From 1ad0b4c4a146bead3b49ca158939f14c678f2c50 Mon Sep 17 00:00:00 2001 From: Liu <57480598+liu-zhipeng@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:44:35 +0800 Subject: [PATCH 1/4] fix: update subgraph order for optimism mainnet --- packages/adapters/subgraph/.graphclientrc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/adapters/subgraph/.graphclientrc.yml b/packages/adapters/subgraph/.graphclientrc.yml index 62825abaa1..20c5bce8fe 100644 --- a/packages/adapters/subgraph/.graphclientrc.yml +++ b/packages/adapters/subgraph/.graphclientrc.yml @@ -365,10 +365,10 @@ sources: graphql: strategy: fallback sources: - - endpoint: "https://connext.bwarelabs.com/subgraphs/name/connext/amarok-runtime-v0-optimism" - retry: 5 - timeout: 30000 # 30 seconds - endpoint: https://api.thegraph.com/subgraphs/name/connext/amarok-runtime-v0-optimism + retry: 2 + timeout: 30000 # 30 seconds + - endpoint: "https://connext.bwarelabs.com/subgraphs/name/connext/amarok-runtime-v0-optimism" retry: 5 timeout: 30000 # 30 seconds transforms: From c2096e5e01f9f3dfdc586e9d068bb48f8f64d231 Mon Sep 17 00:00:00 2001 From: Liu <57480598+liu-zhipeng@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:46:11 +0800 Subject: [PATCH 2/4] chore: rebuild graph client --- .../adapters/subgraph/.graphclient/index.ts | 117532 ++++++++------- .../subgraph/.graphclient/schema.graphql | 85403 +++++------ .../Connext_Optimism/introspectionSchema.ts | 3642 +- .../sources/Connext_Optimism/schema.graphql | 235 + .../sources/Connext_Optimism/types.ts | 229 + 5 files changed, 105509 insertions(+), 101532 deletions(-) diff --git a/packages/adapters/subgraph/.graphclient/index.ts b/packages/adapters/subgraph/.graphclient/index.ts index d8ff2726bf..a044221b63 100644 --- a/packages/adapters/subgraph/.graphclient/index.ts +++ b/packages/adapters/subgraph/.graphclient/index.ts @@ -18,84 +18,84 @@ import { getMesh, ExecuteMeshFn, SubscribeMeshFn, MeshContext as BaseMeshContext import { MeshStore, FsStoreStorageAdapter } from '@graphql-mesh/store'; import { path as pathModule } from '@graphql-mesh/cross-helpers'; import { ImportFn } from '@graphql-mesh/types'; -import type { HubStagingGoerliTypes } from './sources/Hub_Staging_Goerli/types'; +import type { HubMainnetTypes } from './sources/Hub_Mainnet/types'; import type { ConnextTestGoerliTypes } from './sources/Connext_Test_Goerli/types'; import type { ConnextTestOptimismGoerliTypes } from './sources/Connext_Test_OptimismGoerli/types'; -import type { StableSwapMumbaiTypes } from './sources/StableSwap_Mumbai/types'; -import type { StableSwapGoerliTypes } from './sources/StableSwap_Goerli/types'; -import type { StableSwapStagingOptimismGoerliTypes } from './sources/StableSwap_Staging_OptimismGoerli/types'; -import type { HubGoerliTypes } from './sources/Hub_Goerli/types'; -import type { HubMainnetTypes } from './sources/Hub_Mainnet/types'; +import type { StableSwapStagingGoerliTypes } from './sources/StableSwap_Staging_Goerli/types'; +import type { StableSwapStagingArbitrumGoerliTypes } from './sources/StableSwap_Staging_ArbitrumGoerli/types'; import type { StableSwapArbitrumGoerliTypes } from './sources/StableSwap_ArbitrumGoerli/types'; -import type { StableSwapOptimismGoerliTypes } from './sources/StableSwap_OptimismGoerli/types'; import type { StableSwapStagingMumbaiTypes } from './sources/StableSwap_Staging_Mumbai/types'; -import type { ConnextLineaTypes } from './sources/Connext_Linea/types'; -import type { StableSwapStagingGoerliTypes } from './sources/StableSwap_Staging_Goerli/types'; -import type { HubLocalMainnetTypes } from './sources/Hub_LocalMainnet/types'; -import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types'; +import type { StableSwapMumbaiTypes } from './sources/StableSwap_Mumbai/types'; +import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types'; -import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types'; -import type { ConnextLineaGoerliTypes } from './sources/Connext_LineaGoerli/types'; -import type { StableSwapStagingArbitrumGoerliTypes } from './sources/StableSwap_Staging_ArbitrumGoerli/types'; +import type { HubStagingGoerliTypes } from './sources/Hub_Staging_Goerli/types'; +import type { StableSwapOptimismGoerliTypes } from './sources/StableSwap_OptimismGoerli/types'; +import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types'; import type { StableSwapArbitrumOneTypes } from './sources/StableSwap_ArbitrumOne/types'; import type { StableSwapPolygonTypes } from './sources/StableSwap_Polygon/types'; -import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; -import type { ConnextStagingGoerliTypes } from './sources/Connext_Staging_Goerli/types'; +import type { HubLocalMainnetTypes } from './sources/Hub_LocalMainnet/types'; +import type { ConnextGoerliTypes } from './sources/Connext_Goerli/types'; +import type { ConnextLineaGoerliTypes } from './sources/Connext_LineaGoerli/types'; +import type { HubGoerliTypes } from './sources/Hub_Goerli/types'; +import type { StableSwapGoerliTypes } from './sources/StableSwap_Goerli/types'; +import type { StableSwapStagingOptimismGoerliTypes } from './sources/StableSwap_Staging_OptimismGoerli/types'; +import type { ConnextOptimismGoerliTypes } from './sources/Connext_OptimismGoerli/types'; +import type { ConnextStagingArbitrumGoerliTypes } from './sources/Connext_Staging_ArbitrumGoerli/types'; import type { ConnextStagingOptimismGoerliTypes } from './sources/Connext_Staging_OptimismGoerli/types'; import type { ConnextMumbaiTypes } from './sources/Connext_Mumbai/types'; -import type { ConnextGoerliTypes } from './sources/Connext_Goerli/types'; +import type { ConnextArbitrumGoerliTypes } from './sources/Connext_ArbitrumGoerli/types'; +import type { ConnextStagingMumbaiTypes } from './sources/Connext_Staging_Mumbai/types'; import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types'; import type { ConnextLocalMainnetTypes } from './sources/Connext_LocalMainnet/types'; -import type { ConnextLocalOptimismTypes } from './sources/Connext_LocalOptimism/types'; import type { ConnextLocalArbitrumOneTypes } from './sources/Connext_LocalArbitrumOne/types'; -import type { ConnextStagingArbitrumGoerliTypes } from './sources/Connext_Staging_ArbitrumGoerli/types'; -import type { ConnextArbitrumGoerliTypes } from './sources/Connext_ArbitrumGoerli/types'; +import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types'; import type { ConnextBnbTypes } from './sources/Connext_Bnb/types'; -import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; +import type { ConnextLocalOptimismTypes } from './sources/Connext_LocalOptimism/types'; import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types'; import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types'; -import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types'; -import type { ConnextOptimismGoerliTypes } from './sources/Connext_OptimismGoerli/types'; -import type { ConnextStagingMumbaiTypes } from './sources/Connext_Staging_Mumbai/types'; -import * as importedModule$0 from "./sources/Hub_Staging_Goerli/introspectionSchema"; -import * as importedModule$1 from "./sources/Connext_Test_OptimismGoerli/introspectionSchema"; -import * as importedModule$2 from "./sources/Hub_Goerli/introspectionSchema"; -import * as importedModule$3 from "./sources/Hub_Mainnet/introspectionSchema"; -import * as importedModule$4 from "./sources/Connext_Test_Goerli/introspectionSchema"; -import * as importedModule$5 from "./sources/StableSwap_ArbitrumGoerli/introspectionSchema"; -import * as importedModule$6 from "./sources/StableSwap_Mumbai/introspectionSchema"; -import * as importedModule$7 from "./sources/StableSwap_Staging_OptimismGoerli/introspectionSchema"; -import * as importedModule$8 from "./sources/StableSwap_Goerli/introspectionSchema"; -import * as importedModule$9 from "./sources/Hub_LocalMainnet/introspectionSchema"; -import * as importedModule$10 from "./sources/StableSwap_Staging_Goerli/introspectionSchema"; +import type { ConnextStagingGoerliTypes } from './sources/Connext_Staging_Goerli/types'; +import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types'; +import type { ConnextLineaTypes } from './sources/Connext_Linea/types'; +import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; +import * as importedModule$0 from "./sources/Hub_Goerli/introspectionSchema"; +import * as importedModule$1 from "./sources/Hub_Mainnet/introspectionSchema"; +import * as importedModule$2 from "./sources/StableSwap_Staging_OptimismGoerli/introspectionSchema"; +import * as importedModule$3 from "./sources/Connext_Test_Goerli/introspectionSchema"; +import * as importedModule$4 from "./sources/StableSwap_Goerli/introspectionSchema"; +import * as importedModule$5 from "./sources/Connext_Test_OptimismGoerli/introspectionSchema"; +import * as importedModule$6 from "./sources/StableSwap_Staging_Goerli/introspectionSchema"; +import * as importedModule$7 from "./sources/StableSwap_Staging_ArbitrumGoerli/introspectionSchema"; +import * as importedModule$8 from "./sources/StableSwap_ArbitrumGoerli/introspectionSchema"; +import * as importedModule$9 from "./sources/StableSwap_Mumbai/introspectionSchema"; +import * as importedModule$10 from "./sources/StableSwap_Bnb/introspectionSchema"; import * as importedModule$11 from "./sources/StableSwap_Staging_Mumbai/introspectionSchema"; -import * as importedModule$12 from "./sources/StableSwap_OptimismGoerli/introspectionSchema"; -import * as importedModule$13 from "./sources/Connext_Linea/introspectionSchema"; -import * as importedModule$14 from "./sources/StableSwap_Optimism/introspectionSchema"; -import * as importedModule$15 from "./sources/StableSwap_Polygon/introspectionSchema"; -import * as importedModule$16 from "./sources/StableSwap_Bnb/introspectionSchema"; -import * as importedModule$17 from "./sources/Connext_LineaGoerli/introspectionSchema"; -import * as importedModule$18 from "./sources/StableSwap_Staging_ArbitrumGoerli/introspectionSchema"; -import * as importedModule$19 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; -import * as importedModule$20 from "./sources/StableSwap_Xdai/introspectionSchema"; -import * as importedModule$21 from "./sources/StableSwap_Linea/introspectionSchema"; -import * as importedModule$22 from "./sources/Connext_Staging_Mumbai/introspectionSchema"; -import * as importedModule$23 from "./sources/Connext_OptimismGoerli/introspectionSchema"; -import * as importedModule$24 from "./sources/Connext_Staging_Goerli/introspectionSchema"; +import * as importedModule$12 from "./sources/StableSwap_Xdai/introspectionSchema"; +import * as importedModule$13 from "./sources/Hub_Staging_Goerli/introspectionSchema"; +import * as importedModule$14 from "./sources/StableSwap_OptimismGoerli/introspectionSchema"; +import * as importedModule$15 from "./sources/StableSwap_Optimism/introspectionSchema"; +import * as importedModule$16 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; +import * as importedModule$17 from "./sources/StableSwap_Polygon/introspectionSchema"; +import * as importedModule$18 from "./sources/StableSwap_Linea/introspectionSchema"; +import * as importedModule$19 from "./sources/Connext_Goerli/introspectionSchema"; +import * as importedModule$20 from "./sources/Hub_LocalMainnet/introspectionSchema"; +import * as importedModule$21 from "./sources/Connext_LineaGoerli/introspectionSchema"; +import * as importedModule$22 from "./sources/Connext_Optimism/introspectionSchema"; +import * as importedModule$23 from "./sources/Connext_Staging_Goerli/introspectionSchema"; +import * as importedModule$24 from "./sources/Connext_OptimismGoerli/introspectionSchema"; import * as importedModule$25 from "./sources/Connext_Staging_OptimismGoerli/introspectionSchema"; -import * as importedModule$26 from "./sources/Connext_Xdai/introspectionSchema"; -import * as importedModule$27 from "./sources/Connext_Mumbai/introspectionSchema"; -import * as importedModule$28 from "./sources/Connext_Goerli/introspectionSchema"; -import * as importedModule$29 from "./sources/Connext_LocalMainnet/introspectionSchema"; -import * as importedModule$30 from "./sources/Connext_LocalOptimism/introspectionSchema"; +import * as importedModule$26 from "./sources/Connext_Staging_ArbitrumGoerli/introspectionSchema"; +import * as importedModule$27 from "./sources/Connext_Staging_Mumbai/introspectionSchema"; +import * as importedModule$28 from "./sources/Connext_ArbitrumGoerli/introspectionSchema"; +import * as importedModule$29 from "./sources/Connext_Mumbai/introspectionSchema"; +import * as importedModule$30 from "./sources/Connext_Xdai/introspectionSchema"; import * as importedModule$31 from "./sources/Connext_LocalArbitrumOne/introspectionSchema"; -import * as importedModule$32 from "./sources/Connext_Staging_ArbitrumGoerli/introspectionSchema"; -import * as importedModule$33 from "./sources/Connext_ArbitrumGoerli/introspectionSchema"; -import * as importedModule$34 from "./sources/Connext_Bnb/introspectionSchema"; -import * as importedModule$35 from "./sources/Connext_Mainnet/introspectionSchema"; -import * as importedModule$36 from "./sources/Connext_Polygon/introspectionSchema"; +import * as importedModule$32 from "./sources/Connext_Bnb/introspectionSchema"; +import * as importedModule$33 from "./sources/Connext_Linea/introspectionSchema"; +import * as importedModule$34 from "./sources/Connext_LocalMainnet/introspectionSchema"; +import * as importedModule$35 from "./sources/Connext_LocalOptimism/introspectionSchema"; +import * as importedModule$36 from "./sources/Connext_Mainnet/introspectionSchema"; import * as importedModule$37 from "./sources/Connext_ArbitrumOne/introspectionSchema"; -import * as importedModule$38 from "./sources/Connext_Optimism/introspectionSchema"; +import * as importedModule$38 from "./sources/Connext_Polygon/introspectionSchema"; export type Maybe = T | null; export type InputMaybe = Maybe; export type Exact = { [K in keyof T]: T[K] }; @@ -112,168 +112,112 @@ export type Scalars = { Boolean: boolean; Int: number; Float: number; - staginggoerli_BigDecimal: any; - BigInt: any; - staginggoerli_Bytes: any; - staginggoerli_Int8: any; - testoptimismgoerli_BigDecimal: any; - testoptimismgoerli_Bytes: any; - testoptimismgoerli_Int8: any; goerli_BigDecimal: any; + BigInt: any; goerli_Bytes: any; goerli_Int8: any; mainnet_BigDecimal: any; mainnet_Bytes: any; mainnet_Int8: any; - testgoerli_BigDecimal: any; - testgoerli_Bytes: any; - testgoerli_Int8: any; - arbitrumgoerli_swap_BigDecimal: any; - arbitrumgoerli_swap_Bytes: any; - arbitrumgoerli_swap_Int8: any; - mumbai_swap_BigDecimal: any; - mumbai_swap_Bytes: any; - mumbai_swap_Int8: any; stagingoptimismgoerli_swap_BigDecimal: any; stagingoptimismgoerli_swap_Bytes: any; stagingoptimismgoerli_swap_Int8: any; + testgoerli_BigDecimal: any; + testgoerli_Bytes: any; + testgoerli_Int8: any; goerli_swap_BigDecimal: any; goerli_swap_Bytes: any; goerli_swap_Int8: any; - localmainnet_BigDecimal: any; - localmainnet_Bytes: any; - localmainnet_Int8: any; + testoptimismgoerli_BigDecimal: any; + testoptimismgoerli_Bytes: any; + testoptimismgoerli_Int8: any; staginggoerli_swap_BigDecimal: any; staginggoerli_swap_Bytes: any; staginggoerli_swap_Int8: any; + stagingarbitrumgoerli_swap_BigDecimal: any; + stagingarbitrumgoerli_swap_Bytes: any; + stagingarbitrumgoerli_swap_Int8: any; + arbitrumgoerli_swap_BigDecimal: any; + arbitrumgoerli_swap_Bytes: any; + arbitrumgoerli_swap_Int8: any; + mumbai_swap_BigDecimal: any; + mumbai_swap_Bytes: any; + mumbai_swap_Int8: any; + bnb_swap_BigDecimal: any; + bnb_swap_Bytes: any; + bnb_swap_Int8: any; stagingmumbai_swap_BigDecimal: any; stagingmumbai_swap_Bytes: any; stagingmumbai_swap_Int8: any; + xdai_swap_BigDecimal: any; + xdai_swap_Bytes: any; + xdai_swap_Int8: any; + staginggoerli_BigDecimal: any; + staginggoerli_Bytes: any; + staginggoerli_Int8: any; optimismgoerli_swap_BigDecimal: any; optimismgoerli_swap_Bytes: any; optimismgoerli_swap_Int8: any; - linea_BigDecimal: any; - linea_Bytes: any; optimism_swap_BigDecimal: any; optimism_swap_Bytes: any; optimism_swap_Int8: any; - polygon_swap_BigDecimal: any; - polygon_swap_Bytes: any; - polygon_swap_Int8: any; - bnb_swap_BigDecimal: any; - bnb_swap_Bytes: any; - bnb_swap_Int8: any; - lineagoerli_BigDecimal: any; - lineagoerli_Bytes: any; - stagingarbitrumgoerli_swap_BigDecimal: any; - stagingarbitrumgoerli_swap_Bytes: any; - stagingarbitrumgoerli_swap_Int8: any; arbitrumone_swap_BigDecimal: any; arbitrumone_swap_Bytes: any; arbitrumone_swap_Int8: any; - xdai_swap_BigDecimal: any; - xdai_swap_Bytes: any; - xdai_swap_Int8: any; + polygon_swap_BigDecimal: any; + polygon_swap_Bytes: any; + polygon_swap_Int8: any; linea_swap_BigDecimal: any; linea_swap_Bytes: any; - stagingmumbai_BigDecimal: any; - stagingmumbai_Bytes: any; - stagingmumbai_Int8: any; + localmainnet_BigDecimal: any; + localmainnet_Bytes: any; + localmainnet_Int8: any; + lineagoerli_BigDecimal: any; + lineagoerli_Bytes: any; + optimism_BigDecimal: any; + optimism_Bytes: any; + optimism_Int8: any; optimismgoerli_BigDecimal: any; optimismgoerli_Bytes: any; optimismgoerli_Int8: any; stagingoptimismgoerli_BigDecimal: any; stagingoptimismgoerli_Bytes: any; stagingoptimismgoerli_Int8: any; - xdai_BigDecimal: any; - xdai_Bytes: any; - xdai_Int8: any; - mumbai_BigDecimal: any; - mumbai_Bytes: any; - mumbai_Int8: any; - localoptimism_BigDecimal: any; - localoptimism_Bytes: any; - localoptimism_Int8: any; - localarbitrumone_BigDecimal: any; - localarbitrumone_Bytes: any; - localarbitrumone_Int8: any; stagingarbitrumgoerli_BigDecimal: any; stagingarbitrumgoerli_Bytes: any; stagingarbitrumgoerli_Int8: any; + stagingmumbai_BigDecimal: any; + stagingmumbai_Bytes: any; + stagingmumbai_Int8: any; arbitrumgoerli_BigDecimal: any; arbitrumgoerli_Bytes: any; arbitrumgoerli_Int8: any; + mumbai_BigDecimal: any; + mumbai_Bytes: any; + mumbai_Int8: any; + xdai_BigDecimal: any; + xdai_Bytes: any; + xdai_Int8: any; + localarbitrumone_BigDecimal: any; + localarbitrumone_Bytes: any; + localarbitrumone_Int8: any; bnb_BigDecimal: any; bnb_Bytes: any; bnb_Int8: any; - polygon_BigDecimal: any; - polygon_Bytes: any; - polygon_Int8: any; + linea_BigDecimal: any; + linea_Bytes: any; + localoptimism_BigDecimal: any; + localoptimism_Bytes: any; + localoptimism_Int8: any; arbitrumone_BigDecimal: any; arbitrumone_Bytes: any; arbitrumone_Int8: any; - optimism_BigDecimal: any; - optimism_Bytes: any; - optimism_Int8: any; + polygon_BigDecimal: any; + polygon_Bytes: any; + polygon_Int8: any; }; export type Query = { - staginggoerli_rootAggregated?: Maybe; - staginggoerli_rootAggregateds: Array; - staginggoerli_rootPropagated?: Maybe; - staginggoerli_rootPropagateds: Array; - staginggoerli_aggregatedMessageRoot?: Maybe; - staginggoerli_aggregatedMessageRoots: Array; - staginggoerli_rootManagerMeta?: Maybe; - staginggoerli_rootManagerMetas: Array; - staginggoerli_rootManagerMode?: Maybe; - staginggoerli_rootManagerModes: Array; - staginggoerli_optimisticRootProposed?: Maybe; - staginggoerli_optimisticRootProposeds: Array; - staginggoerli_hubOptimisticRootFinalized?: Maybe; - staginggoerli_hubOptimisticRootFinalizeds: Array; - staginggoerli_optimisticRootPropagated?: Maybe; - staginggoerli_optimisticRootPropagateds: Array; - staginggoerli_polygonConnectorMeta?: Maybe; - staginggoerli_polygonConnectorMetas: Array; - staginggoerli_optimismConnectorMeta?: Maybe; - staginggoerli_optimismConnectorMetas: Array; - staginggoerli_bnbConnectorMeta?: Maybe; - staginggoerli_bnbConnectorMetas: Array; - staginggoerli_arbitrumConnectorMeta?: Maybe; - staginggoerli_arbitrumConnectorMetas: Array; - staginggoerli_gnosisConnectorMeta?: Maybe; - staginggoerli_gnosisConnectorMetas: Array; - staginggoerli_zkSyncConnectorMeta?: Maybe; - staginggoerli_zkSyncConnectorMetas: Array; - staginggoerli_rootMessageProcessed?: Maybe; - staginggoerli_rootMessageProcesseds: Array; - staginggoerli_aggregateRootSavedSlow?: Maybe; - staginggoerli_aggregateRootSavedSlows: Array; - staginggoerli_hubDomain?: Maybe; - staginggoerli_hubDomains: Array; - /** Access to subgraph metadata */ - staginggoerli__meta?: Maybe; - testoptimismgoerli_asset?: Maybe; - testoptimismgoerli_assets: Array; - testoptimismgoerli_assetBalance?: Maybe; - testoptimismgoerli_assetBalances: Array; - testoptimismgoerli_router?: Maybe; - testoptimismgoerli_routers: Array; - testoptimismgoerli_setting?: Maybe; - testoptimismgoerli_settings: Array; - testoptimismgoerli_relayer?: Maybe; - testoptimismgoerli_relayers: Array; - testoptimismgoerli_stableSwap?: Maybe; - testoptimismgoerli_stableSwaps: Array; - testoptimismgoerli_sponsorVault?: Maybe; - testoptimismgoerli_sponsorVaults: Array; - testoptimismgoerli_originTransfer?: Maybe; - testoptimismgoerli_originTransfers: Array; - testoptimismgoerli_destinationTransfer?: Maybe; - testoptimismgoerli_destinationTransfers: Array; - /** Access to subgraph metadata */ - testoptimismgoerli__meta?: Maybe; goerli_rootAggregated?: Maybe; goerli_rootAggregateds: Array; goerli_rootPropagated?: Maybe; @@ -326,94 +270,6 @@ export type Query = { mainnet_rootMessageProcesseds: Array; /** Access to subgraph metadata */ mainnet__meta?: Maybe; - testgoerli_asset?: Maybe; - testgoerli_assets: Array; - testgoerli_assetBalance?: Maybe; - testgoerli_assetBalances: Array; - testgoerli_router?: Maybe; - testgoerli_routers: Array; - testgoerli_setting?: Maybe; - testgoerli_settings: Array; - testgoerli_relayer?: Maybe; - testgoerli_relayers: Array; - testgoerli_stableSwap?: Maybe; - testgoerli_stableSwaps: Array; - testgoerli_sponsorVault?: Maybe; - testgoerli_sponsorVaults: Array; - testgoerli_originTransfer?: Maybe; - testgoerli_originTransfers: Array; - testgoerli_destinationTransfer?: Maybe; - testgoerli_destinationTransfers: Array; - /** Access to subgraph metadata */ - testgoerli__meta?: Maybe; - arbitrumgoerli_swap_systemInfo?: Maybe; - arbitrumgoerli_swap_systemInfos: Array; - arbitrumgoerli_swap_pooledToken?: Maybe; - arbitrumgoerli_swap_pooledTokens: Array; - arbitrumgoerli_swap_stableSwap?: Maybe; - arbitrumgoerli_swap_stableSwaps: Array; - arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - arbitrumgoerli_swap_stableSwapAddLiquidityEvents: Array; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - arbitrumgoerli_swap_stableSwapExchange?: Maybe; - arbitrumgoerli_swap_stableSwapExchanges: Array; - arbitrumgoerli_swap_swapDailyVolume?: Maybe; - arbitrumgoerli_swap_swapDailyVolumes: Array; - arbitrumgoerli_swap_swapHourlyVolume?: Maybe; - arbitrumgoerli_swap_swapHourlyVolumes: Array; - arbitrumgoerli_swap_swapWeeklyVolume?: Maybe; - arbitrumgoerli_swap_swapWeeklyVolumes: Array; - arbitrumgoerli_swap_lpAccount?: Maybe; - arbitrumgoerli_swap_lpAccounts: Array; - arbitrumgoerli_swap_lpAccountBalance?: Maybe; - arbitrumgoerli_swap_lpAccountBalances: Array; - arbitrumgoerli_swap_lpToken?: Maybe; - arbitrumgoerli_swap_lpTokens: Array; - arbitrumgoerli_swap_lpTransferEvent?: Maybe; - arbitrumgoerli_swap_lpTransferEvents: Array; - arbitrumgoerli_swap_stableSwapEvent?: Maybe; - arbitrumgoerli_swap_stableSwapEvents: Array; - arbitrumgoerli_swap_swapTradeVolume?: Maybe; - arbitrumgoerli_swap_swapTradeVolumes: Array; - arbitrumgoerli_swap_lpTokenEvent?: Maybe; - arbitrumgoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - arbitrumgoerli_swap__meta?: Maybe; - mumbai_swap_systemInfo?: Maybe; - mumbai_swap_systemInfos: Array; - mumbai_swap_pooledToken?: Maybe; - mumbai_swap_pooledTokens: Array; - mumbai_swap_stableSwap?: Maybe; - mumbai_swap_stableSwaps: Array; - mumbai_swap_stableSwapAddLiquidityEvent?: Maybe; - mumbai_swap_stableSwapAddLiquidityEvents: Array; - mumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - mumbai_swap_stableSwapRemoveLiquidityEvents: Array; - mumbai_swap_stableSwapExchange?: Maybe; - mumbai_swap_stableSwapExchanges: Array; - mumbai_swap_swapDailyVolume?: Maybe; - mumbai_swap_swapDailyVolumes: Array; - mumbai_swap_swapHourlyVolume?: Maybe; - mumbai_swap_swapHourlyVolumes: Array; - mumbai_swap_swapWeeklyVolume?: Maybe; - mumbai_swap_swapWeeklyVolumes: Array; - mumbai_swap_lpAccount?: Maybe; - mumbai_swap_lpAccounts: Array; - mumbai_swap_lpAccountBalance?: Maybe; - mumbai_swap_lpAccountBalances: Array; - mumbai_swap_lpToken?: Maybe; - mumbai_swap_lpTokens: Array; - mumbai_swap_lpTransferEvent?: Maybe; - mumbai_swap_lpTransferEvents: Array; - mumbai_swap_stableSwapEvent?: Maybe; - mumbai_swap_stableSwapEvents: Array; - mumbai_swap_swapTradeVolume?: Maybe; - mumbai_swap_swapTradeVolumes: Array; - mumbai_swap_lpTokenEvent?: Maybe; - mumbai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - mumbai_swap__meta?: Maybe; stagingoptimismgoerli_swap_systemInfo?: Maybe; stagingoptimismgoerli_swap_systemInfos: Array; stagingoptimismgoerli_swap_pooledToken?: Maybe; @@ -448,6 +304,26 @@ export type Query = { stagingoptimismgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ stagingoptimismgoerli_swap__meta?: Maybe; + testgoerli_asset?: Maybe; + testgoerli_assets: Array; + testgoerli_assetBalance?: Maybe; + testgoerli_assetBalances: Array; + testgoerli_router?: Maybe; + testgoerli_routers: Array; + testgoerli_setting?: Maybe; + testgoerli_settings: Array; + testgoerli_relayer?: Maybe; + testgoerli_relayers: Array; + testgoerli_stableSwap?: Maybe; + testgoerli_stableSwaps: Array; + testgoerli_sponsorVault?: Maybe; + testgoerli_sponsorVaults: Array; + testgoerli_originTransfer?: Maybe; + testgoerli_originTransfers: Array; + testgoerli_destinationTransfer?: Maybe; + testgoerli_destinationTransfers: Array; + /** Access to subgraph metadata */ + testgoerli__meta?: Maybe; goerli_swap_systemInfo?: Maybe; goerli_swap_systemInfos: Array; goerli_swap_pooledToken?: Maybe; @@ -482,42 +358,26 @@ export type Query = { goerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ goerli_swap__meta?: Maybe; - localmainnet_rootAggregated?: Maybe; - localmainnet_rootAggregateds: Array; - localmainnet_rootPropagated?: Maybe; - localmainnet_rootPropagateds: Array; - localmainnet_aggregatedMessageRoot?: Maybe; - localmainnet_aggregatedMessageRoots: Array; - localmainnet_rootManagerMeta?: Maybe; - localmainnet_rootManagerMetas: Array; - localmainnet_rootManagerMode?: Maybe; - localmainnet_rootManagerModes: Array; - localmainnet_optimisticRootProposed?: Maybe; - localmainnet_optimisticRootProposeds: Array; - localmainnet_hubOptimisticRootFinalized?: Maybe; - localmainnet_hubOptimisticRootFinalizeds: Array; - localmainnet_optimisticRootPropagated?: Maybe; - localmainnet_optimisticRootPropagateds: Array; - localmainnet_polygonConnectorMeta?: Maybe; - localmainnet_polygonConnectorMetas: Array; - localmainnet_optimismConnectorMeta?: Maybe; - localmainnet_optimismConnectorMetas: Array; - localmainnet_bnbConnectorMeta?: Maybe; - localmainnet_bnbConnectorMetas: Array; - localmainnet_arbitrumConnectorMeta?: Maybe; - localmainnet_arbitrumConnectorMetas: Array; - localmainnet_gnosisConnectorMeta?: Maybe; - localmainnet_gnosisConnectorMetas: Array; - localmainnet_zkSyncConnectorMeta?: Maybe; - localmainnet_zkSyncConnectorMetas: Array; - localmainnet_rootMessageProcessed?: Maybe; - localmainnet_rootMessageProcesseds: Array; - localmainnet_aggregateRootSavedSlow?: Maybe; - localmainnet_aggregateRootSavedSlows: Array; - localmainnet_hubDomain?: Maybe; - localmainnet_hubDomains: Array; + testoptimismgoerli_asset?: Maybe; + testoptimismgoerli_assets: Array; + testoptimismgoerli_assetBalance?: Maybe; + testoptimismgoerli_assetBalances: Array; + testoptimismgoerli_router?: Maybe; + testoptimismgoerli_routers: Array; + testoptimismgoerli_setting?: Maybe; + testoptimismgoerli_settings: Array; + testoptimismgoerli_relayer?: Maybe; + testoptimismgoerli_relayers: Array; + testoptimismgoerli_stableSwap?: Maybe; + testoptimismgoerli_stableSwaps: Array; + testoptimismgoerli_sponsorVault?: Maybe; + testoptimismgoerli_sponsorVaults: Array; + testoptimismgoerli_originTransfer?: Maybe; + testoptimismgoerli_originTransfers: Array; + testoptimismgoerli_destinationTransfer?: Maybe; + testoptimismgoerli_destinationTransfers: Array; /** Access to subgraph metadata */ - localmainnet__meta?: Maybe; + testoptimismgoerli__meta?: Maybe; staginggoerli_swap_systemInfo?: Maybe; staginggoerli_swap_systemInfos: Array; staginggoerli_swap_pooledToken?: Maybe; @@ -552,114 +412,280 @@ export type Query = { staginggoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ staginggoerli_swap__meta?: Maybe; - stagingmumbai_swap_systemInfo?: Maybe; - stagingmumbai_swap_systemInfos: Array; - stagingmumbai_swap_pooledToken?: Maybe; - stagingmumbai_swap_pooledTokens: Array; - stagingmumbai_swap_stableSwap?: Maybe; - stagingmumbai_swap_stableSwaps: Array; - stagingmumbai_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapAddLiquidityEvents: Array; - stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapRemoveLiquidityEvents: Array; - stagingmumbai_swap_stableSwapExchange?: Maybe; - stagingmumbai_swap_stableSwapExchanges: Array; - stagingmumbai_swap_swapDailyVolume?: Maybe; - stagingmumbai_swap_swapDailyVolumes: Array; - stagingmumbai_swap_swapHourlyVolume?: Maybe; - stagingmumbai_swap_swapHourlyVolumes: Array; - stagingmumbai_swap_swapWeeklyVolume?: Maybe; - stagingmumbai_swap_swapWeeklyVolumes: Array; - stagingmumbai_swap_lpAccount?: Maybe; - stagingmumbai_swap_lpAccounts: Array; - stagingmumbai_swap_lpAccountBalance?: Maybe; - stagingmumbai_swap_lpAccountBalances: Array; - stagingmumbai_swap_lpToken?: Maybe; - stagingmumbai_swap_lpTokens: Array; - stagingmumbai_swap_lpTransferEvent?: Maybe; - stagingmumbai_swap_lpTransferEvents: Array; - stagingmumbai_swap_stableSwapEvent?: Maybe; - stagingmumbai_swap_stableSwapEvents: Array; - stagingmumbai_swap_swapTradeVolume?: Maybe; - stagingmumbai_swap_swapTradeVolumes: Array; - stagingmumbai_swap_lpTokenEvent?: Maybe; - stagingmumbai_swap_lpTokenEvents: Array; + stagingarbitrumgoerli_swap_systemInfo?: Maybe; + stagingarbitrumgoerli_swap_systemInfos: Array; + stagingarbitrumgoerli_swap_pooledToken?: Maybe; + stagingarbitrumgoerli_swap_pooledTokens: Array; + stagingarbitrumgoerli_swap_stableSwap?: Maybe; + stagingarbitrumgoerli_swap_stableSwaps: Array; + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents: Array; + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + stagingarbitrumgoerli_swap_stableSwapExchange?: Maybe; + stagingarbitrumgoerli_swap_stableSwapExchanges: Array; + stagingarbitrumgoerli_swap_swapDailyVolume?: Maybe; + stagingarbitrumgoerli_swap_swapDailyVolumes: Array; + stagingarbitrumgoerli_swap_swapHourlyVolume?: Maybe; + stagingarbitrumgoerli_swap_swapHourlyVolumes: Array; + stagingarbitrumgoerli_swap_swapWeeklyVolume?: Maybe; + stagingarbitrumgoerli_swap_swapWeeklyVolumes: Array; + stagingarbitrumgoerli_swap_lpAccount?: Maybe; + stagingarbitrumgoerli_swap_lpAccounts: Array; + stagingarbitrumgoerli_swap_lpAccountBalance?: Maybe; + stagingarbitrumgoerli_swap_lpAccountBalances: Array; + stagingarbitrumgoerli_swap_lpToken?: Maybe; + stagingarbitrumgoerli_swap_lpTokens: Array; + stagingarbitrumgoerli_swap_lpTransferEvent?: Maybe; + stagingarbitrumgoerli_swap_lpTransferEvents: Array; + stagingarbitrumgoerli_swap_stableSwapEvent?: Maybe; + stagingarbitrumgoerli_swap_stableSwapEvents: Array; + stagingarbitrumgoerli_swap_swapTradeVolume?: Maybe; + stagingarbitrumgoerli_swap_swapTradeVolumes: Array; + stagingarbitrumgoerli_swap_lpTokenEvent?: Maybe; + stagingarbitrumgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - stagingmumbai_swap__meta?: Maybe; - optimismgoerli_swap_systemInfo?: Maybe; - optimismgoerli_swap_systemInfos: Array; - optimismgoerli_swap_pooledToken?: Maybe; - optimismgoerli_swap_pooledTokens: Array; - optimismgoerli_swap_stableSwap?: Maybe; - optimismgoerli_swap_stableSwaps: Array; - optimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - optimismgoerli_swap_stableSwapAddLiquidityEvents: Array; - optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - optimismgoerli_swap_stableSwapExchange?: Maybe; - optimismgoerli_swap_stableSwapExchanges: Array; - optimismgoerli_swap_swapDailyVolume?: Maybe; - optimismgoerli_swap_swapDailyVolumes: Array; - optimismgoerli_swap_swapHourlyVolume?: Maybe; - optimismgoerli_swap_swapHourlyVolumes: Array; - optimismgoerli_swap_swapWeeklyVolume?: Maybe; - optimismgoerli_swap_swapWeeklyVolumes: Array; - optimismgoerli_swap_lpAccount?: Maybe; - optimismgoerli_swap_lpAccounts: Array; - optimismgoerli_swap_lpAccountBalance?: Maybe; - optimismgoerli_swap_lpAccountBalances: Array; - optimismgoerli_swap_lpToken?: Maybe; - optimismgoerli_swap_lpTokens: Array; - optimismgoerli_swap_lpTransferEvent?: Maybe; - optimismgoerli_swap_lpTransferEvents: Array; - optimismgoerli_swap_stableSwapEvent?: Maybe; - optimismgoerli_swap_stableSwapEvents: Array; - optimismgoerli_swap_swapTradeVolume?: Maybe; - optimismgoerli_swap_swapTradeVolumes: Array; - optimismgoerli_swap_lpTokenEvent?: Maybe; - optimismgoerli_swap_lpTokenEvents: Array; + stagingarbitrumgoerli_swap__meta?: Maybe; + arbitrumgoerli_swap_systemInfo?: Maybe; + arbitrumgoerli_swap_systemInfos: Array; + arbitrumgoerli_swap_pooledToken?: Maybe; + arbitrumgoerli_swap_pooledTokens: Array; + arbitrumgoerli_swap_stableSwap?: Maybe; + arbitrumgoerli_swap_stableSwaps: Array; + arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + arbitrumgoerli_swap_stableSwapAddLiquidityEvents: Array; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + arbitrumgoerli_swap_stableSwapExchange?: Maybe; + arbitrumgoerli_swap_stableSwapExchanges: Array; + arbitrumgoerli_swap_swapDailyVolume?: Maybe; + arbitrumgoerli_swap_swapDailyVolumes: Array; + arbitrumgoerli_swap_swapHourlyVolume?: Maybe; + arbitrumgoerli_swap_swapHourlyVolumes: Array; + arbitrumgoerli_swap_swapWeeklyVolume?: Maybe; + arbitrumgoerli_swap_swapWeeklyVolumes: Array; + arbitrumgoerli_swap_lpAccount?: Maybe; + arbitrumgoerli_swap_lpAccounts: Array; + arbitrumgoerli_swap_lpAccountBalance?: Maybe; + arbitrumgoerli_swap_lpAccountBalances: Array; + arbitrumgoerli_swap_lpToken?: Maybe; + arbitrumgoerli_swap_lpTokens: Array; + arbitrumgoerli_swap_lpTransferEvent?: Maybe; + arbitrumgoerli_swap_lpTransferEvents: Array; + arbitrumgoerli_swap_stableSwapEvent?: Maybe; + arbitrumgoerli_swap_stableSwapEvents: Array; + arbitrumgoerli_swap_swapTradeVolume?: Maybe; + arbitrumgoerli_swap_swapTradeVolumes: Array; + arbitrumgoerli_swap_lpTokenEvent?: Maybe; + arbitrumgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - optimismgoerli_swap__meta?: Maybe; - linea_asset?: Maybe; - linea_assets: Array; - linea_assetStatus?: Maybe; - linea_assetStatuses: Array; - linea_assetBalance?: Maybe; - linea_assetBalances: Array; - linea_router?: Maybe; - linea_routers: Array; - linea_routerDailyTVL?: Maybe; - linea_routerDailyTVLs: Array; - linea_routerLiquidityEvent?: Maybe; - linea_routerLiquidityEvents: Array; - linea_setting?: Maybe; - linea_settings: Array; - linea_relayer?: Maybe; - linea_relayers: Array; - linea_sequencer?: Maybe; - linea_sequencers: Array; - linea_relayerFee?: Maybe; - linea_relayerFees: Array; - linea_originTransfer?: Maybe; - linea_originTransfers: Array; - linea_destinationTransfer?: Maybe; - linea_destinationTransfers: Array; - linea_originMessage?: Maybe; - linea_originMessages: Array; - linea_aggregateRoot?: Maybe; - linea_aggregateRoots: Array; - linea_connectorMeta?: Maybe; - linea_connectorMetas: Array; - linea_rootCount?: Maybe; - linea_rootCounts: Array; - linea_rootMessageSent?: Maybe; - linea_rootMessageSents: Array; - linea_relayerFeesIncrease?: Maybe; - linea_relayerFeesIncreases: Array; - linea_slippageUpdate?: Maybe; - linea_slippageUpdates: Array; + arbitrumgoerli_swap__meta?: Maybe; + mumbai_swap_systemInfo?: Maybe; + mumbai_swap_systemInfos: Array; + mumbai_swap_pooledToken?: Maybe; + mumbai_swap_pooledTokens: Array; + mumbai_swap_stableSwap?: Maybe; + mumbai_swap_stableSwaps: Array; + mumbai_swap_stableSwapAddLiquidityEvent?: Maybe; + mumbai_swap_stableSwapAddLiquidityEvents: Array; + mumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mumbai_swap_stableSwapRemoveLiquidityEvents: Array; + mumbai_swap_stableSwapExchange?: Maybe; + mumbai_swap_stableSwapExchanges: Array; + mumbai_swap_swapDailyVolume?: Maybe; + mumbai_swap_swapDailyVolumes: Array; + mumbai_swap_swapHourlyVolume?: Maybe; + mumbai_swap_swapHourlyVolumes: Array; + mumbai_swap_swapWeeklyVolume?: Maybe; + mumbai_swap_swapWeeklyVolumes: Array; + mumbai_swap_lpAccount?: Maybe; + mumbai_swap_lpAccounts: Array; + mumbai_swap_lpAccountBalance?: Maybe; + mumbai_swap_lpAccountBalances: Array; + mumbai_swap_lpToken?: Maybe; + mumbai_swap_lpTokens: Array; + mumbai_swap_lpTransferEvent?: Maybe; + mumbai_swap_lpTransferEvents: Array; + mumbai_swap_stableSwapEvent?: Maybe; + mumbai_swap_stableSwapEvents: Array; + mumbai_swap_swapTradeVolume?: Maybe; + mumbai_swap_swapTradeVolumes: Array; + mumbai_swap_lpTokenEvent?: Maybe; + mumbai_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - linea__meta?: Maybe; + mumbai_swap__meta?: Maybe; + bnb_swap_systemInfo?: Maybe; + bnb_swap_systemInfos: Array; + bnb_swap_pooledToken?: Maybe; + bnb_swap_pooledTokens: Array; + bnb_swap_stableSwap?: Maybe; + bnb_swap_stableSwaps: Array; + bnb_swap_stableSwapAddLiquidityEvent?: Maybe; + bnb_swap_stableSwapAddLiquidityEvents: Array; + bnb_swap_stableSwapRemoveLiquidityEvent?: Maybe; + bnb_swap_stableSwapRemoveLiquidityEvents: Array; + bnb_swap_stableSwapExchange?: Maybe; + bnb_swap_stableSwapExchanges: Array; + bnb_swap_swapDailyVolume?: Maybe; + bnb_swap_swapDailyVolumes: Array; + bnb_swap_swapHourlyVolume?: Maybe; + bnb_swap_swapHourlyVolumes: Array; + bnb_swap_swapWeeklyVolume?: Maybe; + bnb_swap_swapWeeklyVolumes: Array; + bnb_swap_lpAccount?: Maybe; + bnb_swap_lpAccounts: Array; + bnb_swap_lpAccountBalance?: Maybe; + bnb_swap_lpAccountBalances: Array; + bnb_swap_lpToken?: Maybe; + bnb_swap_lpTokens: Array; + bnb_swap_lpTransferEvent?: Maybe; + bnb_swap_lpTransferEvents: Array; + bnb_swap_stableSwapEvent?: Maybe; + bnb_swap_stableSwapEvents: Array; + bnb_swap_swapTradeVolume?: Maybe; + bnb_swap_swapTradeVolumes: Array; + bnb_swap_lpTokenEvent?: Maybe; + bnb_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + bnb_swap__meta?: Maybe; + stagingmumbai_swap_systemInfo?: Maybe; + stagingmumbai_swap_systemInfos: Array; + stagingmumbai_swap_pooledToken?: Maybe; + stagingmumbai_swap_pooledTokens: Array; + stagingmumbai_swap_stableSwap?: Maybe; + stagingmumbai_swap_stableSwaps: Array; + stagingmumbai_swap_stableSwapAddLiquidityEvent?: Maybe; + stagingmumbai_swap_stableSwapAddLiquidityEvents: Array; + stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + stagingmumbai_swap_stableSwapRemoveLiquidityEvents: Array; + stagingmumbai_swap_stableSwapExchange?: Maybe; + stagingmumbai_swap_stableSwapExchanges: Array; + stagingmumbai_swap_swapDailyVolume?: Maybe; + stagingmumbai_swap_swapDailyVolumes: Array; + stagingmumbai_swap_swapHourlyVolume?: Maybe; + stagingmumbai_swap_swapHourlyVolumes: Array; + stagingmumbai_swap_swapWeeklyVolume?: Maybe; + stagingmumbai_swap_swapWeeklyVolumes: Array; + stagingmumbai_swap_lpAccount?: Maybe; + stagingmumbai_swap_lpAccounts: Array; + stagingmumbai_swap_lpAccountBalance?: Maybe; + stagingmumbai_swap_lpAccountBalances: Array; + stagingmumbai_swap_lpToken?: Maybe; + stagingmumbai_swap_lpTokens: Array; + stagingmumbai_swap_lpTransferEvent?: Maybe; + stagingmumbai_swap_lpTransferEvents: Array; + stagingmumbai_swap_stableSwapEvent?: Maybe; + stagingmumbai_swap_stableSwapEvents: Array; + stagingmumbai_swap_swapTradeVolume?: Maybe; + stagingmumbai_swap_swapTradeVolumes: Array; + stagingmumbai_swap_lpTokenEvent?: Maybe; + stagingmumbai_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + stagingmumbai_swap__meta?: Maybe; + xdai_swap_systemInfo?: Maybe; + xdai_swap_systemInfos: Array; + xdai_swap_pooledToken?: Maybe; + xdai_swap_pooledTokens: Array; + xdai_swap_stableSwap?: Maybe; + xdai_swap_stableSwaps: Array; + xdai_swap_stableSwapAddLiquidityEvent?: Maybe; + xdai_swap_stableSwapAddLiquidityEvents: Array; + xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + xdai_swap_stableSwapRemoveLiquidityEvents: Array; + xdai_swap_stableSwapExchange?: Maybe; + xdai_swap_stableSwapExchanges: Array; + xdai_swap_swapDailyVolume?: Maybe; + xdai_swap_swapDailyVolumes: Array; + xdai_swap_swapHourlyVolume?: Maybe; + xdai_swap_swapHourlyVolumes: Array; + xdai_swap_swapWeeklyVolume?: Maybe; + xdai_swap_swapWeeklyVolumes: Array; + xdai_swap_lpAccount?: Maybe; + xdai_swap_lpAccounts: Array; + xdai_swap_lpAccountBalance?: Maybe; + xdai_swap_lpAccountBalances: Array; + xdai_swap_lpToken?: Maybe; + xdai_swap_lpTokens: Array; + xdai_swap_lpTransferEvent?: Maybe; + xdai_swap_lpTransferEvents: Array; + xdai_swap_stableSwapEvent?: Maybe; + xdai_swap_stableSwapEvents: Array; + xdai_swap_swapTradeVolume?: Maybe; + xdai_swap_swapTradeVolumes: Array; + xdai_swap_lpTokenEvent?: Maybe; + xdai_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + xdai_swap__meta?: Maybe; + staginggoerli_rootAggregated?: Maybe; + staginggoerli_rootAggregateds: Array; + staginggoerli_rootPropagated?: Maybe; + staginggoerli_rootPropagateds: Array; + staginggoerli_aggregatedMessageRoot?: Maybe; + staginggoerli_aggregatedMessageRoots: Array; + staginggoerli_rootManagerMeta?: Maybe; + staginggoerli_rootManagerMetas: Array; + staginggoerli_rootManagerMode?: Maybe; + staginggoerli_rootManagerModes: Array; + staginggoerli_optimisticRootProposed?: Maybe; + staginggoerli_optimisticRootProposeds: Array; + staginggoerli_hubOptimisticRootFinalized?: Maybe; + staginggoerli_hubOptimisticRootFinalizeds: Array; + staginggoerli_optimisticRootPropagated?: Maybe; + staginggoerli_optimisticRootPropagateds: Array; + staginggoerli_polygonConnectorMeta?: Maybe; + staginggoerli_polygonConnectorMetas: Array; + staginggoerli_optimismConnectorMeta?: Maybe; + staginggoerli_optimismConnectorMetas: Array; + staginggoerli_bnbConnectorMeta?: Maybe; + staginggoerli_bnbConnectorMetas: Array; + staginggoerli_arbitrumConnectorMeta?: Maybe; + staginggoerli_arbitrumConnectorMetas: Array; + staginggoerli_gnosisConnectorMeta?: Maybe; + staginggoerli_gnosisConnectorMetas: Array; + staginggoerli_zkSyncConnectorMeta?: Maybe; + staginggoerli_zkSyncConnectorMetas: Array; + staginggoerli_rootMessageProcessed?: Maybe; + staginggoerli_rootMessageProcesseds: Array; + staginggoerli_aggregateRootSavedSlow?: Maybe; + staginggoerli_aggregateRootSavedSlows: Array; + staginggoerli_hubDomain?: Maybe; + staginggoerli_hubDomains: Array; + /** Access to subgraph metadata */ + staginggoerli__meta?: Maybe; + optimismgoerli_swap_systemInfo?: Maybe; + optimismgoerli_swap_systemInfos: Array; + optimismgoerli_swap_pooledToken?: Maybe; + optimismgoerli_swap_pooledTokens: Array; + optimismgoerli_swap_stableSwap?: Maybe; + optimismgoerli_swap_stableSwaps: Array; + optimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + optimismgoerli_swap_stableSwapAddLiquidityEvents: Array; + optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + optimismgoerli_swap_stableSwapExchange?: Maybe; + optimismgoerli_swap_stableSwapExchanges: Array; + optimismgoerli_swap_swapDailyVolume?: Maybe; + optimismgoerli_swap_swapDailyVolumes: Array; + optimismgoerli_swap_swapHourlyVolume?: Maybe; + optimismgoerli_swap_swapHourlyVolumes: Array; + optimismgoerli_swap_swapWeeklyVolume?: Maybe; + optimismgoerli_swap_swapWeeklyVolumes: Array; + optimismgoerli_swap_lpAccount?: Maybe; + optimismgoerli_swap_lpAccounts: Array; + optimismgoerli_swap_lpAccountBalance?: Maybe; + optimismgoerli_swap_lpAccountBalances: Array; + optimismgoerli_swap_lpToken?: Maybe; + optimismgoerli_swap_lpTokens: Array; + optimismgoerli_swap_lpTransferEvent?: Maybe; + optimismgoerli_swap_lpTransferEvents: Array; + optimismgoerli_swap_stableSwapEvent?: Maybe; + optimismgoerli_swap_stableSwapEvents: Array; + optimismgoerli_swap_swapTradeVolume?: Maybe; + optimismgoerli_swap_swapTradeVolumes: Array; + optimismgoerli_swap_lpTokenEvent?: Maybe; + optimismgoerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + optimismgoerli_swap__meta?: Maybe; optimism_swap_systemInfo?: Maybe; optimism_swap_systemInfos: Array; optimism_swap_pooledToken?: Maybe; @@ -694,6 +720,40 @@ export type Query = { optimism_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ optimism_swap__meta?: Maybe; + arbitrumone_swap_systemInfo?: Maybe; + arbitrumone_swap_systemInfos: Array; + arbitrumone_swap_pooledToken?: Maybe; + arbitrumone_swap_pooledTokens: Array; + arbitrumone_swap_stableSwap?: Maybe; + arbitrumone_swap_stableSwaps: Array; + arbitrumone_swap_stableSwapAddLiquidityEvent?: Maybe; + arbitrumone_swap_stableSwapAddLiquidityEvents: Array; + arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Maybe; + arbitrumone_swap_stableSwapRemoveLiquidityEvents: Array; + arbitrumone_swap_stableSwapExchange?: Maybe; + arbitrumone_swap_stableSwapExchanges: Array; + arbitrumone_swap_swapDailyVolume?: Maybe; + arbitrumone_swap_swapDailyVolumes: Array; + arbitrumone_swap_swapHourlyVolume?: Maybe; + arbitrumone_swap_swapHourlyVolumes: Array; + arbitrumone_swap_swapWeeklyVolume?: Maybe; + arbitrumone_swap_swapWeeklyVolumes: Array; + arbitrumone_swap_lpAccount?: Maybe; + arbitrumone_swap_lpAccounts: Array; + arbitrumone_swap_lpAccountBalance?: Maybe; + arbitrumone_swap_lpAccountBalances: Array; + arbitrumone_swap_lpToken?: Maybe; + arbitrumone_swap_lpTokens: Array; + arbitrumone_swap_lpTransferEvent?: Maybe; + arbitrumone_swap_lpTransferEvents: Array; + arbitrumone_swap_stableSwapEvent?: Maybe; + arbitrumone_swap_stableSwapEvents: Array; + arbitrumone_swap_swapTradeVolume?: Maybe; + arbitrumone_swap_swapTradeVolumes: Array; + arbitrumone_swap_lpTokenEvent?: Maybe; + arbitrumone_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + arbitrumone_swap__meta?: Maybe; polygon_swap_systemInfo?: Maybe; polygon_swap_systemInfos: Array; polygon_swap_pooledToken?: Maybe; @@ -728,40 +788,114 @@ export type Query = { polygon_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ polygon_swap__meta?: Maybe; - bnb_swap_systemInfo?: Maybe; - bnb_swap_systemInfos: Array; - bnb_swap_pooledToken?: Maybe; - bnb_swap_pooledTokens: Array; - bnb_swap_stableSwap?: Maybe; - bnb_swap_stableSwaps: Array; - bnb_swap_stableSwapAddLiquidityEvent?: Maybe; - bnb_swap_stableSwapAddLiquidityEvents: Array; - bnb_swap_stableSwapRemoveLiquidityEvent?: Maybe; - bnb_swap_stableSwapRemoveLiquidityEvents: Array; - bnb_swap_stableSwapExchange?: Maybe; - bnb_swap_stableSwapExchanges: Array; - bnb_swap_swapDailyVolume?: Maybe; - bnb_swap_swapDailyVolumes: Array; - bnb_swap_swapHourlyVolume?: Maybe; - bnb_swap_swapHourlyVolumes: Array; - bnb_swap_swapWeeklyVolume?: Maybe; - bnb_swap_swapWeeklyVolumes: Array; - bnb_swap_lpAccount?: Maybe; - bnb_swap_lpAccounts: Array; - bnb_swap_lpAccountBalance?: Maybe; - bnb_swap_lpAccountBalances: Array; - bnb_swap_lpToken?: Maybe; - bnb_swap_lpTokens: Array; - bnb_swap_lpTransferEvent?: Maybe; - bnb_swap_lpTransferEvents: Array; - bnb_swap_stableSwapEvent?: Maybe; - bnb_swap_stableSwapEvents: Array; - bnb_swap_swapTradeVolume?: Maybe; - bnb_swap_swapTradeVolumes: Array; - bnb_swap_lpTokenEvent?: Maybe; - bnb_swap_lpTokenEvents: Array; + linea_swap_systemInfo?: Maybe; + linea_swap_systemInfos: Array; + linea_swap_pooledToken?: Maybe; + linea_swap_pooledTokens: Array; + linea_swap_stableSwap?: Maybe; + linea_swap_stableSwaps: Array; + linea_swap_stableSwapAddLiquidityEvent?: Maybe; + linea_swap_stableSwapAddLiquidityEvents: Array; + linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; + linea_swap_stableSwapRemoveLiquidityEvents: Array; + linea_swap_stableSwapExchange?: Maybe; + linea_swap_stableSwapExchanges: Array; + linea_swap_swapDailyVolume?: Maybe; + linea_swap_swapDailyVolumes: Array; + linea_swap_swapHourlyVolume?: Maybe; + linea_swap_swapHourlyVolumes: Array; + linea_swap_swapWeeklyVolume?: Maybe; + linea_swap_swapWeeklyVolumes: Array; + linea_swap_lpAccount?: Maybe; + linea_swap_lpAccounts: Array; + linea_swap_lpAccountBalance?: Maybe; + linea_swap_lpAccountBalances: Array; + linea_swap_lpToken?: Maybe; + linea_swap_lpTokens: Array; + linea_swap_lpTransferEvent?: Maybe; + linea_swap_lpTransferEvents: Array; + linea_swap_stableSwapEvent?: Maybe; + linea_swap_stableSwapEvents: Array; + linea_swap_swapTradeVolume?: Maybe; + linea_swap_swapTradeVolumes: Array; + linea_swap_lpTokenEvent?: Maybe; + linea_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - bnb_swap__meta?: Maybe; + linea_swap__meta?: Maybe; + goerli_asset?: Maybe; + goerli_assets: Array; + goerli_assetStatus?: Maybe; + goerli_assetStatuses: Array; + goerli_assetBalance?: Maybe; + goerli_assetBalances: Array; + goerli_router?: Maybe; + goerli_routers: Array; + goerli_routerDailyTVL?: Maybe; + goerli_routerDailyTVLs: Array; + goerli_routerLiquidityEvent?: Maybe; + goerli_routerLiquidityEvents: Array; + goerli_setting?: Maybe; + goerli_settings: Array; + goerli_relayer?: Maybe; + goerli_relayers: Array; + goerli_sequencer?: Maybe; + goerli_sequencers: Array; + goerli_relayerFee?: Maybe; + goerli_relayerFees: Array; + goerli_originTransfer?: Maybe; + goerli_originTransfers: Array; + goerli_destinationTransfer?: Maybe; + goerli_destinationTransfers: Array; + goerli_originMessage?: Maybe; + goerli_originMessages: Array; + goerli_aggregateRoot?: Maybe; + goerli_aggregateRoots: Array; + goerli_connectorMeta?: Maybe; + goerli_connectorMetas: Array; + goerli_rootCount?: Maybe; + goerli_rootCounts: Array; + goerli_rootMessageSent?: Maybe; + goerli_rootMessageSents: Array; + goerli_relayerFeesIncrease?: Maybe; + goerli_relayerFeesIncreases: Array; + goerli_slippageUpdate?: Maybe; + goerli_slippageUpdates: Array; + localmainnet_rootAggregated?: Maybe; + localmainnet_rootAggregateds: Array; + localmainnet_rootPropagated?: Maybe; + localmainnet_rootPropagateds: Array; + localmainnet_aggregatedMessageRoot?: Maybe; + localmainnet_aggregatedMessageRoots: Array; + localmainnet_rootManagerMeta?: Maybe; + localmainnet_rootManagerMetas: Array; + localmainnet_rootManagerMode?: Maybe; + localmainnet_rootManagerModes: Array; + localmainnet_optimisticRootProposed?: Maybe; + localmainnet_optimisticRootProposeds: Array; + localmainnet_hubOptimisticRootFinalized?: Maybe; + localmainnet_hubOptimisticRootFinalizeds: Array; + localmainnet_optimisticRootPropagated?: Maybe; + localmainnet_optimisticRootPropagateds: Array; + localmainnet_polygonConnectorMeta?: Maybe; + localmainnet_polygonConnectorMetas: Array; + localmainnet_optimismConnectorMeta?: Maybe; + localmainnet_optimismConnectorMetas: Array; + localmainnet_bnbConnectorMeta?: Maybe; + localmainnet_bnbConnectorMetas: Array; + localmainnet_arbitrumConnectorMeta?: Maybe; + localmainnet_arbitrumConnectorMetas: Array; + localmainnet_gnosisConnectorMeta?: Maybe; + localmainnet_gnosisConnectorMetas: Array; + localmainnet_zkSyncConnectorMeta?: Maybe; + localmainnet_zkSyncConnectorMetas: Array; + localmainnet_rootMessageProcessed?: Maybe; + localmainnet_rootMessageProcesseds: Array; + localmainnet_aggregateRootSavedSlow?: Maybe; + localmainnet_aggregateRootSavedSlows: Array; + localmainnet_hubDomain?: Maybe; + localmainnet_hubDomains: Array; + /** Access to subgraph metadata */ + localmainnet__meta?: Maybe; lineagoerli_asset?: Maybe; lineagoerli_assets: Array; lineagoerli_assetStatus?: Maybe; @@ -800,228 +934,46 @@ export type Query = { lineagoerli_slippageUpdates: Array; /** Access to subgraph metadata */ lineagoerli__meta?: Maybe; - stagingarbitrumgoerli_swap_systemInfo?: Maybe; - stagingarbitrumgoerli_swap_systemInfos: Array; - stagingarbitrumgoerli_swap_pooledToken?: Maybe; - stagingarbitrumgoerli_swap_pooledTokens: Array; - stagingarbitrumgoerli_swap_stableSwap?: Maybe; - stagingarbitrumgoerli_swap_stableSwaps: Array; - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents: Array; - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - stagingarbitrumgoerli_swap_stableSwapExchange?: Maybe; - stagingarbitrumgoerli_swap_stableSwapExchanges: Array; - stagingarbitrumgoerli_swap_swapDailyVolume?: Maybe; - stagingarbitrumgoerli_swap_swapDailyVolumes: Array; - stagingarbitrumgoerli_swap_swapHourlyVolume?: Maybe; - stagingarbitrumgoerli_swap_swapHourlyVolumes: Array; - stagingarbitrumgoerli_swap_swapWeeklyVolume?: Maybe; - stagingarbitrumgoerli_swap_swapWeeklyVolumes: Array; - stagingarbitrumgoerli_swap_lpAccount?: Maybe; - stagingarbitrumgoerli_swap_lpAccounts: Array; - stagingarbitrumgoerli_swap_lpAccountBalance?: Maybe; - stagingarbitrumgoerli_swap_lpAccountBalances: Array; - stagingarbitrumgoerli_swap_lpToken?: Maybe; - stagingarbitrumgoerli_swap_lpTokens: Array; - stagingarbitrumgoerli_swap_lpTransferEvent?: Maybe; - stagingarbitrumgoerli_swap_lpTransferEvents: Array; - stagingarbitrumgoerli_swap_stableSwapEvent?: Maybe; - stagingarbitrumgoerli_swap_stableSwapEvents: Array; - stagingarbitrumgoerli_swap_swapTradeVolume?: Maybe; - stagingarbitrumgoerli_swap_swapTradeVolumes: Array; - stagingarbitrumgoerli_swap_lpTokenEvent?: Maybe; - stagingarbitrumgoerli_swap_lpTokenEvents: Array; + optimism_asset?: Maybe; + optimism_assets: Array; + optimism_assetStatus?: Maybe; + optimism_assetStatuses: Array; + optimism_assetBalance?: Maybe; + optimism_assetBalances: Array; + optimism_router?: Maybe; + optimism_routers: Array; + optimism_routerDailyTVL?: Maybe; + optimism_routerDailyTVLs: Array; + optimism_routerLiquidityEvent?: Maybe; + optimism_routerLiquidityEvents: Array; + optimism_setting?: Maybe; + optimism_settings: Array; + optimism_relayer?: Maybe; + optimism_relayers: Array; + optimism_sequencer?: Maybe; + optimism_sequencers: Array; + optimism_relayerFee?: Maybe; + optimism_relayerFees: Array; + optimism_originTransfer?: Maybe; + optimism_originTransfers: Array; + optimism_destinationTransfer?: Maybe; + optimism_destinationTransfers: Array; + optimism_originMessage?: Maybe; + optimism_originMessages: Array; + optimism_aggregateRoot?: Maybe; + optimism_aggregateRoots: Array; + optimism_connectorMeta?: Maybe; + optimism_connectorMetas: Array; + optimism_rootCount?: Maybe; + optimism_rootCounts: Array; + optimism_rootMessageSent?: Maybe; + optimism_rootMessageSents: Array; + optimism_relayerFeesIncrease?: Maybe; + optimism_relayerFeesIncreases: Array; + optimism_slippageUpdate?: Maybe; + optimism_slippageUpdates: Array; /** Access to subgraph metadata */ - stagingarbitrumgoerli_swap__meta?: Maybe; - arbitrumone_swap_systemInfo?: Maybe; - arbitrumone_swap_systemInfos: Array; - arbitrumone_swap_pooledToken?: Maybe; - arbitrumone_swap_pooledTokens: Array; - arbitrumone_swap_stableSwap?: Maybe; - arbitrumone_swap_stableSwaps: Array; - arbitrumone_swap_stableSwapAddLiquidityEvent?: Maybe; - arbitrumone_swap_stableSwapAddLiquidityEvents: Array; - arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Maybe; - arbitrumone_swap_stableSwapRemoveLiquidityEvents: Array; - arbitrumone_swap_stableSwapExchange?: Maybe; - arbitrumone_swap_stableSwapExchanges: Array; - arbitrumone_swap_swapDailyVolume?: Maybe; - arbitrumone_swap_swapDailyVolumes: Array; - arbitrumone_swap_swapHourlyVolume?: Maybe; - arbitrumone_swap_swapHourlyVolumes: Array; - arbitrumone_swap_swapWeeklyVolume?: Maybe; - arbitrumone_swap_swapWeeklyVolumes: Array; - arbitrumone_swap_lpAccount?: Maybe; - arbitrumone_swap_lpAccounts: Array; - arbitrumone_swap_lpAccountBalance?: Maybe; - arbitrumone_swap_lpAccountBalances: Array; - arbitrumone_swap_lpToken?: Maybe; - arbitrumone_swap_lpTokens: Array; - arbitrumone_swap_lpTransferEvent?: Maybe; - arbitrumone_swap_lpTransferEvents: Array; - arbitrumone_swap_stableSwapEvent?: Maybe; - arbitrumone_swap_stableSwapEvents: Array; - arbitrumone_swap_swapTradeVolume?: Maybe; - arbitrumone_swap_swapTradeVolumes: Array; - arbitrumone_swap_lpTokenEvent?: Maybe; - arbitrumone_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - arbitrumone_swap__meta?: Maybe; - xdai_swap_systemInfo?: Maybe; - xdai_swap_systemInfos: Array; - xdai_swap_pooledToken?: Maybe; - xdai_swap_pooledTokens: Array; - xdai_swap_stableSwap?: Maybe; - xdai_swap_stableSwaps: Array; - xdai_swap_stableSwapAddLiquidityEvent?: Maybe; - xdai_swap_stableSwapAddLiquidityEvents: Array; - xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xdai_swap_stableSwapRemoveLiquidityEvents: Array; - xdai_swap_stableSwapExchange?: Maybe; - xdai_swap_stableSwapExchanges: Array; - xdai_swap_swapDailyVolume?: Maybe; - xdai_swap_swapDailyVolumes: Array; - xdai_swap_swapHourlyVolume?: Maybe; - xdai_swap_swapHourlyVolumes: Array; - xdai_swap_swapWeeklyVolume?: Maybe; - xdai_swap_swapWeeklyVolumes: Array; - xdai_swap_lpAccount?: Maybe; - xdai_swap_lpAccounts: Array; - xdai_swap_lpAccountBalance?: Maybe; - xdai_swap_lpAccountBalances: Array; - xdai_swap_lpToken?: Maybe; - xdai_swap_lpTokens: Array; - xdai_swap_lpTransferEvent?: Maybe; - xdai_swap_lpTransferEvents: Array; - xdai_swap_stableSwapEvent?: Maybe; - xdai_swap_stableSwapEvents: Array; - xdai_swap_swapTradeVolume?: Maybe; - xdai_swap_swapTradeVolumes: Array; - xdai_swap_lpTokenEvent?: Maybe; - xdai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - xdai_swap__meta?: Maybe; - linea_swap_systemInfo?: Maybe; - linea_swap_systemInfos: Array; - linea_swap_pooledToken?: Maybe; - linea_swap_pooledTokens: Array; - linea_swap_stableSwap?: Maybe; - linea_swap_stableSwaps: Array; - linea_swap_stableSwapAddLiquidityEvent?: Maybe; - linea_swap_stableSwapAddLiquidityEvents: Array; - linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; - linea_swap_stableSwapRemoveLiquidityEvents: Array; - linea_swap_stableSwapExchange?: Maybe; - linea_swap_stableSwapExchanges: Array; - linea_swap_swapDailyVolume?: Maybe; - linea_swap_swapDailyVolumes: Array; - linea_swap_swapHourlyVolume?: Maybe; - linea_swap_swapHourlyVolumes: Array; - linea_swap_swapWeeklyVolume?: Maybe; - linea_swap_swapWeeklyVolumes: Array; - linea_swap_lpAccount?: Maybe; - linea_swap_lpAccounts: Array; - linea_swap_lpAccountBalance?: Maybe; - linea_swap_lpAccountBalances: Array; - linea_swap_lpToken?: Maybe; - linea_swap_lpTokens: Array; - linea_swap_lpTransferEvent?: Maybe; - linea_swap_lpTransferEvents: Array; - linea_swap_stableSwapEvent?: Maybe; - linea_swap_stableSwapEvents: Array; - linea_swap_swapTradeVolume?: Maybe; - linea_swap_swapTradeVolumes: Array; - linea_swap_lpTokenEvent?: Maybe; - linea_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - linea_swap__meta?: Maybe; - stagingmumbai_asset?: Maybe; - stagingmumbai_assets: Array; - stagingmumbai_assetStatus?: Maybe; - stagingmumbai_assetStatuses: Array; - stagingmumbai_assetBalance?: Maybe; - stagingmumbai_assetBalances: Array; - stagingmumbai_router?: Maybe; - stagingmumbai_routers: Array; - stagingmumbai_routerDailyTVL?: Maybe; - stagingmumbai_routerDailyTVLs: Array; - stagingmumbai_setting?: Maybe; - stagingmumbai_settings: Array; - stagingmumbai_relayer?: Maybe; - stagingmumbai_relayers: Array; - stagingmumbai_sequencer?: Maybe; - stagingmumbai_sequencers: Array; - stagingmumbai_relayerFee?: Maybe; - stagingmumbai_relayerFees: Array; - stagingmumbai_originTransfer?: Maybe; - stagingmumbai_originTransfers: Array; - stagingmumbai_destinationTransfer?: Maybe; - stagingmumbai_destinationTransfers: Array; - stagingmumbai_originMessage?: Maybe; - stagingmumbai_originMessages: Array; - stagingmumbai_aggregateRoot?: Maybe; - stagingmumbai_aggregateRoots: Array; - stagingmumbai_connectorMeta?: Maybe; - stagingmumbai_connectorMetas: Array; - stagingmumbai_rootCount?: Maybe; - stagingmumbai_rootCounts: Array; - stagingmumbai_rootMessageSent?: Maybe; - stagingmumbai_rootMessageSents: Array; - stagingmumbai_relayerFeesIncrease?: Maybe; - stagingmumbai_relayerFeesIncreases: Array; - stagingmumbai_slippageUpdate?: Maybe; - stagingmumbai_slippageUpdates: Array; - stagingmumbai_snapshotRoot?: Maybe; - stagingmumbai_snapshotRoots: Array; - stagingmumbai_spokeConnectorMode?: Maybe; - stagingmumbai_spokeConnectorModes: Array; - stagingmumbai_aggregateRootProposed?: Maybe; - stagingmumbai_aggregateRootProposeds: Array; - stagingmumbai_optimisticRootFinalized?: Maybe; - stagingmumbai_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingmumbai__meta?: Maybe; - optimismgoerli_asset?: Maybe; - optimismgoerli_assets: Array; - optimismgoerli_assetStatus?: Maybe; - optimismgoerli_assetStatuses: Array; - optimismgoerli_assetBalance?: Maybe; - optimismgoerli_assetBalances: Array; - optimismgoerli_router?: Maybe; - optimismgoerli_routers: Array; - optimismgoerli_routerDailyTVL?: Maybe; - optimismgoerli_routerDailyTVLs: Array; - optimismgoerli_routerLiquidityEvent?: Maybe; - optimismgoerli_routerLiquidityEvents: Array; - optimismgoerli_setting?: Maybe; - optimismgoerli_settings: Array; - optimismgoerli_relayer?: Maybe; - optimismgoerli_relayers: Array; - optimismgoerli_sequencer?: Maybe; - optimismgoerli_sequencers: Array; - optimismgoerli_relayerFee?: Maybe; - optimismgoerli_relayerFees: Array; - optimismgoerli_originTransfer?: Maybe; - optimismgoerli_originTransfers: Array; - optimismgoerli_destinationTransfer?: Maybe; - optimismgoerli_destinationTransfers: Array; - optimismgoerli_originMessage?: Maybe; - optimismgoerli_originMessages: Array; - optimismgoerli_aggregateRoot?: Maybe; - optimismgoerli_aggregateRoots: Array; - optimismgoerli_connectorMeta?: Maybe; - optimismgoerli_connectorMetas: Array; - optimismgoerli_rootCount?: Maybe; - optimismgoerli_rootCounts: Array; - optimismgoerli_rootMessageSent?: Maybe; - optimismgoerli_rootMessageSents: Array; - optimismgoerli_relayerFeesIncrease?: Maybe; - optimismgoerli_relayerFeesIncreases: Array; - optimismgoerli_slippageUpdate?: Maybe; - optimismgoerli_slippageUpdates: Array; - /** Access to subgraph metadata */ - optimismgoerli__meta?: Maybe; + optimism__meta?: Maybe; staginggoerli_asset?: Maybe; staginggoerli_assets: Array; staginggoerli_assetStatus?: Maybe; @@ -1066,6 +1018,46 @@ export type Query = { staginggoerli_aggregateRootProposeds: Array; staginggoerli_optimisticRootFinalized?: Maybe; staginggoerli_optimisticRootFinalizeds: Array; + optimismgoerli_asset?: Maybe; + optimismgoerli_assets: Array; + optimismgoerli_assetStatus?: Maybe; + optimismgoerli_assetStatuses: Array; + optimismgoerli_assetBalance?: Maybe; + optimismgoerli_assetBalances: Array; + optimismgoerli_router?: Maybe; + optimismgoerli_routers: Array; + optimismgoerli_routerDailyTVL?: Maybe; + optimismgoerli_routerDailyTVLs: Array; + optimismgoerli_routerLiquidityEvent?: Maybe; + optimismgoerli_routerLiquidityEvents: Array; + optimismgoerli_setting?: Maybe; + optimismgoerli_settings: Array; + optimismgoerli_relayer?: Maybe; + optimismgoerli_relayers: Array; + optimismgoerli_sequencer?: Maybe; + optimismgoerli_sequencers: Array; + optimismgoerli_relayerFee?: Maybe; + optimismgoerli_relayerFees: Array; + optimismgoerli_originTransfer?: Maybe; + optimismgoerli_originTransfers: Array; + optimismgoerli_destinationTransfer?: Maybe; + optimismgoerli_destinationTransfers: Array; + optimismgoerli_originMessage?: Maybe; + optimismgoerli_originMessages: Array; + optimismgoerli_aggregateRoot?: Maybe; + optimismgoerli_aggregateRoots: Array; + optimismgoerli_connectorMeta?: Maybe; + optimismgoerli_connectorMetas: Array; + optimismgoerli_rootCount?: Maybe; + optimismgoerli_rootCounts: Array; + optimismgoerli_rootMessageSent?: Maybe; + optimismgoerli_rootMessageSents: Array; + optimismgoerli_relayerFeesIncrease?: Maybe; + optimismgoerli_relayerFeesIncreases: Array; + optimismgoerli_slippageUpdate?: Maybe; + optimismgoerli_slippageUpdates: Array; + /** Access to subgraph metadata */ + optimismgoerli__meta?: Maybe; stagingoptimismgoerli_asset?: Maybe; stagingoptimismgoerli_assets: Array; stagingoptimismgoerli_assetStatus?: Maybe; @@ -1112,260 +1104,6 @@ export type Query = { stagingoptimismgoerli_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingoptimismgoerli__meta?: Maybe; - xdai_asset?: Maybe; - xdai_assets: Array; - xdai_assetStatus?: Maybe; - xdai_assetStatuses: Array; - xdai_assetBalance?: Maybe; - xdai_assetBalances: Array; - xdai_router?: Maybe; - xdai_routers: Array; - xdai_routerDailyTVL?: Maybe; - xdai_routerDailyTVLs: Array; - xdai_routerLiquidityEvent?: Maybe; - xdai_routerLiquidityEvents: Array; - xdai_setting?: Maybe; - xdai_settings: Array; - xdai_relayer?: Maybe; - xdai_relayers: Array; - xdai_sequencer?: Maybe; - xdai_sequencers: Array; - xdai_relayerFee?: Maybe; - xdai_relayerFees: Array; - xdai_originTransfer?: Maybe; - xdai_originTransfers: Array; - xdai_destinationTransfer?: Maybe; - xdai_destinationTransfers: Array; - xdai_originMessage?: Maybe; - xdai_originMessages: Array; - xdai_aggregateRoot?: Maybe; - xdai_aggregateRoots: Array; - xdai_connectorMeta?: Maybe; - xdai_connectorMetas: Array; - xdai_rootCount?: Maybe; - xdai_rootCounts: Array; - xdai_rootMessageSent?: Maybe; - xdai_rootMessageSents: Array; - xdai_relayerFeesIncrease?: Maybe; - xdai_relayerFeesIncreases: Array; - xdai_slippageUpdate?: Maybe; - xdai_slippageUpdates: Array; - /** Access to subgraph metadata */ - xdai__meta?: Maybe; - mumbai_asset?: Maybe; - mumbai_assets: Array; - mumbai_assetStatus?: Maybe; - mumbai_assetStatuses: Array; - mumbai_assetBalance?: Maybe; - mumbai_assetBalances: Array; - mumbai_router?: Maybe; - mumbai_routers: Array; - mumbai_routerDailyTVL?: Maybe; - mumbai_routerDailyTVLs: Array; - mumbai_routerLiquidityEvent?: Maybe; - mumbai_routerLiquidityEvents: Array; - mumbai_setting?: Maybe; - mumbai_settings: Array; - mumbai_relayer?: Maybe; - mumbai_relayers: Array; - mumbai_sequencer?: Maybe; - mumbai_sequencers: Array; - mumbai_relayerFee?: Maybe; - mumbai_relayerFees: Array; - mumbai_originTransfer?: Maybe; - mumbai_originTransfers: Array; - mumbai_destinationTransfer?: Maybe; - mumbai_destinationTransfers: Array; - mumbai_originMessage?: Maybe; - mumbai_originMessages: Array; - mumbai_aggregateRoot?: Maybe; - mumbai_aggregateRoots: Array; - mumbai_connectorMeta?: Maybe; - mumbai_connectorMetas: Array; - mumbai_rootCount?: Maybe; - mumbai_rootCounts: Array; - mumbai_rootMessageSent?: Maybe; - mumbai_rootMessageSents: Array; - mumbai_relayerFeesIncrease?: Maybe; - mumbai_relayerFeesIncreases: Array; - mumbai_slippageUpdate?: Maybe; - mumbai_slippageUpdates: Array; - /** Access to subgraph metadata */ - mumbai__meta?: Maybe; - goerli_asset?: Maybe; - goerli_assets: Array; - goerli_assetStatus?: Maybe; - goerli_assetStatuses: Array; - goerli_assetBalance?: Maybe; - goerli_assetBalances: Array; - goerli_router?: Maybe; - goerli_routers: Array; - goerli_routerDailyTVL?: Maybe; - goerli_routerDailyTVLs: Array; - goerli_routerLiquidityEvent?: Maybe; - goerli_routerLiquidityEvents: Array; - goerli_setting?: Maybe; - goerli_settings: Array; - goerli_relayer?: Maybe; - goerli_relayers: Array; - goerli_sequencer?: Maybe; - goerli_sequencers: Array; - goerli_relayerFee?: Maybe; - goerli_relayerFees: Array; - goerli_originTransfer?: Maybe; - goerli_originTransfers: Array; - goerli_destinationTransfer?: Maybe; - goerli_destinationTransfers: Array; - goerli_originMessage?: Maybe; - goerli_originMessages: Array; - goerli_aggregateRoot?: Maybe; - goerli_aggregateRoots: Array; - goerli_connectorMeta?: Maybe; - goerli_connectorMetas: Array; - goerli_rootCount?: Maybe; - goerli_rootCounts: Array; - goerli_rootMessageSent?: Maybe; - goerli_rootMessageSents: Array; - goerli_relayerFeesIncrease?: Maybe; - goerli_relayerFeesIncreases: Array; - goerli_slippageUpdate?: Maybe; - goerli_slippageUpdates: Array; - localmainnet_asset?: Maybe; - localmainnet_assets: Array; - localmainnet_assetStatus?: Maybe; - localmainnet_assetStatuses: Array; - localmainnet_assetBalance?: Maybe; - localmainnet_assetBalances: Array; - localmainnet_router?: Maybe; - localmainnet_routers: Array; - localmainnet_routerDailyTVL?: Maybe; - localmainnet_routerDailyTVLs: Array; - localmainnet_setting?: Maybe; - localmainnet_settings: Array; - localmainnet_relayer?: Maybe; - localmainnet_relayers: Array; - localmainnet_sequencer?: Maybe; - localmainnet_sequencers: Array; - localmainnet_relayerFee?: Maybe; - localmainnet_relayerFees: Array; - localmainnet_originTransfer?: Maybe; - localmainnet_originTransfers: Array; - localmainnet_destinationTransfer?: Maybe; - localmainnet_destinationTransfers: Array; - localmainnet_originMessage?: Maybe; - localmainnet_originMessages: Array; - localmainnet_aggregateRoot?: Maybe; - localmainnet_aggregateRoots: Array; - localmainnet_connectorMeta?: Maybe; - localmainnet_connectorMetas: Array; - localmainnet_rootCount?: Maybe; - localmainnet_rootCounts: Array; - localmainnet_rootMessageSent?: Maybe; - localmainnet_rootMessageSents: Array; - localmainnet_relayerFeesIncrease?: Maybe; - localmainnet_relayerFeesIncreases: Array; - localmainnet_slippageUpdate?: Maybe; - localmainnet_slippageUpdates: Array; - localmainnet_snapshotRoot?: Maybe; - localmainnet_snapshotRoots: Array; - localmainnet_spokeConnectorMode?: Maybe; - localmainnet_spokeConnectorModes: Array; - localmainnet_aggregateRootProposed?: Maybe; - localmainnet_aggregateRootProposeds: Array; - localmainnet_optimisticRootFinalized?: Maybe; - localmainnet_optimisticRootFinalizeds: Array; - localoptimism_asset?: Maybe; - localoptimism_assets: Array; - localoptimism_assetStatus?: Maybe; - localoptimism_assetStatuses: Array; - localoptimism_assetBalance?: Maybe; - localoptimism_assetBalances: Array; - localoptimism_router?: Maybe; - localoptimism_routers: Array; - localoptimism_routerDailyTVL?: Maybe; - localoptimism_routerDailyTVLs: Array; - localoptimism_setting?: Maybe; - localoptimism_settings: Array; - localoptimism_relayer?: Maybe; - localoptimism_relayers: Array; - localoptimism_sequencer?: Maybe; - localoptimism_sequencers: Array; - localoptimism_relayerFee?: Maybe; - localoptimism_relayerFees: Array; - localoptimism_originTransfer?: Maybe; - localoptimism_originTransfers: Array; - localoptimism_destinationTransfer?: Maybe; - localoptimism_destinationTransfers: Array; - localoptimism_originMessage?: Maybe; - localoptimism_originMessages: Array; - localoptimism_aggregateRoot?: Maybe; - localoptimism_aggregateRoots: Array; - localoptimism_connectorMeta?: Maybe; - localoptimism_connectorMetas: Array; - localoptimism_rootCount?: Maybe; - localoptimism_rootCounts: Array; - localoptimism_rootMessageSent?: Maybe; - localoptimism_rootMessageSents: Array; - localoptimism_relayerFeesIncrease?: Maybe; - localoptimism_relayerFeesIncreases: Array; - localoptimism_slippageUpdate?: Maybe; - localoptimism_slippageUpdates: Array; - localoptimism_snapshotRoot?: Maybe; - localoptimism_snapshotRoots: Array; - localoptimism_spokeConnectorMode?: Maybe; - localoptimism_spokeConnectorModes: Array; - localoptimism_aggregateRootProposed?: Maybe; - localoptimism_aggregateRootProposeds: Array; - localoptimism_optimisticRootFinalized?: Maybe; - localoptimism_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - localoptimism__meta?: Maybe; - localarbitrumone_asset?: Maybe; - localarbitrumone_assets: Array; - localarbitrumone_assetStatus?: Maybe; - localarbitrumone_assetStatuses: Array; - localarbitrumone_assetBalance?: Maybe; - localarbitrumone_assetBalances: Array; - localarbitrumone_router?: Maybe; - localarbitrumone_routers: Array; - localarbitrumone_routerDailyTVL?: Maybe; - localarbitrumone_routerDailyTVLs: Array; - localarbitrumone_setting?: Maybe; - localarbitrumone_settings: Array; - localarbitrumone_relayer?: Maybe; - localarbitrumone_relayers: Array; - localarbitrumone_sequencer?: Maybe; - localarbitrumone_sequencers: Array; - localarbitrumone_relayerFee?: Maybe; - localarbitrumone_relayerFees: Array; - localarbitrumone_originTransfer?: Maybe; - localarbitrumone_originTransfers: Array; - localarbitrumone_destinationTransfer?: Maybe; - localarbitrumone_destinationTransfers: Array; - localarbitrumone_originMessage?: Maybe; - localarbitrumone_originMessages: Array; - localarbitrumone_aggregateRoot?: Maybe; - localarbitrumone_aggregateRoots: Array; - localarbitrumone_connectorMeta?: Maybe; - localarbitrumone_connectorMetas: Array; - localarbitrumone_rootCount?: Maybe; - localarbitrumone_rootCounts: Array; - localarbitrumone_rootMessageSent?: Maybe; - localarbitrumone_rootMessageSents: Array; - localarbitrumone_relayerFeesIncrease?: Maybe; - localarbitrumone_relayerFeesIncreases: Array; - localarbitrumone_slippageUpdate?: Maybe; - localarbitrumone_slippageUpdates: Array; - localarbitrumone_snapshotRoot?: Maybe; - localarbitrumone_snapshotRoots: Array; - localarbitrumone_spokeConnectorMode?: Maybe; - localarbitrumone_spokeConnectorModes: Array; - localarbitrumone_aggregateRootProposed?: Maybe; - localarbitrumone_aggregateRootProposeds: Array; - localarbitrumone_optimisticRootFinalized?: Maybe; - localarbitrumone_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - localarbitrumone__meta?: Maybe; stagingarbitrumgoerli_asset?: Maybe; stagingarbitrumgoerli_assets: Array; stagingarbitrumgoerli_assetStatus?: Maybe; @@ -1412,6 +1150,52 @@ export type Query = { stagingarbitrumgoerli_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingarbitrumgoerli__meta?: Maybe; + stagingmumbai_asset?: Maybe; + stagingmumbai_assets: Array; + stagingmumbai_assetStatus?: Maybe; + stagingmumbai_assetStatuses: Array; + stagingmumbai_assetBalance?: Maybe; + stagingmumbai_assetBalances: Array; + stagingmumbai_router?: Maybe; + stagingmumbai_routers: Array; + stagingmumbai_routerDailyTVL?: Maybe; + stagingmumbai_routerDailyTVLs: Array; + stagingmumbai_setting?: Maybe; + stagingmumbai_settings: Array; + stagingmumbai_relayer?: Maybe; + stagingmumbai_relayers: Array; + stagingmumbai_sequencer?: Maybe; + stagingmumbai_sequencers: Array; + stagingmumbai_relayerFee?: Maybe; + stagingmumbai_relayerFees: Array; + stagingmumbai_originTransfer?: Maybe; + stagingmumbai_originTransfers: Array; + stagingmumbai_destinationTransfer?: Maybe; + stagingmumbai_destinationTransfers: Array; + stagingmumbai_originMessage?: Maybe; + stagingmumbai_originMessages: Array; + stagingmumbai_aggregateRoot?: Maybe; + stagingmumbai_aggregateRoots: Array; + stagingmumbai_connectorMeta?: Maybe; + stagingmumbai_connectorMetas: Array; + stagingmumbai_rootCount?: Maybe; + stagingmumbai_rootCounts: Array; + stagingmumbai_rootMessageSent?: Maybe; + stagingmumbai_rootMessageSents: Array; + stagingmumbai_relayerFeesIncrease?: Maybe; + stagingmumbai_relayerFeesIncreases: Array; + stagingmumbai_slippageUpdate?: Maybe; + stagingmumbai_slippageUpdates: Array; + stagingmumbai_snapshotRoot?: Maybe; + stagingmumbai_snapshotRoots: Array; + stagingmumbai_spokeConnectorMode?: Maybe; + stagingmumbai_spokeConnectorModes: Array; + stagingmumbai_aggregateRootProposed?: Maybe; + stagingmumbai_aggregateRootProposeds: Array; + stagingmumbai_optimisticRootFinalized?: Maybe; + stagingmumbai_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingmumbai__meta?: Maybe; arbitrumgoerli_asset?: Maybe; arbitrumgoerli_assets: Array; arbitrumgoerli_assetStatus?: Maybe; @@ -1452,16 +1236,142 @@ export type Query = { arbitrumgoerli_slippageUpdates: Array; /** Access to subgraph metadata */ arbitrumgoerli__meta?: Maybe; - bnb_asset?: Maybe; - bnb_assets: Array; - bnb_assetStatus?: Maybe; - bnb_assetStatuses: Array; - bnb_assetBalance?: Maybe; - bnb_assetBalances: Array; - bnb_router?: Maybe; - bnb_routers: Array; - bnb_routerDailyTVL?: Maybe; - bnb_routerDailyTVLs: Array; + mumbai_asset?: Maybe; + mumbai_assets: Array; + mumbai_assetStatus?: Maybe; + mumbai_assetStatuses: Array; + mumbai_assetBalance?: Maybe; + mumbai_assetBalances: Array; + mumbai_router?: Maybe; + mumbai_routers: Array; + mumbai_routerDailyTVL?: Maybe; + mumbai_routerDailyTVLs: Array; + mumbai_routerLiquidityEvent?: Maybe; + mumbai_routerLiquidityEvents: Array; + mumbai_setting?: Maybe; + mumbai_settings: Array; + mumbai_relayer?: Maybe; + mumbai_relayers: Array; + mumbai_sequencer?: Maybe; + mumbai_sequencers: Array; + mumbai_relayerFee?: Maybe; + mumbai_relayerFees: Array; + mumbai_originTransfer?: Maybe; + mumbai_originTransfers: Array; + mumbai_destinationTransfer?: Maybe; + mumbai_destinationTransfers: Array; + mumbai_originMessage?: Maybe; + mumbai_originMessages: Array; + mumbai_aggregateRoot?: Maybe; + mumbai_aggregateRoots: Array; + mumbai_connectorMeta?: Maybe; + mumbai_connectorMetas: Array; + mumbai_rootCount?: Maybe; + mumbai_rootCounts: Array; + mumbai_rootMessageSent?: Maybe; + mumbai_rootMessageSents: Array; + mumbai_relayerFeesIncrease?: Maybe; + mumbai_relayerFeesIncreases: Array; + mumbai_slippageUpdate?: Maybe; + mumbai_slippageUpdates: Array; + /** Access to subgraph metadata */ + mumbai__meta?: Maybe; + xdai_asset?: Maybe; + xdai_assets: Array; + xdai_assetStatus?: Maybe; + xdai_assetStatuses: Array; + xdai_assetBalance?: Maybe; + xdai_assetBalances: Array; + xdai_router?: Maybe; + xdai_routers: Array; + xdai_routerDailyTVL?: Maybe; + xdai_routerDailyTVLs: Array; + xdai_routerLiquidityEvent?: Maybe; + xdai_routerLiquidityEvents: Array; + xdai_setting?: Maybe; + xdai_settings: Array; + xdai_relayer?: Maybe; + xdai_relayers: Array; + xdai_sequencer?: Maybe; + xdai_sequencers: Array; + xdai_relayerFee?: Maybe; + xdai_relayerFees: Array; + xdai_originTransfer?: Maybe; + xdai_originTransfers: Array; + xdai_destinationTransfer?: Maybe; + xdai_destinationTransfers: Array; + xdai_originMessage?: Maybe; + xdai_originMessages: Array; + xdai_aggregateRoot?: Maybe; + xdai_aggregateRoots: Array; + xdai_connectorMeta?: Maybe; + xdai_connectorMetas: Array; + xdai_rootCount?: Maybe; + xdai_rootCounts: Array; + xdai_rootMessageSent?: Maybe; + xdai_rootMessageSents: Array; + xdai_relayerFeesIncrease?: Maybe; + xdai_relayerFeesIncreases: Array; + xdai_slippageUpdate?: Maybe; + xdai_slippageUpdates: Array; + /** Access to subgraph metadata */ + xdai__meta?: Maybe; + localarbitrumone_asset?: Maybe; + localarbitrumone_assets: Array; + localarbitrumone_assetStatus?: Maybe; + localarbitrumone_assetStatuses: Array; + localarbitrumone_assetBalance?: Maybe; + localarbitrumone_assetBalances: Array; + localarbitrumone_router?: Maybe; + localarbitrumone_routers: Array; + localarbitrumone_routerDailyTVL?: Maybe; + localarbitrumone_routerDailyTVLs: Array; + localarbitrumone_setting?: Maybe; + localarbitrumone_settings: Array; + localarbitrumone_relayer?: Maybe; + localarbitrumone_relayers: Array; + localarbitrumone_sequencer?: Maybe; + localarbitrumone_sequencers: Array; + localarbitrumone_relayerFee?: Maybe; + localarbitrumone_relayerFees: Array; + localarbitrumone_originTransfer?: Maybe; + localarbitrumone_originTransfers: Array; + localarbitrumone_destinationTransfer?: Maybe; + localarbitrumone_destinationTransfers: Array; + localarbitrumone_originMessage?: Maybe; + localarbitrumone_originMessages: Array; + localarbitrumone_aggregateRoot?: Maybe; + localarbitrumone_aggregateRoots: Array; + localarbitrumone_connectorMeta?: Maybe; + localarbitrumone_connectorMetas: Array; + localarbitrumone_rootCount?: Maybe; + localarbitrumone_rootCounts: Array; + localarbitrumone_rootMessageSent?: Maybe; + localarbitrumone_rootMessageSents: Array; + localarbitrumone_relayerFeesIncrease?: Maybe; + localarbitrumone_relayerFeesIncreases: Array; + localarbitrumone_slippageUpdate?: Maybe; + localarbitrumone_slippageUpdates: Array; + localarbitrumone_snapshotRoot?: Maybe; + localarbitrumone_snapshotRoots: Array; + localarbitrumone_spokeConnectorMode?: Maybe; + localarbitrumone_spokeConnectorModes: Array; + localarbitrumone_aggregateRootProposed?: Maybe; + localarbitrumone_aggregateRootProposeds: Array; + localarbitrumone_optimisticRootFinalized?: Maybe; + localarbitrumone_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + localarbitrumone__meta?: Maybe; + bnb_asset?: Maybe; + bnb_assets: Array; + bnb_assetStatus?: Maybe; + bnb_assetStatuses: Array; + bnb_assetBalance?: Maybe; + bnb_assetBalances: Array; + bnb_router?: Maybe; + bnb_routers: Array; + bnb_routerDailyTVL?: Maybe; + bnb_routerDailyTVLs: Array; bnb_routerLiquidityEvent?: Maybe; bnb_routerLiquidityEvents: Array; bnb_setting?: Maybe; @@ -1492,6 +1402,136 @@ export type Query = { bnb_slippageUpdates: Array; /** Access to subgraph metadata */ bnb__meta?: Maybe; + linea_asset?: Maybe; + linea_assets: Array; + linea_assetStatus?: Maybe; + linea_assetStatuses: Array; + linea_assetBalance?: Maybe; + linea_assetBalances: Array; + linea_router?: Maybe; + linea_routers: Array; + linea_routerDailyTVL?: Maybe; + linea_routerDailyTVLs: Array; + linea_routerLiquidityEvent?: Maybe; + linea_routerLiquidityEvents: Array; + linea_setting?: Maybe; + linea_settings: Array; + linea_relayer?: Maybe; + linea_relayers: Array; + linea_sequencer?: Maybe; + linea_sequencers: Array; + linea_relayerFee?: Maybe; + linea_relayerFees: Array; + linea_originTransfer?: Maybe; + linea_originTransfers: Array; + linea_destinationTransfer?: Maybe; + linea_destinationTransfers: Array; + linea_originMessage?: Maybe; + linea_originMessages: Array; + linea_aggregateRoot?: Maybe; + linea_aggregateRoots: Array; + linea_connectorMeta?: Maybe; + linea_connectorMetas: Array; + linea_rootCount?: Maybe; + linea_rootCounts: Array; + linea_rootMessageSent?: Maybe; + linea_rootMessageSents: Array; + linea_relayerFeesIncrease?: Maybe; + linea_relayerFeesIncreases: Array; + linea_slippageUpdate?: Maybe; + linea_slippageUpdates: Array; + /** Access to subgraph metadata */ + linea__meta?: Maybe; + localmainnet_asset?: Maybe; + localmainnet_assets: Array; + localmainnet_assetStatus?: Maybe; + localmainnet_assetStatuses: Array; + localmainnet_assetBalance?: Maybe; + localmainnet_assetBalances: Array; + localmainnet_router?: Maybe; + localmainnet_routers: Array; + localmainnet_routerDailyTVL?: Maybe; + localmainnet_routerDailyTVLs: Array; + localmainnet_setting?: Maybe; + localmainnet_settings: Array; + localmainnet_relayer?: Maybe; + localmainnet_relayers: Array; + localmainnet_sequencer?: Maybe; + localmainnet_sequencers: Array; + localmainnet_relayerFee?: Maybe; + localmainnet_relayerFees: Array; + localmainnet_originTransfer?: Maybe; + localmainnet_originTransfers: Array; + localmainnet_destinationTransfer?: Maybe; + localmainnet_destinationTransfers: Array; + localmainnet_originMessage?: Maybe; + localmainnet_originMessages: Array; + localmainnet_aggregateRoot?: Maybe; + localmainnet_aggregateRoots: Array; + localmainnet_connectorMeta?: Maybe; + localmainnet_connectorMetas: Array; + localmainnet_rootCount?: Maybe; + localmainnet_rootCounts: Array; + localmainnet_rootMessageSent?: Maybe; + localmainnet_rootMessageSents: Array; + localmainnet_relayerFeesIncrease?: Maybe; + localmainnet_relayerFeesIncreases: Array; + localmainnet_slippageUpdate?: Maybe; + localmainnet_slippageUpdates: Array; + localmainnet_snapshotRoot?: Maybe; + localmainnet_snapshotRoots: Array; + localmainnet_spokeConnectorMode?: Maybe; + localmainnet_spokeConnectorModes: Array; + localmainnet_aggregateRootProposed?: Maybe; + localmainnet_aggregateRootProposeds: Array; + localmainnet_optimisticRootFinalized?: Maybe; + localmainnet_optimisticRootFinalizeds: Array; + localoptimism_asset?: Maybe; + localoptimism_assets: Array; + localoptimism_assetStatus?: Maybe; + localoptimism_assetStatuses: Array; + localoptimism_assetBalance?: Maybe; + localoptimism_assetBalances: Array; + localoptimism_router?: Maybe; + localoptimism_routers: Array; + localoptimism_routerDailyTVL?: Maybe; + localoptimism_routerDailyTVLs: Array; + localoptimism_setting?: Maybe; + localoptimism_settings: Array; + localoptimism_relayer?: Maybe; + localoptimism_relayers: Array; + localoptimism_sequencer?: Maybe; + localoptimism_sequencers: Array; + localoptimism_relayerFee?: Maybe; + localoptimism_relayerFees: Array; + localoptimism_originTransfer?: Maybe; + localoptimism_originTransfers: Array; + localoptimism_destinationTransfer?: Maybe; + localoptimism_destinationTransfers: Array; + localoptimism_originMessage?: Maybe; + localoptimism_originMessages: Array; + localoptimism_aggregateRoot?: Maybe; + localoptimism_aggregateRoots: Array; + localoptimism_connectorMeta?: Maybe; + localoptimism_connectorMetas: Array; + localoptimism_rootCount?: Maybe; + localoptimism_rootCounts: Array; + localoptimism_rootMessageSent?: Maybe; + localoptimism_rootMessageSents: Array; + localoptimism_relayerFeesIncrease?: Maybe; + localoptimism_relayerFeesIncreases: Array; + localoptimism_slippageUpdate?: Maybe; + localoptimism_slippageUpdates: Array; + localoptimism_snapshotRoot?: Maybe; + localoptimism_snapshotRoots: Array; + localoptimism_spokeConnectorMode?: Maybe; + localoptimism_spokeConnectorModes: Array; + localoptimism_aggregateRootProposed?: Maybe; + localoptimism_aggregateRootProposeds: Array; + localoptimism_optimisticRootFinalized?: Maybe; + localoptimism_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + localoptimism__meta?: Maybe; mainnet_asset?: Maybe; mainnet_assets: Array; mainnet_assetStatus?: Maybe; @@ -1530,46 +1570,6 @@ export type Query = { mainnet_relayerFeesIncreases: Array; mainnet_slippageUpdate?: Maybe; mainnet_slippageUpdates: Array; - polygon_asset?: Maybe; - polygon_assets: Array; - polygon_assetStatus?: Maybe; - polygon_assetStatuses: Array; - polygon_assetBalance?: Maybe; - polygon_assetBalances: Array; - polygon_router?: Maybe; - polygon_routers: Array; - polygon_routerDailyTVL?: Maybe; - polygon_routerDailyTVLs: Array; - polygon_routerLiquidityEvent?: Maybe; - polygon_routerLiquidityEvents: Array; - polygon_setting?: Maybe; - polygon_settings: Array; - polygon_relayer?: Maybe; - polygon_relayers: Array; - polygon_sequencer?: Maybe; - polygon_sequencers: Array; - polygon_relayerFee?: Maybe; - polygon_relayerFees: Array; - polygon_originTransfer?: Maybe; - polygon_originTransfers: Array; - polygon_destinationTransfer?: Maybe; - polygon_destinationTransfers: Array; - polygon_originMessage?: Maybe; - polygon_originMessages: Array; - polygon_aggregateRoot?: Maybe; - polygon_aggregateRoots: Array; - polygon_connectorMeta?: Maybe; - polygon_connectorMetas: Array; - polygon_rootCount?: Maybe; - polygon_rootCounts: Array; - polygon_rootMessageSent?: Maybe; - polygon_rootMessageSents: Array; - polygon_relayerFeesIncrease?: Maybe; - polygon_relayerFeesIncreases: Array; - polygon_slippageUpdate?: Maybe; - polygon_slippageUpdates: Array; - /** Access to subgraph metadata */ - polygon__meta?: Maybe; arbitrumone_asset?: Maybe; arbitrumone_assets: Array; arbitrumone_assetStatus?: Maybe; @@ -1610,2907 +1610,2873 @@ export type Query = { arbitrumone_slippageUpdates: Array; /** Access to subgraph metadata */ arbitrumone__meta?: Maybe; - optimism_asset?: Maybe; - optimism_assets: Array; - optimism_assetStatus?: Maybe; - optimism_assetStatuses: Array; - optimism_assetBalance?: Maybe; - optimism_assetBalances: Array; - optimism_router?: Maybe; - optimism_routers: Array; - optimism_routerDailyTVL?: Maybe; - optimism_routerDailyTVLs: Array; - optimism_setting?: Maybe; - optimism_settings: Array; - optimism_relayer?: Maybe; - optimism_relayers: Array; - optimism_sequencer?: Maybe; - optimism_sequencers: Array; - optimism_relayerFee?: Maybe; - optimism_relayerFees: Array; - optimism_originTransfer?: Maybe; - optimism_originTransfers: Array; - optimism_destinationTransfer?: Maybe; - optimism_destinationTransfers: Array; - optimism_originMessage?: Maybe; - optimism_originMessages: Array; - optimism_aggregateRoot?: Maybe; - optimism_aggregateRoots: Array; - optimism_connectorMeta?: Maybe; - optimism_connectorMetas: Array; - optimism_rootCount?: Maybe; - optimism_rootCounts: Array; - optimism_rootMessageSent?: Maybe; - optimism_rootMessageSents: Array; - optimism_relayerFeesIncrease?: Maybe; - optimism_relayerFeesIncreases: Array; - optimism_slippageUpdate?: Maybe; - optimism_slippageUpdates: Array; + polygon_asset?: Maybe; + polygon_assets: Array; + polygon_assetStatus?: Maybe; + polygon_assetStatuses: Array; + polygon_assetBalance?: Maybe; + polygon_assetBalances: Array; + polygon_router?: Maybe; + polygon_routers: Array; + polygon_routerDailyTVL?: Maybe; + polygon_routerDailyTVLs: Array; + polygon_routerLiquidityEvent?: Maybe; + polygon_routerLiquidityEvents: Array; + polygon_setting?: Maybe; + polygon_settings: Array; + polygon_relayer?: Maybe; + polygon_relayers: Array; + polygon_sequencer?: Maybe; + polygon_sequencers: Array; + polygon_relayerFee?: Maybe; + polygon_relayerFees: Array; + polygon_originTransfer?: Maybe; + polygon_originTransfers: Array; + polygon_destinationTransfer?: Maybe; + polygon_destinationTransfers: Array; + polygon_originMessage?: Maybe; + polygon_originMessages: Array; + polygon_aggregateRoot?: Maybe; + polygon_aggregateRoots: Array; + polygon_connectorMeta?: Maybe; + polygon_connectorMetas: Array; + polygon_rootCount?: Maybe; + polygon_rootCounts: Array; + polygon_rootMessageSent?: Maybe; + polygon_rootMessageSents: Array; + polygon_relayerFeesIncrease?: Maybe; + polygon_relayerFeesIncreases: Array; + polygon_slippageUpdate?: Maybe; + polygon_slippageUpdates: Array; /** Access to subgraph metadata */ - optimism__meta?: Maybe; + polygon__meta?: Maybe; }; -export type Querystaginggoerli_rootAggregatedArgs = { +export type Querygoerli_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootAggregatedsArgs = { +export type Querygoerli_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootPropagatedArgs = { +export type Querygoerli_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootPropagatedsArgs = { +export type Querygoerli_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregatedMessageRootArgs = { +export type Querygoerli_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregatedMessageRootsArgs = { +export type Querygoerli_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootManagerMetaArgs = { +export type Querygoerli_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootManagerMetasArgs = { +export type Querygoerli_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootManagerModeArgs = { +export type Querygoerli_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootManagerModesArgs = { +export type Querygoerli_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootProposedArgs = { +export type Querygoerli_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootProposedsArgs = { +export type Querygoerli_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_hubOptimisticRootFinalizedArgs = { +export type Querygoerli_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_hubOptimisticRootFinalizedsArgs = { +export type Querygoerli_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootPropagatedArgs = { +export type Querygoerli_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootPropagatedsArgs = { +export type Querygoerli_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_polygonConnectorMetaArgs = { +export type Querygoerli_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_polygonConnectorMetasArgs = { +export type Querygoerli_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimismConnectorMetaArgs = { +export type Querygoerli_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimismConnectorMetasArgs = { +export type Querygoerli_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_bnbConnectorMetaArgs = { +export type Querygoerli_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_bnbConnectorMetasArgs = { +export type Querygoerli_lineaConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_arbitrumConnectorMetaArgs = { +export type Querygoerli_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_arbitrumConnectorMetasArgs = { +export type Querygoerli_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_gnosisConnectorMetaArgs = { +export type Querygoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_gnosisConnectorMetasArgs = { +export type Querymainnet_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_zkSyncConnectorMetaArgs = { +export type Querymainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_zkSyncConnectorMetasArgs = { +export type Querymainnet_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageProcessedArgs = { +export type Querymainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageProcessedsArgs = { +export type Querymainnet_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootSavedSlowArgs = { +export type Querymainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootSavedSlowsArgs = { +export type Querymainnet_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_hubDomainArgs = { +export type Querymainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_hubDomainsArgs = { +export type Querymainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querytestoptimismgoerli_assetArgs = { +export type Querymainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_assetsArgs = { +export type Querymainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_assetBalanceArgs = { +export type Querymainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_assetBalancesArgs = { +export type Querymainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_routerArgs = { +export type Querymainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_routersArgs = { +export type Querymainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_settingArgs = { +export type Querymainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_settingsArgs = { +export type Querymainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_relayerArgs = { +export type Querymainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_relayersArgs = { +export type Querymainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_stableSwapArgs = { +export type Querymainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_stableSwapsArgs = { +export type Querymainnet_lineaConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_sponsorVaultArgs = { +export type Querymainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_sponsorVaultsArgs = { +export type Querymainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_originTransferArgs = { +export type Querymainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_originTransfersArgs = { +export type Querystagingoptimismgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_destinationTransferArgs = { +export type Querystagingoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_destinationTransfersArgs = { +export type Querystagingoptimismgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querygoerli_rootAggregatedArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootAggregatedsArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootPropagatedArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootPropagatedsArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregatedMessageRootArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregatedMessageRootsArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootManagerMetaArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootManagerMetasArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_polygonConnectorMetaArgs = { +export type Querystagingoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_polygonConnectorMetasArgs = { +export type Querystagingoptimismgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_optimismConnectorMetaArgs = { +export type Querystagingoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_optimismConnectorMetasArgs = { +export type Querystagingoptimismgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_bnbConnectorMetaArgs = { +export type Querystagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_bnbConnectorMetasArgs = { +export type Querystagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_arbitrumConnectorMetaArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_arbitrumConnectorMetasArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_gnosisConnectorMetaArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_gnosisConnectorMetasArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_zkSyncConnectorMetaArgs = { +export type Querystagingoptimismgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_zkSyncConnectorMetasArgs = { +export type Querystagingoptimismgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_lineaConnectorMetaArgs = { +export type Querystagingoptimismgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_lineaConnectorMetasArgs = { +export type Querystagingoptimismgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootMessageProcessedArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootMessageProcessedsArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymainnet_rootAggregatedArgs = { +export type Querystagingoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootAggregatedsArgs = { +export type Querystagingoptimismgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootPropagatedArgs = { +export type Querystagingoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootPropagatedsArgs = { +export type Querystagingoptimismgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregatedMessageRootArgs = { +export type Querystagingoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querytestgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregatedMessageRootsArgs = { +export type Querytestgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerMetaArgs = { +export type Querytestgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerMetasArgs = { +export type Querytestgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_polygonConnectorMetaArgs = { +export type Querytestgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_polygonConnectorMetasArgs = { +export type Querytestgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimismConnectorMetaArgs = { +export type Querytestgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimismConnectorMetasArgs = { +export type Querytestgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymainnet_bnbConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymainnet_bnbConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_arbitrumConnectorMetaArgs = { +export type Querytestgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_arbitrumConnectorMetasArgs = { +export type Querytestgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_gnosisConnectorMetaArgs = { +export type Querytestgoerli_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_gnosisConnectorMetasArgs = { +export type Querytestgoerli_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_zkSyncConnectorMetaArgs = { +export type Querytestgoerli_sponsorVaultArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_zkSyncConnectorMetasArgs = { +export type Querytestgoerli_sponsorVaultsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_lineaConnectorMetaArgs = { +export type Querytestgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_lineaConnectorMetasArgs = { +export type Querytestgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageProcessedArgs = { +export type Querytestgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageProcessedsArgs = { +export type Querytestgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet__metaArgs = { - block?: InputMaybe; +export type Querytestgoerli__metaArgs = { + block?: InputMaybe; }; -export type Querytestgoerli_assetArgs = { +export type Querygoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_assetsArgs = { +export type Querygoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_assetBalanceArgs = { +export type Querygoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_assetBalancesArgs = { +export type Querygoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_routerArgs = { +export type Querygoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_routersArgs = { +export type Querygoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_settingArgs = { +export type Querygoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_settingsArgs = { +export type Querygoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_relayerArgs = { +export type Querygoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_relayersArgs = { +export type Querygoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_stableSwapArgs = { +export type Querygoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_stableSwapsArgs = { +export type Querygoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_sponsorVaultArgs = { +export type Querygoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_sponsorVaultsArgs = { +export type Querygoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_originTransferArgs = { +export type Querygoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_originTransfersArgs = { +export type Querygoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_destinationTransferArgs = { +export type Querygoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_destinationTransfersArgs = { +export type Querygoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryarbitrumgoerli_swap_systemInfoArgs = { +export type Querygoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_systemInfosArgs = { +export type Querygoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_pooledTokenArgs = { +export type Querygoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_pooledTokensArgs = { +export type Querygoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapArgs = { +export type Querygoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapsArgs = { +export type Querygoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querygoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Querygoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querygoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querygoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapExchangeArgs = { +export type Querygoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapExchangesArgs = { +export type Querygoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapDailyVolumeArgs = { +export type Querygoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapDailyVolumesArgs = { +export type Querygoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapHourlyVolumeArgs = { +export type Querygoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querytestoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapHourlyVolumesArgs = { +export type Querytestoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapWeeklyVolumeArgs = { +export type Querytestoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapWeeklyVolumesArgs = { +export type Querytestoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpAccountArgs = { +export type Querytestoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpAccountsArgs = { +export type Querytestoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpAccountBalanceArgs = { +export type Querytestoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpAccountBalancesArgs = { +export type Querytestoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTokenArgs = { +export type Querytestoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTokensArgs = { +export type Querytestoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTransferEventArgs = { +export type Querytestoptimismgoerli_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTransferEventsArgs = { +export type Querytestoptimismgoerli_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapEventArgs = { +export type Querytestoptimismgoerli_sponsorVaultArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapEventsArgs = { +export type Querytestoptimismgoerli_sponsorVaultsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapTradeVolumeArgs = { +export type Querytestoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapTradeVolumesArgs = { +export type Querytestoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTokenEventArgs = { +export type Querytestoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTokenEventsArgs = { +export type Querytestoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap__metaArgs = { - block?: InputMaybe; +export type Querytestoptimismgoerli__metaArgs = { + block?: InputMaybe; }; -export type Querymumbai_swap_systemInfoArgs = { +export type Querystaginggoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_systemInfosArgs = { +export type Querystaginggoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_pooledTokenArgs = { +export type Querystaginggoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_pooledTokensArgs = { +export type Querystaginggoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapArgs = { +export type Querystaginggoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapsArgs = { +export type Querystaginggoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapAddLiquidityEventArgs = { +export type Querystaginggoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapExchangeArgs = { +export type Querystaginggoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapExchangesArgs = { +export type Querystaginggoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapDailyVolumeArgs = { +export type Querystaginggoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapDailyVolumesArgs = { +export type Querystaginggoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapHourlyVolumeArgs = { +export type Querystaginggoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapHourlyVolumesArgs = { +export type Querystaginggoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapWeeklyVolumeArgs = { +export type Querystaginggoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapWeeklyVolumesArgs = { +export type Querystaginggoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountArgs = { +export type Querystaginggoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountsArgs = { +export type Querystaginggoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountBalanceArgs = { +export type Querystaginggoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountBalancesArgs = { +export type Querystaginggoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokenArgs = { +export type Querystaginggoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokensArgs = { +export type Querystaginggoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTransferEventArgs = { +export type Querystaginggoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTransferEventsArgs = { +export type Querystaginggoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapEventArgs = { +export type Querystaginggoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapEventsArgs = { +export type Querystaginggoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapTradeVolumeArgs = { +export type Querystaginggoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapTradeVolumesArgs = { +export type Querystaginggoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokenEventArgs = { +export type Querystaginggoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokenEventsArgs = { +export type Querystaginggoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap__metaArgs = { - block?: InputMaybe; +export type Querystaginggoerli_swap__metaArgs = { + block?: InputMaybe; }; -export type Querystagingoptimismgoerli_swap_systemInfoArgs = { +export type Querystagingarbitrumgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_systemInfosArgs = { +export type Querystagingarbitrumgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_pooledTokenArgs = { +export type Querystagingarbitrumgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_pooledTokensArgs = { +export type Querystagingarbitrumgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapsArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapExchangesArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Querystagingarbitrumgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapDailyVolumesArgs = { +export type Querystagingarbitrumgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Querystagingarbitrumgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapHourlyVolumesArgs = { +export type Querystagingarbitrumgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Querystagingarbitrumgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { +export type Querystagingarbitrumgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpAccountArgs = { +export type Querystagingarbitrumgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpAccountsArgs = { +export type Querystagingarbitrumgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Querystagingarbitrumgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpAccountBalancesArgs = { +export type Querystagingarbitrumgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTokenArgs = { +export type Querystagingarbitrumgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTokensArgs = { +export type Querystagingarbitrumgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTransferEventArgs = { +export type Querystagingarbitrumgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTransferEventsArgs = { +export type Querystagingarbitrumgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapEventArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapEventsArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Querystagingarbitrumgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapTradeVolumesArgs = { +export type Querystagingarbitrumgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTokenEventArgs = { +export type Querystagingarbitrumgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTokenEventsArgs = { +export type Querystagingarbitrumgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; +export type Querystagingarbitrumgoerli_swap__metaArgs = { + block?: InputMaybe; }; -export type Querygoerli_swap_systemInfoArgs = { +export type Queryarbitrumgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_systemInfosArgs = { +export type Queryarbitrumgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_pooledTokenArgs = { +export type Queryarbitrumgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_pooledTokensArgs = { +export type Queryarbitrumgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapArgs = { +export type Queryarbitrumgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapsArgs = { +export type Queryarbitrumgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Queryarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapExchangeArgs = { +export type Queryarbitrumgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapExchangesArgs = { +export type Queryarbitrumgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapDailyVolumeArgs = { +export type Queryarbitrumgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapDailyVolumesArgs = { +export type Queryarbitrumgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapHourlyVolumeArgs = { +export type Queryarbitrumgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapHourlyVolumesArgs = { +export type Queryarbitrumgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapWeeklyVolumeArgs = { +export type Queryarbitrumgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapWeeklyVolumesArgs = { +export type Queryarbitrumgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountArgs = { +export type Queryarbitrumgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountsArgs = { +export type Queryarbitrumgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountBalanceArgs = { +export type Queryarbitrumgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountBalancesArgs = { +export type Queryarbitrumgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokenArgs = { +export type Queryarbitrumgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokensArgs = { +export type Queryarbitrumgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTransferEventArgs = { +export type Queryarbitrumgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTransferEventsArgs = { +export type Queryarbitrumgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapEventArgs = { +export type Queryarbitrumgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapEventsArgs = { +export type Queryarbitrumgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapTradeVolumeArgs = { +export type Queryarbitrumgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapTradeVolumesArgs = { +export type Queryarbitrumgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokenEventArgs = { +export type Queryarbitrumgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokenEventsArgs = { +export type Queryarbitrumgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap__metaArgs = { - block?: InputMaybe; +export type Queryarbitrumgoerli_swap__metaArgs = { + block?: InputMaybe; }; -export type Querylocalmainnet_rootAggregatedArgs = { +export type Querymumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootAggregatedsArgs = { +export type Querymumbai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootPropagatedArgs = { +export type Querymumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootPropagatedsArgs = { +export type Querymumbai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregatedMessageRootArgs = { +export type Querymumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregatedMessageRootsArgs = { +export type Querymumbai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerMetaArgs = { +export type Querymumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerMetasArgs = { +export type Querymumbai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerModeArgs = { +export type Querymumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerModesArgs = { +export type Querymumbai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootProposedArgs = { +export type Querymumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootProposedsArgs = { +export type Querymumbai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubOptimisticRootFinalizedArgs = { +export type Querymumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubOptimisticRootFinalizedsArgs = { +export type Querymumbai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootPropagatedArgs = { +export type Querymumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootPropagatedsArgs = { +export type Querymumbai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_polygonConnectorMetaArgs = { +export type Querymumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_polygonConnectorMetasArgs = { +export type Querymumbai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimismConnectorMetaArgs = { +export type Querymumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimismConnectorMetasArgs = { +export type Querymumbai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_bnbConnectorMetaArgs = { +export type Querymumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_bnbConnectorMetasArgs = { +export type Querymumbai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_arbitrumConnectorMetaArgs = { +export type Querymumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_arbitrumConnectorMetasArgs = { +export type Querymumbai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_gnosisConnectorMetaArgs = { +export type Querymumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_gnosisConnectorMetasArgs = { +export type Querymumbai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_zkSyncConnectorMetaArgs = { +export type Querymumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_zkSyncConnectorMetasArgs = { +export type Querymumbai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageProcessedArgs = { +export type Querymumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageProcessedsArgs = { +export type Querymumbai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootSavedSlowArgs = { +export type Querymumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootSavedSlowsArgs = { +export type Querymumbai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubDomainArgs = { +export type Querymumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querybnb_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubDomainsArgs = { +export type Querybnb_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystaginggoerli_swap_systemInfoArgs = { +export type Querybnb_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_systemInfosArgs = { +export type Querybnb_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_pooledTokenArgs = { +export type Querybnb_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_pooledTokensArgs = { +export type Querybnb_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapArgs = { +export type Querybnb_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapsArgs = { +export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querybnb_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querybnb_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapExchangeArgs = { +export type Querybnb_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapExchangesArgs = { +export type Querybnb_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapDailyVolumeArgs = { +export type Querybnb_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapDailyVolumesArgs = { +export type Querybnb_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapHourlyVolumeArgs = { +export type Querybnb_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapHourlyVolumesArgs = { +export type Querybnb_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapWeeklyVolumeArgs = { +export type Querybnb_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapWeeklyVolumesArgs = { +export type Querybnb_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpAccountArgs = { +export type Querybnb_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpAccountsArgs = { +export type Querybnb_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpAccountBalanceArgs = { +export type Querybnb_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystaginggoerli_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystaginggoerli_swap_lpTokensArgs = { +export type Querybnb_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTransferEventArgs = { +export type Querybnb_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTransferEventsArgs = { +export type Querybnb_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapEventArgs = { +export type Querybnb_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapEventsArgs = { +export type Querybnb_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapTradeVolumeArgs = { +export type Querybnb_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapTradeVolumesArgs = { +export type Querybnb_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTokenEventArgs = { +export type Querybnb_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTokenEventsArgs = { +export type Querybnb_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap__metaArgs = { - block?: InputMaybe; +export type Querybnb_swap__metaArgs = { + block?: InputMaybe; }; @@ -4807,643 +4773,900 @@ export type Querystagingmumbai_swap__metaArgs = { }; -export type Queryoptimismgoerli_swap_systemInfoArgs = { +export type Queryxdai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_systemInfosArgs = { +export type Queryxdai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_pooledTokenArgs = { +export type Queryxdai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_pooledTokensArgs = { +export type Queryxdai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapArgs = { +export type Queryxdai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapsArgs = { +export type Queryxdai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Queryxdai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryxdai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryxdai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryxdai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Queryxdai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapExchangesArgs = { +export type Queryxdai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Queryxdai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapDailyVolumesArgs = { +export type Queryxdai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Queryxdai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapHourlyVolumesArgs = { +export type Queryxdai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Queryxdai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapWeeklyVolumesArgs = { +export type Queryxdai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpAccountArgs = { +export type Queryxdai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpAccountsArgs = { +export type Queryxdai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Queryxdai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpAccountBalancesArgs = { +export type Queryxdai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTokenArgs = { +export type Queryxdai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTokensArgs = { +export type Queryxdai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTransferEventArgs = { +export type Queryxdai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTransferEventsArgs = { +export type Queryxdai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapEventArgs = { +export type Queryxdai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_stableSwapEventsArgs = { +export type Queryxdai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Queryxdai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_swapTradeVolumesArgs = { +export type Queryxdai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTokenEventArgs = { +export type Queryxdai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap_lpTokenEventsArgs = { +export type Queryxdai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; +export type Queryxdai_swap__metaArgs = { + block?: InputMaybe; }; -export type Querylinea_assetArgs = { +export type Querystaginggoerli_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetsArgs = { +export type Querystaginggoerli_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetStatusArgs = { +export type Querystaginggoerli_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetStatusesArgs = { +export type Querystaginggoerli_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetBalanceArgs = { +export type Querystaginggoerli_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetBalancesArgs = { +export type Querystaginggoerli_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerArgs = { +export type Querystaginggoerli_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routersArgs = { +export type Querystaginggoerli_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerDailyTVLArgs = { +export type Querystaginggoerli_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerDailyTVLsArgs = { +export type Querystaginggoerli_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerLiquidityEventArgs = { +export type Querystaginggoerli_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerLiquidityEventsArgs = { +export type Querystaginggoerli_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_settingArgs = { +export type Querystaginggoerli_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_settingsArgs = { +export type Querystaginggoerli_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerArgs = { +export type Querystaginggoerli_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayersArgs = { +export type Querystaginggoerli_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_sequencerArgs = { +export type Querystaginggoerli_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_sequencersArgs = { +export type Querystaginggoerli_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeeArgs = { +export type Querystaginggoerli_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesArgs = { +export type Querystaginggoerli_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originTransferArgs = { +export type Querystaginggoerli_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originTransfersArgs = { +export type Querystaginggoerli_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_destinationTransferArgs = { +export type Querystaginggoerli_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_destinationTransfersArgs = { +export type Querystaginggoerli_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originMessageArgs = { +export type Querystaginggoerli_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originMessagesArgs = { +export type Querystaginggoerli_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootArgs = { +export type Querystaginggoerli_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootsArgs = { +export type Querystaginggoerli_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_connectorMetaArgs = { +export type Querystaginggoerli_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_connectorMetasArgs = { +export type Querystaginggoerli_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootCountArgs = { +export type Querystaginggoerli_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootCountsArgs = { +export type Querystaginggoerli_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootMessageSentArgs = { +export type Querystaginggoerli_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootMessageSentsArgs = { +export type Querystaginggoerli_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesIncreaseArgs = { +export type Querystaginggoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesIncreasesArgs = { +export type Queryoptimismgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_slippageUpdateArgs = { +export type Queryoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_slippageUpdatesArgs = { +export type Queryoptimismgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea__metaArgs = { - block?: InputMaybe; +export type Queryoptimismgoerli_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; }; @@ -5740,2491 +5963,2607 @@ export type Queryoptimism_swap__metaArgs = { }; -export type Querypolygon_swap_systemInfoArgs = { +export type Queryarbitrumone_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_systemInfosArgs = { +export type Queryarbitrumone_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_pooledTokenArgs = { +export type Queryarbitrumone_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_pooledTokensArgs = { +export type Queryarbitrumone_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapArgs = { +export type Queryarbitrumone_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapsArgs = { +export type Queryarbitrumone_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapAddLiquidityEventArgs = { +export type Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapExchangeArgs = { +export type Queryarbitrumone_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapExchangesArgs = { +export type Queryarbitrumone_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapDailyVolumeArgs = { +export type Queryarbitrumone_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapDailyVolumesArgs = { +export type Queryarbitrumone_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapHourlyVolumeArgs = { +export type Queryarbitrumone_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapHourlyVolumesArgs = { +export type Queryarbitrumone_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapWeeklyVolumeArgs = { +export type Queryarbitrumone_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapWeeklyVolumesArgs = { +export type Queryarbitrumone_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountArgs = { +export type Queryarbitrumone_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountsArgs = { +export type Queryarbitrumone_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountBalanceArgs = { +export type Queryarbitrumone_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountBalancesArgs = { +export type Queryarbitrumone_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTokenArgs = { +export type Queryarbitrumone_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTokensArgs = { +export type Queryarbitrumone_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTransferEventArgs = { +export type Queryarbitrumone_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTransferEventsArgs = { +export type Queryarbitrumone_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type Querypolygon_swap_stableSwapEventArgs = { + +export type Queryarbitrumone_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapEventsArgs = { +export type Queryarbitrumone_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapTradeVolumeArgs = { +export type Queryarbitrumone_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapTradeVolumesArgs = { +export type Queryarbitrumone_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTokenEventArgs = { +export type Queryarbitrumone_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTokenEventsArgs = { +export type Queryarbitrumone_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap__metaArgs = { - block?: InputMaybe; +export type Queryarbitrumone_swap__metaArgs = { + block?: InputMaybe; }; -export type Querybnb_swap_systemInfoArgs = { +export type Querypolygon_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_systemInfosArgs = { +export type Querypolygon_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_pooledTokenArgs = { +export type Querypolygon_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_pooledTokensArgs = { +export type Querypolygon_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapArgs = { +export type Querypolygon_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapsArgs = { +export type Querypolygon_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapAddLiquidityEventArgs = { +export type Querypolygon_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { +export type Querypolygon_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querypolygon_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querypolygon_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapExchangeArgs = { +export type Querypolygon_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapExchangesArgs = { +export type Querypolygon_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapDailyVolumeArgs = { +export type Querypolygon_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapDailyVolumesArgs = { +export type Querypolygon_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapHourlyVolumeArgs = { +export type Querypolygon_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapHourlyVolumesArgs = { +export type Querypolygon_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapWeeklyVolumeArgs = { +export type Querypolygon_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapWeeklyVolumesArgs = { +export type Querypolygon_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountArgs = { +export type Querypolygon_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountsArgs = { +export type Querypolygon_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountBalanceArgs = { +export type Querypolygon_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountBalancesArgs = { +export type Querypolygon_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokenArgs = { +export type Querypolygon_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokensArgs = { +export type Querypolygon_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTransferEventArgs = { +export type Querypolygon_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTransferEventsArgs = { +export type Querypolygon_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapEventArgs = { +export type Querypolygon_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapEventsArgs = { +export type Querypolygon_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapTradeVolumeArgs = { +export type Querypolygon_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapTradeVolumesArgs = { +export type Querypolygon_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokenEventArgs = { +export type Querypolygon_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokenEventsArgs = { +export type Querypolygon_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap__metaArgs = { - block?: InputMaybe; +export type Querypolygon_swap__metaArgs = { + block?: InputMaybe; }; -export type Querylineagoerli_assetArgs = { +export type Querylinea_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetsArgs = { +export type Querylinea_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetStatusArgs = { +export type Querylinea_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetStatusesArgs = { +export type Querylinea_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetBalanceArgs = { +export type Querylinea_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetBalancesArgs = { +export type Querylinea_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routerArgs = { +export type Querylinea_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routersArgs = { +export type Querylinea_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routerDailyTVLArgs = { +export type Querylinea_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routerDailyTVLsArgs = { +export type Querylinea_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_settingArgs = { +export type Querylinea_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_settingsArgs = { +export type Querylinea_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerArgs = { +export type Querylinea_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayersArgs = { +export type Querylinea_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_sequencerArgs = { +export type Querylinea_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_sequencersArgs = { +export type Querylinea_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerFeeArgs = { +export type Querylinea_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerFeesArgs = { +export type Querylinea_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_originTransferArgs = { +export type Querylinea_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_originTransfersArgs = { +export type Querylinea_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_destinationTransferArgs = { +export type Querylinea_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_destinationTransfersArgs = { +export type Querylinea_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_originMessageArgs = { +export type Querylinea_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_originMessagesArgs = { +export type Querylinea_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_aggregateRootArgs = { +export type Querylinea_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_aggregateRootsArgs = { +export type Querylinea_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_connectorMetaArgs = { +export type Querylinea_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_connectorMetasArgs = { +export type Querylinea_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_rootCountArgs = { +export type Querylinea_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_rootCountsArgs = { +export type Querylinea_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_rootMessageSentArgs = { +export type Querylinea_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_rootMessageSentsArgs = { +export type Querylinea_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Querylinea_swap__metaArgs = { + block?: InputMaybe; }; -export type Querylineagoerli_relayerFeesIncreasesArgs = { +export type Querygoerli_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_slippageUpdateArgs = { +export type Querygoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_slippageUpdatesArgs = { +export type Querygoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingarbitrumgoerli_swap_systemInfoArgs = { +export type Querygoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_systemInfosArgs = { +export type Querygoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_pooledTokenArgs = { +export type Querygoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_pooledTokensArgs = { +export type Querygoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapArgs = { +export type Querygoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapsArgs = { +export type Querygoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querygoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Querygoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querygoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querygoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapExchangeArgs = { +export type Querygoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapExchangesArgs = { +export type Querygoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapDailyVolumeArgs = { +export type Querygoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapDailyVolumesArgs = { +export type Querygoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapHourlyVolumeArgs = { +export type Querygoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapHourlyVolumesArgs = { +export type Querygoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapWeeklyVolumeArgs = { +export type Querygoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapWeeklyVolumesArgs = { +export type Querygoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpAccountArgs = { +export type Querygoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpAccountsArgs = { +export type Querygoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpAccountBalanceArgs = { +export type Querygoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpAccountBalancesArgs = { +export type Querygoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTokenArgs = { +export type Querygoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTokensArgs = { +export type Querygoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTransferEventArgs = { +export type Querygoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTransferEventsArgs = { +export type Querygoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapEventArgs = { +export type Querygoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapEventsArgs = { +export type Querygoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapTradeVolumeArgs = { +export type Querygoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapTradeVolumesArgs = { +export type Querygoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTokenEventArgs = { +export type Querygoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTokenEventsArgs = { +export type Querygoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryarbitrumone_swap_systemInfoArgs = { +export type Querygoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_systemInfosArgs = { +export type Querygoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_pooledTokenArgs = { +export type Querylocalmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_pooledTokensArgs = { +export type Querylocalmainnet_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapArgs = { +export type Querylocalmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapsArgs = { +export type Querylocalmainnet_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { +export type Querylocalmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { +export type Querylocalmainnet_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querylocalmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querylocalmainnet_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapExchangeArgs = { +export type Querylocalmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapExchangesArgs = { +export type Querylocalmainnet_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapDailyVolumeArgs = { +export type Querylocalmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapDailyVolumesArgs = { +export type Querylocalmainnet_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapHourlyVolumeArgs = { +export type Querylocalmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapHourlyVolumesArgs = { +export type Querylocalmainnet_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapWeeklyVolumeArgs = { +export type Querylocalmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapWeeklyVolumesArgs = { +export type Querylocalmainnet_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountArgs = { +export type Querylocalmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountsArgs = { +export type Querylocalmainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountBalanceArgs = { +export type Querylocalmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountBalancesArgs = { +export type Querylocalmainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenArgs = { +export type Querylocalmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokensArgs = { +export type Querylocalmainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTransferEventArgs = { +export type Querylocalmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTransferEventsArgs = { +export type Querylocalmainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapEventArgs = { +export type Querylocalmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapEventsArgs = { +export type Querylocalmainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapTradeVolumeArgs = { +export type Querylocalmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapTradeVolumesArgs = { +export type Querylocalmainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenEventArgs = { +export type Querylocalmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenEventsArgs = { +export type Querylocalmainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryxdai_swap_systemInfoArgs = { +export type Querylocalmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_systemInfosArgs = { +export type Querylocalmainnet_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_pooledTokenArgs = { +export type Querylocalmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_pooledTokensArgs = { +export type Querylocalmainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapArgs = { +export type Querylocalmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylineagoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapsArgs = { +export type Querylineagoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapAddLiquidityEventArgs = { +export type Querylineagoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapAddLiquidityEventsArgs = { +export type Querylineagoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querylineagoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querylineagoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapExchangeArgs = { +export type Querylineagoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapExchangesArgs = { +export type Querylineagoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapDailyVolumeArgs = { +export type Querylineagoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapDailyVolumesArgs = { +export type Querylineagoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapHourlyVolumeArgs = { +export type Querylineagoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapHourlyVolumesArgs = { +export type Querylineagoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapWeeklyVolumeArgs = { +export type Querylineagoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapWeeklyVolumesArgs = { +export type Querylineagoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpAccountArgs = { +export type Querylineagoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpAccountsArgs = { +export type Querylineagoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpAccountBalanceArgs = { +export type Querylineagoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpAccountBalancesArgs = { +export type Querylineagoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTokenArgs = { +export type Querylineagoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTokensArgs = { +export type Querylineagoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTransferEventArgs = { +export type Querylineagoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTransferEventsArgs = { +export type Querylineagoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapEventArgs = { +export type Querylineagoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_stableSwapEventsArgs = { +export type Querylineagoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapTradeVolumeArgs = { +export type Querylineagoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_swapTradeVolumesArgs = { +export type Querylineagoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTokenEventArgs = { +export type Querylineagoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap_lpTokenEventsArgs = { +export type Querylineagoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylinea_swap_systemInfoArgs = { +export type Querylineagoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_systemInfosArgs = { +export type Querylineagoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_pooledTokenArgs = { +export type Querylineagoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_pooledTokensArgs = { +export type Querylineagoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapArgs = { +export type Querylineagoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapsArgs = { +export type Querylineagoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapAddLiquidityEventArgs = { +export type Querylineagoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapAddLiquidityEventsArgs = { +export type Querylineagoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querylineagoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryoptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapExchangeArgs = { +export type Queryoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapExchangesArgs = { +export type Queryoptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapDailyVolumeArgs = { +export type Queryoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapDailyVolumesArgs = { +export type Queryoptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapHourlyVolumeArgs = { +export type Queryoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapHourlyVolumesArgs = { +export type Queryoptimism_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapWeeklyVolumeArgs = { +export type Queryoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapWeeklyVolumesArgs = { +export type Queryoptimism_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountArgs = { +export type Queryoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountsArgs = { +export type Queryoptimism_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountBalanceArgs = { +export type Queryoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountBalancesArgs = { +export type Queryoptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenArgs = { +export type Queryoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokensArgs = { +export type Queryoptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTransferEventArgs = { +export type Queryoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTransferEventsArgs = { +export type Queryoptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapEventArgs = { +export type Queryoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapEventsArgs = { +export type Queryoptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapTradeVolumeArgs = { +export type Queryoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapTradeVolumesArgs = { +export type Queryoptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenEventArgs = { +export type Queryoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenEventsArgs = { +export type Queryoptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmumbai_assetArgs = { +export type Queryoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_assetsArgs = { +export type Queryoptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_assetStatusArgs = { +export type Queryoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_assetStatusesArgs = { +export type Queryoptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_assetBalanceArgs = { +export type Queryoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_assetBalancesArgs = { +export type Queryoptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_routerArgs = { +export type Queryoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_routersArgs = { +export type Queryoptimism_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_routerDailyTVLArgs = { +export type Queryoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_routerDailyTVLsArgs = { +export type Queryoptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_settingArgs = { +export type Queryoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_settingsArgs = { +export type Queryoptimism_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerArgs = { +export type Queryoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayersArgs = { +export type Queryoptimism_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_sequencerArgs = { +export type Queryoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystaginggoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_sequencersArgs = { +export type Querystaginggoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerFeeArgs = { +export type Querystaginggoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerFeesArgs = { +export type Querystaginggoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_originTransferArgs = { +export type Querystaginggoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_originTransfersArgs = { +export type Querystaginggoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_destinationTransferArgs = { +export type Querystaginggoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_destinationTransfersArgs = { +export type Querystaginggoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_originMessageArgs = { +export type Querystaginggoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_originMessagesArgs = { +export type Querystaginggoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_aggregateRootArgs = { +export type Querystaginggoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_aggregateRootsArgs = { +export type Querystaginggoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_connectorMetaArgs = { +export type Querystaginggoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_connectorMetasArgs = { +export type Querystaginggoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_rootCountArgs = { +export type Querystaginggoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_rootCountsArgs = { +export type Querystaginggoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_rootMessageSentArgs = { +export type Querystaginggoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_rootMessageSentsArgs = { +export type Querystaginggoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerFeesIncreaseArgs = { +export type Querystaginggoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerFeesIncreasesArgs = { +export type Querystaginggoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_slippageUpdateArgs = { +export type Querystaginggoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_slippageUpdatesArgs = { +export type Querystaginggoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_snapshotRootArgs = { +export type Querystaginggoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_snapshotRootsArgs = { +export type Querystaginggoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_spokeConnectorModeArgs = { +export type Querystaginggoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_spokeConnectorModesArgs = { +export type Querystaginggoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_aggregateRootProposedArgs = { +export type Querystaginggoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_aggregateRootProposedsArgs = { +export type Querystaginggoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_optimisticRootFinalizedArgs = { +export type Querystaginggoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_optimisticRootFinalizedsArgs = { +export type Querystaginggoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai__metaArgs = { - block?: InputMaybe; +export type Querystaginggoerli_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginggoerli_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; @@ -8575,2633 +8914,2247 @@ export type Queryoptimismgoerli__metaArgs = { }; -export type Querystaginggoerli_assetArgs = { +export type Querystagingoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetsArgs = { +export type Querystagingoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetStatusArgs = { +export type Querystagingoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetStatusesArgs = { +export type Querystagingoptimismgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetBalanceArgs = { +export type Querystagingoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetBalancesArgs = { +export type Querystagingoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerArgs = { +export type Querystagingoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routersArgs = { +export type Querystagingoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerDailyTVLArgs = { +export type Querystagingoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerDailyTVLsArgs = { +export type Querystagingoptimismgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_settingArgs = { +export type Querystagingoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_settingsArgs = { +export type Querystagingoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerArgs = { +export type Querystagingoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayersArgs = { +export type Querystagingoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_sequencerArgs = { +export type Querystagingoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_sequencersArgs = { +export type Querystagingoptimismgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeeArgs = { +export type Querystagingoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeesArgs = { +export type Querystagingoptimismgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originTransferArgs = { +export type Querystagingoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originTransfersArgs = { +export type Querystagingoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type Querystaginggoerli_destinationTransferArgs = { + +export type Querystagingoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_destinationTransfersArgs = { +export type Querystagingoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originMessageArgs = { +export type Querystagingoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originMessagesArgs = { +export type Querystagingoptimismgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootArgs = { +export type Querystagingoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootsArgs = { +export type Querystagingoptimismgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_connectorMetaArgs = { +export type Querystagingoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_connectorMetasArgs = { +export type Querystagingoptimismgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootCountArgs = { +export type Querystagingoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootCountsArgs = { +export type Querystagingoptimismgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageSentArgs = { +export type Querystagingoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageSentsArgs = { +export type Querystagingoptimismgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeesIncreaseArgs = { +export type Querystagingoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeesIncreasesArgs = { +export type Querystagingoptimismgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_slippageUpdateArgs = { +export type Querystagingoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_slippageUpdatesArgs = { +export type Querystagingoptimismgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_snapshotRootArgs = { +export type Querystagingoptimismgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_snapshotRootsArgs = { +export type Querystagingoptimismgoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_spokeConnectorModeArgs = { +export type Querystagingoptimismgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_spokeConnectorModesArgs = { +export type Querystagingoptimismgoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootProposedArgs = { +export type Querystagingoptimismgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootProposedsArgs = { +export type Querystagingoptimismgoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootFinalizedArgs = { +export type Querystagingoptimismgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootFinalizedsArgs = { +export type Querystagingoptimismgoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetArgs = { - id: Scalars['ID']; +export type Querystagingoptimismgoerli__metaArgs = { block?: InputMaybe; +}; + + +export type Querystagingarbitrumgoerli_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetsArgs = { +export type Querystagingarbitrumgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetStatusArgs = { +export type Querystagingarbitrumgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetStatusesArgs = { +export type Querystagingarbitrumgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetBalanceArgs = { +export type Querystagingarbitrumgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_assetBalancesArgs = { +export type Querystagingarbitrumgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_routerArgs = { +export type Querystagingarbitrumgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_routersArgs = { +export type Querystagingarbitrumgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_routerDailyTVLArgs = { +export type Querystagingarbitrumgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_routerDailyTVLsArgs = { +export type Querystagingarbitrumgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_settingArgs = { +export type Querystagingarbitrumgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_settingsArgs = { +export type Querystagingarbitrumgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerArgs = { +export type Querystagingarbitrumgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayersArgs = { +export type Querystagingarbitrumgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_sequencerArgs = { +export type Querystagingarbitrumgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_sequencersArgs = { +export type Querystagingarbitrumgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerFeeArgs = { +export type Querystagingarbitrumgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerFeesArgs = { +export type Querystagingarbitrumgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_originTransferArgs = { +export type Querystagingarbitrumgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_originTransfersArgs = { +export type Querystagingarbitrumgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_destinationTransferArgs = { +export type Querystagingarbitrumgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_destinationTransfersArgs = { +export type Querystagingarbitrumgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_originMessageArgs = { +export type Querystagingarbitrumgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_originMessagesArgs = { +export type Querystagingarbitrumgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_aggregateRootArgs = { +export type Querystagingarbitrumgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_aggregateRootsArgs = { +export type Querystagingarbitrumgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_connectorMetaArgs = { +export type Querystagingarbitrumgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_connectorMetasArgs = { +export type Querystagingarbitrumgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_rootCountArgs = { +export type Querystagingarbitrumgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_rootCountsArgs = { +export type Querystagingarbitrumgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_rootMessageSentArgs = { +export type Querystagingarbitrumgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_rootMessageSentsArgs = { +export type Querystagingarbitrumgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerFeesIncreaseArgs = { +export type Querystagingarbitrumgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_relayerFeesIncreasesArgs = { +export type Querystagingarbitrumgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_slippageUpdateArgs = { +export type Querystagingarbitrumgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_slippageUpdatesArgs = { +export type Querystagingarbitrumgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_snapshotRootArgs = { +export type Querystagingarbitrumgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_snapshotRootsArgs = { +export type Querystagingarbitrumgoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_spokeConnectorModeArgs = { +export type Querystagingarbitrumgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_spokeConnectorModesArgs = { +export type Querystagingarbitrumgoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_aggregateRootProposedArgs = { +export type Querystagingarbitrumgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_aggregateRootProposedsArgs = { +export type Querystagingarbitrumgoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_optimisticRootFinalizedArgs = { +export type Querystagingarbitrumgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_optimisticRootFinalizedsArgs = { +export type Querystagingarbitrumgoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli__metaArgs = { - block?: InputMaybe; +export type Querystagingarbitrumgoerli__metaArgs = { + block?: InputMaybe; }; -export type Queryxdai_assetArgs = { +export type Querystagingmumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetsArgs = { +export type Querystagingmumbai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetStatusArgs = { +export type Querystagingmumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetStatusesArgs = { +export type Querystagingmumbai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetBalanceArgs = { +export type Querystagingmumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetBalancesArgs = { +export type Querystagingmumbai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerArgs = { +export type Querystagingmumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routersArgs = { +export type Querystagingmumbai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerDailyTVLArgs = { +export type Querystagingmumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerDailyTVLsArgs = { +export type Querystagingmumbai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerLiquidityEventArgs = { +export type Querystagingmumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerLiquidityEventsArgs = { +export type Querystagingmumbai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_settingArgs = { +export type Querystagingmumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_settingsArgs = { +export type Querystagingmumbai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerArgs = { +export type Querystagingmumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayersArgs = { +export type Querystagingmumbai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_sequencerArgs = { +export type Querystagingmumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_sequencersArgs = { +export type Querystagingmumbai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeeArgs = { +export type Querystagingmumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeesArgs = { +export type Querystagingmumbai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originTransferArgs = { +export type Querystagingmumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originTransfersArgs = { +export type Querystagingmumbai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_destinationTransferArgs = { +export type Querystagingmumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_destinationTransfersArgs = { +export type Querystagingmumbai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originMessageArgs = { +export type Querystagingmumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originMessagesArgs = { +export type Querystagingmumbai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_aggregateRootArgs = { +export type Querystagingmumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_aggregateRootsArgs = { +export type Querystagingmumbai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_connectorMetaArgs = { +export type Querystagingmumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_connectorMetasArgs = { +export type Querystagingmumbai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootCountArgs = { +export type Querystagingmumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootCountsArgs = { +export type Querystagingmumbai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootMessageSentArgs = { +export type Querystagingmumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootMessageSentsArgs = { +export type Querystagingmumbai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeesIncreaseArgs = { +export type Querystagingmumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeesIncreasesArgs = { +export type Querystagingmumbai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_slippageUpdateArgs = { +export type Querystagingmumbai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_slippageUpdatesArgs = { +export type Querystagingmumbai_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymumbai_assetArgs = { +export type Querystagingmumbai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetsArgs = { +export type Querystagingmumbai_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetStatusArgs = { +export type Querystagingmumbai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetStatusesArgs = { +export type Querystagingmumbai_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetBalanceArgs = { +export type Querystagingmumbai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetBalancesArgs = { +export type Querystagingmumbai_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerArgs = { +export type Querystagingmumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryarbitrumgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routersArgs = { +export type Queryarbitrumgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerDailyTVLArgs = { +export type Queryarbitrumgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerDailyTVLsArgs = { +export type Queryarbitrumgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerLiquidityEventArgs = { +export type Queryarbitrumgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerLiquidityEventsArgs = { +export type Queryarbitrumgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_settingArgs = { +export type Queryarbitrumgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_settingsArgs = { +export type Queryarbitrumgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerArgs = { +export type Queryarbitrumgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayersArgs = { +export type Queryarbitrumgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_sequencerArgs = { +export type Queryarbitrumgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_sequencersArgs = { +export type Queryarbitrumgoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeeArgs = { +export type Queryarbitrumgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeesArgs = { +export type Queryarbitrumgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originTransferArgs = { +export type Queryarbitrumgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originTransfersArgs = { +export type Queryarbitrumgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_destinationTransferArgs = { +export type Queryarbitrumgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_destinationTransfersArgs = { +export type Queryarbitrumgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originMessageArgs = { +export type Queryarbitrumgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originMessagesArgs = { +export type Queryarbitrumgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_aggregateRootArgs = { +export type Queryarbitrumgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_aggregateRootsArgs = { +export type Queryarbitrumgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_connectorMetaArgs = { +export type Queryarbitrumgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_connectorMetasArgs = { +export type Queryarbitrumgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootCountArgs = { +export type Queryarbitrumgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootCountsArgs = { +export type Queryarbitrumgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootMessageSentArgs = { +export type Queryarbitrumgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootMessageSentsArgs = { +export type Queryarbitrumgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeesIncreaseArgs = { +export type Queryarbitrumgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeesIncreasesArgs = { +export type Queryarbitrumgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_slippageUpdateArgs = { +export type Queryarbitrumgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_slippageUpdatesArgs = { +export type Queryarbitrumgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Querygoerli_assetArgs = { +export type Queryarbitrumgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetsArgs = { +export type Queryarbitrumgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetStatusArgs = { +export type Queryarbitrumgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetStatusesArgs = { +export type Queryarbitrumgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetBalanceArgs = { +export type Queryarbitrumgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetBalancesArgs = { +export type Queryarbitrumgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerArgs = { +export type Queryarbitrumgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routersArgs = { +export type Querymumbai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerDailyTVLArgs = { +export type Querymumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerDailyTVLsArgs = { +export type Querymumbai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerLiquidityEventArgs = { +export type Querymumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerLiquidityEventsArgs = { +export type Querymumbai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_settingArgs = { +export type Querymumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_settingsArgs = { +export type Querymumbai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerArgs = { +export type Querymumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayersArgs = { +export type Querymumbai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_sequencerArgs = { +export type Querymumbai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_sequencersArgs = { +export type Querymumbai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerFeeArgs = { +export type Querymumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerFeesArgs = { +export type Querymumbai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originTransferArgs = { +export type Querymumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originTransfersArgs = { +export type Querymumbai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_destinationTransferArgs = { +export type Querymumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_destinationTransfersArgs = { +export type Querymumbai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originMessageArgs = { +export type Querymumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originMessagesArgs = { +export type Querymumbai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregateRootArgs = { +export type Querymumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregateRootsArgs = { +export type Querymumbai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_connectorMetaArgs = { +export type Querymumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_connectorMetasArgs = { +export type Querymumbai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootCountArgs = { +export type Querymumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootCountsArgs = { +export type Querymumbai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootMessageSentArgs = { +export type Querymumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootMessageSentsArgs = { +export type Querymumbai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerFeesIncreaseArgs = { +export type Querymumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerFeesIncreasesArgs = { +export type Querymumbai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_slippageUpdateArgs = { +export type Querymumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_slippageUpdatesArgs = { +export type Querymumbai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetArgs = { +export type Querymumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetsArgs = { +export type Querymumbai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetStatusArgs = { +export type Querymumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetStatusesArgs = { +export type Querymumbai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetBalanceArgs = { +export type Querymumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetBalancesArgs = { +export type Querymumbai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routerArgs = { +export type Querymumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routersArgs = { +export type Queryxdai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routerDailyTVLArgs = { +export type Queryxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routerDailyTVLsArgs = { +export type Queryxdai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_settingArgs = { +export type Queryxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_settingsArgs = { +export type Queryxdai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayerArgs = { +export type Queryxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayersArgs = { +export type Queryxdai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_sequencerArgs = { +export type Queryxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_sequencersArgs = { +export type Queryxdai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayerFeeArgs = { +export type Queryxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayerFeesArgs = { +export type Queryxdai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_originTransferArgs = { +export type Queryxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_originTransfersArgs = { +export type Queryxdai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_destinationTransferArgs = { +export type Queryxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_destinationTransfersArgs = { +export type Queryxdai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_originMessageArgs = { +export type Queryxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_originMessagesArgs = { +export type Queryxdai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootArgs = { +export type Queryxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootsArgs = { +export type Queryxdai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_connectorMetaArgs = { +export type Queryxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_connectorMetasArgs = { +export type Queryxdai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootCountArgs = { +export type Queryxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootCountsArgs = { +export type Queryxdai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageSentArgs = { +export type Queryxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageSentsArgs = { +export type Queryxdai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalmainnet_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalmainnet_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalmainnet_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalmainnet_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalmainnet_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalmainnet_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalmainnet_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalmainnet_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalmainnet_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalmainnet_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalmainnet_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalmainnet_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocaloptimism_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_relayerFeesIncreaseArgs = { +export type Queryxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_relayerFeesIncreasesArgs = { +export type Queryxdai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_slippageUpdateArgs = { +export type Queryxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_slippageUpdatesArgs = { +export type Queryxdai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_snapshotRootArgs = { +export type Queryxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_snapshotRootsArgs = { +export type Queryxdai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_spokeConnectorModeArgs = { +export type Queryxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_spokeConnectorModesArgs = { +export type Queryxdai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_aggregateRootProposedArgs = { +export type Queryxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_aggregateRootProposedsArgs = { +export type Queryxdai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_optimisticRootFinalizedArgs = { +export type Queryxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism_optimisticRootFinalizedsArgs = { +export type Queryxdai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocaloptimism__metaArgs = { - block?: InputMaybe; +export type Queryxdai__metaArgs = { + block?: InputMaybe; }; @@ -11606,1787 +11559,1836 @@ export type Querylocalarbitrumone__metaArgs = { }; -export type Querystagingarbitrumgoerli_assetArgs = { +export type Querybnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_assetsArgs = { +export type Querybnb_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_assetStatusArgs = { +export type Querybnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_assetStatusesArgs = { +export type Querybnb_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_assetBalanceArgs = { +export type Querybnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_assetBalancesArgs = { +export type Querybnb_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_routerArgs = { +export type Querybnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_routersArgs = { +export type Querybnb_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_routerDailyTVLArgs = { +export type Querybnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_routerDailyTVLsArgs = { +export type Querybnb_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_settingArgs = { +export type Querybnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_settingsArgs = { +export type Querybnb_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_relayerArgs = { +export type Querybnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_relayersArgs = { +export type Querybnb_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_sequencerArgs = { +export type Querybnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_sequencersArgs = { +export type Querybnb_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_relayerFeeArgs = { +export type Querybnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_relayerFeesArgs = { +export type Querybnb_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_originTransferArgs = { +export type Querybnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_originTransfersArgs = { +export type Querybnb_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_destinationTransferArgs = { +export type Querybnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_destinationTransfersArgs = { +export type Querybnb_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_originMessageArgs = { +export type Querybnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_originMessagesArgs = { +export type Querybnb_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_aggregateRootArgs = { +export type Querybnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_aggregateRootsArgs = { +export type Querybnb_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_connectorMetaArgs = { +export type Querybnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_connectorMetasArgs = { +export type Querybnb_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_rootCountArgs = { +export type Querybnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_rootCountsArgs = { +export type Querybnb_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_rootMessageSentArgs = { +export type Querybnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_rootMessageSentsArgs = { +export type Querybnb_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_relayerFeesIncreaseArgs = { +export type Querybnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_relayerFeesIncreasesArgs = { +export type Querybnb_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_slippageUpdateArgs = { +export type Querybnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_slippageUpdatesArgs = { +export type Querybnb_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_snapshotRootArgs = { +export type Querybnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_snapshotRootsArgs = { +export type Querybnb_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_spokeConnectorModeArgs = { +export type Querybnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_spokeConnectorModesArgs = { +export type Querylinea_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_aggregateRootProposedArgs = { +export type Querylinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_aggregateRootProposedsArgs = { +export type Querylinea_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_optimisticRootFinalizedArgs = { +export type Querylinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_optimisticRootFinalizedsArgs = { +export type Querylinea_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryarbitrumgoerli_assetArgs = { +export type Querylinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_assetsArgs = { +export type Querylinea_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_assetStatusArgs = { +export type Querylinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_assetStatusesArgs = { +export type Querylinea_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_assetBalanceArgs = { +export type Querylinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_assetBalancesArgs = { +export type Querylinea_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routerArgs = { +export type Querylinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routersArgs = { +export type Querylinea_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routerDailyTVLArgs = { +export type Querylinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routerDailyTVLsArgs = { +export type Querylinea_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routerLiquidityEventArgs = { +export type Querylinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routerLiquidityEventsArgs = { +export type Querylinea_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_settingArgs = { +export type Querylinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_settingsArgs = { +export type Querylinea_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayerArgs = { +export type Querylinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayersArgs = { +export type Querylinea_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_sequencerArgs = { +export type Querylinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_sequencersArgs = { +export type Querylinea_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayerFeeArgs = { +export type Querylinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayerFeesArgs = { +export type Querylinea_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_originTransferArgs = { +export type Querylinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_originTransfersArgs = { +export type Querylinea_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_destinationTransferArgs = { +export type Querylinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_destinationTransfersArgs = { +export type Querylinea_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_originMessageArgs = { +export type Querylinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_originMessagesArgs = { +export type Querylinea_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_aggregateRootArgs = { +export type Querylinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_aggregateRootsArgs = { +export type Querylinea_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_connectorMetaArgs = { +export type Querylinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_connectorMetasArgs = { +export type Querylinea_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_rootCountArgs = { +export type Querylinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_rootCountsArgs = { +export type Querylinea_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_rootMessageSentArgs = { +export type Querylinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylocalmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_rootMessageSentsArgs = { +export type Querylocalmainnet_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayerFeesIncreaseArgs = { +export type Querylocalmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayerFeesIncreasesArgs = { +export type Querylocalmainnet_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_slippageUpdateArgs = { +export type Querylocalmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_slippageUpdatesArgs = { +export type Querylocalmainnet_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybnb_assetArgs = { +export type Querylocalmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetsArgs = { +export type Querylocalmainnet_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetStatusArgs = { +export type Querylocalmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetStatusesArgs = { +export type Querylocalmainnet_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetBalanceArgs = { +export type Querylocalmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetBalancesArgs = { +export type Querylocalmainnet_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerArgs = { +export type Querylocalmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routersArgs = { +export type Querylocalmainnet_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerDailyTVLArgs = { +export type Querylocalmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerDailyTVLsArgs = { +export type Querylocalmainnet_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerLiquidityEventArgs = { +export type Querylocalmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerLiquidityEventsArgs = { +export type Querylocalmainnet_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_settingArgs = { +export type Querylocalmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_settingsArgs = { +export type Querylocalmainnet_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerArgs = { +export type Querylocalmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayersArgs = { +export type Querylocalmainnet_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_sequencerArgs = { +export type Querylocalmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_sequencersArgs = { +export type Querylocalmainnet_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeeArgs = { +export type Querylocalmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesArgs = { +export type Querylocalmainnet_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originTransferArgs = { +export type Querylocalmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originTransfersArgs = { +export type Querylocalmainnet_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_destinationTransferArgs = { +export type Querylocalmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_destinationTransfersArgs = { +export type Querylocalmainnet_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originMessageArgs = { +export type Querylocalmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originMessagesArgs = { +export type Querylocalmainnet_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootArgs = { +export type Querylocalmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootsArgs = { +export type Querylocalmainnet_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_connectorMetaArgs = { +export type Querylocalmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_connectorMetasArgs = { +export type Querylocalmainnet_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootCountArgs = { +export type Querylocalmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootCountsArgs = { +export type Querylocalmainnet_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootMessageSentArgs = { +export type Querylocalmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootMessageSentsArgs = { +export type Querylocalmainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesIncreaseArgs = { +export type Querylocalmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesIncreasesArgs = { +export type Querylocalmainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_slippageUpdateArgs = { +export type Querylocalmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_slippageUpdatesArgs = { +export type Querylocalmainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymainnet_assetArgs = { +export type Querylocaloptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetsArgs = { +export type Querylocaloptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetStatusArgs = { +export type Querylocaloptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetStatusesArgs = { +export type Querylocaloptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetBalanceArgs = { +export type Querylocaloptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetBalancesArgs = { +export type Querylocaloptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerArgs = { +export type Querylocaloptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routersArgs = { +export type Querylocaloptimism_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerDailyTVLArgs = { +export type Querylocaloptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerDailyTVLsArgs = { +export type Querylocaloptimism_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerLiquidityEventArgs = { +export type Querylocaloptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerLiquidityEventsArgs = { +export type Querylocaloptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_settingArgs = { +export type Querylocaloptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_settingsArgs = { +export type Querylocaloptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerArgs = { +export type Querylocaloptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayersArgs = { +export type Querylocaloptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_sequencerArgs = { +export type Querylocaloptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_sequencersArgs = { +export type Querylocaloptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeeArgs = { +export type Querylocaloptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesArgs = { +export type Querylocaloptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originTransferArgs = { +export type Querylocaloptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originTransfersArgs = { +export type Querylocaloptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_destinationTransferArgs = { +export type Querylocaloptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_destinationTransfersArgs = { +export type Querylocaloptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originMessageArgs = { +export type Querylocaloptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originMessagesArgs = { +export type Querylocaloptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootArgs = { +export type Querylocaloptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootsArgs = { +export type Querylocaloptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_connectorMetaArgs = { +export type Querylocaloptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_connectorMetasArgs = { +export type Querylocaloptimism_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootCountArgs = { +export type Querylocaloptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootCountsArgs = { +export type Querylocaloptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageSentArgs = { +export type Querylocaloptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageSentsArgs = { +export type Querylocaloptimism_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesIncreaseArgs = { +export type Querylocaloptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesIncreasesArgs = { +export type Querylocaloptimism_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_slippageUpdateArgs = { +export type Querylocaloptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_slippageUpdatesArgs = { +export type Querylocaloptimism_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetArgs = { +export type Querylocaloptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetsArgs = { +export type Querylocaloptimism_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetStatusArgs = { +export type Querylocaloptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetStatusesArgs = { +export type Querylocaloptimism_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetBalanceArgs = { +export type Querylocaloptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetBalancesArgs = { +export type Querylocaloptimism_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerArgs = { +export type Querylocaloptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routersArgs = { +export type Querymainnet_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerDailyTVLArgs = { +export type Querymainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerDailyTVLsArgs = { +export type Querymainnet_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerLiquidityEventArgs = { +export type Querymainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerLiquidityEventsArgs = { +export type Querymainnet_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_settingArgs = { +export type Querymainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_settingsArgs = { +export type Querymainnet_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerArgs = { +export type Querymainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayersArgs = { +export type Querymainnet_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_sequencerArgs = { +export type Querymainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_sequencersArgs = { +export type Querymainnet_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeeArgs = { +export type Querymainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesArgs = { +export type Querymainnet_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originTransferArgs = { +export type Querymainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originTransfersArgs = { +export type Querymainnet_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_destinationTransferArgs = { +export type Querymainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_destinationTransfersArgs = { +export type Querymainnet_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originMessageArgs = { +export type Querymainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originMessagesArgs = { +export type Querymainnet_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootArgs = { +export type Querymainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootsArgs = { +export type Querymainnet_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_connectorMetaArgs = { +export type Querymainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_connectorMetasArgs = { +export type Querymainnet_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootCountArgs = { +export type Querymainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootCountsArgs = { +export type Querymainnet_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootMessageSentArgs = { +export type Querymainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootMessageSentsArgs = { +export type Querymainnet_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesIncreaseArgs = { +export type Querymainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesIncreasesArgs = { +export type Querymainnet_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_slippageUpdateArgs = { +export type Querymainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_slippageUpdatesArgs = { +export type Querymainnet_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon__metaArgs = { - block?: InputMaybe; +export type Querymainnet_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymainnet_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymainnet_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymainnet_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymainnet_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymainnet_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; @@ -13737,391 +13739,353 @@ export type Queryarbitrumone__metaArgs = { }; -export type Queryoptimism_assetArgs = { +export type Querypolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetsArgs = { +export type Querypolygon_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetStatusArgs = { +export type Querypolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetStatusesArgs = { +export type Querypolygon_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetBalanceArgs = { +export type Querypolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetBalancesArgs = { +export type Querypolygon_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerArgs = { +export type Querypolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routersArgs = { +export type Querypolygon_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerDailyTVLArgs = { +export type Querypolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerDailyTVLsArgs = { +export type Querypolygon_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_settingArgs = { +export type Querypolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_settingsArgs = { +export type Querypolygon_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerArgs = { +export type Querypolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayersArgs = { +export type Querypolygon_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_sequencerArgs = { +export type Querypolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_sequencersArgs = { +export type Querypolygon_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeeArgs = { +export type Querypolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesArgs = { +export type Querypolygon_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originTransferArgs = { +export type Querypolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originTransfersArgs = { +export type Querypolygon_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_destinationTransferArgs = { +export type Querypolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_destinationTransfersArgs = { +export type Querypolygon_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originMessageArgs = { +export type Querypolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originMessagesArgs = { +export type Querypolygon_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootArgs = { +export type Querypolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootsArgs = { +export type Querypolygon_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_connectorMetaArgs = { +export type Querypolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_connectorMetasArgs = { +export type Querypolygon_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootCountArgs = { +export type Querypolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootCountsArgs = { +export type Querypolygon_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootMessageSentArgs = { +export type Querypolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootMessageSentsArgs = { +export type Querypolygon_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesIncreaseArgs = { +export type Querypolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesIncreasesArgs = { +export type Querypolygon_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_slippageUpdateArgs = { +export type Querypolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_slippageUpdatesArgs = { +export type Querypolygon_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism__metaArgs = { - block?: InputMaybe; +export type Querypolygon_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon__metaArgs = { + block?: InputMaybe; }; export type Subscription = { - staginggoerli_rootAggregated?: Maybe; - staginggoerli_rootAggregateds: Array; - staginggoerli_rootPropagated?: Maybe; - staginggoerli_rootPropagateds: Array; - staginggoerli_aggregatedMessageRoot?: Maybe; - staginggoerli_aggregatedMessageRoots: Array; - staginggoerli_rootManagerMeta?: Maybe; - staginggoerli_rootManagerMetas: Array; - staginggoerli_rootManagerMode?: Maybe; - staginggoerli_rootManagerModes: Array; - staginggoerli_optimisticRootProposed?: Maybe; - staginggoerli_optimisticRootProposeds: Array; - staginggoerli_hubOptimisticRootFinalized?: Maybe; - staginggoerli_hubOptimisticRootFinalizeds: Array; - staginggoerli_optimisticRootPropagated?: Maybe; - staginggoerli_optimisticRootPropagateds: Array; - staginggoerli_polygonConnectorMeta?: Maybe; - staginggoerli_polygonConnectorMetas: Array; - staginggoerli_optimismConnectorMeta?: Maybe; - staginggoerli_optimismConnectorMetas: Array; - staginggoerli_bnbConnectorMeta?: Maybe; - staginggoerli_bnbConnectorMetas: Array; - staginggoerli_arbitrumConnectorMeta?: Maybe; - staginggoerli_arbitrumConnectorMetas: Array; - staginggoerli_gnosisConnectorMeta?: Maybe; - staginggoerli_gnosisConnectorMetas: Array; - staginggoerli_zkSyncConnectorMeta?: Maybe; - staginggoerli_zkSyncConnectorMetas: Array; - staginggoerli_rootMessageProcessed?: Maybe; - staginggoerli_rootMessageProcesseds: Array; - staginggoerli_aggregateRootSavedSlow?: Maybe; - staginggoerli_aggregateRootSavedSlows: Array; - staginggoerli_hubDomain?: Maybe; - staginggoerli_hubDomains: Array; - /** Access to subgraph metadata */ - staginggoerli__meta?: Maybe; - testoptimismgoerli_asset?: Maybe; - testoptimismgoerli_assets: Array; - testoptimismgoerli_assetBalance?: Maybe; - testoptimismgoerli_assetBalances: Array; - testoptimismgoerli_router?: Maybe; - testoptimismgoerli_routers: Array; - testoptimismgoerli_setting?: Maybe; - testoptimismgoerli_settings: Array; - testoptimismgoerli_relayer?: Maybe; - testoptimismgoerli_relayers: Array; - testoptimismgoerli_stableSwap?: Maybe; - testoptimismgoerli_stableSwaps: Array; - testoptimismgoerli_sponsorVault?: Maybe; - testoptimismgoerli_sponsorVaults: Array; - testoptimismgoerli_originTransfer?: Maybe; - testoptimismgoerli_originTransfers: Array; - testoptimismgoerli_destinationTransfer?: Maybe; - testoptimismgoerli_destinationTransfers: Array; - /** Access to subgraph metadata */ - testoptimismgoerli__meta?: Maybe; goerli_rootAggregated?: Maybe; goerli_rootAggregateds: Array; goerli_rootPropagated?: Maybe; @@ -14174,94 +14138,6 @@ export type Subscription = { mainnet_rootMessageProcesseds: Array; /** Access to subgraph metadata */ mainnet__meta?: Maybe; - testgoerli_asset?: Maybe; - testgoerli_assets: Array; - testgoerli_assetBalance?: Maybe; - testgoerli_assetBalances: Array; - testgoerli_router?: Maybe; - testgoerli_routers: Array; - testgoerli_setting?: Maybe; - testgoerli_settings: Array; - testgoerli_relayer?: Maybe; - testgoerli_relayers: Array; - testgoerli_stableSwap?: Maybe; - testgoerli_stableSwaps: Array; - testgoerli_sponsorVault?: Maybe; - testgoerli_sponsorVaults: Array; - testgoerli_originTransfer?: Maybe; - testgoerli_originTransfers: Array; - testgoerli_destinationTransfer?: Maybe; - testgoerli_destinationTransfers: Array; - /** Access to subgraph metadata */ - testgoerli__meta?: Maybe; - arbitrumgoerli_swap_systemInfo?: Maybe; - arbitrumgoerli_swap_systemInfos: Array; - arbitrumgoerli_swap_pooledToken?: Maybe; - arbitrumgoerli_swap_pooledTokens: Array; - arbitrumgoerli_swap_stableSwap?: Maybe; - arbitrumgoerli_swap_stableSwaps: Array; - arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - arbitrumgoerli_swap_stableSwapAddLiquidityEvents: Array; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - arbitrumgoerli_swap_stableSwapExchange?: Maybe; - arbitrumgoerli_swap_stableSwapExchanges: Array; - arbitrumgoerli_swap_swapDailyVolume?: Maybe; - arbitrumgoerli_swap_swapDailyVolumes: Array; - arbitrumgoerli_swap_swapHourlyVolume?: Maybe; - arbitrumgoerli_swap_swapHourlyVolumes: Array; - arbitrumgoerli_swap_swapWeeklyVolume?: Maybe; - arbitrumgoerli_swap_swapWeeklyVolumes: Array; - arbitrumgoerli_swap_lpAccount?: Maybe; - arbitrumgoerli_swap_lpAccounts: Array; - arbitrumgoerli_swap_lpAccountBalance?: Maybe; - arbitrumgoerli_swap_lpAccountBalances: Array; - arbitrumgoerli_swap_lpToken?: Maybe; - arbitrumgoerli_swap_lpTokens: Array; - arbitrumgoerli_swap_lpTransferEvent?: Maybe; - arbitrumgoerli_swap_lpTransferEvents: Array; - arbitrumgoerli_swap_stableSwapEvent?: Maybe; - arbitrumgoerli_swap_stableSwapEvents: Array; - arbitrumgoerli_swap_swapTradeVolume?: Maybe; - arbitrumgoerli_swap_swapTradeVolumes: Array; - arbitrumgoerli_swap_lpTokenEvent?: Maybe; - arbitrumgoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - arbitrumgoerli_swap__meta?: Maybe; - mumbai_swap_systemInfo?: Maybe; - mumbai_swap_systemInfos: Array; - mumbai_swap_pooledToken?: Maybe; - mumbai_swap_pooledTokens: Array; - mumbai_swap_stableSwap?: Maybe; - mumbai_swap_stableSwaps: Array; - mumbai_swap_stableSwapAddLiquidityEvent?: Maybe; - mumbai_swap_stableSwapAddLiquidityEvents: Array; - mumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - mumbai_swap_stableSwapRemoveLiquidityEvents: Array; - mumbai_swap_stableSwapExchange?: Maybe; - mumbai_swap_stableSwapExchanges: Array; - mumbai_swap_swapDailyVolume?: Maybe; - mumbai_swap_swapDailyVolumes: Array; - mumbai_swap_swapHourlyVolume?: Maybe; - mumbai_swap_swapHourlyVolumes: Array; - mumbai_swap_swapWeeklyVolume?: Maybe; - mumbai_swap_swapWeeklyVolumes: Array; - mumbai_swap_lpAccount?: Maybe; - mumbai_swap_lpAccounts: Array; - mumbai_swap_lpAccountBalance?: Maybe; - mumbai_swap_lpAccountBalances: Array; - mumbai_swap_lpToken?: Maybe; - mumbai_swap_lpTokens: Array; - mumbai_swap_lpTransferEvent?: Maybe; - mumbai_swap_lpTransferEvents: Array; - mumbai_swap_stableSwapEvent?: Maybe; - mumbai_swap_stableSwapEvents: Array; - mumbai_swap_swapTradeVolume?: Maybe; - mumbai_swap_swapTradeVolumes: Array; - mumbai_swap_lpTokenEvent?: Maybe; - mumbai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - mumbai_swap__meta?: Maybe; stagingoptimismgoerli_swap_systemInfo?: Maybe; stagingoptimismgoerli_swap_systemInfos: Array; stagingoptimismgoerli_swap_pooledToken?: Maybe; @@ -14296,6 +14172,26 @@ export type Subscription = { stagingoptimismgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ stagingoptimismgoerli_swap__meta?: Maybe; + testgoerli_asset?: Maybe; + testgoerli_assets: Array; + testgoerli_assetBalance?: Maybe; + testgoerli_assetBalances: Array; + testgoerli_router?: Maybe; + testgoerli_routers: Array; + testgoerli_setting?: Maybe; + testgoerli_settings: Array; + testgoerli_relayer?: Maybe; + testgoerli_relayers: Array; + testgoerli_stableSwap?: Maybe; + testgoerli_stableSwaps: Array; + testgoerli_sponsorVault?: Maybe; + testgoerli_sponsorVaults: Array; + testgoerli_originTransfer?: Maybe; + testgoerli_originTransfers: Array; + testgoerli_destinationTransfer?: Maybe; + testgoerli_destinationTransfers: Array; + /** Access to subgraph metadata */ + testgoerli__meta?: Maybe; goerli_swap_systemInfo?: Maybe; goerli_swap_systemInfos: Array; goerli_swap_pooledToken?: Maybe; @@ -14330,42 +14226,26 @@ export type Subscription = { goerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ goerli_swap__meta?: Maybe; - localmainnet_rootAggregated?: Maybe; - localmainnet_rootAggregateds: Array; - localmainnet_rootPropagated?: Maybe; - localmainnet_rootPropagateds: Array; - localmainnet_aggregatedMessageRoot?: Maybe; - localmainnet_aggregatedMessageRoots: Array; - localmainnet_rootManagerMeta?: Maybe; - localmainnet_rootManagerMetas: Array; - localmainnet_rootManagerMode?: Maybe; - localmainnet_rootManagerModes: Array; - localmainnet_optimisticRootProposed?: Maybe; - localmainnet_optimisticRootProposeds: Array; - localmainnet_hubOptimisticRootFinalized?: Maybe; - localmainnet_hubOptimisticRootFinalizeds: Array; - localmainnet_optimisticRootPropagated?: Maybe; - localmainnet_optimisticRootPropagateds: Array; - localmainnet_polygonConnectorMeta?: Maybe; - localmainnet_polygonConnectorMetas: Array; - localmainnet_optimismConnectorMeta?: Maybe; - localmainnet_optimismConnectorMetas: Array; - localmainnet_bnbConnectorMeta?: Maybe; - localmainnet_bnbConnectorMetas: Array; - localmainnet_arbitrumConnectorMeta?: Maybe; - localmainnet_arbitrumConnectorMetas: Array; - localmainnet_gnosisConnectorMeta?: Maybe; - localmainnet_gnosisConnectorMetas: Array; - localmainnet_zkSyncConnectorMeta?: Maybe; - localmainnet_zkSyncConnectorMetas: Array; - localmainnet_rootMessageProcessed?: Maybe; - localmainnet_rootMessageProcesseds: Array; - localmainnet_aggregateRootSavedSlow?: Maybe; - localmainnet_aggregateRootSavedSlows: Array; - localmainnet_hubDomain?: Maybe; - localmainnet_hubDomains: Array; + testoptimismgoerli_asset?: Maybe; + testoptimismgoerli_assets: Array; + testoptimismgoerli_assetBalance?: Maybe; + testoptimismgoerli_assetBalances: Array; + testoptimismgoerli_router?: Maybe; + testoptimismgoerli_routers: Array; + testoptimismgoerli_setting?: Maybe; + testoptimismgoerli_settings: Array; + testoptimismgoerli_relayer?: Maybe; + testoptimismgoerli_relayers: Array; + testoptimismgoerli_stableSwap?: Maybe; + testoptimismgoerli_stableSwaps: Array; + testoptimismgoerli_sponsorVault?: Maybe; + testoptimismgoerli_sponsorVaults: Array; + testoptimismgoerli_originTransfer?: Maybe; + testoptimismgoerli_originTransfers: Array; + testoptimismgoerli_destinationTransfer?: Maybe; + testoptimismgoerli_destinationTransfers: Array; /** Access to subgraph metadata */ - localmainnet__meta?: Maybe; + testoptimismgoerli__meta?: Maybe; staginggoerli_swap_systemInfo?: Maybe; staginggoerli_swap_systemInfos: Array; staginggoerli_swap_pooledToken?: Maybe; @@ -14400,114 +14280,280 @@ export type Subscription = { staginggoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ staginggoerli_swap__meta?: Maybe; - stagingmumbai_swap_systemInfo?: Maybe; - stagingmumbai_swap_systemInfos: Array; - stagingmumbai_swap_pooledToken?: Maybe; - stagingmumbai_swap_pooledTokens: Array; - stagingmumbai_swap_stableSwap?: Maybe; - stagingmumbai_swap_stableSwaps: Array; - stagingmumbai_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapAddLiquidityEvents: Array; - stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapRemoveLiquidityEvents: Array; - stagingmumbai_swap_stableSwapExchange?: Maybe; - stagingmumbai_swap_stableSwapExchanges: Array; - stagingmumbai_swap_swapDailyVolume?: Maybe; - stagingmumbai_swap_swapDailyVolumes: Array; - stagingmumbai_swap_swapHourlyVolume?: Maybe; - stagingmumbai_swap_swapHourlyVolumes: Array; - stagingmumbai_swap_swapWeeklyVolume?: Maybe; - stagingmumbai_swap_swapWeeklyVolumes: Array; - stagingmumbai_swap_lpAccount?: Maybe; - stagingmumbai_swap_lpAccounts: Array; - stagingmumbai_swap_lpAccountBalance?: Maybe; - stagingmumbai_swap_lpAccountBalances: Array; - stagingmumbai_swap_lpToken?: Maybe; - stagingmumbai_swap_lpTokens: Array; - stagingmumbai_swap_lpTransferEvent?: Maybe; - stagingmumbai_swap_lpTransferEvents: Array; - stagingmumbai_swap_stableSwapEvent?: Maybe; - stagingmumbai_swap_stableSwapEvents: Array; - stagingmumbai_swap_swapTradeVolume?: Maybe; - stagingmumbai_swap_swapTradeVolumes: Array; - stagingmumbai_swap_lpTokenEvent?: Maybe; - stagingmumbai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - stagingmumbai_swap__meta?: Maybe; - optimismgoerli_swap_systemInfo?: Maybe; - optimismgoerli_swap_systemInfos: Array; - optimismgoerli_swap_pooledToken?: Maybe; - optimismgoerli_swap_pooledTokens: Array; - optimismgoerli_swap_stableSwap?: Maybe; - optimismgoerli_swap_stableSwaps: Array; - optimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - optimismgoerli_swap_stableSwapAddLiquidityEvents: Array; - optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - optimismgoerli_swap_stableSwapExchange?: Maybe; - optimismgoerli_swap_stableSwapExchanges: Array; - optimismgoerli_swap_swapDailyVolume?: Maybe; - optimismgoerli_swap_swapDailyVolumes: Array; - optimismgoerli_swap_swapHourlyVolume?: Maybe; - optimismgoerli_swap_swapHourlyVolumes: Array; - optimismgoerli_swap_swapWeeklyVolume?: Maybe; - optimismgoerli_swap_swapWeeklyVolumes: Array; - optimismgoerli_swap_lpAccount?: Maybe; - optimismgoerli_swap_lpAccounts: Array; - optimismgoerli_swap_lpAccountBalance?: Maybe; - optimismgoerli_swap_lpAccountBalances: Array; - optimismgoerli_swap_lpToken?: Maybe; - optimismgoerli_swap_lpTokens: Array; - optimismgoerli_swap_lpTransferEvent?: Maybe; - optimismgoerli_swap_lpTransferEvents: Array; - optimismgoerli_swap_stableSwapEvent?: Maybe; - optimismgoerli_swap_stableSwapEvents: Array; - optimismgoerli_swap_swapTradeVolume?: Maybe; - optimismgoerli_swap_swapTradeVolumes: Array; - optimismgoerli_swap_lpTokenEvent?: Maybe; - optimismgoerli_swap_lpTokenEvents: Array; + stagingarbitrumgoerli_swap_systemInfo?: Maybe; + stagingarbitrumgoerli_swap_systemInfos: Array; + stagingarbitrumgoerli_swap_pooledToken?: Maybe; + stagingarbitrumgoerli_swap_pooledTokens: Array; + stagingarbitrumgoerli_swap_stableSwap?: Maybe; + stagingarbitrumgoerli_swap_stableSwaps: Array; + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents: Array; + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + stagingarbitrumgoerli_swap_stableSwapExchange?: Maybe; + stagingarbitrumgoerli_swap_stableSwapExchanges: Array; + stagingarbitrumgoerli_swap_swapDailyVolume?: Maybe; + stagingarbitrumgoerli_swap_swapDailyVolumes: Array; + stagingarbitrumgoerli_swap_swapHourlyVolume?: Maybe; + stagingarbitrumgoerli_swap_swapHourlyVolumes: Array; + stagingarbitrumgoerli_swap_swapWeeklyVolume?: Maybe; + stagingarbitrumgoerli_swap_swapWeeklyVolumes: Array; + stagingarbitrumgoerli_swap_lpAccount?: Maybe; + stagingarbitrumgoerli_swap_lpAccounts: Array; + stagingarbitrumgoerli_swap_lpAccountBalance?: Maybe; + stagingarbitrumgoerli_swap_lpAccountBalances: Array; + stagingarbitrumgoerli_swap_lpToken?: Maybe; + stagingarbitrumgoerli_swap_lpTokens: Array; + stagingarbitrumgoerli_swap_lpTransferEvent?: Maybe; + stagingarbitrumgoerli_swap_lpTransferEvents: Array; + stagingarbitrumgoerli_swap_stableSwapEvent?: Maybe; + stagingarbitrumgoerli_swap_stableSwapEvents: Array; + stagingarbitrumgoerli_swap_swapTradeVolume?: Maybe; + stagingarbitrumgoerli_swap_swapTradeVolumes: Array; + stagingarbitrumgoerli_swap_lpTokenEvent?: Maybe; + stagingarbitrumgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - optimismgoerli_swap__meta?: Maybe; - linea_asset?: Maybe; - linea_assets: Array; - linea_assetStatus?: Maybe; - linea_assetStatuses: Array; - linea_assetBalance?: Maybe; - linea_assetBalances: Array; - linea_router?: Maybe; - linea_routers: Array; - linea_routerDailyTVL?: Maybe; - linea_routerDailyTVLs: Array; - linea_routerLiquidityEvent?: Maybe; - linea_routerLiquidityEvents: Array; - linea_setting?: Maybe; - linea_settings: Array; - linea_relayer?: Maybe; - linea_relayers: Array; - linea_sequencer?: Maybe; - linea_sequencers: Array; - linea_relayerFee?: Maybe; - linea_relayerFees: Array; - linea_originTransfer?: Maybe; - linea_originTransfers: Array; - linea_destinationTransfer?: Maybe; - linea_destinationTransfers: Array; - linea_originMessage?: Maybe; - linea_originMessages: Array; - linea_aggregateRoot?: Maybe; - linea_aggregateRoots: Array; - linea_connectorMeta?: Maybe; - linea_connectorMetas: Array; - linea_rootCount?: Maybe; - linea_rootCounts: Array; - linea_rootMessageSent?: Maybe; - linea_rootMessageSents: Array; - linea_relayerFeesIncrease?: Maybe; - linea_relayerFeesIncreases: Array; - linea_slippageUpdate?: Maybe; - linea_slippageUpdates: Array; + stagingarbitrumgoerli_swap__meta?: Maybe; + arbitrumgoerli_swap_systemInfo?: Maybe; + arbitrumgoerli_swap_systemInfos: Array; + arbitrumgoerli_swap_pooledToken?: Maybe; + arbitrumgoerli_swap_pooledTokens: Array; + arbitrumgoerli_swap_stableSwap?: Maybe; + arbitrumgoerli_swap_stableSwaps: Array; + arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + arbitrumgoerli_swap_stableSwapAddLiquidityEvents: Array; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + arbitrumgoerli_swap_stableSwapExchange?: Maybe; + arbitrumgoerli_swap_stableSwapExchanges: Array; + arbitrumgoerli_swap_swapDailyVolume?: Maybe; + arbitrumgoerli_swap_swapDailyVolumes: Array; + arbitrumgoerli_swap_swapHourlyVolume?: Maybe; + arbitrumgoerli_swap_swapHourlyVolumes: Array; + arbitrumgoerli_swap_swapWeeklyVolume?: Maybe; + arbitrumgoerli_swap_swapWeeklyVolumes: Array; + arbitrumgoerli_swap_lpAccount?: Maybe; + arbitrumgoerli_swap_lpAccounts: Array; + arbitrumgoerli_swap_lpAccountBalance?: Maybe; + arbitrumgoerli_swap_lpAccountBalances: Array; + arbitrumgoerli_swap_lpToken?: Maybe; + arbitrumgoerli_swap_lpTokens: Array; + arbitrumgoerli_swap_lpTransferEvent?: Maybe; + arbitrumgoerli_swap_lpTransferEvents: Array; + arbitrumgoerli_swap_stableSwapEvent?: Maybe; + arbitrumgoerli_swap_stableSwapEvents: Array; + arbitrumgoerli_swap_swapTradeVolume?: Maybe; + arbitrumgoerli_swap_swapTradeVolumes: Array; + arbitrumgoerli_swap_lpTokenEvent?: Maybe; + arbitrumgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - linea__meta?: Maybe; + arbitrumgoerli_swap__meta?: Maybe; + mumbai_swap_systemInfo?: Maybe; + mumbai_swap_systemInfos: Array; + mumbai_swap_pooledToken?: Maybe; + mumbai_swap_pooledTokens: Array; + mumbai_swap_stableSwap?: Maybe; + mumbai_swap_stableSwaps: Array; + mumbai_swap_stableSwapAddLiquidityEvent?: Maybe; + mumbai_swap_stableSwapAddLiquidityEvents: Array; + mumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mumbai_swap_stableSwapRemoveLiquidityEvents: Array; + mumbai_swap_stableSwapExchange?: Maybe; + mumbai_swap_stableSwapExchanges: Array; + mumbai_swap_swapDailyVolume?: Maybe; + mumbai_swap_swapDailyVolumes: Array; + mumbai_swap_swapHourlyVolume?: Maybe; + mumbai_swap_swapHourlyVolumes: Array; + mumbai_swap_swapWeeklyVolume?: Maybe; + mumbai_swap_swapWeeklyVolumes: Array; + mumbai_swap_lpAccount?: Maybe; + mumbai_swap_lpAccounts: Array; + mumbai_swap_lpAccountBalance?: Maybe; + mumbai_swap_lpAccountBalances: Array; + mumbai_swap_lpToken?: Maybe; + mumbai_swap_lpTokens: Array; + mumbai_swap_lpTransferEvent?: Maybe; + mumbai_swap_lpTransferEvents: Array; + mumbai_swap_stableSwapEvent?: Maybe; + mumbai_swap_stableSwapEvents: Array; + mumbai_swap_swapTradeVolume?: Maybe; + mumbai_swap_swapTradeVolumes: Array; + mumbai_swap_lpTokenEvent?: Maybe; + mumbai_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + mumbai_swap__meta?: Maybe; + bnb_swap_systemInfo?: Maybe; + bnb_swap_systemInfos: Array; + bnb_swap_pooledToken?: Maybe; + bnb_swap_pooledTokens: Array; + bnb_swap_stableSwap?: Maybe; + bnb_swap_stableSwaps: Array; + bnb_swap_stableSwapAddLiquidityEvent?: Maybe; + bnb_swap_stableSwapAddLiquidityEvents: Array; + bnb_swap_stableSwapRemoveLiquidityEvent?: Maybe; + bnb_swap_stableSwapRemoveLiquidityEvents: Array; + bnb_swap_stableSwapExchange?: Maybe; + bnb_swap_stableSwapExchanges: Array; + bnb_swap_swapDailyVolume?: Maybe; + bnb_swap_swapDailyVolumes: Array; + bnb_swap_swapHourlyVolume?: Maybe; + bnb_swap_swapHourlyVolumes: Array; + bnb_swap_swapWeeklyVolume?: Maybe; + bnb_swap_swapWeeklyVolumes: Array; + bnb_swap_lpAccount?: Maybe; + bnb_swap_lpAccounts: Array; + bnb_swap_lpAccountBalance?: Maybe; + bnb_swap_lpAccountBalances: Array; + bnb_swap_lpToken?: Maybe; + bnb_swap_lpTokens: Array; + bnb_swap_lpTransferEvent?: Maybe; + bnb_swap_lpTransferEvents: Array; + bnb_swap_stableSwapEvent?: Maybe; + bnb_swap_stableSwapEvents: Array; + bnb_swap_swapTradeVolume?: Maybe; + bnb_swap_swapTradeVolumes: Array; + bnb_swap_lpTokenEvent?: Maybe; + bnb_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + bnb_swap__meta?: Maybe; + stagingmumbai_swap_systemInfo?: Maybe; + stagingmumbai_swap_systemInfos: Array; + stagingmumbai_swap_pooledToken?: Maybe; + stagingmumbai_swap_pooledTokens: Array; + stagingmumbai_swap_stableSwap?: Maybe; + stagingmumbai_swap_stableSwaps: Array; + stagingmumbai_swap_stableSwapAddLiquidityEvent?: Maybe; + stagingmumbai_swap_stableSwapAddLiquidityEvents: Array; + stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + stagingmumbai_swap_stableSwapRemoveLiquidityEvents: Array; + stagingmumbai_swap_stableSwapExchange?: Maybe; + stagingmumbai_swap_stableSwapExchanges: Array; + stagingmumbai_swap_swapDailyVolume?: Maybe; + stagingmumbai_swap_swapDailyVolumes: Array; + stagingmumbai_swap_swapHourlyVolume?: Maybe; + stagingmumbai_swap_swapHourlyVolumes: Array; + stagingmumbai_swap_swapWeeklyVolume?: Maybe; + stagingmumbai_swap_swapWeeklyVolumes: Array; + stagingmumbai_swap_lpAccount?: Maybe; + stagingmumbai_swap_lpAccounts: Array; + stagingmumbai_swap_lpAccountBalance?: Maybe; + stagingmumbai_swap_lpAccountBalances: Array; + stagingmumbai_swap_lpToken?: Maybe; + stagingmumbai_swap_lpTokens: Array; + stagingmumbai_swap_lpTransferEvent?: Maybe; + stagingmumbai_swap_lpTransferEvents: Array; + stagingmumbai_swap_stableSwapEvent?: Maybe; + stagingmumbai_swap_stableSwapEvents: Array; + stagingmumbai_swap_swapTradeVolume?: Maybe; + stagingmumbai_swap_swapTradeVolumes: Array; + stagingmumbai_swap_lpTokenEvent?: Maybe; + stagingmumbai_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + stagingmumbai_swap__meta?: Maybe; + xdai_swap_systemInfo?: Maybe; + xdai_swap_systemInfos: Array; + xdai_swap_pooledToken?: Maybe; + xdai_swap_pooledTokens: Array; + xdai_swap_stableSwap?: Maybe; + xdai_swap_stableSwaps: Array; + xdai_swap_stableSwapAddLiquidityEvent?: Maybe; + xdai_swap_stableSwapAddLiquidityEvents: Array; + xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + xdai_swap_stableSwapRemoveLiquidityEvents: Array; + xdai_swap_stableSwapExchange?: Maybe; + xdai_swap_stableSwapExchanges: Array; + xdai_swap_swapDailyVolume?: Maybe; + xdai_swap_swapDailyVolumes: Array; + xdai_swap_swapHourlyVolume?: Maybe; + xdai_swap_swapHourlyVolumes: Array; + xdai_swap_swapWeeklyVolume?: Maybe; + xdai_swap_swapWeeklyVolumes: Array; + xdai_swap_lpAccount?: Maybe; + xdai_swap_lpAccounts: Array; + xdai_swap_lpAccountBalance?: Maybe; + xdai_swap_lpAccountBalances: Array; + xdai_swap_lpToken?: Maybe; + xdai_swap_lpTokens: Array; + xdai_swap_lpTransferEvent?: Maybe; + xdai_swap_lpTransferEvents: Array; + xdai_swap_stableSwapEvent?: Maybe; + xdai_swap_stableSwapEvents: Array; + xdai_swap_swapTradeVolume?: Maybe; + xdai_swap_swapTradeVolumes: Array; + xdai_swap_lpTokenEvent?: Maybe; + xdai_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + xdai_swap__meta?: Maybe; + staginggoerli_rootAggregated?: Maybe; + staginggoerli_rootAggregateds: Array; + staginggoerli_rootPropagated?: Maybe; + staginggoerli_rootPropagateds: Array; + staginggoerli_aggregatedMessageRoot?: Maybe; + staginggoerli_aggregatedMessageRoots: Array; + staginggoerli_rootManagerMeta?: Maybe; + staginggoerli_rootManagerMetas: Array; + staginggoerli_rootManagerMode?: Maybe; + staginggoerli_rootManagerModes: Array; + staginggoerli_optimisticRootProposed?: Maybe; + staginggoerli_optimisticRootProposeds: Array; + staginggoerli_hubOptimisticRootFinalized?: Maybe; + staginggoerli_hubOptimisticRootFinalizeds: Array; + staginggoerli_optimisticRootPropagated?: Maybe; + staginggoerli_optimisticRootPropagateds: Array; + staginggoerli_polygonConnectorMeta?: Maybe; + staginggoerli_polygonConnectorMetas: Array; + staginggoerli_optimismConnectorMeta?: Maybe; + staginggoerli_optimismConnectorMetas: Array; + staginggoerli_bnbConnectorMeta?: Maybe; + staginggoerli_bnbConnectorMetas: Array; + staginggoerli_arbitrumConnectorMeta?: Maybe; + staginggoerli_arbitrumConnectorMetas: Array; + staginggoerli_gnosisConnectorMeta?: Maybe; + staginggoerli_gnosisConnectorMetas: Array; + staginggoerli_zkSyncConnectorMeta?: Maybe; + staginggoerli_zkSyncConnectorMetas: Array; + staginggoerli_rootMessageProcessed?: Maybe; + staginggoerli_rootMessageProcesseds: Array; + staginggoerli_aggregateRootSavedSlow?: Maybe; + staginggoerli_aggregateRootSavedSlows: Array; + staginggoerli_hubDomain?: Maybe; + staginggoerli_hubDomains: Array; + /** Access to subgraph metadata */ + staginggoerli__meta?: Maybe; + optimismgoerli_swap_systemInfo?: Maybe; + optimismgoerli_swap_systemInfos: Array; + optimismgoerli_swap_pooledToken?: Maybe; + optimismgoerli_swap_pooledTokens: Array; + optimismgoerli_swap_stableSwap?: Maybe; + optimismgoerli_swap_stableSwaps: Array; + optimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + optimismgoerli_swap_stableSwapAddLiquidityEvents: Array; + optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + optimismgoerli_swap_stableSwapExchange?: Maybe; + optimismgoerli_swap_stableSwapExchanges: Array; + optimismgoerli_swap_swapDailyVolume?: Maybe; + optimismgoerli_swap_swapDailyVolumes: Array; + optimismgoerli_swap_swapHourlyVolume?: Maybe; + optimismgoerli_swap_swapHourlyVolumes: Array; + optimismgoerli_swap_swapWeeklyVolume?: Maybe; + optimismgoerli_swap_swapWeeklyVolumes: Array; + optimismgoerli_swap_lpAccount?: Maybe; + optimismgoerli_swap_lpAccounts: Array; + optimismgoerli_swap_lpAccountBalance?: Maybe; + optimismgoerli_swap_lpAccountBalances: Array; + optimismgoerli_swap_lpToken?: Maybe; + optimismgoerli_swap_lpTokens: Array; + optimismgoerli_swap_lpTransferEvent?: Maybe; + optimismgoerli_swap_lpTransferEvents: Array; + optimismgoerli_swap_stableSwapEvent?: Maybe; + optimismgoerli_swap_stableSwapEvents: Array; + optimismgoerli_swap_swapTradeVolume?: Maybe; + optimismgoerli_swap_swapTradeVolumes: Array; + optimismgoerli_swap_lpTokenEvent?: Maybe; + optimismgoerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + optimismgoerli_swap__meta?: Maybe; optimism_swap_systemInfo?: Maybe; optimism_swap_systemInfos: Array; optimism_swap_pooledToken?: Maybe; @@ -14542,6 +14588,40 @@ export type Subscription = { optimism_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ optimism_swap__meta?: Maybe; + arbitrumone_swap_systemInfo?: Maybe; + arbitrumone_swap_systemInfos: Array; + arbitrumone_swap_pooledToken?: Maybe; + arbitrumone_swap_pooledTokens: Array; + arbitrumone_swap_stableSwap?: Maybe; + arbitrumone_swap_stableSwaps: Array; + arbitrumone_swap_stableSwapAddLiquidityEvent?: Maybe; + arbitrumone_swap_stableSwapAddLiquidityEvents: Array; + arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Maybe; + arbitrumone_swap_stableSwapRemoveLiquidityEvents: Array; + arbitrumone_swap_stableSwapExchange?: Maybe; + arbitrumone_swap_stableSwapExchanges: Array; + arbitrumone_swap_swapDailyVolume?: Maybe; + arbitrumone_swap_swapDailyVolumes: Array; + arbitrumone_swap_swapHourlyVolume?: Maybe; + arbitrumone_swap_swapHourlyVolumes: Array; + arbitrumone_swap_swapWeeklyVolume?: Maybe; + arbitrumone_swap_swapWeeklyVolumes: Array; + arbitrumone_swap_lpAccount?: Maybe; + arbitrumone_swap_lpAccounts: Array; + arbitrumone_swap_lpAccountBalance?: Maybe; + arbitrumone_swap_lpAccountBalances: Array; + arbitrumone_swap_lpToken?: Maybe; + arbitrumone_swap_lpTokens: Array; + arbitrumone_swap_lpTransferEvent?: Maybe; + arbitrumone_swap_lpTransferEvents: Array; + arbitrumone_swap_stableSwapEvent?: Maybe; + arbitrumone_swap_stableSwapEvents: Array; + arbitrumone_swap_swapTradeVolume?: Maybe; + arbitrumone_swap_swapTradeVolumes: Array; + arbitrumone_swap_lpTokenEvent?: Maybe; + arbitrumone_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + arbitrumone_swap__meta?: Maybe; polygon_swap_systemInfo?: Maybe; polygon_swap_systemInfos: Array; polygon_swap_pooledToken?: Maybe; @@ -14576,40 +14656,114 @@ export type Subscription = { polygon_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ polygon_swap__meta?: Maybe; - bnb_swap_systemInfo?: Maybe; - bnb_swap_systemInfos: Array; - bnb_swap_pooledToken?: Maybe; - bnb_swap_pooledTokens: Array; - bnb_swap_stableSwap?: Maybe; - bnb_swap_stableSwaps: Array; - bnb_swap_stableSwapAddLiquidityEvent?: Maybe; - bnb_swap_stableSwapAddLiquidityEvents: Array; - bnb_swap_stableSwapRemoveLiquidityEvent?: Maybe; - bnb_swap_stableSwapRemoveLiquidityEvents: Array; - bnb_swap_stableSwapExchange?: Maybe; - bnb_swap_stableSwapExchanges: Array; - bnb_swap_swapDailyVolume?: Maybe; - bnb_swap_swapDailyVolumes: Array; - bnb_swap_swapHourlyVolume?: Maybe; - bnb_swap_swapHourlyVolumes: Array; - bnb_swap_swapWeeklyVolume?: Maybe; - bnb_swap_swapWeeklyVolumes: Array; - bnb_swap_lpAccount?: Maybe; - bnb_swap_lpAccounts: Array; - bnb_swap_lpAccountBalance?: Maybe; - bnb_swap_lpAccountBalances: Array; - bnb_swap_lpToken?: Maybe; - bnb_swap_lpTokens: Array; - bnb_swap_lpTransferEvent?: Maybe; - bnb_swap_lpTransferEvents: Array; - bnb_swap_stableSwapEvent?: Maybe; - bnb_swap_stableSwapEvents: Array; - bnb_swap_swapTradeVolume?: Maybe; - bnb_swap_swapTradeVolumes: Array; - bnb_swap_lpTokenEvent?: Maybe; - bnb_swap_lpTokenEvents: Array; + linea_swap_systemInfo?: Maybe; + linea_swap_systemInfos: Array; + linea_swap_pooledToken?: Maybe; + linea_swap_pooledTokens: Array; + linea_swap_stableSwap?: Maybe; + linea_swap_stableSwaps: Array; + linea_swap_stableSwapAddLiquidityEvent?: Maybe; + linea_swap_stableSwapAddLiquidityEvents: Array; + linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; + linea_swap_stableSwapRemoveLiquidityEvents: Array; + linea_swap_stableSwapExchange?: Maybe; + linea_swap_stableSwapExchanges: Array; + linea_swap_swapDailyVolume?: Maybe; + linea_swap_swapDailyVolumes: Array; + linea_swap_swapHourlyVolume?: Maybe; + linea_swap_swapHourlyVolumes: Array; + linea_swap_swapWeeklyVolume?: Maybe; + linea_swap_swapWeeklyVolumes: Array; + linea_swap_lpAccount?: Maybe; + linea_swap_lpAccounts: Array; + linea_swap_lpAccountBalance?: Maybe; + linea_swap_lpAccountBalances: Array; + linea_swap_lpToken?: Maybe; + linea_swap_lpTokens: Array; + linea_swap_lpTransferEvent?: Maybe; + linea_swap_lpTransferEvents: Array; + linea_swap_stableSwapEvent?: Maybe; + linea_swap_stableSwapEvents: Array; + linea_swap_swapTradeVolume?: Maybe; + linea_swap_swapTradeVolumes: Array; + linea_swap_lpTokenEvent?: Maybe; + linea_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - bnb_swap__meta?: Maybe; + linea_swap__meta?: Maybe; + goerli_asset?: Maybe; + goerli_assets: Array; + goerli_assetStatus?: Maybe; + goerli_assetStatuses: Array; + goerli_assetBalance?: Maybe; + goerli_assetBalances: Array; + goerli_router?: Maybe; + goerli_routers: Array; + goerli_routerDailyTVL?: Maybe; + goerli_routerDailyTVLs: Array; + goerli_routerLiquidityEvent?: Maybe; + goerli_routerLiquidityEvents: Array; + goerli_setting?: Maybe; + goerli_settings: Array; + goerli_relayer?: Maybe; + goerli_relayers: Array; + goerli_sequencer?: Maybe; + goerli_sequencers: Array; + goerli_relayerFee?: Maybe; + goerli_relayerFees: Array; + goerli_originTransfer?: Maybe; + goerli_originTransfers: Array; + goerli_destinationTransfer?: Maybe; + goerli_destinationTransfers: Array; + goerli_originMessage?: Maybe; + goerli_originMessages: Array; + goerli_aggregateRoot?: Maybe; + goerli_aggregateRoots: Array; + goerli_connectorMeta?: Maybe; + goerli_connectorMetas: Array; + goerli_rootCount?: Maybe; + goerli_rootCounts: Array; + goerli_rootMessageSent?: Maybe; + goerli_rootMessageSents: Array; + goerli_relayerFeesIncrease?: Maybe; + goerli_relayerFeesIncreases: Array; + goerli_slippageUpdate?: Maybe; + goerli_slippageUpdates: Array; + localmainnet_rootAggregated?: Maybe; + localmainnet_rootAggregateds: Array; + localmainnet_rootPropagated?: Maybe; + localmainnet_rootPropagateds: Array; + localmainnet_aggregatedMessageRoot?: Maybe; + localmainnet_aggregatedMessageRoots: Array; + localmainnet_rootManagerMeta?: Maybe; + localmainnet_rootManagerMetas: Array; + localmainnet_rootManagerMode?: Maybe; + localmainnet_rootManagerModes: Array; + localmainnet_optimisticRootProposed?: Maybe; + localmainnet_optimisticRootProposeds: Array; + localmainnet_hubOptimisticRootFinalized?: Maybe; + localmainnet_hubOptimisticRootFinalizeds: Array; + localmainnet_optimisticRootPropagated?: Maybe; + localmainnet_optimisticRootPropagateds: Array; + localmainnet_polygonConnectorMeta?: Maybe; + localmainnet_polygonConnectorMetas: Array; + localmainnet_optimismConnectorMeta?: Maybe; + localmainnet_optimismConnectorMetas: Array; + localmainnet_bnbConnectorMeta?: Maybe; + localmainnet_bnbConnectorMetas: Array; + localmainnet_arbitrumConnectorMeta?: Maybe; + localmainnet_arbitrumConnectorMetas: Array; + localmainnet_gnosisConnectorMeta?: Maybe; + localmainnet_gnosisConnectorMetas: Array; + localmainnet_zkSyncConnectorMeta?: Maybe; + localmainnet_zkSyncConnectorMetas: Array; + localmainnet_rootMessageProcessed?: Maybe; + localmainnet_rootMessageProcesseds: Array; + localmainnet_aggregateRootSavedSlow?: Maybe; + localmainnet_aggregateRootSavedSlows: Array; + localmainnet_hubDomain?: Maybe; + localmainnet_hubDomains: Array; + /** Access to subgraph metadata */ + localmainnet__meta?: Maybe; lineagoerli_asset?: Maybe; lineagoerli_assets: Array; lineagoerli_assetStatus?: Maybe; @@ -14648,228 +14802,46 @@ export type Subscription = { lineagoerli_slippageUpdates: Array; /** Access to subgraph metadata */ lineagoerli__meta?: Maybe; - stagingarbitrumgoerli_swap_systemInfo?: Maybe; - stagingarbitrumgoerli_swap_systemInfos: Array; - stagingarbitrumgoerli_swap_pooledToken?: Maybe; - stagingarbitrumgoerli_swap_pooledTokens: Array; - stagingarbitrumgoerli_swap_stableSwap?: Maybe; - stagingarbitrumgoerli_swap_stableSwaps: Array; - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents: Array; - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - stagingarbitrumgoerli_swap_stableSwapExchange?: Maybe; - stagingarbitrumgoerli_swap_stableSwapExchanges: Array; - stagingarbitrumgoerli_swap_swapDailyVolume?: Maybe; - stagingarbitrumgoerli_swap_swapDailyVolumes: Array; - stagingarbitrumgoerli_swap_swapHourlyVolume?: Maybe; - stagingarbitrumgoerli_swap_swapHourlyVolumes: Array; - stagingarbitrumgoerli_swap_swapWeeklyVolume?: Maybe; - stagingarbitrumgoerli_swap_swapWeeklyVolumes: Array; - stagingarbitrumgoerli_swap_lpAccount?: Maybe; - stagingarbitrumgoerli_swap_lpAccounts: Array; - stagingarbitrumgoerli_swap_lpAccountBalance?: Maybe; - stagingarbitrumgoerli_swap_lpAccountBalances: Array; - stagingarbitrumgoerli_swap_lpToken?: Maybe; - stagingarbitrumgoerli_swap_lpTokens: Array; - stagingarbitrumgoerli_swap_lpTransferEvent?: Maybe; - stagingarbitrumgoerli_swap_lpTransferEvents: Array; - stagingarbitrumgoerli_swap_stableSwapEvent?: Maybe; - stagingarbitrumgoerli_swap_stableSwapEvents: Array; - stagingarbitrumgoerli_swap_swapTradeVolume?: Maybe; - stagingarbitrumgoerli_swap_swapTradeVolumes: Array; - stagingarbitrumgoerli_swap_lpTokenEvent?: Maybe; - stagingarbitrumgoerli_swap_lpTokenEvents: Array; + optimism_asset?: Maybe; + optimism_assets: Array; + optimism_assetStatus?: Maybe; + optimism_assetStatuses: Array; + optimism_assetBalance?: Maybe; + optimism_assetBalances: Array; + optimism_router?: Maybe; + optimism_routers: Array; + optimism_routerDailyTVL?: Maybe; + optimism_routerDailyTVLs: Array; + optimism_routerLiquidityEvent?: Maybe; + optimism_routerLiquidityEvents: Array; + optimism_setting?: Maybe; + optimism_settings: Array; + optimism_relayer?: Maybe; + optimism_relayers: Array; + optimism_sequencer?: Maybe; + optimism_sequencers: Array; + optimism_relayerFee?: Maybe; + optimism_relayerFees: Array; + optimism_originTransfer?: Maybe; + optimism_originTransfers: Array; + optimism_destinationTransfer?: Maybe; + optimism_destinationTransfers: Array; + optimism_originMessage?: Maybe; + optimism_originMessages: Array; + optimism_aggregateRoot?: Maybe; + optimism_aggregateRoots: Array; + optimism_connectorMeta?: Maybe; + optimism_connectorMetas: Array; + optimism_rootCount?: Maybe; + optimism_rootCounts: Array; + optimism_rootMessageSent?: Maybe; + optimism_rootMessageSents: Array; + optimism_relayerFeesIncrease?: Maybe; + optimism_relayerFeesIncreases: Array; + optimism_slippageUpdate?: Maybe; + optimism_slippageUpdates: Array; /** Access to subgraph metadata */ - stagingarbitrumgoerli_swap__meta?: Maybe; - arbitrumone_swap_systemInfo?: Maybe; - arbitrumone_swap_systemInfos: Array; - arbitrumone_swap_pooledToken?: Maybe; - arbitrumone_swap_pooledTokens: Array; - arbitrumone_swap_stableSwap?: Maybe; - arbitrumone_swap_stableSwaps: Array; - arbitrumone_swap_stableSwapAddLiquidityEvent?: Maybe; - arbitrumone_swap_stableSwapAddLiquidityEvents: Array; - arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Maybe; - arbitrumone_swap_stableSwapRemoveLiquidityEvents: Array; - arbitrumone_swap_stableSwapExchange?: Maybe; - arbitrumone_swap_stableSwapExchanges: Array; - arbitrumone_swap_swapDailyVolume?: Maybe; - arbitrumone_swap_swapDailyVolumes: Array; - arbitrumone_swap_swapHourlyVolume?: Maybe; - arbitrumone_swap_swapHourlyVolumes: Array; - arbitrumone_swap_swapWeeklyVolume?: Maybe; - arbitrumone_swap_swapWeeklyVolumes: Array; - arbitrumone_swap_lpAccount?: Maybe; - arbitrumone_swap_lpAccounts: Array; - arbitrumone_swap_lpAccountBalance?: Maybe; - arbitrumone_swap_lpAccountBalances: Array; - arbitrumone_swap_lpToken?: Maybe; - arbitrumone_swap_lpTokens: Array; - arbitrumone_swap_lpTransferEvent?: Maybe; - arbitrumone_swap_lpTransferEvents: Array; - arbitrumone_swap_stableSwapEvent?: Maybe; - arbitrumone_swap_stableSwapEvents: Array; - arbitrumone_swap_swapTradeVolume?: Maybe; - arbitrumone_swap_swapTradeVolumes: Array; - arbitrumone_swap_lpTokenEvent?: Maybe; - arbitrumone_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - arbitrumone_swap__meta?: Maybe; - xdai_swap_systemInfo?: Maybe; - xdai_swap_systemInfos: Array; - xdai_swap_pooledToken?: Maybe; - xdai_swap_pooledTokens: Array; - xdai_swap_stableSwap?: Maybe; - xdai_swap_stableSwaps: Array; - xdai_swap_stableSwapAddLiquidityEvent?: Maybe; - xdai_swap_stableSwapAddLiquidityEvents: Array; - xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xdai_swap_stableSwapRemoveLiquidityEvents: Array; - xdai_swap_stableSwapExchange?: Maybe; - xdai_swap_stableSwapExchanges: Array; - xdai_swap_swapDailyVolume?: Maybe; - xdai_swap_swapDailyVolumes: Array; - xdai_swap_swapHourlyVolume?: Maybe; - xdai_swap_swapHourlyVolumes: Array; - xdai_swap_swapWeeklyVolume?: Maybe; - xdai_swap_swapWeeklyVolumes: Array; - xdai_swap_lpAccount?: Maybe; - xdai_swap_lpAccounts: Array; - xdai_swap_lpAccountBalance?: Maybe; - xdai_swap_lpAccountBalances: Array; - xdai_swap_lpToken?: Maybe; - xdai_swap_lpTokens: Array; - xdai_swap_lpTransferEvent?: Maybe; - xdai_swap_lpTransferEvents: Array; - xdai_swap_stableSwapEvent?: Maybe; - xdai_swap_stableSwapEvents: Array; - xdai_swap_swapTradeVolume?: Maybe; - xdai_swap_swapTradeVolumes: Array; - xdai_swap_lpTokenEvent?: Maybe; - xdai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - xdai_swap__meta?: Maybe; - linea_swap_systemInfo?: Maybe; - linea_swap_systemInfos: Array; - linea_swap_pooledToken?: Maybe; - linea_swap_pooledTokens: Array; - linea_swap_stableSwap?: Maybe; - linea_swap_stableSwaps: Array; - linea_swap_stableSwapAddLiquidityEvent?: Maybe; - linea_swap_stableSwapAddLiquidityEvents: Array; - linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; - linea_swap_stableSwapRemoveLiquidityEvents: Array; - linea_swap_stableSwapExchange?: Maybe; - linea_swap_stableSwapExchanges: Array; - linea_swap_swapDailyVolume?: Maybe; - linea_swap_swapDailyVolumes: Array; - linea_swap_swapHourlyVolume?: Maybe; - linea_swap_swapHourlyVolumes: Array; - linea_swap_swapWeeklyVolume?: Maybe; - linea_swap_swapWeeklyVolumes: Array; - linea_swap_lpAccount?: Maybe; - linea_swap_lpAccounts: Array; - linea_swap_lpAccountBalance?: Maybe; - linea_swap_lpAccountBalances: Array; - linea_swap_lpToken?: Maybe; - linea_swap_lpTokens: Array; - linea_swap_lpTransferEvent?: Maybe; - linea_swap_lpTransferEvents: Array; - linea_swap_stableSwapEvent?: Maybe; - linea_swap_stableSwapEvents: Array; - linea_swap_swapTradeVolume?: Maybe; - linea_swap_swapTradeVolumes: Array; - linea_swap_lpTokenEvent?: Maybe; - linea_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - linea_swap__meta?: Maybe; - stagingmumbai_asset?: Maybe; - stagingmumbai_assets: Array; - stagingmumbai_assetStatus?: Maybe; - stagingmumbai_assetStatuses: Array; - stagingmumbai_assetBalance?: Maybe; - stagingmumbai_assetBalances: Array; - stagingmumbai_router?: Maybe; - stagingmumbai_routers: Array; - stagingmumbai_routerDailyTVL?: Maybe; - stagingmumbai_routerDailyTVLs: Array; - stagingmumbai_setting?: Maybe; - stagingmumbai_settings: Array; - stagingmumbai_relayer?: Maybe; - stagingmumbai_relayers: Array; - stagingmumbai_sequencer?: Maybe; - stagingmumbai_sequencers: Array; - stagingmumbai_relayerFee?: Maybe; - stagingmumbai_relayerFees: Array; - stagingmumbai_originTransfer?: Maybe; - stagingmumbai_originTransfers: Array; - stagingmumbai_destinationTransfer?: Maybe; - stagingmumbai_destinationTransfers: Array; - stagingmumbai_originMessage?: Maybe; - stagingmumbai_originMessages: Array; - stagingmumbai_aggregateRoot?: Maybe; - stagingmumbai_aggregateRoots: Array; - stagingmumbai_connectorMeta?: Maybe; - stagingmumbai_connectorMetas: Array; - stagingmumbai_rootCount?: Maybe; - stagingmumbai_rootCounts: Array; - stagingmumbai_rootMessageSent?: Maybe; - stagingmumbai_rootMessageSents: Array; - stagingmumbai_relayerFeesIncrease?: Maybe; - stagingmumbai_relayerFeesIncreases: Array; - stagingmumbai_slippageUpdate?: Maybe; - stagingmumbai_slippageUpdates: Array; - stagingmumbai_snapshotRoot?: Maybe; - stagingmumbai_snapshotRoots: Array; - stagingmumbai_spokeConnectorMode?: Maybe; - stagingmumbai_spokeConnectorModes: Array; - stagingmumbai_aggregateRootProposed?: Maybe; - stagingmumbai_aggregateRootProposeds: Array; - stagingmumbai_optimisticRootFinalized?: Maybe; - stagingmumbai_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingmumbai__meta?: Maybe; - optimismgoerli_asset?: Maybe; - optimismgoerli_assets: Array; - optimismgoerli_assetStatus?: Maybe; - optimismgoerli_assetStatuses: Array; - optimismgoerli_assetBalance?: Maybe; - optimismgoerli_assetBalances: Array; - optimismgoerli_router?: Maybe; - optimismgoerli_routers: Array; - optimismgoerli_routerDailyTVL?: Maybe; - optimismgoerli_routerDailyTVLs: Array; - optimismgoerli_routerLiquidityEvent?: Maybe; - optimismgoerli_routerLiquidityEvents: Array; - optimismgoerli_setting?: Maybe; - optimismgoerli_settings: Array; - optimismgoerli_relayer?: Maybe; - optimismgoerli_relayers: Array; - optimismgoerli_sequencer?: Maybe; - optimismgoerli_sequencers: Array; - optimismgoerli_relayerFee?: Maybe; - optimismgoerli_relayerFees: Array; - optimismgoerli_originTransfer?: Maybe; - optimismgoerli_originTransfers: Array; - optimismgoerli_destinationTransfer?: Maybe; - optimismgoerli_destinationTransfers: Array; - optimismgoerli_originMessage?: Maybe; - optimismgoerli_originMessages: Array; - optimismgoerli_aggregateRoot?: Maybe; - optimismgoerli_aggregateRoots: Array; - optimismgoerli_connectorMeta?: Maybe; - optimismgoerli_connectorMetas: Array; - optimismgoerli_rootCount?: Maybe; - optimismgoerli_rootCounts: Array; - optimismgoerli_rootMessageSent?: Maybe; - optimismgoerli_rootMessageSents: Array; - optimismgoerli_relayerFeesIncrease?: Maybe; - optimismgoerli_relayerFeesIncreases: Array; - optimismgoerli_slippageUpdate?: Maybe; - optimismgoerli_slippageUpdates: Array; - /** Access to subgraph metadata */ - optimismgoerli__meta?: Maybe; + optimism__meta?: Maybe; staginggoerli_asset?: Maybe; staginggoerli_assets: Array; staginggoerli_assetStatus?: Maybe; @@ -14914,6 +14886,46 @@ export type Subscription = { staginggoerli_aggregateRootProposeds: Array; staginggoerli_optimisticRootFinalized?: Maybe; staginggoerli_optimisticRootFinalizeds: Array; + optimismgoerli_asset?: Maybe; + optimismgoerli_assets: Array; + optimismgoerli_assetStatus?: Maybe; + optimismgoerli_assetStatuses: Array; + optimismgoerli_assetBalance?: Maybe; + optimismgoerli_assetBalances: Array; + optimismgoerli_router?: Maybe; + optimismgoerli_routers: Array; + optimismgoerli_routerDailyTVL?: Maybe; + optimismgoerli_routerDailyTVLs: Array; + optimismgoerli_routerLiquidityEvent?: Maybe; + optimismgoerli_routerLiquidityEvents: Array; + optimismgoerli_setting?: Maybe; + optimismgoerli_settings: Array; + optimismgoerli_relayer?: Maybe; + optimismgoerli_relayers: Array; + optimismgoerli_sequencer?: Maybe; + optimismgoerli_sequencers: Array; + optimismgoerli_relayerFee?: Maybe; + optimismgoerli_relayerFees: Array; + optimismgoerli_originTransfer?: Maybe; + optimismgoerli_originTransfers: Array; + optimismgoerli_destinationTransfer?: Maybe; + optimismgoerli_destinationTransfers: Array; + optimismgoerli_originMessage?: Maybe; + optimismgoerli_originMessages: Array; + optimismgoerli_aggregateRoot?: Maybe; + optimismgoerli_aggregateRoots: Array; + optimismgoerli_connectorMeta?: Maybe; + optimismgoerli_connectorMetas: Array; + optimismgoerli_rootCount?: Maybe; + optimismgoerli_rootCounts: Array; + optimismgoerli_rootMessageSent?: Maybe; + optimismgoerli_rootMessageSents: Array; + optimismgoerli_relayerFeesIncrease?: Maybe; + optimismgoerli_relayerFeesIncreases: Array; + optimismgoerli_slippageUpdate?: Maybe; + optimismgoerli_slippageUpdates: Array; + /** Access to subgraph metadata */ + optimismgoerli__meta?: Maybe; stagingoptimismgoerli_asset?: Maybe; stagingoptimismgoerli_assets: Array; stagingoptimismgoerli_assetStatus?: Maybe; @@ -14960,260 +14972,6 @@ export type Subscription = { stagingoptimismgoerli_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingoptimismgoerli__meta?: Maybe; - xdai_asset?: Maybe; - xdai_assets: Array; - xdai_assetStatus?: Maybe; - xdai_assetStatuses: Array; - xdai_assetBalance?: Maybe; - xdai_assetBalances: Array; - xdai_router?: Maybe; - xdai_routers: Array; - xdai_routerDailyTVL?: Maybe; - xdai_routerDailyTVLs: Array; - xdai_routerLiquidityEvent?: Maybe; - xdai_routerLiquidityEvents: Array; - xdai_setting?: Maybe; - xdai_settings: Array; - xdai_relayer?: Maybe; - xdai_relayers: Array; - xdai_sequencer?: Maybe; - xdai_sequencers: Array; - xdai_relayerFee?: Maybe; - xdai_relayerFees: Array; - xdai_originTransfer?: Maybe; - xdai_originTransfers: Array; - xdai_destinationTransfer?: Maybe; - xdai_destinationTransfers: Array; - xdai_originMessage?: Maybe; - xdai_originMessages: Array; - xdai_aggregateRoot?: Maybe; - xdai_aggregateRoots: Array; - xdai_connectorMeta?: Maybe; - xdai_connectorMetas: Array; - xdai_rootCount?: Maybe; - xdai_rootCounts: Array; - xdai_rootMessageSent?: Maybe; - xdai_rootMessageSents: Array; - xdai_relayerFeesIncrease?: Maybe; - xdai_relayerFeesIncreases: Array; - xdai_slippageUpdate?: Maybe; - xdai_slippageUpdates: Array; - /** Access to subgraph metadata */ - xdai__meta?: Maybe; - mumbai_asset?: Maybe; - mumbai_assets: Array; - mumbai_assetStatus?: Maybe; - mumbai_assetStatuses: Array; - mumbai_assetBalance?: Maybe; - mumbai_assetBalances: Array; - mumbai_router?: Maybe; - mumbai_routers: Array; - mumbai_routerDailyTVL?: Maybe; - mumbai_routerDailyTVLs: Array; - mumbai_routerLiquidityEvent?: Maybe; - mumbai_routerLiquidityEvents: Array; - mumbai_setting?: Maybe; - mumbai_settings: Array; - mumbai_relayer?: Maybe; - mumbai_relayers: Array; - mumbai_sequencer?: Maybe; - mumbai_sequencers: Array; - mumbai_relayerFee?: Maybe; - mumbai_relayerFees: Array; - mumbai_originTransfer?: Maybe; - mumbai_originTransfers: Array; - mumbai_destinationTransfer?: Maybe; - mumbai_destinationTransfers: Array; - mumbai_originMessage?: Maybe; - mumbai_originMessages: Array; - mumbai_aggregateRoot?: Maybe; - mumbai_aggregateRoots: Array; - mumbai_connectorMeta?: Maybe; - mumbai_connectorMetas: Array; - mumbai_rootCount?: Maybe; - mumbai_rootCounts: Array; - mumbai_rootMessageSent?: Maybe; - mumbai_rootMessageSents: Array; - mumbai_relayerFeesIncrease?: Maybe; - mumbai_relayerFeesIncreases: Array; - mumbai_slippageUpdate?: Maybe; - mumbai_slippageUpdates: Array; - /** Access to subgraph metadata */ - mumbai__meta?: Maybe; - goerli_asset?: Maybe; - goerli_assets: Array; - goerli_assetStatus?: Maybe; - goerli_assetStatuses: Array; - goerli_assetBalance?: Maybe; - goerli_assetBalances: Array; - goerli_router?: Maybe; - goerli_routers: Array; - goerli_routerDailyTVL?: Maybe; - goerli_routerDailyTVLs: Array; - goerli_routerLiquidityEvent?: Maybe; - goerli_routerLiquidityEvents: Array; - goerli_setting?: Maybe; - goerli_settings: Array; - goerli_relayer?: Maybe; - goerli_relayers: Array; - goerli_sequencer?: Maybe; - goerli_sequencers: Array; - goerli_relayerFee?: Maybe; - goerli_relayerFees: Array; - goerli_originTransfer?: Maybe; - goerli_originTransfers: Array; - goerli_destinationTransfer?: Maybe; - goerli_destinationTransfers: Array; - goerli_originMessage?: Maybe; - goerli_originMessages: Array; - goerli_aggregateRoot?: Maybe; - goerli_aggregateRoots: Array; - goerli_connectorMeta?: Maybe; - goerli_connectorMetas: Array; - goerli_rootCount?: Maybe; - goerli_rootCounts: Array; - goerli_rootMessageSent?: Maybe; - goerli_rootMessageSents: Array; - goerli_relayerFeesIncrease?: Maybe; - goerli_relayerFeesIncreases: Array; - goerli_slippageUpdate?: Maybe; - goerli_slippageUpdates: Array; - localmainnet_asset?: Maybe; - localmainnet_assets: Array; - localmainnet_assetStatus?: Maybe; - localmainnet_assetStatuses: Array; - localmainnet_assetBalance?: Maybe; - localmainnet_assetBalances: Array; - localmainnet_router?: Maybe; - localmainnet_routers: Array; - localmainnet_routerDailyTVL?: Maybe; - localmainnet_routerDailyTVLs: Array; - localmainnet_setting?: Maybe; - localmainnet_settings: Array; - localmainnet_relayer?: Maybe; - localmainnet_relayers: Array; - localmainnet_sequencer?: Maybe; - localmainnet_sequencers: Array; - localmainnet_relayerFee?: Maybe; - localmainnet_relayerFees: Array; - localmainnet_originTransfer?: Maybe; - localmainnet_originTransfers: Array; - localmainnet_destinationTransfer?: Maybe; - localmainnet_destinationTransfers: Array; - localmainnet_originMessage?: Maybe; - localmainnet_originMessages: Array; - localmainnet_aggregateRoot?: Maybe; - localmainnet_aggregateRoots: Array; - localmainnet_connectorMeta?: Maybe; - localmainnet_connectorMetas: Array; - localmainnet_rootCount?: Maybe; - localmainnet_rootCounts: Array; - localmainnet_rootMessageSent?: Maybe; - localmainnet_rootMessageSents: Array; - localmainnet_relayerFeesIncrease?: Maybe; - localmainnet_relayerFeesIncreases: Array; - localmainnet_slippageUpdate?: Maybe; - localmainnet_slippageUpdates: Array; - localmainnet_snapshotRoot?: Maybe; - localmainnet_snapshotRoots: Array; - localmainnet_spokeConnectorMode?: Maybe; - localmainnet_spokeConnectorModes: Array; - localmainnet_aggregateRootProposed?: Maybe; - localmainnet_aggregateRootProposeds: Array; - localmainnet_optimisticRootFinalized?: Maybe; - localmainnet_optimisticRootFinalizeds: Array; - localoptimism_asset?: Maybe; - localoptimism_assets: Array; - localoptimism_assetStatus?: Maybe; - localoptimism_assetStatuses: Array; - localoptimism_assetBalance?: Maybe; - localoptimism_assetBalances: Array; - localoptimism_router?: Maybe; - localoptimism_routers: Array; - localoptimism_routerDailyTVL?: Maybe; - localoptimism_routerDailyTVLs: Array; - localoptimism_setting?: Maybe; - localoptimism_settings: Array; - localoptimism_relayer?: Maybe; - localoptimism_relayers: Array; - localoptimism_sequencer?: Maybe; - localoptimism_sequencers: Array; - localoptimism_relayerFee?: Maybe; - localoptimism_relayerFees: Array; - localoptimism_originTransfer?: Maybe; - localoptimism_originTransfers: Array; - localoptimism_destinationTransfer?: Maybe; - localoptimism_destinationTransfers: Array; - localoptimism_originMessage?: Maybe; - localoptimism_originMessages: Array; - localoptimism_aggregateRoot?: Maybe; - localoptimism_aggregateRoots: Array; - localoptimism_connectorMeta?: Maybe; - localoptimism_connectorMetas: Array; - localoptimism_rootCount?: Maybe; - localoptimism_rootCounts: Array; - localoptimism_rootMessageSent?: Maybe; - localoptimism_rootMessageSents: Array; - localoptimism_relayerFeesIncrease?: Maybe; - localoptimism_relayerFeesIncreases: Array; - localoptimism_slippageUpdate?: Maybe; - localoptimism_slippageUpdates: Array; - localoptimism_snapshotRoot?: Maybe; - localoptimism_snapshotRoots: Array; - localoptimism_spokeConnectorMode?: Maybe; - localoptimism_spokeConnectorModes: Array; - localoptimism_aggregateRootProposed?: Maybe; - localoptimism_aggregateRootProposeds: Array; - localoptimism_optimisticRootFinalized?: Maybe; - localoptimism_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - localoptimism__meta?: Maybe; - localarbitrumone_asset?: Maybe; - localarbitrumone_assets: Array; - localarbitrumone_assetStatus?: Maybe; - localarbitrumone_assetStatuses: Array; - localarbitrumone_assetBalance?: Maybe; - localarbitrumone_assetBalances: Array; - localarbitrumone_router?: Maybe; - localarbitrumone_routers: Array; - localarbitrumone_routerDailyTVL?: Maybe; - localarbitrumone_routerDailyTVLs: Array; - localarbitrumone_setting?: Maybe; - localarbitrumone_settings: Array; - localarbitrumone_relayer?: Maybe; - localarbitrumone_relayers: Array; - localarbitrumone_sequencer?: Maybe; - localarbitrumone_sequencers: Array; - localarbitrumone_relayerFee?: Maybe; - localarbitrumone_relayerFees: Array; - localarbitrumone_originTransfer?: Maybe; - localarbitrumone_originTransfers: Array; - localarbitrumone_destinationTransfer?: Maybe; - localarbitrumone_destinationTransfers: Array; - localarbitrumone_originMessage?: Maybe; - localarbitrumone_originMessages: Array; - localarbitrumone_aggregateRoot?: Maybe; - localarbitrumone_aggregateRoots: Array; - localarbitrumone_connectorMeta?: Maybe; - localarbitrumone_connectorMetas: Array; - localarbitrumone_rootCount?: Maybe; - localarbitrumone_rootCounts: Array; - localarbitrumone_rootMessageSent?: Maybe; - localarbitrumone_rootMessageSents: Array; - localarbitrumone_relayerFeesIncrease?: Maybe; - localarbitrumone_relayerFeesIncreases: Array; - localarbitrumone_slippageUpdate?: Maybe; - localarbitrumone_slippageUpdates: Array; - localarbitrumone_snapshotRoot?: Maybe; - localarbitrumone_snapshotRoots: Array; - localarbitrumone_spokeConnectorMode?: Maybe; - localarbitrumone_spokeConnectorModes: Array; - localarbitrumone_aggregateRootProposed?: Maybe; - localarbitrumone_aggregateRootProposeds: Array; - localarbitrumone_optimisticRootFinalized?: Maybe; - localarbitrumone_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - localarbitrumone__meta?: Maybe; stagingarbitrumgoerli_asset?: Maybe; stagingarbitrumgoerli_assets: Array; stagingarbitrumgoerli_assetStatus?: Maybe; @@ -15260,50 +15018,222 @@ export type Subscription = { stagingarbitrumgoerli_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingarbitrumgoerli__meta?: Maybe; - arbitrumgoerli_asset?: Maybe; - arbitrumgoerli_assets: Array; - arbitrumgoerli_assetStatus?: Maybe; - arbitrumgoerli_assetStatuses: Array; - arbitrumgoerli_assetBalance?: Maybe; - arbitrumgoerli_assetBalances: Array; - arbitrumgoerli_router?: Maybe; - arbitrumgoerli_routers: Array; - arbitrumgoerli_routerDailyTVL?: Maybe; - arbitrumgoerli_routerDailyTVLs: Array; - arbitrumgoerli_routerLiquidityEvent?: Maybe; - arbitrumgoerli_routerLiquidityEvents: Array; - arbitrumgoerli_setting?: Maybe; - arbitrumgoerli_settings: Array; - arbitrumgoerli_relayer?: Maybe; - arbitrumgoerli_relayers: Array; - arbitrumgoerli_sequencer?: Maybe; - arbitrumgoerli_sequencers: Array; - arbitrumgoerli_relayerFee?: Maybe; - arbitrumgoerli_relayerFees: Array; - arbitrumgoerli_originTransfer?: Maybe; - arbitrumgoerli_originTransfers: Array; - arbitrumgoerli_destinationTransfer?: Maybe; - arbitrumgoerli_destinationTransfers: Array; - arbitrumgoerli_originMessage?: Maybe; - arbitrumgoerli_originMessages: Array; - arbitrumgoerli_aggregateRoot?: Maybe; - arbitrumgoerli_aggregateRoots: Array; - arbitrumgoerli_connectorMeta?: Maybe; - arbitrumgoerli_connectorMetas: Array; - arbitrumgoerli_rootCount?: Maybe; - arbitrumgoerli_rootCounts: Array; - arbitrumgoerli_rootMessageSent?: Maybe; - arbitrumgoerli_rootMessageSents: Array; - arbitrumgoerli_relayerFeesIncrease?: Maybe; - arbitrumgoerli_relayerFeesIncreases: Array; - arbitrumgoerli_slippageUpdate?: Maybe; - arbitrumgoerli_slippageUpdates: Array; - /** Access to subgraph metadata */ - arbitrumgoerli__meta?: Maybe; - bnb_asset?: Maybe; - bnb_assets: Array; - bnb_assetStatus?: Maybe; - bnb_assetStatuses: Array; + stagingmumbai_asset?: Maybe; + stagingmumbai_assets: Array; + stagingmumbai_assetStatus?: Maybe; + stagingmumbai_assetStatuses: Array; + stagingmumbai_assetBalance?: Maybe; + stagingmumbai_assetBalances: Array; + stagingmumbai_router?: Maybe; + stagingmumbai_routers: Array; + stagingmumbai_routerDailyTVL?: Maybe; + stagingmumbai_routerDailyTVLs: Array; + stagingmumbai_setting?: Maybe; + stagingmumbai_settings: Array; + stagingmumbai_relayer?: Maybe; + stagingmumbai_relayers: Array; + stagingmumbai_sequencer?: Maybe; + stagingmumbai_sequencers: Array; + stagingmumbai_relayerFee?: Maybe; + stagingmumbai_relayerFees: Array; + stagingmumbai_originTransfer?: Maybe; + stagingmumbai_originTransfers: Array; + stagingmumbai_destinationTransfer?: Maybe; + stagingmumbai_destinationTransfers: Array; + stagingmumbai_originMessage?: Maybe; + stagingmumbai_originMessages: Array; + stagingmumbai_aggregateRoot?: Maybe; + stagingmumbai_aggregateRoots: Array; + stagingmumbai_connectorMeta?: Maybe; + stagingmumbai_connectorMetas: Array; + stagingmumbai_rootCount?: Maybe; + stagingmumbai_rootCounts: Array; + stagingmumbai_rootMessageSent?: Maybe; + stagingmumbai_rootMessageSents: Array; + stagingmumbai_relayerFeesIncrease?: Maybe; + stagingmumbai_relayerFeesIncreases: Array; + stagingmumbai_slippageUpdate?: Maybe; + stagingmumbai_slippageUpdates: Array; + stagingmumbai_snapshotRoot?: Maybe; + stagingmumbai_snapshotRoots: Array; + stagingmumbai_spokeConnectorMode?: Maybe; + stagingmumbai_spokeConnectorModes: Array; + stagingmumbai_aggregateRootProposed?: Maybe; + stagingmumbai_aggregateRootProposeds: Array; + stagingmumbai_optimisticRootFinalized?: Maybe; + stagingmumbai_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingmumbai__meta?: Maybe; + arbitrumgoerli_asset?: Maybe; + arbitrumgoerli_assets: Array; + arbitrumgoerli_assetStatus?: Maybe; + arbitrumgoerli_assetStatuses: Array; + arbitrumgoerli_assetBalance?: Maybe; + arbitrumgoerli_assetBalances: Array; + arbitrumgoerli_router?: Maybe; + arbitrumgoerli_routers: Array; + arbitrumgoerli_routerDailyTVL?: Maybe; + arbitrumgoerli_routerDailyTVLs: Array; + arbitrumgoerli_routerLiquidityEvent?: Maybe; + arbitrumgoerli_routerLiquidityEvents: Array; + arbitrumgoerli_setting?: Maybe; + arbitrumgoerli_settings: Array; + arbitrumgoerli_relayer?: Maybe; + arbitrumgoerli_relayers: Array; + arbitrumgoerli_sequencer?: Maybe; + arbitrumgoerli_sequencers: Array; + arbitrumgoerli_relayerFee?: Maybe; + arbitrumgoerli_relayerFees: Array; + arbitrumgoerli_originTransfer?: Maybe; + arbitrumgoerli_originTransfers: Array; + arbitrumgoerli_destinationTransfer?: Maybe; + arbitrumgoerli_destinationTransfers: Array; + arbitrumgoerli_originMessage?: Maybe; + arbitrumgoerli_originMessages: Array; + arbitrumgoerli_aggregateRoot?: Maybe; + arbitrumgoerli_aggregateRoots: Array; + arbitrumgoerli_connectorMeta?: Maybe; + arbitrumgoerli_connectorMetas: Array; + arbitrumgoerli_rootCount?: Maybe; + arbitrumgoerli_rootCounts: Array; + arbitrumgoerli_rootMessageSent?: Maybe; + arbitrumgoerli_rootMessageSents: Array; + arbitrumgoerli_relayerFeesIncrease?: Maybe; + arbitrumgoerli_relayerFeesIncreases: Array; + arbitrumgoerli_slippageUpdate?: Maybe; + arbitrumgoerli_slippageUpdates: Array; + /** Access to subgraph metadata */ + arbitrumgoerli__meta?: Maybe; + mumbai_asset?: Maybe; + mumbai_assets: Array; + mumbai_assetStatus?: Maybe; + mumbai_assetStatuses: Array; + mumbai_assetBalance?: Maybe; + mumbai_assetBalances: Array; + mumbai_router?: Maybe; + mumbai_routers: Array; + mumbai_routerDailyTVL?: Maybe; + mumbai_routerDailyTVLs: Array; + mumbai_routerLiquidityEvent?: Maybe; + mumbai_routerLiquidityEvents: Array; + mumbai_setting?: Maybe; + mumbai_settings: Array; + mumbai_relayer?: Maybe; + mumbai_relayers: Array; + mumbai_sequencer?: Maybe; + mumbai_sequencers: Array; + mumbai_relayerFee?: Maybe; + mumbai_relayerFees: Array; + mumbai_originTransfer?: Maybe; + mumbai_originTransfers: Array; + mumbai_destinationTransfer?: Maybe; + mumbai_destinationTransfers: Array; + mumbai_originMessage?: Maybe; + mumbai_originMessages: Array; + mumbai_aggregateRoot?: Maybe; + mumbai_aggregateRoots: Array; + mumbai_connectorMeta?: Maybe; + mumbai_connectorMetas: Array; + mumbai_rootCount?: Maybe; + mumbai_rootCounts: Array; + mumbai_rootMessageSent?: Maybe; + mumbai_rootMessageSents: Array; + mumbai_relayerFeesIncrease?: Maybe; + mumbai_relayerFeesIncreases: Array; + mumbai_slippageUpdate?: Maybe; + mumbai_slippageUpdates: Array; + /** Access to subgraph metadata */ + mumbai__meta?: Maybe; + xdai_asset?: Maybe; + xdai_assets: Array; + xdai_assetStatus?: Maybe; + xdai_assetStatuses: Array; + xdai_assetBalance?: Maybe; + xdai_assetBalances: Array; + xdai_router?: Maybe; + xdai_routers: Array; + xdai_routerDailyTVL?: Maybe; + xdai_routerDailyTVLs: Array; + xdai_routerLiquidityEvent?: Maybe; + xdai_routerLiquidityEvents: Array; + xdai_setting?: Maybe; + xdai_settings: Array; + xdai_relayer?: Maybe; + xdai_relayers: Array; + xdai_sequencer?: Maybe; + xdai_sequencers: Array; + xdai_relayerFee?: Maybe; + xdai_relayerFees: Array; + xdai_originTransfer?: Maybe; + xdai_originTransfers: Array; + xdai_destinationTransfer?: Maybe; + xdai_destinationTransfers: Array; + xdai_originMessage?: Maybe; + xdai_originMessages: Array; + xdai_aggregateRoot?: Maybe; + xdai_aggregateRoots: Array; + xdai_connectorMeta?: Maybe; + xdai_connectorMetas: Array; + xdai_rootCount?: Maybe; + xdai_rootCounts: Array; + xdai_rootMessageSent?: Maybe; + xdai_rootMessageSents: Array; + xdai_relayerFeesIncrease?: Maybe; + xdai_relayerFeesIncreases: Array; + xdai_slippageUpdate?: Maybe; + xdai_slippageUpdates: Array; + /** Access to subgraph metadata */ + xdai__meta?: Maybe; + localarbitrumone_asset?: Maybe; + localarbitrumone_assets: Array; + localarbitrumone_assetStatus?: Maybe; + localarbitrumone_assetStatuses: Array; + localarbitrumone_assetBalance?: Maybe; + localarbitrumone_assetBalances: Array; + localarbitrumone_router?: Maybe; + localarbitrumone_routers: Array; + localarbitrumone_routerDailyTVL?: Maybe; + localarbitrumone_routerDailyTVLs: Array; + localarbitrumone_setting?: Maybe; + localarbitrumone_settings: Array; + localarbitrumone_relayer?: Maybe; + localarbitrumone_relayers: Array; + localarbitrumone_sequencer?: Maybe; + localarbitrumone_sequencers: Array; + localarbitrumone_relayerFee?: Maybe; + localarbitrumone_relayerFees: Array; + localarbitrumone_originTransfer?: Maybe; + localarbitrumone_originTransfers: Array; + localarbitrumone_destinationTransfer?: Maybe; + localarbitrumone_destinationTransfers: Array; + localarbitrumone_originMessage?: Maybe; + localarbitrumone_originMessages: Array; + localarbitrumone_aggregateRoot?: Maybe; + localarbitrumone_aggregateRoots: Array; + localarbitrumone_connectorMeta?: Maybe; + localarbitrumone_connectorMetas: Array; + localarbitrumone_rootCount?: Maybe; + localarbitrumone_rootCounts: Array; + localarbitrumone_rootMessageSent?: Maybe; + localarbitrumone_rootMessageSents: Array; + localarbitrumone_relayerFeesIncrease?: Maybe; + localarbitrumone_relayerFeesIncreases: Array; + localarbitrumone_slippageUpdate?: Maybe; + localarbitrumone_slippageUpdates: Array; + localarbitrumone_snapshotRoot?: Maybe; + localarbitrumone_snapshotRoots: Array; + localarbitrumone_spokeConnectorMode?: Maybe; + localarbitrumone_spokeConnectorModes: Array; + localarbitrumone_aggregateRootProposed?: Maybe; + localarbitrumone_aggregateRootProposeds: Array; + localarbitrumone_optimisticRootFinalized?: Maybe; + localarbitrumone_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + localarbitrumone__meta?: Maybe; + bnb_asset?: Maybe; + bnb_assets: Array; + bnb_assetStatus?: Maybe; + bnb_assetStatuses: Array; bnb_assetBalance?: Maybe; bnb_assetBalances: Array; bnb_router?: Maybe; @@ -15340,6 +15270,136 @@ export type Subscription = { bnb_slippageUpdates: Array; /** Access to subgraph metadata */ bnb__meta?: Maybe; + linea_asset?: Maybe; + linea_assets: Array; + linea_assetStatus?: Maybe; + linea_assetStatuses: Array; + linea_assetBalance?: Maybe; + linea_assetBalances: Array; + linea_router?: Maybe; + linea_routers: Array; + linea_routerDailyTVL?: Maybe; + linea_routerDailyTVLs: Array; + linea_routerLiquidityEvent?: Maybe; + linea_routerLiquidityEvents: Array; + linea_setting?: Maybe; + linea_settings: Array; + linea_relayer?: Maybe; + linea_relayers: Array; + linea_sequencer?: Maybe; + linea_sequencers: Array; + linea_relayerFee?: Maybe; + linea_relayerFees: Array; + linea_originTransfer?: Maybe; + linea_originTransfers: Array; + linea_destinationTransfer?: Maybe; + linea_destinationTransfers: Array; + linea_originMessage?: Maybe; + linea_originMessages: Array; + linea_aggregateRoot?: Maybe; + linea_aggregateRoots: Array; + linea_connectorMeta?: Maybe; + linea_connectorMetas: Array; + linea_rootCount?: Maybe; + linea_rootCounts: Array; + linea_rootMessageSent?: Maybe; + linea_rootMessageSents: Array; + linea_relayerFeesIncrease?: Maybe; + linea_relayerFeesIncreases: Array; + linea_slippageUpdate?: Maybe; + linea_slippageUpdates: Array; + /** Access to subgraph metadata */ + linea__meta?: Maybe; + localmainnet_asset?: Maybe; + localmainnet_assets: Array; + localmainnet_assetStatus?: Maybe; + localmainnet_assetStatuses: Array; + localmainnet_assetBalance?: Maybe; + localmainnet_assetBalances: Array; + localmainnet_router?: Maybe; + localmainnet_routers: Array; + localmainnet_routerDailyTVL?: Maybe; + localmainnet_routerDailyTVLs: Array; + localmainnet_setting?: Maybe; + localmainnet_settings: Array; + localmainnet_relayer?: Maybe; + localmainnet_relayers: Array; + localmainnet_sequencer?: Maybe; + localmainnet_sequencers: Array; + localmainnet_relayerFee?: Maybe; + localmainnet_relayerFees: Array; + localmainnet_originTransfer?: Maybe; + localmainnet_originTransfers: Array; + localmainnet_destinationTransfer?: Maybe; + localmainnet_destinationTransfers: Array; + localmainnet_originMessage?: Maybe; + localmainnet_originMessages: Array; + localmainnet_aggregateRoot?: Maybe; + localmainnet_aggregateRoots: Array; + localmainnet_connectorMeta?: Maybe; + localmainnet_connectorMetas: Array; + localmainnet_rootCount?: Maybe; + localmainnet_rootCounts: Array; + localmainnet_rootMessageSent?: Maybe; + localmainnet_rootMessageSents: Array; + localmainnet_relayerFeesIncrease?: Maybe; + localmainnet_relayerFeesIncreases: Array; + localmainnet_slippageUpdate?: Maybe; + localmainnet_slippageUpdates: Array; + localmainnet_snapshotRoot?: Maybe; + localmainnet_snapshotRoots: Array; + localmainnet_spokeConnectorMode?: Maybe; + localmainnet_spokeConnectorModes: Array; + localmainnet_aggregateRootProposed?: Maybe; + localmainnet_aggregateRootProposeds: Array; + localmainnet_optimisticRootFinalized?: Maybe; + localmainnet_optimisticRootFinalizeds: Array; + localoptimism_asset?: Maybe; + localoptimism_assets: Array; + localoptimism_assetStatus?: Maybe; + localoptimism_assetStatuses: Array; + localoptimism_assetBalance?: Maybe; + localoptimism_assetBalances: Array; + localoptimism_router?: Maybe; + localoptimism_routers: Array; + localoptimism_routerDailyTVL?: Maybe; + localoptimism_routerDailyTVLs: Array; + localoptimism_setting?: Maybe; + localoptimism_settings: Array; + localoptimism_relayer?: Maybe; + localoptimism_relayers: Array; + localoptimism_sequencer?: Maybe; + localoptimism_sequencers: Array; + localoptimism_relayerFee?: Maybe; + localoptimism_relayerFees: Array; + localoptimism_originTransfer?: Maybe; + localoptimism_originTransfers: Array; + localoptimism_destinationTransfer?: Maybe; + localoptimism_destinationTransfers: Array; + localoptimism_originMessage?: Maybe; + localoptimism_originMessages: Array; + localoptimism_aggregateRoot?: Maybe; + localoptimism_aggregateRoots: Array; + localoptimism_connectorMeta?: Maybe; + localoptimism_connectorMetas: Array; + localoptimism_rootCount?: Maybe; + localoptimism_rootCounts: Array; + localoptimism_rootMessageSent?: Maybe; + localoptimism_rootMessageSents: Array; + localoptimism_relayerFeesIncrease?: Maybe; + localoptimism_relayerFeesIncreases: Array; + localoptimism_slippageUpdate?: Maybe; + localoptimism_slippageUpdates: Array; + localoptimism_snapshotRoot?: Maybe; + localoptimism_snapshotRoots: Array; + localoptimism_spokeConnectorMode?: Maybe; + localoptimism_spokeConnectorModes: Array; + localoptimism_aggregateRootProposed?: Maybe; + localoptimism_aggregateRootProposeds: Array; + localoptimism_optimisticRootFinalized?: Maybe; + localoptimism_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + localoptimism__meta?: Maybe; mainnet_asset?: Maybe; mainnet_assets: Array; mainnet_assetStatus?: Maybe; @@ -15378,46 +15438,6 @@ export type Subscription = { mainnet_relayerFeesIncreases: Array; mainnet_slippageUpdate?: Maybe; mainnet_slippageUpdates: Array; - polygon_asset?: Maybe; - polygon_assets: Array; - polygon_assetStatus?: Maybe; - polygon_assetStatuses: Array; - polygon_assetBalance?: Maybe; - polygon_assetBalances: Array; - polygon_router?: Maybe; - polygon_routers: Array; - polygon_routerDailyTVL?: Maybe; - polygon_routerDailyTVLs: Array; - polygon_routerLiquidityEvent?: Maybe; - polygon_routerLiquidityEvents: Array; - polygon_setting?: Maybe; - polygon_settings: Array; - polygon_relayer?: Maybe; - polygon_relayers: Array; - polygon_sequencer?: Maybe; - polygon_sequencers: Array; - polygon_relayerFee?: Maybe; - polygon_relayerFees: Array; - polygon_originTransfer?: Maybe; - polygon_originTransfers: Array; - polygon_destinationTransfer?: Maybe; - polygon_destinationTransfers: Array; - polygon_originMessage?: Maybe; - polygon_originMessages: Array; - polygon_aggregateRoot?: Maybe; - polygon_aggregateRoots: Array; - polygon_connectorMeta?: Maybe; - polygon_connectorMetas: Array; - polygon_rootCount?: Maybe; - polygon_rootCounts: Array; - polygon_rootMessageSent?: Maybe; - polygon_rootMessageSents: Array; - polygon_relayerFeesIncrease?: Maybe; - polygon_relayerFeesIncreases: Array; - polygon_slippageUpdate?: Maybe; - polygon_slippageUpdates: Array; - /** Access to subgraph metadata */ - polygon__meta?: Maybe; arbitrumone_asset?: Maybe; arbitrumone_assets: Array; arbitrumone_assetStatus?: Maybe; @@ -15458,587 +15478,111 @@ export type Subscription = { arbitrumone_slippageUpdates: Array; /** Access to subgraph metadata */ arbitrumone__meta?: Maybe; - optimism_asset?: Maybe; - optimism_assets: Array; - optimism_assetStatus?: Maybe; - optimism_assetStatuses: Array; - optimism_assetBalance?: Maybe; - optimism_assetBalances: Array; - optimism_router?: Maybe; - optimism_routers: Array; - optimism_routerDailyTVL?: Maybe; - optimism_routerDailyTVLs: Array; - optimism_setting?: Maybe; - optimism_settings: Array; - optimism_relayer?: Maybe; - optimism_relayers: Array; - optimism_sequencer?: Maybe; - optimism_sequencers: Array; - optimism_relayerFee?: Maybe; - optimism_relayerFees: Array; - optimism_originTransfer?: Maybe; - optimism_originTransfers: Array; - optimism_destinationTransfer?: Maybe; - optimism_destinationTransfers: Array; - optimism_originMessage?: Maybe; - optimism_originMessages: Array; - optimism_aggregateRoot?: Maybe; - optimism_aggregateRoots: Array; - optimism_connectorMeta?: Maybe; - optimism_connectorMetas: Array; - optimism_rootCount?: Maybe; - optimism_rootCounts: Array; - optimism_rootMessageSent?: Maybe; - optimism_rootMessageSents: Array; - optimism_relayerFeesIncrease?: Maybe; - optimism_relayerFeesIncreases: Array; - optimism_slippageUpdate?: Maybe; - optimism_slippageUpdates: Array; + polygon_asset?: Maybe; + polygon_assets: Array; + polygon_assetStatus?: Maybe; + polygon_assetStatuses: Array; + polygon_assetBalance?: Maybe; + polygon_assetBalances: Array; + polygon_router?: Maybe; + polygon_routers: Array; + polygon_routerDailyTVL?: Maybe; + polygon_routerDailyTVLs: Array; + polygon_routerLiquidityEvent?: Maybe; + polygon_routerLiquidityEvents: Array; + polygon_setting?: Maybe; + polygon_settings: Array; + polygon_relayer?: Maybe; + polygon_relayers: Array; + polygon_sequencer?: Maybe; + polygon_sequencers: Array; + polygon_relayerFee?: Maybe; + polygon_relayerFees: Array; + polygon_originTransfer?: Maybe; + polygon_originTransfers: Array; + polygon_destinationTransfer?: Maybe; + polygon_destinationTransfers: Array; + polygon_originMessage?: Maybe; + polygon_originMessages: Array; + polygon_aggregateRoot?: Maybe; + polygon_aggregateRoots: Array; + polygon_connectorMeta?: Maybe; + polygon_connectorMetas: Array; + polygon_rootCount?: Maybe; + polygon_rootCounts: Array; + polygon_rootMessageSent?: Maybe; + polygon_rootMessageSents: Array; + polygon_relayerFeesIncrease?: Maybe; + polygon_relayerFeesIncreases: Array; + polygon_slippageUpdate?: Maybe; + polygon_slippageUpdates: Array; /** Access to subgraph metadata */ - optimism__meta?: Maybe; + polygon__meta?: Maybe; }; -export type Subscriptionstaginggoerli_rootAggregatedArgs = { +export type Subscriptiongoerli_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootAggregatedsArgs = { +export type Subscriptiongoerli_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootPropagatedArgs = { +export type Subscriptiongoerli_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootPropagatedsArgs = { +export type Subscriptiongoerli_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregatedMessageRootArgs = { +export type Subscriptiongoerli_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregatedMessageRootsArgs = { +export type Subscriptiongoerli_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootManagerMetaArgs = { +export type Subscriptiongoerli_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootManagerMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootManagerModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootManagerModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_optimisticRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_optimisticRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_hubOptimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_hubOptimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_optimisticRootPropagatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_optimisticRootPropagatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_polygonConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_polygonConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_optimismConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_optimismConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_bnbConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_bnbConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_arbitrumConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_arbitrumConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_gnosisConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_gnosisConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_zkSyncConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_zkSyncConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootMessageProcessedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_rootMessageProcessedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_aggregateRootSavedSlowArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_aggregateRootSavedSlowsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_hubDomainArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_hubDomainsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptiontestoptimismgoerli_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_sponsorVaultArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_sponsorVaultsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiontestoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptiongoerli_rootAggregatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_rootAggregatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_rootPropagatedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_rootPropagatedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_aggregatedMessageRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_aggregatedMessageRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_rootManagerMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptiongoerli_rootManagerMetasArgs = { +export type Subscriptiongoerli_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; @@ -16419,6007 +15963,6079 @@ export type Subscriptionmainnet__metaArgs = { }; -export type Subscriptiontestgoerli_assetArgs = { +export type Subscriptionstagingoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_assetsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_assetBalanceArgs = { +export type Subscriptionstagingoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_assetBalancesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_routerArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_routersArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_settingArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_settingsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_relayerArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_relayersArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_stableSwapArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_stableSwapsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_sponsorVaultArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_sponsorVaultsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_originTransferArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_originTransfersArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_destinationTransferArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_destinationTransfersArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumgoerli_swap_systemInfoArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_systemInfosArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_pooledTokenArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_pooledTokensArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapExchangesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapDailyVolumesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiontestgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptiontestgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptiontestgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptiontestgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpAccountArgs = { +export type Subscriptiontestgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpAccountsArgs = { +export type Subscriptiontestgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpAccountBalanceArgs = { +export type Subscriptiontestgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpAccountBalancesArgs = { +export type Subscriptiontestgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpTokenArgs = { +export type Subscriptiontestgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpTokensArgs = { +export type Subscriptiontestgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpTransferEventArgs = { +export type Subscriptiontestgoerli_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpTransferEventsArgs = { +export type Subscriptiontestgoerli_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapEventArgs = { +export type Subscriptiontestgoerli_sponsorVaultArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapEventsArgs = { +export type Subscriptiontestgoerli_sponsorVaultsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapTradeVolumeArgs = { +export type Subscriptiontestgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapTradeVolumesArgs = { +export type Subscriptiontestgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpTokenEventArgs = { +export type Subscriptiontestgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpTokenEventsArgs = { +export type Subscriptiontestgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptiontestgoerli__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionmumbai_swap_systemInfoArgs = { +export type Subscriptiongoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_systemInfosArgs = { +export type Subscriptiongoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_pooledTokenArgs = { +export type Subscriptiongoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_pooledTokensArgs = { +export type Subscriptiongoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapArgs = { +export type Subscriptiongoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapsArgs = { +export type Subscriptiongoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapExchangeArgs = { +export type Subscriptiongoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapExchangesArgs = { +export type Subscriptiongoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapDailyVolumeArgs = { +export type Subscriptiongoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapDailyVolumesArgs = { +export type Subscriptiongoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapHourlyVolumeArgs = { +export type Subscriptiongoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapHourlyVolumesArgs = { +export type Subscriptiongoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapWeeklyVolumeArgs = { +export type Subscriptiongoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapWeeklyVolumesArgs = { +export type Subscriptiongoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpAccountArgs = { +export type Subscriptiongoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpAccountsArgs = { +export type Subscriptiongoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpAccountBalanceArgs = { +export type Subscriptiongoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpAccountBalancesArgs = { +export type Subscriptiongoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTokenArgs = { +export type Subscriptiongoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTokensArgs = { +export type Subscriptiongoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTransferEventArgs = { +export type Subscriptiongoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTransferEventsArgs = { +export type Subscriptiongoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapEventArgs = { +export type Subscriptiongoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapEventsArgs = { +export type Subscriptiongoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapTradeVolumeArgs = { +export type Subscriptiongoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapTradeVolumesArgs = { +export type Subscriptiongoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTokenEventArgs = { +export type Subscriptiongoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTokenEventsArgs = { +export type Subscriptiongoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptiongoerli_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingoptimismgoerli_swap_systemInfoArgs = { +export type Subscriptiontestoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_systemInfosArgs = { +export type Subscriptiontestoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_pooledTokenArgs = { +export type Subscriptiontestoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_pooledTokensArgs = { +export type Subscriptiontestoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapArgs = { +export type Subscriptiontestoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapsArgs = { +export type Subscriptiontestoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptiontestoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptiontestoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptiontestoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptiontestoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Subscriptiontestoptimismgoerli_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangesArgs = { +export type Subscriptiontestoptimismgoerli_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Subscriptiontestoptimismgoerli_sponsorVaultArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumesArgs = { +export type Subscriptiontestoptimismgoerli_sponsorVaultsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptiontestoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptiontestoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptiontestoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptiontestoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountArgs = { +export type Subscriptiontestoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstaginggoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountsArgs = { +export type Subscriptionstaginggoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionstaginggoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalancesArgs = { +export type Subscriptionstaginggoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokenArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokensArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventsArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventsArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumesArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventArgs = { +export type Subscriptionstaginggoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventsArgs = { +export type Subscriptionstaginggoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptiongoerli_swap_systemInfoArgs = { +export type Subscriptionstaginggoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_systemInfosArgs = { +export type Subscriptionstaginggoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_pooledTokenArgs = { +export type Subscriptionstaginggoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_pooledTokensArgs = { +export type Subscriptionstaginggoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapsArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstaginggoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstaginggoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapExchangeArgs = { +export type Subscriptionstaginggoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapExchangesArgs = { +export type Subscriptionstaginggoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapDailyVolumeArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapDailyVolumesArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptionstaginggoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptionstaginggoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstaginggoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptionstaginggoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpAccountArgs = { +export type Subscriptionstaginggoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingarbitrumgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpAccountsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpAccountBalancesArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTokenArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTokensArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTransferEventArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTransferEventsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapEventArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapEventsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapTradeVolumesArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTokenEventArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTokenEventsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlocalmainnet_rootAggregatedArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootAggregatedsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootPropagatedArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootPropagatedsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregatedMessageRootArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregatedMessageRootsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerMetaArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerMetasArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerModeArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerModesArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootProposedArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootProposedsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootPropagatedArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootPropagatedsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_polygonConnectorMetaArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_polygonConnectorMetasArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimismConnectorMetaArgs = { +export type Subscriptionstagingarbitrumgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimismConnectorMetasArgs = { +export type Subscriptionarbitrumgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_bnbConnectorMetaArgs = { +export type Subscriptionarbitrumgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_bnbConnectorMetasArgs = { +export type Subscriptionarbitrumgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_arbitrumConnectorMetaArgs = { +export type Subscriptionarbitrumgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_arbitrumConnectorMetasArgs = { +export type Subscriptionarbitrumgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_gnosisConnectorMetaArgs = { +export type Subscriptionarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_gnosisConnectorMetasArgs = { +export type Subscriptionarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_zkSyncConnectorMetaArgs = { +export type Subscriptionarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_zkSyncConnectorMetasArgs = { +export type Subscriptionarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageProcessedArgs = { +export type Subscriptionarbitrumgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageProcessedsArgs = { +export type Subscriptionarbitrumgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootSavedSlowArgs = { +export type Subscriptionarbitrumgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootSavedSlowsArgs = { +export type Subscriptionarbitrumgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubDomainArgs = { +export type Subscriptionarbitrumgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubDomainsArgs = { +export type Subscriptionarbitrumgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstaginggoerli_swap_systemInfoArgs = { +export type Subscriptionarbitrumgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_systemInfosArgs = { +export type Subscriptionarbitrumgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_pooledTokenArgs = { +export type Subscriptionarbitrumgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_pooledTokensArgs = { +export type Subscriptionarbitrumgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapArgs = { +export type Subscriptionarbitrumgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapsArgs = { +export type Subscriptionarbitrumgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionarbitrumgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionarbitrumgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionarbitrumgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionarbitrumgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapExchangeArgs = { +export type Subscriptionarbitrumgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapExchangesArgs = { +export type Subscriptionarbitrumgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapDailyVolumeArgs = { +export type Subscriptionarbitrumgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapDailyVolumesArgs = { +export type Subscriptionarbitrumgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptionarbitrumgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptionarbitrumgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptionarbitrumgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptionmumbai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpAccountArgs = { +export type Subscriptionmumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpAccountsArgs = { +export type Subscriptionmumbai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionmumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpAccountBalancesArgs = { +export type Subscriptionmumbai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTokenArgs = { +export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTokensArgs = { +export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTransferEventArgs = { +export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTransferEventsArgs = { +export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapEventArgs = { +export type Subscriptionmumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapEventsArgs = { +export type Subscriptionmumbai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionmumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapTradeVolumesArgs = { +export type Subscriptionmumbai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTokenEventArgs = { +export type Subscriptionmumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTokenEventsArgs = { +export type Subscriptionmumbai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmumbai_swap_systemInfoArgs = { +export type Subscriptionmumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_systemInfosArgs = { +export type Subscriptionmumbai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_pooledTokenArgs = { +export type Subscriptionmumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_pooledTokensArgs = { +export type Subscriptionmumbai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapArgs = { +export type Subscriptionmumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapsArgs = { +export type Subscriptionmumbai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionmumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionmumbai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionmumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionmumbai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapExchangeArgs = { +export type Subscriptionmumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapExchangesArgs = { +export type Subscriptionmumbai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapDailyVolumeArgs = { +export type Subscriptionmumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapDailyVolumesArgs = { +export type Subscriptionmumbai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapHourlyVolumeArgs = { +export type Subscriptionmumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapHourlyVolumesArgs = { +export type Subscriptionmumbai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapWeeklyVolumeArgs = { +export type Subscriptionmumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbnb_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapWeeklyVolumesArgs = { +export type Subscriptionbnb_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountArgs = { +export type Subscriptionbnb_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountsArgs = { +export type Subscriptionbnb_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountBalanceArgs = { +export type Subscriptionbnb_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountBalancesArgs = { +export type Subscriptionbnb_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTokenArgs = { +export type Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTokensArgs = { +export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTransferEventArgs = { +export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTransferEventsArgs = { +export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapEventArgs = { +export type Subscriptionbnb_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapEventsArgs = { +export type Subscriptionbnb_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapTradeVolumeArgs = { +export type Subscriptionbnb_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapTradeVolumesArgs = { +export type Subscriptionbnb_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTokenEventArgs = { +export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTokenEventsArgs = { +export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimismgoerli_swap_systemInfoArgs = { +export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_systemInfosArgs = { +export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_pooledTokenArgs = { +export type Subscriptionbnb_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_pooledTokensArgs = { +export type Subscriptionbnb_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapArgs = { +export type Subscriptionbnb_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapsArgs = { +export type Subscriptionbnb_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionbnb_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionbnb_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionbnb_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionbnb_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Subscriptionbnb_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapExchangesArgs = { +export type Subscriptionbnb_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Subscriptionbnb_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapDailyVolumesArgs = { +export type Subscriptionbnb_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptionbnb_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptionbnb_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptionbnb_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptionstagingmumbai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpAccountArgs = { +export type Subscriptionstagingmumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpAccountsArgs = { +export type Subscriptionstagingmumbai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpAccountBalancesArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTokenArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTokensArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTransferEventArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTransferEventsArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapEventArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_stableSwapEventsArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingmumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_swapTradeVolumesArgs = { +export type Subscriptionstagingmumbai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTokenEventArgs = { +export type Subscriptionstagingmumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap_lpTokenEventsArgs = { +export type Subscriptionstagingmumbai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlinea_assetArgs = { +export type Subscriptionstagingmumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetsArgs = { +export type Subscriptionstagingmumbai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetStatusArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetStatusesArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetBalanceArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetBalancesArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerArgs = { +export type Subscriptionstagingmumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routersArgs = { +export type Subscriptionstagingmumbai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerDailyTVLArgs = { +export type Subscriptionstagingmumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerDailyTVLsArgs = { +export type Subscriptionstagingmumbai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerLiquidityEventArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerLiquidityEventsArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_settingArgs = { +export type Subscriptionstagingmumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_settingsArgs = { +export type Subscriptionstagingmumbai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerArgs = { +export type Subscriptionstagingmumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayersArgs = { +export type Subscriptionstagingmumbai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_sequencerArgs = { +export type Subscriptionstagingmumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionxdai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_sequencersArgs = { +export type Subscriptionxdai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeeArgs = { +export type Subscriptionxdai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesArgs = { +export type Subscriptionxdai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originTransferArgs = { +export type Subscriptionxdai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originTransfersArgs = { +export type Subscriptionxdai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_destinationTransferArgs = { +export type Subscriptionxdai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_destinationTransfersArgs = { +export type Subscriptionxdai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originMessageArgs = { +export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originMessagesArgs = { +export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootArgs = { +export type Subscriptionxdai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootsArgs = { +export type Subscriptionxdai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_connectorMetaArgs = { +export type Subscriptionxdai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_connectorMetasArgs = { +export type Subscriptionxdai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootCountArgs = { +export type Subscriptionxdai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootCountsArgs = { +export type Subscriptionxdai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootMessageSentArgs = { +export type Subscriptionxdai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootMessageSentsArgs = { +export type Subscriptionxdai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesIncreaseArgs = { +export type Subscriptionxdai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesIncreasesArgs = { +export type Subscriptionxdai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_slippageUpdateArgs = { +export type Subscriptionxdai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_slippageUpdatesArgs = { +export type Subscriptionxdai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimism_swap_systemInfoArgs = { +export type Subscriptionxdai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_systemInfosArgs = { +export type Subscriptionxdai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_pooledTokenArgs = { +export type Subscriptionxdai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_pooledTokensArgs = { +export type Subscriptionxdai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapArgs = { +export type Subscriptionxdai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapsArgs = { +export type Subscriptionxdai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionxdai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionxdai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionxdai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionxdai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapExchangeArgs = { +export type Subscriptionxdai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstaginggoerli_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapExchangesArgs = { +export type Subscriptionstaginggoerli_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapDailyVolumeArgs = { +export type Subscriptionstaginggoerli_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapDailyVolumesArgs = { +export type Subscriptionstaginggoerli_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapHourlyVolumeArgs = { +export type Subscriptionstaginggoerli_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapHourlyVolumesArgs = { +export type Subscriptionstaginggoerli_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstaginggoerli_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapWeeklyVolumesArgs = { +export type Subscriptionstaginggoerli_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpAccountArgs = { +export type Subscriptionstaginggoerli_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpAccountsArgs = { +export type Subscriptionstaginggoerli_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpAccountBalanceArgs = { +export type Subscriptionstaginggoerli_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpAccountBalancesArgs = { +export type Subscriptionstaginggoerli_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTokenArgs = { +export type Subscriptionstaginggoerli_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTokensArgs = { +export type Subscriptionstaginggoerli_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTransferEventArgs = { +export type Subscriptionstaginggoerli_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTransferEventsArgs = { +export type Subscriptionstaginggoerli_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapEventArgs = { +export type Subscriptionstaginggoerli_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapEventsArgs = { +export type Subscriptionstaginggoerli_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapTradeVolumeArgs = { +export type Subscriptionstaginggoerli_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapTradeVolumesArgs = { +export type Subscriptionstaginggoerli_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTokenEventArgs = { +export type Subscriptionstaginggoerli_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTokenEventsArgs = { +export type Subscriptionstaginggoerli_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygon_swap_systemInfoArgs = { +export type Subscriptionstaginggoerli_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_systemInfosArgs = { +export type Subscriptionstaginggoerli_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_pooledTokenArgs = { +export type Subscriptionstaginggoerli_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_pooledTokensArgs = { +export type Subscriptionstaginggoerli_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapArgs = { +export type Subscriptionstaginggoerli_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapsArgs = { +export type Subscriptionstaginggoerli_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstaginggoerli_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstaginggoerli_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstaginggoerli_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstaginggoerli_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { +export type Subscriptionstaginggoerli_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapExchangesArgs = { +export type Subscriptionstaginggoerli_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { +export type Subscriptionstaginggoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapDailyVolumesArgs = { +export type Subscriptionoptimismgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { +export type Subscriptionoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapHourlyVolumesArgs = { +export type Subscriptionoptimismgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapWeeklyVolumesArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountsArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountBalancesArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokenArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokensArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTransferEventArgs = { +export type Subscriptionoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTransferEventsArgs = { +export type Subscriptionoptimismgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapEventArgs = { +export type Subscriptionoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapEventsArgs = { +export type Subscriptionoptimismgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { +export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapTradeVolumesArgs = { +export type Subscriptionoptimismgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokenEventArgs = { +export type Subscriptionoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokenEventsArgs = { +export type Subscriptionoptimismgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbnb_swap_systemInfoArgs = { +export type Subscriptionoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_systemInfosArgs = { +export type Subscriptionoptimismgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_pooledTokenArgs = { +export type Subscriptionoptimismgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_pooledTokensArgs = { +export type Subscriptionoptimismgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapArgs = { +export type Subscriptionoptimismgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapsArgs = { +export type Subscriptionoptimismgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionoptimismgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionoptimismgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapExchangeArgs = { +export type Subscriptionoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapExchangesArgs = { +export type Subscriptionoptimismgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapDailyVolumeArgs = { +export type Subscriptionoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimism_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapDailyVolumesArgs = { +export type Subscriptionoptimism_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { +export type Subscriptionoptimism_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { +export type Subscriptionoptimism_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { +export type Subscriptionoptimism_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { +export type Subscriptionoptimism_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountArgs = { +export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountsArgs = { +export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountBalanceArgs = { +export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountBalancesArgs = { +export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenArgs = { +export type Subscriptionoptimism_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokensArgs = { +export type Subscriptionoptimism_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTransferEventArgs = { +export type Subscriptionoptimism_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTransferEventsArgs = { +export type Subscriptionoptimism_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapEventArgs = { +export type Subscriptionoptimism_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapEventsArgs = { +export type Subscriptionoptimism_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapTradeVolumeArgs = { +export type Subscriptionoptimism_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapTradeVolumesArgs = { +export type Subscriptionoptimism_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenEventArgs = { +export type Subscriptionoptimism_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenEventsArgs = { +export type Subscriptionoptimism_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlineagoerli_assetArgs = { +export type Subscriptionoptimism_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetsArgs = { +export type Subscriptionoptimism_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetStatusArgs = { +export type Subscriptionoptimism_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetStatusesArgs = { +export type Subscriptionoptimism_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetBalanceArgs = { +export type Subscriptionoptimism_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetBalancesArgs = { +export type Subscriptionoptimism_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_routerArgs = { +export type Subscriptionoptimism_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_routersArgs = { +export type Subscriptionoptimism_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_routerDailyTVLArgs = { +export type Subscriptionoptimism_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_routerDailyTVLsArgs = { +export type Subscriptionoptimism_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_settingArgs = { +export type Subscriptionoptimism_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_settingsArgs = { +export type Subscriptionoptimism_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerArgs = { +export type Subscriptionoptimism_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumone_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayersArgs = { +export type Subscriptionarbitrumone_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_sequencerArgs = { +export type Subscriptionarbitrumone_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_sequencersArgs = { +export type Subscriptionarbitrumone_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerFeeArgs = { +export type Subscriptionarbitrumone_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerFeesArgs = { +export type Subscriptionarbitrumone_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_originTransferArgs = { +export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_originTransfersArgs = { +export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_destinationTransferArgs = { +export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_destinationTransfersArgs = { +export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_originMessageArgs = { +export type Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_originMessagesArgs = { +export type Subscriptionarbitrumone_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_aggregateRootArgs = { +export type Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_aggregateRootsArgs = { +export type Subscriptionarbitrumone_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_connectorMetaArgs = { +export type Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_connectorMetasArgs = { +export type Subscriptionarbitrumone_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootCountArgs = { +export type Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootCountsArgs = { +export type Subscriptionarbitrumone_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootMessageSentArgs = { +export type Subscriptionarbitrumone_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootMessageSentsArgs = { +export type Subscriptionarbitrumone_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerFeesIncreaseArgs = { +export type Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerFeesIncreasesArgs = { +export type Subscriptionarbitrumone_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_slippageUpdateArgs = { +export type Subscriptionarbitrumone_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_slippageUpdatesArgs = { +export type Subscriptionarbitrumone_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_systemInfoArgs = { +export type Subscriptionarbitrumone_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_systemInfosArgs = { +export type Subscriptionarbitrumone_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_pooledTokenArgs = { +export type Subscriptionarbitrumone_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_pooledTokensArgs = { +export type Subscriptionarbitrumone_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapArgs = { +export type Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapsArgs = { +export type Subscriptionarbitrumone_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionarbitrumone_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionarbitrumone_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionarbitrumone_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygon_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionpolygon_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapExchangeArgs = { +export type Subscriptionpolygon_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapExchangesArgs = { +export type Subscriptionpolygon_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapDailyVolumeArgs = { +export type Subscriptionpolygon_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapDailyVolumesArgs = { +export type Subscriptionpolygon_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpAccountArgs = { +export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpAccountsArgs = { +export type Subscriptionpolygon_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpAccountBalancesArgs = { +export type Subscriptionpolygon_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpTokenArgs = { +export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpTokensArgs = { +export type Subscriptionpolygon_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpTransferEventArgs = { +export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpTransferEventsArgs = { +export type Subscriptionpolygon_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapEventArgs = { +export type Subscriptionpolygon_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapEventsArgs = { +export type Subscriptionpolygon_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapTradeVolumesArgs = { +export type Subscriptionpolygon_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpTokenEventArgs = { +export type Subscriptionpolygon_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpTokenEventsArgs = { +export type Subscriptionpolygon_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumone_swap_systemInfoArgs = { +export type Subscriptionpolygon_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_systemInfosArgs = { +export type Subscriptionpolygon_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_pooledTokenArgs = { +export type Subscriptionpolygon_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_pooledTokensArgs = { +export type Subscriptionpolygon_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapArgs = { +export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapsArgs = { +export type Subscriptionpolygon_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionpolygon_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionpolygon_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionpolygon_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlinea_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionlinea_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { +export type Subscriptionlinea_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapExchangesArgs = { +export type Subscriptionlinea_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { +export type Subscriptionlinea_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapDailyVolumesArgs = { +export type Subscriptionlinea_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { +export type Subscriptionlinea_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapHourlyVolumesArgs = { +export type Subscriptionlinea_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { +export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapWeeklyVolumesArgs = { +export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountArgs = { +export type Subscriptionlinea_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountsArgs = { +export type Subscriptionlinea_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { +export type Subscriptionlinea_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountBalancesArgs = { +export type Subscriptionlinea_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokenArgs = { +export type Subscriptionlinea_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokensArgs = { +export type Subscriptionlinea_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTransferEventArgs = { +export type Subscriptionlinea_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTransferEventsArgs = { +export type Subscriptionlinea_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapEventArgs = { +export type Subscriptionlinea_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapEventsArgs = { +export type Subscriptionlinea_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { +export type Subscriptionlinea_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapTradeVolumesArgs = { +export type Subscriptionlinea_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokenEventArgs = { +export type Subscriptionlinea_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokenEventsArgs = { +export type Subscriptionlinea_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionxdai_swap_systemInfoArgs = { +export type Subscriptionlinea_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_systemInfosArgs = { +export type Subscriptionlinea_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_pooledTokenArgs = { +export type Subscriptionlinea_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_pooledTokensArgs = { +export type Subscriptionlinea_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapArgs = { +export type Subscriptionlinea_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapsArgs = { +export type Subscriptionlinea_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionlinea_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionlinea_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionlinea_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiongoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptiongoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapExchangeArgs = { +export type Subscriptiongoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapExchangesArgs = { +export type Subscriptiongoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapDailyVolumeArgs = { +export type Subscriptiongoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapDailyVolumesArgs = { +export type Subscriptiongoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapHourlyVolumeArgs = { +export type Subscriptiongoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapHourlyVolumesArgs = { +export type Subscriptiongoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapWeeklyVolumeArgs = { +export type Subscriptiongoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapWeeklyVolumesArgs = { +export type Subscriptiongoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpAccountArgs = { +export type Subscriptiongoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpAccountsArgs = { +export type Subscriptiongoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpAccountBalanceArgs = { +export type Subscriptiongoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpAccountBalancesArgs = { +export type Subscriptiongoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTokenArgs = { +export type Subscriptiongoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTokensArgs = { +export type Subscriptiongoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTransferEventArgs = { +export type Subscriptiongoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTransferEventsArgs = { +export type Subscriptiongoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapEventArgs = { +export type Subscriptiongoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapEventsArgs = { +export type Subscriptiongoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapTradeVolumeArgs = { +export type Subscriptiongoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapTradeVolumesArgs = { +export type Subscriptiongoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTokenEventArgs = { +export type Subscriptiongoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTokenEventsArgs = { +export type Subscriptiongoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlinea_swap_systemInfoArgs = { +export type Subscriptiongoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_systemInfosArgs = { +export type Subscriptiongoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_pooledTokenArgs = { +export type Subscriptiongoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_pooledTokensArgs = { +export type Subscriptiongoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapArgs = { +export type Subscriptiongoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapsArgs = { +export type Subscriptiongoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptiongoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptiongoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptiongoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptiongoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapExchangeArgs = { +export type Subscriptiongoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapExchangesArgs = { +export type Subscriptiongoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapDailyVolumeArgs = { +export type Subscriptiongoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapDailyVolumesArgs = { +export type Subscriptiongoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapHourlyVolumeArgs = { +export type Subscriptionlocalmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapHourlyVolumesArgs = { +export type Subscriptionlocalmainnet_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapWeeklyVolumeArgs = { +export type Subscriptionlocalmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapWeeklyVolumesArgs = { +export type Subscriptionlocalmainnet_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountArgs = { +export type Subscriptionlocalmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountsArgs = { +export type Subscriptionlocalmainnet_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountBalanceArgs = { +export type Subscriptionlocalmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountBalancesArgs = { +export type Subscriptionlocalmainnet_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenArgs = { +export type Subscriptionlocalmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokensArgs = { +export type Subscriptionlocalmainnet_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTransferEventArgs = { +export type Subscriptionlocalmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTransferEventsArgs = { +export type Subscriptionlocalmainnet_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type Subscriptionlinea_swap_stableSwapEventArgs = { +export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapEventsArgs = { +export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapTradeVolumeArgs = { +export type Subscriptionlocalmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapTradeVolumesArgs = { +export type Subscriptionlocalmainnet_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenEventArgs = { +export type Subscriptionlocalmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenEventsArgs = { +export type Subscriptionlocalmainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmumbai_assetArgs = { +export type Subscriptionlocalmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetsArgs = { +export type Subscriptionlocalmainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetStatusArgs = { +export type Subscriptionlocalmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetStatusesArgs = { +export type Subscriptionlocalmainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetBalanceArgs = { +export type Subscriptionlocalmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetBalancesArgs = { +export type Subscriptionlocalmainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routerArgs = { +export type Subscriptionlocalmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routersArgs = { +export type Subscriptionlocalmainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routerDailyTVLArgs = { +export type Subscriptionlocalmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routerDailyTVLsArgs = { +export type Subscriptionlocalmainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_settingArgs = { +export type Subscriptionlocalmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_settingsArgs = { +export type Subscriptionlocalmainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerArgs = { +export type Subscriptionlocalmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayersArgs = { +export type Subscriptionlocalmainnet_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_sequencerArgs = { +export type Subscriptionlocalmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_sequencersArgs = { +export type Subscriptionlocalmainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeeArgs = { +export type Subscriptionlocalmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlineagoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeesArgs = { +export type Subscriptionlineagoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originTransferArgs = { +export type Subscriptionlineagoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originTransfersArgs = { +export type Subscriptionlineagoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_destinationTransferArgs = { +export type Subscriptionlineagoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_destinationTransfersArgs = { +export type Subscriptionlineagoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originMessageArgs = { +export type Subscriptionlineagoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originMessagesArgs = { +export type Subscriptionlineagoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootArgs = { +export type Subscriptionlineagoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootsArgs = { +export type Subscriptionlineagoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_connectorMetaArgs = { +export type Subscriptionlineagoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_connectorMetasArgs = { +export type Subscriptionlineagoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootCountArgs = { +export type Subscriptionlineagoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootCountsArgs = { +export type Subscriptionlineagoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootMessageSentArgs = { +export type Subscriptionlineagoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootMessageSentsArgs = { +export type Subscriptionlineagoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeesIncreaseArgs = { +export type Subscriptionlineagoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeesIncreasesArgs = { +export type Subscriptionlineagoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_slippageUpdateArgs = { +export type Subscriptionlineagoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_slippageUpdatesArgs = { +export type Subscriptionlineagoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_snapshotRootArgs = { +export type Subscriptionlineagoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_snapshotRootsArgs = { +export type Subscriptionlineagoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_spokeConnectorModeArgs = { +export type Subscriptionlineagoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_spokeConnectorModesArgs = { +export type Subscriptionlineagoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootProposedArgs = { +export type Subscriptionlineagoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootProposedsArgs = { +export type Subscriptionlineagoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_optimisticRootFinalizedArgs = { +export type Subscriptionlineagoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_optimisticRootFinalizedsArgs = { +export type Subscriptionlineagoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimismgoerli_assetArgs = { +export type Subscriptionlineagoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetsArgs = { +export type Subscriptionlineagoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetStatusArgs = { +export type Subscriptionlineagoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetStatusesArgs = { +export type Subscriptionlineagoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetBalanceArgs = { +export type Subscriptionlineagoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetBalancesArgs = { +export type Subscriptionlineagoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerArgs = { +export type Subscriptionlineagoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routersArgs = { +export type Subscriptionlineagoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerDailyTVLArgs = { +export type Subscriptionlineagoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerDailyTVLsArgs = { +export type Subscriptionoptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerLiquidityEventArgs = { +export type Subscriptionoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerLiquidityEventsArgs = { +export type Subscriptionoptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_settingArgs = { +export type Subscriptionoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_settingsArgs = { +export type Subscriptionoptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerArgs = { +export type Subscriptionoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayersArgs = { +export type Subscriptionoptimism_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_sequencerArgs = { +export type Subscriptionoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_sequencersArgs = { +export type Subscriptionoptimism_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerFeeArgs = { +export type Subscriptionoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerFeesArgs = { +export type Subscriptionoptimism_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_originTransferArgs = { +export type Subscriptionoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_originTransfersArgs = { +export type Subscriptionoptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_destinationTransferArgs = { +export type Subscriptionoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_destinationTransfersArgs = { +export type Subscriptionoptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_originMessageArgs = { +export type Subscriptionoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_originMessagesArgs = { +export type Subscriptionoptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_aggregateRootArgs = { +export type Subscriptionoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_aggregateRootsArgs = { +export type Subscriptionoptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_connectorMetaArgs = { +export type Subscriptionoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_connectorMetasArgs = { +export type Subscriptionoptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_rootCountArgs = { +export type Subscriptionoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_rootCountsArgs = { +export type Subscriptionoptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_rootMessageSentArgs = { +export type Subscriptionoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_rootMessageSentsArgs = { +export type Subscriptionoptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerFeesIncreaseArgs = { +export type Subscriptionoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerFeesIncreasesArgs = { +export type Subscriptionoptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_slippageUpdateArgs = { +export type Subscriptionoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_slippageUpdatesArgs = { +export type Subscriptionoptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli__metaArgs = { - block?: InputMaybe; +export type Subscriptionoptimism_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism__metaArgs = { + block?: InputMaybe; }; @@ -22819,4422 +22435,4828 @@ export type Subscriptionstaginggoerli_optimisticRootFinalizedsArgs = { }; -export type Subscriptionstagingoptimismgoerli_assetArgs = { +export type Subscriptionoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_assetsArgs = { +export type Subscriptionoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_assetStatusArgs = { +export type Subscriptionoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_assetStatusesArgs = { +export type Subscriptionoptimismgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_assetBalanceArgs = { +export type Subscriptionoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_assetBalancesArgs = { +export type Subscriptionoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_routerArgs = { +export type Subscriptionoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_routersArgs = { +export type Subscriptionoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_routerDailyTVLArgs = { +export type Subscriptionoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_routerDailyTVLsArgs = { +export type Subscriptionoptimismgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_settingArgs = { +export type Subscriptionoptimismgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_settingsArgs = { +export type Subscriptionoptimismgoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_relayerArgs = { +export type Subscriptionoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_relayersArgs = { +export type Subscriptionoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_sequencerArgs = { +export type Subscriptionoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_sequencersArgs = { +export type Subscriptionoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_relayerFeeArgs = { +export type Subscriptionoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_relayerFeesArgs = { +export type Subscriptionoptimismgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_originTransferArgs = { +export type Subscriptionoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_originTransfersArgs = { +export type Subscriptionoptimismgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_destinationTransferArgs = { +export type Subscriptionoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_destinationTransfersArgs = { +export type Subscriptionoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_originMessageArgs = { +export type Subscriptionoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_originMessagesArgs = { +export type Subscriptionoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_aggregateRootArgs = { +export type Subscriptionoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_aggregateRootsArgs = { +export type Subscriptionoptimismgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_connectorMetaArgs = { +export type Subscriptionoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_connectorMetasArgs = { +export type Subscriptionoptimismgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_rootCountArgs = { +export type Subscriptionoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_rootCountsArgs = { +export type Subscriptionoptimismgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_rootMessageSentArgs = { +export type Subscriptionoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_rootMessageSentsArgs = { +export type Subscriptionoptimismgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_relayerFeesIncreaseArgs = { +export type Subscriptionoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_relayerFeesIncreasesArgs = { +export type Subscriptionoptimismgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_slippageUpdateArgs = { +export type Subscriptionoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_slippageUpdatesArgs = { +export type Subscriptionoptimismgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_snapshotRootArgs = { +export type Subscriptionoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_snapshotRootsArgs = { +export type Subscriptionoptimismgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_spokeConnectorModeArgs = { +export type Subscriptionoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingoptimismgoerli_assetArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_spokeConnectorModesArgs = { +export type Subscriptionstagingoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_aggregateRootProposedArgs = { +export type Subscriptionstagingoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_aggregateRootProposedsArgs = { +export type Subscriptionstagingoptimismgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_optimisticRootFinalizedArgs = { +export type Subscriptionstagingoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli__metaArgs = { +export type Subscriptionstagingoptimismgoerli_routerArgs = { + id: Scalars['ID']; block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; +export type Subscriptionstagingoptimismgoerli_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_assetStatusArgs = { +export type Subscriptionstagingoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetStatusesArgs = { +export type Subscriptionstagingoptimismgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetBalanceArgs = { +export type Subscriptionstagingoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetBalancesArgs = { +export type Subscriptionstagingoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerArgs = { +export type Subscriptionstagingoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routersArgs = { +export type Subscriptionstagingoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerDailyTVLArgs = { +export type Subscriptionstagingoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerDailyTVLsArgs = { +export type Subscriptionstagingoptimismgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerLiquidityEventArgs = { +export type Subscriptionstagingoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerLiquidityEventsArgs = { +export type Subscriptionstagingoptimismgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_settingArgs = { +export type Subscriptionstagingoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_settingsArgs = { +export type Subscriptionstagingoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerArgs = { +export type Subscriptionstagingoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayersArgs = { +export type Subscriptionstagingoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_sequencerArgs = { +export type Subscriptionstagingoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_sequencersArgs = { +export type Subscriptionstagingoptimismgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerFeeArgs = { +export type Subscriptionstagingoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerFeesArgs = { +export type Subscriptionstagingoptimismgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originTransferArgs = { +export type Subscriptionstagingoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originTransfersArgs = { +export type Subscriptionstagingoptimismgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_destinationTransferArgs = { +export type Subscriptionstagingoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_destinationTransfersArgs = { +export type Subscriptionstagingoptimismgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originMessageArgs = { +export type Subscriptionstagingoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originMessagesArgs = { +export type Subscriptionstagingoptimismgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_aggregateRootArgs = { +export type Subscriptionstagingoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_aggregateRootsArgs = { +export type Subscriptionstagingoptimismgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_connectorMetaArgs = { +export type Subscriptionstagingoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_connectorMetasArgs = { +export type Subscriptionstagingoptimismgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_rootCountArgs = { +export type Subscriptionstagingoptimismgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_rootCountsArgs = { +export type Subscriptionstagingoptimismgoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_rootMessageSentArgs = { +export type Subscriptionstagingoptimismgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_rootMessageSentsArgs = { +export type Subscriptionstagingoptimismgoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerFeesIncreaseArgs = { +export type Subscriptionstagingoptimismgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerFeesIncreasesArgs = { +export type Subscriptionstagingoptimismgoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_slippageUpdateArgs = { +export type Subscriptionstagingoptimismgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_slippageUpdatesArgs = { +export type Subscriptionstagingoptimismgoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingoptimismgoerli__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionmumbai_assetArgs = { +export type Subscriptionstagingarbitrumgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetsArgs = { +export type Subscriptionstagingarbitrumgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetStatusArgs = { +export type Subscriptionstagingarbitrumgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetStatusesArgs = { +export type Subscriptionstagingarbitrumgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetBalanceArgs = { +export type Subscriptionstagingarbitrumgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetBalancesArgs = { +export type Subscriptionstagingarbitrumgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerArgs = { +export type Subscriptionstagingarbitrumgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routersArgs = { +export type Subscriptionstagingarbitrumgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerDailyTVLArgs = { +export type Subscriptionstagingarbitrumgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerDailyTVLsArgs = { +export type Subscriptionstagingarbitrumgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerLiquidityEventArgs = { +export type Subscriptionstagingarbitrumgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerLiquidityEventsArgs = { +export type Subscriptionstagingarbitrumgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_settingArgs = { +export type Subscriptionstagingarbitrumgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_settingsArgs = { +export type Subscriptionstagingarbitrumgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerArgs = { +export type Subscriptionstagingarbitrumgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayersArgs = { +export type Subscriptionstagingarbitrumgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_sequencerArgs = { +export type Subscriptionstagingarbitrumgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_sequencersArgs = { +export type Subscriptionstagingarbitrumgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerFeeArgs = { +export type Subscriptionstagingarbitrumgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerFeesArgs = { +export type Subscriptionstagingarbitrumgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_originTransferArgs = { +export type Subscriptionstagingarbitrumgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_originTransfersArgs = { +export type Subscriptionstagingarbitrumgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_destinationTransferArgs = { +export type Subscriptionstagingarbitrumgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_destinationTransfersArgs = { +export type Subscriptionstagingarbitrumgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_originMessageArgs = { +export type Subscriptionstagingarbitrumgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_originMessagesArgs = { +export type Subscriptionstagingarbitrumgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_aggregateRootArgs = { +export type Subscriptionstagingarbitrumgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_aggregateRootsArgs = { +export type Subscriptionstagingarbitrumgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_connectorMetaArgs = { +export type Subscriptionstagingarbitrumgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_connectorMetasArgs = { +export type Subscriptionstagingarbitrumgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_rootCountArgs = { +export type Subscriptionstagingarbitrumgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_rootCountsArgs = { +export type Subscriptionstagingarbitrumgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_rootMessageSentArgs = { +export type Subscriptionstagingarbitrumgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_rootMessageSentsArgs = { +export type Subscriptionstagingarbitrumgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerFeesIncreaseArgs = { +export type Subscriptionstagingarbitrumgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerFeesIncreasesArgs = { +export type Subscriptionstagingarbitrumgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_slippageUpdateArgs = { +export type Subscriptionstagingarbitrumgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_slippageUpdatesArgs = { +export type Subscriptionstagingarbitrumgoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptiongoerli_assetArgs = { +export type Subscriptionstagingarbitrumgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetsArgs = { +export type Subscriptionstagingarbitrumgoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetStatusArgs = { +export type Subscriptionstagingarbitrumgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetStatusesArgs = { +export type Subscriptionstagingarbitrumgoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetBalanceArgs = { +export type Subscriptionstagingarbitrumgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetBalancesArgs = { +export type Subscriptionstagingarbitrumgoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerArgs = { +export type Subscriptionstagingarbitrumgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routersArgs = { +export type Subscriptionstagingmumbai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerDailyTVLArgs = { +export type Subscriptionstagingmumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerDailyTVLsArgs = { +export type Subscriptionstagingmumbai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerLiquidityEventArgs = { +export type Subscriptionstagingmumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerLiquidityEventsArgs = { +export type Subscriptionstagingmumbai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_settingArgs = { +export type Subscriptionstagingmumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_settingsArgs = { +export type Subscriptionstagingmumbai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerArgs = { +export type Subscriptionstagingmumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayersArgs = { +export type Subscriptionstagingmumbai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_sequencerArgs = { +export type Subscriptionstagingmumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_sequencersArgs = { +export type Subscriptionstagingmumbai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeeArgs = { +export type Subscriptionstagingmumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeesArgs = { +export type Subscriptionstagingmumbai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originTransferArgs = { +export type Subscriptionstagingmumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originTransfersArgs = { +export type Subscriptionstagingmumbai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_destinationTransferArgs = { +export type Subscriptionstagingmumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_destinationTransfersArgs = { +export type Subscriptionstagingmumbai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originMessageArgs = { +export type Subscriptionstagingmumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originMessagesArgs = { +export type Subscriptionstagingmumbai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregateRootArgs = { +export type Subscriptionstagingmumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregateRootsArgs = { +export type Subscriptionstagingmumbai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_connectorMetaArgs = { +export type Subscriptionstagingmumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_connectorMetasArgs = { +export type Subscriptionstagingmumbai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootCountArgs = { +export type Subscriptionstagingmumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootCountsArgs = { +export type Subscriptionstagingmumbai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootMessageSentArgs = { +export type Subscriptionstagingmumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootMessageSentsArgs = { +export type Subscriptionstagingmumbai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeesIncreasesArgs = { +export type Subscriptionstagingmumbai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_slippageUpdateArgs = { +export type Subscriptionstagingmumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_slippageUpdatesArgs = { +export type Subscriptionstagingmumbai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetArgs = { +export type Subscriptionstagingmumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetsArgs = { +export type Subscriptionstagingmumbai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetStatusArgs = { +export type Subscriptionstagingmumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetStatusesArgs = { +export type Subscriptionstagingmumbai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetBalanceArgs = { +export type Subscriptionstagingmumbai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetBalancesArgs = { +export type Subscriptionstagingmumbai_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routerArgs = { +export type Subscriptionstagingmumbai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routersArgs = { +export type Subscriptionstagingmumbai_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routerDailyTVLArgs = { +export type Subscriptionstagingmumbai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routerDailyTVLsArgs = { +export type Subscriptionstagingmumbai_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_settingArgs = { +export type Subscriptionstagingmumbai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_settingsArgs = { +export type Subscriptionstagingmumbai_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerArgs = { +export type Subscriptionstagingmumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayersArgs = { +export type Subscriptionarbitrumgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_sequencerArgs = { +export type Subscriptionarbitrumgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_sequencersArgs = { +export type Subscriptionarbitrumgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeeArgs = { +export type Subscriptionarbitrumgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeesArgs = { +export type Subscriptionarbitrumgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originTransferArgs = { +export type Subscriptionarbitrumgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originTransfersArgs = { +export type Subscriptionarbitrumgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_destinationTransferArgs = { +export type Subscriptionarbitrumgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_destinationTransfersArgs = { +export type Subscriptionarbitrumgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originMessageArgs = { +export type Subscriptionarbitrumgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originMessagesArgs = { +export type Subscriptionarbitrumgoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootArgs = { +export type Subscriptionarbitrumgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootsArgs = { +export type Subscriptionarbitrumgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_connectorMetaArgs = { +export type Subscriptionarbitrumgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_connectorMetasArgs = { +export type Subscriptionarbitrumgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootCountArgs = { +export type Subscriptionarbitrumgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootCountsArgs = { +export type Subscriptionarbitrumgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageSentArgs = { +export type Subscriptionarbitrumgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageSentsArgs = { +export type Subscriptionarbitrumgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeesIncreaseArgs = { +export type Subscriptionarbitrumgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeesIncreasesArgs = { +export type Subscriptionarbitrumgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_slippageUpdateArgs = { +export type Subscriptionarbitrumgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_slippageUpdatesArgs = { +export type Subscriptionarbitrumgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_snapshotRootArgs = { +export type Subscriptionarbitrumgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_snapshotRootsArgs = { +export type Subscriptionarbitrumgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_spokeConnectorModeArgs = { +export type Subscriptionarbitrumgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_spokeConnectorModesArgs = { +export type Subscriptionarbitrumgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootProposedArgs = { +export type Subscriptionarbitrumgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootProposedsArgs = { +export type Subscriptionarbitrumgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootFinalizedArgs = { +export type Subscriptionarbitrumgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootFinalizedsArgs = { +export type Subscriptionarbitrumgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_assetArgs = { +export type Subscriptionarbitrumgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_assetsArgs = { +export type Subscriptionarbitrumgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_assetStatusArgs = { +export type Subscriptionarbitrumgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_assetStatusesArgs = { +export type Subscriptionarbitrumgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_assetBalanceArgs = { +export type Subscriptionarbitrumgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_assetBalancesArgs = { +export type Subscriptionarbitrumgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_routerArgs = { +export type Subscriptionarbitrumgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_routersArgs = { +export type Subscriptionmumbai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_routerDailyTVLArgs = { +export type Subscriptionmumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_routerDailyTVLsArgs = { +export type Subscriptionmumbai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_settingArgs = { +export type Subscriptionmumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_settingsArgs = { +export type Subscriptionmumbai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_relayerArgs = { +export type Subscriptionmumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_relayersArgs = { +export type Subscriptionmumbai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_sequencerArgs = { +export type Subscriptionmumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_sequencersArgs = { +export type Subscriptionmumbai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_relayerFeeArgs = { +export type Subscriptionmumbai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_relayerFeesArgs = { +export type Subscriptionmumbai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_originTransferArgs = { +export type Subscriptionmumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_originTransfersArgs = { +export type Subscriptionmumbai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_destinationTransferArgs = { +export type Subscriptionmumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_destinationTransfersArgs = { +export type Subscriptionmumbai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_originMessageArgs = { +export type Subscriptionmumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_originMessagesArgs = { +export type Subscriptionmumbai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_aggregateRootArgs = { +export type Subscriptionmumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_aggregateRootsArgs = { +export type Subscriptionmumbai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_connectorMetaArgs = { +export type Subscriptionmumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_connectorMetasArgs = { +export type Subscriptionmumbai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_rootCountArgs = { +export type Subscriptionmumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_rootCountsArgs = { +export type Subscriptionmumbai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_rootMessageSentArgs = { +export type Subscriptionmumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_rootMessageSentsArgs = { +export type Subscriptionmumbai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_relayerFeesIncreaseArgs = { +export type Subscriptionmumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_relayerFeesIncreasesArgs = { +export type Subscriptionmumbai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_slippageUpdateArgs = { +export type Subscriptionmumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_slippageUpdatesArgs = { +export type Subscriptionmumbai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_snapshotRootArgs = { +export type Subscriptionmumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_snapshotRootsArgs = { +export type Subscriptionmumbai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_spokeConnectorModeArgs = { +export type Subscriptionmumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_spokeConnectorModesArgs = { +export type Subscriptionmumbai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_aggregateRootProposedArgs = { +export type Subscriptionmumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_aggregateRootProposedsArgs = { +export type Subscriptionmumbai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_optimisticRootFinalizedArgs = { +export type Subscriptionmumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism_optimisticRootFinalizedsArgs = { +export type Subscriptionmumbai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocaloptimism__metaArgs = { - block?: InputMaybe; +export type Subscriptionmumbai__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionlocalarbitrumone_assetArgs = { +export type Subscriptionxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_assetsArgs = { +export type Subscriptionxdai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_assetStatusArgs = { +export type Subscriptionxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_assetStatusesArgs = { +export type Subscriptionxdai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_assetBalanceArgs = { +export type Subscriptionxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_assetBalancesArgs = { +export type Subscriptionxdai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_routerArgs = { +export type Subscriptionxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_routersArgs = { +export type Subscriptionxdai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_routerDailyTVLArgs = { +export type Subscriptionxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_routerDailyTVLsArgs = { +export type Subscriptionxdai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_settingArgs = { +export type Subscriptionxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_settingsArgs = { +export type Subscriptionxdai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_relayerArgs = { +export type Subscriptionxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_relayersArgs = { +export type Subscriptionxdai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_sequencerArgs = { +export type Subscriptionxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_sequencersArgs = { +export type Subscriptionxdai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_relayerFeeArgs = { +export type Subscriptionxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_relayerFeesArgs = { +export type Subscriptionxdai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_originTransferArgs = { +export type Subscriptionxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_originTransfersArgs = { +export type Subscriptionxdai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_destinationTransferArgs = { +export type Subscriptionxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_destinationTransfersArgs = { +export type Subscriptionxdai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_originMessageArgs = { +export type Subscriptionxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_originMessagesArgs = { +export type Subscriptionxdai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_aggregateRootArgs = { +export type Subscriptionxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_aggregateRootsArgs = { +export type Subscriptionxdai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_connectorMetaArgs = { +export type Subscriptionxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_connectorMetasArgs = { +export type Subscriptionxdai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_rootCountArgs = { +export type Subscriptionxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_rootCountsArgs = { +export type Subscriptionxdai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_rootMessageSentArgs = { +export type Subscriptionxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_rootMessageSentsArgs = { +export type Subscriptionxdai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_relayerFeesIncreaseArgs = { +export type Subscriptionxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_relayerFeesIncreasesArgs = { +export type Subscriptionxdai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_slippageUpdateArgs = { +export type Subscriptionxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_slippageUpdatesArgs = { +export type Subscriptionxdai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_snapshotRootArgs = { +export type Subscriptionxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_snapshotRootsArgs = { +export type Subscriptionxdai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_spokeConnectorModeArgs = { +export type Subscriptionxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlocalarbitrumone_assetArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_spokeConnectorModesArgs = { +export type Subscriptionlocalarbitrumone_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_aggregateRootProposedArgs = { +export type Subscriptionlocalarbitrumone_assetStatusArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_aggregateRootProposedsArgs = { +export type Subscriptionlocalarbitrumone_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_optimisticRootFinalizedArgs = { +export type Subscriptionlocalarbitrumone_assetBalanceArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone_optimisticRootFinalizedsArgs = { +export type Subscriptionlocalarbitrumone_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalarbitrumone__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingarbitrumgoerli_assetArgs = { +export type Subscriptionlocalarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_assetsArgs = { +export type Subscriptionlocalarbitrumone_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_assetStatusArgs = { +export type Subscriptionlocalarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_assetStatusesArgs = { +export type Subscriptionlocalarbitrumone_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_assetBalanceArgs = { +export type Subscriptionlocalarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_assetBalancesArgs = { +export type Subscriptionlocalarbitrumone_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_routerArgs = { +export type Subscriptionlocalarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_routersArgs = { +export type Subscriptionlocalarbitrumone_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_routerDailyTVLArgs = { +export type Subscriptionlocalarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_routerDailyTVLsArgs = { +export type Subscriptionlocalarbitrumone_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_settingArgs = { +export type Subscriptionlocalarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_settingsArgs = { +export type Subscriptionlocalarbitrumone_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_relayerArgs = { +export type Subscriptionlocalarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_relayersArgs = { +export type Subscriptionlocalarbitrumone_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_sequencerArgs = { +export type Subscriptionlocalarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_sequencersArgs = { +export type Subscriptionlocalarbitrumone_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_relayerFeeArgs = { +export type Subscriptionlocalarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_relayerFeesArgs = { +export type Subscriptionlocalarbitrumone_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_originTransferArgs = { +export type Subscriptionlocalarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_originTransfersArgs = { +export type Subscriptionlocalarbitrumone_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_destinationTransferArgs = { +export type Subscriptionlocalarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_destinationTransfersArgs = { +export type Subscriptionlocalarbitrumone_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_originMessageArgs = { +export type Subscriptionlocalarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_originMessagesArgs = { +export type Subscriptionlocalarbitrumone_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_aggregateRootArgs = { +export type Subscriptionlocalarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_aggregateRootsArgs = { +export type Subscriptionlocalarbitrumone_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_connectorMetaArgs = { +export type Subscriptionlocalarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_connectorMetasArgs = { +export type Subscriptionlocalarbitrumone_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_rootCountArgs = { +export type Subscriptionlocalarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_rootCountsArgs = { +export type Subscriptionlocalarbitrumone_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_rootMessageSentArgs = { +export type Subscriptionlocalarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_rootMessageSentsArgs = { +export type Subscriptionlocalarbitrumone_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_relayerFeesIncreaseArgs = { +export type Subscriptionlocalarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_relayerFeesIncreasesArgs = { +export type Subscriptionlocalarbitrumone_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_slippageUpdateArgs = { +export type Subscriptionlocalarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_slippageUpdatesArgs = { +export type Subscriptionlocalarbitrumone_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_snapshotRootArgs = { +export type Subscriptionlocalarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_snapshotRootsArgs = { +export type Subscriptionlocalarbitrumone_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_spokeConnectorModeArgs = { +export type Subscriptionlocalarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_spokeConnectorModesArgs = { +export type Subscriptionbnb_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_aggregateRootProposedArgs = { +export type Subscriptionbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_aggregateRootProposedsArgs = { +export type Subscriptionbnb_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_optimisticRootFinalizedArgs = { +export type Subscriptionbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_optimisticRootFinalizedsArgs = { +export type Subscriptionbnb_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingarbitrumgoerli__metaArgs = { - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_assetArgs = { +export type Subscriptionbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_assetsArgs = { +export type Subscriptionbnb_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_assetStatusArgs = { +export type Subscriptionbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_assetStatusesArgs = { +export type Subscriptionbnb_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_assetBalanceArgs = { +export type Subscriptionbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_assetBalancesArgs = { +export type Subscriptionbnb_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_routerArgs = { +export type Subscriptionbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_routersArgs = { +export type Subscriptionbnb_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_routerDailyTVLArgs = { +export type Subscriptionbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_routerDailyTVLsArgs = { +export type Subscriptionbnb_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_routerLiquidityEventArgs = { +export type Subscriptionbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_routerLiquidityEventsArgs = { +export type Subscriptionbnb_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_settingArgs = { +export type Subscriptionbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_settingsArgs = { +export type Subscriptionbnb_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_relayerArgs = { +export type Subscriptionbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_relayersArgs = { +export type Subscriptionbnb_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_sequencerArgs = { +export type Subscriptionbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_sequencersArgs = { +export type Subscriptionbnb_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_relayerFeeArgs = { +export type Subscriptionbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_relayerFeesArgs = { +export type Subscriptionbnb_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_originTransferArgs = { +export type Subscriptionbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_originTransfersArgs = { +export type Subscriptionbnb_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_destinationTransferArgs = { +export type Subscriptionbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_destinationTransfersArgs = { +export type Subscriptionbnb_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_originMessageArgs = { +export type Subscriptionbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_originMessagesArgs = { +export type Subscriptionbnb_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_aggregateRootArgs = { +export type Subscriptionbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_aggregateRootsArgs = { +export type Subscriptionbnb_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_connectorMetaArgs = { +export type Subscriptionbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_connectorMetasArgs = { +export type Subscriptionbnb_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_rootCountArgs = { +export type Subscriptionbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_rootCountsArgs = { +export type Subscriptionbnb_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_rootMessageSentArgs = { +export type Subscriptionbnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_rootMessageSentsArgs = { +export type Subscriptionlinea_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_relayerFeesIncreaseArgs = { +export type Subscriptionlinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_relayerFeesIncreasesArgs = { +export type Subscriptionlinea_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_slippageUpdateArgs = { +export type Subscriptionlinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_slippageUpdatesArgs = { +export type Subscriptionlinea_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbnb_assetArgs = { +export type Subscriptionlinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetsArgs = { +export type Subscriptionlinea_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetStatusArgs = { +export type Subscriptionlinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetStatusesArgs = { +export type Subscriptionlinea_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetBalanceArgs = { +export type Subscriptionlinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetBalancesArgs = { +export type Subscriptionlinea_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerArgs = { +export type Subscriptionlinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routersArgs = { +export type Subscriptionlinea_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerDailyTVLArgs = { +export type Subscriptionlinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerDailyTVLsArgs = { +export type Subscriptionlinea_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerLiquidityEventArgs = { +export type Subscriptionlinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerLiquidityEventsArgs = { +export type Subscriptionlinea_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_settingArgs = { +export type Subscriptionlinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_settingsArgs = { +export type Subscriptionlinea_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerArgs = { +export type Subscriptionlinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayersArgs = { +export type Subscriptionlinea_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_sequencerArgs = { +export type Subscriptionlinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_sequencersArgs = { +export type Subscriptionlinea_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeeArgs = { +export type Subscriptionlinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesArgs = { +export type Subscriptionlinea_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originTransferArgs = { +export type Subscriptionlinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originTransfersArgs = { +export type Subscriptionlinea_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_destinationTransferArgs = { +export type Subscriptionlinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_destinationTransfersArgs = { +export type Subscriptionlinea_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originMessageArgs = { +export type Subscriptionlinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originMessagesArgs = { +export type Subscriptionlinea_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootArgs = { +export type Subscriptionlinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootsArgs = { +export type Subscriptionlinea_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_connectorMetaArgs = { +export type Subscriptionlinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_connectorMetasArgs = { +export type Subscriptionlinea_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootCountArgs = { +export type Subscriptionlinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootCountsArgs = { +export type Subscriptionlinea_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; +export type Subscriptionlinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlocalmainnet_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootMessageSentsArgs = { +export type Subscriptionlocalmainnet_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesIncreaseArgs = { +export type Subscriptionlocalmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesIncreasesArgs = { +export type Subscriptionlocalmainnet_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_slippageUpdateArgs = { +export type Subscriptionlocalmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_slippageUpdatesArgs = { +export type Subscriptionlocalmainnet_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmainnet_assetArgs = { +export type Subscriptionlocalmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetsArgs = { +export type Subscriptionlocalmainnet_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetStatusArgs = { +export type Subscriptionlocalmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetStatusesArgs = { +export type Subscriptionlocalmainnet_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetBalanceArgs = { +export type Subscriptionlocalmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetBalancesArgs = { +export type Subscriptionlocalmainnet_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerArgs = { +export type Subscriptionlocalmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routersArgs = { +export type Subscriptionlocalmainnet_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerDailyTVLArgs = { +export type Subscriptionlocalmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerDailyTVLsArgs = { +export type Subscriptionlocalmainnet_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerLiquidityEventArgs = { +export type Subscriptionlocalmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerLiquidityEventsArgs = { +export type Subscriptionlocalmainnet_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_settingArgs = { +export type Subscriptionlocalmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_settingsArgs = { +export type Subscriptionlocalmainnet_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerArgs = { +export type Subscriptionlocalmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayersArgs = { +export type Subscriptionlocalmainnet_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_sequencerArgs = { +export type Subscriptionlocalmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_sequencersArgs = { +export type Subscriptionlocalmainnet_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerFeeArgs = { +export type Subscriptionlocalmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerFeesArgs = { +export type Subscriptionlocalmainnet_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originTransferArgs = { +export type Subscriptionlocalmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originTransfersArgs = { +export type Subscriptionlocalmainnet_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_destinationTransferArgs = { +export type Subscriptionlocalmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_destinationTransfersArgs = { +export type Subscriptionlocalmainnet_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originMessageArgs = { +export type Subscriptionlocalmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originMessagesArgs = { +export type Subscriptionlocalmainnet_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootArgs = { +export type Subscriptionlocalmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootsArgs = { +export type Subscriptionlocalmainnet_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_connectorMetaArgs = { +export type Subscriptionlocalmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_connectorMetasArgs = { +export type Subscriptionlocalmainnet_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootCountArgs = { +export type Subscriptionlocalmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootCountsArgs = { +export type Subscriptionlocalmainnet_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageSentArgs = { +export type Subscriptionlocalmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageSentsArgs = { +export type Subscriptionlocalmainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerFeesIncreaseArgs = { +export type Subscriptionlocalmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerFeesIncreasesArgs = { +export type Subscriptionlocalmainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_slippageUpdateArgs = { +export type Subscriptionlocalmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_slippageUpdatesArgs = { +export type Subscriptionlocalmainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetArgs = { +export type Subscriptionlocaloptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetsArgs = { +export type Subscriptionlocaloptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetStatusArgs = { +export type Subscriptionlocaloptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetStatusesArgs = { +export type Subscriptionlocaloptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetBalanceArgs = { +export type Subscriptionlocaloptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetBalancesArgs = { +export type Subscriptionlocaloptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerArgs = { +export type Subscriptionlocaloptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routersArgs = { +export type Subscriptionlocaloptimism_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerDailyTVLArgs = { +export type Subscriptionlocaloptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerDailyTVLsArgs = { +export type Subscriptionlocaloptimism_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerLiquidityEventArgs = { +export type Subscriptionlocaloptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerLiquidityEventsArgs = { +export type Subscriptionlocaloptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_settingArgs = { +export type Subscriptionlocaloptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_settingsArgs = { +export type Subscriptionlocaloptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerArgs = { +export type Subscriptionlocaloptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayersArgs = { +export type Subscriptionlocaloptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_sequencerArgs = { +export type Subscriptionlocaloptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_sequencersArgs = { +export type Subscriptionlocaloptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeeArgs = { +export type Subscriptionlocaloptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeesArgs = { +export type Subscriptionlocaloptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originTransferArgs = { +export type Subscriptionlocaloptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originTransfersArgs = { +export type Subscriptionlocaloptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_destinationTransferArgs = { +export type Subscriptionlocaloptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_destinationTransfersArgs = { +export type Subscriptionlocaloptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originMessageArgs = { +export type Subscriptionlocaloptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originMessagesArgs = { +export type Subscriptionlocaloptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_aggregateRootArgs = { +export type Subscriptionlocaloptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_aggregateRootsArgs = { +export type Subscriptionlocaloptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type Subscriptionpolygon_connectorMetaArgs = { +export type Subscriptionlocaloptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_connectorMetasArgs = { +export type Subscriptionlocaloptimism_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_rootCountArgs = { +export type Subscriptionlocaloptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_rootCountsArgs = { +export type Subscriptionlocaloptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_rootMessageSentArgs = { +export type Subscriptionlocaloptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_rootMessageSentsArgs = { +export type Subscriptionlocaloptimism_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeesIncreaseArgs = { +export type Subscriptionlocaloptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeesIncreasesArgs = { +export type Subscriptionlocaloptimism_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_slippageUpdateArgs = { +export type Subscriptionlocaloptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_slippageUpdatesArgs = { +export type Subscriptionlocaloptimism_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon__metaArgs = { - block?: InputMaybe; +export type Subscriptionlocaloptimism_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocaloptimism_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocaloptimism_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocaloptimism_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocaloptimism_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocaloptimism_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionlocaloptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmainnet_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; @@ -27585,405 +27607,360 @@ export type Subscriptionarbitrumone__metaArgs = { }; -export type Subscriptionoptimism_assetArgs = { +export type Subscriptionpolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetsArgs = { +export type Subscriptionpolygon_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetStatusArgs = { +export type Subscriptionpolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetStatusesArgs = { +export type Subscriptionpolygon_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetBalanceArgs = { +export type Subscriptionpolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetBalancesArgs = { +export type Subscriptionpolygon_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerArgs = { +export type Subscriptionpolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routersArgs = { +export type Subscriptionpolygon_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerDailyTVLArgs = { +export type Subscriptionpolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerDailyTVLsArgs = { +export type Subscriptionpolygon_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_settingArgs = { +export type Subscriptionpolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_settingsArgs = { +export type Subscriptionpolygon_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerArgs = { +export type Subscriptionpolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayersArgs = { +export type Subscriptionpolygon_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_sequencerArgs = { +export type Subscriptionpolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_sequencersArgs = { +export type Subscriptionpolygon_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeeArgs = { +export type Subscriptionpolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesArgs = { +export type Subscriptionpolygon_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originTransferArgs = { +export type Subscriptionpolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originTransfersArgs = { +export type Subscriptionpolygon_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_destinationTransferArgs = { +export type Subscriptionpolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_destinationTransfersArgs = { +export type Subscriptionpolygon_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originMessageArgs = { +export type Subscriptionpolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originMessagesArgs = { +export type Subscriptionpolygon_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootArgs = { +export type Subscriptionpolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootsArgs = { +export type Subscriptionpolygon_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_connectorMetaArgs = { +export type Subscriptionpolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_connectorMetasArgs = { +export type Subscriptionpolygon_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootCountArgs = { +export type Subscriptionpolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootCountsArgs = { +export type Subscriptionpolygon_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootMessageSentArgs = { +export type Subscriptionpolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootMessageSentsArgs = { +export type Subscriptionpolygon_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesIncreaseArgs = { +export type Subscriptionpolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesIncreasesArgs = { +export type Subscriptionpolygon_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_slippageUpdateArgs = { +export type Subscriptionpolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_slippageUpdatesArgs = { +export type Subscriptionpolygon_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism__metaArgs = { - block?: InputMaybe; -}; - -export type staginggoerli_AggregateRootSavedSlow = { +export type Subscriptionpolygon_slippageUpdateArgs = { id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_AggregateRootSavedSlow_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type Subscriptionpolygon_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type staginggoerli_AggregateRootSavedSlow_orderBy = - | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; -export type staginggoerli_AggregatedMessageRoot = { +export type Subscriptionpolygon__metaArgs = { + block?: InputMaybe; +}; + +export type goerli_AggregatedMessageRoot = { id: Scalars['ID']; index: Scalars['BigInt']; - receivedRoot: Scalars['staginggoerli_Bytes']; + receivedRoot: Scalars['goerli_Bytes']; domain?: Maybe; - blockNumber?: Maybe; }; -export type staginggoerli_AggregatedMessageRoot_filter = { +export type goerli_AggregatedMessageRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28000,16 +27977,16 @@ export type staginggoerli_AggregatedMessageRoot_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -28018,37 +27995,28 @@ export type staginggoerli_AggregatedMessageRoot_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_AggregatedMessageRoot_orderBy = +export type goerli_AggregatedMessageRoot_orderBy = | 'id' | 'index' | 'receivedRoot' - | 'domain' - | 'blockNumber'; + | 'domain'; -export type staginggoerli_ArbitrumConnectorMeta = { +export type goerli_ArbitrumConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type staginggoerli_ArbitrumConnectorMeta_filter = { +export type goerli_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28073,43 +28041,43 @@ export type staginggoerli_ArbitrumConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_ArbitrumConnectorMeta_orderBy = +export type goerli_ArbitrumConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -28117,26 +28085,26 @@ export type staginggoerli_ArbitrumConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type staginggoerli_BlockChangedFilter = { +export type goerli_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type staginggoerli_Block_height = { - hash?: InputMaybe; +export type goerli_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type staginggoerli_BnbConnectorMeta = { +export type goerli_BnbConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type staginggoerli_BnbConnectorMeta_filter = { +export type goerli_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28161,43 +28129,43 @@ export type staginggoerli_BnbConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_BnbConnectorMeta_orderBy = +export type goerli_BnbConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -28205,16 +28173,16 @@ export type staginggoerli_BnbConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type staginggoerli_GnosisConnectorMeta = { +export type goerli_GnosisConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type staginggoerli_GnosisConnectorMeta_filter = { +export type goerli_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28239,43 +28207,43 @@ export type staginggoerli_GnosisConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_GnosisConnectorMeta_orderBy = +export type goerli_GnosisConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -28283,12 +28251,16 @@ export type staginggoerli_GnosisConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type staginggoerli_HubDomain = { +export type goerli_LineaConnectorMeta = { id: Scalars['ID']; - domain?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type staginggoerli_HubDomain_filter = { +export type goerli_LineaConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28297,32 +28269,76 @@ export type staginggoerli_HubDomain_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_HubDomain_orderBy = +export type goerli_LineaConnectorMeta_orderBy = | 'id' - | 'domain'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type staginggoerli_HubOptimisticRootFinalized = { +export type goerli_OptimismConnectorMeta = { id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type staginggoerli_HubOptimisticRootFinalized_filter = { +export type goerli_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28331,54 +28347,81 @@ export type staginggoerli_HubOptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_HubOptimisticRootFinalized_orderBy = +export type goerli_OptimismConnectorMeta_orderBy = | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type staginggoerli_OptimismConnectorMeta = { +/** Defines the order direction, either ascending or descending */ +export type goerli_OrderDirection = + | 'asc' + | 'desc'; + +export type goerli_PolygonConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type staginggoerli_OptimismConnectorMeta_filter = { +export type goerli_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28403,43 +28446,43 @@ export type staginggoerli_OptimismConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_OptimismConnectorMeta_orderBy = +export type goerli_PolygonConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -28447,15 +28490,14 @@ export type staginggoerli_OptimismConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type staginggoerli_OptimisticRootPropagated = { +export type goerli_RootAggregated = { id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - domainsHash: Scalars['staginggoerli_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + domain: Scalars['BigInt']; + receivedRoot: Scalars['goerli_Bytes']; + index: Scalars['BigInt']; }; -export type staginggoerli_OptimisticRootPropagated_filter = { +export type goerli_RootAggregated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28464,67 +28506,51 @@ export type staginggoerli_OptimisticRootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_OptimisticRootPropagated_orderBy = +export type goerli_RootAggregated_orderBy = | 'id' - | 'aggregateRoot' - | 'domainsHash' - | 'timestamp' - | 'blockNumber'; + | 'domain' + | 'receivedRoot' + | 'index'; -export type staginggoerli_OptimisticRootProposed = { +export type goerli_RootManagerMeta = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - snapshotsRoots?: Maybe>; domains?: Maybe>; - baseAggregateRoot: Scalars['staginggoerli_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + connectors?: Maybe>; }; -export type staginggoerli_OptimisticRootProposed_filter = { +export type goerli_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28533,311 +28559,43 @@ export type staginggoerli_OptimisticRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; domains?: InputMaybe>; domains_not?: InputMaybe>; domains_contains?: InputMaybe>; domains_contains_nocase?: InputMaybe>; domains_not_contains?: InputMaybe>; domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_OptimisticRootProposed_orderBy = +export type goerli_RootManagerMeta_orderBy = | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' | 'domains' - | 'baseAggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type staginggoerli_OrderDirection = - | 'asc' - | 'desc'; + | 'connectors'; -export type staginggoerli_PolygonConnectorMeta = { +export type goerli_RootMessageProcessed = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; -}; - -export type staginggoerli_PolygonConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type staginggoerli_RootAggregated = { - id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['staginggoerli_Bytes']; - index: Scalars['BigInt']; -}; - -export type staginggoerli_RootAggregated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_RootAggregated_orderBy = - | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; - -export type staginggoerli_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; -}; - -export type staginggoerli_RootManagerMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_RootManagerMeta_orderBy = - | 'id' - | 'domains' - | 'connectors'; - -export type staginggoerli_RootManagerMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type staginggoerli_RootManagerMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_RootManagerMode_orderBy = - | 'id' - | 'mode'; - -export type staginggoerli_RootMessageProcessed = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type staginggoerli_RootMessageProcessed_filter = { +export type goerli_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28862,36 +28620,36 @@ export type staginggoerli_RootMessageProcessed_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -28925,12 +28683,12 @@ export type staginggoerli_RootMessageProcessed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RootMessageProcessed_orderBy = +export type goerli_RootMessageProcessed_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -28942,15 +28700,14 @@ export type staginggoerli_RootMessageProcessed_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginggoerli_RootPropagated = { +export type goerli_RootPropagated = { id: Scalars['ID']; - aggregate: Scalars['staginggoerli_Bytes']; - domainsHash: Scalars['staginggoerli_Bytes']; + aggregate: Scalars['goerli_Bytes']; + domainsHash: Scalars['goerli_Bytes']; count: Scalars['BigInt']; - blockNumber?: Maybe; }; -export type staginggoerli_RootPropagated_filter = { +export type goerli_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28959,26 +28716,26 @@ export type staginggoerli_RootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; + aggregate?: InputMaybe; + aggregate_not?: InputMaybe; + aggregate_gt?: InputMaybe; + aggregate_lt?: InputMaybe; + aggregate_gte?: InputMaybe; + aggregate_lte?: InputMaybe; + aggregate_in?: InputMaybe>; + aggregate_not_in?: InputMaybe>; + aggregate_contains?: InputMaybe; + aggregate_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -28987,37 +28744,28 @@ export type staginggoerli_RootPropagated_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RootPropagated_orderBy = +export type goerli_RootPropagated_orderBy = | 'id' | 'aggregate' | 'domainsHash' - | 'count' - | 'blockNumber'; + | 'count'; -export type staginggoerli_ZkSyncConnectorMeta = { +export type goerli_ZkSyncConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type staginggoerli_ZkSyncConnectorMeta_filter = { +export type goerli_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29042,43 +28790,43 @@ export type staginggoerli_ZkSyncConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_ZkSyncConnectorMeta_orderBy = +export type goerli_ZkSyncConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -29086,9 +28834,9 @@ export type staginggoerli_ZkSyncConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type staginggoerli__Block_ = { +export type goerli__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -29096,7 +28844,7 @@ export type staginggoerli__Block_ = { }; /** The type for the top-level _meta field */ -export type staginggoerli__Meta_ = { +export type goerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -29104,7 +28852,7 @@ export type staginggoerli__Meta_ = { * and therefore asks for the latest block * */ - block: staginggoerli__Block_; + block: goerli__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -29117,24 +28865,70 @@ export type _SubgraphErrorPolicy_ = /** If the subgraph has indexing errors, data will be omitted. The default. */ | 'deny'; -export type testoptimismgoerli_Asset = { +export type mainnet_AggregatedMessageRoot = { id: Scalars['ID']; - key?: Maybe; - local: Scalars['testoptimismgoerli_Bytes']; - adoptedAsset: Scalars['testoptimismgoerli_Bytes']; - canonicalId: Scalars['testoptimismgoerli_Bytes']; - canonicalDomain: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + index: Scalars['BigInt']; + receivedRoot: Scalars['mainnet_Bytes']; + domain?: Maybe; }; -export type testoptimismgoerli_AssetBalance = { +export type mainnet_AggregatedMessageRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_AggregatedMessageRoot_orderBy = + | 'id' + | 'index' + | 'receivedRoot' + | 'domain'; + +export type mainnet_ArbitrumConnectorMeta = { id: Scalars['ID']; - amount: Scalars['BigInt']; - router: testoptimismgoerli_Router; - asset: testoptimismgoerli_Asset; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type testoptimismgoerli_AssetBalance_filter = { +export type mainnet_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29143,82 +28937,86 @@ export type testoptimismgoerli_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_AssetBalance_orderBy = +export type mainnet_ArbitrumConnectorMeta_orderBy = | 'id' - | 'amount' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__local' - | 'asset__adoptedAsset' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__blockNumber'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type testoptimismgoerli_Asset_filter = { +export type mainnet_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mainnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type mainnet_BnbConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29227,136 +29025,232 @@ export type testoptimismgoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - local?: InputMaybe; - local_not?: InputMaybe; - local_gt?: InputMaybe; - local_lt?: InputMaybe; - local_gte?: InputMaybe; - local_lte?: InputMaybe; - local_in?: InputMaybe>; - local_not_in?: InputMaybe>; - local_contains?: InputMaybe; - local_not_contains?: InputMaybe; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_Asset_orderBy = +export type mainnet_BnbConnectorMeta_orderBy = | 'id' - | 'key' - | 'local' - | 'adoptedAsset' - | 'canonicalId' - | 'canonicalDomain' - | 'blockNumber'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type testoptimismgoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type mainnet_GnosisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type testoptimismgoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +export type mainnet_GnosisConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_DestinationTransfer = { +export type mainnet_GnosisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_LineaConnectorMeta = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - to?: Maybe; - callData?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - agent?: Maybe; - recovery?: Maybe; - forceSlow?: Maybe; - receiveLocal?: Maybe; - callback?: Maybe; - callbackFee?: Maybe; - relayerFee?: Maybe; - destinationMinOut?: Maybe; - status?: Maybe; - routers?: Maybe>; - originSender?: Maybe; - transactingAsset?: Maybe; - transactingAmount?: Maybe; - localAsset?: Maybe; - localAmount?: Maybe; - sponsorVaultRelayerFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_LineaConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type mainnet_LineaConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type testoptimismgoerli_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type mainnet_OptimismConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type testoptimismgoerli_DestinationTransfer_filter = { +export type mainnet_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29365,380 +29259,81 @@ export type testoptimismgoerli_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - agent?: InputMaybe; - agent_not?: InputMaybe; - agent_gt?: InputMaybe; - agent_lt?: InputMaybe; - agent_gte?: InputMaybe; - agent_lte?: InputMaybe; - agent_in?: InputMaybe>; - agent_not_in?: InputMaybe>; - agent_contains?: InputMaybe; - agent_not_contains?: InputMaybe; - recovery?: InputMaybe; - recovery_not?: InputMaybe; - recovery_gt?: InputMaybe; - recovery_lt?: InputMaybe; - recovery_gte?: InputMaybe; - recovery_lte?: InputMaybe; - recovery_in?: InputMaybe>; - recovery_not_in?: InputMaybe>; - recovery_contains?: InputMaybe; - recovery_not_contains?: InputMaybe; - forceSlow?: InputMaybe; - forceSlow_not?: InputMaybe; - forceSlow_in?: InputMaybe>; - forceSlow_not_in?: InputMaybe>; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callback?: InputMaybe; - callback_not?: InputMaybe; - callback_gt?: InputMaybe; - callback_lt?: InputMaybe; - callback_gte?: InputMaybe; - callback_lte?: InputMaybe; - callback_in?: InputMaybe>; - callback_not_in?: InputMaybe>; - callback_contains?: InputMaybe; - callback_not_contains?: InputMaybe; - callbackFee?: InputMaybe; - callbackFee_not?: InputMaybe; - callbackFee_gt?: InputMaybe; - callbackFee_lt?: InputMaybe; - callbackFee_gte?: InputMaybe; - callbackFee_lte?: InputMaybe; - callbackFee_in?: InputMaybe>; - callbackFee_not_in?: InputMaybe>; - relayerFee?: InputMaybe; - relayerFee_not?: InputMaybe; - relayerFee_gt?: InputMaybe; - relayerFee_lt?: InputMaybe; - relayerFee_gte?: InputMaybe; - relayerFee_lte?: InputMaybe; - relayerFee_in?: InputMaybe>; - relayerFee_not_in?: InputMaybe>; - destinationMinOut?: InputMaybe; - destinationMinOut_not?: InputMaybe; - destinationMinOut_gt?: InputMaybe; - destinationMinOut_lt?: InputMaybe; - destinationMinOut_gte?: InputMaybe; - destinationMinOut_lte?: InputMaybe; - destinationMinOut_in?: InputMaybe>; - destinationMinOut_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - transactingAmount?: InputMaybe; - transactingAmount_not?: InputMaybe; - transactingAmount_gt?: InputMaybe; - transactingAmount_lt?: InputMaybe; - transactingAmount_gte?: InputMaybe; - transactingAmount_lte?: InputMaybe; - transactingAmount_in?: InputMaybe>; - transactingAmount_not_in?: InputMaybe>; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - localAmount?: InputMaybe; - localAmount_not?: InputMaybe; - localAmount_gt?: InputMaybe; - localAmount_lt?: InputMaybe; - localAmount_gte?: InputMaybe; - localAmount_lte?: InputMaybe; - localAmount_in?: InputMaybe>; - localAmount_not_in?: InputMaybe>; - sponsorVaultRelayerFee?: InputMaybe; - sponsorVaultRelayerFee_not?: InputMaybe; - sponsorVaultRelayerFee_gt?: InputMaybe; - sponsorVaultRelayerFee_lt?: InputMaybe; - sponsorVaultRelayerFee_gte?: InputMaybe; - sponsorVaultRelayerFee_lte?: InputMaybe; - sponsorVaultRelayerFee_in?: InputMaybe>; - sponsorVaultRelayerFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_DestinationTransfer_orderBy = +export type mainnet_OptimismConnectorMeta_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'to' - | 'callData' - | 'originDomain' - | 'destinationDomain' - | 'agent' - | 'recovery' - | 'forceSlow' - | 'receiveLocal' - | 'callback' - | 'callbackFee' - | 'relayerFee' - | 'destinationMinOut' - | 'status' - | 'routers' - | 'originSender' - | 'transactingAsset' - | 'transactingAmount' - | 'localAsset' - | 'localAmount' - | 'sponsorVaultRelayerFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; /** Defines the order direction, either ascending or descending */ -export type testoptimismgoerli_OrderDirection = +export type mainnet_OrderDirection = | 'asc' | 'desc'; -export type testoptimismgoerli_OriginTransfer = { +export type mainnet_PolygonConnectorMeta = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - to?: Maybe; - callData?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - agent?: Maybe; - recovery?: Maybe; - forceSlow?: Maybe; - receiveLocal?: Maybe; - callback?: Maybe; - callbackFee?: Maybe; - relayerFee?: Maybe; - destinationMinOut?: Maybe; - status?: Maybe; - originMinOut?: Maybe; - transactingAsset?: Maybe; - transactingAmount?: Maybe; - bridgedAsset?: Maybe; - bridgedAmount?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type testoptimismgoerli_OriginTransfer_filter = { +export type mainnet_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29747,198 +29342,226 @@ export type testoptimismgoerli_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - agent?: InputMaybe; - agent_not?: InputMaybe; - agent_gt?: InputMaybe; - agent_lt?: InputMaybe; - agent_gte?: InputMaybe; - agent_lte?: InputMaybe; - agent_in?: InputMaybe>; - agent_not_in?: InputMaybe>; - agent_contains?: InputMaybe; - agent_not_contains?: InputMaybe; - recovery?: InputMaybe; - recovery_not?: InputMaybe; - recovery_gt?: InputMaybe; - recovery_lt?: InputMaybe; - recovery_gte?: InputMaybe; - recovery_lte?: InputMaybe; - recovery_in?: InputMaybe>; - recovery_not_in?: InputMaybe>; - recovery_contains?: InputMaybe; - recovery_not_contains?: InputMaybe; - forceSlow?: InputMaybe; - forceSlow_not?: InputMaybe; - forceSlow_in?: InputMaybe>; - forceSlow_not_in?: InputMaybe>; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callback?: InputMaybe; - callback_not?: InputMaybe; - callback_gt?: InputMaybe; - callback_lt?: InputMaybe; - callback_gte?: InputMaybe; - callback_lte?: InputMaybe; - callback_in?: InputMaybe>; - callback_not_in?: InputMaybe>; - callback_contains?: InputMaybe; - callback_not_contains?: InputMaybe; - callbackFee?: InputMaybe; - callbackFee_not?: InputMaybe; - callbackFee_gt?: InputMaybe; - callbackFee_lt?: InputMaybe; - callbackFee_gte?: InputMaybe; - callbackFee_lte?: InputMaybe; - callbackFee_in?: InputMaybe>; - callbackFee_not_in?: InputMaybe>; - relayerFee?: InputMaybe; - relayerFee_not?: InputMaybe; - relayerFee_gt?: InputMaybe; - relayerFee_lt?: InputMaybe; - relayerFee_gte?: InputMaybe; - relayerFee_lte?: InputMaybe; - relayerFee_in?: InputMaybe>; - relayerFee_not_in?: InputMaybe>; - destinationMinOut?: InputMaybe; - destinationMinOut_not?: InputMaybe; - destinationMinOut_gt?: InputMaybe; - destinationMinOut_lt?: InputMaybe; - destinationMinOut_gte?: InputMaybe; - destinationMinOut_lte?: InputMaybe; - destinationMinOut_in?: InputMaybe>; - destinationMinOut_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - originMinOut?: InputMaybe; - originMinOut_not?: InputMaybe; - originMinOut_gt?: InputMaybe; - originMinOut_lt?: InputMaybe; - originMinOut_gte?: InputMaybe; - originMinOut_lte?: InputMaybe; - originMinOut_in?: InputMaybe>; - originMinOut_not_in?: InputMaybe>; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - transactingAmount?: InputMaybe; - transactingAmount_not?: InputMaybe; - transactingAmount_gt?: InputMaybe; - transactingAmount_lt?: InputMaybe; - transactingAmount_gte?: InputMaybe; - transactingAmount_lte?: InputMaybe; - transactingAmount_in?: InputMaybe>; - transactingAmount_not_in?: InputMaybe>; - bridgedAsset?: InputMaybe; - bridgedAsset_not?: InputMaybe; - bridgedAsset_gt?: InputMaybe; - bridgedAsset_lt?: InputMaybe; - bridgedAsset_gte?: InputMaybe; - bridgedAsset_lte?: InputMaybe; - bridgedAsset_in?: InputMaybe>; - bridgedAsset_not_in?: InputMaybe>; - bridgedAsset_contains?: InputMaybe; - bridgedAsset_not_contains?: InputMaybe; - bridgedAmount?: InputMaybe; - bridgedAmount_not?: InputMaybe; - bridgedAmount_gt?: InputMaybe; - bridgedAmount_lt?: InputMaybe; - bridgedAmount_gte?: InputMaybe; - bridgedAmount_lte?: InputMaybe; - bridgedAmount_in?: InputMaybe>; - bridgedAmount_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_PolygonConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_RootAggregated = { + id: Scalars['ID']; + domain: Scalars['BigInt']; + receivedRoot: Scalars['mainnet_Bytes']; + index: Scalars['BigInt']; +}; + +export type mainnet_RootAggregated_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_RootAggregated_orderBy = + | 'id' + | 'domain' + | 'receivedRoot' + | 'index'; + +export type mainnet_RootManagerMeta = { + id: Scalars['ID']; + domains?: Maybe>; + connectors?: Maybe>; +}; + +export type mainnet_RootManagerMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_RootManagerMeta_orderBy = + | 'id' + | 'domains' + | 'connectors'; + +export type mainnet_RootMessageProcessed = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type mainnet_RootMessageProcessed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -29972,34 +29595,16 @@ export type testoptimismgoerli_OriginTransfer_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_OriginTransfer_orderBy = +export type mainnet_RootMessageProcessed_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'to' - | 'callData' - | 'originDomain' - | 'destinationDomain' - | 'agent' - | 'recovery' - | 'forceSlow' - | 'receiveLocal' - | 'callback' - | 'callbackFee' - | 'relayerFee' - | 'destinationMinOut' - | 'status' - | 'originMinOut' - | 'transactingAsset' - | 'transactingAmount' - | 'bridgedAsset' - | 'bridgedAmount' + | 'spokeDomain' + | 'hubDomain' + | 'root' | 'caller' | 'transactionHash' | 'timestamp' @@ -30007,13 +29612,14 @@ export type testoptimismgoerli_OriginTransfer_orderBy = | 'gasLimit' | 'blockNumber'; -export type testoptimismgoerli_Relayer = { +export type mainnet_RootPropagated = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; + aggregate: Scalars['mainnet_Bytes']; + domainsHash: Scalars['mainnet_Bytes']; + count: Scalars['BigInt']; }; -export type testoptimismgoerli_Relayer_filter = { +export type mainnet_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30022,51 +29628,56 @@ export type testoptimismgoerli_Relayer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + aggregate?: InputMaybe; + aggregate_not?: InputMaybe; + aggregate_gt?: InputMaybe; + aggregate_lt?: InputMaybe; + aggregate_gte?: InputMaybe; + aggregate_lte?: InputMaybe; + aggregate_in?: InputMaybe>; + aggregate_not_in?: InputMaybe>; + aggregate_contains?: InputMaybe; + aggregate_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_Relayer_orderBy = +export type mainnet_RootPropagated_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'aggregate' + | 'domainsHash' + | 'count'; -export type testoptimismgoerli_Router = { +export type mainnet_ZkSyncConnectorMeta = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type testoptimismgoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type testoptimismgoerli_Router_filter = { +export type mainnet_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30075,208 +29686,69 @@ export type testoptimismgoerli_Router_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_Router_orderBy = +export type mainnet_ZkSyncConnectorMeta_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type testoptimismgoerli_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['testoptimismgoerli_Bytes']; -}; - -export type testoptimismgoerli_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type testoptimismgoerli_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type testoptimismgoerli_SponsorVault = { - id: Scalars['ID']; - sponsorVault: Scalars['testoptimismgoerli_Bytes']; -}; - -export type testoptimismgoerli_SponsorVault_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - sponsorVault?: InputMaybe; - sponsorVault_not?: InputMaybe; - sponsorVault_gt?: InputMaybe; - sponsorVault_lt?: InputMaybe; - sponsorVault_gte?: InputMaybe; - sponsorVault_lte?: InputMaybe; - sponsorVault_in?: InputMaybe>; - sponsorVault_not_in?: InputMaybe>; - sponsorVault_contains?: InputMaybe; - sponsorVault_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type testoptimismgoerli_SponsorVault_orderBy = - | 'id' - | 'sponsorVault'; - -export type testoptimismgoerli_StableSwap = { - id: Scalars['ID']; - canonicalId: Scalars['testoptimismgoerli_Bytes']; - domain?: Maybe; - swapPool: Scalars['testoptimismgoerli_Bytes']; -}; - -export type testoptimismgoerli_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type testoptimismgoerli_StableSwap_orderBy = - | 'id' - | 'canonicalId' - | 'domain' - | 'swapPool'; - -export type testoptimismgoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type testoptimismgoerli__Block_ = { +export type mainnet__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -30284,7 +29756,7 @@ export type testoptimismgoerli__Block_ = { }; /** The type for the top-level _meta field */ -export type testoptimismgoerli__Meta_ = { +export type mainnet__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -30292,77 +29764,49 @@ export type testoptimismgoerli__Meta_ = { * and therefore asks for the latest block * */ - block: testoptimismgoerli__Block_; + block: mainnet__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type goerli_AggregatedMessageRoot = { - id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['goerli_Bytes']; - domain?: Maybe; +export type stagingoptimismgoerli_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type goerli_AggregatedMessageRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type stagingoptimismgoerli_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type goerli_AggregatedMessageRoot_orderBy = - | 'id' - | 'index' - | 'receivedRoot' - | 'domain'; +export type stagingoptimismgoerli_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['stagingoptimismgoerli_swap_Bytes']; + balances: Array; +}; -export type goerli_ArbitrumConnectorMeta = { + +export type stagingoptimismgoerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimismgoerli_swap_LpAccountBalance = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + account: stagingoptimismgoerli_swap_LpAccount; + token: stagingoptimismgoerli_swap_LpToken; + amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type goerli_ArbitrumConnectorMeta_filter = { +export type stagingoptimismgoerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30371,86 +29815,106 @@ export type goerli_ArbitrumConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_ArbitrumConnectorMeta_orderBy = +export type stagingoptimismgoerli_swap_LpAccountBalance_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type goerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type goerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type goerli_BnbConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; -}; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type goerli_BnbConnectorMeta_filter = { +export type stagingoptimismgoerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30459,76 +29923,59 @@ export type goerli_BnbConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_BnbConnectorMeta_orderBy = +export type stagingoptimismgoerli_swap_LpAccount_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'address' + | 'balances'; -export type goerli_GnosisConnectorMeta = { +export type stagingoptimismgoerli_swap_LpToken = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + address: Scalars['stagingoptimismgoerli_swap_Bytes']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + events: Array; }; -export type goerli_GnosisConnectorMeta_filter = { + +export type stagingoptimismgoerli_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimismgoerli_swap_LpTokenEvent = { + id: Scalars['ID']; + token: stagingoptimismgoerli_swap_LpToken; + amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingoptimismgoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30537,76 +29984,91 @@ export type goerli_GnosisConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_GnosisConnectorMeta_orderBy = +export type stagingoptimismgoerli_swap_LpTokenEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type goerli_LineaConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; -}; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type goerli_LineaConnectorMeta_filter = { +export type stagingoptimismgoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30615,76 +30077,141 @@ export type goerli_LineaConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_LineaConnectorMeta_orderBy = +export type stagingoptimismgoerli_swap_LpToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type goerli_OptimismConnectorMeta = { +export type stagingoptimismgoerli_swap_LpTransferEvent = stagingoptimismgoerli_swap_LpTokenEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + token: stagingoptimismgoerli_swap_LpToken; + amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + from: Scalars['stagingoptimismgoerli_swap_Bytes']; + to: Scalars['stagingoptimismgoerli_swap_Bytes']; + fromBalance: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + toBalance: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_OptimismConnectorMeta_filter = { +export type stagingoptimismgoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30693,81 +30220,141 @@ export type goerli_OptimismConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_OptimismConnectorMeta_orderBy = +export type stagingoptimismgoerli_swap_LpTransferEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type goerli_OrderDirection = +export type stagingoptimismgoerli_swap_OrderDirection = | 'asc' | 'desc'; -export type goerli_PolygonConnectorMeta = { +export type stagingoptimismgoerli_swap_PooledToken = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + asset: Scalars['stagingoptimismgoerli_swap_Bytes']; }; -export type goerli_PolygonConnectorMeta_filter = { +export type stagingoptimismgoerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30776,172 +30363,116 @@ export type goerli_PolygonConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_PolygonConnectorMeta_orderBy = +export type stagingoptimismgoerli_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type goerli_RootAggregated = { +export type stagingoptimismgoerli_swap_StableSwap = { id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['goerli_Bytes']; - index: Scalars['BigInt']; + isActive?: Maybe; + key: Scalars['stagingoptimismgoerli_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type goerli_RootAggregated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type stagingoptimismgoerli_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_RootAggregated_orderBy = - | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; -export type goerli_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; +export type stagingoptimismgoerli_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_RootManagerMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type stagingoptimismgoerli_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_RootManagerMeta_orderBy = - | 'id' - | 'domains' - | 'connectors'; -export type goerli_RootMessageProcessed = { +export type stagingoptimismgoerli_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingoptimismgoerli_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + provider: Scalars['stagingoptimismgoerli_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_RootMessageProcessed_filter = { +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30950,52 +30481,87 @@ export type goerli_RootMessageProcessed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -31004,56 +30570,71 @@ export type goerli_RootMessageProcessed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RootMessageProcessed_orderBy = +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type goerli_RootPropagated = { +export type stagingoptimismgoerli_swap_StableSwapEvent = { id: Scalars['ID']; - aggregate: Scalars['goerli_Bytes']; - domainsHash: Scalars['goerli_Bytes']; - count: Scalars['BigInt']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type goerli_RootPropagated_filter = { +export type stagingoptimismgoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31062,213 +30643,108 @@ export type goerli_RootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_RootPropagated_orderBy = - | 'id' - | 'aggregate' - | 'domainsHash' - | 'count'; - -export type goerli_ZkSyncConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; -}; - -export type goerli_ZkSyncConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_ZkSyncConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type goerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type goerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: goerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type mainnet_AggregatedMessageRoot = { - id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['mainnet_Bytes']; - domain?: Maybe; -}; - -export type mainnet_AggregatedMessageRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AggregatedMessageRoot_orderBy = +export type stagingoptimismgoerli_swap_StableSwapEvent_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type mainnet_ArbitrumConnectorMeta = { +export type stagingoptimismgoerli_swap_StableSwapExchange = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + buyer: Scalars['stagingoptimismgoerli_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mainnet_ArbitrumConnectorMeta_filter = { +export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31277,86 +30753,171 @@ export type mainnet_ArbitrumConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_ArbitrumConnectorMeta_orderBy = +export type stagingoptimismgoerli_swap_StableSwapExchange_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type mainnet_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type mainnet_BnbConnectorMeta = { +export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + provider: Scalars['stagingoptimismgoerli_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mainnet_BnbConnectorMeta_filter = { +export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31365,76 +30926,151 @@ export type mainnet_BnbConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_BnbConnectorMeta_orderBy = +export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_GnosisConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type mainnet_GnosisConnectorMeta_filter = { +export type stagingoptimismgoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31443,76 +31079,200 @@ export type mainnet_GnosisConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_GnosisConnectorMeta_orderBy = +export type stagingoptimismgoerli_swap_StableSwap_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type mainnet_LineaConnectorMeta = { +export type stagingoptimismgoerli_swap_SwapDailyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type mainnet_LineaConnectorMeta_filter = { +export type stagingoptimismgoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31521,76 +31281,79 @@ export type mainnet_LineaConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_LineaConnectorMeta_orderBy = +export type stagingoptimismgoerli_swap_SwapDailyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_OptimismConnectorMeta = { + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type stagingoptimismgoerli_swap_SwapHourlyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type mainnet_OptimismConnectorMeta_filter = { +export type stagingoptimismgoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31599,157 +31362,150 @@ export type mainnet_OptimismConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OptimismConnectorMeta_orderBy = +export type stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -/** Defines the order direction, either ascending or descending */ -export type mainnet_OrderDirection = - | 'asc' - | 'desc'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type mainnet_PolygonConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; +export type stagingoptimismgoerli_swap_SwapTradeVolume = { + stableSwap: stagingoptimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type mainnet_PolygonConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; +export type stagingoptimismgoerli_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; +export type stagingoptimismgoerli_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type mainnet_RootAggregated = { +export type stagingoptimismgoerli_swap_SwapWeeklyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['mainnet_Bytes']; - index: Scalars['BigInt']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type mainnet_RootAggregated_filter = { +export type stagingoptimismgoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31758,51 +31514,78 @@ export type mainnet_RootAggregated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootAggregated_orderBy = +export type stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type mainnet_RootManagerMeta = { +export type stagingoptimismgoerli_swap_SystemInfo = { id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type mainnet_RootManagerMeta_filter = { +export type stagingoptimismgoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31811,324 +31594,76 @@ export type mainnet_RootManagerMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootManagerMeta_orderBy = +export type stagingoptimismgoerli_swap_SystemInfo_orderBy = | 'id' - | 'domains' - | 'connectors'; + | 'exchangeCount' + | 'swapCount'; -export type mainnet_RootMessageProcessed = { +export type stagingoptimismgoerli_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingoptimismgoerli_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: stagingoptimismgoerli_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type testgoerli_Asset = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + key?: Maybe; + local: Scalars['testgoerli_Bytes']; + adoptedAsset: Scalars['testgoerli_Bytes']; + canonicalId: Scalars['testgoerli_Bytes']; + canonicalDomain: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type mainnet_RootMessageProcessed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RootMessageProcessed_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mainnet_RootPropagated = { - id: Scalars['ID']; - aggregate: Scalars['mainnet_Bytes']; - domainsHash: Scalars['mainnet_Bytes']; - count: Scalars['BigInt']; -}; - -export type mainnet_RootPropagated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RootPropagated_orderBy = - | 'id' - | 'aggregate' - | 'domainsHash' - | 'count'; - -export type mainnet_ZkSyncConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_ZkSyncConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_ZkSyncConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type mainnet__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: mainnet__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type testgoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - local: Scalars['testgoerli_Bytes']; - adoptedAsset: Scalars['testgoerli_Bytes']; - canonicalId: Scalars['testgoerli_Bytes']; - canonicalDomain: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type testgoerli_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - router: testgoerli_Router; - asset: testgoerli_Asset; -}; - -export type testgoerli_AssetBalance_filter = { +export type testgoerli_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + router: testgoerli_Router; + asset: testgoerli_Asset; +}; + +export type testgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33293,42 +32828,42 @@ export type testgoerli__Meta_ = { hasIndexingErrors: Scalars['Boolean']; }; -export type arbitrumgoerli_swap_BlockChangedFilter = { +export type goerli_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type arbitrumgoerli_swap_Block_height = { - hash?: InputMaybe; +export type goerli_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type arbitrumgoerli_swap_LpAccount = { +export type goerli_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['arbitrumgoerli_swap_Bytes']; - balances: Array; + address: Scalars['goerli_swap_Bytes']; + balances: Array; }; -export type arbitrumgoerli_swap_LpAccountbalancesArgs = { +export type goerli_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumgoerli_swap_LpAccountBalance = { +export type goerli_swap_LpAccountBalance = { id: Scalars['ID']; - account: arbitrumgoerli_swap_LpAccount; - token: arbitrumgoerli_swap_LpToken; - amount: Scalars['arbitrumgoerli_swap_BigDecimal']; + account: goerli_swap_LpAccount; + token: goerli_swap_LpToken; + amount: Scalars['goerli_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type arbitrumgoerli_swap_LpAccountBalance_filter = { +export type goerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33357,7 +32892,7 @@ export type arbitrumgoerli_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -33378,15 +32913,15 @@ export type arbitrumgoerli_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -33403,23 +32938,23 @@ export type arbitrumgoerli_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_LpAccountBalance_orderBy = +export type goerli_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -33436,7 +32971,7 @@ export type arbitrumgoerli_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type arbitrumgoerli_swap_LpAccount_filter = { +export type goerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33445,59 +32980,59 @@ export type arbitrumgoerli_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_LpAccount_orderBy = +export type goerli_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type arbitrumgoerli_swap_LpToken = { +export type goerli_swap_LpToken = { id: Scalars['ID']; - address: Scalars['arbitrumgoerli_swap_Bytes']; - stableSwap: arbitrumgoerli_swap_StableSwap; + address: Scalars['goerli_swap_Bytes']; + stableSwap: goerli_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['arbitrumgoerli_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['goerli_swap_BigDecimal']; + events: Array; }; -export type arbitrumgoerli_swap_LpTokeneventsArgs = { +export type goerli_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumgoerli_swap_LpTokenEvent = { +export type goerli_swap_LpTokenEvent = { id: Scalars['ID']; - token: arbitrumgoerli_swap_LpToken; - amount: Scalars['arbitrumgoerli_swap_BigDecimal']; + token: goerli_swap_LpToken; + amount: Scalars['goerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_swap_LpTokenEvent_filter = { +export type goerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33526,15 +33061,15 @@ export type arbitrumgoerli_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -33551,16 +33086,16 @@ export type arbitrumgoerli_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -33570,12 +33105,12 @@ export type arbitrumgoerli_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_LpTokenEvent_orderBy = +export type goerli_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -33590,7 +33125,7 @@ export type arbitrumgoerli_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumgoerli_swap_LpToken_filter = { +export type goerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33599,16 +33134,16 @@ export type arbitrumgoerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -33629,7 +33164,7 @@ export type arbitrumgoerli_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -33678,22 +33213,22 @@ export type arbitrumgoerli_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_LpToken_orderBy = +export type goerli_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -33719,21 +33254,21 @@ export type arbitrumgoerli_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type arbitrumgoerli_swap_LpTransferEvent = arbitrumgoerli_swap_LpTokenEvent & { +export type goerli_swap_LpTransferEvent = goerli_swap_LpTokenEvent & { id: Scalars['ID']; - token: arbitrumgoerli_swap_LpToken; - amount: Scalars['arbitrumgoerli_swap_BigDecimal']; - from: Scalars['arbitrumgoerli_swap_Bytes']; - to: Scalars['arbitrumgoerli_swap_Bytes']; - fromBalance: Scalars['arbitrumgoerli_swap_BigDecimal']; - toBalance: Scalars['arbitrumgoerli_swap_BigDecimal']; + token: goerli_swap_LpToken; + amount: Scalars['goerli_swap_BigDecimal']; + from: Scalars['goerli_swap_Bytes']; + to: Scalars['goerli_swap_Bytes']; + fromBalance: Scalars['goerli_swap_BigDecimal']; + toBalance: Scalars['goerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_swap_LpTransferEvent_filter = { +export type goerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33762,51 +33297,51 @@ export type arbitrumgoerli_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -33823,16 +33358,16 @@ export type arbitrumgoerli_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -33842,12 +33377,12 @@ export type arbitrumgoerli_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_LpTransferEvent_orderBy = +export type goerli_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -33867,16 +33402,16 @@ export type arbitrumgoerli_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type arbitrumgoerli_swap_OrderDirection = +export type goerli_swap_OrderDirection = | 'asc' | 'desc'; -export type arbitrumgoerli_swap_PooledToken = { +export type goerli_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['arbitrumgoerli_swap_Bytes']; + asset: Scalars['goerli_swap_Bytes']; }; -export type arbitrumgoerli_swap_PooledToken_filter = { +export type goerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33885,103 +33420,103 @@ export type arbitrumgoerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_PooledToken_orderBy = +export type goerli_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type arbitrumgoerli_swap_StableSwap = { +export type goerli_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['arbitrumgoerli_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['goerli_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type arbitrumgoerli_swap_StableSwapeventsArgs = { +export type goerli_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumgoerli_swap_StableSwapexchangesArgs = { +export type goerli_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumgoerli_swap_StableSwaphourlyVolumesArgs = { +export type goerli_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumgoerli_swap_StableSwapdailyVolumesArgs = { +export type goerli_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumgoerli_swap_StableSwapweeklyVolumesArgs = { +export type goerli_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent = arbitrumgoerli_swap_StableSwapEvent & { +export type goerli_swap_StableSwapAddLiquidityEvent = goerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; - provider: Scalars['arbitrumgoerli_swap_Bytes']; + stableSwap: goerli_swap_StableSwap; + provider: Scalars['goerli_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -33990,11 +33525,11 @@ export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent = arbitrumgoerli_swa balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type goerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34023,17 +33558,17 @@ export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -34092,16 +33627,16 @@ export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -34111,12 +33646,12 @@ export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type goerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -34147,16 +33682,16 @@ export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumgoerli_swap_StableSwapEvent = { +export type goerli_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; + stableSwap: goerli_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_swap_StableSwapEvent_filter = { +export type goerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34185,7 +33720,7 @@ export type arbitrumgoerli_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -34202,16 +33737,16 @@ export type arbitrumgoerli_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -34221,12 +33756,12 @@ export type arbitrumgoerli_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_StableSwapEvent_orderBy = +export type goerli_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -34250,10 +33785,10 @@ export type arbitrumgoerli_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumgoerli_swap_StableSwapExchange = { +export type goerli_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; - buyer: Scalars['arbitrumgoerli_swap_Bytes']; + stableSwap: goerli_swap_StableSwap; + buyer: Scalars['goerli_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -34262,11 +33797,11 @@ export type arbitrumgoerli_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_swap_StableSwapExchange_filter = { +export type goerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34295,17 +33830,17 @@ export type arbitrumgoerli_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -34368,16 +33903,16 @@ export type arbitrumgoerli_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -34387,12 +33922,12 @@ export type arbitrumgoerli_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_StableSwapExchange_orderBy = +export type goerli_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -34423,10 +33958,10 @@ export type arbitrumgoerli_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent = arbitrumgoerli_swap_StableSwapEvent & { +export type goerli_swap_StableSwapRemoveLiquidityEvent = goerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; - provider: Scalars['arbitrumgoerli_swap_Bytes']; + stableSwap: goerli_swap_StableSwap; + provider: Scalars['goerli_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -34435,11 +33970,11 @@ export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent = arbitrumgoerli_ balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34468,17 +34003,17 @@ export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -34537,16 +34072,16 @@ export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -34556,12 +34091,12 @@ export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type goerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -34592,7 +34127,7 @@ export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumgoerli_swap_StableSwap_filter = { +export type goerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34605,26 +34140,26 @@ export type arbitrumgoerli_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -34633,26 +34168,26 @@ export type arbitrumgoerli_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -34701,12 +34236,12 @@ export type arbitrumgoerli_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -34749,18 +34284,18 @@ export type arbitrumgoerli_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_StableSwap_orderBy = +export type goerli_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -34787,14 +34322,14 @@ export type arbitrumgoerli_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type arbitrumgoerli_swap_SwapDailyVolume = arbitrumgoerli_swap_SwapTradeVolume & { +export type goerli_swap_SwapDailyVolume = goerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; + stableSwap: goerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumgoerli_swap_BigDecimal']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type arbitrumgoerli_swap_SwapDailyVolume_filter = { +export type goerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34823,7 +34358,7 @@ export type arbitrumgoerli_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -34832,21 +34367,21 @@ export type arbitrumgoerli_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_SwapDailyVolume_orderBy = +export type goerli_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -34868,14 +34403,14 @@ export type arbitrumgoerli_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumgoerli_swap_SwapHourlyVolume = arbitrumgoerli_swap_SwapTradeVolume & { +export type goerli_swap_SwapHourlyVolume = goerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; + stableSwap: goerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumgoerli_swap_BigDecimal']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type arbitrumgoerli_swap_SwapHourlyVolume_filter = { +export type goerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34904,7 +34439,7 @@ export type arbitrumgoerli_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -34913,21 +34448,21 @@ export type arbitrumgoerli_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_SwapHourlyVolume_orderBy = +export type goerli_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -34949,13 +34484,13 @@ export type arbitrumgoerli_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumgoerli_swap_SwapTradeVolume = { - stableSwap: arbitrumgoerli_swap_StableSwap; +export type goerli_swap_SwapTradeVolume = { + stableSwap: goerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumgoerli_swap_BigDecimal']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type arbitrumgoerli_swap_SwapTradeVolume_filter = { +export type goerli_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -34976,7 +34511,7 @@ export type arbitrumgoerli_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -34985,21 +34520,21 @@ export type arbitrumgoerli_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_SwapTradeVolume_orderBy = +export type goerli_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -35020,14 +34555,14 @@ export type arbitrumgoerli_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumgoerli_swap_SwapWeeklyVolume = arbitrumgoerli_swap_SwapTradeVolume & { +export type goerli_swap_SwapWeeklyVolume = goerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; + stableSwap: goerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumgoerli_swap_BigDecimal']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type arbitrumgoerli_swap_SwapWeeklyVolume_filter = { +export type goerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -35056,7 +34591,7 @@ export type arbitrumgoerli_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -35065,21 +34600,21 @@ export type arbitrumgoerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_SwapWeeklyVolume_orderBy = +export type goerli_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -35101,13 +34636,13 @@ export type arbitrumgoerli_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumgoerli_swap_SystemInfo = { +export type goerli_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type arbitrumgoerli_swap_SystemInfo_filter = { +export type goerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -35133,19 +34668,19 @@ export type arbitrumgoerli_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_SystemInfo_orderBy = +export type goerli_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type arbitrumgoerli_swap__Block_ = { +export type goerli_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -35153,7 +34688,7 @@ export type arbitrumgoerli_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type arbitrumgoerli_swap__Meta_ = { +export type goerli_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -35161,49 +34696,31 @@ export type arbitrumgoerli_swap__Meta_ = { * and therefore asks for the latest block * */ - block: arbitrumgoerli_swap__Block_; + block: goerli_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type mumbai_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type mumbai_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type mumbai_swap_LpAccount = { +export type testoptimismgoerli_Asset = { id: Scalars['ID']; - address: Scalars['mumbai_swap_Bytes']; - balances: Array; -}; - - -export type mumbai_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + key?: Maybe; + local: Scalars['testoptimismgoerli_Bytes']; + adoptedAsset: Scalars['testoptimismgoerli_Bytes']; + canonicalId: Scalars['testoptimismgoerli_Bytes']; + canonicalDomain: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type mumbai_swap_LpAccountBalance = { +export type testoptimismgoerli_AssetBalance = { id: Scalars['ID']; - account: mumbai_swap_LpAccount; - token: mumbai_swap_LpToken; - amount: Scalars['mumbai_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + amount: Scalars['BigInt']; + router: testoptimismgoerli_Router; + asset: testoptimismgoerli_Asset; }; -export type mumbai_swap_LpAccountBalance_filter = { +export type testoptimismgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -35212,106 +34729,82 @@ export type mumbai_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_LpAccountBalance_orderBy = +export type testoptimismgoerli_AssetBalance_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__local' + | 'asset__adoptedAsset' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__blockNumber'; -export type mumbai_swap_LpAccount_filter = { +export type testoptimismgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -35320,122 +34813,162 @@ export type mumbai_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + local?: InputMaybe; + local_not?: InputMaybe; + local_gt?: InputMaybe; + local_lt?: InputMaybe; + local_gte?: InputMaybe; + local_lte?: InputMaybe; + local_in?: InputMaybe>; + local_not_in?: InputMaybe>; + local_contains?: InputMaybe; + local_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_LpAccount_orderBy = +export type testoptimismgoerli_Asset_orderBy = | 'id' - | 'address' - | 'balances'; + | 'key' + | 'local' + | 'adoptedAsset' + | 'canonicalId' + | 'canonicalDomain' + | 'blockNumber'; -export type mumbai_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['mumbai_swap_Bytes']; - stableSwap: mumbai_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['mumbai_swap_BigDecimal']; - events: Array; +export type testoptimismgoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; }; - -export type mumbai_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type testoptimismgoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type mumbai_swap_LpTokenEvent = { +export type testoptimismgoerli_DestinationTransfer = { id: Scalars['ID']; - token: mumbai_swap_LpToken; - amount: Scalars['mumbai_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mumbai_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + to?: Maybe; + callData?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + agent?: Maybe; + recovery?: Maybe; + forceSlow?: Maybe; + receiveLocal?: Maybe; + callback?: Maybe; + callbackFee?: Maybe; + relayerFee?: Maybe; + destinationMinOut?: Maybe; + status?: Maybe; + routers?: Maybe>; + originSender?: Maybe; + transactingAsset?: Maybe; + transactingAmount?: Maybe; + localAsset?: Maybe; + localAmount?: Maybe; + sponsorVaultRelayerFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; +}; + + +export type testoptimismgoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type testoptimismgoerli_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; id_gte?: InputMaybe; id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -35444,28 +34977,354 @@ export type mumbai_swap_LpTokenEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + agent?: InputMaybe; + agent_not?: InputMaybe; + agent_gt?: InputMaybe; + agent_lt?: InputMaybe; + agent_gte?: InputMaybe; + agent_lte?: InputMaybe; + agent_in?: InputMaybe>; + agent_not_in?: InputMaybe>; + agent_contains?: InputMaybe; + agent_not_contains?: InputMaybe; + recovery?: InputMaybe; + recovery_not?: InputMaybe; + recovery_gt?: InputMaybe; + recovery_lt?: InputMaybe; + recovery_gte?: InputMaybe; + recovery_lte?: InputMaybe; + recovery_in?: InputMaybe>; + recovery_not_in?: InputMaybe>; + recovery_contains?: InputMaybe; + recovery_not_contains?: InputMaybe; + forceSlow?: InputMaybe; + forceSlow_not?: InputMaybe; + forceSlow_in?: InputMaybe>; + forceSlow_not_in?: InputMaybe>; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callback?: InputMaybe; + callback_not?: InputMaybe; + callback_gt?: InputMaybe; + callback_lt?: InputMaybe; + callback_gte?: InputMaybe; + callback_lte?: InputMaybe; + callback_in?: InputMaybe>; + callback_not_in?: InputMaybe>; + callback_contains?: InputMaybe; + callback_not_contains?: InputMaybe; + callbackFee?: InputMaybe; + callbackFee_not?: InputMaybe; + callbackFee_gt?: InputMaybe; + callbackFee_lt?: InputMaybe; + callbackFee_gte?: InputMaybe; + callbackFee_lte?: InputMaybe; + callbackFee_in?: InputMaybe>; + callbackFee_not_in?: InputMaybe>; + relayerFee?: InputMaybe; + relayerFee_not?: InputMaybe; + relayerFee_gt?: InputMaybe; + relayerFee_lt?: InputMaybe; + relayerFee_gte?: InputMaybe; + relayerFee_lte?: InputMaybe; + relayerFee_in?: InputMaybe>; + relayerFee_not_in?: InputMaybe>; + destinationMinOut?: InputMaybe; + destinationMinOut_not?: InputMaybe; + destinationMinOut_gt?: InputMaybe; + destinationMinOut_lt?: InputMaybe; + destinationMinOut_gte?: InputMaybe; + destinationMinOut_lte?: InputMaybe; + destinationMinOut_in?: InputMaybe>; + destinationMinOut_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + transactingAmount?: InputMaybe; + transactingAmount_not?: InputMaybe; + transactingAmount_gt?: InputMaybe; + transactingAmount_lt?: InputMaybe; + transactingAmount_gte?: InputMaybe; + transactingAmount_lte?: InputMaybe; + transactingAmount_in?: InputMaybe>; + transactingAmount_not_in?: InputMaybe>; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + localAmount?: InputMaybe; + localAmount_not?: InputMaybe; + localAmount_gt?: InputMaybe; + localAmount_lt?: InputMaybe; + localAmount_gte?: InputMaybe; + localAmount_lte?: InputMaybe; + localAmount_in?: InputMaybe>; + localAmount_not_in?: InputMaybe>; + sponsorVaultRelayerFee?: InputMaybe; + sponsorVaultRelayerFee_not?: InputMaybe; + sponsorVaultRelayerFee_gt?: InputMaybe; + sponsorVaultRelayerFee_lt?: InputMaybe; + sponsorVaultRelayerFee_gte?: InputMaybe; + sponsorVaultRelayerFee_lte?: InputMaybe; + sponsorVaultRelayerFee_in?: InputMaybe>; + sponsorVaultRelayerFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_LpTokenEvent_orderBy = +export type testoptimismgoerli_DestinationTransfer_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'to' + | 'callData' + | 'originDomain' + | 'destinationDomain' + | 'agent' + | 'recovery' + | 'forceSlow' + | 'receiveLocal' + | 'callback' + | 'callbackFee' + | 'relayerFee' + | 'destinationMinOut' + | 'status' + | 'routers' + | 'originSender' + | 'transactingAsset' + | 'transactingAmount' + | 'localAsset' + | 'localAmount' + | 'sponsorVaultRelayerFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber'; -export type mumbai_swap_LpToken_filter = { +/** Defines the order direction, either ascending or descending */ +export type testoptimismgoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type testoptimismgoerli_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + to?: Maybe; + callData?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + agent?: Maybe; + recovery?: Maybe; + forceSlow?: Maybe; + receiveLocal?: Maybe; + callback?: Maybe; + callbackFee?: Maybe; + relayerFee?: Maybe; + destinationMinOut?: Maybe; + status?: Maybe; + originMinOut?: Maybe; + transactingAsset?: Maybe; + transactingAmount?: Maybe; + bridgedAsset?: Maybe; + bridgedAmount?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type testoptimismgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -35474,240 +35333,24 @@ export type mumbai_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mumbai_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type mumbai_swap_LpTransferEvent = mumbai_swap_LpTokenEvent & { - id: Scalars['ID']; - token: mumbai_swap_LpToken; - amount: Scalars['mumbai_swap_BigDecimal']; - from: Scalars['mumbai_swap_Bytes']; - to: Scalars['mumbai_swap_Bytes']; - fromBalance: Scalars['mumbai_swap_BigDecimal']; - toBalance: Scalars['mumbai_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mumbai_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -35716,42 +35359,247 @@ export type mumbai_swap_LpTransferEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + agent?: InputMaybe; + agent_not?: InputMaybe; + agent_gt?: InputMaybe; + agent_lt?: InputMaybe; + agent_gte?: InputMaybe; + agent_lte?: InputMaybe; + agent_in?: InputMaybe>; + agent_not_in?: InputMaybe>; + agent_contains?: InputMaybe; + agent_not_contains?: InputMaybe; + recovery?: InputMaybe; + recovery_not?: InputMaybe; + recovery_gt?: InputMaybe; + recovery_lt?: InputMaybe; + recovery_gte?: InputMaybe; + recovery_lte?: InputMaybe; + recovery_in?: InputMaybe>; + recovery_not_in?: InputMaybe>; + recovery_contains?: InputMaybe; + recovery_not_contains?: InputMaybe; + forceSlow?: InputMaybe; + forceSlow_not?: InputMaybe; + forceSlow_in?: InputMaybe>; + forceSlow_not_in?: InputMaybe>; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callback?: InputMaybe; + callback_not?: InputMaybe; + callback_gt?: InputMaybe; + callback_lt?: InputMaybe; + callback_gte?: InputMaybe; + callback_lte?: InputMaybe; + callback_in?: InputMaybe>; + callback_not_in?: InputMaybe>; + callback_contains?: InputMaybe; + callback_not_contains?: InputMaybe; + callbackFee?: InputMaybe; + callbackFee_not?: InputMaybe; + callbackFee_gt?: InputMaybe; + callbackFee_lt?: InputMaybe; + callbackFee_gte?: InputMaybe; + callbackFee_lte?: InputMaybe; + callbackFee_in?: InputMaybe>; + callbackFee_not_in?: InputMaybe>; + relayerFee?: InputMaybe; + relayerFee_not?: InputMaybe; + relayerFee_gt?: InputMaybe; + relayerFee_lt?: InputMaybe; + relayerFee_gte?: InputMaybe; + relayerFee_lte?: InputMaybe; + relayerFee_in?: InputMaybe>; + relayerFee_not_in?: InputMaybe>; + destinationMinOut?: InputMaybe; + destinationMinOut_not?: InputMaybe; + destinationMinOut_gt?: InputMaybe; + destinationMinOut_lt?: InputMaybe; + destinationMinOut_gte?: InputMaybe; + destinationMinOut_lte?: InputMaybe; + destinationMinOut_in?: InputMaybe>; + destinationMinOut_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + originMinOut?: InputMaybe; + originMinOut_not?: InputMaybe; + originMinOut_gt?: InputMaybe; + originMinOut_lt?: InputMaybe; + originMinOut_gte?: InputMaybe; + originMinOut_lte?: InputMaybe; + originMinOut_in?: InputMaybe>; + originMinOut_not_in?: InputMaybe>; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + transactingAmount?: InputMaybe; + transactingAmount_not?: InputMaybe; + transactingAmount_gt?: InputMaybe; + transactingAmount_lt?: InputMaybe; + transactingAmount_gte?: InputMaybe; + transactingAmount_lte?: InputMaybe; + transactingAmount_in?: InputMaybe>; + transactingAmount_not_in?: InputMaybe>; + bridgedAsset?: InputMaybe; + bridgedAsset_not?: InputMaybe; + bridgedAsset_gt?: InputMaybe; + bridgedAsset_lt?: InputMaybe; + bridgedAsset_gte?: InputMaybe; + bridgedAsset_lte?: InputMaybe; + bridgedAsset_in?: InputMaybe>; + bridgedAsset_not_in?: InputMaybe>; + bridgedAsset_contains?: InputMaybe; + bridgedAsset_not_contains?: InputMaybe; + bridgedAmount?: InputMaybe; + bridgedAmount_not?: InputMaybe; + bridgedAmount_gt?: InputMaybe; + bridgedAmount_lt?: InputMaybe; + bridgedAmount_gte?: InputMaybe; + bridgedAmount_lte?: InputMaybe; + bridgedAmount_in?: InputMaybe>; + bridgedAmount_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_LpTransferEvent_orderBy = +export type testoptimismgoerli_OriginTransfer_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' + | 'chainId' + | 'transferId' + | 'nonce' | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' + | 'callData' + | 'originDomain' + | 'destinationDomain' + | 'agent' + | 'recovery' + | 'forceSlow' + | 'receiveLocal' + | 'callback' + | 'callbackFee' + | 'relayerFee' + | 'destinationMinOut' + | 'status' + | 'originMinOut' + | 'transactingAsset' + | 'transactingAmount' + | 'bridgedAsset' + | 'bridgedAmount' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type mumbai_swap_OrderDirection = - | 'asc' - | 'desc'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type mumbai_swap_PooledToken = { +export type testoptimismgoerli_Relayer = { id: Scalars['ID']; - asset: Scalars['mumbai_swap_Bytes']; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type mumbai_swap_PooledToken_filter = { +export type testoptimismgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -35760,116 +35608,124 @@ export type mumbai_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_PooledToken_orderBy = +export type testoptimismgoerli_Relayer_orderBy = | 'id' - | 'asset'; + | 'isActive' + | 'relayer'; -export type mumbai_swap_StableSwap = { +export type testoptimismgoerli_Router = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['mumbai_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type mumbai_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mumbai_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type mumbai_swap_StableSwaphourlyVolumesArgs = { +export type testoptimismgoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; - -export type mumbai_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type testoptimismgoerli_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type testoptimismgoerli_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type mumbai_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mumbai_swap_StableSwapAddLiquidityEvent = mumbai_swap_StableSwapEvent & { +export type testoptimismgoerli_Setting = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - provider: Scalars['mumbai_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['testoptimismgoerli_Bytes']; }; -export type mumbai_swap_StableSwapAddLiquidityEvent_filter = { +export type testoptimismgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -35878,160 +35734,41 @@ export type mumbai_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_StableSwapAddLiquidityEvent_orderBy = +export type testoptimismgoerli_Setting_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type mumbai_swap_StableSwapEvent = { +export type testoptimismgoerli_SponsorVault = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + sponsorVault: Scalars['testoptimismgoerli_Bytes']; }; -export type mumbai_swap_StableSwapEvent_filter = { +export type testoptimismgoerli_SponsorVault_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -36040,108 +35777,34 @@ export type mumbai_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + sponsorVault?: InputMaybe; + sponsorVault_not?: InputMaybe; + sponsorVault_gt?: InputMaybe; + sponsorVault_lt?: InputMaybe; + sponsorVault_gte?: InputMaybe; + sponsorVault_lte?: InputMaybe; + sponsorVault_in?: InputMaybe>; + sponsorVault_not_in?: InputMaybe>; + sponsorVault_contains?: InputMaybe; + sponsorVault_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_StableSwapEvent_orderBy = +export type testoptimismgoerli_SponsorVault_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'sponsorVault'; -export type mumbai_swap_StableSwapExchange = { +export type testoptimismgoerli_StableSwap = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - buyer: Scalars['mumbai_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + canonicalId: Scalars['testoptimismgoerli_Bytes']; + domain?: Maybe; + swapPool: Scalars['testoptimismgoerli_Bytes']; }; -export type mumbai_swap_StableSwapExchange_filter = { +export type testoptimismgoerli_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -36150,83 +35813,172 @@ export type mumbai_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type testoptimismgoerli_StableSwap_orderBy = + | 'id' + | 'canonicalId' + | 'domain' + | 'swapPool'; + +export type testoptimismgoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type testoptimismgoerli__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type testoptimismgoerli__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: testoptimismgoerli__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type staginggoerli_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type staginggoerli_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type staginggoerli_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['staginggoerli_swap_Bytes']; + balances: Array; +}; + + +export type staginggoerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_swap_LpAccountBalance = { + id: Scalars['ID']; + account: staginggoerli_swap_LpAccount; + token: staginggoerli_swap_LpToken; + amount: Scalars['staginggoerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type staginggoerli_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -36235,86 +35987,109 @@ export type mumbai_swap_StableSwapExchange_filter = { block_lte?: InputMaybe; block_in?: InputMaybe>; block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_StableSwapExchange_orderBy = +export type staginggoerli_swap_LpAccountBalance_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'modified' + | 'transaction'; -export type mumbai_swap_StableSwapRemoveLiquidityEvent = mumbai_swap_StableSwapEvent & { +export type staginggoerli_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type staginggoerli_swap_LpToken = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - provider: Scalars['mumbai_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; + address: Scalars['staginggoerli_swap_Bytes']; + stableSwap: staginggoerli_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['staginggoerli_swap_BigDecimal']; + events: Array; +}; + + +export type staginggoerli_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_swap_LpTokenEvent = { + id: Scalars['ID']; + token: staginggoerli_swap_LpToken; + amount: Scalars['staginggoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; + transaction: Scalars['staginggoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { +export type staginggoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -36323,79 +36098,35 @@ export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -36412,16 +36143,16 @@ export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -36431,245 +36162,27 @@ export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type staginggoerli_swap_LpTokenEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type mumbai_swap_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mumbai_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type mumbai_swap_SwapDailyVolume = mumbai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; -}; - -export type mumbai_swap_SwapDailyVolume_filter = { +export type staginggoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -36678,6 +36191,16 @@ export type mumbai_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -36698,31 +36221,73 @@ export type mumbai_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_SwapDailyVolume_orderBy = +export type staginggoerli_swap_LpToken_orderBy = | 'id' + | 'address' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -36740,17 +36305,27 @@ export type mumbai_swap_SwapDailyVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type mumbai_swap_SwapHourlyVolume = mumbai_swap_SwapTradeVolume & { +export type staginggoerli_swap_LpTransferEvent = staginggoerli_swap_LpTokenEvent & { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; + token: staginggoerli_swap_LpToken; + amount: Scalars['staginggoerli_swap_BigDecimal']; + from: Scalars['staginggoerli_swap_Bytes']; + to: Scalars['staginggoerli_swap_Bytes']; + fromBalance: Scalars['staginggoerli_swap_BigDecimal']; + toBalance: Scalars['staginggoerli_swap_BigDecimal']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_swap_SwapHourlyVolume_filter = { +export type staginggoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -36759,27 +36334,79 @@ export type mumbai_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -36788,93 +36415,301 @@ export type mumbai_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_SwapHourlyVolume_orderBy = +export type staginggoerli_swap_LpTransferEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type mumbai_swap_SwapTradeVolume = { - stableSwap: mumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; +/** Defines the order direction, either ascending or descending */ +export type staginggoerli_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type staginggoerli_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['staginggoerli_swap_Bytes']; }; -export type mumbai_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; +export type staginggoerli_swap_PooledToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_SwapTradeVolume_orderBy = +export type staginggoerli_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type staginggoerli_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['staginggoerli_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type staginggoerli_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type staginggoerli_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type staginggoerli_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type staginggoerli_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type staginggoerli_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_swap_StableSwapAddLiquidityEvent = staginggoerli_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: staginggoerli_swap_StableSwap; + provider: Scalars['staginggoerli_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy = + | 'id' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -36892,17 +36727,28 @@ export type mumbai_swap_SwapTradeVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type mumbai_swap_SwapWeeklyVolume = mumbai_swap_SwapTradeVolume & { +export type staginggoerli_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; + stableSwap: staginggoerli_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_swap_SwapWeeklyVolume_filter = { +export type staginggoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -36931,7 +36777,15 @@ export type mumbai_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -36940,21 +36794,31 @@ export type mumbai_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_SwapWeeklyVolume_orderBy = +export type staginggoerli_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -36973,16 +36837,28 @@ export type mumbai_swap_SwapWeeklyVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type mumbai_swap_SystemInfo = { +export type staginggoerli_swap_StableSwapExchange = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + stableSwap: staginggoerli_swap_StableSwap; + buyer: Scalars['staginggoerli_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_swap_SystemInfo_filter = { +export type staginggoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -36991,263 +36867,171 @@ export type mumbai_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_SystemInfo_orderBy = +export type staginggoerli_swap_StableSwapExchange_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type mumbai_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -/** The type for the top-level _meta field */ -export type mumbai_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: mumbai_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type stagingoptimismgoerli_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingoptimismgoerli_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingoptimismgoerli_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['stagingoptimismgoerli_swap_Bytes']; - balances: Array; -}; - - -export type stagingoptimismgoerli_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingoptimismgoerli_swap_LpAccountBalance = { - id: Scalars['ID']; - account: stagingoptimismgoerli_swap_LpAccount; - token: stagingoptimismgoerli_swap_LpToken; - amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type stagingoptimismgoerli_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type stagingoptimismgoerli_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type stagingoptimismgoerli_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['stagingoptimismgoerli_swap_Bytes']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - events: Array; -}; - - -export type stagingoptimismgoerli_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingoptimismgoerli_swap_LpTokenEvent = { +export type staginggoerli_swap_StableSwapRemoveLiquidityEvent = staginggoerli_swap_StableSwapEvent & { id: Scalars['ID']; - token: stagingoptimismgoerli_swap_LpToken; - amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + stableSwap: staginggoerli_swap_StableSwap; + provider: Scalars['staginggoerli_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + transaction: Scalars['staginggoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_LpTokenEvent_filter = { +export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -37256,35 +37040,79 @@ export type stagingoptimismgoerli_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -37301,16 +37129,16 @@ export type stagingoptimismgoerli_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -37320,132 +37148,13 @@ export type stagingoptimismgoerli_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type stagingoptimismgoerli_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_LpToken_orderBy = +export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'address' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -37463,27 +37172,19 @@ export type stagingoptimismgoerli_swap_LpToken_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type stagingoptimismgoerli_swap_LpTransferEvent = stagingoptimismgoerli_swap_LpTokenEvent & { - id: Scalars['ID']; - token: stagingoptimismgoerli_swap_LpToken; - amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - from: Scalars['stagingoptimismgoerli_swap_Bytes']; - to: Scalars['stagingoptimismgoerli_swap_Bytes']; - fromBalance: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - toBalance: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_swap_LpTransferEvent_filter = { +export type staginggoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -37492,141 +37193,200 @@ export type stagingoptimismgoerli_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_LpTransferEvent_orderBy = +export type staginggoerli_swap_StableSwap_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type stagingoptimismgoerli_swap_OrderDirection = - | 'asc' - | 'desc'; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type stagingoptimismgoerli_swap_PooledToken = { +export type staginggoerli_swap_SwapDailyVolume = staginggoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - asset: Scalars['stagingoptimismgoerli_swap_Bytes']; + stableSwap: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type stagingoptimismgoerli_swap_PooledToken_filter = { +export type staginggoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -37635,116 +37395,79 @@ export type stagingoptimismgoerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_PooledToken_orderBy = +export type staginggoerli_swap_SwapDailyVolume_orderBy = | 'id' - | 'asset'; - -export type stagingoptimismgoerli_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['stagingoptimismgoerli_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type stagingoptimismgoerli_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingoptimismgoerli_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingoptimismgoerli_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingoptimismgoerli_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingoptimismgoerli_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { +export type staginggoerli_swap_SwapHourlyVolume = staginggoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - provider: Scalars['stagingoptimismgoerli_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; + stableSwap: staginggoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type staginggoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -37773,67 +37496,7 @@ export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -37842,31 +37505,21 @@ export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type staginggoerli_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -37885,36 +37538,16 @@ export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type stagingoptimismgoerli_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - block: Scalars['BigInt']; +export type staginggoerli_swap_SwapTradeVolume = { + stableSwap: staginggoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type stagingoptimismgoerli_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; +export type staginggoerli_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -37935,15 +37568,7 @@ export type stagingoptimismgoerli_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -37952,32 +37577,21 @@ export type stagingoptimismgoerli_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_StableSwapEvent_orderBy = - | 'id' +export type staginggoerli_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -37995,28 +37609,17 @@ export type stagingoptimismgoerli_swap_StableSwapEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type stagingoptimismgoerli_swap_StableSwapExchange = { +export type staginggoerli_swap_SwapWeeklyVolume = staginggoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - buyer: Scalars['stagingoptimismgoerli_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; + stableSwap: staginggoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { +export type staginggoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -38045,71 +37648,7 @@ export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -38118,31 +37657,21 @@ export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_StableSwapExchange_orderBy = +export type staginggoerli_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -38161,35 +37690,16 @@ export type stagingoptimismgoerli_swap_StableSwapExchange_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { +export type staginggoerli_swap_SystemInfo = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - provider: Scalars['stagingoptimismgoerli_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type staginggoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -38198,151 +37708,94 @@ export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type staginggoerli_swap_SystemInfo_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'exchangeCount' + | 'swapCount'; -export type stagingoptimismgoerli_swap_StableSwap_filter = { +export type staginggoerli_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type staginggoerli_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: staginggoerli_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type stagingarbitrumgoerli_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingarbitrumgoerli_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingarbitrumgoerli_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['stagingarbitrumgoerli_swap_Bytes']; + balances: Array; +}; + + +export type stagingarbitrumgoerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingarbitrumgoerli_swap_LpAccountBalance = { + id: Scalars['ID']; + account: stagingarbitrumgoerli_swap_LpAccount; + token: stagingarbitrumgoerli_swap_LpToken; + amount: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type stagingarbitrumgoerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -38351,200 +37804,167 @@ export type stagingoptimismgoerli_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_StableSwap_orderBy = +export type stagingarbitrumgoerli_swap_LpAccountBalance_orderBy = | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type stagingoptimismgoerli_swap_SwapDailyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { +export type stagingarbitrumgoerli_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type stagingarbitrumgoerli_swap_LpToken = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; + address: Scalars['stagingarbitrumgoerli_swap_Bytes']; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + events: Array; +}; + + +export type stagingarbitrumgoerli_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingarbitrumgoerli_swap_LpTokenEvent = { + id: Scalars['ID']; + token: stagingarbitrumgoerli_swap_LpToken; + amount: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_SwapDailyVolume_filter = { +export type stagingarbitrumgoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -38553,27 +37973,43 @@ export type stagingoptimismgoerli_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -38582,50 +38018,46 @@ export type stagingoptimismgoerli_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_SwapDailyVolume_orderBy = +export type stagingarbitrumgoerli_swap_LpTokenEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' | 'timestamp' - | 'volume'; - -export type stagingoptimismgoerli_swap_SwapHourlyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; -}; + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_swap_SwapHourlyVolume_filter = { +export type stagingarbitrumgoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -38634,6 +38066,16 @@ export type stagingoptimismgoerli_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -38654,102 +38096,73 @@ export type stagingoptimismgoerli_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type stagingoptimismgoerli_swap_SwapTradeVolume = { - stableSwap: stagingoptimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; -}; - -export type stagingoptimismgoerli_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_SwapTradeVolume_orderBy = +export type stagingarbitrumgoerli_swap_LpToken_orderBy = + | 'id' + | 'address' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -38767,17 +38180,288 @@ export type stagingoptimismgoerli_swap_SwapTradeVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type stagingarbitrumgoerli_swap_LpTransferEvent = stagingarbitrumgoerli_swap_LpTokenEvent & { + id: Scalars['ID']; + token: stagingarbitrumgoerli_swap_LpToken; + amount: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + from: Scalars['stagingarbitrumgoerli_swap_Bytes']; + to: Scalars['stagingarbitrumgoerli_swap_Bytes']; + fromBalance: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + toBalance: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingarbitrumgoerli_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_swap_SwapWeeklyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { +/** Defines the order direction, either ascending or descending */ +export type stagingarbitrumgoerli_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingarbitrumgoerli_swap_PooledToken = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; + asset: Scalars['stagingarbitrumgoerli_swap_Bytes']; +}; + +export type stagingarbitrumgoerli_swap_PooledToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type stagingarbitrumgoerli_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['stagingarbitrumgoerli_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type stagingarbitrumgoerli_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingarbitrumgoerli_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingarbitrumgoerli_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingarbitrumgoerli_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingarbitrumgoerli_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent = stagingarbitrumgoerli_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; + provider: Scalars['stagingarbitrumgoerli_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_SwapWeeklyVolume_filter = { +export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -38806,7 +38490,67 @@ export type stagingoptimismgoerli_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -38815,21 +38559,31 @@ export type stagingoptimismgoerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy = +export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -38848,16 +38602,28 @@ export type stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_swap_SystemInfo = { +export type stagingarbitrumgoerli_swap_StableSwapEvent = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_SystemInfo_filter = { +export type stagingarbitrumgoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -38866,152 +38632,27 @@ export type stagingoptimismgoerli_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type stagingoptimismgoerli_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingoptimismgoerli_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingoptimismgoerli_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type goerli_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type goerli_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type goerli_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['goerli_swap_Bytes']; - balances: Array; -}; - - -export type goerli_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type goerli_swap_LpAccountBalance = { - id: Scalars['ID']; - account: goerli_swap_LpAccount; - token: goerli_swap_LpToken; - amount: Scalars['goerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type goerli_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -39020,109 +38661,79 @@ export type goerli_swap_LpAccountBalance_filter = { block_lte?: InputMaybe; block_in?: InputMaybe>; block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_LpAccountBalance_orderBy = +export type stagingarbitrumgoerli_swap_StableSwapEvent_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'block' - | 'modified' - | 'transaction'; - -export type goerli_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type goerli_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['goerli_swap_Bytes']; - stableSwap: goerli_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['goerli_swap_BigDecimal']; - events: Array; -}; - - -export type goerli_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'timestamp' + | 'transaction' + | 'nonce'; -export type goerli_swap_LpTokenEvent = { +export type stagingarbitrumgoerli_swap_StableSwapExchange = { id: Scalars['ID']; - token: goerli_swap_LpToken; - amount: Scalars['goerli_swap_BigDecimal']; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; + buyer: Scalars['stagingarbitrumgoerli_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_swap_LpTokenEvent_filter = { +export type stagingarbitrumgoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -39131,35 +38742,83 @@ export type goerli_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -39176,16 +38835,16 @@ export type goerli_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -39195,27 +38854,59 @@ export type goerli_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_LpTokenEvent_orderBy = +export type stagingarbitrumgoerli_swap_StableSwapExchange_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type goerli_swap_LpToken_filter = { +export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent = stagingarbitrumgoerli_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; + provider: Scalars['stagingarbitrumgoerli_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -39224,16 +38915,6 @@ export type goerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -39254,411 +38935,17 @@ export type goerli_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type goerli_swap_LpTransferEvent = goerli_swap_LpTokenEvent & { - id: Scalars['ID']; - token: goerli_swap_LpToken; - amount: Scalars['goerli_swap_BigDecimal']; - from: Scalars['goerli_swap_Bytes']; - to: Scalars['goerli_swap_Bytes']; - fromBalance: Scalars['goerli_swap_BigDecimal']; - toBalance: Scalars['goerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type goerli_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type goerli_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type goerli_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['goerli_swap_Bytes']; -}; - -export type goerli_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type goerli_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['goerli_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type goerli_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type goerli_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type goerli_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type goerli_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type goerli_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type goerli_swap_StableSwapAddLiquidityEvent = goerli_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - provider: Scalars['goerli_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type goerli_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -39717,16 +39004,16 @@ export type goerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -39736,12 +39023,12 @@ export type goerli_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -39772,452 +39059,7 @@ export type goerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type goerli_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type goerli_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type goerli_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - buyer: Scalars['goerli_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type goerli_swap_StableSwapExchange_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type goerli_swap_StableSwapRemoveLiquidityEvent = goerli_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - provider: Scalars['goerli_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_swap_StableSwapRemoveLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type goerli_swap_StableSwap_filter = { +export type stagingarbitrumgoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -40230,26 +39072,26 @@ export type goerli_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -40258,26 +39100,26 @@ export type goerli_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -40326,12 +39168,12 @@ export type goerli_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -40374,18 +39216,18 @@ export type goerli_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_StableSwap_orderBy = +export type stagingarbitrumgoerli_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -40412,14 +39254,14 @@ export type goerli_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type goerli_swap_SwapDailyVolume = goerli_swap_SwapTradeVolume & { +export type stagingarbitrumgoerli_swap_SwapDailyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; }; -export type goerli_swap_SwapDailyVolume_filter = { +export type stagingarbitrumgoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -40448,7 +39290,7 @@ export type goerli_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -40457,21 +39299,21 @@ export type goerli_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type goerli_swap_SwapDailyVolume_orderBy = +export type stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -40493,14 +39335,14 @@ export type goerli_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type goerli_swap_SwapHourlyVolume = goerli_swap_SwapTradeVolume & { +export type stagingarbitrumgoerli_swap_SwapHourlyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; }; -export type goerli_swap_SwapHourlyVolume_filter = { +export type stagingarbitrumgoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -40529,7 +39371,7 @@ export type goerli_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -40538,21 +39380,21 @@ export type goerli_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SwapHourlyVolume_orderBy = +export type stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -40574,13 +39416,13 @@ export type goerli_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type goerli_swap_SwapTradeVolume = { - stableSwap: goerli_swap_StableSwap; +export type stagingarbitrumgoerli_swap_SwapTradeVolume = { + stableSwap: stagingarbitrumgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; }; -export type goerli_swap_SwapTradeVolume_filter = { +export type stagingarbitrumgoerli_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -40601,7 +39443,7 @@ export type goerli_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -40610,21 +39452,21 @@ export type goerli_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SwapTradeVolume_orderBy = +export type stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -40645,14 +39487,14 @@ export type goerli_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type goerli_swap_SwapWeeklyVolume = goerli_swap_SwapTradeVolume & { +export type stagingarbitrumgoerli_swap_SwapWeeklyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; }; -export type goerli_swap_SwapWeeklyVolume_filter = { +export type stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -40681,7 +39523,7 @@ export type goerli_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -40690,21 +39532,21 @@ export type goerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SwapWeeklyVolume_orderBy = +export type stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -40726,13 +39568,13 @@ export type goerli_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type goerli_swap_SystemInfo = { +export type stagingarbitrumgoerli_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type goerli_swap_SystemInfo_filter = { +export type stagingarbitrumgoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -40758,19 +39600,19 @@ export type goerli_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SystemInfo_orderBy = +export type stagingarbitrumgoerli_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type goerli_swap__Block_ = { +export type stagingarbitrumgoerli_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -40778,7 +39620,7 @@ export type goerli_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type goerli_swap__Meta_ = { +export type stagingarbitrumgoerli_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -40786,84 +39628,49 @@ export type goerli_swap__Meta_ = { * and therefore asks for the latest block * */ - block: goerli_swap__Block_; + block: stagingarbitrumgoerli_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type localmainnet_AggregateRootSavedSlow = { - id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; +export type arbitrumgoerli_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type localmainnet_AggregateRootSavedSlow_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type arbitrumgoerli_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type localmainnet_AggregateRootSavedSlow_orderBy = - | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; +export type arbitrumgoerli_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['arbitrumgoerli_swap_Bytes']; + balances: Array; +}; -export type localmainnet_AggregatedMessageRoot = { + +export type arbitrumgoerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumgoerli_swap_LpAccountBalance = { id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['localmainnet_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; + account: arbitrumgoerli_swap_LpAccount; + token: arbitrumgoerli_swap_LpToken; + amount: Scalars['arbitrumgoerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type localmainnet_AggregatedMessageRoot_filter = { +export type arbitrumgoerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -40872,63 +39679,106 @@ export type localmainnet_AggregatedMessageRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_AggregatedMessageRoot_orderBy = +export type arbitrumgoerli_swap_LpAccountBalance_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; - -export type localmainnet_ArbitrumConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; -}; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type localmainnet_ArbitrumConnectorMeta_filter = { +export type arbitrumgoerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -40937,86 +39787,59 @@ export type localmainnet_ArbitrumConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_ArbitrumConnectorMeta_orderBy = +export type arbitrumgoerli_swap_LpAccount_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'address' + | 'balances'; -export type localmainnet_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type arbitrumgoerli_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['arbitrumgoerli_swap_Bytes']; + stableSwap: arbitrumgoerli_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['arbitrumgoerli_swap_BigDecimal']; + events: Array; }; -export type localmainnet_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; + +export type arbitrumgoerli_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_BnbConnectorMeta = { +export type arbitrumgoerli_swap_LpTokenEvent = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; + token: arbitrumgoerli_swap_LpToken; + amount: Scalars['arbitrumgoerli_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localmainnet_BnbConnectorMeta_filter = { +export type arbitrumgoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41025,150 +39848,91 @@ export type localmainnet_BnbConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_BnbConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type localmainnet_GnosisConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; -}; - -export type localmainnet_GnosisConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_GnosisConnectorMeta_orderBy = +export type arbitrumgoerli_swap_LpTokenEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type localmainnet_HubDomain = { - id: Scalars['ID']; - domain?: Maybe; -}; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type localmainnet_HubDomain_filter = { +export type arbitrumgoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41177,32 +39941,141 @@ export type localmainnet_HubDomain_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_HubDomain_orderBy = +export type arbitrumgoerli_swap_LpToken_orderBy = | 'id' - | 'domain'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type localmainnet_HubOptimisticRootFinalized = { +export type arbitrumgoerli_swap_LpTransferEvent = arbitrumgoerli_swap_LpTokenEvent & { id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; + token: arbitrumgoerli_swap_LpToken; + amount: Scalars['arbitrumgoerli_swap_BigDecimal']; + from: Scalars['arbitrumgoerli_swap_Bytes']; + to: Scalars['arbitrumgoerli_swap_Bytes']; + fromBalance: Scalars['arbitrumgoerli_swap_BigDecimal']; + toBalance: Scalars['arbitrumgoerli_swap_BigDecimal']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localmainnet_HubOptimisticRootFinalized_filter = { +export type arbitrumgoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41211,16 +40084,79 @@ export type localmainnet_HubOptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -41229,36 +40165,60 @@ export type localmainnet_HubOptimisticRootFinalized_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_HubOptimisticRootFinalized_orderBy = +export type arbitrumgoerli_swap_LpTransferEvent_orderBy = | 'id' - | 'aggregateRoot' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' | 'timestamp' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type localmainnet_OptimismConnectorMeta = { +/** Defines the order direction, either ascending or descending */ +export type arbitrumgoerli_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type arbitrumgoerli_swap_PooledToken = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; + asset: Scalars['arbitrumgoerli_swap_Bytes']; }; -export type localmainnet_OptimismConnectorMeta_filter = { +export type arbitrumgoerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41267,75 +40227,116 @@ export type localmainnet_OptimismConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OptimismConnectorMeta_orderBy = +export type arbitrumgoerli_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type localmainnet_OptimisticRootPropagated = { +export type arbitrumgoerli_swap_StableSwap = { id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; - domainsHash: Scalars['localmainnet_Bytes']; + isActive?: Maybe; + key: Scalars['arbitrumgoerli_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type arbitrumgoerli_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumgoerli_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumgoerli_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumgoerli_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumgoerli_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent = arbitrumgoerli_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: arbitrumgoerli_swap_StableSwap; + provider: Scalars['arbitrumgoerli_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localmainnet_OptimisticRootPropagated_filter = { +export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41344,26 +40345,87 @@ export type localmainnet_OptimisticRootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -41372,39 +40434,71 @@ export type localmainnet_OptimisticRootPropagated_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OptimisticRootPropagated_orderBy = +export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'aggregateRoot' - | 'domainsHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type localmainnet_OptimisticRootProposed = { +export type arbitrumgoerli_swap_StableSwapEvent = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['localmainnet_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['localmainnet_Bytes']; + stableSwap: arbitrumgoerli_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localmainnet_OptimisticRootProposed_filter = { +export type arbitrumgoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41413,46 +40507,35 @@ export type localmainnet_OptimisticRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -41461,45 +40544,71 @@ export type localmainnet_OptimisticRootProposed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OptimisticRootProposed_orderBy = +export type arbitrumgoerli_swap_StableSwapEvent_orderBy = | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type localmainnet_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type localmainnet_PolygonConnectorMeta = { +export type arbitrumgoerli_swap_StableSwapExchange = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; + stableSwap: arbitrumgoerli_swap_StableSwap; + buyer: Scalars['arbitrumgoerli_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localmainnet_PolygonConnectorMeta_filter = { +export type arbitrumgoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41508,164 +40617,171 @@ export type localmainnet_PolygonConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type localmainnet_RootAggregated = { - id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['localmainnet_Bytes']; - index: Scalars['BigInt']; -}; - -export type localmainnet_RootAggregated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_RootAggregated_orderBy = - | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; - -export type localmainnet_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; -}; - -export type localmainnet_RootManagerMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootManagerMeta_orderBy = +export type arbitrumgoerli_swap_StableSwapExchange_orderBy = | 'id' - | 'domains' - | 'connectors'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type localmainnet_RootManagerMode = { +export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent = arbitrumgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - mode: Scalars['String']; + stableSwap: arbitrumgoerli_swap_StableSwap; + provider: Scalars['arbitrumgoerli_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localmainnet_RootManagerMode_filter = { +export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41674,50 +40790,151 @@ export type localmainnet_RootManagerMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootManagerMode_orderBy = +export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'mode'; - -export type localmainnet_RootMessageProcessed = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type localmainnet_RootMessageProcessed_filter = { +export type arbitrumgoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41726,111 +40943,200 @@ export type localmainnet_RootMessageProcessed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootMessageProcessed_orderBy = +export type arbitrumgoerli_swap_StableSwap_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type localmainnet_RootPropagated = { +export type arbitrumgoerli_swap_SwapDailyVolume = arbitrumgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - aggregate: Scalars['localmainnet_Bytes']; - domainsHash: Scalars['localmainnet_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; + stableSwap: arbitrumgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumgoerli_swap_BigDecimal']; }; -export type localmainnet_RootPropagated_filter = { +export type arbitrumgoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41839,65 +41145,79 @@ export type localmainnet_RootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootPropagated_orderBy = +export type arbitrumgoerli_swap_SwapDailyVolume_orderBy = | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type localmainnet_ZkSyncConnectorMeta = { +export type arbitrumgoerli_swap_SwapHourlyVolume = arbitrumgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; + stableSwap: arbitrumgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumgoerli_swap_BigDecimal']; }; -export type localmainnet_ZkSyncConnectorMeta_filter = { +export type arbitrumgoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41906,127 +41226,326 @@ export type localmainnet_ZkSyncConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_ZkSyncConnectorMeta_orderBy = +export type arbitrumgoerli_swap_SwapHourlyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type localmainnet__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; +export type arbitrumgoerli_swap_SwapTradeVolume = { + stableSwap: arbitrumgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumgoerli_swap_BigDecimal']; }; -/** The type for the top-level _meta field */ -export type localmainnet__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: localmainnet__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; +export type arbitrumgoerli_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; +export type arbitrumgoerli_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type staginggoerli_swap_Block_height = { - hash?: InputMaybe; +export type arbitrumgoerli_swap_SwapWeeklyVolume = arbitrumgoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumgoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumgoerli_swap_BigDecimal']; +}; + +export type arbitrumgoerli_swap_SwapWeeklyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumgoerli_swap_SwapWeeklyVolume_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type arbitrumgoerli_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type arbitrumgoerli_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumgoerli_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type arbitrumgoerli_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type arbitrumgoerli_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: arbitrumgoerli_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type mumbai_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mumbai_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type staginggoerli_swap_LpAccount = { +export type mumbai_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['staginggoerli_swap_Bytes']; - balances: Array; + address: Scalars['mumbai_swap_Bytes']; + balances: Array; }; -export type staginggoerli_swap_LpAccountbalancesArgs = { +export type mumbai_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_LpAccountBalance = { +export type mumbai_swap_LpAccountBalance = { id: Scalars['ID']; - account: staginggoerli_swap_LpAccount; - token: staginggoerli_swap_LpToken; - amount: Scalars['staginggoerli_swap_BigDecimal']; + account: mumbai_swap_LpAccount; + token: mumbai_swap_LpToken; + amount: Scalars['mumbai_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type staginggoerli_swap_LpAccountBalance_filter = { +export type mumbai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -42055,7 +41574,7 @@ export type staginggoerli_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -42076,15 +41595,15 @@ export type staginggoerli_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -42101,23 +41620,23 @@ export type staginggoerli_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_LpAccountBalance_orderBy = +export type mumbai_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -42134,7 +41653,7 @@ export type staginggoerli_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type staginggoerli_swap_LpAccount_filter = { +export type mumbai_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -42143,59 +41662,59 @@ export type staginggoerli_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_LpAccount_orderBy = +export type mumbai_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type staginggoerli_swap_LpToken = { +export type mumbai_swap_LpToken = { id: Scalars['ID']; - address: Scalars['staginggoerli_swap_Bytes']; - stableSwap: staginggoerli_swap_StableSwap; + address: Scalars['mumbai_swap_Bytes']; + stableSwap: mumbai_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['staginggoerli_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['mumbai_swap_BigDecimal']; + events: Array; }; -export type staginggoerli_swap_LpTokeneventsArgs = { +export type mumbai_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_LpTokenEvent = { +export type mumbai_swap_LpTokenEvent = { id: Scalars['ID']; - token: staginggoerli_swap_LpToken; - amount: Scalars['staginggoerli_swap_BigDecimal']; + token: mumbai_swap_LpToken; + amount: Scalars['mumbai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; + transaction: Scalars['mumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_LpTokenEvent_filter = { +export type mumbai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -42224,15 +41743,15 @@ export type staginggoerli_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -42249,16 +41768,16 @@ export type staginggoerli_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -42268,12 +41787,12 @@ export type staginggoerli_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_LpTokenEvent_orderBy = +export type mumbai_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -42288,7 +41807,7 @@ export type staginggoerli_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type staginggoerli_swap_LpToken_filter = { +export type mumbai_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -42297,16 +41816,16 @@ export type staginggoerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -42327,7 +41846,7 @@ export type staginggoerli_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -42376,22 +41895,22 @@ export type staginggoerli_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_LpToken_orderBy = +export type mumbai_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -42417,21 +41936,21 @@ export type staginggoerli_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type staginggoerli_swap_LpTransferEvent = staginggoerli_swap_LpTokenEvent & { +export type mumbai_swap_LpTransferEvent = mumbai_swap_LpTokenEvent & { id: Scalars['ID']; - token: staginggoerli_swap_LpToken; - amount: Scalars['staginggoerli_swap_BigDecimal']; - from: Scalars['staginggoerli_swap_Bytes']; - to: Scalars['staginggoerli_swap_Bytes']; - fromBalance: Scalars['staginggoerli_swap_BigDecimal']; - toBalance: Scalars['staginggoerli_swap_BigDecimal']; + token: mumbai_swap_LpToken; + amount: Scalars['mumbai_swap_BigDecimal']; + from: Scalars['mumbai_swap_Bytes']; + to: Scalars['mumbai_swap_Bytes']; + fromBalance: Scalars['mumbai_swap_BigDecimal']; + toBalance: Scalars['mumbai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; + transaction: Scalars['mumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_LpTransferEvent_filter = { +export type mumbai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -42460,94 +41979,94 @@ export type staginggoerli_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mumbai_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' | 'token__id' | 'token__address' | 'token__decimals' @@ -42565,16 +42084,16 @@ export type staginggoerli_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type staginggoerli_swap_OrderDirection = +export type mumbai_swap_OrderDirection = | 'asc' | 'desc'; -export type staginggoerli_swap_PooledToken = { +export type mumbai_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['staginggoerli_swap_Bytes']; + asset: Scalars['mumbai_swap_Bytes']; }; -export type staginggoerli_swap_PooledToken_filter = { +export type mumbai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -42583,103 +42102,103 @@ export type staginggoerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_PooledToken_orderBy = +export type mumbai_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type staginggoerli_swap_StableSwap = { +export type mumbai_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['staginggoerli_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['mumbai_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type staginggoerli_swap_StableSwapeventsArgs = { +export type mumbai_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_StableSwapexchangesArgs = { +export type mumbai_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_StableSwaphourlyVolumesArgs = { +export type mumbai_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_StableSwapdailyVolumesArgs = { +export type mumbai_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_StableSwapweeklyVolumesArgs = { +export type mumbai_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_swap_StableSwapAddLiquidityEvent = staginggoerli_swap_StableSwapEvent & { +export type mumbai_swap_StableSwapAddLiquidityEvent = mumbai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - provider: Scalars['staginggoerli_swap_Bytes']; + stableSwap: mumbai_swap_StableSwap; + provider: Scalars['mumbai_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -42688,11 +42207,11 @@ export type staginggoerli_swap_StableSwapAddLiquidityEvent = staginggoerli_swap_ balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; + transaction: Scalars['mumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type mumbai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -42721,17 +42240,17 @@ export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -42790,16 +42309,16 @@ export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -42809,12 +42328,12 @@ export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type mumbai_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -42845,16 +42364,16 @@ export type staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type staginggoerli_swap_StableSwapEvent = { +export type mumbai_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; + stableSwap: mumbai_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; + transaction: Scalars['mumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_StableSwapEvent_filter = { +export type mumbai_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -42883,7 +42402,7 @@ export type staginggoerli_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -42900,16 +42419,16 @@ export type staginggoerli_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -42919,12 +42438,12 @@ export type staginggoerli_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwapEvent_orderBy = +export type mumbai_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -42948,10 +42467,10 @@ export type staginggoerli_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type staginggoerli_swap_StableSwapExchange = { +export type mumbai_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - buyer: Scalars['staginggoerli_swap_Bytes']; + stableSwap: mumbai_swap_StableSwap; + buyer: Scalars['mumbai_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -42960,11 +42479,11 @@ export type staginggoerli_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; + transaction: Scalars['mumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_StableSwapExchange_filter = { +export type mumbai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -42993,17 +42512,17 @@ export type staginggoerli_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -43066,16 +42585,16 @@ export type staginggoerli_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -43085,12 +42604,12 @@ export type staginggoerli_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwapExchange_orderBy = +export type mumbai_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -43121,10 +42640,10 @@ export type staginggoerli_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type staginggoerli_swap_StableSwapRemoveLiquidityEvent = staginggoerli_swap_StableSwapEvent & { +export type mumbai_swap_StableSwapRemoveLiquidityEvent = mumbai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - provider: Scalars['staginggoerli_swap_Bytes']; + stableSwap: mumbai_swap_StableSwap; + provider: Scalars['mumbai_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -43133,11 +42652,11 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEvent = staginggoerli_sw balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; + transaction: Scalars['mumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -43166,17 +42685,17 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -43235,16 +42754,16 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -43254,12 +42773,12 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -43290,7 +42809,7 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type staginggoerli_swap_StableSwap_filter = { +export type mumbai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -43303,26 +42822,26 @@ export type staginggoerli_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -43331,26 +42850,26 @@ export type staginggoerli_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -43399,12 +42918,12 @@ export type staginggoerli_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -43447,18 +42966,18 @@ export type staginggoerli_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type staginggoerli_swap_StableSwap_orderBy = +export type mumbai_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -43485,14 +43004,14 @@ export type staginggoerli_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type staginggoerli_swap_SwapDailyVolume = staginggoerli_swap_SwapTradeVolume & { +export type mumbai_swap_SwapDailyVolume = mumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; + stableSwap: mumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type staginggoerli_swap_SwapDailyVolume_filter = { +export type mumbai_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -43521,7 +43040,7 @@ export type staginggoerli_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -43530,21 +43049,21 @@ export type staginggoerli_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SwapDailyVolume_orderBy = +export type mumbai_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -43566,14 +43085,14 @@ export type staginggoerli_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type staginggoerli_swap_SwapHourlyVolume = staginggoerli_swap_SwapTradeVolume & { +export type mumbai_swap_SwapHourlyVolume = mumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; + stableSwap: mumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type staginggoerli_swap_SwapHourlyVolume_filter = { +export type mumbai_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -43602,7 +43121,7 @@ export type staginggoerli_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -43611,21 +43130,21 @@ export type staginggoerli_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SwapHourlyVolume_orderBy = +export type mumbai_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -43647,13 +43166,13 @@ export type staginggoerli_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type staginggoerli_swap_SwapTradeVolume = { - stableSwap: staginggoerli_swap_StableSwap; +export type mumbai_swap_SwapTradeVolume = { + stableSwap: mumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type staginggoerli_swap_SwapTradeVolume_filter = { +export type mumbai_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -43674,7 +43193,7 @@ export type staginggoerli_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -43683,21 +43202,21 @@ export type staginggoerli_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SwapTradeVolume_orderBy = +export type mumbai_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -43718,14 +43237,14 @@ export type staginggoerli_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type staginggoerli_swap_SwapWeeklyVolume = staginggoerli_swap_SwapTradeVolume & { +export type mumbai_swap_SwapWeeklyVolume = mumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; + stableSwap: mumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type staginggoerli_swap_SwapWeeklyVolume_filter = { +export type mumbai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -43754,7 +43273,7 @@ export type staginggoerli_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -43763,21 +43282,21 @@ export type staginggoerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SwapWeeklyVolume_orderBy = +export type mumbai_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -43799,13 +43318,13 @@ export type staginggoerli_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type staginggoerli_swap_SystemInfo = { +export type mumbai_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type staginggoerli_swap_SystemInfo_filter = { +export type mumbai_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -43831,19 +43350,19 @@ export type staginggoerli_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SystemInfo_orderBy = +export type mumbai_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type staginggoerli_swap__Block_ = { +export type mumbai_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -43851,7 +43370,7 @@ export type staginggoerli_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type staginggoerli_swap__Meta_ = { +export type mumbai_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -43859,49 +43378,49 @@ export type staginggoerli_swap__Meta_ = { * and therefore asks for the latest block * */ - block: staginggoerli_swap__Block_; + block: mumbai_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingmumbai_swap_BlockChangedFilter = { +export type bnb_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmumbai_swap_Block_height = { - hash?: InputMaybe; +export type bnb_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmumbai_swap_LpAccount = { +export type bnb_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['stagingmumbai_swap_Bytes']; - balances: Array; + address: Scalars['bnb_swap_Bytes']; + balances: Array; }; -export type stagingmumbai_swap_LpAccountbalancesArgs = { +export type bnb_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_LpAccountBalance = { +export type bnb_swap_LpAccountBalance = { id: Scalars['ID']; - account: stagingmumbai_swap_LpAccount; - token: stagingmumbai_swap_LpToken; - amount: Scalars['stagingmumbai_swap_BigDecimal']; + account: bnb_swap_LpAccount; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type stagingmumbai_swap_LpAccountBalance_filter = { +export type bnb_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -43930,7 +43449,7 @@ export type stagingmumbai_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -43951,15 +43470,15 @@ export type stagingmumbai_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -43976,23 +43495,23 @@ export type stagingmumbai_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_LpAccountBalance_orderBy = +export type bnb_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -44009,7 +43528,7 @@ export type stagingmumbai_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type stagingmumbai_swap_LpAccount_filter = { +export type bnb_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -44018,59 +43537,59 @@ export type stagingmumbai_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_LpAccount_orderBy = +export type bnb_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type stagingmumbai_swap_LpToken = { +export type bnb_swap_LpToken = { id: Scalars['ID']; - address: Scalars['stagingmumbai_swap_Bytes']; - stableSwap: stagingmumbai_swap_StableSwap; + address: Scalars['bnb_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['stagingmumbai_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['bnb_swap_BigDecimal']; + events: Array; }; -export type stagingmumbai_swap_LpTokeneventsArgs = { +export type bnb_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_LpTokenEvent = { +export type bnb_swap_LpTokenEvent = { id: Scalars['ID']; - token: stagingmumbai_swap_LpToken; - amount: Scalars['stagingmumbai_swap_BigDecimal']; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmumbai_swap_LpTokenEvent_filter = { +export type bnb_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -44099,15 +43618,15 @@ export type stagingmumbai_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -44124,16 +43643,16 @@ export type stagingmumbai_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -44143,12 +43662,12 @@ export type stagingmumbai_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_LpTokenEvent_orderBy = +export type bnb_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -44163,7 +43682,7 @@ export type stagingmumbai_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type stagingmumbai_swap_LpToken_filter = { +export type bnb_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -44172,16 +43691,16 @@ export type stagingmumbai_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -44202,7 +43721,7 @@ export type stagingmumbai_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -44251,22 +43770,22 @@ export type stagingmumbai_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_LpToken_orderBy = +export type bnb_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -44292,21 +43811,21 @@ export type stagingmumbai_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type stagingmumbai_swap_LpTransferEvent = stagingmumbai_swap_LpTokenEvent & { +export type bnb_swap_LpTransferEvent = bnb_swap_LpTokenEvent & { id: Scalars['ID']; - token: stagingmumbai_swap_LpToken; - amount: Scalars['stagingmumbai_swap_BigDecimal']; - from: Scalars['stagingmumbai_swap_Bytes']; - to: Scalars['stagingmumbai_swap_Bytes']; - fromBalance: Scalars['stagingmumbai_swap_BigDecimal']; - toBalance: Scalars['stagingmumbai_swap_BigDecimal']; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; + from: Scalars['bnb_swap_Bytes']; + to: Scalars['bnb_swap_Bytes']; + fromBalance: Scalars['bnb_swap_BigDecimal']; + toBalance: Scalars['bnb_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmumbai_swap_LpTransferEvent_filter = { +export type bnb_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -44335,51 +43854,51 @@ export type stagingmumbai_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -44396,16 +43915,16 @@ export type stagingmumbai_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -44415,12 +43934,12 @@ export type stagingmumbai_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_LpTransferEvent_orderBy = +export type bnb_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -44440,16 +43959,16 @@ export type stagingmumbai_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type stagingmumbai_swap_OrderDirection = +export type bnb_swap_OrderDirection = | 'asc' | 'desc'; -export type stagingmumbai_swap_PooledToken = { +export type bnb_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['stagingmumbai_swap_Bytes']; + asset: Scalars['bnb_swap_Bytes']; }; -export type stagingmumbai_swap_PooledToken_filter = { +export type bnb_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -44458,103 +43977,103 @@ export type stagingmumbai_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_PooledToken_orderBy = +export type bnb_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type stagingmumbai_swap_StableSwap = { +export type bnb_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['stagingmumbai_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['bnb_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type stagingmumbai_swap_StableSwapeventsArgs = { +export type bnb_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_StableSwapexchangesArgs = { +export type bnb_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_StableSwaphourlyVolumesArgs = { +export type bnb_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_StableSwapdailyVolumesArgs = { +export type bnb_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_StableSwapweeklyVolumesArgs = { +export type bnb_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_StableSwapAddLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { +export type bnb_swap_StableSwapAddLiquidityEvent = bnb_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - provider: Scalars['stagingmumbai_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; + provider: Scalars['bnb_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -44563,11 +44082,11 @@ export type stagingmumbai_swap_StableSwapAddLiquidityEvent = stagingmumbai_swap_ balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { +export type bnb_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -44596,17 +44115,17 @@ export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -44665,16 +44184,16 @@ export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -44684,12 +44203,12 @@ export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy = +export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -44720,16 +44239,16 @@ export type stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type stagingmumbai_swap_StableSwapEvent = { +export type bnb_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; + stableSwap: bnb_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmumbai_swap_StableSwapEvent_filter = { +export type bnb_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -44758,7 +44277,7 @@ export type stagingmumbai_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -44775,16 +44294,16 @@ export type stagingmumbai_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -44794,12 +44313,12 @@ export type stagingmumbai_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_StableSwapEvent_orderBy = +export type bnb_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -44823,10 +44342,10 @@ export type stagingmumbai_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type stagingmumbai_swap_StableSwapExchange = { +export type bnb_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - buyer: Scalars['stagingmumbai_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; + buyer: Scalars['bnb_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -44835,11 +44354,11 @@ export type stagingmumbai_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmumbai_swap_StableSwapExchange_filter = { +export type bnb_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -44868,17 +44387,17 @@ export type stagingmumbai_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -44941,16 +44460,16 @@ export type stagingmumbai_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -44960,12 +44479,12 @@ export type stagingmumbai_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_StableSwapExchange_orderBy = +export type bnb_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -44996,10 +44515,10 @@ export type stagingmumbai_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { +export type bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - provider: Scalars['stagingmumbai_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; + provider: Scalars['bnb_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -45008,11 +44527,11 @@ export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent = stagingmumbai_sw balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { +export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45041,20 +44560,20 @@ export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; tokenAmounts_contains_nocase?: InputMaybe>; tokenAmounts_not_contains?: InputMaybe>; tokenAmounts_not_contains_nocase?: InputMaybe>; @@ -45110,16 +44629,16 @@ export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -45129,12 +44648,12 @@ export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -45165,7 +44684,7 @@ export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type stagingmumbai_swap_StableSwap_filter = { +export type bnb_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45178,26 +44697,26 @@ export type stagingmumbai_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -45206,26 +44725,26 @@ export type stagingmumbai_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -45274,12 +44793,12 @@ export type stagingmumbai_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -45322,18 +44841,18 @@ export type stagingmumbai_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_StableSwap_orderBy = +export type bnb_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -45360,14 +44879,14 @@ export type stagingmumbai_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type stagingmumbai_swap_SwapDailyVolume = stagingmumbai_swap_SwapTradeVolume & { +export type bnb_swap_SwapDailyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type stagingmumbai_swap_SwapDailyVolume_filter = { +export type bnb_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45396,7 +44915,7 @@ export type stagingmumbai_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -45405,21 +44924,21 @@ export type stagingmumbai_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SwapDailyVolume_orderBy = +export type bnb_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -45441,14 +44960,14 @@ export type stagingmumbai_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type stagingmumbai_swap_SwapHourlyVolume = stagingmumbai_swap_SwapTradeVolume & { +export type bnb_swap_SwapHourlyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type stagingmumbai_swap_SwapHourlyVolume_filter = { +export type bnb_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45477,7 +44996,7 @@ export type stagingmumbai_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -45486,21 +45005,21 @@ export type stagingmumbai_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SwapHourlyVolume_orderBy = +export type bnb_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -45522,13 +45041,13 @@ export type stagingmumbai_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type stagingmumbai_swap_SwapTradeVolume = { - stableSwap: stagingmumbai_swap_StableSwap; +export type bnb_swap_SwapTradeVolume = { + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type stagingmumbai_swap_SwapTradeVolume_filter = { +export type bnb_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -45549,7 +45068,7 @@ export type stagingmumbai_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -45558,21 +45077,21 @@ export type stagingmumbai_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SwapTradeVolume_orderBy = +export type bnb_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -45593,14 +45112,14 @@ export type stagingmumbai_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type stagingmumbai_swap_SwapWeeklyVolume = stagingmumbai_swap_SwapTradeVolume & { +export type bnb_swap_SwapWeeklyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type stagingmumbai_swap_SwapWeeklyVolume_filter = { +export type bnb_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45629,7 +45148,7 @@ export type stagingmumbai_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -45638,21 +45157,21 @@ export type stagingmumbai_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SwapWeeklyVolume_orderBy = +export type bnb_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -45674,13 +45193,13 @@ export type stagingmumbai_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type stagingmumbai_swap_SystemInfo = { +export type bnb_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type stagingmumbai_swap_SystemInfo_filter = { +export type bnb_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45706,19 +45225,19 @@ export type stagingmumbai_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SystemInfo_orderBy = +export type bnb_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type stagingmumbai_swap__Block_ = { +export type bnb_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -45726,7 +45245,7 @@ export type stagingmumbai_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingmumbai_swap__Meta_ = { +export type bnb_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -45734,49 +45253,49 @@ export type stagingmumbai_swap__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmumbai_swap__Block_; + block: bnb_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type optimismgoerli_swap_BlockChangedFilter = { +export type stagingmumbai_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type optimismgoerli_swap_Block_height = { - hash?: InputMaybe; +export type stagingmumbai_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type optimismgoerli_swap_LpAccount = { +export type stagingmumbai_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['optimismgoerli_swap_Bytes']; - balances: Array; + address: Scalars['stagingmumbai_swap_Bytes']; + balances: Array; }; -export type optimismgoerli_swap_LpAccountbalancesArgs = { +export type stagingmumbai_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_LpAccountBalance = { +export type stagingmumbai_swap_LpAccountBalance = { id: Scalars['ID']; - account: optimismgoerli_swap_LpAccount; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; + account: stagingmumbai_swap_LpAccount; + token: stagingmumbai_swap_LpToken; + amount: Scalars['stagingmumbai_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type optimismgoerli_swap_LpAccountBalance_filter = { +export type stagingmumbai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45805,7 +45324,7 @@ export type optimismgoerli_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -45826,15 +45345,15 @@ export type optimismgoerli_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -45851,23 +45370,23 @@ export type optimismgoerli_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpAccountBalance_orderBy = +export type stagingmumbai_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -45884,7 +45403,7 @@ export type optimismgoerli_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type optimismgoerli_swap_LpAccount_filter = { +export type stagingmumbai_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45893,59 +45412,59 @@ export type optimismgoerli_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpAccount_orderBy = +export type stagingmumbai_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type optimismgoerli_swap_LpToken = { +export type stagingmumbai_swap_LpToken = { id: Scalars['ID']; - address: Scalars['optimismgoerli_swap_Bytes']; - stableSwap: optimismgoerli_swap_StableSwap; + address: Scalars['stagingmumbai_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['optimismgoerli_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['stagingmumbai_swap_BigDecimal']; + events: Array; }; -export type optimismgoerli_swap_LpTokeneventsArgs = { +export type stagingmumbai_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_LpTokenEvent = { +export type stagingmumbai_swap_LpTokenEvent = { id: Scalars['ID']; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; + token: stagingmumbai_swap_LpToken; + amount: Scalars['stagingmumbai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_LpTokenEvent_filter = { +export type stagingmumbai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45974,15 +45493,15 @@ export type optimismgoerli_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -45999,16 +45518,16 @@ export type optimismgoerli_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -46018,12 +45537,12 @@ export type optimismgoerli_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpTokenEvent_orderBy = +export type stagingmumbai_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -46038,7 +45557,7 @@ export type optimismgoerli_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_LpToken_filter = { +export type stagingmumbai_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46047,16 +45566,16 @@ export type optimismgoerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -46077,7 +45596,7 @@ export type optimismgoerli_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -46126,22 +45645,22 @@ export type optimismgoerli_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpToken_orderBy = +export type stagingmumbai_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -46167,21 +45686,21 @@ export type optimismgoerli_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type optimismgoerli_swap_LpTransferEvent = optimismgoerli_swap_LpTokenEvent & { +export type stagingmumbai_swap_LpTransferEvent = stagingmumbai_swap_LpTokenEvent & { id: Scalars['ID']; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; - from: Scalars['optimismgoerli_swap_Bytes']; - to: Scalars['optimismgoerli_swap_Bytes']; - fromBalance: Scalars['optimismgoerli_swap_BigDecimal']; - toBalance: Scalars['optimismgoerli_swap_BigDecimal']; + token: stagingmumbai_swap_LpToken; + amount: Scalars['stagingmumbai_swap_BigDecimal']; + from: Scalars['stagingmumbai_swap_Bytes']; + to: Scalars['stagingmumbai_swap_Bytes']; + fromBalance: Scalars['stagingmumbai_swap_BigDecimal']; + toBalance: Scalars['stagingmumbai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_LpTransferEvent_filter = { +export type stagingmumbai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46210,51 +45729,51 @@ export type optimismgoerli_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -46271,16 +45790,16 @@ export type optimismgoerli_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -46290,12 +45809,12 @@ export type optimismgoerli_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpTransferEvent_orderBy = +export type stagingmumbai_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -46315,16 +45834,16 @@ export type optimismgoerli_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type optimismgoerli_swap_OrderDirection = +export type stagingmumbai_swap_OrderDirection = | 'asc' | 'desc'; -export type optimismgoerli_swap_PooledToken = { +export type stagingmumbai_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['optimismgoerli_swap_Bytes']; + asset: Scalars['stagingmumbai_swap_Bytes']; }; -export type optimismgoerli_swap_PooledToken_filter = { +export type stagingmumbai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46333,103 +45852,103 @@ export type optimismgoerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_PooledToken_orderBy = +export type stagingmumbai_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type optimismgoerli_swap_StableSwap = { +export type stagingmumbai_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['optimismgoerli_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['stagingmumbai_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type optimismgoerli_swap_StableSwapeventsArgs = { +export type stagingmumbai_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwapexchangesArgs = { +export type stagingmumbai_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwaphourlyVolumesArgs = { +export type stagingmumbai_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwapdailyVolumesArgs = { +export type stagingmumbai_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwapweeklyVolumesArgs = { +export type stagingmumbai_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwapAddLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { +export type stagingmumbai_swap_StableSwapAddLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - provider: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; + provider: Scalars['stagingmumbai_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -46438,11 +45957,11 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent = optimismgoerli_swa balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46471,17 +45990,17 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -46540,16 +46059,16 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -46559,12 +46078,12 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -46595,16 +46114,16 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_StableSwapEvent = { +export type stagingmumbai_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; + stableSwap: stagingmumbai_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_StableSwapEvent_filter = { +export type stagingmumbai_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46633,7 +46152,7 @@ export type optimismgoerli_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -46650,16 +46169,16 @@ export type optimismgoerli_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -46669,12 +46188,12 @@ export type optimismgoerli_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapEvent_orderBy = +export type stagingmumbai_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -46698,10 +46217,10 @@ export type optimismgoerli_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_StableSwapExchange = { +export type stagingmumbai_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - buyer: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; + buyer: Scalars['stagingmumbai_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -46710,11 +46229,11 @@ export type optimismgoerli_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_StableSwapExchange_filter = { +export type stagingmumbai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46743,17 +46262,17 @@ export type optimismgoerli_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -46816,16 +46335,16 @@ export type optimismgoerli_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -46835,12 +46354,12 @@ export type optimismgoerli_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapExchange_orderBy = +export type stagingmumbai_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -46871,10 +46390,10 @@ export type optimismgoerli_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { +export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - provider: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; + provider: Scalars['stagingmumbai_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -46883,11 +46402,11 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent = optimismgoerli_ balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46916,17 +46435,17 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -46985,16 +46504,16 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -47004,12 +46523,12 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47040,7 +46559,7 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_StableSwap_filter = { +export type stagingmumbai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47053,26 +46572,26 @@ export type optimismgoerli_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -47081,26 +46600,26 @@ export type optimismgoerli_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -47149,12 +46668,12 @@ export type optimismgoerli_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -47197,18 +46716,18 @@ export type optimismgoerli_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwap_orderBy = +export type stagingmumbai_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -47235,14 +46754,14 @@ export type optimismgoerli_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type optimismgoerli_swap_SwapDailyVolume = optimismgoerli_swap_SwapTradeVolume & { +export type stagingmumbai_swap_SwapDailyVolume = stagingmumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; + stableSwap: stagingmumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type optimismgoerli_swap_SwapDailyVolume_filter = { +export type stagingmumbai_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47271,7 +46790,7 @@ export type optimismgoerli_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -47280,21 +46799,21 @@ export type optimismgoerli_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SwapDailyVolume_orderBy = +export type stagingmumbai_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47316,14 +46835,14 @@ export type optimismgoerli_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimismgoerli_swap_SwapHourlyVolume = optimismgoerli_swap_SwapTradeVolume & { +export type stagingmumbai_swap_SwapHourlyVolume = stagingmumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; + stableSwap: stagingmumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type optimismgoerli_swap_SwapHourlyVolume_filter = { +export type stagingmumbai_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47352,7 +46871,7 @@ export type optimismgoerli_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -47361,21 +46880,21 @@ export type optimismgoerli_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SwapHourlyVolume_orderBy = +export type stagingmumbai_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47397,13 +46916,13 @@ export type optimismgoerli_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimismgoerli_swap_SwapTradeVolume = { - stableSwap: optimismgoerli_swap_StableSwap; +export type stagingmumbai_swap_SwapTradeVolume = { + stableSwap: stagingmumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type optimismgoerli_swap_SwapTradeVolume_filter = { +export type stagingmumbai_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -47424,7 +46943,7 @@ export type optimismgoerli_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -47433,21 +46952,21 @@ export type optimismgoerli_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SwapTradeVolume_orderBy = +export type stagingmumbai_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -47468,14 +46987,14 @@ export type optimismgoerli_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type optimismgoerli_swap_SwapWeeklyVolume = optimismgoerli_swap_SwapTradeVolume & { +export type stagingmumbai_swap_SwapWeeklyVolume = stagingmumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; + stableSwap: stagingmumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type optimismgoerli_swap_SwapWeeklyVolume_filter = { +export type stagingmumbai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47504,7 +47023,7 @@ export type optimismgoerli_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -47513,21 +47032,21 @@ export type optimismgoerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SwapWeeklyVolume_orderBy = +export type stagingmumbai_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47549,13 +47068,13 @@ export type optimismgoerli_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimismgoerli_swap_SystemInfo = { +export type stagingmumbai_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type optimismgoerli_swap_SystemInfo_filter = { +export type stagingmumbai_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47581,19 +47100,19 @@ export type optimismgoerli_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SystemInfo_orderBy = +export type stagingmumbai_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type optimismgoerli_swap__Block_ = { +export type stagingmumbai_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -47601,7 +47120,7 @@ export type optimismgoerli_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type optimismgoerli_swap__Meta_ = { +export type stagingmumbai_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -47609,76 +47128,49 @@ export type optimismgoerli_swap__Meta_ = { * and therefore asks for the latest block * */ - block: optimismgoerli_swap__Block_; + block: stagingmumbai_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type linea_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['linea_Bytes']; - blockNumber: Scalars['BigInt']; +export type xdai_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type linea_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; +export type xdai_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type linea_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type linea_Asset = { +export type xdai_swap_LpAccount = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + address: Scalars['xdai_swap_Bytes']; + balances: Array; }; -export type linea_AssetBalance = { + +export type xdai_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_swap_LpAccountBalance = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: linea_Router; - asset: linea_Asset; - feesEarned: Scalars['BigInt']; + account: xdai_swap_LpAccount; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type linea_AssetBalance_filter = { +export type xdai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47687,108 +47179,106 @@ export type linea_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_AssetBalance_orderBy = +export type xdai_swap_LpAccountBalance_orderBy = | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'asset' - | 'feesEarned'; - -export type linea_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; + | 'block' + | 'modified' + | 'transaction'; -export type linea_AssetStatus_filter = { +export type xdai_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47797,19 +47287,59 @@ export type linea_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_AssetStatus_orderBy = +export type xdai_swap_LpAccount_orderBy = | 'id' - | 'status'; + | 'address' + | 'balances'; -export type linea_Asset_filter = { +export type xdai_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['xdai_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['xdai_swap_BigDecimal']; + events: Array; +}; + + +export type xdai_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_swap_LpTokenEvent = { + id: Scalars['ID']; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47818,119 +47348,91 @@ export type linea_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Asset_orderBy = +export type xdai_swap_LpTokenEvent_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status'; - -export type linea_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type linea_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type linea_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type linea_ConnectorMeta_filter = { +export type xdai_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47939,103 +47441,141 @@ export type linea_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_ConnectorMeta_orderBy = +export type xdai_swap_LpToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type linea_DestinationTransfer = { +export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type linea_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; + from: Scalars['xdai_swap_Bytes']; + to: Scalars['xdai_swap_Bytes']; + fromBalance: Scalars['xdai_swap_BigDecimal']; + toBalance: Scalars['xdai_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type linea_DestinationTransfer_filter = { +export type xdai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48044,20 +47584,97 @@ export type linea_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -48066,323 +47683,42 @@ export type linea_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_DestinationTransfer_orderBy = +export type xdai_swap_LpTransferEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type linea_OrderDirection = +export type xdai_swap_OrderDirection = | 'asc' | 'desc'; -export type linea_OriginMessage = { +export type xdai_swap_PooledToken = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + asset: Scalars['xdai_swap_Bytes']; }; -export type linea_OriginMessage_filter = { +export type xdai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48391,443 +47727,116 @@ export type linea_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_OriginMessage_orderBy = +export type xdai_swap_PooledToken_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount'; + | 'asset'; -export type linea_OriginTransfer = { +export type xdai_swap_StableSwap = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; + isActive?: Maybe; + key: Scalars['xdai_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type linea_OriginTransferrelayerFeesArgs = { +export type xdai_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; + +export type xdai_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'transactingAsset' - | 'message' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; -export type linea_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; +export type xdai_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_RelayerFee = { + +export type xdai_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xdai_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { id: Scalars['ID']; - transfer: linea_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['linea_Bytes']; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type linea_RelayerFee_filter = { +export type xdai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48836,65 +47845,160 @@ export type linea_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RelayerFee_orderBy = +export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'transfer' - | 'fee' - | 'asset'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type linea_RelayerFeesIncrease = { +export type xdai_swap_StableSwapEvent = { id: Scalars['ID']; - transfer: linea_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_Bytes']; + stableSwap: xdai_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type linea_RelayerFeesIncrease_filter = { +export type xdai_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48903,53 +48007,35 @@ export type linea_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -48958,119 +48044,71 @@ export type linea_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RelayerFeesIncrease_orderBy = +export type xdai_swap_StableSwapEvent_orderBy = | 'id' - | 'transfer' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type linea_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type linea_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type linea_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_RootCount_orderBy = - | 'id' - | 'count'; + | 'transaction' + | 'nonce'; -export type linea_RootMessageSent = { +export type xdai_swap_StableSwapExchange = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + stableSwap: xdai_swap_StableSwap; + buyer: Scalars['xdai_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type linea_RootMessageSent_filter = { +export type xdai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49079,48 +48117,91 @@ export type linea_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -49129,75 +48210,78 @@ export type linea_RootMessageSent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RootMessageSent_orderBy = +export type xdai_swap_StableSwapExchange_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type linea_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type linea_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'transaction' + | 'nonce'; -export type linea_RouterDailyTVL = { +export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { id: Scalars['ID']; - router: linea_Router; - asset: linea_Asset; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type linea_RouterDailyTVL_filter = { +export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49206,178 +48290,87 @@ export type linea_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'asset' - | 'timestamp' - | 'balance'; - -export type linea_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: linea_Router; - asset: linea_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['linea_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type linea_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type linea_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -49386,12 +48379,16 @@ export type linea_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -49401,23 +48398,43 @@ export type linea_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RouterLiquidityEvent_orderBy = +export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'type' - | 'router' - | 'asset' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'transactionHash' + | 'transaction' | 'nonce'; -export type linea_Router_filter = { +export type xdai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49430,53 +48447,196 @@ export type linea_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Router_orderBy = +export type xdai_swap_StableSwap_orderBy = | 'id' | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type linea_Sequencer = { +export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type linea_Sequencer_filter = { +export type xdai_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49485,32 +48645,79 @@ export type linea_Sequencer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Sequencer_orderBy = +export type xdai_swap_SwapDailyVolume_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type linea_Setting = { +export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type linea_Setting_filter = { +export type xdai_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49519,42 +48726,150 @@ export type linea_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Setting_orderBy = +export type xdai_swap_SwapHourlyVolume_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type linea_SlippageUpdate = { +export type xdai_swap_SwapTradeVolume = { + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; +}; + +export type xdai_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - transfer: linea_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_Bytes']; + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type linea_SlippageUpdate_filter = { +export type xdai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49563,47 +48878,27 @@ export type linea_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -49612,55 +48907,87 @@ export type linea_SlippageUpdate_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_SlippageUpdate_orderBy = +export type xdai_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'transfer' - | 'slippage' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type linea_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; +export type xdai_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; -export type linea__Block_ = { +export type xdai_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type xdai_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -49668,7 +48995,7 @@ export type linea__Block_ = { }; /** The type for the top-level _meta field */ -export type linea__Meta_ = { +export type xdai_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -49676,49 +49003,84 @@ export type linea__Meta_ = { * and therefore asks for the latest block * */ - block: linea__Block_; + block: xdai_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type optimism_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type optimism_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type optimism_swap_LpAccount = { +export type staginggoerli_AggregateRootSavedSlow = { id: Scalars['ID']; - address: Scalars['optimism_swap_Bytes']; - balances: Array; + aggregateRoot: Scalars['staginggoerli_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; }; - -export type optimism_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_AggregateRootSavedSlow_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + aggregatedRoots?: InputMaybe>; + aggregatedRoots_not?: InputMaybe>; + aggregatedRoots_contains?: InputMaybe>; + aggregatedRoots_contains_nocase?: InputMaybe>; + aggregatedRoots_not_contains?: InputMaybe>; + aggregatedRoots_not_contains_nocase?: InputMaybe>; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpAccountBalance = { +export type staginggoerli_AggregateRootSavedSlow_orderBy = + | 'id' + | 'aggregateRoot' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; + +export type staginggoerli_AggregatedMessageRoot = { id: Scalars['ID']; - account: optimism_swap_LpAccount; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + index: Scalars['BigInt']; + receivedRoot: Scalars['staginggoerli_Bytes']; + domain?: Maybe; + blockNumber?: Maybe; }; -export type optimism_swap_LpAccountBalance_filter = { +export type staginggoerli_AggregatedMessageRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49727,106 +49089,63 @@ export type optimism_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpAccountBalance_orderBy = +export type staginggoerli_AggregatedMessageRoot_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'index' + | 'receivedRoot' + | 'domain' + | 'blockNumber'; -export type optimism_swap_LpAccount_filter = { +export type staginggoerli_ArbitrumConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; +}; + +export type staginggoerli_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49835,59 +49154,238 @@ export type optimism_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpAccount_orderBy = +export type staginggoerli_ArbitrumConnectorMeta_orderBy = | 'id' - | 'address' - | 'balances'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type optimism_swap_LpToken = { +export type staginggoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type staginggoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type staginggoerli_BnbConnectorMeta = { id: Scalars['ID']; - address: Scalars['optimism_swap_Bytes']; - stableSwap: optimism_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['optimism_swap_BigDecimal']; - events: Array; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; +}; + +export type staginggoerli_BnbConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type staginggoerli_BnbConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type optimism_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_GnosisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; }; -export type optimism_swap_LpTokenEvent = { +export type staginggoerli_GnosisConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_GnosisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type staginggoerli_HubDomain = { id: Scalars['ID']; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; + domain?: Maybe; }; -export type optimism_swap_LpTokenEvent_filter = { +export type staginggoerli_HubDomain_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49896,91 +49394,32 @@ export type optimism_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpTokenEvent_orderBy = +export type staginggoerli_HubDomain_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'domain'; -export type optimism_swap_LpToken_filter = { +export type staginggoerli_HubOptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['staginggoerli_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type staginggoerli_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49989,141 +49428,131 @@ export type optimism_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpToken_orderBy = +export type staginggoerli_HubOptimisticRootFinalized_orderBy = | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; -export type optimism_swap_LpTransferEvent = optimism_swap_LpTokenEvent & { +export type staginggoerli_OptimismConnectorMeta = { id: Scalars['ID']; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; - from: Scalars['optimism_swap_Bytes']; - to: Scalars['optimism_swap_Bytes']; - fromBalance: Scalars['optimism_swap_BigDecimal']; - toBalance: Scalars['optimism_swap_BigDecimal']; - block: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; +}; + +export type staginggoerli_OptimismConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_OptimismConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type staginggoerli_OptimisticRootPropagated = { + id: Scalars['ID']; + aggregateRoot: Scalars['staginggoerli_Bytes']; + domainsHash: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type optimism_swap_LpTransferEvent_filter = { +export type staginggoerli_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50132,79 +49561,26 @@ export type optimism_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -50213,60 +49589,39 @@ export type optimism_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpTransferEvent_orderBy = +export type staginggoerli_OptimisticRootPropagated_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type optimism_swap_OrderDirection = - | 'asc' - | 'desc'; + | 'blockNumber'; -export type optimism_swap_PooledToken = { +export type staginggoerli_OptimisticRootProposed = { id: Scalars['ID']; - asset: Scalars['optimism_swap_Bytes']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['staginggoerli_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['staginggoerli_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type optimism_swap_PooledToken_filter = { +export type staginggoerli_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50275,116 +49630,222 @@ export type optimism_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + disputeCliff?: InputMaybe; + disputeCliff_not?: InputMaybe; + disputeCliff_gt?: InputMaybe; + disputeCliff_lt?: InputMaybe; + disputeCliff_gte?: InputMaybe; + disputeCliff_lte?: InputMaybe; + disputeCliff_in?: InputMaybe>; + disputeCliff_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + snapshotsRoots?: InputMaybe>; + snapshotsRoots_not?: InputMaybe>; + snapshotsRoots_contains?: InputMaybe>; + snapshotsRoots_contains_nocase?: InputMaybe>; + snapshotsRoots_not_contains?: InputMaybe>; + snapshotsRoots_not_contains_nocase?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + baseAggregateRoot?: InputMaybe; + baseAggregateRoot_not?: InputMaybe; + baseAggregateRoot_gt?: InputMaybe; + baseAggregateRoot_lt?: InputMaybe; + baseAggregateRoot_gte?: InputMaybe; + baseAggregateRoot_lte?: InputMaybe; + baseAggregateRoot_in?: InputMaybe>; + baseAggregateRoot_not_in?: InputMaybe>; + baseAggregateRoot_contains?: InputMaybe; + baseAggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_PooledToken_orderBy = +export type staginggoerli_OptimisticRootProposed_orderBy = | 'id' - | 'asset'; + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' + | 'timestamp' + | 'blockNumber'; -export type optimism_swap_StableSwap = { +/** Defines the order direction, either ascending or descending */ +export type staginggoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type staginggoerli_PolygonConnectorMeta = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['optimism_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; }; - -export type optimism_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type optimism_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_PolygonConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type staginggoerli_PolygonConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type optimism_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_RootAggregated = { + id: Scalars['ID']; + domain: Scalars['BigInt']; + receivedRoot: Scalars['staginggoerli_Bytes']; + index: Scalars['BigInt']; }; - -export type optimism_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_RootAggregated_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type staginggoerli_RootAggregated_orderBy = + | 'id' + | 'domain' + | 'receivedRoot' + | 'index'; -export type optimism_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwapEvent & { +export type staginggoerli_RootManagerMeta = { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - provider: Scalars['optimism_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; + domains?: Maybe>; + connectors?: Maybe>; }; -export type optimism_swap_StableSwapAddLiquidityEvent_filter = { +export type staginggoerli_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50393,160 +49854,35 @@ export type optimism_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapAddLiquidityEvent_orderBy = +export type staginggoerli_RootManagerMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'domains' + | 'connectors'; -export type optimism_swap_StableSwapEvent = { +export type staginggoerli_RootManagerMode = { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; + mode: Scalars['String']; }; -export type optimism_swap_StableSwapEvent_filter = { +export type staginggoerli_RootManagerMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50555,108 +49891,50 @@ export type optimism_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapEvent_orderBy = +export type staginggoerli_RootManagerMode_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'mode'; -export type optimism_swap_StableSwapExchange = { +export type staginggoerli_RootMessageProcessed = { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - buyer: Scalars['optimism_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type optimism_swap_StableSwapExchange_filter = { +export type staginggoerli_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50665,91 +49943,52 @@ export type optimism_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -50758,78 +49997,57 @@ export type optimism_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapExchange_orderBy = +export type staginggoerli_RootMessageProcessed_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableSwapEvent & { +export type staginggoerli_RootPropagated = { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - provider: Scalars['optimism_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; - nonce: Scalars['BigInt']; + aggregate: Scalars['staginggoerli_Bytes']; + domainsHash: Scalars['staginggoerli_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { +export type staginggoerli_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50838,151 +50056,65 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + aggregate?: InputMaybe; + aggregate_not?: InputMaybe; + aggregate_gt?: InputMaybe; + aggregate_lt?: InputMaybe; + aggregate_gte?: InputMaybe; + aggregate_lte?: InputMaybe; + aggregate_in?: InputMaybe>; + aggregate_not_in?: InputMaybe>; + aggregate_contains?: InputMaybe; + aggregate_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type staginggoerli_RootPropagated_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; -export type optimism_swap_StableSwap_filter = { +export type staginggoerli_ZkSyncConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; +}; + +export type staginggoerli_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50991,551 +50123,69 @@ export type optimism_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type optimism_swap_SwapDailyVolume = optimism_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; -}; - -export type optimism_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type optimism_swap_SwapHourlyVolume = optimism_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; -}; - -export type optimism_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type optimism_swap_SwapTradeVolume = { - stableSwap: optimism_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; -}; - -export type optimism_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type optimism_swap_SwapWeeklyVolume = optimism_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; -}; - -export type optimism_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type optimism_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type optimism_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SystemInfo_orderBy = +export type staginggoerli_ZkSyncConnectorMeta_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type optimism_swap__Block_ = { +export type staginggoerli__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -51543,7 +50193,7 @@ export type optimism_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type optimism_swap__Meta_ = { +export type staginggoerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -51551,49 +50201,49 @@ export type optimism_swap__Meta_ = { * and therefore asks for the latest block * */ - block: optimism_swap__Block_; + block: staginggoerli__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type polygon_swap_BlockChangedFilter = { +export type optimismgoerli_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type polygon_swap_Block_height = { - hash?: InputMaybe; +export type optimismgoerli_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type polygon_swap_LpAccount = { +export type optimismgoerli_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['polygon_swap_Bytes']; - balances: Array; + address: Scalars['optimismgoerli_swap_Bytes']; + balances: Array; }; -export type polygon_swap_LpAccountbalancesArgs = { +export type optimismgoerli_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_LpAccountBalance = { +export type optimismgoerli_swap_LpAccountBalance = { id: Scalars['ID']; - account: polygon_swap_LpAccount; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; + account: optimismgoerli_swap_LpAccount; + token: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type polygon_swap_LpAccountBalance_filter = { +export type optimismgoerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51622,7 +50272,7 @@ export type polygon_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -51643,15 +50293,15 @@ export type polygon_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -51668,23 +50318,23 @@ export type polygon_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpAccountBalance_orderBy = +export type optimismgoerli_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -51701,7 +50351,7 @@ export type polygon_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type polygon_swap_LpAccount_filter = { +export type optimismgoerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51710,59 +50360,59 @@ export type polygon_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpAccount_orderBy = +export type optimismgoerli_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type polygon_swap_LpToken = { +export type optimismgoerli_swap_LpToken = { id: Scalars['ID']; - address: Scalars['polygon_swap_Bytes']; - stableSwap: polygon_swap_StableSwap; + address: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['polygon_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['optimismgoerli_swap_BigDecimal']; + events: Array; }; -export type polygon_swap_LpTokeneventsArgs = { +export type optimismgoerli_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_LpTokenEvent = { +export type optimismgoerli_swap_LpTokenEvent = { id: Scalars['ID']; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; + token: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_LpTokenEvent_filter = { +export type optimismgoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51791,15 +50441,15 @@ export type polygon_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -51816,16 +50466,16 @@ export type polygon_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -51835,12 +50485,12 @@ export type polygon_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpTokenEvent_orderBy = +export type optimismgoerli_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -51855,7 +50505,7 @@ export type polygon_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_LpToken_filter = { +export type optimismgoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51864,16 +50514,16 @@ export type polygon_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -51894,7 +50544,7 @@ export type polygon_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -51943,22 +50593,22 @@ export type polygon_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpToken_orderBy = +export type optimismgoerli_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -51984,21 +50634,21 @@ export type polygon_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type polygon_swap_LpTransferEvent = polygon_swap_LpTokenEvent & { +export type optimismgoerli_swap_LpTransferEvent = optimismgoerli_swap_LpTokenEvent & { id: Scalars['ID']; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; - from: Scalars['polygon_swap_Bytes']; - to: Scalars['polygon_swap_Bytes']; - fromBalance: Scalars['polygon_swap_BigDecimal']; - toBalance: Scalars['polygon_swap_BigDecimal']; + token: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; + from: Scalars['optimismgoerli_swap_Bytes']; + to: Scalars['optimismgoerli_swap_Bytes']; + fromBalance: Scalars['optimismgoerli_swap_BigDecimal']; + toBalance: Scalars['optimismgoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_LpTransferEvent_filter = { +export type optimismgoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52027,51 +50677,51 @@ export type polygon_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -52088,16 +50738,16 @@ export type polygon_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -52107,12 +50757,12 @@ export type polygon_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpTransferEvent_orderBy = +export type optimismgoerli_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -52132,16 +50782,16 @@ export type polygon_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type polygon_swap_OrderDirection = +export type optimismgoerli_swap_OrderDirection = | 'asc' | 'desc'; -export type polygon_swap_PooledToken = { +export type optimismgoerli_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['polygon_swap_Bytes']; + asset: Scalars['optimismgoerli_swap_Bytes']; }; -export type polygon_swap_PooledToken_filter = { +export type optimismgoerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52150,103 +50800,103 @@ export type polygon_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_PooledToken_orderBy = +export type optimismgoerli_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type polygon_swap_StableSwap = { +export type optimismgoerli_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['polygon_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['optimismgoerli_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type polygon_swap_StableSwapeventsArgs = { +export type optimismgoerli_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapexchangesArgs = { +export type optimismgoerli_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwaphourlyVolumesArgs = { +export type optimismgoerli_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapdailyVolumesArgs = { +export type optimismgoerli_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapweeklyVolumesArgs = { +export type optimismgoerli_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { +export type optimismgoerli_swap_StableSwapAddLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; + provider: Scalars['optimismgoerli_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -52255,11 +50905,11 @@ export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEv balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapAddLiquidityEvent_filter = { +export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52288,17 +50938,17 @@ export type polygon_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -52357,16 +51007,16 @@ export type polygon_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -52376,12 +51026,12 @@ export type polygon_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = +export type optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -52412,16 +51062,16 @@ export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapEvent = { +export type optimismgoerli_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: optimismgoerli_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapEvent_filter = { +export type optimismgoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52450,7 +51100,7 @@ export type polygon_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -52467,31 +51117,31 @@ export type polygon_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; nonce_lt?: InputMaybe; nonce_gte?: InputMaybe; nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapEvent_orderBy = +export type optimismgoerli_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -52515,10 +51165,10 @@ export type polygon_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapExchange = { +export type optimismgoerli_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - buyer: Scalars['polygon_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; + buyer: Scalars['optimismgoerli_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -52527,11 +51177,11 @@ export type polygon_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapExchange_filter = { +export type optimismgoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52560,17 +51210,17 @@ export type polygon_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -52633,16 +51283,16 @@ export type polygon_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -52652,12 +51302,12 @@ export type polygon_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapExchange_orderBy = +export type optimismgoerli_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -52688,10 +51338,10 @@ export type polygon_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { +export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; + provider: Scalars['optimismgoerli_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -52700,11 +51350,11 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwa balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { +export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52733,17 +51383,17 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -52802,16 +51452,16 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -52821,12 +51471,12 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -52857,7 +51507,7 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwap_filter = { +export type optimismgoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52870,26 +51520,26 @@ export type polygon_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -52898,26 +51548,26 @@ export type polygon_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -52966,12 +51616,12 @@ export type polygon_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -53014,18 +51664,18 @@ export type polygon_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwap_orderBy = +export type optimismgoerli_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -53052,14 +51702,14 @@ export type polygon_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { +export type optimismgoerli_swap_SwapDailyVolume = optimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: optimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type polygon_swap_SwapDailyVolume_filter = { +export type optimismgoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53088,7 +51738,7 @@ export type polygon_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -53097,21 +51747,21 @@ export type polygon_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapDailyVolume_orderBy = +export type optimismgoerli_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53133,14 +51783,14 @@ export type polygon_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapHourlyVolume = polygon_swap_SwapTradeVolume & { +export type optimismgoerli_swap_SwapHourlyVolume = optimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: optimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type polygon_swap_SwapHourlyVolume_filter = { +export type optimismgoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53169,7 +51819,7 @@ export type polygon_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -53178,21 +51828,21 @@ export type polygon_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapHourlyVolume_orderBy = +export type optimismgoerli_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53214,13 +51864,13 @@ export type polygon_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapTradeVolume = { - stableSwap: polygon_swap_StableSwap; +export type optimismgoerli_swap_SwapTradeVolume = { + stableSwap: optimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type polygon_swap_SwapTradeVolume_filter = { +export type optimismgoerli_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -53241,7 +51891,7 @@ export type polygon_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -53250,21 +51900,21 @@ export type polygon_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapTradeVolume_orderBy = +export type optimismgoerli_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -53285,14 +51935,14 @@ export type polygon_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { +export type optimismgoerli_swap_SwapWeeklyVolume = optimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: optimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type polygon_swap_SwapWeeklyVolume_filter = { +export type optimismgoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53321,7 +51971,7 @@ export type polygon_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -53330,21 +51980,21 @@ export type polygon_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapWeeklyVolume_orderBy = +export type optimismgoerli_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53366,13 +52016,13 @@ export type polygon_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SystemInfo = { +export type optimismgoerli_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type polygon_swap_SystemInfo_filter = { +export type optimismgoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53398,19 +52048,19 @@ export type polygon_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SystemInfo_orderBy = +export type optimismgoerli_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type polygon_swap__Block_ = { +export type optimismgoerli_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -53418,7 +52068,7 @@ export type polygon_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type polygon_swap__Meta_ = { +export type optimismgoerli_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -53426,49 +52076,49 @@ export type polygon_swap__Meta_ = { * and therefore asks for the latest block * */ - block: polygon_swap__Block_; + block: optimismgoerli_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type bnb_swap_BlockChangedFilter = { +export type optimism_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type bnb_swap_Block_height = { - hash?: InputMaybe; +export type optimism_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type bnb_swap_LpAccount = { +export type optimism_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['bnb_swap_Bytes']; - balances: Array; + address: Scalars['optimism_swap_Bytes']; + balances: Array; }; -export type bnb_swap_LpAccountbalancesArgs = { +export type optimism_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_LpAccountBalance = { +export type optimism_swap_LpAccountBalance = { id: Scalars['ID']; - account: bnb_swap_LpAccount; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; + account: optimism_swap_LpAccount; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type bnb_swap_LpAccountBalance_filter = { +export type optimism_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53497,7 +52147,7 @@ export type bnb_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -53518,15 +52168,15 @@ export type bnb_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -53543,23 +52193,23 @@ export type bnb_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_LpAccountBalance_orderBy = +export type optimism_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -53576,7 +52226,7 @@ export type bnb_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type bnb_swap_LpAccount_filter = { +export type optimism_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53585,59 +52235,59 @@ export type bnb_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_LpAccount_orderBy = +export type optimism_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type bnb_swap_LpToken = { +export type optimism_swap_LpToken = { id: Scalars['ID']; - address: Scalars['bnb_swap_Bytes']; - stableSwap: bnb_swap_StableSwap; + address: Scalars['optimism_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['bnb_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['optimism_swap_BigDecimal']; + events: Array; }; -export type bnb_swap_LpTokeneventsArgs = { +export type optimism_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_LpTokenEvent = { +export type optimism_swap_LpTokenEvent = { id: Scalars['ID']; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_swap_LpTokenEvent_filter = { +export type optimism_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53666,15 +52316,15 @@ export type bnb_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -53691,16 +52341,16 @@ export type bnb_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -53710,12 +52360,12 @@ export type bnb_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_LpTokenEvent_orderBy = +export type optimism_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -53730,7 +52380,7 @@ export type bnb_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type bnb_swap_LpToken_filter = { +export type optimism_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53739,16 +52389,16 @@ export type bnb_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -53769,7 +52419,7 @@ export type bnb_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -53818,22 +52468,22 @@ export type bnb_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_LpToken_orderBy = +export type optimism_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -53859,21 +52509,21 @@ export type bnb_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type bnb_swap_LpTransferEvent = bnb_swap_LpTokenEvent & { +export type optimism_swap_LpTransferEvent = optimism_swap_LpTokenEvent & { id: Scalars['ID']; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; - from: Scalars['bnb_swap_Bytes']; - to: Scalars['bnb_swap_Bytes']; - fromBalance: Scalars['bnb_swap_BigDecimal']; - toBalance: Scalars['bnb_swap_BigDecimal']; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; + from: Scalars['optimism_swap_Bytes']; + to: Scalars['optimism_swap_Bytes']; + fromBalance: Scalars['optimism_swap_BigDecimal']; + toBalance: Scalars['optimism_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_swap_LpTransferEvent_filter = { +export type optimism_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53902,51 +52552,51 @@ export type bnb_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -53963,16 +52613,16 @@ export type bnb_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -53982,12 +52632,12 @@ export type bnb_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_LpTransferEvent_orderBy = +export type optimism_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -54007,16 +52657,16 @@ export type bnb_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type bnb_swap_OrderDirection = +export type optimism_swap_OrderDirection = | 'asc' | 'desc'; -export type bnb_swap_PooledToken = { +export type optimism_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['bnb_swap_Bytes']; + asset: Scalars['optimism_swap_Bytes']; }; -export type bnb_swap_PooledToken_filter = { +export type optimism_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54025,103 +52675,103 @@ export type bnb_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_PooledToken_orderBy = +export type optimism_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type bnb_swap_StableSwap = { +export type optimism_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['bnb_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['optimism_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type bnb_swap_StableSwapeventsArgs = { +export type optimism_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_StableSwapexchangesArgs = { +export type optimism_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_StableSwaphourlyVolumesArgs = { +export type optimism_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_StableSwapdailyVolumesArgs = { +export type optimism_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_StableSwapweeklyVolumesArgs = { +export type optimism_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_StableSwapAddLiquidityEvent = bnb_swap_StableSwapEvent & { +export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - provider: Scalars['bnb_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; + provider: Scalars['optimism_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -54130,11 +52780,11 @@ export type bnb_swap_StableSwapAddLiquidityEvent = bnb_swap_StableSwapEvent & { balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_swap_StableSwapAddLiquidityEvent_filter = { +export type optimism_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54163,17 +52813,17 @@ export type bnb_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -54232,16 +52882,16 @@ export type bnb_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -54251,12 +52901,12 @@ export type bnb_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = +export type optimism_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -54287,16 +52937,16 @@ export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type bnb_swap_StableSwapEvent = { +export type optimism_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; + stableSwap: optimism_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_swap_StableSwapEvent_filter = { +export type optimism_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54325,7 +52975,7 @@ export type bnb_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -54342,16 +52992,16 @@ export type bnb_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -54361,12 +53011,12 @@ export type bnb_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwapEvent_orderBy = +export type optimism_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -54390,10 +53040,10 @@ export type bnb_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type bnb_swap_StableSwapExchange = { +export type optimism_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - buyer: Scalars['bnb_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; + buyer: Scalars['optimism_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -54402,11 +53052,11 @@ export type bnb_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_swap_StableSwapExchange_filter = { +export type optimism_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54435,17 +53085,17 @@ export type bnb_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -54508,16 +53158,16 @@ export type bnb_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -54527,12 +53177,12 @@ export type bnb_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwapExchange_orderBy = +export type optimism_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -54563,10 +53213,10 @@ export type bnb_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & { +export type optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - provider: Scalars['bnb_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; + provider: Scalars['optimism_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -54575,11 +53225,11 @@ export type bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { +export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54608,20 +53258,20 @@ export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; tokenAmounts_contains_nocase?: InputMaybe>; tokenAmounts_not_contains?: InputMaybe>; tokenAmounts_not_contains_nocase?: InputMaybe>; @@ -54677,16 +53327,16 @@ export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -54696,12 +53346,12 @@ export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type optimism_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -54732,7 +53382,7 @@ export type bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type bnb_swap_StableSwap_filter = { +export type optimism_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54745,26 +53395,26 @@ export type bnb_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -54773,26 +53423,26 @@ export type bnb_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -54841,12 +53491,12 @@ export type bnb_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -54889,18 +53539,18 @@ export type bnb_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwap_orderBy = +export type optimism_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -54927,14 +53577,14 @@ export type bnb_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type bnb_swap_SwapDailyVolume = bnb_swap_SwapTradeVolume & { +export type optimism_swap_SwapDailyVolume = optimism_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; + stableSwap: optimism_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; + volume: Scalars['optimism_swap_BigDecimal']; }; -export type bnb_swap_SwapDailyVolume_filter = { +export type optimism_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54963,7 +53613,7 @@ export type bnb_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -54972,21 +53622,21 @@ export type bnb_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_SwapDailyVolume_orderBy = +export type optimism_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -55008,14 +53658,14 @@ export type bnb_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type bnb_swap_SwapHourlyVolume = bnb_swap_SwapTradeVolume & { +export type optimism_swap_SwapHourlyVolume = optimism_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; + stableSwap: optimism_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; + volume: Scalars['optimism_swap_BigDecimal']; }; -export type bnb_swap_SwapHourlyVolume_filter = { +export type optimism_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55044,7 +53694,7 @@ export type bnb_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -55053,21 +53703,21 @@ export type bnb_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_SwapHourlyVolume_orderBy = +export type optimism_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -55089,13 +53739,13 @@ export type bnb_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type bnb_swap_SwapTradeVolume = { - stableSwap: bnb_swap_StableSwap; +export type optimism_swap_SwapTradeVolume = { + stableSwap: optimism_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; + volume: Scalars['optimism_swap_BigDecimal']; }; -export type bnb_swap_SwapTradeVolume_filter = { +export type optimism_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -55116,7 +53766,7 @@ export type bnb_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -55125,21 +53775,21 @@ export type bnb_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_SwapTradeVolume_orderBy = +export type optimism_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -55160,14 +53810,14 @@ export type bnb_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type bnb_swap_SwapWeeklyVolume = bnb_swap_SwapTradeVolume & { +export type optimism_swap_SwapWeeklyVolume = optimism_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; + stableSwap: optimism_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; + volume: Scalars['optimism_swap_BigDecimal']; }; -export type bnb_swap_SwapWeeklyVolume_filter = { +export type optimism_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55196,7 +53846,7 @@ export type bnb_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -55205,21 +53855,21 @@ export type bnb_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_SwapWeeklyVolume_orderBy = +export type optimism_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -55241,13 +53891,13 @@ export type bnb_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type bnb_swap_SystemInfo = { +export type optimism_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type bnb_swap_SystemInfo_filter = { +export type optimism_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55273,19 +53923,19 @@ export type bnb_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_SystemInfo_orderBy = +export type optimism_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type bnb_swap__Block_ = { +export type optimism_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -55293,7 +53943,7 @@ export type bnb_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type bnb_swap__Meta_ = { +export type optimism_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -55301,185 +53951,49 @@ export type bnb_swap__Meta_ = { * and therefore asks for the latest block * */ - block: bnb_swap__Block_; + block: optimism_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type lineagoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['lineagoerli_Bytes']; - blockNumber: Scalars['BigInt']; +export type arbitrumone_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type lineagoerli_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; +export type arbitrumone_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type lineagoerli_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type lineagoerli_Asset = { +export type arbitrumone_swap_LpAccount = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + address: Scalars['arbitrumone_swap_Bytes']; + balances: Array; }; -export type lineagoerli_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: lineagoerli_Router; - asset: lineagoerli_Asset; - feesEarned: Scalars['BigInt']; -}; -export type lineagoerli_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; +export type arbitrumone_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type lineagoerli_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'asset' - | 'feesEarned'; - -export type lineagoerli_AssetStatus = { +export type arbitrumone_swap_LpAccountBalance = { id: Scalars['ID']; - status?: Maybe; + account: arbitrumone_swap_LpAccount; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type lineagoerli_AssetStatus_filter = { +export type arbitrumone_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55488,19 +54002,106 @@ export type lineagoerli_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_AssetStatus_orderBy = +export type arbitrumone_swap_LpAccountBalance_orderBy = | 'id' - | 'status'; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type lineagoerli_Asset_filter = { +export type arbitrumone_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55509,110 +54110,59 @@ export type lineagoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_Asset_orderBy = +export type arbitrumone_swap_LpAccount_orderBy = | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status'; + | 'address' + | 'balances'; -export type lineagoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type arbitrumone_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['arbitrumone_swap_Bytes']; + stableSwap: arbitrumone_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['arbitrumone_swap_BigDecimal']; + events: Array; }; -export type lineagoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; + +export type arbitrumone_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type lineagoerli_ConnectorMeta = { +export type arbitrumone_swap_LpTokenEvent = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type lineagoerli_ConnectorMeta_filter = { +export type arbitrumone_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55621,125 +54171,61 @@ export type lineagoerli_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type lineagoerli_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type lineagoerli_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type lineagoerli_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -55748,323 +54234,28 @@ export type lineagoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_DestinationTransfer_orderBy = +export type arbitrumone_swap_LpTokenEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; - -/** Defines the order direction, either ascending or descending */ -export type lineagoerli_OrderDirection = - | 'asc' - | 'desc'; - -export type lineagoerli_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type lineagoerli_OriginMessage_filter = { +export type arbitrumone_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56073,142 +54264,141 @@ export type lineagoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_OriginMessage_orderBy = +export type arbitrumone_swap_LpToken_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type lineagoerli_OriginTransfer = { +export type arbitrumone_swap_LpTransferEvent = arbitrumone_swap_LpTokenEvent & { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type lineagoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; + from: Scalars['arbitrumone_swap_Bytes']; + to: Scalars['arbitrumone_swap_Bytes']; + fromBalance: Scalars['arbitrumone_swap_BigDecimal']; + toBalance: Scalars['arbitrumone_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type lineagoerli_OriginTransfer_filter = { +export type arbitrumone_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56217,201 +54407,79 @@ export type lineagoerli_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -56420,96 +54488,60 @@ export type lineagoerli_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'transactingAsset' - | 'message' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' + | 'fromBalance' + | 'toBalance' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; + | 'transaction' + | 'nonce'; -export type lineagoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; +/** Defines the order direction, either ascending or descending */ +export type arbitrumone_swap_OrderDirection = + | 'asc' + | 'desc'; -export type lineagoerli_RelayerFee = { +export type arbitrumone_swap_PooledToken = { id: Scalars['ID']; - transfer: lineagoerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['lineagoerli_Bytes']; + asset: Scalars['arbitrumone_swap_Bytes']; }; -export type lineagoerli_RelayerFee_filter = { +export type arbitrumone_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56518,65 +54550,116 @@ export type lineagoerli_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_RelayerFee_orderBy = +export type arbitrumone_swap_PooledToken_orderBy = | 'id' - | 'transfer' - | 'fee' | 'asset'; -export type lineagoerli_RelayerFeesIncrease = { +export type arbitrumone_swap_StableSwap = { id: Scalars['ID']; - transfer: lineagoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['lineagoerli_Bytes']; - transactionHash: Scalars['lineagoerli_Bytes']; + isActive?: Maybe; + key: Scalars['arbitrumone_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type arbitrumone_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumone_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + provider: Scalars['arbitrumone_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type lineagoerli_RelayerFeesIncrease_filter = { +export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56585,53 +54668,87 @@ export type lineagoerli_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -56640,80 +54757,71 @@ export type lineagoerli_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_RelayerFeesIncrease_orderBy = +export type arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'transfer' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type lineagoerli_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; + | 'transaction' + | 'nonce'; -export type lineagoerli_RootCount = { +export type arbitrumone_swap_StableSwapEvent = { id: Scalars['ID']; - count?: Maybe; + stableSwap: arbitrumone_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type lineagoerli_RootCount_filter = { +export type arbitrumone_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56722,87 +54830,35 @@ export type lineagoerli_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_RootCount_orderBy = - | 'id' - | 'count'; - -export type lineagoerli_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type lineagoerli_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -56811,75 +54867,71 @@ export type lineagoerli_RootMessageSent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_RootMessageSent_orderBy = +export type arbitrumone_swap_StableSwapEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type lineagoerli_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type lineagoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'transaction' + | 'nonce'; -export type lineagoerli_RouterDailyTVL = { +export type arbitrumone_swap_StableSwapExchange = { id: Scalars['ID']; - router: lineagoerli_Router; - asset: lineagoerli_Asset; + stableSwap: arbitrumone_swap_StableSwap; + buyer: Scalars['arbitrumone_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type lineagoerli_RouterDailyTVL_filter = { +export type arbitrumone_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56888,48 +54940,91 @@ export type lineagoerli_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -56938,119 +55033,78 @@ export type lineagoerli_RouterDailyTVL_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_RouterDailyTVL_orderBy = +export type arbitrumone_swap_StableSwapExchange_orderBy = | 'id' - | 'router' - | 'asset' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' | 'timestamp' - | 'balance'; - -export type lineagoerli_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type lineagoerli_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type lineagoerli_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; + | 'transaction' + | 'nonce'; -export type lineagoerli_Setting = { +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_StableSwapEvent & { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['lineagoerli_Bytes']; + stableSwap: arbitrumone_swap_StableSwap; + provider: Scalars['arbitrumone_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumone_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type lineagoerli_Setting_filter = { +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57059,412 +55113,79 @@ export type lineagoerli_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type lineagoerli_SlippageUpdate = { - id: Scalars['ID']; - transfer: lineagoerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['lineagoerli_Bytes']; - transactionHash: Scalars['lineagoerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type lineagoerli_SlippageUpdate_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type lineagoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type lineagoerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type lineagoerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: lineagoerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type stagingarbitrumgoerli_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingarbitrumgoerli_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingarbitrumgoerli_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['stagingarbitrumgoerli_swap_Bytes']; - balances: Array; -}; - - -export type stagingarbitrumgoerli_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingarbitrumgoerli_swap_LpAccountBalance = { - id: Scalars['ID']; - account: stagingarbitrumgoerli_swap_LpAccount; - token: stagingarbitrumgoerli_swap_LpToken; - amount: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type stagingarbitrumgoerli_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type stagingarbitrumgoerli_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type stagingarbitrumgoerli_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['stagingarbitrumgoerli_swap_Bytes']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - events: Array; -}; - - -export type stagingarbitrumgoerli_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingarbitrumgoerli_swap_LpTokenEvent = { - id: Scalars['ID']; - token: stagingarbitrumgoerli_swap_LpToken; - amount: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type stagingarbitrumgoerli_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -57481,16 +55202,16 @@ export type stagingarbitrumgoerli_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -57500,45 +55221,253 @@ export type stagingarbitrumgoerli_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_LpTokenEvent_orderBy = +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type stagingarbitrumgoerli_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type arbitrumone_swap_StableSwap_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_swap_StableSwap_orderBy = + | 'id' + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; + +export type arbitrumone_swap_SwapDailyVolume = arbitrumone_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumone_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; +}; + +export type arbitrumone_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -57559,73 +55488,31 @@ export type stagingarbitrumgoerli_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_LpToken_orderBy = +export type arbitrumone_swap_SwapDailyVolume_orderBy = | 'id' - | 'address' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -57643,27 +55530,17 @@ export type stagingarbitrumgoerli_swap_LpToken_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; + | 'timestamp' + | 'volume'; -export type stagingarbitrumgoerli_swap_LpTransferEvent = stagingarbitrumgoerli_swap_LpTokenEvent & { +export type arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { id: Scalars['ID']; - token: stagingarbitrumgoerli_swap_LpToken; - amount: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - from: Scalars['stagingarbitrumgoerli_swap_Bytes']; - to: Scalars['stagingarbitrumgoerli_swap_Bytes']; - fromBalance: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - toBalance: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type stagingarbitrumgoerli_swap_LpTransferEvent_filter = { +export type arbitrumone_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57672,79 +55549,27 @@ export type stagingarbitrumgoerli_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -57753,186 +55578,49 @@ export type stagingarbitrumgoerli_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_LpTransferEvent_orderBy = +export type arbitrumone_swap_SwapHourlyVolume_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -/** Defines the order direction, either ascending or descending */ -export type stagingarbitrumgoerli_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type stagingarbitrumgoerli_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['stagingarbitrumgoerli_swap_Bytes']; -}; - -export type stagingarbitrumgoerli_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type stagingarbitrumgoerli_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['stagingarbitrumgoerli_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type stagingarbitrumgoerli_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingarbitrumgoerli_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingarbitrumgoerli_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingarbitrumgoerli_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingarbitrumgoerli_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent = stagingarbitrumgoerli_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - provider: Scalars['stagingarbitrumgoerli_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; +export type arbitrumone_swap_SwapTradeVolume = { + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; +export type arbitrumone_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -57953,67 +55641,7 @@ export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -58022,32 +55650,21 @@ export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' +export type arbitrumone_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -58065,28 +55682,17 @@ export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type stagingarbitrumgoerli_swap_StableSwapEvent = { +export type arbitrumone_swap_SwapWeeklyVolume = arbitrumone_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - block: Scalars['BigInt']; + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type stagingarbitrumgoerli_swap_StableSwapEvent_filter = { +export type arbitrumone_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58115,15 +55721,7 @@ export type stagingarbitrumgoerli_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -58132,31 +55730,21 @@ export type stagingarbitrumgoerli_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_StableSwapEvent_orderBy = +export type arbitrumone_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -58175,28 +55763,16 @@ export type stagingarbitrumgoerli_swap_StableSwapEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type stagingarbitrumgoerli_swap_StableSwapExchange = { +export type arbitrumone_swap_SystemInfo = { id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - buyer: Scalars['stagingarbitrumgoerli_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type stagingarbitrumgoerli_swap_StableSwapExchange_filter = { +export type arbitrumone_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58205,252 +55781,300 @@ export type stagingarbitrumgoerli_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_StableSwapExchange_orderBy = +export type arbitrumone_swap_SystemInfo_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'exchangeCount' + | 'swapCount'; -export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent = stagingarbitrumgoerli_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - provider: Scalars['stagingarbitrumgoerli_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; +export type arbitrumone_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; }; -export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; +/** The type for the top-level _meta field */ +export type arbitrumone_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: arbitrumone_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type polygon_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type polygon_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type polygon_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['polygon_swap_Bytes']; + balances: Array; +}; + + +export type polygon_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_swap_LpAccountBalance = { + id: Scalars['ID']; + account: polygon_swap_LpAccount; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type polygon_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type polygon_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type polygon_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['polygon_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['polygon_swap_BigDecimal']; + events: Array; +}; + + +export type polygon_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_swap_LpTokenEvent = { + id: Scalars['ID']; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygon_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -58467,16 +56091,16 @@ export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -58486,13 +56110,132 @@ export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type polygon_swap_LpTokenEvent_orderBy = + | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type polygon_swap_LpToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_LpToken_orderBy = | 'id' + | 'address' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -58510,19 +56253,27 @@ export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type stagingarbitrumgoerli_swap_StableSwap_filter = { +export type polygon_swap_LpTransferEvent = polygon_swap_LpTokenEvent & { + id: Scalars['ID']; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; + from: Scalars['polygon_swap_Bytes']; + to: Scalars['polygon_swap_Bytes']; + fromBalance: Scalars['polygon_swap_BigDecimal']; + toBalance: Scalars['polygon_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygon_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58531,200 +56282,141 @@ export type stagingarbitrumgoerli_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_StableSwap_orderBy = +export type polygon_swap_LpTransferEvent_orderBy = | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingarbitrumgoerli_swap_SwapDailyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { +/** Defines the order direction, either ascending or descending */ +export type polygon_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type polygon_swap_PooledToken = { id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + asset: Scalars['polygon_swap_Bytes']; }; -export type stagingarbitrumgoerli_swap_SwapDailyVolume_filter = { +export type polygon_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58733,79 +56425,116 @@ export type stagingarbitrumgoerli_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy = +export type polygon_swap_PooledToken_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'asset'; -export type stagingarbitrumgoerli_swap_SwapHourlyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { +export type polygon_swap_StableSwap = { id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; + isActive?: Maybe; + key: Scalars['polygon_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type polygon_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type polygon_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type polygon_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type polygon_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type polygon_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingarbitrumgoerli_swap_SwapHourlyVolume_filter = { +export type polygon_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58834,58 +56563,148 @@ export type stagingarbitrumgoerli_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' | 'stableSwap__swapFee' | 'stableSwap__adminFee' | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type stagingarbitrumgoerli_swap_SwapTradeVolume = { - stableSwap: stagingarbitrumgoerli_swap_StableSwap; +export type polygon_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingarbitrumgoerli_swap_SwapTradeVolume_filter = { +export type polygon_swap_StableSwapEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -58906,7 +56725,15 @@ export type stagingarbitrumgoerli_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -58915,21 +56742,32 @@ export type stagingarbitrumgoerli_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy = +export type polygon_swap_StableSwapEvent_orderBy = + | 'id' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -58947,17 +56785,28 @@ export type stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type stagingarbitrumgoerli_swap_SwapWeeklyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { +export type polygon_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; + buyer: Scalars['polygon_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter = { +export type polygon_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58986,7 +56835,71 @@ export type stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -58995,21 +56908,31 @@ export type stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy = +export type polygon_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -59028,16 +56951,35 @@ export type stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type stagingarbitrumgoerli_swap_SystemInfo = { +export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['polygon_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingarbitrumgoerli_swap_SystemInfo_filter = { +export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59046,202 +56988,151 @@ export type stagingarbitrumgoerli_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_SystemInfo_orderBy = +export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type stagingarbitrumgoerli_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -/** The type for the top-level _meta field */ -export type stagingarbitrumgoerli_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingarbitrumgoerli_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type arbitrumone_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type arbitrumone_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type arbitrumone_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['arbitrumone_swap_Bytes']; - balances: Array; -}; - - -export type arbitrumone_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumone_swap_LpAccountBalance = { - id: Scalars['ID']; - account: arbitrumone_swap_LpAccount; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type arbitrumone_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type arbitrumone_swap_LpAccount_filter = { +export type polygon_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59250,59 +57141,200 @@ export type arbitrumone_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpAccount_orderBy = +export type polygon_swap_StableSwap_orderBy = | 'id' - | 'address' - | 'balances'; - -export type arbitrumone_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['arbitrumone_swap_Bytes']; - stableSwap: arbitrumone_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['arbitrumone_swap_BigDecimal']; - events: Array; -}; - - -export type arbitrumone_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type arbitrumone_swap_LpTokenEvent = { +export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; - block: Scalars['BigInt']; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type arbitrumone_swap_LpTokenEvent_filter = { +export type polygon_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59311,43 +57343,27 @@ export type arbitrumone_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -59356,46 +57372,50 @@ export type arbitrumone_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpTokenEvent_orderBy = +export type polygon_swap_SwapDailyVolume_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type arbitrumone_swap_LpToken_filter = { +export type polygon_swap_SwapHourlyVolume = polygon_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: polygon_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; +}; + +export type polygon_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59404,16 +57424,6 @@ export type arbitrumone_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -59434,73 +57444,31 @@ export type arbitrumone_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpToken_orderBy = +export type polygon_swap_SwapHourlyVolume_orderBy = | 'id' - | 'address' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -59518,296 +57486,16 @@ export type arbitrumone_swap_LpToken_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type arbitrumone_swap_LpTransferEvent = arbitrumone_swap_LpTokenEvent & { - id: Scalars['ID']; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; - from: Scalars['arbitrumone_swap_Bytes']; - to: Scalars['arbitrumone_swap_Bytes']; - fromBalance: Scalars['arbitrumone_swap_BigDecimal']; - toBalance: Scalars['arbitrumone_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumone_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type arbitrumone_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type arbitrumone_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['arbitrumone_swap_Bytes']; -}; - -export type arbitrumone_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type arbitrumone_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['arbitrumone_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type arbitrumone_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumone_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumone_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumone_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumone_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'volume'; -export type arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - provider: Scalars['arbitrumone_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; +export type polygon_swap_SwapTradeVolume = { + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; +export type polygon_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -59828,67 +57516,7 @@ export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -59897,32 +57525,21 @@ export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' +export type polygon_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -59940,28 +57557,17 @@ export type arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type arbitrumone_swap_StableSwapEvent = { +export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - block: Scalars['BigInt']; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type arbitrumone_swap_StableSwapEvent_filter = { +export type polygon_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59990,15 +57596,7 @@ export type arbitrumone_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -60007,31 +57605,21 @@ export type arbitrumone_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_StableSwapEvent_orderBy = +export type polygon_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -60050,28 +57638,261 @@ export type arbitrumone_swap_StableSwapEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type arbitrumone_swap_StableSwapExchange = { +export type polygon_swap_SystemInfo = { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - buyer: Scalars['arbitrumone_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type polygon_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type polygon_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type polygon_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: polygon_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type linea_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type linea_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type linea_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['linea_swap_Bytes']; + balances: Array; +}; + + +export type linea_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_swap_LpAccountBalance = { + id: Scalars['ID']; + account: linea_swap_LpAccount; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type linea_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'token' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type linea_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type linea_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['linea_swap_Bytes']; + stableSwap: linea_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['linea_swap_BigDecimal']; + events: Array; +}; + + +export type linea_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_swap_LpTokenEvent = { + id: Scalars['ID']; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; + transaction: Scalars['linea_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_StableSwapExchange_filter = { +export type linea_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60080,83 +57901,35 @@ export type arbitrumone_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -60173,16 +57946,12 @@ export type arbitrumone_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -60192,59 +57961,19 @@ export type arbitrumone_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumone_swap_StableSwapExchange_orderBy = +export type linea_swap_LpTokenEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' + | 'token' + | 'amount' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - provider: Scalars['arbitrumone_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { +export type linea_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60253,6 +57982,12 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -60273,59 +58008,157 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { + id: Scalars['ID']; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + from: Scalars['linea_swap_Bytes']; + to: Scalars['linea_swap_Bytes']; + fromBalance: Scalars['linea_swap_BigDecimal']; + toBalance: Scalars['linea_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type linea_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -60342,16 +58175,12 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -60361,43 +58190,33 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type linea_swap_LpTransferEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' + | 'token' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type arbitrumone_swap_StableSwap_filter = { +/** Defines the order direction, either ascending or descending */ +export type linea_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type linea_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['linea_swap_Bytes']; +}; + +export type linea_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60406,200 +58225,110 @@ export type arbitrumone_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumone_swap_StableSwap_orderBy = +export type linea_swap_PooledToken_orderBy = | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'asset'; -export type arbitrumone_swap_SwapDailyVolume = arbitrumone_swap_SwapTradeVolume & { +export type linea_swap_StableSwap = { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; + isActive?: Maybe; + key: Scalars['linea_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type linea_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + provider: Scalars['linea_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_SwapDailyVolume_filter = { +export type linea_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60628,59 +58357,114 @@ export type arbitrumone_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; timestamp_gte?: InputMaybe; timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumone_swap_SwapDailyVolume_orderBy = +export type linea_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { +export type linea_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; + stableSwap: linea_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_SwapHourlyVolume_filter = { +export type linea_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60709,7 +58493,15 @@ export type arbitrumone_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -60718,49 +58510,57 @@ export type arbitrumone_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumone_swap_SwapHourlyVolume_orderBy = +export type linea_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type arbitrumone_swap_SwapTradeVolume = { - stableSwap: arbitrumone_swap_StableSwap; +export type linea_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + buyer: Scalars['linea_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_SwapTradeVolume_filter = { +export type linea_swap_StableSwapExchange_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -60781,7 +58581,67 @@ export type arbitrumone_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -60790,49 +58650,56 @@ export type arbitrumone_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumone_swap_SwapTradeVolume_orderBy = +export type linea_swap_StableSwapExchange_orderBy = + | 'id' | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type arbitrumone_swap_SwapWeeklyVolume = arbitrumone_swap_SwapTradeVolume & { +export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; + stableSwap: linea_swap_StableSwap; + provider: Scalars['linea_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_SwapWeeklyVolume_filter = { +export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60861,7 +58728,63 @@ export type arbitrumone_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -60870,49 +58793,40 @@ export type arbitrumone_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumone_swap_SwapWeeklyVolume_orderBy = +export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'volume'; - -export type arbitrumone_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; + | 'transaction' + | 'nonce'; -export type arbitrumone_swap_SystemInfo_filter = { +export type linea_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60921,263 +58835,181 @@ export type arbitrumone_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type arbitrumone_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type arbitrumone_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: arbitrumone_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type xdai_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type xdai_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type xdai_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - balances: Array; -}; - - -export type xdai_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xdai_swap_LpAccountBalance = { - id: Scalars['ID']; - account: xdai_swap_LpAccount; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type xdai_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type xdai_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type xdai_swap_LpAccount_orderBy = +export type linea_swap_StableSwap_orderBy = | 'id' - | 'address' - | 'balances'; - -export type xdai_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - stableSwap: xdai_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['xdai_swap_BigDecimal']; - events: Array; -}; - - -export type xdai_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type xdai_swap_LpTokenEvent = { +export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; - block: Scalars['BigInt']; + stableSwap: linea_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type xdai_swap_LpTokenEvent_filter = { +export type linea_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61186,43 +59018,27 @@ export type xdai_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -61231,46 +59047,32 @@ export type xdai_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type xdai_swap_LpTokenEvent_orderBy = +export type linea_swap_SwapDailyVolume_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' + | 'stableSwap' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type xdai_swap_LpToken_filter = { +export type linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; +}; + +export type linea_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61279,16 +59081,6 @@ export type xdai_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -61309,192 +59101,7 @@ export type xdai_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { - id: Scalars['ID']; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; - from: Scalars['xdai_swap_Bytes']; - to: Scalars['xdai_swap_Bytes']; - fromBalance: Scalars['xdai_swap_BigDecimal']; - toBalance: Scalars['xdai_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xdai_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -61503,186 +59110,31 @@ export type xdai_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type xdai_swap_LpTransferEvent_orderBy = +export type linea_swap_SwapHourlyVolume_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' + | 'stableSwap' | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type xdai_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type xdai_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['xdai_swap_Bytes']; -}; - -export type xdai_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type xdai_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['xdai_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type xdai_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xdai_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xdai_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xdai_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xdai_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'volume'; -export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; +export type linea_swap_SwapTradeVolume = { + stableSwap: linea_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type xdai_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; +export type linea_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -61703,67 +59155,7 @@ export type xdai_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -61772,71 +59164,31 @@ export type xdai_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' +export type linea_swap_SwapTradeVolume_orderBy = | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type xdai_swap_StableSwapEvent = { +export type linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - block: Scalars['BigInt']; + stableSwap: linea_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type xdai_swap_StableSwapEvent_filter = { +export type linea_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61865,15 +59217,7 @@ export type xdai_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -61882,71 +59226,31 @@ export type xdai_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type xdai_swap_StableSwapEvent_orderBy = +export type linea_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type xdai_swap_StableSwapExchange = { +export type linea_swap_SystemInfo = { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - buyer: Scalars['xdai_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type xdai_swap_StableSwapExchange_filter = { +export type linea_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61955,171 +59259,63 @@ export type xdai_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type xdai_swap_StableSwapExchange_orderBy = +export type linea_swap_SystemInfo_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'exchangeCount' + | 'swapCount'; -export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { +export type linea_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type linea_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: linea_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type goerli_AggregateRoot = { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; - nonce: Scalars['BigInt']; + root: Scalars['goerli_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { +export type goerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62128,151 +59324,60 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type goerli_AggregateRoot_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'root' + | 'blockNumber'; -export type xdai_swap_StableSwap_filter = { +export type goerli_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type goerli_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: goerli_Router; + asset: goerli_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type goerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62281,200 +59386,125 @@ export type xdai_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwap_orderBy = +export type goerli_AssetBalance_orderBy = | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; -export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { +export type goerli_AssetStatus = { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + status?: Maybe; }; -export type xdai_swap_SwapDailyVolume_filter = { +export type goerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62483,79 +59513,21 @@ export type xdai_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapDailyVolume_orderBy = +export type goerli_AssetStatus_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; -}; + | 'status'; -export type xdai_swap_SwapHourlyVolume_filter = { +export type goerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62564,420 +59536,129 @@ export type xdai_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapHourlyVolume_orderBy = +export type goerli_Asset_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type xdai_swap_SwapTradeVolume = { - stableSwap: xdai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; +export type goerli_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type xdai_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; -}; - -export type xdai_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type xdai_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type xdai_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xdai_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type xdai_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type xdai_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: xdai_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type linea_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type linea_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type linea_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - balances: Array; -}; - - -export type linea_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type linea_swap_LpAccountBalance = { - id: Scalars['ID']; - account: linea_swap_LpAccount; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type linea_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'token' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type linea_swap_LpAccount_filter = { +export type goerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62986,53 +59667,117 @@ export type linea_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_LpAccount_orderBy = +export type goerli_ConnectorMeta_orderBy = | 'id' - | 'address' - | 'balances'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type linea_swap_LpToken = { +export type goerli_DestinationTransfer = { id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - stableSwap: linea_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['linea_swap_BigDecimal']; - events: Array; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type linea_swap_LpTokeneventsArgs = { +export type goerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type linea_swap_LpTokenEvent = { - id: Scalars['ID']; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_LpTokenEvent_filter = { +export type goerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63041,199 +59786,399 @@ export type linea_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_LpTokenEvent_orderBy = +export type goerli_DestinationTransfer_orderBy = | 'id' - | 'token' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type linea_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { +export type goerli_OriginMessage = { id: Scalars['ID']; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; - from: Scalars['linea_swap_Bytes']; - to: Scalars['linea_swap_Bytes']; - fromBalance: Scalars['linea_swap_BigDecimal']; - toBalance: Scalars['linea_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type linea_swap_LpTransferEvent_filter = { +export type goerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63242,233 +60187,166 @@ export type linea_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type linea_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type linea_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['linea_swap_Bytes']; -}; - -export type linea_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_PooledToken_orderBy = +export type goerli_OriginMessage_orderBy = | 'id' - | 'asset'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type linea_swap_StableSwap = { +export type goerli_OriginTransfer = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['linea_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type linea_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type linea_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type linea_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type linea_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type linea_swap_StableSwapweeklyVolumesArgs = { +export type goerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - provider: Scalars['linea_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapAddLiquidityEvent_filter = { +export type goerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63477,97 +60355,24 @@ export type linea_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -63576,72 +60381,219 @@ export type linea_swap_StableSwapAddLiquidityEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type linea_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type linea_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -63650,49 +60602,120 @@ export type linea_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_StableSwapEvent_orderBy = +export type goerli_OriginTransfer_orderBy = | 'id' - | 'stableSwap' - | 'block' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type linea_swap_StableSwapExchange = { +export type goerli_Relayer = { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - buyer: Scalars['linea_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type goerli_RelayerFee = { + id: Scalars['ID']; + transfer: goerli_OriginTransfer; fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; + asset: Scalars['goerli_Bytes']; }; -export type linea_swap_StableSwapExchange_filter = { +export type goerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63701,71 +60724,27 @@ export type linea_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -63774,72 +60753,71 @@ export type linea_swap_StableSwapExchange_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_StableSwapExchange_orderBy = +export type goerli_RelayerFee_orderBy = | 'id' - | 'stableSwap' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; -export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { +export type goerli_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - provider: Scalars['linea_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; + transfer: goerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['goerli_Bytes']; + transactionHash: Scalars['goerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { +export type goerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63848,83 +60826,65 @@ export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -63933,40 +60893,78 @@ export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type goerli_RelayerFeesIncrease_orderBy = | 'id' - | 'stableSwap' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type linea_swap_StableSwap_filter = { +export type goerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63979,177 +60977,33 @@ export type linea_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_StableSwap_orderBy = +export type goerli_Relayer_orderBy = | 'id' | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'relayer'; -export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { +export type goerli_RootCount = { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + count?: Maybe; }; -export type linea_swap_SwapDailyVolume_filter = { +export type goerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64158,314 +61012,39 @@ export type linea_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'timestamp' - | 'volume'; - -export type linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; -}; - -export type linea_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'timestamp' - | 'volume'; - -export type linea_swap_SwapTradeVolume = { - stableSwap: linea_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; -}; - -export type linea_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'timestamp' - | 'volume'; - -export type linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; -}; - -export type linea_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'timestamp' - | 'volume'; - -export type linea_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type linea_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_SystemInfo_orderBy = +export type goerli_RootCount_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type linea_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type linea_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: linea_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type stagingmumbai_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['stagingmumbai_Bytes']; - blockNumber: Scalars['BigInt']; -}; + | 'count'; -export type stagingmumbai_AggregateRootProposed = { +export type goerli_RootMessageSent = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmumbai_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingmumbai_AggregateRootProposed_filter = { +export type goerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64474,40 +61053,60 @@ export type stagingmumbai_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -64516,6 +61115,22 @@ export type stagingmumbai_AggregateRootProposed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -64525,82 +61140,52 @@ export type stagingmumbai_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_AggregateRootProposed_orderBy = +export type goerli_RootMessageSent_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type stagingmumbai_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type goerli_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type stagingmumbai_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; -export type stagingmumbai_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; +export type goerli_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_AssetBalance = { +export type goerli_RouterDailyTVL = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: stagingmumbai_Router; - asset: stagingmumbai_Asset; - feesEarned: Scalars['BigInt']; + router: goerli_Router; + asset: goerli_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; }; -export type stagingmumbai_AssetBalance_filter = { +export type goerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64609,38 +61194,6 @@ export type stagingmumbai_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -64661,7 +61214,7 @@ export type stagingmumbai_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -64682,27 +61235,31 @@ export type stagingmumbai_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_AssetBalance_orderBy = +export type goerli_RouterDailyTVL_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' | 'router' | 'router__id' | 'router__isActive' @@ -64714,42 +61271,34 @@ export type stagingmumbai_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'feesEarned'; + | 'timestamp' + | 'balance'; -export type stagingmumbai_AssetStatus = { +export type goerli_RouterLiquidityEvent = { id: Scalars['ID']; - status?: Maybe; -}; - -export type stagingmumbai_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + type?: Maybe; + router: goerli_Router; + asset: goerli_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['goerli_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmumbai_AssetStatus_orderBy = - | 'id' - | 'status'; +export type goerli_RouterLiquidityEventType = + | 'Add' + | 'Remove'; -export type stagingmumbai_Asset_filter = { +export type goerli_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64758,62 +61307,78 @@ export type stagingmumbai_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -64822,66 +61387,140 @@ export type stagingmumbai_Asset_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_Asset_orderBy = +export type goerli_RouterLiquidityEvent_orderBy = | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type stagingmumbai_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type goerli_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +export type goerli_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type stagingmumbai_ConnectorMeta = { +export type goerli_Sequencer = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type stagingmumbai_ConnectorMeta_filter = { +export type goerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64890,117 +61529,38 @@ export type stagingmumbai_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_ConnectorMeta_orderBy = +export type goerli_Sequencer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'isActive' + | 'sequencer'; -export type stagingmumbai_DestinationTransfer = { +export type goerli_Setting = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type stagingmumbai_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['goerli_Bytes']; }; -export type stagingmumbai_DestinationTransfer_filter = { +export type goerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65009,392 +61569,48 @@ export type stagingmumbai_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_DestinationTransfer_orderBy = +export type goerli_Setting_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type stagingmumbai_OptimisticRootFinalized = { +export type goerli_SlippageUpdate = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmumbai_Bytes']; + transfer: goerli_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['goerli_Bytes']; + transactionHash: Scalars['goerli_Bytes']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingmumbai_OptimisticRootFinalized_filter = { +export type goerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65403,16 +61619,55 @@ export type stagingmumbai_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -65421,6 +61676,22 @@ export type stagingmumbai_OptimisticRootFinalized_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -65430,72 +61701,144 @@ export type stagingmumbai_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_OptimisticRootFinalized_orderBy = +export type goerli_SlippageUpdate_orderBy = | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type stagingmumbai_OrderDirection = - | 'asc' - | 'desc'; - -export type stagingmumbai_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type stagingmumbai_OriginMessage_filter = { - id?: InputMaybe; - id_not?: InputMaybe; + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type goerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type localmainnet_AggregateRootSavedSlow = { + id: Scalars['ID']; + aggregateRoot: Scalars['localmainnet_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; +}; + +export type localmainnet_AggregateRootSavedSlow_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + aggregatedRoots?: InputMaybe>; + aggregatedRoots_not?: InputMaybe>; + aggregatedRoots_contains?: InputMaybe>; + aggregatedRoots_contains_nocase?: InputMaybe>; + aggregatedRoots_not_contains?: InputMaybe>; + aggregatedRoots_not_contains_nocase?: InputMaybe>; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_AggregateRootSavedSlow_orderBy = + | 'id' + | 'aggregateRoot' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; + +export type localmainnet_AggregatedMessageRoot = { + id: Scalars['ID']; + index: Scalars['BigInt']; + receivedRoot: Scalars['localmainnet_Bytes']; + domain?: Maybe; + blockNumber?: Maybe; +}; + +export type localmainnet_AggregatedMessageRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; id_gt?: InputMaybe; id_lt?: InputMaybe; id_gte?: InputMaybe; id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -65504,36 +61847,24 @@ export type stagingmumbai_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -65542,92 +61873,117 @@ export type stagingmumbai_OriginMessage_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_OriginMessage_orderBy = +export type localmainnet_AggregatedMessageRoot_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'receivedRoot' + | 'domain' + | 'blockNumber'; -export type stagingmumbai_OriginTransfer = { +export type localmainnet_ArbitrumConnectorMeta = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; +}; + +export type localmainnet_ArbitrumConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type localmainnet_ArbitrumConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type localmainnet_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type stagingmumbai_OriginTransfer_filter = { +export type localmainnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type localmainnet_BnbConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; +}; + +export type localmainnet_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65636,245 +61992,202 @@ export type stagingmumbai_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_BnbConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type localmainnet_GnosisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; +}; + +export type localmainnet_GnosisConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_GnosisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type localmainnet_HubDomain = { + id: Scalars['ID']; + domain?: Maybe; +}; + +export type localmainnet_HubDomain_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_HubDomain_orderBy = + | 'id' + | 'domain'; + +export type localmainnet_HubOptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['localmainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type localmainnet_HubOptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -65883,22 +62196,6 @@ export type stagingmumbai_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -65907,95 +62204,28 @@ export type stagingmumbai_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_OriginTransfer_orderBy = +export type localmainnet_HubOptimisticRootFinalized_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type stagingmumbai_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'blockNumber'; -export type stagingmumbai_RelayerFee = { +export type localmainnet_OptimismConnectorMeta = { id: Scalars['ID']; - transfer: stagingmumbai_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['stagingmumbai_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type stagingmumbai_RelayerFee_filter = { +export type localmainnet_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66004,100 +62234,75 @@ export type stagingmumbai_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RelayerFee_orderBy = +export type localmainnet_OptimismConnectorMeta_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_RelayerFeesIncrease = { +export type localmainnet_OptimisticRootPropagated = { id: Scalars['ID']; - transfer: stagingmumbai_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmumbai_Bytes']; - transactionHash: Scalars['stagingmumbai_Bytes']; + aggregateRoot: Scalars['localmainnet_Bytes']; + domainsHash: Scalars['localmainnet_Bytes']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmumbai_RelayerFeesIncrease_filter = { +export type localmainnet_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66106,65 +62311,26 @@ export type stagingmumbai_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -66173,22 +62339,6 @@ export type stagingmumbai_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -66198,92 +62348,30 @@ export type stagingmumbai_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RelayerFeesIncrease_orderBy = +export type localmainnet_OptimisticRootPropagated_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type stagingmumbai_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmumbai_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type stagingmumbai_RootCount = { +export type localmainnet_OptimisticRootProposed = { id: Scalars['ID']; - count?: Maybe; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['localmainnet_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['localmainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmumbai_RootCount_filter = { +export type localmainnet_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66292,39 +62380,93 @@ export type stagingmumbai_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + disputeCliff?: InputMaybe; + disputeCliff_not?: InputMaybe; + disputeCliff_gt?: InputMaybe; + disputeCliff_lt?: InputMaybe; + disputeCliff_gte?: InputMaybe; + disputeCliff_lte?: InputMaybe; + disputeCliff_in?: InputMaybe>; + disputeCliff_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + snapshotsRoots?: InputMaybe>; + snapshotsRoots_not?: InputMaybe>; + snapshotsRoots_contains?: InputMaybe>; + snapshotsRoots_contains_nocase?: InputMaybe>; + snapshotsRoots_not_contains?: InputMaybe>; + snapshotsRoots_not_contains_nocase?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + baseAggregateRoot?: InputMaybe; + baseAggregateRoot_not?: InputMaybe; + baseAggregateRoot_gt?: InputMaybe; + baseAggregateRoot_lt?: InputMaybe; + baseAggregateRoot_gte?: InputMaybe; + baseAggregateRoot_lte?: InputMaybe; + baseAggregateRoot_in?: InputMaybe>; + baseAggregateRoot_not_in?: InputMaybe>; + baseAggregateRoot_contains?: InputMaybe; + baseAggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RootCount_orderBy = +export type localmainnet_OptimisticRootProposed_orderBy = | 'id' - | 'count'; + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' + | 'timestamp' + | 'blockNumber'; -export type stagingmumbai_RootMessageSent = { +/** Defines the order direction, either ascending or descending */ +export type localmainnet_OrderDirection = + | 'asc' + | 'desc'; + +export type localmainnet_PolygonConnectorMeta = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type stagingmumbai_RootMessageSent_filter = { +export type localmainnet_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66349,123 +62491,58 @@ export type stagingmumbai_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RootMessageSent_orderBy = +export type localmainnet_PolygonConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type stagingmumbai_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type stagingmumbai_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai_RouterDailyTVL = { +export type localmainnet_RootAggregated = { id: Scalars['ID']; - router: stagingmumbai_Router; - asset: stagingmumbai_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + domain: Scalars['BigInt']; + receivedRoot: Scalars['localmainnet_Bytes']; + index: Scalars['BigInt']; }; -export type stagingmumbai_RouterDailyTVL_filter = { +export type localmainnet_RootAggregated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66474,165 +62551,51 @@ export type stagingmumbai_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmumbai_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type stagingmumbai_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_Router_orderBy = +export type localmainnet_RootAggregated_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'domain' + | 'receivedRoot' + | 'index'; -export type stagingmumbai_Sequencer = { +export type localmainnet_RootManagerMeta = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + domains?: Maybe>; + connectors?: Maybe>; }; -export type stagingmumbai_Sequencer_filter = { +export type localmainnet_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66641,38 +62604,35 @@ export type stagingmumbai_Sequencer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_Sequencer_orderBy = +export type localmainnet_RootManagerMeta_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'domains' + | 'connectors'; -export type stagingmumbai_Setting = { +export type localmainnet_RootManagerMode = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmumbai_Bytes']; + mode: Scalars['String']; }; -export type stagingmumbai_Setting_filter = { +export type localmainnet_RootManagerMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66681,48 +62641,50 @@ export type stagingmumbai_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_Setting_orderBy = +export type localmainnet_RootManagerMode_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'mode'; -export type stagingmumbai_SlippageUpdate = { +export type localmainnet_RootMessageProcessed = { id: Scalars['ID']; - transfer: stagingmumbai_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['stagingmumbai_Bytes']; - transactionHash: Scalars['stagingmumbai_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type stagingmumbai_SlippageUpdate_filter = { +export type localmainnet_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66731,55 +62693,52 @@ export type stagingmumbai_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -66813,51 +62772,16 @@ export type stagingmumbai_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_SlippageUpdate_orderBy = +export type localmainnet_RootMessageProcessed_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' + | 'spokeDomain' + | 'hubDomain' + | 'root' | 'caller' | 'transactionHash' | 'timestamp' @@ -66865,16 +62789,15 @@ export type stagingmumbai_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmumbai_SnapshotRoot = { +export type localmainnet_RootPropagated = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingmumbai_Bytes']; + aggregate: Scalars['localmainnet_Bytes']; + domainsHash: Scalars['localmainnet_Bytes']; count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmumbai_SnapshotRoot_filter = { +export type localmainnet_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66883,24 +62806,26 @@ export type stagingmumbai_SnapshotRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + aggregate?: InputMaybe; + aggregate_not?: InputMaybe; + aggregate_gt?: InputMaybe; + aggregate_lt?: InputMaybe; + aggregate_gte?: InputMaybe; + aggregate_lte?: InputMaybe; + aggregate_in?: InputMaybe>; + aggregate_not_in?: InputMaybe>; + aggregate_contains?: InputMaybe; + aggregate_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -66909,14 +62834,6 @@ export type stagingmumbai_SnapshotRoot_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -66926,25 +62843,28 @@ export type stagingmumbai_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_SnapshotRoot_orderBy = +export type localmainnet_RootPropagated_orderBy = | 'id' - | 'spokeDomain' - | 'root' + | 'aggregate' + | 'domainsHash' | 'count' - | 'timestamp' | 'blockNumber'; -export type stagingmumbai_SpokeConnectorMode = { +export type localmainnet_ZkSyncConnectorMeta = { id: Scalars['ID']; - mode: Scalars['String']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type stagingmumbai_SpokeConnectorMode_filter = { +export type localmainnet_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66953,46 +62873,69 @@ export type stagingmumbai_SpokeConnectorMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_SpokeConnectorMode_orderBy = +export type localmainnet_ZkSyncConnectorMeta_orderBy = | 'id' - | 'mode'; - -export type stagingmumbai_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmumbai__Block_ = { +export type localmainnet__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -67000,7 +62943,7 @@ export type stagingmumbai__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingmumbai__Meta_ = { +export type localmainnet__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -67008,20 +62951,20 @@ export type stagingmumbai__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmumbai__Block_; + block: localmainnet__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type optimismgoerli_AggregateRoot = { +export type lineagoerli_AggregateRoot = { id: Scalars['ID']; - root: Scalars['optimismgoerli_Bytes']; + root: Scalars['lineagoerli_Bytes']; blockNumber: Scalars['BigInt']; }; -export type optimismgoerli_AggregateRoot_filter = { +export type lineagoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67030,16 +62973,12 @@ export type optimismgoerli_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -67049,41 +62988,38 @@ export type optimismgoerli_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_AggregateRoot_orderBy = +export type lineagoerli_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type optimismgoerli_Asset = { +export type lineagoerli_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type optimismgoerli_AssetBalance = { +export type lineagoerli_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: optimismgoerli_Router; - asset: optimismgoerli_Asset; + router: lineagoerli_Router; + asset: lineagoerli_Asset; feesEarned: Scalars['BigInt']; }; -export type optimismgoerli_AssetBalance_filter = { +export type lineagoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67144,7 +63080,7 @@ export type optimismgoerli_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -67165,7 +63101,7 @@ export type optimismgoerli_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -67175,42 +63111,25 @@ export type optimismgoerli_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_AssetBalance_orderBy = +export type lineagoerli_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' | 'supplied' | 'removed' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'feesEarned'; -export type optimismgoerli_AssetStatus = { +export type lineagoerli_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type optimismgoerli_AssetStatus_filter = { +export type lineagoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67224,16 +63143,14 @@ export type optimismgoerli_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_AssetStatus_orderBy = +export type lineagoerli_AssetStatus_orderBy = | 'id' | 'status'; -export type optimismgoerli_Asset_filter = { +export type lineagoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67242,16 +63159,12 @@ export type optimismgoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -67260,24 +63173,12 @@ export type optimismgoerli_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -67286,26 +63187,18 @@ export type optimismgoerli_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -67334,47 +63227,42 @@ export type optimismgoerli_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_Asset_orderBy = +export type lineagoerli_Asset_orderBy = | 'id' | 'key' | 'decimal' - | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'status'; -export type optimismgoerli_BlockChangedFilter = { +export type lineagoerli_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type optimismgoerli_Block_height = { - hash?: InputMaybe; +export type lineagoerli_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type optimismgoerli_ConnectorMeta = { +export type lineagoerli_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type optimismgoerli_ConnectorMeta_filter = { +export type lineagoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67399,43 +63287,29 @@ export type optimismgoerli_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_ConnectorMeta_orderBy = +export type lineagoerli_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -67443,57 +63317,57 @@ export type optimismgoerli_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type optimismgoerli_DestinationTransfer = { +export type lineagoerli_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type optimismgoerli_DestinationTransferroutersArgs = { +export type lineagoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_DestinationTransfer_filter = { +export type lineagoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67510,16 +63384,12 @@ export type optimismgoerli_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -67528,17 +63398,17 @@ export type optimismgoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -67563,40 +63433,28 @@ export type optimismgoerli_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -67613,16 +63471,12 @@ export type optimismgoerli_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -67639,16 +63493,12 @@ export type optimismgoerli_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -67669,7 +63519,7 @@ export type optimismgoerli_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -67686,26 +63536,18 @@ export type optimismgoerli_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -67738,44 +63580,32 @@ export type optimismgoerli_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; executedTxNonce_lt?: InputMaybe; executedTxNonce_gte?: InputMaybe; executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -67808,16 +63638,12 @@ export type optimismgoerli_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -67827,12 +63653,10 @@ export type optimismgoerli_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_DestinationTransfer_orderBy = +export type lineagoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -67853,15 +63677,6 @@ export type optimismgoerli_DestinationTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'amount' | 'routersFee' | 'executedCaller' @@ -67882,24 +63697,24 @@ export type optimismgoerli_DestinationTransfer_orderBy = | 'reconciledTxNonce'; /** Defines the order direction, either ascending or descending */ -export type optimismgoerli_OrderDirection = +export type lineagoerli_OrderDirection = | 'asc' | 'desc'; -export type optimismgoerli_OriginMessage = { +export type lineagoerli_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type optimismgoerli_OriginMessage_filter = { +export type lineagoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67908,16 +63723,12 @@ export type optimismgoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -67926,16 +63737,12 @@ export type optimismgoerli_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -67944,36 +63751,24 @@ export type optimismgoerli_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -68002,14 +63797,12 @@ export type optimismgoerli_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_OriginMessage_orderBy = +export type lineagoerli_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -68019,55 +63812,53 @@ export type optimismgoerli_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'rootCount'; -export type optimismgoerli_OriginTransfer = { +export type lineagoerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type optimismgoerli_OriginTransferrelayerFeesArgs = { +export type lineagoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_OriginTransfer_filter = { +export type lineagoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68084,16 +63875,12 @@ export type optimismgoerli_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -68102,20 +63889,16 @@ export type optimismgoerli_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -68140,40 +63923,28 @@ export type optimismgoerli_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -68182,16 +63953,12 @@ export type optimismgoerli_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -68208,16 +63975,12 @@ export type optimismgoerli_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -68238,17 +64001,13 @@ export type optimismgoerli_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -68269,7 +64028,7 @@ export type optimismgoerli_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -68284,37 +64043,25 @@ export type optimismgoerli_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -68347,16 +64094,12 @@ export type optimismgoerli_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -68366,12 +64109,10 @@ export type optimismgoerli_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_OriginTransfer_orderBy = +export type lineagoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -68391,26 +64132,8 @@ export type optimismgoerli_OriginTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'transactingAsset' | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' | 'bumpRelayerFeeCount' | 'relayerFees' | 'initialRelayerFeeAsset' @@ -68423,20 +64146,20 @@ export type optimismgoerli_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type optimismgoerli_Relayer = { +export type lineagoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type optimismgoerli_RelayerFee = { +export type lineagoerli_RelayerFee = { id: Scalars['ID']; - transfer: optimismgoerli_OriginTransfer; + transfer: lineagoerli_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['optimismgoerli_Bytes']; + asset: Scalars['lineagoerli_Bytes']; }; -export type optimismgoerli_RelayerFee_filter = { +export type lineagoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68465,7 +64188,7 @@ export type optimismgoerli_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -68474,71 +64197,36 @@ export type optimismgoerli_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_RelayerFee_orderBy = +export type lineagoerli_RelayerFee_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' | 'fee' | 'asset'; -export type optimismgoerli_RelayerFeesIncrease = { +export type lineagoerli_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: optimismgoerli_OriginTransfer; + transfer: lineagoerli_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimismgoerli_Bytes']; - transactionHash: Scalars['optimismgoerli_Bytes']; + asset?: Maybe; + caller: Scalars['lineagoerli_Bytes']; + transactionHash: Scalars['lineagoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimismgoerli_RelayerFeesIncrease_filter = { +export type lineagoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68567,7 +64255,7 @@ export type optimismgoerli_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -68576,36 +64264,24 @@ export type optimismgoerli_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -68639,43 +64315,12 @@ export type optimismgoerli_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_RelayerFeesIncrease_orderBy = +export type lineagoerli_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -68685,7 +64330,7 @@ export type optimismgoerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimismgoerli_Relayer_filter = { +export type lineagoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68698,33 +64343,27 @@ export type optimismgoerli_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_Relayer_orderBy = +export type lineagoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type optimismgoerli_RootCount = { +export type lineagoerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type optimismgoerli_RootCount_filter = { +export type lineagoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68742,30 +64381,28 @@ export type optimismgoerli_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_RootCount_orderBy = +export type lineagoerli_RootCount_orderBy = | 'id' | 'count'; -export type optimismgoerli_RootMessageSent = { +export type lineagoerli_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type optimismgoerli_RootMessageSent_filter = { +export type lineagoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68790,16 +64427,12 @@ export type optimismgoerli_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -68808,26 +64441,18 @@ export type optimismgoerli_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -68861,12 +64486,10 @@ export type optimismgoerli_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_RootMessageSent_orderBy = +export type lineagoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -68879,34 +64502,34 @@ export type optimismgoerli_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimismgoerli_Router = { +export type lineagoerli_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type optimismgoerli_RouterassetBalancesArgs = { +export type lineagoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_RouterDailyTVL = { +export type lineagoerli_RouterDailyTVL = { id: Scalars['ID']; - router: optimismgoerli_Router; - asset: optimismgoerli_Asset; + router: lineagoerli_Router; + asset: lineagoerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type optimismgoerli_RouterDailyTVL_filter = { +export type lineagoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68935,7 +64558,7 @@ export type optimismgoerli_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -68956,7 +64579,7 @@ export type optimismgoerli_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -68974,201 +64597,17 @@ export type optimismgoerli_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_RouterDailyTVL_orderBy = +export type lineagoerli_RouterDailyTVL_orderBy = | 'id' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type optimismgoerli_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: optimismgoerli_Router; - asset: optimismgoerli_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['optimismgoerli_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimismgoerli_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type optimismgoerli_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type optimismgoerli_Router_filter = { +export type lineagoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69181,36 +64620,24 @@ export type optimismgoerli_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -69219,14 +64646,12 @@ export type optimismgoerli_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_Router_orderBy = +export type lineagoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -69235,13 +64660,13 @@ export type optimismgoerli_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type optimismgoerli_Sequencer = { +export type lineagoerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type optimismgoerli_Sequencer_filter = { +export type lineagoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69254,34 +64679,28 @@ export type optimismgoerli_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_Sequencer_orderBy = +export type lineagoerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type optimismgoerli_Setting = { +export type lineagoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['optimismgoerli_Bytes']; + caller: Scalars['lineagoerli_Bytes']; }; -export type optimismgoerli_Setting_filter = { +export type lineagoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69298,40 +64717,34 @@ export type optimismgoerli_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_Setting_orderBy = +export type lineagoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type optimismgoerli_SlippageUpdate = { +export type lineagoerli_SlippageUpdate = { id: Scalars['ID']; - transfer: optimismgoerli_DestinationTransfer; + transfer: lineagoerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['optimismgoerli_Bytes']; - transactionHash: Scalars['optimismgoerli_Bytes']; + caller: Scalars['lineagoerli_Bytes']; + transactionHash: Scalars['lineagoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimismgoerli_SlippageUpdate_filter = { +export type lineagoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69360,7 +64773,7 @@ export type optimismgoerli_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -69369,26 +64782,18 @@ export type optimismgoerli_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -69422,50 +64827,12 @@ export type optimismgoerli_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismgoerli_SlippageUpdate_orderBy = +export type lineagoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' @@ -69474,16 +64841,16 @@ export type optimismgoerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimismgoerli_TransferStatus = +export type lineagoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type optimismgoerli__Block_ = { +export type lineagoerli__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -69491,7 +64858,7 @@ export type optimismgoerli__Block_ = { }; /** The type for the top-level _meta field */ -export type optimismgoerli__Meta_ = { +export type lineagoerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -69499,104 +64866,20 @@ export type optimismgoerli__Meta_ = { * and therefore asks for the latest block * */ - block: optimismgoerli__Block_; + block: lineagoerli__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type staginggoerli_AggregateRoot = { +export type optimism_AggregateRoot = { id: Scalars['ID']; - root: Scalars['staginggoerli_Bytes']; + root: Scalars['optimism_Bytes']; blockNumber: Scalars['BigInt']; }; -export type staginggoerli_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type staginggoerli_AggregateRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type staginggoerli_AggregateRoot_filter = { +export type optimism_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69605,16 +64888,16 @@ export type staginggoerli_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -69624,40 +64907,41 @@ export type staginggoerli_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_AggregateRoot_orderBy = +export type optimism_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type staginggoerli_Asset = { +export type optimism_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - canonicalId?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type staginggoerli_AssetBalance = { +export type optimism_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: staginggoerli_Router; - asset: staginggoerli_Asset; + router: optimism_Router; + asset: optimism_Asset; feesEarned: Scalars['BigInt']; }; -export type staginggoerli_AssetBalance_filter = { +export type optimism_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69718,7 +65002,7 @@ export type staginggoerli_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -69739,7 +65023,7 @@ export type staginggoerli_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -69749,12 +65033,12 @@ export type staginggoerli_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_AssetBalance_orderBy = +export type optimism_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -69771,6 +65055,7 @@ export type staginggoerli_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -69778,12 +65063,12 @@ export type staginggoerli_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type staginggoerli_AssetStatus = { +export type optimism_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type staginggoerli_AssetStatus_filter = { +export type optimism_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69797,16 +65082,16 @@ export type staginggoerli_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_AssetStatus_orderBy = +export type optimism_AssetStatus_orderBy = | 'id' | 'status'; -export type staginggoerli_Asset_filter = { +export type optimism_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69815,16 +65100,16 @@ export type staginggoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -69833,16 +65118,24 @@ export type staginggoerli_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -69851,26 +65144,26 @@ export type staginggoerli_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -69899,17 +65192,18 @@ export type staginggoerli_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_Asset_orderBy = +export type optimism_Asset_orderBy = | 'id' | 'key' | 'decimal' + | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' @@ -69919,16 +65213,26 @@ export type staginggoerli_Asset_orderBy = | 'status__id' | 'status__status'; -export type staginggoerli_ConnectorMeta = { +export type optimism_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type optimism_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type optimism_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type staginggoerli_ConnectorMeta_filter = { +export type optimism_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69953,43 +65257,43 @@ export type staginggoerli_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_ConnectorMeta_orderBy = +export type optimism_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -69997,57 +65301,57 @@ export type staginggoerli_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type staginggoerli_DestinationTransfer = { +export type optimism_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type staginggoerli_DestinationTransferroutersArgs = { +export type optimism_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_DestinationTransfer_filter = { +export type optimism_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70064,16 +65368,16 @@ export type staginggoerli_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -70082,17 +65386,17 @@ export type staginggoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -70117,40 +65421,40 @@ export type staginggoerli_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -70167,16 +65471,16 @@ export type staginggoerli_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -70193,16 +65497,16 @@ export type staginggoerli_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -70223,7 +65527,7 @@ export type staginggoerli_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -70240,26 +65544,26 @@ export type staginggoerli_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -70292,16 +65596,16 @@ export type staginggoerli_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -70310,26 +65614,26 @@ export type staginggoerli_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -70362,16 +65666,16 @@ export type staginggoerli_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -70381,12 +65685,12 @@ export type staginggoerli_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_DestinationTransfer_orderBy = +export type optimism_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -70410,6 +65714,7 @@ export type staginggoerli_DestinationTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -70434,74 +65739,25 @@ export type staginggoerli_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type staginggoerli_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type staginggoerli_OptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; +/** Defines the order direction, either ascending or descending */ +export type optimism_OrderDirection = + | 'asc' + | 'desc'; -export type staginggoerli_OriginMessage = { +export type optimism_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type staginggoerli_OriginMessage_filter = { +export type optimism_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70510,16 +65766,16 @@ export type staginggoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -70528,16 +65784,16 @@ export type staginggoerli_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -70546,36 +65802,36 @@ export type staginggoerli_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -70604,14 +65860,14 @@ export type staginggoerli_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_OriginMessage_orderBy = +export type optimism_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -70625,51 +65881,51 @@ export type staginggoerli_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type staginggoerli_OriginTransfer = { +export type optimism_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type staginggoerli_OriginTransferrelayerFeesArgs = { +export type optimism_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_OriginTransfer_filter = { +export type optimism_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70686,16 +65942,16 @@ export type staginggoerli_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -70704,20 +65960,20 @@ export type staginggoerli_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -70742,40 +65998,40 @@ export type staginggoerli_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -70784,16 +66040,16 @@ export type staginggoerli_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -70810,16 +66066,16 @@ export type staginggoerli_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -70840,17 +66096,17 @@ export type staginggoerli_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -70871,7 +66127,7 @@ export type staginggoerli_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -70886,37 +66142,37 @@ export type staginggoerli_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -70949,16 +66205,16 @@ export type staginggoerli_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -70968,12 +66224,12 @@ export type staginggoerli_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_OriginTransfer_orderBy = +export type optimism_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -70996,6 +66252,7 @@ export type staginggoerli_OriginTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -71024,20 +66281,20 @@ export type staginggoerli_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type staginggoerli_Relayer = { +export type optimism_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type staginggoerli_RelayerFee = { +export type optimism_RelayerFee = { id: Scalars['ID']; - transfer: staginggoerli_OriginTransfer; + transfer: optimism_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['staginggoerli_Bytes']; + asset: Scalars['optimism_Bytes']; }; -export type staginggoerli_RelayerFee_filter = { +export type optimism_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71066,7 +66323,7 @@ export type staginggoerli_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -71075,23 +66332,23 @@ export type staginggoerli_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RelayerFee_orderBy = +export type optimism_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -71126,20 +66383,20 @@ export type staginggoerli_RelayerFee_orderBy = | 'fee' | 'asset'; -export type staginggoerli_RelayerFeesIncrease = { +export type optimism_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: staginggoerli_OriginTransfer; + transfer: optimism_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['staginggoerli_Bytes']; - transactionHash: Scalars['staginggoerli_Bytes']; + asset?: Maybe; + caller: Scalars['optimism_Bytes']; + transactionHash: Scalars['optimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginggoerli_RelayerFeesIncrease_filter = { +export type optimism_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71168,7 +66425,7 @@ export type staginggoerli_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -71177,36 +66434,36 @@ export type staginggoerli_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -71240,12 +66497,12 @@ export type staginggoerli_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RelayerFeesIncrease_orderBy = +export type optimism_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -71286,7 +66543,7 @@ export type staginggoerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginggoerli_Relayer_filter = { +export type optimism_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71299,33 +66556,33 @@ export type staginggoerli_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_Relayer_orderBy = +export type optimism_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type staginggoerli_RootCount = { +export type optimism_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type staginggoerli_RootCount_filter = { +export type optimism_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71343,30 +66600,30 @@ export type staginggoerli_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RootCount_orderBy = +export type optimism_RootCount_orderBy = | 'id' | 'count'; -export type staginggoerli_RootMessageSent = { +export type optimism_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type staginggoerli_RootMessageSent_filter = { +export type optimism_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71391,16 +66648,16 @@ export type staginggoerli_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -71409,26 +66666,26 @@ export type staginggoerli_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -71462,12 +66719,12 @@ export type staginggoerli_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RootMessageSent_orderBy = +export type optimism_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -71480,34 +66737,34 @@ export type staginggoerli_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginggoerli_Router = { +export type optimism_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type staginggoerli_RouterassetBalancesArgs = { +export type optimism_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_RouterDailyTVL = { +export type optimism_RouterDailyTVL = { id: Scalars['ID']; - router: staginggoerli_Router; - asset: staginggoerli_Asset; + router: optimism_Router; + asset: optimism_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type staginggoerli_RouterDailyTVL_filter = { +export type optimism_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71536,7 +66793,7 @@ export type staginggoerli_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -71557,7 +66814,7 @@ export type staginggoerli_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -71575,12 +66832,12 @@ export type staginggoerli_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RouterDailyTVL_orderBy = +export type optimism_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -71593,6 +66850,7 @@ export type staginggoerli_RouterDailyTVL_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -71601,7 +66859,174 @@ export type staginggoerli_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type staginggoerli_Router_filter = { +export type optimism_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: optimism_Router; + asset: optimism_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['optimism_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimism_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type optimism_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type optimism_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71614,36 +67039,36 @@ export type staginggoerli_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -71652,14 +67077,14 @@ export type staginggoerli_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_Router_orderBy = +export type optimism_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -71668,13 +67093,13 @@ export type staginggoerli_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type staginggoerli_Sequencer = { +export type optimism_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type staginggoerli_Sequencer_filter = { +export type optimism_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71687,34 +67112,34 @@ export type staginggoerli_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_Sequencer_orderBy = +export type optimism_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type staginggoerli_Setting = { +export type optimism_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['staginggoerli_Bytes']; + caller: Scalars['optimism_Bytes']; }; -export type staginggoerli_Setting_filter = { +export type optimism_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71731,40 +67156,40 @@ export type staginggoerli_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_Setting_orderBy = +export type optimism_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type staginggoerli_SlippageUpdate = { +export type optimism_SlippageUpdate = { id: Scalars['ID']; - transfer: staginggoerli_DestinationTransfer; + transfer: optimism_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['staginggoerli_Bytes']; - transactionHash: Scalars['staginggoerli_Bytes']; + caller: Scalars['optimism_Bytes']; + transactionHash: Scalars['optimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginggoerli_SlippageUpdate_filter = { +export type optimism_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71793,7 +67218,7 @@ export type staginggoerli_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -71802,26 +67227,26 @@ export type staginggoerli_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -71855,12 +67280,12 @@ export type staginggoerli_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_SlippageUpdate_orderBy = +export type optimism_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -71907,16 +67332,55 @@ export type staginggoerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginggoerli_SnapshotRoot = { +export type optimism_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type optimism__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type optimism__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: optimism__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type staginggoerli_AggregateRoot = { id: Scalars['ID']; - spokeDomain?: Maybe; root: Scalars['staginggoerli_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginggoerli_SnapshotRoot_filter = { +export type staginggoerli_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['staginggoerli_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type staginggoerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71925,32 +67389,40 @@ export type staginggoerli_SnapshotRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -71969,24 +67441,20 @@ export type staginggoerli_SnapshotRoot_filter = { blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_SnapshotRoot_orderBy = +export type staginggoerli_AggregateRootProposed_orderBy = | 'id' - | 'spokeDomain' - | 'root' - | 'count' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | 'timestamp' | 'blockNumber'; -export type staginggoerli_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type staginggoerli_SpokeConnectorMode_filter = { +export type staginggoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71995,152 +67463,16 @@ export type staginggoerli_SpokeConnectorMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type staginggoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type stagingoptimismgoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['stagingoptimismgoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingoptimismgoerli_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type stagingoptimismgoerli_AggregateRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type stagingoptimismgoerli_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -72150,40 +67482,40 @@ export type stagingoptimismgoerli_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_AggregateRoot_orderBy = +export type staginggoerli_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingoptimismgoerli_Asset = { +export type staginggoerli_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingoptimismgoerli_AssetBalance = { +export type staginggoerli_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingoptimismgoerli_Router; - asset: stagingoptimismgoerli_Asset; + router: staginggoerli_Router; + asset: staginggoerli_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingoptimismgoerli_AssetBalance_filter = { +export type staginggoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72244,7 +67576,7 @@ export type stagingoptimismgoerli_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -72265,7 +67597,7 @@ export type stagingoptimismgoerli_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -72275,12 +67607,12 @@ export type stagingoptimismgoerli_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_AssetBalance_orderBy = +export type staginggoerli_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -72304,12 +67636,12 @@ export type stagingoptimismgoerli_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingoptimismgoerli_AssetStatus = { +export type staginggoerli_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingoptimismgoerli_AssetStatus_filter = { +export type staginggoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72323,16 +67655,16 @@ export type stagingoptimismgoerli_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_AssetStatus_orderBy = +export type staginggoerli_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingoptimismgoerli_Asset_filter = { +export type staginggoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72341,16 +67673,16 @@ export type stagingoptimismgoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -72359,16 +67691,16 @@ export type stagingoptimismgoerli_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -72377,26 +67709,26 @@ export type stagingoptimismgoerli_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -72425,14 +67757,14 @@ export type stagingoptimismgoerli_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_Asset_orderBy = +export type staginggoerli_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -72445,26 +67777,16 @@ export type stagingoptimismgoerli_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingoptimismgoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingoptimismgoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingoptimismgoerli_ConnectorMeta = { +export type staginggoerli_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingoptimismgoerli_ConnectorMeta_filter = { +export type staginggoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72489,43 +67811,43 @@ export type stagingoptimismgoerli_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_ConnectorMeta_orderBy = +export type staginggoerli_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -72533,57 +67855,57 @@ export type stagingoptimismgoerli_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingoptimismgoerli_DestinationTransfer = { +export type staginggoerli_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingoptimismgoerli_DestinationTransferroutersArgs = { +export type staginggoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimismgoerli_DestinationTransfer_filter = { +export type staginggoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72600,16 +67922,16 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -72618,17 +67940,17 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -72653,40 +67975,40 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -72703,16 +68025,16 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -72729,16 +68051,16 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -72759,7 +68081,7 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -72776,26 +68098,26 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -72828,16 +68150,16 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -72846,26 +68168,26 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -72898,16 +68220,16 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -72917,12 +68239,12 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_DestinationTransfer_orderBy = +export type staginggoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -72970,14 +68292,14 @@ export type stagingoptimismgoerli_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingoptimismgoerli_OptimisticRootFinalized = { +export type staginggoerli_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; + aggregateRoot: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { +export type staginggoerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72986,16 +68308,16 @@ export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -73013,36 +68335,31 @@ export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_OptimisticRootFinalized_orderBy = +export type staginggoerli_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type stagingoptimismgoerli_OrderDirection = - | 'asc' - | 'desc'; - -export type stagingoptimismgoerli_OriginMessage = { +export type staginggoerli_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingoptimismgoerli_OriginMessage_filter = { +export type staginggoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73051,16 +68368,16 @@ export type stagingoptimismgoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -73069,16 +68386,16 @@ export type stagingoptimismgoerli_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -73087,36 +68404,36 @@ export type stagingoptimismgoerli_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -73145,14 +68462,14 @@ export type stagingoptimismgoerli_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_OriginMessage_orderBy = +export type staginggoerli_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -73166,51 +68483,51 @@ export type stagingoptimismgoerli_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingoptimismgoerli_OriginTransfer = { +export type staginggoerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingoptimismgoerli_OriginTransferrelayerFeesArgs = { +export type staginggoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimismgoerli_OriginTransfer_filter = { +export type staginggoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73227,16 +68544,16 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -73245,20 +68562,20 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -73283,40 +68600,40 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -73325,16 +68642,16 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -73351,18 +68668,18 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; asset_gt?: InputMaybe; asset_lt?: InputMaybe; asset_gte?: InputMaybe; @@ -73381,17 +68698,17 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -73412,7 +68729,7 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -73427,37 +68744,37 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -73490,16 +68807,16 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -73509,12 +68826,12 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_OriginTransfer_orderBy = +export type staginggoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -73565,20 +68882,20 @@ export type stagingoptimismgoerli_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingoptimismgoerli_Relayer = { +export type staginggoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingoptimismgoerli_RelayerFee = { +export type staginggoerli_RelayerFee = { id: Scalars['ID']; - transfer: stagingoptimismgoerli_OriginTransfer; + transfer: staginggoerli_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingoptimismgoerli_Bytes']; + asset: Scalars['staginggoerli_Bytes']; }; -export type stagingoptimismgoerli_RelayerFee_filter = { +export type staginggoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73607,7 +68924,7 @@ export type stagingoptimismgoerli_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -73616,23 +68933,23 @@ export type stagingoptimismgoerli_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RelayerFee_orderBy = +export type staginggoerli_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -73667,20 +68984,20 @@ export type stagingoptimismgoerli_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingoptimismgoerli_RelayerFeesIncrease = { +export type staginggoerli_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingoptimismgoerli_OriginTransfer; + transfer: staginggoerli_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingoptimismgoerli_Bytes']; - transactionHash: Scalars['stagingoptimismgoerli_Bytes']; + asset?: Maybe; + caller: Scalars['staginggoerli_Bytes']; + transactionHash: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { +export type staginggoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73709,7 +69026,7 @@ export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -73718,36 +69035,36 @@ export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -73781,12 +69098,12 @@ export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RelayerFeesIncrease_orderBy = +export type staginggoerli_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -73827,7 +69144,7 @@ export type stagingoptimismgoerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimismgoerli_Relayer_filter = { +export type staginggoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73840,33 +69157,33 @@ export type stagingoptimismgoerli_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_Relayer_orderBy = +export type staginggoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingoptimismgoerli_RootCount = { +export type staginggoerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingoptimismgoerli_RootCount_filter = { +export type staginggoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73884,30 +69201,30 @@ export type stagingoptimismgoerli_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RootCount_orderBy = +export type staginggoerli_RootCount_orderBy = | 'id' | 'count'; -export type stagingoptimismgoerli_RootMessageSent = { +export type staginggoerli_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingoptimismgoerli_RootMessageSent_filter = { +export type staginggoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73932,16 +69249,16 @@ export type stagingoptimismgoerli_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -73950,26 +69267,26 @@ export type stagingoptimismgoerli_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -74003,12 +69320,12 @@ export type stagingoptimismgoerli_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RootMessageSent_orderBy = +export type staginggoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -74021,34 +69338,34 @@ export type stagingoptimismgoerli_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimismgoerli_Router = { +export type staginggoerli_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingoptimismgoerli_RouterassetBalancesArgs = { +export type staginggoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimismgoerli_RouterDailyTVL = { +export type staginggoerli_RouterDailyTVL = { id: Scalars['ID']; - router: stagingoptimismgoerli_Router; - asset: stagingoptimismgoerli_Asset; + router: staginggoerli_Router; + asset: staginggoerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingoptimismgoerli_RouterDailyTVL_filter = { +export type staginggoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74077,7 +69394,7 @@ export type stagingoptimismgoerli_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -74098,7 +69415,7 @@ export type stagingoptimismgoerli_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -74116,12 +69433,12 @@ export type stagingoptimismgoerli_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RouterDailyTVL_orderBy = +export type staginggoerli_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -74142,7 +69459,7 @@ export type stagingoptimismgoerli_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingoptimismgoerli_Router_filter = { +export type staginggoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74155,36 +69472,36 @@ export type stagingoptimismgoerli_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -74193,14 +69510,14 @@ export type stagingoptimismgoerli_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_Router_orderBy = +export type staginggoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -74209,13 +69526,13 @@ export type stagingoptimismgoerli_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingoptimismgoerli_Sequencer = { +export type staginggoerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingoptimismgoerli_Sequencer_filter = { +export type staginggoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74228,34 +69545,34 @@ export type stagingoptimismgoerli_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_Sequencer_orderBy = +export type staginggoerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingoptimismgoerli_Setting = { +export type staginggoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingoptimismgoerli_Bytes']; + caller: Scalars['staginggoerli_Bytes']; }; -export type stagingoptimismgoerli_Setting_filter = { +export type staginggoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74272,40 +69589,40 @@ export type stagingoptimismgoerli_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_Setting_orderBy = +export type staginggoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingoptimismgoerli_SlippageUpdate = { +export type staginggoerli_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingoptimismgoerli_DestinationTransfer; + transfer: staginggoerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingoptimismgoerli_Bytes']; - transactionHash: Scalars['stagingoptimismgoerli_Bytes']; + caller: Scalars['staginggoerli_Bytes']; + transactionHash: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimismgoerli_SlippageUpdate_filter = { +export type staginggoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74334,7 +69651,7 @@ export type stagingoptimismgoerli_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -74343,26 +69660,26 @@ export type stagingoptimismgoerli_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -74396,12 +69713,12 @@ export type stagingoptimismgoerli_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_SlippageUpdate_orderBy = +export type staginggoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -74448,16 +69765,16 @@ export type stagingoptimismgoerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimismgoerli_SnapshotRoot = { +export type staginggoerli_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingoptimismgoerli_Bytes']; + root: Scalars['staginggoerli_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimismgoerli_SnapshotRoot_filter = { +export type staginggoerli_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74474,16 +69791,16 @@ export type stagingoptimismgoerli_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -74509,12 +69826,12 @@ export type stagingoptimismgoerli_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_SnapshotRoot_orderBy = +export type staginggoerli_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -74522,12 +69839,12 @@ export type stagingoptimismgoerli_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingoptimismgoerli_SpokeConnectorMode = { +export type staginggoerli_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingoptimismgoerli_SpokeConnectorMode_filter = { +export type staginggoerli_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74557,54 +69874,29 @@ export type stagingoptimismgoerli_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_SpokeConnectorMode_orderBy = +export type staginggoerli_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingoptimismgoerli_TransferStatus = +export type staginggoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingoptimismgoerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingoptimismgoerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingoptimismgoerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type xdai_AggregateRoot = { +export type optimismgoerli_AggregateRoot = { id: Scalars['ID']; - root: Scalars['xdai_Bytes']; + root: Scalars['optimismgoerli_Bytes']; blockNumber: Scalars['BigInt']; }; -export type xdai_AggregateRoot_filter = { +export type optimismgoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74613,16 +69905,16 @@ export type xdai_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -74632,41 +69924,41 @@ export type xdai_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_AggregateRoot_orderBy = +export type optimismgoerli_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type xdai_Asset = { +export type optimismgoerli_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type xdai_AssetBalance = { +export type optimismgoerli_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: xdai_Router; - asset: xdai_Asset; + router: optimismgoerli_Router; + asset: optimismgoerli_Asset; feesEarned: Scalars['BigInt']; }; -export type xdai_AssetBalance_filter = { +export type optimismgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74727,7 +70019,7 @@ export type xdai_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -74748,7 +70040,7 @@ export type xdai_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -74758,12 +70050,12 @@ export type xdai_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_AssetBalance_orderBy = +export type optimismgoerli_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -74788,12 +70080,12 @@ export type xdai_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type xdai_AssetStatus = { +export type optimismgoerli_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type xdai_AssetStatus_filter = { +export type optimismgoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74807,16 +70099,16 @@ export type xdai_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_AssetStatus_orderBy = +export type optimismgoerli_AssetStatus_orderBy = | 'id' | 'status'; -export type xdai_Asset_filter = { +export type optimismgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74825,16 +70117,16 @@ export type xdai_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -74851,16 +70143,16 @@ export type xdai_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -74869,26 +70161,26 @@ export type xdai_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -74917,14 +70209,14 @@ export type xdai_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Asset_orderBy = +export type optimismgoerli_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -74938,26 +70230,26 @@ export type xdai_Asset_orderBy = | 'status__id' | 'status__status'; -export type xdai_BlockChangedFilter = { +export type optimismgoerli_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type xdai_Block_height = { - hash?: InputMaybe; +export type optimismgoerli_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type xdai_ConnectorMeta = { +export type optimismgoerli_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type xdai_ConnectorMeta_filter = { +export type optimismgoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74982,43 +70274,43 @@ export type xdai_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_ConnectorMeta_orderBy = +export type optimismgoerli_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -75026,57 +70318,57 @@ export type xdai_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type xdai_DestinationTransfer = { +export type optimismgoerli_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type xdai_DestinationTransferroutersArgs = { +export type optimismgoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_DestinationTransfer_filter = { +export type optimismgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75093,16 +70385,16 @@ export type xdai_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -75111,17 +70403,17 @@ export type xdai_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -75146,40 +70438,40 @@ export type xdai_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -75196,16 +70488,16 @@ export type xdai_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -75222,16 +70514,16 @@ export type xdai_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -75252,7 +70544,7 @@ export type xdai_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -75269,26 +70561,26 @@ export type xdai_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -75321,16 +70613,16 @@ export type xdai_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -75339,26 +70631,26 @@ export type xdai_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -75391,16 +70683,16 @@ export type xdai_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -75410,12 +70702,12 @@ export type xdai_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_DestinationTransfer_orderBy = +export type optimismgoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -75465,24 +70757,24 @@ export type xdai_DestinationTransfer_orderBy = | 'reconciledTxNonce'; /** Defines the order direction, either ascending or descending */ -export type xdai_OrderDirection = +export type optimismgoerli_OrderDirection = | 'asc' | 'desc'; -export type xdai_OriginMessage = { +export type optimismgoerli_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type xdai_OriginMessage_filter = { +export type optimismgoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75491,16 +70783,16 @@ export type xdai_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -75509,16 +70801,16 @@ export type xdai_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -75527,36 +70819,36 @@ export type xdai_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -75585,14 +70877,14 @@ export type xdai_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_OriginMessage_orderBy = +export type optimismgoerli_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -75606,51 +70898,51 @@ export type xdai_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type xdai_OriginTransfer = { +export type optimismgoerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type xdai_OriginTransferrelayerFeesArgs = { +export type optimismgoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_OriginTransfer_filter = { +export type optimismgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75667,16 +70959,16 @@ export type xdai_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -75685,20 +70977,20 @@ export type xdai_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -75723,40 +71015,40 @@ export type xdai_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -75765,16 +71057,16 @@ export type xdai_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -75791,16 +71083,16 @@ export type xdai_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -75821,17 +71113,17 @@ export type xdai_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -75852,7 +71144,7 @@ export type xdai_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -75867,37 +71159,37 @@ export type xdai_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -75930,16 +71222,16 @@ export type xdai_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -75949,12 +71241,12 @@ export type xdai_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_OriginTransfer_orderBy = +export type optimismgoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -76006,20 +71298,20 @@ export type xdai_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type xdai_Relayer = { +export type optimismgoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type xdai_RelayerFee = { +export type optimismgoerli_RelayerFee = { id: Scalars['ID']; - transfer: xdai_OriginTransfer; + transfer: optimismgoerli_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['xdai_Bytes']; + asset: Scalars['optimismgoerli_Bytes']; }; -export type xdai_RelayerFee_filter = { +export type optimismgoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76048,7 +71340,7 @@ export type xdai_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -76057,23 +71349,23 @@ export type xdai_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RelayerFee_orderBy = +export type optimismgoerli_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -76108,20 +71400,20 @@ export type xdai_RelayerFee_orderBy = | 'fee' | 'asset'; -export type xdai_RelayerFeesIncrease = { +export type optimismgoerli_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: xdai_OriginTransfer; + transfer: optimismgoerli_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['xdai_Bytes']; - transactionHash: Scalars['xdai_Bytes']; + asset?: Maybe; + caller: Scalars['optimismgoerli_Bytes']; + transactionHash: Scalars['optimismgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type xdai_RelayerFeesIncrease_filter = { +export type optimismgoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76150,7 +71442,7 @@ export type xdai_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -76159,36 +71451,36 @@ export type xdai_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -76222,12 +71514,12 @@ export type xdai_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RelayerFeesIncrease_orderBy = +export type optimismgoerli_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -76268,7 +71560,7 @@ export type xdai_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type xdai_Relayer_filter = { +export type optimismgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76281,33 +71573,33 @@ export type xdai_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Relayer_orderBy = +export type optimismgoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type xdai_RootCount = { +export type optimismgoerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type xdai_RootCount_filter = { +export type optimismgoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76325,30 +71617,30 @@ export type xdai_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RootCount_orderBy = +export type optimismgoerli_RootCount_orderBy = | 'id' | 'count'; -export type xdai_RootMessageSent = { +export type optimismgoerli_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type xdai_RootMessageSent_filter = { +export type optimismgoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76373,16 +71665,16 @@ export type xdai_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -76391,30 +71683,30 @@ export type xdai_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; timestamp_gte?: InputMaybe; timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; @@ -76444,12 +71736,12 @@ export type xdai_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RootMessageSent_orderBy = +export type optimismgoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -76462,34 +71754,34 @@ export type xdai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type xdai_Router = { +export type optimismgoerli_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type xdai_RouterassetBalancesArgs = { +export type optimismgoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_RouterDailyTVL = { +export type optimismgoerli_RouterDailyTVL = { id: Scalars['ID']; - router: xdai_Router; - asset: xdai_Asset; + router: optimismgoerli_Router; + asset: optimismgoerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type xdai_RouterDailyTVL_filter = { +export type optimismgoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76518,7 +71810,7 @@ export type xdai_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -76539,7 +71831,7 @@ export type xdai_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -76557,12 +71849,12 @@ export type xdai_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RouterDailyTVL_orderBy = +export type optimismgoerli_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -76584,25 +71876,25 @@ export type xdai_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type xdai_RouterLiquidityEvent = { +export type optimismgoerli_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: xdai_Router; - asset: xdai_Asset; + type?: Maybe; + router: optimismgoerli_Router; + asset: optimismgoerli_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['xdai_Bytes']; + transactionHash: Scalars['optimismgoerli_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_RouterLiquidityEventType = +export type optimismgoerli_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type xdai_RouterLiquidityEvent_filter = { +export type optimismgoerli_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76611,10 +71903,10 @@ export type xdai_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -76635,7 +71927,7 @@ export type xdai_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -76656,7 +71948,7 @@ export type xdai_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -76673,16 +71965,16 @@ export type xdai_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -76699,16 +71991,16 @@ export type xdai_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -76718,12 +72010,12 @@ export type xdai_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RouterLiquidityEvent_orderBy = +export type optimismgoerli_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -76751,7 +72043,7 @@ export type xdai_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type xdai_Router_filter = { +export type optimismgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76764,36 +72056,36 @@ export type xdai_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -76802,14 +72094,14 @@ export type xdai_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Router_orderBy = +export type optimismgoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -76818,13 +72110,13 @@ export type xdai_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type xdai_Sequencer = { +export type optimismgoerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type xdai_Sequencer_filter = { +export type optimismgoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76837,34 +72129,34 @@ export type xdai_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Sequencer_orderBy = +export type optimismgoerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type xdai_Setting = { +export type optimismgoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['xdai_Bytes']; + caller: Scalars['optimismgoerli_Bytes']; }; -export type xdai_Setting_filter = { +export type optimismgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76881,40 +72173,40 @@ export type xdai_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Setting_orderBy = +export type optimismgoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type xdai_SlippageUpdate = { +export type optimismgoerli_SlippageUpdate = { id: Scalars['ID']; - transfer: xdai_DestinationTransfer; + transfer: optimismgoerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['xdai_Bytes']; - transactionHash: Scalars['xdai_Bytes']; + caller: Scalars['optimismgoerli_Bytes']; + transactionHash: Scalars['optimismgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type xdai_SlippageUpdate_filter = { +export type optimismgoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76943,7 +72235,7 @@ export type xdai_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -76952,26 +72244,26 @@ export type xdai_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -77005,12 +72297,12 @@ export type xdai_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_SlippageUpdate_orderBy = +export type optimismgoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -77057,16 +72349,16 @@ export type xdai_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type xdai_TransferStatus = +export type optimismgoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type xdai__Block_ = { +export type optimismgoerli__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -77074,7 +72366,7 @@ export type xdai__Block_ = { }; /** The type for the top-level _meta field */ -export type xdai__Meta_ = { +export type optimismgoerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -77082,20 +72374,30 @@ export type xdai__Meta_ = { * and therefore asks for the latest block * */ - block: xdai__Block_; + block: optimismgoerli__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type mumbai_AggregateRoot = { +export type stagingoptimismgoerli_AggregateRoot = { id: Scalars['ID']; - root: Scalars['mumbai_Bytes']; + root: Scalars['stagingoptimismgoerli_Bytes']; blockNumber: Scalars['BigInt']; }; -export type mumbai_AggregateRoot_filter = { +export type stagingoptimismgoerli_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingoptimismgoerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77104,16 +72406,48 @@ export type mumbai_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -77123,41 +72457,82 @@ export type mumbai_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_AggregateRoot_orderBy = +export type stagingoptimismgoerli_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingoptimismgoerli_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimismgoerli_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type mumbai_Asset = { +export type stagingoptimismgoerli_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type mumbai_AssetBalance = { +export type stagingoptimismgoerli_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: mumbai_Router; - asset: mumbai_Asset; + router: stagingoptimismgoerli_Router; + asset: stagingoptimismgoerli_Asset; feesEarned: Scalars['BigInt']; }; -export type mumbai_AssetBalance_filter = { +export type stagingoptimismgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77218,7 +72593,7 @@ export type mumbai_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -77239,7 +72614,7 @@ export type mumbai_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -77249,12 +72624,12 @@ export type mumbai_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_AssetBalance_orderBy = +export type stagingoptimismgoerli_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -77271,7 +72646,6 @@ export type mumbai_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -77279,12 +72653,12 @@ export type mumbai_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type mumbai_AssetStatus = { +export type stagingoptimismgoerli_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type mumbai_AssetStatus_filter = { +export type stagingoptimismgoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77298,16 +72672,16 @@ export type mumbai_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_AssetStatus_orderBy = +export type stagingoptimismgoerli_AssetStatus_orderBy = | 'id' | 'status'; -export type mumbai_Asset_filter = { +export type stagingoptimismgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77316,16 +72690,16 @@ export type mumbai_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -77334,24 +72708,16 @@ export type mumbai_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -77360,26 +72726,26 @@ export type mumbai_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -77408,18 +72774,17 @@ export type mumbai_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Asset_orderBy = +export type stagingoptimismgoerli_Asset_orderBy = | 'id' | 'key' | 'decimal' - | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' @@ -77429,26 +72794,26 @@ export type mumbai_Asset_orderBy = | 'status__id' | 'status__status'; -export type mumbai_BlockChangedFilter = { +export type stagingoptimismgoerli_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type mumbai_Block_height = { - hash?: InputMaybe; +export type stagingoptimismgoerli_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type mumbai_ConnectorMeta = { +export type stagingoptimismgoerli_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type mumbai_ConnectorMeta_filter = { +export type stagingoptimismgoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77473,43 +72838,43 @@ export type mumbai_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_ConnectorMeta_orderBy = +export type stagingoptimismgoerli_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -77517,57 +72882,57 @@ export type mumbai_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mumbai_DestinationTransfer = { +export type stagingoptimismgoerli_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type mumbai_DestinationTransferroutersArgs = { +export type stagingoptimismgoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_DestinationTransfer_filter = { +export type stagingoptimismgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77584,16 +72949,16 @@ export type mumbai_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -77602,17 +72967,17 @@ export type mumbai_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -77637,40 +73002,40 @@ export type mumbai_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -77687,16 +73052,16 @@ export type mumbai_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -77713,16 +73078,16 @@ export type mumbai_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -77743,7 +73108,7 @@ export type mumbai_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -77760,26 +73125,26 @@ export type mumbai_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -77812,16 +73177,16 @@ export type mumbai_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -77830,26 +73195,26 @@ export type mumbai_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -77882,16 +73247,16 @@ export type mumbai_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -77901,12 +73266,12 @@ export type mumbai_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_DestinationTransfer_orderBy = +export type stagingoptimismgoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -77930,7 +73295,6 @@ export type mumbai_DestinationTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -77955,25 +73319,14 @@ export type mumbai_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -/** Defines the order direction, either ascending or descending */ -export type mumbai_OrderDirection = - | 'asc' - | 'desc'; - -export type mumbai_OriginMessage = { +export type stagingoptimismgoerli_OptimisticRootFinalized = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; + timestamp: Scalars['BigInt']; blockNumber?: Maybe; - rootCount?: Maybe; }; -export type mumbai_OriginMessage_filter = { +export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77982,16 +73335,81 @@ export type mumbai_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimismgoerli_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingoptimismgoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingoptimismgoerli_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingoptimismgoerli_OriginMessage_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -78000,16 +73418,16 @@ export type mumbai_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -78018,36 +73436,36 @@ export type mumbai_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -78076,14 +73494,14 @@ export type mumbai_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_OriginMessage_orderBy = +export type stagingoptimismgoerli_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -78097,51 +73515,51 @@ export type mumbai_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type mumbai_OriginTransfer = { +export type stagingoptimismgoerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type mumbai_OriginTransferrelayerFeesArgs = { +export type stagingoptimismgoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_OriginTransfer_filter = { +export type stagingoptimismgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78158,16 +73576,16 @@ export type mumbai_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -78176,20 +73594,20 @@ export type mumbai_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -78214,40 +73632,40 @@ export type mumbai_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -78256,16 +73674,16 @@ export type mumbai_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -78282,16 +73700,16 @@ export type mumbai_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -78312,17 +73730,17 @@ export type mumbai_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -78343,7 +73761,7 @@ export type mumbai_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -78358,37 +73776,37 @@ export type mumbai_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -78421,16 +73839,16 @@ export type mumbai_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -78440,12 +73858,12 @@ export type mumbai_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_OriginTransfer_orderBy = +export type stagingoptimismgoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -78468,7 +73886,6 @@ export type mumbai_OriginTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -78497,20 +73914,20 @@ export type mumbai_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type mumbai_Relayer = { +export type stagingoptimismgoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type mumbai_RelayerFee = { +export type stagingoptimismgoerli_RelayerFee = { id: Scalars['ID']; - transfer: mumbai_OriginTransfer; + transfer: stagingoptimismgoerli_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['mumbai_Bytes']; + asset: Scalars['stagingoptimismgoerli_Bytes']; }; -export type mumbai_RelayerFee_filter = { +export type stagingoptimismgoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78539,7 +73956,7 @@ export type mumbai_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -78548,23 +73965,23 @@ export type mumbai_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RelayerFee_orderBy = +export type stagingoptimismgoerli_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -78599,20 +74016,20 @@ export type mumbai_RelayerFee_orderBy = | 'fee' | 'asset'; -export type mumbai_RelayerFeesIncrease = { +export type stagingoptimismgoerli_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: mumbai_OriginTransfer; + transfer: stagingoptimismgoerli_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['mumbai_Bytes']; - transactionHash: Scalars['mumbai_Bytes']; + asset?: Maybe; + caller: Scalars['stagingoptimismgoerli_Bytes']; + transactionHash: Scalars['stagingoptimismgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mumbai_RelayerFeesIncrease_filter = { +export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78641,7 +74058,7 @@ export type mumbai_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -78650,36 +74067,36 @@ export type mumbai_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -78713,12 +74130,12 @@ export type mumbai_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RelayerFeesIncrease_orderBy = +export type stagingoptimismgoerli_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -78759,7 +74176,7 @@ export type mumbai_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type mumbai_Relayer_filter = { +export type stagingoptimismgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78772,33 +74189,33 @@ export type mumbai_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Relayer_orderBy = +export type stagingoptimismgoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type mumbai_RootCount = { +export type stagingoptimismgoerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type mumbai_RootCount_filter = { +export type stagingoptimismgoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78816,30 +74233,30 @@ export type mumbai_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RootCount_orderBy = +export type stagingoptimismgoerli_RootCount_orderBy = | 'id' | 'count'; -export type mumbai_RootMessageSent = { +export type stagingoptimismgoerli_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type mumbai_RootMessageSent_filter = { +export type stagingoptimismgoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78864,16 +74281,16 @@ export type mumbai_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -78882,26 +74299,26 @@ export type mumbai_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -78935,12 +74352,12 @@ export type mumbai_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RootMessageSent_orderBy = +export type stagingoptimismgoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -78953,34 +74370,34 @@ export type mumbai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type mumbai_Router = { +export type stagingoptimismgoerli_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type mumbai_RouterassetBalancesArgs = { +export type stagingoptimismgoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_RouterDailyTVL = { +export type stagingoptimismgoerli_RouterDailyTVL = { id: Scalars['ID']; - router: mumbai_Router; - asset: mumbai_Asset; + router: stagingoptimismgoerli_Router; + asset: stagingoptimismgoerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type mumbai_RouterDailyTVL_filter = { +export type stagingoptimismgoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79009,7 +74426,7 @@ export type mumbai_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -79030,7 +74447,7 @@ export type mumbai_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -79048,12 +74465,12 @@ export type mumbai_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RouterDailyTVL_orderBy = +export type stagingoptimismgoerli_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -79066,7 +74483,6 @@ export type mumbai_RouterDailyTVL_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -79075,174 +74491,7 @@ export type mumbai_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type mumbai_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: mumbai_Router; - asset: mumbai_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['mumbai_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mumbai_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type mumbai_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mumbai_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type mumbai_Router_filter = { +export type stagingoptimismgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79255,36 +74504,36 @@ export type mumbai_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -79293,14 +74542,14 @@ export type mumbai_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Router_orderBy = +export type stagingoptimismgoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -79309,13 +74558,13 @@ export type mumbai_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type mumbai_Sequencer = { +export type stagingoptimismgoerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type mumbai_Sequencer_filter = { +export type stagingoptimismgoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79328,34 +74577,34 @@ export type mumbai_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Sequencer_orderBy = +export type stagingoptimismgoerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type mumbai_Setting = { +export type stagingoptimismgoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mumbai_Bytes']; + caller: Scalars['stagingoptimismgoerli_Bytes']; }; -export type mumbai_Setting_filter = { +export type stagingoptimismgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79372,40 +74621,40 @@ export type mumbai_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Setting_orderBy = +export type stagingoptimismgoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type mumbai_SlippageUpdate = { +export type stagingoptimismgoerli_SlippageUpdate = { id: Scalars['ID']; - transfer: mumbai_DestinationTransfer; + transfer: stagingoptimismgoerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['mumbai_Bytes']; - transactionHash: Scalars['mumbai_Bytes']; + caller: Scalars['stagingoptimismgoerli_Bytes']; + transactionHash: Scalars['stagingoptimismgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mumbai_SlippageUpdate_filter = { +export type stagingoptimismgoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79434,7 +74683,7 @@ export type mumbai_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -79443,26 +74692,26 @@ export type mumbai_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -79496,12 +74745,12 @@ export type mumbai_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_SlippageUpdate_orderBy = +export type stagingoptimismgoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -79548,16 +74797,134 @@ export type mumbai_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type mumbai_TransferStatus = +export type stagingoptimismgoerli_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingoptimismgoerli_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingoptimismgoerli_SnapshotRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimismgoerli_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingoptimismgoerli_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingoptimismgoerli_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimismgoerli_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type stagingoptimismgoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type mumbai__Block_ = { +export type stagingoptimismgoerli__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -79565,7 +74932,7 @@ export type mumbai__Block_ = { }; /** The type for the top-level _meta field */ -export type mumbai__Meta_ = { +export type stagingoptimismgoerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -79573,20 +74940,30 @@ export type mumbai__Meta_ = { * and therefore asks for the latest block * */ - block: mumbai__Block_; + block: stagingoptimismgoerli__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type goerli_AggregateRoot = { +export type stagingarbitrumgoerli_AggregateRoot = { id: Scalars['ID']; - root: Scalars['goerli_Bytes']; + root: Scalars['stagingarbitrumgoerli_Bytes']; blockNumber: Scalars['BigInt']; }; -export type goerli_AggregateRoot_filter = { +export type stagingarbitrumgoerli_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingarbitrumgoerli_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingarbitrumgoerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79595,16 +74972,48 @@ export type goerli_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -79614,41 +75023,82 @@ export type goerli_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_AggregateRoot_orderBy = +export type stagingarbitrumgoerli_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingarbitrumgoerli_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type goerli_Asset = { +export type stagingarbitrumgoerli_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type goerli_AssetBalance = { +export type stagingarbitrumgoerli_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: goerli_Router; - asset: goerli_Asset; + router: stagingarbitrumgoerli_Router; + asset: stagingarbitrumgoerli_Asset; feesEarned: Scalars['BigInt']; }; -export type goerli_AssetBalance_filter = { +export type stagingarbitrumgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79709,7 +75159,7 @@ export type goerli_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -79730,7 +75180,7 @@ export type goerli_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -79740,12 +75190,12 @@ export type goerli_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_AssetBalance_orderBy = +export type stagingarbitrumgoerli_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -79762,7 +75212,6 @@ export type goerli_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -79770,12 +75219,12 @@ export type goerli_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type goerli_AssetStatus = { +export type stagingarbitrumgoerli_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type goerli_AssetStatus_filter = { +export type stagingarbitrumgoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79789,16 +75238,16 @@ export type goerli_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_AssetStatus_orderBy = +export type stagingarbitrumgoerli_AssetStatus_orderBy = | 'id' | 'status'; -export type goerli_Asset_filter = { +export type stagingarbitrumgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79807,16 +75256,16 @@ export type goerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -79825,24 +75274,16 @@ export type goerli_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -79851,26 +75292,26 @@ export type goerli_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -79899,18 +75340,17 @@ export type goerli_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_Asset_orderBy = +export type stagingarbitrumgoerli_Asset_orderBy = | 'id' | 'key' | 'decimal' - | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' @@ -79920,16 +75360,26 @@ export type goerli_Asset_orderBy = | 'status__id' | 'status__status'; -export type goerli_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; +export type stagingarbitrumgoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type goerli_ConnectorMeta_filter = { +export type stagingarbitrumgoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingarbitrumgoerli_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingarbitrumgoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79954,43 +75404,43 @@ export type goerli_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_ConnectorMeta_orderBy = +export type stagingarbitrumgoerli_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -79998,57 +75448,57 @@ export type goerli_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type goerli_DestinationTransfer = { +export type stagingarbitrumgoerli_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type goerli_DestinationTransferroutersArgs = { +export type stagingarbitrumgoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_DestinationTransfer_filter = { +export type stagingarbitrumgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80065,16 +75515,16 @@ export type goerli_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -80083,17 +75533,17 @@ export type goerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -80118,40 +75568,40 @@ export type goerli_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -80168,16 +75618,16 @@ export type goerli_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -80194,16 +75644,16 @@ export type goerli_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -80224,7 +75674,7 @@ export type goerli_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -80241,26 +75691,26 @@ export type goerli_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -80293,16 +75743,16 @@ export type goerli_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -80311,26 +75761,26 @@ export type goerli_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -80363,16 +75813,16 @@ export type goerli_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -80382,12 +75832,12 @@ export type goerli_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_DestinationTransfer_orderBy = +export type stagingarbitrumgoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -80411,7 +75861,6 @@ export type goerli_DestinationTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -80436,20 +75885,79 @@ export type goerli_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type goerli_OriginMessage = { +export type stagingarbitrumgoerli_OptimisticRootFinalized = { id: Scalars['ID']; - transferId?: Maybe; + aggregateRoot: Scalars['stagingarbitrumgoerli_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingarbitrumgoerli_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingarbitrumgoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingarbitrumgoerli_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type goerli_OriginMessage_filter = { +export type stagingarbitrumgoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80458,16 +75966,16 @@ export type goerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -80476,16 +75984,16 @@ export type goerli_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -80494,36 +76002,36 @@ export type goerli_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -80552,14 +76060,14 @@ export type goerli_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_OriginMessage_orderBy = +export type stagingarbitrumgoerli_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -80573,51 +76081,51 @@ export type goerli_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type goerli_OriginTransfer = { +export type stagingarbitrumgoerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type goerli_OriginTransferrelayerFeesArgs = { +export type stagingarbitrumgoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_OriginTransfer_filter = { +export type stagingarbitrumgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80634,16 +76142,16 @@ export type goerli_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -80652,20 +76160,20 @@ export type goerli_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -80690,40 +76198,40 @@ export type goerli_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -80732,16 +76240,16 @@ export type goerli_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -80758,16 +76266,16 @@ export type goerli_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -80788,17 +76296,17 @@ export type goerli_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -80819,7 +76327,7 @@ export type goerli_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -80834,37 +76342,37 @@ export type goerli_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -80897,16 +76405,16 @@ export type goerli_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -80916,12 +76424,12 @@ export type goerli_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_OriginTransfer_orderBy = +export type stagingarbitrumgoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -80944,7 +76452,6 @@ export type goerli_OriginTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -80973,20 +76480,20 @@ export type goerli_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type goerli_Relayer = { +export type stagingarbitrumgoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type goerli_RelayerFee = { +export type stagingarbitrumgoerli_RelayerFee = { id: Scalars['ID']; - transfer: goerli_OriginTransfer; + transfer: stagingarbitrumgoerli_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['goerli_Bytes']; + asset: Scalars['stagingarbitrumgoerli_Bytes']; }; -export type goerli_RelayerFee_filter = { +export type stagingarbitrumgoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81015,7 +76522,7 @@ export type goerli_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -81024,23 +76531,23 @@ export type goerli_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RelayerFee_orderBy = +export type stagingarbitrumgoerli_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -81075,20 +76582,20 @@ export type goerli_RelayerFee_orderBy = | 'fee' | 'asset'; -export type goerli_RelayerFeesIncrease = { +export type stagingarbitrumgoerli_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: goerli_OriginTransfer; + transfer: stagingarbitrumgoerli_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['goerli_Bytes']; - transactionHash: Scalars['goerli_Bytes']; + asset?: Maybe; + caller: Scalars['stagingarbitrumgoerli_Bytes']; + transactionHash: Scalars['stagingarbitrumgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type goerli_RelayerFeesIncrease_filter = { +export type stagingarbitrumgoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81117,7 +76624,7 @@ export type goerli_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -81126,36 +76633,36 @@ export type goerli_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -81189,12 +76696,12 @@ export type goerli_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RelayerFeesIncrease_orderBy = +export type stagingarbitrumgoerli_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -81235,7 +76742,7 @@ export type goerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type goerli_Relayer_filter = { +export type stagingarbitrumgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81248,33 +76755,33 @@ export type goerli_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type goerli_Relayer_orderBy = +export type stagingarbitrumgoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type goerli_RootCount = { +export type stagingarbitrumgoerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type goerli_RootCount_filter = { +export type stagingarbitrumgoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81292,30 +76799,30 @@ export type goerli_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RootCount_orderBy = +export type stagingarbitrumgoerli_RootCount_orderBy = | 'id' | 'count'; -export type goerli_RootMessageSent = { +export type stagingarbitrumgoerli_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type goerli_RootMessageSent_filter = { +export type stagingarbitrumgoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81340,16 +76847,16 @@ export type goerli_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -81358,26 +76865,26 @@ export type goerli_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -81411,12 +76918,12 @@ export type goerli_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RootMessageSent_orderBy = +export type stagingarbitrumgoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -81429,34 +76936,34 @@ export type goerli_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type goerli_Router = { +export type stagingarbitrumgoerli_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type goerli_RouterassetBalancesArgs = { +export type stagingarbitrumgoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_RouterDailyTVL = { +export type stagingarbitrumgoerli_RouterDailyTVL = { id: Scalars['ID']; - router: goerli_Router; - asset: goerli_Asset; + router: stagingarbitrumgoerli_Router; + asset: stagingarbitrumgoerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type goerli_RouterDailyTVL_filter = { +export type stagingarbitrumgoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81485,7 +76992,7 @@ export type goerli_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -81506,7 +77013,7 @@ export type goerli_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -81524,12 +77031,12 @@ export type goerli_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RouterDailyTVL_orderBy = +export type stagingarbitrumgoerli_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -81542,7 +77049,6 @@ export type goerli_RouterDailyTVL_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -81551,174 +77057,7 @@ export type goerli_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type goerli_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: goerli_Router; - asset: goerli_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['goerli_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type goerli_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type goerli_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type goerli_Router_filter = { +export type stagingarbitrumgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81731,36 +77070,36 @@ export type goerli_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -81769,14 +77108,14 @@ export type goerli_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_Router_orderBy = +export type stagingarbitrumgoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -81785,13 +77124,13 @@ export type goerli_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type goerli_Sequencer = { +export type stagingarbitrumgoerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type goerli_Sequencer_filter = { +export type stagingarbitrumgoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81804,34 +77143,34 @@ export type goerli_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_Sequencer_orderBy = +export type stagingarbitrumgoerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type goerli_Setting = { +export type stagingarbitrumgoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['goerli_Bytes']; + caller: Scalars['stagingarbitrumgoerli_Bytes']; }; -export type goerli_Setting_filter = { +export type stagingarbitrumgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81848,40 +77187,40 @@ export type goerli_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_Setting_orderBy = +export type stagingarbitrumgoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type goerli_SlippageUpdate = { +export type stagingarbitrumgoerli_SlippageUpdate = { id: Scalars['ID']; - transfer: goerli_DestinationTransfer; + transfer: stagingarbitrumgoerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['goerli_Bytes']; - transactionHash: Scalars['goerli_Bytes']; + caller: Scalars['stagingarbitrumgoerli_Bytes']; + transactionHash: Scalars['stagingarbitrumgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type goerli_SlippageUpdate_filter = { +export type stagingarbitrumgoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81910,7 +77249,7 @@ export type goerli_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -81919,26 +77258,26 @@ export type goerli_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -81972,12 +77311,12 @@ export type goerli_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_SlippageUpdate_orderBy = +export type stagingarbitrumgoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -82024,22 +77363,165 @@ export type goerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type goerli_TransferStatus = +export type stagingarbitrumgoerli_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingarbitrumgoerli_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingarbitrumgoerli_SnapshotRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingarbitrumgoerli_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingarbitrumgoerli_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type stagingarbitrumgoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type localmainnet_AggregateRoot = { +export type stagingarbitrumgoerli__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingarbitrumgoerli__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: stagingarbitrumgoerli__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type stagingmumbai_AggregateRoot = { id: Scalars['ID']; - root: Scalars['localmainnet_Bytes']; + root: Scalars['stagingmumbai_Bytes']; blockNumber: Scalars['BigInt']; }; -export type localmainnet_AggregateRootProposed = { +export type stagingmumbai_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; + aggregateRoot: Scalars['stagingmumbai_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -82047,7 +77529,7 @@ export type localmainnet_AggregateRootProposed = { blockNumber?: Maybe; }; -export type localmainnet_AggregateRootProposed_filter = { +export type stagingmumbai_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82056,16 +77538,16 @@ export type localmainnet_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -82107,12 +77589,12 @@ export type localmainnet_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_AggregateRootProposed_orderBy = +export type stagingmumbai_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -82121,7 +77603,7 @@ export type localmainnet_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type localmainnet_AggregateRoot_filter = { +export type stagingmumbai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82130,16 +77612,16 @@ export type localmainnet_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -82149,40 +77631,40 @@ export type localmainnet_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_AggregateRoot_orderBy = +export type stagingmumbai_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type localmainnet_Asset = { +export type stagingmumbai_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type localmainnet_AssetBalance = { +export type stagingmumbai_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: localmainnet_Router; - asset: localmainnet_Asset; + router: stagingmumbai_Router; + asset: stagingmumbai_Asset; feesEarned: Scalars['BigInt']; }; -export type localmainnet_AssetBalance_filter = { +export type stagingmumbai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82243,7 +77725,7 @@ export type localmainnet_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -82264,7 +77746,7 @@ export type localmainnet_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -82274,12 +77756,12 @@ export type localmainnet_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_AssetBalance_orderBy = +export type stagingmumbai_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -82303,12 +77785,12 @@ export type localmainnet_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type localmainnet_AssetStatus = { +export type stagingmumbai_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type localmainnet_AssetStatus_filter = { +export type stagingmumbai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82322,16 +77804,16 @@ export type localmainnet_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_AssetStatus_orderBy = +export type stagingmumbai_AssetStatus_orderBy = | 'id' | 'status'; -export type localmainnet_Asset_filter = { +export type stagingmumbai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82340,16 +77822,16 @@ export type localmainnet_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -82358,16 +77840,16 @@ export type localmainnet_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -82376,26 +77858,26 @@ export type localmainnet_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -82424,14 +77906,14 @@ export type localmainnet_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_Asset_orderBy = +export type stagingmumbai_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -82444,16 +77926,26 @@ export type localmainnet_Asset_orderBy = | 'status__id' | 'status__status'; -export type localmainnet_ConnectorMeta = { +export type stagingmumbai_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingmumbai_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingmumbai_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type localmainnet_ConnectorMeta_filter = { +export type stagingmumbai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82478,43 +77970,43 @@ export type localmainnet_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_ConnectorMeta_orderBy = +export type stagingmumbai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -82522,57 +78014,57 @@ export type localmainnet_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type localmainnet_DestinationTransfer = { +export type stagingmumbai_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type localmainnet_DestinationTransferroutersArgs = { +export type stagingmumbai_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_DestinationTransfer_filter = { +export type stagingmumbai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82589,16 +78081,16 @@ export type localmainnet_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -82607,17 +78099,17 @@ export type localmainnet_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -82642,40 +78134,40 @@ export type localmainnet_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -82692,16 +78184,16 @@ export type localmainnet_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -82718,16 +78210,16 @@ export type localmainnet_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -82748,7 +78240,7 @@ export type localmainnet_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -82765,26 +78257,26 @@ export type localmainnet_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -82817,16 +78309,16 @@ export type localmainnet_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -82835,26 +78327,26 @@ export type localmainnet_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -82887,16 +78379,16 @@ export type localmainnet_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -82906,12 +78398,12 @@ export type localmainnet_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_DestinationTransfer_orderBy = +export type stagingmumbai_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -82959,14 +78451,14 @@ export type localmainnet_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type localmainnet_OptimisticRootFinalized = { +export type stagingmumbai_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; + aggregateRoot: Scalars['stagingmumbai_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type localmainnet_OptimisticRootFinalized_filter = { +export type stagingmumbai_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82975,16 +78467,16 @@ export type localmainnet_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -83002,31 +78494,36 @@ export type localmainnet_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OptimisticRootFinalized_orderBy = +export type stagingmumbai_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type localmainnet_OriginMessage = { +/** Defines the order direction, either ascending or descending */ +export type stagingmumbai_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingmumbai_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type localmainnet_OriginMessage_filter = { +export type stagingmumbai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83035,16 +78532,16 @@ export type localmainnet_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -83053,16 +78550,16 @@ export type localmainnet_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -83071,36 +78568,36 @@ export type localmainnet_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -83129,14 +78626,14 @@ export type localmainnet_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OriginMessage_orderBy = +export type stagingmumbai_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -83150,51 +78647,51 @@ export type localmainnet_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type localmainnet_OriginTransfer = { +export type stagingmumbai_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type localmainnet_OriginTransferrelayerFeesArgs = { +export type stagingmumbai_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_OriginTransfer_filter = { +export type stagingmumbai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83211,16 +78708,16 @@ export type localmainnet_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -83229,20 +78726,20 @@ export type localmainnet_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -83267,40 +78764,40 @@ export type localmainnet_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -83309,16 +78806,16 @@ export type localmainnet_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -83335,16 +78832,16 @@ export type localmainnet_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -83365,17 +78862,17 @@ export type localmainnet_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -83396,7 +78893,7 @@ export type localmainnet_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -83411,37 +78908,37 @@ export type localmainnet_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -83474,16 +78971,16 @@ export type localmainnet_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -83493,12 +78990,12 @@ export type localmainnet_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OriginTransfer_orderBy = +export type stagingmumbai_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -83549,20 +79046,20 @@ export type localmainnet_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type localmainnet_Relayer = { +export type stagingmumbai_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type localmainnet_RelayerFee = { +export type stagingmumbai_RelayerFee = { id: Scalars['ID']; - transfer: localmainnet_OriginTransfer; + transfer: stagingmumbai_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['localmainnet_Bytes']; + asset: Scalars['stagingmumbai_Bytes']; }; -export type localmainnet_RelayerFee_filter = { +export type stagingmumbai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83591,7 +79088,7 @@ export type localmainnet_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -83600,23 +79097,23 @@ export type localmainnet_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RelayerFee_orderBy = +export type stagingmumbai_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -83651,20 +79148,20 @@ export type localmainnet_RelayerFee_orderBy = | 'fee' | 'asset'; -export type localmainnet_RelayerFeesIncrease = { +export type stagingmumbai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: localmainnet_OriginTransfer; + transfer: stagingmumbai_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['localmainnet_Bytes']; - transactionHash: Scalars['localmainnet_Bytes']; + asset?: Maybe; + caller: Scalars['stagingmumbai_Bytes']; + transactionHash: Scalars['stagingmumbai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localmainnet_RelayerFeesIncrease_filter = { +export type stagingmumbai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83693,7 +79190,7 @@ export type localmainnet_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -83702,36 +79199,36 @@ export type localmainnet_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -83765,12 +79262,12 @@ export type localmainnet_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RelayerFeesIncrease_orderBy = +export type stagingmumbai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -83811,7 +79308,7 @@ export type localmainnet_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type localmainnet_Relayer_filter = { +export type stagingmumbai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83824,33 +79321,33 @@ export type localmainnet_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_Relayer_orderBy = +export type stagingmumbai_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type localmainnet_RootCount = { +export type stagingmumbai_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type localmainnet_RootCount_filter = { +export type stagingmumbai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83868,30 +79365,30 @@ export type localmainnet_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootCount_orderBy = +export type stagingmumbai_RootCount_orderBy = | 'id' | 'count'; -export type localmainnet_RootMessageSent = { +export type stagingmumbai_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type localmainnet_RootMessageSent_filter = { +export type stagingmumbai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83916,16 +79413,16 @@ export type localmainnet_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -83934,26 +79431,26 @@ export type localmainnet_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -83987,12 +79484,12 @@ export type localmainnet_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootMessageSent_orderBy = +export type stagingmumbai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -84005,34 +79502,34 @@ export type localmainnet_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type localmainnet_Router = { +export type stagingmumbai_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type localmainnet_RouterassetBalancesArgs = { +export type stagingmumbai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_RouterDailyTVL = { +export type stagingmumbai_RouterDailyTVL = { id: Scalars['ID']; - router: localmainnet_Router; - asset: localmainnet_Asset; + router: stagingmumbai_Router; + asset: stagingmumbai_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type localmainnet_RouterDailyTVL_filter = { +export type stagingmumbai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84061,7 +79558,7 @@ export type localmainnet_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -84082,7 +79579,7 @@ export type localmainnet_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -84100,12 +79597,12 @@ export type localmainnet_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RouterDailyTVL_orderBy = +export type stagingmumbai_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -84126,7 +79623,7 @@ export type localmainnet_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type localmainnet_Router_filter = { +export type stagingmumbai_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84139,52 +79636,52 @@ export type localmainnet_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; proposedTimestamp_lt?: InputMaybe; proposedTimestamp_gte?: InputMaybe; proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_Router_orderBy = +export type stagingmumbai_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -84193,13 +79690,13 @@ export type localmainnet_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type localmainnet_Sequencer = { +export type stagingmumbai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type localmainnet_Sequencer_filter = { +export type stagingmumbai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84212,34 +79709,34 @@ export type localmainnet_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_Sequencer_orderBy = +export type stagingmumbai_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type localmainnet_Setting = { +export type stagingmumbai_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['localmainnet_Bytes']; + caller: Scalars['stagingmumbai_Bytes']; }; -export type localmainnet_Setting_filter = { +export type stagingmumbai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84256,40 +79753,40 @@ export type localmainnet_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_Setting_orderBy = +export type stagingmumbai_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type localmainnet_SlippageUpdate = { +export type stagingmumbai_SlippageUpdate = { id: Scalars['ID']; - transfer: localmainnet_DestinationTransfer; + transfer: stagingmumbai_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['localmainnet_Bytes']; - transactionHash: Scalars['localmainnet_Bytes']; + caller: Scalars['stagingmumbai_Bytes']; + transactionHash: Scalars['stagingmumbai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localmainnet_SlippageUpdate_filter = { +export type stagingmumbai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84318,7 +79815,7 @@ export type localmainnet_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -84327,26 +79824,26 @@ export type localmainnet_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -84380,12 +79877,12 @@ export type localmainnet_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_SlippageUpdate_orderBy = +export type stagingmumbai_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -84432,16 +79929,16 @@ export type localmainnet_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type localmainnet_SnapshotRoot = { +export type stagingmumbai_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['localmainnet_Bytes']; + root: Scalars['stagingmumbai_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localmainnet_SnapshotRoot_filter = { +export type stagingmumbai_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84458,16 +79955,16 @@ export type localmainnet_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -84493,12 +79990,12 @@ export type localmainnet_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_SnapshotRoot_orderBy = +export type stagingmumbai_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -84506,12 +80003,12 @@ export type localmainnet_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type localmainnet_SpokeConnectorMode = { +export type stagingmumbai_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type localmainnet_SpokeConnectorMode_filter = { +export type stagingmumbai_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84541,113 +80038,54 @@ export type localmainnet_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_SpokeConnectorMode_orderBy = +export type stagingmumbai_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type localmainnet_TransferStatus = +export type stagingmumbai_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type localoptimism_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['localoptimism_Bytes']; - blockNumber: Scalars['BigInt']; +export type stagingmumbai__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; }; -export type localoptimism_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['localoptimism_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; +/** The type for the top-level _meta field */ +export type stagingmumbai__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: stagingmumbai__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; }; -export type localoptimism_AggregateRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type arbitrumgoerli_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['arbitrumgoerli_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type localoptimism_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type localoptimism_AggregateRoot_filter = { +export type arbitrumgoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84656,16 +80094,16 @@ export type localoptimism_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -84675,40 +80113,41 @@ export type localoptimism_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_AggregateRoot_orderBy = +export type arbitrumgoerli_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type localoptimism_Asset = { +export type arbitrumgoerli_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - canonicalId?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type localoptimism_AssetBalance = { +export type arbitrumgoerli_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: localoptimism_Router; - asset: localoptimism_Asset; + router: arbitrumgoerli_Router; + asset: arbitrumgoerli_Asset; feesEarned: Scalars['BigInt']; }; -export type localoptimism_AssetBalance_filter = { +export type arbitrumgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84769,7 +80208,7 @@ export type localoptimism_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -84790,7 +80229,7 @@ export type localoptimism_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -84800,12 +80239,12 @@ export type localoptimism_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_AssetBalance_orderBy = +export type arbitrumgoerli_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -84822,6 +80261,7 @@ export type localoptimism_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -84829,12 +80269,12 @@ export type localoptimism_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type localoptimism_AssetStatus = { +export type arbitrumgoerli_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type localoptimism_AssetStatus_filter = { +export type arbitrumgoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84848,16 +80288,16 @@ export type localoptimism_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_AssetStatus_orderBy = +export type arbitrumgoerli_AssetStatus_orderBy = | 'id' | 'status'; -export type localoptimism_Asset_filter = { +export type arbitrumgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84866,16 +80306,16 @@ export type localoptimism_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -84884,16 +80324,24 @@ export type localoptimism_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -84902,26 +80350,26 @@ export type localoptimism_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -84950,17 +80398,18 @@ export type localoptimism_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_Asset_orderBy = +export type arbitrumgoerli_Asset_orderBy = | 'id' | 'key' | 'decimal' + | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' @@ -84970,26 +80419,26 @@ export type localoptimism_Asset_orderBy = | 'status__id' | 'status__status'; -export type localoptimism_BlockChangedFilter = { +export type arbitrumgoerli_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type localoptimism_Block_height = { - hash?: InputMaybe; +export type arbitrumgoerli_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type localoptimism_ConnectorMeta = { +export type arbitrumgoerli_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type localoptimism_ConnectorMeta_filter = { +export type arbitrumgoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85014,43 +80463,43 @@ export type localoptimism_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_ConnectorMeta_orderBy = +export type arbitrumgoerli_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -85058,57 +80507,57 @@ export type localoptimism_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type localoptimism_DestinationTransfer = { +export type arbitrumgoerli_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type localoptimism_DestinationTransferroutersArgs = { +export type arbitrumgoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localoptimism_DestinationTransfer_filter = { +export type arbitrumgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85125,16 +80574,16 @@ export type localoptimism_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -85143,17 +80592,17 @@ export type localoptimism_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -85178,40 +80627,40 @@ export type localoptimism_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -85228,16 +80677,16 @@ export type localoptimism_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -85254,16 +80703,16 @@ export type localoptimism_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -85284,7 +80733,7 @@ export type localoptimism_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -85301,26 +80750,26 @@ export type localoptimism_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -85353,16 +80802,16 @@ export type localoptimism_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -85371,26 +80820,26 @@ export type localoptimism_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -85423,16 +80872,16 @@ export type localoptimism_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -85442,12 +80891,12 @@ export type localoptimism_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_DestinationTransfer_orderBy = +export type arbitrumgoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -85471,6 +80920,7 @@ export type localoptimism_DestinationTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -85495,79 +80945,25 @@ export type localoptimism_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type localoptimism_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['localoptimism_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type localoptimism_OptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localoptimism_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - /** Defines the order direction, either ascending or descending */ -export type localoptimism_OrderDirection = +export type arbitrumgoerli_OrderDirection = | 'asc' | 'desc'; -export type localoptimism_OriginMessage = { +export type arbitrumgoerli_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type localoptimism_OriginMessage_filter = { +export type arbitrumgoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85576,16 +80972,16 @@ export type localoptimism_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -85594,16 +80990,16 @@ export type localoptimism_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -85612,36 +81008,36 @@ export type localoptimism_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -85670,14 +81066,14 @@ export type localoptimism_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_OriginMessage_orderBy = +export type arbitrumgoerli_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -85691,51 +81087,51 @@ export type localoptimism_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type localoptimism_OriginTransfer = { +export type arbitrumgoerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type localoptimism_OriginTransferrelayerFeesArgs = { +export type arbitrumgoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localoptimism_OriginTransfer_filter = { +export type arbitrumgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85752,16 +81148,16 @@ export type localoptimism_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -85770,20 +81166,20 @@ export type localoptimism_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -85808,40 +81204,40 @@ export type localoptimism_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -85850,16 +81246,16 @@ export type localoptimism_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -85876,16 +81272,16 @@ export type localoptimism_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -85906,17 +81302,17 @@ export type localoptimism_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -85937,7 +81333,7 @@ export type localoptimism_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -85952,37 +81348,37 @@ export type localoptimism_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -86015,16 +81411,16 @@ export type localoptimism_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -86034,12 +81430,12 @@ export type localoptimism_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_OriginTransfer_orderBy = +export type arbitrumgoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -86062,6 +81458,7 @@ export type localoptimism_OriginTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -86090,20 +81487,20 @@ export type localoptimism_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type localoptimism_Relayer = { +export type arbitrumgoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type localoptimism_RelayerFee = { +export type arbitrumgoerli_RelayerFee = { id: Scalars['ID']; - transfer: localoptimism_OriginTransfer; + transfer: arbitrumgoerli_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['localoptimism_Bytes']; + asset: Scalars['arbitrumgoerli_Bytes']; }; -export type localoptimism_RelayerFee_filter = { +export type arbitrumgoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86132,7 +81529,7 @@ export type localoptimism_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -86141,23 +81538,23 @@ export type localoptimism_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_RelayerFee_orderBy = +export type arbitrumgoerli_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -86192,20 +81589,20 @@ export type localoptimism_RelayerFee_orderBy = | 'fee' | 'asset'; -export type localoptimism_RelayerFeesIncrease = { +export type arbitrumgoerli_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: localoptimism_OriginTransfer; + transfer: arbitrumgoerli_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['localoptimism_Bytes']; - transactionHash: Scalars['localoptimism_Bytes']; + asset?: Maybe; + caller: Scalars['arbitrumgoerli_Bytes']; + transactionHash: Scalars['arbitrumgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localoptimism_RelayerFeesIncrease_filter = { +export type arbitrumgoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86234,7 +81631,7 @@ export type localoptimism_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -86243,36 +81640,36 @@ export type localoptimism_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -86306,12 +81703,12 @@ export type localoptimism_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_RelayerFeesIncrease_orderBy = +export type arbitrumgoerli_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -86352,7 +81749,7 @@ export type localoptimism_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type localoptimism_Relayer_filter = { +export type arbitrumgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86365,33 +81762,33 @@ export type localoptimism_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_Relayer_orderBy = +export type arbitrumgoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type localoptimism_RootCount = { +export type arbitrumgoerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type localoptimism_RootCount_filter = { +export type arbitrumgoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86409,30 +81806,30 @@ export type localoptimism_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_RootCount_orderBy = +export type arbitrumgoerli_RootCount_orderBy = | 'id' | 'count'; -export type localoptimism_RootMessageSent = { +export type arbitrumgoerli_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type localoptimism_RootMessageSent_filter = { +export type arbitrumgoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86457,16 +81854,16 @@ export type localoptimism_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -86475,26 +81872,26 @@ export type localoptimism_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -86528,12 +81925,12 @@ export type localoptimism_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_RootMessageSent_orderBy = +export type arbitrumgoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -86546,34 +81943,34 @@ export type localoptimism_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type localoptimism_Router = { +export type arbitrumgoerli_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type localoptimism_RouterassetBalancesArgs = { +export type arbitrumgoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localoptimism_RouterDailyTVL = { +export type arbitrumgoerli_RouterDailyTVL = { id: Scalars['ID']; - router: localoptimism_Router; - asset: localoptimism_Asset; + router: arbitrumgoerli_Router; + asset: arbitrumgoerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type localoptimism_RouterDailyTVL_filter = { +export type arbitrumgoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86602,7 +81999,7 @@ export type localoptimism_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -86623,7 +82020,7 @@ export type localoptimism_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -86641,12 +82038,12 @@ export type localoptimism_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_RouterDailyTVL_orderBy = +export type arbitrumgoerli_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -86659,6 +82056,7 @@ export type localoptimism_RouterDailyTVL_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -86667,7 +82065,174 @@ export type localoptimism_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type localoptimism_Router_filter = { +export type arbitrumgoerli_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: arbitrumgoerli_Router; + asset: arbitrumgoerli_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['arbitrumgoerli_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumgoerli_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type arbitrumgoerli_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumgoerli_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type arbitrumgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86680,36 +82245,36 @@ export type localoptimism_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -86718,14 +82283,14 @@ export type localoptimism_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_Router_orderBy = +export type arbitrumgoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -86734,13 +82299,13 @@ export type localoptimism_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type localoptimism_Sequencer = { +export type arbitrumgoerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type localoptimism_Sequencer_filter = { +export type arbitrumgoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86753,34 +82318,34 @@ export type localoptimism_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_Sequencer_orderBy = +export type arbitrumgoerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type localoptimism_Setting = { +export type arbitrumgoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['localoptimism_Bytes']; + caller: Scalars['arbitrumgoerli_Bytes']; }; -export type localoptimism_Setting_filter = { +export type arbitrumgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86797,40 +82362,40 @@ export type localoptimism_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_Setting_orderBy = +export type arbitrumgoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type localoptimism_SlippageUpdate = { +export type arbitrumgoerli_SlippageUpdate = { id: Scalars['ID']; - transfer: localoptimism_DestinationTransfer; + transfer: arbitrumgoerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['localoptimism_Bytes']; - transactionHash: Scalars['localoptimism_Bytes']; + caller: Scalars['arbitrumgoerli_Bytes']; + transactionHash: Scalars['arbitrumgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localoptimism_SlippageUpdate_filter = { +export type arbitrumgoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86859,7 +82424,7 @@ export type localoptimism_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -86868,26 +82433,26 @@ export type localoptimism_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -86921,12 +82486,12 @@ export type localoptimism_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_SlippageUpdate_orderBy = +export type arbitrumgoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -86973,134 +82538,16 @@ export type localoptimism_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type localoptimism_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['localoptimism_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; +export type arbitrumgoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; -export type localoptimism_SnapshotRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localoptimism_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type localoptimism_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type localoptimism_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localoptimism_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type localoptimism_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type localoptimism__Block_ = { +export type arbitrumgoerli__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -87108,7 +82555,7 @@ export type localoptimism__Block_ = { }; /** The type for the top-level _meta field */ -export type localoptimism__Meta_ = { +export type arbitrumgoerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -87116,104 +82563,20 @@ export type localoptimism__Meta_ = { * and therefore asks for the latest block * */ - block: localoptimism__Block_; + block: arbitrumgoerli__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type localarbitrumone_AggregateRoot = { +export type mumbai_AggregateRoot = { id: Scalars['ID']; - root: Scalars['localarbitrumone_Bytes']; + root: Scalars['mumbai_Bytes']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['localarbitrumone_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type localarbitrumone_AggregateRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localarbitrumone_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type localarbitrumone_AggregateRoot_filter = { +export type mumbai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87222,16 +82585,16 @@ export type localarbitrumone_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -87241,40 +82604,41 @@ export type localarbitrumone_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_AggregateRoot_orderBy = +export type mumbai_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type localarbitrumone_Asset = { +export type mumbai_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - canonicalId?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type localarbitrumone_AssetBalance = { +export type mumbai_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: localarbitrumone_Router; - asset: localarbitrumone_Asset; + router: mumbai_Router; + asset: mumbai_Asset; feesEarned: Scalars['BigInt']; }; -export type localarbitrumone_AssetBalance_filter = { +export type mumbai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87335,7 +82699,7 @@ export type localarbitrumone_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -87356,7 +82720,7 @@ export type localarbitrumone_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -87366,12 +82730,12 @@ export type localarbitrumone_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_AssetBalance_orderBy = +export type mumbai_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -87388,6 +82752,7 @@ export type localarbitrumone_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -87395,12 +82760,12 @@ export type localarbitrumone_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type localarbitrumone_AssetStatus = { +export type mumbai_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type localarbitrumone_AssetStatus_filter = { +export type mumbai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87414,16 +82779,16 @@ export type localarbitrumone_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_AssetStatus_orderBy = +export type mumbai_AssetStatus_orderBy = | 'id' | 'status'; -export type localarbitrumone_Asset_filter = { +export type mumbai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87432,16 +82797,16 @@ export type localarbitrumone_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -87450,16 +82815,24 @@ export type localarbitrumone_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -87468,26 +82841,26 @@ export type localarbitrumone_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -87516,17 +82889,18 @@ export type localarbitrumone_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Asset_orderBy = +export type mumbai_Asset_orderBy = | 'id' | 'key' | 'decimal' + | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' @@ -87536,26 +82910,26 @@ export type localarbitrumone_Asset_orderBy = | 'status__id' | 'status__status'; -export type localarbitrumone_BlockChangedFilter = { +export type mumbai_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type localarbitrumone_Block_height = { - hash?: InputMaybe; +export type mumbai_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type localarbitrumone_ConnectorMeta = { +export type mumbai_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type localarbitrumone_ConnectorMeta_filter = { +export type mumbai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87580,43 +82954,43 @@ export type localarbitrumone_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_ConnectorMeta_orderBy = +export type mumbai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -87624,57 +82998,57 @@ export type localarbitrumone_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type localarbitrumone_DestinationTransfer = { +export type mumbai_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type localarbitrumone_DestinationTransferroutersArgs = { +export type mumbai_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localarbitrumone_DestinationTransfer_filter = { +export type mumbai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87691,16 +83065,16 @@ export type localarbitrumone_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -87709,17 +83083,17 @@ export type localarbitrumone_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -87744,40 +83118,40 @@ export type localarbitrumone_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -87794,16 +83168,16 @@ export type localarbitrumone_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -87820,16 +83194,16 @@ export type localarbitrumone_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -87850,7 +83224,7 @@ export type localarbitrumone_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -87867,26 +83241,26 @@ export type localarbitrumone_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -87919,16 +83293,16 @@ export type localarbitrumone_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -87937,26 +83311,26 @@ export type localarbitrumone_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -87989,16 +83363,16 @@ export type localarbitrumone_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -88008,12 +83382,12 @@ export type localarbitrumone_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_DestinationTransfer_orderBy = +export type mumbai_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -88037,6 +83411,7 @@ export type localarbitrumone_DestinationTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -88061,79 +83436,25 @@ export type localarbitrumone_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type localarbitrumone_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['localarbitrumone_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type localarbitrumone_OptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localarbitrumone_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - /** Defines the order direction, either ascending or descending */ -export type localarbitrumone_OrderDirection = +export type mumbai_OrderDirection = | 'asc' | 'desc'; -export type localarbitrumone_OriginMessage = { +export type mumbai_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type localarbitrumone_OriginMessage_filter = { +export type mumbai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88142,16 +83463,16 @@ export type localarbitrumone_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -88160,16 +83481,16 @@ export type localarbitrumone_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -88178,36 +83499,36 @@ export type localarbitrumone_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -88236,14 +83557,14 @@ export type localarbitrumone_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_OriginMessage_orderBy = +export type mumbai_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -88257,51 +83578,51 @@ export type localarbitrumone_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type localarbitrumone_OriginTransfer = { +export type mumbai_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type localarbitrumone_OriginTransferrelayerFeesArgs = { +export type mumbai_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localarbitrumone_OriginTransfer_filter = { +export type mumbai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88318,16 +83639,16 @@ export type localarbitrumone_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -88336,20 +83657,20 @@ export type localarbitrumone_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -88374,40 +83695,40 @@ export type localarbitrumone_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -88416,16 +83737,16 @@ export type localarbitrumone_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -88442,16 +83763,16 @@ export type localarbitrumone_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -88472,17 +83793,17 @@ export type localarbitrumone_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -88503,7 +83824,7 @@ export type localarbitrumone_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -88518,37 +83839,37 @@ export type localarbitrumone_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -88581,16 +83902,16 @@ export type localarbitrumone_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -88600,12 +83921,12 @@ export type localarbitrumone_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_OriginTransfer_orderBy = +export type mumbai_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -88628,6 +83949,7 @@ export type localarbitrumone_OriginTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -88656,20 +83978,20 @@ export type localarbitrumone_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type localarbitrumone_Relayer = { +export type mumbai_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type localarbitrumone_RelayerFee = { +export type mumbai_RelayerFee = { id: Scalars['ID']; - transfer: localarbitrumone_OriginTransfer; + transfer: mumbai_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['localarbitrumone_Bytes']; + asset: Scalars['mumbai_Bytes']; }; -export type localarbitrumone_RelayerFee_filter = { +export type mumbai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88698,7 +84020,7 @@ export type localarbitrumone_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -88707,23 +84029,23 @@ export type localarbitrumone_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RelayerFee_orderBy = +export type mumbai_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -88758,20 +84080,20 @@ export type localarbitrumone_RelayerFee_orderBy = | 'fee' | 'asset'; -export type localarbitrumone_RelayerFeesIncrease = { +export type mumbai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: localarbitrumone_OriginTransfer; + transfer: mumbai_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['localarbitrumone_Bytes']; - transactionHash: Scalars['localarbitrumone_Bytes']; + asset?: Maybe; + caller: Scalars['mumbai_Bytes']; + transactionHash: Scalars['mumbai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_RelayerFeesIncrease_filter = { +export type mumbai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88800,7 +84122,7 @@ export type localarbitrumone_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -88809,36 +84131,36 @@ export type localarbitrumone_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -88872,12 +84194,12 @@ export type localarbitrumone_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RelayerFeesIncrease_orderBy = +export type mumbai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -88918,7 +84240,7 @@ export type localarbitrumone_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type localarbitrumone_Relayer_filter = { +export type mumbai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88931,33 +84253,33 @@ export type localarbitrumone_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Relayer_orderBy = +export type mumbai_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type localarbitrumone_RootCount = { +export type mumbai_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type localarbitrumone_RootCount_filter = { +export type mumbai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88975,30 +84297,30 @@ export type localarbitrumone_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RootCount_orderBy = +export type mumbai_RootCount_orderBy = | 'id' | 'count'; -export type localarbitrumone_RootMessageSent = { +export type mumbai_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type localarbitrumone_RootMessageSent_filter = { +export type mumbai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89023,16 +84345,16 @@ export type localarbitrumone_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -89041,26 +84363,26 @@ export type localarbitrumone_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -89094,12 +84416,12 @@ export type localarbitrumone_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RootMessageSent_orderBy = +export type mumbai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -89112,34 +84434,34 @@ export type localarbitrumone_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type localarbitrumone_Router = { +export type mumbai_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type localarbitrumone_RouterassetBalancesArgs = { +export type mumbai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localarbitrumone_RouterDailyTVL = { +export type mumbai_RouterDailyTVL = { id: Scalars['ID']; - router: localarbitrumone_Router; - asset: localarbitrumone_Asset; + router: mumbai_Router; + asset: mumbai_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type localarbitrumone_RouterDailyTVL_filter = { +export type mumbai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89168,7 +84490,7 @@ export type localarbitrumone_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -89189,7 +84511,7 @@ export type localarbitrumone_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -89207,12 +84529,12 @@ export type localarbitrumone_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RouterDailyTVL_orderBy = +export type mumbai_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -89225,6 +84547,7 @@ export type localarbitrumone_RouterDailyTVL_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -89233,7 +84556,174 @@ export type localarbitrumone_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type localarbitrumone_Router_filter = { +export type mumbai_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: mumbai_Router; + asset: mumbai_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['mumbai_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mumbai_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type mumbai_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mumbai_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type mumbai_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89246,36 +84736,36 @@ export type localarbitrumone_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -89284,14 +84774,14 @@ export type localarbitrumone_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Router_orderBy = +export type mumbai_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -89300,13 +84790,13 @@ export type localarbitrumone_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type localarbitrumone_Sequencer = { +export type mumbai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type localarbitrumone_Sequencer_filter = { +export type mumbai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89319,34 +84809,34 @@ export type localarbitrumone_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Sequencer_orderBy = +export type mumbai_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type localarbitrumone_Setting = { +export type mumbai_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['localarbitrumone_Bytes']; + caller: Scalars['mumbai_Bytes']; }; -export type localarbitrumone_Setting_filter = { +export type mumbai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89363,40 +84853,40 @@ export type localarbitrumone_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Setting_orderBy = +export type mumbai_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type localarbitrumone_SlippageUpdate = { +export type mumbai_SlippageUpdate = { id: Scalars['ID']; - transfer: localarbitrumone_DestinationTransfer; + transfer: mumbai_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['localarbitrumone_Bytes']; - transactionHash: Scalars['localarbitrumone_Bytes']; + caller: Scalars['mumbai_Bytes']; + transactionHash: Scalars['mumbai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_SlippageUpdate_filter = { +export type mumbai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89425,7 +84915,7 @@ export type localarbitrumone_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -89434,26 +84924,26 @@ export type localarbitrumone_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -89487,12 +84977,12 @@ export type localarbitrumone_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_SlippageUpdate_orderBy = +export type mumbai_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -89539,16 +85029,45 @@ export type localarbitrumone_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type localarbitrumone_SnapshotRoot = { +export type mumbai_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type mumbai__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type mumbai__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: mumbai__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type xdai_AggregateRoot = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['localarbitrumone_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; + root: Scalars['xdai_Bytes']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_SnapshotRoot_filter = { +export type xdai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89557,40 +85076,16 @@ export type localarbitrumone_SnapshotRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -89600,247 +85095,41 @@ export type localarbitrumone_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_SnapshotRoot_orderBy = +export type xdai_AggregateRoot_orderBy = | 'id' - | 'spokeDomain' | 'root' - | 'count' - | 'timestamp' | 'blockNumber'; -export type localarbitrumone_SpokeConnectorMode = { +export type xdai_Asset = { id: Scalars['ID']; - mode: Scalars['String']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type localarbitrumone_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localarbitrumone_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type localarbitrumone_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type localarbitrumone__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type localarbitrumone__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: localarbitrumone__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type stagingarbitrumgoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['stagingarbitrumgoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingarbitrumgoerli_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['stagingarbitrumgoerli_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type stagingarbitrumgoerli_AggregateRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type stagingarbitrumgoerli_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type stagingarbitrumgoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type stagingarbitrumgoerli_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: stagingarbitrumgoerli_Router; - asset: stagingarbitrumgoerli_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type stagingarbitrumgoerli_AssetBalance_filter = { +export type xdai_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: xdai_Router; + asset: xdai_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type xdai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89901,7 +85190,7 @@ export type stagingarbitrumgoerli_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -89922,7 +85211,7 @@ export type stagingarbitrumgoerli_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -89932,12 +85221,12 @@ export type stagingarbitrumgoerli_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_AssetBalance_orderBy = +export type xdai_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -89954,6 +85243,7 @@ export type stagingarbitrumgoerli_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -89961,12 +85251,12 @@ export type stagingarbitrumgoerli_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingarbitrumgoerli_AssetStatus = { +export type xdai_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingarbitrumgoerli_AssetStatus_filter = { +export type xdai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89980,16 +85270,16 @@ export type stagingarbitrumgoerli_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_AssetStatus_orderBy = +export type xdai_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingarbitrumgoerli_Asset_filter = { +export type xdai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89998,16 +85288,16 @@ export type stagingarbitrumgoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -90016,16 +85306,24 @@ export type stagingarbitrumgoerli_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -90034,26 +85332,26 @@ export type stagingarbitrumgoerli_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -90082,17 +85380,18 @@ export type stagingarbitrumgoerli_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_Asset_orderBy = +export type xdai_Asset_orderBy = | 'id' | 'key' | 'decimal' + | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' @@ -90102,26 +85401,26 @@ export type stagingarbitrumgoerli_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingarbitrumgoerli_BlockChangedFilter = { +export type xdai_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingarbitrumgoerli_Block_height = { - hash?: InputMaybe; +export type xdai_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingarbitrumgoerli_ConnectorMeta = { +export type xdai_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingarbitrumgoerli_ConnectorMeta_filter = { +export type xdai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90146,43 +85445,43 @@ export type stagingarbitrumgoerli_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_ConnectorMeta_orderBy = +export type xdai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -90190,57 +85489,57 @@ export type stagingarbitrumgoerli_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingarbitrumgoerli_DestinationTransfer = { +export type xdai_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingarbitrumgoerli_DestinationTransferroutersArgs = { +export type xdai_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumgoerli_DestinationTransfer_filter = { +export type xdai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90257,16 +85556,16 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -90275,17 +85574,17 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -90310,40 +85609,40 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -90360,16 +85659,16 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -90386,16 +85685,16 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -90416,7 +85715,7 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -90433,26 +85732,26 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -90485,16 +85784,16 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -90503,26 +85802,26 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -90555,16 +85854,16 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -90574,12 +85873,12 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_DestinationTransfer_orderBy = +export type xdai_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -90603,6 +85902,7 @@ export type stagingarbitrumgoerli_DestinationTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -90627,79 +85927,25 @@ export type stagingarbitrumgoerli_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingarbitrumgoerli_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['stagingarbitrumgoerli_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type stagingarbitrumgoerli_OptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - /** Defines the order direction, either ascending or descending */ -export type stagingarbitrumgoerli_OrderDirection = +export type xdai_OrderDirection = | 'asc' | 'desc'; -export type stagingarbitrumgoerli_OriginMessage = { +export type xdai_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingarbitrumgoerli_OriginMessage_filter = { +export type xdai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90708,16 +85954,16 @@ export type stagingarbitrumgoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -90726,16 +85972,16 @@ export type stagingarbitrumgoerli_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -90744,36 +85990,36 @@ export type stagingarbitrumgoerli_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -90802,14 +86048,14 @@ export type stagingarbitrumgoerli_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_OriginMessage_orderBy = +export type xdai_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -90823,51 +86069,51 @@ export type stagingarbitrumgoerli_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingarbitrumgoerli_OriginTransfer = { +export type xdai_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingarbitrumgoerli_OriginTransferrelayerFeesArgs = { +export type xdai_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumgoerli_OriginTransfer_filter = { +export type xdai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90884,16 +86130,16 @@ export type stagingarbitrumgoerli_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -90902,20 +86148,20 @@ export type stagingarbitrumgoerli_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -90940,40 +86186,40 @@ export type stagingarbitrumgoerli_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -90982,16 +86228,16 @@ export type stagingarbitrumgoerli_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -91008,16 +86254,16 @@ export type stagingarbitrumgoerli_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -91038,17 +86284,17 @@ export type stagingarbitrumgoerli_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -91069,7 +86315,7 @@ export type stagingarbitrumgoerli_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -91084,37 +86330,37 @@ export type stagingarbitrumgoerli_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -91147,16 +86393,16 @@ export type stagingarbitrumgoerli_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -91166,12 +86412,12 @@ export type stagingarbitrumgoerli_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_OriginTransfer_orderBy = +export type xdai_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -91194,6 +86440,7 @@ export type stagingarbitrumgoerli_OriginTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -91222,20 +86469,20 @@ export type stagingarbitrumgoerli_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingarbitrumgoerli_Relayer = { +export type xdai_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingarbitrumgoerli_RelayerFee = { +export type xdai_RelayerFee = { id: Scalars['ID']; - transfer: stagingarbitrumgoerli_OriginTransfer; + transfer: xdai_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingarbitrumgoerli_Bytes']; + asset: Scalars['xdai_Bytes']; }; -export type stagingarbitrumgoerli_RelayerFee_filter = { +export type xdai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91264,7 +86511,7 @@ export type stagingarbitrumgoerli_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -91273,23 +86520,23 @@ export type stagingarbitrumgoerli_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_RelayerFee_orderBy = +export type xdai_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -91324,20 +86571,20 @@ export type stagingarbitrumgoerli_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingarbitrumgoerli_RelayerFeesIncrease = { +export type xdai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingarbitrumgoerli_OriginTransfer; + transfer: xdai_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingarbitrumgoerli_Bytes']; - transactionHash: Scalars['stagingarbitrumgoerli_Bytes']; + asset?: Maybe; + caller: Scalars['xdai_Bytes']; + transactionHash: Scalars['xdai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumgoerli_RelayerFeesIncrease_filter = { +export type xdai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91366,7 +86613,7 @@ export type stagingarbitrumgoerli_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -91375,36 +86622,36 @@ export type stagingarbitrumgoerli_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -91438,12 +86685,12 @@ export type stagingarbitrumgoerli_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_RelayerFeesIncrease_orderBy = +export type xdai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -91484,7 +86731,7 @@ export type stagingarbitrumgoerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumgoerli_Relayer_filter = { +export type xdai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91497,33 +86744,33 @@ export type stagingarbitrumgoerli_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_Relayer_orderBy = +export type xdai_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingarbitrumgoerli_RootCount = { +export type xdai_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingarbitrumgoerli_RootCount_filter = { +export type xdai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91541,30 +86788,30 @@ export type stagingarbitrumgoerli_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_RootCount_orderBy = +export type xdai_RootCount_orderBy = | 'id' | 'count'; -export type stagingarbitrumgoerli_RootMessageSent = { +export type xdai_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingarbitrumgoerli_RootMessageSent_filter = { +export type xdai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91589,16 +86836,16 @@ export type stagingarbitrumgoerli_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -91607,26 +86854,26 @@ export type stagingarbitrumgoerli_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -91660,12 +86907,12 @@ export type stagingarbitrumgoerli_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_RootMessageSent_orderBy = +export type xdai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -91678,34 +86925,34 @@ export type stagingarbitrumgoerli_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumgoerli_Router = { +export type xdai_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingarbitrumgoerli_RouterassetBalancesArgs = { +export type xdai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumgoerli_RouterDailyTVL = { +export type xdai_RouterDailyTVL = { id: Scalars['ID']; - router: stagingarbitrumgoerli_Router; - asset: stagingarbitrumgoerli_Asset; + router: xdai_Router; + asset: xdai_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingarbitrumgoerli_RouterDailyTVL_filter = { +export type xdai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91734,7 +86981,7 @@ export type stagingarbitrumgoerli_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -91755,7 +87002,7 @@ export type stagingarbitrumgoerli_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -91773,12 +87020,12 @@ export type stagingarbitrumgoerli_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_RouterDailyTVL_orderBy = +export type xdai_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -91791,6 +87038,7 @@ export type stagingarbitrumgoerli_RouterDailyTVL_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -91799,7 +87047,25 @@ export type stagingarbitrumgoerli_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingarbitrumgoerli_Router_filter = { +export type xdai_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: xdai_Router; + asset: xdai_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['xdai_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type xdai_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91808,40 +87074,189 @@ export type stagingarbitrumgoerli_Router_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type xdai_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -91850,14 +87265,14 @@ export type stagingarbitrumgoerli_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_Router_orderBy = +export type xdai_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -91866,13 +87281,13 @@ export type stagingarbitrumgoerli_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingarbitrumgoerli_Sequencer = { +export type xdai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingarbitrumgoerli_Sequencer_filter = { +export type xdai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91885,34 +87300,34 @@ export type stagingarbitrumgoerli_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_Sequencer_orderBy = +export type xdai_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingarbitrumgoerli_Setting = { +export type xdai_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingarbitrumgoerli_Bytes']; + caller: Scalars['xdai_Bytes']; }; -export type stagingarbitrumgoerli_Setting_filter = { +export type xdai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91929,40 +87344,40 @@ export type stagingarbitrumgoerli_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_Setting_orderBy = +export type xdai_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingarbitrumgoerli_SlippageUpdate = { +export type xdai_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingarbitrumgoerli_DestinationTransfer; + transfer: xdai_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingarbitrumgoerli_Bytes']; - transactionHash: Scalars['stagingarbitrumgoerli_Bytes']; + caller: Scalars['xdai_Bytes']; + transactionHash: Scalars['xdai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumgoerli_SlippageUpdate_filter = { +export type xdai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91991,7 +87406,7 @@ export type stagingarbitrumgoerli_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -92000,26 +87415,26 @@ export type stagingarbitrumgoerli_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -92053,12 +87468,12 @@ export type stagingarbitrumgoerli_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_SlippageUpdate_orderBy = +export type xdai_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -92105,16 +87520,55 @@ export type stagingarbitrumgoerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumgoerli_SnapshotRoot = { +export type xdai_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type xdai__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type xdai__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: xdai__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type localarbitrumone_AggregateRoot = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingarbitrumgoerli_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; + root: Scalars['localarbitrumone_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumgoerli_SnapshotRoot_filter = { +export type localarbitrumone_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['localarbitrumone_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type localarbitrumone_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92123,32 +87577,40 @@ export type stagingarbitrumgoerli_SnapshotRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -92166,25 +87628,21 @@ export type stagingarbitrumgoerli_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_SnapshotRoot_orderBy = +export type localarbitrumone_AggregateRootProposed_orderBy = | 'id' - | 'spokeDomain' - | 'root' - | 'count' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | 'timestamp' | 'blockNumber'; -export type stagingarbitrumgoerli_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type stagingarbitrumgoerli_SpokeConnectorMode_filter = { +export type localarbitrumone_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92193,93 +87651,16 @@ export type stagingarbitrumgoerli_SpokeConnectorMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type stagingarbitrumgoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type stagingarbitrumgoerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingarbitrumgoerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingarbitrumgoerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type arbitrumgoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['arbitrumgoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type arbitrumgoerli_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -92289,41 +87670,40 @@ export type arbitrumgoerli_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_AggregateRoot_orderBy = +export type localarbitrumone_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type arbitrumgoerli_Asset = { +export type localarbitrumone_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type arbitrumgoerli_AssetBalance = { +export type localarbitrumone_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: arbitrumgoerli_Router; - asset: arbitrumgoerli_Asset; + router: localarbitrumone_Router; + asset: localarbitrumone_Asset; feesEarned: Scalars['BigInt']; }; -export type arbitrumgoerli_AssetBalance_filter = { +export type localarbitrumone_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92384,7 +87764,7 @@ export type arbitrumgoerli_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -92405,7 +87785,7 @@ export type arbitrumgoerli_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -92415,12 +87795,12 @@ export type arbitrumgoerli_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_AssetBalance_orderBy = +export type localarbitrumone_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -92437,7 +87817,6 @@ export type arbitrumgoerli_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -92445,12 +87824,12 @@ export type arbitrumgoerli_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type arbitrumgoerli_AssetStatus = { +export type localarbitrumone_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type arbitrumgoerli_AssetStatus_filter = { +export type localarbitrumone_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92464,16 +87843,16 @@ export type arbitrumgoerli_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_AssetStatus_orderBy = +export type localarbitrumone_AssetStatus_orderBy = | 'id' | 'status'; -export type arbitrumgoerli_Asset_filter = { +export type localarbitrumone_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92482,16 +87861,16 @@ export type arbitrumgoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -92500,24 +87879,16 @@ export type arbitrumgoerli_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -92526,26 +87897,26 @@ export type arbitrumgoerli_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -92574,18 +87945,17 @@ export type arbitrumgoerli_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_Asset_orderBy = +export type localarbitrumone_Asset_orderBy = | 'id' | 'key' | 'decimal' - | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' @@ -92595,26 +87965,26 @@ export type arbitrumgoerli_Asset_orderBy = | 'status__id' | 'status__status'; -export type arbitrumgoerli_BlockChangedFilter = { +export type localarbitrumone_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type arbitrumgoerli_Block_height = { - hash?: InputMaybe; +export type localarbitrumone_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type arbitrumgoerli_ConnectorMeta = { +export type localarbitrumone_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type arbitrumgoerli_ConnectorMeta_filter = { +export type localarbitrumone_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92639,43 +88009,43 @@ export type arbitrumgoerli_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_ConnectorMeta_orderBy = +export type localarbitrumone_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -92683,57 +88053,57 @@ export type arbitrumgoerli_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type arbitrumgoerli_DestinationTransfer = { +export type localarbitrumone_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type arbitrumgoerli_DestinationTransferroutersArgs = { +export type localarbitrumone_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumgoerli_DestinationTransfer_filter = { +export type localarbitrumone_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92750,16 +88120,16 @@ export type arbitrumgoerli_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -92768,17 +88138,17 @@ export type arbitrumgoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -92803,40 +88173,40 @@ export type arbitrumgoerli_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -92853,16 +88223,16 @@ export type arbitrumgoerli_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -92879,16 +88249,16 @@ export type arbitrumgoerli_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -92909,7 +88279,7 @@ export type arbitrumgoerli_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -92926,42 +88296,42 @@ export type arbitrumgoerli_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; executedGasLimit?: InputMaybe; executedGasLimit_not?: InputMaybe; executedGasLimit_gt?: InputMaybe; @@ -92978,16 +88348,16 @@ export type arbitrumgoerli_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -92996,26 +88366,26 @@ export type arbitrumgoerli_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -93048,16 +88418,16 @@ export type arbitrumgoerli_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -93067,12 +88437,12 @@ export type arbitrumgoerli_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_DestinationTransfer_orderBy = +export type localarbitrumone_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -93096,7 +88466,6 @@ export type arbitrumgoerli_DestinationTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -93121,25 +88490,79 @@ export type arbitrumgoerli_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; +export type localarbitrumone_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['localarbitrumone_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type localarbitrumone_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localarbitrumone_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + /** Defines the order direction, either ascending or descending */ -export type arbitrumgoerli_OrderDirection = +export type localarbitrumone_OrderDirection = | 'asc' | 'desc'; -export type arbitrumgoerli_OriginMessage = { +export type localarbitrumone_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type arbitrumgoerli_OriginMessage_filter = { +export type localarbitrumone_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93148,16 +88571,16 @@ export type arbitrumgoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -93166,16 +88589,16 @@ export type arbitrumgoerli_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -93184,36 +88607,36 @@ export type arbitrumgoerli_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -93242,14 +88665,14 @@ export type arbitrumgoerli_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_OriginMessage_orderBy = +export type localarbitrumone_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -93263,51 +88686,51 @@ export type arbitrumgoerli_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type arbitrumgoerli_OriginTransfer = { +export type localarbitrumone_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type arbitrumgoerli_OriginTransferrelayerFeesArgs = { +export type localarbitrumone_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumgoerli_OriginTransfer_filter = { +export type localarbitrumone_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93324,16 +88747,16 @@ export type arbitrumgoerli_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -93342,20 +88765,20 @@ export type arbitrumgoerli_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -93380,40 +88803,40 @@ export type arbitrumgoerli_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -93422,16 +88845,16 @@ export type arbitrumgoerli_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -93448,16 +88871,16 @@ export type arbitrumgoerli_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -93478,19 +88901,19 @@ export type arbitrumgoerli_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; message_gt?: InputMaybe; message_lt?: InputMaybe; message_gte?: InputMaybe; @@ -93509,7 +88932,7 @@ export type arbitrumgoerli_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -93524,37 +88947,37 @@ export type arbitrumgoerli_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -93587,16 +89010,16 @@ export type arbitrumgoerli_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -93606,12 +89029,12 @@ export type arbitrumgoerli_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_OriginTransfer_orderBy = +export type localarbitrumone_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -93634,7 +89057,6 @@ export type arbitrumgoerli_OriginTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -93663,20 +89085,20 @@ export type arbitrumgoerli_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type arbitrumgoerli_Relayer = { +export type localarbitrumone_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type arbitrumgoerli_RelayerFee = { +export type localarbitrumone_RelayerFee = { id: Scalars['ID']; - transfer: arbitrumgoerli_OriginTransfer; + transfer: localarbitrumone_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['arbitrumgoerli_Bytes']; + asset: Scalars['localarbitrumone_Bytes']; }; -export type arbitrumgoerli_RelayerFee_filter = { +export type localarbitrumone_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93705,7 +89127,7 @@ export type arbitrumgoerli_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -93714,23 +89136,23 @@ export type arbitrumgoerli_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_RelayerFee_orderBy = +export type localarbitrumone_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -93765,20 +89187,20 @@ export type arbitrumgoerli_RelayerFee_orderBy = | 'fee' | 'asset'; -export type arbitrumgoerli_RelayerFeesIncrease = { +export type localarbitrumone_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: arbitrumgoerli_OriginTransfer; + transfer: localarbitrumone_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['arbitrumgoerli_Bytes']; - transactionHash: Scalars['arbitrumgoerli_Bytes']; + asset?: Maybe; + caller: Scalars['localarbitrumone_Bytes']; + transactionHash: Scalars['localarbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type arbitrumgoerli_RelayerFeesIncrease_filter = { +export type localarbitrumone_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93807,7 +89229,7 @@ export type arbitrumgoerli_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -93816,36 +89238,36 @@ export type arbitrumgoerli_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -93879,12 +89301,12 @@ export type arbitrumgoerli_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_RelayerFeesIncrease_orderBy = +export type localarbitrumone_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -93925,7 +89347,7 @@ export type arbitrumgoerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumgoerli_Relayer_filter = { +export type localarbitrumone_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93938,33 +89360,33 @@ export type arbitrumgoerli_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_Relayer_orderBy = +export type localarbitrumone_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type arbitrumgoerli_RootCount = { +export type localarbitrumone_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type arbitrumgoerli_RootCount_filter = { +export type localarbitrumone_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93982,30 +89404,30 @@ export type arbitrumgoerli_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_RootCount_orderBy = +export type localarbitrumone_RootCount_orderBy = | 'id' | 'count'; -export type arbitrumgoerli_RootMessageSent = { +export type localarbitrumone_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type arbitrumgoerli_RootMessageSent_filter = { +export type localarbitrumone_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94030,16 +89452,16 @@ export type arbitrumgoerli_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -94048,26 +89470,26 @@ export type arbitrumgoerli_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -94101,12 +89523,12 @@ export type arbitrumgoerli_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_RootMessageSent_orderBy = +export type localarbitrumone_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -94119,34 +89541,34 @@ export type arbitrumgoerli_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumgoerli_Router = { +export type localarbitrumone_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type arbitrumgoerli_RouterassetBalancesArgs = { +export type localarbitrumone_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumgoerli_RouterDailyTVL = { +export type localarbitrumone_RouterDailyTVL = { id: Scalars['ID']; - router: arbitrumgoerli_Router; - asset: arbitrumgoerli_Asset; + router: localarbitrumone_Router; + asset: localarbitrumone_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type arbitrumgoerli_RouterDailyTVL_filter = { +export type localarbitrumone_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94175,7 +89597,7 @@ export type arbitrumgoerli_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -94196,7 +89618,7 @@ export type arbitrumgoerli_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -94214,12 +89636,12 @@ export type arbitrumgoerli_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_RouterDailyTVL_orderBy = +export type localarbitrumone_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -94232,7 +89654,6 @@ export type arbitrumgoerli_RouterDailyTVL_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -94241,174 +89662,80 @@ export type arbitrumgoerli_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type arbitrumgoerli_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: arbitrumgoerli_Router; - asset: arbitrumgoerli_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['arbitrumgoerli_Bytes']; - nonce: Scalars['BigInt']; +export type localarbitrumone_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_RouterLiquidityEventType = - | 'Add' - | 'Remove'; +export type localarbitrumone_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type arbitrumgoerli_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumgoerli_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type arbitrumgoerli_Router_filter = { +export type localarbitrumone_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type localarbitrumone_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94421,107 +89748,34 @@ export type arbitrumgoerli_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumgoerli_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type arbitrumgoerli_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type arbitrumgoerli_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_Sequencer_orderBy = +export type localarbitrumone_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type arbitrumgoerli_Setting = { +export type localarbitrumone_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['arbitrumgoerli_Bytes']; + caller: Scalars['localarbitrumone_Bytes']; }; -export type arbitrumgoerli_Setting_filter = { +export type localarbitrumone_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94538,40 +89792,40 @@ export type arbitrumgoerli_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_Setting_orderBy = +export type localarbitrumone_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type arbitrumgoerli_SlippageUpdate = { +export type localarbitrumone_SlippageUpdate = { id: Scalars['ID']; - transfer: arbitrumgoerli_DestinationTransfer; + transfer: localarbitrumone_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['arbitrumgoerli_Bytes']; - transactionHash: Scalars['arbitrumgoerli_Bytes']; + caller: Scalars['localarbitrumone_Bytes']; + transactionHash: Scalars['localarbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type arbitrumgoerli_SlippageUpdate_filter = { +export type localarbitrumone_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94600,7 +89854,7 @@ export type arbitrumgoerli_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -94609,26 +89863,26 @@ export type arbitrumgoerli_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -94662,12 +89916,12 @@ export type arbitrumgoerli_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_SlippageUpdate_orderBy = +export type localarbitrumone_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -94714,16 +89968,134 @@ export type arbitrumgoerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumgoerli_TransferStatus = +export type localarbitrumone_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['localarbitrumone_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type localarbitrumone_SnapshotRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localarbitrumone_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type localarbitrumone_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type localarbitrumone_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localarbitrumone_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type localarbitrumone_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type arbitrumgoerli__Block_ = { +export type localarbitrumone__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -94731,7 +90103,7 @@ export type arbitrumgoerli__Block_ = { }; /** The type for the top-level _meta field */ -export type arbitrumgoerli__Meta_ = { +export type localarbitrumone__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -94739,7 +90111,7 @@ export type arbitrumgoerli__Meta_ = { * and therefore asks for the latest block * */ - block: arbitrumgoerli__Block_; + block: localarbitrumone__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -97237,13 +92609,13 @@ export type bnb__Meta_ = { hasIndexingErrors: Scalars['Boolean']; }; -export type mainnet_AggregateRoot = { +export type linea_AggregateRoot = { id: Scalars['ID']; - root: Scalars['mainnet_Bytes']; + root: Scalars['linea_Bytes']; blockNumber: Scalars['BigInt']; }; -export type mainnet_AggregateRoot_filter = { +export type linea_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97252,16 +92624,12 @@ export type mainnet_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -97271,41 +92639,39 @@ export type mainnet_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_AggregateRoot_orderBy = +export type linea_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type mainnet_Asset = { +export type linea_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type mainnet_AssetBalance = { +export type linea_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: mainnet_Router; - asset: mainnet_Asset; + router: linea_Router; + asset: linea_Asset; feesEarned: Scalars['BigInt']; }; -export type mainnet_AssetBalance_filter = { +export type linea_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97366,7 +92732,7 @@ export type mainnet_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -97387,7 +92753,7 @@ export type mainnet_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -97397,42 +92763,25 @@ export type mainnet_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_AssetBalance_orderBy = +export type linea_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' | 'supplied' | 'removed' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'feesEarned'; -export type mainnet_AssetStatus = { +export type linea_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type mainnet_AssetStatus_filter = { +export type linea_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97446,16 +92795,14 @@ export type mainnet_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_AssetStatus_orderBy = +export type linea_AssetStatus_orderBy = | 'id' | 'status'; -export type mainnet_Asset_filter = { +export type linea_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97464,16 +92811,12 @@ export type mainnet_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -97490,16 +92833,12 @@ export type mainnet_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -97508,26 +92847,18 @@ export type mainnet_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -97556,14 +92887,12 @@ export type mainnet_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_Asset_orderBy = +export type linea_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -97573,20 +92902,28 @@ export type mainnet_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'status'; -export type mainnet_ConnectorMeta = { +export type linea_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type linea_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type linea_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type mainnet_ConnectorMeta_filter = { +export type linea_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97611,43 +92948,29 @@ export type mainnet_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_ConnectorMeta_orderBy = +export type linea_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -97655,57 +92978,57 @@ export type mainnet_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mainnet_DestinationTransfer = { +export type linea_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type mainnet_DestinationTransferroutersArgs = { +export type linea_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_DestinationTransfer_filter = { +export type linea_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97722,16 +93045,12 @@ export type mainnet_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -97740,17 +93059,17 @@ export type mainnet_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -97775,40 +93094,28 @@ export type mainnet_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -97825,16 +93132,12 @@ export type mainnet_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -97851,16 +93154,12 @@ export type mainnet_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -97881,7 +93180,7 @@ export type mainnet_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -97898,26 +93197,18 @@ export type mainnet_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -97950,16 +93241,12 @@ export type mainnet_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -97968,26 +93255,18 @@ export type mainnet_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -98020,16 +93299,12 @@ export type mainnet_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -98039,12 +93314,10 @@ export type mainnet_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_DestinationTransfer_orderBy = +export type linea_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -98065,15 +93338,6 @@ export type mainnet_DestinationTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'amount' | 'routersFee' | 'executedCaller' @@ -98093,20 +93357,25 @@ export type mainnet_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type mainnet_OriginMessage = { +/** Defines the order direction, either ascending or descending */ +export type linea_OrderDirection = + | 'asc' + | 'desc'; + +export type linea_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type mainnet_OriginMessage_filter = { +export type linea_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98115,16 +93384,12 @@ export type mainnet_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -98133,16 +93398,12 @@ export type mainnet_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -98151,36 +93412,24 @@ export type mainnet_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -98209,14 +93458,12 @@ export type mainnet_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_OriginMessage_orderBy = +export type linea_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -98226,55 +93473,53 @@ export type mainnet_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'rootCount'; -export type mainnet_OriginTransfer = { +export type linea_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type mainnet_OriginTransferrelayerFeesArgs = { +export type linea_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_OriginTransfer_filter = { +export type linea_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98291,16 +93536,12 @@ export type mainnet_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -98309,20 +93550,16 @@ export type mainnet_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -98347,40 +93584,28 @@ export type mainnet_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -98389,16 +93614,12 @@ export type mainnet_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -98415,16 +93636,12 @@ export type mainnet_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -98445,17 +93662,13 @@ export type mainnet_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -98476,7 +93689,7 @@ export type mainnet_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -98491,37 +93704,25 @@ export type mainnet_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -98554,16 +93755,12 @@ export type mainnet_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -98573,12 +93770,10 @@ export type mainnet_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_OriginTransfer_orderBy = +export type linea_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -98598,26 +93793,8 @@ export type mainnet_OriginTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'transactingAsset' | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' | 'bumpRelayerFeeCount' | 'relayerFees' | 'initialRelayerFeeAsset' @@ -98630,20 +93807,20 @@ export type mainnet_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type mainnet_Relayer = { +export type linea_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type mainnet_RelayerFee = { +export type linea_RelayerFee = { id: Scalars['ID']; - transfer: mainnet_OriginTransfer; + transfer: linea_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['mainnet_Bytes']; + asset: Scalars['linea_Bytes']; }; -export type mainnet_RelayerFee_filter = { +export type linea_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98672,7 +93849,7 @@ export type mainnet_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -98681,71 +93858,36 @@ export type mainnet_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_RelayerFee_orderBy = +export type linea_RelayerFee_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' | 'fee' | 'asset'; -export type mainnet_RelayerFeesIncrease = { +export type linea_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: mainnet_OriginTransfer; + transfer: linea_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_Bytes']; + asset?: Maybe; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mainnet_RelayerFeesIncrease_filter = { +export type linea_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98774,7 +93916,7 @@ export type mainnet_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -98783,36 +93925,24 @@ export type mainnet_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -98846,43 +93976,12 @@ export type mainnet_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_RelayerFeesIncrease_orderBy = +export type linea_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -98892,7 +93991,7 @@ export type mainnet_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_Relayer_filter = { +export type linea_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98905,33 +94004,27 @@ export type mainnet_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_Relayer_orderBy = +export type linea_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type mainnet_RootCount = { +export type linea_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type mainnet_RootCount_filter = { +export type linea_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98949,30 +94042,28 @@ export type mainnet_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_RootCount_orderBy = +export type linea_RootCount_orderBy = | 'id' | 'count'; -export type mainnet_RootMessageSent = { +export type linea_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type mainnet_RootMessageSent_filter = { +export type linea_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98997,16 +94088,12 @@ export type mainnet_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -99015,26 +94102,18 @@ export type mainnet_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -99068,12 +94147,10 @@ export type mainnet_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_RootMessageSent_orderBy = +export type linea_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -99086,34 +94163,34 @@ export type mainnet_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_Router = { +export type linea_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type mainnet_RouterassetBalancesArgs = { +export type linea_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_RouterDailyTVL = { +export type linea_RouterDailyTVL = { id: Scalars['ID']; - router: mainnet_Router; - asset: mainnet_Asset; + router: linea_Router; + asset: linea_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type mainnet_RouterDailyTVL_filter = { +export type linea_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99142,7 +94219,7 @@ export type mainnet_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -99163,7 +94240,7 @@ export type mainnet_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -99181,52 +94258,35 @@ export type mainnet_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_RouterDailyTVL_orderBy = +export type linea_RouterDailyTVL_orderBy = | 'id' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type mainnet_RouterLiquidityEvent = { +export type linea_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: mainnet_Router; - asset: mainnet_Asset; + type?: Maybe; + router: linea_Router; + asset: linea_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['mainnet_Bytes']; + transactionHash: Scalars['linea_Bytes']; nonce: Scalars['BigInt']; }; -export type mainnet_RouterLiquidityEventType = +export type linea_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type mainnet_RouterLiquidityEvent_filter = { +export type linea_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99235,10 +94295,10 @@ export type mainnet_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -99259,7 +94319,7 @@ export type mainnet_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -99280,7 +94340,7 @@ export type mainnet_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -99297,16 +94357,12 @@ export type mainnet_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -99323,16 +94379,12 @@ export type mainnet_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -99342,31 +94394,14 @@ export type mainnet_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_RouterLiquidityEvent_orderBy = +export type linea_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'amount' | 'balance' | 'caller' @@ -99375,7 +94410,7 @@ export type mainnet_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type mainnet_Router_filter = { +export type linea_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99388,36 +94423,24 @@ export type mainnet_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -99426,14 +94449,12 @@ export type mainnet_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_Router_orderBy = +export type linea_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -99442,13 +94463,13 @@ export type mainnet_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type mainnet_Sequencer = { +export type linea_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type mainnet_Sequencer_filter = { +export type linea_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99461,34 +94482,28 @@ export type mainnet_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_Sequencer_orderBy = +export type linea_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type mainnet_Setting = { +export type linea_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; + caller: Scalars['linea_Bytes']; }; -export type mainnet_Setting_filter = { +export type linea_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99505,40 +94520,34 @@ export type mainnet_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_Setting_orderBy = +export type linea_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type mainnet_SlippageUpdate = { +export type linea_SlippageUpdate = { id: Scalars['ID']; - transfer: mainnet_DestinationTransfer; + transfer: linea_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_Bytes']; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mainnet_SlippageUpdate_filter = { +export type linea_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99567,7 +94576,7 @@ export type mainnet_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -99576,26 +94585,18 @@ export type mainnet_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -99629,50 +94630,12 @@ export type mainnet_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_SlippageUpdate_orderBy = +export type linea_SlippageUpdate_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' @@ -99681,20 +94644,55 @@ export type mainnet_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_TransferStatus = +export type linea_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type polygon_AggregateRoot = { +export type linea__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type linea__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: linea__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type localmainnet_AggregateRoot = { id: Scalars['ID']; - root: Scalars['polygon_Bytes']; + root: Scalars['localmainnet_Bytes']; blockNumber: Scalars['BigInt']; }; -export type polygon_AggregateRoot_filter = { +export type localmainnet_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['localmainnet_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type localmainnet_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99703,60 +94701,133 @@ export type polygon_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AggregateRoot_orderBy = +export type localmainnet_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type localmainnet_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type polygon_Asset = { +export type localmainnet_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type polygon_AssetBalance = { +export type localmainnet_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: polygon_Router; - asset: polygon_Asset; + router: localmainnet_Router; + asset: localmainnet_Asset; feesEarned: Scalars['BigInt']; }; -export type polygon_AssetBalance_filter = { +export type localmainnet_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99817,7 +94888,7 @@ export type polygon_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -99838,7 +94909,7 @@ export type polygon_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -99848,12 +94919,12 @@ export type polygon_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AssetBalance_orderBy = +export type localmainnet_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -99870,7 +94941,6 @@ export type polygon_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -99878,12 +94948,12 @@ export type polygon_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type polygon_AssetStatus = { +export type localmainnet_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type polygon_AssetStatus_filter = { +export type localmainnet_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99897,16 +94967,16 @@ export type polygon_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AssetStatus_orderBy = +export type localmainnet_AssetStatus_orderBy = | 'id' | 'status'; -export type polygon_Asset_filter = { +export type localmainnet_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99915,16 +94985,16 @@ export type polygon_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -99933,24 +95003,16 @@ export type polygon_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -99959,26 +95021,26 @@ export type polygon_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -100007,18 +95069,17 @@ export type polygon_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Asset_orderBy = +export type localmainnet_Asset_orderBy = | 'id' | 'key' | 'decimal' - | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' @@ -100028,26 +95089,16 @@ export type polygon_Asset_orderBy = | 'status__id' | 'status__status'; -export type polygon_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type polygon_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type polygon_ConnectorMeta = { +export type localmainnet_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type polygon_ConnectorMeta_filter = { +export type localmainnet_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100072,43 +95123,43 @@ export type polygon_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_ConnectorMeta_orderBy = +export type localmainnet_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -100116,57 +95167,57 @@ export type polygon_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type polygon_DestinationTransfer = { +export type localmainnet_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type polygon_DestinationTransferroutersArgs = { +export type localmainnet_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_DestinationTransfer_filter = { +export type localmainnet_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100183,16 +95234,16 @@ export type polygon_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -100201,17 +95252,17 @@ export type polygon_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -100236,40 +95287,40 @@ export type polygon_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -100286,16 +95337,16 @@ export type polygon_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -100312,16 +95363,16 @@ export type polygon_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -100342,7 +95393,7 @@ export type polygon_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -100359,26 +95410,26 @@ export type polygon_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -100411,16 +95462,16 @@ export type polygon_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -100429,26 +95480,26 @@ export type polygon_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -100481,16 +95532,16 @@ export type polygon_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -100500,12 +95551,12 @@ export type polygon_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_DestinationTransfer_orderBy = +export type localmainnet_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -100529,7 +95580,6 @@ export type polygon_DestinationTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -100554,25 +95604,74 @@ export type polygon_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -/** Defines the order direction, either ascending or descending */ -export type polygon_OrderDirection = - | 'asc' - | 'desc'; +export type localmainnet_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['localmainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; -export type polygon_OriginMessage = { +export type localmainnet_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +export type localmainnet_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type polygon_OriginMessage_filter = { +export type localmainnet_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100581,16 +95680,16 @@ export type polygon_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -100599,16 +95698,16 @@ export type polygon_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -100617,36 +95716,36 @@ export type polygon_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -100675,14 +95774,14 @@ export type polygon_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_OriginMessage_orderBy = +export type localmainnet_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -100696,51 +95795,51 @@ export type polygon_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type polygon_OriginTransfer = { +export type localmainnet_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type polygon_OriginTransferrelayerFeesArgs = { +export type localmainnet_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_OriginTransfer_filter = { +export type localmainnet_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100757,16 +95856,16 @@ export type polygon_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -100775,20 +95874,20 @@ export type polygon_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -100813,40 +95912,40 @@ export type polygon_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -100855,16 +95954,16 @@ export type polygon_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -100881,16 +95980,16 @@ export type polygon_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -100911,19 +96010,19 @@ export type polygon_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; message_gt?: InputMaybe; message_lt?: InputMaybe; message_gte?: InputMaybe; @@ -100942,7 +96041,7 @@ export type polygon_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -100957,37 +96056,37 @@ export type polygon_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -101020,16 +96119,16 @@ export type polygon_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -101039,12 +96138,12 @@ export type polygon_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_OriginTransfer_orderBy = +export type localmainnet_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -101067,7 +96166,6 @@ export type polygon_OriginTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -101096,20 +96194,20 @@ export type polygon_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type polygon_Relayer = { +export type localmainnet_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type polygon_RelayerFee = { +export type localmainnet_RelayerFee = { id: Scalars['ID']; - transfer: polygon_OriginTransfer; + transfer: localmainnet_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['polygon_Bytes']; + asset: Scalars['localmainnet_Bytes']; }; -export type polygon_RelayerFee_filter = { +export type localmainnet_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101138,7 +96236,7 @@ export type polygon_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -101147,23 +96245,23 @@ export type polygon_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RelayerFee_orderBy = +export type localmainnet_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -101198,20 +96296,20 @@ export type polygon_RelayerFee_orderBy = | 'fee' | 'asset'; -export type polygon_RelayerFeesIncrease = { +export type localmainnet_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: polygon_OriginTransfer; + transfer: localmainnet_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygon_Bytes']; - transactionHash: Scalars['polygon_Bytes']; + asset?: Maybe; + caller: Scalars['localmainnet_Bytes']; + transactionHash: Scalars['localmainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygon_RelayerFeesIncrease_filter = { +export type localmainnet_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101240,7 +96338,7 @@ export type polygon_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -101249,36 +96347,36 @@ export type polygon_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -101312,12 +96410,12 @@ export type polygon_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RelayerFeesIncrease_orderBy = +export type localmainnet_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -101358,7 +96456,7 @@ export type polygon_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygon_Relayer_filter = { +export type localmainnet_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101371,33 +96469,33 @@ export type polygon_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Relayer_orderBy = +export type localmainnet_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type polygon_RootCount = { +export type localmainnet_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type polygon_RootCount_filter = { +export type localmainnet_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101415,30 +96513,30 @@ export type polygon_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RootCount_orderBy = +export type localmainnet_RootCount_orderBy = | 'id' | 'count'; -export type polygon_RootMessageSent = { +export type localmainnet_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type polygon_RootMessageSent_filter = { +export type localmainnet_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101463,16 +96561,16 @@ export type polygon_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -101481,26 +96579,26 @@ export type polygon_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -101534,12 +96632,12 @@ export type polygon_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RootMessageSent_orderBy = +export type localmainnet_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -101552,34 +96650,34 @@ export type polygon_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygon_Router = { +export type localmainnet_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type polygon_RouterassetBalancesArgs = { +export type localmainnet_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_RouterDailyTVL = { +export type localmainnet_RouterDailyTVL = { id: Scalars['ID']; - router: polygon_Router; - asset: polygon_Asset; + router: localmainnet_Router; + asset: localmainnet_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type polygon_RouterDailyTVL_filter = { +export type localmainnet_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101608,7 +96706,7 @@ export type polygon_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -101629,7 +96727,7 @@ export type polygon_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -101647,12 +96745,12 @@ export type polygon_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RouterDailyTVL_orderBy = +export type localmainnet_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -101665,7 +96763,6 @@ export type polygon_RouterDailyTVL_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -101674,247 +96771,80 @@ export type polygon_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type polygon_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: polygon_Router; - asset: polygon_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['polygon_Bytes']; - nonce: Scalars['BigInt']; +export type localmainnet_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RouterLiquidityEventType = - | 'Add' - | 'Remove'; +export type localmainnet_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type polygon_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type polygon_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type polygon_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type polygon_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type polygon_Sequencer_filter = { +export type localmainnet_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type localmainnet_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101927,34 +96857,34 @@ export type polygon_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Sequencer_orderBy = +export type localmainnet_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type polygon_Setting = { +export type localmainnet_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygon_Bytes']; + caller: Scalars['localmainnet_Bytes']; }; -export type polygon_Setting_filter = { +export type localmainnet_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101971,40 +96901,40 @@ export type polygon_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Setting_orderBy = +export type localmainnet_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type polygon_SlippageUpdate = { +export type localmainnet_SlippageUpdate = { id: Scalars['ID']; - transfer: polygon_DestinationTransfer; + transfer: localmainnet_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['polygon_Bytes']; - transactionHash: Scalars['polygon_Bytes']; + caller: Scalars['localmainnet_Bytes']; + transactionHash: Scalars['localmainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygon_SlippageUpdate_filter = { +export type localmainnet_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102033,7 +96963,7 @@ export type polygon_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -102042,26 +96972,26 @@ export type polygon_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -102095,12 +97025,12 @@ export type polygon_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_SlippageUpdate_orderBy = +export type localmainnet_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -102147,45 +97077,16 @@ export type polygon_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygon_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type polygon__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type polygon__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: polygon__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type arbitrumone_AggregateRoot = { +export type localmainnet_SnapshotRoot = { id: Scalars['ID']; - root: Scalars['arbitrumone_Bytes']; + spokeDomain?: Maybe; + root: Scalars['localmainnet_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type arbitrumone_AggregateRoot_filter = { +export type localmainnet_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102194,16 +97095,40 @@ export type arbitrumone_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -102213,41 +97138,87 @@ export type arbitrumone_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_AggregateRoot_orderBy = +export type localmainnet_SnapshotRoot_orderBy = | 'id' + | 'spokeDomain' | 'root' + | 'count' + | 'timestamp' | 'blockNumber'; -export type arbitrumone_Asset = { +export type localmainnet_SpokeConnectorMode = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + mode: Scalars['String']; }; -export type arbitrumone_AssetBalance = { +export type localmainnet_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type localmainnet_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type localoptimism_AggregateRoot = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: arbitrumone_Router; - asset: arbitrumone_Asset; - feesEarned: Scalars['BigInt']; + root: Scalars['localoptimism_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type arbitrumone_AssetBalance_filter = { +export type localoptimism_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['localoptimism_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type localoptimism_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102256,33 +97227,168 @@ export type arbitrumone_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localoptimism_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type localoptimism_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localoptimism_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type localoptimism_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type localoptimism_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: localoptimism_Router; + asset: localoptimism_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type localoptimism_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; removed_lt?: InputMaybe; removed_gte?: InputMaybe; removed_lte?: InputMaybe; @@ -102308,7 +97414,7 @@ export type arbitrumone_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -102329,7 +97435,7 @@ export type arbitrumone_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -102339,12 +97445,12 @@ export type arbitrumone_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_AssetBalance_orderBy = +export type localoptimism_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -102361,7 +97467,6 @@ export type arbitrumone_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -102369,12 +97474,12 @@ export type arbitrumone_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type arbitrumone_AssetStatus = { +export type localoptimism_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type arbitrumone_AssetStatus_filter = { +export type localoptimism_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102388,16 +97493,16 @@ export type arbitrumone_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_AssetStatus_orderBy = +export type localoptimism_AssetStatus_orderBy = | 'id' | 'status'; -export type arbitrumone_Asset_filter = { +export type localoptimism_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102406,16 +97511,16 @@ export type arbitrumone_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -102424,24 +97529,16 @@ export type arbitrumone_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -102450,26 +97547,26 @@ export type arbitrumone_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -102498,18 +97595,17 @@ export type arbitrumone_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Asset_orderBy = +export type localoptimism_Asset_orderBy = | 'id' | 'key' | 'decimal' - | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' @@ -102519,26 +97615,26 @@ export type arbitrumone_Asset_orderBy = | 'status__id' | 'status__status'; -export type arbitrumone_BlockChangedFilter = { +export type localoptimism_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type arbitrumone_Block_height = { - hash?: InputMaybe; +export type localoptimism_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type arbitrumone_ConnectorMeta = { +export type localoptimism_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type arbitrumone_ConnectorMeta_filter = { +export type localoptimism_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102563,43 +97659,43 @@ export type arbitrumone_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_ConnectorMeta_orderBy = +export type localoptimism_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -102607,57 +97703,57 @@ export type arbitrumone_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type arbitrumone_DestinationTransfer = { +export type localoptimism_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type arbitrumone_DestinationTransferroutersArgs = { +export type localoptimism_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_DestinationTransfer_filter = { +export type localoptimism_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102674,16 +97770,16 @@ export type arbitrumone_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -102692,17 +97788,17 @@ export type arbitrumone_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -102727,40 +97823,40 @@ export type arbitrumone_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -102777,16 +97873,16 @@ export type arbitrumone_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -102803,16 +97899,16 @@ export type arbitrumone_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -102833,7 +97929,7 @@ export type arbitrumone_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -102850,26 +97946,26 @@ export type arbitrumone_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -102902,16 +97998,16 @@ export type arbitrumone_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -102920,26 +98016,26 @@ export type arbitrumone_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -102972,16 +98068,16 @@ export type arbitrumone_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -102991,12 +98087,12 @@ export type arbitrumone_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_DestinationTransfer_orderBy = +export type localoptimism_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -103020,7 +98116,6 @@ export type arbitrumone_DestinationTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -103045,25 +98140,79 @@ export type arbitrumone_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; +export type localoptimism_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['localoptimism_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type localoptimism_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localoptimism_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + /** Defines the order direction, either ascending or descending */ -export type arbitrumone_OrderDirection = +export type localoptimism_OrderDirection = | 'asc' | 'desc'; -export type arbitrumone_OriginMessage = { +export type localoptimism_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type arbitrumone_OriginMessage_filter = { +export type localoptimism_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103072,16 +98221,16 @@ export type arbitrumone_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -103090,16 +98239,16 @@ export type arbitrumone_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -103108,36 +98257,36 @@ export type arbitrumone_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -103166,14 +98315,14 @@ export type arbitrumone_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_OriginMessage_orderBy = +export type localoptimism_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -103187,51 +98336,51 @@ export type arbitrumone_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type arbitrumone_OriginTransfer = { +export type localoptimism_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type arbitrumone_OriginTransferrelayerFeesArgs = { +export type localoptimism_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_OriginTransfer_filter = { +export type localoptimism_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103248,16 +98397,16 @@ export type arbitrumone_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -103266,20 +98415,20 @@ export type arbitrumone_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -103304,40 +98453,40 @@ export type arbitrumone_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -103346,21 +98495,21 @@ export type arbitrumone_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; bridgedAmt_lte?: InputMaybe; bridgedAmt_in?: InputMaybe>; bridgedAmt_not_in?: InputMaybe>; @@ -103372,16 +98521,16 @@ export type arbitrumone_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -103402,17 +98551,17 @@ export type arbitrumone_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -103433,7 +98582,7 @@ export type arbitrumone_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -103448,37 +98597,37 @@ export type arbitrumone_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -103511,16 +98660,16 @@ export type arbitrumone_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -103530,12 +98679,12 @@ export type arbitrumone_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_OriginTransfer_orderBy = +export type localoptimism_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -103558,7 +98707,6 @@ export type arbitrumone_OriginTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -103587,20 +98735,20 @@ export type arbitrumone_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type arbitrumone_Relayer = { +export type localoptimism_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type arbitrumone_RelayerFee = { +export type localoptimism_RelayerFee = { id: Scalars['ID']; - transfer: arbitrumone_OriginTransfer; + transfer: localoptimism_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['arbitrumone_Bytes']; + asset: Scalars['localoptimism_Bytes']; }; -export type arbitrumone_RelayerFee_filter = { +export type localoptimism_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103629,7 +98777,7 @@ export type arbitrumone_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -103638,23 +98786,23 @@ export type arbitrumone_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RelayerFee_orderBy = +export type localoptimism_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -103689,20 +98837,20 @@ export type arbitrumone_RelayerFee_orderBy = | 'fee' | 'asset'; -export type arbitrumone_RelayerFeesIncrease = { +export type localoptimism_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: arbitrumone_OriginTransfer; + transfer: localoptimism_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['arbitrumone_Bytes']; - transactionHash: Scalars['arbitrumone_Bytes']; + asset?: Maybe; + caller: Scalars['localoptimism_Bytes']; + transactionHash: Scalars['localoptimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type arbitrumone_RelayerFeesIncrease_filter = { +export type localoptimism_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103731,7 +98879,7 @@ export type arbitrumone_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -103740,36 +98888,36 @@ export type arbitrumone_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -103803,12 +98951,12 @@ export type arbitrumone_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RelayerFeesIncrease_orderBy = +export type localoptimism_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -103849,7 +98997,7 @@ export type arbitrumone_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumone_Relayer_filter = { +export type localoptimism_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103862,33 +99010,33 @@ export type arbitrumone_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Relayer_orderBy = +export type localoptimism_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type arbitrumone_RootCount = { +export type localoptimism_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type arbitrumone_RootCount_filter = { +export type localoptimism_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103906,30 +99054,30 @@ export type arbitrumone_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RootCount_orderBy = +export type localoptimism_RootCount_orderBy = | 'id' | 'count'; -export type arbitrumone_RootMessageSent = { +export type localoptimism_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type arbitrumone_RootMessageSent_filter = { +export type localoptimism_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103954,16 +99102,16 @@ export type arbitrumone_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -103972,26 +99120,26 @@ export type arbitrumone_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -104025,12 +99173,12 @@ export type arbitrumone_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RootMessageSent_orderBy = +export type localoptimism_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -104043,34 +99191,34 @@ export type arbitrumone_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumone_Router = { +export type localoptimism_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type arbitrumone_RouterassetBalancesArgs = { +export type localoptimism_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_RouterDailyTVL = { +export type localoptimism_RouterDailyTVL = { id: Scalars['ID']; - router: arbitrumone_Router; - asset: arbitrumone_Asset; + router: localoptimism_Router; + asset: localoptimism_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type arbitrumone_RouterDailyTVL_filter = { +export type localoptimism_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104099,7 +99247,7 @@ export type arbitrumone_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -104120,7 +99268,7 @@ export type arbitrumone_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -104138,12 +99286,12 @@ export type arbitrumone_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RouterDailyTVL_orderBy = +export type localoptimism_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -104156,7 +99304,6 @@ export type arbitrumone_RouterDailyTVL_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -104165,174 +99312,7 @@ export type arbitrumone_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type arbitrumone_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: arbitrumone_Router; - asset: arbitrumone_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['arbitrumone_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumone_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type arbitrumone_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumone_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type arbitrumone_Router_filter = { +export type localoptimism_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104345,36 +99325,36 @@ export type arbitrumone_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -104383,14 +99363,14 @@ export type arbitrumone_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Router_orderBy = +export type localoptimism_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -104399,13 +99379,13 @@ export type arbitrumone_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type arbitrumone_Sequencer = { +export type localoptimism_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type arbitrumone_Sequencer_filter = { +export type localoptimism_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104418,34 +99398,34 @@ export type arbitrumone_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Sequencer_orderBy = +export type localoptimism_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type arbitrumone_Setting = { +export type localoptimism_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['arbitrumone_Bytes']; + caller: Scalars['localoptimism_Bytes']; }; -export type arbitrumone_Setting_filter = { +export type localoptimism_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104462,40 +99442,40 @@ export type arbitrumone_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Setting_orderBy = +export type localoptimism_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type arbitrumone_SlippageUpdate = { +export type localoptimism_SlippageUpdate = { id: Scalars['ID']; - transfer: arbitrumone_DestinationTransfer; + transfer: localoptimism_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['arbitrumone_Bytes']; - transactionHash: Scalars['arbitrumone_Bytes']; + caller: Scalars['localoptimism_Bytes']; + transactionHash: Scalars['localoptimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type arbitrumone_SlippageUpdate_filter = { +export type localoptimism_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104524,7 +99504,7 @@ export type arbitrumone_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -104533,26 +99513,26 @@ export type arbitrumone_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -104586,12 +99566,12 @@ export type arbitrumone_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_SlippageUpdate_orderBy = +export type localoptimism_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -104638,16 +99618,134 @@ export type arbitrumone_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumone_TransferStatus = +export type localoptimism_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['localoptimism_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type localoptimism_SnapshotRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localoptimism_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type localoptimism_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type localoptimism_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localoptimism_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type localoptimism_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type arbitrumone__Block_ = { +export type localoptimism__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -104655,7 +99753,7 @@ export type arbitrumone__Block_ = { }; /** The type for the top-level _meta field */ -export type arbitrumone__Meta_ = { +export type localoptimism__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -104663,20 +99761,20 @@ export type arbitrumone__Meta_ = { * and therefore asks for the latest block * */ - block: arbitrumone__Block_; + block: localoptimism__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type optimism_AggregateRoot = { +export type mainnet_AggregateRoot = { id: Scalars['ID']; - root: Scalars['optimism_Bytes']; + root: Scalars['mainnet_Bytes']; blockNumber: Scalars['BigInt']; }; -export type optimism_AggregateRoot_filter = { +export type mainnet_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104685,16 +99783,16 @@ export type optimism_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -104704,40 +99802,41 @@ export type optimism_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AggregateRoot_orderBy = +export type mainnet_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type optimism_Asset = { +export type mainnet_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - canonicalId?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type optimism_AssetBalance = { +export type mainnet_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: optimism_Router; - asset: optimism_Asset; + router: mainnet_Router; + asset: mainnet_Asset; feesEarned: Scalars['BigInt']; }; -export type optimism_AssetBalance_filter = { +export type mainnet_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104798,7 +99897,7 @@ export type optimism_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -104819,7 +99918,7 @@ export type optimism_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -104829,12 +99928,12 @@ export type optimism_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AssetBalance_orderBy = +export type mainnet_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -104851,6 +99950,7 @@ export type optimism_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -104858,12 +99958,12 @@ export type optimism_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type optimism_AssetStatus = { +export type mainnet_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type optimism_AssetStatus_filter = { +export type mainnet_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104877,16 +99977,16 @@ export type optimism_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AssetStatus_orderBy = +export type mainnet_AssetStatus_orderBy = | 'id' | 'status'; -export type optimism_Asset_filter = { +export type mainnet_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104895,34 +99995,42 @@ export type optimism_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; decimal_gte?: InputMaybe; decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -104931,26 +100039,26 @@ export type optimism_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -104979,17 +100087,18 @@ export type optimism_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Asset_orderBy = +export type mainnet_Asset_orderBy = | 'id' | 'key' | 'decimal' + | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' @@ -104999,26 +100108,16 @@ export type optimism_Asset_orderBy = | 'status__id' | 'status__status'; -export type optimism_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type optimism_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type optimism_ConnectorMeta = { +export type mainnet_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type optimism_ConnectorMeta_filter = { +export type mainnet_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105043,43 +100142,43 @@ export type optimism_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_ConnectorMeta_orderBy = +export type mainnet_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -105087,57 +100186,57 @@ export type optimism_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type optimism_DestinationTransfer = { +export type mainnet_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type optimism_DestinationTransferroutersArgs = { +export type mainnet_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_DestinationTransfer_filter = { +export type mainnet_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105154,16 +100253,16 @@ export type optimism_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -105172,17 +100271,17 @@ export type optimism_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -105207,40 +100306,40 @@ export type optimism_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -105257,16 +100356,16 @@ export type optimism_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -105283,16 +100382,16 @@ export type optimism_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -105313,7 +100412,7 @@ export type optimism_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -105330,26 +100429,26 @@ export type optimism_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -105382,16 +100481,16 @@ export type optimism_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -105400,26 +100499,26 @@ export type optimism_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -105452,16 +100551,16 @@ export type optimism_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -105471,12 +100570,12 @@ export type optimism_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_DestinationTransfer_orderBy = +export type mainnet_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -105500,6 +100599,7 @@ export type optimism_DestinationTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -105524,25 +100624,20 @@ export type optimism_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -/** Defines the order direction, either ascending or descending */ -export type optimism_OrderDirection = - | 'asc' - | 'desc'; - -export type optimism_OriginMessage = { +export type mainnet_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type optimism_OriginMessage_filter = { +export type mainnet_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105551,16 +100646,16 @@ export type optimism_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -105569,16 +100664,16 @@ export type optimism_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -105587,36 +100682,36 @@ export type optimism_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -105645,14 +100740,14 @@ export type optimism_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_OriginMessage_orderBy = +export type mainnet_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -105666,51 +100761,51 @@ export type optimism_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type optimism_OriginTransfer = { +export type mainnet_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type optimism_OriginTransferrelayerFeesArgs = { +export type mainnet_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_OriginTransfer_filter = { +export type mainnet_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105727,16 +100822,16 @@ export type optimism_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -105745,20 +100840,20 @@ export type optimism_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -105783,40 +100878,40 @@ export type optimism_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -105825,16 +100920,16 @@ export type optimism_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -105851,16 +100946,16 @@ export type optimism_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -105881,17 +100976,17 @@ export type optimism_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -105912,7 +101007,7 @@ export type optimism_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -105927,37 +101022,37 @@ export type optimism_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -105990,16 +101085,16 @@ export type optimism_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -106009,12 +101104,12 @@ export type optimism_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_OriginTransfer_orderBy = +export type mainnet_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -106037,6 +101132,7 @@ export type optimism_OriginTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -106065,20 +101161,20 @@ export type optimism_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type optimism_Relayer = { +export type mainnet_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type optimism_RelayerFee = { +export type mainnet_RelayerFee = { id: Scalars['ID']; - transfer: optimism_OriginTransfer; + transfer: mainnet_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['optimism_Bytes']; + asset: Scalars['mainnet_Bytes']; }; -export type optimism_RelayerFee_filter = { +export type mainnet_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106107,7 +101203,7 @@ export type optimism_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -106116,23 +101212,23 @@ export type optimism_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RelayerFee_orderBy = +export type mainnet_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -106167,20 +101263,20 @@ export type optimism_RelayerFee_orderBy = | 'fee' | 'asset'; -export type optimism_RelayerFeesIncrease = { +export type mainnet_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: optimism_OriginTransfer; + transfer: mainnet_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimism_Bytes']; - transactionHash: Scalars['optimism_Bytes']; + asset?: Maybe; + caller: Scalars['mainnet_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimism_RelayerFeesIncrease_filter = { +export type mainnet_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106209,7 +101305,7 @@ export type optimism_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -106218,52 +101314,52 @@ export type optimism_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; gasLimit?: InputMaybe; gasLimit_not?: InputMaybe; gasLimit_gt?: InputMaybe; @@ -106281,12 +101377,12 @@ export type optimism_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RelayerFeesIncrease_orderBy = +export type mainnet_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -106327,7 +101423,7 @@ export type optimism_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimism_Relayer_filter = { +export type mainnet_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106340,33 +101436,33 @@ export type optimism_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Relayer_orderBy = +export type mainnet_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type optimism_RootCount = { +export type mainnet_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type optimism_RootCount_filter = { +export type mainnet_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106384,30 +101480,30 @@ export type optimism_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RootCount_orderBy = +export type mainnet_RootCount_orderBy = | 'id' | 'count'; -export type optimism_RootMessageSent = { +export type mainnet_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type optimism_RootMessageSent_filter = { +export type mainnet_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106432,16 +101528,16 @@ export type optimism_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -106450,26 +101546,26 @@ export type optimism_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -106503,12 +101599,12 @@ export type optimism_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RootMessageSent_orderBy = +export type mainnet_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -106521,34 +101617,34 @@ export type optimism_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimism_Router = { +export type mainnet_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type optimism_RouterassetBalancesArgs = { +export type mainnet_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_RouterDailyTVL = { +export type mainnet_RouterDailyTVL = { id: Scalars['ID']; - router: optimism_Router; - asset: optimism_Asset; + router: mainnet_Router; + asset: mainnet_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type optimism_RouterDailyTVL_filter = { +export type mainnet_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106577,7 +101673,7 @@ export type optimism_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -106598,7 +101694,7 @@ export type optimism_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -106616,12 +101712,12 @@ export type optimism_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RouterDailyTVL_orderBy = +export type mainnet_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -106634,6 +101730,7 @@ export type optimism_RouterDailyTVL_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -106642,7 +101739,174 @@ export type optimism_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type optimism_Router_filter = { +export type mainnet_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: mainnet_Router; + asset: mainnet_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['mainnet_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mainnet_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type mainnet_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type mainnet_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106655,36 +101919,36 @@ export type optimism_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -106693,14 +101957,14 @@ export type optimism_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Router_orderBy = +export type mainnet_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -106709,13 +101973,13 @@ export type optimism_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type optimism_Sequencer = { +export type mainnet_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type optimism_Sequencer_filter = { +export type mainnet_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106728,34 +101992,34 @@ export type optimism_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Sequencer_orderBy = +export type mainnet_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type optimism_Setting = { +export type mainnet_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['optimism_Bytes']; + caller: Scalars['mainnet_Bytes']; }; -export type optimism_Setting_filter = { +export type mainnet_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106772,40 +102036,40 @@ export type optimism_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Setting_orderBy = +export type mainnet_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type optimism_SlippageUpdate = { +export type mainnet_SlippageUpdate = { id: Scalars['ID']; - transfer: optimism_DestinationTransfer; + transfer: mainnet_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['optimism_Bytes']; - transactionHash: Scalars['optimism_Bytes']; + caller: Scalars['mainnet_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimism_SlippageUpdate_filter = { +export type mainnet_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106834,7 +102098,7 @@ export type optimism_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -106843,26 +102107,26 @@ export type optimism_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -106896,12 +102160,12 @@ export type optimism_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_SlippageUpdate_orderBy = +export type mainnet_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -106948,1740 +102212,6092 @@ export type optimism_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimism_TransferStatus = +export type mainnet_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type optimism__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; +export type arbitrumone_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['arbitrumone_Bytes']; + blockNumber: Scalars['BigInt']; }; -/** The type for the top-level _meta field */ -export type optimism__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: optimism__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; +export type arbitrumone_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type WithIndex = TObject & Record; -export type ResolversObject = WithIndex; - -export type ResolverTypeWrapper = Promise | T; - +export type arbitrumone_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; -export type ResolverWithResolve = { - resolve: ResolverFn; +export type arbitrumone_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type LegacyStitchingResolver = { - fragment: string; - resolve: ResolverFn; +export type arbitrumone_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: arbitrumone_Router; + asset: arbitrumone_Asset; + feesEarned: Scalars['BigInt']; }; -export type NewStitchingResolver = { - selectionSet: string | ((fieldNode: FieldNode) => SelectionSetNode); - resolve: ResolverFn; +export type arbitrumone_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type StitchingResolver = LegacyStitchingResolver | NewStitchingResolver; -export type Resolver = - | ResolverFn - | ResolverWithResolve - | StitchingResolver; - -export type ResolverFn = ( - parent: TParent, - args: TArgs, - context: TContext, - info: GraphQLResolveInfo -) => Promise | TResult; - -export type SubscriptionSubscribeFn = ( - parent: TParent, - args: TArgs, - context: TContext, - info: GraphQLResolveInfo -) => AsyncIterable | Promise>; - -export type SubscriptionResolveFn = ( - parent: TParent, - args: TArgs, - context: TContext, - info: GraphQLResolveInfo -) => TResult | Promise; - -export interface SubscriptionSubscriberObject { - subscribe: SubscriptionSubscribeFn<{ [key in TKey]: TResult }, TParent, TContext, TArgs>; - resolve?: SubscriptionResolveFn; -} -export interface SubscriptionResolverObject { - subscribe: SubscriptionSubscribeFn; - resolve: SubscriptionResolveFn; -} +export type arbitrumone_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; -export type SubscriptionObject = - | SubscriptionSubscriberObject - | SubscriptionResolverObject; +export type arbitrumone_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; -export type SubscriptionResolver = - | ((...args: any[]) => SubscriptionObject) - | SubscriptionObject; +export type arbitrumone_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type TypeResolveFn = ( - parent: TParent, - context: TContext, - info: GraphQLResolveInfo -) => Maybe | Promise>; +export type arbitrumone_AssetStatus_orderBy = + | 'id' + | 'status'; -export type IsTypeOfResolverFn = (obj: T, context: TContext, info: GraphQLResolveInfo) => boolean | Promise; +export type arbitrumone_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type NextResolverFn = () => Promise; +export type arbitrumone_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type DirectiveResolverFn = ( - next: NextResolverFn, - parent: TParent, - args: TArgs, - context: TContext, - info: GraphQLResolveInfo -) => TResult | Promise; +export type arbitrumone_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; +export type arbitrumone_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; +export type arbitrumone_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; -/** Mapping between all available schema types and the resolvers types */ -export type ResolversTypes = ResolversObject<{ - Query: ResolverTypeWrapper<{}>; - Subscription: ResolverTypeWrapper<{}>; - staginggoerli_AggregateRootSavedSlow: ResolverTypeWrapper; - staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; - staginggoerli_AggregateRootSavedSlow_orderBy: staginggoerli_AggregateRootSavedSlow_orderBy; - staginggoerli_AggregatedMessageRoot: ResolverTypeWrapper; - staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; - staginggoerli_AggregatedMessageRoot_orderBy: staginggoerli_AggregatedMessageRoot_orderBy; - staginggoerli_ArbitrumConnectorMeta: ResolverTypeWrapper; - staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; - staginggoerli_ArbitrumConnectorMeta_orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy; - staginggoerli_BigDecimal: ResolverTypeWrapper; - BigInt: ResolverTypeWrapper; - staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; - staginggoerli_Block_height: staginggoerli_Block_height; - staginggoerli_BnbConnectorMeta: ResolverTypeWrapper; - staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; - staginggoerli_BnbConnectorMeta_orderBy: staginggoerli_BnbConnectorMeta_orderBy; - Boolean: ResolverTypeWrapper; - staginggoerli_Bytes: ResolverTypeWrapper; - Float: ResolverTypeWrapper; - staginggoerli_GnosisConnectorMeta: ResolverTypeWrapper; - staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; - staginggoerli_GnosisConnectorMeta_orderBy: staginggoerli_GnosisConnectorMeta_orderBy; - staginggoerli_HubDomain: ResolverTypeWrapper; - staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; - staginggoerli_HubDomain_orderBy: staginggoerli_HubDomain_orderBy; - staginggoerli_HubOptimisticRootFinalized: ResolverTypeWrapper; - staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; - staginggoerli_HubOptimisticRootFinalized_orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy; - ID: ResolverTypeWrapper; - Int: ResolverTypeWrapper; - staginggoerli_Int8: ResolverTypeWrapper; - staginggoerli_OptimismConnectorMeta: ResolverTypeWrapper; - staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; - staginggoerli_OptimismConnectorMeta_orderBy: staginggoerli_OptimismConnectorMeta_orderBy; - staginggoerli_OptimisticRootPropagated: ResolverTypeWrapper; - staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; - staginggoerli_OptimisticRootPropagated_orderBy: staginggoerli_OptimisticRootPropagated_orderBy; - staginggoerli_OptimisticRootProposed: ResolverTypeWrapper; - staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; - staginggoerli_OptimisticRootProposed_orderBy: staginggoerli_OptimisticRootProposed_orderBy; - staginggoerli_OrderDirection: staginggoerli_OrderDirection; - staginggoerli_PolygonConnectorMeta: ResolverTypeWrapper; - staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; - staginggoerli_PolygonConnectorMeta_orderBy: staginggoerli_PolygonConnectorMeta_orderBy; - staginggoerli_RootAggregated: ResolverTypeWrapper; - staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; - staginggoerli_RootAggregated_orderBy: staginggoerli_RootAggregated_orderBy; - staginggoerli_RootManagerMeta: ResolverTypeWrapper; - staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; - staginggoerli_RootManagerMeta_orderBy: staginggoerli_RootManagerMeta_orderBy; - staginggoerli_RootManagerMode: ResolverTypeWrapper; - staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; - staginggoerli_RootManagerMode_orderBy: staginggoerli_RootManagerMode_orderBy; - staginggoerli_RootMessageProcessed: ResolverTypeWrapper; - staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; - staginggoerli_RootMessageProcessed_orderBy: staginggoerli_RootMessageProcessed_orderBy; - staginggoerli_RootPropagated: ResolverTypeWrapper; - staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; - staginggoerli_RootPropagated_orderBy: staginggoerli_RootPropagated_orderBy; - String: ResolverTypeWrapper; - staginggoerli_ZkSyncConnectorMeta: ResolverTypeWrapper; - staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; - staginggoerli_ZkSyncConnectorMeta_orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy; - staginggoerli__Block_: ResolverTypeWrapper; - staginggoerli__Meta_: ResolverTypeWrapper; - _SubgraphErrorPolicy_: _SubgraphErrorPolicy_; - testoptimismgoerli_Asset: ResolverTypeWrapper; - testoptimismgoerli_AssetBalance: ResolverTypeWrapper; - testoptimismgoerli_AssetBalance_filter: testoptimismgoerli_AssetBalance_filter; - testoptimismgoerli_AssetBalance_orderBy: testoptimismgoerli_AssetBalance_orderBy; - testoptimismgoerli_Asset_filter: testoptimismgoerli_Asset_filter; - testoptimismgoerli_Asset_orderBy: testoptimismgoerli_Asset_orderBy; - testoptimismgoerli_BigDecimal: ResolverTypeWrapper; - testoptimismgoerli_BlockChangedFilter: testoptimismgoerli_BlockChangedFilter; - testoptimismgoerli_Block_height: testoptimismgoerli_Block_height; - testoptimismgoerli_Bytes: ResolverTypeWrapper; - testoptimismgoerli_DestinationTransfer: ResolverTypeWrapper; - testoptimismgoerli_DestinationTransfer_filter: testoptimismgoerli_DestinationTransfer_filter; - testoptimismgoerli_DestinationTransfer_orderBy: testoptimismgoerli_DestinationTransfer_orderBy; - testoptimismgoerli_Int8: ResolverTypeWrapper; - testoptimismgoerli_OrderDirection: testoptimismgoerli_OrderDirection; - testoptimismgoerli_OriginTransfer: ResolverTypeWrapper; - testoptimismgoerli_OriginTransfer_filter: testoptimismgoerli_OriginTransfer_filter; - testoptimismgoerli_OriginTransfer_orderBy: testoptimismgoerli_OriginTransfer_orderBy; - testoptimismgoerli_Relayer: ResolverTypeWrapper; - testoptimismgoerli_Relayer_filter: testoptimismgoerli_Relayer_filter; - testoptimismgoerli_Relayer_orderBy: testoptimismgoerli_Relayer_orderBy; - testoptimismgoerli_Router: ResolverTypeWrapper; - testoptimismgoerli_Router_filter: testoptimismgoerli_Router_filter; - testoptimismgoerli_Router_orderBy: testoptimismgoerli_Router_orderBy; - testoptimismgoerli_Setting: ResolverTypeWrapper; - testoptimismgoerli_Setting_filter: testoptimismgoerli_Setting_filter; - testoptimismgoerli_Setting_orderBy: testoptimismgoerli_Setting_orderBy; - testoptimismgoerli_SponsorVault: ResolverTypeWrapper; - testoptimismgoerli_SponsorVault_filter: testoptimismgoerli_SponsorVault_filter; - testoptimismgoerli_SponsorVault_orderBy: testoptimismgoerli_SponsorVault_orderBy; - testoptimismgoerli_StableSwap: ResolverTypeWrapper; - testoptimismgoerli_StableSwap_filter: testoptimismgoerli_StableSwap_filter; - testoptimismgoerli_StableSwap_orderBy: testoptimismgoerli_StableSwap_orderBy; - testoptimismgoerli_TransferStatus: testoptimismgoerli_TransferStatus; - testoptimismgoerli__Block_: ResolverTypeWrapper; - testoptimismgoerli__Meta_: ResolverTypeWrapper; - goerli_AggregatedMessageRoot: ResolverTypeWrapper; - goerli_AggregatedMessageRoot_filter: goerli_AggregatedMessageRoot_filter; - goerli_AggregatedMessageRoot_orderBy: goerli_AggregatedMessageRoot_orderBy; - goerli_ArbitrumConnectorMeta: ResolverTypeWrapper; - goerli_ArbitrumConnectorMeta_filter: goerli_ArbitrumConnectorMeta_filter; - goerli_ArbitrumConnectorMeta_orderBy: goerli_ArbitrumConnectorMeta_orderBy; - goerli_BigDecimal: ResolverTypeWrapper; - goerli_BlockChangedFilter: goerli_BlockChangedFilter; - goerli_Block_height: goerli_Block_height; - goerli_BnbConnectorMeta: ResolverTypeWrapper; - goerli_BnbConnectorMeta_filter: goerli_BnbConnectorMeta_filter; - goerli_BnbConnectorMeta_orderBy: goerli_BnbConnectorMeta_orderBy; - goerli_Bytes: ResolverTypeWrapper; - goerli_GnosisConnectorMeta: ResolverTypeWrapper; - goerli_GnosisConnectorMeta_filter: goerli_GnosisConnectorMeta_filter; - goerli_GnosisConnectorMeta_orderBy: goerli_GnosisConnectorMeta_orderBy; - goerli_Int8: ResolverTypeWrapper; - goerli_LineaConnectorMeta: ResolverTypeWrapper; - goerli_LineaConnectorMeta_filter: goerli_LineaConnectorMeta_filter; - goerli_LineaConnectorMeta_orderBy: goerli_LineaConnectorMeta_orderBy; - goerli_OptimismConnectorMeta: ResolverTypeWrapper; - goerli_OptimismConnectorMeta_filter: goerli_OptimismConnectorMeta_filter; - goerli_OptimismConnectorMeta_orderBy: goerli_OptimismConnectorMeta_orderBy; - goerli_OrderDirection: goerli_OrderDirection; - goerli_PolygonConnectorMeta: ResolverTypeWrapper; - goerli_PolygonConnectorMeta_filter: goerli_PolygonConnectorMeta_filter; - goerli_PolygonConnectorMeta_orderBy: goerli_PolygonConnectorMeta_orderBy; - goerli_RootAggregated: ResolverTypeWrapper; - goerli_RootAggregated_filter: goerli_RootAggregated_filter; - goerli_RootAggregated_orderBy: goerli_RootAggregated_orderBy; - goerli_RootManagerMeta: ResolverTypeWrapper; - goerli_RootManagerMeta_filter: goerli_RootManagerMeta_filter; - goerli_RootManagerMeta_orderBy: goerli_RootManagerMeta_orderBy; - goerli_RootMessageProcessed: ResolverTypeWrapper; - goerli_RootMessageProcessed_filter: goerli_RootMessageProcessed_filter; - goerli_RootMessageProcessed_orderBy: goerli_RootMessageProcessed_orderBy; - goerli_RootPropagated: ResolverTypeWrapper; - goerli_RootPropagated_filter: goerli_RootPropagated_filter; - goerli_RootPropagated_orderBy: goerli_RootPropagated_orderBy; - goerli_ZkSyncConnectorMeta: ResolverTypeWrapper; - goerli_ZkSyncConnectorMeta_filter: goerli_ZkSyncConnectorMeta_filter; - goerli_ZkSyncConnectorMeta_orderBy: goerli_ZkSyncConnectorMeta_orderBy; - goerli__Block_: ResolverTypeWrapper; - goerli__Meta_: ResolverTypeWrapper; - mainnet_AggregatedMessageRoot: ResolverTypeWrapper; - mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; - mainnet_AggregatedMessageRoot_orderBy: mainnet_AggregatedMessageRoot_orderBy; - mainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; - mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; - mainnet_ArbitrumConnectorMeta_orderBy: mainnet_ArbitrumConnectorMeta_orderBy; - mainnet_BigDecimal: ResolverTypeWrapper; - mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; - mainnet_Block_height: mainnet_Block_height; - mainnet_BnbConnectorMeta: ResolverTypeWrapper; - mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; - mainnet_BnbConnectorMeta_orderBy: mainnet_BnbConnectorMeta_orderBy; - mainnet_Bytes: ResolverTypeWrapper; - mainnet_GnosisConnectorMeta: ResolverTypeWrapper; - mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; - mainnet_GnosisConnectorMeta_orderBy: mainnet_GnosisConnectorMeta_orderBy; - mainnet_Int8: ResolverTypeWrapper; - mainnet_LineaConnectorMeta: ResolverTypeWrapper; - mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; - mainnet_LineaConnectorMeta_orderBy: mainnet_LineaConnectorMeta_orderBy; - mainnet_OptimismConnectorMeta: ResolverTypeWrapper; - mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; - mainnet_OptimismConnectorMeta_orderBy: mainnet_OptimismConnectorMeta_orderBy; - mainnet_OrderDirection: mainnet_OrderDirection; - mainnet_PolygonConnectorMeta: ResolverTypeWrapper; - mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; - mainnet_PolygonConnectorMeta_orderBy: mainnet_PolygonConnectorMeta_orderBy; - mainnet_RootAggregated: ResolverTypeWrapper; - mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; - mainnet_RootAggregated_orderBy: mainnet_RootAggregated_orderBy; - mainnet_RootManagerMeta: ResolverTypeWrapper; - mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; - mainnet_RootManagerMeta_orderBy: mainnet_RootManagerMeta_orderBy; - mainnet_RootMessageProcessed: ResolverTypeWrapper; - mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; - mainnet_RootMessageProcessed_orderBy: mainnet_RootMessageProcessed_orderBy; - mainnet_RootPropagated: ResolverTypeWrapper; - mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; - mainnet_RootPropagated_orderBy: mainnet_RootPropagated_orderBy; - mainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; - mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; - mainnet_ZkSyncConnectorMeta_orderBy: mainnet_ZkSyncConnectorMeta_orderBy; - mainnet__Block_: ResolverTypeWrapper; - mainnet__Meta_: ResolverTypeWrapper; - testgoerli_Asset: ResolverTypeWrapper; - testgoerli_AssetBalance: ResolverTypeWrapper; - testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; - testgoerli_AssetBalance_orderBy: testgoerli_AssetBalance_orderBy; - testgoerli_Asset_filter: testgoerli_Asset_filter; - testgoerli_Asset_orderBy: testgoerli_Asset_orderBy; - testgoerli_BigDecimal: ResolverTypeWrapper; - testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; - testgoerli_Block_height: testgoerli_Block_height; - testgoerli_Bytes: ResolverTypeWrapper; - testgoerli_DestinationTransfer: ResolverTypeWrapper; - testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; - testgoerli_DestinationTransfer_orderBy: testgoerli_DestinationTransfer_orderBy; - testgoerli_Int8: ResolverTypeWrapper; - testgoerli_OrderDirection: testgoerli_OrderDirection; - testgoerli_OriginTransfer: ResolverTypeWrapper; - testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; - testgoerli_OriginTransfer_orderBy: testgoerli_OriginTransfer_orderBy; - testgoerli_Relayer: ResolverTypeWrapper; - testgoerli_Relayer_filter: testgoerli_Relayer_filter; - testgoerli_Relayer_orderBy: testgoerli_Relayer_orderBy; - testgoerli_Router: ResolverTypeWrapper; - testgoerli_Router_filter: testgoerli_Router_filter; - testgoerli_Router_orderBy: testgoerli_Router_orderBy; - testgoerli_Setting: ResolverTypeWrapper; - testgoerli_Setting_filter: testgoerli_Setting_filter; - testgoerli_Setting_orderBy: testgoerli_Setting_orderBy; - testgoerli_SponsorVault: ResolverTypeWrapper; - testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; - testgoerli_SponsorVault_orderBy: testgoerli_SponsorVault_orderBy; - testgoerli_StableSwap: ResolverTypeWrapper; - testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; - testgoerli_StableSwap_orderBy: testgoerli_StableSwap_orderBy; - testgoerli_TransferStatus: testgoerli_TransferStatus; - testgoerli__Block_: ResolverTypeWrapper; - testgoerli__Meta_: ResolverTypeWrapper; - arbitrumgoerli_swap_BigDecimal: ResolverTypeWrapper; - arbitrumgoerli_swap_BlockChangedFilter: arbitrumgoerli_swap_BlockChangedFilter; - arbitrumgoerli_swap_Block_height: arbitrumgoerli_swap_Block_height; - arbitrumgoerli_swap_Bytes: ResolverTypeWrapper; - arbitrumgoerli_swap_Int8: ResolverTypeWrapper; - arbitrumgoerli_swap_LpAccount: ResolverTypeWrapper; - arbitrumgoerli_swap_LpAccountBalance: ResolverTypeWrapper; - arbitrumgoerli_swap_LpAccountBalance_filter: arbitrumgoerli_swap_LpAccountBalance_filter; - arbitrumgoerli_swap_LpAccountBalance_orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy; - arbitrumgoerli_swap_LpAccount_filter: arbitrumgoerli_swap_LpAccount_filter; - arbitrumgoerli_swap_LpAccount_orderBy: arbitrumgoerli_swap_LpAccount_orderBy; - arbitrumgoerli_swap_LpToken: ResolverTypeWrapper; - arbitrumgoerli_swap_LpTokenEvent: ResolversTypes['arbitrumgoerli_swap_LpTransferEvent']; - arbitrumgoerli_swap_LpTokenEvent_filter: arbitrumgoerli_swap_LpTokenEvent_filter; - arbitrumgoerli_swap_LpTokenEvent_orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy; - arbitrumgoerli_swap_LpToken_filter: arbitrumgoerli_swap_LpToken_filter; - arbitrumgoerli_swap_LpToken_orderBy: arbitrumgoerli_swap_LpToken_orderBy; - arbitrumgoerli_swap_LpTransferEvent: ResolverTypeWrapper; - arbitrumgoerli_swap_LpTransferEvent_filter: arbitrumgoerli_swap_LpTransferEvent_filter; - arbitrumgoerli_swap_LpTransferEvent_orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy; - arbitrumgoerli_swap_OrderDirection: arbitrumgoerli_swap_OrderDirection; - arbitrumgoerli_swap_PooledToken: ResolverTypeWrapper; - arbitrumgoerli_swap_PooledToken_filter: arbitrumgoerli_swap_PooledToken_filter; - arbitrumgoerli_swap_PooledToken_orderBy: arbitrumgoerli_swap_PooledToken_orderBy; - arbitrumgoerli_swap_StableSwap: ResolverTypeWrapper; - arbitrumgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; - arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy; - arbitrumgoerli_swap_StableSwapEvent: ResolversTypes['arbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; - arbitrumgoerli_swap_StableSwapEvent_filter: arbitrumgoerli_swap_StableSwapEvent_filter; - arbitrumgoerli_swap_StableSwapEvent_orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy; - arbitrumgoerli_swap_StableSwapExchange: ResolverTypeWrapper; - arbitrumgoerli_swap_StableSwapExchange_filter: arbitrumgoerli_swap_StableSwapExchange_filter; - arbitrumgoerli_swap_StableSwapExchange_orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy; - arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - arbitrumgoerli_swap_StableSwap_filter: arbitrumgoerli_swap_StableSwap_filter; - arbitrumgoerli_swap_StableSwap_orderBy: arbitrumgoerli_swap_StableSwap_orderBy; - arbitrumgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; - arbitrumgoerli_swap_SwapDailyVolume_filter: arbitrumgoerli_swap_SwapDailyVolume_filter; - arbitrumgoerli_swap_SwapDailyVolume_orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy; - arbitrumgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - arbitrumgoerli_swap_SwapHourlyVolume_filter: arbitrumgoerli_swap_SwapHourlyVolume_filter; - arbitrumgoerli_swap_SwapHourlyVolume_orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy; - arbitrumgoerli_swap_SwapTradeVolume: ResolversTypes['arbitrumgoerli_swap_SwapDailyVolume'] | ResolversTypes['arbitrumgoerli_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumgoerli_swap_SwapWeeklyVolume']; - arbitrumgoerli_swap_SwapTradeVolume_filter: arbitrumgoerli_swap_SwapTradeVolume_filter; - arbitrumgoerli_swap_SwapTradeVolume_orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy; - arbitrumgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - arbitrumgoerli_swap_SwapWeeklyVolume_filter: arbitrumgoerli_swap_SwapWeeklyVolume_filter; - arbitrumgoerli_swap_SwapWeeklyVolume_orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy; - arbitrumgoerli_swap_SystemInfo: ResolverTypeWrapper; - arbitrumgoerli_swap_SystemInfo_filter: arbitrumgoerli_swap_SystemInfo_filter; - arbitrumgoerli_swap_SystemInfo_orderBy: arbitrumgoerli_swap_SystemInfo_orderBy; - arbitrumgoerli_swap__Block_: ResolverTypeWrapper; - arbitrumgoerli_swap__Meta_: ResolverTypeWrapper; - mumbai_swap_BigDecimal: ResolverTypeWrapper; - mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; - mumbai_swap_Block_height: mumbai_swap_Block_height; - mumbai_swap_Bytes: ResolverTypeWrapper; - mumbai_swap_Int8: ResolverTypeWrapper; - mumbai_swap_LpAccount: ResolverTypeWrapper; - mumbai_swap_LpAccountBalance: ResolverTypeWrapper; - mumbai_swap_LpAccountBalance_filter: mumbai_swap_LpAccountBalance_filter; - mumbai_swap_LpAccountBalance_orderBy: mumbai_swap_LpAccountBalance_orderBy; - mumbai_swap_LpAccount_filter: mumbai_swap_LpAccount_filter; - mumbai_swap_LpAccount_orderBy: mumbai_swap_LpAccount_orderBy; - mumbai_swap_LpToken: ResolverTypeWrapper; - mumbai_swap_LpTokenEvent: ResolversTypes['mumbai_swap_LpTransferEvent']; - mumbai_swap_LpTokenEvent_filter: mumbai_swap_LpTokenEvent_filter; - mumbai_swap_LpTokenEvent_orderBy: mumbai_swap_LpTokenEvent_orderBy; - mumbai_swap_LpToken_filter: mumbai_swap_LpToken_filter; - mumbai_swap_LpToken_orderBy: mumbai_swap_LpToken_orderBy; - mumbai_swap_LpTransferEvent: ResolverTypeWrapper; - mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; - mumbai_swap_LpTransferEvent_orderBy: mumbai_swap_LpTransferEvent_orderBy; - mumbai_swap_OrderDirection: mumbai_swap_OrderDirection; - mumbai_swap_PooledToken: ResolverTypeWrapper; - mumbai_swap_PooledToken_filter: mumbai_swap_PooledToken_filter; - mumbai_swap_PooledToken_orderBy: mumbai_swap_PooledToken_orderBy; - mumbai_swap_StableSwap: ResolverTypeWrapper; - mumbai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - mumbai_swap_StableSwapAddLiquidityEvent_filter: mumbai_swap_StableSwapAddLiquidityEvent_filter; - mumbai_swap_StableSwapAddLiquidityEvent_orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy; - mumbai_swap_StableSwapEvent: ResolversTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; - mumbai_swap_StableSwapEvent_filter: mumbai_swap_StableSwapEvent_filter; - mumbai_swap_StableSwapEvent_orderBy: mumbai_swap_StableSwapEvent_orderBy; - mumbai_swap_StableSwapExchange: ResolverTypeWrapper; - mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; - mumbai_swap_StableSwapExchange_orderBy: mumbai_swap_StableSwapExchange_orderBy; - mumbai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - mumbai_swap_StableSwapRemoveLiquidityEvent_filter: mumbai_swap_StableSwapRemoveLiquidityEvent_filter; - mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy; - mumbai_swap_StableSwap_filter: mumbai_swap_StableSwap_filter; - mumbai_swap_StableSwap_orderBy: mumbai_swap_StableSwap_orderBy; - mumbai_swap_SwapDailyVolume: ResolverTypeWrapper; - mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; - mumbai_swap_SwapDailyVolume_orderBy: mumbai_swap_SwapDailyVolume_orderBy; - mumbai_swap_SwapHourlyVolume: ResolverTypeWrapper; - mumbai_swap_SwapHourlyVolume_filter: mumbai_swap_SwapHourlyVolume_filter; - mumbai_swap_SwapHourlyVolume_orderBy: mumbai_swap_SwapHourlyVolume_orderBy; - mumbai_swap_SwapTradeVolume: ResolversTypes['mumbai_swap_SwapDailyVolume'] | ResolversTypes['mumbai_swap_SwapHourlyVolume'] | ResolversTypes['mumbai_swap_SwapWeeklyVolume']; - mumbai_swap_SwapTradeVolume_filter: mumbai_swap_SwapTradeVolume_filter; - mumbai_swap_SwapTradeVolume_orderBy: mumbai_swap_SwapTradeVolume_orderBy; - mumbai_swap_SwapWeeklyVolume: ResolverTypeWrapper; - mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; - mumbai_swap_SwapWeeklyVolume_orderBy: mumbai_swap_SwapWeeklyVolume_orderBy; - mumbai_swap_SystemInfo: ResolverTypeWrapper; - mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; - mumbai_swap_SystemInfo_orderBy: mumbai_swap_SystemInfo_orderBy; - mumbai_swap__Block_: ResolverTypeWrapper; - mumbai_swap__Meta_: ResolverTypeWrapper; - stagingoptimismgoerli_swap_BigDecimal: ResolverTypeWrapper; - stagingoptimismgoerli_swap_BlockChangedFilter: stagingoptimismgoerli_swap_BlockChangedFilter; - stagingoptimismgoerli_swap_Block_height: stagingoptimismgoerli_swap_Block_height; - stagingoptimismgoerli_swap_Bytes: ResolverTypeWrapper; - stagingoptimismgoerli_swap_Int8: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpAccount: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpAccountBalance: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpAccountBalance_filter: stagingoptimismgoerli_swap_LpAccountBalance_filter; - stagingoptimismgoerli_swap_LpAccountBalance_orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy; - stagingoptimismgoerli_swap_LpAccount_filter: stagingoptimismgoerli_swap_LpAccount_filter; - stagingoptimismgoerli_swap_LpAccount_orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy; - stagingoptimismgoerli_swap_LpToken: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpTokenEvent: ResolversTypes['stagingoptimismgoerli_swap_LpTransferEvent']; - stagingoptimismgoerli_swap_LpTokenEvent_filter: stagingoptimismgoerli_swap_LpTokenEvent_filter; - stagingoptimismgoerli_swap_LpTokenEvent_orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy; - stagingoptimismgoerli_swap_LpToken_filter: stagingoptimismgoerli_swap_LpToken_filter; - stagingoptimismgoerli_swap_LpToken_orderBy: stagingoptimismgoerli_swap_LpToken_orderBy; - stagingoptimismgoerli_swap_LpTransferEvent: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpTransferEvent_filter: stagingoptimismgoerli_swap_LpTransferEvent_filter; - stagingoptimismgoerli_swap_LpTransferEvent_orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy; - stagingoptimismgoerli_swap_OrderDirection: stagingoptimismgoerli_swap_OrderDirection; - stagingoptimismgoerli_swap_PooledToken: ResolverTypeWrapper; - stagingoptimismgoerli_swap_PooledToken_filter: stagingoptimismgoerli_swap_PooledToken_filter; - stagingoptimismgoerli_swap_PooledToken_orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy; - stagingoptimismgoerli_swap_StableSwap: ResolverTypeWrapper; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy; - stagingoptimismgoerli_swap_StableSwapEvent: ResolversTypes['stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent']; - stagingoptimismgoerli_swap_StableSwapEvent_filter: stagingoptimismgoerli_swap_StableSwapEvent_filter; - stagingoptimismgoerli_swap_StableSwapEvent_orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy; - stagingoptimismgoerli_swap_StableSwapExchange: ResolverTypeWrapper; - stagingoptimismgoerli_swap_StableSwapExchange_filter: stagingoptimismgoerli_swap_StableSwapExchange_filter; - stagingoptimismgoerli_swap_StableSwapExchange_orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - stagingoptimismgoerli_swap_StableSwap_filter: stagingoptimismgoerli_swap_StableSwap_filter; - stagingoptimismgoerli_swap_StableSwap_orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy; - stagingoptimismgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; - stagingoptimismgoerli_swap_SwapDailyVolume_filter: stagingoptimismgoerli_swap_SwapDailyVolume_filter; - stagingoptimismgoerli_swap_SwapDailyVolume_orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy; - stagingoptimismgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - stagingoptimismgoerli_swap_SwapHourlyVolume_filter: stagingoptimismgoerli_swap_SwapHourlyVolume_filter; - stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy; - stagingoptimismgoerli_swap_SwapTradeVolume: ResolversTypes['stagingoptimismgoerli_swap_SwapDailyVolume'] | ResolversTypes['stagingoptimismgoerli_swap_SwapHourlyVolume'] | ResolversTypes['stagingoptimismgoerli_swap_SwapWeeklyVolume']; - stagingoptimismgoerli_swap_SwapTradeVolume_filter: stagingoptimismgoerli_swap_SwapTradeVolume_filter; - stagingoptimismgoerli_swap_SwapTradeVolume_orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy; - stagingoptimismgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - stagingoptimismgoerli_swap_SwapWeeklyVolume_filter: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter; - stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy; - stagingoptimismgoerli_swap_SystemInfo: ResolverTypeWrapper; - stagingoptimismgoerli_swap_SystemInfo_filter: stagingoptimismgoerli_swap_SystemInfo_filter; - stagingoptimismgoerli_swap_SystemInfo_orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy; - stagingoptimismgoerli_swap__Block_: ResolverTypeWrapper; - stagingoptimismgoerli_swap__Meta_: ResolverTypeWrapper; - goerli_swap_BigDecimal: ResolverTypeWrapper; - goerli_swap_BlockChangedFilter: goerli_swap_BlockChangedFilter; - goerli_swap_Block_height: goerli_swap_Block_height; - goerli_swap_Bytes: ResolverTypeWrapper; - goerli_swap_Int8: ResolverTypeWrapper; - goerli_swap_LpAccount: ResolverTypeWrapper; - goerli_swap_LpAccountBalance: ResolverTypeWrapper; - goerli_swap_LpAccountBalance_filter: goerli_swap_LpAccountBalance_filter; - goerli_swap_LpAccountBalance_orderBy: goerli_swap_LpAccountBalance_orderBy; - goerli_swap_LpAccount_filter: goerli_swap_LpAccount_filter; - goerli_swap_LpAccount_orderBy: goerli_swap_LpAccount_orderBy; - goerli_swap_LpToken: ResolverTypeWrapper; - goerli_swap_LpTokenEvent: ResolversTypes['goerli_swap_LpTransferEvent']; - goerli_swap_LpTokenEvent_filter: goerli_swap_LpTokenEvent_filter; - goerli_swap_LpTokenEvent_orderBy: goerli_swap_LpTokenEvent_orderBy; - goerli_swap_LpToken_filter: goerli_swap_LpToken_filter; - goerli_swap_LpToken_orderBy: goerli_swap_LpToken_orderBy; - goerli_swap_LpTransferEvent: ResolverTypeWrapper; - goerli_swap_LpTransferEvent_filter: goerli_swap_LpTransferEvent_filter; - goerli_swap_LpTransferEvent_orderBy: goerli_swap_LpTransferEvent_orderBy; - goerli_swap_OrderDirection: goerli_swap_OrderDirection; - goerli_swap_PooledToken: ResolverTypeWrapper; - goerli_swap_PooledToken_filter: goerli_swap_PooledToken_filter; - goerli_swap_PooledToken_orderBy: goerli_swap_PooledToken_orderBy; - goerli_swap_StableSwap: ResolverTypeWrapper; - goerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - goerli_swap_StableSwapAddLiquidityEvent_filter: goerli_swap_StableSwapAddLiquidityEvent_filter; - goerli_swap_StableSwapAddLiquidityEvent_orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy; - goerli_swap_StableSwapEvent: ResolversTypes['goerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['goerli_swap_StableSwapRemoveLiquidityEvent']; - goerli_swap_StableSwapEvent_filter: goerli_swap_StableSwapEvent_filter; - goerli_swap_StableSwapEvent_orderBy: goerli_swap_StableSwapEvent_orderBy; - goerli_swap_StableSwapExchange: ResolverTypeWrapper; - goerli_swap_StableSwapExchange_filter: goerli_swap_StableSwapExchange_filter; - goerli_swap_StableSwapExchange_orderBy: goerli_swap_StableSwapExchange_orderBy; - goerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - goerli_swap_StableSwapRemoveLiquidityEvent_filter: goerli_swap_StableSwapRemoveLiquidityEvent_filter; - goerli_swap_StableSwapRemoveLiquidityEvent_orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - goerli_swap_StableSwap_filter: goerli_swap_StableSwap_filter; - goerli_swap_StableSwap_orderBy: goerli_swap_StableSwap_orderBy; - goerli_swap_SwapDailyVolume: ResolverTypeWrapper; - goerli_swap_SwapDailyVolume_filter: goerli_swap_SwapDailyVolume_filter; - goerli_swap_SwapDailyVolume_orderBy: goerli_swap_SwapDailyVolume_orderBy; - goerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - goerli_swap_SwapHourlyVolume_filter: goerli_swap_SwapHourlyVolume_filter; - goerli_swap_SwapHourlyVolume_orderBy: goerli_swap_SwapHourlyVolume_orderBy; - goerli_swap_SwapTradeVolume: ResolversTypes['goerli_swap_SwapDailyVolume'] | ResolversTypes['goerli_swap_SwapHourlyVolume'] | ResolversTypes['goerli_swap_SwapWeeklyVolume']; - goerli_swap_SwapTradeVolume_filter: goerli_swap_SwapTradeVolume_filter; - goerli_swap_SwapTradeVolume_orderBy: goerli_swap_SwapTradeVolume_orderBy; - goerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - goerli_swap_SwapWeeklyVolume_filter: goerli_swap_SwapWeeklyVolume_filter; - goerli_swap_SwapWeeklyVolume_orderBy: goerli_swap_SwapWeeklyVolume_orderBy; - goerli_swap_SystemInfo: ResolverTypeWrapper; - goerli_swap_SystemInfo_filter: goerli_swap_SystemInfo_filter; - goerli_swap_SystemInfo_orderBy: goerli_swap_SystemInfo_orderBy; - goerli_swap__Block_: ResolverTypeWrapper; - goerli_swap__Meta_: ResolverTypeWrapper; - localmainnet_AggregateRootSavedSlow: ResolverTypeWrapper; - localmainnet_AggregateRootSavedSlow_filter: localmainnet_AggregateRootSavedSlow_filter; - localmainnet_AggregateRootSavedSlow_orderBy: localmainnet_AggregateRootSavedSlow_orderBy; - localmainnet_AggregatedMessageRoot: ResolverTypeWrapper; - localmainnet_AggregatedMessageRoot_filter: localmainnet_AggregatedMessageRoot_filter; - localmainnet_AggregatedMessageRoot_orderBy: localmainnet_AggregatedMessageRoot_orderBy; - localmainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; - localmainnet_ArbitrumConnectorMeta_filter: localmainnet_ArbitrumConnectorMeta_filter; - localmainnet_ArbitrumConnectorMeta_orderBy: localmainnet_ArbitrumConnectorMeta_orderBy; - localmainnet_BigDecimal: ResolverTypeWrapper; - localmainnet_BlockChangedFilter: localmainnet_BlockChangedFilter; - localmainnet_Block_height: localmainnet_Block_height; - localmainnet_BnbConnectorMeta: ResolverTypeWrapper; - localmainnet_BnbConnectorMeta_filter: localmainnet_BnbConnectorMeta_filter; - localmainnet_BnbConnectorMeta_orderBy: localmainnet_BnbConnectorMeta_orderBy; - localmainnet_Bytes: ResolverTypeWrapper; - localmainnet_GnosisConnectorMeta: ResolverTypeWrapper; - localmainnet_GnosisConnectorMeta_filter: localmainnet_GnosisConnectorMeta_filter; - localmainnet_GnosisConnectorMeta_orderBy: localmainnet_GnosisConnectorMeta_orderBy; - localmainnet_HubDomain: ResolverTypeWrapper; - localmainnet_HubDomain_filter: localmainnet_HubDomain_filter; - localmainnet_HubDomain_orderBy: localmainnet_HubDomain_orderBy; - localmainnet_HubOptimisticRootFinalized: ResolverTypeWrapper; - localmainnet_HubOptimisticRootFinalized_filter: localmainnet_HubOptimisticRootFinalized_filter; - localmainnet_HubOptimisticRootFinalized_orderBy: localmainnet_HubOptimisticRootFinalized_orderBy; - localmainnet_Int8: ResolverTypeWrapper; - localmainnet_OptimismConnectorMeta: ResolverTypeWrapper; - localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; - localmainnet_OptimismConnectorMeta_orderBy: localmainnet_OptimismConnectorMeta_orderBy; - localmainnet_OptimisticRootPropagated: ResolverTypeWrapper; - localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; - localmainnet_OptimisticRootPropagated_orderBy: localmainnet_OptimisticRootPropagated_orderBy; - localmainnet_OptimisticRootProposed: ResolverTypeWrapper; - localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; - localmainnet_OptimisticRootProposed_orderBy: localmainnet_OptimisticRootProposed_orderBy; - localmainnet_OrderDirection: localmainnet_OrderDirection; - localmainnet_PolygonConnectorMeta: ResolverTypeWrapper; - localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; - localmainnet_PolygonConnectorMeta_orderBy: localmainnet_PolygonConnectorMeta_orderBy; - localmainnet_RootAggregated: ResolverTypeWrapper; - localmainnet_RootAggregated_filter: localmainnet_RootAggregated_filter; - localmainnet_RootAggregated_orderBy: localmainnet_RootAggregated_orderBy; - localmainnet_RootManagerMeta: ResolverTypeWrapper; - localmainnet_RootManagerMeta_filter: localmainnet_RootManagerMeta_filter; - localmainnet_RootManagerMeta_orderBy: localmainnet_RootManagerMeta_orderBy; - localmainnet_RootManagerMode: ResolverTypeWrapper; - localmainnet_RootManagerMode_filter: localmainnet_RootManagerMode_filter; - localmainnet_RootManagerMode_orderBy: localmainnet_RootManagerMode_orderBy; - localmainnet_RootMessageProcessed: ResolverTypeWrapper; - localmainnet_RootMessageProcessed_filter: localmainnet_RootMessageProcessed_filter; - localmainnet_RootMessageProcessed_orderBy: localmainnet_RootMessageProcessed_orderBy; - localmainnet_RootPropagated: ResolverTypeWrapper; - localmainnet_RootPropagated_filter: localmainnet_RootPropagated_filter; - localmainnet_RootPropagated_orderBy: localmainnet_RootPropagated_orderBy; - localmainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; - localmainnet_ZkSyncConnectorMeta_filter: localmainnet_ZkSyncConnectorMeta_filter; - localmainnet_ZkSyncConnectorMeta_orderBy: localmainnet_ZkSyncConnectorMeta_orderBy; - localmainnet__Block_: ResolverTypeWrapper; - localmainnet__Meta_: ResolverTypeWrapper; - staginggoerli_swap_BigDecimal: ResolverTypeWrapper; - staginggoerli_swap_BlockChangedFilter: staginggoerli_swap_BlockChangedFilter; - staginggoerli_swap_Block_height: staginggoerli_swap_Block_height; - staginggoerli_swap_Bytes: ResolverTypeWrapper; - staginggoerli_swap_Int8: ResolverTypeWrapper; - staginggoerli_swap_LpAccount: ResolverTypeWrapper; - staginggoerli_swap_LpAccountBalance: ResolverTypeWrapper; - staginggoerli_swap_LpAccountBalance_filter: staginggoerli_swap_LpAccountBalance_filter; - staginggoerli_swap_LpAccountBalance_orderBy: staginggoerli_swap_LpAccountBalance_orderBy; - staginggoerli_swap_LpAccount_filter: staginggoerli_swap_LpAccount_filter; - staginggoerli_swap_LpAccount_orderBy: staginggoerli_swap_LpAccount_orderBy; - staginggoerli_swap_LpToken: ResolverTypeWrapper; - staginggoerli_swap_LpTokenEvent: ResolversTypes['staginggoerli_swap_LpTransferEvent']; - staginggoerli_swap_LpTokenEvent_filter: staginggoerli_swap_LpTokenEvent_filter; - staginggoerli_swap_LpTokenEvent_orderBy: staginggoerli_swap_LpTokenEvent_orderBy; - staginggoerli_swap_LpToken_filter: staginggoerli_swap_LpToken_filter; - staginggoerli_swap_LpToken_orderBy: staginggoerli_swap_LpToken_orderBy; - staginggoerli_swap_LpTransferEvent: ResolverTypeWrapper; - staginggoerli_swap_LpTransferEvent_filter: staginggoerli_swap_LpTransferEvent_filter; - staginggoerli_swap_LpTransferEvent_orderBy: staginggoerli_swap_LpTransferEvent_orderBy; - staginggoerli_swap_OrderDirection: staginggoerli_swap_OrderDirection; - staginggoerli_swap_PooledToken: ResolverTypeWrapper; - staginggoerli_swap_PooledToken_filter: staginggoerli_swap_PooledToken_filter; - staginggoerli_swap_PooledToken_orderBy: staginggoerli_swap_PooledToken_orderBy; - staginggoerli_swap_StableSwap: ResolverTypeWrapper; - staginggoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - staginggoerli_swap_StableSwapAddLiquidityEvent_filter: staginggoerli_swap_StableSwapAddLiquidityEvent_filter; - staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy; - staginggoerli_swap_StableSwapEvent: ResolversTypes['staginggoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['staginggoerli_swap_StableSwapRemoveLiquidityEvent']; - staginggoerli_swap_StableSwapEvent_filter: staginggoerli_swap_StableSwapEvent_filter; - staginggoerli_swap_StableSwapEvent_orderBy: staginggoerli_swap_StableSwapEvent_orderBy; - staginggoerli_swap_StableSwapExchange: ResolverTypeWrapper; - staginggoerli_swap_StableSwapExchange_filter: staginggoerli_swap_StableSwapExchange_filter; - staginggoerli_swap_StableSwapExchange_orderBy: staginggoerli_swap_StableSwapExchange_orderBy; - staginggoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter; - staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - staginggoerli_swap_StableSwap_filter: staginggoerli_swap_StableSwap_filter; - staginggoerli_swap_StableSwap_orderBy: staginggoerli_swap_StableSwap_orderBy; - staginggoerli_swap_SwapDailyVolume: ResolverTypeWrapper; - staginggoerli_swap_SwapDailyVolume_filter: staginggoerli_swap_SwapDailyVolume_filter; - staginggoerli_swap_SwapDailyVolume_orderBy: staginggoerli_swap_SwapDailyVolume_orderBy; - staginggoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - staginggoerli_swap_SwapHourlyVolume_filter: staginggoerli_swap_SwapHourlyVolume_filter; - staginggoerli_swap_SwapHourlyVolume_orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy; - staginggoerli_swap_SwapTradeVolume: ResolversTypes['staginggoerli_swap_SwapDailyVolume'] | ResolversTypes['staginggoerli_swap_SwapHourlyVolume'] | ResolversTypes['staginggoerli_swap_SwapWeeklyVolume']; - staginggoerli_swap_SwapTradeVolume_filter: staginggoerli_swap_SwapTradeVolume_filter; - staginggoerli_swap_SwapTradeVolume_orderBy: staginggoerli_swap_SwapTradeVolume_orderBy; - staginggoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - staginggoerli_swap_SwapWeeklyVolume_filter: staginggoerli_swap_SwapWeeklyVolume_filter; - staginggoerli_swap_SwapWeeklyVolume_orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy; - staginggoerli_swap_SystemInfo: ResolverTypeWrapper; - staginggoerli_swap_SystemInfo_filter: staginggoerli_swap_SystemInfo_filter; - staginggoerli_swap_SystemInfo_orderBy: staginggoerli_swap_SystemInfo_orderBy; - staginggoerli_swap__Block_: ResolverTypeWrapper; - staginggoerli_swap__Meta_: ResolverTypeWrapper; - stagingmumbai_swap_BigDecimal: ResolverTypeWrapper; - stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; - stagingmumbai_swap_Block_height: stagingmumbai_swap_Block_height; - stagingmumbai_swap_Bytes: ResolverTypeWrapper; - stagingmumbai_swap_Int8: ResolverTypeWrapper; - stagingmumbai_swap_LpAccount: ResolverTypeWrapper; - stagingmumbai_swap_LpAccountBalance: ResolverTypeWrapper; - stagingmumbai_swap_LpAccountBalance_filter: stagingmumbai_swap_LpAccountBalance_filter; - stagingmumbai_swap_LpAccountBalance_orderBy: stagingmumbai_swap_LpAccountBalance_orderBy; - stagingmumbai_swap_LpAccount_filter: stagingmumbai_swap_LpAccount_filter; - stagingmumbai_swap_LpAccount_orderBy: stagingmumbai_swap_LpAccount_orderBy; - stagingmumbai_swap_LpToken: ResolverTypeWrapper; - stagingmumbai_swap_LpTokenEvent: ResolversTypes['stagingmumbai_swap_LpTransferEvent']; - stagingmumbai_swap_LpTokenEvent_filter: stagingmumbai_swap_LpTokenEvent_filter; - stagingmumbai_swap_LpTokenEvent_orderBy: stagingmumbai_swap_LpTokenEvent_orderBy; - stagingmumbai_swap_LpToken_filter: stagingmumbai_swap_LpToken_filter; - stagingmumbai_swap_LpToken_orderBy: stagingmumbai_swap_LpToken_orderBy; - stagingmumbai_swap_LpTransferEvent: ResolverTypeWrapper; - stagingmumbai_swap_LpTransferEvent_filter: stagingmumbai_swap_LpTransferEvent_filter; - stagingmumbai_swap_LpTransferEvent_orderBy: stagingmumbai_swap_LpTransferEvent_orderBy; - stagingmumbai_swap_OrderDirection: stagingmumbai_swap_OrderDirection; - stagingmumbai_swap_PooledToken: ResolverTypeWrapper; - stagingmumbai_swap_PooledToken_filter: stagingmumbai_swap_PooledToken_filter; - stagingmumbai_swap_PooledToken_orderBy: stagingmumbai_swap_PooledToken_orderBy; - stagingmumbai_swap_StableSwap: ResolverTypeWrapper; - stagingmumbai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - stagingmumbai_swap_StableSwapAddLiquidityEvent_filter: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter; - stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy; - stagingmumbai_swap_StableSwapEvent: ResolversTypes['stagingmumbai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingmumbai_swap_StableSwapRemoveLiquidityEvent']; - stagingmumbai_swap_StableSwapEvent_filter: stagingmumbai_swap_StableSwapEvent_filter; - stagingmumbai_swap_StableSwapEvent_orderBy: stagingmumbai_swap_StableSwapEvent_orderBy; - stagingmumbai_swap_StableSwapExchange: ResolverTypeWrapper; - stagingmumbai_swap_StableSwapExchange_filter: stagingmumbai_swap_StableSwapExchange_filter; - stagingmumbai_swap_StableSwapExchange_orderBy: stagingmumbai_swap_StableSwapExchange_orderBy; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy; - stagingmumbai_swap_StableSwap_filter: stagingmumbai_swap_StableSwap_filter; - stagingmumbai_swap_StableSwap_orderBy: stagingmumbai_swap_StableSwap_orderBy; - stagingmumbai_swap_SwapDailyVolume: ResolverTypeWrapper; - stagingmumbai_swap_SwapDailyVolume_filter: stagingmumbai_swap_SwapDailyVolume_filter; - stagingmumbai_swap_SwapDailyVolume_orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy; - stagingmumbai_swap_SwapHourlyVolume: ResolverTypeWrapper; - stagingmumbai_swap_SwapHourlyVolume_filter: stagingmumbai_swap_SwapHourlyVolume_filter; - stagingmumbai_swap_SwapHourlyVolume_orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy; - stagingmumbai_swap_SwapTradeVolume: ResolversTypes['stagingmumbai_swap_SwapDailyVolume'] | ResolversTypes['stagingmumbai_swap_SwapHourlyVolume'] | ResolversTypes['stagingmumbai_swap_SwapWeeklyVolume']; - stagingmumbai_swap_SwapTradeVolume_filter: stagingmumbai_swap_SwapTradeVolume_filter; - stagingmumbai_swap_SwapTradeVolume_orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy; - stagingmumbai_swap_SwapWeeklyVolume: ResolverTypeWrapper; - stagingmumbai_swap_SwapWeeklyVolume_filter: stagingmumbai_swap_SwapWeeklyVolume_filter; - stagingmumbai_swap_SwapWeeklyVolume_orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy; - stagingmumbai_swap_SystemInfo: ResolverTypeWrapper; - stagingmumbai_swap_SystemInfo_filter: stagingmumbai_swap_SystemInfo_filter; - stagingmumbai_swap_SystemInfo_orderBy: stagingmumbai_swap_SystemInfo_orderBy; - stagingmumbai_swap__Block_: ResolverTypeWrapper; - stagingmumbai_swap__Meta_: ResolverTypeWrapper; - optimismgoerli_swap_BigDecimal: ResolverTypeWrapper; - optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; - optimismgoerli_swap_Block_height: optimismgoerli_swap_Block_height; - optimismgoerli_swap_Bytes: ResolverTypeWrapper; - optimismgoerli_swap_Int8: ResolverTypeWrapper; - optimismgoerli_swap_LpAccount: ResolverTypeWrapper; - optimismgoerli_swap_LpAccountBalance: ResolverTypeWrapper; - optimismgoerli_swap_LpAccountBalance_filter: optimismgoerli_swap_LpAccountBalance_filter; - optimismgoerli_swap_LpAccountBalance_orderBy: optimismgoerli_swap_LpAccountBalance_orderBy; - optimismgoerli_swap_LpAccount_filter: optimismgoerli_swap_LpAccount_filter; - optimismgoerli_swap_LpAccount_orderBy: optimismgoerli_swap_LpAccount_orderBy; - optimismgoerli_swap_LpToken: ResolverTypeWrapper; - optimismgoerli_swap_LpTokenEvent: ResolversTypes['optimismgoerli_swap_LpTransferEvent']; - optimismgoerli_swap_LpTokenEvent_filter: optimismgoerli_swap_LpTokenEvent_filter; - optimismgoerli_swap_LpTokenEvent_orderBy: optimismgoerli_swap_LpTokenEvent_orderBy; - optimismgoerli_swap_LpToken_filter: optimismgoerli_swap_LpToken_filter; - optimismgoerli_swap_LpToken_orderBy: optimismgoerli_swap_LpToken_orderBy; - optimismgoerli_swap_LpTransferEvent: ResolverTypeWrapper; - optimismgoerli_swap_LpTransferEvent_filter: optimismgoerli_swap_LpTransferEvent_filter; - optimismgoerli_swap_LpTransferEvent_orderBy: optimismgoerli_swap_LpTransferEvent_orderBy; - optimismgoerli_swap_OrderDirection: optimismgoerli_swap_OrderDirection; - optimismgoerli_swap_PooledToken: ResolverTypeWrapper; - optimismgoerli_swap_PooledToken_filter: optimismgoerli_swap_PooledToken_filter; - optimismgoerli_swap_PooledToken_orderBy: optimismgoerli_swap_PooledToken_orderBy; - optimismgoerli_swap_StableSwap: ResolverTypeWrapper; - optimismgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - optimismgoerli_swap_StableSwapAddLiquidityEvent_filter: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter; - optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy; - optimismgoerli_swap_StableSwapEvent: ResolversTypes['optimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimismgoerli_swap_StableSwapRemoveLiquidityEvent']; - optimismgoerli_swap_StableSwapEvent_filter: optimismgoerli_swap_StableSwapEvent_filter; - optimismgoerli_swap_StableSwapEvent_orderBy: optimismgoerli_swap_StableSwapEvent_orderBy; - optimismgoerli_swap_StableSwapExchange: ResolverTypeWrapper; - optimismgoerli_swap_StableSwapExchange_filter: optimismgoerli_swap_StableSwapExchange_filter; - optimismgoerli_swap_StableSwapExchange_orderBy: optimismgoerli_swap_StableSwapExchange_orderBy; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - optimismgoerli_swap_StableSwap_filter: optimismgoerli_swap_StableSwap_filter; - optimismgoerli_swap_StableSwap_orderBy: optimismgoerli_swap_StableSwap_orderBy; - optimismgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; - optimismgoerli_swap_SwapDailyVolume_filter: optimismgoerli_swap_SwapDailyVolume_filter; - optimismgoerli_swap_SwapDailyVolume_orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy; - optimismgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - optimismgoerli_swap_SwapHourlyVolume_filter: optimismgoerli_swap_SwapHourlyVolume_filter; - optimismgoerli_swap_SwapHourlyVolume_orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy; - optimismgoerli_swap_SwapTradeVolume: ResolversTypes['optimismgoerli_swap_SwapDailyVolume'] | ResolversTypes['optimismgoerli_swap_SwapHourlyVolume'] | ResolversTypes['optimismgoerli_swap_SwapWeeklyVolume']; - optimismgoerli_swap_SwapTradeVolume_filter: optimismgoerli_swap_SwapTradeVolume_filter; - optimismgoerli_swap_SwapTradeVolume_orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy; - optimismgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - optimismgoerli_swap_SwapWeeklyVolume_filter: optimismgoerli_swap_SwapWeeklyVolume_filter; - optimismgoerli_swap_SwapWeeklyVolume_orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy; - optimismgoerli_swap_SystemInfo: ResolverTypeWrapper; - optimismgoerli_swap_SystemInfo_filter: optimismgoerli_swap_SystemInfo_filter; - optimismgoerli_swap_SystemInfo_orderBy: optimismgoerli_swap_SystemInfo_orderBy; - optimismgoerli_swap__Block_: ResolverTypeWrapper; - optimismgoerli_swap__Meta_: ResolverTypeWrapper; - linea_AggregateRoot: ResolverTypeWrapper; - linea_AggregateRoot_filter: linea_AggregateRoot_filter; - linea_AggregateRoot_orderBy: linea_AggregateRoot_orderBy; - linea_Asset: ResolverTypeWrapper; - linea_AssetBalance: ResolverTypeWrapper; - linea_AssetBalance_filter: linea_AssetBalance_filter; - linea_AssetBalance_orderBy: linea_AssetBalance_orderBy; - linea_AssetStatus: ResolverTypeWrapper; - linea_AssetStatus_filter: linea_AssetStatus_filter; - linea_AssetStatus_orderBy: linea_AssetStatus_orderBy; - linea_Asset_filter: linea_Asset_filter; - linea_Asset_orderBy: linea_Asset_orderBy; - linea_BigDecimal: ResolverTypeWrapper; - linea_BlockChangedFilter: linea_BlockChangedFilter; - linea_Block_height: linea_Block_height; - linea_Bytes: ResolverTypeWrapper; - linea_ConnectorMeta: ResolverTypeWrapper; - linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; - linea_ConnectorMeta_orderBy: linea_ConnectorMeta_orderBy; - linea_DestinationTransfer: ResolverTypeWrapper; - linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; - linea_DestinationTransfer_orderBy: linea_DestinationTransfer_orderBy; - linea_OrderDirection: linea_OrderDirection; - linea_OriginMessage: ResolverTypeWrapper; - linea_OriginMessage_filter: linea_OriginMessage_filter; - linea_OriginMessage_orderBy: linea_OriginMessage_orderBy; - linea_OriginTransfer: ResolverTypeWrapper; - linea_OriginTransfer_filter: linea_OriginTransfer_filter; - linea_OriginTransfer_orderBy: linea_OriginTransfer_orderBy; - linea_Relayer: ResolverTypeWrapper; - linea_RelayerFee: ResolverTypeWrapper; - linea_RelayerFee_filter: linea_RelayerFee_filter; - linea_RelayerFee_orderBy: linea_RelayerFee_orderBy; - linea_RelayerFeesIncrease: ResolverTypeWrapper; - linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; - linea_RelayerFeesIncrease_orderBy: linea_RelayerFeesIncrease_orderBy; - linea_Relayer_filter: linea_Relayer_filter; - linea_Relayer_orderBy: linea_Relayer_orderBy; - linea_RootCount: ResolverTypeWrapper; - linea_RootCount_filter: linea_RootCount_filter; - linea_RootCount_orderBy: linea_RootCount_orderBy; - linea_RootMessageSent: ResolverTypeWrapper; - linea_RootMessageSent_filter: linea_RootMessageSent_filter; - linea_RootMessageSent_orderBy: linea_RootMessageSent_orderBy; - linea_Router: ResolverTypeWrapper; - linea_RouterDailyTVL: ResolverTypeWrapper; - linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; - linea_RouterDailyTVL_orderBy: linea_RouterDailyTVL_orderBy; - linea_RouterLiquidityEvent: ResolverTypeWrapper; - linea_RouterLiquidityEventType: linea_RouterLiquidityEventType; - linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; - linea_RouterLiquidityEvent_orderBy: linea_RouterLiquidityEvent_orderBy; - linea_Router_filter: linea_Router_filter; - linea_Router_orderBy: linea_Router_orderBy; - linea_Sequencer: ResolverTypeWrapper; - linea_Sequencer_filter: linea_Sequencer_filter; - linea_Sequencer_orderBy: linea_Sequencer_orderBy; - linea_Setting: ResolverTypeWrapper; - linea_Setting_filter: linea_Setting_filter; - linea_Setting_orderBy: linea_Setting_orderBy; - linea_SlippageUpdate: ResolverTypeWrapper; - linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; - linea_SlippageUpdate_orderBy: linea_SlippageUpdate_orderBy; - linea_TransferStatus: linea_TransferStatus; - linea__Block_: ResolverTypeWrapper; - linea__Meta_: ResolverTypeWrapper; - optimism_swap_BigDecimal: ResolverTypeWrapper; - optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; - optimism_swap_Block_height: optimism_swap_Block_height; - optimism_swap_Bytes: ResolverTypeWrapper; - optimism_swap_Int8: ResolverTypeWrapper; - optimism_swap_LpAccount: ResolverTypeWrapper; - optimism_swap_LpAccountBalance: ResolverTypeWrapper; - optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; - optimism_swap_LpAccountBalance_orderBy: optimism_swap_LpAccountBalance_orderBy; - optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; - optimism_swap_LpAccount_orderBy: optimism_swap_LpAccount_orderBy; - optimism_swap_LpToken: ResolverTypeWrapper; - optimism_swap_LpTokenEvent: ResolversTypes['optimism_swap_LpTransferEvent']; - optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; - optimism_swap_LpTokenEvent_orderBy: optimism_swap_LpTokenEvent_orderBy; - optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; - optimism_swap_LpToken_orderBy: optimism_swap_LpToken_orderBy; - optimism_swap_LpTransferEvent: ResolverTypeWrapper; - optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; - optimism_swap_LpTransferEvent_orderBy: optimism_swap_LpTransferEvent_orderBy; - optimism_swap_OrderDirection: optimism_swap_OrderDirection; - optimism_swap_PooledToken: ResolverTypeWrapper; - optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; - optimism_swap_PooledToken_orderBy: optimism_swap_PooledToken_orderBy; - optimism_swap_StableSwap: ResolverTypeWrapper; - optimism_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; - optimism_swap_StableSwapAddLiquidityEvent_orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy; - optimism_swap_StableSwapEvent: ResolversTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; - optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; - optimism_swap_StableSwapEvent_orderBy: optimism_swap_StableSwapEvent_orderBy; - optimism_swap_StableSwapExchange: ResolverTypeWrapper; - optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; - optimism_swap_StableSwapExchange_orderBy: optimism_swap_StableSwapExchange_orderBy; - optimism_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; - optimism_swap_StableSwapRemoveLiquidityEvent_orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy; - optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; - optimism_swap_StableSwap_orderBy: optimism_swap_StableSwap_orderBy; - optimism_swap_SwapDailyVolume: ResolverTypeWrapper; - optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; - optimism_swap_SwapDailyVolume_orderBy: optimism_swap_SwapDailyVolume_orderBy; - optimism_swap_SwapHourlyVolume: ResolverTypeWrapper; - optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; - optimism_swap_SwapHourlyVolume_orderBy: optimism_swap_SwapHourlyVolume_orderBy; - optimism_swap_SwapTradeVolume: ResolversTypes['optimism_swap_SwapDailyVolume'] | ResolversTypes['optimism_swap_SwapHourlyVolume'] | ResolversTypes['optimism_swap_SwapWeeklyVolume']; - optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; - optimism_swap_SwapTradeVolume_orderBy: optimism_swap_SwapTradeVolume_orderBy; - optimism_swap_SwapWeeklyVolume: ResolverTypeWrapper; - optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; - optimism_swap_SwapWeeklyVolume_orderBy: optimism_swap_SwapWeeklyVolume_orderBy; - optimism_swap_SystemInfo: ResolverTypeWrapper; - optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; - optimism_swap_SystemInfo_orderBy: optimism_swap_SystemInfo_orderBy; - optimism_swap__Block_: ResolverTypeWrapper; - optimism_swap__Meta_: ResolverTypeWrapper; - polygon_swap_BigDecimal: ResolverTypeWrapper; - polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; - polygon_swap_Block_height: polygon_swap_Block_height; - polygon_swap_Bytes: ResolverTypeWrapper; - polygon_swap_Int8: ResolverTypeWrapper; - polygon_swap_LpAccount: ResolverTypeWrapper; - polygon_swap_LpAccountBalance: ResolverTypeWrapper; - polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; - polygon_swap_LpAccountBalance_orderBy: polygon_swap_LpAccountBalance_orderBy; - polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; - polygon_swap_LpAccount_orderBy: polygon_swap_LpAccount_orderBy; - polygon_swap_LpToken: ResolverTypeWrapper; - polygon_swap_LpTokenEvent: ResolversTypes['polygon_swap_LpTransferEvent']; - polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; - polygon_swap_LpTokenEvent_orderBy: polygon_swap_LpTokenEvent_orderBy; - polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; - polygon_swap_LpToken_orderBy: polygon_swap_LpToken_orderBy; - polygon_swap_LpTransferEvent: ResolverTypeWrapper; - polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; - polygon_swap_LpTransferEvent_orderBy: polygon_swap_LpTransferEvent_orderBy; - polygon_swap_OrderDirection: polygon_swap_OrderDirection; - polygon_swap_PooledToken: ResolverTypeWrapper; - polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; - polygon_swap_PooledToken_orderBy: polygon_swap_PooledToken_orderBy; - polygon_swap_StableSwap: ResolverTypeWrapper; - polygon_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; - polygon_swap_StableSwapAddLiquidityEvent_orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy; - polygon_swap_StableSwapEvent: ResolversTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; - polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; - polygon_swap_StableSwapEvent_orderBy: polygon_swap_StableSwapEvent_orderBy; - polygon_swap_StableSwapExchange: ResolverTypeWrapper; - polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; - polygon_swap_StableSwapExchange_orderBy: polygon_swap_StableSwapExchange_orderBy; - polygon_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; - polygon_swap_StableSwapRemoveLiquidityEvent_orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy; - polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; - polygon_swap_StableSwap_orderBy: polygon_swap_StableSwap_orderBy; - polygon_swap_SwapDailyVolume: ResolverTypeWrapper; - polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; - polygon_swap_SwapDailyVolume_orderBy: polygon_swap_SwapDailyVolume_orderBy; - polygon_swap_SwapHourlyVolume: ResolverTypeWrapper; - polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; - polygon_swap_SwapHourlyVolume_orderBy: polygon_swap_SwapHourlyVolume_orderBy; - polygon_swap_SwapTradeVolume: ResolversTypes['polygon_swap_SwapDailyVolume'] | ResolversTypes['polygon_swap_SwapHourlyVolume'] | ResolversTypes['polygon_swap_SwapWeeklyVolume']; - polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; - polygon_swap_SwapTradeVolume_orderBy: polygon_swap_SwapTradeVolume_orderBy; - polygon_swap_SwapWeeklyVolume: ResolverTypeWrapper; - polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; - polygon_swap_SwapWeeklyVolume_orderBy: polygon_swap_SwapWeeklyVolume_orderBy; - polygon_swap_SystemInfo: ResolverTypeWrapper; - polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; - polygon_swap_SystemInfo_orderBy: polygon_swap_SystemInfo_orderBy; - polygon_swap__Block_: ResolverTypeWrapper; - polygon_swap__Meta_: ResolverTypeWrapper; - bnb_swap_BigDecimal: ResolverTypeWrapper; - bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; - bnb_swap_Block_height: bnb_swap_Block_height; - bnb_swap_Bytes: ResolverTypeWrapper; - bnb_swap_Int8: ResolverTypeWrapper; - bnb_swap_LpAccount: ResolverTypeWrapper; - bnb_swap_LpAccountBalance: ResolverTypeWrapper; - bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; - bnb_swap_LpAccountBalance_orderBy: bnb_swap_LpAccountBalance_orderBy; - bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; - bnb_swap_LpAccount_orderBy: bnb_swap_LpAccount_orderBy; - bnb_swap_LpToken: ResolverTypeWrapper; - bnb_swap_LpTokenEvent: ResolversTypes['bnb_swap_LpTransferEvent']; - bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; - bnb_swap_LpTokenEvent_orderBy: bnb_swap_LpTokenEvent_orderBy; - bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; - bnb_swap_LpToken_orderBy: bnb_swap_LpToken_orderBy; - bnb_swap_LpTransferEvent: ResolverTypeWrapper; - bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; - bnb_swap_LpTransferEvent_orderBy: bnb_swap_LpTransferEvent_orderBy; - bnb_swap_OrderDirection: bnb_swap_OrderDirection; - bnb_swap_PooledToken: ResolverTypeWrapper; - bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; - bnb_swap_PooledToken_orderBy: bnb_swap_PooledToken_orderBy; - bnb_swap_StableSwap: ResolverTypeWrapper; - bnb_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; - bnb_swap_StableSwapAddLiquidityEvent_orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy; - bnb_swap_StableSwapEvent: ResolversTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; - bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; - bnb_swap_StableSwapEvent_orderBy: bnb_swap_StableSwapEvent_orderBy; - bnb_swap_StableSwapExchange: ResolverTypeWrapper; - bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; - bnb_swap_StableSwapExchange_orderBy: bnb_swap_StableSwapExchange_orderBy; - bnb_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; - bnb_swap_StableSwapRemoveLiquidityEvent_orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy; - bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; - bnb_swap_StableSwap_orderBy: bnb_swap_StableSwap_orderBy; - bnb_swap_SwapDailyVolume: ResolverTypeWrapper; - bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; - bnb_swap_SwapDailyVolume_orderBy: bnb_swap_SwapDailyVolume_orderBy; - bnb_swap_SwapHourlyVolume: ResolverTypeWrapper; - bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; - bnb_swap_SwapHourlyVolume_orderBy: bnb_swap_SwapHourlyVolume_orderBy; - bnb_swap_SwapTradeVolume: ResolversTypes['bnb_swap_SwapDailyVolume'] | ResolversTypes['bnb_swap_SwapHourlyVolume'] | ResolversTypes['bnb_swap_SwapWeeklyVolume']; - bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; - bnb_swap_SwapTradeVolume_orderBy: bnb_swap_SwapTradeVolume_orderBy; - bnb_swap_SwapWeeklyVolume: ResolverTypeWrapper; - bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; - bnb_swap_SwapWeeklyVolume_orderBy: bnb_swap_SwapWeeklyVolume_orderBy; - bnb_swap_SystemInfo: ResolverTypeWrapper; - bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; - bnb_swap_SystemInfo_orderBy: bnb_swap_SystemInfo_orderBy; - bnb_swap__Block_: ResolverTypeWrapper; - bnb_swap__Meta_: ResolverTypeWrapper; - lineagoerli_AggregateRoot: ResolverTypeWrapper; - lineagoerli_AggregateRoot_filter: lineagoerli_AggregateRoot_filter; - lineagoerli_AggregateRoot_orderBy: lineagoerli_AggregateRoot_orderBy; - lineagoerli_Asset: ResolverTypeWrapper; - lineagoerli_AssetBalance: ResolverTypeWrapper; - lineagoerli_AssetBalance_filter: lineagoerli_AssetBalance_filter; - lineagoerli_AssetBalance_orderBy: lineagoerli_AssetBalance_orderBy; - lineagoerli_AssetStatus: ResolverTypeWrapper; - lineagoerli_AssetStatus_filter: lineagoerli_AssetStatus_filter; - lineagoerli_AssetStatus_orderBy: lineagoerli_AssetStatus_orderBy; - lineagoerli_Asset_filter: lineagoerli_Asset_filter; - lineagoerli_Asset_orderBy: lineagoerli_Asset_orderBy; - lineagoerli_BigDecimal: ResolverTypeWrapper; - lineagoerli_BlockChangedFilter: lineagoerli_BlockChangedFilter; - lineagoerli_Block_height: lineagoerli_Block_height; - lineagoerli_Bytes: ResolverTypeWrapper; - lineagoerli_ConnectorMeta: ResolverTypeWrapper; - lineagoerli_ConnectorMeta_filter: lineagoerli_ConnectorMeta_filter; - lineagoerli_ConnectorMeta_orderBy: lineagoerli_ConnectorMeta_orderBy; - lineagoerli_DestinationTransfer: ResolverTypeWrapper; - lineagoerli_DestinationTransfer_filter: lineagoerli_DestinationTransfer_filter; - lineagoerli_DestinationTransfer_orderBy: lineagoerli_DestinationTransfer_orderBy; - lineagoerli_OrderDirection: lineagoerli_OrderDirection; - lineagoerli_OriginMessage: ResolverTypeWrapper; - lineagoerli_OriginMessage_filter: lineagoerli_OriginMessage_filter; - lineagoerli_OriginMessage_orderBy: lineagoerli_OriginMessage_orderBy; - lineagoerli_OriginTransfer: ResolverTypeWrapper; - lineagoerli_OriginTransfer_filter: lineagoerli_OriginTransfer_filter; - lineagoerli_OriginTransfer_orderBy: lineagoerli_OriginTransfer_orderBy; - lineagoerli_Relayer: ResolverTypeWrapper; - lineagoerli_RelayerFee: ResolverTypeWrapper; - lineagoerli_RelayerFee_filter: lineagoerli_RelayerFee_filter; - lineagoerli_RelayerFee_orderBy: lineagoerli_RelayerFee_orderBy; - lineagoerli_RelayerFeesIncrease: ResolverTypeWrapper; - lineagoerli_RelayerFeesIncrease_filter: lineagoerli_RelayerFeesIncrease_filter; - lineagoerli_RelayerFeesIncrease_orderBy: lineagoerli_RelayerFeesIncrease_orderBy; - lineagoerli_Relayer_filter: lineagoerli_Relayer_filter; - lineagoerli_Relayer_orderBy: lineagoerli_Relayer_orderBy; - lineagoerli_RootCount: ResolverTypeWrapper; - lineagoerli_RootCount_filter: lineagoerli_RootCount_filter; - lineagoerli_RootCount_orderBy: lineagoerli_RootCount_orderBy; - lineagoerli_RootMessageSent: ResolverTypeWrapper; - lineagoerli_RootMessageSent_filter: lineagoerli_RootMessageSent_filter; - lineagoerli_RootMessageSent_orderBy: lineagoerli_RootMessageSent_orderBy; - lineagoerli_Router: ResolverTypeWrapper; - lineagoerli_RouterDailyTVL: ResolverTypeWrapper; - lineagoerli_RouterDailyTVL_filter: lineagoerli_RouterDailyTVL_filter; - lineagoerli_RouterDailyTVL_orderBy: lineagoerli_RouterDailyTVL_orderBy; - lineagoerli_Router_filter: lineagoerli_Router_filter; - lineagoerli_Router_orderBy: lineagoerli_Router_orderBy; - lineagoerli_Sequencer: ResolverTypeWrapper; - lineagoerli_Sequencer_filter: lineagoerli_Sequencer_filter; - lineagoerli_Sequencer_orderBy: lineagoerli_Sequencer_orderBy; - lineagoerli_Setting: ResolverTypeWrapper; - lineagoerli_Setting_filter: lineagoerli_Setting_filter; - lineagoerli_Setting_orderBy: lineagoerli_Setting_orderBy; - lineagoerli_SlippageUpdate: ResolverTypeWrapper; - lineagoerli_SlippageUpdate_filter: lineagoerli_SlippageUpdate_filter; - lineagoerli_SlippageUpdate_orderBy: lineagoerli_SlippageUpdate_orderBy; - lineagoerli_TransferStatus: lineagoerli_TransferStatus; - lineagoerli__Block_: ResolverTypeWrapper; - lineagoerli__Meta_: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_BigDecimal: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_BlockChangedFilter: stagingarbitrumgoerli_swap_BlockChangedFilter; - stagingarbitrumgoerli_swap_Block_height: stagingarbitrumgoerli_swap_Block_height; - stagingarbitrumgoerli_swap_Bytes: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_Int8: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_LpAccount: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_LpAccountBalance: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_LpAccountBalance_filter: stagingarbitrumgoerli_swap_LpAccountBalance_filter; - stagingarbitrumgoerli_swap_LpAccountBalance_orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy; - stagingarbitrumgoerli_swap_LpAccount_filter: stagingarbitrumgoerli_swap_LpAccount_filter; - stagingarbitrumgoerli_swap_LpAccount_orderBy: stagingarbitrumgoerli_swap_LpAccount_orderBy; - stagingarbitrumgoerli_swap_LpToken: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_LpTokenEvent: ResolversTypes['stagingarbitrumgoerli_swap_LpTransferEvent']; - stagingarbitrumgoerli_swap_LpTokenEvent_filter: stagingarbitrumgoerli_swap_LpTokenEvent_filter; - stagingarbitrumgoerli_swap_LpTokenEvent_orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy; - stagingarbitrumgoerli_swap_LpToken_filter: stagingarbitrumgoerli_swap_LpToken_filter; - stagingarbitrumgoerli_swap_LpToken_orderBy: stagingarbitrumgoerli_swap_LpToken_orderBy; - stagingarbitrumgoerli_swap_LpTransferEvent: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_LpTransferEvent_filter: stagingarbitrumgoerli_swap_LpTransferEvent_filter; - stagingarbitrumgoerli_swap_LpTransferEvent_orderBy: stagingarbitrumgoerli_swap_LpTransferEvent_orderBy; - stagingarbitrumgoerli_swap_OrderDirection: stagingarbitrumgoerli_swap_OrderDirection; - stagingarbitrumgoerli_swap_PooledToken: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_PooledToken_filter: stagingarbitrumgoerli_swap_PooledToken_filter; - stagingarbitrumgoerli_swap_PooledToken_orderBy: stagingarbitrumgoerli_swap_PooledToken_orderBy; - stagingarbitrumgoerli_swap_StableSwap: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; - stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy; - stagingarbitrumgoerli_swap_StableSwapEvent: ResolversTypes['stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; - stagingarbitrumgoerli_swap_StableSwapEvent_filter: stagingarbitrumgoerli_swap_StableSwapEvent_filter; - stagingarbitrumgoerli_swap_StableSwapEvent_orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy; - stagingarbitrumgoerli_swap_StableSwapExchange: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_StableSwapExchange_filter: stagingarbitrumgoerli_swap_StableSwapExchange_filter; - stagingarbitrumgoerli_swap_StableSwapExchange_orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy; - stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - stagingarbitrumgoerli_swap_StableSwap_filter: stagingarbitrumgoerli_swap_StableSwap_filter; - stagingarbitrumgoerli_swap_StableSwap_orderBy: stagingarbitrumgoerli_swap_StableSwap_orderBy; - stagingarbitrumgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_SwapDailyVolume_filter: stagingarbitrumgoerli_swap_SwapDailyVolume_filter; - stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy; - stagingarbitrumgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_SwapHourlyVolume_filter: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter; - stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy; - stagingarbitrumgoerli_swap_SwapTradeVolume: ResolversTypes['stagingarbitrumgoerli_swap_SwapDailyVolume'] | ResolversTypes['stagingarbitrumgoerli_swap_SwapHourlyVolume'] | ResolversTypes['stagingarbitrumgoerli_swap_SwapWeeklyVolume']; - stagingarbitrumgoerli_swap_SwapTradeVolume_filter: stagingarbitrumgoerli_swap_SwapTradeVolume_filter; - stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy: stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy; - stagingarbitrumgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter; - stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy; - stagingarbitrumgoerli_swap_SystemInfo: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_SystemInfo_filter: stagingarbitrumgoerli_swap_SystemInfo_filter; - stagingarbitrumgoerli_swap_SystemInfo_orderBy: stagingarbitrumgoerli_swap_SystemInfo_orderBy; - stagingarbitrumgoerli_swap__Block_: ResolverTypeWrapper; - stagingarbitrumgoerli_swap__Meta_: ResolverTypeWrapper; - arbitrumone_swap_BigDecimal: ResolverTypeWrapper; - arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; - arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; - arbitrumone_swap_Bytes: ResolverTypeWrapper; - arbitrumone_swap_Int8: ResolverTypeWrapper; - arbitrumone_swap_LpAccount: ResolverTypeWrapper; - arbitrumone_swap_LpAccountBalance: ResolverTypeWrapper; - arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; - arbitrumone_swap_LpAccountBalance_orderBy: arbitrumone_swap_LpAccountBalance_orderBy; - arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; - arbitrumone_swap_LpAccount_orderBy: arbitrumone_swap_LpAccount_orderBy; - arbitrumone_swap_LpToken: ResolverTypeWrapper; - arbitrumone_swap_LpTokenEvent: ResolversTypes['arbitrumone_swap_LpTransferEvent']; - arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; - arbitrumone_swap_LpTokenEvent_orderBy: arbitrumone_swap_LpTokenEvent_orderBy; - arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; - arbitrumone_swap_LpToken_orderBy: arbitrumone_swap_LpToken_orderBy; - arbitrumone_swap_LpTransferEvent: ResolverTypeWrapper; - arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; - arbitrumone_swap_LpTransferEvent_orderBy: arbitrumone_swap_LpTransferEvent_orderBy; - arbitrumone_swap_OrderDirection: arbitrumone_swap_OrderDirection; - arbitrumone_swap_PooledToken: ResolverTypeWrapper; - arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; - arbitrumone_swap_PooledToken_orderBy: arbitrumone_swap_PooledToken_orderBy; - arbitrumone_swap_StableSwap: ResolverTypeWrapper; - arbitrumone_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; - arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy; - arbitrumone_swap_StableSwapEvent: ResolversTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; - arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; - arbitrumone_swap_StableSwapEvent_orderBy: arbitrumone_swap_StableSwapEvent_orderBy; - arbitrumone_swap_StableSwapExchange: ResolverTypeWrapper; - arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; - arbitrumone_swap_StableSwapExchange_orderBy: arbitrumone_swap_StableSwapExchange_orderBy; - arbitrumone_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy; - arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; - arbitrumone_swap_StableSwap_orderBy: arbitrumone_swap_StableSwap_orderBy; - arbitrumone_swap_SwapDailyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; - arbitrumone_swap_SwapDailyVolume_orderBy: arbitrumone_swap_SwapDailyVolume_orderBy; - arbitrumone_swap_SwapHourlyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; - arbitrumone_swap_SwapHourlyVolume_orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy; - arbitrumone_swap_SwapTradeVolume: ResolversTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumone_swap_SwapWeeklyVolume']; - arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; - arbitrumone_swap_SwapTradeVolume_orderBy: arbitrumone_swap_SwapTradeVolume_orderBy; - arbitrumone_swap_SwapWeeklyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; - arbitrumone_swap_SwapWeeklyVolume_orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy; - arbitrumone_swap_SystemInfo: ResolverTypeWrapper; - arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; - arbitrumone_swap_SystemInfo_orderBy: arbitrumone_swap_SystemInfo_orderBy; - arbitrumone_swap__Block_: ResolverTypeWrapper; - arbitrumone_swap__Meta_: ResolverTypeWrapper; - xdai_swap_BigDecimal: ResolverTypeWrapper; - xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; - xdai_swap_Block_height: xdai_swap_Block_height; - xdai_swap_Bytes: ResolverTypeWrapper; - xdai_swap_Int8: ResolverTypeWrapper; - xdai_swap_LpAccount: ResolverTypeWrapper; - xdai_swap_LpAccountBalance: ResolverTypeWrapper; - xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; - xdai_swap_LpAccountBalance_orderBy: xdai_swap_LpAccountBalance_orderBy; - xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; - xdai_swap_LpAccount_orderBy: xdai_swap_LpAccount_orderBy; - xdai_swap_LpToken: ResolverTypeWrapper; - xdai_swap_LpTokenEvent: ResolversTypes['xdai_swap_LpTransferEvent']; - xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; - xdai_swap_LpTokenEvent_orderBy: xdai_swap_LpTokenEvent_orderBy; - xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; - xdai_swap_LpToken_orderBy: xdai_swap_LpToken_orderBy; - xdai_swap_LpTransferEvent: ResolverTypeWrapper; - xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; - xdai_swap_LpTransferEvent_orderBy: xdai_swap_LpTransferEvent_orderBy; - xdai_swap_OrderDirection: xdai_swap_OrderDirection; - xdai_swap_PooledToken: ResolverTypeWrapper; - xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; - xdai_swap_PooledToken_orderBy: xdai_swap_PooledToken_orderBy; - xdai_swap_StableSwap: ResolverTypeWrapper; - xdai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; - xdai_swap_StableSwapAddLiquidityEvent_orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy; - xdai_swap_StableSwapEvent: ResolversTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; - xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; - xdai_swap_StableSwapEvent_orderBy: xdai_swap_StableSwapEvent_orderBy; - xdai_swap_StableSwapExchange: ResolverTypeWrapper; - xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; - xdai_swap_StableSwapExchange_orderBy: xdai_swap_StableSwapExchange_orderBy; - xdai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; - xdai_swap_StableSwapRemoveLiquidityEvent_orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy; - xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; - xdai_swap_StableSwap_orderBy: xdai_swap_StableSwap_orderBy; - xdai_swap_SwapDailyVolume: ResolverTypeWrapper; - xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; - xdai_swap_SwapDailyVolume_orderBy: xdai_swap_SwapDailyVolume_orderBy; - xdai_swap_SwapHourlyVolume: ResolverTypeWrapper; - xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; - xdai_swap_SwapHourlyVolume_orderBy: xdai_swap_SwapHourlyVolume_orderBy; - xdai_swap_SwapTradeVolume: ResolversTypes['xdai_swap_SwapDailyVolume'] | ResolversTypes['xdai_swap_SwapHourlyVolume'] | ResolversTypes['xdai_swap_SwapWeeklyVolume']; - xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; - xdai_swap_SwapTradeVolume_orderBy: xdai_swap_SwapTradeVolume_orderBy; - xdai_swap_SwapWeeklyVolume: ResolverTypeWrapper; - xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; - xdai_swap_SwapWeeklyVolume_orderBy: xdai_swap_SwapWeeklyVolume_orderBy; - xdai_swap_SystemInfo: ResolverTypeWrapper; - xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; - xdai_swap_SystemInfo_orderBy: xdai_swap_SystemInfo_orderBy; - xdai_swap__Block_: ResolverTypeWrapper; - xdai_swap__Meta_: ResolverTypeWrapper; - linea_swap_BigDecimal: ResolverTypeWrapper; - linea_swap_BlockChangedFilter: linea_swap_BlockChangedFilter; - linea_swap_Block_height: linea_swap_Block_height; - linea_swap_Bytes: ResolverTypeWrapper; - linea_swap_LpAccount: ResolverTypeWrapper; - linea_swap_LpAccountBalance: ResolverTypeWrapper; - linea_swap_LpAccountBalance_filter: linea_swap_LpAccountBalance_filter; - linea_swap_LpAccountBalance_orderBy: linea_swap_LpAccountBalance_orderBy; - linea_swap_LpAccount_filter: linea_swap_LpAccount_filter; - linea_swap_LpAccount_orderBy: linea_swap_LpAccount_orderBy; - linea_swap_LpToken: ResolverTypeWrapper; - linea_swap_LpTokenEvent: ResolversTypes['linea_swap_LpTransferEvent']; - linea_swap_LpTokenEvent_filter: linea_swap_LpTokenEvent_filter; - linea_swap_LpTokenEvent_orderBy: linea_swap_LpTokenEvent_orderBy; - linea_swap_LpToken_filter: linea_swap_LpToken_filter; - linea_swap_LpToken_orderBy: linea_swap_LpToken_orderBy; - linea_swap_LpTransferEvent: ResolverTypeWrapper; - linea_swap_LpTransferEvent_filter: linea_swap_LpTransferEvent_filter; - linea_swap_LpTransferEvent_orderBy: linea_swap_LpTransferEvent_orderBy; - linea_swap_OrderDirection: linea_swap_OrderDirection; - linea_swap_PooledToken: ResolverTypeWrapper; - linea_swap_PooledToken_filter: linea_swap_PooledToken_filter; - linea_swap_PooledToken_orderBy: linea_swap_PooledToken_orderBy; - linea_swap_StableSwap: ResolverTypeWrapper; - linea_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - linea_swap_StableSwapAddLiquidityEvent_filter: linea_swap_StableSwapAddLiquidityEvent_filter; - linea_swap_StableSwapAddLiquidityEvent_orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy; - linea_swap_StableSwapEvent: ResolversTypes['linea_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['linea_swap_StableSwapRemoveLiquidityEvent']; - linea_swap_StableSwapEvent_filter: linea_swap_StableSwapEvent_filter; - linea_swap_StableSwapEvent_orderBy: linea_swap_StableSwapEvent_orderBy; - linea_swap_StableSwapExchange: ResolverTypeWrapper; - linea_swap_StableSwapExchange_filter: linea_swap_StableSwapExchange_filter; - linea_swap_StableSwapExchange_orderBy: linea_swap_StableSwapExchange_orderBy; - linea_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - linea_swap_StableSwapRemoveLiquidityEvent_filter: linea_swap_StableSwapRemoveLiquidityEvent_filter; - linea_swap_StableSwapRemoveLiquidityEvent_orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy; - linea_swap_StableSwap_filter: linea_swap_StableSwap_filter; - linea_swap_StableSwap_orderBy: linea_swap_StableSwap_orderBy; - linea_swap_SwapDailyVolume: ResolverTypeWrapper; - linea_swap_SwapDailyVolume_filter: linea_swap_SwapDailyVolume_filter; - linea_swap_SwapDailyVolume_orderBy: linea_swap_SwapDailyVolume_orderBy; - linea_swap_SwapHourlyVolume: ResolverTypeWrapper; - linea_swap_SwapHourlyVolume_filter: linea_swap_SwapHourlyVolume_filter; - linea_swap_SwapHourlyVolume_orderBy: linea_swap_SwapHourlyVolume_orderBy; - linea_swap_SwapTradeVolume: ResolversTypes['linea_swap_SwapDailyVolume'] | ResolversTypes['linea_swap_SwapHourlyVolume'] | ResolversTypes['linea_swap_SwapWeeklyVolume']; - linea_swap_SwapTradeVolume_filter: linea_swap_SwapTradeVolume_filter; - linea_swap_SwapTradeVolume_orderBy: linea_swap_SwapTradeVolume_orderBy; - linea_swap_SwapWeeklyVolume: ResolverTypeWrapper; - linea_swap_SwapWeeklyVolume_filter: linea_swap_SwapWeeklyVolume_filter; - linea_swap_SwapWeeklyVolume_orderBy: linea_swap_SwapWeeklyVolume_orderBy; - linea_swap_SystemInfo: ResolverTypeWrapper; - linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; - linea_swap_SystemInfo_orderBy: linea_swap_SystemInfo_orderBy; - linea_swap__Block_: ResolverTypeWrapper; - linea_swap__Meta_: ResolverTypeWrapper; - stagingmumbai_AggregateRoot: ResolverTypeWrapper; - stagingmumbai_AggregateRootProposed: ResolverTypeWrapper; - stagingmumbai_AggregateRootProposed_filter: stagingmumbai_AggregateRootProposed_filter; - stagingmumbai_AggregateRootProposed_orderBy: stagingmumbai_AggregateRootProposed_orderBy; - stagingmumbai_AggregateRoot_filter: stagingmumbai_AggregateRoot_filter; - stagingmumbai_AggregateRoot_orderBy: stagingmumbai_AggregateRoot_orderBy; - stagingmumbai_Asset: ResolverTypeWrapper; - stagingmumbai_AssetBalance: ResolverTypeWrapper; - stagingmumbai_AssetBalance_filter: stagingmumbai_AssetBalance_filter; - stagingmumbai_AssetBalance_orderBy: stagingmumbai_AssetBalance_orderBy; - stagingmumbai_AssetStatus: ResolverTypeWrapper; - stagingmumbai_AssetStatus_filter: stagingmumbai_AssetStatus_filter; - stagingmumbai_AssetStatus_orderBy: stagingmumbai_AssetStatus_orderBy; - stagingmumbai_Asset_filter: stagingmumbai_Asset_filter; - stagingmumbai_Asset_orderBy: stagingmumbai_Asset_orderBy; - stagingmumbai_BigDecimal: ResolverTypeWrapper; - stagingmumbai_BlockChangedFilter: stagingmumbai_BlockChangedFilter; - stagingmumbai_Block_height: stagingmumbai_Block_height; - stagingmumbai_Bytes: ResolverTypeWrapper; - stagingmumbai_ConnectorMeta: ResolverTypeWrapper; - stagingmumbai_ConnectorMeta_filter: stagingmumbai_ConnectorMeta_filter; - stagingmumbai_ConnectorMeta_orderBy: stagingmumbai_ConnectorMeta_orderBy; - stagingmumbai_DestinationTransfer: ResolverTypeWrapper; - stagingmumbai_DestinationTransfer_filter: stagingmumbai_DestinationTransfer_filter; - stagingmumbai_DestinationTransfer_orderBy: stagingmumbai_DestinationTransfer_orderBy; - stagingmumbai_Int8: ResolverTypeWrapper; - stagingmumbai_OptimisticRootFinalized: ResolverTypeWrapper; - stagingmumbai_OptimisticRootFinalized_filter: stagingmumbai_OptimisticRootFinalized_filter; - stagingmumbai_OptimisticRootFinalized_orderBy: stagingmumbai_OptimisticRootFinalized_orderBy; - stagingmumbai_OrderDirection: stagingmumbai_OrderDirection; - stagingmumbai_OriginMessage: ResolverTypeWrapper; - stagingmumbai_OriginMessage_filter: stagingmumbai_OriginMessage_filter; - stagingmumbai_OriginMessage_orderBy: stagingmumbai_OriginMessage_orderBy; - stagingmumbai_OriginTransfer: ResolverTypeWrapper; - stagingmumbai_OriginTransfer_filter: stagingmumbai_OriginTransfer_filter; - stagingmumbai_OriginTransfer_orderBy: stagingmumbai_OriginTransfer_orderBy; - stagingmumbai_Relayer: ResolverTypeWrapper; - stagingmumbai_RelayerFee: ResolverTypeWrapper; - stagingmumbai_RelayerFee_filter: stagingmumbai_RelayerFee_filter; - stagingmumbai_RelayerFee_orderBy: stagingmumbai_RelayerFee_orderBy; - stagingmumbai_RelayerFeesIncrease: ResolverTypeWrapper; - stagingmumbai_RelayerFeesIncrease_filter: stagingmumbai_RelayerFeesIncrease_filter; - stagingmumbai_RelayerFeesIncrease_orderBy: stagingmumbai_RelayerFeesIncrease_orderBy; - stagingmumbai_Relayer_filter: stagingmumbai_Relayer_filter; - stagingmumbai_Relayer_orderBy: stagingmumbai_Relayer_orderBy; - stagingmumbai_RootCount: ResolverTypeWrapper; - stagingmumbai_RootCount_filter: stagingmumbai_RootCount_filter; - stagingmumbai_RootCount_orderBy: stagingmumbai_RootCount_orderBy; - stagingmumbai_RootMessageSent: ResolverTypeWrapper; - stagingmumbai_RootMessageSent_filter: stagingmumbai_RootMessageSent_filter; - stagingmumbai_RootMessageSent_orderBy: stagingmumbai_RootMessageSent_orderBy; - stagingmumbai_Router: ResolverTypeWrapper; - stagingmumbai_RouterDailyTVL: ResolverTypeWrapper; - stagingmumbai_RouterDailyTVL_filter: stagingmumbai_RouterDailyTVL_filter; - stagingmumbai_RouterDailyTVL_orderBy: stagingmumbai_RouterDailyTVL_orderBy; - stagingmumbai_Router_filter: stagingmumbai_Router_filter; - stagingmumbai_Router_orderBy: stagingmumbai_Router_orderBy; - stagingmumbai_Sequencer: ResolverTypeWrapper; - stagingmumbai_Sequencer_filter: stagingmumbai_Sequencer_filter; - stagingmumbai_Sequencer_orderBy: stagingmumbai_Sequencer_orderBy; - stagingmumbai_Setting: ResolverTypeWrapper; - stagingmumbai_Setting_filter: stagingmumbai_Setting_filter; - stagingmumbai_Setting_orderBy: stagingmumbai_Setting_orderBy; - stagingmumbai_SlippageUpdate: ResolverTypeWrapper; - stagingmumbai_SlippageUpdate_filter: stagingmumbai_SlippageUpdate_filter; - stagingmumbai_SlippageUpdate_orderBy: stagingmumbai_SlippageUpdate_orderBy; - stagingmumbai_SnapshotRoot: ResolverTypeWrapper; - stagingmumbai_SnapshotRoot_filter: stagingmumbai_SnapshotRoot_filter; - stagingmumbai_SnapshotRoot_orderBy: stagingmumbai_SnapshotRoot_orderBy; - stagingmumbai_SpokeConnectorMode: ResolverTypeWrapper; - stagingmumbai_SpokeConnectorMode_filter: stagingmumbai_SpokeConnectorMode_filter; - stagingmumbai_SpokeConnectorMode_orderBy: stagingmumbai_SpokeConnectorMode_orderBy; - stagingmumbai_TransferStatus: stagingmumbai_TransferStatus; - stagingmumbai__Block_: ResolverTypeWrapper; - stagingmumbai__Meta_: ResolverTypeWrapper; - optimismgoerli_AggregateRoot: ResolverTypeWrapper; - optimismgoerli_AggregateRoot_filter: optimismgoerli_AggregateRoot_filter; - optimismgoerli_AggregateRoot_orderBy: optimismgoerli_AggregateRoot_orderBy; - optimismgoerli_Asset: ResolverTypeWrapper; - optimismgoerli_AssetBalance: ResolverTypeWrapper; - optimismgoerli_AssetBalance_filter: optimismgoerli_AssetBalance_filter; - optimismgoerli_AssetBalance_orderBy: optimismgoerli_AssetBalance_orderBy; - optimismgoerli_AssetStatus: ResolverTypeWrapper; - optimismgoerli_AssetStatus_filter: optimismgoerli_AssetStatus_filter; - optimismgoerli_AssetStatus_orderBy: optimismgoerli_AssetStatus_orderBy; - optimismgoerli_Asset_filter: optimismgoerli_Asset_filter; - optimismgoerli_Asset_orderBy: optimismgoerli_Asset_orderBy; - optimismgoerli_BigDecimal: ResolverTypeWrapper; - optimismgoerli_BlockChangedFilter: optimismgoerli_BlockChangedFilter; - optimismgoerli_Block_height: optimismgoerli_Block_height; - optimismgoerli_Bytes: ResolverTypeWrapper; - optimismgoerli_ConnectorMeta: ResolverTypeWrapper; - optimismgoerli_ConnectorMeta_filter: optimismgoerli_ConnectorMeta_filter; - optimismgoerli_ConnectorMeta_orderBy: optimismgoerli_ConnectorMeta_orderBy; - optimismgoerli_DestinationTransfer: ResolverTypeWrapper; - optimismgoerli_DestinationTransfer_filter: optimismgoerli_DestinationTransfer_filter; - optimismgoerli_DestinationTransfer_orderBy: optimismgoerli_DestinationTransfer_orderBy; - optimismgoerli_Int8: ResolverTypeWrapper; - optimismgoerli_OrderDirection: optimismgoerli_OrderDirection; - optimismgoerli_OriginMessage: ResolverTypeWrapper; - optimismgoerli_OriginMessage_filter: optimismgoerli_OriginMessage_filter; - optimismgoerli_OriginMessage_orderBy: optimismgoerli_OriginMessage_orderBy; - optimismgoerli_OriginTransfer: ResolverTypeWrapper; - optimismgoerli_OriginTransfer_filter: optimismgoerli_OriginTransfer_filter; - optimismgoerli_OriginTransfer_orderBy: optimismgoerli_OriginTransfer_orderBy; - optimismgoerli_Relayer: ResolverTypeWrapper; - optimismgoerli_RelayerFee: ResolverTypeWrapper; - optimismgoerli_RelayerFee_filter: optimismgoerli_RelayerFee_filter; - optimismgoerli_RelayerFee_orderBy: optimismgoerli_RelayerFee_orderBy; - optimismgoerli_RelayerFeesIncrease: ResolverTypeWrapper; - optimismgoerli_RelayerFeesIncrease_filter: optimismgoerli_RelayerFeesIncrease_filter; - optimismgoerli_RelayerFeesIncrease_orderBy: optimismgoerli_RelayerFeesIncrease_orderBy; - optimismgoerli_Relayer_filter: optimismgoerli_Relayer_filter; - optimismgoerli_Relayer_orderBy: optimismgoerli_Relayer_orderBy; - optimismgoerli_RootCount: ResolverTypeWrapper; - optimismgoerli_RootCount_filter: optimismgoerli_RootCount_filter; - optimismgoerli_RootCount_orderBy: optimismgoerli_RootCount_orderBy; - optimismgoerli_RootMessageSent: ResolverTypeWrapper; - optimismgoerli_RootMessageSent_filter: optimismgoerli_RootMessageSent_filter; - optimismgoerli_RootMessageSent_orderBy: optimismgoerli_RootMessageSent_orderBy; - optimismgoerli_Router: ResolverTypeWrapper; - optimismgoerli_RouterDailyTVL: ResolverTypeWrapper; - optimismgoerli_RouterDailyTVL_filter: optimismgoerli_RouterDailyTVL_filter; - optimismgoerli_RouterDailyTVL_orderBy: optimismgoerli_RouterDailyTVL_orderBy; - optimismgoerli_RouterLiquidityEvent: ResolverTypeWrapper; - optimismgoerli_RouterLiquidityEventType: optimismgoerli_RouterLiquidityEventType; - optimismgoerli_RouterLiquidityEvent_filter: optimismgoerli_RouterLiquidityEvent_filter; - optimismgoerli_RouterLiquidityEvent_orderBy: optimismgoerli_RouterLiquidityEvent_orderBy; - optimismgoerli_Router_filter: optimismgoerli_Router_filter; - optimismgoerli_Router_orderBy: optimismgoerli_Router_orderBy; - optimismgoerli_Sequencer: ResolverTypeWrapper; - optimismgoerli_Sequencer_filter: optimismgoerli_Sequencer_filter; - optimismgoerli_Sequencer_orderBy: optimismgoerli_Sequencer_orderBy; - optimismgoerli_Setting: ResolverTypeWrapper; - optimismgoerli_Setting_filter: optimismgoerli_Setting_filter; - optimismgoerli_Setting_orderBy: optimismgoerli_Setting_orderBy; - optimismgoerli_SlippageUpdate: ResolverTypeWrapper; - optimismgoerli_SlippageUpdate_filter: optimismgoerli_SlippageUpdate_filter; - optimismgoerli_SlippageUpdate_orderBy: optimismgoerli_SlippageUpdate_orderBy; - optimismgoerli_TransferStatus: optimismgoerli_TransferStatus; - optimismgoerli__Block_: ResolverTypeWrapper; - optimismgoerli__Meta_: ResolverTypeWrapper; - staginggoerli_AggregateRoot: ResolverTypeWrapper; - staginggoerli_AggregateRootProposed: ResolverTypeWrapper; - staginggoerli_AggregateRootProposed_filter: staginggoerli_AggregateRootProposed_filter; - staginggoerli_AggregateRootProposed_orderBy: staginggoerli_AggregateRootProposed_orderBy; - staginggoerli_AggregateRoot_filter: staginggoerli_AggregateRoot_filter; - staginggoerli_AggregateRoot_orderBy: staginggoerli_AggregateRoot_orderBy; - staginggoerli_Asset: ResolverTypeWrapper; - staginggoerli_AssetBalance: ResolverTypeWrapper; - staginggoerli_AssetBalance_filter: staginggoerli_AssetBalance_filter; - staginggoerli_AssetBalance_orderBy: staginggoerli_AssetBalance_orderBy; - staginggoerli_AssetStatus: ResolverTypeWrapper; - staginggoerli_AssetStatus_filter: staginggoerli_AssetStatus_filter; - staginggoerli_AssetStatus_orderBy: staginggoerli_AssetStatus_orderBy; - staginggoerli_Asset_filter: staginggoerli_Asset_filter; - staginggoerli_Asset_orderBy: staginggoerli_Asset_orderBy; - staginggoerli_ConnectorMeta: ResolverTypeWrapper; - staginggoerli_ConnectorMeta_filter: staginggoerli_ConnectorMeta_filter; - staginggoerli_ConnectorMeta_orderBy: staginggoerli_ConnectorMeta_orderBy; - staginggoerli_DestinationTransfer: ResolverTypeWrapper; - staginggoerli_DestinationTransfer_filter: staginggoerli_DestinationTransfer_filter; - staginggoerli_DestinationTransfer_orderBy: staginggoerli_DestinationTransfer_orderBy; - staginggoerli_OptimisticRootFinalized: ResolverTypeWrapper; - staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; - staginggoerli_OptimisticRootFinalized_orderBy: staginggoerli_OptimisticRootFinalized_orderBy; - staginggoerli_OriginMessage: ResolverTypeWrapper; - staginggoerli_OriginMessage_filter: staginggoerli_OriginMessage_filter; - staginggoerli_OriginMessage_orderBy: staginggoerli_OriginMessage_orderBy; - staginggoerli_OriginTransfer: ResolverTypeWrapper; - staginggoerli_OriginTransfer_filter: staginggoerli_OriginTransfer_filter; - staginggoerli_OriginTransfer_orderBy: staginggoerli_OriginTransfer_orderBy; - staginggoerli_Relayer: ResolverTypeWrapper; - staginggoerli_RelayerFee: ResolverTypeWrapper; - staginggoerli_RelayerFee_filter: staginggoerli_RelayerFee_filter; - staginggoerli_RelayerFee_orderBy: staginggoerli_RelayerFee_orderBy; - staginggoerli_RelayerFeesIncrease: ResolverTypeWrapper; - staginggoerli_RelayerFeesIncrease_filter: staginggoerli_RelayerFeesIncrease_filter; - staginggoerli_RelayerFeesIncrease_orderBy: staginggoerli_RelayerFeesIncrease_orderBy; - staginggoerli_Relayer_filter: staginggoerli_Relayer_filter; - staginggoerli_Relayer_orderBy: staginggoerli_Relayer_orderBy; - staginggoerli_RootCount: ResolverTypeWrapper; - staginggoerli_RootCount_filter: staginggoerli_RootCount_filter; - staginggoerli_RootCount_orderBy: staginggoerli_RootCount_orderBy; - staginggoerli_RootMessageSent: ResolverTypeWrapper; - staginggoerli_RootMessageSent_filter: staginggoerli_RootMessageSent_filter; - staginggoerli_RootMessageSent_orderBy: staginggoerli_RootMessageSent_orderBy; - staginggoerli_Router: ResolverTypeWrapper; - staginggoerli_RouterDailyTVL: ResolverTypeWrapper; - staginggoerli_RouterDailyTVL_filter: staginggoerli_RouterDailyTVL_filter; - staginggoerli_RouterDailyTVL_orderBy: staginggoerli_RouterDailyTVL_orderBy; - staginggoerli_Router_filter: staginggoerli_Router_filter; - staginggoerli_Router_orderBy: staginggoerli_Router_orderBy; - staginggoerli_Sequencer: ResolverTypeWrapper; - staginggoerli_Sequencer_filter: staginggoerli_Sequencer_filter; - staginggoerli_Sequencer_orderBy: staginggoerli_Sequencer_orderBy; - staginggoerli_Setting: ResolverTypeWrapper; - staginggoerli_Setting_filter: staginggoerli_Setting_filter; - staginggoerli_Setting_orderBy: staginggoerli_Setting_orderBy; - staginggoerli_SlippageUpdate: ResolverTypeWrapper; - staginggoerli_SlippageUpdate_filter: staginggoerli_SlippageUpdate_filter; - staginggoerli_SlippageUpdate_orderBy: staginggoerli_SlippageUpdate_orderBy; - staginggoerli_SnapshotRoot: ResolverTypeWrapper; - staginggoerli_SnapshotRoot_filter: staginggoerli_SnapshotRoot_filter; - staginggoerli_SnapshotRoot_orderBy: staginggoerli_SnapshotRoot_orderBy; - staginggoerli_SpokeConnectorMode: ResolverTypeWrapper; - staginggoerli_SpokeConnectorMode_filter: staginggoerli_SpokeConnectorMode_filter; - staginggoerli_SpokeConnectorMode_orderBy: staginggoerli_SpokeConnectorMode_orderBy; - staginggoerli_TransferStatus: staginggoerli_TransferStatus; - stagingoptimismgoerli_AggregateRoot: ResolverTypeWrapper; - stagingoptimismgoerli_AggregateRootProposed: ResolverTypeWrapper; - stagingoptimismgoerli_AggregateRootProposed_filter: stagingoptimismgoerli_AggregateRootProposed_filter; - stagingoptimismgoerli_AggregateRootProposed_orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy; - stagingoptimismgoerli_AggregateRoot_filter: stagingoptimismgoerli_AggregateRoot_filter; - stagingoptimismgoerli_AggregateRoot_orderBy: stagingoptimismgoerli_AggregateRoot_orderBy; - stagingoptimismgoerli_Asset: ResolverTypeWrapper; - stagingoptimismgoerli_AssetBalance: ResolverTypeWrapper; - stagingoptimismgoerli_AssetBalance_filter: stagingoptimismgoerli_AssetBalance_filter; - stagingoptimismgoerli_AssetBalance_orderBy: stagingoptimismgoerli_AssetBalance_orderBy; - stagingoptimismgoerli_AssetStatus: ResolverTypeWrapper; - stagingoptimismgoerli_AssetStatus_filter: stagingoptimismgoerli_AssetStatus_filter; - stagingoptimismgoerli_AssetStatus_orderBy: stagingoptimismgoerli_AssetStatus_orderBy; - stagingoptimismgoerli_Asset_filter: stagingoptimismgoerli_Asset_filter; - stagingoptimismgoerli_Asset_orderBy: stagingoptimismgoerli_Asset_orderBy; - stagingoptimismgoerli_BigDecimal: ResolverTypeWrapper; - stagingoptimismgoerli_BlockChangedFilter: stagingoptimismgoerli_BlockChangedFilter; - stagingoptimismgoerli_Block_height: stagingoptimismgoerli_Block_height; - stagingoptimismgoerli_Bytes: ResolverTypeWrapper; - stagingoptimismgoerli_ConnectorMeta: ResolverTypeWrapper; - stagingoptimismgoerli_ConnectorMeta_filter: stagingoptimismgoerli_ConnectorMeta_filter; - stagingoptimismgoerli_ConnectorMeta_orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy; - stagingoptimismgoerli_DestinationTransfer: ResolverTypeWrapper; - stagingoptimismgoerli_DestinationTransfer_filter: stagingoptimismgoerli_DestinationTransfer_filter; - stagingoptimismgoerli_DestinationTransfer_orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy; - stagingoptimismgoerli_Int8: ResolverTypeWrapper; - stagingoptimismgoerli_OptimisticRootFinalized: ResolverTypeWrapper; - stagingoptimismgoerli_OptimisticRootFinalized_filter: stagingoptimismgoerli_OptimisticRootFinalized_filter; - stagingoptimismgoerli_OptimisticRootFinalized_orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy; - stagingoptimismgoerli_OrderDirection: stagingoptimismgoerli_OrderDirection; - stagingoptimismgoerli_OriginMessage: ResolverTypeWrapper; - stagingoptimismgoerli_OriginMessage_filter: stagingoptimismgoerli_OriginMessage_filter; - stagingoptimismgoerli_OriginMessage_orderBy: stagingoptimismgoerli_OriginMessage_orderBy; - stagingoptimismgoerli_OriginTransfer: ResolverTypeWrapper; - stagingoptimismgoerli_OriginTransfer_filter: stagingoptimismgoerli_OriginTransfer_filter; - stagingoptimismgoerli_OriginTransfer_orderBy: stagingoptimismgoerli_OriginTransfer_orderBy; - stagingoptimismgoerli_Relayer: ResolverTypeWrapper; - stagingoptimismgoerli_RelayerFee: ResolverTypeWrapper; - stagingoptimismgoerli_RelayerFee_filter: stagingoptimismgoerli_RelayerFee_filter; - stagingoptimismgoerli_RelayerFee_orderBy: stagingoptimismgoerli_RelayerFee_orderBy; - stagingoptimismgoerli_RelayerFeesIncrease: ResolverTypeWrapper; - stagingoptimismgoerli_RelayerFeesIncrease_filter: stagingoptimismgoerli_RelayerFeesIncrease_filter; - stagingoptimismgoerli_RelayerFeesIncrease_orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy; - stagingoptimismgoerli_Relayer_filter: stagingoptimismgoerli_Relayer_filter; - stagingoptimismgoerli_Relayer_orderBy: stagingoptimismgoerli_Relayer_orderBy; - stagingoptimismgoerli_RootCount: ResolverTypeWrapper; - stagingoptimismgoerli_RootCount_filter: stagingoptimismgoerli_RootCount_filter; - stagingoptimismgoerli_RootCount_orderBy: stagingoptimismgoerli_RootCount_orderBy; - stagingoptimismgoerli_RootMessageSent: ResolverTypeWrapper; - stagingoptimismgoerli_RootMessageSent_filter: stagingoptimismgoerli_RootMessageSent_filter; - stagingoptimismgoerli_RootMessageSent_orderBy: stagingoptimismgoerli_RootMessageSent_orderBy; - stagingoptimismgoerli_Router: ResolverTypeWrapper; - stagingoptimismgoerli_RouterDailyTVL: ResolverTypeWrapper; - stagingoptimismgoerli_RouterDailyTVL_filter: stagingoptimismgoerli_RouterDailyTVL_filter; - stagingoptimismgoerli_RouterDailyTVL_orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy; - stagingoptimismgoerli_Router_filter: stagingoptimismgoerli_Router_filter; - stagingoptimismgoerli_Router_orderBy: stagingoptimismgoerli_Router_orderBy; - stagingoptimismgoerli_Sequencer: ResolverTypeWrapper; - stagingoptimismgoerli_Sequencer_filter: stagingoptimismgoerli_Sequencer_filter; - stagingoptimismgoerli_Sequencer_orderBy: stagingoptimismgoerli_Sequencer_orderBy; - stagingoptimismgoerli_Setting: ResolverTypeWrapper; - stagingoptimismgoerli_Setting_filter: stagingoptimismgoerli_Setting_filter; - stagingoptimismgoerli_Setting_orderBy: stagingoptimismgoerli_Setting_orderBy; - stagingoptimismgoerli_SlippageUpdate: ResolverTypeWrapper; - stagingoptimismgoerli_SlippageUpdate_filter: stagingoptimismgoerli_SlippageUpdate_filter; - stagingoptimismgoerli_SlippageUpdate_orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy; - stagingoptimismgoerli_SnapshotRoot: ResolverTypeWrapper; - stagingoptimismgoerli_SnapshotRoot_filter: stagingoptimismgoerli_SnapshotRoot_filter; - stagingoptimismgoerli_SnapshotRoot_orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy; - stagingoptimismgoerli_SpokeConnectorMode: ResolverTypeWrapper; - stagingoptimismgoerli_SpokeConnectorMode_filter: stagingoptimismgoerli_SpokeConnectorMode_filter; - stagingoptimismgoerli_SpokeConnectorMode_orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy; - stagingoptimismgoerli_TransferStatus: stagingoptimismgoerli_TransferStatus; - stagingoptimismgoerli__Block_: ResolverTypeWrapper; - stagingoptimismgoerli__Meta_: ResolverTypeWrapper; - xdai_AggregateRoot: ResolverTypeWrapper; - xdai_AggregateRoot_filter: xdai_AggregateRoot_filter; - xdai_AggregateRoot_orderBy: xdai_AggregateRoot_orderBy; - xdai_Asset: ResolverTypeWrapper; - xdai_AssetBalance: ResolverTypeWrapper; - xdai_AssetBalance_filter: xdai_AssetBalance_filter; - xdai_AssetBalance_orderBy: xdai_AssetBalance_orderBy; - xdai_AssetStatus: ResolverTypeWrapper; - xdai_AssetStatus_filter: xdai_AssetStatus_filter; - xdai_AssetStatus_orderBy: xdai_AssetStatus_orderBy; - xdai_Asset_filter: xdai_Asset_filter; - xdai_Asset_orderBy: xdai_Asset_orderBy; - xdai_BigDecimal: ResolverTypeWrapper; - xdai_BlockChangedFilter: xdai_BlockChangedFilter; - xdai_Block_height: xdai_Block_height; - xdai_Bytes: ResolverTypeWrapper; - xdai_ConnectorMeta: ResolverTypeWrapper; - xdai_ConnectorMeta_filter: xdai_ConnectorMeta_filter; - xdai_ConnectorMeta_orderBy: xdai_ConnectorMeta_orderBy; - xdai_DestinationTransfer: ResolverTypeWrapper; - xdai_DestinationTransfer_filter: xdai_DestinationTransfer_filter; - xdai_DestinationTransfer_orderBy: xdai_DestinationTransfer_orderBy; - xdai_Int8: ResolverTypeWrapper; - xdai_OrderDirection: xdai_OrderDirection; - xdai_OriginMessage: ResolverTypeWrapper; - xdai_OriginMessage_filter: xdai_OriginMessage_filter; - xdai_OriginMessage_orderBy: xdai_OriginMessage_orderBy; - xdai_OriginTransfer: ResolverTypeWrapper; - xdai_OriginTransfer_filter: xdai_OriginTransfer_filter; - xdai_OriginTransfer_orderBy: xdai_OriginTransfer_orderBy; - xdai_Relayer: ResolverTypeWrapper; - xdai_RelayerFee: ResolverTypeWrapper; - xdai_RelayerFee_filter: xdai_RelayerFee_filter; - xdai_RelayerFee_orderBy: xdai_RelayerFee_orderBy; - xdai_RelayerFeesIncrease: ResolverTypeWrapper; - xdai_RelayerFeesIncrease_filter: xdai_RelayerFeesIncrease_filter; - xdai_RelayerFeesIncrease_orderBy: xdai_RelayerFeesIncrease_orderBy; - xdai_Relayer_filter: xdai_Relayer_filter; - xdai_Relayer_orderBy: xdai_Relayer_orderBy; - xdai_RootCount: ResolverTypeWrapper; - xdai_RootCount_filter: xdai_RootCount_filter; - xdai_RootCount_orderBy: xdai_RootCount_orderBy; - xdai_RootMessageSent: ResolverTypeWrapper; - xdai_RootMessageSent_filter: xdai_RootMessageSent_filter; - xdai_RootMessageSent_orderBy: xdai_RootMessageSent_orderBy; - xdai_Router: ResolverTypeWrapper; - xdai_RouterDailyTVL: ResolverTypeWrapper; - xdai_RouterDailyTVL_filter: xdai_RouterDailyTVL_filter; - xdai_RouterDailyTVL_orderBy: xdai_RouterDailyTVL_orderBy; - xdai_RouterLiquidityEvent: ResolverTypeWrapper; - xdai_RouterLiquidityEventType: xdai_RouterLiquidityEventType; - xdai_RouterLiquidityEvent_filter: xdai_RouterLiquidityEvent_filter; - xdai_RouterLiquidityEvent_orderBy: xdai_RouterLiquidityEvent_orderBy; - xdai_Router_filter: xdai_Router_filter; - xdai_Router_orderBy: xdai_Router_orderBy; - xdai_Sequencer: ResolverTypeWrapper; - xdai_Sequencer_filter: xdai_Sequencer_filter; - xdai_Sequencer_orderBy: xdai_Sequencer_orderBy; - xdai_Setting: ResolverTypeWrapper; - xdai_Setting_filter: xdai_Setting_filter; - xdai_Setting_orderBy: xdai_Setting_orderBy; - xdai_SlippageUpdate: ResolverTypeWrapper; - xdai_SlippageUpdate_filter: xdai_SlippageUpdate_filter; - xdai_SlippageUpdate_orderBy: xdai_SlippageUpdate_orderBy; - xdai_TransferStatus: xdai_TransferStatus; - xdai__Block_: ResolverTypeWrapper; - xdai__Meta_: ResolverTypeWrapper; - mumbai_AggregateRoot: ResolverTypeWrapper; - mumbai_AggregateRoot_filter: mumbai_AggregateRoot_filter; - mumbai_AggregateRoot_orderBy: mumbai_AggregateRoot_orderBy; - mumbai_Asset: ResolverTypeWrapper; - mumbai_AssetBalance: ResolverTypeWrapper; - mumbai_AssetBalance_filter: mumbai_AssetBalance_filter; - mumbai_AssetBalance_orderBy: mumbai_AssetBalance_orderBy; - mumbai_AssetStatus: ResolverTypeWrapper; - mumbai_AssetStatus_filter: mumbai_AssetStatus_filter; - mumbai_AssetStatus_orderBy: mumbai_AssetStatus_orderBy; - mumbai_Asset_filter: mumbai_Asset_filter; - mumbai_Asset_orderBy: mumbai_Asset_orderBy; - mumbai_BigDecimal: ResolverTypeWrapper; - mumbai_BlockChangedFilter: mumbai_BlockChangedFilter; - mumbai_Block_height: mumbai_Block_height; - mumbai_Bytes: ResolverTypeWrapper; - mumbai_ConnectorMeta: ResolverTypeWrapper; - mumbai_ConnectorMeta_filter: mumbai_ConnectorMeta_filter; - mumbai_ConnectorMeta_orderBy: mumbai_ConnectorMeta_orderBy; - mumbai_DestinationTransfer: ResolverTypeWrapper; - mumbai_DestinationTransfer_filter: mumbai_DestinationTransfer_filter; - mumbai_DestinationTransfer_orderBy: mumbai_DestinationTransfer_orderBy; - mumbai_Int8: ResolverTypeWrapper; - mumbai_OrderDirection: mumbai_OrderDirection; - mumbai_OriginMessage: ResolverTypeWrapper; - mumbai_OriginMessage_filter: mumbai_OriginMessage_filter; - mumbai_OriginMessage_orderBy: mumbai_OriginMessage_orderBy; - mumbai_OriginTransfer: ResolverTypeWrapper; - mumbai_OriginTransfer_filter: mumbai_OriginTransfer_filter; - mumbai_OriginTransfer_orderBy: mumbai_OriginTransfer_orderBy; - mumbai_Relayer: ResolverTypeWrapper; - mumbai_RelayerFee: ResolverTypeWrapper; - mumbai_RelayerFee_filter: mumbai_RelayerFee_filter; - mumbai_RelayerFee_orderBy: mumbai_RelayerFee_orderBy; - mumbai_RelayerFeesIncrease: ResolverTypeWrapper; - mumbai_RelayerFeesIncrease_filter: mumbai_RelayerFeesIncrease_filter; - mumbai_RelayerFeesIncrease_orderBy: mumbai_RelayerFeesIncrease_orderBy; - mumbai_Relayer_filter: mumbai_Relayer_filter; - mumbai_Relayer_orderBy: mumbai_Relayer_orderBy; - mumbai_RootCount: ResolverTypeWrapper; - mumbai_RootCount_filter: mumbai_RootCount_filter; - mumbai_RootCount_orderBy: mumbai_RootCount_orderBy; - mumbai_RootMessageSent: ResolverTypeWrapper; - mumbai_RootMessageSent_filter: mumbai_RootMessageSent_filter; - mumbai_RootMessageSent_orderBy: mumbai_RootMessageSent_orderBy; - mumbai_Router: ResolverTypeWrapper; - mumbai_RouterDailyTVL: ResolverTypeWrapper; - mumbai_RouterDailyTVL_filter: mumbai_RouterDailyTVL_filter; - mumbai_RouterDailyTVL_orderBy: mumbai_RouterDailyTVL_orderBy; - mumbai_RouterLiquidityEvent: ResolverTypeWrapper; - mumbai_RouterLiquidityEventType: mumbai_RouterLiquidityEventType; - mumbai_RouterLiquidityEvent_filter: mumbai_RouterLiquidityEvent_filter; - mumbai_RouterLiquidityEvent_orderBy: mumbai_RouterLiquidityEvent_orderBy; - mumbai_Router_filter: mumbai_Router_filter; - mumbai_Router_orderBy: mumbai_Router_orderBy; - mumbai_Sequencer: ResolverTypeWrapper; - mumbai_Sequencer_filter: mumbai_Sequencer_filter; - mumbai_Sequencer_orderBy: mumbai_Sequencer_orderBy; - mumbai_Setting: ResolverTypeWrapper; - mumbai_Setting_filter: mumbai_Setting_filter; - mumbai_Setting_orderBy: mumbai_Setting_orderBy; - mumbai_SlippageUpdate: ResolverTypeWrapper; - mumbai_SlippageUpdate_filter: mumbai_SlippageUpdate_filter; - mumbai_SlippageUpdate_orderBy: mumbai_SlippageUpdate_orderBy; - mumbai_TransferStatus: mumbai_TransferStatus; - mumbai__Block_: ResolverTypeWrapper; - mumbai__Meta_: ResolverTypeWrapper; +export type arbitrumone_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type arbitrumone_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type arbitrumone_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumone_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +/** Defines the order direction, either ascending or descending */ +export type arbitrumone_OrderDirection = + | 'asc' + | 'desc'; + +export type arbitrumone_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type arbitrumone_OriginMessage_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type arbitrumone_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; +}; + + +export type arbitrumone_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumone_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type arbitrumone_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type arbitrumone_RelayerFee = { + id: Scalars['ID']; + transfer: arbitrumone_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['arbitrumone_Bytes']; +}; + +export type arbitrumone_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type arbitrumone_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: arbitrumone_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['arbitrumone_Bytes']; + transactionHash: Scalars['arbitrumone_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type arbitrumone_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type arbitrumone_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type arbitrumone_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type arbitrumone_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_RootCount_orderBy = + | 'id' + | 'count'; + +export type arbitrumone_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type arbitrumone_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type arbitrumone_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type arbitrumone_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumone_RouterDailyTVL = { + id: Scalars['ID']; + router: arbitrumone_Router; + asset: arbitrumone_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type arbitrumone_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type arbitrumone_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: arbitrumone_Router; + asset: arbitrumone_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['arbitrumone_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumone_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type arbitrumone_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type arbitrumone_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type arbitrumone_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type arbitrumone_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type arbitrumone_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['arbitrumone_Bytes']; +}; + +export type arbitrumone_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type arbitrumone_SlippageUpdate = { + id: Scalars['ID']; + transfer: arbitrumone_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['arbitrumone_Bytes']; + transactionHash: Scalars['arbitrumone_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type arbitrumone_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumone_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type arbitrumone_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type arbitrumone__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type arbitrumone__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: arbitrumone__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type polygon_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['polygon_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type polygon_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type polygon_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type polygon_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: polygon_Router; + asset: polygon_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type polygon_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type polygon_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type polygon_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type polygon_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type polygon_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type polygon_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type polygon_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type polygon_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type polygon_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type polygon_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +/** Defines the order direction, either ascending or descending */ +export type polygon_OrderDirection = + | 'asc' + | 'desc'; + +export type polygon_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type polygon_OriginMessage_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type polygon_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; +}; + + +export type polygon_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type polygon_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type polygon_RelayerFee = { + id: Scalars['ID']; + transfer: polygon_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['polygon_Bytes']; +}; + +export type polygon_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type polygon_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: polygon_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['polygon_Bytes']; + transactionHash: Scalars['polygon_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type polygon_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type polygon_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type polygon_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type polygon_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_RootCount_orderBy = + | 'id' + | 'count'; + +export type polygon_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type polygon_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type polygon_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type polygon_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type polygon_RouterDailyTVL = { + id: Scalars['ID']; + router: polygon_Router; + asset: polygon_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type polygon_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type polygon_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: polygon_Router; + asset: polygon_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['polygon_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type polygon_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type polygon_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type polygon_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type polygon_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type polygon_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type polygon_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['polygon_Bytes']; +}; + +export type polygon_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type polygon_SlippageUpdate = { + id: Scalars['ID']; + transfer: polygon_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['polygon_Bytes']; + transactionHash: Scalars['polygon_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type polygon_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type polygon_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type polygon__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type polygon__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: polygon__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type WithIndex = TObject & Record; +export type ResolversObject = WithIndex; + +export type ResolverTypeWrapper = Promise | T; + + +export type ResolverWithResolve = { + resolve: ResolverFn; +}; + +export type LegacyStitchingResolver = { + fragment: string; + resolve: ResolverFn; +}; + +export type NewStitchingResolver = { + selectionSet: string | ((fieldNode: FieldNode) => SelectionSetNode); + resolve: ResolverFn; +}; +export type StitchingResolver = LegacyStitchingResolver | NewStitchingResolver; +export type Resolver = + | ResolverFn + | ResolverWithResolve + | StitchingResolver; + +export type ResolverFn = ( + parent: TParent, + args: TArgs, + context: TContext, + info: GraphQLResolveInfo +) => Promise | TResult; + +export type SubscriptionSubscribeFn = ( + parent: TParent, + args: TArgs, + context: TContext, + info: GraphQLResolveInfo +) => AsyncIterable | Promise>; + +export type SubscriptionResolveFn = ( + parent: TParent, + args: TArgs, + context: TContext, + info: GraphQLResolveInfo +) => TResult | Promise; + +export interface SubscriptionSubscriberObject { + subscribe: SubscriptionSubscribeFn<{ [key in TKey]: TResult }, TParent, TContext, TArgs>; + resolve?: SubscriptionResolveFn; +} + +export interface SubscriptionResolverObject { + subscribe: SubscriptionSubscribeFn; + resolve: SubscriptionResolveFn; +} + +export type SubscriptionObject = + | SubscriptionSubscriberObject + | SubscriptionResolverObject; + +export type SubscriptionResolver = + | ((...args: any[]) => SubscriptionObject) + | SubscriptionObject; + +export type TypeResolveFn = ( + parent: TParent, + context: TContext, + info: GraphQLResolveInfo +) => Maybe | Promise>; + +export type IsTypeOfResolverFn = (obj: T, context: TContext, info: GraphQLResolveInfo) => boolean | Promise; + +export type NextResolverFn = () => Promise; + +export type DirectiveResolverFn = ( + next: NextResolverFn, + parent: TParent, + args: TArgs, + context: TContext, + info: GraphQLResolveInfo +) => TResult | Promise; + + + +/** Mapping between all available schema types and the resolvers types */ +export type ResolversTypes = ResolversObject<{ + Query: ResolverTypeWrapper<{}>; + Subscription: ResolverTypeWrapper<{}>; + goerli_AggregatedMessageRoot: ResolverTypeWrapper; + goerli_AggregatedMessageRoot_filter: goerli_AggregatedMessageRoot_filter; + goerli_AggregatedMessageRoot_orderBy: goerli_AggregatedMessageRoot_orderBy; + goerli_ArbitrumConnectorMeta: ResolverTypeWrapper; + goerli_ArbitrumConnectorMeta_filter: goerli_ArbitrumConnectorMeta_filter; + goerli_ArbitrumConnectorMeta_orderBy: goerli_ArbitrumConnectorMeta_orderBy; + goerli_BigDecimal: ResolverTypeWrapper; + BigInt: ResolverTypeWrapper; + goerli_BlockChangedFilter: goerli_BlockChangedFilter; + goerli_Block_height: goerli_Block_height; + goerli_BnbConnectorMeta: ResolverTypeWrapper; + goerli_BnbConnectorMeta_filter: goerli_BnbConnectorMeta_filter; + goerli_BnbConnectorMeta_orderBy: goerli_BnbConnectorMeta_orderBy; + Boolean: ResolverTypeWrapper; + goerli_Bytes: ResolverTypeWrapper; + Float: ResolverTypeWrapper; + goerli_GnosisConnectorMeta: ResolverTypeWrapper; + goerli_GnosisConnectorMeta_filter: goerli_GnosisConnectorMeta_filter; + goerli_GnosisConnectorMeta_orderBy: goerli_GnosisConnectorMeta_orderBy; + ID: ResolverTypeWrapper; + Int: ResolverTypeWrapper; + goerli_Int8: ResolverTypeWrapper; + goerli_LineaConnectorMeta: ResolverTypeWrapper; + goerli_LineaConnectorMeta_filter: goerli_LineaConnectorMeta_filter; + goerli_LineaConnectorMeta_orderBy: goerli_LineaConnectorMeta_orderBy; + goerli_OptimismConnectorMeta: ResolverTypeWrapper; + goerli_OptimismConnectorMeta_filter: goerli_OptimismConnectorMeta_filter; + goerli_OptimismConnectorMeta_orderBy: goerli_OptimismConnectorMeta_orderBy; + goerli_OrderDirection: goerli_OrderDirection; + goerli_PolygonConnectorMeta: ResolverTypeWrapper; + goerli_PolygonConnectorMeta_filter: goerli_PolygonConnectorMeta_filter; + goerli_PolygonConnectorMeta_orderBy: goerli_PolygonConnectorMeta_orderBy; + goerli_RootAggregated: ResolverTypeWrapper; + goerli_RootAggregated_filter: goerli_RootAggregated_filter; + goerli_RootAggregated_orderBy: goerli_RootAggregated_orderBy; + goerli_RootManagerMeta: ResolverTypeWrapper; + goerli_RootManagerMeta_filter: goerli_RootManagerMeta_filter; + goerli_RootManagerMeta_orderBy: goerli_RootManagerMeta_orderBy; + goerli_RootMessageProcessed: ResolverTypeWrapper; + goerli_RootMessageProcessed_filter: goerli_RootMessageProcessed_filter; + goerli_RootMessageProcessed_orderBy: goerli_RootMessageProcessed_orderBy; + goerli_RootPropagated: ResolverTypeWrapper; + goerli_RootPropagated_filter: goerli_RootPropagated_filter; + goerli_RootPropagated_orderBy: goerli_RootPropagated_orderBy; + String: ResolverTypeWrapper; + goerli_ZkSyncConnectorMeta: ResolverTypeWrapper; + goerli_ZkSyncConnectorMeta_filter: goerli_ZkSyncConnectorMeta_filter; + goerli_ZkSyncConnectorMeta_orderBy: goerli_ZkSyncConnectorMeta_orderBy; + goerli__Block_: ResolverTypeWrapper; + goerli__Meta_: ResolverTypeWrapper; + _SubgraphErrorPolicy_: _SubgraphErrorPolicy_; + mainnet_AggregatedMessageRoot: ResolverTypeWrapper; + mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; + mainnet_AggregatedMessageRoot_orderBy: mainnet_AggregatedMessageRoot_orderBy; + mainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; + mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; + mainnet_ArbitrumConnectorMeta_orderBy: mainnet_ArbitrumConnectorMeta_orderBy; + mainnet_BigDecimal: ResolverTypeWrapper; + mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; + mainnet_Block_height: mainnet_Block_height; + mainnet_BnbConnectorMeta: ResolverTypeWrapper; + mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; + mainnet_BnbConnectorMeta_orderBy: mainnet_BnbConnectorMeta_orderBy; + mainnet_Bytes: ResolverTypeWrapper; + mainnet_GnosisConnectorMeta: ResolverTypeWrapper; + mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; + mainnet_GnosisConnectorMeta_orderBy: mainnet_GnosisConnectorMeta_orderBy; + mainnet_Int8: ResolverTypeWrapper; + mainnet_LineaConnectorMeta: ResolverTypeWrapper; + mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; + mainnet_LineaConnectorMeta_orderBy: mainnet_LineaConnectorMeta_orderBy; + mainnet_OptimismConnectorMeta: ResolverTypeWrapper; + mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; + mainnet_OptimismConnectorMeta_orderBy: mainnet_OptimismConnectorMeta_orderBy; + mainnet_OrderDirection: mainnet_OrderDirection; + mainnet_PolygonConnectorMeta: ResolverTypeWrapper; + mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; + mainnet_PolygonConnectorMeta_orderBy: mainnet_PolygonConnectorMeta_orderBy; + mainnet_RootAggregated: ResolverTypeWrapper; + mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; + mainnet_RootAggregated_orderBy: mainnet_RootAggregated_orderBy; + mainnet_RootManagerMeta: ResolverTypeWrapper; + mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; + mainnet_RootManagerMeta_orderBy: mainnet_RootManagerMeta_orderBy; + mainnet_RootMessageProcessed: ResolverTypeWrapper; + mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; + mainnet_RootMessageProcessed_orderBy: mainnet_RootMessageProcessed_orderBy; + mainnet_RootPropagated: ResolverTypeWrapper; + mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; + mainnet_RootPropagated_orderBy: mainnet_RootPropagated_orderBy; + mainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; + mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; + mainnet_ZkSyncConnectorMeta_orderBy: mainnet_ZkSyncConnectorMeta_orderBy; + mainnet__Block_: ResolverTypeWrapper; + mainnet__Meta_: ResolverTypeWrapper; + stagingoptimismgoerli_swap_BigDecimal: ResolverTypeWrapper; + stagingoptimismgoerli_swap_BlockChangedFilter: stagingoptimismgoerli_swap_BlockChangedFilter; + stagingoptimismgoerli_swap_Block_height: stagingoptimismgoerli_swap_Block_height; + stagingoptimismgoerli_swap_Bytes: ResolverTypeWrapper; + stagingoptimismgoerli_swap_Int8: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpAccount: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpAccountBalance: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpAccountBalance_filter: stagingoptimismgoerli_swap_LpAccountBalance_filter; + stagingoptimismgoerli_swap_LpAccountBalance_orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy; + stagingoptimismgoerli_swap_LpAccount_filter: stagingoptimismgoerli_swap_LpAccount_filter; + stagingoptimismgoerli_swap_LpAccount_orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy; + stagingoptimismgoerli_swap_LpToken: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpTokenEvent: ResolversTypes['stagingoptimismgoerli_swap_LpTransferEvent']; + stagingoptimismgoerli_swap_LpTokenEvent_filter: stagingoptimismgoerli_swap_LpTokenEvent_filter; + stagingoptimismgoerli_swap_LpTokenEvent_orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy; + stagingoptimismgoerli_swap_LpToken_filter: stagingoptimismgoerli_swap_LpToken_filter; + stagingoptimismgoerli_swap_LpToken_orderBy: stagingoptimismgoerli_swap_LpToken_orderBy; + stagingoptimismgoerli_swap_LpTransferEvent: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpTransferEvent_filter: stagingoptimismgoerli_swap_LpTransferEvent_filter; + stagingoptimismgoerli_swap_LpTransferEvent_orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy; + stagingoptimismgoerli_swap_OrderDirection: stagingoptimismgoerli_swap_OrderDirection; + stagingoptimismgoerli_swap_PooledToken: ResolverTypeWrapper; + stagingoptimismgoerli_swap_PooledToken_filter: stagingoptimismgoerli_swap_PooledToken_filter; + stagingoptimismgoerli_swap_PooledToken_orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy; + stagingoptimismgoerli_swap_StableSwap: ResolverTypeWrapper; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy; + stagingoptimismgoerli_swap_StableSwapEvent: ResolversTypes['stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent']; + stagingoptimismgoerli_swap_StableSwapEvent_filter: stagingoptimismgoerli_swap_StableSwapEvent_filter; + stagingoptimismgoerli_swap_StableSwapEvent_orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy; + stagingoptimismgoerli_swap_StableSwapExchange: ResolverTypeWrapper; + stagingoptimismgoerli_swap_StableSwapExchange_filter: stagingoptimismgoerli_swap_StableSwapExchange_filter; + stagingoptimismgoerli_swap_StableSwapExchange_orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + stagingoptimismgoerli_swap_StableSwap_filter: stagingoptimismgoerli_swap_StableSwap_filter; + stagingoptimismgoerli_swap_StableSwap_orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy; + stagingoptimismgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; + stagingoptimismgoerli_swap_SwapDailyVolume_filter: stagingoptimismgoerli_swap_SwapDailyVolume_filter; + stagingoptimismgoerli_swap_SwapDailyVolume_orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy; + stagingoptimismgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + stagingoptimismgoerli_swap_SwapHourlyVolume_filter: stagingoptimismgoerli_swap_SwapHourlyVolume_filter; + stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy; + stagingoptimismgoerli_swap_SwapTradeVolume: ResolversTypes['stagingoptimismgoerli_swap_SwapDailyVolume'] | ResolversTypes['stagingoptimismgoerli_swap_SwapHourlyVolume'] | ResolversTypes['stagingoptimismgoerli_swap_SwapWeeklyVolume']; + stagingoptimismgoerli_swap_SwapTradeVolume_filter: stagingoptimismgoerli_swap_SwapTradeVolume_filter; + stagingoptimismgoerli_swap_SwapTradeVolume_orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy; + stagingoptimismgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + stagingoptimismgoerli_swap_SwapWeeklyVolume_filter: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter; + stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy; + stagingoptimismgoerli_swap_SystemInfo: ResolverTypeWrapper; + stagingoptimismgoerli_swap_SystemInfo_filter: stagingoptimismgoerli_swap_SystemInfo_filter; + stagingoptimismgoerli_swap_SystemInfo_orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy; + stagingoptimismgoerli_swap__Block_: ResolverTypeWrapper; + stagingoptimismgoerli_swap__Meta_: ResolverTypeWrapper; + testgoerli_Asset: ResolverTypeWrapper; + testgoerli_AssetBalance: ResolverTypeWrapper; + testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; + testgoerli_AssetBalance_orderBy: testgoerli_AssetBalance_orderBy; + testgoerli_Asset_filter: testgoerli_Asset_filter; + testgoerli_Asset_orderBy: testgoerli_Asset_orderBy; + testgoerli_BigDecimal: ResolverTypeWrapper; + testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; + testgoerli_Block_height: testgoerli_Block_height; + testgoerli_Bytes: ResolverTypeWrapper; + testgoerli_DestinationTransfer: ResolverTypeWrapper; + testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; + testgoerli_DestinationTransfer_orderBy: testgoerli_DestinationTransfer_orderBy; + testgoerli_Int8: ResolverTypeWrapper; + testgoerli_OrderDirection: testgoerli_OrderDirection; + testgoerli_OriginTransfer: ResolverTypeWrapper; + testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; + testgoerli_OriginTransfer_orderBy: testgoerli_OriginTransfer_orderBy; + testgoerli_Relayer: ResolverTypeWrapper; + testgoerli_Relayer_filter: testgoerli_Relayer_filter; + testgoerli_Relayer_orderBy: testgoerli_Relayer_orderBy; + testgoerli_Router: ResolverTypeWrapper; + testgoerli_Router_filter: testgoerli_Router_filter; + testgoerli_Router_orderBy: testgoerli_Router_orderBy; + testgoerli_Setting: ResolverTypeWrapper; + testgoerli_Setting_filter: testgoerli_Setting_filter; + testgoerli_Setting_orderBy: testgoerli_Setting_orderBy; + testgoerli_SponsorVault: ResolverTypeWrapper; + testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; + testgoerli_SponsorVault_orderBy: testgoerli_SponsorVault_orderBy; + testgoerli_StableSwap: ResolverTypeWrapper; + testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; + testgoerli_StableSwap_orderBy: testgoerli_StableSwap_orderBy; + testgoerli_TransferStatus: testgoerli_TransferStatus; + testgoerli__Block_: ResolverTypeWrapper; + testgoerli__Meta_: ResolverTypeWrapper; + goerli_swap_BigDecimal: ResolverTypeWrapper; + goerli_swap_BlockChangedFilter: goerli_swap_BlockChangedFilter; + goerli_swap_Block_height: goerli_swap_Block_height; + goerli_swap_Bytes: ResolverTypeWrapper; + goerli_swap_Int8: ResolverTypeWrapper; + goerli_swap_LpAccount: ResolverTypeWrapper; + goerli_swap_LpAccountBalance: ResolverTypeWrapper; + goerli_swap_LpAccountBalance_filter: goerli_swap_LpAccountBalance_filter; + goerli_swap_LpAccountBalance_orderBy: goerli_swap_LpAccountBalance_orderBy; + goerli_swap_LpAccount_filter: goerli_swap_LpAccount_filter; + goerli_swap_LpAccount_orderBy: goerli_swap_LpAccount_orderBy; + goerli_swap_LpToken: ResolverTypeWrapper; + goerli_swap_LpTokenEvent: ResolversTypes['goerli_swap_LpTransferEvent']; + goerli_swap_LpTokenEvent_filter: goerli_swap_LpTokenEvent_filter; + goerli_swap_LpTokenEvent_orderBy: goerli_swap_LpTokenEvent_orderBy; + goerli_swap_LpToken_filter: goerli_swap_LpToken_filter; + goerli_swap_LpToken_orderBy: goerli_swap_LpToken_orderBy; + goerli_swap_LpTransferEvent: ResolverTypeWrapper; + goerli_swap_LpTransferEvent_filter: goerli_swap_LpTransferEvent_filter; + goerli_swap_LpTransferEvent_orderBy: goerli_swap_LpTransferEvent_orderBy; + goerli_swap_OrderDirection: goerli_swap_OrderDirection; + goerli_swap_PooledToken: ResolverTypeWrapper; + goerli_swap_PooledToken_filter: goerli_swap_PooledToken_filter; + goerli_swap_PooledToken_orderBy: goerli_swap_PooledToken_orderBy; + goerli_swap_StableSwap: ResolverTypeWrapper; + goerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + goerli_swap_StableSwapAddLiquidityEvent_filter: goerli_swap_StableSwapAddLiquidityEvent_filter; + goerli_swap_StableSwapAddLiquidityEvent_orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy; + goerli_swap_StableSwapEvent: ResolversTypes['goerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['goerli_swap_StableSwapRemoveLiquidityEvent']; + goerli_swap_StableSwapEvent_filter: goerli_swap_StableSwapEvent_filter; + goerli_swap_StableSwapEvent_orderBy: goerli_swap_StableSwapEvent_orderBy; + goerli_swap_StableSwapExchange: ResolverTypeWrapper; + goerli_swap_StableSwapExchange_filter: goerli_swap_StableSwapExchange_filter; + goerli_swap_StableSwapExchange_orderBy: goerli_swap_StableSwapExchange_orderBy; + goerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + goerli_swap_StableSwapRemoveLiquidityEvent_filter: goerli_swap_StableSwapRemoveLiquidityEvent_filter; + goerli_swap_StableSwapRemoveLiquidityEvent_orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + goerli_swap_StableSwap_filter: goerli_swap_StableSwap_filter; + goerli_swap_StableSwap_orderBy: goerli_swap_StableSwap_orderBy; + goerli_swap_SwapDailyVolume: ResolverTypeWrapper; + goerli_swap_SwapDailyVolume_filter: goerli_swap_SwapDailyVolume_filter; + goerli_swap_SwapDailyVolume_orderBy: goerli_swap_SwapDailyVolume_orderBy; + goerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + goerli_swap_SwapHourlyVolume_filter: goerli_swap_SwapHourlyVolume_filter; + goerli_swap_SwapHourlyVolume_orderBy: goerli_swap_SwapHourlyVolume_orderBy; + goerli_swap_SwapTradeVolume: ResolversTypes['goerli_swap_SwapDailyVolume'] | ResolversTypes['goerli_swap_SwapHourlyVolume'] | ResolversTypes['goerli_swap_SwapWeeklyVolume']; + goerli_swap_SwapTradeVolume_filter: goerli_swap_SwapTradeVolume_filter; + goerli_swap_SwapTradeVolume_orderBy: goerli_swap_SwapTradeVolume_orderBy; + goerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + goerli_swap_SwapWeeklyVolume_filter: goerli_swap_SwapWeeklyVolume_filter; + goerli_swap_SwapWeeklyVolume_orderBy: goerli_swap_SwapWeeklyVolume_orderBy; + goerli_swap_SystemInfo: ResolverTypeWrapper; + goerli_swap_SystemInfo_filter: goerli_swap_SystemInfo_filter; + goerli_swap_SystemInfo_orderBy: goerli_swap_SystemInfo_orderBy; + goerli_swap__Block_: ResolverTypeWrapper; + goerli_swap__Meta_: ResolverTypeWrapper; + testoptimismgoerli_Asset: ResolverTypeWrapper; + testoptimismgoerli_AssetBalance: ResolverTypeWrapper; + testoptimismgoerli_AssetBalance_filter: testoptimismgoerli_AssetBalance_filter; + testoptimismgoerli_AssetBalance_orderBy: testoptimismgoerli_AssetBalance_orderBy; + testoptimismgoerli_Asset_filter: testoptimismgoerli_Asset_filter; + testoptimismgoerli_Asset_orderBy: testoptimismgoerli_Asset_orderBy; + testoptimismgoerli_BigDecimal: ResolverTypeWrapper; + testoptimismgoerli_BlockChangedFilter: testoptimismgoerli_BlockChangedFilter; + testoptimismgoerli_Block_height: testoptimismgoerli_Block_height; + testoptimismgoerli_Bytes: ResolverTypeWrapper; + testoptimismgoerli_DestinationTransfer: ResolverTypeWrapper; + testoptimismgoerli_DestinationTransfer_filter: testoptimismgoerli_DestinationTransfer_filter; + testoptimismgoerli_DestinationTransfer_orderBy: testoptimismgoerli_DestinationTransfer_orderBy; + testoptimismgoerli_Int8: ResolverTypeWrapper; + testoptimismgoerli_OrderDirection: testoptimismgoerli_OrderDirection; + testoptimismgoerli_OriginTransfer: ResolverTypeWrapper; + testoptimismgoerli_OriginTransfer_filter: testoptimismgoerli_OriginTransfer_filter; + testoptimismgoerli_OriginTransfer_orderBy: testoptimismgoerli_OriginTransfer_orderBy; + testoptimismgoerli_Relayer: ResolverTypeWrapper; + testoptimismgoerli_Relayer_filter: testoptimismgoerli_Relayer_filter; + testoptimismgoerli_Relayer_orderBy: testoptimismgoerli_Relayer_orderBy; + testoptimismgoerli_Router: ResolverTypeWrapper; + testoptimismgoerli_Router_filter: testoptimismgoerli_Router_filter; + testoptimismgoerli_Router_orderBy: testoptimismgoerli_Router_orderBy; + testoptimismgoerli_Setting: ResolverTypeWrapper; + testoptimismgoerli_Setting_filter: testoptimismgoerli_Setting_filter; + testoptimismgoerli_Setting_orderBy: testoptimismgoerli_Setting_orderBy; + testoptimismgoerli_SponsorVault: ResolverTypeWrapper; + testoptimismgoerli_SponsorVault_filter: testoptimismgoerli_SponsorVault_filter; + testoptimismgoerli_SponsorVault_orderBy: testoptimismgoerli_SponsorVault_orderBy; + testoptimismgoerli_StableSwap: ResolverTypeWrapper; + testoptimismgoerli_StableSwap_filter: testoptimismgoerli_StableSwap_filter; + testoptimismgoerli_StableSwap_orderBy: testoptimismgoerli_StableSwap_orderBy; + testoptimismgoerli_TransferStatus: testoptimismgoerli_TransferStatus; + testoptimismgoerli__Block_: ResolverTypeWrapper; + testoptimismgoerli__Meta_: ResolverTypeWrapper; + staginggoerli_swap_BigDecimal: ResolverTypeWrapper; + staginggoerli_swap_BlockChangedFilter: staginggoerli_swap_BlockChangedFilter; + staginggoerli_swap_Block_height: staginggoerli_swap_Block_height; + staginggoerli_swap_Bytes: ResolverTypeWrapper; + staginggoerli_swap_Int8: ResolverTypeWrapper; + staginggoerli_swap_LpAccount: ResolverTypeWrapper; + staginggoerli_swap_LpAccountBalance: ResolverTypeWrapper; + staginggoerli_swap_LpAccountBalance_filter: staginggoerli_swap_LpAccountBalance_filter; + staginggoerli_swap_LpAccountBalance_orderBy: staginggoerli_swap_LpAccountBalance_orderBy; + staginggoerli_swap_LpAccount_filter: staginggoerli_swap_LpAccount_filter; + staginggoerli_swap_LpAccount_orderBy: staginggoerli_swap_LpAccount_orderBy; + staginggoerli_swap_LpToken: ResolverTypeWrapper; + staginggoerli_swap_LpTokenEvent: ResolversTypes['staginggoerli_swap_LpTransferEvent']; + staginggoerli_swap_LpTokenEvent_filter: staginggoerli_swap_LpTokenEvent_filter; + staginggoerli_swap_LpTokenEvent_orderBy: staginggoerli_swap_LpTokenEvent_orderBy; + staginggoerli_swap_LpToken_filter: staginggoerli_swap_LpToken_filter; + staginggoerli_swap_LpToken_orderBy: staginggoerli_swap_LpToken_orderBy; + staginggoerli_swap_LpTransferEvent: ResolverTypeWrapper; + staginggoerli_swap_LpTransferEvent_filter: staginggoerli_swap_LpTransferEvent_filter; + staginggoerli_swap_LpTransferEvent_orderBy: staginggoerli_swap_LpTransferEvent_orderBy; + staginggoerli_swap_OrderDirection: staginggoerli_swap_OrderDirection; + staginggoerli_swap_PooledToken: ResolverTypeWrapper; + staginggoerli_swap_PooledToken_filter: staginggoerli_swap_PooledToken_filter; + staginggoerli_swap_PooledToken_orderBy: staginggoerli_swap_PooledToken_orderBy; + staginggoerli_swap_StableSwap: ResolverTypeWrapper; + staginggoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + staginggoerli_swap_StableSwapAddLiquidityEvent_filter: staginggoerli_swap_StableSwapAddLiquidityEvent_filter; + staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy; + staginggoerli_swap_StableSwapEvent: ResolversTypes['staginggoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['staginggoerli_swap_StableSwapRemoveLiquidityEvent']; + staginggoerli_swap_StableSwapEvent_filter: staginggoerli_swap_StableSwapEvent_filter; + staginggoerli_swap_StableSwapEvent_orderBy: staginggoerli_swap_StableSwapEvent_orderBy; + staginggoerli_swap_StableSwapExchange: ResolverTypeWrapper; + staginggoerli_swap_StableSwapExchange_filter: staginggoerli_swap_StableSwapExchange_filter; + staginggoerli_swap_StableSwapExchange_orderBy: staginggoerli_swap_StableSwapExchange_orderBy; + staginggoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter; + staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + staginggoerli_swap_StableSwap_filter: staginggoerli_swap_StableSwap_filter; + staginggoerli_swap_StableSwap_orderBy: staginggoerli_swap_StableSwap_orderBy; + staginggoerli_swap_SwapDailyVolume: ResolverTypeWrapper; + staginggoerli_swap_SwapDailyVolume_filter: staginggoerli_swap_SwapDailyVolume_filter; + staginggoerli_swap_SwapDailyVolume_orderBy: staginggoerli_swap_SwapDailyVolume_orderBy; + staginggoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + staginggoerli_swap_SwapHourlyVolume_filter: staginggoerli_swap_SwapHourlyVolume_filter; + staginggoerli_swap_SwapHourlyVolume_orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy; + staginggoerli_swap_SwapTradeVolume: ResolversTypes['staginggoerli_swap_SwapDailyVolume'] | ResolversTypes['staginggoerli_swap_SwapHourlyVolume'] | ResolversTypes['staginggoerli_swap_SwapWeeklyVolume']; + staginggoerli_swap_SwapTradeVolume_filter: staginggoerli_swap_SwapTradeVolume_filter; + staginggoerli_swap_SwapTradeVolume_orderBy: staginggoerli_swap_SwapTradeVolume_orderBy; + staginggoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + staginggoerli_swap_SwapWeeklyVolume_filter: staginggoerli_swap_SwapWeeklyVolume_filter; + staginggoerli_swap_SwapWeeklyVolume_orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy; + staginggoerli_swap_SystemInfo: ResolverTypeWrapper; + staginggoerli_swap_SystemInfo_filter: staginggoerli_swap_SystemInfo_filter; + staginggoerli_swap_SystemInfo_orderBy: staginggoerli_swap_SystemInfo_orderBy; + staginggoerli_swap__Block_: ResolverTypeWrapper; + staginggoerli_swap__Meta_: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_BigDecimal: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_BlockChangedFilter: stagingarbitrumgoerli_swap_BlockChangedFilter; + stagingarbitrumgoerli_swap_Block_height: stagingarbitrumgoerli_swap_Block_height; + stagingarbitrumgoerli_swap_Bytes: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_Int8: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_LpAccount: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_LpAccountBalance: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_LpAccountBalance_filter: stagingarbitrumgoerli_swap_LpAccountBalance_filter; + stagingarbitrumgoerli_swap_LpAccountBalance_orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy; + stagingarbitrumgoerli_swap_LpAccount_filter: stagingarbitrumgoerli_swap_LpAccount_filter; + stagingarbitrumgoerli_swap_LpAccount_orderBy: stagingarbitrumgoerli_swap_LpAccount_orderBy; + stagingarbitrumgoerli_swap_LpToken: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_LpTokenEvent: ResolversTypes['stagingarbitrumgoerli_swap_LpTransferEvent']; + stagingarbitrumgoerli_swap_LpTokenEvent_filter: stagingarbitrumgoerli_swap_LpTokenEvent_filter; + stagingarbitrumgoerli_swap_LpTokenEvent_orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy; + stagingarbitrumgoerli_swap_LpToken_filter: stagingarbitrumgoerli_swap_LpToken_filter; + stagingarbitrumgoerli_swap_LpToken_orderBy: stagingarbitrumgoerli_swap_LpToken_orderBy; + stagingarbitrumgoerli_swap_LpTransferEvent: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_LpTransferEvent_filter: stagingarbitrumgoerli_swap_LpTransferEvent_filter; + stagingarbitrumgoerli_swap_LpTransferEvent_orderBy: stagingarbitrumgoerli_swap_LpTransferEvent_orderBy; + stagingarbitrumgoerli_swap_OrderDirection: stagingarbitrumgoerli_swap_OrderDirection; + stagingarbitrumgoerli_swap_PooledToken: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_PooledToken_filter: stagingarbitrumgoerli_swap_PooledToken_filter; + stagingarbitrumgoerli_swap_PooledToken_orderBy: stagingarbitrumgoerli_swap_PooledToken_orderBy; + stagingarbitrumgoerli_swap_StableSwap: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; + stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy; + stagingarbitrumgoerli_swap_StableSwapEvent: ResolversTypes['stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; + stagingarbitrumgoerli_swap_StableSwapEvent_filter: stagingarbitrumgoerli_swap_StableSwapEvent_filter; + stagingarbitrumgoerli_swap_StableSwapEvent_orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy; + stagingarbitrumgoerli_swap_StableSwapExchange: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_StableSwapExchange_filter: stagingarbitrumgoerli_swap_StableSwapExchange_filter; + stagingarbitrumgoerli_swap_StableSwapExchange_orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy; + stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + stagingarbitrumgoerli_swap_StableSwap_filter: stagingarbitrumgoerli_swap_StableSwap_filter; + stagingarbitrumgoerli_swap_StableSwap_orderBy: stagingarbitrumgoerli_swap_StableSwap_orderBy; + stagingarbitrumgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_SwapDailyVolume_filter: stagingarbitrumgoerli_swap_SwapDailyVolume_filter; + stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy; + stagingarbitrumgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_SwapHourlyVolume_filter: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter; + stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy; + stagingarbitrumgoerli_swap_SwapTradeVolume: ResolversTypes['stagingarbitrumgoerli_swap_SwapDailyVolume'] | ResolversTypes['stagingarbitrumgoerli_swap_SwapHourlyVolume'] | ResolversTypes['stagingarbitrumgoerli_swap_SwapWeeklyVolume']; + stagingarbitrumgoerli_swap_SwapTradeVolume_filter: stagingarbitrumgoerli_swap_SwapTradeVolume_filter; + stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy: stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy; + stagingarbitrumgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter; + stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy; + stagingarbitrumgoerli_swap_SystemInfo: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_SystemInfo_filter: stagingarbitrumgoerli_swap_SystemInfo_filter; + stagingarbitrumgoerli_swap_SystemInfo_orderBy: stagingarbitrumgoerli_swap_SystemInfo_orderBy; + stagingarbitrumgoerli_swap__Block_: ResolverTypeWrapper; + stagingarbitrumgoerli_swap__Meta_: ResolverTypeWrapper; + arbitrumgoerli_swap_BigDecimal: ResolverTypeWrapper; + arbitrumgoerli_swap_BlockChangedFilter: arbitrumgoerli_swap_BlockChangedFilter; + arbitrumgoerli_swap_Block_height: arbitrumgoerli_swap_Block_height; + arbitrumgoerli_swap_Bytes: ResolverTypeWrapper; + arbitrumgoerli_swap_Int8: ResolverTypeWrapper; + arbitrumgoerli_swap_LpAccount: ResolverTypeWrapper; + arbitrumgoerli_swap_LpAccountBalance: ResolverTypeWrapper; + arbitrumgoerli_swap_LpAccountBalance_filter: arbitrumgoerli_swap_LpAccountBalance_filter; + arbitrumgoerli_swap_LpAccountBalance_orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy; + arbitrumgoerli_swap_LpAccount_filter: arbitrumgoerli_swap_LpAccount_filter; + arbitrumgoerli_swap_LpAccount_orderBy: arbitrumgoerli_swap_LpAccount_orderBy; + arbitrumgoerli_swap_LpToken: ResolverTypeWrapper; + arbitrumgoerli_swap_LpTokenEvent: ResolversTypes['arbitrumgoerli_swap_LpTransferEvent']; + arbitrumgoerli_swap_LpTokenEvent_filter: arbitrumgoerli_swap_LpTokenEvent_filter; + arbitrumgoerli_swap_LpTokenEvent_orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy; + arbitrumgoerli_swap_LpToken_filter: arbitrumgoerli_swap_LpToken_filter; + arbitrumgoerli_swap_LpToken_orderBy: arbitrumgoerli_swap_LpToken_orderBy; + arbitrumgoerli_swap_LpTransferEvent: ResolverTypeWrapper; + arbitrumgoerli_swap_LpTransferEvent_filter: arbitrumgoerli_swap_LpTransferEvent_filter; + arbitrumgoerli_swap_LpTransferEvent_orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy; + arbitrumgoerli_swap_OrderDirection: arbitrumgoerli_swap_OrderDirection; + arbitrumgoerli_swap_PooledToken: ResolverTypeWrapper; + arbitrumgoerli_swap_PooledToken_filter: arbitrumgoerli_swap_PooledToken_filter; + arbitrumgoerli_swap_PooledToken_orderBy: arbitrumgoerli_swap_PooledToken_orderBy; + arbitrumgoerli_swap_StableSwap: ResolverTypeWrapper; + arbitrumgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; + arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy; + arbitrumgoerli_swap_StableSwapEvent: ResolversTypes['arbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; + arbitrumgoerli_swap_StableSwapEvent_filter: arbitrumgoerli_swap_StableSwapEvent_filter; + arbitrumgoerli_swap_StableSwapEvent_orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy; + arbitrumgoerli_swap_StableSwapExchange: ResolverTypeWrapper; + arbitrumgoerli_swap_StableSwapExchange_filter: arbitrumgoerli_swap_StableSwapExchange_filter; + arbitrumgoerli_swap_StableSwapExchange_orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy; + arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + arbitrumgoerli_swap_StableSwap_filter: arbitrumgoerli_swap_StableSwap_filter; + arbitrumgoerli_swap_StableSwap_orderBy: arbitrumgoerli_swap_StableSwap_orderBy; + arbitrumgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; + arbitrumgoerli_swap_SwapDailyVolume_filter: arbitrumgoerli_swap_SwapDailyVolume_filter; + arbitrumgoerli_swap_SwapDailyVolume_orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy; + arbitrumgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + arbitrumgoerli_swap_SwapHourlyVolume_filter: arbitrumgoerli_swap_SwapHourlyVolume_filter; + arbitrumgoerli_swap_SwapHourlyVolume_orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy; + arbitrumgoerli_swap_SwapTradeVolume: ResolversTypes['arbitrumgoerli_swap_SwapDailyVolume'] | ResolversTypes['arbitrumgoerli_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumgoerli_swap_SwapWeeklyVolume']; + arbitrumgoerli_swap_SwapTradeVolume_filter: arbitrumgoerli_swap_SwapTradeVolume_filter; + arbitrumgoerli_swap_SwapTradeVolume_orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy; + arbitrumgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + arbitrumgoerli_swap_SwapWeeklyVolume_filter: arbitrumgoerli_swap_SwapWeeklyVolume_filter; + arbitrumgoerli_swap_SwapWeeklyVolume_orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy; + arbitrumgoerli_swap_SystemInfo: ResolverTypeWrapper; + arbitrumgoerli_swap_SystemInfo_filter: arbitrumgoerli_swap_SystemInfo_filter; + arbitrumgoerli_swap_SystemInfo_orderBy: arbitrumgoerli_swap_SystemInfo_orderBy; + arbitrumgoerli_swap__Block_: ResolverTypeWrapper; + arbitrumgoerli_swap__Meta_: ResolverTypeWrapper; + mumbai_swap_BigDecimal: ResolverTypeWrapper; + mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; + mumbai_swap_Block_height: mumbai_swap_Block_height; + mumbai_swap_Bytes: ResolverTypeWrapper; + mumbai_swap_Int8: ResolverTypeWrapper; + mumbai_swap_LpAccount: ResolverTypeWrapper; + mumbai_swap_LpAccountBalance: ResolverTypeWrapper; + mumbai_swap_LpAccountBalance_filter: mumbai_swap_LpAccountBalance_filter; + mumbai_swap_LpAccountBalance_orderBy: mumbai_swap_LpAccountBalance_orderBy; + mumbai_swap_LpAccount_filter: mumbai_swap_LpAccount_filter; + mumbai_swap_LpAccount_orderBy: mumbai_swap_LpAccount_orderBy; + mumbai_swap_LpToken: ResolverTypeWrapper; + mumbai_swap_LpTokenEvent: ResolversTypes['mumbai_swap_LpTransferEvent']; + mumbai_swap_LpTokenEvent_filter: mumbai_swap_LpTokenEvent_filter; + mumbai_swap_LpTokenEvent_orderBy: mumbai_swap_LpTokenEvent_orderBy; + mumbai_swap_LpToken_filter: mumbai_swap_LpToken_filter; + mumbai_swap_LpToken_orderBy: mumbai_swap_LpToken_orderBy; + mumbai_swap_LpTransferEvent: ResolverTypeWrapper; + mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; + mumbai_swap_LpTransferEvent_orderBy: mumbai_swap_LpTransferEvent_orderBy; + mumbai_swap_OrderDirection: mumbai_swap_OrderDirection; + mumbai_swap_PooledToken: ResolverTypeWrapper; + mumbai_swap_PooledToken_filter: mumbai_swap_PooledToken_filter; + mumbai_swap_PooledToken_orderBy: mumbai_swap_PooledToken_orderBy; + mumbai_swap_StableSwap: ResolverTypeWrapper; + mumbai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + mumbai_swap_StableSwapAddLiquidityEvent_filter: mumbai_swap_StableSwapAddLiquidityEvent_filter; + mumbai_swap_StableSwapAddLiquidityEvent_orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy; + mumbai_swap_StableSwapEvent: ResolversTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; + mumbai_swap_StableSwapEvent_filter: mumbai_swap_StableSwapEvent_filter; + mumbai_swap_StableSwapEvent_orderBy: mumbai_swap_StableSwapEvent_orderBy; + mumbai_swap_StableSwapExchange: ResolverTypeWrapper; + mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; + mumbai_swap_StableSwapExchange_orderBy: mumbai_swap_StableSwapExchange_orderBy; + mumbai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + mumbai_swap_StableSwapRemoveLiquidityEvent_filter: mumbai_swap_StableSwapRemoveLiquidityEvent_filter; + mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy; + mumbai_swap_StableSwap_filter: mumbai_swap_StableSwap_filter; + mumbai_swap_StableSwap_orderBy: mumbai_swap_StableSwap_orderBy; + mumbai_swap_SwapDailyVolume: ResolverTypeWrapper; + mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; + mumbai_swap_SwapDailyVolume_orderBy: mumbai_swap_SwapDailyVolume_orderBy; + mumbai_swap_SwapHourlyVolume: ResolverTypeWrapper; + mumbai_swap_SwapHourlyVolume_filter: mumbai_swap_SwapHourlyVolume_filter; + mumbai_swap_SwapHourlyVolume_orderBy: mumbai_swap_SwapHourlyVolume_orderBy; + mumbai_swap_SwapTradeVolume: ResolversTypes['mumbai_swap_SwapDailyVolume'] | ResolversTypes['mumbai_swap_SwapHourlyVolume'] | ResolversTypes['mumbai_swap_SwapWeeklyVolume']; + mumbai_swap_SwapTradeVolume_filter: mumbai_swap_SwapTradeVolume_filter; + mumbai_swap_SwapTradeVolume_orderBy: mumbai_swap_SwapTradeVolume_orderBy; + mumbai_swap_SwapWeeklyVolume: ResolverTypeWrapper; + mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; + mumbai_swap_SwapWeeklyVolume_orderBy: mumbai_swap_SwapWeeklyVolume_orderBy; + mumbai_swap_SystemInfo: ResolverTypeWrapper; + mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; + mumbai_swap_SystemInfo_orderBy: mumbai_swap_SystemInfo_orderBy; + mumbai_swap__Block_: ResolverTypeWrapper; + mumbai_swap__Meta_: ResolverTypeWrapper; + bnb_swap_BigDecimal: ResolverTypeWrapper; + bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; + bnb_swap_Block_height: bnb_swap_Block_height; + bnb_swap_Bytes: ResolverTypeWrapper; + bnb_swap_Int8: ResolverTypeWrapper; + bnb_swap_LpAccount: ResolverTypeWrapper; + bnb_swap_LpAccountBalance: ResolverTypeWrapper; + bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; + bnb_swap_LpAccountBalance_orderBy: bnb_swap_LpAccountBalance_orderBy; + bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; + bnb_swap_LpAccount_orderBy: bnb_swap_LpAccount_orderBy; + bnb_swap_LpToken: ResolverTypeWrapper; + bnb_swap_LpTokenEvent: ResolversTypes['bnb_swap_LpTransferEvent']; + bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; + bnb_swap_LpTokenEvent_orderBy: bnb_swap_LpTokenEvent_orderBy; + bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; + bnb_swap_LpToken_orderBy: bnb_swap_LpToken_orderBy; + bnb_swap_LpTransferEvent: ResolverTypeWrapper; + bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; + bnb_swap_LpTransferEvent_orderBy: bnb_swap_LpTransferEvent_orderBy; + bnb_swap_OrderDirection: bnb_swap_OrderDirection; + bnb_swap_PooledToken: ResolverTypeWrapper; + bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; + bnb_swap_PooledToken_orderBy: bnb_swap_PooledToken_orderBy; + bnb_swap_StableSwap: ResolverTypeWrapper; + bnb_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; + bnb_swap_StableSwapAddLiquidityEvent_orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy; + bnb_swap_StableSwapEvent: ResolversTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; + bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; + bnb_swap_StableSwapEvent_orderBy: bnb_swap_StableSwapEvent_orderBy; + bnb_swap_StableSwapExchange: ResolverTypeWrapper; + bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; + bnb_swap_StableSwapExchange_orderBy: bnb_swap_StableSwapExchange_orderBy; + bnb_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; + bnb_swap_StableSwapRemoveLiquidityEvent_orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy; + bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; + bnb_swap_StableSwap_orderBy: bnb_swap_StableSwap_orderBy; + bnb_swap_SwapDailyVolume: ResolverTypeWrapper; + bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; + bnb_swap_SwapDailyVolume_orderBy: bnb_swap_SwapDailyVolume_orderBy; + bnb_swap_SwapHourlyVolume: ResolverTypeWrapper; + bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; + bnb_swap_SwapHourlyVolume_orderBy: bnb_swap_SwapHourlyVolume_orderBy; + bnb_swap_SwapTradeVolume: ResolversTypes['bnb_swap_SwapDailyVolume'] | ResolversTypes['bnb_swap_SwapHourlyVolume'] | ResolversTypes['bnb_swap_SwapWeeklyVolume']; + bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; + bnb_swap_SwapTradeVolume_orderBy: bnb_swap_SwapTradeVolume_orderBy; + bnb_swap_SwapWeeklyVolume: ResolverTypeWrapper; + bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; + bnb_swap_SwapWeeklyVolume_orderBy: bnb_swap_SwapWeeklyVolume_orderBy; + bnb_swap_SystemInfo: ResolverTypeWrapper; + bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; + bnb_swap_SystemInfo_orderBy: bnb_swap_SystemInfo_orderBy; + bnb_swap__Block_: ResolverTypeWrapper; + bnb_swap__Meta_: ResolverTypeWrapper; + stagingmumbai_swap_BigDecimal: ResolverTypeWrapper; + stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; + stagingmumbai_swap_Block_height: stagingmumbai_swap_Block_height; + stagingmumbai_swap_Bytes: ResolverTypeWrapper; + stagingmumbai_swap_Int8: ResolverTypeWrapper; + stagingmumbai_swap_LpAccount: ResolverTypeWrapper; + stagingmumbai_swap_LpAccountBalance: ResolverTypeWrapper; + stagingmumbai_swap_LpAccountBalance_filter: stagingmumbai_swap_LpAccountBalance_filter; + stagingmumbai_swap_LpAccountBalance_orderBy: stagingmumbai_swap_LpAccountBalance_orderBy; + stagingmumbai_swap_LpAccount_filter: stagingmumbai_swap_LpAccount_filter; + stagingmumbai_swap_LpAccount_orderBy: stagingmumbai_swap_LpAccount_orderBy; + stagingmumbai_swap_LpToken: ResolverTypeWrapper; + stagingmumbai_swap_LpTokenEvent: ResolversTypes['stagingmumbai_swap_LpTransferEvent']; + stagingmumbai_swap_LpTokenEvent_filter: stagingmumbai_swap_LpTokenEvent_filter; + stagingmumbai_swap_LpTokenEvent_orderBy: stagingmumbai_swap_LpTokenEvent_orderBy; + stagingmumbai_swap_LpToken_filter: stagingmumbai_swap_LpToken_filter; + stagingmumbai_swap_LpToken_orderBy: stagingmumbai_swap_LpToken_orderBy; + stagingmumbai_swap_LpTransferEvent: ResolverTypeWrapper; + stagingmumbai_swap_LpTransferEvent_filter: stagingmumbai_swap_LpTransferEvent_filter; + stagingmumbai_swap_LpTransferEvent_orderBy: stagingmumbai_swap_LpTransferEvent_orderBy; + stagingmumbai_swap_OrderDirection: stagingmumbai_swap_OrderDirection; + stagingmumbai_swap_PooledToken: ResolverTypeWrapper; + stagingmumbai_swap_PooledToken_filter: stagingmumbai_swap_PooledToken_filter; + stagingmumbai_swap_PooledToken_orderBy: stagingmumbai_swap_PooledToken_orderBy; + stagingmumbai_swap_StableSwap: ResolverTypeWrapper; + stagingmumbai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + stagingmumbai_swap_StableSwapAddLiquidityEvent_filter: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter; + stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy; + stagingmumbai_swap_StableSwapEvent: ResolversTypes['stagingmumbai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingmumbai_swap_StableSwapRemoveLiquidityEvent']; + stagingmumbai_swap_StableSwapEvent_filter: stagingmumbai_swap_StableSwapEvent_filter; + stagingmumbai_swap_StableSwapEvent_orderBy: stagingmumbai_swap_StableSwapEvent_orderBy; + stagingmumbai_swap_StableSwapExchange: ResolverTypeWrapper; + stagingmumbai_swap_StableSwapExchange_filter: stagingmumbai_swap_StableSwapExchange_filter; + stagingmumbai_swap_StableSwapExchange_orderBy: stagingmumbai_swap_StableSwapExchange_orderBy; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy; + stagingmumbai_swap_StableSwap_filter: stagingmumbai_swap_StableSwap_filter; + stagingmumbai_swap_StableSwap_orderBy: stagingmumbai_swap_StableSwap_orderBy; + stagingmumbai_swap_SwapDailyVolume: ResolverTypeWrapper; + stagingmumbai_swap_SwapDailyVolume_filter: stagingmumbai_swap_SwapDailyVolume_filter; + stagingmumbai_swap_SwapDailyVolume_orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy; + stagingmumbai_swap_SwapHourlyVolume: ResolverTypeWrapper; + stagingmumbai_swap_SwapHourlyVolume_filter: stagingmumbai_swap_SwapHourlyVolume_filter; + stagingmumbai_swap_SwapHourlyVolume_orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy; + stagingmumbai_swap_SwapTradeVolume: ResolversTypes['stagingmumbai_swap_SwapDailyVolume'] | ResolversTypes['stagingmumbai_swap_SwapHourlyVolume'] | ResolversTypes['stagingmumbai_swap_SwapWeeklyVolume']; + stagingmumbai_swap_SwapTradeVolume_filter: stagingmumbai_swap_SwapTradeVolume_filter; + stagingmumbai_swap_SwapTradeVolume_orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy; + stagingmumbai_swap_SwapWeeklyVolume: ResolverTypeWrapper; + stagingmumbai_swap_SwapWeeklyVolume_filter: stagingmumbai_swap_SwapWeeklyVolume_filter; + stagingmumbai_swap_SwapWeeklyVolume_orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy; + stagingmumbai_swap_SystemInfo: ResolverTypeWrapper; + stagingmumbai_swap_SystemInfo_filter: stagingmumbai_swap_SystemInfo_filter; + stagingmumbai_swap_SystemInfo_orderBy: stagingmumbai_swap_SystemInfo_orderBy; + stagingmumbai_swap__Block_: ResolverTypeWrapper; + stagingmumbai_swap__Meta_: ResolverTypeWrapper; + xdai_swap_BigDecimal: ResolverTypeWrapper; + xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; + xdai_swap_Block_height: xdai_swap_Block_height; + xdai_swap_Bytes: ResolverTypeWrapper; + xdai_swap_Int8: ResolverTypeWrapper; + xdai_swap_LpAccount: ResolverTypeWrapper; + xdai_swap_LpAccountBalance: ResolverTypeWrapper; + xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; + xdai_swap_LpAccountBalance_orderBy: xdai_swap_LpAccountBalance_orderBy; + xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; + xdai_swap_LpAccount_orderBy: xdai_swap_LpAccount_orderBy; + xdai_swap_LpToken: ResolverTypeWrapper; + xdai_swap_LpTokenEvent: ResolversTypes['xdai_swap_LpTransferEvent']; + xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; + xdai_swap_LpTokenEvent_orderBy: xdai_swap_LpTokenEvent_orderBy; + xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; + xdai_swap_LpToken_orderBy: xdai_swap_LpToken_orderBy; + xdai_swap_LpTransferEvent: ResolverTypeWrapper; + xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; + xdai_swap_LpTransferEvent_orderBy: xdai_swap_LpTransferEvent_orderBy; + xdai_swap_OrderDirection: xdai_swap_OrderDirection; + xdai_swap_PooledToken: ResolverTypeWrapper; + xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; + xdai_swap_PooledToken_orderBy: xdai_swap_PooledToken_orderBy; + xdai_swap_StableSwap: ResolverTypeWrapper; + xdai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; + xdai_swap_StableSwapAddLiquidityEvent_orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy; + xdai_swap_StableSwapEvent: ResolversTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; + xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; + xdai_swap_StableSwapEvent_orderBy: xdai_swap_StableSwapEvent_orderBy; + xdai_swap_StableSwapExchange: ResolverTypeWrapper; + xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; + xdai_swap_StableSwapExchange_orderBy: xdai_swap_StableSwapExchange_orderBy; + xdai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; + xdai_swap_StableSwapRemoveLiquidityEvent_orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy; + xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; + xdai_swap_StableSwap_orderBy: xdai_swap_StableSwap_orderBy; + xdai_swap_SwapDailyVolume: ResolverTypeWrapper; + xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; + xdai_swap_SwapDailyVolume_orderBy: xdai_swap_SwapDailyVolume_orderBy; + xdai_swap_SwapHourlyVolume: ResolverTypeWrapper; + xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; + xdai_swap_SwapHourlyVolume_orderBy: xdai_swap_SwapHourlyVolume_orderBy; + xdai_swap_SwapTradeVolume: ResolversTypes['xdai_swap_SwapDailyVolume'] | ResolversTypes['xdai_swap_SwapHourlyVolume'] | ResolversTypes['xdai_swap_SwapWeeklyVolume']; + xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; + xdai_swap_SwapTradeVolume_orderBy: xdai_swap_SwapTradeVolume_orderBy; + xdai_swap_SwapWeeklyVolume: ResolverTypeWrapper; + xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; + xdai_swap_SwapWeeklyVolume_orderBy: xdai_swap_SwapWeeklyVolume_orderBy; + xdai_swap_SystemInfo: ResolverTypeWrapper; + xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; + xdai_swap_SystemInfo_orderBy: xdai_swap_SystemInfo_orderBy; + xdai_swap__Block_: ResolverTypeWrapper; + xdai_swap__Meta_: ResolverTypeWrapper; + staginggoerli_AggregateRootSavedSlow: ResolverTypeWrapper; + staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; + staginggoerli_AggregateRootSavedSlow_orderBy: staginggoerli_AggregateRootSavedSlow_orderBy; + staginggoerli_AggregatedMessageRoot: ResolverTypeWrapper; + staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; + staginggoerli_AggregatedMessageRoot_orderBy: staginggoerli_AggregatedMessageRoot_orderBy; + staginggoerli_ArbitrumConnectorMeta: ResolverTypeWrapper; + staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; + staginggoerli_ArbitrumConnectorMeta_orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy; + staginggoerli_BigDecimal: ResolverTypeWrapper; + staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; + staginggoerli_Block_height: staginggoerli_Block_height; + staginggoerli_BnbConnectorMeta: ResolverTypeWrapper; + staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; + staginggoerli_BnbConnectorMeta_orderBy: staginggoerli_BnbConnectorMeta_orderBy; + staginggoerli_Bytes: ResolverTypeWrapper; + staginggoerli_GnosisConnectorMeta: ResolverTypeWrapper; + staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; + staginggoerli_GnosisConnectorMeta_orderBy: staginggoerli_GnosisConnectorMeta_orderBy; + staginggoerli_HubDomain: ResolverTypeWrapper; + staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; + staginggoerli_HubDomain_orderBy: staginggoerli_HubDomain_orderBy; + staginggoerli_HubOptimisticRootFinalized: ResolverTypeWrapper; + staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; + staginggoerli_HubOptimisticRootFinalized_orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy; + staginggoerli_Int8: ResolverTypeWrapper; + staginggoerli_OptimismConnectorMeta: ResolverTypeWrapper; + staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; + staginggoerli_OptimismConnectorMeta_orderBy: staginggoerli_OptimismConnectorMeta_orderBy; + staginggoerli_OptimisticRootPropagated: ResolverTypeWrapper; + staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; + staginggoerli_OptimisticRootPropagated_orderBy: staginggoerli_OptimisticRootPropagated_orderBy; + staginggoerli_OptimisticRootProposed: ResolverTypeWrapper; + staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; + staginggoerli_OptimisticRootProposed_orderBy: staginggoerli_OptimisticRootProposed_orderBy; + staginggoerli_OrderDirection: staginggoerli_OrderDirection; + staginggoerli_PolygonConnectorMeta: ResolverTypeWrapper; + staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; + staginggoerli_PolygonConnectorMeta_orderBy: staginggoerli_PolygonConnectorMeta_orderBy; + staginggoerli_RootAggregated: ResolverTypeWrapper; + staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; + staginggoerli_RootAggregated_orderBy: staginggoerli_RootAggregated_orderBy; + staginggoerli_RootManagerMeta: ResolverTypeWrapper; + staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; + staginggoerli_RootManagerMeta_orderBy: staginggoerli_RootManagerMeta_orderBy; + staginggoerli_RootManagerMode: ResolverTypeWrapper; + staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; + staginggoerli_RootManagerMode_orderBy: staginggoerli_RootManagerMode_orderBy; + staginggoerli_RootMessageProcessed: ResolverTypeWrapper; + staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; + staginggoerli_RootMessageProcessed_orderBy: staginggoerli_RootMessageProcessed_orderBy; + staginggoerli_RootPropagated: ResolverTypeWrapper; + staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; + staginggoerli_RootPropagated_orderBy: staginggoerli_RootPropagated_orderBy; + staginggoerli_ZkSyncConnectorMeta: ResolverTypeWrapper; + staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; + staginggoerli_ZkSyncConnectorMeta_orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy; + staginggoerli__Block_: ResolverTypeWrapper; + staginggoerli__Meta_: ResolverTypeWrapper; + optimismgoerli_swap_BigDecimal: ResolverTypeWrapper; + optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; + optimismgoerli_swap_Block_height: optimismgoerli_swap_Block_height; + optimismgoerli_swap_Bytes: ResolverTypeWrapper; + optimismgoerli_swap_Int8: ResolverTypeWrapper; + optimismgoerli_swap_LpAccount: ResolverTypeWrapper; + optimismgoerli_swap_LpAccountBalance: ResolverTypeWrapper; + optimismgoerli_swap_LpAccountBalance_filter: optimismgoerli_swap_LpAccountBalance_filter; + optimismgoerli_swap_LpAccountBalance_orderBy: optimismgoerli_swap_LpAccountBalance_orderBy; + optimismgoerli_swap_LpAccount_filter: optimismgoerli_swap_LpAccount_filter; + optimismgoerli_swap_LpAccount_orderBy: optimismgoerli_swap_LpAccount_orderBy; + optimismgoerli_swap_LpToken: ResolverTypeWrapper; + optimismgoerli_swap_LpTokenEvent: ResolversTypes['optimismgoerli_swap_LpTransferEvent']; + optimismgoerli_swap_LpTokenEvent_filter: optimismgoerli_swap_LpTokenEvent_filter; + optimismgoerli_swap_LpTokenEvent_orderBy: optimismgoerli_swap_LpTokenEvent_orderBy; + optimismgoerli_swap_LpToken_filter: optimismgoerli_swap_LpToken_filter; + optimismgoerli_swap_LpToken_orderBy: optimismgoerli_swap_LpToken_orderBy; + optimismgoerli_swap_LpTransferEvent: ResolverTypeWrapper; + optimismgoerli_swap_LpTransferEvent_filter: optimismgoerli_swap_LpTransferEvent_filter; + optimismgoerli_swap_LpTransferEvent_orderBy: optimismgoerli_swap_LpTransferEvent_orderBy; + optimismgoerli_swap_OrderDirection: optimismgoerli_swap_OrderDirection; + optimismgoerli_swap_PooledToken: ResolverTypeWrapper; + optimismgoerli_swap_PooledToken_filter: optimismgoerli_swap_PooledToken_filter; + optimismgoerli_swap_PooledToken_orderBy: optimismgoerli_swap_PooledToken_orderBy; + optimismgoerli_swap_StableSwap: ResolverTypeWrapper; + optimismgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + optimismgoerli_swap_StableSwapAddLiquidityEvent_filter: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter; + optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy; + optimismgoerli_swap_StableSwapEvent: ResolversTypes['optimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimismgoerli_swap_StableSwapRemoveLiquidityEvent']; + optimismgoerli_swap_StableSwapEvent_filter: optimismgoerli_swap_StableSwapEvent_filter; + optimismgoerli_swap_StableSwapEvent_orderBy: optimismgoerli_swap_StableSwapEvent_orderBy; + optimismgoerli_swap_StableSwapExchange: ResolverTypeWrapper; + optimismgoerli_swap_StableSwapExchange_filter: optimismgoerli_swap_StableSwapExchange_filter; + optimismgoerli_swap_StableSwapExchange_orderBy: optimismgoerli_swap_StableSwapExchange_orderBy; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + optimismgoerli_swap_StableSwap_filter: optimismgoerli_swap_StableSwap_filter; + optimismgoerli_swap_StableSwap_orderBy: optimismgoerli_swap_StableSwap_orderBy; + optimismgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; + optimismgoerli_swap_SwapDailyVolume_filter: optimismgoerli_swap_SwapDailyVolume_filter; + optimismgoerli_swap_SwapDailyVolume_orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy; + optimismgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + optimismgoerli_swap_SwapHourlyVolume_filter: optimismgoerli_swap_SwapHourlyVolume_filter; + optimismgoerli_swap_SwapHourlyVolume_orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy; + optimismgoerli_swap_SwapTradeVolume: ResolversTypes['optimismgoerli_swap_SwapDailyVolume'] | ResolversTypes['optimismgoerli_swap_SwapHourlyVolume'] | ResolversTypes['optimismgoerli_swap_SwapWeeklyVolume']; + optimismgoerli_swap_SwapTradeVolume_filter: optimismgoerli_swap_SwapTradeVolume_filter; + optimismgoerli_swap_SwapTradeVolume_orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy; + optimismgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + optimismgoerli_swap_SwapWeeklyVolume_filter: optimismgoerli_swap_SwapWeeklyVolume_filter; + optimismgoerli_swap_SwapWeeklyVolume_orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy; + optimismgoerli_swap_SystemInfo: ResolverTypeWrapper; + optimismgoerli_swap_SystemInfo_filter: optimismgoerli_swap_SystemInfo_filter; + optimismgoerli_swap_SystemInfo_orderBy: optimismgoerli_swap_SystemInfo_orderBy; + optimismgoerli_swap__Block_: ResolverTypeWrapper; + optimismgoerli_swap__Meta_: ResolverTypeWrapper; + optimism_swap_BigDecimal: ResolverTypeWrapper; + optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; + optimism_swap_Block_height: optimism_swap_Block_height; + optimism_swap_Bytes: ResolverTypeWrapper; + optimism_swap_Int8: ResolverTypeWrapper; + optimism_swap_LpAccount: ResolverTypeWrapper; + optimism_swap_LpAccountBalance: ResolverTypeWrapper; + optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; + optimism_swap_LpAccountBalance_orderBy: optimism_swap_LpAccountBalance_orderBy; + optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; + optimism_swap_LpAccount_orderBy: optimism_swap_LpAccount_orderBy; + optimism_swap_LpToken: ResolverTypeWrapper; + optimism_swap_LpTokenEvent: ResolversTypes['optimism_swap_LpTransferEvent']; + optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; + optimism_swap_LpTokenEvent_orderBy: optimism_swap_LpTokenEvent_orderBy; + optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; + optimism_swap_LpToken_orderBy: optimism_swap_LpToken_orderBy; + optimism_swap_LpTransferEvent: ResolverTypeWrapper; + optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; + optimism_swap_LpTransferEvent_orderBy: optimism_swap_LpTransferEvent_orderBy; + optimism_swap_OrderDirection: optimism_swap_OrderDirection; + optimism_swap_PooledToken: ResolverTypeWrapper; + optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; + optimism_swap_PooledToken_orderBy: optimism_swap_PooledToken_orderBy; + optimism_swap_StableSwap: ResolverTypeWrapper; + optimism_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; + optimism_swap_StableSwapAddLiquidityEvent_orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy; + optimism_swap_StableSwapEvent: ResolversTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; + optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; + optimism_swap_StableSwapEvent_orderBy: optimism_swap_StableSwapEvent_orderBy; + optimism_swap_StableSwapExchange: ResolverTypeWrapper; + optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; + optimism_swap_StableSwapExchange_orderBy: optimism_swap_StableSwapExchange_orderBy; + optimism_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; + optimism_swap_StableSwapRemoveLiquidityEvent_orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy; + optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; + optimism_swap_StableSwap_orderBy: optimism_swap_StableSwap_orderBy; + optimism_swap_SwapDailyVolume: ResolverTypeWrapper; + optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; + optimism_swap_SwapDailyVolume_orderBy: optimism_swap_SwapDailyVolume_orderBy; + optimism_swap_SwapHourlyVolume: ResolverTypeWrapper; + optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; + optimism_swap_SwapHourlyVolume_orderBy: optimism_swap_SwapHourlyVolume_orderBy; + optimism_swap_SwapTradeVolume: ResolversTypes['optimism_swap_SwapDailyVolume'] | ResolversTypes['optimism_swap_SwapHourlyVolume'] | ResolversTypes['optimism_swap_SwapWeeklyVolume']; + optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; + optimism_swap_SwapTradeVolume_orderBy: optimism_swap_SwapTradeVolume_orderBy; + optimism_swap_SwapWeeklyVolume: ResolverTypeWrapper; + optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; + optimism_swap_SwapWeeklyVolume_orderBy: optimism_swap_SwapWeeklyVolume_orderBy; + optimism_swap_SystemInfo: ResolverTypeWrapper; + optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; + optimism_swap_SystemInfo_orderBy: optimism_swap_SystemInfo_orderBy; + optimism_swap__Block_: ResolverTypeWrapper; + optimism_swap__Meta_: ResolverTypeWrapper; + arbitrumone_swap_BigDecimal: ResolverTypeWrapper; + arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; + arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; + arbitrumone_swap_Bytes: ResolverTypeWrapper; + arbitrumone_swap_Int8: ResolverTypeWrapper; + arbitrumone_swap_LpAccount: ResolverTypeWrapper; + arbitrumone_swap_LpAccountBalance: ResolverTypeWrapper; + arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; + arbitrumone_swap_LpAccountBalance_orderBy: arbitrumone_swap_LpAccountBalance_orderBy; + arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; + arbitrumone_swap_LpAccount_orderBy: arbitrumone_swap_LpAccount_orderBy; + arbitrumone_swap_LpToken: ResolverTypeWrapper; + arbitrumone_swap_LpTokenEvent: ResolversTypes['arbitrumone_swap_LpTransferEvent']; + arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; + arbitrumone_swap_LpTokenEvent_orderBy: arbitrumone_swap_LpTokenEvent_orderBy; + arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; + arbitrumone_swap_LpToken_orderBy: arbitrumone_swap_LpToken_orderBy; + arbitrumone_swap_LpTransferEvent: ResolverTypeWrapper; + arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; + arbitrumone_swap_LpTransferEvent_orderBy: arbitrumone_swap_LpTransferEvent_orderBy; + arbitrumone_swap_OrderDirection: arbitrumone_swap_OrderDirection; + arbitrumone_swap_PooledToken: ResolverTypeWrapper; + arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; + arbitrumone_swap_PooledToken_orderBy: arbitrumone_swap_PooledToken_orderBy; + arbitrumone_swap_StableSwap: ResolverTypeWrapper; + arbitrumone_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; + arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy; + arbitrumone_swap_StableSwapEvent: ResolversTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; + arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; + arbitrumone_swap_StableSwapEvent_orderBy: arbitrumone_swap_StableSwapEvent_orderBy; + arbitrumone_swap_StableSwapExchange: ResolverTypeWrapper; + arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; + arbitrumone_swap_StableSwapExchange_orderBy: arbitrumone_swap_StableSwapExchange_orderBy; + arbitrumone_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy; + arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; + arbitrumone_swap_StableSwap_orderBy: arbitrumone_swap_StableSwap_orderBy; + arbitrumone_swap_SwapDailyVolume: ResolverTypeWrapper; + arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; + arbitrumone_swap_SwapDailyVolume_orderBy: arbitrumone_swap_SwapDailyVolume_orderBy; + arbitrumone_swap_SwapHourlyVolume: ResolverTypeWrapper; + arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; + arbitrumone_swap_SwapHourlyVolume_orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy; + arbitrumone_swap_SwapTradeVolume: ResolversTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumone_swap_SwapWeeklyVolume']; + arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; + arbitrumone_swap_SwapTradeVolume_orderBy: arbitrumone_swap_SwapTradeVolume_orderBy; + arbitrumone_swap_SwapWeeklyVolume: ResolverTypeWrapper; + arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; + arbitrumone_swap_SwapWeeklyVolume_orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy; + arbitrumone_swap_SystemInfo: ResolverTypeWrapper; + arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; + arbitrumone_swap_SystemInfo_orderBy: arbitrumone_swap_SystemInfo_orderBy; + arbitrumone_swap__Block_: ResolverTypeWrapper; + arbitrumone_swap__Meta_: ResolverTypeWrapper; + polygon_swap_BigDecimal: ResolverTypeWrapper; + polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; + polygon_swap_Block_height: polygon_swap_Block_height; + polygon_swap_Bytes: ResolverTypeWrapper; + polygon_swap_Int8: ResolverTypeWrapper; + polygon_swap_LpAccount: ResolverTypeWrapper; + polygon_swap_LpAccountBalance: ResolverTypeWrapper; + polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; + polygon_swap_LpAccountBalance_orderBy: polygon_swap_LpAccountBalance_orderBy; + polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; + polygon_swap_LpAccount_orderBy: polygon_swap_LpAccount_orderBy; + polygon_swap_LpToken: ResolverTypeWrapper; + polygon_swap_LpTokenEvent: ResolversTypes['polygon_swap_LpTransferEvent']; + polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; + polygon_swap_LpTokenEvent_orderBy: polygon_swap_LpTokenEvent_orderBy; + polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; + polygon_swap_LpToken_orderBy: polygon_swap_LpToken_orderBy; + polygon_swap_LpTransferEvent: ResolverTypeWrapper; + polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; + polygon_swap_LpTransferEvent_orderBy: polygon_swap_LpTransferEvent_orderBy; + polygon_swap_OrderDirection: polygon_swap_OrderDirection; + polygon_swap_PooledToken: ResolverTypeWrapper; + polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; + polygon_swap_PooledToken_orderBy: polygon_swap_PooledToken_orderBy; + polygon_swap_StableSwap: ResolverTypeWrapper; + polygon_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; + polygon_swap_StableSwapAddLiquidityEvent_orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy; + polygon_swap_StableSwapEvent: ResolversTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; + polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; + polygon_swap_StableSwapEvent_orderBy: polygon_swap_StableSwapEvent_orderBy; + polygon_swap_StableSwapExchange: ResolverTypeWrapper; + polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; + polygon_swap_StableSwapExchange_orderBy: polygon_swap_StableSwapExchange_orderBy; + polygon_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; + polygon_swap_StableSwapRemoveLiquidityEvent_orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy; + polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; + polygon_swap_StableSwap_orderBy: polygon_swap_StableSwap_orderBy; + polygon_swap_SwapDailyVolume: ResolverTypeWrapper; + polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; + polygon_swap_SwapDailyVolume_orderBy: polygon_swap_SwapDailyVolume_orderBy; + polygon_swap_SwapHourlyVolume: ResolverTypeWrapper; + polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; + polygon_swap_SwapHourlyVolume_orderBy: polygon_swap_SwapHourlyVolume_orderBy; + polygon_swap_SwapTradeVolume: ResolversTypes['polygon_swap_SwapDailyVolume'] | ResolversTypes['polygon_swap_SwapHourlyVolume'] | ResolversTypes['polygon_swap_SwapWeeklyVolume']; + polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; + polygon_swap_SwapTradeVolume_orderBy: polygon_swap_SwapTradeVolume_orderBy; + polygon_swap_SwapWeeklyVolume: ResolverTypeWrapper; + polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; + polygon_swap_SwapWeeklyVolume_orderBy: polygon_swap_SwapWeeklyVolume_orderBy; + polygon_swap_SystemInfo: ResolverTypeWrapper; + polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; + polygon_swap_SystemInfo_orderBy: polygon_swap_SystemInfo_orderBy; + polygon_swap__Block_: ResolverTypeWrapper; + polygon_swap__Meta_: ResolverTypeWrapper; + linea_swap_BigDecimal: ResolverTypeWrapper; + linea_swap_BlockChangedFilter: linea_swap_BlockChangedFilter; + linea_swap_Block_height: linea_swap_Block_height; + linea_swap_Bytes: ResolverTypeWrapper; + linea_swap_LpAccount: ResolverTypeWrapper; + linea_swap_LpAccountBalance: ResolverTypeWrapper; + linea_swap_LpAccountBalance_filter: linea_swap_LpAccountBalance_filter; + linea_swap_LpAccountBalance_orderBy: linea_swap_LpAccountBalance_orderBy; + linea_swap_LpAccount_filter: linea_swap_LpAccount_filter; + linea_swap_LpAccount_orderBy: linea_swap_LpAccount_orderBy; + linea_swap_LpToken: ResolverTypeWrapper; + linea_swap_LpTokenEvent: ResolversTypes['linea_swap_LpTransferEvent']; + linea_swap_LpTokenEvent_filter: linea_swap_LpTokenEvent_filter; + linea_swap_LpTokenEvent_orderBy: linea_swap_LpTokenEvent_orderBy; + linea_swap_LpToken_filter: linea_swap_LpToken_filter; + linea_swap_LpToken_orderBy: linea_swap_LpToken_orderBy; + linea_swap_LpTransferEvent: ResolverTypeWrapper; + linea_swap_LpTransferEvent_filter: linea_swap_LpTransferEvent_filter; + linea_swap_LpTransferEvent_orderBy: linea_swap_LpTransferEvent_orderBy; + linea_swap_OrderDirection: linea_swap_OrderDirection; + linea_swap_PooledToken: ResolverTypeWrapper; + linea_swap_PooledToken_filter: linea_swap_PooledToken_filter; + linea_swap_PooledToken_orderBy: linea_swap_PooledToken_orderBy; + linea_swap_StableSwap: ResolverTypeWrapper; + linea_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + linea_swap_StableSwapAddLiquidityEvent_filter: linea_swap_StableSwapAddLiquidityEvent_filter; + linea_swap_StableSwapAddLiquidityEvent_orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy; + linea_swap_StableSwapEvent: ResolversTypes['linea_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['linea_swap_StableSwapRemoveLiquidityEvent']; + linea_swap_StableSwapEvent_filter: linea_swap_StableSwapEvent_filter; + linea_swap_StableSwapEvent_orderBy: linea_swap_StableSwapEvent_orderBy; + linea_swap_StableSwapExchange: ResolverTypeWrapper; + linea_swap_StableSwapExchange_filter: linea_swap_StableSwapExchange_filter; + linea_swap_StableSwapExchange_orderBy: linea_swap_StableSwapExchange_orderBy; + linea_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + linea_swap_StableSwapRemoveLiquidityEvent_filter: linea_swap_StableSwapRemoveLiquidityEvent_filter; + linea_swap_StableSwapRemoveLiquidityEvent_orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy; + linea_swap_StableSwap_filter: linea_swap_StableSwap_filter; + linea_swap_StableSwap_orderBy: linea_swap_StableSwap_orderBy; + linea_swap_SwapDailyVolume: ResolverTypeWrapper; + linea_swap_SwapDailyVolume_filter: linea_swap_SwapDailyVolume_filter; + linea_swap_SwapDailyVolume_orderBy: linea_swap_SwapDailyVolume_orderBy; + linea_swap_SwapHourlyVolume: ResolverTypeWrapper; + linea_swap_SwapHourlyVolume_filter: linea_swap_SwapHourlyVolume_filter; + linea_swap_SwapHourlyVolume_orderBy: linea_swap_SwapHourlyVolume_orderBy; + linea_swap_SwapTradeVolume: ResolversTypes['linea_swap_SwapDailyVolume'] | ResolversTypes['linea_swap_SwapHourlyVolume'] | ResolversTypes['linea_swap_SwapWeeklyVolume']; + linea_swap_SwapTradeVolume_filter: linea_swap_SwapTradeVolume_filter; + linea_swap_SwapTradeVolume_orderBy: linea_swap_SwapTradeVolume_orderBy; + linea_swap_SwapWeeklyVolume: ResolverTypeWrapper; + linea_swap_SwapWeeklyVolume_filter: linea_swap_SwapWeeklyVolume_filter; + linea_swap_SwapWeeklyVolume_orderBy: linea_swap_SwapWeeklyVolume_orderBy; + linea_swap_SystemInfo: ResolverTypeWrapper; + linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; + linea_swap_SystemInfo_orderBy: linea_swap_SystemInfo_orderBy; + linea_swap__Block_: ResolverTypeWrapper; + linea_swap__Meta_: ResolverTypeWrapper; goerli_AggregateRoot: ResolverTypeWrapper; goerli_AggregateRoot_filter: goerli_AggregateRoot_filter; goerli_AggregateRoot_orderBy: goerli_AggregateRoot_orderBy; @@ -108741,223 +108357,403 @@ export type ResolversTypes = ResolversObject<{ goerli_SlippageUpdate_filter: goerli_SlippageUpdate_filter; goerli_SlippageUpdate_orderBy: goerli_SlippageUpdate_orderBy; goerli_TransferStatus: goerli_TransferStatus; - localmainnet_AggregateRoot: ResolverTypeWrapper; - localmainnet_AggregateRootProposed: ResolverTypeWrapper; - localmainnet_AggregateRootProposed_filter: localmainnet_AggregateRootProposed_filter; - localmainnet_AggregateRootProposed_orderBy: localmainnet_AggregateRootProposed_orderBy; - localmainnet_AggregateRoot_filter: localmainnet_AggregateRoot_filter; - localmainnet_AggregateRoot_orderBy: localmainnet_AggregateRoot_orderBy; - localmainnet_Asset: ResolverTypeWrapper; - localmainnet_AssetBalance: ResolverTypeWrapper; - localmainnet_AssetBalance_filter: localmainnet_AssetBalance_filter; - localmainnet_AssetBalance_orderBy: localmainnet_AssetBalance_orderBy; - localmainnet_AssetStatus: ResolverTypeWrapper; - localmainnet_AssetStatus_filter: localmainnet_AssetStatus_filter; - localmainnet_AssetStatus_orderBy: localmainnet_AssetStatus_orderBy; - localmainnet_Asset_filter: localmainnet_Asset_filter; - localmainnet_Asset_orderBy: localmainnet_Asset_orderBy; - localmainnet_ConnectorMeta: ResolverTypeWrapper; - localmainnet_ConnectorMeta_filter: localmainnet_ConnectorMeta_filter; - localmainnet_ConnectorMeta_orderBy: localmainnet_ConnectorMeta_orderBy; - localmainnet_DestinationTransfer: ResolverTypeWrapper; - localmainnet_DestinationTransfer_filter: localmainnet_DestinationTransfer_filter; - localmainnet_DestinationTransfer_orderBy: localmainnet_DestinationTransfer_orderBy; - localmainnet_OptimisticRootFinalized: ResolverTypeWrapper; - localmainnet_OptimisticRootFinalized_filter: localmainnet_OptimisticRootFinalized_filter; - localmainnet_OptimisticRootFinalized_orderBy: localmainnet_OptimisticRootFinalized_orderBy; - localmainnet_OriginMessage: ResolverTypeWrapper; - localmainnet_OriginMessage_filter: localmainnet_OriginMessage_filter; - localmainnet_OriginMessage_orderBy: localmainnet_OriginMessage_orderBy; - localmainnet_OriginTransfer: ResolverTypeWrapper; - localmainnet_OriginTransfer_filter: localmainnet_OriginTransfer_filter; - localmainnet_OriginTransfer_orderBy: localmainnet_OriginTransfer_orderBy; - localmainnet_Relayer: ResolverTypeWrapper; - localmainnet_RelayerFee: ResolverTypeWrapper; - localmainnet_RelayerFee_filter: localmainnet_RelayerFee_filter; - localmainnet_RelayerFee_orderBy: localmainnet_RelayerFee_orderBy; - localmainnet_RelayerFeesIncrease: ResolverTypeWrapper; - localmainnet_RelayerFeesIncrease_filter: localmainnet_RelayerFeesIncrease_filter; - localmainnet_RelayerFeesIncrease_orderBy: localmainnet_RelayerFeesIncrease_orderBy; - localmainnet_Relayer_filter: localmainnet_Relayer_filter; - localmainnet_Relayer_orderBy: localmainnet_Relayer_orderBy; - localmainnet_RootCount: ResolverTypeWrapper; - localmainnet_RootCount_filter: localmainnet_RootCount_filter; - localmainnet_RootCount_orderBy: localmainnet_RootCount_orderBy; - localmainnet_RootMessageSent: ResolverTypeWrapper; - localmainnet_RootMessageSent_filter: localmainnet_RootMessageSent_filter; - localmainnet_RootMessageSent_orderBy: localmainnet_RootMessageSent_orderBy; - localmainnet_Router: ResolverTypeWrapper; - localmainnet_RouterDailyTVL: ResolverTypeWrapper; - localmainnet_RouterDailyTVL_filter: localmainnet_RouterDailyTVL_filter; - localmainnet_RouterDailyTVL_orderBy: localmainnet_RouterDailyTVL_orderBy; - localmainnet_Router_filter: localmainnet_Router_filter; - localmainnet_Router_orderBy: localmainnet_Router_orderBy; - localmainnet_Sequencer: ResolverTypeWrapper; - localmainnet_Sequencer_filter: localmainnet_Sequencer_filter; - localmainnet_Sequencer_orderBy: localmainnet_Sequencer_orderBy; - localmainnet_Setting: ResolverTypeWrapper; - localmainnet_Setting_filter: localmainnet_Setting_filter; - localmainnet_Setting_orderBy: localmainnet_Setting_orderBy; - localmainnet_SlippageUpdate: ResolverTypeWrapper; - localmainnet_SlippageUpdate_filter: localmainnet_SlippageUpdate_filter; - localmainnet_SlippageUpdate_orderBy: localmainnet_SlippageUpdate_orderBy; - localmainnet_SnapshotRoot: ResolverTypeWrapper; - localmainnet_SnapshotRoot_filter: localmainnet_SnapshotRoot_filter; - localmainnet_SnapshotRoot_orderBy: localmainnet_SnapshotRoot_orderBy; - localmainnet_SpokeConnectorMode: ResolverTypeWrapper; - localmainnet_SpokeConnectorMode_filter: localmainnet_SpokeConnectorMode_filter; - localmainnet_SpokeConnectorMode_orderBy: localmainnet_SpokeConnectorMode_orderBy; - localmainnet_TransferStatus: localmainnet_TransferStatus; - localoptimism_AggregateRoot: ResolverTypeWrapper; - localoptimism_AggregateRootProposed: ResolverTypeWrapper; - localoptimism_AggregateRootProposed_filter: localoptimism_AggregateRootProposed_filter; - localoptimism_AggregateRootProposed_orderBy: localoptimism_AggregateRootProposed_orderBy; - localoptimism_AggregateRoot_filter: localoptimism_AggregateRoot_filter; - localoptimism_AggregateRoot_orderBy: localoptimism_AggregateRoot_orderBy; - localoptimism_Asset: ResolverTypeWrapper; - localoptimism_AssetBalance: ResolverTypeWrapper; - localoptimism_AssetBalance_filter: localoptimism_AssetBalance_filter; - localoptimism_AssetBalance_orderBy: localoptimism_AssetBalance_orderBy; - localoptimism_AssetStatus: ResolverTypeWrapper; - localoptimism_AssetStatus_filter: localoptimism_AssetStatus_filter; - localoptimism_AssetStatus_orderBy: localoptimism_AssetStatus_orderBy; - localoptimism_Asset_filter: localoptimism_Asset_filter; - localoptimism_Asset_orderBy: localoptimism_Asset_orderBy; - localoptimism_BigDecimal: ResolverTypeWrapper; - localoptimism_BlockChangedFilter: localoptimism_BlockChangedFilter; - localoptimism_Block_height: localoptimism_Block_height; - localoptimism_Bytes: ResolverTypeWrapper; - localoptimism_ConnectorMeta: ResolverTypeWrapper; - localoptimism_ConnectorMeta_filter: localoptimism_ConnectorMeta_filter; - localoptimism_ConnectorMeta_orderBy: localoptimism_ConnectorMeta_orderBy; - localoptimism_DestinationTransfer: ResolverTypeWrapper; - localoptimism_DestinationTransfer_filter: localoptimism_DestinationTransfer_filter; - localoptimism_DestinationTransfer_orderBy: localoptimism_DestinationTransfer_orderBy; - localoptimism_Int8: ResolverTypeWrapper; - localoptimism_OptimisticRootFinalized: ResolverTypeWrapper; - localoptimism_OptimisticRootFinalized_filter: localoptimism_OptimisticRootFinalized_filter; - localoptimism_OptimisticRootFinalized_orderBy: localoptimism_OptimisticRootFinalized_orderBy; - localoptimism_OrderDirection: localoptimism_OrderDirection; - localoptimism_OriginMessage: ResolverTypeWrapper; - localoptimism_OriginMessage_filter: localoptimism_OriginMessage_filter; - localoptimism_OriginMessage_orderBy: localoptimism_OriginMessage_orderBy; - localoptimism_OriginTransfer: ResolverTypeWrapper; - localoptimism_OriginTransfer_filter: localoptimism_OriginTransfer_filter; - localoptimism_OriginTransfer_orderBy: localoptimism_OriginTransfer_orderBy; - localoptimism_Relayer: ResolverTypeWrapper; - localoptimism_RelayerFee: ResolverTypeWrapper; - localoptimism_RelayerFee_filter: localoptimism_RelayerFee_filter; - localoptimism_RelayerFee_orderBy: localoptimism_RelayerFee_orderBy; - localoptimism_RelayerFeesIncrease: ResolverTypeWrapper; - localoptimism_RelayerFeesIncrease_filter: localoptimism_RelayerFeesIncrease_filter; - localoptimism_RelayerFeesIncrease_orderBy: localoptimism_RelayerFeesIncrease_orderBy; - localoptimism_Relayer_filter: localoptimism_Relayer_filter; - localoptimism_Relayer_orderBy: localoptimism_Relayer_orderBy; - localoptimism_RootCount: ResolverTypeWrapper; - localoptimism_RootCount_filter: localoptimism_RootCount_filter; - localoptimism_RootCount_orderBy: localoptimism_RootCount_orderBy; - localoptimism_RootMessageSent: ResolverTypeWrapper; - localoptimism_RootMessageSent_filter: localoptimism_RootMessageSent_filter; - localoptimism_RootMessageSent_orderBy: localoptimism_RootMessageSent_orderBy; - localoptimism_Router: ResolverTypeWrapper; - localoptimism_RouterDailyTVL: ResolverTypeWrapper; - localoptimism_RouterDailyTVL_filter: localoptimism_RouterDailyTVL_filter; - localoptimism_RouterDailyTVL_orderBy: localoptimism_RouterDailyTVL_orderBy; - localoptimism_Router_filter: localoptimism_Router_filter; - localoptimism_Router_orderBy: localoptimism_Router_orderBy; - localoptimism_Sequencer: ResolverTypeWrapper; - localoptimism_Sequencer_filter: localoptimism_Sequencer_filter; - localoptimism_Sequencer_orderBy: localoptimism_Sequencer_orderBy; - localoptimism_Setting: ResolverTypeWrapper; - localoptimism_Setting_filter: localoptimism_Setting_filter; - localoptimism_Setting_orderBy: localoptimism_Setting_orderBy; - localoptimism_SlippageUpdate: ResolverTypeWrapper; - localoptimism_SlippageUpdate_filter: localoptimism_SlippageUpdate_filter; - localoptimism_SlippageUpdate_orderBy: localoptimism_SlippageUpdate_orderBy; - localoptimism_SnapshotRoot: ResolverTypeWrapper; - localoptimism_SnapshotRoot_filter: localoptimism_SnapshotRoot_filter; - localoptimism_SnapshotRoot_orderBy: localoptimism_SnapshotRoot_orderBy; - localoptimism_SpokeConnectorMode: ResolverTypeWrapper; - localoptimism_SpokeConnectorMode_filter: localoptimism_SpokeConnectorMode_filter; - localoptimism_SpokeConnectorMode_orderBy: localoptimism_SpokeConnectorMode_orderBy; - localoptimism_TransferStatus: localoptimism_TransferStatus; - localoptimism__Block_: ResolverTypeWrapper; - localoptimism__Meta_: ResolverTypeWrapper; - localarbitrumone_AggregateRoot: ResolverTypeWrapper; - localarbitrumone_AggregateRootProposed: ResolverTypeWrapper; - localarbitrumone_AggregateRootProposed_filter: localarbitrumone_AggregateRootProposed_filter; - localarbitrumone_AggregateRootProposed_orderBy: localarbitrumone_AggregateRootProposed_orderBy; - localarbitrumone_AggregateRoot_filter: localarbitrumone_AggregateRoot_filter; - localarbitrumone_AggregateRoot_orderBy: localarbitrumone_AggregateRoot_orderBy; - localarbitrumone_Asset: ResolverTypeWrapper; - localarbitrumone_AssetBalance: ResolverTypeWrapper; - localarbitrumone_AssetBalance_filter: localarbitrumone_AssetBalance_filter; - localarbitrumone_AssetBalance_orderBy: localarbitrumone_AssetBalance_orderBy; - localarbitrumone_AssetStatus: ResolverTypeWrapper; - localarbitrumone_AssetStatus_filter: localarbitrumone_AssetStatus_filter; - localarbitrumone_AssetStatus_orderBy: localarbitrumone_AssetStatus_orderBy; - localarbitrumone_Asset_filter: localarbitrumone_Asset_filter; - localarbitrumone_Asset_orderBy: localarbitrumone_Asset_orderBy; - localarbitrumone_BigDecimal: ResolverTypeWrapper; - localarbitrumone_BlockChangedFilter: localarbitrumone_BlockChangedFilter; - localarbitrumone_Block_height: localarbitrumone_Block_height; - localarbitrumone_Bytes: ResolverTypeWrapper; - localarbitrumone_ConnectorMeta: ResolverTypeWrapper; - localarbitrumone_ConnectorMeta_filter: localarbitrumone_ConnectorMeta_filter; - localarbitrumone_ConnectorMeta_orderBy: localarbitrumone_ConnectorMeta_orderBy; - localarbitrumone_DestinationTransfer: ResolverTypeWrapper; - localarbitrumone_DestinationTransfer_filter: localarbitrumone_DestinationTransfer_filter; - localarbitrumone_DestinationTransfer_orderBy: localarbitrumone_DestinationTransfer_orderBy; - localarbitrumone_Int8: ResolverTypeWrapper; - localarbitrumone_OptimisticRootFinalized: ResolverTypeWrapper; - localarbitrumone_OptimisticRootFinalized_filter: localarbitrumone_OptimisticRootFinalized_filter; - localarbitrumone_OptimisticRootFinalized_orderBy: localarbitrumone_OptimisticRootFinalized_orderBy; - localarbitrumone_OrderDirection: localarbitrumone_OrderDirection; - localarbitrumone_OriginMessage: ResolverTypeWrapper; - localarbitrumone_OriginMessage_filter: localarbitrumone_OriginMessage_filter; - localarbitrumone_OriginMessage_orderBy: localarbitrumone_OriginMessage_orderBy; - localarbitrumone_OriginTransfer: ResolverTypeWrapper; - localarbitrumone_OriginTransfer_filter: localarbitrumone_OriginTransfer_filter; - localarbitrumone_OriginTransfer_orderBy: localarbitrumone_OriginTransfer_orderBy; - localarbitrumone_Relayer: ResolverTypeWrapper; - localarbitrumone_RelayerFee: ResolverTypeWrapper; - localarbitrumone_RelayerFee_filter: localarbitrumone_RelayerFee_filter; - localarbitrumone_RelayerFee_orderBy: localarbitrumone_RelayerFee_orderBy; - localarbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; - localarbitrumone_RelayerFeesIncrease_filter: localarbitrumone_RelayerFeesIncrease_filter; - localarbitrumone_RelayerFeesIncrease_orderBy: localarbitrumone_RelayerFeesIncrease_orderBy; - localarbitrumone_Relayer_filter: localarbitrumone_Relayer_filter; - localarbitrumone_Relayer_orderBy: localarbitrumone_Relayer_orderBy; - localarbitrumone_RootCount: ResolverTypeWrapper; - localarbitrumone_RootCount_filter: localarbitrumone_RootCount_filter; - localarbitrumone_RootCount_orderBy: localarbitrumone_RootCount_orderBy; - localarbitrumone_RootMessageSent: ResolverTypeWrapper; - localarbitrumone_RootMessageSent_filter: localarbitrumone_RootMessageSent_filter; - localarbitrumone_RootMessageSent_orderBy: localarbitrumone_RootMessageSent_orderBy; - localarbitrumone_Router: ResolverTypeWrapper; - localarbitrumone_RouterDailyTVL: ResolverTypeWrapper; - localarbitrumone_RouterDailyTVL_filter: localarbitrumone_RouterDailyTVL_filter; - localarbitrumone_RouterDailyTVL_orderBy: localarbitrumone_RouterDailyTVL_orderBy; - localarbitrumone_Router_filter: localarbitrumone_Router_filter; - localarbitrumone_Router_orderBy: localarbitrumone_Router_orderBy; - localarbitrumone_Sequencer: ResolverTypeWrapper; - localarbitrumone_Sequencer_filter: localarbitrumone_Sequencer_filter; - localarbitrumone_Sequencer_orderBy: localarbitrumone_Sequencer_orderBy; - localarbitrumone_Setting: ResolverTypeWrapper; - localarbitrumone_Setting_filter: localarbitrumone_Setting_filter; - localarbitrumone_Setting_orderBy: localarbitrumone_Setting_orderBy; - localarbitrumone_SlippageUpdate: ResolverTypeWrapper; - localarbitrumone_SlippageUpdate_filter: localarbitrumone_SlippageUpdate_filter; - localarbitrumone_SlippageUpdate_orderBy: localarbitrumone_SlippageUpdate_orderBy; - localarbitrumone_SnapshotRoot: ResolverTypeWrapper; - localarbitrumone_SnapshotRoot_filter: localarbitrumone_SnapshotRoot_filter; - localarbitrumone_SnapshotRoot_orderBy: localarbitrumone_SnapshotRoot_orderBy; - localarbitrumone_SpokeConnectorMode: ResolverTypeWrapper; - localarbitrumone_SpokeConnectorMode_filter: localarbitrumone_SpokeConnectorMode_filter; - localarbitrumone_SpokeConnectorMode_orderBy: localarbitrumone_SpokeConnectorMode_orderBy; - localarbitrumone_TransferStatus: localarbitrumone_TransferStatus; - localarbitrumone__Block_: ResolverTypeWrapper; - localarbitrumone__Meta_: ResolverTypeWrapper; + localmainnet_AggregateRootSavedSlow: ResolverTypeWrapper; + localmainnet_AggregateRootSavedSlow_filter: localmainnet_AggregateRootSavedSlow_filter; + localmainnet_AggregateRootSavedSlow_orderBy: localmainnet_AggregateRootSavedSlow_orderBy; + localmainnet_AggregatedMessageRoot: ResolverTypeWrapper; + localmainnet_AggregatedMessageRoot_filter: localmainnet_AggregatedMessageRoot_filter; + localmainnet_AggregatedMessageRoot_orderBy: localmainnet_AggregatedMessageRoot_orderBy; + localmainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; + localmainnet_ArbitrumConnectorMeta_filter: localmainnet_ArbitrumConnectorMeta_filter; + localmainnet_ArbitrumConnectorMeta_orderBy: localmainnet_ArbitrumConnectorMeta_orderBy; + localmainnet_BigDecimal: ResolverTypeWrapper; + localmainnet_BlockChangedFilter: localmainnet_BlockChangedFilter; + localmainnet_Block_height: localmainnet_Block_height; + localmainnet_BnbConnectorMeta: ResolverTypeWrapper; + localmainnet_BnbConnectorMeta_filter: localmainnet_BnbConnectorMeta_filter; + localmainnet_BnbConnectorMeta_orderBy: localmainnet_BnbConnectorMeta_orderBy; + localmainnet_Bytes: ResolverTypeWrapper; + localmainnet_GnosisConnectorMeta: ResolverTypeWrapper; + localmainnet_GnosisConnectorMeta_filter: localmainnet_GnosisConnectorMeta_filter; + localmainnet_GnosisConnectorMeta_orderBy: localmainnet_GnosisConnectorMeta_orderBy; + localmainnet_HubDomain: ResolverTypeWrapper; + localmainnet_HubDomain_filter: localmainnet_HubDomain_filter; + localmainnet_HubDomain_orderBy: localmainnet_HubDomain_orderBy; + localmainnet_HubOptimisticRootFinalized: ResolverTypeWrapper; + localmainnet_HubOptimisticRootFinalized_filter: localmainnet_HubOptimisticRootFinalized_filter; + localmainnet_HubOptimisticRootFinalized_orderBy: localmainnet_HubOptimisticRootFinalized_orderBy; + localmainnet_Int8: ResolverTypeWrapper; + localmainnet_OptimismConnectorMeta: ResolverTypeWrapper; + localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; + localmainnet_OptimismConnectorMeta_orderBy: localmainnet_OptimismConnectorMeta_orderBy; + localmainnet_OptimisticRootPropagated: ResolverTypeWrapper; + localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; + localmainnet_OptimisticRootPropagated_orderBy: localmainnet_OptimisticRootPropagated_orderBy; + localmainnet_OptimisticRootProposed: ResolverTypeWrapper; + localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; + localmainnet_OptimisticRootProposed_orderBy: localmainnet_OptimisticRootProposed_orderBy; + localmainnet_OrderDirection: localmainnet_OrderDirection; + localmainnet_PolygonConnectorMeta: ResolverTypeWrapper; + localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; + localmainnet_PolygonConnectorMeta_orderBy: localmainnet_PolygonConnectorMeta_orderBy; + localmainnet_RootAggregated: ResolverTypeWrapper; + localmainnet_RootAggregated_filter: localmainnet_RootAggregated_filter; + localmainnet_RootAggregated_orderBy: localmainnet_RootAggregated_orderBy; + localmainnet_RootManagerMeta: ResolverTypeWrapper; + localmainnet_RootManagerMeta_filter: localmainnet_RootManagerMeta_filter; + localmainnet_RootManagerMeta_orderBy: localmainnet_RootManagerMeta_orderBy; + localmainnet_RootManagerMode: ResolverTypeWrapper; + localmainnet_RootManagerMode_filter: localmainnet_RootManagerMode_filter; + localmainnet_RootManagerMode_orderBy: localmainnet_RootManagerMode_orderBy; + localmainnet_RootMessageProcessed: ResolverTypeWrapper; + localmainnet_RootMessageProcessed_filter: localmainnet_RootMessageProcessed_filter; + localmainnet_RootMessageProcessed_orderBy: localmainnet_RootMessageProcessed_orderBy; + localmainnet_RootPropagated: ResolverTypeWrapper; + localmainnet_RootPropagated_filter: localmainnet_RootPropagated_filter; + localmainnet_RootPropagated_orderBy: localmainnet_RootPropagated_orderBy; + localmainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; + localmainnet_ZkSyncConnectorMeta_filter: localmainnet_ZkSyncConnectorMeta_filter; + localmainnet_ZkSyncConnectorMeta_orderBy: localmainnet_ZkSyncConnectorMeta_orderBy; + localmainnet__Block_: ResolverTypeWrapper; + localmainnet__Meta_: ResolverTypeWrapper; + lineagoerli_AggregateRoot: ResolverTypeWrapper; + lineagoerli_AggregateRoot_filter: lineagoerli_AggregateRoot_filter; + lineagoerli_AggregateRoot_orderBy: lineagoerli_AggregateRoot_orderBy; + lineagoerli_Asset: ResolverTypeWrapper; + lineagoerli_AssetBalance: ResolverTypeWrapper; + lineagoerli_AssetBalance_filter: lineagoerli_AssetBalance_filter; + lineagoerli_AssetBalance_orderBy: lineagoerli_AssetBalance_orderBy; + lineagoerli_AssetStatus: ResolverTypeWrapper; + lineagoerli_AssetStatus_filter: lineagoerli_AssetStatus_filter; + lineagoerli_AssetStatus_orderBy: lineagoerli_AssetStatus_orderBy; + lineagoerli_Asset_filter: lineagoerli_Asset_filter; + lineagoerli_Asset_orderBy: lineagoerli_Asset_orderBy; + lineagoerli_BigDecimal: ResolverTypeWrapper; + lineagoerli_BlockChangedFilter: lineagoerli_BlockChangedFilter; + lineagoerli_Block_height: lineagoerli_Block_height; + lineagoerli_Bytes: ResolverTypeWrapper; + lineagoerli_ConnectorMeta: ResolverTypeWrapper; + lineagoerli_ConnectorMeta_filter: lineagoerli_ConnectorMeta_filter; + lineagoerli_ConnectorMeta_orderBy: lineagoerli_ConnectorMeta_orderBy; + lineagoerli_DestinationTransfer: ResolverTypeWrapper; + lineagoerli_DestinationTransfer_filter: lineagoerli_DestinationTransfer_filter; + lineagoerli_DestinationTransfer_orderBy: lineagoerli_DestinationTransfer_orderBy; + lineagoerli_OrderDirection: lineagoerli_OrderDirection; + lineagoerli_OriginMessage: ResolverTypeWrapper; + lineagoerli_OriginMessage_filter: lineagoerli_OriginMessage_filter; + lineagoerli_OriginMessage_orderBy: lineagoerli_OriginMessage_orderBy; + lineagoerli_OriginTransfer: ResolverTypeWrapper; + lineagoerli_OriginTransfer_filter: lineagoerli_OriginTransfer_filter; + lineagoerli_OriginTransfer_orderBy: lineagoerli_OriginTransfer_orderBy; + lineagoerli_Relayer: ResolverTypeWrapper; + lineagoerli_RelayerFee: ResolverTypeWrapper; + lineagoerli_RelayerFee_filter: lineagoerli_RelayerFee_filter; + lineagoerli_RelayerFee_orderBy: lineagoerli_RelayerFee_orderBy; + lineagoerli_RelayerFeesIncrease: ResolverTypeWrapper; + lineagoerli_RelayerFeesIncrease_filter: lineagoerli_RelayerFeesIncrease_filter; + lineagoerli_RelayerFeesIncrease_orderBy: lineagoerli_RelayerFeesIncrease_orderBy; + lineagoerli_Relayer_filter: lineagoerli_Relayer_filter; + lineagoerli_Relayer_orderBy: lineagoerli_Relayer_orderBy; + lineagoerli_RootCount: ResolverTypeWrapper; + lineagoerli_RootCount_filter: lineagoerli_RootCount_filter; + lineagoerli_RootCount_orderBy: lineagoerli_RootCount_orderBy; + lineagoerli_RootMessageSent: ResolverTypeWrapper; + lineagoerli_RootMessageSent_filter: lineagoerli_RootMessageSent_filter; + lineagoerli_RootMessageSent_orderBy: lineagoerli_RootMessageSent_orderBy; + lineagoerli_Router: ResolverTypeWrapper; + lineagoerli_RouterDailyTVL: ResolverTypeWrapper; + lineagoerli_RouterDailyTVL_filter: lineagoerli_RouterDailyTVL_filter; + lineagoerli_RouterDailyTVL_orderBy: lineagoerli_RouterDailyTVL_orderBy; + lineagoerli_Router_filter: lineagoerli_Router_filter; + lineagoerli_Router_orderBy: lineagoerli_Router_orderBy; + lineagoerli_Sequencer: ResolverTypeWrapper; + lineagoerli_Sequencer_filter: lineagoerli_Sequencer_filter; + lineagoerli_Sequencer_orderBy: lineagoerli_Sequencer_orderBy; + lineagoerli_Setting: ResolverTypeWrapper; + lineagoerli_Setting_filter: lineagoerli_Setting_filter; + lineagoerli_Setting_orderBy: lineagoerli_Setting_orderBy; + lineagoerli_SlippageUpdate: ResolverTypeWrapper; + lineagoerli_SlippageUpdate_filter: lineagoerli_SlippageUpdate_filter; + lineagoerli_SlippageUpdate_orderBy: lineagoerli_SlippageUpdate_orderBy; + lineagoerli_TransferStatus: lineagoerli_TransferStatus; + lineagoerli__Block_: ResolverTypeWrapper; + lineagoerli__Meta_: ResolverTypeWrapper; + optimism_AggregateRoot: ResolverTypeWrapper; + optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; + optimism_AggregateRoot_orderBy: optimism_AggregateRoot_orderBy; + optimism_Asset: ResolverTypeWrapper; + optimism_AssetBalance: ResolverTypeWrapper; + optimism_AssetBalance_filter: optimism_AssetBalance_filter; + optimism_AssetBalance_orderBy: optimism_AssetBalance_orderBy; + optimism_AssetStatus: ResolverTypeWrapper; + optimism_AssetStatus_filter: optimism_AssetStatus_filter; + optimism_AssetStatus_orderBy: optimism_AssetStatus_orderBy; + optimism_Asset_filter: optimism_Asset_filter; + optimism_Asset_orderBy: optimism_Asset_orderBy; + optimism_BigDecimal: ResolverTypeWrapper; + optimism_BlockChangedFilter: optimism_BlockChangedFilter; + optimism_Block_height: optimism_Block_height; + optimism_Bytes: ResolverTypeWrapper; + optimism_ConnectorMeta: ResolverTypeWrapper; + optimism_ConnectorMeta_filter: optimism_ConnectorMeta_filter; + optimism_ConnectorMeta_orderBy: optimism_ConnectorMeta_orderBy; + optimism_DestinationTransfer: ResolverTypeWrapper; + optimism_DestinationTransfer_filter: optimism_DestinationTransfer_filter; + optimism_DestinationTransfer_orderBy: optimism_DestinationTransfer_orderBy; + optimism_Int8: ResolverTypeWrapper; + optimism_OrderDirection: optimism_OrderDirection; + optimism_OriginMessage: ResolverTypeWrapper; + optimism_OriginMessage_filter: optimism_OriginMessage_filter; + optimism_OriginMessage_orderBy: optimism_OriginMessage_orderBy; + optimism_OriginTransfer: ResolverTypeWrapper; + optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; + optimism_OriginTransfer_orderBy: optimism_OriginTransfer_orderBy; + optimism_Relayer: ResolverTypeWrapper; + optimism_RelayerFee: ResolverTypeWrapper; + optimism_RelayerFee_filter: optimism_RelayerFee_filter; + optimism_RelayerFee_orderBy: optimism_RelayerFee_orderBy; + optimism_RelayerFeesIncrease: ResolverTypeWrapper; + optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; + optimism_RelayerFeesIncrease_orderBy: optimism_RelayerFeesIncrease_orderBy; + optimism_Relayer_filter: optimism_Relayer_filter; + optimism_Relayer_orderBy: optimism_Relayer_orderBy; + optimism_RootCount: ResolverTypeWrapper; + optimism_RootCount_filter: optimism_RootCount_filter; + optimism_RootCount_orderBy: optimism_RootCount_orderBy; + optimism_RootMessageSent: ResolverTypeWrapper; + optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; + optimism_RootMessageSent_orderBy: optimism_RootMessageSent_orderBy; + optimism_Router: ResolverTypeWrapper; + optimism_RouterDailyTVL: ResolverTypeWrapper; + optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; + optimism_RouterDailyTVL_orderBy: optimism_RouterDailyTVL_orderBy; + optimism_RouterLiquidityEvent: ResolverTypeWrapper; + optimism_RouterLiquidityEventType: optimism_RouterLiquidityEventType; + optimism_RouterLiquidityEvent_filter: optimism_RouterLiquidityEvent_filter; + optimism_RouterLiquidityEvent_orderBy: optimism_RouterLiquidityEvent_orderBy; + optimism_Router_filter: optimism_Router_filter; + optimism_Router_orderBy: optimism_Router_orderBy; + optimism_Sequencer: ResolverTypeWrapper; + optimism_Sequencer_filter: optimism_Sequencer_filter; + optimism_Sequencer_orderBy: optimism_Sequencer_orderBy; + optimism_Setting: ResolverTypeWrapper; + optimism_Setting_filter: optimism_Setting_filter; + optimism_Setting_orderBy: optimism_Setting_orderBy; + optimism_SlippageUpdate: ResolverTypeWrapper; + optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; + optimism_SlippageUpdate_orderBy: optimism_SlippageUpdate_orderBy; + optimism_TransferStatus: optimism_TransferStatus; + optimism__Block_: ResolverTypeWrapper; + optimism__Meta_: ResolverTypeWrapper; + staginggoerli_AggregateRoot: ResolverTypeWrapper; + staginggoerli_AggregateRootProposed: ResolverTypeWrapper; + staginggoerli_AggregateRootProposed_filter: staginggoerli_AggregateRootProposed_filter; + staginggoerli_AggregateRootProposed_orderBy: staginggoerli_AggregateRootProposed_orderBy; + staginggoerli_AggregateRoot_filter: staginggoerli_AggregateRoot_filter; + staginggoerli_AggregateRoot_orderBy: staginggoerli_AggregateRoot_orderBy; + staginggoerli_Asset: ResolverTypeWrapper; + staginggoerli_AssetBalance: ResolverTypeWrapper; + staginggoerli_AssetBalance_filter: staginggoerli_AssetBalance_filter; + staginggoerli_AssetBalance_orderBy: staginggoerli_AssetBalance_orderBy; + staginggoerli_AssetStatus: ResolverTypeWrapper; + staginggoerli_AssetStatus_filter: staginggoerli_AssetStatus_filter; + staginggoerli_AssetStatus_orderBy: staginggoerli_AssetStatus_orderBy; + staginggoerli_Asset_filter: staginggoerli_Asset_filter; + staginggoerli_Asset_orderBy: staginggoerli_Asset_orderBy; + staginggoerli_ConnectorMeta: ResolverTypeWrapper; + staginggoerli_ConnectorMeta_filter: staginggoerli_ConnectorMeta_filter; + staginggoerli_ConnectorMeta_orderBy: staginggoerli_ConnectorMeta_orderBy; + staginggoerli_DestinationTransfer: ResolverTypeWrapper; + staginggoerli_DestinationTransfer_filter: staginggoerli_DestinationTransfer_filter; + staginggoerli_DestinationTransfer_orderBy: staginggoerli_DestinationTransfer_orderBy; + staginggoerli_OptimisticRootFinalized: ResolverTypeWrapper; + staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; + staginggoerli_OptimisticRootFinalized_orderBy: staginggoerli_OptimisticRootFinalized_orderBy; + staginggoerli_OriginMessage: ResolverTypeWrapper; + staginggoerli_OriginMessage_filter: staginggoerli_OriginMessage_filter; + staginggoerli_OriginMessage_orderBy: staginggoerli_OriginMessage_orderBy; + staginggoerli_OriginTransfer: ResolverTypeWrapper; + staginggoerli_OriginTransfer_filter: staginggoerli_OriginTransfer_filter; + staginggoerli_OriginTransfer_orderBy: staginggoerli_OriginTransfer_orderBy; + staginggoerli_Relayer: ResolverTypeWrapper; + staginggoerli_RelayerFee: ResolverTypeWrapper; + staginggoerli_RelayerFee_filter: staginggoerli_RelayerFee_filter; + staginggoerli_RelayerFee_orderBy: staginggoerli_RelayerFee_orderBy; + staginggoerli_RelayerFeesIncrease: ResolverTypeWrapper; + staginggoerli_RelayerFeesIncrease_filter: staginggoerli_RelayerFeesIncrease_filter; + staginggoerli_RelayerFeesIncrease_orderBy: staginggoerli_RelayerFeesIncrease_orderBy; + staginggoerli_Relayer_filter: staginggoerli_Relayer_filter; + staginggoerli_Relayer_orderBy: staginggoerli_Relayer_orderBy; + staginggoerli_RootCount: ResolverTypeWrapper; + staginggoerli_RootCount_filter: staginggoerli_RootCount_filter; + staginggoerli_RootCount_orderBy: staginggoerli_RootCount_orderBy; + staginggoerli_RootMessageSent: ResolverTypeWrapper; + staginggoerli_RootMessageSent_filter: staginggoerli_RootMessageSent_filter; + staginggoerli_RootMessageSent_orderBy: staginggoerli_RootMessageSent_orderBy; + staginggoerli_Router: ResolverTypeWrapper; + staginggoerli_RouterDailyTVL: ResolverTypeWrapper; + staginggoerli_RouterDailyTVL_filter: staginggoerli_RouterDailyTVL_filter; + staginggoerli_RouterDailyTVL_orderBy: staginggoerli_RouterDailyTVL_orderBy; + staginggoerli_Router_filter: staginggoerli_Router_filter; + staginggoerli_Router_orderBy: staginggoerli_Router_orderBy; + staginggoerli_Sequencer: ResolverTypeWrapper; + staginggoerli_Sequencer_filter: staginggoerli_Sequencer_filter; + staginggoerli_Sequencer_orderBy: staginggoerli_Sequencer_orderBy; + staginggoerli_Setting: ResolverTypeWrapper; + staginggoerli_Setting_filter: staginggoerli_Setting_filter; + staginggoerli_Setting_orderBy: staginggoerli_Setting_orderBy; + staginggoerli_SlippageUpdate: ResolverTypeWrapper; + staginggoerli_SlippageUpdate_filter: staginggoerli_SlippageUpdate_filter; + staginggoerli_SlippageUpdate_orderBy: staginggoerli_SlippageUpdate_orderBy; + staginggoerli_SnapshotRoot: ResolverTypeWrapper; + staginggoerli_SnapshotRoot_filter: staginggoerli_SnapshotRoot_filter; + staginggoerli_SnapshotRoot_orderBy: staginggoerli_SnapshotRoot_orderBy; + staginggoerli_SpokeConnectorMode: ResolverTypeWrapper; + staginggoerli_SpokeConnectorMode_filter: staginggoerli_SpokeConnectorMode_filter; + staginggoerli_SpokeConnectorMode_orderBy: staginggoerli_SpokeConnectorMode_orderBy; + staginggoerli_TransferStatus: staginggoerli_TransferStatus; + optimismgoerli_AggregateRoot: ResolverTypeWrapper; + optimismgoerli_AggregateRoot_filter: optimismgoerli_AggregateRoot_filter; + optimismgoerli_AggregateRoot_orderBy: optimismgoerli_AggregateRoot_orderBy; + optimismgoerli_Asset: ResolverTypeWrapper; + optimismgoerli_AssetBalance: ResolverTypeWrapper; + optimismgoerli_AssetBalance_filter: optimismgoerli_AssetBalance_filter; + optimismgoerli_AssetBalance_orderBy: optimismgoerli_AssetBalance_orderBy; + optimismgoerli_AssetStatus: ResolverTypeWrapper; + optimismgoerli_AssetStatus_filter: optimismgoerli_AssetStatus_filter; + optimismgoerli_AssetStatus_orderBy: optimismgoerli_AssetStatus_orderBy; + optimismgoerli_Asset_filter: optimismgoerli_Asset_filter; + optimismgoerli_Asset_orderBy: optimismgoerli_Asset_orderBy; + optimismgoerli_BigDecimal: ResolverTypeWrapper; + optimismgoerli_BlockChangedFilter: optimismgoerli_BlockChangedFilter; + optimismgoerli_Block_height: optimismgoerli_Block_height; + optimismgoerli_Bytes: ResolverTypeWrapper; + optimismgoerli_ConnectorMeta: ResolverTypeWrapper; + optimismgoerli_ConnectorMeta_filter: optimismgoerli_ConnectorMeta_filter; + optimismgoerli_ConnectorMeta_orderBy: optimismgoerli_ConnectorMeta_orderBy; + optimismgoerli_DestinationTransfer: ResolverTypeWrapper; + optimismgoerli_DestinationTransfer_filter: optimismgoerli_DestinationTransfer_filter; + optimismgoerli_DestinationTransfer_orderBy: optimismgoerli_DestinationTransfer_orderBy; + optimismgoerli_Int8: ResolverTypeWrapper; + optimismgoerli_OrderDirection: optimismgoerli_OrderDirection; + optimismgoerli_OriginMessage: ResolverTypeWrapper; + optimismgoerli_OriginMessage_filter: optimismgoerli_OriginMessage_filter; + optimismgoerli_OriginMessage_orderBy: optimismgoerli_OriginMessage_orderBy; + optimismgoerli_OriginTransfer: ResolverTypeWrapper; + optimismgoerli_OriginTransfer_filter: optimismgoerli_OriginTransfer_filter; + optimismgoerli_OriginTransfer_orderBy: optimismgoerli_OriginTransfer_orderBy; + optimismgoerli_Relayer: ResolverTypeWrapper; + optimismgoerli_RelayerFee: ResolverTypeWrapper; + optimismgoerli_RelayerFee_filter: optimismgoerli_RelayerFee_filter; + optimismgoerli_RelayerFee_orderBy: optimismgoerli_RelayerFee_orderBy; + optimismgoerli_RelayerFeesIncrease: ResolverTypeWrapper; + optimismgoerli_RelayerFeesIncrease_filter: optimismgoerli_RelayerFeesIncrease_filter; + optimismgoerli_RelayerFeesIncrease_orderBy: optimismgoerli_RelayerFeesIncrease_orderBy; + optimismgoerli_Relayer_filter: optimismgoerli_Relayer_filter; + optimismgoerli_Relayer_orderBy: optimismgoerli_Relayer_orderBy; + optimismgoerli_RootCount: ResolverTypeWrapper; + optimismgoerli_RootCount_filter: optimismgoerli_RootCount_filter; + optimismgoerli_RootCount_orderBy: optimismgoerli_RootCount_orderBy; + optimismgoerli_RootMessageSent: ResolverTypeWrapper; + optimismgoerli_RootMessageSent_filter: optimismgoerli_RootMessageSent_filter; + optimismgoerli_RootMessageSent_orderBy: optimismgoerli_RootMessageSent_orderBy; + optimismgoerli_Router: ResolverTypeWrapper; + optimismgoerli_RouterDailyTVL: ResolverTypeWrapper; + optimismgoerli_RouterDailyTVL_filter: optimismgoerli_RouterDailyTVL_filter; + optimismgoerli_RouterDailyTVL_orderBy: optimismgoerli_RouterDailyTVL_orderBy; + optimismgoerli_RouterLiquidityEvent: ResolverTypeWrapper; + optimismgoerli_RouterLiquidityEventType: optimismgoerli_RouterLiquidityEventType; + optimismgoerli_RouterLiquidityEvent_filter: optimismgoerli_RouterLiquidityEvent_filter; + optimismgoerli_RouterLiquidityEvent_orderBy: optimismgoerli_RouterLiquidityEvent_orderBy; + optimismgoerli_Router_filter: optimismgoerli_Router_filter; + optimismgoerli_Router_orderBy: optimismgoerli_Router_orderBy; + optimismgoerli_Sequencer: ResolverTypeWrapper; + optimismgoerli_Sequencer_filter: optimismgoerli_Sequencer_filter; + optimismgoerli_Sequencer_orderBy: optimismgoerli_Sequencer_orderBy; + optimismgoerli_Setting: ResolverTypeWrapper; + optimismgoerli_Setting_filter: optimismgoerli_Setting_filter; + optimismgoerli_Setting_orderBy: optimismgoerli_Setting_orderBy; + optimismgoerli_SlippageUpdate: ResolverTypeWrapper; + optimismgoerli_SlippageUpdate_filter: optimismgoerli_SlippageUpdate_filter; + optimismgoerli_SlippageUpdate_orderBy: optimismgoerli_SlippageUpdate_orderBy; + optimismgoerli_TransferStatus: optimismgoerli_TransferStatus; + optimismgoerli__Block_: ResolverTypeWrapper; + optimismgoerli__Meta_: ResolverTypeWrapper; + stagingoptimismgoerli_AggregateRoot: ResolverTypeWrapper; + stagingoptimismgoerli_AggregateRootProposed: ResolverTypeWrapper; + stagingoptimismgoerli_AggregateRootProposed_filter: stagingoptimismgoerli_AggregateRootProposed_filter; + stagingoptimismgoerli_AggregateRootProposed_orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy; + stagingoptimismgoerli_AggregateRoot_filter: stagingoptimismgoerli_AggregateRoot_filter; + stagingoptimismgoerli_AggregateRoot_orderBy: stagingoptimismgoerli_AggregateRoot_orderBy; + stagingoptimismgoerli_Asset: ResolverTypeWrapper; + stagingoptimismgoerli_AssetBalance: ResolverTypeWrapper; + stagingoptimismgoerli_AssetBalance_filter: stagingoptimismgoerli_AssetBalance_filter; + stagingoptimismgoerli_AssetBalance_orderBy: stagingoptimismgoerli_AssetBalance_orderBy; + stagingoptimismgoerli_AssetStatus: ResolverTypeWrapper; + stagingoptimismgoerli_AssetStatus_filter: stagingoptimismgoerli_AssetStatus_filter; + stagingoptimismgoerli_AssetStatus_orderBy: stagingoptimismgoerli_AssetStatus_orderBy; + stagingoptimismgoerli_Asset_filter: stagingoptimismgoerli_Asset_filter; + stagingoptimismgoerli_Asset_orderBy: stagingoptimismgoerli_Asset_orderBy; + stagingoptimismgoerli_BigDecimal: ResolverTypeWrapper; + stagingoptimismgoerli_BlockChangedFilter: stagingoptimismgoerli_BlockChangedFilter; + stagingoptimismgoerli_Block_height: stagingoptimismgoerli_Block_height; + stagingoptimismgoerli_Bytes: ResolverTypeWrapper; + stagingoptimismgoerli_ConnectorMeta: ResolverTypeWrapper; + stagingoptimismgoerli_ConnectorMeta_filter: stagingoptimismgoerli_ConnectorMeta_filter; + stagingoptimismgoerli_ConnectorMeta_orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy; + stagingoptimismgoerli_DestinationTransfer: ResolverTypeWrapper; + stagingoptimismgoerli_DestinationTransfer_filter: stagingoptimismgoerli_DestinationTransfer_filter; + stagingoptimismgoerli_DestinationTransfer_orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy; + stagingoptimismgoerli_Int8: ResolverTypeWrapper; + stagingoptimismgoerli_OptimisticRootFinalized: ResolverTypeWrapper; + stagingoptimismgoerli_OptimisticRootFinalized_filter: stagingoptimismgoerli_OptimisticRootFinalized_filter; + stagingoptimismgoerli_OptimisticRootFinalized_orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy; + stagingoptimismgoerli_OrderDirection: stagingoptimismgoerli_OrderDirection; + stagingoptimismgoerli_OriginMessage: ResolverTypeWrapper; + stagingoptimismgoerli_OriginMessage_filter: stagingoptimismgoerli_OriginMessage_filter; + stagingoptimismgoerli_OriginMessage_orderBy: stagingoptimismgoerli_OriginMessage_orderBy; + stagingoptimismgoerli_OriginTransfer: ResolverTypeWrapper; + stagingoptimismgoerli_OriginTransfer_filter: stagingoptimismgoerli_OriginTransfer_filter; + stagingoptimismgoerli_OriginTransfer_orderBy: stagingoptimismgoerli_OriginTransfer_orderBy; + stagingoptimismgoerli_Relayer: ResolverTypeWrapper; + stagingoptimismgoerli_RelayerFee: ResolverTypeWrapper; + stagingoptimismgoerli_RelayerFee_filter: stagingoptimismgoerli_RelayerFee_filter; + stagingoptimismgoerli_RelayerFee_orderBy: stagingoptimismgoerli_RelayerFee_orderBy; + stagingoptimismgoerli_RelayerFeesIncrease: ResolverTypeWrapper; + stagingoptimismgoerli_RelayerFeesIncrease_filter: stagingoptimismgoerli_RelayerFeesIncrease_filter; + stagingoptimismgoerli_RelayerFeesIncrease_orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy; + stagingoptimismgoerli_Relayer_filter: stagingoptimismgoerli_Relayer_filter; + stagingoptimismgoerli_Relayer_orderBy: stagingoptimismgoerli_Relayer_orderBy; + stagingoptimismgoerli_RootCount: ResolverTypeWrapper; + stagingoptimismgoerli_RootCount_filter: stagingoptimismgoerli_RootCount_filter; + stagingoptimismgoerli_RootCount_orderBy: stagingoptimismgoerli_RootCount_orderBy; + stagingoptimismgoerli_RootMessageSent: ResolverTypeWrapper; + stagingoptimismgoerli_RootMessageSent_filter: stagingoptimismgoerli_RootMessageSent_filter; + stagingoptimismgoerli_RootMessageSent_orderBy: stagingoptimismgoerli_RootMessageSent_orderBy; + stagingoptimismgoerli_Router: ResolverTypeWrapper; + stagingoptimismgoerli_RouterDailyTVL: ResolverTypeWrapper; + stagingoptimismgoerli_RouterDailyTVL_filter: stagingoptimismgoerli_RouterDailyTVL_filter; + stagingoptimismgoerli_RouterDailyTVL_orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy; + stagingoptimismgoerli_Router_filter: stagingoptimismgoerli_Router_filter; + stagingoptimismgoerli_Router_orderBy: stagingoptimismgoerli_Router_orderBy; + stagingoptimismgoerli_Sequencer: ResolverTypeWrapper; + stagingoptimismgoerli_Sequencer_filter: stagingoptimismgoerli_Sequencer_filter; + stagingoptimismgoerli_Sequencer_orderBy: stagingoptimismgoerli_Sequencer_orderBy; + stagingoptimismgoerli_Setting: ResolverTypeWrapper; + stagingoptimismgoerli_Setting_filter: stagingoptimismgoerli_Setting_filter; + stagingoptimismgoerli_Setting_orderBy: stagingoptimismgoerli_Setting_orderBy; + stagingoptimismgoerli_SlippageUpdate: ResolverTypeWrapper; + stagingoptimismgoerli_SlippageUpdate_filter: stagingoptimismgoerli_SlippageUpdate_filter; + stagingoptimismgoerli_SlippageUpdate_orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy; + stagingoptimismgoerli_SnapshotRoot: ResolverTypeWrapper; + stagingoptimismgoerli_SnapshotRoot_filter: stagingoptimismgoerli_SnapshotRoot_filter; + stagingoptimismgoerli_SnapshotRoot_orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy; + stagingoptimismgoerli_SpokeConnectorMode: ResolverTypeWrapper; + stagingoptimismgoerli_SpokeConnectorMode_filter: stagingoptimismgoerli_SpokeConnectorMode_filter; + stagingoptimismgoerli_SpokeConnectorMode_orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy; + stagingoptimismgoerli_TransferStatus: stagingoptimismgoerli_TransferStatus; + stagingoptimismgoerli__Block_: ResolverTypeWrapper; + stagingoptimismgoerli__Meta_: ResolverTypeWrapper; stagingarbitrumgoerli_AggregateRoot: ResolverTypeWrapper; stagingarbitrumgoerli_AggregateRootProposed: ResolverTypeWrapper; stagingarbitrumgoerli_AggregateRootProposed_filter: stagingarbitrumgoerli_AggregateRootProposed_filter; @@ -109033,6 +108829,81 @@ export type ResolversTypes = ResolversObject<{ stagingarbitrumgoerli_TransferStatus: stagingarbitrumgoerli_TransferStatus; stagingarbitrumgoerli__Block_: ResolverTypeWrapper; stagingarbitrumgoerli__Meta_: ResolverTypeWrapper; + stagingmumbai_AggregateRoot: ResolverTypeWrapper; + stagingmumbai_AggregateRootProposed: ResolverTypeWrapper; + stagingmumbai_AggregateRootProposed_filter: stagingmumbai_AggregateRootProposed_filter; + stagingmumbai_AggregateRootProposed_orderBy: stagingmumbai_AggregateRootProposed_orderBy; + stagingmumbai_AggregateRoot_filter: stagingmumbai_AggregateRoot_filter; + stagingmumbai_AggregateRoot_orderBy: stagingmumbai_AggregateRoot_orderBy; + stagingmumbai_Asset: ResolverTypeWrapper; + stagingmumbai_AssetBalance: ResolverTypeWrapper; + stagingmumbai_AssetBalance_filter: stagingmumbai_AssetBalance_filter; + stagingmumbai_AssetBalance_orderBy: stagingmumbai_AssetBalance_orderBy; + stagingmumbai_AssetStatus: ResolverTypeWrapper; + stagingmumbai_AssetStatus_filter: stagingmumbai_AssetStatus_filter; + stagingmumbai_AssetStatus_orderBy: stagingmumbai_AssetStatus_orderBy; + stagingmumbai_Asset_filter: stagingmumbai_Asset_filter; + stagingmumbai_Asset_orderBy: stagingmumbai_Asset_orderBy; + stagingmumbai_BigDecimal: ResolverTypeWrapper; + stagingmumbai_BlockChangedFilter: stagingmumbai_BlockChangedFilter; + stagingmumbai_Block_height: stagingmumbai_Block_height; + stagingmumbai_Bytes: ResolverTypeWrapper; + stagingmumbai_ConnectorMeta: ResolverTypeWrapper; + stagingmumbai_ConnectorMeta_filter: stagingmumbai_ConnectorMeta_filter; + stagingmumbai_ConnectorMeta_orderBy: stagingmumbai_ConnectorMeta_orderBy; + stagingmumbai_DestinationTransfer: ResolverTypeWrapper; + stagingmumbai_DestinationTransfer_filter: stagingmumbai_DestinationTransfer_filter; + stagingmumbai_DestinationTransfer_orderBy: stagingmumbai_DestinationTransfer_orderBy; + stagingmumbai_Int8: ResolverTypeWrapper; + stagingmumbai_OptimisticRootFinalized: ResolverTypeWrapper; + stagingmumbai_OptimisticRootFinalized_filter: stagingmumbai_OptimisticRootFinalized_filter; + stagingmumbai_OptimisticRootFinalized_orderBy: stagingmumbai_OptimisticRootFinalized_orderBy; + stagingmumbai_OrderDirection: stagingmumbai_OrderDirection; + stagingmumbai_OriginMessage: ResolverTypeWrapper; + stagingmumbai_OriginMessage_filter: stagingmumbai_OriginMessage_filter; + stagingmumbai_OriginMessage_orderBy: stagingmumbai_OriginMessage_orderBy; + stagingmumbai_OriginTransfer: ResolverTypeWrapper; + stagingmumbai_OriginTransfer_filter: stagingmumbai_OriginTransfer_filter; + stagingmumbai_OriginTransfer_orderBy: stagingmumbai_OriginTransfer_orderBy; + stagingmumbai_Relayer: ResolverTypeWrapper; + stagingmumbai_RelayerFee: ResolverTypeWrapper; + stagingmumbai_RelayerFee_filter: stagingmumbai_RelayerFee_filter; + stagingmumbai_RelayerFee_orderBy: stagingmumbai_RelayerFee_orderBy; + stagingmumbai_RelayerFeesIncrease: ResolverTypeWrapper; + stagingmumbai_RelayerFeesIncrease_filter: stagingmumbai_RelayerFeesIncrease_filter; + stagingmumbai_RelayerFeesIncrease_orderBy: stagingmumbai_RelayerFeesIncrease_orderBy; + stagingmumbai_Relayer_filter: stagingmumbai_Relayer_filter; + stagingmumbai_Relayer_orderBy: stagingmumbai_Relayer_orderBy; + stagingmumbai_RootCount: ResolverTypeWrapper; + stagingmumbai_RootCount_filter: stagingmumbai_RootCount_filter; + stagingmumbai_RootCount_orderBy: stagingmumbai_RootCount_orderBy; + stagingmumbai_RootMessageSent: ResolverTypeWrapper; + stagingmumbai_RootMessageSent_filter: stagingmumbai_RootMessageSent_filter; + stagingmumbai_RootMessageSent_orderBy: stagingmumbai_RootMessageSent_orderBy; + stagingmumbai_Router: ResolverTypeWrapper; + stagingmumbai_RouterDailyTVL: ResolverTypeWrapper; + stagingmumbai_RouterDailyTVL_filter: stagingmumbai_RouterDailyTVL_filter; + stagingmumbai_RouterDailyTVL_orderBy: stagingmumbai_RouterDailyTVL_orderBy; + stagingmumbai_Router_filter: stagingmumbai_Router_filter; + stagingmumbai_Router_orderBy: stagingmumbai_Router_orderBy; + stagingmumbai_Sequencer: ResolverTypeWrapper; + stagingmumbai_Sequencer_filter: stagingmumbai_Sequencer_filter; + stagingmumbai_Sequencer_orderBy: stagingmumbai_Sequencer_orderBy; + stagingmumbai_Setting: ResolverTypeWrapper; + stagingmumbai_Setting_filter: stagingmumbai_Setting_filter; + stagingmumbai_Setting_orderBy: stagingmumbai_Setting_orderBy; + stagingmumbai_SlippageUpdate: ResolverTypeWrapper; + stagingmumbai_SlippageUpdate_filter: stagingmumbai_SlippageUpdate_filter; + stagingmumbai_SlippageUpdate_orderBy: stagingmumbai_SlippageUpdate_orderBy; + stagingmumbai_SnapshotRoot: ResolverTypeWrapper; + stagingmumbai_SnapshotRoot_filter: stagingmumbai_SnapshotRoot_filter; + stagingmumbai_SnapshotRoot_orderBy: stagingmumbai_SnapshotRoot_orderBy; + stagingmumbai_SpokeConnectorMode: ResolverTypeWrapper; + stagingmumbai_SpokeConnectorMode_filter: stagingmumbai_SpokeConnectorMode_filter; + stagingmumbai_SpokeConnectorMode_orderBy: stagingmumbai_SpokeConnectorMode_orderBy; + stagingmumbai_TransferStatus: stagingmumbai_TransferStatus; + stagingmumbai__Block_: ResolverTypeWrapper; + stagingmumbai__Meta_: ResolverTypeWrapper; arbitrumgoerli_AggregateRoot: ResolverTypeWrapper; arbitrumgoerli_AggregateRoot_filter: arbitrumgoerli_AggregateRoot_filter; arbitrumgoerli_AggregateRoot_orderBy: arbitrumgoerli_AggregateRoot_orderBy; @@ -109100,6 +108971,215 @@ export type ResolversTypes = ResolversObject<{ arbitrumgoerli_TransferStatus: arbitrumgoerli_TransferStatus; arbitrumgoerli__Block_: ResolverTypeWrapper; arbitrumgoerli__Meta_: ResolverTypeWrapper; + mumbai_AggregateRoot: ResolverTypeWrapper; + mumbai_AggregateRoot_filter: mumbai_AggregateRoot_filter; + mumbai_AggregateRoot_orderBy: mumbai_AggregateRoot_orderBy; + mumbai_Asset: ResolverTypeWrapper; + mumbai_AssetBalance: ResolverTypeWrapper; + mumbai_AssetBalance_filter: mumbai_AssetBalance_filter; + mumbai_AssetBalance_orderBy: mumbai_AssetBalance_orderBy; + mumbai_AssetStatus: ResolverTypeWrapper; + mumbai_AssetStatus_filter: mumbai_AssetStatus_filter; + mumbai_AssetStatus_orderBy: mumbai_AssetStatus_orderBy; + mumbai_Asset_filter: mumbai_Asset_filter; + mumbai_Asset_orderBy: mumbai_Asset_orderBy; + mumbai_BigDecimal: ResolverTypeWrapper; + mumbai_BlockChangedFilter: mumbai_BlockChangedFilter; + mumbai_Block_height: mumbai_Block_height; + mumbai_Bytes: ResolverTypeWrapper; + mumbai_ConnectorMeta: ResolverTypeWrapper; + mumbai_ConnectorMeta_filter: mumbai_ConnectorMeta_filter; + mumbai_ConnectorMeta_orderBy: mumbai_ConnectorMeta_orderBy; + mumbai_DestinationTransfer: ResolverTypeWrapper; + mumbai_DestinationTransfer_filter: mumbai_DestinationTransfer_filter; + mumbai_DestinationTransfer_orderBy: mumbai_DestinationTransfer_orderBy; + mumbai_Int8: ResolverTypeWrapper; + mumbai_OrderDirection: mumbai_OrderDirection; + mumbai_OriginMessage: ResolverTypeWrapper; + mumbai_OriginMessage_filter: mumbai_OriginMessage_filter; + mumbai_OriginMessage_orderBy: mumbai_OriginMessage_orderBy; + mumbai_OriginTransfer: ResolverTypeWrapper; + mumbai_OriginTransfer_filter: mumbai_OriginTransfer_filter; + mumbai_OriginTransfer_orderBy: mumbai_OriginTransfer_orderBy; + mumbai_Relayer: ResolverTypeWrapper; + mumbai_RelayerFee: ResolverTypeWrapper; + mumbai_RelayerFee_filter: mumbai_RelayerFee_filter; + mumbai_RelayerFee_orderBy: mumbai_RelayerFee_orderBy; + mumbai_RelayerFeesIncrease: ResolverTypeWrapper; + mumbai_RelayerFeesIncrease_filter: mumbai_RelayerFeesIncrease_filter; + mumbai_RelayerFeesIncrease_orderBy: mumbai_RelayerFeesIncrease_orderBy; + mumbai_Relayer_filter: mumbai_Relayer_filter; + mumbai_Relayer_orderBy: mumbai_Relayer_orderBy; + mumbai_RootCount: ResolverTypeWrapper; + mumbai_RootCount_filter: mumbai_RootCount_filter; + mumbai_RootCount_orderBy: mumbai_RootCount_orderBy; + mumbai_RootMessageSent: ResolverTypeWrapper; + mumbai_RootMessageSent_filter: mumbai_RootMessageSent_filter; + mumbai_RootMessageSent_orderBy: mumbai_RootMessageSent_orderBy; + mumbai_Router: ResolverTypeWrapper; + mumbai_RouterDailyTVL: ResolverTypeWrapper; + mumbai_RouterDailyTVL_filter: mumbai_RouterDailyTVL_filter; + mumbai_RouterDailyTVL_orderBy: mumbai_RouterDailyTVL_orderBy; + mumbai_RouterLiquidityEvent: ResolverTypeWrapper; + mumbai_RouterLiquidityEventType: mumbai_RouterLiquidityEventType; + mumbai_RouterLiquidityEvent_filter: mumbai_RouterLiquidityEvent_filter; + mumbai_RouterLiquidityEvent_orderBy: mumbai_RouterLiquidityEvent_orderBy; + mumbai_Router_filter: mumbai_Router_filter; + mumbai_Router_orderBy: mumbai_Router_orderBy; + mumbai_Sequencer: ResolverTypeWrapper; + mumbai_Sequencer_filter: mumbai_Sequencer_filter; + mumbai_Sequencer_orderBy: mumbai_Sequencer_orderBy; + mumbai_Setting: ResolverTypeWrapper; + mumbai_Setting_filter: mumbai_Setting_filter; + mumbai_Setting_orderBy: mumbai_Setting_orderBy; + mumbai_SlippageUpdate: ResolverTypeWrapper; + mumbai_SlippageUpdate_filter: mumbai_SlippageUpdate_filter; + mumbai_SlippageUpdate_orderBy: mumbai_SlippageUpdate_orderBy; + mumbai_TransferStatus: mumbai_TransferStatus; + mumbai__Block_: ResolverTypeWrapper; + mumbai__Meta_: ResolverTypeWrapper; + xdai_AggregateRoot: ResolverTypeWrapper; + xdai_AggregateRoot_filter: xdai_AggregateRoot_filter; + xdai_AggregateRoot_orderBy: xdai_AggregateRoot_orderBy; + xdai_Asset: ResolverTypeWrapper; + xdai_AssetBalance: ResolverTypeWrapper; + xdai_AssetBalance_filter: xdai_AssetBalance_filter; + xdai_AssetBalance_orderBy: xdai_AssetBalance_orderBy; + xdai_AssetStatus: ResolverTypeWrapper; + xdai_AssetStatus_filter: xdai_AssetStatus_filter; + xdai_AssetStatus_orderBy: xdai_AssetStatus_orderBy; + xdai_Asset_filter: xdai_Asset_filter; + xdai_Asset_orderBy: xdai_Asset_orderBy; + xdai_BigDecimal: ResolverTypeWrapper; + xdai_BlockChangedFilter: xdai_BlockChangedFilter; + xdai_Block_height: xdai_Block_height; + xdai_Bytes: ResolverTypeWrapper; + xdai_ConnectorMeta: ResolverTypeWrapper; + xdai_ConnectorMeta_filter: xdai_ConnectorMeta_filter; + xdai_ConnectorMeta_orderBy: xdai_ConnectorMeta_orderBy; + xdai_DestinationTransfer: ResolverTypeWrapper; + xdai_DestinationTransfer_filter: xdai_DestinationTransfer_filter; + xdai_DestinationTransfer_orderBy: xdai_DestinationTransfer_orderBy; + xdai_Int8: ResolverTypeWrapper; + xdai_OrderDirection: xdai_OrderDirection; + xdai_OriginMessage: ResolverTypeWrapper; + xdai_OriginMessage_filter: xdai_OriginMessage_filter; + xdai_OriginMessage_orderBy: xdai_OriginMessage_orderBy; + xdai_OriginTransfer: ResolverTypeWrapper; + xdai_OriginTransfer_filter: xdai_OriginTransfer_filter; + xdai_OriginTransfer_orderBy: xdai_OriginTransfer_orderBy; + xdai_Relayer: ResolverTypeWrapper; + xdai_RelayerFee: ResolverTypeWrapper; + xdai_RelayerFee_filter: xdai_RelayerFee_filter; + xdai_RelayerFee_orderBy: xdai_RelayerFee_orderBy; + xdai_RelayerFeesIncrease: ResolverTypeWrapper; + xdai_RelayerFeesIncrease_filter: xdai_RelayerFeesIncrease_filter; + xdai_RelayerFeesIncrease_orderBy: xdai_RelayerFeesIncrease_orderBy; + xdai_Relayer_filter: xdai_Relayer_filter; + xdai_Relayer_orderBy: xdai_Relayer_orderBy; + xdai_RootCount: ResolverTypeWrapper; + xdai_RootCount_filter: xdai_RootCount_filter; + xdai_RootCount_orderBy: xdai_RootCount_orderBy; + xdai_RootMessageSent: ResolverTypeWrapper; + xdai_RootMessageSent_filter: xdai_RootMessageSent_filter; + xdai_RootMessageSent_orderBy: xdai_RootMessageSent_orderBy; + xdai_Router: ResolverTypeWrapper; + xdai_RouterDailyTVL: ResolverTypeWrapper; + xdai_RouterDailyTVL_filter: xdai_RouterDailyTVL_filter; + xdai_RouterDailyTVL_orderBy: xdai_RouterDailyTVL_orderBy; + xdai_RouterLiquidityEvent: ResolverTypeWrapper; + xdai_RouterLiquidityEventType: xdai_RouterLiquidityEventType; + xdai_RouterLiquidityEvent_filter: xdai_RouterLiquidityEvent_filter; + xdai_RouterLiquidityEvent_orderBy: xdai_RouterLiquidityEvent_orderBy; + xdai_Router_filter: xdai_Router_filter; + xdai_Router_orderBy: xdai_Router_orderBy; + xdai_Sequencer: ResolverTypeWrapper; + xdai_Sequencer_filter: xdai_Sequencer_filter; + xdai_Sequencer_orderBy: xdai_Sequencer_orderBy; + xdai_Setting: ResolverTypeWrapper; + xdai_Setting_filter: xdai_Setting_filter; + xdai_Setting_orderBy: xdai_Setting_orderBy; + xdai_SlippageUpdate: ResolverTypeWrapper; + xdai_SlippageUpdate_filter: xdai_SlippageUpdate_filter; + xdai_SlippageUpdate_orderBy: xdai_SlippageUpdate_orderBy; + xdai_TransferStatus: xdai_TransferStatus; + xdai__Block_: ResolverTypeWrapper; + xdai__Meta_: ResolverTypeWrapper; + localarbitrumone_AggregateRoot: ResolverTypeWrapper; + localarbitrumone_AggregateRootProposed: ResolverTypeWrapper; + localarbitrumone_AggregateRootProposed_filter: localarbitrumone_AggregateRootProposed_filter; + localarbitrumone_AggregateRootProposed_orderBy: localarbitrumone_AggregateRootProposed_orderBy; + localarbitrumone_AggregateRoot_filter: localarbitrumone_AggregateRoot_filter; + localarbitrumone_AggregateRoot_orderBy: localarbitrumone_AggregateRoot_orderBy; + localarbitrumone_Asset: ResolverTypeWrapper; + localarbitrumone_AssetBalance: ResolverTypeWrapper; + localarbitrumone_AssetBalance_filter: localarbitrumone_AssetBalance_filter; + localarbitrumone_AssetBalance_orderBy: localarbitrumone_AssetBalance_orderBy; + localarbitrumone_AssetStatus: ResolverTypeWrapper; + localarbitrumone_AssetStatus_filter: localarbitrumone_AssetStatus_filter; + localarbitrumone_AssetStatus_orderBy: localarbitrumone_AssetStatus_orderBy; + localarbitrumone_Asset_filter: localarbitrumone_Asset_filter; + localarbitrumone_Asset_orderBy: localarbitrumone_Asset_orderBy; + localarbitrumone_BigDecimal: ResolverTypeWrapper; + localarbitrumone_BlockChangedFilter: localarbitrumone_BlockChangedFilter; + localarbitrumone_Block_height: localarbitrumone_Block_height; + localarbitrumone_Bytes: ResolverTypeWrapper; + localarbitrumone_ConnectorMeta: ResolverTypeWrapper; + localarbitrumone_ConnectorMeta_filter: localarbitrumone_ConnectorMeta_filter; + localarbitrumone_ConnectorMeta_orderBy: localarbitrumone_ConnectorMeta_orderBy; + localarbitrumone_DestinationTransfer: ResolverTypeWrapper; + localarbitrumone_DestinationTransfer_filter: localarbitrumone_DestinationTransfer_filter; + localarbitrumone_DestinationTransfer_orderBy: localarbitrumone_DestinationTransfer_orderBy; + localarbitrumone_Int8: ResolverTypeWrapper; + localarbitrumone_OptimisticRootFinalized: ResolverTypeWrapper; + localarbitrumone_OptimisticRootFinalized_filter: localarbitrumone_OptimisticRootFinalized_filter; + localarbitrumone_OptimisticRootFinalized_orderBy: localarbitrumone_OptimisticRootFinalized_orderBy; + localarbitrumone_OrderDirection: localarbitrumone_OrderDirection; + localarbitrumone_OriginMessage: ResolverTypeWrapper; + localarbitrumone_OriginMessage_filter: localarbitrumone_OriginMessage_filter; + localarbitrumone_OriginMessage_orderBy: localarbitrumone_OriginMessage_orderBy; + localarbitrumone_OriginTransfer: ResolverTypeWrapper; + localarbitrumone_OriginTransfer_filter: localarbitrumone_OriginTransfer_filter; + localarbitrumone_OriginTransfer_orderBy: localarbitrumone_OriginTransfer_orderBy; + localarbitrumone_Relayer: ResolverTypeWrapper; + localarbitrumone_RelayerFee: ResolverTypeWrapper; + localarbitrumone_RelayerFee_filter: localarbitrumone_RelayerFee_filter; + localarbitrumone_RelayerFee_orderBy: localarbitrumone_RelayerFee_orderBy; + localarbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; + localarbitrumone_RelayerFeesIncrease_filter: localarbitrumone_RelayerFeesIncrease_filter; + localarbitrumone_RelayerFeesIncrease_orderBy: localarbitrumone_RelayerFeesIncrease_orderBy; + localarbitrumone_Relayer_filter: localarbitrumone_Relayer_filter; + localarbitrumone_Relayer_orderBy: localarbitrumone_Relayer_orderBy; + localarbitrumone_RootCount: ResolverTypeWrapper; + localarbitrumone_RootCount_filter: localarbitrumone_RootCount_filter; + localarbitrumone_RootCount_orderBy: localarbitrumone_RootCount_orderBy; + localarbitrumone_RootMessageSent: ResolverTypeWrapper; + localarbitrumone_RootMessageSent_filter: localarbitrumone_RootMessageSent_filter; + localarbitrumone_RootMessageSent_orderBy: localarbitrumone_RootMessageSent_orderBy; + localarbitrumone_Router: ResolverTypeWrapper; + localarbitrumone_RouterDailyTVL: ResolverTypeWrapper; + localarbitrumone_RouterDailyTVL_filter: localarbitrumone_RouterDailyTVL_filter; + localarbitrumone_RouterDailyTVL_orderBy: localarbitrumone_RouterDailyTVL_orderBy; + localarbitrumone_Router_filter: localarbitrumone_Router_filter; + localarbitrumone_Router_orderBy: localarbitrumone_Router_orderBy; + localarbitrumone_Sequencer: ResolverTypeWrapper; + localarbitrumone_Sequencer_filter: localarbitrumone_Sequencer_filter; + localarbitrumone_Sequencer_orderBy: localarbitrumone_Sequencer_orderBy; + localarbitrumone_Setting: ResolverTypeWrapper; + localarbitrumone_Setting_filter: localarbitrumone_Setting_filter; + localarbitrumone_Setting_orderBy: localarbitrumone_Setting_orderBy; + localarbitrumone_SlippageUpdate: ResolverTypeWrapper; + localarbitrumone_SlippageUpdate_filter: localarbitrumone_SlippageUpdate_filter; + localarbitrumone_SlippageUpdate_orderBy: localarbitrumone_SlippageUpdate_orderBy; + localarbitrumone_SnapshotRoot: ResolverTypeWrapper; + localarbitrumone_SnapshotRoot_filter: localarbitrumone_SnapshotRoot_filter; + localarbitrumone_SnapshotRoot_orderBy: localarbitrumone_SnapshotRoot_orderBy; + localarbitrumone_SpokeConnectorMode: ResolverTypeWrapper; + localarbitrumone_SpokeConnectorMode_filter: localarbitrumone_SpokeConnectorMode_filter; + localarbitrumone_SpokeConnectorMode_orderBy: localarbitrumone_SpokeConnectorMode_orderBy; + localarbitrumone_TransferStatus: localarbitrumone_TransferStatus; + localarbitrumone__Block_: ResolverTypeWrapper; + localarbitrumone__Meta_: ResolverTypeWrapper; bnb_AggregateRoot: ResolverTypeWrapper; bnb_AggregateRoot_filter: bnb_AggregateRoot_filter; bnb_AggregateRoot_orderBy: bnb_AggregateRoot_orderBy; @@ -109167,6 +109247,214 @@ export type ResolversTypes = ResolversObject<{ bnb_TransferStatus: bnb_TransferStatus; bnb__Block_: ResolverTypeWrapper; bnb__Meta_: ResolverTypeWrapper; + linea_AggregateRoot: ResolverTypeWrapper; + linea_AggregateRoot_filter: linea_AggregateRoot_filter; + linea_AggregateRoot_orderBy: linea_AggregateRoot_orderBy; + linea_Asset: ResolverTypeWrapper; + linea_AssetBalance: ResolverTypeWrapper; + linea_AssetBalance_filter: linea_AssetBalance_filter; + linea_AssetBalance_orderBy: linea_AssetBalance_orderBy; + linea_AssetStatus: ResolverTypeWrapper; + linea_AssetStatus_filter: linea_AssetStatus_filter; + linea_AssetStatus_orderBy: linea_AssetStatus_orderBy; + linea_Asset_filter: linea_Asset_filter; + linea_Asset_orderBy: linea_Asset_orderBy; + linea_BigDecimal: ResolverTypeWrapper; + linea_BlockChangedFilter: linea_BlockChangedFilter; + linea_Block_height: linea_Block_height; + linea_Bytes: ResolverTypeWrapper; + linea_ConnectorMeta: ResolverTypeWrapper; + linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; + linea_ConnectorMeta_orderBy: linea_ConnectorMeta_orderBy; + linea_DestinationTransfer: ResolverTypeWrapper; + linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; + linea_DestinationTransfer_orderBy: linea_DestinationTransfer_orderBy; + linea_OrderDirection: linea_OrderDirection; + linea_OriginMessage: ResolverTypeWrapper; + linea_OriginMessage_filter: linea_OriginMessage_filter; + linea_OriginMessage_orderBy: linea_OriginMessage_orderBy; + linea_OriginTransfer: ResolverTypeWrapper; + linea_OriginTransfer_filter: linea_OriginTransfer_filter; + linea_OriginTransfer_orderBy: linea_OriginTransfer_orderBy; + linea_Relayer: ResolverTypeWrapper; + linea_RelayerFee: ResolverTypeWrapper; + linea_RelayerFee_filter: linea_RelayerFee_filter; + linea_RelayerFee_orderBy: linea_RelayerFee_orderBy; + linea_RelayerFeesIncrease: ResolverTypeWrapper; + linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; + linea_RelayerFeesIncrease_orderBy: linea_RelayerFeesIncrease_orderBy; + linea_Relayer_filter: linea_Relayer_filter; + linea_Relayer_orderBy: linea_Relayer_orderBy; + linea_RootCount: ResolverTypeWrapper; + linea_RootCount_filter: linea_RootCount_filter; + linea_RootCount_orderBy: linea_RootCount_orderBy; + linea_RootMessageSent: ResolverTypeWrapper; + linea_RootMessageSent_filter: linea_RootMessageSent_filter; + linea_RootMessageSent_orderBy: linea_RootMessageSent_orderBy; + linea_Router: ResolverTypeWrapper; + linea_RouterDailyTVL: ResolverTypeWrapper; + linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; + linea_RouterDailyTVL_orderBy: linea_RouterDailyTVL_orderBy; + linea_RouterLiquidityEvent: ResolverTypeWrapper; + linea_RouterLiquidityEventType: linea_RouterLiquidityEventType; + linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; + linea_RouterLiquidityEvent_orderBy: linea_RouterLiquidityEvent_orderBy; + linea_Router_filter: linea_Router_filter; + linea_Router_orderBy: linea_Router_orderBy; + linea_Sequencer: ResolverTypeWrapper; + linea_Sequencer_filter: linea_Sequencer_filter; + linea_Sequencer_orderBy: linea_Sequencer_orderBy; + linea_Setting: ResolverTypeWrapper; + linea_Setting_filter: linea_Setting_filter; + linea_Setting_orderBy: linea_Setting_orderBy; + linea_SlippageUpdate: ResolverTypeWrapper; + linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; + linea_SlippageUpdate_orderBy: linea_SlippageUpdate_orderBy; + linea_TransferStatus: linea_TransferStatus; + linea__Block_: ResolverTypeWrapper; + linea__Meta_: ResolverTypeWrapper; + localmainnet_AggregateRoot: ResolverTypeWrapper; + localmainnet_AggregateRootProposed: ResolverTypeWrapper; + localmainnet_AggregateRootProposed_filter: localmainnet_AggregateRootProposed_filter; + localmainnet_AggregateRootProposed_orderBy: localmainnet_AggregateRootProposed_orderBy; + localmainnet_AggregateRoot_filter: localmainnet_AggregateRoot_filter; + localmainnet_AggregateRoot_orderBy: localmainnet_AggregateRoot_orderBy; + localmainnet_Asset: ResolverTypeWrapper; + localmainnet_AssetBalance: ResolverTypeWrapper; + localmainnet_AssetBalance_filter: localmainnet_AssetBalance_filter; + localmainnet_AssetBalance_orderBy: localmainnet_AssetBalance_orderBy; + localmainnet_AssetStatus: ResolverTypeWrapper; + localmainnet_AssetStatus_filter: localmainnet_AssetStatus_filter; + localmainnet_AssetStatus_orderBy: localmainnet_AssetStatus_orderBy; + localmainnet_Asset_filter: localmainnet_Asset_filter; + localmainnet_Asset_orderBy: localmainnet_Asset_orderBy; + localmainnet_ConnectorMeta: ResolverTypeWrapper; + localmainnet_ConnectorMeta_filter: localmainnet_ConnectorMeta_filter; + localmainnet_ConnectorMeta_orderBy: localmainnet_ConnectorMeta_orderBy; + localmainnet_DestinationTransfer: ResolverTypeWrapper; + localmainnet_DestinationTransfer_filter: localmainnet_DestinationTransfer_filter; + localmainnet_DestinationTransfer_orderBy: localmainnet_DestinationTransfer_orderBy; + localmainnet_OptimisticRootFinalized: ResolverTypeWrapper; + localmainnet_OptimisticRootFinalized_filter: localmainnet_OptimisticRootFinalized_filter; + localmainnet_OptimisticRootFinalized_orderBy: localmainnet_OptimisticRootFinalized_orderBy; + localmainnet_OriginMessage: ResolverTypeWrapper; + localmainnet_OriginMessage_filter: localmainnet_OriginMessage_filter; + localmainnet_OriginMessage_orderBy: localmainnet_OriginMessage_orderBy; + localmainnet_OriginTransfer: ResolverTypeWrapper; + localmainnet_OriginTransfer_filter: localmainnet_OriginTransfer_filter; + localmainnet_OriginTransfer_orderBy: localmainnet_OriginTransfer_orderBy; + localmainnet_Relayer: ResolverTypeWrapper; + localmainnet_RelayerFee: ResolverTypeWrapper; + localmainnet_RelayerFee_filter: localmainnet_RelayerFee_filter; + localmainnet_RelayerFee_orderBy: localmainnet_RelayerFee_orderBy; + localmainnet_RelayerFeesIncrease: ResolverTypeWrapper; + localmainnet_RelayerFeesIncrease_filter: localmainnet_RelayerFeesIncrease_filter; + localmainnet_RelayerFeesIncrease_orderBy: localmainnet_RelayerFeesIncrease_orderBy; + localmainnet_Relayer_filter: localmainnet_Relayer_filter; + localmainnet_Relayer_orderBy: localmainnet_Relayer_orderBy; + localmainnet_RootCount: ResolverTypeWrapper; + localmainnet_RootCount_filter: localmainnet_RootCount_filter; + localmainnet_RootCount_orderBy: localmainnet_RootCount_orderBy; + localmainnet_RootMessageSent: ResolverTypeWrapper; + localmainnet_RootMessageSent_filter: localmainnet_RootMessageSent_filter; + localmainnet_RootMessageSent_orderBy: localmainnet_RootMessageSent_orderBy; + localmainnet_Router: ResolverTypeWrapper; + localmainnet_RouterDailyTVL: ResolverTypeWrapper; + localmainnet_RouterDailyTVL_filter: localmainnet_RouterDailyTVL_filter; + localmainnet_RouterDailyTVL_orderBy: localmainnet_RouterDailyTVL_orderBy; + localmainnet_Router_filter: localmainnet_Router_filter; + localmainnet_Router_orderBy: localmainnet_Router_orderBy; + localmainnet_Sequencer: ResolverTypeWrapper; + localmainnet_Sequencer_filter: localmainnet_Sequencer_filter; + localmainnet_Sequencer_orderBy: localmainnet_Sequencer_orderBy; + localmainnet_Setting: ResolverTypeWrapper; + localmainnet_Setting_filter: localmainnet_Setting_filter; + localmainnet_Setting_orderBy: localmainnet_Setting_orderBy; + localmainnet_SlippageUpdate: ResolverTypeWrapper; + localmainnet_SlippageUpdate_filter: localmainnet_SlippageUpdate_filter; + localmainnet_SlippageUpdate_orderBy: localmainnet_SlippageUpdate_orderBy; + localmainnet_SnapshotRoot: ResolverTypeWrapper; + localmainnet_SnapshotRoot_filter: localmainnet_SnapshotRoot_filter; + localmainnet_SnapshotRoot_orderBy: localmainnet_SnapshotRoot_orderBy; + localmainnet_SpokeConnectorMode: ResolverTypeWrapper; + localmainnet_SpokeConnectorMode_filter: localmainnet_SpokeConnectorMode_filter; + localmainnet_SpokeConnectorMode_orderBy: localmainnet_SpokeConnectorMode_orderBy; + localmainnet_TransferStatus: localmainnet_TransferStatus; + localoptimism_AggregateRoot: ResolverTypeWrapper; + localoptimism_AggregateRootProposed: ResolverTypeWrapper; + localoptimism_AggregateRootProposed_filter: localoptimism_AggregateRootProposed_filter; + localoptimism_AggregateRootProposed_orderBy: localoptimism_AggregateRootProposed_orderBy; + localoptimism_AggregateRoot_filter: localoptimism_AggregateRoot_filter; + localoptimism_AggregateRoot_orderBy: localoptimism_AggregateRoot_orderBy; + localoptimism_Asset: ResolverTypeWrapper; + localoptimism_AssetBalance: ResolverTypeWrapper; + localoptimism_AssetBalance_filter: localoptimism_AssetBalance_filter; + localoptimism_AssetBalance_orderBy: localoptimism_AssetBalance_orderBy; + localoptimism_AssetStatus: ResolverTypeWrapper; + localoptimism_AssetStatus_filter: localoptimism_AssetStatus_filter; + localoptimism_AssetStatus_orderBy: localoptimism_AssetStatus_orderBy; + localoptimism_Asset_filter: localoptimism_Asset_filter; + localoptimism_Asset_orderBy: localoptimism_Asset_orderBy; + localoptimism_BigDecimal: ResolverTypeWrapper; + localoptimism_BlockChangedFilter: localoptimism_BlockChangedFilter; + localoptimism_Block_height: localoptimism_Block_height; + localoptimism_Bytes: ResolverTypeWrapper; + localoptimism_ConnectorMeta: ResolverTypeWrapper; + localoptimism_ConnectorMeta_filter: localoptimism_ConnectorMeta_filter; + localoptimism_ConnectorMeta_orderBy: localoptimism_ConnectorMeta_orderBy; + localoptimism_DestinationTransfer: ResolverTypeWrapper; + localoptimism_DestinationTransfer_filter: localoptimism_DestinationTransfer_filter; + localoptimism_DestinationTransfer_orderBy: localoptimism_DestinationTransfer_orderBy; + localoptimism_Int8: ResolverTypeWrapper; + localoptimism_OptimisticRootFinalized: ResolverTypeWrapper; + localoptimism_OptimisticRootFinalized_filter: localoptimism_OptimisticRootFinalized_filter; + localoptimism_OptimisticRootFinalized_orderBy: localoptimism_OptimisticRootFinalized_orderBy; + localoptimism_OrderDirection: localoptimism_OrderDirection; + localoptimism_OriginMessage: ResolverTypeWrapper; + localoptimism_OriginMessage_filter: localoptimism_OriginMessage_filter; + localoptimism_OriginMessage_orderBy: localoptimism_OriginMessage_orderBy; + localoptimism_OriginTransfer: ResolverTypeWrapper; + localoptimism_OriginTransfer_filter: localoptimism_OriginTransfer_filter; + localoptimism_OriginTransfer_orderBy: localoptimism_OriginTransfer_orderBy; + localoptimism_Relayer: ResolverTypeWrapper; + localoptimism_RelayerFee: ResolverTypeWrapper; + localoptimism_RelayerFee_filter: localoptimism_RelayerFee_filter; + localoptimism_RelayerFee_orderBy: localoptimism_RelayerFee_orderBy; + localoptimism_RelayerFeesIncrease: ResolverTypeWrapper; + localoptimism_RelayerFeesIncrease_filter: localoptimism_RelayerFeesIncrease_filter; + localoptimism_RelayerFeesIncrease_orderBy: localoptimism_RelayerFeesIncrease_orderBy; + localoptimism_Relayer_filter: localoptimism_Relayer_filter; + localoptimism_Relayer_orderBy: localoptimism_Relayer_orderBy; + localoptimism_RootCount: ResolverTypeWrapper; + localoptimism_RootCount_filter: localoptimism_RootCount_filter; + localoptimism_RootCount_orderBy: localoptimism_RootCount_orderBy; + localoptimism_RootMessageSent: ResolverTypeWrapper; + localoptimism_RootMessageSent_filter: localoptimism_RootMessageSent_filter; + localoptimism_RootMessageSent_orderBy: localoptimism_RootMessageSent_orderBy; + localoptimism_Router: ResolverTypeWrapper; + localoptimism_RouterDailyTVL: ResolverTypeWrapper; + localoptimism_RouterDailyTVL_filter: localoptimism_RouterDailyTVL_filter; + localoptimism_RouterDailyTVL_orderBy: localoptimism_RouterDailyTVL_orderBy; + localoptimism_Router_filter: localoptimism_Router_filter; + localoptimism_Router_orderBy: localoptimism_Router_orderBy; + localoptimism_Sequencer: ResolverTypeWrapper; + localoptimism_Sequencer_filter: localoptimism_Sequencer_filter; + localoptimism_Sequencer_orderBy: localoptimism_Sequencer_orderBy; + localoptimism_Setting: ResolverTypeWrapper; + localoptimism_Setting_filter: localoptimism_Setting_filter; + localoptimism_Setting_orderBy: localoptimism_Setting_orderBy; + localoptimism_SlippageUpdate: ResolverTypeWrapper; + localoptimism_SlippageUpdate_filter: localoptimism_SlippageUpdate_filter; + localoptimism_SlippageUpdate_orderBy: localoptimism_SlippageUpdate_orderBy; + localoptimism_SnapshotRoot: ResolverTypeWrapper; + localoptimism_SnapshotRoot_filter: localoptimism_SnapshotRoot_filter; + localoptimism_SnapshotRoot_orderBy: localoptimism_SnapshotRoot_orderBy; + localoptimism_SpokeConnectorMode: ResolverTypeWrapper; + localoptimism_SpokeConnectorMode_filter: localoptimism_SpokeConnectorMode_filter; + localoptimism_SpokeConnectorMode_orderBy: localoptimism_SpokeConnectorMode_orderBy; + localoptimism_TransferStatus: localoptimism_TransferStatus; + localoptimism__Block_: ResolverTypeWrapper; + localoptimism__Meta_: ResolverTypeWrapper; mainnet_AggregateRoot: ResolverTypeWrapper; mainnet_AggregateRoot_filter: mainnet_AggregateRoot_filter; mainnet_AggregateRoot_orderBy: mainnet_AggregateRoot_orderBy; @@ -109226,73 +109514,6 @@ export type ResolversTypes = ResolversObject<{ mainnet_SlippageUpdate_filter: mainnet_SlippageUpdate_filter; mainnet_SlippageUpdate_orderBy: mainnet_SlippageUpdate_orderBy; mainnet_TransferStatus: mainnet_TransferStatus; - polygon_AggregateRoot: ResolverTypeWrapper; - polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; - polygon_AggregateRoot_orderBy: polygon_AggregateRoot_orderBy; - polygon_Asset: ResolverTypeWrapper; - polygon_AssetBalance: ResolverTypeWrapper; - polygon_AssetBalance_filter: polygon_AssetBalance_filter; - polygon_AssetBalance_orderBy: polygon_AssetBalance_orderBy; - polygon_AssetStatus: ResolverTypeWrapper; - polygon_AssetStatus_filter: polygon_AssetStatus_filter; - polygon_AssetStatus_orderBy: polygon_AssetStatus_orderBy; - polygon_Asset_filter: polygon_Asset_filter; - polygon_Asset_orderBy: polygon_Asset_orderBy; - polygon_BigDecimal: ResolverTypeWrapper; - polygon_BlockChangedFilter: polygon_BlockChangedFilter; - polygon_Block_height: polygon_Block_height; - polygon_Bytes: ResolverTypeWrapper; - polygon_ConnectorMeta: ResolverTypeWrapper; - polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; - polygon_ConnectorMeta_orderBy: polygon_ConnectorMeta_orderBy; - polygon_DestinationTransfer: ResolverTypeWrapper; - polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; - polygon_DestinationTransfer_orderBy: polygon_DestinationTransfer_orderBy; - polygon_Int8: ResolverTypeWrapper; - polygon_OrderDirection: polygon_OrderDirection; - polygon_OriginMessage: ResolverTypeWrapper; - polygon_OriginMessage_filter: polygon_OriginMessage_filter; - polygon_OriginMessage_orderBy: polygon_OriginMessage_orderBy; - polygon_OriginTransfer: ResolverTypeWrapper; - polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; - polygon_OriginTransfer_orderBy: polygon_OriginTransfer_orderBy; - polygon_Relayer: ResolverTypeWrapper; - polygon_RelayerFee: ResolverTypeWrapper; - polygon_RelayerFee_filter: polygon_RelayerFee_filter; - polygon_RelayerFee_orderBy: polygon_RelayerFee_orderBy; - polygon_RelayerFeesIncrease: ResolverTypeWrapper; - polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; - polygon_RelayerFeesIncrease_orderBy: polygon_RelayerFeesIncrease_orderBy; - polygon_Relayer_filter: polygon_Relayer_filter; - polygon_Relayer_orderBy: polygon_Relayer_orderBy; - polygon_RootCount: ResolverTypeWrapper; - polygon_RootCount_filter: polygon_RootCount_filter; - polygon_RootCount_orderBy: polygon_RootCount_orderBy; - polygon_RootMessageSent: ResolverTypeWrapper; - polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; - polygon_RootMessageSent_orderBy: polygon_RootMessageSent_orderBy; - polygon_Router: ResolverTypeWrapper; - polygon_RouterDailyTVL: ResolverTypeWrapper; - polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; - polygon_RouterDailyTVL_orderBy: polygon_RouterDailyTVL_orderBy; - polygon_RouterLiquidityEvent: ResolverTypeWrapper; - polygon_RouterLiquidityEventType: polygon_RouterLiquidityEventType; - polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; - polygon_RouterLiquidityEvent_orderBy: polygon_RouterLiquidityEvent_orderBy; - polygon_Router_filter: polygon_Router_filter; - polygon_Router_orderBy: polygon_Router_orderBy; - polygon_Sequencer: ResolverTypeWrapper; - polygon_Sequencer_filter: polygon_Sequencer_filter; - polygon_Sequencer_orderBy: polygon_Sequencer_orderBy; - polygon_Setting: ResolverTypeWrapper; - polygon_Setting_filter: polygon_Setting_filter; - polygon_Setting_orderBy: polygon_Setting_orderBy; - polygon_SlippageUpdate: ResolverTypeWrapper; - polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; - polygon_SlippageUpdate_orderBy: polygon_SlippageUpdate_orderBy; - polygon_TransferStatus: polygon_TransferStatus; - polygon__Block_: ResolverTypeWrapper; - polygon__Meta_: ResolverTypeWrapper; arbitrumone_AggregateRoot: ResolverTypeWrapper; arbitrumone_AggregateRoot_filter: arbitrumone_AggregateRoot_filter; arbitrumone_AggregateRoot_orderBy: arbitrumone_AggregateRoot_orderBy; @@ -109360,159 +109581,96 @@ export type ResolversTypes = ResolversObject<{ arbitrumone_TransferStatus: arbitrumone_TransferStatus; arbitrumone__Block_: ResolverTypeWrapper; arbitrumone__Meta_: ResolverTypeWrapper; - optimism_AggregateRoot: ResolverTypeWrapper; - optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; - optimism_AggregateRoot_orderBy: optimism_AggregateRoot_orderBy; - optimism_Asset: ResolverTypeWrapper; - optimism_AssetBalance: ResolverTypeWrapper; - optimism_AssetBalance_filter: optimism_AssetBalance_filter; - optimism_AssetBalance_orderBy: optimism_AssetBalance_orderBy; - optimism_AssetStatus: ResolverTypeWrapper; - optimism_AssetStatus_filter: optimism_AssetStatus_filter; - optimism_AssetStatus_orderBy: optimism_AssetStatus_orderBy; - optimism_Asset_filter: optimism_Asset_filter; - optimism_Asset_orderBy: optimism_Asset_orderBy; - optimism_BigDecimal: ResolverTypeWrapper; - optimism_BlockChangedFilter: optimism_BlockChangedFilter; - optimism_Block_height: optimism_Block_height; - optimism_Bytes: ResolverTypeWrapper; - optimism_ConnectorMeta: ResolverTypeWrapper; - optimism_ConnectorMeta_filter: optimism_ConnectorMeta_filter; - optimism_ConnectorMeta_orderBy: optimism_ConnectorMeta_orderBy; - optimism_DestinationTransfer: ResolverTypeWrapper; - optimism_DestinationTransfer_filter: optimism_DestinationTransfer_filter; - optimism_DestinationTransfer_orderBy: optimism_DestinationTransfer_orderBy; - optimism_Int8: ResolverTypeWrapper; - optimism_OrderDirection: optimism_OrderDirection; - optimism_OriginMessage: ResolverTypeWrapper; - optimism_OriginMessage_filter: optimism_OriginMessage_filter; - optimism_OriginMessage_orderBy: optimism_OriginMessage_orderBy; - optimism_OriginTransfer: ResolverTypeWrapper; - optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; - optimism_OriginTransfer_orderBy: optimism_OriginTransfer_orderBy; - optimism_Relayer: ResolverTypeWrapper; - optimism_RelayerFee: ResolverTypeWrapper; - optimism_RelayerFee_filter: optimism_RelayerFee_filter; - optimism_RelayerFee_orderBy: optimism_RelayerFee_orderBy; - optimism_RelayerFeesIncrease: ResolverTypeWrapper; - optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; - optimism_RelayerFeesIncrease_orderBy: optimism_RelayerFeesIncrease_orderBy; - optimism_Relayer_filter: optimism_Relayer_filter; - optimism_Relayer_orderBy: optimism_Relayer_orderBy; - optimism_RootCount: ResolverTypeWrapper; - optimism_RootCount_filter: optimism_RootCount_filter; - optimism_RootCount_orderBy: optimism_RootCount_orderBy; - optimism_RootMessageSent: ResolverTypeWrapper; - optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; - optimism_RootMessageSent_orderBy: optimism_RootMessageSent_orderBy; - optimism_Router: ResolverTypeWrapper; - optimism_RouterDailyTVL: ResolverTypeWrapper; - optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; - optimism_RouterDailyTVL_orderBy: optimism_RouterDailyTVL_orderBy; - optimism_Router_filter: optimism_Router_filter; - optimism_Router_orderBy: optimism_Router_orderBy; - optimism_Sequencer: ResolverTypeWrapper; - optimism_Sequencer_filter: optimism_Sequencer_filter; - optimism_Sequencer_orderBy: optimism_Sequencer_orderBy; - optimism_Setting: ResolverTypeWrapper; - optimism_Setting_filter: optimism_Setting_filter; - optimism_Setting_orderBy: optimism_Setting_orderBy; - optimism_SlippageUpdate: ResolverTypeWrapper; - optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; - optimism_SlippageUpdate_orderBy: optimism_SlippageUpdate_orderBy; - optimism_TransferStatus: optimism_TransferStatus; - optimism__Block_: ResolverTypeWrapper; - optimism__Meta_: ResolverTypeWrapper; -}>; - -/** Mapping between all available schema types and the resolvers parents */ -export type ResolversParentTypes = ResolversObject<{ - Query: {}; - Subscription: {}; - staginggoerli_AggregateRootSavedSlow: staginggoerli_AggregateRootSavedSlow; - staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; - staginggoerli_AggregatedMessageRoot: staginggoerli_AggregatedMessageRoot; - staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; - staginggoerli_ArbitrumConnectorMeta: staginggoerli_ArbitrumConnectorMeta; - staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; - staginggoerli_BigDecimal: Scalars['staginggoerli_BigDecimal']; - BigInt: Scalars['BigInt']; - staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; - staginggoerli_Block_height: staginggoerli_Block_height; - staginggoerli_BnbConnectorMeta: staginggoerli_BnbConnectorMeta; - staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; - Boolean: Scalars['Boolean']; - staginggoerli_Bytes: Scalars['staginggoerli_Bytes']; - Float: Scalars['Float']; - staginggoerli_GnosisConnectorMeta: staginggoerli_GnosisConnectorMeta; - staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; - staginggoerli_HubDomain: staginggoerli_HubDomain; - staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; - staginggoerli_HubOptimisticRootFinalized: staginggoerli_HubOptimisticRootFinalized; - staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; - ID: Scalars['ID']; - Int: Scalars['Int']; - staginggoerli_Int8: Scalars['staginggoerli_Int8']; - staginggoerli_OptimismConnectorMeta: staginggoerli_OptimismConnectorMeta; - staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; - staginggoerli_OptimisticRootPropagated: staginggoerli_OptimisticRootPropagated; - staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; - staginggoerli_OptimisticRootProposed: staginggoerli_OptimisticRootProposed; - staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; - staginggoerli_PolygonConnectorMeta: staginggoerli_PolygonConnectorMeta; - staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; - staginggoerli_RootAggregated: staginggoerli_RootAggregated; - staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; - staginggoerli_RootManagerMeta: staginggoerli_RootManagerMeta; - staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; - staginggoerli_RootManagerMode: staginggoerli_RootManagerMode; - staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; - staginggoerli_RootMessageProcessed: staginggoerli_RootMessageProcessed; - staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; - staginggoerli_RootPropagated: staginggoerli_RootPropagated; - staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; - String: Scalars['String']; - staginggoerli_ZkSyncConnectorMeta: staginggoerli_ZkSyncConnectorMeta; - staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; - staginggoerli__Block_: staginggoerli__Block_; - staginggoerli__Meta_: staginggoerli__Meta_; - testoptimismgoerli_Asset: testoptimismgoerli_Asset; - testoptimismgoerli_AssetBalance: testoptimismgoerli_AssetBalance; - testoptimismgoerli_AssetBalance_filter: testoptimismgoerli_AssetBalance_filter; - testoptimismgoerli_Asset_filter: testoptimismgoerli_Asset_filter; - testoptimismgoerli_BigDecimal: Scalars['testoptimismgoerli_BigDecimal']; - testoptimismgoerli_BlockChangedFilter: testoptimismgoerli_BlockChangedFilter; - testoptimismgoerli_Block_height: testoptimismgoerli_Block_height; - testoptimismgoerli_Bytes: Scalars['testoptimismgoerli_Bytes']; - testoptimismgoerli_DestinationTransfer: testoptimismgoerli_DestinationTransfer; - testoptimismgoerli_DestinationTransfer_filter: testoptimismgoerli_DestinationTransfer_filter; - testoptimismgoerli_Int8: Scalars['testoptimismgoerli_Int8']; - testoptimismgoerli_OriginTransfer: testoptimismgoerli_OriginTransfer; - testoptimismgoerli_OriginTransfer_filter: testoptimismgoerli_OriginTransfer_filter; - testoptimismgoerli_Relayer: testoptimismgoerli_Relayer; - testoptimismgoerli_Relayer_filter: testoptimismgoerli_Relayer_filter; - testoptimismgoerli_Router: testoptimismgoerli_Router; - testoptimismgoerli_Router_filter: testoptimismgoerli_Router_filter; - testoptimismgoerli_Setting: testoptimismgoerli_Setting; - testoptimismgoerli_Setting_filter: testoptimismgoerli_Setting_filter; - testoptimismgoerli_SponsorVault: testoptimismgoerli_SponsorVault; - testoptimismgoerli_SponsorVault_filter: testoptimismgoerli_SponsorVault_filter; - testoptimismgoerli_StableSwap: testoptimismgoerli_StableSwap; - testoptimismgoerli_StableSwap_filter: testoptimismgoerli_StableSwap_filter; - testoptimismgoerli__Block_: testoptimismgoerli__Block_; - testoptimismgoerli__Meta_: testoptimismgoerli__Meta_; + polygon_AggregateRoot: ResolverTypeWrapper; + polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; + polygon_AggregateRoot_orderBy: polygon_AggregateRoot_orderBy; + polygon_Asset: ResolverTypeWrapper; + polygon_AssetBalance: ResolverTypeWrapper; + polygon_AssetBalance_filter: polygon_AssetBalance_filter; + polygon_AssetBalance_orderBy: polygon_AssetBalance_orderBy; + polygon_AssetStatus: ResolverTypeWrapper; + polygon_AssetStatus_filter: polygon_AssetStatus_filter; + polygon_AssetStatus_orderBy: polygon_AssetStatus_orderBy; + polygon_Asset_filter: polygon_Asset_filter; + polygon_Asset_orderBy: polygon_Asset_orderBy; + polygon_BigDecimal: ResolverTypeWrapper; + polygon_BlockChangedFilter: polygon_BlockChangedFilter; + polygon_Block_height: polygon_Block_height; + polygon_Bytes: ResolverTypeWrapper; + polygon_ConnectorMeta: ResolverTypeWrapper; + polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; + polygon_ConnectorMeta_orderBy: polygon_ConnectorMeta_orderBy; + polygon_DestinationTransfer: ResolverTypeWrapper; + polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; + polygon_DestinationTransfer_orderBy: polygon_DestinationTransfer_orderBy; + polygon_Int8: ResolverTypeWrapper; + polygon_OrderDirection: polygon_OrderDirection; + polygon_OriginMessage: ResolverTypeWrapper; + polygon_OriginMessage_filter: polygon_OriginMessage_filter; + polygon_OriginMessage_orderBy: polygon_OriginMessage_orderBy; + polygon_OriginTransfer: ResolverTypeWrapper; + polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; + polygon_OriginTransfer_orderBy: polygon_OriginTransfer_orderBy; + polygon_Relayer: ResolverTypeWrapper; + polygon_RelayerFee: ResolverTypeWrapper; + polygon_RelayerFee_filter: polygon_RelayerFee_filter; + polygon_RelayerFee_orderBy: polygon_RelayerFee_orderBy; + polygon_RelayerFeesIncrease: ResolverTypeWrapper; + polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; + polygon_RelayerFeesIncrease_orderBy: polygon_RelayerFeesIncrease_orderBy; + polygon_Relayer_filter: polygon_Relayer_filter; + polygon_Relayer_orderBy: polygon_Relayer_orderBy; + polygon_RootCount: ResolverTypeWrapper; + polygon_RootCount_filter: polygon_RootCount_filter; + polygon_RootCount_orderBy: polygon_RootCount_orderBy; + polygon_RootMessageSent: ResolverTypeWrapper; + polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; + polygon_RootMessageSent_orderBy: polygon_RootMessageSent_orderBy; + polygon_Router: ResolverTypeWrapper; + polygon_RouterDailyTVL: ResolverTypeWrapper; + polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; + polygon_RouterDailyTVL_orderBy: polygon_RouterDailyTVL_orderBy; + polygon_RouterLiquidityEvent: ResolverTypeWrapper; + polygon_RouterLiquidityEventType: polygon_RouterLiquidityEventType; + polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; + polygon_RouterLiquidityEvent_orderBy: polygon_RouterLiquidityEvent_orderBy; + polygon_Router_filter: polygon_Router_filter; + polygon_Router_orderBy: polygon_Router_orderBy; + polygon_Sequencer: ResolverTypeWrapper; + polygon_Sequencer_filter: polygon_Sequencer_filter; + polygon_Sequencer_orderBy: polygon_Sequencer_orderBy; + polygon_Setting: ResolverTypeWrapper; + polygon_Setting_filter: polygon_Setting_filter; + polygon_Setting_orderBy: polygon_Setting_orderBy; + polygon_SlippageUpdate: ResolverTypeWrapper; + polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; + polygon_SlippageUpdate_orderBy: polygon_SlippageUpdate_orderBy; + polygon_TransferStatus: polygon_TransferStatus; + polygon__Block_: ResolverTypeWrapper; + polygon__Meta_: ResolverTypeWrapper; +}>; + +/** Mapping between all available schema types and the resolvers parents */ +export type ResolversParentTypes = ResolversObject<{ + Query: {}; + Subscription: {}; goerli_AggregatedMessageRoot: goerli_AggregatedMessageRoot; goerli_AggregatedMessageRoot_filter: goerli_AggregatedMessageRoot_filter; goerli_ArbitrumConnectorMeta: goerli_ArbitrumConnectorMeta; goerli_ArbitrumConnectorMeta_filter: goerli_ArbitrumConnectorMeta_filter; goerli_BigDecimal: Scalars['goerli_BigDecimal']; + BigInt: Scalars['BigInt']; goerli_BlockChangedFilter: goerli_BlockChangedFilter; goerli_Block_height: goerli_Block_height; goerli_BnbConnectorMeta: goerli_BnbConnectorMeta; goerli_BnbConnectorMeta_filter: goerli_BnbConnectorMeta_filter; + Boolean: Scalars['Boolean']; goerli_Bytes: Scalars['goerli_Bytes']; + Float: Scalars['Float']; goerli_GnosisConnectorMeta: goerli_GnosisConnectorMeta; goerli_GnosisConnectorMeta_filter: goerli_GnosisConnectorMeta_filter; + ID: Scalars['ID']; + Int: Scalars['Int']; goerli_Int8: Scalars['goerli_Int8']; goerli_LineaConnectorMeta: goerli_LineaConnectorMeta; goerli_LineaConnectorMeta_filter: goerli_LineaConnectorMeta_filter; @@ -109528,6 +109686,7 @@ export type ResolversParentTypes = ResolversObject<{ goerli_RootMessageProcessed_filter: goerli_RootMessageProcessed_filter; goerli_RootPropagated: goerli_RootPropagated; goerli_RootPropagated_filter: goerli_RootPropagated_filter; + String: Scalars['String']; goerli_ZkSyncConnectorMeta: goerli_ZkSyncConnectorMeta; goerli_ZkSyncConnectorMeta_filter: goerli_ZkSyncConnectorMeta_filter; goerli__Block_: goerli__Block_; @@ -109563,109 +109722,6 @@ export type ResolversParentTypes = ResolversObject<{ mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; mainnet__Block_: mainnet__Block_; mainnet__Meta_: mainnet__Meta_; - testgoerli_Asset: testgoerli_Asset; - testgoerli_AssetBalance: testgoerli_AssetBalance; - testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; - testgoerli_Asset_filter: testgoerli_Asset_filter; - testgoerli_BigDecimal: Scalars['testgoerli_BigDecimal']; - testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; - testgoerli_Block_height: testgoerli_Block_height; - testgoerli_Bytes: Scalars['testgoerli_Bytes']; - testgoerli_DestinationTransfer: testgoerli_DestinationTransfer; - testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; - testgoerli_Int8: Scalars['testgoerli_Int8']; - testgoerli_OriginTransfer: testgoerli_OriginTransfer; - testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; - testgoerli_Relayer: testgoerli_Relayer; - testgoerli_Relayer_filter: testgoerli_Relayer_filter; - testgoerli_Router: testgoerli_Router; - testgoerli_Router_filter: testgoerli_Router_filter; - testgoerli_Setting: testgoerli_Setting; - testgoerli_Setting_filter: testgoerli_Setting_filter; - testgoerli_SponsorVault: testgoerli_SponsorVault; - testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; - testgoerli_StableSwap: testgoerli_StableSwap; - testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; - testgoerli__Block_: testgoerli__Block_; - testgoerli__Meta_: testgoerli__Meta_; - arbitrumgoerli_swap_BigDecimal: Scalars['arbitrumgoerli_swap_BigDecimal']; - arbitrumgoerli_swap_BlockChangedFilter: arbitrumgoerli_swap_BlockChangedFilter; - arbitrumgoerli_swap_Block_height: arbitrumgoerli_swap_Block_height; - arbitrumgoerli_swap_Bytes: Scalars['arbitrumgoerli_swap_Bytes']; - arbitrumgoerli_swap_Int8: Scalars['arbitrumgoerli_swap_Int8']; - arbitrumgoerli_swap_LpAccount: arbitrumgoerli_swap_LpAccount; - arbitrumgoerli_swap_LpAccountBalance: arbitrumgoerli_swap_LpAccountBalance; - arbitrumgoerli_swap_LpAccountBalance_filter: arbitrumgoerli_swap_LpAccountBalance_filter; - arbitrumgoerli_swap_LpAccount_filter: arbitrumgoerli_swap_LpAccount_filter; - arbitrumgoerli_swap_LpToken: arbitrumgoerli_swap_LpToken; - arbitrumgoerli_swap_LpTokenEvent: ResolversParentTypes['arbitrumgoerli_swap_LpTransferEvent']; - arbitrumgoerli_swap_LpTokenEvent_filter: arbitrumgoerli_swap_LpTokenEvent_filter; - arbitrumgoerli_swap_LpToken_filter: arbitrumgoerli_swap_LpToken_filter; - arbitrumgoerli_swap_LpTransferEvent: arbitrumgoerli_swap_LpTransferEvent; - arbitrumgoerli_swap_LpTransferEvent_filter: arbitrumgoerli_swap_LpTransferEvent_filter; - arbitrumgoerli_swap_PooledToken: arbitrumgoerli_swap_PooledToken; - arbitrumgoerli_swap_PooledToken_filter: arbitrumgoerli_swap_PooledToken_filter; - arbitrumgoerli_swap_StableSwap: arbitrumgoerli_swap_StableSwap; - arbitrumgoerli_swap_StableSwapAddLiquidityEvent: arbitrumgoerli_swap_StableSwapAddLiquidityEvent; - arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; - arbitrumgoerli_swap_StableSwapEvent: ResolversParentTypes['arbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; - arbitrumgoerli_swap_StableSwapEvent_filter: arbitrumgoerli_swap_StableSwapEvent_filter; - arbitrumgoerli_swap_StableSwapExchange: arbitrumgoerli_swap_StableSwapExchange; - arbitrumgoerli_swap_StableSwapExchange_filter: arbitrumgoerli_swap_StableSwapExchange_filter; - arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent; - arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumgoerli_swap_StableSwap_filter: arbitrumgoerli_swap_StableSwap_filter; - arbitrumgoerli_swap_SwapDailyVolume: arbitrumgoerli_swap_SwapDailyVolume; - arbitrumgoerli_swap_SwapDailyVolume_filter: arbitrumgoerli_swap_SwapDailyVolume_filter; - arbitrumgoerli_swap_SwapHourlyVolume: arbitrumgoerli_swap_SwapHourlyVolume; - arbitrumgoerli_swap_SwapHourlyVolume_filter: arbitrumgoerli_swap_SwapHourlyVolume_filter; - arbitrumgoerli_swap_SwapTradeVolume: ResolversParentTypes['arbitrumgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumgoerli_swap_SwapWeeklyVolume']; - arbitrumgoerli_swap_SwapTradeVolume_filter: arbitrumgoerli_swap_SwapTradeVolume_filter; - arbitrumgoerli_swap_SwapWeeklyVolume: arbitrumgoerli_swap_SwapWeeklyVolume; - arbitrumgoerli_swap_SwapWeeklyVolume_filter: arbitrumgoerli_swap_SwapWeeklyVolume_filter; - arbitrumgoerli_swap_SystemInfo: arbitrumgoerli_swap_SystemInfo; - arbitrumgoerli_swap_SystemInfo_filter: arbitrumgoerli_swap_SystemInfo_filter; - arbitrumgoerli_swap__Block_: arbitrumgoerli_swap__Block_; - arbitrumgoerli_swap__Meta_: arbitrumgoerli_swap__Meta_; - mumbai_swap_BigDecimal: Scalars['mumbai_swap_BigDecimal']; - mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; - mumbai_swap_Block_height: mumbai_swap_Block_height; - mumbai_swap_Bytes: Scalars['mumbai_swap_Bytes']; - mumbai_swap_Int8: Scalars['mumbai_swap_Int8']; - mumbai_swap_LpAccount: mumbai_swap_LpAccount; - mumbai_swap_LpAccountBalance: mumbai_swap_LpAccountBalance; - mumbai_swap_LpAccountBalance_filter: mumbai_swap_LpAccountBalance_filter; - mumbai_swap_LpAccount_filter: mumbai_swap_LpAccount_filter; - mumbai_swap_LpToken: mumbai_swap_LpToken; - mumbai_swap_LpTokenEvent: ResolversParentTypes['mumbai_swap_LpTransferEvent']; - mumbai_swap_LpTokenEvent_filter: mumbai_swap_LpTokenEvent_filter; - mumbai_swap_LpToken_filter: mumbai_swap_LpToken_filter; - mumbai_swap_LpTransferEvent: mumbai_swap_LpTransferEvent; - mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; - mumbai_swap_PooledToken: mumbai_swap_PooledToken; - mumbai_swap_PooledToken_filter: mumbai_swap_PooledToken_filter; - mumbai_swap_StableSwap: mumbai_swap_StableSwap; - mumbai_swap_StableSwapAddLiquidityEvent: mumbai_swap_StableSwapAddLiquidityEvent; - mumbai_swap_StableSwapAddLiquidityEvent_filter: mumbai_swap_StableSwapAddLiquidityEvent_filter; - mumbai_swap_StableSwapEvent: ResolversParentTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; - mumbai_swap_StableSwapEvent_filter: mumbai_swap_StableSwapEvent_filter; - mumbai_swap_StableSwapExchange: mumbai_swap_StableSwapExchange; - mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; - mumbai_swap_StableSwapRemoveLiquidityEvent: mumbai_swap_StableSwapRemoveLiquidityEvent; - mumbai_swap_StableSwapRemoveLiquidityEvent_filter: mumbai_swap_StableSwapRemoveLiquidityEvent_filter; - mumbai_swap_StableSwap_filter: mumbai_swap_StableSwap_filter; - mumbai_swap_SwapDailyVolume: mumbai_swap_SwapDailyVolume; - mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; - mumbai_swap_SwapHourlyVolume: mumbai_swap_SwapHourlyVolume; - mumbai_swap_SwapHourlyVolume_filter: mumbai_swap_SwapHourlyVolume_filter; - mumbai_swap_SwapTradeVolume: ResolversParentTypes['mumbai_swap_SwapDailyVolume'] | ResolversParentTypes['mumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['mumbai_swap_SwapWeeklyVolume']; - mumbai_swap_SwapTradeVolume_filter: mumbai_swap_SwapTradeVolume_filter; - mumbai_swap_SwapWeeklyVolume: mumbai_swap_SwapWeeklyVolume; - mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; - mumbai_swap_SystemInfo: mumbai_swap_SystemInfo; - mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; - mumbai_swap__Block_: mumbai_swap__Block_; - mumbai_swap__Meta_: mumbai_swap__Meta_; stagingoptimismgoerli_swap_BigDecimal: Scalars['stagingoptimismgoerli_swap_BigDecimal']; stagingoptimismgoerli_swap_BlockChangedFilter: stagingoptimismgoerli_swap_BlockChangedFilter; stagingoptimismgoerli_swap_Block_height: stagingoptimismgoerli_swap_Block_height; @@ -109705,6 +109761,31 @@ export type ResolversParentTypes = ResolversObject<{ stagingoptimismgoerli_swap_SystemInfo_filter: stagingoptimismgoerli_swap_SystemInfo_filter; stagingoptimismgoerli_swap__Block_: stagingoptimismgoerli_swap__Block_; stagingoptimismgoerli_swap__Meta_: stagingoptimismgoerli_swap__Meta_; + testgoerli_Asset: testgoerli_Asset; + testgoerli_AssetBalance: testgoerli_AssetBalance; + testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; + testgoerli_Asset_filter: testgoerli_Asset_filter; + testgoerli_BigDecimal: Scalars['testgoerli_BigDecimal']; + testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; + testgoerli_Block_height: testgoerli_Block_height; + testgoerli_Bytes: Scalars['testgoerli_Bytes']; + testgoerli_DestinationTransfer: testgoerli_DestinationTransfer; + testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; + testgoerli_Int8: Scalars['testgoerli_Int8']; + testgoerli_OriginTransfer: testgoerli_OriginTransfer; + testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; + testgoerli_Relayer: testgoerli_Relayer; + testgoerli_Relayer_filter: testgoerli_Relayer_filter; + testgoerli_Router: testgoerli_Router; + testgoerli_Router_filter: testgoerli_Router_filter; + testgoerli_Setting: testgoerli_Setting; + testgoerli_Setting_filter: testgoerli_Setting_filter; + testgoerli_SponsorVault: testgoerli_SponsorVault; + testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; + testgoerli_StableSwap: testgoerli_StableSwap; + testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; + testgoerli__Block_: testgoerli__Block_; + testgoerli__Meta_: testgoerli__Meta_; goerli_swap_BigDecimal: Scalars['goerli_swap_BigDecimal']; goerli_swap_BlockChangedFilter: goerli_swap_BlockChangedFilter; goerli_swap_Block_height: goerli_swap_Block_height; @@ -109744,47 +109825,31 @@ export type ResolversParentTypes = ResolversObject<{ goerli_swap_SystemInfo_filter: goerli_swap_SystemInfo_filter; goerli_swap__Block_: goerli_swap__Block_; goerli_swap__Meta_: goerli_swap__Meta_; - localmainnet_AggregateRootSavedSlow: localmainnet_AggregateRootSavedSlow; - localmainnet_AggregateRootSavedSlow_filter: localmainnet_AggregateRootSavedSlow_filter; - localmainnet_AggregatedMessageRoot: localmainnet_AggregatedMessageRoot; - localmainnet_AggregatedMessageRoot_filter: localmainnet_AggregatedMessageRoot_filter; - localmainnet_ArbitrumConnectorMeta: localmainnet_ArbitrumConnectorMeta; - localmainnet_ArbitrumConnectorMeta_filter: localmainnet_ArbitrumConnectorMeta_filter; - localmainnet_BigDecimal: Scalars['localmainnet_BigDecimal']; - localmainnet_BlockChangedFilter: localmainnet_BlockChangedFilter; - localmainnet_Block_height: localmainnet_Block_height; - localmainnet_BnbConnectorMeta: localmainnet_BnbConnectorMeta; - localmainnet_BnbConnectorMeta_filter: localmainnet_BnbConnectorMeta_filter; - localmainnet_Bytes: Scalars['localmainnet_Bytes']; - localmainnet_GnosisConnectorMeta: localmainnet_GnosisConnectorMeta; - localmainnet_GnosisConnectorMeta_filter: localmainnet_GnosisConnectorMeta_filter; - localmainnet_HubDomain: localmainnet_HubDomain; - localmainnet_HubDomain_filter: localmainnet_HubDomain_filter; - localmainnet_HubOptimisticRootFinalized: localmainnet_HubOptimisticRootFinalized; - localmainnet_HubOptimisticRootFinalized_filter: localmainnet_HubOptimisticRootFinalized_filter; - localmainnet_Int8: Scalars['localmainnet_Int8']; - localmainnet_OptimismConnectorMeta: localmainnet_OptimismConnectorMeta; - localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; - localmainnet_OptimisticRootPropagated: localmainnet_OptimisticRootPropagated; - localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; - localmainnet_OptimisticRootProposed: localmainnet_OptimisticRootProposed; - localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; - localmainnet_PolygonConnectorMeta: localmainnet_PolygonConnectorMeta; - localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; - localmainnet_RootAggregated: localmainnet_RootAggregated; - localmainnet_RootAggregated_filter: localmainnet_RootAggregated_filter; - localmainnet_RootManagerMeta: localmainnet_RootManagerMeta; - localmainnet_RootManagerMeta_filter: localmainnet_RootManagerMeta_filter; - localmainnet_RootManagerMode: localmainnet_RootManagerMode; - localmainnet_RootManagerMode_filter: localmainnet_RootManagerMode_filter; - localmainnet_RootMessageProcessed: localmainnet_RootMessageProcessed; - localmainnet_RootMessageProcessed_filter: localmainnet_RootMessageProcessed_filter; - localmainnet_RootPropagated: localmainnet_RootPropagated; - localmainnet_RootPropagated_filter: localmainnet_RootPropagated_filter; - localmainnet_ZkSyncConnectorMeta: localmainnet_ZkSyncConnectorMeta; - localmainnet_ZkSyncConnectorMeta_filter: localmainnet_ZkSyncConnectorMeta_filter; - localmainnet__Block_: localmainnet__Block_; - localmainnet__Meta_: localmainnet__Meta_; + testoptimismgoerli_Asset: testoptimismgoerli_Asset; + testoptimismgoerli_AssetBalance: testoptimismgoerli_AssetBalance; + testoptimismgoerli_AssetBalance_filter: testoptimismgoerli_AssetBalance_filter; + testoptimismgoerli_Asset_filter: testoptimismgoerli_Asset_filter; + testoptimismgoerli_BigDecimal: Scalars['testoptimismgoerli_BigDecimal']; + testoptimismgoerli_BlockChangedFilter: testoptimismgoerli_BlockChangedFilter; + testoptimismgoerli_Block_height: testoptimismgoerli_Block_height; + testoptimismgoerli_Bytes: Scalars['testoptimismgoerli_Bytes']; + testoptimismgoerli_DestinationTransfer: testoptimismgoerli_DestinationTransfer; + testoptimismgoerli_DestinationTransfer_filter: testoptimismgoerli_DestinationTransfer_filter; + testoptimismgoerli_Int8: Scalars['testoptimismgoerli_Int8']; + testoptimismgoerli_OriginTransfer: testoptimismgoerli_OriginTransfer; + testoptimismgoerli_OriginTransfer_filter: testoptimismgoerli_OriginTransfer_filter; + testoptimismgoerli_Relayer: testoptimismgoerli_Relayer; + testoptimismgoerli_Relayer_filter: testoptimismgoerli_Relayer_filter; + testoptimismgoerli_Router: testoptimismgoerli_Router; + testoptimismgoerli_Router_filter: testoptimismgoerli_Router_filter; + testoptimismgoerli_Setting: testoptimismgoerli_Setting; + testoptimismgoerli_Setting_filter: testoptimismgoerli_Setting_filter; + testoptimismgoerli_SponsorVault: testoptimismgoerli_SponsorVault; + testoptimismgoerli_SponsorVault_filter: testoptimismgoerli_SponsorVault_filter; + testoptimismgoerli_StableSwap: testoptimismgoerli_StableSwap; + testoptimismgoerli_StableSwap_filter: testoptimismgoerli_StableSwap_filter; + testoptimismgoerli__Block_: testoptimismgoerli__Block_; + testoptimismgoerli__Meta_: testoptimismgoerli__Meta_; staginggoerli_swap_BigDecimal: Scalars['staginggoerli_swap_BigDecimal']; staginggoerli_swap_BlockChangedFilter: staginggoerli_swap_BlockChangedFilter; staginggoerli_swap_Block_height: staginggoerli_swap_Block_height; @@ -109824,206 +109889,123 @@ export type ResolversParentTypes = ResolversObject<{ staginggoerli_swap_SystemInfo_filter: staginggoerli_swap_SystemInfo_filter; staginggoerli_swap__Block_: staginggoerli_swap__Block_; staginggoerli_swap__Meta_: staginggoerli_swap__Meta_; - stagingmumbai_swap_BigDecimal: Scalars['stagingmumbai_swap_BigDecimal']; - stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; - stagingmumbai_swap_Block_height: stagingmumbai_swap_Block_height; - stagingmumbai_swap_Bytes: Scalars['stagingmumbai_swap_Bytes']; - stagingmumbai_swap_Int8: Scalars['stagingmumbai_swap_Int8']; - stagingmumbai_swap_LpAccount: stagingmumbai_swap_LpAccount; - stagingmumbai_swap_LpAccountBalance: stagingmumbai_swap_LpAccountBalance; - stagingmumbai_swap_LpAccountBalance_filter: stagingmumbai_swap_LpAccountBalance_filter; - stagingmumbai_swap_LpAccount_filter: stagingmumbai_swap_LpAccount_filter; - stagingmumbai_swap_LpToken: stagingmumbai_swap_LpToken; - stagingmumbai_swap_LpTokenEvent: ResolversParentTypes['stagingmumbai_swap_LpTransferEvent']; - stagingmumbai_swap_LpTokenEvent_filter: stagingmumbai_swap_LpTokenEvent_filter; - stagingmumbai_swap_LpToken_filter: stagingmumbai_swap_LpToken_filter; - stagingmumbai_swap_LpTransferEvent: stagingmumbai_swap_LpTransferEvent; - stagingmumbai_swap_LpTransferEvent_filter: stagingmumbai_swap_LpTransferEvent_filter; - stagingmumbai_swap_PooledToken: stagingmumbai_swap_PooledToken; - stagingmumbai_swap_PooledToken_filter: stagingmumbai_swap_PooledToken_filter; - stagingmumbai_swap_StableSwap: stagingmumbai_swap_StableSwap; - stagingmumbai_swap_StableSwapAddLiquidityEvent: stagingmumbai_swap_StableSwapAddLiquidityEvent; - stagingmumbai_swap_StableSwapAddLiquidityEvent_filter: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter; - stagingmumbai_swap_StableSwapEvent: ResolversParentTypes['stagingmumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingmumbai_swap_StableSwapRemoveLiquidityEvent']; - stagingmumbai_swap_StableSwapEvent_filter: stagingmumbai_swap_StableSwapEvent_filter; - stagingmumbai_swap_StableSwapExchange: stagingmumbai_swap_StableSwapExchange; - stagingmumbai_swap_StableSwapExchange_filter: stagingmumbai_swap_StableSwapExchange_filter; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent: stagingmumbai_swap_StableSwapRemoveLiquidityEvent; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter; - stagingmumbai_swap_StableSwap_filter: stagingmumbai_swap_StableSwap_filter; - stagingmumbai_swap_SwapDailyVolume: stagingmumbai_swap_SwapDailyVolume; - stagingmumbai_swap_SwapDailyVolume_filter: stagingmumbai_swap_SwapDailyVolume_filter; - stagingmumbai_swap_SwapHourlyVolume: stagingmumbai_swap_SwapHourlyVolume; - stagingmumbai_swap_SwapHourlyVolume_filter: stagingmumbai_swap_SwapHourlyVolume_filter; - stagingmumbai_swap_SwapTradeVolume: ResolversParentTypes['stagingmumbai_swap_SwapDailyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapWeeklyVolume']; - stagingmumbai_swap_SwapTradeVolume_filter: stagingmumbai_swap_SwapTradeVolume_filter; - stagingmumbai_swap_SwapWeeklyVolume: stagingmumbai_swap_SwapWeeklyVolume; - stagingmumbai_swap_SwapWeeklyVolume_filter: stagingmumbai_swap_SwapWeeklyVolume_filter; - stagingmumbai_swap_SystemInfo: stagingmumbai_swap_SystemInfo; - stagingmumbai_swap_SystemInfo_filter: stagingmumbai_swap_SystemInfo_filter; - stagingmumbai_swap__Block_: stagingmumbai_swap__Block_; - stagingmumbai_swap__Meta_: stagingmumbai_swap__Meta_; - optimismgoerli_swap_BigDecimal: Scalars['optimismgoerli_swap_BigDecimal']; - optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; - optimismgoerli_swap_Block_height: optimismgoerli_swap_Block_height; - optimismgoerli_swap_Bytes: Scalars['optimismgoerli_swap_Bytes']; - optimismgoerli_swap_Int8: Scalars['optimismgoerli_swap_Int8']; - optimismgoerli_swap_LpAccount: optimismgoerli_swap_LpAccount; - optimismgoerli_swap_LpAccountBalance: optimismgoerli_swap_LpAccountBalance; - optimismgoerli_swap_LpAccountBalance_filter: optimismgoerli_swap_LpAccountBalance_filter; - optimismgoerli_swap_LpAccount_filter: optimismgoerli_swap_LpAccount_filter; - optimismgoerli_swap_LpToken: optimismgoerli_swap_LpToken; - optimismgoerli_swap_LpTokenEvent: ResolversParentTypes['optimismgoerli_swap_LpTransferEvent']; - optimismgoerli_swap_LpTokenEvent_filter: optimismgoerli_swap_LpTokenEvent_filter; - optimismgoerli_swap_LpToken_filter: optimismgoerli_swap_LpToken_filter; - optimismgoerli_swap_LpTransferEvent: optimismgoerli_swap_LpTransferEvent; - optimismgoerli_swap_LpTransferEvent_filter: optimismgoerli_swap_LpTransferEvent_filter; - optimismgoerli_swap_PooledToken: optimismgoerli_swap_PooledToken; - optimismgoerli_swap_PooledToken_filter: optimismgoerli_swap_PooledToken_filter; - optimismgoerli_swap_StableSwap: optimismgoerli_swap_StableSwap; - optimismgoerli_swap_StableSwapAddLiquidityEvent: optimismgoerli_swap_StableSwapAddLiquidityEvent; - optimismgoerli_swap_StableSwapAddLiquidityEvent_filter: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter; - optimismgoerli_swap_StableSwapEvent: ResolversParentTypes['optimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimismgoerli_swap_StableSwapRemoveLiquidityEvent']; - optimismgoerli_swap_StableSwapEvent_filter: optimismgoerli_swap_StableSwapEvent_filter; - optimismgoerli_swap_StableSwapExchange: optimismgoerli_swap_StableSwapExchange; - optimismgoerli_swap_StableSwapExchange_filter: optimismgoerli_swap_StableSwapExchange_filter; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent: optimismgoerli_swap_StableSwapRemoveLiquidityEvent; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - optimismgoerli_swap_StableSwap_filter: optimismgoerli_swap_StableSwap_filter; - optimismgoerli_swap_SwapDailyVolume: optimismgoerli_swap_SwapDailyVolume; - optimismgoerli_swap_SwapDailyVolume_filter: optimismgoerli_swap_SwapDailyVolume_filter; - optimismgoerli_swap_SwapHourlyVolume: optimismgoerli_swap_SwapHourlyVolume; - optimismgoerli_swap_SwapHourlyVolume_filter: optimismgoerli_swap_SwapHourlyVolume_filter; - optimismgoerli_swap_SwapTradeVolume: ResolversParentTypes['optimismgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapWeeklyVolume']; - optimismgoerli_swap_SwapTradeVolume_filter: optimismgoerli_swap_SwapTradeVolume_filter; - optimismgoerli_swap_SwapWeeklyVolume: optimismgoerli_swap_SwapWeeklyVolume; - optimismgoerli_swap_SwapWeeklyVolume_filter: optimismgoerli_swap_SwapWeeklyVolume_filter; - optimismgoerli_swap_SystemInfo: optimismgoerli_swap_SystemInfo; - optimismgoerli_swap_SystemInfo_filter: optimismgoerli_swap_SystemInfo_filter; - optimismgoerli_swap__Block_: optimismgoerli_swap__Block_; - optimismgoerli_swap__Meta_: optimismgoerli_swap__Meta_; - linea_AggregateRoot: linea_AggregateRoot; - linea_AggregateRoot_filter: linea_AggregateRoot_filter; - linea_Asset: linea_Asset; - linea_AssetBalance: linea_AssetBalance; - linea_AssetBalance_filter: linea_AssetBalance_filter; - linea_AssetStatus: linea_AssetStatus; - linea_AssetStatus_filter: linea_AssetStatus_filter; - linea_Asset_filter: linea_Asset_filter; - linea_BigDecimal: Scalars['linea_BigDecimal']; - linea_BlockChangedFilter: linea_BlockChangedFilter; - linea_Block_height: linea_Block_height; - linea_Bytes: Scalars['linea_Bytes']; - linea_ConnectorMeta: linea_ConnectorMeta; - linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; - linea_DestinationTransfer: linea_DestinationTransfer; - linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; - linea_OriginMessage: linea_OriginMessage; - linea_OriginMessage_filter: linea_OriginMessage_filter; - linea_OriginTransfer: linea_OriginTransfer; - linea_OriginTransfer_filter: linea_OriginTransfer_filter; - linea_Relayer: linea_Relayer; - linea_RelayerFee: linea_RelayerFee; - linea_RelayerFee_filter: linea_RelayerFee_filter; - linea_RelayerFeesIncrease: linea_RelayerFeesIncrease; - linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; - linea_Relayer_filter: linea_Relayer_filter; - linea_RootCount: linea_RootCount; - linea_RootCount_filter: linea_RootCount_filter; - linea_RootMessageSent: linea_RootMessageSent; - linea_RootMessageSent_filter: linea_RootMessageSent_filter; - linea_Router: linea_Router; - linea_RouterDailyTVL: linea_RouterDailyTVL; - linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; - linea_RouterLiquidityEvent: linea_RouterLiquidityEvent; - linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; - linea_Router_filter: linea_Router_filter; - linea_Sequencer: linea_Sequencer; - linea_Sequencer_filter: linea_Sequencer_filter; - linea_Setting: linea_Setting; - linea_Setting_filter: linea_Setting_filter; - linea_SlippageUpdate: linea_SlippageUpdate; - linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; - linea__Block_: linea__Block_; - linea__Meta_: linea__Meta_; - optimism_swap_BigDecimal: Scalars['optimism_swap_BigDecimal']; - optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; - optimism_swap_Block_height: optimism_swap_Block_height; - optimism_swap_Bytes: Scalars['optimism_swap_Bytes']; - optimism_swap_Int8: Scalars['optimism_swap_Int8']; - optimism_swap_LpAccount: optimism_swap_LpAccount; - optimism_swap_LpAccountBalance: optimism_swap_LpAccountBalance; - optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; - optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; - optimism_swap_LpToken: optimism_swap_LpToken; - optimism_swap_LpTokenEvent: ResolversParentTypes['optimism_swap_LpTransferEvent']; - optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; - optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; - optimism_swap_LpTransferEvent: optimism_swap_LpTransferEvent; - optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; - optimism_swap_PooledToken: optimism_swap_PooledToken; - optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; - optimism_swap_StableSwap: optimism_swap_StableSwap; - optimism_swap_StableSwapAddLiquidityEvent: optimism_swap_StableSwapAddLiquidityEvent; - optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; - optimism_swap_StableSwapEvent: ResolversParentTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; - optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; - optimism_swap_StableSwapExchange: optimism_swap_StableSwapExchange; - optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; - optimism_swap_StableSwapRemoveLiquidityEvent: optimism_swap_StableSwapRemoveLiquidityEvent; - optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; - optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; - optimism_swap_SwapDailyVolume: optimism_swap_SwapDailyVolume; - optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; - optimism_swap_SwapHourlyVolume: optimism_swap_SwapHourlyVolume; - optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; - optimism_swap_SwapTradeVolume: ResolversParentTypes['optimism_swap_SwapDailyVolume'] | ResolversParentTypes['optimism_swap_SwapHourlyVolume'] | ResolversParentTypes['optimism_swap_SwapWeeklyVolume']; - optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; - optimism_swap_SwapWeeklyVolume: optimism_swap_SwapWeeklyVolume; - optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; - optimism_swap_SystemInfo: optimism_swap_SystemInfo; - optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; - optimism_swap__Block_: optimism_swap__Block_; - optimism_swap__Meta_: optimism_swap__Meta_; - polygon_swap_BigDecimal: Scalars['polygon_swap_BigDecimal']; - polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; - polygon_swap_Block_height: polygon_swap_Block_height; - polygon_swap_Bytes: Scalars['polygon_swap_Bytes']; - polygon_swap_Int8: Scalars['polygon_swap_Int8']; - polygon_swap_LpAccount: polygon_swap_LpAccount; - polygon_swap_LpAccountBalance: polygon_swap_LpAccountBalance; - polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; - polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; - polygon_swap_LpToken: polygon_swap_LpToken; - polygon_swap_LpTokenEvent: ResolversParentTypes['polygon_swap_LpTransferEvent']; - polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; - polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; - polygon_swap_LpTransferEvent: polygon_swap_LpTransferEvent; - polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; - polygon_swap_PooledToken: polygon_swap_PooledToken; - polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; - polygon_swap_StableSwap: polygon_swap_StableSwap; - polygon_swap_StableSwapAddLiquidityEvent: polygon_swap_StableSwapAddLiquidityEvent; - polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; - polygon_swap_StableSwapEvent: ResolversParentTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; - polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; - polygon_swap_StableSwapExchange: polygon_swap_StableSwapExchange; - polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; - polygon_swap_StableSwapRemoveLiquidityEvent: polygon_swap_StableSwapRemoveLiquidityEvent; - polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; - polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; - polygon_swap_SwapDailyVolume: polygon_swap_SwapDailyVolume; - polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; - polygon_swap_SwapHourlyVolume: polygon_swap_SwapHourlyVolume; - polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; - polygon_swap_SwapTradeVolume: ResolversParentTypes['polygon_swap_SwapDailyVolume'] | ResolversParentTypes['polygon_swap_SwapHourlyVolume'] | ResolversParentTypes['polygon_swap_SwapWeeklyVolume']; - polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; - polygon_swap_SwapWeeklyVolume: polygon_swap_SwapWeeklyVolume; - polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; - polygon_swap_SystemInfo: polygon_swap_SystemInfo; - polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; - polygon_swap__Block_: polygon_swap__Block_; - polygon_swap__Meta_: polygon_swap__Meta_; + stagingarbitrumgoerli_swap_BigDecimal: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + stagingarbitrumgoerli_swap_BlockChangedFilter: stagingarbitrumgoerli_swap_BlockChangedFilter; + stagingarbitrumgoerli_swap_Block_height: stagingarbitrumgoerli_swap_Block_height; + stagingarbitrumgoerli_swap_Bytes: Scalars['stagingarbitrumgoerli_swap_Bytes']; + stagingarbitrumgoerli_swap_Int8: Scalars['stagingarbitrumgoerli_swap_Int8']; + stagingarbitrumgoerli_swap_LpAccount: stagingarbitrumgoerli_swap_LpAccount; + stagingarbitrumgoerli_swap_LpAccountBalance: stagingarbitrumgoerli_swap_LpAccountBalance; + stagingarbitrumgoerli_swap_LpAccountBalance_filter: stagingarbitrumgoerli_swap_LpAccountBalance_filter; + stagingarbitrumgoerli_swap_LpAccount_filter: stagingarbitrumgoerli_swap_LpAccount_filter; + stagingarbitrumgoerli_swap_LpToken: stagingarbitrumgoerli_swap_LpToken; + stagingarbitrumgoerli_swap_LpTokenEvent: ResolversParentTypes['stagingarbitrumgoerli_swap_LpTransferEvent']; + stagingarbitrumgoerli_swap_LpTokenEvent_filter: stagingarbitrumgoerli_swap_LpTokenEvent_filter; + stagingarbitrumgoerli_swap_LpToken_filter: stagingarbitrumgoerli_swap_LpToken_filter; + stagingarbitrumgoerli_swap_LpTransferEvent: stagingarbitrumgoerli_swap_LpTransferEvent; + stagingarbitrumgoerli_swap_LpTransferEvent_filter: stagingarbitrumgoerli_swap_LpTransferEvent_filter; + stagingarbitrumgoerli_swap_PooledToken: stagingarbitrumgoerli_swap_PooledToken; + stagingarbitrumgoerli_swap_PooledToken_filter: stagingarbitrumgoerli_swap_PooledToken_filter; + stagingarbitrumgoerli_swap_StableSwap: stagingarbitrumgoerli_swap_StableSwap; + stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent; + stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; + stagingarbitrumgoerli_swap_StableSwapEvent: ResolversParentTypes['stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; + stagingarbitrumgoerli_swap_StableSwapEvent_filter: stagingarbitrumgoerli_swap_StableSwapEvent_filter; + stagingarbitrumgoerli_swap_StableSwapExchange: stagingarbitrumgoerli_swap_StableSwapExchange; + stagingarbitrumgoerli_swap_StableSwapExchange_filter: stagingarbitrumgoerli_swap_StableSwapExchange_filter; + stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent; + stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + stagingarbitrumgoerli_swap_StableSwap_filter: stagingarbitrumgoerli_swap_StableSwap_filter; + stagingarbitrumgoerli_swap_SwapDailyVolume: stagingarbitrumgoerli_swap_SwapDailyVolume; + stagingarbitrumgoerli_swap_SwapDailyVolume_filter: stagingarbitrumgoerli_swap_SwapDailyVolume_filter; + stagingarbitrumgoerli_swap_SwapHourlyVolume: stagingarbitrumgoerli_swap_SwapHourlyVolume; + stagingarbitrumgoerli_swap_SwapHourlyVolume_filter: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter; + stagingarbitrumgoerli_swap_SwapTradeVolume: ResolversParentTypes['stagingarbitrumgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['stagingarbitrumgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingarbitrumgoerli_swap_SwapWeeklyVolume']; + stagingarbitrumgoerli_swap_SwapTradeVolume_filter: stagingarbitrumgoerli_swap_SwapTradeVolume_filter; + stagingarbitrumgoerli_swap_SwapWeeklyVolume: stagingarbitrumgoerli_swap_SwapWeeklyVolume; + stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter; + stagingarbitrumgoerli_swap_SystemInfo: stagingarbitrumgoerli_swap_SystemInfo; + stagingarbitrumgoerli_swap_SystemInfo_filter: stagingarbitrumgoerli_swap_SystemInfo_filter; + stagingarbitrumgoerli_swap__Block_: stagingarbitrumgoerli_swap__Block_; + stagingarbitrumgoerli_swap__Meta_: stagingarbitrumgoerli_swap__Meta_; + arbitrumgoerli_swap_BigDecimal: Scalars['arbitrumgoerli_swap_BigDecimal']; + arbitrumgoerli_swap_BlockChangedFilter: arbitrumgoerli_swap_BlockChangedFilter; + arbitrumgoerli_swap_Block_height: arbitrumgoerli_swap_Block_height; + arbitrumgoerli_swap_Bytes: Scalars['arbitrumgoerli_swap_Bytes']; + arbitrumgoerli_swap_Int8: Scalars['arbitrumgoerli_swap_Int8']; + arbitrumgoerli_swap_LpAccount: arbitrumgoerli_swap_LpAccount; + arbitrumgoerli_swap_LpAccountBalance: arbitrumgoerli_swap_LpAccountBalance; + arbitrumgoerli_swap_LpAccountBalance_filter: arbitrumgoerli_swap_LpAccountBalance_filter; + arbitrumgoerli_swap_LpAccount_filter: arbitrumgoerli_swap_LpAccount_filter; + arbitrumgoerli_swap_LpToken: arbitrumgoerli_swap_LpToken; + arbitrumgoerli_swap_LpTokenEvent: ResolversParentTypes['arbitrumgoerli_swap_LpTransferEvent']; + arbitrumgoerli_swap_LpTokenEvent_filter: arbitrumgoerli_swap_LpTokenEvent_filter; + arbitrumgoerli_swap_LpToken_filter: arbitrumgoerli_swap_LpToken_filter; + arbitrumgoerli_swap_LpTransferEvent: arbitrumgoerli_swap_LpTransferEvent; + arbitrumgoerli_swap_LpTransferEvent_filter: arbitrumgoerli_swap_LpTransferEvent_filter; + arbitrumgoerli_swap_PooledToken: arbitrumgoerli_swap_PooledToken; + arbitrumgoerli_swap_PooledToken_filter: arbitrumgoerli_swap_PooledToken_filter; + arbitrumgoerli_swap_StableSwap: arbitrumgoerli_swap_StableSwap; + arbitrumgoerli_swap_StableSwapAddLiquidityEvent: arbitrumgoerli_swap_StableSwapAddLiquidityEvent; + arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; + arbitrumgoerli_swap_StableSwapEvent: ResolversParentTypes['arbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; + arbitrumgoerli_swap_StableSwapEvent_filter: arbitrumgoerli_swap_StableSwapEvent_filter; + arbitrumgoerli_swap_StableSwapExchange: arbitrumgoerli_swap_StableSwapExchange; + arbitrumgoerli_swap_StableSwapExchange_filter: arbitrumgoerli_swap_StableSwapExchange_filter; + arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent; + arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumgoerli_swap_StableSwap_filter: arbitrumgoerli_swap_StableSwap_filter; + arbitrumgoerli_swap_SwapDailyVolume: arbitrumgoerli_swap_SwapDailyVolume; + arbitrumgoerli_swap_SwapDailyVolume_filter: arbitrumgoerli_swap_SwapDailyVolume_filter; + arbitrumgoerli_swap_SwapHourlyVolume: arbitrumgoerli_swap_SwapHourlyVolume; + arbitrumgoerli_swap_SwapHourlyVolume_filter: arbitrumgoerli_swap_SwapHourlyVolume_filter; + arbitrumgoerli_swap_SwapTradeVolume: ResolversParentTypes['arbitrumgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumgoerli_swap_SwapWeeklyVolume']; + arbitrumgoerli_swap_SwapTradeVolume_filter: arbitrumgoerli_swap_SwapTradeVolume_filter; + arbitrumgoerli_swap_SwapWeeklyVolume: arbitrumgoerli_swap_SwapWeeklyVolume; + arbitrumgoerli_swap_SwapWeeklyVolume_filter: arbitrumgoerli_swap_SwapWeeklyVolume_filter; + arbitrumgoerli_swap_SystemInfo: arbitrumgoerli_swap_SystemInfo; + arbitrumgoerli_swap_SystemInfo_filter: arbitrumgoerli_swap_SystemInfo_filter; + arbitrumgoerli_swap__Block_: arbitrumgoerli_swap__Block_; + arbitrumgoerli_swap__Meta_: arbitrumgoerli_swap__Meta_; + mumbai_swap_BigDecimal: Scalars['mumbai_swap_BigDecimal']; + mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; + mumbai_swap_Block_height: mumbai_swap_Block_height; + mumbai_swap_Bytes: Scalars['mumbai_swap_Bytes']; + mumbai_swap_Int8: Scalars['mumbai_swap_Int8']; + mumbai_swap_LpAccount: mumbai_swap_LpAccount; + mumbai_swap_LpAccountBalance: mumbai_swap_LpAccountBalance; + mumbai_swap_LpAccountBalance_filter: mumbai_swap_LpAccountBalance_filter; + mumbai_swap_LpAccount_filter: mumbai_swap_LpAccount_filter; + mumbai_swap_LpToken: mumbai_swap_LpToken; + mumbai_swap_LpTokenEvent: ResolversParentTypes['mumbai_swap_LpTransferEvent']; + mumbai_swap_LpTokenEvent_filter: mumbai_swap_LpTokenEvent_filter; + mumbai_swap_LpToken_filter: mumbai_swap_LpToken_filter; + mumbai_swap_LpTransferEvent: mumbai_swap_LpTransferEvent; + mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; + mumbai_swap_PooledToken: mumbai_swap_PooledToken; + mumbai_swap_PooledToken_filter: mumbai_swap_PooledToken_filter; + mumbai_swap_StableSwap: mumbai_swap_StableSwap; + mumbai_swap_StableSwapAddLiquidityEvent: mumbai_swap_StableSwapAddLiquidityEvent; + mumbai_swap_StableSwapAddLiquidityEvent_filter: mumbai_swap_StableSwapAddLiquidityEvent_filter; + mumbai_swap_StableSwapEvent: ResolversParentTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; + mumbai_swap_StableSwapEvent_filter: mumbai_swap_StableSwapEvent_filter; + mumbai_swap_StableSwapExchange: mumbai_swap_StableSwapExchange; + mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; + mumbai_swap_StableSwapRemoveLiquidityEvent: mumbai_swap_StableSwapRemoveLiquidityEvent; + mumbai_swap_StableSwapRemoveLiquidityEvent_filter: mumbai_swap_StableSwapRemoveLiquidityEvent_filter; + mumbai_swap_StableSwap_filter: mumbai_swap_StableSwap_filter; + mumbai_swap_SwapDailyVolume: mumbai_swap_SwapDailyVolume; + mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; + mumbai_swap_SwapHourlyVolume: mumbai_swap_SwapHourlyVolume; + mumbai_swap_SwapHourlyVolume_filter: mumbai_swap_SwapHourlyVolume_filter; + mumbai_swap_SwapTradeVolume: ResolversParentTypes['mumbai_swap_SwapDailyVolume'] | ResolversParentTypes['mumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['mumbai_swap_SwapWeeklyVolume']; + mumbai_swap_SwapTradeVolume_filter: mumbai_swap_SwapTradeVolume_filter; + mumbai_swap_SwapWeeklyVolume: mumbai_swap_SwapWeeklyVolume; + mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; + mumbai_swap_SystemInfo: mumbai_swap_SystemInfo; + mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; + mumbai_swap__Block_: mumbai_swap__Block_; + mumbai_swap__Meta_: mumbai_swap__Meta_; bnb_swap_BigDecimal: Scalars['bnb_swap_BigDecimal']; bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; bnb_swap_Block_height: bnb_swap_Block_height; @@ -110063,126 +110045,45 @@ export type ResolversParentTypes = ResolversObject<{ bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; bnb_swap__Block_: bnb_swap__Block_; bnb_swap__Meta_: bnb_swap__Meta_; - lineagoerli_AggregateRoot: lineagoerli_AggregateRoot; - lineagoerli_AggregateRoot_filter: lineagoerli_AggregateRoot_filter; - lineagoerli_Asset: lineagoerli_Asset; - lineagoerli_AssetBalance: lineagoerli_AssetBalance; - lineagoerli_AssetBalance_filter: lineagoerli_AssetBalance_filter; - lineagoerli_AssetStatus: lineagoerli_AssetStatus; - lineagoerli_AssetStatus_filter: lineagoerli_AssetStatus_filter; - lineagoerli_Asset_filter: lineagoerli_Asset_filter; - lineagoerli_BigDecimal: Scalars['lineagoerli_BigDecimal']; - lineagoerli_BlockChangedFilter: lineagoerli_BlockChangedFilter; - lineagoerli_Block_height: lineagoerli_Block_height; - lineagoerli_Bytes: Scalars['lineagoerli_Bytes']; - lineagoerli_ConnectorMeta: lineagoerli_ConnectorMeta; - lineagoerli_ConnectorMeta_filter: lineagoerli_ConnectorMeta_filter; - lineagoerli_DestinationTransfer: lineagoerli_DestinationTransfer; - lineagoerli_DestinationTransfer_filter: lineagoerli_DestinationTransfer_filter; - lineagoerli_OriginMessage: lineagoerli_OriginMessage; - lineagoerli_OriginMessage_filter: lineagoerli_OriginMessage_filter; - lineagoerli_OriginTransfer: lineagoerli_OriginTransfer; - lineagoerli_OriginTransfer_filter: lineagoerli_OriginTransfer_filter; - lineagoerli_Relayer: lineagoerli_Relayer; - lineagoerli_RelayerFee: lineagoerli_RelayerFee; - lineagoerli_RelayerFee_filter: lineagoerli_RelayerFee_filter; - lineagoerli_RelayerFeesIncrease: lineagoerli_RelayerFeesIncrease; - lineagoerli_RelayerFeesIncrease_filter: lineagoerli_RelayerFeesIncrease_filter; - lineagoerli_Relayer_filter: lineagoerli_Relayer_filter; - lineagoerli_RootCount: lineagoerli_RootCount; - lineagoerli_RootCount_filter: lineagoerli_RootCount_filter; - lineagoerli_RootMessageSent: lineagoerli_RootMessageSent; - lineagoerli_RootMessageSent_filter: lineagoerli_RootMessageSent_filter; - lineagoerli_Router: lineagoerli_Router; - lineagoerli_RouterDailyTVL: lineagoerli_RouterDailyTVL; - lineagoerli_RouterDailyTVL_filter: lineagoerli_RouterDailyTVL_filter; - lineagoerli_Router_filter: lineagoerli_Router_filter; - lineagoerli_Sequencer: lineagoerli_Sequencer; - lineagoerli_Sequencer_filter: lineagoerli_Sequencer_filter; - lineagoerli_Setting: lineagoerli_Setting; - lineagoerli_Setting_filter: lineagoerli_Setting_filter; - lineagoerli_SlippageUpdate: lineagoerli_SlippageUpdate; - lineagoerli_SlippageUpdate_filter: lineagoerli_SlippageUpdate_filter; - lineagoerli__Block_: lineagoerli__Block_; - lineagoerli__Meta_: lineagoerli__Meta_; - stagingarbitrumgoerli_swap_BigDecimal: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - stagingarbitrumgoerli_swap_BlockChangedFilter: stagingarbitrumgoerli_swap_BlockChangedFilter; - stagingarbitrumgoerli_swap_Block_height: stagingarbitrumgoerli_swap_Block_height; - stagingarbitrumgoerli_swap_Bytes: Scalars['stagingarbitrumgoerli_swap_Bytes']; - stagingarbitrumgoerli_swap_Int8: Scalars['stagingarbitrumgoerli_swap_Int8']; - stagingarbitrumgoerli_swap_LpAccount: stagingarbitrumgoerli_swap_LpAccount; - stagingarbitrumgoerli_swap_LpAccountBalance: stagingarbitrumgoerli_swap_LpAccountBalance; - stagingarbitrumgoerli_swap_LpAccountBalance_filter: stagingarbitrumgoerli_swap_LpAccountBalance_filter; - stagingarbitrumgoerli_swap_LpAccount_filter: stagingarbitrumgoerli_swap_LpAccount_filter; - stagingarbitrumgoerli_swap_LpToken: stagingarbitrumgoerli_swap_LpToken; - stagingarbitrumgoerli_swap_LpTokenEvent: ResolversParentTypes['stagingarbitrumgoerli_swap_LpTransferEvent']; - stagingarbitrumgoerli_swap_LpTokenEvent_filter: stagingarbitrumgoerli_swap_LpTokenEvent_filter; - stagingarbitrumgoerli_swap_LpToken_filter: stagingarbitrumgoerli_swap_LpToken_filter; - stagingarbitrumgoerli_swap_LpTransferEvent: stagingarbitrumgoerli_swap_LpTransferEvent; - stagingarbitrumgoerli_swap_LpTransferEvent_filter: stagingarbitrumgoerli_swap_LpTransferEvent_filter; - stagingarbitrumgoerli_swap_PooledToken: stagingarbitrumgoerli_swap_PooledToken; - stagingarbitrumgoerli_swap_PooledToken_filter: stagingarbitrumgoerli_swap_PooledToken_filter; - stagingarbitrumgoerli_swap_StableSwap: stagingarbitrumgoerli_swap_StableSwap; - stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent; - stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; - stagingarbitrumgoerli_swap_StableSwapEvent: ResolversParentTypes['stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; - stagingarbitrumgoerli_swap_StableSwapEvent_filter: stagingarbitrumgoerli_swap_StableSwapEvent_filter; - stagingarbitrumgoerli_swap_StableSwapExchange: stagingarbitrumgoerli_swap_StableSwapExchange; - stagingarbitrumgoerli_swap_StableSwapExchange_filter: stagingarbitrumgoerli_swap_StableSwapExchange_filter; - stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent; - stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - stagingarbitrumgoerli_swap_StableSwap_filter: stagingarbitrumgoerli_swap_StableSwap_filter; - stagingarbitrumgoerli_swap_SwapDailyVolume: stagingarbitrumgoerli_swap_SwapDailyVolume; - stagingarbitrumgoerli_swap_SwapDailyVolume_filter: stagingarbitrumgoerli_swap_SwapDailyVolume_filter; - stagingarbitrumgoerli_swap_SwapHourlyVolume: stagingarbitrumgoerli_swap_SwapHourlyVolume; - stagingarbitrumgoerli_swap_SwapHourlyVolume_filter: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter; - stagingarbitrumgoerli_swap_SwapTradeVolume: ResolversParentTypes['stagingarbitrumgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['stagingarbitrumgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingarbitrumgoerli_swap_SwapWeeklyVolume']; - stagingarbitrumgoerli_swap_SwapTradeVolume_filter: stagingarbitrumgoerli_swap_SwapTradeVolume_filter; - stagingarbitrumgoerli_swap_SwapWeeklyVolume: stagingarbitrumgoerli_swap_SwapWeeklyVolume; - stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter; - stagingarbitrumgoerli_swap_SystemInfo: stagingarbitrumgoerli_swap_SystemInfo; - stagingarbitrumgoerli_swap_SystemInfo_filter: stagingarbitrumgoerli_swap_SystemInfo_filter; - stagingarbitrumgoerli_swap__Block_: stagingarbitrumgoerli_swap__Block_; - stagingarbitrumgoerli_swap__Meta_: stagingarbitrumgoerli_swap__Meta_; - arbitrumone_swap_BigDecimal: Scalars['arbitrumone_swap_BigDecimal']; - arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; - arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; - arbitrumone_swap_Bytes: Scalars['arbitrumone_swap_Bytes']; - arbitrumone_swap_Int8: Scalars['arbitrumone_swap_Int8']; - arbitrumone_swap_LpAccount: arbitrumone_swap_LpAccount; - arbitrumone_swap_LpAccountBalance: arbitrumone_swap_LpAccountBalance; - arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; - arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; - arbitrumone_swap_LpToken: arbitrumone_swap_LpToken; - arbitrumone_swap_LpTokenEvent: ResolversParentTypes['arbitrumone_swap_LpTransferEvent']; - arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; - arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; - arbitrumone_swap_LpTransferEvent: arbitrumone_swap_LpTransferEvent; - arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; - arbitrumone_swap_PooledToken: arbitrumone_swap_PooledToken; - arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; - arbitrumone_swap_StableSwap: arbitrumone_swap_StableSwap; - arbitrumone_swap_StableSwapAddLiquidityEvent: arbitrumone_swap_StableSwapAddLiquidityEvent; - arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; - arbitrumone_swap_StableSwapEvent: ResolversParentTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; - arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; - arbitrumone_swap_StableSwapExchange: arbitrumone_swap_StableSwapExchange; - arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; - arbitrumone_swap_StableSwapRemoveLiquidityEvent: arbitrumone_swap_StableSwapRemoveLiquidityEvent; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; - arbitrumone_swap_SwapDailyVolume: arbitrumone_swap_SwapDailyVolume; - arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; - arbitrumone_swap_SwapHourlyVolume: arbitrumone_swap_SwapHourlyVolume; - arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; - arbitrumone_swap_SwapTradeVolume: ResolversParentTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapWeeklyVolume']; - arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; - arbitrumone_swap_SwapWeeklyVolume: arbitrumone_swap_SwapWeeklyVolume; - arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; - arbitrumone_swap_SystemInfo: arbitrumone_swap_SystemInfo; - arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; - arbitrumone_swap__Block_: arbitrumone_swap__Block_; - arbitrumone_swap__Meta_: arbitrumone_swap__Meta_; + stagingmumbai_swap_BigDecimal: Scalars['stagingmumbai_swap_BigDecimal']; + stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; + stagingmumbai_swap_Block_height: stagingmumbai_swap_Block_height; + stagingmumbai_swap_Bytes: Scalars['stagingmumbai_swap_Bytes']; + stagingmumbai_swap_Int8: Scalars['stagingmumbai_swap_Int8']; + stagingmumbai_swap_LpAccount: stagingmumbai_swap_LpAccount; + stagingmumbai_swap_LpAccountBalance: stagingmumbai_swap_LpAccountBalance; + stagingmumbai_swap_LpAccountBalance_filter: stagingmumbai_swap_LpAccountBalance_filter; + stagingmumbai_swap_LpAccount_filter: stagingmumbai_swap_LpAccount_filter; + stagingmumbai_swap_LpToken: stagingmumbai_swap_LpToken; + stagingmumbai_swap_LpTokenEvent: ResolversParentTypes['stagingmumbai_swap_LpTransferEvent']; + stagingmumbai_swap_LpTokenEvent_filter: stagingmumbai_swap_LpTokenEvent_filter; + stagingmumbai_swap_LpToken_filter: stagingmumbai_swap_LpToken_filter; + stagingmumbai_swap_LpTransferEvent: stagingmumbai_swap_LpTransferEvent; + stagingmumbai_swap_LpTransferEvent_filter: stagingmumbai_swap_LpTransferEvent_filter; + stagingmumbai_swap_PooledToken: stagingmumbai_swap_PooledToken; + stagingmumbai_swap_PooledToken_filter: stagingmumbai_swap_PooledToken_filter; + stagingmumbai_swap_StableSwap: stagingmumbai_swap_StableSwap; + stagingmumbai_swap_StableSwapAddLiquidityEvent: stagingmumbai_swap_StableSwapAddLiquidityEvent; + stagingmumbai_swap_StableSwapAddLiquidityEvent_filter: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter; + stagingmumbai_swap_StableSwapEvent: ResolversParentTypes['stagingmumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingmumbai_swap_StableSwapRemoveLiquidityEvent']; + stagingmumbai_swap_StableSwapEvent_filter: stagingmumbai_swap_StableSwapEvent_filter; + stagingmumbai_swap_StableSwapExchange: stagingmumbai_swap_StableSwapExchange; + stagingmumbai_swap_StableSwapExchange_filter: stagingmumbai_swap_StableSwapExchange_filter; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent: stagingmumbai_swap_StableSwapRemoveLiquidityEvent; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter; + stagingmumbai_swap_StableSwap_filter: stagingmumbai_swap_StableSwap_filter; + stagingmumbai_swap_SwapDailyVolume: stagingmumbai_swap_SwapDailyVolume; + stagingmumbai_swap_SwapDailyVolume_filter: stagingmumbai_swap_SwapDailyVolume_filter; + stagingmumbai_swap_SwapHourlyVolume: stagingmumbai_swap_SwapHourlyVolume; + stagingmumbai_swap_SwapHourlyVolume_filter: stagingmumbai_swap_SwapHourlyVolume_filter; + stagingmumbai_swap_SwapTradeVolume: ResolversParentTypes['stagingmumbai_swap_SwapDailyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapWeeklyVolume']; + stagingmumbai_swap_SwapTradeVolume_filter: stagingmumbai_swap_SwapTradeVolume_filter; + stagingmumbai_swap_SwapWeeklyVolume: stagingmumbai_swap_SwapWeeklyVolume; + stagingmumbai_swap_SwapWeeklyVolume_filter: stagingmumbai_swap_SwapWeeklyVolume_filter; + stagingmumbai_swap_SystemInfo: stagingmumbai_swap_SystemInfo; + stagingmumbai_swap_SystemInfo_filter: stagingmumbai_swap_SystemInfo_filter; + stagingmumbai_swap__Block_: stagingmumbai_swap__Block_; + stagingmumbai_swap__Meta_: stagingmumbai_swap__Meta_; xdai_swap_BigDecimal: Scalars['xdai_swap_BigDecimal']; xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; xdai_swap_Block_height: xdai_swap_Block_height; @@ -110222,325 +110123,241 @@ export type ResolversParentTypes = ResolversObject<{ xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; xdai_swap__Block_: xdai_swap__Block_; xdai_swap__Meta_: xdai_swap__Meta_; - linea_swap_BigDecimal: Scalars['linea_swap_BigDecimal']; - linea_swap_BlockChangedFilter: linea_swap_BlockChangedFilter; - linea_swap_Block_height: linea_swap_Block_height; - linea_swap_Bytes: Scalars['linea_swap_Bytes']; - linea_swap_LpAccount: linea_swap_LpAccount; - linea_swap_LpAccountBalance: linea_swap_LpAccountBalance; - linea_swap_LpAccountBalance_filter: linea_swap_LpAccountBalance_filter; - linea_swap_LpAccount_filter: linea_swap_LpAccount_filter; - linea_swap_LpToken: linea_swap_LpToken; - linea_swap_LpTokenEvent: ResolversParentTypes['linea_swap_LpTransferEvent']; - linea_swap_LpTokenEvent_filter: linea_swap_LpTokenEvent_filter; - linea_swap_LpToken_filter: linea_swap_LpToken_filter; - linea_swap_LpTransferEvent: linea_swap_LpTransferEvent; - linea_swap_LpTransferEvent_filter: linea_swap_LpTransferEvent_filter; - linea_swap_PooledToken: linea_swap_PooledToken; - linea_swap_PooledToken_filter: linea_swap_PooledToken_filter; - linea_swap_StableSwap: linea_swap_StableSwap; - linea_swap_StableSwapAddLiquidityEvent: linea_swap_StableSwapAddLiquidityEvent; - linea_swap_StableSwapAddLiquidityEvent_filter: linea_swap_StableSwapAddLiquidityEvent_filter; - linea_swap_StableSwapEvent: ResolversParentTypes['linea_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['linea_swap_StableSwapRemoveLiquidityEvent']; - linea_swap_StableSwapEvent_filter: linea_swap_StableSwapEvent_filter; - linea_swap_StableSwapExchange: linea_swap_StableSwapExchange; - linea_swap_StableSwapExchange_filter: linea_swap_StableSwapExchange_filter; - linea_swap_StableSwapRemoveLiquidityEvent: linea_swap_StableSwapRemoveLiquidityEvent; - linea_swap_StableSwapRemoveLiquidityEvent_filter: linea_swap_StableSwapRemoveLiquidityEvent_filter; - linea_swap_StableSwap_filter: linea_swap_StableSwap_filter; - linea_swap_SwapDailyVolume: linea_swap_SwapDailyVolume; - linea_swap_SwapDailyVolume_filter: linea_swap_SwapDailyVolume_filter; - linea_swap_SwapHourlyVolume: linea_swap_SwapHourlyVolume; - linea_swap_SwapHourlyVolume_filter: linea_swap_SwapHourlyVolume_filter; - linea_swap_SwapTradeVolume: ResolversParentTypes['linea_swap_SwapDailyVolume'] | ResolversParentTypes['linea_swap_SwapHourlyVolume'] | ResolversParentTypes['linea_swap_SwapWeeklyVolume']; - linea_swap_SwapTradeVolume_filter: linea_swap_SwapTradeVolume_filter; - linea_swap_SwapWeeklyVolume: linea_swap_SwapWeeklyVolume; - linea_swap_SwapWeeklyVolume_filter: linea_swap_SwapWeeklyVolume_filter; - linea_swap_SystemInfo: linea_swap_SystemInfo; - linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; - linea_swap__Block_: linea_swap__Block_; - linea_swap__Meta_: linea_swap__Meta_; - stagingmumbai_AggregateRoot: stagingmumbai_AggregateRoot; - stagingmumbai_AggregateRootProposed: stagingmumbai_AggregateRootProposed; - stagingmumbai_AggregateRootProposed_filter: stagingmumbai_AggregateRootProposed_filter; - stagingmumbai_AggregateRoot_filter: stagingmumbai_AggregateRoot_filter; - stagingmumbai_Asset: stagingmumbai_Asset; - stagingmumbai_AssetBalance: stagingmumbai_AssetBalance; - stagingmumbai_AssetBalance_filter: stagingmumbai_AssetBalance_filter; - stagingmumbai_AssetStatus: stagingmumbai_AssetStatus; - stagingmumbai_AssetStatus_filter: stagingmumbai_AssetStatus_filter; - stagingmumbai_Asset_filter: stagingmumbai_Asset_filter; - stagingmumbai_BigDecimal: Scalars['stagingmumbai_BigDecimal']; - stagingmumbai_BlockChangedFilter: stagingmumbai_BlockChangedFilter; - stagingmumbai_Block_height: stagingmumbai_Block_height; - stagingmumbai_Bytes: Scalars['stagingmumbai_Bytes']; - stagingmumbai_ConnectorMeta: stagingmumbai_ConnectorMeta; - stagingmumbai_ConnectorMeta_filter: stagingmumbai_ConnectorMeta_filter; - stagingmumbai_DestinationTransfer: stagingmumbai_DestinationTransfer; - stagingmumbai_DestinationTransfer_filter: stagingmumbai_DestinationTransfer_filter; - stagingmumbai_Int8: Scalars['stagingmumbai_Int8']; - stagingmumbai_OptimisticRootFinalized: stagingmumbai_OptimisticRootFinalized; - stagingmumbai_OptimisticRootFinalized_filter: stagingmumbai_OptimisticRootFinalized_filter; - stagingmumbai_OriginMessage: stagingmumbai_OriginMessage; - stagingmumbai_OriginMessage_filter: stagingmumbai_OriginMessage_filter; - stagingmumbai_OriginTransfer: stagingmumbai_OriginTransfer; - stagingmumbai_OriginTransfer_filter: stagingmumbai_OriginTransfer_filter; - stagingmumbai_Relayer: stagingmumbai_Relayer; - stagingmumbai_RelayerFee: stagingmumbai_RelayerFee; - stagingmumbai_RelayerFee_filter: stagingmumbai_RelayerFee_filter; - stagingmumbai_RelayerFeesIncrease: stagingmumbai_RelayerFeesIncrease; - stagingmumbai_RelayerFeesIncrease_filter: stagingmumbai_RelayerFeesIncrease_filter; - stagingmumbai_Relayer_filter: stagingmumbai_Relayer_filter; - stagingmumbai_RootCount: stagingmumbai_RootCount; - stagingmumbai_RootCount_filter: stagingmumbai_RootCount_filter; - stagingmumbai_RootMessageSent: stagingmumbai_RootMessageSent; - stagingmumbai_RootMessageSent_filter: stagingmumbai_RootMessageSent_filter; - stagingmumbai_Router: stagingmumbai_Router; - stagingmumbai_RouterDailyTVL: stagingmumbai_RouterDailyTVL; - stagingmumbai_RouterDailyTVL_filter: stagingmumbai_RouterDailyTVL_filter; - stagingmumbai_Router_filter: stagingmumbai_Router_filter; - stagingmumbai_Sequencer: stagingmumbai_Sequencer; - stagingmumbai_Sequencer_filter: stagingmumbai_Sequencer_filter; - stagingmumbai_Setting: stagingmumbai_Setting; - stagingmumbai_Setting_filter: stagingmumbai_Setting_filter; - stagingmumbai_SlippageUpdate: stagingmumbai_SlippageUpdate; - stagingmumbai_SlippageUpdate_filter: stagingmumbai_SlippageUpdate_filter; - stagingmumbai_SnapshotRoot: stagingmumbai_SnapshotRoot; - stagingmumbai_SnapshotRoot_filter: stagingmumbai_SnapshotRoot_filter; - stagingmumbai_SpokeConnectorMode: stagingmumbai_SpokeConnectorMode; - stagingmumbai_SpokeConnectorMode_filter: stagingmumbai_SpokeConnectorMode_filter; - stagingmumbai__Block_: stagingmumbai__Block_; - stagingmumbai__Meta_: stagingmumbai__Meta_; - optimismgoerli_AggregateRoot: optimismgoerli_AggregateRoot; - optimismgoerli_AggregateRoot_filter: optimismgoerli_AggregateRoot_filter; - optimismgoerli_Asset: optimismgoerli_Asset; - optimismgoerli_AssetBalance: optimismgoerli_AssetBalance; - optimismgoerli_AssetBalance_filter: optimismgoerli_AssetBalance_filter; - optimismgoerli_AssetStatus: optimismgoerli_AssetStatus; - optimismgoerli_AssetStatus_filter: optimismgoerli_AssetStatus_filter; - optimismgoerli_Asset_filter: optimismgoerli_Asset_filter; - optimismgoerli_BigDecimal: Scalars['optimismgoerli_BigDecimal']; - optimismgoerli_BlockChangedFilter: optimismgoerli_BlockChangedFilter; - optimismgoerli_Block_height: optimismgoerli_Block_height; - optimismgoerli_Bytes: Scalars['optimismgoerli_Bytes']; - optimismgoerli_ConnectorMeta: optimismgoerli_ConnectorMeta; - optimismgoerli_ConnectorMeta_filter: optimismgoerli_ConnectorMeta_filter; - optimismgoerli_DestinationTransfer: optimismgoerli_DestinationTransfer; - optimismgoerli_DestinationTransfer_filter: optimismgoerli_DestinationTransfer_filter; - optimismgoerli_Int8: Scalars['optimismgoerli_Int8']; - optimismgoerli_OriginMessage: optimismgoerli_OriginMessage; - optimismgoerli_OriginMessage_filter: optimismgoerli_OriginMessage_filter; - optimismgoerli_OriginTransfer: optimismgoerli_OriginTransfer; - optimismgoerli_OriginTransfer_filter: optimismgoerli_OriginTransfer_filter; - optimismgoerli_Relayer: optimismgoerli_Relayer; - optimismgoerli_RelayerFee: optimismgoerli_RelayerFee; - optimismgoerli_RelayerFee_filter: optimismgoerli_RelayerFee_filter; - optimismgoerli_RelayerFeesIncrease: optimismgoerli_RelayerFeesIncrease; - optimismgoerli_RelayerFeesIncrease_filter: optimismgoerli_RelayerFeesIncrease_filter; - optimismgoerli_Relayer_filter: optimismgoerli_Relayer_filter; - optimismgoerli_RootCount: optimismgoerli_RootCount; - optimismgoerli_RootCount_filter: optimismgoerli_RootCount_filter; - optimismgoerli_RootMessageSent: optimismgoerli_RootMessageSent; - optimismgoerli_RootMessageSent_filter: optimismgoerli_RootMessageSent_filter; - optimismgoerli_Router: optimismgoerli_Router; - optimismgoerli_RouterDailyTVL: optimismgoerli_RouterDailyTVL; - optimismgoerli_RouterDailyTVL_filter: optimismgoerli_RouterDailyTVL_filter; - optimismgoerli_RouterLiquidityEvent: optimismgoerli_RouterLiquidityEvent; - optimismgoerli_RouterLiquidityEvent_filter: optimismgoerli_RouterLiquidityEvent_filter; - optimismgoerli_Router_filter: optimismgoerli_Router_filter; - optimismgoerli_Sequencer: optimismgoerli_Sequencer; - optimismgoerli_Sequencer_filter: optimismgoerli_Sequencer_filter; - optimismgoerli_Setting: optimismgoerli_Setting; - optimismgoerli_Setting_filter: optimismgoerli_Setting_filter; - optimismgoerli_SlippageUpdate: optimismgoerli_SlippageUpdate; - optimismgoerli_SlippageUpdate_filter: optimismgoerli_SlippageUpdate_filter; - optimismgoerli__Block_: optimismgoerli__Block_; - optimismgoerli__Meta_: optimismgoerli__Meta_; - staginggoerli_AggregateRoot: staginggoerli_AggregateRoot; - staginggoerli_AggregateRootProposed: staginggoerli_AggregateRootProposed; - staginggoerli_AggregateRootProposed_filter: staginggoerli_AggregateRootProposed_filter; - staginggoerli_AggregateRoot_filter: staginggoerli_AggregateRoot_filter; - staginggoerli_Asset: staginggoerli_Asset; - staginggoerli_AssetBalance: staginggoerli_AssetBalance; - staginggoerli_AssetBalance_filter: staginggoerli_AssetBalance_filter; - staginggoerli_AssetStatus: staginggoerli_AssetStatus; - staginggoerli_AssetStatus_filter: staginggoerli_AssetStatus_filter; - staginggoerli_Asset_filter: staginggoerli_Asset_filter; - staginggoerli_ConnectorMeta: staginggoerli_ConnectorMeta; - staginggoerli_ConnectorMeta_filter: staginggoerli_ConnectorMeta_filter; - staginggoerli_DestinationTransfer: staginggoerli_DestinationTransfer; - staginggoerli_DestinationTransfer_filter: staginggoerli_DestinationTransfer_filter; - staginggoerli_OptimisticRootFinalized: staginggoerli_OptimisticRootFinalized; - staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; - staginggoerli_OriginMessage: staginggoerli_OriginMessage; - staginggoerli_OriginMessage_filter: staginggoerli_OriginMessage_filter; - staginggoerli_OriginTransfer: staginggoerli_OriginTransfer; - staginggoerli_OriginTransfer_filter: staginggoerli_OriginTransfer_filter; - staginggoerli_Relayer: staginggoerli_Relayer; - staginggoerli_RelayerFee: staginggoerli_RelayerFee; - staginggoerli_RelayerFee_filter: staginggoerli_RelayerFee_filter; - staginggoerli_RelayerFeesIncrease: staginggoerli_RelayerFeesIncrease; - staginggoerli_RelayerFeesIncrease_filter: staginggoerli_RelayerFeesIncrease_filter; - staginggoerli_Relayer_filter: staginggoerli_Relayer_filter; - staginggoerli_RootCount: staginggoerli_RootCount; - staginggoerli_RootCount_filter: staginggoerli_RootCount_filter; - staginggoerli_RootMessageSent: staginggoerli_RootMessageSent; - staginggoerli_RootMessageSent_filter: staginggoerli_RootMessageSent_filter; - staginggoerli_Router: staginggoerli_Router; - staginggoerli_RouterDailyTVL: staginggoerli_RouterDailyTVL; - staginggoerli_RouterDailyTVL_filter: staginggoerli_RouterDailyTVL_filter; - staginggoerli_Router_filter: staginggoerli_Router_filter; - staginggoerli_Sequencer: staginggoerli_Sequencer; - staginggoerli_Sequencer_filter: staginggoerli_Sequencer_filter; - staginggoerli_Setting: staginggoerli_Setting; - staginggoerli_Setting_filter: staginggoerli_Setting_filter; - staginggoerli_SlippageUpdate: staginggoerli_SlippageUpdate; - staginggoerli_SlippageUpdate_filter: staginggoerli_SlippageUpdate_filter; - staginggoerli_SnapshotRoot: staginggoerli_SnapshotRoot; - staginggoerli_SnapshotRoot_filter: staginggoerli_SnapshotRoot_filter; - staginggoerli_SpokeConnectorMode: staginggoerli_SpokeConnectorMode; - staginggoerli_SpokeConnectorMode_filter: staginggoerli_SpokeConnectorMode_filter; - stagingoptimismgoerli_AggregateRoot: stagingoptimismgoerli_AggregateRoot; - stagingoptimismgoerli_AggregateRootProposed: stagingoptimismgoerli_AggregateRootProposed; - stagingoptimismgoerli_AggregateRootProposed_filter: stagingoptimismgoerli_AggregateRootProposed_filter; - stagingoptimismgoerli_AggregateRoot_filter: stagingoptimismgoerli_AggregateRoot_filter; - stagingoptimismgoerli_Asset: stagingoptimismgoerli_Asset; - stagingoptimismgoerli_AssetBalance: stagingoptimismgoerli_AssetBalance; - stagingoptimismgoerli_AssetBalance_filter: stagingoptimismgoerli_AssetBalance_filter; - stagingoptimismgoerli_AssetStatus: stagingoptimismgoerli_AssetStatus; - stagingoptimismgoerli_AssetStatus_filter: stagingoptimismgoerli_AssetStatus_filter; - stagingoptimismgoerli_Asset_filter: stagingoptimismgoerli_Asset_filter; - stagingoptimismgoerli_BigDecimal: Scalars['stagingoptimismgoerli_BigDecimal']; - stagingoptimismgoerli_BlockChangedFilter: stagingoptimismgoerli_BlockChangedFilter; - stagingoptimismgoerli_Block_height: stagingoptimismgoerli_Block_height; - stagingoptimismgoerli_Bytes: Scalars['stagingoptimismgoerli_Bytes']; - stagingoptimismgoerli_ConnectorMeta: stagingoptimismgoerli_ConnectorMeta; - stagingoptimismgoerli_ConnectorMeta_filter: stagingoptimismgoerli_ConnectorMeta_filter; - stagingoptimismgoerli_DestinationTransfer: stagingoptimismgoerli_DestinationTransfer; - stagingoptimismgoerli_DestinationTransfer_filter: stagingoptimismgoerli_DestinationTransfer_filter; - stagingoptimismgoerli_Int8: Scalars['stagingoptimismgoerli_Int8']; - stagingoptimismgoerli_OptimisticRootFinalized: stagingoptimismgoerli_OptimisticRootFinalized; - stagingoptimismgoerli_OptimisticRootFinalized_filter: stagingoptimismgoerli_OptimisticRootFinalized_filter; - stagingoptimismgoerli_OriginMessage: stagingoptimismgoerli_OriginMessage; - stagingoptimismgoerli_OriginMessage_filter: stagingoptimismgoerli_OriginMessage_filter; - stagingoptimismgoerli_OriginTransfer: stagingoptimismgoerli_OriginTransfer; - stagingoptimismgoerli_OriginTransfer_filter: stagingoptimismgoerli_OriginTransfer_filter; - stagingoptimismgoerli_Relayer: stagingoptimismgoerli_Relayer; - stagingoptimismgoerli_RelayerFee: stagingoptimismgoerli_RelayerFee; - stagingoptimismgoerli_RelayerFee_filter: stagingoptimismgoerli_RelayerFee_filter; - stagingoptimismgoerli_RelayerFeesIncrease: stagingoptimismgoerli_RelayerFeesIncrease; - stagingoptimismgoerli_RelayerFeesIncrease_filter: stagingoptimismgoerli_RelayerFeesIncrease_filter; - stagingoptimismgoerli_Relayer_filter: stagingoptimismgoerli_Relayer_filter; - stagingoptimismgoerli_RootCount: stagingoptimismgoerli_RootCount; - stagingoptimismgoerli_RootCount_filter: stagingoptimismgoerli_RootCount_filter; - stagingoptimismgoerli_RootMessageSent: stagingoptimismgoerli_RootMessageSent; - stagingoptimismgoerli_RootMessageSent_filter: stagingoptimismgoerli_RootMessageSent_filter; - stagingoptimismgoerli_Router: stagingoptimismgoerli_Router; - stagingoptimismgoerli_RouterDailyTVL: stagingoptimismgoerli_RouterDailyTVL; - stagingoptimismgoerli_RouterDailyTVL_filter: stagingoptimismgoerli_RouterDailyTVL_filter; - stagingoptimismgoerli_Router_filter: stagingoptimismgoerli_Router_filter; - stagingoptimismgoerli_Sequencer: stagingoptimismgoerli_Sequencer; - stagingoptimismgoerli_Sequencer_filter: stagingoptimismgoerli_Sequencer_filter; - stagingoptimismgoerli_Setting: stagingoptimismgoerli_Setting; - stagingoptimismgoerli_Setting_filter: stagingoptimismgoerli_Setting_filter; - stagingoptimismgoerli_SlippageUpdate: stagingoptimismgoerli_SlippageUpdate; - stagingoptimismgoerli_SlippageUpdate_filter: stagingoptimismgoerli_SlippageUpdate_filter; - stagingoptimismgoerli_SnapshotRoot: stagingoptimismgoerli_SnapshotRoot; - stagingoptimismgoerli_SnapshotRoot_filter: stagingoptimismgoerli_SnapshotRoot_filter; - stagingoptimismgoerli_SpokeConnectorMode: stagingoptimismgoerli_SpokeConnectorMode; - stagingoptimismgoerli_SpokeConnectorMode_filter: stagingoptimismgoerli_SpokeConnectorMode_filter; - stagingoptimismgoerli__Block_: stagingoptimismgoerli__Block_; - stagingoptimismgoerli__Meta_: stagingoptimismgoerli__Meta_; - xdai_AggregateRoot: xdai_AggregateRoot; - xdai_AggregateRoot_filter: xdai_AggregateRoot_filter; - xdai_Asset: xdai_Asset; - xdai_AssetBalance: xdai_AssetBalance; - xdai_AssetBalance_filter: xdai_AssetBalance_filter; - xdai_AssetStatus: xdai_AssetStatus; - xdai_AssetStatus_filter: xdai_AssetStatus_filter; - xdai_Asset_filter: xdai_Asset_filter; - xdai_BigDecimal: Scalars['xdai_BigDecimal']; - xdai_BlockChangedFilter: xdai_BlockChangedFilter; - xdai_Block_height: xdai_Block_height; - xdai_Bytes: Scalars['xdai_Bytes']; - xdai_ConnectorMeta: xdai_ConnectorMeta; - xdai_ConnectorMeta_filter: xdai_ConnectorMeta_filter; - xdai_DestinationTransfer: xdai_DestinationTransfer; - xdai_DestinationTransfer_filter: xdai_DestinationTransfer_filter; - xdai_Int8: Scalars['xdai_Int8']; - xdai_OriginMessage: xdai_OriginMessage; - xdai_OriginMessage_filter: xdai_OriginMessage_filter; - xdai_OriginTransfer: xdai_OriginTransfer; - xdai_OriginTransfer_filter: xdai_OriginTransfer_filter; - xdai_Relayer: xdai_Relayer; - xdai_RelayerFee: xdai_RelayerFee; - xdai_RelayerFee_filter: xdai_RelayerFee_filter; - xdai_RelayerFeesIncrease: xdai_RelayerFeesIncrease; - xdai_RelayerFeesIncrease_filter: xdai_RelayerFeesIncrease_filter; - xdai_Relayer_filter: xdai_Relayer_filter; - xdai_RootCount: xdai_RootCount; - xdai_RootCount_filter: xdai_RootCount_filter; - xdai_RootMessageSent: xdai_RootMessageSent; - xdai_RootMessageSent_filter: xdai_RootMessageSent_filter; - xdai_Router: xdai_Router; - xdai_RouterDailyTVL: xdai_RouterDailyTVL; - xdai_RouterDailyTVL_filter: xdai_RouterDailyTVL_filter; - xdai_RouterLiquidityEvent: xdai_RouterLiquidityEvent; - xdai_RouterLiquidityEvent_filter: xdai_RouterLiquidityEvent_filter; - xdai_Router_filter: xdai_Router_filter; - xdai_Sequencer: xdai_Sequencer; - xdai_Sequencer_filter: xdai_Sequencer_filter; - xdai_Setting: xdai_Setting; - xdai_Setting_filter: xdai_Setting_filter; - xdai_SlippageUpdate: xdai_SlippageUpdate; - xdai_SlippageUpdate_filter: xdai_SlippageUpdate_filter; - xdai__Block_: xdai__Block_; - xdai__Meta_: xdai__Meta_; - mumbai_AggregateRoot: mumbai_AggregateRoot; - mumbai_AggregateRoot_filter: mumbai_AggregateRoot_filter; - mumbai_Asset: mumbai_Asset; - mumbai_AssetBalance: mumbai_AssetBalance; - mumbai_AssetBalance_filter: mumbai_AssetBalance_filter; - mumbai_AssetStatus: mumbai_AssetStatus; - mumbai_AssetStatus_filter: mumbai_AssetStatus_filter; - mumbai_Asset_filter: mumbai_Asset_filter; - mumbai_BigDecimal: Scalars['mumbai_BigDecimal']; - mumbai_BlockChangedFilter: mumbai_BlockChangedFilter; - mumbai_Block_height: mumbai_Block_height; - mumbai_Bytes: Scalars['mumbai_Bytes']; - mumbai_ConnectorMeta: mumbai_ConnectorMeta; - mumbai_ConnectorMeta_filter: mumbai_ConnectorMeta_filter; - mumbai_DestinationTransfer: mumbai_DestinationTransfer; - mumbai_DestinationTransfer_filter: mumbai_DestinationTransfer_filter; - mumbai_Int8: Scalars['mumbai_Int8']; - mumbai_OriginMessage: mumbai_OriginMessage; - mumbai_OriginMessage_filter: mumbai_OriginMessage_filter; - mumbai_OriginTransfer: mumbai_OriginTransfer; - mumbai_OriginTransfer_filter: mumbai_OriginTransfer_filter; - mumbai_Relayer: mumbai_Relayer; - mumbai_RelayerFee: mumbai_RelayerFee; - mumbai_RelayerFee_filter: mumbai_RelayerFee_filter; - mumbai_RelayerFeesIncrease: mumbai_RelayerFeesIncrease; - mumbai_RelayerFeesIncrease_filter: mumbai_RelayerFeesIncrease_filter; - mumbai_Relayer_filter: mumbai_Relayer_filter; - mumbai_RootCount: mumbai_RootCount; - mumbai_RootCount_filter: mumbai_RootCount_filter; - mumbai_RootMessageSent: mumbai_RootMessageSent; - mumbai_RootMessageSent_filter: mumbai_RootMessageSent_filter; - mumbai_Router: mumbai_Router; - mumbai_RouterDailyTVL: mumbai_RouterDailyTVL; - mumbai_RouterDailyTVL_filter: mumbai_RouterDailyTVL_filter; - mumbai_RouterLiquidityEvent: mumbai_RouterLiquidityEvent; - mumbai_RouterLiquidityEvent_filter: mumbai_RouterLiquidityEvent_filter; - mumbai_Router_filter: mumbai_Router_filter; - mumbai_Sequencer: mumbai_Sequencer; - mumbai_Sequencer_filter: mumbai_Sequencer_filter; - mumbai_Setting: mumbai_Setting; - mumbai_Setting_filter: mumbai_Setting_filter; - mumbai_SlippageUpdate: mumbai_SlippageUpdate; - mumbai_SlippageUpdate_filter: mumbai_SlippageUpdate_filter; - mumbai__Block_: mumbai__Block_; - mumbai__Meta_: mumbai__Meta_; + staginggoerli_AggregateRootSavedSlow: staginggoerli_AggregateRootSavedSlow; + staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; + staginggoerli_AggregatedMessageRoot: staginggoerli_AggregatedMessageRoot; + staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; + staginggoerli_ArbitrumConnectorMeta: staginggoerli_ArbitrumConnectorMeta; + staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; + staginggoerli_BigDecimal: Scalars['staginggoerli_BigDecimal']; + staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; + staginggoerli_Block_height: staginggoerli_Block_height; + staginggoerli_BnbConnectorMeta: staginggoerli_BnbConnectorMeta; + staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; + staginggoerli_Bytes: Scalars['staginggoerli_Bytes']; + staginggoerli_GnosisConnectorMeta: staginggoerli_GnosisConnectorMeta; + staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; + staginggoerli_HubDomain: staginggoerli_HubDomain; + staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; + staginggoerli_HubOptimisticRootFinalized: staginggoerli_HubOptimisticRootFinalized; + staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; + staginggoerli_Int8: Scalars['staginggoerli_Int8']; + staginggoerli_OptimismConnectorMeta: staginggoerli_OptimismConnectorMeta; + staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; + staginggoerli_OptimisticRootPropagated: staginggoerli_OptimisticRootPropagated; + staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; + staginggoerli_OptimisticRootProposed: staginggoerli_OptimisticRootProposed; + staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; + staginggoerli_PolygonConnectorMeta: staginggoerli_PolygonConnectorMeta; + staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; + staginggoerli_RootAggregated: staginggoerli_RootAggregated; + staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; + staginggoerli_RootManagerMeta: staginggoerli_RootManagerMeta; + staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; + staginggoerli_RootManagerMode: staginggoerli_RootManagerMode; + staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; + staginggoerli_RootMessageProcessed: staginggoerli_RootMessageProcessed; + staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; + staginggoerli_RootPropagated: staginggoerli_RootPropagated; + staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; + staginggoerli_ZkSyncConnectorMeta: staginggoerli_ZkSyncConnectorMeta; + staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; + staginggoerli__Block_: staginggoerli__Block_; + staginggoerli__Meta_: staginggoerli__Meta_; + optimismgoerli_swap_BigDecimal: Scalars['optimismgoerli_swap_BigDecimal']; + optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; + optimismgoerli_swap_Block_height: optimismgoerli_swap_Block_height; + optimismgoerli_swap_Bytes: Scalars['optimismgoerli_swap_Bytes']; + optimismgoerli_swap_Int8: Scalars['optimismgoerli_swap_Int8']; + optimismgoerli_swap_LpAccount: optimismgoerli_swap_LpAccount; + optimismgoerli_swap_LpAccountBalance: optimismgoerli_swap_LpAccountBalance; + optimismgoerli_swap_LpAccountBalance_filter: optimismgoerli_swap_LpAccountBalance_filter; + optimismgoerli_swap_LpAccount_filter: optimismgoerli_swap_LpAccount_filter; + optimismgoerli_swap_LpToken: optimismgoerli_swap_LpToken; + optimismgoerli_swap_LpTokenEvent: ResolversParentTypes['optimismgoerli_swap_LpTransferEvent']; + optimismgoerli_swap_LpTokenEvent_filter: optimismgoerli_swap_LpTokenEvent_filter; + optimismgoerli_swap_LpToken_filter: optimismgoerli_swap_LpToken_filter; + optimismgoerli_swap_LpTransferEvent: optimismgoerli_swap_LpTransferEvent; + optimismgoerli_swap_LpTransferEvent_filter: optimismgoerli_swap_LpTransferEvent_filter; + optimismgoerli_swap_PooledToken: optimismgoerli_swap_PooledToken; + optimismgoerli_swap_PooledToken_filter: optimismgoerli_swap_PooledToken_filter; + optimismgoerli_swap_StableSwap: optimismgoerli_swap_StableSwap; + optimismgoerli_swap_StableSwapAddLiquidityEvent: optimismgoerli_swap_StableSwapAddLiquidityEvent; + optimismgoerli_swap_StableSwapAddLiquidityEvent_filter: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter; + optimismgoerli_swap_StableSwapEvent: ResolversParentTypes['optimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimismgoerli_swap_StableSwapRemoveLiquidityEvent']; + optimismgoerli_swap_StableSwapEvent_filter: optimismgoerli_swap_StableSwapEvent_filter; + optimismgoerli_swap_StableSwapExchange: optimismgoerli_swap_StableSwapExchange; + optimismgoerli_swap_StableSwapExchange_filter: optimismgoerli_swap_StableSwapExchange_filter; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent: optimismgoerli_swap_StableSwapRemoveLiquidityEvent; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + optimismgoerli_swap_StableSwap_filter: optimismgoerli_swap_StableSwap_filter; + optimismgoerli_swap_SwapDailyVolume: optimismgoerli_swap_SwapDailyVolume; + optimismgoerli_swap_SwapDailyVolume_filter: optimismgoerli_swap_SwapDailyVolume_filter; + optimismgoerli_swap_SwapHourlyVolume: optimismgoerli_swap_SwapHourlyVolume; + optimismgoerli_swap_SwapHourlyVolume_filter: optimismgoerli_swap_SwapHourlyVolume_filter; + optimismgoerli_swap_SwapTradeVolume: ResolversParentTypes['optimismgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapWeeklyVolume']; + optimismgoerli_swap_SwapTradeVolume_filter: optimismgoerli_swap_SwapTradeVolume_filter; + optimismgoerli_swap_SwapWeeklyVolume: optimismgoerli_swap_SwapWeeklyVolume; + optimismgoerli_swap_SwapWeeklyVolume_filter: optimismgoerli_swap_SwapWeeklyVolume_filter; + optimismgoerli_swap_SystemInfo: optimismgoerli_swap_SystemInfo; + optimismgoerli_swap_SystemInfo_filter: optimismgoerli_swap_SystemInfo_filter; + optimismgoerli_swap__Block_: optimismgoerli_swap__Block_; + optimismgoerli_swap__Meta_: optimismgoerli_swap__Meta_; + optimism_swap_BigDecimal: Scalars['optimism_swap_BigDecimal']; + optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; + optimism_swap_Block_height: optimism_swap_Block_height; + optimism_swap_Bytes: Scalars['optimism_swap_Bytes']; + optimism_swap_Int8: Scalars['optimism_swap_Int8']; + optimism_swap_LpAccount: optimism_swap_LpAccount; + optimism_swap_LpAccountBalance: optimism_swap_LpAccountBalance; + optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; + optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; + optimism_swap_LpToken: optimism_swap_LpToken; + optimism_swap_LpTokenEvent: ResolversParentTypes['optimism_swap_LpTransferEvent']; + optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; + optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; + optimism_swap_LpTransferEvent: optimism_swap_LpTransferEvent; + optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; + optimism_swap_PooledToken: optimism_swap_PooledToken; + optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; + optimism_swap_StableSwap: optimism_swap_StableSwap; + optimism_swap_StableSwapAddLiquidityEvent: optimism_swap_StableSwapAddLiquidityEvent; + optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; + optimism_swap_StableSwapEvent: ResolversParentTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; + optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; + optimism_swap_StableSwapExchange: optimism_swap_StableSwapExchange; + optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; + optimism_swap_StableSwapRemoveLiquidityEvent: optimism_swap_StableSwapRemoveLiquidityEvent; + optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; + optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; + optimism_swap_SwapDailyVolume: optimism_swap_SwapDailyVolume; + optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; + optimism_swap_SwapHourlyVolume: optimism_swap_SwapHourlyVolume; + optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; + optimism_swap_SwapTradeVolume: ResolversParentTypes['optimism_swap_SwapDailyVolume'] | ResolversParentTypes['optimism_swap_SwapHourlyVolume'] | ResolversParentTypes['optimism_swap_SwapWeeklyVolume']; + optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; + optimism_swap_SwapWeeklyVolume: optimism_swap_SwapWeeklyVolume; + optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; + optimism_swap_SystemInfo: optimism_swap_SystemInfo; + optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; + optimism_swap__Block_: optimism_swap__Block_; + optimism_swap__Meta_: optimism_swap__Meta_; + arbitrumone_swap_BigDecimal: Scalars['arbitrumone_swap_BigDecimal']; + arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; + arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; + arbitrumone_swap_Bytes: Scalars['arbitrumone_swap_Bytes']; + arbitrumone_swap_Int8: Scalars['arbitrumone_swap_Int8']; + arbitrumone_swap_LpAccount: arbitrumone_swap_LpAccount; + arbitrumone_swap_LpAccountBalance: arbitrumone_swap_LpAccountBalance; + arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; + arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; + arbitrumone_swap_LpToken: arbitrumone_swap_LpToken; + arbitrumone_swap_LpTokenEvent: ResolversParentTypes['arbitrumone_swap_LpTransferEvent']; + arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; + arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; + arbitrumone_swap_LpTransferEvent: arbitrumone_swap_LpTransferEvent; + arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; + arbitrumone_swap_PooledToken: arbitrumone_swap_PooledToken; + arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; + arbitrumone_swap_StableSwap: arbitrumone_swap_StableSwap; + arbitrumone_swap_StableSwapAddLiquidityEvent: arbitrumone_swap_StableSwapAddLiquidityEvent; + arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; + arbitrumone_swap_StableSwapEvent: ResolversParentTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; + arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; + arbitrumone_swap_StableSwapExchange: arbitrumone_swap_StableSwapExchange; + arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; + arbitrumone_swap_StableSwapRemoveLiquidityEvent: arbitrumone_swap_StableSwapRemoveLiquidityEvent; + arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; + arbitrumone_swap_SwapDailyVolume: arbitrumone_swap_SwapDailyVolume; + arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; + arbitrumone_swap_SwapHourlyVolume: arbitrumone_swap_SwapHourlyVolume; + arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; + arbitrumone_swap_SwapTradeVolume: ResolversParentTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapWeeklyVolume']; + arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; + arbitrumone_swap_SwapWeeklyVolume: arbitrumone_swap_SwapWeeklyVolume; + arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; + arbitrumone_swap_SystemInfo: arbitrumone_swap_SystemInfo; + arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; + arbitrumone_swap__Block_: arbitrumone_swap__Block_; + arbitrumone_swap__Meta_: arbitrumone_swap__Meta_; + polygon_swap_BigDecimal: Scalars['polygon_swap_BigDecimal']; + polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; + polygon_swap_Block_height: polygon_swap_Block_height; + polygon_swap_Bytes: Scalars['polygon_swap_Bytes']; + polygon_swap_Int8: Scalars['polygon_swap_Int8']; + polygon_swap_LpAccount: polygon_swap_LpAccount; + polygon_swap_LpAccountBalance: polygon_swap_LpAccountBalance; + polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; + polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; + polygon_swap_LpToken: polygon_swap_LpToken; + polygon_swap_LpTokenEvent: ResolversParentTypes['polygon_swap_LpTransferEvent']; + polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; + polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; + polygon_swap_LpTransferEvent: polygon_swap_LpTransferEvent; + polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; + polygon_swap_PooledToken: polygon_swap_PooledToken; + polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; + polygon_swap_StableSwap: polygon_swap_StableSwap; + polygon_swap_StableSwapAddLiquidityEvent: polygon_swap_StableSwapAddLiquidityEvent; + polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; + polygon_swap_StableSwapEvent: ResolversParentTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; + polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; + polygon_swap_StableSwapExchange: polygon_swap_StableSwapExchange; + polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; + polygon_swap_StableSwapRemoveLiquidityEvent: polygon_swap_StableSwapRemoveLiquidityEvent; + polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; + polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; + polygon_swap_SwapDailyVolume: polygon_swap_SwapDailyVolume; + polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; + polygon_swap_SwapHourlyVolume: polygon_swap_SwapHourlyVolume; + polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; + polygon_swap_SwapTradeVolume: ResolversParentTypes['polygon_swap_SwapDailyVolume'] | ResolversParentTypes['polygon_swap_SwapHourlyVolume'] | ResolversParentTypes['polygon_swap_SwapWeeklyVolume']; + polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; + polygon_swap_SwapWeeklyVolume: polygon_swap_SwapWeeklyVolume; + polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; + polygon_swap_SystemInfo: polygon_swap_SystemInfo; + polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; + polygon_swap__Block_: polygon_swap__Block_; + polygon_swap__Meta_: polygon_swap__Meta_; + linea_swap_BigDecimal: Scalars['linea_swap_BigDecimal']; + linea_swap_BlockChangedFilter: linea_swap_BlockChangedFilter; + linea_swap_Block_height: linea_swap_Block_height; + linea_swap_Bytes: Scalars['linea_swap_Bytes']; + linea_swap_LpAccount: linea_swap_LpAccount; + linea_swap_LpAccountBalance: linea_swap_LpAccountBalance; + linea_swap_LpAccountBalance_filter: linea_swap_LpAccountBalance_filter; + linea_swap_LpAccount_filter: linea_swap_LpAccount_filter; + linea_swap_LpToken: linea_swap_LpToken; + linea_swap_LpTokenEvent: ResolversParentTypes['linea_swap_LpTransferEvent']; + linea_swap_LpTokenEvent_filter: linea_swap_LpTokenEvent_filter; + linea_swap_LpToken_filter: linea_swap_LpToken_filter; + linea_swap_LpTransferEvent: linea_swap_LpTransferEvent; + linea_swap_LpTransferEvent_filter: linea_swap_LpTransferEvent_filter; + linea_swap_PooledToken: linea_swap_PooledToken; + linea_swap_PooledToken_filter: linea_swap_PooledToken_filter; + linea_swap_StableSwap: linea_swap_StableSwap; + linea_swap_StableSwapAddLiquidityEvent: linea_swap_StableSwapAddLiquidityEvent; + linea_swap_StableSwapAddLiquidityEvent_filter: linea_swap_StableSwapAddLiquidityEvent_filter; + linea_swap_StableSwapEvent: ResolversParentTypes['linea_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['linea_swap_StableSwapRemoveLiquidityEvent']; + linea_swap_StableSwapEvent_filter: linea_swap_StableSwapEvent_filter; + linea_swap_StableSwapExchange: linea_swap_StableSwapExchange; + linea_swap_StableSwapExchange_filter: linea_swap_StableSwapExchange_filter; + linea_swap_StableSwapRemoveLiquidityEvent: linea_swap_StableSwapRemoveLiquidityEvent; + linea_swap_StableSwapRemoveLiquidityEvent_filter: linea_swap_StableSwapRemoveLiquidityEvent_filter; + linea_swap_StableSwap_filter: linea_swap_StableSwap_filter; + linea_swap_SwapDailyVolume: linea_swap_SwapDailyVolume; + linea_swap_SwapDailyVolume_filter: linea_swap_SwapDailyVolume_filter; + linea_swap_SwapHourlyVolume: linea_swap_SwapHourlyVolume; + linea_swap_SwapHourlyVolume_filter: linea_swap_SwapHourlyVolume_filter; + linea_swap_SwapTradeVolume: ResolversParentTypes['linea_swap_SwapDailyVolume'] | ResolversParentTypes['linea_swap_SwapHourlyVolume'] | ResolversParentTypes['linea_swap_SwapWeeklyVolume']; + linea_swap_SwapTradeVolume_filter: linea_swap_SwapTradeVolume_filter; + linea_swap_SwapWeeklyVolume: linea_swap_SwapWeeklyVolume; + linea_swap_SwapWeeklyVolume_filter: linea_swap_SwapWeeklyVolume_filter; + linea_swap_SystemInfo: linea_swap_SystemInfo; + linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; + linea_swap__Block_: linea_swap__Block_; + linea_swap__Meta_: linea_swap__Meta_; goerli_AggregateRoot: goerli_AggregateRoot; goerli_AggregateRoot_filter: goerli_AggregateRoot_filter; goerli_Asset: goerli_Asset; @@ -110579,152 +110396,274 @@ export type ResolversParentTypes = ResolversObject<{ goerli_Setting_filter: goerli_Setting_filter; goerli_SlippageUpdate: goerli_SlippageUpdate; goerli_SlippageUpdate_filter: goerli_SlippageUpdate_filter; - localmainnet_AggregateRoot: localmainnet_AggregateRoot; - localmainnet_AggregateRootProposed: localmainnet_AggregateRootProposed; - localmainnet_AggregateRootProposed_filter: localmainnet_AggregateRootProposed_filter; - localmainnet_AggregateRoot_filter: localmainnet_AggregateRoot_filter; - localmainnet_Asset: localmainnet_Asset; - localmainnet_AssetBalance: localmainnet_AssetBalance; - localmainnet_AssetBalance_filter: localmainnet_AssetBalance_filter; - localmainnet_AssetStatus: localmainnet_AssetStatus; - localmainnet_AssetStatus_filter: localmainnet_AssetStatus_filter; - localmainnet_Asset_filter: localmainnet_Asset_filter; - localmainnet_ConnectorMeta: localmainnet_ConnectorMeta; - localmainnet_ConnectorMeta_filter: localmainnet_ConnectorMeta_filter; - localmainnet_DestinationTransfer: localmainnet_DestinationTransfer; - localmainnet_DestinationTransfer_filter: localmainnet_DestinationTransfer_filter; - localmainnet_OptimisticRootFinalized: localmainnet_OptimisticRootFinalized; - localmainnet_OptimisticRootFinalized_filter: localmainnet_OptimisticRootFinalized_filter; - localmainnet_OriginMessage: localmainnet_OriginMessage; - localmainnet_OriginMessage_filter: localmainnet_OriginMessage_filter; - localmainnet_OriginTransfer: localmainnet_OriginTransfer; - localmainnet_OriginTransfer_filter: localmainnet_OriginTransfer_filter; - localmainnet_Relayer: localmainnet_Relayer; - localmainnet_RelayerFee: localmainnet_RelayerFee; - localmainnet_RelayerFee_filter: localmainnet_RelayerFee_filter; - localmainnet_RelayerFeesIncrease: localmainnet_RelayerFeesIncrease; - localmainnet_RelayerFeesIncrease_filter: localmainnet_RelayerFeesIncrease_filter; - localmainnet_Relayer_filter: localmainnet_Relayer_filter; - localmainnet_RootCount: localmainnet_RootCount; - localmainnet_RootCount_filter: localmainnet_RootCount_filter; - localmainnet_RootMessageSent: localmainnet_RootMessageSent; - localmainnet_RootMessageSent_filter: localmainnet_RootMessageSent_filter; - localmainnet_Router: localmainnet_Router; - localmainnet_RouterDailyTVL: localmainnet_RouterDailyTVL; - localmainnet_RouterDailyTVL_filter: localmainnet_RouterDailyTVL_filter; - localmainnet_Router_filter: localmainnet_Router_filter; - localmainnet_Sequencer: localmainnet_Sequencer; - localmainnet_Sequencer_filter: localmainnet_Sequencer_filter; - localmainnet_Setting: localmainnet_Setting; - localmainnet_Setting_filter: localmainnet_Setting_filter; - localmainnet_SlippageUpdate: localmainnet_SlippageUpdate; - localmainnet_SlippageUpdate_filter: localmainnet_SlippageUpdate_filter; - localmainnet_SnapshotRoot: localmainnet_SnapshotRoot; - localmainnet_SnapshotRoot_filter: localmainnet_SnapshotRoot_filter; - localmainnet_SpokeConnectorMode: localmainnet_SpokeConnectorMode; - localmainnet_SpokeConnectorMode_filter: localmainnet_SpokeConnectorMode_filter; - localoptimism_AggregateRoot: localoptimism_AggregateRoot; - localoptimism_AggregateRootProposed: localoptimism_AggregateRootProposed; - localoptimism_AggregateRootProposed_filter: localoptimism_AggregateRootProposed_filter; - localoptimism_AggregateRoot_filter: localoptimism_AggregateRoot_filter; - localoptimism_Asset: localoptimism_Asset; - localoptimism_AssetBalance: localoptimism_AssetBalance; - localoptimism_AssetBalance_filter: localoptimism_AssetBalance_filter; - localoptimism_AssetStatus: localoptimism_AssetStatus; - localoptimism_AssetStatus_filter: localoptimism_AssetStatus_filter; - localoptimism_Asset_filter: localoptimism_Asset_filter; - localoptimism_BigDecimal: Scalars['localoptimism_BigDecimal']; - localoptimism_BlockChangedFilter: localoptimism_BlockChangedFilter; - localoptimism_Block_height: localoptimism_Block_height; - localoptimism_Bytes: Scalars['localoptimism_Bytes']; - localoptimism_ConnectorMeta: localoptimism_ConnectorMeta; - localoptimism_ConnectorMeta_filter: localoptimism_ConnectorMeta_filter; - localoptimism_DestinationTransfer: localoptimism_DestinationTransfer; - localoptimism_DestinationTransfer_filter: localoptimism_DestinationTransfer_filter; - localoptimism_Int8: Scalars['localoptimism_Int8']; - localoptimism_OptimisticRootFinalized: localoptimism_OptimisticRootFinalized; - localoptimism_OptimisticRootFinalized_filter: localoptimism_OptimisticRootFinalized_filter; - localoptimism_OriginMessage: localoptimism_OriginMessage; - localoptimism_OriginMessage_filter: localoptimism_OriginMessage_filter; - localoptimism_OriginTransfer: localoptimism_OriginTransfer; - localoptimism_OriginTransfer_filter: localoptimism_OriginTransfer_filter; - localoptimism_Relayer: localoptimism_Relayer; - localoptimism_RelayerFee: localoptimism_RelayerFee; - localoptimism_RelayerFee_filter: localoptimism_RelayerFee_filter; - localoptimism_RelayerFeesIncrease: localoptimism_RelayerFeesIncrease; - localoptimism_RelayerFeesIncrease_filter: localoptimism_RelayerFeesIncrease_filter; - localoptimism_Relayer_filter: localoptimism_Relayer_filter; - localoptimism_RootCount: localoptimism_RootCount; - localoptimism_RootCount_filter: localoptimism_RootCount_filter; - localoptimism_RootMessageSent: localoptimism_RootMessageSent; - localoptimism_RootMessageSent_filter: localoptimism_RootMessageSent_filter; - localoptimism_Router: localoptimism_Router; - localoptimism_RouterDailyTVL: localoptimism_RouterDailyTVL; - localoptimism_RouterDailyTVL_filter: localoptimism_RouterDailyTVL_filter; - localoptimism_Router_filter: localoptimism_Router_filter; - localoptimism_Sequencer: localoptimism_Sequencer; - localoptimism_Sequencer_filter: localoptimism_Sequencer_filter; - localoptimism_Setting: localoptimism_Setting; - localoptimism_Setting_filter: localoptimism_Setting_filter; - localoptimism_SlippageUpdate: localoptimism_SlippageUpdate; - localoptimism_SlippageUpdate_filter: localoptimism_SlippageUpdate_filter; - localoptimism_SnapshotRoot: localoptimism_SnapshotRoot; - localoptimism_SnapshotRoot_filter: localoptimism_SnapshotRoot_filter; - localoptimism_SpokeConnectorMode: localoptimism_SpokeConnectorMode; - localoptimism_SpokeConnectorMode_filter: localoptimism_SpokeConnectorMode_filter; - localoptimism__Block_: localoptimism__Block_; - localoptimism__Meta_: localoptimism__Meta_; - localarbitrumone_AggregateRoot: localarbitrumone_AggregateRoot; - localarbitrumone_AggregateRootProposed: localarbitrumone_AggregateRootProposed; - localarbitrumone_AggregateRootProposed_filter: localarbitrumone_AggregateRootProposed_filter; - localarbitrumone_AggregateRoot_filter: localarbitrumone_AggregateRoot_filter; - localarbitrumone_Asset: localarbitrumone_Asset; - localarbitrumone_AssetBalance: localarbitrumone_AssetBalance; - localarbitrumone_AssetBalance_filter: localarbitrumone_AssetBalance_filter; - localarbitrumone_AssetStatus: localarbitrumone_AssetStatus; - localarbitrumone_AssetStatus_filter: localarbitrumone_AssetStatus_filter; - localarbitrumone_Asset_filter: localarbitrumone_Asset_filter; - localarbitrumone_BigDecimal: Scalars['localarbitrumone_BigDecimal']; - localarbitrumone_BlockChangedFilter: localarbitrumone_BlockChangedFilter; - localarbitrumone_Block_height: localarbitrumone_Block_height; - localarbitrumone_Bytes: Scalars['localarbitrumone_Bytes']; - localarbitrumone_ConnectorMeta: localarbitrumone_ConnectorMeta; - localarbitrumone_ConnectorMeta_filter: localarbitrumone_ConnectorMeta_filter; - localarbitrumone_DestinationTransfer: localarbitrumone_DestinationTransfer; - localarbitrumone_DestinationTransfer_filter: localarbitrumone_DestinationTransfer_filter; - localarbitrumone_Int8: Scalars['localarbitrumone_Int8']; - localarbitrumone_OptimisticRootFinalized: localarbitrumone_OptimisticRootFinalized; - localarbitrumone_OptimisticRootFinalized_filter: localarbitrumone_OptimisticRootFinalized_filter; - localarbitrumone_OriginMessage: localarbitrumone_OriginMessage; - localarbitrumone_OriginMessage_filter: localarbitrumone_OriginMessage_filter; - localarbitrumone_OriginTransfer: localarbitrumone_OriginTransfer; - localarbitrumone_OriginTransfer_filter: localarbitrumone_OriginTransfer_filter; - localarbitrumone_Relayer: localarbitrumone_Relayer; - localarbitrumone_RelayerFee: localarbitrumone_RelayerFee; - localarbitrumone_RelayerFee_filter: localarbitrumone_RelayerFee_filter; - localarbitrumone_RelayerFeesIncrease: localarbitrumone_RelayerFeesIncrease; - localarbitrumone_RelayerFeesIncrease_filter: localarbitrumone_RelayerFeesIncrease_filter; - localarbitrumone_Relayer_filter: localarbitrumone_Relayer_filter; - localarbitrumone_RootCount: localarbitrumone_RootCount; - localarbitrumone_RootCount_filter: localarbitrumone_RootCount_filter; - localarbitrumone_RootMessageSent: localarbitrumone_RootMessageSent; - localarbitrumone_RootMessageSent_filter: localarbitrumone_RootMessageSent_filter; - localarbitrumone_Router: localarbitrumone_Router; - localarbitrumone_RouterDailyTVL: localarbitrumone_RouterDailyTVL; - localarbitrumone_RouterDailyTVL_filter: localarbitrumone_RouterDailyTVL_filter; - localarbitrumone_Router_filter: localarbitrumone_Router_filter; - localarbitrumone_Sequencer: localarbitrumone_Sequencer; - localarbitrumone_Sequencer_filter: localarbitrumone_Sequencer_filter; - localarbitrumone_Setting: localarbitrumone_Setting; - localarbitrumone_Setting_filter: localarbitrumone_Setting_filter; - localarbitrumone_SlippageUpdate: localarbitrumone_SlippageUpdate; - localarbitrumone_SlippageUpdate_filter: localarbitrumone_SlippageUpdate_filter; - localarbitrumone_SnapshotRoot: localarbitrumone_SnapshotRoot; - localarbitrumone_SnapshotRoot_filter: localarbitrumone_SnapshotRoot_filter; - localarbitrumone_SpokeConnectorMode: localarbitrumone_SpokeConnectorMode; - localarbitrumone_SpokeConnectorMode_filter: localarbitrumone_SpokeConnectorMode_filter; - localarbitrumone__Block_: localarbitrumone__Block_; - localarbitrumone__Meta_: localarbitrumone__Meta_; + localmainnet_AggregateRootSavedSlow: localmainnet_AggregateRootSavedSlow; + localmainnet_AggregateRootSavedSlow_filter: localmainnet_AggregateRootSavedSlow_filter; + localmainnet_AggregatedMessageRoot: localmainnet_AggregatedMessageRoot; + localmainnet_AggregatedMessageRoot_filter: localmainnet_AggregatedMessageRoot_filter; + localmainnet_ArbitrumConnectorMeta: localmainnet_ArbitrumConnectorMeta; + localmainnet_ArbitrumConnectorMeta_filter: localmainnet_ArbitrumConnectorMeta_filter; + localmainnet_BigDecimal: Scalars['localmainnet_BigDecimal']; + localmainnet_BlockChangedFilter: localmainnet_BlockChangedFilter; + localmainnet_Block_height: localmainnet_Block_height; + localmainnet_BnbConnectorMeta: localmainnet_BnbConnectorMeta; + localmainnet_BnbConnectorMeta_filter: localmainnet_BnbConnectorMeta_filter; + localmainnet_Bytes: Scalars['localmainnet_Bytes']; + localmainnet_GnosisConnectorMeta: localmainnet_GnosisConnectorMeta; + localmainnet_GnosisConnectorMeta_filter: localmainnet_GnosisConnectorMeta_filter; + localmainnet_HubDomain: localmainnet_HubDomain; + localmainnet_HubDomain_filter: localmainnet_HubDomain_filter; + localmainnet_HubOptimisticRootFinalized: localmainnet_HubOptimisticRootFinalized; + localmainnet_HubOptimisticRootFinalized_filter: localmainnet_HubOptimisticRootFinalized_filter; + localmainnet_Int8: Scalars['localmainnet_Int8']; + localmainnet_OptimismConnectorMeta: localmainnet_OptimismConnectorMeta; + localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; + localmainnet_OptimisticRootPropagated: localmainnet_OptimisticRootPropagated; + localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; + localmainnet_OptimisticRootProposed: localmainnet_OptimisticRootProposed; + localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; + localmainnet_PolygonConnectorMeta: localmainnet_PolygonConnectorMeta; + localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; + localmainnet_RootAggregated: localmainnet_RootAggregated; + localmainnet_RootAggregated_filter: localmainnet_RootAggregated_filter; + localmainnet_RootManagerMeta: localmainnet_RootManagerMeta; + localmainnet_RootManagerMeta_filter: localmainnet_RootManagerMeta_filter; + localmainnet_RootManagerMode: localmainnet_RootManagerMode; + localmainnet_RootManagerMode_filter: localmainnet_RootManagerMode_filter; + localmainnet_RootMessageProcessed: localmainnet_RootMessageProcessed; + localmainnet_RootMessageProcessed_filter: localmainnet_RootMessageProcessed_filter; + localmainnet_RootPropagated: localmainnet_RootPropagated; + localmainnet_RootPropagated_filter: localmainnet_RootPropagated_filter; + localmainnet_ZkSyncConnectorMeta: localmainnet_ZkSyncConnectorMeta; + localmainnet_ZkSyncConnectorMeta_filter: localmainnet_ZkSyncConnectorMeta_filter; + localmainnet__Block_: localmainnet__Block_; + localmainnet__Meta_: localmainnet__Meta_; + lineagoerli_AggregateRoot: lineagoerli_AggregateRoot; + lineagoerli_AggregateRoot_filter: lineagoerli_AggregateRoot_filter; + lineagoerli_Asset: lineagoerli_Asset; + lineagoerli_AssetBalance: lineagoerli_AssetBalance; + lineagoerli_AssetBalance_filter: lineagoerli_AssetBalance_filter; + lineagoerli_AssetStatus: lineagoerli_AssetStatus; + lineagoerli_AssetStatus_filter: lineagoerli_AssetStatus_filter; + lineagoerli_Asset_filter: lineagoerli_Asset_filter; + lineagoerli_BigDecimal: Scalars['lineagoerli_BigDecimal']; + lineagoerli_BlockChangedFilter: lineagoerli_BlockChangedFilter; + lineagoerli_Block_height: lineagoerli_Block_height; + lineagoerli_Bytes: Scalars['lineagoerli_Bytes']; + lineagoerli_ConnectorMeta: lineagoerli_ConnectorMeta; + lineagoerli_ConnectorMeta_filter: lineagoerli_ConnectorMeta_filter; + lineagoerli_DestinationTransfer: lineagoerli_DestinationTransfer; + lineagoerli_DestinationTransfer_filter: lineagoerli_DestinationTransfer_filter; + lineagoerli_OriginMessage: lineagoerli_OriginMessage; + lineagoerli_OriginMessage_filter: lineagoerli_OriginMessage_filter; + lineagoerli_OriginTransfer: lineagoerli_OriginTransfer; + lineagoerli_OriginTransfer_filter: lineagoerli_OriginTransfer_filter; + lineagoerli_Relayer: lineagoerli_Relayer; + lineagoerli_RelayerFee: lineagoerli_RelayerFee; + lineagoerli_RelayerFee_filter: lineagoerli_RelayerFee_filter; + lineagoerli_RelayerFeesIncrease: lineagoerli_RelayerFeesIncrease; + lineagoerli_RelayerFeesIncrease_filter: lineagoerli_RelayerFeesIncrease_filter; + lineagoerli_Relayer_filter: lineagoerli_Relayer_filter; + lineagoerli_RootCount: lineagoerli_RootCount; + lineagoerli_RootCount_filter: lineagoerli_RootCount_filter; + lineagoerli_RootMessageSent: lineagoerli_RootMessageSent; + lineagoerli_RootMessageSent_filter: lineagoerli_RootMessageSent_filter; + lineagoerli_Router: lineagoerli_Router; + lineagoerli_RouterDailyTVL: lineagoerli_RouterDailyTVL; + lineagoerli_RouterDailyTVL_filter: lineagoerli_RouterDailyTVL_filter; + lineagoerli_Router_filter: lineagoerli_Router_filter; + lineagoerli_Sequencer: lineagoerli_Sequencer; + lineagoerli_Sequencer_filter: lineagoerli_Sequencer_filter; + lineagoerli_Setting: lineagoerli_Setting; + lineagoerli_Setting_filter: lineagoerli_Setting_filter; + lineagoerli_SlippageUpdate: lineagoerli_SlippageUpdate; + lineagoerli_SlippageUpdate_filter: lineagoerli_SlippageUpdate_filter; + lineagoerli__Block_: lineagoerli__Block_; + lineagoerli__Meta_: lineagoerli__Meta_; + optimism_AggregateRoot: optimism_AggregateRoot; + optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; + optimism_Asset: optimism_Asset; + optimism_AssetBalance: optimism_AssetBalance; + optimism_AssetBalance_filter: optimism_AssetBalance_filter; + optimism_AssetStatus: optimism_AssetStatus; + optimism_AssetStatus_filter: optimism_AssetStatus_filter; + optimism_Asset_filter: optimism_Asset_filter; + optimism_BigDecimal: Scalars['optimism_BigDecimal']; + optimism_BlockChangedFilter: optimism_BlockChangedFilter; + optimism_Block_height: optimism_Block_height; + optimism_Bytes: Scalars['optimism_Bytes']; + optimism_ConnectorMeta: optimism_ConnectorMeta; + optimism_ConnectorMeta_filter: optimism_ConnectorMeta_filter; + optimism_DestinationTransfer: optimism_DestinationTransfer; + optimism_DestinationTransfer_filter: optimism_DestinationTransfer_filter; + optimism_Int8: Scalars['optimism_Int8']; + optimism_OriginMessage: optimism_OriginMessage; + optimism_OriginMessage_filter: optimism_OriginMessage_filter; + optimism_OriginTransfer: optimism_OriginTransfer; + optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; + optimism_Relayer: optimism_Relayer; + optimism_RelayerFee: optimism_RelayerFee; + optimism_RelayerFee_filter: optimism_RelayerFee_filter; + optimism_RelayerFeesIncrease: optimism_RelayerFeesIncrease; + optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; + optimism_Relayer_filter: optimism_Relayer_filter; + optimism_RootCount: optimism_RootCount; + optimism_RootCount_filter: optimism_RootCount_filter; + optimism_RootMessageSent: optimism_RootMessageSent; + optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; + optimism_Router: optimism_Router; + optimism_RouterDailyTVL: optimism_RouterDailyTVL; + optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; + optimism_RouterLiquidityEvent: optimism_RouterLiquidityEvent; + optimism_RouterLiquidityEvent_filter: optimism_RouterLiquidityEvent_filter; + optimism_Router_filter: optimism_Router_filter; + optimism_Sequencer: optimism_Sequencer; + optimism_Sequencer_filter: optimism_Sequencer_filter; + optimism_Setting: optimism_Setting; + optimism_Setting_filter: optimism_Setting_filter; + optimism_SlippageUpdate: optimism_SlippageUpdate; + optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; + optimism__Block_: optimism__Block_; + optimism__Meta_: optimism__Meta_; + staginggoerli_AggregateRoot: staginggoerli_AggregateRoot; + staginggoerli_AggregateRootProposed: staginggoerli_AggregateRootProposed; + staginggoerli_AggregateRootProposed_filter: staginggoerli_AggregateRootProposed_filter; + staginggoerli_AggregateRoot_filter: staginggoerli_AggregateRoot_filter; + staginggoerli_Asset: staginggoerli_Asset; + staginggoerli_AssetBalance: staginggoerli_AssetBalance; + staginggoerli_AssetBalance_filter: staginggoerli_AssetBalance_filter; + staginggoerli_AssetStatus: staginggoerli_AssetStatus; + staginggoerli_AssetStatus_filter: staginggoerli_AssetStatus_filter; + staginggoerli_Asset_filter: staginggoerli_Asset_filter; + staginggoerli_ConnectorMeta: staginggoerli_ConnectorMeta; + staginggoerli_ConnectorMeta_filter: staginggoerli_ConnectorMeta_filter; + staginggoerli_DestinationTransfer: staginggoerli_DestinationTransfer; + staginggoerli_DestinationTransfer_filter: staginggoerli_DestinationTransfer_filter; + staginggoerli_OptimisticRootFinalized: staginggoerli_OptimisticRootFinalized; + staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; + staginggoerli_OriginMessage: staginggoerli_OriginMessage; + staginggoerli_OriginMessage_filter: staginggoerli_OriginMessage_filter; + staginggoerli_OriginTransfer: staginggoerli_OriginTransfer; + staginggoerli_OriginTransfer_filter: staginggoerli_OriginTransfer_filter; + staginggoerli_Relayer: staginggoerli_Relayer; + staginggoerli_RelayerFee: staginggoerli_RelayerFee; + staginggoerli_RelayerFee_filter: staginggoerli_RelayerFee_filter; + staginggoerli_RelayerFeesIncrease: staginggoerli_RelayerFeesIncrease; + staginggoerli_RelayerFeesIncrease_filter: staginggoerli_RelayerFeesIncrease_filter; + staginggoerli_Relayer_filter: staginggoerli_Relayer_filter; + staginggoerli_RootCount: staginggoerli_RootCount; + staginggoerli_RootCount_filter: staginggoerli_RootCount_filter; + staginggoerli_RootMessageSent: staginggoerli_RootMessageSent; + staginggoerli_RootMessageSent_filter: staginggoerli_RootMessageSent_filter; + staginggoerli_Router: staginggoerli_Router; + staginggoerli_RouterDailyTVL: staginggoerli_RouterDailyTVL; + staginggoerli_RouterDailyTVL_filter: staginggoerli_RouterDailyTVL_filter; + staginggoerli_Router_filter: staginggoerli_Router_filter; + staginggoerli_Sequencer: staginggoerli_Sequencer; + staginggoerli_Sequencer_filter: staginggoerli_Sequencer_filter; + staginggoerli_Setting: staginggoerli_Setting; + staginggoerli_Setting_filter: staginggoerli_Setting_filter; + staginggoerli_SlippageUpdate: staginggoerli_SlippageUpdate; + staginggoerli_SlippageUpdate_filter: staginggoerli_SlippageUpdate_filter; + staginggoerli_SnapshotRoot: staginggoerli_SnapshotRoot; + staginggoerli_SnapshotRoot_filter: staginggoerli_SnapshotRoot_filter; + staginggoerli_SpokeConnectorMode: staginggoerli_SpokeConnectorMode; + staginggoerli_SpokeConnectorMode_filter: staginggoerli_SpokeConnectorMode_filter; + optimismgoerli_AggregateRoot: optimismgoerli_AggregateRoot; + optimismgoerli_AggregateRoot_filter: optimismgoerli_AggregateRoot_filter; + optimismgoerli_Asset: optimismgoerli_Asset; + optimismgoerli_AssetBalance: optimismgoerli_AssetBalance; + optimismgoerli_AssetBalance_filter: optimismgoerli_AssetBalance_filter; + optimismgoerli_AssetStatus: optimismgoerli_AssetStatus; + optimismgoerli_AssetStatus_filter: optimismgoerli_AssetStatus_filter; + optimismgoerli_Asset_filter: optimismgoerli_Asset_filter; + optimismgoerli_BigDecimal: Scalars['optimismgoerli_BigDecimal']; + optimismgoerli_BlockChangedFilter: optimismgoerli_BlockChangedFilter; + optimismgoerli_Block_height: optimismgoerli_Block_height; + optimismgoerli_Bytes: Scalars['optimismgoerli_Bytes']; + optimismgoerli_ConnectorMeta: optimismgoerli_ConnectorMeta; + optimismgoerli_ConnectorMeta_filter: optimismgoerli_ConnectorMeta_filter; + optimismgoerli_DestinationTransfer: optimismgoerli_DestinationTransfer; + optimismgoerli_DestinationTransfer_filter: optimismgoerli_DestinationTransfer_filter; + optimismgoerli_Int8: Scalars['optimismgoerli_Int8']; + optimismgoerli_OriginMessage: optimismgoerli_OriginMessage; + optimismgoerli_OriginMessage_filter: optimismgoerli_OriginMessage_filter; + optimismgoerli_OriginTransfer: optimismgoerli_OriginTransfer; + optimismgoerli_OriginTransfer_filter: optimismgoerli_OriginTransfer_filter; + optimismgoerli_Relayer: optimismgoerli_Relayer; + optimismgoerli_RelayerFee: optimismgoerli_RelayerFee; + optimismgoerli_RelayerFee_filter: optimismgoerli_RelayerFee_filter; + optimismgoerli_RelayerFeesIncrease: optimismgoerli_RelayerFeesIncrease; + optimismgoerli_RelayerFeesIncrease_filter: optimismgoerli_RelayerFeesIncrease_filter; + optimismgoerli_Relayer_filter: optimismgoerli_Relayer_filter; + optimismgoerli_RootCount: optimismgoerli_RootCount; + optimismgoerli_RootCount_filter: optimismgoerli_RootCount_filter; + optimismgoerli_RootMessageSent: optimismgoerli_RootMessageSent; + optimismgoerli_RootMessageSent_filter: optimismgoerli_RootMessageSent_filter; + optimismgoerli_Router: optimismgoerli_Router; + optimismgoerli_RouterDailyTVL: optimismgoerli_RouterDailyTVL; + optimismgoerli_RouterDailyTVL_filter: optimismgoerli_RouterDailyTVL_filter; + optimismgoerli_RouterLiquidityEvent: optimismgoerli_RouterLiquidityEvent; + optimismgoerli_RouterLiquidityEvent_filter: optimismgoerli_RouterLiquidityEvent_filter; + optimismgoerli_Router_filter: optimismgoerli_Router_filter; + optimismgoerli_Sequencer: optimismgoerli_Sequencer; + optimismgoerli_Sequencer_filter: optimismgoerli_Sequencer_filter; + optimismgoerli_Setting: optimismgoerli_Setting; + optimismgoerli_Setting_filter: optimismgoerli_Setting_filter; + optimismgoerli_SlippageUpdate: optimismgoerli_SlippageUpdate; + optimismgoerli_SlippageUpdate_filter: optimismgoerli_SlippageUpdate_filter; + optimismgoerli__Block_: optimismgoerli__Block_; + optimismgoerli__Meta_: optimismgoerli__Meta_; + stagingoptimismgoerli_AggregateRoot: stagingoptimismgoerli_AggregateRoot; + stagingoptimismgoerli_AggregateRootProposed: stagingoptimismgoerli_AggregateRootProposed; + stagingoptimismgoerli_AggregateRootProposed_filter: stagingoptimismgoerli_AggregateRootProposed_filter; + stagingoptimismgoerli_AggregateRoot_filter: stagingoptimismgoerli_AggregateRoot_filter; + stagingoptimismgoerli_Asset: stagingoptimismgoerli_Asset; + stagingoptimismgoerli_AssetBalance: stagingoptimismgoerli_AssetBalance; + stagingoptimismgoerli_AssetBalance_filter: stagingoptimismgoerli_AssetBalance_filter; + stagingoptimismgoerli_AssetStatus: stagingoptimismgoerli_AssetStatus; + stagingoptimismgoerli_AssetStatus_filter: stagingoptimismgoerli_AssetStatus_filter; + stagingoptimismgoerli_Asset_filter: stagingoptimismgoerli_Asset_filter; + stagingoptimismgoerli_BigDecimal: Scalars['stagingoptimismgoerli_BigDecimal']; + stagingoptimismgoerli_BlockChangedFilter: stagingoptimismgoerli_BlockChangedFilter; + stagingoptimismgoerli_Block_height: stagingoptimismgoerli_Block_height; + stagingoptimismgoerli_Bytes: Scalars['stagingoptimismgoerli_Bytes']; + stagingoptimismgoerli_ConnectorMeta: stagingoptimismgoerli_ConnectorMeta; + stagingoptimismgoerli_ConnectorMeta_filter: stagingoptimismgoerli_ConnectorMeta_filter; + stagingoptimismgoerli_DestinationTransfer: stagingoptimismgoerli_DestinationTransfer; + stagingoptimismgoerli_DestinationTransfer_filter: stagingoptimismgoerli_DestinationTransfer_filter; + stagingoptimismgoerli_Int8: Scalars['stagingoptimismgoerli_Int8']; + stagingoptimismgoerli_OptimisticRootFinalized: stagingoptimismgoerli_OptimisticRootFinalized; + stagingoptimismgoerli_OptimisticRootFinalized_filter: stagingoptimismgoerli_OptimisticRootFinalized_filter; + stagingoptimismgoerli_OriginMessage: stagingoptimismgoerli_OriginMessage; + stagingoptimismgoerli_OriginMessage_filter: stagingoptimismgoerli_OriginMessage_filter; + stagingoptimismgoerli_OriginTransfer: stagingoptimismgoerli_OriginTransfer; + stagingoptimismgoerli_OriginTransfer_filter: stagingoptimismgoerli_OriginTransfer_filter; + stagingoptimismgoerli_Relayer: stagingoptimismgoerli_Relayer; + stagingoptimismgoerli_RelayerFee: stagingoptimismgoerli_RelayerFee; + stagingoptimismgoerli_RelayerFee_filter: stagingoptimismgoerli_RelayerFee_filter; + stagingoptimismgoerli_RelayerFeesIncrease: stagingoptimismgoerli_RelayerFeesIncrease; + stagingoptimismgoerli_RelayerFeesIncrease_filter: stagingoptimismgoerli_RelayerFeesIncrease_filter; + stagingoptimismgoerli_Relayer_filter: stagingoptimismgoerli_Relayer_filter; + stagingoptimismgoerli_RootCount: stagingoptimismgoerli_RootCount; + stagingoptimismgoerli_RootCount_filter: stagingoptimismgoerli_RootCount_filter; + stagingoptimismgoerli_RootMessageSent: stagingoptimismgoerli_RootMessageSent; + stagingoptimismgoerli_RootMessageSent_filter: stagingoptimismgoerli_RootMessageSent_filter; + stagingoptimismgoerli_Router: stagingoptimismgoerli_Router; + stagingoptimismgoerli_RouterDailyTVL: stagingoptimismgoerli_RouterDailyTVL; + stagingoptimismgoerli_RouterDailyTVL_filter: stagingoptimismgoerli_RouterDailyTVL_filter; + stagingoptimismgoerli_Router_filter: stagingoptimismgoerli_Router_filter; + stagingoptimismgoerli_Sequencer: stagingoptimismgoerli_Sequencer; + stagingoptimismgoerli_Sequencer_filter: stagingoptimismgoerli_Sequencer_filter; + stagingoptimismgoerli_Setting: stagingoptimismgoerli_Setting; + stagingoptimismgoerli_Setting_filter: stagingoptimismgoerli_Setting_filter; + stagingoptimismgoerli_SlippageUpdate: stagingoptimismgoerli_SlippageUpdate; + stagingoptimismgoerli_SlippageUpdate_filter: stagingoptimismgoerli_SlippageUpdate_filter; + stagingoptimismgoerli_SnapshotRoot: stagingoptimismgoerli_SnapshotRoot; + stagingoptimismgoerli_SnapshotRoot_filter: stagingoptimismgoerli_SnapshotRoot_filter; + stagingoptimismgoerli_SpokeConnectorMode: stagingoptimismgoerli_SpokeConnectorMode; + stagingoptimismgoerli_SpokeConnectorMode_filter: stagingoptimismgoerli_SpokeConnectorMode_filter; + stagingoptimismgoerli__Block_: stagingoptimismgoerli__Block_; + stagingoptimismgoerli__Meta_: stagingoptimismgoerli__Meta_; stagingarbitrumgoerli_AggregateRoot: stagingarbitrumgoerli_AggregateRoot; stagingarbitrumgoerli_AggregateRootProposed: stagingarbitrumgoerli_AggregateRootProposed; stagingarbitrumgoerli_AggregateRootProposed_filter: stagingarbitrumgoerli_AggregateRootProposed_filter; @@ -110776,6 +110715,57 @@ export type ResolversParentTypes = ResolversObject<{ stagingarbitrumgoerli_SpokeConnectorMode_filter: stagingarbitrumgoerli_SpokeConnectorMode_filter; stagingarbitrumgoerli__Block_: stagingarbitrumgoerli__Block_; stagingarbitrumgoerli__Meta_: stagingarbitrumgoerli__Meta_; + stagingmumbai_AggregateRoot: stagingmumbai_AggregateRoot; + stagingmumbai_AggregateRootProposed: stagingmumbai_AggregateRootProposed; + stagingmumbai_AggregateRootProposed_filter: stagingmumbai_AggregateRootProposed_filter; + stagingmumbai_AggregateRoot_filter: stagingmumbai_AggregateRoot_filter; + stagingmumbai_Asset: stagingmumbai_Asset; + stagingmumbai_AssetBalance: stagingmumbai_AssetBalance; + stagingmumbai_AssetBalance_filter: stagingmumbai_AssetBalance_filter; + stagingmumbai_AssetStatus: stagingmumbai_AssetStatus; + stagingmumbai_AssetStatus_filter: stagingmumbai_AssetStatus_filter; + stagingmumbai_Asset_filter: stagingmumbai_Asset_filter; + stagingmumbai_BigDecimal: Scalars['stagingmumbai_BigDecimal']; + stagingmumbai_BlockChangedFilter: stagingmumbai_BlockChangedFilter; + stagingmumbai_Block_height: stagingmumbai_Block_height; + stagingmumbai_Bytes: Scalars['stagingmumbai_Bytes']; + stagingmumbai_ConnectorMeta: stagingmumbai_ConnectorMeta; + stagingmumbai_ConnectorMeta_filter: stagingmumbai_ConnectorMeta_filter; + stagingmumbai_DestinationTransfer: stagingmumbai_DestinationTransfer; + stagingmumbai_DestinationTransfer_filter: stagingmumbai_DestinationTransfer_filter; + stagingmumbai_Int8: Scalars['stagingmumbai_Int8']; + stagingmumbai_OptimisticRootFinalized: stagingmumbai_OptimisticRootFinalized; + stagingmumbai_OptimisticRootFinalized_filter: stagingmumbai_OptimisticRootFinalized_filter; + stagingmumbai_OriginMessage: stagingmumbai_OriginMessage; + stagingmumbai_OriginMessage_filter: stagingmumbai_OriginMessage_filter; + stagingmumbai_OriginTransfer: stagingmumbai_OriginTransfer; + stagingmumbai_OriginTransfer_filter: stagingmumbai_OriginTransfer_filter; + stagingmumbai_Relayer: stagingmumbai_Relayer; + stagingmumbai_RelayerFee: stagingmumbai_RelayerFee; + stagingmumbai_RelayerFee_filter: stagingmumbai_RelayerFee_filter; + stagingmumbai_RelayerFeesIncrease: stagingmumbai_RelayerFeesIncrease; + stagingmumbai_RelayerFeesIncrease_filter: stagingmumbai_RelayerFeesIncrease_filter; + stagingmumbai_Relayer_filter: stagingmumbai_Relayer_filter; + stagingmumbai_RootCount: stagingmumbai_RootCount; + stagingmumbai_RootCount_filter: stagingmumbai_RootCount_filter; + stagingmumbai_RootMessageSent: stagingmumbai_RootMessageSent; + stagingmumbai_RootMessageSent_filter: stagingmumbai_RootMessageSent_filter; + stagingmumbai_Router: stagingmumbai_Router; + stagingmumbai_RouterDailyTVL: stagingmumbai_RouterDailyTVL; + stagingmumbai_RouterDailyTVL_filter: stagingmumbai_RouterDailyTVL_filter; + stagingmumbai_Router_filter: stagingmumbai_Router_filter; + stagingmumbai_Sequencer: stagingmumbai_Sequencer; + stagingmumbai_Sequencer_filter: stagingmumbai_Sequencer_filter; + stagingmumbai_Setting: stagingmumbai_Setting; + stagingmumbai_Setting_filter: stagingmumbai_Setting_filter; + stagingmumbai_SlippageUpdate: stagingmumbai_SlippageUpdate; + stagingmumbai_SlippageUpdate_filter: stagingmumbai_SlippageUpdate_filter; + stagingmumbai_SnapshotRoot: stagingmumbai_SnapshotRoot; + stagingmumbai_SnapshotRoot_filter: stagingmumbai_SnapshotRoot_filter; + stagingmumbai_SpokeConnectorMode: stagingmumbai_SpokeConnectorMode; + stagingmumbai_SpokeConnectorMode_filter: stagingmumbai_SpokeConnectorMode_filter; + stagingmumbai__Block_: stagingmumbai__Block_; + stagingmumbai__Meta_: stagingmumbai__Meta_; arbitrumgoerli_AggregateRoot: arbitrumgoerli_AggregateRoot; arbitrumgoerli_AggregateRoot_filter: arbitrumgoerli_AggregateRoot_filter; arbitrumgoerli_Asset: arbitrumgoerli_Asset; @@ -110821,6 +110811,147 @@ export type ResolversParentTypes = ResolversObject<{ arbitrumgoerli_SlippageUpdate_filter: arbitrumgoerli_SlippageUpdate_filter; arbitrumgoerli__Block_: arbitrumgoerli__Block_; arbitrumgoerli__Meta_: arbitrumgoerli__Meta_; + mumbai_AggregateRoot: mumbai_AggregateRoot; + mumbai_AggregateRoot_filter: mumbai_AggregateRoot_filter; + mumbai_Asset: mumbai_Asset; + mumbai_AssetBalance: mumbai_AssetBalance; + mumbai_AssetBalance_filter: mumbai_AssetBalance_filter; + mumbai_AssetStatus: mumbai_AssetStatus; + mumbai_AssetStatus_filter: mumbai_AssetStatus_filter; + mumbai_Asset_filter: mumbai_Asset_filter; + mumbai_BigDecimal: Scalars['mumbai_BigDecimal']; + mumbai_BlockChangedFilter: mumbai_BlockChangedFilter; + mumbai_Block_height: mumbai_Block_height; + mumbai_Bytes: Scalars['mumbai_Bytes']; + mumbai_ConnectorMeta: mumbai_ConnectorMeta; + mumbai_ConnectorMeta_filter: mumbai_ConnectorMeta_filter; + mumbai_DestinationTransfer: mumbai_DestinationTransfer; + mumbai_DestinationTransfer_filter: mumbai_DestinationTransfer_filter; + mumbai_Int8: Scalars['mumbai_Int8']; + mumbai_OriginMessage: mumbai_OriginMessage; + mumbai_OriginMessage_filter: mumbai_OriginMessage_filter; + mumbai_OriginTransfer: mumbai_OriginTransfer; + mumbai_OriginTransfer_filter: mumbai_OriginTransfer_filter; + mumbai_Relayer: mumbai_Relayer; + mumbai_RelayerFee: mumbai_RelayerFee; + mumbai_RelayerFee_filter: mumbai_RelayerFee_filter; + mumbai_RelayerFeesIncrease: mumbai_RelayerFeesIncrease; + mumbai_RelayerFeesIncrease_filter: mumbai_RelayerFeesIncrease_filter; + mumbai_Relayer_filter: mumbai_Relayer_filter; + mumbai_RootCount: mumbai_RootCount; + mumbai_RootCount_filter: mumbai_RootCount_filter; + mumbai_RootMessageSent: mumbai_RootMessageSent; + mumbai_RootMessageSent_filter: mumbai_RootMessageSent_filter; + mumbai_Router: mumbai_Router; + mumbai_RouterDailyTVL: mumbai_RouterDailyTVL; + mumbai_RouterDailyTVL_filter: mumbai_RouterDailyTVL_filter; + mumbai_RouterLiquidityEvent: mumbai_RouterLiquidityEvent; + mumbai_RouterLiquidityEvent_filter: mumbai_RouterLiquidityEvent_filter; + mumbai_Router_filter: mumbai_Router_filter; + mumbai_Sequencer: mumbai_Sequencer; + mumbai_Sequencer_filter: mumbai_Sequencer_filter; + mumbai_Setting: mumbai_Setting; + mumbai_Setting_filter: mumbai_Setting_filter; + mumbai_SlippageUpdate: mumbai_SlippageUpdate; + mumbai_SlippageUpdate_filter: mumbai_SlippageUpdate_filter; + mumbai__Block_: mumbai__Block_; + mumbai__Meta_: mumbai__Meta_; + xdai_AggregateRoot: xdai_AggregateRoot; + xdai_AggregateRoot_filter: xdai_AggregateRoot_filter; + xdai_Asset: xdai_Asset; + xdai_AssetBalance: xdai_AssetBalance; + xdai_AssetBalance_filter: xdai_AssetBalance_filter; + xdai_AssetStatus: xdai_AssetStatus; + xdai_AssetStatus_filter: xdai_AssetStatus_filter; + xdai_Asset_filter: xdai_Asset_filter; + xdai_BigDecimal: Scalars['xdai_BigDecimal']; + xdai_BlockChangedFilter: xdai_BlockChangedFilter; + xdai_Block_height: xdai_Block_height; + xdai_Bytes: Scalars['xdai_Bytes']; + xdai_ConnectorMeta: xdai_ConnectorMeta; + xdai_ConnectorMeta_filter: xdai_ConnectorMeta_filter; + xdai_DestinationTransfer: xdai_DestinationTransfer; + xdai_DestinationTransfer_filter: xdai_DestinationTransfer_filter; + xdai_Int8: Scalars['xdai_Int8']; + xdai_OriginMessage: xdai_OriginMessage; + xdai_OriginMessage_filter: xdai_OriginMessage_filter; + xdai_OriginTransfer: xdai_OriginTransfer; + xdai_OriginTransfer_filter: xdai_OriginTransfer_filter; + xdai_Relayer: xdai_Relayer; + xdai_RelayerFee: xdai_RelayerFee; + xdai_RelayerFee_filter: xdai_RelayerFee_filter; + xdai_RelayerFeesIncrease: xdai_RelayerFeesIncrease; + xdai_RelayerFeesIncrease_filter: xdai_RelayerFeesIncrease_filter; + xdai_Relayer_filter: xdai_Relayer_filter; + xdai_RootCount: xdai_RootCount; + xdai_RootCount_filter: xdai_RootCount_filter; + xdai_RootMessageSent: xdai_RootMessageSent; + xdai_RootMessageSent_filter: xdai_RootMessageSent_filter; + xdai_Router: xdai_Router; + xdai_RouterDailyTVL: xdai_RouterDailyTVL; + xdai_RouterDailyTVL_filter: xdai_RouterDailyTVL_filter; + xdai_RouterLiquidityEvent: xdai_RouterLiquidityEvent; + xdai_RouterLiquidityEvent_filter: xdai_RouterLiquidityEvent_filter; + xdai_Router_filter: xdai_Router_filter; + xdai_Sequencer: xdai_Sequencer; + xdai_Sequencer_filter: xdai_Sequencer_filter; + xdai_Setting: xdai_Setting; + xdai_Setting_filter: xdai_Setting_filter; + xdai_SlippageUpdate: xdai_SlippageUpdate; + xdai_SlippageUpdate_filter: xdai_SlippageUpdate_filter; + xdai__Block_: xdai__Block_; + xdai__Meta_: xdai__Meta_; + localarbitrumone_AggregateRoot: localarbitrumone_AggregateRoot; + localarbitrumone_AggregateRootProposed: localarbitrumone_AggregateRootProposed; + localarbitrumone_AggregateRootProposed_filter: localarbitrumone_AggregateRootProposed_filter; + localarbitrumone_AggregateRoot_filter: localarbitrumone_AggregateRoot_filter; + localarbitrumone_Asset: localarbitrumone_Asset; + localarbitrumone_AssetBalance: localarbitrumone_AssetBalance; + localarbitrumone_AssetBalance_filter: localarbitrumone_AssetBalance_filter; + localarbitrumone_AssetStatus: localarbitrumone_AssetStatus; + localarbitrumone_AssetStatus_filter: localarbitrumone_AssetStatus_filter; + localarbitrumone_Asset_filter: localarbitrumone_Asset_filter; + localarbitrumone_BigDecimal: Scalars['localarbitrumone_BigDecimal']; + localarbitrumone_BlockChangedFilter: localarbitrumone_BlockChangedFilter; + localarbitrumone_Block_height: localarbitrumone_Block_height; + localarbitrumone_Bytes: Scalars['localarbitrumone_Bytes']; + localarbitrumone_ConnectorMeta: localarbitrumone_ConnectorMeta; + localarbitrumone_ConnectorMeta_filter: localarbitrumone_ConnectorMeta_filter; + localarbitrumone_DestinationTransfer: localarbitrumone_DestinationTransfer; + localarbitrumone_DestinationTransfer_filter: localarbitrumone_DestinationTransfer_filter; + localarbitrumone_Int8: Scalars['localarbitrumone_Int8']; + localarbitrumone_OptimisticRootFinalized: localarbitrumone_OptimisticRootFinalized; + localarbitrumone_OptimisticRootFinalized_filter: localarbitrumone_OptimisticRootFinalized_filter; + localarbitrumone_OriginMessage: localarbitrumone_OriginMessage; + localarbitrumone_OriginMessage_filter: localarbitrumone_OriginMessage_filter; + localarbitrumone_OriginTransfer: localarbitrumone_OriginTransfer; + localarbitrumone_OriginTransfer_filter: localarbitrumone_OriginTransfer_filter; + localarbitrumone_Relayer: localarbitrumone_Relayer; + localarbitrumone_RelayerFee: localarbitrumone_RelayerFee; + localarbitrumone_RelayerFee_filter: localarbitrumone_RelayerFee_filter; + localarbitrumone_RelayerFeesIncrease: localarbitrumone_RelayerFeesIncrease; + localarbitrumone_RelayerFeesIncrease_filter: localarbitrumone_RelayerFeesIncrease_filter; + localarbitrumone_Relayer_filter: localarbitrumone_Relayer_filter; + localarbitrumone_RootCount: localarbitrumone_RootCount; + localarbitrumone_RootCount_filter: localarbitrumone_RootCount_filter; + localarbitrumone_RootMessageSent: localarbitrumone_RootMessageSent; + localarbitrumone_RootMessageSent_filter: localarbitrumone_RootMessageSent_filter; + localarbitrumone_Router: localarbitrumone_Router; + localarbitrumone_RouterDailyTVL: localarbitrumone_RouterDailyTVL; + localarbitrumone_RouterDailyTVL_filter: localarbitrumone_RouterDailyTVL_filter; + localarbitrumone_Router_filter: localarbitrumone_Router_filter; + localarbitrumone_Sequencer: localarbitrumone_Sequencer; + localarbitrumone_Sequencer_filter: localarbitrumone_Sequencer_filter; + localarbitrumone_Setting: localarbitrumone_Setting; + localarbitrumone_Setting_filter: localarbitrumone_Setting_filter; + localarbitrumone_SlippageUpdate: localarbitrumone_SlippageUpdate; + localarbitrumone_SlippageUpdate_filter: localarbitrumone_SlippageUpdate_filter; + localarbitrumone_SnapshotRoot: localarbitrumone_SnapshotRoot; + localarbitrumone_SnapshotRoot_filter: localarbitrumone_SnapshotRoot_filter; + localarbitrumone_SpokeConnectorMode: localarbitrumone_SpokeConnectorMode; + localarbitrumone_SpokeConnectorMode_filter: localarbitrumone_SpokeConnectorMode_filter; + localarbitrumone__Block_: localarbitrumone__Block_; + localarbitrumone__Meta_: localarbitrumone__Meta_; bnb_AggregateRoot: bnb_AggregateRoot; bnb_AggregateRoot_filter: bnb_AggregateRoot_filter; bnb_Asset: bnb_Asset; @@ -110866,6 +110997,145 @@ export type ResolversParentTypes = ResolversObject<{ bnb_SlippageUpdate_filter: bnb_SlippageUpdate_filter; bnb__Block_: bnb__Block_; bnb__Meta_: bnb__Meta_; + linea_AggregateRoot: linea_AggregateRoot; + linea_AggregateRoot_filter: linea_AggregateRoot_filter; + linea_Asset: linea_Asset; + linea_AssetBalance: linea_AssetBalance; + linea_AssetBalance_filter: linea_AssetBalance_filter; + linea_AssetStatus: linea_AssetStatus; + linea_AssetStatus_filter: linea_AssetStatus_filter; + linea_Asset_filter: linea_Asset_filter; + linea_BigDecimal: Scalars['linea_BigDecimal']; + linea_BlockChangedFilter: linea_BlockChangedFilter; + linea_Block_height: linea_Block_height; + linea_Bytes: Scalars['linea_Bytes']; + linea_ConnectorMeta: linea_ConnectorMeta; + linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; + linea_DestinationTransfer: linea_DestinationTransfer; + linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; + linea_OriginMessage: linea_OriginMessage; + linea_OriginMessage_filter: linea_OriginMessage_filter; + linea_OriginTransfer: linea_OriginTransfer; + linea_OriginTransfer_filter: linea_OriginTransfer_filter; + linea_Relayer: linea_Relayer; + linea_RelayerFee: linea_RelayerFee; + linea_RelayerFee_filter: linea_RelayerFee_filter; + linea_RelayerFeesIncrease: linea_RelayerFeesIncrease; + linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; + linea_Relayer_filter: linea_Relayer_filter; + linea_RootCount: linea_RootCount; + linea_RootCount_filter: linea_RootCount_filter; + linea_RootMessageSent: linea_RootMessageSent; + linea_RootMessageSent_filter: linea_RootMessageSent_filter; + linea_Router: linea_Router; + linea_RouterDailyTVL: linea_RouterDailyTVL; + linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; + linea_RouterLiquidityEvent: linea_RouterLiquidityEvent; + linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; + linea_Router_filter: linea_Router_filter; + linea_Sequencer: linea_Sequencer; + linea_Sequencer_filter: linea_Sequencer_filter; + linea_Setting: linea_Setting; + linea_Setting_filter: linea_Setting_filter; + linea_SlippageUpdate: linea_SlippageUpdate; + linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; + linea__Block_: linea__Block_; + linea__Meta_: linea__Meta_; + localmainnet_AggregateRoot: localmainnet_AggregateRoot; + localmainnet_AggregateRootProposed: localmainnet_AggregateRootProposed; + localmainnet_AggregateRootProposed_filter: localmainnet_AggregateRootProposed_filter; + localmainnet_AggregateRoot_filter: localmainnet_AggregateRoot_filter; + localmainnet_Asset: localmainnet_Asset; + localmainnet_AssetBalance: localmainnet_AssetBalance; + localmainnet_AssetBalance_filter: localmainnet_AssetBalance_filter; + localmainnet_AssetStatus: localmainnet_AssetStatus; + localmainnet_AssetStatus_filter: localmainnet_AssetStatus_filter; + localmainnet_Asset_filter: localmainnet_Asset_filter; + localmainnet_ConnectorMeta: localmainnet_ConnectorMeta; + localmainnet_ConnectorMeta_filter: localmainnet_ConnectorMeta_filter; + localmainnet_DestinationTransfer: localmainnet_DestinationTransfer; + localmainnet_DestinationTransfer_filter: localmainnet_DestinationTransfer_filter; + localmainnet_OptimisticRootFinalized: localmainnet_OptimisticRootFinalized; + localmainnet_OptimisticRootFinalized_filter: localmainnet_OptimisticRootFinalized_filter; + localmainnet_OriginMessage: localmainnet_OriginMessage; + localmainnet_OriginMessage_filter: localmainnet_OriginMessage_filter; + localmainnet_OriginTransfer: localmainnet_OriginTransfer; + localmainnet_OriginTransfer_filter: localmainnet_OriginTransfer_filter; + localmainnet_Relayer: localmainnet_Relayer; + localmainnet_RelayerFee: localmainnet_RelayerFee; + localmainnet_RelayerFee_filter: localmainnet_RelayerFee_filter; + localmainnet_RelayerFeesIncrease: localmainnet_RelayerFeesIncrease; + localmainnet_RelayerFeesIncrease_filter: localmainnet_RelayerFeesIncrease_filter; + localmainnet_Relayer_filter: localmainnet_Relayer_filter; + localmainnet_RootCount: localmainnet_RootCount; + localmainnet_RootCount_filter: localmainnet_RootCount_filter; + localmainnet_RootMessageSent: localmainnet_RootMessageSent; + localmainnet_RootMessageSent_filter: localmainnet_RootMessageSent_filter; + localmainnet_Router: localmainnet_Router; + localmainnet_RouterDailyTVL: localmainnet_RouterDailyTVL; + localmainnet_RouterDailyTVL_filter: localmainnet_RouterDailyTVL_filter; + localmainnet_Router_filter: localmainnet_Router_filter; + localmainnet_Sequencer: localmainnet_Sequencer; + localmainnet_Sequencer_filter: localmainnet_Sequencer_filter; + localmainnet_Setting: localmainnet_Setting; + localmainnet_Setting_filter: localmainnet_Setting_filter; + localmainnet_SlippageUpdate: localmainnet_SlippageUpdate; + localmainnet_SlippageUpdate_filter: localmainnet_SlippageUpdate_filter; + localmainnet_SnapshotRoot: localmainnet_SnapshotRoot; + localmainnet_SnapshotRoot_filter: localmainnet_SnapshotRoot_filter; + localmainnet_SpokeConnectorMode: localmainnet_SpokeConnectorMode; + localmainnet_SpokeConnectorMode_filter: localmainnet_SpokeConnectorMode_filter; + localoptimism_AggregateRoot: localoptimism_AggregateRoot; + localoptimism_AggregateRootProposed: localoptimism_AggregateRootProposed; + localoptimism_AggregateRootProposed_filter: localoptimism_AggregateRootProposed_filter; + localoptimism_AggregateRoot_filter: localoptimism_AggregateRoot_filter; + localoptimism_Asset: localoptimism_Asset; + localoptimism_AssetBalance: localoptimism_AssetBalance; + localoptimism_AssetBalance_filter: localoptimism_AssetBalance_filter; + localoptimism_AssetStatus: localoptimism_AssetStatus; + localoptimism_AssetStatus_filter: localoptimism_AssetStatus_filter; + localoptimism_Asset_filter: localoptimism_Asset_filter; + localoptimism_BigDecimal: Scalars['localoptimism_BigDecimal']; + localoptimism_BlockChangedFilter: localoptimism_BlockChangedFilter; + localoptimism_Block_height: localoptimism_Block_height; + localoptimism_Bytes: Scalars['localoptimism_Bytes']; + localoptimism_ConnectorMeta: localoptimism_ConnectorMeta; + localoptimism_ConnectorMeta_filter: localoptimism_ConnectorMeta_filter; + localoptimism_DestinationTransfer: localoptimism_DestinationTransfer; + localoptimism_DestinationTransfer_filter: localoptimism_DestinationTransfer_filter; + localoptimism_Int8: Scalars['localoptimism_Int8']; + localoptimism_OptimisticRootFinalized: localoptimism_OptimisticRootFinalized; + localoptimism_OptimisticRootFinalized_filter: localoptimism_OptimisticRootFinalized_filter; + localoptimism_OriginMessage: localoptimism_OriginMessage; + localoptimism_OriginMessage_filter: localoptimism_OriginMessage_filter; + localoptimism_OriginTransfer: localoptimism_OriginTransfer; + localoptimism_OriginTransfer_filter: localoptimism_OriginTransfer_filter; + localoptimism_Relayer: localoptimism_Relayer; + localoptimism_RelayerFee: localoptimism_RelayerFee; + localoptimism_RelayerFee_filter: localoptimism_RelayerFee_filter; + localoptimism_RelayerFeesIncrease: localoptimism_RelayerFeesIncrease; + localoptimism_RelayerFeesIncrease_filter: localoptimism_RelayerFeesIncrease_filter; + localoptimism_Relayer_filter: localoptimism_Relayer_filter; + localoptimism_RootCount: localoptimism_RootCount; + localoptimism_RootCount_filter: localoptimism_RootCount_filter; + localoptimism_RootMessageSent: localoptimism_RootMessageSent; + localoptimism_RootMessageSent_filter: localoptimism_RootMessageSent_filter; + localoptimism_Router: localoptimism_Router; + localoptimism_RouterDailyTVL: localoptimism_RouterDailyTVL; + localoptimism_RouterDailyTVL_filter: localoptimism_RouterDailyTVL_filter; + localoptimism_Router_filter: localoptimism_Router_filter; + localoptimism_Sequencer: localoptimism_Sequencer; + localoptimism_Sequencer_filter: localoptimism_Sequencer_filter; + localoptimism_Setting: localoptimism_Setting; + localoptimism_Setting_filter: localoptimism_Setting_filter; + localoptimism_SlippageUpdate: localoptimism_SlippageUpdate; + localoptimism_SlippageUpdate_filter: localoptimism_SlippageUpdate_filter; + localoptimism_SnapshotRoot: localoptimism_SnapshotRoot; + localoptimism_SnapshotRoot_filter: localoptimism_SnapshotRoot_filter; + localoptimism_SpokeConnectorMode: localoptimism_SpokeConnectorMode; + localoptimism_SpokeConnectorMode_filter: localoptimism_SpokeConnectorMode_filter; + localoptimism__Block_: localoptimism__Block_; + localoptimism__Meta_: localoptimism__Meta_; mainnet_AggregateRoot: mainnet_AggregateRoot; mainnet_AggregateRoot_filter: mainnet_AggregateRoot_filter; mainnet_Asset: mainnet_Asset; @@ -110880,75 +111150,30 @@ export type ResolversParentTypes = ResolversObject<{ mainnet_DestinationTransfer_filter: mainnet_DestinationTransfer_filter; mainnet_OriginMessage: mainnet_OriginMessage; mainnet_OriginMessage_filter: mainnet_OriginMessage_filter; - mainnet_OriginTransfer: mainnet_OriginTransfer; - mainnet_OriginTransfer_filter: mainnet_OriginTransfer_filter; - mainnet_Relayer: mainnet_Relayer; - mainnet_RelayerFee: mainnet_RelayerFee; - mainnet_RelayerFee_filter: mainnet_RelayerFee_filter; - mainnet_RelayerFeesIncrease: mainnet_RelayerFeesIncrease; - mainnet_RelayerFeesIncrease_filter: mainnet_RelayerFeesIncrease_filter; - mainnet_Relayer_filter: mainnet_Relayer_filter; - mainnet_RootCount: mainnet_RootCount; - mainnet_RootCount_filter: mainnet_RootCount_filter; - mainnet_RootMessageSent: mainnet_RootMessageSent; - mainnet_RootMessageSent_filter: mainnet_RootMessageSent_filter; - mainnet_Router: mainnet_Router; - mainnet_RouterDailyTVL: mainnet_RouterDailyTVL; - mainnet_RouterDailyTVL_filter: mainnet_RouterDailyTVL_filter; - mainnet_RouterLiquidityEvent: mainnet_RouterLiquidityEvent; - mainnet_RouterLiquidityEvent_filter: mainnet_RouterLiquidityEvent_filter; - mainnet_Router_filter: mainnet_Router_filter; - mainnet_Sequencer: mainnet_Sequencer; - mainnet_Sequencer_filter: mainnet_Sequencer_filter; - mainnet_Setting: mainnet_Setting; - mainnet_Setting_filter: mainnet_Setting_filter; - mainnet_SlippageUpdate: mainnet_SlippageUpdate; - mainnet_SlippageUpdate_filter: mainnet_SlippageUpdate_filter; - polygon_AggregateRoot: polygon_AggregateRoot; - polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; - polygon_Asset: polygon_Asset; - polygon_AssetBalance: polygon_AssetBalance; - polygon_AssetBalance_filter: polygon_AssetBalance_filter; - polygon_AssetStatus: polygon_AssetStatus; - polygon_AssetStatus_filter: polygon_AssetStatus_filter; - polygon_Asset_filter: polygon_Asset_filter; - polygon_BigDecimal: Scalars['polygon_BigDecimal']; - polygon_BlockChangedFilter: polygon_BlockChangedFilter; - polygon_Block_height: polygon_Block_height; - polygon_Bytes: Scalars['polygon_Bytes']; - polygon_ConnectorMeta: polygon_ConnectorMeta; - polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; - polygon_DestinationTransfer: polygon_DestinationTransfer; - polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; - polygon_Int8: Scalars['polygon_Int8']; - polygon_OriginMessage: polygon_OriginMessage; - polygon_OriginMessage_filter: polygon_OriginMessage_filter; - polygon_OriginTransfer: polygon_OriginTransfer; - polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; - polygon_Relayer: polygon_Relayer; - polygon_RelayerFee: polygon_RelayerFee; - polygon_RelayerFee_filter: polygon_RelayerFee_filter; - polygon_RelayerFeesIncrease: polygon_RelayerFeesIncrease; - polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; - polygon_Relayer_filter: polygon_Relayer_filter; - polygon_RootCount: polygon_RootCount; - polygon_RootCount_filter: polygon_RootCount_filter; - polygon_RootMessageSent: polygon_RootMessageSent; - polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; - polygon_Router: polygon_Router; - polygon_RouterDailyTVL: polygon_RouterDailyTVL; - polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; - polygon_RouterLiquidityEvent: polygon_RouterLiquidityEvent; - polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; - polygon_Router_filter: polygon_Router_filter; - polygon_Sequencer: polygon_Sequencer; - polygon_Sequencer_filter: polygon_Sequencer_filter; - polygon_Setting: polygon_Setting; - polygon_Setting_filter: polygon_Setting_filter; - polygon_SlippageUpdate: polygon_SlippageUpdate; - polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; - polygon__Block_: polygon__Block_; - polygon__Meta_: polygon__Meta_; + mainnet_OriginTransfer: mainnet_OriginTransfer; + mainnet_OriginTransfer_filter: mainnet_OriginTransfer_filter; + mainnet_Relayer: mainnet_Relayer; + mainnet_RelayerFee: mainnet_RelayerFee; + mainnet_RelayerFee_filter: mainnet_RelayerFee_filter; + mainnet_RelayerFeesIncrease: mainnet_RelayerFeesIncrease; + mainnet_RelayerFeesIncrease_filter: mainnet_RelayerFeesIncrease_filter; + mainnet_Relayer_filter: mainnet_Relayer_filter; + mainnet_RootCount: mainnet_RootCount; + mainnet_RootCount_filter: mainnet_RootCount_filter; + mainnet_RootMessageSent: mainnet_RootMessageSent; + mainnet_RootMessageSent_filter: mainnet_RootMessageSent_filter; + mainnet_Router: mainnet_Router; + mainnet_RouterDailyTVL: mainnet_RouterDailyTVL; + mainnet_RouterDailyTVL_filter: mainnet_RouterDailyTVL_filter; + mainnet_RouterLiquidityEvent: mainnet_RouterLiquidityEvent; + mainnet_RouterLiquidityEvent_filter: mainnet_RouterLiquidityEvent_filter; + mainnet_Router_filter: mainnet_Router_filter; + mainnet_Sequencer: mainnet_Sequencer; + mainnet_Sequencer_filter: mainnet_Sequencer_filter; + mainnet_Setting: mainnet_Setting; + mainnet_Setting_filter: mainnet_Setting_filter; + mainnet_SlippageUpdate: mainnet_SlippageUpdate; + mainnet_SlippageUpdate_filter: mainnet_SlippageUpdate_filter; arbitrumone_AggregateRoot: arbitrumone_AggregateRoot; arbitrumone_AggregateRoot_filter: arbitrumone_AggregateRoot_filter; arbitrumone_Asset: arbitrumone_Asset; @@ -110994,49 +111219,51 @@ export type ResolversParentTypes = ResolversObject<{ arbitrumone_SlippageUpdate_filter: arbitrumone_SlippageUpdate_filter; arbitrumone__Block_: arbitrumone__Block_; arbitrumone__Meta_: arbitrumone__Meta_; - optimism_AggregateRoot: optimism_AggregateRoot; - optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; - optimism_Asset: optimism_Asset; - optimism_AssetBalance: optimism_AssetBalance; - optimism_AssetBalance_filter: optimism_AssetBalance_filter; - optimism_AssetStatus: optimism_AssetStatus; - optimism_AssetStatus_filter: optimism_AssetStatus_filter; - optimism_Asset_filter: optimism_Asset_filter; - optimism_BigDecimal: Scalars['optimism_BigDecimal']; - optimism_BlockChangedFilter: optimism_BlockChangedFilter; - optimism_Block_height: optimism_Block_height; - optimism_Bytes: Scalars['optimism_Bytes']; - optimism_ConnectorMeta: optimism_ConnectorMeta; - optimism_ConnectorMeta_filter: optimism_ConnectorMeta_filter; - optimism_DestinationTransfer: optimism_DestinationTransfer; - optimism_DestinationTransfer_filter: optimism_DestinationTransfer_filter; - optimism_Int8: Scalars['optimism_Int8']; - optimism_OriginMessage: optimism_OriginMessage; - optimism_OriginMessage_filter: optimism_OriginMessage_filter; - optimism_OriginTransfer: optimism_OriginTransfer; - optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; - optimism_Relayer: optimism_Relayer; - optimism_RelayerFee: optimism_RelayerFee; - optimism_RelayerFee_filter: optimism_RelayerFee_filter; - optimism_RelayerFeesIncrease: optimism_RelayerFeesIncrease; - optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; - optimism_Relayer_filter: optimism_Relayer_filter; - optimism_RootCount: optimism_RootCount; - optimism_RootCount_filter: optimism_RootCount_filter; - optimism_RootMessageSent: optimism_RootMessageSent; - optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; - optimism_Router: optimism_Router; - optimism_RouterDailyTVL: optimism_RouterDailyTVL; - optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; - optimism_Router_filter: optimism_Router_filter; - optimism_Sequencer: optimism_Sequencer; - optimism_Sequencer_filter: optimism_Sequencer_filter; - optimism_Setting: optimism_Setting; - optimism_Setting_filter: optimism_Setting_filter; - optimism_SlippageUpdate: optimism_SlippageUpdate; - optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; - optimism__Block_: optimism__Block_; - optimism__Meta_: optimism__Meta_; + polygon_AggregateRoot: polygon_AggregateRoot; + polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; + polygon_Asset: polygon_Asset; + polygon_AssetBalance: polygon_AssetBalance; + polygon_AssetBalance_filter: polygon_AssetBalance_filter; + polygon_AssetStatus: polygon_AssetStatus; + polygon_AssetStatus_filter: polygon_AssetStatus_filter; + polygon_Asset_filter: polygon_Asset_filter; + polygon_BigDecimal: Scalars['polygon_BigDecimal']; + polygon_BlockChangedFilter: polygon_BlockChangedFilter; + polygon_Block_height: polygon_Block_height; + polygon_Bytes: Scalars['polygon_Bytes']; + polygon_ConnectorMeta: polygon_ConnectorMeta; + polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; + polygon_DestinationTransfer: polygon_DestinationTransfer; + polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; + polygon_Int8: Scalars['polygon_Int8']; + polygon_OriginMessage: polygon_OriginMessage; + polygon_OriginMessage_filter: polygon_OriginMessage_filter; + polygon_OriginTransfer: polygon_OriginTransfer; + polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; + polygon_Relayer: polygon_Relayer; + polygon_RelayerFee: polygon_RelayerFee; + polygon_RelayerFee_filter: polygon_RelayerFee_filter; + polygon_RelayerFeesIncrease: polygon_RelayerFeesIncrease; + polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; + polygon_Relayer_filter: polygon_Relayer_filter; + polygon_RootCount: polygon_RootCount; + polygon_RootCount_filter: polygon_RootCount_filter; + polygon_RootMessageSent: polygon_RootMessageSent; + polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; + polygon_Router: polygon_Router; + polygon_RouterDailyTVL: polygon_RouterDailyTVL; + polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; + polygon_RouterLiquidityEvent: polygon_RouterLiquidityEvent; + polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; + polygon_Router_filter: polygon_Router_filter; + polygon_Sequencer: polygon_Sequencer; + polygon_Sequencer_filter: polygon_Sequencer_filter; + polygon_Setting: polygon_Setting; + polygon_Setting_filter: polygon_Setting_filter; + polygon_SlippageUpdate: polygon_SlippageUpdate; + polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; + polygon__Block_: polygon__Block_; + polygon__Meta_: polygon__Meta_; }>; export type entityDirectiveArgs = { }; @@ -111056,60 +111283,6 @@ export type derivedFromDirectiveArgs = { export type derivedFromDirectiveResolver = DirectiveResolverFn; export type QueryResolvers = ResolversObject<{ - staginggoerli_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli__meta?: Resolver, ParentType, ContextType, Partial>; - testoptimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; goerli_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; goerli_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; goerli_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; @@ -111160,91 +111333,6 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; mainnet_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; mainnet__meta?: Resolver, ParentType, ContextType, Partial>; - testgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli__meta?: Resolver, ParentType, ContextType, Partial>; - arbitrumgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - mumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap__meta?: Resolver, ParentType, ContextType, Partial>; stagingoptimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -111278,6 +111366,25 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + testgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli__meta?: Resolver, ParentType, ContextType, Partial>; goerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; goerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; goerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -111311,41 +111418,25 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; goerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; goerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - localmainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet__meta?: Resolver, ParentType, ContextType, Partial>; + testoptimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; staginggoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; staginggoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; staginggoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -111379,6 +111470,138 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; staginggoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; staginggoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + stagingarbitrumgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + arbitrumgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + mumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap__meta?: Resolver, ParentType, ContextType, Partial>; + bnb_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap__meta?: Resolver, ParentType, ContextType, Partial>; stagingmumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; stagingmumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; stagingmumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -111412,6 +111635,74 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingmumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; stagingmumbai_swap__meta?: Resolver, ParentType, ContextType, Partial>; + xdai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap__meta?: Resolver, ParentType, ContextType, Partial>; + staginggoerli_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli__meta?: Resolver, ParentType, ContextType, Partial>; optimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; optimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; optimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -111445,45 +111736,6 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; optimismgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; optimismgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - linea_asset?: Resolver, ParentType, ContextType, RequireFields>; - linea_assets?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - linea_router?: Resolver, ParentType, ContextType, RequireFields>; - linea_routers?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_setting?: Resolver, ParentType, ContextType, RequireFields>; - linea_settings?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayer?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayers?: Resolver, ParentType, ContextType, RequireFields>; - linea_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - linea_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - linea_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - linea_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - linea_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - linea_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - linea_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - linea_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - linea_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - linea_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - linea_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - linea_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - linea_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - linea_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - linea__meta?: Resolver, ParentType, ContextType, Partial>; optimism_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; optimism_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; optimism_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -111517,6 +111769,39 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; optimism_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; optimism_swap__meta?: Resolver, ParentType, ContextType, Partial>; + arbitrumone_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap__meta?: Resolver, ParentType, ContextType, Partial>; polygon_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; polygon_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; polygon_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -111550,39 +111835,112 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; polygon_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; polygon_swap__meta?: Resolver, ParentType, ContextType, Partial>; - bnb_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap__meta?: Resolver, ParentType, ContextType, Partial>; + linea_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap__meta?: Resolver, ParentType, ContextType, Partial>; + goerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + goerli_router?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + goerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + goerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + goerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + goerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + goerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + goerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + goerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + goerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + goerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet__meta?: Resolver, ParentType, ContextType, Partial>; lineagoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; lineagoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; lineagoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -111620,222 +111978,45 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; lineagoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; lineagoerli__meta?: Resolver, ParentType, ContextType, Partial>; - stagingarbitrumgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - arbitrumone_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap__meta?: Resolver, ParentType, ContextType, Partial>; - xdai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap__meta?: Resolver, ParentType, ContextType, Partial>; - linea_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap__meta?: Resolver, ParentType, ContextType, Partial>; - stagingmumbai_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai__meta?: Resolver, ParentType, ContextType, Partial>; - optimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; + optimism_asset?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assets?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimism_router?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_setting?: Resolver, ParentType, ContextType, RequireFields>; + optimism_settings?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + optimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + optimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + optimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + optimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + optimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + optimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + optimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + optimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + optimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + optimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + optimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + optimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + optimism__meta?: Resolver, ParentType, ContextType, Partial>; staginggoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; staginggoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; staginggoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -111880,6 +112061,45 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; staginggoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; staginggoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; stagingoptimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -111925,256 +112145,6 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingoptimismgoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; stagingoptimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; - xdai_asset?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assets?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - xdai_router?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_setting?: Resolver, ParentType, ContextType, RequireFields>; - xdai_settings?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayer?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - xdai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - xdai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - xdai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - xdai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - xdai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - xdai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - xdai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - xdai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - xdai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - xdai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - xdai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - xdai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - xdai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - xdai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - xdai__meta?: Resolver, ParentType, ContextType, Partial>; - mumbai_asset?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assets?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_router?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_setting?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_settings?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayer?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - mumbai__meta?: Resolver, ParentType, ContextType, Partial>; - goerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - goerli_router?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - goerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - goerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - goerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - goerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - goerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - goerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - goerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - goerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - goerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_router?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_routers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_asset?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assets?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_router?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_routers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_setting?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_settings?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism__meta?: Resolver, ParentType, ContextType, Partial>; - localarbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; stagingarbitrumgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; stagingarbitrumgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; stagingarbitrumgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -112220,6 +112190,51 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingarbitrumgoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; stagingarbitrumgoerli__meta?: Resolver, ParentType, ContextType, Partial>; + stagingmumbai_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai__meta?: Resolver, ParentType, ContextType, Partial>; arbitrumgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; arbitrumgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; arbitrumgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -112259,6 +112274,129 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; arbitrumgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; arbitrumgoerli__meta?: Resolver, ParentType, ContextType, Partial>; + mumbai_asset?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assets?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_router?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_setting?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_settings?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayer?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + mumbai__meta?: Resolver, ParentType, ContextType, Partial>; + xdai_asset?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assets?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + xdai_router?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_setting?: Resolver, ParentType, ContextType, RequireFields>; + xdai_settings?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayer?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + xdai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + xdai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + xdai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + xdai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + xdai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + xdai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + xdai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + xdai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + xdai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + xdai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + xdai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + xdai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + xdai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + xdai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + xdai__meta?: Resolver, ParentType, ContextType, Partial>; + localarbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; bnb_asset?: Resolver, ParentType, ContextType, RequireFields>; bnb_assets?: Resolver, ParentType, ContextType, RequireFields>; bnb_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -112298,6 +112436,134 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; bnb_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; bnb__meta?: Resolver, ParentType, ContextType, Partial>; + linea_asset?: Resolver, ParentType, ContextType, RequireFields>; + linea_assets?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + linea_router?: Resolver, ParentType, ContextType, RequireFields>; + linea_routers?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_setting?: Resolver, ParentType, ContextType, RequireFields>; + linea_settings?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayer?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayers?: Resolver, ParentType, ContextType, RequireFields>; + linea_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + linea_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + linea_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + linea_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + linea_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + linea_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + linea_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + linea_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + linea_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + linea_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + linea_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + linea_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + linea_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + linea_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + linea__meta?: Resolver, ParentType, ContextType, Partial>; + localmainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_router?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_routers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_asset?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assets?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_router?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_routers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_setting?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_settings?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism__meta?: Resolver, ParentType, ContextType, Partial>; mainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; mainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; mainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -112336,45 +112602,6 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; mainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; mainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - polygon_asset?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assets?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - polygon_router?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_setting?: Resolver, ParentType, ContextType, RequireFields>; - polygon_settings?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayer?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - polygon_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - polygon_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygon_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygon_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - polygon_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - polygon_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - polygon_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - polygon_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - polygon_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - polygon_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - polygon_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - polygon_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - polygon_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - polygon_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - polygon__meta?: Resolver, ParentType, ContextType, Partial>; arbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; arbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; arbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -112414,100 +112641,48 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; arbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; arbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; - optimism_asset?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assets?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimism_router?: Resolver, ParentType, ContextType, RequireFields>; - optimism_routers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - optimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - optimism_setting?: Resolver, ParentType, ContextType, RequireFields>; - optimism_settings?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - optimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - optimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - optimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - optimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - optimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - optimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - optimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - optimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - optimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - optimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - optimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - optimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - optimism__meta?: Resolver, ParentType, ContextType, Partial>; + polygon_asset?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assets?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + polygon_router?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_setting?: Resolver, ParentType, ContextType, RequireFields>; + polygon_settings?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + polygon_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygon_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygon_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + polygon_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + polygon_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + polygon_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + polygon__meta?: Resolver, ParentType, ContextType, Partial>; }>; export type SubscriptionResolvers = ResolversObject<{ - staginggoerli_rootAggregated?: SubscriptionResolver, "staginggoerli_rootAggregated", ParentType, ContextType, RequireFields>; - staginggoerli_rootAggregateds?: SubscriptionResolver, "staginggoerli_rootAggregateds", ParentType, ContextType, RequireFields>; - staginggoerli_rootPropagated?: SubscriptionResolver, "staginggoerli_rootPropagated", ParentType, ContextType, RequireFields>; - staginggoerli_rootPropagateds?: SubscriptionResolver, "staginggoerli_rootPropagateds", ParentType, ContextType, RequireFields>; - staginggoerli_aggregatedMessageRoot?: SubscriptionResolver, "staginggoerli_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - staginggoerli_aggregatedMessageRoots?: SubscriptionResolver, "staginggoerli_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMeta?: SubscriptionResolver, "staginggoerli_rootManagerMeta", ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMetas?: SubscriptionResolver, "staginggoerli_rootManagerMetas", ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMode?: SubscriptionResolver, "staginggoerli_rootManagerMode", ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerModes?: SubscriptionResolver, "staginggoerli_rootManagerModes", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootProposed?: SubscriptionResolver, "staginggoerli_optimisticRootProposed", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootProposeds?: SubscriptionResolver, "staginggoerli_optimisticRootProposeds", ParentType, ContextType, RequireFields>; - staginggoerli_hubOptimisticRootFinalized?: SubscriptionResolver, "staginggoerli_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; - staginggoerli_hubOptimisticRootFinalizeds?: SubscriptionResolver, "staginggoerli_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootPropagated?: SubscriptionResolver, "staginggoerli_optimisticRootPropagated", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootPropagateds?: SubscriptionResolver, "staginggoerli_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; - staginggoerli_polygonConnectorMeta?: SubscriptionResolver, "staginggoerli_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_polygonConnectorMetas?: SubscriptionResolver, "staginggoerli_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_optimismConnectorMeta?: SubscriptionResolver, "staginggoerli_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_optimismConnectorMetas?: SubscriptionResolver, "staginggoerli_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_bnbConnectorMeta?: SubscriptionResolver, "staginggoerli_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_bnbConnectorMetas?: SubscriptionResolver, "staginggoerli_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_arbitrumConnectorMeta?: SubscriptionResolver, "staginggoerli_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_arbitrumConnectorMetas?: SubscriptionResolver, "staginggoerli_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_gnosisConnectorMeta?: SubscriptionResolver, "staginggoerli_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_gnosisConnectorMetas?: SubscriptionResolver, "staginggoerli_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_zkSyncConnectorMeta?: SubscriptionResolver, "staginggoerli_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_zkSyncConnectorMetas?: SubscriptionResolver, "staginggoerli_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageProcessed?: SubscriptionResolver, "staginggoerli_rootMessageProcessed", ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageProcesseds?: SubscriptionResolver, "staginggoerli_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootSavedSlow?: SubscriptionResolver, "staginggoerli_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootSavedSlows?: SubscriptionResolver, "staginggoerli_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; - staginggoerli_hubDomain?: SubscriptionResolver, "staginggoerli_hubDomain", ParentType, ContextType, RequireFields>; - staginggoerli_hubDomains?: SubscriptionResolver, "staginggoerli_hubDomains", ParentType, ContextType, RequireFields>; - staginggoerli__meta?: SubscriptionResolver, "staginggoerli__meta", ParentType, ContextType, Partial>; - testoptimismgoerli_asset?: SubscriptionResolver, "testoptimismgoerli_asset", ParentType, ContextType, RequireFields>; - testoptimismgoerli_assets?: SubscriptionResolver, "testoptimismgoerli_assets", ParentType, ContextType, RequireFields>; - testoptimismgoerli_assetBalance?: SubscriptionResolver, "testoptimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; - testoptimismgoerli_assetBalances?: SubscriptionResolver, "testoptimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; - testoptimismgoerli_router?: SubscriptionResolver, "testoptimismgoerli_router", ParentType, ContextType, RequireFields>; - testoptimismgoerli_routers?: SubscriptionResolver, "testoptimismgoerli_routers", ParentType, ContextType, RequireFields>; - testoptimismgoerli_setting?: SubscriptionResolver, "testoptimismgoerli_setting", ParentType, ContextType, RequireFields>; - testoptimismgoerli_settings?: SubscriptionResolver, "testoptimismgoerli_settings", ParentType, ContextType, RequireFields>; - testoptimismgoerli_relayer?: SubscriptionResolver, "testoptimismgoerli_relayer", ParentType, ContextType, RequireFields>; - testoptimismgoerli_relayers?: SubscriptionResolver, "testoptimismgoerli_relayers", ParentType, ContextType, RequireFields>; - testoptimismgoerli_stableSwap?: SubscriptionResolver, "testoptimismgoerli_stableSwap", ParentType, ContextType, RequireFields>; - testoptimismgoerli_stableSwaps?: SubscriptionResolver, "testoptimismgoerli_stableSwaps", ParentType, ContextType, RequireFields>; - testoptimismgoerli_sponsorVault?: SubscriptionResolver, "testoptimismgoerli_sponsorVault", ParentType, ContextType, RequireFields>; - testoptimismgoerli_sponsorVaults?: SubscriptionResolver, "testoptimismgoerli_sponsorVaults", ParentType, ContextType, RequireFields>; - testoptimismgoerli_originTransfer?: SubscriptionResolver, "testoptimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; - testoptimismgoerli_originTransfers?: SubscriptionResolver, "testoptimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; - testoptimismgoerli_destinationTransfer?: SubscriptionResolver, "testoptimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - testoptimismgoerli_destinationTransfers?: SubscriptionResolver, "testoptimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - testoptimismgoerli__meta?: SubscriptionResolver, "testoptimismgoerli__meta", ParentType, ContextType, Partial>; goerli_rootAggregated?: SubscriptionResolver, "goerli_rootAggregated", ParentType, ContextType, RequireFields>; goerli_rootAggregateds?: SubscriptionResolver, "goerli_rootAggregateds", ParentType, ContextType, RequireFields>; goerli_rootPropagated?: SubscriptionResolver, "goerli_rootPropagated", ParentType, ContextType, RequireFields>; @@ -112558,91 +112733,6 @@ export type SubscriptionResolvers, "mainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; mainnet_rootMessageProcesseds?: SubscriptionResolver, "mainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; mainnet__meta?: SubscriptionResolver, "mainnet__meta", ParentType, ContextType, Partial>; - testgoerli_asset?: SubscriptionResolver, "testgoerli_asset", ParentType, ContextType, RequireFields>; - testgoerli_assets?: SubscriptionResolver, "testgoerli_assets", ParentType, ContextType, RequireFields>; - testgoerli_assetBalance?: SubscriptionResolver, "testgoerli_assetBalance", ParentType, ContextType, RequireFields>; - testgoerli_assetBalances?: SubscriptionResolver, "testgoerli_assetBalances", ParentType, ContextType, RequireFields>; - testgoerli_router?: SubscriptionResolver, "testgoerli_router", ParentType, ContextType, RequireFields>; - testgoerli_routers?: SubscriptionResolver, "testgoerli_routers", ParentType, ContextType, RequireFields>; - testgoerli_setting?: SubscriptionResolver, "testgoerli_setting", ParentType, ContextType, RequireFields>; - testgoerli_settings?: SubscriptionResolver, "testgoerli_settings", ParentType, ContextType, RequireFields>; - testgoerli_relayer?: SubscriptionResolver, "testgoerli_relayer", ParentType, ContextType, RequireFields>; - testgoerli_relayers?: SubscriptionResolver, "testgoerli_relayers", ParentType, ContextType, RequireFields>; - testgoerli_stableSwap?: SubscriptionResolver, "testgoerli_stableSwap", ParentType, ContextType, RequireFields>; - testgoerli_stableSwaps?: SubscriptionResolver, "testgoerli_stableSwaps", ParentType, ContextType, RequireFields>; - testgoerli_sponsorVault?: SubscriptionResolver, "testgoerli_sponsorVault", ParentType, ContextType, RequireFields>; - testgoerli_sponsorVaults?: SubscriptionResolver, "testgoerli_sponsorVaults", ParentType, ContextType, RequireFields>; - testgoerli_originTransfer?: SubscriptionResolver, "testgoerli_originTransfer", ParentType, ContextType, RequireFields>; - testgoerli_originTransfers?: SubscriptionResolver, "testgoerli_originTransfers", ParentType, ContextType, RequireFields>; - testgoerli_destinationTransfer?: SubscriptionResolver, "testgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - testgoerli_destinationTransfers?: SubscriptionResolver, "testgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - testgoerli__meta?: SubscriptionResolver, "testgoerli__meta", ParentType, ContextType, Partial>; - arbitrumgoerli_swap_systemInfo?: SubscriptionResolver, "arbitrumgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_systemInfos?: SubscriptionResolver, "arbitrumgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_pooledToken?: SubscriptionResolver, "arbitrumgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_pooledTokens?: SubscriptionResolver, "arbitrumgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwap?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwaps?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccount?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccounts?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpToken?: SubscriptionResolver, "arbitrumgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTokens?: SubscriptionResolver, "arbitrumgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap__meta?: SubscriptionResolver, "arbitrumgoerli_swap__meta", ParentType, ContextType, Partial>; - mumbai_swap_systemInfo?: SubscriptionResolver, "mumbai_swap_systemInfo", ParentType, ContextType, RequireFields>; - mumbai_swap_systemInfos?: SubscriptionResolver, "mumbai_swap_systemInfos", ParentType, ContextType, RequireFields>; - mumbai_swap_pooledToken?: SubscriptionResolver, "mumbai_swap_pooledToken", ParentType, ContextType, RequireFields>; - mumbai_swap_pooledTokens?: SubscriptionResolver, "mumbai_swap_pooledTokens", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwap?: SubscriptionResolver, "mumbai_swap_stableSwap", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwaps?: SubscriptionResolver, "mumbai_swap_stableSwaps", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapExchange?: SubscriptionResolver, "mumbai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapExchanges?: SubscriptionResolver, "mumbai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - mumbai_swap_swapDailyVolume?: SubscriptionResolver, "mumbai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - mumbai_swap_swapDailyVolumes?: SubscriptionResolver, "mumbai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - mumbai_swap_swapHourlyVolume?: SubscriptionResolver, "mumbai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - mumbai_swap_swapHourlyVolumes?: SubscriptionResolver, "mumbai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - mumbai_swap_swapWeeklyVolume?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - mumbai_swap_swapWeeklyVolumes?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccount?: SubscriptionResolver, "mumbai_swap_lpAccount", ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccounts?: SubscriptionResolver, "mumbai_swap_lpAccounts", ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccountBalance?: SubscriptionResolver, "mumbai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccountBalances?: SubscriptionResolver, "mumbai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - mumbai_swap_lpToken?: SubscriptionResolver, "mumbai_swap_lpToken", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokens?: SubscriptionResolver, "mumbai_swap_lpTokens", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTransferEvent?: SubscriptionResolver, "mumbai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTransferEvents?: SubscriptionResolver, "mumbai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapEvent?: SubscriptionResolver, "mumbai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapEvents?: SubscriptionResolver, "mumbai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - mumbai_swap_swapTradeVolume?: SubscriptionResolver, "mumbai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - mumbai_swap_swapTradeVolumes?: SubscriptionResolver, "mumbai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokenEvent?: SubscriptionResolver, "mumbai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokenEvents?: SubscriptionResolver, "mumbai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - mumbai_swap__meta?: SubscriptionResolver, "mumbai_swap__meta", ParentType, ContextType, Partial>; stagingoptimismgoerli_swap_systemInfo?: SubscriptionResolver, "stagingoptimismgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; stagingoptimismgoerli_swap_systemInfos?: SubscriptionResolver, "stagingoptimismgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; stagingoptimismgoerli_swap_pooledToken?: SubscriptionResolver, "stagingoptimismgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; @@ -112676,6 +112766,25 @@ export type SubscriptionResolvers, "stagingoptimismgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; stagingoptimismgoerli_swap_lpTokenEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; stagingoptimismgoerli_swap__meta?: SubscriptionResolver, "stagingoptimismgoerli_swap__meta", ParentType, ContextType, Partial>; + testgoerli_asset?: SubscriptionResolver, "testgoerli_asset", ParentType, ContextType, RequireFields>; + testgoerli_assets?: SubscriptionResolver, "testgoerli_assets", ParentType, ContextType, RequireFields>; + testgoerli_assetBalance?: SubscriptionResolver, "testgoerli_assetBalance", ParentType, ContextType, RequireFields>; + testgoerli_assetBalances?: SubscriptionResolver, "testgoerli_assetBalances", ParentType, ContextType, RequireFields>; + testgoerli_router?: SubscriptionResolver, "testgoerli_router", ParentType, ContextType, RequireFields>; + testgoerli_routers?: SubscriptionResolver, "testgoerli_routers", ParentType, ContextType, RequireFields>; + testgoerli_setting?: SubscriptionResolver, "testgoerli_setting", ParentType, ContextType, RequireFields>; + testgoerli_settings?: SubscriptionResolver, "testgoerli_settings", ParentType, ContextType, RequireFields>; + testgoerli_relayer?: SubscriptionResolver, "testgoerli_relayer", ParentType, ContextType, RequireFields>; + testgoerli_relayers?: SubscriptionResolver, "testgoerli_relayers", ParentType, ContextType, RequireFields>; + testgoerli_stableSwap?: SubscriptionResolver, "testgoerli_stableSwap", ParentType, ContextType, RequireFields>; + testgoerli_stableSwaps?: SubscriptionResolver, "testgoerli_stableSwaps", ParentType, ContextType, RequireFields>; + testgoerli_sponsorVault?: SubscriptionResolver, "testgoerli_sponsorVault", ParentType, ContextType, RequireFields>; + testgoerli_sponsorVaults?: SubscriptionResolver, "testgoerli_sponsorVaults", ParentType, ContextType, RequireFields>; + testgoerli_originTransfer?: SubscriptionResolver, "testgoerli_originTransfer", ParentType, ContextType, RequireFields>; + testgoerli_originTransfers?: SubscriptionResolver, "testgoerli_originTransfers", ParentType, ContextType, RequireFields>; + testgoerli_destinationTransfer?: SubscriptionResolver, "testgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + testgoerli_destinationTransfers?: SubscriptionResolver, "testgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + testgoerli__meta?: SubscriptionResolver, "testgoerli__meta", ParentType, ContextType, Partial>; goerli_swap_systemInfo?: SubscriptionResolver, "goerli_swap_systemInfo", ParentType, ContextType, RequireFields>; goerli_swap_systemInfos?: SubscriptionResolver, "goerli_swap_systemInfos", ParentType, ContextType, RequireFields>; goerli_swap_pooledToken?: SubscriptionResolver, "goerli_swap_pooledToken", ParentType, ContextType, RequireFields>; @@ -112709,41 +112818,25 @@ export type SubscriptionResolvers, "goerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; goerli_swap_lpTokenEvents?: SubscriptionResolver, "goerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; goerli_swap__meta?: SubscriptionResolver, "goerli_swap__meta", ParentType, ContextType, Partial>; - localmainnet_rootAggregated?: SubscriptionResolver, "localmainnet_rootAggregated", ParentType, ContextType, RequireFields>; - localmainnet_rootAggregateds?: SubscriptionResolver, "localmainnet_rootAggregateds", ParentType, ContextType, RequireFields>; - localmainnet_rootPropagated?: SubscriptionResolver, "localmainnet_rootPropagated", ParentType, ContextType, RequireFields>; - localmainnet_rootPropagateds?: SubscriptionResolver, "localmainnet_rootPropagateds", ParentType, ContextType, RequireFields>; - localmainnet_aggregatedMessageRoot?: SubscriptionResolver, "localmainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - localmainnet_aggregatedMessageRoots?: SubscriptionResolver, "localmainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMeta?: SubscriptionResolver, "localmainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMetas?: SubscriptionResolver, "localmainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMode?: SubscriptionResolver, "localmainnet_rootManagerMode", ParentType, ContextType, RequireFields>; - localmainnet_rootManagerModes?: SubscriptionResolver, "localmainnet_rootManagerModes", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootProposed?: SubscriptionResolver, "localmainnet_optimisticRootProposed", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootProposeds?: SubscriptionResolver, "localmainnet_optimisticRootProposeds", ParentType, ContextType, RequireFields>; - localmainnet_hubOptimisticRootFinalized?: SubscriptionResolver, "localmainnet_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; - localmainnet_hubOptimisticRootFinalizeds?: SubscriptionResolver, "localmainnet_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootPropagated?: SubscriptionResolver, "localmainnet_optimisticRootPropagated", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootPropagateds?: SubscriptionResolver, "localmainnet_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; - localmainnet_polygonConnectorMeta?: SubscriptionResolver, "localmainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_polygonConnectorMetas?: SubscriptionResolver, "localmainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_optimismConnectorMeta?: SubscriptionResolver, "localmainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_optimismConnectorMetas?: SubscriptionResolver, "localmainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_bnbConnectorMeta?: SubscriptionResolver, "localmainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_bnbConnectorMetas?: SubscriptionResolver, "localmainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_arbitrumConnectorMeta?: SubscriptionResolver, "localmainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_arbitrumConnectorMetas?: SubscriptionResolver, "localmainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_gnosisConnectorMeta?: SubscriptionResolver, "localmainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_gnosisConnectorMetas?: SubscriptionResolver, "localmainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_zkSyncConnectorMeta?: SubscriptionResolver, "localmainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_zkSyncConnectorMetas?: SubscriptionResolver, "localmainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_rootMessageProcessed?: SubscriptionResolver, "localmainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; - localmainnet_rootMessageProcesseds?: SubscriptionResolver, "localmainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootSavedSlow?: SubscriptionResolver, "localmainnet_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootSavedSlows?: SubscriptionResolver, "localmainnet_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; - localmainnet_hubDomain?: SubscriptionResolver, "localmainnet_hubDomain", ParentType, ContextType, RequireFields>; - localmainnet_hubDomains?: SubscriptionResolver, "localmainnet_hubDomains", ParentType, ContextType, RequireFields>; - localmainnet__meta?: SubscriptionResolver, "localmainnet__meta", ParentType, ContextType, Partial>; + testoptimismgoerli_asset?: SubscriptionResolver, "testoptimismgoerli_asset", ParentType, ContextType, RequireFields>; + testoptimismgoerli_assets?: SubscriptionResolver, "testoptimismgoerli_assets", ParentType, ContextType, RequireFields>; + testoptimismgoerli_assetBalance?: SubscriptionResolver, "testoptimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; + testoptimismgoerli_assetBalances?: SubscriptionResolver, "testoptimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; + testoptimismgoerli_router?: SubscriptionResolver, "testoptimismgoerli_router", ParentType, ContextType, RequireFields>; + testoptimismgoerli_routers?: SubscriptionResolver, "testoptimismgoerli_routers", ParentType, ContextType, RequireFields>; + testoptimismgoerli_setting?: SubscriptionResolver, "testoptimismgoerli_setting", ParentType, ContextType, RequireFields>; + testoptimismgoerli_settings?: SubscriptionResolver, "testoptimismgoerli_settings", ParentType, ContextType, RequireFields>; + testoptimismgoerli_relayer?: SubscriptionResolver, "testoptimismgoerli_relayer", ParentType, ContextType, RequireFields>; + testoptimismgoerli_relayers?: SubscriptionResolver, "testoptimismgoerli_relayers", ParentType, ContextType, RequireFields>; + testoptimismgoerli_stableSwap?: SubscriptionResolver, "testoptimismgoerli_stableSwap", ParentType, ContextType, RequireFields>; + testoptimismgoerli_stableSwaps?: SubscriptionResolver, "testoptimismgoerli_stableSwaps", ParentType, ContextType, RequireFields>; + testoptimismgoerli_sponsorVault?: SubscriptionResolver, "testoptimismgoerli_sponsorVault", ParentType, ContextType, RequireFields>; + testoptimismgoerli_sponsorVaults?: SubscriptionResolver, "testoptimismgoerli_sponsorVaults", ParentType, ContextType, RequireFields>; + testoptimismgoerli_originTransfer?: SubscriptionResolver, "testoptimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; + testoptimismgoerli_originTransfers?: SubscriptionResolver, "testoptimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; + testoptimismgoerli_destinationTransfer?: SubscriptionResolver, "testoptimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + testoptimismgoerli_destinationTransfers?: SubscriptionResolver, "testoptimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + testoptimismgoerli__meta?: SubscriptionResolver, "testoptimismgoerli__meta", ParentType, ContextType, Partial>; staginggoerli_swap_systemInfo?: SubscriptionResolver, "staginggoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; staginggoerli_swap_systemInfos?: SubscriptionResolver, "staginggoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; staginggoerli_swap_pooledToken?: SubscriptionResolver, "staginggoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; @@ -112777,6 +112870,138 @@ export type SubscriptionResolvers, "staginggoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; staginggoerli_swap_lpTokenEvents?: SubscriptionResolver, "staginggoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; staginggoerli_swap__meta?: SubscriptionResolver, "staginggoerli_swap__meta", ParentType, ContextType, Partial>; + stagingarbitrumgoerli_swap_systemInfo?: SubscriptionResolver, "stagingarbitrumgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_systemInfos?: SubscriptionResolver, "stagingarbitrumgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_pooledToken?: SubscriptionResolver, "stagingarbitrumgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_pooledTokens?: SubscriptionResolver, "stagingarbitrumgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwap?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwaps?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapExchange?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapDailyVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccount?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccounts?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccountBalance?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccountBalances?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpToken?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTokens?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTransferEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTransferEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapTradeVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTokenEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTokenEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap__meta?: SubscriptionResolver, "stagingarbitrumgoerli_swap__meta", ParentType, ContextType, Partial>; + arbitrumgoerli_swap_systemInfo?: SubscriptionResolver, "arbitrumgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_systemInfos?: SubscriptionResolver, "arbitrumgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_pooledToken?: SubscriptionResolver, "arbitrumgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_pooledTokens?: SubscriptionResolver, "arbitrumgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwap?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwaps?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccount?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccounts?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpToken?: SubscriptionResolver, "arbitrumgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTokens?: SubscriptionResolver, "arbitrumgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap__meta?: SubscriptionResolver, "arbitrumgoerli_swap__meta", ParentType, ContextType, Partial>; + mumbai_swap_systemInfo?: SubscriptionResolver, "mumbai_swap_systemInfo", ParentType, ContextType, RequireFields>; + mumbai_swap_systemInfos?: SubscriptionResolver, "mumbai_swap_systemInfos", ParentType, ContextType, RequireFields>; + mumbai_swap_pooledToken?: SubscriptionResolver, "mumbai_swap_pooledToken", ParentType, ContextType, RequireFields>; + mumbai_swap_pooledTokens?: SubscriptionResolver, "mumbai_swap_pooledTokens", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwap?: SubscriptionResolver, "mumbai_swap_stableSwap", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwaps?: SubscriptionResolver, "mumbai_swap_stableSwaps", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchange?: SubscriptionResolver, "mumbai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchanges?: SubscriptionResolver, "mumbai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolume?: SubscriptionResolver, "mumbai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolumes?: SubscriptionResolver, "mumbai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolume?: SubscriptionResolver, "mumbai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolumes?: SubscriptionResolver, "mumbai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolume?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolumes?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccount?: SubscriptionResolver, "mumbai_swap_lpAccount", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccounts?: SubscriptionResolver, "mumbai_swap_lpAccounts", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalance?: SubscriptionResolver, "mumbai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalances?: SubscriptionResolver, "mumbai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + mumbai_swap_lpToken?: SubscriptionResolver, "mumbai_swap_lpToken", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokens?: SubscriptionResolver, "mumbai_swap_lpTokens", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvent?: SubscriptionResolver, "mumbai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvents?: SubscriptionResolver, "mumbai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvent?: SubscriptionResolver, "mumbai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvents?: SubscriptionResolver, "mumbai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolume?: SubscriptionResolver, "mumbai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolumes?: SubscriptionResolver, "mumbai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvent?: SubscriptionResolver, "mumbai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvents?: SubscriptionResolver, "mumbai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + mumbai_swap__meta?: SubscriptionResolver, "mumbai_swap__meta", ParentType, ContextType, Partial>; + bnb_swap_systemInfo?: SubscriptionResolver, "bnb_swap_systemInfo", ParentType, ContextType, RequireFields>; + bnb_swap_systemInfos?: SubscriptionResolver, "bnb_swap_systemInfos", ParentType, ContextType, RequireFields>; + bnb_swap_pooledToken?: SubscriptionResolver, "bnb_swap_pooledToken", ParentType, ContextType, RequireFields>; + bnb_swap_pooledTokens?: SubscriptionResolver, "bnb_swap_pooledTokens", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwap?: SubscriptionResolver, "bnb_swap_stableSwap", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwaps?: SubscriptionResolver, "bnb_swap_stableSwaps", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchange?: SubscriptionResolver, "bnb_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchanges?: SubscriptionResolver, "bnb_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolume?: SubscriptionResolver, "bnb_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolumes?: SubscriptionResolver, "bnb_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolume?: SubscriptionResolver, "bnb_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolumes?: SubscriptionResolver, "bnb_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolume?: SubscriptionResolver, "bnb_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolumes?: SubscriptionResolver, "bnb_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccount?: SubscriptionResolver, "bnb_swap_lpAccount", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccounts?: SubscriptionResolver, "bnb_swap_lpAccounts", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalance?: SubscriptionResolver, "bnb_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalances?: SubscriptionResolver, "bnb_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + bnb_swap_lpToken?: SubscriptionResolver, "bnb_swap_lpToken", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokens?: SubscriptionResolver, "bnb_swap_lpTokens", ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvent?: SubscriptionResolver, "bnb_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvents?: SubscriptionResolver, "bnb_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvent?: SubscriptionResolver, "bnb_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvents?: SubscriptionResolver, "bnb_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolume?: SubscriptionResolver, "bnb_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolumes?: SubscriptionResolver, "bnb_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvent?: SubscriptionResolver, "bnb_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvents?: SubscriptionResolver, "bnb_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + bnb_swap__meta?: SubscriptionResolver, "bnb_swap__meta", ParentType, ContextType, Partial>; stagingmumbai_swap_systemInfo?: SubscriptionResolver, "stagingmumbai_swap_systemInfo", ParentType, ContextType, RequireFields>; stagingmumbai_swap_systemInfos?: SubscriptionResolver, "stagingmumbai_swap_systemInfos", ParentType, ContextType, RequireFields>; stagingmumbai_swap_pooledToken?: SubscriptionResolver, "stagingmumbai_swap_pooledToken", ParentType, ContextType, RequireFields>; @@ -112810,6 +113035,74 @@ export type SubscriptionResolvers, "stagingmumbai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; stagingmumbai_swap_lpTokenEvents?: SubscriptionResolver, "stagingmumbai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; stagingmumbai_swap__meta?: SubscriptionResolver, "stagingmumbai_swap__meta", ParentType, ContextType, Partial>; + xdai_swap_systemInfo?: SubscriptionResolver, "xdai_swap_systemInfo", ParentType, ContextType, RequireFields>; + xdai_swap_systemInfos?: SubscriptionResolver, "xdai_swap_systemInfos", ParentType, ContextType, RequireFields>; + xdai_swap_pooledToken?: SubscriptionResolver, "xdai_swap_pooledToken", ParentType, ContextType, RequireFields>; + xdai_swap_pooledTokens?: SubscriptionResolver, "xdai_swap_pooledTokens", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwap?: SubscriptionResolver, "xdai_swap_stableSwap", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwaps?: SubscriptionResolver, "xdai_swap_stableSwaps", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapExchange?: SubscriptionResolver, "xdai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapExchanges?: SubscriptionResolver, "xdai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + xdai_swap_swapDailyVolume?: SubscriptionResolver, "xdai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + xdai_swap_swapDailyVolumes?: SubscriptionResolver, "xdai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + xdai_swap_swapHourlyVolume?: SubscriptionResolver, "xdai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + xdai_swap_swapHourlyVolumes?: SubscriptionResolver, "xdai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + xdai_swap_swapWeeklyVolume?: SubscriptionResolver, "xdai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + xdai_swap_swapWeeklyVolumes?: SubscriptionResolver, "xdai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + xdai_swap_lpAccount?: SubscriptionResolver, "xdai_swap_lpAccount", ParentType, ContextType, RequireFields>; + xdai_swap_lpAccounts?: SubscriptionResolver, "xdai_swap_lpAccounts", ParentType, ContextType, RequireFields>; + xdai_swap_lpAccountBalance?: SubscriptionResolver, "xdai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + xdai_swap_lpAccountBalances?: SubscriptionResolver, "xdai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + xdai_swap_lpToken?: SubscriptionResolver, "xdai_swap_lpToken", ParentType, ContextType, RequireFields>; + xdai_swap_lpTokens?: SubscriptionResolver, "xdai_swap_lpTokens", ParentType, ContextType, RequireFields>; + xdai_swap_lpTransferEvent?: SubscriptionResolver, "xdai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + xdai_swap_lpTransferEvents?: SubscriptionResolver, "xdai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapEvent?: SubscriptionResolver, "xdai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapEvents?: SubscriptionResolver, "xdai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + xdai_swap_swapTradeVolume?: SubscriptionResolver, "xdai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + xdai_swap_swapTradeVolumes?: SubscriptionResolver, "xdai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + xdai_swap_lpTokenEvent?: SubscriptionResolver, "xdai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + xdai_swap_lpTokenEvents?: SubscriptionResolver, "xdai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + xdai_swap__meta?: SubscriptionResolver, "xdai_swap__meta", ParentType, ContextType, Partial>; + staginggoerli_rootAggregated?: SubscriptionResolver, "staginggoerli_rootAggregated", ParentType, ContextType, RequireFields>; + staginggoerli_rootAggregateds?: SubscriptionResolver, "staginggoerli_rootAggregateds", ParentType, ContextType, RequireFields>; + staginggoerli_rootPropagated?: SubscriptionResolver, "staginggoerli_rootPropagated", ParentType, ContextType, RequireFields>; + staginggoerli_rootPropagateds?: SubscriptionResolver, "staginggoerli_rootPropagateds", ParentType, ContextType, RequireFields>; + staginggoerli_aggregatedMessageRoot?: SubscriptionResolver, "staginggoerli_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + staginggoerli_aggregatedMessageRoots?: SubscriptionResolver, "staginggoerli_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMeta?: SubscriptionResolver, "staginggoerli_rootManagerMeta", ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMetas?: SubscriptionResolver, "staginggoerli_rootManagerMetas", ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMode?: SubscriptionResolver, "staginggoerli_rootManagerMode", ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerModes?: SubscriptionResolver, "staginggoerli_rootManagerModes", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootProposed?: SubscriptionResolver, "staginggoerli_optimisticRootProposed", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootProposeds?: SubscriptionResolver, "staginggoerli_optimisticRootProposeds", ParentType, ContextType, RequireFields>; + staginggoerli_hubOptimisticRootFinalized?: SubscriptionResolver, "staginggoerli_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; + staginggoerli_hubOptimisticRootFinalizeds?: SubscriptionResolver, "staginggoerli_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootPropagated?: SubscriptionResolver, "staginggoerli_optimisticRootPropagated", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootPropagateds?: SubscriptionResolver, "staginggoerli_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; + staginggoerli_polygonConnectorMeta?: SubscriptionResolver, "staginggoerli_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_polygonConnectorMetas?: SubscriptionResolver, "staginggoerli_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_optimismConnectorMeta?: SubscriptionResolver, "staginggoerli_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_optimismConnectorMetas?: SubscriptionResolver, "staginggoerli_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_bnbConnectorMeta?: SubscriptionResolver, "staginggoerli_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_bnbConnectorMetas?: SubscriptionResolver, "staginggoerli_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_arbitrumConnectorMeta?: SubscriptionResolver, "staginggoerli_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_arbitrumConnectorMetas?: SubscriptionResolver, "staginggoerli_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_gnosisConnectorMeta?: SubscriptionResolver, "staginggoerli_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_gnosisConnectorMetas?: SubscriptionResolver, "staginggoerli_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_zkSyncConnectorMeta?: SubscriptionResolver, "staginggoerli_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_zkSyncConnectorMetas?: SubscriptionResolver, "staginggoerli_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageProcessed?: SubscriptionResolver, "staginggoerli_rootMessageProcessed", ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageProcesseds?: SubscriptionResolver, "staginggoerli_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootSavedSlow?: SubscriptionResolver, "staginggoerli_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootSavedSlows?: SubscriptionResolver, "staginggoerli_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; + staginggoerli_hubDomain?: SubscriptionResolver, "staginggoerli_hubDomain", ParentType, ContextType, RequireFields>; + staginggoerli_hubDomains?: SubscriptionResolver, "staginggoerli_hubDomains", ParentType, ContextType, RequireFields>; + staginggoerli__meta?: SubscriptionResolver, "staginggoerli__meta", ParentType, ContextType, Partial>; optimismgoerli_swap_systemInfo?: SubscriptionResolver, "optimismgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; optimismgoerli_swap_systemInfos?: SubscriptionResolver, "optimismgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; optimismgoerli_swap_pooledToken?: SubscriptionResolver, "optimismgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; @@ -112843,45 +113136,6 @@ export type SubscriptionResolvers, "optimismgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; optimismgoerli_swap_lpTokenEvents?: SubscriptionResolver, "optimismgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; optimismgoerli_swap__meta?: SubscriptionResolver, "optimismgoerli_swap__meta", ParentType, ContextType, Partial>; - linea_asset?: SubscriptionResolver, "linea_asset", ParentType, ContextType, RequireFields>; - linea_assets?: SubscriptionResolver, "linea_assets", ParentType, ContextType, RequireFields>; - linea_assetStatus?: SubscriptionResolver, "linea_assetStatus", ParentType, ContextType, RequireFields>; - linea_assetStatuses?: SubscriptionResolver, "linea_assetStatuses", ParentType, ContextType, RequireFields>; - linea_assetBalance?: SubscriptionResolver, "linea_assetBalance", ParentType, ContextType, RequireFields>; - linea_assetBalances?: SubscriptionResolver, "linea_assetBalances", ParentType, ContextType, RequireFields>; - linea_router?: SubscriptionResolver, "linea_router", ParentType, ContextType, RequireFields>; - linea_routers?: SubscriptionResolver, "linea_routers", ParentType, ContextType, RequireFields>; - linea_routerDailyTVL?: SubscriptionResolver, "linea_routerDailyTVL", ParentType, ContextType, RequireFields>; - linea_routerDailyTVLs?: SubscriptionResolver, "linea_routerDailyTVLs", ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvent?: SubscriptionResolver, "linea_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvents?: SubscriptionResolver, "linea_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - linea_setting?: SubscriptionResolver, "linea_setting", ParentType, ContextType, RequireFields>; - linea_settings?: SubscriptionResolver, "linea_settings", ParentType, ContextType, RequireFields>; - linea_relayer?: SubscriptionResolver, "linea_relayer", ParentType, ContextType, RequireFields>; - linea_relayers?: SubscriptionResolver, "linea_relayers", ParentType, ContextType, RequireFields>; - linea_sequencer?: SubscriptionResolver, "linea_sequencer", ParentType, ContextType, RequireFields>; - linea_sequencers?: SubscriptionResolver, "linea_sequencers", ParentType, ContextType, RequireFields>; - linea_relayerFee?: SubscriptionResolver, "linea_relayerFee", ParentType, ContextType, RequireFields>; - linea_relayerFees?: SubscriptionResolver, "linea_relayerFees", ParentType, ContextType, RequireFields>; - linea_originTransfer?: SubscriptionResolver, "linea_originTransfer", ParentType, ContextType, RequireFields>; - linea_originTransfers?: SubscriptionResolver, "linea_originTransfers", ParentType, ContextType, RequireFields>; - linea_destinationTransfer?: SubscriptionResolver, "linea_destinationTransfer", ParentType, ContextType, RequireFields>; - linea_destinationTransfers?: SubscriptionResolver, "linea_destinationTransfers", ParentType, ContextType, RequireFields>; - linea_originMessage?: SubscriptionResolver, "linea_originMessage", ParentType, ContextType, RequireFields>; - linea_originMessages?: SubscriptionResolver, "linea_originMessages", ParentType, ContextType, RequireFields>; - linea_aggregateRoot?: SubscriptionResolver, "linea_aggregateRoot", ParentType, ContextType, RequireFields>; - linea_aggregateRoots?: SubscriptionResolver, "linea_aggregateRoots", ParentType, ContextType, RequireFields>; - linea_connectorMeta?: SubscriptionResolver, "linea_connectorMeta", ParentType, ContextType, RequireFields>; - linea_connectorMetas?: SubscriptionResolver, "linea_connectorMetas", ParentType, ContextType, RequireFields>; - linea_rootCount?: SubscriptionResolver, "linea_rootCount", ParentType, ContextType, RequireFields>; - linea_rootCounts?: SubscriptionResolver, "linea_rootCounts", ParentType, ContextType, RequireFields>; - linea_rootMessageSent?: SubscriptionResolver, "linea_rootMessageSent", ParentType, ContextType, RequireFields>; - linea_rootMessageSents?: SubscriptionResolver, "linea_rootMessageSents", ParentType, ContextType, RequireFields>; - linea_relayerFeesIncrease?: SubscriptionResolver, "linea_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - linea_relayerFeesIncreases?: SubscriptionResolver, "linea_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - linea_slippageUpdate?: SubscriptionResolver, "linea_slippageUpdate", ParentType, ContextType, RequireFields>; - linea_slippageUpdates?: SubscriptionResolver, "linea_slippageUpdates", ParentType, ContextType, RequireFields>; - linea__meta?: SubscriptionResolver, "linea__meta", ParentType, ContextType, Partial>; optimism_swap_systemInfo?: SubscriptionResolver, "optimism_swap_systemInfo", ParentType, ContextType, RequireFields>; optimism_swap_systemInfos?: SubscriptionResolver, "optimism_swap_systemInfos", ParentType, ContextType, RequireFields>; optimism_swap_pooledToken?: SubscriptionResolver, "optimism_swap_pooledToken", ParentType, ContextType, RequireFields>; @@ -112915,6 +113169,39 @@ export type SubscriptionResolvers, "optimism_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; optimism_swap_lpTokenEvents?: SubscriptionResolver, "optimism_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; optimism_swap__meta?: SubscriptionResolver, "optimism_swap__meta", ParentType, ContextType, Partial>; + arbitrumone_swap_systemInfo?: SubscriptionResolver, "arbitrumone_swap_systemInfo", ParentType, ContextType, RequireFields>; + arbitrumone_swap_systemInfos?: SubscriptionResolver, "arbitrumone_swap_systemInfos", ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledToken?: SubscriptionResolver, "arbitrumone_swap_pooledToken", ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledTokens?: SubscriptionResolver, "arbitrumone_swap_pooledTokens", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwap?: SubscriptionResolver, "arbitrumone_swap_stableSwap", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwaps?: SubscriptionResolver, "arbitrumone_swap_stableSwaps", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccount?: SubscriptionResolver, "arbitrumone_swap_lpAccount", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccounts?: SubscriptionResolver, "arbitrumone_swap_lpAccounts", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpToken?: SubscriptionResolver, "arbitrumone_swap_lpToken", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokens?: SubscriptionResolver, "arbitrumone_swap_lpTokens", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap__meta?: SubscriptionResolver, "arbitrumone_swap__meta", ParentType, ContextType, Partial>; polygon_swap_systemInfo?: SubscriptionResolver, "polygon_swap_systemInfo", ParentType, ContextType, RequireFields>; polygon_swap_systemInfos?: SubscriptionResolver, "polygon_swap_systemInfos", ParentType, ContextType, RequireFields>; polygon_swap_pooledToken?: SubscriptionResolver, "polygon_swap_pooledToken", ParentType, ContextType, RequireFields>; @@ -112948,39 +113235,112 @@ export type SubscriptionResolvers, "polygon_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; polygon_swap_lpTokenEvents?: SubscriptionResolver, "polygon_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; polygon_swap__meta?: SubscriptionResolver, "polygon_swap__meta", ParentType, ContextType, Partial>; - bnb_swap_systemInfo?: SubscriptionResolver, "bnb_swap_systemInfo", ParentType, ContextType, RequireFields>; - bnb_swap_systemInfos?: SubscriptionResolver, "bnb_swap_systemInfos", ParentType, ContextType, RequireFields>; - bnb_swap_pooledToken?: SubscriptionResolver, "bnb_swap_pooledToken", ParentType, ContextType, RequireFields>; - bnb_swap_pooledTokens?: SubscriptionResolver, "bnb_swap_pooledTokens", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwap?: SubscriptionResolver, "bnb_swap_stableSwap", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwaps?: SubscriptionResolver, "bnb_swap_stableSwaps", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchange?: SubscriptionResolver, "bnb_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchanges?: SubscriptionResolver, "bnb_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolume?: SubscriptionResolver, "bnb_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolumes?: SubscriptionResolver, "bnb_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolume?: SubscriptionResolver, "bnb_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolumes?: SubscriptionResolver, "bnb_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolume?: SubscriptionResolver, "bnb_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolumes?: SubscriptionResolver, "bnb_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - bnb_swap_lpAccount?: SubscriptionResolver, "bnb_swap_lpAccount", ParentType, ContextType, RequireFields>; - bnb_swap_lpAccounts?: SubscriptionResolver, "bnb_swap_lpAccounts", ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalance?: SubscriptionResolver, "bnb_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalances?: SubscriptionResolver, "bnb_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - bnb_swap_lpToken?: SubscriptionResolver, "bnb_swap_lpToken", ParentType, ContextType, RequireFields>; - bnb_swap_lpTokens?: SubscriptionResolver, "bnb_swap_lpTokens", ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvent?: SubscriptionResolver, "bnb_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvents?: SubscriptionResolver, "bnb_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvent?: SubscriptionResolver, "bnb_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvents?: SubscriptionResolver, "bnb_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolume?: SubscriptionResolver, "bnb_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolumes?: SubscriptionResolver, "bnb_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvent?: SubscriptionResolver, "bnb_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvents?: SubscriptionResolver, "bnb_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - bnb_swap__meta?: SubscriptionResolver, "bnb_swap__meta", ParentType, ContextType, Partial>; + linea_swap_systemInfo?: SubscriptionResolver, "linea_swap_systemInfo", ParentType, ContextType, RequireFields>; + linea_swap_systemInfos?: SubscriptionResolver, "linea_swap_systemInfos", ParentType, ContextType, RequireFields>; + linea_swap_pooledToken?: SubscriptionResolver, "linea_swap_pooledToken", ParentType, ContextType, RequireFields>; + linea_swap_pooledTokens?: SubscriptionResolver, "linea_swap_pooledTokens", ParentType, ContextType, RequireFields>; + linea_swap_stableSwap?: SubscriptionResolver, "linea_swap_stableSwap", ParentType, ContextType, RequireFields>; + linea_swap_stableSwaps?: SubscriptionResolver, "linea_swap_stableSwaps", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchange?: SubscriptionResolver, "linea_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchanges?: SubscriptionResolver, "linea_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolume?: SubscriptionResolver, "linea_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolumes?: SubscriptionResolver, "linea_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolume?: SubscriptionResolver, "linea_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolumes?: SubscriptionResolver, "linea_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolume?: SubscriptionResolver, "linea_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolumes?: SubscriptionResolver, "linea_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + linea_swap_lpAccount?: SubscriptionResolver, "linea_swap_lpAccount", ParentType, ContextType, RequireFields>; + linea_swap_lpAccounts?: SubscriptionResolver, "linea_swap_lpAccounts", ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalance?: SubscriptionResolver, "linea_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalances?: SubscriptionResolver, "linea_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + linea_swap_lpToken?: SubscriptionResolver, "linea_swap_lpToken", ParentType, ContextType, RequireFields>; + linea_swap_lpTokens?: SubscriptionResolver, "linea_swap_lpTokens", ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvent?: SubscriptionResolver, "linea_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvents?: SubscriptionResolver, "linea_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvent?: SubscriptionResolver, "linea_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvents?: SubscriptionResolver, "linea_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolume?: SubscriptionResolver, "linea_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolumes?: SubscriptionResolver, "linea_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvent?: SubscriptionResolver, "linea_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvents?: SubscriptionResolver, "linea_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + linea_swap__meta?: SubscriptionResolver, "linea_swap__meta", ParentType, ContextType, Partial>; + goerli_asset?: SubscriptionResolver, "goerli_asset", ParentType, ContextType, RequireFields>; + goerli_assets?: SubscriptionResolver, "goerli_assets", ParentType, ContextType, RequireFields>; + goerli_assetStatus?: SubscriptionResolver, "goerli_assetStatus", ParentType, ContextType, RequireFields>; + goerli_assetStatuses?: SubscriptionResolver, "goerli_assetStatuses", ParentType, ContextType, RequireFields>; + goerli_assetBalance?: SubscriptionResolver, "goerli_assetBalance", ParentType, ContextType, RequireFields>; + goerli_assetBalances?: SubscriptionResolver, "goerli_assetBalances", ParentType, ContextType, RequireFields>; + goerli_router?: SubscriptionResolver, "goerli_router", ParentType, ContextType, RequireFields>; + goerli_routers?: SubscriptionResolver, "goerli_routers", ParentType, ContextType, RequireFields>; + goerli_routerDailyTVL?: SubscriptionResolver, "goerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + goerli_routerDailyTVLs?: SubscriptionResolver, "goerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + goerli_routerLiquidityEvent?: SubscriptionResolver, "goerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + goerli_routerLiquidityEvents?: SubscriptionResolver, "goerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + goerli_setting?: SubscriptionResolver, "goerli_setting", ParentType, ContextType, RequireFields>; + goerli_settings?: SubscriptionResolver, "goerli_settings", ParentType, ContextType, RequireFields>; + goerli_relayer?: SubscriptionResolver, "goerli_relayer", ParentType, ContextType, RequireFields>; + goerli_relayers?: SubscriptionResolver, "goerli_relayers", ParentType, ContextType, RequireFields>; + goerli_sequencer?: SubscriptionResolver, "goerli_sequencer", ParentType, ContextType, RequireFields>; + goerli_sequencers?: SubscriptionResolver, "goerli_sequencers", ParentType, ContextType, RequireFields>; + goerli_relayerFee?: SubscriptionResolver, "goerli_relayerFee", ParentType, ContextType, RequireFields>; + goerli_relayerFees?: SubscriptionResolver, "goerli_relayerFees", ParentType, ContextType, RequireFields>; + goerli_originTransfer?: SubscriptionResolver, "goerli_originTransfer", ParentType, ContextType, RequireFields>; + goerli_originTransfers?: SubscriptionResolver, "goerli_originTransfers", ParentType, ContextType, RequireFields>; + goerli_destinationTransfer?: SubscriptionResolver, "goerli_destinationTransfer", ParentType, ContextType, RequireFields>; + goerli_destinationTransfers?: SubscriptionResolver, "goerli_destinationTransfers", ParentType, ContextType, RequireFields>; + goerli_originMessage?: SubscriptionResolver, "goerli_originMessage", ParentType, ContextType, RequireFields>; + goerli_originMessages?: SubscriptionResolver, "goerli_originMessages", ParentType, ContextType, RequireFields>; + goerli_aggregateRoot?: SubscriptionResolver, "goerli_aggregateRoot", ParentType, ContextType, RequireFields>; + goerli_aggregateRoots?: SubscriptionResolver, "goerli_aggregateRoots", ParentType, ContextType, RequireFields>; + goerli_connectorMeta?: SubscriptionResolver, "goerli_connectorMeta", ParentType, ContextType, RequireFields>; + goerli_connectorMetas?: SubscriptionResolver, "goerli_connectorMetas", ParentType, ContextType, RequireFields>; + goerli_rootCount?: SubscriptionResolver, "goerli_rootCount", ParentType, ContextType, RequireFields>; + goerli_rootCounts?: SubscriptionResolver, "goerli_rootCounts", ParentType, ContextType, RequireFields>; + goerli_rootMessageSent?: SubscriptionResolver, "goerli_rootMessageSent", ParentType, ContextType, RequireFields>; + goerli_rootMessageSents?: SubscriptionResolver, "goerli_rootMessageSents", ParentType, ContextType, RequireFields>; + goerli_relayerFeesIncrease?: SubscriptionResolver, "goerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + goerli_relayerFeesIncreases?: SubscriptionResolver, "goerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + goerli_slippageUpdate?: SubscriptionResolver, "goerli_slippageUpdate", ParentType, ContextType, RequireFields>; + goerli_slippageUpdates?: SubscriptionResolver, "goerli_slippageUpdates", ParentType, ContextType, RequireFields>; + localmainnet_rootAggregated?: SubscriptionResolver, "localmainnet_rootAggregated", ParentType, ContextType, RequireFields>; + localmainnet_rootAggregateds?: SubscriptionResolver, "localmainnet_rootAggregateds", ParentType, ContextType, RequireFields>; + localmainnet_rootPropagated?: SubscriptionResolver, "localmainnet_rootPropagated", ParentType, ContextType, RequireFields>; + localmainnet_rootPropagateds?: SubscriptionResolver, "localmainnet_rootPropagateds", ParentType, ContextType, RequireFields>; + localmainnet_aggregatedMessageRoot?: SubscriptionResolver, "localmainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + localmainnet_aggregatedMessageRoots?: SubscriptionResolver, "localmainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMeta?: SubscriptionResolver, "localmainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMetas?: SubscriptionResolver, "localmainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMode?: SubscriptionResolver, "localmainnet_rootManagerMode", ParentType, ContextType, RequireFields>; + localmainnet_rootManagerModes?: SubscriptionResolver, "localmainnet_rootManagerModes", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootProposed?: SubscriptionResolver, "localmainnet_optimisticRootProposed", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootProposeds?: SubscriptionResolver, "localmainnet_optimisticRootProposeds", ParentType, ContextType, RequireFields>; + localmainnet_hubOptimisticRootFinalized?: SubscriptionResolver, "localmainnet_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; + localmainnet_hubOptimisticRootFinalizeds?: SubscriptionResolver, "localmainnet_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootPropagated?: SubscriptionResolver, "localmainnet_optimisticRootPropagated", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootPropagateds?: SubscriptionResolver, "localmainnet_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; + localmainnet_polygonConnectorMeta?: SubscriptionResolver, "localmainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_polygonConnectorMetas?: SubscriptionResolver, "localmainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_optimismConnectorMeta?: SubscriptionResolver, "localmainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_optimismConnectorMetas?: SubscriptionResolver, "localmainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_bnbConnectorMeta?: SubscriptionResolver, "localmainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_bnbConnectorMetas?: SubscriptionResolver, "localmainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_arbitrumConnectorMeta?: SubscriptionResolver, "localmainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_arbitrumConnectorMetas?: SubscriptionResolver, "localmainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_gnosisConnectorMeta?: SubscriptionResolver, "localmainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_gnosisConnectorMetas?: SubscriptionResolver, "localmainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_zkSyncConnectorMeta?: SubscriptionResolver, "localmainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_zkSyncConnectorMetas?: SubscriptionResolver, "localmainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_rootMessageProcessed?: SubscriptionResolver, "localmainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; + localmainnet_rootMessageProcesseds?: SubscriptionResolver, "localmainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootSavedSlow?: SubscriptionResolver, "localmainnet_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootSavedSlows?: SubscriptionResolver, "localmainnet_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; + localmainnet_hubDomain?: SubscriptionResolver, "localmainnet_hubDomain", ParentType, ContextType, RequireFields>; + localmainnet_hubDomains?: SubscriptionResolver, "localmainnet_hubDomains", ParentType, ContextType, RequireFields>; + localmainnet__meta?: SubscriptionResolver, "localmainnet__meta", ParentType, ContextType, Partial>; lineagoerli_asset?: SubscriptionResolver, "lineagoerli_asset", ParentType, ContextType, RequireFields>; lineagoerli_assets?: SubscriptionResolver, "lineagoerli_assets", ParentType, ContextType, RequireFields>; lineagoerli_assetStatus?: SubscriptionResolver, "lineagoerli_assetStatus", ParentType, ContextType, RequireFields>; @@ -113018,222 +113378,45 @@ export type SubscriptionResolvers, "lineagoerli_slippageUpdate", ParentType, ContextType, RequireFields>; lineagoerli_slippageUpdates?: SubscriptionResolver, "lineagoerli_slippageUpdates", ParentType, ContextType, RequireFields>; lineagoerli__meta?: SubscriptionResolver, "lineagoerli__meta", ParentType, ContextType, Partial>; - stagingarbitrumgoerli_swap_systemInfo?: SubscriptionResolver, "stagingarbitrumgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_systemInfos?: SubscriptionResolver, "stagingarbitrumgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_pooledToken?: SubscriptionResolver, "stagingarbitrumgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_pooledTokens?: SubscriptionResolver, "stagingarbitrumgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwap?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwaps?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapExchange?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapDailyVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccount?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccounts?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccountBalance?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccountBalances?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpToken?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTokens?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTransferEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTransferEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapTradeVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTokenEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTokenEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap__meta?: SubscriptionResolver, "stagingarbitrumgoerli_swap__meta", ParentType, ContextType, Partial>; - arbitrumone_swap_systemInfo?: SubscriptionResolver, "arbitrumone_swap_systemInfo", ParentType, ContextType, RequireFields>; - arbitrumone_swap_systemInfos?: SubscriptionResolver, "arbitrumone_swap_systemInfos", ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledToken?: SubscriptionResolver, "arbitrumone_swap_pooledToken", ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledTokens?: SubscriptionResolver, "arbitrumone_swap_pooledTokens", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwap?: SubscriptionResolver, "arbitrumone_swap_stableSwap", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwaps?: SubscriptionResolver, "arbitrumone_swap_stableSwaps", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccount?: SubscriptionResolver, "arbitrumone_swap_lpAccount", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccounts?: SubscriptionResolver, "arbitrumone_swap_lpAccounts", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpToken?: SubscriptionResolver, "arbitrumone_swap_lpToken", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokens?: SubscriptionResolver, "arbitrumone_swap_lpTokens", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap__meta?: SubscriptionResolver, "arbitrumone_swap__meta", ParentType, ContextType, Partial>; - xdai_swap_systemInfo?: SubscriptionResolver, "xdai_swap_systemInfo", ParentType, ContextType, RequireFields>; - xdai_swap_systemInfos?: SubscriptionResolver, "xdai_swap_systemInfos", ParentType, ContextType, RequireFields>; - xdai_swap_pooledToken?: SubscriptionResolver, "xdai_swap_pooledToken", ParentType, ContextType, RequireFields>; - xdai_swap_pooledTokens?: SubscriptionResolver, "xdai_swap_pooledTokens", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwap?: SubscriptionResolver, "xdai_swap_stableSwap", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwaps?: SubscriptionResolver, "xdai_swap_stableSwaps", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchange?: SubscriptionResolver, "xdai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchanges?: SubscriptionResolver, "xdai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolume?: SubscriptionResolver, "xdai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolumes?: SubscriptionResolver, "xdai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolume?: SubscriptionResolver, "xdai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolumes?: SubscriptionResolver, "xdai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolume?: SubscriptionResolver, "xdai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolumes?: SubscriptionResolver, "xdai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccount?: SubscriptionResolver, "xdai_swap_lpAccount", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccounts?: SubscriptionResolver, "xdai_swap_lpAccounts", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalance?: SubscriptionResolver, "xdai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalances?: SubscriptionResolver, "xdai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - xdai_swap_lpToken?: SubscriptionResolver, "xdai_swap_lpToken", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokens?: SubscriptionResolver, "xdai_swap_lpTokens", ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvent?: SubscriptionResolver, "xdai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvents?: SubscriptionResolver, "xdai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvent?: SubscriptionResolver, "xdai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvents?: SubscriptionResolver, "xdai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolume?: SubscriptionResolver, "xdai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolumes?: SubscriptionResolver, "xdai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvent?: SubscriptionResolver, "xdai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvents?: SubscriptionResolver, "xdai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - xdai_swap__meta?: SubscriptionResolver, "xdai_swap__meta", ParentType, ContextType, Partial>; - linea_swap_systemInfo?: SubscriptionResolver, "linea_swap_systemInfo", ParentType, ContextType, RequireFields>; - linea_swap_systemInfos?: SubscriptionResolver, "linea_swap_systemInfos", ParentType, ContextType, RequireFields>; - linea_swap_pooledToken?: SubscriptionResolver, "linea_swap_pooledToken", ParentType, ContextType, RequireFields>; - linea_swap_pooledTokens?: SubscriptionResolver, "linea_swap_pooledTokens", ParentType, ContextType, RequireFields>; - linea_swap_stableSwap?: SubscriptionResolver, "linea_swap_stableSwap", ParentType, ContextType, RequireFields>; - linea_swap_stableSwaps?: SubscriptionResolver, "linea_swap_stableSwaps", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapExchange?: SubscriptionResolver, "linea_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapExchanges?: SubscriptionResolver, "linea_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - linea_swap_swapDailyVolume?: SubscriptionResolver, "linea_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - linea_swap_swapDailyVolumes?: SubscriptionResolver, "linea_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - linea_swap_swapHourlyVolume?: SubscriptionResolver, "linea_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - linea_swap_swapHourlyVolumes?: SubscriptionResolver, "linea_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - linea_swap_swapWeeklyVolume?: SubscriptionResolver, "linea_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - linea_swap_swapWeeklyVolumes?: SubscriptionResolver, "linea_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - linea_swap_lpAccount?: SubscriptionResolver, "linea_swap_lpAccount", ParentType, ContextType, RequireFields>; - linea_swap_lpAccounts?: SubscriptionResolver, "linea_swap_lpAccounts", ParentType, ContextType, RequireFields>; - linea_swap_lpAccountBalance?: SubscriptionResolver, "linea_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - linea_swap_lpAccountBalances?: SubscriptionResolver, "linea_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - linea_swap_lpToken?: SubscriptionResolver, "linea_swap_lpToken", ParentType, ContextType, RequireFields>; - linea_swap_lpTokens?: SubscriptionResolver, "linea_swap_lpTokens", ParentType, ContextType, RequireFields>; - linea_swap_lpTransferEvent?: SubscriptionResolver, "linea_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - linea_swap_lpTransferEvents?: SubscriptionResolver, "linea_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapEvent?: SubscriptionResolver, "linea_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapEvents?: SubscriptionResolver, "linea_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - linea_swap_swapTradeVolume?: SubscriptionResolver, "linea_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - linea_swap_swapTradeVolumes?: SubscriptionResolver, "linea_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - linea_swap_lpTokenEvent?: SubscriptionResolver, "linea_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - linea_swap_lpTokenEvents?: SubscriptionResolver, "linea_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - linea_swap__meta?: SubscriptionResolver, "linea_swap__meta", ParentType, ContextType, Partial>; - stagingmumbai_asset?: SubscriptionResolver, "stagingmumbai_asset", ParentType, ContextType, RequireFields>; - stagingmumbai_assets?: SubscriptionResolver, "stagingmumbai_assets", ParentType, ContextType, RequireFields>; - stagingmumbai_assetStatus?: SubscriptionResolver, "stagingmumbai_assetStatus", ParentType, ContextType, RequireFields>; - stagingmumbai_assetStatuses?: SubscriptionResolver, "stagingmumbai_assetStatuses", ParentType, ContextType, RequireFields>; - stagingmumbai_assetBalance?: SubscriptionResolver, "stagingmumbai_assetBalance", ParentType, ContextType, RequireFields>; - stagingmumbai_assetBalances?: SubscriptionResolver, "stagingmumbai_assetBalances", ParentType, ContextType, RequireFields>; - stagingmumbai_router?: SubscriptionResolver, "stagingmumbai_router", ParentType, ContextType, RequireFields>; - stagingmumbai_routers?: SubscriptionResolver, "stagingmumbai_routers", ParentType, ContextType, RequireFields>; - stagingmumbai_routerDailyTVL?: SubscriptionResolver, "stagingmumbai_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingmumbai_routerDailyTVLs?: SubscriptionResolver, "stagingmumbai_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingmumbai_setting?: SubscriptionResolver, "stagingmumbai_setting", ParentType, ContextType, RequireFields>; - stagingmumbai_settings?: SubscriptionResolver, "stagingmumbai_settings", ParentType, ContextType, RequireFields>; - stagingmumbai_relayer?: SubscriptionResolver, "stagingmumbai_relayer", ParentType, ContextType, RequireFields>; - stagingmumbai_relayers?: SubscriptionResolver, "stagingmumbai_relayers", ParentType, ContextType, RequireFields>; - stagingmumbai_sequencer?: SubscriptionResolver, "stagingmumbai_sequencer", ParentType, ContextType, RequireFields>; - stagingmumbai_sequencers?: SubscriptionResolver, "stagingmumbai_sequencers", ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFee?: SubscriptionResolver, "stagingmumbai_relayerFee", ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFees?: SubscriptionResolver, "stagingmumbai_relayerFees", ParentType, ContextType, RequireFields>; - stagingmumbai_originTransfer?: SubscriptionResolver, "stagingmumbai_originTransfer", ParentType, ContextType, RequireFields>; - stagingmumbai_originTransfers?: SubscriptionResolver, "stagingmumbai_originTransfers", ParentType, ContextType, RequireFields>; - stagingmumbai_destinationTransfer?: SubscriptionResolver, "stagingmumbai_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingmumbai_destinationTransfers?: SubscriptionResolver, "stagingmumbai_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingmumbai_originMessage?: SubscriptionResolver, "stagingmumbai_originMessage", ParentType, ContextType, RequireFields>; - stagingmumbai_originMessages?: SubscriptionResolver, "stagingmumbai_originMessages", ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRoot?: SubscriptionResolver, "stagingmumbai_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRoots?: SubscriptionResolver, "stagingmumbai_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingmumbai_connectorMeta?: SubscriptionResolver, "stagingmumbai_connectorMeta", ParentType, ContextType, RequireFields>; - stagingmumbai_connectorMetas?: SubscriptionResolver, "stagingmumbai_connectorMetas", ParentType, ContextType, RequireFields>; - stagingmumbai_rootCount?: SubscriptionResolver, "stagingmumbai_rootCount", ParentType, ContextType, RequireFields>; - stagingmumbai_rootCounts?: SubscriptionResolver, "stagingmumbai_rootCounts", ParentType, ContextType, RequireFields>; - stagingmumbai_rootMessageSent?: SubscriptionResolver, "stagingmumbai_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingmumbai_rootMessageSents?: SubscriptionResolver, "stagingmumbai_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFeesIncrease?: SubscriptionResolver, "stagingmumbai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFeesIncreases?: SubscriptionResolver, "stagingmumbai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingmumbai_slippageUpdate?: SubscriptionResolver, "stagingmumbai_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingmumbai_slippageUpdates?: SubscriptionResolver, "stagingmumbai_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingmumbai_snapshotRoot?: SubscriptionResolver, "stagingmumbai_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingmumbai_snapshotRoots?: SubscriptionResolver, "stagingmumbai_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingmumbai_spokeConnectorMode?: SubscriptionResolver, "stagingmumbai_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingmumbai_spokeConnectorModes?: SubscriptionResolver, "stagingmumbai_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRootProposed?: SubscriptionResolver, "stagingmumbai_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRootProposeds?: SubscriptionResolver, "stagingmumbai_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingmumbai_optimisticRootFinalized?: SubscriptionResolver, "stagingmumbai_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingmumbai_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmumbai_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingmumbai__meta?: SubscriptionResolver, "stagingmumbai__meta", ParentType, ContextType, Partial>; - optimismgoerli_asset?: SubscriptionResolver, "optimismgoerli_asset", ParentType, ContextType, RequireFields>; - optimismgoerli_assets?: SubscriptionResolver, "optimismgoerli_assets", ParentType, ContextType, RequireFields>; - optimismgoerli_assetStatus?: SubscriptionResolver, "optimismgoerli_assetStatus", ParentType, ContextType, RequireFields>; - optimismgoerli_assetStatuses?: SubscriptionResolver, "optimismgoerli_assetStatuses", ParentType, ContextType, RequireFields>; - optimismgoerli_assetBalance?: SubscriptionResolver, "optimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; - optimismgoerli_assetBalances?: SubscriptionResolver, "optimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; - optimismgoerli_router?: SubscriptionResolver, "optimismgoerli_router", ParentType, ContextType, RequireFields>; - optimismgoerli_routers?: SubscriptionResolver, "optimismgoerli_routers", ParentType, ContextType, RequireFields>; - optimismgoerli_routerDailyTVL?: SubscriptionResolver, "optimismgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - optimismgoerli_routerDailyTVLs?: SubscriptionResolver, "optimismgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - optimismgoerli_routerLiquidityEvent?: SubscriptionResolver, "optimismgoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_routerLiquidityEvents?: SubscriptionResolver, "optimismgoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_setting?: SubscriptionResolver, "optimismgoerli_setting", ParentType, ContextType, RequireFields>; - optimismgoerli_settings?: SubscriptionResolver, "optimismgoerli_settings", ParentType, ContextType, RequireFields>; - optimismgoerli_relayer?: SubscriptionResolver, "optimismgoerli_relayer", ParentType, ContextType, RequireFields>; - optimismgoerli_relayers?: SubscriptionResolver, "optimismgoerli_relayers", ParentType, ContextType, RequireFields>; - optimismgoerli_sequencer?: SubscriptionResolver, "optimismgoerli_sequencer", ParentType, ContextType, RequireFields>; - optimismgoerli_sequencers?: SubscriptionResolver, "optimismgoerli_sequencers", ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFee?: SubscriptionResolver, "optimismgoerli_relayerFee", ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFees?: SubscriptionResolver, "optimismgoerli_relayerFees", ParentType, ContextType, RequireFields>; - optimismgoerli_originTransfer?: SubscriptionResolver, "optimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; - optimismgoerli_originTransfers?: SubscriptionResolver, "optimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; - optimismgoerli_destinationTransfer?: SubscriptionResolver, "optimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - optimismgoerli_destinationTransfers?: SubscriptionResolver, "optimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - optimismgoerli_originMessage?: SubscriptionResolver, "optimismgoerli_originMessage", ParentType, ContextType, RequireFields>; - optimismgoerli_originMessages?: SubscriptionResolver, "optimismgoerli_originMessages", ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRoot?: SubscriptionResolver, "optimismgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRoots?: SubscriptionResolver, "optimismgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; - optimismgoerli_connectorMeta?: SubscriptionResolver, "optimismgoerli_connectorMeta", ParentType, ContextType, RequireFields>; - optimismgoerli_connectorMetas?: SubscriptionResolver, "optimismgoerli_connectorMetas", ParentType, ContextType, RequireFields>; - optimismgoerli_rootCount?: SubscriptionResolver, "optimismgoerli_rootCount", ParentType, ContextType, RequireFields>; - optimismgoerli_rootCounts?: SubscriptionResolver, "optimismgoerli_rootCounts", ParentType, ContextType, RequireFields>; - optimismgoerli_rootMessageSent?: SubscriptionResolver, "optimismgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; - optimismgoerli_rootMessageSents?: SubscriptionResolver, "optimismgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFeesIncrease?: SubscriptionResolver, "optimismgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFeesIncreases?: SubscriptionResolver, "optimismgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - optimismgoerli_slippageUpdate?: SubscriptionResolver, "optimismgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; - optimismgoerli_slippageUpdates?: SubscriptionResolver, "optimismgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; - optimismgoerli__meta?: SubscriptionResolver, "optimismgoerli__meta", ParentType, ContextType, Partial>; + optimism_asset?: SubscriptionResolver, "optimism_asset", ParentType, ContextType, RequireFields>; + optimism_assets?: SubscriptionResolver, "optimism_assets", ParentType, ContextType, RequireFields>; + optimism_assetStatus?: SubscriptionResolver, "optimism_assetStatus", ParentType, ContextType, RequireFields>; + optimism_assetStatuses?: SubscriptionResolver, "optimism_assetStatuses", ParentType, ContextType, RequireFields>; + optimism_assetBalance?: SubscriptionResolver, "optimism_assetBalance", ParentType, ContextType, RequireFields>; + optimism_assetBalances?: SubscriptionResolver, "optimism_assetBalances", ParentType, ContextType, RequireFields>; + optimism_router?: SubscriptionResolver, "optimism_router", ParentType, ContextType, RequireFields>; + optimism_routers?: SubscriptionResolver, "optimism_routers", ParentType, ContextType, RequireFields>; + optimism_routerDailyTVL?: SubscriptionResolver, "optimism_routerDailyTVL", ParentType, ContextType, RequireFields>; + optimism_routerDailyTVLs?: SubscriptionResolver, "optimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; + optimism_routerLiquidityEvent?: SubscriptionResolver, "optimism_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + optimism_routerLiquidityEvents?: SubscriptionResolver, "optimism_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + optimism_setting?: SubscriptionResolver, "optimism_setting", ParentType, ContextType, RequireFields>; + optimism_settings?: SubscriptionResolver, "optimism_settings", ParentType, ContextType, RequireFields>; + optimism_relayer?: SubscriptionResolver, "optimism_relayer", ParentType, ContextType, RequireFields>; + optimism_relayers?: SubscriptionResolver, "optimism_relayers", ParentType, ContextType, RequireFields>; + optimism_sequencer?: SubscriptionResolver, "optimism_sequencer", ParentType, ContextType, RequireFields>; + optimism_sequencers?: SubscriptionResolver, "optimism_sequencers", ParentType, ContextType, RequireFields>; + optimism_relayerFee?: SubscriptionResolver, "optimism_relayerFee", ParentType, ContextType, RequireFields>; + optimism_relayerFees?: SubscriptionResolver, "optimism_relayerFees", ParentType, ContextType, RequireFields>; + optimism_originTransfer?: SubscriptionResolver, "optimism_originTransfer", ParentType, ContextType, RequireFields>; + optimism_originTransfers?: SubscriptionResolver, "optimism_originTransfers", ParentType, ContextType, RequireFields>; + optimism_destinationTransfer?: SubscriptionResolver, "optimism_destinationTransfer", ParentType, ContextType, RequireFields>; + optimism_destinationTransfers?: SubscriptionResolver, "optimism_destinationTransfers", ParentType, ContextType, RequireFields>; + optimism_originMessage?: SubscriptionResolver, "optimism_originMessage", ParentType, ContextType, RequireFields>; + optimism_originMessages?: SubscriptionResolver, "optimism_originMessages", ParentType, ContextType, RequireFields>; + optimism_aggregateRoot?: SubscriptionResolver, "optimism_aggregateRoot", ParentType, ContextType, RequireFields>; + optimism_aggregateRoots?: SubscriptionResolver, "optimism_aggregateRoots", ParentType, ContextType, RequireFields>; + optimism_connectorMeta?: SubscriptionResolver, "optimism_connectorMeta", ParentType, ContextType, RequireFields>; + optimism_connectorMetas?: SubscriptionResolver, "optimism_connectorMetas", ParentType, ContextType, RequireFields>; + optimism_rootCount?: SubscriptionResolver, "optimism_rootCount", ParentType, ContextType, RequireFields>; + optimism_rootCounts?: SubscriptionResolver, "optimism_rootCounts", ParentType, ContextType, RequireFields>; + optimism_rootMessageSent?: SubscriptionResolver, "optimism_rootMessageSent", ParentType, ContextType, RequireFields>; + optimism_rootMessageSents?: SubscriptionResolver, "optimism_rootMessageSents", ParentType, ContextType, RequireFields>; + optimism_relayerFeesIncrease?: SubscriptionResolver, "optimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + optimism_relayerFeesIncreases?: SubscriptionResolver, "optimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + optimism_slippageUpdate?: SubscriptionResolver, "optimism_slippageUpdate", ParentType, ContextType, RequireFields>; + optimism_slippageUpdates?: SubscriptionResolver, "optimism_slippageUpdates", ParentType, ContextType, RequireFields>; + optimism__meta?: SubscriptionResolver, "optimism__meta", ParentType, ContextType, Partial>; staginggoerli_asset?: SubscriptionResolver, "staginggoerli_asset", ParentType, ContextType, RequireFields>; staginggoerli_assets?: SubscriptionResolver, "staginggoerli_assets", ParentType, ContextType, RequireFields>; staginggoerli_assetStatus?: SubscriptionResolver, "staginggoerli_assetStatus", ParentType, ContextType, RequireFields>; @@ -113278,6 +113461,45 @@ export type SubscriptionResolvers, "staginggoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; staginggoerli_optimisticRootFinalized?: SubscriptionResolver, "staginggoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; staginggoerli_optimisticRootFinalizeds?: SubscriptionResolver, "staginggoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + optimismgoerli_asset?: SubscriptionResolver, "optimismgoerli_asset", ParentType, ContextType, RequireFields>; + optimismgoerli_assets?: SubscriptionResolver, "optimismgoerli_assets", ParentType, ContextType, RequireFields>; + optimismgoerli_assetStatus?: SubscriptionResolver, "optimismgoerli_assetStatus", ParentType, ContextType, RequireFields>; + optimismgoerli_assetStatuses?: SubscriptionResolver, "optimismgoerli_assetStatuses", ParentType, ContextType, RequireFields>; + optimismgoerli_assetBalance?: SubscriptionResolver, "optimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; + optimismgoerli_assetBalances?: SubscriptionResolver, "optimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; + optimismgoerli_router?: SubscriptionResolver, "optimismgoerli_router", ParentType, ContextType, RequireFields>; + optimismgoerli_routers?: SubscriptionResolver, "optimismgoerli_routers", ParentType, ContextType, RequireFields>; + optimismgoerli_routerDailyTVL?: SubscriptionResolver, "optimismgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + optimismgoerli_routerDailyTVLs?: SubscriptionResolver, "optimismgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + optimismgoerli_routerLiquidityEvent?: SubscriptionResolver, "optimismgoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + optimismgoerli_routerLiquidityEvents?: SubscriptionResolver, "optimismgoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + optimismgoerli_setting?: SubscriptionResolver, "optimismgoerli_setting", ParentType, ContextType, RequireFields>; + optimismgoerli_settings?: SubscriptionResolver, "optimismgoerli_settings", ParentType, ContextType, RequireFields>; + optimismgoerli_relayer?: SubscriptionResolver, "optimismgoerli_relayer", ParentType, ContextType, RequireFields>; + optimismgoerli_relayers?: SubscriptionResolver, "optimismgoerli_relayers", ParentType, ContextType, RequireFields>; + optimismgoerli_sequencer?: SubscriptionResolver, "optimismgoerli_sequencer", ParentType, ContextType, RequireFields>; + optimismgoerli_sequencers?: SubscriptionResolver, "optimismgoerli_sequencers", ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFee?: SubscriptionResolver, "optimismgoerli_relayerFee", ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFees?: SubscriptionResolver, "optimismgoerli_relayerFees", ParentType, ContextType, RequireFields>; + optimismgoerli_originTransfer?: SubscriptionResolver, "optimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; + optimismgoerli_originTransfers?: SubscriptionResolver, "optimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; + optimismgoerli_destinationTransfer?: SubscriptionResolver, "optimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + optimismgoerli_destinationTransfers?: SubscriptionResolver, "optimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + optimismgoerli_originMessage?: SubscriptionResolver, "optimismgoerli_originMessage", ParentType, ContextType, RequireFields>; + optimismgoerli_originMessages?: SubscriptionResolver, "optimismgoerli_originMessages", ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRoot?: SubscriptionResolver, "optimismgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRoots?: SubscriptionResolver, "optimismgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; + optimismgoerli_connectorMeta?: SubscriptionResolver, "optimismgoerli_connectorMeta", ParentType, ContextType, RequireFields>; + optimismgoerli_connectorMetas?: SubscriptionResolver, "optimismgoerli_connectorMetas", ParentType, ContextType, RequireFields>; + optimismgoerli_rootCount?: SubscriptionResolver, "optimismgoerli_rootCount", ParentType, ContextType, RequireFields>; + optimismgoerli_rootCounts?: SubscriptionResolver, "optimismgoerli_rootCounts", ParentType, ContextType, RequireFields>; + optimismgoerli_rootMessageSent?: SubscriptionResolver, "optimismgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; + optimismgoerli_rootMessageSents?: SubscriptionResolver, "optimismgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFeesIncrease?: SubscriptionResolver, "optimismgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFeesIncreases?: SubscriptionResolver, "optimismgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + optimismgoerli_slippageUpdate?: SubscriptionResolver, "optimismgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; + optimismgoerli_slippageUpdates?: SubscriptionResolver, "optimismgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; + optimismgoerli__meta?: SubscriptionResolver, "optimismgoerli__meta", ParentType, ContextType, Partial>; stagingoptimismgoerli_asset?: SubscriptionResolver, "stagingoptimismgoerli_asset", ParentType, ContextType, RequireFields>; stagingoptimismgoerli_assets?: SubscriptionResolver, "stagingoptimismgoerli_assets", ParentType, ContextType, RequireFields>; stagingoptimismgoerli_assetStatus?: SubscriptionResolver, "stagingoptimismgoerli_assetStatus", ParentType, ContextType, RequireFields>; @@ -113323,256 +113545,6 @@ export type SubscriptionResolvers, "stagingoptimismgoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingoptimismgoerli_optimisticRootFinalizeds?: SubscriptionResolver, "stagingoptimismgoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingoptimismgoerli__meta?: SubscriptionResolver, "stagingoptimismgoerli__meta", ParentType, ContextType, Partial>; - xdai_asset?: SubscriptionResolver, "xdai_asset", ParentType, ContextType, RequireFields>; - xdai_assets?: SubscriptionResolver, "xdai_assets", ParentType, ContextType, RequireFields>; - xdai_assetStatus?: SubscriptionResolver, "xdai_assetStatus", ParentType, ContextType, RequireFields>; - xdai_assetStatuses?: SubscriptionResolver, "xdai_assetStatuses", ParentType, ContextType, RequireFields>; - xdai_assetBalance?: SubscriptionResolver, "xdai_assetBalance", ParentType, ContextType, RequireFields>; - xdai_assetBalances?: SubscriptionResolver, "xdai_assetBalances", ParentType, ContextType, RequireFields>; - xdai_router?: SubscriptionResolver, "xdai_router", ParentType, ContextType, RequireFields>; - xdai_routers?: SubscriptionResolver, "xdai_routers", ParentType, ContextType, RequireFields>; - xdai_routerDailyTVL?: SubscriptionResolver, "xdai_routerDailyTVL", ParentType, ContextType, RequireFields>; - xdai_routerDailyTVLs?: SubscriptionResolver, "xdai_routerDailyTVLs", ParentType, ContextType, RequireFields>; - xdai_routerLiquidityEvent?: SubscriptionResolver, "xdai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_routerLiquidityEvents?: SubscriptionResolver, "xdai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_setting?: SubscriptionResolver, "xdai_setting", ParentType, ContextType, RequireFields>; - xdai_settings?: SubscriptionResolver, "xdai_settings", ParentType, ContextType, RequireFields>; - xdai_relayer?: SubscriptionResolver, "xdai_relayer", ParentType, ContextType, RequireFields>; - xdai_relayers?: SubscriptionResolver, "xdai_relayers", ParentType, ContextType, RequireFields>; - xdai_sequencer?: SubscriptionResolver, "xdai_sequencer", ParentType, ContextType, RequireFields>; - xdai_sequencers?: SubscriptionResolver, "xdai_sequencers", ParentType, ContextType, RequireFields>; - xdai_relayerFee?: SubscriptionResolver, "xdai_relayerFee", ParentType, ContextType, RequireFields>; - xdai_relayerFees?: SubscriptionResolver, "xdai_relayerFees", ParentType, ContextType, RequireFields>; - xdai_originTransfer?: SubscriptionResolver, "xdai_originTransfer", ParentType, ContextType, RequireFields>; - xdai_originTransfers?: SubscriptionResolver, "xdai_originTransfers", ParentType, ContextType, RequireFields>; - xdai_destinationTransfer?: SubscriptionResolver, "xdai_destinationTransfer", ParentType, ContextType, RequireFields>; - xdai_destinationTransfers?: SubscriptionResolver, "xdai_destinationTransfers", ParentType, ContextType, RequireFields>; - xdai_originMessage?: SubscriptionResolver, "xdai_originMessage", ParentType, ContextType, RequireFields>; - xdai_originMessages?: SubscriptionResolver, "xdai_originMessages", ParentType, ContextType, RequireFields>; - xdai_aggregateRoot?: SubscriptionResolver, "xdai_aggregateRoot", ParentType, ContextType, RequireFields>; - xdai_aggregateRoots?: SubscriptionResolver, "xdai_aggregateRoots", ParentType, ContextType, RequireFields>; - xdai_connectorMeta?: SubscriptionResolver, "xdai_connectorMeta", ParentType, ContextType, RequireFields>; - xdai_connectorMetas?: SubscriptionResolver, "xdai_connectorMetas", ParentType, ContextType, RequireFields>; - xdai_rootCount?: SubscriptionResolver, "xdai_rootCount", ParentType, ContextType, RequireFields>; - xdai_rootCounts?: SubscriptionResolver, "xdai_rootCounts", ParentType, ContextType, RequireFields>; - xdai_rootMessageSent?: SubscriptionResolver, "xdai_rootMessageSent", ParentType, ContextType, RequireFields>; - xdai_rootMessageSents?: SubscriptionResolver, "xdai_rootMessageSents", ParentType, ContextType, RequireFields>; - xdai_relayerFeesIncrease?: SubscriptionResolver, "xdai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - xdai_relayerFeesIncreases?: SubscriptionResolver, "xdai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - xdai_slippageUpdate?: SubscriptionResolver, "xdai_slippageUpdate", ParentType, ContextType, RequireFields>; - xdai_slippageUpdates?: SubscriptionResolver, "xdai_slippageUpdates", ParentType, ContextType, RequireFields>; - xdai__meta?: SubscriptionResolver, "xdai__meta", ParentType, ContextType, Partial>; - mumbai_asset?: SubscriptionResolver, "mumbai_asset", ParentType, ContextType, RequireFields>; - mumbai_assets?: SubscriptionResolver, "mumbai_assets", ParentType, ContextType, RequireFields>; - mumbai_assetStatus?: SubscriptionResolver, "mumbai_assetStatus", ParentType, ContextType, RequireFields>; - mumbai_assetStatuses?: SubscriptionResolver, "mumbai_assetStatuses", ParentType, ContextType, RequireFields>; - mumbai_assetBalance?: SubscriptionResolver, "mumbai_assetBalance", ParentType, ContextType, RequireFields>; - mumbai_assetBalances?: SubscriptionResolver, "mumbai_assetBalances", ParentType, ContextType, RequireFields>; - mumbai_router?: SubscriptionResolver, "mumbai_router", ParentType, ContextType, RequireFields>; - mumbai_routers?: SubscriptionResolver, "mumbai_routers", ParentType, ContextType, RequireFields>; - mumbai_routerDailyTVL?: SubscriptionResolver, "mumbai_routerDailyTVL", ParentType, ContextType, RequireFields>; - mumbai_routerDailyTVLs?: SubscriptionResolver, "mumbai_routerDailyTVLs", ParentType, ContextType, RequireFields>; - mumbai_routerLiquidityEvent?: SubscriptionResolver, "mumbai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - mumbai_routerLiquidityEvents?: SubscriptionResolver, "mumbai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - mumbai_setting?: SubscriptionResolver, "mumbai_setting", ParentType, ContextType, RequireFields>; - mumbai_settings?: SubscriptionResolver, "mumbai_settings", ParentType, ContextType, RequireFields>; - mumbai_relayer?: SubscriptionResolver, "mumbai_relayer", ParentType, ContextType, RequireFields>; - mumbai_relayers?: SubscriptionResolver, "mumbai_relayers", ParentType, ContextType, RequireFields>; - mumbai_sequencer?: SubscriptionResolver, "mumbai_sequencer", ParentType, ContextType, RequireFields>; - mumbai_sequencers?: SubscriptionResolver, "mumbai_sequencers", ParentType, ContextType, RequireFields>; - mumbai_relayerFee?: SubscriptionResolver, "mumbai_relayerFee", ParentType, ContextType, RequireFields>; - mumbai_relayerFees?: SubscriptionResolver, "mumbai_relayerFees", ParentType, ContextType, RequireFields>; - mumbai_originTransfer?: SubscriptionResolver, "mumbai_originTransfer", ParentType, ContextType, RequireFields>; - mumbai_originTransfers?: SubscriptionResolver, "mumbai_originTransfers", ParentType, ContextType, RequireFields>; - mumbai_destinationTransfer?: SubscriptionResolver, "mumbai_destinationTransfer", ParentType, ContextType, RequireFields>; - mumbai_destinationTransfers?: SubscriptionResolver, "mumbai_destinationTransfers", ParentType, ContextType, RequireFields>; - mumbai_originMessage?: SubscriptionResolver, "mumbai_originMessage", ParentType, ContextType, RequireFields>; - mumbai_originMessages?: SubscriptionResolver, "mumbai_originMessages", ParentType, ContextType, RequireFields>; - mumbai_aggregateRoot?: SubscriptionResolver, "mumbai_aggregateRoot", ParentType, ContextType, RequireFields>; - mumbai_aggregateRoots?: SubscriptionResolver, "mumbai_aggregateRoots", ParentType, ContextType, RequireFields>; - mumbai_connectorMeta?: SubscriptionResolver, "mumbai_connectorMeta", ParentType, ContextType, RequireFields>; - mumbai_connectorMetas?: SubscriptionResolver, "mumbai_connectorMetas", ParentType, ContextType, RequireFields>; - mumbai_rootCount?: SubscriptionResolver, "mumbai_rootCount", ParentType, ContextType, RequireFields>; - mumbai_rootCounts?: SubscriptionResolver, "mumbai_rootCounts", ParentType, ContextType, RequireFields>; - mumbai_rootMessageSent?: SubscriptionResolver, "mumbai_rootMessageSent", ParentType, ContextType, RequireFields>; - mumbai_rootMessageSents?: SubscriptionResolver, "mumbai_rootMessageSents", ParentType, ContextType, RequireFields>; - mumbai_relayerFeesIncrease?: SubscriptionResolver, "mumbai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - mumbai_relayerFeesIncreases?: SubscriptionResolver, "mumbai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - mumbai_slippageUpdate?: SubscriptionResolver, "mumbai_slippageUpdate", ParentType, ContextType, RequireFields>; - mumbai_slippageUpdates?: SubscriptionResolver, "mumbai_slippageUpdates", ParentType, ContextType, RequireFields>; - mumbai__meta?: SubscriptionResolver, "mumbai__meta", ParentType, ContextType, Partial>; - goerli_asset?: SubscriptionResolver, "goerli_asset", ParentType, ContextType, RequireFields>; - goerli_assets?: SubscriptionResolver, "goerli_assets", ParentType, ContextType, RequireFields>; - goerli_assetStatus?: SubscriptionResolver, "goerli_assetStatus", ParentType, ContextType, RequireFields>; - goerli_assetStatuses?: SubscriptionResolver, "goerli_assetStatuses", ParentType, ContextType, RequireFields>; - goerli_assetBalance?: SubscriptionResolver, "goerli_assetBalance", ParentType, ContextType, RequireFields>; - goerli_assetBalances?: SubscriptionResolver, "goerli_assetBalances", ParentType, ContextType, RequireFields>; - goerli_router?: SubscriptionResolver, "goerli_router", ParentType, ContextType, RequireFields>; - goerli_routers?: SubscriptionResolver, "goerli_routers", ParentType, ContextType, RequireFields>; - goerli_routerDailyTVL?: SubscriptionResolver, "goerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - goerli_routerDailyTVLs?: SubscriptionResolver, "goerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - goerli_routerLiquidityEvent?: SubscriptionResolver, "goerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - goerli_routerLiquidityEvents?: SubscriptionResolver, "goerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - goerli_setting?: SubscriptionResolver, "goerli_setting", ParentType, ContextType, RequireFields>; - goerli_settings?: SubscriptionResolver, "goerli_settings", ParentType, ContextType, RequireFields>; - goerli_relayer?: SubscriptionResolver, "goerli_relayer", ParentType, ContextType, RequireFields>; - goerli_relayers?: SubscriptionResolver, "goerli_relayers", ParentType, ContextType, RequireFields>; - goerli_sequencer?: SubscriptionResolver, "goerli_sequencer", ParentType, ContextType, RequireFields>; - goerli_sequencers?: SubscriptionResolver, "goerli_sequencers", ParentType, ContextType, RequireFields>; - goerli_relayerFee?: SubscriptionResolver, "goerli_relayerFee", ParentType, ContextType, RequireFields>; - goerli_relayerFees?: SubscriptionResolver, "goerli_relayerFees", ParentType, ContextType, RequireFields>; - goerli_originTransfer?: SubscriptionResolver, "goerli_originTransfer", ParentType, ContextType, RequireFields>; - goerli_originTransfers?: SubscriptionResolver, "goerli_originTransfers", ParentType, ContextType, RequireFields>; - goerli_destinationTransfer?: SubscriptionResolver, "goerli_destinationTransfer", ParentType, ContextType, RequireFields>; - goerli_destinationTransfers?: SubscriptionResolver, "goerli_destinationTransfers", ParentType, ContextType, RequireFields>; - goerli_originMessage?: SubscriptionResolver, "goerli_originMessage", ParentType, ContextType, RequireFields>; - goerli_originMessages?: SubscriptionResolver, "goerli_originMessages", ParentType, ContextType, RequireFields>; - goerli_aggregateRoot?: SubscriptionResolver, "goerli_aggregateRoot", ParentType, ContextType, RequireFields>; - goerli_aggregateRoots?: SubscriptionResolver, "goerli_aggregateRoots", ParentType, ContextType, RequireFields>; - goerli_connectorMeta?: SubscriptionResolver, "goerli_connectorMeta", ParentType, ContextType, RequireFields>; - goerli_connectorMetas?: SubscriptionResolver, "goerli_connectorMetas", ParentType, ContextType, RequireFields>; - goerli_rootCount?: SubscriptionResolver, "goerli_rootCount", ParentType, ContextType, RequireFields>; - goerli_rootCounts?: SubscriptionResolver, "goerli_rootCounts", ParentType, ContextType, RequireFields>; - goerli_rootMessageSent?: SubscriptionResolver, "goerli_rootMessageSent", ParentType, ContextType, RequireFields>; - goerli_rootMessageSents?: SubscriptionResolver, "goerli_rootMessageSents", ParentType, ContextType, RequireFields>; - goerli_relayerFeesIncrease?: SubscriptionResolver, "goerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - goerli_relayerFeesIncreases?: SubscriptionResolver, "goerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - goerli_slippageUpdate?: SubscriptionResolver, "goerli_slippageUpdate", ParentType, ContextType, RequireFields>; - goerli_slippageUpdates?: SubscriptionResolver, "goerli_slippageUpdates", ParentType, ContextType, RequireFields>; - localmainnet_asset?: SubscriptionResolver, "localmainnet_asset", ParentType, ContextType, RequireFields>; - localmainnet_assets?: SubscriptionResolver, "localmainnet_assets", ParentType, ContextType, RequireFields>; - localmainnet_assetStatus?: SubscriptionResolver, "localmainnet_assetStatus", ParentType, ContextType, RequireFields>; - localmainnet_assetStatuses?: SubscriptionResolver, "localmainnet_assetStatuses", ParentType, ContextType, RequireFields>; - localmainnet_assetBalance?: SubscriptionResolver, "localmainnet_assetBalance", ParentType, ContextType, RequireFields>; - localmainnet_assetBalances?: SubscriptionResolver, "localmainnet_assetBalances", ParentType, ContextType, RequireFields>; - localmainnet_router?: SubscriptionResolver, "localmainnet_router", ParentType, ContextType, RequireFields>; - localmainnet_routers?: SubscriptionResolver, "localmainnet_routers", ParentType, ContextType, RequireFields>; - localmainnet_routerDailyTVL?: SubscriptionResolver, "localmainnet_routerDailyTVL", ParentType, ContextType, RequireFields>; - localmainnet_routerDailyTVLs?: SubscriptionResolver, "localmainnet_routerDailyTVLs", ParentType, ContextType, RequireFields>; - localmainnet_setting?: SubscriptionResolver, "localmainnet_setting", ParentType, ContextType, RequireFields>; - localmainnet_settings?: SubscriptionResolver, "localmainnet_settings", ParentType, ContextType, RequireFields>; - localmainnet_relayer?: SubscriptionResolver, "localmainnet_relayer", ParentType, ContextType, RequireFields>; - localmainnet_relayers?: SubscriptionResolver, "localmainnet_relayers", ParentType, ContextType, RequireFields>; - localmainnet_sequencer?: SubscriptionResolver, "localmainnet_sequencer", ParentType, ContextType, RequireFields>; - localmainnet_sequencers?: SubscriptionResolver, "localmainnet_sequencers", ParentType, ContextType, RequireFields>; - localmainnet_relayerFee?: SubscriptionResolver, "localmainnet_relayerFee", ParentType, ContextType, RequireFields>; - localmainnet_relayerFees?: SubscriptionResolver, "localmainnet_relayerFees", ParentType, ContextType, RequireFields>; - localmainnet_originTransfer?: SubscriptionResolver, "localmainnet_originTransfer", ParentType, ContextType, RequireFields>; - localmainnet_originTransfers?: SubscriptionResolver, "localmainnet_originTransfers", ParentType, ContextType, RequireFields>; - localmainnet_destinationTransfer?: SubscriptionResolver, "localmainnet_destinationTransfer", ParentType, ContextType, RequireFields>; - localmainnet_destinationTransfers?: SubscriptionResolver, "localmainnet_destinationTransfers", ParentType, ContextType, RequireFields>; - localmainnet_originMessage?: SubscriptionResolver, "localmainnet_originMessage", ParentType, ContextType, RequireFields>; - localmainnet_originMessages?: SubscriptionResolver, "localmainnet_originMessages", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRoot?: SubscriptionResolver, "localmainnet_aggregateRoot", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRoots?: SubscriptionResolver, "localmainnet_aggregateRoots", ParentType, ContextType, RequireFields>; - localmainnet_connectorMeta?: SubscriptionResolver, "localmainnet_connectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_connectorMetas?: SubscriptionResolver, "localmainnet_connectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_rootCount?: SubscriptionResolver, "localmainnet_rootCount", ParentType, ContextType, RequireFields>; - localmainnet_rootCounts?: SubscriptionResolver, "localmainnet_rootCounts", ParentType, ContextType, RequireFields>; - localmainnet_rootMessageSent?: SubscriptionResolver, "localmainnet_rootMessageSent", ParentType, ContextType, RequireFields>; - localmainnet_rootMessageSents?: SubscriptionResolver, "localmainnet_rootMessageSents", ParentType, ContextType, RequireFields>; - localmainnet_relayerFeesIncrease?: SubscriptionResolver, "localmainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - localmainnet_relayerFeesIncreases?: SubscriptionResolver, "localmainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - localmainnet_slippageUpdate?: SubscriptionResolver, "localmainnet_slippageUpdate", ParentType, ContextType, RequireFields>; - localmainnet_slippageUpdates?: SubscriptionResolver, "localmainnet_slippageUpdates", ParentType, ContextType, RequireFields>; - localmainnet_snapshotRoot?: SubscriptionResolver, "localmainnet_snapshotRoot", ParentType, ContextType, RequireFields>; - localmainnet_snapshotRoots?: SubscriptionResolver, "localmainnet_snapshotRoots", ParentType, ContextType, RequireFields>; - localmainnet_spokeConnectorMode?: SubscriptionResolver, "localmainnet_spokeConnectorMode", ParentType, ContextType, RequireFields>; - localmainnet_spokeConnectorModes?: SubscriptionResolver, "localmainnet_spokeConnectorModes", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootProposed?: SubscriptionResolver, "localmainnet_aggregateRootProposed", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootProposeds?: SubscriptionResolver, "localmainnet_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootFinalized?: SubscriptionResolver, "localmainnet_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootFinalizeds?: SubscriptionResolver, "localmainnet_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - localoptimism_asset?: SubscriptionResolver, "localoptimism_asset", ParentType, ContextType, RequireFields>; - localoptimism_assets?: SubscriptionResolver, "localoptimism_assets", ParentType, ContextType, RequireFields>; - localoptimism_assetStatus?: SubscriptionResolver, "localoptimism_assetStatus", ParentType, ContextType, RequireFields>; - localoptimism_assetStatuses?: SubscriptionResolver, "localoptimism_assetStatuses", ParentType, ContextType, RequireFields>; - localoptimism_assetBalance?: SubscriptionResolver, "localoptimism_assetBalance", ParentType, ContextType, RequireFields>; - localoptimism_assetBalances?: SubscriptionResolver, "localoptimism_assetBalances", ParentType, ContextType, RequireFields>; - localoptimism_router?: SubscriptionResolver, "localoptimism_router", ParentType, ContextType, RequireFields>; - localoptimism_routers?: SubscriptionResolver, "localoptimism_routers", ParentType, ContextType, RequireFields>; - localoptimism_routerDailyTVL?: SubscriptionResolver, "localoptimism_routerDailyTVL", ParentType, ContextType, RequireFields>; - localoptimism_routerDailyTVLs?: SubscriptionResolver, "localoptimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; - localoptimism_setting?: SubscriptionResolver, "localoptimism_setting", ParentType, ContextType, RequireFields>; - localoptimism_settings?: SubscriptionResolver, "localoptimism_settings", ParentType, ContextType, RequireFields>; - localoptimism_relayer?: SubscriptionResolver, "localoptimism_relayer", ParentType, ContextType, RequireFields>; - localoptimism_relayers?: SubscriptionResolver, "localoptimism_relayers", ParentType, ContextType, RequireFields>; - localoptimism_sequencer?: SubscriptionResolver, "localoptimism_sequencer", ParentType, ContextType, RequireFields>; - localoptimism_sequencers?: SubscriptionResolver, "localoptimism_sequencers", ParentType, ContextType, RequireFields>; - localoptimism_relayerFee?: SubscriptionResolver, "localoptimism_relayerFee", ParentType, ContextType, RequireFields>; - localoptimism_relayerFees?: SubscriptionResolver, "localoptimism_relayerFees", ParentType, ContextType, RequireFields>; - localoptimism_originTransfer?: SubscriptionResolver, "localoptimism_originTransfer", ParentType, ContextType, RequireFields>; - localoptimism_originTransfers?: SubscriptionResolver, "localoptimism_originTransfers", ParentType, ContextType, RequireFields>; - localoptimism_destinationTransfer?: SubscriptionResolver, "localoptimism_destinationTransfer", ParentType, ContextType, RequireFields>; - localoptimism_destinationTransfers?: SubscriptionResolver, "localoptimism_destinationTransfers", ParentType, ContextType, RequireFields>; - localoptimism_originMessage?: SubscriptionResolver, "localoptimism_originMessage", ParentType, ContextType, RequireFields>; - localoptimism_originMessages?: SubscriptionResolver, "localoptimism_originMessages", ParentType, ContextType, RequireFields>; - localoptimism_aggregateRoot?: SubscriptionResolver, "localoptimism_aggregateRoot", ParentType, ContextType, RequireFields>; - localoptimism_aggregateRoots?: SubscriptionResolver, "localoptimism_aggregateRoots", ParentType, ContextType, RequireFields>; - localoptimism_connectorMeta?: SubscriptionResolver, "localoptimism_connectorMeta", ParentType, ContextType, RequireFields>; - localoptimism_connectorMetas?: SubscriptionResolver, "localoptimism_connectorMetas", ParentType, ContextType, RequireFields>; - localoptimism_rootCount?: SubscriptionResolver, "localoptimism_rootCount", ParentType, ContextType, RequireFields>; - localoptimism_rootCounts?: SubscriptionResolver, "localoptimism_rootCounts", ParentType, ContextType, RequireFields>; - localoptimism_rootMessageSent?: SubscriptionResolver, "localoptimism_rootMessageSent", ParentType, ContextType, RequireFields>; - localoptimism_rootMessageSents?: SubscriptionResolver, "localoptimism_rootMessageSents", ParentType, ContextType, RequireFields>; - localoptimism_relayerFeesIncrease?: SubscriptionResolver, "localoptimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - localoptimism_relayerFeesIncreases?: SubscriptionResolver, "localoptimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - localoptimism_slippageUpdate?: SubscriptionResolver, "localoptimism_slippageUpdate", ParentType, ContextType, RequireFields>; - localoptimism_slippageUpdates?: SubscriptionResolver, "localoptimism_slippageUpdates", ParentType, ContextType, RequireFields>; - localoptimism_snapshotRoot?: SubscriptionResolver, "localoptimism_snapshotRoot", ParentType, ContextType, RequireFields>; - localoptimism_snapshotRoots?: SubscriptionResolver, "localoptimism_snapshotRoots", ParentType, ContextType, RequireFields>; - localoptimism_spokeConnectorMode?: SubscriptionResolver, "localoptimism_spokeConnectorMode", ParentType, ContextType, RequireFields>; - localoptimism_spokeConnectorModes?: SubscriptionResolver, "localoptimism_spokeConnectorModes", ParentType, ContextType, RequireFields>; - localoptimism_aggregateRootProposed?: SubscriptionResolver, "localoptimism_aggregateRootProposed", ParentType, ContextType, RequireFields>; - localoptimism_aggregateRootProposeds?: SubscriptionResolver, "localoptimism_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - localoptimism_optimisticRootFinalized?: SubscriptionResolver, "localoptimism_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - localoptimism_optimisticRootFinalizeds?: SubscriptionResolver, "localoptimism_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - localoptimism__meta?: SubscriptionResolver, "localoptimism__meta", ParentType, ContextType, Partial>; - localarbitrumone_asset?: SubscriptionResolver, "localarbitrumone_asset", ParentType, ContextType, RequireFields>; - localarbitrumone_assets?: SubscriptionResolver, "localarbitrumone_assets", ParentType, ContextType, RequireFields>; - localarbitrumone_assetStatus?: SubscriptionResolver, "localarbitrumone_assetStatus", ParentType, ContextType, RequireFields>; - localarbitrumone_assetStatuses?: SubscriptionResolver, "localarbitrumone_assetStatuses", ParentType, ContextType, RequireFields>; - localarbitrumone_assetBalance?: SubscriptionResolver, "localarbitrumone_assetBalance", ParentType, ContextType, RequireFields>; - localarbitrumone_assetBalances?: SubscriptionResolver, "localarbitrumone_assetBalances", ParentType, ContextType, RequireFields>; - localarbitrumone_router?: SubscriptionResolver, "localarbitrumone_router", ParentType, ContextType, RequireFields>; - localarbitrumone_routers?: SubscriptionResolver, "localarbitrumone_routers", ParentType, ContextType, RequireFields>; - localarbitrumone_routerDailyTVL?: SubscriptionResolver, "localarbitrumone_routerDailyTVL", ParentType, ContextType, RequireFields>; - localarbitrumone_routerDailyTVLs?: SubscriptionResolver, "localarbitrumone_routerDailyTVLs", ParentType, ContextType, RequireFields>; - localarbitrumone_setting?: SubscriptionResolver, "localarbitrumone_setting", ParentType, ContextType, RequireFields>; - localarbitrumone_settings?: SubscriptionResolver, "localarbitrumone_settings", ParentType, ContextType, RequireFields>; - localarbitrumone_relayer?: SubscriptionResolver, "localarbitrumone_relayer", ParentType, ContextType, RequireFields>; - localarbitrumone_relayers?: SubscriptionResolver, "localarbitrumone_relayers", ParentType, ContextType, RequireFields>; - localarbitrumone_sequencer?: SubscriptionResolver, "localarbitrumone_sequencer", ParentType, ContextType, RequireFields>; - localarbitrumone_sequencers?: SubscriptionResolver, "localarbitrumone_sequencers", ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFee?: SubscriptionResolver, "localarbitrumone_relayerFee", ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFees?: SubscriptionResolver, "localarbitrumone_relayerFees", ParentType, ContextType, RequireFields>; - localarbitrumone_originTransfer?: SubscriptionResolver, "localarbitrumone_originTransfer", ParentType, ContextType, RequireFields>; - localarbitrumone_originTransfers?: SubscriptionResolver, "localarbitrumone_originTransfers", ParentType, ContextType, RequireFields>; - localarbitrumone_destinationTransfer?: SubscriptionResolver, "localarbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; - localarbitrumone_destinationTransfers?: SubscriptionResolver, "localarbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; - localarbitrumone_originMessage?: SubscriptionResolver, "localarbitrumone_originMessage", ParentType, ContextType, RequireFields>; - localarbitrumone_originMessages?: SubscriptionResolver, "localarbitrumone_originMessages", ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRoot?: SubscriptionResolver, "localarbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRoots?: SubscriptionResolver, "localarbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; - localarbitrumone_connectorMeta?: SubscriptionResolver, "localarbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; - localarbitrumone_connectorMetas?: SubscriptionResolver, "localarbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; - localarbitrumone_rootCount?: SubscriptionResolver, "localarbitrumone_rootCount", ParentType, ContextType, RequireFields>; - localarbitrumone_rootCounts?: SubscriptionResolver, "localarbitrumone_rootCounts", ParentType, ContextType, RequireFields>; - localarbitrumone_rootMessageSent?: SubscriptionResolver, "localarbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; - localarbitrumone_rootMessageSents?: SubscriptionResolver, "localarbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFeesIncrease?: SubscriptionResolver, "localarbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFeesIncreases?: SubscriptionResolver, "localarbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - localarbitrumone_slippageUpdate?: SubscriptionResolver, "localarbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; - localarbitrumone_slippageUpdates?: SubscriptionResolver, "localarbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; - localarbitrumone_snapshotRoot?: SubscriptionResolver, "localarbitrumone_snapshotRoot", ParentType, ContextType, RequireFields>; - localarbitrumone_snapshotRoots?: SubscriptionResolver, "localarbitrumone_snapshotRoots", ParentType, ContextType, RequireFields>; - localarbitrumone_spokeConnectorMode?: SubscriptionResolver, "localarbitrumone_spokeConnectorMode", ParentType, ContextType, RequireFields>; - localarbitrumone_spokeConnectorModes?: SubscriptionResolver, "localarbitrumone_spokeConnectorModes", ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRootProposed?: SubscriptionResolver, "localarbitrumone_aggregateRootProposed", ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRootProposeds?: SubscriptionResolver, "localarbitrumone_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - localarbitrumone_optimisticRootFinalized?: SubscriptionResolver, "localarbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - localarbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "localarbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - localarbitrumone__meta?: SubscriptionResolver, "localarbitrumone__meta", ParentType, ContextType, Partial>; stagingarbitrumgoerli_asset?: SubscriptionResolver, "stagingarbitrumgoerli_asset", ParentType, ContextType, RequireFields>; stagingarbitrumgoerli_assets?: SubscriptionResolver, "stagingarbitrumgoerli_assets", ParentType, ContextType, RequireFields>; stagingarbitrumgoerli_assetStatus?: SubscriptionResolver, "stagingarbitrumgoerli_assetStatus", ParentType, ContextType, RequireFields>; @@ -113618,6 +113590,51 @@ export type SubscriptionResolvers, "stagingarbitrumgoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingarbitrumgoerli_optimisticRootFinalizeds?: SubscriptionResolver, "stagingarbitrumgoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingarbitrumgoerli__meta?: SubscriptionResolver, "stagingarbitrumgoerli__meta", ParentType, ContextType, Partial>; + stagingmumbai_asset?: SubscriptionResolver, "stagingmumbai_asset", ParentType, ContextType, RequireFields>; + stagingmumbai_assets?: SubscriptionResolver, "stagingmumbai_assets", ParentType, ContextType, RequireFields>; + stagingmumbai_assetStatus?: SubscriptionResolver, "stagingmumbai_assetStatus", ParentType, ContextType, RequireFields>; + stagingmumbai_assetStatuses?: SubscriptionResolver, "stagingmumbai_assetStatuses", ParentType, ContextType, RequireFields>; + stagingmumbai_assetBalance?: SubscriptionResolver, "stagingmumbai_assetBalance", ParentType, ContextType, RequireFields>; + stagingmumbai_assetBalances?: SubscriptionResolver, "stagingmumbai_assetBalances", ParentType, ContextType, RequireFields>; + stagingmumbai_router?: SubscriptionResolver, "stagingmumbai_router", ParentType, ContextType, RequireFields>; + stagingmumbai_routers?: SubscriptionResolver, "stagingmumbai_routers", ParentType, ContextType, RequireFields>; + stagingmumbai_routerDailyTVL?: SubscriptionResolver, "stagingmumbai_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingmumbai_routerDailyTVLs?: SubscriptionResolver, "stagingmumbai_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingmumbai_setting?: SubscriptionResolver, "stagingmumbai_setting", ParentType, ContextType, RequireFields>; + stagingmumbai_settings?: SubscriptionResolver, "stagingmumbai_settings", ParentType, ContextType, RequireFields>; + stagingmumbai_relayer?: SubscriptionResolver, "stagingmumbai_relayer", ParentType, ContextType, RequireFields>; + stagingmumbai_relayers?: SubscriptionResolver, "stagingmumbai_relayers", ParentType, ContextType, RequireFields>; + stagingmumbai_sequencer?: SubscriptionResolver, "stagingmumbai_sequencer", ParentType, ContextType, RequireFields>; + stagingmumbai_sequencers?: SubscriptionResolver, "stagingmumbai_sequencers", ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFee?: SubscriptionResolver, "stagingmumbai_relayerFee", ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFees?: SubscriptionResolver, "stagingmumbai_relayerFees", ParentType, ContextType, RequireFields>; + stagingmumbai_originTransfer?: SubscriptionResolver, "stagingmumbai_originTransfer", ParentType, ContextType, RequireFields>; + stagingmumbai_originTransfers?: SubscriptionResolver, "stagingmumbai_originTransfers", ParentType, ContextType, RequireFields>; + stagingmumbai_destinationTransfer?: SubscriptionResolver, "stagingmumbai_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingmumbai_destinationTransfers?: SubscriptionResolver, "stagingmumbai_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingmumbai_originMessage?: SubscriptionResolver, "stagingmumbai_originMessage", ParentType, ContextType, RequireFields>; + stagingmumbai_originMessages?: SubscriptionResolver, "stagingmumbai_originMessages", ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRoot?: SubscriptionResolver, "stagingmumbai_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRoots?: SubscriptionResolver, "stagingmumbai_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingmumbai_connectorMeta?: SubscriptionResolver, "stagingmumbai_connectorMeta", ParentType, ContextType, RequireFields>; + stagingmumbai_connectorMetas?: SubscriptionResolver, "stagingmumbai_connectorMetas", ParentType, ContextType, RequireFields>; + stagingmumbai_rootCount?: SubscriptionResolver, "stagingmumbai_rootCount", ParentType, ContextType, RequireFields>; + stagingmumbai_rootCounts?: SubscriptionResolver, "stagingmumbai_rootCounts", ParentType, ContextType, RequireFields>; + stagingmumbai_rootMessageSent?: SubscriptionResolver, "stagingmumbai_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingmumbai_rootMessageSents?: SubscriptionResolver, "stagingmumbai_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFeesIncrease?: SubscriptionResolver, "stagingmumbai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFeesIncreases?: SubscriptionResolver, "stagingmumbai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingmumbai_slippageUpdate?: SubscriptionResolver, "stagingmumbai_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingmumbai_slippageUpdates?: SubscriptionResolver, "stagingmumbai_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingmumbai_snapshotRoot?: SubscriptionResolver, "stagingmumbai_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingmumbai_snapshotRoots?: SubscriptionResolver, "stagingmumbai_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingmumbai_spokeConnectorMode?: SubscriptionResolver, "stagingmumbai_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingmumbai_spokeConnectorModes?: SubscriptionResolver, "stagingmumbai_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRootProposed?: SubscriptionResolver, "stagingmumbai_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRootProposeds?: SubscriptionResolver, "stagingmumbai_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingmumbai_optimisticRootFinalized?: SubscriptionResolver, "stagingmumbai_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingmumbai_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmumbai_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingmumbai__meta?: SubscriptionResolver, "stagingmumbai__meta", ParentType, ContextType, Partial>; arbitrumgoerli_asset?: SubscriptionResolver, "arbitrumgoerli_asset", ParentType, ContextType, RequireFields>; arbitrumgoerli_assets?: SubscriptionResolver, "arbitrumgoerli_assets", ParentType, ContextType, RequireFields>; arbitrumgoerli_assetStatus?: SubscriptionResolver, "arbitrumgoerli_assetStatus", ParentType, ContextType, RequireFields>; @@ -113657,6 +113674,129 @@ export type SubscriptionResolvers, "arbitrumgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; arbitrumgoerli_slippageUpdates?: SubscriptionResolver, "arbitrumgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; arbitrumgoerli__meta?: SubscriptionResolver, "arbitrumgoerli__meta", ParentType, ContextType, Partial>; + mumbai_asset?: SubscriptionResolver, "mumbai_asset", ParentType, ContextType, RequireFields>; + mumbai_assets?: SubscriptionResolver, "mumbai_assets", ParentType, ContextType, RequireFields>; + mumbai_assetStatus?: SubscriptionResolver, "mumbai_assetStatus", ParentType, ContextType, RequireFields>; + mumbai_assetStatuses?: SubscriptionResolver, "mumbai_assetStatuses", ParentType, ContextType, RequireFields>; + mumbai_assetBalance?: SubscriptionResolver, "mumbai_assetBalance", ParentType, ContextType, RequireFields>; + mumbai_assetBalances?: SubscriptionResolver, "mumbai_assetBalances", ParentType, ContextType, RequireFields>; + mumbai_router?: SubscriptionResolver, "mumbai_router", ParentType, ContextType, RequireFields>; + mumbai_routers?: SubscriptionResolver, "mumbai_routers", ParentType, ContextType, RequireFields>; + mumbai_routerDailyTVL?: SubscriptionResolver, "mumbai_routerDailyTVL", ParentType, ContextType, RequireFields>; + mumbai_routerDailyTVLs?: SubscriptionResolver, "mumbai_routerDailyTVLs", ParentType, ContextType, RequireFields>; + mumbai_routerLiquidityEvent?: SubscriptionResolver, "mumbai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + mumbai_routerLiquidityEvents?: SubscriptionResolver, "mumbai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + mumbai_setting?: SubscriptionResolver, "mumbai_setting", ParentType, ContextType, RequireFields>; + mumbai_settings?: SubscriptionResolver, "mumbai_settings", ParentType, ContextType, RequireFields>; + mumbai_relayer?: SubscriptionResolver, "mumbai_relayer", ParentType, ContextType, RequireFields>; + mumbai_relayers?: SubscriptionResolver, "mumbai_relayers", ParentType, ContextType, RequireFields>; + mumbai_sequencer?: SubscriptionResolver, "mumbai_sequencer", ParentType, ContextType, RequireFields>; + mumbai_sequencers?: SubscriptionResolver, "mumbai_sequencers", ParentType, ContextType, RequireFields>; + mumbai_relayerFee?: SubscriptionResolver, "mumbai_relayerFee", ParentType, ContextType, RequireFields>; + mumbai_relayerFees?: SubscriptionResolver, "mumbai_relayerFees", ParentType, ContextType, RequireFields>; + mumbai_originTransfer?: SubscriptionResolver, "mumbai_originTransfer", ParentType, ContextType, RequireFields>; + mumbai_originTransfers?: SubscriptionResolver, "mumbai_originTransfers", ParentType, ContextType, RequireFields>; + mumbai_destinationTransfer?: SubscriptionResolver, "mumbai_destinationTransfer", ParentType, ContextType, RequireFields>; + mumbai_destinationTransfers?: SubscriptionResolver, "mumbai_destinationTransfers", ParentType, ContextType, RequireFields>; + mumbai_originMessage?: SubscriptionResolver, "mumbai_originMessage", ParentType, ContextType, RequireFields>; + mumbai_originMessages?: SubscriptionResolver, "mumbai_originMessages", ParentType, ContextType, RequireFields>; + mumbai_aggregateRoot?: SubscriptionResolver, "mumbai_aggregateRoot", ParentType, ContextType, RequireFields>; + mumbai_aggregateRoots?: SubscriptionResolver, "mumbai_aggregateRoots", ParentType, ContextType, RequireFields>; + mumbai_connectorMeta?: SubscriptionResolver, "mumbai_connectorMeta", ParentType, ContextType, RequireFields>; + mumbai_connectorMetas?: SubscriptionResolver, "mumbai_connectorMetas", ParentType, ContextType, RequireFields>; + mumbai_rootCount?: SubscriptionResolver, "mumbai_rootCount", ParentType, ContextType, RequireFields>; + mumbai_rootCounts?: SubscriptionResolver, "mumbai_rootCounts", ParentType, ContextType, RequireFields>; + mumbai_rootMessageSent?: SubscriptionResolver, "mumbai_rootMessageSent", ParentType, ContextType, RequireFields>; + mumbai_rootMessageSents?: SubscriptionResolver, "mumbai_rootMessageSents", ParentType, ContextType, RequireFields>; + mumbai_relayerFeesIncrease?: SubscriptionResolver, "mumbai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + mumbai_relayerFeesIncreases?: SubscriptionResolver, "mumbai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + mumbai_slippageUpdate?: SubscriptionResolver, "mumbai_slippageUpdate", ParentType, ContextType, RequireFields>; + mumbai_slippageUpdates?: SubscriptionResolver, "mumbai_slippageUpdates", ParentType, ContextType, RequireFields>; + mumbai__meta?: SubscriptionResolver, "mumbai__meta", ParentType, ContextType, Partial>; + xdai_asset?: SubscriptionResolver, "xdai_asset", ParentType, ContextType, RequireFields>; + xdai_assets?: SubscriptionResolver, "xdai_assets", ParentType, ContextType, RequireFields>; + xdai_assetStatus?: SubscriptionResolver, "xdai_assetStatus", ParentType, ContextType, RequireFields>; + xdai_assetStatuses?: SubscriptionResolver, "xdai_assetStatuses", ParentType, ContextType, RequireFields>; + xdai_assetBalance?: SubscriptionResolver, "xdai_assetBalance", ParentType, ContextType, RequireFields>; + xdai_assetBalances?: SubscriptionResolver, "xdai_assetBalances", ParentType, ContextType, RequireFields>; + xdai_router?: SubscriptionResolver, "xdai_router", ParentType, ContextType, RequireFields>; + xdai_routers?: SubscriptionResolver, "xdai_routers", ParentType, ContextType, RequireFields>; + xdai_routerDailyTVL?: SubscriptionResolver, "xdai_routerDailyTVL", ParentType, ContextType, RequireFields>; + xdai_routerDailyTVLs?: SubscriptionResolver, "xdai_routerDailyTVLs", ParentType, ContextType, RequireFields>; + xdai_routerLiquidityEvent?: SubscriptionResolver, "xdai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + xdai_routerLiquidityEvents?: SubscriptionResolver, "xdai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + xdai_setting?: SubscriptionResolver, "xdai_setting", ParentType, ContextType, RequireFields>; + xdai_settings?: SubscriptionResolver, "xdai_settings", ParentType, ContextType, RequireFields>; + xdai_relayer?: SubscriptionResolver, "xdai_relayer", ParentType, ContextType, RequireFields>; + xdai_relayers?: SubscriptionResolver, "xdai_relayers", ParentType, ContextType, RequireFields>; + xdai_sequencer?: SubscriptionResolver, "xdai_sequencer", ParentType, ContextType, RequireFields>; + xdai_sequencers?: SubscriptionResolver, "xdai_sequencers", ParentType, ContextType, RequireFields>; + xdai_relayerFee?: SubscriptionResolver, "xdai_relayerFee", ParentType, ContextType, RequireFields>; + xdai_relayerFees?: SubscriptionResolver, "xdai_relayerFees", ParentType, ContextType, RequireFields>; + xdai_originTransfer?: SubscriptionResolver, "xdai_originTransfer", ParentType, ContextType, RequireFields>; + xdai_originTransfers?: SubscriptionResolver, "xdai_originTransfers", ParentType, ContextType, RequireFields>; + xdai_destinationTransfer?: SubscriptionResolver, "xdai_destinationTransfer", ParentType, ContextType, RequireFields>; + xdai_destinationTransfers?: SubscriptionResolver, "xdai_destinationTransfers", ParentType, ContextType, RequireFields>; + xdai_originMessage?: SubscriptionResolver, "xdai_originMessage", ParentType, ContextType, RequireFields>; + xdai_originMessages?: SubscriptionResolver, "xdai_originMessages", ParentType, ContextType, RequireFields>; + xdai_aggregateRoot?: SubscriptionResolver, "xdai_aggregateRoot", ParentType, ContextType, RequireFields>; + xdai_aggregateRoots?: SubscriptionResolver, "xdai_aggregateRoots", ParentType, ContextType, RequireFields>; + xdai_connectorMeta?: SubscriptionResolver, "xdai_connectorMeta", ParentType, ContextType, RequireFields>; + xdai_connectorMetas?: SubscriptionResolver, "xdai_connectorMetas", ParentType, ContextType, RequireFields>; + xdai_rootCount?: SubscriptionResolver, "xdai_rootCount", ParentType, ContextType, RequireFields>; + xdai_rootCounts?: SubscriptionResolver, "xdai_rootCounts", ParentType, ContextType, RequireFields>; + xdai_rootMessageSent?: SubscriptionResolver, "xdai_rootMessageSent", ParentType, ContextType, RequireFields>; + xdai_rootMessageSents?: SubscriptionResolver, "xdai_rootMessageSents", ParentType, ContextType, RequireFields>; + xdai_relayerFeesIncrease?: SubscriptionResolver, "xdai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + xdai_relayerFeesIncreases?: SubscriptionResolver, "xdai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + xdai_slippageUpdate?: SubscriptionResolver, "xdai_slippageUpdate", ParentType, ContextType, RequireFields>; + xdai_slippageUpdates?: SubscriptionResolver, "xdai_slippageUpdates", ParentType, ContextType, RequireFields>; + xdai__meta?: SubscriptionResolver, "xdai__meta", ParentType, ContextType, Partial>; + localarbitrumone_asset?: SubscriptionResolver, "localarbitrumone_asset", ParentType, ContextType, RequireFields>; + localarbitrumone_assets?: SubscriptionResolver, "localarbitrumone_assets", ParentType, ContextType, RequireFields>; + localarbitrumone_assetStatus?: SubscriptionResolver, "localarbitrumone_assetStatus", ParentType, ContextType, RequireFields>; + localarbitrumone_assetStatuses?: SubscriptionResolver, "localarbitrumone_assetStatuses", ParentType, ContextType, RequireFields>; + localarbitrumone_assetBalance?: SubscriptionResolver, "localarbitrumone_assetBalance", ParentType, ContextType, RequireFields>; + localarbitrumone_assetBalances?: SubscriptionResolver, "localarbitrumone_assetBalances", ParentType, ContextType, RequireFields>; + localarbitrumone_router?: SubscriptionResolver, "localarbitrumone_router", ParentType, ContextType, RequireFields>; + localarbitrumone_routers?: SubscriptionResolver, "localarbitrumone_routers", ParentType, ContextType, RequireFields>; + localarbitrumone_routerDailyTVL?: SubscriptionResolver, "localarbitrumone_routerDailyTVL", ParentType, ContextType, RequireFields>; + localarbitrumone_routerDailyTVLs?: SubscriptionResolver, "localarbitrumone_routerDailyTVLs", ParentType, ContextType, RequireFields>; + localarbitrumone_setting?: SubscriptionResolver, "localarbitrumone_setting", ParentType, ContextType, RequireFields>; + localarbitrumone_settings?: SubscriptionResolver, "localarbitrumone_settings", ParentType, ContextType, RequireFields>; + localarbitrumone_relayer?: SubscriptionResolver, "localarbitrumone_relayer", ParentType, ContextType, RequireFields>; + localarbitrumone_relayers?: SubscriptionResolver, "localarbitrumone_relayers", ParentType, ContextType, RequireFields>; + localarbitrumone_sequencer?: SubscriptionResolver, "localarbitrumone_sequencer", ParentType, ContextType, RequireFields>; + localarbitrumone_sequencers?: SubscriptionResolver, "localarbitrumone_sequencers", ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFee?: SubscriptionResolver, "localarbitrumone_relayerFee", ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFees?: SubscriptionResolver, "localarbitrumone_relayerFees", ParentType, ContextType, RequireFields>; + localarbitrumone_originTransfer?: SubscriptionResolver, "localarbitrumone_originTransfer", ParentType, ContextType, RequireFields>; + localarbitrumone_originTransfers?: SubscriptionResolver, "localarbitrumone_originTransfers", ParentType, ContextType, RequireFields>; + localarbitrumone_destinationTransfer?: SubscriptionResolver, "localarbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; + localarbitrumone_destinationTransfers?: SubscriptionResolver, "localarbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; + localarbitrumone_originMessage?: SubscriptionResolver, "localarbitrumone_originMessage", ParentType, ContextType, RequireFields>; + localarbitrumone_originMessages?: SubscriptionResolver, "localarbitrumone_originMessages", ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRoot?: SubscriptionResolver, "localarbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRoots?: SubscriptionResolver, "localarbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; + localarbitrumone_connectorMeta?: SubscriptionResolver, "localarbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; + localarbitrumone_connectorMetas?: SubscriptionResolver, "localarbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; + localarbitrumone_rootCount?: SubscriptionResolver, "localarbitrumone_rootCount", ParentType, ContextType, RequireFields>; + localarbitrumone_rootCounts?: SubscriptionResolver, "localarbitrumone_rootCounts", ParentType, ContextType, RequireFields>; + localarbitrumone_rootMessageSent?: SubscriptionResolver, "localarbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; + localarbitrumone_rootMessageSents?: SubscriptionResolver, "localarbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFeesIncrease?: SubscriptionResolver, "localarbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFeesIncreases?: SubscriptionResolver, "localarbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + localarbitrumone_slippageUpdate?: SubscriptionResolver, "localarbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; + localarbitrumone_slippageUpdates?: SubscriptionResolver, "localarbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; + localarbitrumone_snapshotRoot?: SubscriptionResolver, "localarbitrumone_snapshotRoot", ParentType, ContextType, RequireFields>; + localarbitrumone_snapshotRoots?: SubscriptionResolver, "localarbitrumone_snapshotRoots", ParentType, ContextType, RequireFields>; + localarbitrumone_spokeConnectorMode?: SubscriptionResolver, "localarbitrumone_spokeConnectorMode", ParentType, ContextType, RequireFields>; + localarbitrumone_spokeConnectorModes?: SubscriptionResolver, "localarbitrumone_spokeConnectorModes", ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRootProposed?: SubscriptionResolver, "localarbitrumone_aggregateRootProposed", ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRootProposeds?: SubscriptionResolver, "localarbitrumone_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + localarbitrumone_optimisticRootFinalized?: SubscriptionResolver, "localarbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + localarbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "localarbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + localarbitrumone__meta?: SubscriptionResolver, "localarbitrumone__meta", ParentType, ContextType, Partial>; bnb_asset?: SubscriptionResolver, "bnb_asset", ParentType, ContextType, RequireFields>; bnb_assets?: SubscriptionResolver, "bnb_assets", ParentType, ContextType, RequireFields>; bnb_assetStatus?: SubscriptionResolver, "bnb_assetStatus", ParentType, ContextType, RequireFields>; @@ -113696,6 +113836,134 @@ export type SubscriptionResolvers, "bnb_slippageUpdate", ParentType, ContextType, RequireFields>; bnb_slippageUpdates?: SubscriptionResolver, "bnb_slippageUpdates", ParentType, ContextType, RequireFields>; bnb__meta?: SubscriptionResolver, "bnb__meta", ParentType, ContextType, Partial>; + linea_asset?: SubscriptionResolver, "linea_asset", ParentType, ContextType, RequireFields>; + linea_assets?: SubscriptionResolver, "linea_assets", ParentType, ContextType, RequireFields>; + linea_assetStatus?: SubscriptionResolver, "linea_assetStatus", ParentType, ContextType, RequireFields>; + linea_assetStatuses?: SubscriptionResolver, "linea_assetStatuses", ParentType, ContextType, RequireFields>; + linea_assetBalance?: SubscriptionResolver, "linea_assetBalance", ParentType, ContextType, RequireFields>; + linea_assetBalances?: SubscriptionResolver, "linea_assetBalances", ParentType, ContextType, RequireFields>; + linea_router?: SubscriptionResolver, "linea_router", ParentType, ContextType, RequireFields>; + linea_routers?: SubscriptionResolver, "linea_routers", ParentType, ContextType, RequireFields>; + linea_routerDailyTVL?: SubscriptionResolver, "linea_routerDailyTVL", ParentType, ContextType, RequireFields>; + linea_routerDailyTVLs?: SubscriptionResolver, "linea_routerDailyTVLs", ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvent?: SubscriptionResolver, "linea_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvents?: SubscriptionResolver, "linea_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + linea_setting?: SubscriptionResolver, "linea_setting", ParentType, ContextType, RequireFields>; + linea_settings?: SubscriptionResolver, "linea_settings", ParentType, ContextType, RequireFields>; + linea_relayer?: SubscriptionResolver, "linea_relayer", ParentType, ContextType, RequireFields>; + linea_relayers?: SubscriptionResolver, "linea_relayers", ParentType, ContextType, RequireFields>; + linea_sequencer?: SubscriptionResolver, "linea_sequencer", ParentType, ContextType, RequireFields>; + linea_sequencers?: SubscriptionResolver, "linea_sequencers", ParentType, ContextType, RequireFields>; + linea_relayerFee?: SubscriptionResolver, "linea_relayerFee", ParentType, ContextType, RequireFields>; + linea_relayerFees?: SubscriptionResolver, "linea_relayerFees", ParentType, ContextType, RequireFields>; + linea_originTransfer?: SubscriptionResolver, "linea_originTransfer", ParentType, ContextType, RequireFields>; + linea_originTransfers?: SubscriptionResolver, "linea_originTransfers", ParentType, ContextType, RequireFields>; + linea_destinationTransfer?: SubscriptionResolver, "linea_destinationTransfer", ParentType, ContextType, RequireFields>; + linea_destinationTransfers?: SubscriptionResolver, "linea_destinationTransfers", ParentType, ContextType, RequireFields>; + linea_originMessage?: SubscriptionResolver, "linea_originMessage", ParentType, ContextType, RequireFields>; + linea_originMessages?: SubscriptionResolver, "linea_originMessages", ParentType, ContextType, RequireFields>; + linea_aggregateRoot?: SubscriptionResolver, "linea_aggregateRoot", ParentType, ContextType, RequireFields>; + linea_aggregateRoots?: SubscriptionResolver, "linea_aggregateRoots", ParentType, ContextType, RequireFields>; + linea_connectorMeta?: SubscriptionResolver, "linea_connectorMeta", ParentType, ContextType, RequireFields>; + linea_connectorMetas?: SubscriptionResolver, "linea_connectorMetas", ParentType, ContextType, RequireFields>; + linea_rootCount?: SubscriptionResolver, "linea_rootCount", ParentType, ContextType, RequireFields>; + linea_rootCounts?: SubscriptionResolver, "linea_rootCounts", ParentType, ContextType, RequireFields>; + linea_rootMessageSent?: SubscriptionResolver, "linea_rootMessageSent", ParentType, ContextType, RequireFields>; + linea_rootMessageSents?: SubscriptionResolver, "linea_rootMessageSents", ParentType, ContextType, RequireFields>; + linea_relayerFeesIncrease?: SubscriptionResolver, "linea_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + linea_relayerFeesIncreases?: SubscriptionResolver, "linea_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + linea_slippageUpdate?: SubscriptionResolver, "linea_slippageUpdate", ParentType, ContextType, RequireFields>; + linea_slippageUpdates?: SubscriptionResolver, "linea_slippageUpdates", ParentType, ContextType, RequireFields>; + linea__meta?: SubscriptionResolver, "linea__meta", ParentType, ContextType, Partial>; + localmainnet_asset?: SubscriptionResolver, "localmainnet_asset", ParentType, ContextType, RequireFields>; + localmainnet_assets?: SubscriptionResolver, "localmainnet_assets", ParentType, ContextType, RequireFields>; + localmainnet_assetStatus?: SubscriptionResolver, "localmainnet_assetStatus", ParentType, ContextType, RequireFields>; + localmainnet_assetStatuses?: SubscriptionResolver, "localmainnet_assetStatuses", ParentType, ContextType, RequireFields>; + localmainnet_assetBalance?: SubscriptionResolver, "localmainnet_assetBalance", ParentType, ContextType, RequireFields>; + localmainnet_assetBalances?: SubscriptionResolver, "localmainnet_assetBalances", ParentType, ContextType, RequireFields>; + localmainnet_router?: SubscriptionResolver, "localmainnet_router", ParentType, ContextType, RequireFields>; + localmainnet_routers?: SubscriptionResolver, "localmainnet_routers", ParentType, ContextType, RequireFields>; + localmainnet_routerDailyTVL?: SubscriptionResolver, "localmainnet_routerDailyTVL", ParentType, ContextType, RequireFields>; + localmainnet_routerDailyTVLs?: SubscriptionResolver, "localmainnet_routerDailyTVLs", ParentType, ContextType, RequireFields>; + localmainnet_setting?: SubscriptionResolver, "localmainnet_setting", ParentType, ContextType, RequireFields>; + localmainnet_settings?: SubscriptionResolver, "localmainnet_settings", ParentType, ContextType, RequireFields>; + localmainnet_relayer?: SubscriptionResolver, "localmainnet_relayer", ParentType, ContextType, RequireFields>; + localmainnet_relayers?: SubscriptionResolver, "localmainnet_relayers", ParentType, ContextType, RequireFields>; + localmainnet_sequencer?: SubscriptionResolver, "localmainnet_sequencer", ParentType, ContextType, RequireFields>; + localmainnet_sequencers?: SubscriptionResolver, "localmainnet_sequencers", ParentType, ContextType, RequireFields>; + localmainnet_relayerFee?: SubscriptionResolver, "localmainnet_relayerFee", ParentType, ContextType, RequireFields>; + localmainnet_relayerFees?: SubscriptionResolver, "localmainnet_relayerFees", ParentType, ContextType, RequireFields>; + localmainnet_originTransfer?: SubscriptionResolver, "localmainnet_originTransfer", ParentType, ContextType, RequireFields>; + localmainnet_originTransfers?: SubscriptionResolver, "localmainnet_originTransfers", ParentType, ContextType, RequireFields>; + localmainnet_destinationTransfer?: SubscriptionResolver, "localmainnet_destinationTransfer", ParentType, ContextType, RequireFields>; + localmainnet_destinationTransfers?: SubscriptionResolver, "localmainnet_destinationTransfers", ParentType, ContextType, RequireFields>; + localmainnet_originMessage?: SubscriptionResolver, "localmainnet_originMessage", ParentType, ContextType, RequireFields>; + localmainnet_originMessages?: SubscriptionResolver, "localmainnet_originMessages", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRoot?: SubscriptionResolver, "localmainnet_aggregateRoot", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRoots?: SubscriptionResolver, "localmainnet_aggregateRoots", ParentType, ContextType, RequireFields>; + localmainnet_connectorMeta?: SubscriptionResolver, "localmainnet_connectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_connectorMetas?: SubscriptionResolver, "localmainnet_connectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_rootCount?: SubscriptionResolver, "localmainnet_rootCount", ParentType, ContextType, RequireFields>; + localmainnet_rootCounts?: SubscriptionResolver, "localmainnet_rootCounts", ParentType, ContextType, RequireFields>; + localmainnet_rootMessageSent?: SubscriptionResolver, "localmainnet_rootMessageSent", ParentType, ContextType, RequireFields>; + localmainnet_rootMessageSents?: SubscriptionResolver, "localmainnet_rootMessageSents", ParentType, ContextType, RequireFields>; + localmainnet_relayerFeesIncrease?: SubscriptionResolver, "localmainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + localmainnet_relayerFeesIncreases?: SubscriptionResolver, "localmainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + localmainnet_slippageUpdate?: SubscriptionResolver, "localmainnet_slippageUpdate", ParentType, ContextType, RequireFields>; + localmainnet_slippageUpdates?: SubscriptionResolver, "localmainnet_slippageUpdates", ParentType, ContextType, RequireFields>; + localmainnet_snapshotRoot?: SubscriptionResolver, "localmainnet_snapshotRoot", ParentType, ContextType, RequireFields>; + localmainnet_snapshotRoots?: SubscriptionResolver, "localmainnet_snapshotRoots", ParentType, ContextType, RequireFields>; + localmainnet_spokeConnectorMode?: SubscriptionResolver, "localmainnet_spokeConnectorMode", ParentType, ContextType, RequireFields>; + localmainnet_spokeConnectorModes?: SubscriptionResolver, "localmainnet_spokeConnectorModes", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootProposed?: SubscriptionResolver, "localmainnet_aggregateRootProposed", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootProposeds?: SubscriptionResolver, "localmainnet_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootFinalized?: SubscriptionResolver, "localmainnet_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootFinalizeds?: SubscriptionResolver, "localmainnet_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + localoptimism_asset?: SubscriptionResolver, "localoptimism_asset", ParentType, ContextType, RequireFields>; + localoptimism_assets?: SubscriptionResolver, "localoptimism_assets", ParentType, ContextType, RequireFields>; + localoptimism_assetStatus?: SubscriptionResolver, "localoptimism_assetStatus", ParentType, ContextType, RequireFields>; + localoptimism_assetStatuses?: SubscriptionResolver, "localoptimism_assetStatuses", ParentType, ContextType, RequireFields>; + localoptimism_assetBalance?: SubscriptionResolver, "localoptimism_assetBalance", ParentType, ContextType, RequireFields>; + localoptimism_assetBalances?: SubscriptionResolver, "localoptimism_assetBalances", ParentType, ContextType, RequireFields>; + localoptimism_router?: SubscriptionResolver, "localoptimism_router", ParentType, ContextType, RequireFields>; + localoptimism_routers?: SubscriptionResolver, "localoptimism_routers", ParentType, ContextType, RequireFields>; + localoptimism_routerDailyTVL?: SubscriptionResolver, "localoptimism_routerDailyTVL", ParentType, ContextType, RequireFields>; + localoptimism_routerDailyTVLs?: SubscriptionResolver, "localoptimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; + localoptimism_setting?: SubscriptionResolver, "localoptimism_setting", ParentType, ContextType, RequireFields>; + localoptimism_settings?: SubscriptionResolver, "localoptimism_settings", ParentType, ContextType, RequireFields>; + localoptimism_relayer?: SubscriptionResolver, "localoptimism_relayer", ParentType, ContextType, RequireFields>; + localoptimism_relayers?: SubscriptionResolver, "localoptimism_relayers", ParentType, ContextType, RequireFields>; + localoptimism_sequencer?: SubscriptionResolver, "localoptimism_sequencer", ParentType, ContextType, RequireFields>; + localoptimism_sequencers?: SubscriptionResolver, "localoptimism_sequencers", ParentType, ContextType, RequireFields>; + localoptimism_relayerFee?: SubscriptionResolver, "localoptimism_relayerFee", ParentType, ContextType, RequireFields>; + localoptimism_relayerFees?: SubscriptionResolver, "localoptimism_relayerFees", ParentType, ContextType, RequireFields>; + localoptimism_originTransfer?: SubscriptionResolver, "localoptimism_originTransfer", ParentType, ContextType, RequireFields>; + localoptimism_originTransfers?: SubscriptionResolver, "localoptimism_originTransfers", ParentType, ContextType, RequireFields>; + localoptimism_destinationTransfer?: SubscriptionResolver, "localoptimism_destinationTransfer", ParentType, ContextType, RequireFields>; + localoptimism_destinationTransfers?: SubscriptionResolver, "localoptimism_destinationTransfers", ParentType, ContextType, RequireFields>; + localoptimism_originMessage?: SubscriptionResolver, "localoptimism_originMessage", ParentType, ContextType, RequireFields>; + localoptimism_originMessages?: SubscriptionResolver, "localoptimism_originMessages", ParentType, ContextType, RequireFields>; + localoptimism_aggregateRoot?: SubscriptionResolver, "localoptimism_aggregateRoot", ParentType, ContextType, RequireFields>; + localoptimism_aggregateRoots?: SubscriptionResolver, "localoptimism_aggregateRoots", ParentType, ContextType, RequireFields>; + localoptimism_connectorMeta?: SubscriptionResolver, "localoptimism_connectorMeta", ParentType, ContextType, RequireFields>; + localoptimism_connectorMetas?: SubscriptionResolver, "localoptimism_connectorMetas", ParentType, ContextType, RequireFields>; + localoptimism_rootCount?: SubscriptionResolver, "localoptimism_rootCount", ParentType, ContextType, RequireFields>; + localoptimism_rootCounts?: SubscriptionResolver, "localoptimism_rootCounts", ParentType, ContextType, RequireFields>; + localoptimism_rootMessageSent?: SubscriptionResolver, "localoptimism_rootMessageSent", ParentType, ContextType, RequireFields>; + localoptimism_rootMessageSents?: SubscriptionResolver, "localoptimism_rootMessageSents", ParentType, ContextType, RequireFields>; + localoptimism_relayerFeesIncrease?: SubscriptionResolver, "localoptimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + localoptimism_relayerFeesIncreases?: SubscriptionResolver, "localoptimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + localoptimism_slippageUpdate?: SubscriptionResolver, "localoptimism_slippageUpdate", ParentType, ContextType, RequireFields>; + localoptimism_slippageUpdates?: SubscriptionResolver, "localoptimism_slippageUpdates", ParentType, ContextType, RequireFields>; + localoptimism_snapshotRoot?: SubscriptionResolver, "localoptimism_snapshotRoot", ParentType, ContextType, RequireFields>; + localoptimism_snapshotRoots?: SubscriptionResolver, "localoptimism_snapshotRoots", ParentType, ContextType, RequireFields>; + localoptimism_spokeConnectorMode?: SubscriptionResolver, "localoptimism_spokeConnectorMode", ParentType, ContextType, RequireFields>; + localoptimism_spokeConnectorModes?: SubscriptionResolver, "localoptimism_spokeConnectorModes", ParentType, ContextType, RequireFields>; + localoptimism_aggregateRootProposed?: SubscriptionResolver, "localoptimism_aggregateRootProposed", ParentType, ContextType, RequireFields>; + localoptimism_aggregateRootProposeds?: SubscriptionResolver, "localoptimism_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + localoptimism_optimisticRootFinalized?: SubscriptionResolver, "localoptimism_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + localoptimism_optimisticRootFinalizeds?: SubscriptionResolver, "localoptimism_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + localoptimism__meta?: SubscriptionResolver, "localoptimism__meta", ParentType, ContextType, Partial>; mainnet_asset?: SubscriptionResolver, "mainnet_asset", ParentType, ContextType, RequireFields>; mainnet_assets?: SubscriptionResolver, "mainnet_assets", ParentType, ContextType, RequireFields>; mainnet_assetStatus?: SubscriptionResolver, "mainnet_assetStatus", ParentType, ContextType, RequireFields>; @@ -113734,45 +114002,6 @@ export type SubscriptionResolvers, "mainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; mainnet_slippageUpdate?: SubscriptionResolver, "mainnet_slippageUpdate", ParentType, ContextType, RequireFields>; mainnet_slippageUpdates?: SubscriptionResolver, "mainnet_slippageUpdates", ParentType, ContextType, RequireFields>; - polygon_asset?: SubscriptionResolver, "polygon_asset", ParentType, ContextType, RequireFields>; - polygon_assets?: SubscriptionResolver, "polygon_assets", ParentType, ContextType, RequireFields>; - polygon_assetStatus?: SubscriptionResolver, "polygon_assetStatus", ParentType, ContextType, RequireFields>; - polygon_assetStatuses?: SubscriptionResolver, "polygon_assetStatuses", ParentType, ContextType, RequireFields>; - polygon_assetBalance?: SubscriptionResolver, "polygon_assetBalance", ParentType, ContextType, RequireFields>; - polygon_assetBalances?: SubscriptionResolver, "polygon_assetBalances", ParentType, ContextType, RequireFields>; - polygon_router?: SubscriptionResolver, "polygon_router", ParentType, ContextType, RequireFields>; - polygon_routers?: SubscriptionResolver, "polygon_routers", ParentType, ContextType, RequireFields>; - polygon_routerDailyTVL?: SubscriptionResolver, "polygon_routerDailyTVL", ParentType, ContextType, RequireFields>; - polygon_routerDailyTVLs?: SubscriptionResolver, "polygon_routerDailyTVLs", ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvent?: SubscriptionResolver, "polygon_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvents?: SubscriptionResolver, "polygon_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - polygon_setting?: SubscriptionResolver, "polygon_setting", ParentType, ContextType, RequireFields>; - polygon_settings?: SubscriptionResolver, "polygon_settings", ParentType, ContextType, RequireFields>; - polygon_relayer?: SubscriptionResolver, "polygon_relayer", ParentType, ContextType, RequireFields>; - polygon_relayers?: SubscriptionResolver, "polygon_relayers", ParentType, ContextType, RequireFields>; - polygon_sequencer?: SubscriptionResolver, "polygon_sequencer", ParentType, ContextType, RequireFields>; - polygon_sequencers?: SubscriptionResolver, "polygon_sequencers", ParentType, ContextType, RequireFields>; - polygon_relayerFee?: SubscriptionResolver, "polygon_relayerFee", ParentType, ContextType, RequireFields>; - polygon_relayerFees?: SubscriptionResolver, "polygon_relayerFees", ParentType, ContextType, RequireFields>; - polygon_originTransfer?: SubscriptionResolver, "polygon_originTransfer", ParentType, ContextType, RequireFields>; - polygon_originTransfers?: SubscriptionResolver, "polygon_originTransfers", ParentType, ContextType, RequireFields>; - polygon_destinationTransfer?: SubscriptionResolver, "polygon_destinationTransfer", ParentType, ContextType, RequireFields>; - polygon_destinationTransfers?: SubscriptionResolver, "polygon_destinationTransfers", ParentType, ContextType, RequireFields>; - polygon_originMessage?: SubscriptionResolver, "polygon_originMessage", ParentType, ContextType, RequireFields>; - polygon_originMessages?: SubscriptionResolver, "polygon_originMessages", ParentType, ContextType, RequireFields>; - polygon_aggregateRoot?: SubscriptionResolver, "polygon_aggregateRoot", ParentType, ContextType, RequireFields>; - polygon_aggregateRoots?: SubscriptionResolver, "polygon_aggregateRoots", ParentType, ContextType, RequireFields>; - polygon_connectorMeta?: SubscriptionResolver, "polygon_connectorMeta", ParentType, ContextType, RequireFields>; - polygon_connectorMetas?: SubscriptionResolver, "polygon_connectorMetas", ParentType, ContextType, RequireFields>; - polygon_rootCount?: SubscriptionResolver, "polygon_rootCount", ParentType, ContextType, RequireFields>; - polygon_rootCounts?: SubscriptionResolver, "polygon_rootCounts", ParentType, ContextType, RequireFields>; - polygon_rootMessageSent?: SubscriptionResolver, "polygon_rootMessageSent", ParentType, ContextType, RequireFields>; - polygon_rootMessageSents?: SubscriptionResolver, "polygon_rootMessageSents", ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncrease?: SubscriptionResolver, "polygon_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncreases?: SubscriptionResolver, "polygon_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - polygon_slippageUpdate?: SubscriptionResolver, "polygon_slippageUpdate", ParentType, ContextType, RequireFields>; - polygon_slippageUpdates?: SubscriptionResolver, "polygon_slippageUpdates", ParentType, ContextType, RequireFields>; - polygon__meta?: SubscriptionResolver, "polygon__meta", ParentType, ContextType, Partial>; arbitrumone_asset?: SubscriptionResolver, "arbitrumone_asset", ParentType, ContextType, RequireFields>; arbitrumone_assets?: SubscriptionResolver, "arbitrumone_assets", ParentType, ContextType, RequireFields>; arbitrumone_assetStatus?: SubscriptionResolver, "arbitrumone_assetStatus", ParentType, ContextType, RequireFields>; @@ -113796,402 +114025,61 @@ export type SubscriptionResolvers, "arbitrumone_originTransfer", ParentType, ContextType, RequireFields>; arbitrumone_originTransfers?: SubscriptionResolver, "arbitrumone_originTransfers", ParentType, ContextType, RequireFields>; arbitrumone_destinationTransfer?: SubscriptionResolver, "arbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; - arbitrumone_destinationTransfers?: SubscriptionResolver, "arbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; - arbitrumone_originMessage?: SubscriptionResolver, "arbitrumone_originMessage", ParentType, ContextType, RequireFields>; - arbitrumone_originMessages?: SubscriptionResolver, "arbitrumone_originMessages", ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRoot?: SubscriptionResolver, "arbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRoots?: SubscriptionResolver, "arbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; - arbitrumone_connectorMeta?: SubscriptionResolver, "arbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; - arbitrumone_connectorMetas?: SubscriptionResolver, "arbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; - arbitrumone_rootCount?: SubscriptionResolver, "arbitrumone_rootCount", ParentType, ContextType, RequireFields>; - arbitrumone_rootCounts?: SubscriptionResolver, "arbitrumone_rootCounts", ParentType, ContextType, RequireFields>; - arbitrumone_rootMessageSent?: SubscriptionResolver, "arbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; - arbitrumone_rootMessageSents?: SubscriptionResolver, "arbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFeesIncrease?: SubscriptionResolver, "arbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFeesIncreases?: SubscriptionResolver, "arbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - arbitrumone_slippageUpdate?: SubscriptionResolver, "arbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; - arbitrumone_slippageUpdates?: SubscriptionResolver, "arbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; - arbitrumone__meta?: SubscriptionResolver, "arbitrumone__meta", ParentType, ContextType, Partial>; - optimism_asset?: SubscriptionResolver, "optimism_asset", ParentType, ContextType, RequireFields>; - optimism_assets?: SubscriptionResolver, "optimism_assets", ParentType, ContextType, RequireFields>; - optimism_assetStatus?: SubscriptionResolver, "optimism_assetStatus", ParentType, ContextType, RequireFields>; - optimism_assetStatuses?: SubscriptionResolver, "optimism_assetStatuses", ParentType, ContextType, RequireFields>; - optimism_assetBalance?: SubscriptionResolver, "optimism_assetBalance", ParentType, ContextType, RequireFields>; - optimism_assetBalances?: SubscriptionResolver, "optimism_assetBalances", ParentType, ContextType, RequireFields>; - optimism_router?: SubscriptionResolver, "optimism_router", ParentType, ContextType, RequireFields>; - optimism_routers?: SubscriptionResolver, "optimism_routers", ParentType, ContextType, RequireFields>; - optimism_routerDailyTVL?: SubscriptionResolver, "optimism_routerDailyTVL", ParentType, ContextType, RequireFields>; - optimism_routerDailyTVLs?: SubscriptionResolver, "optimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; - optimism_setting?: SubscriptionResolver, "optimism_setting", ParentType, ContextType, RequireFields>; - optimism_settings?: SubscriptionResolver, "optimism_settings", ParentType, ContextType, RequireFields>; - optimism_relayer?: SubscriptionResolver, "optimism_relayer", ParentType, ContextType, RequireFields>; - optimism_relayers?: SubscriptionResolver, "optimism_relayers", ParentType, ContextType, RequireFields>; - optimism_sequencer?: SubscriptionResolver, "optimism_sequencer", ParentType, ContextType, RequireFields>; - optimism_sequencers?: SubscriptionResolver, "optimism_sequencers", ParentType, ContextType, RequireFields>; - optimism_relayerFee?: SubscriptionResolver, "optimism_relayerFee", ParentType, ContextType, RequireFields>; - optimism_relayerFees?: SubscriptionResolver, "optimism_relayerFees", ParentType, ContextType, RequireFields>; - optimism_originTransfer?: SubscriptionResolver, "optimism_originTransfer", ParentType, ContextType, RequireFields>; - optimism_originTransfers?: SubscriptionResolver, "optimism_originTransfers", ParentType, ContextType, RequireFields>; - optimism_destinationTransfer?: SubscriptionResolver, "optimism_destinationTransfer", ParentType, ContextType, RequireFields>; - optimism_destinationTransfers?: SubscriptionResolver, "optimism_destinationTransfers", ParentType, ContextType, RequireFields>; - optimism_originMessage?: SubscriptionResolver, "optimism_originMessage", ParentType, ContextType, RequireFields>; - optimism_originMessages?: SubscriptionResolver, "optimism_originMessages", ParentType, ContextType, RequireFields>; - optimism_aggregateRoot?: SubscriptionResolver, "optimism_aggregateRoot", ParentType, ContextType, RequireFields>; - optimism_aggregateRoots?: SubscriptionResolver, "optimism_aggregateRoots", ParentType, ContextType, RequireFields>; - optimism_connectorMeta?: SubscriptionResolver, "optimism_connectorMeta", ParentType, ContextType, RequireFields>; - optimism_connectorMetas?: SubscriptionResolver, "optimism_connectorMetas", ParentType, ContextType, RequireFields>; - optimism_rootCount?: SubscriptionResolver, "optimism_rootCount", ParentType, ContextType, RequireFields>; - optimism_rootCounts?: SubscriptionResolver, "optimism_rootCounts", ParentType, ContextType, RequireFields>; - optimism_rootMessageSent?: SubscriptionResolver, "optimism_rootMessageSent", ParentType, ContextType, RequireFields>; - optimism_rootMessageSents?: SubscriptionResolver, "optimism_rootMessageSents", ParentType, ContextType, RequireFields>; - optimism_relayerFeesIncrease?: SubscriptionResolver, "optimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - optimism_relayerFeesIncreases?: SubscriptionResolver, "optimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - optimism_slippageUpdate?: SubscriptionResolver, "optimism_slippageUpdate", ParentType, ContextType, RequireFields>; - optimism_slippageUpdates?: SubscriptionResolver, "optimism_slippageUpdates", ParentType, ContextType, RequireFields>; - optimism__meta?: SubscriptionResolver, "optimism__meta", ParentType, ContextType, Partial>; -}>; - -export type staginggoerli_AggregateRootSavedSlowResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; - rootTimestamp?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_AggregatedMessageRootResolvers = ResolversObject<{ - id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; - domain?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_ArbitrumConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface staginggoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_BigDecimal'; -} - -export interface BigIntScalarConfig extends GraphQLScalarTypeConfig { - name: 'BigInt'; -} - -export type staginggoerli_BnbConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface staginggoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_Bytes'; -} - -export type staginggoerli_GnosisConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_HubDomainResolvers = ResolversObject<{ - id?: Resolver; - domain?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_HubOptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface staginggoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_Int8'; -} - -export type staginggoerli_OptimismConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_OptimisticRootPropagatedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_OptimisticRootProposedResolvers = ResolversObject<{ - id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_PolygonConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_RootAggregatedResolvers = ResolversObject<{ - id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_RootManagerMetaResolvers = ResolversObject<{ - id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_RootManagerModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_RootMessageProcessedResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - root?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_RootPropagatedResolvers = ResolversObject<{ - id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_ZkSyncConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_AssetResolvers = ResolversObject<{ - id?: Resolver; - key?: Resolver, ParentType, ContextType>; - local?: Resolver; - adoptedAsset?: Resolver; - canonicalId?: Resolver; - canonicalDomain?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - router?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface testoptimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'testoptimismgoerli_BigDecimal'; -} - -export interface testoptimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'testoptimismgoerli_Bytes'; -} - -export type testoptimismgoerli_DestinationTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - agent?: Resolver, ParentType, ContextType>; - recovery?: Resolver, ParentType, ContextType>; - forceSlow?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callback?: Resolver, ParentType, ContextType>; - callbackFee?: Resolver, ParentType, ContextType>; - relayerFee?: Resolver, ParentType, ContextType>; - destinationMinOut?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originSender?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - transactingAmount?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - localAmount?: Resolver, ParentType, ContextType>; - sponsorVaultRelayerFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface testoptimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'testoptimismgoerli_Int8'; -} - -export type testoptimismgoerli_OriginTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - agent?: Resolver, ParentType, ContextType>; - recovery?: Resolver, ParentType, ContextType>; - forceSlow?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callback?: Resolver, ParentType, ContextType>; - callbackFee?: Resolver, ParentType, ContextType>; - relayerFee?: Resolver, ParentType, ContextType>; - destinationMinOut?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - originMinOut?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - transactingAmount?: Resolver, ParentType, ContextType>; - bridgedAsset?: Resolver, ParentType, ContextType>; - bridgedAmount?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_RouterResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_SponsorVaultResolvers = ResolversObject<{ - id?: Resolver; - sponsorVault?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - canonicalId?: Resolver; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + arbitrumone_destinationTransfers?: SubscriptionResolver, "arbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; + arbitrumone_originMessage?: SubscriptionResolver, "arbitrumone_originMessage", ParentType, ContextType, RequireFields>; + arbitrumone_originMessages?: SubscriptionResolver, "arbitrumone_originMessages", ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoot?: SubscriptionResolver, "arbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoots?: SubscriptionResolver, "arbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; + arbitrumone_connectorMeta?: SubscriptionResolver, "arbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; + arbitrumone_connectorMetas?: SubscriptionResolver, "arbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; + arbitrumone_rootCount?: SubscriptionResolver, "arbitrumone_rootCount", ParentType, ContextType, RequireFields>; + arbitrumone_rootCounts?: SubscriptionResolver, "arbitrumone_rootCounts", ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSent?: SubscriptionResolver, "arbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSents?: SubscriptionResolver, "arbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncrease?: SubscriptionResolver, "arbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncreases?: SubscriptionResolver, "arbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdate?: SubscriptionResolver, "arbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdates?: SubscriptionResolver, "arbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; + arbitrumone__meta?: SubscriptionResolver, "arbitrumone__meta", ParentType, ContextType, Partial>; + polygon_asset?: SubscriptionResolver, "polygon_asset", ParentType, ContextType, RequireFields>; + polygon_assets?: SubscriptionResolver, "polygon_assets", ParentType, ContextType, RequireFields>; + polygon_assetStatus?: SubscriptionResolver, "polygon_assetStatus", ParentType, ContextType, RequireFields>; + polygon_assetStatuses?: SubscriptionResolver, "polygon_assetStatuses", ParentType, ContextType, RequireFields>; + polygon_assetBalance?: SubscriptionResolver, "polygon_assetBalance", ParentType, ContextType, RequireFields>; + polygon_assetBalances?: SubscriptionResolver, "polygon_assetBalances", ParentType, ContextType, RequireFields>; + polygon_router?: SubscriptionResolver, "polygon_router", ParentType, ContextType, RequireFields>; + polygon_routers?: SubscriptionResolver, "polygon_routers", ParentType, ContextType, RequireFields>; + polygon_routerDailyTVL?: SubscriptionResolver, "polygon_routerDailyTVL", ParentType, ContextType, RequireFields>; + polygon_routerDailyTVLs?: SubscriptionResolver, "polygon_routerDailyTVLs", ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvent?: SubscriptionResolver, "polygon_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvents?: SubscriptionResolver, "polygon_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + polygon_setting?: SubscriptionResolver, "polygon_setting", ParentType, ContextType, RequireFields>; + polygon_settings?: SubscriptionResolver, "polygon_settings", ParentType, ContextType, RequireFields>; + polygon_relayer?: SubscriptionResolver, "polygon_relayer", ParentType, ContextType, RequireFields>; + polygon_relayers?: SubscriptionResolver, "polygon_relayers", ParentType, ContextType, RequireFields>; + polygon_sequencer?: SubscriptionResolver, "polygon_sequencer", ParentType, ContextType, RequireFields>; + polygon_sequencers?: SubscriptionResolver, "polygon_sequencers", ParentType, ContextType, RequireFields>; + polygon_relayerFee?: SubscriptionResolver, "polygon_relayerFee", ParentType, ContextType, RequireFields>; + polygon_relayerFees?: SubscriptionResolver, "polygon_relayerFees", ParentType, ContextType, RequireFields>; + polygon_originTransfer?: SubscriptionResolver, "polygon_originTransfer", ParentType, ContextType, RequireFields>; + polygon_originTransfers?: SubscriptionResolver, "polygon_originTransfers", ParentType, ContextType, RequireFields>; + polygon_destinationTransfer?: SubscriptionResolver, "polygon_destinationTransfer", ParentType, ContextType, RequireFields>; + polygon_destinationTransfers?: SubscriptionResolver, "polygon_destinationTransfers", ParentType, ContextType, RequireFields>; + polygon_originMessage?: SubscriptionResolver, "polygon_originMessage", ParentType, ContextType, RequireFields>; + polygon_originMessages?: SubscriptionResolver, "polygon_originMessages", ParentType, ContextType, RequireFields>; + polygon_aggregateRoot?: SubscriptionResolver, "polygon_aggregateRoot", ParentType, ContextType, RequireFields>; + polygon_aggregateRoots?: SubscriptionResolver, "polygon_aggregateRoots", ParentType, ContextType, RequireFields>; + polygon_connectorMeta?: SubscriptionResolver, "polygon_connectorMeta", ParentType, ContextType, RequireFields>; + polygon_connectorMetas?: SubscriptionResolver, "polygon_connectorMetas", ParentType, ContextType, RequireFields>; + polygon_rootCount?: SubscriptionResolver, "polygon_rootCount", ParentType, ContextType, RequireFields>; + polygon_rootCounts?: SubscriptionResolver, "polygon_rootCounts", ParentType, ContextType, RequireFields>; + polygon_rootMessageSent?: SubscriptionResolver, "polygon_rootMessageSent", ParentType, ContextType, RequireFields>; + polygon_rootMessageSents?: SubscriptionResolver, "polygon_rootMessageSents", ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncrease?: SubscriptionResolver, "polygon_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncreases?: SubscriptionResolver, "polygon_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + polygon_slippageUpdate?: SubscriptionResolver, "polygon_slippageUpdate", ParentType, ContextType, RequireFields>; + polygon_slippageUpdates?: SubscriptionResolver, "polygon_slippageUpdates", ParentType, ContextType, RequireFields>; + polygon__meta?: SubscriptionResolver, "polygon__meta", ParentType, ContextType, Partial>; }>; export type goerli_AggregatedMessageRootResolvers = ResolversObject<{ @@ -114216,6 +114104,10 @@ export interface goerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'BigInt'; +} + export type goerli_BnbConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; @@ -114476,6 +114368,222 @@ export type mainnet__Meta_Resolvers; }>; +export interface stagingoptimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_swap_BigDecimal'; +} + +export interface stagingoptimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_swap_Bytes'; +} + +export interface stagingoptimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_swap_Int8'; +} + +export type stagingoptimismgoerli_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type stagingoptimismgoerli_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent' | 'stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type stagingoptimismgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_SwapDailyVolume' | 'stagingoptimismgoerli_swap_SwapHourlyVolume' | 'stagingoptimismgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type stagingoptimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + export type testgoerli_AssetResolvers = ResolversObject<{ id?: Resolver; key?: Resolver, ParentType, ContextType>; @@ -114632,113 +114740,113 @@ export type testgoerli__Meta_Resolvers; }>; -export interface arbitrumgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumgoerli_swap_BigDecimal'; +export interface goerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_BigDecimal'; } -export interface arbitrumgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumgoerli_swap_Bytes'; +export interface goerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_Bytes'; } -export interface arbitrumgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumgoerli_swap_Int8'; +export interface goerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_Int8'; } -export type arbitrumgoerli_swap_LpAccountResolvers = ResolversObject<{ +export type goerli_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type goerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_LpTokenResolvers = ResolversObject<{ +export type goerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumgoerli_swap_LpTransferEvent', ParentType, ContextType>; +export type goerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'goerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type arbitrumgoerli_swap_LpTransferEventResolvers = ResolversObject<{ +export type goerli_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_PooledTokenResolvers = ResolversObject<{ +export type goerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_StableSwapResolvers = ResolversObject<{ +export type goerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type goerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -114747,214 +114855,370 @@ export type arbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'goerli_swap_StableSwapAddLiquidityEvent' | 'goerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; nonce?: Resolver; +}>; + +export type goerli_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'goerli_swap_SwapDailyVolume' | 'goerli_swap_SwapHourlyVolume' | 'goerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type goerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testoptimismgoerli_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + local?: Resolver; + adoptedAsset?: Resolver; + canonicalId?: Resolver; + canonicalDomain?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testoptimismgoerli_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + router?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface testoptimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'testoptimismgoerli_BigDecimal'; +} + +export interface testoptimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'testoptimismgoerli_Bytes'; +} + +export type testoptimismgoerli_DestinationTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + agent?: Resolver, ParentType, ContextType>; + recovery?: Resolver, ParentType, ContextType>; + forceSlow?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callback?: Resolver, ParentType, ContextType>; + callbackFee?: Resolver, ParentType, ContextType>; + relayerFee?: Resolver, ParentType, ContextType>; + destinationMinOut?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originSender?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + transactingAmount?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + localAmount?: Resolver, ParentType, ContextType>; + sponsorVaultRelayerFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumgoerli_swap_StableSwapAddLiquidityEvent' | 'arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; +export interface testoptimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'testoptimismgoerli_Int8'; +} -export type arbitrumgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type testoptimismgoerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + agent?: Resolver, ParentType, ContextType>; + recovery?: Resolver, ParentType, ContextType>; + forceSlow?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callback?: Resolver, ParentType, ContextType>; + callbackFee?: Resolver, ParentType, ContextType>; + relayerFee?: Resolver, ParentType, ContextType>; + destinationMinOut?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + originMinOut?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + transactingAmount?: Resolver, ParentType, ContextType>; + bridgedAsset?: Resolver, ParentType, ContextType>; + bridgedAmount?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type testoptimismgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type testoptimismgoerli_RouterResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type testoptimismgoerli_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumgoerli_swap_SwapDailyVolume' | 'arbitrumgoerli_swap_SwapHourlyVolume' | 'arbitrumgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type arbitrumgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type testoptimismgoerli_SponsorVaultResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + sponsorVault?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type testoptimismgoerli_StableSwapResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + canonicalId?: Resolver; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type testoptimismgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type testoptimismgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_swap_BigDecimal'; +export interface staginggoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginggoerli_swap_BigDecimal'; } -export interface mumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_swap_Bytes'; +export interface staginggoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginggoerli_swap_Bytes'; } -export interface mumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_swap_Int8'; +export interface staginggoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginggoerli_swap_Int8'; } -export type mumbai_swap_LpAccountResolvers = ResolversObject<{ +export type staginggoerli_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type staginggoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_LpTokenResolvers = ResolversObject<{ +export type staginggoerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mumbai_swap_LpTransferEvent', ParentType, ContextType>; +export type staginggoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'staginggoerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type mumbai_swap_LpTransferEventResolvers = ResolversObject<{ +export type staginggoerli_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_PooledTokenResolvers = ResolversObject<{ +export type staginggoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_StableSwapResolvers = ResolversObject<{ +export type staginggoerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type staginggoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -114963,25 +115227,25 @@ export type mumbai_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mumbai_swap_StableSwapAddLiquidityEvent' | 'mumbai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type staginggoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'staginggoerli_swap_StableSwapAddLiquidityEvent' | 'staginggoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type mumbai_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type staginggoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -114990,15 +115254,15 @@ export type mumbai_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -115007,170 +115271,170 @@ export type mumbai_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type staginggoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type staginggoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mumbai_swap_SwapDailyVolume' | 'mumbai_swap_SwapHourlyVolume' | 'mumbai_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type staginggoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'staginggoerli_swap_SwapDailyVolume' | 'staginggoerli_swap_SwapHourlyVolume' | 'staginggoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type mumbai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type staginggoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_SystemInfoResolvers = ResolversObject<{ +export type staginggoerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type staginggoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type staginggoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingoptimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_swap_BigDecimal'; +export interface stagingarbitrumgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_swap_BigDecimal'; } -export interface stagingoptimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_swap_Bytes'; +export interface stagingarbitrumgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_swap_Bytes'; } -export interface stagingoptimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_swap_Int8'; +export interface stagingarbitrumgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_swap_Int8'; } -export type stagingoptimismgoerli_swap_LpAccountResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap_LpTokenResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_LpTransferEvent', ParentType, ContextType>; +export type stagingarbitrumgoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingarbitrumgoerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type stagingoptimismgoerli_swap_LpTransferEventResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap_StableSwapResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -115179,25 +115443,25 @@ export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent' | 'stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type stagingarbitrumgoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent' | 'stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type stagingoptimismgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -115206,15 +115470,15 @@ export type stagingoptimismgoerli_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -115223,170 +115487,170 @@ export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_SwapDailyVolume' | 'stagingoptimismgoerli_swap_SwapHourlyVolume' | 'stagingoptimismgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type stagingarbitrumgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingarbitrumgoerli_swap_SwapDailyVolume' | 'stagingarbitrumgoerli_swap_SwapHourlyVolume' | 'stagingarbitrumgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type stagingoptimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingarbitrumgoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingarbitrumgoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface goerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_BigDecimal'; +export interface arbitrumgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumgoerli_swap_BigDecimal'; } -export interface goerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_Bytes'; +export interface arbitrumgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumgoerli_swap_Bytes'; } -export interface goerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_Int8'; +export interface arbitrumgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumgoerli_swap_Int8'; } -export type goerli_swap_LpAccountResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_LpTokenResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'goerli_swap_LpTransferEvent', ParentType, ContextType>; +export type arbitrumgoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumgoerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type goerli_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; +export type arbitrumgoerli_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_PooledTokenResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_StableSwapResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -115395,25 +115659,25 @@ export type goerli_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'goerli_swap_StableSwapAddLiquidityEvent' | 'goerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type arbitrumgoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumgoerli_swap_StableSwapAddLiquidityEvent' | 'arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type goerli_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -115422,15 +115686,15 @@ export type goerli_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -115439,353 +115703,386 @@ export type goerli_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'goerli_swap_SwapDailyVolume' | 'goerli_swap_SwapHourlyVolume' | 'goerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type arbitrumgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumgoerli_swap_SwapDailyVolume' | 'arbitrumgoerli_swap_SwapHourlyVolume' | 'arbitrumgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type goerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap_SystemInfoResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type arbitrumgoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type arbitrumgoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; - rootTimestamp?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface mumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_BigDecimal'; +} -export type localmainnet_AggregatedMessageRootResolvers = ResolversObject<{ +export interface mumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_Bytes'; +} + +export interface mumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_Int8'; +} + +export type mumbai_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; - domain?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ +export type mumbai_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'localmainnet_BigDecimal'; -} - -export type localmainnet_BnbConnectorMetaResolvers = ResolversObject<{ +export type mumbai_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'localmainnet_Bytes'; -} - -export type localmainnet_GnosisConnectorMetaResolvers = ResolversObject<{ +export type mumbai_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mumbai_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type localmainnet_HubDomainResolvers = ResolversObject<{ +export type mumbai_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver, ParentType, ContextType>; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ +export type mumbai_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'localmainnet_Int8'; -} - -export type localmainnet_OptimismConnectorMetaResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_OptimisticRootProposedResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mumbai_swap_StableSwapAddLiquidityEvent' | 'mumbai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: Resolver; + stableSwap?: Resolver; + block?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + transaction?: Resolver; + nonce?: Resolver; }>; -export type localmainnet_PolygonConnectorMetaResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootAggregatedResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootManagerMetaResolvers = ResolversObject<{ +export type mumbai_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootManagerModeResolvers = ResolversObject<{ +export type mumbai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootMessageProcessedResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - root?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; +export type mumbai_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mumbai_swap_SwapDailyVolume' | 'mumbai_swap_SwapHourlyVolume' | 'mumbai_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; }>; -export type localmainnet_RootPropagatedResolvers = ResolversObject<{ +export type mumbai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ +export type mumbai_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mumbai_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mumbai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface staginggoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_swap_BigDecimal'; +export interface bnb_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_BigDecimal'; } -export interface staginggoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_swap_Bytes'; +export interface bnb_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_Bytes'; } -export interface staginggoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_swap_Int8'; +export interface bnb_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_Int8'; } -export type staginggoerli_swap_LpAccountResolvers = ResolversObject<{ +export type bnb_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type bnb_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_LpTokenResolvers = ResolversObject<{ +export type bnb_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'staginggoerli_swap_LpTransferEvent', ParentType, ContextType>; +export type bnb_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type staginggoerli_swap_LpTransferEventResolvers = ResolversObject<{ +export type bnb_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_PooledTokenResolvers = ResolversObject<{ +export type bnb_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_StableSwapResolvers = ResolversObject<{ +export type bnb_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type bnb_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -115794,25 +116091,25 @@ export type staginggoerli_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'staginggoerli_swap_StableSwapAddLiquidityEvent' | 'staginggoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type bnb_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_StableSwapAddLiquidityEvent' | 'bnb_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type staginggoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type bnb_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -115821,15 +116118,15 @@ export type staginggoerli_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type bnb_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -115838,58 +116135,58 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type bnb_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type bnb_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'staginggoerli_swap_SwapDailyVolume' | 'staginggoerli_swap_SwapHourlyVolume' | 'staginggoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type bnb_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_SwapDailyVolume' | 'bnb_swap_SwapHourlyVolume' | 'bnb_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type staginggoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type bnb_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type bnb_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type bnb_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type bnb_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -116111,604 +116408,113 @@ export type stagingmumbai_swap__Meta_Resolvers; }>; -export interface optimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_BigDecimal'; -} - -export interface optimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_Bytes'; -} - -export interface optimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_Int8'; -} - -export type optimismgoerli_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ - id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap_LpTokenResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismgoerli_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type optimismgoerli_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismgoerli_swap_StableSwapAddLiquidityEvent' | 'optimismgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type optimismgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismgoerli_swap_SwapDailyVolume' | 'optimismgoerli_swap_SwapHourlyVolume' | 'optimismgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type optimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismgoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_AssetResolvers = ResolversObject<{ - id?: Resolver; - key?: Resolver, ParentType, ContextType>; - decimal?: Resolver, ParentType, ContextType>; - adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface linea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_BigDecimal'; -} - -export interface linea_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_Bytes'; -} - -export type linea_ConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_DestinationTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - amount?: Resolver, ParentType, ContextType>; - routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; - reconciledTxNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_OriginMessageResolvers = ResolversObject<{ - id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; - index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_OriginTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_RelayerFeeResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_RelayerFeesIncreaseResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_RootMessageSentResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_RouterResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_RouterDailyTVLResolvers = ResolversObject<{ - id?: Resolver; - router?: Resolver; - asset?: Resolver; - timestamp?: Resolver; - balance?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_RouterLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; - timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_SequencerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface optimism_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_BigDecimal'; +export interface xdai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_BigDecimal'; } -export interface optimism_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_Bytes'; +export interface xdai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_Bytes'; } -export interface optimism_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_Int8'; +export interface xdai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_Int8'; } -export type optimism_swap_LpAccountResolvers = ResolversObject<{ +export type xdai_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type xdai_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpTokenResolvers = ResolversObject<{ +export type xdai_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_LpTransferEvent', ParentType, ContextType>; +export type xdai_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xdai_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type optimism_swap_LpTransferEventResolvers = ResolversObject<{ +export type xdai_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_PooledTokenResolvers = ResolversObject<{ +export type xdai_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapResolvers = ResolversObject<{ +export type xdai_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type xdai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -116717,25 +116523,25 @@ export type optimism_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_StableSwapAddLiquidityEvent' | 'optimism_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type xdai_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xdai_swap_StableSwapAddLiquidityEvent' | 'xdai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type optimism_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type xdai_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -116744,15 +116550,15 @@ export type optimism_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type xdai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -116761,170 +116567,353 @@ export type optimism_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type xdai_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type xdai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_SwapDailyVolume' | 'optimism_swap_SwapHourlyVolume' | 'optimism_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type xdai_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xdai_swap_SwapDailyVolume' | 'xdai_swap_SwapHourlyVolume' | 'xdai_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type optimism_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type xdai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SystemInfoResolvers = ResolversObject<{ +export type xdai_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type xdai_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type xdai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygon_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_BigDecimal'; +export type staginggoerli_AggregateRootSavedSlowResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + count?: Resolver; + aggregatedRoots?: Resolver>, ParentType, ContextType>; + rootTimestamp?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_AggregatedMessageRootResolvers = ResolversObject<{ + id?: Resolver; + index?: Resolver; + receivedRoot?: Resolver; + domain?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_ArbitrumConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface staginggoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginggoerli_BigDecimal'; } -export interface polygon_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_Bytes'; +export type staginggoerli_BnbConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface staginggoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginggoerli_Bytes'; } -export interface polygon_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_Int8'; +export type staginggoerli_GnosisConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_HubDomainResolvers = ResolversObject<{ + id?: Resolver; + domain?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_HubOptimisticRootFinalizedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface staginggoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginggoerli_Int8'; } -export type polygon_swap_LpAccountResolvers = ResolversObject<{ +export type staginggoerli_OptimismConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type staginggoerli_OptimisticRootPropagatedResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + aggregateRoot?: Resolver; + domainsHash?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_OptimisticRootProposedResolvers = ResolversObject<{ + id?: Resolver; + disputeCliff?: Resolver; + aggregateRoot?: Resolver; + snapshotsRoots?: Resolver>, ParentType, ContextType>; + domains?: Resolver>, ParentType, ContextType>; + baseAggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_PolygonConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_RootAggregatedResolvers = ResolversObject<{ + id?: Resolver; + domain?: Resolver; + receivedRoot?: Resolver; + index?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_RootManagerMetaResolvers = ResolversObject<{ + id?: Resolver; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_RootManagerModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_RootMessageProcessedResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + root?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_RootPropagatedResolvers = ResolversObject<{ + id?: Resolver; + aggregate?: Resolver; + domainsHash?: Resolver; + count?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_ZkSyncConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface optimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_BigDecimal'; +} + +export interface optimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_Bytes'; +} + +export interface optimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_Int8'; +} + +export type optimismgoerli_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_LpTokenResolvers = ResolversObject<{ +export type optimismgoerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_LpTransferEvent', ParentType, ContextType>; +export type optimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismgoerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type polygon_swap_LpTransferEventResolvers = ResolversObject<{ +export type optimismgoerli_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_PooledTokenResolvers = ResolversObject<{ +export type optimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapResolvers = ResolversObject<{ +export type optimismgoerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type optimismgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -116933,25 +116922,25 @@ export type polygon_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_StableSwapAddLiquidityEvent' | 'polygon_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type optimismgoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismgoerli_swap_StableSwapAddLiquidityEvent' | 'optimismgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type polygon_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type optimismgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -116960,15 +116949,15 @@ export type polygon_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type optimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -116977,170 +116966,170 @@ export type polygon_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type optimismgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type optimismgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_SwapDailyVolume' | 'polygon_swap_SwapHourlyVolume' | 'polygon_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type optimismgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismgoerli_swap_SwapDailyVolume' | 'optimismgoerli_swap_SwapHourlyVolume' | 'optimismgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type polygon_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type optimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SystemInfoResolvers = ResolversObject<{ +export type optimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimismgoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimismgoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_BigDecimal'; +export interface optimism_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_BigDecimal'; } -export interface bnb_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_Bytes'; +export interface optimism_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_Bytes'; } -export interface bnb_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_Int8'; +export interface optimism_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_Int8'; } -export type bnb_swap_LpAccountResolvers = ResolversObject<{ +export type optimism_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type optimism_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_LpTokenResolvers = ResolversObject<{ +export type optimism_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_LpTransferEvent', ParentType, ContextType>; +export type optimism_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type bnb_swap_LpTransferEventResolvers = ResolversObject<{ +export type optimism_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_PooledTokenResolvers = ResolversObject<{ +export type optimism_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapResolvers = ResolversObject<{ +export type optimism_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type optimism_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -117149,25 +117138,25 @@ export type bnb_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_StableSwapAddLiquidityEvent' | 'bnb_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type optimism_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_StableSwapAddLiquidityEvent' | 'optimism_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type bnb_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type optimism_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -117176,15 +117165,15 @@ export type bnb_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type optimism_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -117193,429 +117182,386 @@ export type bnb_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type optimism_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type optimism_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_SwapDailyVolume' | 'bnb_swap_SwapHourlyVolume' | 'bnb_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type optimism_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_SwapDailyVolume' | 'optimism_swap_SwapHourlyVolume' | 'optimism_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type bnb_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type optimism_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SystemInfoResolvers = ResolversObject<{ +export type optimism_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimism_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimism_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface arbitrumone_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_swap_BigDecimal'; +} -export type lineagoerli_AssetResolvers = ResolversObject<{ - id?: Resolver; - key?: Resolver, ParentType, ContextType>; - decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface arbitrumone_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_swap_Bytes'; +} -export type lineagoerli_AssetBalanceResolvers = ResolversObject<{ +export interface arbitrumone_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_swap_Int8'; +} + +export type arbitrumone_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_AssetStatusResolvers = ResolversObject<{ +export type arbitrumone_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - status?: Resolver, ParentType, ContextType>; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface lineagoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'lineagoerli_BigDecimal'; -} - -export interface lineagoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'lineagoerli_Bytes'; -} - -export type lineagoerli_ConnectorMetaResolvers = ResolversObject<{ +export type arbitrumone_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_DestinationTransferResolvers = ResolversObject<{ +export type arbitrumone_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumone_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - amount?: Resolver, ParentType, ContextType>; - routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; - reconciledTxNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type lineagoerli_OriginMessageResolvers = ResolversObject<{ +export type arbitrumone_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; - index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_OriginTransferResolvers = ResolversObject<{ +export type arbitrumone_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_RelayerResolvers = ResolversObject<{ +export type arbitrumone_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_RelayerFeeResolvers = ResolversObject<{ +export type arbitrumone_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type arbitrumone_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumone_swap_StableSwapAddLiquidityEvent' | 'arbitrumone_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + stableSwap?: Resolver; + block?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + transaction?: Resolver; + nonce?: Resolver; }>; -export type lineagoerli_RootCountResolvers = ResolversObject<{ +export type arbitrumone_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_RootMessageSentResolvers = ResolversObject<{ +export type arbitrumone_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_RouterResolvers = ResolversObject<{ +export type arbitrumone_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type arbitrumone_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - balance?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_SequencerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; +export type arbitrumone_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumone_swap_SwapDailyVolume' | 'arbitrumone_swap_SwapHourlyVolume' | 'arbitrumone_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; }>; -export type lineagoerli_SettingResolvers = ResolversObject<{ +export type arbitrumone_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_SlippageUpdateResolvers = ResolversObject<{ +export type arbitrumone_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type arbitrumone_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type arbitrumone_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingarbitrumgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_swap_BigDecimal'; +export interface polygon_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_BigDecimal'; } -export interface stagingarbitrumgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_swap_Bytes'; +export interface polygon_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_Bytes'; } -export interface stagingarbitrumgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_swap_Int8'; +export interface polygon_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_Int8'; } -export type stagingarbitrumgoerli_swap_LpAccountResolvers = ResolversObject<{ +export type polygon_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type polygon_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_LpTokenResolvers = ResolversObject<{ +export type polygon_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingarbitrumgoerli_swap_LpTransferEvent', ParentType, ContextType>; +export type polygon_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type stagingarbitrumgoerli_swap_LpTransferEventResolvers = ResolversObject<{ +export type polygon_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_PooledTokenResolvers = ResolversObject<{ +export type polygon_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_StableSwapResolvers = ResolversObject<{ +export type polygon_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type polygon_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -117624,25 +117570,25 @@ export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent' | 'stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type polygon_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_StableSwapAddLiquidityEvent' | 'polygon_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type stagingarbitrumgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type polygon_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -117651,15 +117597,15 @@ export type stagingarbitrumgoerli_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type polygon_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -117668,170 +117614,166 @@ export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type polygon_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type polygon_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingarbitrumgoerli_swap_SwapDailyVolume' | 'stagingarbitrumgoerli_swap_SwapHourlyVolume' | 'stagingarbitrumgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type polygon_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_SwapDailyVolume' | 'polygon_swap_SwapHourlyVolume' | 'polygon_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type stagingarbitrumgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type polygon_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type polygon_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type polygon_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type polygon_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumone_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_swap_BigDecimal'; -} - -export interface arbitrumone_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_swap_Bytes'; +export interface linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_BigDecimal'; } -export interface arbitrumone_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_swap_Int8'; +export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_Bytes'; } -export type arbitrumone_swap_LpAccountResolvers = ResolversObject<{ +export type linea_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type linea_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_LpTokenResolvers = ResolversObject<{ +export type linea_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumone_swap_LpTransferEvent', ParentType, ContextType>; +export type linea_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type arbitrumone_swap_LpTransferEventResolvers = ResolversObject<{ +export type linea_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_PooledTokenResolvers = ResolversObject<{ +export type linea_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_StableSwapResolvers = ResolversObject<{ +export type linea_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type linea_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -117840,25 +117782,25 @@ export type arbitrumone_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumone_swap_StableSwapAddLiquidityEvent' | 'arbitrumone_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type linea_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_StableSwapAddLiquidityEvent' | 'linea_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type arbitrumone_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type linea_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -117867,15 +117809,15 @@ export type arbitrumone_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type linea_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -117884,684 +117826,669 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type linea_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type linea_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumone_swap_SwapDailyVolume' | 'arbitrumone_swap_SwapHourlyVolume' | 'arbitrumone_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type linea_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_SwapDailyVolume' | 'linea_swap_SwapHourlyVolume' | 'linea_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type arbitrumone_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type linea_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap_SystemInfoResolvers = ResolversObject<{ +export type linea_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type linea_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type linea_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xdai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_BigDecimal'; -} +export type goerli_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export interface xdai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_Bytes'; -} +export type goerli_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export interface xdai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_Int8'; -} +export type goerli_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export type xdai_swap_LpAccountResolvers = ResolversObject<{ +export type goerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type goerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpTokenResolvers = ResolversObject<{ +export type goerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_LpTransferEvent', ParentType, ContextType>; +export type goerli_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpTransferEventResolvers = ResolversObject<{ +export type goerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_PooledTokenResolvers = ResolversObject<{ +export type goerli_RelayerResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapResolvers = ResolversObject<{ +export type goerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type goerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_StableSwapAddLiquidityEvent' | 'xdai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type goerli_RootCountResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type goerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_RouterResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type goerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type goerli_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; timestamp?: Resolver; - volume?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type goerli_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_SwapDailyVolume' | 'xdai_swap_SwapHourlyVolume' | 'xdai_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; +export type goerli_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type goerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - volume?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SystemInfoResolvers = ResolversObject<{ +export type localmainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + aggregateRoot?: Resolver; + count?: Resolver; + aggregatedRoots?: Resolver>, ParentType, ContextType>; + rootTimestamp?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; +export type localmainnet_AggregatedMessageRootResolvers = ResolversObject<{ + id?: Resolver; + index?: Resolver; + receivedRoot?: Resolver; + domain?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type localmainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_BigDecimal'; -} - -export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_Bytes'; +export interface localmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'localmainnet_BigDecimal'; } -export type linea_swap_LpAccountResolvers = ResolversObject<{ +export type localmainnet_BnbConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpAccountBalanceResolvers = ResolversObject<{ - id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface localmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'localmainnet_Bytes'; +} -export type linea_swap_LpTokenResolvers = ResolversObject<{ +export type localmainnet_GnosisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_LpTransferEvent', ParentType, ContextType>; +export type localmainnet_HubDomainResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + domain?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTransferEventResolvers = ResolversObject<{ +export type localmainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface localmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'localmainnet_Int8'; +} -export type linea_swap_StableSwapResolvers = ResolversObject<{ +export type localmainnet_OptimismConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type localmainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + aggregateRoot?: Resolver; + domainsHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_StableSwapAddLiquidityEvent' | 'linea_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type localmainnet_OptimisticRootProposedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; + disputeCliff?: Resolver; + aggregateRoot?: Resolver; + snapshotsRoots?: Resolver>, ParentType, ContextType>; + domains?: Resolver>, ParentType, ContextType>; + baseAggregateRoot?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type localmainnet_PolygonConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type localmainnet_RootAggregatedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + domain?: Resolver; + receivedRoot?: Resolver; + index?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type localmainnet_RootManagerMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type localmainnet_RootManagerModeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_SwapDailyVolume' | 'linea_swap_SwapHourlyVolume' | 'linea_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; +export type localmainnet_RootMessageProcessedResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + root?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type localmainnet_RootPropagatedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + aggregate?: Resolver; + domainsHash?: Resolver; + count?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SystemInfoResolvers = ResolversObject<{ +export type localmainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type localmainnet__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type localmainnet__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_AggregateRootResolvers = ResolversObject<{ +export type lineagoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmumbai_AssetResolvers = ResolversObject<{ +export type lineagoerli_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_AssetBalanceResolvers = ResolversObject<{ +export type lineagoerli_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_AssetStatusResolvers = ResolversObject<{ +export type lineagoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_BigDecimal'; +export interface lineagoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'lineagoerli_BigDecimal'; } -export interface stagingmumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_Bytes'; +export interface lineagoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'lineagoerli_Bytes'; } -export type stagingmumbai_ConnectorMetaResolvers = ResolversObject<{ +export type lineagoerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_DestinationTransferResolvers = ResolversObject<{ +export type lineagoerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_Int8'; -} - -export type stagingmumbai_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmumbai_OriginMessageResolvers = ResolversObject<{ +export type lineagoerli_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_OriginTransferResolvers = ResolversObject<{ +export type lineagoerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RelayerResolvers = ResolversObject<{ +export type lineagoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RelayerFeeResolvers = ResolversObject<{ +export type lineagoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type lineagoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -118569,20 +118496,20 @@ export type stagingmumbai_RelayerFeesIncreaseResolvers; }>; -export type stagingmumbai_RootCountResolvers = ResolversObject<{ +export type lineagoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RootMessageSentResolvers = ResolversObject<{ +export type lineagoerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -118590,46 +118517,46 @@ export type stagingmumbai_RootMessageSentResolvers; }>; -export type stagingmumbai_RouterResolvers = ResolversObject<{ +export type lineagoerli_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RouterDailyTVLResolvers = ResolversObject<{ +export type lineagoerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_SequencerResolvers = ResolversObject<{ +export type lineagoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_SettingResolvers = ResolversObject<{ +export type lineagoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_SlippageUpdateResolvers = ResolversObject<{ +export type lineagoerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -118637,211 +118564,195 @@ export type stagingmumbai_SlippageUpdateResolvers; }>; -export type stagingmumbai_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmumbai_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmumbai__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type lineagoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type lineagoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_AggregateRootResolvers = ResolversObject<{ +export type optimism_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_AssetResolvers = ResolversObject<{ +export type optimism_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_AssetBalanceResolvers = ResolversObject<{ +export type optimism_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_AssetStatusResolvers = ResolversObject<{ +export type optimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_BigDecimal'; +export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_BigDecimal'; } -export interface optimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_Bytes'; +export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Bytes'; } -export type optimismgoerli_ConnectorMetaResolvers = ResolversObject<{ +export type optimism_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_DestinationTransferResolvers = ResolversObject<{ +export type optimism_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_Int8'; +export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Int8'; } -export type optimismgoerli_OriginMessageResolvers = ResolversObject<{ +export type optimism_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_OriginTransferResolvers = ResolversObject<{ +export type optimism_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RelayerResolvers = ResolversObject<{ +export type optimism_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RelayerFeeResolvers = ResolversObject<{ +export type optimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type optimism_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -118849,20 +118760,20 @@ export type optimismgoerli_RelayerFeesIncreaseResolvers; }>; -export type optimismgoerli_RootCountResolvers = ResolversObject<{ +export type optimism_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RootMessageSentResolvers = ResolversObject<{ +export type optimism_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -118870,61 +118781,61 @@ export type optimismgoerli_RootMessageSentResolvers; }>; -export type optimismgoerli_RouterResolvers = ResolversObject<{ +export type optimism_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type optimism_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_RouterLiquidityEventResolvers = ResolversObject<{ +export type optimism_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_SequencerResolvers = ResolversObject<{ +export type optimism_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_SettingResolvers = ResolversObject<{ +export type optimism_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_SlippageUpdateResolvers = ResolversObject<{ +export type optimism_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -118932,15 +118843,15 @@ export type optimismgoerli_SlippageUpdateResolvers; }>; -export type optimismgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimism__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimism__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -119158,43 +119069,324 @@ export type staginggoerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; + timestamp?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_SequencerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginggoerli_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface optimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_BigDecimal'; +} + +export interface optimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_Bytes'; +} + +export type optimismgoerli_ConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_DestinationTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface optimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_Int8'; +} + +export type optimismgoerli_OriginMessageResolvers = ResolversObject<{ + id?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_OriginTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_RelayerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_RelayerFeeResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_RootCountResolvers = ResolversObject<{ + id?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_RootMessageSentResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_RouterResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type optimismgoerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SequencerResolvers = ResolversObject<{ +export type optimismgoerli_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismgoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SettingResolvers = ResolversObject<{ +export type optimismgoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SlippageUpdateResolvers = ResolversObject<{ +export type optimismgoerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -119202,19 +119394,17 @@ export type staginggoerli_SlippageUpdateResolvers; }>; -export type staginggoerli_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; +export type optimismgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; +export type optimismgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; @@ -119516,181 +119706,199 @@ export type stagingoptimismgoerli__Meta_Resolvers; }>; -export type xdai_AggregateRootResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_AssetResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingarbitrumgoerli_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_AssetBalanceResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_AssetStatusResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_BigDecimal'; +export interface stagingarbitrumgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_BigDecimal'; } -export interface xdai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_Bytes'; +export interface stagingarbitrumgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_Bytes'; } -export type xdai_ConnectorMetaResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_DestinationTransferResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_Int8'; +export interface stagingarbitrumgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_Int8'; } -export type xdai_OriginMessageResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingarbitrumgoerli_OriginMessageResolvers = ResolversObject<{ + id?: Resolver; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_OriginTransferResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RelayerResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RelayerFeeResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -119698,20 +119906,20 @@ export type xdai_RelayerFeesIncreaseResolvers; }>; -export type xdai_RootCountResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RootMessageSentResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -119719,61 +119927,46 @@ export type xdai_RootMessageSentResolvers; }>; -export type xdai_RouterResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RouterLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; - timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type xdai_SequencerResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_SettingResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_SlippageUpdateResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -119781,195 +119974,229 @@ export type xdai_SlippageUpdateResolvers; }>; -export type xdai__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingarbitrumgoerli_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingarbitrumgoerli_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingarbitrumgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingarbitrumgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_AggregateRootResolvers = ResolversObject<{ +export type stagingmumbai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_AssetResolvers = ResolversObject<{ +export type stagingmumbai_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmumbai_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_AssetBalanceResolvers = ResolversObject<{ +export type stagingmumbai_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_AssetStatusResolvers = ResolversObject<{ +export type stagingmumbai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_BigDecimal'; +export interface stagingmumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_BigDecimal'; } -export interface mumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_Bytes'; +export interface stagingmumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_Bytes'; } -export type mumbai_ConnectorMetaResolvers = ResolversObject<{ +export type stagingmumbai_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_DestinationTransferResolvers = ResolversObject<{ +export type stagingmumbai_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_Int8'; +export interface stagingmumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_Int8'; } -export type mumbai_OriginMessageResolvers = ResolversObject<{ +export type stagingmumbai_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmumbai_OriginMessageResolvers = ResolversObject<{ + id?: Resolver; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_OriginTransferResolvers = ResolversObject<{ +export type stagingmumbai_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_RelayerResolvers = ResolversObject<{ +export type stagingmumbai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_RelayerFeeResolvers = ResolversObject<{ +export type stagingmumbai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingmumbai_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -119977,20 +120204,20 @@ export type mumbai_RelayerFeesIncreaseResolvers; }>; -export type mumbai_RootCountResolvers = ResolversObject<{ +export type stagingmumbai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_RootMessageSentResolvers = ResolversObject<{ +export type stagingmumbai_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -119998,61 +120225,46 @@ export type mumbai_RootMessageSentResolvers; }>; -export type mumbai_RouterResolvers = ResolversObject<{ +export type stagingmumbai_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_RouterDailyTVLResolvers = ResolversObject<{ - id?: Resolver; - router?: Resolver; - asset?: Resolver; - timestamp?: Resolver; - balance?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mumbai_RouterLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmumbai_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; + balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_SequencerResolvers = ResolversObject<{ +export type stagingmumbai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_SettingResolvers = ResolversObject<{ +export type stagingmumbai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_SlippageUpdateResolvers = ResolversObject<{ +export type stagingmumbai_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -120060,183 +120272,211 @@ export type mumbai_SlippageUpdateResolvers; }>; -export type mumbai__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmumbai_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmumbai_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmumbai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmumbai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AggregateRootResolvers = ResolversObject<{ +export type arbitrumgoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AssetResolvers = ResolversObject<{ +export type arbitrumgoerli_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AssetBalanceResolvers = ResolversObject<{ +export type arbitrumgoerli_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AssetStatusResolvers = ResolversObject<{ +export type arbitrumgoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_ConnectorMetaResolvers = ResolversObject<{ +export interface arbitrumgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumgoerli_BigDecimal'; +} + +export interface arbitrumgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumgoerli_Bytes'; +} + +export type arbitrumgoerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_DestinationTransferResolvers = ResolversObject<{ +export type arbitrumgoerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_OriginMessageResolvers = ResolversObject<{ +export interface arbitrumgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumgoerli_Int8'; +} + +export type arbitrumgoerli_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_OriginTransferResolvers = ResolversObject<{ +export type arbitrumgoerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RelayerResolvers = ResolversObject<{ +export type arbitrumgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RelayerFeeResolvers = ResolversObject<{ +export type arbitrumgoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type arbitrumgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -120244,20 +120484,20 @@ export type goerli_RelayerFeesIncreaseResolvers; }>; -export type goerli_RootCountResolvers = ResolversObject<{ +export type arbitrumgoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RootMessageSentResolvers = ResolversObject<{ +export type arbitrumgoerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -120265,61 +120505,61 @@ export type goerli_RootMessageSentResolvers; }>; -export type goerli_RouterResolvers = ResolversObject<{ +export type arbitrumgoerli_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RouterDailyTVLResolvers = ResolversObject<{ +export type arbitrumgoerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RouterLiquidityEventResolvers = ResolversObject<{ +export type arbitrumgoerli_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SequencerResolvers = ResolversObject<{ +export type arbitrumgoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SettingResolvers = ResolversObject<{ +export type arbitrumgoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SlippageUpdateResolvers = ResolversObject<{ +export type arbitrumgoerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -120327,187 +120567,195 @@ export type goerli_SlippageUpdateResolvers; }>; -export type localmainnet_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; +export type arbitrumgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AggregateRootProposedResolvers = ResolversObject<{ +export type arbitrumgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mumbai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + root?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AssetResolvers = ResolversObject<{ +export type mumbai_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AssetBalanceResolvers = ResolversObject<{ +export type mumbai_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AssetStatusResolvers = ResolversObject<{ +export type mumbai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_ConnectorMetaResolvers = ResolversObject<{ +export interface mumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_BigDecimal'; +} + +export interface mumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_Bytes'; +} + +export type mumbai_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_DestinationTransferResolvers = ResolversObject<{ +export type mumbai_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface mumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_Int8'; +} -export type localmainnet_OriginMessageResolvers = ResolversObject<{ +export type mumbai_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_OriginTransferResolvers = ResolversObject<{ +export type mumbai_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RelayerResolvers = ResolversObject<{ +export type mumbai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RelayerFeeResolvers = ResolversObject<{ +export type mumbai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type mumbai_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -120515,20 +120763,20 @@ export type localmainnet_RelayerFeesIncreaseResolvers; }>; -export type localmainnet_RootCountResolvers = ResolversObject<{ +export type mumbai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootMessageSentResolvers = ResolversObject<{ +export type mumbai_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -120536,46 +120784,61 @@ export type localmainnet_RootMessageSentResolvers; }>; -export type localmainnet_RouterResolvers = ResolversObject<{ +export type mumbai_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RouterDailyTVLResolvers = ResolversObject<{ +export type mumbai_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_SequencerResolvers = ResolversObject<{ +export type mumbai_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mumbai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_SettingResolvers = ResolversObject<{ +export type mumbai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_SlippageUpdateResolvers = ResolversObject<{ +export type mumbai_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -120583,215 +120846,195 @@ export type localmainnet_SlippageUpdateResolvers; }>; -export type localmainnet_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localmainnet_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; +export type mumbai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; +export type mumbai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_AggregateRootProposedResolvers = ResolversObject<{ +export type xdai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + root?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_AssetResolvers = ResolversObject<{ +export type xdai_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_AssetBalanceResolvers = ResolversObject<{ +export type xdai_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_AssetStatusResolvers = ResolversObject<{ +export type xdai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localoptimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'localoptimism_BigDecimal'; +export interface xdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_BigDecimal'; } -export interface localoptimism_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'localoptimism_Bytes'; +export interface xdai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_Bytes'; } -export type localoptimism_ConnectorMetaResolvers = ResolversObject<{ +export type xdai_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_DestinationTransferResolvers = ResolversObject<{ +export type xdai_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localoptimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'localoptimism_Int8'; +export interface xdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_Int8'; } -export type localoptimism_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localoptimism_OriginMessageResolvers = ResolversObject<{ +export type xdai_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_OriginTransferResolvers = ResolversObject<{ +export type xdai_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_RelayerResolvers = ResolversObject<{ +export type xdai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_RelayerFeeResolvers = ResolversObject<{ +export type xdai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type xdai_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -120799,20 +121042,20 @@ export type localoptimism_RelayerFeesIncreaseResolvers; }>; -export type localoptimism_RootCountResolvers = ResolversObject<{ +export type xdai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_RootMessageSentResolvers = ResolversObject<{ +export type xdai_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -120820,46 +121063,61 @@ export type localoptimism_RootMessageSentResolvers; }>; -export type localoptimism_RouterResolvers = ResolversObject<{ +export type xdai_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_RouterDailyTVLResolvers = ResolversObject<{ +export type xdai_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_SequencerResolvers = ResolversObject<{ +export type xdai_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_SettingResolvers = ResolversObject<{ +export type xdai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism_SlippageUpdateResolvers = ResolversObject<{ +export type xdai_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -120867,31 +121125,15 @@ export type localoptimism_SlippageUpdateResolvers; }>; -export type localoptimism_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localoptimism_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localoptimism__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type xdai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localoptimism__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type xdai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -121175,219 +121417,476 @@ export type localarbitrumone_SnapshotRootResolvers; }>; -export type localarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localarbitrumone__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type localarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localarbitrumone__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localarbitrumone__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface bnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_BigDecimal'; +} + +export interface bnb_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_Bytes'; +} + +export type bnb_ConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_DestinationTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface bnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_Int8'; +} + +export type bnb_OriginMessageResolvers = ResolversObject<{ + id?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_OriginTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_RelayerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_RelayerFeeResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_RelayerFeesIncreaseResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_RootCountResolvers = ResolversObject<{ + id?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_RootMessageSentResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_RouterResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; + timestamp?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_SequencerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type bnb__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_AggregateRootResolvers = ResolversObject<{ +export type linea_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli_AssetResolvers = ResolversObject<{ +export type linea_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_AssetBalanceResolvers = ResolversObject<{ +export type linea_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_AssetStatusResolvers = ResolversObject<{ +export type linea_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingarbitrumgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_BigDecimal'; +export interface linea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_BigDecimal'; } -export interface stagingarbitrumgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_Bytes'; +export interface linea_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_Bytes'; } -export type stagingarbitrumgoerli_ConnectorMetaResolvers = ResolversObject<{ +export type linea_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_DestinationTransferResolvers = ResolversObject<{ +export type linea_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingarbitrumgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_Int8'; -} - -export type stagingarbitrumgoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli_OriginMessageResolvers = ResolversObject<{ +export type linea_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_OriginTransferResolvers = ResolversObject<{ +export type linea_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_RelayerResolvers = ResolversObject<{ +export type linea_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_RelayerFeeResolvers = ResolversObject<{ +export type linea_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type linea_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -121395,20 +121894,20 @@ export type stagingarbitrumgoerli_RelayerFeesIncreaseResolvers; }>; -export type stagingarbitrumgoerli_RootCountResolvers = ResolversObject<{ +export type linea_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_RootMessageSentResolvers = ResolversObject<{ +export type linea_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -121416,46 +121915,61 @@ export type stagingarbitrumgoerli_RootMessageSentResolvers; }>; -export type stagingarbitrumgoerli_RouterResolvers = ResolversObject<{ +export type linea_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type linea_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_SequencerResolvers = ResolversObject<{ +export type linea_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_SettingResolvers = ResolversObject<{ +export type linea_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_SlippageUpdateResolvers = ResolversObject<{ +export type linea_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -121463,211 +121977,201 @@ export type stagingarbitrumgoerli_SlippageUpdateResolvers; }>; -export type stagingarbitrumgoerli_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type linea__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type linea__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_AggregateRootResolvers = ResolversObject<{ +export type localmainnet_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_AssetResolvers = ResolversObject<{ +export type localmainnet_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_AssetBalanceResolvers = ResolversObject<{ +export type localmainnet_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_AssetStatusResolvers = ResolversObject<{ +export type localmainnet_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumgoerli_BigDecimal'; -} - -export interface arbitrumgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumgoerli_Bytes'; -} - -export type arbitrumgoerli_ConnectorMetaResolvers = ResolversObject<{ +export type localmainnet_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_DestinationTransferResolvers = ResolversObject<{ +export type localmainnet_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumgoerli_Int8'; -} +export type localmainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export type arbitrumgoerli_OriginMessageResolvers = ResolversObject<{ +export type localmainnet_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_OriginTransferResolvers = ResolversObject<{ +export type localmainnet_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_RelayerResolvers = ResolversObject<{ +export type localmainnet_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_RelayerFeeResolvers = ResolversObject<{ +export type localmainnet_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type localmainnet_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -121675,20 +122179,20 @@ export type arbitrumgoerli_RelayerFeesIncreaseResolvers; }>; -export type arbitrumgoerli_RootCountResolvers = ResolversObject<{ +export type localmainnet_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_RootMessageSentResolvers = ResolversObject<{ +export type localmainnet_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -121696,61 +122200,46 @@ export type arbitrumgoerli_RootMessageSentResolvers; }>; -export type arbitrumgoerli_RouterResolvers = ResolversObject<{ +export type localmainnet_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type localmainnet_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_RouterLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; - timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumgoerli_SequencerResolvers = ResolversObject<{ +export type localmainnet_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_SettingResolvers = ResolversObject<{ +export type localmainnet_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_SlippageUpdateResolvers = ResolversObject<{ +export type localmainnet_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -121758,195 +122247,215 @@ export type arbitrumgoerli_SlippageUpdateResolvers; }>; -export type arbitrumgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; +export type localmainnet_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type localmainnet_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AggregateRootResolvers = ResolversObject<{ +export type localoptimism_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AssetResolvers = ResolversObject<{ +export type localoptimism_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localoptimism_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AssetBalanceResolvers = ResolversObject<{ +export type localoptimism_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AssetStatusResolvers = ResolversObject<{ +export type localoptimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_BigDecimal'; +export interface localoptimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'localoptimism_BigDecimal'; } -export interface bnb_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_Bytes'; +export interface localoptimism_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'localoptimism_Bytes'; } -export type bnb_ConnectorMetaResolvers = ResolversObject<{ +export type localoptimism_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_DestinationTransferResolvers = ResolversObject<{ +export type localoptimism_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_Int8'; +export interface localoptimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'localoptimism_Int8'; } -export type bnb_OriginMessageResolvers = ResolversObject<{ +export type localoptimism_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localoptimism_OriginMessageResolvers = ResolversObject<{ + id?: Resolver; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_OriginTransferResolvers = ResolversObject<{ +export type localoptimism_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RelayerResolvers = ResolversObject<{ +export type localoptimism_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RelayerFeeResolvers = ResolversObject<{ +export type localoptimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type localoptimism_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -121954,20 +122463,20 @@ export type bnb_RelayerFeesIncreaseResolvers; }>; -export type bnb_RootCountResolvers = ResolversObject<{ +export type localoptimism_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RootMessageSentResolvers = ResolversObject<{ +export type localoptimism_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -121975,61 +122484,46 @@ export type bnb_RootMessageSentResolvers; }>; -export type bnb_RouterResolvers = ResolversObject<{ +export type localoptimism_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RouterDailyTVLResolvers = ResolversObject<{ +export type localoptimism_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RouterLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; - timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_SequencerResolvers = ResolversObject<{ +export type localoptimism_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_SettingResolvers = ResolversObject<{ +export type localoptimism_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_SlippageUpdateResolvers = ResolversObject<{ +export type localoptimism_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -122037,15 +122531,31 @@ export type bnb_SlippageUpdateResolvers; }>; -export type bnb__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type localoptimism_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localoptimism_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localoptimism__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type localoptimism__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -122304,285 +122814,6 @@ export type mainnet_SlippageUpdateResolvers; }>; -export type polygon_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_AssetResolvers = ResolversObject<{ - id?: Resolver; - key?: Resolver, ParentType, ContextType>; - decimal?: Resolver, ParentType, ContextType>; - adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface polygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_BigDecimal'; -} - -export interface polygon_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_Bytes'; -} - -export type polygon_ConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_DestinationTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - amount?: Resolver, ParentType, ContextType>; - routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; - reconciledTxNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface polygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_Int8'; -} - -export type polygon_OriginMessageResolvers = ResolversObject<{ - id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; - index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_OriginTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RelayerFeeResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RelayerFeesIncreaseResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RootMessageSentResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RouterResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RouterDailyTVLResolvers = ResolversObject<{ - id?: Resolver; - router?: Resolver; - asset?: Resolver; - timestamp?: Resolver; - balance?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_RouterLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; - timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_SequencerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - export type arbitrumone_AggregateRootResolvers = ResolversObject<{ id?: Resolver; root?: Resolver; @@ -122862,180 +123093,181 @@ export type arbitrumone__Meta_Resolvers; }>; -export type optimism_AggregateRootResolvers = ResolversObject<{ +export type polygon_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetResolvers = ResolversObject<{ +export type polygon_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetBalanceResolvers = ResolversObject<{ +export type polygon_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetStatusResolvers = ResolversObject<{ +export type polygon_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_BigDecimal'; +export interface polygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_BigDecimal'; } -export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Bytes'; +export interface polygon_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_Bytes'; } -export type optimism_ConnectorMetaResolvers = ResolversObject<{ +export type polygon_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_DestinationTransferResolvers = ResolversObject<{ +export type polygon_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Int8'; +export interface polygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_Int8'; } -export type optimism_OriginMessageResolvers = ResolversObject<{ +export type polygon_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_OriginTransferResolvers = ResolversObject<{ +export type polygon_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerResolvers = ResolversObject<{ +export type polygon_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeeResolvers = ResolversObject<{ +export type polygon_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type polygon_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -123043,20 +123275,20 @@ export type optimism_RelayerFeesIncreaseResolvers; }>; -export type optimism_RootCountResolvers = ResolversObject<{ +export type polygon_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RootMessageSentResolvers = ResolversObject<{ +export type polygon_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -123064,110 +123296,89 @@ export type optimism_RootMessageSentResolvers; }>; -export type optimism_RouterResolvers = ResolversObject<{ +export type polygon_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RouterDailyTVLResolvers = ResolversObject<{ +export type polygon_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SequencerResolvers = ResolversObject<{ +export type polygon_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SettingResolvers = ResolversObject<{ +export type polygon_SequencerResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SlippageUpdateResolvers = ResolversObject<{ +export type polygon_SettingResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimism__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimism__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type Resolvers = ResolversObject<{ - Query?: QueryResolvers; - Subscription?: SubscriptionResolvers; - staginggoerli_AggregateRootSavedSlow?: staginggoerli_AggregateRootSavedSlowResolvers; - staginggoerli_AggregatedMessageRoot?: staginggoerli_AggregatedMessageRootResolvers; - staginggoerli_ArbitrumConnectorMeta?: staginggoerli_ArbitrumConnectorMetaResolvers; - staginggoerli_BigDecimal?: GraphQLScalarType; - BigInt?: GraphQLScalarType; - staginggoerli_BnbConnectorMeta?: staginggoerli_BnbConnectorMetaResolvers; - staginggoerli_Bytes?: GraphQLScalarType; - staginggoerli_GnosisConnectorMeta?: staginggoerli_GnosisConnectorMetaResolvers; - staginggoerli_HubDomain?: staginggoerli_HubDomainResolvers; - staginggoerli_HubOptimisticRootFinalized?: staginggoerli_HubOptimisticRootFinalizedResolvers; - staginggoerli_Int8?: GraphQLScalarType; - staginggoerli_OptimismConnectorMeta?: staginggoerli_OptimismConnectorMetaResolvers; - staginggoerli_OptimisticRootPropagated?: staginggoerli_OptimisticRootPropagatedResolvers; - staginggoerli_OptimisticRootProposed?: staginggoerli_OptimisticRootProposedResolvers; - staginggoerli_PolygonConnectorMeta?: staginggoerli_PolygonConnectorMetaResolvers; - staginggoerli_RootAggregated?: staginggoerli_RootAggregatedResolvers; - staginggoerli_RootManagerMeta?: staginggoerli_RootManagerMetaResolvers; - staginggoerli_RootManagerMode?: staginggoerli_RootManagerModeResolvers; - staginggoerli_RootMessageProcessed?: staginggoerli_RootMessageProcessedResolvers; - staginggoerli_RootPropagated?: staginggoerli_RootPropagatedResolvers; - staginggoerli_ZkSyncConnectorMeta?: staginggoerli_ZkSyncConnectorMetaResolvers; - staginggoerli__Block_?: staginggoerli__Block_Resolvers; - staginggoerli__Meta_?: staginggoerli__Meta_Resolvers; - testoptimismgoerli_Asset?: testoptimismgoerli_AssetResolvers; - testoptimismgoerli_AssetBalance?: testoptimismgoerli_AssetBalanceResolvers; - testoptimismgoerli_BigDecimal?: GraphQLScalarType; - testoptimismgoerli_Bytes?: GraphQLScalarType; - testoptimismgoerli_DestinationTransfer?: testoptimismgoerli_DestinationTransferResolvers; - testoptimismgoerli_Int8?: GraphQLScalarType; - testoptimismgoerli_OriginTransfer?: testoptimismgoerli_OriginTransferResolvers; - testoptimismgoerli_Relayer?: testoptimismgoerli_RelayerResolvers; - testoptimismgoerli_Router?: testoptimismgoerli_RouterResolvers; - testoptimismgoerli_Setting?: testoptimismgoerli_SettingResolvers; - testoptimismgoerli_SponsorVault?: testoptimismgoerli_SponsorVaultResolvers; - testoptimismgoerli_StableSwap?: testoptimismgoerli_StableSwapResolvers; - testoptimismgoerli__Block_?: testoptimismgoerli__Block_Resolvers; - testoptimismgoerli__Meta_?: testoptimismgoerli__Meta_Resolvers; +export type polygon_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type Resolvers = ResolversObject<{ + Query?: QueryResolvers; + Subscription?: SubscriptionResolvers; goerli_AggregatedMessageRoot?: goerli_AggregatedMessageRootResolvers; goerli_ArbitrumConnectorMeta?: goerli_ArbitrumConnectorMetaResolvers; goerli_BigDecimal?: GraphQLScalarType; + BigInt?: GraphQLScalarType; goerli_BnbConnectorMeta?: goerli_BnbConnectorMetaResolvers; goerli_Bytes?: GraphQLScalarType; goerli_GnosisConnectorMeta?: goerli_GnosisConnectorMetaResolvers; @@ -123199,62 +123410,6 @@ export type Resolvers = ResolversObject<{ mainnet_ZkSyncConnectorMeta?: mainnet_ZkSyncConnectorMetaResolvers; mainnet__Block_?: mainnet__Block_Resolvers; mainnet__Meta_?: mainnet__Meta_Resolvers; - testgoerli_Asset?: testgoerli_AssetResolvers; - testgoerli_AssetBalance?: testgoerli_AssetBalanceResolvers; - testgoerli_BigDecimal?: GraphQLScalarType; - testgoerli_Bytes?: GraphQLScalarType; - testgoerli_DestinationTransfer?: testgoerli_DestinationTransferResolvers; - testgoerli_Int8?: GraphQLScalarType; - testgoerli_OriginTransfer?: testgoerli_OriginTransferResolvers; - testgoerli_Relayer?: testgoerli_RelayerResolvers; - testgoerli_Router?: testgoerli_RouterResolvers; - testgoerli_Setting?: testgoerli_SettingResolvers; - testgoerli_SponsorVault?: testgoerli_SponsorVaultResolvers; - testgoerli_StableSwap?: testgoerli_StableSwapResolvers; - testgoerli__Block_?: testgoerli__Block_Resolvers; - testgoerli__Meta_?: testgoerli__Meta_Resolvers; - arbitrumgoerli_swap_BigDecimal?: GraphQLScalarType; - arbitrumgoerli_swap_Bytes?: GraphQLScalarType; - arbitrumgoerli_swap_Int8?: GraphQLScalarType; - arbitrumgoerli_swap_LpAccount?: arbitrumgoerli_swap_LpAccountResolvers; - arbitrumgoerli_swap_LpAccountBalance?: arbitrumgoerli_swap_LpAccountBalanceResolvers; - arbitrumgoerli_swap_LpToken?: arbitrumgoerli_swap_LpTokenResolvers; - arbitrumgoerli_swap_LpTokenEvent?: arbitrumgoerli_swap_LpTokenEventResolvers; - arbitrumgoerli_swap_LpTransferEvent?: arbitrumgoerli_swap_LpTransferEventResolvers; - arbitrumgoerli_swap_PooledToken?: arbitrumgoerli_swap_PooledTokenResolvers; - arbitrumgoerli_swap_StableSwap?: arbitrumgoerli_swap_StableSwapResolvers; - arbitrumgoerli_swap_StableSwapAddLiquidityEvent?: arbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers; - arbitrumgoerli_swap_StableSwapEvent?: arbitrumgoerli_swap_StableSwapEventResolvers; - arbitrumgoerli_swap_StableSwapExchange?: arbitrumgoerli_swap_StableSwapExchangeResolvers; - arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent?: arbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers; - arbitrumgoerli_swap_SwapDailyVolume?: arbitrumgoerli_swap_SwapDailyVolumeResolvers; - arbitrumgoerli_swap_SwapHourlyVolume?: arbitrumgoerli_swap_SwapHourlyVolumeResolvers; - arbitrumgoerli_swap_SwapTradeVolume?: arbitrumgoerli_swap_SwapTradeVolumeResolvers; - arbitrumgoerli_swap_SwapWeeklyVolume?: arbitrumgoerli_swap_SwapWeeklyVolumeResolvers; - arbitrumgoerli_swap_SystemInfo?: arbitrumgoerli_swap_SystemInfoResolvers; - arbitrumgoerli_swap__Block_?: arbitrumgoerli_swap__Block_Resolvers; - arbitrumgoerli_swap__Meta_?: arbitrumgoerli_swap__Meta_Resolvers; - mumbai_swap_BigDecimal?: GraphQLScalarType; - mumbai_swap_Bytes?: GraphQLScalarType; - mumbai_swap_Int8?: GraphQLScalarType; - mumbai_swap_LpAccount?: mumbai_swap_LpAccountResolvers; - mumbai_swap_LpAccountBalance?: mumbai_swap_LpAccountBalanceResolvers; - mumbai_swap_LpToken?: mumbai_swap_LpTokenResolvers; - mumbai_swap_LpTokenEvent?: mumbai_swap_LpTokenEventResolvers; - mumbai_swap_LpTransferEvent?: mumbai_swap_LpTransferEventResolvers; - mumbai_swap_PooledToken?: mumbai_swap_PooledTokenResolvers; - mumbai_swap_StableSwap?: mumbai_swap_StableSwapResolvers; - mumbai_swap_StableSwapAddLiquidityEvent?: mumbai_swap_StableSwapAddLiquidityEventResolvers; - mumbai_swap_StableSwapEvent?: mumbai_swap_StableSwapEventResolvers; - mumbai_swap_StableSwapExchange?: mumbai_swap_StableSwapExchangeResolvers; - mumbai_swap_StableSwapRemoveLiquidityEvent?: mumbai_swap_StableSwapRemoveLiquidityEventResolvers; - mumbai_swap_SwapDailyVolume?: mumbai_swap_SwapDailyVolumeResolvers; - mumbai_swap_SwapHourlyVolume?: mumbai_swap_SwapHourlyVolumeResolvers; - mumbai_swap_SwapTradeVolume?: mumbai_swap_SwapTradeVolumeResolvers; - mumbai_swap_SwapWeeklyVolume?: mumbai_swap_SwapWeeklyVolumeResolvers; - mumbai_swap_SystemInfo?: mumbai_swap_SystemInfoResolvers; - mumbai_swap__Block_?: mumbai_swap__Block_Resolvers; - mumbai_swap__Meta_?: mumbai_swap__Meta_Resolvers; stagingoptimismgoerli_swap_BigDecimal?: GraphQLScalarType; stagingoptimismgoerli_swap_Bytes?: GraphQLScalarType; stagingoptimismgoerli_swap_Int8?: GraphQLScalarType; @@ -123276,6 +123431,20 @@ export type Resolvers = ResolversObject<{ stagingoptimismgoerli_swap_SystemInfo?: stagingoptimismgoerli_swap_SystemInfoResolvers; stagingoptimismgoerli_swap__Block_?: stagingoptimismgoerli_swap__Block_Resolvers; stagingoptimismgoerli_swap__Meta_?: stagingoptimismgoerli_swap__Meta_Resolvers; + testgoerli_Asset?: testgoerli_AssetResolvers; + testgoerli_AssetBalance?: testgoerli_AssetBalanceResolvers; + testgoerli_BigDecimal?: GraphQLScalarType; + testgoerli_Bytes?: GraphQLScalarType; + testgoerli_DestinationTransfer?: testgoerli_DestinationTransferResolvers; + testgoerli_Int8?: GraphQLScalarType; + testgoerli_OriginTransfer?: testgoerli_OriginTransferResolvers; + testgoerli_Relayer?: testgoerli_RelayerResolvers; + testgoerli_Router?: testgoerli_RouterResolvers; + testgoerli_Setting?: testgoerli_SettingResolvers; + testgoerli_SponsorVault?: testgoerli_SponsorVaultResolvers; + testgoerli_StableSwap?: testgoerli_StableSwapResolvers; + testgoerli__Block_?: testgoerli__Block_Resolvers; + testgoerli__Meta_?: testgoerli__Meta_Resolvers; goerli_swap_BigDecimal?: GraphQLScalarType; goerli_swap_Bytes?: GraphQLScalarType; goerli_swap_Int8?: GraphQLScalarType; @@ -123297,28 +123466,20 @@ export type Resolvers = ResolversObject<{ goerli_swap_SystemInfo?: goerli_swap_SystemInfoResolvers; goerli_swap__Block_?: goerli_swap__Block_Resolvers; goerli_swap__Meta_?: goerli_swap__Meta_Resolvers; - localmainnet_AggregateRootSavedSlow?: localmainnet_AggregateRootSavedSlowResolvers; - localmainnet_AggregatedMessageRoot?: localmainnet_AggregatedMessageRootResolvers; - localmainnet_ArbitrumConnectorMeta?: localmainnet_ArbitrumConnectorMetaResolvers; - localmainnet_BigDecimal?: GraphQLScalarType; - localmainnet_BnbConnectorMeta?: localmainnet_BnbConnectorMetaResolvers; - localmainnet_Bytes?: GraphQLScalarType; - localmainnet_GnosisConnectorMeta?: localmainnet_GnosisConnectorMetaResolvers; - localmainnet_HubDomain?: localmainnet_HubDomainResolvers; - localmainnet_HubOptimisticRootFinalized?: localmainnet_HubOptimisticRootFinalizedResolvers; - localmainnet_Int8?: GraphQLScalarType; - localmainnet_OptimismConnectorMeta?: localmainnet_OptimismConnectorMetaResolvers; - localmainnet_OptimisticRootPropagated?: localmainnet_OptimisticRootPropagatedResolvers; - localmainnet_OptimisticRootProposed?: localmainnet_OptimisticRootProposedResolvers; - localmainnet_PolygonConnectorMeta?: localmainnet_PolygonConnectorMetaResolvers; - localmainnet_RootAggregated?: localmainnet_RootAggregatedResolvers; - localmainnet_RootManagerMeta?: localmainnet_RootManagerMetaResolvers; - localmainnet_RootManagerMode?: localmainnet_RootManagerModeResolvers; - localmainnet_RootMessageProcessed?: localmainnet_RootMessageProcessedResolvers; - localmainnet_RootPropagated?: localmainnet_RootPropagatedResolvers; - localmainnet_ZkSyncConnectorMeta?: localmainnet_ZkSyncConnectorMetaResolvers; - localmainnet__Block_?: localmainnet__Block_Resolvers; - localmainnet__Meta_?: localmainnet__Meta_Resolvers; + testoptimismgoerli_Asset?: testoptimismgoerli_AssetResolvers; + testoptimismgoerli_AssetBalance?: testoptimismgoerli_AssetBalanceResolvers; + testoptimismgoerli_BigDecimal?: GraphQLScalarType; + testoptimismgoerli_Bytes?: GraphQLScalarType; + testoptimismgoerli_DestinationTransfer?: testoptimismgoerli_DestinationTransferResolvers; + testoptimismgoerli_Int8?: GraphQLScalarType; + testoptimismgoerli_OriginTransfer?: testoptimismgoerli_OriginTransferResolvers; + testoptimismgoerli_Relayer?: testoptimismgoerli_RelayerResolvers; + testoptimismgoerli_Router?: testoptimismgoerli_RouterResolvers; + testoptimismgoerli_Setting?: testoptimismgoerli_SettingResolvers; + testoptimismgoerli_SponsorVault?: testoptimismgoerli_SponsorVaultResolvers; + testoptimismgoerli_StableSwap?: testoptimismgoerli_StableSwapResolvers; + testoptimismgoerli__Block_?: testoptimismgoerli__Block_Resolvers; + testoptimismgoerli__Meta_?: testoptimismgoerli__Meta_Resolvers; staginggoerli_swap_BigDecimal?: GraphQLScalarType; staginggoerli_swap_Bytes?: GraphQLScalarType; staginggoerli_swap_Int8?: GraphQLScalarType; @@ -123340,6 +123501,90 @@ export type Resolvers = ResolversObject<{ staginggoerli_swap_SystemInfo?: staginggoerli_swap_SystemInfoResolvers; staginggoerli_swap__Block_?: staginggoerli_swap__Block_Resolvers; staginggoerli_swap__Meta_?: staginggoerli_swap__Meta_Resolvers; + stagingarbitrumgoerli_swap_BigDecimal?: GraphQLScalarType; + stagingarbitrumgoerli_swap_Bytes?: GraphQLScalarType; + stagingarbitrumgoerli_swap_Int8?: GraphQLScalarType; + stagingarbitrumgoerli_swap_LpAccount?: stagingarbitrumgoerli_swap_LpAccountResolvers; + stagingarbitrumgoerli_swap_LpAccountBalance?: stagingarbitrumgoerli_swap_LpAccountBalanceResolvers; + stagingarbitrumgoerli_swap_LpToken?: stagingarbitrumgoerli_swap_LpTokenResolvers; + stagingarbitrumgoerli_swap_LpTokenEvent?: stagingarbitrumgoerli_swap_LpTokenEventResolvers; + stagingarbitrumgoerli_swap_LpTransferEvent?: stagingarbitrumgoerli_swap_LpTransferEventResolvers; + stagingarbitrumgoerli_swap_PooledToken?: stagingarbitrumgoerli_swap_PooledTokenResolvers; + stagingarbitrumgoerli_swap_StableSwap?: stagingarbitrumgoerli_swap_StableSwapResolvers; + stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent?: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers; + stagingarbitrumgoerli_swap_StableSwapEvent?: stagingarbitrumgoerli_swap_StableSwapEventResolvers; + stagingarbitrumgoerli_swap_StableSwapExchange?: stagingarbitrumgoerli_swap_StableSwapExchangeResolvers; + stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent?: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers; + stagingarbitrumgoerli_swap_SwapDailyVolume?: stagingarbitrumgoerli_swap_SwapDailyVolumeResolvers; + stagingarbitrumgoerli_swap_SwapHourlyVolume?: stagingarbitrumgoerli_swap_SwapHourlyVolumeResolvers; + stagingarbitrumgoerli_swap_SwapTradeVolume?: stagingarbitrumgoerli_swap_SwapTradeVolumeResolvers; + stagingarbitrumgoerli_swap_SwapWeeklyVolume?: stagingarbitrumgoerli_swap_SwapWeeklyVolumeResolvers; + stagingarbitrumgoerli_swap_SystemInfo?: stagingarbitrumgoerli_swap_SystemInfoResolvers; + stagingarbitrumgoerli_swap__Block_?: stagingarbitrumgoerli_swap__Block_Resolvers; + stagingarbitrumgoerli_swap__Meta_?: stagingarbitrumgoerli_swap__Meta_Resolvers; + arbitrumgoerli_swap_BigDecimal?: GraphQLScalarType; + arbitrumgoerli_swap_Bytes?: GraphQLScalarType; + arbitrumgoerli_swap_Int8?: GraphQLScalarType; + arbitrumgoerli_swap_LpAccount?: arbitrumgoerli_swap_LpAccountResolvers; + arbitrumgoerli_swap_LpAccountBalance?: arbitrumgoerli_swap_LpAccountBalanceResolvers; + arbitrumgoerli_swap_LpToken?: arbitrumgoerli_swap_LpTokenResolvers; + arbitrumgoerli_swap_LpTokenEvent?: arbitrumgoerli_swap_LpTokenEventResolvers; + arbitrumgoerli_swap_LpTransferEvent?: arbitrumgoerli_swap_LpTransferEventResolvers; + arbitrumgoerli_swap_PooledToken?: arbitrumgoerli_swap_PooledTokenResolvers; + arbitrumgoerli_swap_StableSwap?: arbitrumgoerli_swap_StableSwapResolvers; + arbitrumgoerli_swap_StableSwapAddLiquidityEvent?: arbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers; + arbitrumgoerli_swap_StableSwapEvent?: arbitrumgoerli_swap_StableSwapEventResolvers; + arbitrumgoerli_swap_StableSwapExchange?: arbitrumgoerli_swap_StableSwapExchangeResolvers; + arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent?: arbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers; + arbitrumgoerli_swap_SwapDailyVolume?: arbitrumgoerli_swap_SwapDailyVolumeResolvers; + arbitrumgoerli_swap_SwapHourlyVolume?: arbitrumgoerli_swap_SwapHourlyVolumeResolvers; + arbitrumgoerli_swap_SwapTradeVolume?: arbitrumgoerli_swap_SwapTradeVolumeResolvers; + arbitrumgoerli_swap_SwapWeeklyVolume?: arbitrumgoerli_swap_SwapWeeklyVolumeResolvers; + arbitrumgoerli_swap_SystemInfo?: arbitrumgoerli_swap_SystemInfoResolvers; + arbitrumgoerli_swap__Block_?: arbitrumgoerli_swap__Block_Resolvers; + arbitrumgoerli_swap__Meta_?: arbitrumgoerli_swap__Meta_Resolvers; + mumbai_swap_BigDecimal?: GraphQLScalarType; + mumbai_swap_Bytes?: GraphQLScalarType; + mumbai_swap_Int8?: GraphQLScalarType; + mumbai_swap_LpAccount?: mumbai_swap_LpAccountResolvers; + mumbai_swap_LpAccountBalance?: mumbai_swap_LpAccountBalanceResolvers; + mumbai_swap_LpToken?: mumbai_swap_LpTokenResolvers; + mumbai_swap_LpTokenEvent?: mumbai_swap_LpTokenEventResolvers; + mumbai_swap_LpTransferEvent?: mumbai_swap_LpTransferEventResolvers; + mumbai_swap_PooledToken?: mumbai_swap_PooledTokenResolvers; + mumbai_swap_StableSwap?: mumbai_swap_StableSwapResolvers; + mumbai_swap_StableSwapAddLiquidityEvent?: mumbai_swap_StableSwapAddLiquidityEventResolvers; + mumbai_swap_StableSwapEvent?: mumbai_swap_StableSwapEventResolvers; + mumbai_swap_StableSwapExchange?: mumbai_swap_StableSwapExchangeResolvers; + mumbai_swap_StableSwapRemoveLiquidityEvent?: mumbai_swap_StableSwapRemoveLiquidityEventResolvers; + mumbai_swap_SwapDailyVolume?: mumbai_swap_SwapDailyVolumeResolvers; + mumbai_swap_SwapHourlyVolume?: mumbai_swap_SwapHourlyVolumeResolvers; + mumbai_swap_SwapTradeVolume?: mumbai_swap_SwapTradeVolumeResolvers; + mumbai_swap_SwapWeeklyVolume?: mumbai_swap_SwapWeeklyVolumeResolvers; + mumbai_swap_SystemInfo?: mumbai_swap_SystemInfoResolvers; + mumbai_swap__Block_?: mumbai_swap__Block_Resolvers; + mumbai_swap__Meta_?: mumbai_swap__Meta_Resolvers; + bnb_swap_BigDecimal?: GraphQLScalarType; + bnb_swap_Bytes?: GraphQLScalarType; + bnb_swap_Int8?: GraphQLScalarType; + bnb_swap_LpAccount?: bnb_swap_LpAccountResolvers; + bnb_swap_LpAccountBalance?: bnb_swap_LpAccountBalanceResolvers; + bnb_swap_LpToken?: bnb_swap_LpTokenResolvers; + bnb_swap_LpTokenEvent?: bnb_swap_LpTokenEventResolvers; + bnb_swap_LpTransferEvent?: bnb_swap_LpTransferEventResolvers; + bnb_swap_PooledToken?: bnb_swap_PooledTokenResolvers; + bnb_swap_StableSwap?: bnb_swap_StableSwapResolvers; + bnb_swap_StableSwapAddLiquidityEvent?: bnb_swap_StableSwapAddLiquidityEventResolvers; + bnb_swap_StableSwapEvent?: bnb_swap_StableSwapEventResolvers; + bnb_swap_StableSwapExchange?: bnb_swap_StableSwapExchangeResolvers; + bnb_swap_StableSwapRemoveLiquidityEvent?: bnb_swap_StableSwapRemoveLiquidityEventResolvers; + bnb_swap_SwapDailyVolume?: bnb_swap_SwapDailyVolumeResolvers; + bnb_swap_SwapHourlyVolume?: bnb_swap_SwapHourlyVolumeResolvers; + bnb_swap_SwapTradeVolume?: bnb_swap_SwapTradeVolumeResolvers; + bnb_swap_SwapWeeklyVolume?: bnb_swap_SwapWeeklyVolumeResolvers; + bnb_swap_SystemInfo?: bnb_swap_SystemInfoResolvers; + bnb_swap__Block_?: bnb_swap__Block_Resolvers; + bnb_swap__Meta_?: bnb_swap__Meta_Resolvers; stagingmumbai_swap_BigDecimal?: GraphQLScalarType; stagingmumbai_swap_Bytes?: GraphQLScalarType; stagingmumbai_swap_Int8?: GraphQLScalarType; @@ -123361,6 +123606,49 @@ export type Resolvers = ResolversObject<{ stagingmumbai_swap_SystemInfo?: stagingmumbai_swap_SystemInfoResolvers; stagingmumbai_swap__Block_?: stagingmumbai_swap__Block_Resolvers; stagingmumbai_swap__Meta_?: stagingmumbai_swap__Meta_Resolvers; + xdai_swap_BigDecimal?: GraphQLScalarType; + xdai_swap_Bytes?: GraphQLScalarType; + xdai_swap_Int8?: GraphQLScalarType; + xdai_swap_LpAccount?: xdai_swap_LpAccountResolvers; + xdai_swap_LpAccountBalance?: xdai_swap_LpAccountBalanceResolvers; + xdai_swap_LpToken?: xdai_swap_LpTokenResolvers; + xdai_swap_LpTokenEvent?: xdai_swap_LpTokenEventResolvers; + xdai_swap_LpTransferEvent?: xdai_swap_LpTransferEventResolvers; + xdai_swap_PooledToken?: xdai_swap_PooledTokenResolvers; + xdai_swap_StableSwap?: xdai_swap_StableSwapResolvers; + xdai_swap_StableSwapAddLiquidityEvent?: xdai_swap_StableSwapAddLiquidityEventResolvers; + xdai_swap_StableSwapEvent?: xdai_swap_StableSwapEventResolvers; + xdai_swap_StableSwapExchange?: xdai_swap_StableSwapExchangeResolvers; + xdai_swap_StableSwapRemoveLiquidityEvent?: xdai_swap_StableSwapRemoveLiquidityEventResolvers; + xdai_swap_SwapDailyVolume?: xdai_swap_SwapDailyVolumeResolvers; + xdai_swap_SwapHourlyVolume?: xdai_swap_SwapHourlyVolumeResolvers; + xdai_swap_SwapTradeVolume?: xdai_swap_SwapTradeVolumeResolvers; + xdai_swap_SwapWeeklyVolume?: xdai_swap_SwapWeeklyVolumeResolvers; + xdai_swap_SystemInfo?: xdai_swap_SystemInfoResolvers; + xdai_swap__Block_?: xdai_swap__Block_Resolvers; + xdai_swap__Meta_?: xdai_swap__Meta_Resolvers; + staginggoerli_AggregateRootSavedSlow?: staginggoerli_AggregateRootSavedSlowResolvers; + staginggoerli_AggregatedMessageRoot?: staginggoerli_AggregatedMessageRootResolvers; + staginggoerli_ArbitrumConnectorMeta?: staginggoerli_ArbitrumConnectorMetaResolvers; + staginggoerli_BigDecimal?: GraphQLScalarType; + staginggoerli_BnbConnectorMeta?: staginggoerli_BnbConnectorMetaResolvers; + staginggoerli_Bytes?: GraphQLScalarType; + staginggoerli_GnosisConnectorMeta?: staginggoerli_GnosisConnectorMetaResolvers; + staginggoerli_HubDomain?: staginggoerli_HubDomainResolvers; + staginggoerli_HubOptimisticRootFinalized?: staginggoerli_HubOptimisticRootFinalizedResolvers; + staginggoerli_Int8?: GraphQLScalarType; + staginggoerli_OptimismConnectorMeta?: staginggoerli_OptimismConnectorMetaResolvers; + staginggoerli_OptimisticRootPropagated?: staginggoerli_OptimisticRootPropagatedResolvers; + staginggoerli_OptimisticRootProposed?: staginggoerli_OptimisticRootProposedResolvers; + staginggoerli_PolygonConnectorMeta?: staginggoerli_PolygonConnectorMetaResolvers; + staginggoerli_RootAggregated?: staginggoerli_RootAggregatedResolvers; + staginggoerli_RootManagerMeta?: staginggoerli_RootManagerMetaResolvers; + staginggoerli_RootManagerMode?: staginggoerli_RootManagerModeResolvers; + staginggoerli_RootMessageProcessed?: staginggoerli_RootMessageProcessedResolvers; + staginggoerli_RootPropagated?: staginggoerli_RootPropagatedResolvers; + staginggoerli_ZkSyncConnectorMeta?: staginggoerli_ZkSyncConnectorMetaResolvers; + staginggoerli__Block_?: staginggoerli__Block_Resolvers; + staginggoerli__Meta_?: staginggoerli__Meta_Resolvers; optimismgoerli_swap_BigDecimal?: GraphQLScalarType; optimismgoerli_swap_Bytes?: GraphQLScalarType; optimismgoerli_swap_Int8?: GraphQLScalarType; @@ -123382,29 +123670,6 @@ export type Resolvers = ResolversObject<{ optimismgoerli_swap_SystemInfo?: optimismgoerli_swap_SystemInfoResolvers; optimismgoerli_swap__Block_?: optimismgoerli_swap__Block_Resolvers; optimismgoerli_swap__Meta_?: optimismgoerli_swap__Meta_Resolvers; - linea_AggregateRoot?: linea_AggregateRootResolvers; - linea_Asset?: linea_AssetResolvers; - linea_AssetBalance?: linea_AssetBalanceResolvers; - linea_AssetStatus?: linea_AssetStatusResolvers; - linea_BigDecimal?: GraphQLScalarType; - linea_Bytes?: GraphQLScalarType; - linea_ConnectorMeta?: linea_ConnectorMetaResolvers; - linea_DestinationTransfer?: linea_DestinationTransferResolvers; - linea_OriginMessage?: linea_OriginMessageResolvers; - linea_OriginTransfer?: linea_OriginTransferResolvers; - linea_Relayer?: linea_RelayerResolvers; - linea_RelayerFee?: linea_RelayerFeeResolvers; - linea_RelayerFeesIncrease?: linea_RelayerFeesIncreaseResolvers; - linea_RootCount?: linea_RootCountResolvers; - linea_RootMessageSent?: linea_RootMessageSentResolvers; - linea_Router?: linea_RouterResolvers; - linea_RouterDailyTVL?: linea_RouterDailyTVLResolvers; - linea_RouterLiquidityEvent?: linea_RouterLiquidityEventResolvers; - linea_Sequencer?: linea_SequencerResolvers; - linea_Setting?: linea_SettingResolvers; - linea_SlippageUpdate?: linea_SlippageUpdateResolvers; - linea__Block_?: linea__Block_Resolvers; - linea__Meta_?: linea__Meta_Resolvers; optimism_swap_BigDecimal?: GraphQLScalarType; optimism_swap_Bytes?: GraphQLScalarType; optimism_swap_Int8?: GraphQLScalarType; @@ -123426,6 +123691,27 @@ export type Resolvers = ResolversObject<{ optimism_swap_SystemInfo?: optimism_swap_SystemInfoResolvers; optimism_swap__Block_?: optimism_swap__Block_Resolvers; optimism_swap__Meta_?: optimism_swap__Meta_Resolvers; + arbitrumone_swap_BigDecimal?: GraphQLScalarType; + arbitrumone_swap_Bytes?: GraphQLScalarType; + arbitrumone_swap_Int8?: GraphQLScalarType; + arbitrumone_swap_LpAccount?: arbitrumone_swap_LpAccountResolvers; + arbitrumone_swap_LpAccountBalance?: arbitrumone_swap_LpAccountBalanceResolvers; + arbitrumone_swap_LpToken?: arbitrumone_swap_LpTokenResolvers; + arbitrumone_swap_LpTokenEvent?: arbitrumone_swap_LpTokenEventResolvers; + arbitrumone_swap_LpTransferEvent?: arbitrumone_swap_LpTransferEventResolvers; + arbitrumone_swap_PooledToken?: arbitrumone_swap_PooledTokenResolvers; + arbitrumone_swap_StableSwap?: arbitrumone_swap_StableSwapResolvers; + arbitrumone_swap_StableSwapAddLiquidityEvent?: arbitrumone_swap_StableSwapAddLiquidityEventResolvers; + arbitrumone_swap_StableSwapEvent?: arbitrumone_swap_StableSwapEventResolvers; + arbitrumone_swap_StableSwapExchange?: arbitrumone_swap_StableSwapExchangeResolvers; + arbitrumone_swap_StableSwapRemoveLiquidityEvent?: arbitrumone_swap_StableSwapRemoveLiquidityEventResolvers; + arbitrumone_swap_SwapDailyVolume?: arbitrumone_swap_SwapDailyVolumeResolvers; + arbitrumone_swap_SwapHourlyVolume?: arbitrumone_swap_SwapHourlyVolumeResolvers; + arbitrumone_swap_SwapTradeVolume?: arbitrumone_swap_SwapTradeVolumeResolvers; + arbitrumone_swap_SwapWeeklyVolume?: arbitrumone_swap_SwapWeeklyVolumeResolvers; + arbitrumone_swap_SystemInfo?: arbitrumone_swap_SystemInfoResolvers; + arbitrumone_swap__Block_?: arbitrumone_swap__Block_Resolvers; + arbitrumone_swap__Meta_?: arbitrumone_swap__Meta_Resolvers; polygon_swap_BigDecimal?: GraphQLScalarType; polygon_swap_Bytes?: GraphQLScalarType; polygon_swap_Int8?: GraphQLScalarType; @@ -123447,27 +123733,67 @@ export type Resolvers = ResolversObject<{ polygon_swap_SystemInfo?: polygon_swap_SystemInfoResolvers; polygon_swap__Block_?: polygon_swap__Block_Resolvers; polygon_swap__Meta_?: polygon_swap__Meta_Resolvers; - bnb_swap_BigDecimal?: GraphQLScalarType; - bnb_swap_Bytes?: GraphQLScalarType; - bnb_swap_Int8?: GraphQLScalarType; - bnb_swap_LpAccount?: bnb_swap_LpAccountResolvers; - bnb_swap_LpAccountBalance?: bnb_swap_LpAccountBalanceResolvers; - bnb_swap_LpToken?: bnb_swap_LpTokenResolvers; - bnb_swap_LpTokenEvent?: bnb_swap_LpTokenEventResolvers; - bnb_swap_LpTransferEvent?: bnb_swap_LpTransferEventResolvers; - bnb_swap_PooledToken?: bnb_swap_PooledTokenResolvers; - bnb_swap_StableSwap?: bnb_swap_StableSwapResolvers; - bnb_swap_StableSwapAddLiquidityEvent?: bnb_swap_StableSwapAddLiquidityEventResolvers; - bnb_swap_StableSwapEvent?: bnb_swap_StableSwapEventResolvers; - bnb_swap_StableSwapExchange?: bnb_swap_StableSwapExchangeResolvers; - bnb_swap_StableSwapRemoveLiquidityEvent?: bnb_swap_StableSwapRemoveLiquidityEventResolvers; - bnb_swap_SwapDailyVolume?: bnb_swap_SwapDailyVolumeResolvers; - bnb_swap_SwapHourlyVolume?: bnb_swap_SwapHourlyVolumeResolvers; - bnb_swap_SwapTradeVolume?: bnb_swap_SwapTradeVolumeResolvers; - bnb_swap_SwapWeeklyVolume?: bnb_swap_SwapWeeklyVolumeResolvers; - bnb_swap_SystemInfo?: bnb_swap_SystemInfoResolvers; - bnb_swap__Block_?: bnb_swap__Block_Resolvers; - bnb_swap__Meta_?: bnb_swap__Meta_Resolvers; + linea_swap_BigDecimal?: GraphQLScalarType; + linea_swap_Bytes?: GraphQLScalarType; + linea_swap_LpAccount?: linea_swap_LpAccountResolvers; + linea_swap_LpAccountBalance?: linea_swap_LpAccountBalanceResolvers; + linea_swap_LpToken?: linea_swap_LpTokenResolvers; + linea_swap_LpTokenEvent?: linea_swap_LpTokenEventResolvers; + linea_swap_LpTransferEvent?: linea_swap_LpTransferEventResolvers; + linea_swap_PooledToken?: linea_swap_PooledTokenResolvers; + linea_swap_StableSwap?: linea_swap_StableSwapResolvers; + linea_swap_StableSwapAddLiquidityEvent?: linea_swap_StableSwapAddLiquidityEventResolvers; + linea_swap_StableSwapEvent?: linea_swap_StableSwapEventResolvers; + linea_swap_StableSwapExchange?: linea_swap_StableSwapExchangeResolvers; + linea_swap_StableSwapRemoveLiquidityEvent?: linea_swap_StableSwapRemoveLiquidityEventResolvers; + linea_swap_SwapDailyVolume?: linea_swap_SwapDailyVolumeResolvers; + linea_swap_SwapHourlyVolume?: linea_swap_SwapHourlyVolumeResolvers; + linea_swap_SwapTradeVolume?: linea_swap_SwapTradeVolumeResolvers; + linea_swap_SwapWeeklyVolume?: linea_swap_SwapWeeklyVolumeResolvers; + linea_swap_SystemInfo?: linea_swap_SystemInfoResolvers; + linea_swap__Block_?: linea_swap__Block_Resolvers; + linea_swap__Meta_?: linea_swap__Meta_Resolvers; + goerli_AggregateRoot?: goerli_AggregateRootResolvers; + goerli_Asset?: goerli_AssetResolvers; + goerli_AssetBalance?: goerli_AssetBalanceResolvers; + goerli_AssetStatus?: goerli_AssetStatusResolvers; + goerli_ConnectorMeta?: goerli_ConnectorMetaResolvers; + goerli_DestinationTransfer?: goerli_DestinationTransferResolvers; + goerli_OriginMessage?: goerli_OriginMessageResolvers; + goerli_OriginTransfer?: goerli_OriginTransferResolvers; + goerli_Relayer?: goerli_RelayerResolvers; + goerli_RelayerFee?: goerli_RelayerFeeResolvers; + goerli_RelayerFeesIncrease?: goerli_RelayerFeesIncreaseResolvers; + goerli_RootCount?: goerli_RootCountResolvers; + goerli_RootMessageSent?: goerli_RootMessageSentResolvers; + goerli_Router?: goerli_RouterResolvers; + goerli_RouterDailyTVL?: goerli_RouterDailyTVLResolvers; + goerli_RouterLiquidityEvent?: goerli_RouterLiquidityEventResolvers; + goerli_Sequencer?: goerli_SequencerResolvers; + goerli_Setting?: goerli_SettingResolvers; + goerli_SlippageUpdate?: goerli_SlippageUpdateResolvers; + localmainnet_AggregateRootSavedSlow?: localmainnet_AggregateRootSavedSlowResolvers; + localmainnet_AggregatedMessageRoot?: localmainnet_AggregatedMessageRootResolvers; + localmainnet_ArbitrumConnectorMeta?: localmainnet_ArbitrumConnectorMetaResolvers; + localmainnet_BigDecimal?: GraphQLScalarType; + localmainnet_BnbConnectorMeta?: localmainnet_BnbConnectorMetaResolvers; + localmainnet_Bytes?: GraphQLScalarType; + localmainnet_GnosisConnectorMeta?: localmainnet_GnosisConnectorMetaResolvers; + localmainnet_HubDomain?: localmainnet_HubDomainResolvers; + localmainnet_HubOptimisticRootFinalized?: localmainnet_HubOptimisticRootFinalizedResolvers; + localmainnet_Int8?: GraphQLScalarType; + localmainnet_OptimismConnectorMeta?: localmainnet_OptimismConnectorMetaResolvers; + localmainnet_OptimisticRootPropagated?: localmainnet_OptimisticRootPropagatedResolvers; + localmainnet_OptimisticRootProposed?: localmainnet_OptimisticRootProposedResolvers; + localmainnet_PolygonConnectorMeta?: localmainnet_PolygonConnectorMetaResolvers; + localmainnet_RootAggregated?: localmainnet_RootAggregatedResolvers; + localmainnet_RootManagerMeta?: localmainnet_RootManagerMetaResolvers; + localmainnet_RootManagerMode?: localmainnet_RootManagerModeResolvers; + localmainnet_RootMessageProcessed?: localmainnet_RootMessageProcessedResolvers; + localmainnet_RootPropagated?: localmainnet_RootPropagatedResolvers; + localmainnet_ZkSyncConnectorMeta?: localmainnet_ZkSyncConnectorMetaResolvers; + localmainnet__Block_?: localmainnet__Block_Resolvers; + localmainnet__Meta_?: localmainnet__Meta_Resolvers; lineagoerli_AggregateRoot?: lineagoerli_AggregateRootResolvers; lineagoerli_Asset?: lineagoerli_AssetResolvers; lineagoerli_AssetBalance?: lineagoerli_AssetBalanceResolvers; @@ -123490,116 +123816,52 @@ export type Resolvers = ResolversObject<{ lineagoerli_SlippageUpdate?: lineagoerli_SlippageUpdateResolvers; lineagoerli__Block_?: lineagoerli__Block_Resolvers; lineagoerli__Meta_?: lineagoerli__Meta_Resolvers; - stagingarbitrumgoerli_swap_BigDecimal?: GraphQLScalarType; - stagingarbitrumgoerli_swap_Bytes?: GraphQLScalarType; - stagingarbitrumgoerli_swap_Int8?: GraphQLScalarType; - stagingarbitrumgoerli_swap_LpAccount?: stagingarbitrumgoerli_swap_LpAccountResolvers; - stagingarbitrumgoerli_swap_LpAccountBalance?: stagingarbitrumgoerli_swap_LpAccountBalanceResolvers; - stagingarbitrumgoerli_swap_LpToken?: stagingarbitrumgoerli_swap_LpTokenResolvers; - stagingarbitrumgoerli_swap_LpTokenEvent?: stagingarbitrumgoerli_swap_LpTokenEventResolvers; - stagingarbitrumgoerli_swap_LpTransferEvent?: stagingarbitrumgoerli_swap_LpTransferEventResolvers; - stagingarbitrumgoerli_swap_PooledToken?: stagingarbitrumgoerli_swap_PooledTokenResolvers; - stagingarbitrumgoerli_swap_StableSwap?: stagingarbitrumgoerli_swap_StableSwapResolvers; - stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent?: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers; - stagingarbitrumgoerli_swap_StableSwapEvent?: stagingarbitrumgoerli_swap_StableSwapEventResolvers; - stagingarbitrumgoerli_swap_StableSwapExchange?: stagingarbitrumgoerli_swap_StableSwapExchangeResolvers; - stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent?: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers; - stagingarbitrumgoerli_swap_SwapDailyVolume?: stagingarbitrumgoerli_swap_SwapDailyVolumeResolvers; - stagingarbitrumgoerli_swap_SwapHourlyVolume?: stagingarbitrumgoerli_swap_SwapHourlyVolumeResolvers; - stagingarbitrumgoerli_swap_SwapTradeVolume?: stagingarbitrumgoerli_swap_SwapTradeVolumeResolvers; - stagingarbitrumgoerli_swap_SwapWeeklyVolume?: stagingarbitrumgoerli_swap_SwapWeeklyVolumeResolvers; - stagingarbitrumgoerli_swap_SystemInfo?: stagingarbitrumgoerli_swap_SystemInfoResolvers; - stagingarbitrumgoerli_swap__Block_?: stagingarbitrumgoerli_swap__Block_Resolvers; - stagingarbitrumgoerli_swap__Meta_?: stagingarbitrumgoerli_swap__Meta_Resolvers; - arbitrumone_swap_BigDecimal?: GraphQLScalarType; - arbitrumone_swap_Bytes?: GraphQLScalarType; - arbitrumone_swap_Int8?: GraphQLScalarType; - arbitrumone_swap_LpAccount?: arbitrumone_swap_LpAccountResolvers; - arbitrumone_swap_LpAccountBalance?: arbitrumone_swap_LpAccountBalanceResolvers; - arbitrumone_swap_LpToken?: arbitrumone_swap_LpTokenResolvers; - arbitrumone_swap_LpTokenEvent?: arbitrumone_swap_LpTokenEventResolvers; - arbitrumone_swap_LpTransferEvent?: arbitrumone_swap_LpTransferEventResolvers; - arbitrumone_swap_PooledToken?: arbitrumone_swap_PooledTokenResolvers; - arbitrumone_swap_StableSwap?: arbitrumone_swap_StableSwapResolvers; - arbitrumone_swap_StableSwapAddLiquidityEvent?: arbitrumone_swap_StableSwapAddLiquidityEventResolvers; - arbitrumone_swap_StableSwapEvent?: arbitrumone_swap_StableSwapEventResolvers; - arbitrumone_swap_StableSwapExchange?: arbitrumone_swap_StableSwapExchangeResolvers; - arbitrumone_swap_StableSwapRemoveLiquidityEvent?: arbitrumone_swap_StableSwapRemoveLiquidityEventResolvers; - arbitrumone_swap_SwapDailyVolume?: arbitrumone_swap_SwapDailyVolumeResolvers; - arbitrumone_swap_SwapHourlyVolume?: arbitrumone_swap_SwapHourlyVolumeResolvers; - arbitrumone_swap_SwapTradeVolume?: arbitrumone_swap_SwapTradeVolumeResolvers; - arbitrumone_swap_SwapWeeklyVolume?: arbitrumone_swap_SwapWeeklyVolumeResolvers; - arbitrumone_swap_SystemInfo?: arbitrumone_swap_SystemInfoResolvers; - arbitrumone_swap__Block_?: arbitrumone_swap__Block_Resolvers; - arbitrumone_swap__Meta_?: arbitrumone_swap__Meta_Resolvers; - xdai_swap_BigDecimal?: GraphQLScalarType; - xdai_swap_Bytes?: GraphQLScalarType; - xdai_swap_Int8?: GraphQLScalarType; - xdai_swap_LpAccount?: xdai_swap_LpAccountResolvers; - xdai_swap_LpAccountBalance?: xdai_swap_LpAccountBalanceResolvers; - xdai_swap_LpToken?: xdai_swap_LpTokenResolvers; - xdai_swap_LpTokenEvent?: xdai_swap_LpTokenEventResolvers; - xdai_swap_LpTransferEvent?: xdai_swap_LpTransferEventResolvers; - xdai_swap_PooledToken?: xdai_swap_PooledTokenResolvers; - xdai_swap_StableSwap?: xdai_swap_StableSwapResolvers; - xdai_swap_StableSwapAddLiquidityEvent?: xdai_swap_StableSwapAddLiquidityEventResolvers; - xdai_swap_StableSwapEvent?: xdai_swap_StableSwapEventResolvers; - xdai_swap_StableSwapExchange?: xdai_swap_StableSwapExchangeResolvers; - xdai_swap_StableSwapRemoveLiquidityEvent?: xdai_swap_StableSwapRemoveLiquidityEventResolvers; - xdai_swap_SwapDailyVolume?: xdai_swap_SwapDailyVolumeResolvers; - xdai_swap_SwapHourlyVolume?: xdai_swap_SwapHourlyVolumeResolvers; - xdai_swap_SwapTradeVolume?: xdai_swap_SwapTradeVolumeResolvers; - xdai_swap_SwapWeeklyVolume?: xdai_swap_SwapWeeklyVolumeResolvers; - xdai_swap_SystemInfo?: xdai_swap_SystemInfoResolvers; - xdai_swap__Block_?: xdai_swap__Block_Resolvers; - xdai_swap__Meta_?: xdai_swap__Meta_Resolvers; - linea_swap_BigDecimal?: GraphQLScalarType; - linea_swap_Bytes?: GraphQLScalarType; - linea_swap_LpAccount?: linea_swap_LpAccountResolvers; - linea_swap_LpAccountBalance?: linea_swap_LpAccountBalanceResolvers; - linea_swap_LpToken?: linea_swap_LpTokenResolvers; - linea_swap_LpTokenEvent?: linea_swap_LpTokenEventResolvers; - linea_swap_LpTransferEvent?: linea_swap_LpTransferEventResolvers; - linea_swap_PooledToken?: linea_swap_PooledTokenResolvers; - linea_swap_StableSwap?: linea_swap_StableSwapResolvers; - linea_swap_StableSwapAddLiquidityEvent?: linea_swap_StableSwapAddLiquidityEventResolvers; - linea_swap_StableSwapEvent?: linea_swap_StableSwapEventResolvers; - linea_swap_StableSwapExchange?: linea_swap_StableSwapExchangeResolvers; - linea_swap_StableSwapRemoveLiquidityEvent?: linea_swap_StableSwapRemoveLiquidityEventResolvers; - linea_swap_SwapDailyVolume?: linea_swap_SwapDailyVolumeResolvers; - linea_swap_SwapHourlyVolume?: linea_swap_SwapHourlyVolumeResolvers; - linea_swap_SwapTradeVolume?: linea_swap_SwapTradeVolumeResolvers; - linea_swap_SwapWeeklyVolume?: linea_swap_SwapWeeklyVolumeResolvers; - linea_swap_SystemInfo?: linea_swap_SystemInfoResolvers; - linea_swap__Block_?: linea_swap__Block_Resolvers; - linea_swap__Meta_?: linea_swap__Meta_Resolvers; - stagingmumbai_AggregateRoot?: stagingmumbai_AggregateRootResolvers; - stagingmumbai_AggregateRootProposed?: stagingmumbai_AggregateRootProposedResolvers; - stagingmumbai_Asset?: stagingmumbai_AssetResolvers; - stagingmumbai_AssetBalance?: stagingmumbai_AssetBalanceResolvers; - stagingmumbai_AssetStatus?: stagingmumbai_AssetStatusResolvers; - stagingmumbai_BigDecimal?: GraphQLScalarType; - stagingmumbai_Bytes?: GraphQLScalarType; - stagingmumbai_ConnectorMeta?: stagingmumbai_ConnectorMetaResolvers; - stagingmumbai_DestinationTransfer?: stagingmumbai_DestinationTransferResolvers; - stagingmumbai_Int8?: GraphQLScalarType; - stagingmumbai_OptimisticRootFinalized?: stagingmumbai_OptimisticRootFinalizedResolvers; - stagingmumbai_OriginMessage?: stagingmumbai_OriginMessageResolvers; - stagingmumbai_OriginTransfer?: stagingmumbai_OriginTransferResolvers; - stagingmumbai_Relayer?: stagingmumbai_RelayerResolvers; - stagingmumbai_RelayerFee?: stagingmumbai_RelayerFeeResolvers; - stagingmumbai_RelayerFeesIncrease?: stagingmumbai_RelayerFeesIncreaseResolvers; - stagingmumbai_RootCount?: stagingmumbai_RootCountResolvers; - stagingmumbai_RootMessageSent?: stagingmumbai_RootMessageSentResolvers; - stagingmumbai_Router?: stagingmumbai_RouterResolvers; - stagingmumbai_RouterDailyTVL?: stagingmumbai_RouterDailyTVLResolvers; - stagingmumbai_Sequencer?: stagingmumbai_SequencerResolvers; - stagingmumbai_Setting?: stagingmumbai_SettingResolvers; - stagingmumbai_SlippageUpdate?: stagingmumbai_SlippageUpdateResolvers; - stagingmumbai_SnapshotRoot?: stagingmumbai_SnapshotRootResolvers; - stagingmumbai_SpokeConnectorMode?: stagingmumbai_SpokeConnectorModeResolvers; - stagingmumbai__Block_?: stagingmumbai__Block_Resolvers; - stagingmumbai__Meta_?: stagingmumbai__Meta_Resolvers; + optimism_AggregateRoot?: optimism_AggregateRootResolvers; + optimism_Asset?: optimism_AssetResolvers; + optimism_AssetBalance?: optimism_AssetBalanceResolvers; + optimism_AssetStatus?: optimism_AssetStatusResolvers; + optimism_BigDecimal?: GraphQLScalarType; + optimism_Bytes?: GraphQLScalarType; + optimism_ConnectorMeta?: optimism_ConnectorMetaResolvers; + optimism_DestinationTransfer?: optimism_DestinationTransferResolvers; + optimism_Int8?: GraphQLScalarType; + optimism_OriginMessage?: optimism_OriginMessageResolvers; + optimism_OriginTransfer?: optimism_OriginTransferResolvers; + optimism_Relayer?: optimism_RelayerResolvers; + optimism_RelayerFee?: optimism_RelayerFeeResolvers; + optimism_RelayerFeesIncrease?: optimism_RelayerFeesIncreaseResolvers; + optimism_RootCount?: optimism_RootCountResolvers; + optimism_RootMessageSent?: optimism_RootMessageSentResolvers; + optimism_Router?: optimism_RouterResolvers; + optimism_RouterDailyTVL?: optimism_RouterDailyTVLResolvers; + optimism_RouterLiquidityEvent?: optimism_RouterLiquidityEventResolvers; + optimism_Sequencer?: optimism_SequencerResolvers; + optimism_Setting?: optimism_SettingResolvers; + optimism_SlippageUpdate?: optimism_SlippageUpdateResolvers; + optimism__Block_?: optimism__Block_Resolvers; + optimism__Meta_?: optimism__Meta_Resolvers; + staginggoerli_AggregateRoot?: staginggoerli_AggregateRootResolvers; + staginggoerli_AggregateRootProposed?: staginggoerli_AggregateRootProposedResolvers; + staginggoerli_Asset?: staginggoerli_AssetResolvers; + staginggoerli_AssetBalance?: staginggoerli_AssetBalanceResolvers; + staginggoerli_AssetStatus?: staginggoerli_AssetStatusResolvers; + staginggoerli_ConnectorMeta?: staginggoerli_ConnectorMetaResolvers; + staginggoerli_DestinationTransfer?: staginggoerli_DestinationTransferResolvers; + staginggoerli_OptimisticRootFinalized?: staginggoerli_OptimisticRootFinalizedResolvers; + staginggoerli_OriginMessage?: staginggoerli_OriginMessageResolvers; + staginggoerli_OriginTransfer?: staginggoerli_OriginTransferResolvers; + staginggoerli_Relayer?: staginggoerli_RelayerResolvers; + staginggoerli_RelayerFee?: staginggoerli_RelayerFeeResolvers; + staginggoerli_RelayerFeesIncrease?: staginggoerli_RelayerFeesIncreaseResolvers; + staginggoerli_RootCount?: staginggoerli_RootCountResolvers; + staginggoerli_RootMessageSent?: staginggoerli_RootMessageSentResolvers; + staginggoerli_Router?: staginggoerli_RouterResolvers; + staginggoerli_RouterDailyTVL?: staginggoerli_RouterDailyTVLResolvers; + staginggoerli_Sequencer?: staginggoerli_SequencerResolvers; + staginggoerli_Setting?: staginggoerli_SettingResolvers; + staginggoerli_SlippageUpdate?: staginggoerli_SlippageUpdateResolvers; + staginggoerli_SnapshotRoot?: staginggoerli_SnapshotRootResolvers; + staginggoerli_SpokeConnectorMode?: staginggoerli_SpokeConnectorModeResolvers; optimismgoerli_AggregateRoot?: optimismgoerli_AggregateRootResolvers; optimismgoerli_Asset?: optimismgoerli_AssetResolvers; optimismgoerli_AssetBalance?: optimismgoerli_AssetBalanceResolvers; @@ -123624,28 +123886,6 @@ export type Resolvers = ResolversObject<{ optimismgoerli_SlippageUpdate?: optimismgoerli_SlippageUpdateResolvers; optimismgoerli__Block_?: optimismgoerli__Block_Resolvers; optimismgoerli__Meta_?: optimismgoerli__Meta_Resolvers; - staginggoerli_AggregateRoot?: staginggoerli_AggregateRootResolvers; - staginggoerli_AggregateRootProposed?: staginggoerli_AggregateRootProposedResolvers; - staginggoerli_Asset?: staginggoerli_AssetResolvers; - staginggoerli_AssetBalance?: staginggoerli_AssetBalanceResolvers; - staginggoerli_AssetStatus?: staginggoerli_AssetStatusResolvers; - staginggoerli_ConnectorMeta?: staginggoerli_ConnectorMetaResolvers; - staginggoerli_DestinationTransfer?: staginggoerli_DestinationTransferResolvers; - staginggoerli_OptimisticRootFinalized?: staginggoerli_OptimisticRootFinalizedResolvers; - staginggoerli_OriginMessage?: staginggoerli_OriginMessageResolvers; - staginggoerli_OriginTransfer?: staginggoerli_OriginTransferResolvers; - staginggoerli_Relayer?: staginggoerli_RelayerResolvers; - staginggoerli_RelayerFee?: staginggoerli_RelayerFeeResolvers; - staginggoerli_RelayerFeesIncrease?: staginggoerli_RelayerFeesIncreaseResolvers; - staginggoerli_RootCount?: staginggoerli_RootCountResolvers; - staginggoerli_RootMessageSent?: staginggoerli_RootMessageSentResolvers; - staginggoerli_Router?: staginggoerli_RouterResolvers; - staginggoerli_RouterDailyTVL?: staginggoerli_RouterDailyTVLResolvers; - staginggoerli_Sequencer?: staginggoerli_SequencerResolvers; - staginggoerli_Setting?: staginggoerli_SettingResolvers; - staginggoerli_SlippageUpdate?: staginggoerli_SlippageUpdateResolvers; - staginggoerli_SnapshotRoot?: staginggoerli_SnapshotRootResolvers; - staginggoerli_SpokeConnectorMode?: staginggoerli_SpokeConnectorModeResolvers; stagingoptimismgoerli_AggregateRoot?: stagingoptimismgoerli_AggregateRootResolvers; stagingoptimismgoerli_AggregateRootProposed?: stagingoptimismgoerli_AggregateRootProposedResolvers; stagingoptimismgoerli_Asset?: stagingoptimismgoerli_AssetResolvers; @@ -123673,149 +123913,6 @@ export type Resolvers = ResolversObject<{ stagingoptimismgoerli_SpokeConnectorMode?: stagingoptimismgoerli_SpokeConnectorModeResolvers; stagingoptimismgoerli__Block_?: stagingoptimismgoerli__Block_Resolvers; stagingoptimismgoerli__Meta_?: stagingoptimismgoerli__Meta_Resolvers; - xdai_AggregateRoot?: xdai_AggregateRootResolvers; - xdai_Asset?: xdai_AssetResolvers; - xdai_AssetBalance?: xdai_AssetBalanceResolvers; - xdai_AssetStatus?: xdai_AssetStatusResolvers; - xdai_BigDecimal?: GraphQLScalarType; - xdai_Bytes?: GraphQLScalarType; - xdai_ConnectorMeta?: xdai_ConnectorMetaResolvers; - xdai_DestinationTransfer?: xdai_DestinationTransferResolvers; - xdai_Int8?: GraphQLScalarType; - xdai_OriginMessage?: xdai_OriginMessageResolvers; - xdai_OriginTransfer?: xdai_OriginTransferResolvers; - xdai_Relayer?: xdai_RelayerResolvers; - xdai_RelayerFee?: xdai_RelayerFeeResolvers; - xdai_RelayerFeesIncrease?: xdai_RelayerFeesIncreaseResolvers; - xdai_RootCount?: xdai_RootCountResolvers; - xdai_RootMessageSent?: xdai_RootMessageSentResolvers; - xdai_Router?: xdai_RouterResolvers; - xdai_RouterDailyTVL?: xdai_RouterDailyTVLResolvers; - xdai_RouterLiquidityEvent?: xdai_RouterLiquidityEventResolvers; - xdai_Sequencer?: xdai_SequencerResolvers; - xdai_Setting?: xdai_SettingResolvers; - xdai_SlippageUpdate?: xdai_SlippageUpdateResolvers; - xdai__Block_?: xdai__Block_Resolvers; - xdai__Meta_?: xdai__Meta_Resolvers; - mumbai_AggregateRoot?: mumbai_AggregateRootResolvers; - mumbai_Asset?: mumbai_AssetResolvers; - mumbai_AssetBalance?: mumbai_AssetBalanceResolvers; - mumbai_AssetStatus?: mumbai_AssetStatusResolvers; - mumbai_BigDecimal?: GraphQLScalarType; - mumbai_Bytes?: GraphQLScalarType; - mumbai_ConnectorMeta?: mumbai_ConnectorMetaResolvers; - mumbai_DestinationTransfer?: mumbai_DestinationTransferResolvers; - mumbai_Int8?: GraphQLScalarType; - mumbai_OriginMessage?: mumbai_OriginMessageResolvers; - mumbai_OriginTransfer?: mumbai_OriginTransferResolvers; - mumbai_Relayer?: mumbai_RelayerResolvers; - mumbai_RelayerFee?: mumbai_RelayerFeeResolvers; - mumbai_RelayerFeesIncrease?: mumbai_RelayerFeesIncreaseResolvers; - mumbai_RootCount?: mumbai_RootCountResolvers; - mumbai_RootMessageSent?: mumbai_RootMessageSentResolvers; - mumbai_Router?: mumbai_RouterResolvers; - mumbai_RouterDailyTVL?: mumbai_RouterDailyTVLResolvers; - mumbai_RouterLiquidityEvent?: mumbai_RouterLiquidityEventResolvers; - mumbai_Sequencer?: mumbai_SequencerResolvers; - mumbai_Setting?: mumbai_SettingResolvers; - mumbai_SlippageUpdate?: mumbai_SlippageUpdateResolvers; - mumbai__Block_?: mumbai__Block_Resolvers; - mumbai__Meta_?: mumbai__Meta_Resolvers; - goerli_AggregateRoot?: goerli_AggregateRootResolvers; - goerli_Asset?: goerli_AssetResolvers; - goerli_AssetBalance?: goerli_AssetBalanceResolvers; - goerli_AssetStatus?: goerli_AssetStatusResolvers; - goerli_ConnectorMeta?: goerli_ConnectorMetaResolvers; - goerli_DestinationTransfer?: goerli_DestinationTransferResolvers; - goerli_OriginMessage?: goerli_OriginMessageResolvers; - goerli_OriginTransfer?: goerli_OriginTransferResolvers; - goerli_Relayer?: goerli_RelayerResolvers; - goerli_RelayerFee?: goerli_RelayerFeeResolvers; - goerli_RelayerFeesIncrease?: goerli_RelayerFeesIncreaseResolvers; - goerli_RootCount?: goerli_RootCountResolvers; - goerli_RootMessageSent?: goerli_RootMessageSentResolvers; - goerli_Router?: goerli_RouterResolvers; - goerli_RouterDailyTVL?: goerli_RouterDailyTVLResolvers; - goerli_RouterLiquidityEvent?: goerli_RouterLiquidityEventResolvers; - goerli_Sequencer?: goerli_SequencerResolvers; - goerli_Setting?: goerli_SettingResolvers; - goerli_SlippageUpdate?: goerli_SlippageUpdateResolvers; - localmainnet_AggregateRoot?: localmainnet_AggregateRootResolvers; - localmainnet_AggregateRootProposed?: localmainnet_AggregateRootProposedResolvers; - localmainnet_Asset?: localmainnet_AssetResolvers; - localmainnet_AssetBalance?: localmainnet_AssetBalanceResolvers; - localmainnet_AssetStatus?: localmainnet_AssetStatusResolvers; - localmainnet_ConnectorMeta?: localmainnet_ConnectorMetaResolvers; - localmainnet_DestinationTransfer?: localmainnet_DestinationTransferResolvers; - localmainnet_OptimisticRootFinalized?: localmainnet_OptimisticRootFinalizedResolvers; - localmainnet_OriginMessage?: localmainnet_OriginMessageResolvers; - localmainnet_OriginTransfer?: localmainnet_OriginTransferResolvers; - localmainnet_Relayer?: localmainnet_RelayerResolvers; - localmainnet_RelayerFee?: localmainnet_RelayerFeeResolvers; - localmainnet_RelayerFeesIncrease?: localmainnet_RelayerFeesIncreaseResolvers; - localmainnet_RootCount?: localmainnet_RootCountResolvers; - localmainnet_RootMessageSent?: localmainnet_RootMessageSentResolvers; - localmainnet_Router?: localmainnet_RouterResolvers; - localmainnet_RouterDailyTVL?: localmainnet_RouterDailyTVLResolvers; - localmainnet_Sequencer?: localmainnet_SequencerResolvers; - localmainnet_Setting?: localmainnet_SettingResolvers; - localmainnet_SlippageUpdate?: localmainnet_SlippageUpdateResolvers; - localmainnet_SnapshotRoot?: localmainnet_SnapshotRootResolvers; - localmainnet_SpokeConnectorMode?: localmainnet_SpokeConnectorModeResolvers; - localoptimism_AggregateRoot?: localoptimism_AggregateRootResolvers; - localoptimism_AggregateRootProposed?: localoptimism_AggregateRootProposedResolvers; - localoptimism_Asset?: localoptimism_AssetResolvers; - localoptimism_AssetBalance?: localoptimism_AssetBalanceResolvers; - localoptimism_AssetStatus?: localoptimism_AssetStatusResolvers; - localoptimism_BigDecimal?: GraphQLScalarType; - localoptimism_Bytes?: GraphQLScalarType; - localoptimism_ConnectorMeta?: localoptimism_ConnectorMetaResolvers; - localoptimism_DestinationTransfer?: localoptimism_DestinationTransferResolvers; - localoptimism_Int8?: GraphQLScalarType; - localoptimism_OptimisticRootFinalized?: localoptimism_OptimisticRootFinalizedResolvers; - localoptimism_OriginMessage?: localoptimism_OriginMessageResolvers; - localoptimism_OriginTransfer?: localoptimism_OriginTransferResolvers; - localoptimism_Relayer?: localoptimism_RelayerResolvers; - localoptimism_RelayerFee?: localoptimism_RelayerFeeResolvers; - localoptimism_RelayerFeesIncrease?: localoptimism_RelayerFeesIncreaseResolvers; - localoptimism_RootCount?: localoptimism_RootCountResolvers; - localoptimism_RootMessageSent?: localoptimism_RootMessageSentResolvers; - localoptimism_Router?: localoptimism_RouterResolvers; - localoptimism_RouterDailyTVL?: localoptimism_RouterDailyTVLResolvers; - localoptimism_Sequencer?: localoptimism_SequencerResolvers; - localoptimism_Setting?: localoptimism_SettingResolvers; - localoptimism_SlippageUpdate?: localoptimism_SlippageUpdateResolvers; - localoptimism_SnapshotRoot?: localoptimism_SnapshotRootResolvers; - localoptimism_SpokeConnectorMode?: localoptimism_SpokeConnectorModeResolvers; - localoptimism__Block_?: localoptimism__Block_Resolvers; - localoptimism__Meta_?: localoptimism__Meta_Resolvers; - localarbitrumone_AggregateRoot?: localarbitrumone_AggregateRootResolvers; - localarbitrumone_AggregateRootProposed?: localarbitrumone_AggregateRootProposedResolvers; - localarbitrumone_Asset?: localarbitrumone_AssetResolvers; - localarbitrumone_AssetBalance?: localarbitrumone_AssetBalanceResolvers; - localarbitrumone_AssetStatus?: localarbitrumone_AssetStatusResolvers; - localarbitrumone_BigDecimal?: GraphQLScalarType; - localarbitrumone_Bytes?: GraphQLScalarType; - localarbitrumone_ConnectorMeta?: localarbitrumone_ConnectorMetaResolvers; - localarbitrumone_DestinationTransfer?: localarbitrumone_DestinationTransferResolvers; - localarbitrumone_Int8?: GraphQLScalarType; - localarbitrumone_OptimisticRootFinalized?: localarbitrumone_OptimisticRootFinalizedResolvers; - localarbitrumone_OriginMessage?: localarbitrumone_OriginMessageResolvers; - localarbitrumone_OriginTransfer?: localarbitrumone_OriginTransferResolvers; - localarbitrumone_Relayer?: localarbitrumone_RelayerResolvers; - localarbitrumone_RelayerFee?: localarbitrumone_RelayerFeeResolvers; - localarbitrumone_RelayerFeesIncrease?: localarbitrumone_RelayerFeesIncreaseResolvers; - localarbitrumone_RootCount?: localarbitrumone_RootCountResolvers; - localarbitrumone_RootMessageSent?: localarbitrumone_RootMessageSentResolvers; - localarbitrumone_Router?: localarbitrumone_RouterResolvers; - localarbitrumone_RouterDailyTVL?: localarbitrumone_RouterDailyTVLResolvers; - localarbitrumone_Sequencer?: localarbitrumone_SequencerResolvers; - localarbitrumone_Setting?: localarbitrumone_SettingResolvers; - localarbitrumone_SlippageUpdate?: localarbitrumone_SlippageUpdateResolvers; - localarbitrumone_SnapshotRoot?: localarbitrumone_SnapshotRootResolvers; - localarbitrumone_SpokeConnectorMode?: localarbitrumone_SpokeConnectorModeResolvers; - localarbitrumone__Block_?: localarbitrumone__Block_Resolvers; - localarbitrumone__Meta_?: localarbitrumone__Meta_Resolvers; stagingarbitrumgoerli_AggregateRoot?: stagingarbitrumgoerli_AggregateRootResolvers; stagingarbitrumgoerli_AggregateRootProposed?: stagingarbitrumgoerli_AggregateRootProposedResolvers; stagingarbitrumgoerli_Asset?: stagingarbitrumgoerli_AssetResolvers; @@ -123843,6 +123940,33 @@ export type Resolvers = ResolversObject<{ stagingarbitrumgoerli_SpokeConnectorMode?: stagingarbitrumgoerli_SpokeConnectorModeResolvers; stagingarbitrumgoerli__Block_?: stagingarbitrumgoerli__Block_Resolvers; stagingarbitrumgoerli__Meta_?: stagingarbitrumgoerli__Meta_Resolvers; + stagingmumbai_AggregateRoot?: stagingmumbai_AggregateRootResolvers; + stagingmumbai_AggregateRootProposed?: stagingmumbai_AggregateRootProposedResolvers; + stagingmumbai_Asset?: stagingmumbai_AssetResolvers; + stagingmumbai_AssetBalance?: stagingmumbai_AssetBalanceResolvers; + stagingmumbai_AssetStatus?: stagingmumbai_AssetStatusResolvers; + stagingmumbai_BigDecimal?: GraphQLScalarType; + stagingmumbai_Bytes?: GraphQLScalarType; + stagingmumbai_ConnectorMeta?: stagingmumbai_ConnectorMetaResolvers; + stagingmumbai_DestinationTransfer?: stagingmumbai_DestinationTransferResolvers; + stagingmumbai_Int8?: GraphQLScalarType; + stagingmumbai_OptimisticRootFinalized?: stagingmumbai_OptimisticRootFinalizedResolvers; + stagingmumbai_OriginMessage?: stagingmumbai_OriginMessageResolvers; + stagingmumbai_OriginTransfer?: stagingmumbai_OriginTransferResolvers; + stagingmumbai_Relayer?: stagingmumbai_RelayerResolvers; + stagingmumbai_RelayerFee?: stagingmumbai_RelayerFeeResolvers; + stagingmumbai_RelayerFeesIncrease?: stagingmumbai_RelayerFeesIncreaseResolvers; + stagingmumbai_RootCount?: stagingmumbai_RootCountResolvers; + stagingmumbai_RootMessageSent?: stagingmumbai_RootMessageSentResolvers; + stagingmumbai_Router?: stagingmumbai_RouterResolvers; + stagingmumbai_RouterDailyTVL?: stagingmumbai_RouterDailyTVLResolvers; + stagingmumbai_Sequencer?: stagingmumbai_SequencerResolvers; + stagingmumbai_Setting?: stagingmumbai_SettingResolvers; + stagingmumbai_SlippageUpdate?: stagingmumbai_SlippageUpdateResolvers; + stagingmumbai_SnapshotRoot?: stagingmumbai_SnapshotRootResolvers; + stagingmumbai_SpokeConnectorMode?: stagingmumbai_SpokeConnectorModeResolvers; + stagingmumbai__Block_?: stagingmumbai__Block_Resolvers; + stagingmumbai__Meta_?: stagingmumbai__Meta_Resolvers; arbitrumgoerli_AggregateRoot?: arbitrumgoerli_AggregateRootResolvers; arbitrumgoerli_Asset?: arbitrumgoerli_AssetResolvers; arbitrumgoerli_AssetBalance?: arbitrumgoerli_AssetBalanceResolvers; @@ -123867,6 +123991,81 @@ export type Resolvers = ResolversObject<{ arbitrumgoerli_SlippageUpdate?: arbitrumgoerli_SlippageUpdateResolvers; arbitrumgoerli__Block_?: arbitrumgoerli__Block_Resolvers; arbitrumgoerli__Meta_?: arbitrumgoerli__Meta_Resolvers; + mumbai_AggregateRoot?: mumbai_AggregateRootResolvers; + mumbai_Asset?: mumbai_AssetResolvers; + mumbai_AssetBalance?: mumbai_AssetBalanceResolvers; + mumbai_AssetStatus?: mumbai_AssetStatusResolvers; + mumbai_BigDecimal?: GraphQLScalarType; + mumbai_Bytes?: GraphQLScalarType; + mumbai_ConnectorMeta?: mumbai_ConnectorMetaResolvers; + mumbai_DestinationTransfer?: mumbai_DestinationTransferResolvers; + mumbai_Int8?: GraphQLScalarType; + mumbai_OriginMessage?: mumbai_OriginMessageResolvers; + mumbai_OriginTransfer?: mumbai_OriginTransferResolvers; + mumbai_Relayer?: mumbai_RelayerResolvers; + mumbai_RelayerFee?: mumbai_RelayerFeeResolvers; + mumbai_RelayerFeesIncrease?: mumbai_RelayerFeesIncreaseResolvers; + mumbai_RootCount?: mumbai_RootCountResolvers; + mumbai_RootMessageSent?: mumbai_RootMessageSentResolvers; + mumbai_Router?: mumbai_RouterResolvers; + mumbai_RouterDailyTVL?: mumbai_RouterDailyTVLResolvers; + mumbai_RouterLiquidityEvent?: mumbai_RouterLiquidityEventResolvers; + mumbai_Sequencer?: mumbai_SequencerResolvers; + mumbai_Setting?: mumbai_SettingResolvers; + mumbai_SlippageUpdate?: mumbai_SlippageUpdateResolvers; + mumbai__Block_?: mumbai__Block_Resolvers; + mumbai__Meta_?: mumbai__Meta_Resolvers; + xdai_AggregateRoot?: xdai_AggregateRootResolvers; + xdai_Asset?: xdai_AssetResolvers; + xdai_AssetBalance?: xdai_AssetBalanceResolvers; + xdai_AssetStatus?: xdai_AssetStatusResolvers; + xdai_BigDecimal?: GraphQLScalarType; + xdai_Bytes?: GraphQLScalarType; + xdai_ConnectorMeta?: xdai_ConnectorMetaResolvers; + xdai_DestinationTransfer?: xdai_DestinationTransferResolvers; + xdai_Int8?: GraphQLScalarType; + xdai_OriginMessage?: xdai_OriginMessageResolvers; + xdai_OriginTransfer?: xdai_OriginTransferResolvers; + xdai_Relayer?: xdai_RelayerResolvers; + xdai_RelayerFee?: xdai_RelayerFeeResolvers; + xdai_RelayerFeesIncrease?: xdai_RelayerFeesIncreaseResolvers; + xdai_RootCount?: xdai_RootCountResolvers; + xdai_RootMessageSent?: xdai_RootMessageSentResolvers; + xdai_Router?: xdai_RouterResolvers; + xdai_RouterDailyTVL?: xdai_RouterDailyTVLResolvers; + xdai_RouterLiquidityEvent?: xdai_RouterLiquidityEventResolvers; + xdai_Sequencer?: xdai_SequencerResolvers; + xdai_Setting?: xdai_SettingResolvers; + xdai_SlippageUpdate?: xdai_SlippageUpdateResolvers; + xdai__Block_?: xdai__Block_Resolvers; + xdai__Meta_?: xdai__Meta_Resolvers; + localarbitrumone_AggregateRoot?: localarbitrumone_AggregateRootResolvers; + localarbitrumone_AggregateRootProposed?: localarbitrumone_AggregateRootProposedResolvers; + localarbitrumone_Asset?: localarbitrumone_AssetResolvers; + localarbitrumone_AssetBalance?: localarbitrumone_AssetBalanceResolvers; + localarbitrumone_AssetStatus?: localarbitrumone_AssetStatusResolvers; + localarbitrumone_BigDecimal?: GraphQLScalarType; + localarbitrumone_Bytes?: GraphQLScalarType; + localarbitrumone_ConnectorMeta?: localarbitrumone_ConnectorMetaResolvers; + localarbitrumone_DestinationTransfer?: localarbitrumone_DestinationTransferResolvers; + localarbitrumone_Int8?: GraphQLScalarType; + localarbitrumone_OptimisticRootFinalized?: localarbitrumone_OptimisticRootFinalizedResolvers; + localarbitrumone_OriginMessage?: localarbitrumone_OriginMessageResolvers; + localarbitrumone_OriginTransfer?: localarbitrumone_OriginTransferResolvers; + localarbitrumone_Relayer?: localarbitrumone_RelayerResolvers; + localarbitrumone_RelayerFee?: localarbitrumone_RelayerFeeResolvers; + localarbitrumone_RelayerFeesIncrease?: localarbitrumone_RelayerFeesIncreaseResolvers; + localarbitrumone_RootCount?: localarbitrumone_RootCountResolvers; + localarbitrumone_RootMessageSent?: localarbitrumone_RootMessageSentResolvers; + localarbitrumone_Router?: localarbitrumone_RouterResolvers; + localarbitrumone_RouterDailyTVL?: localarbitrumone_RouterDailyTVLResolvers; + localarbitrumone_Sequencer?: localarbitrumone_SequencerResolvers; + localarbitrumone_Setting?: localarbitrumone_SettingResolvers; + localarbitrumone_SlippageUpdate?: localarbitrumone_SlippageUpdateResolvers; + localarbitrumone_SnapshotRoot?: localarbitrumone_SnapshotRootResolvers; + localarbitrumone_SpokeConnectorMode?: localarbitrumone_SpokeConnectorModeResolvers; + localarbitrumone__Block_?: localarbitrumone__Block_Resolvers; + localarbitrumone__Meta_?: localarbitrumone__Meta_Resolvers; bnb_AggregateRoot?: bnb_AggregateRootResolvers; bnb_Asset?: bnb_AssetResolvers; bnb_AssetBalance?: bnb_AssetBalanceResolvers; @@ -123891,6 +124090,78 @@ export type Resolvers = ResolversObject<{ bnb_SlippageUpdate?: bnb_SlippageUpdateResolvers; bnb__Block_?: bnb__Block_Resolvers; bnb__Meta_?: bnb__Meta_Resolvers; + linea_AggregateRoot?: linea_AggregateRootResolvers; + linea_Asset?: linea_AssetResolvers; + linea_AssetBalance?: linea_AssetBalanceResolvers; + linea_AssetStatus?: linea_AssetStatusResolvers; + linea_BigDecimal?: GraphQLScalarType; + linea_Bytes?: GraphQLScalarType; + linea_ConnectorMeta?: linea_ConnectorMetaResolvers; + linea_DestinationTransfer?: linea_DestinationTransferResolvers; + linea_OriginMessage?: linea_OriginMessageResolvers; + linea_OriginTransfer?: linea_OriginTransferResolvers; + linea_Relayer?: linea_RelayerResolvers; + linea_RelayerFee?: linea_RelayerFeeResolvers; + linea_RelayerFeesIncrease?: linea_RelayerFeesIncreaseResolvers; + linea_RootCount?: linea_RootCountResolvers; + linea_RootMessageSent?: linea_RootMessageSentResolvers; + linea_Router?: linea_RouterResolvers; + linea_RouterDailyTVL?: linea_RouterDailyTVLResolvers; + linea_RouterLiquidityEvent?: linea_RouterLiquidityEventResolvers; + linea_Sequencer?: linea_SequencerResolvers; + linea_Setting?: linea_SettingResolvers; + linea_SlippageUpdate?: linea_SlippageUpdateResolvers; + linea__Block_?: linea__Block_Resolvers; + linea__Meta_?: linea__Meta_Resolvers; + localmainnet_AggregateRoot?: localmainnet_AggregateRootResolvers; + localmainnet_AggregateRootProposed?: localmainnet_AggregateRootProposedResolvers; + localmainnet_Asset?: localmainnet_AssetResolvers; + localmainnet_AssetBalance?: localmainnet_AssetBalanceResolvers; + localmainnet_AssetStatus?: localmainnet_AssetStatusResolvers; + localmainnet_ConnectorMeta?: localmainnet_ConnectorMetaResolvers; + localmainnet_DestinationTransfer?: localmainnet_DestinationTransferResolvers; + localmainnet_OptimisticRootFinalized?: localmainnet_OptimisticRootFinalizedResolvers; + localmainnet_OriginMessage?: localmainnet_OriginMessageResolvers; + localmainnet_OriginTransfer?: localmainnet_OriginTransferResolvers; + localmainnet_Relayer?: localmainnet_RelayerResolvers; + localmainnet_RelayerFee?: localmainnet_RelayerFeeResolvers; + localmainnet_RelayerFeesIncrease?: localmainnet_RelayerFeesIncreaseResolvers; + localmainnet_RootCount?: localmainnet_RootCountResolvers; + localmainnet_RootMessageSent?: localmainnet_RootMessageSentResolvers; + localmainnet_Router?: localmainnet_RouterResolvers; + localmainnet_RouterDailyTVL?: localmainnet_RouterDailyTVLResolvers; + localmainnet_Sequencer?: localmainnet_SequencerResolvers; + localmainnet_Setting?: localmainnet_SettingResolvers; + localmainnet_SlippageUpdate?: localmainnet_SlippageUpdateResolvers; + localmainnet_SnapshotRoot?: localmainnet_SnapshotRootResolvers; + localmainnet_SpokeConnectorMode?: localmainnet_SpokeConnectorModeResolvers; + localoptimism_AggregateRoot?: localoptimism_AggregateRootResolvers; + localoptimism_AggregateRootProposed?: localoptimism_AggregateRootProposedResolvers; + localoptimism_Asset?: localoptimism_AssetResolvers; + localoptimism_AssetBalance?: localoptimism_AssetBalanceResolvers; + localoptimism_AssetStatus?: localoptimism_AssetStatusResolvers; + localoptimism_BigDecimal?: GraphQLScalarType; + localoptimism_Bytes?: GraphQLScalarType; + localoptimism_ConnectorMeta?: localoptimism_ConnectorMetaResolvers; + localoptimism_DestinationTransfer?: localoptimism_DestinationTransferResolvers; + localoptimism_Int8?: GraphQLScalarType; + localoptimism_OptimisticRootFinalized?: localoptimism_OptimisticRootFinalizedResolvers; + localoptimism_OriginMessage?: localoptimism_OriginMessageResolvers; + localoptimism_OriginTransfer?: localoptimism_OriginTransferResolvers; + localoptimism_Relayer?: localoptimism_RelayerResolvers; + localoptimism_RelayerFee?: localoptimism_RelayerFeeResolvers; + localoptimism_RelayerFeesIncrease?: localoptimism_RelayerFeesIncreaseResolvers; + localoptimism_RootCount?: localoptimism_RootCountResolvers; + localoptimism_RootMessageSent?: localoptimism_RootMessageSentResolvers; + localoptimism_Router?: localoptimism_RouterResolvers; + localoptimism_RouterDailyTVL?: localoptimism_RouterDailyTVLResolvers; + localoptimism_Sequencer?: localoptimism_SequencerResolvers; + localoptimism_Setting?: localoptimism_SettingResolvers; + localoptimism_SlippageUpdate?: localoptimism_SlippageUpdateResolvers; + localoptimism_SnapshotRoot?: localoptimism_SnapshotRootResolvers; + localoptimism_SpokeConnectorMode?: localoptimism_SpokeConnectorModeResolvers; + localoptimism__Block_?: localoptimism__Block_Resolvers; + localoptimism__Meta_?: localoptimism__Meta_Resolvers; mainnet_AggregateRoot?: mainnet_AggregateRootResolvers; mainnet_Asset?: mainnet_AssetResolvers; mainnet_AssetBalance?: mainnet_AssetBalanceResolvers; @@ -123910,30 +124181,6 @@ export type Resolvers = ResolversObject<{ mainnet_Sequencer?: mainnet_SequencerResolvers; mainnet_Setting?: mainnet_SettingResolvers; mainnet_SlippageUpdate?: mainnet_SlippageUpdateResolvers; - polygon_AggregateRoot?: polygon_AggregateRootResolvers; - polygon_Asset?: polygon_AssetResolvers; - polygon_AssetBalance?: polygon_AssetBalanceResolvers; - polygon_AssetStatus?: polygon_AssetStatusResolvers; - polygon_BigDecimal?: GraphQLScalarType; - polygon_Bytes?: GraphQLScalarType; - polygon_ConnectorMeta?: polygon_ConnectorMetaResolvers; - polygon_DestinationTransfer?: polygon_DestinationTransferResolvers; - polygon_Int8?: GraphQLScalarType; - polygon_OriginMessage?: polygon_OriginMessageResolvers; - polygon_OriginTransfer?: polygon_OriginTransferResolvers; - polygon_Relayer?: polygon_RelayerResolvers; - polygon_RelayerFee?: polygon_RelayerFeeResolvers; - polygon_RelayerFeesIncrease?: polygon_RelayerFeesIncreaseResolvers; - polygon_RootCount?: polygon_RootCountResolvers; - polygon_RootMessageSent?: polygon_RootMessageSentResolvers; - polygon_Router?: polygon_RouterResolvers; - polygon_RouterDailyTVL?: polygon_RouterDailyTVLResolvers; - polygon_RouterLiquidityEvent?: polygon_RouterLiquidityEventResolvers; - polygon_Sequencer?: polygon_SequencerResolvers; - polygon_Setting?: polygon_SettingResolvers; - polygon_SlippageUpdate?: polygon_SlippageUpdateResolvers; - polygon__Block_?: polygon__Block_Resolvers; - polygon__Meta_?: polygon__Meta_Resolvers; arbitrumone_AggregateRoot?: arbitrumone_AggregateRootResolvers; arbitrumone_Asset?: arbitrumone_AssetResolvers; arbitrumone_AssetBalance?: arbitrumone_AssetBalanceResolvers; @@ -123958,29 +124205,30 @@ export type Resolvers = ResolversObject<{ arbitrumone_SlippageUpdate?: arbitrumone_SlippageUpdateResolvers; arbitrumone__Block_?: arbitrumone__Block_Resolvers; arbitrumone__Meta_?: arbitrumone__Meta_Resolvers; - optimism_AggregateRoot?: optimism_AggregateRootResolvers; - optimism_Asset?: optimism_AssetResolvers; - optimism_AssetBalance?: optimism_AssetBalanceResolvers; - optimism_AssetStatus?: optimism_AssetStatusResolvers; - optimism_BigDecimal?: GraphQLScalarType; - optimism_Bytes?: GraphQLScalarType; - optimism_ConnectorMeta?: optimism_ConnectorMetaResolvers; - optimism_DestinationTransfer?: optimism_DestinationTransferResolvers; - optimism_Int8?: GraphQLScalarType; - optimism_OriginMessage?: optimism_OriginMessageResolvers; - optimism_OriginTransfer?: optimism_OriginTransferResolvers; - optimism_Relayer?: optimism_RelayerResolvers; - optimism_RelayerFee?: optimism_RelayerFeeResolvers; - optimism_RelayerFeesIncrease?: optimism_RelayerFeesIncreaseResolvers; - optimism_RootCount?: optimism_RootCountResolvers; - optimism_RootMessageSent?: optimism_RootMessageSentResolvers; - optimism_Router?: optimism_RouterResolvers; - optimism_RouterDailyTVL?: optimism_RouterDailyTVLResolvers; - optimism_Sequencer?: optimism_SequencerResolvers; - optimism_Setting?: optimism_SettingResolvers; - optimism_SlippageUpdate?: optimism_SlippageUpdateResolvers; - optimism__Block_?: optimism__Block_Resolvers; - optimism__Meta_?: optimism__Meta_Resolvers; + polygon_AggregateRoot?: polygon_AggregateRootResolvers; + polygon_Asset?: polygon_AssetResolvers; + polygon_AssetBalance?: polygon_AssetBalanceResolvers; + polygon_AssetStatus?: polygon_AssetStatusResolvers; + polygon_BigDecimal?: GraphQLScalarType; + polygon_Bytes?: GraphQLScalarType; + polygon_ConnectorMeta?: polygon_ConnectorMetaResolvers; + polygon_DestinationTransfer?: polygon_DestinationTransferResolvers; + polygon_Int8?: GraphQLScalarType; + polygon_OriginMessage?: polygon_OriginMessageResolvers; + polygon_OriginTransfer?: polygon_OriginTransferResolvers; + polygon_Relayer?: polygon_RelayerResolvers; + polygon_RelayerFee?: polygon_RelayerFeeResolvers; + polygon_RelayerFeesIncrease?: polygon_RelayerFeesIncreaseResolvers; + polygon_RootCount?: polygon_RootCountResolvers; + polygon_RootMessageSent?: polygon_RootMessageSentResolvers; + polygon_Router?: polygon_RouterResolvers; + polygon_RouterDailyTVL?: polygon_RouterDailyTVLResolvers; + polygon_RouterLiquidityEvent?: polygon_RouterLiquidityEventResolvers; + polygon_Sequencer?: polygon_SequencerResolvers; + polygon_Setting?: polygon_SettingResolvers; + polygon_SlippageUpdate?: polygon_SlippageUpdateResolvers; + polygon__Block_?: polygon__Block_Resolvers; + polygon__Meta_?: polygon__Meta_Resolvers; }>; export type DirectiveResolvers = ResolversObject<{ @@ -123989,7 +124237,7 @@ export type DirectiveResolvers = ResolversObject<{ derivedFrom?: derivedFromDirectiveResolver; }>; -export type MeshContext = HubStagingGoerliTypes.Context & ConnextTestOptimismGoerliTypes.Context & HubGoerliTypes.Context & HubMainnetTypes.Context & ConnextTestGoerliTypes.Context & StableSwapArbitrumGoerliTypes.Context & StableSwapMumbaiTypes.Context & StableSwapStagingOptimismGoerliTypes.Context & StableSwapGoerliTypes.Context & HubLocalMainnetTypes.Context & StableSwapStagingGoerliTypes.Context & StableSwapStagingMumbaiTypes.Context & StableSwapOptimismGoerliTypes.Context & ConnextLineaTypes.Context & StableSwapOptimismTypes.Context & StableSwapPolygonTypes.Context & StableSwapBnbTypes.Context & ConnextLineaGoerliTypes.Context & StableSwapStagingArbitrumGoerliTypes.Context & StableSwapArbitrumOneTypes.Context & StableSwapXdaiTypes.Context & StableSwapLineaTypes.Context & ConnextStagingMumbaiTypes.Context & ConnextOptimismGoerliTypes.Context & ConnextStagingGoerliTypes.Context & ConnextStagingOptimismGoerliTypes.Context & ConnextXdaiTypes.Context & ConnextMumbaiTypes.Context & ConnextGoerliTypes.Context & ConnextLocalMainnetTypes.Context & ConnextLocalOptimismTypes.Context & ConnextLocalArbitrumOneTypes.Context & ConnextStagingArbitrumGoerliTypes.Context & ConnextArbitrumGoerliTypes.Context & ConnextBnbTypes.Context & ConnextMainnetTypes.Context & ConnextPolygonTypes.Context & ConnextArbitrumOneTypes.Context & ConnextOptimismTypes.Context & BaseMeshContext; +export type MeshContext = HubGoerliTypes.Context & HubMainnetTypes.Context & StableSwapStagingOptimismGoerliTypes.Context & ConnextTestGoerliTypes.Context & StableSwapGoerliTypes.Context & ConnextTestOptimismGoerliTypes.Context & StableSwapStagingGoerliTypes.Context & StableSwapStagingArbitrumGoerliTypes.Context & StableSwapArbitrumGoerliTypes.Context & StableSwapMumbaiTypes.Context & StableSwapBnbTypes.Context & StableSwapStagingMumbaiTypes.Context & StableSwapXdaiTypes.Context & HubStagingGoerliTypes.Context & StableSwapOptimismGoerliTypes.Context & StableSwapOptimismTypes.Context & StableSwapArbitrumOneTypes.Context & StableSwapPolygonTypes.Context & StableSwapLineaTypes.Context & ConnextGoerliTypes.Context & HubLocalMainnetTypes.Context & ConnextLineaGoerliTypes.Context & ConnextOptimismTypes.Context & ConnextStagingGoerliTypes.Context & ConnextOptimismGoerliTypes.Context & ConnextStagingOptimismGoerliTypes.Context & ConnextStagingArbitrumGoerliTypes.Context & ConnextStagingMumbaiTypes.Context & ConnextArbitrumGoerliTypes.Context & ConnextMumbaiTypes.Context & ConnextXdaiTypes.Context & ConnextLocalArbitrumOneTypes.Context & ConnextBnbTypes.Context & ConnextLineaTypes.Context & ConnextLocalMainnetTypes.Context & ConnextLocalOptimismTypes.Context & ConnextMainnetTypes.Context & ConnextArbitrumOneTypes.Context & ConnextPolygonTypes.Context & BaseMeshContext; const baseDir = pathModule.join(typeof __dirname === 'string' ? __dirname : '/', '..'); @@ -123997,121 +124245,121 @@ const baseDir = pathModule.join(typeof __dirname === 'string' ? __dirname : '/', const importFn: ImportFn = (moduleId: string) => { const relativeModuleId = (pathModule.isAbsolute(moduleId) ? pathModule.relative(baseDir, moduleId) : moduleId).split('\\').join('/').replace(baseDir + '/', ''); switch(relativeModuleId) { - case ".graphclient/sources/Hub_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/Hub_Goerli/introspectionSchema": return Promise.resolve(importedModule$0) as T; - case ".graphclient/sources/Connext_Test_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/Hub_Mainnet/introspectionSchema": return Promise.resolve(importedModule$1) as T; - case ".graphclient/sources/Hub_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$2) as T; - case ".graphclient/sources/Hub_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_Test_Goerli/introspectionSchema": return Promise.resolve(importedModule$3) as T; - case ".graphclient/sources/Connext_Test_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Goerli/introspectionSchema": return Promise.resolve(importedModule$4) as T; - case ".graphclient/sources/StableSwap_ArbitrumGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Test_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$5) as T; - case ".graphclient/sources/StableSwap_Mumbai/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$6) as T; - case ".graphclient/sources/StableSwap_Staging_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_ArbitrumGoerli/introspectionSchema": return Promise.resolve(importedModule$7) as T; - case ".graphclient/sources/StableSwap_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_ArbitrumGoerli/introspectionSchema": return Promise.resolve(importedModule$8) as T; - case ".graphclient/sources/Hub_LocalMainnet/introspectionSchema": + case ".graphclient/sources/StableSwap_Mumbai/introspectionSchema": return Promise.resolve(importedModule$9) as T; - case ".graphclient/sources/StableSwap_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": return Promise.resolve(importedModule$10) as T; case ".graphclient/sources/StableSwap_Staging_Mumbai/introspectionSchema": return Promise.resolve(importedModule$11) as T; - case ".graphclient/sources/StableSwap_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": return Promise.resolve(importedModule$12) as T; - case ".graphclient/sources/Connext_Linea/introspectionSchema": + case ".graphclient/sources/Hub_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$13) as T; - case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": + case ".graphclient/sources/StableSwap_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$14) as T; - case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": + case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": return Promise.resolve(importedModule$15) as T; - case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": + case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$16) as T; - case ".graphclient/sources/Connext_LineaGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": return Promise.resolve(importedModule$17) as T; - case ".graphclient/sources/StableSwap_Staging_ArbitrumGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Linea/introspectionSchema": return Promise.resolve(importedModule$18) as T; - case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/Connext_Goerli/introspectionSchema": return Promise.resolve(importedModule$19) as T; - case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": + case ".graphclient/sources/Hub_LocalMainnet/introspectionSchema": return Promise.resolve(importedModule$20) as T; - case ".graphclient/sources/StableSwap_Linea/introspectionSchema": + case ".graphclient/sources/Connext_LineaGoerli/introspectionSchema": return Promise.resolve(importedModule$21) as T; - case ".graphclient/sources/Connext_Staging_Mumbai/introspectionSchema": + case ".graphclient/sources/Connext_Optimism/introspectionSchema": return Promise.resolve(importedModule$22) as T; - case ".graphclient/sources/Connext_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$23) as T; - case ".graphclient/sources/Connext_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/Connext_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$24) as T; case ".graphclient/sources/Connext_Staging_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$25) as T; - case ".graphclient/sources/Connext_Xdai/introspectionSchema": + case ".graphclient/sources/Connext_Staging_ArbitrumGoerli/introspectionSchema": return Promise.resolve(importedModule$26) as T; - case ".graphclient/sources/Connext_Mumbai/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mumbai/introspectionSchema": return Promise.resolve(importedModule$27) as T; - case ".graphclient/sources/Connext_Goerli/introspectionSchema": + case ".graphclient/sources/Connext_ArbitrumGoerli/introspectionSchema": return Promise.resolve(importedModule$28) as T; - case ".graphclient/sources/Connext_LocalMainnet/introspectionSchema": + case ".graphclient/sources/Connext_Mumbai/introspectionSchema": return Promise.resolve(importedModule$29) as T; - case ".graphclient/sources/Connext_LocalOptimism/introspectionSchema": + case ".graphclient/sources/Connext_Xdai/introspectionSchema": return Promise.resolve(importedModule$30) as T; case ".graphclient/sources/Connext_LocalArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$31) as T; - case ".graphclient/sources/Connext_Staging_ArbitrumGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Bnb/introspectionSchema": return Promise.resolve(importedModule$32) as T; - case ".graphclient/sources/Connext_ArbitrumGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Linea/introspectionSchema": return Promise.resolve(importedModule$33) as T; - case ".graphclient/sources/Connext_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_LocalMainnet/introspectionSchema": return Promise.resolve(importedModule$34) as T; - case ".graphclient/sources/Connext_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_LocalOptimism/introspectionSchema": return Promise.resolve(importedModule$35) as T; - case ".graphclient/sources/Connext_Polygon/introspectionSchema": + case ".graphclient/sources/Connext_Mainnet/introspectionSchema": return Promise.resolve(importedModule$36) as T; case ".graphclient/sources/Connext_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$37) as T; - case ".graphclient/sources/Connext_Optimism/introspectionSchema": + case ".graphclient/sources/Connext_Polygon/introspectionSchema": return Promise.resolve(importedModule$38) as T; default: @@ -124416,7 +124664,7 @@ const connextMainnetHandler = new GraphqlHandler({ }); const connextOptimismHandler = new GraphqlHandler({ name: "Connext_Optimism", - config: {"strategy":"fallback","sources":[{"endpoint":"https://connext.bwarelabs.com/subgraphs/name/connext/amarok-runtime-v0-optimism","retry":5,"timeout":30000},{"endpoint":"https://api.thegraph.com/subgraphs/name/connext/amarok-runtime-v0-optimism","retry":5,"timeout":30000}]}, + config: {"strategy":"fallback","sources":[{"endpoint":"https://api.thegraph.com/subgraphs/name/connext/amarok-runtime-v0-optimism","retry":2,"timeout":30000},{"endpoint":"https://connext.bwarelabs.com/subgraphs/name/connext/amarok-runtime-v0-optimism","retry":5,"timeout":30000}]}, baseDir, cache, pubsub, diff --git a/packages/adapters/subgraph/.graphclient/schema.graphql b/packages/adapters/subgraph/.graphclient/schema.graphql index 003e2a4e1a..8e91c8aaa8 100644 --- a/packages/adapters/subgraph/.graphclient/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/schema.graphql @@ -13,4084 +13,4032 @@ directive @subgraphId(id: String!) on OBJECT directive @derivedFrom(field: String!) on FIELD_DEFINITION type Query { - staginggoerli_rootAggregated( + goerli_rootAggregated( 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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootAggregated - staginggoerli_rootAggregateds( + ): goerli_RootAggregated + goerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootAggregated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootAggregated_filter + orderBy: goerli_RootAggregated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootAggregated_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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootAggregated!]! - staginggoerli_rootPropagated( + ): [goerli_RootAggregated!]! + goerli_rootPropagated( 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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootPropagated - staginggoerli_rootPropagateds( + ): goerli_RootPropagated + goerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootPropagated_filter + orderBy: goerli_RootPropagated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootPropagated_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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootPropagated!]! - staginggoerli_aggregatedMessageRoot( + ): [goerli_RootPropagated!]! + goerli_aggregatedMessageRoot( 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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregatedMessageRoot - staginggoerli_aggregatedMessageRoots( + ): goerli_AggregatedMessageRoot + goerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregatedMessageRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregatedMessageRoot_filter + orderBy: goerli_AggregatedMessageRoot_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AggregatedMessageRoot_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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregatedMessageRoot!]! - staginggoerli_rootManagerMeta( + ): [goerli_AggregatedMessageRoot!]! + goerli_rootManagerMeta( 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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootManagerMeta - staginggoerli_rootManagerMetas( + ): goerli_RootManagerMeta + goerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMeta_filter + orderBy: goerli_RootManagerMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootManagerMeta_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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootManagerMeta!]! - staginggoerli_rootManagerMode( + ): [goerli_RootManagerMeta!]! + goerli_polygonConnectorMeta( 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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootManagerMode - staginggoerli_rootManagerModes( + ): goerli_PolygonConnectorMeta + goerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMode_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMode_filter + orderBy: goerli_PolygonConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_PolygonConnectorMeta_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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootManagerMode!]! - staginggoerli_optimisticRootProposed( + ): [goerli_PolygonConnectorMeta!]! + goerli_optimismConnectorMeta( 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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootProposed - staginggoerli_optimisticRootProposeds( + ): goerli_OptimismConnectorMeta + goerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootProposed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootProposed_filter + orderBy: goerli_OptimismConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OptimismConnectorMeta_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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootProposed!]! - staginggoerli_hubOptimisticRootFinalized( + ): [goerli_OptimismConnectorMeta!]! + goerli_bnbConnectorMeta( 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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_HubOptimisticRootFinalized - staginggoerli_hubOptimisticRootFinalizeds( + ): goerli_BnbConnectorMeta + goerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_HubOptimisticRootFinalized_filter + orderBy: goerli_BnbConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_BnbConnectorMeta_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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_HubOptimisticRootFinalized!]! - staginggoerli_optimisticRootPropagated( + ): [goerli_BnbConnectorMeta!]! + goerli_arbitrumConnectorMeta( 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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootPropagated - staginggoerli_optimisticRootPropagateds( + ): goerli_ArbitrumConnectorMeta + goerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootPropagated_filter + orderBy: goerli_ArbitrumConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ArbitrumConnectorMeta_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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootPropagated!]! - staginggoerli_polygonConnectorMeta( + ): [goerli_ArbitrumConnectorMeta!]! + goerli_gnosisConnectorMeta( 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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_PolygonConnectorMeta - staginggoerli_polygonConnectorMetas( + ): goerli_GnosisConnectorMeta + goerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_PolygonConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_PolygonConnectorMeta_filter + orderBy: goerli_GnosisConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_GnosisConnectorMeta_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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_PolygonConnectorMeta!]! - staginggoerli_optimismConnectorMeta( + ): [goerli_GnosisConnectorMeta!]! + goerli_zkSyncConnectorMeta( 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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimismConnectorMeta - staginggoerli_optimismConnectorMetas( + ): goerli_ZkSyncConnectorMeta + goerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimismConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimismConnectorMeta_filter + orderBy: goerli_ZkSyncConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ZkSyncConnectorMeta_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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimismConnectorMeta!]! - staginggoerli_bnbConnectorMeta( + ): [goerli_ZkSyncConnectorMeta!]! + goerli_lineaConnectorMeta( 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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_BnbConnectorMeta - staginggoerli_bnbConnectorMetas( + ): goerli_LineaConnectorMeta + goerli_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_BnbConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_BnbConnectorMeta_filter + orderBy: goerli_LineaConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_LineaConnectorMeta_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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_BnbConnectorMeta!]! - staginggoerli_arbitrumConnectorMeta( + ): [goerli_LineaConnectorMeta!]! + goerli_rootMessageProcessed( 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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ArbitrumConnectorMeta - staginggoerli_arbitrumConnectorMetas( + ): goerli_RootMessageProcessed + goerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ArbitrumConnectorMeta_filter + orderBy: goerli_RootMessageProcessed_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootMessageProcessed_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: staginggoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ArbitrumConnectorMeta!]! - staginggoerli_gnosisConnectorMeta( + ): [goerli_RootMessageProcessed!]! + """Access to subgraph metadata""" + goerli__meta(block: goerli_Block_height): goerli__Meta_ + mainnet_rootAggregated( 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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_GnosisConnectorMeta - staginggoerli_gnosisConnectorMetas( + ): mainnet_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_GnosisConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_GnosisConnectorMeta_filter + orderBy: mainnet_RootAggregated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootAggregated_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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_GnosisConnectorMeta!]! - staginggoerli_zkSyncConnectorMeta( + ): [mainnet_RootAggregated!]! + mainnet_rootPropagated( 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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ZkSyncConnectorMeta - staginggoerli_zkSyncConnectorMetas( + ): mainnet_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ZkSyncConnectorMeta_filter + orderBy: mainnet_RootPropagated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootPropagated_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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ZkSyncConnectorMeta!]! - staginggoerli_rootMessageProcessed( + ): [mainnet_RootPropagated!]! + mainnet_aggregatedMessageRoot( 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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootMessageProcessed - staginggoerli_rootMessageProcesseds( + ): mainnet_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageProcessed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageProcessed_filter + orderBy: mainnet_AggregatedMessageRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregatedMessageRoot_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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootMessageProcessed!]! - staginggoerli_aggregateRootSavedSlow( + ): [mainnet_AggregatedMessageRoot!]! + mainnet_rootManagerMeta( 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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRootSavedSlow - staginggoerli_aggregateRootSavedSlows( + ): mainnet_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRootSavedSlow_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRootSavedSlow_filter + orderBy: mainnet_RootManagerMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootManagerMeta_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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRootSavedSlow!]! - staginggoerli_hubDomain( + ): [mainnet_RootManagerMeta!]! + mainnet_polygonConnectorMeta( 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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_HubDomain - staginggoerli_hubDomains( + ): mainnet_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_HubDomain_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_HubDomain_filter + orderBy: mainnet_PolygonConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_PolygonConnectorMeta_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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_HubDomain!]! - """Access to subgraph metadata""" - staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ - testoptimismgoerli_asset( + ): [mainnet_PolygonConnectorMeta!]! + mainnet_optimismConnectorMeta( 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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Asset - testoptimismgoerli_assets( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Asset_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Asset_filter + orderBy: mainnet_OptimismConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OptimismConnectorMeta_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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Asset!]! - testoptimismgoerli_assetBalance( + ): [mainnet_OptimismConnectorMeta!]! + mainnet_bnbConnectorMeta( 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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_AssetBalance - testoptimismgoerli_assetBalances( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_AssetBalance_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_AssetBalance_filter + orderBy: mainnet_BnbConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_BnbConnectorMeta_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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_AssetBalance!]! - testoptimismgoerli_router( + ): [mainnet_BnbConnectorMeta!]! + mainnet_arbitrumConnectorMeta( 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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Router - testoptimismgoerli_routers( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Router_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Router_filter + orderBy: mainnet_ArbitrumConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ArbitrumConnectorMeta_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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Router!]! - testoptimismgoerli_setting( + ): [mainnet_ArbitrumConnectorMeta!]! + mainnet_gnosisConnectorMeta( 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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Setting - testoptimismgoerli_settings( + ): mainnet_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Setting_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Setting_filter + orderBy: mainnet_GnosisConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_GnosisConnectorMeta_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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Setting!]! - testoptimismgoerli_relayer( + ): [mainnet_GnosisConnectorMeta!]! + mainnet_zkSyncConnectorMeta( 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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Relayer - testoptimismgoerli_relayers( + ): mainnet_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Relayer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Relayer_filter + orderBy: mainnet_ZkSyncConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ZkSyncConnectorMeta_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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Relayer!]! - testoptimismgoerli_stableSwap( + ): [mainnet_ZkSyncConnectorMeta!]! + mainnet_lineaConnectorMeta( 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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_StableSwap - testoptimismgoerli_stableSwaps( + ): mainnet_LineaConnectorMeta + mainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_StableSwap_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_StableSwap_filter + orderBy: mainnet_LineaConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_LineaConnectorMeta_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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_StableSwap!]! - testoptimismgoerli_sponsorVault( + ): [mainnet_LineaConnectorMeta!]! + mainnet_rootMessageProcessed( 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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_SponsorVault - testoptimismgoerli_sponsorVaults( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_SponsorVault_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_SponsorVault_filter + orderBy: mainnet_RootMessageProcessed_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootMessageProcessed_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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_SponsorVault!]! - testoptimismgoerli_originTransfer( + ): [mainnet_RootMessageProcessed!]! + """Access to subgraph metadata""" + mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ + stagingoptimismgoerli_swap_systemInfo( 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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_OriginTransfer - testoptimismgoerli_originTransfers( + ): stagingoptimismgoerli_swap_SystemInfo + stagingoptimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_OriginTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_OriginTransfer_filter + orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SystemInfo_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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_OriginTransfer!]! - testoptimismgoerli_destinationTransfer( + ): [stagingoptimismgoerli_swap_SystemInfo!]! + stagingoptimismgoerli_swap_pooledToken( 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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_DestinationTransfer - testoptimismgoerli_destinationTransfers( + ): stagingoptimismgoerli_swap_PooledToken + stagingoptimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_DestinationTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_DestinationTransfer_filter + orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_PooledToken_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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ - goerli_rootAggregated( + ): [stagingoptimismgoerli_swap_PooledToken!]! + stagingoptimismgoerli_swap_stableSwap( 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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootAggregated - goerli_rootAggregateds( + ): stagingoptimismgoerli_swap_StableSwap + stagingoptimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootAggregated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootAggregated_filter + orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwap_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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootAggregated!]! - goerli_rootPropagated( + ): [stagingoptimismgoerli_swap_StableSwap!]! + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( 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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootPropagated - goerli_rootPropagateds( + ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootPropagated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootPropagated_filter + orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootPropagated!]! - goerli_aggregatedMessageRoot( + ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( 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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AggregatedMessageRoot - goerli_aggregatedMessageRoots( + ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregatedMessageRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregatedMessageRoot_filter + orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AggregatedMessageRoot!]! - goerli_rootManagerMeta( + ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! + stagingoptimismgoerli_swap_stableSwapExchange( 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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootManagerMeta - goerli_rootManagerMetas( + ): stagingoptimismgoerli_swap_StableSwapExchange + stagingoptimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootManagerMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootManagerMeta_filter + orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapExchange_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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootManagerMeta!]! - goerli_polygonConnectorMeta( + ): [stagingoptimismgoerli_swap_StableSwapExchange!]! + stagingoptimismgoerli_swap_swapDailyVolume( 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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_PolygonConnectorMeta - goerli_polygonConnectorMetas( + ): stagingoptimismgoerli_swap_SwapDailyVolume + stagingoptimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_PolygonConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_PolygonConnectorMeta_filter + orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapDailyVolume_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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_PolygonConnectorMeta!]! - goerli_optimismConnectorMeta( + ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! + stagingoptimismgoerli_swap_swapHourlyVolume( 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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OptimismConnectorMeta - goerli_optimismConnectorMetas( + ): stagingoptimismgoerli_swap_SwapHourlyVolume + stagingoptimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimismConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimismConnectorMeta_filter + orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapHourlyVolume_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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OptimismConnectorMeta!]! - goerli_bnbConnectorMeta( + ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! + stagingoptimismgoerli_swap_swapWeeklyVolume( 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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_BnbConnectorMeta - goerli_bnbConnectorMetas( + ): stagingoptimismgoerli_swap_SwapWeeklyVolume + stagingoptimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_BnbConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_BnbConnectorMeta_filter + orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapWeeklyVolume_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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_BnbConnectorMeta!]! - goerli_arbitrumConnectorMeta( + ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! + stagingoptimismgoerli_swap_lpAccount( 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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ArbitrumConnectorMeta - goerli_arbitrumConnectorMetas( + ): stagingoptimismgoerli_swap_LpAccount + stagingoptimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_ArbitrumConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ArbitrumConnectorMeta_filter + orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccount_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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ArbitrumConnectorMeta!]! - goerli_gnosisConnectorMeta( + ): [stagingoptimismgoerli_swap_LpAccount!]! + stagingoptimismgoerli_swap_lpAccountBalance( 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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_GnosisConnectorMeta - goerli_gnosisConnectorMetas( + ): stagingoptimismgoerli_swap_LpAccountBalance + stagingoptimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_GnosisConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_GnosisConnectorMeta_filter + orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccountBalance_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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_GnosisConnectorMeta!]! - goerli_zkSyncConnectorMeta( + ): [stagingoptimismgoerli_swap_LpAccountBalance!]! + stagingoptimismgoerli_swap_lpToken( 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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ZkSyncConnectorMeta - goerli_zkSyncConnectorMetas( + ): stagingoptimismgoerli_swap_LpToken + stagingoptimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_ZkSyncConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ZkSyncConnectorMeta_filter + orderBy: stagingoptimismgoerli_swap_LpToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpToken_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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ZkSyncConnectorMeta!]! - goerli_lineaConnectorMeta( + ): [stagingoptimismgoerli_swap_LpToken!]! + stagingoptimismgoerli_swap_lpTransferEvent( 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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_LineaConnectorMeta - goerli_lineaConnectorMetas( + ): stagingoptimismgoerli_swap_LpTransferEvent + stagingoptimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_LineaConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_LineaConnectorMeta_filter + orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTransferEvent_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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_LineaConnectorMeta!]! - goerli_rootMessageProcessed( + ): [stagingoptimismgoerli_swap_LpTransferEvent!]! + stagingoptimismgoerli_swap_stableSwapEvent( 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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootMessageProcessed - goerli_rootMessageProcesseds( + ): stagingoptimismgoerli_swap_StableSwapEvent + stagingoptimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageProcessed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageProcessed_filter + orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapEvent_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: goerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootMessageProcessed!]! - """Access to subgraph metadata""" - goerli__meta(block: goerli_Block_height): goerli__Meta_ - mainnet_rootAggregated( + ): [stagingoptimismgoerli_swap_StableSwapEvent!]! + stagingoptimismgoerli_swap_swapTradeVolume( 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 + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootAggregated - mainnet_rootAggregateds( + ): stagingoptimismgoerli_swap_SwapTradeVolume + stagingoptimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootAggregated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootAggregated_filter + orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapTradeVolume_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 + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootAggregated!]! - mainnet_rootPropagated( + ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! + stagingoptimismgoerli_swap_lpTokenEvent( 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 + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootPropagated - mainnet_rootPropagateds( + ): stagingoptimismgoerli_swap_LpTokenEvent + stagingoptimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootPropagated_filter + orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTokenEvent_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 + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootPropagated!]! - mainnet_aggregatedMessageRoot( + ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ + testgoerli_asset( 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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregatedMessageRoot - mainnet_aggregatedMessageRoots( + ): testgoerli_Asset + testgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregatedMessageRoot_filter + orderBy: testgoerli_Asset_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Asset_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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregatedMessageRoot!]! - mainnet_rootManagerMeta( + ): [testgoerli_Asset!]! + testgoerli_assetBalance( 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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootManagerMeta - mainnet_rootManagerMetas( + ): testgoerli_AssetBalance + testgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMeta_filter + orderBy: testgoerli_AssetBalance_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_AssetBalance_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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootManagerMeta!]! - mainnet_polygonConnectorMeta( + ): [testgoerli_AssetBalance!]! + testgoerli_router( 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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_PolygonConnectorMeta - mainnet_polygonConnectorMetas( + ): testgoerli_Router + testgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonConnectorMeta_filter + orderBy: testgoerli_Router_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Router_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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_PolygonConnectorMeta!]! - mainnet_optimismConnectorMeta( + ): [testgoerli_Router!]! + testgoerli_setting( 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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimismConnectorMeta - mainnet_optimismConnectorMetas( + ): testgoerli_Setting + testgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimismConnectorMeta_filter + orderBy: testgoerli_Setting_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Setting_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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimismConnectorMeta!]! - mainnet_bnbConnectorMeta( + ): [testgoerli_Setting!]! + testgoerli_relayer( 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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_BnbConnectorMeta - mainnet_bnbConnectorMetas( + ): testgoerli_Relayer + testgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BnbConnectorMeta_filter + orderBy: testgoerli_Relayer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Relayer_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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_BnbConnectorMeta!]! - mainnet_arbitrumConnectorMeta( + ): [testgoerli_Relayer!]! + testgoerli_stableSwap( 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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ArbitrumConnectorMeta - mainnet_arbitrumConnectorMetas( + ): testgoerli_StableSwap + testgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ArbitrumConnectorMeta_filter + orderBy: testgoerli_StableSwap_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_StableSwap_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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ArbitrumConnectorMeta!]! - mainnet_gnosisConnectorMeta( + ): [testgoerli_StableSwap!]! + testgoerli_sponsorVault( 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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_GnosisConnectorMeta - mainnet_gnosisConnectorMetas( + ): testgoerli_SponsorVault + testgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_GnosisConnectorMeta_filter + orderBy: testgoerli_SponsorVault_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_SponsorVault_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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_GnosisConnectorMeta!]! - mainnet_zkSyncConnectorMeta( + ): [testgoerli_SponsorVault!]! + testgoerli_originTransfer( 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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ZkSyncConnectorMeta - mainnet_zkSyncConnectorMetas( + ): testgoerli_OriginTransfer + testgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_filter + orderBy: testgoerli_OriginTransfer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_OriginTransfer_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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_lineaConnectorMeta( + ): [testgoerli_OriginTransfer!]! + testgoerli_destinationTransfer( 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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_LineaConnectorMeta - mainnet_lineaConnectorMetas( + ): testgoerli_DestinationTransfer + testgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_LineaConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_LineaConnectorMeta_filter + orderBy: testgoerli_DestinationTransfer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_DestinationTransfer_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 + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_LineaConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [testgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ + goerli_swap_systemInfo( 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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootMessageProcessed - mainnet_rootMessageProcesseds( + ): goerli_swap_SystemInfo + goerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_filter + orderBy: goerli_swap_SystemInfo_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SystemInfo_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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootMessageProcessed!]! - """Access to subgraph metadata""" - mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - testgoerli_asset( + ): [goerli_swap_SystemInfo!]! + goerli_swap_pooledToken( 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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Asset - testgoerli_assets( + ): goerli_swap_PooledToken + goerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Asset_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Asset_filter + orderBy: goerli_swap_PooledToken_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_PooledToken_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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Asset!]! - testgoerli_assetBalance( + ): [goerli_swap_PooledToken!]! + goerli_swap_stableSwap( 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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_AssetBalance - testgoerli_assetBalances( + ): goerli_swap_StableSwap + goerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_AssetBalance_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_AssetBalance_filter + orderBy: goerli_swap_StableSwap_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwap_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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_AssetBalance!]! - testgoerli_router( + ): [goerli_swap_StableSwap!]! + goerli_swap_stableSwapAddLiquidityEvent( 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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Router - testgoerli_routers( + ): goerli_swap_StableSwapAddLiquidityEvent + goerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Router_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Router_filter + orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapAddLiquidityEvent_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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Router!]! - testgoerli_setting( + ): [goerli_swap_StableSwapAddLiquidityEvent!]! + goerli_swap_stableSwapRemoveLiquidityEvent( 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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Setting - testgoerli_settings( + ): goerli_swap_StableSwapRemoveLiquidityEvent + goerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Setting_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Setting_filter + orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapRemoveLiquidityEvent_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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Setting!]! - testgoerli_relayer( + ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! + goerli_swap_stableSwapExchange( 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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Relayer - testgoerli_relayers( + ): goerli_swap_StableSwapExchange + goerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Relayer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Relayer_filter + orderBy: goerli_swap_StableSwapExchange_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapExchange_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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Relayer!]! - testgoerli_stableSwap( + ): [goerli_swap_StableSwapExchange!]! + goerli_swap_swapDailyVolume( 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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_StableSwap - testgoerli_stableSwaps( + ): goerli_swap_SwapDailyVolume + goerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_StableSwap_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_StableSwap_filter + orderBy: goerli_swap_SwapDailyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapDailyVolume_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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_StableSwap!]! - testgoerli_sponsorVault( + ): [goerli_swap_SwapDailyVolume!]! + goerli_swap_swapHourlyVolume( 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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_SponsorVault - testgoerli_sponsorVaults( + ): goerli_swap_SwapHourlyVolume + goerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_SponsorVault_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_SponsorVault_filter + orderBy: goerli_swap_SwapHourlyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapHourlyVolume_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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_SponsorVault!]! - testgoerli_originTransfer( + ): [goerli_swap_SwapHourlyVolume!]! + goerli_swap_swapWeeklyVolume( 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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_OriginTransfer - testgoerli_originTransfers( + ): goerli_swap_SwapWeeklyVolume + goerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_OriginTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_OriginTransfer_filter + orderBy: goerli_swap_SwapWeeklyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapWeeklyVolume_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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_OriginTransfer!]! - testgoerli_destinationTransfer( + ): [goerli_swap_SwapWeeklyVolume!]! + goerli_swap_lpAccount( 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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_DestinationTransfer - testgoerli_destinationTransfers( + ): goerli_swap_LpAccount + goerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_DestinationTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_DestinationTransfer_filter + orderBy: goerli_swap_LpAccount_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpAccount_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: testgoerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ - arbitrumgoerli_swap_systemInfo( + ): [goerli_swap_LpAccount!]! + goerli_swap_lpAccountBalance( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SystemInfo - arbitrumgoerli_swap_systemInfos( + ): goerli_swap_LpAccountBalance + goerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SystemInfo_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SystemInfo_filter + orderBy: goerli_swap_LpAccountBalance_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpAccountBalance_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SystemInfo!]! - arbitrumgoerli_swap_pooledToken( + ): [goerli_swap_LpAccountBalance!]! + goerli_swap_lpToken( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_PooledToken - arbitrumgoerli_swap_pooledTokens( + ): goerli_swap_LpToken + goerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_PooledToken_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_PooledToken_filter + orderBy: goerli_swap_LpToken_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpToken_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_PooledToken!]! - arbitrumgoerli_swap_stableSwap( + ): [goerli_swap_LpToken!]! + goerli_swap_lpTransferEvent( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwap - arbitrumgoerli_swap_stableSwaps( + ): goerli_swap_LpTransferEvent + goerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwap_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwap_filter + orderBy: goerli_swap_LpTransferEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpTransferEvent_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwap!]! - arbitrumgoerli_swap_stableSwapAddLiquidityEvent( + ): [goerli_swap_LpTransferEvent!]! + goerli_swap_stableSwapEvent( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapAddLiquidityEvent - arbitrumgoerli_swap_stableSwapAddLiquidityEvents( + ): goerli_swap_StableSwapEvent + goerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: goerli_swap_StableSwapEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapEvent_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [goerli_swap_StableSwapEvent!]! + goerli_swap_swapTradeVolume( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( + ): goerli_swap_SwapTradeVolume + goerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: goerli_swap_SwapTradeVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapTradeVolume_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumgoerli_swap_stableSwapExchange( + ): [goerli_swap_SwapTradeVolume!]! + goerli_swap_lpTokenEvent( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapExchange - arbitrumgoerli_swap_stableSwapExchanges( + ): goerli_swap_LpTokenEvent + goerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapExchange_filter + orderBy: goerli_swap_LpTokenEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpTokenEvent_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapExchange!]! - arbitrumgoerli_swap_swapDailyVolume( + ): [goerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + goerli_swap__meta(block: goerli_swap_Block_height): goerli_swap__Meta_ + testoptimismgoerli_asset( 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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapDailyVolume - arbitrumgoerli_swap_swapDailyVolumes( + ): testoptimismgoerli_Asset + testoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapDailyVolume_filter + orderBy: testoptimismgoerli_Asset_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Asset_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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapDailyVolume!]! - arbitrumgoerli_swap_swapHourlyVolume( + ): [testoptimismgoerli_Asset!]! + testoptimismgoerli_assetBalance( 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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapHourlyVolume - arbitrumgoerli_swap_swapHourlyVolumes( + ): testoptimismgoerli_AssetBalance + testoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapHourlyVolume_filter + orderBy: testoptimismgoerli_AssetBalance_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_AssetBalance_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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapHourlyVolume!]! - arbitrumgoerli_swap_swapWeeklyVolume( + ): [testoptimismgoerli_AssetBalance!]! + testoptimismgoerli_router( 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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapWeeklyVolume - arbitrumgoerli_swap_swapWeeklyVolumes( + ): testoptimismgoerli_Router + testoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapWeeklyVolume_filter + orderBy: testoptimismgoerli_Router_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Router_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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapWeeklyVolume!]! - arbitrumgoerli_swap_lpAccount( + ): [testoptimismgoerli_Router!]! + testoptimismgoerli_setting( 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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpAccount - arbitrumgoerli_swap_lpAccounts( + ): testoptimismgoerli_Setting + testoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpAccount_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpAccount_filter + orderBy: testoptimismgoerli_Setting_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Setting_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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpAccount!]! - arbitrumgoerli_swap_lpAccountBalance( + ): [testoptimismgoerli_Setting!]! + testoptimismgoerli_relayer( 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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpAccountBalance - arbitrumgoerli_swap_lpAccountBalances( + ): testoptimismgoerli_Relayer + testoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpAccountBalance_filter + orderBy: testoptimismgoerli_Relayer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Relayer_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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpAccountBalance!]! - arbitrumgoerli_swap_lpToken( + ): [testoptimismgoerli_Relayer!]! + testoptimismgoerli_stableSwap( 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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpToken - arbitrumgoerli_swap_lpTokens( + ): testoptimismgoerli_StableSwap + testoptimismgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpToken_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpToken_filter + orderBy: testoptimismgoerli_StableSwap_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_StableSwap_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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpToken!]! - arbitrumgoerli_swap_lpTransferEvent( + ): [testoptimismgoerli_StableSwap!]! + testoptimismgoerli_sponsorVault( 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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpTransferEvent - arbitrumgoerli_swap_lpTransferEvents( + ): testoptimismgoerli_SponsorVault + testoptimismgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpTransferEvent_filter + orderBy: testoptimismgoerli_SponsorVault_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_SponsorVault_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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpTransferEvent!]! - arbitrumgoerli_swap_stableSwapEvent( + ): [testoptimismgoerli_SponsorVault!]! + testoptimismgoerli_originTransfer( 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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapEvent - arbitrumgoerli_swap_stableSwapEvents( + ): testoptimismgoerli_OriginTransfer + testoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapEvent_filter + orderBy: testoptimismgoerli_OriginTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_OriginTransfer_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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapEvent!]! - arbitrumgoerli_swap_swapTradeVolume( + ): [testoptimismgoerli_OriginTransfer!]! + testoptimismgoerli_destinationTransfer( 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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapTradeVolume - arbitrumgoerli_swap_swapTradeVolumes( + ): testoptimismgoerli_DestinationTransfer + testoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapTradeVolume_filter + orderBy: testoptimismgoerli_DestinationTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_DestinationTransfer_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: arbitrumgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapTradeVolume!]! - arbitrumgoerli_swap_lpTokenEvent( + ): [testoptimismgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ + staginggoerli_swap_systemInfo( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpTokenEvent - arbitrumgoerli_swap_lpTokenEvents( + ): staginggoerli_swap_SystemInfo + staginggoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpTokenEvent_filter + orderBy: staginggoerli_swap_SystemInfo_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SystemInfo_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumgoerli_swap__meta(block: arbitrumgoerli_swap_Block_height): arbitrumgoerli_swap__Meta_ - mumbai_swap_systemInfo( + ): [staginggoerli_swap_SystemInfo!]! + staginggoerli_swap_pooledToken( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SystemInfo - mumbai_swap_systemInfos( + ): staginggoerli_swap_PooledToken + staginggoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SystemInfo_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SystemInfo_filter + orderBy: staginggoerli_swap_PooledToken_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_PooledToken_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SystemInfo!]! - mumbai_swap_pooledToken( + ): [staginggoerli_swap_PooledToken!]! + staginggoerli_swap_stableSwap( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_PooledToken - mumbai_swap_pooledTokens( + ): staginggoerli_swap_StableSwap + staginggoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_PooledToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_PooledToken_filter + orderBy: staginggoerli_swap_StableSwap_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwap_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_PooledToken!]! - mumbai_swap_stableSwap( + ): [staginggoerli_swap_StableSwap!]! + staginggoerli_swap_stableSwapAddLiquidityEvent( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwap - mumbai_swap_stableSwaps( + ): staginggoerli_swap_StableSwapAddLiquidityEvent + staginggoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwap_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwap_filter + orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapAddLiquidityEvent_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwap!]! - mumbai_swap_stableSwapAddLiquidityEvent( + ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! + staginggoerli_swap_stableSwapRemoveLiquidityEvent( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapAddLiquidityEvent - mumbai_swap_stableSwapAddLiquidityEvents( + ): staginggoerli_swap_StableSwapRemoveLiquidityEvent + staginggoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapAddLiquidityEvent_filter + orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapAddLiquidityEvent!]! - mumbai_swap_stableSwapRemoveLiquidityEvent( + ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! + staginggoerli_swap_stableSwapExchange( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapRemoveLiquidityEvent - mumbai_swap_stableSwapRemoveLiquidityEvents( + ): staginggoerli_swap_StableSwapExchange + staginggoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: staginggoerli_swap_StableSwapExchange_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapExchange_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! - mumbai_swap_stableSwapExchange( + ): [staginggoerli_swap_StableSwapExchange!]! + staginggoerli_swap_swapDailyVolume( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapExchange - mumbai_swap_stableSwapExchanges( + ): staginggoerli_swap_SwapDailyVolume + staginggoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapExchange_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapExchange_filter + orderBy: staginggoerli_swap_SwapDailyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapDailyVolume_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapExchange!]! - mumbai_swap_swapDailyVolume( + ): [staginggoerli_swap_SwapDailyVolume!]! + staginggoerli_swap_swapHourlyVolume( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapDailyVolume - mumbai_swap_swapDailyVolumes( + ): staginggoerli_swap_SwapHourlyVolume + staginggoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapDailyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapDailyVolume_filter + orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapHourlyVolume_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapDailyVolume!]! - mumbai_swap_swapHourlyVolume( + ): [staginggoerli_swap_SwapHourlyVolume!]! + staginggoerli_swap_swapWeeklyVolume( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapHourlyVolume - mumbai_swap_swapHourlyVolumes( + ): staginggoerli_swap_SwapWeeklyVolume + staginggoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapHourlyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapHourlyVolume_filter + orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapWeeklyVolume_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapHourlyVolume!]! - mumbai_swap_swapWeeklyVolume( + ): [staginggoerli_swap_SwapWeeklyVolume!]! + staginggoerli_swap_lpAccount( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapWeeklyVolume - mumbai_swap_swapWeeklyVolumes( + ): staginggoerli_swap_LpAccount + staginggoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapWeeklyVolume_filter + orderBy: staginggoerli_swap_LpAccount_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpAccount_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapWeeklyVolume!]! - mumbai_swap_lpAccount( + ): [staginggoerli_swap_LpAccount!]! + staginggoerli_swap_lpAccountBalance( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpAccount - mumbai_swap_lpAccounts( + ): staginggoerli_swap_LpAccountBalance + staginggoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccount_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccount_filter + orderBy: staginggoerli_swap_LpAccountBalance_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpAccountBalance_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpAccount!]! - mumbai_swap_lpAccountBalance( + ): [staginggoerli_swap_LpAccountBalance!]! + staginggoerli_swap_lpToken( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpAccountBalance - mumbai_swap_lpAccountBalances( + ): staginggoerli_swap_LpToken + staginggoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccountBalance_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccountBalance_filter + orderBy: staginggoerli_swap_LpToken_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpToken_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpAccountBalance!]! - mumbai_swap_lpToken( + ): [staginggoerli_swap_LpToken!]! + staginggoerli_swap_lpTransferEvent( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpToken - mumbai_swap_lpTokens( + ): staginggoerli_swap_LpTransferEvent + staginggoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpToken_filter + orderBy: staginggoerli_swap_LpTransferEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpTransferEvent_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpToken!]! - mumbai_swap_lpTransferEvent( + ): [staginggoerli_swap_LpTransferEvent!]! + staginggoerli_swap_stableSwapEvent( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpTransferEvent - mumbai_swap_lpTransferEvents( + ): staginggoerli_swap_StableSwapEvent + staginggoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTransferEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTransferEvent_filter + orderBy: staginggoerli_swap_StableSwapEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapEvent_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpTransferEvent!]! - mumbai_swap_stableSwapEvent( + ): [staginggoerli_swap_StableSwapEvent!]! + staginggoerli_swap_swapTradeVolume( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapEvent - mumbai_swap_stableSwapEvents( + ): staginggoerli_swap_SwapTradeVolume + staginggoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapEvent_filter + orderBy: staginggoerli_swap_SwapTradeVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapTradeVolume_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapEvent!]! - mumbai_swap_swapTradeVolume( + ): [staginggoerli_swap_SwapTradeVolume!]! + staginggoerli_swap_lpTokenEvent( 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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapTradeVolume - mumbai_swap_swapTradeVolumes( + ): staginggoerli_swap_LpTokenEvent + staginggoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapTradeVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapTradeVolume_filter + orderBy: staginggoerli_swap_LpTokenEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpTokenEvent_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: mumbai_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapTradeVolume!]! - mumbai_swap_lpTokenEvent( + ): [staginggoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ + stagingarbitrumgoerli_swap_systemInfo( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpTokenEvent - mumbai_swap_lpTokenEvents( + ): stagingarbitrumgoerli_swap_SystemInfo + stagingarbitrumgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTokenEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTokenEvent_filter + orderBy: stagingarbitrumgoerli_swap_SystemInfo_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SystemInfo_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__Meta_ - stagingoptimismgoerli_swap_systemInfo( + ): [stagingarbitrumgoerli_swap_SystemInfo!]! + stagingarbitrumgoerli_swap_pooledToken( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SystemInfo - stagingoptimismgoerli_swap_systemInfos( + ): stagingarbitrumgoerli_swap_PooledToken + stagingarbitrumgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SystemInfo_filter + orderBy: stagingarbitrumgoerli_swap_PooledToken_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_PooledToken_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SystemInfo!]! - stagingoptimismgoerli_swap_pooledToken( + ): [stagingarbitrumgoerli_swap_PooledToken!]! + stagingarbitrumgoerli_swap_stableSwap( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_PooledToken - stagingoptimismgoerli_swap_pooledTokens( + ): stagingarbitrumgoerli_swap_StableSwap + stagingarbitrumgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_PooledToken_filter + orderBy: stagingarbitrumgoerli_swap_StableSwap_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwap_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_PooledToken!]! - stagingoptimismgoerli_swap_stableSwap( + ): [stagingarbitrumgoerli_swap_StableSwap!]! + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwap - stagingoptimismgoerli_swap_stableSwaps( + ): stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwap_filter + orderBy: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwap!]! - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( + ): stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! + stagingarbitrumgoerli_swap_stableSwapExchange( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): stagingarbitrumgoerli_swap_StableSwapExchange + stagingarbitrumgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwapExchange_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapExchange( + ): [stagingarbitrumgoerli_swap_StableSwapExchange!]! + stagingarbitrumgoerli_swap_swapDailyVolume( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapExchange - stagingoptimismgoerli_swap_stableSwapExchanges( + ): stagingarbitrumgoerli_swap_SwapDailyVolume + stagingarbitrumgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapExchange_filter + orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SwapDailyVolume_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapExchange!]! - stagingoptimismgoerli_swap_swapDailyVolume( + ): [stagingarbitrumgoerli_swap_SwapDailyVolume!]! + stagingarbitrumgoerli_swap_swapHourlyVolume( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapDailyVolume - stagingoptimismgoerli_swap_swapDailyVolumes( + ): stagingarbitrumgoerli_swap_SwapHourlyVolume + stagingarbitrumgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapDailyVolume_filter + orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SwapHourlyVolume_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! - stagingoptimismgoerli_swap_swapHourlyVolume( + ): [stagingarbitrumgoerli_swap_SwapHourlyVolume!]! + stagingarbitrumgoerli_swap_swapWeeklyVolume( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapHourlyVolume - stagingoptimismgoerli_swap_swapHourlyVolumes( + ): stagingarbitrumgoerli_swap_SwapWeeklyVolume + stagingarbitrumgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapHourlyVolume_filter + orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SwapWeeklyVolume_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! - stagingoptimismgoerli_swap_swapWeeklyVolume( + ): [stagingarbitrumgoerli_swap_SwapWeeklyVolume!]! + stagingarbitrumgoerli_swap_lpAccount( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapWeeklyVolume - stagingoptimismgoerli_swap_swapWeeklyVolumes( + ): stagingarbitrumgoerli_swap_LpAccount + stagingarbitrumgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter + orderBy: stagingarbitrumgoerli_swap_LpAccount_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpAccount_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! - stagingoptimismgoerli_swap_lpAccount( + ): [stagingarbitrumgoerli_swap_LpAccount!]! + stagingarbitrumgoerli_swap_lpAccountBalance( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpAccount - stagingoptimismgoerli_swap_lpAccounts( + ): stagingarbitrumgoerli_swap_LpAccountBalance + stagingarbitrumgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccount_filter + orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpAccountBalance_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpAccount!]! - stagingoptimismgoerli_swap_lpAccountBalance( + ): [stagingarbitrumgoerli_swap_LpAccountBalance!]! + stagingarbitrumgoerli_swap_lpToken( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpAccountBalance - stagingoptimismgoerli_swap_lpAccountBalances( + ): stagingarbitrumgoerli_swap_LpToken + stagingarbitrumgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccountBalance_filter + orderBy: stagingarbitrumgoerli_swap_LpToken_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpToken_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpAccountBalance!]! - stagingoptimismgoerli_swap_lpToken( + ): [stagingarbitrumgoerli_swap_LpToken!]! + stagingarbitrumgoerli_swap_lpTransferEvent( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpToken - stagingoptimismgoerli_swap_lpTokens( + ): stagingarbitrumgoerli_swap_LpTransferEvent + stagingarbitrumgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpToken_filter + orderBy: stagingarbitrumgoerli_swap_LpTransferEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpTransferEvent_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpToken!]! - stagingoptimismgoerli_swap_lpTransferEvent( + ): [stagingarbitrumgoerli_swap_LpTransferEvent!]! + stagingarbitrumgoerli_swap_stableSwapEvent( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpTransferEvent - stagingoptimismgoerli_swap_lpTransferEvents( + ): stagingarbitrumgoerli_swap_StableSwapEvent + stagingarbitrumgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTransferEvent_filter + orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwapEvent_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpTransferEvent!]! - stagingoptimismgoerli_swap_stableSwapEvent( + ): [stagingarbitrumgoerli_swap_StableSwapEvent!]! + stagingarbitrumgoerli_swap_swapTradeVolume( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapEvent - stagingoptimismgoerli_swap_stableSwapEvents( + ): stagingarbitrumgoerli_swap_SwapTradeVolume + stagingarbitrumgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapEvent_filter + orderBy: stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SwapTradeVolume_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapEvent!]! - stagingoptimismgoerli_swap_swapTradeVolume( + ): [stagingarbitrumgoerli_swap_SwapTradeVolume!]! + stagingarbitrumgoerli_swap_lpTokenEvent( 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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapTradeVolume - stagingoptimismgoerli_swap_swapTradeVolumes( + ): stagingarbitrumgoerli_swap_LpTokenEvent + stagingarbitrumgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapTradeVolume_filter + orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpTokenEvent_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: stagingoptimismgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! - stagingoptimismgoerli_swap_lpTokenEvent( + ): [stagingarbitrumgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingarbitrumgoerli_swap__meta(block: stagingarbitrumgoerli_swap_Block_height): stagingarbitrumgoerli_swap__Meta_ + arbitrumgoerli_swap_systemInfo( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpTokenEvent - stagingoptimismgoerli_swap_lpTokenEvents( + ): arbitrumgoerli_swap_SystemInfo + arbitrumgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTokenEvent_filter + orderBy: arbitrumgoerli_swap_SystemInfo_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SystemInfo_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ - goerli_swap_systemInfo( + ): [arbitrumgoerli_swap_SystemInfo!]! + arbitrumgoerli_swap_pooledToken( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SystemInfo - goerli_swap_systemInfos( + ): arbitrumgoerli_swap_PooledToken + arbitrumgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SystemInfo_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SystemInfo_filter + orderBy: arbitrumgoerli_swap_PooledToken_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_PooledToken_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SystemInfo!]! - goerli_swap_pooledToken( + ): [arbitrumgoerli_swap_PooledToken!]! + arbitrumgoerli_swap_stableSwap( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_PooledToken - goerli_swap_pooledTokens( + ): arbitrumgoerli_swap_StableSwap + arbitrumgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_PooledToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_PooledToken_filter + orderBy: arbitrumgoerli_swap_StableSwap_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwap_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_PooledToken!]! - goerli_swap_stableSwap( + ): [arbitrumgoerli_swap_StableSwap!]! + arbitrumgoerli_swap_stableSwapAddLiquidityEvent( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwap - goerli_swap_stableSwaps( + ): arbitrumgoerli_swap_StableSwapAddLiquidityEvent + arbitrumgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwap_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwap_filter + orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwap!]! - goerli_swap_stableSwapAddLiquidityEvent( + ): [arbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapAddLiquidityEvent - goerli_swap_stableSwapAddLiquidityEvents( + ): arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapAddLiquidityEvent!]! - goerli_swap_stableSwapRemoveLiquidityEvent( + ): [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumgoerli_swap_stableSwapExchange( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapRemoveLiquidityEvent - goerli_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumgoerli_swap_StableSwapExchange + arbitrumgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapExchange_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! - goerli_swap_stableSwapExchange( + ): [arbitrumgoerli_swap_StableSwapExchange!]! + arbitrumgoerli_swap_swapDailyVolume( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapExchange - goerli_swap_stableSwapExchanges( + ): arbitrumgoerli_swap_SwapDailyVolume + arbitrumgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapExchange_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapExchange_filter + orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapDailyVolume_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapExchange!]! - goerli_swap_swapDailyVolume( + ): [arbitrumgoerli_swap_SwapDailyVolume!]! + arbitrumgoerli_swap_swapHourlyVolume( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapDailyVolume - goerli_swap_swapDailyVolumes( + ): arbitrumgoerli_swap_SwapHourlyVolume + arbitrumgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapDailyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapDailyVolume_filter + orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapHourlyVolume_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapDailyVolume!]! - goerli_swap_swapHourlyVolume( + ): [arbitrumgoerli_swap_SwapHourlyVolume!]! + arbitrumgoerli_swap_swapWeeklyVolume( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapHourlyVolume - goerli_swap_swapHourlyVolumes( + ): arbitrumgoerli_swap_SwapWeeklyVolume + arbitrumgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapHourlyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapHourlyVolume_filter + orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapWeeklyVolume_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapHourlyVolume!]! - goerli_swap_swapWeeklyVolume( + ): [arbitrumgoerli_swap_SwapWeeklyVolume!]! + arbitrumgoerli_swap_lpAccount( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapWeeklyVolume - goerli_swap_swapWeeklyVolumes( + ): arbitrumgoerli_swap_LpAccount + arbitrumgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapWeeklyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapWeeklyVolume_filter + orderBy: arbitrumgoerli_swap_LpAccount_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpAccount_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapWeeklyVolume!]! - goerli_swap_lpAccount( + ): [arbitrumgoerli_swap_LpAccount!]! + arbitrumgoerli_swap_lpAccountBalance( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpAccount - goerli_swap_lpAccounts( + ): arbitrumgoerli_swap_LpAccountBalance + arbitrumgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccount_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccount_filter + orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpAccountBalance_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpAccount!]! - goerli_swap_lpAccountBalance( + ): [arbitrumgoerli_swap_LpAccountBalance!]! + arbitrumgoerli_swap_lpToken( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpAccountBalance - goerli_swap_lpAccountBalances( + ): arbitrumgoerli_swap_LpToken + arbitrumgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccountBalance_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccountBalance_filter + orderBy: arbitrumgoerli_swap_LpToken_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpToken_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpAccountBalance!]! - goerli_swap_lpToken( + ): [arbitrumgoerli_swap_LpToken!]! + arbitrumgoerli_swap_lpTransferEvent( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpToken - goerli_swap_lpTokens( + ): arbitrumgoerli_swap_LpTransferEvent + arbitrumgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpToken_filter + orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpTransferEvent_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpToken!]! - goerli_swap_lpTransferEvent( + ): [arbitrumgoerli_swap_LpTransferEvent!]! + arbitrumgoerli_swap_stableSwapEvent( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpTransferEvent - goerli_swap_lpTransferEvents( + ): arbitrumgoerli_swap_StableSwapEvent + arbitrumgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTransferEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTransferEvent_filter + orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapEvent_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpTransferEvent!]! - goerli_swap_stableSwapEvent( + ): [arbitrumgoerli_swap_StableSwapEvent!]! + arbitrumgoerli_swap_swapTradeVolume( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapEvent - goerli_swap_stableSwapEvents( + ): arbitrumgoerli_swap_SwapTradeVolume + arbitrumgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapEvent_filter + orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapTradeVolume_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapEvent!]! - goerli_swap_swapTradeVolume( + ): [arbitrumgoerli_swap_SwapTradeVolume!]! + arbitrumgoerli_swap_lpTokenEvent( 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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapTradeVolume - goerli_swap_swapTradeVolumes( + ): arbitrumgoerli_swap_LpTokenEvent + arbitrumgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapTradeVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapTradeVolume_filter + orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpTokenEvent_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: goerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapTradeVolume!]! - goerli_swap_lpTokenEvent( + ): [arbitrumgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumgoerli_swap__meta(block: arbitrumgoerli_swap_Block_height): arbitrumgoerli_swap__Meta_ + mumbai_swap_systemInfo( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpTokenEvent - goerli_swap_lpTokenEvents( + ): mumbai_swap_SystemInfo + mumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTokenEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTokenEvent_filter + orderBy: mumbai_swap_SystemInfo_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SystemInfo_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - goerli_swap__meta(block: goerli_swap_Block_height): goerli_swap__Meta_ - localmainnet_rootAggregated( + ): [mumbai_swap_SystemInfo!]! + mumbai_swap_pooledToken( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootAggregated - localmainnet_rootAggregateds( + ): mumbai_swap_PooledToken + mumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootAggregated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootAggregated_filter + orderBy: mumbai_swap_PooledToken_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_PooledToken_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootAggregated!]! - localmainnet_rootPropagated( + ): [mumbai_swap_PooledToken!]! + mumbai_swap_stableSwap( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootPropagated - localmainnet_rootPropagateds( + ): mumbai_swap_StableSwap + mumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootPropagated_filter + orderBy: mumbai_swap_StableSwap_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwap_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootPropagated!]! - localmainnet_aggregatedMessageRoot( + ): [mumbai_swap_StableSwap!]! + mumbai_swap_stableSwapAddLiquidityEvent( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregatedMessageRoot - localmainnet_aggregatedMessageRoots( + ): mumbai_swap_StableSwapAddLiquidityEvent + mumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregatedMessageRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregatedMessageRoot_filter + orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapAddLiquidityEvent_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregatedMessageRoot!]! - localmainnet_rootManagerMeta( + ): [mumbai_swap_StableSwapAddLiquidityEvent!]! + mumbai_swap_stableSwapRemoveLiquidityEvent( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootManagerMeta - localmainnet_rootManagerMetas( + ): mumbai_swap_StableSwapRemoveLiquidityEvent + mumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMeta_filter + orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapRemoveLiquidityEvent_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootManagerMeta!]! - localmainnet_rootManagerMode( + ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! + mumbai_swap_stableSwapExchange( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootManagerMode - localmainnet_rootManagerModes( + ): mumbai_swap_StableSwapExchange + mumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMode_filter + orderBy: mumbai_swap_StableSwapExchange_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapExchange_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootManagerMode!]! - localmainnet_optimisticRootProposed( + ): [mumbai_swap_StableSwapExchange!]! + mumbai_swap_swapDailyVolume( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootProposed - localmainnet_optimisticRootProposeds( + ): mumbai_swap_SwapDailyVolume + mumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootProposed_filter + orderBy: mumbai_swap_SwapDailyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapDailyVolume_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootProposed!]! - localmainnet_hubOptimisticRootFinalized( + ): [mumbai_swap_SwapDailyVolume!]! + mumbai_swap_swapHourlyVolume( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_HubOptimisticRootFinalized - localmainnet_hubOptimisticRootFinalizeds( + ): mumbai_swap_SwapHourlyVolume + mumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubOptimisticRootFinalized_filter + orderBy: mumbai_swap_SwapHourlyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapHourlyVolume_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_HubOptimisticRootFinalized!]! - localmainnet_optimisticRootPropagated( + ): [mumbai_swap_SwapHourlyVolume!]! + mumbai_swap_swapWeeklyVolume( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootPropagated - localmainnet_optimisticRootPropagateds( + ): mumbai_swap_SwapWeeklyVolume + mumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootPropagated_filter + orderBy: mumbai_swap_SwapWeeklyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapWeeklyVolume_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootPropagated!]! - localmainnet_polygonConnectorMeta( + ): [mumbai_swap_SwapWeeklyVolume!]! + mumbai_swap_lpAccount( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_PolygonConnectorMeta - localmainnet_polygonConnectorMetas( + ): mumbai_swap_LpAccount + mumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_PolygonConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_PolygonConnectorMeta_filter + orderBy: mumbai_swap_LpAccount_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpAccount_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_PolygonConnectorMeta!]! - localmainnet_optimismConnectorMeta( + ): [mumbai_swap_LpAccount!]! + mumbai_swap_lpAccountBalance( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimismConnectorMeta - localmainnet_optimismConnectorMetas( + ): mumbai_swap_LpAccountBalance + mumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimismConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimismConnectorMeta_filter + orderBy: mumbai_swap_LpAccountBalance_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpAccountBalance_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimismConnectorMeta!]! - localmainnet_bnbConnectorMeta( + ): [mumbai_swap_LpAccountBalance!]! + mumbai_swap_lpToken( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_BnbConnectorMeta - localmainnet_bnbConnectorMetas( + ): mumbai_swap_LpToken + mumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_BnbConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_BnbConnectorMeta_filter + orderBy: mumbai_swap_LpToken_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpToken_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_BnbConnectorMeta!]! - localmainnet_arbitrumConnectorMeta( + ): [mumbai_swap_LpToken!]! + mumbai_swap_lpTransferEvent( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ArbitrumConnectorMeta - localmainnet_arbitrumConnectorMetas( + ): mumbai_swap_LpTransferEvent + mumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ArbitrumConnectorMeta_filter + orderBy: mumbai_swap_LpTransferEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpTransferEvent_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ArbitrumConnectorMeta!]! - localmainnet_gnosisConnectorMeta( + ): [mumbai_swap_LpTransferEvent!]! + mumbai_swap_stableSwapEvent( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_GnosisConnectorMeta - localmainnet_gnosisConnectorMetas( + ): mumbai_swap_StableSwapEvent + mumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_GnosisConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_GnosisConnectorMeta_filter + orderBy: mumbai_swap_StableSwapEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapEvent_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_GnosisConnectorMeta!]! - localmainnet_zkSyncConnectorMeta( + ): [mumbai_swap_StableSwapEvent!]! + mumbai_swap_swapTradeVolume( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ZkSyncConnectorMeta - localmainnet_zkSyncConnectorMetas( + ): mumbai_swap_SwapTradeVolume + mumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ZkSyncConnectorMeta_filter + orderBy: mumbai_swap_SwapTradeVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapTradeVolume_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ZkSyncConnectorMeta!]! - localmainnet_rootMessageProcessed( + ): [mumbai_swap_SwapTradeVolume!]! + mumbai_swap_lpTokenEvent( 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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootMessageProcessed - localmainnet_rootMessageProcesseds( + ): mumbai_swap_LpTokenEvent + mumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageProcessed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageProcessed_filter + orderBy: mumbai_swap_LpTokenEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpTokenEvent_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: localmainnet_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootMessageProcessed!]! - localmainnet_aggregateRootSavedSlow( + ): [mumbai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__Meta_ + bnb_swap_systemInfo( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRootSavedSlow - localmainnet_aggregateRootSavedSlows( + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootSavedSlow_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootSavedSlow_filter + orderBy: bnb_swap_SystemInfo_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SystemInfo_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRootSavedSlow!]! - localmainnet_hubDomain( + ): [bnb_swap_SystemInfo!]! + bnb_swap_pooledToken( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_HubDomain - localmainnet_hubDomains( + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubDomain_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubDomain_filter + orderBy: bnb_swap_PooledToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_PooledToken_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_HubDomain!]! - """Access to subgraph metadata""" - localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ - staginggoerli_swap_systemInfo( - 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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SystemInfo - staginggoerli_swap_systemInfos( - skip: Int = 0 - first: Int = 100 - orderBy: staginggoerli_swap_SystemInfo_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SystemInfo_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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SystemInfo!]! - staginggoerli_swap_pooledToken( - 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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_PooledToken - staginggoerli_swap_pooledTokens( - skip: Int = 0 - first: Int = 100 - orderBy: staginggoerli_swap_PooledToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_PooledToken_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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_PooledToken!]! - staginggoerli_swap_stableSwap( + ): [bnb_swap_PooledToken!]! + bnb_swap_stableSwap( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwap - staginggoerli_swap_stableSwaps( + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwap_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwap_filter + orderBy: bnb_swap_StableSwap_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwap_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwap!]! - staginggoerli_swap_stableSwapAddLiquidityEvent( + ): [bnb_swap_StableSwap!]! + bnb_swap_stableSwapAddLiquidityEvent( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapAddLiquidityEvent - staginggoerli_swap_stableSwapAddLiquidityEvents( + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapAddLiquidityEvent_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! - staginggoerli_swap_stableSwapRemoveLiquidityEvent( + ): [bnb_swap_StableSwapAddLiquidityEvent!]! + bnb_swap_stableSwapRemoveLiquidityEvent( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapRemoveLiquidityEvent - staginggoerli_swap_stableSwapRemoveLiquidityEvents( + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapRemoveLiquidityEvent_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! - staginggoerli_swap_stableSwapExchange( + ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! + bnb_swap_stableSwapExchange( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapExchange - staginggoerli_swap_stableSwapExchanges( + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapExchange_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapExchange_filter + orderBy: bnb_swap_StableSwapExchange_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapExchange_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapExchange!]! - staginggoerli_swap_swapDailyVolume( + ): [bnb_swap_StableSwapExchange!]! + bnb_swap_swapDailyVolume( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapDailyVolume - staginggoerli_swap_swapDailyVolumes( + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapDailyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapDailyVolume_filter + orderBy: bnb_swap_SwapDailyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapDailyVolume_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapDailyVolume!]! - staginggoerli_swap_swapHourlyVolume( + ): [bnb_swap_SwapDailyVolume!]! + bnb_swap_swapHourlyVolume( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapHourlyVolume - staginggoerli_swap_swapHourlyVolumes( + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapHourlyVolume_filter + orderBy: bnb_swap_SwapHourlyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapHourlyVolume_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapHourlyVolume!]! - staginggoerli_swap_swapWeeklyVolume( + ): [bnb_swap_SwapHourlyVolume!]! + bnb_swap_swapWeeklyVolume( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapWeeklyVolume - staginggoerli_swap_swapWeeklyVolumes( + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapWeeklyVolume_filter + orderBy: bnb_swap_SwapWeeklyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapWeeklyVolume_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapWeeklyVolume!]! - staginggoerli_swap_lpAccount( + ): [bnb_swap_SwapWeeklyVolume!]! + bnb_swap_lpAccount( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpAccount - staginggoerli_swap_lpAccounts( + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccount_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccount_filter + orderBy: bnb_swap_LpAccount_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccount_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpAccount!]! - staginggoerli_swap_lpAccountBalance( + ): [bnb_swap_LpAccount!]! + bnb_swap_lpAccountBalance( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpAccountBalance - staginggoerli_swap_lpAccountBalances( + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccountBalance_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccountBalance_filter + orderBy: bnb_swap_LpAccountBalance_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccountBalance_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpAccountBalance!]! - staginggoerli_swap_lpToken( + ): [bnb_swap_LpAccountBalance!]! + bnb_swap_lpToken( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpToken - staginggoerli_swap_lpTokens( + ): bnb_swap_LpToken + bnb_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpToken_filter + orderBy: bnb_swap_LpToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpToken_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpToken!]! - staginggoerli_swap_lpTransferEvent( + ): [bnb_swap_LpToken!]! + bnb_swap_lpTransferEvent( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpTransferEvent - staginggoerli_swap_lpTransferEvents( + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTransferEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTransferEvent_filter + orderBy: bnb_swap_LpTransferEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTransferEvent_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpTransferEvent!]! - staginggoerli_swap_stableSwapEvent( + ): [bnb_swap_LpTransferEvent!]! + bnb_swap_stableSwapEvent( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapEvent - staginggoerli_swap_stableSwapEvents( + ): bnb_swap_StableSwapEvent + bnb_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapEvent_filter + orderBy: bnb_swap_StableSwapEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapEvent_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapEvent!]! - staginggoerli_swap_swapTradeVolume( + ): [bnb_swap_StableSwapEvent!]! + bnb_swap_swapTradeVolume( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapTradeVolume - staginggoerli_swap_swapTradeVolumes( + ): bnb_swap_SwapTradeVolume + bnb_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapTradeVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapTradeVolume_filter + orderBy: bnb_swap_SwapTradeVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapTradeVolume_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapTradeVolume!]! - staginggoerli_swap_lpTokenEvent( + ): [bnb_swap_SwapTradeVolume!]! + bnb_swap_lpTokenEvent( 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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpTokenEvent - staginggoerli_swap_lpTokenEvents( + ): bnb_swap_LpTokenEvent + bnb_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTokenEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTokenEvent_filter + orderBy: bnb_swap_LpTokenEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTokenEvent_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: staginggoerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpTokenEvent!]! + ): [bnb_swap_LpTokenEvent!]! """Access to subgraph metadata""" - staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ + bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ stagingmumbai_swap_systemInfo( id: ID! """ @@ -4509,920 +4457,1286 @@ type Query { ): [stagingmumbai_swap_LpTokenEvent!]! """Access to subgraph metadata""" stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ - optimismgoerli_swap_systemInfo( + xdai_swap_systemInfo( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SystemInfo - optimismgoerli_swap_systemInfos( + ): xdai_swap_SystemInfo + xdai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SystemInfo_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SystemInfo_filter + orderBy: xdai_swap_SystemInfo_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SystemInfo_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SystemInfo!]! - optimismgoerli_swap_pooledToken( + ): [xdai_swap_SystemInfo!]! + xdai_swap_pooledToken( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_PooledToken - optimismgoerli_swap_pooledTokens( + ): xdai_swap_PooledToken + xdai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_PooledToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_PooledToken_filter + orderBy: xdai_swap_PooledToken_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_PooledToken_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_PooledToken!]! - optimismgoerli_swap_stableSwap( + ): [xdai_swap_PooledToken!]! + xdai_swap_stableSwap( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwap - optimismgoerli_swap_stableSwaps( + ): xdai_swap_StableSwap + xdai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwap_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwap_filter + orderBy: xdai_swap_StableSwap_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwap_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwap!]! - optimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [xdai_swap_StableSwap!]! + xdai_swap_stableSwapAddLiquidityEvent( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapAddLiquidityEvent - optimismgoerli_swap_stableSwapAddLiquidityEvents( + ): xdai_swap_StableSwapAddLiquidityEvent + xdai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapAddLiquidityEvent_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapAddLiquidityEvent!]! - optimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [xdai_swap_StableSwapAddLiquidityEvent!]! + xdai_swap_stableSwapRemoveLiquidityEvent( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent - optimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): xdai_swap_StableSwapRemoveLiquidityEvent + xdai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapRemoveLiquidityEvent_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - optimismgoerli_swap_stableSwapExchange( + ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! + xdai_swap_stableSwapExchange( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapExchange - optimismgoerli_swap_stableSwapExchanges( + ): xdai_swap_StableSwapExchange + xdai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapExchange_filter + orderBy: xdai_swap_StableSwapExchange_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapExchange_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapExchange!]! - optimismgoerli_swap_swapDailyVolume( + ): [xdai_swap_StableSwapExchange!]! + xdai_swap_swapDailyVolume( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapDailyVolume - optimismgoerli_swap_swapDailyVolumes( + ): xdai_swap_SwapDailyVolume + xdai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapDailyVolume_filter + orderBy: xdai_swap_SwapDailyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapDailyVolume_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapDailyVolume!]! - optimismgoerli_swap_swapHourlyVolume( + ): [xdai_swap_SwapDailyVolume!]! + xdai_swap_swapHourlyVolume( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapHourlyVolume - optimismgoerli_swap_swapHourlyVolumes( + ): xdai_swap_SwapHourlyVolume + xdai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapHourlyVolume_filter + orderBy: xdai_swap_SwapHourlyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapHourlyVolume_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapHourlyVolume!]! - optimismgoerli_swap_swapWeeklyVolume( + ): [xdai_swap_SwapHourlyVolume!]! + xdai_swap_swapWeeklyVolume( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapWeeklyVolume - optimismgoerli_swap_swapWeeklyVolumes( + ): xdai_swap_SwapWeeklyVolume + xdai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapWeeklyVolume_filter + orderBy: xdai_swap_SwapWeeklyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapWeeklyVolume_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapWeeklyVolume!]! - optimismgoerli_swap_lpAccount( + ): [xdai_swap_SwapWeeklyVolume!]! + xdai_swap_lpAccount( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpAccount - optimismgoerli_swap_lpAccounts( + ): xdai_swap_LpAccount + xdai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccount_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccount_filter + orderBy: xdai_swap_LpAccount_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpAccount_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpAccount!]! - optimismgoerli_swap_lpAccountBalance( + ): [xdai_swap_LpAccount!]! + xdai_swap_lpAccountBalance( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpAccountBalance - optimismgoerli_swap_lpAccountBalances( + ): xdai_swap_LpAccountBalance + xdai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccountBalance_filter + orderBy: xdai_swap_LpAccountBalance_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpAccountBalance_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpAccountBalance!]! - optimismgoerli_swap_lpToken( + ): [xdai_swap_LpAccountBalance!]! + xdai_swap_lpToken( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpToken - optimismgoerli_swap_lpTokens( + ): xdai_swap_LpToken + xdai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpToken_filter + orderBy: xdai_swap_LpToken_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpToken_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpToken!]! - optimismgoerli_swap_lpTransferEvent( + ): [xdai_swap_LpToken!]! + xdai_swap_lpTransferEvent( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpTransferEvent - optimismgoerli_swap_lpTransferEvents( + ): xdai_swap_LpTransferEvent + xdai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTransferEvent_filter + orderBy: xdai_swap_LpTransferEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpTransferEvent_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpTransferEvent!]! - optimismgoerli_swap_stableSwapEvent( + ): [xdai_swap_LpTransferEvent!]! + xdai_swap_stableSwapEvent( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapEvent - optimismgoerli_swap_stableSwapEvents( + ): xdai_swap_StableSwapEvent + xdai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapEvent_filter + orderBy: xdai_swap_StableSwapEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapEvent_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapEvent!]! - optimismgoerli_swap_swapTradeVolume( + ): [xdai_swap_StableSwapEvent!]! + xdai_swap_swapTradeVolume( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapTradeVolume - optimismgoerli_swap_swapTradeVolumes( + ): xdai_swap_SwapTradeVolume + xdai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapTradeVolume_filter + orderBy: xdai_swap_SwapTradeVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapTradeVolume_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapTradeVolume!]! - optimismgoerli_swap_lpTokenEvent( + ): [xdai_swap_SwapTradeVolume!]! + xdai_swap_lpTokenEvent( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpTokenEvent - optimismgoerli_swap_lpTokenEvents( + ): xdai_swap_LpTokenEvent + xdai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTokenEvent_filter + orderBy: xdai_swap_LpTokenEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpTokenEvent_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpTokenEvent!]! + ): [xdai_swap_LpTokenEvent!]! """Access to subgraph metadata""" - optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__Meta_ - linea_asset( + xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ + staginggoerli_rootAggregated( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Asset - linea_assets( + ): staginggoerli_RootAggregated + staginggoerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: linea_Asset_orderBy - orderDirection: linea_OrderDirection - where: linea_Asset_filter + orderBy: staginggoerli_RootAggregated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootAggregated_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Asset!]! - linea_assetStatus( + ): [staginggoerli_RootAggregated!]! + staginggoerli_rootPropagated( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AssetStatus - linea_assetStatuses( + ): staginggoerli_RootPropagated + staginggoerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetStatus_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetStatus_filter + orderBy: staginggoerli_RootPropagated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootPropagated_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AssetStatus!]! - linea_assetBalance( + ): [staginggoerli_RootPropagated!]! + staginggoerli_aggregatedMessageRoot( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AssetBalance - linea_assetBalances( + ): staginggoerli_AggregatedMessageRoot + staginggoerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetBalance_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetBalance_filter + orderBy: staginggoerli_AggregatedMessageRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregatedMessageRoot_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AssetBalance!]! - linea_router( + ): [staginggoerli_AggregatedMessageRoot!]! + staginggoerli_rootManagerMeta( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Router - linea_routers( + ): staginggoerli_RootManagerMeta + staginggoerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_Router_orderBy - orderDirection: linea_OrderDirection - where: linea_Router_filter + orderBy: staginggoerli_RootManagerMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootManagerMeta_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Router!]! - linea_routerDailyTVL( + ): [staginggoerli_RootManagerMeta!]! + staginggoerli_rootManagerMode( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RouterDailyTVL - linea_routerDailyTVLs( + ): staginggoerli_RootManagerMode + staginggoerli_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterDailyTVL_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterDailyTVL_filter + orderBy: staginggoerli_RootManagerMode_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootManagerMode_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RouterDailyTVL!]! - linea_routerLiquidityEvent( + ): [staginggoerli_RootManagerMode!]! + staginggoerli_optimisticRootProposed( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RouterLiquidityEvent - linea_routerLiquidityEvents( + ): staginggoerli_OptimisticRootProposed + staginggoerli_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterLiquidityEvent_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterLiquidityEvent_filter + orderBy: staginggoerli_OptimisticRootProposed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootProposed_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RouterLiquidityEvent!]! - linea_setting( + ): [staginggoerli_OptimisticRootProposed!]! + staginggoerli_hubOptimisticRootFinalized( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Setting - linea_settings( + ): staginggoerli_HubOptimisticRootFinalized + staginggoerli_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: linea_Setting_orderBy - orderDirection: linea_OrderDirection - where: linea_Setting_filter + orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_HubOptimisticRootFinalized_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Setting!]! - linea_relayer( + ): [staginggoerli_HubOptimisticRootFinalized!]! + staginggoerli_optimisticRootPropagated( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Relayer - linea_relayers( + ): staginggoerli_OptimisticRootPropagated + staginggoerli_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: linea_Relayer_orderBy - orderDirection: linea_OrderDirection - where: linea_Relayer_filter + orderBy: staginggoerli_OptimisticRootPropagated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootPropagated_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Relayer!]! - linea_sequencer( + ): [staginggoerli_OptimisticRootPropagated!]! + staginggoerli_polygonConnectorMeta( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Sequencer - linea_sequencers( + ): staginggoerli_PolygonConnectorMeta + staginggoerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_Sequencer_orderBy - orderDirection: linea_OrderDirection - where: linea_Sequencer_filter + orderBy: staginggoerli_PolygonConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_PolygonConnectorMeta_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Sequencer!]! - linea_relayerFee( + ): [staginggoerli_PolygonConnectorMeta!]! + staginggoerli_optimismConnectorMeta( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RelayerFee - linea_relayerFees( + ): staginggoerli_OptimismConnectorMeta + staginggoerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFee_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFee_filter + orderBy: staginggoerli_OptimismConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimismConnectorMeta_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RelayerFee!]! - linea_originTransfer( + ): [staginggoerli_OptimismConnectorMeta!]! + staginggoerli_bnbConnectorMeta( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OriginTransfer - linea_originTransfers( + ): staginggoerli_BnbConnectorMeta + staginggoerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginTransfer_filter + orderBy: staginggoerli_BnbConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_BnbConnectorMeta_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OriginTransfer!]! - linea_destinationTransfer( + ): [staginggoerli_BnbConnectorMeta!]! + staginggoerli_arbitrumConnectorMeta( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_DestinationTransfer - linea_destinationTransfers( + ): staginggoerli_ArbitrumConnectorMeta + staginggoerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_DestinationTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_DestinationTransfer_filter + orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ArbitrumConnectorMeta_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_DestinationTransfer!]! - linea_originMessage( + ): [staginggoerli_ArbitrumConnectorMeta!]! + staginggoerli_gnosisConnectorMeta( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OriginMessage - linea_originMessages( + ): staginggoerli_GnosisConnectorMeta + staginggoerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginMessage_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginMessage_filter + orderBy: staginggoerli_GnosisConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_GnosisConnectorMeta_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OriginMessage!]! - linea_aggregateRoot( + ): [staginggoerli_GnosisConnectorMeta!]! + staginggoerli_zkSyncConnectorMeta( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AggregateRoot - linea_aggregateRoots( + ): staginggoerli_ZkSyncConnectorMeta + staginggoerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRoot_filter + orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ZkSyncConnectorMeta_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AggregateRoot!]! - linea_connectorMeta( + ): [staginggoerli_ZkSyncConnectorMeta!]! + staginggoerli_rootMessageProcessed( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_ConnectorMeta - linea_connectorMetas( + ): staginggoerli_RootMessageProcessed + staginggoerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: linea_ConnectorMeta_orderBy - orderDirection: linea_OrderDirection - where: linea_ConnectorMeta_filter + orderBy: staginggoerli_RootMessageProcessed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootMessageProcessed_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_ConnectorMeta!]! - linea_rootCount( + ): [staginggoerli_RootMessageProcessed!]! + staginggoerli_aggregateRootSavedSlow( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootCount - linea_rootCounts( + ): staginggoerli_AggregateRootSavedSlow + staginggoerli_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: linea_RootCount_orderBy - orderDirection: linea_OrderDirection - where: linea_RootCount_filter + orderBy: staginggoerli_AggregateRootSavedSlow_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRootSavedSlow_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootCount!]! - linea_rootMessageSent( + ): [staginggoerli_AggregateRootSavedSlow!]! + staginggoerli_hubDomain( 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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootMessageSent - linea_rootMessageSents( + ): staginggoerli_HubDomain + staginggoerli_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: linea_RootMessageSent_orderBy - orderDirection: linea_OrderDirection - where: linea_RootMessageSent_filter + orderBy: staginggoerli_HubDomain_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_HubDomain_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: linea_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootMessageSent!]! - linea_relayerFeesIncrease( + ): [staginggoerli_HubDomain!]! + """Access to subgraph metadata""" + staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ + optimismgoerli_swap_systemInfo( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RelayerFeesIncrease - linea_relayerFeesIncreases( + ): optimismgoerli_swap_SystemInfo + optimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFeesIncrease_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFeesIncrease_filter + orderBy: optimismgoerli_swap_SystemInfo_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SystemInfo_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RelayerFeesIncrease!]! - linea_slippageUpdate( + ): [optimismgoerli_swap_SystemInfo!]! + optimismgoerli_swap_pooledToken( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SlippageUpdate - linea_slippageUpdates( + ): optimismgoerli_swap_PooledToken + optimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_SlippageUpdate_orderBy - orderDirection: linea_OrderDirection - where: linea_SlippageUpdate_filter + orderBy: optimismgoerli_swap_PooledToken_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_PooledToken_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SlippageUpdate!]! + ): [optimismgoerli_swap_PooledToken!]! + optimismgoerli_swap_stableSwap( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_StableSwap + optimismgoerli_swap_stableSwaps( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_StableSwap_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwap_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_StableSwap!]! + optimismgoerli_swap_stableSwapAddLiquidityEvent( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_StableSwapAddLiquidityEvent + optimismgoerli_swap_stableSwapAddLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapAddLiquidityEvent_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_StableSwapAddLiquidityEvent!]! + optimismgoerli_swap_stableSwapRemoveLiquidityEvent( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent + optimismgoerli_swap_stableSwapRemoveLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! + optimismgoerli_swap_stableSwapExchange( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_StableSwapExchange + optimismgoerli_swap_stableSwapExchanges( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_StableSwapExchange_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapExchange_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_StableSwapExchange!]! + optimismgoerli_swap_swapDailyVolume( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_SwapDailyVolume + optimismgoerli_swap_swapDailyVolumes( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapDailyVolume_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_SwapDailyVolume!]! + optimismgoerli_swap_swapHourlyVolume( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_SwapHourlyVolume + optimismgoerli_swap_swapHourlyVolumes( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapHourlyVolume_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_SwapHourlyVolume!]! + optimismgoerli_swap_swapWeeklyVolume( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_SwapWeeklyVolume + optimismgoerli_swap_swapWeeklyVolumes( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapWeeklyVolume_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_SwapWeeklyVolume!]! + optimismgoerli_swap_lpAccount( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_LpAccount + optimismgoerli_swap_lpAccounts( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_LpAccount_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpAccount_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_LpAccount!]! + optimismgoerli_swap_lpAccountBalance( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_LpAccountBalance + optimismgoerli_swap_lpAccountBalances( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_LpAccountBalance_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpAccountBalance_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_LpAccountBalance!]! + optimismgoerli_swap_lpToken( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_LpToken + optimismgoerli_swap_lpTokens( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_LpToken_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpToken_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_LpToken!]! + optimismgoerli_swap_lpTransferEvent( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_LpTransferEvent + optimismgoerli_swap_lpTransferEvents( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_LpTransferEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpTransferEvent_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_LpTransferEvent!]! + optimismgoerli_swap_stableSwapEvent( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_StableSwapEvent + optimismgoerli_swap_stableSwapEvents( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_StableSwapEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapEvent_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_StableSwapEvent!]! + optimismgoerli_swap_swapTradeVolume( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_SwapTradeVolume + optimismgoerli_swap_swapTradeVolumes( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapTradeVolume_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_SwapTradeVolume!]! + optimismgoerli_swap_lpTokenEvent( + 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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_swap_LpTokenEvent + optimismgoerli_swap_lpTokenEvents( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_swap_LpTokenEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpTokenEvent_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: optimismgoerli_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" - linea__meta(block: linea_Block_height): linea__Meta_ + optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__Meta_ optimism_swap_systemInfo( id: ID! """ @@ -5841,3720 +6155,3898 @@ type Query { ): [optimism_swap_LpTokenEvent!]! """Access to subgraph metadata""" optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - polygon_swap_systemInfo( + arbitrumone_swap_systemInfo( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SystemInfo - polygon_swap_systemInfos( + ): arbitrumone_swap_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_filter + orderBy: arbitrumone_swap_SystemInfo_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SystemInfo_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SystemInfo!]! - polygon_swap_pooledToken( + ): [arbitrumone_swap_SystemInfo!]! + arbitrumone_swap_pooledToken( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_PooledToken - polygon_swap_pooledTokens( + ): arbitrumone_swap_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_filter + orderBy: arbitrumone_swap_PooledToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_PooledToken_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_PooledToken!]! - polygon_swap_stableSwap( + ): [arbitrumone_swap_PooledToken!]! + arbitrumone_swap_stableSwap( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwap - polygon_swap_stableSwaps( + ): arbitrumone_swap_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwap_filter + orderBy: arbitrumone_swap_StableSwap_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwap_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwap!]! - polygon_swap_stableSwapAddLiquidityEvent( + ): [arbitrumone_swap_StableSwap!]! + arbitrumone_swap_stableSwapAddLiquidityEvent( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapAddLiquidityEvent - polygon_swap_stableSwapAddLiquidityEvents( + ): arbitrumone_swap_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapAddLiquidityEvent_filter + orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapAddLiquidityEvent_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapAddLiquidityEvent!]! - polygon_swap_stableSwapRemoveLiquidityEvent( + ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! + arbitrumone_swap_stableSwapRemoveLiquidityEvent( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapRemoveLiquidityEvent - polygon_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumone_swap_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! - polygon_swap_stableSwapExchange( + ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumone_swap_stableSwapExchange( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapExchange - polygon_swap_stableSwapExchanges( + ): arbitrumone_swap_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapExchange_filter + orderBy: arbitrumone_swap_StableSwapExchange_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapExchange_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapExchange!]! - polygon_swap_swapDailyVolume( + ): [arbitrumone_swap_StableSwapExchange!]! + arbitrumone_swap_swapDailyVolume( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapDailyVolume - polygon_swap_swapDailyVolumes( + ): arbitrumone_swap_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapDailyVolume_filter + orderBy: arbitrumone_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapDailyVolume_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapDailyVolume!]! - polygon_swap_swapHourlyVolume( + ): [arbitrumone_swap_SwapDailyVolume!]! + arbitrumone_swap_swapHourlyVolume( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapHourlyVolume - polygon_swap_swapHourlyVolumes( + ): arbitrumone_swap_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapHourlyVolume_filter + orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapHourlyVolume_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapHourlyVolume!]! - polygon_swap_swapWeeklyVolume( + ): [arbitrumone_swap_SwapHourlyVolume!]! + arbitrumone_swap_swapWeeklyVolume( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapWeeklyVolume - polygon_swap_swapWeeklyVolumes( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapWeeklyVolume_filter + orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapWeeklyVolume_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapWeeklyVolume!]! - polygon_swap_lpAccount( + ): [arbitrumone_swap_SwapWeeklyVolume!]! + arbitrumone_swap_lpAccount( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpAccount - polygon_swap_lpAccounts( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccount_filter + orderBy: arbitrumone_swap_LpAccount_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccount_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpAccount!]! - polygon_swap_lpAccountBalance( + ): [arbitrumone_swap_LpAccount!]! + arbitrumone_swap_lpAccountBalance( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpAccountBalance - polygon_swap_lpAccountBalances( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccountBalance_filter + orderBy: arbitrumone_swap_LpAccountBalance_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccountBalance_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpAccountBalance!]! - polygon_swap_lpToken( + ): [arbitrumone_swap_LpAccountBalance!]! + arbitrumone_swap_lpToken( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpToken - polygon_swap_lpTokens( + ): arbitrumone_swap_LpToken + arbitrumone_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpToken_filter + orderBy: arbitrumone_swap_LpToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpToken_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpToken!]! - polygon_swap_lpTransferEvent( + ): [arbitrumone_swap_LpToken!]! + arbitrumone_swap_lpTransferEvent( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpTransferEvent - polygon_swap_lpTransferEvents( + ): arbitrumone_swap_LpTransferEvent + arbitrumone_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTransferEvent_filter + orderBy: arbitrumone_swap_LpTransferEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpTransferEvent_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpTransferEvent!]! - polygon_swap_stableSwapEvent( + ): [arbitrumone_swap_LpTransferEvent!]! + arbitrumone_swap_stableSwapEvent( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapEvent - polygon_swap_stableSwapEvents( + ): arbitrumone_swap_StableSwapEvent + arbitrumone_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapEvent_filter + orderBy: arbitrumone_swap_StableSwapEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapEvent_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapEvent!]! - polygon_swap_swapTradeVolume( + ): [arbitrumone_swap_StableSwapEvent!]! + arbitrumone_swap_swapTradeVolume( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapTradeVolume - polygon_swap_swapTradeVolumes( + ): arbitrumone_swap_SwapTradeVolume + arbitrumone_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapTradeVolume_filter + orderBy: arbitrumone_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapTradeVolume_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapTradeVolume!]! - polygon_swap_lpTokenEvent( + ): [arbitrumone_swap_SwapTradeVolume!]! + arbitrumone_swap_lpTokenEvent( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpTokenEvent - polygon_swap_lpTokenEvents( + ): arbitrumone_swap_LpTokenEvent + arbitrumone_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTokenEvent_filter + orderBy: arbitrumone_swap_LpTokenEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpTokenEvent_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpTokenEvent!]! + ): [arbitrumone_swap_LpTokenEvent!]! """Access to subgraph metadata""" - polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - bnb_swap_systemInfo( + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ + polygon_swap_systemInfo( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SystemInfo - bnb_swap_systemInfos( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SystemInfo_filter + orderBy: polygon_swap_SystemInfo_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SystemInfo_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SystemInfo!]! - bnb_swap_pooledToken( + ): [polygon_swap_SystemInfo!]! + polygon_swap_pooledToken( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_PooledToken - bnb_swap_pooledTokens( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_PooledToken_filter + orderBy: polygon_swap_PooledToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_PooledToken_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_PooledToken!]! - bnb_swap_stableSwap( + ): [polygon_swap_PooledToken!]! + polygon_swap_stableSwap( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwap - bnb_swap_stableSwaps( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwap_filter + orderBy: polygon_swap_StableSwap_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwap_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwap!]! - bnb_swap_stableSwapAddLiquidityEvent( + ): [polygon_swap_StableSwap!]! + polygon_swap_stableSwapAddLiquidityEvent( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapAddLiquidityEvent - bnb_swap_stableSwapAddLiquidityEvents( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapAddLiquidityEvent_filter + orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapAddLiquidityEvent_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapAddLiquidityEvent!]! - bnb_swap_stableSwapRemoveLiquidityEvent( + ): [polygon_swap_StableSwapAddLiquidityEvent!]! + polygon_swap_stableSwapRemoveLiquidityEvent( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapRemoveLiquidityEvent - bnb_swap_stableSwapRemoveLiquidityEvents( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapRemoveLiquidityEvent_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! - bnb_swap_stableSwapExchange( + ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! + polygon_swap_stableSwapExchange( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapExchange - bnb_swap_stableSwapExchanges( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapExchange_filter + orderBy: polygon_swap_StableSwapExchange_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapExchange_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapExchange!]! - bnb_swap_swapDailyVolume( + ): [polygon_swap_StableSwapExchange!]! + polygon_swap_swapDailyVolume( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapDailyVolume - bnb_swap_swapDailyVolumes( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapDailyVolume_filter + orderBy: polygon_swap_SwapDailyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapDailyVolume_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapDailyVolume!]! - bnb_swap_swapHourlyVolume( + ): [polygon_swap_SwapDailyVolume!]! + polygon_swap_swapHourlyVolume( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapHourlyVolume - bnb_swap_swapHourlyVolumes( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapHourlyVolume_filter + orderBy: polygon_swap_SwapHourlyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapHourlyVolume_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapHourlyVolume!]! - bnb_swap_swapWeeklyVolume( + ): [polygon_swap_SwapHourlyVolume!]! + polygon_swap_swapWeeklyVolume( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapWeeklyVolume - bnb_swap_swapWeeklyVolumes( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapWeeklyVolume_filter + orderBy: polygon_swap_SwapWeeklyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapWeeklyVolume_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapWeeklyVolume!]! - bnb_swap_lpAccount( + ): [polygon_swap_SwapWeeklyVolume!]! + polygon_swap_lpAccount( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccount - bnb_swap_lpAccounts( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccount_filter + orderBy: polygon_swap_LpAccount_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccount_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccount!]! - bnb_swap_lpAccountBalance( + ): [polygon_swap_LpAccount!]! + polygon_swap_lpAccountBalance( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccountBalance - bnb_swap_lpAccountBalances( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccountBalance_filter + orderBy: polygon_swap_LpAccountBalance_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccountBalance_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccountBalance!]! - bnb_swap_lpToken( + ): [polygon_swap_LpAccountBalance!]! + polygon_swap_lpToken( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpToken - bnb_swap_lpTokens( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpToken_filter + orderBy: polygon_swap_LpToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpToken_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpToken!]! - bnb_swap_lpTransferEvent( + ): [polygon_swap_LpToken!]! + polygon_swap_lpTransferEvent( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTransferEvent - bnb_swap_lpTransferEvents( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTransferEvent_filter + orderBy: polygon_swap_LpTransferEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTransferEvent_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTransferEvent!]! - bnb_swap_stableSwapEvent( + ): [polygon_swap_LpTransferEvent!]! + polygon_swap_stableSwapEvent( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapEvent - bnb_swap_stableSwapEvents( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapEvent_filter - """ + orderBy: polygon_swap_StableSwapEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapEvent_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapEvent!]! - bnb_swap_swapTradeVolume( + ): [polygon_swap_StableSwapEvent!]! + polygon_swap_swapTradeVolume( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapTradeVolume - bnb_swap_swapTradeVolumes( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapTradeVolume_filter + orderBy: polygon_swap_SwapTradeVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapTradeVolume_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapTradeVolume!]! - bnb_swap_lpTokenEvent( + ): [polygon_swap_SwapTradeVolume!]! + polygon_swap_lpTokenEvent( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTokenEvent - bnb_swap_lpTokenEvents( + ): polygon_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTokenEvent_filter + orderBy: polygon_swap_LpTokenEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTokenEvent_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTokenEvent!]! + ): [polygon_swap_LpTokenEvent!]! """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - lineagoerli_asset( + polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ + linea_swap_systemInfo( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Asset - lineagoerli_assets( + ): linea_swap_SystemInfo + linea_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Asset_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Asset_filter + orderBy: linea_swap_SystemInfo_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SystemInfo_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Asset!]! - lineagoerli_assetStatus( + ): [linea_swap_SystemInfo!]! + linea_swap_pooledToken( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AssetStatus - lineagoerli_assetStatuses( + ): linea_swap_PooledToken + linea_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetStatus_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetStatus_filter + orderBy: linea_swap_PooledToken_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_PooledToken_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AssetStatus!]! - lineagoerli_assetBalance( + ): [linea_swap_PooledToken!]! + linea_swap_stableSwap( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AssetBalance - lineagoerli_assetBalances( + ): linea_swap_StableSwap + linea_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetBalance_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetBalance_filter + orderBy: linea_swap_StableSwap_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwap_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AssetBalance!]! - lineagoerli_router( + ): [linea_swap_StableSwap!]! + linea_swap_stableSwapAddLiquidityEvent( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Router - lineagoerli_routers( + ): linea_swap_StableSwapAddLiquidityEvent + linea_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Router_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Router_filter + orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapAddLiquidityEvent_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Router!]! - lineagoerli_routerDailyTVL( + ): [linea_swap_StableSwapAddLiquidityEvent!]! + linea_swap_stableSwapRemoveLiquidityEvent( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RouterDailyTVL - lineagoerli_routerDailyTVLs( + ): linea_swap_StableSwapRemoveLiquidityEvent + linea_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RouterDailyTVL_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RouterDailyTVL_filter + orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapRemoveLiquidityEvent_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RouterDailyTVL!]! - lineagoerli_setting( + ): [linea_swap_StableSwapRemoveLiquidityEvent!]! + linea_swap_stableSwapExchange( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Setting - lineagoerli_settings( + ): linea_swap_StableSwapExchange + linea_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Setting_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Setting_filter + orderBy: linea_swap_StableSwapExchange_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapExchange_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Setting!]! - lineagoerli_relayer( + ): [linea_swap_StableSwapExchange!]! + linea_swap_swapDailyVolume( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Relayer - lineagoerli_relayers( + ): linea_swap_SwapDailyVolume + linea_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Relayer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Relayer_filter + orderBy: linea_swap_SwapDailyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapDailyVolume_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Relayer!]! - lineagoerli_sequencer( + ): [linea_swap_SwapDailyVolume!]! + linea_swap_swapHourlyVolume( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Sequencer - lineagoerli_sequencers( + ): linea_swap_SwapHourlyVolume + linea_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Sequencer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Sequencer_filter + orderBy: linea_swap_SwapHourlyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapHourlyVolume_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Sequencer!]! - lineagoerli_relayerFee( + ): [linea_swap_SwapHourlyVolume!]! + linea_swap_swapWeeklyVolume( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RelayerFee - lineagoerli_relayerFees( + ): linea_swap_SwapWeeklyVolume + linea_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFee_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFee_filter + orderBy: linea_swap_SwapWeeklyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapWeeklyVolume_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RelayerFee!]! - lineagoerli_originTransfer( + ): [linea_swap_SwapWeeklyVolume!]! + linea_swap_lpAccount( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_OriginTransfer - lineagoerli_originTransfers( + ): linea_swap_LpAccount + linea_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginTransfer_filter + orderBy: linea_swap_LpAccount_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpAccount_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_OriginTransfer!]! - lineagoerli_destinationTransfer( + ): [linea_swap_LpAccount!]! + linea_swap_lpAccountBalance( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_DestinationTransfer - lineagoerli_destinationTransfers( + ): linea_swap_LpAccountBalance + linea_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_DestinationTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_DestinationTransfer_filter + orderBy: linea_swap_LpAccountBalance_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpAccountBalance_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_DestinationTransfer!]! - lineagoerli_originMessage( + ): [linea_swap_LpAccountBalance!]! + linea_swap_lpToken( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_OriginMessage - lineagoerli_originMessages( + ): linea_swap_LpToken + linea_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginMessage_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginMessage_filter + orderBy: linea_swap_LpToken_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpToken_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_OriginMessage!]! - lineagoerli_aggregateRoot( + ): [linea_swap_LpToken!]! + linea_swap_lpTransferEvent( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AggregateRoot - lineagoerli_aggregateRoots( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AggregateRoot_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AggregateRoot_filter + orderBy: linea_swap_LpTransferEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpTransferEvent_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AggregateRoot!]! - lineagoerli_connectorMeta( + ): [linea_swap_LpTransferEvent!]! + linea_swap_stableSwapEvent( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_ConnectorMeta - lineagoerli_connectorMetas( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_ConnectorMeta_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_ConnectorMeta_filter + orderBy: linea_swap_StableSwapEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapEvent_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_ConnectorMeta!]! - lineagoerli_rootCount( + ): [linea_swap_StableSwapEvent!]! + linea_swap_swapTradeVolume( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RootCount - lineagoerli_rootCounts( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootCount_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootCount_filter + orderBy: linea_swap_SwapTradeVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapTradeVolume_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RootCount!]! - lineagoerli_rootMessageSent( + ): [linea_swap_SwapTradeVolume!]! + linea_swap_lpTokenEvent( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RootMessageSent - lineagoerli_rootMessageSents( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootMessageSent_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootMessageSent_filter + orderBy: linea_swap_LpTokenEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpTokenEvent_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RootMessageSent!]! - lineagoerli_relayerFeesIncrease( + ): [linea_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ + goerli_asset( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RelayerFeesIncrease - lineagoerli_relayerFeesIncreases( + ): goerli_Asset + goerli_assets( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFeesIncrease_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFeesIncrease_filter + orderBy: goerli_Asset_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Asset_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RelayerFeesIncrease!]! - lineagoerli_slippageUpdate( + ): [goerli_Asset!]! + goerli_assetStatus( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_SlippageUpdate - lineagoerli_slippageUpdates( + ): goerli_AssetStatus + goerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_SlippageUpdate_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_SlippageUpdate_filter + orderBy: goerli_AssetStatus_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AssetStatus_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_SlippageUpdate!]! - """Access to subgraph metadata""" - lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__Meta_ - stagingarbitrumgoerli_swap_systemInfo( + ): [goerli_AssetStatus!]! + goerli_assetBalance( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SystemInfo - stagingarbitrumgoerli_swap_systemInfos( + ): goerli_AssetBalance + goerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SystemInfo_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SystemInfo_filter + orderBy: goerli_AssetBalance_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AssetBalance_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SystemInfo!]! - stagingarbitrumgoerli_swap_pooledToken( + ): [goerli_AssetBalance!]! + goerli_router( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_PooledToken - stagingarbitrumgoerli_swap_pooledTokens( + ): goerli_Router + goerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_PooledToken_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_PooledToken_filter + orderBy: goerli_Router_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Router_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_PooledToken!]! - stagingarbitrumgoerli_swap_stableSwap( + ): [goerli_Router!]! + goerli_routerDailyTVL( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwap - stagingarbitrumgoerli_swap_stableSwaps( + ): goerli_RouterDailyTVL + goerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwap_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwap_filter + orderBy: goerli_RouterDailyTVL_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RouterDailyTVL_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwap!]! - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent( + ): [goerli_RouterDailyTVL!]! + goerli_routerLiquidityEvent( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents( + ): goerli_RouterLiquidityEvent + goerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: goerli_RouterLiquidityEvent_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RouterLiquidityEvent_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [goerli_RouterLiquidityEvent!]! + goerli_setting( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( + ): goerli_Setting + goerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: goerli_Setting_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Setting_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingarbitrumgoerli_swap_stableSwapExchange( + ): [goerli_Setting!]! + goerli_relayer( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwapExchange - stagingarbitrumgoerli_swap_stableSwapExchanges( + ): goerli_Relayer + goerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapExchange_filter + orderBy: goerli_Relayer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Relayer_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwapExchange!]! - stagingarbitrumgoerli_swap_swapDailyVolume( + ): [goerli_Relayer!]! + goerli_sequencer( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SwapDailyVolume - stagingarbitrumgoerli_swap_swapDailyVolumes( + ): goerli_Sequencer + goerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapDailyVolume_filter + orderBy: goerli_Sequencer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Sequencer_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SwapDailyVolume!]! - stagingarbitrumgoerli_swap_swapHourlyVolume( + ): [goerli_Sequencer!]! + goerli_relayerFee( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SwapHourlyVolume - stagingarbitrumgoerli_swap_swapHourlyVolumes( + ): goerli_RelayerFee + goerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter - """ + orderBy: goerli_RelayerFee_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RelayerFee_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SwapHourlyVolume!]! - stagingarbitrumgoerli_swap_swapWeeklyVolume( + ): [goerli_RelayerFee!]! + goerli_originTransfer( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SwapWeeklyVolume - stagingarbitrumgoerli_swap_swapWeeklyVolumes( + ): goerli_OriginTransfer + goerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter + orderBy: goerli_OriginTransfer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OriginTransfer_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SwapWeeklyVolume!]! - stagingarbitrumgoerli_swap_lpAccount( + ): [goerli_OriginTransfer!]! + goerli_destinationTransfer( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpAccount - stagingarbitrumgoerli_swap_lpAccounts( + ): goerli_DestinationTransfer + goerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpAccount_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpAccount_filter + orderBy: goerli_DestinationTransfer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_DestinationTransfer_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpAccount!]! - stagingarbitrumgoerli_swap_lpAccountBalance( + ): [goerli_DestinationTransfer!]! + goerli_originMessage( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpAccountBalance - stagingarbitrumgoerli_swap_lpAccountBalances( + ): goerli_OriginMessage + goerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpAccountBalance_filter + orderBy: goerli_OriginMessage_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OriginMessage_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpAccountBalance!]! - stagingarbitrumgoerli_swap_lpToken( + ): [goerli_OriginMessage!]! + goerli_aggregateRoot( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpToken - stagingarbitrumgoerli_swap_lpTokens( + ): goerli_AggregateRoot + goerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpToken_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpToken_filter + orderBy: goerli_AggregateRoot_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AggregateRoot_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpToken!]! - stagingarbitrumgoerli_swap_lpTransferEvent( + ): [goerli_AggregateRoot!]! + goerli_connectorMeta( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpTransferEvent - stagingarbitrumgoerli_swap_lpTransferEvents( + ): goerli_ConnectorMeta + goerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpTransferEvent_filter + orderBy: goerli_ConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ConnectorMeta_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpTransferEvent!]! - stagingarbitrumgoerli_swap_stableSwapEvent( + ): [goerli_ConnectorMeta!]! + goerli_rootCount( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwapEvent - stagingarbitrumgoerli_swap_stableSwapEvents( + ): goerli_RootCount + goerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapEvent_filter + orderBy: goerli_RootCount_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootCount_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwapEvent!]! - stagingarbitrumgoerli_swap_swapTradeVolume( + ): [goerli_RootCount!]! + goerli_rootMessageSent( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SwapTradeVolume - stagingarbitrumgoerli_swap_swapTradeVolumes( + ): goerli_RootMessageSent + goerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapTradeVolume_filter + orderBy: goerli_RootMessageSent_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootMessageSent_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SwapTradeVolume!]! - stagingarbitrumgoerli_swap_lpTokenEvent( + ): [goerli_RootMessageSent!]! + goerli_relayerFeesIncrease( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpTokenEvent - stagingarbitrumgoerli_swap_lpTokenEvents( + ): goerli_RelayerFeesIncrease + goerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpTokenEvent_filter + orderBy: goerli_RelayerFeesIncrease_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RelayerFeesIncrease_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingarbitrumgoerli_swap__meta(block: stagingarbitrumgoerli_swap_Block_height): stagingarbitrumgoerli_swap__Meta_ - arbitrumone_swap_systemInfo( + ): [goerli_RelayerFeesIncrease!]! + goerli_slippageUpdate( 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: arbitrumone_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SystemInfo - arbitrumone_swap_systemInfos( + ): goerli_SlippageUpdate + goerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_filter + orderBy: goerli_SlippageUpdate_orderBy + orderDirection: goerli_OrderDirection + where: goerli_SlippageUpdate_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: arbitrumone_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SystemInfo!]! - arbitrumone_swap_pooledToken( + ): [goerli_SlippageUpdate!]! + localmainnet_rootAggregated( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_PooledToken - arbitrumone_swap_pooledTokens( + ): localmainnet_RootAggregated + localmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_filter + orderBy: localmainnet_RootAggregated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootAggregated_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_PooledToken!]! - arbitrumone_swap_stableSwap( + ): [localmainnet_RootAggregated!]! + localmainnet_rootPropagated( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwap - arbitrumone_swap_stableSwaps( + ): localmainnet_RootPropagated + localmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_filter + orderBy: localmainnet_RootPropagated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootPropagated_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwap!]! - arbitrumone_swap_stableSwapAddLiquidityEvent( + ): [localmainnet_RootPropagated!]! + localmainnet_aggregatedMessageRoot( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapAddLiquidityEvent - arbitrumone_swap_stableSwapAddLiquidityEvents( + ): localmainnet_AggregatedMessageRoot + localmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_filter + orderBy: localmainnet_AggregatedMessageRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregatedMessageRoot_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! - arbitrumone_swap_stableSwapRemoveLiquidityEvent( + ): [localmainnet_AggregatedMessageRoot!]! + localmainnet_rootManagerMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapRemoveLiquidityEvent - arbitrumone_swap_stableSwapRemoveLiquidityEvents( + ): localmainnet_RootManagerMeta + localmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: localmainnet_RootManagerMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumone_swap_stableSwapExchange( + ): [localmainnet_RootManagerMeta!]! + localmainnet_rootManagerMode( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapExchange - arbitrumone_swap_stableSwapExchanges( + ): localmainnet_RootManagerMode + localmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_filter + orderBy: localmainnet_RootManagerMode_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMode_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapExchange!]! - arbitrumone_swap_swapDailyVolume( + ): [localmainnet_RootManagerMode!]! + localmainnet_optimisticRootProposed( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapDailyVolume - arbitrumone_swap_swapDailyVolumes( + ): localmainnet_OptimisticRootProposed + localmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_filter + orderBy: localmainnet_OptimisticRootProposed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootProposed_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapDailyVolume!]! - arbitrumone_swap_swapHourlyVolume( + ): [localmainnet_OptimisticRootProposed!]! + localmainnet_hubOptimisticRootFinalized( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapHourlyVolume - arbitrumone_swap_swapHourlyVolumes( + ): localmainnet_HubOptimisticRootFinalized + localmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_filter + orderBy: localmainnet_HubOptimisticRootFinalized_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_HubOptimisticRootFinalized_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapHourlyVolume!]! - arbitrumone_swap_swapWeeklyVolume( + ): [localmainnet_HubOptimisticRootFinalized!]! + localmainnet_optimisticRootPropagated( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( + ): localmainnet_OptimisticRootPropagated + localmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapWeeklyVolume_filter + orderBy: localmainnet_OptimisticRootPropagated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootPropagated_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapWeeklyVolume!]! - arbitrumone_swap_lpAccount( + ): [localmainnet_OptimisticRootPropagated!]! + localmainnet_polygonConnectorMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( + ): localmainnet_PolygonConnectorMeta + localmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccount_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccount_filter + orderBy: localmainnet_PolygonConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_PolygonConnectorMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccount!]! - arbitrumone_swap_lpAccountBalance( + ): [localmainnet_PolygonConnectorMeta!]! + localmainnet_optimismConnectorMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( + ): localmainnet_OptimismConnectorMeta + localmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccountBalance_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccountBalance_filter + orderBy: localmainnet_OptimismConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimismConnectorMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( + ): [localmainnet_OptimismConnectorMeta!]! + localmainnet_bnbConnectorMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( + ): localmainnet_BnbConnectorMeta + localmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_filter + orderBy: localmainnet_BnbConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_BnbConnectorMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( + ): [localmainnet_BnbConnectorMeta!]! + localmainnet_arbitrumConnectorMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( + ): localmainnet_ArbitrumConnectorMeta + localmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_filter + orderBy: localmainnet_ArbitrumConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ArbitrumConnectorMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( + ): [localmainnet_ArbitrumConnectorMeta!]! + localmainnet_gnosisConnectorMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( + ): localmainnet_GnosisConnectorMeta + localmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_filter + orderBy: localmainnet_GnosisConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_GnosisConnectorMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( + ): [localmainnet_GnosisConnectorMeta!]! + localmainnet_zkSyncConnectorMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( + ): localmainnet_ZkSyncConnectorMeta + localmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_filter + orderBy: localmainnet_ZkSyncConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ZkSyncConnectorMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( + ): [localmainnet_ZkSyncConnectorMeta!]! + localmainnet_rootMessageProcessed( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( + ): localmainnet_RootMessageProcessed + localmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_filter + orderBy: localmainnet_RootMessageProcessed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootMessageProcessed_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - xdai_swap_systemInfo( + ): [localmainnet_RootMessageProcessed!]! + localmainnet_aggregateRootSavedSlow( 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: xdai_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SystemInfo - xdai_swap_systemInfos( + ): localmainnet_AggregateRootSavedSlow + localmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SystemInfo_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SystemInfo_filter + orderBy: localmainnet_AggregateRootSavedSlow_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRootSavedSlow_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: xdai_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SystemInfo!]! - xdai_swap_pooledToken( + ): [localmainnet_AggregateRootSavedSlow!]! + localmainnet_hubDomain( 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: xdai_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_PooledToken - xdai_swap_pooledTokens( + ): localmainnet_HubDomain + localmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_PooledToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_PooledToken_filter + orderBy: localmainnet_HubDomain_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_HubDomain_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: xdai_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_PooledToken!]! - xdai_swap_stableSwap( + ): [localmainnet_HubDomain!]! + """Access to subgraph metadata""" + localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ + lineagoerli_asset( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwap - xdai_swap_stableSwaps( + ): lineagoerli_Asset + lineagoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwap_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwap_filter + orderBy: lineagoerli_Asset_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Asset_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwap!]! - xdai_swap_stableSwapAddLiquidityEvent( + ): [lineagoerli_Asset!]! + lineagoerli_assetStatus( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapAddLiquidityEvent - xdai_swap_stableSwapAddLiquidityEvents( + ): lineagoerli_AssetStatus + lineagoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapAddLiquidityEvent_filter - """ + orderBy: lineagoerli_AssetStatus_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AssetStatus_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapAddLiquidityEvent!]! - xdai_swap_stableSwapRemoveLiquidityEvent( + ): [lineagoerli_AssetStatus!]! + lineagoerli_assetBalance( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapRemoveLiquidityEvent - xdai_swap_stableSwapRemoveLiquidityEvents( + ): lineagoerli_AssetBalance + lineagoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: lineagoerli_AssetBalance_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AssetBalance_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! - xdai_swap_stableSwapExchange( + ): [lineagoerli_AssetBalance!]! + lineagoerli_router( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapExchange - xdai_swap_stableSwapExchanges( + ): lineagoerli_Router + lineagoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapExchange_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapExchange_filter + orderBy: lineagoerli_Router_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Router_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapExchange!]! - xdai_swap_swapDailyVolume( + ): [lineagoerli_Router!]! + lineagoerli_routerDailyTVL( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapDailyVolume - xdai_swap_swapDailyVolumes( + ): lineagoerli_RouterDailyTVL + lineagoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapDailyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapDailyVolume_filter + orderBy: lineagoerli_RouterDailyTVL_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RouterDailyTVL_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapDailyVolume!]! - xdai_swap_swapHourlyVolume( + ): [lineagoerli_RouterDailyTVL!]! + lineagoerli_setting( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapHourlyVolume - xdai_swap_swapHourlyVolumes( + ): lineagoerli_Setting + lineagoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapHourlyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapHourlyVolume_filter + orderBy: lineagoerli_Setting_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Setting_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapHourlyVolume!]! - xdai_swap_swapWeeklyVolume( + ): [lineagoerli_Setting!]! + lineagoerli_relayer( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapWeeklyVolume - xdai_swap_swapWeeklyVolumes( + ): lineagoerli_Relayer + lineagoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapWeeklyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapWeeklyVolume_filter + orderBy: lineagoerli_Relayer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Relayer_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapWeeklyVolume!]! - xdai_swap_lpAccount( + ): [lineagoerli_Relayer!]! + lineagoerli_sequencer( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccount - xdai_swap_lpAccounts( + ): lineagoerli_Sequencer + lineagoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccount_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccount_filter + orderBy: lineagoerli_Sequencer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Sequencer_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccount!]! - xdai_swap_lpAccountBalance( + ): [lineagoerli_Sequencer!]! + lineagoerli_relayerFee( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccountBalance - xdai_swap_lpAccountBalances( + ): lineagoerli_RelayerFee + lineagoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccountBalance_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccountBalance_filter + orderBy: lineagoerli_RelayerFee_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFee_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccountBalance!]! - xdai_swap_lpToken( + ): [lineagoerli_RelayerFee!]! + lineagoerli_originTransfer( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpToken - xdai_swap_lpTokens( + ): lineagoerli_OriginTransfer + lineagoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpToken_filter + orderBy: lineagoerli_OriginTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginTransfer_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpToken!]! - xdai_swap_lpTransferEvent( + ): [lineagoerli_OriginTransfer!]! + lineagoerli_destinationTransfer( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTransferEvent - xdai_swap_lpTransferEvents( + ): lineagoerli_DestinationTransfer + lineagoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTransferEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTransferEvent_filter + orderBy: lineagoerli_DestinationTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_DestinationTransfer_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTransferEvent!]! - xdai_swap_stableSwapEvent( + ): [lineagoerli_DestinationTransfer!]! + lineagoerli_originMessage( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapEvent - xdai_swap_stableSwapEvents( + ): lineagoerli_OriginMessage + lineagoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapEvent_filter + orderBy: lineagoerli_OriginMessage_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginMessage_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapEvent!]! - xdai_swap_swapTradeVolume( + ): [lineagoerli_OriginMessage!]! + lineagoerli_aggregateRoot( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapTradeVolume - xdai_swap_swapTradeVolumes( + ): lineagoerli_AggregateRoot + lineagoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapTradeVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapTradeVolume_filter + orderBy: lineagoerli_AggregateRoot_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AggregateRoot_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapTradeVolume!]! - xdai_swap_lpTokenEvent( + ): [lineagoerli_AggregateRoot!]! + lineagoerli_connectorMeta( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTokenEvent - xdai_swap_lpTokenEvents( + ): lineagoerli_ConnectorMeta + lineagoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTokenEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTokenEvent_filter + orderBy: lineagoerli_ConnectorMeta_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_ConnectorMeta_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ - linea_swap_systemInfo( + ): [lineagoerli_ConnectorMeta!]! + lineagoerli_rootCount( 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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SystemInfo - linea_swap_systemInfos( + ): lineagoerli_RootCount + lineagoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_filter + orderBy: lineagoerli_RootCount_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootCount_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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( + ): [lineagoerli_RootCount!]! + lineagoerli_rootMessageSent( 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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_PooledToken - linea_swap_pooledTokens( + ): lineagoerli_RootMessageSent + lineagoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_filter + orderBy: lineagoerli_RootMessageSent_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootMessageSent_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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( + ): [lineagoerli_RootMessageSent!]! + lineagoerli_relayerFeesIncrease( 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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwap - linea_swap_stableSwaps( + ): lineagoerli_RelayerFeesIncrease + lineagoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_filter + orderBy: lineagoerli_RelayerFeesIncrease_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFeesIncrease_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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( + ): [lineagoerli_RelayerFeesIncrease!]! + lineagoerli_slippageUpdate( 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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapAddLiquidityEvent - linea_swap_stableSwapAddLiquidityEvents( + ): lineagoerli_SlippageUpdate + lineagoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_filter + orderBy: lineagoerli_SlippageUpdate_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_SlippageUpdate_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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapAddLiquidityEvent!]! - linea_swap_stableSwapRemoveLiquidityEvent( + ): [lineagoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__Meta_ + optimism_asset( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: optimism_Asset_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Asset_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( + ): [optimism_Asset!]! + optimism_assetStatus( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapExchange - linea_swap_stableSwapExchanges( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_filter + orderBy: optimism_AssetStatus_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AssetStatus_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapExchange!]! - linea_swap_swapDailyVolume( + ): [optimism_AssetStatus!]! + optimism_assetBalance( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapDailyVolume - linea_swap_swapDailyVolumes( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_filter + orderBy: optimism_AssetBalance_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AssetBalance_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( + ): [optimism_AssetBalance!]! + optimism_router( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_filter + orderBy: optimism_Router_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Router_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [optimism_Router!]! + optimism_routerDailyTVL( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_filter + orderBy: optimism_RouterDailyTVL_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterDailyTVL_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [optimism_RouterDailyTVL!]! + optimism_routerLiquidityEvent( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccount - linea_swap_lpAccounts( + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_filter + orderBy: optimism_RouterLiquidityEvent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterLiquidityEvent_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccount!]! - linea_swap_lpAccountBalance( + ): [optimism_RouterLiquidityEvent!]! + optimism_setting( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccountBalance - linea_swap_lpAccountBalances( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_filter + orderBy: optimism_Setting_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Setting_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccountBalance!]! - linea_swap_lpToken( + ): [optimism_Setting!]! + optimism_relayer( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpToken - linea_swap_lpTokens( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_filter + orderBy: optimism_Relayer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Relayer_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpToken!]! - linea_swap_lpTransferEvent( + ): [optimism_Relayer!]! + optimism_sequencer( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTransferEvent - linea_swap_lpTransferEvents( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_filter + orderBy: optimism_Sequencer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Sequencer_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [optimism_Sequencer!]! + optimism_relayerFee( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapEvent - linea_swap_stableSwapEvents( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_filter + orderBy: optimism_RelayerFee_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFee_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [optimism_RelayerFee!]! + optimism_originTransfer( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_filter + orderBy: optimism_OriginTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_OriginTransfer_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [optimism_OriginTransfer!]! + optimism_destinationTransfer( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTokenEvent - linea_swap_lpTokenEvents( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_filter + orderBy: optimism_DestinationTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_DestinationTransfer_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ - stagingmumbai_asset( + ): [optimism_DestinationTransfer!]! + optimism_originMessage( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Asset - stagingmumbai_assets( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Asset_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Asset_filter + orderBy: optimism_OriginMessage_orderBy + orderDirection: optimism_OrderDirection + where: optimism_OriginMessage_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Asset!]! - stagingmumbai_assetStatus( + ): [optimism_OriginMessage!]! + optimism_aggregateRoot( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetStatus - stagingmumbai_assetStatuses( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetStatus_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetStatus_filter + orderBy: optimism_AggregateRoot_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AggregateRoot_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetStatus!]! - stagingmumbai_assetBalance( + ): [optimism_AggregateRoot!]! + optimism_connectorMeta( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetBalance - stagingmumbai_assetBalances( + ): optimism_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetBalance_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetBalance_filter + orderBy: optimism_ConnectorMeta_orderBy + orderDirection: optimism_OrderDirection + where: optimism_ConnectorMeta_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetBalance!]! - stagingmumbai_router( + ): [optimism_ConnectorMeta!]! + optimism_rootCount( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Router - stagingmumbai_routers( + ): optimism_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Router_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Router_filter + orderBy: optimism_RootCount_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RootCount_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Router!]! - stagingmumbai_routerDailyTVL( + ): [optimism_RootCount!]! + optimism_rootMessageSent( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RouterDailyTVL - stagingmumbai_routerDailyTVLs( + ): optimism_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterDailyTVL_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RouterDailyTVL_filter + orderBy: optimism_RootMessageSent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RootMessageSent_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RouterDailyTVL!]! - stagingmumbai_setting( + ): [optimism_RootMessageSent!]! + optimism_relayerFeesIncrease( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Setting - stagingmumbai_settings( + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Setting_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Setting_filter + orderBy: optimism_RelayerFeesIncrease_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFeesIncrease_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Setting!]! - stagingmumbai_relayer( + ): [optimism_RelayerFeesIncrease!]! + optimism_slippageUpdate( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Relayer - stagingmumbai_relayers( + ): optimism_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Relayer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Relayer_filter + orderBy: optimism_SlippageUpdate_orderBy + orderDirection: optimism_OrderDirection + where: optimism_SlippageUpdate_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Relayer!]! - stagingmumbai_sequencer( + ): [optimism_SlippageUpdate!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ + staginggoerli_asset( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Sequencer - stagingmumbai_sequencers( + ): staginggoerli_Asset + staginggoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Sequencer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Sequencer_filter + orderBy: staginggoerli_Asset_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Asset_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Sequencer!]! - stagingmumbai_relayerFee( + ): [staginggoerli_Asset!]! + staginggoerli_assetStatus( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFee - stagingmumbai_relayerFees( + ): staginggoerli_AssetStatus + staginggoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFee_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFee_filter + orderBy: staginggoerli_AssetStatus_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AssetStatus_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFee!]! - stagingmumbai_originTransfer( + ): [staginggoerli_AssetStatus!]! + staginggoerli_assetBalance( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginTransfer - stagingmumbai_originTransfers( + ): staginggoerli_AssetBalance + staginggoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginTransfer_filter + orderBy: staginggoerli_AssetBalance_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AssetBalance_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginTransfer!]! - stagingmumbai_destinationTransfer( + ): [staginggoerli_AssetBalance!]! + staginggoerli_router( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_DestinationTransfer - stagingmumbai_destinationTransfers( + ): staginggoerli_Router + staginggoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_DestinationTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_DestinationTransfer_filter + orderBy: staginggoerli_Router_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Router_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_DestinationTransfer!]! - stagingmumbai_originMessage( + ): [staginggoerli_Router!]! + staginggoerli_routerDailyTVL( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginMessage - stagingmumbai_originMessages( + ): staginggoerli_RouterDailyTVL + staginggoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginMessage_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginMessage_filter + orderBy: staginggoerli_RouterDailyTVL_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RouterDailyTVL_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginMessage!]! - stagingmumbai_aggregateRoot( + ): [staginggoerli_RouterDailyTVL!]! + staginggoerli_setting( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRoot - stagingmumbai_aggregateRoots( + ): staginggoerli_Setting + staginggoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRoot_filter + orderBy: staginggoerli_Setting_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Setting_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRoot!]! - stagingmumbai_connectorMeta( + ): [staginggoerli_Setting!]! + staginggoerli_relayer( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_ConnectorMeta - stagingmumbai_connectorMetas( + ): staginggoerli_Relayer + staginggoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_ConnectorMeta_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_ConnectorMeta_filter + orderBy: staginggoerli_Relayer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Relayer_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_ConnectorMeta!]! - stagingmumbai_rootCount( + ): [staginggoerli_Relayer!]! + staginggoerli_sequencer( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootCount - stagingmumbai_rootCounts( + ): staginggoerli_Sequencer + staginggoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootCount_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootCount_filter + orderBy: staginggoerli_Sequencer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Sequencer_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootCount!]! - stagingmumbai_rootMessageSent( + ): [staginggoerli_Sequencer!]! + staginggoerli_relayerFee( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootMessageSent - stagingmumbai_rootMessageSents( + ): staginggoerli_RelayerFee + staginggoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootMessageSent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootMessageSent_filter + orderBy: staginggoerli_RelayerFee_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RelayerFee_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootMessageSent!]! - stagingmumbai_relayerFeesIncrease( + ): [staginggoerli_RelayerFee!]! + staginggoerli_originTransfer( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFeesIncrease - stagingmumbai_relayerFeesIncreases( + ): staginggoerli_OriginTransfer + staginggoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFeesIncrease_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFeesIncrease_filter + orderBy: staginggoerli_OriginTransfer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OriginTransfer_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFeesIncrease!]! - stagingmumbai_slippageUpdate( + ): [staginggoerli_OriginTransfer!]! + staginggoerli_destinationTransfer( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SlippageUpdate - stagingmumbai_slippageUpdates( + ): staginggoerli_DestinationTransfer + staginggoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SlippageUpdate_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SlippageUpdate_filter + orderBy: staginggoerli_DestinationTransfer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_DestinationTransfer_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SlippageUpdate!]! - stagingmumbai_snapshotRoot( + ): [staginggoerli_DestinationTransfer!]! + staginggoerli_originMessage( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SnapshotRoot - stagingmumbai_snapshotRoots( + ): staginggoerli_OriginMessage + staginggoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SnapshotRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SnapshotRoot_filter + orderBy: staginggoerli_OriginMessage_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OriginMessage_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SnapshotRoot!]! - stagingmumbai_spokeConnectorMode( + ): [staginggoerli_OriginMessage!]! + staginggoerli_aggregateRoot( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SpokeConnectorMode - stagingmumbai_spokeConnectorModes( + ): staginggoerli_AggregateRoot + staginggoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SpokeConnectorMode_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SpokeConnectorMode_filter + orderBy: staginggoerli_AggregateRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRoot_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SpokeConnectorMode!]! - stagingmumbai_aggregateRootProposed( + ): [staginggoerli_AggregateRoot!]! + staginggoerli_connectorMeta( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRootProposed - stagingmumbai_aggregateRootProposeds( + ): staginggoerli_ConnectorMeta + staginggoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRootProposed_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRootProposed_filter + orderBy: staginggoerli_ConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ConnectorMeta_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRootProposed!]! - stagingmumbai_optimisticRootFinalized( + ): [staginggoerli_ConnectorMeta!]! + staginggoerli_rootCount( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OptimisticRootFinalized - stagingmumbai_optimisticRootFinalizeds( + ): staginggoerli_RootCount + staginggoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OptimisticRootFinalized_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OptimisticRootFinalized_filter + orderBy: staginggoerli_RootCount_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootCount_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ - optimismgoerli_asset( + ): [staginggoerli_RootCount!]! + staginggoerli_rootMessageSent( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Asset - optimismgoerli_assets( + ): staginggoerli_RootMessageSent + staginggoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Asset_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Asset_filter + orderBy: staginggoerli_RootMessageSent_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootMessageSent_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Asset!]! - optimismgoerli_assetStatus( + ): [staginggoerli_RootMessageSent!]! + staginggoerli_relayerFeesIncrease( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AssetStatus - optimismgoerli_assetStatuses( + ): staginggoerli_RelayerFeesIncrease + staginggoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetStatus_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetStatus_filter + orderBy: staginggoerli_RelayerFeesIncrease_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RelayerFeesIncrease_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AssetStatus!]! - optimismgoerli_assetBalance( + ): [staginggoerli_RelayerFeesIncrease!]! + staginggoerli_slippageUpdate( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AssetBalance - optimismgoerli_assetBalances( + ): staginggoerli_SlippageUpdate + staginggoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetBalance_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetBalance_filter + orderBy: staginggoerli_SlippageUpdate_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SlippageUpdate_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AssetBalance!]! - optimismgoerli_router( + ): [staginggoerli_SlippageUpdate!]! + staginggoerli_snapshotRoot( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Router - optimismgoerli_routers( + ): staginggoerli_SnapshotRoot + staginggoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Router_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Router_filter + orderBy: staginggoerli_SnapshotRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SnapshotRoot_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Router!]! - optimismgoerli_routerDailyTVL( + ): [staginggoerli_SnapshotRoot!]! + staginggoerli_spokeConnectorMode( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RouterDailyTVL - optimismgoerli_routerDailyTVLs( + ): staginggoerli_SpokeConnectorMode + staginggoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterDailyTVL_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterDailyTVL_filter + orderBy: staginggoerli_SpokeConnectorMode_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SpokeConnectorMode_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RouterDailyTVL!]! - optimismgoerli_routerLiquidityEvent( + ): [staginggoerli_SpokeConnectorMode!]! + staginggoerli_aggregateRootProposed( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RouterLiquidityEvent - optimismgoerli_routerLiquidityEvents( + ): staginggoerli_AggregateRootProposed + staginggoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterLiquidityEvent_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterLiquidityEvent_filter + orderBy: staginggoerli_AggregateRootProposed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRootProposed_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RouterLiquidityEvent!]! - optimismgoerli_setting( + ): [staginggoerli_AggregateRootProposed!]! + staginggoerli_optimisticRootFinalized( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginggoerli_OptimisticRootFinalized + staginggoerli_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: staginggoerli_OptimisticRootFinalized_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootFinalized_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: staginggoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginggoerli_OptimisticRootFinalized!]! + optimismgoerli_asset( + 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: optimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_Asset + optimismgoerli_assets( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_Asset_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Asset_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: optimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_Asset!]! + optimismgoerli_assetStatus( + 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: optimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_AssetStatus + optimismgoerli_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_AssetStatus_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AssetStatus_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: optimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_AssetStatus!]! + optimismgoerli_assetBalance( + 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: optimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_AssetBalance + optimismgoerli_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_AssetBalance_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AssetBalance_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: optimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_AssetBalance!]! + optimismgoerli_router( + 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: optimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_Router + optimismgoerli_routers( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_Router_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Router_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: optimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_Router!]! + optimismgoerli_routerDailyTVL( + 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: optimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_RouterDailyTVL + optimismgoerli_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_RouterDailyTVL_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RouterDailyTVL_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: optimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_RouterDailyTVL!]! + optimismgoerli_routerLiquidityEvent( + 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: optimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimismgoerli_RouterLiquidityEvent + optimismgoerli_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: optimismgoerli_RouterLiquidityEvent_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RouterLiquidityEvent_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: optimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimismgoerli_RouterLiquidityEvent!]! + optimismgoerli_setting( + 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: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ @@ -9889,5924 +10381,5928 @@ type Query { ): [optimismgoerli_SlippageUpdate!]! """Access to subgraph metadata""" optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__Meta_ - staginggoerli_asset( + stagingoptimismgoerli_asset( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Asset - staginggoerli_assets( + ): stagingoptimismgoerli_Asset + stagingoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Asset_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Asset_filter + orderBy: stagingoptimismgoerli_Asset_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Asset_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Asset!]! - staginggoerli_assetStatus( + ): [stagingoptimismgoerli_Asset!]! + stagingoptimismgoerli_assetStatus( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AssetStatus - staginggoerli_assetStatuses( + ): stagingoptimismgoerli_AssetStatus + stagingoptimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetStatus_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetStatus_filter + orderBy: stagingoptimismgoerli_AssetStatus_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AssetStatus_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AssetStatus!]! - staginggoerli_assetBalance( + ): [stagingoptimismgoerli_AssetStatus!]! + stagingoptimismgoerli_assetBalance( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AssetBalance - staginggoerli_assetBalances( + ): stagingoptimismgoerli_AssetBalance + stagingoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetBalance_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetBalance_filter + orderBy: stagingoptimismgoerli_AssetBalance_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AssetBalance_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AssetBalance!]! - staginggoerli_router( + ): [stagingoptimismgoerli_AssetBalance!]! + stagingoptimismgoerli_router( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Router - staginggoerli_routers( + ): stagingoptimismgoerli_Router + stagingoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Router_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Router_filter + orderBy: stagingoptimismgoerli_Router_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Router_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Router!]! - staginggoerli_routerDailyTVL( + ): [stagingoptimismgoerli_Router!]! + stagingoptimismgoerli_routerDailyTVL( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RouterDailyTVL - staginggoerli_routerDailyTVLs( + ): stagingoptimismgoerli_RouterDailyTVL + stagingoptimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RouterDailyTVL_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RouterDailyTVL_filter + orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RouterDailyTVL_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RouterDailyTVL!]! - staginggoerli_setting( + ): [stagingoptimismgoerli_RouterDailyTVL!]! + stagingoptimismgoerli_setting( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Setting - staginggoerli_settings( + ): stagingoptimismgoerli_Setting + stagingoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Setting_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Setting_filter + orderBy: stagingoptimismgoerli_Setting_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Setting_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Setting!]! - staginggoerli_relayer( + ): [stagingoptimismgoerli_Setting!]! + stagingoptimismgoerli_relayer( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Relayer - staginggoerli_relayers( + ): stagingoptimismgoerli_Relayer + stagingoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Relayer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Relayer_filter + orderBy: stagingoptimismgoerli_Relayer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Relayer_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Relayer!]! - staginggoerli_sequencer( + ): [stagingoptimismgoerli_Relayer!]! + stagingoptimismgoerli_sequencer( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Sequencer - staginggoerli_sequencers( + ): stagingoptimismgoerli_Sequencer + stagingoptimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Sequencer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Sequencer_filter + orderBy: stagingoptimismgoerli_Sequencer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Sequencer_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Sequencer!]! - staginggoerli_relayerFee( + ): [stagingoptimismgoerli_Sequencer!]! + stagingoptimismgoerli_relayerFee( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RelayerFee - staginggoerli_relayerFees( + ): stagingoptimismgoerli_RelayerFee + stagingoptimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFee_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFee_filter + orderBy: stagingoptimismgoerli_RelayerFee_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RelayerFee_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RelayerFee!]! - staginggoerli_originTransfer( + ): [stagingoptimismgoerli_RelayerFee!]! + stagingoptimismgoerli_originTransfer( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OriginTransfer - staginggoerli_originTransfers( + ): stagingoptimismgoerli_OriginTransfer + stagingoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginTransfer_filter + orderBy: stagingoptimismgoerli_OriginTransfer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OriginTransfer_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OriginTransfer!]! - staginggoerli_destinationTransfer( + ): [stagingoptimismgoerli_OriginTransfer!]! + stagingoptimismgoerli_destinationTransfer( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_DestinationTransfer - staginggoerli_destinationTransfers( + ): stagingoptimismgoerli_DestinationTransfer + stagingoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_DestinationTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_DestinationTransfer_filter + orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_DestinationTransfer_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_DestinationTransfer!]! - staginggoerli_originMessage( + ): [stagingoptimismgoerli_DestinationTransfer!]! + stagingoptimismgoerli_originMessage( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OriginMessage - staginggoerli_originMessages( + ): stagingoptimismgoerli_OriginMessage + stagingoptimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginMessage_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginMessage_filter + orderBy: stagingoptimismgoerli_OriginMessage_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OriginMessage_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OriginMessage!]! - staginggoerli_aggregateRoot( + ): [stagingoptimismgoerli_OriginMessage!]! + stagingoptimismgoerli_aggregateRoot( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRoot - staginggoerli_aggregateRoots( + ): stagingoptimismgoerli_AggregateRoot + stagingoptimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRoot_filter + orderBy: stagingoptimismgoerli_AggregateRoot_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AggregateRoot_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRoot!]! - staginggoerli_connectorMeta( + ): [stagingoptimismgoerli_AggregateRoot!]! + stagingoptimismgoerli_connectorMeta( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ConnectorMeta - staginggoerli_connectorMetas( + ): stagingoptimismgoerli_ConnectorMeta + stagingoptimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ConnectorMeta_filter + orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_ConnectorMeta_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ConnectorMeta!]! - staginggoerli_rootCount( + ): [stagingoptimismgoerli_ConnectorMeta!]! + stagingoptimismgoerli_rootCount( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootCount - staginggoerli_rootCounts( + ): stagingoptimismgoerli_RootCount + stagingoptimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootCount_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootCount_filter + orderBy: stagingoptimismgoerli_RootCount_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RootCount_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootCount!]! - staginggoerli_rootMessageSent( + ): [stagingoptimismgoerli_RootCount!]! + stagingoptimismgoerli_rootMessageSent( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootMessageSent - staginggoerli_rootMessageSents( + ): stagingoptimismgoerli_RootMessageSent + stagingoptimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageSent_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageSent_filter + orderBy: stagingoptimismgoerli_RootMessageSent_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RootMessageSent_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootMessageSent!]! - staginggoerli_relayerFeesIncrease( + ): [stagingoptimismgoerli_RootMessageSent!]! + stagingoptimismgoerli_relayerFeesIncrease( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RelayerFeesIncrease - staginggoerli_relayerFeesIncreases( + ): stagingoptimismgoerli_RelayerFeesIncrease + stagingoptimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFeesIncrease_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFeesIncrease_filter + orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RelayerFeesIncrease_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RelayerFeesIncrease!]! - staginggoerli_slippageUpdate( + ): [stagingoptimismgoerli_RelayerFeesIncrease!]! + stagingoptimismgoerli_slippageUpdate( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SlippageUpdate - staginggoerli_slippageUpdates( + ): stagingoptimismgoerli_SlippageUpdate + stagingoptimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SlippageUpdate_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SlippageUpdate_filter + orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SlippageUpdate_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SlippageUpdate!]! - staginggoerli_snapshotRoot( + ): [stagingoptimismgoerli_SlippageUpdate!]! + stagingoptimismgoerli_snapshotRoot( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SnapshotRoot - staginggoerli_snapshotRoots( + ): stagingoptimismgoerli_SnapshotRoot + stagingoptimismgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SnapshotRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SnapshotRoot_filter + orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SnapshotRoot_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SnapshotRoot!]! - staginggoerli_spokeConnectorMode( + ): [stagingoptimismgoerli_SnapshotRoot!]! + stagingoptimismgoerli_spokeConnectorMode( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SpokeConnectorMode - staginggoerli_spokeConnectorModes( + ): stagingoptimismgoerli_SpokeConnectorMode + stagingoptimismgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SpokeConnectorMode_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SpokeConnectorMode_filter + orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SpokeConnectorMode_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SpokeConnectorMode!]! - staginggoerli_aggregateRootProposed( + ): [stagingoptimismgoerli_SpokeConnectorMode!]! + stagingoptimismgoerli_aggregateRootProposed( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRootProposed - staginggoerli_aggregateRootProposeds( + ): stagingoptimismgoerli_AggregateRootProposed + stagingoptimismgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRootProposed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRootProposed_filter + orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AggregateRootProposed_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRootProposed!]! - staginggoerli_optimisticRootFinalized( + ): [stagingoptimismgoerli_AggregateRootProposed!]! + stagingoptimismgoerli_optimisticRootFinalized( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootFinalized - staginggoerli_optimisticRootFinalizeds( + ): stagingoptimismgoerli_OptimisticRootFinalized + stagingoptimismgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootFinalized_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootFinalized_filter + orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OptimisticRootFinalized_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootFinalized!]! - stagingoptimismgoerli_asset( + ): [stagingoptimismgoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ + stagingarbitrumgoerli_asset( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Asset - stagingoptimismgoerli_assets( + ): stagingarbitrumgoerli_Asset + stagingarbitrumgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Asset_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Asset_filter + orderBy: stagingarbitrumgoerli_Asset_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Asset_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Asset!]! - stagingoptimismgoerli_assetStatus( + ): [stagingarbitrumgoerli_Asset!]! + stagingarbitrumgoerli_assetStatus( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AssetStatus - stagingoptimismgoerli_assetStatuses( + ): stagingarbitrumgoerli_AssetStatus + stagingarbitrumgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetStatus_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetStatus_filter + orderBy: stagingarbitrumgoerli_AssetStatus_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AssetStatus_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AssetStatus!]! - stagingoptimismgoerli_assetBalance( + ): [stagingarbitrumgoerli_AssetStatus!]! + stagingarbitrumgoerli_assetBalance( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AssetBalance - stagingoptimismgoerli_assetBalances( + ): stagingarbitrumgoerli_AssetBalance + stagingarbitrumgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetBalance_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetBalance_filter + orderBy: stagingarbitrumgoerli_AssetBalance_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AssetBalance_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AssetBalance!]! - stagingoptimismgoerli_router( + ): [stagingarbitrumgoerli_AssetBalance!]! + stagingarbitrumgoerli_router( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Router - stagingoptimismgoerli_routers( + ): stagingarbitrumgoerli_Router + stagingarbitrumgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Router_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Router_filter + orderBy: stagingarbitrumgoerli_Router_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Router_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Router!]! - stagingoptimismgoerli_routerDailyTVL( + ): [stagingarbitrumgoerli_Router!]! + stagingarbitrumgoerli_routerDailyTVL( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RouterDailyTVL - stagingoptimismgoerli_routerDailyTVLs( + ): stagingarbitrumgoerli_RouterDailyTVL + stagingarbitrumgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterDailyTVL_filter + orderBy: stagingarbitrumgoerli_RouterDailyTVL_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RouterDailyTVL_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RouterDailyTVL!]! - stagingoptimismgoerli_setting( + ): [stagingarbitrumgoerli_RouterDailyTVL!]! + stagingarbitrumgoerli_setting( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Setting - stagingoptimismgoerli_settings( + ): stagingarbitrumgoerli_Setting + stagingarbitrumgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Setting_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Setting_filter + orderBy: stagingarbitrumgoerli_Setting_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Setting_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Setting!]! - stagingoptimismgoerli_relayer( + ): [stagingarbitrumgoerli_Setting!]! + stagingarbitrumgoerli_relayer( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Relayer - stagingoptimismgoerli_relayers( + ): stagingarbitrumgoerli_Relayer + stagingarbitrumgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Relayer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Relayer_filter + orderBy: stagingarbitrumgoerli_Relayer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Relayer_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Relayer!]! - stagingoptimismgoerli_sequencer( + ): [stagingarbitrumgoerli_Relayer!]! + stagingarbitrumgoerli_sequencer( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Sequencer - stagingoptimismgoerli_sequencers( + ): stagingarbitrumgoerli_Sequencer + stagingarbitrumgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Sequencer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Sequencer_filter + orderBy: stagingarbitrumgoerli_Sequencer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Sequencer_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Sequencer!]! - stagingoptimismgoerli_relayerFee( + ): [stagingarbitrumgoerli_Sequencer!]! + stagingarbitrumgoerli_relayerFee( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RelayerFee - stagingoptimismgoerli_relayerFees( + ): stagingarbitrumgoerli_RelayerFee + stagingarbitrumgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFee_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFee_filter + orderBy: stagingarbitrumgoerli_RelayerFee_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RelayerFee_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RelayerFee!]! - stagingoptimismgoerli_originTransfer( + ): [stagingarbitrumgoerli_RelayerFee!]! + stagingarbitrumgoerli_originTransfer( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OriginTransfer - stagingoptimismgoerli_originTransfers( + ): stagingarbitrumgoerli_OriginTransfer + stagingarbitrumgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginTransfer_filter + orderBy: stagingarbitrumgoerli_OriginTransfer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_OriginTransfer_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OriginTransfer!]! - stagingoptimismgoerli_destinationTransfer( + ): [stagingarbitrumgoerli_OriginTransfer!]! + stagingarbitrumgoerli_destinationTransfer( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_DestinationTransfer - stagingoptimismgoerli_destinationTransfers( + ): stagingarbitrumgoerli_DestinationTransfer + stagingarbitrumgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_DestinationTransfer_filter + orderBy: stagingarbitrumgoerli_DestinationTransfer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_DestinationTransfer_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_DestinationTransfer!]! - stagingoptimismgoerli_originMessage( + ): [stagingarbitrumgoerli_DestinationTransfer!]! + stagingarbitrumgoerli_originMessage( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OriginMessage - stagingoptimismgoerli_originMessages( + ): stagingarbitrumgoerli_OriginMessage + stagingarbitrumgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginMessage_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginMessage_filter + orderBy: stagingarbitrumgoerli_OriginMessage_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_OriginMessage_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OriginMessage!]! - stagingoptimismgoerli_aggregateRoot( + ): [stagingarbitrumgoerli_OriginMessage!]! + stagingarbitrumgoerli_aggregateRoot( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AggregateRoot - stagingoptimismgoerli_aggregateRoots( + ): stagingarbitrumgoerli_AggregateRoot + stagingarbitrumgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRoot_filter + orderBy: stagingarbitrumgoerli_AggregateRoot_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AggregateRoot_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AggregateRoot!]! - stagingoptimismgoerli_connectorMeta( + ): [stagingarbitrumgoerli_AggregateRoot!]! + stagingarbitrumgoerli_connectorMeta( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_ConnectorMeta - stagingoptimismgoerli_connectorMetas( + ): stagingarbitrumgoerli_ConnectorMeta + stagingarbitrumgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_ConnectorMeta_filter + orderBy: stagingarbitrumgoerli_ConnectorMeta_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_ConnectorMeta_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_ConnectorMeta!]! - stagingoptimismgoerli_rootCount( + ): [stagingarbitrumgoerli_ConnectorMeta!]! + stagingarbitrumgoerli_rootCount( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RootCount - stagingoptimismgoerli_rootCounts( + ): stagingarbitrumgoerli_RootCount + stagingarbitrumgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootCount_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootCount_filter + orderBy: stagingarbitrumgoerli_RootCount_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RootCount_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RootCount!]! - stagingoptimismgoerli_rootMessageSent( + ): [stagingarbitrumgoerli_RootCount!]! + stagingarbitrumgoerli_rootMessageSent( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RootMessageSent - stagingoptimismgoerli_rootMessageSents( + ): stagingarbitrumgoerli_RootMessageSent + stagingarbitrumgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootMessageSent_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootMessageSent_filter + orderBy: stagingarbitrumgoerli_RootMessageSent_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RootMessageSent_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RootMessageSent!]! - stagingoptimismgoerli_relayerFeesIncrease( + ): [stagingarbitrumgoerli_RootMessageSent!]! + stagingarbitrumgoerli_relayerFeesIncrease( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RelayerFeesIncrease - stagingoptimismgoerli_relayerFeesIncreases( + ): stagingarbitrumgoerli_RelayerFeesIncrease + stagingarbitrumgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFeesIncrease_filter + orderBy: stagingarbitrumgoerli_RelayerFeesIncrease_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RelayerFeesIncrease_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RelayerFeesIncrease!]! - stagingoptimismgoerli_slippageUpdate( + ): [stagingarbitrumgoerli_RelayerFeesIncrease!]! + stagingarbitrumgoerli_slippageUpdate( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_SlippageUpdate - stagingoptimismgoerli_slippageUpdates( + ): stagingarbitrumgoerli_SlippageUpdate + stagingarbitrumgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SlippageUpdate_filter + orderBy: stagingarbitrumgoerli_SlippageUpdate_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_SlippageUpdate_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_SlippageUpdate!]! - stagingoptimismgoerli_snapshotRoot( + ): [stagingarbitrumgoerli_SlippageUpdate!]! + stagingarbitrumgoerli_snapshotRoot( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_SnapshotRoot - stagingoptimismgoerli_snapshotRoots( + ): stagingarbitrumgoerli_SnapshotRoot + stagingarbitrumgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SnapshotRoot_filter + orderBy: stagingarbitrumgoerli_SnapshotRoot_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_SnapshotRoot_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_SnapshotRoot!]! - stagingoptimismgoerli_spokeConnectorMode( + ): [stagingarbitrumgoerli_SnapshotRoot!]! + stagingarbitrumgoerli_spokeConnectorMode( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_SpokeConnectorMode - stagingoptimismgoerli_spokeConnectorModes( + ): stagingarbitrumgoerli_SpokeConnectorMode + stagingarbitrumgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SpokeConnectorMode_filter + orderBy: stagingarbitrumgoerli_SpokeConnectorMode_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_SpokeConnectorMode_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_SpokeConnectorMode!]! - stagingoptimismgoerli_aggregateRootProposed( + ): [stagingarbitrumgoerli_SpokeConnectorMode!]! + stagingarbitrumgoerli_aggregateRootProposed( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AggregateRootProposed - stagingoptimismgoerli_aggregateRootProposeds( + ): stagingarbitrumgoerli_AggregateRootProposed + stagingarbitrumgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRootProposed_filter + orderBy: stagingarbitrumgoerli_AggregateRootProposed_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AggregateRootProposed_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AggregateRootProposed!]! - stagingoptimismgoerli_optimisticRootFinalized( + ): [stagingarbitrumgoerli_AggregateRootProposed!]! + stagingarbitrumgoerli_optimisticRootFinalized( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OptimisticRootFinalized - stagingoptimismgoerli_optimisticRootFinalizeds( + ): stagingarbitrumgoerli_OptimisticRootFinalized + stagingarbitrumgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OptimisticRootFinalized_filter + orderBy: stagingarbitrumgoerli_OptimisticRootFinalized_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_OptimisticRootFinalized_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OptimisticRootFinalized!]! + ): [stagingarbitrumgoerli_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ - xdai_asset( + stagingarbitrumgoerli__meta(block: stagingarbitrumgoerli_Block_height): stagingarbitrumgoerli__Meta_ + stagingmumbai_asset( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Asset - xdai_assets( + ): stagingmumbai_Asset + stagingmumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_Asset_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Asset_filter + orderBy: stagingmumbai_Asset_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Asset_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Asset!]! - xdai_assetStatus( + ): [stagingmumbai_Asset!]! + stagingmumbai_assetStatus( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_AssetStatus - xdai_assetStatuses( + ): stagingmumbai_AssetStatus + stagingmumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetStatus_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetStatus_filter + orderBy: stagingmumbai_AssetStatus_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetStatus_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_AssetStatus!]! - xdai_assetBalance( + ): [stagingmumbai_AssetStatus!]! + stagingmumbai_assetBalance( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_AssetBalance - xdai_assetBalances( + ): stagingmumbai_AssetBalance + stagingmumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetBalance_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetBalance_filter + orderBy: stagingmumbai_AssetBalance_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetBalance_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_AssetBalance!]! - xdai_router( + ): [stagingmumbai_AssetBalance!]! + stagingmumbai_router( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Router - xdai_routers( + ): stagingmumbai_Router + stagingmumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Router_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Router_filter + orderBy: stagingmumbai_Router_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Router_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Router!]! - xdai_routerDailyTVL( + ): [stagingmumbai_Router!]! + stagingmumbai_routerDailyTVL( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RouterDailyTVL - xdai_routerDailyTVLs( + ): stagingmumbai_RouterDailyTVL + stagingmumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterDailyTVL_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterDailyTVL_filter + orderBy: stagingmumbai_RouterDailyTVL_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RouterDailyTVL_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RouterDailyTVL!]! - xdai_routerLiquidityEvent( + ): [stagingmumbai_RouterDailyTVL!]! + stagingmumbai_setting( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RouterLiquidityEvent - xdai_routerLiquidityEvents( + ): stagingmumbai_Setting + stagingmumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterLiquidityEvent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterLiquidityEvent_filter + orderBy: stagingmumbai_Setting_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Setting_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RouterLiquidityEvent!]! - xdai_setting( + ): [stagingmumbai_Setting!]! + stagingmumbai_relayer( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Setting - xdai_settings( + ): stagingmumbai_Relayer + stagingmumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Setting_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Setting_filter + orderBy: stagingmumbai_Relayer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Relayer_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Setting!]! - xdai_relayer( + ): [stagingmumbai_Relayer!]! + stagingmumbai_sequencer( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Relayer - xdai_relayers( + ): stagingmumbai_Sequencer + stagingmumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Relayer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Relayer_filter + orderBy: stagingmumbai_Sequencer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Sequencer_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Relayer!]! - xdai_sequencer( + ): [stagingmumbai_Sequencer!]! + stagingmumbai_relayerFee( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Sequencer - xdai_sequencers( + ): stagingmumbai_RelayerFee + stagingmumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_Sequencer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Sequencer_filter + orderBy: stagingmumbai_RelayerFee_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RelayerFee_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Sequencer!]! - xdai_relayerFee( + ): [stagingmumbai_RelayerFee!]! + stagingmumbai_originTransfer( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RelayerFee - xdai_relayerFees( + ): stagingmumbai_OriginTransfer + stagingmumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFee_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFee_filter + orderBy: stagingmumbai_OriginTransfer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OriginTransfer_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RelayerFee!]! - xdai_originTransfer( + ): [stagingmumbai_OriginTransfer!]! + stagingmumbai_destinationTransfer( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_OriginTransfer - xdai_originTransfers( + ): stagingmumbai_DestinationTransfer + stagingmumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginTransfer_filter + orderBy: stagingmumbai_DestinationTransfer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_DestinationTransfer_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_OriginTransfer!]! - xdai_destinationTransfer( + ): [stagingmumbai_DestinationTransfer!]! + stagingmumbai_originMessage( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_DestinationTransfer - xdai_destinationTransfers( + ): stagingmumbai_OriginMessage + stagingmumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_DestinationTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_DestinationTransfer_filter + orderBy: stagingmumbai_OriginMessage_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OriginMessage_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_DestinationTransfer!]! - xdai_originMessage( + ): [stagingmumbai_OriginMessage!]! + stagingmumbai_aggregateRoot( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_OriginMessage - xdai_originMessages( + ): stagingmumbai_AggregateRoot + stagingmumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginMessage_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginMessage_filter + orderBy: stagingmumbai_AggregateRoot_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AggregateRoot_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_OriginMessage!]! - xdai_aggregateRoot( + ): [stagingmumbai_AggregateRoot!]! + stagingmumbai_connectorMeta( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_AggregateRoot - xdai_aggregateRoots( + ): stagingmumbai_ConnectorMeta + stagingmumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRoot_filter + orderBy: stagingmumbai_ConnectorMeta_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_ConnectorMeta_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_AggregateRoot!]! - xdai_connectorMeta( + ): [stagingmumbai_ConnectorMeta!]! + stagingmumbai_rootCount( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_ConnectorMeta - xdai_connectorMetas( + ): stagingmumbai_RootCount + stagingmumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_ConnectorMeta_orderBy - orderDirection: xdai_OrderDirection - where: xdai_ConnectorMeta_filter + orderBy: stagingmumbai_RootCount_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RootCount_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_ConnectorMeta!]! - xdai_rootCount( + ): [stagingmumbai_RootCount!]! + stagingmumbai_rootMessageSent( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RootCount - xdai_rootCounts( + ): stagingmumbai_RootMessageSent + stagingmumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootCount_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootCount_filter + orderBy: stagingmumbai_RootMessageSent_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RootMessageSent_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RootCount!]! - xdai_rootMessageSent( + ): [stagingmumbai_RootMessageSent!]! + stagingmumbai_relayerFeesIncrease( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RootMessageSent - xdai_rootMessageSents( + ): stagingmumbai_RelayerFeesIncrease + stagingmumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootMessageSent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootMessageSent_filter + orderBy: stagingmumbai_RelayerFeesIncrease_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RelayerFeesIncrease_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RootMessageSent!]! - xdai_relayerFeesIncrease( + ): [stagingmumbai_RelayerFeesIncrease!]! + stagingmumbai_slippageUpdate( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RelayerFeesIncrease - xdai_relayerFeesIncreases( + ): stagingmumbai_SlippageUpdate + stagingmumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFeesIncrease_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFeesIncrease_filter + orderBy: stagingmumbai_SlippageUpdate_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SlippageUpdate_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RelayerFeesIncrease!]! - xdai_slippageUpdate( + ): [stagingmumbai_SlippageUpdate!]! + stagingmumbai_snapshotRoot( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_SlippageUpdate - xdai_slippageUpdates( + ): stagingmumbai_SnapshotRoot + stagingmumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_SlippageUpdate_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SlippageUpdate_filter + orderBy: stagingmumbai_SnapshotRoot_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SnapshotRoot_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_SlippageUpdate!]! - """Access to subgraph metadata""" - xdai__meta(block: xdai_Block_height): xdai__Meta_ - mumbai_asset( + ): [stagingmumbai_SnapshotRoot!]! + stagingmumbai_spokeConnectorMode( 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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Asset - mumbai_assets( + ): stagingmumbai_SpokeConnectorMode + stagingmumbai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Asset_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Asset_filter + orderBy: stagingmumbai_SpokeConnectorMode_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SpokeConnectorMode_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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Asset!]! - mumbai_assetStatus( + ): [stagingmumbai_SpokeConnectorMode!]! + stagingmumbai_aggregateRootProposed( 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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AssetStatus - mumbai_assetStatuses( + ): stagingmumbai_AggregateRootProposed + stagingmumbai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetStatus_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetStatus_filter + orderBy: stagingmumbai_AggregateRootProposed_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AggregateRootProposed_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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AssetStatus!]! - mumbai_assetBalance( + ): [stagingmumbai_AggregateRootProposed!]! + stagingmumbai_optimisticRootFinalized( 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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AssetBalance - mumbai_assetBalances( + ): stagingmumbai_OptimisticRootFinalized + stagingmumbai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetBalance_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetBalance_filter + orderBy: stagingmumbai_OptimisticRootFinalized_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OptimisticRootFinalized_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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AssetBalance!]! - mumbai_router( + ): [stagingmumbai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ + arbitrumgoerli_asset( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Router - mumbai_routers( + ): arbitrumgoerli_Asset + arbitrumgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Router_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Router_filter + orderBy: arbitrumgoerli_Asset_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Asset_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Router!]! - mumbai_routerDailyTVL( + ): [arbitrumgoerli_Asset!]! + arbitrumgoerli_assetStatus( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RouterDailyTVL - mumbai_routerDailyTVLs( + ): arbitrumgoerli_AssetStatus + arbitrumgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterDailyTVL_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterDailyTVL_filter + orderBy: arbitrumgoerli_AssetStatus_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_AssetStatus_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RouterDailyTVL!]! - mumbai_routerLiquidityEvent( + ): [arbitrumgoerli_AssetStatus!]! + arbitrumgoerli_assetBalance( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RouterLiquidityEvent - mumbai_routerLiquidityEvents( + ): arbitrumgoerli_AssetBalance + arbitrumgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterLiquidityEvent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterLiquidityEvent_filter + orderBy: arbitrumgoerli_AssetBalance_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_AssetBalance_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RouterLiquidityEvent!]! - mumbai_setting( + ): [arbitrumgoerli_AssetBalance!]! + arbitrumgoerli_router( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Setting - mumbai_settings( + ): arbitrumgoerli_Router + arbitrumgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Setting_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Setting_filter + orderBy: arbitrumgoerli_Router_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Router_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Setting!]! - mumbai_relayer( + ): [arbitrumgoerli_Router!]! + arbitrumgoerli_routerDailyTVL( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Relayer - mumbai_relayers( + ): arbitrumgoerli_RouterDailyTVL + arbitrumgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Relayer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Relayer_filter + orderBy: arbitrumgoerli_RouterDailyTVL_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RouterDailyTVL_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Relayer!]! - mumbai_sequencer( + ): [arbitrumgoerli_RouterDailyTVL!]! + arbitrumgoerli_routerLiquidityEvent( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Sequencer - mumbai_sequencers( + ): arbitrumgoerli_RouterLiquidityEvent + arbitrumgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Sequencer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Sequencer_filter + orderBy: arbitrumgoerli_RouterLiquidityEvent_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RouterLiquidityEvent_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Sequencer!]! - mumbai_relayerFee( + ): [arbitrumgoerli_RouterLiquidityEvent!]! + arbitrumgoerli_setting( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RelayerFee - mumbai_relayerFees( + ): arbitrumgoerli_Setting + arbitrumgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFee_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFee_filter + orderBy: arbitrumgoerli_Setting_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Setting_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RelayerFee!]! - mumbai_originTransfer( + ): [arbitrumgoerli_Setting!]! + arbitrumgoerli_relayer( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_OriginTransfer - mumbai_originTransfers( + ): arbitrumgoerli_Relayer + arbitrumgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginTransfer_filter + orderBy: arbitrumgoerli_Relayer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Relayer_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_OriginTransfer!]! - mumbai_destinationTransfer( + ): [arbitrumgoerli_Relayer!]! + arbitrumgoerli_sequencer( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_DestinationTransfer - mumbai_destinationTransfers( + ): arbitrumgoerli_Sequencer + arbitrumgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_DestinationTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_DestinationTransfer_filter + orderBy: arbitrumgoerli_Sequencer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Sequencer_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_DestinationTransfer!]! - mumbai_originMessage( + ): [arbitrumgoerli_Sequencer!]! + arbitrumgoerli_relayerFee( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_OriginMessage - mumbai_originMessages( + ): arbitrumgoerli_RelayerFee + arbitrumgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginMessage_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginMessage_filter + orderBy: arbitrumgoerli_RelayerFee_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RelayerFee_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_OriginMessage!]! - mumbai_aggregateRoot( + ): [arbitrumgoerli_RelayerFee!]! + arbitrumgoerli_originTransfer( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AggregateRoot - mumbai_aggregateRoots( + ): arbitrumgoerli_OriginTransfer + arbitrumgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AggregateRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRoot_filter + orderBy: arbitrumgoerli_OriginTransfer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_OriginTransfer_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AggregateRoot!]! - mumbai_connectorMeta( + ): [arbitrumgoerli_OriginTransfer!]! + arbitrumgoerli_destinationTransfer( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_ConnectorMeta - mumbai_connectorMetas( + ): arbitrumgoerli_DestinationTransfer + arbitrumgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_ConnectorMeta_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_ConnectorMeta_filter + orderBy: arbitrumgoerli_DestinationTransfer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_DestinationTransfer_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_ConnectorMeta!]! - mumbai_rootCount( + ): [arbitrumgoerli_DestinationTransfer!]! + arbitrumgoerli_originMessage( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RootCount - mumbai_rootCounts( + ): arbitrumgoerli_OriginMessage + arbitrumgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootCount_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootCount_filter + orderBy: arbitrumgoerli_OriginMessage_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_OriginMessage_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RootCount!]! - mumbai_rootMessageSent( + ): [arbitrumgoerli_OriginMessage!]! + arbitrumgoerli_aggregateRoot( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RootMessageSent - mumbai_rootMessageSents( + ): arbitrumgoerli_AggregateRoot + arbitrumgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootMessageSent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootMessageSent_filter + orderBy: arbitrumgoerli_AggregateRoot_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_AggregateRoot_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RootMessageSent!]! - mumbai_relayerFeesIncrease( + ): [arbitrumgoerli_AggregateRoot!]! + arbitrumgoerli_connectorMeta( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RelayerFeesIncrease - mumbai_relayerFeesIncreases( + ): arbitrumgoerli_ConnectorMeta + arbitrumgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFeesIncrease_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFeesIncrease_filter + orderBy: arbitrumgoerli_ConnectorMeta_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_ConnectorMeta_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RelayerFeesIncrease!]! - mumbai_slippageUpdate( + ): [arbitrumgoerli_ConnectorMeta!]! + arbitrumgoerli_rootCount( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_SlippageUpdate - mumbai_slippageUpdates( + ): arbitrumgoerli_RootCount + arbitrumgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SlippageUpdate_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SlippageUpdate_filter + orderBy: arbitrumgoerli_RootCount_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RootCount_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_SlippageUpdate!]! - """Access to subgraph metadata""" - mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ - goerli_asset( + ): [arbitrumgoerli_RootCount!]! + arbitrumgoerli_rootMessageSent( 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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Asset - goerli_assets( + ): arbitrumgoerli_RootMessageSent + arbitrumgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: goerli_Asset_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Asset_filter + orderBy: arbitrumgoerli_RootMessageSent_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RootMessageSent_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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Asset!]! - goerli_assetStatus( + ): [arbitrumgoerli_RootMessageSent!]! + arbitrumgoerli_relayerFeesIncrease( 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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AssetStatus - goerli_assetStatuses( + ): arbitrumgoerli_RelayerFeesIncrease + arbitrumgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetStatus_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetStatus_filter + orderBy: arbitrumgoerli_RelayerFeesIncrease_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RelayerFeesIncrease_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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AssetStatus!]! - goerli_assetBalance( + ): [arbitrumgoerli_RelayerFeesIncrease!]! + arbitrumgoerli_slippageUpdate( 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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AssetBalance - goerli_assetBalances( + ): arbitrumgoerli_SlippageUpdate + arbitrumgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetBalance_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetBalance_filter + orderBy: arbitrumgoerli_SlippageUpdate_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_SlippageUpdate_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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AssetBalance!]! - goerli_router( + ): [arbitrumgoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + arbitrumgoerli__meta(block: arbitrumgoerli_Block_height): arbitrumgoerli__Meta_ + mumbai_asset( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Router - goerli_routers( + ): mumbai_Asset + mumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: goerli_Router_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Router_filter + orderBy: mumbai_Asset_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Asset_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Router!]! - goerli_routerDailyTVL( + ): [mumbai_Asset!]! + mumbai_assetStatus( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RouterDailyTVL - goerli_routerDailyTVLs( + ): mumbai_AssetStatus + mumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterDailyTVL_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterDailyTVL_filter + orderBy: mumbai_AssetStatus_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetStatus_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RouterDailyTVL!]! - goerli_routerLiquidityEvent( + ): [mumbai_AssetStatus!]! + mumbai_assetBalance( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RouterLiquidityEvent - goerli_routerLiquidityEvents( + ): mumbai_AssetBalance + mumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterLiquidityEvent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterLiquidityEvent_filter + orderBy: mumbai_AssetBalance_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetBalance_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RouterLiquidityEvent!]! - goerli_setting( + ): [mumbai_AssetBalance!]! + mumbai_router( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Setting - goerli_settings( + ): mumbai_Router + mumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: goerli_Setting_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Setting_filter + orderBy: mumbai_Router_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Router_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Setting!]! - goerli_relayer( + ): [mumbai_Router!]! + mumbai_routerDailyTVL( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Relayer - goerli_relayers( + ): mumbai_RouterDailyTVL + mumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: goerli_Relayer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Relayer_filter + orderBy: mumbai_RouterDailyTVL_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterDailyTVL_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Relayer!]! - goerli_sequencer( + ): [mumbai_RouterDailyTVL!]! + mumbai_routerLiquidityEvent( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Sequencer - goerli_sequencers( + ): mumbai_RouterLiquidityEvent + mumbai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_Sequencer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Sequencer_filter + orderBy: mumbai_RouterLiquidityEvent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterLiquidityEvent_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Sequencer!]! - goerli_relayerFee( + ): [mumbai_RouterLiquidityEvent!]! + mumbai_setting( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RelayerFee - goerli_relayerFees( + ): mumbai_Setting + mumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFee_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFee_filter + orderBy: mumbai_Setting_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Setting_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RelayerFee!]! - goerli_originTransfer( + ): [mumbai_Setting!]! + mumbai_relayer( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OriginTransfer - goerli_originTransfers( + ): mumbai_Relayer + mumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginTransfer_filter + orderBy: mumbai_Relayer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Relayer_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OriginTransfer!]! - goerli_destinationTransfer( + ): [mumbai_Relayer!]! + mumbai_sequencer( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_DestinationTransfer - goerli_destinationTransfers( + ): mumbai_Sequencer + mumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: goerli_DestinationTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_DestinationTransfer_filter + orderBy: mumbai_Sequencer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Sequencer_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_DestinationTransfer!]! - goerli_originMessage( + ): [mumbai_Sequencer!]! + mumbai_relayerFee( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OriginMessage - goerli_originMessages( + ): mumbai_RelayerFee + mumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginMessage_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginMessage_filter + orderBy: mumbai_RelayerFee_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFee_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OriginMessage!]! - goerli_aggregateRoot( + ): [mumbai_RelayerFee!]! + mumbai_originTransfer( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AggregateRoot - goerli_aggregateRoots( + ): mumbai_OriginTransfer + mumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRoot_filter + orderBy: mumbai_OriginTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginTransfer_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AggregateRoot!]! - goerli_connectorMeta( + ): [mumbai_OriginTransfer!]! + mumbai_destinationTransfer( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ConnectorMeta - goerli_connectorMetas( + ): mumbai_DestinationTransfer + mumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_ConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ConnectorMeta_filter + orderBy: mumbai_DestinationTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_DestinationTransfer_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ConnectorMeta!]! - goerli_rootCount( + ): [mumbai_DestinationTransfer!]! + mumbai_originMessage( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootCount - goerli_rootCounts( + ): mumbai_OriginMessage + mumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootCount_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootCount_filter + orderBy: mumbai_OriginMessage_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginMessage_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootCount!]! - goerli_rootMessageSent( + ): [mumbai_OriginMessage!]! + mumbai_aggregateRoot( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootMessageSent - goerli_rootMessageSents( + ): mumbai_AggregateRoot + mumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageSent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageSent_filter + orderBy: mumbai_AggregateRoot_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AggregateRoot_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootMessageSent!]! - goerli_relayerFeesIncrease( + ): [mumbai_AggregateRoot!]! + mumbai_connectorMeta( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RelayerFeesIncrease - goerli_relayerFeesIncreases( + ): mumbai_ConnectorMeta + mumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFeesIncrease_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFeesIncrease_filter + orderBy: mumbai_ConnectorMeta_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_ConnectorMeta_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RelayerFeesIncrease!]! - goerli_slippageUpdate( + ): [mumbai_ConnectorMeta!]! + mumbai_rootCount( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_SlippageUpdate - goerli_slippageUpdates( + ): mumbai_RootCount + mumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_SlippageUpdate_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SlippageUpdate_filter + orderBy: mumbai_RootCount_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootCount_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_SlippageUpdate!]! - localmainnet_asset( + ): [mumbai_RootCount!]! + mumbai_rootMessageSent( 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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Asset - localmainnet_assets( + ): mumbai_RootMessageSent + mumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Asset_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Asset_filter + orderBy: mumbai_RootMessageSent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootMessageSent_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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Asset!]! - localmainnet_assetStatus( + ): [mumbai_RootMessageSent!]! + mumbai_relayerFeesIncrease( 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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AssetStatus - localmainnet_assetStatuses( + ): mumbai_RelayerFeesIncrease + mumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetStatus_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetStatus_filter + orderBy: mumbai_RelayerFeesIncrease_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFeesIncrease_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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AssetStatus!]! - localmainnet_assetBalance( + ): [mumbai_RelayerFeesIncrease!]! + mumbai_slippageUpdate( 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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AssetBalance - localmainnet_assetBalances( + ): mumbai_SlippageUpdate + mumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetBalance_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetBalance_filter + orderBy: mumbai_SlippageUpdate_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_SlippageUpdate_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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AssetBalance!]! - localmainnet_router( + ): [mumbai_SlippageUpdate!]! + """Access to subgraph metadata""" + mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ + xdai_asset( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Router - localmainnet_routers( + ): xdai_Asset + xdai_assets( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Router_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Router_filter + orderBy: xdai_Asset_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Asset_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Router!]! - localmainnet_routerDailyTVL( + ): [xdai_Asset!]! + xdai_assetStatus( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RouterDailyTVL - localmainnet_routerDailyTVLs( + ): xdai_AssetStatus + xdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RouterDailyTVL_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RouterDailyTVL_filter + orderBy: xdai_AssetStatus_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AssetStatus_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RouterDailyTVL!]! - localmainnet_setting( + ): [xdai_AssetStatus!]! + xdai_assetBalance( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Setting - localmainnet_settings( + ): xdai_AssetBalance + xdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Setting_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Setting_filter + orderBy: xdai_AssetBalance_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AssetBalance_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Setting!]! - localmainnet_relayer( + ): [xdai_AssetBalance!]! + xdai_router( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Relayer - localmainnet_relayers( + ): xdai_Router + xdai_routers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Relayer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Relayer_filter + orderBy: xdai_Router_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Router_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Relayer!]! - localmainnet_sequencer( + ): [xdai_Router!]! + xdai_routerDailyTVL( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Sequencer - localmainnet_sequencers( + ): xdai_RouterDailyTVL + xdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Sequencer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Sequencer_filter + orderBy: xdai_RouterDailyTVL_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RouterDailyTVL_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Sequencer!]! - localmainnet_relayerFee( + ): [xdai_RouterDailyTVL!]! + xdai_routerLiquidityEvent( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RelayerFee - localmainnet_relayerFees( + ): xdai_RouterLiquidityEvent + xdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFee_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFee_filter + orderBy: xdai_RouterLiquidityEvent_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RouterLiquidityEvent_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RelayerFee!]! - localmainnet_originTransfer( + ): [xdai_RouterLiquidityEvent!]! + xdai_setting( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OriginTransfer - localmainnet_originTransfers( + ): xdai_Setting + xdai_settings( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginTransfer_filter + orderBy: xdai_Setting_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Setting_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OriginTransfer!]! - localmainnet_destinationTransfer( + ): [xdai_Setting!]! + xdai_relayer( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_DestinationTransfer - localmainnet_destinationTransfers( + ): xdai_Relayer + xdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_DestinationTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_DestinationTransfer_filter + orderBy: xdai_Relayer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Relayer_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_DestinationTransfer!]! - localmainnet_originMessage( + ): [xdai_Relayer!]! + xdai_sequencer( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OriginMessage - localmainnet_originMessages( + ): xdai_Sequencer + xdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginMessage_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginMessage_filter + orderBy: xdai_Sequencer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Sequencer_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OriginMessage!]! - localmainnet_aggregateRoot( + ): [xdai_Sequencer!]! + xdai_relayerFee( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRoot - localmainnet_aggregateRoots( + ): xdai_RelayerFee + xdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRoot_filter + orderBy: xdai_RelayerFee_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFee_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRoot!]! - localmainnet_connectorMeta( + ): [xdai_RelayerFee!]! + xdai_originTransfer( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ConnectorMeta - localmainnet_connectorMetas( + ): xdai_OriginTransfer + xdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ConnectorMeta_filter + orderBy: xdai_OriginTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginTransfer_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ConnectorMeta!]! - localmainnet_rootCount( + ): [xdai_OriginTransfer!]! + xdai_destinationTransfer( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootCount - localmainnet_rootCounts( + ): xdai_DestinationTransfer + xdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootCount_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootCount_filter + orderBy: xdai_DestinationTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_DestinationTransfer_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootCount!]! - localmainnet_rootMessageSent( + ): [xdai_DestinationTransfer!]! + xdai_originMessage( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootMessageSent - localmainnet_rootMessageSents( + ): xdai_OriginMessage + xdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageSent_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageSent_filter + orderBy: xdai_OriginMessage_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginMessage_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootMessageSent!]! - localmainnet_relayerFeesIncrease( + ): [xdai_OriginMessage!]! + xdai_aggregateRoot( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RelayerFeesIncrease - localmainnet_relayerFeesIncreases( + ): xdai_AggregateRoot + xdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFeesIncrease_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFeesIncrease_filter + orderBy: xdai_AggregateRoot_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AggregateRoot_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RelayerFeesIncrease!]! - localmainnet_slippageUpdate( + ): [xdai_AggregateRoot!]! + xdai_connectorMeta( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SlippageUpdate - localmainnet_slippageUpdates( + ): xdai_ConnectorMeta + xdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SlippageUpdate_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SlippageUpdate_filter + orderBy: xdai_ConnectorMeta_orderBy + orderDirection: xdai_OrderDirection + where: xdai_ConnectorMeta_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SlippageUpdate!]! - localmainnet_snapshotRoot( + ): [xdai_ConnectorMeta!]! + xdai_rootCount( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SnapshotRoot - localmainnet_snapshotRoots( + ): xdai_RootCount + xdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SnapshotRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SnapshotRoot_filter + orderBy: xdai_RootCount_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootCount_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SnapshotRoot!]! - localmainnet_spokeConnectorMode( + ): [xdai_RootCount!]! + xdai_rootMessageSent( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SpokeConnectorMode - localmainnet_spokeConnectorModes( + ): xdai_RootMessageSent + xdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SpokeConnectorMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SpokeConnectorMode_filter + orderBy: xdai_RootMessageSent_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootMessageSent_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SpokeConnectorMode!]! - localmainnet_aggregateRootProposed( + ): [xdai_RootMessageSent!]! + xdai_relayerFeesIncrease( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRootProposed - localmainnet_aggregateRootProposeds( + ): xdai_RelayerFeesIncrease + xdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootProposed_filter + orderBy: xdai_RelayerFeesIncrease_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFeesIncrease_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRootProposed!]! - localmainnet_optimisticRootFinalized( + ): [xdai_RelayerFeesIncrease!]! + xdai_slippageUpdate( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootFinalized - localmainnet_optimisticRootFinalizeds( + ): xdai_SlippageUpdate + xdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootFinalized_filter + orderBy: xdai_SlippageUpdate_orderBy + orderDirection: xdai_OrderDirection + where: xdai_SlippageUpdate_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootFinalized!]! - localoptimism_asset( + ): [xdai_SlippageUpdate!]! + """Access to subgraph metadata""" + xdai__meta(block: xdai_Block_height): xdai__Meta_ + localarbitrumone_asset( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Asset - localoptimism_assets( + ): localarbitrumone_Asset + localarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Asset_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Asset_filter + orderBy: localarbitrumone_Asset_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Asset_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Asset!]! - localoptimism_assetStatus( + ): [localarbitrumone_Asset!]! + localarbitrumone_assetStatus( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetStatus - localoptimism_assetStatuses( + ): localarbitrumone_AssetStatus + localarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetStatus_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetStatus_filter + orderBy: localarbitrumone_AssetStatus_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetStatus_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetStatus!]! - localoptimism_assetBalance( + ): [localarbitrumone_AssetStatus!]! + localarbitrumone_assetBalance( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetBalance - localoptimism_assetBalances( + ): localarbitrumone_AssetBalance + localarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetBalance_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetBalance_filter + orderBy: localarbitrumone_AssetBalance_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetBalance_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetBalance!]! - localoptimism_router( + ): [localarbitrumone_AssetBalance!]! + localarbitrumone_router( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Router - localoptimism_routers( + ): localarbitrumone_Router + localarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Router_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Router_filter + orderBy: localarbitrumone_Router_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Router_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Router!]! - localoptimism_routerDailyTVL( + ): [localarbitrumone_Router!]! + localarbitrumone_routerDailyTVL( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RouterDailyTVL - localoptimism_routerDailyTVLs( + ): localarbitrumone_RouterDailyTVL + localarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RouterDailyTVL_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RouterDailyTVL_filter + orderBy: localarbitrumone_RouterDailyTVL_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RouterDailyTVL_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RouterDailyTVL!]! - localoptimism_setting( + ): [localarbitrumone_RouterDailyTVL!]! + localarbitrumone_setting( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Setting - localoptimism_settings( + ): localarbitrumone_Setting + localarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Setting_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Setting_filter + orderBy: localarbitrumone_Setting_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Setting_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Setting!]! - localoptimism_relayer( + ): [localarbitrumone_Setting!]! + localarbitrumone_relayer( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Relayer - localoptimism_relayers( + ): localarbitrumone_Relayer + localarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Relayer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Relayer_filter + orderBy: localarbitrumone_Relayer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Relayer_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Relayer!]! - localoptimism_sequencer( + ): [localarbitrumone_Relayer!]! + localarbitrumone_sequencer( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Sequencer - localoptimism_sequencers( + ): localarbitrumone_Sequencer + localarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Sequencer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Sequencer_filter + orderBy: localarbitrumone_Sequencer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Sequencer_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Sequencer!]! - localoptimism_relayerFee( + ): [localarbitrumone_Sequencer!]! + localarbitrumone_relayerFee( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RelayerFee - localoptimism_relayerFees( + ): localarbitrumone_RelayerFee + localarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFee_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFee_filter + orderBy: localarbitrumone_RelayerFee_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RelayerFee_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RelayerFee!]! - localoptimism_originTransfer( + ): [localarbitrumone_RelayerFee!]! + localarbitrumone_originTransfer( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OriginTransfer - localoptimism_originTransfers( + ): localarbitrumone_OriginTransfer + localarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginTransfer_filter + orderBy: localarbitrumone_OriginTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginTransfer_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OriginTransfer!]! - localoptimism_destinationTransfer( + ): [localarbitrumone_OriginTransfer!]! + localarbitrumone_destinationTransfer( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_DestinationTransfer - localoptimism_destinationTransfers( + ): localarbitrumone_DestinationTransfer + localarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_DestinationTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_DestinationTransfer_filter + orderBy: localarbitrumone_DestinationTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_DestinationTransfer_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_DestinationTransfer!]! - localoptimism_originMessage( + ): [localarbitrumone_DestinationTransfer!]! + localarbitrumone_originMessage( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OriginMessage - localoptimism_originMessages( + ): localarbitrumone_OriginMessage + localarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginMessage_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginMessage_filter + orderBy: localarbitrumone_OriginMessage_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginMessage_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OriginMessage!]! - localoptimism_aggregateRoot( + ): [localarbitrumone_OriginMessage!]! + localarbitrumone_aggregateRoot( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AggregateRoot - localoptimism_aggregateRoots( + ): localarbitrumone_AggregateRoot + localarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRoot_filter + orderBy: localarbitrumone_AggregateRoot_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AggregateRoot_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AggregateRoot!]! - localoptimism_connectorMeta( + ): [localarbitrumone_AggregateRoot!]! + localarbitrumone_connectorMeta( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_ConnectorMeta - localoptimism_connectorMetas( + ): localarbitrumone_ConnectorMeta + localarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_ConnectorMeta_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_ConnectorMeta_filter + orderBy: localarbitrumone_ConnectorMeta_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_ConnectorMeta_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_ConnectorMeta!]! - localoptimism_rootCount( + ): [localarbitrumone_ConnectorMeta!]! + localarbitrumone_rootCount( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RootCount - localoptimism_rootCounts( + ): localarbitrumone_RootCount + localarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootCount_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootCount_filter + orderBy: localarbitrumone_RootCount_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RootCount_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RootCount!]! - localoptimism_rootMessageSent( + ): [localarbitrumone_RootCount!]! + localarbitrumone_rootMessageSent( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RootMessageSent - localoptimism_rootMessageSents( + ): localarbitrumone_RootMessageSent + localarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootMessageSent_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootMessageSent_filter + orderBy: localarbitrumone_RootMessageSent_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RootMessageSent_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RootMessageSent!]! - localoptimism_relayerFeesIncrease( + ): [localarbitrumone_RootMessageSent!]! + localarbitrumone_relayerFeesIncrease( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RelayerFeesIncrease - localoptimism_relayerFeesIncreases( + ): localarbitrumone_RelayerFeesIncrease + localarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFeesIncrease_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFeesIncrease_filter + orderBy: localarbitrumone_RelayerFeesIncrease_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RelayerFeesIncrease_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RelayerFeesIncrease!]! - localoptimism_slippageUpdate( + ): [localarbitrumone_RelayerFeesIncrease!]! + localarbitrumone_slippageUpdate( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SlippageUpdate - localoptimism_slippageUpdates( + ): localarbitrumone_SlippageUpdate + localarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SlippageUpdate_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SlippageUpdate_filter + orderBy: localarbitrumone_SlippageUpdate_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SlippageUpdate_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SlippageUpdate!]! - localoptimism_snapshotRoot( + ): [localarbitrumone_SlippageUpdate!]! + localarbitrumone_snapshotRoot( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SnapshotRoot - localoptimism_snapshotRoots( + ): localarbitrumone_SnapshotRoot + localarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SnapshotRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SnapshotRoot_filter + orderBy: localarbitrumone_SnapshotRoot_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SnapshotRoot_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SnapshotRoot!]! - localoptimism_spokeConnectorMode( + ): [localarbitrumone_SnapshotRoot!]! + localarbitrumone_spokeConnectorMode( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SpokeConnectorMode - localoptimism_spokeConnectorModes( + ): localarbitrumone_SpokeConnectorMode + localarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SpokeConnectorMode_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SpokeConnectorMode_filter + orderBy: localarbitrumone_SpokeConnectorMode_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SpokeConnectorMode_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SpokeConnectorMode!]! - localoptimism_aggregateRootProposed( + ): [localarbitrumone_SpokeConnectorMode!]! + localarbitrumone_aggregateRootProposed( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AggregateRootProposed - localoptimism_aggregateRootProposeds( + ): localarbitrumone_AggregateRootProposed + localarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRootProposed_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRootProposed_filter + orderBy: localarbitrumone_AggregateRootProposed_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AggregateRootProposed_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AggregateRootProposed!]! - localoptimism_optimisticRootFinalized( + ): [localarbitrumone_AggregateRootProposed!]! + localarbitrumone_optimisticRootFinalized( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OptimisticRootFinalized - localoptimism_optimisticRootFinalizeds( + ): localarbitrumone_OptimisticRootFinalized + localarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OptimisticRootFinalized_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OptimisticRootFinalized_filter + orderBy: localarbitrumone_OptimisticRootFinalized_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OptimisticRootFinalized_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OptimisticRootFinalized!]! + ): [localarbitrumone_OptimisticRootFinalized!]! """Access to subgraph metadata""" - localoptimism__meta(block: localoptimism_Block_height): localoptimism__Meta_ - localarbitrumone_asset( + localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ + bnb_asset( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Asset - localarbitrumone_assets( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Asset_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Asset_filter + orderBy: bnb_Asset_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Asset_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Asset!]! - localarbitrumone_assetStatus( + ): [bnb_Asset!]! + bnb_assetStatus( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AssetStatus - localarbitrumone_assetStatuses( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetStatus_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetStatus_filter + orderBy: bnb_AssetStatus_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AssetStatus_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AssetStatus!]! - localarbitrumone_assetBalance( + ): [bnb_AssetStatus!]! + bnb_assetBalance( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AssetBalance - localarbitrumone_assetBalances( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetBalance_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetBalance_filter + orderBy: bnb_AssetBalance_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AssetBalance_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AssetBalance!]! - localarbitrumone_router( + ): [bnb_AssetBalance!]! + bnb_router( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Router - localarbitrumone_routers( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Router_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Router_filter + orderBy: bnb_Router_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Router_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Router!]! - localarbitrumone_routerDailyTVL( + ): [bnb_Router!]! + bnb_routerDailyTVL( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RouterDailyTVL - localarbitrumone_routerDailyTVLs( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RouterDailyTVL_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RouterDailyTVL_filter + orderBy: bnb_RouterDailyTVL_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterDailyTVL_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RouterDailyTVL!]! - localarbitrumone_setting( + ): [bnb_RouterDailyTVL!]! + bnb_routerLiquidityEvent( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Setting - localarbitrumone_settings( + ): bnb_RouterLiquidityEvent + bnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Setting_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Setting_filter + orderBy: bnb_RouterLiquidityEvent_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterLiquidityEvent_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Setting!]! - localarbitrumone_relayer( + ): [bnb_RouterLiquidityEvent!]! + bnb_setting( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Relayer - localarbitrumone_relayers( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Relayer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Relayer_filter + orderBy: bnb_Setting_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Setting_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Relayer!]! - localarbitrumone_sequencer( + ): [bnb_Setting!]! + bnb_relayer( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Sequencer - localarbitrumone_sequencers( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Sequencer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Sequencer_filter + orderBy: bnb_Relayer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Relayer_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Sequencer!]! - localarbitrumone_relayerFee( + ): [bnb_Relayer!]! + bnb_sequencer( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RelayerFee - localarbitrumone_relayerFees( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFee_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFee_filter + orderBy: bnb_Sequencer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Sequencer_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RelayerFee!]! - localarbitrumone_originTransfer( + ): [bnb_Sequencer!]! + bnb_relayerFee( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OriginTransfer - localarbitrumone_originTransfers( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginTransfer_filter + orderBy: bnb_RelayerFee_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RelayerFee_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OriginTransfer!]! - localarbitrumone_destinationTransfer( + ): [bnb_RelayerFee!]! + bnb_originTransfer( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_DestinationTransfer - localarbitrumone_destinationTransfers( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_DestinationTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_DestinationTransfer_filter + orderBy: bnb_OriginTransfer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_OriginTransfer_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_DestinationTransfer!]! - localarbitrumone_originMessage( + ): [bnb_OriginTransfer!]! + bnb_destinationTransfer( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OriginMessage - localarbitrumone_originMessages( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginMessage_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginMessage_filter + orderBy: bnb_DestinationTransfer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_DestinationTransfer_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OriginMessage!]! - localarbitrumone_aggregateRoot( + ): [bnb_DestinationTransfer!]! + bnb_originMessage( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AggregateRoot - localarbitrumone_aggregateRoots( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRoot_filter + orderBy: bnb_OriginMessage_orderBy + orderDirection: bnb_OrderDirection + where: bnb_OriginMessage_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AggregateRoot!]! - localarbitrumone_connectorMeta( + ): [bnb_OriginMessage!]! + bnb_aggregateRoot( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_ConnectorMeta - localarbitrumone_connectorMetas( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_ConnectorMeta_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_ConnectorMeta_filter + orderBy: bnb_AggregateRoot_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AggregateRoot_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_ConnectorMeta!]! - localarbitrumone_rootCount( + ): [bnb_AggregateRoot!]! + bnb_connectorMeta( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RootCount - localarbitrumone_rootCounts( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootCount_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootCount_filter + orderBy: bnb_ConnectorMeta_orderBy + orderDirection: bnb_OrderDirection + where: bnb_ConnectorMeta_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RootCount!]! - localarbitrumone_rootMessageSent( + ): [bnb_ConnectorMeta!]! + bnb_rootCount( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RootMessageSent - localarbitrumone_rootMessageSents( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootMessageSent_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootMessageSent_filter + orderBy: bnb_RootCount_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RootCount_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RootMessageSent!]! - localarbitrumone_relayerFeesIncrease( + ): [bnb_RootCount!]! + bnb_rootMessageSent( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RelayerFeesIncrease - localarbitrumone_relayerFeesIncreases( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFeesIncrease_filter + orderBy: bnb_RootMessageSent_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RootMessageSent_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RelayerFeesIncrease!]! - localarbitrumone_slippageUpdate( + ): [bnb_RootMessageSent!]! + bnb_relayerFeesIncrease( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SlippageUpdate - localarbitrumone_slippageUpdates( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SlippageUpdate_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SlippageUpdate_filter + orderBy: bnb_RelayerFeesIncrease_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RelayerFeesIncrease_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SlippageUpdate!]! - localarbitrumone_snapshotRoot( + ): [bnb_RelayerFeesIncrease!]! + bnb_slippageUpdate( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SnapshotRoot - localarbitrumone_snapshotRoots( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SnapshotRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SnapshotRoot_filter + orderBy: bnb_SlippageUpdate_orderBy + orderDirection: bnb_OrderDirection + where: bnb_SlippageUpdate_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SnapshotRoot!]! - localarbitrumone_spokeConnectorMode( + ): [bnb_SlippageUpdate!]! + """Access to subgraph metadata""" + bnb__meta(block: bnb_Block_height): bnb__Meta_ + linea_asset( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SpokeConnectorMode - localarbitrumone_spokeConnectorModes( + ): linea_Asset + linea_assets( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SpokeConnectorMode_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SpokeConnectorMode_filter + orderBy: linea_Asset_orderBy + orderDirection: linea_OrderDirection + where: linea_Asset_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SpokeConnectorMode!]! - localarbitrumone_aggregateRootProposed( + ): [linea_Asset!]! + linea_assetStatus( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AggregateRootProposed - localarbitrumone_aggregateRootProposeds( + ): linea_AssetStatus + linea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRootProposed_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRootProposed_filter + orderBy: linea_AssetStatus_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetStatus_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AggregateRootProposed!]! - localarbitrumone_optimisticRootFinalized( + ): [linea_AssetStatus!]! + linea_assetBalance( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OptimisticRootFinalized - localarbitrumone_optimisticRootFinalizeds( + ): linea_AssetBalance + linea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OptimisticRootFinalized_filter + orderBy: linea_AssetBalance_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetBalance_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ - stagingarbitrumgoerli_asset( + ): [linea_AssetBalance!]! + linea_router( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Asset - stagingarbitrumgoerli_assets( + ): linea_Router + linea_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Asset_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Asset_filter + orderBy: linea_Router_orderBy + orderDirection: linea_OrderDirection + where: linea_Router_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Asset!]! - stagingarbitrumgoerli_assetStatus( + ): [linea_Router!]! + linea_routerDailyTVL( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AssetStatus - stagingarbitrumgoerli_assetStatuses( + ): linea_RouterDailyTVL + linea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AssetStatus_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AssetStatus_filter + orderBy: linea_RouterDailyTVL_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterDailyTVL_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AssetStatus!]! - stagingarbitrumgoerli_assetBalance( + ): [linea_RouterDailyTVL!]! + linea_routerLiquidityEvent( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AssetBalance - stagingarbitrumgoerli_assetBalances( + ): linea_RouterLiquidityEvent + linea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AssetBalance_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AssetBalance_filter + orderBy: linea_RouterLiquidityEvent_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterLiquidityEvent_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AssetBalance!]! - stagingarbitrumgoerli_router( + ): [linea_RouterLiquidityEvent!]! + linea_setting( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Router - stagingarbitrumgoerli_routers( + ): linea_Setting + linea_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Router_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Router_filter + orderBy: linea_Setting_orderBy + orderDirection: linea_OrderDirection + where: linea_Setting_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Router!]! - stagingarbitrumgoerli_routerDailyTVL( + ): [linea_Setting!]! + linea_relayer( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RouterDailyTVL - stagingarbitrumgoerli_routerDailyTVLs( + ): linea_Relayer + linea_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RouterDailyTVL_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RouterDailyTVL_filter + orderBy: linea_Relayer_orderBy + orderDirection: linea_OrderDirection + where: linea_Relayer_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RouterDailyTVL!]! - stagingarbitrumgoerli_setting( + ): [linea_Relayer!]! + linea_sequencer( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Setting - stagingarbitrumgoerli_settings( + ): linea_Sequencer + linea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Setting_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Setting_filter + orderBy: linea_Sequencer_orderBy + orderDirection: linea_OrderDirection + where: linea_Sequencer_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Setting!]! - stagingarbitrumgoerli_relayer( + ): [linea_Sequencer!]! + linea_relayerFee( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Relayer - stagingarbitrumgoerli_relayers( + ): linea_RelayerFee + linea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Relayer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Relayer_filter + orderBy: linea_RelayerFee_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFee_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Relayer!]! - stagingarbitrumgoerli_sequencer( + ): [linea_RelayerFee!]! + linea_originTransfer( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Sequencer - stagingarbitrumgoerli_sequencers( + ): linea_OriginTransfer + linea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Sequencer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Sequencer_filter + orderBy: linea_OriginTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginTransfer_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Sequencer!]! - stagingarbitrumgoerli_relayerFee( + ): [linea_OriginTransfer!]! + linea_destinationTransfer( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RelayerFee - stagingarbitrumgoerli_relayerFees( + ): linea_DestinationTransfer + linea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RelayerFee_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RelayerFee_filter + orderBy: linea_DestinationTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_DestinationTransfer_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RelayerFee!]! - stagingarbitrumgoerli_originTransfer( + ): [linea_DestinationTransfer!]! + linea_originMessage( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_OriginTransfer - stagingarbitrumgoerli_originTransfers( + ): linea_OriginMessage + linea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_OriginTransfer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_OriginTransfer_filter + orderBy: linea_OriginMessage_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginMessage_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_OriginTransfer!]! - stagingarbitrumgoerli_destinationTransfer( + ): [linea_OriginMessage!]! + linea_aggregateRoot( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_DestinationTransfer - stagingarbitrumgoerli_destinationTransfers( + ): linea_AggregateRoot + linea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_DestinationTransfer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_DestinationTransfer_filter + orderBy: linea_AggregateRoot_orderBy + orderDirection: linea_OrderDirection + where: linea_AggregateRoot_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_DestinationTransfer!]! - stagingarbitrumgoerli_originMessage( + ): [linea_AggregateRoot!]! + linea_connectorMeta( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_OriginMessage - stagingarbitrumgoerli_originMessages( + ): linea_ConnectorMeta + linea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_OriginMessage_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_OriginMessage_filter + orderBy: linea_ConnectorMeta_orderBy + orderDirection: linea_OrderDirection + where: linea_ConnectorMeta_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_OriginMessage!]! - stagingarbitrumgoerli_aggregateRoot( + ): [linea_ConnectorMeta!]! + linea_rootCount( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AggregateRoot - stagingarbitrumgoerli_aggregateRoots( + ): linea_RootCount + linea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AggregateRoot_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AggregateRoot_filter + orderBy: linea_RootCount_orderBy + orderDirection: linea_OrderDirection + where: linea_RootCount_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AggregateRoot!]! - stagingarbitrumgoerli_connectorMeta( + ): [linea_RootCount!]! + linea_rootMessageSent( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_ConnectorMeta - stagingarbitrumgoerli_connectorMetas( + ): linea_RootMessageSent + linea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_ConnectorMeta_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_ConnectorMeta_filter + orderBy: linea_RootMessageSent_orderBy + orderDirection: linea_OrderDirection + where: linea_RootMessageSent_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_ConnectorMeta!]! - stagingarbitrumgoerli_rootCount( + ): [linea_RootMessageSent!]! + linea_relayerFeesIncrease( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RootCount - stagingarbitrumgoerli_rootCounts( + ): linea_RelayerFeesIncrease + linea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RootCount_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RootCount_filter + orderBy: linea_RelayerFeesIncrease_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFeesIncrease_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RootCount!]! - stagingarbitrumgoerli_rootMessageSent( + ): [linea_RelayerFeesIncrease!]! + linea_slippageUpdate( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RootMessageSent - stagingarbitrumgoerli_rootMessageSents( + ): linea_SlippageUpdate + linea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RootMessageSent_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RootMessageSent_filter + orderBy: linea_SlippageUpdate_orderBy + orderDirection: linea_OrderDirection + where: linea_SlippageUpdate_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RootMessageSent!]! - stagingarbitrumgoerli_relayerFeesIncrease( + ): [linea_SlippageUpdate!]! + """Access to subgraph metadata""" + linea__meta(block: linea_Block_height): linea__Meta_ + localmainnet_asset( 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: stagingarbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RelayerFeesIncrease - stagingarbitrumgoerli_relayerFeesIncreases( + ): localmainnet_Asset + localmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RelayerFeesIncrease_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RelayerFeesIncrease_filter + orderBy: localmainnet_Asset_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Asset_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: stagingarbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RelayerFeesIncrease!]! - stagingarbitrumgoerli_slippageUpdate( + ): [localmainnet_Asset!]! + localmainnet_assetStatus( 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: stagingarbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_SlippageUpdate - stagingarbitrumgoerli_slippageUpdates( + ): localmainnet_AssetStatus + localmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_SlippageUpdate_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_SlippageUpdate_filter + orderBy: localmainnet_AssetStatus_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AssetStatus_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: stagingarbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_SlippageUpdate!]! - stagingarbitrumgoerli_snapshotRoot( + ): [localmainnet_AssetStatus!]! + localmainnet_assetBalance( 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: stagingarbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_SnapshotRoot - stagingarbitrumgoerli_snapshotRoots( + ): localmainnet_AssetBalance + localmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_SnapshotRoot_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_SnapshotRoot_filter + orderBy: localmainnet_AssetBalance_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AssetBalance_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: stagingarbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_SnapshotRoot!]! - stagingarbitrumgoerli_spokeConnectorMode( + ): [localmainnet_AssetBalance!]! + localmainnet_router( 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: stagingarbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_SpokeConnectorMode - stagingarbitrumgoerli_spokeConnectorModes( + ): localmainnet_Router + localmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_SpokeConnectorMode_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_SpokeConnectorMode_filter + orderBy: localmainnet_Router_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Router_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: stagingarbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_SpokeConnectorMode!]! - stagingarbitrumgoerli_aggregateRootProposed( + ): [localmainnet_Router!]! + localmainnet_routerDailyTVL( 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: stagingarbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AggregateRootProposed - stagingarbitrumgoerli_aggregateRootProposeds( + ): localmainnet_RouterDailyTVL + localmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AggregateRootProposed_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AggregateRootProposed_filter - """ + orderBy: localmainnet_RouterDailyTVL_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RouterDailyTVL_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: stagingarbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AggregateRootProposed!]! - stagingarbitrumgoerli_optimisticRootFinalized( + ): [localmainnet_RouterDailyTVL!]! + localmainnet_setting( 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: stagingarbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_OptimisticRootFinalized - stagingarbitrumgoerli_optimisticRootFinalizeds( + ): localmainnet_Setting + localmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_OptimisticRootFinalized_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_OptimisticRootFinalized_filter + orderBy: localmainnet_Setting_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Setting_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: stagingarbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingarbitrumgoerli__meta(block: stagingarbitrumgoerli_Block_height): stagingarbitrumgoerli__Meta_ - arbitrumgoerli_asset( + ): [localmainnet_Setting!]! + localmainnet_relayer( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Asset - arbitrumgoerli_assets( + ): localmainnet_Relayer + localmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Asset_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Asset_filter + orderBy: localmainnet_Relayer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Relayer_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Asset!]! - arbitrumgoerli_assetStatus( + ): [localmainnet_Relayer!]! + localmainnet_sequencer( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_AssetStatus - arbitrumgoerli_assetStatuses( + ): localmainnet_Sequencer + localmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AssetStatus_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AssetStatus_filter + orderBy: localmainnet_Sequencer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Sequencer_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_AssetStatus!]! - arbitrumgoerli_assetBalance( + ): [localmainnet_Sequencer!]! + localmainnet_relayerFee( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_AssetBalance - arbitrumgoerli_assetBalances( + ): localmainnet_RelayerFee + localmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AssetBalance_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AssetBalance_filter + orderBy: localmainnet_RelayerFee_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RelayerFee_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_AssetBalance!]! - arbitrumgoerli_router( + ): [localmainnet_RelayerFee!]! + localmainnet_originTransfer( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Router - arbitrumgoerli_routers( + ): localmainnet_OriginTransfer + localmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Router_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Router_filter + orderBy: localmainnet_OriginTransfer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OriginTransfer_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Router!]! - arbitrumgoerli_routerDailyTVL( + ): [localmainnet_OriginTransfer!]! + localmainnet_destinationTransfer( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RouterDailyTVL - arbitrumgoerli_routerDailyTVLs( + ): localmainnet_DestinationTransfer + localmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RouterDailyTVL_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RouterDailyTVL_filter + orderBy: localmainnet_DestinationTransfer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_DestinationTransfer_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RouterDailyTVL!]! - arbitrumgoerli_routerLiquidityEvent( + ): [localmainnet_DestinationTransfer!]! + localmainnet_originMessage( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RouterLiquidityEvent - arbitrumgoerli_routerLiquidityEvents( + ): localmainnet_OriginMessage + localmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RouterLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RouterLiquidityEvent_filter + orderBy: localmainnet_OriginMessage_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OriginMessage_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RouterLiquidityEvent!]! - arbitrumgoerli_setting( + ): [localmainnet_OriginMessage!]! + localmainnet_aggregateRoot( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Setting - arbitrumgoerli_settings( + ): localmainnet_AggregateRoot + localmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Setting_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Setting_filter + orderBy: localmainnet_AggregateRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRoot_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Setting!]! - arbitrumgoerli_relayer( + ): [localmainnet_AggregateRoot!]! + localmainnet_connectorMeta( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Relayer - arbitrumgoerli_relayers( + ): localmainnet_ConnectorMeta + localmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Relayer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Relayer_filter + orderBy: localmainnet_ConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ConnectorMeta_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Relayer!]! - arbitrumgoerli_sequencer( + ): [localmainnet_ConnectorMeta!]! + localmainnet_rootCount( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Sequencer - arbitrumgoerli_sequencers( + ): localmainnet_RootCount + localmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Sequencer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Sequencer_filter + orderBy: localmainnet_RootCount_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootCount_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Sequencer!]! - arbitrumgoerli_relayerFee( + ): [localmainnet_RootCount!]! + localmainnet_rootMessageSent( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RelayerFee - arbitrumgoerli_relayerFees( + ): localmainnet_RootMessageSent + localmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RelayerFee_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RelayerFee_filter + orderBy: localmainnet_RootMessageSent_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootMessageSent_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RelayerFee!]! - arbitrumgoerli_originTransfer( + ): [localmainnet_RootMessageSent!]! + localmainnet_relayerFeesIncrease( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_OriginTransfer - arbitrumgoerli_originTransfers( + ): localmainnet_RelayerFeesIncrease + localmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_OriginTransfer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_OriginTransfer_filter + orderBy: localmainnet_RelayerFeesIncrease_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RelayerFeesIncrease_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_OriginTransfer!]! - arbitrumgoerli_destinationTransfer( + ): [localmainnet_RelayerFeesIncrease!]! + localmainnet_slippageUpdate( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_DestinationTransfer - arbitrumgoerli_destinationTransfers( + ): localmainnet_SlippageUpdate + localmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_DestinationTransfer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_DestinationTransfer_filter + orderBy: localmainnet_SlippageUpdate_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SlippageUpdate_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_DestinationTransfer!]! - arbitrumgoerli_originMessage( + ): [localmainnet_SlippageUpdate!]! + localmainnet_snapshotRoot( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_OriginMessage - arbitrumgoerli_originMessages( + ): localmainnet_SnapshotRoot + localmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_OriginMessage_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_OriginMessage_filter + orderBy: localmainnet_SnapshotRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SnapshotRoot_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_OriginMessage!]! - arbitrumgoerli_aggregateRoot( + ): [localmainnet_SnapshotRoot!]! + localmainnet_spokeConnectorMode( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_AggregateRoot - arbitrumgoerli_aggregateRoots( + ): localmainnet_SpokeConnectorMode + localmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AggregateRoot_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AggregateRoot_filter + orderBy: localmainnet_SpokeConnectorMode_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SpokeConnectorMode_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_AggregateRoot!]! - arbitrumgoerli_connectorMeta( + ): [localmainnet_SpokeConnectorMode!]! + localmainnet_aggregateRootProposed( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_ConnectorMeta - arbitrumgoerli_connectorMetas( + ): localmainnet_AggregateRootProposed + localmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_ConnectorMeta_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_ConnectorMeta_filter + orderBy: localmainnet_AggregateRootProposed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRootProposed_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_ConnectorMeta!]! - arbitrumgoerli_rootCount( + ): [localmainnet_AggregateRootProposed!]! + localmainnet_optimisticRootFinalized( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RootCount - arbitrumgoerli_rootCounts( + ): localmainnet_OptimisticRootFinalized + localmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RootCount_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RootCount_filter + orderBy: localmainnet_OptimisticRootFinalized_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootFinalized_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RootCount!]! - arbitrumgoerli_rootMessageSent( + ): [localmainnet_OptimisticRootFinalized!]! + localoptimism_asset( 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: arbitrumgoerli_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RootMessageSent - arbitrumgoerli_rootMessageSents( + ): localoptimism_Asset + localoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RootMessageSent_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RootMessageSent_filter + orderBy: localoptimism_Asset_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Asset_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: arbitrumgoerli_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RootMessageSent!]! - arbitrumgoerli_relayerFeesIncrease( + ): [localoptimism_Asset!]! + localoptimism_assetStatus( 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: arbitrumgoerli_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RelayerFeesIncrease - arbitrumgoerli_relayerFeesIncreases( + ): localoptimism_AssetStatus + localoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RelayerFeesIncrease_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RelayerFeesIncrease_filter + orderBy: localoptimism_AssetStatus_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetStatus_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: arbitrumgoerli_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RelayerFeesIncrease!]! - arbitrumgoerli_slippageUpdate( + ): [localoptimism_AssetStatus!]! + localoptimism_assetBalance( 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: arbitrumgoerli_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_SlippageUpdate - arbitrumgoerli_slippageUpdates( + ): localoptimism_AssetBalance + localoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_SlippageUpdate_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_SlippageUpdate_filter + orderBy: localoptimism_AssetBalance_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetBalance_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: arbitrumgoerli_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_SlippageUpdate!]! - """Access to subgraph metadata""" - arbitrumgoerli__meta(block: arbitrumgoerli_Block_height): arbitrumgoerli__Meta_ - bnb_asset( + ): [localoptimism_AssetBalance!]! + localoptimism_router( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Asset - bnb_assets( + ): localoptimism_Router + localoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_filter + orderBy: localoptimism_Router_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Router_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Asset!]! - bnb_assetStatus( + ): [localoptimism_Router!]! + localoptimism_routerDailyTVL( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AssetStatus - bnb_assetStatuses( + ): localoptimism_RouterDailyTVL + localoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_filter + orderBy: localoptimism_RouterDailyTVL_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RouterDailyTVL_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AssetStatus!]! - bnb_assetBalance( + ): [localoptimism_RouterDailyTVL!]! + localoptimism_setting( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AssetBalance - bnb_assetBalances( + ): localoptimism_Setting + localoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_filter + orderBy: localoptimism_Setting_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Setting_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AssetBalance!]! - bnb_router( + ): [localoptimism_Setting!]! + localoptimism_relayer( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Router - bnb_routers( + ): localoptimism_Relayer + localoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_filter + orderBy: localoptimism_Relayer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Relayer_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Router!]! - bnb_routerDailyTVL( + ): [localoptimism_Relayer!]! + localoptimism_sequencer( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RouterDailyTVL - bnb_routerDailyTVLs( + ): localoptimism_Sequencer + localoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_filter + orderBy: localoptimism_Sequencer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Sequencer_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RouterDailyTVL!]! - bnb_routerLiquidityEvent( + ): [localoptimism_Sequencer!]! + localoptimism_relayerFee( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RouterLiquidityEvent - bnb_routerLiquidityEvents( + ): localoptimism_RelayerFee + localoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterLiquidityEvent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterLiquidityEvent_filter + orderBy: localoptimism_RelayerFee_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RelayerFee_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RouterLiquidityEvent!]! - bnb_setting( + ): [localoptimism_RelayerFee!]! + localoptimism_originTransfer( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Setting - bnb_settings( + ): localoptimism_OriginTransfer + localoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_filter + orderBy: localoptimism_OriginTransfer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OriginTransfer_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Setting!]! - bnb_relayer( + ): [localoptimism_OriginTransfer!]! + localoptimism_destinationTransfer( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Relayer - bnb_relayers( + ): localoptimism_DestinationTransfer + localoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_filter + orderBy: localoptimism_DestinationTransfer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_DestinationTransfer_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Relayer!]! - bnb_sequencer( + ): [localoptimism_DestinationTransfer!]! + localoptimism_originMessage( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Sequencer - bnb_sequencers( + ): localoptimism_OriginMessage + localoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_filter + orderBy: localoptimism_OriginMessage_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OriginMessage_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Sequencer!]! - bnb_relayerFee( + ): [localoptimism_OriginMessage!]! + localoptimism_aggregateRoot( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RelayerFee - bnb_relayerFees( + ): localoptimism_AggregateRoot + localoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_filter + orderBy: localoptimism_AggregateRoot_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AggregateRoot_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RelayerFee!]! - bnb_originTransfer( + ): [localoptimism_AggregateRoot!]! + localoptimism_connectorMeta( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_OriginTransfer - bnb_originTransfers( + ): localoptimism_ConnectorMeta + localoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_filter + orderBy: localoptimism_ConnectorMeta_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_ConnectorMeta_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_OriginTransfer!]! - bnb_destinationTransfer( + ): [localoptimism_ConnectorMeta!]! + localoptimism_rootCount( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_DestinationTransfer - bnb_destinationTransfers( + ): localoptimism_RootCount + localoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_filter + orderBy: localoptimism_RootCount_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RootCount_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_DestinationTransfer!]! - bnb_originMessage( + ): [localoptimism_RootCount!]! + localoptimism_rootMessageSent( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_OriginMessage - bnb_originMessages( + ): localoptimism_RootMessageSent + localoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_filter + orderBy: localoptimism_RootMessageSent_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RootMessageSent_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_OriginMessage!]! - bnb_aggregateRoot( + ): [localoptimism_RootMessageSent!]! + localoptimism_relayerFeesIncrease( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AggregateRoot - bnb_aggregateRoots( + ): localoptimism_RelayerFeesIncrease + localoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_filter + orderBy: localoptimism_RelayerFeesIncrease_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RelayerFeesIncrease_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AggregateRoot!]! - bnb_connectorMeta( + ): [localoptimism_RelayerFeesIncrease!]! + localoptimism_slippageUpdate( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_ConnectorMeta - bnb_connectorMetas( + ): localoptimism_SlippageUpdate + localoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_filter + orderBy: localoptimism_SlippageUpdate_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SlippageUpdate_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_ConnectorMeta!]! - bnb_rootCount( + ): [localoptimism_SlippageUpdate!]! + localoptimism_snapshotRoot( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RootCount - bnb_rootCounts( + ): localoptimism_SnapshotRoot + localoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_filter + orderBy: localoptimism_SnapshotRoot_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SnapshotRoot_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RootCount!]! - bnb_rootMessageSent( + ): [localoptimism_SnapshotRoot!]! + localoptimism_spokeConnectorMode( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RootMessageSent - bnb_rootMessageSents( + ): localoptimism_SpokeConnectorMode + localoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_filter + orderBy: localoptimism_SpokeConnectorMode_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SpokeConnectorMode_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RootMessageSent!]! - bnb_relayerFeesIncrease( + ): [localoptimism_SpokeConnectorMode!]! + localoptimism_aggregateRootProposed( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RelayerFeesIncrease - bnb_relayerFeesIncreases( + ): localoptimism_AggregateRootProposed + localoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_filter + orderBy: localoptimism_AggregateRootProposed_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AggregateRootProposed_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RelayerFeesIncrease!]! - bnb_slippageUpdate( + ): [localoptimism_AggregateRootProposed!]! + localoptimism_optimisticRootFinalized( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_SlippageUpdate - bnb_slippageUpdates( + ): localoptimism_OptimisticRootFinalized + localoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_filter + orderBy: localoptimism_OptimisticRootFinalized_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OptimisticRootFinalized_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SlippageUpdate!]! + ): [localoptimism_OptimisticRootFinalized!]! """Access to subgraph metadata""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ + localoptimism__meta(block: localoptimism_Block_height): localoptimism__Meta_ mainnet_asset( id: ID! """ @@ -16301,6306 +16797,6308 @@ type Query { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [mainnet_SlippageUpdate!]! - polygon_asset( + arbitrumone_asset( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Asset - polygon_assets( + ): arbitrumone_Asset + arbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_filter + orderBy: arbitrumone_Asset_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Asset_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Asset!]! - polygon_assetStatus( + ): [arbitrumone_Asset!]! + arbitrumone_assetStatus( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AssetStatus - polygon_assetStatuses( + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_filter + orderBy: arbitrumone_AssetStatus_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetStatus_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AssetStatus!]! - polygon_assetBalance( + ): [arbitrumone_AssetStatus!]! + arbitrumone_assetBalance( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AssetBalance - polygon_assetBalances( + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_filter + orderBy: arbitrumone_AssetBalance_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetBalance_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AssetBalance!]! - polygon_router( + ): [arbitrumone_AssetBalance!]! + arbitrumone_router( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Router - polygon_routers( + ): arbitrumone_Router + arbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_filter + orderBy: arbitrumone_Router_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Router_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Router!]! - polygon_routerDailyTVL( + ): [arbitrumone_Router!]! + arbitrumone_routerDailyTVL( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RouterDailyTVL - polygon_routerDailyTVLs( + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_filter + orderBy: arbitrumone_RouterDailyTVL_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterDailyTVL_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RouterDailyTVL!]! - polygon_routerLiquidityEvent( + ): [arbitrumone_RouterDailyTVL!]! + arbitrumone_routerLiquidityEvent( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RouterLiquidityEvent - polygon_routerLiquidityEvents( + ): arbitrumone_RouterLiquidityEvent + arbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_filter + orderBy: arbitrumone_RouterLiquidityEvent_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterLiquidityEvent_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RouterLiquidityEvent!]! - polygon_setting( + ): [arbitrumone_RouterLiquidityEvent!]! + arbitrumone_setting( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Setting - polygon_settings( + ): arbitrumone_Setting + arbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_filter + orderBy: arbitrumone_Setting_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Setting_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Setting!]! - polygon_relayer( + ): [arbitrumone_Setting!]! + arbitrumone_relayer( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Relayer - polygon_relayers( + ): arbitrumone_Relayer + arbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_filter + orderBy: arbitrumone_Relayer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Relayer_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Relayer!]! - polygon_sequencer( + ): [arbitrumone_Relayer!]! + arbitrumone_sequencer( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Sequencer - polygon_sequencers( + ): arbitrumone_Sequencer + arbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_filter + orderBy: arbitrumone_Sequencer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Sequencer_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Sequencer!]! - polygon_relayerFee( + ): [arbitrumone_Sequencer!]! + arbitrumone_relayerFee( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RelayerFee - polygon_relayerFees( + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_filter + orderBy: arbitrumone_RelayerFee_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFee_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RelayerFee!]! - polygon_originTransfer( + ): [arbitrumone_RelayerFee!]! + arbitrumone_originTransfer( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OriginTransfer - polygon_originTransfers( + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_filter + orderBy: arbitrumone_OriginTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginTransfer_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OriginTransfer!]! - polygon_destinationTransfer( + ): [arbitrumone_OriginTransfer!]! + arbitrumone_destinationTransfer( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_DestinationTransfer - polygon_destinationTransfers( + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_filter + orderBy: arbitrumone_DestinationTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_DestinationTransfer_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_DestinationTransfer!]! - polygon_originMessage( + ): [arbitrumone_DestinationTransfer!]! + arbitrumone_originMessage( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OriginMessage - polygon_originMessages( + ): arbitrumone_OriginMessage + arbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_filter + orderBy: arbitrumone_OriginMessage_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginMessage_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OriginMessage!]! - polygon_aggregateRoot( + ): [arbitrumone_OriginMessage!]! + arbitrumone_aggregateRoot( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AggregateRoot - polygon_aggregateRoots( + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_filter + orderBy: arbitrumone_AggregateRoot_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AggregateRoot_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AggregateRoot!]! - polygon_connectorMeta( + ): [arbitrumone_AggregateRoot!]! + arbitrumone_connectorMeta( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_ConnectorMeta - polygon_connectorMetas( + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_filter + orderBy: arbitrumone_ConnectorMeta_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_ConnectorMeta_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_ConnectorMeta!]! - polygon_rootCount( + ): [arbitrumone_ConnectorMeta!]! + arbitrumone_rootCount( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootCount - polygon_rootCounts( + ): arbitrumone_RootCount + arbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_filter + orderBy: arbitrumone_RootCount_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RootCount_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootCount!]! - polygon_rootMessageSent( + ): [arbitrumone_RootCount!]! + arbitrumone_rootMessageSent( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootMessageSent - polygon_rootMessageSents( + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_filter + orderBy: arbitrumone_RootMessageSent_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RootMessageSent_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootMessageSent!]! - polygon_relayerFeesIncrease( + ): [arbitrumone_RootMessageSent!]! + arbitrumone_relayerFeesIncrease( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RelayerFeesIncrease - polygon_relayerFeesIncreases( + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_filter + orderBy: arbitrumone_RelayerFeesIncrease_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFeesIncrease_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RelayerFeesIncrease!]! - polygon_slippageUpdate( + ): [arbitrumone_RelayerFeesIncrease!]! + arbitrumone_slippageUpdate( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_SlippageUpdate - polygon_slippageUpdates( + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_filter + orderBy: arbitrumone_SlippageUpdate_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_SlippageUpdate_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_SlippageUpdate!]! + ): [arbitrumone_SlippageUpdate!]! """Access to subgraph metadata""" - polygon__meta(block: polygon_Block_height): polygon__Meta_ - arbitrumone_asset( + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ + polygon_asset( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Asset - arbitrumone_assets( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Asset_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Asset_filter + orderBy: polygon_Asset_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Asset_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Asset!]! - arbitrumone_assetStatus( + ): [polygon_Asset!]! + polygon_assetStatus( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AssetStatus - arbitrumone_assetStatuses( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetStatus_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetStatus_filter + orderBy: polygon_AssetStatus_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AssetStatus_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AssetStatus!]! - arbitrumone_assetBalance( + ): [polygon_AssetStatus!]! + polygon_assetBalance( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AssetBalance - arbitrumone_assetBalances( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetBalance_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetBalance_filter + orderBy: polygon_AssetBalance_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AssetBalance_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AssetBalance!]! - arbitrumone_router( + ): [polygon_AssetBalance!]! + polygon_router( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Router - arbitrumone_routers( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Router_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Router_filter + orderBy: polygon_Router_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Router_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Router!]! - arbitrumone_routerDailyTVL( + ): [polygon_Router!]! + polygon_routerDailyTVL( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RouterDailyTVL - arbitrumone_routerDailyTVLs( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterDailyTVL_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterDailyTVL_filter + orderBy: polygon_RouterDailyTVL_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterDailyTVL_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RouterDailyTVL!]! - arbitrumone_routerLiquidityEvent( + ): [polygon_RouterDailyTVL!]! + polygon_routerLiquidityEvent( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RouterLiquidityEvent - arbitrumone_routerLiquidityEvents( + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterLiquidityEvent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterLiquidityEvent_filter + orderBy: polygon_RouterLiquidityEvent_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterLiquidityEvent_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RouterLiquidityEvent!]! - arbitrumone_setting( + ): [polygon_RouterLiquidityEvent!]! + polygon_setting( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Setting - arbitrumone_settings( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Setting_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Setting_filter + orderBy: polygon_Setting_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Setting_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Setting!]! - arbitrumone_relayer( + ): [polygon_Setting!]! + polygon_relayer( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Relayer - arbitrumone_relayers( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Relayer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Relayer_filter + orderBy: polygon_Relayer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Relayer_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Relayer!]! - arbitrumone_sequencer( + ): [polygon_Relayer!]! + polygon_sequencer( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Sequencer - arbitrumone_sequencers( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Sequencer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Sequencer_filter + orderBy: polygon_Sequencer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Sequencer_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Sequencer!]! - arbitrumone_relayerFee( + ): [polygon_Sequencer!]! + polygon_relayerFee( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFee - arbitrumone_relayerFees( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFee_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFee_filter + orderBy: polygon_RelayerFee_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RelayerFee_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFee!]! - arbitrumone_originTransfer( + ): [polygon_RelayerFee!]! + polygon_originTransfer( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OriginTransfer - arbitrumone_originTransfers( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginTransfer_filter + orderBy: polygon_OriginTransfer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OriginTransfer_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OriginTransfer!]! - arbitrumone_destinationTransfer( + ): [polygon_OriginTransfer!]! + polygon_destinationTransfer( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_DestinationTransfer - arbitrumone_destinationTransfers( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_DestinationTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_DestinationTransfer_filter + orderBy: polygon_DestinationTransfer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_DestinationTransfer_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_DestinationTransfer!]! - arbitrumone_originMessage( + ): [polygon_DestinationTransfer!]! + polygon_originMessage( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OriginMessage - arbitrumone_originMessages( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginMessage_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginMessage_filter + orderBy: polygon_OriginMessage_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OriginMessage_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OriginMessage!]! - arbitrumone_aggregateRoot( + ): [polygon_OriginMessage!]! + polygon_aggregateRoot( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AggregateRoot - arbitrumone_aggregateRoots( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRoot_filter + orderBy: polygon_AggregateRoot_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AggregateRoot_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AggregateRoot!]! - arbitrumone_connectorMeta( + ): [polygon_AggregateRoot!]! + polygon_connectorMeta( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_ConnectorMeta - arbitrumone_connectorMetas( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_ConnectorMeta_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_ConnectorMeta_filter + orderBy: polygon_ConnectorMeta_orderBy + orderDirection: polygon_OrderDirection + where: polygon_ConnectorMeta_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_ConnectorMeta!]! - arbitrumone_rootCount( + ): [polygon_ConnectorMeta!]! + polygon_rootCount( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootCount - arbitrumone_rootCounts( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootCount_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootCount_filter + orderBy: polygon_RootCount_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RootCount_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootCount!]! - arbitrumone_rootMessageSent( + ): [polygon_RootCount!]! + polygon_rootMessageSent( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootMessageSent - arbitrumone_rootMessageSents( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootMessageSent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootMessageSent_filter + orderBy: polygon_RootMessageSent_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RootMessageSent_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootMessageSent!]! - arbitrumone_relayerFeesIncrease( + ): [polygon_RootMessageSent!]! + polygon_relayerFeesIncrease( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFeesIncrease - arbitrumone_relayerFeesIncreases( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFeesIncrease_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFeesIncrease_filter + orderBy: polygon_RelayerFeesIncrease_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RelayerFeesIncrease_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFeesIncrease!]! - arbitrumone_slippageUpdate( + ): [polygon_RelayerFeesIncrease!]! + polygon_slippageUpdate( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SlippageUpdate - arbitrumone_slippageUpdates( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SlippageUpdate_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SlippageUpdate_filter + orderBy: polygon_SlippageUpdate_orderBy + orderDirection: polygon_OrderDirection + where: polygon_SlippageUpdate_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SlippageUpdate!]! + ): [polygon_SlippageUpdate!]! """Access to subgraph metadata""" - arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - optimism_asset( + polygon__meta(block: polygon_Block_height): polygon__Meta_ +} + +type Subscription { + goerli_rootAggregated( 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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Asset - optimism_assets( + ): goerli_RootAggregated + goerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_filter + orderBy: goerli_RootAggregated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootAggregated_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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Asset!]! - optimism_assetStatus( + ): [goerli_RootAggregated!]! + goerli_rootPropagated( 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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AssetStatus - optimism_assetStatuses( + ): goerli_RootPropagated + goerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_filter + orderBy: goerli_RootPropagated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootPropagated_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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AssetStatus!]! - optimism_assetBalance( + ): [goerli_RootPropagated!]! + goerli_aggregatedMessageRoot( 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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AssetBalance - optimism_assetBalances( + ): goerli_AggregatedMessageRoot + goerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_filter + orderBy: goerli_AggregatedMessageRoot_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AggregatedMessageRoot_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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AssetBalance!]! - optimism_router( + ): [goerli_AggregatedMessageRoot!]! + goerli_rootManagerMeta( 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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Router - optimism_routers( + ): goerli_RootManagerMeta + goerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_filter + orderBy: goerli_RootManagerMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootManagerMeta_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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Router!]! - optimism_routerDailyTVL( + ): [goerli_RootManagerMeta!]! + goerli_polygonConnectorMeta( 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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RouterDailyTVL - optimism_routerDailyTVLs( + ): goerli_PolygonConnectorMeta + goerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_filter + orderBy: goerli_PolygonConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_PolygonConnectorMeta_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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RouterDailyTVL!]! - optimism_setting( + ): [goerli_PolygonConnectorMeta!]! + goerli_optimismConnectorMeta( 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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Setting - optimism_settings( + ): goerli_OptimismConnectorMeta + goerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_filter + orderBy: goerli_OptimismConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OptimismConnectorMeta_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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Setting!]! - optimism_relayer( + ): [goerli_OptimismConnectorMeta!]! + goerli_bnbConnectorMeta( 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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Relayer - optimism_relayers( + ): goerli_BnbConnectorMeta + goerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_filter + orderBy: goerli_BnbConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_BnbConnectorMeta_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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Relayer!]! - optimism_sequencer( + ): [goerli_BnbConnectorMeta!]! + goerli_arbitrumConnectorMeta( 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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Sequencer - optimism_sequencers( + ): goerli_ArbitrumConnectorMeta + goerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_filter + orderBy: goerli_ArbitrumConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ArbitrumConnectorMeta_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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Sequencer!]! - optimism_relayerFee( + ): [goerli_ArbitrumConnectorMeta!]! + goerli_gnosisConnectorMeta( 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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RelayerFee - optimism_relayerFees( + ): goerli_GnosisConnectorMeta + goerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_filter + orderBy: goerli_GnosisConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_GnosisConnectorMeta_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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RelayerFee!]! - optimism_originTransfer( + ): [goerli_GnosisConnectorMeta!]! + goerli_zkSyncConnectorMeta( 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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OriginTransfer - optimism_originTransfers( + ): goerli_ZkSyncConnectorMeta + goerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_filter + orderBy: goerli_ZkSyncConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ZkSyncConnectorMeta_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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OriginTransfer!]! - optimism_destinationTransfer( + ): [goerli_ZkSyncConnectorMeta!]! + goerli_lineaConnectorMeta( 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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_DestinationTransfer - optimism_destinationTransfers( + ): goerli_LineaConnectorMeta + goerli_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_filter + orderBy: goerli_LineaConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_LineaConnectorMeta_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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_DestinationTransfer!]! - optimism_originMessage( + ): [goerli_LineaConnectorMeta!]! + goerli_rootMessageProcessed( 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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OriginMessage - optimism_originMessages( + ): goerli_RootMessageProcessed + goerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_filter + orderBy: goerli_RootMessageProcessed_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootMessageProcessed_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: optimism_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OriginMessage!]! - optimism_aggregateRoot( + ): [goerli_RootMessageProcessed!]! + """Access to subgraph metadata""" + goerli__meta(block: goerli_Block_height): goerli__Meta_ + mainnet_rootAggregated( 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: optimism_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AggregateRoot - optimism_aggregateRoots( + ): mainnet_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_filter + orderBy: mainnet_RootAggregated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootAggregated_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: optimism_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AggregateRoot!]! - optimism_connectorMeta( + ): [mainnet_RootAggregated!]! + mainnet_rootPropagated( 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: optimism_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_ConnectorMeta - optimism_connectorMetas( + ): mainnet_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_filter + orderBy: mainnet_RootPropagated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootPropagated_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: optimism_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_ConnectorMeta!]! - optimism_rootCount( + ): [mainnet_RootPropagated!]! + mainnet_aggregatedMessageRoot( 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: optimism_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RootCount - optimism_rootCounts( + ): mainnet_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_filter + orderBy: mainnet_AggregatedMessageRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregatedMessageRoot_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: optimism_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RootCount!]! - optimism_rootMessageSent( + ): [mainnet_AggregatedMessageRoot!]! + mainnet_rootManagerMeta( 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: optimism_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RootMessageSent - optimism_rootMessageSents( + ): mainnet_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_filter + orderBy: mainnet_RootManagerMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootManagerMeta_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: optimism_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RootMessageSent!]! - optimism_relayerFeesIncrease( + ): [mainnet_RootManagerMeta!]! + mainnet_polygonConnectorMeta( 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: optimism_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RelayerFeesIncrease - optimism_relayerFeesIncreases( + ): mainnet_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_filter + orderBy: mainnet_PolygonConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_PolygonConnectorMeta_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: optimism_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RelayerFeesIncrease!]! - optimism_slippageUpdate( + ): [mainnet_PolygonConnectorMeta!]! + mainnet_optimismConnectorMeta( 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: optimism_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SlippageUpdate - optimism_slippageUpdates( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_filter + orderBy: mainnet_OptimismConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OptimismConnectorMeta_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: optimism_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SlippageUpdate!]! - """Access to subgraph metadata""" - optimism__meta(block: optimism_Block_height): optimism__Meta_ -} - -type Subscription { - staginggoerli_rootAggregated( + ): [mainnet_OptimismConnectorMeta!]! + mainnet_bnbConnectorMeta( 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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootAggregated - staginggoerli_rootAggregateds( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootAggregated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootAggregated_filter + orderBy: mainnet_BnbConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_BnbConnectorMeta_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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootAggregated!]! - staginggoerli_rootPropagated( + ): [mainnet_BnbConnectorMeta!]! + mainnet_arbitrumConnectorMeta( 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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootPropagated - staginggoerli_rootPropagateds( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootPropagated_filter + orderBy: mainnet_ArbitrumConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ArbitrumConnectorMeta_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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootPropagated!]! - staginggoerli_aggregatedMessageRoot( + ): [mainnet_ArbitrumConnectorMeta!]! + mainnet_gnosisConnectorMeta( 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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregatedMessageRoot - staginggoerli_aggregatedMessageRoots( + ): mainnet_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregatedMessageRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregatedMessageRoot_filter + orderBy: mainnet_GnosisConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_GnosisConnectorMeta_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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregatedMessageRoot!]! - staginggoerli_rootManagerMeta( + ): [mainnet_GnosisConnectorMeta!]! + mainnet_zkSyncConnectorMeta( 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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootManagerMeta - staginggoerli_rootManagerMetas( + ): mainnet_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMeta_filter + orderBy: mainnet_ZkSyncConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ZkSyncConnectorMeta_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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootManagerMeta!]! - staginggoerli_rootManagerMode( + ): [mainnet_ZkSyncConnectorMeta!]! + mainnet_lineaConnectorMeta( 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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootManagerMode - staginggoerli_rootManagerModes( + ): mainnet_LineaConnectorMeta + mainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMode_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMode_filter + orderBy: mainnet_LineaConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_LineaConnectorMeta_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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootManagerMode!]! - staginggoerli_optimisticRootProposed( + ): [mainnet_LineaConnectorMeta!]! + mainnet_rootMessageProcessed( 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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootProposed - staginggoerli_optimisticRootProposeds( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootProposed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootProposed_filter + orderBy: mainnet_RootMessageProcessed_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootMessageProcessed_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: staginggoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootProposed!]! - staginggoerli_hubOptimisticRootFinalized( + ): [mainnet_RootMessageProcessed!]! + """Access to subgraph metadata""" + mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ + stagingoptimismgoerli_swap_systemInfo( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_HubOptimisticRootFinalized - staginggoerli_hubOptimisticRootFinalizeds( + ): stagingoptimismgoerli_swap_SystemInfo + stagingoptimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_HubOptimisticRootFinalized_filter + orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SystemInfo_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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_HubOptimisticRootFinalized!]! - staginggoerli_optimisticRootPropagated( + ): [stagingoptimismgoerli_swap_SystemInfo!]! + stagingoptimismgoerli_swap_pooledToken( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootPropagated - staginggoerli_optimisticRootPropagateds( + ): stagingoptimismgoerli_swap_PooledToken + stagingoptimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootPropagated_filter + orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_PooledToken_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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootPropagated!]! - staginggoerli_polygonConnectorMeta( + ): [stagingoptimismgoerli_swap_PooledToken!]! + stagingoptimismgoerli_swap_stableSwap( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_PolygonConnectorMeta - staginggoerli_polygonConnectorMetas( + ): stagingoptimismgoerli_swap_StableSwap + stagingoptimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_PolygonConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_PolygonConnectorMeta_filter + orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwap_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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_PolygonConnectorMeta!]! - staginggoerli_optimismConnectorMeta( + ): [stagingoptimismgoerli_swap_StableSwap!]! + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimismConnectorMeta - staginggoerli_optimismConnectorMetas( + ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimismConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimismConnectorMeta_filter + orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimismConnectorMeta!]! - staginggoerli_bnbConnectorMeta( + ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_BnbConnectorMeta - staginggoerli_bnbConnectorMetas( + ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_BnbConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_BnbConnectorMeta_filter + orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_BnbConnectorMeta!]! - staginggoerli_arbitrumConnectorMeta( + ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! + stagingoptimismgoerli_swap_stableSwapExchange( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ArbitrumConnectorMeta - staginggoerli_arbitrumConnectorMetas( + ): stagingoptimismgoerli_swap_StableSwapExchange + stagingoptimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ArbitrumConnectorMeta_filter + orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapExchange_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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ArbitrumConnectorMeta!]! - staginggoerli_gnosisConnectorMeta( + ): [stagingoptimismgoerli_swap_StableSwapExchange!]! + stagingoptimismgoerli_swap_swapDailyVolume( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_GnosisConnectorMeta - staginggoerli_gnosisConnectorMetas( + ): stagingoptimismgoerli_swap_SwapDailyVolume + stagingoptimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_GnosisConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_GnosisConnectorMeta_filter + orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapDailyVolume_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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_GnosisConnectorMeta!]! - staginggoerli_zkSyncConnectorMeta( + ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! + stagingoptimismgoerli_swap_swapHourlyVolume( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ZkSyncConnectorMeta - staginggoerli_zkSyncConnectorMetas( + ): stagingoptimismgoerli_swap_SwapHourlyVolume + stagingoptimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ZkSyncConnectorMeta_filter + orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapHourlyVolume_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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ZkSyncConnectorMeta!]! - staginggoerli_rootMessageProcessed( + ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! + stagingoptimismgoerli_swap_swapWeeklyVolume( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootMessageProcessed - staginggoerli_rootMessageProcesseds( + ): stagingoptimismgoerli_swap_SwapWeeklyVolume + stagingoptimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageProcessed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageProcessed_filter + orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapWeeklyVolume_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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootMessageProcessed!]! - staginggoerli_aggregateRootSavedSlow( + ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! + stagingoptimismgoerli_swap_lpAccount( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRootSavedSlow - staginggoerli_aggregateRootSavedSlows( + ): stagingoptimismgoerli_swap_LpAccount + stagingoptimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRootSavedSlow_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRootSavedSlow_filter + orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccount_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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRootSavedSlow!]! - staginggoerli_hubDomain( + ): [stagingoptimismgoerli_swap_LpAccount!]! + stagingoptimismgoerli_swap_lpAccountBalance( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_HubDomain - staginggoerli_hubDomains( + ): stagingoptimismgoerli_swap_LpAccountBalance + stagingoptimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_HubDomain_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_HubDomain_filter + orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccountBalance_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: staginggoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_HubDomain!]! - """Access to subgraph metadata""" - staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ - testoptimismgoerli_asset( + ): [stagingoptimismgoerli_swap_LpAccountBalance!]! + stagingoptimismgoerli_swap_lpToken( 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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Asset - testoptimismgoerli_assets( + ): stagingoptimismgoerli_swap_LpToken + stagingoptimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Asset_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Asset_filter + orderBy: stagingoptimismgoerli_swap_LpToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpToken_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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Asset!]! - testoptimismgoerli_assetBalance( + ): [stagingoptimismgoerli_swap_LpToken!]! + stagingoptimismgoerli_swap_lpTransferEvent( 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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_AssetBalance - testoptimismgoerli_assetBalances( + ): stagingoptimismgoerli_swap_LpTransferEvent + stagingoptimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_AssetBalance_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_AssetBalance_filter + orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTransferEvent_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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_AssetBalance!]! - testoptimismgoerli_router( + ): [stagingoptimismgoerli_swap_LpTransferEvent!]! + stagingoptimismgoerli_swap_stableSwapEvent( 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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Router - testoptimismgoerli_routers( + ): stagingoptimismgoerli_swap_StableSwapEvent + stagingoptimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Router_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Router_filter + orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapEvent_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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Router!]! - testoptimismgoerli_setting( + ): [stagingoptimismgoerli_swap_StableSwapEvent!]! + stagingoptimismgoerli_swap_swapTradeVolume( 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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Setting - testoptimismgoerli_settings( + ): stagingoptimismgoerli_swap_SwapTradeVolume + stagingoptimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Setting_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Setting_filter + orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapTradeVolume_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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Setting!]! - testoptimismgoerli_relayer( + ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! + stagingoptimismgoerli_swap_lpTokenEvent( 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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Relayer - testoptimismgoerli_relayers( + ): stagingoptimismgoerli_swap_LpTokenEvent + stagingoptimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Relayer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Relayer_filter + orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTokenEvent_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: testoptimismgoerli_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Relayer!]! - testoptimismgoerli_stableSwap( + ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ + testgoerli_asset( 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: testoptimismgoerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_StableSwap - testoptimismgoerli_stableSwaps( + ): testgoerli_Asset + testgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_StableSwap_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_StableSwap_filter + orderBy: testgoerli_Asset_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Asset_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: testoptimismgoerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_StableSwap!]! - testoptimismgoerli_sponsorVault( + ): [testgoerli_Asset!]! + testgoerli_assetBalance( 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: testoptimismgoerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_SponsorVault - testoptimismgoerli_sponsorVaults( + ): testgoerli_AssetBalance + testgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_SponsorVault_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_SponsorVault_filter + orderBy: testgoerli_AssetBalance_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_AssetBalance_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: testoptimismgoerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_SponsorVault!]! - testoptimismgoerli_originTransfer( + ): [testgoerli_AssetBalance!]! + testgoerli_router( 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: testoptimismgoerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_OriginTransfer - testoptimismgoerli_originTransfers( + ): testgoerli_Router + testgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_OriginTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_OriginTransfer_filter + orderBy: testgoerli_Router_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Router_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: testoptimismgoerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_OriginTransfer!]! - testoptimismgoerli_destinationTransfer( + ): [testgoerli_Router!]! + testgoerli_setting( 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: testoptimismgoerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_DestinationTransfer - testoptimismgoerli_destinationTransfers( + ): testgoerli_Setting + testgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_DestinationTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_DestinationTransfer_filter + orderBy: testgoerli_Setting_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Setting_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: testoptimismgoerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ - goerli_rootAggregated( + ): [testgoerli_Setting!]! + testgoerli_relayer( 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: goerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootAggregated - goerli_rootAggregateds( + ): testgoerli_Relayer + testgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootAggregated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootAggregated_filter + orderBy: testgoerli_Relayer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Relayer_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: goerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootAggregated!]! - goerli_rootPropagated( + ): [testgoerli_Relayer!]! + testgoerli_stableSwap( 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: goerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootPropagated - goerli_rootPropagateds( + ): testgoerli_StableSwap + testgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootPropagated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootPropagated_filter + orderBy: testgoerli_StableSwap_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_StableSwap_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: goerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootPropagated!]! - goerli_aggregatedMessageRoot( + ): [testgoerli_StableSwap!]! + testgoerli_sponsorVault( 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: goerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AggregatedMessageRoot - goerli_aggregatedMessageRoots( + ): testgoerli_SponsorVault + testgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregatedMessageRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregatedMessageRoot_filter + orderBy: testgoerli_SponsorVault_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_SponsorVault_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: goerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AggregatedMessageRoot!]! - goerli_rootManagerMeta( + ): [testgoerli_SponsorVault!]! + testgoerli_originTransfer( 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: goerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootManagerMeta - goerli_rootManagerMetas( + ): testgoerli_OriginTransfer + testgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootManagerMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootManagerMeta_filter + orderBy: testgoerli_OriginTransfer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_OriginTransfer_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: goerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootManagerMeta!]! - goerli_polygonConnectorMeta( + ): [testgoerli_OriginTransfer!]! + testgoerli_destinationTransfer( 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: goerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_PolygonConnectorMeta - goerli_polygonConnectorMetas( + ): testgoerli_DestinationTransfer + testgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_PolygonConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_PolygonConnectorMeta_filter + orderBy: testgoerli_DestinationTransfer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_DestinationTransfer_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: goerli_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_PolygonConnectorMeta!]! - goerli_optimismConnectorMeta( + ): [testgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ + goerli_swap_systemInfo( 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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OptimismConnectorMeta - goerli_optimismConnectorMetas( + ): goerli_swap_SystemInfo + goerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimismConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimismConnectorMeta_filter + orderBy: goerli_swap_SystemInfo_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SystemInfo_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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OptimismConnectorMeta!]! - goerli_bnbConnectorMeta( + ): [goerli_swap_SystemInfo!]! + goerli_swap_pooledToken( 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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_BnbConnectorMeta - goerli_bnbConnectorMetas( + ): goerli_swap_PooledToken + goerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_BnbConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_BnbConnectorMeta_filter + orderBy: goerli_swap_PooledToken_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_PooledToken_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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_BnbConnectorMeta!]! - goerli_arbitrumConnectorMeta( + ): [goerli_swap_PooledToken!]! + goerli_swap_stableSwap( 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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ArbitrumConnectorMeta - goerli_arbitrumConnectorMetas( + ): goerli_swap_StableSwap + goerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_ArbitrumConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ArbitrumConnectorMeta_filter + orderBy: goerli_swap_StableSwap_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwap_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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ArbitrumConnectorMeta!]! - goerli_gnosisConnectorMeta( + ): [goerli_swap_StableSwap!]! + goerli_swap_stableSwapAddLiquidityEvent( 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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_GnosisConnectorMeta - goerli_gnosisConnectorMetas( + ): goerli_swap_StableSwapAddLiquidityEvent + goerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_GnosisConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_GnosisConnectorMeta_filter + orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapAddLiquidityEvent_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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_GnosisConnectorMeta!]! - goerli_zkSyncConnectorMeta( + ): [goerli_swap_StableSwapAddLiquidityEvent!]! + goerli_swap_stableSwapRemoveLiquidityEvent( 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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ZkSyncConnectorMeta - goerli_zkSyncConnectorMetas( + ): goerli_swap_StableSwapRemoveLiquidityEvent + goerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_ZkSyncConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ZkSyncConnectorMeta_filter + orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapRemoveLiquidityEvent_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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ZkSyncConnectorMeta!]! - goerli_lineaConnectorMeta( + ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! + goerli_swap_stableSwapExchange( 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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_LineaConnectorMeta - goerli_lineaConnectorMetas( + ): goerli_swap_StableSwapExchange + goerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_LineaConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_LineaConnectorMeta_filter + orderBy: goerli_swap_StableSwapExchange_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapExchange_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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_LineaConnectorMeta!]! - goerli_rootMessageProcessed( + ): [goerli_swap_StableSwapExchange!]! + goerli_swap_swapDailyVolume( 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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootMessageProcessed - goerli_rootMessageProcesseds( + ): goerli_swap_SwapDailyVolume + goerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageProcessed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageProcessed_filter + orderBy: goerli_swap_SwapDailyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapDailyVolume_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: goerli_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootMessageProcessed!]! - """Access to subgraph metadata""" - goerli__meta(block: goerli_Block_height): goerli__Meta_ - mainnet_rootAggregated( + ): [goerli_swap_SwapDailyVolume!]! + goerli_swap_swapHourlyVolume( 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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootAggregated - mainnet_rootAggregateds( + ): goerli_swap_SwapHourlyVolume + goerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootAggregated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootAggregated_filter + orderBy: goerli_swap_SwapHourlyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapHourlyVolume_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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootAggregated!]! - mainnet_rootPropagated( + ): [goerli_swap_SwapHourlyVolume!]! + goerli_swap_swapWeeklyVolume( 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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootPropagated - mainnet_rootPropagateds( + ): goerli_swap_SwapWeeklyVolume + goerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootPropagated_filter + orderBy: goerli_swap_SwapWeeklyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapWeeklyVolume_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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootPropagated!]! - mainnet_aggregatedMessageRoot( + ): [goerli_swap_SwapWeeklyVolume!]! + goerli_swap_lpAccount( 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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregatedMessageRoot - mainnet_aggregatedMessageRoots( + ): goerli_swap_LpAccount + goerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregatedMessageRoot_filter + orderBy: goerli_swap_LpAccount_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpAccount_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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregatedMessageRoot!]! - mainnet_rootManagerMeta( + ): [goerli_swap_LpAccount!]! + goerli_swap_lpAccountBalance( 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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootManagerMeta - mainnet_rootManagerMetas( + ): goerli_swap_LpAccountBalance + goerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMeta_filter + orderBy: goerli_swap_LpAccountBalance_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpAccountBalance_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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootManagerMeta!]! - mainnet_polygonConnectorMeta( + ): [goerli_swap_LpAccountBalance!]! + goerli_swap_lpToken( 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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_PolygonConnectorMeta - mainnet_polygonConnectorMetas( + ): goerli_swap_LpToken + goerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonConnectorMeta_filter + orderBy: goerli_swap_LpToken_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpToken_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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_PolygonConnectorMeta!]! - mainnet_optimismConnectorMeta( + ): [goerli_swap_LpToken!]! + goerli_swap_lpTransferEvent( 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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimismConnectorMeta - mainnet_optimismConnectorMetas( + ): goerli_swap_LpTransferEvent + goerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimismConnectorMeta_filter + orderBy: goerli_swap_LpTransferEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpTransferEvent_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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimismConnectorMeta!]! - mainnet_bnbConnectorMeta( + ): [goerli_swap_LpTransferEvent!]! + goerli_swap_stableSwapEvent( 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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_BnbConnectorMeta - mainnet_bnbConnectorMetas( + ): goerli_swap_StableSwapEvent + goerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BnbConnectorMeta_filter + orderBy: goerli_swap_StableSwapEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapEvent_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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_BnbConnectorMeta!]! - mainnet_arbitrumConnectorMeta( + ): [goerli_swap_StableSwapEvent!]! + goerli_swap_swapTradeVolume( 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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ArbitrumConnectorMeta - mainnet_arbitrumConnectorMetas( + ): goerli_swap_SwapTradeVolume + goerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ArbitrumConnectorMeta_filter + orderBy: goerli_swap_SwapTradeVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapTradeVolume_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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ArbitrumConnectorMeta!]! - mainnet_gnosisConnectorMeta( + ): [goerli_swap_SwapTradeVolume!]! + goerli_swap_lpTokenEvent( 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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_GnosisConnectorMeta - mainnet_gnosisConnectorMetas( + ): goerli_swap_LpTokenEvent + goerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_GnosisConnectorMeta_filter + orderBy: goerli_swap_LpTokenEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpTokenEvent_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 + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_GnosisConnectorMeta!]! - mainnet_zkSyncConnectorMeta( + ): [goerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + goerli_swap__meta(block: goerli_swap_Block_height): goerli_swap__Meta_ + testoptimismgoerli_asset( 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 + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ZkSyncConnectorMeta - mainnet_zkSyncConnectorMetas( + ): testoptimismgoerli_Asset + testoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_filter + orderBy: testoptimismgoerli_Asset_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Asset_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 + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_lineaConnectorMeta( + ): [testoptimismgoerli_Asset!]! + testoptimismgoerli_assetBalance( 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 + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_LineaConnectorMeta - mainnet_lineaConnectorMetas( + ): testoptimismgoerli_AssetBalance + testoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_LineaConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_LineaConnectorMeta_filter + orderBy: testoptimismgoerli_AssetBalance_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_AssetBalance_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 + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_LineaConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [testoptimismgoerli_AssetBalance!]! + testoptimismgoerli_router( 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 + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootMessageProcessed - mainnet_rootMessageProcesseds( + ): testoptimismgoerli_Router + testoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_filter + orderBy: testoptimismgoerli_Router_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Router_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 + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootMessageProcessed!]! - """Access to subgraph metadata""" - mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - testgoerli_asset( + ): [testoptimismgoerli_Router!]! + testoptimismgoerli_setting( 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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Asset - testgoerli_assets( + ): testoptimismgoerli_Setting + testoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Asset_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Asset_filter + orderBy: testoptimismgoerli_Setting_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Setting_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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Asset!]! - testgoerli_assetBalance( + ): [testoptimismgoerli_Setting!]! + testoptimismgoerli_relayer( 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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_AssetBalance - testgoerli_assetBalances( + ): testoptimismgoerli_Relayer + testoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_AssetBalance_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_AssetBalance_filter + orderBy: testoptimismgoerli_Relayer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Relayer_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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_AssetBalance!]! - testgoerli_router( + ): [testoptimismgoerli_Relayer!]! + testoptimismgoerli_stableSwap( 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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Router - testgoerli_routers( + ): testoptimismgoerli_StableSwap + testoptimismgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Router_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Router_filter + orderBy: testoptimismgoerli_StableSwap_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_StableSwap_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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Router!]! - testgoerli_setting( + ): [testoptimismgoerli_StableSwap!]! + testoptimismgoerli_sponsorVault( 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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Setting - testgoerli_settings( + ): testoptimismgoerli_SponsorVault + testoptimismgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Setting_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Setting_filter + orderBy: testoptimismgoerli_SponsorVault_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_SponsorVault_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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Setting!]! - testgoerli_relayer( + ): [testoptimismgoerli_SponsorVault!]! + testoptimismgoerli_originTransfer( 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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Relayer - testgoerli_relayers( + ): testoptimismgoerli_OriginTransfer + testoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Relayer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Relayer_filter + orderBy: testoptimismgoerli_OriginTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_OriginTransfer_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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Relayer!]! - testgoerli_stableSwap( + ): [testoptimismgoerli_OriginTransfer!]! + testoptimismgoerli_destinationTransfer( 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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_StableSwap - testgoerli_stableSwaps( + ): testoptimismgoerli_DestinationTransfer + testoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_StableSwap_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_StableSwap_filter + orderBy: testoptimismgoerli_DestinationTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_DestinationTransfer_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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_StableSwap!]! - testgoerli_sponsorVault( + ): [testoptimismgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ + staginggoerli_swap_systemInfo( 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: testgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_SponsorVault - testgoerli_sponsorVaults( + ): staginggoerli_swap_SystemInfo + staginggoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_SponsorVault_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_SponsorVault_filter + orderBy: staginggoerli_swap_SystemInfo_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SystemInfo_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: testgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_SponsorVault!]! - testgoerli_originTransfer( + ): [staginggoerli_swap_SystemInfo!]! + staginggoerli_swap_pooledToken( 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: testgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_OriginTransfer - testgoerli_originTransfers( + ): staginggoerli_swap_PooledToken + staginggoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_OriginTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_OriginTransfer_filter + orderBy: staginggoerli_swap_PooledToken_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_PooledToken_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: testgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_OriginTransfer!]! - testgoerli_destinationTransfer( + ): [staginggoerli_swap_PooledToken!]! + staginggoerli_swap_stableSwap( 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: testgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_DestinationTransfer - testgoerli_destinationTransfers( + ): staginggoerli_swap_StableSwap + staginggoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_DestinationTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_DestinationTransfer_filter + orderBy: staginggoerli_swap_StableSwap_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwap_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: testgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ - arbitrumgoerli_swap_systemInfo( + ): [staginggoerli_swap_StableSwap!]! + staginggoerli_swap_stableSwapAddLiquidityEvent( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SystemInfo - arbitrumgoerli_swap_systemInfos( + ): staginggoerli_swap_StableSwapAddLiquidityEvent + staginggoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SystemInfo_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SystemInfo_filter + orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapAddLiquidityEvent_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SystemInfo!]! - arbitrumgoerli_swap_pooledToken( + ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! + staginggoerli_swap_stableSwapRemoveLiquidityEvent( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_PooledToken - arbitrumgoerli_swap_pooledTokens( + ): staginggoerli_swap_StableSwapRemoveLiquidityEvent + staginggoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_PooledToken_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_PooledToken_filter + orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_PooledToken!]! - arbitrumgoerli_swap_stableSwap( + ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! + staginggoerli_swap_stableSwapExchange( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwap - arbitrumgoerli_swap_stableSwaps( + ): staginggoerli_swap_StableSwapExchange + staginggoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwap_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwap_filter + orderBy: staginggoerli_swap_StableSwapExchange_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapExchange_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwap!]! - arbitrumgoerli_swap_stableSwapAddLiquidityEvent( + ): [staginggoerli_swap_StableSwapExchange!]! + staginggoerli_swap_swapDailyVolume( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapAddLiquidityEvent - arbitrumgoerli_swap_stableSwapAddLiquidityEvents( + ): staginggoerli_swap_SwapDailyVolume + staginggoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: staginggoerli_swap_SwapDailyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapDailyVolume_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [staginggoerli_swap_SwapDailyVolume!]! + staginggoerli_swap_swapHourlyVolume( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( + ): staginggoerli_swap_SwapHourlyVolume + staginggoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapHourlyVolume_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumgoerli_swap_stableSwapExchange( + ): [staginggoerli_swap_SwapHourlyVolume!]! + staginggoerli_swap_swapWeeklyVolume( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapExchange - arbitrumgoerli_swap_stableSwapExchanges( + ): staginggoerli_swap_SwapWeeklyVolume + staginggoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapExchange_filter + orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapWeeklyVolume_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapExchange!]! - arbitrumgoerli_swap_swapDailyVolume( + ): [staginggoerli_swap_SwapWeeklyVolume!]! + staginggoerli_swap_lpAccount( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapDailyVolume - arbitrumgoerli_swap_swapDailyVolumes( + ): staginggoerli_swap_LpAccount + staginggoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapDailyVolume_filter + orderBy: staginggoerli_swap_LpAccount_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpAccount_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapDailyVolume!]! - arbitrumgoerli_swap_swapHourlyVolume( + ): [staginggoerli_swap_LpAccount!]! + staginggoerli_swap_lpAccountBalance( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapHourlyVolume - arbitrumgoerli_swap_swapHourlyVolumes( + ): staginggoerli_swap_LpAccountBalance + staginggoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapHourlyVolume_filter + orderBy: staginggoerli_swap_LpAccountBalance_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpAccountBalance_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapHourlyVolume!]! - arbitrumgoerli_swap_swapWeeklyVolume( + ): [staginggoerli_swap_LpAccountBalance!]! + staginggoerli_swap_lpToken( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapWeeklyVolume - arbitrumgoerli_swap_swapWeeklyVolumes( + ): staginggoerli_swap_LpToken + staginggoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapWeeklyVolume_filter + orderBy: staginggoerli_swap_LpToken_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpToken_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapWeeklyVolume!]! - arbitrumgoerli_swap_lpAccount( + ): [staginggoerli_swap_LpToken!]! + staginggoerli_swap_lpTransferEvent( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpAccount - arbitrumgoerli_swap_lpAccounts( + ): staginggoerli_swap_LpTransferEvent + staginggoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpAccount_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpAccount_filter + orderBy: staginggoerli_swap_LpTransferEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpTransferEvent_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpAccount!]! - arbitrumgoerli_swap_lpAccountBalance( + ): [staginggoerli_swap_LpTransferEvent!]! + staginggoerli_swap_stableSwapEvent( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpAccountBalance - arbitrumgoerli_swap_lpAccountBalances( + ): staginggoerli_swap_StableSwapEvent + staginggoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpAccountBalance_filter + orderBy: staginggoerli_swap_StableSwapEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapEvent_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpAccountBalance!]! - arbitrumgoerli_swap_lpToken( + ): [staginggoerli_swap_StableSwapEvent!]! + staginggoerli_swap_swapTradeVolume( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpToken - arbitrumgoerli_swap_lpTokens( + ): staginggoerli_swap_SwapTradeVolume + staginggoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpToken_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpToken_filter + orderBy: staginggoerli_swap_SwapTradeVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapTradeVolume_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpToken!]! - arbitrumgoerli_swap_lpTransferEvent( + ): [staginggoerli_swap_SwapTradeVolume!]! + staginggoerli_swap_lpTokenEvent( 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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpTransferEvent - arbitrumgoerli_swap_lpTransferEvents( + ): staginggoerli_swap_LpTokenEvent + staginggoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpTransferEvent_filter + orderBy: staginggoerli_swap_LpTokenEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpTokenEvent_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: arbitrumgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpTransferEvent!]! - arbitrumgoerli_swap_stableSwapEvent( + ): [staginggoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ + stagingarbitrumgoerli_swap_systemInfo( 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: arbitrumgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapEvent - arbitrumgoerli_swap_stableSwapEvents( + ): stagingarbitrumgoerli_swap_SystemInfo + stagingarbitrumgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapEvent_filter + orderBy: stagingarbitrumgoerli_swap_SystemInfo_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SystemInfo_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: arbitrumgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapEvent!]! - arbitrumgoerli_swap_swapTradeVolume( + ): [stagingarbitrumgoerli_swap_SystemInfo!]! + stagingarbitrumgoerli_swap_pooledToken( 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: arbitrumgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapTradeVolume - arbitrumgoerli_swap_swapTradeVolumes( + ): stagingarbitrumgoerli_swap_PooledToken + stagingarbitrumgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapTradeVolume_filter + orderBy: stagingarbitrumgoerli_swap_PooledToken_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_PooledToken_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: arbitrumgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapTradeVolume!]! - arbitrumgoerli_swap_lpTokenEvent( + ): [stagingarbitrumgoerli_swap_PooledToken!]! + stagingarbitrumgoerli_swap_stableSwap( 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: arbitrumgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpTokenEvent - arbitrumgoerli_swap_lpTokenEvents( + ): stagingarbitrumgoerli_swap_StableSwap + stagingarbitrumgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpTokenEvent_filter + orderBy: stagingarbitrumgoerli_swap_StableSwap_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwap_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: arbitrumgoerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumgoerli_swap__meta(block: arbitrumgoerli_swap_Block_height): arbitrumgoerli_swap__Meta_ - mumbai_swap_systemInfo( + ): [stagingarbitrumgoerli_swap_StableSwap!]! + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SystemInfo - mumbai_swap_systemInfos( + ): stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SystemInfo_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SystemInfo_filter + orderBy: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SystemInfo!]! - mumbai_swap_pooledToken( + ): [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_PooledToken - mumbai_swap_pooledTokens( + ): stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_PooledToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_PooledToken_filter + orderBy: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_PooledToken!]! - mumbai_swap_stableSwap( + ): [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! + stagingarbitrumgoerli_swap_stableSwapExchange( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwap - mumbai_swap_stableSwaps( + ): stagingarbitrumgoerli_swap_StableSwapExchange + stagingarbitrumgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwap_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwap_filter + orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwapExchange_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwap!]! - mumbai_swap_stableSwapAddLiquidityEvent( + ): [stagingarbitrumgoerli_swap_StableSwapExchange!]! + stagingarbitrumgoerli_swap_swapDailyVolume( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapAddLiquidityEvent - mumbai_swap_stableSwapAddLiquidityEvents( + ): stagingarbitrumgoerli_swap_SwapDailyVolume + stagingarbitrumgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SwapDailyVolume_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapAddLiquidityEvent!]! - mumbai_swap_stableSwapRemoveLiquidityEvent( + ): [stagingarbitrumgoerli_swap_SwapDailyVolume!]! + stagingarbitrumgoerli_swap_swapHourlyVolume( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapRemoveLiquidityEvent - mumbai_swap_stableSwapRemoveLiquidityEvents( + ): stagingarbitrumgoerli_swap_SwapHourlyVolume + stagingarbitrumgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SwapHourlyVolume_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! - mumbai_swap_stableSwapExchange( + ): [stagingarbitrumgoerli_swap_SwapHourlyVolume!]! + stagingarbitrumgoerli_swap_swapWeeklyVolume( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapExchange - mumbai_swap_stableSwapExchanges( + ): stagingarbitrumgoerli_swap_SwapWeeklyVolume + stagingarbitrumgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapExchange_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapExchange_filter + orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SwapWeeklyVolume_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapExchange!]! - mumbai_swap_swapDailyVolume( + ): [stagingarbitrumgoerli_swap_SwapWeeklyVolume!]! + stagingarbitrumgoerli_swap_lpAccount( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapDailyVolume - mumbai_swap_swapDailyVolumes( + ): stagingarbitrumgoerli_swap_LpAccount + stagingarbitrumgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapDailyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapDailyVolume_filter + orderBy: stagingarbitrumgoerli_swap_LpAccount_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpAccount_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapDailyVolume!]! - mumbai_swap_swapHourlyVolume( + ): [stagingarbitrumgoerli_swap_LpAccount!]! + stagingarbitrumgoerli_swap_lpAccountBalance( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapHourlyVolume - mumbai_swap_swapHourlyVolumes( + ): stagingarbitrumgoerli_swap_LpAccountBalance + stagingarbitrumgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapHourlyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapHourlyVolume_filter + orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpAccountBalance_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapHourlyVolume!]! - mumbai_swap_swapWeeklyVolume( + ): [stagingarbitrumgoerli_swap_LpAccountBalance!]! + stagingarbitrumgoerli_swap_lpToken( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapWeeklyVolume - mumbai_swap_swapWeeklyVolumes( + ): stagingarbitrumgoerli_swap_LpToken + stagingarbitrumgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapWeeklyVolume_filter + orderBy: stagingarbitrumgoerli_swap_LpToken_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpToken_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapWeeklyVolume!]! - mumbai_swap_lpAccount( + ): [stagingarbitrumgoerli_swap_LpToken!]! + stagingarbitrumgoerli_swap_lpTransferEvent( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpAccount - mumbai_swap_lpAccounts( + ): stagingarbitrumgoerli_swap_LpTransferEvent + stagingarbitrumgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccount_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccount_filter + orderBy: stagingarbitrumgoerli_swap_LpTransferEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpTransferEvent_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpAccount!]! - mumbai_swap_lpAccountBalance( + ): [stagingarbitrumgoerli_swap_LpTransferEvent!]! + stagingarbitrumgoerli_swap_stableSwapEvent( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpAccountBalance - mumbai_swap_lpAccountBalances( + ): stagingarbitrumgoerli_swap_StableSwapEvent + stagingarbitrumgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccountBalance_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccountBalance_filter + orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwapEvent_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpAccountBalance!]! - mumbai_swap_lpToken( + ): [stagingarbitrumgoerli_swap_StableSwapEvent!]! + stagingarbitrumgoerli_swap_swapTradeVolume( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpToken - mumbai_swap_lpTokens( + ): stagingarbitrumgoerli_swap_SwapTradeVolume + stagingarbitrumgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpToken_filter + orderBy: stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SwapTradeVolume_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpToken!]! - mumbai_swap_lpTransferEvent( + ): [stagingarbitrumgoerli_swap_SwapTradeVolume!]! + stagingarbitrumgoerli_swap_lpTokenEvent( 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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpTransferEvent - mumbai_swap_lpTransferEvents( + ): stagingarbitrumgoerli_swap_LpTokenEvent + stagingarbitrumgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTransferEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTransferEvent_filter + orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpTokenEvent_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: mumbai_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpTransferEvent!]! - mumbai_swap_stableSwapEvent( + ): [stagingarbitrumgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingarbitrumgoerli_swap__meta(block: stagingarbitrumgoerli_swap_Block_height): stagingarbitrumgoerli_swap__Meta_ + arbitrumgoerli_swap_systemInfo( 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: mumbai_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapEvent - mumbai_swap_stableSwapEvents( + ): arbitrumgoerli_swap_SystemInfo + arbitrumgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapEvent_filter + orderBy: arbitrumgoerli_swap_SystemInfo_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SystemInfo_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: mumbai_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapEvent!]! - mumbai_swap_swapTradeVolume( + ): [arbitrumgoerli_swap_SystemInfo!]! + arbitrumgoerli_swap_pooledToken( 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: mumbai_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapTradeVolume - mumbai_swap_swapTradeVolumes( + ): arbitrumgoerli_swap_PooledToken + arbitrumgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapTradeVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapTradeVolume_filter + orderBy: arbitrumgoerli_swap_PooledToken_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_PooledToken_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: mumbai_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapTradeVolume!]! - mumbai_swap_lpTokenEvent( + ): [arbitrumgoerli_swap_PooledToken!]! + arbitrumgoerli_swap_stableSwap( 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: mumbai_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpTokenEvent - mumbai_swap_lpTokenEvents( + ): arbitrumgoerli_swap_StableSwap + arbitrumgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTokenEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTokenEvent_filter + orderBy: arbitrumgoerli_swap_StableSwap_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwap_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: mumbai_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__Meta_ - stagingoptimismgoerli_swap_systemInfo( + ): [arbitrumgoerli_swap_StableSwap!]! + arbitrumgoerli_swap_stableSwapAddLiquidityEvent( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SystemInfo - stagingoptimismgoerli_swap_systemInfos( + ): arbitrumgoerli_swap_StableSwapAddLiquidityEvent + arbitrumgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SystemInfo_filter + orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SystemInfo!]! - stagingoptimismgoerli_swap_pooledToken( + ): [arbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_PooledToken - stagingoptimismgoerli_swap_pooledTokens( + ): arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_PooledToken_filter + orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_PooledToken!]! - stagingoptimismgoerli_swap_stableSwap( + ): [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumgoerli_swap_stableSwapExchange( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwap - stagingoptimismgoerli_swap_stableSwaps( + ): arbitrumgoerli_swap_StableSwapExchange + arbitrumgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwap_filter + orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapExchange_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwap!]! - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [arbitrumgoerli_swap_StableSwapExchange!]! + arbitrumgoerli_swap_swapDailyVolume( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( + ): arbitrumgoerli_swap_SwapDailyVolume + arbitrumgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapDailyVolume_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [arbitrumgoerli_swap_SwapDailyVolume!]! + arbitrumgoerli_swap_swapHourlyVolume( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumgoerli_swap_SwapHourlyVolume + arbitrumgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapHourlyVolume_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapExchange( + ): [arbitrumgoerli_swap_SwapHourlyVolume!]! + arbitrumgoerli_swap_swapWeeklyVolume( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapExchange - stagingoptimismgoerli_swap_stableSwapExchanges( + ): arbitrumgoerli_swap_SwapWeeklyVolume + arbitrumgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapExchange_filter + orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapWeeklyVolume_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapExchange!]! - stagingoptimismgoerli_swap_swapDailyVolume( + ): [arbitrumgoerli_swap_SwapWeeklyVolume!]! + arbitrumgoerli_swap_lpAccount( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapDailyVolume - stagingoptimismgoerli_swap_swapDailyVolumes( + ): arbitrumgoerli_swap_LpAccount + arbitrumgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapDailyVolume_filter + orderBy: arbitrumgoerli_swap_LpAccount_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpAccount_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! - stagingoptimismgoerli_swap_swapHourlyVolume( + ): [arbitrumgoerli_swap_LpAccount!]! + arbitrumgoerli_swap_lpAccountBalance( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapHourlyVolume - stagingoptimismgoerli_swap_swapHourlyVolumes( + ): arbitrumgoerli_swap_LpAccountBalance + arbitrumgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapHourlyVolume_filter + orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpAccountBalance_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! - stagingoptimismgoerli_swap_swapWeeklyVolume( + ): [arbitrumgoerli_swap_LpAccountBalance!]! + arbitrumgoerli_swap_lpToken( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapWeeklyVolume - stagingoptimismgoerli_swap_swapWeeklyVolumes( + ): arbitrumgoerli_swap_LpToken + arbitrumgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter + orderBy: arbitrumgoerli_swap_LpToken_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpToken_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! - stagingoptimismgoerli_swap_lpAccount( + ): [arbitrumgoerli_swap_LpToken!]! + arbitrumgoerli_swap_lpTransferEvent( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpAccount - stagingoptimismgoerli_swap_lpAccounts( + ): arbitrumgoerli_swap_LpTransferEvent + arbitrumgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccount_filter + orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpTransferEvent_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpAccount!]! - stagingoptimismgoerli_swap_lpAccountBalance( + ): [arbitrumgoerli_swap_LpTransferEvent!]! + arbitrumgoerli_swap_stableSwapEvent( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpAccountBalance - stagingoptimismgoerli_swap_lpAccountBalances( + ): arbitrumgoerli_swap_StableSwapEvent + arbitrumgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccountBalance_filter + orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapEvent_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpAccountBalance!]! - stagingoptimismgoerli_swap_lpToken( + ): [arbitrumgoerli_swap_StableSwapEvent!]! + arbitrumgoerli_swap_swapTradeVolume( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpToken - stagingoptimismgoerli_swap_lpTokens( + ): arbitrumgoerli_swap_SwapTradeVolume + arbitrumgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpToken_filter + orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapTradeVolume_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpToken!]! - stagingoptimismgoerli_swap_lpTransferEvent( + ): [arbitrumgoerli_swap_SwapTradeVolume!]! + arbitrumgoerli_swap_lpTokenEvent( 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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpTransferEvent - stagingoptimismgoerli_swap_lpTransferEvents( + ): arbitrumgoerli_swap_LpTokenEvent + arbitrumgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTransferEvent_filter + orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpTokenEvent_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: stagingoptimismgoerli_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpTransferEvent!]! - stagingoptimismgoerli_swap_stableSwapEvent( + ): [arbitrumgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumgoerli_swap__meta(block: arbitrumgoerli_swap_Block_height): arbitrumgoerli_swap__Meta_ + mumbai_swap_systemInfo( 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: stagingoptimismgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapEvent - stagingoptimismgoerli_swap_stableSwapEvents( + ): mumbai_swap_SystemInfo + mumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapEvent_filter + orderBy: mumbai_swap_SystemInfo_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SystemInfo_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: stagingoptimismgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapEvent!]! - stagingoptimismgoerli_swap_swapTradeVolume( + ): [mumbai_swap_SystemInfo!]! + mumbai_swap_pooledToken( 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: stagingoptimismgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapTradeVolume - stagingoptimismgoerli_swap_swapTradeVolumes( + ): mumbai_swap_PooledToken + mumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapTradeVolume_filter + orderBy: mumbai_swap_PooledToken_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_PooledToken_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: stagingoptimismgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! - stagingoptimismgoerli_swap_lpTokenEvent( + ): [mumbai_swap_PooledToken!]! + mumbai_swap_stableSwap( 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: stagingoptimismgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpTokenEvent - stagingoptimismgoerli_swap_lpTokenEvents( + ): mumbai_swap_StableSwap + mumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTokenEvent_filter + orderBy: mumbai_swap_StableSwap_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwap_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: stagingoptimismgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ - goerli_swap_systemInfo( + ): [mumbai_swap_StableSwap!]! + mumbai_swap_stableSwapAddLiquidityEvent( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SystemInfo - goerli_swap_systemInfos( + ): mumbai_swap_StableSwapAddLiquidityEvent + mumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SystemInfo_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SystemInfo_filter + orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapAddLiquidityEvent_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SystemInfo!]! - goerli_swap_pooledToken( + ): [mumbai_swap_StableSwapAddLiquidityEvent!]! + mumbai_swap_stableSwapRemoveLiquidityEvent( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_PooledToken - goerli_swap_pooledTokens( + ): mumbai_swap_StableSwapRemoveLiquidityEvent + mumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_PooledToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_PooledToken_filter + orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapRemoveLiquidityEvent_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_PooledToken!]! - goerli_swap_stableSwap( + ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! + mumbai_swap_stableSwapExchange( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwap - goerli_swap_stableSwaps( + ): mumbai_swap_StableSwapExchange + mumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwap_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwap_filter + orderBy: mumbai_swap_StableSwapExchange_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapExchange_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwap!]! - goerli_swap_stableSwapAddLiquidityEvent( + ): [mumbai_swap_StableSwapExchange!]! + mumbai_swap_swapDailyVolume( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapAddLiquidityEvent - goerli_swap_stableSwapAddLiquidityEvents( + ): mumbai_swap_SwapDailyVolume + mumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: mumbai_swap_SwapDailyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapDailyVolume_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapAddLiquidityEvent!]! - goerli_swap_stableSwapRemoveLiquidityEvent( + ): [mumbai_swap_SwapDailyVolume!]! + mumbai_swap_swapHourlyVolume( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapRemoveLiquidityEvent - goerli_swap_stableSwapRemoveLiquidityEvents( + ): mumbai_swap_SwapHourlyVolume + mumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: mumbai_swap_SwapHourlyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapHourlyVolume_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! - goerli_swap_stableSwapExchange( + ): [mumbai_swap_SwapHourlyVolume!]! + mumbai_swap_swapWeeklyVolume( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapExchange - goerli_swap_stableSwapExchanges( + ): mumbai_swap_SwapWeeklyVolume + mumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapExchange_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapExchange_filter + orderBy: mumbai_swap_SwapWeeklyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapWeeklyVolume_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapExchange!]! - goerli_swap_swapDailyVolume( + ): [mumbai_swap_SwapWeeklyVolume!]! + mumbai_swap_lpAccount( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapDailyVolume - goerli_swap_swapDailyVolumes( + ): mumbai_swap_LpAccount + mumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapDailyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapDailyVolume_filter + orderBy: mumbai_swap_LpAccount_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpAccount_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapDailyVolume!]! - goerli_swap_swapHourlyVolume( + ): [mumbai_swap_LpAccount!]! + mumbai_swap_lpAccountBalance( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapHourlyVolume - goerli_swap_swapHourlyVolumes( + ): mumbai_swap_LpAccountBalance + mumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapHourlyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapHourlyVolume_filter + orderBy: mumbai_swap_LpAccountBalance_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpAccountBalance_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapHourlyVolume!]! - goerli_swap_swapWeeklyVolume( + ): [mumbai_swap_LpAccountBalance!]! + mumbai_swap_lpToken( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapWeeklyVolume - goerli_swap_swapWeeklyVolumes( + ): mumbai_swap_LpToken + mumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapWeeklyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapWeeklyVolume_filter + orderBy: mumbai_swap_LpToken_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpToken_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapWeeklyVolume!]! - goerli_swap_lpAccount( + ): [mumbai_swap_LpToken!]! + mumbai_swap_lpTransferEvent( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpAccount - goerli_swap_lpAccounts( + ): mumbai_swap_LpTransferEvent + mumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccount_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccount_filter + orderBy: mumbai_swap_LpTransferEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpTransferEvent_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpAccount!]! - goerli_swap_lpAccountBalance( + ): [mumbai_swap_LpTransferEvent!]! + mumbai_swap_stableSwapEvent( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpAccountBalance - goerli_swap_lpAccountBalances( + ): mumbai_swap_StableSwapEvent + mumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccountBalance_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccountBalance_filter + orderBy: mumbai_swap_StableSwapEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapEvent_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpAccountBalance!]! - goerli_swap_lpToken( + ): [mumbai_swap_StableSwapEvent!]! + mumbai_swap_swapTradeVolume( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpToken - goerli_swap_lpTokens( + ): mumbai_swap_SwapTradeVolume + mumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpToken_filter + orderBy: mumbai_swap_SwapTradeVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapTradeVolume_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpToken!]! - goerli_swap_lpTransferEvent( + ): [mumbai_swap_SwapTradeVolume!]! + mumbai_swap_lpTokenEvent( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpTransferEvent - goerli_swap_lpTransferEvents( + ): mumbai_swap_LpTokenEvent + mumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTransferEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTransferEvent_filter + orderBy: mumbai_swap_LpTokenEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpTokenEvent_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpTransferEvent!]! - goerli_swap_stableSwapEvent( + ): [mumbai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__Meta_ + bnb_swap_systemInfo( 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: goerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapEvent - goerli_swap_stableSwapEvents( + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapEvent_filter + orderBy: bnb_swap_SystemInfo_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SystemInfo_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: goerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapEvent!]! - goerli_swap_swapTradeVolume( + ): [bnb_swap_SystemInfo!]! + bnb_swap_pooledToken( 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: goerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapTradeVolume - goerli_swap_swapTradeVolumes( + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapTradeVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapTradeVolume_filter + orderBy: bnb_swap_PooledToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_PooledToken_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: goerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapTradeVolume!]! - goerli_swap_lpTokenEvent( + ): [bnb_swap_PooledToken!]! + bnb_swap_stableSwap( 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: goerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpTokenEvent - goerli_swap_lpTokenEvents( + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTokenEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTokenEvent_filter + orderBy: bnb_swap_StableSwap_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwap_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: goerli_swap_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - goerli_swap__meta(block: goerli_swap_Block_height): goerli_swap__Meta_ - localmainnet_rootAggregated( + ): [bnb_swap_StableSwap!]! + bnb_swap_stableSwapAddLiquidityEvent( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootAggregated - localmainnet_rootAggregateds( + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootAggregated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootAggregated_filter + orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapAddLiquidityEvent_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootAggregated!]! - localmainnet_rootPropagated( + ): [bnb_swap_StableSwapAddLiquidityEvent!]! + bnb_swap_stableSwapRemoveLiquidityEvent( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootPropagated - localmainnet_rootPropagateds( + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootPropagated_filter + orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapRemoveLiquidityEvent_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootPropagated!]! - localmainnet_aggregatedMessageRoot( + ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! + bnb_swap_stableSwapExchange( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregatedMessageRoot - localmainnet_aggregatedMessageRoots( + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregatedMessageRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregatedMessageRoot_filter + orderBy: bnb_swap_StableSwapExchange_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapExchange_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregatedMessageRoot!]! - localmainnet_rootManagerMeta( + ): [bnb_swap_StableSwapExchange!]! + bnb_swap_swapDailyVolume( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootManagerMeta - localmainnet_rootManagerMetas( + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMeta_filter + orderBy: bnb_swap_SwapDailyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapDailyVolume_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootManagerMeta!]! - localmainnet_rootManagerMode( + ): [bnb_swap_SwapDailyVolume!]! + bnb_swap_swapHourlyVolume( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootManagerMode - localmainnet_rootManagerModes( + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMode_filter + orderBy: bnb_swap_SwapHourlyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapHourlyVolume_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootManagerMode!]! - localmainnet_optimisticRootProposed( + ): [bnb_swap_SwapHourlyVolume!]! + bnb_swap_swapWeeklyVolume( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootProposed - localmainnet_optimisticRootProposeds( + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootProposed_filter + orderBy: bnb_swap_SwapWeeklyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapWeeklyVolume_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootProposed!]! - localmainnet_hubOptimisticRootFinalized( + ): [bnb_swap_SwapWeeklyVolume!]! + bnb_swap_lpAccount( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_HubOptimisticRootFinalized - localmainnet_hubOptimisticRootFinalizeds( + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubOptimisticRootFinalized_filter + orderBy: bnb_swap_LpAccount_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccount_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_HubOptimisticRootFinalized!]! - localmainnet_optimisticRootPropagated( + ): [bnb_swap_LpAccount!]! + bnb_swap_lpAccountBalance( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootPropagated - localmainnet_optimisticRootPropagateds( + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootPropagated_filter + orderBy: bnb_swap_LpAccountBalance_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccountBalance_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootPropagated!]! - localmainnet_polygonConnectorMeta( + ): [bnb_swap_LpAccountBalance!]! + bnb_swap_lpToken( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_PolygonConnectorMeta - localmainnet_polygonConnectorMetas( + ): bnb_swap_LpToken + bnb_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_PolygonConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_PolygonConnectorMeta_filter + orderBy: bnb_swap_LpToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpToken_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_PolygonConnectorMeta!]! - localmainnet_optimismConnectorMeta( + ): [bnb_swap_LpToken!]! + bnb_swap_lpTransferEvent( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimismConnectorMeta - localmainnet_optimismConnectorMetas( + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimismConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimismConnectorMeta_filter + orderBy: bnb_swap_LpTransferEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTransferEvent_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimismConnectorMeta!]! - localmainnet_bnbConnectorMeta( + ): [bnb_swap_LpTransferEvent!]! + bnb_swap_stableSwapEvent( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_BnbConnectorMeta - localmainnet_bnbConnectorMetas( + ): bnb_swap_StableSwapEvent + bnb_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_BnbConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_BnbConnectorMeta_filter + orderBy: bnb_swap_StableSwapEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapEvent_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_BnbConnectorMeta!]! - localmainnet_arbitrumConnectorMeta( + ): [bnb_swap_StableSwapEvent!]! + bnb_swap_swapTradeVolume( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ArbitrumConnectorMeta - localmainnet_arbitrumConnectorMetas( + ): bnb_swap_SwapTradeVolume + bnb_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ArbitrumConnectorMeta_filter + orderBy: bnb_swap_SwapTradeVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapTradeVolume_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ArbitrumConnectorMeta!]! - localmainnet_gnosisConnectorMeta( + ): [bnb_swap_SwapTradeVolume!]! + bnb_swap_lpTokenEvent( 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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_GnosisConnectorMeta - localmainnet_gnosisConnectorMetas( + ): bnb_swap_LpTokenEvent + bnb_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_GnosisConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_GnosisConnectorMeta_filter + orderBy: bnb_swap_LpTokenEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTokenEvent_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: localmainnet_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_GnosisConnectorMeta!]! - localmainnet_zkSyncConnectorMeta( + ): [bnb_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ + stagingmumbai_swap_systemInfo( 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: localmainnet_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ZkSyncConnectorMeta - localmainnet_zkSyncConnectorMetas( + ): stagingmumbai_swap_SystemInfo + stagingmumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ZkSyncConnectorMeta_filter + orderBy: stagingmumbai_swap_SystemInfo_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SystemInfo_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: localmainnet_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ZkSyncConnectorMeta!]! - localmainnet_rootMessageProcessed( + ): [stagingmumbai_swap_SystemInfo!]! + stagingmumbai_swap_pooledToken( 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: localmainnet_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootMessageProcessed - localmainnet_rootMessageProcesseds( + ): stagingmumbai_swap_PooledToken + stagingmumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageProcessed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageProcessed_filter + orderBy: stagingmumbai_swap_PooledToken_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_PooledToken_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: localmainnet_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootMessageProcessed!]! - localmainnet_aggregateRootSavedSlow( + ): [stagingmumbai_swap_PooledToken!]! + stagingmumbai_swap_stableSwap( 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: localmainnet_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRootSavedSlow - localmainnet_aggregateRootSavedSlows( + ): stagingmumbai_swap_StableSwap + stagingmumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootSavedSlow_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootSavedSlow_filter + orderBy: stagingmumbai_swap_StableSwap_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwap_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: localmainnet_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRootSavedSlow!]! - localmainnet_hubDomain( + ): [stagingmumbai_swap_StableSwap!]! + stagingmumbai_swap_stableSwapAddLiquidityEvent( 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: localmainnet_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_HubDomain - localmainnet_hubDomains( + ): stagingmumbai_swap_StableSwapAddLiquidityEvent + stagingmumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubDomain_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubDomain_filter + orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapAddLiquidityEvent_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: localmainnet_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_HubDomain!]! - """Access to subgraph metadata""" - localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ - staginggoerli_swap_systemInfo( + ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! + stagingmumbai_swap_stableSwapRemoveLiquidityEvent( 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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SystemInfo - staginggoerli_swap_systemInfos( + ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent + stagingmumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SystemInfo_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SystemInfo_filter + orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SystemInfo!]! - staginggoerli_swap_pooledToken( + ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! + stagingmumbai_swap_stableSwapExchange( 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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_PooledToken - staginggoerli_swap_pooledTokens( + ): stagingmumbai_swap_StableSwapExchange + stagingmumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_PooledToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_PooledToken_filter + orderBy: stagingmumbai_swap_StableSwapExchange_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapExchange_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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_PooledToken!]! - staginggoerli_swap_stableSwap( + ): [stagingmumbai_swap_StableSwapExchange!]! + stagingmumbai_swap_swapDailyVolume( 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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwap - staginggoerli_swap_stableSwaps( + ): stagingmumbai_swap_SwapDailyVolume + stagingmumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwap_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwap_filter + orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapDailyVolume_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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwap!]! - staginggoerli_swap_stableSwapAddLiquidityEvent( + ): [stagingmumbai_swap_SwapDailyVolume!]! + stagingmumbai_swap_swapHourlyVolume( 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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapAddLiquidityEvent - staginggoerli_swap_stableSwapAddLiquidityEvents( + ): stagingmumbai_swap_SwapHourlyVolume + stagingmumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapHourlyVolume_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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! - staginggoerli_swap_stableSwapRemoveLiquidityEvent( + ): [stagingmumbai_swap_SwapHourlyVolume!]! + stagingmumbai_swap_swapWeeklyVolume( 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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapRemoveLiquidityEvent - staginggoerli_swap_stableSwapRemoveLiquidityEvents( + ): stagingmumbai_swap_SwapWeeklyVolume + stagingmumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapWeeklyVolume_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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! - staginggoerli_swap_stableSwapExchange( + ): [stagingmumbai_swap_SwapWeeklyVolume!]! + stagingmumbai_swap_lpAccount( 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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapExchange - staginggoerli_swap_stableSwapExchanges( + ): stagingmumbai_swap_LpAccount + stagingmumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapExchange_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapExchange_filter + orderBy: stagingmumbai_swap_LpAccount_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpAccount_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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapExchange!]! - staginggoerli_swap_swapDailyVolume( + ): [stagingmumbai_swap_LpAccount!]! + stagingmumbai_swap_lpAccountBalance( 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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapDailyVolume - staginggoerli_swap_swapDailyVolumes( + ): stagingmumbai_swap_LpAccountBalance + stagingmumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapDailyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapDailyVolume_filter + orderBy: stagingmumbai_swap_LpAccountBalance_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpAccountBalance_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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapDailyVolume!]! - staginggoerli_swap_swapHourlyVolume( + ): [stagingmumbai_swap_LpAccountBalance!]! + stagingmumbai_swap_lpToken( 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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapHourlyVolume - staginggoerli_swap_swapHourlyVolumes( + ): stagingmumbai_swap_LpToken + stagingmumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapHourlyVolume_filter + orderBy: stagingmumbai_swap_LpToken_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpToken_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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapHourlyVolume!]! - staginggoerli_swap_swapWeeklyVolume( + ): [stagingmumbai_swap_LpToken!]! + stagingmumbai_swap_lpTransferEvent( 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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapWeeklyVolume - staginggoerli_swap_swapWeeklyVolumes( + ): stagingmumbai_swap_LpTransferEvent + stagingmumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapWeeklyVolume_filter + orderBy: stagingmumbai_swap_LpTransferEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpTransferEvent_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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapWeeklyVolume!]! - staginggoerli_swap_lpAccount( + ): [stagingmumbai_swap_LpTransferEvent!]! + stagingmumbai_swap_stableSwapEvent( 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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpAccount - staginggoerli_swap_lpAccounts( + ): stagingmumbai_swap_StableSwapEvent + stagingmumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccount_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccount_filter + orderBy: stagingmumbai_swap_StableSwapEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapEvent_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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpAccount!]! - staginggoerli_swap_lpAccountBalance( + ): [stagingmumbai_swap_StableSwapEvent!]! + stagingmumbai_swap_swapTradeVolume( 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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpAccountBalance - staginggoerli_swap_lpAccountBalances( + ): stagingmumbai_swap_SwapTradeVolume + stagingmumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccountBalance_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccountBalance_filter + orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapTradeVolume_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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpAccountBalance!]! - staginggoerli_swap_lpToken( + ): [stagingmumbai_swap_SwapTradeVolume!]! + stagingmumbai_swap_lpTokenEvent( 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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpToken - staginggoerli_swap_lpTokens( + ): stagingmumbai_swap_LpTokenEvent + stagingmumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpToken_filter + orderBy: stagingmumbai_swap_LpTokenEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpTokenEvent_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: staginggoerli_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpToken!]! - staginggoerli_swap_lpTransferEvent( + ): [stagingmumbai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ + xdai_swap_systemInfo( 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: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpTransferEvent - staginggoerli_swap_lpTransferEvents( + ): xdai_swap_SystemInfo + xdai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTransferEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTransferEvent_filter + orderBy: xdai_swap_SystemInfo_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SystemInfo_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: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpTransferEvent!]! - staginggoerli_swap_stableSwapEvent( + ): [xdai_swap_SystemInfo!]! + xdai_swap_pooledToken( 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: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapEvent - staginggoerli_swap_stableSwapEvents( + ): xdai_swap_PooledToken + xdai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapEvent_filter + orderBy: xdai_swap_PooledToken_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_PooledToken_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: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapEvent!]! - staginggoerli_swap_swapTradeVolume( + ): [xdai_swap_PooledToken!]! + xdai_swap_stableSwap( 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: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapTradeVolume - staginggoerli_swap_swapTradeVolumes( + ): xdai_swap_StableSwap + xdai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapTradeVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapTradeVolume_filter + orderBy: xdai_swap_StableSwap_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwap_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: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapTradeVolume!]! - staginggoerli_swap_lpTokenEvent( + ): [xdai_swap_StableSwap!]! + xdai_swap_stableSwapAddLiquidityEvent( 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: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpTokenEvent - staginggoerli_swap_lpTokenEvents( + ): xdai_swap_StableSwapAddLiquidityEvent + xdai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTokenEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTokenEvent_filter + orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapAddLiquidityEvent_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: staginggoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ - stagingmumbai_swap_systemInfo( + ): [xdai_swap_StableSwapAddLiquidityEvent!]! + xdai_swap_stableSwapRemoveLiquidityEvent( 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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SystemInfo - stagingmumbai_swap_systemInfos( + ): xdai_swap_StableSwapRemoveLiquidityEvent + xdai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SystemInfo_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SystemInfo_filter + orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapRemoveLiquidityEvent_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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SystemInfo!]! - stagingmumbai_swap_pooledToken( + ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! + xdai_swap_stableSwapExchange( 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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_PooledToken - stagingmumbai_swap_pooledTokens( + ): xdai_swap_StableSwapExchange + xdai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_PooledToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_PooledToken_filter + orderBy: xdai_swap_StableSwapExchange_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapExchange_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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_PooledToken!]! - stagingmumbai_swap_stableSwap( + ): [xdai_swap_StableSwapExchange!]! + xdai_swap_swapDailyVolume( 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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwap - stagingmumbai_swap_stableSwaps( + ): xdai_swap_SwapDailyVolume + xdai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwap_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwap_filter + orderBy: xdai_swap_SwapDailyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapDailyVolume_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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwap!]! - stagingmumbai_swap_stableSwapAddLiquidityEvent( + ): [xdai_swap_SwapDailyVolume!]! + xdai_swap_swapHourlyVolume( 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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapAddLiquidityEvent - stagingmumbai_swap_stableSwapAddLiquidityEvents( + ): xdai_swap_SwapHourlyVolume + xdai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter + orderBy: xdai_swap_SwapHourlyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapHourlyVolume_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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! - stagingmumbai_swap_stableSwapRemoveLiquidityEvent( + ): [xdai_swap_SwapHourlyVolume!]! + xdai_swap_swapWeeklyVolume( 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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent - stagingmumbai_swap_stableSwapRemoveLiquidityEvents( + ): xdai_swap_SwapWeeklyVolume + xdai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: xdai_swap_SwapWeeklyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapWeeklyVolume_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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! - stagingmumbai_swap_stableSwapExchange( + ): [xdai_swap_SwapWeeklyVolume!]! + xdai_swap_lpAccount( 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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapExchange - stagingmumbai_swap_stableSwapExchanges( + ): xdai_swap_LpAccount + xdai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapExchange_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapExchange_filter + orderBy: xdai_swap_LpAccount_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpAccount_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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapExchange!]! - stagingmumbai_swap_swapDailyVolume( + ): [xdai_swap_LpAccount!]! + xdai_swap_lpAccountBalance( 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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapDailyVolume - stagingmumbai_swap_swapDailyVolumes( + ): xdai_swap_LpAccountBalance + xdai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapDailyVolume_filter + orderBy: xdai_swap_LpAccountBalance_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpAccountBalance_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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapDailyVolume!]! - stagingmumbai_swap_swapHourlyVolume( + ): [xdai_swap_LpAccountBalance!]! + xdai_swap_lpToken( 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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapHourlyVolume - stagingmumbai_swap_swapHourlyVolumes( + ): xdai_swap_LpToken + xdai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapHourlyVolume_filter + orderBy: xdai_swap_LpToken_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpToken_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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapHourlyVolume!]! - stagingmumbai_swap_swapWeeklyVolume( + ): [xdai_swap_LpToken!]! + xdai_swap_lpTransferEvent( 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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapWeeklyVolume - stagingmumbai_swap_swapWeeklyVolumes( + ): xdai_swap_LpTransferEvent + xdai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapWeeklyVolume_filter + orderBy: xdai_swap_LpTransferEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpTransferEvent_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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapWeeklyVolume!]! - stagingmumbai_swap_lpAccount( + ): [xdai_swap_LpTransferEvent!]! + xdai_swap_stableSwapEvent( 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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpAccount - stagingmumbai_swap_lpAccounts( + ): xdai_swap_StableSwapEvent + xdai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccount_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccount_filter + orderBy: xdai_swap_StableSwapEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapEvent_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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpAccount!]! - stagingmumbai_swap_lpAccountBalance( + ): [xdai_swap_StableSwapEvent!]! + xdai_swap_swapTradeVolume( 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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpAccountBalance - stagingmumbai_swap_lpAccountBalances( + ): xdai_swap_SwapTradeVolume + xdai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccountBalance_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccountBalance_filter + orderBy: xdai_swap_SwapTradeVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapTradeVolume_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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpAccountBalance!]! - stagingmumbai_swap_lpToken( + ): [xdai_swap_SwapTradeVolume!]! + xdai_swap_lpTokenEvent( 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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpToken - stagingmumbai_swap_lpTokens( + ): xdai_swap_LpTokenEvent + xdai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpToken_filter + orderBy: xdai_swap_LpTokenEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpTokenEvent_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: stagingmumbai_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpToken!]! - stagingmumbai_swap_lpTransferEvent( + ): [xdai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ + staginggoerli_rootAggregated( 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: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpTransferEvent - stagingmumbai_swap_lpTransferEvents( + ): staginggoerli_RootAggregated + staginggoerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTransferEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTransferEvent_filter + orderBy: staginggoerli_RootAggregated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootAggregated_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: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpTransferEvent!]! - stagingmumbai_swap_stableSwapEvent( + ): [staginggoerli_RootAggregated!]! + staginggoerli_rootPropagated( 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: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapEvent - stagingmumbai_swap_stableSwapEvents( + ): staginggoerli_RootPropagated + staginggoerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapEvent_filter + orderBy: staginggoerli_RootPropagated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootPropagated_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: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapEvent!]! - stagingmumbai_swap_swapTradeVolume( + ): [staginggoerli_RootPropagated!]! + staginggoerli_aggregatedMessageRoot( 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: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapTradeVolume - stagingmumbai_swap_swapTradeVolumes( + ): staginggoerli_AggregatedMessageRoot + staginggoerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapTradeVolume_filter + orderBy: staginggoerli_AggregatedMessageRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregatedMessageRoot_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: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapTradeVolume!]! - stagingmumbai_swap_lpTokenEvent( + ): [staginggoerli_AggregatedMessageRoot!]! + staginggoerli_rootManagerMeta( 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: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpTokenEvent - stagingmumbai_swap_lpTokenEvents( + ): staginggoerli_RootManagerMeta + staginggoerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTokenEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTokenEvent_filter + orderBy: staginggoerli_RootManagerMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootManagerMeta_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: stagingmumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ - optimismgoerli_swap_systemInfo( + ): [staginggoerli_RootManagerMeta!]! + staginggoerli_rootManagerMode( 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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SystemInfo - optimismgoerli_swap_systemInfos( + ): staginggoerli_RootManagerMode + staginggoerli_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SystemInfo_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SystemInfo_filter + orderBy: staginggoerli_RootManagerMode_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootManagerMode_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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SystemInfo!]! - optimismgoerli_swap_pooledToken( + ): [staginggoerli_RootManagerMode!]! + staginggoerli_optimisticRootProposed( 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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_PooledToken - optimismgoerli_swap_pooledTokens( + ): staginggoerli_OptimisticRootProposed + staginggoerli_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_PooledToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_PooledToken_filter + orderBy: staginggoerli_OptimisticRootProposed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootProposed_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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_PooledToken!]! - optimismgoerli_swap_stableSwap( + ): [staginggoerli_OptimisticRootProposed!]! + staginggoerli_hubOptimisticRootFinalized( 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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwap - optimismgoerli_swap_stableSwaps( + ): staginggoerli_HubOptimisticRootFinalized + staginggoerli_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwap_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwap_filter + orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_HubOptimisticRootFinalized_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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwap!]! - optimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [staginggoerli_HubOptimisticRootFinalized!]! + staginggoerli_optimisticRootPropagated( 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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapAddLiquidityEvent - optimismgoerli_swap_stableSwapAddLiquidityEvents( + ): staginggoerli_OptimisticRootPropagated + staginggoerli_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: staginggoerli_OptimisticRootPropagated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootPropagated_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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapAddLiquidityEvent!]! - optimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [staginggoerli_OptimisticRootPropagated!]! + staginggoerli_polygonConnectorMeta( 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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent - optimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): staginggoerli_PolygonConnectorMeta + staginggoerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: staginggoerli_PolygonConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_PolygonConnectorMeta_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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - optimismgoerli_swap_stableSwapExchange( + ): [staginggoerli_PolygonConnectorMeta!]! + staginggoerli_optimismConnectorMeta( 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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapExchange - optimismgoerli_swap_stableSwapExchanges( + ): staginggoerli_OptimismConnectorMeta + staginggoerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapExchange_filter + orderBy: staginggoerli_OptimismConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimismConnectorMeta_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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapExchange!]! - optimismgoerli_swap_swapDailyVolume( + ): [staginggoerli_OptimismConnectorMeta!]! + staginggoerli_bnbConnectorMeta( 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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapDailyVolume - optimismgoerli_swap_swapDailyVolumes( + ): staginggoerli_BnbConnectorMeta + staginggoerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapDailyVolume_filter + orderBy: staginggoerli_BnbConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_BnbConnectorMeta_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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapDailyVolume!]! - optimismgoerli_swap_swapHourlyVolume( + ): [staginggoerli_BnbConnectorMeta!]! + staginggoerli_arbitrumConnectorMeta( 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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapHourlyVolume - optimismgoerli_swap_swapHourlyVolumes( + ): staginggoerli_ArbitrumConnectorMeta + staginggoerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapHourlyVolume_filter + orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ArbitrumConnectorMeta_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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapHourlyVolume!]! - optimismgoerli_swap_swapWeeklyVolume( + ): [staginggoerli_ArbitrumConnectorMeta!]! + staginggoerli_gnosisConnectorMeta( 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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapWeeklyVolume - optimismgoerli_swap_swapWeeklyVolumes( + ): staginggoerli_GnosisConnectorMeta + staginggoerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapWeeklyVolume_filter + orderBy: staginggoerli_GnosisConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_GnosisConnectorMeta_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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapWeeklyVolume!]! - optimismgoerli_swap_lpAccount( + ): [staginggoerli_GnosisConnectorMeta!]! + staginggoerli_zkSyncConnectorMeta( 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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpAccount - optimismgoerli_swap_lpAccounts( + ): staginggoerli_ZkSyncConnectorMeta + staginggoerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccount_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccount_filter + orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ZkSyncConnectorMeta_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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpAccount!]! - optimismgoerli_swap_lpAccountBalance( + ): [staginggoerli_ZkSyncConnectorMeta!]! + staginggoerli_rootMessageProcessed( 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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpAccountBalance - optimismgoerli_swap_lpAccountBalances( + ): staginggoerli_RootMessageProcessed + staginggoerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccountBalance_filter + orderBy: staginggoerli_RootMessageProcessed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootMessageProcessed_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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpAccountBalance!]! - optimismgoerli_swap_lpToken( + ): [staginggoerli_RootMessageProcessed!]! + staginggoerli_aggregateRootSavedSlow( 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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpToken - optimismgoerli_swap_lpTokens( + ): staginggoerli_AggregateRootSavedSlow + staginggoerli_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpToken_filter + orderBy: staginggoerli_AggregateRootSavedSlow_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRootSavedSlow_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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpToken!]! - optimismgoerli_swap_lpTransferEvent( + ): [staginggoerli_AggregateRootSavedSlow!]! + staginggoerli_hubDomain( 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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpTransferEvent - optimismgoerli_swap_lpTransferEvents( + ): staginggoerli_HubDomain + staginggoerli_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTransferEvent_filter + orderBy: staginggoerli_HubDomain_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_HubDomain_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: optimismgoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpTransferEvent!]! - optimismgoerli_swap_stableSwapEvent( + ): [staginggoerli_HubDomain!]! + """Access to subgraph metadata""" + staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ + optimismgoerli_swap_systemInfo( 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. @@ -22610,13 +23108,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapEvent - optimismgoerli_swap_stableSwapEvents( + ): optimismgoerli_swap_SystemInfo + optimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapEvent_orderBy + orderBy: optimismgoerli_swap_SystemInfo_orderBy orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapEvent_filter + where: optimismgoerli_swap_SystemInfo_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. """ @@ -22625,8 +23123,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapEvent!]! - optimismgoerli_swap_swapTradeVolume( + ): [optimismgoerli_swap_SystemInfo!]! + optimismgoerli_swap_pooledToken( 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. @@ -22636,13 +23134,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapTradeVolume - optimismgoerli_swap_swapTradeVolumes( + ): optimismgoerli_swap_PooledToken + optimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy + orderBy: optimismgoerli_swap_PooledToken_orderBy orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapTradeVolume_filter + where: optimismgoerli_swap_PooledToken_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. """ @@ -22651,8 +23149,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapTradeVolume!]! - optimismgoerli_swap_lpTokenEvent( + ): [optimismgoerli_swap_PooledToken!]! + optimismgoerli_swap_stableSwap( 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. @@ -22662,13 +23160,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpTokenEvent - optimismgoerli_swap_lpTokenEvents( + ): optimismgoerli_swap_StableSwap + optimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTokenEvent_orderBy + orderBy: optimismgoerli_swap_StableSwap_orderBy orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTokenEvent_filter + where: optimismgoerli_swap_StableSwap_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. """ @@ -22677,505 +23175,347 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__Meta_ - linea_asset( - 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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Asset - linea_assets( - skip: Int = 0 - first: Int = 100 - orderBy: linea_Asset_orderBy - orderDirection: linea_OrderDirection - where: linea_Asset_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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Asset!]! - linea_assetStatus( - 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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AssetStatus - linea_assetStatuses( - skip: Int = 0 - first: Int = 100 - orderBy: linea_AssetStatus_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetStatus_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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AssetStatus!]! - linea_assetBalance( - 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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AssetBalance - linea_assetBalances( - skip: Int = 0 - first: Int = 100 - orderBy: linea_AssetBalance_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetBalance_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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AssetBalance!]! - linea_router( - 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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Router - linea_routers( - skip: Int = 0 - first: Int = 100 - orderBy: linea_Router_orderBy - orderDirection: linea_OrderDirection - where: linea_Router_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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Router!]! - linea_routerDailyTVL( - 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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RouterDailyTVL - linea_routerDailyTVLs( - skip: Int = 0 - first: Int = 100 - orderBy: linea_RouterDailyTVL_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterDailyTVL_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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RouterDailyTVL!]! - linea_routerLiquidityEvent( - 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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RouterLiquidityEvent - linea_routerLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: linea_RouterLiquidityEvent_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterLiquidityEvent_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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RouterLiquidityEvent!]! - linea_setting( + ): [optimismgoerli_swap_StableSwap!]! + optimismgoerli_swap_stableSwapAddLiquidityEvent( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Setting - linea_settings( + ): optimismgoerli_swap_StableSwapAddLiquidityEvent + optimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_Setting_orderBy - orderDirection: linea_OrderDirection - where: linea_Setting_filter + orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapAddLiquidityEvent_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Setting!]! - linea_relayer( + ): [optimismgoerli_swap_StableSwapAddLiquidityEvent!]! + optimismgoerli_swap_stableSwapRemoveLiquidityEvent( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Relayer - linea_relayers( + ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent + optimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_Relayer_orderBy - orderDirection: linea_OrderDirection - where: linea_Relayer_filter + orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Relayer!]! - linea_sequencer( + ): [optimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! + optimismgoerli_swap_stableSwapExchange( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Sequencer - linea_sequencers( + ): optimismgoerli_swap_StableSwapExchange + optimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: linea_Sequencer_orderBy - orderDirection: linea_OrderDirection - where: linea_Sequencer_filter + orderBy: optimismgoerli_swap_StableSwapExchange_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapExchange_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Sequencer!]! - linea_relayerFee( + ): [optimismgoerli_swap_StableSwapExchange!]! + optimismgoerli_swap_swapDailyVolume( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RelayerFee - linea_relayerFees( + ): optimismgoerli_swap_SwapDailyVolume + optimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFee_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFee_filter + orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapDailyVolume_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RelayerFee!]! - linea_originTransfer( + ): [optimismgoerli_swap_SwapDailyVolume!]! + optimismgoerli_swap_swapHourlyVolume( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OriginTransfer - linea_originTransfers( + ): optimismgoerli_swap_SwapHourlyVolume + optimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginTransfer_filter + orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapHourlyVolume_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OriginTransfer!]! - linea_destinationTransfer( + ): [optimismgoerli_swap_SwapHourlyVolume!]! + optimismgoerli_swap_swapWeeklyVolume( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_DestinationTransfer - linea_destinationTransfers( + ): optimismgoerli_swap_SwapWeeklyVolume + optimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_DestinationTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_DestinationTransfer_filter + orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapWeeklyVolume_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_DestinationTransfer!]! - linea_originMessage( + ): [optimismgoerli_swap_SwapWeeklyVolume!]! + optimismgoerli_swap_lpAccount( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OriginMessage - linea_originMessages( + ): optimismgoerli_swap_LpAccount + optimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginMessage_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginMessage_filter + orderBy: optimismgoerli_swap_LpAccount_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpAccount_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OriginMessage!]! - linea_aggregateRoot( + ): [optimismgoerli_swap_LpAccount!]! + optimismgoerli_swap_lpAccountBalance( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AggregateRoot - linea_aggregateRoots( + ): optimismgoerli_swap_LpAccountBalance + optimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRoot_filter + orderBy: optimismgoerli_swap_LpAccountBalance_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpAccountBalance_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AggregateRoot!]! - linea_connectorMeta( + ): [optimismgoerli_swap_LpAccountBalance!]! + optimismgoerli_swap_lpToken( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_ConnectorMeta - linea_connectorMetas( + ): optimismgoerli_swap_LpToken + optimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_ConnectorMeta_orderBy - orderDirection: linea_OrderDirection - where: linea_ConnectorMeta_filter + orderBy: optimismgoerli_swap_LpToken_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpToken_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_ConnectorMeta!]! - linea_rootCount( + ): [optimismgoerli_swap_LpToken!]! + optimismgoerli_swap_lpTransferEvent( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootCount - linea_rootCounts( + ): optimismgoerli_swap_LpTransferEvent + optimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_RootCount_orderBy - orderDirection: linea_OrderDirection - where: linea_RootCount_filter + orderBy: optimismgoerli_swap_LpTransferEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpTransferEvent_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootCount!]! - linea_rootMessageSent( + ): [optimismgoerli_swap_LpTransferEvent!]! + optimismgoerli_swap_stableSwapEvent( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootMessageSent - linea_rootMessageSents( + ): optimismgoerli_swap_StableSwapEvent + optimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_RootMessageSent_orderBy - orderDirection: linea_OrderDirection - where: linea_RootMessageSent_filter + orderBy: optimismgoerli_swap_StableSwapEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapEvent_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootMessageSent!]! - linea_relayerFeesIncrease( + ): [optimismgoerli_swap_StableSwapEvent!]! + optimismgoerli_swap_swapTradeVolume( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RelayerFeesIncrease - linea_relayerFeesIncreases( + ): optimismgoerli_swap_SwapTradeVolume + optimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFeesIncrease_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFeesIncrease_filter + orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapTradeVolume_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RelayerFeesIncrease!]! - linea_slippageUpdate( + ): [optimismgoerli_swap_SwapTradeVolume!]! + optimismgoerli_swap_lpTokenEvent( 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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SlippageUpdate - linea_slippageUpdates( + ): optimismgoerli_swap_LpTokenEvent + optimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_SlippageUpdate_orderBy - orderDirection: linea_OrderDirection - where: linea_SlippageUpdate_filter + orderBy: optimismgoerli_swap_LpTokenEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpTokenEvent_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: linea_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SlippageUpdate!]! + ): [optimismgoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" - linea__meta(block: linea_Block_height): linea__Meta_ + optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__Meta_ optimism_swap_systemInfo( id: ID! """ @@ -23594,3741 +23934,3737 @@ type Subscription { ): [optimism_swap_LpTokenEvent!]! """Access to subgraph metadata""" optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - polygon_swap_systemInfo( + arbitrumone_swap_systemInfo( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SystemInfo - polygon_swap_systemInfos( + ): arbitrumone_swap_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_filter + orderBy: arbitrumone_swap_SystemInfo_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SystemInfo_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SystemInfo!]! - polygon_swap_pooledToken( + ): [arbitrumone_swap_SystemInfo!]! + arbitrumone_swap_pooledToken( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_PooledToken - polygon_swap_pooledTokens( + ): arbitrumone_swap_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_filter + orderBy: arbitrumone_swap_PooledToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_PooledToken_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_PooledToken!]! - polygon_swap_stableSwap( + ): [arbitrumone_swap_PooledToken!]! + arbitrumone_swap_stableSwap( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwap - polygon_swap_stableSwaps( + ): arbitrumone_swap_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwap_filter + orderBy: arbitrumone_swap_StableSwap_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwap_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwap!]! - polygon_swap_stableSwapAddLiquidityEvent( + ): [arbitrumone_swap_StableSwap!]! + arbitrumone_swap_stableSwapAddLiquidityEvent( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapAddLiquidityEvent - polygon_swap_stableSwapAddLiquidityEvents( + ): arbitrumone_swap_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapAddLiquidityEvent_filter + orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapAddLiquidityEvent_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapAddLiquidityEvent!]! - polygon_swap_stableSwapRemoveLiquidityEvent( + ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! + arbitrumone_swap_stableSwapRemoveLiquidityEvent( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapRemoveLiquidityEvent - polygon_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumone_swap_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapRemoveLiquidityEvent_filter - """ + orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! - polygon_swap_stableSwapExchange( + ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumone_swap_stableSwapExchange( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapExchange - polygon_swap_stableSwapExchanges( + ): arbitrumone_swap_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapExchange_filter + orderBy: arbitrumone_swap_StableSwapExchange_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapExchange_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapExchange!]! - polygon_swap_swapDailyVolume( + ): [arbitrumone_swap_StableSwapExchange!]! + arbitrumone_swap_swapDailyVolume( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapDailyVolume - polygon_swap_swapDailyVolumes( + ): arbitrumone_swap_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapDailyVolume_filter + orderBy: arbitrumone_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapDailyVolume_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapDailyVolume!]! - polygon_swap_swapHourlyVolume( + ): [arbitrumone_swap_SwapDailyVolume!]! + arbitrumone_swap_swapHourlyVolume( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapHourlyVolume - polygon_swap_swapHourlyVolumes( + ): arbitrumone_swap_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapHourlyVolume_filter + orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapHourlyVolume_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapHourlyVolume!]! - polygon_swap_swapWeeklyVolume( + ): [arbitrumone_swap_SwapHourlyVolume!]! + arbitrumone_swap_swapWeeklyVolume( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapWeeklyVolume - polygon_swap_swapWeeklyVolumes( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapWeeklyVolume_filter + orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapWeeklyVolume_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapWeeklyVolume!]! - polygon_swap_lpAccount( + ): [arbitrumone_swap_SwapWeeklyVolume!]! + arbitrumone_swap_lpAccount( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpAccount - polygon_swap_lpAccounts( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccount_filter + orderBy: arbitrumone_swap_LpAccount_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccount_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpAccount!]! - polygon_swap_lpAccountBalance( + ): [arbitrumone_swap_LpAccount!]! + arbitrumone_swap_lpAccountBalance( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpAccountBalance - polygon_swap_lpAccountBalances( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccountBalance_filter + orderBy: arbitrumone_swap_LpAccountBalance_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccountBalance_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpAccountBalance!]! - polygon_swap_lpToken( + ): [arbitrumone_swap_LpAccountBalance!]! + arbitrumone_swap_lpToken( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpToken - polygon_swap_lpTokens( + ): arbitrumone_swap_LpToken + arbitrumone_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpToken_filter + orderBy: arbitrumone_swap_LpToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpToken_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpToken!]! - polygon_swap_lpTransferEvent( + ): [arbitrumone_swap_LpToken!]! + arbitrumone_swap_lpTransferEvent( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpTransferEvent - polygon_swap_lpTransferEvents( + ): arbitrumone_swap_LpTransferEvent + arbitrumone_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTransferEvent_filter + orderBy: arbitrumone_swap_LpTransferEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpTransferEvent_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpTransferEvent!]! - polygon_swap_stableSwapEvent( + ): [arbitrumone_swap_LpTransferEvent!]! + arbitrumone_swap_stableSwapEvent( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapEvent - polygon_swap_stableSwapEvents( + ): arbitrumone_swap_StableSwapEvent + arbitrumone_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapEvent_filter + orderBy: arbitrumone_swap_StableSwapEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapEvent_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapEvent!]! - polygon_swap_swapTradeVolume( + ): [arbitrumone_swap_StableSwapEvent!]! + arbitrumone_swap_swapTradeVolume( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapTradeVolume - polygon_swap_swapTradeVolumes( + ): arbitrumone_swap_SwapTradeVolume + arbitrumone_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapTradeVolume_filter + orderBy: arbitrumone_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapTradeVolume_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapTradeVolume!]! - polygon_swap_lpTokenEvent( + ): [arbitrumone_swap_SwapTradeVolume!]! + arbitrumone_swap_lpTokenEvent( 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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpTokenEvent - polygon_swap_lpTokenEvents( + ): arbitrumone_swap_LpTokenEvent + arbitrumone_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTokenEvent_filter + orderBy: arbitrumone_swap_LpTokenEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpTokenEvent_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: polygon_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpTokenEvent!]! + ): [arbitrumone_swap_LpTokenEvent!]! """Access to subgraph metadata""" - polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - bnb_swap_systemInfo( + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ + polygon_swap_systemInfo( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SystemInfo - bnb_swap_systemInfos( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SystemInfo_filter + orderBy: polygon_swap_SystemInfo_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SystemInfo_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SystemInfo!]! - bnb_swap_pooledToken( + ): [polygon_swap_SystemInfo!]! + polygon_swap_pooledToken( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_PooledToken - bnb_swap_pooledTokens( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_PooledToken_filter + orderBy: polygon_swap_PooledToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_PooledToken_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_PooledToken!]! - bnb_swap_stableSwap( + ): [polygon_swap_PooledToken!]! + polygon_swap_stableSwap( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwap - bnb_swap_stableSwaps( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwap_filter + orderBy: polygon_swap_StableSwap_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwap_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwap!]! - bnb_swap_stableSwapAddLiquidityEvent( + ): [polygon_swap_StableSwap!]! + polygon_swap_stableSwapAddLiquidityEvent( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapAddLiquidityEvent - bnb_swap_stableSwapAddLiquidityEvents( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapAddLiquidityEvent_filter + orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapAddLiquidityEvent_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapAddLiquidityEvent!]! - bnb_swap_stableSwapRemoveLiquidityEvent( + ): [polygon_swap_StableSwapAddLiquidityEvent!]! + polygon_swap_stableSwapRemoveLiquidityEvent( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapRemoveLiquidityEvent - bnb_swap_stableSwapRemoveLiquidityEvents( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapRemoveLiquidityEvent_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! - bnb_swap_stableSwapExchange( + ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! + polygon_swap_stableSwapExchange( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapExchange - bnb_swap_stableSwapExchanges( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapExchange_filter + orderBy: polygon_swap_StableSwapExchange_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapExchange_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapExchange!]! - bnb_swap_swapDailyVolume( + ): [polygon_swap_StableSwapExchange!]! + polygon_swap_swapDailyVolume( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapDailyVolume - bnb_swap_swapDailyVolumes( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapDailyVolume_filter + orderBy: polygon_swap_SwapDailyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapDailyVolume_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapDailyVolume!]! - bnb_swap_swapHourlyVolume( + ): [polygon_swap_SwapDailyVolume!]! + polygon_swap_swapHourlyVolume( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapHourlyVolume - bnb_swap_swapHourlyVolumes( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapHourlyVolume_filter + orderBy: polygon_swap_SwapHourlyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapHourlyVolume_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapHourlyVolume!]! - bnb_swap_swapWeeklyVolume( + ): [polygon_swap_SwapHourlyVolume!]! + polygon_swap_swapWeeklyVolume( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapWeeklyVolume - bnb_swap_swapWeeklyVolumes( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapWeeklyVolume_filter + orderBy: polygon_swap_SwapWeeklyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapWeeklyVolume_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapWeeklyVolume!]! - bnb_swap_lpAccount( + ): [polygon_swap_SwapWeeklyVolume!]! + polygon_swap_lpAccount( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccount - bnb_swap_lpAccounts( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccount_filter + orderBy: polygon_swap_LpAccount_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccount_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccount!]! - bnb_swap_lpAccountBalance( + ): [polygon_swap_LpAccount!]! + polygon_swap_lpAccountBalance( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccountBalance - bnb_swap_lpAccountBalances( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccountBalance_filter + orderBy: polygon_swap_LpAccountBalance_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccountBalance_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccountBalance!]! - bnb_swap_lpToken( + ): [polygon_swap_LpAccountBalance!]! + polygon_swap_lpToken( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpToken - bnb_swap_lpTokens( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpToken_filter + orderBy: polygon_swap_LpToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpToken_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpToken!]! - bnb_swap_lpTransferEvent( + ): [polygon_swap_LpToken!]! + polygon_swap_lpTransferEvent( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTransferEvent - bnb_swap_lpTransferEvents( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTransferEvent_filter + orderBy: polygon_swap_LpTransferEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTransferEvent_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTransferEvent!]! - bnb_swap_stableSwapEvent( + ): [polygon_swap_LpTransferEvent!]! + polygon_swap_stableSwapEvent( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapEvent - bnb_swap_stableSwapEvents( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapEvent_filter + orderBy: polygon_swap_StableSwapEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapEvent_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapEvent!]! - bnb_swap_swapTradeVolume( + ): [polygon_swap_StableSwapEvent!]! + polygon_swap_swapTradeVolume( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapTradeVolume - bnb_swap_swapTradeVolumes( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapTradeVolume_filter + orderBy: polygon_swap_SwapTradeVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapTradeVolume_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapTradeVolume!]! - bnb_swap_lpTokenEvent( + ): [polygon_swap_SwapTradeVolume!]! + polygon_swap_lpTokenEvent( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTokenEvent - bnb_swap_lpTokenEvents( + ): polygon_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTokenEvent_filter + orderBy: polygon_swap_LpTokenEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTokenEvent_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTokenEvent!]! + ): [polygon_swap_LpTokenEvent!]! """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - lineagoerli_asset( + polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ + linea_swap_systemInfo( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Asset - lineagoerli_assets( + ): linea_swap_SystemInfo + linea_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Asset_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Asset_filter + orderBy: linea_swap_SystemInfo_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SystemInfo_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Asset!]! - lineagoerli_assetStatus( + ): [linea_swap_SystemInfo!]! + linea_swap_pooledToken( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AssetStatus - lineagoerli_assetStatuses( + ): linea_swap_PooledToken + linea_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetStatus_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetStatus_filter + orderBy: linea_swap_PooledToken_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_PooledToken_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AssetStatus!]! - lineagoerli_assetBalance( + ): [linea_swap_PooledToken!]! + linea_swap_stableSwap( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AssetBalance - lineagoerli_assetBalances( + ): linea_swap_StableSwap + linea_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetBalance_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetBalance_filter + orderBy: linea_swap_StableSwap_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwap_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AssetBalance!]! - lineagoerli_router( + ): [linea_swap_StableSwap!]! + linea_swap_stableSwapAddLiquidityEvent( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Router - lineagoerli_routers( + ): linea_swap_StableSwapAddLiquidityEvent + linea_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Router_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Router_filter + orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapAddLiquidityEvent_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Router!]! - lineagoerli_routerDailyTVL( + ): [linea_swap_StableSwapAddLiquidityEvent!]! + linea_swap_stableSwapRemoveLiquidityEvent( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RouterDailyTVL - lineagoerli_routerDailyTVLs( + ): linea_swap_StableSwapRemoveLiquidityEvent + linea_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RouterDailyTVL_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RouterDailyTVL_filter + orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapRemoveLiquidityEvent_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RouterDailyTVL!]! - lineagoerli_setting( + ): [linea_swap_StableSwapRemoveLiquidityEvent!]! + linea_swap_stableSwapExchange( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Setting - lineagoerli_settings( + ): linea_swap_StableSwapExchange + linea_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Setting_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Setting_filter + orderBy: linea_swap_StableSwapExchange_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapExchange_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Setting!]! - lineagoerli_relayer( + ): [linea_swap_StableSwapExchange!]! + linea_swap_swapDailyVolume( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Relayer - lineagoerli_relayers( + ): linea_swap_SwapDailyVolume + linea_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Relayer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Relayer_filter + orderBy: linea_swap_SwapDailyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapDailyVolume_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Relayer!]! - lineagoerli_sequencer( + ): [linea_swap_SwapDailyVolume!]! + linea_swap_swapHourlyVolume( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Sequencer - lineagoerli_sequencers( + ): linea_swap_SwapHourlyVolume + linea_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Sequencer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Sequencer_filter + orderBy: linea_swap_SwapHourlyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapHourlyVolume_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Sequencer!]! - lineagoerli_relayerFee( + ): [linea_swap_SwapHourlyVolume!]! + linea_swap_swapWeeklyVolume( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RelayerFee - lineagoerli_relayerFees( + ): linea_swap_SwapWeeklyVolume + linea_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFee_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFee_filter + orderBy: linea_swap_SwapWeeklyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapWeeklyVolume_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RelayerFee!]! - lineagoerli_originTransfer( + ): [linea_swap_SwapWeeklyVolume!]! + linea_swap_lpAccount( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_OriginTransfer - lineagoerli_originTransfers( + ): linea_swap_LpAccount + linea_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginTransfer_filter + orderBy: linea_swap_LpAccount_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpAccount_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_OriginTransfer!]! - lineagoerli_destinationTransfer( + ): [linea_swap_LpAccount!]! + linea_swap_lpAccountBalance( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_DestinationTransfer - lineagoerli_destinationTransfers( + ): linea_swap_LpAccountBalance + linea_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_DestinationTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_DestinationTransfer_filter + orderBy: linea_swap_LpAccountBalance_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpAccountBalance_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_DestinationTransfer!]! - lineagoerli_originMessage( + ): [linea_swap_LpAccountBalance!]! + linea_swap_lpToken( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_OriginMessage - lineagoerli_originMessages( + ): linea_swap_LpToken + linea_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginMessage_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginMessage_filter + orderBy: linea_swap_LpToken_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpToken_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_OriginMessage!]! - lineagoerli_aggregateRoot( + ): [linea_swap_LpToken!]! + linea_swap_lpTransferEvent( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AggregateRoot - lineagoerli_aggregateRoots( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AggregateRoot_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AggregateRoot_filter + orderBy: linea_swap_LpTransferEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpTransferEvent_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AggregateRoot!]! - lineagoerli_connectorMeta( + ): [linea_swap_LpTransferEvent!]! + linea_swap_stableSwapEvent( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_ConnectorMeta - lineagoerli_connectorMetas( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_ConnectorMeta_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_ConnectorMeta_filter + orderBy: linea_swap_StableSwapEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapEvent_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_ConnectorMeta!]! - lineagoerli_rootCount( + ): [linea_swap_StableSwapEvent!]! + linea_swap_swapTradeVolume( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RootCount - lineagoerli_rootCounts( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootCount_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootCount_filter + orderBy: linea_swap_SwapTradeVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapTradeVolume_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RootCount!]! - lineagoerli_rootMessageSent( + ): [linea_swap_SwapTradeVolume!]! + linea_swap_lpTokenEvent( 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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RootMessageSent - lineagoerli_rootMessageSents( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootMessageSent_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootMessageSent_filter + orderBy: linea_swap_LpTokenEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpTokenEvent_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: lineagoerli_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RootMessageSent!]! - lineagoerli_relayerFeesIncrease( + ): [linea_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ + goerli_asset( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RelayerFeesIncrease - lineagoerli_relayerFeesIncreases( + ): goerli_Asset + goerli_assets( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFeesIncrease_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFeesIncrease_filter + orderBy: goerli_Asset_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Asset_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RelayerFeesIncrease!]! - lineagoerli_slippageUpdate( + ): [goerli_Asset!]! + goerli_assetStatus( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_SlippageUpdate - lineagoerli_slippageUpdates( + ): goerli_AssetStatus + goerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_SlippageUpdate_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_SlippageUpdate_filter + orderBy: goerli_AssetStatus_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AssetStatus_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_SlippageUpdate!]! - """Access to subgraph metadata""" - lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__Meta_ - stagingarbitrumgoerli_swap_systemInfo( + ): [goerli_AssetStatus!]! + goerli_assetBalance( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SystemInfo - stagingarbitrumgoerli_swap_systemInfos( + ): goerli_AssetBalance + goerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SystemInfo_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SystemInfo_filter + orderBy: goerli_AssetBalance_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AssetBalance_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SystemInfo!]! - stagingarbitrumgoerli_swap_pooledToken( + ): [goerli_AssetBalance!]! + goerli_router( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_PooledToken - stagingarbitrumgoerli_swap_pooledTokens( + ): goerli_Router + goerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_PooledToken_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_PooledToken_filter + orderBy: goerli_Router_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Router_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_PooledToken!]! - stagingarbitrumgoerli_swap_stableSwap( + ): [goerli_Router!]! + goerli_routerDailyTVL( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwap - stagingarbitrumgoerli_swap_stableSwaps( + ): goerli_RouterDailyTVL + goerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwap_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwap_filter + orderBy: goerli_RouterDailyTVL_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RouterDailyTVL_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwap!]! - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent( + ): [goerli_RouterDailyTVL!]! + goerli_routerLiquidityEvent( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents( + ): goerli_RouterLiquidityEvent + goerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: goerli_RouterLiquidityEvent_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RouterLiquidityEvent_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [goerli_RouterLiquidityEvent!]! + goerli_setting( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( + ): goerli_Setting + goerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: goerli_Setting_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Setting_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingarbitrumgoerli_swap_stableSwapExchange( + ): [goerli_Setting!]! + goerli_relayer( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwapExchange - stagingarbitrumgoerli_swap_stableSwapExchanges( + ): goerli_Relayer + goerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapExchange_filter + orderBy: goerli_Relayer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Relayer_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwapExchange!]! - stagingarbitrumgoerli_swap_swapDailyVolume( + ): [goerli_Relayer!]! + goerli_sequencer( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SwapDailyVolume - stagingarbitrumgoerli_swap_swapDailyVolumes( + ): goerli_Sequencer + goerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapDailyVolume_filter + orderBy: goerli_Sequencer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Sequencer_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SwapDailyVolume!]! - stagingarbitrumgoerli_swap_swapHourlyVolume( + ): [goerli_Sequencer!]! + goerli_relayerFee( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SwapHourlyVolume - stagingarbitrumgoerli_swap_swapHourlyVolumes( + ): goerli_RelayerFee + goerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter + orderBy: goerli_RelayerFee_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RelayerFee_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SwapHourlyVolume!]! - stagingarbitrumgoerli_swap_swapWeeklyVolume( + ): [goerli_RelayerFee!]! + goerli_originTransfer( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SwapWeeklyVolume - stagingarbitrumgoerli_swap_swapWeeklyVolumes( + ): goerli_OriginTransfer + goerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter + orderBy: goerli_OriginTransfer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OriginTransfer_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SwapWeeklyVolume!]! - stagingarbitrumgoerli_swap_lpAccount( + ): [goerli_OriginTransfer!]! + goerli_destinationTransfer( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpAccount - stagingarbitrumgoerli_swap_lpAccounts( + ): goerli_DestinationTransfer + goerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpAccount_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpAccount_filter + orderBy: goerli_DestinationTransfer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_DestinationTransfer_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpAccount!]! - stagingarbitrumgoerli_swap_lpAccountBalance( + ): [goerli_DestinationTransfer!]! + goerli_originMessage( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpAccountBalance - stagingarbitrumgoerli_swap_lpAccountBalances( + ): goerli_OriginMessage + goerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpAccountBalance_filter + orderBy: goerli_OriginMessage_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OriginMessage_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpAccountBalance!]! - stagingarbitrumgoerli_swap_lpToken( + ): [goerli_OriginMessage!]! + goerli_aggregateRoot( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpToken - stagingarbitrumgoerli_swap_lpTokens( + ): goerli_AggregateRoot + goerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpToken_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpToken_filter + orderBy: goerli_AggregateRoot_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AggregateRoot_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpToken!]! - stagingarbitrumgoerli_swap_lpTransferEvent( + ): [goerli_AggregateRoot!]! + goerli_connectorMeta( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpTransferEvent - stagingarbitrumgoerli_swap_lpTransferEvents( + ): goerli_ConnectorMeta + goerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpTransferEvent_filter + orderBy: goerli_ConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ConnectorMeta_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpTransferEvent!]! - stagingarbitrumgoerli_swap_stableSwapEvent( + ): [goerli_ConnectorMeta!]! + goerli_rootCount( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwapEvent - stagingarbitrumgoerli_swap_stableSwapEvents( + ): goerli_RootCount + goerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapEvent_filter + orderBy: goerli_RootCount_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootCount_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwapEvent!]! - stagingarbitrumgoerli_swap_swapTradeVolume( + ): [goerli_RootCount!]! + goerli_rootMessageSent( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SwapTradeVolume - stagingarbitrumgoerli_swap_swapTradeVolumes( + ): goerli_RootMessageSent + goerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapTradeVolume_filter + orderBy: goerli_RootMessageSent_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootMessageSent_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SwapTradeVolume!]! - stagingarbitrumgoerli_swap_lpTokenEvent( + ): [goerli_RootMessageSent!]! + goerli_relayerFeesIncrease( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpTokenEvent - stagingarbitrumgoerli_swap_lpTokenEvents( + ): goerli_RelayerFeesIncrease + goerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpTokenEvent_filter + orderBy: goerli_RelayerFeesIncrease_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RelayerFeesIncrease_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingarbitrumgoerli_swap__meta(block: stagingarbitrumgoerli_swap_Block_height): stagingarbitrumgoerli_swap__Meta_ - arbitrumone_swap_systemInfo( + ): [goerli_RelayerFeesIncrease!]! + goerli_slippageUpdate( 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: arbitrumone_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SystemInfo - arbitrumone_swap_systemInfos( + ): goerli_SlippageUpdate + goerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_filter + orderBy: goerli_SlippageUpdate_orderBy + orderDirection: goerli_OrderDirection + where: goerli_SlippageUpdate_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: arbitrumone_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SystemInfo!]! - arbitrumone_swap_pooledToken( + ): [goerli_SlippageUpdate!]! + localmainnet_rootAggregated( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_PooledToken - arbitrumone_swap_pooledTokens( + ): localmainnet_RootAggregated + localmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_filter + orderBy: localmainnet_RootAggregated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootAggregated_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_PooledToken!]! - arbitrumone_swap_stableSwap( + ): [localmainnet_RootAggregated!]! + localmainnet_rootPropagated( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwap - arbitrumone_swap_stableSwaps( + ): localmainnet_RootPropagated + localmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_filter + orderBy: localmainnet_RootPropagated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootPropagated_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwap!]! - arbitrumone_swap_stableSwapAddLiquidityEvent( + ): [localmainnet_RootPropagated!]! + localmainnet_aggregatedMessageRoot( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapAddLiquidityEvent - arbitrumone_swap_stableSwapAddLiquidityEvents( + ): localmainnet_AggregatedMessageRoot + localmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_filter + orderBy: localmainnet_AggregatedMessageRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregatedMessageRoot_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! - arbitrumone_swap_stableSwapRemoveLiquidityEvent( + ): [localmainnet_AggregatedMessageRoot!]! + localmainnet_rootManagerMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapRemoveLiquidityEvent - arbitrumone_swap_stableSwapRemoveLiquidityEvents( + ): localmainnet_RootManagerMeta + localmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: localmainnet_RootManagerMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumone_swap_stableSwapExchange( + ): [localmainnet_RootManagerMeta!]! + localmainnet_rootManagerMode( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapExchange - arbitrumone_swap_stableSwapExchanges( + ): localmainnet_RootManagerMode + localmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_filter + orderBy: localmainnet_RootManagerMode_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMode_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapExchange!]! - arbitrumone_swap_swapDailyVolume( + ): [localmainnet_RootManagerMode!]! + localmainnet_optimisticRootProposed( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapDailyVolume - arbitrumone_swap_swapDailyVolumes( + ): localmainnet_OptimisticRootProposed + localmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_filter + orderBy: localmainnet_OptimisticRootProposed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootProposed_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapDailyVolume!]! - arbitrumone_swap_swapHourlyVolume( + ): [localmainnet_OptimisticRootProposed!]! + localmainnet_hubOptimisticRootFinalized( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapHourlyVolume - arbitrumone_swap_swapHourlyVolumes( + ): localmainnet_HubOptimisticRootFinalized + localmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_filter + orderBy: localmainnet_HubOptimisticRootFinalized_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_HubOptimisticRootFinalized_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapHourlyVolume!]! - arbitrumone_swap_swapWeeklyVolume( + ): [localmainnet_HubOptimisticRootFinalized!]! + localmainnet_optimisticRootPropagated( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( + ): localmainnet_OptimisticRootPropagated + localmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapWeeklyVolume_filter + orderBy: localmainnet_OptimisticRootPropagated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootPropagated_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapWeeklyVolume!]! - arbitrumone_swap_lpAccount( + ): [localmainnet_OptimisticRootPropagated!]! + localmainnet_polygonConnectorMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( + ): localmainnet_PolygonConnectorMeta + localmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccount_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccount_filter + orderBy: localmainnet_PolygonConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_PolygonConnectorMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccount!]! - arbitrumone_swap_lpAccountBalance( + ): [localmainnet_PolygonConnectorMeta!]! + localmainnet_optimismConnectorMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( + ): localmainnet_OptimismConnectorMeta + localmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccountBalance_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccountBalance_filter + orderBy: localmainnet_OptimismConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimismConnectorMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( + ): [localmainnet_OptimismConnectorMeta!]! + localmainnet_bnbConnectorMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( + ): localmainnet_BnbConnectorMeta + localmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_filter + orderBy: localmainnet_BnbConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_BnbConnectorMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( + ): [localmainnet_BnbConnectorMeta!]! + localmainnet_arbitrumConnectorMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( + ): localmainnet_ArbitrumConnectorMeta + localmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_filter + orderBy: localmainnet_ArbitrumConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ArbitrumConnectorMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( + ): [localmainnet_ArbitrumConnectorMeta!]! + localmainnet_gnosisConnectorMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( + ): localmainnet_GnosisConnectorMeta + localmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_filter + orderBy: localmainnet_GnosisConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_GnosisConnectorMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( + ): [localmainnet_GnosisConnectorMeta!]! + localmainnet_zkSyncConnectorMeta( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( + ): localmainnet_ZkSyncConnectorMeta + localmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_filter + orderBy: localmainnet_ZkSyncConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ZkSyncConnectorMeta_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( + ): [localmainnet_ZkSyncConnectorMeta!]! + localmainnet_rootMessageProcessed( 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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( + ): localmainnet_RootMessageProcessed + localmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_filter + orderBy: localmainnet_RootMessageProcessed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootMessageProcessed_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: arbitrumone_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - xdai_swap_systemInfo( + ): [localmainnet_RootMessageProcessed!]! + localmainnet_aggregateRootSavedSlow( 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: xdai_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SystemInfo - xdai_swap_systemInfos( + ): localmainnet_AggregateRootSavedSlow + localmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SystemInfo_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SystemInfo_filter + orderBy: localmainnet_AggregateRootSavedSlow_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRootSavedSlow_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: xdai_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SystemInfo!]! - xdai_swap_pooledToken( + ): [localmainnet_AggregateRootSavedSlow!]! + localmainnet_hubDomain( 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: xdai_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_PooledToken - xdai_swap_pooledTokens( + ): localmainnet_HubDomain + localmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_PooledToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_PooledToken_filter + orderBy: localmainnet_HubDomain_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_HubDomain_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: xdai_swap_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_PooledToken!]! - xdai_swap_stableSwap( + ): [localmainnet_HubDomain!]! + """Access to subgraph metadata""" + localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ + lineagoerli_asset( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwap - xdai_swap_stableSwaps( + ): lineagoerli_Asset + lineagoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwap_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwap_filter + orderBy: lineagoerli_Asset_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Asset_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwap!]! - xdai_swap_stableSwapAddLiquidityEvent( + ): [lineagoerli_Asset!]! + lineagoerli_assetStatus( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapAddLiquidityEvent - xdai_swap_stableSwapAddLiquidityEvents( + ): lineagoerli_AssetStatus + lineagoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapAddLiquidityEvent_filter + orderBy: lineagoerli_AssetStatus_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AssetStatus_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapAddLiquidityEvent!]! - xdai_swap_stableSwapRemoveLiquidityEvent( + ): [lineagoerli_AssetStatus!]! + lineagoerli_assetBalance( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapRemoveLiquidityEvent - xdai_swap_stableSwapRemoveLiquidityEvents( + ): lineagoerli_AssetBalance + lineagoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: lineagoerli_AssetBalance_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AssetBalance_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! - xdai_swap_stableSwapExchange( + ): [lineagoerli_AssetBalance!]! + lineagoerli_router( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapExchange - xdai_swap_stableSwapExchanges( + ): lineagoerli_Router + lineagoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapExchange_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapExchange_filter + orderBy: lineagoerli_Router_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Router_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapExchange!]! - xdai_swap_swapDailyVolume( + ): [lineagoerli_Router!]! + lineagoerli_routerDailyTVL( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapDailyVolume - xdai_swap_swapDailyVolumes( + ): lineagoerli_RouterDailyTVL + lineagoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapDailyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapDailyVolume_filter + orderBy: lineagoerli_RouterDailyTVL_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RouterDailyTVL_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapDailyVolume!]! - xdai_swap_swapHourlyVolume( + ): [lineagoerli_RouterDailyTVL!]! + lineagoerli_setting( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapHourlyVolume - xdai_swap_swapHourlyVolumes( + ): lineagoerli_Setting + lineagoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapHourlyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapHourlyVolume_filter + orderBy: lineagoerli_Setting_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Setting_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapHourlyVolume!]! - xdai_swap_swapWeeklyVolume( + ): [lineagoerli_Setting!]! + lineagoerli_relayer( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapWeeklyVolume - xdai_swap_swapWeeklyVolumes( + ): lineagoerli_Relayer + lineagoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapWeeklyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapWeeklyVolume_filter + orderBy: lineagoerli_Relayer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Relayer_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapWeeklyVolume!]! - xdai_swap_lpAccount( + ): [lineagoerli_Relayer!]! + lineagoerli_sequencer( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccount - xdai_swap_lpAccounts( + ): lineagoerli_Sequencer + lineagoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccount_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccount_filter + orderBy: lineagoerli_Sequencer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Sequencer_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccount!]! - xdai_swap_lpAccountBalance( + ): [lineagoerli_Sequencer!]! + lineagoerli_relayerFee( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccountBalance - xdai_swap_lpAccountBalances( + ): lineagoerli_RelayerFee + lineagoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccountBalance_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccountBalance_filter + orderBy: lineagoerli_RelayerFee_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFee_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccountBalance!]! - xdai_swap_lpToken( + ): [lineagoerli_RelayerFee!]! + lineagoerli_originTransfer( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpToken - xdai_swap_lpTokens( + ): lineagoerli_OriginTransfer + lineagoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpToken_filter + orderBy: lineagoerli_OriginTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginTransfer_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpToken!]! - xdai_swap_lpTransferEvent( + ): [lineagoerli_OriginTransfer!]! + lineagoerli_destinationTransfer( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTransferEvent - xdai_swap_lpTransferEvents( + ): lineagoerli_DestinationTransfer + lineagoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTransferEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTransferEvent_filter + orderBy: lineagoerli_DestinationTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_DestinationTransfer_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTransferEvent!]! - xdai_swap_stableSwapEvent( + ): [lineagoerli_DestinationTransfer!]! + lineagoerli_originMessage( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapEvent - xdai_swap_stableSwapEvents( + ): lineagoerli_OriginMessage + lineagoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapEvent_filter + orderBy: lineagoerli_OriginMessage_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginMessage_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapEvent!]! - xdai_swap_swapTradeVolume( + ): [lineagoerli_OriginMessage!]! + lineagoerli_aggregateRoot( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapTradeVolume - xdai_swap_swapTradeVolumes( + ): lineagoerli_AggregateRoot + lineagoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapTradeVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapTradeVolume_filter + orderBy: lineagoerli_AggregateRoot_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AggregateRoot_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapTradeVolume!]! - xdai_swap_lpTokenEvent( + ): [lineagoerli_AggregateRoot!]! + lineagoerli_connectorMeta( 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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTokenEvent - xdai_swap_lpTokenEvents( + ): lineagoerli_ConnectorMeta + lineagoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTokenEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTokenEvent_filter + orderBy: lineagoerli_ConnectorMeta_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_ConnectorMeta_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: xdai_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ - linea_swap_systemInfo( + ): [lineagoerli_ConnectorMeta!]! + lineagoerli_rootCount( 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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SystemInfo - linea_swap_systemInfos( + ): lineagoerli_RootCount + lineagoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_filter + orderBy: lineagoerli_RootCount_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootCount_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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( + ): [lineagoerli_RootCount!]! + lineagoerli_rootMessageSent( 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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_PooledToken - linea_swap_pooledTokens( + ): lineagoerli_RootMessageSent + lineagoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_filter + orderBy: lineagoerli_RootMessageSent_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootMessageSent_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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( + ): [lineagoerli_RootMessageSent!]! + lineagoerli_relayerFeesIncrease( 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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwap - linea_swap_stableSwaps( + ): lineagoerli_RelayerFeesIncrease + lineagoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_filter + orderBy: lineagoerli_RelayerFeesIncrease_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFeesIncrease_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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( + ): [lineagoerli_RelayerFeesIncrease!]! + lineagoerli_slippageUpdate( 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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapAddLiquidityEvent - linea_swap_stableSwapAddLiquidityEvents( + ): lineagoerli_SlippageUpdate + lineagoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_filter + orderBy: lineagoerli_SlippageUpdate_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_SlippageUpdate_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: linea_swap_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapAddLiquidityEvent!]! - linea_swap_stableSwapRemoveLiquidityEvent( + ): [lineagoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__Meta_ + optimism_asset( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: optimism_Asset_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Asset_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( + ): [optimism_Asset!]! + optimism_assetStatus( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapExchange - linea_swap_stableSwapExchanges( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_filter + orderBy: optimism_AssetStatus_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AssetStatus_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapExchange!]! - linea_swap_swapDailyVolume( + ): [optimism_AssetStatus!]! + optimism_assetBalance( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapDailyVolume - linea_swap_swapDailyVolumes( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_filter + orderBy: optimism_AssetBalance_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AssetBalance_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( + ): [optimism_AssetBalance!]! + optimism_router( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_filter + orderBy: optimism_Router_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Router_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [optimism_Router!]! + optimism_routerDailyTVL( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_filter + orderBy: optimism_RouterDailyTVL_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterDailyTVL_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [optimism_RouterDailyTVL!]! + optimism_routerLiquidityEvent( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccount - linea_swap_lpAccounts( + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_filter + orderBy: optimism_RouterLiquidityEvent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterLiquidityEvent_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccount!]! - linea_swap_lpAccountBalance( + ): [optimism_RouterLiquidityEvent!]! + optimism_setting( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccountBalance - linea_swap_lpAccountBalances( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_filter + orderBy: optimism_Setting_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Setting_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccountBalance!]! - linea_swap_lpToken( + ): [optimism_Setting!]! + optimism_relayer( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpToken - linea_swap_lpTokens( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_filter + orderBy: optimism_Relayer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Relayer_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpToken!]! - linea_swap_lpTransferEvent( + ): [optimism_Relayer!]! + optimism_sequencer( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTransferEvent - linea_swap_lpTransferEvents( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_filter + orderBy: optimism_Sequencer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Sequencer_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [optimism_Sequencer!]! + optimism_relayerFee( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapEvent - linea_swap_stableSwapEvents( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_filter + orderBy: optimism_RelayerFee_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFee_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [optimism_RelayerFee!]! + optimism_originTransfer( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_filter + orderBy: optimism_OriginTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_OriginTransfer_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [optimism_OriginTransfer!]! + optimism_destinationTransfer( 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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTokenEvent - linea_swap_lpTokenEvents( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_filter + orderBy: optimism_DestinationTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_DestinationTransfer_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: linea_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ - stagingmumbai_asset( + ): [optimism_DestinationTransfer!]! + optimism_originMessage( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Asset - stagingmumbai_assets( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Asset_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Asset_filter + orderBy: optimism_OriginMessage_orderBy + orderDirection: optimism_OrderDirection + where: optimism_OriginMessage_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Asset!]! - stagingmumbai_assetStatus( + ): [optimism_OriginMessage!]! + optimism_aggregateRoot( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetStatus - stagingmumbai_assetStatuses( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetStatus_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetStatus_filter + orderBy: optimism_AggregateRoot_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AggregateRoot_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetStatus!]! - stagingmumbai_assetBalance( + ): [optimism_AggregateRoot!]! + optimism_connectorMeta( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetBalance - stagingmumbai_assetBalances( + ): optimism_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetBalance_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetBalance_filter + orderBy: optimism_ConnectorMeta_orderBy + orderDirection: optimism_OrderDirection + where: optimism_ConnectorMeta_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetBalance!]! - stagingmumbai_router( + ): [optimism_ConnectorMeta!]! + optimism_rootCount( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Router - stagingmumbai_routers( + ): optimism_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Router_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Router_filter + orderBy: optimism_RootCount_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RootCount_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Router!]! - stagingmumbai_routerDailyTVL( + ): [optimism_RootCount!]! + optimism_rootMessageSent( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RouterDailyTVL - stagingmumbai_routerDailyTVLs( + ): optimism_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterDailyTVL_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RouterDailyTVL_filter + orderBy: optimism_RootMessageSent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RootMessageSent_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RouterDailyTVL!]! - stagingmumbai_setting( + ): [optimism_RootMessageSent!]! + optimism_relayerFeesIncrease( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Setting - stagingmumbai_settings( + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Setting_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Setting_filter + orderBy: optimism_RelayerFeesIncrease_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFeesIncrease_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Setting!]! - stagingmumbai_relayer( + ): [optimism_RelayerFeesIncrease!]! + optimism_slippageUpdate( 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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Relayer - stagingmumbai_relayers( + ): optimism_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Relayer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Relayer_filter + orderBy: optimism_SlippageUpdate_orderBy + orderDirection: optimism_OrderDirection + where: optimism_SlippageUpdate_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: stagingmumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Relayer!]! - stagingmumbai_sequencer( + ): [optimism_SlippageUpdate!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ + staginggoerli_asset( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Sequencer - stagingmumbai_sequencers( + ): staginggoerli_Asset + staginggoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Sequencer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Sequencer_filter + orderBy: staginggoerli_Asset_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Asset_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Sequencer!]! - stagingmumbai_relayerFee( + ): [staginggoerli_Asset!]! + staginggoerli_assetStatus( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFee - stagingmumbai_relayerFees( + ): staginggoerli_AssetStatus + staginggoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFee_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFee_filter + orderBy: staginggoerli_AssetStatus_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AssetStatus_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFee!]! - stagingmumbai_originTransfer( + ): [staginggoerli_AssetStatus!]! + staginggoerli_assetBalance( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginTransfer - stagingmumbai_originTransfers( + ): staginggoerli_AssetBalance + staginggoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginTransfer_filter + orderBy: staginggoerli_AssetBalance_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AssetBalance_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginTransfer!]! - stagingmumbai_destinationTransfer( + ): [staginggoerli_AssetBalance!]! + staginggoerli_router( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_DestinationTransfer - stagingmumbai_destinationTransfers( + ): staginggoerli_Router + staginggoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_DestinationTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_DestinationTransfer_filter + orderBy: staginggoerli_Router_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Router_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_DestinationTransfer!]! - stagingmumbai_originMessage( + ): [staginggoerli_Router!]! + staginggoerli_routerDailyTVL( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginMessage - stagingmumbai_originMessages( + ): staginggoerli_RouterDailyTVL + staginggoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginMessage_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginMessage_filter + orderBy: staginggoerli_RouterDailyTVL_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RouterDailyTVL_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginMessage!]! - stagingmumbai_aggregateRoot( + ): [staginggoerli_RouterDailyTVL!]! + staginggoerli_setting( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRoot - stagingmumbai_aggregateRoots( + ): staginggoerli_Setting + staginggoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRoot_filter + orderBy: staginggoerli_Setting_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Setting_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRoot!]! - stagingmumbai_connectorMeta( + ): [staginggoerli_Setting!]! + staginggoerli_relayer( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_ConnectorMeta - stagingmumbai_connectorMetas( + ): staginggoerli_Relayer + staginggoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_ConnectorMeta_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_ConnectorMeta_filter + orderBy: staginggoerli_Relayer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Relayer_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_ConnectorMeta!]! - stagingmumbai_rootCount( + ): [staginggoerli_Relayer!]! + staginggoerli_sequencer( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootCount - stagingmumbai_rootCounts( + ): staginggoerli_Sequencer + staginggoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootCount_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootCount_filter + orderBy: staginggoerli_Sequencer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Sequencer_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootCount!]! - stagingmumbai_rootMessageSent( + ): [staginggoerli_Sequencer!]! + staginggoerli_relayerFee( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootMessageSent - stagingmumbai_rootMessageSents( + ): staginggoerli_RelayerFee + staginggoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootMessageSent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootMessageSent_filter + orderBy: staginggoerli_RelayerFee_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RelayerFee_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootMessageSent!]! - stagingmumbai_relayerFeesIncrease( + ): [staginggoerli_RelayerFee!]! + staginggoerli_originTransfer( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFeesIncrease - stagingmumbai_relayerFeesIncreases( + ): staginggoerli_OriginTransfer + staginggoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFeesIncrease_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFeesIncrease_filter + orderBy: staginggoerli_OriginTransfer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OriginTransfer_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFeesIncrease!]! - stagingmumbai_slippageUpdate( + ): [staginggoerli_OriginTransfer!]! + staginggoerli_destinationTransfer( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SlippageUpdate - stagingmumbai_slippageUpdates( + ): staginggoerli_DestinationTransfer + staginggoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SlippageUpdate_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SlippageUpdate_filter + orderBy: staginggoerli_DestinationTransfer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_DestinationTransfer_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SlippageUpdate!]! - stagingmumbai_snapshotRoot( + ): [staginggoerli_DestinationTransfer!]! + staginggoerli_originMessage( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SnapshotRoot - stagingmumbai_snapshotRoots( + ): staginggoerli_OriginMessage + staginggoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SnapshotRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SnapshotRoot_filter + orderBy: staginggoerli_OriginMessage_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OriginMessage_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SnapshotRoot!]! - stagingmumbai_spokeConnectorMode( + ): [staginggoerli_OriginMessage!]! + staginggoerli_aggregateRoot( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SpokeConnectorMode - stagingmumbai_spokeConnectorModes( + ): staginggoerli_AggregateRoot + staginggoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SpokeConnectorMode_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SpokeConnectorMode_filter + orderBy: staginggoerli_AggregateRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRoot_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SpokeConnectorMode!]! - stagingmumbai_aggregateRootProposed( + ): [staginggoerli_AggregateRoot!]! + staginggoerli_connectorMeta( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRootProposed - stagingmumbai_aggregateRootProposeds( + ): staginggoerli_ConnectorMeta + staginggoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRootProposed_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRootProposed_filter + orderBy: staginggoerli_ConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ConnectorMeta_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRootProposed!]! - stagingmumbai_optimisticRootFinalized( + ): [staginggoerli_ConnectorMeta!]! + staginggoerli_rootCount( 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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OptimisticRootFinalized - stagingmumbai_optimisticRootFinalizeds( + ): staginggoerli_RootCount + staginggoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OptimisticRootFinalized_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OptimisticRootFinalized_filter + orderBy: staginggoerli_RootCount_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootCount_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: stagingmumbai_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ - optimismgoerli_asset( + ): [staginggoerli_RootCount!]! + staginggoerli_rootMessageSent( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Asset - optimismgoerli_assets( + ): staginggoerli_RootMessageSent + staginggoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Asset_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Asset_filter + orderBy: staginggoerli_RootMessageSent_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootMessageSent_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Asset!]! - optimismgoerli_assetStatus( + ): [staginggoerli_RootMessageSent!]! + staginggoerli_relayerFeesIncrease( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AssetStatus - optimismgoerli_assetStatuses( + ): staginggoerli_RelayerFeesIncrease + staginggoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetStatus_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetStatus_filter + orderBy: staginggoerli_RelayerFeesIncrease_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RelayerFeesIncrease_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AssetStatus!]! - optimismgoerli_assetBalance( + ): [staginggoerli_RelayerFeesIncrease!]! + staginggoerli_slippageUpdate( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AssetBalance - optimismgoerli_assetBalances( + ): staginggoerli_SlippageUpdate + staginggoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetBalance_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetBalance_filter + orderBy: staginggoerli_SlippageUpdate_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SlippageUpdate_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AssetBalance!]! - optimismgoerli_router( + ): [staginggoerli_SlippageUpdate!]! + staginggoerli_snapshotRoot( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Router - optimismgoerli_routers( + ): staginggoerli_SnapshotRoot + staginggoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Router_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Router_filter + orderBy: staginggoerli_SnapshotRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SnapshotRoot_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Router!]! - optimismgoerli_routerDailyTVL( + ): [staginggoerli_SnapshotRoot!]! + staginggoerli_spokeConnectorMode( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RouterDailyTVL - optimismgoerli_routerDailyTVLs( + ): staginggoerli_SpokeConnectorMode + staginggoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterDailyTVL_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterDailyTVL_filter + orderBy: staginggoerli_SpokeConnectorMode_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SpokeConnectorMode_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RouterDailyTVL!]! - optimismgoerli_routerLiquidityEvent( + ): [staginggoerli_SpokeConnectorMode!]! + staginggoerli_aggregateRootProposed( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RouterLiquidityEvent - optimismgoerli_routerLiquidityEvents( + ): staginggoerli_AggregateRootProposed + staginggoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterLiquidityEvent_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterLiquidityEvent_filter + orderBy: staginggoerli_AggregateRootProposed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRootProposed_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RouterLiquidityEvent!]! - optimismgoerli_setting( + ): [staginggoerli_AggregateRootProposed!]! + staginggoerli_optimisticRootFinalized( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Setting - optimismgoerli_settings( + ): staginggoerli_OptimisticRootFinalized + staginggoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Setting_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Setting_filter + orderBy: staginggoerli_OptimisticRootFinalized_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootFinalized_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Setting!]! - optimismgoerli_relayer( + ): [staginggoerli_OptimisticRootFinalized!]! + optimismgoerli_asset( 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. @@ -27338,13 +27674,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Relayer - optimismgoerli_relayers( + ): optimismgoerli_Asset + optimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Relayer_orderBy + orderBy: optimismgoerli_Asset_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Relayer_filter + where: optimismgoerli_Asset_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. """ @@ -27353,8 +27689,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Relayer!]! - optimismgoerli_sequencer( + ): [optimismgoerli_Asset!]! + optimismgoerli_assetStatus( 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. @@ -27364,13 +27700,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Sequencer - optimismgoerli_sequencers( + ): optimismgoerli_AssetStatus + optimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Sequencer_orderBy + orderBy: optimismgoerli_AssetStatus_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Sequencer_filter + where: optimismgoerli_AssetStatus_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. """ @@ -27379,8 +27715,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Sequencer!]! - optimismgoerli_relayerFee( + ): [optimismgoerli_AssetStatus!]! + optimismgoerli_assetBalance( 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. @@ -27390,13 +27726,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RelayerFee - optimismgoerli_relayerFees( + ): optimismgoerli_AssetBalance + optimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFee_orderBy + orderBy: optimismgoerli_AssetBalance_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFee_filter + where: optimismgoerli_AssetBalance_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. """ @@ -27405,8 +27741,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RelayerFee!]! - optimismgoerli_originTransfer( + ): [optimismgoerli_AssetBalance!]! + optimismgoerli_router( 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. @@ -27416,13 +27752,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_OriginTransfer - optimismgoerli_originTransfers( + ): optimismgoerli_Router + optimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginTransfer_orderBy + orderBy: optimismgoerli_Router_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginTransfer_filter + where: optimismgoerli_Router_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. """ @@ -27431,8 +27767,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_OriginTransfer!]! - optimismgoerli_destinationTransfer( + ): [optimismgoerli_Router!]! + optimismgoerli_routerDailyTVL( 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. @@ -27442,13 +27778,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_DestinationTransfer - optimismgoerli_destinationTransfers( + ): optimismgoerli_RouterDailyTVL + optimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_DestinationTransfer_orderBy + orderBy: optimismgoerli_RouterDailyTVL_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_DestinationTransfer_filter + where: optimismgoerli_RouterDailyTVL_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. """ @@ -27457,8 +27793,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_DestinationTransfer!]! - optimismgoerli_originMessage( + ): [optimismgoerli_RouterDailyTVL!]! + optimismgoerli_routerLiquidityEvent( 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. @@ -27468,13 +27804,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_OriginMessage - optimismgoerli_originMessages( + ): optimismgoerli_RouterLiquidityEvent + optimismgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginMessage_orderBy + orderBy: optimismgoerli_RouterLiquidityEvent_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginMessage_filter + where: optimismgoerli_RouterLiquidityEvent_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. """ @@ -27483,8 +27819,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_OriginMessage!]! - optimismgoerli_aggregateRoot( + ): [optimismgoerli_RouterLiquidityEvent!]! + optimismgoerli_setting( 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. @@ -27494,13 +27830,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AggregateRoot - optimismgoerli_aggregateRoots( + ): optimismgoerli_Setting + optimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AggregateRoot_orderBy + orderBy: optimismgoerli_Setting_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AggregateRoot_filter + where: optimismgoerli_Setting_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. """ @@ -27509,8 +27845,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AggregateRoot!]! - optimismgoerli_connectorMeta( + ): [optimismgoerli_Setting!]! + optimismgoerli_relayer( 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. @@ -27520,13 +27856,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_ConnectorMeta - optimismgoerli_connectorMetas( + ): optimismgoerli_Relayer + optimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_ConnectorMeta_orderBy + orderBy: optimismgoerli_Relayer_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_ConnectorMeta_filter + where: optimismgoerli_Relayer_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. """ @@ -27535,8 +27871,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_ConnectorMeta!]! - optimismgoerli_rootCount( + ): [optimismgoerli_Relayer!]! + optimismgoerli_sequencer( 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. @@ -27546,13 +27882,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RootCount - optimismgoerli_rootCounts( + ): optimismgoerli_Sequencer + optimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootCount_orderBy + orderBy: optimismgoerli_Sequencer_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootCount_filter + where: optimismgoerli_Sequencer_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. """ @@ -27561,8 +27897,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RootCount!]! - optimismgoerli_rootMessageSent( + ): [optimismgoerli_Sequencer!]! + optimismgoerli_relayerFee( 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. @@ -27572,13 +27908,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RootMessageSent - optimismgoerli_rootMessageSents( + ): optimismgoerli_RelayerFee + optimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootMessageSent_orderBy + orderBy: optimismgoerli_RelayerFee_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootMessageSent_filter + where: optimismgoerli_RelayerFee_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. """ @@ -27587,8 +27923,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RootMessageSent!]! - optimismgoerli_relayerFeesIncrease( + ): [optimismgoerli_RelayerFee!]! + optimismgoerli_originTransfer( 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. @@ -27598,13 +27934,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RelayerFeesIncrease - optimismgoerli_relayerFeesIncreases( + ): optimismgoerli_OriginTransfer + optimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFeesIncrease_orderBy + orderBy: optimismgoerli_OriginTransfer_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFeesIncrease_filter + where: optimismgoerli_OriginTransfer_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. """ @@ -27613,8 +27949,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RelayerFeesIncrease!]! - optimismgoerli_slippageUpdate( + ): [optimismgoerli_OriginTransfer!]! + optimismgoerli_destinationTransfer( 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. @@ -27624,13 +27960,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_SlippageUpdate - optimismgoerli_slippageUpdates( + ): optimismgoerli_DestinationTransfer + optimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_SlippageUpdate_orderBy + orderBy: optimismgoerli_DestinationTransfer_orderBy orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_SlippageUpdate_filter + where: optimismgoerli_DestinationTransfer_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. """ @@ -27639,582 +27975,582 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_SlippageUpdate!]! - """Access to subgraph metadata""" - optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__Meta_ - staginggoerli_asset( + ): [optimismgoerli_DestinationTransfer!]! + optimismgoerli_originMessage( 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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Asset - staginggoerli_assets( + ): optimismgoerli_OriginMessage + optimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Asset_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Asset_filter + orderBy: optimismgoerli_OriginMessage_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_OriginMessage_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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Asset!]! - staginggoerli_assetStatus( + ): [optimismgoerli_OriginMessage!]! + optimismgoerli_aggregateRoot( 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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AssetStatus - staginggoerli_assetStatuses( + ): optimismgoerli_AggregateRoot + optimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetStatus_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetStatus_filter + orderBy: optimismgoerli_AggregateRoot_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AggregateRoot_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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AssetStatus!]! - staginggoerli_assetBalance( + ): [optimismgoerli_AggregateRoot!]! + optimismgoerli_connectorMeta( 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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AssetBalance - staginggoerli_assetBalances( + ): optimismgoerli_ConnectorMeta + optimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetBalance_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetBalance_filter + orderBy: optimismgoerli_ConnectorMeta_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_ConnectorMeta_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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AssetBalance!]! - staginggoerli_router( + ): [optimismgoerli_ConnectorMeta!]! + optimismgoerli_rootCount( 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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Router - staginggoerli_routers( + ): optimismgoerli_RootCount + optimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Router_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Router_filter + orderBy: optimismgoerli_RootCount_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RootCount_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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Router!]! - staginggoerli_routerDailyTVL( + ): [optimismgoerli_RootCount!]! + optimismgoerli_rootMessageSent( 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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RouterDailyTVL - staginggoerli_routerDailyTVLs( + ): optimismgoerli_RootMessageSent + optimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RouterDailyTVL_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RouterDailyTVL_filter + orderBy: optimismgoerli_RootMessageSent_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RootMessageSent_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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RouterDailyTVL!]! - staginggoerli_setting( + ): [optimismgoerli_RootMessageSent!]! + optimismgoerli_relayerFeesIncrease( 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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Setting - staginggoerli_settings( + ): optimismgoerli_RelayerFeesIncrease + optimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Setting_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Setting_filter + orderBy: optimismgoerli_RelayerFeesIncrease_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RelayerFeesIncrease_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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Setting!]! - staginggoerli_relayer( + ): [optimismgoerli_RelayerFeesIncrease!]! + optimismgoerli_slippageUpdate( 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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Relayer - staginggoerli_relayers( + ): optimismgoerli_SlippageUpdate + optimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Relayer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Relayer_filter + orderBy: optimismgoerli_SlippageUpdate_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_SlippageUpdate_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: staginggoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Relayer!]! - staginggoerli_sequencer( + ): [optimismgoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__Meta_ + stagingoptimismgoerli_asset( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Sequencer - staginggoerli_sequencers( + ): stagingoptimismgoerli_Asset + stagingoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Sequencer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Sequencer_filter + orderBy: stagingoptimismgoerli_Asset_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Asset_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Sequencer!]! - staginggoerli_relayerFee( + ): [stagingoptimismgoerli_Asset!]! + stagingoptimismgoerli_assetStatus( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RelayerFee - staginggoerli_relayerFees( + ): stagingoptimismgoerli_AssetStatus + stagingoptimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFee_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFee_filter + orderBy: stagingoptimismgoerli_AssetStatus_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AssetStatus_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RelayerFee!]! - staginggoerli_originTransfer( + ): [stagingoptimismgoerli_AssetStatus!]! + stagingoptimismgoerli_assetBalance( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OriginTransfer - staginggoerli_originTransfers( + ): stagingoptimismgoerli_AssetBalance + stagingoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginTransfer_filter + orderBy: stagingoptimismgoerli_AssetBalance_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AssetBalance_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OriginTransfer!]! - staginggoerli_destinationTransfer( + ): [stagingoptimismgoerli_AssetBalance!]! + stagingoptimismgoerli_router( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_DestinationTransfer - staginggoerli_destinationTransfers( + ): stagingoptimismgoerli_Router + stagingoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_DestinationTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_DestinationTransfer_filter + orderBy: stagingoptimismgoerli_Router_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Router_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_DestinationTransfer!]! - staginggoerli_originMessage( + ): [stagingoptimismgoerli_Router!]! + stagingoptimismgoerli_routerDailyTVL( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OriginMessage - staginggoerli_originMessages( + ): stagingoptimismgoerli_RouterDailyTVL + stagingoptimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginMessage_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginMessage_filter + orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RouterDailyTVL_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OriginMessage!]! - staginggoerli_aggregateRoot( + ): [stagingoptimismgoerli_RouterDailyTVL!]! + stagingoptimismgoerli_setting( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRoot - staginggoerli_aggregateRoots( + ): stagingoptimismgoerli_Setting + stagingoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRoot_filter + orderBy: stagingoptimismgoerli_Setting_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Setting_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRoot!]! - staginggoerli_connectorMeta( + ): [stagingoptimismgoerli_Setting!]! + stagingoptimismgoerli_relayer( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ConnectorMeta - staginggoerli_connectorMetas( + ): stagingoptimismgoerli_Relayer + stagingoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ConnectorMeta_filter + orderBy: stagingoptimismgoerli_Relayer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Relayer_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ConnectorMeta!]! - staginggoerli_rootCount( + ): [stagingoptimismgoerli_Relayer!]! + stagingoptimismgoerli_sequencer( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootCount - staginggoerli_rootCounts( + ): stagingoptimismgoerli_Sequencer + stagingoptimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootCount_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootCount_filter + orderBy: stagingoptimismgoerli_Sequencer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Sequencer_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootCount!]! - staginggoerli_rootMessageSent( + ): [stagingoptimismgoerli_Sequencer!]! + stagingoptimismgoerli_relayerFee( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootMessageSent - staginggoerli_rootMessageSents( + ): stagingoptimismgoerli_RelayerFee + stagingoptimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageSent_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageSent_filter + orderBy: stagingoptimismgoerli_RelayerFee_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RelayerFee_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootMessageSent!]! - staginggoerli_relayerFeesIncrease( + ): [stagingoptimismgoerli_RelayerFee!]! + stagingoptimismgoerli_originTransfer( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RelayerFeesIncrease - staginggoerli_relayerFeesIncreases( + ): stagingoptimismgoerli_OriginTransfer + stagingoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFeesIncrease_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFeesIncrease_filter + orderBy: stagingoptimismgoerli_OriginTransfer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OriginTransfer_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RelayerFeesIncrease!]! - staginggoerli_slippageUpdate( + ): [stagingoptimismgoerli_OriginTransfer!]! + stagingoptimismgoerli_destinationTransfer( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SlippageUpdate - staginggoerli_slippageUpdates( + ): stagingoptimismgoerli_DestinationTransfer + stagingoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SlippageUpdate_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SlippageUpdate_filter + orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_DestinationTransfer_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SlippageUpdate!]! - staginggoerli_snapshotRoot( + ): [stagingoptimismgoerli_DestinationTransfer!]! + stagingoptimismgoerli_originMessage( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SnapshotRoot - staginggoerli_snapshotRoots( + ): stagingoptimismgoerli_OriginMessage + stagingoptimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SnapshotRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SnapshotRoot_filter + orderBy: stagingoptimismgoerli_OriginMessage_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OriginMessage_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SnapshotRoot!]! - staginggoerli_spokeConnectorMode( + ): [stagingoptimismgoerli_OriginMessage!]! + stagingoptimismgoerli_aggregateRoot( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SpokeConnectorMode - staginggoerli_spokeConnectorModes( + ): stagingoptimismgoerli_AggregateRoot + stagingoptimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SpokeConnectorMode_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SpokeConnectorMode_filter + orderBy: stagingoptimismgoerli_AggregateRoot_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AggregateRoot_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SpokeConnectorMode!]! - staginggoerli_aggregateRootProposed( + ): [stagingoptimismgoerli_AggregateRoot!]! + stagingoptimismgoerli_connectorMeta( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRootProposed - staginggoerli_aggregateRootProposeds( + ): stagingoptimismgoerli_ConnectorMeta + stagingoptimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRootProposed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRootProposed_filter + orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_ConnectorMeta_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRootProposed!]! - staginggoerli_optimisticRootFinalized( + ): [stagingoptimismgoerli_ConnectorMeta!]! + stagingoptimismgoerli_rootCount( 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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootFinalized - staginggoerli_optimisticRootFinalizeds( + ): stagingoptimismgoerli_RootCount + stagingoptimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootFinalized_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootFinalized_filter + orderBy: stagingoptimismgoerli_RootCount_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RootCount_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: staginggoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootFinalized!]! - stagingoptimismgoerli_asset( + ): [stagingoptimismgoerli_RootCount!]! + stagingoptimismgoerli_rootMessageSent( 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. @@ -28224,13 +28560,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Asset - stagingoptimismgoerli_assets( + ): stagingoptimismgoerli_RootMessageSent + stagingoptimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Asset_orderBy + orderBy: stagingoptimismgoerli_RootMessageSent_orderBy orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Asset_filter + where: stagingoptimismgoerli_RootMessageSent_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. """ @@ -28239,8 +28575,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Asset!]! - stagingoptimismgoerli_assetStatus( + ): [stagingoptimismgoerli_RootMessageSent!]! + stagingoptimismgoerli_relayerFeesIncrease( 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. @@ -28250,13 +28586,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AssetStatus - stagingoptimismgoerli_assetStatuses( + ): stagingoptimismgoerli_RelayerFeesIncrease + stagingoptimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetStatus_orderBy + orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetStatus_filter + where: stagingoptimismgoerli_RelayerFeesIncrease_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. """ @@ -28265,8 +28601,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AssetStatus!]! - stagingoptimismgoerli_assetBalance( + ): [stagingoptimismgoerli_RelayerFeesIncrease!]! + stagingoptimismgoerli_slippageUpdate( 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. @@ -28276,13 +28612,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AssetBalance - stagingoptimismgoerli_assetBalances( + ): stagingoptimismgoerli_SlippageUpdate + stagingoptimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetBalance_orderBy + orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetBalance_filter + where: stagingoptimismgoerli_SlippageUpdate_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. """ @@ -28291,8 +28627,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AssetBalance!]! - stagingoptimismgoerli_router( + ): [stagingoptimismgoerli_SlippageUpdate!]! + stagingoptimismgoerli_snapshotRoot( 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. @@ -28302,13 +28638,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Router - stagingoptimismgoerli_routers( + ): stagingoptimismgoerli_SnapshotRoot + stagingoptimismgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Router_orderBy + orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Router_filter + where: stagingoptimismgoerli_SnapshotRoot_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. """ @@ -28317,8 +28653,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Router!]! - stagingoptimismgoerli_routerDailyTVL( + ): [stagingoptimismgoerli_SnapshotRoot!]! + stagingoptimismgoerli_spokeConnectorMode( 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. @@ -28328,13 +28664,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RouterDailyTVL - stagingoptimismgoerli_routerDailyTVLs( + ): stagingoptimismgoerli_SpokeConnectorMode + stagingoptimismgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy + orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterDailyTVL_filter + where: stagingoptimismgoerli_SpokeConnectorMode_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. """ @@ -28343,8 +28679,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RouterDailyTVL!]! - stagingoptimismgoerli_setting( + ): [stagingoptimismgoerli_SpokeConnectorMode!]! + stagingoptimismgoerli_aggregateRootProposed( 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. @@ -28354,13 +28690,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Setting - stagingoptimismgoerli_settings( + ): stagingoptimismgoerli_AggregateRootProposed + stagingoptimismgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Setting_orderBy + orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Setting_filter + where: stagingoptimismgoerli_AggregateRootProposed_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. """ @@ -28369,8 +28705,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Setting!]! - stagingoptimismgoerli_relayer( + ): [stagingoptimismgoerli_AggregateRootProposed!]! + stagingoptimismgoerli_optimisticRootFinalized( 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. @@ -28380,13 +28716,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Relayer - stagingoptimismgoerli_relayers( + ): stagingoptimismgoerli_OptimisticRootFinalized + stagingoptimismgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Relayer_orderBy + orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Relayer_filter + where: stagingoptimismgoerli_OptimisticRootFinalized_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. """ @@ -28395,3032 +28731,3036 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Relayer!]! - stagingoptimismgoerli_sequencer( + ): [stagingoptimismgoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ + stagingarbitrumgoerli_asset( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Sequencer - stagingoptimismgoerli_sequencers( + ): stagingarbitrumgoerli_Asset + stagingarbitrumgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Sequencer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Sequencer_filter + orderBy: stagingarbitrumgoerli_Asset_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Asset_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Sequencer!]! - stagingoptimismgoerli_relayerFee( + ): [stagingarbitrumgoerli_Asset!]! + stagingarbitrumgoerli_assetStatus( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RelayerFee - stagingoptimismgoerli_relayerFees( + ): stagingarbitrumgoerli_AssetStatus + stagingarbitrumgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFee_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFee_filter + orderBy: stagingarbitrumgoerli_AssetStatus_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AssetStatus_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RelayerFee!]! - stagingoptimismgoerli_originTransfer( + ): [stagingarbitrumgoerli_AssetStatus!]! + stagingarbitrumgoerli_assetBalance( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OriginTransfer - stagingoptimismgoerli_originTransfers( + ): stagingarbitrumgoerli_AssetBalance + stagingarbitrumgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginTransfer_filter + orderBy: stagingarbitrumgoerli_AssetBalance_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AssetBalance_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OriginTransfer!]! - stagingoptimismgoerli_destinationTransfer( + ): [stagingarbitrumgoerli_AssetBalance!]! + stagingarbitrumgoerli_router( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_DestinationTransfer - stagingoptimismgoerli_destinationTransfers( + ): stagingarbitrumgoerli_Router + stagingarbitrumgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_DestinationTransfer_filter + orderBy: stagingarbitrumgoerli_Router_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Router_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_DestinationTransfer!]! - stagingoptimismgoerli_originMessage( + ): [stagingarbitrumgoerli_Router!]! + stagingarbitrumgoerli_routerDailyTVL( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OriginMessage - stagingoptimismgoerli_originMessages( + ): stagingarbitrumgoerli_RouterDailyTVL + stagingarbitrumgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginMessage_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginMessage_filter + orderBy: stagingarbitrumgoerli_RouterDailyTVL_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RouterDailyTVL_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OriginMessage!]! - stagingoptimismgoerli_aggregateRoot( + ): [stagingarbitrumgoerli_RouterDailyTVL!]! + stagingarbitrumgoerli_setting( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AggregateRoot - stagingoptimismgoerli_aggregateRoots( + ): stagingarbitrumgoerli_Setting + stagingarbitrumgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRoot_filter + orderBy: stagingarbitrumgoerli_Setting_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Setting_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AggregateRoot!]! - stagingoptimismgoerli_connectorMeta( + ): [stagingarbitrumgoerli_Setting!]! + stagingarbitrumgoerli_relayer( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_ConnectorMeta - stagingoptimismgoerli_connectorMetas( + ): stagingarbitrumgoerli_Relayer + stagingarbitrumgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_ConnectorMeta_filter + orderBy: stagingarbitrumgoerli_Relayer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Relayer_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_ConnectorMeta!]! - stagingoptimismgoerli_rootCount( + ): [stagingarbitrumgoerli_Relayer!]! + stagingarbitrumgoerli_sequencer( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RootCount - stagingoptimismgoerli_rootCounts( + ): stagingarbitrumgoerli_Sequencer + stagingarbitrumgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootCount_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootCount_filter + orderBy: stagingarbitrumgoerli_Sequencer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Sequencer_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RootCount!]! - stagingoptimismgoerli_rootMessageSent( + ): [stagingarbitrumgoerli_Sequencer!]! + stagingarbitrumgoerli_relayerFee( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RootMessageSent - stagingoptimismgoerli_rootMessageSents( + ): stagingarbitrumgoerli_RelayerFee + stagingarbitrumgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootMessageSent_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootMessageSent_filter + orderBy: stagingarbitrumgoerli_RelayerFee_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RelayerFee_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RootMessageSent!]! - stagingoptimismgoerli_relayerFeesIncrease( + ): [stagingarbitrumgoerli_RelayerFee!]! + stagingarbitrumgoerli_originTransfer( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RelayerFeesIncrease - stagingoptimismgoerli_relayerFeesIncreases( + ): stagingarbitrumgoerli_OriginTransfer + stagingarbitrumgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFeesIncrease_filter + orderBy: stagingarbitrumgoerli_OriginTransfer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_OriginTransfer_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RelayerFeesIncrease!]! - stagingoptimismgoerli_slippageUpdate( + ): [stagingarbitrumgoerli_OriginTransfer!]! + stagingarbitrumgoerli_destinationTransfer( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_SlippageUpdate - stagingoptimismgoerli_slippageUpdates( + ): stagingarbitrumgoerli_DestinationTransfer + stagingarbitrumgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SlippageUpdate_filter + orderBy: stagingarbitrumgoerli_DestinationTransfer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_DestinationTransfer_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_SlippageUpdate!]! - stagingoptimismgoerli_snapshotRoot( + ): [stagingarbitrumgoerli_DestinationTransfer!]! + stagingarbitrumgoerli_originMessage( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_SnapshotRoot - stagingoptimismgoerli_snapshotRoots( + ): stagingarbitrumgoerli_OriginMessage + stagingarbitrumgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SnapshotRoot_filter + orderBy: stagingarbitrumgoerli_OriginMessage_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_OriginMessage_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_SnapshotRoot!]! - stagingoptimismgoerli_spokeConnectorMode( + ): [stagingarbitrumgoerli_OriginMessage!]! + stagingarbitrumgoerli_aggregateRoot( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_SpokeConnectorMode - stagingoptimismgoerli_spokeConnectorModes( + ): stagingarbitrumgoerli_AggregateRoot + stagingarbitrumgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SpokeConnectorMode_filter + orderBy: stagingarbitrumgoerli_AggregateRoot_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AggregateRoot_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_SpokeConnectorMode!]! - stagingoptimismgoerli_aggregateRootProposed( + ): [stagingarbitrumgoerli_AggregateRoot!]! + stagingarbitrumgoerli_connectorMeta( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AggregateRootProposed - stagingoptimismgoerli_aggregateRootProposeds( + ): stagingarbitrumgoerli_ConnectorMeta + stagingarbitrumgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRootProposed_filter + orderBy: stagingarbitrumgoerli_ConnectorMeta_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_ConnectorMeta_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AggregateRootProposed!]! - stagingoptimismgoerli_optimisticRootFinalized( + ): [stagingarbitrumgoerli_ConnectorMeta!]! + stagingarbitrumgoerli_rootCount( 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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OptimisticRootFinalized - stagingoptimismgoerli_optimisticRootFinalizeds( + ): stagingarbitrumgoerli_RootCount + stagingarbitrumgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OptimisticRootFinalized_filter + orderBy: stagingarbitrumgoerli_RootCount_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RootCount_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: stagingoptimismgoerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ - xdai_asset( + ): [stagingarbitrumgoerli_RootCount!]! + stagingarbitrumgoerli_rootMessageSent( 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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Asset - xdai_assets( + ): stagingarbitrumgoerli_RootMessageSent + stagingarbitrumgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xdai_Asset_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Asset_filter + orderBy: stagingarbitrumgoerli_RootMessageSent_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RootMessageSent_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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Asset!]! - xdai_assetStatus( + ): [stagingarbitrumgoerli_RootMessageSent!]! + stagingarbitrumgoerli_relayerFeesIncrease( 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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_AssetStatus - xdai_assetStatuses( + ): stagingarbitrumgoerli_RelayerFeesIncrease + stagingarbitrumgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetStatus_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetStatus_filter + orderBy: stagingarbitrumgoerli_RelayerFeesIncrease_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RelayerFeesIncrease_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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_AssetStatus!]! - xdai_assetBalance( + ): [stagingarbitrumgoerli_RelayerFeesIncrease!]! + stagingarbitrumgoerli_slippageUpdate( 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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_AssetBalance - xdai_assetBalances( + ): stagingarbitrumgoerli_SlippageUpdate + stagingarbitrumgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetBalance_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetBalance_filter + orderBy: stagingarbitrumgoerli_SlippageUpdate_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_SlippageUpdate_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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_AssetBalance!]! - xdai_router( + ): [stagingarbitrumgoerli_SlippageUpdate!]! + stagingarbitrumgoerli_snapshotRoot( 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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Router - xdai_routers( + ): stagingarbitrumgoerli_SnapshotRoot + stagingarbitrumgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_Router_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Router_filter + orderBy: stagingarbitrumgoerli_SnapshotRoot_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_SnapshotRoot_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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Router!]! - xdai_routerDailyTVL( + ): [stagingarbitrumgoerli_SnapshotRoot!]! + stagingarbitrumgoerli_spokeConnectorMode( 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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RouterDailyTVL - xdai_routerDailyTVLs( + ): stagingarbitrumgoerli_SpokeConnectorMode + stagingarbitrumgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterDailyTVL_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterDailyTVL_filter + orderBy: stagingarbitrumgoerli_SpokeConnectorMode_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_SpokeConnectorMode_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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RouterDailyTVL!]! - xdai_routerLiquidityEvent( + ): [stagingarbitrumgoerli_SpokeConnectorMode!]! + stagingarbitrumgoerli_aggregateRootProposed( 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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RouterLiquidityEvent - xdai_routerLiquidityEvents( + ): stagingarbitrumgoerli_AggregateRootProposed + stagingarbitrumgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterLiquidityEvent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterLiquidityEvent_filter + orderBy: stagingarbitrumgoerli_AggregateRootProposed_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AggregateRootProposed_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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RouterLiquidityEvent!]! - xdai_setting( + ): [stagingarbitrumgoerli_AggregateRootProposed!]! + stagingarbitrumgoerli_optimisticRootFinalized( 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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Setting - xdai_settings( + ): stagingarbitrumgoerli_OptimisticRootFinalized + stagingarbitrumgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_Setting_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Setting_filter + orderBy: stagingarbitrumgoerli_OptimisticRootFinalized_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_OptimisticRootFinalized_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: xdai_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Setting!]! - xdai_relayer( + ): [stagingarbitrumgoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingarbitrumgoerli__meta(block: stagingarbitrumgoerli_Block_height): stagingarbitrumgoerli__Meta_ + stagingmumbai_asset( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Relayer - xdai_relayers( + ): stagingmumbai_Asset + stagingmumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_Relayer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Relayer_filter + orderBy: stagingmumbai_Asset_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Asset_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Relayer!]! - xdai_sequencer( + ): [stagingmumbai_Asset!]! + stagingmumbai_assetStatus( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Sequencer - xdai_sequencers( + ): stagingmumbai_AssetStatus + stagingmumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_Sequencer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Sequencer_filter + orderBy: stagingmumbai_AssetStatus_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetStatus_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Sequencer!]! - xdai_relayerFee( + ): [stagingmumbai_AssetStatus!]! + stagingmumbai_assetBalance( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RelayerFee - xdai_relayerFees( + ): stagingmumbai_AssetBalance + stagingmumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFee_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFee_filter + orderBy: stagingmumbai_AssetBalance_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetBalance_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RelayerFee!]! - xdai_originTransfer( + ): [stagingmumbai_AssetBalance!]! + stagingmumbai_router( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_OriginTransfer - xdai_originTransfers( + ): stagingmumbai_Router + stagingmumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginTransfer_filter + orderBy: stagingmumbai_Router_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Router_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_OriginTransfer!]! - xdai_destinationTransfer( + ): [stagingmumbai_Router!]! + stagingmumbai_routerDailyTVL( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_DestinationTransfer - xdai_destinationTransfers( + ): stagingmumbai_RouterDailyTVL + stagingmumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_DestinationTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_DestinationTransfer_filter + orderBy: stagingmumbai_RouterDailyTVL_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RouterDailyTVL_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_DestinationTransfer!]! - xdai_originMessage( + ): [stagingmumbai_RouterDailyTVL!]! + stagingmumbai_setting( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_OriginMessage - xdai_originMessages( + ): stagingmumbai_Setting + stagingmumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginMessage_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginMessage_filter + orderBy: stagingmumbai_Setting_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Setting_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_OriginMessage!]! - xdai_aggregateRoot( + ): [stagingmumbai_Setting!]! + stagingmumbai_relayer( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_AggregateRoot - xdai_aggregateRoots( + ): stagingmumbai_Relayer + stagingmumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRoot_filter + orderBy: stagingmumbai_Relayer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Relayer_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_AggregateRoot!]! - xdai_connectorMeta( + ): [stagingmumbai_Relayer!]! + stagingmumbai_sequencer( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_ConnectorMeta - xdai_connectorMetas( + ): stagingmumbai_Sequencer + stagingmumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_ConnectorMeta_orderBy - orderDirection: xdai_OrderDirection - where: xdai_ConnectorMeta_filter + orderBy: stagingmumbai_Sequencer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Sequencer_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_ConnectorMeta!]! - xdai_rootCount( + ): [stagingmumbai_Sequencer!]! + stagingmumbai_relayerFee( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RootCount - xdai_rootCounts( + ): stagingmumbai_RelayerFee + stagingmumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootCount_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootCount_filter + orderBy: stagingmumbai_RelayerFee_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RelayerFee_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RootCount!]! - xdai_rootMessageSent( + ): [stagingmumbai_RelayerFee!]! + stagingmumbai_originTransfer( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RootMessageSent - xdai_rootMessageSents( + ): stagingmumbai_OriginTransfer + stagingmumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootMessageSent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootMessageSent_filter + orderBy: stagingmumbai_OriginTransfer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OriginTransfer_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RootMessageSent!]! - xdai_relayerFeesIncrease( + ): [stagingmumbai_OriginTransfer!]! + stagingmumbai_destinationTransfer( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RelayerFeesIncrease - xdai_relayerFeesIncreases( + ): stagingmumbai_DestinationTransfer + stagingmumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFeesIncrease_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFeesIncrease_filter + orderBy: stagingmumbai_DestinationTransfer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_DestinationTransfer_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RelayerFeesIncrease!]! - xdai_slippageUpdate( + ): [stagingmumbai_DestinationTransfer!]! + stagingmumbai_originMessage( 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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_SlippageUpdate - xdai_slippageUpdates( + ): stagingmumbai_OriginMessage + stagingmumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_SlippageUpdate_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SlippageUpdate_filter + orderBy: stagingmumbai_OriginMessage_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OriginMessage_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: xdai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_SlippageUpdate!]! - """Access to subgraph metadata""" - xdai__meta(block: xdai_Block_height): xdai__Meta_ - mumbai_asset( + ): [stagingmumbai_OriginMessage!]! + stagingmumbai_aggregateRoot( 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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Asset - mumbai_assets( + ): stagingmumbai_AggregateRoot + stagingmumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Asset_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Asset_filter + orderBy: stagingmumbai_AggregateRoot_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AggregateRoot_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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Asset!]! - mumbai_assetStatus( + ): [stagingmumbai_AggregateRoot!]! + stagingmumbai_connectorMeta( 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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AssetStatus - mumbai_assetStatuses( + ): stagingmumbai_ConnectorMeta + stagingmumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetStatus_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetStatus_filter + orderBy: stagingmumbai_ConnectorMeta_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_ConnectorMeta_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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AssetStatus!]! - mumbai_assetBalance( + ): [stagingmumbai_ConnectorMeta!]! + stagingmumbai_rootCount( 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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AssetBalance - mumbai_assetBalances( + ): stagingmumbai_RootCount + stagingmumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetBalance_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetBalance_filter + orderBy: stagingmumbai_RootCount_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RootCount_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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AssetBalance!]! - mumbai_router( + ): [stagingmumbai_RootCount!]! + stagingmumbai_rootMessageSent( 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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Router - mumbai_routers( + ): stagingmumbai_RootMessageSent + stagingmumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Router_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Router_filter + orderBy: stagingmumbai_RootMessageSent_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RootMessageSent_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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Router!]! - mumbai_routerDailyTVL( + ): [stagingmumbai_RootMessageSent!]! + stagingmumbai_relayerFeesIncrease( 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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RouterDailyTVL - mumbai_routerDailyTVLs( + ): stagingmumbai_RelayerFeesIncrease + stagingmumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterDailyTVL_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterDailyTVL_filter + orderBy: stagingmumbai_RelayerFeesIncrease_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RelayerFeesIncrease_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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RouterDailyTVL!]! - mumbai_routerLiquidityEvent( + ): [stagingmumbai_RelayerFeesIncrease!]! + stagingmumbai_slippageUpdate( 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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RouterLiquidityEvent - mumbai_routerLiquidityEvents( + ): stagingmumbai_SlippageUpdate + stagingmumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterLiquidityEvent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterLiquidityEvent_filter + orderBy: stagingmumbai_SlippageUpdate_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SlippageUpdate_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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RouterLiquidityEvent!]! - mumbai_setting( + ): [stagingmumbai_SlippageUpdate!]! + stagingmumbai_snapshotRoot( 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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Setting - mumbai_settings( + ): stagingmumbai_SnapshotRoot + stagingmumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Setting_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Setting_filter + orderBy: stagingmumbai_SnapshotRoot_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SnapshotRoot_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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Setting!]! - mumbai_relayer( + ): [stagingmumbai_SnapshotRoot!]! + stagingmumbai_spokeConnectorMode( 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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Relayer - mumbai_relayers( + ): stagingmumbai_SpokeConnectorMode + stagingmumbai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Relayer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Relayer_filter + orderBy: stagingmumbai_SpokeConnectorMode_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SpokeConnectorMode_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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Relayer!]! - mumbai_sequencer( + ): [stagingmumbai_SpokeConnectorMode!]! + stagingmumbai_aggregateRootProposed( 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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Sequencer - mumbai_sequencers( + ): stagingmumbai_AggregateRootProposed + stagingmumbai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Sequencer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Sequencer_filter + orderBy: stagingmumbai_AggregateRootProposed_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AggregateRootProposed_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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Sequencer!]! - mumbai_relayerFee( + ): [stagingmumbai_AggregateRootProposed!]! + stagingmumbai_optimisticRootFinalized( 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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RelayerFee - mumbai_relayerFees( + ): stagingmumbai_OptimisticRootFinalized + stagingmumbai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFee_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFee_filter + orderBy: stagingmumbai_OptimisticRootFinalized_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OptimisticRootFinalized_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: mumbai_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RelayerFee!]! - mumbai_originTransfer( + ): [stagingmumbai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ + arbitrumgoerli_asset( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_OriginTransfer - mumbai_originTransfers( + ): arbitrumgoerli_Asset + arbitrumgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginTransfer_filter + orderBy: arbitrumgoerli_Asset_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Asset_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_OriginTransfer!]! - mumbai_destinationTransfer( + ): [arbitrumgoerli_Asset!]! + arbitrumgoerli_assetStatus( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_DestinationTransfer - mumbai_destinationTransfers( + ): arbitrumgoerli_AssetStatus + arbitrumgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mumbai_DestinationTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_DestinationTransfer_filter + orderBy: arbitrumgoerli_AssetStatus_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_AssetStatus_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_DestinationTransfer!]! - mumbai_originMessage( + ): [arbitrumgoerli_AssetStatus!]! + arbitrumgoerli_assetBalance( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_OriginMessage - mumbai_originMessages( + ): arbitrumgoerli_AssetBalance + arbitrumgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginMessage_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginMessage_filter + orderBy: arbitrumgoerli_AssetBalance_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_AssetBalance_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_OriginMessage!]! - mumbai_aggregateRoot( + ): [arbitrumgoerli_AssetBalance!]! + arbitrumgoerli_router( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AggregateRoot - mumbai_aggregateRoots( + ): arbitrumgoerli_Router + arbitrumgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AggregateRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRoot_filter + orderBy: arbitrumgoerli_Router_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Router_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AggregateRoot!]! - mumbai_connectorMeta( + ): [arbitrumgoerli_Router!]! + arbitrumgoerli_routerDailyTVL( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_ConnectorMeta - mumbai_connectorMetas( + ): arbitrumgoerli_RouterDailyTVL + arbitrumgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mumbai_ConnectorMeta_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_ConnectorMeta_filter + orderBy: arbitrumgoerli_RouterDailyTVL_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RouterDailyTVL_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_ConnectorMeta!]! - mumbai_rootCount( + ): [arbitrumgoerli_RouterDailyTVL!]! + arbitrumgoerli_routerLiquidityEvent( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RootCount - mumbai_rootCounts( + ): arbitrumgoerli_RouterLiquidityEvent + arbitrumgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootCount_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootCount_filter + orderBy: arbitrumgoerli_RouterLiquidityEvent_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RouterLiquidityEvent_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RootCount!]! - mumbai_rootMessageSent( + ): [arbitrumgoerli_RouterLiquidityEvent!]! + arbitrumgoerli_setting( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RootMessageSent - mumbai_rootMessageSents( + ): arbitrumgoerli_Setting + arbitrumgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootMessageSent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootMessageSent_filter + orderBy: arbitrumgoerli_Setting_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Setting_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RootMessageSent!]! - mumbai_relayerFeesIncrease( + ): [arbitrumgoerli_Setting!]! + arbitrumgoerli_relayer( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RelayerFeesIncrease - mumbai_relayerFeesIncreases( + ): arbitrumgoerli_Relayer + arbitrumgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFeesIncrease_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFeesIncrease_filter + orderBy: arbitrumgoerli_Relayer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Relayer_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RelayerFeesIncrease!]! - mumbai_slippageUpdate( + ): [arbitrumgoerli_Relayer!]! + arbitrumgoerli_sequencer( 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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_SlippageUpdate - mumbai_slippageUpdates( + ): arbitrumgoerli_Sequencer + arbitrumgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SlippageUpdate_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SlippageUpdate_filter - """ + orderBy: arbitrumgoerli_Sequencer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Sequencer_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: mumbai_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_SlippageUpdate!]! - """Access to subgraph metadata""" - mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ - goerli_asset( + ): [arbitrumgoerli_Sequencer!]! + arbitrumgoerli_relayerFee( 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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Asset - goerli_assets( + ): arbitrumgoerli_RelayerFee + arbitrumgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: goerli_Asset_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Asset_filter + orderBy: arbitrumgoerli_RelayerFee_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RelayerFee_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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Asset!]! - goerli_assetStatus( + ): [arbitrumgoerli_RelayerFee!]! + arbitrumgoerli_originTransfer( 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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AssetStatus - goerli_assetStatuses( + ): arbitrumgoerli_OriginTransfer + arbitrumgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetStatus_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetStatus_filter + orderBy: arbitrumgoerli_OriginTransfer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_OriginTransfer_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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AssetStatus!]! - goerli_assetBalance( + ): [arbitrumgoerli_OriginTransfer!]! + arbitrumgoerli_destinationTransfer( 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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AssetBalance - goerli_assetBalances( + ): arbitrumgoerli_DestinationTransfer + arbitrumgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetBalance_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetBalance_filter + orderBy: arbitrumgoerli_DestinationTransfer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_DestinationTransfer_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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AssetBalance!]! - goerli_router( + ): [arbitrumgoerli_DestinationTransfer!]! + arbitrumgoerli_originMessage( 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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Router - goerli_routers( + ): arbitrumgoerli_OriginMessage + arbitrumgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: goerli_Router_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Router_filter + orderBy: arbitrumgoerli_OriginMessage_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_OriginMessage_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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Router!]! - goerli_routerDailyTVL( + ): [arbitrumgoerli_OriginMessage!]! + arbitrumgoerli_aggregateRoot( 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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RouterDailyTVL - goerli_routerDailyTVLs( + ): arbitrumgoerli_AggregateRoot + arbitrumgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterDailyTVL_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterDailyTVL_filter + orderBy: arbitrumgoerli_AggregateRoot_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_AggregateRoot_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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RouterDailyTVL!]! - goerli_routerLiquidityEvent( + ): [arbitrumgoerli_AggregateRoot!]! + arbitrumgoerli_connectorMeta( 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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RouterLiquidityEvent - goerli_routerLiquidityEvents( + ): arbitrumgoerli_ConnectorMeta + arbitrumgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterLiquidityEvent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterLiquidityEvent_filter + orderBy: arbitrumgoerli_ConnectorMeta_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_ConnectorMeta_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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RouterLiquidityEvent!]! - goerli_setting( + ): [arbitrumgoerli_ConnectorMeta!]! + arbitrumgoerli_rootCount( 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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Setting - goerli_settings( + ): arbitrumgoerli_RootCount + arbitrumgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_Setting_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Setting_filter + orderBy: arbitrumgoerli_RootCount_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RootCount_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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Setting!]! - goerli_relayer( + ): [arbitrumgoerli_RootCount!]! + arbitrumgoerli_rootMessageSent( 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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Relayer - goerli_relayers( + ): arbitrumgoerli_RootMessageSent + arbitrumgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: goerli_Relayer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Relayer_filter + orderBy: arbitrumgoerli_RootMessageSent_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RootMessageSent_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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Relayer!]! - goerli_sequencer( + ): [arbitrumgoerli_RootMessageSent!]! + arbitrumgoerli_relayerFeesIncrease( 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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Sequencer - goerli_sequencers( + ): arbitrumgoerli_RelayerFeesIncrease + arbitrumgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: goerli_Sequencer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Sequencer_filter + orderBy: arbitrumgoerli_RelayerFeesIncrease_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RelayerFeesIncrease_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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Sequencer!]! - goerli_relayerFee( + ): [arbitrumgoerli_RelayerFeesIncrease!]! + arbitrumgoerli_slippageUpdate( 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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RelayerFee - goerli_relayerFees( + ): arbitrumgoerli_SlippageUpdate + arbitrumgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFee_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFee_filter + orderBy: arbitrumgoerli_SlippageUpdate_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_SlippageUpdate_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: goerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RelayerFee!]! - goerli_originTransfer( + ): [arbitrumgoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + arbitrumgoerli__meta(block: arbitrumgoerli_Block_height): arbitrumgoerli__Meta_ + mumbai_asset( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OriginTransfer - goerli_originTransfers( + ): mumbai_Asset + mumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginTransfer_filter + orderBy: mumbai_Asset_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Asset_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OriginTransfer!]! - goerli_destinationTransfer( + ): [mumbai_Asset!]! + mumbai_assetStatus( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_DestinationTransfer - goerli_destinationTransfers( + ): mumbai_AssetStatus + mumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: goerli_DestinationTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_DestinationTransfer_filter + orderBy: mumbai_AssetStatus_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetStatus_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_DestinationTransfer!]! - goerli_originMessage( + ): [mumbai_AssetStatus!]! + mumbai_assetBalance( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OriginMessage - goerli_originMessages( + ): mumbai_AssetBalance + mumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginMessage_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginMessage_filter + orderBy: mumbai_AssetBalance_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetBalance_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OriginMessage!]! - goerli_aggregateRoot( + ): [mumbai_AssetBalance!]! + mumbai_router( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AggregateRoot - goerli_aggregateRoots( + ): mumbai_Router + mumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRoot_filter + orderBy: mumbai_Router_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Router_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AggregateRoot!]! - goerli_connectorMeta( + ): [mumbai_Router!]! + mumbai_routerDailyTVL( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ConnectorMeta - goerli_connectorMetas( + ): mumbai_RouterDailyTVL + mumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: goerli_ConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ConnectorMeta_filter + orderBy: mumbai_RouterDailyTVL_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterDailyTVL_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ConnectorMeta!]! - goerli_rootCount( + ): [mumbai_RouterDailyTVL!]! + mumbai_routerLiquidityEvent( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootCount - goerli_rootCounts( + ): mumbai_RouterLiquidityEvent + mumbai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootCount_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootCount_filter + orderBy: mumbai_RouterLiquidityEvent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterLiquidityEvent_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootCount!]! - goerli_rootMessageSent( + ): [mumbai_RouterLiquidityEvent!]! + mumbai_setting( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootMessageSent - goerli_rootMessageSents( + ): mumbai_Setting + mumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageSent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageSent_filter + orderBy: mumbai_Setting_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Setting_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootMessageSent!]! - goerli_relayerFeesIncrease( + ): [mumbai_Setting!]! + mumbai_relayer( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RelayerFeesIncrease - goerli_relayerFeesIncreases( + ): mumbai_Relayer + mumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFeesIncrease_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFeesIncrease_filter + orderBy: mumbai_Relayer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Relayer_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RelayerFeesIncrease!]! - goerli_slippageUpdate( + ): [mumbai_Relayer!]! + mumbai_sequencer( 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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_SlippageUpdate - goerli_slippageUpdates( + ): mumbai_Sequencer + mumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: goerli_SlippageUpdate_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SlippageUpdate_filter + orderBy: mumbai_Sequencer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Sequencer_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: goerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_SlippageUpdate!]! - localmainnet_asset( + ): [mumbai_Sequencer!]! + mumbai_relayerFee( 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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Asset - localmainnet_assets( + ): mumbai_RelayerFee + mumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Asset_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Asset_filter + orderBy: mumbai_RelayerFee_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFee_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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Asset!]! - localmainnet_assetStatus( + ): [mumbai_RelayerFee!]! + mumbai_originTransfer( 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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AssetStatus - localmainnet_assetStatuses( + ): mumbai_OriginTransfer + mumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetStatus_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetStatus_filter + orderBy: mumbai_OriginTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginTransfer_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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AssetStatus!]! - localmainnet_assetBalance( + ): [mumbai_OriginTransfer!]! + mumbai_destinationTransfer( 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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AssetBalance - localmainnet_assetBalances( + ): mumbai_DestinationTransfer + mumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetBalance_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetBalance_filter + orderBy: mumbai_DestinationTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_DestinationTransfer_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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AssetBalance!]! - localmainnet_router( + ): [mumbai_DestinationTransfer!]! + mumbai_originMessage( 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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Router - localmainnet_routers( + ): mumbai_OriginMessage + mumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Router_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Router_filter + orderBy: mumbai_OriginMessage_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginMessage_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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Router!]! - localmainnet_routerDailyTVL( + ): [mumbai_OriginMessage!]! + mumbai_aggregateRoot( 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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RouterDailyTVL - localmainnet_routerDailyTVLs( + ): mumbai_AggregateRoot + mumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RouterDailyTVL_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RouterDailyTVL_filter + orderBy: mumbai_AggregateRoot_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AggregateRoot_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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RouterDailyTVL!]! - localmainnet_setting( + ): [mumbai_AggregateRoot!]! + mumbai_connectorMeta( 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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Setting - localmainnet_settings( + ): mumbai_ConnectorMeta + mumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Setting_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Setting_filter + orderBy: mumbai_ConnectorMeta_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_ConnectorMeta_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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Setting!]! - localmainnet_relayer( + ): [mumbai_ConnectorMeta!]! + mumbai_rootCount( 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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Relayer - localmainnet_relayers( + ): mumbai_RootCount + mumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Relayer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Relayer_filter + orderBy: mumbai_RootCount_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootCount_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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Relayer!]! - localmainnet_sequencer( + ): [mumbai_RootCount!]! + mumbai_rootMessageSent( 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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Sequencer - localmainnet_sequencers( + ): mumbai_RootMessageSent + mumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Sequencer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Sequencer_filter + orderBy: mumbai_RootMessageSent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootMessageSent_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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Sequencer!]! - localmainnet_relayerFee( + ): [mumbai_RootMessageSent!]! + mumbai_relayerFeesIncrease( 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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RelayerFee - localmainnet_relayerFees( + ): mumbai_RelayerFeesIncrease + mumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFee_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFee_filter + orderBy: mumbai_RelayerFeesIncrease_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFeesIncrease_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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RelayerFee!]! - localmainnet_originTransfer( + ): [mumbai_RelayerFeesIncrease!]! + mumbai_slippageUpdate( 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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OriginTransfer - localmainnet_originTransfers( + ): mumbai_SlippageUpdate + mumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginTransfer_filter + orderBy: mumbai_SlippageUpdate_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_SlippageUpdate_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: localmainnet_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OriginTransfer!]! - localmainnet_destinationTransfer( + ): [mumbai_SlippageUpdate!]! + """Access to subgraph metadata""" + mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ + xdai_asset( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_DestinationTransfer - localmainnet_destinationTransfers( + ): xdai_Asset + xdai_assets( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_DestinationTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_DestinationTransfer_filter + orderBy: xdai_Asset_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Asset_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_DestinationTransfer!]! - localmainnet_originMessage( + ): [xdai_Asset!]! + xdai_assetStatus( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OriginMessage - localmainnet_originMessages( + ): xdai_AssetStatus + xdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginMessage_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginMessage_filter + orderBy: xdai_AssetStatus_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AssetStatus_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OriginMessage!]! - localmainnet_aggregateRoot( + ): [xdai_AssetStatus!]! + xdai_assetBalance( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRoot - localmainnet_aggregateRoots( + ): xdai_AssetBalance + xdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRoot_filter + orderBy: xdai_AssetBalance_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AssetBalance_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRoot!]! - localmainnet_connectorMeta( + ): [xdai_AssetBalance!]! + xdai_router( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ConnectorMeta - localmainnet_connectorMetas( + ): xdai_Router + xdai_routers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ConnectorMeta_filter + orderBy: xdai_Router_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Router_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ConnectorMeta!]! - localmainnet_rootCount( + ): [xdai_Router!]! + xdai_routerDailyTVL( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootCount - localmainnet_rootCounts( + ): xdai_RouterDailyTVL + xdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootCount_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootCount_filter + orderBy: xdai_RouterDailyTVL_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RouterDailyTVL_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootCount!]! - localmainnet_rootMessageSent( + ): [xdai_RouterDailyTVL!]! + xdai_routerLiquidityEvent( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootMessageSent - localmainnet_rootMessageSents( + ): xdai_RouterLiquidityEvent + xdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageSent_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageSent_filter + orderBy: xdai_RouterLiquidityEvent_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RouterLiquidityEvent_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootMessageSent!]! - localmainnet_relayerFeesIncrease( + ): [xdai_RouterLiquidityEvent!]! + xdai_setting( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RelayerFeesIncrease - localmainnet_relayerFeesIncreases( + ): xdai_Setting + xdai_settings( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFeesIncrease_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFeesIncrease_filter + orderBy: xdai_Setting_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Setting_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RelayerFeesIncrease!]! - localmainnet_slippageUpdate( + ): [xdai_Setting!]! + xdai_relayer( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SlippageUpdate - localmainnet_slippageUpdates( + ): xdai_Relayer + xdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SlippageUpdate_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SlippageUpdate_filter + orderBy: xdai_Relayer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Relayer_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SlippageUpdate!]! - localmainnet_snapshotRoot( + ): [xdai_Relayer!]! + xdai_sequencer( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SnapshotRoot - localmainnet_snapshotRoots( + ): xdai_Sequencer + xdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SnapshotRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SnapshotRoot_filter + orderBy: xdai_Sequencer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Sequencer_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SnapshotRoot!]! - localmainnet_spokeConnectorMode( + ): [xdai_Sequencer!]! + xdai_relayerFee( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SpokeConnectorMode - localmainnet_spokeConnectorModes( + ): xdai_RelayerFee + xdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SpokeConnectorMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SpokeConnectorMode_filter + orderBy: xdai_RelayerFee_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFee_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SpokeConnectorMode!]! - localmainnet_aggregateRootProposed( + ): [xdai_RelayerFee!]! + xdai_originTransfer( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRootProposed - localmainnet_aggregateRootProposeds( + ): xdai_OriginTransfer + xdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootProposed_filter + orderBy: xdai_OriginTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginTransfer_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRootProposed!]! - localmainnet_optimisticRootFinalized( + ): [xdai_OriginTransfer!]! + xdai_destinationTransfer( 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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootFinalized - localmainnet_optimisticRootFinalizeds( + ): xdai_DestinationTransfer + xdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootFinalized_filter + orderBy: xdai_DestinationTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_DestinationTransfer_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: localmainnet_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootFinalized!]! - localoptimism_asset( + ): [xdai_DestinationTransfer!]! + xdai_originMessage( 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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Asset - localoptimism_assets( + ): xdai_OriginMessage + xdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Asset_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Asset_filter + orderBy: xdai_OriginMessage_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginMessage_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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Asset!]! - localoptimism_assetStatus( + ): [xdai_OriginMessage!]! + xdai_aggregateRoot( 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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetStatus - localoptimism_assetStatuses( + ): xdai_AggregateRoot + xdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetStatus_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetStatus_filter + orderBy: xdai_AggregateRoot_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AggregateRoot_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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetStatus!]! - localoptimism_assetBalance( + ): [xdai_AggregateRoot!]! + xdai_connectorMeta( 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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetBalance - localoptimism_assetBalances( + ): xdai_ConnectorMeta + xdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetBalance_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetBalance_filter + orderBy: xdai_ConnectorMeta_orderBy + orderDirection: xdai_OrderDirection + where: xdai_ConnectorMeta_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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetBalance!]! - localoptimism_router( + ): [xdai_ConnectorMeta!]! + xdai_rootCount( 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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Router - localoptimism_routers( + ): xdai_RootCount + xdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Router_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Router_filter + orderBy: xdai_RootCount_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootCount_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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Router!]! - localoptimism_routerDailyTVL( + ): [xdai_RootCount!]! + xdai_rootMessageSent( 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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RouterDailyTVL - localoptimism_routerDailyTVLs( + ): xdai_RootMessageSent + xdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RouterDailyTVL_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RouterDailyTVL_filter + orderBy: xdai_RootMessageSent_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootMessageSent_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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RouterDailyTVL!]! - localoptimism_setting( + ): [xdai_RootMessageSent!]! + xdai_relayerFeesIncrease( 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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Setting - localoptimism_settings( + ): xdai_RelayerFeesIncrease + xdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Setting_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Setting_filter + orderBy: xdai_RelayerFeesIncrease_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFeesIncrease_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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Setting!]! - localoptimism_relayer( + ): [xdai_RelayerFeesIncrease!]! + xdai_slippageUpdate( 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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Relayer - localoptimism_relayers( + ): xdai_SlippageUpdate + xdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Relayer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Relayer_filter + orderBy: xdai_SlippageUpdate_orderBy + orderDirection: xdai_OrderDirection + where: xdai_SlippageUpdate_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: localoptimism_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Relayer!]! - localoptimism_sequencer( + ): [xdai_SlippageUpdate!]! + """Access to subgraph metadata""" + xdai__meta(block: xdai_Block_height): xdai__Meta_ + localarbitrumone_asset( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Sequencer - localoptimism_sequencers( + ): localarbitrumone_Asset + localarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Sequencer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Sequencer_filter + orderBy: localarbitrumone_Asset_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Asset_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Sequencer!]! - localoptimism_relayerFee( + ): [localarbitrumone_Asset!]! + localarbitrumone_assetStatus( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RelayerFee - localoptimism_relayerFees( + ): localarbitrumone_AssetStatus + localarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFee_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFee_filter + orderBy: localarbitrumone_AssetStatus_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetStatus_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RelayerFee!]! - localoptimism_originTransfer( + ): [localarbitrumone_AssetStatus!]! + localarbitrumone_assetBalance( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OriginTransfer - localoptimism_originTransfers( + ): localarbitrumone_AssetBalance + localarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginTransfer_filter + orderBy: localarbitrumone_AssetBalance_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetBalance_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OriginTransfer!]! - localoptimism_destinationTransfer( + ): [localarbitrumone_AssetBalance!]! + localarbitrumone_router( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_DestinationTransfer - localoptimism_destinationTransfers( + ): localarbitrumone_Router + localarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_DestinationTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_DestinationTransfer_filter + orderBy: localarbitrumone_Router_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Router_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_DestinationTransfer!]! - localoptimism_originMessage( + ): [localarbitrumone_Router!]! + localarbitrumone_routerDailyTVL( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OriginMessage - localoptimism_originMessages( + ): localarbitrumone_RouterDailyTVL + localarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginMessage_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginMessage_filter + orderBy: localarbitrumone_RouterDailyTVL_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RouterDailyTVL_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OriginMessage!]! - localoptimism_aggregateRoot( + ): [localarbitrumone_RouterDailyTVL!]! + localarbitrumone_setting( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AggregateRoot - localoptimism_aggregateRoots( + ): localarbitrumone_Setting + localarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRoot_filter + orderBy: localarbitrumone_Setting_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Setting_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AggregateRoot!]! - localoptimism_connectorMeta( + ): [localarbitrumone_Setting!]! + localarbitrumone_relayer( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_ConnectorMeta - localoptimism_connectorMetas( + ): localarbitrumone_Relayer + localarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_ConnectorMeta_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_ConnectorMeta_filter + orderBy: localarbitrumone_Relayer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Relayer_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_ConnectorMeta!]! - localoptimism_rootCount( + ): [localarbitrumone_Relayer!]! + localarbitrumone_sequencer( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RootCount - localoptimism_rootCounts( + ): localarbitrumone_Sequencer + localarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootCount_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootCount_filter + orderBy: localarbitrumone_Sequencer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Sequencer_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RootCount!]! - localoptimism_rootMessageSent( + ): [localarbitrumone_Sequencer!]! + localarbitrumone_relayerFee( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RootMessageSent - localoptimism_rootMessageSents( + ): localarbitrumone_RelayerFee + localarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootMessageSent_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootMessageSent_filter + orderBy: localarbitrumone_RelayerFee_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RelayerFee_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RootMessageSent!]! - localoptimism_relayerFeesIncrease( + ): [localarbitrumone_RelayerFee!]! + localarbitrumone_originTransfer( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RelayerFeesIncrease - localoptimism_relayerFeesIncreases( + ): localarbitrumone_OriginTransfer + localarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFeesIncrease_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFeesIncrease_filter + orderBy: localarbitrumone_OriginTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginTransfer_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RelayerFeesIncrease!]! - localoptimism_slippageUpdate( + ): [localarbitrumone_OriginTransfer!]! + localarbitrumone_destinationTransfer( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SlippageUpdate - localoptimism_slippageUpdates( + ): localarbitrumone_DestinationTransfer + localarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SlippageUpdate_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SlippageUpdate_filter + orderBy: localarbitrumone_DestinationTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_DestinationTransfer_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SlippageUpdate!]! - localoptimism_snapshotRoot( + ): [localarbitrumone_DestinationTransfer!]! + localarbitrumone_originMessage( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SnapshotRoot - localoptimism_snapshotRoots( + ): localarbitrumone_OriginMessage + localarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SnapshotRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SnapshotRoot_filter + orderBy: localarbitrumone_OriginMessage_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginMessage_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SnapshotRoot!]! - localoptimism_spokeConnectorMode( + ): [localarbitrumone_OriginMessage!]! + localarbitrumone_aggregateRoot( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SpokeConnectorMode - localoptimism_spokeConnectorModes( + ): localarbitrumone_AggregateRoot + localarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SpokeConnectorMode_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SpokeConnectorMode_filter + orderBy: localarbitrumone_AggregateRoot_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AggregateRoot_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SpokeConnectorMode!]! - localoptimism_aggregateRootProposed( + ): [localarbitrumone_AggregateRoot!]! + localarbitrumone_connectorMeta( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AggregateRootProposed - localoptimism_aggregateRootProposeds( + ): localarbitrumone_ConnectorMeta + localarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRootProposed_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRootProposed_filter + orderBy: localarbitrumone_ConnectorMeta_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_ConnectorMeta_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AggregateRootProposed!]! - localoptimism_optimisticRootFinalized( + ): [localarbitrumone_ConnectorMeta!]! + localarbitrumone_rootCount( 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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OptimisticRootFinalized - localoptimism_optimisticRootFinalizeds( + ): localarbitrumone_RootCount + localarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OptimisticRootFinalized_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OptimisticRootFinalized_filter + orderBy: localarbitrumone_RootCount_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RootCount_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: localoptimism_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - localoptimism__meta(block: localoptimism_Block_height): localoptimism__Meta_ - localarbitrumone_asset( + ): [localarbitrumone_RootCount!]! + localarbitrumone_rootMessageSent( 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. @@ -31430,13 +31770,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Asset - localarbitrumone_assets( + ): localarbitrumone_RootMessageSent + localarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Asset_orderBy + orderBy: localarbitrumone_RootMessageSent_orderBy orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Asset_filter + where: localarbitrumone_RootMessageSent_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. """ @@ -31445,8 +31785,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Asset!]! - localarbitrumone_assetStatus( + ): [localarbitrumone_RootMessageSent!]! + localarbitrumone_relayerFeesIncrease( 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. @@ -31456,13 +31796,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AssetStatus - localarbitrumone_assetStatuses( + ): localarbitrumone_RelayerFeesIncrease + localarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetStatus_orderBy + orderBy: localarbitrumone_RelayerFeesIncrease_orderBy orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetStatus_filter + where: localarbitrumone_RelayerFeesIncrease_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. """ @@ -31471,8 +31811,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AssetStatus!]! - localarbitrumone_assetBalance( + ): [localarbitrumone_RelayerFeesIncrease!]! + localarbitrumone_slippageUpdate( 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. @@ -31482,13 +31822,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AssetBalance - localarbitrumone_assetBalances( + ): localarbitrumone_SlippageUpdate + localarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetBalance_orderBy + orderBy: localarbitrumone_SlippageUpdate_orderBy orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetBalance_filter + where: localarbitrumone_SlippageUpdate_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. """ @@ -31497,8 +31837,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AssetBalance!]! - localarbitrumone_router( + ): [localarbitrumone_SlippageUpdate!]! + localarbitrumone_snapshotRoot( 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. @@ -31508,13 +31848,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Router - localarbitrumone_routers( + ): localarbitrumone_SnapshotRoot + localarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Router_orderBy + orderBy: localarbitrumone_SnapshotRoot_orderBy orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Router_filter + where: localarbitrumone_SnapshotRoot_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. """ @@ -31523,8 +31863,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Router!]! - localarbitrumone_routerDailyTVL( + ): [localarbitrumone_SnapshotRoot!]! + localarbitrumone_spokeConnectorMode( 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. @@ -31534,13 +31874,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RouterDailyTVL - localarbitrumone_routerDailyTVLs( + ): localarbitrumone_SpokeConnectorMode + localarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RouterDailyTVL_orderBy + orderBy: localarbitrumone_SpokeConnectorMode_orderBy orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RouterDailyTVL_filter + where: localarbitrumone_SpokeConnectorMode_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. """ @@ -31549,8 +31889,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RouterDailyTVL!]! - localarbitrumone_setting( + ): [localarbitrumone_SpokeConnectorMode!]! + localarbitrumone_aggregateRootProposed( 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. @@ -31560,13 +31900,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Setting - localarbitrumone_settings( + ): localarbitrumone_AggregateRootProposed + localarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Setting_orderBy + orderBy: localarbitrumone_AggregateRootProposed_orderBy orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Setting_filter + where: localarbitrumone_AggregateRootProposed_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. """ @@ -31575,8 +31915,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Setting!]! - localarbitrumone_relayer( + ): [localarbitrumone_AggregateRootProposed!]! + localarbitrumone_optimisticRootFinalized( 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. @@ -31586,13 +31926,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Relayer - localarbitrumone_relayers( + ): localarbitrumone_OptimisticRootFinalized + localarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Relayer_orderBy + orderBy: localarbitrumone_OptimisticRootFinalized_orderBy orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Relayer_filter + where: localarbitrumone_OptimisticRootFinalized_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. """ @@ -31601,1965 +31941,2147 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Relayer!]! - localarbitrumone_sequencer( + ): [localarbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ + bnb_asset( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Sequencer - localarbitrumone_sequencers( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Sequencer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Sequencer_filter + orderBy: bnb_Asset_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Asset_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Sequencer!]! - localarbitrumone_relayerFee( + ): [bnb_Asset!]! + bnb_assetStatus( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RelayerFee - localarbitrumone_relayerFees( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFee_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFee_filter + orderBy: bnb_AssetStatus_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AssetStatus_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RelayerFee!]! - localarbitrumone_originTransfer( + ): [bnb_AssetStatus!]! + bnb_assetBalance( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OriginTransfer - localarbitrumone_originTransfers( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginTransfer_filter + orderBy: bnb_AssetBalance_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AssetBalance_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OriginTransfer!]! - localarbitrumone_destinationTransfer( + ): [bnb_AssetBalance!]! + bnb_router( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_DestinationTransfer - localarbitrumone_destinationTransfers( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_DestinationTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_DestinationTransfer_filter + orderBy: bnb_Router_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Router_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_DestinationTransfer!]! - localarbitrumone_originMessage( + ): [bnb_Router!]! + bnb_routerDailyTVL( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OriginMessage - localarbitrumone_originMessages( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginMessage_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginMessage_filter + orderBy: bnb_RouterDailyTVL_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterDailyTVL_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OriginMessage!]! - localarbitrumone_aggregateRoot( + ): [bnb_RouterDailyTVL!]! + bnb_routerLiquidityEvent( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AggregateRoot - localarbitrumone_aggregateRoots( + ): bnb_RouterLiquidityEvent + bnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRoot_filter + orderBy: bnb_RouterLiquidityEvent_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterLiquidityEvent_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AggregateRoot!]! - localarbitrumone_connectorMeta( + ): [bnb_RouterLiquidityEvent!]! + bnb_setting( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_ConnectorMeta - localarbitrumone_connectorMetas( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_ConnectorMeta_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_ConnectorMeta_filter + orderBy: bnb_Setting_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Setting_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_ConnectorMeta!]! - localarbitrumone_rootCount( + ): [bnb_Setting!]! + bnb_relayer( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RootCount - localarbitrumone_rootCounts( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootCount_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootCount_filter + orderBy: bnb_Relayer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Relayer_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RootCount!]! - localarbitrumone_rootMessageSent( + ): [bnb_Relayer!]! + bnb_sequencer( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RootMessageSent - localarbitrumone_rootMessageSents( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootMessageSent_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootMessageSent_filter + orderBy: bnb_Sequencer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Sequencer_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RootMessageSent!]! - localarbitrumone_relayerFeesIncrease( + ): [bnb_Sequencer!]! + bnb_relayerFee( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RelayerFeesIncrease - localarbitrumone_relayerFeesIncreases( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFeesIncrease_filter + orderBy: bnb_RelayerFee_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RelayerFee_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RelayerFeesIncrease!]! - localarbitrumone_slippageUpdate( + ): [bnb_RelayerFee!]! + bnb_originTransfer( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SlippageUpdate - localarbitrumone_slippageUpdates( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SlippageUpdate_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SlippageUpdate_filter + orderBy: bnb_OriginTransfer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_OriginTransfer_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SlippageUpdate!]! - localarbitrumone_snapshotRoot( + ): [bnb_OriginTransfer!]! + bnb_destinationTransfer( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SnapshotRoot - localarbitrumone_snapshotRoots( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SnapshotRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SnapshotRoot_filter + orderBy: bnb_DestinationTransfer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_DestinationTransfer_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SnapshotRoot!]! - localarbitrumone_spokeConnectorMode( + ): [bnb_DestinationTransfer!]! + bnb_originMessage( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SpokeConnectorMode - localarbitrumone_spokeConnectorModes( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SpokeConnectorMode_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SpokeConnectorMode_filter + orderBy: bnb_OriginMessage_orderBy + orderDirection: bnb_OrderDirection + where: bnb_OriginMessage_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SpokeConnectorMode!]! - localarbitrumone_aggregateRootProposed( + ): [bnb_OriginMessage!]! + bnb_aggregateRoot( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AggregateRootProposed - localarbitrumone_aggregateRootProposeds( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRootProposed_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRootProposed_filter + orderBy: bnb_AggregateRoot_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AggregateRoot_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AggregateRootProposed!]! - localarbitrumone_optimisticRootFinalized( + ): [bnb_AggregateRoot!]! + bnb_connectorMeta( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OptimisticRootFinalized - localarbitrumone_optimisticRootFinalizeds( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OptimisticRootFinalized_filter + orderBy: bnb_ConnectorMeta_orderBy + orderDirection: bnb_OrderDirection + where: bnb_ConnectorMeta_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ - stagingarbitrumgoerli_asset( + ): [bnb_ConnectorMeta!]! + bnb_rootCount( 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: stagingarbitrumgoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Asset - stagingarbitrumgoerli_assets( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Asset_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Asset_filter + orderBy: bnb_RootCount_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RootCount_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: stagingarbitrumgoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Asset!]! - stagingarbitrumgoerli_assetStatus( + ): [bnb_RootCount!]! + bnb_rootMessageSent( 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: stagingarbitrumgoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AssetStatus - stagingarbitrumgoerli_assetStatuses( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AssetStatus_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AssetStatus_filter + orderBy: bnb_RootMessageSent_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RootMessageSent_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: stagingarbitrumgoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AssetStatus!]! - stagingarbitrumgoerli_assetBalance( + ): [bnb_RootMessageSent!]! + bnb_relayerFeesIncrease( 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: stagingarbitrumgoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AssetBalance - stagingarbitrumgoerli_assetBalances( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AssetBalance_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AssetBalance_filter + orderBy: bnb_RelayerFeesIncrease_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RelayerFeesIncrease_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: stagingarbitrumgoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AssetBalance!]! - stagingarbitrumgoerli_router( + ): [bnb_RelayerFeesIncrease!]! + bnb_slippageUpdate( 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: stagingarbitrumgoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Router - stagingarbitrumgoerli_routers( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Router_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Router_filter + orderBy: bnb_SlippageUpdate_orderBy + orderDirection: bnb_OrderDirection + where: bnb_SlippageUpdate_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: stagingarbitrumgoerli_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Router!]! - stagingarbitrumgoerli_routerDailyTVL( + ): [bnb_SlippageUpdate!]! + """Access to subgraph metadata""" + bnb__meta(block: bnb_Block_height): bnb__Meta_ + linea_asset( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RouterDailyTVL - stagingarbitrumgoerli_routerDailyTVLs( + ): linea_Asset + linea_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RouterDailyTVL_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RouterDailyTVL_filter + orderBy: linea_Asset_orderBy + orderDirection: linea_OrderDirection + where: linea_Asset_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RouterDailyTVL!]! - stagingarbitrumgoerli_setting( + ): [linea_Asset!]! + linea_assetStatus( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Setting - stagingarbitrumgoerli_settings( + ): linea_AssetStatus + linea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Setting_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Setting_filter + orderBy: linea_AssetStatus_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetStatus_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Setting!]! - stagingarbitrumgoerli_relayer( + ): [linea_AssetStatus!]! + linea_assetBalance( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Relayer - stagingarbitrumgoerli_relayers( + ): linea_AssetBalance + linea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Relayer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Relayer_filter + orderBy: linea_AssetBalance_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetBalance_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Relayer!]! - stagingarbitrumgoerli_sequencer( + ): [linea_AssetBalance!]! + linea_router( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Sequencer - stagingarbitrumgoerli_sequencers( + ): linea_Router + linea_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Sequencer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Sequencer_filter + orderBy: linea_Router_orderBy + orderDirection: linea_OrderDirection + where: linea_Router_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Sequencer!]! - stagingarbitrumgoerli_relayerFee( + ): [linea_Router!]! + linea_routerDailyTVL( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RelayerFee - stagingarbitrumgoerli_relayerFees( + ): linea_RouterDailyTVL + linea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RelayerFee_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RelayerFee_filter + orderBy: linea_RouterDailyTVL_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterDailyTVL_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RelayerFee!]! - stagingarbitrumgoerli_originTransfer( + ): [linea_RouterDailyTVL!]! + linea_routerLiquidityEvent( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_OriginTransfer - stagingarbitrumgoerli_originTransfers( + ): linea_RouterLiquidityEvent + linea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_OriginTransfer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_OriginTransfer_filter + orderBy: linea_RouterLiquidityEvent_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterLiquidityEvent_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_OriginTransfer!]! - stagingarbitrumgoerli_destinationTransfer( + ): [linea_RouterLiquidityEvent!]! + linea_setting( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_DestinationTransfer - stagingarbitrumgoerli_destinationTransfers( + ): linea_Setting + linea_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_DestinationTransfer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_DestinationTransfer_filter + orderBy: linea_Setting_orderBy + orderDirection: linea_OrderDirection + where: linea_Setting_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_DestinationTransfer!]! - stagingarbitrumgoerli_originMessage( + ): [linea_Setting!]! + linea_relayer( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_OriginMessage - stagingarbitrumgoerli_originMessages( + ): linea_Relayer + linea_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_OriginMessage_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_OriginMessage_filter + orderBy: linea_Relayer_orderBy + orderDirection: linea_OrderDirection + where: linea_Relayer_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_OriginMessage!]! - stagingarbitrumgoerli_aggregateRoot( + ): [linea_Relayer!]! + linea_sequencer( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AggregateRoot - stagingarbitrumgoerli_aggregateRoots( + ): linea_Sequencer + linea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AggregateRoot_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AggregateRoot_filter + orderBy: linea_Sequencer_orderBy + orderDirection: linea_OrderDirection + where: linea_Sequencer_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AggregateRoot!]! - stagingarbitrumgoerli_connectorMeta( + ): [linea_Sequencer!]! + linea_relayerFee( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_ConnectorMeta - stagingarbitrumgoerli_connectorMetas( + ): linea_RelayerFee + linea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_ConnectorMeta_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_ConnectorMeta_filter + orderBy: linea_RelayerFee_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFee_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_ConnectorMeta!]! - stagingarbitrumgoerli_rootCount( + ): [linea_RelayerFee!]! + linea_originTransfer( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RootCount - stagingarbitrumgoerli_rootCounts( + ): linea_OriginTransfer + linea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RootCount_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RootCount_filter + orderBy: linea_OriginTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginTransfer_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RootCount!]! - stagingarbitrumgoerli_rootMessageSent( + ): [linea_OriginTransfer!]! + linea_destinationTransfer( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RootMessageSent - stagingarbitrumgoerli_rootMessageSents( + ): linea_DestinationTransfer + linea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RootMessageSent_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RootMessageSent_filter + orderBy: linea_DestinationTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_DestinationTransfer_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RootMessageSent!]! - stagingarbitrumgoerli_relayerFeesIncrease( + ): [linea_DestinationTransfer!]! + linea_originMessage( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RelayerFeesIncrease - stagingarbitrumgoerli_relayerFeesIncreases( + ): linea_OriginMessage + linea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RelayerFeesIncrease_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RelayerFeesIncrease_filter + orderBy: linea_OriginMessage_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginMessage_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RelayerFeesIncrease!]! - stagingarbitrumgoerli_slippageUpdate( + ): [linea_OriginMessage!]! + linea_aggregateRoot( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_SlippageUpdate - stagingarbitrumgoerli_slippageUpdates( + ): linea_AggregateRoot + linea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_SlippageUpdate_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_SlippageUpdate_filter + orderBy: linea_AggregateRoot_orderBy + orderDirection: linea_OrderDirection + where: linea_AggregateRoot_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_SlippageUpdate!]! - stagingarbitrumgoerli_snapshotRoot( + ): [linea_AggregateRoot!]! + linea_connectorMeta( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_SnapshotRoot - stagingarbitrumgoerli_snapshotRoots( + ): linea_ConnectorMeta + linea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_SnapshotRoot_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_SnapshotRoot_filter + orderBy: linea_ConnectorMeta_orderBy + orderDirection: linea_OrderDirection + where: linea_ConnectorMeta_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_SnapshotRoot!]! - stagingarbitrumgoerli_spokeConnectorMode( + ): [linea_ConnectorMeta!]! + linea_rootCount( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_SpokeConnectorMode - stagingarbitrumgoerli_spokeConnectorModes( + ): linea_RootCount + linea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_SpokeConnectorMode_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_SpokeConnectorMode_filter + orderBy: linea_RootCount_orderBy + orderDirection: linea_OrderDirection + where: linea_RootCount_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_SpokeConnectorMode!]! - stagingarbitrumgoerli_aggregateRootProposed( + ): [linea_RootCount!]! + linea_rootMessageSent( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AggregateRootProposed - stagingarbitrumgoerli_aggregateRootProposeds( + ): linea_RootMessageSent + linea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AggregateRootProposed_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AggregateRootProposed_filter + orderBy: linea_RootMessageSent_orderBy + orderDirection: linea_OrderDirection + where: linea_RootMessageSent_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AggregateRootProposed!]! - stagingarbitrumgoerli_optimisticRootFinalized( + ): [linea_RootMessageSent!]! + linea_relayerFeesIncrease( 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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_OptimisticRootFinalized - stagingarbitrumgoerli_optimisticRootFinalizeds( + ): linea_RelayerFeesIncrease + linea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_OptimisticRootFinalized_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_OptimisticRootFinalized_filter + orderBy: linea_RelayerFeesIncrease_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFeesIncrease_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: stagingarbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingarbitrumgoerli__meta(block: stagingarbitrumgoerli_Block_height): stagingarbitrumgoerli__Meta_ - arbitrumgoerli_asset( + ): [linea_RelayerFeesIncrease!]! + linea_slippageUpdate( 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: arbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Asset - arbitrumgoerli_assets( + ): linea_SlippageUpdate + linea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Asset_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Asset_filter + orderBy: linea_SlippageUpdate_orderBy + orderDirection: linea_OrderDirection + where: linea_SlippageUpdate_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: arbitrumgoerli_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Asset!]! - arbitrumgoerli_assetStatus( + ): [linea_SlippageUpdate!]! + """Access to subgraph metadata""" + linea__meta(block: linea_Block_height): linea__Meta_ + localmainnet_asset( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_AssetStatus - arbitrumgoerli_assetStatuses( + ): localmainnet_Asset + localmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AssetStatus_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AssetStatus_filter + orderBy: localmainnet_Asset_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Asset_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_AssetStatus!]! - arbitrumgoerli_assetBalance( + ): [localmainnet_Asset!]! + localmainnet_assetStatus( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_AssetBalance - arbitrumgoerli_assetBalances( + ): localmainnet_AssetStatus + localmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AssetBalance_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AssetBalance_filter + orderBy: localmainnet_AssetStatus_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AssetStatus_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_AssetBalance!]! - arbitrumgoerli_router( + ): [localmainnet_AssetStatus!]! + localmainnet_assetBalance( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Router - arbitrumgoerli_routers( + ): localmainnet_AssetBalance + localmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Router_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Router_filter + orderBy: localmainnet_AssetBalance_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AssetBalance_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Router!]! - arbitrumgoerli_routerDailyTVL( + ): [localmainnet_AssetBalance!]! + localmainnet_router( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RouterDailyTVL - arbitrumgoerli_routerDailyTVLs( + ): localmainnet_Router + localmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RouterDailyTVL_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RouterDailyTVL_filter + orderBy: localmainnet_Router_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Router_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RouterDailyTVL!]! - arbitrumgoerli_routerLiquidityEvent( + ): [localmainnet_Router!]! + localmainnet_routerDailyTVL( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RouterLiquidityEvent - arbitrumgoerli_routerLiquidityEvents( + ): localmainnet_RouterDailyTVL + localmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RouterLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RouterLiquidityEvent_filter + orderBy: localmainnet_RouterDailyTVL_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RouterDailyTVL_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RouterLiquidityEvent!]! - arbitrumgoerli_setting( + ): [localmainnet_RouterDailyTVL!]! + localmainnet_setting( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Setting - arbitrumgoerli_settings( + ): localmainnet_Setting + localmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Setting_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Setting_filter + orderBy: localmainnet_Setting_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Setting_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Setting!]! - arbitrumgoerli_relayer( + ): [localmainnet_Setting!]! + localmainnet_relayer( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Relayer - arbitrumgoerli_relayers( + ): localmainnet_Relayer + localmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Relayer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Relayer_filter + orderBy: localmainnet_Relayer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Relayer_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Relayer!]! - arbitrumgoerli_sequencer( + ): [localmainnet_Relayer!]! + localmainnet_sequencer( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Sequencer - arbitrumgoerli_sequencers( + ): localmainnet_Sequencer + localmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Sequencer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Sequencer_filter + orderBy: localmainnet_Sequencer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Sequencer_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Sequencer!]! - arbitrumgoerli_relayerFee( + ): [localmainnet_Sequencer!]! + localmainnet_relayerFee( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RelayerFee - arbitrumgoerli_relayerFees( + ): localmainnet_RelayerFee + localmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RelayerFee_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RelayerFee_filter + orderBy: localmainnet_RelayerFee_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RelayerFee_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RelayerFee!]! - arbitrumgoerli_originTransfer( + ): [localmainnet_RelayerFee!]! + localmainnet_originTransfer( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_OriginTransfer - arbitrumgoerli_originTransfers( + ): localmainnet_OriginTransfer + localmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_OriginTransfer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_OriginTransfer_filter + orderBy: localmainnet_OriginTransfer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OriginTransfer_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_OriginTransfer!]! - arbitrumgoerli_destinationTransfer( + ): [localmainnet_OriginTransfer!]! + localmainnet_destinationTransfer( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_DestinationTransfer - arbitrumgoerli_destinationTransfers( + ): localmainnet_DestinationTransfer + localmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_DestinationTransfer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_DestinationTransfer_filter + orderBy: localmainnet_DestinationTransfer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_DestinationTransfer_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_DestinationTransfer!]! - arbitrumgoerli_originMessage( + ): [localmainnet_DestinationTransfer!]! + localmainnet_originMessage( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_OriginMessage - arbitrumgoerli_originMessages( + ): localmainnet_OriginMessage + localmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_OriginMessage_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_OriginMessage_filter + orderBy: localmainnet_OriginMessage_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OriginMessage_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_OriginMessage!]! - arbitrumgoerli_aggregateRoot( + ): [localmainnet_OriginMessage!]! + localmainnet_aggregateRoot( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_AggregateRoot - arbitrumgoerli_aggregateRoots( + ): localmainnet_AggregateRoot + localmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AggregateRoot_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AggregateRoot_filter + orderBy: localmainnet_AggregateRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRoot_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_AggregateRoot!]! - arbitrumgoerli_connectorMeta( + ): [localmainnet_AggregateRoot!]! + localmainnet_connectorMeta( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_ConnectorMeta - arbitrumgoerli_connectorMetas( + ): localmainnet_ConnectorMeta + localmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_ConnectorMeta_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_ConnectorMeta_filter + orderBy: localmainnet_ConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ConnectorMeta_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_ConnectorMeta!]! - arbitrumgoerli_rootCount( + ): [localmainnet_ConnectorMeta!]! + localmainnet_rootCount( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RootCount - arbitrumgoerli_rootCounts( + ): localmainnet_RootCount + localmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RootCount_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RootCount_filter + orderBy: localmainnet_RootCount_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootCount_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RootCount!]! - arbitrumgoerli_rootMessageSent( + ): [localmainnet_RootCount!]! + localmainnet_rootMessageSent( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RootMessageSent - arbitrumgoerli_rootMessageSents( + ): localmainnet_RootMessageSent + localmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RootMessageSent_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RootMessageSent_filter + orderBy: localmainnet_RootMessageSent_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootMessageSent_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RootMessageSent!]! - arbitrumgoerli_relayerFeesIncrease( + ): [localmainnet_RootMessageSent!]! + localmainnet_relayerFeesIncrease( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RelayerFeesIncrease - arbitrumgoerli_relayerFeesIncreases( + ): localmainnet_RelayerFeesIncrease + localmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RelayerFeesIncrease_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RelayerFeesIncrease_filter + orderBy: localmainnet_RelayerFeesIncrease_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RelayerFeesIncrease_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RelayerFeesIncrease!]! - arbitrumgoerli_slippageUpdate( + ): [localmainnet_RelayerFeesIncrease!]! + localmainnet_slippageUpdate( 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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_SlippageUpdate - arbitrumgoerli_slippageUpdates( + ): localmainnet_SlippageUpdate + localmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_SlippageUpdate_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_SlippageUpdate_filter + orderBy: localmainnet_SlippageUpdate_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SlippageUpdate_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: arbitrumgoerli_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_SlippageUpdate!]! - """Access to subgraph metadata""" - arbitrumgoerli__meta(block: arbitrumgoerli_Block_height): arbitrumgoerli__Meta_ - bnb_asset( + ): [localmainnet_SlippageUpdate!]! + localmainnet_snapshotRoot( 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: bnb_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Asset - bnb_assets( + ): localmainnet_SnapshotRoot + localmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_filter + orderBy: localmainnet_SnapshotRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SnapshotRoot_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: bnb_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Asset!]! - bnb_assetStatus( + ): [localmainnet_SnapshotRoot!]! + localmainnet_spokeConnectorMode( 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: bnb_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AssetStatus - bnb_assetStatuses( + ): localmainnet_SpokeConnectorMode + localmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_filter + orderBy: localmainnet_SpokeConnectorMode_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SpokeConnectorMode_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: bnb_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AssetStatus!]! - bnb_assetBalance( + ): [localmainnet_SpokeConnectorMode!]! + localmainnet_aggregateRootProposed( 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: bnb_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AssetBalance - bnb_assetBalances( + ): localmainnet_AggregateRootProposed + localmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_filter + orderBy: localmainnet_AggregateRootProposed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRootProposed_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: bnb_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AssetBalance!]! - bnb_router( + ): [localmainnet_AggregateRootProposed!]! + localmainnet_optimisticRootFinalized( 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: bnb_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Router - bnb_routers( + ): localmainnet_OptimisticRootFinalized + localmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_filter + orderBy: localmainnet_OptimisticRootFinalized_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootFinalized_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: bnb_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Router!]! - bnb_routerDailyTVL( + ): [localmainnet_OptimisticRootFinalized!]! + localoptimism_asset( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RouterDailyTVL - bnb_routerDailyTVLs( + ): localoptimism_Asset + localoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_filter + orderBy: localoptimism_Asset_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Asset_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RouterDailyTVL!]! - bnb_routerLiquidityEvent( + ): [localoptimism_Asset!]! + localoptimism_assetStatus( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RouterLiquidityEvent - bnb_routerLiquidityEvents( + ): localoptimism_AssetStatus + localoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterLiquidityEvent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterLiquidityEvent_filter + orderBy: localoptimism_AssetStatus_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetStatus_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RouterLiquidityEvent!]! - bnb_setting( + ): [localoptimism_AssetStatus!]! + localoptimism_assetBalance( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Setting - bnb_settings( + ): localoptimism_AssetBalance + localoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_filter + orderBy: localoptimism_AssetBalance_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetBalance_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Setting!]! - bnb_relayer( + ): [localoptimism_AssetBalance!]! + localoptimism_router( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Relayer - bnb_relayers( + ): localoptimism_Router + localoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_filter + orderBy: localoptimism_Router_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Router_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Relayer!]! - bnb_sequencer( + ): [localoptimism_Router!]! + localoptimism_routerDailyTVL( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Sequencer - bnb_sequencers( + ): localoptimism_RouterDailyTVL + localoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_filter + orderBy: localoptimism_RouterDailyTVL_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RouterDailyTVL_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Sequencer!]! - bnb_relayerFee( + ): [localoptimism_RouterDailyTVL!]! + localoptimism_setting( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RelayerFee - bnb_relayerFees( + ): localoptimism_Setting + localoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_filter + orderBy: localoptimism_Setting_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Setting_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RelayerFee!]! - bnb_originTransfer( + ): [localoptimism_Setting!]! + localoptimism_relayer( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_OriginTransfer - bnb_originTransfers( + ): localoptimism_Relayer + localoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_filter + orderBy: localoptimism_Relayer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Relayer_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_OriginTransfer!]! - bnb_destinationTransfer( + ): [localoptimism_Relayer!]! + localoptimism_sequencer( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_DestinationTransfer - bnb_destinationTransfers( + ): localoptimism_Sequencer + localoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_filter + orderBy: localoptimism_Sequencer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Sequencer_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_DestinationTransfer!]! - bnb_originMessage( + ): [localoptimism_Sequencer!]! + localoptimism_relayerFee( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_OriginMessage - bnb_originMessages( + ): localoptimism_RelayerFee + localoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_filter + orderBy: localoptimism_RelayerFee_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RelayerFee_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_OriginMessage!]! - bnb_aggregateRoot( + ): [localoptimism_RelayerFee!]! + localoptimism_originTransfer( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AggregateRoot - bnb_aggregateRoots( + ): localoptimism_OriginTransfer + localoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_filter + orderBy: localoptimism_OriginTransfer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OriginTransfer_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AggregateRoot!]! - bnb_connectorMeta( + ): [localoptimism_OriginTransfer!]! + localoptimism_destinationTransfer( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_ConnectorMeta - bnb_connectorMetas( + ): localoptimism_DestinationTransfer + localoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_filter + orderBy: localoptimism_DestinationTransfer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_DestinationTransfer_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_ConnectorMeta!]! - bnb_rootCount( + ): [localoptimism_DestinationTransfer!]! + localoptimism_originMessage( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RootCount - bnb_rootCounts( + ): localoptimism_OriginMessage + localoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_filter + orderBy: localoptimism_OriginMessage_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OriginMessage_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RootCount!]! - bnb_rootMessageSent( + ): [localoptimism_OriginMessage!]! + localoptimism_aggregateRoot( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RootMessageSent - bnb_rootMessageSents( + ): localoptimism_AggregateRoot + localoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_filter + orderBy: localoptimism_AggregateRoot_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AggregateRoot_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RootMessageSent!]! - bnb_relayerFeesIncrease( + ): [localoptimism_AggregateRoot!]! + localoptimism_connectorMeta( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RelayerFeesIncrease - bnb_relayerFeesIncreases( + ): localoptimism_ConnectorMeta + localoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_filter + orderBy: localoptimism_ConnectorMeta_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_ConnectorMeta_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RelayerFeesIncrease!]! - bnb_slippageUpdate( + ): [localoptimism_ConnectorMeta!]! + localoptimism_rootCount( 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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_SlippageUpdate - bnb_slippageUpdates( + ): localoptimism_RootCount + localoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_filter + orderBy: localoptimism_RootCount_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RootCount_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: bnb_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SlippageUpdate!]! + ): [localoptimism_RootCount!]! + localoptimism_rootMessageSent( + 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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): localoptimism_RootMessageSent + localoptimism_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: localoptimism_RootMessageSent_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RootMessageSent_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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [localoptimism_RootMessageSent!]! + localoptimism_relayerFeesIncrease( + 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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): localoptimism_RelayerFeesIncrease + localoptimism_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: localoptimism_RelayerFeesIncrease_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RelayerFeesIncrease_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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [localoptimism_RelayerFeesIncrease!]! + localoptimism_slippageUpdate( + 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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): localoptimism_SlippageUpdate + localoptimism_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: localoptimism_SlippageUpdate_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SlippageUpdate_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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [localoptimism_SlippageUpdate!]! + localoptimism_snapshotRoot( + 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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): localoptimism_SnapshotRoot + localoptimism_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: localoptimism_SnapshotRoot_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SnapshotRoot_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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [localoptimism_SnapshotRoot!]! + localoptimism_spokeConnectorMode( + 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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): localoptimism_SpokeConnectorMode + localoptimism_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: localoptimism_SpokeConnectorMode_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SpokeConnectorMode_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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [localoptimism_SpokeConnectorMode!]! + localoptimism_aggregateRootProposed( + 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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): localoptimism_AggregateRootProposed + localoptimism_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: localoptimism_AggregateRootProposed_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AggregateRootProposed_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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [localoptimism_AggregateRootProposed!]! + localoptimism_optimisticRootFinalized( + 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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): localoptimism_OptimisticRootFinalized + localoptimism_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: localoptimism_OptimisticRootFinalized_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OptimisticRootFinalized_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: localoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [localoptimism_OptimisticRootFinalized!]! """Access to subgraph metadata""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ + localoptimism__meta(block: localoptimism_Block_height): localoptimism__Meta_ mainnet_asset( id: ID! """ @@ -34054,555 +34576,423 @@ type Subscription { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [mainnet_SlippageUpdate!]! - polygon_asset( + arbitrumone_asset( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Asset - polygon_assets( + ): arbitrumone_Asset + arbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_filter + orderBy: arbitrumone_Asset_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Asset_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Asset!]! - polygon_assetStatus( + ): [arbitrumone_Asset!]! + arbitrumone_assetStatus( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AssetStatus - polygon_assetStatuses( + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_filter + orderBy: arbitrumone_AssetStatus_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetStatus_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AssetStatus!]! - polygon_assetBalance( + ): [arbitrumone_AssetStatus!]! + arbitrumone_assetBalance( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AssetBalance - polygon_assetBalances( + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_filter + orderBy: arbitrumone_AssetBalance_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetBalance_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AssetBalance!]! - polygon_router( + ): [arbitrumone_AssetBalance!]! + arbitrumone_router( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Router - polygon_routers( + ): arbitrumone_Router + arbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_filter + orderBy: arbitrumone_Router_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Router_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Router!]! - polygon_routerDailyTVL( + ): [arbitrumone_Router!]! + arbitrumone_routerDailyTVL( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RouterDailyTVL - polygon_routerDailyTVLs( + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_filter + orderBy: arbitrumone_RouterDailyTVL_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterDailyTVL_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RouterDailyTVL!]! - polygon_routerLiquidityEvent( + ): [arbitrumone_RouterDailyTVL!]! + arbitrumone_routerLiquidityEvent( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RouterLiquidityEvent - polygon_routerLiquidityEvents( + ): arbitrumone_RouterLiquidityEvent + arbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_filter + orderBy: arbitrumone_RouterLiquidityEvent_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterLiquidityEvent_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RouterLiquidityEvent!]! - polygon_setting( + ): [arbitrumone_RouterLiquidityEvent!]! + arbitrumone_setting( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Setting - polygon_settings( + ): arbitrumone_Setting + arbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_filter + orderBy: arbitrumone_Setting_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Setting_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Setting!]! - polygon_relayer( + ): [arbitrumone_Setting!]! + arbitrumone_relayer( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Relayer - polygon_relayers( + ): arbitrumone_Relayer + arbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_filter + orderBy: arbitrumone_Relayer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Relayer_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Relayer!]! - polygon_sequencer( + ): [arbitrumone_Relayer!]! + arbitrumone_sequencer( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Sequencer - polygon_sequencers( + ): arbitrumone_Sequencer + arbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_filter + orderBy: arbitrumone_Sequencer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Sequencer_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Sequencer!]! - polygon_relayerFee( + ): [arbitrumone_Sequencer!]! + arbitrumone_relayerFee( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RelayerFee - polygon_relayerFees( + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_filter + orderBy: arbitrumone_RelayerFee_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFee_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RelayerFee!]! - polygon_originTransfer( + ): [arbitrumone_RelayerFee!]! + arbitrumone_originTransfer( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OriginTransfer - polygon_originTransfers( + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_filter + orderBy: arbitrumone_OriginTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginTransfer_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OriginTransfer!]! - polygon_destinationTransfer( + ): [arbitrumone_OriginTransfer!]! + arbitrumone_destinationTransfer( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_DestinationTransfer - polygon_destinationTransfers( + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_filter + orderBy: arbitrumone_DestinationTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_DestinationTransfer_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_DestinationTransfer!]! - polygon_originMessage( + ): [arbitrumone_DestinationTransfer!]! + arbitrumone_originMessage( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OriginMessage - polygon_originMessages( + ): arbitrumone_OriginMessage + arbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_filter + orderBy: arbitrumone_OriginMessage_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginMessage_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OriginMessage!]! - polygon_aggregateRoot( + ): [arbitrumone_OriginMessage!]! + arbitrumone_aggregateRoot( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AggregateRoot - polygon_aggregateRoots( + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_filter + orderBy: arbitrumone_AggregateRoot_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AggregateRoot_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AggregateRoot!]! - polygon_connectorMeta( + ): [arbitrumone_AggregateRoot!]! + arbitrumone_connectorMeta( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_ConnectorMeta - polygon_connectorMetas( + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_filter + orderBy: arbitrumone_ConnectorMeta_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_ConnectorMeta_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_ConnectorMeta!]! - polygon_rootCount( + ): [arbitrumone_ConnectorMeta!]! + arbitrumone_rootCount( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootCount - polygon_rootCounts( + ): arbitrumone_RootCount + arbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_filter + orderBy: arbitrumone_RootCount_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RootCount_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootCount!]! - polygon_rootMessageSent( - 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: polygon_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootMessageSent - polygon_rootMessageSents( - skip: Int = 0 - first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_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: polygon_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootMessageSent!]! - polygon_relayerFeesIncrease( - 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: polygon_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RelayerFeesIncrease - polygon_relayerFeesIncreases( - skip: Int = 0 - first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_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: polygon_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RelayerFeesIncrease!]! - polygon_slippageUpdate( - 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: polygon_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_SlippageUpdate - polygon_slippageUpdates( - skip: Int = 0 - first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_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: polygon_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_SlippageUpdate!]! - """Access to subgraph metadata""" - polygon__meta(block: polygon_Block_height): polygon__Meta_ - arbitrumone_asset( - 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: arbitrumone_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Asset - arbitrumone_assets( - skip: Int = 0 - first: Int = 100 - orderBy: arbitrumone_Asset_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Asset_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: arbitrumone_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Asset!]! - arbitrumone_assetStatus( - 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: arbitrumone_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AssetStatus - arbitrumone_assetStatuses( - skip: Int = 0 - first: Int = 100 - orderBy: arbitrumone_AssetStatus_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetStatus_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: arbitrumone_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AssetStatus!]! - arbitrumone_assetBalance( + ): [arbitrumone_RootCount!]! + arbitrumone_rootMessageSent( 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. @@ -34612,13 +35002,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AssetBalance - arbitrumone_assetBalances( + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetBalance_orderBy + orderBy: arbitrumone_RootMessageSent_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetBalance_filter + where: arbitrumone_RootMessageSent_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. """ @@ -34627,8 +35017,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AssetBalance!]! - arbitrumone_router( + ): [arbitrumone_RootMessageSent!]! + arbitrumone_relayerFeesIncrease( 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. @@ -34638,13 +35028,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Router - arbitrumone_routers( + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Router_orderBy + orderBy: arbitrumone_RelayerFeesIncrease_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Router_filter + where: arbitrumone_RelayerFeesIncrease_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. """ @@ -34653,8 +35043,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Router!]! - arbitrumone_routerDailyTVL( + ): [arbitrumone_RelayerFeesIncrease!]! + arbitrumone_slippageUpdate( 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. @@ -34664,13 +35054,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RouterDailyTVL - arbitrumone_routerDailyTVLs( + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterDailyTVL_orderBy + orderBy: arbitrumone_SlippageUpdate_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterDailyTVL_filter + where: arbitrumone_SlippageUpdate_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. """ @@ -34679,917 +35069,515 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RouterDailyTVL!]! - arbitrumone_routerLiquidityEvent( + ): [arbitrumone_SlippageUpdate!]! + """Access to subgraph metadata""" + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ + polygon_asset( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RouterLiquidityEvent - arbitrumone_routerLiquidityEvents( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterLiquidityEvent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterLiquidityEvent_filter + orderBy: polygon_Asset_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Asset_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RouterLiquidityEvent!]! - arbitrumone_setting( + ): [polygon_Asset!]! + polygon_assetStatus( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Setting - arbitrumone_settings( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Setting_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Setting_filter + orderBy: polygon_AssetStatus_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AssetStatus_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Setting!]! - arbitrumone_relayer( + ): [polygon_AssetStatus!]! + polygon_assetBalance( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Relayer - arbitrumone_relayers( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Relayer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Relayer_filter + orderBy: polygon_AssetBalance_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AssetBalance_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Relayer!]! - arbitrumone_sequencer( + ): [polygon_AssetBalance!]! + polygon_router( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Sequencer - arbitrumone_sequencers( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Sequencer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Sequencer_filter + orderBy: polygon_Router_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Router_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Sequencer!]! - arbitrumone_relayerFee( + ): [polygon_Router!]! + polygon_routerDailyTVL( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFee - arbitrumone_relayerFees( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFee_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFee_filter + orderBy: polygon_RouterDailyTVL_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterDailyTVL_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFee!]! - arbitrumone_originTransfer( + ): [polygon_RouterDailyTVL!]! + polygon_routerLiquidityEvent( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OriginTransfer - arbitrumone_originTransfers( + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginTransfer_filter + orderBy: polygon_RouterLiquidityEvent_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterLiquidityEvent_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OriginTransfer!]! - arbitrumone_destinationTransfer( + ): [polygon_RouterLiquidityEvent!]! + polygon_setting( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_DestinationTransfer - arbitrumone_destinationTransfers( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_DestinationTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_DestinationTransfer_filter + orderBy: polygon_Setting_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Setting_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_DestinationTransfer!]! - arbitrumone_originMessage( + ): [polygon_Setting!]! + polygon_relayer( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OriginMessage - arbitrumone_originMessages( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginMessage_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginMessage_filter + orderBy: polygon_Relayer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Relayer_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OriginMessage!]! - arbitrumone_aggregateRoot( + ): [polygon_Relayer!]! + polygon_sequencer( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AggregateRoot - arbitrumone_aggregateRoots( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRoot_filter + orderBy: polygon_Sequencer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Sequencer_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AggregateRoot!]! - arbitrumone_connectorMeta( + ): [polygon_Sequencer!]! + polygon_relayerFee( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_ConnectorMeta - arbitrumone_connectorMetas( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_ConnectorMeta_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_ConnectorMeta_filter + orderBy: polygon_RelayerFee_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RelayerFee_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_ConnectorMeta!]! - arbitrumone_rootCount( + ): [polygon_RelayerFee!]! + polygon_originTransfer( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootCount - arbitrumone_rootCounts( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootCount_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootCount_filter + orderBy: polygon_OriginTransfer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OriginTransfer_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootCount!]! - arbitrumone_rootMessageSent( + ): [polygon_OriginTransfer!]! + polygon_destinationTransfer( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootMessageSent - arbitrumone_rootMessageSents( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootMessageSent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootMessageSent_filter + orderBy: polygon_DestinationTransfer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_DestinationTransfer_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootMessageSent!]! - arbitrumone_relayerFeesIncrease( + ): [polygon_DestinationTransfer!]! + polygon_originMessage( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFeesIncrease - arbitrumone_relayerFeesIncreases( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFeesIncrease_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFeesIncrease_filter + orderBy: polygon_OriginMessage_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OriginMessage_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFeesIncrease!]! - arbitrumone_slippageUpdate( + ): [polygon_OriginMessage!]! + polygon_aggregateRoot( 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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SlippageUpdate - arbitrumone_slippageUpdates( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SlippageUpdate_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SlippageUpdate_filter + orderBy: polygon_AggregateRoot_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AggregateRoot_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: arbitrumone_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SlippageUpdate!]! - """Access to subgraph metadata""" - arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - optimism_asset( + ): [polygon_AggregateRoot!]! + polygon_connectorMeta( 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: optimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Asset - optimism_assets( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_filter + orderBy: polygon_ConnectorMeta_orderBy + orderDirection: polygon_OrderDirection + where: polygon_ConnectorMeta_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: optimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Asset!]! - optimism_assetStatus( + ): [polygon_ConnectorMeta!]! + polygon_rootCount( 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: optimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AssetStatus - optimism_assetStatuses( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_filter + orderBy: polygon_RootCount_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RootCount_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: optimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AssetStatus!]! - optimism_assetBalance( + ): [polygon_RootCount!]! + polygon_rootMessageSent( 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: optimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AssetBalance - optimism_assetBalances( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_filter + orderBy: polygon_RootMessageSent_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RootMessageSent_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: optimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AssetBalance!]! - optimism_router( + ): [polygon_RootMessageSent!]! + polygon_relayerFeesIncrease( 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: optimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Router - optimism_routers( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_filter + orderBy: polygon_RelayerFeesIncrease_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RelayerFeesIncrease_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: optimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Router!]! - optimism_routerDailyTVL( + ): [polygon_RelayerFeesIncrease!]! + polygon_slippageUpdate( 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: optimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RouterDailyTVL - optimism_routerDailyTVLs( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_filter + orderBy: polygon_SlippageUpdate_orderBy + orderDirection: polygon_OrderDirection + where: polygon_SlippageUpdate_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: optimism_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RouterDailyTVL!]! - optimism_setting( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Setting - optimism_settings( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Setting!]! - optimism_relayer( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Relayer - optimism_relayers( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Relayer!]! - optimism_sequencer( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Sequencer - optimism_sequencers( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Sequencer!]! - optimism_relayerFee( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RelayerFee - optimism_relayerFees( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RelayerFee!]! - optimism_originTransfer( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OriginTransfer - optimism_originTransfers( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OriginTransfer!]! - optimism_destinationTransfer( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_DestinationTransfer - optimism_destinationTransfers( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_DestinationTransfer!]! - optimism_originMessage( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OriginMessage - optimism_originMessages( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OriginMessage!]! - optimism_aggregateRoot( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AggregateRoot - optimism_aggregateRoots( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AggregateRoot!]! - optimism_connectorMeta( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_ConnectorMeta - optimism_connectorMetas( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_ConnectorMeta!]! - optimism_rootCount( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RootCount - optimism_rootCounts( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RootCount!]! - optimism_rootMessageSent( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RootMessageSent - optimism_rootMessageSents( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RootMessageSent!]! - optimism_relayerFeesIncrease( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RelayerFeesIncrease - optimism_relayerFeesIncreases( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RelayerFeesIncrease!]! - optimism_slippageUpdate( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SlippageUpdate - optimism_slippageUpdates( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SlippageUpdate!]! + ): [polygon_SlippageUpdate!]! """Access to subgraph metadata""" - optimism__meta(block: optimism_Block_height): optimism__Meta_ -} - -type staginggoerli_AggregateRootSavedSlow { - id: ID! - aggregateRoot: staginggoerli_Bytes! - count: BigInt! - aggregatedRoots: [staginggoerli_Bytes!] - rootTimestamp: BigInt! -} - -input staginggoerli_AggregateRootSavedSlow_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!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [staginggoerli_Bytes!] - aggregatedRoots_not: [staginggoerli_Bytes!] - aggregatedRoots_contains: [staginggoerli_Bytes!] - aggregatedRoots_contains_nocase: [staginggoerli_Bytes!] - aggregatedRoots_not_contains: [staginggoerli_Bytes!] - aggregatedRoots_not_contains_nocase: [staginggoerli_Bytes!] - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AggregateRootSavedSlow_filter] - or: [staginggoerli_AggregateRootSavedSlow_filter] -} - -enum staginggoerli_AggregateRootSavedSlow_orderBy { - id - aggregateRoot - count - aggregatedRoots - rootTimestamp + polygon__meta(block: polygon_Block_height): polygon__Meta_ } -type staginggoerli_AggregatedMessageRoot { +type goerli_AggregatedMessageRoot { id: ID! index: BigInt! - receivedRoot: staginggoerli_Bytes! + receivedRoot: goerli_Bytes! domain: BigInt - blockNumber: BigInt } -input staginggoerli_AggregatedMessageRoot_filter { +input goerli_AggregatedMessageRoot_filter { id: ID id_not: ID id_gt: ID @@ -35606,16 +35594,16 @@ input staginggoerli_AggregatedMessageRoot_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - receivedRoot: staginggoerli_Bytes - receivedRoot_not: staginggoerli_Bytes - receivedRoot_gt: staginggoerli_Bytes - receivedRoot_lt: staginggoerli_Bytes - receivedRoot_gte: staginggoerli_Bytes - receivedRoot_lte: staginggoerli_Bytes - receivedRoot_in: [staginggoerli_Bytes!] - receivedRoot_not_in: [staginggoerli_Bytes!] - receivedRoot_contains: staginggoerli_Bytes - receivedRoot_not_contains: staginggoerli_Bytes + receivedRoot: goerli_Bytes + receivedRoot_not: goerli_Bytes + receivedRoot_gt: goerli_Bytes + receivedRoot_lt: goerli_Bytes + receivedRoot_gte: goerli_Bytes + receivedRoot_lte: goerli_Bytes + receivedRoot_in: [goerli_Bytes!] + receivedRoot_not_in: [goerli_Bytes!] + receivedRoot_contains: goerli_Bytes + receivedRoot_not_contains: goerli_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -35624,38 +35612,29 @@ input staginggoerli_AggregatedMessageRoot_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AggregatedMessageRoot_filter] - or: [staginggoerli_AggregatedMessageRoot_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_AggregatedMessageRoot_filter] + or: [goerli_AggregatedMessageRoot_filter] } -enum staginggoerli_AggregatedMessageRoot_orderBy { +enum goerli_AggregatedMessageRoot_orderBy { id index receivedRoot domain - blockNumber } -type staginggoerli_ArbitrumConnectorMeta { +type goerli_ArbitrumConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input staginggoerli_ArbitrumConnectorMeta_filter { +input goerli_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -35680,75 +35659,75 @@ input staginggoerli_ArbitrumConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_ArbitrumConnectorMeta_filter] - or: [staginggoerli_ArbitrumConnectorMeta_filter] -} - -enum staginggoerli_ArbitrumConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar staginggoerli_BigDecimal - -scalar BigInt - -input staginggoerli_BlockChangedFilter { - number_gte: Int! -} - -input staginggoerli_Block_height { - hash: staginggoerli_Bytes + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_ArbitrumConnectorMeta_filter] + or: [goerli_ArbitrumConnectorMeta_filter] +} + +enum goerli_ArbitrumConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +scalar goerli_BigDecimal + +scalar BigInt + +input goerli_BlockChangedFilter { + number_gte: Int! +} + +input goerli_Block_height { + hash: goerli_Bytes number: Int number_gte: Int } -type staginggoerli_BnbConnectorMeta { +type goerli_BnbConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input staginggoerli_BnbConnectorMeta_filter { +input goerli_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -35773,43 +35752,43 @@ input staginggoerli_BnbConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_BnbConnectorMeta_filter] - or: [staginggoerli_BnbConnectorMeta_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_BnbConnectorMeta_filter] + or: [goerli_BnbConnectorMeta_filter] } -enum staginggoerli_BnbConnectorMeta_orderBy { +enum goerli_BnbConnectorMeta_orderBy { id spokeDomain hubDomain @@ -35818,18 +35797,18 @@ enum staginggoerli_BnbConnectorMeta_orderBy { mirrorConnector } -scalar staginggoerli_Bytes +scalar goerli_Bytes -type staginggoerli_GnosisConnectorMeta { +type goerli_GnosisConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input staginggoerli_GnosisConnectorMeta_filter { +input goerli_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -35854,43 +35833,43 @@ input staginggoerli_GnosisConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_GnosisConnectorMeta_filter] - or: [staginggoerli_GnosisConnectorMeta_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_GnosisConnectorMeta_filter] + or: [goerli_GnosisConnectorMeta_filter] } -enum staginggoerli_GnosisConnectorMeta_orderBy { +enum goerli_GnosisConnectorMeta_orderBy { id spokeDomain hubDomain @@ -35899,12 +35878,22 @@ enum staginggoerli_GnosisConnectorMeta_orderBy { mirrorConnector } -type staginggoerli_HubDomain { +""" +8 bytes signed integer + +""" +scalar goerli_Int8 + +type goerli_LineaConnectorMeta { id: ID! - domain: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input staginggoerli_HubDomain_filter { +input goerli_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -35913,33 +35902,77 @@ input staginggoerli_HubDomain_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + 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: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_HubDomain_filter] - or: [staginggoerli_HubDomain_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_LineaConnectorMeta_filter] + or: [goerli_LineaConnectorMeta_filter] } -enum staginggoerli_HubDomain_orderBy { +enum goerli_LineaConnectorMeta_orderBy { id - domain + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type staginggoerli_HubOptimisticRootFinalized { +type goerli_OptimismConnectorMeta { id: ID! - aggregateRoot: staginggoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input staginggoerli_HubOptimisticRootFinalized_filter { +input goerli_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -35948,61 +35981,83 @@ input staginggoerli_HubOptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + 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: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_HubOptimisticRootFinalized_filter] - or: [staginggoerli_HubOptimisticRootFinalized_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OptimismConnectorMeta_filter] + or: [goerli_OptimismConnectorMeta_filter] } -enum staginggoerli_HubOptimisticRootFinalized_orderBy { +enum goerli_OptimismConnectorMeta_orderBy { id - aggregateRoot - timestamp - blockNumber + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -""" -8 bytes signed integer - -""" -scalar staginggoerli_Int8 +"""Defines the order direction, either ascending or descending""" +enum goerli_OrderDirection { + asc + desc +} -type staginggoerli_OptimismConnectorMeta { +type goerli_PolygonConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input staginggoerli_OptimismConnectorMeta_filter { +input goerli_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -36027,43 +36082,43 @@ input staginggoerli_OptimismConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimismConnectorMeta_filter] - or: [staginggoerli_OptimismConnectorMeta_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_PolygonConnectorMeta_filter] + or: [goerli_PolygonConnectorMeta_filter] } -enum staginggoerli_OptimismConnectorMeta_orderBy { +enum goerli_PolygonConnectorMeta_orderBy { id spokeDomain hubDomain @@ -36072,259 +36127,14 @@ enum staginggoerli_OptimismConnectorMeta_orderBy { mirrorConnector } -type staginggoerli_OptimisticRootPropagated { +type goerli_RootAggregated { id: ID! - aggregateRoot: staginggoerli_Bytes! - domainsHash: staginggoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt + domain: BigInt! + receivedRoot: goerli_Bytes! + index: BigInt! } -input staginggoerli_OptimisticRootPropagated_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!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - domainsHash: staginggoerli_Bytes - domainsHash_not: staginggoerli_Bytes - domainsHash_gt: staginggoerli_Bytes - domainsHash_lt: staginggoerli_Bytes - domainsHash_gte: staginggoerli_Bytes - domainsHash_lte: staginggoerli_Bytes - domainsHash_in: [staginggoerli_Bytes!] - domainsHash_not_in: [staginggoerli_Bytes!] - domainsHash_contains: staginggoerli_Bytes - domainsHash_not_contains: staginggoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimisticRootPropagated_filter] - or: [staginggoerli_OptimisticRootPropagated_filter] -} - -enum staginggoerli_OptimisticRootPropagated_orderBy { - id - aggregateRoot - domainsHash - timestamp - blockNumber -} - -type staginggoerli_OptimisticRootProposed { - id: ID! - disputeCliff: BigInt! - aggregateRoot: staginggoerli_Bytes! - snapshotsRoots: [staginggoerli_Bytes!] - domains: [BigInt!] - baseAggregateRoot: staginggoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input staginggoerli_OptimisticRootProposed_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!] - disputeCliff: BigInt - disputeCliff_not: BigInt - disputeCliff_gt: BigInt - disputeCliff_lt: BigInt - disputeCliff_gte: BigInt - disputeCliff_lte: BigInt - disputeCliff_in: [BigInt!] - disputeCliff_not_in: [BigInt!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - snapshotsRoots: [staginggoerli_Bytes!] - snapshotsRoots_not: [staginggoerli_Bytes!] - snapshotsRoots_contains: [staginggoerli_Bytes!] - snapshotsRoots_contains_nocase: [staginggoerli_Bytes!] - snapshotsRoots_not_contains: [staginggoerli_Bytes!] - snapshotsRoots_not_contains_nocase: [staginggoerli_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: staginggoerli_Bytes - baseAggregateRoot_not: staginggoerli_Bytes - baseAggregateRoot_gt: staginggoerli_Bytes - baseAggregateRoot_lt: staginggoerli_Bytes - baseAggregateRoot_gte: staginggoerli_Bytes - baseAggregateRoot_lte: staginggoerli_Bytes - baseAggregateRoot_in: [staginggoerli_Bytes!] - baseAggregateRoot_not_in: [staginggoerli_Bytes!] - baseAggregateRoot_contains: staginggoerli_Bytes - baseAggregateRoot_not_contains: staginggoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimisticRootProposed_filter] - or: [staginggoerli_OptimisticRootProposed_filter] -} - -enum staginggoerli_OptimisticRootProposed_orderBy { - id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot - timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum staginggoerli_OrderDirection { - asc - desc -} - -type staginggoerli_PolygonConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! -} - -input staginggoerli_PolygonConnectorMeta_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: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_PolygonConnectorMeta_filter] - or: [staginggoerli_PolygonConnectorMeta_filter] -} - -enum staginggoerli_PolygonConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type staginggoerli_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: staginggoerli_Bytes! - index: BigInt! -} - -input staginggoerli_RootAggregated_filter { +input goerli_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -36341,16 +36151,16 @@ input staginggoerli_RootAggregated_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - receivedRoot: staginggoerli_Bytes - receivedRoot_not: staginggoerli_Bytes - receivedRoot_gt: staginggoerli_Bytes - receivedRoot_lt: staginggoerli_Bytes - receivedRoot_gte: staginggoerli_Bytes - receivedRoot_lte: staginggoerli_Bytes - receivedRoot_in: [staginggoerli_Bytes!] - receivedRoot_not_in: [staginggoerli_Bytes!] - receivedRoot_contains: staginggoerli_Bytes - receivedRoot_not_contains: staginggoerli_Bytes + receivedRoot: goerli_Bytes + receivedRoot_not: goerli_Bytes + receivedRoot_gt: goerli_Bytes + receivedRoot_lt: goerli_Bytes + receivedRoot_gte: goerli_Bytes + receivedRoot_lte: goerli_Bytes + receivedRoot_in: [goerli_Bytes!] + receivedRoot_not_in: [goerli_Bytes!] + receivedRoot_contains: goerli_Bytes + receivedRoot_not_contains: goerli_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -36360,25 +36170,25 @@ input staginggoerli_RootAggregated_filter { index_in: [BigInt!] index_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootAggregated_filter] - or: [staginggoerli_RootAggregated_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootAggregated_filter] + or: [goerli_RootAggregated_filter] } -enum staginggoerli_RootAggregated_orderBy { +enum goerli_RootAggregated_orderBy { id domain receivedRoot index } -type staginggoerli_RootManagerMeta { +type goerli_RootManagerMeta { id: ID! domains: [BigInt!] - connectors: [staginggoerli_Bytes!] + connectors: [goerli_Bytes!] } -input staginggoerli_RootManagerMeta_filter { +input goerli_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -36393,83 +36203,38 @@ input staginggoerli_RootManagerMeta_filter { domains_contains_nocase: [BigInt!] domains_not_contains: [BigInt!] domains_not_contains_nocase: [BigInt!] - connectors: [staginggoerli_Bytes!] - connectors_not: [staginggoerli_Bytes!] - connectors_contains: [staginggoerli_Bytes!] - connectors_contains_nocase: [staginggoerli_Bytes!] - connectors_not_contains: [staginggoerli_Bytes!] - connectors_not_contains_nocase: [staginggoerli_Bytes!] + connectors: [goerli_Bytes!] + connectors_not: [goerli_Bytes!] + connectors_contains: [goerli_Bytes!] + connectors_contains_nocase: [goerli_Bytes!] + connectors_not_contains: [goerli_Bytes!] + connectors_not_contains_nocase: [goerli_Bytes!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootManagerMeta_filter] - or: [staginggoerli_RootManagerMeta_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootManagerMeta_filter] + or: [goerli_RootManagerMeta_filter] } -enum staginggoerli_RootManagerMeta_orderBy { +enum goerli_RootManagerMeta_orderBy { id domains connectors } -type staginggoerli_RootManagerMode { - id: ID! - mode: String! -} - -input staginggoerli_RootManagerMode_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!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootManagerMode_filter] - or: [staginggoerli_RootManagerMode_filter] -} - -enum staginggoerli_RootManagerMode_orderBy { - id - mode -} - -type staginggoerli_RootMessageProcessed { +type goerli_RootMessageProcessed { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - root: staginggoerli_Bytes - caller: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes + root: goerli_Bytes + caller: goerli_Bytes + transactionHash: goerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input staginggoerli_RootMessageProcessed_filter { +input goerli_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -36494,36 +36259,36 @@ input staginggoerli_RootMessageProcessed_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + root: goerli_Bytes + root_not: goerli_Bytes + root_gt: goerli_Bytes + root_lt: goerli_Bytes + root_gte: goerli_Bytes + root_lte: goerli_Bytes + root_in: [goerli_Bytes!] + root_not_in: [goerli_Bytes!] + root_contains: goerli_Bytes + root_not_contains: goerli_Bytes + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -36557,12 +36322,12 @@ input staginggoerli_RootMessageProcessed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootMessageProcessed_filter] - or: [staginggoerli_RootMessageProcessed_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootMessageProcessed_filter] + or: [goerli_RootMessageProcessed_filter] } -enum staginggoerli_RootMessageProcessed_orderBy { +enum goerli_RootMessageProcessed_orderBy { id spokeDomain hubDomain @@ -36575,15 +36340,14 @@ enum staginggoerli_RootMessageProcessed_orderBy { blockNumber } -type staginggoerli_RootPropagated { +type goerli_RootPropagated { id: ID! - aggregate: staginggoerli_Bytes! - domainsHash: staginggoerli_Bytes! + aggregate: goerli_Bytes! + domainsHash: goerli_Bytes! count: BigInt! - blockNumber: BigInt } -input staginggoerli_RootPropagated_filter { +input goerli_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -36592,26 +36356,26 @@ input staginggoerli_RootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregate: staginggoerli_Bytes - aggregate_not: staginggoerli_Bytes - aggregate_gt: staginggoerli_Bytes - aggregate_lt: staginggoerli_Bytes - aggregate_gte: staginggoerli_Bytes - aggregate_lte: staginggoerli_Bytes - aggregate_in: [staginggoerli_Bytes!] - aggregate_not_in: [staginggoerli_Bytes!] - aggregate_contains: staginggoerli_Bytes - aggregate_not_contains: staginggoerli_Bytes - domainsHash: staginggoerli_Bytes - domainsHash_not: staginggoerli_Bytes - domainsHash_gt: staginggoerli_Bytes - domainsHash_lt: staginggoerli_Bytes - domainsHash_gte: staginggoerli_Bytes - domainsHash_lte: staginggoerli_Bytes - domainsHash_in: [staginggoerli_Bytes!] - domainsHash_not_in: [staginggoerli_Bytes!] - domainsHash_contains: staginggoerli_Bytes - domainsHash_not_contains: staginggoerli_Bytes + aggregate: goerli_Bytes + aggregate_not: goerli_Bytes + aggregate_gt: goerli_Bytes + aggregate_lt: goerli_Bytes + aggregate_gte: goerli_Bytes + aggregate_lte: goerli_Bytes + aggregate_in: [goerli_Bytes!] + aggregate_not_in: [goerli_Bytes!] + aggregate_contains: goerli_Bytes + aggregate_not_contains: goerli_Bytes + domainsHash: goerli_Bytes + domainsHash_not: goerli_Bytes + domainsHash_gt: goerli_Bytes + domainsHash_lt: goerli_Bytes + domainsHash_gte: goerli_Bytes + domainsHash_lte: goerli_Bytes + domainsHash_in: [goerli_Bytes!] + domainsHash_not_in: [goerli_Bytes!] + domainsHash_contains: goerli_Bytes + domainsHash_not_contains: goerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -36620,38 +36384,29 @@ input staginggoerli_RootPropagated_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootPropagated_filter] - or: [staginggoerli_RootPropagated_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootPropagated_filter] + or: [goerli_RootPropagated_filter] } -enum staginggoerli_RootPropagated_orderBy { +enum goerli_RootPropagated_orderBy { id aggregate domainsHash count - blockNumber } -type staginggoerli_ZkSyncConnectorMeta { +type goerli_ZkSyncConnectorMeta { id: ID! spokeDomain: BigInt! hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input staginggoerli_ZkSyncConnectorMeta_filter { +input goerli_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -36676,43 +36431,43 @@ input staginggoerli_ZkSyncConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_ZkSyncConnectorMeta_filter] - or: [staginggoerli_ZkSyncConnectorMeta_filter] + amb: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_ZkSyncConnectorMeta_filter] + or: [goerli_ZkSyncConnectorMeta_filter] } -enum staginggoerli_ZkSyncConnectorMeta_orderBy { +enum goerli_ZkSyncConnectorMeta_orderBy { id spokeDomain hubDomain @@ -36721,9 +36476,9 @@ enum staginggoerli_ZkSyncConnectorMeta_orderBy { mirrorConnector } -type staginggoerli__Block_ { +type goerli__Block_ { """The hash of the block""" - hash: staginggoerli_Bytes + hash: goerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -36731,7 +36486,7 @@ type staginggoerli__Block_ { } """The type for the top-level _meta field""" -type staginggoerli__Meta_ { +type goerli__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -36739,7 +36494,7 @@ type staginggoerli__Meta_ { and therefore asks for the latest block """ - block: staginggoerli__Block_! + block: goerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -36755,24 +36510,14 @@ enum _SubgraphErrorPolicy_ { deny } -type testoptimismgoerli_Asset { - id: ID! - key: testoptimismgoerli_Bytes - local: testoptimismgoerli_Bytes! - adoptedAsset: testoptimismgoerli_Bytes! - canonicalId: testoptimismgoerli_Bytes! - canonicalDomain: BigInt! - blockNumber: BigInt! -} - -type testoptimismgoerli_AssetBalance { +type mainnet_AggregatedMessageRoot { id: ID! - amount: BigInt! - router: testoptimismgoerli_Router! - asset: testoptimismgoerli_Asset! + index: BigInt! + receivedRoot: mainnet_Bytes! + domain: BigInt } -input testoptimismgoerli_AssetBalance_filter { +input mainnet_AggregatedMessageRoot_filter { id: ID id_not: ID id_gt: ID @@ -36781,83 +36526,55 @@ input testoptimismgoerli_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: testoptimismgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: testoptimismgoerli_Asset_filter + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: mainnet_Bytes + receivedRoot_not: mainnet_Bytes + receivedRoot_gt: mainnet_Bytes + receivedRoot_lt: mainnet_Bytes + receivedRoot_gte: mainnet_Bytes + receivedRoot_lte: mainnet_Bytes + receivedRoot_in: [mainnet_Bytes!] + receivedRoot_not_in: [mainnet_Bytes!] + receivedRoot_contains: mainnet_Bytes + receivedRoot_not_contains: mainnet_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_AssetBalance_filter] - or: [testoptimismgoerli_AssetBalance_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregatedMessageRoot_filter] + or: [mainnet_AggregatedMessageRoot_filter] } -enum testoptimismgoerli_AssetBalance_orderBy { +enum mainnet_AggregatedMessageRoot_orderBy { id - amount - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__local - asset__adoptedAsset - asset__canonicalId - asset__canonicalDomain - asset__blockNumber + index + receivedRoot + domain } -input testoptimismgoerli_Asset_filter { +type mainnet_ArbitrumConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -36866,132 +36583,170 @@ input testoptimismgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: testoptimismgoerli_Bytes - key_not: testoptimismgoerli_Bytes - key_gt: testoptimismgoerli_Bytes - key_lt: testoptimismgoerli_Bytes - key_gte: testoptimismgoerli_Bytes - key_lte: testoptimismgoerli_Bytes - key_in: [testoptimismgoerli_Bytes!] - key_not_in: [testoptimismgoerli_Bytes!] - key_contains: testoptimismgoerli_Bytes - key_not_contains: testoptimismgoerli_Bytes - local: testoptimismgoerli_Bytes - local_not: testoptimismgoerli_Bytes - local_gt: testoptimismgoerli_Bytes - local_lt: testoptimismgoerli_Bytes - local_gte: testoptimismgoerli_Bytes - local_lte: testoptimismgoerli_Bytes - local_in: [testoptimismgoerli_Bytes!] - local_not_in: [testoptimismgoerli_Bytes!] - local_contains: testoptimismgoerli_Bytes - local_not_contains: testoptimismgoerli_Bytes - adoptedAsset: testoptimismgoerli_Bytes - adoptedAsset_not: testoptimismgoerli_Bytes - adoptedAsset_gt: testoptimismgoerli_Bytes - adoptedAsset_lt: testoptimismgoerli_Bytes - adoptedAsset_gte: testoptimismgoerli_Bytes - adoptedAsset_lte: testoptimismgoerli_Bytes - adoptedAsset_in: [testoptimismgoerli_Bytes!] - adoptedAsset_not_in: [testoptimismgoerli_Bytes!] - adoptedAsset_contains: testoptimismgoerli_Bytes - adoptedAsset_not_contains: testoptimismgoerli_Bytes - canonicalId: testoptimismgoerli_Bytes - canonicalId_not: testoptimismgoerli_Bytes - canonicalId_gt: testoptimismgoerli_Bytes - canonicalId_lt: testoptimismgoerli_Bytes - canonicalId_gte: testoptimismgoerli_Bytes - canonicalId_lte: testoptimismgoerli_Bytes - canonicalId_in: [testoptimismgoerli_Bytes!] - canonicalId_not_in: [testoptimismgoerli_Bytes!] - canonicalId_contains: testoptimismgoerli_Bytes - canonicalId_not_contains: testoptimismgoerli_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + 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: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Asset_filter] - or: [testoptimismgoerli_Asset_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ArbitrumConnectorMeta_filter] + or: [mainnet_ArbitrumConnectorMeta_filter] } -enum testoptimismgoerli_Asset_orderBy { +enum mainnet_ArbitrumConnectorMeta_orderBy { id - key - local - adoptedAsset - canonicalId - canonicalDomain - blockNumber + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -scalar testoptimismgoerli_BigDecimal +scalar mainnet_BigDecimal -input testoptimismgoerli_BlockChangedFilter { +input mainnet_BlockChangedFilter { number_gte: Int! } -input testoptimismgoerli_Block_height { - hash: testoptimismgoerli_Bytes +input mainnet_Block_height { + hash: mainnet_Bytes number: Int number_gte: Int } -scalar testoptimismgoerli_Bytes +type mainnet_BnbConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} -type testoptimismgoerli_DestinationTransfer { +input mainnet_BnbConnectorMeta_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_BnbConnectorMeta_filter] + or: [mainnet_BnbConnectorMeta_filter] +} + +enum mainnet_BnbConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +scalar mainnet_Bytes + +type mainnet_GnosisConnectorMeta { id: ID! - chainId: BigInt - transferId: testoptimismgoerli_Bytes - nonce: BigInt - to: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - agent: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - forceSlow: Boolean - receiveLocal: Boolean - callback: testoptimismgoerli_Bytes - callbackFee: BigInt - relayerFee: BigInt - destinationMinOut: BigInt - status: testoptimismgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_Router_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_Router_filter): [testoptimismgoerli_Router!] - originSender: testoptimismgoerli_Bytes - transactingAsset: testoptimismgoerli_Bytes - transactingAmount: BigInt - localAsset: testoptimismgoerli_Bytes - localAmount: BigInt - sponsorVaultRelayerFee: BigInt - executedCaller: testoptimismgoerli_Bytes - executedTransactionHash: testoptimismgoerli_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - reconciledCaller: testoptimismgoerli_Bytes - reconciledTransactionHash: testoptimismgoerli_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input testoptimismgoerli_DestinationTransfer_filter { +input mainnet_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -37000,388 +36755,247 @@ input testoptimismgoerli_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: testoptimismgoerli_Bytes - transferId_not: testoptimismgoerli_Bytes - transferId_gt: testoptimismgoerli_Bytes - transferId_lt: testoptimismgoerli_Bytes - transferId_gte: testoptimismgoerli_Bytes - transferId_lte: testoptimismgoerli_Bytes - transferId_in: [testoptimismgoerli_Bytes!] - transferId_not_in: [testoptimismgoerli_Bytes!] - transferId_contains: testoptimismgoerli_Bytes - transferId_not_contains: testoptimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - to: testoptimismgoerli_Bytes - to_not: testoptimismgoerli_Bytes - to_gt: testoptimismgoerli_Bytes - to_lt: testoptimismgoerli_Bytes - to_gte: testoptimismgoerli_Bytes - to_lte: testoptimismgoerli_Bytes - to_in: [testoptimismgoerli_Bytes!] - to_not_in: [testoptimismgoerli_Bytes!] - to_contains: testoptimismgoerli_Bytes - to_not_contains: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - callData_not: testoptimismgoerli_Bytes - callData_gt: testoptimismgoerli_Bytes - callData_lt: testoptimismgoerli_Bytes - callData_gte: testoptimismgoerli_Bytes - callData_lte: testoptimismgoerli_Bytes - callData_in: [testoptimismgoerli_Bytes!] - callData_not_in: [testoptimismgoerli_Bytes!] - callData_contains: testoptimismgoerli_Bytes - callData_not_contains: testoptimismgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - agent: testoptimismgoerli_Bytes - agent_not: testoptimismgoerli_Bytes - agent_gt: testoptimismgoerli_Bytes - agent_lt: testoptimismgoerli_Bytes - agent_gte: testoptimismgoerli_Bytes - agent_lte: testoptimismgoerli_Bytes - agent_in: [testoptimismgoerli_Bytes!] - agent_not_in: [testoptimismgoerli_Bytes!] - agent_contains: testoptimismgoerli_Bytes - agent_not_contains: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - recovery_not: testoptimismgoerli_Bytes - recovery_gt: testoptimismgoerli_Bytes - recovery_lt: testoptimismgoerli_Bytes - recovery_gte: testoptimismgoerli_Bytes - recovery_lte: testoptimismgoerli_Bytes - recovery_in: [testoptimismgoerli_Bytes!] - recovery_not_in: [testoptimismgoerli_Bytes!] - recovery_contains: testoptimismgoerli_Bytes - recovery_not_contains: testoptimismgoerli_Bytes - forceSlow: Boolean - forceSlow_not: Boolean - forceSlow_in: [Boolean!] - forceSlow_not_in: [Boolean!] - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callback: testoptimismgoerli_Bytes - callback_not: testoptimismgoerli_Bytes - callback_gt: testoptimismgoerli_Bytes - callback_lt: testoptimismgoerli_Bytes - callback_gte: testoptimismgoerli_Bytes - callback_lte: testoptimismgoerli_Bytes - callback_in: [testoptimismgoerli_Bytes!] - callback_not_in: [testoptimismgoerli_Bytes!] - callback_contains: testoptimismgoerli_Bytes - callback_not_contains: testoptimismgoerli_Bytes - callbackFee: BigInt - callbackFee_not: BigInt - callbackFee_gt: BigInt - callbackFee_lt: BigInt - callbackFee_gte: BigInt - callbackFee_lte: BigInt - callbackFee_in: [BigInt!] - callbackFee_not_in: [BigInt!] - relayerFee: BigInt - relayerFee_not: BigInt - relayerFee_gt: BigInt - relayerFee_lt: BigInt - relayerFee_gte: BigInt - relayerFee_lte: BigInt - relayerFee_in: [BigInt!] - relayerFee_not_in: [BigInt!] - destinationMinOut: BigInt - destinationMinOut_not: BigInt - destinationMinOut_gt: BigInt - destinationMinOut_lt: BigInt - destinationMinOut_gte: BigInt - destinationMinOut_lte: BigInt - destinationMinOut_in: [BigInt!] - destinationMinOut_not_in: [BigInt!] - status: testoptimismgoerli_TransferStatus - status_not: testoptimismgoerli_TransferStatus - status_in: [testoptimismgoerli_TransferStatus!] - status_not_in: [testoptimismgoerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: testoptimismgoerli_Router_filter - originSender: testoptimismgoerli_Bytes - originSender_not: testoptimismgoerli_Bytes - originSender_gt: testoptimismgoerli_Bytes - originSender_lt: testoptimismgoerli_Bytes - originSender_gte: testoptimismgoerli_Bytes - originSender_lte: testoptimismgoerli_Bytes - originSender_in: [testoptimismgoerli_Bytes!] - originSender_not_in: [testoptimismgoerli_Bytes!] - originSender_contains: testoptimismgoerli_Bytes - originSender_not_contains: testoptimismgoerli_Bytes - transactingAsset: testoptimismgoerli_Bytes - transactingAsset_not: testoptimismgoerli_Bytes - transactingAsset_gt: testoptimismgoerli_Bytes - transactingAsset_lt: testoptimismgoerli_Bytes - transactingAsset_gte: testoptimismgoerli_Bytes - transactingAsset_lte: testoptimismgoerli_Bytes - transactingAsset_in: [testoptimismgoerli_Bytes!] - transactingAsset_not_in: [testoptimismgoerli_Bytes!] - transactingAsset_contains: testoptimismgoerli_Bytes - transactingAsset_not_contains: testoptimismgoerli_Bytes - transactingAmount: BigInt - transactingAmount_not: BigInt - transactingAmount_gt: BigInt - transactingAmount_lt: BigInt - transactingAmount_gte: BigInt - transactingAmount_lte: BigInt - transactingAmount_in: [BigInt!] - transactingAmount_not_in: [BigInt!] - localAsset: testoptimismgoerli_Bytes - localAsset_not: testoptimismgoerli_Bytes - localAsset_gt: testoptimismgoerli_Bytes - localAsset_lt: testoptimismgoerli_Bytes - localAsset_gte: testoptimismgoerli_Bytes - localAsset_lte: testoptimismgoerli_Bytes - localAsset_in: [testoptimismgoerli_Bytes!] - localAsset_not_in: [testoptimismgoerli_Bytes!] - localAsset_contains: testoptimismgoerli_Bytes - localAsset_not_contains: testoptimismgoerli_Bytes - localAmount: BigInt - localAmount_not: BigInt - localAmount_gt: BigInt - localAmount_lt: BigInt - localAmount_gte: BigInt - localAmount_lte: BigInt - localAmount_in: [BigInt!] - localAmount_not_in: [BigInt!] - sponsorVaultRelayerFee: BigInt - sponsorVaultRelayerFee_not: BigInt - sponsorVaultRelayerFee_gt: BigInt - sponsorVaultRelayerFee_lt: BigInt - sponsorVaultRelayerFee_gte: BigInt - sponsorVaultRelayerFee_lte: BigInt - sponsorVaultRelayerFee_in: [BigInt!] - sponsorVaultRelayerFee_not_in: [BigInt!] - executedCaller: testoptimismgoerli_Bytes - executedCaller_not: testoptimismgoerli_Bytes - executedCaller_gt: testoptimismgoerli_Bytes - executedCaller_lt: testoptimismgoerli_Bytes - executedCaller_gte: testoptimismgoerli_Bytes - executedCaller_lte: testoptimismgoerli_Bytes - executedCaller_in: [testoptimismgoerli_Bytes!] - executedCaller_not_in: [testoptimismgoerli_Bytes!] - executedCaller_contains: testoptimismgoerli_Bytes - executedCaller_not_contains: testoptimismgoerli_Bytes - executedTransactionHash: testoptimismgoerli_Bytes - executedTransactionHash_not: testoptimismgoerli_Bytes - executedTransactionHash_gt: testoptimismgoerli_Bytes - executedTransactionHash_lt: testoptimismgoerli_Bytes - executedTransactionHash_gte: testoptimismgoerli_Bytes - executedTransactionHash_lte: testoptimismgoerli_Bytes - executedTransactionHash_in: [testoptimismgoerli_Bytes!] - executedTransactionHash_not_in: [testoptimismgoerli_Bytes!] - executedTransactionHash_contains: testoptimismgoerli_Bytes - executedTransactionHash_not_contains: testoptimismgoerli_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - reconciledCaller: testoptimismgoerli_Bytes - reconciledCaller_not: testoptimismgoerli_Bytes - reconciledCaller_gt: testoptimismgoerli_Bytes - reconciledCaller_lt: testoptimismgoerli_Bytes - reconciledCaller_gte: testoptimismgoerli_Bytes - reconciledCaller_lte: testoptimismgoerli_Bytes - reconciledCaller_in: [testoptimismgoerli_Bytes!] - reconciledCaller_not_in: [testoptimismgoerli_Bytes!] - reconciledCaller_contains: testoptimismgoerli_Bytes - reconciledCaller_not_contains: testoptimismgoerli_Bytes - reconciledTransactionHash: testoptimismgoerli_Bytes - reconciledTransactionHash_not: testoptimismgoerli_Bytes - reconciledTransactionHash_gt: testoptimismgoerli_Bytes - reconciledTransactionHash_lt: testoptimismgoerli_Bytes - reconciledTransactionHash_gte: testoptimismgoerli_Bytes - reconciledTransactionHash_lte: testoptimismgoerli_Bytes - reconciledTransactionHash_in: [testoptimismgoerli_Bytes!] - reconciledTransactionHash_not_in: [testoptimismgoerli_Bytes!] - reconciledTransactionHash_contains: testoptimismgoerli_Bytes - reconciledTransactionHash_not_contains: testoptimismgoerli_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] + 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: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_DestinationTransfer_filter] - or: [testoptimismgoerli_DestinationTransfer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_GnosisConnectorMeta_filter] + or: [mainnet_GnosisConnectorMeta_filter] } -enum testoptimismgoerli_DestinationTransfer_orderBy { +enum mainnet_GnosisConnectorMeta_orderBy { id - chainId - transferId - nonce - to - callData - originDomain - destinationDomain - agent - recovery - forceSlow - receiveLocal - callback - callbackFee - relayerFee - destinationMinOut - status - routers - originSender - transactingAsset - transactingAmount - localAsset - localAmount - sponsorVaultRelayerFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } """ 8 bytes signed integer """ -scalar testoptimismgoerli_Int8 +scalar mainnet_Int8 + +type mainnet_LineaConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_LineaConnectorMeta_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_LineaConnectorMeta_filter] + or: [mainnet_LineaConnectorMeta_filter] +} + +enum mainnet_LineaConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type mainnet_OptimismConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_OptimismConnectorMeta_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_OptimismConnectorMeta_filter] + or: [mainnet_OptimismConnectorMeta_filter] +} + +enum mainnet_OptimismConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} """Defines the order direction, either ascending or descending""" -enum testoptimismgoerli_OrderDirection { +enum mainnet_OrderDirection { asc desc } -type testoptimismgoerli_OriginTransfer { +type mainnet_PolygonConnectorMeta { id: ID! - chainId: BigInt - transferId: testoptimismgoerli_Bytes - nonce: BigInt - to: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - agent: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - forceSlow: Boolean - receiveLocal: Boolean - callback: testoptimismgoerli_Bytes - callbackFee: BigInt - relayerFee: BigInt - destinationMinOut: BigInt - status: testoptimismgoerli_TransferStatus - originMinOut: BigInt - transactingAsset: testoptimismgoerli_Bytes - transactingAmount: BigInt - bridgedAsset: testoptimismgoerli_Bytes - bridgedAmount: BigInt - caller: testoptimismgoerli_Bytes - transactionHash: testoptimismgoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input testoptimismgoerli_OriginTransfer_filter { +input mainnet_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -37390,198 +37004,229 @@ input testoptimismgoerli_OriginTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: testoptimismgoerli_Bytes - transferId_not: testoptimismgoerli_Bytes - transferId_gt: testoptimismgoerli_Bytes - transferId_lt: testoptimismgoerli_Bytes - transferId_gte: testoptimismgoerli_Bytes - transferId_lte: testoptimismgoerli_Bytes - transferId_in: [testoptimismgoerli_Bytes!] - transferId_not_in: [testoptimismgoerli_Bytes!] - transferId_contains: testoptimismgoerli_Bytes - transferId_not_contains: testoptimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - to: testoptimismgoerli_Bytes - to_not: testoptimismgoerli_Bytes - to_gt: testoptimismgoerli_Bytes - to_lt: testoptimismgoerli_Bytes - to_gte: testoptimismgoerli_Bytes - to_lte: testoptimismgoerli_Bytes - to_in: [testoptimismgoerli_Bytes!] - to_not_in: [testoptimismgoerli_Bytes!] - to_contains: testoptimismgoerli_Bytes - to_not_contains: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - callData_not: testoptimismgoerli_Bytes - callData_gt: testoptimismgoerli_Bytes - callData_lt: testoptimismgoerli_Bytes - callData_gte: testoptimismgoerli_Bytes - callData_lte: testoptimismgoerli_Bytes - callData_in: [testoptimismgoerli_Bytes!] - callData_not_in: [testoptimismgoerli_Bytes!] - callData_contains: testoptimismgoerli_Bytes - callData_not_contains: testoptimismgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - agent: testoptimismgoerli_Bytes - agent_not: testoptimismgoerli_Bytes - agent_gt: testoptimismgoerli_Bytes - agent_lt: testoptimismgoerli_Bytes - agent_gte: testoptimismgoerli_Bytes - agent_lte: testoptimismgoerli_Bytes - agent_in: [testoptimismgoerli_Bytes!] - agent_not_in: [testoptimismgoerli_Bytes!] - agent_contains: testoptimismgoerli_Bytes - agent_not_contains: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - recovery_not: testoptimismgoerli_Bytes - recovery_gt: testoptimismgoerli_Bytes - recovery_lt: testoptimismgoerli_Bytes - recovery_gte: testoptimismgoerli_Bytes - recovery_lte: testoptimismgoerli_Bytes - recovery_in: [testoptimismgoerli_Bytes!] - recovery_not_in: [testoptimismgoerli_Bytes!] - recovery_contains: testoptimismgoerli_Bytes - recovery_not_contains: testoptimismgoerli_Bytes - forceSlow: Boolean - forceSlow_not: Boolean - forceSlow_in: [Boolean!] - forceSlow_not_in: [Boolean!] - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callback: testoptimismgoerli_Bytes - callback_not: testoptimismgoerli_Bytes - callback_gt: testoptimismgoerli_Bytes - callback_lt: testoptimismgoerli_Bytes - callback_gte: testoptimismgoerli_Bytes - callback_lte: testoptimismgoerli_Bytes - callback_in: [testoptimismgoerli_Bytes!] - callback_not_in: [testoptimismgoerli_Bytes!] - callback_contains: testoptimismgoerli_Bytes - callback_not_contains: testoptimismgoerli_Bytes - callbackFee: BigInt - callbackFee_not: BigInt - callbackFee_gt: BigInt - callbackFee_lt: BigInt - callbackFee_gte: BigInt - callbackFee_lte: BigInt - callbackFee_in: [BigInt!] - callbackFee_not_in: [BigInt!] - relayerFee: BigInt - relayerFee_not: BigInt - relayerFee_gt: BigInt - relayerFee_lt: BigInt - relayerFee_gte: BigInt - relayerFee_lte: BigInt - relayerFee_in: [BigInt!] - relayerFee_not_in: [BigInt!] - destinationMinOut: BigInt - destinationMinOut_not: BigInt - destinationMinOut_gt: BigInt - destinationMinOut_lt: BigInt - destinationMinOut_gte: BigInt - destinationMinOut_lte: BigInt - destinationMinOut_in: [BigInt!] - destinationMinOut_not_in: [BigInt!] - status: testoptimismgoerli_TransferStatus - status_not: testoptimismgoerli_TransferStatus - status_in: [testoptimismgoerli_TransferStatus!] - status_not_in: [testoptimismgoerli_TransferStatus!] - originMinOut: BigInt - originMinOut_not: BigInt - originMinOut_gt: BigInt - originMinOut_lt: BigInt - originMinOut_gte: BigInt - originMinOut_lte: BigInt - originMinOut_in: [BigInt!] - originMinOut_not_in: [BigInt!] - transactingAsset: testoptimismgoerli_Bytes - transactingAsset_not: testoptimismgoerli_Bytes - transactingAsset_gt: testoptimismgoerli_Bytes - transactingAsset_lt: testoptimismgoerli_Bytes - transactingAsset_gte: testoptimismgoerli_Bytes - transactingAsset_lte: testoptimismgoerli_Bytes - transactingAsset_in: [testoptimismgoerli_Bytes!] - transactingAsset_not_in: [testoptimismgoerli_Bytes!] - transactingAsset_contains: testoptimismgoerli_Bytes - transactingAsset_not_contains: testoptimismgoerli_Bytes - transactingAmount: BigInt - transactingAmount_not: BigInt - transactingAmount_gt: BigInt - transactingAmount_lt: BigInt - transactingAmount_gte: BigInt - transactingAmount_lte: BigInt - transactingAmount_in: [BigInt!] - transactingAmount_not_in: [BigInt!] - bridgedAsset: testoptimismgoerli_Bytes - bridgedAsset_not: testoptimismgoerli_Bytes - bridgedAsset_gt: testoptimismgoerli_Bytes - bridgedAsset_lt: testoptimismgoerli_Bytes - bridgedAsset_gte: testoptimismgoerli_Bytes - bridgedAsset_lte: testoptimismgoerli_Bytes - bridgedAsset_in: [testoptimismgoerli_Bytes!] - bridgedAsset_not_in: [testoptimismgoerli_Bytes!] - bridgedAsset_contains: testoptimismgoerli_Bytes - bridgedAsset_not_contains: testoptimismgoerli_Bytes - bridgedAmount: BigInt - bridgedAmount_not: BigInt - bridgedAmount_gt: BigInt - bridgedAmount_lt: BigInt - bridgedAmount_gte: BigInt - bridgedAmount_lte: BigInt - bridgedAmount_in: [BigInt!] - bridgedAmount_not_in: [BigInt!] - caller: testoptimismgoerli_Bytes - caller_not: testoptimismgoerli_Bytes - caller_gt: testoptimismgoerli_Bytes - caller_lt: testoptimismgoerli_Bytes - caller_gte: testoptimismgoerli_Bytes - caller_lte: testoptimismgoerli_Bytes - caller_in: [testoptimismgoerli_Bytes!] - caller_not_in: [testoptimismgoerli_Bytes!] - caller_contains: testoptimismgoerli_Bytes - caller_not_contains: testoptimismgoerli_Bytes - transactionHash: testoptimismgoerli_Bytes - transactionHash_not: testoptimismgoerli_Bytes - transactionHash_gt: testoptimismgoerli_Bytes - transactionHash_lt: testoptimismgoerli_Bytes - transactionHash_gte: testoptimismgoerli_Bytes - transactionHash_lte: testoptimismgoerli_Bytes - transactionHash_in: [testoptimismgoerli_Bytes!] - transactionHash_not_in: [testoptimismgoerli_Bytes!] - transactionHash_contains: testoptimismgoerli_Bytes - transactionHash_not_contains: testoptimismgoerli_Bytes + 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_PolygonConnectorMeta_filter] + or: [mainnet_PolygonConnectorMeta_filter] +} + +enum mainnet_PolygonConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type mainnet_RootAggregated { + id: ID! + domain: BigInt! + receivedRoot: mainnet_Bytes! + index: BigInt! +} + +input mainnet_RootAggregated_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!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + receivedRoot: mainnet_Bytes + receivedRoot_not: mainnet_Bytes + receivedRoot_gt: mainnet_Bytes + receivedRoot_lt: mainnet_Bytes + receivedRoot_gte: mainnet_Bytes + receivedRoot_lte: mainnet_Bytes + receivedRoot_in: [mainnet_Bytes!] + receivedRoot_not_in: [mainnet_Bytes!] + receivedRoot_contains: mainnet_Bytes + receivedRoot_not_contains: mainnet_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootAggregated_filter] + or: [mainnet_RootAggregated_filter] +} + +enum mainnet_RootAggregated_orderBy { + id + domain + receivedRoot + index +} + +type mainnet_RootManagerMeta { + id: ID! + domains: [BigInt!] + connectors: [mainnet_Bytes!] +} + +input mainnet_RootManagerMeta_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!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [mainnet_Bytes!] + connectors_not: [mainnet_Bytes!] + connectors_contains: [mainnet_Bytes!] + connectors_contains_nocase: [mainnet_Bytes!] + connectors_not_contains: [mainnet_Bytes!] + connectors_not_contains_nocase: [mainnet_Bytes!] + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootManagerMeta_filter] + or: [mainnet_RootManagerMeta_filter] +} + +enum mainnet_RootManagerMeta_orderBy { + id + domains + connectors +} + +type mainnet_RootMessageProcessed { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + root: mainnet_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input mainnet_RootMessageProcessed_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!] + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -37615,34 +37260,16 @@ input testoptimismgoerli_OriginTransfer_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_OriginTransfer_filter] - or: [testoptimismgoerli_OriginTransfer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootMessageProcessed_filter] + or: [mainnet_RootMessageProcessed_filter] } -enum testoptimismgoerli_OriginTransfer_orderBy { +enum mainnet_RootMessageProcessed_orderBy { id - chainId - transferId - nonce - to - callData - originDomain - destinationDomain - agent - recovery - forceSlow - receiveLocal - callback - callbackFee - relayerFee - destinationMinOut - status - originMinOut - transactingAsset - transactingAmount - bridgedAsset - bridgedAmount + spokeDomain + hubDomain + root caller transactionHash timestamp @@ -37651,13 +37278,14 @@ enum testoptimismgoerli_OriginTransfer_orderBy { blockNumber } -type testoptimismgoerli_Relayer { +type mainnet_RootPropagated { id: ID! - isActive: Boolean! - relayer: testoptimismgoerli_Bytes + aggregate: mainnet_Bytes! + domainsHash: mainnet_Bytes! + count: BigInt! } -input testoptimismgoerli_Relayer_filter { +input mainnet_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -37666,43 +37294,57 @@ input testoptimismgoerli_Relayer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: testoptimismgoerli_Bytes - relayer_not: testoptimismgoerli_Bytes - relayer_gt: testoptimismgoerli_Bytes - relayer_lt: testoptimismgoerli_Bytes - relayer_gte: testoptimismgoerli_Bytes - relayer_lte: testoptimismgoerli_Bytes - relayer_in: [testoptimismgoerli_Bytes!] - relayer_not_in: [testoptimismgoerli_Bytes!] - relayer_contains: testoptimismgoerli_Bytes - relayer_not_contains: testoptimismgoerli_Bytes + aggregate: mainnet_Bytes + aggregate_not: mainnet_Bytes + aggregate_gt: mainnet_Bytes + aggregate_lt: mainnet_Bytes + aggregate_gte: mainnet_Bytes + aggregate_lte: mainnet_Bytes + aggregate_in: [mainnet_Bytes!] + aggregate_not_in: [mainnet_Bytes!] + aggregate_contains: mainnet_Bytes + aggregate_not_contains: mainnet_Bytes + domainsHash: mainnet_Bytes + domainsHash_not: mainnet_Bytes + domainsHash_gt: mainnet_Bytes + domainsHash_lt: mainnet_Bytes + domainsHash_gte: mainnet_Bytes + domainsHash_lte: mainnet_Bytes + domainsHash_in: [mainnet_Bytes!] + domainsHash_not_in: [mainnet_Bytes!] + domainsHash_contains: mainnet_Bytes + domainsHash_not_contains: mainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Relayer_filter] - or: [testoptimismgoerli_Relayer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootPropagated_filter] + or: [mainnet_RootPropagated_filter] } -enum testoptimismgoerli_Relayer_orderBy { +enum mainnet_RootPropagated_orderBy { id - isActive - relayer + aggregate + domainsHash + count } -type testoptimismgoerli_Router { +type mainnet_ZkSyncConnectorMeta { id: ID! - isActive: Boolean! - owner: testoptimismgoerli_Bytes - recipient: testoptimismgoerli_Bytes - proposedOwner: testoptimismgoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_AssetBalance_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_AssetBalance_filter): [testoptimismgoerli_AssetBalance!]! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input testoptimismgoerli_Router_filter { +input mainnet_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -37711,153 +37353,129 @@ input testoptimismgoerli_Router_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: testoptimismgoerli_Bytes - owner_not: testoptimismgoerli_Bytes - owner_gt: testoptimismgoerli_Bytes - owner_lt: testoptimismgoerli_Bytes - owner_gte: testoptimismgoerli_Bytes - owner_lte: testoptimismgoerli_Bytes - owner_in: [testoptimismgoerli_Bytes!] - owner_not_in: [testoptimismgoerli_Bytes!] - owner_contains: testoptimismgoerli_Bytes - owner_not_contains: testoptimismgoerli_Bytes - recipient: testoptimismgoerli_Bytes - recipient_not: testoptimismgoerli_Bytes - recipient_gt: testoptimismgoerli_Bytes - recipient_lt: testoptimismgoerli_Bytes - recipient_gte: testoptimismgoerli_Bytes - recipient_lte: testoptimismgoerli_Bytes - recipient_in: [testoptimismgoerli_Bytes!] - recipient_not_in: [testoptimismgoerli_Bytes!] - recipient_contains: testoptimismgoerli_Bytes - recipient_not_contains: testoptimismgoerli_Bytes - proposedOwner: testoptimismgoerli_Bytes - proposedOwner_not: testoptimismgoerli_Bytes - proposedOwner_gt: testoptimismgoerli_Bytes - proposedOwner_lt: testoptimismgoerli_Bytes - proposedOwner_gte: testoptimismgoerli_Bytes - proposedOwner_lte: testoptimismgoerli_Bytes - proposedOwner_in: [testoptimismgoerli_Bytes!] - proposedOwner_not_in: [testoptimismgoerli_Bytes!] - proposedOwner_contains: testoptimismgoerli_Bytes - proposedOwner_not_contains: testoptimismgoerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: testoptimismgoerli_AssetBalance_filter + 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: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Router_filter] - or: [testoptimismgoerli_Router_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ZkSyncConnectorMeta_filter] + or: [mainnet_ZkSyncConnectorMeta_filter] } -enum testoptimismgoerli_Router_orderBy { +enum mainnet_ZkSyncConnectorMeta_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type testoptimismgoerli_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: testoptimismgoerli_Bytes! +type mainnet__Block_ { + """The hash of the block""" + hash: mainnet_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int } -input testoptimismgoerli_Setting_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!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: testoptimismgoerli_Bytes - caller_not: testoptimismgoerli_Bytes - caller_gt: testoptimismgoerli_Bytes - caller_lt: testoptimismgoerli_Bytes - caller_gte: testoptimismgoerli_Bytes - caller_lte: testoptimismgoerli_Bytes - caller_in: [testoptimismgoerli_Bytes!] - caller_not_in: [testoptimismgoerli_Bytes!] - caller_contains: testoptimismgoerli_Bytes - caller_not_contains: testoptimismgoerli_Bytes - """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Setting_filter] - or: [testoptimismgoerli_Setting_filter] +"""The type for the top-level _meta field""" +type mainnet__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: mainnet__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -enum testoptimismgoerli_Setting_orderBy { - id - maxRoutersPerTransfer - caller -} +scalar stagingoptimismgoerli_swap_BigDecimal -type testoptimismgoerli_SponsorVault { - id: ID! - sponsorVault: testoptimismgoerli_Bytes! +input stagingoptimismgoerli_swap_BlockChangedFilter { + number_gte: Int! } -input testoptimismgoerli_SponsorVault_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!] - sponsorVault: testoptimismgoerli_Bytes - sponsorVault_not: testoptimismgoerli_Bytes - sponsorVault_gt: testoptimismgoerli_Bytes - sponsorVault_lt: testoptimismgoerli_Bytes - sponsorVault_gte: testoptimismgoerli_Bytes - sponsorVault_lte: testoptimismgoerli_Bytes - sponsorVault_in: [testoptimismgoerli_Bytes!] - sponsorVault_not_in: [testoptimismgoerli_Bytes!] - sponsorVault_contains: testoptimismgoerli_Bytes - sponsorVault_not_contains: testoptimismgoerli_Bytes - """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_SponsorVault_filter] - or: [testoptimismgoerli_SponsorVault_filter] +input stagingoptimismgoerli_swap_Block_height { + hash: stagingoptimismgoerli_swap_Bytes + number: Int + number_gte: Int } -enum testoptimismgoerli_SponsorVault_orderBy { - id - sponsorVault +scalar stagingoptimismgoerli_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar stagingoptimismgoerli_swap_Int8 + +type stagingoptimismgoerli_swap_LpAccount { + id: ID! + address: stagingoptimismgoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_LpAccountBalance_filter): [stagingoptimismgoerli_swap_LpAccountBalance!]! } -type testoptimismgoerli_StableSwap { +type stagingoptimismgoerli_swap_LpAccountBalance { id: ID! - canonicalId: testoptimismgoerli_Bytes! - domain: BigInt - swapPool: testoptimismgoerli_Bytes! + account: stagingoptimismgoerli_swap_LpAccount! + token: stagingoptimismgoerli_swap_LpToken! + amount: stagingoptimismgoerli_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: stagingoptimismgoerli_swap_Bytes } -input testoptimismgoerli_StableSwap_filter { +input stagingoptimismgoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -37866,88 +37484,107 @@ input testoptimismgoerli_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - canonicalId: testoptimismgoerli_Bytes - canonicalId_not: testoptimismgoerli_Bytes - canonicalId_gt: testoptimismgoerli_Bytes - canonicalId_lt: testoptimismgoerli_Bytes - canonicalId_gte: testoptimismgoerli_Bytes - canonicalId_lte: testoptimismgoerli_Bytes - canonicalId_in: [testoptimismgoerli_Bytes!] - canonicalId_not_in: [testoptimismgoerli_Bytes!] - canonicalId_contains: testoptimismgoerli_Bytes - canonicalId_not_contains: testoptimismgoerli_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: testoptimismgoerli_Bytes - swapPool_not: testoptimismgoerli_Bytes - swapPool_gt: testoptimismgoerli_Bytes - swapPool_lt: testoptimismgoerli_Bytes - swapPool_gte: testoptimismgoerli_Bytes - swapPool_lte: testoptimismgoerli_Bytes - swapPool_in: [testoptimismgoerli_Bytes!] - swapPool_not_in: [testoptimismgoerli_Bytes!] - swapPool_contains: testoptimismgoerli_Bytes - swapPool_not_contains: testoptimismgoerli_Bytes + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: stagingoptimismgoerli_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: stagingoptimismgoerli_swap_LpToken_filter + amount: stagingoptimismgoerli_swap_BigDecimal + amount_not: stagingoptimismgoerli_swap_BigDecimal + amount_gt: stagingoptimismgoerli_swap_BigDecimal + amount_lt: stagingoptimismgoerli_swap_BigDecimal + amount_gte: stagingoptimismgoerli_swap_BigDecimal + amount_lte: stagingoptimismgoerli_swap_BigDecimal + amount_in: [stagingoptimismgoerli_swap_BigDecimal!] + amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_StableSwap_filter] - or: [testoptimismgoerli_StableSwap_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpAccountBalance_filter] + or: [stagingoptimismgoerli_swap_LpAccountBalance_filter] } -enum testoptimismgoerli_StableSwap_orderBy { +enum stagingoptimismgoerli_swap_LpAccountBalance_orderBy { id - canonicalId - domain - swapPool -} - -enum testoptimismgoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type testoptimismgoerli__Block_ { - """The hash of the block""" - hash: testoptimismgoerli_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type testoptimismgoerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: testoptimismgoerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type goerli_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: goerli_Bytes! - domain: BigInt + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input goerli_AggregatedMessageRoot_filter { +input stagingoptimismgoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -37956,55 +37593,51 @@ input goerli_AggregatedMessageRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: goerli_Bytes - receivedRoot_not: goerli_Bytes - receivedRoot_gt: goerli_Bytes - receivedRoot_lt: goerli_Bytes - receivedRoot_gte: goerli_Bytes - receivedRoot_lte: goerli_Bytes - receivedRoot_in: [goerli_Bytes!] - receivedRoot_not_in: [goerli_Bytes!] - receivedRoot_contains: goerli_Bytes - receivedRoot_not_contains: goerli_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + address: stagingoptimismgoerli_swap_Bytes + address_not: stagingoptimismgoerli_swap_Bytes + address_gt: stagingoptimismgoerli_swap_Bytes + address_lt: stagingoptimismgoerli_swap_Bytes + address_gte: stagingoptimismgoerli_swap_Bytes + address_lte: stagingoptimismgoerli_swap_Bytes + address_in: [stagingoptimismgoerli_swap_Bytes!] + address_not_in: [stagingoptimismgoerli_swap_Bytes!] + address_contains: stagingoptimismgoerli_swap_Bytes + address_not_contains: stagingoptimismgoerli_swap_Bytes + balances_: stagingoptimismgoerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AggregatedMessageRoot_filter] - or: [goerli_AggregatedMessageRoot_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpAccount_filter] + or: [stagingoptimismgoerli_swap_LpAccount_filter] } -enum goerli_AggregatedMessageRoot_orderBy { +enum stagingoptimismgoerli_swap_LpAccount_orderBy { id - index - receivedRoot - domain + address + balances } -type goerli_ArbitrumConnectorMeta { +type stagingoptimismgoerli_swap_LpToken { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + address: stagingoptimismgoerli_swap_Bytes! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: stagingoptimismgoerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_LpTokenEvent_filter): [stagingoptimismgoerli_swap_LpTokenEvent!]! } -input goerli_ArbitrumConnectorMeta_filter { +interface stagingoptimismgoerli_swap_LpTokenEvent { + id: ID! + token: stagingoptimismgoerli_swap_LpToken! + amount: stagingoptimismgoerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: stagingoptimismgoerli_swap_Bytes! + nonce: BigInt! +} + +input stagingoptimismgoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -38013,89 +37646,236 @@ input goerli_ArbitrumConnectorMeta_filter { 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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: stagingoptimismgoerli_swap_LpToken_filter + amount: stagingoptimismgoerli_swap_BigDecimal + amount_not: stagingoptimismgoerli_swap_BigDecimal + amount_gt: stagingoptimismgoerli_swap_BigDecimal + amount_lt: stagingoptimismgoerli_swap_BigDecimal + amount_gte: stagingoptimismgoerli_swap_BigDecimal + amount_lte: stagingoptimismgoerli_swap_BigDecimal + amount_in: [stagingoptimismgoerli_swap_BigDecimal!] + amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_ArbitrumConnectorMeta_filter] - or: [goerli_ArbitrumConnectorMeta_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpTokenEvent_filter] + or: [stagingoptimismgoerli_swap_LpTokenEvent_filter] } -enum goerli_ArbitrumConnectorMeta_orderBy { +enum stagingoptimismgoerli_swap_LpTokenEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -scalar goerli_BigDecimal - -input goerli_BlockChangedFilter { - number_gte: Int! +input stagingoptimismgoerli_swap_LpToken_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!] + address: stagingoptimismgoerli_swap_Bytes + address_not: stagingoptimismgoerli_swap_Bytes + address_gt: stagingoptimismgoerli_swap_Bytes + address_lt: stagingoptimismgoerli_swap_Bytes + address_gte: stagingoptimismgoerli_swap_Bytes + address_lte: stagingoptimismgoerli_swap_Bytes + address_in: [stagingoptimismgoerli_swap_Bytes!] + address_not_in: [stagingoptimismgoerli_swap_Bytes!] + address_contains: stagingoptimismgoerli_swap_Bytes + address_not_contains: stagingoptimismgoerli_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: stagingoptimismgoerli_swap_BigDecimal + totalSupply_not: stagingoptimismgoerli_swap_BigDecimal + totalSupply_gt: stagingoptimismgoerli_swap_BigDecimal + totalSupply_lt: stagingoptimismgoerli_swap_BigDecimal + totalSupply_gte: stagingoptimismgoerli_swap_BigDecimal + totalSupply_lte: stagingoptimismgoerli_swap_BigDecimal + totalSupply_in: [stagingoptimismgoerli_swap_BigDecimal!] + totalSupply_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + events_: stagingoptimismgoerli_swap_LpTokenEvent_filter + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpToken_filter] + or: [stagingoptimismgoerli_swap_LpToken_filter] } -input goerli_Block_height { - hash: goerli_Bytes - number: Int - number_gte: Int +enum stagingoptimismgoerli_swap_LpToken_orderBy { + id + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type goerli_BnbConnectorMeta { +type stagingoptimismgoerli_swap_LpTransferEvent implements stagingoptimismgoerli_swap_LpTokenEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + token: stagingoptimismgoerli_swap_LpToken! + amount: stagingoptimismgoerli_swap_BigDecimal! + from: stagingoptimismgoerli_swap_Bytes! + to: stagingoptimismgoerli_swap_Bytes! + fromBalance: stagingoptimismgoerli_swap_BigDecimal! + toBalance: stagingoptimismgoerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: stagingoptimismgoerli_swap_Bytes! + nonce: BigInt! } -input goerli_BnbConnectorMeta_filter { +input stagingoptimismgoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -38104,79 +37884,143 @@ input goerli_BnbConnectorMeta_filter { 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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: stagingoptimismgoerli_swap_LpToken_filter + amount: stagingoptimismgoerli_swap_BigDecimal + amount_not: stagingoptimismgoerli_swap_BigDecimal + amount_gt: stagingoptimismgoerli_swap_BigDecimal + amount_lt: stagingoptimismgoerli_swap_BigDecimal + amount_gte: stagingoptimismgoerli_swap_BigDecimal + amount_lte: stagingoptimismgoerli_swap_BigDecimal + amount_in: [stagingoptimismgoerli_swap_BigDecimal!] + amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + from: stagingoptimismgoerli_swap_Bytes + from_not: stagingoptimismgoerli_swap_Bytes + from_gt: stagingoptimismgoerli_swap_Bytes + from_lt: stagingoptimismgoerli_swap_Bytes + from_gte: stagingoptimismgoerli_swap_Bytes + from_lte: stagingoptimismgoerli_swap_Bytes + from_in: [stagingoptimismgoerli_swap_Bytes!] + from_not_in: [stagingoptimismgoerli_swap_Bytes!] + from_contains: stagingoptimismgoerli_swap_Bytes + from_not_contains: stagingoptimismgoerli_swap_Bytes + to: stagingoptimismgoerli_swap_Bytes + to_not: stagingoptimismgoerli_swap_Bytes + to_gt: stagingoptimismgoerli_swap_Bytes + to_lt: stagingoptimismgoerli_swap_Bytes + to_gte: stagingoptimismgoerli_swap_Bytes + to_lte: stagingoptimismgoerli_swap_Bytes + to_in: [stagingoptimismgoerli_swap_Bytes!] + to_not_in: [stagingoptimismgoerli_swap_Bytes!] + to_contains: stagingoptimismgoerli_swap_Bytes + to_not_contains: stagingoptimismgoerli_swap_Bytes + fromBalance: stagingoptimismgoerli_swap_BigDecimal + fromBalance_not: stagingoptimismgoerli_swap_BigDecimal + fromBalance_gt: stagingoptimismgoerli_swap_BigDecimal + fromBalance_lt: stagingoptimismgoerli_swap_BigDecimal + fromBalance_gte: stagingoptimismgoerli_swap_BigDecimal + fromBalance_lte: stagingoptimismgoerli_swap_BigDecimal + fromBalance_in: [stagingoptimismgoerli_swap_BigDecimal!] + fromBalance_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + toBalance: stagingoptimismgoerli_swap_BigDecimal + toBalance_not: stagingoptimismgoerli_swap_BigDecimal + toBalance_gt: stagingoptimismgoerli_swap_BigDecimal + toBalance_lt: stagingoptimismgoerli_swap_BigDecimal + toBalance_gte: stagingoptimismgoerli_swap_BigDecimal + toBalance_lte: stagingoptimismgoerli_swap_BigDecimal + toBalance_in: [stagingoptimismgoerli_swap_BigDecimal!] + toBalance_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_BnbConnectorMeta_filter] - or: [goerli_BnbConnectorMeta_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpTransferEvent_filter] + or: [stagingoptimismgoerli_swap_LpTransferEvent_filter] } -enum goerli_BnbConnectorMeta_orderBy { +enum stagingoptimismgoerli_swap_LpTransferEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -scalar goerli_Bytes +"""Defines the order direction, either ascending or descending""" +enum stagingoptimismgoerli_swap_OrderDirection { + asc + desc +} -type goerli_GnosisConnectorMeta { +type stagingoptimismgoerli_swap_PooledToken { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + asset: stagingoptimismgoerli_swap_Bytes! } -input goerli_GnosisConnectorMeta_filter { +input stagingoptimismgoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -38185,162 +38029,72 @@ input goerli_GnosisConnectorMeta_filter { 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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + asset: stagingoptimismgoerli_swap_Bytes + asset_not: stagingoptimismgoerli_swap_Bytes + asset_gt: stagingoptimismgoerli_swap_Bytes + asset_lt: stagingoptimismgoerli_swap_Bytes + asset_gte: stagingoptimismgoerli_swap_Bytes + asset_lte: stagingoptimismgoerli_swap_Bytes + asset_in: [stagingoptimismgoerli_swap_Bytes!] + asset_not_in: [stagingoptimismgoerli_swap_Bytes!] + asset_contains: stagingoptimismgoerli_swap_Bytes + asset_not_contains: stagingoptimismgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_GnosisConnectorMeta_filter] - or: [goerli_GnosisConnectorMeta_filter] -} + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_PooledToken_filter] + or: [stagingoptimismgoerli_swap_PooledToken_filter] +} -enum goerli_GnosisConnectorMeta_orderBy { +enum stagingoptimismgoerli_swap_PooledToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + asset } -""" -8 bytes signed integer - -""" -scalar goerli_Int8 - -type goerli_LineaConnectorMeta { +type stagingoptimismgoerli_swap_StableSwap { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! -} - -input goerli_LineaConnectorMeta_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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_LineaConnectorMeta_filter] - or: [goerli_LineaConnectorMeta_filter] -} - -enum goerli_LineaConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive: Boolean + key: stagingoptimismgoerli_swap_Bytes! + canonicalId: stagingoptimismgoerli_swap_Bytes + domain: BigInt + swapPool: stagingoptimismgoerli_swap_Bytes + lpToken: stagingoptimismgoerli_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [stagingoptimismgoerli_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_StableSwapEvent_filter): [stagingoptimismgoerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_StableSwapExchange_filter): [stagingoptimismgoerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapHourlyVolume_filter): [stagingoptimismgoerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapDailyVolume_filter): [stagingoptimismgoerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter): [stagingoptimismgoerli_swap_SwapWeeklyVolume!] } -type goerli_OptimismConnectorMeta { +type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent implements stagingoptimismgoerli_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + provider: stagingoptimismgoerli_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: stagingoptimismgoerli_swap_Bytes! + nonce: BigInt! } -input goerli_OptimismConnectorMeta_filter { +input stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -38349,83 +38103,161 @@ input goerli_OptimismConnectorMeta_filter { 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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + provider: stagingoptimismgoerli_swap_Bytes + provider_not: stagingoptimismgoerli_swap_Bytes + provider_gt: stagingoptimismgoerli_swap_Bytes + provider_lt: stagingoptimismgoerli_swap_Bytes + provider_gte: stagingoptimismgoerli_swap_Bytes + provider_lte: stagingoptimismgoerli_swap_Bytes + provider_in: [stagingoptimismgoerli_swap_Bytes!] + provider_not_in: [stagingoptimismgoerli_swap_Bytes!] + provider_contains: stagingoptimismgoerli_swap_Bytes + provider_not_contains: stagingoptimismgoerli_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OptimismConnectorMeta_filter] - or: [goerli_OptimismConnectorMeta_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum goerli_OptimismConnectorMeta_orderBy { +enum stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -"""Defines the order direction, either ascending or descending""" -enum goerli_OrderDirection { - asc - desc + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type goerli_PolygonConnectorMeta { +interface stagingoptimismgoerli_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: stagingoptimismgoerli_swap_Bytes! + nonce: BigInt! } -input goerli_PolygonConnectorMeta_filter { +input stagingoptimismgoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -38434,75 +38266,109 @@ input goerli_PolygonConnectorMeta_filter { 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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_PolygonConnectorMeta_filter] - or: [goerli_PolygonConnectorMeta_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwapEvent_filter] + or: [stagingoptimismgoerli_swap_StableSwapEvent_filter] } -enum goerli_PolygonConnectorMeta_orderBy { +enum stagingoptimismgoerli_swap_StableSwapEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block + timestamp + transaction + nonce } -type goerli_RootAggregated { +type stagingoptimismgoerli_swap_StableSwapExchange { id: ID! - domain: BigInt! - receivedRoot: goerli_Bytes! - index: BigInt! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + buyer: stagingoptimismgoerli_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: stagingoptimismgoerli_swap_Bytes! + nonce: BigInt! } -input goerli_RootAggregated_filter { +input stagingoptimismgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -38511,98 +38377,172 @@ input goerli_RootAggregated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - receivedRoot: goerli_Bytes - receivedRoot_not: goerli_Bytes - receivedRoot_gt: goerli_Bytes - receivedRoot_lt: goerli_Bytes - receivedRoot_gte: goerli_Bytes - receivedRoot_lte: goerli_Bytes - receivedRoot_in: [goerli_Bytes!] - receivedRoot_not_in: [goerli_Bytes!] - receivedRoot_contains: goerli_Bytes - receivedRoot_not_contains: goerli_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootAggregated_filter] - or: [goerli_RootAggregated_filter] -} - -enum goerli_RootAggregated_orderBy { - id - domain - receivedRoot - index -} - -type goerli_RootManagerMeta { - id: ID! - domains: [BigInt!] - connectors: [goerli_Bytes!] -} - -input goerli_RootManagerMeta_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!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [goerli_Bytes!] - connectors_not: [goerli_Bytes!] - connectors_contains: [goerli_Bytes!] - connectors_contains_nocase: [goerli_Bytes!] - connectors_not_contains: [goerli_Bytes!] - connectors_not_contains_nocase: [goerli_Bytes!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + buyer: stagingoptimismgoerli_swap_Bytes + buyer_not: stagingoptimismgoerli_swap_Bytes + buyer_gt: stagingoptimismgoerli_swap_Bytes + buyer_lt: stagingoptimismgoerli_swap_Bytes + buyer_gte: stagingoptimismgoerli_swap_Bytes + buyer_lte: stagingoptimismgoerli_swap_Bytes + buyer_in: [stagingoptimismgoerli_swap_Bytes!] + buyer_not_in: [stagingoptimismgoerli_swap_Bytes!] + buyer_contains: stagingoptimismgoerli_swap_Bytes + buyer_not_contains: stagingoptimismgoerli_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootManagerMeta_filter] - or: [goerli_RootManagerMeta_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwapExchange_filter] + or: [stagingoptimismgoerli_swap_StableSwapExchange_filter] } -enum goerli_RootManagerMeta_orderBy { +enum stagingoptimismgoerli_swap_StableSwapExchange_orderBy { id - domains - connectors + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce } -type goerli_RootMessageProcessed { +type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent implements stagingoptimismgoerli_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: goerli_Bytes - caller: goerli_Bytes - transactionHash: goerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: stagingoptimismgoerli_swap_StableSwap! + provider: stagingoptimismgoerli_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: stagingoptimismgoerli_swap_Bytes! + nonce: BigInt! } -input goerli_RootMessageProcessed_filter { +input stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -38611,52 +38551,87 @@ input goerli_RootMessageProcessed_filter { 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!] - root: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + provider: stagingoptimismgoerli_swap_Bytes + provider_not: stagingoptimismgoerli_swap_Bytes + provider_gt: stagingoptimismgoerli_swap_Bytes + provider_lt: stagingoptimismgoerli_swap_Bytes + provider_gte: stagingoptimismgoerli_swap_Bytes + provider_lte: stagingoptimismgoerli_swap_Bytes + provider_in: [stagingoptimismgoerli_swap_Bytes!] + provider_not_in: [stagingoptimismgoerli_swap_Bytes!] + provider_contains: stagingoptimismgoerli_swap_Bytes + provider_not_contains: stagingoptimismgoerli_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -38665,57 +38640,63 @@ input goerli_RootMessageProcessed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootMessageProcessed_filter] - or: [goerli_RootMessageProcessed_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum goerli_RootMessageProcessed_orderBy { +enum stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id - spokeDomain - hubDomain - root - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - gasPrice - gasLimit - blockNumber -} - -type goerli_RootPropagated { - id: ID! - aggregate: goerli_Bytes! - domainsHash: goerli_Bytes! - count: BigInt! + transaction + nonce } -input goerli_RootPropagated_filter { +input stagingoptimismgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -38724,185 +38705,30 @@ input goerli_RootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregate: goerli_Bytes - aggregate_not: goerli_Bytes - aggregate_gt: goerli_Bytes - aggregate_lt: goerli_Bytes - aggregate_gte: goerli_Bytes - aggregate_lte: goerli_Bytes - aggregate_in: [goerli_Bytes!] - aggregate_not_in: [goerli_Bytes!] - aggregate_contains: goerli_Bytes - aggregate_not_contains: goerli_Bytes - domainsHash: goerli_Bytes - domainsHash_not: goerli_Bytes - domainsHash_gt: goerli_Bytes - domainsHash_lt: goerli_Bytes - domainsHash_gte: goerli_Bytes - domainsHash_lte: goerli_Bytes - domainsHash_in: [goerli_Bytes!] - domainsHash_not_in: [goerli_Bytes!] - domainsHash_contains: goerli_Bytes - domainsHash_not_contains: goerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootPropagated_filter] - or: [goerli_RootPropagated_filter] -} - -enum goerli_RootPropagated_orderBy { - id - aggregate - domainsHash - count -} - -type goerli_ZkSyncConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! -} - -input goerli_ZkSyncConnectorMeta_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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_ZkSyncConnectorMeta_filter] - or: [goerli_ZkSyncConnectorMeta_filter] -} - -enum goerli_ZkSyncConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type goerli__Block_ { - """The hash of the block""" - hash: goerli_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type goerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: goerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type mainnet_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: mainnet_Bytes! - domain: BigInt -} - -input mainnet_AggregatedMessageRoot_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!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: mainnet_Bytes - receivedRoot_not: mainnet_Bytes - receivedRoot_gt: mainnet_Bytes - receivedRoot_lt: mainnet_Bytes - receivedRoot_gte: mainnet_Bytes - receivedRoot_lte: mainnet_Bytes - receivedRoot_in: [mainnet_Bytes!] - receivedRoot_not_in: [mainnet_Bytes!] - receivedRoot_contains: mainnet_Bytes - receivedRoot_not_contains: mainnet_Bytes + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: stagingoptimismgoerli_swap_Bytes + key_not: stagingoptimismgoerli_swap_Bytes + key_gt: stagingoptimismgoerli_swap_Bytes + key_lt: stagingoptimismgoerli_swap_Bytes + key_gte: stagingoptimismgoerli_swap_Bytes + key_lte: stagingoptimismgoerli_swap_Bytes + key_in: [stagingoptimismgoerli_swap_Bytes!] + key_not_in: [stagingoptimismgoerli_swap_Bytes!] + key_contains: stagingoptimismgoerli_swap_Bytes + key_not_contains: stagingoptimismgoerli_swap_Bytes + canonicalId: stagingoptimismgoerli_swap_Bytes + canonicalId_not: stagingoptimismgoerli_swap_Bytes + canonicalId_gt: stagingoptimismgoerli_swap_Bytes + canonicalId_lt: stagingoptimismgoerli_swap_Bytes + canonicalId_gte: stagingoptimismgoerli_swap_Bytes + canonicalId_lte: stagingoptimismgoerli_swap_Bytes + canonicalId_in: [stagingoptimismgoerli_swap_Bytes!] + canonicalId_not_in: [stagingoptimismgoerli_swap_Bytes!] + canonicalId_contains: stagingoptimismgoerli_swap_Bytes + canonicalId_not_contains: stagingoptimismgoerli_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -38911,29 +38737,169 @@ input mainnet_AggregatedMessageRoot_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] + swapPool: stagingoptimismgoerli_swap_Bytes + swapPool_not: stagingoptimismgoerli_swap_Bytes + swapPool_gt: stagingoptimismgoerli_swap_Bytes + swapPool_lt: stagingoptimismgoerli_swap_Bytes + swapPool_gte: stagingoptimismgoerli_swap_Bytes + swapPool_lte: stagingoptimismgoerli_swap_Bytes + swapPool_in: [stagingoptimismgoerli_swap_Bytes!] + swapPool_not_in: [stagingoptimismgoerli_swap_Bytes!] + swapPool_contains: stagingoptimismgoerli_swap_Bytes + swapPool_not_contains: stagingoptimismgoerli_swap_Bytes + lpToken: stagingoptimismgoerli_swap_Bytes + lpToken_not: stagingoptimismgoerli_swap_Bytes + lpToken_gt: stagingoptimismgoerli_swap_Bytes + lpToken_lt: stagingoptimismgoerli_swap_Bytes + lpToken_gte: stagingoptimismgoerli_swap_Bytes + lpToken_lte: stagingoptimismgoerli_swap_Bytes + lpToken_in: [stagingoptimismgoerli_swap_Bytes!] + lpToken_not_in: [stagingoptimismgoerli_swap_Bytes!] + lpToken_contains: stagingoptimismgoerli_swap_Bytes + lpToken_not_contains: stagingoptimismgoerli_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_not: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_contains: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_contains_nocase: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_not_contains: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [stagingoptimismgoerli_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: stagingoptimismgoerli_swap_StableSwapEvent_filter + exchanges_: stagingoptimismgoerli_swap_StableSwapExchange_filter + hourlyVolumes_: stagingoptimismgoerli_swap_SwapHourlyVolume_filter + dailyVolumes_: stagingoptimismgoerli_swap_SwapDailyVolume_filter + weeklyVolumes_: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregatedMessageRoot_filter] - or: [mainnet_AggregatedMessageRoot_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwap_filter] + or: [stagingoptimismgoerli_swap_StableSwap_filter] } -enum mainnet_AggregatedMessageRoot_orderBy { +enum stagingoptimismgoerli_swap_StableSwap_orderBy { id - index - receivedRoot + isActive + key + canonicalId domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type mainnet_ArbitrumConnectorMeta { +type stagingoptimismgoerli_swap_SwapDailyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + timestamp: BigInt! + volume: stagingoptimismgoerli_swap_BigDecimal! } -input mainnet_ArbitrumConnectorMeta_filter { +input stagingoptimismgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -38942,89 +38908,80 @@ input mainnet_ArbitrumConnectorMeta_filter { 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_ArbitrumConnectorMeta_filter] - or: [mainnet_ArbitrumConnectorMeta_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] + or: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] } -enum mainnet_ArbitrumConnectorMeta_orderBy { +enum stagingoptimismgoerli_swap_SwapDailyVolume_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar mainnet_BigDecimal - -input mainnet_BlockChangedFilter { - number_gte: Int! -} - -input mainnet_Block_height { - hash: mainnet_Bytes - number: Int - number_gte: Int + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type mainnet_BnbConnectorMeta { +type stagingoptimismgoerli_swap_SwapHourlyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + timestamp: BigInt! + volume: stagingoptimismgoerli_swap_BigDecimal! } -input mainnet_BnbConnectorMeta_filter { +input stagingoptimismgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -39033,164 +38990,152 @@ input mainnet_BnbConnectorMeta_filter { 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_BnbConnectorMeta_filter] - or: [mainnet_BnbConnectorMeta_filter] -} - -enum mainnet_BnbConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] + or: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] } -scalar mainnet_Bytes +enum stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} -type mainnet_GnosisConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! +interface stagingoptimismgoerli_swap_SwapTradeVolume { + stableSwap: stagingoptimismgoerli_swap_StableSwap! + timestamp: BigInt! + volume: stagingoptimismgoerli_swap_BigDecimal! } -input mainnet_GnosisConnectorMeta_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 +input stagingoptimismgoerli_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_GnosisConnectorMeta_filter] - or: [mainnet_GnosisConnectorMeta_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] + or: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] } -enum mainnet_GnosisConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector +enum stagingoptimismgoerli_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -""" -8 bytes signed integer - -""" -scalar mainnet_Int8 - -type mainnet_LineaConnectorMeta { +type stagingoptimismgoerli_swap_SwapWeeklyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + timestamp: BigInt! + volume: stagingoptimismgoerli_swap_BigDecimal! } -input mainnet_LineaConnectorMeta_filter { +input stagingoptimismgoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -39199,77 +39144,79 @@ input mainnet_LineaConnectorMeta_filter { 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_LineaConnectorMeta_filter] - or: [mainnet_LineaConnectorMeta_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] + or: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] } -enum mainnet_LineaConnectorMeta_orderBy { +enum stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type mainnet_OptimismConnectorMeta { +type stagingoptimismgoerli_swap_SystemInfo { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + exchangeCount: BigInt! + swapCount: BigInt! } -input mainnet_OptimismConnectorMeta_filter { +input stagingoptimismgoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -39278,544 +39225,77 @@ input mainnet_OptimismConnectorMeta_filter { 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 + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OptimismConnectorMeta_filter] - or: [mainnet_OptimismConnectorMeta_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SystemInfo_filter] + or: [stagingoptimismgoerli_swap_SystemInfo_filter] } -enum mainnet_OptimismConnectorMeta_orderBy { +enum stagingoptimismgoerli_swap_SystemInfo_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + exchangeCount + swapCount } -"""Defines the order direction, either ascending or descending""" -enum mainnet_OrderDirection { - asc - desc +type stagingoptimismgoerli_swap__Block_ { + """The hash of the block""" + hash: stagingoptimismgoerli_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int } -type mainnet_PolygonConnectorMeta { +"""The type for the top-level _meta field""" +type stagingoptimismgoerli_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: stagingoptimismgoerli_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type testgoerli_Asset { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + key: testgoerli_Bytes + local: testgoerli_Bytes! + adoptedAsset: testgoerli_Bytes! + canonicalId: testgoerli_Bytes! + canonicalDomain: BigInt! + blockNumber: BigInt! } -input mainnet_PolygonConnectorMeta_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_PolygonConnectorMeta_filter] - or: [mainnet_PolygonConnectorMeta_filter] -} - -enum mainnet_PolygonConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: mainnet_Bytes! - index: BigInt! -} - -input mainnet_RootAggregated_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!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - receivedRoot: mainnet_Bytes - receivedRoot_not: mainnet_Bytes - receivedRoot_gt: mainnet_Bytes - receivedRoot_lt: mainnet_Bytes - receivedRoot_gte: mainnet_Bytes - receivedRoot_lte: mainnet_Bytes - receivedRoot_in: [mainnet_Bytes!] - receivedRoot_not_in: [mainnet_Bytes!] - receivedRoot_contains: mainnet_Bytes - receivedRoot_not_contains: mainnet_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootAggregated_filter] - or: [mainnet_RootAggregated_filter] -} - -enum mainnet_RootAggregated_orderBy { - id - domain - receivedRoot - index -} - -type mainnet_RootManagerMeta { - id: ID! - domains: [BigInt!] - connectors: [mainnet_Bytes!] -} - -input mainnet_RootManagerMeta_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!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [mainnet_Bytes!] - connectors_not: [mainnet_Bytes!] - connectors_contains: [mainnet_Bytes!] - connectors_contains_nocase: [mainnet_Bytes!] - connectors_not_contains: [mainnet_Bytes!] - connectors_not_contains_nocase: [mainnet_Bytes!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootManagerMeta_filter] - or: [mainnet_RootManagerMeta_filter] -} - -enum mainnet_RootManagerMeta_orderBy { - id - domains - connectors -} - -type mainnet_RootMessageProcessed { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: mainnet_Bytes - caller: mainnet_Bytes - transactionHash: mainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt -} - -input mainnet_RootMessageProcessed_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!] - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootMessageProcessed_filter] - or: [mainnet_RootMessageProcessed_filter] -} - -enum mainnet_RootMessageProcessed_orderBy { - id - spokeDomain - hubDomain - root - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type mainnet_RootPropagated { - id: ID! - aggregate: mainnet_Bytes! - domainsHash: mainnet_Bytes! - count: BigInt! -} - -input mainnet_RootPropagated_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!] - aggregate: mainnet_Bytes - aggregate_not: mainnet_Bytes - aggregate_gt: mainnet_Bytes - aggregate_lt: mainnet_Bytes - aggregate_gte: mainnet_Bytes - aggregate_lte: mainnet_Bytes - aggregate_in: [mainnet_Bytes!] - aggregate_not_in: [mainnet_Bytes!] - aggregate_contains: mainnet_Bytes - aggregate_not_contains: mainnet_Bytes - domainsHash: mainnet_Bytes - domainsHash_not: mainnet_Bytes - domainsHash_gt: mainnet_Bytes - domainsHash_lt: mainnet_Bytes - domainsHash_gte: mainnet_Bytes - domainsHash_lte: mainnet_Bytes - domainsHash_in: [mainnet_Bytes!] - domainsHash_not_in: [mainnet_Bytes!] - domainsHash_contains: mainnet_Bytes - domainsHash_not_contains: mainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootPropagated_filter] - or: [mainnet_RootPropagated_filter] -} - -enum mainnet_RootPropagated_orderBy { - id - aggregate - domainsHash - count -} - -type mainnet_ZkSyncConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_ZkSyncConnectorMeta_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_ZkSyncConnectorMeta_filter] - or: [mainnet_ZkSyncConnectorMeta_filter] -} - -enum mainnet_ZkSyncConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet__Block_ { - """The hash of the block""" - hash: mainnet_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type mainnet__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: mainnet__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type testgoerli_Asset { - id: ID! - key: testgoerli_Bytes - local: testgoerli_Bytes! - adoptedAsset: testgoerli_Bytes! - canonicalId: testgoerli_Bytes! - canonicalDomain: BigInt! - blockNumber: BigInt! -} - -type testgoerli_AssetBalance { - id: ID! - amount: BigInt! - router: testgoerli_Router! - asset: testgoerli_Asset! -} - -input testgoerli_AssetBalance_filter { +type testgoerli_AssetBalance { + id: ID! + amount: BigInt! + router: testgoerli_Router! + asset: testgoerli_Asset! +} + +input testgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -40983,43 +40463,43 @@ type testgoerli__Meta_ { hasIndexingErrors: Boolean! } -scalar arbitrumgoerli_swap_BigDecimal +scalar goerli_swap_BigDecimal -input arbitrumgoerli_swap_BlockChangedFilter { +input goerli_swap_BlockChangedFilter { number_gte: Int! } -input arbitrumgoerli_swap_Block_height { - hash: arbitrumgoerli_swap_Bytes +input goerli_swap_Block_height { + hash: goerli_swap_Bytes number: Int number_gte: Int } -scalar arbitrumgoerli_swap_Bytes +scalar goerli_swap_Bytes """ 8 bytes signed integer """ -scalar arbitrumgoerli_swap_Int8 +scalar goerli_swap_Int8 -type arbitrumgoerli_swap_LpAccount { +type goerli_swap_LpAccount { id: ID! - address: arbitrumgoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_LpAccountBalance_filter): [arbitrumgoerli_swap_LpAccountBalance!]! + address: goerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_LpAccountBalance_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_LpAccountBalance_filter): [goerli_swap_LpAccountBalance!]! } -type arbitrumgoerli_swap_LpAccountBalance { +type goerli_swap_LpAccountBalance { id: ID! - account: arbitrumgoerli_swap_LpAccount! - token: arbitrumgoerli_swap_LpToken! - amount: arbitrumgoerli_swap_BigDecimal! + account: goerli_swap_LpAccount! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: arbitrumgoerli_swap_Bytes + transaction: goerli_swap_Bytes } -input arbitrumgoerli_swap_LpAccountBalance_filter { +input goerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -41048,7 +40528,7 @@ input arbitrumgoerli_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: arbitrumgoerli_swap_LpAccount_filter + account_: goerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -41069,15 +40549,15 @@ input arbitrumgoerli_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumgoerli_swap_LpToken_filter - amount: arbitrumgoerli_swap_BigDecimal - amount_not: arbitrumgoerli_swap_BigDecimal - amount_gt: arbitrumgoerli_swap_BigDecimal - amount_lt: arbitrumgoerli_swap_BigDecimal - amount_gte: arbitrumgoerli_swap_BigDecimal - amount_lte: arbitrumgoerli_swap_BigDecimal - amount_in: [arbitrumgoerli_swap_BigDecimal!] - amount_not_in: [arbitrumgoerli_swap_BigDecimal!] + token_: goerli_swap_LpToken_filter + amount: goerli_swap_BigDecimal + amount_not: goerli_swap_BigDecimal + amount_gt: goerli_swap_BigDecimal + amount_lt: goerli_swap_BigDecimal + amount_gte: goerli_swap_BigDecimal + amount_lte: goerli_swap_BigDecimal + amount_in: [goerli_swap_BigDecimal!] + amount_not_in: [goerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -41094,23 +40574,23 @@ input arbitrumgoerli_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_LpAccountBalance_filter] - or: [arbitrumgoerli_swap_LpAccountBalance_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpAccountBalance_filter] + or: [goerli_swap_LpAccountBalance_filter] } -enum arbitrumgoerli_swap_LpAccountBalance_orderBy { +enum goerli_swap_LpAccountBalance_orderBy { id account account__id @@ -41128,7 +40608,7 @@ enum arbitrumgoerli_swap_LpAccountBalance_orderBy { transaction } -input arbitrumgoerli_swap_LpAccount_filter { +input goerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -41137,51 +40617,51 @@ input arbitrumgoerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumgoerli_swap_Bytes - address_not: arbitrumgoerli_swap_Bytes - address_gt: arbitrumgoerli_swap_Bytes - address_lt: arbitrumgoerli_swap_Bytes - address_gte: arbitrumgoerli_swap_Bytes - address_lte: arbitrumgoerli_swap_Bytes - address_in: [arbitrumgoerli_swap_Bytes!] - address_not_in: [arbitrumgoerli_swap_Bytes!] - address_contains: arbitrumgoerli_swap_Bytes - address_not_contains: arbitrumgoerli_swap_Bytes - balances_: arbitrumgoerli_swap_LpAccountBalance_filter + address: goerli_swap_Bytes + address_not: goerli_swap_Bytes + address_gt: goerli_swap_Bytes + address_lt: goerli_swap_Bytes + address_gte: goerli_swap_Bytes + address_lte: goerli_swap_Bytes + address_in: [goerli_swap_Bytes!] + address_not_in: [goerli_swap_Bytes!] + address_contains: goerli_swap_Bytes + address_not_contains: goerli_swap_Bytes + balances_: goerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_LpAccount_filter] - or: [arbitrumgoerli_swap_LpAccount_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpAccount_filter] + or: [goerli_swap_LpAccount_filter] } -enum arbitrumgoerli_swap_LpAccount_orderBy { +enum goerli_swap_LpAccount_orderBy { id address balances } -type arbitrumgoerli_swap_LpToken { +type goerli_swap_LpToken { id: ID! - address: arbitrumgoerli_swap_Bytes! - stableSwap: arbitrumgoerli_swap_StableSwap! + address: goerli_swap_Bytes! + stableSwap: goerli_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: arbitrumgoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_LpTokenEvent_filter): [arbitrumgoerli_swap_LpTokenEvent!]! + totalSupply: goerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_LpTokenEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_LpTokenEvent_filter): [goerli_swap_LpTokenEvent!]! } -interface arbitrumgoerli_swap_LpTokenEvent { +interface goerli_swap_LpTokenEvent { id: ID! - token: arbitrumgoerli_swap_LpToken! - amount: arbitrumgoerli_swap_BigDecimal! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input arbitrumgoerli_swap_LpTokenEvent_filter { +input goerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -41210,15 +40690,15 @@ input arbitrumgoerli_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumgoerli_swap_LpToken_filter - amount: arbitrumgoerli_swap_BigDecimal - amount_not: arbitrumgoerli_swap_BigDecimal - amount_gt: arbitrumgoerli_swap_BigDecimal - amount_lt: arbitrumgoerli_swap_BigDecimal - amount_gte: arbitrumgoerli_swap_BigDecimal - amount_lte: arbitrumgoerli_swap_BigDecimal - amount_in: [arbitrumgoerli_swap_BigDecimal!] - amount_not_in: [arbitrumgoerli_swap_BigDecimal!] + token_: goerli_swap_LpToken_filter + amount: goerli_swap_BigDecimal + amount_not: goerli_swap_BigDecimal + amount_gt: goerli_swap_BigDecimal + amount_lt: goerli_swap_BigDecimal + amount_gte: goerli_swap_BigDecimal + amount_lte: goerli_swap_BigDecimal + amount_in: [goerli_swap_BigDecimal!] + amount_not_in: [goerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -41235,16 +40715,16 @@ input arbitrumgoerli_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -41254,12 +40734,12 @@ input arbitrumgoerli_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_LpTokenEvent_filter] - or: [arbitrumgoerli_swap_LpTokenEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpTokenEvent_filter] + or: [goerli_swap_LpTokenEvent_filter] } -enum arbitrumgoerli_swap_LpTokenEvent_orderBy { +enum goerli_swap_LpTokenEvent_orderBy { id token token__id @@ -41275,7 +40755,7 @@ enum arbitrumgoerli_swap_LpTokenEvent_orderBy { nonce } -input arbitrumgoerli_swap_LpToken_filter { +input goerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -41284,16 +40764,16 @@ input arbitrumgoerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumgoerli_swap_Bytes - address_not: arbitrumgoerli_swap_Bytes - address_gt: arbitrumgoerli_swap_Bytes - address_lt: arbitrumgoerli_swap_Bytes - address_gte: arbitrumgoerli_swap_Bytes - address_lte: arbitrumgoerli_swap_Bytes - address_in: [arbitrumgoerli_swap_Bytes!] - address_not_in: [arbitrumgoerli_swap_Bytes!] - address_contains: arbitrumgoerli_swap_Bytes - address_not_contains: arbitrumgoerli_swap_Bytes + address: goerli_swap_Bytes + address_not: goerli_swap_Bytes + address_gt: goerli_swap_Bytes + address_lt: goerli_swap_Bytes + address_gte: goerli_swap_Bytes + address_lte: goerli_swap_Bytes + address_in: [goerli_swap_Bytes!] + address_not_in: [goerli_swap_Bytes!] + address_contains: goerli_swap_Bytes + address_not_contains: goerli_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -41314,7 +40794,7 @@ input arbitrumgoerli_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -41363,22 +40843,22 @@ input arbitrumgoerli_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: arbitrumgoerli_swap_BigDecimal - totalSupply_not: arbitrumgoerli_swap_BigDecimal - totalSupply_gt: arbitrumgoerli_swap_BigDecimal - totalSupply_lt: arbitrumgoerli_swap_BigDecimal - totalSupply_gte: arbitrumgoerli_swap_BigDecimal - totalSupply_lte: arbitrumgoerli_swap_BigDecimal - totalSupply_in: [arbitrumgoerli_swap_BigDecimal!] - totalSupply_not_in: [arbitrumgoerli_swap_BigDecimal!] - events_: arbitrumgoerli_swap_LpTokenEvent_filter + totalSupply: goerli_swap_BigDecimal + totalSupply_not: goerli_swap_BigDecimal + totalSupply_gt: goerli_swap_BigDecimal + totalSupply_lt: goerli_swap_BigDecimal + totalSupply_gte: goerli_swap_BigDecimal + totalSupply_lte: goerli_swap_BigDecimal + totalSupply_in: [goerli_swap_BigDecimal!] + totalSupply_not_in: [goerli_swap_BigDecimal!] + events_: goerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_LpToken_filter] - or: [arbitrumgoerli_swap_LpToken_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpToken_filter] + or: [goerli_swap_LpToken_filter] } -enum arbitrumgoerli_swap_LpToken_orderBy { +enum goerli_swap_LpToken_orderBy { id address stableSwap @@ -41405,21 +40885,21 @@ enum arbitrumgoerli_swap_LpToken_orderBy { events } -type arbitrumgoerli_swap_LpTransferEvent implements arbitrumgoerli_swap_LpTokenEvent { +type goerli_swap_LpTransferEvent implements goerli_swap_LpTokenEvent { id: ID! - token: arbitrumgoerli_swap_LpToken! - amount: arbitrumgoerli_swap_BigDecimal! - from: arbitrumgoerli_swap_Bytes! - to: arbitrumgoerli_swap_Bytes! - fromBalance: arbitrumgoerli_swap_BigDecimal! - toBalance: arbitrumgoerli_swap_BigDecimal! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! + from: goerli_swap_Bytes! + to: goerli_swap_Bytes! + fromBalance: goerli_swap_BigDecimal! + toBalance: goerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input arbitrumgoerli_swap_LpTransferEvent_filter { +input goerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -41448,51 +40928,51 @@ input arbitrumgoerli_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumgoerli_swap_LpToken_filter - amount: arbitrumgoerli_swap_BigDecimal - amount_not: arbitrumgoerli_swap_BigDecimal - amount_gt: arbitrumgoerli_swap_BigDecimal - amount_lt: arbitrumgoerli_swap_BigDecimal - amount_gte: arbitrumgoerli_swap_BigDecimal - amount_lte: arbitrumgoerli_swap_BigDecimal - amount_in: [arbitrumgoerli_swap_BigDecimal!] - amount_not_in: [arbitrumgoerli_swap_BigDecimal!] - from: arbitrumgoerli_swap_Bytes - from_not: arbitrumgoerli_swap_Bytes - from_gt: arbitrumgoerli_swap_Bytes - from_lt: arbitrumgoerli_swap_Bytes - from_gte: arbitrumgoerli_swap_Bytes - from_lte: arbitrumgoerli_swap_Bytes - from_in: [arbitrumgoerli_swap_Bytes!] - from_not_in: [arbitrumgoerli_swap_Bytes!] - from_contains: arbitrumgoerli_swap_Bytes - from_not_contains: arbitrumgoerli_swap_Bytes - to: arbitrumgoerli_swap_Bytes - to_not: arbitrumgoerli_swap_Bytes - to_gt: arbitrumgoerli_swap_Bytes - to_lt: arbitrumgoerli_swap_Bytes - to_gte: arbitrumgoerli_swap_Bytes - to_lte: arbitrumgoerli_swap_Bytes - to_in: [arbitrumgoerli_swap_Bytes!] - to_not_in: [arbitrumgoerli_swap_Bytes!] - to_contains: arbitrumgoerli_swap_Bytes - to_not_contains: arbitrumgoerli_swap_Bytes - fromBalance: arbitrumgoerli_swap_BigDecimal - fromBalance_not: arbitrumgoerli_swap_BigDecimal - fromBalance_gt: arbitrumgoerli_swap_BigDecimal - fromBalance_lt: arbitrumgoerli_swap_BigDecimal - fromBalance_gte: arbitrumgoerli_swap_BigDecimal - fromBalance_lte: arbitrumgoerli_swap_BigDecimal - fromBalance_in: [arbitrumgoerli_swap_BigDecimal!] - fromBalance_not_in: [arbitrumgoerli_swap_BigDecimal!] - toBalance: arbitrumgoerli_swap_BigDecimal - toBalance_not: arbitrumgoerli_swap_BigDecimal - toBalance_gt: arbitrumgoerli_swap_BigDecimal - toBalance_lt: arbitrumgoerli_swap_BigDecimal - toBalance_gte: arbitrumgoerli_swap_BigDecimal - toBalance_lte: arbitrumgoerli_swap_BigDecimal - toBalance_in: [arbitrumgoerli_swap_BigDecimal!] - toBalance_not_in: [arbitrumgoerli_swap_BigDecimal!] + token_: goerli_swap_LpToken_filter + amount: goerli_swap_BigDecimal + amount_not: goerli_swap_BigDecimal + amount_gt: goerli_swap_BigDecimal + amount_lt: goerli_swap_BigDecimal + amount_gte: goerli_swap_BigDecimal + amount_lte: goerli_swap_BigDecimal + amount_in: [goerli_swap_BigDecimal!] + amount_not_in: [goerli_swap_BigDecimal!] + from: goerli_swap_Bytes + from_not: goerli_swap_Bytes + from_gt: goerli_swap_Bytes + from_lt: goerli_swap_Bytes + from_gte: goerli_swap_Bytes + from_lte: goerli_swap_Bytes + from_in: [goerli_swap_Bytes!] + from_not_in: [goerli_swap_Bytes!] + from_contains: goerli_swap_Bytes + from_not_contains: goerli_swap_Bytes + to: goerli_swap_Bytes + to_not: goerli_swap_Bytes + to_gt: goerli_swap_Bytes + to_lt: goerli_swap_Bytes + to_gte: goerli_swap_Bytes + to_lte: goerli_swap_Bytes + to_in: [goerli_swap_Bytes!] + to_not_in: [goerli_swap_Bytes!] + to_contains: goerli_swap_Bytes + to_not_contains: goerli_swap_Bytes + fromBalance: goerli_swap_BigDecimal + fromBalance_not: goerli_swap_BigDecimal + fromBalance_gt: goerli_swap_BigDecimal + fromBalance_lt: goerli_swap_BigDecimal + fromBalance_gte: goerli_swap_BigDecimal + fromBalance_lte: goerli_swap_BigDecimal + fromBalance_in: [goerli_swap_BigDecimal!] + fromBalance_not_in: [goerli_swap_BigDecimal!] + toBalance: goerli_swap_BigDecimal + toBalance_not: goerli_swap_BigDecimal + toBalance_gt: goerli_swap_BigDecimal + toBalance_lt: goerli_swap_BigDecimal + toBalance_gte: goerli_swap_BigDecimal + toBalance_lte: goerli_swap_BigDecimal + toBalance_in: [goerli_swap_BigDecimal!] + toBalance_not_in: [goerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -41509,16 +40989,16 @@ input arbitrumgoerli_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -41528,12 +41008,12 @@ input arbitrumgoerli_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_LpTransferEvent_filter] - or: [arbitrumgoerli_swap_LpTransferEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpTransferEvent_filter] + or: [goerli_swap_LpTransferEvent_filter] } -enum arbitrumgoerli_swap_LpTransferEvent_orderBy { +enum goerli_swap_LpTransferEvent_orderBy { id token token__id @@ -41554,17 +41034,17 @@ enum arbitrumgoerli_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum arbitrumgoerli_swap_OrderDirection { +enum goerli_swap_OrderDirection { asc desc } -type arbitrumgoerli_swap_PooledToken { +type goerli_swap_PooledToken { id: ID! - asset: arbitrumgoerli_swap_Bytes! + asset: goerli_swap_Bytes! } -input arbitrumgoerli_swap_PooledToken_filter { +input goerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -41573,59 +41053,59 @@ input arbitrumgoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: arbitrumgoerli_swap_Bytes - asset_not: arbitrumgoerli_swap_Bytes - asset_gt: arbitrumgoerli_swap_Bytes - asset_lt: arbitrumgoerli_swap_Bytes - asset_gte: arbitrumgoerli_swap_Bytes - asset_lte: arbitrumgoerli_swap_Bytes - asset_in: [arbitrumgoerli_swap_Bytes!] - asset_not_in: [arbitrumgoerli_swap_Bytes!] - asset_contains: arbitrumgoerli_swap_Bytes - asset_not_contains: arbitrumgoerli_swap_Bytes + asset: goerli_swap_Bytes + asset_not: goerli_swap_Bytes + asset_gt: goerli_swap_Bytes + asset_lt: goerli_swap_Bytes + asset_gte: goerli_swap_Bytes + asset_lte: goerli_swap_Bytes + asset_in: [goerli_swap_Bytes!] + asset_not_in: [goerli_swap_Bytes!] + asset_contains: goerli_swap_Bytes + asset_not_contains: goerli_swap_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_PooledToken_filter] - or: [arbitrumgoerli_swap_PooledToken_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_PooledToken_filter] + or: [goerli_swap_PooledToken_filter] } -enum arbitrumgoerli_swap_PooledToken_orderBy { +enum goerli_swap_PooledToken_orderBy { id asset } -type arbitrumgoerli_swap_StableSwap { +type goerli_swap_StableSwap { id: ID! isActive: Boolean - key: arbitrumgoerli_swap_Bytes! - canonicalId: arbitrumgoerli_swap_Bytes + key: goerli_swap_Bytes! + canonicalId: goerli_swap_Bytes domain: BigInt - swapPool: arbitrumgoerli_swap_Bytes - lpToken: arbitrumgoerli_swap_Bytes + swapPool: goerli_swap_Bytes + lpToken: goerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [arbitrumgoerli_swap_Bytes!]! + pooledTokens: [goerli_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_StableSwapEvent_filter): [arbitrumgoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_StableSwapExchange_filter): [arbitrumgoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_SwapHourlyVolume_filter): [arbitrumgoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_SwapDailyVolume_filter): [arbitrumgoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_SwapWeeklyVolume_filter): [arbitrumgoerli_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapEvent_filter): [goerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapExchange_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapExchange_filter): [goerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapHourlyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapHourlyVolume_filter): [goerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapDailyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapDailyVolume_filter): [goerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapWeeklyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapWeeklyVolume_filter): [goerli_swap_SwapWeeklyVolume!] } -type arbitrumgoerli_swap_StableSwapAddLiquidityEvent implements arbitrumgoerli_swap_StableSwapEvent { +type goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! - provider: arbitrumgoerli_swap_Bytes! + stableSwap: goerli_swap_StableSwap! + provider: goerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -41634,11 +41114,11 @@ type arbitrumgoerli_swap_StableSwapAddLiquidityEvent implements arbitrumgoerli_s balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { +input goerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -41667,17 +41147,17 @@ input arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter - provider: arbitrumgoerli_swap_Bytes - provider_not: arbitrumgoerli_swap_Bytes - provider_gt: arbitrumgoerli_swap_Bytes - provider_lt: arbitrumgoerli_swap_Bytes - provider_gte: arbitrumgoerli_swap_Bytes - provider_lte: arbitrumgoerli_swap_Bytes - provider_in: [arbitrumgoerli_swap_Bytes!] - provider_not_in: [arbitrumgoerli_swap_Bytes!] - provider_contains: arbitrumgoerli_swap_Bytes - provider_not_contains: arbitrumgoerli_swap_Bytes + stableSwap_: goerli_swap_StableSwap_filter + provider: goerli_swap_Bytes + provider_not: goerli_swap_Bytes + provider_gt: goerli_swap_Bytes + provider_lt: goerli_swap_Bytes + provider_gte: goerli_swap_Bytes + provider_lte: goerli_swap_Bytes + provider_in: [goerli_swap_Bytes!] + provider_not_in: [goerli_swap_Bytes!] + provider_contains: goerli_swap_Bytes + provider_not_contains: goerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -41736,16 +41216,16 @@ input arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -41755,12 +41235,12 @@ input arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapAddLiquidityEvent_filter] + or: [goerli_swap_StableSwapAddLiquidityEvent_filter] } -enum arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -41792,16 +41272,16 @@ enum arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface arbitrumgoerli_swap_StableSwapEvent { +interface goerli_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input arbitrumgoerli_swap_StableSwapEvent_filter { +input goerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -41830,7 +41310,7 @@ input arbitrumgoerli_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -41847,16 +41327,16 @@ input arbitrumgoerli_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -41866,12 +41346,12 @@ input arbitrumgoerli_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_StableSwapEvent_filter] - or: [arbitrumgoerli_swap_StableSwapEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapEvent_filter] + or: [goerli_swap_StableSwapEvent_filter] } -enum arbitrumgoerli_swap_StableSwapEvent_orderBy { +enum goerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -41896,10 +41376,10 @@ enum arbitrumgoerli_swap_StableSwapEvent_orderBy { nonce } -type arbitrumgoerli_swap_StableSwapExchange { +type goerli_swap_StableSwapExchange { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! - buyer: arbitrumgoerli_swap_Bytes! + stableSwap: goerli_swap_StableSwap! + buyer: goerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -41908,11 +41388,11 @@ type arbitrumgoerli_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input arbitrumgoerli_swap_StableSwapExchange_filter { +input goerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -41941,17 +41421,17 @@ input arbitrumgoerli_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter - buyer: arbitrumgoerli_swap_Bytes - buyer_not: arbitrumgoerli_swap_Bytes - buyer_gt: arbitrumgoerli_swap_Bytes - buyer_lt: arbitrumgoerli_swap_Bytes - buyer_gte: arbitrumgoerli_swap_Bytes - buyer_lte: arbitrumgoerli_swap_Bytes - buyer_in: [arbitrumgoerli_swap_Bytes!] - buyer_not_in: [arbitrumgoerli_swap_Bytes!] - buyer_contains: arbitrumgoerli_swap_Bytes - buyer_not_contains: arbitrumgoerli_swap_Bytes + stableSwap_: goerli_swap_StableSwap_filter + buyer: goerli_swap_Bytes + buyer_not: goerli_swap_Bytes + buyer_gt: goerli_swap_Bytes + buyer_lt: goerli_swap_Bytes + buyer_gte: goerli_swap_Bytes + buyer_lte: goerli_swap_Bytes + buyer_in: [goerli_swap_Bytes!] + buyer_not_in: [goerli_swap_Bytes!] + buyer_contains: goerli_swap_Bytes + buyer_not_contains: goerli_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -42014,16 +41494,16 @@ input arbitrumgoerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -42033,12 +41513,12 @@ input arbitrumgoerli_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_StableSwapExchange_filter] - or: [arbitrumgoerli_swap_StableSwapExchange_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapExchange_filter] + or: [goerli_swap_StableSwapExchange_filter] } -enum arbitrumgoerli_swap_StableSwapExchange_orderBy { +enum goerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -42070,10 +41550,10 @@ enum arbitrumgoerli_swap_StableSwapExchange_orderBy { nonce } -type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements arbitrumgoerli_swap_StableSwapEvent { +type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! - provider: arbitrumgoerli_swap_Bytes! + stableSwap: goerli_swap_StableSwap! + provider: goerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -42082,11 +41562,11 @@ type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements arbitrumgoerl balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input goerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -42115,17 +41595,17 @@ input arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter - provider: arbitrumgoerli_swap_Bytes - provider_not: arbitrumgoerli_swap_Bytes - provider_gt: arbitrumgoerli_swap_Bytes - provider_lt: arbitrumgoerli_swap_Bytes - provider_gte: arbitrumgoerli_swap_Bytes - provider_lte: arbitrumgoerli_swap_Bytes - provider_in: [arbitrumgoerli_swap_Bytes!] - provider_not_in: [arbitrumgoerli_swap_Bytes!] - provider_contains: arbitrumgoerli_swap_Bytes - provider_not_contains: arbitrumgoerli_swap_Bytes + stableSwap_: goerli_swap_StableSwap_filter + provider: goerli_swap_Bytes + provider_not: goerli_swap_Bytes + provider_gt: goerli_swap_Bytes + provider_lt: goerli_swap_Bytes + provider_gte: goerli_swap_Bytes + provider_lte: goerli_swap_Bytes + provider_in: [goerli_swap_Bytes!] + provider_not_in: [goerli_swap_Bytes!] + provider_contains: goerli_swap_Bytes + provider_not_contains: goerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -42184,16 +41664,16 @@ input arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -42203,12 +41683,12 @@ input arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -42240,7 +41720,7 @@ enum arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input arbitrumgoerli_swap_StableSwap_filter { +input goerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -42253,26 +41733,26 @@ input arbitrumgoerli_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: arbitrumgoerli_swap_Bytes - key_not: arbitrumgoerli_swap_Bytes - key_gt: arbitrumgoerli_swap_Bytes - key_lt: arbitrumgoerli_swap_Bytes - key_gte: arbitrumgoerli_swap_Bytes - key_lte: arbitrumgoerli_swap_Bytes - key_in: [arbitrumgoerli_swap_Bytes!] - key_not_in: [arbitrumgoerli_swap_Bytes!] - key_contains: arbitrumgoerli_swap_Bytes - key_not_contains: arbitrumgoerli_swap_Bytes - canonicalId: arbitrumgoerli_swap_Bytes - canonicalId_not: arbitrumgoerli_swap_Bytes - canonicalId_gt: arbitrumgoerli_swap_Bytes - canonicalId_lt: arbitrumgoerli_swap_Bytes - canonicalId_gte: arbitrumgoerli_swap_Bytes - canonicalId_lte: arbitrumgoerli_swap_Bytes - canonicalId_in: [arbitrumgoerli_swap_Bytes!] - canonicalId_not_in: [arbitrumgoerli_swap_Bytes!] - canonicalId_contains: arbitrumgoerli_swap_Bytes - canonicalId_not_contains: arbitrumgoerli_swap_Bytes + key: goerli_swap_Bytes + key_not: goerli_swap_Bytes + key_gt: goerli_swap_Bytes + key_lt: goerli_swap_Bytes + key_gte: goerli_swap_Bytes + key_lte: goerli_swap_Bytes + key_in: [goerli_swap_Bytes!] + key_not_in: [goerli_swap_Bytes!] + key_contains: goerli_swap_Bytes + key_not_contains: goerli_swap_Bytes + canonicalId: goerli_swap_Bytes + canonicalId_not: goerli_swap_Bytes + canonicalId_gt: goerli_swap_Bytes + canonicalId_lt: goerli_swap_Bytes + canonicalId_gte: goerli_swap_Bytes + canonicalId_lte: goerli_swap_Bytes + canonicalId_in: [goerli_swap_Bytes!] + canonicalId_not_in: [goerli_swap_Bytes!] + canonicalId_contains: goerli_swap_Bytes + canonicalId_not_contains: goerli_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -42281,26 +41761,26 @@ input arbitrumgoerli_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: arbitrumgoerli_swap_Bytes - swapPool_not: arbitrumgoerli_swap_Bytes - swapPool_gt: arbitrumgoerli_swap_Bytes - swapPool_lt: arbitrumgoerli_swap_Bytes - swapPool_gte: arbitrumgoerli_swap_Bytes - swapPool_lte: arbitrumgoerli_swap_Bytes - swapPool_in: [arbitrumgoerli_swap_Bytes!] - swapPool_not_in: [arbitrumgoerli_swap_Bytes!] - swapPool_contains: arbitrumgoerli_swap_Bytes - swapPool_not_contains: arbitrumgoerli_swap_Bytes - lpToken: arbitrumgoerli_swap_Bytes - lpToken_not: arbitrumgoerli_swap_Bytes - lpToken_gt: arbitrumgoerli_swap_Bytes - lpToken_lt: arbitrumgoerli_swap_Bytes - lpToken_gte: arbitrumgoerli_swap_Bytes - lpToken_lte: arbitrumgoerli_swap_Bytes - lpToken_in: [arbitrumgoerli_swap_Bytes!] - lpToken_not_in: [arbitrumgoerli_swap_Bytes!] - lpToken_contains: arbitrumgoerli_swap_Bytes - lpToken_not_contains: arbitrumgoerli_swap_Bytes + swapPool: goerli_swap_Bytes + swapPool_not: goerli_swap_Bytes + swapPool_gt: goerli_swap_Bytes + swapPool_lt: goerli_swap_Bytes + swapPool_gte: goerli_swap_Bytes + swapPool_lte: goerli_swap_Bytes + swapPool_in: [goerli_swap_Bytes!] + swapPool_not_in: [goerli_swap_Bytes!] + swapPool_contains: goerli_swap_Bytes + swapPool_not_contains: goerli_swap_Bytes + lpToken: goerli_swap_Bytes + lpToken_not: goerli_swap_Bytes + lpToken_gt: goerli_swap_Bytes + lpToken_lt: goerli_swap_Bytes + lpToken_gte: goerli_swap_Bytes + lpToken_lte: goerli_swap_Bytes + lpToken_in: [goerli_swap_Bytes!] + lpToken_not_in: [goerli_swap_Bytes!] + lpToken_contains: goerli_swap_Bytes + lpToken_not_contains: goerli_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -42349,12 +41829,12 @@ input arbitrumgoerli_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [arbitrumgoerli_swap_Bytes!] - pooledTokens_not: [arbitrumgoerli_swap_Bytes!] - pooledTokens_contains: [arbitrumgoerli_swap_Bytes!] - pooledTokens_contains_nocase: [arbitrumgoerli_swap_Bytes!] - pooledTokens_not_contains: [arbitrumgoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [arbitrumgoerli_swap_Bytes!] + pooledTokens: [goerli_swap_Bytes!] + pooledTokens_not: [goerli_swap_Bytes!] + pooledTokens_contains: [goerli_swap_Bytes!] + pooledTokens_contains_nocase: [goerli_swap_Bytes!] + pooledTokens_not_contains: [goerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [goerli_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -42397,18 +41877,18 @@ input arbitrumgoerli_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: arbitrumgoerli_swap_StableSwapEvent_filter - exchanges_: arbitrumgoerli_swap_StableSwapExchange_filter - hourlyVolumes_: arbitrumgoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: arbitrumgoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: arbitrumgoerli_swap_SwapWeeklyVolume_filter + events_: goerli_swap_StableSwapEvent_filter + exchanges_: goerli_swap_StableSwapExchange_filter + hourlyVolumes_: goerli_swap_SwapHourlyVolume_filter + dailyVolumes_: goerli_swap_SwapDailyVolume_filter + weeklyVolumes_: goerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_StableSwap_filter] - or: [arbitrumgoerli_swap_StableSwap_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwap_filter] + or: [goerli_swap_StableSwap_filter] } -enum arbitrumgoerli_swap_StableSwap_orderBy { +enum goerli_swap_StableSwap_orderBy { id isActive key @@ -42436,14 +41916,14 @@ enum arbitrumgoerli_swap_StableSwap_orderBy { weeklyVolumes } -type arbitrumgoerli_swap_SwapDailyVolume implements arbitrumgoerli_swap_SwapTradeVolume { +type goerli_swap_SwapDailyVolume implements goerli_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: arbitrumgoerli_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input arbitrumgoerli_swap_SwapDailyVolume_filter { +input goerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -42472,7 +41952,7 @@ input arbitrumgoerli_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -42481,21 +41961,21 @@ input arbitrumgoerli_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumgoerli_swap_BigDecimal - volume_not: arbitrumgoerli_swap_BigDecimal - volume_gt: arbitrumgoerli_swap_BigDecimal - volume_lt: arbitrumgoerli_swap_BigDecimal - volume_gte: arbitrumgoerli_swap_BigDecimal - volume_lte: arbitrumgoerli_swap_BigDecimal - volume_in: [arbitrumgoerli_swap_BigDecimal!] - volume_not_in: [arbitrumgoerli_swap_BigDecimal!] + volume: goerli_swap_BigDecimal + volume_not: goerli_swap_BigDecimal + volume_gt: goerli_swap_BigDecimal + volume_lt: goerli_swap_BigDecimal + volume_gte: goerli_swap_BigDecimal + volume_lte: goerli_swap_BigDecimal + volume_in: [goerli_swap_BigDecimal!] + volume_not_in: [goerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SwapDailyVolume_filter] - or: [arbitrumgoerli_swap_SwapDailyVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapDailyVolume_filter] + or: [goerli_swap_SwapDailyVolume_filter] } -enum arbitrumgoerli_swap_SwapDailyVolume_orderBy { +enum goerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -42518,14 +41998,14 @@ enum arbitrumgoerli_swap_SwapDailyVolume_orderBy { volume } -type arbitrumgoerli_swap_SwapHourlyVolume implements arbitrumgoerli_swap_SwapTradeVolume { +type goerli_swap_SwapHourlyVolume implements goerli_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: arbitrumgoerli_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input arbitrumgoerli_swap_SwapHourlyVolume_filter { +input goerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -42554,7 +42034,7 @@ input arbitrumgoerli_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -42563,21 +42043,21 @@ input arbitrumgoerli_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumgoerli_swap_BigDecimal - volume_not: arbitrumgoerli_swap_BigDecimal - volume_gt: arbitrumgoerli_swap_BigDecimal - volume_lt: arbitrumgoerli_swap_BigDecimal - volume_gte: arbitrumgoerli_swap_BigDecimal - volume_lte: arbitrumgoerli_swap_BigDecimal - volume_in: [arbitrumgoerli_swap_BigDecimal!] - volume_not_in: [arbitrumgoerli_swap_BigDecimal!] + volume: goerli_swap_BigDecimal + volume_not: goerli_swap_BigDecimal + volume_gt: goerli_swap_BigDecimal + volume_lt: goerli_swap_BigDecimal + volume_gte: goerli_swap_BigDecimal + volume_lte: goerli_swap_BigDecimal + volume_in: [goerli_swap_BigDecimal!] + volume_not_in: [goerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SwapHourlyVolume_filter] - or: [arbitrumgoerli_swap_SwapHourlyVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapHourlyVolume_filter] + or: [goerli_swap_SwapHourlyVolume_filter] } -enum arbitrumgoerli_swap_SwapHourlyVolume_orderBy { +enum goerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -42600,13 +42080,13 @@ enum arbitrumgoerli_swap_SwapHourlyVolume_orderBy { volume } -interface arbitrumgoerli_swap_SwapTradeVolume { - stableSwap: arbitrumgoerli_swap_StableSwap! +interface goerli_swap_SwapTradeVolume { + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: arbitrumgoerli_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input arbitrumgoerli_swap_SwapTradeVolume_filter { +input goerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -42627,7 +42107,7 @@ input arbitrumgoerli_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -42636,21 +42116,21 @@ input arbitrumgoerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumgoerli_swap_BigDecimal - volume_not: arbitrumgoerli_swap_BigDecimal - volume_gt: arbitrumgoerli_swap_BigDecimal - volume_lt: arbitrumgoerli_swap_BigDecimal - volume_gte: arbitrumgoerli_swap_BigDecimal - volume_lte: arbitrumgoerli_swap_BigDecimal - volume_in: [arbitrumgoerli_swap_BigDecimal!] - volume_not_in: [arbitrumgoerli_swap_BigDecimal!] + volume: goerli_swap_BigDecimal + volume_not: goerli_swap_BigDecimal + volume_gt: goerli_swap_BigDecimal + volume_lt: goerli_swap_BigDecimal + volume_gte: goerli_swap_BigDecimal + volume_lte: goerli_swap_BigDecimal + volume_in: [goerli_swap_BigDecimal!] + volume_not_in: [goerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SwapTradeVolume_filter] - or: [arbitrumgoerli_swap_SwapTradeVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapTradeVolume_filter] + or: [goerli_swap_SwapTradeVolume_filter] } -enum arbitrumgoerli_swap_SwapTradeVolume_orderBy { +enum goerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -42672,14 +42152,14 @@ enum arbitrumgoerli_swap_SwapTradeVolume_orderBy { volume } -type arbitrumgoerli_swap_SwapWeeklyVolume implements arbitrumgoerli_swap_SwapTradeVolume { +type goerli_swap_SwapWeeklyVolume implements goerli_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: arbitrumgoerli_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input arbitrumgoerli_swap_SwapWeeklyVolume_filter { +input goerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -42708,7 +42188,7 @@ input arbitrumgoerli_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -42717,21 +42197,21 @@ input arbitrumgoerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumgoerli_swap_BigDecimal - volume_not: arbitrumgoerli_swap_BigDecimal - volume_gt: arbitrumgoerli_swap_BigDecimal - volume_lt: arbitrumgoerli_swap_BigDecimal - volume_gte: arbitrumgoerli_swap_BigDecimal - volume_lte: arbitrumgoerli_swap_BigDecimal - volume_in: [arbitrumgoerli_swap_BigDecimal!] - volume_not_in: [arbitrumgoerli_swap_BigDecimal!] + volume: goerli_swap_BigDecimal + volume_not: goerli_swap_BigDecimal + volume_gt: goerli_swap_BigDecimal + volume_lt: goerli_swap_BigDecimal + volume_gte: goerli_swap_BigDecimal + volume_lte: goerli_swap_BigDecimal + volume_in: [goerli_swap_BigDecimal!] + volume_not_in: [goerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SwapWeeklyVolume_filter] - or: [arbitrumgoerli_swap_SwapWeeklyVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapWeeklyVolume_filter] + or: [goerli_swap_SwapWeeklyVolume_filter] } -enum arbitrumgoerli_swap_SwapWeeklyVolume_orderBy { +enum goerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -42754,13 +42234,13 @@ enum arbitrumgoerli_swap_SwapWeeklyVolume_orderBy { volume } -type arbitrumgoerli_swap_SystemInfo { +type goerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input arbitrumgoerli_swap_SystemInfo_filter { +input goerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -42786,20 +42266,20 @@ input arbitrumgoerli_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SystemInfo_filter] - or: [arbitrumgoerli_swap_SystemInfo_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SystemInfo_filter] + or: [goerli_swap_SystemInfo_filter] } -enum arbitrumgoerli_swap_SystemInfo_orderBy { +enum goerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type arbitrumgoerli_swap__Block_ { +type goerli_swap__Block_ { """The hash of the block""" - hash: arbitrumgoerli_swap_Bytes + hash: goerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -42807,7 +42287,7 @@ type arbitrumgoerli_swap__Block_ { } """The type for the top-level _meta field""" -type arbitrumgoerli_swap__Meta_ { +type goerli_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -42815,50 +42295,31 @@ type arbitrumgoerli_swap__Meta_ { and therefore asks for the latest block """ - block: arbitrumgoerli_swap__Block_! + block: goerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar mumbai_swap_BigDecimal - -input mumbai_swap_BlockChangedFilter { - number_gte: Int! -} - -input mumbai_swap_Block_height { - hash: mumbai_swap_Bytes - number: Int - number_gte: Int -} - -scalar mumbai_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar mumbai_swap_Int8 - -type mumbai_swap_LpAccount { +type testoptimismgoerli_Asset { id: ID! - address: mumbai_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_LpAccountBalance_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_LpAccountBalance_filter): [mumbai_swap_LpAccountBalance!]! + key: testoptimismgoerli_Bytes + local: testoptimismgoerli_Bytes! + adoptedAsset: testoptimismgoerli_Bytes! + canonicalId: testoptimismgoerli_Bytes! + canonicalDomain: BigInt! + blockNumber: BigInt! } -type mumbai_swap_LpAccountBalance { +type testoptimismgoerli_AssetBalance { id: ID! - account: mumbai_swap_LpAccount! - token: mumbai_swap_LpToken! - amount: mumbai_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: mumbai_swap_Bytes + amount: BigInt! + router: testoptimismgoerli_Router! + asset: testoptimismgoerli_Asset! } -input mumbai_swap_LpAccountBalance_filter { +input testoptimismgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -42867,107 +42328,83 @@ input mumbai_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: mumbai_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: mumbai_swap_LpToken_filter - amount: mumbai_swap_BigDecimal - amount_not: mumbai_swap_BigDecimal - amount_gt: mumbai_swap_BigDecimal - amount_lt: mumbai_swap_BigDecimal - amount_gte: mumbai_swap_BigDecimal - amount_lte: mumbai_swap_BigDecimal - amount_in: [mumbai_swap_BigDecimal!] - amount_not_in: [mumbai_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: testoptimismgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: testoptimismgoerli_Asset_filter """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpAccountBalance_filter] - or: [mumbai_swap_LpAccountBalance_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_AssetBalance_filter] + or: [testoptimismgoerli_AssetBalance_filter] } -enum mumbai_swap_LpAccountBalance_orderBy { +enum testoptimismgoerli_AssetBalance_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount - block - modified - transaction + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__local + asset__adoptedAsset + asset__canonicalId + asset__canonicalDomain + asset__blockNumber } -input mumbai_swap_LpAccount_filter { +input testoptimismgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -42976,51 +42413,132 @@ input mumbai_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: mumbai_swap_Bytes - address_not: mumbai_swap_Bytes - address_gt: mumbai_swap_Bytes - address_lt: mumbai_swap_Bytes - address_gte: mumbai_swap_Bytes - address_lte: mumbai_swap_Bytes - address_in: [mumbai_swap_Bytes!] - address_not_in: [mumbai_swap_Bytes!] - address_contains: mumbai_swap_Bytes - address_not_contains: mumbai_swap_Bytes - balances_: mumbai_swap_LpAccountBalance_filter + key: testoptimismgoerli_Bytes + key_not: testoptimismgoerli_Bytes + key_gt: testoptimismgoerli_Bytes + key_lt: testoptimismgoerli_Bytes + key_gte: testoptimismgoerli_Bytes + key_lte: testoptimismgoerli_Bytes + key_in: [testoptimismgoerli_Bytes!] + key_not_in: [testoptimismgoerli_Bytes!] + key_contains: testoptimismgoerli_Bytes + key_not_contains: testoptimismgoerli_Bytes + local: testoptimismgoerli_Bytes + local_not: testoptimismgoerli_Bytes + local_gt: testoptimismgoerli_Bytes + local_lt: testoptimismgoerli_Bytes + local_gte: testoptimismgoerli_Bytes + local_lte: testoptimismgoerli_Bytes + local_in: [testoptimismgoerli_Bytes!] + local_not_in: [testoptimismgoerli_Bytes!] + local_contains: testoptimismgoerli_Bytes + local_not_contains: testoptimismgoerli_Bytes + adoptedAsset: testoptimismgoerli_Bytes + adoptedAsset_not: testoptimismgoerli_Bytes + adoptedAsset_gt: testoptimismgoerli_Bytes + adoptedAsset_lt: testoptimismgoerli_Bytes + adoptedAsset_gte: testoptimismgoerli_Bytes + adoptedAsset_lte: testoptimismgoerli_Bytes + adoptedAsset_in: [testoptimismgoerli_Bytes!] + adoptedAsset_not_in: [testoptimismgoerli_Bytes!] + adoptedAsset_contains: testoptimismgoerli_Bytes + adoptedAsset_not_contains: testoptimismgoerli_Bytes + canonicalId: testoptimismgoerli_Bytes + canonicalId_not: testoptimismgoerli_Bytes + canonicalId_gt: testoptimismgoerli_Bytes + canonicalId_lt: testoptimismgoerli_Bytes + canonicalId_gte: testoptimismgoerli_Bytes + canonicalId_lte: testoptimismgoerli_Bytes + canonicalId_in: [testoptimismgoerli_Bytes!] + canonicalId_not_in: [testoptimismgoerli_Bytes!] + canonicalId_contains: testoptimismgoerli_Bytes + canonicalId_not_contains: testoptimismgoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpAccount_filter] - or: [mumbai_swap_LpAccount_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Asset_filter] + or: [testoptimismgoerli_Asset_filter] } -enum mumbai_swap_LpAccount_orderBy { +enum testoptimismgoerli_Asset_orderBy { id - address - balances + key + local + adoptedAsset + canonicalId + canonicalDomain + blockNumber } -type mumbai_swap_LpToken { - id: ID! - address: mumbai_swap_Bytes! - stableSwap: mumbai_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: mumbai_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_LpTokenEvent_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_LpTokenEvent_filter): [mumbai_swap_LpTokenEvent!]! +scalar testoptimismgoerli_BigDecimal + +input testoptimismgoerli_BlockChangedFilter { + number_gte: Int! } -interface mumbai_swap_LpTokenEvent { +input testoptimismgoerli_Block_height { + hash: testoptimismgoerli_Bytes + number: Int + number_gte: Int +} + +scalar testoptimismgoerli_Bytes + +type testoptimismgoerli_DestinationTransfer { id: ID! - token: mumbai_swap_LpToken! - amount: mumbai_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: mumbai_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: testoptimismgoerli_Bytes + nonce: BigInt + to: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + agent: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes + forceSlow: Boolean + receiveLocal: Boolean + callback: testoptimismgoerli_Bytes + callbackFee: BigInt + relayerFee: BigInt + destinationMinOut: BigInt + status: testoptimismgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_Router_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_Router_filter): [testoptimismgoerli_Router!] + originSender: testoptimismgoerli_Bytes + transactingAsset: testoptimismgoerli_Bytes + transactingAmount: BigInt + localAsset: testoptimismgoerli_Bytes + localAmount: BigInt + sponsorVaultRelayerFee: BigInt + executedCaller: testoptimismgoerli_Bytes + executedTransactionHash: testoptimismgoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + reconciledCaller: testoptimismgoerli_Bytes + reconciledTransactionHash: testoptimismgoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt } -input mumbai_swap_LpTokenEvent_filter { +input testoptimismgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -43029,61 +42547,24 @@ input mumbai_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: mumbai_swap_LpToken_filter - amount: mumbai_swap_BigDecimal - amount_not: mumbai_swap_BigDecimal - amount_gt: mumbai_swap_BigDecimal - amount_lt: mumbai_swap_BigDecimal - amount_gte: mumbai_swap_BigDecimal - amount_lte: mumbai_swap_BigDecimal - amount_in: [mumbai_swap_BigDecimal!] - amount_not_in: [mumbai_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: testoptimismgoerli_Bytes + transferId_not: testoptimismgoerli_Bytes + transferId_gt: testoptimismgoerli_Bytes + transferId_lt: testoptimismgoerli_Bytes + transferId_gte: testoptimismgoerli_Bytes + transferId_lte: testoptimismgoerli_Bytes + transferId_in: [testoptimismgoerli_Bytes!] + transferId_not_in: [testoptimismgoerli_Bytes!] + transferId_contains: testoptimismgoerli_Bytes + transferId_not_contains: testoptimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -43092,29 +42573,362 @@ input mumbai_swap_LpTokenEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + to: testoptimismgoerli_Bytes + to_not: testoptimismgoerli_Bytes + to_gt: testoptimismgoerli_Bytes + to_lt: testoptimismgoerli_Bytes + to_gte: testoptimismgoerli_Bytes + to_lte: testoptimismgoerli_Bytes + to_in: [testoptimismgoerli_Bytes!] + to_not_in: [testoptimismgoerli_Bytes!] + to_contains: testoptimismgoerli_Bytes + to_not_contains: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes + callData_not: testoptimismgoerli_Bytes + callData_gt: testoptimismgoerli_Bytes + callData_lt: testoptimismgoerli_Bytes + callData_gte: testoptimismgoerli_Bytes + callData_lte: testoptimismgoerli_Bytes + callData_in: [testoptimismgoerli_Bytes!] + callData_not_in: [testoptimismgoerli_Bytes!] + callData_contains: testoptimismgoerli_Bytes + callData_not_contains: testoptimismgoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + agent: testoptimismgoerli_Bytes + agent_not: testoptimismgoerli_Bytes + agent_gt: testoptimismgoerli_Bytes + agent_lt: testoptimismgoerli_Bytes + agent_gte: testoptimismgoerli_Bytes + agent_lte: testoptimismgoerli_Bytes + agent_in: [testoptimismgoerli_Bytes!] + agent_not_in: [testoptimismgoerli_Bytes!] + agent_contains: testoptimismgoerli_Bytes + agent_not_contains: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes + recovery_not: testoptimismgoerli_Bytes + recovery_gt: testoptimismgoerli_Bytes + recovery_lt: testoptimismgoerli_Bytes + recovery_gte: testoptimismgoerli_Bytes + recovery_lte: testoptimismgoerli_Bytes + recovery_in: [testoptimismgoerli_Bytes!] + recovery_not_in: [testoptimismgoerli_Bytes!] + recovery_contains: testoptimismgoerli_Bytes + recovery_not_contains: testoptimismgoerli_Bytes + forceSlow: Boolean + forceSlow_not: Boolean + forceSlow_in: [Boolean!] + forceSlow_not_in: [Boolean!] + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callback: testoptimismgoerli_Bytes + callback_not: testoptimismgoerli_Bytes + callback_gt: testoptimismgoerli_Bytes + callback_lt: testoptimismgoerli_Bytes + callback_gte: testoptimismgoerli_Bytes + callback_lte: testoptimismgoerli_Bytes + callback_in: [testoptimismgoerli_Bytes!] + callback_not_in: [testoptimismgoerli_Bytes!] + callback_contains: testoptimismgoerli_Bytes + callback_not_contains: testoptimismgoerli_Bytes + callbackFee: BigInt + callbackFee_not: BigInt + callbackFee_gt: BigInt + callbackFee_lt: BigInt + callbackFee_gte: BigInt + callbackFee_lte: BigInt + callbackFee_in: [BigInt!] + callbackFee_not_in: [BigInt!] + relayerFee: BigInt + relayerFee_not: BigInt + relayerFee_gt: BigInt + relayerFee_lt: BigInt + relayerFee_gte: BigInt + relayerFee_lte: BigInt + relayerFee_in: [BigInt!] + relayerFee_not_in: [BigInt!] + destinationMinOut: BigInt + destinationMinOut_not: BigInt + destinationMinOut_gt: BigInt + destinationMinOut_lt: BigInt + destinationMinOut_gte: BigInt + destinationMinOut_lte: BigInt + destinationMinOut_in: [BigInt!] + destinationMinOut_not_in: [BigInt!] + status: testoptimismgoerli_TransferStatus + status_not: testoptimismgoerli_TransferStatus + status_in: [testoptimismgoerli_TransferStatus!] + status_not_in: [testoptimismgoerli_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: testoptimismgoerli_Router_filter + originSender: testoptimismgoerli_Bytes + originSender_not: testoptimismgoerli_Bytes + originSender_gt: testoptimismgoerli_Bytes + originSender_lt: testoptimismgoerli_Bytes + originSender_gte: testoptimismgoerli_Bytes + originSender_lte: testoptimismgoerli_Bytes + originSender_in: [testoptimismgoerli_Bytes!] + originSender_not_in: [testoptimismgoerli_Bytes!] + originSender_contains: testoptimismgoerli_Bytes + originSender_not_contains: testoptimismgoerli_Bytes + transactingAsset: testoptimismgoerli_Bytes + transactingAsset_not: testoptimismgoerli_Bytes + transactingAsset_gt: testoptimismgoerli_Bytes + transactingAsset_lt: testoptimismgoerli_Bytes + transactingAsset_gte: testoptimismgoerli_Bytes + transactingAsset_lte: testoptimismgoerli_Bytes + transactingAsset_in: [testoptimismgoerli_Bytes!] + transactingAsset_not_in: [testoptimismgoerli_Bytes!] + transactingAsset_contains: testoptimismgoerli_Bytes + transactingAsset_not_contains: testoptimismgoerli_Bytes + transactingAmount: BigInt + transactingAmount_not: BigInt + transactingAmount_gt: BigInt + transactingAmount_lt: BigInt + transactingAmount_gte: BigInt + transactingAmount_lte: BigInt + transactingAmount_in: [BigInt!] + transactingAmount_not_in: [BigInt!] + localAsset: testoptimismgoerli_Bytes + localAsset_not: testoptimismgoerli_Bytes + localAsset_gt: testoptimismgoerli_Bytes + localAsset_lt: testoptimismgoerli_Bytes + localAsset_gte: testoptimismgoerli_Bytes + localAsset_lte: testoptimismgoerli_Bytes + localAsset_in: [testoptimismgoerli_Bytes!] + localAsset_not_in: [testoptimismgoerli_Bytes!] + localAsset_contains: testoptimismgoerli_Bytes + localAsset_not_contains: testoptimismgoerli_Bytes + localAmount: BigInt + localAmount_not: BigInt + localAmount_gt: BigInt + localAmount_lt: BigInt + localAmount_gte: BigInt + localAmount_lte: BigInt + localAmount_in: [BigInt!] + localAmount_not_in: [BigInt!] + sponsorVaultRelayerFee: BigInt + sponsorVaultRelayerFee_not: BigInt + sponsorVaultRelayerFee_gt: BigInt + sponsorVaultRelayerFee_lt: BigInt + sponsorVaultRelayerFee_gte: BigInt + sponsorVaultRelayerFee_lte: BigInt + sponsorVaultRelayerFee_in: [BigInt!] + sponsorVaultRelayerFee_not_in: [BigInt!] + executedCaller: testoptimismgoerli_Bytes + executedCaller_not: testoptimismgoerli_Bytes + executedCaller_gt: testoptimismgoerli_Bytes + executedCaller_lt: testoptimismgoerli_Bytes + executedCaller_gte: testoptimismgoerli_Bytes + executedCaller_lte: testoptimismgoerli_Bytes + executedCaller_in: [testoptimismgoerli_Bytes!] + executedCaller_not_in: [testoptimismgoerli_Bytes!] + executedCaller_contains: testoptimismgoerli_Bytes + executedCaller_not_contains: testoptimismgoerli_Bytes + executedTransactionHash: testoptimismgoerli_Bytes + executedTransactionHash_not: testoptimismgoerli_Bytes + executedTransactionHash_gt: testoptimismgoerli_Bytes + executedTransactionHash_lt: testoptimismgoerli_Bytes + executedTransactionHash_gte: testoptimismgoerli_Bytes + executedTransactionHash_lte: testoptimismgoerli_Bytes + executedTransactionHash_in: [testoptimismgoerli_Bytes!] + executedTransactionHash_not_in: [testoptimismgoerli_Bytes!] + executedTransactionHash_contains: testoptimismgoerli_Bytes + executedTransactionHash_not_contains: testoptimismgoerli_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + reconciledCaller: testoptimismgoerli_Bytes + reconciledCaller_not: testoptimismgoerli_Bytes + reconciledCaller_gt: testoptimismgoerli_Bytes + reconciledCaller_lt: testoptimismgoerli_Bytes + reconciledCaller_gte: testoptimismgoerli_Bytes + reconciledCaller_lte: testoptimismgoerli_Bytes + reconciledCaller_in: [testoptimismgoerli_Bytes!] + reconciledCaller_not_in: [testoptimismgoerli_Bytes!] + reconciledCaller_contains: testoptimismgoerli_Bytes + reconciledCaller_not_contains: testoptimismgoerli_Bytes + reconciledTransactionHash: testoptimismgoerli_Bytes + reconciledTransactionHash_not: testoptimismgoerli_Bytes + reconciledTransactionHash_gt: testoptimismgoerli_Bytes + reconciledTransactionHash_lt: testoptimismgoerli_Bytes + reconciledTransactionHash_gte: testoptimismgoerli_Bytes + reconciledTransactionHash_lte: testoptimismgoerli_Bytes + reconciledTransactionHash_in: [testoptimismgoerli_Bytes!] + reconciledTransactionHash_not_in: [testoptimismgoerli_Bytes!] + reconciledTransactionHash_contains: testoptimismgoerli_Bytes + reconciledTransactionHash_not_contains: testoptimismgoerli_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpTokenEvent_filter] - or: [mumbai_swap_LpTokenEvent_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_DestinationTransfer_filter] + or: [testoptimismgoerli_DestinationTransfer_filter] } -enum mumbai_swap_LpTokenEvent_orderBy { +enum testoptimismgoerli_DestinationTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction + chainId + transferId nonce + to + callData + originDomain + destinationDomain + agent + recovery + forceSlow + receiveLocal + callback + callbackFee + relayerFee + destinationMinOut + status + routers + originSender + transactingAsset + transactingAmount + localAsset + localAmount + sponsorVaultRelayerFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber } -input mumbai_swap_LpToken_filter { +""" +8 bytes signed integer + +""" +scalar testoptimismgoerli_Int8 + +"""Defines the order direction, either ascending or descending""" +enum testoptimismgoerli_OrderDirection { + asc + desc +} + +type testoptimismgoerli_OriginTransfer { + id: ID! + chainId: BigInt + transferId: testoptimismgoerli_Bytes + nonce: BigInt + to: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + agent: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes + forceSlow: Boolean + receiveLocal: Boolean + callback: testoptimismgoerli_Bytes + callbackFee: BigInt + relayerFee: BigInt + destinationMinOut: BigInt + status: testoptimismgoerli_TransferStatus + originMinOut: BigInt + transactingAsset: testoptimismgoerli_Bytes + transactingAmount: BigInt + bridgedAsset: testoptimismgoerli_Bytes + bridgedAmount: BigInt + caller: testoptimismgoerli_Bytes + transactionHash: testoptimismgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input testoptimismgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -43123,241 +42937,24 @@ input mumbai_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: mumbai_swap_Bytes - address_not: mumbai_swap_Bytes - address_gt: mumbai_swap_Bytes - address_lt: mumbai_swap_Bytes - address_gte: mumbai_swap_Bytes - address_lte: mumbai_swap_Bytes - address_in: [mumbai_swap_Bytes!] - address_not_in: [mumbai_swap_Bytes!] - address_contains: mumbai_swap_Bytes - address_not_contains: mumbai_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: mumbai_swap_BigDecimal - totalSupply_not: mumbai_swap_BigDecimal - totalSupply_gt: mumbai_swap_BigDecimal - totalSupply_lt: mumbai_swap_BigDecimal - totalSupply_gte: mumbai_swap_BigDecimal - totalSupply_lte: mumbai_swap_BigDecimal - totalSupply_in: [mumbai_swap_BigDecimal!] - totalSupply_not_in: [mumbai_swap_BigDecimal!] - events_: mumbai_swap_LpTokenEvent_filter - """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpToken_filter] - or: [mumbai_swap_LpToken_filter] -} - -enum mumbai_swap_LpToken_orderBy { - id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events -} - -type mumbai_swap_LpTransferEvent implements mumbai_swap_LpTokenEvent { - id: ID! - token: mumbai_swap_LpToken! - amount: mumbai_swap_BigDecimal! - from: mumbai_swap_Bytes! - to: mumbai_swap_Bytes! - fromBalance: mumbai_swap_BigDecimal! - toBalance: mumbai_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: mumbai_swap_Bytes! - nonce: BigInt! -} - -input mumbai_swap_LpTransferEvent_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!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: mumbai_swap_LpToken_filter - amount: mumbai_swap_BigDecimal - amount_not: mumbai_swap_BigDecimal - amount_gt: mumbai_swap_BigDecimal - amount_lt: mumbai_swap_BigDecimal - amount_gte: mumbai_swap_BigDecimal - amount_lte: mumbai_swap_BigDecimal - amount_in: [mumbai_swap_BigDecimal!] - amount_not_in: [mumbai_swap_BigDecimal!] - from: mumbai_swap_Bytes - from_not: mumbai_swap_Bytes - from_gt: mumbai_swap_Bytes - from_lt: mumbai_swap_Bytes - from_gte: mumbai_swap_Bytes - from_lte: mumbai_swap_Bytes - from_in: [mumbai_swap_Bytes!] - from_not_in: [mumbai_swap_Bytes!] - from_contains: mumbai_swap_Bytes - from_not_contains: mumbai_swap_Bytes - to: mumbai_swap_Bytes - to_not: mumbai_swap_Bytes - to_gt: mumbai_swap_Bytes - to_lt: mumbai_swap_Bytes - to_gte: mumbai_swap_Bytes - to_lte: mumbai_swap_Bytes - to_in: [mumbai_swap_Bytes!] - to_not_in: [mumbai_swap_Bytes!] - to_contains: mumbai_swap_Bytes - to_not_contains: mumbai_swap_Bytes - fromBalance: mumbai_swap_BigDecimal - fromBalance_not: mumbai_swap_BigDecimal - fromBalance_gt: mumbai_swap_BigDecimal - fromBalance_lt: mumbai_swap_BigDecimal - fromBalance_gte: mumbai_swap_BigDecimal - fromBalance_lte: mumbai_swap_BigDecimal - fromBalance_in: [mumbai_swap_BigDecimal!] - fromBalance_not_in: [mumbai_swap_BigDecimal!] - toBalance: mumbai_swap_BigDecimal - toBalance_not: mumbai_swap_BigDecimal - toBalance_gt: mumbai_swap_BigDecimal - toBalance_lt: mumbai_swap_BigDecimal - toBalance_gte: mumbai_swap_BigDecimal - toBalance_lte: mumbai_swap_BigDecimal - toBalance_in: [mumbai_swap_BigDecimal!] - toBalance_not_in: [mumbai_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: testoptimismgoerli_Bytes + transferId_not: testoptimismgoerli_Bytes + transferId_gt: testoptimismgoerli_Bytes + transferId_lt: testoptimismgoerli_Bytes + transferId_gte: testoptimismgoerli_Bytes + transferId_lte: testoptimismgoerli_Bytes + transferId_in: [testoptimismgoerli_Bytes!] + transferId_not_in: [testoptimismgoerli_Bytes!] + transferId_contains: testoptimismgoerli_Bytes + transferId_not_contains: testoptimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -43366,44 +42963,248 @@ input mumbai_swap_LpTransferEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + to: testoptimismgoerli_Bytes + to_not: testoptimismgoerli_Bytes + to_gt: testoptimismgoerli_Bytes + to_lt: testoptimismgoerli_Bytes + to_gte: testoptimismgoerli_Bytes + to_lte: testoptimismgoerli_Bytes + to_in: [testoptimismgoerli_Bytes!] + to_not_in: [testoptimismgoerli_Bytes!] + to_contains: testoptimismgoerli_Bytes + to_not_contains: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes + callData_not: testoptimismgoerli_Bytes + callData_gt: testoptimismgoerli_Bytes + callData_lt: testoptimismgoerli_Bytes + callData_gte: testoptimismgoerli_Bytes + callData_lte: testoptimismgoerli_Bytes + callData_in: [testoptimismgoerli_Bytes!] + callData_not_in: [testoptimismgoerli_Bytes!] + callData_contains: testoptimismgoerli_Bytes + callData_not_contains: testoptimismgoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + agent: testoptimismgoerli_Bytes + agent_not: testoptimismgoerli_Bytes + agent_gt: testoptimismgoerli_Bytes + agent_lt: testoptimismgoerli_Bytes + agent_gte: testoptimismgoerli_Bytes + agent_lte: testoptimismgoerli_Bytes + agent_in: [testoptimismgoerli_Bytes!] + agent_not_in: [testoptimismgoerli_Bytes!] + agent_contains: testoptimismgoerli_Bytes + agent_not_contains: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes + recovery_not: testoptimismgoerli_Bytes + recovery_gt: testoptimismgoerli_Bytes + recovery_lt: testoptimismgoerli_Bytes + recovery_gte: testoptimismgoerli_Bytes + recovery_lte: testoptimismgoerli_Bytes + recovery_in: [testoptimismgoerli_Bytes!] + recovery_not_in: [testoptimismgoerli_Bytes!] + recovery_contains: testoptimismgoerli_Bytes + recovery_not_contains: testoptimismgoerli_Bytes + forceSlow: Boolean + forceSlow_not: Boolean + forceSlow_in: [Boolean!] + forceSlow_not_in: [Boolean!] + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callback: testoptimismgoerli_Bytes + callback_not: testoptimismgoerli_Bytes + callback_gt: testoptimismgoerli_Bytes + callback_lt: testoptimismgoerli_Bytes + callback_gte: testoptimismgoerli_Bytes + callback_lte: testoptimismgoerli_Bytes + callback_in: [testoptimismgoerli_Bytes!] + callback_not_in: [testoptimismgoerli_Bytes!] + callback_contains: testoptimismgoerli_Bytes + callback_not_contains: testoptimismgoerli_Bytes + callbackFee: BigInt + callbackFee_not: BigInt + callbackFee_gt: BigInt + callbackFee_lt: BigInt + callbackFee_gte: BigInt + callbackFee_lte: BigInt + callbackFee_in: [BigInt!] + callbackFee_not_in: [BigInt!] + relayerFee: BigInt + relayerFee_not: BigInt + relayerFee_gt: BigInt + relayerFee_lt: BigInt + relayerFee_gte: BigInt + relayerFee_lte: BigInt + relayerFee_in: [BigInt!] + relayerFee_not_in: [BigInt!] + destinationMinOut: BigInt + destinationMinOut_not: BigInt + destinationMinOut_gt: BigInt + destinationMinOut_lt: BigInt + destinationMinOut_gte: BigInt + destinationMinOut_lte: BigInt + destinationMinOut_in: [BigInt!] + destinationMinOut_not_in: [BigInt!] + status: testoptimismgoerli_TransferStatus + status_not: testoptimismgoerli_TransferStatus + status_in: [testoptimismgoerli_TransferStatus!] + status_not_in: [testoptimismgoerli_TransferStatus!] + originMinOut: BigInt + originMinOut_not: BigInt + originMinOut_gt: BigInt + originMinOut_lt: BigInt + originMinOut_gte: BigInt + originMinOut_lte: BigInt + originMinOut_in: [BigInt!] + originMinOut_not_in: [BigInt!] + transactingAsset: testoptimismgoerli_Bytes + transactingAsset_not: testoptimismgoerli_Bytes + transactingAsset_gt: testoptimismgoerli_Bytes + transactingAsset_lt: testoptimismgoerli_Bytes + transactingAsset_gte: testoptimismgoerli_Bytes + transactingAsset_lte: testoptimismgoerli_Bytes + transactingAsset_in: [testoptimismgoerli_Bytes!] + transactingAsset_not_in: [testoptimismgoerli_Bytes!] + transactingAsset_contains: testoptimismgoerli_Bytes + transactingAsset_not_contains: testoptimismgoerli_Bytes + transactingAmount: BigInt + transactingAmount_not: BigInt + transactingAmount_gt: BigInt + transactingAmount_lt: BigInt + transactingAmount_gte: BigInt + transactingAmount_lte: BigInt + transactingAmount_in: [BigInt!] + transactingAmount_not_in: [BigInt!] + bridgedAsset: testoptimismgoerli_Bytes + bridgedAsset_not: testoptimismgoerli_Bytes + bridgedAsset_gt: testoptimismgoerli_Bytes + bridgedAsset_lt: testoptimismgoerli_Bytes + bridgedAsset_gte: testoptimismgoerli_Bytes + bridgedAsset_lte: testoptimismgoerli_Bytes + bridgedAsset_in: [testoptimismgoerli_Bytes!] + bridgedAsset_not_in: [testoptimismgoerli_Bytes!] + bridgedAsset_contains: testoptimismgoerli_Bytes + bridgedAsset_not_contains: testoptimismgoerli_Bytes + bridgedAmount: BigInt + bridgedAmount_not: BigInt + bridgedAmount_gt: BigInt + bridgedAmount_lt: BigInt + bridgedAmount_gte: BigInt + bridgedAmount_lte: BigInt + bridgedAmount_in: [BigInt!] + bridgedAmount_not_in: [BigInt!] + caller: testoptimismgoerli_Bytes + caller_not: testoptimismgoerli_Bytes + caller_gt: testoptimismgoerli_Bytes + caller_lt: testoptimismgoerli_Bytes + caller_gte: testoptimismgoerli_Bytes + caller_lte: testoptimismgoerli_Bytes + caller_in: [testoptimismgoerli_Bytes!] + caller_not_in: [testoptimismgoerli_Bytes!] + caller_contains: testoptimismgoerli_Bytes + caller_not_contains: testoptimismgoerli_Bytes + transactionHash: testoptimismgoerli_Bytes + transactionHash_not: testoptimismgoerli_Bytes + transactionHash_gt: testoptimismgoerli_Bytes + transactionHash_lt: testoptimismgoerli_Bytes + transactionHash_gte: testoptimismgoerli_Bytes + transactionHash_lte: testoptimismgoerli_Bytes + transactionHash_in: [testoptimismgoerli_Bytes!] + transactionHash_not_in: [testoptimismgoerli_Bytes!] + transactionHash_contains: testoptimismgoerli_Bytes + transactionHash_not_contains: testoptimismgoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpTransferEvent_filter] - or: [mumbai_swap_LpTransferEvent_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_OriginTransfer_filter] + or: [testoptimismgoerli_OriginTransfer_filter] } -enum mumbai_swap_LpTransferEvent_orderBy { +enum testoptimismgoerli_OriginTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from + chainId + transferId + nonce to - fromBalance - toBalance - block + callData + originDomain + destinationDomain + agent + recovery + forceSlow + receiveLocal + callback + callbackFee + relayerFee + destinationMinOut + status + originMinOut + transactingAsset + transactingAmount + bridgedAsset + bridgedAmount + caller + transactionHash timestamp - transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum mumbai_swap_OrderDirection { - asc - desc + gasPrice + gasLimit + blockNumber } -type mumbai_swap_PooledToken { +type testoptimismgoerli_Relayer { id: ID! - asset: mumbai_swap_Bytes! + isActive: Boolean! + relayer: testoptimismgoerli_Bytes } -input mumbai_swap_PooledToken_filter { +input testoptimismgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -43412,72 +43213,43 @@ input mumbai_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: mumbai_swap_Bytes - asset_not: mumbai_swap_Bytes - asset_gt: mumbai_swap_Bytes - asset_lt: mumbai_swap_Bytes - asset_gte: mumbai_swap_Bytes - asset_lte: mumbai_swap_Bytes - asset_in: [mumbai_swap_Bytes!] - asset_not_in: [mumbai_swap_Bytes!] - asset_contains: mumbai_swap_Bytes - asset_not_contains: mumbai_swap_Bytes + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: testoptimismgoerli_Bytes + relayer_not: testoptimismgoerli_Bytes + relayer_gt: testoptimismgoerli_Bytes + relayer_lt: testoptimismgoerli_Bytes + relayer_gte: testoptimismgoerli_Bytes + relayer_lte: testoptimismgoerli_Bytes + relayer_in: [testoptimismgoerli_Bytes!] + relayer_not_in: [testoptimismgoerli_Bytes!] + relayer_contains: testoptimismgoerli_Bytes + relayer_not_contains: testoptimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_PooledToken_filter] - or: [mumbai_swap_PooledToken_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Relayer_filter] + or: [testoptimismgoerli_Relayer_filter] } -enum mumbai_swap_PooledToken_orderBy { +enum testoptimismgoerli_Relayer_orderBy { id - asset -} - -type mumbai_swap_StableSwap { - id: ID! - isActive: Boolean - key: mumbai_swap_Bytes! - canonicalId: mumbai_swap_Bytes - domain: BigInt - swapPool: mumbai_swap_Bytes - lpToken: mumbai_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [mumbai_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_StableSwapEvent_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_StableSwapEvent_filter): [mumbai_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_StableSwapExchange_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_StableSwapExchange_filter): [mumbai_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapHourlyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapHourlyVolume_filter): [mumbai_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapDailyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapDailyVolume_filter): [mumbai_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapWeeklyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapWeeklyVolume_filter): [mumbai_swap_SwapWeeklyVolume!] + isActive + relayer } -type mumbai_swap_StableSwapAddLiquidityEvent implements mumbai_swap_StableSwapEvent { +type testoptimismgoerli_Router { id: ID! - stableSwap: mumbai_swap_StableSwap! - provider: mumbai_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: mumbai_swap_Bytes! - nonce: BigInt! + isActive: Boolean! + owner: testoptimismgoerli_Bytes + recipient: testoptimismgoerli_Bytes + proposedOwner: testoptimismgoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_AssetBalance_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_AssetBalance_filter): [testoptimismgoerli_AssetBalance!]! } -input mumbai_swap_StableSwapAddLiquidityEvent_filter { +input testoptimismgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -43486,161 +43258,72 @@ input mumbai_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter - provider: mumbai_swap_Bytes - provider_not: mumbai_swap_Bytes - provider_gt: mumbai_swap_Bytes - provider_lt: mumbai_swap_Bytes - provider_gte: mumbai_swap_Bytes - provider_lte: mumbai_swap_Bytes - provider_in: [mumbai_swap_Bytes!] - provider_not_in: [mumbai_swap_Bytes!] - provider_contains: mumbai_swap_Bytes - provider_not_contains: mumbai_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: testoptimismgoerli_Bytes + owner_not: testoptimismgoerli_Bytes + owner_gt: testoptimismgoerli_Bytes + owner_lt: testoptimismgoerli_Bytes + owner_gte: testoptimismgoerli_Bytes + owner_lte: testoptimismgoerli_Bytes + owner_in: [testoptimismgoerli_Bytes!] + owner_not_in: [testoptimismgoerli_Bytes!] + owner_contains: testoptimismgoerli_Bytes + owner_not_contains: testoptimismgoerli_Bytes + recipient: testoptimismgoerli_Bytes + recipient_not: testoptimismgoerli_Bytes + recipient_gt: testoptimismgoerli_Bytes + recipient_lt: testoptimismgoerli_Bytes + recipient_gte: testoptimismgoerli_Bytes + recipient_lte: testoptimismgoerli_Bytes + recipient_in: [testoptimismgoerli_Bytes!] + recipient_not_in: [testoptimismgoerli_Bytes!] + recipient_contains: testoptimismgoerli_Bytes + recipient_not_contains: testoptimismgoerli_Bytes + proposedOwner: testoptimismgoerli_Bytes + proposedOwner_not: testoptimismgoerli_Bytes + proposedOwner_gt: testoptimismgoerli_Bytes + proposedOwner_lt: testoptimismgoerli_Bytes + proposedOwner_gte: testoptimismgoerli_Bytes + proposedOwner_lte: testoptimismgoerli_Bytes + proposedOwner_in: [testoptimismgoerli_Bytes!] + proposedOwner_not_in: [testoptimismgoerli_Bytes!] + proposedOwner_contains: testoptimismgoerli_Bytes + proposedOwner_not_contains: testoptimismgoerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: testoptimismgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwapAddLiquidityEvent_filter] - or: [mumbai_swap_StableSwapAddLiquidityEvent_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Router_filter] + or: [testoptimismgoerli_Router_filter] } -enum mumbai_swap_StableSwapAddLiquidityEvent_orderBy { +enum testoptimismgoerli_Router_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -interface mumbai_swap_StableSwapEvent { +type testoptimismgoerli_Setting { id: ID! - stableSwap: mumbai_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: mumbai_swap_Bytes! - nonce: BigInt! + maxRoutersPerTransfer: BigInt! + caller: testoptimismgoerli_Bytes! } -input mumbai_swap_StableSwapEvent_filter { +input testoptimismgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -43649,109 +43332,42 @@ input mumbai_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: testoptimismgoerli_Bytes + caller_not: testoptimismgoerli_Bytes + caller_gt: testoptimismgoerli_Bytes + caller_lt: testoptimismgoerli_Bytes + caller_gte: testoptimismgoerli_Bytes + caller_lte: testoptimismgoerli_Bytes + caller_in: [testoptimismgoerli_Bytes!] + caller_not_in: [testoptimismgoerli_Bytes!] + caller_contains: testoptimismgoerli_Bytes + caller_not_contains: testoptimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwapEvent_filter] - or: [mumbai_swap_StableSwapEvent_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Setting_filter] + or: [testoptimismgoerli_Setting_filter] } -enum mumbai_swap_StableSwapEvent_orderBy { +enum testoptimismgoerli_Setting_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction - nonce + maxRoutersPerTransfer + caller } -type mumbai_swap_StableSwapExchange { +type testoptimismgoerli_SponsorVault { id: ID! - stableSwap: mumbai_swap_StableSwap! - buyer: mumbai_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: mumbai_swap_Bytes! - nonce: BigInt! + sponsorVault: testoptimismgoerli_Bytes! } -input mumbai_swap_StableSwapExchange_filter { +input testoptimismgoerli_SponsorVault_filter { id: ID id_not: ID id_gt: ID @@ -43760,172 +43376,35 @@ input mumbai_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter - buyer: mumbai_swap_Bytes - buyer_not: mumbai_swap_Bytes - buyer_gt: mumbai_swap_Bytes - buyer_lt: mumbai_swap_Bytes - buyer_gte: mumbai_swap_Bytes - buyer_lte: mumbai_swap_Bytes - buyer_in: [mumbai_swap_Bytes!] - buyer_not_in: [mumbai_swap_Bytes!] - buyer_contains: mumbai_swap_Bytes - buyer_not_contains: mumbai_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + sponsorVault: testoptimismgoerli_Bytes + sponsorVault_not: testoptimismgoerli_Bytes + sponsorVault_gt: testoptimismgoerli_Bytes + sponsorVault_lt: testoptimismgoerli_Bytes + sponsorVault_gte: testoptimismgoerli_Bytes + sponsorVault_lte: testoptimismgoerli_Bytes + sponsorVault_in: [testoptimismgoerli_Bytes!] + sponsorVault_not_in: [testoptimismgoerli_Bytes!] + sponsorVault_contains: testoptimismgoerli_Bytes + sponsorVault_not_contains: testoptimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwapExchange_filter] - or: [mumbai_swap_StableSwapExchange_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_SponsorVault_filter] + or: [testoptimismgoerli_SponsorVault_filter] } -enum mumbai_swap_StableSwapExchange_orderBy { +enum testoptimismgoerli_SponsorVault_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction - nonce + sponsorVault } -type mumbai_swap_StableSwapRemoveLiquidityEvent implements mumbai_swap_StableSwapEvent { +type testoptimismgoerli_StableSwap { id: ID! - stableSwap: mumbai_swap_StableSwap! - provider: mumbai_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: mumbai_swap_Bytes! - nonce: BigInt! + canonicalId: testoptimismgoerli_Bytes! + domain: BigInt + swapPool: testoptimismgoerli_Bytes! } -input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { +input testoptimismgoerli_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -43934,79 +43413,316 @@ input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter - provider: mumbai_swap_Bytes - provider_not: mumbai_swap_Bytes - provider_gt: mumbai_swap_Bytes - provider_lt: mumbai_swap_Bytes - provider_gte: mumbai_swap_Bytes - provider_lte: mumbai_swap_Bytes - provider_in: [mumbai_swap_Bytes!] - provider_not_in: [mumbai_swap_Bytes!] - provider_contains: mumbai_swap_Bytes - provider_not_contains: mumbai_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] + canonicalId: testoptimismgoerli_Bytes + canonicalId_not: testoptimismgoerli_Bytes + canonicalId_gt: testoptimismgoerli_Bytes + canonicalId_lt: testoptimismgoerli_Bytes + canonicalId_gte: testoptimismgoerli_Bytes + canonicalId_lte: testoptimismgoerli_Bytes + canonicalId_in: [testoptimismgoerli_Bytes!] + canonicalId_not_in: [testoptimismgoerli_Bytes!] + canonicalId_contains: testoptimismgoerli_Bytes + canonicalId_not_contains: testoptimismgoerli_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: testoptimismgoerli_Bytes + swapPool_not: testoptimismgoerli_Bytes + swapPool_gt: testoptimismgoerli_Bytes + swapPool_lt: testoptimismgoerli_Bytes + swapPool_gte: testoptimismgoerli_Bytes + swapPool_lte: testoptimismgoerli_Bytes + swapPool_in: [testoptimismgoerli_Bytes!] + swapPool_not_in: [testoptimismgoerli_Bytes!] + swapPool_contains: testoptimismgoerli_Bytes + swapPool_not_contains: testoptimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_StableSwap_filter] + or: [testoptimismgoerli_StableSwap_filter] +} + +enum testoptimismgoerli_StableSwap_orderBy { + id + canonicalId + domain + swapPool +} + +enum testoptimismgoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type testoptimismgoerli__Block_ { + """The hash of the block""" + hash: testoptimismgoerli_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type testoptimismgoerli__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: testoptimismgoerli__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +scalar staginggoerli_swap_BigDecimal + +input staginggoerli_swap_BlockChangedFilter { + number_gte: Int! +} + +input staginggoerli_swap_Block_height { + hash: staginggoerli_swap_Bytes + number: Int + number_gte: Int +} + +scalar staginggoerli_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar staginggoerli_swap_Int8 + +type staginggoerli_swap_LpAccount { + id: ID! + address: staginggoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpAccountBalance_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpAccountBalance_filter): [staginggoerli_swap_LpAccountBalance!]! +} + +type staginggoerli_swap_LpAccountBalance { + id: ID! + account: staginggoerli_swap_LpAccount! + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: staginggoerli_swap_Bytes +} + +input staginggoerli_swap_LpAccountBalance_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!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: staginggoerli_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: staginggoerli_swap_LpToken_filter + amount: staginggoerli_swap_BigDecimal + amount_not: staginggoerli_swap_BigDecimal + amount_gt: staginggoerli_swap_BigDecimal + amount_lt: staginggoerli_swap_BigDecimal + amount_gte: staginggoerli_swap_BigDecimal + amount_lte: staginggoerli_swap_BigDecimal + amount_in: [staginggoerli_swap_BigDecimal!] + amount_not_in: [staginggoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpAccountBalance_filter] + or: [staginggoerli_swap_LpAccountBalance_filter] +} + +enum staginggoerli_swap_LpAccountBalance_orderBy { + id + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction +} + +input staginggoerli_swap_LpAccount_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!] + address: staginggoerli_swap_Bytes + address_not: staginggoerli_swap_Bytes + address_gt: staginggoerli_swap_Bytes + address_lt: staginggoerli_swap_Bytes + address_gte: staginggoerli_swap_Bytes + address_lte: staginggoerli_swap_Bytes + address_in: [staginggoerli_swap_Bytes!] + address_not_in: [staginggoerli_swap_Bytes!] + address_contains: staginggoerli_swap_Bytes + address_not_contains: staginggoerli_swap_Bytes + balances_: staginggoerli_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpAccount_filter] + or: [staginggoerli_swap_LpAccount_filter] +} + +enum staginggoerli_swap_LpAccount_orderBy { + id + address + balances +} + +type staginggoerli_swap_LpToken { + id: ID! + address: staginggoerli_swap_Bytes! + stableSwap: staginggoerli_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: staginggoerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpTokenEvent_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpTokenEvent_filter): [staginggoerli_swap_LpTokenEvent!]! +} + +interface staginggoerli_swap_LpTokenEvent { + id: ID! + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! +} + +input staginggoerli_swap_LpTokenEvent_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!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: staginggoerli_swap_LpToken_filter + amount: staginggoerli_swap_BigDecimal + amount_not: staginggoerli_swap_BigDecimal + amount_gt: staginggoerli_swap_BigDecimal + amount_lt: staginggoerli_swap_BigDecimal + amount_gte: staginggoerli_swap_BigDecimal + amount_lte: staginggoerli_swap_BigDecimal + amount_in: [staginggoerli_swap_BigDecimal!] + amount_not_in: [staginggoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -44023,16 +43739,16 @@ input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -44042,13 +43758,133 @@ input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] - or: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpTokenEvent_filter] + or: [staginggoerli_swap_LpTokenEvent_filter] } -enum mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum staginggoerli_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce +} + +input staginggoerli_swap_LpToken_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!] + address: staginggoerli_swap_Bytes + address_not: staginggoerli_swap_Bytes + address_gt: staginggoerli_swap_Bytes + address_lt: staginggoerli_swap_Bytes + address_gte: staginggoerli_swap_Bytes + address_lte: staginggoerli_swap_Bytes + address_in: [staginggoerli_swap_Bytes!] + address_not_in: [staginggoerli_swap_Bytes!] + address_contains: staginggoerli_swap_Bytes + address_not_contains: staginggoerli_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: staginggoerli_swap_BigDecimal + totalSupply_not: staginggoerli_swap_BigDecimal + totalSupply_gt: staginggoerli_swap_BigDecimal + totalSupply_lt: staginggoerli_swap_BigDecimal + totalSupply_gte: staginggoerli_swap_BigDecimal + totalSupply_lte: staginggoerli_swap_BigDecimal + totalSupply_in: [staginggoerli_swap_BigDecimal!] + totalSupply_not_in: [staginggoerli_swap_BigDecimal!] + events_: staginggoerli_swap_LpTokenEvent_filter + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpToken_filter] + or: [staginggoerli_swap_LpToken_filter] +} + +enum staginggoerli_swap_LpToken_orderBy { id + address stableSwap stableSwap__id stableSwap__isActive @@ -44066,20 +43902,173 @@ enum mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + decimals + name + symbol + totalSupply + events } -input mumbai_swap_StableSwap_filter { +type staginggoerli_swap_LpTransferEvent implements staginggoerli_swap_LpTokenEvent { + id: ID! + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! + from: staginggoerli_swap_Bytes! + to: staginggoerli_swap_Bytes! + fromBalance: staginggoerli_swap_BigDecimal! + toBalance: staginggoerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! +} + +input staginggoerli_swap_LpTransferEvent_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!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: staginggoerli_swap_LpToken_filter + amount: staginggoerli_swap_BigDecimal + amount_not: staginggoerli_swap_BigDecimal + amount_gt: staginggoerli_swap_BigDecimal + amount_lt: staginggoerli_swap_BigDecimal + amount_gte: staginggoerli_swap_BigDecimal + amount_lte: staginggoerli_swap_BigDecimal + amount_in: [staginggoerli_swap_BigDecimal!] + amount_not_in: [staginggoerli_swap_BigDecimal!] + from: staginggoerli_swap_Bytes + from_not: staginggoerli_swap_Bytes + from_gt: staginggoerli_swap_Bytes + from_lt: staginggoerli_swap_Bytes + from_gte: staginggoerli_swap_Bytes + from_lte: staginggoerli_swap_Bytes + from_in: [staginggoerli_swap_Bytes!] + from_not_in: [staginggoerli_swap_Bytes!] + from_contains: staginggoerli_swap_Bytes + from_not_contains: staginggoerli_swap_Bytes + to: staginggoerli_swap_Bytes + to_not: staginggoerli_swap_Bytes + to_gt: staginggoerli_swap_Bytes + to_lt: staginggoerli_swap_Bytes + to_gte: staginggoerli_swap_Bytes + to_lte: staginggoerli_swap_Bytes + to_in: [staginggoerli_swap_Bytes!] + to_not_in: [staginggoerli_swap_Bytes!] + to_contains: staginggoerli_swap_Bytes + to_not_contains: staginggoerli_swap_Bytes + fromBalance: staginggoerli_swap_BigDecimal + fromBalance_not: staginggoerli_swap_BigDecimal + fromBalance_gt: staginggoerli_swap_BigDecimal + fromBalance_lt: staginggoerli_swap_BigDecimal + fromBalance_gte: staginggoerli_swap_BigDecimal + fromBalance_lte: staginggoerli_swap_BigDecimal + fromBalance_in: [staginggoerli_swap_BigDecimal!] + fromBalance_not_in: [staginggoerli_swap_BigDecimal!] + toBalance: staginggoerli_swap_BigDecimal + toBalance_not: staginggoerli_swap_BigDecimal + toBalance_gt: staginggoerli_swap_BigDecimal + toBalance_lt: staginggoerli_swap_BigDecimal + toBalance_gte: staginggoerli_swap_BigDecimal + toBalance_lte: staginggoerli_swap_BigDecimal + toBalance_in: [staginggoerli_swap_BigDecimal!] + toBalance_not_in: [staginggoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpTransferEvent_filter] + or: [staginggoerli_swap_LpTransferEvent_filter] +} + +enum staginggoerli_swap_LpTransferEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce +} + +"""Defines the order direction, either ascending or descending""" +enum staginggoerli_swap_OrderDirection { + asc + desc +} + +type staginggoerli_swap_PooledToken { + id: ID! + asset: staginggoerli_swap_Bytes! +} + +input staginggoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -44088,201 +44077,72 @@ input mumbai_swap_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + asset: staginggoerli_swap_Bytes + asset_not: staginggoerli_swap_Bytes + asset_gt: staginggoerli_swap_Bytes + asset_lt: staginggoerli_swap_Bytes + asset_gte: staginggoerli_swap_Bytes + asset_lte: staginggoerli_swap_Bytes + asset_in: [staginggoerli_swap_Bytes!] + asset_not_in: [staginggoerli_swap_Bytes!] + asset_contains: staginggoerli_swap_Bytes + asset_not_contains: staginggoerli_swap_Bytes + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_PooledToken_filter] + or: [staginggoerli_swap_PooledToken_filter] +} + +enum staginggoerli_swap_PooledToken_orderBy { + id + asset +} + +type staginggoerli_swap_StableSwap { + id: ID! isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - key: mumbai_swap_Bytes - key_not: mumbai_swap_Bytes - key_gt: mumbai_swap_Bytes - key_lt: mumbai_swap_Bytes - key_gte: mumbai_swap_Bytes - key_lte: mumbai_swap_Bytes - key_in: [mumbai_swap_Bytes!] - key_not_in: [mumbai_swap_Bytes!] - key_contains: mumbai_swap_Bytes - key_not_contains: mumbai_swap_Bytes - canonicalId: mumbai_swap_Bytes - canonicalId_not: mumbai_swap_Bytes - canonicalId_gt: mumbai_swap_Bytes - canonicalId_lt: mumbai_swap_Bytes - canonicalId_gte: mumbai_swap_Bytes - canonicalId_lte: mumbai_swap_Bytes - canonicalId_in: [mumbai_swap_Bytes!] - canonicalId_not_in: [mumbai_swap_Bytes!] - canonicalId_contains: mumbai_swap_Bytes - canonicalId_not_contains: mumbai_swap_Bytes + key: staginggoerli_swap_Bytes! + canonicalId: staginggoerli_swap_Bytes domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: mumbai_swap_Bytes - swapPool_not: mumbai_swap_Bytes - swapPool_gt: mumbai_swap_Bytes - swapPool_lt: mumbai_swap_Bytes - swapPool_gte: mumbai_swap_Bytes - swapPool_lte: mumbai_swap_Bytes - swapPool_in: [mumbai_swap_Bytes!] - swapPool_not_in: [mumbai_swap_Bytes!] - swapPool_contains: mumbai_swap_Bytes - swapPool_not_contains: mumbai_swap_Bytes - lpToken: mumbai_swap_Bytes - lpToken_not: mumbai_swap_Bytes - lpToken_gt: mumbai_swap_Bytes - lpToken_lt: mumbai_swap_Bytes - lpToken_gte: mumbai_swap_Bytes - lpToken_lte: mumbai_swap_Bytes - lpToken_in: [mumbai_swap_Bytes!] - lpToken_not_in: [mumbai_swap_Bytes!] - lpToken_contains: mumbai_swap_Bytes - lpToken_not_contains: mumbai_swap_Bytes + swapPool: staginggoerli_swap_Bytes + lpToken: staginggoerli_swap_Bytes initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [mumbai_swap_Bytes!] - pooledTokens_not: [mumbai_swap_Bytes!] - pooledTokens_contains: [mumbai_swap_Bytes!] - pooledTokens_contains_nocase: [mumbai_swap_Bytes!] - pooledTokens_not_contains: [mumbai_swap_Bytes!] - pooledTokens_not_contains_nocase: [mumbai_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: mumbai_swap_StableSwapEvent_filter - exchanges_: mumbai_swap_StableSwapExchange_filter - hourlyVolumes_: mumbai_swap_SwapHourlyVolume_filter - dailyVolumes_: mumbai_swap_SwapDailyVolume_filter - weeklyVolumes_: mumbai_swap_SwapWeeklyVolume_filter - """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwap_filter] - or: [mumbai_swap_StableSwap_filter] -} - -enum mumbai_swap_StableSwap_orderBy { - id - isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + pooledTokens: [staginggoerli_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_StableSwapEvent_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_StableSwapEvent_filter): [staginggoerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_StableSwapExchange_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_StableSwapExchange_filter): [staginggoerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapHourlyVolume_filter): [staginggoerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapDailyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapDailyVolume_filter): [staginggoerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapWeeklyVolume_filter): [staginggoerli_swap_SwapWeeklyVolume!] } -type mumbai_swap_SwapDailyVolume implements mumbai_swap_SwapTradeVolume { +type staginggoerli_swap_StableSwapAddLiquidityEvent implements staginggoerli_swap_StableSwapEvent { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: staginggoerli_swap_StableSwap! + provider: staginggoerli_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! } -input mumbai_swap_SwapDailyVolume_filter { +input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -44311,7 +44171,67 @@ input mumbai_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: staginggoerli_swap_StableSwap_filter + provider: staginggoerli_swap_Bytes + provider_not: staginggoerli_swap_Bytes + provider_gt: staginggoerli_swap_Bytes + provider_lt: staginggoerli_swap_Bytes + provider_gte: staginggoerli_swap_Bytes + provider_lte: staginggoerli_swap_Bytes + provider_in: [staginggoerli_swap_Bytes!] + provider_not_in: [staginggoerli_swap_Bytes!] + provider_contains: staginggoerli_swap_Bytes + provider_not_contains: staginggoerli_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -44320,21 +44240,31 @@ input mumbai_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mumbai_swap_BigDecimal - volume_not: mumbai_swap_BigDecimal - volume_gt: mumbai_swap_BigDecimal - volume_lt: mumbai_swap_BigDecimal - volume_gte: mumbai_swap_BigDecimal - volume_lte: mumbai_swap_BigDecimal - volume_in: [mumbai_swap_BigDecimal!] - volume_not_in: [mumbai_swap_BigDecimal!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapDailyVolume_filter] - or: [mumbai_swap_SwapDailyVolume_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum mumbai_swap_SwapDailyVolume_orderBy { +enum staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -44353,18 +44283,29 @@ enum mumbai_swap_SwapDailyVolume_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - volume + transaction + nonce } -type mumbai_swap_SwapHourlyVolume implements mumbai_swap_SwapTradeVolume { +interface staginggoerli_swap_StableSwapEvent { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: staginggoerli_swap_StableSwap! + block: BigInt! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! } -input mumbai_swap_SwapHourlyVolume_filter { +input staginggoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -44393,7 +44334,15 @@ input mumbai_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: staginggoerli_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -44402,21 +44351,31 @@ input mumbai_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mumbai_swap_BigDecimal - volume_not: mumbai_swap_BigDecimal - volume_gt: mumbai_swap_BigDecimal - volume_lt: mumbai_swap_BigDecimal - volume_gte: mumbai_swap_BigDecimal - volume_lte: mumbai_swap_BigDecimal - volume_in: [mumbai_swap_BigDecimal!] - volume_not_in: [mumbai_swap_BigDecimal!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapHourlyVolume_filter] - or: [mumbai_swap_SwapHourlyVolume_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapEvent_filter] + or: [staginggoerli_swap_StableSwapEvent_filter] } -enum mumbai_swap_SwapHourlyVolume_orderBy { +enum staginggoerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -44435,17 +44394,37 @@ enum mumbai_swap_SwapHourlyVolume_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply + block timestamp - volume + transaction + nonce } -interface mumbai_swap_SwapTradeVolume { - stableSwap: mumbai_swap_StableSwap! +type staginggoerli_swap_StableSwapExchange { + id: ID! + stableSwap: staginggoerli_swap_StableSwap! + buyer: staginggoerli_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! } -input mumbai_swap_SwapTradeVolume_filter { +input staginggoerli_swap_StableSwapExchange_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!] stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -44466,7 +44445,71 @@ input mumbai_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: staginggoerli_swap_StableSwap_filter + buyer: staginggoerli_swap_Bytes + buyer_not: staginggoerli_swap_Bytes + buyer_gt: staginggoerli_swap_Bytes + buyer_lt: staginggoerli_swap_Bytes + buyer_gte: staginggoerli_swap_Bytes + buyer_lte: staginggoerli_swap_Bytes + buyer_in: [staginggoerli_swap_Bytes!] + buyer_not_in: [staginggoerli_swap_Bytes!] + buyer_contains: staginggoerli_swap_Bytes + buyer_not_contains: staginggoerli_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -44475,21 +44518,32 @@ input mumbai_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mumbai_swap_BigDecimal - volume_not: mumbai_swap_BigDecimal - volume_gt: mumbai_swap_BigDecimal - volume_lt: mumbai_swap_BigDecimal - volume_gte: mumbai_swap_BigDecimal - volume_lte: mumbai_swap_BigDecimal - volume_in: [mumbai_swap_BigDecimal!] - volume_not_in: [mumbai_swap_BigDecimal!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapTradeVolume_filter] - or: [mumbai_swap_SwapTradeVolume_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapExchange_filter] + or: [staginggoerli_swap_StableSwapExchange_filter] } -enum mumbai_swap_SwapTradeVolume_orderBy { +enum staginggoerli_swap_StableSwapExchange_orderBy { + id stableSwap stableSwap__id stableSwap__isActive @@ -44507,18 +44561,36 @@ enum mumbai_swap_SwapTradeVolume_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - volume + transaction + nonce } -type mumbai_swap_SwapWeeklyVolume implements mumbai_swap_SwapTradeVolume { +type staginggoerli_swap_StableSwapRemoveLiquidityEvent implements staginggoerli_swap_StableSwapEvent { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: staginggoerli_swap_StableSwap! + provider: staginggoerli_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! } -input mumbai_swap_SwapWeeklyVolume_filter { +input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -44547,7 +44619,67 @@ input mumbai_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: staginggoerli_swap_StableSwap_filter + provider: staginggoerli_swap_Bytes + provider_not: staginggoerli_swap_Bytes + provider_gt: staginggoerli_swap_Bytes + provider_lt: staginggoerli_swap_Bytes + provider_gte: staginggoerli_swap_Bytes + provider_lte: staginggoerli_swap_Bytes + provider_in: [staginggoerli_swap_Bytes!] + provider_not_in: [staginggoerli_swap_Bytes!] + provider_contains: staginggoerli_swap_Bytes + provider_not_contains: staginggoerli_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -44556,21 +44688,31 @@ input mumbai_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mumbai_swap_BigDecimal - volume_not: mumbai_swap_BigDecimal - volume_gt: mumbai_swap_BigDecimal - volume_lt: mumbai_swap_BigDecimal - volume_gte: mumbai_swap_BigDecimal - volume_lte: mumbai_swap_BigDecimal - volume_in: [mumbai_swap_BigDecimal!] - volume_not_in: [mumbai_swap_BigDecimal!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapWeeklyVolume_filter] - or: [mumbai_swap_SwapWeeklyVolume_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum mumbai_swap_SwapWeeklyVolume_orderBy { +enum staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -44589,17 +44731,20 @@ enum mumbai_swap_SwapWeeklyVolume_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - volume -} - -type mumbai_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + transaction + nonce } -input mumbai_swap_SystemInfo_filter { +input staginggoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -44608,96 +44753,616 @@ input mumbai_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: staginggoerli_swap_Bytes + key_not: staginggoerli_swap_Bytes + key_gt: staginggoerli_swap_Bytes + key_lt: staginggoerli_swap_Bytes + key_gte: staginggoerli_swap_Bytes + key_lte: staginggoerli_swap_Bytes + key_in: [staginggoerli_swap_Bytes!] + key_not_in: [staginggoerli_swap_Bytes!] + key_contains: staginggoerli_swap_Bytes + key_not_contains: staginggoerli_swap_Bytes + canonicalId: staginggoerli_swap_Bytes + canonicalId_not: staginggoerli_swap_Bytes + canonicalId_gt: staginggoerli_swap_Bytes + canonicalId_lt: staginggoerli_swap_Bytes + canonicalId_gte: staginggoerli_swap_Bytes + canonicalId_lte: staginggoerli_swap_Bytes + canonicalId_in: [staginggoerli_swap_Bytes!] + canonicalId_not_in: [staginggoerli_swap_Bytes!] + canonicalId_contains: staginggoerli_swap_Bytes + canonicalId_not_contains: staginggoerli_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: staginggoerli_swap_Bytes + swapPool_not: staginggoerli_swap_Bytes + swapPool_gt: staginggoerli_swap_Bytes + swapPool_lt: staginggoerli_swap_Bytes + swapPool_gte: staginggoerli_swap_Bytes + swapPool_lte: staginggoerli_swap_Bytes + swapPool_in: [staginggoerli_swap_Bytes!] + swapPool_not_in: [staginggoerli_swap_Bytes!] + swapPool_contains: staginggoerli_swap_Bytes + swapPool_not_contains: staginggoerli_swap_Bytes + lpToken: staginggoerli_swap_Bytes + lpToken_not: staginggoerli_swap_Bytes + lpToken_gt: staginggoerli_swap_Bytes + lpToken_lt: staginggoerli_swap_Bytes + lpToken_gte: staginggoerli_swap_Bytes + lpToken_lte: staginggoerli_swap_Bytes + lpToken_in: [staginggoerli_swap_Bytes!] + lpToken_not_in: [staginggoerli_swap_Bytes!] + lpToken_contains: staginggoerli_swap_Bytes + lpToken_not_contains: staginggoerli_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [staginggoerli_swap_Bytes!] + pooledTokens_not: [staginggoerli_swap_Bytes!] + pooledTokens_contains: [staginggoerli_swap_Bytes!] + pooledTokens_contains_nocase: [staginggoerli_swap_Bytes!] + pooledTokens_not_contains: [staginggoerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [staginggoerli_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: staginggoerli_swap_StableSwapEvent_filter + exchanges_: staginggoerli_swap_StableSwapExchange_filter + hourlyVolumes_: staginggoerli_swap_SwapHourlyVolume_filter + dailyVolumes_: staginggoerli_swap_SwapDailyVolume_filter + weeklyVolumes_: staginggoerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SystemInfo_filter] - or: [mumbai_swap_SystemInfo_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwap_filter] + or: [staginggoerli_swap_StableSwap_filter] } -enum mumbai_swap_SystemInfo_orderBy { +enum staginggoerli_swap_StableSwap_orderBy { id - exchangeCount - swapCount -} - -type mumbai_swap__Block_ { - """The hash of the block""" - hash: mumbai_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type mumbai_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for + isActive + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes +} + +type staginggoerli_swap_SwapDailyVolume implements staginggoerli_swap_SwapTradeVolume { + id: ID! + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! +} + +input staginggoerli_swap_SwapDailyVolume_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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: staginggoerli_swap_BigDecimal + volume_not: staginggoerli_swap_BigDecimal + volume_gt: staginggoerli_swap_BigDecimal + volume_lt: staginggoerli_swap_BigDecimal + volume_gte: staginggoerli_swap_BigDecimal + volume_lte: staginggoerli_swap_BigDecimal + volume_in: [staginggoerli_swap_BigDecimal!] + volume_not_in: [staginggoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapDailyVolume_filter] + or: [staginggoerli_swap_SwapDailyVolume_filter] +} + +enum staginggoerli_swap_SwapDailyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type staginggoerli_swap_SwapHourlyVolume implements staginggoerli_swap_SwapTradeVolume { + id: ID! + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! +} + +input staginggoerli_swap_SwapHourlyVolume_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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: staginggoerli_swap_BigDecimal + volume_not: staginggoerli_swap_BigDecimal + volume_gt: staginggoerli_swap_BigDecimal + volume_lt: staginggoerli_swap_BigDecimal + volume_gte: staginggoerli_swap_BigDecimal + volume_lte: staginggoerli_swap_BigDecimal + volume_in: [staginggoerli_swap_BigDecimal!] + volume_not_in: [staginggoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapHourlyVolume_filter] + or: [staginggoerli_swap_SwapHourlyVolume_filter] +} + +enum staginggoerli_swap_SwapHourlyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +interface staginggoerli_swap_SwapTradeVolume { + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! +} + +input staginggoerli_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: staginggoerli_swap_BigDecimal + volume_not: staginggoerli_swap_BigDecimal + volume_gt: staginggoerli_swap_BigDecimal + volume_lt: staginggoerli_swap_BigDecimal + volume_gte: staginggoerli_swap_BigDecimal + volume_lte: staginggoerli_swap_BigDecimal + volume_in: [staginggoerli_swap_BigDecimal!] + volume_not_in: [staginggoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapTradeVolume_filter] + or: [staginggoerli_swap_SwapTradeVolume_filter] +} + +enum staginggoerli_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type staginggoerli_swap_SwapWeeklyVolume implements staginggoerli_swap_SwapTradeVolume { + id: ID! + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! +} + +input staginggoerli_swap_SwapWeeklyVolume_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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: staginggoerli_swap_BigDecimal + volume_not: staginggoerli_swap_BigDecimal + volume_gt: staginggoerli_swap_BigDecimal + volume_lt: staginggoerli_swap_BigDecimal + volume_gte: staginggoerli_swap_BigDecimal + volume_lte: staginggoerli_swap_BigDecimal + volume_in: [staginggoerli_swap_BigDecimal!] + volume_not_in: [staginggoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapWeeklyVolume_filter] + or: [staginggoerli_swap_SwapWeeklyVolume_filter] +} + +enum staginggoerli_swap_SwapWeeklyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type staginggoerli_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input staginggoerli_swap_SystemInfo_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!] + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SystemInfo_filter] + or: [staginggoerli_swap_SystemInfo_filter] +} + +enum staginggoerli_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type staginggoerli_swap__Block_ { + """The hash of the block""" + hash: staginggoerli_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type staginggoerli_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for a block number. It will be filled if the _meta field has no block constraint and therefore asks for the latest block """ - block: mumbai_swap__Block_! + block: staginggoerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar stagingoptimismgoerli_swap_BigDecimal +scalar stagingarbitrumgoerli_swap_BigDecimal -input stagingoptimismgoerli_swap_BlockChangedFilter { +input stagingarbitrumgoerli_swap_BlockChangedFilter { number_gte: Int! } -input stagingoptimismgoerli_swap_Block_height { - hash: stagingoptimismgoerli_swap_Bytes +input stagingarbitrumgoerli_swap_Block_height { + hash: stagingarbitrumgoerli_swap_Bytes number: Int number_gte: Int } -scalar stagingoptimismgoerli_swap_Bytes +scalar stagingarbitrumgoerli_swap_Bytes """ 8 bytes signed integer """ -scalar stagingoptimismgoerli_swap_Int8 +scalar stagingarbitrumgoerli_swap_Int8 -type stagingoptimismgoerli_swap_LpAccount { +type stagingarbitrumgoerli_swap_LpAccount { id: ID! - address: stagingoptimismgoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_LpAccountBalance_filter): [stagingoptimismgoerli_swap_LpAccountBalance!]! + address: stagingarbitrumgoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_LpAccountBalance_filter): [stagingarbitrumgoerli_swap_LpAccountBalance!]! } -type stagingoptimismgoerli_swap_LpAccountBalance { +type stagingarbitrumgoerli_swap_LpAccountBalance { id: ID! - account: stagingoptimismgoerli_swap_LpAccount! - token: stagingoptimismgoerli_swap_LpToken! - amount: stagingoptimismgoerli_swap_BigDecimal! + account: stagingarbitrumgoerli_swap_LpAccount! + token: stagingarbitrumgoerli_swap_LpToken! + amount: stagingarbitrumgoerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: stagingoptimismgoerli_swap_Bytes + transaction: stagingarbitrumgoerli_swap_Bytes } -input stagingoptimismgoerli_swap_LpAccountBalance_filter { +input stagingarbitrumgoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -44726,7 +45391,7 @@ input stagingoptimismgoerli_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: stagingoptimismgoerli_swap_LpAccount_filter + account_: stagingarbitrumgoerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -44747,15 +45412,15 @@ input stagingoptimismgoerli_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: stagingoptimismgoerli_swap_LpToken_filter - amount: stagingoptimismgoerli_swap_BigDecimal - amount_not: stagingoptimismgoerli_swap_BigDecimal - amount_gt: stagingoptimismgoerli_swap_BigDecimal - amount_lt: stagingoptimismgoerli_swap_BigDecimal - amount_gte: stagingoptimismgoerli_swap_BigDecimal - amount_lte: stagingoptimismgoerli_swap_BigDecimal - amount_in: [stagingoptimismgoerli_swap_BigDecimal!] - amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + token_: stagingarbitrumgoerli_swap_LpToken_filter + amount: stagingarbitrumgoerli_swap_BigDecimal + amount_not: stagingarbitrumgoerli_swap_BigDecimal + amount_gt: stagingarbitrumgoerli_swap_BigDecimal + amount_lt: stagingarbitrumgoerli_swap_BigDecimal + amount_gte: stagingarbitrumgoerli_swap_BigDecimal + amount_lte: stagingarbitrumgoerli_swap_BigDecimal + amount_in: [stagingarbitrumgoerli_swap_BigDecimal!] + amount_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -44772,23 +45437,23 @@ input stagingoptimismgoerli_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpAccountBalance_filter] - or: [stagingoptimismgoerli_swap_LpAccountBalance_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpAccountBalance_filter] + or: [stagingarbitrumgoerli_swap_LpAccountBalance_filter] } -enum stagingoptimismgoerli_swap_LpAccountBalance_orderBy { +enum stagingarbitrumgoerli_swap_LpAccountBalance_orderBy { id account account__id @@ -44806,7 +45471,7 @@ enum stagingoptimismgoerli_swap_LpAccountBalance_orderBy { transaction } -input stagingoptimismgoerli_swap_LpAccount_filter { +input stagingarbitrumgoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -44815,51 +45480,51 @@ input stagingoptimismgoerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: stagingoptimismgoerli_swap_Bytes - address_not: stagingoptimismgoerli_swap_Bytes - address_gt: stagingoptimismgoerli_swap_Bytes - address_lt: stagingoptimismgoerli_swap_Bytes - address_gte: stagingoptimismgoerli_swap_Bytes - address_lte: stagingoptimismgoerli_swap_Bytes - address_in: [stagingoptimismgoerli_swap_Bytes!] - address_not_in: [stagingoptimismgoerli_swap_Bytes!] - address_contains: stagingoptimismgoerli_swap_Bytes - address_not_contains: stagingoptimismgoerli_swap_Bytes - balances_: stagingoptimismgoerli_swap_LpAccountBalance_filter + address: stagingarbitrumgoerli_swap_Bytes + address_not: stagingarbitrumgoerli_swap_Bytes + address_gt: stagingarbitrumgoerli_swap_Bytes + address_lt: stagingarbitrumgoerli_swap_Bytes + address_gte: stagingarbitrumgoerli_swap_Bytes + address_lte: stagingarbitrumgoerli_swap_Bytes + address_in: [stagingarbitrumgoerli_swap_Bytes!] + address_not_in: [stagingarbitrumgoerli_swap_Bytes!] + address_contains: stagingarbitrumgoerli_swap_Bytes + address_not_contains: stagingarbitrumgoerli_swap_Bytes + balances_: stagingarbitrumgoerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpAccount_filter] - or: [stagingoptimismgoerli_swap_LpAccount_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpAccount_filter] + or: [stagingarbitrumgoerli_swap_LpAccount_filter] } -enum stagingoptimismgoerli_swap_LpAccount_orderBy { +enum stagingarbitrumgoerli_swap_LpAccount_orderBy { id address balances } -type stagingoptimismgoerli_swap_LpToken { +type stagingarbitrumgoerli_swap_LpToken { id: ID! - address: stagingoptimismgoerli_swap_Bytes! - stableSwap: stagingoptimismgoerli_swap_StableSwap! + address: stagingarbitrumgoerli_swap_Bytes! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: stagingoptimismgoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_LpTokenEvent_filter): [stagingoptimismgoerli_swap_LpTokenEvent!]! + totalSupply: stagingarbitrumgoerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_LpTokenEvent_filter): [stagingarbitrumgoerli_swap_LpTokenEvent!]! } -interface stagingoptimismgoerli_swap_LpTokenEvent { +interface stagingarbitrumgoerli_swap_LpTokenEvent { id: ID! - token: stagingoptimismgoerli_swap_LpToken! - amount: stagingoptimismgoerli_swap_BigDecimal! + token: stagingarbitrumgoerli_swap_LpToken! + amount: stagingarbitrumgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! + transaction: stagingarbitrumgoerli_swap_Bytes! nonce: BigInt! } -input stagingoptimismgoerli_swap_LpTokenEvent_filter { +input stagingarbitrumgoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -44888,15 +45553,15 @@ input stagingoptimismgoerli_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: stagingoptimismgoerli_swap_LpToken_filter - amount: stagingoptimismgoerli_swap_BigDecimal - amount_not: stagingoptimismgoerli_swap_BigDecimal - amount_gt: stagingoptimismgoerli_swap_BigDecimal - amount_lt: stagingoptimismgoerli_swap_BigDecimal - amount_gte: stagingoptimismgoerli_swap_BigDecimal - amount_lte: stagingoptimismgoerli_swap_BigDecimal - amount_in: [stagingoptimismgoerli_swap_BigDecimal!] - amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + token_: stagingarbitrumgoerli_swap_LpToken_filter + amount: stagingarbitrumgoerli_swap_BigDecimal + amount_not: stagingarbitrumgoerli_swap_BigDecimal + amount_gt: stagingarbitrumgoerli_swap_BigDecimal + amount_lt: stagingarbitrumgoerli_swap_BigDecimal + amount_gte: stagingarbitrumgoerli_swap_BigDecimal + amount_lte: stagingarbitrumgoerli_swap_BigDecimal + amount_in: [stagingarbitrumgoerli_swap_BigDecimal!] + amount_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -44913,16 +45578,16 @@ input stagingoptimismgoerli_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -44932,12 +45597,12 @@ input stagingoptimismgoerli_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpTokenEvent_filter] - or: [stagingoptimismgoerli_swap_LpTokenEvent_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpTokenEvent_filter] + or: [stagingarbitrumgoerli_swap_LpTokenEvent_filter] } -enum stagingoptimismgoerli_swap_LpTokenEvent_orderBy { +enum stagingarbitrumgoerli_swap_LpTokenEvent_orderBy { id token token__id @@ -44953,7 +45618,7 @@ enum stagingoptimismgoerli_swap_LpTokenEvent_orderBy { nonce } -input stagingoptimismgoerli_swap_LpToken_filter { +input stagingarbitrumgoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -44962,16 +45627,16 @@ input stagingoptimismgoerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: stagingoptimismgoerli_swap_Bytes - address_not: stagingoptimismgoerli_swap_Bytes - address_gt: stagingoptimismgoerli_swap_Bytes - address_lt: stagingoptimismgoerli_swap_Bytes - address_gte: stagingoptimismgoerli_swap_Bytes - address_lte: stagingoptimismgoerli_swap_Bytes - address_in: [stagingoptimismgoerli_swap_Bytes!] - address_not_in: [stagingoptimismgoerli_swap_Bytes!] - address_contains: stagingoptimismgoerli_swap_Bytes - address_not_contains: stagingoptimismgoerli_swap_Bytes + address: stagingarbitrumgoerli_swap_Bytes + address_not: stagingarbitrumgoerli_swap_Bytes + address_gt: stagingarbitrumgoerli_swap_Bytes + address_lt: stagingarbitrumgoerli_swap_Bytes + address_gte: stagingarbitrumgoerli_swap_Bytes + address_lte: stagingarbitrumgoerli_swap_Bytes + address_in: [stagingarbitrumgoerli_swap_Bytes!] + address_not_in: [stagingarbitrumgoerli_swap_Bytes!] + address_contains: stagingarbitrumgoerli_swap_Bytes + address_not_contains: stagingarbitrumgoerli_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -44992,7 +45657,7 @@ input stagingoptimismgoerli_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -45041,22 +45706,22 @@ input stagingoptimismgoerli_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: stagingoptimismgoerli_swap_BigDecimal - totalSupply_not: stagingoptimismgoerli_swap_BigDecimal - totalSupply_gt: stagingoptimismgoerli_swap_BigDecimal - totalSupply_lt: stagingoptimismgoerli_swap_BigDecimal - totalSupply_gte: stagingoptimismgoerli_swap_BigDecimal - totalSupply_lte: stagingoptimismgoerli_swap_BigDecimal - totalSupply_in: [stagingoptimismgoerli_swap_BigDecimal!] - totalSupply_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - events_: stagingoptimismgoerli_swap_LpTokenEvent_filter + totalSupply: stagingarbitrumgoerli_swap_BigDecimal + totalSupply_not: stagingarbitrumgoerli_swap_BigDecimal + totalSupply_gt: stagingarbitrumgoerli_swap_BigDecimal + totalSupply_lt: stagingarbitrumgoerli_swap_BigDecimal + totalSupply_gte: stagingarbitrumgoerli_swap_BigDecimal + totalSupply_lte: stagingarbitrumgoerli_swap_BigDecimal + totalSupply_in: [stagingarbitrumgoerli_swap_BigDecimal!] + totalSupply_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + events_: stagingarbitrumgoerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpToken_filter] - or: [stagingoptimismgoerli_swap_LpToken_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpToken_filter] + or: [stagingarbitrumgoerli_swap_LpToken_filter] } -enum stagingoptimismgoerli_swap_LpToken_orderBy { +enum stagingarbitrumgoerli_swap_LpToken_orderBy { id address stableSwap @@ -45083,21 +45748,21 @@ enum stagingoptimismgoerli_swap_LpToken_orderBy { events } -type stagingoptimismgoerli_swap_LpTransferEvent implements stagingoptimismgoerli_swap_LpTokenEvent { +type stagingarbitrumgoerli_swap_LpTransferEvent implements stagingarbitrumgoerli_swap_LpTokenEvent { id: ID! - token: stagingoptimismgoerli_swap_LpToken! - amount: stagingoptimismgoerli_swap_BigDecimal! - from: stagingoptimismgoerli_swap_Bytes! - to: stagingoptimismgoerli_swap_Bytes! - fromBalance: stagingoptimismgoerli_swap_BigDecimal! - toBalance: stagingoptimismgoerli_swap_BigDecimal! + token: stagingarbitrumgoerli_swap_LpToken! + amount: stagingarbitrumgoerli_swap_BigDecimal! + from: stagingarbitrumgoerli_swap_Bytes! + to: stagingarbitrumgoerli_swap_Bytes! + fromBalance: stagingarbitrumgoerli_swap_BigDecimal! + toBalance: stagingarbitrumgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! + transaction: stagingarbitrumgoerli_swap_Bytes! nonce: BigInt! } -input stagingoptimismgoerli_swap_LpTransferEvent_filter { +input stagingarbitrumgoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -45126,51 +45791,51 @@ input stagingoptimismgoerli_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: stagingoptimismgoerli_swap_LpToken_filter - amount: stagingoptimismgoerli_swap_BigDecimal - amount_not: stagingoptimismgoerli_swap_BigDecimal - amount_gt: stagingoptimismgoerli_swap_BigDecimal - amount_lt: stagingoptimismgoerli_swap_BigDecimal - amount_gte: stagingoptimismgoerli_swap_BigDecimal - amount_lte: stagingoptimismgoerli_swap_BigDecimal - amount_in: [stagingoptimismgoerli_swap_BigDecimal!] - amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - from: stagingoptimismgoerli_swap_Bytes - from_not: stagingoptimismgoerli_swap_Bytes - from_gt: stagingoptimismgoerli_swap_Bytes - from_lt: stagingoptimismgoerli_swap_Bytes - from_gte: stagingoptimismgoerli_swap_Bytes - from_lte: stagingoptimismgoerli_swap_Bytes - from_in: [stagingoptimismgoerli_swap_Bytes!] - from_not_in: [stagingoptimismgoerli_swap_Bytes!] - from_contains: stagingoptimismgoerli_swap_Bytes - from_not_contains: stagingoptimismgoerli_swap_Bytes - to: stagingoptimismgoerli_swap_Bytes - to_not: stagingoptimismgoerli_swap_Bytes - to_gt: stagingoptimismgoerli_swap_Bytes - to_lt: stagingoptimismgoerli_swap_Bytes - to_gte: stagingoptimismgoerli_swap_Bytes - to_lte: stagingoptimismgoerli_swap_Bytes - to_in: [stagingoptimismgoerli_swap_Bytes!] - to_not_in: [stagingoptimismgoerli_swap_Bytes!] - to_contains: stagingoptimismgoerli_swap_Bytes - to_not_contains: stagingoptimismgoerli_swap_Bytes - fromBalance: stagingoptimismgoerli_swap_BigDecimal - fromBalance_not: stagingoptimismgoerli_swap_BigDecimal - fromBalance_gt: stagingoptimismgoerli_swap_BigDecimal - fromBalance_lt: stagingoptimismgoerli_swap_BigDecimal - fromBalance_gte: stagingoptimismgoerli_swap_BigDecimal - fromBalance_lte: stagingoptimismgoerli_swap_BigDecimal - fromBalance_in: [stagingoptimismgoerli_swap_BigDecimal!] - fromBalance_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - toBalance: stagingoptimismgoerli_swap_BigDecimal - toBalance_not: stagingoptimismgoerli_swap_BigDecimal - toBalance_gt: stagingoptimismgoerli_swap_BigDecimal - toBalance_lt: stagingoptimismgoerli_swap_BigDecimal - toBalance_gte: stagingoptimismgoerli_swap_BigDecimal - toBalance_lte: stagingoptimismgoerli_swap_BigDecimal - toBalance_in: [stagingoptimismgoerli_swap_BigDecimal!] - toBalance_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + token_: stagingarbitrumgoerli_swap_LpToken_filter + amount: stagingarbitrumgoerli_swap_BigDecimal + amount_not: stagingarbitrumgoerli_swap_BigDecimal + amount_gt: stagingarbitrumgoerli_swap_BigDecimal + amount_lt: stagingarbitrumgoerli_swap_BigDecimal + amount_gte: stagingarbitrumgoerli_swap_BigDecimal + amount_lte: stagingarbitrumgoerli_swap_BigDecimal + amount_in: [stagingarbitrumgoerli_swap_BigDecimal!] + amount_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + from: stagingarbitrumgoerli_swap_Bytes + from_not: stagingarbitrumgoerli_swap_Bytes + from_gt: stagingarbitrumgoerli_swap_Bytes + from_lt: stagingarbitrumgoerli_swap_Bytes + from_gte: stagingarbitrumgoerli_swap_Bytes + from_lte: stagingarbitrumgoerli_swap_Bytes + from_in: [stagingarbitrumgoerli_swap_Bytes!] + from_not_in: [stagingarbitrumgoerli_swap_Bytes!] + from_contains: stagingarbitrumgoerli_swap_Bytes + from_not_contains: stagingarbitrumgoerli_swap_Bytes + to: stagingarbitrumgoerli_swap_Bytes + to_not: stagingarbitrumgoerli_swap_Bytes + to_gt: stagingarbitrumgoerli_swap_Bytes + to_lt: stagingarbitrumgoerli_swap_Bytes + to_gte: stagingarbitrumgoerli_swap_Bytes + to_lte: stagingarbitrumgoerli_swap_Bytes + to_in: [stagingarbitrumgoerli_swap_Bytes!] + to_not_in: [stagingarbitrumgoerli_swap_Bytes!] + to_contains: stagingarbitrumgoerli_swap_Bytes + to_not_contains: stagingarbitrumgoerli_swap_Bytes + fromBalance: stagingarbitrumgoerli_swap_BigDecimal + fromBalance_not: stagingarbitrumgoerli_swap_BigDecimal + fromBalance_gt: stagingarbitrumgoerli_swap_BigDecimal + fromBalance_lt: stagingarbitrumgoerli_swap_BigDecimal + fromBalance_gte: stagingarbitrumgoerli_swap_BigDecimal + fromBalance_lte: stagingarbitrumgoerli_swap_BigDecimal + fromBalance_in: [stagingarbitrumgoerli_swap_BigDecimal!] + fromBalance_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + toBalance: stagingarbitrumgoerli_swap_BigDecimal + toBalance_not: stagingarbitrumgoerli_swap_BigDecimal + toBalance_gt: stagingarbitrumgoerli_swap_BigDecimal + toBalance_lt: stagingarbitrumgoerli_swap_BigDecimal + toBalance_gte: stagingarbitrumgoerli_swap_BigDecimal + toBalance_lte: stagingarbitrumgoerli_swap_BigDecimal + toBalance_in: [stagingarbitrumgoerli_swap_BigDecimal!] + toBalance_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -45187,16 +45852,16 @@ input stagingoptimismgoerli_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -45206,12 +45871,12 @@ input stagingoptimismgoerli_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpTransferEvent_filter] - or: [stagingoptimismgoerli_swap_LpTransferEvent_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpTransferEvent_filter] + or: [stagingarbitrumgoerli_swap_LpTransferEvent_filter] } -enum stagingoptimismgoerli_swap_LpTransferEvent_orderBy { +enum stagingarbitrumgoerli_swap_LpTransferEvent_orderBy { id token token__id @@ -45232,17 +45897,17 @@ enum stagingoptimismgoerli_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingoptimismgoerli_swap_OrderDirection { +enum stagingarbitrumgoerli_swap_OrderDirection { asc desc } -type stagingoptimismgoerli_swap_PooledToken { +type stagingarbitrumgoerli_swap_PooledToken { id: ID! - asset: stagingoptimismgoerli_swap_Bytes! + asset: stagingarbitrumgoerli_swap_Bytes! } -input stagingoptimismgoerli_swap_PooledToken_filter { +input stagingarbitrumgoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -45251,59 +45916,59 @@ input stagingoptimismgoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: stagingoptimismgoerli_swap_Bytes - asset_not: stagingoptimismgoerli_swap_Bytes - asset_gt: stagingoptimismgoerli_swap_Bytes - asset_lt: stagingoptimismgoerli_swap_Bytes - asset_gte: stagingoptimismgoerli_swap_Bytes - asset_lte: stagingoptimismgoerli_swap_Bytes - asset_in: [stagingoptimismgoerli_swap_Bytes!] - asset_not_in: [stagingoptimismgoerli_swap_Bytes!] - asset_contains: stagingoptimismgoerli_swap_Bytes - asset_not_contains: stagingoptimismgoerli_swap_Bytes + asset: stagingarbitrumgoerli_swap_Bytes + asset_not: stagingarbitrumgoerli_swap_Bytes + asset_gt: stagingarbitrumgoerli_swap_Bytes + asset_lt: stagingarbitrumgoerli_swap_Bytes + asset_gte: stagingarbitrumgoerli_swap_Bytes + asset_lte: stagingarbitrumgoerli_swap_Bytes + asset_in: [stagingarbitrumgoerli_swap_Bytes!] + asset_not_in: [stagingarbitrumgoerli_swap_Bytes!] + asset_contains: stagingarbitrumgoerli_swap_Bytes + asset_not_contains: stagingarbitrumgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_PooledToken_filter] - or: [stagingoptimismgoerli_swap_PooledToken_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_PooledToken_filter] + or: [stagingarbitrumgoerli_swap_PooledToken_filter] } -enum stagingoptimismgoerli_swap_PooledToken_orderBy { +enum stagingarbitrumgoerli_swap_PooledToken_orderBy { id asset } -type stagingoptimismgoerli_swap_StableSwap { +type stagingarbitrumgoerli_swap_StableSwap { id: ID! isActive: Boolean - key: stagingoptimismgoerli_swap_Bytes! - canonicalId: stagingoptimismgoerli_swap_Bytes + key: stagingarbitrumgoerli_swap_Bytes! + canonicalId: stagingarbitrumgoerli_swap_Bytes domain: BigInt - swapPool: stagingoptimismgoerli_swap_Bytes - lpToken: stagingoptimismgoerli_swap_Bytes + swapPool: stagingarbitrumgoerli_swap_Bytes + lpToken: stagingarbitrumgoerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [stagingoptimismgoerli_swap_Bytes!]! + pooledTokens: [stagingarbitrumgoerli_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_StableSwapEvent_filter): [stagingoptimismgoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_StableSwapExchange_filter): [stagingoptimismgoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapHourlyVolume_filter): [stagingoptimismgoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapDailyVolume_filter): [stagingoptimismgoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter): [stagingoptimismgoerli_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_StableSwapEvent_filter): [stagingarbitrumgoerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_StableSwapExchange_filter): [stagingarbitrumgoerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter): [stagingarbitrumgoerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_SwapDailyVolume_filter): [stagingarbitrumgoerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter): [stagingarbitrumgoerli_swap_SwapWeeklyVolume!] } -type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent implements stagingoptimismgoerli_swap_StableSwapEvent { +type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent implements stagingarbitrumgoerli_swap_StableSwapEvent { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - provider: stagingoptimismgoerli_swap_Bytes! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! + provider: stagingarbitrumgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -45312,11 +45977,11 @@ type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent implements stagingop balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! + transaction: stagingarbitrumgoerli_swap_Bytes! nonce: BigInt! } -input stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter { +input stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -45345,17 +46010,17 @@ input stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - provider: stagingoptimismgoerli_swap_Bytes - provider_not: stagingoptimismgoerli_swap_Bytes - provider_gt: stagingoptimismgoerli_swap_Bytes - provider_lt: stagingoptimismgoerli_swap_Bytes - provider_gte: stagingoptimismgoerli_swap_Bytes - provider_lte: stagingoptimismgoerli_swap_Bytes - provider_in: [stagingoptimismgoerli_swap_Bytes!] - provider_not_in: [stagingoptimismgoerli_swap_Bytes!] - provider_contains: stagingoptimismgoerli_swap_Bytes - provider_not_contains: stagingoptimismgoerli_swap_Bytes + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + provider: stagingarbitrumgoerli_swap_Bytes + provider_not: stagingarbitrumgoerli_swap_Bytes + provider_gt: stagingarbitrumgoerli_swap_Bytes + provider_lt: stagingarbitrumgoerli_swap_Bytes + provider_gte: stagingarbitrumgoerli_swap_Bytes + provider_lte: stagingarbitrumgoerli_swap_Bytes + provider_in: [stagingarbitrumgoerli_swap_Bytes!] + provider_not_in: [stagingarbitrumgoerli_swap_Bytes!] + provider_contains: stagingarbitrumgoerli_swap_Bytes + provider_not_contains: stagingarbitrumgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -45414,16 +46079,16 @@ input stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -45433,12 +46098,12 @@ input stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -45470,16 +46135,16 @@ enum stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface stagingoptimismgoerli_swap_StableSwapEvent { +interface stagingarbitrumgoerli_swap_StableSwapEvent { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! + transaction: stagingarbitrumgoerli_swap_Bytes! nonce: BigInt! } -input stagingoptimismgoerli_swap_StableSwapEvent_filter { +input stagingarbitrumgoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -45508,7 +46173,7 @@ input stagingoptimismgoerli_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -45525,16 +46190,16 @@ input stagingoptimismgoerli_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -45544,12 +46209,12 @@ input stagingoptimismgoerli_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwapEvent_filter] - or: [stagingoptimismgoerli_swap_StableSwapEvent_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwapEvent_filter] + or: [stagingarbitrumgoerli_swap_StableSwapEvent_filter] } -enum stagingoptimismgoerli_swap_StableSwapEvent_orderBy { +enum stagingarbitrumgoerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -45574,10 +46239,10 @@ enum stagingoptimismgoerli_swap_StableSwapEvent_orderBy { nonce } -type stagingoptimismgoerli_swap_StableSwapExchange { +type stagingarbitrumgoerli_swap_StableSwapExchange { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - buyer: stagingoptimismgoerli_swap_Bytes! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! + buyer: stagingarbitrumgoerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -45586,11 +46251,11 @@ type stagingoptimismgoerli_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! + transaction: stagingarbitrumgoerli_swap_Bytes! nonce: BigInt! } -input stagingoptimismgoerli_swap_StableSwapExchange_filter { +input stagingarbitrumgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -45619,17 +46284,17 @@ input stagingoptimismgoerli_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - buyer: stagingoptimismgoerli_swap_Bytes - buyer_not: stagingoptimismgoerli_swap_Bytes - buyer_gt: stagingoptimismgoerli_swap_Bytes - buyer_lt: stagingoptimismgoerli_swap_Bytes - buyer_gte: stagingoptimismgoerli_swap_Bytes - buyer_lte: stagingoptimismgoerli_swap_Bytes - buyer_in: [stagingoptimismgoerli_swap_Bytes!] - buyer_not_in: [stagingoptimismgoerli_swap_Bytes!] - buyer_contains: stagingoptimismgoerli_swap_Bytes - buyer_not_contains: stagingoptimismgoerli_swap_Bytes + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + buyer: stagingarbitrumgoerli_swap_Bytes + buyer_not: stagingarbitrumgoerli_swap_Bytes + buyer_gt: stagingarbitrumgoerli_swap_Bytes + buyer_lt: stagingarbitrumgoerli_swap_Bytes + buyer_gte: stagingarbitrumgoerli_swap_Bytes + buyer_lte: stagingarbitrumgoerli_swap_Bytes + buyer_in: [stagingarbitrumgoerli_swap_Bytes!] + buyer_not_in: [stagingarbitrumgoerli_swap_Bytes!] + buyer_contains: stagingarbitrumgoerli_swap_Bytes + buyer_not_contains: stagingarbitrumgoerli_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -45692,16 +46357,16 @@ input stagingoptimismgoerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -45711,12 +46376,12 @@ input stagingoptimismgoerli_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwapExchange_filter] - or: [stagingoptimismgoerli_swap_StableSwapExchange_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwapExchange_filter] + or: [stagingarbitrumgoerli_swap_StableSwapExchange_filter] } -enum stagingoptimismgoerli_swap_StableSwapExchange_orderBy { +enum stagingarbitrumgoerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -45748,10 +46413,10 @@ enum stagingoptimismgoerli_swap_StableSwapExchange_orderBy { nonce } -type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent implements stagingoptimismgoerli_swap_StableSwapEvent { +type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements stagingarbitrumgoerli_swap_StableSwapEvent { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - provider: stagingoptimismgoerli_swap_Bytes! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! + provider: stagingarbitrumgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -45760,11 +46425,11 @@ type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent implements stagin balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! + transaction: stagingarbitrumgoerli_swap_Bytes! nonce: BigInt! } -input stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -45793,17 +46458,17 @@ input stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - provider: stagingoptimismgoerli_swap_Bytes - provider_not: stagingoptimismgoerli_swap_Bytes - provider_gt: stagingoptimismgoerli_swap_Bytes - provider_lt: stagingoptimismgoerli_swap_Bytes - provider_gte: stagingoptimismgoerli_swap_Bytes - provider_lte: stagingoptimismgoerli_swap_Bytes - provider_in: [stagingoptimismgoerli_swap_Bytes!] - provider_not_in: [stagingoptimismgoerli_swap_Bytes!] - provider_contains: stagingoptimismgoerli_swap_Bytes - provider_not_contains: stagingoptimismgoerli_swap_Bytes + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + provider: stagingarbitrumgoerli_swap_Bytes + provider_not: stagingarbitrumgoerli_swap_Bytes + provider_gt: stagingarbitrumgoerli_swap_Bytes + provider_lt: stagingarbitrumgoerli_swap_Bytes + provider_gte: stagingarbitrumgoerli_swap_Bytes + provider_lte: stagingarbitrumgoerli_swap_Bytes + provider_in: [stagingarbitrumgoerli_swap_Bytes!] + provider_not_in: [stagingarbitrumgoerli_swap_Bytes!] + provider_contains: stagingarbitrumgoerli_swap_Bytes + provider_not_contains: stagingarbitrumgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -45862,16 +46527,16 @@ input stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -45881,12 +46546,12 @@ input stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -45918,7 +46583,7 @@ enum stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input stagingoptimismgoerli_swap_StableSwap_filter { +input stagingarbitrumgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -45931,26 +46596,26 @@ input stagingoptimismgoerli_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: stagingoptimismgoerli_swap_Bytes - key_not: stagingoptimismgoerli_swap_Bytes - key_gt: stagingoptimismgoerli_swap_Bytes - key_lt: stagingoptimismgoerli_swap_Bytes - key_gte: stagingoptimismgoerli_swap_Bytes - key_lte: stagingoptimismgoerli_swap_Bytes - key_in: [stagingoptimismgoerli_swap_Bytes!] - key_not_in: [stagingoptimismgoerli_swap_Bytes!] - key_contains: stagingoptimismgoerli_swap_Bytes - key_not_contains: stagingoptimismgoerli_swap_Bytes - canonicalId: stagingoptimismgoerli_swap_Bytes - canonicalId_not: stagingoptimismgoerli_swap_Bytes - canonicalId_gt: stagingoptimismgoerli_swap_Bytes - canonicalId_lt: stagingoptimismgoerli_swap_Bytes - canonicalId_gte: stagingoptimismgoerli_swap_Bytes - canonicalId_lte: stagingoptimismgoerli_swap_Bytes - canonicalId_in: [stagingoptimismgoerli_swap_Bytes!] - canonicalId_not_in: [stagingoptimismgoerli_swap_Bytes!] - canonicalId_contains: stagingoptimismgoerli_swap_Bytes - canonicalId_not_contains: stagingoptimismgoerli_swap_Bytes + key: stagingarbitrumgoerli_swap_Bytes + key_not: stagingarbitrumgoerli_swap_Bytes + key_gt: stagingarbitrumgoerli_swap_Bytes + key_lt: stagingarbitrumgoerli_swap_Bytes + key_gte: stagingarbitrumgoerli_swap_Bytes + key_lte: stagingarbitrumgoerli_swap_Bytes + key_in: [stagingarbitrumgoerli_swap_Bytes!] + key_not_in: [stagingarbitrumgoerli_swap_Bytes!] + key_contains: stagingarbitrumgoerli_swap_Bytes + key_not_contains: stagingarbitrumgoerli_swap_Bytes + canonicalId: stagingarbitrumgoerli_swap_Bytes + canonicalId_not: stagingarbitrumgoerli_swap_Bytes + canonicalId_gt: stagingarbitrumgoerli_swap_Bytes + canonicalId_lt: stagingarbitrumgoerli_swap_Bytes + canonicalId_gte: stagingarbitrumgoerli_swap_Bytes + canonicalId_lte: stagingarbitrumgoerli_swap_Bytes + canonicalId_in: [stagingarbitrumgoerli_swap_Bytes!] + canonicalId_not_in: [stagingarbitrumgoerli_swap_Bytes!] + canonicalId_contains: stagingarbitrumgoerli_swap_Bytes + canonicalId_not_contains: stagingarbitrumgoerli_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -45959,26 +46624,26 @@ input stagingoptimismgoerli_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: stagingoptimismgoerli_swap_Bytes - swapPool_not: stagingoptimismgoerli_swap_Bytes - swapPool_gt: stagingoptimismgoerli_swap_Bytes - swapPool_lt: stagingoptimismgoerli_swap_Bytes - swapPool_gte: stagingoptimismgoerli_swap_Bytes - swapPool_lte: stagingoptimismgoerli_swap_Bytes - swapPool_in: [stagingoptimismgoerli_swap_Bytes!] - swapPool_not_in: [stagingoptimismgoerli_swap_Bytes!] - swapPool_contains: stagingoptimismgoerli_swap_Bytes - swapPool_not_contains: stagingoptimismgoerli_swap_Bytes - lpToken: stagingoptimismgoerli_swap_Bytes - lpToken_not: stagingoptimismgoerli_swap_Bytes - lpToken_gt: stagingoptimismgoerli_swap_Bytes - lpToken_lt: stagingoptimismgoerli_swap_Bytes - lpToken_gte: stagingoptimismgoerli_swap_Bytes - lpToken_lte: stagingoptimismgoerli_swap_Bytes - lpToken_in: [stagingoptimismgoerli_swap_Bytes!] - lpToken_not_in: [stagingoptimismgoerli_swap_Bytes!] - lpToken_contains: stagingoptimismgoerli_swap_Bytes - lpToken_not_contains: stagingoptimismgoerli_swap_Bytes + swapPool: stagingarbitrumgoerli_swap_Bytes + swapPool_not: stagingarbitrumgoerli_swap_Bytes + swapPool_gt: stagingarbitrumgoerli_swap_Bytes + swapPool_lt: stagingarbitrumgoerli_swap_Bytes + swapPool_gte: stagingarbitrumgoerli_swap_Bytes + swapPool_lte: stagingarbitrumgoerli_swap_Bytes + swapPool_in: [stagingarbitrumgoerli_swap_Bytes!] + swapPool_not_in: [stagingarbitrumgoerli_swap_Bytes!] + swapPool_contains: stagingarbitrumgoerli_swap_Bytes + swapPool_not_contains: stagingarbitrumgoerli_swap_Bytes + lpToken: stagingarbitrumgoerli_swap_Bytes + lpToken_not: stagingarbitrumgoerli_swap_Bytes + lpToken_gt: stagingarbitrumgoerli_swap_Bytes + lpToken_lt: stagingarbitrumgoerli_swap_Bytes + lpToken_gte: stagingarbitrumgoerli_swap_Bytes + lpToken_lte: stagingarbitrumgoerli_swap_Bytes + lpToken_in: [stagingarbitrumgoerli_swap_Bytes!] + lpToken_not_in: [stagingarbitrumgoerli_swap_Bytes!] + lpToken_contains: stagingarbitrumgoerli_swap_Bytes + lpToken_not_contains: stagingarbitrumgoerli_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -46027,12 +46692,12 @@ input stagingoptimismgoerli_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_not: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_contains: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_contains_nocase: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_not_contains: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens: [stagingarbitrumgoerli_swap_Bytes!] + pooledTokens_not: [stagingarbitrumgoerli_swap_Bytes!] + pooledTokens_contains: [stagingarbitrumgoerli_swap_Bytes!] + pooledTokens_contains_nocase: [stagingarbitrumgoerli_swap_Bytes!] + pooledTokens_not_contains: [stagingarbitrumgoerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [stagingarbitrumgoerli_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -46075,18 +46740,18 @@ input stagingoptimismgoerli_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: stagingoptimismgoerli_swap_StableSwapEvent_filter - exchanges_: stagingoptimismgoerli_swap_StableSwapExchange_filter - hourlyVolumes_: stagingoptimismgoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: stagingoptimismgoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter + events_: stagingarbitrumgoerli_swap_StableSwapEvent_filter + exchanges_: stagingarbitrumgoerli_swap_StableSwapExchange_filter + hourlyVolumes_: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter + dailyVolumes_: stagingarbitrumgoerli_swap_SwapDailyVolume_filter + weeklyVolumes_: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwap_filter] - or: [stagingoptimismgoerli_swap_StableSwap_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwap_filter] + or: [stagingarbitrumgoerli_swap_StableSwap_filter] } -enum stagingoptimismgoerli_swap_StableSwap_orderBy { +enum stagingarbitrumgoerli_swap_StableSwap_orderBy { id isActive key @@ -46114,14 +46779,14 @@ enum stagingoptimismgoerli_swap_StableSwap_orderBy { weeklyVolumes } -type stagingoptimismgoerli_swap_SwapDailyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { +type stagingarbitrumgoerli_swap_SwapDailyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + volume: stagingarbitrumgoerli_swap_BigDecimal! } -input stagingoptimismgoerli_swap_SwapDailyVolume_filter { +input stagingarbitrumgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -46150,7 +46815,7 @@ input stagingoptimismgoerli_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -46159,21 +46824,21 @@ input stagingoptimismgoerli_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingoptimismgoerli_swap_BigDecimal - volume_not: stagingoptimismgoerli_swap_BigDecimal - volume_gt: stagingoptimismgoerli_swap_BigDecimal - volume_lt: stagingoptimismgoerli_swap_BigDecimal - volume_gte: stagingoptimismgoerli_swap_BigDecimal - volume_lte: stagingoptimismgoerli_swap_BigDecimal - volume_in: [stagingoptimismgoerli_swap_BigDecimal!] - volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume: stagingarbitrumgoerli_swap_BigDecimal + volume_not: stagingarbitrumgoerli_swap_BigDecimal + volume_gt: stagingarbitrumgoerli_swap_BigDecimal + volume_lt: stagingarbitrumgoerli_swap_BigDecimal + volume_gte: stagingarbitrumgoerli_swap_BigDecimal + volume_lte: stagingarbitrumgoerli_swap_BigDecimal + volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] + volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] - or: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SwapDailyVolume_filter] + or: [stagingarbitrumgoerli_swap_SwapDailyVolume_filter] } -enum stagingoptimismgoerli_swap_SwapDailyVolume_orderBy { +enum stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -46196,14 +46861,14 @@ enum stagingoptimismgoerli_swap_SwapDailyVolume_orderBy { volume } -type stagingoptimismgoerli_swap_SwapHourlyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { +type stagingarbitrumgoerli_swap_SwapHourlyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + volume: stagingarbitrumgoerli_swap_BigDecimal! } -input stagingoptimismgoerli_swap_SwapHourlyVolume_filter { +input stagingarbitrumgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -46232,7 +46897,7 @@ input stagingoptimismgoerli_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -46241,21 +46906,21 @@ input stagingoptimismgoerli_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingoptimismgoerli_swap_BigDecimal - volume_not: stagingoptimismgoerli_swap_BigDecimal - volume_gt: stagingoptimismgoerli_swap_BigDecimal - volume_lt: stagingoptimismgoerli_swap_BigDecimal - volume_gte: stagingoptimismgoerli_swap_BigDecimal - volume_lte: stagingoptimismgoerli_swap_BigDecimal - volume_in: [stagingoptimismgoerli_swap_BigDecimal!] - volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume: stagingarbitrumgoerli_swap_BigDecimal + volume_not: stagingarbitrumgoerli_swap_BigDecimal + volume_gt: stagingarbitrumgoerli_swap_BigDecimal + volume_lt: stagingarbitrumgoerli_swap_BigDecimal + volume_gte: stagingarbitrumgoerli_swap_BigDecimal + volume_lte: stagingarbitrumgoerli_swap_BigDecimal + volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] + volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] - or: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SwapHourlyVolume_filter] + or: [stagingarbitrumgoerli_swap_SwapHourlyVolume_filter] } -enum stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy { +enum stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -46278,13 +46943,13 @@ enum stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy { volume } -interface stagingoptimismgoerli_swap_SwapTradeVolume { - stableSwap: stagingoptimismgoerli_swap_StableSwap! +interface stagingarbitrumgoerli_swap_SwapTradeVolume { + stableSwap: stagingarbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + volume: stagingarbitrumgoerli_swap_BigDecimal! } -input stagingoptimismgoerli_swap_SwapTradeVolume_filter { +input stagingarbitrumgoerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -46305,7 +46970,7 @@ input stagingoptimismgoerli_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -46314,21 +46979,21 @@ input stagingoptimismgoerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingoptimismgoerli_swap_BigDecimal - volume_not: stagingoptimismgoerli_swap_BigDecimal - volume_gt: stagingoptimismgoerli_swap_BigDecimal - volume_lt: stagingoptimismgoerli_swap_BigDecimal - volume_gte: stagingoptimismgoerli_swap_BigDecimal - volume_lte: stagingoptimismgoerli_swap_BigDecimal - volume_in: [stagingoptimismgoerli_swap_BigDecimal!] - volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume: stagingarbitrumgoerli_swap_BigDecimal + volume_not: stagingarbitrumgoerli_swap_BigDecimal + volume_gt: stagingarbitrumgoerli_swap_BigDecimal + volume_lt: stagingarbitrumgoerli_swap_BigDecimal + volume_gte: stagingarbitrumgoerli_swap_BigDecimal + volume_lte: stagingarbitrumgoerli_swap_BigDecimal + volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] + volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] - or: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SwapTradeVolume_filter] + or: [stagingarbitrumgoerli_swap_SwapTradeVolume_filter] } -enum stagingoptimismgoerli_swap_SwapTradeVolume_orderBy { +enum stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -46350,14 +47015,14 @@ enum stagingoptimismgoerli_swap_SwapTradeVolume_orderBy { volume } -type stagingoptimismgoerli_swap_SwapWeeklyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { +type stagingarbitrumgoerli_swap_SwapWeeklyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + volume: stagingarbitrumgoerli_swap_BigDecimal! } -input stagingoptimismgoerli_swap_SwapWeeklyVolume_filter { +input stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -46386,7 +47051,7 @@ input stagingoptimismgoerli_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -46395,21 +47060,21 @@ input stagingoptimismgoerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingoptimismgoerli_swap_BigDecimal - volume_not: stagingoptimismgoerli_swap_BigDecimal - volume_gt: stagingoptimismgoerli_swap_BigDecimal - volume_lt: stagingoptimismgoerli_swap_BigDecimal - volume_gte: stagingoptimismgoerli_swap_BigDecimal - volume_lte: stagingoptimismgoerli_swap_BigDecimal - volume_in: [stagingoptimismgoerli_swap_BigDecimal!] - volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume: stagingarbitrumgoerli_swap_BigDecimal + volume_not: stagingarbitrumgoerli_swap_BigDecimal + volume_gt: stagingarbitrumgoerli_swap_BigDecimal + volume_lt: stagingarbitrumgoerli_swap_BigDecimal + volume_gte: stagingarbitrumgoerli_swap_BigDecimal + volume_lte: stagingarbitrumgoerli_swap_BigDecimal + volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] + volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] - or: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter] + or: [stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter] } -enum stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy { +enum stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -46432,13 +47097,13 @@ enum stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy { volume } -type stagingoptimismgoerli_swap_SystemInfo { +type stagingarbitrumgoerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input stagingoptimismgoerli_swap_SystemInfo_filter { +input stagingarbitrumgoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -46464,20 +47129,20 @@ input stagingoptimismgoerli_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SystemInfo_filter] - or: [stagingoptimismgoerli_swap_SystemInfo_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SystemInfo_filter] + or: [stagingarbitrumgoerli_swap_SystemInfo_filter] } -enum stagingoptimismgoerli_swap_SystemInfo_orderBy { +enum stagingarbitrumgoerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type stagingoptimismgoerli_swap__Block_ { +type stagingarbitrumgoerli_swap__Block_ { """The hash of the block""" - hash: stagingoptimismgoerli_swap_Bytes + hash: stagingarbitrumgoerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -46485,7 +47150,7 @@ type stagingoptimismgoerli_swap__Block_ { } """The type for the top-level _meta field""" -type stagingoptimismgoerli_swap__Meta_ { +type stagingarbitrumgoerli_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -46493,50 +47158,50 @@ type stagingoptimismgoerli_swap__Meta_ { and therefore asks for the latest block """ - block: stagingoptimismgoerli_swap__Block_! + block: stagingarbitrumgoerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar goerli_swap_BigDecimal +scalar arbitrumgoerli_swap_BigDecimal -input goerli_swap_BlockChangedFilter { +input arbitrumgoerli_swap_BlockChangedFilter { number_gte: Int! } -input goerli_swap_Block_height { - hash: goerli_swap_Bytes +input arbitrumgoerli_swap_Block_height { + hash: arbitrumgoerli_swap_Bytes number: Int number_gte: Int } -scalar goerli_swap_Bytes +scalar arbitrumgoerli_swap_Bytes """ 8 bytes signed integer """ -scalar goerli_swap_Int8 +scalar arbitrumgoerli_swap_Int8 -type goerli_swap_LpAccount { +type arbitrumgoerli_swap_LpAccount { id: ID! - address: goerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_LpAccountBalance_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_LpAccountBalance_filter): [goerli_swap_LpAccountBalance!]! + address: arbitrumgoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_LpAccountBalance_filter): [arbitrumgoerli_swap_LpAccountBalance!]! } -type goerli_swap_LpAccountBalance { +type arbitrumgoerli_swap_LpAccountBalance { id: ID! - account: goerli_swap_LpAccount! - token: goerli_swap_LpToken! - amount: goerli_swap_BigDecimal! + account: arbitrumgoerli_swap_LpAccount! + token: arbitrumgoerli_swap_LpToken! + amount: arbitrumgoerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: goerli_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes } -input goerli_swap_LpAccountBalance_filter { +input arbitrumgoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -46565,7 +47230,7 @@ input goerli_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: goerli_swap_LpAccount_filter + account_: arbitrumgoerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -46586,15 +47251,15 @@ input goerli_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: goerli_swap_LpToken_filter - amount: goerli_swap_BigDecimal - amount_not: goerli_swap_BigDecimal - amount_gt: goerli_swap_BigDecimal - amount_lt: goerli_swap_BigDecimal - amount_gte: goerli_swap_BigDecimal - amount_lte: goerli_swap_BigDecimal - amount_in: [goerli_swap_BigDecimal!] - amount_not_in: [goerli_swap_BigDecimal!] + token_: arbitrumgoerli_swap_LpToken_filter + amount: arbitrumgoerli_swap_BigDecimal + amount_not: arbitrumgoerli_swap_BigDecimal + amount_gt: arbitrumgoerli_swap_BigDecimal + amount_lt: arbitrumgoerli_swap_BigDecimal + amount_gte: arbitrumgoerli_swap_BigDecimal + amount_lte: arbitrumgoerli_swap_BigDecimal + amount_in: [arbitrumgoerli_swap_BigDecimal!] + amount_not_in: [arbitrumgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -46611,23 +47276,23 @@ input goerli_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpAccountBalance_filter] - or: [goerli_swap_LpAccountBalance_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpAccountBalance_filter] + or: [arbitrumgoerli_swap_LpAccountBalance_filter] } -enum goerli_swap_LpAccountBalance_orderBy { +enum arbitrumgoerli_swap_LpAccountBalance_orderBy { id account account__id @@ -46645,7 +47310,7 @@ enum goerli_swap_LpAccountBalance_orderBy { transaction } -input goerli_swap_LpAccount_filter { +input arbitrumgoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -46654,51 +47319,51 @@ input goerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: goerli_swap_Bytes - address_not: goerli_swap_Bytes - address_gt: goerli_swap_Bytes - address_lt: goerli_swap_Bytes - address_gte: goerli_swap_Bytes - address_lte: goerli_swap_Bytes - address_in: [goerli_swap_Bytes!] - address_not_in: [goerli_swap_Bytes!] - address_contains: goerli_swap_Bytes - address_not_contains: goerli_swap_Bytes - balances_: goerli_swap_LpAccountBalance_filter + address: arbitrumgoerli_swap_Bytes + address_not: arbitrumgoerli_swap_Bytes + address_gt: arbitrumgoerli_swap_Bytes + address_lt: arbitrumgoerli_swap_Bytes + address_gte: arbitrumgoerli_swap_Bytes + address_lte: arbitrumgoerli_swap_Bytes + address_in: [arbitrumgoerli_swap_Bytes!] + address_not_in: [arbitrumgoerli_swap_Bytes!] + address_contains: arbitrumgoerli_swap_Bytes + address_not_contains: arbitrumgoerli_swap_Bytes + balances_: arbitrumgoerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpAccount_filter] - or: [goerli_swap_LpAccount_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpAccount_filter] + or: [arbitrumgoerli_swap_LpAccount_filter] } -enum goerli_swap_LpAccount_orderBy { +enum arbitrumgoerli_swap_LpAccount_orderBy { id address balances } -type goerli_swap_LpToken { +type arbitrumgoerli_swap_LpToken { id: ID! - address: goerli_swap_Bytes! - stableSwap: goerli_swap_StableSwap! + address: arbitrumgoerli_swap_Bytes! + stableSwap: arbitrumgoerli_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: goerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_LpTokenEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_LpTokenEvent_filter): [goerli_swap_LpTokenEvent!]! + totalSupply: arbitrumgoerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_LpTokenEvent_filter): [arbitrumgoerli_swap_LpTokenEvent!]! } -interface goerli_swap_LpTokenEvent { +interface arbitrumgoerli_swap_LpTokenEvent { id: ID! - token: goerli_swap_LpToken! - amount: goerli_swap_BigDecimal! + token: arbitrumgoerli_swap_LpToken! + amount: arbitrumgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_LpTokenEvent_filter { +input arbitrumgoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -46727,15 +47392,15 @@ input goerli_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: goerli_swap_LpToken_filter - amount: goerli_swap_BigDecimal - amount_not: goerli_swap_BigDecimal - amount_gt: goerli_swap_BigDecimal - amount_lt: goerli_swap_BigDecimal - amount_gte: goerli_swap_BigDecimal - amount_lte: goerli_swap_BigDecimal - amount_in: [goerli_swap_BigDecimal!] - amount_not_in: [goerli_swap_BigDecimal!] + token_: arbitrumgoerli_swap_LpToken_filter + amount: arbitrumgoerli_swap_BigDecimal + amount_not: arbitrumgoerli_swap_BigDecimal + amount_gt: arbitrumgoerli_swap_BigDecimal + amount_lt: arbitrumgoerli_swap_BigDecimal + amount_gte: arbitrumgoerli_swap_BigDecimal + amount_lte: arbitrumgoerli_swap_BigDecimal + amount_in: [arbitrumgoerli_swap_BigDecimal!] + amount_not_in: [arbitrumgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -46752,16 +47417,16 @@ input goerli_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -46771,12 +47436,12 @@ input goerli_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpTokenEvent_filter] - or: [goerli_swap_LpTokenEvent_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpTokenEvent_filter] + or: [arbitrumgoerli_swap_LpTokenEvent_filter] } -enum goerli_swap_LpTokenEvent_orderBy { +enum arbitrumgoerli_swap_LpTokenEvent_orderBy { id token token__id @@ -46792,7 +47457,7 @@ enum goerli_swap_LpTokenEvent_orderBy { nonce } -input goerli_swap_LpToken_filter { +input arbitrumgoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -46801,16 +47466,16 @@ input goerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: goerli_swap_Bytes - address_not: goerli_swap_Bytes - address_gt: goerli_swap_Bytes - address_lt: goerli_swap_Bytes - address_gte: goerli_swap_Bytes - address_lte: goerli_swap_Bytes - address_in: [goerli_swap_Bytes!] - address_not_in: [goerli_swap_Bytes!] - address_contains: goerli_swap_Bytes - address_not_contains: goerli_swap_Bytes + address: arbitrumgoerli_swap_Bytes + address_not: arbitrumgoerli_swap_Bytes + address_gt: arbitrumgoerli_swap_Bytes + address_lt: arbitrumgoerli_swap_Bytes + address_gte: arbitrumgoerli_swap_Bytes + address_lte: arbitrumgoerli_swap_Bytes + address_in: [arbitrumgoerli_swap_Bytes!] + address_not_in: [arbitrumgoerli_swap_Bytes!] + address_contains: arbitrumgoerli_swap_Bytes + address_not_contains: arbitrumgoerli_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -46831,7 +47496,7 @@ input goerli_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: arbitrumgoerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -46880,22 +47545,22 @@ input goerli_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: goerli_swap_BigDecimal - totalSupply_not: goerli_swap_BigDecimal - totalSupply_gt: goerli_swap_BigDecimal - totalSupply_lt: goerli_swap_BigDecimal - totalSupply_gte: goerli_swap_BigDecimal - totalSupply_lte: goerli_swap_BigDecimal - totalSupply_in: [goerli_swap_BigDecimal!] - totalSupply_not_in: [goerli_swap_BigDecimal!] - events_: goerli_swap_LpTokenEvent_filter + totalSupply: arbitrumgoerli_swap_BigDecimal + totalSupply_not: arbitrumgoerli_swap_BigDecimal + totalSupply_gt: arbitrumgoerli_swap_BigDecimal + totalSupply_lt: arbitrumgoerli_swap_BigDecimal + totalSupply_gte: arbitrumgoerli_swap_BigDecimal + totalSupply_lte: arbitrumgoerli_swap_BigDecimal + totalSupply_in: [arbitrumgoerli_swap_BigDecimal!] + totalSupply_not_in: [arbitrumgoerli_swap_BigDecimal!] + events_: arbitrumgoerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpToken_filter] - or: [goerli_swap_LpToken_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpToken_filter] + or: [arbitrumgoerli_swap_LpToken_filter] } -enum goerli_swap_LpToken_orderBy { +enum arbitrumgoerli_swap_LpToken_orderBy { id address stableSwap @@ -46922,21 +47587,21 @@ enum goerli_swap_LpToken_orderBy { events } -type goerli_swap_LpTransferEvent implements goerli_swap_LpTokenEvent { +type arbitrumgoerli_swap_LpTransferEvent implements arbitrumgoerli_swap_LpTokenEvent { id: ID! - token: goerli_swap_LpToken! - amount: goerli_swap_BigDecimal! - from: goerli_swap_Bytes! - to: goerli_swap_Bytes! - fromBalance: goerli_swap_BigDecimal! - toBalance: goerli_swap_BigDecimal! + token: arbitrumgoerli_swap_LpToken! + amount: arbitrumgoerli_swap_BigDecimal! + from: arbitrumgoerli_swap_Bytes! + to: arbitrumgoerli_swap_Bytes! + fromBalance: arbitrumgoerli_swap_BigDecimal! + toBalance: arbitrumgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_LpTransferEvent_filter { +input arbitrumgoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -46965,51 +47630,51 @@ input goerli_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: goerli_swap_LpToken_filter - amount: goerli_swap_BigDecimal - amount_not: goerli_swap_BigDecimal - amount_gt: goerli_swap_BigDecimal - amount_lt: goerli_swap_BigDecimal - amount_gte: goerli_swap_BigDecimal - amount_lte: goerli_swap_BigDecimal - amount_in: [goerli_swap_BigDecimal!] - amount_not_in: [goerli_swap_BigDecimal!] - from: goerli_swap_Bytes - from_not: goerli_swap_Bytes - from_gt: goerli_swap_Bytes - from_lt: goerli_swap_Bytes - from_gte: goerli_swap_Bytes - from_lte: goerli_swap_Bytes - from_in: [goerli_swap_Bytes!] - from_not_in: [goerli_swap_Bytes!] - from_contains: goerli_swap_Bytes - from_not_contains: goerli_swap_Bytes - to: goerli_swap_Bytes - to_not: goerli_swap_Bytes - to_gt: goerli_swap_Bytes - to_lt: goerli_swap_Bytes - to_gte: goerli_swap_Bytes - to_lte: goerli_swap_Bytes - to_in: [goerli_swap_Bytes!] - to_not_in: [goerli_swap_Bytes!] - to_contains: goerli_swap_Bytes - to_not_contains: goerli_swap_Bytes - fromBalance: goerli_swap_BigDecimal - fromBalance_not: goerli_swap_BigDecimal - fromBalance_gt: goerli_swap_BigDecimal - fromBalance_lt: goerli_swap_BigDecimal - fromBalance_gte: goerli_swap_BigDecimal - fromBalance_lte: goerli_swap_BigDecimal - fromBalance_in: [goerli_swap_BigDecimal!] - fromBalance_not_in: [goerli_swap_BigDecimal!] - toBalance: goerli_swap_BigDecimal - toBalance_not: goerli_swap_BigDecimal - toBalance_gt: goerli_swap_BigDecimal - toBalance_lt: goerli_swap_BigDecimal - toBalance_gte: goerli_swap_BigDecimal - toBalance_lte: goerli_swap_BigDecimal - toBalance_in: [goerli_swap_BigDecimal!] - toBalance_not_in: [goerli_swap_BigDecimal!] + token_: arbitrumgoerli_swap_LpToken_filter + amount: arbitrumgoerli_swap_BigDecimal + amount_not: arbitrumgoerli_swap_BigDecimal + amount_gt: arbitrumgoerli_swap_BigDecimal + amount_lt: arbitrumgoerli_swap_BigDecimal + amount_gte: arbitrumgoerli_swap_BigDecimal + amount_lte: arbitrumgoerli_swap_BigDecimal + amount_in: [arbitrumgoerli_swap_BigDecimal!] + amount_not_in: [arbitrumgoerli_swap_BigDecimal!] + from: arbitrumgoerli_swap_Bytes + from_not: arbitrumgoerli_swap_Bytes + from_gt: arbitrumgoerli_swap_Bytes + from_lt: arbitrumgoerli_swap_Bytes + from_gte: arbitrumgoerli_swap_Bytes + from_lte: arbitrumgoerli_swap_Bytes + from_in: [arbitrumgoerli_swap_Bytes!] + from_not_in: [arbitrumgoerli_swap_Bytes!] + from_contains: arbitrumgoerli_swap_Bytes + from_not_contains: arbitrumgoerli_swap_Bytes + to: arbitrumgoerli_swap_Bytes + to_not: arbitrumgoerli_swap_Bytes + to_gt: arbitrumgoerli_swap_Bytes + to_lt: arbitrumgoerli_swap_Bytes + to_gte: arbitrumgoerli_swap_Bytes + to_lte: arbitrumgoerli_swap_Bytes + to_in: [arbitrumgoerli_swap_Bytes!] + to_not_in: [arbitrumgoerli_swap_Bytes!] + to_contains: arbitrumgoerli_swap_Bytes + to_not_contains: arbitrumgoerli_swap_Bytes + fromBalance: arbitrumgoerli_swap_BigDecimal + fromBalance_not: arbitrumgoerli_swap_BigDecimal + fromBalance_gt: arbitrumgoerli_swap_BigDecimal + fromBalance_lt: arbitrumgoerli_swap_BigDecimal + fromBalance_gte: arbitrumgoerli_swap_BigDecimal + fromBalance_lte: arbitrumgoerli_swap_BigDecimal + fromBalance_in: [arbitrumgoerli_swap_BigDecimal!] + fromBalance_not_in: [arbitrumgoerli_swap_BigDecimal!] + toBalance: arbitrumgoerli_swap_BigDecimal + toBalance_not: arbitrumgoerli_swap_BigDecimal + toBalance_gt: arbitrumgoerli_swap_BigDecimal + toBalance_lt: arbitrumgoerli_swap_BigDecimal + toBalance_gte: arbitrumgoerli_swap_BigDecimal + toBalance_lte: arbitrumgoerli_swap_BigDecimal + toBalance_in: [arbitrumgoerli_swap_BigDecimal!] + toBalance_not_in: [arbitrumgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -47026,16 +47691,16 @@ input goerli_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -47045,12 +47710,12 @@ input goerli_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpTransferEvent_filter] - or: [goerli_swap_LpTransferEvent_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpTransferEvent_filter] + or: [arbitrumgoerli_swap_LpTransferEvent_filter] } -enum goerli_swap_LpTransferEvent_orderBy { +enum arbitrumgoerli_swap_LpTransferEvent_orderBy { id token token__id @@ -47071,17 +47736,17 @@ enum goerli_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum goerli_swap_OrderDirection { +enum arbitrumgoerli_swap_OrderDirection { asc desc } -type goerli_swap_PooledToken { +type arbitrumgoerli_swap_PooledToken { id: ID! - asset: goerli_swap_Bytes! + asset: arbitrumgoerli_swap_Bytes! } -input goerli_swap_PooledToken_filter { +input arbitrumgoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -47090,59 +47755,59 @@ input goerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: goerli_swap_Bytes - asset_not: goerli_swap_Bytes - asset_gt: goerli_swap_Bytes - asset_lt: goerli_swap_Bytes - asset_gte: goerli_swap_Bytes - asset_lte: goerli_swap_Bytes - asset_in: [goerli_swap_Bytes!] - asset_not_in: [goerli_swap_Bytes!] - asset_contains: goerli_swap_Bytes - asset_not_contains: goerli_swap_Bytes + asset: arbitrumgoerli_swap_Bytes + asset_not: arbitrumgoerli_swap_Bytes + asset_gt: arbitrumgoerli_swap_Bytes + asset_lt: arbitrumgoerli_swap_Bytes + asset_gte: arbitrumgoerli_swap_Bytes + asset_lte: arbitrumgoerli_swap_Bytes + asset_in: [arbitrumgoerli_swap_Bytes!] + asset_not_in: [arbitrumgoerli_swap_Bytes!] + asset_contains: arbitrumgoerli_swap_Bytes + asset_not_contains: arbitrumgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_PooledToken_filter] - or: [goerli_swap_PooledToken_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_PooledToken_filter] + or: [arbitrumgoerli_swap_PooledToken_filter] } -enum goerli_swap_PooledToken_orderBy { +enum arbitrumgoerli_swap_PooledToken_orderBy { id asset } -type goerli_swap_StableSwap { +type arbitrumgoerli_swap_StableSwap { id: ID! isActive: Boolean - key: goerli_swap_Bytes! - canonicalId: goerli_swap_Bytes + key: arbitrumgoerli_swap_Bytes! + canonicalId: arbitrumgoerli_swap_Bytes domain: BigInt - swapPool: goerli_swap_Bytes - lpToken: goerli_swap_Bytes + swapPool: arbitrumgoerli_swap_Bytes + lpToken: arbitrumgoerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [goerli_swap_Bytes!]! + pooledTokens: [arbitrumgoerli_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapEvent_filter): [goerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapExchange_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapExchange_filter): [goerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapHourlyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapHourlyVolume_filter): [goerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapDailyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapDailyVolume_filter): [goerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapWeeklyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapWeeklyVolume_filter): [goerli_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_StableSwapEvent_filter): [arbitrumgoerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_StableSwapExchange_filter): [arbitrumgoerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_SwapHourlyVolume_filter): [arbitrumgoerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_SwapDailyVolume_filter): [arbitrumgoerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_SwapWeeklyVolume_filter): [arbitrumgoerli_swap_SwapWeeklyVolume!] } -type goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEvent { +type arbitrumgoerli_swap_StableSwapAddLiquidityEvent implements arbitrumgoerli_swap_StableSwapEvent { id: ID! - stableSwap: goerli_swap_StableSwap! - provider: goerli_swap_Bytes! + stableSwap: arbitrumgoerli_swap_StableSwap! + provider: arbitrumgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -47151,11 +47816,11 @@ type goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEv balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapAddLiquidityEvent_filter { +input arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -47184,17 +47849,17 @@ input goerli_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter - provider: goerli_swap_Bytes - provider_not: goerli_swap_Bytes - provider_gt: goerli_swap_Bytes - provider_lt: goerli_swap_Bytes - provider_gte: goerli_swap_Bytes - provider_lte: goerli_swap_Bytes - provider_in: [goerli_swap_Bytes!] - provider_not_in: [goerli_swap_Bytes!] - provider_contains: goerli_swap_Bytes - provider_not_contains: goerli_swap_Bytes + stableSwap_: arbitrumgoerli_swap_StableSwap_filter + provider: arbitrumgoerli_swap_Bytes + provider_not: arbitrumgoerli_swap_Bytes + provider_gt: arbitrumgoerli_swap_Bytes + provider_lt: arbitrumgoerli_swap_Bytes + provider_gte: arbitrumgoerli_swap_Bytes + provider_lte: arbitrumgoerli_swap_Bytes + provider_in: [arbitrumgoerli_swap_Bytes!] + provider_not_in: [arbitrumgoerli_swap_Bytes!] + provider_contains: arbitrumgoerli_swap_Bytes + provider_not_contains: arbitrumgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -47253,16 +47918,16 @@ input goerli_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -47272,12 +47937,12 @@ input goerli_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwapAddLiquidityEvent_filter] - or: [goerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -47309,16 +47974,16 @@ enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface goerli_swap_StableSwapEvent { +interface arbitrumgoerli_swap_StableSwapEvent { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: arbitrumgoerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapEvent_filter { +input arbitrumgoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -47347,7 +48012,7 @@ input goerli_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: arbitrumgoerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -47364,16 +48029,16 @@ input goerli_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -47383,12 +48048,12 @@ input goerli_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwapEvent_filter] - or: [goerli_swap_StableSwapEvent_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwapEvent_filter] + or: [arbitrumgoerli_swap_StableSwapEvent_filter] } -enum goerli_swap_StableSwapEvent_orderBy { +enum arbitrumgoerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -47413,10 +48078,10 @@ enum goerli_swap_StableSwapEvent_orderBy { nonce } -type goerli_swap_StableSwapExchange { +type arbitrumgoerli_swap_StableSwapExchange { id: ID! - stableSwap: goerli_swap_StableSwap! - buyer: goerli_swap_Bytes! + stableSwap: arbitrumgoerli_swap_StableSwap! + buyer: arbitrumgoerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -47425,11 +48090,11 @@ type goerli_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapExchange_filter { +input arbitrumgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -47458,17 +48123,17 @@ input goerli_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter - buyer: goerli_swap_Bytes - buyer_not: goerli_swap_Bytes - buyer_gt: goerli_swap_Bytes - buyer_lt: goerli_swap_Bytes - buyer_gte: goerli_swap_Bytes - buyer_lte: goerli_swap_Bytes - buyer_in: [goerli_swap_Bytes!] - buyer_not_in: [goerli_swap_Bytes!] - buyer_contains: goerli_swap_Bytes - buyer_not_contains: goerli_swap_Bytes + stableSwap_: arbitrumgoerli_swap_StableSwap_filter + buyer: arbitrumgoerli_swap_Bytes + buyer_not: arbitrumgoerli_swap_Bytes + buyer_gt: arbitrumgoerli_swap_Bytes + buyer_lt: arbitrumgoerli_swap_Bytes + buyer_gte: arbitrumgoerli_swap_Bytes + buyer_lte: arbitrumgoerli_swap_Bytes + buyer_in: [arbitrumgoerli_swap_Bytes!] + buyer_not_in: [arbitrumgoerli_swap_Bytes!] + buyer_contains: arbitrumgoerli_swap_Bytes + buyer_not_contains: arbitrumgoerli_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -47531,16 +48196,16 @@ input goerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -47550,12 +48215,12 @@ input goerli_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwapExchange_filter] - or: [goerli_swap_StableSwapExchange_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwapExchange_filter] + or: [arbitrumgoerli_swap_StableSwapExchange_filter] } -enum goerli_swap_StableSwapExchange_orderBy { +enum arbitrumgoerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -47587,10 +48252,10 @@ enum goerli_swap_StableSwapExchange_orderBy { nonce } -type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwapEvent { +type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements arbitrumgoerli_swap_StableSwapEvent { id: ID! - stableSwap: goerli_swap_StableSwap! - provider: goerli_swap_Bytes! + stableSwap: arbitrumgoerli_swap_StableSwap! + provider: arbitrumgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -47599,11 +48264,11 @@ type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwa balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapRemoveLiquidityEvent_filter { +input arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -47632,17 +48297,17 @@ input goerli_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter - provider: goerli_swap_Bytes - provider_not: goerli_swap_Bytes - provider_gt: goerli_swap_Bytes - provider_lt: goerli_swap_Bytes - provider_gte: goerli_swap_Bytes - provider_lte: goerli_swap_Bytes - provider_in: [goerli_swap_Bytes!] - provider_not_in: [goerli_swap_Bytes!] - provider_contains: goerli_swap_Bytes - provider_not_contains: goerli_swap_Bytes + stableSwap_: arbitrumgoerli_swap_StableSwap_filter + provider: arbitrumgoerli_swap_Bytes + provider_not: arbitrumgoerli_swap_Bytes + provider_gt: arbitrumgoerli_swap_Bytes + provider_lt: arbitrumgoerli_swap_Bytes + provider_gte: arbitrumgoerli_swap_Bytes + provider_lte: arbitrumgoerli_swap_Bytes + provider_in: [arbitrumgoerli_swap_Bytes!] + provider_not_in: [arbitrumgoerli_swap_Bytes!] + provider_contains: arbitrumgoerli_swap_Bytes + provider_not_contains: arbitrumgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -47701,16 +48366,16 @@ input goerli_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -47720,12 +48385,12 @@ input goerli_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -47757,7 +48422,7 @@ enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input goerli_swap_StableSwap_filter { +input arbitrumgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -47770,26 +48435,26 @@ input goerli_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: goerli_swap_Bytes - key_not: goerli_swap_Bytes - key_gt: goerli_swap_Bytes - key_lt: goerli_swap_Bytes - key_gte: goerli_swap_Bytes - key_lte: goerli_swap_Bytes - key_in: [goerli_swap_Bytes!] - key_not_in: [goerli_swap_Bytes!] - key_contains: goerli_swap_Bytes - key_not_contains: goerli_swap_Bytes - canonicalId: goerli_swap_Bytes - canonicalId_not: goerli_swap_Bytes - canonicalId_gt: goerli_swap_Bytes - canonicalId_lt: goerli_swap_Bytes - canonicalId_gte: goerli_swap_Bytes - canonicalId_lte: goerli_swap_Bytes - canonicalId_in: [goerli_swap_Bytes!] - canonicalId_not_in: [goerli_swap_Bytes!] - canonicalId_contains: goerli_swap_Bytes - canonicalId_not_contains: goerli_swap_Bytes + key: arbitrumgoerli_swap_Bytes + key_not: arbitrumgoerli_swap_Bytes + key_gt: arbitrumgoerli_swap_Bytes + key_lt: arbitrumgoerli_swap_Bytes + key_gte: arbitrumgoerli_swap_Bytes + key_lte: arbitrumgoerli_swap_Bytes + key_in: [arbitrumgoerli_swap_Bytes!] + key_not_in: [arbitrumgoerli_swap_Bytes!] + key_contains: arbitrumgoerli_swap_Bytes + key_not_contains: arbitrumgoerli_swap_Bytes + canonicalId: arbitrumgoerli_swap_Bytes + canonicalId_not: arbitrumgoerli_swap_Bytes + canonicalId_gt: arbitrumgoerli_swap_Bytes + canonicalId_lt: arbitrumgoerli_swap_Bytes + canonicalId_gte: arbitrumgoerli_swap_Bytes + canonicalId_lte: arbitrumgoerli_swap_Bytes + canonicalId_in: [arbitrumgoerli_swap_Bytes!] + canonicalId_not_in: [arbitrumgoerli_swap_Bytes!] + canonicalId_contains: arbitrumgoerli_swap_Bytes + canonicalId_not_contains: arbitrumgoerli_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -47798,26 +48463,26 @@ input goerli_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: goerli_swap_Bytes - swapPool_not: goerli_swap_Bytes - swapPool_gt: goerli_swap_Bytes - swapPool_lt: goerli_swap_Bytes - swapPool_gte: goerli_swap_Bytes - swapPool_lte: goerli_swap_Bytes - swapPool_in: [goerli_swap_Bytes!] - swapPool_not_in: [goerli_swap_Bytes!] - swapPool_contains: goerli_swap_Bytes - swapPool_not_contains: goerli_swap_Bytes - lpToken: goerli_swap_Bytes - lpToken_not: goerli_swap_Bytes - lpToken_gt: goerli_swap_Bytes - lpToken_lt: goerli_swap_Bytes - lpToken_gte: goerli_swap_Bytes - lpToken_lte: goerli_swap_Bytes - lpToken_in: [goerli_swap_Bytes!] - lpToken_not_in: [goerli_swap_Bytes!] - lpToken_contains: goerli_swap_Bytes - lpToken_not_contains: goerli_swap_Bytes + swapPool: arbitrumgoerli_swap_Bytes + swapPool_not: arbitrumgoerli_swap_Bytes + swapPool_gt: arbitrumgoerli_swap_Bytes + swapPool_lt: arbitrumgoerli_swap_Bytes + swapPool_gte: arbitrumgoerli_swap_Bytes + swapPool_lte: arbitrumgoerli_swap_Bytes + swapPool_in: [arbitrumgoerli_swap_Bytes!] + swapPool_not_in: [arbitrumgoerli_swap_Bytes!] + swapPool_contains: arbitrumgoerli_swap_Bytes + swapPool_not_contains: arbitrumgoerli_swap_Bytes + lpToken: arbitrumgoerli_swap_Bytes + lpToken_not: arbitrumgoerli_swap_Bytes + lpToken_gt: arbitrumgoerli_swap_Bytes + lpToken_lt: arbitrumgoerli_swap_Bytes + lpToken_gte: arbitrumgoerli_swap_Bytes + lpToken_lte: arbitrumgoerli_swap_Bytes + lpToken_in: [arbitrumgoerli_swap_Bytes!] + lpToken_not_in: [arbitrumgoerli_swap_Bytes!] + lpToken_contains: arbitrumgoerli_swap_Bytes + lpToken_not_contains: arbitrumgoerli_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -47866,12 +48531,12 @@ input goerli_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [goerli_swap_Bytes!] - pooledTokens_not: [goerli_swap_Bytes!] - pooledTokens_contains: [goerli_swap_Bytes!] - pooledTokens_contains_nocase: [goerli_swap_Bytes!] - pooledTokens_not_contains: [goerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [goerli_swap_Bytes!] + pooledTokens: [arbitrumgoerli_swap_Bytes!] + pooledTokens_not: [arbitrumgoerli_swap_Bytes!] + pooledTokens_contains: [arbitrumgoerli_swap_Bytes!] + pooledTokens_contains_nocase: [arbitrumgoerli_swap_Bytes!] + pooledTokens_not_contains: [arbitrumgoerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [arbitrumgoerli_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -47914,18 +48579,18 @@ input goerli_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: goerli_swap_StableSwapEvent_filter - exchanges_: goerli_swap_StableSwapExchange_filter - hourlyVolumes_: goerli_swap_SwapHourlyVolume_filter - dailyVolumes_: goerli_swap_SwapDailyVolume_filter - weeklyVolumes_: goerli_swap_SwapWeeklyVolume_filter + events_: arbitrumgoerli_swap_StableSwapEvent_filter + exchanges_: arbitrumgoerli_swap_StableSwapExchange_filter + hourlyVolumes_: arbitrumgoerli_swap_SwapHourlyVolume_filter + dailyVolumes_: arbitrumgoerli_swap_SwapDailyVolume_filter + weeklyVolumes_: arbitrumgoerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwap_filter] - or: [goerli_swap_StableSwap_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwap_filter] + or: [arbitrumgoerli_swap_StableSwap_filter] } -enum goerli_swap_StableSwap_orderBy { +enum arbitrumgoerli_swap_StableSwap_orderBy { id isActive key @@ -47953,14 +48618,14 @@ enum goerli_swap_StableSwap_orderBy { weeklyVolumes } -type goerli_swap_SwapDailyVolume implements goerli_swap_SwapTradeVolume { +type arbitrumgoerli_swap_SwapDailyVolume implements arbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: arbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: arbitrumgoerli_swap_BigDecimal! } -input goerli_swap_SwapDailyVolume_filter { +input arbitrumgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -47989,7 +48654,7 @@ input goerli_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: arbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -47998,21 +48663,21 @@ input goerli_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: goerli_swap_BigDecimal - volume_not: goerli_swap_BigDecimal - volume_gt: goerli_swap_BigDecimal - volume_lt: goerli_swap_BigDecimal - volume_gte: goerli_swap_BigDecimal - volume_lte: goerli_swap_BigDecimal - volume_in: [goerli_swap_BigDecimal!] - volume_not_in: [goerli_swap_BigDecimal!] + volume: arbitrumgoerli_swap_BigDecimal + volume_not: arbitrumgoerli_swap_BigDecimal + volume_gt: arbitrumgoerli_swap_BigDecimal + volume_lt: arbitrumgoerli_swap_BigDecimal + volume_gte: arbitrumgoerli_swap_BigDecimal + volume_lte: arbitrumgoerli_swap_BigDecimal + volume_in: [arbitrumgoerli_swap_BigDecimal!] + volume_not_in: [arbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapDailyVolume_filter] - or: [goerli_swap_SwapDailyVolume_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SwapDailyVolume_filter] + or: [arbitrumgoerli_swap_SwapDailyVolume_filter] } -enum goerli_swap_SwapDailyVolume_orderBy { +enum arbitrumgoerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -48035,14 +48700,14 @@ enum goerli_swap_SwapDailyVolume_orderBy { volume } -type goerli_swap_SwapHourlyVolume implements goerli_swap_SwapTradeVolume { +type arbitrumgoerli_swap_SwapHourlyVolume implements arbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: arbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: arbitrumgoerli_swap_BigDecimal! } -input goerli_swap_SwapHourlyVolume_filter { +input arbitrumgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -48071,7 +48736,7 @@ input goerli_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: arbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -48080,21 +48745,21 @@ input goerli_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: goerli_swap_BigDecimal - volume_not: goerli_swap_BigDecimal - volume_gt: goerli_swap_BigDecimal - volume_lt: goerli_swap_BigDecimal - volume_gte: goerli_swap_BigDecimal - volume_lte: goerli_swap_BigDecimal - volume_in: [goerli_swap_BigDecimal!] - volume_not_in: [goerli_swap_BigDecimal!] + volume: arbitrumgoerli_swap_BigDecimal + volume_not: arbitrumgoerli_swap_BigDecimal + volume_gt: arbitrumgoerli_swap_BigDecimal + volume_lt: arbitrumgoerli_swap_BigDecimal + volume_gte: arbitrumgoerli_swap_BigDecimal + volume_lte: arbitrumgoerli_swap_BigDecimal + volume_in: [arbitrumgoerli_swap_BigDecimal!] + volume_not_in: [arbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapHourlyVolume_filter] - or: [goerli_swap_SwapHourlyVolume_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SwapHourlyVolume_filter] + or: [arbitrumgoerli_swap_SwapHourlyVolume_filter] } -enum goerli_swap_SwapHourlyVolume_orderBy { +enum arbitrumgoerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -48117,13 +48782,13 @@ enum goerli_swap_SwapHourlyVolume_orderBy { volume } -interface goerli_swap_SwapTradeVolume { - stableSwap: goerli_swap_StableSwap! +interface arbitrumgoerli_swap_SwapTradeVolume { + stableSwap: arbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: arbitrumgoerli_swap_BigDecimal! } -input goerli_swap_SwapTradeVolume_filter { +input arbitrumgoerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -48144,7 +48809,7 @@ input goerli_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: arbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -48153,21 +48818,21 @@ input goerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: goerli_swap_BigDecimal - volume_not: goerli_swap_BigDecimal - volume_gt: goerli_swap_BigDecimal - volume_lt: goerli_swap_BigDecimal - volume_gte: goerli_swap_BigDecimal - volume_lte: goerli_swap_BigDecimal - volume_in: [goerli_swap_BigDecimal!] - volume_not_in: [goerli_swap_BigDecimal!] + volume: arbitrumgoerli_swap_BigDecimal + volume_not: arbitrumgoerli_swap_BigDecimal + volume_gt: arbitrumgoerli_swap_BigDecimal + volume_lt: arbitrumgoerli_swap_BigDecimal + volume_gte: arbitrumgoerli_swap_BigDecimal + volume_lte: arbitrumgoerli_swap_BigDecimal + volume_in: [arbitrumgoerli_swap_BigDecimal!] + volume_not_in: [arbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapTradeVolume_filter] - or: [goerli_swap_SwapTradeVolume_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SwapTradeVolume_filter] + or: [arbitrumgoerli_swap_SwapTradeVolume_filter] } -enum goerli_swap_SwapTradeVolume_orderBy { +enum arbitrumgoerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -48189,14 +48854,14 @@ enum goerli_swap_SwapTradeVolume_orderBy { volume } -type goerli_swap_SwapWeeklyVolume implements goerli_swap_SwapTradeVolume { +type arbitrumgoerli_swap_SwapWeeklyVolume implements arbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: arbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + volume: arbitrumgoerli_swap_BigDecimal! } -input goerli_swap_SwapWeeklyVolume_filter { +input arbitrumgoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -48225,7 +48890,7 @@ input goerli_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: arbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -48234,21 +48899,21 @@ input goerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: goerli_swap_BigDecimal - volume_not: goerli_swap_BigDecimal - volume_gt: goerli_swap_BigDecimal - volume_lt: goerli_swap_BigDecimal - volume_gte: goerli_swap_BigDecimal - volume_lte: goerli_swap_BigDecimal - volume_in: [goerli_swap_BigDecimal!] - volume_not_in: [goerli_swap_BigDecimal!] + volume: arbitrumgoerli_swap_BigDecimal + volume_not: arbitrumgoerli_swap_BigDecimal + volume_gt: arbitrumgoerli_swap_BigDecimal + volume_lt: arbitrumgoerli_swap_BigDecimal + volume_gte: arbitrumgoerli_swap_BigDecimal + volume_lte: arbitrumgoerli_swap_BigDecimal + volume_in: [arbitrumgoerli_swap_BigDecimal!] + volume_not_in: [arbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapWeeklyVolume_filter] - or: [goerli_swap_SwapWeeklyVolume_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SwapWeeklyVolume_filter] + or: [arbitrumgoerli_swap_SwapWeeklyVolume_filter] } -enum goerli_swap_SwapWeeklyVolume_orderBy { +enum arbitrumgoerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -48271,13 +48936,13 @@ enum goerli_swap_SwapWeeklyVolume_orderBy { volume } -type goerli_swap_SystemInfo { +type arbitrumgoerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input goerli_swap_SystemInfo_filter { +input arbitrumgoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -48303,20 +48968,20 @@ input goerli_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_SystemInfo_filter] - or: [goerli_swap_SystemInfo_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SystemInfo_filter] + or: [arbitrumgoerli_swap_SystemInfo_filter] } -enum goerli_swap_SystemInfo_orderBy { +enum arbitrumgoerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type goerli_swap__Block_ { +type arbitrumgoerli_swap__Block_ { """The hash of the block""" - hash: goerli_swap_Bytes + hash: arbitrumgoerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -48324,7 +48989,7 @@ type goerli_swap__Block_ { } """The type for the top-level _meta field""" -type goerli_swap__Meta_ { +type arbitrumgoerli_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -48332,85 +48997,50 @@ type goerli_swap__Meta_ { and therefore asks for the latest block """ - block: goerli_swap__Block_! + block: arbitrumgoerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type localmainnet_AggregateRootSavedSlow { - id: ID! - aggregateRoot: localmainnet_Bytes! - count: BigInt! - aggregatedRoots: [localmainnet_Bytes!] - rootTimestamp: BigInt! +scalar mumbai_swap_BigDecimal + +input mumbai_swap_BlockChangedFilter { + number_gte: Int! } -input localmainnet_AggregateRootSavedSlow_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!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [localmainnet_Bytes!] - aggregatedRoots_not: [localmainnet_Bytes!] - aggregatedRoots_contains: [localmainnet_Bytes!] - aggregatedRoots_contains_nocase: [localmainnet_Bytes!] - aggregatedRoots_not_contains: [localmainnet_Bytes!] - aggregatedRoots_not_contains_nocase: [localmainnet_Bytes!] - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AggregateRootSavedSlow_filter] - or: [localmainnet_AggregateRootSavedSlow_filter] +input mumbai_swap_Block_height { + hash: mumbai_swap_Bytes + number: Int + number_gte: Int } -enum localmainnet_AggregateRootSavedSlow_orderBy { - id - aggregateRoot - count - aggregatedRoots - rootTimestamp +scalar mumbai_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar mumbai_swap_Int8 + +type mumbai_swap_LpAccount { + id: ID! + address: mumbai_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_LpAccountBalance_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_LpAccountBalance_filter): [mumbai_swap_LpAccountBalance!]! } -type localmainnet_AggregatedMessageRoot { +type mumbai_swap_LpAccountBalance { id: ID! - index: BigInt! - receivedRoot: localmainnet_Bytes! - domain: BigInt - blockNumber: BigInt + account: mumbai_swap_LpAccount! + token: mumbai_swap_LpToken! + amount: mumbai_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: mumbai_swap_Bytes } -input localmainnet_AggregatedMessageRoot_filter { +input mumbai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -48419,64 +49049,107 @@ input localmainnet_AggregatedMessageRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: localmainnet_Bytes - receivedRoot_not: localmainnet_Bytes - receivedRoot_gt: localmainnet_Bytes - receivedRoot_lt: localmainnet_Bytes - receivedRoot_gte: localmainnet_Bytes - receivedRoot_lte: localmainnet_Bytes - receivedRoot_in: [localmainnet_Bytes!] - receivedRoot_not_in: [localmainnet_Bytes!] - receivedRoot_contains: localmainnet_Bytes - receivedRoot_not_contains: localmainnet_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: mumbai_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: mumbai_swap_LpToken_filter + amount: mumbai_swap_BigDecimal + amount_not: mumbai_swap_BigDecimal + amount_gt: mumbai_swap_BigDecimal + amount_lt: mumbai_swap_BigDecimal + amount_gte: mumbai_swap_BigDecimal + amount_lte: mumbai_swap_BigDecimal + amount_in: [mumbai_swap_BigDecimal!] + amount_not_in: [mumbai_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AggregatedMessageRoot_filter] - or: [localmainnet_AggregatedMessageRoot_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpAccountBalance_filter] + or: [mumbai_swap_LpAccountBalance_filter] } -enum localmainnet_AggregatedMessageRoot_orderBy { +enum mumbai_swap_LpAccountBalance_orderBy { id - index - receivedRoot - domain - blockNumber -} - -type localmainnet_ArbitrumConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input localmainnet_ArbitrumConnectorMeta_filter { +input mumbai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -48485,89 +49158,51 @@ input localmainnet_ArbitrumConnectorMeta_filter { 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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + address: mumbai_swap_Bytes + address_not: mumbai_swap_Bytes + address_gt: mumbai_swap_Bytes + address_lt: mumbai_swap_Bytes + address_gte: mumbai_swap_Bytes + address_lte: mumbai_swap_Bytes + address_in: [mumbai_swap_Bytes!] + address_not_in: [mumbai_swap_Bytes!] + address_contains: mumbai_swap_Bytes + address_not_contains: mumbai_swap_Bytes + balances_: mumbai_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_ArbitrumConnectorMeta_filter] - or: [localmainnet_ArbitrumConnectorMeta_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpAccount_filter] + or: [mumbai_swap_LpAccount_filter] } -enum localmainnet_ArbitrumConnectorMeta_orderBy { +enum mumbai_swap_LpAccount_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar localmainnet_BigDecimal - -input localmainnet_BlockChangedFilter { - number_gte: Int! + address + balances } -input localmainnet_Block_height { - hash: localmainnet_Bytes - number: Int - number_gte: Int +type mumbai_swap_LpToken { + id: ID! + address: mumbai_swap_Bytes! + stableSwap: mumbai_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: mumbai_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_LpTokenEvent_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_LpTokenEvent_filter): [mumbai_swap_LpTokenEvent!]! } -type localmainnet_BnbConnectorMeta { +interface mumbai_swap_LpTokenEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + token: mumbai_swap_LpToken! + amount: mumbai_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: mumbai_swap_Bytes! + nonce: BigInt! } -input localmainnet_BnbConnectorMeta_filter { +input mumbai_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -48576,79 +49211,92 @@ input localmainnet_BnbConnectorMeta_filter { 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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: mumbai_swap_LpToken_filter + amount: mumbai_swap_BigDecimal + amount_not: mumbai_swap_BigDecimal + amount_gt: mumbai_swap_BigDecimal + amount_lt: mumbai_swap_BigDecimal + amount_gte: mumbai_swap_BigDecimal + amount_lte: mumbai_swap_BigDecimal + amount_in: [mumbai_swap_BigDecimal!] + amount_not_in: [mumbai_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_BnbConnectorMeta_filter] - or: [localmainnet_BnbConnectorMeta_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpTokenEvent_filter] + or: [mumbai_swap_LpTokenEvent_filter] } -enum localmainnet_BnbConnectorMeta_orderBy { +enum mumbai_swap_LpTokenEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar localmainnet_Bytes - -type localmainnet_GnosisConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -input localmainnet_GnosisConnectorMeta_filter { +input mumbai_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -48657,108 +49305,142 @@ input localmainnet_GnosisConnectorMeta_filter { 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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_GnosisConnectorMeta_filter] - or: [localmainnet_GnosisConnectorMeta_filter] -} - -enum localmainnet_GnosisConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type localmainnet_HubDomain { - id: ID! - domain: BigInt -} - -input localmainnet_HubDomain_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!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + address: mumbai_swap_Bytes + address_not: mumbai_swap_Bytes + address_gt: mumbai_swap_Bytes + address_lt: mumbai_swap_Bytes + address_gte: mumbai_swap_Bytes + address_lte: mumbai_swap_Bytes + address_in: [mumbai_swap_Bytes!] + address_not_in: [mumbai_swap_Bytes!] + address_contains: mumbai_swap_Bytes + address_not_contains: mumbai_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: mumbai_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: mumbai_swap_BigDecimal + totalSupply_not: mumbai_swap_BigDecimal + totalSupply_gt: mumbai_swap_BigDecimal + totalSupply_lt: mumbai_swap_BigDecimal + totalSupply_gte: mumbai_swap_BigDecimal + totalSupply_lte: mumbai_swap_BigDecimal + totalSupply_in: [mumbai_swap_BigDecimal!] + totalSupply_not_in: [mumbai_swap_BigDecimal!] + events_: mumbai_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_HubDomain_filter] - or: [localmainnet_HubDomain_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpToken_filter] + or: [mumbai_swap_LpToken_filter] } -enum localmainnet_HubDomain_orderBy { +enum mumbai_swap_LpToken_orderBy { id - domain + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type localmainnet_HubOptimisticRootFinalized { +type mumbai_swap_LpTransferEvent implements mumbai_swap_LpTokenEvent { id: ID! - aggregateRoot: localmainnet_Bytes! + token: mumbai_swap_LpToken! + amount: mumbai_swap_BigDecimal! + from: mumbai_swap_Bytes! + to: mumbai_swap_Bytes! + fromBalance: mumbai_swap_BigDecimal! + toBalance: mumbai_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: mumbai_swap_Bytes! + nonce: BigInt! } -input localmainnet_HubOptimisticRootFinalized_filter { +input mumbai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -48767,16 +49449,79 @@ input localmainnet_HubOptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: mumbai_swap_LpToken_filter + amount: mumbai_swap_BigDecimal + amount_not: mumbai_swap_BigDecimal + amount_gt: mumbai_swap_BigDecimal + amount_lt: mumbai_swap_BigDecimal + amount_gte: mumbai_swap_BigDecimal + amount_lte: mumbai_swap_BigDecimal + amount_in: [mumbai_swap_BigDecimal!] + amount_not_in: [mumbai_swap_BigDecimal!] + from: mumbai_swap_Bytes + from_not: mumbai_swap_Bytes + from_gt: mumbai_swap_Bytes + from_lt: mumbai_swap_Bytes + from_gte: mumbai_swap_Bytes + from_lte: mumbai_swap_Bytes + from_in: [mumbai_swap_Bytes!] + from_not_in: [mumbai_swap_Bytes!] + from_contains: mumbai_swap_Bytes + from_not_contains: mumbai_swap_Bytes + to: mumbai_swap_Bytes + to_not: mumbai_swap_Bytes + to_gt: mumbai_swap_Bytes + to_lt: mumbai_swap_Bytes + to_gte: mumbai_swap_Bytes + to_lte: mumbai_swap_Bytes + to_in: [mumbai_swap_Bytes!] + to_not_in: [mumbai_swap_Bytes!] + to_contains: mumbai_swap_Bytes + to_not_contains: mumbai_swap_Bytes + fromBalance: mumbai_swap_BigDecimal + fromBalance_not: mumbai_swap_BigDecimal + fromBalance_gt: mumbai_swap_BigDecimal + fromBalance_lt: mumbai_swap_BigDecimal + fromBalance_gte: mumbai_swap_BigDecimal + fromBalance_lte: mumbai_swap_BigDecimal + fromBalance_in: [mumbai_swap_BigDecimal!] + fromBalance_not_in: [mumbai_swap_BigDecimal!] + toBalance: mumbai_swap_BigDecimal + toBalance_not: mumbai_swap_BigDecimal + toBalance_gt: mumbai_swap_BigDecimal + toBalance_lt: mumbai_swap_BigDecimal + toBalance_gte: mumbai_swap_BigDecimal + toBalance_lte: mumbai_swap_BigDecimal + toBalance_in: [mumbai_swap_BigDecimal!] + toBalance_not_in: [mumbai_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -48785,43 +49530,62 @@ input localmainnet_HubOptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_HubOptimisticRootFinalized_filter] - or: [localmainnet_HubOptimisticRootFinalized_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpTransferEvent_filter] + or: [mumbai_swap_LpTransferEvent_filter] } -enum localmainnet_HubOptimisticRootFinalized_orderBy { +enum mumbai_swap_LpTransferEvent_orderBy { id - aggregateRoot + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block timestamp - blockNumber + transaction + nonce } -""" -8 bytes signed integer - -""" -scalar localmainnet_Int8 +"""Defines the order direction, either ascending or descending""" +enum mumbai_swap_OrderDirection { + asc + desc +} -type localmainnet_OptimismConnectorMeta { +type mumbai_swap_PooledToken { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + asset: mumbai_swap_Bytes! } -input localmainnet_OptimismConnectorMeta_filter { +input mumbai_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -48830,76 +49594,72 @@ input localmainnet_OptimismConnectorMeta_filter { 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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + asset: mumbai_swap_Bytes + asset_not: mumbai_swap_Bytes + asset_gt: mumbai_swap_Bytes + asset_lt: mumbai_swap_Bytes + asset_gte: mumbai_swap_Bytes + asset_lte: mumbai_swap_Bytes + asset_in: [mumbai_swap_Bytes!] + asset_not_in: [mumbai_swap_Bytes!] + asset_contains: mumbai_swap_Bytes + asset_not_contains: mumbai_swap_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimismConnectorMeta_filter] - or: [localmainnet_OptimismConnectorMeta_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_PooledToken_filter] + or: [mumbai_swap_PooledToken_filter] } -enum localmainnet_OptimismConnectorMeta_orderBy { +enum mumbai_swap_PooledToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + asset } -type localmainnet_OptimisticRootPropagated { +type mumbai_swap_StableSwap { id: ID! - aggregateRoot: localmainnet_Bytes! - domainsHash: localmainnet_Bytes! + isActive: Boolean + key: mumbai_swap_Bytes! + canonicalId: mumbai_swap_Bytes + domain: BigInt + swapPool: mumbai_swap_Bytes + lpToken: mumbai_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [mumbai_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_StableSwapEvent_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_StableSwapEvent_filter): [mumbai_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_StableSwapExchange_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_StableSwapExchange_filter): [mumbai_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapHourlyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapHourlyVolume_filter): [mumbai_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapDailyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapDailyVolume_filter): [mumbai_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapWeeklyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapWeeklyVolume_filter): [mumbai_swap_SwapWeeklyVolume!] +} + +type mumbai_swap_StableSwapAddLiquidityEvent implements mumbai_swap_StableSwapEvent { + id: ID! + stableSwap: mumbai_swap_StableSwap! + provider: mumbai_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: mumbai_swap_Bytes! + nonce: BigInt! } -input localmainnet_OptimisticRootPropagated_filter { +input mumbai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -48908,68 +49668,161 @@ input localmainnet_OptimisticRootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - domainsHash: localmainnet_Bytes - domainsHash_not: localmainnet_Bytes - domainsHash_gt: localmainnet_Bytes - domainsHash_lt: localmainnet_Bytes - domainsHash_gte: localmainnet_Bytes - domainsHash_lte: localmainnet_Bytes - domainsHash_in: [localmainnet_Bytes!] - domainsHash_not_in: [localmainnet_Bytes!] - domainsHash_contains: localmainnet_Bytes - domainsHash_not_contains: localmainnet_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: mumbai_swap_StableSwap_filter + provider: mumbai_swap_Bytes + provider_not: mumbai_swap_Bytes + provider_gt: mumbai_swap_Bytes + provider_lt: mumbai_swap_Bytes + provider_gte: mumbai_swap_Bytes + provider_lte: mumbai_swap_Bytes + provider_in: [mumbai_swap_Bytes!] + provider_not_in: [mumbai_swap_Bytes!] + provider_contains: mumbai_swap_Bytes + provider_not_contains: mumbai_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimisticRootPropagated_filter] - or: [localmainnet_OptimisticRootPropagated_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapAddLiquidityEvent_filter] + or: [mumbai_swap_StableSwapAddLiquidityEvent_filter] } -enum localmainnet_OptimisticRootPropagated_orderBy { +enum mumbai_swap_StableSwapAddLiquidityEvent_orderBy { id - aggregateRoot - domainsHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - blockNumber + transaction + nonce } -type localmainnet_OptimisticRootProposed { +interface mumbai_swap_StableSwapEvent { id: ID! - disputeCliff: BigInt! - aggregateRoot: localmainnet_Bytes! - snapshotsRoots: [localmainnet_Bytes!] - domains: [BigInt!] - baseAggregateRoot: localmainnet_Bytes! + stableSwap: mumbai_swap_StableSwap! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: mumbai_swap_Bytes! + nonce: BigInt! } -input localmainnet_OptimisticRootProposed_filter { +input mumbai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -48978,46 +49831,35 @@ input localmainnet_OptimisticRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - disputeCliff: BigInt - disputeCliff_not: BigInt - disputeCliff_gt: BigInt - disputeCliff_lt: BigInt - disputeCliff_gte: BigInt - disputeCliff_lte: BigInt - disputeCliff_in: [BigInt!] - disputeCliff_not_in: [BigInt!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - snapshotsRoots: [localmainnet_Bytes!] - snapshotsRoots_not: [localmainnet_Bytes!] - snapshotsRoots_contains: [localmainnet_Bytes!] - snapshotsRoots_contains_nocase: [localmainnet_Bytes!] - snapshotsRoots_not_contains: [localmainnet_Bytes!] - snapshotsRoots_not_contains_nocase: [localmainnet_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: localmainnet_Bytes - baseAggregateRoot_not: localmainnet_Bytes - baseAggregateRoot_gt: localmainnet_Bytes - baseAggregateRoot_lt: localmainnet_Bytes - baseAggregateRoot_gte: localmainnet_Bytes - baseAggregateRoot_lte: localmainnet_Bytes - baseAggregateRoot_in: [localmainnet_Bytes!] - baseAggregateRoot_not_in: [localmainnet_Bytes!] - baseAggregateRoot_contains: localmainnet_Bytes - baseAggregateRoot_not_contains: localmainnet_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: mumbai_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -49026,47 +49868,72 @@ input localmainnet_OptimisticRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimisticRootProposed_filter] - or: [localmainnet_OptimisticRootProposed_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapEvent_filter] + or: [mumbai_swap_StableSwapEvent_filter] } -enum localmainnet_OptimisticRootProposed_orderBy { +enum mumbai_swap_StableSwapEvent_orderBy { id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum localmainnet_OrderDirection { - asc - desc + transaction + nonce } -type localmainnet_PolygonConnectorMeta { +type mumbai_swap_StableSwapExchange { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + stableSwap: mumbai_swap_StableSwap! + buyer: mumbai_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: mumbai_swap_Bytes! + nonce: BigInt! } -input localmainnet_PolygonConnectorMeta_filter { +input mumbai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -49075,129 +49942,172 @@ input localmainnet_PolygonConnectorMeta_filter { 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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: mumbai_swap_StableSwap_filter + buyer: mumbai_swap_Bytes + buyer_not: mumbai_swap_Bytes + buyer_gt: mumbai_swap_Bytes + buyer_lt: mumbai_swap_Bytes + buyer_gte: mumbai_swap_Bytes + buyer_lte: mumbai_swap_Bytes + buyer_in: [mumbai_swap_Bytes!] + buyer_not_in: [mumbai_swap_Bytes!] + buyer_contains: mumbai_swap_Bytes + buyer_not_contains: mumbai_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_PolygonConnectorMeta_filter] - or: [localmainnet_PolygonConnectorMeta_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapExchange_filter] + or: [mumbai_swap_StableSwapExchange_filter] } -enum localmainnet_PolygonConnectorMeta_orderBy { +enum mumbai_swap_StableSwapExchange_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type localmainnet_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: localmainnet_Bytes! - index: BigInt! -} - -input localmainnet_RootAggregated_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!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - receivedRoot: localmainnet_Bytes - receivedRoot_not: localmainnet_Bytes - receivedRoot_gt: localmainnet_Bytes - receivedRoot_lt: localmainnet_Bytes - receivedRoot_gte: localmainnet_Bytes - receivedRoot_lte: localmainnet_Bytes - receivedRoot_in: [localmainnet_Bytes!] - receivedRoot_not_in: [localmainnet_Bytes!] - receivedRoot_contains: localmainnet_Bytes - receivedRoot_not_contains: localmainnet_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootAggregated_filter] - or: [localmainnet_RootAggregated_filter] -} - -enum localmainnet_RootAggregated_orderBy { - id - domain - receivedRoot - index + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce } -type localmainnet_RootManagerMeta { +type mumbai_swap_StableSwapRemoveLiquidityEvent implements mumbai_swap_StableSwapEvent { id: ID! - domains: [BigInt!] - connectors: [localmainnet_Bytes!] + stableSwap: mumbai_swap_StableSwap! + provider: mumbai_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: mumbai_swap_Bytes! + nonce: BigInt! } -input localmainnet_RootManagerMeta_filter { +input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -49206,36 +50116,152 @@ input localmainnet_RootManagerMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [localmainnet_Bytes!] - connectors_not: [localmainnet_Bytes!] - connectors_contains: [localmainnet_Bytes!] - connectors_contains_nocase: [localmainnet_Bytes!] - connectors_not_contains: [localmainnet_Bytes!] - connectors_not_contains_nocase: [localmainnet_Bytes!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: mumbai_swap_StableSwap_filter + provider: mumbai_swap_Bytes + provider_not: mumbai_swap_Bytes + provider_gt: mumbai_swap_Bytes + provider_lt: mumbai_swap_Bytes + provider_gte: mumbai_swap_Bytes + provider_lte: mumbai_swap_Bytes + provider_in: [mumbai_swap_Bytes!] + provider_not_in: [mumbai_swap_Bytes!] + provider_contains: mumbai_swap_Bytes + provider_not_contains: mumbai_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootManagerMeta_filter] - or: [localmainnet_RootManagerMeta_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum localmainnet_RootManagerMeta_orderBy { +enum mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { id - domains - connectors -} - -type localmainnet_RootManagerMode { - id: ID! - mode: String! + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -input localmainnet_RootManagerMode_filter { +input mumbai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -49244,51 +50270,201 @@ input localmainnet_RootManagerMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: mumbai_swap_Bytes + key_not: mumbai_swap_Bytes + key_gt: mumbai_swap_Bytes + key_lt: mumbai_swap_Bytes + key_gte: mumbai_swap_Bytes + key_lte: mumbai_swap_Bytes + key_in: [mumbai_swap_Bytes!] + key_not_in: [mumbai_swap_Bytes!] + key_contains: mumbai_swap_Bytes + key_not_contains: mumbai_swap_Bytes + canonicalId: mumbai_swap_Bytes + canonicalId_not: mumbai_swap_Bytes + canonicalId_gt: mumbai_swap_Bytes + canonicalId_lt: mumbai_swap_Bytes + canonicalId_gte: mumbai_swap_Bytes + canonicalId_lte: mumbai_swap_Bytes + canonicalId_in: [mumbai_swap_Bytes!] + canonicalId_not_in: [mumbai_swap_Bytes!] + canonicalId_contains: mumbai_swap_Bytes + canonicalId_not_contains: mumbai_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: mumbai_swap_Bytes + swapPool_not: mumbai_swap_Bytes + swapPool_gt: mumbai_swap_Bytes + swapPool_lt: mumbai_swap_Bytes + swapPool_gte: mumbai_swap_Bytes + swapPool_lte: mumbai_swap_Bytes + swapPool_in: [mumbai_swap_Bytes!] + swapPool_not_in: [mumbai_swap_Bytes!] + swapPool_contains: mumbai_swap_Bytes + swapPool_not_contains: mumbai_swap_Bytes + lpToken: mumbai_swap_Bytes + lpToken_not: mumbai_swap_Bytes + lpToken_gt: mumbai_swap_Bytes + lpToken_lt: mumbai_swap_Bytes + lpToken_gte: mumbai_swap_Bytes + lpToken_lte: mumbai_swap_Bytes + lpToken_in: [mumbai_swap_Bytes!] + lpToken_not_in: [mumbai_swap_Bytes!] + lpToken_contains: mumbai_swap_Bytes + lpToken_not_contains: mumbai_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [mumbai_swap_Bytes!] + pooledTokens_not: [mumbai_swap_Bytes!] + pooledTokens_contains: [mumbai_swap_Bytes!] + pooledTokens_contains_nocase: [mumbai_swap_Bytes!] + pooledTokens_not_contains: [mumbai_swap_Bytes!] + pooledTokens_not_contains_nocase: [mumbai_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: mumbai_swap_StableSwapEvent_filter + exchanges_: mumbai_swap_StableSwapExchange_filter + hourlyVolumes_: mumbai_swap_SwapHourlyVolume_filter + dailyVolumes_: mumbai_swap_SwapDailyVolume_filter + weeklyVolumes_: mumbai_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootManagerMode_filter] - or: [localmainnet_RootManagerMode_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwap_filter] + or: [mumbai_swap_StableSwap_filter] } -enum localmainnet_RootManagerMode_orderBy { +enum mumbai_swap_StableSwap_orderBy { id - mode + isActive + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type localmainnet_RootMessageProcessed { +type mumbai_swap_SwapDailyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: localmainnet_Bytes - caller: localmainnet_Bytes - transactionHash: localmainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: mumbai_swap_StableSwap! + timestamp: BigInt! + volume: mumbai_swap_BigDecimal! } -input localmainnet_RootMessageProcessed_filter { +input mumbai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -49297,53 +50473,28 @@ input localmainnet_RootMessageProcessed_filter { 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!] - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes - timestamp: BigInt + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: mumbai_swap_StableSwap_filter + timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt timestamp_lt: BigInt @@ -49351,58 +50502,51 @@ input localmainnet_RootMessageProcessed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: mumbai_swap_BigDecimal + volume_not: mumbai_swap_BigDecimal + volume_gt: mumbai_swap_BigDecimal + volume_lt: mumbai_swap_BigDecimal + volume_gte: mumbai_swap_BigDecimal + volume_lte: mumbai_swap_BigDecimal + volume_in: [mumbai_swap_BigDecimal!] + volume_not_in: [mumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootMessageProcessed_filter] - or: [localmainnet_RootMessageProcessed_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapDailyVolume_filter] + or: [mumbai_swap_SwapDailyVolume_filter] } -enum localmainnet_RootMessageProcessed_orderBy { +enum mumbai_swap_SwapDailyVolume_orderBy { id - spokeDomain - hubDomain - root - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -type localmainnet_RootPropagated { +type mumbai_swap_SwapHourlyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - aggregate: localmainnet_Bytes! - domainsHash: localmainnet_Bytes! - count: BigInt! - blockNumber: BigInt + stableSwap: mumbai_swap_StableSwap! + timestamp: BigInt! + volume: mumbai_swap_BigDecimal! } -input localmainnet_RootPropagated_filter { +input mumbai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -49411,66 +50555,152 @@ input localmainnet_RootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregate: localmainnet_Bytes - aggregate_not: localmainnet_Bytes - aggregate_gt: localmainnet_Bytes - aggregate_lt: localmainnet_Bytes - aggregate_gte: localmainnet_Bytes - aggregate_lte: localmainnet_Bytes - aggregate_in: [localmainnet_Bytes!] - aggregate_not_in: [localmainnet_Bytes!] - aggregate_contains: localmainnet_Bytes - aggregate_not_contains: localmainnet_Bytes - domainsHash: localmainnet_Bytes - domainsHash_not: localmainnet_Bytes - domainsHash_gt: localmainnet_Bytes - domainsHash_lt: localmainnet_Bytes - domainsHash_gte: localmainnet_Bytes - domainsHash_lte: localmainnet_Bytes - domainsHash_in: [localmainnet_Bytes!] - domainsHash_not_in: [localmainnet_Bytes!] - domainsHash_contains: localmainnet_Bytes - domainsHash_not_contains: localmainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: mumbai_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: mumbai_swap_BigDecimal + volume_not: mumbai_swap_BigDecimal + volume_gt: mumbai_swap_BigDecimal + volume_lt: mumbai_swap_BigDecimal + volume_gte: mumbai_swap_BigDecimal + volume_lte: mumbai_swap_BigDecimal + volume_in: [mumbai_swap_BigDecimal!] + volume_not_in: [mumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootPropagated_filter] - or: [localmainnet_RootPropagated_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapHourlyVolume_filter] + or: [mumbai_swap_SwapHourlyVolume_filter] } -enum localmainnet_RootPropagated_orderBy { +enum mumbai_swap_SwapHourlyVolume_orderBy { id - aggregate - domainsHash - count - blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type localmainnet_ZkSyncConnectorMeta { +interface mumbai_swap_SwapTradeVolume { + stableSwap: mumbai_swap_StableSwap! + timestamp: BigInt! + volume: mumbai_swap_BigDecimal! +} + +input mumbai_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: mumbai_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: mumbai_swap_BigDecimal + volume_not: mumbai_swap_BigDecimal + volume_gt: mumbai_swap_BigDecimal + volume_lt: mumbai_swap_BigDecimal + volume_gte: mumbai_swap_BigDecimal + volume_lte: mumbai_swap_BigDecimal + volume_in: [mumbai_swap_BigDecimal!] + volume_not_in: [mumbai_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapTradeVolume_filter] + or: [mumbai_swap_SwapTradeVolume_filter] +} + +enum mumbai_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type mumbai_swap_SwapWeeklyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + stableSwap: mumbai_swap_StableSwap! + timestamp: BigInt! + volume: mumbai_swap_BigDecimal! } -input localmainnet_ZkSyncConnectorMeta_filter { +input mumbai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -49479,70 +50709,118 @@ input localmainnet_ZkSyncConnectorMeta_filter { 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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: mumbai_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: mumbai_swap_BigDecimal + volume_not: mumbai_swap_BigDecimal + volume_gt: mumbai_swap_BigDecimal + volume_lt: mumbai_swap_BigDecimal + volume_gte: mumbai_swap_BigDecimal + volume_lte: mumbai_swap_BigDecimal + volume_in: [mumbai_swap_BigDecimal!] + volume_not_in: [mumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_ZkSyncConnectorMeta_filter] - or: [localmainnet_ZkSyncConnectorMeta_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapWeeklyVolume_filter] + or: [mumbai_swap_SwapWeeklyVolume_filter] } -enum localmainnet_ZkSyncConnectorMeta_orderBy { +enum mumbai_swap_SwapWeeklyVolume_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type localmainnet__Block_ { +type mumbai_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input mumbai_swap_SystemInfo_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!] + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SystemInfo_filter] + or: [mumbai_swap_SystemInfo_filter] +} + +enum mumbai_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type mumbai_swap__Block_ { """The hash of the block""" - hash: localmainnet_Bytes + hash: mumbai_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -49550,7 +50828,7 @@ type localmainnet__Block_ { } """The type for the top-level _meta field""" -type localmainnet__Meta_ { +type mumbai_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -49558,50 +50836,50 @@ type localmainnet__Meta_ { and therefore asks for the latest block """ - block: localmainnet__Block_! + block: mumbai_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar staginggoerli_swap_BigDecimal +scalar bnb_swap_BigDecimal -input staginggoerli_swap_BlockChangedFilter { +input bnb_swap_BlockChangedFilter { number_gte: Int! } -input staginggoerli_swap_Block_height { - hash: staginggoerli_swap_Bytes +input bnb_swap_Block_height { + hash: bnb_swap_Bytes number: Int number_gte: Int } -scalar staginggoerli_swap_Bytes +scalar bnb_swap_Bytes """ 8 bytes signed integer """ -scalar staginggoerli_swap_Int8 +scalar bnb_swap_Int8 -type staginggoerli_swap_LpAccount { +type bnb_swap_LpAccount { id: ID! - address: staginggoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpAccountBalance_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpAccountBalance_filter): [staginggoerli_swap_LpAccountBalance!]! + address: bnb_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpAccountBalance_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpAccountBalance_filter): [bnb_swap_LpAccountBalance!]! } -type staginggoerli_swap_LpAccountBalance { +type bnb_swap_LpAccountBalance { id: ID! - account: staginggoerli_swap_LpAccount! - token: staginggoerli_swap_LpToken! - amount: staginggoerli_swap_BigDecimal! + account: bnb_swap_LpAccount! + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! block: BigInt modified: BigInt - transaction: staginggoerli_swap_Bytes + transaction: bnb_swap_Bytes } -input staginggoerli_swap_LpAccountBalance_filter { +input bnb_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -49630,7 +50908,7 @@ input staginggoerli_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: staginggoerli_swap_LpAccount_filter + account_: bnb_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -49651,15 +50929,15 @@ input staginggoerli_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: staginggoerli_swap_LpToken_filter - amount: staginggoerli_swap_BigDecimal - amount_not: staginggoerli_swap_BigDecimal - amount_gt: staginggoerli_swap_BigDecimal - amount_lt: staginggoerli_swap_BigDecimal - amount_gte: staginggoerli_swap_BigDecimal - amount_lte: staginggoerli_swap_BigDecimal - amount_in: [staginggoerli_swap_BigDecimal!] - amount_not_in: [staginggoerli_swap_BigDecimal!] + token_: bnb_swap_LpToken_filter + amount: bnb_swap_BigDecimal + amount_not: bnb_swap_BigDecimal + amount_gt: bnb_swap_BigDecimal + amount_lt: bnb_swap_BigDecimal + amount_gte: bnb_swap_BigDecimal + amount_lte: bnb_swap_BigDecimal + amount_in: [bnb_swap_BigDecimal!] + amount_not_in: [bnb_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -49676,23 +50954,23 @@ input staginggoerli_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpAccountBalance_filter] - or: [staginggoerli_swap_LpAccountBalance_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpAccountBalance_filter] + or: [bnb_swap_LpAccountBalance_filter] } -enum staginggoerli_swap_LpAccountBalance_orderBy { +enum bnb_swap_LpAccountBalance_orderBy { id account account__id @@ -49710,7 +50988,7 @@ enum staginggoerli_swap_LpAccountBalance_orderBy { transaction } -input staginggoerli_swap_LpAccount_filter { +input bnb_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -49719,51 +50997,51 @@ input staginggoerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: staginggoerli_swap_Bytes - address_not: staginggoerli_swap_Bytes - address_gt: staginggoerli_swap_Bytes - address_lt: staginggoerli_swap_Bytes - address_gte: staginggoerli_swap_Bytes - address_lte: staginggoerli_swap_Bytes - address_in: [staginggoerli_swap_Bytes!] - address_not_in: [staginggoerli_swap_Bytes!] - address_contains: staginggoerli_swap_Bytes - address_not_contains: staginggoerli_swap_Bytes - balances_: staginggoerli_swap_LpAccountBalance_filter + address: bnb_swap_Bytes + address_not: bnb_swap_Bytes + address_gt: bnb_swap_Bytes + address_lt: bnb_swap_Bytes + address_gte: bnb_swap_Bytes + address_lte: bnb_swap_Bytes + address_in: [bnb_swap_Bytes!] + address_not_in: [bnb_swap_Bytes!] + address_contains: bnb_swap_Bytes + address_not_contains: bnb_swap_Bytes + balances_: bnb_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpAccount_filter] - or: [staginggoerli_swap_LpAccount_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpAccount_filter] + or: [bnb_swap_LpAccount_filter] } -enum staginggoerli_swap_LpAccount_orderBy { +enum bnb_swap_LpAccount_orderBy { id address balances } -type staginggoerli_swap_LpToken { +type bnb_swap_LpToken { id: ID! - address: staginggoerli_swap_Bytes! - stableSwap: staginggoerli_swap_StableSwap! + address: bnb_swap_Bytes! + stableSwap: bnb_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: staginggoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpTokenEvent_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpTokenEvent_filter): [staginggoerli_swap_LpTokenEvent!]! + totalSupply: bnb_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpTokenEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpTokenEvent_filter): [bnb_swap_LpTokenEvent!]! } -interface staginggoerli_swap_LpTokenEvent { +interface bnb_swap_LpTokenEvent { id: ID! - token: staginggoerli_swap_LpToken! - amount: staginggoerli_swap_BigDecimal! + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! + transaction: bnb_swap_Bytes! nonce: BigInt! } -input staginggoerli_swap_LpTokenEvent_filter { +input bnb_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -49792,15 +51070,15 @@ input staginggoerli_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: staginggoerli_swap_LpToken_filter - amount: staginggoerli_swap_BigDecimal - amount_not: staginggoerli_swap_BigDecimal - amount_gt: staginggoerli_swap_BigDecimal - amount_lt: staginggoerli_swap_BigDecimal - amount_gte: staginggoerli_swap_BigDecimal - amount_lte: staginggoerli_swap_BigDecimal - amount_in: [staginggoerli_swap_BigDecimal!] - amount_not_in: [staginggoerli_swap_BigDecimal!] + token_: bnb_swap_LpToken_filter + amount: bnb_swap_BigDecimal + amount_not: bnb_swap_BigDecimal + amount_gt: bnb_swap_BigDecimal + amount_lt: bnb_swap_BigDecimal + amount_gte: bnb_swap_BigDecimal + amount_lte: bnb_swap_BigDecimal + amount_in: [bnb_swap_BigDecimal!] + amount_not_in: [bnb_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -49817,16 +51095,16 @@ input staginggoerli_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -49836,12 +51114,12 @@ input staginggoerli_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpTokenEvent_filter] - or: [staginggoerli_swap_LpTokenEvent_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpTokenEvent_filter] + or: [bnb_swap_LpTokenEvent_filter] } -enum staginggoerli_swap_LpTokenEvent_orderBy { +enum bnb_swap_LpTokenEvent_orderBy { id token token__id @@ -49857,7 +51135,7 @@ enum staginggoerli_swap_LpTokenEvent_orderBy { nonce } -input staginggoerli_swap_LpToken_filter { +input bnb_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -49866,16 +51144,16 @@ input staginggoerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: staginggoerli_swap_Bytes - address_not: staginggoerli_swap_Bytes - address_gt: staginggoerli_swap_Bytes - address_lt: staginggoerli_swap_Bytes - address_gte: staginggoerli_swap_Bytes - address_lte: staginggoerli_swap_Bytes - address_in: [staginggoerli_swap_Bytes!] - address_not_in: [staginggoerli_swap_Bytes!] - address_contains: staginggoerli_swap_Bytes - address_not_contains: staginggoerli_swap_Bytes + address: bnb_swap_Bytes + address_not: bnb_swap_Bytes + address_gt: bnb_swap_Bytes + address_lt: bnb_swap_Bytes + address_gte: bnb_swap_Bytes + address_lte: bnb_swap_Bytes + address_in: [bnb_swap_Bytes!] + address_not_in: [bnb_swap_Bytes!] + address_contains: bnb_swap_Bytes + address_not_contains: bnb_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -49896,7 +51174,7 @@ input staginggoerli_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter + stableSwap_: bnb_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -49945,22 +51223,22 @@ input staginggoerli_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: staginggoerli_swap_BigDecimal - totalSupply_not: staginggoerli_swap_BigDecimal - totalSupply_gt: staginggoerli_swap_BigDecimal - totalSupply_lt: staginggoerli_swap_BigDecimal - totalSupply_gte: staginggoerli_swap_BigDecimal - totalSupply_lte: staginggoerli_swap_BigDecimal - totalSupply_in: [staginggoerli_swap_BigDecimal!] - totalSupply_not_in: [staginggoerli_swap_BigDecimal!] - events_: staginggoerli_swap_LpTokenEvent_filter + totalSupply: bnb_swap_BigDecimal + totalSupply_not: bnb_swap_BigDecimal + totalSupply_gt: bnb_swap_BigDecimal + totalSupply_lt: bnb_swap_BigDecimal + totalSupply_gte: bnb_swap_BigDecimal + totalSupply_lte: bnb_swap_BigDecimal + totalSupply_in: [bnb_swap_BigDecimal!] + totalSupply_not_in: [bnb_swap_BigDecimal!] + events_: bnb_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpToken_filter] - or: [staginggoerli_swap_LpToken_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpToken_filter] + or: [bnb_swap_LpToken_filter] } -enum staginggoerli_swap_LpToken_orderBy { +enum bnb_swap_LpToken_orderBy { id address stableSwap @@ -49987,21 +51265,21 @@ enum staginggoerli_swap_LpToken_orderBy { events } -type staginggoerli_swap_LpTransferEvent implements staginggoerli_swap_LpTokenEvent { +type bnb_swap_LpTransferEvent implements bnb_swap_LpTokenEvent { id: ID! - token: staginggoerli_swap_LpToken! - amount: staginggoerli_swap_BigDecimal! - from: staginggoerli_swap_Bytes! - to: staginggoerli_swap_Bytes! - fromBalance: staginggoerli_swap_BigDecimal! - toBalance: staginggoerli_swap_BigDecimal! + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! + from: bnb_swap_Bytes! + to: bnb_swap_Bytes! + fromBalance: bnb_swap_BigDecimal! + toBalance: bnb_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! + transaction: bnb_swap_Bytes! nonce: BigInt! } -input staginggoerli_swap_LpTransferEvent_filter { +input bnb_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -50030,51 +51308,51 @@ input staginggoerli_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: staginggoerli_swap_LpToken_filter - amount: staginggoerli_swap_BigDecimal - amount_not: staginggoerli_swap_BigDecimal - amount_gt: staginggoerli_swap_BigDecimal - amount_lt: staginggoerli_swap_BigDecimal - amount_gte: staginggoerli_swap_BigDecimal - amount_lte: staginggoerli_swap_BigDecimal - amount_in: [staginggoerli_swap_BigDecimal!] - amount_not_in: [staginggoerli_swap_BigDecimal!] - from: staginggoerli_swap_Bytes - from_not: staginggoerli_swap_Bytes - from_gt: staginggoerli_swap_Bytes - from_lt: staginggoerli_swap_Bytes - from_gte: staginggoerli_swap_Bytes - from_lte: staginggoerli_swap_Bytes - from_in: [staginggoerli_swap_Bytes!] - from_not_in: [staginggoerli_swap_Bytes!] - from_contains: staginggoerli_swap_Bytes - from_not_contains: staginggoerli_swap_Bytes - to: staginggoerli_swap_Bytes - to_not: staginggoerli_swap_Bytes - to_gt: staginggoerli_swap_Bytes - to_lt: staginggoerli_swap_Bytes - to_gte: staginggoerli_swap_Bytes - to_lte: staginggoerli_swap_Bytes - to_in: [staginggoerli_swap_Bytes!] - to_not_in: [staginggoerli_swap_Bytes!] - to_contains: staginggoerli_swap_Bytes - to_not_contains: staginggoerli_swap_Bytes - fromBalance: staginggoerli_swap_BigDecimal - fromBalance_not: staginggoerli_swap_BigDecimal - fromBalance_gt: staginggoerli_swap_BigDecimal - fromBalance_lt: staginggoerli_swap_BigDecimal - fromBalance_gte: staginggoerli_swap_BigDecimal - fromBalance_lte: staginggoerli_swap_BigDecimal - fromBalance_in: [staginggoerli_swap_BigDecimal!] - fromBalance_not_in: [staginggoerli_swap_BigDecimal!] - toBalance: staginggoerli_swap_BigDecimal - toBalance_not: staginggoerli_swap_BigDecimal - toBalance_gt: staginggoerli_swap_BigDecimal - toBalance_lt: staginggoerli_swap_BigDecimal - toBalance_gte: staginggoerli_swap_BigDecimal - toBalance_lte: staginggoerli_swap_BigDecimal - toBalance_in: [staginggoerli_swap_BigDecimal!] - toBalance_not_in: [staginggoerli_swap_BigDecimal!] + token_: bnb_swap_LpToken_filter + amount: bnb_swap_BigDecimal + amount_not: bnb_swap_BigDecimal + amount_gt: bnb_swap_BigDecimal + amount_lt: bnb_swap_BigDecimal + amount_gte: bnb_swap_BigDecimal + amount_lte: bnb_swap_BigDecimal + amount_in: [bnb_swap_BigDecimal!] + amount_not_in: [bnb_swap_BigDecimal!] + from: bnb_swap_Bytes + from_not: bnb_swap_Bytes + from_gt: bnb_swap_Bytes + from_lt: bnb_swap_Bytes + from_gte: bnb_swap_Bytes + from_lte: bnb_swap_Bytes + from_in: [bnb_swap_Bytes!] + from_not_in: [bnb_swap_Bytes!] + from_contains: bnb_swap_Bytes + from_not_contains: bnb_swap_Bytes + to: bnb_swap_Bytes + to_not: bnb_swap_Bytes + to_gt: bnb_swap_Bytes + to_lt: bnb_swap_Bytes + to_gte: bnb_swap_Bytes + to_lte: bnb_swap_Bytes + to_in: [bnb_swap_Bytes!] + to_not_in: [bnb_swap_Bytes!] + to_contains: bnb_swap_Bytes + to_not_contains: bnb_swap_Bytes + fromBalance: bnb_swap_BigDecimal + fromBalance_not: bnb_swap_BigDecimal + fromBalance_gt: bnb_swap_BigDecimal + fromBalance_lt: bnb_swap_BigDecimal + fromBalance_gte: bnb_swap_BigDecimal + fromBalance_lte: bnb_swap_BigDecimal + fromBalance_in: [bnb_swap_BigDecimal!] + fromBalance_not_in: [bnb_swap_BigDecimal!] + toBalance: bnb_swap_BigDecimal + toBalance_not: bnb_swap_BigDecimal + toBalance_gt: bnb_swap_BigDecimal + toBalance_lt: bnb_swap_BigDecimal + toBalance_gte: bnb_swap_BigDecimal + toBalance_lte: bnb_swap_BigDecimal + toBalance_in: [bnb_swap_BigDecimal!] + toBalance_not_in: [bnb_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -50091,16 +51369,16 @@ input staginggoerli_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -50110,12 +51388,12 @@ input staginggoerli_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpTransferEvent_filter] - or: [staginggoerli_swap_LpTransferEvent_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpTransferEvent_filter] + or: [bnb_swap_LpTransferEvent_filter] } -enum staginggoerli_swap_LpTransferEvent_orderBy { +enum bnb_swap_LpTransferEvent_orderBy { id token token__id @@ -50136,17 +51414,17 @@ enum staginggoerli_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum staginggoerli_swap_OrderDirection { +enum bnb_swap_OrderDirection { asc desc } -type staginggoerli_swap_PooledToken { +type bnb_swap_PooledToken { id: ID! - asset: staginggoerli_swap_Bytes! + asset: bnb_swap_Bytes! } -input staginggoerli_swap_PooledToken_filter { +input bnb_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -50155,59 +51433,59 @@ input staginggoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: staginggoerli_swap_Bytes - asset_not: staginggoerli_swap_Bytes - asset_gt: staginggoerli_swap_Bytes - asset_lt: staginggoerli_swap_Bytes - asset_gte: staginggoerli_swap_Bytes - asset_lte: staginggoerli_swap_Bytes - asset_in: [staginggoerli_swap_Bytes!] - asset_not_in: [staginggoerli_swap_Bytes!] - asset_contains: staginggoerli_swap_Bytes - asset_not_contains: staginggoerli_swap_Bytes + asset: bnb_swap_Bytes + asset_not: bnb_swap_Bytes + asset_gt: bnb_swap_Bytes + asset_lt: bnb_swap_Bytes + asset_gte: bnb_swap_Bytes + asset_lte: bnb_swap_Bytes + asset_in: [bnb_swap_Bytes!] + asset_not_in: [bnb_swap_Bytes!] + asset_contains: bnb_swap_Bytes + asset_not_contains: bnb_swap_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_PooledToken_filter] - or: [staginggoerli_swap_PooledToken_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_PooledToken_filter] + or: [bnb_swap_PooledToken_filter] } -enum staginggoerli_swap_PooledToken_orderBy { +enum bnb_swap_PooledToken_orderBy { id asset } -type staginggoerli_swap_StableSwap { +type bnb_swap_StableSwap { id: ID! isActive: Boolean - key: staginggoerli_swap_Bytes! - canonicalId: staginggoerli_swap_Bytes + key: bnb_swap_Bytes! + canonicalId: bnb_swap_Bytes domain: BigInt - swapPool: staginggoerli_swap_Bytes - lpToken: staginggoerli_swap_Bytes + swapPool: bnb_swap_Bytes + lpToken: bnb_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [staginggoerli_swap_Bytes!]! + pooledTokens: [bnb_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_StableSwapEvent_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_StableSwapEvent_filter): [staginggoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_StableSwapExchange_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_StableSwapExchange_filter): [staginggoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapHourlyVolume_filter): [staginggoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapDailyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapDailyVolume_filter): [staginggoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapWeeklyVolume_filter): [staginggoerli_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapEvent_filter): [bnb_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapExchange_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapExchange_filter): [bnb_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapHourlyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapHourlyVolume_filter): [bnb_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapDailyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapDailyVolume_filter): [bnb_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapWeeklyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapWeeklyVolume_filter): [bnb_swap_SwapWeeklyVolume!] } -type staginggoerli_swap_StableSwapAddLiquidityEvent implements staginggoerli_swap_StableSwapEvent { +type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - provider: staginggoerli_swap_Bytes! + stableSwap: bnb_swap_StableSwap! + provider: bnb_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -50216,11 +51494,11 @@ type staginggoerli_swap_StableSwapAddLiquidityEvent implements staginggoerli_swa balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! + transaction: bnb_swap_Bytes! nonce: BigInt! } -input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { +input bnb_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -50249,17 +51527,17 @@ input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter - provider: staginggoerli_swap_Bytes - provider_not: staginggoerli_swap_Bytes - provider_gt: staginggoerli_swap_Bytes - provider_lt: staginggoerli_swap_Bytes - provider_gte: staginggoerli_swap_Bytes - provider_lte: staginggoerli_swap_Bytes - provider_in: [staginggoerli_swap_Bytes!] - provider_not_in: [staginggoerli_swap_Bytes!] - provider_contains: staginggoerli_swap_Bytes - provider_not_contains: staginggoerli_swap_Bytes + stableSwap_: bnb_swap_StableSwap_filter + provider: bnb_swap_Bytes + provider_not: bnb_swap_Bytes + provider_gt: bnb_swap_Bytes + provider_lt: bnb_swap_Bytes + provider_gte: bnb_swap_Bytes + provider_lte: bnb_swap_Bytes + provider_in: [bnb_swap_Bytes!] + provider_not_in: [bnb_swap_Bytes!] + provider_contains: bnb_swap_Bytes + provider_not_contains: bnb_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -50318,16 +51596,16 @@ input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -50337,12 +51615,12 @@ input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapAddLiquidityEvent_filter] + or: [bnb_swap_StableSwapAddLiquidityEvent_filter] } -enum staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -50374,16 +51652,16 @@ enum staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface staginggoerli_swap_StableSwapEvent { +interface bnb_swap_StableSwapEvent { id: ID! - stableSwap: staginggoerli_swap_StableSwap! + stableSwap: bnb_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! + transaction: bnb_swap_Bytes! nonce: BigInt! } -input staginggoerli_swap_StableSwapEvent_filter { +input bnb_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -50412,7 +51690,7 @@ input staginggoerli_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter + stableSwap_: bnb_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -50429,16 +51707,16 @@ input staginggoerli_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -50448,12 +51726,12 @@ input staginggoerli_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwapEvent_filter] - or: [staginggoerli_swap_StableSwapEvent_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapEvent_filter] + or: [bnb_swap_StableSwapEvent_filter] } -enum staginggoerli_swap_StableSwapEvent_orderBy { +enum bnb_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -50478,10 +51756,10 @@ enum staginggoerli_swap_StableSwapEvent_orderBy { nonce } -type staginggoerli_swap_StableSwapExchange { +type bnb_swap_StableSwapExchange { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - buyer: staginggoerli_swap_Bytes! + stableSwap: bnb_swap_StableSwap! + buyer: bnb_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -50490,11 +51768,11 @@ type staginggoerli_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! + transaction: bnb_swap_Bytes! nonce: BigInt! } -input staginggoerli_swap_StableSwapExchange_filter { +input bnb_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -50523,17 +51801,17 @@ input staginggoerli_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter - buyer: staginggoerli_swap_Bytes - buyer_not: staginggoerli_swap_Bytes - buyer_gt: staginggoerli_swap_Bytes - buyer_lt: staginggoerli_swap_Bytes - buyer_gte: staginggoerli_swap_Bytes - buyer_lte: staginggoerli_swap_Bytes - buyer_in: [staginggoerli_swap_Bytes!] - buyer_not_in: [staginggoerli_swap_Bytes!] - buyer_contains: staginggoerli_swap_Bytes - buyer_not_contains: staginggoerli_swap_Bytes + stableSwap_: bnb_swap_StableSwap_filter + buyer: bnb_swap_Bytes + buyer_not: bnb_swap_Bytes + buyer_gt: bnb_swap_Bytes + buyer_lt: bnb_swap_Bytes + buyer_gte: bnb_swap_Bytes + buyer_lte: bnb_swap_Bytes + buyer_in: [bnb_swap_Bytes!] + buyer_not_in: [bnb_swap_Bytes!] + buyer_contains: bnb_swap_Bytes + buyer_not_contains: bnb_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -50596,16 +51874,16 @@ input staginggoerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -50615,12 +51893,12 @@ input staginggoerli_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwapExchange_filter] - or: [staginggoerli_swap_StableSwapExchange_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapExchange_filter] + or: [bnb_swap_StableSwapExchange_filter] } -enum staginggoerli_swap_StableSwapExchange_orderBy { +enum bnb_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -50652,10 +51930,10 @@ enum staginggoerli_swap_StableSwapExchange_orderBy { nonce } -type staginggoerli_swap_StableSwapRemoveLiquidityEvent implements staginggoerli_swap_StableSwapEvent { +type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - provider: staginggoerli_swap_Bytes! + stableSwap: bnb_swap_StableSwap! + provider: bnb_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -50664,11 +51942,11 @@ type staginggoerli_swap_StableSwapRemoveLiquidityEvent implements staginggoerli_ balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! + transaction: bnb_swap_Bytes! nonce: BigInt! } -input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input bnb_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -50697,17 +51975,17 @@ input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter - provider: staginggoerli_swap_Bytes - provider_not: staginggoerli_swap_Bytes - provider_gt: staginggoerli_swap_Bytes - provider_lt: staginggoerli_swap_Bytes - provider_gte: staginggoerli_swap_Bytes - provider_lte: staginggoerli_swap_Bytes - provider_in: [staginggoerli_swap_Bytes!] - provider_not_in: [staginggoerli_swap_Bytes!] - provider_contains: staginggoerli_swap_Bytes - provider_not_contains: staginggoerli_swap_Bytes + stableSwap_: bnb_swap_StableSwap_filter + provider: bnb_swap_Bytes + provider_not: bnb_swap_Bytes + provider_gt: bnb_swap_Bytes + provider_lt: bnb_swap_Bytes + provider_gte: bnb_swap_Bytes + provider_lte: bnb_swap_Bytes + provider_in: [bnb_swap_Bytes!] + provider_not_in: [bnb_swap_Bytes!] + provider_contains: bnb_swap_Bytes + provider_not_contains: bnb_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -50766,16 +52044,16 @@ input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -50785,12 +52063,12 @@ input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] + or: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] } -enum staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum bnb_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -50822,7 +52100,7 @@ enum staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input staginggoerli_swap_StableSwap_filter { +input bnb_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -50835,26 +52113,26 @@ input staginggoerli_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: staginggoerli_swap_Bytes - key_not: staginggoerli_swap_Bytes - key_gt: staginggoerli_swap_Bytes - key_lt: staginggoerli_swap_Bytes - key_gte: staginggoerli_swap_Bytes - key_lte: staginggoerli_swap_Bytes - key_in: [staginggoerli_swap_Bytes!] - key_not_in: [staginggoerli_swap_Bytes!] - key_contains: staginggoerli_swap_Bytes - key_not_contains: staginggoerli_swap_Bytes - canonicalId: staginggoerli_swap_Bytes - canonicalId_not: staginggoerli_swap_Bytes - canonicalId_gt: staginggoerli_swap_Bytes - canonicalId_lt: staginggoerli_swap_Bytes - canonicalId_gte: staginggoerli_swap_Bytes - canonicalId_lte: staginggoerli_swap_Bytes - canonicalId_in: [staginggoerli_swap_Bytes!] - canonicalId_not_in: [staginggoerli_swap_Bytes!] - canonicalId_contains: staginggoerli_swap_Bytes - canonicalId_not_contains: staginggoerli_swap_Bytes + key: bnb_swap_Bytes + key_not: bnb_swap_Bytes + key_gt: bnb_swap_Bytes + key_lt: bnb_swap_Bytes + key_gte: bnb_swap_Bytes + key_lte: bnb_swap_Bytes + key_in: [bnb_swap_Bytes!] + key_not_in: [bnb_swap_Bytes!] + key_contains: bnb_swap_Bytes + key_not_contains: bnb_swap_Bytes + canonicalId: bnb_swap_Bytes + canonicalId_not: bnb_swap_Bytes + canonicalId_gt: bnb_swap_Bytes + canonicalId_lt: bnb_swap_Bytes + canonicalId_gte: bnb_swap_Bytes + canonicalId_lte: bnb_swap_Bytes + canonicalId_in: [bnb_swap_Bytes!] + canonicalId_not_in: [bnb_swap_Bytes!] + canonicalId_contains: bnb_swap_Bytes + canonicalId_not_contains: bnb_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -50863,26 +52141,26 @@ input staginggoerli_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: staginggoerli_swap_Bytes - swapPool_not: staginggoerli_swap_Bytes - swapPool_gt: staginggoerli_swap_Bytes - swapPool_lt: staginggoerli_swap_Bytes - swapPool_gte: staginggoerli_swap_Bytes - swapPool_lte: staginggoerli_swap_Bytes - swapPool_in: [staginggoerli_swap_Bytes!] - swapPool_not_in: [staginggoerli_swap_Bytes!] - swapPool_contains: staginggoerli_swap_Bytes - swapPool_not_contains: staginggoerli_swap_Bytes - lpToken: staginggoerli_swap_Bytes - lpToken_not: staginggoerli_swap_Bytes - lpToken_gt: staginggoerli_swap_Bytes - lpToken_lt: staginggoerli_swap_Bytes - lpToken_gte: staginggoerli_swap_Bytes - lpToken_lte: staginggoerli_swap_Bytes - lpToken_in: [staginggoerli_swap_Bytes!] - lpToken_not_in: [staginggoerli_swap_Bytes!] - lpToken_contains: staginggoerli_swap_Bytes - lpToken_not_contains: staginggoerli_swap_Bytes + swapPool: bnb_swap_Bytes + swapPool_not: bnb_swap_Bytes + swapPool_gt: bnb_swap_Bytes + swapPool_lt: bnb_swap_Bytes + swapPool_gte: bnb_swap_Bytes + swapPool_lte: bnb_swap_Bytes + swapPool_in: [bnb_swap_Bytes!] + swapPool_not_in: [bnb_swap_Bytes!] + swapPool_contains: bnb_swap_Bytes + swapPool_not_contains: bnb_swap_Bytes + lpToken: bnb_swap_Bytes + lpToken_not: bnb_swap_Bytes + lpToken_gt: bnb_swap_Bytes + lpToken_lt: bnb_swap_Bytes + lpToken_gte: bnb_swap_Bytes + lpToken_lte: bnb_swap_Bytes + lpToken_in: [bnb_swap_Bytes!] + lpToken_not_in: [bnb_swap_Bytes!] + lpToken_contains: bnb_swap_Bytes + lpToken_not_contains: bnb_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -50931,12 +52209,12 @@ input staginggoerli_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [staginggoerli_swap_Bytes!] - pooledTokens_not: [staginggoerli_swap_Bytes!] - pooledTokens_contains: [staginggoerli_swap_Bytes!] - pooledTokens_contains_nocase: [staginggoerli_swap_Bytes!] - pooledTokens_not_contains: [staginggoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [staginggoerli_swap_Bytes!] + pooledTokens: [bnb_swap_Bytes!] + pooledTokens_not: [bnb_swap_Bytes!] + pooledTokens_contains: [bnb_swap_Bytes!] + pooledTokens_contains_nocase: [bnb_swap_Bytes!] + pooledTokens_not_contains: [bnb_swap_Bytes!] + pooledTokens_not_contains_nocase: [bnb_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -50979,18 +52257,18 @@ input staginggoerli_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: staginggoerli_swap_StableSwapEvent_filter - exchanges_: staginggoerli_swap_StableSwapExchange_filter - hourlyVolumes_: staginggoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: staginggoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: staginggoerli_swap_SwapWeeklyVolume_filter + events_: bnb_swap_StableSwapEvent_filter + exchanges_: bnb_swap_StableSwapExchange_filter + hourlyVolumes_: bnb_swap_SwapHourlyVolume_filter + dailyVolumes_: bnb_swap_SwapDailyVolume_filter + weeklyVolumes_: bnb_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwap_filter] - or: [staginggoerli_swap_StableSwap_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwap_filter] + or: [bnb_swap_StableSwap_filter] } -enum staginggoerli_swap_StableSwap_orderBy { +enum bnb_swap_StableSwap_orderBy { id isActive key @@ -51018,14 +52296,14 @@ enum staginggoerli_swap_StableSwap_orderBy { weeklyVolumes } -type staginggoerli_swap_SwapDailyVolume implements staginggoerli_swap_SwapTradeVolume { +type bnb_swap_SwapDailyVolume implements bnb_swap_SwapTradeVolume { id: ID! - stableSwap: staginggoerli_swap_StableSwap! + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + volume: bnb_swap_BigDecimal! } -input staginggoerli_swap_SwapDailyVolume_filter { +input bnb_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -51054,7 +52332,7 @@ input staginggoerli_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter + stableSwap_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -51063,21 +52341,21 @@ input staginggoerli_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: staginggoerli_swap_BigDecimal - volume_not: staginggoerli_swap_BigDecimal - volume_gt: staginggoerli_swap_BigDecimal - volume_lt: staginggoerli_swap_BigDecimal - volume_gte: staginggoerli_swap_BigDecimal - volume_lte: staginggoerli_swap_BigDecimal - volume_in: [staginggoerli_swap_BigDecimal!] - volume_not_in: [staginggoerli_swap_BigDecimal!] + volume: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapDailyVolume_filter] - or: [staginggoerli_swap_SwapDailyVolume_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapDailyVolume_filter] + or: [bnb_swap_SwapDailyVolume_filter] } -enum staginggoerli_swap_SwapDailyVolume_orderBy { +enum bnb_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -51100,14 +52378,14 @@ enum staginggoerli_swap_SwapDailyVolume_orderBy { volume } -type staginggoerli_swap_SwapHourlyVolume implements staginggoerli_swap_SwapTradeVolume { +type bnb_swap_SwapHourlyVolume implements bnb_swap_SwapTradeVolume { id: ID! - stableSwap: staginggoerli_swap_StableSwap! + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + volume: bnb_swap_BigDecimal! } -input staginggoerli_swap_SwapHourlyVolume_filter { +input bnb_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -51136,7 +52414,7 @@ input staginggoerli_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter + stableSwap_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -51145,21 +52423,21 @@ input staginggoerli_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: staginggoerli_swap_BigDecimal - volume_not: staginggoerli_swap_BigDecimal - volume_gt: staginggoerli_swap_BigDecimal - volume_lt: staginggoerli_swap_BigDecimal - volume_gte: staginggoerli_swap_BigDecimal - volume_lte: staginggoerli_swap_BigDecimal - volume_in: [staginggoerli_swap_BigDecimal!] - volume_not_in: [staginggoerli_swap_BigDecimal!] + volume: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapHourlyVolume_filter] - or: [staginggoerli_swap_SwapHourlyVolume_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapHourlyVolume_filter] + or: [bnb_swap_SwapHourlyVolume_filter] } -enum staginggoerli_swap_SwapHourlyVolume_orderBy { +enum bnb_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -51182,13 +52460,13 @@ enum staginggoerli_swap_SwapHourlyVolume_orderBy { volume } -interface staginggoerli_swap_SwapTradeVolume { - stableSwap: staginggoerli_swap_StableSwap! +interface bnb_swap_SwapTradeVolume { + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + volume: bnb_swap_BigDecimal! } -input staginggoerli_swap_SwapTradeVolume_filter { +input bnb_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -51209,7 +52487,7 @@ input staginggoerli_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter + stableSwap_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -51218,21 +52496,21 @@ input staginggoerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: staginggoerli_swap_BigDecimal - volume_not: staginggoerli_swap_BigDecimal - volume_gt: staginggoerli_swap_BigDecimal - volume_lt: staginggoerli_swap_BigDecimal - volume_gte: staginggoerli_swap_BigDecimal - volume_lte: staginggoerli_swap_BigDecimal - volume_in: [staginggoerli_swap_BigDecimal!] - volume_not_in: [staginggoerli_swap_BigDecimal!] + volume: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapTradeVolume_filter] - or: [staginggoerli_swap_SwapTradeVolume_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapTradeVolume_filter] + or: [bnb_swap_SwapTradeVolume_filter] } -enum staginggoerli_swap_SwapTradeVolume_orderBy { +enum bnb_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -51254,14 +52532,14 @@ enum staginggoerli_swap_SwapTradeVolume_orderBy { volume } -type staginggoerli_swap_SwapWeeklyVolume implements staginggoerli_swap_SwapTradeVolume { +type bnb_swap_SwapWeeklyVolume implements bnb_swap_SwapTradeVolume { id: ID! - stableSwap: staginggoerli_swap_StableSwap! + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + volume: bnb_swap_BigDecimal! } -input staginggoerli_swap_SwapWeeklyVolume_filter { +input bnb_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -51290,7 +52568,7 @@ input staginggoerli_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter + stableSwap_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -51299,21 +52577,21 @@ input staginggoerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: staginggoerli_swap_BigDecimal - volume_not: staginggoerli_swap_BigDecimal - volume_gt: staginggoerli_swap_BigDecimal - volume_lt: staginggoerli_swap_BigDecimal - volume_gte: staginggoerli_swap_BigDecimal - volume_lte: staginggoerli_swap_BigDecimal - volume_in: [staginggoerli_swap_BigDecimal!] - volume_not_in: [staginggoerli_swap_BigDecimal!] + volume: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapWeeklyVolume_filter] - or: [staginggoerli_swap_SwapWeeklyVolume_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapWeeklyVolume_filter] + or: [bnb_swap_SwapWeeklyVolume_filter] } -enum staginggoerli_swap_SwapWeeklyVolume_orderBy { +enum bnb_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -51336,13 +52614,13 @@ enum staginggoerli_swap_SwapWeeklyVolume_orderBy { volume } -type staginggoerli_swap_SystemInfo { +type bnb_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input staginggoerli_swap_SystemInfo_filter { +input bnb_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -51368,20 +52646,20 @@ input staginggoerli_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SystemInfo_filter] - or: [staginggoerli_swap_SystemInfo_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SystemInfo_filter] + or: [bnb_swap_SystemInfo_filter] } -enum staginggoerli_swap_SystemInfo_orderBy { +enum bnb_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type staginggoerli_swap__Block_ { +type bnb_swap__Block_ { """The hash of the block""" - hash: staginggoerli_swap_Bytes + hash: bnb_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -51389,7 +52667,7 @@ type staginggoerli_swap__Block_ { } """The type for the top-level _meta field""" -type staginggoerli_swap__Meta_ { +type bnb_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -51397,7 +52675,7 @@ type staginggoerli_swap__Meta_ { and therefore asks for the latest block """ - block: staginggoerli_swap__Block_! + block: bnb_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -53243,43 +54521,43 @@ type stagingmumbai_swap__Meta_ { hasIndexingErrors: Boolean! } -scalar optimismgoerli_swap_BigDecimal +scalar xdai_swap_BigDecimal -input optimismgoerli_swap_BlockChangedFilter { +input xdai_swap_BlockChangedFilter { number_gte: Int! } -input optimismgoerli_swap_Block_height { - hash: optimismgoerli_swap_Bytes +input xdai_swap_Block_height { + hash: xdai_swap_Bytes number: Int number_gte: Int } -scalar optimismgoerli_swap_Bytes +scalar xdai_swap_Bytes """ 8 bytes signed integer """ -scalar optimismgoerli_swap_Int8 +scalar xdai_swap_Int8 -type optimismgoerli_swap_LpAccount { +type xdai_swap_LpAccount { id: ID! - address: optimismgoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpAccountBalance_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpAccountBalance_filter): [optimismgoerli_swap_LpAccountBalance!]! + address: xdai_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpAccountBalance_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpAccountBalance_filter): [xdai_swap_LpAccountBalance!]! } -type optimismgoerli_swap_LpAccountBalance { +type xdai_swap_LpAccountBalance { id: ID! - account: optimismgoerli_swap_LpAccount! - token: optimismgoerli_swap_LpToken! - amount: optimismgoerli_swap_BigDecimal! + account: xdai_swap_LpAccount! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! block: BigInt modified: BigInt - transaction: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes } -input optimismgoerli_swap_LpAccountBalance_filter { +input xdai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -53308,7 +54586,7 @@ input optimismgoerli_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: optimismgoerli_swap_LpAccount_filter + account_: xdai_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -53329,15 +54607,15 @@ input optimismgoerli_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimismgoerli_swap_LpToken_filter - amount: optimismgoerli_swap_BigDecimal - amount_not: optimismgoerli_swap_BigDecimal - amount_gt: optimismgoerli_swap_BigDecimal - amount_lt: optimismgoerli_swap_BigDecimal - amount_gte: optimismgoerli_swap_BigDecimal - amount_lte: optimismgoerli_swap_BigDecimal - amount_in: [optimismgoerli_swap_BigDecimal!] - amount_not_in: [optimismgoerli_swap_BigDecimal!] + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -53354,23 +54632,23 @@ input optimismgoerli_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpAccountBalance_filter] - or: [optimismgoerli_swap_LpAccountBalance_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccountBalance_filter] + or: [xdai_swap_LpAccountBalance_filter] } -enum optimismgoerli_swap_LpAccountBalance_orderBy { +enum xdai_swap_LpAccountBalance_orderBy { id account account__id @@ -53388,7 +54666,7 @@ enum optimismgoerli_swap_LpAccountBalance_orderBy { transaction } -input optimismgoerli_swap_LpAccount_filter { +input xdai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -53397,51 +54675,51 @@ input optimismgoerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimismgoerli_swap_Bytes - address_not: optimismgoerli_swap_Bytes - address_gt: optimismgoerli_swap_Bytes - address_lt: optimismgoerli_swap_Bytes - address_gte: optimismgoerli_swap_Bytes - address_lte: optimismgoerli_swap_Bytes - address_in: [optimismgoerli_swap_Bytes!] - address_not_in: [optimismgoerli_swap_Bytes!] - address_contains: optimismgoerli_swap_Bytes - address_not_contains: optimismgoerli_swap_Bytes - balances_: optimismgoerli_swap_LpAccountBalance_filter + address: xdai_swap_Bytes + address_not: xdai_swap_Bytes + address_gt: xdai_swap_Bytes + address_lt: xdai_swap_Bytes + address_gte: xdai_swap_Bytes + address_lte: xdai_swap_Bytes + address_in: [xdai_swap_Bytes!] + address_not_in: [xdai_swap_Bytes!] + address_contains: xdai_swap_Bytes + address_not_contains: xdai_swap_Bytes + balances_: xdai_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpAccount_filter] - or: [optimismgoerli_swap_LpAccount_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccount_filter] + or: [xdai_swap_LpAccount_filter] } -enum optimismgoerli_swap_LpAccount_orderBy { +enum xdai_swap_LpAccount_orderBy { id address balances } -type optimismgoerli_swap_LpToken { +type xdai_swap_LpToken { id: ID! - address: optimismgoerli_swap_Bytes! - stableSwap: optimismgoerli_swap_StableSwap! + address: xdai_swap_Bytes! + stableSwap: xdai_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: optimismgoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpTokenEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpTokenEvent_filter): [optimismgoerli_swap_LpTokenEvent!]! + totalSupply: xdai_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpTokenEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpTokenEvent_filter): [xdai_swap_LpTokenEvent!]! } -interface optimismgoerli_swap_LpTokenEvent { +interface xdai_swap_LpTokenEvent { id: ID! - token: optimismgoerli_swap_LpToken! - amount: optimismgoerli_swap_BigDecimal! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_LpTokenEvent_filter { +input xdai_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -53470,15 +54748,15 @@ input optimismgoerli_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimismgoerli_swap_LpToken_filter - amount: optimismgoerli_swap_BigDecimal - amount_not: optimismgoerli_swap_BigDecimal - amount_gt: optimismgoerli_swap_BigDecimal - amount_lt: optimismgoerli_swap_BigDecimal - amount_gte: optimismgoerli_swap_BigDecimal - amount_lte: optimismgoerli_swap_BigDecimal - amount_in: [optimismgoerli_swap_BigDecimal!] - amount_not_in: [optimismgoerli_swap_BigDecimal!] + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -53495,16 +54773,16 @@ input optimismgoerli_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -53514,12 +54792,12 @@ input optimismgoerli_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpTokenEvent_filter] - or: [optimismgoerli_swap_LpTokenEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTokenEvent_filter] + or: [xdai_swap_LpTokenEvent_filter] } -enum optimismgoerli_swap_LpTokenEvent_orderBy { +enum xdai_swap_LpTokenEvent_orderBy { id token token__id @@ -53535,7 +54813,7 @@ enum optimismgoerli_swap_LpTokenEvent_orderBy { nonce } -input optimismgoerli_swap_LpToken_filter { +input xdai_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -53544,16 +54822,16 @@ input optimismgoerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimismgoerli_swap_Bytes - address_not: optimismgoerli_swap_Bytes - address_gt: optimismgoerli_swap_Bytes - address_lt: optimismgoerli_swap_Bytes - address_gte: optimismgoerli_swap_Bytes - address_lte: optimismgoerli_swap_Bytes - address_in: [optimismgoerli_swap_Bytes!] - address_not_in: [optimismgoerli_swap_Bytes!] - address_contains: optimismgoerli_swap_Bytes - address_not_contains: optimismgoerli_swap_Bytes + address: xdai_swap_Bytes + address_not: xdai_swap_Bytes + address_gt: xdai_swap_Bytes + address_lt: xdai_swap_Bytes + address_gte: xdai_swap_Bytes + address_lte: xdai_swap_Bytes + address_in: [xdai_swap_Bytes!] + address_not_in: [xdai_swap_Bytes!] + address_contains: xdai_swap_Bytes + address_not_contains: xdai_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -53574,7 +54852,7 @@ input optimismgoerli_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -53623,22 +54901,22 @@ input optimismgoerli_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: optimismgoerli_swap_BigDecimal - totalSupply_not: optimismgoerli_swap_BigDecimal - totalSupply_gt: optimismgoerli_swap_BigDecimal - totalSupply_lt: optimismgoerli_swap_BigDecimal - totalSupply_gte: optimismgoerli_swap_BigDecimal - totalSupply_lte: optimismgoerli_swap_BigDecimal - totalSupply_in: [optimismgoerli_swap_BigDecimal!] - totalSupply_not_in: [optimismgoerli_swap_BigDecimal!] - events_: optimismgoerli_swap_LpTokenEvent_filter + totalSupply: xdai_swap_BigDecimal + totalSupply_not: xdai_swap_BigDecimal + totalSupply_gt: xdai_swap_BigDecimal + totalSupply_lt: xdai_swap_BigDecimal + totalSupply_gte: xdai_swap_BigDecimal + totalSupply_lte: xdai_swap_BigDecimal + totalSupply_in: [xdai_swap_BigDecimal!] + totalSupply_not_in: [xdai_swap_BigDecimal!] + events_: xdai_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpToken_filter] - or: [optimismgoerli_swap_LpToken_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpToken_filter] + or: [xdai_swap_LpToken_filter] } -enum optimismgoerli_swap_LpToken_orderBy { +enum xdai_swap_LpToken_orderBy { id address stableSwap @@ -53665,21 +54943,21 @@ enum optimismgoerli_swap_LpToken_orderBy { events } -type optimismgoerli_swap_LpTransferEvent implements optimismgoerli_swap_LpTokenEvent { +type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { id: ID! - token: optimismgoerli_swap_LpToken! - amount: optimismgoerli_swap_BigDecimal! - from: optimismgoerli_swap_Bytes! - to: optimismgoerli_swap_Bytes! - fromBalance: optimismgoerli_swap_BigDecimal! - toBalance: optimismgoerli_swap_BigDecimal! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! + from: xdai_swap_Bytes! + to: xdai_swap_Bytes! + fromBalance: xdai_swap_BigDecimal! + toBalance: xdai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_LpTransferEvent_filter { +input xdai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -53708,51 +54986,51 @@ input optimismgoerli_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimismgoerli_swap_LpToken_filter - amount: optimismgoerli_swap_BigDecimal - amount_not: optimismgoerli_swap_BigDecimal - amount_gt: optimismgoerli_swap_BigDecimal - amount_lt: optimismgoerli_swap_BigDecimal - amount_gte: optimismgoerli_swap_BigDecimal - amount_lte: optimismgoerli_swap_BigDecimal - amount_in: [optimismgoerli_swap_BigDecimal!] - amount_not_in: [optimismgoerli_swap_BigDecimal!] - from: optimismgoerli_swap_Bytes - from_not: optimismgoerli_swap_Bytes - from_gt: optimismgoerli_swap_Bytes - from_lt: optimismgoerli_swap_Bytes - from_gte: optimismgoerli_swap_Bytes - from_lte: optimismgoerli_swap_Bytes - from_in: [optimismgoerli_swap_Bytes!] - from_not_in: [optimismgoerli_swap_Bytes!] - from_contains: optimismgoerli_swap_Bytes - from_not_contains: optimismgoerli_swap_Bytes - to: optimismgoerli_swap_Bytes - to_not: optimismgoerli_swap_Bytes - to_gt: optimismgoerli_swap_Bytes - to_lt: optimismgoerli_swap_Bytes - to_gte: optimismgoerli_swap_Bytes - to_lte: optimismgoerli_swap_Bytes - to_in: [optimismgoerli_swap_Bytes!] - to_not_in: [optimismgoerli_swap_Bytes!] - to_contains: optimismgoerli_swap_Bytes - to_not_contains: optimismgoerli_swap_Bytes - fromBalance: optimismgoerli_swap_BigDecimal - fromBalance_not: optimismgoerli_swap_BigDecimal - fromBalance_gt: optimismgoerli_swap_BigDecimal - fromBalance_lt: optimismgoerli_swap_BigDecimal - fromBalance_gte: optimismgoerli_swap_BigDecimal - fromBalance_lte: optimismgoerli_swap_BigDecimal - fromBalance_in: [optimismgoerli_swap_BigDecimal!] - fromBalance_not_in: [optimismgoerli_swap_BigDecimal!] - toBalance: optimismgoerli_swap_BigDecimal - toBalance_not: optimismgoerli_swap_BigDecimal - toBalance_gt: optimismgoerli_swap_BigDecimal - toBalance_lt: optimismgoerli_swap_BigDecimal - toBalance_gte: optimismgoerli_swap_BigDecimal - toBalance_lte: optimismgoerli_swap_BigDecimal - toBalance_in: [optimismgoerli_swap_BigDecimal!] - toBalance_not_in: [optimismgoerli_swap_BigDecimal!] + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] + from: xdai_swap_Bytes + from_not: xdai_swap_Bytes + from_gt: xdai_swap_Bytes + from_lt: xdai_swap_Bytes + from_gte: xdai_swap_Bytes + from_lte: xdai_swap_Bytes + from_in: [xdai_swap_Bytes!] + from_not_in: [xdai_swap_Bytes!] + from_contains: xdai_swap_Bytes + from_not_contains: xdai_swap_Bytes + to: xdai_swap_Bytes + to_not: xdai_swap_Bytes + to_gt: xdai_swap_Bytes + to_lt: xdai_swap_Bytes + to_gte: xdai_swap_Bytes + to_lte: xdai_swap_Bytes + to_in: [xdai_swap_Bytes!] + to_not_in: [xdai_swap_Bytes!] + to_contains: xdai_swap_Bytes + to_not_contains: xdai_swap_Bytes + fromBalance: xdai_swap_BigDecimal + fromBalance_not: xdai_swap_BigDecimal + fromBalance_gt: xdai_swap_BigDecimal + fromBalance_lt: xdai_swap_BigDecimal + fromBalance_gte: xdai_swap_BigDecimal + fromBalance_lte: xdai_swap_BigDecimal + fromBalance_in: [xdai_swap_BigDecimal!] + fromBalance_not_in: [xdai_swap_BigDecimal!] + toBalance: xdai_swap_BigDecimal + toBalance_not: xdai_swap_BigDecimal + toBalance_gt: xdai_swap_BigDecimal + toBalance_lt: xdai_swap_BigDecimal + toBalance_gte: xdai_swap_BigDecimal + toBalance_lte: xdai_swap_BigDecimal + toBalance_in: [xdai_swap_BigDecimal!] + toBalance_not_in: [xdai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -53769,16 +55047,16 @@ input optimismgoerli_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -53788,12 +55066,12 @@ input optimismgoerli_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpTransferEvent_filter] - or: [optimismgoerli_swap_LpTransferEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTransferEvent_filter] + or: [xdai_swap_LpTransferEvent_filter] } -enum optimismgoerli_swap_LpTransferEvent_orderBy { +enum xdai_swap_LpTransferEvent_orderBy { id token token__id @@ -53814,17 +55092,17 @@ enum optimismgoerli_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimismgoerli_swap_OrderDirection { +enum xdai_swap_OrderDirection { asc desc } -type optimismgoerli_swap_PooledToken { +type xdai_swap_PooledToken { id: ID! - asset: optimismgoerli_swap_Bytes! + asset: xdai_swap_Bytes! } -input optimismgoerli_swap_PooledToken_filter { +input xdai_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -53833,59 +55111,59 @@ input optimismgoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: optimismgoerli_swap_Bytes - asset_not: optimismgoerli_swap_Bytes - asset_gt: optimismgoerli_swap_Bytes - asset_lt: optimismgoerli_swap_Bytes - asset_gte: optimismgoerli_swap_Bytes - asset_lte: optimismgoerli_swap_Bytes - asset_in: [optimismgoerli_swap_Bytes!] - asset_not_in: [optimismgoerli_swap_Bytes!] - asset_contains: optimismgoerli_swap_Bytes - asset_not_contains: optimismgoerli_swap_Bytes + asset: xdai_swap_Bytes + asset_not: xdai_swap_Bytes + asset_gt: xdai_swap_Bytes + asset_lt: xdai_swap_Bytes + asset_gte: xdai_swap_Bytes + asset_lte: xdai_swap_Bytes + asset_in: [xdai_swap_Bytes!] + asset_not_in: [xdai_swap_Bytes!] + asset_contains: xdai_swap_Bytes + asset_not_contains: xdai_swap_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_PooledToken_filter] - or: [optimismgoerli_swap_PooledToken_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_PooledToken_filter] + or: [xdai_swap_PooledToken_filter] } -enum optimismgoerli_swap_PooledToken_orderBy { +enum xdai_swap_PooledToken_orderBy { id asset } -type optimismgoerli_swap_StableSwap { +type xdai_swap_StableSwap { id: ID! isActive: Boolean - key: optimismgoerli_swap_Bytes! - canonicalId: optimismgoerli_swap_Bytes + key: xdai_swap_Bytes! + canonicalId: xdai_swap_Bytes domain: BigInt - swapPool: optimismgoerli_swap_Bytes - lpToken: optimismgoerli_swap_Bytes + swapPool: xdai_swap_Bytes + lpToken: xdai_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [optimismgoerli_swap_Bytes!]! + pooledTokens: [xdai_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_StableSwapEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapEvent_filter): [optimismgoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_StableSwapExchange_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapExchange_filter): [optimismgoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapHourlyVolume_filter): [optimismgoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapDailyVolume_filter): [optimismgoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapWeeklyVolume_filter): [optimismgoerli_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapEvent_filter): [xdai_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapExchange_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapExchange_filter): [xdai_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapHourlyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapHourlyVolume_filter): [xdai_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapDailyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapDailyVolume_filter): [xdai_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapWeeklyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapWeeklyVolume_filter): [xdai_swap_SwapWeeklyVolume!] } -type optimismgoerli_swap_StableSwapAddLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { +type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - provider: optimismgoerli_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -53894,11 +55172,11 @@ type optimismgoerli_swap_StableSwapAddLiquidityEvent implements optimismgoerli_s balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { +input xdai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -53927,17 +55205,17 @@ input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter - provider: optimismgoerli_swap_Bytes - provider_not: optimismgoerli_swap_Bytes - provider_gt: optimismgoerli_swap_Bytes - provider_lt: optimismgoerli_swap_Bytes - provider_gte: optimismgoerli_swap_Bytes - provider_lte: optimismgoerli_swap_Bytes - provider_in: [optimismgoerli_swap_Bytes!] - provider_not_in: [optimismgoerli_swap_Bytes!] - provider_contains: optimismgoerli_swap_Bytes - provider_not_contains: optimismgoerli_swap_Bytes + stableSwap_: xdai_swap_StableSwap_filter + provider: xdai_swap_Bytes + provider_not: xdai_swap_Bytes + provider_gt: xdai_swap_Bytes + provider_lt: xdai_swap_Bytes + provider_gte: xdai_swap_Bytes + provider_lte: xdai_swap_Bytes + provider_in: [xdai_swap_Bytes!] + provider_not_in: [xdai_swap_Bytes!] + provider_contains: xdai_swap_Bytes + provider_not_contains: xdai_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -53996,16 +55274,16 @@ input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -54015,12 +55293,12 @@ input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapAddLiquidityEvent_filter] + or: [xdai_swap_StableSwapAddLiquidityEvent_filter] } -enum optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -54052,16 +55330,16 @@ enum optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface optimismgoerli_swap_StableSwapEvent { +interface xdai_swap_StableSwapEvent { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_StableSwapEvent_filter { +input xdai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -54090,7 +55368,7 @@ input optimismgoerli_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -54107,16 +55385,16 @@ input optimismgoerli_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -54126,12 +55404,12 @@ input optimismgoerli_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapEvent_filter] - or: [optimismgoerli_swap_StableSwapEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapEvent_filter] + or: [xdai_swap_StableSwapEvent_filter] } -enum optimismgoerli_swap_StableSwapEvent_orderBy { +enum xdai_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -54156,10 +55434,10 @@ enum optimismgoerli_swap_StableSwapEvent_orderBy { nonce } -type optimismgoerli_swap_StableSwapExchange { +type xdai_swap_StableSwapExchange { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - buyer: optimismgoerli_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + buyer: xdai_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -54168,11 +55446,11 @@ type optimismgoerli_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_StableSwapExchange_filter { +input xdai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -54201,17 +55479,17 @@ input optimismgoerli_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter - buyer: optimismgoerli_swap_Bytes - buyer_not: optimismgoerli_swap_Bytes - buyer_gt: optimismgoerli_swap_Bytes - buyer_lt: optimismgoerli_swap_Bytes - buyer_gte: optimismgoerli_swap_Bytes - buyer_lte: optimismgoerli_swap_Bytes - buyer_in: [optimismgoerli_swap_Bytes!] - buyer_not_in: [optimismgoerli_swap_Bytes!] - buyer_contains: optimismgoerli_swap_Bytes - buyer_not_contains: optimismgoerli_swap_Bytes + stableSwap_: xdai_swap_StableSwap_filter + buyer: xdai_swap_Bytes + buyer_not: xdai_swap_Bytes + buyer_gt: xdai_swap_Bytes + buyer_lt: xdai_swap_Bytes + buyer_gte: xdai_swap_Bytes + buyer_lte: xdai_swap_Bytes + buyer_in: [xdai_swap_Bytes!] + buyer_not_in: [xdai_swap_Bytes!] + buyer_contains: xdai_swap_Bytes + buyer_not_contains: xdai_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -54274,16 +55552,16 @@ input optimismgoerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -54293,12 +55571,12 @@ input optimismgoerli_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapExchange_filter] - or: [optimismgoerli_swap_StableSwapExchange_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapExchange_filter] + or: [xdai_swap_StableSwapExchange_filter] } -enum optimismgoerli_swap_StableSwapExchange_orderBy { +enum xdai_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -54330,10 +55608,10 @@ enum optimismgoerli_swap_StableSwapExchange_orderBy { nonce } -type optimismgoerli_swap_StableSwapRemoveLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { +type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - provider: optimismgoerli_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -54342,11 +55620,11 @@ type optimismgoerli_swap_StableSwapRemoveLiquidityEvent implements optimismgoerl balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input xdai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -54375,17 +55653,17 @@ input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter - provider: optimismgoerli_swap_Bytes - provider_not: optimismgoerli_swap_Bytes - provider_gt: optimismgoerli_swap_Bytes - provider_lt: optimismgoerli_swap_Bytes - provider_gte: optimismgoerli_swap_Bytes - provider_lte: optimismgoerli_swap_Bytes - provider_in: [optimismgoerli_swap_Bytes!] - provider_not_in: [optimismgoerli_swap_Bytes!] - provider_contains: optimismgoerli_swap_Bytes - provider_not_contains: optimismgoerli_swap_Bytes + stableSwap_: xdai_swap_StableSwap_filter + provider: xdai_swap_Bytes + provider_not: xdai_swap_Bytes + provider_gt: xdai_swap_Bytes + provider_lt: xdai_swap_Bytes + provider_gte: xdai_swap_Bytes + provider_lte: xdai_swap_Bytes + provider_in: [xdai_swap_Bytes!] + provider_not_in: [xdai_swap_Bytes!] + provider_contains: xdai_swap_Bytes + provider_not_contains: xdai_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -54444,16 +55722,16 @@ input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -54463,12 +55741,12 @@ input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -54500,7 +55778,7 @@ enum optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input optimismgoerli_swap_StableSwap_filter { +input xdai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -54513,26 +55791,26 @@ input optimismgoerli_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: optimismgoerli_swap_Bytes - key_not: optimismgoerli_swap_Bytes - key_gt: optimismgoerli_swap_Bytes - key_lt: optimismgoerli_swap_Bytes - key_gte: optimismgoerli_swap_Bytes - key_lte: optimismgoerli_swap_Bytes - key_in: [optimismgoerli_swap_Bytes!] - key_not_in: [optimismgoerli_swap_Bytes!] - key_contains: optimismgoerli_swap_Bytes - key_not_contains: optimismgoerli_swap_Bytes - canonicalId: optimismgoerli_swap_Bytes - canonicalId_not: optimismgoerli_swap_Bytes - canonicalId_gt: optimismgoerli_swap_Bytes - canonicalId_lt: optimismgoerli_swap_Bytes - canonicalId_gte: optimismgoerli_swap_Bytes - canonicalId_lte: optimismgoerli_swap_Bytes - canonicalId_in: [optimismgoerli_swap_Bytes!] - canonicalId_not_in: [optimismgoerli_swap_Bytes!] - canonicalId_contains: optimismgoerli_swap_Bytes - canonicalId_not_contains: optimismgoerli_swap_Bytes + key: xdai_swap_Bytes + key_not: xdai_swap_Bytes + key_gt: xdai_swap_Bytes + key_lt: xdai_swap_Bytes + key_gte: xdai_swap_Bytes + key_lte: xdai_swap_Bytes + key_in: [xdai_swap_Bytes!] + key_not_in: [xdai_swap_Bytes!] + key_contains: xdai_swap_Bytes + key_not_contains: xdai_swap_Bytes + canonicalId: xdai_swap_Bytes + canonicalId_not: xdai_swap_Bytes + canonicalId_gt: xdai_swap_Bytes + canonicalId_lt: xdai_swap_Bytes + canonicalId_gte: xdai_swap_Bytes + canonicalId_lte: xdai_swap_Bytes + canonicalId_in: [xdai_swap_Bytes!] + canonicalId_not_in: [xdai_swap_Bytes!] + canonicalId_contains: xdai_swap_Bytes + canonicalId_not_contains: xdai_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -54541,26 +55819,26 @@ input optimismgoerli_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: optimismgoerli_swap_Bytes - swapPool_not: optimismgoerli_swap_Bytes - swapPool_gt: optimismgoerli_swap_Bytes - swapPool_lt: optimismgoerli_swap_Bytes - swapPool_gte: optimismgoerli_swap_Bytes - swapPool_lte: optimismgoerli_swap_Bytes - swapPool_in: [optimismgoerli_swap_Bytes!] - swapPool_not_in: [optimismgoerli_swap_Bytes!] - swapPool_contains: optimismgoerli_swap_Bytes - swapPool_not_contains: optimismgoerli_swap_Bytes - lpToken: optimismgoerli_swap_Bytes - lpToken_not: optimismgoerli_swap_Bytes - lpToken_gt: optimismgoerli_swap_Bytes - lpToken_lt: optimismgoerli_swap_Bytes - lpToken_gte: optimismgoerli_swap_Bytes - lpToken_lte: optimismgoerli_swap_Bytes - lpToken_in: [optimismgoerli_swap_Bytes!] - lpToken_not_in: [optimismgoerli_swap_Bytes!] - lpToken_contains: optimismgoerli_swap_Bytes - lpToken_not_contains: optimismgoerli_swap_Bytes + swapPool: xdai_swap_Bytes + swapPool_not: xdai_swap_Bytes + swapPool_gt: xdai_swap_Bytes + swapPool_lt: xdai_swap_Bytes + swapPool_gte: xdai_swap_Bytes + swapPool_lte: xdai_swap_Bytes + swapPool_in: [xdai_swap_Bytes!] + swapPool_not_in: [xdai_swap_Bytes!] + swapPool_contains: xdai_swap_Bytes + swapPool_not_contains: xdai_swap_Bytes + lpToken: xdai_swap_Bytes + lpToken_not: xdai_swap_Bytes + lpToken_gt: xdai_swap_Bytes + lpToken_lt: xdai_swap_Bytes + lpToken_gte: xdai_swap_Bytes + lpToken_lte: xdai_swap_Bytes + lpToken_in: [xdai_swap_Bytes!] + lpToken_not_in: [xdai_swap_Bytes!] + lpToken_contains: xdai_swap_Bytes + lpToken_not_contains: xdai_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -54609,12 +55887,12 @@ input optimismgoerli_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [optimismgoerli_swap_Bytes!] - pooledTokens_not: [optimismgoerli_swap_Bytes!] - pooledTokens_contains: [optimismgoerli_swap_Bytes!] - pooledTokens_contains_nocase: [optimismgoerli_swap_Bytes!] - pooledTokens_not_contains: [optimismgoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [optimismgoerli_swap_Bytes!] + pooledTokens: [xdai_swap_Bytes!] + pooledTokens_not: [xdai_swap_Bytes!] + pooledTokens_contains: [xdai_swap_Bytes!] + pooledTokens_contains_nocase: [xdai_swap_Bytes!] + pooledTokens_not_contains: [xdai_swap_Bytes!] + pooledTokens_not_contains_nocase: [xdai_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -54657,18 +55935,18 @@ input optimismgoerli_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: optimismgoerli_swap_StableSwapEvent_filter - exchanges_: optimismgoerli_swap_StableSwapExchange_filter - hourlyVolumes_: optimismgoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: optimismgoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: optimismgoerli_swap_SwapWeeklyVolume_filter + events_: xdai_swap_StableSwapEvent_filter + exchanges_: xdai_swap_StableSwapExchange_filter + hourlyVolumes_: xdai_swap_SwapHourlyVolume_filter + dailyVolumes_: xdai_swap_SwapDailyVolume_filter + weeklyVolumes_: xdai_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwap_filter] - or: [optimismgoerli_swap_StableSwap_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwap_filter] + or: [xdai_swap_StableSwap_filter] } -enum optimismgoerli_swap_StableSwap_orderBy { +enum xdai_swap_StableSwap_orderBy { id isActive key @@ -54696,14 +55974,14 @@ enum optimismgoerli_swap_StableSwap_orderBy { weeklyVolumes } -type optimismgoerli_swap_SwapDailyVolume implements optimismgoerli_swap_SwapTradeVolume { +type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input optimismgoerli_swap_SwapDailyVolume_filter { +input xdai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -54732,7 +56010,7 @@ input optimismgoerli_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -54741,21 +56019,21 @@ input optimismgoerli_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapDailyVolume_filter] - or: [optimismgoerli_swap_SwapDailyVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapDailyVolume_filter] + or: [xdai_swap_SwapDailyVolume_filter] } -enum optimismgoerli_swap_SwapDailyVolume_orderBy { +enum xdai_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -54778,14 +56056,14 @@ enum optimismgoerli_swap_SwapDailyVolume_orderBy { volume } -type optimismgoerli_swap_SwapHourlyVolume implements optimismgoerli_swap_SwapTradeVolume { +type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input optimismgoerli_swap_SwapHourlyVolume_filter { +input xdai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -54814,7 +56092,7 @@ input optimismgoerli_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -54823,21 +56101,21 @@ input optimismgoerli_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapHourlyVolume_filter] - or: [optimismgoerli_swap_SwapHourlyVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapHourlyVolume_filter] + or: [xdai_swap_SwapHourlyVolume_filter] } -enum optimismgoerli_swap_SwapHourlyVolume_orderBy { +enum xdai_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -54860,13 +56138,13 @@ enum optimismgoerli_swap_SwapHourlyVolume_orderBy { volume } -interface optimismgoerli_swap_SwapTradeVolume { - stableSwap: optimismgoerli_swap_StableSwap! +interface xdai_swap_SwapTradeVolume { + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input optimismgoerli_swap_SwapTradeVolume_filter { +input xdai_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -54887,7 +56165,7 @@ input optimismgoerli_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -54896,21 +56174,21 @@ input optimismgoerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapTradeVolume_filter] - or: [optimismgoerli_swap_SwapTradeVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapTradeVolume_filter] + or: [xdai_swap_SwapTradeVolume_filter] } -enum optimismgoerli_swap_SwapTradeVolume_orderBy { +enum xdai_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -54932,14 +56210,14 @@ enum optimismgoerli_swap_SwapTradeVolume_orderBy { volume } -type optimismgoerli_swap_SwapWeeklyVolume implements optimismgoerli_swap_SwapTradeVolume { +type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input optimismgoerli_swap_SwapWeeklyVolume_filter { +input xdai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -54968,7 +56246,7 @@ input optimismgoerli_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -54977,21 +56255,21 @@ input optimismgoerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapWeeklyVolume_filter] - or: [optimismgoerli_swap_SwapWeeklyVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapWeeklyVolume_filter] + or: [xdai_swap_SwapWeeklyVolume_filter] } -enum optimismgoerli_swap_SwapWeeklyVolume_orderBy { +enum xdai_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -55014,13 +56292,13 @@ enum optimismgoerli_swap_SwapWeeklyVolume_orderBy { volume } -type optimismgoerli_swap_SystemInfo { +type xdai_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input optimismgoerli_swap_SystemInfo_filter { +input xdai_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -55046,20 +56324,20 @@ input optimismgoerli_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SystemInfo_filter] - or: [optimismgoerli_swap_SystemInfo_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SystemInfo_filter] + or: [xdai_swap_SystemInfo_filter] } -enum optimismgoerli_swap_SystemInfo_orderBy { +enum xdai_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type optimismgoerli_swap__Block_ { +type xdai_swap__Block_ { """The hash of the block""" - hash: optimismgoerli_swap_Bytes + hash: xdai_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -55067,7 +56345,7 @@ type optimismgoerli_swap__Block_ { } """The type for the top-level _meta field""" -type optimismgoerli_swap__Meta_ { +type xdai_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -55075,20 +56353,22 @@ type optimismgoerli_swap__Meta_ { and therefore asks for the latest block """ - block: optimismgoerli_swap__Block_! + block: xdai_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type linea_AggregateRoot { +type staginggoerli_AggregateRootSavedSlow { id: ID! - root: linea_Bytes! - blockNumber: BigInt! + aggregateRoot: staginggoerli_Bytes! + count: BigInt! + aggregatedRoots: [staginggoerli_Bytes!] + rootTimestamp: BigInt! } -input linea_AggregateRoot_filter { +input staginggoerli_AggregateRootSavedSlow_filter { id: ID id_not: ID id_gt: ID @@ -55097,55 +56377,61 @@ input linea_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + aggregatedRoots: [staginggoerli_Bytes!] + aggregatedRoots_not: [staginggoerli_Bytes!] + aggregatedRoots_contains: [staginggoerli_Bytes!] + aggregatedRoots_contains_nocase: [staginggoerli_Bytes!] + aggregatedRoots_not_contains: [staginggoerli_Bytes!] + aggregatedRoots_not_contains_nocase: [staginggoerli_Bytes!] + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregateRootSavedSlow_filter] + or: [staginggoerli_AggregateRootSavedSlow_filter] } -enum linea_AggregateRoot_orderBy { +enum staginggoerli_AggregateRootSavedSlow_orderBy { id - root - blockNumber + aggregateRoot + count + aggregatedRoots + rootTimestamp } -type linea_Asset { +type staginggoerli_AggregatedMessageRoot { id: ID! - key: linea_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: linea_Bytes - canonicalDomain: BigInt - adoptedAsset: linea_Bytes - localAsset: linea_Bytes + index: BigInt! + receivedRoot: staginggoerli_Bytes! + domain: BigInt blockNumber: BigInt - status: linea_AssetStatus -} - -type linea_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: linea_Router! - asset: linea_Asset! - feesEarned: BigInt! } -input linea_AssetBalance_filter { +input staginggoerli_AggregatedMessageRoot_filter { id: ID id_not: ID id_gt: ID @@ -55154,131 +56440,64 @@ input linea_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - locked: BigInt - locked_not: BigInt - locked_gt: BigInt - locked_lt: BigInt - locked_gte: BigInt - locked_lte: BigInt - locked_in: [BigInt!] - locked_not_in: [BigInt!] - supplied: BigInt - supplied_not: BigInt - supplied_gt: BigInt - supplied_lt: BigInt - supplied_gte: BigInt - supplied_lte: BigInt - supplied_in: [BigInt!] - supplied_not_in: [BigInt!] - removed: BigInt - removed_not: BigInt - removed_gt: BigInt - removed_lt: BigInt - removed_gte: BigInt - removed_lte: BigInt - removed_in: [BigInt!] - removed_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: linea_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: staginggoerli_Bytes + receivedRoot_not: staginggoerli_Bytes + receivedRoot_gt: staginggoerli_Bytes + receivedRoot_lt: staginggoerli_Bytes + receivedRoot_gte: staginggoerli_Bytes + receivedRoot_lte: staginggoerli_Bytes + receivedRoot_in: [staginggoerli_Bytes!] + receivedRoot_not_in: [staginggoerli_Bytes!] + receivedRoot_contains: staginggoerli_Bytes + receivedRoot_not_contains: staginggoerli_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregatedMessageRoot_filter] + or: [staginggoerli_AggregatedMessageRoot_filter] } -enum linea_AssetBalance_orderBy { +enum staginggoerli_AggregatedMessageRoot_orderBy { id - amount - locked - supplied - removed - router - asset - feesEarned + index + receivedRoot + domain + blockNumber } -type linea_AssetStatus { +type staginggoerli_ArbitrumConnectorMeta { id: ID! - status: Boolean -} - -input linea_AssetStatus_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!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_AssetStatus_orderBy { - id - status + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input linea_Asset_filter { +input staginggoerli_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -55287,124 +56506,89 @@ input linea_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: linea_Bytes - key_not: linea_Bytes - key_in: [linea_Bytes!] - key_not_in: [linea_Bytes!] - key_contains: linea_Bytes - key_not_contains: linea_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: linea_Bytes - adoptedAsset_not: linea_Bytes - adoptedAsset_in: [linea_Bytes!] - adoptedAsset_not_in: [linea_Bytes!] - adoptedAsset_contains: linea_Bytes - adoptedAsset_not_contains: linea_Bytes - localAsset: linea_Bytes - localAsset_not: linea_Bytes - localAsset_in: [linea_Bytes!] - localAsset_not_in: [linea_Bytes!] - localAsset_contains: linea_Bytes - localAsset_not_contains: linea_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: linea_AssetStatus_filter + 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: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_ArbitrumConnectorMeta_filter] + or: [staginggoerli_ArbitrumConnectorMeta_filter] } -enum linea_Asset_orderBy { +enum staginggoerli_ArbitrumConnectorMeta_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -scalar linea_BigDecimal +scalar staginggoerli_BigDecimal -input linea_BlockChangedFilter { +input staginggoerli_BlockChangedFilter { number_gte: Int! } -input linea_Block_height { - hash: linea_Bytes +input staginggoerli_Block_height { + hash: staginggoerli_Bytes number: Int number_gte: Int } -scalar linea_Bytes - -type linea_ConnectorMeta { +type staginggoerli_BnbConnectorMeta { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: linea_Bytes - rootManager: linea_Bytes - mirrorConnector: linea_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input linea_ConnectorMeta_filter { +input staginggoerli_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -55429,29 +56613,43 @@ input linea_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: linea_Bytes - amb_not: linea_Bytes - amb_in: [linea_Bytes!] - amb_not_in: [linea_Bytes!] - amb_contains: linea_Bytes - amb_not_contains: linea_Bytes - rootManager: linea_Bytes - rootManager_not: linea_Bytes - rootManager_in: [linea_Bytes!] - rootManager_not_in: [linea_Bytes!] - rootManager_contains: linea_Bytes - rootManager_not_contains: linea_Bytes - mirrorConnector: linea_Bytes - mirrorConnector_not: linea_Bytes - mirrorConnector_in: [linea_Bytes!] - mirrorConnector_not_in: [linea_Bytes!] - mirrorConnector_contains: linea_Bytes - mirrorConnector_not_contains: linea_Bytes + amb: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_BnbConnectorMeta_filter] + or: [staginggoerli_BnbConnectorMeta_filter] } -enum linea_ConnectorMeta_orderBy { +enum staginggoerli_BnbConnectorMeta_orderBy { id spokeDomain hubDomain @@ -55460,48 +56658,18 @@ enum linea_ConnectorMeta_orderBy { mirrorConnector } -type linea_DestinationTransfer { +scalar staginggoerli_Bytes + +type staginggoerli_GnosisConnectorMeta { id: ID! - chainId: BigInt - transferId: linea_Bytes - nonce: BigInt - status: linea_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: linea_Router_orderBy, orderDirection: linea_OrderDirection, where: linea_Router_filter): [linea_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: linea_Bytes - delegate: linea_Bytes - receiveLocal: Boolean - callData: linea_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: linea_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset - amount: BigInt - routersFee: BigInt - executedCaller: linea_Bytes - executedTransactionHash: linea_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: linea_Bytes - executedTxNonce: BigInt - reconciledCaller: linea_Bytes - reconciledTransactionHash: linea_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: linea_Bytes - reconciledTxNonce: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input linea_DestinationTransfer_filter { +input staginggoerli_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -55510,347 +56678,108 @@ input linea_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: linea_TransferStatus - status_not: linea_TransferStatus - status_in: [linea_TransferStatus!] - status_not_in: [linea_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: linea_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: linea_Bytes - to_not: linea_Bytes - to_in: [linea_Bytes!] - to_not_in: [linea_Bytes!] - to_contains: linea_Bytes - to_not_contains: linea_Bytes - delegate: linea_Bytes - delegate_not: linea_Bytes - delegate_in: [linea_Bytes!] - delegate_not_in: [linea_Bytes!] - delegate_contains: linea_Bytes - delegate_not_contains: linea_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: linea_Bytes - callData_not: linea_Bytes - callData_in: [linea_Bytes!] - callData_not_in: [linea_Bytes!] - callData_contains: linea_Bytes - callData_not_contains: linea_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: linea_Bytes - originSender_not: linea_Bytes - originSender_in: [linea_Bytes!] - originSender_not_in: [linea_Bytes!] - originSender_contains: linea_Bytes - originSender_not_contains: linea_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: linea_Bytes - executedCaller_not: linea_Bytes - executedCaller_in: [linea_Bytes!] - executedCaller_not_in: [linea_Bytes!] - executedCaller_contains: linea_Bytes - executedCaller_not_contains: linea_Bytes - executedTransactionHash: linea_Bytes - executedTransactionHash_not: linea_Bytes - executedTransactionHash_in: [linea_Bytes!] - executedTransactionHash_not_in: [linea_Bytes!] - executedTransactionHash_contains: linea_Bytes - executedTransactionHash_not_contains: linea_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: linea_Bytes - executedTxOrigin_not: linea_Bytes - executedTxOrigin_in: [linea_Bytes!] - executedTxOrigin_not_in: [linea_Bytes!] - executedTxOrigin_contains: linea_Bytes - executedTxOrigin_not_contains: linea_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: linea_Bytes - reconciledCaller_not: linea_Bytes - reconciledCaller_in: [linea_Bytes!] - reconciledCaller_not_in: [linea_Bytes!] - reconciledCaller_contains: linea_Bytes - reconciledCaller_not_contains: linea_Bytes - reconciledTransactionHash: linea_Bytes - reconciledTransactionHash_not: linea_Bytes - reconciledTransactionHash_in: [linea_Bytes!] - reconciledTransactionHash_not_in: [linea_Bytes!] - reconciledTransactionHash_contains: linea_Bytes - reconciledTransactionHash_not_contains: linea_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: linea_Bytes - reconciledTxOrigin_not: linea_Bytes - reconciledTxOrigin_in: [linea_Bytes!] - reconciledTxOrigin_not_in: [linea_Bytes!] - reconciledTxOrigin_contains: linea_Bytes - reconciledTxOrigin_not_contains: linea_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + 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: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_GnosisConnectorMeta_filter] + or: [staginggoerli_GnosisConnectorMeta_filter] } -enum linea_DestinationTransfer_orderBy { +enum staginggoerli_GnosisConnectorMeta_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId - asset - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -"""Defines the order direction, either ascending or descending""" -enum linea_OrderDirection { - asc - desc +type staginggoerli_HubDomain { + id: ID! + domain: BigInt } -type linea_OriginMessage { +input staginggoerli_HubDomain_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!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_HubDomain_filter] + or: [staginggoerli_HubDomain_filter] +} + +enum staginggoerli_HubDomain_orderBy { + id + domain +} + +type staginggoerli_HubOptimisticRootFinalized { id: ID! - transferId: linea_Bytes - destinationDomain: BigInt - leaf: linea_Bytes - index: BigInt - message: linea_Bytes - root: linea_Bytes - transactionHash: linea_Bytes + aggregateRoot: staginggoerli_Bytes! + timestamp: BigInt! blockNumber: BigInt - rootCount: linea_RootCount } -input linea_OriginMessage_filter { +input staginggoerli_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -55859,337 +56788,16 @@ input linea_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: linea_Bytes - leaf_not: linea_Bytes - leaf_in: [linea_Bytes!] - leaf_not_in: [linea_Bytes!] - leaf_contains: linea_Bytes - leaf_not_contains: linea_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: linea_Bytes - message_not: linea_Bytes - message_in: [linea_Bytes!] - message_not_in: [linea_Bytes!] - message_contains: linea_Bytes - message_not_contains: linea_Bytes - root: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: linea_RootCount_filter - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_OriginMessage_orderBy { - id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount -} - -type linea_OriginTransfer { - id: ID! - chainId: BigInt - transferId: linea_Bytes - nonce: BigInt - status: linea_TransferStatus - messageHash: linea_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: linea_Bytes - delegate: linea_Bytes - receiveLocal: Boolean - callData: linea_Bytes - slippage: BigInt - originSender: linea_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset - transactingAsset: linea_Bytes - message: linea_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: linea_RelayerFee_orderBy, orderDirection: linea_OrderDirection, where: linea_RelayerFee_filter): [linea_RelayerFee!] - initialRelayerFeeAsset: linea_Bytes - caller: linea_Bytes - transactionHash: linea_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: linea_Bytes - txNonce: BigInt -} - -input linea_OriginTransfer_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!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: linea_TransferStatus - status_not: linea_TransferStatus - status_in: [linea_TransferStatus!] - status_not_in: [linea_TransferStatus!] - messageHash: linea_Bytes - messageHash_not: linea_Bytes - messageHash_in: [linea_Bytes!] - messageHash_not_in: [linea_Bytes!] - messageHash_contains: linea_Bytes - messageHash_not_contains: linea_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: linea_Bytes - to_not: linea_Bytes - to_in: [linea_Bytes!] - to_not_in: [linea_Bytes!] - to_contains: linea_Bytes - to_not_contains: linea_Bytes - delegate: linea_Bytes - delegate_not: linea_Bytes - delegate_in: [linea_Bytes!] - delegate_not_in: [linea_Bytes!] - delegate_contains: linea_Bytes - delegate_not_contains: linea_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: linea_Bytes - callData_not: linea_Bytes - callData_in: [linea_Bytes!] - callData_not_in: [linea_Bytes!] - callData_contains: linea_Bytes - callData_not_contains: linea_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: linea_Bytes - originSender_not: linea_Bytes - originSender_in: [linea_Bytes!] - originSender_not_in: [linea_Bytes!] - originSender_contains: linea_Bytes - originSender_not_contains: linea_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - transactingAsset: linea_Bytes - transactingAsset_not: linea_Bytes - transactingAsset_in: [linea_Bytes!] - transactingAsset_not_in: [linea_Bytes!] - transactingAsset_contains: linea_Bytes - transactingAsset_not_contains: linea_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: linea_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: linea_RelayerFee_filter - initialRelayerFeeAsset: linea_Bytes - initialRelayerFeeAsset_not: linea_Bytes - initialRelayerFeeAsset_in: [linea_Bytes!] - initialRelayerFeeAsset_not_in: [linea_Bytes!] - initialRelayerFeeAsset_contains: linea_Bytes - initialRelayerFeeAsset_not_contains: linea_Bytes - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -56198,22 +56806,6 @@ input linea_OriginTransfer_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -56222,73 +56814,35 @@ input linea_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: linea_Bytes - txOrigin_not: linea_Bytes - txOrigin_in: [linea_Bytes!] - txOrigin_not_in: [linea_Bytes!] - txOrigin_contains: linea_Bytes - txOrigin_not_contains: linea_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_HubOptimisticRootFinalized_filter] + or: [staginggoerli_HubOptimisticRootFinalized_filter] } -enum linea_OriginTransfer_orderBy { +enum staginggoerli_HubOptimisticRootFinalized_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - transactingAsset - message - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash + aggregateRoot timestamp - gasPrice - gasLimit blockNumber - txOrigin - txNonce } -type linea_Relayer { - id: ID! - isActive: Boolean! - relayer: linea_Bytes -} +""" +8 bytes signed integer -type linea_RelayerFee { +""" +scalar staginggoerli_Int8 + +type staginggoerli_OptimismConnectorMeta { id: ID! - transfer: linea_OriginTransfer! - fee: BigInt! - asset: linea_Bytes! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input linea_RelayerFee_filter { +input staginggoerli_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -56297,66 +56851,76 @@ input linea_RelayerFee_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: linea_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: linea_Bytes - asset_not: linea_Bytes - asset_in: [linea_Bytes!] - asset_not_in: [linea_Bytes!] - asset_contains: linea_Bytes - asset_not_contains: linea_Bytes + 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: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimismConnectorMeta_filter] + or: [staginggoerli_OptimismConnectorMeta_filter] } -enum linea_RelayerFee_orderBy { +enum staginggoerli_OptimismConnectorMeta_orderBy { id - transfer - fee - asset + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_RelayerFeesIncrease { +type staginggoerli_OptimisticRootPropagated { id: ID! - transfer: linea_OriginTransfer! - increase: BigInt - asset: linea_Bytes - caller: linea_Bytes! - transactionHash: linea_Bytes! + aggregateRoot: staginggoerli_Bytes! + domainsHash: staginggoerli_Bytes! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input linea_RelayerFeesIncrease_filter { +input staginggoerli_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -56365,53 +56929,26 @@ input linea_RelayerFeesIncrease_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: linea_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: linea_Bytes - asset_not: linea_Bytes - asset_in: [linea_Bytes!] - asset_not_in: [linea_Bytes!] - asset_contains: linea_Bytes - asset_not_contains: linea_Bytes - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + domainsHash: staginggoerli_Bytes + domainsHash_not: staginggoerli_Bytes + domainsHash_gt: staginggoerli_Bytes + domainsHash_lt: staginggoerli_Bytes + domainsHash_gte: staginggoerli_Bytes + domainsHash_lte: staginggoerli_Bytes + domainsHash_in: [staginggoerli_Bytes!] + domainsHash_not_in: [staginggoerli_Bytes!] + domainsHash_contains: staginggoerli_Bytes + domainsHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -56420,22 +56957,6 @@ input linea_RelayerFeesIncrease_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -56445,23 +56966,31 @@ input linea_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimisticRootPropagated_filter] + or: [staginggoerli_OptimisticRootPropagated_filter] } -enum linea_RelayerFeesIncrease_orderBy { +enum staginggoerli_OptimisticRootPropagated_orderBy { id - transfer - increase - asset - caller - transactionHash + aggregateRoot + domainsHash timestamp - gasPrice - gasLimit blockNumber } -input linea_Relayer_filter { +type staginggoerli_OptimisticRootProposed { + id: ID! + disputeCliff: BigInt! + aggregateRoot: staginggoerli_Bytes! + snapshotsRoots: [staginggoerli_Bytes!] + domains: [BigInt!] + baseAggregateRoot: staginggoerli_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input staginggoerli_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -56470,32 +56999,95 @@ input linea_Relayer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: linea_Bytes - relayer_not: linea_Bytes - relayer_in: [linea_Bytes!] - relayer_not_in: [linea_Bytes!] - relayer_contains: linea_Bytes - relayer_not_contains: linea_Bytes + disputeCliff: BigInt + disputeCliff_not: BigInt + disputeCliff_gt: BigInt + disputeCliff_lt: BigInt + disputeCliff_gte: BigInt + disputeCliff_lte: BigInt + disputeCliff_in: [BigInt!] + disputeCliff_not_in: [BigInt!] + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + snapshotsRoots: [staginggoerli_Bytes!] + snapshotsRoots_not: [staginggoerli_Bytes!] + snapshotsRoots_contains: [staginggoerli_Bytes!] + snapshotsRoots_contains_nocase: [staginggoerli_Bytes!] + snapshotsRoots_not_contains: [staginggoerli_Bytes!] + snapshotsRoots_not_contains_nocase: [staginggoerli_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: staginggoerli_Bytes + baseAggregateRoot_not: staginggoerli_Bytes + baseAggregateRoot_gt: staginggoerli_Bytes + baseAggregateRoot_lt: staginggoerli_Bytes + baseAggregateRoot_gte: staginggoerli_Bytes + baseAggregateRoot_lte: staginggoerli_Bytes + baseAggregateRoot_in: [staginggoerli_Bytes!] + baseAggregateRoot_not_in: [staginggoerli_Bytes!] + baseAggregateRoot_contains: staginggoerli_Bytes + baseAggregateRoot_not_contains: staginggoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimisticRootProposed_filter] + or: [staginggoerli_OptimisticRootProposed_filter] } -enum linea_Relayer_orderBy { +enum staginggoerli_OptimisticRootProposed_orderBy { id - isActive - relayer + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot + timestamp + blockNumber } -type linea_RootCount { +"""Defines the order direction, either ascending or descending""" +enum staginggoerli_OrderDirection { + asc + desc +} + +type staginggoerli_PolygonConnectorMeta { id: ID! - count: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input linea_RootCount_filter { +input staginggoerli_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -56504,38 +57096,220 @@ input linea_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + 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: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_PolygonConnectorMeta_filter] + or: [staginggoerli_PolygonConnectorMeta_filter] } -enum linea_RootCount_orderBy { +enum staginggoerli_PolygonConnectorMeta_orderBy { id - count + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_RootMessageSent { +type staginggoerli_RootAggregated { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: linea_Bytes - count: BigInt - caller: linea_Bytes - transactionHash: linea_Bytes + domain: BigInt! + receivedRoot: staginggoerli_Bytes! + index: BigInt! +} + +input staginggoerli_RootAggregated_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!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + receivedRoot: staginggoerli_Bytes + receivedRoot_not: staginggoerli_Bytes + receivedRoot_gt: staginggoerli_Bytes + receivedRoot_lt: staginggoerli_Bytes + receivedRoot_gte: staginggoerli_Bytes + receivedRoot_lte: staginggoerli_Bytes + receivedRoot_in: [staginggoerli_Bytes!] + receivedRoot_not_in: [staginggoerli_Bytes!] + receivedRoot_contains: staginggoerli_Bytes + receivedRoot_not_contains: staginggoerli_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootAggregated_filter] + or: [staginggoerli_RootAggregated_filter] +} + +enum staginggoerli_RootAggregated_orderBy { + id + domain + receivedRoot + index +} + +type staginggoerli_RootManagerMeta { + id: ID! + domains: [BigInt!] + connectors: [staginggoerli_Bytes!] +} + +input staginggoerli_RootManagerMeta_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!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [staginggoerli_Bytes!] + connectors_not: [staginggoerli_Bytes!] + connectors_contains: [staginggoerli_Bytes!] + connectors_contains_nocase: [staginggoerli_Bytes!] + connectors_not_contains: [staginggoerli_Bytes!] + connectors_not_contains_nocase: [staginggoerli_Bytes!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootManagerMeta_filter] + or: [staginggoerli_RootManagerMeta_filter] +} + +enum staginggoerli_RootManagerMeta_orderBy { + id + domains + connectors +} + +type staginggoerli_RootManagerMode { + id: ID! + mode: String! +} + +input staginggoerli_RootManagerMode_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!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootManagerMode_filter] + or: [staginggoerli_RootManagerMode_filter] +} + +enum staginggoerli_RootManagerMode_orderBy { + id + mode +} + +type staginggoerli_RootMessageProcessed { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + root: staginggoerli_Bytes + caller: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input linea_RootMessageSent_filter { +input staginggoerli_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -56560,32 +57334,36 @@ input linea_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -56619,15 +57397,16 @@ input linea_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootMessageProcessed_filter] + or: [staginggoerli_RootMessageProcessed_filter] } -enum linea_RootMessageSent_orderBy { +enum staginggoerli_RootMessageProcessed_orderBy { id spokeDomain hubDomain root - count caller transactionHash timestamp @@ -56636,25 +57415,15 @@ enum linea_RootMessageSent_orderBy { blockNumber } -type linea_Router { - id: ID! - isActive: Boolean! - owner: linea_Bytes - recipient: linea_Bytes - proposedOwner: linea_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: linea_AssetBalance_orderBy, orderDirection: linea_OrderDirection, where: linea_AssetBalance_filter): [linea_AssetBalance!]! -} - -type linea_RouterDailyTVL { +type staginggoerli_RootPropagated { id: ID! - router: linea_Router! - asset: linea_Asset! - timestamp: BigInt! - balance: BigInt! + aggregate: staginggoerli_Bytes! + domainsHash: staginggoerli_Bytes! + count: BigInt! + blockNumber: BigInt } -input linea_RouterDailyTVL_filter { +input staginggoerli_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -56663,172 +57432,34 @@ input linea_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: linea_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_RouterDailyTVL_orderBy { - id - router - asset - timestamp - balance -} - -type linea_RouterLiquidityEvent { - id: ID! - type: linea_RouterLiquidityEventType - router: linea_Router! - asset: linea_Asset! - amount: BigInt! - balance: BigInt! - caller: linea_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: linea_Bytes! - nonce: BigInt! -} - -enum linea_RouterLiquidityEventType { - Add - Remove -} - -input linea_RouterLiquidityEvent_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!] - type: linea_RouterLiquidityEventType - type_not: linea_RouterLiquidityEventType - type_in: [linea_RouterLiquidityEventType!] - type_not_in: [linea_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: linea_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes + aggregate: staginggoerli_Bytes + aggregate_not: staginggoerli_Bytes + aggregate_gt: staginggoerli_Bytes + aggregate_lt: staginggoerli_Bytes + aggregate_gte: staginggoerli_Bytes + aggregate_lte: staginggoerli_Bytes + aggregate_in: [staginggoerli_Bytes!] + aggregate_not_in: [staginggoerli_Bytes!] + aggregate_contains: staginggoerli_Bytes + aggregate_not_contains: staginggoerli_Bytes + domainsHash: staginggoerli_Bytes + domainsHash_not: staginggoerli_Bytes + domainsHash_gt: staginggoerli_Bytes + domainsHash_lt: staginggoerli_Bytes + domainsHash_gte: staginggoerli_Bytes + domainsHash_lte: staginggoerli_Bytes + domainsHash_in: [staginggoerli_Bytes!] + domainsHash_not_in: [staginggoerli_Bytes!] + domainsHash_contains: staginggoerli_Bytes + domainsHash_not_contains: staginggoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -56837,187 +57468,30 @@ input linea_RouterLiquidityEvent_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootPropagated_filter] + or: [staginggoerli_RootPropagated_filter] } -enum linea_RouterLiquidityEvent_orderBy { +enum staginggoerli_RootPropagated_orderBy { id - type - router - asset - amount - balance - caller + aggregate + domainsHash + count blockNumber - timestamp - transactionHash - nonce -} - -input linea_Router_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!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: linea_Bytes - owner_not: linea_Bytes - owner_in: [linea_Bytes!] - owner_not_in: [linea_Bytes!] - owner_contains: linea_Bytes - owner_not_contains: linea_Bytes - recipient: linea_Bytes - recipient_not: linea_Bytes - recipient_in: [linea_Bytes!] - recipient_not_in: [linea_Bytes!] - recipient_contains: linea_Bytes - recipient_not_contains: linea_Bytes - proposedOwner: linea_Bytes - proposedOwner_not: linea_Bytes - proposedOwner_in: [linea_Bytes!] - proposedOwner_not_in: [linea_Bytes!] - proposedOwner_contains: linea_Bytes - proposedOwner_not_contains: linea_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: linea_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type linea_Sequencer { - id: ID! - isActive: Boolean! - sequencer: linea_Bytes -} - -input linea_Sequencer_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!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - sequencer: linea_Bytes - sequencer_not: linea_Bytes - sequencer_in: [linea_Bytes!] - sequencer_not_in: [linea_Bytes!] - sequencer_contains: linea_Bytes - sequencer_not_contains: linea_Bytes - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_Sequencer_orderBy { - id - isActive - sequencer -} - -type linea_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: linea_Bytes! -} - -input linea_Setting_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!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_Setting_orderBy { - id - maxRoutersPerTransfer - caller } -type linea_SlippageUpdate { +type staginggoerli_ZkSyncConnectorMeta { id: ID! - transfer: linea_DestinationTransfer! - slippage: BigInt! - caller: linea_Bytes! - transactionHash: linea_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input linea_SlippageUpdate_filter { +input staginggoerli_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -57026,106 +57500,70 @@ input linea_SlippageUpdate_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: linea_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + 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: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_ZkSyncConnectorMeta_filter] + or: [staginggoerli_ZkSyncConnectorMeta_filter] } -enum linea_SlippageUpdate_orderBy { +enum staginggoerli_ZkSyncConnectorMeta_orderBy { id - transfer - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -enum linea_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea__Block_ { +type staginggoerli__Block_ { """The hash of the block""" - hash: linea_Bytes + hash: staginggoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -57133,7 +57571,7 @@ type linea__Block_ { } """The type for the top-level _meta field""" -type linea__Meta_ { +type staginggoerli__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -57141,50 +57579,50 @@ type linea__Meta_ { and therefore asks for the latest block """ - block: linea__Block_! + block: staginggoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar optimism_swap_BigDecimal +scalar optimismgoerli_swap_BigDecimal -input optimism_swap_BlockChangedFilter { +input optimismgoerli_swap_BlockChangedFilter { number_gte: Int! } -input optimism_swap_Block_height { - hash: optimism_swap_Bytes +input optimismgoerli_swap_Block_height { + hash: optimismgoerli_swap_Bytes number: Int number_gte: Int } -scalar optimism_swap_Bytes +scalar optimismgoerli_swap_Bytes """ 8 bytes signed integer """ -scalar optimism_swap_Int8 +scalar optimismgoerli_swap_Int8 -type optimism_swap_LpAccount { +type optimismgoerli_swap_LpAccount { id: ID! - address: optimism_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpAccountBalance_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpAccountBalance_filter): [optimism_swap_LpAccountBalance!]! + address: optimismgoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpAccountBalance_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpAccountBalance_filter): [optimismgoerli_swap_LpAccountBalance!]! } -type optimism_swap_LpAccountBalance { +type optimismgoerli_swap_LpAccountBalance { id: ID! - account: optimism_swap_LpAccount! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! + account: optimismgoerli_swap_LpAccount! + token: optimismgoerli_swap_LpToken! + amount: optimismgoerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes } -input optimism_swap_LpAccountBalance_filter { +input optimismgoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -57213,7 +57651,7 @@ input optimism_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: optimism_swap_LpAccount_filter + account_: optimismgoerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -57234,15 +57672,15 @@ input optimism_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] + token_: optimismgoerli_swap_LpToken_filter + amount: optimismgoerli_swap_BigDecimal + amount_not: optimismgoerli_swap_BigDecimal + amount_gt: optimismgoerli_swap_BigDecimal + amount_lt: optimismgoerli_swap_BigDecimal + amount_gte: optimismgoerli_swap_BigDecimal + amount_lte: optimismgoerli_swap_BigDecimal + amount_in: [optimismgoerli_swap_BigDecimal!] + amount_not_in: [optimismgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -57259,23 +57697,23 @@ input optimism_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpAccountBalance_filter] - or: [optimism_swap_LpAccountBalance_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpAccountBalance_filter] + or: [optimismgoerli_swap_LpAccountBalance_filter] } -enum optimism_swap_LpAccountBalance_orderBy { +enum optimismgoerli_swap_LpAccountBalance_orderBy { id account account__id @@ -57293,7 +57731,7 @@ enum optimism_swap_LpAccountBalance_orderBy { transaction } -input optimism_swap_LpAccount_filter { +input optimismgoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -57302,51 +57740,51 @@ input optimism_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimism_swap_Bytes - address_not: optimism_swap_Bytes - address_gt: optimism_swap_Bytes - address_lt: optimism_swap_Bytes - address_gte: optimism_swap_Bytes - address_lte: optimism_swap_Bytes - address_in: [optimism_swap_Bytes!] - address_not_in: [optimism_swap_Bytes!] - address_contains: optimism_swap_Bytes - address_not_contains: optimism_swap_Bytes - balances_: optimism_swap_LpAccountBalance_filter + address: optimismgoerli_swap_Bytes + address_not: optimismgoerli_swap_Bytes + address_gt: optimismgoerli_swap_Bytes + address_lt: optimismgoerli_swap_Bytes + address_gte: optimismgoerli_swap_Bytes + address_lte: optimismgoerli_swap_Bytes + address_in: [optimismgoerli_swap_Bytes!] + address_not_in: [optimismgoerli_swap_Bytes!] + address_contains: optimismgoerli_swap_Bytes + address_not_contains: optimismgoerli_swap_Bytes + balances_: optimismgoerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpAccount_filter] - or: [optimism_swap_LpAccount_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpAccount_filter] + or: [optimismgoerli_swap_LpAccount_filter] } -enum optimism_swap_LpAccount_orderBy { +enum optimismgoerli_swap_LpAccount_orderBy { id address balances } -type optimism_swap_LpToken { +type optimismgoerli_swap_LpToken { id: ID! - address: optimism_swap_Bytes! - stableSwap: optimism_swap_StableSwap! + address: optimismgoerli_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: optimism_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpTokenEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpTokenEvent_filter): [optimism_swap_LpTokenEvent!]! + totalSupply: optimismgoerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpTokenEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpTokenEvent_filter): [optimismgoerli_swap_LpTokenEvent!]! } -interface optimism_swap_LpTokenEvent { +interface optimismgoerli_swap_LpTokenEvent { id: ID! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! + token: optimismgoerli_swap_LpToken! + amount: optimismgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input optimism_swap_LpTokenEvent_filter { +input optimismgoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -57375,15 +57813,15 @@ input optimism_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] + token_: optimismgoerli_swap_LpToken_filter + amount: optimismgoerli_swap_BigDecimal + amount_not: optimismgoerli_swap_BigDecimal + amount_gt: optimismgoerli_swap_BigDecimal + amount_lt: optimismgoerli_swap_BigDecimal + amount_gte: optimismgoerli_swap_BigDecimal + amount_lte: optimismgoerli_swap_BigDecimal + amount_in: [optimismgoerli_swap_BigDecimal!] + amount_not_in: [optimismgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -57400,16 +57838,16 @@ input optimism_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -57419,12 +57857,12 @@ input optimism_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpTokenEvent_filter] - or: [optimism_swap_LpTokenEvent_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpTokenEvent_filter] + or: [optimismgoerli_swap_LpTokenEvent_filter] } -enum optimism_swap_LpTokenEvent_orderBy { +enum optimismgoerli_swap_LpTokenEvent_orderBy { id token token__id @@ -57440,7 +57878,7 @@ enum optimism_swap_LpTokenEvent_orderBy { nonce } -input optimism_swap_LpToken_filter { +input optimismgoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -57449,16 +57887,16 @@ input optimism_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimism_swap_Bytes - address_not: optimism_swap_Bytes - address_gt: optimism_swap_Bytes - address_lt: optimism_swap_Bytes - address_gte: optimism_swap_Bytes - address_lte: optimism_swap_Bytes - address_in: [optimism_swap_Bytes!] - address_not_in: [optimism_swap_Bytes!] - address_contains: optimism_swap_Bytes - address_not_contains: optimism_swap_Bytes + address: optimismgoerli_swap_Bytes + address_not: optimismgoerli_swap_Bytes + address_gt: optimismgoerli_swap_Bytes + address_lt: optimismgoerli_swap_Bytes + address_gte: optimismgoerli_swap_Bytes + address_lte: optimismgoerli_swap_Bytes + address_in: [optimismgoerli_swap_Bytes!] + address_not_in: [optimismgoerli_swap_Bytes!] + address_contains: optimismgoerli_swap_Bytes + address_not_contains: optimismgoerli_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -57479,7 +57917,7 @@ input optimism_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: optimismgoerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -57528,22 +57966,22 @@ input optimism_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: optimism_swap_BigDecimal - totalSupply_not: optimism_swap_BigDecimal - totalSupply_gt: optimism_swap_BigDecimal - totalSupply_lt: optimism_swap_BigDecimal - totalSupply_gte: optimism_swap_BigDecimal - totalSupply_lte: optimism_swap_BigDecimal - totalSupply_in: [optimism_swap_BigDecimal!] - totalSupply_not_in: [optimism_swap_BigDecimal!] - events_: optimism_swap_LpTokenEvent_filter + totalSupply: optimismgoerli_swap_BigDecimal + totalSupply_not: optimismgoerli_swap_BigDecimal + totalSupply_gt: optimismgoerli_swap_BigDecimal + totalSupply_lt: optimismgoerli_swap_BigDecimal + totalSupply_gte: optimismgoerli_swap_BigDecimal + totalSupply_lte: optimismgoerli_swap_BigDecimal + totalSupply_in: [optimismgoerli_swap_BigDecimal!] + totalSupply_not_in: [optimismgoerli_swap_BigDecimal!] + events_: optimismgoerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpToken_filter] - or: [optimism_swap_LpToken_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpToken_filter] + or: [optimismgoerli_swap_LpToken_filter] } -enum optimism_swap_LpToken_orderBy { +enum optimismgoerli_swap_LpToken_orderBy { id address stableSwap @@ -57570,21 +58008,21 @@ enum optimism_swap_LpToken_orderBy { events } -type optimism_swap_LpTransferEvent implements optimism_swap_LpTokenEvent { +type optimismgoerli_swap_LpTransferEvent implements optimismgoerli_swap_LpTokenEvent { id: ID! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! - from: optimism_swap_Bytes! - to: optimism_swap_Bytes! - fromBalance: optimism_swap_BigDecimal! - toBalance: optimism_swap_BigDecimal! + token: optimismgoerli_swap_LpToken! + amount: optimismgoerli_swap_BigDecimal! + from: optimismgoerli_swap_Bytes! + to: optimismgoerli_swap_Bytes! + fromBalance: optimismgoerli_swap_BigDecimal! + toBalance: optimismgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input optimism_swap_LpTransferEvent_filter { +input optimismgoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -57613,51 +58051,51 @@ input optimism_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] - from: optimism_swap_Bytes - from_not: optimism_swap_Bytes - from_gt: optimism_swap_Bytes - from_lt: optimism_swap_Bytes - from_gte: optimism_swap_Bytes - from_lte: optimism_swap_Bytes - from_in: [optimism_swap_Bytes!] - from_not_in: [optimism_swap_Bytes!] - from_contains: optimism_swap_Bytes - from_not_contains: optimism_swap_Bytes - to: optimism_swap_Bytes - to_not: optimism_swap_Bytes - to_gt: optimism_swap_Bytes - to_lt: optimism_swap_Bytes - to_gte: optimism_swap_Bytes - to_lte: optimism_swap_Bytes - to_in: [optimism_swap_Bytes!] - to_not_in: [optimism_swap_Bytes!] - to_contains: optimism_swap_Bytes - to_not_contains: optimism_swap_Bytes - fromBalance: optimism_swap_BigDecimal - fromBalance_not: optimism_swap_BigDecimal - fromBalance_gt: optimism_swap_BigDecimal - fromBalance_lt: optimism_swap_BigDecimal - fromBalance_gte: optimism_swap_BigDecimal - fromBalance_lte: optimism_swap_BigDecimal - fromBalance_in: [optimism_swap_BigDecimal!] - fromBalance_not_in: [optimism_swap_BigDecimal!] - toBalance: optimism_swap_BigDecimal - toBalance_not: optimism_swap_BigDecimal - toBalance_gt: optimism_swap_BigDecimal - toBalance_lt: optimism_swap_BigDecimal - toBalance_gte: optimism_swap_BigDecimal - toBalance_lte: optimism_swap_BigDecimal - toBalance_in: [optimism_swap_BigDecimal!] - toBalance_not_in: [optimism_swap_BigDecimal!] + token_: optimismgoerli_swap_LpToken_filter + amount: optimismgoerli_swap_BigDecimal + amount_not: optimismgoerli_swap_BigDecimal + amount_gt: optimismgoerli_swap_BigDecimal + amount_lt: optimismgoerli_swap_BigDecimal + amount_gte: optimismgoerli_swap_BigDecimal + amount_lte: optimismgoerli_swap_BigDecimal + amount_in: [optimismgoerli_swap_BigDecimal!] + amount_not_in: [optimismgoerli_swap_BigDecimal!] + from: optimismgoerli_swap_Bytes + from_not: optimismgoerli_swap_Bytes + from_gt: optimismgoerli_swap_Bytes + from_lt: optimismgoerli_swap_Bytes + from_gte: optimismgoerli_swap_Bytes + from_lte: optimismgoerli_swap_Bytes + from_in: [optimismgoerli_swap_Bytes!] + from_not_in: [optimismgoerli_swap_Bytes!] + from_contains: optimismgoerli_swap_Bytes + from_not_contains: optimismgoerli_swap_Bytes + to: optimismgoerli_swap_Bytes + to_not: optimismgoerli_swap_Bytes + to_gt: optimismgoerli_swap_Bytes + to_lt: optimismgoerli_swap_Bytes + to_gte: optimismgoerli_swap_Bytes + to_lte: optimismgoerli_swap_Bytes + to_in: [optimismgoerli_swap_Bytes!] + to_not_in: [optimismgoerli_swap_Bytes!] + to_contains: optimismgoerli_swap_Bytes + to_not_contains: optimismgoerli_swap_Bytes + fromBalance: optimismgoerli_swap_BigDecimal + fromBalance_not: optimismgoerli_swap_BigDecimal + fromBalance_gt: optimismgoerli_swap_BigDecimal + fromBalance_lt: optimismgoerli_swap_BigDecimal + fromBalance_gte: optimismgoerli_swap_BigDecimal + fromBalance_lte: optimismgoerli_swap_BigDecimal + fromBalance_in: [optimismgoerli_swap_BigDecimal!] + fromBalance_not_in: [optimismgoerli_swap_BigDecimal!] + toBalance: optimismgoerli_swap_BigDecimal + toBalance_not: optimismgoerli_swap_BigDecimal + toBalance_gt: optimismgoerli_swap_BigDecimal + toBalance_lt: optimismgoerli_swap_BigDecimal + toBalance_gte: optimismgoerli_swap_BigDecimal + toBalance_lte: optimismgoerli_swap_BigDecimal + toBalance_in: [optimismgoerli_swap_BigDecimal!] + toBalance_not_in: [optimismgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -57674,16 +58112,16 @@ input optimism_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -57693,12 +58131,12 @@ input optimism_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpTransferEvent_filter] - or: [optimism_swap_LpTransferEvent_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpTransferEvent_filter] + or: [optimismgoerli_swap_LpTransferEvent_filter] } -enum optimism_swap_LpTransferEvent_orderBy { +enum optimismgoerli_swap_LpTransferEvent_orderBy { id token token__id @@ -57719,17 +58157,17 @@ enum optimism_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimism_swap_OrderDirection { +enum optimismgoerli_swap_OrderDirection { asc desc } -type optimism_swap_PooledToken { +type optimismgoerli_swap_PooledToken { id: ID! - asset: optimism_swap_Bytes! + asset: optimismgoerli_swap_Bytes! } -input optimism_swap_PooledToken_filter { +input optimismgoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -57738,59 +58176,59 @@ input optimism_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: optimism_swap_Bytes - asset_not: optimism_swap_Bytes - asset_gt: optimism_swap_Bytes - asset_lt: optimism_swap_Bytes - asset_gte: optimism_swap_Bytes - asset_lte: optimism_swap_Bytes - asset_in: [optimism_swap_Bytes!] - asset_not_in: [optimism_swap_Bytes!] - asset_contains: optimism_swap_Bytes - asset_not_contains: optimism_swap_Bytes + asset: optimismgoerli_swap_Bytes + asset_not: optimismgoerli_swap_Bytes + asset_gt: optimismgoerli_swap_Bytes + asset_lt: optimismgoerli_swap_Bytes + asset_gte: optimismgoerli_swap_Bytes + asset_lte: optimismgoerli_swap_Bytes + asset_in: [optimismgoerli_swap_Bytes!] + asset_not_in: [optimismgoerli_swap_Bytes!] + asset_contains: optimismgoerli_swap_Bytes + asset_not_contains: optimismgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_PooledToken_filter] - or: [optimism_swap_PooledToken_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_PooledToken_filter] + or: [optimismgoerli_swap_PooledToken_filter] } -enum optimism_swap_PooledToken_orderBy { +enum optimismgoerli_swap_PooledToken_orderBy { id asset } -type optimism_swap_StableSwap { +type optimismgoerli_swap_StableSwap { id: ID! isActive: Boolean - key: optimism_swap_Bytes! - canonicalId: optimism_swap_Bytes + key: optimismgoerli_swap_Bytes! + canonicalId: optimismgoerli_swap_Bytes domain: BigInt - swapPool: optimism_swap_Bytes - lpToken: optimism_swap_Bytes + swapPool: optimismgoerli_swap_Bytes + lpToken: optimismgoerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [optimism_swap_Bytes!]! + pooledTokens: [optimismgoerli_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapEvent_filter): [optimism_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapExchange_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapExchange_filter): [optimism_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapHourlyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapHourlyVolume_filter): [optimism_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapDailyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapDailyVolume_filter): [optimism_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapWeeklyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapWeeklyVolume_filter): [optimism_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_StableSwapEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapEvent_filter): [optimismgoerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_StableSwapExchange_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapExchange_filter): [optimismgoerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapHourlyVolume_filter): [optimismgoerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapDailyVolume_filter): [optimismgoerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapWeeklyVolume_filter): [optimismgoerli_swap_SwapWeeklyVolume!] } -type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSwapEvent { +type optimismgoerli_swap_StableSwapAddLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: optimism_swap_StableSwap! - provider: optimism_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + provider: optimismgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -57799,11 +58237,11 @@ type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSw balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapAddLiquidityEvent_filter { +input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -57832,17 +58270,17 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - provider: optimism_swap_Bytes - provider_not: optimism_swap_Bytes - provider_gt: optimism_swap_Bytes - provider_lt: optimism_swap_Bytes - provider_gte: optimism_swap_Bytes - provider_lte: optimism_swap_Bytes - provider_in: [optimism_swap_Bytes!] - provider_not_in: [optimism_swap_Bytes!] - provider_contains: optimism_swap_Bytes - provider_not_contains: optimism_swap_Bytes + stableSwap_: optimismgoerli_swap_StableSwap_filter + provider: optimismgoerli_swap_Bytes + provider_not: optimismgoerli_swap_Bytes + provider_gt: optimismgoerli_swap_Bytes + provider_lt: optimismgoerli_swap_Bytes + provider_gte: optimismgoerli_swap_Bytes + provider_lte: optimismgoerli_swap_Bytes + provider_in: [optimismgoerli_swap_Bytes!] + provider_not_in: [optimismgoerli_swap_Bytes!] + provider_contains: optimismgoerli_swap_Bytes + provider_not_contains: optimismgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -57901,16 +58339,16 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -57920,12 +58358,12 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapAddLiquidityEvent_filter] - or: [optimism_swap_StableSwapAddLiquidityEvent_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { +enum optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -57957,16 +58395,16 @@ enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface optimism_swap_StableSwapEvent { +interface optimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapEvent_filter { +input optimismgoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -57995,7 +58433,7 @@ input optimism_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: optimismgoerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -58012,16 +58450,16 @@ input optimism_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -58031,12 +58469,12 @@ input optimism_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapEvent_filter] - or: [optimism_swap_StableSwapEvent_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapEvent_filter] + or: [optimismgoerli_swap_StableSwapEvent_filter] } -enum optimism_swap_StableSwapEvent_orderBy { +enum optimismgoerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -58061,10 +58499,10 @@ enum optimism_swap_StableSwapEvent_orderBy { nonce } -type optimism_swap_StableSwapExchange { +type optimismgoerli_swap_StableSwapExchange { id: ID! - stableSwap: optimism_swap_StableSwap! - buyer: optimism_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + buyer: optimismgoerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -58073,11 +58511,11 @@ type optimism_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapExchange_filter { +input optimismgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -58106,17 +58544,17 @@ input optimism_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - buyer: optimism_swap_Bytes - buyer_not: optimism_swap_Bytes - buyer_gt: optimism_swap_Bytes - buyer_lt: optimism_swap_Bytes - buyer_gte: optimism_swap_Bytes - buyer_lte: optimism_swap_Bytes - buyer_in: [optimism_swap_Bytes!] - buyer_not_in: [optimism_swap_Bytes!] - buyer_contains: optimism_swap_Bytes - buyer_not_contains: optimism_swap_Bytes + stableSwap_: optimismgoerli_swap_StableSwap_filter + buyer: optimismgoerli_swap_Bytes + buyer_not: optimismgoerli_swap_Bytes + buyer_gt: optimismgoerli_swap_Bytes + buyer_lt: optimismgoerli_swap_Bytes + buyer_gte: optimismgoerli_swap_Bytes + buyer_lte: optimismgoerli_swap_Bytes + buyer_in: [optimismgoerli_swap_Bytes!] + buyer_not_in: [optimismgoerli_swap_Bytes!] + buyer_contains: optimismgoerli_swap_Bytes + buyer_not_contains: optimismgoerli_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -58179,16 +58617,16 @@ input optimism_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -58198,12 +58636,12 @@ input optimism_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapExchange_filter] - or: [optimism_swap_StableSwapExchange_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapExchange_filter] + or: [optimismgoerli_swap_StableSwapExchange_filter] } -enum optimism_swap_StableSwapExchange_orderBy { +enum optimismgoerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -58235,10 +58673,10 @@ enum optimism_swap_StableSwapExchange_orderBy { nonce } -type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_StableSwapEvent { +type optimismgoerli_swap_StableSwapRemoveLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: optimism_swap_StableSwap! - provider: optimism_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + provider: optimismgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -58247,11 +58685,11 @@ type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_Stabl balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapRemoveLiquidityEvent_filter { +input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -58280,17 +58718,17 @@ input optimism_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - provider: optimism_swap_Bytes - provider_not: optimism_swap_Bytes - provider_gt: optimism_swap_Bytes - provider_lt: optimism_swap_Bytes - provider_gte: optimism_swap_Bytes - provider_lte: optimism_swap_Bytes - provider_in: [optimism_swap_Bytes!] - provider_not_in: [optimism_swap_Bytes!] - provider_contains: optimism_swap_Bytes - provider_not_contains: optimism_swap_Bytes + stableSwap_: optimismgoerli_swap_StableSwap_filter + provider: optimismgoerli_swap_Bytes + provider_not: optimismgoerli_swap_Bytes + provider_gt: optimismgoerli_swap_Bytes + provider_lt: optimismgoerli_swap_Bytes + provider_gte: optimismgoerli_swap_Bytes + provider_lte: optimismgoerli_swap_Bytes + provider_in: [optimismgoerli_swap_Bytes!] + provider_not_in: [optimismgoerli_swap_Bytes!] + provider_contains: optimismgoerli_swap_Bytes + provider_not_contains: optimismgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -58349,16 +58787,16 @@ input optimism_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -58368,12 +58806,12 @@ input optimism_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] - or: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -58405,7 +58843,7 @@ enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input optimism_swap_StableSwap_filter { +input optimismgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -58418,26 +58856,26 @@ input optimism_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: optimism_swap_Bytes - key_not: optimism_swap_Bytes - key_gt: optimism_swap_Bytes - key_lt: optimism_swap_Bytes - key_gte: optimism_swap_Bytes - key_lte: optimism_swap_Bytes - key_in: [optimism_swap_Bytes!] - key_not_in: [optimism_swap_Bytes!] - key_contains: optimism_swap_Bytes - key_not_contains: optimism_swap_Bytes - canonicalId: optimism_swap_Bytes - canonicalId_not: optimism_swap_Bytes - canonicalId_gt: optimism_swap_Bytes - canonicalId_lt: optimism_swap_Bytes - canonicalId_gte: optimism_swap_Bytes - canonicalId_lte: optimism_swap_Bytes - canonicalId_in: [optimism_swap_Bytes!] - canonicalId_not_in: [optimism_swap_Bytes!] - canonicalId_contains: optimism_swap_Bytes - canonicalId_not_contains: optimism_swap_Bytes + key: optimismgoerli_swap_Bytes + key_not: optimismgoerli_swap_Bytes + key_gt: optimismgoerli_swap_Bytes + key_lt: optimismgoerli_swap_Bytes + key_gte: optimismgoerli_swap_Bytes + key_lte: optimismgoerli_swap_Bytes + key_in: [optimismgoerli_swap_Bytes!] + key_not_in: [optimismgoerli_swap_Bytes!] + key_contains: optimismgoerli_swap_Bytes + key_not_contains: optimismgoerli_swap_Bytes + canonicalId: optimismgoerli_swap_Bytes + canonicalId_not: optimismgoerli_swap_Bytes + canonicalId_gt: optimismgoerli_swap_Bytes + canonicalId_lt: optimismgoerli_swap_Bytes + canonicalId_gte: optimismgoerli_swap_Bytes + canonicalId_lte: optimismgoerli_swap_Bytes + canonicalId_in: [optimismgoerli_swap_Bytes!] + canonicalId_not_in: [optimismgoerli_swap_Bytes!] + canonicalId_contains: optimismgoerli_swap_Bytes + canonicalId_not_contains: optimismgoerli_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -58446,26 +58884,26 @@ input optimism_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: optimism_swap_Bytes - swapPool_not: optimism_swap_Bytes - swapPool_gt: optimism_swap_Bytes - swapPool_lt: optimism_swap_Bytes - swapPool_gte: optimism_swap_Bytes - swapPool_lte: optimism_swap_Bytes - swapPool_in: [optimism_swap_Bytes!] - swapPool_not_in: [optimism_swap_Bytes!] - swapPool_contains: optimism_swap_Bytes - swapPool_not_contains: optimism_swap_Bytes - lpToken: optimism_swap_Bytes - lpToken_not: optimism_swap_Bytes - lpToken_gt: optimism_swap_Bytes - lpToken_lt: optimism_swap_Bytes - lpToken_gte: optimism_swap_Bytes - lpToken_lte: optimism_swap_Bytes - lpToken_in: [optimism_swap_Bytes!] - lpToken_not_in: [optimism_swap_Bytes!] - lpToken_contains: optimism_swap_Bytes - lpToken_not_contains: optimism_swap_Bytes + swapPool: optimismgoerli_swap_Bytes + swapPool_not: optimismgoerli_swap_Bytes + swapPool_gt: optimismgoerli_swap_Bytes + swapPool_lt: optimismgoerli_swap_Bytes + swapPool_gte: optimismgoerli_swap_Bytes + swapPool_lte: optimismgoerli_swap_Bytes + swapPool_in: [optimismgoerli_swap_Bytes!] + swapPool_not_in: [optimismgoerli_swap_Bytes!] + swapPool_contains: optimismgoerli_swap_Bytes + swapPool_not_contains: optimismgoerli_swap_Bytes + lpToken: optimismgoerli_swap_Bytes + lpToken_not: optimismgoerli_swap_Bytes + lpToken_gt: optimismgoerli_swap_Bytes + lpToken_lt: optimismgoerli_swap_Bytes + lpToken_gte: optimismgoerli_swap_Bytes + lpToken_lte: optimismgoerli_swap_Bytes + lpToken_in: [optimismgoerli_swap_Bytes!] + lpToken_not_in: [optimismgoerli_swap_Bytes!] + lpToken_contains: optimismgoerli_swap_Bytes + lpToken_not_contains: optimismgoerli_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -58514,12 +58952,12 @@ input optimism_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [optimism_swap_Bytes!] - pooledTokens_not: [optimism_swap_Bytes!] - pooledTokens_contains: [optimism_swap_Bytes!] - pooledTokens_contains_nocase: [optimism_swap_Bytes!] - pooledTokens_not_contains: [optimism_swap_Bytes!] - pooledTokens_not_contains_nocase: [optimism_swap_Bytes!] + pooledTokens: [optimismgoerli_swap_Bytes!] + pooledTokens_not: [optimismgoerli_swap_Bytes!] + pooledTokens_contains: [optimismgoerli_swap_Bytes!] + pooledTokens_contains_nocase: [optimismgoerli_swap_Bytes!] + pooledTokens_not_contains: [optimismgoerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [optimismgoerli_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -58562,18 +59000,18 @@ input optimism_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: optimism_swap_StableSwapEvent_filter - exchanges_: optimism_swap_StableSwapExchange_filter - hourlyVolumes_: optimism_swap_SwapHourlyVolume_filter - dailyVolumes_: optimism_swap_SwapDailyVolume_filter - weeklyVolumes_: optimism_swap_SwapWeeklyVolume_filter + events_: optimismgoerli_swap_StableSwapEvent_filter + exchanges_: optimismgoerli_swap_StableSwapExchange_filter + hourlyVolumes_: optimismgoerli_swap_SwapHourlyVolume_filter + dailyVolumes_: optimismgoerli_swap_SwapDailyVolume_filter + weeklyVolumes_: optimismgoerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwap_filter] - or: [optimism_swap_StableSwap_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwap_filter] + or: [optimismgoerli_swap_StableSwap_filter] } -enum optimism_swap_StableSwap_orderBy { +enum optimismgoerli_swap_StableSwap_orderBy { id isActive key @@ -58601,14 +59039,14 @@ enum optimism_swap_StableSwap_orderBy { weeklyVolumes } -type optimism_swap_SwapDailyVolume implements optimism_swap_SwapTradeVolume { +type optimismgoerli_swap_SwapDailyVolume implements optimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input optimism_swap_SwapDailyVolume_filter { +input optimismgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -58637,7 +59075,7 @@ input optimism_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -58646,21 +59084,21 @@ input optimism_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: optimismgoerli_swap_BigDecimal + volume_not: optimismgoerli_swap_BigDecimal + volume_gt: optimismgoerli_swap_BigDecimal + volume_lt: optimismgoerli_swap_BigDecimal + volume_gte: optimismgoerli_swap_BigDecimal + volume_lte: optimismgoerli_swap_BigDecimal + volume_in: [optimismgoerli_swap_BigDecimal!] + volume_not_in: [optimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapDailyVolume_filter] - or: [optimism_swap_SwapDailyVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapDailyVolume_filter] + or: [optimismgoerli_swap_SwapDailyVolume_filter] } -enum optimism_swap_SwapDailyVolume_orderBy { +enum optimismgoerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -58683,14 +59121,14 @@ enum optimism_swap_SwapDailyVolume_orderBy { volume } -type optimism_swap_SwapHourlyVolume implements optimism_swap_SwapTradeVolume { +type optimismgoerli_swap_SwapHourlyVolume implements optimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input optimism_swap_SwapHourlyVolume_filter { +input optimismgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -58719,7 +59157,7 @@ input optimism_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -58728,21 +59166,21 @@ input optimism_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: optimismgoerli_swap_BigDecimal + volume_not: optimismgoerli_swap_BigDecimal + volume_gt: optimismgoerli_swap_BigDecimal + volume_lt: optimismgoerli_swap_BigDecimal + volume_gte: optimismgoerli_swap_BigDecimal + volume_lte: optimismgoerli_swap_BigDecimal + volume_in: [optimismgoerli_swap_BigDecimal!] + volume_not_in: [optimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapHourlyVolume_filter] - or: [optimism_swap_SwapHourlyVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapHourlyVolume_filter] + or: [optimismgoerli_swap_SwapHourlyVolume_filter] } -enum optimism_swap_SwapHourlyVolume_orderBy { +enum optimismgoerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -58765,13 +59203,13 @@ enum optimism_swap_SwapHourlyVolume_orderBy { volume } -interface optimism_swap_SwapTradeVolume { - stableSwap: optimism_swap_StableSwap! +interface optimismgoerli_swap_SwapTradeVolume { + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input optimism_swap_SwapTradeVolume_filter { +input optimismgoerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -58792,7 +59230,7 @@ input optimism_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -58801,21 +59239,21 @@ input optimism_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: optimismgoerli_swap_BigDecimal + volume_not: optimismgoerli_swap_BigDecimal + volume_gt: optimismgoerli_swap_BigDecimal + volume_lt: optimismgoerli_swap_BigDecimal + volume_gte: optimismgoerli_swap_BigDecimal + volume_lte: optimismgoerli_swap_BigDecimal + volume_in: [optimismgoerli_swap_BigDecimal!] + volume_not_in: [optimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapTradeVolume_filter] - or: [optimism_swap_SwapTradeVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapTradeVolume_filter] + or: [optimismgoerli_swap_SwapTradeVolume_filter] } -enum optimism_swap_SwapTradeVolume_orderBy { +enum optimismgoerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -58837,14 +59275,14 @@ enum optimism_swap_SwapTradeVolume_orderBy { volume } -type optimism_swap_SwapWeeklyVolume implements optimism_swap_SwapTradeVolume { +type optimismgoerli_swap_SwapWeeklyVolume implements optimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input optimism_swap_SwapWeeklyVolume_filter { +input optimismgoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -58873,7 +59311,7 @@ input optimism_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -58882,21 +59320,21 @@ input optimism_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: optimismgoerli_swap_BigDecimal + volume_not: optimismgoerli_swap_BigDecimal + volume_gt: optimismgoerli_swap_BigDecimal + volume_lt: optimismgoerli_swap_BigDecimal + volume_gte: optimismgoerli_swap_BigDecimal + volume_lte: optimismgoerli_swap_BigDecimal + volume_in: [optimismgoerli_swap_BigDecimal!] + volume_not_in: [optimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapWeeklyVolume_filter] - or: [optimism_swap_SwapWeeklyVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapWeeklyVolume_filter] + or: [optimismgoerli_swap_SwapWeeklyVolume_filter] } -enum optimism_swap_SwapWeeklyVolume_orderBy { +enum optimismgoerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -58919,13 +59357,13 @@ enum optimism_swap_SwapWeeklyVolume_orderBy { volume } -type optimism_swap_SystemInfo { +type optimismgoerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input optimism_swap_SystemInfo_filter { +input optimismgoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -58951,20 +59389,20 @@ input optimism_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SystemInfo_filter] - or: [optimism_swap_SystemInfo_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SystemInfo_filter] + or: [optimismgoerli_swap_SystemInfo_filter] } -enum optimism_swap_SystemInfo_orderBy { +enum optimismgoerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type optimism_swap__Block_ { +type optimismgoerli_swap__Block_ { """The hash of the block""" - hash: optimism_swap_Bytes + hash: optimismgoerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -58972,7 +59410,7 @@ type optimism_swap__Block_ { } """The type for the top-level _meta field""" -type optimism_swap__Meta_ { +type optimismgoerli_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -58980,50 +59418,50 @@ type optimism_swap__Meta_ { and therefore asks for the latest block """ - block: optimism_swap__Block_! + block: optimismgoerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar polygon_swap_BigDecimal +scalar optimism_swap_BigDecimal -input polygon_swap_BlockChangedFilter { +input optimism_swap_BlockChangedFilter { number_gte: Int! } -input polygon_swap_Block_height { - hash: polygon_swap_Bytes +input optimism_swap_Block_height { + hash: optimism_swap_Bytes number: Int number_gte: Int } -scalar polygon_swap_Bytes +scalar optimism_swap_Bytes """ 8 bytes signed integer """ -scalar polygon_swap_Int8 +scalar optimism_swap_Int8 -type polygon_swap_LpAccount { +type optimism_swap_LpAccount { id: ID! - address: polygon_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpAccountBalance_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpAccountBalance_filter): [polygon_swap_LpAccountBalance!]! + address: optimism_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpAccountBalance_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpAccountBalance_filter): [optimism_swap_LpAccountBalance!]! } -type polygon_swap_LpAccountBalance { +type optimism_swap_LpAccountBalance { id: ID! - account: polygon_swap_LpAccount! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + account: optimism_swap_LpAccount! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! block: BigInt modified: BigInt - transaction: polygon_swap_Bytes + transaction: optimism_swap_Bytes } -input polygon_swap_LpAccountBalance_filter { +input optimism_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -59052,7 +59490,7 @@ input polygon_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: polygon_swap_LpAccount_filter + account_: optimism_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -59073,15 +59511,15 @@ input polygon_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] + token_: optimism_swap_LpToken_filter + amount: optimism_swap_BigDecimal + amount_not: optimism_swap_BigDecimal + amount_gt: optimism_swap_BigDecimal + amount_lt: optimism_swap_BigDecimal + amount_gte: optimism_swap_BigDecimal + amount_lte: optimism_swap_BigDecimal + amount_in: [optimism_swap_BigDecimal!] + amount_not_in: [optimism_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -59098,23 +59536,23 @@ input polygon_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccountBalance_filter] - or: [polygon_swap_LpAccountBalance_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpAccountBalance_filter] + or: [optimism_swap_LpAccountBalance_filter] } -enum polygon_swap_LpAccountBalance_orderBy { +enum optimism_swap_LpAccountBalance_orderBy { id account account__id @@ -59132,7 +59570,7 @@ enum polygon_swap_LpAccountBalance_orderBy { transaction } -input polygon_swap_LpAccount_filter { +input optimism_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -59141,51 +59579,51 @@ input polygon_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: polygon_swap_Bytes - address_not: polygon_swap_Bytes - address_gt: polygon_swap_Bytes - address_lt: polygon_swap_Bytes - address_gte: polygon_swap_Bytes - address_lte: polygon_swap_Bytes - address_in: [polygon_swap_Bytes!] - address_not_in: [polygon_swap_Bytes!] - address_contains: polygon_swap_Bytes - address_not_contains: polygon_swap_Bytes - balances_: polygon_swap_LpAccountBalance_filter + address: optimism_swap_Bytes + address_not: optimism_swap_Bytes + address_gt: optimism_swap_Bytes + address_lt: optimism_swap_Bytes + address_gte: optimism_swap_Bytes + address_lte: optimism_swap_Bytes + address_in: [optimism_swap_Bytes!] + address_not_in: [optimism_swap_Bytes!] + address_contains: optimism_swap_Bytes + address_not_contains: optimism_swap_Bytes + balances_: optimism_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccount_filter] - or: [polygon_swap_LpAccount_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpAccount_filter] + or: [optimism_swap_LpAccount_filter] } -enum polygon_swap_LpAccount_orderBy { +enum optimism_swap_LpAccount_orderBy { id address balances } -type polygon_swap_LpToken { +type optimism_swap_LpToken { id: ID! - address: polygon_swap_Bytes! - stableSwap: polygon_swap_StableSwap! + address: optimism_swap_Bytes! + stableSwap: optimism_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: polygon_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpTokenEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpTokenEvent_filter): [polygon_swap_LpTokenEvent!]! + totalSupply: optimism_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpTokenEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpTokenEvent_filter): [optimism_swap_LpTokenEvent!]! } -interface polygon_swap_LpTokenEvent { +interface optimism_swap_LpTokenEvent { id: ID! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTokenEvent_filter { +input optimism_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -59214,15 +59652,15 @@ input polygon_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] + token_: optimism_swap_LpToken_filter + amount: optimism_swap_BigDecimal + amount_not: optimism_swap_BigDecimal + amount_gt: optimism_swap_BigDecimal + amount_lt: optimism_swap_BigDecimal + amount_gte: optimism_swap_BigDecimal + amount_lte: optimism_swap_BigDecimal + amount_in: [optimism_swap_BigDecimal!] + amount_not_in: [optimism_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -59239,16 +59677,16 @@ input polygon_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -59258,12 +59696,12 @@ input polygon_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpTokenEvent_filter] - or: [polygon_swap_LpTokenEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpTokenEvent_filter] + or: [optimism_swap_LpTokenEvent_filter] } -enum polygon_swap_LpTokenEvent_orderBy { +enum optimism_swap_LpTokenEvent_orderBy { id token token__id @@ -59279,7 +59717,7 @@ enum polygon_swap_LpTokenEvent_orderBy { nonce } -input polygon_swap_LpToken_filter { +input optimism_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -59288,16 +59726,16 @@ input polygon_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: polygon_swap_Bytes - address_not: polygon_swap_Bytes - address_gt: polygon_swap_Bytes - address_lt: polygon_swap_Bytes - address_gte: polygon_swap_Bytes - address_lte: polygon_swap_Bytes - address_in: [polygon_swap_Bytes!] - address_not_in: [polygon_swap_Bytes!] - address_contains: polygon_swap_Bytes - address_not_contains: polygon_swap_Bytes + address: optimism_swap_Bytes + address_not: optimism_swap_Bytes + address_gt: optimism_swap_Bytes + address_lt: optimism_swap_Bytes + address_gte: optimism_swap_Bytes + address_lte: optimism_swap_Bytes + address_in: [optimism_swap_Bytes!] + address_not_in: [optimism_swap_Bytes!] + address_contains: optimism_swap_Bytes + address_not_contains: optimism_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -59318,7 +59756,7 @@ input polygon_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -59367,22 +59805,22 @@ input polygon_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: polygon_swap_BigDecimal - totalSupply_not: polygon_swap_BigDecimal - totalSupply_gt: polygon_swap_BigDecimal - totalSupply_lt: polygon_swap_BigDecimal - totalSupply_gte: polygon_swap_BigDecimal - totalSupply_lte: polygon_swap_BigDecimal - totalSupply_in: [polygon_swap_BigDecimal!] - totalSupply_not_in: [polygon_swap_BigDecimal!] - events_: polygon_swap_LpTokenEvent_filter + totalSupply: optimism_swap_BigDecimal + totalSupply_not: optimism_swap_BigDecimal + totalSupply_gt: optimism_swap_BigDecimal + totalSupply_lt: optimism_swap_BigDecimal + totalSupply_gte: optimism_swap_BigDecimal + totalSupply_lte: optimism_swap_BigDecimal + totalSupply_in: [optimism_swap_BigDecimal!] + totalSupply_not_in: [optimism_swap_BigDecimal!] + events_: optimism_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpToken_filter] - or: [polygon_swap_LpToken_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpToken_filter] + or: [optimism_swap_LpToken_filter] } -enum polygon_swap_LpToken_orderBy { +enum optimism_swap_LpToken_orderBy { id address stableSwap @@ -59409,21 +59847,21 @@ enum polygon_swap_LpToken_orderBy { events } -type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { +type optimism_swap_LpTransferEvent implements optimism_swap_LpTokenEvent { id: ID! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! - from: polygon_swap_Bytes! - to: polygon_swap_Bytes! - fromBalance: polygon_swap_BigDecimal! - toBalance: polygon_swap_BigDecimal! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! + from: optimism_swap_Bytes! + to: optimism_swap_Bytes! + fromBalance: optimism_swap_BigDecimal! + toBalance: optimism_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTransferEvent_filter { +input optimism_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -59452,51 +59890,51 @@ input polygon_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] - from: polygon_swap_Bytes - from_not: polygon_swap_Bytes - from_gt: polygon_swap_Bytes - from_lt: polygon_swap_Bytes - from_gte: polygon_swap_Bytes - from_lte: polygon_swap_Bytes - from_in: [polygon_swap_Bytes!] - from_not_in: [polygon_swap_Bytes!] - from_contains: polygon_swap_Bytes - from_not_contains: polygon_swap_Bytes - to: polygon_swap_Bytes - to_not: polygon_swap_Bytes - to_gt: polygon_swap_Bytes - to_lt: polygon_swap_Bytes - to_gte: polygon_swap_Bytes - to_lte: polygon_swap_Bytes - to_in: [polygon_swap_Bytes!] - to_not_in: [polygon_swap_Bytes!] - to_contains: polygon_swap_Bytes - to_not_contains: polygon_swap_Bytes - fromBalance: polygon_swap_BigDecimal - fromBalance_not: polygon_swap_BigDecimal - fromBalance_gt: polygon_swap_BigDecimal - fromBalance_lt: polygon_swap_BigDecimal - fromBalance_gte: polygon_swap_BigDecimal - fromBalance_lte: polygon_swap_BigDecimal - fromBalance_in: [polygon_swap_BigDecimal!] - fromBalance_not_in: [polygon_swap_BigDecimal!] - toBalance: polygon_swap_BigDecimal - toBalance_not: polygon_swap_BigDecimal - toBalance_gt: polygon_swap_BigDecimal - toBalance_lt: polygon_swap_BigDecimal - toBalance_gte: polygon_swap_BigDecimal - toBalance_lte: polygon_swap_BigDecimal - toBalance_in: [polygon_swap_BigDecimal!] - toBalance_not_in: [polygon_swap_BigDecimal!] + token_: optimism_swap_LpToken_filter + amount: optimism_swap_BigDecimal + amount_not: optimism_swap_BigDecimal + amount_gt: optimism_swap_BigDecimal + amount_lt: optimism_swap_BigDecimal + amount_gte: optimism_swap_BigDecimal + amount_lte: optimism_swap_BigDecimal + amount_in: [optimism_swap_BigDecimal!] + amount_not_in: [optimism_swap_BigDecimal!] + from: optimism_swap_Bytes + from_not: optimism_swap_Bytes + from_gt: optimism_swap_Bytes + from_lt: optimism_swap_Bytes + from_gte: optimism_swap_Bytes + from_lte: optimism_swap_Bytes + from_in: [optimism_swap_Bytes!] + from_not_in: [optimism_swap_Bytes!] + from_contains: optimism_swap_Bytes + from_not_contains: optimism_swap_Bytes + to: optimism_swap_Bytes + to_not: optimism_swap_Bytes + to_gt: optimism_swap_Bytes + to_lt: optimism_swap_Bytes + to_gte: optimism_swap_Bytes + to_lte: optimism_swap_Bytes + to_in: [optimism_swap_Bytes!] + to_not_in: [optimism_swap_Bytes!] + to_contains: optimism_swap_Bytes + to_not_contains: optimism_swap_Bytes + fromBalance: optimism_swap_BigDecimal + fromBalance_not: optimism_swap_BigDecimal + fromBalance_gt: optimism_swap_BigDecimal + fromBalance_lt: optimism_swap_BigDecimal + fromBalance_gte: optimism_swap_BigDecimal + fromBalance_lte: optimism_swap_BigDecimal + fromBalance_in: [optimism_swap_BigDecimal!] + fromBalance_not_in: [optimism_swap_BigDecimal!] + toBalance: optimism_swap_BigDecimal + toBalance_not: optimism_swap_BigDecimal + toBalance_gt: optimism_swap_BigDecimal + toBalance_lt: optimism_swap_BigDecimal + toBalance_gte: optimism_swap_BigDecimal + toBalance_lte: optimism_swap_BigDecimal + toBalance_in: [optimism_swap_BigDecimal!] + toBalance_not_in: [optimism_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -59513,16 +59951,16 @@ input polygon_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -59532,12 +59970,12 @@ input polygon_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpTransferEvent_filter] - or: [polygon_swap_LpTransferEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpTransferEvent_filter] + or: [optimism_swap_LpTransferEvent_filter] } -enum polygon_swap_LpTransferEvent_orderBy { +enum optimism_swap_LpTransferEvent_orderBy { id token token__id @@ -59558,17 +59996,17 @@ enum polygon_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygon_swap_OrderDirection { +enum optimism_swap_OrderDirection { asc desc } -type polygon_swap_PooledToken { +type optimism_swap_PooledToken { id: ID! - asset: polygon_swap_Bytes! + asset: optimism_swap_Bytes! } -input polygon_swap_PooledToken_filter { +input optimism_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -59577,59 +60015,59 @@ input polygon_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: polygon_swap_Bytes - asset_not: polygon_swap_Bytes - asset_gt: polygon_swap_Bytes - asset_lt: polygon_swap_Bytes - asset_gte: polygon_swap_Bytes - asset_lte: polygon_swap_Bytes - asset_in: [polygon_swap_Bytes!] - asset_not_in: [polygon_swap_Bytes!] - asset_contains: polygon_swap_Bytes - asset_not_contains: polygon_swap_Bytes + asset: optimism_swap_Bytes + asset_not: optimism_swap_Bytes + asset_gt: optimism_swap_Bytes + asset_lt: optimism_swap_Bytes + asset_gte: optimism_swap_Bytes + asset_lte: optimism_swap_Bytes + asset_in: [optimism_swap_Bytes!] + asset_not_in: [optimism_swap_Bytes!] + asset_contains: optimism_swap_Bytes + asset_not_contains: optimism_swap_Bytes """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_PooledToken_filter] - or: [polygon_swap_PooledToken_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_PooledToken_filter] + or: [optimism_swap_PooledToken_filter] } -enum polygon_swap_PooledToken_orderBy { +enum optimism_swap_PooledToken_orderBy { id asset } -type polygon_swap_StableSwap { +type optimism_swap_StableSwap { id: ID! isActive: Boolean - key: polygon_swap_Bytes! - canonicalId: polygon_swap_Bytes + key: optimism_swap_Bytes! + canonicalId: optimism_swap_Bytes domain: BigInt - swapPool: polygon_swap_Bytes - lpToken: polygon_swap_Bytes + swapPool: optimism_swap_Bytes + lpToken: optimism_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [polygon_swap_Bytes!]! + pooledTokens: [optimism_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapEvent_filter): [polygon_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapExchange_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapExchange_filter): [polygon_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapHourlyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapHourlyVolume_filter): [polygon_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapDailyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapDailyVolume_filter): [polygon_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapWeeklyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapWeeklyVolume_filter): [polygon_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapEvent_filter): [optimism_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapExchange_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapExchange_filter): [optimism_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapHourlyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapHourlyVolume_filter): [optimism_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapDailyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapDailyVolume_filter): [optimism_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapWeeklyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapWeeklyVolume_filter): [optimism_swap_SwapWeeklyVolume!] } -type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { +type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + provider: optimism_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -59638,11 +60076,11 @@ type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwap balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapAddLiquidityEvent_filter { +input optimism_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -59671,17 +60109,17 @@ input polygon_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - provider: polygon_swap_Bytes - provider_not: polygon_swap_Bytes - provider_gt: polygon_swap_Bytes - provider_lt: polygon_swap_Bytes - provider_gte: polygon_swap_Bytes - provider_lte: polygon_swap_Bytes - provider_in: [polygon_swap_Bytes!] - provider_not_in: [polygon_swap_Bytes!] - provider_contains: polygon_swap_Bytes - provider_not_contains: polygon_swap_Bytes + stableSwap_: optimism_swap_StableSwap_filter + provider: optimism_swap_Bytes + provider_not: optimism_swap_Bytes + provider_gt: optimism_swap_Bytes + provider_lt: optimism_swap_Bytes + provider_gte: optimism_swap_Bytes + provider_lte: optimism_swap_Bytes + provider_in: [optimism_swap_Bytes!] + provider_not_in: [optimism_swap_Bytes!] + provider_contains: optimism_swap_Bytes + provider_not_contains: optimism_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -59740,16 +60178,16 @@ input polygon_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -59759,12 +60197,12 @@ input polygon_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapAddLiquidityEvent_filter] - or: [polygon_swap_StableSwapAddLiquidityEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapAddLiquidityEvent_filter] + or: [optimism_swap_StableSwapAddLiquidityEvent_filter] } -enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { +enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -59796,16 +60234,16 @@ enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface polygon_swap_StableSwapEvent { +interface optimism_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapEvent_filter { +input optimism_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -59834,7 +60272,7 @@ input polygon_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -59851,16 +60289,16 @@ input polygon_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -59870,12 +60308,12 @@ input polygon_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapEvent_filter] - or: [polygon_swap_StableSwapEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapEvent_filter] + or: [optimism_swap_StableSwapEvent_filter] } -enum polygon_swap_StableSwapEvent_orderBy { +enum optimism_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -59900,10 +60338,10 @@ enum polygon_swap_StableSwapEvent_orderBy { nonce } -type polygon_swap_StableSwapExchange { +type optimism_swap_StableSwapExchange { id: ID! - stableSwap: polygon_swap_StableSwap! - buyer: polygon_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + buyer: optimism_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -59912,11 +60350,11 @@ type polygon_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapExchange_filter { +input optimism_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -59945,17 +60383,17 @@ input polygon_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - buyer: polygon_swap_Bytes - buyer_not: polygon_swap_Bytes - buyer_gt: polygon_swap_Bytes - buyer_lt: polygon_swap_Bytes - buyer_gte: polygon_swap_Bytes - buyer_lte: polygon_swap_Bytes - buyer_in: [polygon_swap_Bytes!] - buyer_not_in: [polygon_swap_Bytes!] - buyer_contains: polygon_swap_Bytes - buyer_not_contains: polygon_swap_Bytes + stableSwap_: optimism_swap_StableSwap_filter + buyer: optimism_swap_Bytes + buyer_not: optimism_swap_Bytes + buyer_gt: optimism_swap_Bytes + buyer_lt: optimism_swap_Bytes + buyer_gte: optimism_swap_Bytes + buyer_lte: optimism_swap_Bytes + buyer_in: [optimism_swap_Bytes!] + buyer_not_in: [optimism_swap_Bytes!] + buyer_contains: optimism_swap_Bytes + buyer_not_contains: optimism_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -60018,16 +60456,16 @@ input polygon_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -60037,12 +60475,12 @@ input polygon_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapExchange_filter] - or: [polygon_swap_StableSwapExchange_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapExchange_filter] + or: [optimism_swap_StableSwapExchange_filter] } -enum polygon_swap_StableSwapExchange_orderBy { +enum optimism_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -60074,10 +60512,10 @@ enum polygon_swap_StableSwapExchange_orderBy { nonce } -type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { +type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + provider: optimism_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -60086,11 +60524,11 @@ type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableS balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapRemoveLiquidityEvent_filter { +input optimism_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -60119,17 +60557,17 @@ input polygon_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - provider: polygon_swap_Bytes - provider_not: polygon_swap_Bytes - provider_gt: polygon_swap_Bytes - provider_lt: polygon_swap_Bytes - provider_gte: polygon_swap_Bytes - provider_lte: polygon_swap_Bytes - provider_in: [polygon_swap_Bytes!] - provider_not_in: [polygon_swap_Bytes!] - provider_contains: polygon_swap_Bytes - provider_not_contains: polygon_swap_Bytes + stableSwap_: optimism_swap_StableSwap_filter + provider: optimism_swap_Bytes + provider_not: optimism_swap_Bytes + provider_gt: optimism_swap_Bytes + provider_lt: optimism_swap_Bytes + provider_gte: optimism_swap_Bytes + provider_lte: optimism_swap_Bytes + provider_in: [optimism_swap_Bytes!] + provider_not_in: [optimism_swap_Bytes!] + provider_contains: optimism_swap_Bytes + provider_not_contains: optimism_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -60188,16 +60626,16 @@ input polygon_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -60207,12 +60645,12 @@ input polygon_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] - or: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] } -enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -60244,7 +60682,7 @@ enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input polygon_swap_StableSwap_filter { +input optimism_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -60257,26 +60695,26 @@ input polygon_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: polygon_swap_Bytes - key_not: polygon_swap_Bytes - key_gt: polygon_swap_Bytes - key_lt: polygon_swap_Bytes - key_gte: polygon_swap_Bytes - key_lte: polygon_swap_Bytes - key_in: [polygon_swap_Bytes!] - key_not_in: [polygon_swap_Bytes!] - key_contains: polygon_swap_Bytes - key_not_contains: polygon_swap_Bytes - canonicalId: polygon_swap_Bytes - canonicalId_not: polygon_swap_Bytes - canonicalId_gt: polygon_swap_Bytes - canonicalId_lt: polygon_swap_Bytes - canonicalId_gte: polygon_swap_Bytes - canonicalId_lte: polygon_swap_Bytes - canonicalId_in: [polygon_swap_Bytes!] - canonicalId_not_in: [polygon_swap_Bytes!] - canonicalId_contains: polygon_swap_Bytes - canonicalId_not_contains: polygon_swap_Bytes + key: optimism_swap_Bytes + key_not: optimism_swap_Bytes + key_gt: optimism_swap_Bytes + key_lt: optimism_swap_Bytes + key_gte: optimism_swap_Bytes + key_lte: optimism_swap_Bytes + key_in: [optimism_swap_Bytes!] + key_not_in: [optimism_swap_Bytes!] + key_contains: optimism_swap_Bytes + key_not_contains: optimism_swap_Bytes + canonicalId: optimism_swap_Bytes + canonicalId_not: optimism_swap_Bytes + canonicalId_gt: optimism_swap_Bytes + canonicalId_lt: optimism_swap_Bytes + canonicalId_gte: optimism_swap_Bytes + canonicalId_lte: optimism_swap_Bytes + canonicalId_in: [optimism_swap_Bytes!] + canonicalId_not_in: [optimism_swap_Bytes!] + canonicalId_contains: optimism_swap_Bytes + canonicalId_not_contains: optimism_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -60285,26 +60723,26 @@ input polygon_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: polygon_swap_Bytes - swapPool_not: polygon_swap_Bytes - swapPool_gt: polygon_swap_Bytes - swapPool_lt: polygon_swap_Bytes - swapPool_gte: polygon_swap_Bytes - swapPool_lte: polygon_swap_Bytes - swapPool_in: [polygon_swap_Bytes!] - swapPool_not_in: [polygon_swap_Bytes!] - swapPool_contains: polygon_swap_Bytes - swapPool_not_contains: polygon_swap_Bytes - lpToken: polygon_swap_Bytes - lpToken_not: polygon_swap_Bytes - lpToken_gt: polygon_swap_Bytes - lpToken_lt: polygon_swap_Bytes - lpToken_gte: polygon_swap_Bytes - lpToken_lte: polygon_swap_Bytes - lpToken_in: [polygon_swap_Bytes!] - lpToken_not_in: [polygon_swap_Bytes!] - lpToken_contains: polygon_swap_Bytes - lpToken_not_contains: polygon_swap_Bytes + swapPool: optimism_swap_Bytes + swapPool_not: optimism_swap_Bytes + swapPool_gt: optimism_swap_Bytes + swapPool_lt: optimism_swap_Bytes + swapPool_gte: optimism_swap_Bytes + swapPool_lte: optimism_swap_Bytes + swapPool_in: [optimism_swap_Bytes!] + swapPool_not_in: [optimism_swap_Bytes!] + swapPool_contains: optimism_swap_Bytes + swapPool_not_contains: optimism_swap_Bytes + lpToken: optimism_swap_Bytes + lpToken_not: optimism_swap_Bytes + lpToken_gt: optimism_swap_Bytes + lpToken_lt: optimism_swap_Bytes + lpToken_gte: optimism_swap_Bytes + lpToken_lte: optimism_swap_Bytes + lpToken_in: [optimism_swap_Bytes!] + lpToken_not_in: [optimism_swap_Bytes!] + lpToken_contains: optimism_swap_Bytes + lpToken_not_contains: optimism_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -60353,12 +60791,12 @@ input polygon_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [polygon_swap_Bytes!] - pooledTokens_not: [polygon_swap_Bytes!] - pooledTokens_contains: [polygon_swap_Bytes!] - pooledTokens_contains_nocase: [polygon_swap_Bytes!] - pooledTokens_not_contains: [polygon_swap_Bytes!] - pooledTokens_not_contains_nocase: [polygon_swap_Bytes!] + pooledTokens: [optimism_swap_Bytes!] + pooledTokens_not: [optimism_swap_Bytes!] + pooledTokens_contains: [optimism_swap_Bytes!] + pooledTokens_contains_nocase: [optimism_swap_Bytes!] + pooledTokens_not_contains: [optimism_swap_Bytes!] + pooledTokens_not_contains_nocase: [optimism_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -60401,18 +60839,18 @@ input polygon_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: polygon_swap_StableSwapEvent_filter - exchanges_: polygon_swap_StableSwapExchange_filter - hourlyVolumes_: polygon_swap_SwapHourlyVolume_filter - dailyVolumes_: polygon_swap_SwapDailyVolume_filter - weeklyVolumes_: polygon_swap_SwapWeeklyVolume_filter + events_: optimism_swap_StableSwapEvent_filter + exchanges_: optimism_swap_StableSwapExchange_filter + hourlyVolumes_: optimism_swap_SwapHourlyVolume_filter + dailyVolumes_: optimism_swap_SwapDailyVolume_filter + weeklyVolumes_: optimism_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwap_filter] - or: [polygon_swap_StableSwap_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwap_filter] + or: [optimism_swap_StableSwap_filter] } -enum polygon_swap_StableSwap_orderBy { +enum optimism_swap_StableSwap_orderBy { id isActive key @@ -60440,14 +60878,14 @@ enum polygon_swap_StableSwap_orderBy { weeklyVolumes } -type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { +type optimism_swap_SwapDailyVolume implements optimism_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input polygon_swap_SwapDailyVolume_filter { +input optimism_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -60476,7 +60914,7 @@ input polygon_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -60485,21 +60923,21 @@ input polygon_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapDailyVolume_filter] - or: [polygon_swap_SwapDailyVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapDailyVolume_filter] + or: [optimism_swap_SwapDailyVolume_filter] } -enum polygon_swap_SwapDailyVolume_orderBy { +enum optimism_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -60522,14 +60960,14 @@ enum polygon_swap_SwapDailyVolume_orderBy { volume } -type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { +type optimism_swap_SwapHourlyVolume implements optimism_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input polygon_swap_SwapHourlyVolume_filter { +input optimism_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -60558,7 +60996,7 @@ input polygon_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -60567,21 +61005,21 @@ input polygon_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapHourlyVolume_filter] - or: [polygon_swap_SwapHourlyVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapHourlyVolume_filter] + or: [optimism_swap_SwapHourlyVolume_filter] } -enum polygon_swap_SwapHourlyVolume_orderBy { +enum optimism_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -60604,13 +61042,13 @@ enum polygon_swap_SwapHourlyVolume_orderBy { volume } -interface polygon_swap_SwapTradeVolume { - stableSwap: polygon_swap_StableSwap! +interface optimism_swap_SwapTradeVolume { + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input polygon_swap_SwapTradeVolume_filter { +input optimism_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -60631,7 +61069,7 @@ input polygon_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -60640,21 +61078,21 @@ input polygon_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapTradeVolume_filter] - or: [polygon_swap_SwapTradeVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapTradeVolume_filter] + or: [optimism_swap_SwapTradeVolume_filter] } -enum polygon_swap_SwapTradeVolume_orderBy { +enum optimism_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -60676,14 +61114,14 @@ enum polygon_swap_SwapTradeVolume_orderBy { volume } -type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { +type optimism_swap_SwapWeeklyVolume implements optimism_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input polygon_swap_SwapWeeklyVolume_filter { +input optimism_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -60712,7 +61150,7 @@ input polygon_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -60721,21 +61159,21 @@ input polygon_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapWeeklyVolume_filter] - or: [polygon_swap_SwapWeeklyVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapWeeklyVolume_filter] + or: [optimism_swap_SwapWeeklyVolume_filter] } -enum polygon_swap_SwapWeeklyVolume_orderBy { +enum optimism_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -60758,13 +61196,13 @@ enum polygon_swap_SwapWeeklyVolume_orderBy { volume } -type polygon_swap_SystemInfo { +type optimism_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input polygon_swap_SystemInfo_filter { +input optimism_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -60790,20 +61228,20 @@ input polygon_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SystemInfo_filter] - or: [polygon_swap_SystemInfo_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SystemInfo_filter] + or: [optimism_swap_SystemInfo_filter] } -enum polygon_swap_SystemInfo_orderBy { +enum optimism_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type polygon_swap__Block_ { +type optimism_swap__Block_ { """The hash of the block""" - hash: polygon_swap_Bytes + hash: optimism_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -60811,7 +61249,7 @@ type polygon_swap__Block_ { } """The type for the top-level _meta field""" -type polygon_swap__Meta_ { +type optimism_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -60819,50 +61257,50 @@ type polygon_swap__Meta_ { and therefore asks for the latest block """ - block: polygon_swap__Block_! + block: optimism_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar bnb_swap_BigDecimal +scalar arbitrumone_swap_BigDecimal -input bnb_swap_BlockChangedFilter { +input arbitrumone_swap_BlockChangedFilter { number_gte: Int! } -input bnb_swap_Block_height { - hash: bnb_swap_Bytes +input arbitrumone_swap_Block_height { + hash: arbitrumone_swap_Bytes number: Int number_gte: Int } -scalar bnb_swap_Bytes +scalar arbitrumone_swap_Bytes """ 8 bytes signed integer """ -scalar bnb_swap_Int8 +scalar arbitrumone_swap_Int8 -type bnb_swap_LpAccount { +type arbitrumone_swap_LpAccount { id: ID! - address: bnb_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpAccountBalance_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpAccountBalance_filter): [bnb_swap_LpAccountBalance!]! + address: arbitrumone_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpAccountBalance_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpAccountBalance_filter): [arbitrumone_swap_LpAccountBalance!]! } -type bnb_swap_LpAccountBalance { +type arbitrumone_swap_LpAccountBalance { id: ID! - account: bnb_swap_LpAccount! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! + account: arbitrumone_swap_LpAccount! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! block: BigInt modified: BigInt - transaction: bnb_swap_Bytes + transaction: arbitrumone_swap_Bytes } -input bnb_swap_LpAccountBalance_filter { +input arbitrumone_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -60891,7 +61329,7 @@ input bnb_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: bnb_swap_LpAccount_filter + account_: arbitrumone_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -60912,15 +61350,15 @@ input bnb_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: bnb_swap_LpToken_filter - amount: bnb_swap_BigDecimal - amount_not: bnb_swap_BigDecimal - amount_gt: bnb_swap_BigDecimal - amount_lt: bnb_swap_BigDecimal - amount_gte: bnb_swap_BigDecimal - amount_lte: bnb_swap_BigDecimal - amount_in: [bnb_swap_BigDecimal!] - amount_not_in: [bnb_swap_BigDecimal!] + token_: arbitrumone_swap_LpToken_filter + amount: arbitrumone_swap_BigDecimal + amount_not: arbitrumone_swap_BigDecimal + amount_gt: arbitrumone_swap_BigDecimal + amount_lt: arbitrumone_swap_BigDecimal + amount_gte: arbitrumone_swap_BigDecimal + amount_lte: arbitrumone_swap_BigDecimal + amount_in: [arbitrumone_swap_BigDecimal!] + amount_not_in: [arbitrumone_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -60937,23 +61375,23 @@ input bnb_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpAccountBalance_filter] - or: [bnb_swap_LpAccountBalance_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccountBalance_filter] + or: [arbitrumone_swap_LpAccountBalance_filter] } -enum bnb_swap_LpAccountBalance_orderBy { +enum arbitrumone_swap_LpAccountBalance_orderBy { id account account__id @@ -60971,7 +61409,7 @@ enum bnb_swap_LpAccountBalance_orderBy { transaction } -input bnb_swap_LpAccount_filter { +input arbitrumone_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -60980,51 +61418,51 @@ input bnb_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: bnb_swap_Bytes - address_not: bnb_swap_Bytes - address_gt: bnb_swap_Bytes - address_lt: bnb_swap_Bytes - address_gte: bnb_swap_Bytes - address_lte: bnb_swap_Bytes - address_in: [bnb_swap_Bytes!] - address_not_in: [bnb_swap_Bytes!] - address_contains: bnb_swap_Bytes - address_not_contains: bnb_swap_Bytes - balances_: bnb_swap_LpAccountBalance_filter + address: arbitrumone_swap_Bytes + address_not: arbitrumone_swap_Bytes + address_gt: arbitrumone_swap_Bytes + address_lt: arbitrumone_swap_Bytes + address_gte: arbitrumone_swap_Bytes + address_lte: arbitrumone_swap_Bytes + address_in: [arbitrumone_swap_Bytes!] + address_not_in: [arbitrumone_swap_Bytes!] + address_contains: arbitrumone_swap_Bytes + address_not_contains: arbitrumone_swap_Bytes + balances_: arbitrumone_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpAccount_filter] - or: [bnb_swap_LpAccount_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccount_filter] + or: [arbitrumone_swap_LpAccount_filter] } -enum bnb_swap_LpAccount_orderBy { +enum arbitrumone_swap_LpAccount_orderBy { id address balances } -type bnb_swap_LpToken { +type arbitrumone_swap_LpToken { id: ID! - address: bnb_swap_Bytes! - stableSwap: bnb_swap_StableSwap! + address: arbitrumone_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: bnb_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpTokenEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpTokenEvent_filter): [bnb_swap_LpTokenEvent!]! + totalSupply: arbitrumone_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpTokenEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpTokenEvent_filter): [arbitrumone_swap_LpTokenEvent!]! } -interface bnb_swap_LpTokenEvent { +interface arbitrumone_swap_LpTokenEvent { id: ID! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input bnb_swap_LpTokenEvent_filter { +input arbitrumone_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -61053,15 +61491,15 @@ input bnb_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: bnb_swap_LpToken_filter - amount: bnb_swap_BigDecimal - amount_not: bnb_swap_BigDecimal - amount_gt: bnb_swap_BigDecimal - amount_lt: bnb_swap_BigDecimal - amount_gte: bnb_swap_BigDecimal - amount_lte: bnb_swap_BigDecimal - amount_in: [bnb_swap_BigDecimal!] - amount_not_in: [bnb_swap_BigDecimal!] + token_: arbitrumone_swap_LpToken_filter + amount: arbitrumone_swap_BigDecimal + amount_not: arbitrumone_swap_BigDecimal + amount_gt: arbitrumone_swap_BigDecimal + amount_lt: arbitrumone_swap_BigDecimal + amount_gte: arbitrumone_swap_BigDecimal + amount_lte: arbitrumone_swap_BigDecimal + amount_in: [arbitrumone_swap_BigDecimal!] + amount_not_in: [arbitrumone_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -61078,16 +61516,16 @@ input bnb_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -61097,12 +61535,12 @@ input bnb_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpTokenEvent_filter] - or: [bnb_swap_LpTokenEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTokenEvent_filter] + or: [arbitrumone_swap_LpTokenEvent_filter] } -enum bnb_swap_LpTokenEvent_orderBy { +enum arbitrumone_swap_LpTokenEvent_orderBy { id token token__id @@ -61118,7 +61556,7 @@ enum bnb_swap_LpTokenEvent_orderBy { nonce } -input bnb_swap_LpToken_filter { +input arbitrumone_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -61127,16 +61565,16 @@ input bnb_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: bnb_swap_Bytes - address_not: bnb_swap_Bytes - address_gt: bnb_swap_Bytes - address_lt: bnb_swap_Bytes - address_gte: bnb_swap_Bytes - address_lte: bnb_swap_Bytes - address_in: [bnb_swap_Bytes!] - address_not_in: [bnb_swap_Bytes!] - address_contains: bnb_swap_Bytes - address_not_contains: bnb_swap_Bytes + address: arbitrumone_swap_Bytes + address_not: arbitrumone_swap_Bytes + address_gt: arbitrumone_swap_Bytes + address_lt: arbitrumone_swap_Bytes + address_gte: arbitrumone_swap_Bytes + address_lte: arbitrumone_swap_Bytes + address_in: [arbitrumone_swap_Bytes!] + address_not_in: [arbitrumone_swap_Bytes!] + address_contains: arbitrumone_swap_Bytes + address_not_contains: arbitrumone_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -61157,7 +61595,7 @@ input bnb_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -61206,22 +61644,22 @@ input bnb_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: bnb_swap_BigDecimal - totalSupply_not: bnb_swap_BigDecimal - totalSupply_gt: bnb_swap_BigDecimal - totalSupply_lt: bnb_swap_BigDecimal - totalSupply_gte: bnb_swap_BigDecimal - totalSupply_lte: bnb_swap_BigDecimal - totalSupply_in: [bnb_swap_BigDecimal!] - totalSupply_not_in: [bnb_swap_BigDecimal!] - events_: bnb_swap_LpTokenEvent_filter + totalSupply: arbitrumone_swap_BigDecimal + totalSupply_not: arbitrumone_swap_BigDecimal + totalSupply_gt: arbitrumone_swap_BigDecimal + totalSupply_lt: arbitrumone_swap_BigDecimal + totalSupply_gte: arbitrumone_swap_BigDecimal + totalSupply_lte: arbitrumone_swap_BigDecimal + totalSupply_in: [arbitrumone_swap_BigDecimal!] + totalSupply_not_in: [arbitrumone_swap_BigDecimal!] + events_: arbitrumone_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpToken_filter] - or: [bnb_swap_LpToken_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpToken_filter] + or: [arbitrumone_swap_LpToken_filter] } -enum bnb_swap_LpToken_orderBy { +enum arbitrumone_swap_LpToken_orderBy { id address stableSwap @@ -61248,21 +61686,21 @@ enum bnb_swap_LpToken_orderBy { events } -type bnb_swap_LpTransferEvent implements bnb_swap_LpTokenEvent { +type arbitrumone_swap_LpTransferEvent implements arbitrumone_swap_LpTokenEvent { id: ID! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! - from: bnb_swap_Bytes! - to: bnb_swap_Bytes! - fromBalance: bnb_swap_BigDecimal! - toBalance: bnb_swap_BigDecimal! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! + from: arbitrumone_swap_Bytes! + to: arbitrumone_swap_Bytes! + fromBalance: arbitrumone_swap_BigDecimal! + toBalance: arbitrumone_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input bnb_swap_LpTransferEvent_filter { +input arbitrumone_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -61291,51 +61729,51 @@ input bnb_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: bnb_swap_LpToken_filter - amount: bnb_swap_BigDecimal - amount_not: bnb_swap_BigDecimal - amount_gt: bnb_swap_BigDecimal - amount_lt: bnb_swap_BigDecimal - amount_gte: bnb_swap_BigDecimal - amount_lte: bnb_swap_BigDecimal - amount_in: [bnb_swap_BigDecimal!] - amount_not_in: [bnb_swap_BigDecimal!] - from: bnb_swap_Bytes - from_not: bnb_swap_Bytes - from_gt: bnb_swap_Bytes - from_lt: bnb_swap_Bytes - from_gte: bnb_swap_Bytes - from_lte: bnb_swap_Bytes - from_in: [bnb_swap_Bytes!] - from_not_in: [bnb_swap_Bytes!] - from_contains: bnb_swap_Bytes - from_not_contains: bnb_swap_Bytes - to: bnb_swap_Bytes - to_not: bnb_swap_Bytes - to_gt: bnb_swap_Bytes - to_lt: bnb_swap_Bytes - to_gte: bnb_swap_Bytes - to_lte: bnb_swap_Bytes - to_in: [bnb_swap_Bytes!] - to_not_in: [bnb_swap_Bytes!] - to_contains: bnb_swap_Bytes - to_not_contains: bnb_swap_Bytes - fromBalance: bnb_swap_BigDecimal - fromBalance_not: bnb_swap_BigDecimal - fromBalance_gt: bnb_swap_BigDecimal - fromBalance_lt: bnb_swap_BigDecimal - fromBalance_gte: bnb_swap_BigDecimal - fromBalance_lte: bnb_swap_BigDecimal - fromBalance_in: [bnb_swap_BigDecimal!] - fromBalance_not_in: [bnb_swap_BigDecimal!] - toBalance: bnb_swap_BigDecimal - toBalance_not: bnb_swap_BigDecimal - toBalance_gt: bnb_swap_BigDecimal - toBalance_lt: bnb_swap_BigDecimal - toBalance_gte: bnb_swap_BigDecimal - toBalance_lte: bnb_swap_BigDecimal - toBalance_in: [bnb_swap_BigDecimal!] - toBalance_not_in: [bnb_swap_BigDecimal!] + token_: arbitrumone_swap_LpToken_filter + amount: arbitrumone_swap_BigDecimal + amount_not: arbitrumone_swap_BigDecimal + amount_gt: arbitrumone_swap_BigDecimal + amount_lt: arbitrumone_swap_BigDecimal + amount_gte: arbitrumone_swap_BigDecimal + amount_lte: arbitrumone_swap_BigDecimal + amount_in: [arbitrumone_swap_BigDecimal!] + amount_not_in: [arbitrumone_swap_BigDecimal!] + from: arbitrumone_swap_Bytes + from_not: arbitrumone_swap_Bytes + from_gt: arbitrumone_swap_Bytes + from_lt: arbitrumone_swap_Bytes + from_gte: arbitrumone_swap_Bytes + from_lte: arbitrumone_swap_Bytes + from_in: [arbitrumone_swap_Bytes!] + from_not_in: [arbitrumone_swap_Bytes!] + from_contains: arbitrumone_swap_Bytes + from_not_contains: arbitrumone_swap_Bytes + to: arbitrumone_swap_Bytes + to_not: arbitrumone_swap_Bytes + to_gt: arbitrumone_swap_Bytes + to_lt: arbitrumone_swap_Bytes + to_gte: arbitrumone_swap_Bytes + to_lte: arbitrumone_swap_Bytes + to_in: [arbitrumone_swap_Bytes!] + to_not_in: [arbitrumone_swap_Bytes!] + to_contains: arbitrumone_swap_Bytes + to_not_contains: arbitrumone_swap_Bytes + fromBalance: arbitrumone_swap_BigDecimal + fromBalance_not: arbitrumone_swap_BigDecimal + fromBalance_gt: arbitrumone_swap_BigDecimal + fromBalance_lt: arbitrumone_swap_BigDecimal + fromBalance_gte: arbitrumone_swap_BigDecimal + fromBalance_lte: arbitrumone_swap_BigDecimal + fromBalance_in: [arbitrumone_swap_BigDecimal!] + fromBalance_not_in: [arbitrumone_swap_BigDecimal!] + toBalance: arbitrumone_swap_BigDecimal + toBalance_not: arbitrumone_swap_BigDecimal + toBalance_gt: arbitrumone_swap_BigDecimal + toBalance_lt: arbitrumone_swap_BigDecimal + toBalance_gte: arbitrumone_swap_BigDecimal + toBalance_lte: arbitrumone_swap_BigDecimal + toBalance_in: [arbitrumone_swap_BigDecimal!] + toBalance_not_in: [arbitrumone_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -61352,16 +61790,16 @@ input bnb_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -61371,12 +61809,12 @@ input bnb_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpTransferEvent_filter] - or: [bnb_swap_LpTransferEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTransferEvent_filter] + or: [arbitrumone_swap_LpTransferEvent_filter] } -enum bnb_swap_LpTransferEvent_orderBy { +enum arbitrumone_swap_LpTransferEvent_orderBy { id token token__id @@ -61397,17 +61835,17 @@ enum bnb_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum bnb_swap_OrderDirection { +enum arbitrumone_swap_OrderDirection { asc desc } -type bnb_swap_PooledToken { +type arbitrumone_swap_PooledToken { id: ID! - asset: bnb_swap_Bytes! + asset: arbitrumone_swap_Bytes! } -input bnb_swap_PooledToken_filter { +input arbitrumone_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -61416,59 +61854,59 @@ input bnb_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: bnb_swap_Bytes - asset_not: bnb_swap_Bytes - asset_gt: bnb_swap_Bytes - asset_lt: bnb_swap_Bytes - asset_gte: bnb_swap_Bytes - asset_lte: bnb_swap_Bytes - asset_in: [bnb_swap_Bytes!] - asset_not_in: [bnb_swap_Bytes!] - asset_contains: bnb_swap_Bytes - asset_not_contains: bnb_swap_Bytes + asset: arbitrumone_swap_Bytes + asset_not: arbitrumone_swap_Bytes + asset_gt: arbitrumone_swap_Bytes + asset_lt: arbitrumone_swap_Bytes + asset_gte: arbitrumone_swap_Bytes + asset_lte: arbitrumone_swap_Bytes + asset_in: [arbitrumone_swap_Bytes!] + asset_not_in: [arbitrumone_swap_Bytes!] + asset_contains: arbitrumone_swap_Bytes + asset_not_contains: arbitrumone_swap_Bytes """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_PooledToken_filter] - or: [bnb_swap_PooledToken_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_PooledToken_filter] + or: [arbitrumone_swap_PooledToken_filter] } -enum bnb_swap_PooledToken_orderBy { +enum arbitrumone_swap_PooledToken_orderBy { id asset } -type bnb_swap_StableSwap { +type arbitrumone_swap_StableSwap { id: ID! isActive: Boolean - key: bnb_swap_Bytes! - canonicalId: bnb_swap_Bytes + key: arbitrumone_swap_Bytes! + canonicalId: arbitrumone_swap_Bytes domain: BigInt - swapPool: bnb_swap_Bytes - lpToken: bnb_swap_Bytes + swapPool: arbitrumone_swap_Bytes + lpToken: arbitrumone_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [bnb_swap_Bytes!]! + pooledTokens: [arbitrumone_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapEvent_filter): [bnb_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapExchange_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapExchange_filter): [bnb_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapHourlyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapHourlyVolume_filter): [bnb_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapDailyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapDailyVolume_filter): [bnb_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapWeeklyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapWeeklyVolume_filter): [bnb_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapEvent_filter): [arbitrumone_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapExchange_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapExchange_filter): [arbitrumone_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapHourlyVolume_filter): [arbitrumone_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapDailyVolume_filter): [arbitrumone_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapWeeklyVolume_filter): [arbitrumone_swap_SwapWeeklyVolume!] } -type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { +type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_StableSwapEvent { id: ID! - stableSwap: bnb_swap_StableSwap! - provider: bnb_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + provider: arbitrumone_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -61477,11 +61915,11 @@ type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapAddLiquidityEvent_filter { +input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -61510,17 +61948,17 @@ input bnb_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - provider: bnb_swap_Bytes - provider_not: bnb_swap_Bytes - provider_gt: bnb_swap_Bytes - provider_lt: bnb_swap_Bytes - provider_gte: bnb_swap_Bytes - provider_lte: bnb_swap_Bytes - provider_in: [bnb_swap_Bytes!] - provider_not_in: [bnb_swap_Bytes!] - provider_contains: bnb_swap_Bytes - provider_not_contains: bnb_swap_Bytes + stableSwap_: arbitrumone_swap_StableSwap_filter + provider: arbitrumone_swap_Bytes + provider_not: arbitrumone_swap_Bytes + provider_gt: arbitrumone_swap_Bytes + provider_lt: arbitrumone_swap_Bytes + provider_gte: arbitrumone_swap_Bytes + provider_lte: arbitrumone_swap_Bytes + provider_in: [arbitrumone_swap_Bytes!] + provider_not_in: [arbitrumone_swap_Bytes!] + provider_contains: arbitrumone_swap_Bytes + provider_not_contains: arbitrumone_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -61579,16 +62017,16 @@ input bnb_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -61598,12 +62036,12 @@ input bnb_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapAddLiquidityEvent_filter] - or: [bnb_swap_StableSwapAddLiquidityEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] } -enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { +enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -61635,16 +62073,16 @@ enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface bnb_swap_StableSwapEvent { +interface arbitrumone_swap_StableSwapEvent { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapEvent_filter { +input arbitrumone_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -61673,7 +62111,7 @@ input bnb_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -61690,16 +62128,16 @@ input bnb_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -61709,12 +62147,12 @@ input bnb_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapEvent_filter] - or: [bnb_swap_StableSwapEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapEvent_filter] + or: [arbitrumone_swap_StableSwapEvent_filter] } -enum bnb_swap_StableSwapEvent_orderBy { +enum arbitrumone_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -61739,10 +62177,10 @@ enum bnb_swap_StableSwapEvent_orderBy { nonce } -type bnb_swap_StableSwapExchange { +type arbitrumone_swap_StableSwapExchange { id: ID! - stableSwap: bnb_swap_StableSwap! - buyer: bnb_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + buyer: arbitrumone_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -61751,11 +62189,11 @@ type bnb_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapExchange_filter { +input arbitrumone_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -61784,17 +62222,17 @@ input bnb_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - buyer: bnb_swap_Bytes - buyer_not: bnb_swap_Bytes - buyer_gt: bnb_swap_Bytes - buyer_lt: bnb_swap_Bytes - buyer_gte: bnb_swap_Bytes - buyer_lte: bnb_swap_Bytes - buyer_in: [bnb_swap_Bytes!] - buyer_not_in: [bnb_swap_Bytes!] - buyer_contains: bnb_swap_Bytes - buyer_not_contains: bnb_swap_Bytes + stableSwap_: arbitrumone_swap_StableSwap_filter + buyer: arbitrumone_swap_Bytes + buyer_not: arbitrumone_swap_Bytes + buyer_gt: arbitrumone_swap_Bytes + buyer_lt: arbitrumone_swap_Bytes + buyer_gte: arbitrumone_swap_Bytes + buyer_lte: arbitrumone_swap_Bytes + buyer_in: [arbitrumone_swap_Bytes!] + buyer_not_in: [arbitrumone_swap_Bytes!] + buyer_contains: arbitrumone_swap_Bytes + buyer_not_contains: arbitrumone_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -61857,16 +62295,16 @@ input bnb_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -61876,12 +62314,12 @@ input bnb_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapExchange_filter] - or: [bnb_swap_StableSwapExchange_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapExchange_filter] + or: [arbitrumone_swap_StableSwapExchange_filter] } -enum bnb_swap_StableSwapExchange_orderBy { +enum arbitrumone_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -61913,10 +62351,10 @@ enum bnb_swap_StableSwapExchange_orderBy { nonce } -type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent { +type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { id: ID! - stableSwap: bnb_swap_StableSwap! - provider: bnb_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + provider: arbitrumone_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -61925,11 +62363,11 @@ type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapRemoveLiquidityEvent_filter { +input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -61958,17 +62396,17 @@ input bnb_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - provider: bnb_swap_Bytes - provider_not: bnb_swap_Bytes - provider_gt: bnb_swap_Bytes - provider_lt: bnb_swap_Bytes - provider_gte: bnb_swap_Bytes - provider_lte: bnb_swap_Bytes - provider_in: [bnb_swap_Bytes!] - provider_not_in: [bnb_swap_Bytes!] - provider_contains: bnb_swap_Bytes - provider_not_contains: bnb_swap_Bytes + stableSwap_: arbitrumone_swap_StableSwap_filter + provider: arbitrumone_swap_Bytes + provider_not: arbitrumone_swap_Bytes + provider_gt: arbitrumone_swap_Bytes + provider_lt: arbitrumone_swap_Bytes + provider_gte: arbitrumone_swap_Bytes + provider_lte: arbitrumone_swap_Bytes + provider_in: [arbitrumone_swap_Bytes!] + provider_not_in: [arbitrumone_swap_Bytes!] + provider_contains: arbitrumone_swap_Bytes + provider_not_contains: arbitrumone_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -62027,16 +62465,16 @@ input bnb_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -62046,12 +62484,12 @@ input bnb_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] - or: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] } -enum bnb_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -62083,7 +62521,7 @@ enum bnb_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input bnb_swap_StableSwap_filter { +input arbitrumone_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -62096,26 +62534,26 @@ input bnb_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: bnb_swap_Bytes - key_not: bnb_swap_Bytes - key_gt: bnb_swap_Bytes - key_lt: bnb_swap_Bytes - key_gte: bnb_swap_Bytes - key_lte: bnb_swap_Bytes - key_in: [bnb_swap_Bytes!] - key_not_in: [bnb_swap_Bytes!] - key_contains: bnb_swap_Bytes - key_not_contains: bnb_swap_Bytes - canonicalId: bnb_swap_Bytes - canonicalId_not: bnb_swap_Bytes - canonicalId_gt: bnb_swap_Bytes - canonicalId_lt: bnb_swap_Bytes - canonicalId_gte: bnb_swap_Bytes - canonicalId_lte: bnb_swap_Bytes - canonicalId_in: [bnb_swap_Bytes!] - canonicalId_not_in: [bnb_swap_Bytes!] - canonicalId_contains: bnb_swap_Bytes - canonicalId_not_contains: bnb_swap_Bytes + key: arbitrumone_swap_Bytes + key_not: arbitrumone_swap_Bytes + key_gt: arbitrumone_swap_Bytes + key_lt: arbitrumone_swap_Bytes + key_gte: arbitrumone_swap_Bytes + key_lte: arbitrumone_swap_Bytes + key_in: [arbitrumone_swap_Bytes!] + key_not_in: [arbitrumone_swap_Bytes!] + key_contains: arbitrumone_swap_Bytes + key_not_contains: arbitrumone_swap_Bytes + canonicalId: arbitrumone_swap_Bytes + canonicalId_not: arbitrumone_swap_Bytes + canonicalId_gt: arbitrumone_swap_Bytes + canonicalId_lt: arbitrumone_swap_Bytes + canonicalId_gte: arbitrumone_swap_Bytes + canonicalId_lte: arbitrumone_swap_Bytes + canonicalId_in: [arbitrumone_swap_Bytes!] + canonicalId_not_in: [arbitrumone_swap_Bytes!] + canonicalId_contains: arbitrumone_swap_Bytes + canonicalId_not_contains: arbitrumone_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -62124,26 +62562,26 @@ input bnb_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: bnb_swap_Bytes - swapPool_not: bnb_swap_Bytes - swapPool_gt: bnb_swap_Bytes - swapPool_lt: bnb_swap_Bytes - swapPool_gte: bnb_swap_Bytes - swapPool_lte: bnb_swap_Bytes - swapPool_in: [bnb_swap_Bytes!] - swapPool_not_in: [bnb_swap_Bytes!] - swapPool_contains: bnb_swap_Bytes - swapPool_not_contains: bnb_swap_Bytes - lpToken: bnb_swap_Bytes - lpToken_not: bnb_swap_Bytes - lpToken_gt: bnb_swap_Bytes - lpToken_lt: bnb_swap_Bytes - lpToken_gte: bnb_swap_Bytes - lpToken_lte: bnb_swap_Bytes - lpToken_in: [bnb_swap_Bytes!] - lpToken_not_in: [bnb_swap_Bytes!] - lpToken_contains: bnb_swap_Bytes - lpToken_not_contains: bnb_swap_Bytes + swapPool: arbitrumone_swap_Bytes + swapPool_not: arbitrumone_swap_Bytes + swapPool_gt: arbitrumone_swap_Bytes + swapPool_lt: arbitrumone_swap_Bytes + swapPool_gte: arbitrumone_swap_Bytes + swapPool_lte: arbitrumone_swap_Bytes + swapPool_in: [arbitrumone_swap_Bytes!] + swapPool_not_in: [arbitrumone_swap_Bytes!] + swapPool_contains: arbitrumone_swap_Bytes + swapPool_not_contains: arbitrumone_swap_Bytes + lpToken: arbitrumone_swap_Bytes + lpToken_not: arbitrumone_swap_Bytes + lpToken_gt: arbitrumone_swap_Bytes + lpToken_lt: arbitrumone_swap_Bytes + lpToken_gte: arbitrumone_swap_Bytes + lpToken_lte: arbitrumone_swap_Bytes + lpToken_in: [arbitrumone_swap_Bytes!] + lpToken_not_in: [arbitrumone_swap_Bytes!] + lpToken_contains: arbitrumone_swap_Bytes + lpToken_not_contains: arbitrumone_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -62192,12 +62630,12 @@ input bnb_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [bnb_swap_Bytes!] - pooledTokens_not: [bnb_swap_Bytes!] - pooledTokens_contains: [bnb_swap_Bytes!] - pooledTokens_contains_nocase: [bnb_swap_Bytes!] - pooledTokens_not_contains: [bnb_swap_Bytes!] - pooledTokens_not_contains_nocase: [bnb_swap_Bytes!] + pooledTokens: [arbitrumone_swap_Bytes!] + pooledTokens_not: [arbitrumone_swap_Bytes!] + pooledTokens_contains: [arbitrumone_swap_Bytes!] + pooledTokens_contains_nocase: [arbitrumone_swap_Bytes!] + pooledTokens_not_contains: [arbitrumone_swap_Bytes!] + pooledTokens_not_contains_nocase: [arbitrumone_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -62240,18 +62678,18 @@ input bnb_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: bnb_swap_StableSwapEvent_filter - exchanges_: bnb_swap_StableSwapExchange_filter - hourlyVolumes_: bnb_swap_SwapHourlyVolume_filter - dailyVolumes_: bnb_swap_SwapDailyVolume_filter - weeklyVolumes_: bnb_swap_SwapWeeklyVolume_filter + events_: arbitrumone_swap_StableSwapEvent_filter + exchanges_: arbitrumone_swap_StableSwapExchange_filter + hourlyVolumes_: arbitrumone_swap_SwapHourlyVolume_filter + dailyVolumes_: arbitrumone_swap_SwapDailyVolume_filter + weeklyVolumes_: arbitrumone_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwap_filter] - or: [bnb_swap_StableSwap_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwap_filter] + or: [arbitrumone_swap_StableSwap_filter] } -enum bnb_swap_StableSwap_orderBy { +enum arbitrumone_swap_StableSwap_orderBy { id isActive key @@ -62279,14 +62717,14 @@ enum bnb_swap_StableSwap_orderBy { weeklyVolumes } -type bnb_swap_SwapDailyVolume implements bnb_swap_SwapTradeVolume { +type arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input bnb_swap_SwapDailyVolume_filter { +input arbitrumone_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -62315,7 +62753,7 @@ input bnb_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62324,21 +62762,21 @@ input bnb_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapDailyVolume_filter] - or: [bnb_swap_SwapDailyVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapDailyVolume_filter] + or: [arbitrumone_swap_SwapDailyVolume_filter] } -enum bnb_swap_SwapDailyVolume_orderBy { +enum arbitrumone_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -62361,14 +62799,14 @@ enum bnb_swap_SwapDailyVolume_orderBy { volume } -type bnb_swap_SwapHourlyVolume implements bnb_swap_SwapTradeVolume { +type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input bnb_swap_SwapHourlyVolume_filter { +input arbitrumone_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -62397,7 +62835,7 @@ input bnb_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62406,21 +62844,21 @@ input bnb_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapHourlyVolume_filter] - or: [bnb_swap_SwapHourlyVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapHourlyVolume_filter] + or: [arbitrumone_swap_SwapHourlyVolume_filter] } -enum bnb_swap_SwapHourlyVolume_orderBy { +enum arbitrumone_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -62443,13 +62881,13 @@ enum bnb_swap_SwapHourlyVolume_orderBy { volume } -interface bnb_swap_SwapTradeVolume { - stableSwap: bnb_swap_StableSwap! +interface arbitrumone_swap_SwapTradeVolume { + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input bnb_swap_SwapTradeVolume_filter { +input arbitrumone_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -62470,7 +62908,7 @@ input bnb_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62479,21 +62917,21 @@ input bnb_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapTradeVolume_filter] - or: [bnb_swap_SwapTradeVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapTradeVolume_filter] + or: [arbitrumone_swap_SwapTradeVolume_filter] } -enum bnb_swap_SwapTradeVolume_orderBy { +enum arbitrumone_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -62515,14 +62953,14 @@ enum bnb_swap_SwapTradeVolume_orderBy { volume } -type bnb_swap_SwapWeeklyVolume implements bnb_swap_SwapTradeVolume { +type arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input bnb_swap_SwapWeeklyVolume_filter { +input arbitrumone_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -62551,7 +62989,7 @@ input bnb_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62560,21 +62998,21 @@ input bnb_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapWeeklyVolume_filter] - or: [bnb_swap_SwapWeeklyVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapWeeklyVolume_filter] + or: [arbitrumone_swap_SwapWeeklyVolume_filter] } -enum bnb_swap_SwapWeeklyVolume_orderBy { +enum arbitrumone_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -62597,13 +63035,13 @@ enum bnb_swap_SwapWeeklyVolume_orderBy { volume } -type bnb_swap_SystemInfo { +type arbitrumone_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input bnb_swap_SystemInfo_filter { +input arbitrumone_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -62629,20 +63067,20 @@ input bnb_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SystemInfo_filter] - or: [bnb_swap_SystemInfo_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SystemInfo_filter] + or: [arbitrumone_swap_SystemInfo_filter] } -enum bnb_swap_SystemInfo_orderBy { +enum arbitrumone_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type bnb_swap__Block_ { +type arbitrumone_swap__Block_ { """The hash of the block""" - hash: bnb_swap_Bytes + hash: arbitrumone_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -62650,7 +63088,7 @@ type bnb_swap__Block_ { } """The type for the top-level _meta field""" -type bnb_swap__Meta_ { +type arbitrumone_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -62658,20 +63096,50 @@ type bnb_swap__Meta_ { and therefore asks for the latest block """ - block: bnb_swap__Block_! + block: arbitrumone_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type lineagoerli_AggregateRoot { +scalar polygon_swap_BigDecimal + +input polygon_swap_BlockChangedFilter { + number_gte: Int! +} + +input polygon_swap_Block_height { + hash: polygon_swap_Bytes + number: Int + number_gte: Int +} + +scalar polygon_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar polygon_swap_Int8 + +type polygon_swap_LpAccount { id: ID! - root: lineagoerli_Bytes! - blockNumber: BigInt! + address: polygon_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpAccountBalance_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpAccountBalance_filter): [polygon_swap_LpAccountBalance!]! } -input lineagoerli_AggregateRoot_filter { +type polygon_swap_LpAccountBalance { + id: ID! + account: polygon_swap_LpAccount! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: polygon_swap_Bytes +} + +input polygon_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -62680,54 +63148,107 @@ input lineagoerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: lineagoerli_Bytes - root_not: lineagoerli_Bytes - root_in: [lineagoerli_Bytes!] - root_not_in: [lineagoerli_Bytes!] - root_contains: lineagoerli_Bytes - root_not_contains: lineagoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: polygon_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccountBalance_filter] + or: [polygon_swap_LpAccountBalance_filter] } -enum lineagoerli_AggregateRoot_orderBy { +enum polygon_swap_LpAccountBalance_orderBy { id - root - blockNumber -} - -type lineagoerli_Asset { - id: ID! - key: lineagoerli_Bytes - decimal: BigInt - canonicalId: lineagoerli_Bytes - canonicalDomain: BigInt - adoptedAsset: lineagoerli_Bytes - localAsset: lineagoerli_Bytes - blockNumber: BigInt - status: lineagoerli_AssetStatus -} - -type lineagoerli_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: lineagoerli_Router! - asset: lineagoerli_Asset! - feesEarned: BigInt! + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input lineagoerli_AssetBalance_filter { +input polygon_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -62736,109 +63257,51 @@ input lineagoerli_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - locked: BigInt - locked_not: BigInt - locked_gt: BigInt - locked_lt: BigInt - locked_gte: BigInt - locked_lte: BigInt - locked_in: [BigInt!] - locked_not_in: [BigInt!] - supplied: BigInt - supplied_not: BigInt - supplied_gt: BigInt - supplied_lt: BigInt - supplied_gte: BigInt - supplied_lte: BigInt - supplied_in: [BigInt!] - supplied_not_in: [BigInt!] - removed: BigInt - removed_not: BigInt - removed_gt: BigInt - removed_lt: BigInt - removed_gte: BigInt - removed_lte: BigInt - removed_in: [BigInt!] - removed_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: lineagoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + address: polygon_swap_Bytes + address_not: polygon_swap_Bytes + address_gt: polygon_swap_Bytes + address_lt: polygon_swap_Bytes + address_gte: polygon_swap_Bytes + address_lte: polygon_swap_Bytes + address_in: [polygon_swap_Bytes!] + address_not_in: [polygon_swap_Bytes!] + address_contains: polygon_swap_Bytes + address_not_contains: polygon_swap_Bytes + balances_: polygon_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccount_filter] + or: [polygon_swap_LpAccount_filter] } -enum lineagoerli_AssetBalance_orderBy { +enum polygon_swap_LpAccount_orderBy { id - amount - locked - supplied - removed - router - asset - feesEarned + address + balances } -type lineagoerli_AssetStatus { +type polygon_swap_LpToken { id: ID! - status: Boolean + address: polygon_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: polygon_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpTokenEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpTokenEvent_filter): [polygon_swap_LpTokenEvent!]! } -input lineagoerli_AssetStatus_filter { +interface polygon_swap_LpTokenEvent { + id: ID! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! +} + +input polygon_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -62847,20 +63310,92 @@ input lineagoerli_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTokenEvent_filter] + or: [polygon_swap_LpTokenEvent_filter] } -enum lineagoerli_AssetStatus_orderBy { +enum polygon_swap_LpTokenEvent_orderBy { id - status + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -input lineagoerli_Asset_filter { +input polygon_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -62869,115 +63404,142 @@ input lineagoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: lineagoerli_Bytes - key_not: lineagoerli_Bytes - key_in: [lineagoerli_Bytes!] - key_not_in: [lineagoerli_Bytes!] - key_contains: lineagoerli_Bytes - key_not_contains: lineagoerli_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - canonicalId: lineagoerli_Bytes - canonicalId_not: lineagoerli_Bytes - canonicalId_in: [lineagoerli_Bytes!] - canonicalId_not_in: [lineagoerli_Bytes!] - canonicalId_contains: lineagoerli_Bytes - canonicalId_not_contains: lineagoerli_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: lineagoerli_Bytes - adoptedAsset_not: lineagoerli_Bytes - adoptedAsset_in: [lineagoerli_Bytes!] - adoptedAsset_not_in: [lineagoerli_Bytes!] - adoptedAsset_contains: lineagoerli_Bytes - adoptedAsset_not_contains: lineagoerli_Bytes - localAsset: lineagoerli_Bytes - localAsset_not: lineagoerli_Bytes - localAsset_in: [lineagoerli_Bytes!] - localAsset_not_in: [lineagoerli_Bytes!] - localAsset_contains: lineagoerli_Bytes - localAsset_not_contains: lineagoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: lineagoerli_AssetStatus_filter - """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter -} - -enum lineagoerli_Asset_orderBy { - id - key - decimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status -} - -scalar lineagoerli_BigDecimal - -input lineagoerli_BlockChangedFilter { - number_gte: Int! -} - -input lineagoerli_Block_height { - hash: lineagoerli_Bytes - number: Int - number_gte: Int -} - -scalar lineagoerli_Bytes - -type lineagoerli_ConnectorMeta { + address: polygon_swap_Bytes + address_not: polygon_swap_Bytes + address_gt: polygon_swap_Bytes + address_lt: polygon_swap_Bytes + address_gte: polygon_swap_Bytes + address_lte: polygon_swap_Bytes + address_in: [polygon_swap_Bytes!] + address_not_in: [polygon_swap_Bytes!] + address_contains: polygon_swap_Bytes + address_not_contains: polygon_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: polygon_swap_BigDecimal + totalSupply_not: polygon_swap_BigDecimal + totalSupply_gt: polygon_swap_BigDecimal + totalSupply_lt: polygon_swap_BigDecimal + totalSupply_gte: polygon_swap_BigDecimal + totalSupply_lte: polygon_swap_BigDecimal + totalSupply_in: [polygon_swap_BigDecimal!] + totalSupply_not_in: [polygon_swap_BigDecimal!] + events_: polygon_swap_LpTokenEvent_filter + """Filter for the block changed event.""" + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpToken_filter] + or: [polygon_swap_LpToken_filter] +} + +enum polygon_swap_LpToken_orderBy { + id + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events +} + +type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: lineagoerli_Bytes - rootManager: lineagoerli_Bytes - mirrorConnector: lineagoerli_Bytes + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! + from: polygon_swap_Bytes! + to: polygon_swap_Bytes! + fromBalance: polygon_swap_BigDecimal! + toBalance: polygon_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input lineagoerli_ConnectorMeta_filter { +input polygon_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -62986,95 +63548,143 @@ input lineagoerli_ConnectorMeta_filter { 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: lineagoerli_Bytes - amb_not: lineagoerli_Bytes - amb_in: [lineagoerli_Bytes!] - amb_not_in: [lineagoerli_Bytes!] - amb_contains: lineagoerli_Bytes - amb_not_contains: lineagoerli_Bytes - rootManager: lineagoerli_Bytes - rootManager_not: lineagoerli_Bytes - rootManager_in: [lineagoerli_Bytes!] - rootManager_not_in: [lineagoerli_Bytes!] - rootManager_contains: lineagoerli_Bytes - rootManager_not_contains: lineagoerli_Bytes - mirrorConnector: lineagoerli_Bytes - mirrorConnector_not: lineagoerli_Bytes - mirrorConnector_in: [lineagoerli_Bytes!] - mirrorConnector_not_in: [lineagoerli_Bytes!] - mirrorConnector_contains: lineagoerli_Bytes - mirrorConnector_not_contains: lineagoerli_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] + from: polygon_swap_Bytes + from_not: polygon_swap_Bytes + from_gt: polygon_swap_Bytes + from_lt: polygon_swap_Bytes + from_gte: polygon_swap_Bytes + from_lte: polygon_swap_Bytes + from_in: [polygon_swap_Bytes!] + from_not_in: [polygon_swap_Bytes!] + from_contains: polygon_swap_Bytes + from_not_contains: polygon_swap_Bytes + to: polygon_swap_Bytes + to_not: polygon_swap_Bytes + to_gt: polygon_swap_Bytes + to_lt: polygon_swap_Bytes + to_gte: polygon_swap_Bytes + to_lte: polygon_swap_Bytes + to_in: [polygon_swap_Bytes!] + to_not_in: [polygon_swap_Bytes!] + to_contains: polygon_swap_Bytes + to_not_contains: polygon_swap_Bytes + fromBalance: polygon_swap_BigDecimal + fromBalance_not: polygon_swap_BigDecimal + fromBalance_gt: polygon_swap_BigDecimal + fromBalance_lt: polygon_swap_BigDecimal + fromBalance_gte: polygon_swap_BigDecimal + fromBalance_lte: polygon_swap_BigDecimal + fromBalance_in: [polygon_swap_BigDecimal!] + fromBalance_not_in: [polygon_swap_BigDecimal!] + toBalance: polygon_swap_BigDecimal + toBalance_not: polygon_swap_BigDecimal + toBalance_gt: polygon_swap_BigDecimal + toBalance_lt: polygon_swap_BigDecimal + toBalance_gte: polygon_swap_BigDecimal + toBalance_lte: polygon_swap_BigDecimal + toBalance_in: [polygon_swap_BigDecimal!] + toBalance_not_in: [polygon_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTransferEvent_filter] + or: [polygon_swap_LpTransferEvent_filter] } -enum lineagoerli_ConnectorMeta_orderBy { +enum polygon_swap_LpTransferEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -type lineagoerli_DestinationTransfer { +"""Defines the order direction, either ascending or descending""" +enum polygon_swap_OrderDirection { + asc + desc +} + +type polygon_swap_PooledToken { id: ID! - chainId: BigInt - transferId: lineagoerli_Bytes - nonce: BigInt - status: lineagoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_Router_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_Router_filter): [lineagoerli_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: lineagoerli_Bytes - delegate: lineagoerli_Bytes - receiveLocal: Boolean - callData: lineagoerli_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: lineagoerli_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: lineagoerli_Bytes - asset: lineagoerli_Asset - amount: BigInt - routersFee: BigInt - executedCaller: lineagoerli_Bytes - executedTransactionHash: lineagoerli_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: lineagoerli_Bytes - executedTxNonce: BigInt - reconciledCaller: lineagoerli_Bytes - reconciledTransactionHash: lineagoerli_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: lineagoerli_Bytes - reconciledTxNonce: BigInt + asset: polygon_swap_Bytes! } -input lineagoerli_DestinationTransfer_filter { +input polygon_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -63083,347 +63693,72 @@ input lineagoerli_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: lineagoerli_Bytes - transferId_not: lineagoerli_Bytes - transferId_in: [lineagoerli_Bytes!] - transferId_not_in: [lineagoerli_Bytes!] - transferId_contains: lineagoerli_Bytes - transferId_not_contains: lineagoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: lineagoerli_TransferStatus - status_not: lineagoerli_TransferStatus - status_in: [lineagoerli_TransferStatus!] - status_not_in: [lineagoerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: lineagoerli_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: lineagoerli_Bytes - to_not: lineagoerli_Bytes - to_in: [lineagoerli_Bytes!] - to_not_in: [lineagoerli_Bytes!] - to_contains: lineagoerli_Bytes - to_not_contains: lineagoerli_Bytes - delegate: lineagoerli_Bytes - delegate_not: lineagoerli_Bytes - delegate_in: [lineagoerli_Bytes!] - delegate_not_in: [lineagoerli_Bytes!] - delegate_contains: lineagoerli_Bytes - delegate_not_contains: lineagoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: lineagoerli_Bytes - callData_not: lineagoerli_Bytes - callData_in: [lineagoerli_Bytes!] - callData_not_in: [lineagoerli_Bytes!] - callData_contains: lineagoerli_Bytes - callData_not_contains: lineagoerli_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: lineagoerli_Bytes - originSender_not: lineagoerli_Bytes - originSender_in: [lineagoerli_Bytes!] - originSender_not_in: [lineagoerli_Bytes!] - originSender_contains: lineagoerli_Bytes - originSender_not_contains: lineagoerli_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: lineagoerli_Bytes - canonicalId_not: lineagoerli_Bytes - canonicalId_in: [lineagoerli_Bytes!] - canonicalId_not_in: [lineagoerli_Bytes!] - canonicalId_contains: lineagoerli_Bytes - canonicalId_not_contains: lineagoerli_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: lineagoerli_Bytes - executedCaller_not: lineagoerli_Bytes - executedCaller_in: [lineagoerli_Bytes!] - executedCaller_not_in: [lineagoerli_Bytes!] - executedCaller_contains: lineagoerli_Bytes - executedCaller_not_contains: lineagoerli_Bytes - executedTransactionHash: lineagoerli_Bytes - executedTransactionHash_not: lineagoerli_Bytes - executedTransactionHash_in: [lineagoerli_Bytes!] - executedTransactionHash_not_in: [lineagoerli_Bytes!] - executedTransactionHash_contains: lineagoerli_Bytes - executedTransactionHash_not_contains: lineagoerli_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: lineagoerli_Bytes - executedTxOrigin_not: lineagoerli_Bytes - executedTxOrigin_in: [lineagoerli_Bytes!] - executedTxOrigin_not_in: [lineagoerli_Bytes!] - executedTxOrigin_contains: lineagoerli_Bytes - executedTxOrigin_not_contains: lineagoerli_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: lineagoerli_Bytes - reconciledCaller_not: lineagoerli_Bytes - reconciledCaller_in: [lineagoerli_Bytes!] - reconciledCaller_not_in: [lineagoerli_Bytes!] - reconciledCaller_contains: lineagoerli_Bytes - reconciledCaller_not_contains: lineagoerli_Bytes - reconciledTransactionHash: lineagoerli_Bytes - reconciledTransactionHash_not: lineagoerli_Bytes - reconciledTransactionHash_in: [lineagoerli_Bytes!] - reconciledTransactionHash_not_in: [lineagoerli_Bytes!] - reconciledTransactionHash_contains: lineagoerli_Bytes - reconciledTransactionHash_not_contains: lineagoerli_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: lineagoerli_Bytes - reconciledTxOrigin_not: lineagoerli_Bytes - reconciledTxOrigin_in: [lineagoerli_Bytes!] - reconciledTxOrigin_not_in: [lineagoerli_Bytes!] - reconciledTxOrigin_contains: lineagoerli_Bytes - reconciledTxOrigin_not_contains: lineagoerli_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + asset: polygon_swap_Bytes + asset_not: polygon_swap_Bytes + asset_gt: polygon_swap_Bytes + asset_lt: polygon_swap_Bytes + asset_gte: polygon_swap_Bytes + asset_lte: polygon_swap_Bytes + asset_in: [polygon_swap_Bytes!] + asset_not_in: [polygon_swap_Bytes!] + asset_contains: polygon_swap_Bytes + asset_not_contains: polygon_swap_Bytes """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_PooledToken_filter] + or: [polygon_swap_PooledToken_filter] } -enum lineagoerli_DestinationTransfer_orderBy { +enum polygon_swap_PooledToken_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId asset - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce } -"""Defines the order direction, either ascending or descending""" -enum lineagoerli_OrderDirection { - asc - desc +type polygon_swap_StableSwap { + id: ID! + isActive: Boolean + key: polygon_swap_Bytes! + canonicalId: polygon_swap_Bytes + domain: BigInt + swapPool: polygon_swap_Bytes + lpToken: polygon_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [polygon_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapEvent_filter): [polygon_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapExchange_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapExchange_filter): [polygon_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapHourlyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapHourlyVolume_filter): [polygon_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapDailyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapDailyVolume_filter): [polygon_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapWeeklyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapWeeklyVolume_filter): [polygon_swap_SwapWeeklyVolume!] } -type lineagoerli_OriginMessage { +type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { id: ID! - transferId: lineagoerli_Bytes - destinationDomain: BigInt - leaf: lineagoerli_Bytes - index: BigInt - message: lineagoerli_Bytes - root: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - blockNumber: BigInt - rootCount: lineagoerli_RootCount + stableSwap: polygon_swap_StableSwap! + provider: polygon_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input lineagoerli_OriginMessage_filter { +input polygon_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -63432,134 +63767,161 @@ input lineagoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: lineagoerli_Bytes - transferId_not: lineagoerli_Bytes - transferId_in: [lineagoerli_Bytes!] - transferId_not_in: [lineagoerli_Bytes!] - transferId_contains: lineagoerli_Bytes - transferId_not_contains: lineagoerli_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: lineagoerli_Bytes - leaf_not: lineagoerli_Bytes - leaf_in: [lineagoerli_Bytes!] - leaf_not_in: [lineagoerli_Bytes!] - leaf_contains: lineagoerli_Bytes - leaf_not_contains: lineagoerli_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: lineagoerli_Bytes - message_not: lineagoerli_Bytes - message_in: [lineagoerli_Bytes!] - message_not_in: [lineagoerli_Bytes!] - message_contains: lineagoerli_Bytes - message_not_contains: lineagoerli_Bytes - root: lineagoerli_Bytes - root_not: lineagoerli_Bytes - root_in: [lineagoerli_Bytes!] - root_not_in: [lineagoerli_Bytes!] - root_contains: lineagoerli_Bytes - root_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: lineagoerli_RootCount_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter + provider: polygon_swap_Bytes + provider_not: polygon_swap_Bytes + provider_gt: polygon_swap_Bytes + provider_lt: polygon_swap_Bytes + provider_gte: polygon_swap_Bytes + provider_lte: polygon_swap_Bytes + provider_in: [polygon_swap_Bytes!] + provider_not_in: [polygon_swap_Bytes!] + provider_contains: polygon_swap_Bytes + provider_not_contains: polygon_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapAddLiquidityEvent_filter] + or: [polygon_swap_StableSwapAddLiquidityEvent_filter] } -enum lineagoerli_OriginMessage_orderBy { +enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type lineagoerli_OriginTransfer { +interface polygon_swap_StableSwapEvent { id: ID! - chainId: BigInt - transferId: lineagoerli_Bytes - nonce: BigInt - status: lineagoerli_TransferStatus - messageHash: lineagoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: lineagoerli_Bytes - delegate: lineagoerli_Bytes - receiveLocal: Boolean - callData: lineagoerli_Bytes - slippage: BigInt - originSender: lineagoerli_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: lineagoerli_Bytes - asset: lineagoerli_Asset - transactingAsset: lineagoerli_Bytes - message: lineagoerli_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_RelayerFee_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_RelayerFee_filter): [lineagoerli_RelayerFee!] - initialRelayerFeeAsset: lineagoerli_Bytes - caller: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: lineagoerli_Bytes - txNonce: BigInt + stableSwap: polygon_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input lineagoerli_OriginTransfer_filter { +input polygon_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -63568,201 +63930,35 @@ input lineagoerli_OriginTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: lineagoerli_Bytes - transferId_not: lineagoerli_Bytes - transferId_in: [lineagoerli_Bytes!] - transferId_not_in: [lineagoerli_Bytes!] - transferId_contains: lineagoerli_Bytes - transferId_not_contains: lineagoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: lineagoerli_TransferStatus - status_not: lineagoerli_TransferStatus - status_in: [lineagoerli_TransferStatus!] - status_not_in: [lineagoerli_TransferStatus!] - messageHash: lineagoerli_Bytes - messageHash_not: lineagoerli_Bytes - messageHash_in: [lineagoerli_Bytes!] - messageHash_not_in: [lineagoerli_Bytes!] - messageHash_contains: lineagoerli_Bytes - messageHash_not_contains: lineagoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: lineagoerli_Bytes - to_not: lineagoerli_Bytes - to_in: [lineagoerli_Bytes!] - to_not_in: [lineagoerli_Bytes!] - to_contains: lineagoerli_Bytes - to_not_contains: lineagoerli_Bytes - delegate: lineagoerli_Bytes - delegate_not: lineagoerli_Bytes - delegate_in: [lineagoerli_Bytes!] - delegate_not_in: [lineagoerli_Bytes!] - delegate_contains: lineagoerli_Bytes - delegate_not_contains: lineagoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: lineagoerli_Bytes - callData_not: lineagoerli_Bytes - callData_in: [lineagoerli_Bytes!] - callData_not_in: [lineagoerli_Bytes!] - callData_contains: lineagoerli_Bytes - callData_not_contains: lineagoerli_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: lineagoerli_Bytes - originSender_not: lineagoerli_Bytes - originSender_in: [lineagoerli_Bytes!] - originSender_not_in: [lineagoerli_Bytes!] - originSender_contains: lineagoerli_Bytes - originSender_not_contains: lineagoerli_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: lineagoerli_Bytes - canonicalId_not: lineagoerli_Bytes - canonicalId_in: [lineagoerli_Bytes!] - canonicalId_not_in: [lineagoerli_Bytes!] - canonicalId_contains: lineagoerli_Bytes - canonicalId_not_contains: lineagoerli_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter - transactingAsset: lineagoerli_Bytes - transactingAsset_not: lineagoerli_Bytes - transactingAsset_in: [lineagoerli_Bytes!] - transactingAsset_not_in: [lineagoerli_Bytes!] - transactingAsset_contains: lineagoerli_Bytes - transactingAsset_not_contains: lineagoerli_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: lineagoerli_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: lineagoerli_RelayerFee_filter - initialRelayerFeeAsset: lineagoerli_Bytes - initialRelayerFeeAsset_not: lineagoerli_Bytes - initialRelayerFeeAsset_in: [lineagoerli_Bytes!] - initialRelayerFeeAsset_not_in: [lineagoerli_Bytes!] - initialRelayerFeeAsset_contains: lineagoerli_Bytes - initialRelayerFeeAsset_not_contains: lineagoerli_Bytes - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -63771,97 +63967,72 @@ input lineagoerli_OriginTransfer_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - txOrigin: lineagoerli_Bytes - txOrigin_not: lineagoerli_Bytes - txOrigin_in: [lineagoerli_Bytes!] - txOrigin_not_in: [lineagoerli_Bytes!] - txOrigin_contains: lineagoerli_Bytes - txOrigin_not_contains: lineagoerli_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapEvent_filter] + or: [polygon_swap_StableSwapEvent_filter] } -enum lineagoerli_OriginTransfer_orderBy { +enum polygon_swap_StableSwapEvent_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - transactingAsset - message - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce -} - -type lineagoerli_Relayer { - id: ID! - isActive: Boolean! - relayer: lineagoerli_Bytes + transaction + nonce } -type lineagoerli_RelayerFee { +type polygon_swap_StableSwapExchange { id: ID! - transfer: lineagoerli_OriginTransfer! + stableSwap: polygon_swap_StableSwap! + buyer: polygon_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! fee: BigInt! - asset: lineagoerli_Bytes! + block: BigInt! + timestamp: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input lineagoerli_RelayerFee_filter { +input polygon_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -63870,27 +64041,75 @@ input lineagoerli_RelayerFee_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: lineagoerli_OriginTransfer_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter + buyer: polygon_swap_Bytes + buyer_not: polygon_swap_Bytes + buyer_gt: polygon_swap_Bytes + buyer_lt: polygon_swap_Bytes + buyer_gte: polygon_swap_Bytes + buyer_lte: polygon_swap_Bytes + buyer_in: [polygon_swap_Bytes!] + buyer_not_in: [polygon_swap_Bytes!] + buyer_contains: polygon_swap_Bytes + buyer_not_contains: polygon_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -63899,37 +64118,95 @@ input lineagoerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: lineagoerli_Bytes - asset_not: lineagoerli_Bytes - asset_in: [lineagoerli_Bytes!] - asset_not_in: [lineagoerli_Bytes!] - asset_contains: lineagoerli_Bytes - asset_not_contains: lineagoerli_Bytes + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapExchange_filter] + or: [polygon_swap_StableSwapExchange_filter] } -enum lineagoerli_RelayerFee_orderBy { +enum polygon_swap_StableSwapExchange_orderBy { id - transfer + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances fee - asset + block + timestamp + transaction + nonce } -type lineagoerli_RelayerFeesIncrease { +type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { id: ID! - transfer: lineagoerli_OriginTransfer! - increase: BigInt - asset: lineagoerli_Bytes - caller: lineagoerli_Bytes! - transactionHash: lineagoerli_Bytes! + stableSwap: polygon_swap_StableSwap! + provider: polygon_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: polygon_swap_Bytes! + nonce: BigInt! } -input lineagoerli_RelayerFeesIncrease_filter { +input polygon_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -63938,53 +64215,87 @@ input lineagoerli_RelayerFeesIncrease_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: lineagoerli_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: lineagoerli_Bytes - asset_not: lineagoerli_Bytes - asset_in: [lineagoerli_Bytes!] - asset_not_in: [lineagoerli_Bytes!] - asset_contains: lineagoerli_Bytes - asset_not_contains: lineagoerli_Bytes - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter + provider: polygon_swap_Bytes + provider_not: polygon_swap_Bytes + provider_gt: polygon_swap_Bytes + provider_lt: polygon_swap_Bytes + provider_gte: polygon_swap_Bytes + provider_lte: polygon_swap_Bytes + provider_in: [polygon_swap_Bytes!] + provider_not_in: [polygon_swap_Bytes!] + provider_contains: polygon_swap_Bytes + provider_not_contains: polygon_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -63993,48 +64304,63 @@ input lineagoerli_RelayerFeesIncrease_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] + or: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] } -enum lineagoerli_RelayerFeesIncrease_orderBy { +enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { id - transfer - increase - asset - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - gasPrice - gasLimit - blockNumber + transaction + nonce } -input lineagoerli_Relayer_filter { +input polygon_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -64047,28 +64373,197 @@ input lineagoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: lineagoerli_Bytes - relayer_not: lineagoerli_Bytes - relayer_in: [lineagoerli_Bytes!] - relayer_not_in: [lineagoerli_Bytes!] - relayer_contains: lineagoerli_Bytes - relayer_not_contains: lineagoerli_Bytes + key: polygon_swap_Bytes + key_not: polygon_swap_Bytes + key_gt: polygon_swap_Bytes + key_lt: polygon_swap_Bytes + key_gte: polygon_swap_Bytes + key_lte: polygon_swap_Bytes + key_in: [polygon_swap_Bytes!] + key_not_in: [polygon_swap_Bytes!] + key_contains: polygon_swap_Bytes + key_not_contains: polygon_swap_Bytes + canonicalId: polygon_swap_Bytes + canonicalId_not: polygon_swap_Bytes + canonicalId_gt: polygon_swap_Bytes + canonicalId_lt: polygon_swap_Bytes + canonicalId_gte: polygon_swap_Bytes + canonicalId_lte: polygon_swap_Bytes + canonicalId_in: [polygon_swap_Bytes!] + canonicalId_not_in: [polygon_swap_Bytes!] + canonicalId_contains: polygon_swap_Bytes + canonicalId_not_contains: polygon_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: polygon_swap_Bytes + swapPool_not: polygon_swap_Bytes + swapPool_gt: polygon_swap_Bytes + swapPool_lt: polygon_swap_Bytes + swapPool_gte: polygon_swap_Bytes + swapPool_lte: polygon_swap_Bytes + swapPool_in: [polygon_swap_Bytes!] + swapPool_not_in: [polygon_swap_Bytes!] + swapPool_contains: polygon_swap_Bytes + swapPool_not_contains: polygon_swap_Bytes + lpToken: polygon_swap_Bytes + lpToken_not: polygon_swap_Bytes + lpToken_gt: polygon_swap_Bytes + lpToken_lt: polygon_swap_Bytes + lpToken_gte: polygon_swap_Bytes + lpToken_lte: polygon_swap_Bytes + lpToken_in: [polygon_swap_Bytes!] + lpToken_not_in: [polygon_swap_Bytes!] + lpToken_contains: polygon_swap_Bytes + lpToken_not_contains: polygon_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [polygon_swap_Bytes!] + pooledTokens_not: [polygon_swap_Bytes!] + pooledTokens_contains: [polygon_swap_Bytes!] + pooledTokens_contains_nocase: [polygon_swap_Bytes!] + pooledTokens_not_contains: [polygon_swap_Bytes!] + pooledTokens_not_contains_nocase: [polygon_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: polygon_swap_StableSwapEvent_filter + exchanges_: polygon_swap_StableSwapExchange_filter + hourlyVolumes_: polygon_swap_SwapHourlyVolume_filter + dailyVolumes_: polygon_swap_SwapDailyVolume_filter + weeklyVolumes_: polygon_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwap_filter] + or: [polygon_swap_StableSwap_filter] } -enum lineagoerli_Relayer_orderBy { +enum polygon_swap_StableSwap_orderBy { id isActive - relayer + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type lineagoerli_RootCount { +type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { id: ID! - count: BigInt + stableSwap: polygon_swap_StableSwap! + timestamp: BigInt! + volume: polygon_swap_BigDecimal! } -input lineagoerli_RootCount_filter { +input polygon_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -64077,38 +64572,80 @@ input lineagoerli_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapDailyVolume_filter] + or: [polygon_swap_SwapDailyVolume_filter] } -enum lineagoerli_RootCount_orderBy { +enum polygon_swap_SwapDailyVolume_orderBy { id - count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type lineagoerli_RootMessageSent { +type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: lineagoerli_Bytes - count: BigInt - caller: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: polygon_swap_StableSwap! + timestamp: BigInt! + volume: polygon_swap_BigDecimal! } -input lineagoerli_RootMessageSent_filter { +input polygon_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -64117,48 +64654,27 @@ input lineagoerli_RootMessageSent_filter { 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!] - root: lineagoerli_Bytes - root_not: lineagoerli_Bytes - root_in: [lineagoerli_Bytes!] - root_not_in: [lineagoerli_Bytes!] - root_contains: lineagoerli_Bytes - root_not_contains: lineagoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -64167,117 +64683,71 @@ input lineagoerli_RootMessageSent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapHourlyVolume_filter] + or: [polygon_swap_SwapHourlyVolume_filter] } -enum lineagoerli_RootMessageSent_orderBy { +enum polygon_swap_SwapHourlyVolume_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber -} - -type lineagoerli_Router { - id: ID! - isActive: Boolean! - owner: lineagoerli_Bytes - recipient: lineagoerli_Bytes - proposedOwner: lineagoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_AssetBalance_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_AssetBalance_filter): [lineagoerli_AssetBalance!]! + volume } -type lineagoerli_RouterDailyTVL { - id: ID! - router: lineagoerli_Router! - asset: lineagoerli_Asset! +interface polygon_swap_SwapTradeVolume { + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - balance: BigInt! + volume: polygon_swap_BigDecimal! } -input lineagoerli_RouterDailyTVL_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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: lineagoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter +input polygon_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -64286,27 +64756,50 @@ input lineagoerli_RouterDailyTVL_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapTradeVolume_filter] + or: [polygon_swap_SwapTradeVolume_filter] } -enum lineagoerli_RouterDailyTVL_orderBy { - id - router - asset +enum polygon_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - balance + volume } -input lineagoerli_Router_filter { +type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { + id: ID! + stableSwap: polygon_swap_StableSwap! + timestamp: BigInt! + volume: polygon_swap_BigDecimal! +} + +input polygon_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -64315,58 +64808,79 @@ input lineagoerli_Router_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: lineagoerli_Bytes - owner_not: lineagoerli_Bytes - owner_in: [lineagoerli_Bytes!] - owner_not_in: [lineagoerli_Bytes!] - owner_contains: lineagoerli_Bytes - owner_not_contains: lineagoerli_Bytes - recipient: lineagoerli_Bytes - recipient_not: lineagoerli_Bytes - recipient_in: [lineagoerli_Bytes!] - recipient_not_in: [lineagoerli_Bytes!] - recipient_contains: lineagoerli_Bytes - recipient_not_contains: lineagoerli_Bytes - proposedOwner: lineagoerli_Bytes - proposedOwner_not: lineagoerli_Bytes - proposedOwner_in: [lineagoerli_Bytes!] - proposedOwner_not_in: [lineagoerli_Bytes!] - proposedOwner_contains: lineagoerli_Bytes - proposedOwner_not_contains: lineagoerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: lineagoerli_AssetBalance_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: polygon_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapWeeklyVolume_filter] + or: [polygon_swap_SwapWeeklyVolume_filter] } -enum lineagoerli_Router_orderBy { +enum polygon_swap_SwapWeeklyVolume_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type lineagoerli_Sequencer { +type polygon_swap_SystemInfo { id: ID! - isActive: Boolean! - sequencer: lineagoerli_Bytes + exchangeCount: BigInt! + swapCount: BigInt! } -input lineagoerli_Sequencer_filter { +input polygon_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -64375,245 +64889,90 @@ input lineagoerli_Sequencer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - sequencer: lineagoerli_Bytes - sequencer_not: lineagoerli_Bytes - sequencer_in: [lineagoerli_Bytes!] - sequencer_not_in: [lineagoerli_Bytes!] - sequencer_contains: lineagoerli_Bytes - sequencer_not_contains: lineagoerli_Bytes + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SystemInfo_filter] + or: [polygon_swap_SystemInfo_filter] } -enum lineagoerli_Sequencer_orderBy { +enum polygon_swap_SystemInfo_orderBy { id - isActive - sequencer + exchangeCount + swapCount } -type lineagoerli_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: lineagoerli_Bytes! +type polygon_swap__Block_ { + """The hash of the block""" + hash: polygon_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int } -input lineagoerli_Setting_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!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter +"""The type for the top-level _meta field""" +type polygon_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: polygon_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -enum lineagoerli_Setting_orderBy { - id - maxRoutersPerTransfer - caller +scalar linea_swap_BigDecimal + +input linea_swap_BlockChangedFilter { + number_gte: Int! } -type lineagoerli_SlippageUpdate { +input linea_swap_Block_height { + hash: linea_swap_Bytes + number: Int + number_gte: Int +} + +scalar linea_swap_Bytes + +type linea_swap_LpAccount { id: ID! - transfer: lineagoerli_DestinationTransfer! - slippage: BigInt! - caller: lineagoerli_Bytes! - transactionHash: lineagoerli_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + address: linea_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpAccountBalance_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpAccountBalance_filter): [linea_swap_LpAccountBalance!]! } -input lineagoerli_SlippageUpdate_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!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: lineagoerli_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter -} - -enum lineagoerli_SlippageUpdate_orderBy { - id - transfer - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -enum lineagoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type lineagoerli__Block_ { - """The hash of the block""" - hash: lineagoerli_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type lineagoerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: lineagoerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -scalar stagingarbitrumgoerli_swap_BigDecimal - -input stagingarbitrumgoerli_swap_BlockChangedFilter { - number_gte: Int! -} - -input stagingarbitrumgoerli_swap_Block_height { - hash: stagingarbitrumgoerli_swap_Bytes - number: Int - number_gte: Int -} - -scalar stagingarbitrumgoerli_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar stagingarbitrumgoerli_swap_Int8 - -type stagingarbitrumgoerli_swap_LpAccount { - id: ID! - address: stagingarbitrumgoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_LpAccountBalance_filter): [stagingarbitrumgoerli_swap_LpAccountBalance!]! -} - -type stagingarbitrumgoerli_swap_LpAccountBalance { - id: ID! - account: stagingarbitrumgoerli_swap_LpAccount! - token: stagingarbitrumgoerli_swap_LpToken! - amount: stagingarbitrumgoerli_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: stagingarbitrumgoerli_swap_Bytes -} - -input stagingarbitrumgoerli_swap_LpAccountBalance_filter { +type linea_swap_LpAccountBalance { + id: ID! + account: linea_swap_LpAccount! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: linea_swap_Bytes +} + +input linea_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -64642,7 +65001,7 @@ input stagingarbitrumgoerli_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: stagingarbitrumgoerli_swap_LpAccount_filter + account_: linea_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -64663,15 +65022,15 @@ input stagingarbitrumgoerli_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: stagingarbitrumgoerli_swap_LpToken_filter - amount: stagingarbitrumgoerli_swap_BigDecimal - amount_not: stagingarbitrumgoerli_swap_BigDecimal - amount_gt: stagingarbitrumgoerli_swap_BigDecimal - amount_lt: stagingarbitrumgoerli_swap_BigDecimal - amount_gte: stagingarbitrumgoerli_swap_BigDecimal - amount_lte: stagingarbitrumgoerli_swap_BigDecimal - amount_in: [stagingarbitrumgoerli_swap_BigDecimal!] - amount_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -64688,41 +65047,27 @@ input stagingarbitrumgoerli_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_LpAccountBalance_filter] - or: [stagingarbitrumgoerli_swap_LpAccountBalance_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_LpAccountBalance_orderBy { +enum linea_swap_LpAccountBalance_orderBy { id account - account__id - account__address token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount block modified transaction } -input stagingarbitrumgoerli_swap_LpAccount_filter { +input linea_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -64731,51 +65076,45 @@ input stagingarbitrumgoerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: stagingarbitrumgoerli_swap_Bytes - address_not: stagingarbitrumgoerli_swap_Bytes - address_gt: stagingarbitrumgoerli_swap_Bytes - address_lt: stagingarbitrumgoerli_swap_Bytes - address_gte: stagingarbitrumgoerli_swap_Bytes - address_lte: stagingarbitrumgoerli_swap_Bytes - address_in: [stagingarbitrumgoerli_swap_Bytes!] - address_not_in: [stagingarbitrumgoerli_swap_Bytes!] - address_contains: stagingarbitrumgoerli_swap_Bytes - address_not_contains: stagingarbitrumgoerli_swap_Bytes - balances_: stagingarbitrumgoerli_swap_LpAccountBalance_filter + address: linea_swap_Bytes + address_not: linea_swap_Bytes + address_in: [linea_swap_Bytes!] + address_not_in: [linea_swap_Bytes!] + address_contains: linea_swap_Bytes + address_not_contains: linea_swap_Bytes + balances_: linea_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_LpAccount_filter] - or: [stagingarbitrumgoerli_swap_LpAccount_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_LpAccount_orderBy { +enum linea_swap_LpAccount_orderBy { id address balances } -type stagingarbitrumgoerli_swap_LpToken { +type linea_swap_LpToken { id: ID! - address: stagingarbitrumgoerli_swap_Bytes! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! + address: linea_swap_Bytes! + stableSwap: linea_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: stagingarbitrumgoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_LpTokenEvent_filter): [stagingarbitrumgoerli_swap_LpTokenEvent!]! + totalSupply: linea_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpTokenEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpTokenEvent_filter): [linea_swap_LpTokenEvent!]! } -interface stagingarbitrumgoerli_swap_LpTokenEvent { +interface linea_swap_LpTokenEvent { id: ID! - token: stagingarbitrumgoerli_swap_LpToken! - amount: stagingarbitrumgoerli_swap_BigDecimal! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! + transaction: linea_swap_Bytes! nonce: BigInt! } -input stagingarbitrumgoerli_swap_LpTokenEvent_filter { +input linea_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -64804,15 +65143,15 @@ input stagingarbitrumgoerli_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: stagingarbitrumgoerli_swap_LpToken_filter - amount: stagingarbitrumgoerli_swap_BigDecimal - amount_not: stagingarbitrumgoerli_swap_BigDecimal - amount_gt: stagingarbitrumgoerli_swap_BigDecimal - amount_lt: stagingarbitrumgoerli_swap_BigDecimal - amount_gte: stagingarbitrumgoerli_swap_BigDecimal - amount_lte: stagingarbitrumgoerli_swap_BigDecimal - amount_in: [stagingarbitrumgoerli_swap_BigDecimal!] - amount_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -64829,16 +65168,12 @@ input stagingarbitrumgoerli_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -64848,20 +65183,12 @@ input stagingarbitrumgoerli_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_LpTokenEvent_filter] - or: [stagingarbitrumgoerli_swap_LpTokenEvent_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_LpTokenEvent_orderBy { +enum linea_swap_LpTokenEvent_orderBy { id token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount block timestamp @@ -64869,7 +65196,7 @@ enum stagingarbitrumgoerli_swap_LpTokenEvent_orderBy { nonce } -input stagingarbitrumgoerli_swap_LpToken_filter { +input linea_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -64878,16 +65205,12 @@ input stagingarbitrumgoerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: stagingarbitrumgoerli_swap_Bytes - address_not: stagingarbitrumgoerli_swap_Bytes - address_gt: stagingarbitrumgoerli_swap_Bytes - address_lt: stagingarbitrumgoerli_swap_Bytes - address_gte: stagingarbitrumgoerli_swap_Bytes - address_lte: stagingarbitrumgoerli_swap_Bytes - address_in: [stagingarbitrumgoerli_swap_Bytes!] - address_not_in: [stagingarbitrumgoerli_swap_Bytes!] - address_contains: stagingarbitrumgoerli_swap_Bytes - address_not_contains: stagingarbitrumgoerli_swap_Bytes + address: linea_swap_Bytes + address_not: linea_swap_Bytes + address_in: [linea_swap_Bytes!] + address_not_in: [linea_swap_Bytes!] + address_contains: linea_swap_Bytes + address_not_contains: linea_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -64908,7 +65231,7 @@ input stagingarbitrumgoerli_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + stableSwap_: linea_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -64957,41 +65280,22 @@ input stagingarbitrumgoerli_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: stagingarbitrumgoerli_swap_BigDecimal - totalSupply_not: stagingarbitrumgoerli_swap_BigDecimal - totalSupply_gt: stagingarbitrumgoerli_swap_BigDecimal - totalSupply_lt: stagingarbitrumgoerli_swap_BigDecimal - totalSupply_gte: stagingarbitrumgoerli_swap_BigDecimal - totalSupply_lte: stagingarbitrumgoerli_swap_BigDecimal - totalSupply_in: [stagingarbitrumgoerli_swap_BigDecimal!] - totalSupply_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] - events_: stagingarbitrumgoerli_swap_LpTokenEvent_filter + totalSupply: linea_swap_BigDecimal + totalSupply_not: linea_swap_BigDecimal + totalSupply_gt: linea_swap_BigDecimal + totalSupply_lt: linea_swap_BigDecimal + totalSupply_gte: linea_swap_BigDecimal + totalSupply_lte: linea_swap_BigDecimal + totalSupply_in: [linea_swap_BigDecimal!] + totalSupply_not_in: [linea_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_LpToken_filter] - or: [stagingarbitrumgoerli_swap_LpToken_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_LpToken_orderBy { +enum linea_swap_LpToken_orderBy { id address stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply decimals name symbol @@ -64999,21 +65303,21 @@ enum stagingarbitrumgoerli_swap_LpToken_orderBy { events } -type stagingarbitrumgoerli_swap_LpTransferEvent implements stagingarbitrumgoerli_swap_LpTokenEvent { +type linea_swap_LpTransferEvent implements linea_swap_LpTokenEvent { id: ID! - token: stagingarbitrumgoerli_swap_LpToken! - amount: stagingarbitrumgoerli_swap_BigDecimal! - from: stagingarbitrumgoerli_swap_Bytes! - to: stagingarbitrumgoerli_swap_Bytes! - fromBalance: stagingarbitrumgoerli_swap_BigDecimal! - toBalance: stagingarbitrumgoerli_swap_BigDecimal! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + from: linea_swap_Bytes! + to: linea_swap_Bytes! + fromBalance: linea_swap_BigDecimal! + toBalance: linea_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! + transaction: linea_swap_Bytes! nonce: BigInt! } -input stagingarbitrumgoerli_swap_LpTransferEvent_filter { +input linea_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -65042,51 +65346,43 @@ input stagingarbitrumgoerli_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: stagingarbitrumgoerli_swap_LpToken_filter - amount: stagingarbitrumgoerli_swap_BigDecimal - amount_not: stagingarbitrumgoerli_swap_BigDecimal - amount_gt: stagingarbitrumgoerli_swap_BigDecimal - amount_lt: stagingarbitrumgoerli_swap_BigDecimal - amount_gte: stagingarbitrumgoerli_swap_BigDecimal - amount_lte: stagingarbitrumgoerli_swap_BigDecimal - amount_in: [stagingarbitrumgoerli_swap_BigDecimal!] - amount_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] - from: stagingarbitrumgoerli_swap_Bytes - from_not: stagingarbitrumgoerli_swap_Bytes - from_gt: stagingarbitrumgoerli_swap_Bytes - from_lt: stagingarbitrumgoerli_swap_Bytes - from_gte: stagingarbitrumgoerli_swap_Bytes - from_lte: stagingarbitrumgoerli_swap_Bytes - from_in: [stagingarbitrumgoerli_swap_Bytes!] - from_not_in: [stagingarbitrumgoerli_swap_Bytes!] - from_contains: stagingarbitrumgoerli_swap_Bytes - from_not_contains: stagingarbitrumgoerli_swap_Bytes - to: stagingarbitrumgoerli_swap_Bytes - to_not: stagingarbitrumgoerli_swap_Bytes - to_gt: stagingarbitrumgoerli_swap_Bytes - to_lt: stagingarbitrumgoerli_swap_Bytes - to_gte: stagingarbitrumgoerli_swap_Bytes - to_lte: stagingarbitrumgoerli_swap_Bytes - to_in: [stagingarbitrumgoerli_swap_Bytes!] - to_not_in: [stagingarbitrumgoerli_swap_Bytes!] - to_contains: stagingarbitrumgoerli_swap_Bytes - to_not_contains: stagingarbitrumgoerli_swap_Bytes - fromBalance: stagingarbitrumgoerli_swap_BigDecimal - fromBalance_not: stagingarbitrumgoerli_swap_BigDecimal - fromBalance_gt: stagingarbitrumgoerli_swap_BigDecimal - fromBalance_lt: stagingarbitrumgoerli_swap_BigDecimal - fromBalance_gte: stagingarbitrumgoerli_swap_BigDecimal - fromBalance_lte: stagingarbitrumgoerli_swap_BigDecimal - fromBalance_in: [stagingarbitrumgoerli_swap_BigDecimal!] - fromBalance_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] - toBalance: stagingarbitrumgoerli_swap_BigDecimal - toBalance_not: stagingarbitrumgoerli_swap_BigDecimal - toBalance_gt: stagingarbitrumgoerli_swap_BigDecimal - toBalance_lt: stagingarbitrumgoerli_swap_BigDecimal - toBalance_gte: stagingarbitrumgoerli_swap_BigDecimal - toBalance_lte: stagingarbitrumgoerli_swap_BigDecimal - toBalance_in: [stagingarbitrumgoerli_swap_BigDecimal!] - toBalance_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] + from: linea_swap_Bytes + from_not: linea_swap_Bytes + from_in: [linea_swap_Bytes!] + from_not_in: [linea_swap_Bytes!] + from_contains: linea_swap_Bytes + from_not_contains: linea_swap_Bytes + to: linea_swap_Bytes + to_not: linea_swap_Bytes + to_in: [linea_swap_Bytes!] + to_not_in: [linea_swap_Bytes!] + to_contains: linea_swap_Bytes + to_not_contains: linea_swap_Bytes + fromBalance: linea_swap_BigDecimal + fromBalance_not: linea_swap_BigDecimal + fromBalance_gt: linea_swap_BigDecimal + fromBalance_lt: linea_swap_BigDecimal + fromBalance_gte: linea_swap_BigDecimal + fromBalance_lte: linea_swap_BigDecimal + fromBalance_in: [linea_swap_BigDecimal!] + fromBalance_not_in: [linea_swap_BigDecimal!] + toBalance: linea_swap_BigDecimal + toBalance_not: linea_swap_BigDecimal + toBalance_gt: linea_swap_BigDecimal + toBalance_lt: linea_swap_BigDecimal + toBalance_gte: linea_swap_BigDecimal + toBalance_lte: linea_swap_BigDecimal + toBalance_in: [linea_swap_BigDecimal!] + toBalance_not_in: [linea_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -65103,16 +65399,12 @@ input stagingarbitrumgoerli_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -65122,20 +65414,12 @@ input stagingarbitrumgoerli_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_LpTransferEvent_filter] - or: [stagingarbitrumgoerli_swap_LpTransferEvent_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_LpTransferEvent_orderBy { +enum linea_swap_LpTransferEvent_orderBy { id token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount from to @@ -65148,17 +65432,17 @@ enum stagingarbitrumgoerli_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingarbitrumgoerli_swap_OrderDirection { +enum linea_swap_OrderDirection { asc desc } -type stagingarbitrumgoerli_swap_PooledToken { +type linea_swap_PooledToken { id: ID! - asset: stagingarbitrumgoerli_swap_Bytes! + asset: linea_swap_Bytes! } -input stagingarbitrumgoerli_swap_PooledToken_filter { +input linea_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -65167,59 +65451,53 @@ input stagingarbitrumgoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: stagingarbitrumgoerli_swap_Bytes - asset_not: stagingarbitrumgoerli_swap_Bytes - asset_gt: stagingarbitrumgoerli_swap_Bytes - asset_lt: stagingarbitrumgoerli_swap_Bytes - asset_gte: stagingarbitrumgoerli_swap_Bytes - asset_lte: stagingarbitrumgoerli_swap_Bytes - asset_in: [stagingarbitrumgoerli_swap_Bytes!] - asset_not_in: [stagingarbitrumgoerli_swap_Bytes!] - asset_contains: stagingarbitrumgoerli_swap_Bytes - asset_not_contains: stagingarbitrumgoerli_swap_Bytes + asset: linea_swap_Bytes + asset_not: linea_swap_Bytes + asset_in: [linea_swap_Bytes!] + asset_not_in: [linea_swap_Bytes!] + asset_contains: linea_swap_Bytes + asset_not_contains: linea_swap_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_PooledToken_filter] - or: [stagingarbitrumgoerli_swap_PooledToken_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_PooledToken_orderBy { +enum linea_swap_PooledToken_orderBy { id asset } -type stagingarbitrumgoerli_swap_StableSwap { +type linea_swap_StableSwap { id: ID! isActive: Boolean - key: stagingarbitrumgoerli_swap_Bytes! - canonicalId: stagingarbitrumgoerli_swap_Bytes + key: linea_swap_Bytes! + canonicalId: linea_swap_Bytes domain: BigInt - swapPool: stagingarbitrumgoerli_swap_Bytes - lpToken: stagingarbitrumgoerli_swap_Bytes + swapPool: linea_swap_Bytes + lpToken: linea_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [stagingarbitrumgoerli_swap_Bytes!]! + pooledTokens: [linea_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_StableSwapEvent_filter): [stagingarbitrumgoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_StableSwapExchange_filter): [stagingarbitrumgoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter): [stagingarbitrumgoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_SwapDailyVolume_filter): [stagingarbitrumgoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter): [stagingarbitrumgoerli_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapEvent_filter): [linea_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapExchange_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapExchange_filter): [linea_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapHourlyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapHourlyVolume_filter): [linea_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapDailyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapDailyVolume_filter): [linea_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapWeeklyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapWeeklyVolume_filter): [linea_swap_SwapWeeklyVolume!] } -type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent implements stagingarbitrumgoerli_swap_StableSwapEvent { +type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEvent { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! - provider: stagingarbitrumgoerli_swap_Bytes! + stableSwap: linea_swap_StableSwap! + provider: linea_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -65228,11 +65506,11 @@ type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent implements stagingar balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! + transaction: linea_swap_Bytes! nonce: BigInt! } -input stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { +input linea_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -65261,17 +65539,13 @@ input stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter - provider: stagingarbitrumgoerli_swap_Bytes - provider_not: stagingarbitrumgoerli_swap_Bytes - provider_gt: stagingarbitrumgoerli_swap_Bytes - provider_lt: stagingarbitrumgoerli_swap_Bytes - provider_gte: stagingarbitrumgoerli_swap_Bytes - provider_lte: stagingarbitrumgoerli_swap_Bytes - provider_in: [stagingarbitrumgoerli_swap_Bytes!] - provider_not_in: [stagingarbitrumgoerli_swap_Bytes!] - provider_contains: stagingarbitrumgoerli_swap_Bytes - provider_not_contains: stagingarbitrumgoerli_swap_Bytes + stableSwap_: linea_swap_StableSwap_filter + provider: linea_swap_Bytes + provider_not: linea_swap_Bytes + provider_in: [linea_swap_Bytes!] + provider_not_in: [linea_swap_Bytes!] + provider_contains: linea_swap_Bytes + provider_not_contains: linea_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -65330,16 +65604,12 @@ input stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -65349,30 +65619,12 @@ input stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum linea_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply provider tokenAmounts fees @@ -65386,16 +65638,16 @@ enum stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface stagingarbitrumgoerli_swap_StableSwapEvent { +interface linea_swap_StableSwapEvent { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! + stableSwap: linea_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! + transaction: linea_swap_Bytes! nonce: BigInt! } -input stagingarbitrumgoerli_swap_StableSwapEvent_filter { +input linea_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -65424,7 +65676,7 @@ input stagingarbitrumgoerli_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + stableSwap_: linea_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -65441,16 +65693,12 @@ input stagingarbitrumgoerli_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -65460,40 +65708,22 @@ input stagingarbitrumgoerli_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_StableSwapEvent_filter] - or: [stagingarbitrumgoerli_swap_StableSwapEvent_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_StableSwapEvent_orderBy { +enum linea_swap_StableSwapEvent_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply block timestamp transaction nonce } -type stagingarbitrumgoerli_swap_StableSwapExchange { +type linea_swap_StableSwapExchange { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! - buyer: stagingarbitrumgoerli_swap_Bytes! + stableSwap: linea_swap_StableSwap! + buyer: linea_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -65502,11 +65732,11 @@ type stagingarbitrumgoerli_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! + transaction: linea_swap_Bytes! nonce: BigInt! } -input stagingarbitrumgoerli_swap_StableSwapExchange_filter { +input linea_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -65535,17 +65765,13 @@ input stagingarbitrumgoerli_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter - buyer: stagingarbitrumgoerli_swap_Bytes - buyer_not: stagingarbitrumgoerli_swap_Bytes - buyer_gt: stagingarbitrumgoerli_swap_Bytes - buyer_lt: stagingarbitrumgoerli_swap_Bytes - buyer_gte: stagingarbitrumgoerli_swap_Bytes - buyer_lte: stagingarbitrumgoerli_swap_Bytes - buyer_in: [stagingarbitrumgoerli_swap_Bytes!] - buyer_not_in: [stagingarbitrumgoerli_swap_Bytes!] - buyer_contains: stagingarbitrumgoerli_swap_Bytes - buyer_not_contains: stagingarbitrumgoerli_swap_Bytes + stableSwap_: linea_swap_StableSwap_filter + buyer: linea_swap_Bytes + buyer_not: linea_swap_Bytes + buyer_in: [linea_swap_Bytes!] + buyer_not_in: [linea_swap_Bytes!] + buyer_contains: linea_swap_Bytes + buyer_not_contains: linea_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -65608,16 +65834,12 @@ input stagingarbitrumgoerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -65627,30 +65849,12 @@ input stagingarbitrumgoerli_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_StableSwapExchange_filter] - or: [stagingarbitrumgoerli_swap_StableSwapExchange_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_StableSwapExchange_orderBy { +enum linea_swap_StableSwapExchange_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply buyer boughtId tokensBought @@ -65664,10 +65868,10 @@ enum stagingarbitrumgoerli_swap_StableSwapExchange_orderBy { nonce } -type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements stagingarbitrumgoerli_swap_StableSwapEvent { +type linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! - provider: stagingarbitrumgoerli_swap_Bytes! + stableSwap: linea_swap_StableSwap! + provider: linea_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -65676,11 +65880,11 @@ type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements stagin balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! + transaction: linea_swap_Bytes! nonce: BigInt! } -input stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input linea_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -65709,17 +65913,13 @@ input stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter - provider: stagingarbitrumgoerli_swap_Bytes - provider_not: stagingarbitrumgoerli_swap_Bytes - provider_gt: stagingarbitrumgoerli_swap_Bytes - provider_lt: stagingarbitrumgoerli_swap_Bytes - provider_gte: stagingarbitrumgoerli_swap_Bytes - provider_lte: stagingarbitrumgoerli_swap_Bytes - provider_in: [stagingarbitrumgoerli_swap_Bytes!] - provider_not_in: [stagingarbitrumgoerli_swap_Bytes!] - provider_contains: stagingarbitrumgoerli_swap_Bytes - provider_not_contains: stagingarbitrumgoerli_swap_Bytes + stableSwap_: linea_swap_StableSwap_filter + provider: linea_swap_Bytes + provider_not: linea_swap_Bytes + provider_in: [linea_swap_Bytes!] + provider_not_in: [linea_swap_Bytes!] + provider_contains: linea_swap_Bytes + provider_not_contains: linea_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -65778,16 +65978,12 @@ input stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -65797,30 +65993,12 @@ input stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum linea_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply provider tokenAmounts fees @@ -65834,7 +66012,7 @@ enum stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input stagingarbitrumgoerli_swap_StableSwap_filter { +input linea_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -65847,26 +66025,18 @@ input stagingarbitrumgoerli_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: stagingarbitrumgoerli_swap_Bytes - key_not: stagingarbitrumgoerli_swap_Bytes - key_gt: stagingarbitrumgoerli_swap_Bytes - key_lt: stagingarbitrumgoerli_swap_Bytes - key_gte: stagingarbitrumgoerli_swap_Bytes - key_lte: stagingarbitrumgoerli_swap_Bytes - key_in: [stagingarbitrumgoerli_swap_Bytes!] - key_not_in: [stagingarbitrumgoerli_swap_Bytes!] - key_contains: stagingarbitrumgoerli_swap_Bytes - key_not_contains: stagingarbitrumgoerli_swap_Bytes - canonicalId: stagingarbitrumgoerli_swap_Bytes - canonicalId_not: stagingarbitrumgoerli_swap_Bytes - canonicalId_gt: stagingarbitrumgoerli_swap_Bytes - canonicalId_lt: stagingarbitrumgoerli_swap_Bytes - canonicalId_gte: stagingarbitrumgoerli_swap_Bytes - canonicalId_lte: stagingarbitrumgoerli_swap_Bytes - canonicalId_in: [stagingarbitrumgoerli_swap_Bytes!] - canonicalId_not_in: [stagingarbitrumgoerli_swap_Bytes!] - canonicalId_contains: stagingarbitrumgoerli_swap_Bytes - canonicalId_not_contains: stagingarbitrumgoerli_swap_Bytes + key: linea_swap_Bytes + key_not: linea_swap_Bytes + key_in: [linea_swap_Bytes!] + key_not_in: [linea_swap_Bytes!] + key_contains: linea_swap_Bytes + key_not_contains: linea_swap_Bytes + canonicalId: linea_swap_Bytes + canonicalId_not: linea_swap_Bytes + canonicalId_in: [linea_swap_Bytes!] + canonicalId_not_in: [linea_swap_Bytes!] + canonicalId_contains: linea_swap_Bytes + canonicalId_not_contains: linea_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -65875,26 +66045,18 @@ input stagingarbitrumgoerli_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: stagingarbitrumgoerli_swap_Bytes - swapPool_not: stagingarbitrumgoerli_swap_Bytes - swapPool_gt: stagingarbitrumgoerli_swap_Bytes - swapPool_lt: stagingarbitrumgoerli_swap_Bytes - swapPool_gte: stagingarbitrumgoerli_swap_Bytes - swapPool_lte: stagingarbitrumgoerli_swap_Bytes - swapPool_in: [stagingarbitrumgoerli_swap_Bytes!] - swapPool_not_in: [stagingarbitrumgoerli_swap_Bytes!] - swapPool_contains: stagingarbitrumgoerli_swap_Bytes - swapPool_not_contains: stagingarbitrumgoerli_swap_Bytes - lpToken: stagingarbitrumgoerli_swap_Bytes - lpToken_not: stagingarbitrumgoerli_swap_Bytes - lpToken_gt: stagingarbitrumgoerli_swap_Bytes - lpToken_lt: stagingarbitrumgoerli_swap_Bytes - lpToken_gte: stagingarbitrumgoerli_swap_Bytes - lpToken_lte: stagingarbitrumgoerli_swap_Bytes - lpToken_in: [stagingarbitrumgoerli_swap_Bytes!] - lpToken_not_in: [stagingarbitrumgoerli_swap_Bytes!] - lpToken_contains: stagingarbitrumgoerli_swap_Bytes - lpToken_not_contains: stagingarbitrumgoerli_swap_Bytes + swapPool: linea_swap_Bytes + swapPool_not: linea_swap_Bytes + swapPool_in: [linea_swap_Bytes!] + swapPool_not_in: [linea_swap_Bytes!] + swapPool_contains: linea_swap_Bytes + swapPool_not_contains: linea_swap_Bytes + lpToken: linea_swap_Bytes + lpToken_not: linea_swap_Bytes + lpToken_in: [linea_swap_Bytes!] + lpToken_not_in: [linea_swap_Bytes!] + lpToken_contains: linea_swap_Bytes + lpToken_not_contains: linea_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -65943,12 +66105,12 @@ input stagingarbitrumgoerli_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [stagingarbitrumgoerli_swap_Bytes!] - pooledTokens_not: [stagingarbitrumgoerli_swap_Bytes!] - pooledTokens_contains: [stagingarbitrumgoerli_swap_Bytes!] - pooledTokens_contains_nocase: [stagingarbitrumgoerli_swap_Bytes!] - pooledTokens_not_contains: [stagingarbitrumgoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [stagingarbitrumgoerli_swap_Bytes!] + pooledTokens: [linea_swap_Bytes!] + pooledTokens_not: [linea_swap_Bytes!] + pooledTokens_contains: [linea_swap_Bytes!] + pooledTokens_contains_nocase: [linea_swap_Bytes!] + pooledTokens_not_contains: [linea_swap_Bytes!] + pooledTokens_not_contains_nocase: [linea_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -65991,18 +66153,15 @@ input stagingarbitrumgoerli_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: stagingarbitrumgoerli_swap_StableSwapEvent_filter - exchanges_: stagingarbitrumgoerli_swap_StableSwapExchange_filter - hourlyVolumes_: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: stagingarbitrumgoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter + exchanges_: linea_swap_StableSwapExchange_filter + hourlyVolumes_: linea_swap_SwapHourlyVolume_filter + dailyVolumes_: linea_swap_SwapDailyVolume_filter + weeklyVolumes_: linea_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_StableSwap_filter] - or: [stagingarbitrumgoerli_swap_StableSwap_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_StableSwap_orderBy { +enum linea_swap_StableSwap_orderBy { id isActive key @@ -66030,14 +66189,14 @@ enum stagingarbitrumgoerli_swap_StableSwap_orderBy { weeklyVolumes } -type stagingarbitrumgoerli_swap_SwapDailyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { +type linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - volume: stagingarbitrumgoerli_swap_BigDecimal! + volume: linea_swap_BigDecimal! } -input stagingarbitrumgoerli_swap_SwapDailyVolume_filter { +input linea_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -66066,7 +66225,7 @@ input stagingarbitrumgoerli_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + stableSwap_: linea_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -66075,51 +66234,33 @@ input stagingarbitrumgoerli_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingarbitrumgoerli_swap_BigDecimal - volume_not: stagingarbitrumgoerli_swap_BigDecimal - volume_gt: stagingarbitrumgoerli_swap_BigDecimal - volume_lt: stagingarbitrumgoerli_swap_BigDecimal - volume_gte: stagingarbitrumgoerli_swap_BigDecimal - volume_lte: stagingarbitrumgoerli_swap_BigDecimal - volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] - volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SwapDailyVolume_filter] - or: [stagingarbitrumgoerli_swap_SwapDailyVolume_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy { +enum linea_swap_SwapDailyVolume_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply timestamp volume } -type stagingarbitrumgoerli_swap_SwapHourlyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { +type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - volume: stagingarbitrumgoerli_swap_BigDecimal! + volume: linea_swap_BigDecimal! } -input stagingarbitrumgoerli_swap_SwapHourlyVolume_filter { +input linea_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -66148,7 +66289,7 @@ input stagingarbitrumgoerli_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + stableSwap_: linea_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -66157,50 +66298,32 @@ input stagingarbitrumgoerli_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingarbitrumgoerli_swap_BigDecimal - volume_not: stagingarbitrumgoerli_swap_BigDecimal - volume_gt: stagingarbitrumgoerli_swap_BigDecimal - volume_lt: stagingarbitrumgoerli_swap_BigDecimal - volume_gte: stagingarbitrumgoerli_swap_BigDecimal - volume_lte: stagingarbitrumgoerli_swap_BigDecimal - volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] - volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SwapHourlyVolume_filter] - or: [stagingarbitrumgoerli_swap_SwapHourlyVolume_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy { +enum linea_swap_SwapHourlyVolume_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply timestamp volume } -interface stagingarbitrumgoerli_swap_SwapTradeVolume { - stableSwap: stagingarbitrumgoerli_swap_StableSwap! +interface linea_swap_SwapTradeVolume { + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - volume: stagingarbitrumgoerli_swap_BigDecimal! + volume: linea_swap_BigDecimal! } -input stagingarbitrumgoerli_swap_SwapTradeVolume_filter { +input linea_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -66221,7 +66344,7 @@ input stagingarbitrumgoerli_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + stableSwap_: linea_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -66230,50 +66353,32 @@ input stagingarbitrumgoerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingarbitrumgoerli_swap_BigDecimal - volume_not: stagingarbitrumgoerli_swap_BigDecimal - volume_gt: stagingarbitrumgoerli_swap_BigDecimal - volume_lt: stagingarbitrumgoerli_swap_BigDecimal - volume_gte: stagingarbitrumgoerli_swap_BigDecimal - volume_lte: stagingarbitrumgoerli_swap_BigDecimal - volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] - volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SwapTradeVolume_filter] - or: [stagingarbitrumgoerli_swap_SwapTradeVolume_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy { +enum linea_swap_SwapTradeVolume_orderBy { stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply timestamp volume } -type stagingarbitrumgoerli_swap_SwapWeeklyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { +type linea_swap_SwapWeeklyVolume implements linea_swap_SwapTradeVolume { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - volume: stagingarbitrumgoerli_swap_BigDecimal! + volume: linea_swap_BigDecimal! } -input stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter { +input linea_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -66302,7 +66407,7 @@ input stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + stableSwap_: linea_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -66311,50 +66416,32 @@ input stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingarbitrumgoerli_swap_BigDecimal - volume_not: stagingarbitrumgoerli_swap_BigDecimal - volume_gt: stagingarbitrumgoerli_swap_BigDecimal - volume_lt: stagingarbitrumgoerli_swap_BigDecimal - volume_gte: stagingarbitrumgoerli_swap_BigDecimal - volume_lte: stagingarbitrumgoerli_swap_BigDecimal - volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] - volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter] - or: [stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy { +enum linea_swap_SwapWeeklyVolume_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply timestamp volume } -type stagingarbitrumgoerli_swap_SystemInfo { +type linea_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input stagingarbitrumgoerli_swap_SystemInfo_filter { +input linea_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -66380,20 +66467,18 @@ input stagingarbitrumgoerli_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SystemInfo_filter] - or: [stagingarbitrumgoerli_swap_SystemInfo_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingarbitrumgoerli_swap_SystemInfo_orderBy { +enum linea_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type stagingarbitrumgoerli_swap__Block_ { +type linea_swap__Block_ { """The hash of the block""" - hash: stagingarbitrumgoerli_swap_Bytes + hash: linea_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -66401,7 +66486,7 @@ type stagingarbitrumgoerli_swap__Block_ { } """The type for the top-level _meta field""" -type stagingarbitrumgoerli_swap__Meta_ { +type linea_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -66409,50 +66494,83 @@ type stagingarbitrumgoerli_swap__Meta_ { and therefore asks for the latest block """ - block: stagingarbitrumgoerli_swap__Block_! + block: linea_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar arbitrumone_swap_BigDecimal - -input arbitrumone_swap_BlockChangedFilter { - number_gte: Int! +type goerli_AggregateRoot { + id: ID! + root: goerli_Bytes! + blockNumber: BigInt! } -input arbitrumone_swap_Block_height { - hash: arbitrumone_swap_Bytes - number: Int - number_gte: Int +input goerli_AggregateRoot_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!] + root: goerli_Bytes + root_not: goerli_Bytes + root_gt: goerli_Bytes + root_lt: goerli_Bytes + root_gte: goerli_Bytes + root_lte: goerli_Bytes + root_in: [goerli_Bytes!] + root_not_in: [goerli_Bytes!] + root_contains: goerli_Bytes + root_not_contains: goerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_AggregateRoot_filter] + or: [goerli_AggregateRoot_filter] } -scalar arbitrumone_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar arbitrumone_swap_Int8 +enum goerli_AggregateRoot_orderBy { + id + root + blockNumber +} -type arbitrumone_swap_LpAccount { +type goerli_Asset { id: ID! - address: arbitrumone_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpAccountBalance_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpAccountBalance_filter): [arbitrumone_swap_LpAccountBalance!]! + key: goerli_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: goerli_Bytes + canonicalDomain: BigInt + adoptedAsset: goerli_Bytes + localAsset: goerli_Bytes + blockNumber: BigInt + status: goerli_AssetStatus } -type arbitrumone_swap_LpAccountBalance { +type goerli_AssetBalance { id: ID! - account: arbitrumone_swap_LpAccount! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: arbitrumone_swap_Bytes + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: goerli_Router! + asset: goerli_Asset! + feesEarned: BigInt! } -input arbitrumone_swap_LpAccountBalance_filter { +input goerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -66461,107 +66579,126 @@ input arbitrumone_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: arbitrumone_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: goerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: goerli_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccountBalance_filter] - or: [arbitrumone_swap_LpAccountBalance_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_AssetBalance_filter] + or: [goerli_AssetBalance_filter] } -enum arbitrumone_swap_LpAccountBalance_orderBy { +enum goerli_AssetBalance_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount - block - modified - transaction + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned } -input arbitrumone_swap_LpAccount_filter { +type goerli_AssetStatus { + id: ID! + status: Boolean +} + +input goerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -66570,51 +66707,22 @@ input arbitrumone_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumone_swap_Bytes - address_not: arbitrumone_swap_Bytes - address_gt: arbitrumone_swap_Bytes - address_lt: arbitrumone_swap_Bytes - address_gte: arbitrumone_swap_Bytes - address_lte: arbitrumone_swap_Bytes - address_in: [arbitrumone_swap_Bytes!] - address_not_in: [arbitrumone_swap_Bytes!] - address_contains: arbitrumone_swap_Bytes - address_not_contains: arbitrumone_swap_Bytes - balances_: arbitrumone_swap_LpAccountBalance_filter + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccount_filter] - or: [arbitrumone_swap_LpAccount_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_AssetStatus_filter] + or: [goerli_AssetStatus_filter] } -enum arbitrumone_swap_LpAccount_orderBy { +enum goerli_AssetStatus_orderBy { id - address - balances -} - -type arbitrumone_swap_LpToken { - id: ID! - address: arbitrumone_swap_Bytes! - stableSwap: arbitrumone_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: arbitrumone_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpTokenEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpTokenEvent_filter): [arbitrumone_swap_LpTokenEvent!]! -} - -interface arbitrumone_swap_LpTokenEvent { - id: ID! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + status } -input arbitrumone_swap_LpTokenEvent_filter { +input goerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -66623,92 +66731,130 @@ input arbitrumone_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + key: goerli_Bytes + key_not: goerli_Bytes + key_gt: goerli_Bytes + key_lt: goerli_Bytes + key_gte: goerli_Bytes + key_lte: goerli_Bytes + key_in: [goerli_Bytes!] + key_not_in: [goerli_Bytes!] + key_contains: goerli_Bytes + key_not_contains: goerli_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: goerli_Bytes + canonicalId_not: goerli_Bytes + canonicalId_gt: goerli_Bytes + canonicalId_lt: goerli_Bytes + canonicalId_gte: goerli_Bytes + canonicalId_lte: goerli_Bytes + canonicalId_in: [goerli_Bytes!] + canonicalId_not_in: [goerli_Bytes!] + canonicalId_contains: goerli_Bytes + canonicalId_not_contains: goerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: goerli_Bytes + adoptedAsset_not: goerli_Bytes + adoptedAsset_gt: goerli_Bytes + adoptedAsset_lt: goerli_Bytes + adoptedAsset_gte: goerli_Bytes + adoptedAsset_lte: goerli_Bytes + adoptedAsset_in: [goerli_Bytes!] + adoptedAsset_not_in: [goerli_Bytes!] + adoptedAsset_contains: goerli_Bytes + adoptedAsset_not_contains: goerli_Bytes + localAsset: goerli_Bytes + localAsset_not: goerli_Bytes + localAsset_gt: goerli_Bytes + localAsset_lt: goerli_Bytes + localAsset_gte: goerli_Bytes + localAsset_lte: goerli_Bytes + localAsset_in: [goerli_Bytes!] + localAsset_not_in: [goerli_Bytes!] + localAsset_contains: goerli_Bytes + localAsset_not_contains: goerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: goerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpTokenEvent_filter] - or: [arbitrumone_swap_LpTokenEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Asset_filter] + or: [goerli_Asset_filter] } -enum arbitrumone_swap_LpTokenEvent_orderBy { +enum goerli_Asset_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -input arbitrumone_swap_LpToken_filter { +type goerli_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: goerli_Bytes + rootManager: goerli_Bytes + mirrorConnector: goerli_Bytes +} + +input goerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -66717,142 +66863,109 @@ input arbitrumone_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumone_swap_Bytes - address_not: arbitrumone_swap_Bytes - address_gt: arbitrumone_swap_Bytes - address_lt: arbitrumone_swap_Bytes - address_gte: arbitrumone_swap_Bytes - address_lte: arbitrumone_swap_Bytes - address_in: [arbitrumone_swap_Bytes!] - address_not_in: [arbitrumone_swap_Bytes!] - address_contains: arbitrumone_swap_Bytes - address_not_contains: arbitrumone_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: arbitrumone_swap_BigDecimal - totalSupply_not: arbitrumone_swap_BigDecimal - totalSupply_gt: arbitrumone_swap_BigDecimal - totalSupply_lt: arbitrumone_swap_BigDecimal - totalSupply_gte: arbitrumone_swap_BigDecimal - totalSupply_lte: arbitrumone_swap_BigDecimal - totalSupply_in: [arbitrumone_swap_BigDecimal!] - totalSupply_not_in: [arbitrumone_swap_BigDecimal!] - events_: arbitrumone_swap_LpTokenEvent_filter + 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: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpToken_filter] - or: [arbitrumone_swap_LpToken_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_ConnectorMeta_filter] + or: [goerli_ConnectorMeta_filter] } -enum arbitrumone_swap_LpToken_orderBy { +enum goerli_ConnectorMeta_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type arbitrumone_swap_LpTransferEvent implements arbitrumone_swap_LpTokenEvent { +type goerli_DestinationTransfer { id: ID! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! - from: arbitrumone_swap_Bytes! - to: arbitrumone_swap_Bytes! - fromBalance: arbitrumone_swap_BigDecimal! - toBalance: arbitrumone_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: goerli_Bytes + nonce: BigInt + status: goerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: goerli_Router_orderBy, orderDirection: goerli_OrderDirection, where: goerli_Router_filter): [goerli_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: goerli_Bytes + delegate: goerli_Bytes + receiveLocal: Boolean + callData: goerli_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: goerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: goerli_Bytes + asset: goerli_Asset + amount: BigInt + routersFee: BigInt + executedCaller: goerli_Bytes + executedTransactionHash: goerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: goerli_Bytes + executedTxNonce: BigInt + reconciledCaller: goerli_Bytes + reconciledTransactionHash: goerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: goerli_Bytes + reconciledTxNonce: BigInt } -input arbitrumone_swap_LpTransferEvent_filter { +input goerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -66861,97 +66974,24 @@ input arbitrumone_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] - from: arbitrumone_swap_Bytes - from_not: arbitrumone_swap_Bytes - from_gt: arbitrumone_swap_Bytes - from_lt: arbitrumone_swap_Bytes - from_gte: arbitrumone_swap_Bytes - from_lte: arbitrumone_swap_Bytes - from_in: [arbitrumone_swap_Bytes!] - from_not_in: [arbitrumone_swap_Bytes!] - from_contains: arbitrumone_swap_Bytes - from_not_contains: arbitrumone_swap_Bytes - to: arbitrumone_swap_Bytes - to_not: arbitrumone_swap_Bytes - to_gt: arbitrumone_swap_Bytes - to_lt: arbitrumone_swap_Bytes - to_gte: arbitrumone_swap_Bytes - to_lte: arbitrumone_swap_Bytes - to_in: [arbitrumone_swap_Bytes!] - to_not_in: [arbitrumone_swap_Bytes!] - to_contains: arbitrumone_swap_Bytes - to_not_contains: arbitrumone_swap_Bytes - fromBalance: arbitrumone_swap_BigDecimal - fromBalance_not: arbitrumone_swap_BigDecimal - fromBalance_gt: arbitrumone_swap_BigDecimal - fromBalance_lt: arbitrumone_swap_BigDecimal - fromBalance_gte: arbitrumone_swap_BigDecimal - fromBalance_lte: arbitrumone_swap_BigDecimal - fromBalance_in: [arbitrumone_swap_BigDecimal!] - fromBalance_not_in: [arbitrumone_swap_BigDecimal!] - toBalance: arbitrumone_swap_BigDecimal - toBalance_not: arbitrumone_swap_BigDecimal - toBalance_gt: arbitrumone_swap_BigDecimal - toBalance_lt: arbitrumone_swap_BigDecimal - toBalance_gte: arbitrumone_swap_BigDecimal - toBalance_lte: arbitrumone_swap_BigDecimal - toBalance_in: [arbitrumone_swap_BigDecimal!] - toBalance_not_in: [arbitrumone_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: goerli_Bytes + transferId_not: goerli_Bytes + transferId_gt: goerli_Bytes + transferId_lt: goerli_Bytes + transferId_gte: goerli_Bytes + transferId_lte: goerli_Bytes + transferId_in: [goerli_Bytes!] + transferId_not_in: [goerli_Bytes!] + transferId_contains: goerli_Bytes + transferId_not_contains: goerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -66960,281 +67000,534 @@ input arbitrumone_swap_LpTransferEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + status: goerli_TransferStatus + status_not: goerli_TransferStatus + status_in: [goerli_TransferStatus!] + status_not_in: [goerli_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: goerli_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: goerli_Bytes + to_not: goerli_Bytes + to_gt: goerli_Bytes + to_lt: goerli_Bytes + to_gte: goerli_Bytes + to_lte: goerli_Bytes + to_in: [goerli_Bytes!] + to_not_in: [goerli_Bytes!] + to_contains: goerli_Bytes + to_not_contains: goerli_Bytes + delegate: goerli_Bytes + delegate_not: goerli_Bytes + delegate_gt: goerli_Bytes + delegate_lt: goerli_Bytes + delegate_gte: goerli_Bytes + delegate_lte: goerli_Bytes + delegate_in: [goerli_Bytes!] + delegate_not_in: [goerli_Bytes!] + delegate_contains: goerli_Bytes + delegate_not_contains: goerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: goerli_Bytes + callData_not: goerli_Bytes + callData_gt: goerli_Bytes + callData_lt: goerli_Bytes + callData_gte: goerli_Bytes + callData_lte: goerli_Bytes + callData_in: [goerli_Bytes!] + callData_not_in: [goerli_Bytes!] + callData_contains: goerli_Bytes + callData_not_contains: goerli_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: goerli_Bytes + originSender_not: goerli_Bytes + originSender_gt: goerli_Bytes + originSender_lt: goerli_Bytes + originSender_gte: goerli_Bytes + originSender_lte: goerli_Bytes + originSender_in: [goerli_Bytes!] + originSender_not_in: [goerli_Bytes!] + originSender_contains: goerli_Bytes + originSender_not_contains: goerli_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: goerli_Bytes + canonicalId_not: goerli_Bytes + canonicalId_gt: goerli_Bytes + canonicalId_lt: goerli_Bytes + canonicalId_gte: goerli_Bytes + canonicalId_lte: goerli_Bytes + canonicalId_in: [goerli_Bytes!] + canonicalId_not_in: [goerli_Bytes!] + canonicalId_contains: goerli_Bytes + canonicalId_not_contains: goerli_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: goerli_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: goerli_Bytes + executedCaller_not: goerli_Bytes + executedCaller_gt: goerli_Bytes + executedCaller_lt: goerli_Bytes + executedCaller_gte: goerli_Bytes + executedCaller_lte: goerli_Bytes + executedCaller_in: [goerli_Bytes!] + executedCaller_not_in: [goerli_Bytes!] + executedCaller_contains: goerli_Bytes + executedCaller_not_contains: goerli_Bytes + executedTransactionHash: goerli_Bytes + executedTransactionHash_not: goerli_Bytes + executedTransactionHash_gt: goerli_Bytes + executedTransactionHash_lt: goerli_Bytes + executedTransactionHash_gte: goerli_Bytes + executedTransactionHash_lte: goerli_Bytes + executedTransactionHash_in: [goerli_Bytes!] + executedTransactionHash_not_in: [goerli_Bytes!] + executedTransactionHash_contains: goerli_Bytes + executedTransactionHash_not_contains: goerli_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: goerli_Bytes + executedTxOrigin_not: goerli_Bytes + executedTxOrigin_gt: goerli_Bytes + executedTxOrigin_lt: goerli_Bytes + executedTxOrigin_gte: goerli_Bytes + executedTxOrigin_lte: goerli_Bytes + executedTxOrigin_in: [goerli_Bytes!] + executedTxOrigin_not_in: [goerli_Bytes!] + executedTxOrigin_contains: goerli_Bytes + executedTxOrigin_not_contains: goerli_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: goerli_Bytes + reconciledCaller_not: goerli_Bytes + reconciledCaller_gt: goerli_Bytes + reconciledCaller_lt: goerli_Bytes + reconciledCaller_gte: goerli_Bytes + reconciledCaller_lte: goerli_Bytes + reconciledCaller_in: [goerli_Bytes!] + reconciledCaller_not_in: [goerli_Bytes!] + reconciledCaller_contains: goerli_Bytes + reconciledCaller_not_contains: goerli_Bytes + reconciledTransactionHash: goerli_Bytes + reconciledTransactionHash_not: goerli_Bytes + reconciledTransactionHash_gt: goerli_Bytes + reconciledTransactionHash_lt: goerli_Bytes + reconciledTransactionHash_gte: goerli_Bytes + reconciledTransactionHash_lte: goerli_Bytes + reconciledTransactionHash_in: [goerli_Bytes!] + reconciledTransactionHash_not_in: [goerli_Bytes!] + reconciledTransactionHash_contains: goerli_Bytes + reconciledTransactionHash_not_contains: goerli_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: goerli_Bytes + reconciledTxOrigin_not: goerli_Bytes + reconciledTxOrigin_gt: goerli_Bytes + reconciledTxOrigin_lt: goerli_Bytes + reconciledTxOrigin_gte: goerli_Bytes + reconciledTxOrigin_lte: goerli_Bytes + reconciledTxOrigin_in: [goerli_Bytes!] + reconciledTxOrigin_not_in: [goerli_Bytes!] + reconciledTxOrigin_contains: goerli_Bytes + reconciledTxOrigin_not_contains: goerli_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpTransferEvent_filter] - or: [arbitrumone_swap_LpTransferEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_DestinationTransfer_filter] + or: [goerli_DestinationTransfer_filter] } -enum arbitrumone_swap_LpTransferEvent_orderBy { +enum goerli_DestinationTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block - timestamp - transaction + chainId + transferId nonce -} - -"""Defines the order direction, either ascending or descending""" -enum arbitrumone_swap_OrderDirection { - asc - desc -} - -type arbitrumone_swap_PooledToken { - id: ID! - asset: arbitrumone_swap_Bytes! -} - -input arbitrumone_swap_PooledToken_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!] - asset: arbitrumone_swap_Bytes - asset_not: arbitrumone_swap_Bytes - asset_gt: arbitrumone_swap_Bytes - asset_lt: arbitrumone_swap_Bytes - asset_gte: arbitrumone_swap_Bytes - asset_lte: arbitrumone_swap_Bytes - asset_in: [arbitrumone_swap_Bytes!] - asset_not_in: [arbitrumone_swap_Bytes!] - asset_contains: arbitrumone_swap_Bytes - asset_not_contains: arbitrumone_swap_Bytes - """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_PooledToken_filter] - or: [arbitrumone_swap_PooledToken_filter] -} - -enum arbitrumone_swap_PooledToken_orderBy { - id - asset -} - -type arbitrumone_swap_StableSwap { - id: ID! - isActive: Boolean - key: arbitrumone_swap_Bytes! - canonicalId: arbitrumone_swap_Bytes - domain: BigInt - swapPool: arbitrumone_swap_Bytes - lpToken: arbitrumone_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [arbitrumone_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapEvent_filter): [arbitrumone_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapExchange_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapExchange_filter): [arbitrumone_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapHourlyVolume_filter): [arbitrumone_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapDailyVolume_filter): [arbitrumone_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapWeeklyVolume_filter): [arbitrumone_swap_SwapWeeklyVolume!] -} - -type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_StableSwapEvent { - id: ID! - stableSwap: arbitrumone_swap_StableSwap! - provider: arbitrumone_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! -} - -input arbitrumone_swap_StableSwapAddLiquidityEvent_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!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - provider: arbitrumone_swap_Bytes - provider_not: arbitrumone_swap_Bytes - provider_gt: arbitrumone_swap_Bytes - provider_lt: arbitrumone_swap_Bytes - provider_gte: arbitrumone_swap_Bytes - provider_lte: arbitrumone_swap_Bytes - provider_in: [arbitrumone_swap_Bytes!] - provider_not_in: [arbitrumone_swap_Bytes!] - provider_contains: arbitrumone_swap_Bytes - provider_not_contains: arbitrumone_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +type goerli_OriginMessage { + id: ID! + transferId: goerli_Bytes + destinationDomain: BigInt + leaf: goerli_Bytes + index: BigInt + message: goerli_Bytes + root: goerli_Bytes + transactionHash: goerli_Bytes + blockNumber: BigInt + rootCount: goerli_RootCount +} + +input goerli_OriginMessage_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!] + transferId: goerli_Bytes + transferId_not: goerli_Bytes + transferId_gt: goerli_Bytes + transferId_lt: goerli_Bytes + transferId_gte: goerli_Bytes + transferId_lte: goerli_Bytes + transferId_in: [goerli_Bytes!] + transferId_not_in: [goerli_Bytes!] + transferId_contains: goerli_Bytes + transferId_not_contains: goerli_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: goerli_Bytes + leaf_not: goerli_Bytes + leaf_gt: goerli_Bytes + leaf_lt: goerli_Bytes + leaf_gte: goerli_Bytes + leaf_lte: goerli_Bytes + leaf_in: [goerli_Bytes!] + leaf_not_in: [goerli_Bytes!] + leaf_contains: goerli_Bytes + leaf_not_contains: goerli_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: goerli_Bytes + message_not: goerli_Bytes + message_gt: goerli_Bytes + message_lt: goerli_Bytes + message_gte: goerli_Bytes + message_lte: goerli_Bytes + message_in: [goerli_Bytes!] + message_not_in: [goerli_Bytes!] + message_contains: goerli_Bytes + message_not_contains: goerli_Bytes + root: goerli_Bytes + root_not: goerli_Bytes + root_gt: goerli_Bytes + root_lt: goerli_Bytes + root_gte: goerli_Bytes + root_lte: goerli_Bytes + root_in: [goerli_Bytes!] + root_not_in: [goerli_Bytes!] + root_contains: goerli_Bytes + root_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: goerli_RootCount_filter """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] - or: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OriginMessage_filter] + or: [goerli_OriginMessage_filter] } -enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { +enum goerli_OriginMessage_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -interface arbitrumone_swap_StableSwapEvent { +type goerli_OriginTransfer { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: goerli_Bytes + nonce: BigInt + status: goerli_TransferStatus + messageHash: goerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: goerli_Bytes + delegate: goerli_Bytes + receiveLocal: Boolean + callData: goerli_Bytes + slippage: BigInt + originSender: goerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: goerli_Bytes + asset: goerli_Asset + transactingAsset: goerli_Bytes + message: goerli_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: goerli_RelayerFee_orderBy, orderDirection: goerli_OrderDirection, where: goerli_RelayerFee_filter): [goerli_RelayerFee!] + initialRelayerFeeAsset: goerli_Bytes + caller: goerli_Bytes + transactionHash: goerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: goerli_Bytes + txNonce: BigInt } -input arbitrumone_swap_StableSwapEvent_filter { +input goerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -67243,53 +67536,24 @@ input arbitrumone_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: goerli_Bytes + transferId_not: goerli_Bytes + transferId_gt: goerli_Bytes + transferId_lt: goerli_Bytes + transferId_gte: goerli_Bytes + transferId_lte: goerli_Bytes + transferId_in: [goerli_Bytes!] + transferId_not_in: [goerli_Bytes!] + transferId_contains: goerli_Bytes + transferId_not_contains: goerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -67298,54 +67562,342 @@ input arbitrumone_swap_StableSwapEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + status: goerli_TransferStatus + status_not: goerli_TransferStatus + status_in: [goerli_TransferStatus!] + status_not_in: [goerli_TransferStatus!] + messageHash: goerli_Bytes + messageHash_not: goerli_Bytes + messageHash_gt: goerli_Bytes + messageHash_lt: goerli_Bytes + messageHash_gte: goerli_Bytes + messageHash_lte: goerli_Bytes + messageHash_in: [goerli_Bytes!] + messageHash_not_in: [goerli_Bytes!] + messageHash_contains: goerli_Bytes + messageHash_not_contains: goerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: goerli_Bytes + to_not: goerli_Bytes + to_gt: goerli_Bytes + to_lt: goerli_Bytes + to_gte: goerli_Bytes + to_lte: goerli_Bytes + to_in: [goerli_Bytes!] + to_not_in: [goerli_Bytes!] + to_contains: goerli_Bytes + to_not_contains: goerli_Bytes + delegate: goerli_Bytes + delegate_not: goerli_Bytes + delegate_gt: goerli_Bytes + delegate_lt: goerli_Bytes + delegate_gte: goerli_Bytes + delegate_lte: goerli_Bytes + delegate_in: [goerli_Bytes!] + delegate_not_in: [goerli_Bytes!] + delegate_contains: goerli_Bytes + delegate_not_contains: goerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: goerli_Bytes + callData_not: goerli_Bytes + callData_gt: goerli_Bytes + callData_lt: goerli_Bytes + callData_gte: goerli_Bytes + callData_lte: goerli_Bytes + callData_in: [goerli_Bytes!] + callData_not_in: [goerli_Bytes!] + callData_contains: goerli_Bytes + callData_not_contains: goerli_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: goerli_Bytes + originSender_not: goerli_Bytes + originSender_gt: goerli_Bytes + originSender_lt: goerli_Bytes + originSender_gte: goerli_Bytes + originSender_lte: goerli_Bytes + originSender_in: [goerli_Bytes!] + originSender_not_in: [goerli_Bytes!] + originSender_contains: goerli_Bytes + originSender_not_contains: goerli_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: goerli_Bytes + canonicalId_not: goerli_Bytes + canonicalId_gt: goerli_Bytes + canonicalId_lt: goerli_Bytes + canonicalId_gte: goerli_Bytes + canonicalId_lte: goerli_Bytes + canonicalId_in: [goerli_Bytes!] + canonicalId_not_in: [goerli_Bytes!] + canonicalId_contains: goerli_Bytes + canonicalId_not_contains: goerli_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: goerli_Asset_filter + transactingAsset: goerli_Bytes + transactingAsset_not: goerli_Bytes + transactingAsset_gt: goerli_Bytes + transactingAsset_lt: goerli_Bytes + transactingAsset_gte: goerli_Bytes + transactingAsset_lte: goerli_Bytes + transactingAsset_in: [goerli_Bytes!] + transactingAsset_not_in: [goerli_Bytes!] + transactingAsset_contains: goerli_Bytes + transactingAsset_not_contains: goerli_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: goerli_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: goerli_RelayerFee_filter + initialRelayerFeeAsset: goerli_Bytes + initialRelayerFeeAsset_not: goerli_Bytes + initialRelayerFeeAsset_gt: goerli_Bytes + initialRelayerFeeAsset_lt: goerli_Bytes + initialRelayerFeeAsset_gte: goerli_Bytes + initialRelayerFeeAsset_lte: goerli_Bytes + initialRelayerFeeAsset_in: [goerli_Bytes!] + initialRelayerFeeAsset_not_in: [goerli_Bytes!] + initialRelayerFeeAsset_contains: goerli_Bytes + initialRelayerFeeAsset_not_contains: goerli_Bytes + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: goerli_Bytes + txOrigin_not: goerli_Bytes + txOrigin_gt: goerli_Bytes + txOrigin_lt: goerli_Bytes + txOrigin_gte: goerli_Bytes + txOrigin_lte: goerli_Bytes + txOrigin_in: [goerli_Bytes!] + txOrigin_not_in: [goerli_Bytes!] + txOrigin_contains: goerli_Bytes + txOrigin_not_contains: goerli_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapEvent_filter] - or: [arbitrumone_swap_StableSwapEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OriginTransfer_filter] + or: [goerli_OriginTransfer_filter] } -enum arbitrumone_swap_StableSwapEvent_orderBy { +enum goerli_OriginTransfer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction + chainId + transferId nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -type arbitrumone_swap_StableSwapExchange { +type goerli_Relayer { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - buyer: arbitrumone_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! + isActive: Boolean! + relayer: goerli_Bytes +} + +type goerli_RelayerFee { + id: ID! + transfer: goerli_OriginTransfer! fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + asset: goerli_Bytes! } -input arbitrumone_swap_StableSwapExchange_filter { +input goerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -67354,75 +67906,27 @@ input arbitrumone_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - buyer: arbitrumone_swap_Bytes - buyer_not: arbitrumone_swap_Bytes - buyer_gt: arbitrumone_swap_Bytes - buyer_lt: arbitrumone_swap_Bytes - buyer_gte: arbitrumone_swap_Bytes - buyer_lte: arbitrumone_swap_Bytes - buyer_in: [arbitrumone_swap_Bytes!] - buyer_not_in: [arbitrumone_swap_Bytes!] - buyer_contains: arbitrumone_swap_Bytes - buyer_not_contains: arbitrumone_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: goerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -67431,95 +67935,72 @@ input arbitrumone_swap_StableSwapExchange_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + asset: goerli_Bytes + asset_not: goerli_Bytes + asset_gt: goerli_Bytes + asset_lt: goerli_Bytes + asset_gte: goerli_Bytes + asset_lte: goerli_Bytes + asset_in: [goerli_Bytes!] + asset_not_in: [goerli_Bytes!] + asset_contains: goerli_Bytes + asset_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapExchange_filter] - or: [arbitrumone_swap_StableSwapExchange_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RelayerFee_filter] + or: [goerli_RelayerFee_filter] } -enum arbitrumone_swap_StableSwapExchange_orderBy { +enum goerli_RelayerFee_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce fee - block - timestamp - transaction - nonce + asset } -type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { +type goerli_RelayerFeesIncrease { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - provider: arbitrumone_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + transfer: goerli_OriginTransfer! + increase: BigInt + asset: goerli_Bytes + caller: goerli_Bytes! + transactionHash: goerli_Bytes! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { +input goerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -67528,87 +68009,65 @@ input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - provider: arbitrumone_swap_Bytes - provider_not: arbitrumone_swap_Bytes - provider_gt: arbitrumone_swap_Bytes - provider_lt: arbitrumone_swap_Bytes - provider_gte: arbitrumone_swap_Bytes - provider_lte: arbitrumone_swap_Bytes - provider_in: [arbitrumone_swap_Bytes!] - provider_not_in: [arbitrumone_swap_Bytes!] - provider_contains: arbitrumone_swap_Bytes - provider_not_contains: arbitrumone_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: goerli_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: goerli_Bytes + asset_not: goerli_Bytes + asset_gt: goerli_Bytes + asset_lt: goerli_Bytes + asset_gte: goerli_Bytes + asset_lte: goerli_Bytes + asset_in: [goerli_Bytes!] + asset_not_in: [goerli_Bytes!] + asset_contains: goerli_Bytes + asset_not_contains: goerli_Bytes + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -67617,63 +68076,79 @@ input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] - or: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RelayerFeesIncrease_filter] + or: [goerli_RelayerFeesIncrease_filter] } -enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum goerli_RelayerFeesIncrease_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -input arbitrumone_swap_StableSwap_filter { +input goerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -67686,197 +68161,34 @@ input arbitrumone_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: arbitrumone_swap_Bytes - key_not: arbitrumone_swap_Bytes - key_gt: arbitrumone_swap_Bytes - key_lt: arbitrumone_swap_Bytes - key_gte: arbitrumone_swap_Bytes - key_lte: arbitrumone_swap_Bytes - key_in: [arbitrumone_swap_Bytes!] - key_not_in: [arbitrumone_swap_Bytes!] - key_contains: arbitrumone_swap_Bytes - key_not_contains: arbitrumone_swap_Bytes - canonicalId: arbitrumone_swap_Bytes - canonicalId_not: arbitrumone_swap_Bytes - canonicalId_gt: arbitrumone_swap_Bytes - canonicalId_lt: arbitrumone_swap_Bytes - canonicalId_gte: arbitrumone_swap_Bytes - canonicalId_lte: arbitrumone_swap_Bytes - canonicalId_in: [arbitrumone_swap_Bytes!] - canonicalId_not_in: [arbitrumone_swap_Bytes!] - canonicalId_contains: arbitrumone_swap_Bytes - canonicalId_not_contains: arbitrumone_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: arbitrumone_swap_Bytes - swapPool_not: arbitrumone_swap_Bytes - swapPool_gt: arbitrumone_swap_Bytes - swapPool_lt: arbitrumone_swap_Bytes - swapPool_gte: arbitrumone_swap_Bytes - swapPool_lte: arbitrumone_swap_Bytes - swapPool_in: [arbitrumone_swap_Bytes!] - swapPool_not_in: [arbitrumone_swap_Bytes!] - swapPool_contains: arbitrumone_swap_Bytes - swapPool_not_contains: arbitrumone_swap_Bytes - lpToken: arbitrumone_swap_Bytes - lpToken_not: arbitrumone_swap_Bytes - lpToken_gt: arbitrumone_swap_Bytes - lpToken_lt: arbitrumone_swap_Bytes - lpToken_gte: arbitrumone_swap_Bytes - lpToken_lte: arbitrumone_swap_Bytes - lpToken_in: [arbitrumone_swap_Bytes!] - lpToken_not_in: [arbitrumone_swap_Bytes!] - lpToken_contains: arbitrumone_swap_Bytes - lpToken_not_contains: arbitrumone_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [arbitrumone_swap_Bytes!] - pooledTokens_not: [arbitrumone_swap_Bytes!] - pooledTokens_contains: [arbitrumone_swap_Bytes!] - pooledTokens_contains_nocase: [arbitrumone_swap_Bytes!] - pooledTokens_not_contains: [arbitrumone_swap_Bytes!] - pooledTokens_not_contains_nocase: [arbitrumone_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: arbitrumone_swap_StableSwapEvent_filter - exchanges_: arbitrumone_swap_StableSwapExchange_filter - hourlyVolumes_: arbitrumone_swap_SwapHourlyVolume_filter - dailyVolumes_: arbitrumone_swap_SwapDailyVolume_filter - weeklyVolumes_: arbitrumone_swap_SwapWeeklyVolume_filter + relayer: goerli_Bytes + relayer_not: goerli_Bytes + relayer_gt: goerli_Bytes + relayer_lt: goerli_Bytes + relayer_gte: goerli_Bytes + relayer_lte: goerli_Bytes + relayer_in: [goerli_Bytes!] + relayer_not_in: [goerli_Bytes!] + relayer_contains: goerli_Bytes + relayer_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwap_filter] - or: [arbitrumone_swap_StableSwap_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Relayer_filter] + or: [goerli_Relayer_filter] } -enum arbitrumone_swap_StableSwap_orderBy { +enum goerli_Relayer_orderBy { id isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + relayer } -type arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { +type goerli_RootCount { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + count: BigInt } -input arbitrumone_swap_SwapDailyVolume_filter { +input goerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -67885,80 +68197,40 @@ input arbitrumone_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapDailyVolume_filter] - or: [arbitrumone_swap_SwapDailyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootCount_filter] + or: [goerli_RootCount_filter] } -enum arbitrumone_swap_SwapDailyVolume_orderBy { +enum goerli_RootCount_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + count } -type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { +type goerli_RootMessageSent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + spokeDomain: BigInt + hubDomain: BigInt + root: goerli_Bytes + count: BigInt + caller: goerli_Bytes + transactionHash: goerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input arbitrumone_swap_SwapHourlyVolume_filter { +input goerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -67967,27 +68239,60 @@ input arbitrumone_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + 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!] + root: goerli_Bytes + root_not: goerli_Bytes + root_gt: goerli_Bytes + root_lt: goerli_Bytes + root_gte: goerli_Bytes + root_lte: goerli_Bytes + root_in: [goerli_Bytes!] + root_not_in: [goerli_Bytes!] + root_contains: goerli_Bytes + root_not_contains: goerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -67996,71 +68301,119 @@ input arbitrumone_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapHourlyVolume_filter] - or: [arbitrumone_swap_SwapHourlyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootMessageSent_filter] + or: [goerli_RootMessageSent_filter] } -enum arbitrumone_swap_SwapHourlyVolume_orderBy { +enum goerli_RootMessageSent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -interface arbitrumone_swap_SwapTradeVolume { - stableSwap: arbitrumone_swap_StableSwap! +type goerli_Router { + id: ID! + isActive: Boolean! + owner: goerli_Bytes + recipient: goerli_Bytes + proposedOwner: goerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: goerli_AssetBalance_orderBy, orderDirection: goerli_OrderDirection, where: goerli_AssetBalance_filter): [goerli_AssetBalance!]! +} + +type goerli_RouterDailyTVL { + id: ID! + router: goerli_Router! + asset: goerli_Asset! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + balance: BigInt! } -input arbitrumone_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter +input goerli_RouterDailyTVL_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!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: goerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: goerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -68069,50 +68422,63 @@ input arbitrumone_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapTradeVolume_filter] - or: [arbitrumone_swap_SwapTradeVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RouterDailyTVL_filter] + or: [goerli_RouterDailyTVL_filter] } -enum arbitrumone_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply +enum goerli_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - volume + balance } -type arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { +type goerli_RouterLiquidityEvent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + type: goerli_RouterLiquidityEventType + router: goerli_Router! + asset: goerli_Asset! + amount: BigInt! + balance: BigInt! + caller: goerli_Bytes + blockNumber: BigInt! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + transactionHash: goerli_Bytes! + nonce: BigInt! } -input arbitrumone_swap_SwapWeeklyVolume_filter { +enum goerli_RouterLiquidityEventType { + Add + Remove +} + +input goerli_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -68121,27 +68487,86 @@ input arbitrumone_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + type: goerli_RouterLiquidityEventType + type_not: goerli_RouterLiquidityEventType + type_in: [goerli_RouterLiquidityEventType!] + type_not_in: [goerli_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: goerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: goerli_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -68150,50 +68575,60 @@ input arbitrumone_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapWeeklyVolume_filter] - or: [arbitrumone_swap_SwapWeeklyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RouterLiquidityEvent_filter] + or: [goerli_RouterLiquidityEvent_filter] } -enum arbitrumone_swap_SwapWeeklyVolume_orderBy { +enum goerli_RouterLiquidityEvent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber timestamp - volume -} - -type arbitrumone_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + transactionHash + nonce } -input arbitrumone_swap_SystemInfo_filter { +input goerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -68202,96 +68637,72 @@ input arbitrumone_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: goerli_Bytes + owner_not: goerli_Bytes + owner_gt: goerli_Bytes + owner_lt: goerli_Bytes + owner_gte: goerli_Bytes + owner_lte: goerli_Bytes + owner_in: [goerli_Bytes!] + owner_not_in: [goerli_Bytes!] + owner_contains: goerli_Bytes + owner_not_contains: goerli_Bytes + recipient: goerli_Bytes + recipient_not: goerli_Bytes + recipient_gt: goerli_Bytes + recipient_lt: goerli_Bytes + recipient_gte: goerli_Bytes + recipient_lte: goerli_Bytes + recipient_in: [goerli_Bytes!] + recipient_not_in: [goerli_Bytes!] + recipient_contains: goerli_Bytes + recipient_not_contains: goerli_Bytes + proposedOwner: goerli_Bytes + proposedOwner_not: goerli_Bytes + proposedOwner_gt: goerli_Bytes + proposedOwner_lt: goerli_Bytes + proposedOwner_gte: goerli_Bytes + proposedOwner_lte: goerli_Bytes + proposedOwner_in: [goerli_Bytes!] + proposedOwner_not_in: [goerli_Bytes!] + proposedOwner_contains: goerli_Bytes + proposedOwner_not_contains: goerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: goerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SystemInfo_filter] - or: [arbitrumone_swap_SystemInfo_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Router_filter] + or: [goerli_Router_filter] } -enum arbitrumone_swap_SystemInfo_orderBy { +enum goerli_Router_orderBy { id - exchangeCount - swapCount -} - -type arbitrumone_swap__Block_ { - """The hash of the block""" - hash: arbitrumone_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type arbitrumone_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: arbitrumone_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -scalar xdai_swap_BigDecimal - -input xdai_swap_BlockChangedFilter { - number_gte: Int! -} - -input xdai_swap_Block_height { - hash: xdai_swap_Bytes - number: Int - number_gte: Int -} - -scalar xdai_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar xdai_swap_Int8 - -type xdai_swap_LpAccount { - id: ID! - address: xdai_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpAccountBalance_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpAccountBalance_filter): [xdai_swap_LpAccountBalance!]! + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type xdai_swap_LpAccountBalance { +type goerli_Sequencer { id: ID! - account: xdai_swap_LpAccount! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: xdai_swap_Bytes + isActive: Boolean! + sequencer: goerli_Bytes } -input xdai_swap_LpAccountBalance_filter { +input goerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -68300,107 +68711,39 @@ input xdai_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: xdai_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: xdai_swap_LpToken_filter - amount: xdai_swap_BigDecimal - amount_not: xdai_swap_BigDecimal - amount_gt: xdai_swap_BigDecimal - amount_lt: xdai_swap_BigDecimal - amount_gte: xdai_swap_BigDecimal - amount_lte: xdai_swap_BigDecimal - amount_in: [xdai_swap_BigDecimal!] - amount_not_in: [xdai_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: goerli_Bytes + sequencer_not: goerli_Bytes + sequencer_gt: goerli_Bytes + sequencer_lt: goerli_Bytes + sequencer_gte: goerli_Bytes + sequencer_lte: goerli_Bytes + sequencer_in: [goerli_Bytes!] + sequencer_not_in: [goerli_Bytes!] + sequencer_contains: goerli_Bytes + sequencer_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccountBalance_filter] - or: [xdai_swap_LpAccountBalance_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Sequencer_filter] + or: [goerli_Sequencer_filter] } -enum xdai_swap_LpAccountBalance_orderBy { +enum goerli_Sequencer_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + isActive + sequencer } -input xdai_swap_LpAccount_filter { +type goerli_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: goerli_Bytes! +} + +input goerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -68409,51 +68752,49 @@ input xdai_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: xdai_swap_Bytes - address_not: xdai_swap_Bytes - address_gt: xdai_swap_Bytes - address_lt: xdai_swap_Bytes - address_gte: xdai_swap_Bytes - address_lte: xdai_swap_Bytes - address_in: [xdai_swap_Bytes!] - address_not_in: [xdai_swap_Bytes!] - address_contains: xdai_swap_Bytes - address_not_contains: xdai_swap_Bytes - balances_: xdai_swap_LpAccountBalance_filter + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccount_filter] - or: [xdai_swap_LpAccount_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_Setting_filter] + or: [goerli_Setting_filter] } -enum xdai_swap_LpAccount_orderBy { +enum goerli_Setting_orderBy { id - address - balances -} - -type xdai_swap_LpToken { - id: ID! - address: xdai_swap_Bytes! - stableSwap: xdai_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: xdai_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpTokenEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpTokenEvent_filter): [xdai_swap_LpTokenEvent!]! + maxRoutersPerTransfer + caller } -interface xdai_swap_LpTokenEvent { +type goerli_SlippageUpdate { id: ID! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! - block: BigInt! + transfer: goerli_DestinationTransfer! + slippage: BigInt! + caller: goerli_Bytes! + transactionHash: goerli_Bytes! timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input xdai_swap_LpTokenEvent_filter { +input goerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -68462,43 +68803,55 @@ input xdai_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: xdai_swap_LpToken_filter - amount: xdai_swap_BigDecimal - amount_not: xdai_swap_BigDecimal - amount_gt: xdai_swap_BigDecimal - amount_lt: xdai_swap_BigDecimal - amount_gte: xdai_swap_BigDecimal - amount_lte: xdai_swap_BigDecimal - amount_in: [xdai_swap_BigDecimal!] - amount_not_in: [xdai_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: goerli_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -68507,47 +68860,230 @@ input xdai_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_SlippageUpdate_filter] + or: [goerli_SlippageUpdate_filter] +} + +enum goerli_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +enum goerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type localmainnet_AggregateRootSavedSlow { + id: ID! + aggregateRoot: localmainnet_Bytes! + count: BigInt! + aggregatedRoots: [localmainnet_Bytes!] + rootTimestamp: BigInt! +} + +input localmainnet_AggregateRootSavedSlow_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!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + aggregatedRoots: [localmainnet_Bytes!] + aggregatedRoots_not: [localmainnet_Bytes!] + aggregatedRoots_contains: [localmainnet_Bytes!] + aggregatedRoots_contains_nocase: [localmainnet_Bytes!] + aggregatedRoots_not_contains: [localmainnet_Bytes!] + aggregatedRoots_not_contains_nocase: [localmainnet_Bytes!] + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AggregateRootSavedSlow_filter] + or: [localmainnet_AggregateRootSavedSlow_filter] +} + +enum localmainnet_AggregateRootSavedSlow_orderBy { + id + aggregateRoot + count + aggregatedRoots + rootTimestamp +} + +type localmainnet_AggregatedMessageRoot { + id: ID! + index: BigInt! + receivedRoot: localmainnet_Bytes! + domain: BigInt + blockNumber: BigInt +} + +input localmainnet_AggregatedMessageRoot_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!] + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: localmainnet_Bytes + receivedRoot_not: localmainnet_Bytes + receivedRoot_gt: localmainnet_Bytes + receivedRoot_lt: localmainnet_Bytes + receivedRoot_gte: localmainnet_Bytes + receivedRoot_lte: localmainnet_Bytes + receivedRoot_in: [localmainnet_Bytes!] + receivedRoot_not_in: [localmainnet_Bytes!] + receivedRoot_contains: localmainnet_Bytes + receivedRoot_not_contains: localmainnet_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpTokenEvent_filter] - or: [xdai_swap_LpTokenEvent_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AggregatedMessageRoot_filter] + or: [localmainnet_AggregatedMessageRoot_filter] } -enum xdai_swap_LpTokenEvent_orderBy { +enum localmainnet_AggregatedMessageRoot_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce + index + receivedRoot + domain + blockNumber } -input xdai_swap_LpToken_filter { +type localmainnet_ArbitrumConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! +} + +input localmainnet_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -68556,142 +69092,89 @@ input xdai_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: xdai_swap_Bytes - address_not: xdai_swap_Bytes - address_gt: xdai_swap_Bytes - address_lt: xdai_swap_Bytes - address_gte: xdai_swap_Bytes - address_lte: xdai_swap_Bytes - address_in: [xdai_swap_Bytes!] - address_not_in: [xdai_swap_Bytes!] - address_contains: xdai_swap_Bytes - address_not_contains: xdai_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: xdai_swap_BigDecimal - totalSupply_not: xdai_swap_BigDecimal - totalSupply_gt: xdai_swap_BigDecimal - totalSupply_lt: xdai_swap_BigDecimal - totalSupply_gte: xdai_swap_BigDecimal - totalSupply_lte: xdai_swap_BigDecimal - totalSupply_in: [xdai_swap_BigDecimal!] - totalSupply_not_in: [xdai_swap_BigDecimal!] - events_: xdai_swap_LpTokenEvent_filter + 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: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpToken_filter] - or: [xdai_swap_LpToken_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_ArbitrumConnectorMeta_filter] + or: [localmainnet_ArbitrumConnectorMeta_filter] } -enum xdai_swap_LpToken_orderBy { +enum localmainnet_ArbitrumConnectorMeta_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { +scalar localmainnet_BigDecimal + +input localmainnet_BlockChangedFilter { + number_gte: Int! +} + +input localmainnet_Block_height { + hash: localmainnet_Bytes + number: Int + number_gte: Int +} + +type localmainnet_BnbConnectorMeta { id: ID! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! - from: xdai_swap_Bytes! - to: xdai_swap_Bytes! - fromBalance: xdai_swap_BigDecimal! - toBalance: xdai_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input xdai_swap_LpTransferEvent_filter { +input localmainnet_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -68700,143 +69183,154 @@ input xdai_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: xdai_swap_LpToken_filter - amount: xdai_swap_BigDecimal - amount_not: xdai_swap_BigDecimal - amount_gt: xdai_swap_BigDecimal - amount_lt: xdai_swap_BigDecimal - amount_gte: xdai_swap_BigDecimal - amount_lte: xdai_swap_BigDecimal - amount_in: [xdai_swap_BigDecimal!] - amount_not_in: [xdai_swap_BigDecimal!] - from: xdai_swap_Bytes - from_not: xdai_swap_Bytes - from_gt: xdai_swap_Bytes - from_lt: xdai_swap_Bytes - from_gte: xdai_swap_Bytes - from_lte: xdai_swap_Bytes - from_in: [xdai_swap_Bytes!] - from_not_in: [xdai_swap_Bytes!] - from_contains: xdai_swap_Bytes - from_not_contains: xdai_swap_Bytes - to: xdai_swap_Bytes - to_not: xdai_swap_Bytes - to_gt: xdai_swap_Bytes - to_lt: xdai_swap_Bytes - to_gte: xdai_swap_Bytes - to_lte: xdai_swap_Bytes - to_in: [xdai_swap_Bytes!] - to_not_in: [xdai_swap_Bytes!] - to_contains: xdai_swap_Bytes - to_not_contains: xdai_swap_Bytes - fromBalance: xdai_swap_BigDecimal - fromBalance_not: xdai_swap_BigDecimal - fromBalance_gt: xdai_swap_BigDecimal - fromBalance_lt: xdai_swap_BigDecimal - fromBalance_gte: xdai_swap_BigDecimal - fromBalance_lte: xdai_swap_BigDecimal - fromBalance_in: [xdai_swap_BigDecimal!] - fromBalance_not_in: [xdai_swap_BigDecimal!] - toBalance: xdai_swap_BigDecimal - toBalance_not: xdai_swap_BigDecimal - toBalance_gt: xdai_swap_BigDecimal - toBalance_lt: xdai_swap_BigDecimal - toBalance_gte: xdai_swap_BigDecimal - toBalance_lte: xdai_swap_BigDecimal - toBalance_in: [xdai_swap_BigDecimal!] - toBalance_not_in: [xdai_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpTransferEvent_filter] - or: [xdai_swap_LpTransferEvent_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_BnbConnectorMeta_filter] + or: [localmainnet_BnbConnectorMeta_filter] } -enum xdai_swap_LpTransferEvent_orderBy { +enum localmainnet_BnbConnectorMeta_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -"""Defines the order direction, either ascending or descending""" -enum xdai_swap_OrderDirection { - asc - desc +scalar localmainnet_Bytes + +type localmainnet_GnosisConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -type xdai_swap_PooledToken { +input localmainnet_GnosisConnectorMeta_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: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_GnosisConnectorMeta_filter] + or: [localmainnet_GnosisConnectorMeta_filter] +} + +enum localmainnet_GnosisConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type localmainnet_HubDomain { id: ID! - asset: xdai_swap_Bytes! + domain: BigInt } -input xdai_swap_PooledToken_filter { +input localmainnet_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -68845,72 +69339,33 @@ input xdai_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: xdai_swap_Bytes - asset_not: xdai_swap_Bytes - asset_gt: xdai_swap_Bytes - asset_lt: xdai_swap_Bytes - asset_gte: xdai_swap_Bytes - asset_lte: xdai_swap_Bytes - asset_in: [xdai_swap_Bytes!] - asset_not_in: [xdai_swap_Bytes!] - asset_contains: xdai_swap_Bytes - asset_not_contains: xdai_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_PooledToken_filter] - or: [xdai_swap_PooledToken_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_HubDomain_filter] + or: [localmainnet_HubDomain_filter] } -enum xdai_swap_PooledToken_orderBy { +enum localmainnet_HubDomain_orderBy { id - asset -} - -type xdai_swap_StableSwap { - id: ID! - isActive: Boolean - key: xdai_swap_Bytes! - canonicalId: xdai_swap_Bytes - domain: BigInt - swapPool: xdai_swap_Bytes - lpToken: xdai_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [xdai_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapEvent_filter): [xdai_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapExchange_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapExchange_filter): [xdai_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapHourlyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapHourlyVolume_filter): [xdai_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapDailyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapDailyVolume_filter): [xdai_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapWeeklyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapWeeklyVolume_filter): [xdai_swap_SwapWeeklyVolume!] + domain } -type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { +type localmainnet_HubOptimisticRootFinalized { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + aggregateRoot: localmainnet_Bytes! timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input xdai_swap_StableSwapAddLiquidityEvent_filter { +input localmainnet_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -68919,87 +69374,16 @@ input xdai_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - provider: xdai_swap_Bytes - provider_not: xdai_swap_Bytes - provider_gt: xdai_swap_Bytes - provider_lt: xdai_swap_Bytes - provider_gte: xdai_swap_Bytes - provider_lte: xdai_swap_Bytes - provider_in: [xdai_swap_Bytes!] - provider_not_in: [xdai_swap_Bytes!] - provider_contains: xdai_swap_Bytes - provider_not_contains: xdai_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -69008,72 +69392,43 @@ input xdai_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapAddLiquidityEvent_filter] - or: [xdai_swap_StableSwapAddLiquidityEvent_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_HubOptimisticRootFinalized_filter] + or: [localmainnet_HubOptimisticRootFinalized_filter] } -enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { +enum localmainnet_HubOptimisticRootFinalized_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + aggregateRoot timestamp - transaction - nonce + blockNumber } -interface xdai_swap_StableSwapEvent { +""" +8 bytes signed integer + +""" +scalar localmainnet_Int8 + +type localmainnet_OptimismConnectorMeta { id: ID! - stableSwap: xdai_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input xdai_swap_StableSwapEvent_filter { +input localmainnet_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -69082,109 +69437,76 @@ input xdai_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapEvent_filter] - or: [xdai_swap_StableSwapEvent_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OptimismConnectorMeta_filter] + or: [localmainnet_OptimismConnectorMeta_filter] } -enum xdai_swap_StableSwapEvent_orderBy { +enum localmainnet_OptimismConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type xdai_swap_StableSwapExchange { +type localmainnet_OptimisticRootPropagated { id: ID! - stableSwap: xdai_swap_StableSwap! - buyer: xdai_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + aggregateRoot: localmainnet_Bytes! + domainsHash: localmainnet_Bytes! timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input xdai_swap_StableSwapExchange_filter { +input localmainnet_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -69193,172 +69515,68 @@ input xdai_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - buyer: xdai_swap_Bytes - buyer_not: xdai_swap_Bytes - buyer_gt: xdai_swap_Bytes - buyer_lt: xdai_swap_Bytes - buyer_gte: xdai_swap_Bytes - buyer_lte: xdai_swap_Bytes - buyer_in: [xdai_swap_Bytes!] - buyer_not_in: [xdai_swap_Bytes!] - buyer_contains: xdai_swap_Bytes - buyer_not_contains: xdai_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + domainsHash: localmainnet_Bytes + domainsHash_not: localmainnet_Bytes + domainsHash_gt: localmainnet_Bytes + domainsHash_lt: localmainnet_Bytes + domainsHash_gte: localmainnet_Bytes + domainsHash_lte: localmainnet_Bytes + domainsHash_in: [localmainnet_Bytes!] + domainsHash_not_in: [localmainnet_Bytes!] + domainsHash_contains: localmainnet_Bytes + domainsHash_not_contains: localmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapExchange_filter] - or: [xdai_swap_StableSwapExchange_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OptimisticRootPropagated_filter] + or: [localmainnet_OptimisticRootPropagated_filter] } -enum xdai_swap_StableSwapExchange_orderBy { +enum localmainnet_OptimisticRootPropagated_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block + aggregateRoot + domainsHash timestamp - transaction - nonce + blockNumber } -type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { +type localmainnet_OptimisticRootProposed { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + disputeCliff: BigInt! + aggregateRoot: localmainnet_Bytes! + snapshotsRoots: [localmainnet_Bytes!] + domains: [BigInt!] + baseAggregateRoot: localmainnet_Bytes! timestamp: BigInt! - transaction: xdai_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input xdai_swap_StableSwapRemoveLiquidityEvent_filter { +input localmainnet_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -69367,87 +69585,46 @@ input xdai_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - provider: xdai_swap_Bytes - provider_not: xdai_swap_Bytes - provider_gt: xdai_swap_Bytes - provider_lt: xdai_swap_Bytes - provider_gte: xdai_swap_Bytes - provider_lte: xdai_swap_Bytes - provider_in: [xdai_swap_Bytes!] - provider_not_in: [xdai_swap_Bytes!] - provider_contains: xdai_swap_Bytes - provider_not_contains: xdai_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + disputeCliff: BigInt + disputeCliff_not: BigInt + disputeCliff_gt: BigInt + disputeCliff_lt: BigInt + disputeCliff_gte: BigInt + disputeCliff_lte: BigInt + disputeCliff_in: [BigInt!] + disputeCliff_not_in: [BigInt!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + snapshotsRoots: [localmainnet_Bytes!] + snapshotsRoots_not: [localmainnet_Bytes!] + snapshotsRoots_contains: [localmainnet_Bytes!] + snapshotsRoots_contains_nocase: [localmainnet_Bytes!] + snapshotsRoots_not_contains: [localmainnet_Bytes!] + snapshotsRoots_not_contains_nocase: [localmainnet_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: localmainnet_Bytes + baseAggregateRoot_not: localmainnet_Bytes + baseAggregateRoot_gt: localmainnet_Bytes + baseAggregateRoot_lt: localmainnet_Bytes + baseAggregateRoot_gte: localmainnet_Bytes + baseAggregateRoot_lte: localmainnet_Bytes + baseAggregateRoot_in: [localmainnet_Bytes!] + baseAggregateRoot_not_in: [localmainnet_Bytes!] + baseAggregateRoot_contains: localmainnet_Bytes + baseAggregateRoot_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -69456,63 +69633,47 @@ input xdai_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] - or: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OptimisticRootProposed_filter] + or: [localmainnet_OptimisticRootProposed_filter] } -enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum localmainnet_OptimisticRootProposed_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot timestamp - transaction - nonce + blockNumber } -input xdai_swap_StableSwap_filter { +"""Defines the order direction, either ascending or descending""" +enum localmainnet_OrderDirection { + asc + desc +} + +type localmainnet_PolygonConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! +} + +input localmainnet_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -69521,201 +69682,129 @@ input xdai_swap_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - key: xdai_swap_Bytes - key_not: xdai_swap_Bytes - key_gt: xdai_swap_Bytes - key_lt: xdai_swap_Bytes - key_gte: xdai_swap_Bytes - key_lte: xdai_swap_Bytes - key_in: [xdai_swap_Bytes!] - key_not_in: [xdai_swap_Bytes!] - key_contains: xdai_swap_Bytes - key_not_contains: xdai_swap_Bytes - canonicalId: xdai_swap_Bytes - canonicalId_not: xdai_swap_Bytes - canonicalId_gt: xdai_swap_Bytes - canonicalId_lt: xdai_swap_Bytes - canonicalId_gte: xdai_swap_Bytes - canonicalId_lte: xdai_swap_Bytes - canonicalId_in: [xdai_swap_Bytes!] - canonicalId_not_in: [xdai_swap_Bytes!] - canonicalId_contains: xdai_swap_Bytes - canonicalId_not_contains: xdai_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: xdai_swap_Bytes - swapPool_not: xdai_swap_Bytes - swapPool_gt: xdai_swap_Bytes - swapPool_lt: xdai_swap_Bytes - swapPool_gte: xdai_swap_Bytes - swapPool_lte: xdai_swap_Bytes - swapPool_in: [xdai_swap_Bytes!] - swapPool_not_in: [xdai_swap_Bytes!] - swapPool_contains: xdai_swap_Bytes - swapPool_not_contains: xdai_swap_Bytes - lpToken: xdai_swap_Bytes - lpToken_not: xdai_swap_Bytes - lpToken_gt: xdai_swap_Bytes - lpToken_lt: xdai_swap_Bytes - lpToken_gte: xdai_swap_Bytes - lpToken_lte: xdai_swap_Bytes - lpToken_in: [xdai_swap_Bytes!] - lpToken_not_in: [xdai_swap_Bytes!] - lpToken_contains: xdai_swap_Bytes - lpToken_not_contains: xdai_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [xdai_swap_Bytes!] - pooledTokens_not: [xdai_swap_Bytes!] - pooledTokens_contains: [xdai_swap_Bytes!] - pooledTokens_contains_nocase: [xdai_swap_Bytes!] - pooledTokens_not_contains: [xdai_swap_Bytes!] - pooledTokens_not_contains_nocase: [xdai_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: xdai_swap_StableSwapEvent_filter - exchanges_: xdai_swap_StableSwapExchange_filter - hourlyVolumes_: xdai_swap_SwapHourlyVolume_filter - dailyVolumes_: xdai_swap_SwapDailyVolume_filter - weeklyVolumes_: xdai_swap_SwapWeeklyVolume_filter + 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: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_PolygonConnectorMeta_filter] + or: [localmainnet_PolygonConnectorMeta_filter] +} + +enum localmainnet_PolygonConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type localmainnet_RootAggregated { + id: ID! + domain: BigInt! + receivedRoot: localmainnet_Bytes! + index: BigInt! +} + +input localmainnet_RootAggregated_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!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + receivedRoot: localmainnet_Bytes + receivedRoot_not: localmainnet_Bytes + receivedRoot_gt: localmainnet_Bytes + receivedRoot_lt: localmainnet_Bytes + receivedRoot_gte: localmainnet_Bytes + receivedRoot_lte: localmainnet_Bytes + receivedRoot_in: [localmainnet_Bytes!] + receivedRoot_not_in: [localmainnet_Bytes!] + receivedRoot_contains: localmainnet_Bytes + receivedRoot_not_contains: localmainnet_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwap_filter] - or: [xdai_swap_StableSwap_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootAggregated_filter] + or: [localmainnet_RootAggregated_filter] } -enum xdai_swap_StableSwap_orderBy { +enum localmainnet_RootAggregated_orderBy { id - isActive - key - canonicalId domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + receivedRoot + index } -type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { +type localmainnet_RootManagerMeta { id: ID! - stableSwap: xdai_swap_StableSwap! - timestamp: BigInt! - volume: xdai_swap_BigDecimal! + domains: [BigInt!] + connectors: [localmainnet_Bytes!] } -input xdai_swap_SwapDailyVolume_filter { +input localmainnet_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -69724,80 +69813,36 @@ input xdai_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [localmainnet_Bytes!] + connectors_not: [localmainnet_Bytes!] + connectors_contains: [localmainnet_Bytes!] + connectors_contains_nocase: [localmainnet_Bytes!] + connectors_not_contains: [localmainnet_Bytes!] + connectors_not_contains_nocase: [localmainnet_Bytes!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapDailyVolume_filter] - or: [xdai_swap_SwapDailyVolume_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootManagerMeta_filter] + or: [localmainnet_RootManagerMeta_filter] } -enum xdai_swap_SwapDailyVolume_orderBy { +enum localmainnet_RootManagerMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + domains + connectors } -type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { +type localmainnet_RootManagerMode { id: ID! - stableSwap: xdai_swap_StableSwap! - timestamp: BigInt! - volume: xdai_swap_BigDecimal! + mode: String! } -input xdai_swap_SwapHourlyVolume_filter { +input localmainnet_RootManagerMode_filter { id: ID id_not: ID id_gt: ID @@ -69806,100 +69851,105 @@ input xdai_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapHourlyVolume_filter] - or: [xdai_swap_SwapHourlyVolume_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootManagerMode_filter] + or: [localmainnet_RootManagerMode_filter] } -enum xdai_swap_SwapHourlyVolume_orderBy { +enum localmainnet_RootManagerMode_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + mode } -interface xdai_swap_SwapTradeVolume { - stableSwap: xdai_swap_StableSwap! - timestamp: BigInt! - volume: xdai_swap_BigDecimal! +type localmainnet_RootMessageProcessed { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + root: localmainnet_Bytes + caller: localmainnet_Bytes + transactionHash: localmainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input xdai_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter +input localmainnet_RootMessageProcessed_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!] + root: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -69908,50 +69958,58 @@ input xdai_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapTradeVolume_filter] - or: [xdai_swap_SwapTradeVolume_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootMessageProcessed_filter] + or: [localmainnet_RootMessageProcessed_filter] } -enum xdai_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply +enum localmainnet_RootMessageProcessed_orderBy { + id + spokeDomain + hubDomain + root + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { +type localmainnet_RootPropagated { id: ID! - stableSwap: xdai_swap_StableSwap! - timestamp: BigInt! - volume: xdai_swap_BigDecimal! + aggregate: localmainnet_Bytes! + domainsHash: localmainnet_Bytes! + count: BigInt! + blockNumber: BigInt } -input xdai_swap_SwapWeeklyVolume_filter { +input localmainnet_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -69960,79 +70018,66 @@ input xdai_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapWeeklyVolume_filter] - or: [xdai_swap_SwapWeeklyVolume_filter] -} - -enum xdai_swap_SwapWeeklyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + aggregate: localmainnet_Bytes + aggregate_not: localmainnet_Bytes + aggregate_gt: localmainnet_Bytes + aggregate_lt: localmainnet_Bytes + aggregate_gte: localmainnet_Bytes + aggregate_lte: localmainnet_Bytes + aggregate_in: [localmainnet_Bytes!] + aggregate_not_in: [localmainnet_Bytes!] + aggregate_contains: localmainnet_Bytes + aggregate_not_contains: localmainnet_Bytes + domainsHash: localmainnet_Bytes + domainsHash_not: localmainnet_Bytes + domainsHash_gt: localmainnet_Bytes + domainsHash_lt: localmainnet_Bytes + domainsHash_gte: localmainnet_Bytes + domainsHash_lte: localmainnet_Bytes + domainsHash_in: [localmainnet_Bytes!] + domainsHash_not_in: [localmainnet_Bytes!] + domainsHash_contains: localmainnet_Bytes + domainsHash_not_contains: localmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootPropagated_filter] + or: [localmainnet_RootPropagated_filter] } -type xdai_swap_SystemInfo { +enum localmainnet_RootPropagated_orderBy { + id + aggregate + domainsHash + count + blockNumber +} + +type localmainnet_ZkSyncConnectorMeta { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input xdai_swap_SystemInfo_filter { +input localmainnet_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -70041,37 +70086,70 @@ input xdai_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + 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: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SystemInfo_filter] - or: [xdai_swap_SystemInfo_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_ZkSyncConnectorMeta_filter] + or: [localmainnet_ZkSyncConnectorMeta_filter] } -enum xdai_swap_SystemInfo_orderBy { +enum localmainnet_ZkSyncConnectorMeta_orderBy { id - exchangeCount - swapCount + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type xdai_swap__Block_ { +type localmainnet__Block_ { """The hash of the block""" - hash: xdai_swap_Bytes + hash: localmainnet_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -70079,7 +70157,7 @@ type xdai_swap__Block_ { } """The type for the top-level _meta field""" -type xdai_swap__Meta_ { +type localmainnet__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -70087,44 +70165,76 @@ type xdai_swap__Meta_ { and therefore asks for the latest block """ - block: xdai_swap__Block_! + block: localmainnet__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar linea_swap_BigDecimal - -input linea_swap_BlockChangedFilter { - number_gte: Int! +type lineagoerli_AggregateRoot { + id: ID! + root: lineagoerli_Bytes! + blockNumber: BigInt! } -input linea_swap_Block_height { - hash: linea_swap_Bytes - number: Int - number_gte: Int +input lineagoerli_AggregateRoot_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!] + root: lineagoerli_Bytes + root_not: lineagoerli_Bytes + root_in: [lineagoerli_Bytes!] + root_not_in: [lineagoerli_Bytes!] + root_contains: lineagoerli_Bytes + root_not_contains: lineagoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: lineagoerli_BlockChangedFilter } -scalar linea_swap_Bytes +enum lineagoerli_AggregateRoot_orderBy { + id + root + blockNumber +} -type linea_swap_LpAccount { +type lineagoerli_Asset { id: ID! - address: linea_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpAccountBalance_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpAccountBalance_filter): [linea_swap_LpAccountBalance!]! + key: lineagoerli_Bytes + decimal: BigInt + canonicalId: lineagoerli_Bytes + canonicalDomain: BigInt + adoptedAsset: lineagoerli_Bytes + localAsset: lineagoerli_Bytes + blockNumber: BigInt + status: lineagoerli_AssetStatus } -type linea_swap_LpAccountBalance { +type lineagoerli_AssetBalance { id: ID! - account: linea_swap_LpAccount! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: linea_swap_Bytes + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: lineagoerli_Router! + asset: lineagoerli_Asset! + feesEarned: BigInt! } -input linea_swap_LpAccountBalance_filter { +input lineagoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -70133,93 +70243,109 @@ input linea_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: linea_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: lineagoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: lineagoerli_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_LpAccountBalance_orderBy { +enum lineagoerli_AssetBalance_orderBy { id - account - token amount - block - modified - transaction + locked + supplied + removed + router + asset + feesEarned } -input linea_swap_LpAccount_filter { +type lineagoerli_AssetStatus { + id: ID! + status: Boolean +} + +input lineagoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -70228,45 +70354,20 @@ input linea_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: linea_swap_Bytes - address_not: linea_swap_Bytes - address_in: [linea_swap_Bytes!] - address_not_in: [linea_swap_Bytes!] - address_contains: linea_swap_Bytes - address_not_contains: linea_swap_Bytes - balances_: linea_swap_LpAccountBalance_filter + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_LpAccount_orderBy { +enum lineagoerli_AssetStatus_orderBy { id - address - balances -} - -type linea_swap_LpToken { - id: ID! - address: linea_swap_Bytes! - stableSwap: linea_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: linea_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpTokenEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpTokenEvent_filter): [linea_swap_LpTokenEvent!]! -} - -interface linea_swap_LpTokenEvent { - id: ID! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + status } -input linea_swap_LpTokenEvent_filter { +input lineagoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -70275,80 +70376,115 @@ input linea_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + key: lineagoerli_Bytes + key_not: lineagoerli_Bytes + key_in: [lineagoerli_Bytes!] + key_not_in: [lineagoerli_Bytes!] + key_contains: lineagoerli_Bytes + key_not_contains: lineagoerli_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + canonicalId: lineagoerli_Bytes + canonicalId_not: lineagoerli_Bytes + canonicalId_in: [lineagoerli_Bytes!] + canonicalId_not_in: [lineagoerli_Bytes!] + canonicalId_contains: lineagoerli_Bytes + canonicalId_not_contains: lineagoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: lineagoerli_Bytes + adoptedAsset_not: lineagoerli_Bytes + adoptedAsset_in: [lineagoerli_Bytes!] + adoptedAsset_not_in: [lineagoerli_Bytes!] + adoptedAsset_contains: lineagoerli_Bytes + adoptedAsset_not_contains: lineagoerli_Bytes + localAsset: lineagoerli_Bytes + localAsset_not: lineagoerli_Bytes + localAsset_in: [lineagoerli_Bytes!] + localAsset_not_in: [lineagoerli_Bytes!] + localAsset_contains: lineagoerli_Bytes + localAsset_not_contains: lineagoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: lineagoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_LpTokenEvent_orderBy { +enum lineagoerli_Asset_orderBy { id - token - amount - block - timestamp - transaction - nonce + key + decimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status } -input linea_swap_LpToken_filter { +scalar lineagoerli_BigDecimal + +input lineagoerli_BlockChangedFilter { + number_gte: Int! +} + +input lineagoerli_Block_height { + hash: lineagoerli_Bytes + number: Int + number_gte: Int +} + +scalar lineagoerli_Bytes + +type lineagoerli_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: lineagoerli_Bytes + rootManager: lineagoerli_Bytes + mirrorConnector: lineagoerli_Bytes +} + +input lineagoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -70357,119 +70493,95 @@ input linea_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: linea_swap_Bytes - address_not: linea_swap_Bytes - address_in: [linea_swap_Bytes!] - address_not_in: [linea_swap_Bytes!] - address_contains: linea_swap_Bytes - address_not_contains: linea_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: linea_swap_BigDecimal - totalSupply_not: linea_swap_BigDecimal - totalSupply_gt: linea_swap_BigDecimal - totalSupply_lt: linea_swap_BigDecimal - totalSupply_gte: linea_swap_BigDecimal - totalSupply_lte: linea_swap_BigDecimal - totalSupply_in: [linea_swap_BigDecimal!] - totalSupply_not_in: [linea_swap_BigDecimal!] + 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: lineagoerli_Bytes + amb_not: lineagoerli_Bytes + amb_in: [lineagoerli_Bytes!] + amb_not_in: [lineagoerli_Bytes!] + amb_contains: lineagoerli_Bytes + amb_not_contains: lineagoerli_Bytes + rootManager: lineagoerli_Bytes + rootManager_not: lineagoerli_Bytes + rootManager_in: [lineagoerli_Bytes!] + rootManager_not_in: [lineagoerli_Bytes!] + rootManager_contains: lineagoerli_Bytes + rootManager_not_contains: lineagoerli_Bytes + mirrorConnector: lineagoerli_Bytes + mirrorConnector_not: lineagoerli_Bytes + mirrorConnector_in: [lineagoerli_Bytes!] + mirrorConnector_not_in: [lineagoerli_Bytes!] + mirrorConnector_contains: lineagoerli_Bytes + mirrorConnector_not_contains: lineagoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_LpToken_orderBy { +enum lineagoerli_ConnectorMeta_orderBy { id - address - stableSwap - decimals - name - symbol - totalSupply - events + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap_LpTransferEvent implements linea_swap_LpTokenEvent { +type lineagoerli_DestinationTransfer { id: ID! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - from: linea_swap_Bytes! - to: linea_swap_Bytes! - fromBalance: linea_swap_BigDecimal! - toBalance: linea_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: lineagoerli_Bytes + nonce: BigInt + status: lineagoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_Router_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_Router_filter): [lineagoerli_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: lineagoerli_Bytes + delegate: lineagoerli_Bytes + receiveLocal: Boolean + callData: lineagoerli_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: lineagoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: lineagoerli_Bytes + asset: lineagoerli_Asset + amount: BigInt + routersFee: BigInt + executedCaller: lineagoerli_Bytes + executedTransactionHash: lineagoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: lineagoerli_Bytes + executedTxNonce: BigInt + reconciledCaller: lineagoerli_Bytes + reconciledTransactionHash: lineagoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: lineagoerli_Bytes + reconciledTxNonce: BigInt } -input linea_swap_LpTransferEvent_filter { +input lineagoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -70478,85 +70590,20 @@ input linea_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - from: linea_swap_Bytes - from_not: linea_swap_Bytes - from_in: [linea_swap_Bytes!] - from_not_in: [linea_swap_Bytes!] - from_contains: linea_swap_Bytes - from_not_contains: linea_swap_Bytes - to: linea_swap_Bytes - to_not: linea_swap_Bytes - to_in: [linea_swap_Bytes!] - to_not_in: [linea_swap_Bytes!] - to_contains: linea_swap_Bytes - to_not_contains: linea_swap_Bytes - fromBalance: linea_swap_BigDecimal - fromBalance_not: linea_swap_BigDecimal - fromBalance_gt: linea_swap_BigDecimal - fromBalance_lt: linea_swap_BigDecimal - fromBalance_gte: linea_swap_BigDecimal - fromBalance_lte: linea_swap_BigDecimal - fromBalance_in: [linea_swap_BigDecimal!] - fromBalance_not_in: [linea_swap_BigDecimal!] - toBalance: linea_swap_BigDecimal - toBalance_not: linea_swap_BigDecimal - toBalance_gt: linea_swap_BigDecimal - toBalance_lt: linea_swap_BigDecimal - toBalance_gte: linea_swap_BigDecimal - toBalance_lte: linea_swap_BigDecimal - toBalance_in: [linea_swap_BigDecimal!] - toBalance_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: lineagoerli_Bytes + transferId_not: lineagoerli_Bytes + transferId_in: [lineagoerli_Bytes!] + transferId_not_in: [lineagoerli_Bytes!] + transferId_contains: lineagoerli_Bytes + transferId_not_contains: lineagoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -70565,36 +70612,325 @@ input linea_swap_LpTransferEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + status: lineagoerli_TransferStatus + status_not: lineagoerli_TransferStatus + status_in: [lineagoerli_TransferStatus!] + status_not_in: [lineagoerli_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: lineagoerli_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: lineagoerli_Bytes + to_not: lineagoerli_Bytes + to_in: [lineagoerli_Bytes!] + to_not_in: [lineagoerli_Bytes!] + to_contains: lineagoerli_Bytes + to_not_contains: lineagoerli_Bytes + delegate: lineagoerli_Bytes + delegate_not: lineagoerli_Bytes + delegate_in: [lineagoerli_Bytes!] + delegate_not_in: [lineagoerli_Bytes!] + delegate_contains: lineagoerli_Bytes + delegate_not_contains: lineagoerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: lineagoerli_Bytes + callData_not: lineagoerli_Bytes + callData_in: [lineagoerli_Bytes!] + callData_not_in: [lineagoerli_Bytes!] + callData_contains: lineagoerli_Bytes + callData_not_contains: lineagoerli_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: lineagoerli_Bytes + originSender_not: lineagoerli_Bytes + originSender_in: [lineagoerli_Bytes!] + originSender_not_in: [lineagoerli_Bytes!] + originSender_contains: lineagoerli_Bytes + originSender_not_contains: lineagoerli_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: lineagoerli_Bytes + canonicalId_not: lineagoerli_Bytes + canonicalId_in: [lineagoerli_Bytes!] + canonicalId_not_in: [lineagoerli_Bytes!] + canonicalId_contains: lineagoerli_Bytes + canonicalId_not_contains: lineagoerli_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: lineagoerli_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: lineagoerli_Bytes + executedCaller_not: lineagoerli_Bytes + executedCaller_in: [lineagoerli_Bytes!] + executedCaller_not_in: [lineagoerli_Bytes!] + executedCaller_contains: lineagoerli_Bytes + executedCaller_not_contains: lineagoerli_Bytes + executedTransactionHash: lineagoerli_Bytes + executedTransactionHash_not: lineagoerli_Bytes + executedTransactionHash_in: [lineagoerli_Bytes!] + executedTransactionHash_not_in: [lineagoerli_Bytes!] + executedTransactionHash_contains: lineagoerli_Bytes + executedTransactionHash_not_contains: lineagoerli_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: lineagoerli_Bytes + executedTxOrigin_not: lineagoerli_Bytes + executedTxOrigin_in: [lineagoerli_Bytes!] + executedTxOrigin_not_in: [lineagoerli_Bytes!] + executedTxOrigin_contains: lineagoerli_Bytes + executedTxOrigin_not_contains: lineagoerli_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: lineagoerli_Bytes + reconciledCaller_not: lineagoerli_Bytes + reconciledCaller_in: [lineagoerli_Bytes!] + reconciledCaller_not_in: [lineagoerli_Bytes!] + reconciledCaller_contains: lineagoerli_Bytes + reconciledCaller_not_contains: lineagoerli_Bytes + reconciledTransactionHash: lineagoerli_Bytes + reconciledTransactionHash_not: lineagoerli_Bytes + reconciledTransactionHash_in: [lineagoerli_Bytes!] + reconciledTransactionHash_not_in: [lineagoerli_Bytes!] + reconciledTransactionHash_contains: lineagoerli_Bytes + reconciledTransactionHash_not_contains: lineagoerli_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: lineagoerli_Bytes + reconciledTxOrigin_not: lineagoerli_Bytes + reconciledTxOrigin_in: [lineagoerli_Bytes!] + reconciledTxOrigin_not_in: [lineagoerli_Bytes!] + reconciledTxOrigin_contains: lineagoerli_Bytes + reconciledTxOrigin_not_contains: lineagoerli_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_LpTransferEvent_orderBy { +enum lineagoerli_DestinationTransfer_orderBy { id - token - amount - from - to - fromBalance - toBalance - block - timestamp - transaction + chainId + transferId nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } """Defines the order direction, either ascending or descending""" -enum linea_swap_OrderDirection { +enum lineagoerli_OrderDirection { asc desc } -type linea_swap_PooledToken { +type lineagoerli_OriginMessage { id: ID! - asset: linea_swap_Bytes! + transferId: lineagoerli_Bytes + destinationDomain: BigInt + leaf: lineagoerli_Bytes + index: BigInt + message: lineagoerli_Bytes + root: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + blockNumber: BigInt + rootCount: lineagoerli_RootCount } -input linea_swap_PooledToken_filter { +input lineagoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -70603,66 +70939,134 @@ input linea_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: linea_swap_Bytes - asset_not: linea_swap_Bytes - asset_in: [linea_swap_Bytes!] - asset_not_in: [linea_swap_Bytes!] - asset_contains: linea_swap_Bytes - asset_not_contains: linea_swap_Bytes + transferId: lineagoerli_Bytes + transferId_not: lineagoerli_Bytes + transferId_in: [lineagoerli_Bytes!] + transferId_not_in: [lineagoerli_Bytes!] + transferId_contains: lineagoerli_Bytes + transferId_not_contains: lineagoerli_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: lineagoerli_Bytes + leaf_not: lineagoerli_Bytes + leaf_in: [lineagoerli_Bytes!] + leaf_not_in: [lineagoerli_Bytes!] + leaf_contains: lineagoerli_Bytes + leaf_not_contains: lineagoerli_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: lineagoerli_Bytes + message_not: lineagoerli_Bytes + message_in: [lineagoerli_Bytes!] + message_not_in: [lineagoerli_Bytes!] + message_contains: lineagoerli_Bytes + message_not_contains: lineagoerli_Bytes + root: lineagoerli_Bytes + root_not: lineagoerli_Bytes + root_in: [lineagoerli_Bytes!] + root_not_in: [lineagoerli_Bytes!] + root_contains: lineagoerli_Bytes + root_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: lineagoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_PooledToken_orderBy { +enum lineagoerli_OriginMessage_orderBy { id - asset -} - -type linea_swap_StableSwap { - id: ID! - isActive: Boolean - key: linea_swap_Bytes! - canonicalId: linea_swap_Bytes - domain: BigInt - swapPool: linea_swap_Bytes - lpToken: linea_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [linea_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapEvent_filter): [linea_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapExchange_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapExchange_filter): [linea_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapHourlyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapHourlyVolume_filter): [linea_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapDailyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapDailyVolume_filter): [linea_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapWeeklyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapWeeklyVolume_filter): [linea_swap_SwapWeeklyVolume!] + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount } -type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEvent { +type lineagoerli_OriginTransfer { id: ID! - stableSwap: linea_swap_StableSwap! - provider: linea_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: lineagoerli_Bytes + nonce: BigInt + status: lineagoerli_TransferStatus + messageHash: lineagoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: lineagoerli_Bytes + delegate: lineagoerli_Bytes + receiveLocal: Boolean + callData: lineagoerli_Bytes + slippage: BigInt + originSender: lineagoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: lineagoerli_Bytes + asset: lineagoerli_Asset + transactingAsset: lineagoerli_Bytes + message: lineagoerli_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_RelayerFee_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_RelayerFee_filter): [lineagoerli_RelayerFee!] + initialRelayerFeeAsset: lineagoerli_Bytes + caller: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: lineagoerli_Bytes + txNonce: BigInt } -input linea_swap_StableSwapAddLiquidityEvent_filter { +input lineagoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -70671,83 +71075,201 @@ input linea_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - provider: linea_swap_Bytes - provider_not: linea_swap_Bytes - provider_in: [linea_swap_Bytes!] - provider_not_in: [linea_swap_Bytes!] - provider_contains: linea_swap_Bytes - provider_not_contains: linea_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: lineagoerli_Bytes + transferId_not: lineagoerli_Bytes + transferId_in: [lineagoerli_Bytes!] + transferId_not_in: [lineagoerli_Bytes!] + transferId_contains: lineagoerli_Bytes + transferId_not_contains: lineagoerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: lineagoerli_TransferStatus + status_not: lineagoerli_TransferStatus + status_in: [lineagoerli_TransferStatus!] + status_not_in: [lineagoerli_TransferStatus!] + messageHash: lineagoerli_Bytes + messageHash_not: lineagoerli_Bytes + messageHash_in: [lineagoerli_Bytes!] + messageHash_not_in: [lineagoerli_Bytes!] + messageHash_contains: lineagoerli_Bytes + messageHash_not_contains: lineagoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: lineagoerli_Bytes + to_not: lineagoerli_Bytes + to_in: [lineagoerli_Bytes!] + to_not_in: [lineagoerli_Bytes!] + to_contains: lineagoerli_Bytes + to_not_contains: lineagoerli_Bytes + delegate: lineagoerli_Bytes + delegate_not: lineagoerli_Bytes + delegate_in: [lineagoerli_Bytes!] + delegate_not_in: [lineagoerli_Bytes!] + delegate_contains: lineagoerli_Bytes + delegate_not_contains: lineagoerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: lineagoerli_Bytes + callData_not: lineagoerli_Bytes + callData_in: [lineagoerli_Bytes!] + callData_not_in: [lineagoerli_Bytes!] + callData_contains: lineagoerli_Bytes + callData_not_contains: lineagoerli_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: lineagoerli_Bytes + originSender_not: lineagoerli_Bytes + originSender_in: [lineagoerli_Bytes!] + originSender_not_in: [lineagoerli_Bytes!] + originSender_contains: lineagoerli_Bytes + originSender_not_contains: lineagoerli_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: lineagoerli_Bytes + canonicalId_not: lineagoerli_Bytes + canonicalId_in: [lineagoerli_Bytes!] + canonicalId_not_in: [lineagoerli_Bytes!] + canonicalId_contains: lineagoerli_Bytes + canonicalId_not_contains: lineagoerli_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: lineagoerli_Asset_filter + transactingAsset: lineagoerli_Bytes + transactingAsset_not: lineagoerli_Bytes + transactingAsset_in: [lineagoerli_Bytes!] + transactingAsset_not_in: [lineagoerli_Bytes!] + transactingAsset_contains: lineagoerli_Bytes + transactingAsset_not_contains: lineagoerli_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: lineagoerli_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: lineagoerli_RelayerFee_filter + initialRelayerFeeAsset: lineagoerli_Bytes + initialRelayerFeeAsset_not: lineagoerli_Bytes + initialRelayerFeeAsset_in: [lineagoerli_Bytes!] + initialRelayerFeeAsset_not_in: [lineagoerli_Bytes!] + initialRelayerFeeAsset_contains: lineagoerli_Bytes + initialRelayerFeeAsset_not_contains: lineagoerli_Bytes + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -70756,139 +71278,97 @@ input linea_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: lineagoerli_Bytes + txOrigin_not: lineagoerli_Bytes + txOrigin_in: [lineagoerli_Bytes!] + txOrigin_not_in: [lineagoerli_Bytes!] + txOrigin_contains: lineagoerli_Bytes + txOrigin_not_contains: lineagoerli_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_StableSwapAddLiquidityEvent_orderBy { +enum lineagoerli_OriginTransfer_orderBy { id - stableSwap - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction + chainId + transferId nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + transactingAsset + message + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -interface linea_swap_StableSwapEvent { +type lineagoerli_Relayer { id: ID! - stableSwap: linea_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! -} - -input linea_swap_StableSwapEvent_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!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter -} - -enum linea_swap_StableSwapEvent_orderBy { - id - stableSwap - block - timestamp - transaction - nonce + isActive: Boolean! + relayer: lineagoerli_Bytes } -type linea_swap_StableSwapExchange { +type lineagoerli_RelayerFee { id: ID! - stableSwap: linea_swap_StableSwap! - buyer: linea_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! + transfer: lineagoerli_OriginTransfer! fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + asset: lineagoerli_Bytes! } -input linea_swap_StableSwapExchange_filter { +input lineagoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -70897,71 +71377,27 @@ input linea_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - buyer: linea_swap_Bytes - buyer_not: linea_swap_Bytes - buyer_in: [linea_swap_Bytes!] - buyer_not_in: [linea_swap_Bytes!] - buyer_contains: linea_swap_Bytes - buyer_not_contains: linea_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: lineagoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -70970,158 +71406,92 @@ input linea_swap_StableSwapExchange_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + asset: lineagoerli_Bytes + asset_not: lineagoerli_Bytes + asset_in: [lineagoerli_Bytes!] + asset_not_in: [lineagoerli_Bytes!] + asset_contains: lineagoerli_Bytes + asset_not_contains: lineagoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_StableSwapExchange_orderBy { +enum lineagoerli_RelayerFee_orderBy { id - stableSwap - buyer - boughtId - tokensBought - soldId - tokensSold - balances + transfer fee - block - timestamp - transaction - nonce + asset } -type linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { +type lineagoerli_RelayerFeesIncrease { id: ID! - stableSwap: linea_swap_StableSwap! - provider: linea_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! -} - -input linea_swap_StableSwapRemoveLiquidityEvent_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!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - provider: linea_swap_Bytes - provider_not: linea_swap_Bytes - provider_in: [linea_swap_Bytes!] - provider_not_in: [linea_swap_Bytes!] - provider_contains: linea_swap_Bytes - provider_not_contains: linea_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: lineagoerli_OriginTransfer! + increase: BigInt + asset: lineagoerli_Bytes + caller: lineagoerli_Bytes! + transactionHash: lineagoerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input lineagoerli_RelayerFeesIncrease_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!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: lineagoerli_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: lineagoerli_Bytes + asset_not: lineagoerli_Bytes + asset_in: [lineagoerli_Bytes!] + asset_not_in: [lineagoerli_Bytes!] + asset_contains: lineagoerli_Bytes + asset_not_contains: lineagoerli_Bytes + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71130,41 +71500,48 @@ input linea_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum lineagoerli_RelayerFeesIncrease_orderBy { id - stableSwap - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + transfer + increase + asset + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -input linea_swap_StableSwap_filter { +input lineagoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -71177,178 +71554,28 @@ input linea_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: linea_swap_Bytes - key_not: linea_swap_Bytes - key_in: [linea_swap_Bytes!] - key_not_in: [linea_swap_Bytes!] - key_contains: linea_swap_Bytes - key_not_contains: linea_swap_Bytes - canonicalId: linea_swap_Bytes - canonicalId_not: linea_swap_Bytes - canonicalId_in: [linea_swap_Bytes!] - canonicalId_not_in: [linea_swap_Bytes!] - canonicalId_contains: linea_swap_Bytes - canonicalId_not_contains: linea_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: linea_swap_Bytes - swapPool_not: linea_swap_Bytes - swapPool_in: [linea_swap_Bytes!] - swapPool_not_in: [linea_swap_Bytes!] - swapPool_contains: linea_swap_Bytes - swapPool_not_contains: linea_swap_Bytes - lpToken: linea_swap_Bytes - lpToken_not: linea_swap_Bytes - lpToken_in: [linea_swap_Bytes!] - lpToken_not_in: [linea_swap_Bytes!] - lpToken_contains: linea_swap_Bytes - lpToken_not_contains: linea_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [linea_swap_Bytes!] - pooledTokens_not: [linea_swap_Bytes!] - pooledTokens_contains: [linea_swap_Bytes!] - pooledTokens_contains_nocase: [linea_swap_Bytes!] - pooledTokens_not_contains: [linea_swap_Bytes!] - pooledTokens_not_contains_nocase: [linea_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - exchanges_: linea_swap_StableSwapExchange_filter - hourlyVolumes_: linea_swap_SwapHourlyVolume_filter - dailyVolumes_: linea_swap_SwapDailyVolume_filter - weeklyVolumes_: linea_swap_SwapWeeklyVolume_filter + relayer: lineagoerli_Bytes + relayer_not: lineagoerli_Bytes + relayer_in: [lineagoerli_Bytes!] + relayer_not_in: [lineagoerli_Bytes!] + relayer_contains: lineagoerli_Bytes + relayer_not_contains: lineagoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_StableSwap_orderBy { +enum lineagoerli_Relayer_orderBy { id isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + relayer } -type linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { +type lineagoerli_RootCount { id: ID! - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! + count: BigInt } -input linea_swap_SwapDailyVolume_filter { +input lineagoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -71357,62 +71584,38 @@ input linea_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_SwapDailyVolume_orderBy { +enum lineagoerli_RootCount_orderBy { id - stableSwap - timestamp - volume + count } -type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { +type lineagoerli_RootMessageSent { id: ID! - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! + spokeDomain: BigInt + hubDomain: BigInt + root: lineagoerli_Bytes + count: BigInt + caller: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input linea_swap_SwapHourlyVolume_filter { +input lineagoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -71421,82 +71624,48 @@ input linea_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter -} - -enum linea_swap_SwapHourlyVolume_orderBy { - id - stableSwap - timestamp - volume -} - -interface linea_swap_SwapTradeVolume { - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! -} - -input linea_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter + 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!] + root: lineagoerli_Bytes + root_not: lineagoerli_Bytes + root_in: [lineagoerli_Bytes!] + root_not_in: [lineagoerli_Bytes!] + root_contains: lineagoerli_Bytes + root_not_contains: lineagoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71505,32 +71674,67 @@ input linea_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_SwapTradeVolume_orderBy { - stableSwap +enum lineagoerli_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type linea_swap_SwapWeeklyVolume implements linea_swap_SwapTradeVolume { +type lineagoerli_Router { id: ID! - stableSwap: linea_swap_StableSwap! + isActive: Boolean! + owner: lineagoerli_Bytes + recipient: lineagoerli_Bytes + proposedOwner: lineagoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_AssetBalance_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_AssetBalance_filter): [lineagoerli_AssetBalance!]! +} + +type lineagoerli_RouterDailyTVL { + id: ID! + router: lineagoerli_Router! + asset: lineagoerli_Asset! timestamp: BigInt! - volume: linea_swap_BigDecimal! + balance: BigInt! } -input linea_swap_SwapWeeklyVolume_filter { +input lineagoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -71539,27 +71743,48 @@ input linea_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: lineagoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: lineagoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71568,32 +71793,87 @@ input linea_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_SwapWeeklyVolume_orderBy { +enum lineagoerli_RouterDailyTVL_orderBy { id - stableSwap + router + asset timestamp - volume + balance } -type linea_swap_SystemInfo { +input lineagoerli_Router_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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: lineagoerli_Bytes + owner_not: lineagoerli_Bytes + owner_in: [lineagoerli_Bytes!] + owner_not_in: [lineagoerli_Bytes!] + owner_contains: lineagoerli_Bytes + owner_not_contains: lineagoerli_Bytes + recipient: lineagoerli_Bytes + recipient_not: lineagoerli_Bytes + recipient_in: [lineagoerli_Bytes!] + recipient_not_in: [lineagoerli_Bytes!] + recipient_contains: lineagoerli_Bytes + recipient_not_contains: lineagoerli_Bytes + proposedOwner: lineagoerli_Bytes + proposedOwner_not: lineagoerli_Bytes + proposedOwner_in: [lineagoerli_Bytes!] + proposedOwner_not_in: [lineagoerli_Bytes!] + proposedOwner_contains: lineagoerli_Bytes + proposedOwner_not_contains: lineagoerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: lineagoerli_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: lineagoerli_BlockChangedFilter +} + +enum lineagoerli_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type lineagoerli_Sequencer { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + isActive: Boolean! + sequencer: lineagoerli_Bytes } -input linea_swap_SystemInfo_filter { +input lineagoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -71602,74 +71882,78 @@ input linea_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: lineagoerli_Bytes + sequencer_not: lineagoerli_Bytes + sequencer_in: [lineagoerli_Bytes!] + sequencer_not_in: [lineagoerli_Bytes!] + sequencer_contains: lineagoerli_Bytes + sequencer_not_contains: lineagoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: lineagoerli_BlockChangedFilter } -enum linea_swap_SystemInfo_orderBy { +enum lineagoerli_Sequencer_orderBy { id - exchangeCount - swapCount + isActive + sequencer } -type linea_swap__Block_ { - """The hash of the block""" - hash: linea_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int +type lineagoerli_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: lineagoerli_Bytes! } -"""The type for the top-level _meta field""" -type linea_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: linea_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! +input lineagoerli_Setting_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!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + """Filter for the block changed event.""" + _change_block: lineagoerli_BlockChangedFilter } -type stagingmumbai_AggregateRoot { - id: ID! - root: stagingmumbai_Bytes! - blockNumber: BigInt! +enum lineagoerli_Setting_orderBy { + id + maxRoutersPerTransfer + caller } -type stagingmumbai_AggregateRootProposed { +type lineagoerli_SlippageUpdate { id: ID! - aggregateRoot: stagingmumbai_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + transfer: lineagoerli_DestinationTransfer! + slippage: BigInt! + caller: lineagoerli_Bytes! + transactionHash: lineagoerli_Bytes! timestamp: BigInt! - blockNumber: BigInt + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingmumbai_AggregateRootProposed_filter { +input lineagoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -71678,40 +71962,47 @@ input stagingmumbai_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmumbai_Bytes - aggregateRoot_not: stagingmumbai_Bytes - aggregateRoot_gt: stagingmumbai_Bytes - aggregateRoot_lt: stagingmumbai_Bytes - aggregateRoot_gte: stagingmumbai_Bytes - aggregateRoot_lte: stagingmumbai_Bytes - aggregateRoot_in: [stagingmumbai_Bytes!] - aggregateRoot_not_in: [stagingmumbai_Bytes!] - aggregateRoot_contains: stagingmumbai_Bytes - aggregateRoot_not_contains: stagingmumbai_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: lineagoerli_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71720,6 +72011,22 @@ input stagingmumbai_AggregateRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -71729,22 +72036,61 @@ input stagingmumbai_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AggregateRootProposed_filter] - or: [stagingmumbai_AggregateRootProposed_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingmumbai_AggregateRootProposed_orderBy { +enum lineagoerli_SlippageUpdate_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain + transfer + slippage + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -input stagingmumbai_AggregateRoot_filter { +enum lineagoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type lineagoerli__Block_ { + """The hash of the block""" + hash: lineagoerli_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type lineagoerli__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: lineagoerli__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type optimism_AggregateRoot { + id: ID! + root: optimism_Bytes! + blockNumber: BigInt! +} + +input optimism_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -71753,16 +72099,16 @@ input stagingmumbai_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes + root: optimism_Bytes + root_not: optimism_Bytes + root_gt: optimism_Bytes + root_lt: optimism_Bytes + root_gte: optimism_Bytes + root_lte: optimism_Bytes + root_in: [optimism_Bytes!] + root_not_in: [optimism_Bytes!] + root_contains: optimism_Bytes + root_not_contains: optimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -71772,41 +72118,42 @@ input stagingmumbai_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AggregateRoot_filter] - or: [stagingmumbai_AggregateRoot_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AggregateRoot_filter] + or: [optimism_AggregateRoot_filter] } -enum stagingmumbai_AggregateRoot_orderBy { +enum optimism_AggregateRoot_orderBy { id root blockNumber } -type stagingmumbai_Asset { +type optimism_Asset { id: ID! - key: stagingmumbai_Bytes + key: optimism_Bytes decimal: BigInt - canonicalId: stagingmumbai_Bytes + adoptedDecimal: BigInt + canonicalId: optimism_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmumbai_Bytes - localAsset: stagingmumbai_Bytes + adoptedAsset: optimism_Bytes + localAsset: optimism_Bytes blockNumber: BigInt - status: stagingmumbai_AssetStatus + status: optimism_AssetStatus } -type stagingmumbai_AssetBalance { +type optimism_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmumbai_Router! - asset: stagingmumbai_Asset! + router: optimism_Router! + asset: optimism_Asset! feesEarned: BigInt! } -input stagingmumbai_AssetBalance_filter { +input optimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -71867,7 +72214,7 @@ input stagingmumbai_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmumbai_Router_filter + router_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -71888,7 +72235,7 @@ input stagingmumbai_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter + asset_: optimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -71898,12 +72245,12 @@ input stagingmumbai_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AssetBalance_filter] - or: [stagingmumbai_AssetBalance_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AssetBalance_filter] + or: [optimism_AssetBalance_filter] } -enum stagingmumbai_AssetBalance_orderBy { +enum optimism_AssetBalance_orderBy { id amount locked @@ -71920,6 +72267,7 @@ enum stagingmumbai_AssetBalance_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -71928,12 +72276,12 @@ enum stagingmumbai_AssetBalance_orderBy { feesEarned } -type stagingmumbai_AssetStatus { +type optimism_AssetStatus { id: ID! status: Boolean } -input stagingmumbai_AssetStatus_filter { +input optimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -71947,17 +72295,17 @@ input stagingmumbai_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AssetStatus_filter] - or: [stagingmumbai_AssetStatus_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AssetStatus_filter] + or: [optimism_AssetStatus_filter] } -enum stagingmumbai_AssetStatus_orderBy { +enum optimism_AssetStatus_orderBy { id status } -input stagingmumbai_Asset_filter { +input optimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -71966,16 +72314,16 @@ input stagingmumbai_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingmumbai_Bytes - key_not: stagingmumbai_Bytes - key_gt: stagingmumbai_Bytes - key_lt: stagingmumbai_Bytes - key_gte: stagingmumbai_Bytes - key_lte: stagingmumbai_Bytes - key_in: [stagingmumbai_Bytes!] - key_not_in: [stagingmumbai_Bytes!] - key_contains: stagingmumbai_Bytes - key_not_contains: stagingmumbai_Bytes + key: optimism_Bytes + key_not: optimism_Bytes + key_gt: optimism_Bytes + key_lt: optimism_Bytes + key_gte: optimism_Bytes + key_lte: optimism_Bytes + key_in: [optimism_Bytes!] + key_not_in: [optimism_Bytes!] + key_contains: optimism_Bytes + key_not_contains: optimism_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -71984,16 +72332,24 @@ input stagingmumbai_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - canonicalId: stagingmumbai_Bytes - canonicalId_not: stagingmumbai_Bytes - canonicalId_gt: stagingmumbai_Bytes - canonicalId_lt: stagingmumbai_Bytes - canonicalId_gte: stagingmumbai_Bytes - canonicalId_lte: stagingmumbai_Bytes - canonicalId_in: [stagingmumbai_Bytes!] - canonicalId_not_in: [stagingmumbai_Bytes!] - canonicalId_contains: stagingmumbai_Bytes - canonicalId_not_contains: stagingmumbai_Bytes + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: optimism_Bytes + canonicalId_not: optimism_Bytes + canonicalId_gt: optimism_Bytes + canonicalId_lt: optimism_Bytes + canonicalId_gte: optimism_Bytes + canonicalId_lte: optimism_Bytes + canonicalId_in: [optimism_Bytes!] + canonicalId_not_in: [optimism_Bytes!] + canonicalId_contains: optimism_Bytes + canonicalId_not_contains: optimism_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -72002,26 +72358,26 @@ input stagingmumbai_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingmumbai_Bytes - adoptedAsset_not: stagingmumbai_Bytes - adoptedAsset_gt: stagingmumbai_Bytes - adoptedAsset_lt: stagingmumbai_Bytes - adoptedAsset_gte: stagingmumbai_Bytes - adoptedAsset_lte: stagingmumbai_Bytes - adoptedAsset_in: [stagingmumbai_Bytes!] - adoptedAsset_not_in: [stagingmumbai_Bytes!] - adoptedAsset_contains: stagingmumbai_Bytes - adoptedAsset_not_contains: stagingmumbai_Bytes - localAsset: stagingmumbai_Bytes - localAsset_not: stagingmumbai_Bytes - localAsset_gt: stagingmumbai_Bytes - localAsset_lt: stagingmumbai_Bytes - localAsset_gte: stagingmumbai_Bytes - localAsset_lte: stagingmumbai_Bytes - localAsset_in: [stagingmumbai_Bytes!] - localAsset_not_in: [stagingmumbai_Bytes!] - localAsset_contains: stagingmumbai_Bytes - localAsset_not_contains: stagingmumbai_Bytes + adoptedAsset: optimism_Bytes + adoptedAsset_not: optimism_Bytes + adoptedAsset_gt: optimism_Bytes + adoptedAsset_lt: optimism_Bytes + adoptedAsset_gte: optimism_Bytes + adoptedAsset_lte: optimism_Bytes + adoptedAsset_in: [optimism_Bytes!] + adoptedAsset_not_in: [optimism_Bytes!] + adoptedAsset_contains: optimism_Bytes + adoptedAsset_not_contains: optimism_Bytes + localAsset: optimism_Bytes + localAsset_not: optimism_Bytes + localAsset_gt: optimism_Bytes + localAsset_lt: optimism_Bytes + localAsset_gte: optimism_Bytes + localAsset_lte: optimism_Bytes + localAsset_in: [optimism_Bytes!] + localAsset_not_in: [optimism_Bytes!] + localAsset_contains: optimism_Bytes + localAsset_not_contains: optimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -72050,17 +72406,18 @@ input stagingmumbai_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingmumbai_AssetStatus_filter + status_: optimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Asset_filter] - or: [stagingmumbai_Asset_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Asset_filter] + or: [optimism_Asset_filter] } -enum stagingmumbai_Asset_orderBy { +enum optimism_Asset_orderBy { id key decimal + adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -72071,30 +72428,30 @@ enum stagingmumbai_Asset_orderBy { status__status } -scalar stagingmumbai_BigDecimal +scalar optimism_BigDecimal -input stagingmumbai_BlockChangedFilter { +input optimism_BlockChangedFilter { number_gte: Int! } -input stagingmumbai_Block_height { - hash: stagingmumbai_Bytes +input optimism_Block_height { + hash: optimism_Bytes number: Int number_gte: Int } -scalar stagingmumbai_Bytes +scalar optimism_Bytes -type stagingmumbai_ConnectorMeta { +type optimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmumbai_Bytes - rootManager: stagingmumbai_Bytes - mirrorConnector: stagingmumbai_Bytes + amb: optimism_Bytes + rootManager: optimism_Bytes + mirrorConnector: optimism_Bytes } -input stagingmumbai_ConnectorMeta_filter { +input optimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -72119,43 +72476,43 @@ input stagingmumbai_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingmumbai_Bytes - amb_not: stagingmumbai_Bytes - amb_gt: stagingmumbai_Bytes - amb_lt: stagingmumbai_Bytes - amb_gte: stagingmumbai_Bytes - amb_lte: stagingmumbai_Bytes - amb_in: [stagingmumbai_Bytes!] - amb_not_in: [stagingmumbai_Bytes!] - amb_contains: stagingmumbai_Bytes - amb_not_contains: stagingmumbai_Bytes - rootManager: stagingmumbai_Bytes - rootManager_not: stagingmumbai_Bytes - rootManager_gt: stagingmumbai_Bytes - rootManager_lt: stagingmumbai_Bytes - rootManager_gte: stagingmumbai_Bytes - rootManager_lte: stagingmumbai_Bytes - rootManager_in: [stagingmumbai_Bytes!] - rootManager_not_in: [stagingmumbai_Bytes!] - rootManager_contains: stagingmumbai_Bytes - rootManager_not_contains: stagingmumbai_Bytes - mirrorConnector: stagingmumbai_Bytes - mirrorConnector_not: stagingmumbai_Bytes - mirrorConnector_gt: stagingmumbai_Bytes - mirrorConnector_lt: stagingmumbai_Bytes - mirrorConnector_gte: stagingmumbai_Bytes - mirrorConnector_lte: stagingmumbai_Bytes - mirrorConnector_in: [stagingmumbai_Bytes!] - mirrorConnector_not_in: [stagingmumbai_Bytes!] - mirrorConnector_contains: stagingmumbai_Bytes - mirrorConnector_not_contains: stagingmumbai_Bytes + amb: optimism_Bytes + amb_not: optimism_Bytes + amb_gt: optimism_Bytes + amb_lt: optimism_Bytes + amb_gte: optimism_Bytes + amb_lte: optimism_Bytes + amb_in: [optimism_Bytes!] + amb_not_in: [optimism_Bytes!] + amb_contains: optimism_Bytes + amb_not_contains: optimism_Bytes + rootManager: optimism_Bytes + rootManager_not: optimism_Bytes + rootManager_gt: optimism_Bytes + rootManager_lt: optimism_Bytes + rootManager_gte: optimism_Bytes + rootManager_lte: optimism_Bytes + rootManager_in: [optimism_Bytes!] + rootManager_not_in: [optimism_Bytes!] + rootManager_contains: optimism_Bytes + rootManager_not_contains: optimism_Bytes + mirrorConnector: optimism_Bytes + mirrorConnector_not: optimism_Bytes + mirrorConnector_gt: optimism_Bytes + mirrorConnector_lt: optimism_Bytes + mirrorConnector_gte: optimism_Bytes + mirrorConnector_lte: optimism_Bytes + mirrorConnector_in: [optimism_Bytes!] + mirrorConnector_not_in: [optimism_Bytes!] + mirrorConnector_contains: optimism_Bytes + mirrorConnector_not_contains: optimism_Bytes """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_ConnectorMeta_filter] - or: [stagingmumbai_ConnectorMeta_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_ConnectorMeta_filter] + or: [optimism_ConnectorMeta_filter] } -enum stagingmumbai_ConnectorMeta_orderBy { +enum optimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -72164,48 +72521,48 @@ enum stagingmumbai_ConnectorMeta_orderBy { mirrorConnector } -type stagingmumbai_DestinationTransfer { +type optimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmumbai_Bytes + transferId: optimism_Bytes nonce: BigInt - status: stagingmumbai_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_Router_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_Router_filter): [stagingmumbai_Router!] + status: optimism_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: optimism_Router_orderBy, orderDirection: optimism_OrderDirection, where: optimism_Router_filter): [optimism_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes + to: optimism_Bytes + delegate: optimism_Bytes receiveLocal: Boolean - callData: stagingmumbai_Bytes + callData: optimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmumbai_Bytes + originSender: optimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmumbai_Bytes - asset: stagingmumbai_Asset + canonicalId: optimism_Bytes + asset: optimism_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmumbai_Bytes - executedTransactionHash: stagingmumbai_Bytes + executedCaller: optimism_Bytes + executedTransactionHash: optimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmumbai_Bytes + executedTxOrigin: optimism_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmumbai_Bytes - reconciledTransactionHash: stagingmumbai_Bytes + reconciledCaller: optimism_Bytes + reconciledTransactionHash: optimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmumbai_Bytes + reconciledTxOrigin: optimism_Bytes reconciledTxNonce: BigInt } -input stagingmumbai_DestinationTransfer_filter { +input optimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -72222,16 +72579,16 @@ input stagingmumbai_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmumbai_Bytes - transferId_not: stagingmumbai_Bytes - transferId_gt: stagingmumbai_Bytes - transferId_lt: stagingmumbai_Bytes - transferId_gte: stagingmumbai_Bytes - transferId_lte: stagingmumbai_Bytes - transferId_in: [stagingmumbai_Bytes!] - transferId_not_in: [stagingmumbai_Bytes!] - transferId_contains: stagingmumbai_Bytes - transferId_not_contains: stagingmumbai_Bytes + transferId: optimism_Bytes + transferId_not: optimism_Bytes + transferId_gt: optimism_Bytes + transferId_lt: optimism_Bytes + transferId_gte: optimism_Bytes + transferId_lte: optimism_Bytes + transferId_in: [optimism_Bytes!] + transferId_not_in: [optimism_Bytes!] + transferId_contains: optimism_Bytes + transferId_not_contains: optimism_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -72240,17 +72597,17 @@ input stagingmumbai_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmumbai_TransferStatus - status_not: stagingmumbai_TransferStatus - status_in: [stagingmumbai_TransferStatus!] - status_not_in: [stagingmumbai_TransferStatus!] + status: optimism_TransferStatus + status_not: optimism_TransferStatus + status_in: [optimism_TransferStatus!] + status_not_in: [optimism_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingmumbai_Router_filter + routers_: optimism_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -72275,40 +72632,40 @@ input stagingmumbai_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmumbai_Bytes - to_not: stagingmumbai_Bytes - to_gt: stagingmumbai_Bytes - to_lt: stagingmumbai_Bytes - to_gte: stagingmumbai_Bytes - to_lte: stagingmumbai_Bytes - to_in: [stagingmumbai_Bytes!] - to_not_in: [stagingmumbai_Bytes!] - to_contains: stagingmumbai_Bytes - to_not_contains: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes - delegate_not: stagingmumbai_Bytes - delegate_gt: stagingmumbai_Bytes - delegate_lt: stagingmumbai_Bytes - delegate_gte: stagingmumbai_Bytes - delegate_lte: stagingmumbai_Bytes - delegate_in: [stagingmumbai_Bytes!] - delegate_not_in: [stagingmumbai_Bytes!] - delegate_contains: stagingmumbai_Bytes - delegate_not_contains: stagingmumbai_Bytes + to: optimism_Bytes + to_not: optimism_Bytes + to_gt: optimism_Bytes + to_lt: optimism_Bytes + to_gte: optimism_Bytes + to_lte: optimism_Bytes + to_in: [optimism_Bytes!] + to_not_in: [optimism_Bytes!] + to_contains: optimism_Bytes + to_not_contains: optimism_Bytes + delegate: optimism_Bytes + delegate_not: optimism_Bytes + delegate_gt: optimism_Bytes + delegate_lt: optimism_Bytes + delegate_gte: optimism_Bytes + delegate_lte: optimism_Bytes + delegate_in: [optimism_Bytes!] + delegate_not_in: [optimism_Bytes!] + delegate_contains: optimism_Bytes + delegate_not_contains: optimism_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingmumbai_Bytes - callData_not: stagingmumbai_Bytes - callData_gt: stagingmumbai_Bytes - callData_lt: stagingmumbai_Bytes - callData_gte: stagingmumbai_Bytes - callData_lte: stagingmumbai_Bytes - callData_in: [stagingmumbai_Bytes!] - callData_not_in: [stagingmumbai_Bytes!] - callData_contains: stagingmumbai_Bytes - callData_not_contains: stagingmumbai_Bytes + callData: optimism_Bytes + callData_not: optimism_Bytes + callData_gt: optimism_Bytes + callData_lt: optimism_Bytes + callData_gte: optimism_Bytes + callData_lte: optimism_Bytes + callData_in: [optimism_Bytes!] + callData_not_in: [optimism_Bytes!] + callData_contains: optimism_Bytes + callData_not_contains: optimism_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -72325,16 +72682,16 @@ input stagingmumbai_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingmumbai_Bytes - originSender_not: stagingmumbai_Bytes - originSender_gt: stagingmumbai_Bytes - originSender_lt: stagingmumbai_Bytes - originSender_gte: stagingmumbai_Bytes - originSender_lte: stagingmumbai_Bytes - originSender_in: [stagingmumbai_Bytes!] - originSender_not_in: [stagingmumbai_Bytes!] - originSender_contains: stagingmumbai_Bytes - originSender_not_contains: stagingmumbai_Bytes + originSender: optimism_Bytes + originSender_not: optimism_Bytes + originSender_gt: optimism_Bytes + originSender_lt: optimism_Bytes + originSender_gte: optimism_Bytes + originSender_lte: optimism_Bytes + originSender_in: [optimism_Bytes!] + originSender_not_in: [optimism_Bytes!] + originSender_contains: optimism_Bytes + originSender_not_contains: optimism_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -72351,16 +72708,16 @@ input stagingmumbai_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmumbai_Bytes - canonicalId_not: stagingmumbai_Bytes - canonicalId_gt: stagingmumbai_Bytes - canonicalId_lt: stagingmumbai_Bytes - canonicalId_gte: stagingmumbai_Bytes - canonicalId_lte: stagingmumbai_Bytes - canonicalId_in: [stagingmumbai_Bytes!] - canonicalId_not_in: [stagingmumbai_Bytes!] - canonicalId_contains: stagingmumbai_Bytes - canonicalId_not_contains: stagingmumbai_Bytes + canonicalId: optimism_Bytes + canonicalId_not: optimism_Bytes + canonicalId_gt: optimism_Bytes + canonicalId_lt: optimism_Bytes + canonicalId_gte: optimism_Bytes + canonicalId_lte: optimism_Bytes + canonicalId_in: [optimism_Bytes!] + canonicalId_not_in: [optimism_Bytes!] + canonicalId_contains: optimism_Bytes + canonicalId_not_contains: optimism_Bytes asset: String asset_not: String asset_gt: String @@ -72381,7 +72738,7 @@ input stagingmumbai_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter + asset_: optimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -72398,26 +72755,26 @@ input stagingmumbai_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingmumbai_Bytes - executedCaller_not: stagingmumbai_Bytes - executedCaller_gt: stagingmumbai_Bytes - executedCaller_lt: stagingmumbai_Bytes - executedCaller_gte: stagingmumbai_Bytes - executedCaller_lte: stagingmumbai_Bytes - executedCaller_in: [stagingmumbai_Bytes!] - executedCaller_not_in: [stagingmumbai_Bytes!] - executedCaller_contains: stagingmumbai_Bytes - executedCaller_not_contains: stagingmumbai_Bytes - executedTransactionHash: stagingmumbai_Bytes - executedTransactionHash_not: stagingmumbai_Bytes - executedTransactionHash_gt: stagingmumbai_Bytes - executedTransactionHash_lt: stagingmumbai_Bytes - executedTransactionHash_gte: stagingmumbai_Bytes - executedTransactionHash_lte: stagingmumbai_Bytes - executedTransactionHash_in: [stagingmumbai_Bytes!] - executedTransactionHash_not_in: [stagingmumbai_Bytes!] - executedTransactionHash_contains: stagingmumbai_Bytes - executedTransactionHash_not_contains: stagingmumbai_Bytes + executedCaller: optimism_Bytes + executedCaller_not: optimism_Bytes + executedCaller_gt: optimism_Bytes + executedCaller_lt: optimism_Bytes + executedCaller_gte: optimism_Bytes + executedCaller_lte: optimism_Bytes + executedCaller_in: [optimism_Bytes!] + executedCaller_not_in: [optimism_Bytes!] + executedCaller_contains: optimism_Bytes + executedCaller_not_contains: optimism_Bytes + executedTransactionHash: optimism_Bytes + executedTransactionHash_not: optimism_Bytes + executedTransactionHash_gt: optimism_Bytes + executedTransactionHash_lt: optimism_Bytes + executedTransactionHash_gte: optimism_Bytes + executedTransactionHash_lte: optimism_Bytes + executedTransactionHash_in: [optimism_Bytes!] + executedTransactionHash_not_in: [optimism_Bytes!] + executedTransactionHash_contains: optimism_Bytes + executedTransactionHash_not_contains: optimism_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -72450,16 +72807,16 @@ input stagingmumbai_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingmumbai_Bytes - executedTxOrigin_not: stagingmumbai_Bytes - executedTxOrigin_gt: stagingmumbai_Bytes - executedTxOrigin_lt: stagingmumbai_Bytes - executedTxOrigin_gte: stagingmumbai_Bytes - executedTxOrigin_lte: stagingmumbai_Bytes - executedTxOrigin_in: [stagingmumbai_Bytes!] - executedTxOrigin_not_in: [stagingmumbai_Bytes!] - executedTxOrigin_contains: stagingmumbai_Bytes - executedTxOrigin_not_contains: stagingmumbai_Bytes + executedTxOrigin: optimism_Bytes + executedTxOrigin_not: optimism_Bytes + executedTxOrigin_gt: optimism_Bytes + executedTxOrigin_lt: optimism_Bytes + executedTxOrigin_gte: optimism_Bytes + executedTxOrigin_lte: optimism_Bytes + executedTxOrigin_in: [optimism_Bytes!] + executedTxOrigin_not_in: [optimism_Bytes!] + executedTxOrigin_contains: optimism_Bytes + executedTxOrigin_not_contains: optimism_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -72468,26 +72825,26 @@ input stagingmumbai_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingmumbai_Bytes - reconciledCaller_not: stagingmumbai_Bytes - reconciledCaller_gt: stagingmumbai_Bytes - reconciledCaller_lt: stagingmumbai_Bytes - reconciledCaller_gte: stagingmumbai_Bytes - reconciledCaller_lte: stagingmumbai_Bytes - reconciledCaller_in: [stagingmumbai_Bytes!] - reconciledCaller_not_in: [stagingmumbai_Bytes!] - reconciledCaller_contains: stagingmumbai_Bytes - reconciledCaller_not_contains: stagingmumbai_Bytes - reconciledTransactionHash: stagingmumbai_Bytes - reconciledTransactionHash_not: stagingmumbai_Bytes - reconciledTransactionHash_gt: stagingmumbai_Bytes - reconciledTransactionHash_lt: stagingmumbai_Bytes - reconciledTransactionHash_gte: stagingmumbai_Bytes - reconciledTransactionHash_lte: stagingmumbai_Bytes - reconciledTransactionHash_in: [stagingmumbai_Bytes!] - reconciledTransactionHash_not_in: [stagingmumbai_Bytes!] - reconciledTransactionHash_contains: stagingmumbai_Bytes - reconciledTransactionHash_not_contains: stagingmumbai_Bytes + reconciledCaller: optimism_Bytes + reconciledCaller_not: optimism_Bytes + reconciledCaller_gt: optimism_Bytes + reconciledCaller_lt: optimism_Bytes + reconciledCaller_gte: optimism_Bytes + reconciledCaller_lte: optimism_Bytes + reconciledCaller_in: [optimism_Bytes!] + reconciledCaller_not_in: [optimism_Bytes!] + reconciledCaller_contains: optimism_Bytes + reconciledCaller_not_contains: optimism_Bytes + reconciledTransactionHash: optimism_Bytes + reconciledTransactionHash_not: optimism_Bytes + reconciledTransactionHash_gt: optimism_Bytes + reconciledTransactionHash_lt: optimism_Bytes + reconciledTransactionHash_gte: optimism_Bytes + reconciledTransactionHash_lte: optimism_Bytes + reconciledTransactionHash_in: [optimism_Bytes!] + reconciledTransactionHash_not_in: [optimism_Bytes!] + reconciledTransactionHash_contains: optimism_Bytes + reconciledTransactionHash_not_contains: optimism_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -72520,16 +72877,16 @@ input stagingmumbai_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingmumbai_Bytes - reconciledTxOrigin_not: stagingmumbai_Bytes - reconciledTxOrigin_gt: stagingmumbai_Bytes - reconciledTxOrigin_lt: stagingmumbai_Bytes - reconciledTxOrigin_gte: stagingmumbai_Bytes - reconciledTxOrigin_lte: stagingmumbai_Bytes - reconciledTxOrigin_in: [stagingmumbai_Bytes!] - reconciledTxOrigin_not_in: [stagingmumbai_Bytes!] - reconciledTxOrigin_contains: stagingmumbai_Bytes - reconciledTxOrigin_not_contains: stagingmumbai_Bytes + reconciledTxOrigin: optimism_Bytes + reconciledTxOrigin_not: optimism_Bytes + reconciledTxOrigin_gt: optimism_Bytes + reconciledTxOrigin_lt: optimism_Bytes + reconciledTxOrigin_gte: optimism_Bytes + reconciledTxOrigin_lte: optimism_Bytes + reconciledTxOrigin_in: [optimism_Bytes!] + reconciledTxOrigin_not_in: [optimism_Bytes!] + reconciledTxOrigin_contains: optimism_Bytes + reconciledTxOrigin_not_contains: optimism_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -72539,12 +72896,12 @@ input stagingmumbai_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_DestinationTransfer_filter] - or: [stagingmumbai_DestinationTransfer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_DestinationTransfer_filter] + or: [optimism_DestinationTransfer_filter] } -enum stagingmumbai_DestinationTransfer_orderBy { +enum optimism_DestinationTransfer_orderBy { id chainId transferId @@ -72568,6 +72925,7 @@ enum stagingmumbai_DestinationTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -72587,93 +72945,38 @@ enum stagingmumbai_DestinationTransfer_orderBy { reconciledTransactionHash reconciledTimestamp reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce -} - -""" -8 bytes signed integer - -""" -scalar stagingmumbai_Int8 - -type stagingmumbai_OptimisticRootFinalized { - id: ID! - aggregateRoot: stagingmumbai_Bytes! - timestamp: BigInt! - blockNumber: BigInt + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -input stagingmumbai_OptimisticRootFinalized_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!] - aggregateRoot: stagingmumbai_Bytes - aggregateRoot_not: stagingmumbai_Bytes - aggregateRoot_gt: stagingmumbai_Bytes - aggregateRoot_lt: stagingmumbai_Bytes - aggregateRoot_gte: stagingmumbai_Bytes - aggregateRoot_lte: stagingmumbai_Bytes - aggregateRoot_in: [stagingmumbai_Bytes!] - aggregateRoot_not_in: [stagingmumbai_Bytes!] - aggregateRoot_contains: stagingmumbai_Bytes - aggregateRoot_not_contains: stagingmumbai_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_OptimisticRootFinalized_filter] - or: [stagingmumbai_OptimisticRootFinalized_filter] -} +""" +8 bytes signed integer -enum stagingmumbai_OptimisticRootFinalized_orderBy { - id - aggregateRoot - timestamp - blockNumber -} +""" +scalar optimism_Int8 """Defines the order direction, either ascending or descending""" -enum stagingmumbai_OrderDirection { +enum optimism_OrderDirection { asc desc } -type stagingmumbai_OriginMessage { +type optimism_OriginMessage { id: ID! - transferId: stagingmumbai_Bytes + transferId: optimism_Bytes destinationDomain: BigInt - leaf: stagingmumbai_Bytes + leaf: optimism_Bytes index: BigInt - message: stagingmumbai_Bytes - root: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes + message: optimism_Bytes + root: optimism_Bytes + transactionHash: optimism_Bytes blockNumber: BigInt - rootCount: stagingmumbai_RootCount + rootCount: optimism_RootCount } -input stagingmumbai_OriginMessage_filter { +input optimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -72682,16 +72985,16 @@ input stagingmumbai_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingmumbai_Bytes - transferId_not: stagingmumbai_Bytes - transferId_gt: stagingmumbai_Bytes - transferId_lt: stagingmumbai_Bytes - transferId_gte: stagingmumbai_Bytes - transferId_lte: stagingmumbai_Bytes - transferId_in: [stagingmumbai_Bytes!] - transferId_not_in: [stagingmumbai_Bytes!] - transferId_contains: stagingmumbai_Bytes - transferId_not_contains: stagingmumbai_Bytes + transferId: optimism_Bytes + transferId_not: optimism_Bytes + transferId_gt: optimism_Bytes + transferId_lt: optimism_Bytes + transferId_gte: optimism_Bytes + transferId_lte: optimism_Bytes + transferId_in: [optimism_Bytes!] + transferId_not_in: [optimism_Bytes!] + transferId_contains: optimism_Bytes + transferId_not_contains: optimism_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -72700,16 +73003,16 @@ input stagingmumbai_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingmumbai_Bytes - leaf_not: stagingmumbai_Bytes - leaf_gt: stagingmumbai_Bytes - leaf_lt: stagingmumbai_Bytes - leaf_gte: stagingmumbai_Bytes - leaf_lte: stagingmumbai_Bytes - leaf_in: [stagingmumbai_Bytes!] - leaf_not_in: [stagingmumbai_Bytes!] - leaf_contains: stagingmumbai_Bytes - leaf_not_contains: stagingmumbai_Bytes + leaf: optimism_Bytes + leaf_not: optimism_Bytes + leaf_gt: optimism_Bytes + leaf_lt: optimism_Bytes + leaf_gte: optimism_Bytes + leaf_lte: optimism_Bytes + leaf_in: [optimism_Bytes!] + leaf_not_in: [optimism_Bytes!] + leaf_contains: optimism_Bytes + leaf_not_contains: optimism_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -72718,36 +73021,36 @@ input stagingmumbai_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingmumbai_Bytes - message_not: stagingmumbai_Bytes - message_gt: stagingmumbai_Bytes - message_lt: stagingmumbai_Bytes - message_gte: stagingmumbai_Bytes - message_lte: stagingmumbai_Bytes - message_in: [stagingmumbai_Bytes!] - message_not_in: [stagingmumbai_Bytes!] - message_contains: stagingmumbai_Bytes - message_not_contains: stagingmumbai_Bytes - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + message: optimism_Bytes + message_not: optimism_Bytes + message_gt: optimism_Bytes + message_lt: optimism_Bytes + message_gte: optimism_Bytes + message_lte: optimism_Bytes + message_in: [optimism_Bytes!] + message_not_in: [optimism_Bytes!] + message_contains: optimism_Bytes + message_not_contains: optimism_Bytes + root: optimism_Bytes + root_not: optimism_Bytes + root_gt: optimism_Bytes + root_lt: optimism_Bytes + root_gte: optimism_Bytes + root_lte: optimism_Bytes + root_in: [optimism_Bytes!] + root_not_in: [optimism_Bytes!] + root_contains: optimism_Bytes + root_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -72776,14 +73079,14 @@ input stagingmumbai_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingmumbai_RootCount_filter + rootCount_: optimism_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_OriginMessage_filter] - or: [stagingmumbai_OriginMessage_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OriginMessage_filter] + or: [optimism_OriginMessage_filter] } -enum stagingmumbai_OriginMessage_orderBy { +enum optimism_OriginMessage_orderBy { id transferId destinationDomain @@ -72798,42 +73101,42 @@ enum stagingmumbai_OriginMessage_orderBy { rootCount__count } -type stagingmumbai_OriginTransfer { +type optimism_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmumbai_Bytes + transferId: optimism_Bytes nonce: BigInt - status: stagingmumbai_TransferStatus - messageHash: stagingmumbai_Bytes + status: optimism_TransferStatus + messageHash: optimism_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes + to: optimism_Bytes + delegate: optimism_Bytes receiveLocal: Boolean - callData: stagingmumbai_Bytes + callData: optimism_Bytes slippage: BigInt - originSender: stagingmumbai_Bytes + originSender: optimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmumbai_Bytes - asset: stagingmumbai_Asset - transactingAsset: stagingmumbai_Bytes - message: stagingmumbai_OriginMessage + canonicalId: optimism_Bytes + asset: optimism_Asset + transactingAsset: optimism_Bytes + message: optimism_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_RelayerFee_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_RelayerFee_filter): [stagingmumbai_RelayerFee!] - initialRelayerFeeAsset: stagingmumbai_Bytes - caller: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimism_RelayerFee_orderBy, orderDirection: optimism_OrderDirection, where: optimism_RelayerFee_filter): [optimism_RelayerFee!] + initialRelayerFeeAsset: optimism_Bytes + caller: optimism_Bytes + transactionHash: optimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingmumbai_Bytes + txOrigin: optimism_Bytes txNonce: BigInt } -input stagingmumbai_OriginTransfer_filter { +input optimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -72850,16 +73153,16 @@ input stagingmumbai_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmumbai_Bytes - transferId_not: stagingmumbai_Bytes - transferId_gt: stagingmumbai_Bytes - transferId_lt: stagingmumbai_Bytes - transferId_gte: stagingmumbai_Bytes - transferId_lte: stagingmumbai_Bytes - transferId_in: [stagingmumbai_Bytes!] - transferId_not_in: [stagingmumbai_Bytes!] - transferId_contains: stagingmumbai_Bytes - transferId_not_contains: stagingmumbai_Bytes + transferId: optimism_Bytes + transferId_not: optimism_Bytes + transferId_gt: optimism_Bytes + transferId_lt: optimism_Bytes + transferId_gte: optimism_Bytes + transferId_lte: optimism_Bytes + transferId_in: [optimism_Bytes!] + transferId_not_in: [optimism_Bytes!] + transferId_contains: optimism_Bytes + transferId_not_contains: optimism_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -72868,20 +73171,20 @@ input stagingmumbai_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmumbai_TransferStatus - status_not: stagingmumbai_TransferStatus - status_in: [stagingmumbai_TransferStatus!] - status_not_in: [stagingmumbai_TransferStatus!] - messageHash: stagingmumbai_Bytes - messageHash_not: stagingmumbai_Bytes - messageHash_gt: stagingmumbai_Bytes - messageHash_lt: stagingmumbai_Bytes - messageHash_gte: stagingmumbai_Bytes - messageHash_lte: stagingmumbai_Bytes - messageHash_in: [stagingmumbai_Bytes!] - messageHash_not_in: [stagingmumbai_Bytes!] - messageHash_contains: stagingmumbai_Bytes - messageHash_not_contains: stagingmumbai_Bytes + status: optimism_TransferStatus + status_not: optimism_TransferStatus + status_in: [optimism_TransferStatus!] + status_not_in: [optimism_TransferStatus!] + messageHash: optimism_Bytes + messageHash_not: optimism_Bytes + messageHash_gt: optimism_Bytes + messageHash_lt: optimism_Bytes + messageHash_gte: optimism_Bytes + messageHash_lte: optimism_Bytes + messageHash_in: [optimism_Bytes!] + messageHash_not_in: [optimism_Bytes!] + messageHash_contains: optimism_Bytes + messageHash_not_contains: optimism_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -72906,40 +73209,40 @@ input stagingmumbai_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmumbai_Bytes - to_not: stagingmumbai_Bytes - to_gt: stagingmumbai_Bytes - to_lt: stagingmumbai_Bytes - to_gte: stagingmumbai_Bytes - to_lte: stagingmumbai_Bytes - to_in: [stagingmumbai_Bytes!] - to_not_in: [stagingmumbai_Bytes!] - to_contains: stagingmumbai_Bytes - to_not_contains: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes - delegate_not: stagingmumbai_Bytes - delegate_gt: stagingmumbai_Bytes - delegate_lt: stagingmumbai_Bytes - delegate_gte: stagingmumbai_Bytes - delegate_lte: stagingmumbai_Bytes - delegate_in: [stagingmumbai_Bytes!] - delegate_not_in: [stagingmumbai_Bytes!] - delegate_contains: stagingmumbai_Bytes - delegate_not_contains: stagingmumbai_Bytes + to: optimism_Bytes + to_not: optimism_Bytes + to_gt: optimism_Bytes + to_lt: optimism_Bytes + to_gte: optimism_Bytes + to_lte: optimism_Bytes + to_in: [optimism_Bytes!] + to_not_in: [optimism_Bytes!] + to_contains: optimism_Bytes + to_not_contains: optimism_Bytes + delegate: optimism_Bytes + delegate_not: optimism_Bytes + delegate_gt: optimism_Bytes + delegate_lt: optimism_Bytes + delegate_gte: optimism_Bytes + delegate_lte: optimism_Bytes + delegate_in: [optimism_Bytes!] + delegate_not_in: [optimism_Bytes!] + delegate_contains: optimism_Bytes + delegate_not_contains: optimism_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingmumbai_Bytes - callData_not: stagingmumbai_Bytes - callData_gt: stagingmumbai_Bytes - callData_lt: stagingmumbai_Bytes - callData_gte: stagingmumbai_Bytes - callData_lte: stagingmumbai_Bytes - callData_in: [stagingmumbai_Bytes!] - callData_not_in: [stagingmumbai_Bytes!] - callData_contains: stagingmumbai_Bytes - callData_not_contains: stagingmumbai_Bytes + callData: optimism_Bytes + callData_not: optimism_Bytes + callData_gt: optimism_Bytes + callData_lt: optimism_Bytes + callData_gte: optimism_Bytes + callData_lte: optimism_Bytes + callData_in: [optimism_Bytes!] + callData_not_in: [optimism_Bytes!] + callData_contains: optimism_Bytes + callData_not_contains: optimism_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -72948,16 +73251,16 @@ input stagingmumbai_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingmumbai_Bytes - originSender_not: stagingmumbai_Bytes - originSender_gt: stagingmumbai_Bytes - originSender_lt: stagingmumbai_Bytes - originSender_gte: stagingmumbai_Bytes - originSender_lte: stagingmumbai_Bytes - originSender_in: [stagingmumbai_Bytes!] - originSender_not_in: [stagingmumbai_Bytes!] - originSender_contains: stagingmumbai_Bytes - originSender_not_contains: stagingmumbai_Bytes + originSender: optimism_Bytes + originSender_not: optimism_Bytes + originSender_gt: optimism_Bytes + originSender_lt: optimism_Bytes + originSender_gte: optimism_Bytes + originSender_lte: optimism_Bytes + originSender_in: [optimism_Bytes!] + originSender_not_in: [optimism_Bytes!] + originSender_contains: optimism_Bytes + originSender_not_contains: optimism_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -72974,16 +73277,16 @@ input stagingmumbai_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmumbai_Bytes - canonicalId_not: stagingmumbai_Bytes - canonicalId_gt: stagingmumbai_Bytes - canonicalId_lt: stagingmumbai_Bytes - canonicalId_gte: stagingmumbai_Bytes - canonicalId_lte: stagingmumbai_Bytes - canonicalId_in: [stagingmumbai_Bytes!] - canonicalId_not_in: [stagingmumbai_Bytes!] - canonicalId_contains: stagingmumbai_Bytes - canonicalId_not_contains: stagingmumbai_Bytes + canonicalId: optimism_Bytes + canonicalId_not: optimism_Bytes + canonicalId_gt: optimism_Bytes + canonicalId_lt: optimism_Bytes + canonicalId_gte: optimism_Bytes + canonicalId_lte: optimism_Bytes + canonicalId_in: [optimism_Bytes!] + canonicalId_not_in: [optimism_Bytes!] + canonicalId_contains: optimism_Bytes + canonicalId_not_contains: optimism_Bytes asset: String asset_not: String asset_gt: String @@ -73004,17 +73307,17 @@ input stagingmumbai_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter - transactingAsset: stagingmumbai_Bytes - transactingAsset_not: stagingmumbai_Bytes - transactingAsset_gt: stagingmumbai_Bytes - transactingAsset_lt: stagingmumbai_Bytes - transactingAsset_gte: stagingmumbai_Bytes - transactingAsset_lte: stagingmumbai_Bytes - transactingAsset_in: [stagingmumbai_Bytes!] - transactingAsset_not_in: [stagingmumbai_Bytes!] - transactingAsset_contains: stagingmumbai_Bytes - transactingAsset_not_contains: stagingmumbai_Bytes + asset_: optimism_Asset_filter + transactingAsset: optimism_Bytes + transactingAsset_not: optimism_Bytes + transactingAsset_gt: optimism_Bytes + transactingAsset_lt: optimism_Bytes + transactingAsset_gte: optimism_Bytes + transactingAsset_lte: optimism_Bytes + transactingAsset_in: [optimism_Bytes!] + transactingAsset_not_in: [optimism_Bytes!] + transactingAsset_contains: optimism_Bytes + transactingAsset_not_contains: optimism_Bytes message: String message_not: String message_gt: String @@ -73035,7 +73338,7 @@ input stagingmumbai_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingmumbai_OriginMessage_filter + message_: optimism_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -73050,37 +73353,37 @@ input stagingmumbai_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingmumbai_RelayerFee_filter - initialRelayerFeeAsset: stagingmumbai_Bytes - initialRelayerFeeAsset_not: stagingmumbai_Bytes - initialRelayerFeeAsset_gt: stagingmumbai_Bytes - initialRelayerFeeAsset_lt: stagingmumbai_Bytes - initialRelayerFeeAsset_gte: stagingmumbai_Bytes - initialRelayerFeeAsset_lte: stagingmumbai_Bytes - initialRelayerFeeAsset_in: [stagingmumbai_Bytes!] - initialRelayerFeeAsset_not_in: [stagingmumbai_Bytes!] - initialRelayerFeeAsset_contains: stagingmumbai_Bytes - initialRelayerFeeAsset_not_contains: stagingmumbai_Bytes - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + relayerFees_: optimism_RelayerFee_filter + initialRelayerFeeAsset: optimism_Bytes + initialRelayerFeeAsset_not: optimism_Bytes + initialRelayerFeeAsset_gt: optimism_Bytes + initialRelayerFeeAsset_lt: optimism_Bytes + initialRelayerFeeAsset_gte: optimism_Bytes + initialRelayerFeeAsset_lte: optimism_Bytes + initialRelayerFeeAsset_in: [optimism_Bytes!] + initialRelayerFeeAsset_not_in: [optimism_Bytes!] + initialRelayerFeeAsset_contains: optimism_Bytes + initialRelayerFeeAsset_not_contains: optimism_Bytes + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -73113,16 +73416,16 @@ input stagingmumbai_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingmumbai_Bytes - txOrigin_not: stagingmumbai_Bytes - txOrigin_gt: stagingmumbai_Bytes - txOrigin_lt: stagingmumbai_Bytes - txOrigin_gte: stagingmumbai_Bytes - txOrigin_lte: stagingmumbai_Bytes - txOrigin_in: [stagingmumbai_Bytes!] - txOrigin_not_in: [stagingmumbai_Bytes!] - txOrigin_contains: stagingmumbai_Bytes - txOrigin_not_contains: stagingmumbai_Bytes + txOrigin: optimism_Bytes + txOrigin_not: optimism_Bytes + txOrigin_gt: optimism_Bytes + txOrigin_lt: optimism_Bytes + txOrigin_gte: optimism_Bytes + txOrigin_lte: optimism_Bytes + txOrigin_in: [optimism_Bytes!] + txOrigin_not_in: [optimism_Bytes!] + txOrigin_contains: optimism_Bytes + txOrigin_not_contains: optimism_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -73132,12 +73435,12 @@ input stagingmumbai_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_OriginTransfer_filter] - or: [stagingmumbai_OriginTransfer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OriginTransfer_filter] + or: [optimism_OriginTransfer_filter] } -enum stagingmumbai_OriginTransfer_orderBy { +enum optimism_OriginTransfer_orderBy { id chainId transferId @@ -73160,6 +73463,7 @@ enum stagingmumbai_OriginTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -73189,20 +73493,20 @@ enum stagingmumbai_OriginTransfer_orderBy { txNonce } -type stagingmumbai_Relayer { +type optimism_Relayer { id: ID! isActive: Boolean! - relayer: stagingmumbai_Bytes + relayer: optimism_Bytes } -type stagingmumbai_RelayerFee { +type optimism_RelayerFee { id: ID! - transfer: stagingmumbai_OriginTransfer! + transfer: optimism_OriginTransfer! fee: BigInt! - asset: stagingmumbai_Bytes! + asset: optimism_Bytes! } -input stagingmumbai_RelayerFee_filter { +input optimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -73231,32 +73535,32 @@ input stagingmumbai_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmumbai_OriginTransfer_filter + transfer_: optimism_OriginTransfer_filter fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: stagingmumbai_Bytes - asset_not: stagingmumbai_Bytes - asset_gt: stagingmumbai_Bytes - asset_lt: stagingmumbai_Bytes - asset_gte: stagingmumbai_Bytes - asset_lte: stagingmumbai_Bytes - asset_in: [stagingmumbai_Bytes!] - asset_not_in: [stagingmumbai_Bytes!] - asset_contains: stagingmumbai_Bytes - asset_not_contains: stagingmumbai_Bytes + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: optimism_Bytes + asset_not: optimism_Bytes + asset_gt: optimism_Bytes + asset_lt: optimism_Bytes + asset_gte: optimism_Bytes + asset_lte: optimism_Bytes + asset_in: [optimism_Bytes!] + asset_not_in: [optimism_Bytes!] + asset_contains: optimism_Bytes + asset_not_contains: optimism_Bytes """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RelayerFee_filter] - or: [stagingmumbai_RelayerFee_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RelayerFee_filter] + or: [optimism_RelayerFee_filter] } -enum stagingmumbai_RelayerFee_orderBy { +enum optimism_RelayerFee_orderBy { id transfer transfer__id @@ -73292,20 +73596,20 @@ enum stagingmumbai_RelayerFee_orderBy { asset } -type stagingmumbai_RelayerFeesIncrease { +type optimism_RelayerFeesIncrease { id: ID! - transfer: stagingmumbai_OriginTransfer! + transfer: optimism_OriginTransfer! increase: BigInt - asset: stagingmumbai_Bytes - caller: stagingmumbai_Bytes! - transactionHash: stagingmumbai_Bytes! + asset: optimism_Bytes + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmumbai_RelayerFeesIncrease_filter { +input optimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -73334,7 +73638,7 @@ input stagingmumbai_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmumbai_OriginTransfer_filter + transfer_: optimism_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -73343,36 +73647,36 @@ input stagingmumbai_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingmumbai_Bytes - asset_not: stagingmumbai_Bytes - asset_gt: stagingmumbai_Bytes - asset_lt: stagingmumbai_Bytes - asset_gte: stagingmumbai_Bytes - asset_lte: stagingmumbai_Bytes - asset_in: [stagingmumbai_Bytes!] - asset_not_in: [stagingmumbai_Bytes!] - asset_contains: stagingmumbai_Bytes - asset_not_contains: stagingmumbai_Bytes - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + asset: optimism_Bytes + asset_not: optimism_Bytes + asset_gt: optimism_Bytes + asset_lt: optimism_Bytes + asset_gte: optimism_Bytes + asset_lte: optimism_Bytes + asset_in: [optimism_Bytes!] + asset_not_in: [optimism_Bytes!] + asset_contains: optimism_Bytes + asset_not_contains: optimism_Bytes + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -73406,12 +73710,12 @@ input stagingmumbai_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RelayerFeesIncrease_filter] - or: [stagingmumbai_RelayerFeesIncrease_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RelayerFeesIncrease_filter] + or: [optimism_RelayerFeesIncrease_filter] } -enum stagingmumbai_RelayerFeesIncrease_orderBy { +enum optimism_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -73453,7 +73757,7 @@ enum stagingmumbai_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmumbai_Relayer_filter { +input optimism_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -73466,34 +73770,34 @@ input stagingmumbai_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingmumbai_Bytes - relayer_not: stagingmumbai_Bytes - relayer_gt: stagingmumbai_Bytes - relayer_lt: stagingmumbai_Bytes - relayer_gte: stagingmumbai_Bytes - relayer_lte: stagingmumbai_Bytes - relayer_in: [stagingmumbai_Bytes!] - relayer_not_in: [stagingmumbai_Bytes!] - relayer_contains: stagingmumbai_Bytes - relayer_not_contains: stagingmumbai_Bytes + relayer: optimism_Bytes + relayer_not: optimism_Bytes + relayer_gt: optimism_Bytes + relayer_lt: optimism_Bytes + relayer_gte: optimism_Bytes + relayer_lte: optimism_Bytes + relayer_in: [optimism_Bytes!] + relayer_not_in: [optimism_Bytes!] + relayer_contains: optimism_Bytes + relayer_not_contains: optimism_Bytes """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Relayer_filter] - or: [stagingmumbai_Relayer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Relayer_filter] + or: [optimism_Relayer_filter] } -enum stagingmumbai_Relayer_orderBy { +enum optimism_Relayer_orderBy { id isActive relayer } -type stagingmumbai_RootCount { +type optimism_RootCount { id: ID! count: BigInt } -input stagingmumbai_RootCount_filter { +input optimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -73511,31 +73815,31 @@ input stagingmumbai_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RootCount_filter] - or: [stagingmumbai_RootCount_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RootCount_filter] + or: [optimism_RootCount_filter] } -enum stagingmumbai_RootCount_orderBy { +enum optimism_RootCount_orderBy { id count } -type stagingmumbai_RootMessageSent { +type optimism_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmumbai_Bytes + root: optimism_Bytes count: BigInt - caller: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes + caller: optimism_Bytes + transactionHash: optimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmumbai_RootMessageSent_filter { +input optimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -73560,16 +73864,16 @@ input stagingmumbai_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes + root: optimism_Bytes + root_not: optimism_Bytes + root_gt: optimism_Bytes + root_lt: optimism_Bytes + root_gte: optimism_Bytes + root_lte: optimism_Bytes + root_in: [optimism_Bytes!] + root_not_in: [optimism_Bytes!] + root_contains: optimism_Bytes + root_not_contains: optimism_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -73578,26 +73882,26 @@ input stagingmumbai_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -73631,12 +73935,12 @@ input stagingmumbai_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RootMessageSent_filter] - or: [stagingmumbai_RootMessageSent_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RootMessageSent_filter] + or: [optimism_RootMessageSent_filter] } -enum stagingmumbai_RootMessageSent_orderBy { +enum optimism_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -73650,25 +73954,25 @@ enum stagingmumbai_RootMessageSent_orderBy { blockNumber } -type stagingmumbai_Router { +type optimism_Router { id: ID! isActive: Boolean! - owner: stagingmumbai_Bytes - recipient: stagingmumbai_Bytes - proposedOwner: stagingmumbai_Bytes + owner: optimism_Bytes + recipient: optimism_Bytes + proposedOwner: optimism_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_AssetBalance_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_AssetBalance_filter): [stagingmumbai_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimism_AssetBalance_orderBy, orderDirection: optimism_OrderDirection, where: optimism_AssetBalance_filter): [optimism_AssetBalance!]! } -type stagingmumbai_RouterDailyTVL { +type optimism_RouterDailyTVL { id: ID! - router: stagingmumbai_Router! - asset: stagingmumbai_Asset! + router: optimism_Router! + asset: optimism_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmumbai_RouterDailyTVL_filter { +input optimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -73697,7 +74001,7 @@ input stagingmumbai_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmumbai_Router_filter + router_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -73718,7 +74022,7 @@ input stagingmumbai_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter + asset_: optimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -73736,12 +74040,12 @@ input stagingmumbai_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RouterDailyTVL_filter] - or: [stagingmumbai_RouterDailyTVL_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RouterDailyTVL_filter] + or: [optimism_RouterDailyTVL_filter] } -enum stagingmumbai_RouterDailyTVL_orderBy { +enum optimism_RouterDailyTVL_orderBy { id router router__id @@ -73754,6 +74058,7 @@ enum stagingmumbai_RouterDailyTVL_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -73763,7 +74068,176 @@ enum stagingmumbai_RouterDailyTVL_orderBy { balance } -input stagingmumbai_Router_filter { +type optimism_RouterLiquidityEvent { + id: ID! + type: optimism_RouterLiquidityEventType + router: optimism_Router! + asset: optimism_Asset! + amount: BigInt! + balance: BigInt! + caller: optimism_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: optimism_Bytes! + nonce: BigInt! +} + +enum optimism_RouterLiquidityEventType { + Add + Remove +} + +input optimism_RouterLiquidityEvent_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!] + type: optimism_RouterLiquidityEventType + type_not: optimism_RouterLiquidityEventType + type_in: [optimism_RouterLiquidityEventType!] + type_not_in: [optimism_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: optimism_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: optimism_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: optimism_BlockChangedFilter + and: [optimism_RouterLiquidityEvent_filter] + or: [optimism_RouterLiquidityEvent_filter] +} + +enum optimism_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input optimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -73776,36 +74250,36 @@ input stagingmumbai_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingmumbai_Bytes - owner_not: stagingmumbai_Bytes - owner_gt: stagingmumbai_Bytes - owner_lt: stagingmumbai_Bytes - owner_gte: stagingmumbai_Bytes - owner_lte: stagingmumbai_Bytes - owner_in: [stagingmumbai_Bytes!] - owner_not_in: [stagingmumbai_Bytes!] - owner_contains: stagingmumbai_Bytes - owner_not_contains: stagingmumbai_Bytes - recipient: stagingmumbai_Bytes - recipient_not: stagingmumbai_Bytes - recipient_gt: stagingmumbai_Bytes - recipient_lt: stagingmumbai_Bytes - recipient_gte: stagingmumbai_Bytes - recipient_lte: stagingmumbai_Bytes - recipient_in: [stagingmumbai_Bytes!] - recipient_not_in: [stagingmumbai_Bytes!] - recipient_contains: stagingmumbai_Bytes - recipient_not_contains: stagingmumbai_Bytes - proposedOwner: stagingmumbai_Bytes - proposedOwner_not: stagingmumbai_Bytes - proposedOwner_gt: stagingmumbai_Bytes - proposedOwner_lt: stagingmumbai_Bytes - proposedOwner_gte: stagingmumbai_Bytes - proposedOwner_lte: stagingmumbai_Bytes - proposedOwner_in: [stagingmumbai_Bytes!] - proposedOwner_not_in: [stagingmumbai_Bytes!] - proposedOwner_contains: stagingmumbai_Bytes - proposedOwner_not_contains: stagingmumbai_Bytes + owner: optimism_Bytes + owner_not: optimism_Bytes + owner_gt: optimism_Bytes + owner_lt: optimism_Bytes + owner_gte: optimism_Bytes + owner_lte: optimism_Bytes + owner_in: [optimism_Bytes!] + owner_not_in: [optimism_Bytes!] + owner_contains: optimism_Bytes + owner_not_contains: optimism_Bytes + recipient: optimism_Bytes + recipient_not: optimism_Bytes + recipient_gt: optimism_Bytes + recipient_lt: optimism_Bytes + recipient_gte: optimism_Bytes + recipient_lte: optimism_Bytes + recipient_in: [optimism_Bytes!] + recipient_not_in: [optimism_Bytes!] + recipient_contains: optimism_Bytes + recipient_not_contains: optimism_Bytes + proposedOwner: optimism_Bytes + proposedOwner_not: optimism_Bytes + proposedOwner_gt: optimism_Bytes + proposedOwner_lt: optimism_Bytes + proposedOwner_gte: optimism_Bytes + proposedOwner_lte: optimism_Bytes + proposedOwner_in: [optimism_Bytes!] + proposedOwner_not_in: [optimism_Bytes!] + proposedOwner_contains: optimism_Bytes + proposedOwner_not_contains: optimism_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -73814,14 +74288,14 @@ input stagingmumbai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmumbai_AssetBalance_filter + assetBalances_: optimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Router_filter] - or: [stagingmumbai_Router_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Router_filter] + or: [optimism_Router_filter] } -enum stagingmumbai_Router_orderBy { +enum optimism_Router_orderBy { id isActive owner @@ -73831,13 +74305,13 @@ enum stagingmumbai_Router_orderBy { assetBalances } -type stagingmumbai_Sequencer { +type optimism_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingmumbai_Bytes + sequencer: optimism_Bytes } -input stagingmumbai_Sequencer_filter { +input optimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -73850,35 +74324,35 @@ input stagingmumbai_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingmumbai_Bytes - sequencer_not: stagingmumbai_Bytes - sequencer_gt: stagingmumbai_Bytes - sequencer_lt: stagingmumbai_Bytes - sequencer_gte: stagingmumbai_Bytes - sequencer_lte: stagingmumbai_Bytes - sequencer_in: [stagingmumbai_Bytes!] - sequencer_not_in: [stagingmumbai_Bytes!] - sequencer_contains: stagingmumbai_Bytes - sequencer_not_contains: stagingmumbai_Bytes + sequencer: optimism_Bytes + sequencer_not: optimism_Bytes + sequencer_gt: optimism_Bytes + sequencer_lt: optimism_Bytes + sequencer_gte: optimism_Bytes + sequencer_lte: optimism_Bytes + sequencer_in: [optimism_Bytes!] + sequencer_not_in: [optimism_Bytes!] + sequencer_contains: optimism_Bytes + sequencer_not_contains: optimism_Bytes """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Sequencer_filter] - or: [stagingmumbai_Sequencer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Sequencer_filter] + or: [optimism_Sequencer_filter] } -enum stagingmumbai_Sequencer_orderBy { +enum optimism_Sequencer_orderBy { id isActive sequencer } -type stagingmumbai_Setting { +type optimism_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingmumbai_Bytes! + caller: optimism_Bytes! } -input stagingmumbai_Setting_filter { +input optimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -73895,41 +74369,41 @@ input stagingmumbai_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Setting_filter] - or: [stagingmumbai_Setting_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Setting_filter] + or: [optimism_Setting_filter] } -enum stagingmumbai_Setting_orderBy { +enum optimism_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingmumbai_SlippageUpdate { +type optimism_SlippageUpdate { id: ID! - transfer: stagingmumbai_DestinationTransfer! + transfer: optimism_DestinationTransfer! slippage: BigInt! - caller: stagingmumbai_Bytes! - transactionHash: stagingmumbai_Bytes! + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmumbai_SlippageUpdate_filter { +input optimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -73958,7 +74432,7 @@ input stagingmumbai_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmumbai_DestinationTransfer_filter + transfer_: optimism_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -73967,26 +74441,26 @@ input stagingmumbai_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -74020,12 +74494,12 @@ input stagingmumbai_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_SlippageUpdate_filter] - or: [stagingmumbai_SlippageUpdate_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_SlippageUpdate_filter] + or: [optimism_SlippageUpdate_filter] } -enum stagingmumbai_SlippageUpdate_orderBy { +enum optimism_SlippageUpdate_orderBy { id transfer transfer__id @@ -74073,16 +74547,56 @@ enum stagingmumbai_SlippageUpdate_orderBy { blockNumber } -type stagingmumbai_SnapshotRoot { +enum optimism_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type optimism__Block_ { + """The hash of the block""" + hash: optimism_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type optimism__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: optimism__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type staginggoerli_AggregateRoot { id: ID! - spokeDomain: BigInt - root: stagingmumbai_Bytes! - count: BigInt! - timestamp: BigInt! + root: staginggoerli_Bytes! blockNumber: BigInt! } -input stagingmumbai_SnapshotRoot_filter { +type staginggoerli_AggregateRootProposed { + id: ID! + aggregateRoot: staginggoerli_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input staginggoerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -74091,32 +74605,40 @@ input stagingmumbai_SnapshotRoot_filter { 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!] - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -74134,105 +74656,22 @@ input stagingmumbai_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_SnapshotRoot_filter] - or: [stagingmumbai_SnapshotRoot_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregateRootProposed_filter] + or: [staginggoerli_AggregateRootProposed_filter] } -enum stagingmumbai_SnapshotRoot_orderBy { +enum staginggoerli_AggregateRootProposed_orderBy { id - spokeDomain - root - count + aggregateRoot + rootTimestamp + endOfDispute + domain timestamp blockNumber } -type stagingmumbai_SpokeConnectorMode { - id: ID! - mode: String! -} - -input stagingmumbai_SpokeConnectorMode_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!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_SpokeConnectorMode_filter] - or: [stagingmumbai_SpokeConnectorMode_filter] -} - -enum stagingmumbai_SpokeConnectorMode_orderBy { - id - mode -} - -enum stagingmumbai_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type stagingmumbai__Block_ { - """The hash of the block""" - hash: stagingmumbai_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type stagingmumbai__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: stagingmumbai__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type optimismgoerli_AggregateRoot { - id: ID! - root: optimismgoerli_Bytes! - blockNumber: BigInt! -} - -input optimismgoerli_AggregateRoot_filter { +input staginggoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -74241,16 +74680,16 @@ input optimismgoerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: optimismgoerli_Bytes - root_not: optimismgoerli_Bytes - root_gt: optimismgoerli_Bytes - root_lt: optimismgoerli_Bytes - root_gte: optimismgoerli_Bytes - root_lte: optimismgoerli_Bytes - root_in: [optimismgoerli_Bytes!] - root_not_in: [optimismgoerli_Bytes!] - root_contains: optimismgoerli_Bytes - root_not_contains: optimismgoerli_Bytes + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -74260,42 +74699,41 @@ input optimismgoerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AggregateRoot_filter] - or: [optimismgoerli_AggregateRoot_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregateRoot_filter] + or: [staginggoerli_AggregateRoot_filter] } -enum optimismgoerli_AggregateRoot_orderBy { +enum staginggoerli_AggregateRoot_orderBy { id root blockNumber } -type optimismgoerli_Asset { +type staginggoerli_Asset { id: ID! - key: optimismgoerli_Bytes + key: staginggoerli_Bytes decimal: BigInt - adoptedDecimal: BigInt - canonicalId: optimismgoerli_Bytes + canonicalId: staginggoerli_Bytes canonicalDomain: BigInt - adoptedAsset: optimismgoerli_Bytes - localAsset: optimismgoerli_Bytes + adoptedAsset: staginggoerli_Bytes + localAsset: staginggoerli_Bytes blockNumber: BigInt - status: optimismgoerli_AssetStatus + status: staginggoerli_AssetStatus } -type optimismgoerli_AssetBalance { +type staginggoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: optimismgoerli_Router! - asset: optimismgoerli_Asset! + router: staginggoerli_Router! + asset: staginggoerli_Asset! feesEarned: BigInt! } -input optimismgoerli_AssetBalance_filter { +input staginggoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -74356,7 +74794,7 @@ input optimismgoerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimismgoerli_Router_filter + router_: staginggoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -74377,7 +74815,7 @@ input optimismgoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter + asset_: staginggoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -74387,12 +74825,12 @@ input optimismgoerli_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AssetBalance_filter] - or: [optimismgoerli_AssetBalance_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AssetBalance_filter] + or: [staginggoerli_AssetBalance_filter] } -enum optimismgoerli_AssetBalance_orderBy { +enum staginggoerli_AssetBalance_orderBy { id amount locked @@ -74409,7 +74847,6 @@ enum optimismgoerli_AssetBalance_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -74418,12 +74855,12 @@ enum optimismgoerli_AssetBalance_orderBy { feesEarned } -type optimismgoerli_AssetStatus { +type staginggoerli_AssetStatus { id: ID! status: Boolean } -input optimismgoerli_AssetStatus_filter { +input staginggoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -74437,17 +74874,17 @@ input optimismgoerli_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AssetStatus_filter] - or: [optimismgoerli_AssetStatus_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AssetStatus_filter] + or: [staginggoerli_AssetStatus_filter] } -enum optimismgoerli_AssetStatus_orderBy { +enum staginggoerli_AssetStatus_orderBy { id status } -input optimismgoerli_Asset_filter { +input staginggoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -74456,16 +74893,16 @@ input optimismgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: optimismgoerli_Bytes - key_not: optimismgoerli_Bytes - key_gt: optimismgoerli_Bytes - key_lt: optimismgoerli_Bytes - key_gte: optimismgoerli_Bytes - key_lte: optimismgoerli_Bytes - key_in: [optimismgoerli_Bytes!] - key_not_in: [optimismgoerli_Bytes!] - key_contains: optimismgoerli_Bytes - key_not_contains: optimismgoerli_Bytes + key: staginggoerli_Bytes + key_not: staginggoerli_Bytes + key_gt: staginggoerli_Bytes + key_lt: staginggoerli_Bytes + key_gte: staginggoerli_Bytes + key_lte: staginggoerli_Bytes + key_in: [staginggoerli_Bytes!] + key_not_in: [staginggoerli_Bytes!] + key_contains: staginggoerli_Bytes + key_not_contains: staginggoerli_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -74474,24 +74911,16 @@ input optimismgoerli_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: optimismgoerli_Bytes - canonicalId_not: optimismgoerli_Bytes - canonicalId_gt: optimismgoerli_Bytes - canonicalId_lt: optimismgoerli_Bytes - canonicalId_gte: optimismgoerli_Bytes - canonicalId_lte: optimismgoerli_Bytes - canonicalId_in: [optimismgoerli_Bytes!] - canonicalId_not_in: [optimismgoerli_Bytes!] - canonicalId_contains: optimismgoerli_Bytes - canonicalId_not_contains: optimismgoerli_Bytes + canonicalId: staginggoerli_Bytes + canonicalId_not: staginggoerli_Bytes + canonicalId_gt: staginggoerli_Bytes + canonicalId_lt: staginggoerli_Bytes + canonicalId_gte: staginggoerli_Bytes + canonicalId_lte: staginggoerli_Bytes + canonicalId_in: [staginggoerli_Bytes!] + canonicalId_not_in: [staginggoerli_Bytes!] + canonicalId_contains: staginggoerli_Bytes + canonicalId_not_contains: staginggoerli_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -74500,26 +74929,26 @@ input optimismgoerli_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: optimismgoerli_Bytes - adoptedAsset_not: optimismgoerli_Bytes - adoptedAsset_gt: optimismgoerli_Bytes - adoptedAsset_lt: optimismgoerli_Bytes - adoptedAsset_gte: optimismgoerli_Bytes - adoptedAsset_lte: optimismgoerli_Bytes - adoptedAsset_in: [optimismgoerli_Bytes!] - adoptedAsset_not_in: [optimismgoerli_Bytes!] - adoptedAsset_contains: optimismgoerli_Bytes - adoptedAsset_not_contains: optimismgoerli_Bytes - localAsset: optimismgoerli_Bytes - localAsset_not: optimismgoerli_Bytes - localAsset_gt: optimismgoerli_Bytes - localAsset_lt: optimismgoerli_Bytes - localAsset_gte: optimismgoerli_Bytes - localAsset_lte: optimismgoerli_Bytes - localAsset_in: [optimismgoerli_Bytes!] - localAsset_not_in: [optimismgoerli_Bytes!] - localAsset_contains: optimismgoerli_Bytes - localAsset_not_contains: optimismgoerli_Bytes + adoptedAsset: staginggoerli_Bytes + adoptedAsset_not: staginggoerli_Bytes + adoptedAsset_gt: staginggoerli_Bytes + adoptedAsset_lt: staginggoerli_Bytes + adoptedAsset_gte: staginggoerli_Bytes + adoptedAsset_lte: staginggoerli_Bytes + adoptedAsset_in: [staginggoerli_Bytes!] + adoptedAsset_not_in: [staginggoerli_Bytes!] + adoptedAsset_contains: staginggoerli_Bytes + adoptedAsset_not_contains: staginggoerli_Bytes + localAsset: staginggoerli_Bytes + localAsset_not: staginggoerli_Bytes + localAsset_gt: staginggoerli_Bytes + localAsset_lt: staginggoerli_Bytes + localAsset_gte: staginggoerli_Bytes + localAsset_lte: staginggoerli_Bytes + localAsset_in: [staginggoerli_Bytes!] + localAsset_not_in: [staginggoerli_Bytes!] + localAsset_contains: staginggoerli_Bytes + localAsset_not_contains: staginggoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -74548,18 +74977,17 @@ input optimismgoerli_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: optimismgoerli_AssetStatus_filter + status_: staginggoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Asset_filter] - or: [optimismgoerli_Asset_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Asset_filter] + or: [staginggoerli_Asset_filter] } -enum optimismgoerli_Asset_orderBy { +enum staginggoerli_Asset_orderBy { id key decimal - adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -74570,30 +74998,16 @@ enum optimismgoerli_Asset_orderBy { status__status } -scalar optimismgoerli_BigDecimal - -input optimismgoerli_BlockChangedFilter { - number_gte: Int! -} - -input optimismgoerli_Block_height { - hash: optimismgoerli_Bytes - number: Int - number_gte: Int -} - -scalar optimismgoerli_Bytes - -type optimismgoerli_ConnectorMeta { +type staginggoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: optimismgoerli_Bytes - rootManager: optimismgoerli_Bytes - mirrorConnector: optimismgoerli_Bytes + amb: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes } -input optimismgoerli_ConnectorMeta_filter { +input staginggoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -74618,43 +75032,43 @@ input optimismgoerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: optimismgoerli_Bytes - amb_not: optimismgoerli_Bytes - amb_gt: optimismgoerli_Bytes - amb_lt: optimismgoerli_Bytes - amb_gte: optimismgoerli_Bytes - amb_lte: optimismgoerli_Bytes - amb_in: [optimismgoerli_Bytes!] - amb_not_in: [optimismgoerli_Bytes!] - amb_contains: optimismgoerli_Bytes - amb_not_contains: optimismgoerli_Bytes - rootManager: optimismgoerli_Bytes - rootManager_not: optimismgoerli_Bytes - rootManager_gt: optimismgoerli_Bytes - rootManager_lt: optimismgoerli_Bytes - rootManager_gte: optimismgoerli_Bytes - rootManager_lte: optimismgoerli_Bytes - rootManager_in: [optimismgoerli_Bytes!] - rootManager_not_in: [optimismgoerli_Bytes!] - rootManager_contains: optimismgoerli_Bytes - rootManager_not_contains: optimismgoerli_Bytes - mirrorConnector: optimismgoerli_Bytes - mirrorConnector_not: optimismgoerli_Bytes - mirrorConnector_gt: optimismgoerli_Bytes - mirrorConnector_lt: optimismgoerli_Bytes - mirrorConnector_gte: optimismgoerli_Bytes - mirrorConnector_lte: optimismgoerli_Bytes - mirrorConnector_in: [optimismgoerli_Bytes!] - mirrorConnector_not_in: [optimismgoerli_Bytes!] - mirrorConnector_contains: optimismgoerli_Bytes - mirrorConnector_not_contains: optimismgoerli_Bytes + amb: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_ConnectorMeta_filter] - or: [optimismgoerli_ConnectorMeta_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_ConnectorMeta_filter] + or: [staginggoerli_ConnectorMeta_filter] } -enum optimismgoerli_ConnectorMeta_orderBy { +enum staginggoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -74663,48 +75077,48 @@ enum optimismgoerli_ConnectorMeta_orderBy { mirrorConnector } -type optimismgoerli_DestinationTransfer { +type staginggoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: optimismgoerli_Bytes + transferId: staginggoerli_Bytes nonce: BigInt - status: optimismgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_Router_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_Router_filter): [optimismgoerli_Router!] + status: staginggoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_Router_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_Router_filter): [staginggoerli_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes + to: staginggoerli_Bytes + delegate: staginggoerli_Bytes receiveLocal: Boolean - callData: optimismgoerli_Bytes + callData: staginggoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: optimismgoerli_Bytes + originSender: staginggoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimismgoerli_Bytes - asset: optimismgoerli_Asset + canonicalId: staginggoerli_Bytes + asset: staginggoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: optimismgoerli_Bytes - executedTransactionHash: optimismgoerli_Bytes + executedCaller: staginggoerli_Bytes + executedTransactionHash: staginggoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: optimismgoerli_Bytes + executedTxOrigin: staginggoerli_Bytes executedTxNonce: BigInt - reconciledCaller: optimismgoerli_Bytes - reconciledTransactionHash: optimismgoerli_Bytes + reconciledCaller: staginggoerli_Bytes + reconciledTransactionHash: staginggoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: optimismgoerli_Bytes + reconciledTxOrigin: staginggoerli_Bytes reconciledTxNonce: BigInt } -input optimismgoerli_DestinationTransfer_filter { +input staginggoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -74721,16 +75135,16 @@ input optimismgoerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimismgoerli_Bytes - transferId_not: optimismgoerli_Bytes - transferId_gt: optimismgoerli_Bytes - transferId_lt: optimismgoerli_Bytes - transferId_gte: optimismgoerli_Bytes - transferId_lte: optimismgoerli_Bytes - transferId_in: [optimismgoerli_Bytes!] - transferId_not_in: [optimismgoerli_Bytes!] - transferId_contains: optimismgoerli_Bytes - transferId_not_contains: optimismgoerli_Bytes + transferId: staginggoerli_Bytes + transferId_not: staginggoerli_Bytes + transferId_gt: staginggoerli_Bytes + transferId_lt: staginggoerli_Bytes + transferId_gte: staginggoerli_Bytes + transferId_lte: staginggoerli_Bytes + transferId_in: [staginggoerli_Bytes!] + transferId_not_in: [staginggoerli_Bytes!] + transferId_contains: staginggoerli_Bytes + transferId_not_contains: staginggoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -74739,17 +75153,17 @@ input optimismgoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimismgoerli_TransferStatus - status_not: optimismgoerli_TransferStatus - status_in: [optimismgoerli_TransferStatus!] - status_not_in: [optimismgoerli_TransferStatus!] + status: staginggoerli_TransferStatus + status_not: staginggoerli_TransferStatus + status_in: [staginggoerli_TransferStatus!] + status_not_in: [staginggoerli_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: optimismgoerli_Router_filter + routers_: staginggoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -74774,40 +75188,40 @@ input optimismgoerli_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimismgoerli_Bytes - to_not: optimismgoerli_Bytes - to_gt: optimismgoerli_Bytes - to_lt: optimismgoerli_Bytes - to_gte: optimismgoerli_Bytes - to_lte: optimismgoerli_Bytes - to_in: [optimismgoerli_Bytes!] - to_not_in: [optimismgoerli_Bytes!] - to_contains: optimismgoerli_Bytes - to_not_contains: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes - delegate_not: optimismgoerli_Bytes - delegate_gt: optimismgoerli_Bytes - delegate_lt: optimismgoerli_Bytes - delegate_gte: optimismgoerli_Bytes - delegate_lte: optimismgoerli_Bytes - delegate_in: [optimismgoerli_Bytes!] - delegate_not_in: [optimismgoerli_Bytes!] - delegate_contains: optimismgoerli_Bytes - delegate_not_contains: optimismgoerli_Bytes + to: staginggoerli_Bytes + to_not: staginggoerli_Bytes + to_gt: staginggoerli_Bytes + to_lt: staginggoerli_Bytes + to_gte: staginggoerli_Bytes + to_lte: staginggoerli_Bytes + to_in: [staginggoerli_Bytes!] + to_not_in: [staginggoerli_Bytes!] + to_contains: staginggoerli_Bytes + to_not_contains: staginggoerli_Bytes + delegate: staginggoerli_Bytes + delegate_not: staginggoerli_Bytes + delegate_gt: staginggoerli_Bytes + delegate_lt: staginggoerli_Bytes + delegate_gte: staginggoerli_Bytes + delegate_lte: staginggoerli_Bytes + delegate_in: [staginggoerli_Bytes!] + delegate_not_in: [staginggoerli_Bytes!] + delegate_contains: staginggoerli_Bytes + delegate_not_contains: staginggoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: optimismgoerli_Bytes - callData_not: optimismgoerli_Bytes - callData_gt: optimismgoerli_Bytes - callData_lt: optimismgoerli_Bytes - callData_gte: optimismgoerli_Bytes - callData_lte: optimismgoerli_Bytes - callData_in: [optimismgoerli_Bytes!] - callData_not_in: [optimismgoerli_Bytes!] - callData_contains: optimismgoerli_Bytes - callData_not_contains: optimismgoerli_Bytes + callData: staginggoerli_Bytes + callData_not: staginggoerli_Bytes + callData_gt: staginggoerli_Bytes + callData_lt: staginggoerli_Bytes + callData_gte: staginggoerli_Bytes + callData_lte: staginggoerli_Bytes + callData_in: [staginggoerli_Bytes!] + callData_not_in: [staginggoerli_Bytes!] + callData_contains: staginggoerli_Bytes + callData_not_contains: staginggoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -74824,16 +75238,16 @@ input optimismgoerli_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: optimismgoerli_Bytes - originSender_not: optimismgoerli_Bytes - originSender_gt: optimismgoerli_Bytes - originSender_lt: optimismgoerli_Bytes - originSender_gte: optimismgoerli_Bytes - originSender_lte: optimismgoerli_Bytes - originSender_in: [optimismgoerli_Bytes!] - originSender_not_in: [optimismgoerli_Bytes!] - originSender_contains: optimismgoerli_Bytes - originSender_not_contains: optimismgoerli_Bytes + originSender: staginggoerli_Bytes + originSender_not: staginggoerli_Bytes + originSender_gt: staginggoerli_Bytes + originSender_lt: staginggoerli_Bytes + originSender_gte: staginggoerli_Bytes + originSender_lte: staginggoerli_Bytes + originSender_in: [staginggoerli_Bytes!] + originSender_not_in: [staginggoerli_Bytes!] + originSender_contains: staginggoerli_Bytes + originSender_not_contains: staginggoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -74850,16 +75264,16 @@ input optimismgoerli_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimismgoerli_Bytes - canonicalId_not: optimismgoerli_Bytes - canonicalId_gt: optimismgoerli_Bytes - canonicalId_lt: optimismgoerli_Bytes - canonicalId_gte: optimismgoerli_Bytes - canonicalId_lte: optimismgoerli_Bytes - canonicalId_in: [optimismgoerli_Bytes!] - canonicalId_not_in: [optimismgoerli_Bytes!] - canonicalId_contains: optimismgoerli_Bytes - canonicalId_not_contains: optimismgoerli_Bytes + canonicalId: staginggoerli_Bytes + canonicalId_not: staginggoerli_Bytes + canonicalId_gt: staginggoerli_Bytes + canonicalId_lt: staginggoerli_Bytes + canonicalId_gte: staginggoerli_Bytes + canonicalId_lte: staginggoerli_Bytes + canonicalId_in: [staginggoerli_Bytes!] + canonicalId_not_in: [staginggoerli_Bytes!] + canonicalId_contains: staginggoerli_Bytes + canonicalId_not_contains: staginggoerli_Bytes asset: String asset_not: String asset_gt: String @@ -74880,7 +75294,7 @@ input optimismgoerli_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter + asset_: staginggoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -74897,26 +75311,26 @@ input optimismgoerli_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: optimismgoerli_Bytes - executedCaller_not: optimismgoerli_Bytes - executedCaller_gt: optimismgoerli_Bytes - executedCaller_lt: optimismgoerli_Bytes - executedCaller_gte: optimismgoerli_Bytes - executedCaller_lte: optimismgoerli_Bytes - executedCaller_in: [optimismgoerli_Bytes!] - executedCaller_not_in: [optimismgoerli_Bytes!] - executedCaller_contains: optimismgoerli_Bytes - executedCaller_not_contains: optimismgoerli_Bytes - executedTransactionHash: optimismgoerli_Bytes - executedTransactionHash_not: optimismgoerli_Bytes - executedTransactionHash_gt: optimismgoerli_Bytes - executedTransactionHash_lt: optimismgoerli_Bytes - executedTransactionHash_gte: optimismgoerli_Bytes - executedTransactionHash_lte: optimismgoerli_Bytes - executedTransactionHash_in: [optimismgoerli_Bytes!] - executedTransactionHash_not_in: [optimismgoerli_Bytes!] - executedTransactionHash_contains: optimismgoerli_Bytes - executedTransactionHash_not_contains: optimismgoerli_Bytes + executedCaller: staginggoerli_Bytes + executedCaller_not: staginggoerli_Bytes + executedCaller_gt: staginggoerli_Bytes + executedCaller_lt: staginggoerli_Bytes + executedCaller_gte: staginggoerli_Bytes + executedCaller_lte: staginggoerli_Bytes + executedCaller_in: [staginggoerli_Bytes!] + executedCaller_not_in: [staginggoerli_Bytes!] + executedCaller_contains: staginggoerli_Bytes + executedCaller_not_contains: staginggoerli_Bytes + executedTransactionHash: staginggoerli_Bytes + executedTransactionHash_not: staginggoerli_Bytes + executedTransactionHash_gt: staginggoerli_Bytes + executedTransactionHash_lt: staginggoerli_Bytes + executedTransactionHash_gte: staginggoerli_Bytes + executedTransactionHash_lte: staginggoerli_Bytes + executedTransactionHash_in: [staginggoerli_Bytes!] + executedTransactionHash_not_in: [staginggoerli_Bytes!] + executedTransactionHash_contains: staginggoerli_Bytes + executedTransactionHash_not_contains: staginggoerli_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -74949,16 +75363,16 @@ input optimismgoerli_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: optimismgoerli_Bytes - executedTxOrigin_not: optimismgoerli_Bytes - executedTxOrigin_gt: optimismgoerli_Bytes - executedTxOrigin_lt: optimismgoerli_Bytes - executedTxOrigin_gte: optimismgoerli_Bytes - executedTxOrigin_lte: optimismgoerli_Bytes - executedTxOrigin_in: [optimismgoerli_Bytes!] - executedTxOrigin_not_in: [optimismgoerli_Bytes!] - executedTxOrigin_contains: optimismgoerli_Bytes - executedTxOrigin_not_contains: optimismgoerli_Bytes + executedTxOrigin: staginggoerli_Bytes + executedTxOrigin_not: staginggoerli_Bytes + executedTxOrigin_gt: staginggoerli_Bytes + executedTxOrigin_lt: staginggoerli_Bytes + executedTxOrigin_gte: staginggoerli_Bytes + executedTxOrigin_lte: staginggoerli_Bytes + executedTxOrigin_in: [staginggoerli_Bytes!] + executedTxOrigin_not_in: [staginggoerli_Bytes!] + executedTxOrigin_contains: staginggoerli_Bytes + executedTxOrigin_not_contains: staginggoerli_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -74967,26 +75381,26 @@ input optimismgoerli_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: optimismgoerli_Bytes - reconciledCaller_not: optimismgoerli_Bytes - reconciledCaller_gt: optimismgoerli_Bytes - reconciledCaller_lt: optimismgoerli_Bytes - reconciledCaller_gte: optimismgoerli_Bytes - reconciledCaller_lte: optimismgoerli_Bytes - reconciledCaller_in: [optimismgoerli_Bytes!] - reconciledCaller_not_in: [optimismgoerli_Bytes!] - reconciledCaller_contains: optimismgoerli_Bytes - reconciledCaller_not_contains: optimismgoerli_Bytes - reconciledTransactionHash: optimismgoerli_Bytes - reconciledTransactionHash_not: optimismgoerli_Bytes - reconciledTransactionHash_gt: optimismgoerli_Bytes - reconciledTransactionHash_lt: optimismgoerli_Bytes - reconciledTransactionHash_gte: optimismgoerli_Bytes - reconciledTransactionHash_lte: optimismgoerli_Bytes - reconciledTransactionHash_in: [optimismgoerli_Bytes!] - reconciledTransactionHash_not_in: [optimismgoerli_Bytes!] - reconciledTransactionHash_contains: optimismgoerli_Bytes - reconciledTransactionHash_not_contains: optimismgoerli_Bytes + reconciledCaller: staginggoerli_Bytes + reconciledCaller_not: staginggoerli_Bytes + reconciledCaller_gt: staginggoerli_Bytes + reconciledCaller_lt: staginggoerli_Bytes + reconciledCaller_gte: staginggoerli_Bytes + reconciledCaller_lte: staginggoerli_Bytes + reconciledCaller_in: [staginggoerli_Bytes!] + reconciledCaller_not_in: [staginggoerli_Bytes!] + reconciledCaller_contains: staginggoerli_Bytes + reconciledCaller_not_contains: staginggoerli_Bytes + reconciledTransactionHash: staginggoerli_Bytes + reconciledTransactionHash_not: staginggoerli_Bytes + reconciledTransactionHash_gt: staginggoerli_Bytes + reconciledTransactionHash_lt: staginggoerli_Bytes + reconciledTransactionHash_gte: staginggoerli_Bytes + reconciledTransactionHash_lte: staginggoerli_Bytes + reconciledTransactionHash_in: [staginggoerli_Bytes!] + reconciledTransactionHash_not_in: [staginggoerli_Bytes!] + reconciledTransactionHash_contains: staginggoerli_Bytes + reconciledTransactionHash_not_contains: staginggoerli_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -75019,16 +75433,16 @@ input optimismgoerli_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: optimismgoerli_Bytes - reconciledTxOrigin_not: optimismgoerli_Bytes - reconciledTxOrigin_gt: optimismgoerli_Bytes - reconciledTxOrigin_lt: optimismgoerli_Bytes - reconciledTxOrigin_gte: optimismgoerli_Bytes - reconciledTxOrigin_lte: optimismgoerli_Bytes - reconciledTxOrigin_in: [optimismgoerli_Bytes!] - reconciledTxOrigin_not_in: [optimismgoerli_Bytes!] - reconciledTxOrigin_contains: optimismgoerli_Bytes - reconciledTxOrigin_not_contains: optimismgoerli_Bytes + reconciledTxOrigin: staginggoerli_Bytes + reconciledTxOrigin_not: staginggoerli_Bytes + reconciledTxOrigin_gt: staginggoerli_Bytes + reconciledTxOrigin_lt: staginggoerli_Bytes + reconciledTxOrigin_gte: staginggoerli_Bytes + reconciledTxOrigin_lte: staginggoerli_Bytes + reconciledTxOrigin_in: [staginggoerli_Bytes!] + reconciledTxOrigin_not_in: [staginggoerli_Bytes!] + reconciledTxOrigin_contains: staginggoerli_Bytes + reconciledTxOrigin_not_contains: staginggoerli_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -75038,12 +75452,12 @@ input optimismgoerli_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_DestinationTransfer_filter] - or: [optimismgoerli_DestinationTransfer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_DestinationTransfer_filter] + or: [staginggoerli_DestinationTransfer_filter] } -enum optimismgoerli_DestinationTransfer_orderBy { +enum staginggoerli_DestinationTransfer_orderBy { id chainId transferId @@ -75067,7 +75481,6 @@ enum optimismgoerli_DestinationTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -75093,32 +75506,75 @@ enum optimismgoerli_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer +type staginggoerli_OptimisticRootFinalized { + id: ID! + aggregateRoot: staginggoerli_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} -""" -scalar optimismgoerli_Int8 +input staginggoerli_OptimisticRootFinalized_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!] + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimisticRootFinalized_filter] + or: [staginggoerli_OptimisticRootFinalized_filter] +} -"""Defines the order direction, either ascending or descending""" -enum optimismgoerli_OrderDirection { - asc - desc +enum staginggoerli_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber } -type optimismgoerli_OriginMessage { +type staginggoerli_OriginMessage { id: ID! - transferId: optimismgoerli_Bytes + transferId: staginggoerli_Bytes destinationDomain: BigInt - leaf: optimismgoerli_Bytes + leaf: staginggoerli_Bytes index: BigInt - message: optimismgoerli_Bytes - root: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes + message: staginggoerli_Bytes + root: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes blockNumber: BigInt - rootCount: optimismgoerli_RootCount + rootCount: staginggoerli_RootCount } -input optimismgoerli_OriginMessage_filter { +input staginggoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -75127,16 +75583,16 @@ input optimismgoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: optimismgoerli_Bytes - transferId_not: optimismgoerli_Bytes - transferId_gt: optimismgoerli_Bytes - transferId_lt: optimismgoerli_Bytes - transferId_gte: optimismgoerli_Bytes - transferId_lte: optimismgoerli_Bytes - transferId_in: [optimismgoerli_Bytes!] - transferId_not_in: [optimismgoerli_Bytes!] - transferId_contains: optimismgoerli_Bytes - transferId_not_contains: optimismgoerli_Bytes + transferId: staginggoerli_Bytes + transferId_not: staginggoerli_Bytes + transferId_gt: staginggoerli_Bytes + transferId_lt: staginggoerli_Bytes + transferId_gte: staginggoerli_Bytes + transferId_lte: staginggoerli_Bytes + transferId_in: [staginggoerli_Bytes!] + transferId_not_in: [staginggoerli_Bytes!] + transferId_contains: staginggoerli_Bytes + transferId_not_contains: staginggoerli_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -75145,16 +75601,16 @@ input optimismgoerli_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: optimismgoerli_Bytes - leaf_not: optimismgoerli_Bytes - leaf_gt: optimismgoerli_Bytes - leaf_lt: optimismgoerli_Bytes - leaf_gte: optimismgoerli_Bytes - leaf_lte: optimismgoerli_Bytes - leaf_in: [optimismgoerli_Bytes!] - leaf_not_in: [optimismgoerli_Bytes!] - leaf_contains: optimismgoerli_Bytes - leaf_not_contains: optimismgoerli_Bytes + leaf: staginggoerli_Bytes + leaf_not: staginggoerli_Bytes + leaf_gt: staginggoerli_Bytes + leaf_lt: staginggoerli_Bytes + leaf_gte: staginggoerli_Bytes + leaf_lte: staginggoerli_Bytes + leaf_in: [staginggoerli_Bytes!] + leaf_not_in: [staginggoerli_Bytes!] + leaf_contains: staginggoerli_Bytes + leaf_not_contains: staginggoerli_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -75163,36 +75619,36 @@ input optimismgoerli_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: optimismgoerli_Bytes - message_not: optimismgoerli_Bytes - message_gt: optimismgoerli_Bytes - message_lt: optimismgoerli_Bytes - message_gte: optimismgoerli_Bytes - message_lte: optimismgoerli_Bytes - message_in: [optimismgoerli_Bytes!] - message_not_in: [optimismgoerli_Bytes!] - message_contains: optimismgoerli_Bytes - message_not_contains: optimismgoerli_Bytes - root: optimismgoerli_Bytes - root_not: optimismgoerli_Bytes - root_gt: optimismgoerli_Bytes - root_lt: optimismgoerli_Bytes - root_gte: optimismgoerli_Bytes - root_lte: optimismgoerli_Bytes - root_in: [optimismgoerli_Bytes!] - root_not_in: [optimismgoerli_Bytes!] - root_contains: optimismgoerli_Bytes - root_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + message: staginggoerli_Bytes + message_not: staginggoerli_Bytes + message_gt: staginggoerli_Bytes + message_lt: staginggoerli_Bytes + message_gte: staginggoerli_Bytes + message_lte: staginggoerli_Bytes + message_in: [staginggoerli_Bytes!] + message_not_in: [staginggoerli_Bytes!] + message_contains: staginggoerli_Bytes + message_not_contains: staginggoerli_Bytes + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -75221,14 +75677,14 @@ input optimismgoerli_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: optimismgoerli_RootCount_filter + rootCount_: staginggoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_OriginMessage_filter] - or: [optimismgoerli_OriginMessage_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OriginMessage_filter] + or: [staginggoerli_OriginMessage_filter] } -enum optimismgoerli_OriginMessage_orderBy { +enum staginggoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -75243,42 +75699,42 @@ enum optimismgoerli_OriginMessage_orderBy { rootCount__count } -type optimismgoerli_OriginTransfer { +type staginggoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: optimismgoerli_Bytes + transferId: staginggoerli_Bytes nonce: BigInt - status: optimismgoerli_TransferStatus - messageHash: optimismgoerli_Bytes + status: staginggoerli_TransferStatus + messageHash: staginggoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes + to: staginggoerli_Bytes + delegate: staginggoerli_Bytes receiveLocal: Boolean - callData: optimismgoerli_Bytes + callData: staginggoerli_Bytes slippage: BigInt - originSender: optimismgoerli_Bytes + originSender: staginggoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimismgoerli_Bytes - asset: optimismgoerli_Asset - transactingAsset: optimismgoerli_Bytes - message: optimismgoerli_OriginMessage + canonicalId: staginggoerli_Bytes + asset: staginggoerli_Asset + transactingAsset: staginggoerli_Bytes + message: staginggoerli_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_RelayerFee_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_RelayerFee_filter): [optimismgoerli_RelayerFee!] - initialRelayerFeeAsset: optimismgoerli_Bytes - caller: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_RelayerFee_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_RelayerFee_filter): [staginggoerli_RelayerFee!] + initialRelayerFeeAsset: staginggoerli_Bytes + caller: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: optimismgoerli_Bytes + txOrigin: staginggoerli_Bytes txNonce: BigInt } -input optimismgoerli_OriginTransfer_filter { +input staginggoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -75295,16 +75751,16 @@ input optimismgoerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimismgoerli_Bytes - transferId_not: optimismgoerli_Bytes - transferId_gt: optimismgoerli_Bytes - transferId_lt: optimismgoerli_Bytes - transferId_gte: optimismgoerli_Bytes - transferId_lte: optimismgoerli_Bytes - transferId_in: [optimismgoerli_Bytes!] - transferId_not_in: [optimismgoerli_Bytes!] - transferId_contains: optimismgoerli_Bytes - transferId_not_contains: optimismgoerli_Bytes + transferId: staginggoerli_Bytes + transferId_not: staginggoerli_Bytes + transferId_gt: staginggoerli_Bytes + transferId_lt: staginggoerli_Bytes + transferId_gte: staginggoerli_Bytes + transferId_lte: staginggoerli_Bytes + transferId_in: [staginggoerli_Bytes!] + transferId_not_in: [staginggoerli_Bytes!] + transferId_contains: staginggoerli_Bytes + transferId_not_contains: staginggoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -75313,20 +75769,20 @@ input optimismgoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimismgoerli_TransferStatus - status_not: optimismgoerli_TransferStatus - status_in: [optimismgoerli_TransferStatus!] - status_not_in: [optimismgoerli_TransferStatus!] - messageHash: optimismgoerli_Bytes - messageHash_not: optimismgoerli_Bytes - messageHash_gt: optimismgoerli_Bytes - messageHash_lt: optimismgoerli_Bytes - messageHash_gte: optimismgoerli_Bytes - messageHash_lte: optimismgoerli_Bytes - messageHash_in: [optimismgoerli_Bytes!] - messageHash_not_in: [optimismgoerli_Bytes!] - messageHash_contains: optimismgoerli_Bytes - messageHash_not_contains: optimismgoerli_Bytes + status: staginggoerli_TransferStatus + status_not: staginggoerli_TransferStatus + status_in: [staginggoerli_TransferStatus!] + status_not_in: [staginggoerli_TransferStatus!] + messageHash: staginggoerli_Bytes + messageHash_not: staginggoerli_Bytes + messageHash_gt: staginggoerli_Bytes + messageHash_lt: staginggoerli_Bytes + messageHash_gte: staginggoerli_Bytes + messageHash_lte: staginggoerli_Bytes + messageHash_in: [staginggoerli_Bytes!] + messageHash_not_in: [staginggoerli_Bytes!] + messageHash_contains: staginggoerli_Bytes + messageHash_not_contains: staginggoerli_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -75351,40 +75807,40 @@ input optimismgoerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimismgoerli_Bytes - to_not: optimismgoerli_Bytes - to_gt: optimismgoerli_Bytes - to_lt: optimismgoerli_Bytes - to_gte: optimismgoerli_Bytes - to_lte: optimismgoerli_Bytes - to_in: [optimismgoerli_Bytes!] - to_not_in: [optimismgoerli_Bytes!] - to_contains: optimismgoerli_Bytes - to_not_contains: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes - delegate_not: optimismgoerli_Bytes - delegate_gt: optimismgoerli_Bytes - delegate_lt: optimismgoerli_Bytes - delegate_gte: optimismgoerli_Bytes - delegate_lte: optimismgoerli_Bytes - delegate_in: [optimismgoerli_Bytes!] - delegate_not_in: [optimismgoerli_Bytes!] - delegate_contains: optimismgoerli_Bytes - delegate_not_contains: optimismgoerli_Bytes + to: staginggoerli_Bytes + to_not: staginggoerli_Bytes + to_gt: staginggoerli_Bytes + to_lt: staginggoerli_Bytes + to_gte: staginggoerli_Bytes + to_lte: staginggoerli_Bytes + to_in: [staginggoerli_Bytes!] + to_not_in: [staginggoerli_Bytes!] + to_contains: staginggoerli_Bytes + to_not_contains: staginggoerli_Bytes + delegate: staginggoerli_Bytes + delegate_not: staginggoerli_Bytes + delegate_gt: staginggoerli_Bytes + delegate_lt: staginggoerli_Bytes + delegate_gte: staginggoerli_Bytes + delegate_lte: staginggoerli_Bytes + delegate_in: [staginggoerli_Bytes!] + delegate_not_in: [staginggoerli_Bytes!] + delegate_contains: staginggoerli_Bytes + delegate_not_contains: staginggoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: optimismgoerli_Bytes - callData_not: optimismgoerli_Bytes - callData_gt: optimismgoerli_Bytes - callData_lt: optimismgoerli_Bytes - callData_gte: optimismgoerli_Bytes - callData_lte: optimismgoerli_Bytes - callData_in: [optimismgoerli_Bytes!] - callData_not_in: [optimismgoerli_Bytes!] - callData_contains: optimismgoerli_Bytes - callData_not_contains: optimismgoerli_Bytes + callData: staginggoerli_Bytes + callData_not: staginggoerli_Bytes + callData_gt: staginggoerli_Bytes + callData_lt: staginggoerli_Bytes + callData_gte: staginggoerli_Bytes + callData_lte: staginggoerli_Bytes + callData_in: [staginggoerli_Bytes!] + callData_not_in: [staginggoerli_Bytes!] + callData_contains: staginggoerli_Bytes + callData_not_contains: staginggoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -75393,16 +75849,16 @@ input optimismgoerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: optimismgoerli_Bytes - originSender_not: optimismgoerli_Bytes - originSender_gt: optimismgoerli_Bytes - originSender_lt: optimismgoerli_Bytes - originSender_gte: optimismgoerli_Bytes - originSender_lte: optimismgoerli_Bytes - originSender_in: [optimismgoerli_Bytes!] - originSender_not_in: [optimismgoerli_Bytes!] - originSender_contains: optimismgoerli_Bytes - originSender_not_contains: optimismgoerli_Bytes + originSender: staginggoerli_Bytes + originSender_not: staginggoerli_Bytes + originSender_gt: staginggoerli_Bytes + originSender_lt: staginggoerli_Bytes + originSender_gte: staginggoerli_Bytes + originSender_lte: staginggoerli_Bytes + originSender_in: [staginggoerli_Bytes!] + originSender_not_in: [staginggoerli_Bytes!] + originSender_contains: staginggoerli_Bytes + originSender_not_contains: staginggoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -75419,16 +75875,16 @@ input optimismgoerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimismgoerli_Bytes - canonicalId_not: optimismgoerli_Bytes - canonicalId_gt: optimismgoerli_Bytes - canonicalId_lt: optimismgoerli_Bytes - canonicalId_gte: optimismgoerli_Bytes - canonicalId_lte: optimismgoerli_Bytes - canonicalId_in: [optimismgoerli_Bytes!] - canonicalId_not_in: [optimismgoerli_Bytes!] - canonicalId_contains: optimismgoerli_Bytes - canonicalId_not_contains: optimismgoerli_Bytes + canonicalId: staginggoerli_Bytes + canonicalId_not: staginggoerli_Bytes + canonicalId_gt: staginggoerli_Bytes + canonicalId_lt: staginggoerli_Bytes + canonicalId_gte: staginggoerli_Bytes + canonicalId_lte: staginggoerli_Bytes + canonicalId_in: [staginggoerli_Bytes!] + canonicalId_not_in: [staginggoerli_Bytes!] + canonicalId_contains: staginggoerli_Bytes + canonicalId_not_contains: staginggoerli_Bytes asset: String asset_not: String asset_gt: String @@ -75449,17 +75905,17 @@ input optimismgoerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter - transactingAsset: optimismgoerli_Bytes - transactingAsset_not: optimismgoerli_Bytes - transactingAsset_gt: optimismgoerli_Bytes - transactingAsset_lt: optimismgoerli_Bytes - transactingAsset_gte: optimismgoerli_Bytes - transactingAsset_lte: optimismgoerli_Bytes - transactingAsset_in: [optimismgoerli_Bytes!] - transactingAsset_not_in: [optimismgoerli_Bytes!] - transactingAsset_contains: optimismgoerli_Bytes - transactingAsset_not_contains: optimismgoerli_Bytes + asset_: staginggoerli_Asset_filter + transactingAsset: staginggoerli_Bytes + transactingAsset_not: staginggoerli_Bytes + transactingAsset_gt: staginggoerli_Bytes + transactingAsset_lt: staginggoerli_Bytes + transactingAsset_gte: staginggoerli_Bytes + transactingAsset_lte: staginggoerli_Bytes + transactingAsset_in: [staginggoerli_Bytes!] + transactingAsset_not_in: [staginggoerli_Bytes!] + transactingAsset_contains: staginggoerli_Bytes + transactingAsset_not_contains: staginggoerli_Bytes message: String message_not: String message_gt: String @@ -75480,7 +75936,7 @@ input optimismgoerli_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: optimismgoerli_OriginMessage_filter + message_: staginggoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -75495,37 +75951,37 @@ input optimismgoerli_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: optimismgoerli_RelayerFee_filter - initialRelayerFeeAsset: optimismgoerli_Bytes - initialRelayerFeeAsset_not: optimismgoerli_Bytes - initialRelayerFeeAsset_gt: optimismgoerli_Bytes - initialRelayerFeeAsset_lt: optimismgoerli_Bytes - initialRelayerFeeAsset_gte: optimismgoerli_Bytes - initialRelayerFeeAsset_lte: optimismgoerli_Bytes - initialRelayerFeeAsset_in: [optimismgoerli_Bytes!] - initialRelayerFeeAsset_not_in: [optimismgoerli_Bytes!] - initialRelayerFeeAsset_contains: optimismgoerli_Bytes - initialRelayerFeeAsset_not_contains: optimismgoerli_Bytes - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + relayerFees_: staginggoerli_RelayerFee_filter + initialRelayerFeeAsset: staginggoerli_Bytes + initialRelayerFeeAsset_not: staginggoerli_Bytes + initialRelayerFeeAsset_gt: staginggoerli_Bytes + initialRelayerFeeAsset_lt: staginggoerli_Bytes + initialRelayerFeeAsset_gte: staginggoerli_Bytes + initialRelayerFeeAsset_lte: staginggoerli_Bytes + initialRelayerFeeAsset_in: [staginggoerli_Bytes!] + initialRelayerFeeAsset_not_in: [staginggoerli_Bytes!] + initialRelayerFeeAsset_contains: staginggoerli_Bytes + initialRelayerFeeAsset_not_contains: staginggoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -75558,16 +76014,16 @@ input optimismgoerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: optimismgoerli_Bytes - txOrigin_not: optimismgoerli_Bytes - txOrigin_gt: optimismgoerli_Bytes - txOrigin_lt: optimismgoerli_Bytes - txOrigin_gte: optimismgoerli_Bytes - txOrigin_lte: optimismgoerli_Bytes - txOrigin_in: [optimismgoerli_Bytes!] - txOrigin_not_in: [optimismgoerli_Bytes!] - txOrigin_contains: optimismgoerli_Bytes - txOrigin_not_contains: optimismgoerli_Bytes + txOrigin: staginggoerli_Bytes + txOrigin_not: staginggoerli_Bytes + txOrigin_gt: staginggoerli_Bytes + txOrigin_lt: staginggoerli_Bytes + txOrigin_gte: staginggoerli_Bytes + txOrigin_lte: staginggoerli_Bytes + txOrigin_in: [staginggoerli_Bytes!] + txOrigin_not_in: [staginggoerli_Bytes!] + txOrigin_contains: staginggoerli_Bytes + txOrigin_not_contains: staginggoerli_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -75577,12 +76033,12 @@ input optimismgoerli_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_OriginTransfer_filter] - or: [optimismgoerli_OriginTransfer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OriginTransfer_filter] + or: [staginggoerli_OriginTransfer_filter] } -enum optimismgoerli_OriginTransfer_orderBy { +enum staginggoerli_OriginTransfer_orderBy { id chainId transferId @@ -75605,7 +76061,6 @@ enum optimismgoerli_OriginTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -75635,20 +76090,20 @@ enum optimismgoerli_OriginTransfer_orderBy { txNonce } -type optimismgoerli_Relayer { +type staginggoerli_Relayer { id: ID! isActive: Boolean! - relayer: optimismgoerli_Bytes + relayer: staginggoerli_Bytes } -type optimismgoerli_RelayerFee { +type staginggoerli_RelayerFee { id: ID! - transfer: optimismgoerli_OriginTransfer! + transfer: staginggoerli_OriginTransfer! fee: BigInt! - asset: optimismgoerli_Bytes! + asset: staginggoerli_Bytes! } -input optimismgoerli_RelayerFee_filter { +input staginggoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -75677,7 +76132,7 @@ input optimismgoerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimismgoerli_OriginTransfer_filter + transfer_: staginggoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -75686,23 +76141,23 @@ input optimismgoerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: optimismgoerli_Bytes - asset_not: optimismgoerli_Bytes - asset_gt: optimismgoerli_Bytes - asset_lt: optimismgoerli_Bytes - asset_gte: optimismgoerli_Bytes - asset_lte: optimismgoerli_Bytes - asset_in: [optimismgoerli_Bytes!] - asset_not_in: [optimismgoerli_Bytes!] - asset_contains: optimismgoerli_Bytes - asset_not_contains: optimismgoerli_Bytes + asset: staginggoerli_Bytes + asset_not: staginggoerli_Bytes + asset_gt: staginggoerli_Bytes + asset_lt: staginggoerli_Bytes + asset_gte: staginggoerli_Bytes + asset_lte: staginggoerli_Bytes + asset_in: [staginggoerli_Bytes!] + asset_not_in: [staginggoerli_Bytes!] + asset_contains: staginggoerli_Bytes + asset_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RelayerFee_filter] - or: [optimismgoerli_RelayerFee_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RelayerFee_filter] + or: [staginggoerli_RelayerFee_filter] } -enum optimismgoerli_RelayerFee_orderBy { +enum staginggoerli_RelayerFee_orderBy { id transfer transfer__id @@ -75738,20 +76193,20 @@ enum optimismgoerli_RelayerFee_orderBy { asset } -type optimismgoerli_RelayerFeesIncrease { +type staginggoerli_RelayerFeesIncrease { id: ID! - transfer: optimismgoerli_OriginTransfer! + transfer: staginggoerli_OriginTransfer! increase: BigInt - asset: optimismgoerli_Bytes - caller: optimismgoerli_Bytes! - transactionHash: optimismgoerli_Bytes! + asset: staginggoerli_Bytes + caller: staginggoerli_Bytes! + transactionHash: staginggoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimismgoerli_RelayerFeesIncrease_filter { +input staginggoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -75780,7 +76235,7 @@ input optimismgoerli_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimismgoerli_OriginTransfer_filter + transfer_: staginggoerli_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -75789,36 +76244,36 @@ input optimismgoerli_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: optimismgoerli_Bytes - asset_not: optimismgoerli_Bytes - asset_gt: optimismgoerli_Bytes - asset_lt: optimismgoerli_Bytes - asset_gte: optimismgoerli_Bytes - asset_lte: optimismgoerli_Bytes - asset_in: [optimismgoerli_Bytes!] - asset_not_in: [optimismgoerli_Bytes!] - asset_contains: optimismgoerli_Bytes - asset_not_contains: optimismgoerli_Bytes - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + asset: staginggoerli_Bytes + asset_not: staginggoerli_Bytes + asset_gt: staginggoerli_Bytes + asset_lt: staginggoerli_Bytes + asset_gte: staginggoerli_Bytes + asset_lte: staginggoerli_Bytes + asset_in: [staginggoerli_Bytes!] + asset_not_in: [staginggoerli_Bytes!] + asset_contains: staginggoerli_Bytes + asset_not_contains: staginggoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -75852,12 +76307,12 @@ input optimismgoerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RelayerFeesIncrease_filter] - or: [optimismgoerli_RelayerFeesIncrease_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RelayerFeesIncrease_filter] + or: [staginggoerli_RelayerFeesIncrease_filter] } -enum optimismgoerli_RelayerFeesIncrease_orderBy { +enum staginggoerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -75899,7 +76354,7 @@ enum optimismgoerli_RelayerFeesIncrease_orderBy { blockNumber } -input optimismgoerli_Relayer_filter { +input staginggoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -75912,34 +76367,34 @@ input optimismgoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: optimismgoerli_Bytes - relayer_not: optimismgoerli_Bytes - relayer_gt: optimismgoerli_Bytes - relayer_lt: optimismgoerli_Bytes - relayer_gte: optimismgoerli_Bytes - relayer_lte: optimismgoerli_Bytes - relayer_in: [optimismgoerli_Bytes!] - relayer_not_in: [optimismgoerli_Bytes!] - relayer_contains: optimismgoerli_Bytes - relayer_not_contains: optimismgoerli_Bytes + relayer: staginggoerli_Bytes + relayer_not: staginggoerli_Bytes + relayer_gt: staginggoerli_Bytes + relayer_lt: staginggoerli_Bytes + relayer_gte: staginggoerli_Bytes + relayer_lte: staginggoerli_Bytes + relayer_in: [staginggoerli_Bytes!] + relayer_not_in: [staginggoerli_Bytes!] + relayer_contains: staginggoerli_Bytes + relayer_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Relayer_filter] - or: [optimismgoerli_Relayer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Relayer_filter] + or: [staginggoerli_Relayer_filter] } -enum optimismgoerli_Relayer_orderBy { +enum staginggoerli_Relayer_orderBy { id isActive relayer } -type optimismgoerli_RootCount { +type staginggoerli_RootCount { id: ID! count: BigInt } -input optimismgoerli_RootCount_filter { +input staginggoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -75957,31 +76412,31 @@ input optimismgoerli_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RootCount_filter] - or: [optimismgoerli_RootCount_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootCount_filter] + or: [staginggoerli_RootCount_filter] } -enum optimismgoerli_RootCount_orderBy { +enum staginggoerli_RootCount_orderBy { id count } -type optimismgoerli_RootMessageSent { +type staginggoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: optimismgoerli_Bytes - count: BigInt - caller: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes + root: staginggoerli_Bytes + count: BigInt + caller: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input optimismgoerli_RootMessageSent_filter { +input staginggoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -76006,16 +76461,16 @@ input optimismgoerli_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: optimismgoerli_Bytes - root_not: optimismgoerli_Bytes - root_gt: optimismgoerli_Bytes - root_lt: optimismgoerli_Bytes - root_gte: optimismgoerli_Bytes - root_lte: optimismgoerli_Bytes - root_in: [optimismgoerli_Bytes!] - root_not_in: [optimismgoerli_Bytes!] - root_contains: optimismgoerli_Bytes - root_not_contains: optimismgoerli_Bytes + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -76024,26 +76479,26 @@ input optimismgoerli_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76077,12 +76532,12 @@ input optimismgoerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RootMessageSent_filter] - or: [optimismgoerli_RootMessageSent_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootMessageSent_filter] + or: [staginggoerli_RootMessageSent_filter] } -enum optimismgoerli_RootMessageSent_orderBy { +enum staginggoerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -76096,25 +76551,25 @@ enum optimismgoerli_RootMessageSent_orderBy { blockNumber } -type optimismgoerli_Router { +type staginggoerli_Router { id: ID! isActive: Boolean! - owner: optimismgoerli_Bytes - recipient: optimismgoerli_Bytes - proposedOwner: optimismgoerli_Bytes + owner: staginggoerli_Bytes + recipient: staginggoerli_Bytes + proposedOwner: staginggoerli_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_AssetBalance_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_AssetBalance_filter): [optimismgoerli_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_AssetBalance_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_AssetBalance_filter): [staginggoerli_AssetBalance!]! } -type optimismgoerli_RouterDailyTVL { +type staginggoerli_RouterDailyTVL { id: ID! - router: optimismgoerli_Router! - asset: optimismgoerli_Asset! + router: staginggoerli_Router! + asset: staginggoerli_Asset! timestamp: BigInt! balance: BigInt! } -input optimismgoerli_RouterDailyTVL_filter { +input staginggoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -76143,7 +76598,7 @@ input optimismgoerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimismgoerli_Router_filter + router_: staginggoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -76164,7 +76619,7 @@ input optimismgoerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter + asset_: staginggoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76182,12 +76637,12 @@ input optimismgoerli_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RouterDailyTVL_filter] - or: [optimismgoerli_RouterDailyTVL_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RouterDailyTVL_filter] + or: [staginggoerli_RouterDailyTVL_filter] } -enum optimismgoerli_RouterDailyTVL_orderBy { +enum staginggoerli_RouterDailyTVL_orderBy { id router router__id @@ -76200,7 +76655,6 @@ enum optimismgoerli_RouterDailyTVL_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -76210,176 +76664,7 @@ enum optimismgoerli_RouterDailyTVL_orderBy { balance } -type optimismgoerli_RouterLiquidityEvent { - id: ID! - type: optimismgoerli_RouterLiquidityEventType - router: optimismgoerli_Router! - asset: optimismgoerli_Asset! - amount: BigInt! - balance: BigInt! - caller: optimismgoerli_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: optimismgoerli_Bytes! - nonce: BigInt! -} - -enum optimismgoerli_RouterLiquidityEventType { - Add - Remove -} - -input optimismgoerli_RouterLiquidityEvent_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!] - type: optimismgoerli_RouterLiquidityEventType - type_not: optimismgoerli_RouterLiquidityEventType - type_in: [optimismgoerli_RouterLiquidityEventType!] - type_not_in: [optimismgoerli_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: optimismgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RouterLiquidityEvent_filter] - or: [optimismgoerli_RouterLiquidityEvent_filter] -} - -enum optimismgoerli_RouterLiquidityEvent_orderBy { - id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - balance - caller - blockNumber - timestamp - transactionHash - nonce -} - -input optimismgoerli_Router_filter { +input staginggoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -76392,36 +76677,36 @@ input optimismgoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: optimismgoerli_Bytes - owner_not: optimismgoerli_Bytes - owner_gt: optimismgoerli_Bytes - owner_lt: optimismgoerli_Bytes - owner_gte: optimismgoerli_Bytes - owner_lte: optimismgoerli_Bytes - owner_in: [optimismgoerli_Bytes!] - owner_not_in: [optimismgoerli_Bytes!] - owner_contains: optimismgoerli_Bytes - owner_not_contains: optimismgoerli_Bytes - recipient: optimismgoerli_Bytes - recipient_not: optimismgoerli_Bytes - recipient_gt: optimismgoerli_Bytes - recipient_lt: optimismgoerli_Bytes - recipient_gte: optimismgoerli_Bytes - recipient_lte: optimismgoerli_Bytes - recipient_in: [optimismgoerli_Bytes!] - recipient_not_in: [optimismgoerli_Bytes!] - recipient_contains: optimismgoerli_Bytes - recipient_not_contains: optimismgoerli_Bytes - proposedOwner: optimismgoerli_Bytes - proposedOwner_not: optimismgoerli_Bytes - proposedOwner_gt: optimismgoerli_Bytes - proposedOwner_lt: optimismgoerli_Bytes - proposedOwner_gte: optimismgoerli_Bytes - proposedOwner_lte: optimismgoerli_Bytes - proposedOwner_in: [optimismgoerli_Bytes!] - proposedOwner_not_in: [optimismgoerli_Bytes!] - proposedOwner_contains: optimismgoerli_Bytes - proposedOwner_not_contains: optimismgoerli_Bytes + owner: staginggoerli_Bytes + owner_not: staginggoerli_Bytes + owner_gt: staginggoerli_Bytes + owner_lt: staginggoerli_Bytes + owner_gte: staginggoerli_Bytes + owner_lte: staginggoerli_Bytes + owner_in: [staginggoerli_Bytes!] + owner_not_in: [staginggoerli_Bytes!] + owner_contains: staginggoerli_Bytes + owner_not_contains: staginggoerli_Bytes + recipient: staginggoerli_Bytes + recipient_not: staginggoerli_Bytes + recipient_gt: staginggoerli_Bytes + recipient_lt: staginggoerli_Bytes + recipient_gte: staginggoerli_Bytes + recipient_lte: staginggoerli_Bytes + recipient_in: [staginggoerli_Bytes!] + recipient_not_in: [staginggoerli_Bytes!] + recipient_contains: staginggoerli_Bytes + recipient_not_contains: staginggoerli_Bytes + proposedOwner: staginggoerli_Bytes + proposedOwner_not: staginggoerli_Bytes + proposedOwner_gt: staginggoerli_Bytes + proposedOwner_lt: staginggoerli_Bytes + proposedOwner_gte: staginggoerli_Bytes + proposedOwner_lte: staginggoerli_Bytes + proposedOwner_in: [staginggoerli_Bytes!] + proposedOwner_not_in: [staginggoerli_Bytes!] + proposedOwner_contains: staginggoerli_Bytes + proposedOwner_not_contains: staginggoerli_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -76430,14 +76715,14 @@ input optimismgoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: optimismgoerli_AssetBalance_filter + assetBalances_: staginggoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Router_filter] - or: [optimismgoerli_Router_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Router_filter] + or: [staginggoerli_Router_filter] } -enum optimismgoerli_Router_orderBy { +enum staginggoerli_Router_orderBy { id isActive owner @@ -76447,13 +76732,13 @@ enum optimismgoerli_Router_orderBy { assetBalances } -type optimismgoerli_Sequencer { +type staginggoerli_Sequencer { id: ID! isActive: Boolean! - sequencer: optimismgoerli_Bytes + sequencer: staginggoerli_Bytes } -input optimismgoerli_Sequencer_filter { +input staginggoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -76466,35 +76751,35 @@ input optimismgoerli_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: optimismgoerli_Bytes - sequencer_not: optimismgoerli_Bytes - sequencer_gt: optimismgoerli_Bytes - sequencer_lt: optimismgoerli_Bytes - sequencer_gte: optimismgoerli_Bytes - sequencer_lte: optimismgoerli_Bytes - sequencer_in: [optimismgoerli_Bytes!] - sequencer_not_in: [optimismgoerli_Bytes!] - sequencer_contains: optimismgoerli_Bytes - sequencer_not_contains: optimismgoerli_Bytes + sequencer: staginggoerli_Bytes + sequencer_not: staginggoerli_Bytes + sequencer_gt: staginggoerli_Bytes + sequencer_lt: staginggoerli_Bytes + sequencer_gte: staginggoerli_Bytes + sequencer_lte: staginggoerli_Bytes + sequencer_in: [staginggoerli_Bytes!] + sequencer_not_in: [staginggoerli_Bytes!] + sequencer_contains: staginggoerli_Bytes + sequencer_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Sequencer_filter] - or: [optimismgoerli_Sequencer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Sequencer_filter] + or: [staginggoerli_Sequencer_filter] } -enum optimismgoerli_Sequencer_orderBy { +enum staginggoerli_Sequencer_orderBy { id isActive sequencer } -type optimismgoerli_Setting { +type staginggoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: optimismgoerli_Bytes! + caller: staginggoerli_Bytes! } -input optimismgoerli_Setting_filter { +input staginggoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -76511,41 +76796,41 @@ input optimismgoerli_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Setting_filter] - or: [optimismgoerli_Setting_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Setting_filter] + or: [staginggoerli_Setting_filter] } -enum optimismgoerli_Setting_orderBy { +enum staginggoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type optimismgoerli_SlippageUpdate { +type staginggoerli_SlippageUpdate { id: ID! - transfer: optimismgoerli_DestinationTransfer! + transfer: staginggoerli_DestinationTransfer! slippage: BigInt! - caller: optimismgoerli_Bytes! - transactionHash: optimismgoerli_Bytes! + caller: staginggoerli_Bytes! + transactionHash: staginggoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimismgoerli_SlippageUpdate_filter { +input staginggoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -76574,7 +76859,7 @@ input optimismgoerli_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimismgoerli_DestinationTransfer_filter + transfer_: staginggoerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -76583,26 +76868,26 @@ input optimismgoerli_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76636,12 +76921,12 @@ input optimismgoerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_SlippageUpdate_filter] - or: [optimismgoerli_SlippageUpdate_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_SlippageUpdate_filter] + or: [staginggoerli_SlippageUpdate_filter] } -enum optimismgoerli_SlippageUpdate_orderBy { +enum staginggoerli_SlippageUpdate_orderBy { id transfer transfer__id @@ -76681,64 +76966,24 @@ enum optimismgoerli_SlippageUpdate_orderBy { transfer__reconciledTxOrigin transfer__reconciledTxNonce slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -enum optimismgoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type optimismgoerli__Block_ { - """The hash of the block""" - hash: optimismgoerli_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type optimismgoerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: optimismgoerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -type staginggoerli_AggregateRoot { +type staginggoerli_SnapshotRoot { id: ID! + spokeDomain: BigInt root: staginggoerli_Bytes! - blockNumber: BigInt! -} - -type staginggoerli_AggregateRootProposed { - id: ID! - aggregateRoot: staginggoerli_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + count: BigInt! timestamp: BigInt! - blockNumber: BigInt + blockNumber: BigInt! } -input staginggoerli_AggregateRootProposed_filter { +input staginggoerli_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -76747,40 +76992,32 @@ input staginggoerli_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76799,21 +77036,25 @@ input staginggoerli_AggregateRootProposed_filter { blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AggregateRootProposed_filter] - or: [staginggoerli_AggregateRootProposed_filter] + and: [staginggoerli_SnapshotRoot_filter] + or: [staginggoerli_SnapshotRoot_filter] } -enum staginggoerli_AggregateRootProposed_orderBy { +enum staginggoerli_SnapshotRoot_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain + spokeDomain + root + count timestamp blockNumber } -input staginggoerli_AggregateRoot_filter { +type staginggoerli_SpokeConnectorMode { + id: ID! + mode: String! +} + +input staginggoerli_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -76822,16 +77063,70 @@ input staginggoerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_SpokeConnectorMode_filter] + or: [staginggoerli_SpokeConnectorMode_filter] +} + +enum staginggoerli_SpokeConnectorMode_orderBy { + id + mode +} + +enum staginggoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type optimismgoerli_AggregateRoot { + id: ID! + root: optimismgoerli_Bytes! + blockNumber: BigInt! +} + +input optimismgoerli_AggregateRoot_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!] + root: optimismgoerli_Bytes + root_not: optimismgoerli_Bytes + root_gt: optimismgoerli_Bytes + root_lt: optimismgoerli_Bytes + root_gte: optimismgoerli_Bytes + root_lte: optimismgoerli_Bytes + root_in: [optimismgoerli_Bytes!] + root_not_in: [optimismgoerli_Bytes!] + root_contains: optimismgoerli_Bytes + root_not_contains: optimismgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -76841,41 +77136,42 @@ input staginggoerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AggregateRoot_filter] - or: [staginggoerli_AggregateRoot_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AggregateRoot_filter] + or: [optimismgoerli_AggregateRoot_filter] } -enum staginggoerli_AggregateRoot_orderBy { +enum optimismgoerli_AggregateRoot_orderBy { id root blockNumber } -type staginggoerli_Asset { +type optimismgoerli_Asset { id: ID! - key: staginggoerli_Bytes + key: optimismgoerli_Bytes decimal: BigInt - canonicalId: staginggoerli_Bytes + adoptedDecimal: BigInt + canonicalId: optimismgoerli_Bytes canonicalDomain: BigInt - adoptedAsset: staginggoerli_Bytes - localAsset: staginggoerli_Bytes + adoptedAsset: optimismgoerli_Bytes + localAsset: optimismgoerli_Bytes blockNumber: BigInt - status: staginggoerli_AssetStatus + status: optimismgoerli_AssetStatus } -type staginggoerli_AssetBalance { +type optimismgoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: staginggoerli_Router! - asset: staginggoerli_Asset! + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! feesEarned: BigInt! } -input staginggoerli_AssetBalance_filter { +input optimismgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -76936,7 +77232,7 @@ input staginggoerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: staginggoerli_Router_filter + router_: optimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -76957,7 +77253,7 @@ input staginggoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter + asset_: optimismgoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -76967,12 +77263,12 @@ input staginggoerli_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AssetBalance_filter] - or: [staginggoerli_AssetBalance_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AssetBalance_filter] + or: [optimismgoerli_AssetBalance_filter] } -enum staginggoerli_AssetBalance_orderBy { +enum optimismgoerli_AssetBalance_orderBy { id amount locked @@ -76989,6 +77285,7 @@ enum staginggoerli_AssetBalance_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -76997,12 +77294,12 @@ enum staginggoerli_AssetBalance_orderBy { feesEarned } -type staginggoerli_AssetStatus { +type optimismgoerli_AssetStatus { id: ID! status: Boolean } -input staginggoerli_AssetStatus_filter { +input optimismgoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -77016,17 +77313,17 @@ input staginggoerli_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AssetStatus_filter] - or: [staginggoerli_AssetStatus_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AssetStatus_filter] + or: [optimismgoerli_AssetStatus_filter] } -enum staginggoerli_AssetStatus_orderBy { +enum optimismgoerli_AssetStatus_orderBy { id status } -input staginggoerli_Asset_filter { +input optimismgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -77035,16 +77332,16 @@ input staginggoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: staginggoerli_Bytes - key_not: staginggoerli_Bytes - key_gt: staginggoerli_Bytes - key_lt: staginggoerli_Bytes - key_gte: staginggoerli_Bytes - key_lte: staginggoerli_Bytes - key_in: [staginggoerli_Bytes!] - key_not_in: [staginggoerli_Bytes!] - key_contains: staginggoerli_Bytes - key_not_contains: staginggoerli_Bytes + key: optimismgoerli_Bytes + key_not: optimismgoerli_Bytes + key_gt: optimismgoerli_Bytes + key_lt: optimismgoerli_Bytes + key_gte: optimismgoerli_Bytes + key_lte: optimismgoerli_Bytes + key_in: [optimismgoerli_Bytes!] + key_not_in: [optimismgoerli_Bytes!] + key_contains: optimismgoerli_Bytes + key_not_contains: optimismgoerli_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -77053,16 +77350,24 @@ input staginggoerli_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - canonicalId: staginggoerli_Bytes - canonicalId_not: staginggoerli_Bytes - canonicalId_gt: staginggoerli_Bytes - canonicalId_lt: staginggoerli_Bytes - canonicalId_gte: staginggoerli_Bytes - canonicalId_lte: staginggoerli_Bytes - canonicalId_in: [staginggoerli_Bytes!] - canonicalId_not_in: [staginggoerli_Bytes!] - canonicalId_contains: staginggoerli_Bytes - canonicalId_not_contains: staginggoerli_Bytes + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: optimismgoerli_Bytes + canonicalId_not: optimismgoerli_Bytes + canonicalId_gt: optimismgoerli_Bytes + canonicalId_lt: optimismgoerli_Bytes + canonicalId_gte: optimismgoerli_Bytes + canonicalId_lte: optimismgoerli_Bytes + canonicalId_in: [optimismgoerli_Bytes!] + canonicalId_not_in: [optimismgoerli_Bytes!] + canonicalId_contains: optimismgoerli_Bytes + canonicalId_not_contains: optimismgoerli_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -77071,26 +77376,26 @@ input staginggoerli_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: staginggoerli_Bytes - adoptedAsset_not: staginggoerli_Bytes - adoptedAsset_gt: staginggoerli_Bytes - adoptedAsset_lt: staginggoerli_Bytes - adoptedAsset_gte: staginggoerli_Bytes - adoptedAsset_lte: staginggoerli_Bytes - adoptedAsset_in: [staginggoerli_Bytes!] - adoptedAsset_not_in: [staginggoerli_Bytes!] - adoptedAsset_contains: staginggoerli_Bytes - adoptedAsset_not_contains: staginggoerli_Bytes - localAsset: staginggoerli_Bytes - localAsset_not: staginggoerli_Bytes - localAsset_gt: staginggoerli_Bytes - localAsset_lt: staginggoerli_Bytes - localAsset_gte: staginggoerli_Bytes - localAsset_lte: staginggoerli_Bytes - localAsset_in: [staginggoerli_Bytes!] - localAsset_not_in: [staginggoerli_Bytes!] - localAsset_contains: staginggoerli_Bytes - localAsset_not_contains: staginggoerli_Bytes + adoptedAsset: optimismgoerli_Bytes + adoptedAsset_not: optimismgoerli_Bytes + adoptedAsset_gt: optimismgoerli_Bytes + adoptedAsset_lt: optimismgoerli_Bytes + adoptedAsset_gte: optimismgoerli_Bytes + adoptedAsset_lte: optimismgoerli_Bytes + adoptedAsset_in: [optimismgoerli_Bytes!] + adoptedAsset_not_in: [optimismgoerli_Bytes!] + adoptedAsset_contains: optimismgoerli_Bytes + adoptedAsset_not_contains: optimismgoerli_Bytes + localAsset: optimismgoerli_Bytes + localAsset_not: optimismgoerli_Bytes + localAsset_gt: optimismgoerli_Bytes + localAsset_lt: optimismgoerli_Bytes + localAsset_gte: optimismgoerli_Bytes + localAsset_lte: optimismgoerli_Bytes + localAsset_in: [optimismgoerli_Bytes!] + localAsset_not_in: [optimismgoerli_Bytes!] + localAsset_contains: optimismgoerli_Bytes + localAsset_not_contains: optimismgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -77119,17 +77424,18 @@ input staginggoerli_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: staginggoerli_AssetStatus_filter + status_: optimismgoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Asset_filter] - or: [staginggoerli_Asset_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Asset_filter] + or: [optimismgoerli_Asset_filter] } -enum staginggoerli_Asset_orderBy { +enum optimismgoerli_Asset_orderBy { id key decimal + adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -77140,16 +77446,30 @@ enum staginggoerli_Asset_orderBy { status__status } -type staginggoerli_ConnectorMeta { +scalar optimismgoerli_BigDecimal + +input optimismgoerli_BlockChangedFilter { + number_gte: Int! +} + +input optimismgoerli_Block_height { + hash: optimismgoerli_Bytes + number: Int + number_gte: Int +} + +scalar optimismgoerli_Bytes + +type optimismgoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes + amb: optimismgoerli_Bytes + rootManager: optimismgoerli_Bytes + mirrorConnector: optimismgoerli_Bytes } -input staginggoerli_ConnectorMeta_filter { +input optimismgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -77174,43 +77494,43 @@ input staginggoerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes + amb: optimismgoerli_Bytes + amb_not: optimismgoerli_Bytes + amb_gt: optimismgoerli_Bytes + amb_lt: optimismgoerli_Bytes + amb_gte: optimismgoerli_Bytes + amb_lte: optimismgoerli_Bytes + amb_in: [optimismgoerli_Bytes!] + amb_not_in: [optimismgoerli_Bytes!] + amb_contains: optimismgoerli_Bytes + amb_not_contains: optimismgoerli_Bytes + rootManager: optimismgoerli_Bytes + rootManager_not: optimismgoerli_Bytes + rootManager_gt: optimismgoerli_Bytes + rootManager_lt: optimismgoerli_Bytes + rootManager_gte: optimismgoerli_Bytes + rootManager_lte: optimismgoerli_Bytes + rootManager_in: [optimismgoerli_Bytes!] + rootManager_not_in: [optimismgoerli_Bytes!] + rootManager_contains: optimismgoerli_Bytes + rootManager_not_contains: optimismgoerli_Bytes + mirrorConnector: optimismgoerli_Bytes + mirrorConnector_not: optimismgoerli_Bytes + mirrorConnector_gt: optimismgoerli_Bytes + mirrorConnector_lt: optimismgoerli_Bytes + mirrorConnector_gte: optimismgoerli_Bytes + mirrorConnector_lte: optimismgoerli_Bytes + mirrorConnector_in: [optimismgoerli_Bytes!] + mirrorConnector_not_in: [optimismgoerli_Bytes!] + mirrorConnector_contains: optimismgoerli_Bytes + mirrorConnector_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_ConnectorMeta_filter] - or: [staginggoerli_ConnectorMeta_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_ConnectorMeta_filter] + or: [optimismgoerli_ConnectorMeta_filter] } -enum staginggoerli_ConnectorMeta_orderBy { +enum optimismgoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -77219,48 +77539,48 @@ enum staginggoerli_ConnectorMeta_orderBy { mirrorConnector } -type staginggoerli_DestinationTransfer { +type optimismgoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: staginggoerli_Bytes + transferId: optimismgoerli_Bytes nonce: BigInt - status: staginggoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_Router_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_Router_filter): [staginggoerli_Router!] + status: optimismgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_Router_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_Router_filter): [optimismgoerli_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginggoerli_Bytes - delegate: staginggoerli_Bytes + to: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes receiveLocal: Boolean - callData: staginggoerli_Bytes + callData: optimismgoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: staginggoerli_Bytes + originSender: optimismgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginggoerli_Bytes - asset: staginggoerli_Asset + canonicalId: optimismgoerli_Bytes + asset: optimismgoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: staginggoerli_Bytes - executedTransactionHash: staginggoerli_Bytes + executedCaller: optimismgoerli_Bytes + executedTransactionHash: optimismgoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: staginggoerli_Bytes + executedTxOrigin: optimismgoerli_Bytes executedTxNonce: BigInt - reconciledCaller: staginggoerli_Bytes - reconciledTransactionHash: staginggoerli_Bytes + reconciledCaller: optimismgoerli_Bytes + reconciledTransactionHash: optimismgoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: staginggoerli_Bytes + reconciledTxOrigin: optimismgoerli_Bytes reconciledTxNonce: BigInt } -input staginggoerli_DestinationTransfer_filter { +input optimismgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -77277,16 +77597,16 @@ input staginggoerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: staginggoerli_Bytes - transferId_not: staginggoerli_Bytes - transferId_gt: staginggoerli_Bytes - transferId_lt: staginggoerli_Bytes - transferId_gte: staginggoerli_Bytes - transferId_lte: staginggoerli_Bytes - transferId_in: [staginggoerli_Bytes!] - transferId_not_in: [staginggoerli_Bytes!] - transferId_contains: staginggoerli_Bytes - transferId_not_contains: staginggoerli_Bytes + transferId: optimismgoerli_Bytes + transferId_not: optimismgoerli_Bytes + transferId_gt: optimismgoerli_Bytes + transferId_lt: optimismgoerli_Bytes + transferId_gte: optimismgoerli_Bytes + transferId_lte: optimismgoerli_Bytes + transferId_in: [optimismgoerli_Bytes!] + transferId_not_in: [optimismgoerli_Bytes!] + transferId_contains: optimismgoerli_Bytes + transferId_not_contains: optimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -77295,17 +77615,17 @@ input staginggoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: staginggoerli_TransferStatus - status_not: staginggoerli_TransferStatus - status_in: [staginggoerli_TransferStatus!] - status_not_in: [staginggoerli_TransferStatus!] + status: optimismgoerli_TransferStatus + status_not: optimismgoerli_TransferStatus + status_in: [optimismgoerli_TransferStatus!] + status_not_in: [optimismgoerli_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: staginggoerli_Router_filter + routers_: optimismgoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -77326,44 +77646,44 @@ input staginggoerli_DestinationTransfer_filter { canonicalDomain_not: BigInt canonicalDomain_gt: BigInt canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: staginggoerli_Bytes - to_not: staginggoerli_Bytes - to_gt: staginggoerli_Bytes - to_lt: staginggoerli_Bytes - to_gte: staginggoerli_Bytes - to_lte: staginggoerli_Bytes - to_in: [staginggoerli_Bytes!] - to_not_in: [staginggoerli_Bytes!] - to_contains: staginggoerli_Bytes - to_not_contains: staginggoerli_Bytes - delegate: staginggoerli_Bytes - delegate_not: staginggoerli_Bytes - delegate_gt: staginggoerli_Bytes - delegate_lt: staginggoerli_Bytes - delegate_gte: staginggoerli_Bytes - delegate_lte: staginggoerli_Bytes - delegate_in: [staginggoerli_Bytes!] - delegate_not_in: [staginggoerli_Bytes!] - delegate_contains: staginggoerli_Bytes - delegate_not_contains: staginggoerli_Bytes + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: optimismgoerli_Bytes + to_not: optimismgoerli_Bytes + to_gt: optimismgoerli_Bytes + to_lt: optimismgoerli_Bytes + to_gte: optimismgoerli_Bytes + to_lte: optimismgoerli_Bytes + to_in: [optimismgoerli_Bytes!] + to_not_in: [optimismgoerli_Bytes!] + to_contains: optimismgoerli_Bytes + to_not_contains: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes + delegate_not: optimismgoerli_Bytes + delegate_gt: optimismgoerli_Bytes + delegate_lt: optimismgoerli_Bytes + delegate_gte: optimismgoerli_Bytes + delegate_lte: optimismgoerli_Bytes + delegate_in: [optimismgoerli_Bytes!] + delegate_not_in: [optimismgoerli_Bytes!] + delegate_contains: optimismgoerli_Bytes + delegate_not_contains: optimismgoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: staginggoerli_Bytes - callData_not: staginggoerli_Bytes - callData_gt: staginggoerli_Bytes - callData_lt: staginggoerli_Bytes - callData_gte: staginggoerli_Bytes - callData_lte: staginggoerli_Bytes - callData_in: [staginggoerli_Bytes!] - callData_not_in: [staginggoerli_Bytes!] - callData_contains: staginggoerli_Bytes - callData_not_contains: staginggoerli_Bytes + callData: optimismgoerli_Bytes + callData_not: optimismgoerli_Bytes + callData_gt: optimismgoerli_Bytes + callData_lt: optimismgoerli_Bytes + callData_gte: optimismgoerli_Bytes + callData_lte: optimismgoerli_Bytes + callData_in: [optimismgoerli_Bytes!] + callData_not_in: [optimismgoerli_Bytes!] + callData_contains: optimismgoerli_Bytes + callData_not_contains: optimismgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -77380,16 +77700,16 @@ input staginggoerli_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: staginggoerli_Bytes - originSender_not: staginggoerli_Bytes - originSender_gt: staginggoerli_Bytes - originSender_lt: staginggoerli_Bytes - originSender_gte: staginggoerli_Bytes - originSender_lte: staginggoerli_Bytes - originSender_in: [staginggoerli_Bytes!] - originSender_not_in: [staginggoerli_Bytes!] - originSender_contains: staginggoerli_Bytes - originSender_not_contains: staginggoerli_Bytes + originSender: optimismgoerli_Bytes + originSender_not: optimismgoerli_Bytes + originSender_gt: optimismgoerli_Bytes + originSender_lt: optimismgoerli_Bytes + originSender_gte: optimismgoerli_Bytes + originSender_lte: optimismgoerli_Bytes + originSender_in: [optimismgoerli_Bytes!] + originSender_not_in: [optimismgoerli_Bytes!] + originSender_contains: optimismgoerli_Bytes + originSender_not_contains: optimismgoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -77406,16 +77726,16 @@ input staginggoerli_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: staginggoerli_Bytes - canonicalId_not: staginggoerli_Bytes - canonicalId_gt: staginggoerli_Bytes - canonicalId_lt: staginggoerli_Bytes - canonicalId_gte: staginggoerli_Bytes - canonicalId_lte: staginggoerli_Bytes - canonicalId_in: [staginggoerli_Bytes!] - canonicalId_not_in: [staginggoerli_Bytes!] - canonicalId_contains: staginggoerli_Bytes - canonicalId_not_contains: staginggoerli_Bytes + canonicalId: optimismgoerli_Bytes + canonicalId_not: optimismgoerli_Bytes + canonicalId_gt: optimismgoerli_Bytes + canonicalId_lt: optimismgoerli_Bytes + canonicalId_gte: optimismgoerli_Bytes + canonicalId_lte: optimismgoerli_Bytes + canonicalId_in: [optimismgoerli_Bytes!] + canonicalId_not_in: [optimismgoerli_Bytes!] + canonicalId_contains: optimismgoerli_Bytes + canonicalId_not_contains: optimismgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -77436,7 +77756,7 @@ input staginggoerli_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter + asset_: optimismgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -77453,26 +77773,26 @@ input staginggoerli_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: staginggoerli_Bytes - executedCaller_not: staginggoerli_Bytes - executedCaller_gt: staginggoerli_Bytes - executedCaller_lt: staginggoerli_Bytes - executedCaller_gte: staginggoerli_Bytes - executedCaller_lte: staginggoerli_Bytes - executedCaller_in: [staginggoerli_Bytes!] - executedCaller_not_in: [staginggoerli_Bytes!] - executedCaller_contains: staginggoerli_Bytes - executedCaller_not_contains: staginggoerli_Bytes - executedTransactionHash: staginggoerli_Bytes - executedTransactionHash_not: staginggoerli_Bytes - executedTransactionHash_gt: staginggoerli_Bytes - executedTransactionHash_lt: staginggoerli_Bytes - executedTransactionHash_gte: staginggoerli_Bytes - executedTransactionHash_lte: staginggoerli_Bytes - executedTransactionHash_in: [staginggoerli_Bytes!] - executedTransactionHash_not_in: [staginggoerli_Bytes!] - executedTransactionHash_contains: staginggoerli_Bytes - executedTransactionHash_not_contains: staginggoerli_Bytes + executedCaller: optimismgoerli_Bytes + executedCaller_not: optimismgoerli_Bytes + executedCaller_gt: optimismgoerli_Bytes + executedCaller_lt: optimismgoerli_Bytes + executedCaller_gte: optimismgoerli_Bytes + executedCaller_lte: optimismgoerli_Bytes + executedCaller_in: [optimismgoerli_Bytes!] + executedCaller_not_in: [optimismgoerli_Bytes!] + executedCaller_contains: optimismgoerli_Bytes + executedCaller_not_contains: optimismgoerli_Bytes + executedTransactionHash: optimismgoerli_Bytes + executedTransactionHash_not: optimismgoerli_Bytes + executedTransactionHash_gt: optimismgoerli_Bytes + executedTransactionHash_lt: optimismgoerli_Bytes + executedTransactionHash_gte: optimismgoerli_Bytes + executedTransactionHash_lte: optimismgoerli_Bytes + executedTransactionHash_in: [optimismgoerli_Bytes!] + executedTransactionHash_not_in: [optimismgoerli_Bytes!] + executedTransactionHash_contains: optimismgoerli_Bytes + executedTransactionHash_not_contains: optimismgoerli_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -77505,16 +77825,16 @@ input staginggoerli_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: staginggoerli_Bytes - executedTxOrigin_not: staginggoerli_Bytes - executedTxOrigin_gt: staginggoerli_Bytes - executedTxOrigin_lt: staginggoerli_Bytes - executedTxOrigin_gte: staginggoerli_Bytes - executedTxOrigin_lte: staginggoerli_Bytes - executedTxOrigin_in: [staginggoerli_Bytes!] - executedTxOrigin_not_in: [staginggoerli_Bytes!] - executedTxOrigin_contains: staginggoerli_Bytes - executedTxOrigin_not_contains: staginggoerli_Bytes + executedTxOrigin: optimismgoerli_Bytes + executedTxOrigin_not: optimismgoerli_Bytes + executedTxOrigin_gt: optimismgoerli_Bytes + executedTxOrigin_lt: optimismgoerli_Bytes + executedTxOrigin_gte: optimismgoerli_Bytes + executedTxOrigin_lte: optimismgoerli_Bytes + executedTxOrigin_in: [optimismgoerli_Bytes!] + executedTxOrigin_not_in: [optimismgoerli_Bytes!] + executedTxOrigin_contains: optimismgoerli_Bytes + executedTxOrigin_not_contains: optimismgoerli_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -77523,26 +77843,26 @@ input staginggoerli_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: staginggoerli_Bytes - reconciledCaller_not: staginggoerli_Bytes - reconciledCaller_gt: staginggoerli_Bytes - reconciledCaller_lt: staginggoerli_Bytes - reconciledCaller_gte: staginggoerli_Bytes - reconciledCaller_lte: staginggoerli_Bytes - reconciledCaller_in: [staginggoerli_Bytes!] - reconciledCaller_not_in: [staginggoerli_Bytes!] - reconciledCaller_contains: staginggoerli_Bytes - reconciledCaller_not_contains: staginggoerli_Bytes - reconciledTransactionHash: staginggoerli_Bytes - reconciledTransactionHash_not: staginggoerli_Bytes - reconciledTransactionHash_gt: staginggoerli_Bytes - reconciledTransactionHash_lt: staginggoerli_Bytes - reconciledTransactionHash_gte: staginggoerli_Bytes - reconciledTransactionHash_lte: staginggoerli_Bytes - reconciledTransactionHash_in: [staginggoerli_Bytes!] - reconciledTransactionHash_not_in: [staginggoerli_Bytes!] - reconciledTransactionHash_contains: staginggoerli_Bytes - reconciledTransactionHash_not_contains: staginggoerli_Bytes + reconciledCaller: optimismgoerli_Bytes + reconciledCaller_not: optimismgoerli_Bytes + reconciledCaller_gt: optimismgoerli_Bytes + reconciledCaller_lt: optimismgoerli_Bytes + reconciledCaller_gte: optimismgoerli_Bytes + reconciledCaller_lte: optimismgoerli_Bytes + reconciledCaller_in: [optimismgoerli_Bytes!] + reconciledCaller_not_in: [optimismgoerli_Bytes!] + reconciledCaller_contains: optimismgoerli_Bytes + reconciledCaller_not_contains: optimismgoerli_Bytes + reconciledTransactionHash: optimismgoerli_Bytes + reconciledTransactionHash_not: optimismgoerli_Bytes + reconciledTransactionHash_gt: optimismgoerli_Bytes + reconciledTransactionHash_lt: optimismgoerli_Bytes + reconciledTransactionHash_gte: optimismgoerli_Bytes + reconciledTransactionHash_lte: optimismgoerli_Bytes + reconciledTransactionHash_in: [optimismgoerli_Bytes!] + reconciledTransactionHash_not_in: [optimismgoerli_Bytes!] + reconciledTransactionHash_contains: optimismgoerli_Bytes + reconciledTransactionHash_not_contains: optimismgoerli_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -77575,16 +77895,16 @@ input staginggoerli_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: staginggoerli_Bytes - reconciledTxOrigin_not: staginggoerli_Bytes - reconciledTxOrigin_gt: staginggoerli_Bytes - reconciledTxOrigin_lt: staginggoerli_Bytes - reconciledTxOrigin_gte: staginggoerli_Bytes - reconciledTxOrigin_lte: staginggoerli_Bytes - reconciledTxOrigin_in: [staginggoerli_Bytes!] - reconciledTxOrigin_not_in: [staginggoerli_Bytes!] - reconciledTxOrigin_contains: staginggoerli_Bytes - reconciledTxOrigin_not_contains: staginggoerli_Bytes + reconciledTxOrigin: optimismgoerli_Bytes + reconciledTxOrigin_not: optimismgoerli_Bytes + reconciledTxOrigin_gt: optimismgoerli_Bytes + reconciledTxOrigin_lt: optimismgoerli_Bytes + reconciledTxOrigin_gte: optimismgoerli_Bytes + reconciledTxOrigin_lte: optimismgoerli_Bytes + reconciledTxOrigin_in: [optimismgoerli_Bytes!] + reconciledTxOrigin_not_in: [optimismgoerli_Bytes!] + reconciledTxOrigin_contains: optimismgoerli_Bytes + reconciledTxOrigin_not_contains: optimismgoerli_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -77594,12 +77914,12 @@ input staginggoerli_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_DestinationTransfer_filter] - or: [staginggoerli_DestinationTransfer_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_DestinationTransfer_filter] + or: [optimismgoerli_DestinationTransfer_filter] } -enum staginggoerli_DestinationTransfer_orderBy { +enum optimismgoerli_DestinationTransfer_orderBy { id chainId transferId @@ -77623,6 +77943,7 @@ enum staginggoerli_DestinationTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -77648,75 +77969,32 @@ enum staginggoerli_DestinationTransfer_orderBy { reconciledTxNonce } -type staginggoerli_OptimisticRootFinalized { - id: ID! - aggregateRoot: staginggoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} +""" +8 bytes signed integer -input staginggoerli_OptimisticRootFinalized_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!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimisticRootFinalized_filter] - or: [staginggoerli_OptimisticRootFinalized_filter] -} +""" +scalar optimismgoerli_Int8 -enum staginggoerli_OptimisticRootFinalized_orderBy { - id - aggregateRoot - timestamp - blockNumber +"""Defines the order direction, either ascending or descending""" +enum optimismgoerli_OrderDirection { + asc + desc } -type staginggoerli_OriginMessage { +type optimismgoerli_OriginMessage { id: ID! - transferId: staginggoerli_Bytes + transferId: optimismgoerli_Bytes destinationDomain: BigInt - leaf: staginggoerli_Bytes + leaf: optimismgoerli_Bytes index: BigInt - message: staginggoerli_Bytes - root: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes + message: optimismgoerli_Bytes + root: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes blockNumber: BigInt - rootCount: staginggoerli_RootCount + rootCount: optimismgoerli_RootCount } -input staginggoerli_OriginMessage_filter { +input optimismgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -77725,16 +78003,16 @@ input staginggoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: staginggoerli_Bytes - transferId_not: staginggoerli_Bytes - transferId_gt: staginggoerli_Bytes - transferId_lt: staginggoerli_Bytes - transferId_gte: staginggoerli_Bytes - transferId_lte: staginggoerli_Bytes - transferId_in: [staginggoerli_Bytes!] - transferId_not_in: [staginggoerli_Bytes!] - transferId_contains: staginggoerli_Bytes - transferId_not_contains: staginggoerli_Bytes + transferId: optimismgoerli_Bytes + transferId_not: optimismgoerli_Bytes + transferId_gt: optimismgoerli_Bytes + transferId_lt: optimismgoerli_Bytes + transferId_gte: optimismgoerli_Bytes + transferId_lte: optimismgoerli_Bytes + transferId_in: [optimismgoerli_Bytes!] + transferId_not_in: [optimismgoerli_Bytes!] + transferId_contains: optimismgoerli_Bytes + transferId_not_contains: optimismgoerli_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -77743,16 +78021,16 @@ input staginggoerli_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: staginggoerli_Bytes - leaf_not: staginggoerli_Bytes - leaf_gt: staginggoerli_Bytes - leaf_lt: staginggoerli_Bytes - leaf_gte: staginggoerli_Bytes - leaf_lte: staginggoerli_Bytes - leaf_in: [staginggoerli_Bytes!] - leaf_not_in: [staginggoerli_Bytes!] - leaf_contains: staginggoerli_Bytes - leaf_not_contains: staginggoerli_Bytes + leaf: optimismgoerli_Bytes + leaf_not: optimismgoerli_Bytes + leaf_gt: optimismgoerli_Bytes + leaf_lt: optimismgoerli_Bytes + leaf_gte: optimismgoerli_Bytes + leaf_lte: optimismgoerli_Bytes + leaf_in: [optimismgoerli_Bytes!] + leaf_not_in: [optimismgoerli_Bytes!] + leaf_contains: optimismgoerli_Bytes + leaf_not_contains: optimismgoerli_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -77761,36 +78039,36 @@ input staginggoerli_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: staginggoerli_Bytes - message_not: staginggoerli_Bytes - message_gt: staginggoerli_Bytes - message_lt: staginggoerli_Bytes - message_gte: staginggoerli_Bytes - message_lte: staginggoerli_Bytes - message_in: [staginggoerli_Bytes!] - message_not_in: [staginggoerli_Bytes!] - message_contains: staginggoerli_Bytes - message_not_contains: staginggoerli_Bytes - root: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + message: optimismgoerli_Bytes + message_not: optimismgoerli_Bytes + message_gt: optimismgoerli_Bytes + message_lt: optimismgoerli_Bytes + message_gte: optimismgoerli_Bytes + message_lte: optimismgoerli_Bytes + message_in: [optimismgoerli_Bytes!] + message_not_in: [optimismgoerli_Bytes!] + message_contains: optimismgoerli_Bytes + message_not_contains: optimismgoerli_Bytes + root: optimismgoerli_Bytes + root_not: optimismgoerli_Bytes + root_gt: optimismgoerli_Bytes + root_lt: optimismgoerli_Bytes + root_gte: optimismgoerli_Bytes + root_lte: optimismgoerli_Bytes + root_in: [optimismgoerli_Bytes!] + root_not_in: [optimismgoerli_Bytes!] + root_contains: optimismgoerli_Bytes + root_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -77819,14 +78097,14 @@ input staginggoerli_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: staginggoerli_RootCount_filter + rootCount_: optimismgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OriginMessage_filter] - or: [staginggoerli_OriginMessage_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_OriginMessage_filter] + or: [optimismgoerli_OriginMessage_filter] } -enum staginggoerli_OriginMessage_orderBy { +enum optimismgoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -77841,42 +78119,42 @@ enum staginggoerli_OriginMessage_orderBy { rootCount__count } -type staginggoerli_OriginTransfer { +type optimismgoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: staginggoerli_Bytes + transferId: optimismgoerli_Bytes nonce: BigInt - status: staginggoerli_TransferStatus - messageHash: staginggoerli_Bytes + status: optimismgoerli_TransferStatus + messageHash: optimismgoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginggoerli_Bytes - delegate: staginggoerli_Bytes + to: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes receiveLocal: Boolean - callData: staginggoerli_Bytes + callData: optimismgoerli_Bytes slippage: BigInt - originSender: staginggoerli_Bytes + originSender: optimismgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginggoerli_Bytes - asset: staginggoerli_Asset - transactingAsset: staginggoerli_Bytes - message: staginggoerli_OriginMessage + canonicalId: optimismgoerli_Bytes + asset: optimismgoerli_Asset + transactingAsset: optimismgoerli_Bytes + message: optimismgoerli_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_RelayerFee_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_RelayerFee_filter): [staginggoerli_RelayerFee!] - initialRelayerFeeAsset: staginggoerli_Bytes - caller: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_RelayerFee_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_RelayerFee_filter): [optimismgoerli_RelayerFee!] + initialRelayerFeeAsset: optimismgoerli_Bytes + caller: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: staginggoerli_Bytes + txOrigin: optimismgoerli_Bytes txNonce: BigInt } -input staginggoerli_OriginTransfer_filter { +input optimismgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -77893,16 +78171,16 @@ input staginggoerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: staginggoerli_Bytes - transferId_not: staginggoerli_Bytes - transferId_gt: staginggoerli_Bytes - transferId_lt: staginggoerli_Bytes - transferId_gte: staginggoerli_Bytes - transferId_lte: staginggoerli_Bytes - transferId_in: [staginggoerli_Bytes!] - transferId_not_in: [staginggoerli_Bytes!] - transferId_contains: staginggoerli_Bytes - transferId_not_contains: staginggoerli_Bytes + transferId: optimismgoerli_Bytes + transferId_not: optimismgoerli_Bytes + transferId_gt: optimismgoerli_Bytes + transferId_lt: optimismgoerli_Bytes + transferId_gte: optimismgoerli_Bytes + transferId_lte: optimismgoerli_Bytes + transferId_in: [optimismgoerli_Bytes!] + transferId_not_in: [optimismgoerli_Bytes!] + transferId_contains: optimismgoerli_Bytes + transferId_not_contains: optimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -77911,20 +78189,20 @@ input staginggoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: staginggoerli_TransferStatus - status_not: staginggoerli_TransferStatus - status_in: [staginggoerli_TransferStatus!] - status_not_in: [staginggoerli_TransferStatus!] - messageHash: staginggoerli_Bytes - messageHash_not: staginggoerli_Bytes - messageHash_gt: staginggoerli_Bytes - messageHash_lt: staginggoerli_Bytes - messageHash_gte: staginggoerli_Bytes - messageHash_lte: staginggoerli_Bytes - messageHash_in: [staginggoerli_Bytes!] - messageHash_not_in: [staginggoerli_Bytes!] - messageHash_contains: staginggoerli_Bytes - messageHash_not_contains: staginggoerli_Bytes + status: optimismgoerli_TransferStatus + status_not: optimismgoerli_TransferStatus + status_in: [optimismgoerli_TransferStatus!] + status_not_in: [optimismgoerli_TransferStatus!] + messageHash: optimismgoerli_Bytes + messageHash_not: optimismgoerli_Bytes + messageHash_gt: optimismgoerli_Bytes + messageHash_lt: optimismgoerli_Bytes + messageHash_gte: optimismgoerli_Bytes + messageHash_lte: optimismgoerli_Bytes + messageHash_in: [optimismgoerli_Bytes!] + messageHash_not_in: [optimismgoerli_Bytes!] + messageHash_contains: optimismgoerli_Bytes + messageHash_not_contains: optimismgoerli_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -77949,40 +78227,40 @@ input staginggoerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: staginggoerli_Bytes - to_not: staginggoerli_Bytes - to_gt: staginggoerli_Bytes - to_lt: staginggoerli_Bytes - to_gte: staginggoerli_Bytes - to_lte: staginggoerli_Bytes - to_in: [staginggoerli_Bytes!] - to_not_in: [staginggoerli_Bytes!] - to_contains: staginggoerli_Bytes - to_not_contains: staginggoerli_Bytes - delegate: staginggoerli_Bytes - delegate_not: staginggoerli_Bytes - delegate_gt: staginggoerli_Bytes - delegate_lt: staginggoerli_Bytes - delegate_gte: staginggoerli_Bytes - delegate_lte: staginggoerli_Bytes - delegate_in: [staginggoerli_Bytes!] - delegate_not_in: [staginggoerli_Bytes!] - delegate_contains: staginggoerli_Bytes - delegate_not_contains: staginggoerli_Bytes + to: optimismgoerli_Bytes + to_not: optimismgoerli_Bytes + to_gt: optimismgoerli_Bytes + to_lt: optimismgoerli_Bytes + to_gte: optimismgoerli_Bytes + to_lte: optimismgoerli_Bytes + to_in: [optimismgoerli_Bytes!] + to_not_in: [optimismgoerli_Bytes!] + to_contains: optimismgoerli_Bytes + to_not_contains: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes + delegate_not: optimismgoerli_Bytes + delegate_gt: optimismgoerli_Bytes + delegate_lt: optimismgoerli_Bytes + delegate_gte: optimismgoerli_Bytes + delegate_lte: optimismgoerli_Bytes + delegate_in: [optimismgoerli_Bytes!] + delegate_not_in: [optimismgoerli_Bytes!] + delegate_contains: optimismgoerli_Bytes + delegate_not_contains: optimismgoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: staginggoerli_Bytes - callData_not: staginggoerli_Bytes - callData_gt: staginggoerli_Bytes - callData_lt: staginggoerli_Bytes - callData_gte: staginggoerli_Bytes - callData_lte: staginggoerli_Bytes - callData_in: [staginggoerli_Bytes!] - callData_not_in: [staginggoerli_Bytes!] - callData_contains: staginggoerli_Bytes - callData_not_contains: staginggoerli_Bytes + callData: optimismgoerli_Bytes + callData_not: optimismgoerli_Bytes + callData_gt: optimismgoerli_Bytes + callData_lt: optimismgoerli_Bytes + callData_gte: optimismgoerli_Bytes + callData_lte: optimismgoerli_Bytes + callData_in: [optimismgoerli_Bytes!] + callData_not_in: [optimismgoerli_Bytes!] + callData_contains: optimismgoerli_Bytes + callData_not_contains: optimismgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -77991,16 +78269,16 @@ input staginggoerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: staginggoerli_Bytes - originSender_not: staginggoerli_Bytes - originSender_gt: staginggoerli_Bytes - originSender_lt: staginggoerli_Bytes - originSender_gte: staginggoerli_Bytes - originSender_lte: staginggoerli_Bytes - originSender_in: [staginggoerli_Bytes!] - originSender_not_in: [staginggoerli_Bytes!] - originSender_contains: staginggoerli_Bytes - originSender_not_contains: staginggoerli_Bytes + originSender: optimismgoerli_Bytes + originSender_not: optimismgoerli_Bytes + originSender_gt: optimismgoerli_Bytes + originSender_lt: optimismgoerli_Bytes + originSender_gte: optimismgoerli_Bytes + originSender_lte: optimismgoerli_Bytes + originSender_in: [optimismgoerli_Bytes!] + originSender_not_in: [optimismgoerli_Bytes!] + originSender_contains: optimismgoerli_Bytes + originSender_not_contains: optimismgoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -78017,16 +78295,16 @@ input staginggoerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: staginggoerli_Bytes - canonicalId_not: staginggoerli_Bytes - canonicalId_gt: staginggoerli_Bytes - canonicalId_lt: staginggoerli_Bytes - canonicalId_gte: staginggoerli_Bytes - canonicalId_lte: staginggoerli_Bytes - canonicalId_in: [staginggoerli_Bytes!] - canonicalId_not_in: [staginggoerli_Bytes!] - canonicalId_contains: staginggoerli_Bytes - canonicalId_not_contains: staginggoerli_Bytes + canonicalId: optimismgoerli_Bytes + canonicalId_not: optimismgoerli_Bytes + canonicalId_gt: optimismgoerli_Bytes + canonicalId_lt: optimismgoerli_Bytes + canonicalId_gte: optimismgoerli_Bytes + canonicalId_lte: optimismgoerli_Bytes + canonicalId_in: [optimismgoerli_Bytes!] + canonicalId_not_in: [optimismgoerli_Bytes!] + canonicalId_contains: optimismgoerli_Bytes + canonicalId_not_contains: optimismgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -78047,17 +78325,17 @@ input staginggoerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter - transactingAsset: staginggoerli_Bytes - transactingAsset_not: staginggoerli_Bytes - transactingAsset_gt: staginggoerli_Bytes - transactingAsset_lt: staginggoerli_Bytes - transactingAsset_gte: staginggoerli_Bytes - transactingAsset_lte: staginggoerli_Bytes - transactingAsset_in: [staginggoerli_Bytes!] - transactingAsset_not_in: [staginggoerli_Bytes!] - transactingAsset_contains: staginggoerli_Bytes - transactingAsset_not_contains: staginggoerli_Bytes + asset_: optimismgoerli_Asset_filter + transactingAsset: optimismgoerli_Bytes + transactingAsset_not: optimismgoerli_Bytes + transactingAsset_gt: optimismgoerli_Bytes + transactingAsset_lt: optimismgoerli_Bytes + transactingAsset_gte: optimismgoerli_Bytes + transactingAsset_lte: optimismgoerli_Bytes + transactingAsset_in: [optimismgoerli_Bytes!] + transactingAsset_not_in: [optimismgoerli_Bytes!] + transactingAsset_contains: optimismgoerli_Bytes + transactingAsset_not_contains: optimismgoerli_Bytes message: String message_not: String message_gt: String @@ -78078,7 +78356,7 @@ input staginggoerli_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: staginggoerli_OriginMessage_filter + message_: optimismgoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -78093,37 +78371,37 @@ input staginggoerli_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: staginggoerli_RelayerFee_filter - initialRelayerFeeAsset: staginggoerli_Bytes - initialRelayerFeeAsset_not: staginggoerli_Bytes - initialRelayerFeeAsset_gt: staginggoerli_Bytes - initialRelayerFeeAsset_lt: staginggoerli_Bytes - initialRelayerFeeAsset_gte: staginggoerli_Bytes - initialRelayerFeeAsset_lte: staginggoerli_Bytes - initialRelayerFeeAsset_in: [staginggoerli_Bytes!] - initialRelayerFeeAsset_not_in: [staginggoerli_Bytes!] - initialRelayerFeeAsset_contains: staginggoerli_Bytes - initialRelayerFeeAsset_not_contains: staginggoerli_Bytes - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + relayerFees_: optimismgoerli_RelayerFee_filter + initialRelayerFeeAsset: optimismgoerli_Bytes + initialRelayerFeeAsset_not: optimismgoerli_Bytes + initialRelayerFeeAsset_gt: optimismgoerli_Bytes + initialRelayerFeeAsset_lt: optimismgoerli_Bytes + initialRelayerFeeAsset_gte: optimismgoerli_Bytes + initialRelayerFeeAsset_lte: optimismgoerli_Bytes + initialRelayerFeeAsset_in: [optimismgoerli_Bytes!] + initialRelayerFeeAsset_not_in: [optimismgoerli_Bytes!] + initialRelayerFeeAsset_contains: optimismgoerli_Bytes + initialRelayerFeeAsset_not_contains: optimismgoerli_Bytes + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -78156,16 +78434,16 @@ input staginggoerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: staginggoerli_Bytes - txOrigin_not: staginggoerli_Bytes - txOrigin_gt: staginggoerli_Bytes - txOrigin_lt: staginggoerli_Bytes - txOrigin_gte: staginggoerli_Bytes - txOrigin_lte: staginggoerli_Bytes - txOrigin_in: [staginggoerli_Bytes!] - txOrigin_not_in: [staginggoerli_Bytes!] - txOrigin_contains: staginggoerli_Bytes - txOrigin_not_contains: staginggoerli_Bytes + txOrigin: optimismgoerli_Bytes + txOrigin_not: optimismgoerli_Bytes + txOrigin_gt: optimismgoerli_Bytes + txOrigin_lt: optimismgoerli_Bytes + txOrigin_gte: optimismgoerli_Bytes + txOrigin_lte: optimismgoerli_Bytes + txOrigin_in: [optimismgoerli_Bytes!] + txOrigin_not_in: [optimismgoerli_Bytes!] + txOrigin_contains: optimismgoerli_Bytes + txOrigin_not_contains: optimismgoerli_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -78175,12 +78453,12 @@ input staginggoerli_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OriginTransfer_filter] - or: [staginggoerli_OriginTransfer_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_OriginTransfer_filter] + or: [optimismgoerli_OriginTransfer_filter] } -enum staginggoerli_OriginTransfer_orderBy { +enum optimismgoerli_OriginTransfer_orderBy { id chainId transferId @@ -78203,6 +78481,7 @@ enum staginggoerli_OriginTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -78232,20 +78511,20 @@ enum staginggoerli_OriginTransfer_orderBy { txNonce } -type staginggoerli_Relayer { +type optimismgoerli_Relayer { id: ID! isActive: Boolean! - relayer: staginggoerli_Bytes + relayer: optimismgoerli_Bytes } -type staginggoerli_RelayerFee { +type optimismgoerli_RelayerFee { id: ID! - transfer: staginggoerli_OriginTransfer! + transfer: optimismgoerli_OriginTransfer! fee: BigInt! - asset: staginggoerli_Bytes! + asset: optimismgoerli_Bytes! } -input staginggoerli_RelayerFee_filter { +input optimismgoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -78274,7 +78553,7 @@ input staginggoerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginggoerli_OriginTransfer_filter + transfer_: optimismgoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -78283,23 +78562,23 @@ input staginggoerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: staginggoerli_Bytes - asset_not: staginggoerli_Bytes - asset_gt: staginggoerli_Bytes - asset_lt: staginggoerli_Bytes - asset_gte: staginggoerli_Bytes - asset_lte: staginggoerli_Bytes - asset_in: [staginggoerli_Bytes!] - asset_not_in: [staginggoerli_Bytes!] - asset_contains: staginggoerli_Bytes - asset_not_contains: staginggoerli_Bytes + asset: optimismgoerli_Bytes + asset_not: optimismgoerli_Bytes + asset_gt: optimismgoerli_Bytes + asset_lt: optimismgoerli_Bytes + asset_gte: optimismgoerli_Bytes + asset_lte: optimismgoerli_Bytes + asset_in: [optimismgoerli_Bytes!] + asset_not_in: [optimismgoerli_Bytes!] + asset_contains: optimismgoerli_Bytes + asset_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RelayerFee_filter] - or: [staginggoerli_RelayerFee_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RelayerFee_filter] + or: [optimismgoerli_RelayerFee_filter] } -enum staginggoerli_RelayerFee_orderBy { +enum optimismgoerli_RelayerFee_orderBy { id transfer transfer__id @@ -78335,20 +78614,20 @@ enum staginggoerli_RelayerFee_orderBy { asset } -type staginggoerli_RelayerFeesIncrease { +type optimismgoerli_RelayerFeesIncrease { id: ID! - transfer: staginggoerli_OriginTransfer! + transfer: optimismgoerli_OriginTransfer! increase: BigInt - asset: staginggoerli_Bytes - caller: staginggoerli_Bytes! - transactionHash: staginggoerli_Bytes! + asset: optimismgoerli_Bytes + caller: optimismgoerli_Bytes! + transactionHash: optimismgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginggoerli_RelayerFeesIncrease_filter { +input optimismgoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -78377,7 +78656,7 @@ input staginggoerli_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginggoerli_OriginTransfer_filter + transfer_: optimismgoerli_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -78386,36 +78665,36 @@ input staginggoerli_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: staginggoerli_Bytes - asset_not: staginggoerli_Bytes - asset_gt: staginggoerli_Bytes - asset_lt: staginggoerli_Bytes - asset_gte: staginggoerli_Bytes - asset_lte: staginggoerli_Bytes - asset_in: [staginggoerli_Bytes!] - asset_not_in: [staginggoerli_Bytes!] - asset_contains: staginggoerli_Bytes - asset_not_contains: staginggoerli_Bytes - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + asset: optimismgoerli_Bytes + asset_not: optimismgoerli_Bytes + asset_gt: optimismgoerli_Bytes + asset_lt: optimismgoerli_Bytes + asset_gte: optimismgoerli_Bytes + asset_lte: optimismgoerli_Bytes + asset_in: [optimismgoerli_Bytes!] + asset_not_in: [optimismgoerli_Bytes!] + asset_contains: optimismgoerli_Bytes + asset_not_contains: optimismgoerli_Bytes + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -78449,12 +78728,12 @@ input staginggoerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RelayerFeesIncrease_filter] - or: [staginggoerli_RelayerFeesIncrease_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RelayerFeesIncrease_filter] + or: [optimismgoerli_RelayerFeesIncrease_filter] } -enum staginggoerli_RelayerFeesIncrease_orderBy { +enum optimismgoerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -78496,7 +78775,7 @@ enum staginggoerli_RelayerFeesIncrease_orderBy { blockNumber } -input staginggoerli_Relayer_filter { +input optimismgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -78509,34 +78788,34 @@ input staginggoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: staginggoerli_Bytes - relayer_not: staginggoerli_Bytes - relayer_gt: staginggoerli_Bytes - relayer_lt: staginggoerli_Bytes - relayer_gte: staginggoerli_Bytes - relayer_lte: staginggoerli_Bytes - relayer_in: [staginggoerli_Bytes!] - relayer_not_in: [staginggoerli_Bytes!] - relayer_contains: staginggoerli_Bytes - relayer_not_contains: staginggoerli_Bytes + relayer: optimismgoerli_Bytes + relayer_not: optimismgoerli_Bytes + relayer_gt: optimismgoerli_Bytes + relayer_lt: optimismgoerli_Bytes + relayer_gte: optimismgoerli_Bytes + relayer_lte: optimismgoerli_Bytes + relayer_in: [optimismgoerli_Bytes!] + relayer_not_in: [optimismgoerli_Bytes!] + relayer_contains: optimismgoerli_Bytes + relayer_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Relayer_filter] - or: [staginggoerli_Relayer_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Relayer_filter] + or: [optimismgoerli_Relayer_filter] } -enum staginggoerli_Relayer_orderBy { +enum optimismgoerli_Relayer_orderBy { id isActive relayer } -type staginggoerli_RootCount { +type optimismgoerli_RootCount { id: ID! count: BigInt } -input staginggoerli_RootCount_filter { +input optimismgoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -78554,31 +78833,31 @@ input staginggoerli_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootCount_filter] - or: [staginggoerli_RootCount_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RootCount_filter] + or: [optimismgoerli_RootCount_filter] } -enum staginggoerli_RootCount_orderBy { +enum optimismgoerli_RootCount_orderBy { id count } -type staginggoerli_RootMessageSent { +type optimismgoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: staginggoerli_Bytes + root: optimismgoerli_Bytes count: BigInt - caller: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes + caller: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input staginggoerli_RootMessageSent_filter { +input optimismgoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -78603,16 +78882,16 @@ input staginggoerli_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes + root: optimismgoerli_Bytes + root_not: optimismgoerli_Bytes + root_gt: optimismgoerli_Bytes + root_lt: optimismgoerli_Bytes + root_gte: optimismgoerli_Bytes + root_lte: optimismgoerli_Bytes + root_in: [optimismgoerli_Bytes!] + root_not_in: [optimismgoerli_Bytes!] + root_contains: optimismgoerli_Bytes + root_not_contains: optimismgoerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -78621,26 +78900,26 @@ input staginggoerli_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -78674,44 +78953,159 @@ input staginggoerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootMessageSent_filter] - or: [staginggoerli_RootMessageSent_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RootMessageSent_filter] + or: [optimismgoerli_RootMessageSent_filter] +} + +enum optimismgoerli_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type optimismgoerli_Router { + id: ID! + isActive: Boolean! + owner: optimismgoerli_Bytes + recipient: optimismgoerli_Bytes + proposedOwner: optimismgoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_AssetBalance_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_AssetBalance_filter): [optimismgoerli_AssetBalance!]! +} + +type optimismgoerli_RouterDailyTVL { + id: ID! + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input optimismgoerli_RouterDailyTVL_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!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: optimismgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: optimismgoerli_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RouterDailyTVL_filter] + or: [optimismgoerli_RouterDailyTVL_filter] } -enum staginggoerli_RootMessageSent_orderBy { +enum optimismgoerli_RouterDailyTVL_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - gasPrice - gasLimit - blockNumber + balance } -type staginggoerli_Router { +type optimismgoerli_RouterLiquidityEvent { id: ID! - isActive: Boolean! - owner: staginggoerli_Bytes - recipient: staginggoerli_Bytes - proposedOwner: staginggoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_AssetBalance_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_AssetBalance_filter): [staginggoerli_AssetBalance!]! + type: optimismgoerli_RouterLiquidityEventType + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! + amount: BigInt! + balance: BigInt! + caller: optimismgoerli_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: optimismgoerli_Bytes! + nonce: BigInt! } -type staginggoerli_RouterDailyTVL { - id: ID! - router: staginggoerli_Router! - asset: staginggoerli_Asset! - timestamp: BigInt! - balance: BigInt! +enum optimismgoerli_RouterLiquidityEventType { + Add + Remove } -input staginggoerli_RouterDailyTVL_filter { +input optimismgoerli_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -78720,6 +79114,10 @@ input staginggoerli_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + type: optimismgoerli_RouterLiquidityEventType + type_not: optimismgoerli_RouterLiquidityEventType + type_in: [optimismgoerli_RouterLiquidityEventType!] + type_not_in: [optimismgoerli_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -78740,7 +79138,7 @@ input staginggoerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: staginggoerli_Router_filter + router_: optimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -78761,15 +79159,15 @@ input staginggoerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] + asset_: optimismgoerli_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] balance: BigInt balance_not: BigInt balance_gt: BigInt @@ -78778,14 +79176,59 @@ input staginggoerli_RouterDailyTVL_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RouterDailyTVL_filter] - or: [staginggoerli_RouterDailyTVL_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RouterLiquidityEvent_filter] + or: [optimismgoerli_RouterLiquidityEvent_filter] } -enum staginggoerli_RouterDailyTVL_orderBy { +enum optimismgoerli_RouterLiquidityEvent_orderBy { id + type router router__id router__isActive @@ -78797,16 +79240,22 @@ enum staginggoerli_RouterDailyTVL_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset asset__localAsset asset__blockNumber - timestamp + amount balance + caller + blockNumber + timestamp + transactionHash + nonce } -input staginggoerli_Router_filter { +input optimismgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -78819,36 +79268,36 @@ input staginggoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: staginggoerli_Bytes - owner_not: staginggoerli_Bytes - owner_gt: staginggoerli_Bytes - owner_lt: staginggoerli_Bytes - owner_gte: staginggoerli_Bytes - owner_lte: staginggoerli_Bytes - owner_in: [staginggoerli_Bytes!] - owner_not_in: [staginggoerli_Bytes!] - owner_contains: staginggoerli_Bytes - owner_not_contains: staginggoerli_Bytes - recipient: staginggoerli_Bytes - recipient_not: staginggoerli_Bytes - recipient_gt: staginggoerli_Bytes - recipient_lt: staginggoerli_Bytes - recipient_gte: staginggoerli_Bytes - recipient_lte: staginggoerli_Bytes - recipient_in: [staginggoerli_Bytes!] - recipient_not_in: [staginggoerli_Bytes!] - recipient_contains: staginggoerli_Bytes - recipient_not_contains: staginggoerli_Bytes - proposedOwner: staginggoerli_Bytes - proposedOwner_not: staginggoerli_Bytes - proposedOwner_gt: staginggoerli_Bytes - proposedOwner_lt: staginggoerli_Bytes - proposedOwner_gte: staginggoerli_Bytes - proposedOwner_lte: staginggoerli_Bytes - proposedOwner_in: [staginggoerli_Bytes!] - proposedOwner_not_in: [staginggoerli_Bytes!] - proposedOwner_contains: staginggoerli_Bytes - proposedOwner_not_contains: staginggoerli_Bytes + owner: optimismgoerli_Bytes + owner_not: optimismgoerli_Bytes + owner_gt: optimismgoerli_Bytes + owner_lt: optimismgoerli_Bytes + owner_gte: optimismgoerli_Bytes + owner_lte: optimismgoerli_Bytes + owner_in: [optimismgoerli_Bytes!] + owner_not_in: [optimismgoerli_Bytes!] + owner_contains: optimismgoerli_Bytes + owner_not_contains: optimismgoerli_Bytes + recipient: optimismgoerli_Bytes + recipient_not: optimismgoerli_Bytes + recipient_gt: optimismgoerli_Bytes + recipient_lt: optimismgoerli_Bytes + recipient_gte: optimismgoerli_Bytes + recipient_lte: optimismgoerli_Bytes + recipient_in: [optimismgoerli_Bytes!] + recipient_not_in: [optimismgoerli_Bytes!] + recipient_contains: optimismgoerli_Bytes + recipient_not_contains: optimismgoerli_Bytes + proposedOwner: optimismgoerli_Bytes + proposedOwner_not: optimismgoerli_Bytes + proposedOwner_gt: optimismgoerli_Bytes + proposedOwner_lt: optimismgoerli_Bytes + proposedOwner_gte: optimismgoerli_Bytes + proposedOwner_lte: optimismgoerli_Bytes + proposedOwner_in: [optimismgoerli_Bytes!] + proposedOwner_not_in: [optimismgoerli_Bytes!] + proposedOwner_contains: optimismgoerli_Bytes + proposedOwner_not_contains: optimismgoerli_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -78857,14 +79306,14 @@ input staginggoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: staginggoerli_AssetBalance_filter + assetBalances_: optimismgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Router_filter] - or: [staginggoerli_Router_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Router_filter] + or: [optimismgoerli_Router_filter] } -enum staginggoerli_Router_orderBy { +enum optimismgoerli_Router_orderBy { id isActive owner @@ -78874,13 +79323,13 @@ enum staginggoerli_Router_orderBy { assetBalances } -type staginggoerli_Sequencer { +type optimismgoerli_Sequencer { id: ID! isActive: Boolean! - sequencer: staginggoerli_Bytes + sequencer: optimismgoerli_Bytes } -input staginggoerli_Sequencer_filter { +input optimismgoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -78893,35 +79342,35 @@ input staginggoerli_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: staginggoerli_Bytes - sequencer_not: staginggoerli_Bytes - sequencer_gt: staginggoerli_Bytes - sequencer_lt: staginggoerli_Bytes - sequencer_gte: staginggoerli_Bytes - sequencer_lte: staginggoerli_Bytes - sequencer_in: [staginggoerli_Bytes!] - sequencer_not_in: [staginggoerli_Bytes!] - sequencer_contains: staginggoerli_Bytes - sequencer_not_contains: staginggoerli_Bytes + sequencer: optimismgoerli_Bytes + sequencer_not: optimismgoerli_Bytes + sequencer_gt: optimismgoerli_Bytes + sequencer_lt: optimismgoerli_Bytes + sequencer_gte: optimismgoerli_Bytes + sequencer_lte: optimismgoerli_Bytes + sequencer_in: [optimismgoerli_Bytes!] + sequencer_not_in: [optimismgoerli_Bytes!] + sequencer_contains: optimismgoerli_Bytes + sequencer_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Sequencer_filter] - or: [staginggoerli_Sequencer_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Sequencer_filter] + or: [optimismgoerli_Sequencer_filter] } -enum staginggoerli_Sequencer_orderBy { +enum optimismgoerli_Sequencer_orderBy { id isActive sequencer } -type staginggoerli_Setting { +type optimismgoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: staginggoerli_Bytes! + caller: optimismgoerli_Bytes! } -input staginggoerli_Setting_filter { +input optimismgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -78938,41 +79387,41 @@ input staginggoerli_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Setting_filter] - or: [staginggoerli_Setting_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Setting_filter] + or: [optimismgoerli_Setting_filter] } -enum staginggoerli_Setting_orderBy { +enum optimismgoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type staginggoerli_SlippageUpdate { +type optimismgoerli_SlippageUpdate { id: ID! - transfer: staginggoerli_DestinationTransfer! + transfer: optimismgoerli_DestinationTransfer! slippage: BigInt! - caller: staginggoerli_Bytes! - transactionHash: staginggoerli_Bytes! + caller: optimismgoerli_Bytes! + transactionHash: optimismgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginggoerli_SlippageUpdate_filter { +input optimismgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -79001,7 +79450,7 @@ input staginggoerli_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginggoerli_DestinationTransfer_filter + transfer_: optimismgoerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -79010,26 +79459,26 @@ input staginggoerli_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -79063,12 +79512,12 @@ input staginggoerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_SlippageUpdate_filter] - or: [staginggoerli_SlippageUpdate_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_SlippageUpdate_filter] + or: [optimismgoerli_SlippageUpdate_filter] } -enum staginggoerli_SlippageUpdate_orderBy { +enum optimismgoerli_SlippageUpdate_orderBy { id transfer transfer__id @@ -79116,127 +79565,7 @@ enum staginggoerli_SlippageUpdate_orderBy { blockNumber } -type staginggoerli_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: staginggoerli_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input staginggoerli_SnapshotRoot_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!] - root: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_SnapshotRoot_filter] - or: [staginggoerli_SnapshotRoot_filter] -} - -enum staginggoerli_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type staginggoerli_SpokeConnectorMode { - id: ID! - mode: String! -} - -input staginggoerli_SpokeConnectorMode_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!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_SpokeConnectorMode_filter] - or: [staginggoerli_SpokeConnectorMode_filter] -} - -enum staginggoerli_SpokeConnectorMode_orderBy { - id - mode -} - -enum staginggoerli_TransferStatus { +enum optimismgoerli_TransferStatus { XCalled Executed Reconciled @@ -79244,6 +79573,31 @@ enum staginggoerli_TransferStatus { CompletedFast } +type optimismgoerli__Block_ { + """The hash of the block""" + hash: optimismgoerli_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type optimismgoerli__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: optimismgoerli__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + type stagingoptimismgoerli_AggregateRoot { id: ID! root: stagingoptimismgoerli_Bytes! @@ -81817,13 +82171,23 @@ type stagingoptimismgoerli__Meta_ { hasIndexingErrors: Boolean! } -type xdai_AggregateRoot { +type stagingarbitrumgoerli_AggregateRoot { id: ID! - root: xdai_Bytes! + root: stagingarbitrumgoerli_Bytes! blockNumber: BigInt! } -input xdai_AggregateRoot_filter { +type stagingarbitrumgoerli_AggregateRootProposed { + id: ID! + aggregateRoot: stagingarbitrumgoerli_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingarbitrumgoerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -81832,16 +82196,48 @@ input xdai_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: xdai_Bytes - root_not: xdai_Bytes - root_gt: xdai_Bytes - root_lt: xdai_Bytes - root_gte: xdai_Bytes - root_lte: xdai_Bytes - root_in: [xdai_Bytes!] - root_not_in: [xdai_Bytes!] - root_contains: xdai_Bytes - root_not_contains: xdai_Bytes + aggregateRoot: stagingarbitrumgoerli_Bytes + aggregateRoot_not: stagingarbitrumgoerli_Bytes + aggregateRoot_gt: stagingarbitrumgoerli_Bytes + aggregateRoot_lt: stagingarbitrumgoerli_Bytes + aggregateRoot_gte: stagingarbitrumgoerli_Bytes + aggregateRoot_lte: stagingarbitrumgoerli_Bytes + aggregateRoot_in: [stagingarbitrumgoerli_Bytes!] + aggregateRoot_not_in: [stagingarbitrumgoerli_Bytes!] + aggregateRoot_contains: stagingarbitrumgoerli_Bytes + aggregateRoot_not_contains: stagingarbitrumgoerli_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -81851,42 +82247,84 @@ input xdai_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_AggregateRoot_filter] - or: [xdai_AggregateRoot_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_AggregateRootProposed_filter] + or: [stagingarbitrumgoerli_AggregateRootProposed_filter] } -enum xdai_AggregateRoot_orderBy { +enum stagingarbitrumgoerli_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingarbitrumgoerli_AggregateRoot_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!] + root: stagingarbitrumgoerli_Bytes + root_not: stagingarbitrumgoerli_Bytes + root_gt: stagingarbitrumgoerli_Bytes + root_lt: stagingarbitrumgoerli_Bytes + root_gte: stagingarbitrumgoerli_Bytes + root_lte: stagingarbitrumgoerli_Bytes + root_in: [stagingarbitrumgoerli_Bytes!] + root_not_in: [stagingarbitrumgoerli_Bytes!] + root_contains: stagingarbitrumgoerli_Bytes + root_not_contains: stagingarbitrumgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_AggregateRoot_filter] + or: [stagingarbitrumgoerli_AggregateRoot_filter] +} + +enum stagingarbitrumgoerli_AggregateRoot_orderBy { id root blockNumber } -type xdai_Asset { +type stagingarbitrumgoerli_Asset { id: ID! - key: xdai_Bytes + key: stagingarbitrumgoerli_Bytes decimal: BigInt - adoptedDecimal: BigInt - canonicalId: xdai_Bytes + canonicalId: stagingarbitrumgoerli_Bytes canonicalDomain: BigInt - adoptedAsset: xdai_Bytes - localAsset: xdai_Bytes + adoptedAsset: stagingarbitrumgoerli_Bytes + localAsset: stagingarbitrumgoerli_Bytes blockNumber: BigInt - status: xdai_AssetStatus + status: stagingarbitrumgoerli_AssetStatus } -type xdai_AssetBalance { +type stagingarbitrumgoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: xdai_Router! - asset: xdai_Asset! + router: stagingarbitrumgoerli_Router! + asset: stagingarbitrumgoerli_Asset! feesEarned: BigInt! } -input xdai_AssetBalance_filter { +input stagingarbitrumgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -81947,7 +82385,7 @@ input xdai_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: xdai_Router_filter + router_: stagingarbitrumgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -81968,7 +82406,7 @@ input xdai_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xdai_Asset_filter + asset_: stagingarbitrumgoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -81978,12 +82416,12 @@ input xdai_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_AssetBalance_filter] - or: [xdai_AssetBalance_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_AssetBalance_filter] + or: [stagingarbitrumgoerli_AssetBalance_filter] } -enum xdai_AssetBalance_orderBy { +enum stagingarbitrumgoerli_AssetBalance_orderBy { id amount locked @@ -82000,7 +82438,6 @@ enum xdai_AssetBalance_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -82009,12 +82446,12 @@ enum xdai_AssetBalance_orderBy { feesEarned } -type xdai_AssetStatus { +type stagingarbitrumgoerli_AssetStatus { id: ID! status: Boolean } -input xdai_AssetStatus_filter { +input stagingarbitrumgoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -82028,17 +82465,17 @@ input xdai_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_AssetStatus_filter] - or: [xdai_AssetStatus_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_AssetStatus_filter] + or: [stagingarbitrumgoerli_AssetStatus_filter] } -enum xdai_AssetStatus_orderBy { +enum stagingarbitrumgoerli_AssetStatus_orderBy { id status } -input xdai_Asset_filter { +input stagingarbitrumgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -82047,16 +82484,16 @@ input xdai_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: xdai_Bytes - key_not: xdai_Bytes - key_gt: xdai_Bytes - key_lt: xdai_Bytes - key_gte: xdai_Bytes - key_lte: xdai_Bytes - key_in: [xdai_Bytes!] - key_not_in: [xdai_Bytes!] - key_contains: xdai_Bytes - key_not_contains: xdai_Bytes + key: stagingarbitrumgoerli_Bytes + key_not: stagingarbitrumgoerli_Bytes + key_gt: stagingarbitrumgoerli_Bytes + key_lt: stagingarbitrumgoerli_Bytes + key_gte: stagingarbitrumgoerli_Bytes + key_lte: stagingarbitrumgoerli_Bytes + key_in: [stagingarbitrumgoerli_Bytes!] + key_not_in: [stagingarbitrumgoerli_Bytes!] + key_contains: stagingarbitrumgoerli_Bytes + key_not_contains: stagingarbitrumgoerli_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -82065,24 +82502,16 @@ input xdai_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: xdai_Bytes - canonicalId_not: xdai_Bytes - canonicalId_gt: xdai_Bytes - canonicalId_lt: xdai_Bytes - canonicalId_gte: xdai_Bytes - canonicalId_lte: xdai_Bytes - canonicalId_in: [xdai_Bytes!] - canonicalId_not_in: [xdai_Bytes!] - canonicalId_contains: xdai_Bytes - canonicalId_not_contains: xdai_Bytes + canonicalId: stagingarbitrumgoerli_Bytes + canonicalId_not: stagingarbitrumgoerli_Bytes + canonicalId_gt: stagingarbitrumgoerli_Bytes + canonicalId_lt: stagingarbitrumgoerli_Bytes + canonicalId_gte: stagingarbitrumgoerli_Bytes + canonicalId_lte: stagingarbitrumgoerli_Bytes + canonicalId_in: [stagingarbitrumgoerli_Bytes!] + canonicalId_not_in: [stagingarbitrumgoerli_Bytes!] + canonicalId_contains: stagingarbitrumgoerli_Bytes + canonicalId_not_contains: stagingarbitrumgoerli_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -82091,26 +82520,26 @@ input xdai_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: xdai_Bytes - adoptedAsset_not: xdai_Bytes - adoptedAsset_gt: xdai_Bytes - adoptedAsset_lt: xdai_Bytes - adoptedAsset_gte: xdai_Bytes - adoptedAsset_lte: xdai_Bytes - adoptedAsset_in: [xdai_Bytes!] - adoptedAsset_not_in: [xdai_Bytes!] - adoptedAsset_contains: xdai_Bytes - adoptedAsset_not_contains: xdai_Bytes - localAsset: xdai_Bytes - localAsset_not: xdai_Bytes - localAsset_gt: xdai_Bytes - localAsset_lt: xdai_Bytes - localAsset_gte: xdai_Bytes - localAsset_lte: xdai_Bytes - localAsset_in: [xdai_Bytes!] - localAsset_not_in: [xdai_Bytes!] - localAsset_contains: xdai_Bytes - localAsset_not_contains: xdai_Bytes + adoptedAsset: stagingarbitrumgoerli_Bytes + adoptedAsset_not: stagingarbitrumgoerli_Bytes + adoptedAsset_gt: stagingarbitrumgoerli_Bytes + adoptedAsset_lt: stagingarbitrumgoerli_Bytes + adoptedAsset_gte: stagingarbitrumgoerli_Bytes + adoptedAsset_lte: stagingarbitrumgoerli_Bytes + adoptedAsset_in: [stagingarbitrumgoerli_Bytes!] + adoptedAsset_not_in: [stagingarbitrumgoerli_Bytes!] + adoptedAsset_contains: stagingarbitrumgoerli_Bytes + adoptedAsset_not_contains: stagingarbitrumgoerli_Bytes + localAsset: stagingarbitrumgoerli_Bytes + localAsset_not: stagingarbitrumgoerli_Bytes + localAsset_gt: stagingarbitrumgoerli_Bytes + localAsset_lt: stagingarbitrumgoerli_Bytes + localAsset_gte: stagingarbitrumgoerli_Bytes + localAsset_lte: stagingarbitrumgoerli_Bytes + localAsset_in: [stagingarbitrumgoerli_Bytes!] + localAsset_not_in: [stagingarbitrumgoerli_Bytes!] + localAsset_contains: stagingarbitrumgoerli_Bytes + localAsset_not_contains: stagingarbitrumgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -82139,18 +82568,17 @@ input xdai_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: xdai_AssetStatus_filter + status_: stagingarbitrumgoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Asset_filter] - or: [xdai_Asset_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_Asset_filter] + or: [stagingarbitrumgoerli_Asset_filter] } -enum xdai_Asset_orderBy { +enum stagingarbitrumgoerli_Asset_orderBy { id key decimal - adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -82161,30 +82589,30 @@ enum xdai_Asset_orderBy { status__status } -scalar xdai_BigDecimal +scalar stagingarbitrumgoerli_BigDecimal -input xdai_BlockChangedFilter { +input stagingarbitrumgoerli_BlockChangedFilter { number_gte: Int! } -input xdai_Block_height { - hash: xdai_Bytes +input stagingarbitrumgoerli_Block_height { + hash: stagingarbitrumgoerli_Bytes number: Int number_gte: Int } -scalar xdai_Bytes +scalar stagingarbitrumgoerli_Bytes -type xdai_ConnectorMeta { +type stagingarbitrumgoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: xdai_Bytes - rootManager: xdai_Bytes - mirrorConnector: xdai_Bytes + amb: stagingarbitrumgoerli_Bytes + rootManager: stagingarbitrumgoerli_Bytes + mirrorConnector: stagingarbitrumgoerli_Bytes } -input xdai_ConnectorMeta_filter { +input stagingarbitrumgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -82209,43 +82637,43 @@ input xdai_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: xdai_Bytes - amb_not: xdai_Bytes - amb_gt: xdai_Bytes - amb_lt: xdai_Bytes - amb_gte: xdai_Bytes - amb_lte: xdai_Bytes - amb_in: [xdai_Bytes!] - amb_not_in: [xdai_Bytes!] - amb_contains: xdai_Bytes - amb_not_contains: xdai_Bytes - rootManager: xdai_Bytes - rootManager_not: xdai_Bytes - rootManager_gt: xdai_Bytes - rootManager_lt: xdai_Bytes - rootManager_gte: xdai_Bytes - rootManager_lte: xdai_Bytes - rootManager_in: [xdai_Bytes!] - rootManager_not_in: [xdai_Bytes!] - rootManager_contains: xdai_Bytes - rootManager_not_contains: xdai_Bytes - mirrorConnector: xdai_Bytes - mirrorConnector_not: xdai_Bytes - mirrorConnector_gt: xdai_Bytes - mirrorConnector_lt: xdai_Bytes - mirrorConnector_gte: xdai_Bytes - mirrorConnector_lte: xdai_Bytes - mirrorConnector_in: [xdai_Bytes!] - mirrorConnector_not_in: [xdai_Bytes!] - mirrorConnector_contains: xdai_Bytes - mirrorConnector_not_contains: xdai_Bytes + amb: stagingarbitrumgoerli_Bytes + amb_not: stagingarbitrumgoerli_Bytes + amb_gt: stagingarbitrumgoerli_Bytes + amb_lt: stagingarbitrumgoerli_Bytes + amb_gte: stagingarbitrumgoerli_Bytes + amb_lte: stagingarbitrumgoerli_Bytes + amb_in: [stagingarbitrumgoerli_Bytes!] + amb_not_in: [stagingarbitrumgoerli_Bytes!] + amb_contains: stagingarbitrumgoerli_Bytes + amb_not_contains: stagingarbitrumgoerli_Bytes + rootManager: stagingarbitrumgoerli_Bytes + rootManager_not: stagingarbitrumgoerli_Bytes + rootManager_gt: stagingarbitrumgoerli_Bytes + rootManager_lt: stagingarbitrumgoerli_Bytes + rootManager_gte: stagingarbitrumgoerli_Bytes + rootManager_lte: stagingarbitrumgoerli_Bytes + rootManager_in: [stagingarbitrumgoerli_Bytes!] + rootManager_not_in: [stagingarbitrumgoerli_Bytes!] + rootManager_contains: stagingarbitrumgoerli_Bytes + rootManager_not_contains: stagingarbitrumgoerli_Bytes + mirrorConnector: stagingarbitrumgoerli_Bytes + mirrorConnector_not: stagingarbitrumgoerli_Bytes + mirrorConnector_gt: stagingarbitrumgoerli_Bytes + mirrorConnector_lt: stagingarbitrumgoerli_Bytes + mirrorConnector_gte: stagingarbitrumgoerli_Bytes + mirrorConnector_lte: stagingarbitrumgoerli_Bytes + mirrorConnector_in: [stagingarbitrumgoerli_Bytes!] + mirrorConnector_not_in: [stagingarbitrumgoerli_Bytes!] + mirrorConnector_contains: stagingarbitrumgoerli_Bytes + mirrorConnector_not_contains: stagingarbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_ConnectorMeta_filter] - or: [xdai_ConnectorMeta_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_ConnectorMeta_filter] + or: [stagingarbitrumgoerli_ConnectorMeta_filter] } -enum xdai_ConnectorMeta_orderBy { +enum stagingarbitrumgoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -82254,48 +82682,48 @@ enum xdai_ConnectorMeta_orderBy { mirrorConnector } -type xdai_DestinationTransfer { +type stagingarbitrumgoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: xdai_Bytes + transferId: stagingarbitrumgoerli_Bytes nonce: BigInt - status: xdai_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: xdai_Router_orderBy, orderDirection: xdai_OrderDirection, where: xdai_Router_filter): [xdai_Router!] + status: stagingarbitrumgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_Router_orderBy, orderDirection: stagingarbitrumgoerli_OrderDirection, where: stagingarbitrumgoerli_Router_filter): [stagingarbitrumgoerli_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: xdai_Bytes - delegate: xdai_Bytes + to: stagingarbitrumgoerli_Bytes + delegate: stagingarbitrumgoerli_Bytes receiveLocal: Boolean - callData: xdai_Bytes + callData: stagingarbitrumgoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: xdai_Bytes + originSender: stagingarbitrumgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xdai_Bytes - asset: xdai_Asset + canonicalId: stagingarbitrumgoerli_Bytes + asset: stagingarbitrumgoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: xdai_Bytes - executedTransactionHash: xdai_Bytes + executedCaller: stagingarbitrumgoerli_Bytes + executedTransactionHash: stagingarbitrumgoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: xdai_Bytes + executedTxOrigin: stagingarbitrumgoerli_Bytes executedTxNonce: BigInt - reconciledCaller: xdai_Bytes - reconciledTransactionHash: xdai_Bytes + reconciledCaller: stagingarbitrumgoerli_Bytes + reconciledTransactionHash: stagingarbitrumgoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: xdai_Bytes + reconciledTxOrigin: stagingarbitrumgoerli_Bytes reconciledTxNonce: BigInt } -input xdai_DestinationTransfer_filter { +input stagingarbitrumgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -82312,16 +82740,16 @@ input xdai_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: xdai_Bytes - transferId_not: xdai_Bytes - transferId_gt: xdai_Bytes - transferId_lt: xdai_Bytes - transferId_gte: xdai_Bytes - transferId_lte: xdai_Bytes - transferId_in: [xdai_Bytes!] - transferId_not_in: [xdai_Bytes!] - transferId_contains: xdai_Bytes - transferId_not_contains: xdai_Bytes + transferId: stagingarbitrumgoerli_Bytes + transferId_not: stagingarbitrumgoerli_Bytes + transferId_gt: stagingarbitrumgoerli_Bytes + transferId_lt: stagingarbitrumgoerli_Bytes + transferId_gte: stagingarbitrumgoerli_Bytes + transferId_lte: stagingarbitrumgoerli_Bytes + transferId_in: [stagingarbitrumgoerli_Bytes!] + transferId_not_in: [stagingarbitrumgoerli_Bytes!] + transferId_contains: stagingarbitrumgoerli_Bytes + transferId_not_contains: stagingarbitrumgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -82330,17 +82758,17 @@ input xdai_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: xdai_TransferStatus - status_not: xdai_TransferStatus - status_in: [xdai_TransferStatus!] - status_not_in: [xdai_TransferStatus!] + status: stagingarbitrumgoerli_TransferStatus + status_not: stagingarbitrumgoerli_TransferStatus + status_in: [stagingarbitrumgoerli_TransferStatus!] + status_not_in: [stagingarbitrumgoerli_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: xdai_Router_filter + routers_: stagingarbitrumgoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -82365,40 +82793,40 @@ input xdai_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: xdai_Bytes - to_not: xdai_Bytes - to_gt: xdai_Bytes - to_lt: xdai_Bytes - to_gte: xdai_Bytes - to_lte: xdai_Bytes - to_in: [xdai_Bytes!] - to_not_in: [xdai_Bytes!] - to_contains: xdai_Bytes - to_not_contains: xdai_Bytes - delegate: xdai_Bytes - delegate_not: xdai_Bytes - delegate_gt: xdai_Bytes - delegate_lt: xdai_Bytes - delegate_gte: xdai_Bytes - delegate_lte: xdai_Bytes - delegate_in: [xdai_Bytes!] - delegate_not_in: [xdai_Bytes!] - delegate_contains: xdai_Bytes - delegate_not_contains: xdai_Bytes + to: stagingarbitrumgoerli_Bytes + to_not: stagingarbitrumgoerli_Bytes + to_gt: stagingarbitrumgoerli_Bytes + to_lt: stagingarbitrumgoerli_Bytes + to_gte: stagingarbitrumgoerli_Bytes + to_lte: stagingarbitrumgoerli_Bytes + to_in: [stagingarbitrumgoerli_Bytes!] + to_not_in: [stagingarbitrumgoerli_Bytes!] + to_contains: stagingarbitrumgoerli_Bytes + to_not_contains: stagingarbitrumgoerli_Bytes + delegate: stagingarbitrumgoerli_Bytes + delegate_not: stagingarbitrumgoerli_Bytes + delegate_gt: stagingarbitrumgoerli_Bytes + delegate_lt: stagingarbitrumgoerli_Bytes + delegate_gte: stagingarbitrumgoerli_Bytes + delegate_lte: stagingarbitrumgoerli_Bytes + delegate_in: [stagingarbitrumgoerli_Bytes!] + delegate_not_in: [stagingarbitrumgoerli_Bytes!] + delegate_contains: stagingarbitrumgoerli_Bytes + delegate_not_contains: stagingarbitrumgoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: xdai_Bytes - callData_not: xdai_Bytes - callData_gt: xdai_Bytes - callData_lt: xdai_Bytes - callData_gte: xdai_Bytes - callData_lte: xdai_Bytes - callData_in: [xdai_Bytes!] - callData_not_in: [xdai_Bytes!] - callData_contains: xdai_Bytes - callData_not_contains: xdai_Bytes + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingarbitrumgoerli_Bytes + callData_not: stagingarbitrumgoerli_Bytes + callData_gt: stagingarbitrumgoerli_Bytes + callData_lt: stagingarbitrumgoerli_Bytes + callData_gte: stagingarbitrumgoerli_Bytes + callData_lte: stagingarbitrumgoerli_Bytes + callData_in: [stagingarbitrumgoerli_Bytes!] + callData_not_in: [stagingarbitrumgoerli_Bytes!] + callData_contains: stagingarbitrumgoerli_Bytes + callData_not_contains: stagingarbitrumgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -82415,16 +82843,16 @@ input xdai_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: xdai_Bytes - originSender_not: xdai_Bytes - originSender_gt: xdai_Bytes - originSender_lt: xdai_Bytes - originSender_gte: xdai_Bytes - originSender_lte: xdai_Bytes - originSender_in: [xdai_Bytes!] - originSender_not_in: [xdai_Bytes!] - originSender_contains: xdai_Bytes - originSender_not_contains: xdai_Bytes + originSender: stagingarbitrumgoerli_Bytes + originSender_not: stagingarbitrumgoerli_Bytes + originSender_gt: stagingarbitrumgoerli_Bytes + originSender_lt: stagingarbitrumgoerli_Bytes + originSender_gte: stagingarbitrumgoerli_Bytes + originSender_lte: stagingarbitrumgoerli_Bytes + originSender_in: [stagingarbitrumgoerli_Bytes!] + originSender_not_in: [stagingarbitrumgoerli_Bytes!] + originSender_contains: stagingarbitrumgoerli_Bytes + originSender_not_contains: stagingarbitrumgoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -82441,16 +82869,16 @@ input xdai_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: xdai_Bytes - canonicalId_not: xdai_Bytes - canonicalId_gt: xdai_Bytes - canonicalId_lt: xdai_Bytes - canonicalId_gte: xdai_Bytes - canonicalId_lte: xdai_Bytes - canonicalId_in: [xdai_Bytes!] - canonicalId_not_in: [xdai_Bytes!] - canonicalId_contains: xdai_Bytes - canonicalId_not_contains: xdai_Bytes + canonicalId: stagingarbitrumgoerli_Bytes + canonicalId_not: stagingarbitrumgoerli_Bytes + canonicalId_gt: stagingarbitrumgoerli_Bytes + canonicalId_lt: stagingarbitrumgoerli_Bytes + canonicalId_gte: stagingarbitrumgoerli_Bytes + canonicalId_lte: stagingarbitrumgoerli_Bytes + canonicalId_in: [stagingarbitrumgoerli_Bytes!] + canonicalId_not_in: [stagingarbitrumgoerli_Bytes!] + canonicalId_contains: stagingarbitrumgoerli_Bytes + canonicalId_not_contains: stagingarbitrumgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -82471,7 +82899,7 @@ input xdai_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xdai_Asset_filter + asset_: stagingarbitrumgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -82488,26 +82916,26 @@ input xdai_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: xdai_Bytes - executedCaller_not: xdai_Bytes - executedCaller_gt: xdai_Bytes - executedCaller_lt: xdai_Bytes - executedCaller_gte: xdai_Bytes - executedCaller_lte: xdai_Bytes - executedCaller_in: [xdai_Bytes!] - executedCaller_not_in: [xdai_Bytes!] - executedCaller_contains: xdai_Bytes - executedCaller_not_contains: xdai_Bytes - executedTransactionHash: xdai_Bytes - executedTransactionHash_not: xdai_Bytes - executedTransactionHash_gt: xdai_Bytes - executedTransactionHash_lt: xdai_Bytes - executedTransactionHash_gte: xdai_Bytes - executedTransactionHash_lte: xdai_Bytes - executedTransactionHash_in: [xdai_Bytes!] - executedTransactionHash_not_in: [xdai_Bytes!] - executedTransactionHash_contains: xdai_Bytes - executedTransactionHash_not_contains: xdai_Bytes + executedCaller: stagingarbitrumgoerli_Bytes + executedCaller_not: stagingarbitrumgoerli_Bytes + executedCaller_gt: stagingarbitrumgoerli_Bytes + executedCaller_lt: stagingarbitrumgoerli_Bytes + executedCaller_gte: stagingarbitrumgoerli_Bytes + executedCaller_lte: stagingarbitrumgoerli_Bytes + executedCaller_in: [stagingarbitrumgoerli_Bytes!] + executedCaller_not_in: [stagingarbitrumgoerli_Bytes!] + executedCaller_contains: stagingarbitrumgoerli_Bytes + executedCaller_not_contains: stagingarbitrumgoerli_Bytes + executedTransactionHash: stagingarbitrumgoerli_Bytes + executedTransactionHash_not: stagingarbitrumgoerli_Bytes + executedTransactionHash_gt: stagingarbitrumgoerli_Bytes + executedTransactionHash_lt: stagingarbitrumgoerli_Bytes + executedTransactionHash_gte: stagingarbitrumgoerli_Bytes + executedTransactionHash_lte: stagingarbitrumgoerli_Bytes + executedTransactionHash_in: [stagingarbitrumgoerli_Bytes!] + executedTransactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + executedTransactionHash_contains: stagingarbitrumgoerli_Bytes + executedTransactionHash_not_contains: stagingarbitrumgoerli_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -82540,16 +82968,16 @@ input xdai_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: xdai_Bytes - executedTxOrigin_not: xdai_Bytes - executedTxOrigin_gt: xdai_Bytes - executedTxOrigin_lt: xdai_Bytes - executedTxOrigin_gte: xdai_Bytes - executedTxOrigin_lte: xdai_Bytes - executedTxOrigin_in: [xdai_Bytes!] - executedTxOrigin_not_in: [xdai_Bytes!] - executedTxOrigin_contains: xdai_Bytes - executedTxOrigin_not_contains: xdai_Bytes + executedTxOrigin: stagingarbitrumgoerli_Bytes + executedTxOrigin_not: stagingarbitrumgoerli_Bytes + executedTxOrigin_gt: stagingarbitrumgoerli_Bytes + executedTxOrigin_lt: stagingarbitrumgoerli_Bytes + executedTxOrigin_gte: stagingarbitrumgoerli_Bytes + executedTxOrigin_lte: stagingarbitrumgoerli_Bytes + executedTxOrigin_in: [stagingarbitrumgoerli_Bytes!] + executedTxOrigin_not_in: [stagingarbitrumgoerli_Bytes!] + executedTxOrigin_contains: stagingarbitrumgoerli_Bytes + executedTxOrigin_not_contains: stagingarbitrumgoerli_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -82558,26 +82986,26 @@ input xdai_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: xdai_Bytes - reconciledCaller_not: xdai_Bytes - reconciledCaller_gt: xdai_Bytes - reconciledCaller_lt: xdai_Bytes - reconciledCaller_gte: xdai_Bytes - reconciledCaller_lte: xdai_Bytes - reconciledCaller_in: [xdai_Bytes!] - reconciledCaller_not_in: [xdai_Bytes!] - reconciledCaller_contains: xdai_Bytes - reconciledCaller_not_contains: xdai_Bytes - reconciledTransactionHash: xdai_Bytes - reconciledTransactionHash_not: xdai_Bytes - reconciledTransactionHash_gt: xdai_Bytes - reconciledTransactionHash_lt: xdai_Bytes - reconciledTransactionHash_gte: xdai_Bytes - reconciledTransactionHash_lte: xdai_Bytes - reconciledTransactionHash_in: [xdai_Bytes!] - reconciledTransactionHash_not_in: [xdai_Bytes!] - reconciledTransactionHash_contains: xdai_Bytes - reconciledTransactionHash_not_contains: xdai_Bytes + reconciledCaller: stagingarbitrumgoerli_Bytes + reconciledCaller_not: stagingarbitrumgoerli_Bytes + reconciledCaller_gt: stagingarbitrumgoerli_Bytes + reconciledCaller_lt: stagingarbitrumgoerli_Bytes + reconciledCaller_gte: stagingarbitrumgoerli_Bytes + reconciledCaller_lte: stagingarbitrumgoerli_Bytes + reconciledCaller_in: [stagingarbitrumgoerli_Bytes!] + reconciledCaller_not_in: [stagingarbitrumgoerli_Bytes!] + reconciledCaller_contains: stagingarbitrumgoerli_Bytes + reconciledCaller_not_contains: stagingarbitrumgoerli_Bytes + reconciledTransactionHash: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_not: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_gt: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_lt: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_gte: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_lte: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_in: [stagingarbitrumgoerli_Bytes!] + reconciledTransactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + reconciledTransactionHash_contains: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_not_contains: stagingarbitrumgoerli_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -82610,16 +83038,16 @@ input xdai_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: xdai_Bytes - reconciledTxOrigin_not: xdai_Bytes - reconciledTxOrigin_gt: xdai_Bytes - reconciledTxOrigin_lt: xdai_Bytes - reconciledTxOrigin_gte: xdai_Bytes - reconciledTxOrigin_lte: xdai_Bytes - reconciledTxOrigin_in: [xdai_Bytes!] - reconciledTxOrigin_not_in: [xdai_Bytes!] - reconciledTxOrigin_contains: xdai_Bytes - reconciledTxOrigin_not_contains: xdai_Bytes + reconciledTxOrigin: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_not: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_gt: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_lt: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_gte: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_lte: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_in: [stagingarbitrumgoerli_Bytes!] + reconciledTxOrigin_not_in: [stagingarbitrumgoerli_Bytes!] + reconciledTxOrigin_contains: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_not_contains: stagingarbitrumgoerli_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -82629,12 +83057,12 @@ input xdai_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_DestinationTransfer_filter] - or: [xdai_DestinationTransfer_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_DestinationTransfer_filter] + or: [stagingarbitrumgoerli_DestinationTransfer_filter] } -enum xdai_DestinationTransfer_orderBy { +enum stagingarbitrumgoerli_DestinationTransfer_orderBy { id chainId transferId @@ -82658,7 +83086,6 @@ enum xdai_DestinationTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -82688,28 +83115,83 @@ enum xdai_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar xdai_Int8 +scalar stagingarbitrumgoerli_Int8 + +type stagingarbitrumgoerli_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingarbitrumgoerli_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingarbitrumgoerli_OptimisticRootFinalized_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!] + aggregateRoot: stagingarbitrumgoerli_Bytes + aggregateRoot_not: stagingarbitrumgoerli_Bytes + aggregateRoot_gt: stagingarbitrumgoerli_Bytes + aggregateRoot_lt: stagingarbitrumgoerli_Bytes + aggregateRoot_gte: stagingarbitrumgoerli_Bytes + aggregateRoot_lte: stagingarbitrumgoerli_Bytes + aggregateRoot_in: [stagingarbitrumgoerli_Bytes!] + aggregateRoot_not_in: [stagingarbitrumgoerli_Bytes!] + aggregateRoot_contains: stagingarbitrumgoerli_Bytes + aggregateRoot_not_contains: stagingarbitrumgoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_OptimisticRootFinalized_filter] + or: [stagingarbitrumgoerli_OptimisticRootFinalized_filter] +} + +enum stagingarbitrumgoerli_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} """Defines the order direction, either ascending or descending""" -enum xdai_OrderDirection { +enum stagingarbitrumgoerli_OrderDirection { asc desc } -type xdai_OriginMessage { +type stagingarbitrumgoerli_OriginMessage { id: ID! - transferId: xdai_Bytes + transferId: stagingarbitrumgoerli_Bytes destinationDomain: BigInt - leaf: xdai_Bytes + leaf: stagingarbitrumgoerli_Bytes index: BigInt - message: xdai_Bytes - root: xdai_Bytes - transactionHash: xdai_Bytes + message: stagingarbitrumgoerli_Bytes + root: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes blockNumber: BigInt - rootCount: xdai_RootCount + rootCount: stagingarbitrumgoerli_RootCount } -input xdai_OriginMessage_filter { +input stagingarbitrumgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -82718,16 +83200,16 @@ input xdai_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: xdai_Bytes - transferId_not: xdai_Bytes - transferId_gt: xdai_Bytes - transferId_lt: xdai_Bytes - transferId_gte: xdai_Bytes - transferId_lte: xdai_Bytes - transferId_in: [xdai_Bytes!] - transferId_not_in: [xdai_Bytes!] - transferId_contains: xdai_Bytes - transferId_not_contains: xdai_Bytes + transferId: stagingarbitrumgoerli_Bytes + transferId_not: stagingarbitrumgoerli_Bytes + transferId_gt: stagingarbitrumgoerli_Bytes + transferId_lt: stagingarbitrumgoerli_Bytes + transferId_gte: stagingarbitrumgoerli_Bytes + transferId_lte: stagingarbitrumgoerli_Bytes + transferId_in: [stagingarbitrumgoerli_Bytes!] + transferId_not_in: [stagingarbitrumgoerli_Bytes!] + transferId_contains: stagingarbitrumgoerli_Bytes + transferId_not_contains: stagingarbitrumgoerli_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -82736,16 +83218,16 @@ input xdai_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: xdai_Bytes - leaf_not: xdai_Bytes - leaf_gt: xdai_Bytes - leaf_lt: xdai_Bytes - leaf_gte: xdai_Bytes - leaf_lte: xdai_Bytes - leaf_in: [xdai_Bytes!] - leaf_not_in: [xdai_Bytes!] - leaf_contains: xdai_Bytes - leaf_not_contains: xdai_Bytes + leaf: stagingarbitrumgoerli_Bytes + leaf_not: stagingarbitrumgoerli_Bytes + leaf_gt: stagingarbitrumgoerli_Bytes + leaf_lt: stagingarbitrumgoerli_Bytes + leaf_gte: stagingarbitrumgoerli_Bytes + leaf_lte: stagingarbitrumgoerli_Bytes + leaf_in: [stagingarbitrumgoerli_Bytes!] + leaf_not_in: [stagingarbitrumgoerli_Bytes!] + leaf_contains: stagingarbitrumgoerli_Bytes + leaf_not_contains: stagingarbitrumgoerli_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -82754,36 +83236,36 @@ input xdai_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: xdai_Bytes - message_not: xdai_Bytes - message_gt: xdai_Bytes - message_lt: xdai_Bytes - message_gte: xdai_Bytes - message_lte: xdai_Bytes - message_in: [xdai_Bytes!] - message_not_in: [xdai_Bytes!] - message_contains: xdai_Bytes - message_not_contains: xdai_Bytes - root: xdai_Bytes - root_not: xdai_Bytes - root_gt: xdai_Bytes - root_lt: xdai_Bytes - root_gte: xdai_Bytes - root_lte: xdai_Bytes - root_in: [xdai_Bytes!] - root_not_in: [xdai_Bytes!] - root_contains: xdai_Bytes - root_not_contains: xdai_Bytes - transactionHash: xdai_Bytes - transactionHash_not: xdai_Bytes - transactionHash_gt: xdai_Bytes - transactionHash_lt: xdai_Bytes - transactionHash_gte: xdai_Bytes - transactionHash_lte: xdai_Bytes - transactionHash_in: [xdai_Bytes!] - transactionHash_not_in: [xdai_Bytes!] - transactionHash_contains: xdai_Bytes - transactionHash_not_contains: xdai_Bytes + message: stagingarbitrumgoerli_Bytes + message_not: stagingarbitrumgoerli_Bytes + message_gt: stagingarbitrumgoerli_Bytes + message_lt: stagingarbitrumgoerli_Bytes + message_gte: stagingarbitrumgoerli_Bytes + message_lte: stagingarbitrumgoerli_Bytes + message_in: [stagingarbitrumgoerli_Bytes!] + message_not_in: [stagingarbitrumgoerli_Bytes!] + message_contains: stagingarbitrumgoerli_Bytes + message_not_contains: stagingarbitrumgoerli_Bytes + root: stagingarbitrumgoerli_Bytes + root_not: stagingarbitrumgoerli_Bytes + root_gt: stagingarbitrumgoerli_Bytes + root_lt: stagingarbitrumgoerli_Bytes + root_gte: stagingarbitrumgoerli_Bytes + root_lte: stagingarbitrumgoerli_Bytes + root_in: [stagingarbitrumgoerli_Bytes!] + root_not_in: [stagingarbitrumgoerli_Bytes!] + root_contains: stagingarbitrumgoerli_Bytes + root_not_contains: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + transactionHash_not: stagingarbitrumgoerli_Bytes + transactionHash_gt: stagingarbitrumgoerli_Bytes + transactionHash_lt: stagingarbitrumgoerli_Bytes + transactionHash_gte: stagingarbitrumgoerli_Bytes + transactionHash_lte: stagingarbitrumgoerli_Bytes + transactionHash_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_contains: stagingarbitrumgoerli_Bytes + transactionHash_not_contains: stagingarbitrumgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -82812,14 +83294,14 @@ input xdai_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: xdai_RootCount_filter + rootCount_: stagingarbitrumgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_OriginMessage_filter] - or: [xdai_OriginMessage_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_OriginMessage_filter] + or: [stagingarbitrumgoerli_OriginMessage_filter] } -enum xdai_OriginMessage_orderBy { +enum stagingarbitrumgoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -82834,42 +83316,42 @@ enum xdai_OriginMessage_orderBy { rootCount__count } -type xdai_OriginTransfer { +type stagingarbitrumgoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: xdai_Bytes + transferId: stagingarbitrumgoerli_Bytes nonce: BigInt - status: xdai_TransferStatus - messageHash: xdai_Bytes + status: stagingarbitrumgoerli_TransferStatus + messageHash: stagingarbitrumgoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: xdai_Bytes - delegate: xdai_Bytes + to: stagingarbitrumgoerli_Bytes + delegate: stagingarbitrumgoerli_Bytes receiveLocal: Boolean - callData: xdai_Bytes + callData: stagingarbitrumgoerli_Bytes slippage: BigInt - originSender: xdai_Bytes + originSender: stagingarbitrumgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xdai_Bytes - asset: xdai_Asset - transactingAsset: xdai_Bytes - message: xdai_OriginMessage + canonicalId: stagingarbitrumgoerli_Bytes + asset: stagingarbitrumgoerli_Asset + transactingAsset: stagingarbitrumgoerli_Bytes + message: stagingarbitrumgoerli_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: xdai_RelayerFee_orderBy, orderDirection: xdai_OrderDirection, where: xdai_RelayerFee_filter): [xdai_RelayerFee!] - initialRelayerFeeAsset: xdai_Bytes - caller: xdai_Bytes - transactionHash: xdai_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_RelayerFee_orderBy, orderDirection: stagingarbitrumgoerli_OrderDirection, where: stagingarbitrumgoerli_RelayerFee_filter): [stagingarbitrumgoerli_RelayerFee!] + initialRelayerFeeAsset: stagingarbitrumgoerli_Bytes + caller: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: xdai_Bytes + txOrigin: stagingarbitrumgoerli_Bytes txNonce: BigInt } -input xdai_OriginTransfer_filter { +input stagingarbitrumgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -82886,16 +83368,16 @@ input xdai_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: xdai_Bytes - transferId_not: xdai_Bytes - transferId_gt: xdai_Bytes - transferId_lt: xdai_Bytes - transferId_gte: xdai_Bytes - transferId_lte: xdai_Bytes - transferId_in: [xdai_Bytes!] - transferId_not_in: [xdai_Bytes!] - transferId_contains: xdai_Bytes - transferId_not_contains: xdai_Bytes + transferId: stagingarbitrumgoerli_Bytes + transferId_not: stagingarbitrumgoerli_Bytes + transferId_gt: stagingarbitrumgoerli_Bytes + transferId_lt: stagingarbitrumgoerli_Bytes + transferId_gte: stagingarbitrumgoerli_Bytes + transferId_lte: stagingarbitrumgoerli_Bytes + transferId_in: [stagingarbitrumgoerli_Bytes!] + transferId_not_in: [stagingarbitrumgoerli_Bytes!] + transferId_contains: stagingarbitrumgoerli_Bytes + transferId_not_contains: stagingarbitrumgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -82904,20 +83386,20 @@ input xdai_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: xdai_TransferStatus - status_not: xdai_TransferStatus - status_in: [xdai_TransferStatus!] - status_not_in: [xdai_TransferStatus!] - messageHash: xdai_Bytes - messageHash_not: xdai_Bytes - messageHash_gt: xdai_Bytes - messageHash_lt: xdai_Bytes - messageHash_gte: xdai_Bytes - messageHash_lte: xdai_Bytes - messageHash_in: [xdai_Bytes!] - messageHash_not_in: [xdai_Bytes!] - messageHash_contains: xdai_Bytes - messageHash_not_contains: xdai_Bytes + status: stagingarbitrumgoerli_TransferStatus + status_not: stagingarbitrumgoerli_TransferStatus + status_in: [stagingarbitrumgoerli_TransferStatus!] + status_not_in: [stagingarbitrumgoerli_TransferStatus!] + messageHash: stagingarbitrumgoerli_Bytes + messageHash_not: stagingarbitrumgoerli_Bytes + messageHash_gt: stagingarbitrumgoerli_Bytes + messageHash_lt: stagingarbitrumgoerli_Bytes + messageHash_gte: stagingarbitrumgoerli_Bytes + messageHash_lte: stagingarbitrumgoerli_Bytes + messageHash_in: [stagingarbitrumgoerli_Bytes!] + messageHash_not_in: [stagingarbitrumgoerli_Bytes!] + messageHash_contains: stagingarbitrumgoerli_Bytes + messageHash_not_contains: stagingarbitrumgoerli_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -82942,40 +83424,40 @@ input xdai_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: xdai_Bytes - to_not: xdai_Bytes - to_gt: xdai_Bytes - to_lt: xdai_Bytes - to_gte: xdai_Bytes - to_lte: xdai_Bytes - to_in: [xdai_Bytes!] - to_not_in: [xdai_Bytes!] - to_contains: xdai_Bytes - to_not_contains: xdai_Bytes - delegate: xdai_Bytes - delegate_not: xdai_Bytes - delegate_gt: xdai_Bytes - delegate_lt: xdai_Bytes - delegate_gte: xdai_Bytes - delegate_lte: xdai_Bytes - delegate_in: [xdai_Bytes!] - delegate_not_in: [xdai_Bytes!] - delegate_contains: xdai_Bytes - delegate_not_contains: xdai_Bytes + to: stagingarbitrumgoerli_Bytes + to_not: stagingarbitrumgoerli_Bytes + to_gt: stagingarbitrumgoerli_Bytes + to_lt: stagingarbitrumgoerli_Bytes + to_gte: stagingarbitrumgoerli_Bytes + to_lte: stagingarbitrumgoerli_Bytes + to_in: [stagingarbitrumgoerli_Bytes!] + to_not_in: [stagingarbitrumgoerli_Bytes!] + to_contains: stagingarbitrumgoerli_Bytes + to_not_contains: stagingarbitrumgoerli_Bytes + delegate: stagingarbitrumgoerli_Bytes + delegate_not: stagingarbitrumgoerli_Bytes + delegate_gt: stagingarbitrumgoerli_Bytes + delegate_lt: stagingarbitrumgoerli_Bytes + delegate_gte: stagingarbitrumgoerli_Bytes + delegate_lte: stagingarbitrumgoerli_Bytes + delegate_in: [stagingarbitrumgoerli_Bytes!] + delegate_not_in: [stagingarbitrumgoerli_Bytes!] + delegate_contains: stagingarbitrumgoerli_Bytes + delegate_not_contains: stagingarbitrumgoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: xdai_Bytes - callData_not: xdai_Bytes - callData_gt: xdai_Bytes - callData_lt: xdai_Bytes - callData_gte: xdai_Bytes - callData_lte: xdai_Bytes - callData_in: [xdai_Bytes!] - callData_not_in: [xdai_Bytes!] - callData_contains: xdai_Bytes - callData_not_contains: xdai_Bytes + callData: stagingarbitrumgoerli_Bytes + callData_not: stagingarbitrumgoerli_Bytes + callData_gt: stagingarbitrumgoerli_Bytes + callData_lt: stagingarbitrumgoerli_Bytes + callData_gte: stagingarbitrumgoerli_Bytes + callData_lte: stagingarbitrumgoerli_Bytes + callData_in: [stagingarbitrumgoerli_Bytes!] + callData_not_in: [stagingarbitrumgoerli_Bytes!] + callData_contains: stagingarbitrumgoerli_Bytes + callData_not_contains: stagingarbitrumgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -82984,16 +83466,16 @@ input xdai_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: xdai_Bytes - originSender_not: xdai_Bytes - originSender_gt: xdai_Bytes - originSender_lt: xdai_Bytes - originSender_gte: xdai_Bytes - originSender_lte: xdai_Bytes - originSender_in: [xdai_Bytes!] - originSender_not_in: [xdai_Bytes!] - originSender_contains: xdai_Bytes - originSender_not_contains: xdai_Bytes + originSender: stagingarbitrumgoerli_Bytes + originSender_not: stagingarbitrumgoerli_Bytes + originSender_gt: stagingarbitrumgoerli_Bytes + originSender_lt: stagingarbitrumgoerli_Bytes + originSender_gte: stagingarbitrumgoerli_Bytes + originSender_lte: stagingarbitrumgoerli_Bytes + originSender_in: [stagingarbitrumgoerli_Bytes!] + originSender_not_in: [stagingarbitrumgoerli_Bytes!] + originSender_contains: stagingarbitrumgoerli_Bytes + originSender_not_contains: stagingarbitrumgoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -83010,16 +83492,16 @@ input xdai_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: xdai_Bytes - canonicalId_not: xdai_Bytes - canonicalId_gt: xdai_Bytes - canonicalId_lt: xdai_Bytes - canonicalId_gte: xdai_Bytes - canonicalId_lte: xdai_Bytes - canonicalId_in: [xdai_Bytes!] - canonicalId_not_in: [xdai_Bytes!] - canonicalId_contains: xdai_Bytes - canonicalId_not_contains: xdai_Bytes + canonicalId: stagingarbitrumgoerli_Bytes + canonicalId_not: stagingarbitrumgoerli_Bytes + canonicalId_gt: stagingarbitrumgoerli_Bytes + canonicalId_lt: stagingarbitrumgoerli_Bytes + canonicalId_gte: stagingarbitrumgoerli_Bytes + canonicalId_lte: stagingarbitrumgoerli_Bytes + canonicalId_in: [stagingarbitrumgoerli_Bytes!] + canonicalId_not_in: [stagingarbitrumgoerli_Bytes!] + canonicalId_contains: stagingarbitrumgoerli_Bytes + canonicalId_not_contains: stagingarbitrumgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -83040,17 +83522,17 @@ input xdai_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xdai_Asset_filter - transactingAsset: xdai_Bytes - transactingAsset_not: xdai_Bytes - transactingAsset_gt: xdai_Bytes - transactingAsset_lt: xdai_Bytes - transactingAsset_gte: xdai_Bytes - transactingAsset_lte: xdai_Bytes - transactingAsset_in: [xdai_Bytes!] - transactingAsset_not_in: [xdai_Bytes!] - transactingAsset_contains: xdai_Bytes - transactingAsset_not_contains: xdai_Bytes + asset_: stagingarbitrumgoerli_Asset_filter + transactingAsset: stagingarbitrumgoerli_Bytes + transactingAsset_not: stagingarbitrumgoerli_Bytes + transactingAsset_gt: stagingarbitrumgoerli_Bytes + transactingAsset_lt: stagingarbitrumgoerli_Bytes + transactingAsset_gte: stagingarbitrumgoerli_Bytes + transactingAsset_lte: stagingarbitrumgoerli_Bytes + transactingAsset_in: [stagingarbitrumgoerli_Bytes!] + transactingAsset_not_in: [stagingarbitrumgoerli_Bytes!] + transactingAsset_contains: stagingarbitrumgoerli_Bytes + transactingAsset_not_contains: stagingarbitrumgoerli_Bytes message: String message_not: String message_gt: String @@ -83071,7 +83553,7 @@ input xdai_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: xdai_OriginMessage_filter + message_: stagingarbitrumgoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -83086,37 +83568,37 @@ input xdai_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: xdai_RelayerFee_filter - initialRelayerFeeAsset: xdai_Bytes - initialRelayerFeeAsset_not: xdai_Bytes - initialRelayerFeeAsset_gt: xdai_Bytes - initialRelayerFeeAsset_lt: xdai_Bytes - initialRelayerFeeAsset_gte: xdai_Bytes - initialRelayerFeeAsset_lte: xdai_Bytes - initialRelayerFeeAsset_in: [xdai_Bytes!] - initialRelayerFeeAsset_not_in: [xdai_Bytes!] - initialRelayerFeeAsset_contains: xdai_Bytes - initialRelayerFeeAsset_not_contains: xdai_Bytes - caller: xdai_Bytes - caller_not: xdai_Bytes - caller_gt: xdai_Bytes - caller_lt: xdai_Bytes - caller_gte: xdai_Bytes - caller_lte: xdai_Bytes - caller_in: [xdai_Bytes!] - caller_not_in: [xdai_Bytes!] - caller_contains: xdai_Bytes - caller_not_contains: xdai_Bytes - transactionHash: xdai_Bytes - transactionHash_not: xdai_Bytes - transactionHash_gt: xdai_Bytes - transactionHash_lt: xdai_Bytes - transactionHash_gte: xdai_Bytes - transactionHash_lte: xdai_Bytes - transactionHash_in: [xdai_Bytes!] - transactionHash_not_in: [xdai_Bytes!] - transactionHash_contains: xdai_Bytes - transactionHash_not_contains: xdai_Bytes + relayerFees_: stagingarbitrumgoerli_RelayerFee_filter + initialRelayerFeeAsset: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_not: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_gt: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_lt: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_gte: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_lte: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_in: [stagingarbitrumgoerli_Bytes!] + initialRelayerFeeAsset_not_in: [stagingarbitrumgoerli_Bytes!] + initialRelayerFeeAsset_contains: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_not_contains: stagingarbitrumgoerli_Bytes + caller: stagingarbitrumgoerli_Bytes + caller_not: stagingarbitrumgoerli_Bytes + caller_gt: stagingarbitrumgoerli_Bytes + caller_lt: stagingarbitrumgoerli_Bytes + caller_gte: stagingarbitrumgoerli_Bytes + caller_lte: stagingarbitrumgoerli_Bytes + caller_in: [stagingarbitrumgoerli_Bytes!] + caller_not_in: [stagingarbitrumgoerli_Bytes!] + caller_contains: stagingarbitrumgoerli_Bytes + caller_not_contains: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + transactionHash_not: stagingarbitrumgoerli_Bytes + transactionHash_gt: stagingarbitrumgoerli_Bytes + transactionHash_lt: stagingarbitrumgoerli_Bytes + transactionHash_gte: stagingarbitrumgoerli_Bytes + transactionHash_lte: stagingarbitrumgoerli_Bytes + transactionHash_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_contains: stagingarbitrumgoerli_Bytes + transactionHash_not_contains: stagingarbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -83149,16 +83631,16 @@ input xdai_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: xdai_Bytes - txOrigin_not: xdai_Bytes - txOrigin_gt: xdai_Bytes - txOrigin_lt: xdai_Bytes - txOrigin_gte: xdai_Bytes - txOrigin_lte: xdai_Bytes - txOrigin_in: [xdai_Bytes!] - txOrigin_not_in: [xdai_Bytes!] - txOrigin_contains: xdai_Bytes - txOrigin_not_contains: xdai_Bytes + txOrigin: stagingarbitrumgoerli_Bytes + txOrigin_not: stagingarbitrumgoerli_Bytes + txOrigin_gt: stagingarbitrumgoerli_Bytes + txOrigin_lt: stagingarbitrumgoerli_Bytes + txOrigin_gte: stagingarbitrumgoerli_Bytes + txOrigin_lte: stagingarbitrumgoerli_Bytes + txOrigin_in: [stagingarbitrumgoerli_Bytes!] + txOrigin_not_in: [stagingarbitrumgoerli_Bytes!] + txOrigin_contains: stagingarbitrumgoerli_Bytes + txOrigin_not_contains: stagingarbitrumgoerli_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -83168,12 +83650,12 @@ input xdai_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_OriginTransfer_filter] - or: [xdai_OriginTransfer_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_OriginTransfer_filter] + or: [stagingarbitrumgoerli_OriginTransfer_filter] } -enum xdai_OriginTransfer_orderBy { +enum stagingarbitrumgoerli_OriginTransfer_orderBy { id chainId transferId @@ -83196,7 +83678,6 @@ enum xdai_OriginTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -83226,20 +83707,20 @@ enum xdai_OriginTransfer_orderBy { txNonce } -type xdai_Relayer { +type stagingarbitrumgoerli_Relayer { id: ID! isActive: Boolean! - relayer: xdai_Bytes + relayer: stagingarbitrumgoerli_Bytes } -type xdai_RelayerFee { +type stagingarbitrumgoerli_RelayerFee { id: ID! - transfer: xdai_OriginTransfer! + transfer: stagingarbitrumgoerli_OriginTransfer! fee: BigInt! - asset: xdai_Bytes! + asset: stagingarbitrumgoerli_Bytes! } -input xdai_RelayerFee_filter { +input stagingarbitrumgoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -83268,7 +83749,7 @@ input xdai_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: xdai_OriginTransfer_filter + transfer_: stagingarbitrumgoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -83277,23 +83758,23 @@ input xdai_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: xdai_Bytes - asset_not: xdai_Bytes - asset_gt: xdai_Bytes - asset_lt: xdai_Bytes - asset_gte: xdai_Bytes - asset_lte: xdai_Bytes - asset_in: [xdai_Bytes!] - asset_not_in: [xdai_Bytes!] - asset_contains: xdai_Bytes - asset_not_contains: xdai_Bytes + asset: stagingarbitrumgoerli_Bytes + asset_not: stagingarbitrumgoerli_Bytes + asset_gt: stagingarbitrumgoerli_Bytes + asset_lt: stagingarbitrumgoerli_Bytes + asset_gte: stagingarbitrumgoerli_Bytes + asset_lte: stagingarbitrumgoerli_Bytes + asset_in: [stagingarbitrumgoerli_Bytes!] + asset_not_in: [stagingarbitrumgoerli_Bytes!] + asset_contains: stagingarbitrumgoerli_Bytes + asset_not_contains: stagingarbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RelayerFee_filter] - or: [xdai_RelayerFee_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_RelayerFee_filter] + or: [stagingarbitrumgoerli_RelayerFee_filter] } -enum xdai_RelayerFee_orderBy { +enum stagingarbitrumgoerli_RelayerFee_orderBy { id transfer transfer__id @@ -83329,20 +83810,20 @@ enum xdai_RelayerFee_orderBy { asset } -type xdai_RelayerFeesIncrease { +type stagingarbitrumgoerli_RelayerFeesIncrease { id: ID! - transfer: xdai_OriginTransfer! + transfer: stagingarbitrumgoerli_OriginTransfer! increase: BigInt - asset: xdai_Bytes - caller: xdai_Bytes! - transactionHash: xdai_Bytes! + asset: stagingarbitrumgoerli_Bytes + caller: stagingarbitrumgoerli_Bytes! + transactionHash: stagingarbitrumgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xdai_RelayerFeesIncrease_filter { +input stagingarbitrumgoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -83371,7 +83852,7 @@ input xdai_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: xdai_OriginTransfer_filter + transfer_: stagingarbitrumgoerli_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -83380,36 +83861,36 @@ input xdai_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: xdai_Bytes - asset_not: xdai_Bytes - asset_gt: xdai_Bytes - asset_lt: xdai_Bytes - asset_gte: xdai_Bytes - asset_lte: xdai_Bytes - asset_in: [xdai_Bytes!] - asset_not_in: [xdai_Bytes!] - asset_contains: xdai_Bytes - asset_not_contains: xdai_Bytes - caller: xdai_Bytes - caller_not: xdai_Bytes - caller_gt: xdai_Bytes - caller_lt: xdai_Bytes - caller_gte: xdai_Bytes - caller_lte: xdai_Bytes - caller_in: [xdai_Bytes!] - caller_not_in: [xdai_Bytes!] - caller_contains: xdai_Bytes - caller_not_contains: xdai_Bytes - transactionHash: xdai_Bytes - transactionHash_not: xdai_Bytes - transactionHash_gt: xdai_Bytes - transactionHash_lt: xdai_Bytes - transactionHash_gte: xdai_Bytes - transactionHash_lte: xdai_Bytes - transactionHash_in: [xdai_Bytes!] - transactionHash_not_in: [xdai_Bytes!] - transactionHash_contains: xdai_Bytes - transactionHash_not_contains: xdai_Bytes + asset: stagingarbitrumgoerli_Bytes + asset_not: stagingarbitrumgoerli_Bytes + asset_gt: stagingarbitrumgoerli_Bytes + asset_lt: stagingarbitrumgoerli_Bytes + asset_gte: stagingarbitrumgoerli_Bytes + asset_lte: stagingarbitrumgoerli_Bytes + asset_in: [stagingarbitrumgoerli_Bytes!] + asset_not_in: [stagingarbitrumgoerli_Bytes!] + asset_contains: stagingarbitrumgoerli_Bytes + asset_not_contains: stagingarbitrumgoerli_Bytes + caller: stagingarbitrumgoerli_Bytes + caller_not: stagingarbitrumgoerli_Bytes + caller_gt: stagingarbitrumgoerli_Bytes + caller_lt: stagingarbitrumgoerli_Bytes + caller_gte: stagingarbitrumgoerli_Bytes + caller_lte: stagingarbitrumgoerli_Bytes + caller_in: [stagingarbitrumgoerli_Bytes!] + caller_not_in: [stagingarbitrumgoerli_Bytes!] + caller_contains: stagingarbitrumgoerli_Bytes + caller_not_contains: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + transactionHash_not: stagingarbitrumgoerli_Bytes + transactionHash_gt: stagingarbitrumgoerli_Bytes + transactionHash_lt: stagingarbitrumgoerli_Bytes + transactionHash_gte: stagingarbitrumgoerli_Bytes + transactionHash_lte: stagingarbitrumgoerli_Bytes + transactionHash_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_contains: stagingarbitrumgoerli_Bytes + transactionHash_not_contains: stagingarbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -83443,12 +83924,12 @@ input xdai_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RelayerFeesIncrease_filter] - or: [xdai_RelayerFeesIncrease_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_RelayerFeesIncrease_filter] + or: [stagingarbitrumgoerli_RelayerFeesIncrease_filter] } -enum xdai_RelayerFeesIncrease_orderBy { +enum stagingarbitrumgoerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -83490,7 +83971,7 @@ enum xdai_RelayerFeesIncrease_orderBy { blockNumber } -input xdai_Relayer_filter { +input stagingarbitrumgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -83503,34 +83984,34 @@ input xdai_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: xdai_Bytes - relayer_not: xdai_Bytes - relayer_gt: xdai_Bytes - relayer_lt: xdai_Bytes - relayer_gte: xdai_Bytes - relayer_lte: xdai_Bytes - relayer_in: [xdai_Bytes!] - relayer_not_in: [xdai_Bytes!] - relayer_contains: xdai_Bytes - relayer_not_contains: xdai_Bytes + relayer: stagingarbitrumgoerli_Bytes + relayer_not: stagingarbitrumgoerli_Bytes + relayer_gt: stagingarbitrumgoerli_Bytes + relayer_lt: stagingarbitrumgoerli_Bytes + relayer_gte: stagingarbitrumgoerli_Bytes + relayer_lte: stagingarbitrumgoerli_Bytes + relayer_in: [stagingarbitrumgoerli_Bytes!] + relayer_not_in: [stagingarbitrumgoerli_Bytes!] + relayer_contains: stagingarbitrumgoerli_Bytes + relayer_not_contains: stagingarbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Relayer_filter] - or: [xdai_Relayer_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_Relayer_filter] + or: [stagingarbitrumgoerli_Relayer_filter] } -enum xdai_Relayer_orderBy { +enum stagingarbitrumgoerli_Relayer_orderBy { id isActive relayer } -type xdai_RootCount { +type stagingarbitrumgoerli_RootCount { id: ID! count: BigInt } -input xdai_RootCount_filter { +input stagingarbitrumgoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -83548,31 +84029,31 @@ input xdai_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RootCount_filter] - or: [xdai_RootCount_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_RootCount_filter] + or: [stagingarbitrumgoerli_RootCount_filter] } -enum xdai_RootCount_orderBy { +enum stagingarbitrumgoerli_RootCount_orderBy { id count } -type xdai_RootMessageSent { +type stagingarbitrumgoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: xdai_Bytes + root: stagingarbitrumgoerli_Bytes count: BigInt - caller: xdai_Bytes - transactionHash: xdai_Bytes + caller: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input xdai_RootMessageSent_filter { +input stagingarbitrumgoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -83597,16 +84078,16 @@ input xdai_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: xdai_Bytes - root_not: xdai_Bytes - root_gt: xdai_Bytes - root_lt: xdai_Bytes - root_gte: xdai_Bytes - root_lte: xdai_Bytes - root_in: [xdai_Bytes!] - root_not_in: [xdai_Bytes!] - root_contains: xdai_Bytes - root_not_contains: xdai_Bytes + root: stagingarbitrumgoerli_Bytes + root_not: stagingarbitrumgoerli_Bytes + root_gt: stagingarbitrumgoerli_Bytes + root_lt: stagingarbitrumgoerli_Bytes + root_gte: stagingarbitrumgoerli_Bytes + root_lte: stagingarbitrumgoerli_Bytes + root_in: [stagingarbitrumgoerli_Bytes!] + root_not_in: [stagingarbitrumgoerli_Bytes!] + root_contains: stagingarbitrumgoerli_Bytes + root_not_contains: stagingarbitrumgoerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -83615,26 +84096,26 @@ input xdai_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: xdai_Bytes - caller_not: xdai_Bytes - caller_gt: xdai_Bytes - caller_lt: xdai_Bytes - caller_gte: xdai_Bytes - caller_lte: xdai_Bytes - caller_in: [xdai_Bytes!] - caller_not_in: [xdai_Bytes!] - caller_contains: xdai_Bytes - caller_not_contains: xdai_Bytes - transactionHash: xdai_Bytes - transactionHash_not: xdai_Bytes - transactionHash_gt: xdai_Bytes - transactionHash_lt: xdai_Bytes - transactionHash_gte: xdai_Bytes - transactionHash_lte: xdai_Bytes - transactionHash_in: [xdai_Bytes!] - transactionHash_not_in: [xdai_Bytes!] - transactionHash_contains: xdai_Bytes - transactionHash_not_contains: xdai_Bytes + caller: stagingarbitrumgoerli_Bytes + caller_not: stagingarbitrumgoerli_Bytes + caller_gt: stagingarbitrumgoerli_Bytes + caller_lt: stagingarbitrumgoerli_Bytes + caller_gte: stagingarbitrumgoerli_Bytes + caller_lte: stagingarbitrumgoerli_Bytes + caller_in: [stagingarbitrumgoerli_Bytes!] + caller_not_in: [stagingarbitrumgoerli_Bytes!] + caller_contains: stagingarbitrumgoerli_Bytes + caller_not_contains: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + transactionHash_not: stagingarbitrumgoerli_Bytes + transactionHash_gt: stagingarbitrumgoerli_Bytes + transactionHash_lt: stagingarbitrumgoerli_Bytes + transactionHash_gte: stagingarbitrumgoerli_Bytes + transactionHash_lte: stagingarbitrumgoerli_Bytes + transactionHash_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_contains: stagingarbitrumgoerli_Bytes + transactionHash_not_contains: stagingarbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -83668,12 +84149,12 @@ input xdai_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RootMessageSent_filter] - or: [xdai_RootMessageSent_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_RootMessageSent_filter] + or: [stagingarbitrumgoerli_RootMessageSent_filter] } -enum xdai_RootMessageSent_orderBy { +enum stagingarbitrumgoerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -83687,140 +84168,25 @@ enum xdai_RootMessageSent_orderBy { blockNumber } -type xdai_Router { - id: ID! - isActive: Boolean! - owner: xdai_Bytes - recipient: xdai_Bytes - proposedOwner: xdai_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: xdai_AssetBalance_orderBy, orderDirection: xdai_OrderDirection, where: xdai_AssetBalance_filter): [xdai_AssetBalance!]! -} - -type xdai_RouterDailyTVL { - id: ID! - router: xdai_Router! - asset: xdai_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input xdai_RouterDailyTVL_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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: xdai_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: xdai_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RouterDailyTVL_filter] - or: [xdai_RouterDailyTVL_filter] -} - -enum xdai_RouterDailyTVL_orderBy { - id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance +type stagingarbitrumgoerli_Router { + id: ID! + isActive: Boolean! + owner: stagingarbitrumgoerli_Bytes + recipient: stagingarbitrumgoerli_Bytes + proposedOwner: stagingarbitrumgoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_AssetBalance_orderBy, orderDirection: stagingarbitrumgoerli_OrderDirection, where: stagingarbitrumgoerli_AssetBalance_filter): [stagingarbitrumgoerli_AssetBalance!]! } -type xdai_RouterLiquidityEvent { +type stagingarbitrumgoerli_RouterDailyTVL { id: ID! - type: xdai_RouterLiquidityEventType - router: xdai_Router! - asset: xdai_Asset! - amount: BigInt! - balance: BigInt! - caller: xdai_Bytes - blockNumber: BigInt! + router: stagingarbitrumgoerli_Router! + asset: stagingarbitrumgoerli_Asset! timestamp: BigInt! - transactionHash: xdai_Bytes! - nonce: BigInt! -} - -enum xdai_RouterLiquidityEventType { - Add - Remove + balance: BigInt! } -input xdai_RouterLiquidityEvent_filter { +input stagingarbitrumgoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -83829,10 +84195,6 @@ input xdai_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: xdai_RouterLiquidityEventType - type_not: xdai_RouterLiquidityEventType - type_in: [xdai_RouterLiquidityEventType!] - type_not_in: [xdai_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -83853,7 +84215,7 @@ input xdai_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: xdai_Router_filter + router_: stagingarbitrumgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -83874,41 +84236,7 @@ input xdai_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xdai_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: xdai_Bytes - caller_not: xdai_Bytes - caller_gt: xdai_Bytes - caller_lt: xdai_Bytes - caller_gte: xdai_Bytes - caller_lte: xdai_Bytes - caller_in: [xdai_Bytes!] - caller_not_in: [xdai_Bytes!] - caller_contains: xdai_Bytes - caller_not_contains: xdai_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + asset_: stagingarbitrumgoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -83917,33 +84245,22 @@ input xdai_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: xdai_Bytes - transactionHash_not: xdai_Bytes - transactionHash_gt: xdai_Bytes - transactionHash_lt: xdai_Bytes - transactionHash_gte: xdai_Bytes - transactionHash_lte: xdai_Bytes - transactionHash_in: [xdai_Bytes!] - transactionHash_not_in: [xdai_Bytes!] - transactionHash_contains: xdai_Bytes - transactionHash_not_contains: xdai_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RouterLiquidityEvent_filter] - or: [xdai_RouterLiquidityEvent_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_RouterDailyTVL_filter] + or: [stagingarbitrumgoerli_RouterDailyTVL_filter] } -enum xdai_RouterLiquidityEvent_orderBy { +enum stagingarbitrumgoerli_RouterDailyTVL_orderBy { id - type router router__id router__isActive @@ -83955,22 +84272,16 @@ enum xdai_RouterLiquidityEvent_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset asset__localAsset asset__blockNumber - amount - balance - caller - blockNumber timestamp - transactionHash - nonce + balance } -input xdai_Router_filter { +input stagingarbitrumgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -83983,36 +84294,36 @@ input xdai_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: xdai_Bytes - owner_not: xdai_Bytes - owner_gt: xdai_Bytes - owner_lt: xdai_Bytes - owner_gte: xdai_Bytes - owner_lte: xdai_Bytes - owner_in: [xdai_Bytes!] - owner_not_in: [xdai_Bytes!] - owner_contains: xdai_Bytes - owner_not_contains: xdai_Bytes - recipient: xdai_Bytes - recipient_not: xdai_Bytes - recipient_gt: xdai_Bytes - recipient_lt: xdai_Bytes - recipient_gte: xdai_Bytes - recipient_lte: xdai_Bytes - recipient_in: [xdai_Bytes!] - recipient_not_in: [xdai_Bytes!] - recipient_contains: xdai_Bytes - recipient_not_contains: xdai_Bytes - proposedOwner: xdai_Bytes - proposedOwner_not: xdai_Bytes - proposedOwner_gt: xdai_Bytes - proposedOwner_lt: xdai_Bytes - proposedOwner_gte: xdai_Bytes - proposedOwner_lte: xdai_Bytes - proposedOwner_in: [xdai_Bytes!] - proposedOwner_not_in: [xdai_Bytes!] - proposedOwner_contains: xdai_Bytes - proposedOwner_not_contains: xdai_Bytes + owner: stagingarbitrumgoerli_Bytes + owner_not: stagingarbitrumgoerli_Bytes + owner_gt: stagingarbitrumgoerli_Bytes + owner_lt: stagingarbitrumgoerli_Bytes + owner_gte: stagingarbitrumgoerli_Bytes + owner_lte: stagingarbitrumgoerli_Bytes + owner_in: [stagingarbitrumgoerli_Bytes!] + owner_not_in: [stagingarbitrumgoerli_Bytes!] + owner_contains: stagingarbitrumgoerli_Bytes + owner_not_contains: stagingarbitrumgoerli_Bytes + recipient: stagingarbitrumgoerli_Bytes + recipient_not: stagingarbitrumgoerli_Bytes + recipient_gt: stagingarbitrumgoerli_Bytes + recipient_lt: stagingarbitrumgoerli_Bytes + recipient_gte: stagingarbitrumgoerli_Bytes + recipient_lte: stagingarbitrumgoerli_Bytes + recipient_in: [stagingarbitrumgoerli_Bytes!] + recipient_not_in: [stagingarbitrumgoerli_Bytes!] + recipient_contains: stagingarbitrumgoerli_Bytes + recipient_not_contains: stagingarbitrumgoerli_Bytes + proposedOwner: stagingarbitrumgoerli_Bytes + proposedOwner_not: stagingarbitrumgoerli_Bytes + proposedOwner_gt: stagingarbitrumgoerli_Bytes + proposedOwner_lt: stagingarbitrumgoerli_Bytes + proposedOwner_gte: stagingarbitrumgoerli_Bytes + proposedOwner_lte: stagingarbitrumgoerli_Bytes + proposedOwner_in: [stagingarbitrumgoerli_Bytes!] + proposedOwner_not_in: [stagingarbitrumgoerli_Bytes!] + proposedOwner_contains: stagingarbitrumgoerli_Bytes + proposedOwner_not_contains: stagingarbitrumgoerli_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -84021,14 +84332,14 @@ input xdai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: xdai_AssetBalance_filter + assetBalances_: stagingarbitrumgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Router_filter] - or: [xdai_Router_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_Router_filter] + or: [stagingarbitrumgoerli_Router_filter] } -enum xdai_Router_orderBy { +enum stagingarbitrumgoerli_Router_orderBy { id isActive owner @@ -84038,13 +84349,13 @@ enum xdai_Router_orderBy { assetBalances } -type xdai_Sequencer { +type stagingarbitrumgoerli_Sequencer { id: ID! isActive: Boolean! - sequencer: xdai_Bytes + sequencer: stagingarbitrumgoerli_Bytes } -input xdai_Sequencer_filter { +input stagingarbitrumgoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -84057,35 +84368,35 @@ input xdai_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: xdai_Bytes - sequencer_not: xdai_Bytes - sequencer_gt: xdai_Bytes - sequencer_lt: xdai_Bytes - sequencer_gte: xdai_Bytes - sequencer_lte: xdai_Bytes - sequencer_in: [xdai_Bytes!] - sequencer_not_in: [xdai_Bytes!] - sequencer_contains: xdai_Bytes - sequencer_not_contains: xdai_Bytes + sequencer: stagingarbitrumgoerli_Bytes + sequencer_not: stagingarbitrumgoerli_Bytes + sequencer_gt: stagingarbitrumgoerli_Bytes + sequencer_lt: stagingarbitrumgoerli_Bytes + sequencer_gte: stagingarbitrumgoerli_Bytes + sequencer_lte: stagingarbitrumgoerli_Bytes + sequencer_in: [stagingarbitrumgoerli_Bytes!] + sequencer_not_in: [stagingarbitrumgoerli_Bytes!] + sequencer_contains: stagingarbitrumgoerli_Bytes + sequencer_not_contains: stagingarbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Sequencer_filter] - or: [xdai_Sequencer_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_Sequencer_filter] + or: [stagingarbitrumgoerli_Sequencer_filter] } -enum xdai_Sequencer_orderBy { +enum stagingarbitrumgoerli_Sequencer_orderBy { id isActive sequencer } -type xdai_Setting { +type stagingarbitrumgoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: xdai_Bytes! + caller: stagingarbitrumgoerli_Bytes! } -input xdai_Setting_filter { +input stagingarbitrumgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -84102,41 +84413,41 @@ input xdai_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: xdai_Bytes - caller_not: xdai_Bytes - caller_gt: xdai_Bytes - caller_lt: xdai_Bytes - caller_gte: xdai_Bytes - caller_lte: xdai_Bytes - caller_in: [xdai_Bytes!] - caller_not_in: [xdai_Bytes!] - caller_contains: xdai_Bytes - caller_not_contains: xdai_Bytes + caller: stagingarbitrumgoerli_Bytes + caller_not: stagingarbitrumgoerli_Bytes + caller_gt: stagingarbitrumgoerli_Bytes + caller_lt: stagingarbitrumgoerli_Bytes + caller_gte: stagingarbitrumgoerli_Bytes + caller_lte: stagingarbitrumgoerli_Bytes + caller_in: [stagingarbitrumgoerli_Bytes!] + caller_not_in: [stagingarbitrumgoerli_Bytes!] + caller_contains: stagingarbitrumgoerli_Bytes + caller_not_contains: stagingarbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Setting_filter] - or: [xdai_Setting_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_Setting_filter] + or: [stagingarbitrumgoerli_Setting_filter] } -enum xdai_Setting_orderBy { +enum stagingarbitrumgoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type xdai_SlippageUpdate { +type stagingarbitrumgoerli_SlippageUpdate { id: ID! - transfer: xdai_DestinationTransfer! + transfer: stagingarbitrumgoerli_DestinationTransfer! slippage: BigInt! - caller: xdai_Bytes! - transactionHash: xdai_Bytes! + caller: stagingarbitrumgoerli_Bytes! + transactionHash: stagingarbitrumgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xdai_SlippageUpdate_filter { +input stagingarbitrumgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -84165,7 +84476,7 @@ input xdai_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: xdai_DestinationTransfer_filter + transfer_: stagingarbitrumgoerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -84174,26 +84485,26 @@ input xdai_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: xdai_Bytes - caller_not: xdai_Bytes - caller_gt: xdai_Bytes - caller_lt: xdai_Bytes - caller_gte: xdai_Bytes - caller_lte: xdai_Bytes - caller_in: [xdai_Bytes!] - caller_not_in: [xdai_Bytes!] - caller_contains: xdai_Bytes - caller_not_contains: xdai_Bytes - transactionHash: xdai_Bytes - transactionHash_not: xdai_Bytes - transactionHash_gt: xdai_Bytes - transactionHash_lt: xdai_Bytes - transactionHash_gte: xdai_Bytes - transactionHash_lte: xdai_Bytes - transactionHash_in: [xdai_Bytes!] - transactionHash_not_in: [xdai_Bytes!] - transactionHash_contains: xdai_Bytes - transactionHash_not_contains: xdai_Bytes + caller: stagingarbitrumgoerli_Bytes + caller_not: stagingarbitrumgoerli_Bytes + caller_gt: stagingarbitrumgoerli_Bytes + caller_lt: stagingarbitrumgoerli_Bytes + caller_gte: stagingarbitrumgoerli_Bytes + caller_lte: stagingarbitrumgoerli_Bytes + caller_in: [stagingarbitrumgoerli_Bytes!] + caller_not_in: [stagingarbitrumgoerli_Bytes!] + caller_contains: stagingarbitrumgoerli_Bytes + caller_not_contains: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + transactionHash_not: stagingarbitrumgoerli_Bytes + transactionHash_gt: stagingarbitrumgoerli_Bytes + transactionHash_lt: stagingarbitrumgoerli_Bytes + transactionHash_gte: stagingarbitrumgoerli_Bytes + transactionHash_lte: stagingarbitrumgoerli_Bytes + transactionHash_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_contains: stagingarbitrumgoerli_Bytes + transactionHash_not_contains: stagingarbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -84227,12 +84538,12 @@ input xdai_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_SlippageUpdate_filter] - or: [xdai_SlippageUpdate_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_SlippageUpdate_filter] + or: [stagingarbitrumgoerli_SlippageUpdate_filter] } -enum xdai_SlippageUpdate_orderBy { +enum stagingarbitrumgoerli_SlippageUpdate_orderBy { id transfer transfer__id @@ -84280,7 +84591,127 @@ enum xdai_SlippageUpdate_orderBy { blockNumber } -enum xdai_TransferStatus { +type stagingarbitrumgoerli_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingarbitrumgoerli_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingarbitrumgoerli_SnapshotRoot_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!] + root: stagingarbitrumgoerli_Bytes + root_not: stagingarbitrumgoerli_Bytes + root_gt: stagingarbitrumgoerli_Bytes + root_lt: stagingarbitrumgoerli_Bytes + root_gte: stagingarbitrumgoerli_Bytes + root_lte: stagingarbitrumgoerli_Bytes + root_in: [stagingarbitrumgoerli_Bytes!] + root_not_in: [stagingarbitrumgoerli_Bytes!] + root_contains: stagingarbitrumgoerli_Bytes + root_not_contains: stagingarbitrumgoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_SnapshotRoot_filter] + or: [stagingarbitrumgoerli_SnapshotRoot_filter] +} + +enum stagingarbitrumgoerli_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingarbitrumgoerli_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingarbitrumgoerli_SpokeConnectorMode_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!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_SpokeConnectorMode_filter] + or: [stagingarbitrumgoerli_SpokeConnectorMode_filter] +} + +enum stagingarbitrumgoerli_SpokeConnectorMode_orderBy { + id + mode +} + +enum stagingarbitrumgoerli_TransferStatus { XCalled Executed Reconciled @@ -84288,9 +84719,9 @@ enum xdai_TransferStatus { CompletedFast } -type xdai__Block_ { +type stagingarbitrumgoerli__Block_ { """The hash of the block""" - hash: xdai_Bytes + hash: stagingarbitrumgoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -84298,7 +84729,7 @@ type xdai__Block_ { } """The type for the top-level _meta field""" -type xdai__Meta_ { +type stagingarbitrumgoerli__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -84306,20 +84737,105 @@ type xdai__Meta_ { and therefore asks for the latest block """ - block: xdai__Block_! + block: stagingarbitrumgoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mumbai_AggregateRoot { - id: ID! - root: mumbai_Bytes! - blockNumber: BigInt! +type stagingmumbai_AggregateRoot { + id: ID! + root: stagingmumbai_Bytes! + blockNumber: BigInt! +} + +type stagingmumbai_AggregateRootProposed { + id: ID! + aggregateRoot: stagingmumbai_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmumbai_AggregateRootProposed_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!] + aggregateRoot: stagingmumbai_Bytes + aggregateRoot_not: stagingmumbai_Bytes + aggregateRoot_gt: stagingmumbai_Bytes + aggregateRoot_lt: stagingmumbai_Bytes + aggregateRoot_gte: stagingmumbai_Bytes + aggregateRoot_lte: stagingmumbai_Bytes + aggregateRoot_in: [stagingmumbai_Bytes!] + aggregateRoot_not_in: [stagingmumbai_Bytes!] + aggregateRoot_contains: stagingmumbai_Bytes + aggregateRoot_not_contains: stagingmumbai_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AggregateRootProposed_filter] + or: [stagingmumbai_AggregateRootProposed_filter] +} + +enum stagingmumbai_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber } -input mumbai_AggregateRoot_filter { +input stagingmumbai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -84328,16 +84844,16 @@ input mumbai_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: mumbai_Bytes - root_not: mumbai_Bytes - root_gt: mumbai_Bytes - root_lt: mumbai_Bytes - root_gte: mumbai_Bytes - root_lte: mumbai_Bytes - root_in: [mumbai_Bytes!] - root_not_in: [mumbai_Bytes!] - root_contains: mumbai_Bytes - root_not_contains: mumbai_Bytes + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -84347,42 +84863,41 @@ input mumbai_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_AggregateRoot_filter] - or: [mumbai_AggregateRoot_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AggregateRoot_filter] + or: [stagingmumbai_AggregateRoot_filter] } -enum mumbai_AggregateRoot_orderBy { +enum stagingmumbai_AggregateRoot_orderBy { id root blockNumber } -type mumbai_Asset { +type stagingmumbai_Asset { id: ID! - key: mumbai_Bytes + key: stagingmumbai_Bytes decimal: BigInt - adoptedDecimal: BigInt - canonicalId: mumbai_Bytes + canonicalId: stagingmumbai_Bytes canonicalDomain: BigInt - adoptedAsset: mumbai_Bytes - localAsset: mumbai_Bytes + adoptedAsset: stagingmumbai_Bytes + localAsset: stagingmumbai_Bytes blockNumber: BigInt - status: mumbai_AssetStatus + status: stagingmumbai_AssetStatus } -type mumbai_AssetBalance { +type stagingmumbai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mumbai_Router! - asset: mumbai_Asset! + router: stagingmumbai_Router! + asset: stagingmumbai_Asset! feesEarned: BigInt! } -input mumbai_AssetBalance_filter { +input stagingmumbai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -84443,7 +84958,7 @@ input mumbai_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mumbai_Router_filter + router_: stagingmumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -84464,7 +84979,7 @@ input mumbai_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter + asset_: stagingmumbai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -84474,12 +84989,12 @@ input mumbai_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_AssetBalance_filter] - or: [mumbai_AssetBalance_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AssetBalance_filter] + or: [stagingmumbai_AssetBalance_filter] } -enum mumbai_AssetBalance_orderBy { +enum stagingmumbai_AssetBalance_orderBy { id amount locked @@ -84496,7 +85011,6 @@ enum mumbai_AssetBalance_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -84505,12 +85019,12 @@ enum mumbai_AssetBalance_orderBy { feesEarned } -type mumbai_AssetStatus { +type stagingmumbai_AssetStatus { id: ID! status: Boolean } -input mumbai_AssetStatus_filter { +input stagingmumbai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -84524,17 +85038,17 @@ input mumbai_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_AssetStatus_filter] - or: [mumbai_AssetStatus_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AssetStatus_filter] + or: [stagingmumbai_AssetStatus_filter] } -enum mumbai_AssetStatus_orderBy { +enum stagingmumbai_AssetStatus_orderBy { id status } -input mumbai_Asset_filter { +input stagingmumbai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -84543,16 +85057,16 @@ input mumbai_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: mumbai_Bytes - key_not: mumbai_Bytes - key_gt: mumbai_Bytes - key_lt: mumbai_Bytes - key_gte: mumbai_Bytes - key_lte: mumbai_Bytes - key_in: [mumbai_Bytes!] - key_not_in: [mumbai_Bytes!] - key_contains: mumbai_Bytes - key_not_contains: mumbai_Bytes + key: stagingmumbai_Bytes + key_not: stagingmumbai_Bytes + key_gt: stagingmumbai_Bytes + key_lt: stagingmumbai_Bytes + key_gte: stagingmumbai_Bytes + key_lte: stagingmumbai_Bytes + key_in: [stagingmumbai_Bytes!] + key_not_in: [stagingmumbai_Bytes!] + key_contains: stagingmumbai_Bytes + key_not_contains: stagingmumbai_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -84561,24 +85075,16 @@ input mumbai_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: mumbai_Bytes - canonicalId_not: mumbai_Bytes - canonicalId_gt: mumbai_Bytes - canonicalId_lt: mumbai_Bytes - canonicalId_gte: mumbai_Bytes - canonicalId_lte: mumbai_Bytes - canonicalId_in: [mumbai_Bytes!] - canonicalId_not_in: [mumbai_Bytes!] - canonicalId_contains: mumbai_Bytes - canonicalId_not_contains: mumbai_Bytes + canonicalId: stagingmumbai_Bytes + canonicalId_not: stagingmumbai_Bytes + canonicalId_gt: stagingmumbai_Bytes + canonicalId_lt: stagingmumbai_Bytes + canonicalId_gte: stagingmumbai_Bytes + canonicalId_lte: stagingmumbai_Bytes + canonicalId_in: [stagingmumbai_Bytes!] + canonicalId_not_in: [stagingmumbai_Bytes!] + canonicalId_contains: stagingmumbai_Bytes + canonicalId_not_contains: stagingmumbai_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -84587,26 +85093,26 @@ input mumbai_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: mumbai_Bytes - adoptedAsset_not: mumbai_Bytes - adoptedAsset_gt: mumbai_Bytes - adoptedAsset_lt: mumbai_Bytes - adoptedAsset_gte: mumbai_Bytes - adoptedAsset_lte: mumbai_Bytes - adoptedAsset_in: [mumbai_Bytes!] - adoptedAsset_not_in: [mumbai_Bytes!] - adoptedAsset_contains: mumbai_Bytes - adoptedAsset_not_contains: mumbai_Bytes - localAsset: mumbai_Bytes - localAsset_not: mumbai_Bytes - localAsset_gt: mumbai_Bytes - localAsset_lt: mumbai_Bytes - localAsset_gte: mumbai_Bytes - localAsset_lte: mumbai_Bytes - localAsset_in: [mumbai_Bytes!] - localAsset_not_in: [mumbai_Bytes!] - localAsset_contains: mumbai_Bytes - localAsset_not_contains: mumbai_Bytes + adoptedAsset: stagingmumbai_Bytes + adoptedAsset_not: stagingmumbai_Bytes + adoptedAsset_gt: stagingmumbai_Bytes + adoptedAsset_lt: stagingmumbai_Bytes + adoptedAsset_gte: stagingmumbai_Bytes + adoptedAsset_lte: stagingmumbai_Bytes + adoptedAsset_in: [stagingmumbai_Bytes!] + adoptedAsset_not_in: [stagingmumbai_Bytes!] + adoptedAsset_contains: stagingmumbai_Bytes + adoptedAsset_not_contains: stagingmumbai_Bytes + localAsset: stagingmumbai_Bytes + localAsset_not: stagingmumbai_Bytes + localAsset_gt: stagingmumbai_Bytes + localAsset_lt: stagingmumbai_Bytes + localAsset_gte: stagingmumbai_Bytes + localAsset_lte: stagingmumbai_Bytes + localAsset_in: [stagingmumbai_Bytes!] + localAsset_not_in: [stagingmumbai_Bytes!] + localAsset_contains: stagingmumbai_Bytes + localAsset_not_contains: stagingmumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -84635,18 +85141,17 @@ input mumbai_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: mumbai_AssetStatus_filter + status_: stagingmumbai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Asset_filter] - or: [mumbai_Asset_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Asset_filter] + or: [stagingmumbai_Asset_filter] } -enum mumbai_Asset_orderBy { +enum stagingmumbai_Asset_orderBy { id key decimal - adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -84657,30 +85162,30 @@ enum mumbai_Asset_orderBy { status__status } -scalar mumbai_BigDecimal +scalar stagingmumbai_BigDecimal -input mumbai_BlockChangedFilter { +input stagingmumbai_BlockChangedFilter { number_gte: Int! } -input mumbai_Block_height { - hash: mumbai_Bytes +input stagingmumbai_Block_height { + hash: stagingmumbai_Bytes number: Int number_gte: Int } -scalar mumbai_Bytes +scalar stagingmumbai_Bytes -type mumbai_ConnectorMeta { +type stagingmumbai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mumbai_Bytes - rootManager: mumbai_Bytes - mirrorConnector: mumbai_Bytes + amb: stagingmumbai_Bytes + rootManager: stagingmumbai_Bytes + mirrorConnector: stagingmumbai_Bytes } -input mumbai_ConnectorMeta_filter { +input stagingmumbai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -84705,43 +85210,43 @@ input mumbai_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: mumbai_Bytes - amb_not: mumbai_Bytes - amb_gt: mumbai_Bytes - amb_lt: mumbai_Bytes - amb_gte: mumbai_Bytes - amb_lte: mumbai_Bytes - amb_in: [mumbai_Bytes!] - amb_not_in: [mumbai_Bytes!] - amb_contains: mumbai_Bytes - amb_not_contains: mumbai_Bytes - rootManager: mumbai_Bytes - rootManager_not: mumbai_Bytes - rootManager_gt: mumbai_Bytes - rootManager_lt: mumbai_Bytes - rootManager_gte: mumbai_Bytes - rootManager_lte: mumbai_Bytes - rootManager_in: [mumbai_Bytes!] - rootManager_not_in: [mumbai_Bytes!] - rootManager_contains: mumbai_Bytes - rootManager_not_contains: mumbai_Bytes - mirrorConnector: mumbai_Bytes - mirrorConnector_not: mumbai_Bytes - mirrorConnector_gt: mumbai_Bytes - mirrorConnector_lt: mumbai_Bytes - mirrorConnector_gte: mumbai_Bytes - mirrorConnector_lte: mumbai_Bytes - mirrorConnector_in: [mumbai_Bytes!] - mirrorConnector_not_in: [mumbai_Bytes!] - mirrorConnector_contains: mumbai_Bytes - mirrorConnector_not_contains: mumbai_Bytes + amb: stagingmumbai_Bytes + amb_not: stagingmumbai_Bytes + amb_gt: stagingmumbai_Bytes + amb_lt: stagingmumbai_Bytes + amb_gte: stagingmumbai_Bytes + amb_lte: stagingmumbai_Bytes + amb_in: [stagingmumbai_Bytes!] + amb_not_in: [stagingmumbai_Bytes!] + amb_contains: stagingmumbai_Bytes + amb_not_contains: stagingmumbai_Bytes + rootManager: stagingmumbai_Bytes + rootManager_not: stagingmumbai_Bytes + rootManager_gt: stagingmumbai_Bytes + rootManager_lt: stagingmumbai_Bytes + rootManager_gte: stagingmumbai_Bytes + rootManager_lte: stagingmumbai_Bytes + rootManager_in: [stagingmumbai_Bytes!] + rootManager_not_in: [stagingmumbai_Bytes!] + rootManager_contains: stagingmumbai_Bytes + rootManager_not_contains: stagingmumbai_Bytes + mirrorConnector: stagingmumbai_Bytes + mirrorConnector_not: stagingmumbai_Bytes + mirrorConnector_gt: stagingmumbai_Bytes + mirrorConnector_lt: stagingmumbai_Bytes + mirrorConnector_gte: stagingmumbai_Bytes + mirrorConnector_lte: stagingmumbai_Bytes + mirrorConnector_in: [stagingmumbai_Bytes!] + mirrorConnector_not_in: [stagingmumbai_Bytes!] + mirrorConnector_contains: stagingmumbai_Bytes + mirrorConnector_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_ConnectorMeta_filter] - or: [mumbai_ConnectorMeta_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_ConnectorMeta_filter] + or: [stagingmumbai_ConnectorMeta_filter] } -enum mumbai_ConnectorMeta_orderBy { +enum stagingmumbai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -84750,48 +85255,48 @@ enum mumbai_ConnectorMeta_orderBy { mirrorConnector } -type mumbai_DestinationTransfer { +type stagingmumbai_DestinationTransfer { id: ID! chainId: BigInt - transferId: mumbai_Bytes + transferId: stagingmumbai_Bytes nonce: BigInt - status: mumbai_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: mumbai_Router_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_Router_filter): [mumbai_Router!] + status: stagingmumbai_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_Router_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_Router_filter): [stagingmumbai_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mumbai_Bytes - delegate: mumbai_Bytes + to: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes receiveLocal: Boolean - callData: mumbai_Bytes + callData: stagingmumbai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mumbai_Bytes + originSender: stagingmumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mumbai_Bytes - asset: mumbai_Asset + canonicalId: stagingmumbai_Bytes + asset: stagingmumbai_Asset amount: BigInt routersFee: BigInt - executedCaller: mumbai_Bytes - executedTransactionHash: mumbai_Bytes + executedCaller: stagingmumbai_Bytes + executedTransactionHash: stagingmumbai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mumbai_Bytes + executedTxOrigin: stagingmumbai_Bytes executedTxNonce: BigInt - reconciledCaller: mumbai_Bytes - reconciledTransactionHash: mumbai_Bytes + reconciledCaller: stagingmumbai_Bytes + reconciledTransactionHash: stagingmumbai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mumbai_Bytes + reconciledTxOrigin: stagingmumbai_Bytes reconciledTxNonce: BigInt } -input mumbai_DestinationTransfer_filter { +input stagingmumbai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -84808,16 +85313,16 @@ input mumbai_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mumbai_Bytes - transferId_not: mumbai_Bytes - transferId_gt: mumbai_Bytes - transferId_lt: mumbai_Bytes - transferId_gte: mumbai_Bytes - transferId_lte: mumbai_Bytes - transferId_in: [mumbai_Bytes!] - transferId_not_in: [mumbai_Bytes!] - transferId_contains: mumbai_Bytes - transferId_not_contains: mumbai_Bytes + transferId: stagingmumbai_Bytes + transferId_not: stagingmumbai_Bytes + transferId_gt: stagingmumbai_Bytes + transferId_lt: stagingmumbai_Bytes + transferId_gte: stagingmumbai_Bytes + transferId_lte: stagingmumbai_Bytes + transferId_in: [stagingmumbai_Bytes!] + transferId_not_in: [stagingmumbai_Bytes!] + transferId_contains: stagingmumbai_Bytes + transferId_not_contains: stagingmumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -84826,17 +85331,17 @@ input mumbai_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mumbai_TransferStatus - status_not: mumbai_TransferStatus - status_in: [mumbai_TransferStatus!] - status_not_in: [mumbai_TransferStatus!] + status: stagingmumbai_TransferStatus + status_not: stagingmumbai_TransferStatus + status_in: [stagingmumbai_TransferStatus!] + status_not_in: [stagingmumbai_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: mumbai_Router_filter + routers_: stagingmumbai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -84861,40 +85366,40 @@ input mumbai_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mumbai_Bytes - to_not: mumbai_Bytes - to_gt: mumbai_Bytes - to_lt: mumbai_Bytes - to_gte: mumbai_Bytes - to_lte: mumbai_Bytes - to_in: [mumbai_Bytes!] - to_not_in: [mumbai_Bytes!] - to_contains: mumbai_Bytes - to_not_contains: mumbai_Bytes - delegate: mumbai_Bytes - delegate_not: mumbai_Bytes - delegate_gt: mumbai_Bytes - delegate_lt: mumbai_Bytes - delegate_gte: mumbai_Bytes - delegate_lte: mumbai_Bytes - delegate_in: [mumbai_Bytes!] - delegate_not_in: [mumbai_Bytes!] - delegate_contains: mumbai_Bytes - delegate_not_contains: mumbai_Bytes + to: stagingmumbai_Bytes + to_not: stagingmumbai_Bytes + to_gt: stagingmumbai_Bytes + to_lt: stagingmumbai_Bytes + to_gte: stagingmumbai_Bytes + to_lte: stagingmumbai_Bytes + to_in: [stagingmumbai_Bytes!] + to_not_in: [stagingmumbai_Bytes!] + to_contains: stagingmumbai_Bytes + to_not_contains: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes + delegate_not: stagingmumbai_Bytes + delegate_gt: stagingmumbai_Bytes + delegate_lt: stagingmumbai_Bytes + delegate_gte: stagingmumbai_Bytes + delegate_lte: stagingmumbai_Bytes + delegate_in: [stagingmumbai_Bytes!] + delegate_not_in: [stagingmumbai_Bytes!] + delegate_contains: stagingmumbai_Bytes + delegate_not_contains: stagingmumbai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: mumbai_Bytes - callData_not: mumbai_Bytes - callData_gt: mumbai_Bytes - callData_lt: mumbai_Bytes - callData_gte: mumbai_Bytes - callData_lte: mumbai_Bytes - callData_in: [mumbai_Bytes!] - callData_not_in: [mumbai_Bytes!] - callData_contains: mumbai_Bytes - callData_not_contains: mumbai_Bytes + callData: stagingmumbai_Bytes + callData_not: stagingmumbai_Bytes + callData_gt: stagingmumbai_Bytes + callData_lt: stagingmumbai_Bytes + callData_gte: stagingmumbai_Bytes + callData_lte: stagingmumbai_Bytes + callData_in: [stagingmumbai_Bytes!] + callData_not_in: [stagingmumbai_Bytes!] + callData_contains: stagingmumbai_Bytes + callData_not_contains: stagingmumbai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -84911,16 +85416,16 @@ input mumbai_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: mumbai_Bytes - originSender_not: mumbai_Bytes - originSender_gt: mumbai_Bytes - originSender_lt: mumbai_Bytes - originSender_gte: mumbai_Bytes - originSender_lte: mumbai_Bytes - originSender_in: [mumbai_Bytes!] - originSender_not_in: [mumbai_Bytes!] - originSender_contains: mumbai_Bytes - originSender_not_contains: mumbai_Bytes + originSender: stagingmumbai_Bytes + originSender_not: stagingmumbai_Bytes + originSender_gt: stagingmumbai_Bytes + originSender_lt: stagingmumbai_Bytes + originSender_gte: stagingmumbai_Bytes + originSender_lte: stagingmumbai_Bytes + originSender_in: [stagingmumbai_Bytes!] + originSender_not_in: [stagingmumbai_Bytes!] + originSender_contains: stagingmumbai_Bytes + originSender_not_contains: stagingmumbai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -84937,16 +85442,16 @@ input mumbai_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mumbai_Bytes - canonicalId_not: mumbai_Bytes - canonicalId_gt: mumbai_Bytes - canonicalId_lt: mumbai_Bytes - canonicalId_gte: mumbai_Bytes - canonicalId_lte: mumbai_Bytes - canonicalId_in: [mumbai_Bytes!] - canonicalId_not_in: [mumbai_Bytes!] - canonicalId_contains: mumbai_Bytes - canonicalId_not_contains: mumbai_Bytes + canonicalId: stagingmumbai_Bytes + canonicalId_not: stagingmumbai_Bytes + canonicalId_gt: stagingmumbai_Bytes + canonicalId_lt: stagingmumbai_Bytes + canonicalId_gte: stagingmumbai_Bytes + canonicalId_lte: stagingmumbai_Bytes + canonicalId_in: [stagingmumbai_Bytes!] + canonicalId_not_in: [stagingmumbai_Bytes!] + canonicalId_contains: stagingmumbai_Bytes + canonicalId_not_contains: stagingmumbai_Bytes asset: String asset_not: String asset_gt: String @@ -84967,7 +85472,7 @@ input mumbai_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter + asset_: stagingmumbai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -84984,26 +85489,26 @@ input mumbai_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: mumbai_Bytes - executedCaller_not: mumbai_Bytes - executedCaller_gt: mumbai_Bytes - executedCaller_lt: mumbai_Bytes - executedCaller_gte: mumbai_Bytes - executedCaller_lte: mumbai_Bytes - executedCaller_in: [mumbai_Bytes!] - executedCaller_not_in: [mumbai_Bytes!] - executedCaller_contains: mumbai_Bytes - executedCaller_not_contains: mumbai_Bytes - executedTransactionHash: mumbai_Bytes - executedTransactionHash_not: mumbai_Bytes - executedTransactionHash_gt: mumbai_Bytes - executedTransactionHash_lt: mumbai_Bytes - executedTransactionHash_gte: mumbai_Bytes - executedTransactionHash_lte: mumbai_Bytes - executedTransactionHash_in: [mumbai_Bytes!] - executedTransactionHash_not_in: [mumbai_Bytes!] - executedTransactionHash_contains: mumbai_Bytes - executedTransactionHash_not_contains: mumbai_Bytes + executedCaller: stagingmumbai_Bytes + executedCaller_not: stagingmumbai_Bytes + executedCaller_gt: stagingmumbai_Bytes + executedCaller_lt: stagingmumbai_Bytes + executedCaller_gte: stagingmumbai_Bytes + executedCaller_lte: stagingmumbai_Bytes + executedCaller_in: [stagingmumbai_Bytes!] + executedCaller_not_in: [stagingmumbai_Bytes!] + executedCaller_contains: stagingmumbai_Bytes + executedCaller_not_contains: stagingmumbai_Bytes + executedTransactionHash: stagingmumbai_Bytes + executedTransactionHash_not: stagingmumbai_Bytes + executedTransactionHash_gt: stagingmumbai_Bytes + executedTransactionHash_lt: stagingmumbai_Bytes + executedTransactionHash_gte: stagingmumbai_Bytes + executedTransactionHash_lte: stagingmumbai_Bytes + executedTransactionHash_in: [stagingmumbai_Bytes!] + executedTransactionHash_not_in: [stagingmumbai_Bytes!] + executedTransactionHash_contains: stagingmumbai_Bytes + executedTransactionHash_not_contains: stagingmumbai_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -85036,16 +85541,16 @@ input mumbai_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: mumbai_Bytes - executedTxOrigin_not: mumbai_Bytes - executedTxOrigin_gt: mumbai_Bytes - executedTxOrigin_lt: mumbai_Bytes - executedTxOrigin_gte: mumbai_Bytes - executedTxOrigin_lte: mumbai_Bytes - executedTxOrigin_in: [mumbai_Bytes!] - executedTxOrigin_not_in: [mumbai_Bytes!] - executedTxOrigin_contains: mumbai_Bytes - executedTxOrigin_not_contains: mumbai_Bytes + executedTxOrigin: stagingmumbai_Bytes + executedTxOrigin_not: stagingmumbai_Bytes + executedTxOrigin_gt: stagingmumbai_Bytes + executedTxOrigin_lt: stagingmumbai_Bytes + executedTxOrigin_gte: stagingmumbai_Bytes + executedTxOrigin_lte: stagingmumbai_Bytes + executedTxOrigin_in: [stagingmumbai_Bytes!] + executedTxOrigin_not_in: [stagingmumbai_Bytes!] + executedTxOrigin_contains: stagingmumbai_Bytes + executedTxOrigin_not_contains: stagingmumbai_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -85054,26 +85559,26 @@ input mumbai_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: mumbai_Bytes - reconciledCaller_not: mumbai_Bytes - reconciledCaller_gt: mumbai_Bytes - reconciledCaller_lt: mumbai_Bytes - reconciledCaller_gte: mumbai_Bytes - reconciledCaller_lte: mumbai_Bytes - reconciledCaller_in: [mumbai_Bytes!] - reconciledCaller_not_in: [mumbai_Bytes!] - reconciledCaller_contains: mumbai_Bytes - reconciledCaller_not_contains: mumbai_Bytes - reconciledTransactionHash: mumbai_Bytes - reconciledTransactionHash_not: mumbai_Bytes - reconciledTransactionHash_gt: mumbai_Bytes - reconciledTransactionHash_lt: mumbai_Bytes - reconciledTransactionHash_gte: mumbai_Bytes - reconciledTransactionHash_lte: mumbai_Bytes - reconciledTransactionHash_in: [mumbai_Bytes!] - reconciledTransactionHash_not_in: [mumbai_Bytes!] - reconciledTransactionHash_contains: mumbai_Bytes - reconciledTransactionHash_not_contains: mumbai_Bytes + reconciledCaller: stagingmumbai_Bytes + reconciledCaller_not: stagingmumbai_Bytes + reconciledCaller_gt: stagingmumbai_Bytes + reconciledCaller_lt: stagingmumbai_Bytes + reconciledCaller_gte: stagingmumbai_Bytes + reconciledCaller_lte: stagingmumbai_Bytes + reconciledCaller_in: [stagingmumbai_Bytes!] + reconciledCaller_not_in: [stagingmumbai_Bytes!] + reconciledCaller_contains: stagingmumbai_Bytes + reconciledCaller_not_contains: stagingmumbai_Bytes + reconciledTransactionHash: stagingmumbai_Bytes + reconciledTransactionHash_not: stagingmumbai_Bytes + reconciledTransactionHash_gt: stagingmumbai_Bytes + reconciledTransactionHash_lt: stagingmumbai_Bytes + reconciledTransactionHash_gte: stagingmumbai_Bytes + reconciledTransactionHash_lte: stagingmumbai_Bytes + reconciledTransactionHash_in: [stagingmumbai_Bytes!] + reconciledTransactionHash_not_in: [stagingmumbai_Bytes!] + reconciledTransactionHash_contains: stagingmumbai_Bytes + reconciledTransactionHash_not_contains: stagingmumbai_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -85106,16 +85611,16 @@ input mumbai_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: mumbai_Bytes - reconciledTxOrigin_not: mumbai_Bytes - reconciledTxOrigin_gt: mumbai_Bytes - reconciledTxOrigin_lt: mumbai_Bytes - reconciledTxOrigin_gte: mumbai_Bytes - reconciledTxOrigin_lte: mumbai_Bytes - reconciledTxOrigin_in: [mumbai_Bytes!] - reconciledTxOrigin_not_in: [mumbai_Bytes!] - reconciledTxOrigin_contains: mumbai_Bytes - reconciledTxOrigin_not_contains: mumbai_Bytes + reconciledTxOrigin: stagingmumbai_Bytes + reconciledTxOrigin_not: stagingmumbai_Bytes + reconciledTxOrigin_gt: stagingmumbai_Bytes + reconciledTxOrigin_lt: stagingmumbai_Bytes + reconciledTxOrigin_gte: stagingmumbai_Bytes + reconciledTxOrigin_lte: stagingmumbai_Bytes + reconciledTxOrigin_in: [stagingmumbai_Bytes!] + reconciledTxOrigin_not_in: [stagingmumbai_Bytes!] + reconciledTxOrigin_contains: stagingmumbai_Bytes + reconciledTxOrigin_not_contains: stagingmumbai_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -85125,12 +85630,12 @@ input mumbai_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_DestinationTransfer_filter] - or: [mumbai_DestinationTransfer_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_DestinationTransfer_filter] + or: [stagingmumbai_DestinationTransfer_filter] } -enum mumbai_DestinationTransfer_orderBy { +enum stagingmumbai_DestinationTransfer_orderBy { id chainId transferId @@ -85154,7 +85659,6 @@ enum mumbai_DestinationTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -85184,28 +85688,83 @@ enum mumbai_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar mumbai_Int8 +scalar stagingmumbai_Int8 + +type stagingmumbai_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingmumbai_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmumbai_OptimisticRootFinalized_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!] + aggregateRoot: stagingmumbai_Bytes + aggregateRoot_not: stagingmumbai_Bytes + aggregateRoot_gt: stagingmumbai_Bytes + aggregateRoot_lt: stagingmumbai_Bytes + aggregateRoot_gte: stagingmumbai_Bytes + aggregateRoot_lte: stagingmumbai_Bytes + aggregateRoot_in: [stagingmumbai_Bytes!] + aggregateRoot_not_in: [stagingmumbai_Bytes!] + aggregateRoot_contains: stagingmumbai_Bytes + aggregateRoot_not_contains: stagingmumbai_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OptimisticRootFinalized_filter] + or: [stagingmumbai_OptimisticRootFinalized_filter] +} + +enum stagingmumbai_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} """Defines the order direction, either ascending or descending""" -enum mumbai_OrderDirection { +enum stagingmumbai_OrderDirection { asc desc } -type mumbai_OriginMessage { +type stagingmumbai_OriginMessage { id: ID! - transferId: mumbai_Bytes + transferId: stagingmumbai_Bytes destinationDomain: BigInt - leaf: mumbai_Bytes + leaf: stagingmumbai_Bytes index: BigInt - message: mumbai_Bytes - root: mumbai_Bytes - transactionHash: mumbai_Bytes + message: stagingmumbai_Bytes + root: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes blockNumber: BigInt - rootCount: mumbai_RootCount + rootCount: stagingmumbai_RootCount } -input mumbai_OriginMessage_filter { +input stagingmumbai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -85214,16 +85773,16 @@ input mumbai_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: mumbai_Bytes - transferId_not: mumbai_Bytes - transferId_gt: mumbai_Bytes - transferId_lt: mumbai_Bytes - transferId_gte: mumbai_Bytes - transferId_lte: mumbai_Bytes - transferId_in: [mumbai_Bytes!] - transferId_not_in: [mumbai_Bytes!] - transferId_contains: mumbai_Bytes - transferId_not_contains: mumbai_Bytes + transferId: stagingmumbai_Bytes + transferId_not: stagingmumbai_Bytes + transferId_gt: stagingmumbai_Bytes + transferId_lt: stagingmumbai_Bytes + transferId_gte: stagingmumbai_Bytes + transferId_lte: stagingmumbai_Bytes + transferId_in: [stagingmumbai_Bytes!] + transferId_not_in: [stagingmumbai_Bytes!] + transferId_contains: stagingmumbai_Bytes + transferId_not_contains: stagingmumbai_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -85232,16 +85791,16 @@ input mumbai_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: mumbai_Bytes - leaf_not: mumbai_Bytes - leaf_gt: mumbai_Bytes - leaf_lt: mumbai_Bytes - leaf_gte: mumbai_Bytes - leaf_lte: mumbai_Bytes - leaf_in: [mumbai_Bytes!] - leaf_not_in: [mumbai_Bytes!] - leaf_contains: mumbai_Bytes - leaf_not_contains: mumbai_Bytes + leaf: stagingmumbai_Bytes + leaf_not: stagingmumbai_Bytes + leaf_gt: stagingmumbai_Bytes + leaf_lt: stagingmumbai_Bytes + leaf_gte: stagingmumbai_Bytes + leaf_lte: stagingmumbai_Bytes + leaf_in: [stagingmumbai_Bytes!] + leaf_not_in: [stagingmumbai_Bytes!] + leaf_contains: stagingmumbai_Bytes + leaf_not_contains: stagingmumbai_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -85250,36 +85809,36 @@ input mumbai_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: mumbai_Bytes - message_not: mumbai_Bytes - message_gt: mumbai_Bytes - message_lt: mumbai_Bytes - message_gte: mumbai_Bytes - message_lte: mumbai_Bytes - message_in: [mumbai_Bytes!] - message_not_in: [mumbai_Bytes!] - message_contains: mumbai_Bytes - message_not_contains: mumbai_Bytes - root: mumbai_Bytes - root_not: mumbai_Bytes - root_gt: mumbai_Bytes - root_lt: mumbai_Bytes - root_gte: mumbai_Bytes - root_lte: mumbai_Bytes - root_in: [mumbai_Bytes!] - root_not_in: [mumbai_Bytes!] - root_contains: mumbai_Bytes - root_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + message: stagingmumbai_Bytes + message_not: stagingmumbai_Bytes + message_gt: stagingmumbai_Bytes + message_lt: stagingmumbai_Bytes + message_gte: stagingmumbai_Bytes + message_lte: stagingmumbai_Bytes + message_in: [stagingmumbai_Bytes!] + message_not_in: [stagingmumbai_Bytes!] + message_contains: stagingmumbai_Bytes + message_not_contains: stagingmumbai_Bytes + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -85308,14 +85867,14 @@ input mumbai_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: mumbai_RootCount_filter + rootCount_: stagingmumbai_RootCount_filter """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_OriginMessage_filter] - or: [mumbai_OriginMessage_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OriginMessage_filter] + or: [stagingmumbai_OriginMessage_filter] } -enum mumbai_OriginMessage_orderBy { +enum stagingmumbai_OriginMessage_orderBy { id transferId destinationDomain @@ -85330,42 +85889,42 @@ enum mumbai_OriginMessage_orderBy { rootCount__count } -type mumbai_OriginTransfer { +type stagingmumbai_OriginTransfer { id: ID! chainId: BigInt - transferId: mumbai_Bytes + transferId: stagingmumbai_Bytes nonce: BigInt - status: mumbai_TransferStatus - messageHash: mumbai_Bytes + status: stagingmumbai_TransferStatus + messageHash: stagingmumbai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mumbai_Bytes - delegate: mumbai_Bytes + to: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes receiveLocal: Boolean - callData: mumbai_Bytes + callData: stagingmumbai_Bytes slippage: BigInt - originSender: mumbai_Bytes + originSender: stagingmumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mumbai_Bytes - asset: mumbai_Asset - transactingAsset: mumbai_Bytes - message: mumbai_OriginMessage + canonicalId: stagingmumbai_Bytes + asset: stagingmumbai_Asset + transactingAsset: stagingmumbai_Bytes + message: stagingmumbai_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: mumbai_RelayerFee_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_RelayerFee_filter): [mumbai_RelayerFee!] - initialRelayerFeeAsset: mumbai_Bytes - caller: mumbai_Bytes - transactionHash: mumbai_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_RelayerFee_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_RelayerFee_filter): [stagingmumbai_RelayerFee!] + initialRelayerFeeAsset: stagingmumbai_Bytes + caller: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: mumbai_Bytes + txOrigin: stagingmumbai_Bytes txNonce: BigInt } -input mumbai_OriginTransfer_filter { +input stagingmumbai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -85382,16 +85941,16 @@ input mumbai_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mumbai_Bytes - transferId_not: mumbai_Bytes - transferId_gt: mumbai_Bytes - transferId_lt: mumbai_Bytes - transferId_gte: mumbai_Bytes - transferId_lte: mumbai_Bytes - transferId_in: [mumbai_Bytes!] - transferId_not_in: [mumbai_Bytes!] - transferId_contains: mumbai_Bytes - transferId_not_contains: mumbai_Bytes + transferId: stagingmumbai_Bytes + transferId_not: stagingmumbai_Bytes + transferId_gt: stagingmumbai_Bytes + transferId_lt: stagingmumbai_Bytes + transferId_gte: stagingmumbai_Bytes + transferId_lte: stagingmumbai_Bytes + transferId_in: [stagingmumbai_Bytes!] + transferId_not_in: [stagingmumbai_Bytes!] + transferId_contains: stagingmumbai_Bytes + transferId_not_contains: stagingmumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -85400,20 +85959,20 @@ input mumbai_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mumbai_TransferStatus - status_not: mumbai_TransferStatus - status_in: [mumbai_TransferStatus!] - status_not_in: [mumbai_TransferStatus!] - messageHash: mumbai_Bytes - messageHash_not: mumbai_Bytes - messageHash_gt: mumbai_Bytes - messageHash_lt: mumbai_Bytes - messageHash_gte: mumbai_Bytes - messageHash_lte: mumbai_Bytes - messageHash_in: [mumbai_Bytes!] - messageHash_not_in: [mumbai_Bytes!] - messageHash_contains: mumbai_Bytes - messageHash_not_contains: mumbai_Bytes + status: stagingmumbai_TransferStatus + status_not: stagingmumbai_TransferStatus + status_in: [stagingmumbai_TransferStatus!] + status_not_in: [stagingmumbai_TransferStatus!] + messageHash: stagingmumbai_Bytes + messageHash_not: stagingmumbai_Bytes + messageHash_gt: stagingmumbai_Bytes + messageHash_lt: stagingmumbai_Bytes + messageHash_gte: stagingmumbai_Bytes + messageHash_lte: stagingmumbai_Bytes + messageHash_in: [stagingmumbai_Bytes!] + messageHash_not_in: [stagingmumbai_Bytes!] + messageHash_contains: stagingmumbai_Bytes + messageHash_not_contains: stagingmumbai_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -85438,40 +85997,40 @@ input mumbai_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mumbai_Bytes - to_not: mumbai_Bytes - to_gt: mumbai_Bytes - to_lt: mumbai_Bytes - to_gte: mumbai_Bytes - to_lte: mumbai_Bytes - to_in: [mumbai_Bytes!] - to_not_in: [mumbai_Bytes!] - to_contains: mumbai_Bytes - to_not_contains: mumbai_Bytes - delegate: mumbai_Bytes - delegate_not: mumbai_Bytes - delegate_gt: mumbai_Bytes - delegate_lt: mumbai_Bytes - delegate_gte: mumbai_Bytes - delegate_lte: mumbai_Bytes - delegate_in: [mumbai_Bytes!] - delegate_not_in: [mumbai_Bytes!] - delegate_contains: mumbai_Bytes - delegate_not_contains: mumbai_Bytes + to: stagingmumbai_Bytes + to_not: stagingmumbai_Bytes + to_gt: stagingmumbai_Bytes + to_lt: stagingmumbai_Bytes + to_gte: stagingmumbai_Bytes + to_lte: stagingmumbai_Bytes + to_in: [stagingmumbai_Bytes!] + to_not_in: [stagingmumbai_Bytes!] + to_contains: stagingmumbai_Bytes + to_not_contains: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes + delegate_not: stagingmumbai_Bytes + delegate_gt: stagingmumbai_Bytes + delegate_lt: stagingmumbai_Bytes + delegate_gte: stagingmumbai_Bytes + delegate_lte: stagingmumbai_Bytes + delegate_in: [stagingmumbai_Bytes!] + delegate_not_in: [stagingmumbai_Bytes!] + delegate_contains: stagingmumbai_Bytes + delegate_not_contains: stagingmumbai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: mumbai_Bytes - callData_not: mumbai_Bytes - callData_gt: mumbai_Bytes - callData_lt: mumbai_Bytes - callData_gte: mumbai_Bytes - callData_lte: mumbai_Bytes - callData_in: [mumbai_Bytes!] - callData_not_in: [mumbai_Bytes!] - callData_contains: mumbai_Bytes - callData_not_contains: mumbai_Bytes + callData: stagingmumbai_Bytes + callData_not: stagingmumbai_Bytes + callData_gt: stagingmumbai_Bytes + callData_lt: stagingmumbai_Bytes + callData_gte: stagingmumbai_Bytes + callData_lte: stagingmumbai_Bytes + callData_in: [stagingmumbai_Bytes!] + callData_not_in: [stagingmumbai_Bytes!] + callData_contains: stagingmumbai_Bytes + callData_not_contains: stagingmumbai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -85480,16 +86039,16 @@ input mumbai_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: mumbai_Bytes - originSender_not: mumbai_Bytes - originSender_gt: mumbai_Bytes - originSender_lt: mumbai_Bytes - originSender_gte: mumbai_Bytes - originSender_lte: mumbai_Bytes - originSender_in: [mumbai_Bytes!] - originSender_not_in: [mumbai_Bytes!] - originSender_contains: mumbai_Bytes - originSender_not_contains: mumbai_Bytes + originSender: stagingmumbai_Bytes + originSender_not: stagingmumbai_Bytes + originSender_gt: stagingmumbai_Bytes + originSender_lt: stagingmumbai_Bytes + originSender_gte: stagingmumbai_Bytes + originSender_lte: stagingmumbai_Bytes + originSender_in: [stagingmumbai_Bytes!] + originSender_not_in: [stagingmumbai_Bytes!] + originSender_contains: stagingmumbai_Bytes + originSender_not_contains: stagingmumbai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -85506,16 +86065,16 @@ input mumbai_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mumbai_Bytes - canonicalId_not: mumbai_Bytes - canonicalId_gt: mumbai_Bytes - canonicalId_lt: mumbai_Bytes - canonicalId_gte: mumbai_Bytes - canonicalId_lte: mumbai_Bytes - canonicalId_in: [mumbai_Bytes!] - canonicalId_not_in: [mumbai_Bytes!] - canonicalId_contains: mumbai_Bytes - canonicalId_not_contains: mumbai_Bytes + canonicalId: stagingmumbai_Bytes + canonicalId_not: stagingmumbai_Bytes + canonicalId_gt: stagingmumbai_Bytes + canonicalId_lt: stagingmumbai_Bytes + canonicalId_gte: stagingmumbai_Bytes + canonicalId_lte: stagingmumbai_Bytes + canonicalId_in: [stagingmumbai_Bytes!] + canonicalId_not_in: [stagingmumbai_Bytes!] + canonicalId_contains: stagingmumbai_Bytes + canonicalId_not_contains: stagingmumbai_Bytes asset: String asset_not: String asset_gt: String @@ -85536,17 +86095,17 @@ input mumbai_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter - transactingAsset: mumbai_Bytes - transactingAsset_not: mumbai_Bytes - transactingAsset_gt: mumbai_Bytes - transactingAsset_lt: mumbai_Bytes - transactingAsset_gte: mumbai_Bytes - transactingAsset_lte: mumbai_Bytes - transactingAsset_in: [mumbai_Bytes!] - transactingAsset_not_in: [mumbai_Bytes!] - transactingAsset_contains: mumbai_Bytes - transactingAsset_not_contains: mumbai_Bytes + asset_: stagingmumbai_Asset_filter + transactingAsset: stagingmumbai_Bytes + transactingAsset_not: stagingmumbai_Bytes + transactingAsset_gt: stagingmumbai_Bytes + transactingAsset_lt: stagingmumbai_Bytes + transactingAsset_gte: stagingmumbai_Bytes + transactingAsset_lte: stagingmumbai_Bytes + transactingAsset_in: [stagingmumbai_Bytes!] + transactingAsset_not_in: [stagingmumbai_Bytes!] + transactingAsset_contains: stagingmumbai_Bytes + transactingAsset_not_contains: stagingmumbai_Bytes message: String message_not: String message_gt: String @@ -85564,55 +86123,55 @@ input mumbai_OriginTransfer_filter { message_not_starts_with: String message_not_starts_with_nocase: String message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: mumbai_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: mumbai_RelayerFee_filter - initialRelayerFeeAsset: mumbai_Bytes - initialRelayerFeeAsset_not: mumbai_Bytes - initialRelayerFeeAsset_gt: mumbai_Bytes - initialRelayerFeeAsset_lt: mumbai_Bytes - initialRelayerFeeAsset_gte: mumbai_Bytes - initialRelayerFeeAsset_lte: mumbai_Bytes - initialRelayerFeeAsset_in: [mumbai_Bytes!] - initialRelayerFeeAsset_not_in: [mumbai_Bytes!] - initialRelayerFeeAsset_contains: mumbai_Bytes - initialRelayerFeeAsset_not_contains: mumbai_Bytes - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: stagingmumbai_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: stagingmumbai_RelayerFee_filter + initialRelayerFeeAsset: stagingmumbai_Bytes + initialRelayerFeeAsset_not: stagingmumbai_Bytes + initialRelayerFeeAsset_gt: stagingmumbai_Bytes + initialRelayerFeeAsset_lt: stagingmumbai_Bytes + initialRelayerFeeAsset_gte: stagingmumbai_Bytes + initialRelayerFeeAsset_lte: stagingmumbai_Bytes + initialRelayerFeeAsset_in: [stagingmumbai_Bytes!] + initialRelayerFeeAsset_not_in: [stagingmumbai_Bytes!] + initialRelayerFeeAsset_contains: stagingmumbai_Bytes + initialRelayerFeeAsset_not_contains: stagingmumbai_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -85645,16 +86204,16 @@ input mumbai_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: mumbai_Bytes - txOrigin_not: mumbai_Bytes - txOrigin_gt: mumbai_Bytes - txOrigin_lt: mumbai_Bytes - txOrigin_gte: mumbai_Bytes - txOrigin_lte: mumbai_Bytes - txOrigin_in: [mumbai_Bytes!] - txOrigin_not_in: [mumbai_Bytes!] - txOrigin_contains: mumbai_Bytes - txOrigin_not_contains: mumbai_Bytes + txOrigin: stagingmumbai_Bytes + txOrigin_not: stagingmumbai_Bytes + txOrigin_gt: stagingmumbai_Bytes + txOrigin_lt: stagingmumbai_Bytes + txOrigin_gte: stagingmumbai_Bytes + txOrigin_lte: stagingmumbai_Bytes + txOrigin_in: [stagingmumbai_Bytes!] + txOrigin_not_in: [stagingmumbai_Bytes!] + txOrigin_contains: stagingmumbai_Bytes + txOrigin_not_contains: stagingmumbai_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -85664,12 +86223,12 @@ input mumbai_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_OriginTransfer_filter] - or: [mumbai_OriginTransfer_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OriginTransfer_filter] + or: [stagingmumbai_OriginTransfer_filter] } -enum mumbai_OriginTransfer_orderBy { +enum stagingmumbai_OriginTransfer_orderBy { id chainId transferId @@ -85692,7 +86251,6 @@ enum mumbai_OriginTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -85722,20 +86280,20 @@ enum mumbai_OriginTransfer_orderBy { txNonce } -type mumbai_Relayer { +type stagingmumbai_Relayer { id: ID! isActive: Boolean! - relayer: mumbai_Bytes + relayer: stagingmumbai_Bytes } -type mumbai_RelayerFee { +type stagingmumbai_RelayerFee { id: ID! - transfer: mumbai_OriginTransfer! + transfer: stagingmumbai_OriginTransfer! fee: BigInt! - asset: mumbai_Bytes! + asset: stagingmumbai_Bytes! } -input mumbai_RelayerFee_filter { +input stagingmumbai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -85764,7 +86322,7 @@ input mumbai_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mumbai_OriginTransfer_filter + transfer_: stagingmumbai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -85773,23 +86331,23 @@ input mumbai_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: mumbai_Bytes - asset_not: mumbai_Bytes - asset_gt: mumbai_Bytes - asset_lt: mumbai_Bytes - asset_gte: mumbai_Bytes - asset_lte: mumbai_Bytes - asset_in: [mumbai_Bytes!] - asset_not_in: [mumbai_Bytes!] - asset_contains: mumbai_Bytes - asset_not_contains: mumbai_Bytes + asset: stagingmumbai_Bytes + asset_not: stagingmumbai_Bytes + asset_gt: stagingmumbai_Bytes + asset_lt: stagingmumbai_Bytes + asset_gte: stagingmumbai_Bytes + asset_lte: stagingmumbai_Bytes + asset_in: [stagingmumbai_Bytes!] + asset_not_in: [stagingmumbai_Bytes!] + asset_contains: stagingmumbai_Bytes + asset_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RelayerFee_filter] - or: [mumbai_RelayerFee_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RelayerFee_filter] + or: [stagingmumbai_RelayerFee_filter] } -enum mumbai_RelayerFee_orderBy { +enum stagingmumbai_RelayerFee_orderBy { id transfer transfer__id @@ -85825,20 +86383,20 @@ enum mumbai_RelayerFee_orderBy { asset } -type mumbai_RelayerFeesIncrease { +type stagingmumbai_RelayerFeesIncrease { id: ID! - transfer: mumbai_OriginTransfer! + transfer: stagingmumbai_OriginTransfer! increase: BigInt - asset: mumbai_Bytes - caller: mumbai_Bytes! - transactionHash: mumbai_Bytes! + asset: stagingmumbai_Bytes + caller: stagingmumbai_Bytes! + transactionHash: stagingmumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mumbai_RelayerFeesIncrease_filter { +input stagingmumbai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -85867,7 +86425,7 @@ input mumbai_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mumbai_OriginTransfer_filter + transfer_: stagingmumbai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -85876,36 +86434,36 @@ input mumbai_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: mumbai_Bytes - asset_not: mumbai_Bytes - asset_gt: mumbai_Bytes - asset_lt: mumbai_Bytes - asset_gte: mumbai_Bytes - asset_lte: mumbai_Bytes - asset_in: [mumbai_Bytes!] - asset_not_in: [mumbai_Bytes!] - asset_contains: mumbai_Bytes - asset_not_contains: mumbai_Bytes - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + asset: stagingmumbai_Bytes + asset_not: stagingmumbai_Bytes + asset_gt: stagingmumbai_Bytes + asset_lt: stagingmumbai_Bytes + asset_gte: stagingmumbai_Bytes + asset_lte: stagingmumbai_Bytes + asset_in: [stagingmumbai_Bytes!] + asset_not_in: [stagingmumbai_Bytes!] + asset_contains: stagingmumbai_Bytes + asset_not_contains: stagingmumbai_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -85939,12 +86497,12 @@ input mumbai_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RelayerFeesIncrease_filter] - or: [mumbai_RelayerFeesIncrease_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RelayerFeesIncrease_filter] + or: [stagingmumbai_RelayerFeesIncrease_filter] } -enum mumbai_RelayerFeesIncrease_orderBy { +enum stagingmumbai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -85986,7 +86544,7 @@ enum mumbai_RelayerFeesIncrease_orderBy { blockNumber } -input mumbai_Relayer_filter { +input stagingmumbai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -85999,34 +86557,34 @@ input mumbai_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: mumbai_Bytes - relayer_not: mumbai_Bytes - relayer_gt: mumbai_Bytes - relayer_lt: mumbai_Bytes - relayer_gte: mumbai_Bytes - relayer_lte: mumbai_Bytes - relayer_in: [mumbai_Bytes!] - relayer_not_in: [mumbai_Bytes!] - relayer_contains: mumbai_Bytes - relayer_not_contains: mumbai_Bytes + relayer: stagingmumbai_Bytes + relayer_not: stagingmumbai_Bytes + relayer_gt: stagingmumbai_Bytes + relayer_lt: stagingmumbai_Bytes + relayer_gte: stagingmumbai_Bytes + relayer_lte: stagingmumbai_Bytes + relayer_in: [stagingmumbai_Bytes!] + relayer_not_in: [stagingmumbai_Bytes!] + relayer_contains: stagingmumbai_Bytes + relayer_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Relayer_filter] - or: [mumbai_Relayer_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Relayer_filter] + or: [stagingmumbai_Relayer_filter] } -enum mumbai_Relayer_orderBy { +enum stagingmumbai_Relayer_orderBy { id isActive relayer } -type mumbai_RootCount { +type stagingmumbai_RootCount { id: ID! count: BigInt } -input mumbai_RootCount_filter { +input stagingmumbai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -86044,31 +86602,31 @@ input mumbai_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RootCount_filter] - or: [mumbai_RootCount_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RootCount_filter] + or: [stagingmumbai_RootCount_filter] } -enum mumbai_RootCount_orderBy { +enum stagingmumbai_RootCount_orderBy { id count } -type mumbai_RootMessageSent { +type stagingmumbai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mumbai_Bytes + root: stagingmumbai_Bytes count: BigInt - caller: mumbai_Bytes - transactionHash: mumbai_Bytes + caller: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mumbai_RootMessageSent_filter { +input stagingmumbai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -86093,16 +86651,16 @@ input mumbai_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: mumbai_Bytes - root_not: mumbai_Bytes - root_gt: mumbai_Bytes - root_lt: mumbai_Bytes - root_gte: mumbai_Bytes - root_lte: mumbai_Bytes - root_in: [mumbai_Bytes!] - root_not_in: [mumbai_Bytes!] - root_contains: mumbai_Bytes - root_not_contains: mumbai_Bytes + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -86111,26 +86669,26 @@ input mumbai_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -86164,12 +86722,12 @@ input mumbai_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RootMessageSent_filter] - or: [mumbai_RootMessageSent_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RootMessageSent_filter] + or: [stagingmumbai_RootMessageSent_filter] } -enum mumbai_RootMessageSent_orderBy { +enum stagingmumbai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -86183,25 +86741,25 @@ enum mumbai_RootMessageSent_orderBy { blockNumber } -type mumbai_Router { +type stagingmumbai_Router { id: ID! isActive: Boolean! - owner: mumbai_Bytes - recipient: mumbai_Bytes - proposedOwner: mumbai_Bytes + owner: stagingmumbai_Bytes + recipient: stagingmumbai_Bytes + proposedOwner: stagingmumbai_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mumbai_AssetBalance_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_AssetBalance_filter): [mumbai_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_AssetBalance_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_AssetBalance_filter): [stagingmumbai_AssetBalance!]! } -type mumbai_RouterDailyTVL { +type stagingmumbai_RouterDailyTVL { id: ID! - router: mumbai_Router! - asset: mumbai_Asset! + router: stagingmumbai_Router! + asset: stagingmumbai_Asset! timestamp: BigInt! balance: BigInt! } -input mumbai_RouterDailyTVL_filter { +input stagingmumbai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -86230,7 +86788,7 @@ input mumbai_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mumbai_Router_filter + router_: stagingmumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -86251,7 +86809,7 @@ input mumbai_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter + asset_: stagingmumbai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -86263,183 +86821,19 @@ input mumbai_RouterDailyTVL_filter { balance: BigInt balance_not: BigInt balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RouterDailyTVL_filter] - or: [mumbai_RouterDailyTVL_filter] -} - -enum mumbai_RouterDailyTVL_orderBy { - id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance -} - -type mumbai_RouterLiquidityEvent { - id: ID! - type: mumbai_RouterLiquidityEventType - router: mumbai_Router! - asset: mumbai_Asset! - amount: BigInt! - balance: BigInt! - caller: mumbai_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: mumbai_Bytes! - nonce: BigInt! -} - -enum mumbai_RouterLiquidityEventType { - Add - Remove -} - -input mumbai_RouterLiquidityEvent_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!] - type: mumbai_RouterLiquidityEventType - type_not: mumbai_RouterLiquidityEventType - type_in: [mumbai_RouterLiquidityEventType!] - type_not_in: [mumbai_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: mumbai_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RouterLiquidityEvent_filter] - or: [mumbai_RouterLiquidityEvent_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RouterDailyTVL_filter] + or: [stagingmumbai_RouterDailyTVL_filter] } -enum mumbai_RouterLiquidityEvent_orderBy { +enum stagingmumbai_RouterDailyTVL_orderBy { id - type router router__id router__isActive @@ -86451,22 +86845,16 @@ enum mumbai_RouterLiquidityEvent_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset asset__localAsset asset__blockNumber - amount - balance - caller - blockNumber timestamp - transactionHash - nonce + balance } -input mumbai_Router_filter { +input stagingmumbai_Router_filter { id: ID id_not: ID id_gt: ID @@ -86479,36 +86867,36 @@ input mumbai_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: mumbai_Bytes - owner_not: mumbai_Bytes - owner_gt: mumbai_Bytes - owner_lt: mumbai_Bytes - owner_gte: mumbai_Bytes - owner_lte: mumbai_Bytes - owner_in: [mumbai_Bytes!] - owner_not_in: [mumbai_Bytes!] - owner_contains: mumbai_Bytes - owner_not_contains: mumbai_Bytes - recipient: mumbai_Bytes - recipient_not: mumbai_Bytes - recipient_gt: mumbai_Bytes - recipient_lt: mumbai_Bytes - recipient_gte: mumbai_Bytes - recipient_lte: mumbai_Bytes - recipient_in: [mumbai_Bytes!] - recipient_not_in: [mumbai_Bytes!] - recipient_contains: mumbai_Bytes - recipient_not_contains: mumbai_Bytes - proposedOwner: mumbai_Bytes - proposedOwner_not: mumbai_Bytes - proposedOwner_gt: mumbai_Bytes - proposedOwner_lt: mumbai_Bytes - proposedOwner_gte: mumbai_Bytes - proposedOwner_lte: mumbai_Bytes - proposedOwner_in: [mumbai_Bytes!] - proposedOwner_not_in: [mumbai_Bytes!] - proposedOwner_contains: mumbai_Bytes - proposedOwner_not_contains: mumbai_Bytes + owner: stagingmumbai_Bytes + owner_not: stagingmumbai_Bytes + owner_gt: stagingmumbai_Bytes + owner_lt: stagingmumbai_Bytes + owner_gte: stagingmumbai_Bytes + owner_lte: stagingmumbai_Bytes + owner_in: [stagingmumbai_Bytes!] + owner_not_in: [stagingmumbai_Bytes!] + owner_contains: stagingmumbai_Bytes + owner_not_contains: stagingmumbai_Bytes + recipient: stagingmumbai_Bytes + recipient_not: stagingmumbai_Bytes + recipient_gt: stagingmumbai_Bytes + recipient_lt: stagingmumbai_Bytes + recipient_gte: stagingmumbai_Bytes + recipient_lte: stagingmumbai_Bytes + recipient_in: [stagingmumbai_Bytes!] + recipient_not_in: [stagingmumbai_Bytes!] + recipient_contains: stagingmumbai_Bytes + recipient_not_contains: stagingmumbai_Bytes + proposedOwner: stagingmumbai_Bytes + proposedOwner_not: stagingmumbai_Bytes + proposedOwner_gt: stagingmumbai_Bytes + proposedOwner_lt: stagingmumbai_Bytes + proposedOwner_gte: stagingmumbai_Bytes + proposedOwner_lte: stagingmumbai_Bytes + proposedOwner_in: [stagingmumbai_Bytes!] + proposedOwner_not_in: [stagingmumbai_Bytes!] + proposedOwner_contains: stagingmumbai_Bytes + proposedOwner_not_contains: stagingmumbai_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -86517,14 +86905,14 @@ input mumbai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mumbai_AssetBalance_filter + assetBalances_: stagingmumbai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Router_filter] - or: [mumbai_Router_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Router_filter] + or: [stagingmumbai_Router_filter] } -enum mumbai_Router_orderBy { +enum stagingmumbai_Router_orderBy { id isActive owner @@ -86534,13 +86922,13 @@ enum mumbai_Router_orderBy { assetBalances } -type mumbai_Sequencer { +type stagingmumbai_Sequencer { id: ID! isActive: Boolean! - sequencer: mumbai_Bytes + sequencer: stagingmumbai_Bytes } -input mumbai_Sequencer_filter { +input stagingmumbai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -86553,35 +86941,35 @@ input mumbai_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: mumbai_Bytes - sequencer_not: mumbai_Bytes - sequencer_gt: mumbai_Bytes - sequencer_lt: mumbai_Bytes - sequencer_gte: mumbai_Bytes - sequencer_lte: mumbai_Bytes - sequencer_in: [mumbai_Bytes!] - sequencer_not_in: [mumbai_Bytes!] - sequencer_contains: mumbai_Bytes - sequencer_not_contains: mumbai_Bytes + sequencer: stagingmumbai_Bytes + sequencer_not: stagingmumbai_Bytes + sequencer_gt: stagingmumbai_Bytes + sequencer_lt: stagingmumbai_Bytes + sequencer_gte: stagingmumbai_Bytes + sequencer_lte: stagingmumbai_Bytes + sequencer_in: [stagingmumbai_Bytes!] + sequencer_not_in: [stagingmumbai_Bytes!] + sequencer_contains: stagingmumbai_Bytes + sequencer_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Sequencer_filter] - or: [mumbai_Sequencer_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Sequencer_filter] + or: [stagingmumbai_Sequencer_filter] } -enum mumbai_Sequencer_orderBy { +enum stagingmumbai_Sequencer_orderBy { id isActive sequencer } -type mumbai_Setting { +type stagingmumbai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mumbai_Bytes! + caller: stagingmumbai_Bytes! } -input mumbai_Setting_filter { +input stagingmumbai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -86598,41 +86986,41 @@ input mumbai_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Setting_filter] - or: [mumbai_Setting_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Setting_filter] + or: [stagingmumbai_Setting_filter] } -enum mumbai_Setting_orderBy { +enum stagingmumbai_Setting_orderBy { id maxRoutersPerTransfer caller } -type mumbai_SlippageUpdate { +type stagingmumbai_SlippageUpdate { id: ID! - transfer: mumbai_DestinationTransfer! + transfer: stagingmumbai_DestinationTransfer! slippage: BigInt! - caller: mumbai_Bytes! - transactionHash: mumbai_Bytes! + caller: stagingmumbai_Bytes! + transactionHash: stagingmumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mumbai_SlippageUpdate_filter { +input stagingmumbai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -86661,7 +87049,7 @@ input mumbai_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mumbai_DestinationTransfer_filter + transfer_: stagingmumbai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -86670,26 +87058,26 @@ input mumbai_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -86723,12 +87111,12 @@ input mumbai_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_SlippageUpdate_filter] - or: [mumbai_SlippageUpdate_filter] + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_SlippageUpdate_filter] + or: [stagingmumbai_SlippageUpdate_filter] } -enum mumbai_SlippageUpdate_orderBy { +enum stagingmumbai_SlippageUpdate_orderBy { id transfer transfer__id @@ -86776,7 +87164,127 @@ enum mumbai_SlippageUpdate_orderBy { blockNumber } -enum mumbai_TransferStatus { +type stagingmumbai_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingmumbai_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingmumbai_SnapshotRoot_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!] + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_SnapshotRoot_filter] + or: [stagingmumbai_SnapshotRoot_filter] +} + +enum stagingmumbai_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingmumbai_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingmumbai_SpokeConnectorMode_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!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_SpokeConnectorMode_filter] + or: [stagingmumbai_SpokeConnectorMode_filter] +} + +enum stagingmumbai_SpokeConnectorMode_orderBy { + id + mode +} + +enum stagingmumbai_TransferStatus { XCalled Executed Reconciled @@ -86784,9 +87292,9 @@ enum mumbai_TransferStatus { CompletedFast } -type mumbai__Block_ { +type stagingmumbai__Block_ { """The hash of the block""" - hash: mumbai_Bytes + hash: stagingmumbai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -86794,7 +87302,7 @@ type mumbai__Block_ { } """The type for the top-level _meta field""" -type mumbai__Meta_ { +type stagingmumbai__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -86802,20 +87310,20 @@ type mumbai__Meta_ { and therefore asks for the latest block """ - block: mumbai__Block_! + block: stagingmumbai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type goerli_AggregateRoot { +type arbitrumgoerli_AggregateRoot { id: ID! - root: goerli_Bytes! + root: arbitrumgoerli_Bytes! blockNumber: BigInt! } -input goerli_AggregateRoot_filter { +input arbitrumgoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -86824,16 +87332,16 @@ input goerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes + root: arbitrumgoerli_Bytes + root_not: arbitrumgoerli_Bytes + root_gt: arbitrumgoerli_Bytes + root_lt: arbitrumgoerli_Bytes + root_gte: arbitrumgoerli_Bytes + root_lte: arbitrumgoerli_Bytes + root_in: [arbitrumgoerli_Bytes!] + root_not_in: [arbitrumgoerli_Bytes!] + root_contains: arbitrumgoerli_Bytes + root_not_contains: arbitrumgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -86843,42 +87351,42 @@ input goerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AggregateRoot_filter] - or: [goerli_AggregateRoot_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_AggregateRoot_filter] + or: [arbitrumgoerli_AggregateRoot_filter] } -enum goerli_AggregateRoot_orderBy { +enum arbitrumgoerli_AggregateRoot_orderBy { id root blockNumber } -type goerli_Asset { +type arbitrumgoerli_Asset { id: ID! - key: goerli_Bytes + key: arbitrumgoerli_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: goerli_Bytes + canonicalId: arbitrumgoerli_Bytes canonicalDomain: BigInt - adoptedAsset: goerli_Bytes - localAsset: goerli_Bytes + adoptedAsset: arbitrumgoerli_Bytes + localAsset: arbitrumgoerli_Bytes blockNumber: BigInt - status: goerli_AssetStatus + status: arbitrumgoerli_AssetStatus } -type goerli_AssetBalance { +type arbitrumgoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: goerli_Router! - asset: goerli_Asset! + router: arbitrumgoerli_Router! + asset: arbitrumgoerli_Asset! feesEarned: BigInt! } -input goerli_AssetBalance_filter { +input arbitrumgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -86939,7 +87447,7 @@ input goerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: goerli_Router_filter + router_: arbitrumgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -86960,7 +87468,7 @@ input goerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter + asset_: arbitrumgoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -86970,12 +87478,12 @@ input goerli_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AssetBalance_filter] - or: [goerli_AssetBalance_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_AssetBalance_filter] + or: [arbitrumgoerli_AssetBalance_filter] } -enum goerli_AssetBalance_orderBy { +enum arbitrumgoerli_AssetBalance_orderBy { id amount locked @@ -87001,12 +87509,12 @@ enum goerli_AssetBalance_orderBy { feesEarned } -type goerli_AssetStatus { +type arbitrumgoerli_AssetStatus { id: ID! status: Boolean } -input goerli_AssetStatus_filter { +input arbitrumgoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -87020,17 +87528,17 @@ input goerli_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AssetStatus_filter] - or: [goerli_AssetStatus_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_AssetStatus_filter] + or: [arbitrumgoerli_AssetStatus_filter] } -enum goerli_AssetStatus_orderBy { +enum arbitrumgoerli_AssetStatus_orderBy { id status } -input goerli_Asset_filter { +input arbitrumgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -87039,16 +87547,16 @@ input goerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: goerli_Bytes - key_not: goerli_Bytes - key_gt: goerli_Bytes - key_lt: goerli_Bytes - key_gte: goerli_Bytes - key_lte: goerli_Bytes - key_in: [goerli_Bytes!] - key_not_in: [goerli_Bytes!] - key_contains: goerli_Bytes - key_not_contains: goerli_Bytes + key: arbitrumgoerli_Bytes + key_not: arbitrumgoerli_Bytes + key_gt: arbitrumgoerli_Bytes + key_lt: arbitrumgoerli_Bytes + key_gte: arbitrumgoerli_Bytes + key_lte: arbitrumgoerli_Bytes + key_in: [arbitrumgoerli_Bytes!] + key_not_in: [arbitrumgoerli_Bytes!] + key_contains: arbitrumgoerli_Bytes + key_not_contains: arbitrumgoerli_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -87065,16 +87573,16 @@ input goerli_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: goerli_Bytes - canonicalId_not: goerli_Bytes - canonicalId_gt: goerli_Bytes - canonicalId_lt: goerli_Bytes - canonicalId_gte: goerli_Bytes - canonicalId_lte: goerli_Bytes - canonicalId_in: [goerli_Bytes!] - canonicalId_not_in: [goerli_Bytes!] - canonicalId_contains: goerli_Bytes - canonicalId_not_contains: goerli_Bytes + canonicalId: arbitrumgoerli_Bytes + canonicalId_not: arbitrumgoerli_Bytes + canonicalId_gt: arbitrumgoerli_Bytes + canonicalId_lt: arbitrumgoerli_Bytes + canonicalId_gte: arbitrumgoerli_Bytes + canonicalId_lte: arbitrumgoerli_Bytes + canonicalId_in: [arbitrumgoerli_Bytes!] + canonicalId_not_in: [arbitrumgoerli_Bytes!] + canonicalId_contains: arbitrumgoerli_Bytes + canonicalId_not_contains: arbitrumgoerli_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -87083,26 +87591,26 @@ input goerli_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: goerli_Bytes - adoptedAsset_not: goerli_Bytes - adoptedAsset_gt: goerli_Bytes - adoptedAsset_lt: goerli_Bytes - adoptedAsset_gte: goerli_Bytes - adoptedAsset_lte: goerli_Bytes - adoptedAsset_in: [goerli_Bytes!] - adoptedAsset_not_in: [goerli_Bytes!] - adoptedAsset_contains: goerli_Bytes - adoptedAsset_not_contains: goerli_Bytes - localAsset: goerli_Bytes - localAsset_not: goerli_Bytes - localAsset_gt: goerli_Bytes - localAsset_lt: goerli_Bytes - localAsset_gte: goerli_Bytes - localAsset_lte: goerli_Bytes - localAsset_in: [goerli_Bytes!] - localAsset_not_in: [goerli_Bytes!] - localAsset_contains: goerli_Bytes - localAsset_not_contains: goerli_Bytes + adoptedAsset: arbitrumgoerli_Bytes + adoptedAsset_not: arbitrumgoerli_Bytes + adoptedAsset_gt: arbitrumgoerli_Bytes + adoptedAsset_lt: arbitrumgoerli_Bytes + adoptedAsset_gte: arbitrumgoerli_Bytes + adoptedAsset_lte: arbitrumgoerli_Bytes + adoptedAsset_in: [arbitrumgoerli_Bytes!] + adoptedAsset_not_in: [arbitrumgoerli_Bytes!] + adoptedAsset_contains: arbitrumgoerli_Bytes + adoptedAsset_not_contains: arbitrumgoerli_Bytes + localAsset: arbitrumgoerli_Bytes + localAsset_not: arbitrumgoerli_Bytes + localAsset_gt: arbitrumgoerli_Bytes + localAsset_lt: arbitrumgoerli_Bytes + localAsset_gte: arbitrumgoerli_Bytes + localAsset_lte: arbitrumgoerli_Bytes + localAsset_in: [arbitrumgoerli_Bytes!] + localAsset_not_in: [arbitrumgoerli_Bytes!] + localAsset_contains: arbitrumgoerli_Bytes + localAsset_not_contains: arbitrumgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -87131,14 +87639,14 @@ input goerli_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: goerli_AssetStatus_filter + status_: arbitrumgoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_Asset_filter] - or: [goerli_Asset_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Asset_filter] + or: [arbitrumgoerli_Asset_filter] } -enum goerli_Asset_orderBy { +enum arbitrumgoerli_Asset_orderBy { id key decimal @@ -87153,16 +87661,30 @@ enum goerli_Asset_orderBy { status__status } -type goerli_ConnectorMeta { +scalar arbitrumgoerli_BigDecimal + +input arbitrumgoerli_BlockChangedFilter { + number_gte: Int! +} + +input arbitrumgoerli_Block_height { + hash: arbitrumgoerli_Bytes + number: Int + number_gte: Int +} + +scalar arbitrumgoerli_Bytes + +type arbitrumgoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: goerli_Bytes - rootManager: goerli_Bytes - mirrorConnector: goerli_Bytes + amb: arbitrumgoerli_Bytes + rootManager: arbitrumgoerli_Bytes + mirrorConnector: arbitrumgoerli_Bytes } -input goerli_ConnectorMeta_filter { +input arbitrumgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -87187,43 +87709,43 @@ input goerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes + amb: arbitrumgoerli_Bytes + amb_not: arbitrumgoerli_Bytes + amb_gt: arbitrumgoerli_Bytes + amb_lt: arbitrumgoerli_Bytes + amb_gte: arbitrumgoerli_Bytes + amb_lte: arbitrumgoerli_Bytes + amb_in: [arbitrumgoerli_Bytes!] + amb_not_in: [arbitrumgoerli_Bytes!] + amb_contains: arbitrumgoerli_Bytes + amb_not_contains: arbitrumgoerli_Bytes + rootManager: arbitrumgoerli_Bytes + rootManager_not: arbitrumgoerli_Bytes + rootManager_gt: arbitrumgoerli_Bytes + rootManager_lt: arbitrumgoerli_Bytes + rootManager_gte: arbitrumgoerli_Bytes + rootManager_lte: arbitrumgoerli_Bytes + rootManager_in: [arbitrumgoerli_Bytes!] + rootManager_not_in: [arbitrumgoerli_Bytes!] + rootManager_contains: arbitrumgoerli_Bytes + rootManager_not_contains: arbitrumgoerli_Bytes + mirrorConnector: arbitrumgoerli_Bytes + mirrorConnector_not: arbitrumgoerli_Bytes + mirrorConnector_gt: arbitrumgoerli_Bytes + mirrorConnector_lt: arbitrumgoerli_Bytes + mirrorConnector_gte: arbitrumgoerli_Bytes + mirrorConnector_lte: arbitrumgoerli_Bytes + mirrorConnector_in: [arbitrumgoerli_Bytes!] + mirrorConnector_not_in: [arbitrumgoerli_Bytes!] + mirrorConnector_contains: arbitrumgoerli_Bytes + mirrorConnector_not_contains: arbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_ConnectorMeta_filter] - or: [goerli_ConnectorMeta_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_ConnectorMeta_filter] + or: [arbitrumgoerli_ConnectorMeta_filter] } -enum goerli_ConnectorMeta_orderBy { +enum arbitrumgoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -87232,48 +87754,48 @@ enum goerli_ConnectorMeta_orderBy { mirrorConnector } -type goerli_DestinationTransfer { +type arbitrumgoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: goerli_Bytes + transferId: arbitrumgoerli_Bytes nonce: BigInt - status: goerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: goerli_Router_orderBy, orderDirection: goerli_OrderDirection, where: goerli_Router_filter): [goerli_Router!] + status: arbitrumgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_Router_orderBy, orderDirection: arbitrumgoerli_OrderDirection, where: arbitrumgoerli_Router_filter): [arbitrumgoerli_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: goerli_Bytes - delegate: goerli_Bytes + to: arbitrumgoerli_Bytes + delegate: arbitrumgoerli_Bytes receiveLocal: Boolean - callData: goerli_Bytes + callData: arbitrumgoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: goerli_Bytes + originSender: arbitrumgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: goerli_Bytes - asset: goerli_Asset + canonicalId: arbitrumgoerli_Bytes + asset: arbitrumgoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: goerli_Bytes - executedTransactionHash: goerli_Bytes + executedCaller: arbitrumgoerli_Bytes + executedTransactionHash: arbitrumgoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: goerli_Bytes + executedTxOrigin: arbitrumgoerli_Bytes executedTxNonce: BigInt - reconciledCaller: goerli_Bytes - reconciledTransactionHash: goerli_Bytes + reconciledCaller: arbitrumgoerli_Bytes + reconciledTransactionHash: arbitrumgoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: goerli_Bytes + reconciledTxOrigin: arbitrumgoerli_Bytes reconciledTxNonce: BigInt } -input goerli_DestinationTransfer_filter { +input arbitrumgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -87290,16 +87812,16 @@ input goerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: goerli_Bytes - transferId_not: goerli_Bytes - transferId_gt: goerli_Bytes - transferId_lt: goerli_Bytes - transferId_gte: goerli_Bytes - transferId_lte: goerli_Bytes - transferId_in: [goerli_Bytes!] - transferId_not_in: [goerli_Bytes!] - transferId_contains: goerli_Bytes - transferId_not_contains: goerli_Bytes + transferId: arbitrumgoerli_Bytes + transferId_not: arbitrumgoerli_Bytes + transferId_gt: arbitrumgoerli_Bytes + transferId_lt: arbitrumgoerli_Bytes + transferId_gte: arbitrumgoerli_Bytes + transferId_lte: arbitrumgoerli_Bytes + transferId_in: [arbitrumgoerli_Bytes!] + transferId_not_in: [arbitrumgoerli_Bytes!] + transferId_contains: arbitrumgoerli_Bytes + transferId_not_contains: arbitrumgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -87308,17 +87830,17 @@ input goerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: goerli_TransferStatus - status_not: goerli_TransferStatus - status_in: [goerli_TransferStatus!] - status_not_in: [goerli_TransferStatus!] + status: arbitrumgoerli_TransferStatus + status_not: arbitrumgoerli_TransferStatus + status_in: [arbitrumgoerli_TransferStatus!] + status_not_in: [arbitrumgoerli_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: goerli_Router_filter + routers_: arbitrumgoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -87343,40 +87865,40 @@ input goerli_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: goerli_Bytes - to_not: goerli_Bytes - to_gt: goerli_Bytes - to_lt: goerli_Bytes - to_gte: goerli_Bytes - to_lte: goerli_Bytes - to_in: [goerli_Bytes!] - to_not_in: [goerli_Bytes!] - to_contains: goerli_Bytes - to_not_contains: goerli_Bytes - delegate: goerli_Bytes - delegate_not: goerli_Bytes - delegate_gt: goerli_Bytes - delegate_lt: goerli_Bytes - delegate_gte: goerli_Bytes - delegate_lte: goerli_Bytes - delegate_in: [goerli_Bytes!] - delegate_not_in: [goerli_Bytes!] - delegate_contains: goerli_Bytes - delegate_not_contains: goerli_Bytes + to: arbitrumgoerli_Bytes + to_not: arbitrumgoerli_Bytes + to_gt: arbitrumgoerli_Bytes + to_lt: arbitrumgoerli_Bytes + to_gte: arbitrumgoerli_Bytes + to_lte: arbitrumgoerli_Bytes + to_in: [arbitrumgoerli_Bytes!] + to_not_in: [arbitrumgoerli_Bytes!] + to_contains: arbitrumgoerli_Bytes + to_not_contains: arbitrumgoerli_Bytes + delegate: arbitrumgoerli_Bytes + delegate_not: arbitrumgoerli_Bytes + delegate_gt: arbitrumgoerli_Bytes + delegate_lt: arbitrumgoerli_Bytes + delegate_gte: arbitrumgoerli_Bytes + delegate_lte: arbitrumgoerli_Bytes + delegate_in: [arbitrumgoerli_Bytes!] + delegate_not_in: [arbitrumgoerli_Bytes!] + delegate_contains: arbitrumgoerli_Bytes + delegate_not_contains: arbitrumgoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: goerli_Bytes - callData_not: goerli_Bytes - callData_gt: goerli_Bytes - callData_lt: goerli_Bytes - callData_gte: goerli_Bytes - callData_lte: goerli_Bytes - callData_in: [goerli_Bytes!] - callData_not_in: [goerli_Bytes!] - callData_contains: goerli_Bytes - callData_not_contains: goerli_Bytes + callData: arbitrumgoerli_Bytes + callData_not: arbitrumgoerli_Bytes + callData_gt: arbitrumgoerli_Bytes + callData_lt: arbitrumgoerli_Bytes + callData_gte: arbitrumgoerli_Bytes + callData_lte: arbitrumgoerli_Bytes + callData_in: [arbitrumgoerli_Bytes!] + callData_not_in: [arbitrumgoerli_Bytes!] + callData_contains: arbitrumgoerli_Bytes + callData_not_contains: arbitrumgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -87393,16 +87915,16 @@ input goerli_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: goerli_Bytes - originSender_not: goerli_Bytes - originSender_gt: goerli_Bytes - originSender_lt: goerli_Bytes - originSender_gte: goerli_Bytes - originSender_lte: goerli_Bytes - originSender_in: [goerli_Bytes!] - originSender_not_in: [goerli_Bytes!] - originSender_contains: goerli_Bytes - originSender_not_contains: goerli_Bytes + originSender: arbitrumgoerli_Bytes + originSender_not: arbitrumgoerli_Bytes + originSender_gt: arbitrumgoerli_Bytes + originSender_lt: arbitrumgoerli_Bytes + originSender_gte: arbitrumgoerli_Bytes + originSender_lte: arbitrumgoerli_Bytes + originSender_in: [arbitrumgoerli_Bytes!] + originSender_not_in: [arbitrumgoerli_Bytes!] + originSender_contains: arbitrumgoerli_Bytes + originSender_not_contains: arbitrumgoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -87419,16 +87941,16 @@ input goerli_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: goerli_Bytes - canonicalId_not: goerli_Bytes - canonicalId_gt: goerli_Bytes - canonicalId_lt: goerli_Bytes - canonicalId_gte: goerli_Bytes - canonicalId_lte: goerli_Bytes - canonicalId_in: [goerli_Bytes!] - canonicalId_not_in: [goerli_Bytes!] - canonicalId_contains: goerli_Bytes - canonicalId_not_contains: goerli_Bytes + canonicalId: arbitrumgoerli_Bytes + canonicalId_not: arbitrumgoerli_Bytes + canonicalId_gt: arbitrumgoerli_Bytes + canonicalId_lt: arbitrumgoerli_Bytes + canonicalId_gte: arbitrumgoerli_Bytes + canonicalId_lte: arbitrumgoerli_Bytes + canonicalId_in: [arbitrumgoerli_Bytes!] + canonicalId_not_in: [arbitrumgoerli_Bytes!] + canonicalId_contains: arbitrumgoerli_Bytes + canonicalId_not_contains: arbitrumgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -87449,7 +87971,7 @@ input goerli_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter + asset_: arbitrumgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -87466,26 +87988,26 @@ input goerli_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: goerli_Bytes - executedCaller_not: goerli_Bytes - executedCaller_gt: goerli_Bytes - executedCaller_lt: goerli_Bytes - executedCaller_gte: goerli_Bytes - executedCaller_lte: goerli_Bytes - executedCaller_in: [goerli_Bytes!] - executedCaller_not_in: [goerli_Bytes!] - executedCaller_contains: goerli_Bytes - executedCaller_not_contains: goerli_Bytes - executedTransactionHash: goerli_Bytes - executedTransactionHash_not: goerli_Bytes - executedTransactionHash_gt: goerli_Bytes - executedTransactionHash_lt: goerli_Bytes - executedTransactionHash_gte: goerli_Bytes - executedTransactionHash_lte: goerli_Bytes - executedTransactionHash_in: [goerli_Bytes!] - executedTransactionHash_not_in: [goerli_Bytes!] - executedTransactionHash_contains: goerli_Bytes - executedTransactionHash_not_contains: goerli_Bytes + executedCaller: arbitrumgoerli_Bytes + executedCaller_not: arbitrumgoerli_Bytes + executedCaller_gt: arbitrumgoerli_Bytes + executedCaller_lt: arbitrumgoerli_Bytes + executedCaller_gte: arbitrumgoerli_Bytes + executedCaller_lte: arbitrumgoerli_Bytes + executedCaller_in: [arbitrumgoerli_Bytes!] + executedCaller_not_in: [arbitrumgoerli_Bytes!] + executedCaller_contains: arbitrumgoerli_Bytes + executedCaller_not_contains: arbitrumgoerli_Bytes + executedTransactionHash: arbitrumgoerli_Bytes + executedTransactionHash_not: arbitrumgoerli_Bytes + executedTransactionHash_gt: arbitrumgoerli_Bytes + executedTransactionHash_lt: arbitrumgoerli_Bytes + executedTransactionHash_gte: arbitrumgoerli_Bytes + executedTransactionHash_lte: arbitrumgoerli_Bytes + executedTransactionHash_in: [arbitrumgoerli_Bytes!] + executedTransactionHash_not_in: [arbitrumgoerli_Bytes!] + executedTransactionHash_contains: arbitrumgoerli_Bytes + executedTransactionHash_not_contains: arbitrumgoerli_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -87518,16 +88040,16 @@ input goerli_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: goerli_Bytes - executedTxOrigin_not: goerli_Bytes - executedTxOrigin_gt: goerli_Bytes - executedTxOrigin_lt: goerli_Bytes - executedTxOrigin_gte: goerli_Bytes - executedTxOrigin_lte: goerli_Bytes - executedTxOrigin_in: [goerli_Bytes!] - executedTxOrigin_not_in: [goerli_Bytes!] - executedTxOrigin_contains: goerli_Bytes - executedTxOrigin_not_contains: goerli_Bytes + executedTxOrigin: arbitrumgoerli_Bytes + executedTxOrigin_not: arbitrumgoerli_Bytes + executedTxOrigin_gt: arbitrumgoerli_Bytes + executedTxOrigin_lt: arbitrumgoerli_Bytes + executedTxOrigin_gte: arbitrumgoerli_Bytes + executedTxOrigin_lte: arbitrumgoerli_Bytes + executedTxOrigin_in: [arbitrumgoerli_Bytes!] + executedTxOrigin_not_in: [arbitrumgoerli_Bytes!] + executedTxOrigin_contains: arbitrumgoerli_Bytes + executedTxOrigin_not_contains: arbitrumgoerli_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -87536,26 +88058,26 @@ input goerli_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: goerli_Bytes - reconciledCaller_not: goerli_Bytes - reconciledCaller_gt: goerli_Bytes - reconciledCaller_lt: goerli_Bytes - reconciledCaller_gte: goerli_Bytes - reconciledCaller_lte: goerli_Bytes - reconciledCaller_in: [goerli_Bytes!] - reconciledCaller_not_in: [goerli_Bytes!] - reconciledCaller_contains: goerli_Bytes - reconciledCaller_not_contains: goerli_Bytes - reconciledTransactionHash: goerli_Bytes - reconciledTransactionHash_not: goerli_Bytes - reconciledTransactionHash_gt: goerli_Bytes - reconciledTransactionHash_lt: goerli_Bytes - reconciledTransactionHash_gte: goerli_Bytes - reconciledTransactionHash_lte: goerli_Bytes - reconciledTransactionHash_in: [goerli_Bytes!] - reconciledTransactionHash_not_in: [goerli_Bytes!] - reconciledTransactionHash_contains: goerli_Bytes - reconciledTransactionHash_not_contains: goerli_Bytes + reconciledCaller: arbitrumgoerli_Bytes + reconciledCaller_not: arbitrumgoerli_Bytes + reconciledCaller_gt: arbitrumgoerli_Bytes + reconciledCaller_lt: arbitrumgoerli_Bytes + reconciledCaller_gte: arbitrumgoerli_Bytes + reconciledCaller_lte: arbitrumgoerli_Bytes + reconciledCaller_in: [arbitrumgoerli_Bytes!] + reconciledCaller_not_in: [arbitrumgoerli_Bytes!] + reconciledCaller_contains: arbitrumgoerli_Bytes + reconciledCaller_not_contains: arbitrumgoerli_Bytes + reconciledTransactionHash: arbitrumgoerli_Bytes + reconciledTransactionHash_not: arbitrumgoerli_Bytes + reconciledTransactionHash_gt: arbitrumgoerli_Bytes + reconciledTransactionHash_lt: arbitrumgoerli_Bytes + reconciledTransactionHash_gte: arbitrumgoerli_Bytes + reconciledTransactionHash_lte: arbitrumgoerli_Bytes + reconciledTransactionHash_in: [arbitrumgoerli_Bytes!] + reconciledTransactionHash_not_in: [arbitrumgoerli_Bytes!] + reconciledTransactionHash_contains: arbitrumgoerli_Bytes + reconciledTransactionHash_not_contains: arbitrumgoerli_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -87588,16 +88110,16 @@ input goerli_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: goerli_Bytes - reconciledTxOrigin_not: goerli_Bytes - reconciledTxOrigin_gt: goerli_Bytes - reconciledTxOrigin_lt: goerli_Bytes - reconciledTxOrigin_gte: goerli_Bytes - reconciledTxOrigin_lte: goerli_Bytes - reconciledTxOrigin_in: [goerli_Bytes!] - reconciledTxOrigin_not_in: [goerli_Bytes!] - reconciledTxOrigin_contains: goerli_Bytes - reconciledTxOrigin_not_contains: goerli_Bytes + reconciledTxOrigin: arbitrumgoerli_Bytes + reconciledTxOrigin_not: arbitrumgoerli_Bytes + reconciledTxOrigin_gt: arbitrumgoerli_Bytes + reconciledTxOrigin_lt: arbitrumgoerli_Bytes + reconciledTxOrigin_gte: arbitrumgoerli_Bytes + reconciledTxOrigin_lte: arbitrumgoerli_Bytes + reconciledTxOrigin_in: [arbitrumgoerli_Bytes!] + reconciledTxOrigin_not_in: [arbitrumgoerli_Bytes!] + reconciledTxOrigin_contains: arbitrumgoerli_Bytes + reconciledTxOrigin_not_contains: arbitrumgoerli_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -87607,12 +88129,12 @@ input goerli_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_DestinationTransfer_filter] - or: [goerli_DestinationTransfer_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_DestinationTransfer_filter] + or: [arbitrumgoerli_DestinationTransfer_filter] } -enum goerli_DestinationTransfer_orderBy { +enum arbitrumgoerli_DestinationTransfer_orderBy { id chainId transferId @@ -87662,20 +88184,32 @@ enum goerli_DestinationTransfer_orderBy { reconciledTxNonce } -type goerli_OriginMessage { +""" +8 bytes signed integer + +""" +scalar arbitrumgoerli_Int8 + +"""Defines the order direction, either ascending or descending""" +enum arbitrumgoerli_OrderDirection { + asc + desc +} + +type arbitrumgoerli_OriginMessage { id: ID! - transferId: goerli_Bytes + transferId: arbitrumgoerli_Bytes destinationDomain: BigInt - leaf: goerli_Bytes + leaf: arbitrumgoerli_Bytes index: BigInt - message: goerli_Bytes - root: goerli_Bytes - transactionHash: goerli_Bytes + message: arbitrumgoerli_Bytes + root: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes blockNumber: BigInt - rootCount: goerli_RootCount + rootCount: arbitrumgoerli_RootCount } -input goerli_OriginMessage_filter { +input arbitrumgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -87684,16 +88218,16 @@ input goerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: goerli_Bytes - transferId_not: goerli_Bytes - transferId_gt: goerli_Bytes - transferId_lt: goerli_Bytes - transferId_gte: goerli_Bytes - transferId_lte: goerli_Bytes - transferId_in: [goerli_Bytes!] - transferId_not_in: [goerli_Bytes!] - transferId_contains: goerli_Bytes - transferId_not_contains: goerli_Bytes + transferId: arbitrumgoerli_Bytes + transferId_not: arbitrumgoerli_Bytes + transferId_gt: arbitrumgoerli_Bytes + transferId_lt: arbitrumgoerli_Bytes + transferId_gte: arbitrumgoerli_Bytes + transferId_lte: arbitrumgoerli_Bytes + transferId_in: [arbitrumgoerli_Bytes!] + transferId_not_in: [arbitrumgoerli_Bytes!] + transferId_contains: arbitrumgoerli_Bytes + transferId_not_contains: arbitrumgoerli_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -87702,16 +88236,16 @@ input goerli_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: goerli_Bytes - leaf_not: goerli_Bytes - leaf_gt: goerli_Bytes - leaf_lt: goerli_Bytes - leaf_gte: goerli_Bytes - leaf_lte: goerli_Bytes - leaf_in: [goerli_Bytes!] - leaf_not_in: [goerli_Bytes!] - leaf_contains: goerli_Bytes - leaf_not_contains: goerli_Bytes + leaf: arbitrumgoerli_Bytes + leaf_not: arbitrumgoerli_Bytes + leaf_gt: arbitrumgoerli_Bytes + leaf_lt: arbitrumgoerli_Bytes + leaf_gte: arbitrumgoerli_Bytes + leaf_lte: arbitrumgoerli_Bytes + leaf_in: [arbitrumgoerli_Bytes!] + leaf_not_in: [arbitrumgoerli_Bytes!] + leaf_contains: arbitrumgoerli_Bytes + leaf_not_contains: arbitrumgoerli_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -87720,36 +88254,36 @@ input goerli_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: goerli_Bytes - message_not: goerli_Bytes - message_gt: goerli_Bytes - message_lt: goerli_Bytes - message_gte: goerli_Bytes - message_lte: goerli_Bytes - message_in: [goerli_Bytes!] - message_not_in: [goerli_Bytes!] - message_contains: goerli_Bytes - message_not_contains: goerli_Bytes - root: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + message: arbitrumgoerli_Bytes + message_not: arbitrumgoerli_Bytes + message_gt: arbitrumgoerli_Bytes + message_lt: arbitrumgoerli_Bytes + message_gte: arbitrumgoerli_Bytes + message_lte: arbitrumgoerli_Bytes + message_in: [arbitrumgoerli_Bytes!] + message_not_in: [arbitrumgoerli_Bytes!] + message_contains: arbitrumgoerli_Bytes + message_not_contains: arbitrumgoerli_Bytes + root: arbitrumgoerli_Bytes + root_not: arbitrumgoerli_Bytes + root_gt: arbitrumgoerli_Bytes + root_lt: arbitrumgoerli_Bytes + root_gte: arbitrumgoerli_Bytes + root_lte: arbitrumgoerli_Bytes + root_in: [arbitrumgoerli_Bytes!] + root_not_in: [arbitrumgoerli_Bytes!] + root_contains: arbitrumgoerli_Bytes + root_not_contains: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes + transactionHash_not: arbitrumgoerli_Bytes + transactionHash_gt: arbitrumgoerli_Bytes + transactionHash_lt: arbitrumgoerli_Bytes + transactionHash_gte: arbitrumgoerli_Bytes + transactionHash_lte: arbitrumgoerli_Bytes + transactionHash_in: [arbitrumgoerli_Bytes!] + transactionHash_not_in: [arbitrumgoerli_Bytes!] + transactionHash_contains: arbitrumgoerli_Bytes + transactionHash_not_contains: arbitrumgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -87778,14 +88312,14 @@ input goerli_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: goerli_RootCount_filter + rootCount_: arbitrumgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OriginMessage_filter] - or: [goerli_OriginMessage_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_OriginMessage_filter] + or: [arbitrumgoerli_OriginMessage_filter] } -enum goerli_OriginMessage_orderBy { +enum arbitrumgoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -87800,42 +88334,42 @@ enum goerli_OriginMessage_orderBy { rootCount__count } -type goerli_OriginTransfer { +type arbitrumgoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: goerli_Bytes + transferId: arbitrumgoerli_Bytes nonce: BigInt - status: goerli_TransferStatus - messageHash: goerli_Bytes + status: arbitrumgoerli_TransferStatus + messageHash: arbitrumgoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: goerli_Bytes - delegate: goerli_Bytes + to: arbitrumgoerli_Bytes + delegate: arbitrumgoerli_Bytes receiveLocal: Boolean - callData: goerli_Bytes + callData: arbitrumgoerli_Bytes slippage: BigInt - originSender: goerli_Bytes + originSender: arbitrumgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: goerli_Bytes - asset: goerli_Asset - transactingAsset: goerli_Bytes - message: goerli_OriginMessage + canonicalId: arbitrumgoerli_Bytes + asset: arbitrumgoerli_Asset + transactingAsset: arbitrumgoerli_Bytes + message: arbitrumgoerli_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: goerli_RelayerFee_orderBy, orderDirection: goerli_OrderDirection, where: goerli_RelayerFee_filter): [goerli_RelayerFee!] - initialRelayerFeeAsset: goerli_Bytes - caller: goerli_Bytes - transactionHash: goerli_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_RelayerFee_orderBy, orderDirection: arbitrumgoerli_OrderDirection, where: arbitrumgoerli_RelayerFee_filter): [arbitrumgoerli_RelayerFee!] + initialRelayerFeeAsset: arbitrumgoerli_Bytes + caller: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: goerli_Bytes + txOrigin: arbitrumgoerli_Bytes txNonce: BigInt } -input goerli_OriginTransfer_filter { +input arbitrumgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -87852,16 +88386,16 @@ input goerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: goerli_Bytes - transferId_not: goerli_Bytes - transferId_gt: goerli_Bytes - transferId_lt: goerli_Bytes - transferId_gte: goerli_Bytes - transferId_lte: goerli_Bytes - transferId_in: [goerli_Bytes!] - transferId_not_in: [goerli_Bytes!] - transferId_contains: goerli_Bytes - transferId_not_contains: goerli_Bytes + transferId: arbitrumgoerli_Bytes + transferId_not: arbitrumgoerli_Bytes + transferId_gt: arbitrumgoerli_Bytes + transferId_lt: arbitrumgoerli_Bytes + transferId_gte: arbitrumgoerli_Bytes + transferId_lte: arbitrumgoerli_Bytes + transferId_in: [arbitrumgoerli_Bytes!] + transferId_not_in: [arbitrumgoerli_Bytes!] + transferId_contains: arbitrumgoerli_Bytes + transferId_not_contains: arbitrumgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -87870,20 +88404,20 @@ input goerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: goerli_TransferStatus - status_not: goerli_TransferStatus - status_in: [goerli_TransferStatus!] - status_not_in: [goerli_TransferStatus!] - messageHash: goerli_Bytes - messageHash_not: goerli_Bytes - messageHash_gt: goerli_Bytes - messageHash_lt: goerli_Bytes - messageHash_gte: goerli_Bytes - messageHash_lte: goerli_Bytes - messageHash_in: [goerli_Bytes!] - messageHash_not_in: [goerli_Bytes!] - messageHash_contains: goerli_Bytes - messageHash_not_contains: goerli_Bytes + status: arbitrumgoerli_TransferStatus + status_not: arbitrumgoerli_TransferStatus + status_in: [arbitrumgoerli_TransferStatus!] + status_not_in: [arbitrumgoerli_TransferStatus!] + messageHash: arbitrumgoerli_Bytes + messageHash_not: arbitrumgoerli_Bytes + messageHash_gt: arbitrumgoerli_Bytes + messageHash_lt: arbitrumgoerli_Bytes + messageHash_gte: arbitrumgoerli_Bytes + messageHash_lte: arbitrumgoerli_Bytes + messageHash_in: [arbitrumgoerli_Bytes!] + messageHash_not_in: [arbitrumgoerli_Bytes!] + messageHash_contains: arbitrumgoerli_Bytes + messageHash_not_contains: arbitrumgoerli_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -87908,40 +88442,40 @@ input goerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: goerli_Bytes - to_not: goerli_Bytes - to_gt: goerli_Bytes - to_lt: goerli_Bytes - to_gte: goerli_Bytes - to_lte: goerli_Bytes - to_in: [goerli_Bytes!] - to_not_in: [goerli_Bytes!] - to_contains: goerli_Bytes - to_not_contains: goerli_Bytes - delegate: goerli_Bytes - delegate_not: goerli_Bytes - delegate_gt: goerli_Bytes - delegate_lt: goerli_Bytes - delegate_gte: goerli_Bytes - delegate_lte: goerli_Bytes - delegate_in: [goerli_Bytes!] - delegate_not_in: [goerli_Bytes!] - delegate_contains: goerli_Bytes - delegate_not_contains: goerli_Bytes + to: arbitrumgoerli_Bytes + to_not: arbitrumgoerli_Bytes + to_gt: arbitrumgoerli_Bytes + to_lt: arbitrumgoerli_Bytes + to_gte: arbitrumgoerli_Bytes + to_lte: arbitrumgoerli_Bytes + to_in: [arbitrumgoerli_Bytes!] + to_not_in: [arbitrumgoerli_Bytes!] + to_contains: arbitrumgoerli_Bytes + to_not_contains: arbitrumgoerli_Bytes + delegate: arbitrumgoerli_Bytes + delegate_not: arbitrumgoerli_Bytes + delegate_gt: arbitrumgoerli_Bytes + delegate_lt: arbitrumgoerli_Bytes + delegate_gte: arbitrumgoerli_Bytes + delegate_lte: arbitrumgoerli_Bytes + delegate_in: [arbitrumgoerli_Bytes!] + delegate_not_in: [arbitrumgoerli_Bytes!] + delegate_contains: arbitrumgoerli_Bytes + delegate_not_contains: arbitrumgoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: goerli_Bytes - callData_not: goerli_Bytes - callData_gt: goerli_Bytes - callData_lt: goerli_Bytes - callData_gte: goerli_Bytes - callData_lte: goerli_Bytes - callData_in: [goerli_Bytes!] - callData_not_in: [goerli_Bytes!] - callData_contains: goerli_Bytes - callData_not_contains: goerli_Bytes + callData: arbitrumgoerli_Bytes + callData_not: arbitrumgoerli_Bytes + callData_gt: arbitrumgoerli_Bytes + callData_lt: arbitrumgoerli_Bytes + callData_gte: arbitrumgoerli_Bytes + callData_lte: arbitrumgoerli_Bytes + callData_in: [arbitrumgoerli_Bytes!] + callData_not_in: [arbitrumgoerli_Bytes!] + callData_contains: arbitrumgoerli_Bytes + callData_not_contains: arbitrumgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -87950,16 +88484,16 @@ input goerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: goerli_Bytes - originSender_not: goerli_Bytes - originSender_gt: goerli_Bytes - originSender_lt: goerli_Bytes - originSender_gte: goerli_Bytes - originSender_lte: goerli_Bytes - originSender_in: [goerli_Bytes!] - originSender_not_in: [goerli_Bytes!] - originSender_contains: goerli_Bytes - originSender_not_contains: goerli_Bytes + originSender: arbitrumgoerli_Bytes + originSender_not: arbitrumgoerli_Bytes + originSender_gt: arbitrumgoerli_Bytes + originSender_lt: arbitrumgoerli_Bytes + originSender_gte: arbitrumgoerli_Bytes + originSender_lte: arbitrumgoerli_Bytes + originSender_in: [arbitrumgoerli_Bytes!] + originSender_not_in: [arbitrumgoerli_Bytes!] + originSender_contains: arbitrumgoerli_Bytes + originSender_not_contains: arbitrumgoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -87976,16 +88510,16 @@ input goerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: goerli_Bytes - canonicalId_not: goerli_Bytes - canonicalId_gt: goerli_Bytes - canonicalId_lt: goerli_Bytes - canonicalId_gte: goerli_Bytes - canonicalId_lte: goerli_Bytes - canonicalId_in: [goerli_Bytes!] - canonicalId_not_in: [goerli_Bytes!] - canonicalId_contains: goerli_Bytes - canonicalId_not_contains: goerli_Bytes + canonicalId: arbitrumgoerli_Bytes + canonicalId_not: arbitrumgoerli_Bytes + canonicalId_gt: arbitrumgoerli_Bytes + canonicalId_lt: arbitrumgoerli_Bytes + canonicalId_gte: arbitrumgoerli_Bytes + canonicalId_lte: arbitrumgoerli_Bytes + canonicalId_in: [arbitrumgoerli_Bytes!] + canonicalId_not_in: [arbitrumgoerli_Bytes!] + canonicalId_contains: arbitrumgoerli_Bytes + canonicalId_not_contains: arbitrumgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -88006,17 +88540,17 @@ input goerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter - transactingAsset: goerli_Bytes - transactingAsset_not: goerli_Bytes - transactingAsset_gt: goerli_Bytes - transactingAsset_lt: goerli_Bytes - transactingAsset_gte: goerli_Bytes - transactingAsset_lte: goerli_Bytes - transactingAsset_in: [goerli_Bytes!] - transactingAsset_not_in: [goerli_Bytes!] - transactingAsset_contains: goerli_Bytes - transactingAsset_not_contains: goerli_Bytes + asset_: arbitrumgoerli_Asset_filter + transactingAsset: arbitrumgoerli_Bytes + transactingAsset_not: arbitrumgoerli_Bytes + transactingAsset_gt: arbitrumgoerli_Bytes + transactingAsset_lt: arbitrumgoerli_Bytes + transactingAsset_gte: arbitrumgoerli_Bytes + transactingAsset_lte: arbitrumgoerli_Bytes + transactingAsset_in: [arbitrumgoerli_Bytes!] + transactingAsset_not_in: [arbitrumgoerli_Bytes!] + transactingAsset_contains: arbitrumgoerli_Bytes + transactingAsset_not_contains: arbitrumgoerli_Bytes message: String message_not: String message_gt: String @@ -88037,7 +88571,7 @@ input goerli_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: goerli_OriginMessage_filter + message_: arbitrumgoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -88052,37 +88586,37 @@ input goerli_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: goerli_RelayerFee_filter - initialRelayerFeeAsset: goerli_Bytes - initialRelayerFeeAsset_not: goerli_Bytes - initialRelayerFeeAsset_gt: goerli_Bytes - initialRelayerFeeAsset_lt: goerli_Bytes - initialRelayerFeeAsset_gte: goerli_Bytes - initialRelayerFeeAsset_lte: goerli_Bytes - initialRelayerFeeAsset_in: [goerli_Bytes!] - initialRelayerFeeAsset_not_in: [goerli_Bytes!] - initialRelayerFeeAsset_contains: goerli_Bytes - initialRelayerFeeAsset_not_contains: goerli_Bytes - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + relayerFees_: arbitrumgoerli_RelayerFee_filter + initialRelayerFeeAsset: arbitrumgoerli_Bytes + initialRelayerFeeAsset_not: arbitrumgoerli_Bytes + initialRelayerFeeAsset_gt: arbitrumgoerli_Bytes + initialRelayerFeeAsset_lt: arbitrumgoerli_Bytes + initialRelayerFeeAsset_gte: arbitrumgoerli_Bytes + initialRelayerFeeAsset_lte: arbitrumgoerli_Bytes + initialRelayerFeeAsset_in: [arbitrumgoerli_Bytes!] + initialRelayerFeeAsset_not_in: [arbitrumgoerli_Bytes!] + initialRelayerFeeAsset_contains: arbitrumgoerli_Bytes + initialRelayerFeeAsset_not_contains: arbitrumgoerli_Bytes + caller: arbitrumgoerli_Bytes + caller_not: arbitrumgoerli_Bytes + caller_gt: arbitrumgoerli_Bytes + caller_lt: arbitrumgoerli_Bytes + caller_gte: arbitrumgoerli_Bytes + caller_lte: arbitrumgoerli_Bytes + caller_in: [arbitrumgoerli_Bytes!] + caller_not_in: [arbitrumgoerli_Bytes!] + caller_contains: arbitrumgoerli_Bytes + caller_not_contains: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes + transactionHash_not: arbitrumgoerli_Bytes + transactionHash_gt: arbitrumgoerli_Bytes + transactionHash_lt: arbitrumgoerli_Bytes + transactionHash_gte: arbitrumgoerli_Bytes + transactionHash_lte: arbitrumgoerli_Bytes + transactionHash_in: [arbitrumgoerli_Bytes!] + transactionHash_not_in: [arbitrumgoerli_Bytes!] + transactionHash_contains: arbitrumgoerli_Bytes + transactionHash_not_contains: arbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -88115,16 +88649,16 @@ input goerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: goerli_Bytes - txOrigin_not: goerli_Bytes - txOrigin_gt: goerli_Bytes - txOrigin_lt: goerli_Bytes - txOrigin_gte: goerli_Bytes - txOrigin_lte: goerli_Bytes - txOrigin_in: [goerli_Bytes!] - txOrigin_not_in: [goerli_Bytes!] - txOrigin_contains: goerli_Bytes - txOrigin_not_contains: goerli_Bytes + txOrigin: arbitrumgoerli_Bytes + txOrigin_not: arbitrumgoerli_Bytes + txOrigin_gt: arbitrumgoerli_Bytes + txOrigin_lt: arbitrumgoerli_Bytes + txOrigin_gte: arbitrumgoerli_Bytes + txOrigin_lte: arbitrumgoerli_Bytes + txOrigin_in: [arbitrumgoerli_Bytes!] + txOrigin_not_in: [arbitrumgoerli_Bytes!] + txOrigin_contains: arbitrumgoerli_Bytes + txOrigin_not_contains: arbitrumgoerli_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -88134,12 +88668,12 @@ input goerli_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OriginTransfer_filter] - or: [goerli_OriginTransfer_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_OriginTransfer_filter] + or: [arbitrumgoerli_OriginTransfer_filter] } -enum goerli_OriginTransfer_orderBy { +enum arbitrumgoerli_OriginTransfer_orderBy { id chainId transferId @@ -88192,20 +88726,20 @@ enum goerli_OriginTransfer_orderBy { txNonce } -type goerli_Relayer { +type arbitrumgoerli_Relayer { id: ID! isActive: Boolean! - relayer: goerli_Bytes + relayer: arbitrumgoerli_Bytes } -type goerli_RelayerFee { +type arbitrumgoerli_RelayerFee { id: ID! - transfer: goerli_OriginTransfer! + transfer: arbitrumgoerli_OriginTransfer! fee: BigInt! - asset: goerli_Bytes! + asset: arbitrumgoerli_Bytes! } -input goerli_RelayerFee_filter { +input arbitrumgoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -88234,7 +88768,7 @@ input goerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: goerli_OriginTransfer_filter + transfer_: arbitrumgoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -88243,23 +88777,23 @@ input goerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: goerli_Bytes - asset_not: goerli_Bytes - asset_gt: goerli_Bytes - asset_lt: goerli_Bytes - asset_gte: goerli_Bytes - asset_lte: goerli_Bytes - asset_in: [goerli_Bytes!] - asset_not_in: [goerli_Bytes!] - asset_contains: goerli_Bytes - asset_not_contains: goerli_Bytes + asset: arbitrumgoerli_Bytes + asset_not: arbitrumgoerli_Bytes + asset_gt: arbitrumgoerli_Bytes + asset_lt: arbitrumgoerli_Bytes + asset_gte: arbitrumgoerli_Bytes + asset_lte: arbitrumgoerli_Bytes + asset_in: [arbitrumgoerli_Bytes!] + asset_not_in: [arbitrumgoerli_Bytes!] + asset_contains: arbitrumgoerli_Bytes + asset_not_contains: arbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RelayerFee_filter] - or: [goerli_RelayerFee_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RelayerFee_filter] + or: [arbitrumgoerli_RelayerFee_filter] } -enum goerli_RelayerFee_orderBy { +enum arbitrumgoerli_RelayerFee_orderBy { id transfer transfer__id @@ -88295,20 +88829,20 @@ enum goerli_RelayerFee_orderBy { asset } -type goerli_RelayerFeesIncrease { +type arbitrumgoerli_RelayerFeesIncrease { id: ID! - transfer: goerli_OriginTransfer! + transfer: arbitrumgoerli_OriginTransfer! increase: BigInt - asset: goerli_Bytes - caller: goerli_Bytes! - transactionHash: goerli_Bytes! + asset: arbitrumgoerli_Bytes + caller: arbitrumgoerli_Bytes! + transactionHash: arbitrumgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input goerli_RelayerFeesIncrease_filter { +input arbitrumgoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -88337,7 +88871,7 @@ input goerli_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: goerli_OriginTransfer_filter + transfer_: arbitrumgoerli_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -88346,36 +88880,36 @@ input goerli_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: goerli_Bytes - asset_not: goerli_Bytes - asset_gt: goerli_Bytes - asset_lt: goerli_Bytes - asset_gte: goerli_Bytes - asset_lte: goerli_Bytes - asset_in: [goerli_Bytes!] - asset_not_in: [goerli_Bytes!] - asset_contains: goerli_Bytes - asset_not_contains: goerli_Bytes - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + asset: arbitrumgoerli_Bytes + asset_not: arbitrumgoerli_Bytes + asset_gt: arbitrumgoerli_Bytes + asset_lt: arbitrumgoerli_Bytes + asset_gte: arbitrumgoerli_Bytes + asset_lte: arbitrumgoerli_Bytes + asset_in: [arbitrumgoerli_Bytes!] + asset_not_in: [arbitrumgoerli_Bytes!] + asset_contains: arbitrumgoerli_Bytes + asset_not_contains: arbitrumgoerli_Bytes + caller: arbitrumgoerli_Bytes + caller_not: arbitrumgoerli_Bytes + caller_gt: arbitrumgoerli_Bytes + caller_lt: arbitrumgoerli_Bytes + caller_gte: arbitrumgoerli_Bytes + caller_lte: arbitrumgoerli_Bytes + caller_in: [arbitrumgoerli_Bytes!] + caller_not_in: [arbitrumgoerli_Bytes!] + caller_contains: arbitrumgoerli_Bytes + caller_not_contains: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes + transactionHash_not: arbitrumgoerli_Bytes + transactionHash_gt: arbitrumgoerli_Bytes + transactionHash_lt: arbitrumgoerli_Bytes + transactionHash_gte: arbitrumgoerli_Bytes + transactionHash_lte: arbitrumgoerli_Bytes + transactionHash_in: [arbitrumgoerli_Bytes!] + transactionHash_not_in: [arbitrumgoerli_Bytes!] + transactionHash_contains: arbitrumgoerli_Bytes + transactionHash_not_contains: arbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -88409,12 +88943,12 @@ input goerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RelayerFeesIncrease_filter] - or: [goerli_RelayerFeesIncrease_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RelayerFeesIncrease_filter] + or: [arbitrumgoerli_RelayerFeesIncrease_filter] } -enum goerli_RelayerFeesIncrease_orderBy { +enum arbitrumgoerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -88456,7 +88990,7 @@ enum goerli_RelayerFeesIncrease_orderBy { blockNumber } -input goerli_Relayer_filter { +input arbitrumgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -88469,34 +89003,34 @@ input goerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: goerli_Bytes - relayer_not: goerli_Bytes - relayer_gt: goerli_Bytes - relayer_lt: goerli_Bytes - relayer_gte: goerli_Bytes - relayer_lte: goerli_Bytes - relayer_in: [goerli_Bytes!] - relayer_not_in: [goerli_Bytes!] - relayer_contains: goerli_Bytes - relayer_not_contains: goerli_Bytes + relayer: arbitrumgoerli_Bytes + relayer_not: arbitrumgoerli_Bytes + relayer_gt: arbitrumgoerli_Bytes + relayer_lt: arbitrumgoerli_Bytes + relayer_gte: arbitrumgoerli_Bytes + relayer_lte: arbitrumgoerli_Bytes + relayer_in: [arbitrumgoerli_Bytes!] + relayer_not_in: [arbitrumgoerli_Bytes!] + relayer_contains: arbitrumgoerli_Bytes + relayer_not_contains: arbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_Relayer_filter] - or: [goerli_Relayer_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Relayer_filter] + or: [arbitrumgoerli_Relayer_filter] } -enum goerli_Relayer_orderBy { +enum arbitrumgoerli_Relayer_orderBy { id isActive relayer } -type goerli_RootCount { +type arbitrumgoerli_RootCount { id: ID! count: BigInt } -input goerli_RootCount_filter { +input arbitrumgoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -88514,31 +89048,31 @@ input goerli_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootCount_filter] - or: [goerli_RootCount_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RootCount_filter] + or: [arbitrumgoerli_RootCount_filter] } -enum goerli_RootCount_orderBy { +enum arbitrumgoerli_RootCount_orderBy { id count } -type goerli_RootMessageSent { +type arbitrumgoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: goerli_Bytes + root: arbitrumgoerli_Bytes count: BigInt - caller: goerli_Bytes - transactionHash: goerli_Bytes + caller: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input goerli_RootMessageSent_filter { +input arbitrumgoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -88557,22 +89091,22 @@ input goerli_RootMessageSent_filter { 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!] - root: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: arbitrumgoerli_Bytes + root_not: arbitrumgoerli_Bytes + root_gt: arbitrumgoerli_Bytes + root_lt: arbitrumgoerli_Bytes + root_gte: arbitrumgoerli_Bytes + root_lte: arbitrumgoerli_Bytes + root_in: [arbitrumgoerli_Bytes!] + root_not_in: [arbitrumgoerli_Bytes!] + root_contains: arbitrumgoerli_Bytes + root_not_contains: arbitrumgoerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -88581,26 +89115,26 @@ input goerli_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + caller: arbitrumgoerli_Bytes + caller_not: arbitrumgoerli_Bytes + caller_gt: arbitrumgoerli_Bytes + caller_lt: arbitrumgoerli_Bytes + caller_gte: arbitrumgoerli_Bytes + caller_lte: arbitrumgoerli_Bytes + caller_in: [arbitrumgoerli_Bytes!] + caller_not_in: [arbitrumgoerli_Bytes!] + caller_contains: arbitrumgoerli_Bytes + caller_not_contains: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes + transactionHash_not: arbitrumgoerli_Bytes + transactionHash_gt: arbitrumgoerli_Bytes + transactionHash_lt: arbitrumgoerli_Bytes + transactionHash_gte: arbitrumgoerli_Bytes + transactionHash_lte: arbitrumgoerli_Bytes + transactionHash_in: [arbitrumgoerli_Bytes!] + transactionHash_not_in: [arbitrumgoerli_Bytes!] + transactionHash_contains: arbitrumgoerli_Bytes + transactionHash_not_contains: arbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -88634,12 +89168,12 @@ input goerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootMessageSent_filter] - or: [goerli_RootMessageSent_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RootMessageSent_filter] + or: [arbitrumgoerli_RootMessageSent_filter] } -enum goerli_RootMessageSent_orderBy { +enum arbitrumgoerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -88653,25 +89187,25 @@ enum goerli_RootMessageSent_orderBy { blockNumber } -type goerli_Router { +type arbitrumgoerli_Router { id: ID! isActive: Boolean! - owner: goerli_Bytes - recipient: goerli_Bytes - proposedOwner: goerli_Bytes + owner: arbitrumgoerli_Bytes + recipient: arbitrumgoerli_Bytes + proposedOwner: arbitrumgoerli_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: goerli_AssetBalance_orderBy, orderDirection: goerli_OrderDirection, where: goerli_AssetBalance_filter): [goerli_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_AssetBalance_orderBy, orderDirection: arbitrumgoerli_OrderDirection, where: arbitrumgoerli_AssetBalance_filter): [arbitrumgoerli_AssetBalance!]! } -type goerli_RouterDailyTVL { +type arbitrumgoerli_RouterDailyTVL { id: ID! - router: goerli_Router! - asset: goerli_Asset! + router: arbitrumgoerli_Router! + asset: arbitrumgoerli_Asset! timestamp: BigInt! balance: BigInt! } -input goerli_RouterDailyTVL_filter { +input arbitrumgoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -88700,7 +89234,7 @@ input goerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: goerli_Router_filter + router_: arbitrumgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -88721,7 +89255,7 @@ input goerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter + asset_: arbitrumgoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -88739,12 +89273,12 @@ input goerli_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RouterDailyTVL_filter] - or: [goerli_RouterDailyTVL_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RouterDailyTVL_filter] + or: [arbitrumgoerli_RouterDailyTVL_filter] } -enum goerli_RouterDailyTVL_orderBy { +enum arbitrumgoerli_RouterDailyTVL_orderBy { id router router__id @@ -88767,26 +89301,26 @@ enum goerli_RouterDailyTVL_orderBy { balance } -type goerli_RouterLiquidityEvent { +type arbitrumgoerli_RouterLiquidityEvent { id: ID! - type: goerli_RouterLiquidityEventType - router: goerli_Router! - asset: goerli_Asset! + type: arbitrumgoerli_RouterLiquidityEventType + router: arbitrumgoerli_Router! + asset: arbitrumgoerli_Asset! amount: BigInt! balance: BigInt! - caller: goerli_Bytes + caller: arbitrumgoerli_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: goerli_Bytes! + transactionHash: arbitrumgoerli_Bytes! nonce: BigInt! } -enum goerli_RouterLiquidityEventType { +enum arbitrumgoerli_RouterLiquidityEventType { Add Remove } -input goerli_RouterLiquidityEvent_filter { +input arbitrumgoerli_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -88795,10 +89329,10 @@ input goerli_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: goerli_RouterLiquidityEventType - type_not: goerli_RouterLiquidityEventType - type_in: [goerli_RouterLiquidityEventType!] - type_not_in: [goerli_RouterLiquidityEventType!] + type: arbitrumgoerli_RouterLiquidityEventType + type_not: arbitrumgoerli_RouterLiquidityEventType + type_in: [arbitrumgoerli_RouterLiquidityEventType!] + type_not_in: [arbitrumgoerli_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -88819,7 +89353,7 @@ input goerli_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: goerli_Router_filter + router_: arbitrumgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -88840,7 +89374,7 @@ input goerli_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter + asset_: arbitrumgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -88857,16 +89391,16 @@ input goerli_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes + caller: arbitrumgoerli_Bytes + caller_not: arbitrumgoerli_Bytes + caller_gt: arbitrumgoerli_Bytes + caller_lt: arbitrumgoerli_Bytes + caller_gte: arbitrumgoerli_Bytes + caller_lte: arbitrumgoerli_Bytes + caller_in: [arbitrumgoerli_Bytes!] + caller_not_in: [arbitrumgoerli_Bytes!] + caller_contains: arbitrumgoerli_Bytes + caller_not_contains: arbitrumgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -88883,16 +89417,16 @@ input goerli_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + transactionHash: arbitrumgoerli_Bytes + transactionHash_not: arbitrumgoerli_Bytes + transactionHash_gt: arbitrumgoerli_Bytes + transactionHash_lt: arbitrumgoerli_Bytes + transactionHash_gte: arbitrumgoerli_Bytes + transactionHash_lte: arbitrumgoerli_Bytes + transactionHash_in: [arbitrumgoerli_Bytes!] + transactionHash_not_in: [arbitrumgoerli_Bytes!] + transactionHash_contains: arbitrumgoerli_Bytes + transactionHash_not_contains: arbitrumgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -88902,12 +89436,12 @@ input goerli_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RouterLiquidityEvent_filter] - or: [goerli_RouterLiquidityEvent_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RouterLiquidityEvent_filter] + or: [arbitrumgoerli_RouterLiquidityEvent_filter] } -enum goerli_RouterLiquidityEvent_orderBy { +enum arbitrumgoerli_RouterLiquidityEvent_orderBy { id type router @@ -88936,7 +89470,7 @@ enum goerli_RouterLiquidityEvent_orderBy { nonce } -input goerli_Router_filter { +input arbitrumgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -88949,36 +89483,36 @@ input goerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: goerli_Bytes - owner_not: goerli_Bytes - owner_gt: goerli_Bytes - owner_lt: goerli_Bytes - owner_gte: goerli_Bytes - owner_lte: goerli_Bytes - owner_in: [goerli_Bytes!] - owner_not_in: [goerli_Bytes!] - owner_contains: goerli_Bytes - owner_not_contains: goerli_Bytes - recipient: goerli_Bytes - recipient_not: goerli_Bytes - recipient_gt: goerli_Bytes - recipient_lt: goerli_Bytes - recipient_gte: goerli_Bytes - recipient_lte: goerli_Bytes - recipient_in: [goerli_Bytes!] - recipient_not_in: [goerli_Bytes!] - recipient_contains: goerli_Bytes - recipient_not_contains: goerli_Bytes - proposedOwner: goerli_Bytes - proposedOwner_not: goerli_Bytes - proposedOwner_gt: goerli_Bytes - proposedOwner_lt: goerli_Bytes - proposedOwner_gte: goerli_Bytes - proposedOwner_lte: goerli_Bytes - proposedOwner_in: [goerli_Bytes!] - proposedOwner_not_in: [goerli_Bytes!] - proposedOwner_contains: goerli_Bytes - proposedOwner_not_contains: goerli_Bytes + owner: arbitrumgoerli_Bytes + owner_not: arbitrumgoerli_Bytes + owner_gt: arbitrumgoerli_Bytes + owner_lt: arbitrumgoerli_Bytes + owner_gte: arbitrumgoerli_Bytes + owner_lte: arbitrumgoerli_Bytes + owner_in: [arbitrumgoerli_Bytes!] + owner_not_in: [arbitrumgoerli_Bytes!] + owner_contains: arbitrumgoerli_Bytes + owner_not_contains: arbitrumgoerli_Bytes + recipient: arbitrumgoerli_Bytes + recipient_not: arbitrumgoerli_Bytes + recipient_gt: arbitrumgoerli_Bytes + recipient_lt: arbitrumgoerli_Bytes + recipient_gte: arbitrumgoerli_Bytes + recipient_lte: arbitrumgoerli_Bytes + recipient_in: [arbitrumgoerli_Bytes!] + recipient_not_in: [arbitrumgoerli_Bytes!] + recipient_contains: arbitrumgoerli_Bytes + recipient_not_contains: arbitrumgoerli_Bytes + proposedOwner: arbitrumgoerli_Bytes + proposedOwner_not: arbitrumgoerli_Bytes + proposedOwner_gt: arbitrumgoerli_Bytes + proposedOwner_lt: arbitrumgoerli_Bytes + proposedOwner_gte: arbitrumgoerli_Bytes + proposedOwner_lte: arbitrumgoerli_Bytes + proposedOwner_in: [arbitrumgoerli_Bytes!] + proposedOwner_not_in: [arbitrumgoerli_Bytes!] + proposedOwner_contains: arbitrumgoerli_Bytes + proposedOwner_not_contains: arbitrumgoerli_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -88987,14 +89521,14 @@ input goerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: goerli_AssetBalance_filter + assetBalances_: arbitrumgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_Router_filter] - or: [goerli_Router_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Router_filter] + or: [arbitrumgoerli_Router_filter] } -enum goerli_Router_orderBy { +enum arbitrumgoerli_Router_orderBy { id isActive owner @@ -89004,13 +89538,13 @@ enum goerli_Router_orderBy { assetBalances } -type goerli_Sequencer { +type arbitrumgoerli_Sequencer { id: ID! isActive: Boolean! - sequencer: goerli_Bytes + sequencer: arbitrumgoerli_Bytes } -input goerli_Sequencer_filter { +input arbitrumgoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -89023,35 +89557,35 @@ input goerli_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: goerli_Bytes - sequencer_not: goerli_Bytes - sequencer_gt: goerli_Bytes - sequencer_lt: goerli_Bytes - sequencer_gte: goerli_Bytes - sequencer_lte: goerli_Bytes - sequencer_in: [goerli_Bytes!] - sequencer_not_in: [goerli_Bytes!] - sequencer_contains: goerli_Bytes - sequencer_not_contains: goerli_Bytes + sequencer: arbitrumgoerli_Bytes + sequencer_not: arbitrumgoerli_Bytes + sequencer_gt: arbitrumgoerli_Bytes + sequencer_lt: arbitrumgoerli_Bytes + sequencer_gte: arbitrumgoerli_Bytes + sequencer_lte: arbitrumgoerli_Bytes + sequencer_in: [arbitrumgoerli_Bytes!] + sequencer_not_in: [arbitrumgoerli_Bytes!] + sequencer_contains: arbitrumgoerli_Bytes + sequencer_not_contains: arbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_Sequencer_filter] - or: [goerli_Sequencer_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Sequencer_filter] + or: [arbitrumgoerli_Sequencer_filter] } -enum goerli_Sequencer_orderBy { +enum arbitrumgoerli_Sequencer_orderBy { id isActive sequencer } -type goerli_Setting { +type arbitrumgoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: goerli_Bytes! + caller: arbitrumgoerli_Bytes! } -input goerli_Setting_filter { +input arbitrumgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -89068,41 +89602,41 @@ input goerli_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes + caller: arbitrumgoerli_Bytes + caller_not: arbitrumgoerli_Bytes + caller_gt: arbitrumgoerli_Bytes + caller_lt: arbitrumgoerli_Bytes + caller_gte: arbitrumgoerli_Bytes + caller_lte: arbitrumgoerli_Bytes + caller_in: [arbitrumgoerli_Bytes!] + caller_not_in: [arbitrumgoerli_Bytes!] + caller_contains: arbitrumgoerli_Bytes + caller_not_contains: arbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_Setting_filter] - or: [goerli_Setting_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Setting_filter] + or: [arbitrumgoerli_Setting_filter] } -enum goerli_Setting_orderBy { +enum arbitrumgoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type goerli_SlippageUpdate { +type arbitrumgoerli_SlippageUpdate { id: ID! - transfer: goerli_DestinationTransfer! + transfer: arbitrumgoerli_DestinationTransfer! slippage: BigInt! - caller: goerli_Bytes! - transactionHash: goerli_Bytes! + caller: arbitrumgoerli_Bytes! + transactionHash: arbitrumgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input goerli_SlippageUpdate_filter { +input arbitrumgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -89131,7 +89665,7 @@ input goerli_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: goerli_DestinationTransfer_filter + transfer_: arbitrumgoerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -89140,26 +89674,26 @@ input goerli_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + caller: arbitrumgoerli_Bytes + caller_not: arbitrumgoerli_Bytes + caller_gt: arbitrumgoerli_Bytes + caller_lt: arbitrumgoerli_Bytes + caller_gte: arbitrumgoerli_Bytes + caller_lte: arbitrumgoerli_Bytes + caller_in: [arbitrumgoerli_Bytes!] + caller_not_in: [arbitrumgoerli_Bytes!] + caller_contains: arbitrumgoerli_Bytes + caller_not_contains: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes + transactionHash_not: arbitrumgoerli_Bytes + transactionHash_gt: arbitrumgoerli_Bytes + transactionHash_lt: arbitrumgoerli_Bytes + transactionHash_gte: arbitrumgoerli_Bytes + transactionHash_lte: arbitrumgoerli_Bytes + transactionHash_in: [arbitrumgoerli_Bytes!] + transactionHash_not_in: [arbitrumgoerli_Bytes!] + transactionHash_contains: arbitrumgoerli_Bytes + transactionHash_not_contains: arbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -89193,159 +89727,99 @@ input goerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_SlippageUpdate_filter] - or: [goerli_SlippageUpdate_filter] -} - -enum goerli_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -enum goerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type localmainnet_AggregateRoot { - id: ID! - root: localmainnet_Bytes! - blockNumber: BigInt! -} - -type localmainnet_AggregateRootProposed { - id: ID! - aggregateRoot: localmainnet_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input localmainnet_AggregateRootProposed_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!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AggregateRootProposed_filter] - or: [localmainnet_AggregateRootProposed_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_SlippageUpdate_filter] + or: [arbitrumgoerli_SlippageUpdate_filter] } - -enum localmainnet_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain + +enum arbitrumgoerli_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -input localmainnet_AggregateRoot_filter { +enum arbitrumgoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type arbitrumgoerli__Block_ { + """The hash of the block""" + hash: arbitrumgoerli_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type arbitrumgoerli__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: arbitrumgoerli__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type mumbai_AggregateRoot { + id: ID! + root: mumbai_Bytes! + blockNumber: BigInt! +} + +input mumbai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -89354,16 +89828,16 @@ input localmainnet_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes + root: mumbai_Bytes + root_not: mumbai_Bytes + root_gt: mumbai_Bytes + root_lt: mumbai_Bytes + root_gte: mumbai_Bytes + root_lte: mumbai_Bytes + root_in: [mumbai_Bytes!] + root_not_in: [mumbai_Bytes!] + root_contains: mumbai_Bytes + root_not_contains: mumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -89373,41 +89847,42 @@ input localmainnet_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AggregateRoot_filter] - or: [localmainnet_AggregateRoot_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AggregateRoot_filter] + or: [mumbai_AggregateRoot_filter] } -enum localmainnet_AggregateRoot_orderBy { +enum mumbai_AggregateRoot_orderBy { id root blockNumber } -type localmainnet_Asset { +type mumbai_Asset { id: ID! - key: localmainnet_Bytes + key: mumbai_Bytes decimal: BigInt - canonicalId: localmainnet_Bytes + adoptedDecimal: BigInt + canonicalId: mumbai_Bytes canonicalDomain: BigInt - adoptedAsset: localmainnet_Bytes - localAsset: localmainnet_Bytes + adoptedAsset: mumbai_Bytes + localAsset: mumbai_Bytes blockNumber: BigInt - status: localmainnet_AssetStatus + status: mumbai_AssetStatus } -type localmainnet_AssetBalance { +type mumbai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: localmainnet_Router! - asset: localmainnet_Asset! + router: mumbai_Router! + asset: mumbai_Asset! feesEarned: BigInt! } -input localmainnet_AssetBalance_filter { +input mumbai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -89468,7 +89943,7 @@ input localmainnet_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localmainnet_Router_filter + router_: mumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -89489,7 +89964,7 @@ input localmainnet_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localmainnet_Asset_filter + asset_: mumbai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -89499,12 +89974,12 @@ input localmainnet_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AssetBalance_filter] - or: [localmainnet_AssetBalance_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AssetBalance_filter] + or: [mumbai_AssetBalance_filter] } -enum localmainnet_AssetBalance_orderBy { +enum mumbai_AssetBalance_orderBy { id amount locked @@ -89521,6 +89996,7 @@ enum localmainnet_AssetBalance_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -89529,12 +90005,12 @@ enum localmainnet_AssetBalance_orderBy { feesEarned } -type localmainnet_AssetStatus { +type mumbai_AssetStatus { id: ID! status: Boolean } -input localmainnet_AssetStatus_filter { +input mumbai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -89548,17 +90024,17 @@ input localmainnet_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AssetStatus_filter] - or: [localmainnet_AssetStatus_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AssetStatus_filter] + or: [mumbai_AssetStatus_filter] } -enum localmainnet_AssetStatus_orderBy { +enum mumbai_AssetStatus_orderBy { id status } -input localmainnet_Asset_filter { +input mumbai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -89567,16 +90043,16 @@ input localmainnet_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: localmainnet_Bytes - key_not: localmainnet_Bytes - key_gt: localmainnet_Bytes - key_lt: localmainnet_Bytes - key_gte: localmainnet_Bytes - key_lte: localmainnet_Bytes - key_in: [localmainnet_Bytes!] - key_not_in: [localmainnet_Bytes!] - key_contains: localmainnet_Bytes - key_not_contains: localmainnet_Bytes + key: mumbai_Bytes + key_not: mumbai_Bytes + key_gt: mumbai_Bytes + key_lt: mumbai_Bytes + key_gte: mumbai_Bytes + key_lte: mumbai_Bytes + key_in: [mumbai_Bytes!] + key_not_in: [mumbai_Bytes!] + key_contains: mumbai_Bytes + key_not_contains: mumbai_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -89585,16 +90061,24 @@ input localmainnet_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - canonicalId: localmainnet_Bytes - canonicalId_not: localmainnet_Bytes - canonicalId_gt: localmainnet_Bytes - canonicalId_lt: localmainnet_Bytes - canonicalId_gte: localmainnet_Bytes - canonicalId_lte: localmainnet_Bytes - canonicalId_in: [localmainnet_Bytes!] - canonicalId_not_in: [localmainnet_Bytes!] - canonicalId_contains: localmainnet_Bytes - canonicalId_not_contains: localmainnet_Bytes + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: mumbai_Bytes + canonicalId_not: mumbai_Bytes + canonicalId_gt: mumbai_Bytes + canonicalId_lt: mumbai_Bytes + canonicalId_gte: mumbai_Bytes + canonicalId_lte: mumbai_Bytes + canonicalId_in: [mumbai_Bytes!] + canonicalId_not_in: [mumbai_Bytes!] + canonicalId_contains: mumbai_Bytes + canonicalId_not_contains: mumbai_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -89603,26 +90087,26 @@ input localmainnet_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: localmainnet_Bytes - adoptedAsset_not: localmainnet_Bytes - adoptedAsset_gt: localmainnet_Bytes - adoptedAsset_lt: localmainnet_Bytes - adoptedAsset_gte: localmainnet_Bytes - adoptedAsset_lte: localmainnet_Bytes - adoptedAsset_in: [localmainnet_Bytes!] - adoptedAsset_not_in: [localmainnet_Bytes!] - adoptedAsset_contains: localmainnet_Bytes - adoptedAsset_not_contains: localmainnet_Bytes - localAsset: localmainnet_Bytes - localAsset_not: localmainnet_Bytes - localAsset_gt: localmainnet_Bytes - localAsset_lt: localmainnet_Bytes - localAsset_gte: localmainnet_Bytes - localAsset_lte: localmainnet_Bytes - localAsset_in: [localmainnet_Bytes!] - localAsset_not_in: [localmainnet_Bytes!] - localAsset_contains: localmainnet_Bytes - localAsset_not_contains: localmainnet_Bytes + adoptedAsset: mumbai_Bytes + adoptedAsset_not: mumbai_Bytes + adoptedAsset_gt: mumbai_Bytes + adoptedAsset_lt: mumbai_Bytes + adoptedAsset_gte: mumbai_Bytes + adoptedAsset_lte: mumbai_Bytes + adoptedAsset_in: [mumbai_Bytes!] + adoptedAsset_not_in: [mumbai_Bytes!] + adoptedAsset_contains: mumbai_Bytes + adoptedAsset_not_contains: mumbai_Bytes + localAsset: mumbai_Bytes + localAsset_not: mumbai_Bytes + localAsset_gt: mumbai_Bytes + localAsset_lt: mumbai_Bytes + localAsset_gte: mumbai_Bytes + localAsset_lte: mumbai_Bytes + localAsset_in: [mumbai_Bytes!] + localAsset_not_in: [mumbai_Bytes!] + localAsset_contains: mumbai_Bytes + localAsset_not_contains: mumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -89651,17 +90135,18 @@ input localmainnet_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: localmainnet_AssetStatus_filter + status_: mumbai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Asset_filter] - or: [localmainnet_Asset_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Asset_filter] + or: [mumbai_Asset_filter] } -enum localmainnet_Asset_orderBy { +enum mumbai_Asset_orderBy { id key decimal + adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -89672,16 +90157,30 @@ enum localmainnet_Asset_orderBy { status__status } -type localmainnet_ConnectorMeta { +scalar mumbai_BigDecimal + +input mumbai_BlockChangedFilter { + number_gte: Int! +} + +input mumbai_Block_height { + hash: mumbai_Bytes + number: Int + number_gte: Int +} + +scalar mumbai_Bytes + +type mumbai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: localmainnet_Bytes - rootManager: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes + amb: mumbai_Bytes + rootManager: mumbai_Bytes + mirrorConnector: mumbai_Bytes } -input localmainnet_ConnectorMeta_filter { +input mumbai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -89706,43 +90205,43 @@ input localmainnet_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + amb: mumbai_Bytes + amb_not: mumbai_Bytes + amb_gt: mumbai_Bytes + amb_lt: mumbai_Bytes + amb_gte: mumbai_Bytes + amb_lte: mumbai_Bytes + amb_in: [mumbai_Bytes!] + amb_not_in: [mumbai_Bytes!] + amb_contains: mumbai_Bytes + amb_not_contains: mumbai_Bytes + rootManager: mumbai_Bytes + rootManager_not: mumbai_Bytes + rootManager_gt: mumbai_Bytes + rootManager_lt: mumbai_Bytes + rootManager_gte: mumbai_Bytes + rootManager_lte: mumbai_Bytes + rootManager_in: [mumbai_Bytes!] + rootManager_not_in: [mumbai_Bytes!] + rootManager_contains: mumbai_Bytes + rootManager_not_contains: mumbai_Bytes + mirrorConnector: mumbai_Bytes + mirrorConnector_not: mumbai_Bytes + mirrorConnector_gt: mumbai_Bytes + mirrorConnector_lt: mumbai_Bytes + mirrorConnector_gte: mumbai_Bytes + mirrorConnector_lte: mumbai_Bytes + mirrorConnector_in: [mumbai_Bytes!] + mirrorConnector_not_in: [mumbai_Bytes!] + mirrorConnector_contains: mumbai_Bytes + mirrorConnector_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_ConnectorMeta_filter] - or: [localmainnet_ConnectorMeta_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_ConnectorMeta_filter] + or: [mumbai_ConnectorMeta_filter] } -enum localmainnet_ConnectorMeta_orderBy { +enum mumbai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -89751,48 +90250,48 @@ enum localmainnet_ConnectorMeta_orderBy { mirrorConnector } -type localmainnet_DestinationTransfer { +type mumbai_DestinationTransfer { id: ID! chainId: BigInt - transferId: localmainnet_Bytes + transferId: mumbai_Bytes nonce: BigInt - status: localmainnet_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: localmainnet_Router_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_Router_filter): [localmainnet_Router!] + status: mumbai_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: mumbai_Router_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_Router_filter): [mumbai_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localmainnet_Bytes - delegate: localmainnet_Bytes + to: mumbai_Bytes + delegate: mumbai_Bytes receiveLocal: Boolean - callData: localmainnet_Bytes + callData: mumbai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: localmainnet_Bytes + originSender: mumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localmainnet_Bytes - asset: localmainnet_Asset + canonicalId: mumbai_Bytes + asset: mumbai_Asset amount: BigInt routersFee: BigInt - executedCaller: localmainnet_Bytes - executedTransactionHash: localmainnet_Bytes + executedCaller: mumbai_Bytes + executedTransactionHash: mumbai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: localmainnet_Bytes + executedTxOrigin: mumbai_Bytes executedTxNonce: BigInt - reconciledCaller: localmainnet_Bytes - reconciledTransactionHash: localmainnet_Bytes + reconciledCaller: mumbai_Bytes + reconciledTransactionHash: mumbai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: localmainnet_Bytes + reconciledTxOrigin: mumbai_Bytes reconciledTxNonce: BigInt } -input localmainnet_DestinationTransfer_filter { +input mumbai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -89809,16 +90308,16 @@ input localmainnet_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: localmainnet_Bytes - transferId_not: localmainnet_Bytes - transferId_gt: localmainnet_Bytes - transferId_lt: localmainnet_Bytes - transferId_gte: localmainnet_Bytes - transferId_lte: localmainnet_Bytes - transferId_in: [localmainnet_Bytes!] - transferId_not_in: [localmainnet_Bytes!] - transferId_contains: localmainnet_Bytes - transferId_not_contains: localmainnet_Bytes + transferId: mumbai_Bytes + transferId_not: mumbai_Bytes + transferId_gt: mumbai_Bytes + transferId_lt: mumbai_Bytes + transferId_gte: mumbai_Bytes + transferId_lte: mumbai_Bytes + transferId_in: [mumbai_Bytes!] + transferId_not_in: [mumbai_Bytes!] + transferId_contains: mumbai_Bytes + transferId_not_contains: mumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -89827,17 +90326,17 @@ input localmainnet_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: localmainnet_TransferStatus - status_not: localmainnet_TransferStatus - status_in: [localmainnet_TransferStatus!] - status_not_in: [localmainnet_TransferStatus!] + status: mumbai_TransferStatus + status_not: mumbai_TransferStatus + status_in: [mumbai_TransferStatus!] + status_not_in: [mumbai_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: localmainnet_Router_filter + routers_: mumbai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -89862,40 +90361,40 @@ input localmainnet_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: localmainnet_Bytes - to_not: localmainnet_Bytes - to_gt: localmainnet_Bytes - to_lt: localmainnet_Bytes - to_gte: localmainnet_Bytes - to_lte: localmainnet_Bytes - to_in: [localmainnet_Bytes!] - to_not_in: [localmainnet_Bytes!] - to_contains: localmainnet_Bytes - to_not_contains: localmainnet_Bytes - delegate: localmainnet_Bytes - delegate_not: localmainnet_Bytes - delegate_gt: localmainnet_Bytes - delegate_lt: localmainnet_Bytes - delegate_gte: localmainnet_Bytes - delegate_lte: localmainnet_Bytes - delegate_in: [localmainnet_Bytes!] - delegate_not_in: [localmainnet_Bytes!] - delegate_contains: localmainnet_Bytes - delegate_not_contains: localmainnet_Bytes + to: mumbai_Bytes + to_not: mumbai_Bytes + to_gt: mumbai_Bytes + to_lt: mumbai_Bytes + to_gte: mumbai_Bytes + to_lte: mumbai_Bytes + to_in: [mumbai_Bytes!] + to_not_in: [mumbai_Bytes!] + to_contains: mumbai_Bytes + to_not_contains: mumbai_Bytes + delegate: mumbai_Bytes + delegate_not: mumbai_Bytes + delegate_gt: mumbai_Bytes + delegate_lt: mumbai_Bytes + delegate_gte: mumbai_Bytes + delegate_lte: mumbai_Bytes + delegate_in: [mumbai_Bytes!] + delegate_not_in: [mumbai_Bytes!] + delegate_contains: mumbai_Bytes + delegate_not_contains: mumbai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: localmainnet_Bytes - callData_not: localmainnet_Bytes - callData_gt: localmainnet_Bytes - callData_lt: localmainnet_Bytes - callData_gte: localmainnet_Bytes - callData_lte: localmainnet_Bytes - callData_in: [localmainnet_Bytes!] - callData_not_in: [localmainnet_Bytes!] - callData_contains: localmainnet_Bytes - callData_not_contains: localmainnet_Bytes + callData: mumbai_Bytes + callData_not: mumbai_Bytes + callData_gt: mumbai_Bytes + callData_lt: mumbai_Bytes + callData_gte: mumbai_Bytes + callData_lte: mumbai_Bytes + callData_in: [mumbai_Bytes!] + callData_not_in: [mumbai_Bytes!] + callData_contains: mumbai_Bytes + callData_not_contains: mumbai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -89912,16 +90411,16 @@ input localmainnet_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: localmainnet_Bytes - originSender_not: localmainnet_Bytes - originSender_gt: localmainnet_Bytes - originSender_lt: localmainnet_Bytes - originSender_gte: localmainnet_Bytes - originSender_lte: localmainnet_Bytes - originSender_in: [localmainnet_Bytes!] - originSender_not_in: [localmainnet_Bytes!] - originSender_contains: localmainnet_Bytes - originSender_not_contains: localmainnet_Bytes + originSender: mumbai_Bytes + originSender_not: mumbai_Bytes + originSender_gt: mumbai_Bytes + originSender_lt: mumbai_Bytes + originSender_gte: mumbai_Bytes + originSender_lte: mumbai_Bytes + originSender_in: [mumbai_Bytes!] + originSender_not_in: [mumbai_Bytes!] + originSender_contains: mumbai_Bytes + originSender_not_contains: mumbai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -89933,21 +90432,21 @@ input localmainnet_DestinationTransfer_filter { normalizedIn: BigInt normalizedIn_not: BigInt normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: localmainnet_Bytes - canonicalId_not: localmainnet_Bytes - canonicalId_gt: localmainnet_Bytes - canonicalId_lt: localmainnet_Bytes - canonicalId_gte: localmainnet_Bytes - canonicalId_lte: localmainnet_Bytes - canonicalId_in: [localmainnet_Bytes!] - canonicalId_not_in: [localmainnet_Bytes!] - canonicalId_contains: localmainnet_Bytes - canonicalId_not_contains: localmainnet_Bytes + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: mumbai_Bytes + canonicalId_not: mumbai_Bytes + canonicalId_gt: mumbai_Bytes + canonicalId_lt: mumbai_Bytes + canonicalId_gte: mumbai_Bytes + canonicalId_lte: mumbai_Bytes + canonicalId_in: [mumbai_Bytes!] + canonicalId_not_in: [mumbai_Bytes!] + canonicalId_contains: mumbai_Bytes + canonicalId_not_contains: mumbai_Bytes asset: String asset_not: String asset_gt: String @@ -89968,7 +90467,7 @@ input localmainnet_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localmainnet_Asset_filter + asset_: mumbai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -89985,26 +90484,26 @@ input localmainnet_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: localmainnet_Bytes - executedCaller_not: localmainnet_Bytes - executedCaller_gt: localmainnet_Bytes - executedCaller_lt: localmainnet_Bytes - executedCaller_gte: localmainnet_Bytes - executedCaller_lte: localmainnet_Bytes - executedCaller_in: [localmainnet_Bytes!] - executedCaller_not_in: [localmainnet_Bytes!] - executedCaller_contains: localmainnet_Bytes - executedCaller_not_contains: localmainnet_Bytes - executedTransactionHash: localmainnet_Bytes - executedTransactionHash_not: localmainnet_Bytes - executedTransactionHash_gt: localmainnet_Bytes - executedTransactionHash_lt: localmainnet_Bytes - executedTransactionHash_gte: localmainnet_Bytes - executedTransactionHash_lte: localmainnet_Bytes - executedTransactionHash_in: [localmainnet_Bytes!] - executedTransactionHash_not_in: [localmainnet_Bytes!] - executedTransactionHash_contains: localmainnet_Bytes - executedTransactionHash_not_contains: localmainnet_Bytes + executedCaller: mumbai_Bytes + executedCaller_not: mumbai_Bytes + executedCaller_gt: mumbai_Bytes + executedCaller_lt: mumbai_Bytes + executedCaller_gte: mumbai_Bytes + executedCaller_lte: mumbai_Bytes + executedCaller_in: [mumbai_Bytes!] + executedCaller_not_in: [mumbai_Bytes!] + executedCaller_contains: mumbai_Bytes + executedCaller_not_contains: mumbai_Bytes + executedTransactionHash: mumbai_Bytes + executedTransactionHash_not: mumbai_Bytes + executedTransactionHash_gt: mumbai_Bytes + executedTransactionHash_lt: mumbai_Bytes + executedTransactionHash_gte: mumbai_Bytes + executedTransactionHash_lte: mumbai_Bytes + executedTransactionHash_in: [mumbai_Bytes!] + executedTransactionHash_not_in: [mumbai_Bytes!] + executedTransactionHash_contains: mumbai_Bytes + executedTransactionHash_not_contains: mumbai_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -90037,16 +90536,16 @@ input localmainnet_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: localmainnet_Bytes - executedTxOrigin_not: localmainnet_Bytes - executedTxOrigin_gt: localmainnet_Bytes - executedTxOrigin_lt: localmainnet_Bytes - executedTxOrigin_gte: localmainnet_Bytes - executedTxOrigin_lte: localmainnet_Bytes - executedTxOrigin_in: [localmainnet_Bytes!] - executedTxOrigin_not_in: [localmainnet_Bytes!] - executedTxOrigin_contains: localmainnet_Bytes - executedTxOrigin_not_contains: localmainnet_Bytes + executedTxOrigin: mumbai_Bytes + executedTxOrigin_not: mumbai_Bytes + executedTxOrigin_gt: mumbai_Bytes + executedTxOrigin_lt: mumbai_Bytes + executedTxOrigin_gte: mumbai_Bytes + executedTxOrigin_lte: mumbai_Bytes + executedTxOrigin_in: [mumbai_Bytes!] + executedTxOrigin_not_in: [mumbai_Bytes!] + executedTxOrigin_contains: mumbai_Bytes + executedTxOrigin_not_contains: mumbai_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -90055,26 +90554,26 @@ input localmainnet_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: localmainnet_Bytes - reconciledCaller_not: localmainnet_Bytes - reconciledCaller_gt: localmainnet_Bytes - reconciledCaller_lt: localmainnet_Bytes - reconciledCaller_gte: localmainnet_Bytes - reconciledCaller_lte: localmainnet_Bytes - reconciledCaller_in: [localmainnet_Bytes!] - reconciledCaller_not_in: [localmainnet_Bytes!] - reconciledCaller_contains: localmainnet_Bytes - reconciledCaller_not_contains: localmainnet_Bytes - reconciledTransactionHash: localmainnet_Bytes - reconciledTransactionHash_not: localmainnet_Bytes - reconciledTransactionHash_gt: localmainnet_Bytes - reconciledTransactionHash_lt: localmainnet_Bytes - reconciledTransactionHash_gte: localmainnet_Bytes - reconciledTransactionHash_lte: localmainnet_Bytes - reconciledTransactionHash_in: [localmainnet_Bytes!] - reconciledTransactionHash_not_in: [localmainnet_Bytes!] - reconciledTransactionHash_contains: localmainnet_Bytes - reconciledTransactionHash_not_contains: localmainnet_Bytes + reconciledCaller: mumbai_Bytes + reconciledCaller_not: mumbai_Bytes + reconciledCaller_gt: mumbai_Bytes + reconciledCaller_lt: mumbai_Bytes + reconciledCaller_gte: mumbai_Bytes + reconciledCaller_lte: mumbai_Bytes + reconciledCaller_in: [mumbai_Bytes!] + reconciledCaller_not_in: [mumbai_Bytes!] + reconciledCaller_contains: mumbai_Bytes + reconciledCaller_not_contains: mumbai_Bytes + reconciledTransactionHash: mumbai_Bytes + reconciledTransactionHash_not: mumbai_Bytes + reconciledTransactionHash_gt: mumbai_Bytes + reconciledTransactionHash_lt: mumbai_Bytes + reconciledTransactionHash_gte: mumbai_Bytes + reconciledTransactionHash_lte: mumbai_Bytes + reconciledTransactionHash_in: [mumbai_Bytes!] + reconciledTransactionHash_not_in: [mumbai_Bytes!] + reconciledTransactionHash_contains: mumbai_Bytes + reconciledTransactionHash_not_contains: mumbai_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -90107,16 +90606,16 @@ input localmainnet_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: localmainnet_Bytes - reconciledTxOrigin_not: localmainnet_Bytes - reconciledTxOrigin_gt: localmainnet_Bytes - reconciledTxOrigin_lt: localmainnet_Bytes - reconciledTxOrigin_gte: localmainnet_Bytes - reconciledTxOrigin_lte: localmainnet_Bytes - reconciledTxOrigin_in: [localmainnet_Bytes!] - reconciledTxOrigin_not_in: [localmainnet_Bytes!] - reconciledTxOrigin_contains: localmainnet_Bytes - reconciledTxOrigin_not_contains: localmainnet_Bytes + reconciledTxOrigin: mumbai_Bytes + reconciledTxOrigin_not: mumbai_Bytes + reconciledTxOrigin_gt: mumbai_Bytes + reconciledTxOrigin_lt: mumbai_Bytes + reconciledTxOrigin_gte: mumbai_Bytes + reconciledTxOrigin_lte: mumbai_Bytes + reconciledTxOrigin_in: [mumbai_Bytes!] + reconciledTxOrigin_not_in: [mumbai_Bytes!] + reconciledTxOrigin_contains: mumbai_Bytes + reconciledTxOrigin_not_contains: mumbai_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -90126,12 +90625,12 @@ input localmainnet_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_DestinationTransfer_filter] - or: [localmainnet_DestinationTransfer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_DestinationTransfer_filter] + or: [mumbai_DestinationTransfer_filter] } -enum localmainnet_DestinationTransfer_orderBy { +enum mumbai_DestinationTransfer_orderBy { id chainId transferId @@ -90155,6 +90654,7 @@ enum localmainnet_DestinationTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -90180,75 +90680,32 @@ enum localmainnet_DestinationTransfer_orderBy { reconciledTxNonce } -type localmainnet_OptimisticRootFinalized { - id: ID! - aggregateRoot: localmainnet_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} +""" +8 bytes signed integer -input localmainnet_OptimisticRootFinalized_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!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimisticRootFinalized_filter] - or: [localmainnet_OptimisticRootFinalized_filter] -} +""" +scalar mumbai_Int8 -enum localmainnet_OptimisticRootFinalized_orderBy { - id - aggregateRoot - timestamp - blockNumber +"""Defines the order direction, either ascending or descending""" +enum mumbai_OrderDirection { + asc + desc } -type localmainnet_OriginMessage { +type mumbai_OriginMessage { id: ID! - transferId: localmainnet_Bytes + transferId: mumbai_Bytes destinationDomain: BigInt - leaf: localmainnet_Bytes + leaf: mumbai_Bytes index: BigInt - message: localmainnet_Bytes - root: localmainnet_Bytes - transactionHash: localmainnet_Bytes + message: mumbai_Bytes + root: mumbai_Bytes + transactionHash: mumbai_Bytes blockNumber: BigInt - rootCount: localmainnet_RootCount + rootCount: mumbai_RootCount } -input localmainnet_OriginMessage_filter { +input mumbai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -90257,16 +90714,16 @@ input localmainnet_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: localmainnet_Bytes - transferId_not: localmainnet_Bytes - transferId_gt: localmainnet_Bytes - transferId_lt: localmainnet_Bytes - transferId_gte: localmainnet_Bytes - transferId_lte: localmainnet_Bytes - transferId_in: [localmainnet_Bytes!] - transferId_not_in: [localmainnet_Bytes!] - transferId_contains: localmainnet_Bytes - transferId_not_contains: localmainnet_Bytes + transferId: mumbai_Bytes + transferId_not: mumbai_Bytes + transferId_gt: mumbai_Bytes + transferId_lt: mumbai_Bytes + transferId_gte: mumbai_Bytes + transferId_lte: mumbai_Bytes + transferId_in: [mumbai_Bytes!] + transferId_not_in: [mumbai_Bytes!] + transferId_contains: mumbai_Bytes + transferId_not_contains: mumbai_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -90275,16 +90732,16 @@ input localmainnet_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: localmainnet_Bytes - leaf_not: localmainnet_Bytes - leaf_gt: localmainnet_Bytes - leaf_lt: localmainnet_Bytes - leaf_gte: localmainnet_Bytes - leaf_lte: localmainnet_Bytes - leaf_in: [localmainnet_Bytes!] - leaf_not_in: [localmainnet_Bytes!] - leaf_contains: localmainnet_Bytes - leaf_not_contains: localmainnet_Bytes + leaf: mumbai_Bytes + leaf_not: mumbai_Bytes + leaf_gt: mumbai_Bytes + leaf_lt: mumbai_Bytes + leaf_gte: mumbai_Bytes + leaf_lte: mumbai_Bytes + leaf_in: [mumbai_Bytes!] + leaf_not_in: [mumbai_Bytes!] + leaf_contains: mumbai_Bytes + leaf_not_contains: mumbai_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -90293,36 +90750,36 @@ input localmainnet_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: localmainnet_Bytes - message_not: localmainnet_Bytes - message_gt: localmainnet_Bytes - message_lt: localmainnet_Bytes - message_gte: localmainnet_Bytes - message_lte: localmainnet_Bytes - message_in: [localmainnet_Bytes!] - message_not_in: [localmainnet_Bytes!] - message_contains: localmainnet_Bytes - message_not_contains: localmainnet_Bytes - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes + message: mumbai_Bytes + message_not: mumbai_Bytes + message_gt: mumbai_Bytes + message_lt: mumbai_Bytes + message_gte: mumbai_Bytes + message_lte: mumbai_Bytes + message_in: [mumbai_Bytes!] + message_not_in: [mumbai_Bytes!] + message_contains: mumbai_Bytes + message_not_contains: mumbai_Bytes + root: mumbai_Bytes + root_not: mumbai_Bytes + root_gt: mumbai_Bytes + root_lt: mumbai_Bytes + root_gte: mumbai_Bytes + root_lte: mumbai_Bytes + root_in: [mumbai_Bytes!] + root_not_in: [mumbai_Bytes!] + root_contains: mumbai_Bytes + root_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -90351,14 +90808,14 @@ input localmainnet_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: localmainnet_RootCount_filter + rootCount_: mumbai_RootCount_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OriginMessage_filter] - or: [localmainnet_OriginMessage_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_OriginMessage_filter] + or: [mumbai_OriginMessage_filter] } -enum localmainnet_OriginMessage_orderBy { +enum mumbai_OriginMessage_orderBy { id transferId destinationDomain @@ -90373,42 +90830,42 @@ enum localmainnet_OriginMessage_orderBy { rootCount__count } -type localmainnet_OriginTransfer { +type mumbai_OriginTransfer { id: ID! chainId: BigInt - transferId: localmainnet_Bytes + transferId: mumbai_Bytes nonce: BigInt - status: localmainnet_TransferStatus - messageHash: localmainnet_Bytes + status: mumbai_TransferStatus + messageHash: mumbai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localmainnet_Bytes - delegate: localmainnet_Bytes + to: mumbai_Bytes + delegate: mumbai_Bytes receiveLocal: Boolean - callData: localmainnet_Bytes + callData: mumbai_Bytes slippage: BigInt - originSender: localmainnet_Bytes + originSender: mumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localmainnet_Bytes - asset: localmainnet_Asset - transactingAsset: localmainnet_Bytes - message: localmainnet_OriginMessage + canonicalId: mumbai_Bytes + asset: mumbai_Asset + transactingAsset: mumbai_Bytes + message: mumbai_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: localmainnet_RelayerFee_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_RelayerFee_filter): [localmainnet_RelayerFee!] - initialRelayerFeeAsset: localmainnet_Bytes - caller: localmainnet_Bytes - transactionHash: localmainnet_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: mumbai_RelayerFee_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_RelayerFee_filter): [mumbai_RelayerFee!] + initialRelayerFeeAsset: mumbai_Bytes + caller: mumbai_Bytes + transactionHash: mumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: localmainnet_Bytes + txOrigin: mumbai_Bytes txNonce: BigInt } -input localmainnet_OriginTransfer_filter { +input mumbai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -90425,16 +90882,16 @@ input localmainnet_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: localmainnet_Bytes - transferId_not: localmainnet_Bytes - transferId_gt: localmainnet_Bytes - transferId_lt: localmainnet_Bytes - transferId_gte: localmainnet_Bytes - transferId_lte: localmainnet_Bytes - transferId_in: [localmainnet_Bytes!] - transferId_not_in: [localmainnet_Bytes!] - transferId_contains: localmainnet_Bytes - transferId_not_contains: localmainnet_Bytes + transferId: mumbai_Bytes + transferId_not: mumbai_Bytes + transferId_gt: mumbai_Bytes + transferId_lt: mumbai_Bytes + transferId_gte: mumbai_Bytes + transferId_lte: mumbai_Bytes + transferId_in: [mumbai_Bytes!] + transferId_not_in: [mumbai_Bytes!] + transferId_contains: mumbai_Bytes + transferId_not_contains: mumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -90443,20 +90900,20 @@ input localmainnet_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: localmainnet_TransferStatus - status_not: localmainnet_TransferStatus - status_in: [localmainnet_TransferStatus!] - status_not_in: [localmainnet_TransferStatus!] - messageHash: localmainnet_Bytes - messageHash_not: localmainnet_Bytes - messageHash_gt: localmainnet_Bytes - messageHash_lt: localmainnet_Bytes - messageHash_gte: localmainnet_Bytes - messageHash_lte: localmainnet_Bytes - messageHash_in: [localmainnet_Bytes!] - messageHash_not_in: [localmainnet_Bytes!] - messageHash_contains: localmainnet_Bytes - messageHash_not_contains: localmainnet_Bytes + status: mumbai_TransferStatus + status_not: mumbai_TransferStatus + status_in: [mumbai_TransferStatus!] + status_not_in: [mumbai_TransferStatus!] + messageHash: mumbai_Bytes + messageHash_not: mumbai_Bytes + messageHash_gt: mumbai_Bytes + messageHash_lt: mumbai_Bytes + messageHash_gte: mumbai_Bytes + messageHash_lte: mumbai_Bytes + messageHash_in: [mumbai_Bytes!] + messageHash_not_in: [mumbai_Bytes!] + messageHash_contains: mumbai_Bytes + messageHash_not_contains: mumbai_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -90481,40 +90938,40 @@ input localmainnet_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: localmainnet_Bytes - to_not: localmainnet_Bytes - to_gt: localmainnet_Bytes - to_lt: localmainnet_Bytes - to_gte: localmainnet_Bytes - to_lte: localmainnet_Bytes - to_in: [localmainnet_Bytes!] - to_not_in: [localmainnet_Bytes!] - to_contains: localmainnet_Bytes - to_not_contains: localmainnet_Bytes - delegate: localmainnet_Bytes - delegate_not: localmainnet_Bytes - delegate_gt: localmainnet_Bytes - delegate_lt: localmainnet_Bytes - delegate_gte: localmainnet_Bytes - delegate_lte: localmainnet_Bytes - delegate_in: [localmainnet_Bytes!] - delegate_not_in: [localmainnet_Bytes!] - delegate_contains: localmainnet_Bytes - delegate_not_contains: localmainnet_Bytes + to: mumbai_Bytes + to_not: mumbai_Bytes + to_gt: mumbai_Bytes + to_lt: mumbai_Bytes + to_gte: mumbai_Bytes + to_lte: mumbai_Bytes + to_in: [mumbai_Bytes!] + to_not_in: [mumbai_Bytes!] + to_contains: mumbai_Bytes + to_not_contains: mumbai_Bytes + delegate: mumbai_Bytes + delegate_not: mumbai_Bytes + delegate_gt: mumbai_Bytes + delegate_lt: mumbai_Bytes + delegate_gte: mumbai_Bytes + delegate_lte: mumbai_Bytes + delegate_in: [mumbai_Bytes!] + delegate_not_in: [mumbai_Bytes!] + delegate_contains: mumbai_Bytes + delegate_not_contains: mumbai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: localmainnet_Bytes - callData_not: localmainnet_Bytes - callData_gt: localmainnet_Bytes - callData_lt: localmainnet_Bytes - callData_gte: localmainnet_Bytes - callData_lte: localmainnet_Bytes - callData_in: [localmainnet_Bytes!] - callData_not_in: [localmainnet_Bytes!] - callData_contains: localmainnet_Bytes - callData_not_contains: localmainnet_Bytes + callData: mumbai_Bytes + callData_not: mumbai_Bytes + callData_gt: mumbai_Bytes + callData_lt: mumbai_Bytes + callData_gte: mumbai_Bytes + callData_lte: mumbai_Bytes + callData_in: [mumbai_Bytes!] + callData_not_in: [mumbai_Bytes!] + callData_contains: mumbai_Bytes + callData_not_contains: mumbai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -90523,16 +90980,16 @@ input localmainnet_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: localmainnet_Bytes - originSender_not: localmainnet_Bytes - originSender_gt: localmainnet_Bytes - originSender_lt: localmainnet_Bytes - originSender_gte: localmainnet_Bytes - originSender_lte: localmainnet_Bytes - originSender_in: [localmainnet_Bytes!] - originSender_not_in: [localmainnet_Bytes!] - originSender_contains: localmainnet_Bytes - originSender_not_contains: localmainnet_Bytes + originSender: mumbai_Bytes + originSender_not: mumbai_Bytes + originSender_gt: mumbai_Bytes + originSender_lt: mumbai_Bytes + originSender_gte: mumbai_Bytes + originSender_lte: mumbai_Bytes + originSender_in: [mumbai_Bytes!] + originSender_not_in: [mumbai_Bytes!] + originSender_contains: mumbai_Bytes + originSender_not_contains: mumbai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -90542,23 +90999,23 @@ input localmainnet_OriginTransfer_filter { bridgedAmt_in: [BigInt!] bridgedAmt_not_in: [BigInt!] normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: localmainnet_Bytes - canonicalId_not: localmainnet_Bytes - canonicalId_gt: localmainnet_Bytes - canonicalId_lt: localmainnet_Bytes - canonicalId_gte: localmainnet_Bytes - canonicalId_lte: localmainnet_Bytes - canonicalId_in: [localmainnet_Bytes!] - canonicalId_not_in: [localmainnet_Bytes!] - canonicalId_contains: localmainnet_Bytes - canonicalId_not_contains: localmainnet_Bytes + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: mumbai_Bytes + canonicalId_not: mumbai_Bytes + canonicalId_gt: mumbai_Bytes + canonicalId_lt: mumbai_Bytes + canonicalId_gte: mumbai_Bytes + canonicalId_lte: mumbai_Bytes + canonicalId_in: [mumbai_Bytes!] + canonicalId_not_in: [mumbai_Bytes!] + canonicalId_contains: mumbai_Bytes + canonicalId_not_contains: mumbai_Bytes asset: String asset_not: String asset_gt: String @@ -90579,17 +91036,17 @@ input localmainnet_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localmainnet_Asset_filter - transactingAsset: localmainnet_Bytes - transactingAsset_not: localmainnet_Bytes - transactingAsset_gt: localmainnet_Bytes - transactingAsset_lt: localmainnet_Bytes - transactingAsset_gte: localmainnet_Bytes - transactingAsset_lte: localmainnet_Bytes - transactingAsset_in: [localmainnet_Bytes!] - transactingAsset_not_in: [localmainnet_Bytes!] - transactingAsset_contains: localmainnet_Bytes - transactingAsset_not_contains: localmainnet_Bytes + asset_: mumbai_Asset_filter + transactingAsset: mumbai_Bytes + transactingAsset_not: mumbai_Bytes + transactingAsset_gt: mumbai_Bytes + transactingAsset_lt: mumbai_Bytes + transactingAsset_gte: mumbai_Bytes + transactingAsset_lte: mumbai_Bytes + transactingAsset_in: [mumbai_Bytes!] + transactingAsset_not_in: [mumbai_Bytes!] + transactingAsset_contains: mumbai_Bytes + transactingAsset_not_contains: mumbai_Bytes message: String message_not: String message_gt: String @@ -90610,7 +91067,7 @@ input localmainnet_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: localmainnet_OriginMessage_filter + message_: mumbai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -90625,37 +91082,37 @@ input localmainnet_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: localmainnet_RelayerFee_filter - initialRelayerFeeAsset: localmainnet_Bytes - initialRelayerFeeAsset_not: localmainnet_Bytes - initialRelayerFeeAsset_gt: localmainnet_Bytes - initialRelayerFeeAsset_lt: localmainnet_Bytes - initialRelayerFeeAsset_gte: localmainnet_Bytes - initialRelayerFeeAsset_lte: localmainnet_Bytes - initialRelayerFeeAsset_in: [localmainnet_Bytes!] - initialRelayerFeeAsset_not_in: [localmainnet_Bytes!] - initialRelayerFeeAsset_contains: localmainnet_Bytes - initialRelayerFeeAsset_not_contains: localmainnet_Bytes - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes + relayerFees_: mumbai_RelayerFee_filter + initialRelayerFeeAsset: mumbai_Bytes + initialRelayerFeeAsset_not: mumbai_Bytes + initialRelayerFeeAsset_gt: mumbai_Bytes + initialRelayerFeeAsset_lt: mumbai_Bytes + initialRelayerFeeAsset_gte: mumbai_Bytes + initialRelayerFeeAsset_lte: mumbai_Bytes + initialRelayerFeeAsset_in: [mumbai_Bytes!] + initialRelayerFeeAsset_not_in: [mumbai_Bytes!] + initialRelayerFeeAsset_contains: mumbai_Bytes + initialRelayerFeeAsset_not_contains: mumbai_Bytes + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -90688,16 +91145,16 @@ input localmainnet_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: localmainnet_Bytes - txOrigin_not: localmainnet_Bytes - txOrigin_gt: localmainnet_Bytes - txOrigin_lt: localmainnet_Bytes - txOrigin_gte: localmainnet_Bytes - txOrigin_lte: localmainnet_Bytes - txOrigin_in: [localmainnet_Bytes!] - txOrigin_not_in: [localmainnet_Bytes!] - txOrigin_contains: localmainnet_Bytes - txOrigin_not_contains: localmainnet_Bytes + txOrigin: mumbai_Bytes + txOrigin_not: mumbai_Bytes + txOrigin_gt: mumbai_Bytes + txOrigin_lt: mumbai_Bytes + txOrigin_gte: mumbai_Bytes + txOrigin_lte: mumbai_Bytes + txOrigin_in: [mumbai_Bytes!] + txOrigin_not_in: [mumbai_Bytes!] + txOrigin_contains: mumbai_Bytes + txOrigin_not_contains: mumbai_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -90707,12 +91164,12 @@ input localmainnet_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OriginTransfer_filter] - or: [localmainnet_OriginTransfer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_OriginTransfer_filter] + or: [mumbai_OriginTransfer_filter] } -enum localmainnet_OriginTransfer_orderBy { +enum mumbai_OriginTransfer_orderBy { id chainId transferId @@ -90735,6 +91192,7 @@ enum localmainnet_OriginTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -90764,20 +91222,20 @@ enum localmainnet_OriginTransfer_orderBy { txNonce } -type localmainnet_Relayer { +type mumbai_Relayer { id: ID! isActive: Boolean! - relayer: localmainnet_Bytes + relayer: mumbai_Bytes } -type localmainnet_RelayerFee { +type mumbai_RelayerFee { id: ID! - transfer: localmainnet_OriginTransfer! + transfer: mumbai_OriginTransfer! fee: BigInt! - asset: localmainnet_Bytes! + asset: mumbai_Bytes! } -input localmainnet_RelayerFee_filter { +input mumbai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -90806,7 +91264,7 @@ input localmainnet_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localmainnet_OriginTransfer_filter + transfer_: mumbai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -90815,23 +91273,23 @@ input localmainnet_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: localmainnet_Bytes - asset_not: localmainnet_Bytes - asset_gt: localmainnet_Bytes - asset_lt: localmainnet_Bytes - asset_gte: localmainnet_Bytes - asset_lte: localmainnet_Bytes - asset_in: [localmainnet_Bytes!] - asset_not_in: [localmainnet_Bytes!] - asset_contains: localmainnet_Bytes - asset_not_contains: localmainnet_Bytes + asset: mumbai_Bytes + asset_not: mumbai_Bytes + asset_gt: mumbai_Bytes + asset_lt: mumbai_Bytes + asset_gte: mumbai_Bytes + asset_lte: mumbai_Bytes + asset_in: [mumbai_Bytes!] + asset_not_in: [mumbai_Bytes!] + asset_contains: mumbai_Bytes + asset_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RelayerFee_filter] - or: [localmainnet_RelayerFee_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RelayerFee_filter] + or: [mumbai_RelayerFee_filter] } -enum localmainnet_RelayerFee_orderBy { +enum mumbai_RelayerFee_orderBy { id transfer transfer__id @@ -90867,20 +91325,20 @@ enum localmainnet_RelayerFee_orderBy { asset } -type localmainnet_RelayerFeesIncrease { +type mumbai_RelayerFeesIncrease { id: ID! - transfer: localmainnet_OriginTransfer! + transfer: mumbai_OriginTransfer! increase: BigInt - asset: localmainnet_Bytes - caller: localmainnet_Bytes! - transactionHash: localmainnet_Bytes! + asset: mumbai_Bytes + caller: mumbai_Bytes! + transactionHash: mumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localmainnet_RelayerFeesIncrease_filter { +input mumbai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -90909,7 +91367,7 @@ input localmainnet_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localmainnet_OriginTransfer_filter + transfer_: mumbai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -90918,36 +91376,36 @@ input localmainnet_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: localmainnet_Bytes - asset_not: localmainnet_Bytes - asset_gt: localmainnet_Bytes - asset_lt: localmainnet_Bytes - asset_gte: localmainnet_Bytes - asset_lte: localmainnet_Bytes - asset_in: [localmainnet_Bytes!] - asset_not_in: [localmainnet_Bytes!] - asset_contains: localmainnet_Bytes - asset_not_contains: localmainnet_Bytes - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes + asset: mumbai_Bytes + asset_not: mumbai_Bytes + asset_gt: mumbai_Bytes + asset_lt: mumbai_Bytes + asset_gte: mumbai_Bytes + asset_lte: mumbai_Bytes + asset_in: [mumbai_Bytes!] + asset_not_in: [mumbai_Bytes!] + asset_contains: mumbai_Bytes + asset_not_contains: mumbai_Bytes + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -90981,12 +91439,12 @@ input localmainnet_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RelayerFeesIncrease_filter] - or: [localmainnet_RelayerFeesIncrease_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RelayerFeesIncrease_filter] + or: [mumbai_RelayerFeesIncrease_filter] } -enum localmainnet_RelayerFeesIncrease_orderBy { +enum mumbai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -91028,7 +91486,7 @@ enum localmainnet_RelayerFeesIncrease_orderBy { blockNumber } -input localmainnet_Relayer_filter { +input mumbai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -91041,34 +91499,34 @@ input localmainnet_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: localmainnet_Bytes - relayer_not: localmainnet_Bytes - relayer_gt: localmainnet_Bytes - relayer_lt: localmainnet_Bytes - relayer_gte: localmainnet_Bytes - relayer_lte: localmainnet_Bytes - relayer_in: [localmainnet_Bytes!] - relayer_not_in: [localmainnet_Bytes!] - relayer_contains: localmainnet_Bytes - relayer_not_contains: localmainnet_Bytes + relayer: mumbai_Bytes + relayer_not: mumbai_Bytes + relayer_gt: mumbai_Bytes + relayer_lt: mumbai_Bytes + relayer_gte: mumbai_Bytes + relayer_lte: mumbai_Bytes + relayer_in: [mumbai_Bytes!] + relayer_not_in: [mumbai_Bytes!] + relayer_contains: mumbai_Bytes + relayer_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Relayer_filter] - or: [localmainnet_Relayer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Relayer_filter] + or: [mumbai_Relayer_filter] } -enum localmainnet_Relayer_orderBy { +enum mumbai_Relayer_orderBy { id isActive relayer } -type localmainnet_RootCount { +type mumbai_RootCount { id: ID! count: BigInt } -input localmainnet_RootCount_filter { +input mumbai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -91086,31 +91544,31 @@ input localmainnet_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootCount_filter] - or: [localmainnet_RootCount_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RootCount_filter] + or: [mumbai_RootCount_filter] } -enum localmainnet_RootCount_orderBy { +enum mumbai_RootCount_orderBy { id count } -type localmainnet_RootMessageSent { +type mumbai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: localmainnet_Bytes + root: mumbai_Bytes count: BigInt - caller: localmainnet_Bytes - transactionHash: localmainnet_Bytes + caller: mumbai_Bytes + transactionHash: mumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input localmainnet_RootMessageSent_filter { +input mumbai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -91135,16 +91593,16 @@ input localmainnet_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes + root: mumbai_Bytes + root_not: mumbai_Bytes + root_gt: mumbai_Bytes + root_lt: mumbai_Bytes + root_gte: mumbai_Bytes + root_lte: mumbai_Bytes + root_in: [mumbai_Bytes!] + root_not_in: [mumbai_Bytes!] + root_contains: mumbai_Bytes + root_not_contains: mumbai_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -91153,26 +91611,26 @@ input localmainnet_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -91206,12 +91664,12 @@ input localmainnet_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootMessageSent_filter] - or: [localmainnet_RootMessageSent_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RootMessageSent_filter] + or: [mumbai_RootMessageSent_filter] } -enum localmainnet_RootMessageSent_orderBy { +enum mumbai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -91225,25 +91683,25 @@ enum localmainnet_RootMessageSent_orderBy { blockNumber } -type localmainnet_Router { +type mumbai_Router { id: ID! isActive: Boolean! - owner: localmainnet_Bytes - recipient: localmainnet_Bytes - proposedOwner: localmainnet_Bytes + owner: mumbai_Bytes + recipient: mumbai_Bytes + proposedOwner: mumbai_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: localmainnet_AssetBalance_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_AssetBalance_filter): [localmainnet_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: mumbai_AssetBalance_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_AssetBalance_filter): [mumbai_AssetBalance!]! } -type localmainnet_RouterDailyTVL { +type mumbai_RouterDailyTVL { id: ID! - router: localmainnet_Router! - asset: localmainnet_Asset! + router: mumbai_Router! + asset: mumbai_Asset! timestamp: BigInt! balance: BigInt! } -input localmainnet_RouterDailyTVL_filter { +input mumbai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -91272,7 +91730,7 @@ input localmainnet_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localmainnet_Router_filter + router_: mumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -91293,7 +91751,7 @@ input localmainnet_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localmainnet_Asset_filter + asset_: mumbai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -91311,13 +91769,177 @@ input localmainnet_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RouterDailyTVL_filter] - or: [localmainnet_RouterDailyTVL_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RouterDailyTVL_filter] + or: [mumbai_RouterDailyTVL_filter] +} + +enum mumbai_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type mumbai_RouterLiquidityEvent { + id: ID! + type: mumbai_RouterLiquidityEventType + router: mumbai_Router! + asset: mumbai_Asset! + amount: BigInt! + balance: BigInt! + caller: mumbai_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: mumbai_Bytes! + nonce: BigInt! +} + +enum mumbai_RouterLiquidityEventType { + Add + Remove +} + +input mumbai_RouterLiquidityEvent_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!] + type: mumbai_RouterLiquidityEventType + type_not: mumbai_RouterLiquidityEventType + type_in: [mumbai_RouterLiquidityEventType!] + type_not_in: [mumbai_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: mumbai_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: mumbai_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RouterLiquidityEvent_filter] + or: [mumbai_RouterLiquidityEvent_filter] } -enum localmainnet_RouterDailyTVL_orderBy { +enum mumbai_RouterLiquidityEvent_orderBy { id + type router router__id router__isActive @@ -91329,16 +91951,22 @@ enum localmainnet_RouterDailyTVL_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset asset__localAsset asset__blockNumber - timestamp + amount balance + caller + blockNumber + timestamp + transactionHash + nonce } -input localmainnet_Router_filter { +input mumbai_Router_filter { id: ID id_not: ID id_gt: ID @@ -91351,36 +91979,36 @@ input localmainnet_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: localmainnet_Bytes - owner_not: localmainnet_Bytes - owner_gt: localmainnet_Bytes - owner_lt: localmainnet_Bytes - owner_gte: localmainnet_Bytes - owner_lte: localmainnet_Bytes - owner_in: [localmainnet_Bytes!] - owner_not_in: [localmainnet_Bytes!] - owner_contains: localmainnet_Bytes - owner_not_contains: localmainnet_Bytes - recipient: localmainnet_Bytes - recipient_not: localmainnet_Bytes - recipient_gt: localmainnet_Bytes - recipient_lt: localmainnet_Bytes - recipient_gte: localmainnet_Bytes - recipient_lte: localmainnet_Bytes - recipient_in: [localmainnet_Bytes!] - recipient_not_in: [localmainnet_Bytes!] - recipient_contains: localmainnet_Bytes - recipient_not_contains: localmainnet_Bytes - proposedOwner: localmainnet_Bytes - proposedOwner_not: localmainnet_Bytes - proposedOwner_gt: localmainnet_Bytes - proposedOwner_lt: localmainnet_Bytes - proposedOwner_gte: localmainnet_Bytes - proposedOwner_lte: localmainnet_Bytes - proposedOwner_in: [localmainnet_Bytes!] - proposedOwner_not_in: [localmainnet_Bytes!] - proposedOwner_contains: localmainnet_Bytes - proposedOwner_not_contains: localmainnet_Bytes + owner: mumbai_Bytes + owner_not: mumbai_Bytes + owner_gt: mumbai_Bytes + owner_lt: mumbai_Bytes + owner_gte: mumbai_Bytes + owner_lte: mumbai_Bytes + owner_in: [mumbai_Bytes!] + owner_not_in: [mumbai_Bytes!] + owner_contains: mumbai_Bytes + owner_not_contains: mumbai_Bytes + recipient: mumbai_Bytes + recipient_not: mumbai_Bytes + recipient_gt: mumbai_Bytes + recipient_lt: mumbai_Bytes + recipient_gte: mumbai_Bytes + recipient_lte: mumbai_Bytes + recipient_in: [mumbai_Bytes!] + recipient_not_in: [mumbai_Bytes!] + recipient_contains: mumbai_Bytes + recipient_not_contains: mumbai_Bytes + proposedOwner: mumbai_Bytes + proposedOwner_not: mumbai_Bytes + proposedOwner_gt: mumbai_Bytes + proposedOwner_lt: mumbai_Bytes + proposedOwner_gte: mumbai_Bytes + proposedOwner_lte: mumbai_Bytes + proposedOwner_in: [mumbai_Bytes!] + proposedOwner_not_in: [mumbai_Bytes!] + proposedOwner_contains: mumbai_Bytes + proposedOwner_not_contains: mumbai_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -91389,14 +92017,14 @@ input localmainnet_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: localmainnet_AssetBalance_filter + assetBalances_: mumbai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Router_filter] - or: [localmainnet_Router_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Router_filter] + or: [mumbai_Router_filter] } -enum localmainnet_Router_orderBy { +enum mumbai_Router_orderBy { id isActive owner @@ -91406,13 +92034,13 @@ enum localmainnet_Router_orderBy { assetBalances } -type localmainnet_Sequencer { +type mumbai_Sequencer { id: ID! isActive: Boolean! - sequencer: localmainnet_Bytes + sequencer: mumbai_Bytes } -input localmainnet_Sequencer_filter { +input mumbai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -91425,35 +92053,35 @@ input localmainnet_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: localmainnet_Bytes - sequencer_not: localmainnet_Bytes - sequencer_gt: localmainnet_Bytes - sequencer_lt: localmainnet_Bytes - sequencer_gte: localmainnet_Bytes - sequencer_lte: localmainnet_Bytes - sequencer_in: [localmainnet_Bytes!] - sequencer_not_in: [localmainnet_Bytes!] - sequencer_contains: localmainnet_Bytes - sequencer_not_contains: localmainnet_Bytes + sequencer: mumbai_Bytes + sequencer_not: mumbai_Bytes + sequencer_gt: mumbai_Bytes + sequencer_lt: mumbai_Bytes + sequencer_gte: mumbai_Bytes + sequencer_lte: mumbai_Bytes + sequencer_in: [mumbai_Bytes!] + sequencer_not_in: [mumbai_Bytes!] + sequencer_contains: mumbai_Bytes + sequencer_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Sequencer_filter] - or: [localmainnet_Sequencer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Sequencer_filter] + or: [mumbai_Sequencer_filter] } -enum localmainnet_Sequencer_orderBy { +enum mumbai_Sequencer_orderBy { id isActive sequencer } -type localmainnet_Setting { +type mumbai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: localmainnet_Bytes! + caller: mumbai_Bytes! } -input localmainnet_Setting_filter { +input mumbai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -91470,41 +92098,41 @@ input localmainnet_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Setting_filter] - or: [localmainnet_Setting_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Setting_filter] + or: [mumbai_Setting_filter] } -enum localmainnet_Setting_orderBy { +enum mumbai_Setting_orderBy { id maxRoutersPerTransfer caller } -type localmainnet_SlippageUpdate { +type mumbai_SlippageUpdate { id: ID! - transfer: localmainnet_DestinationTransfer! + transfer: mumbai_DestinationTransfer! slippage: BigInt! - caller: localmainnet_Bytes! - transactionHash: localmainnet_Bytes! + caller: mumbai_Bytes! + transactionHash: mumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localmainnet_SlippageUpdate_filter { +input mumbai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -91533,7 +92161,7 @@ input localmainnet_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localmainnet_DestinationTransfer_filter + transfer_: mumbai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -91541,300 +92169,27 @@ input localmainnet_SlippageUpdate_filter { slippage_gte: BigInt slippage_lte: BigInt slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_SlippageUpdate_filter] - or: [localmainnet_SlippageUpdate_filter] -} - -enum localmainnet_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type localmainnet_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: localmainnet_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input localmainnet_SnapshotRoot_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!] - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_SnapshotRoot_filter] - or: [localmainnet_SnapshotRoot_filter] -} - -enum localmainnet_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type localmainnet_SpokeConnectorMode { - id: ID! - mode: String! -} - -input localmainnet_SpokeConnectorMode_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!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_SpokeConnectorMode_filter] - or: [localmainnet_SpokeConnectorMode_filter] -} - -enum localmainnet_SpokeConnectorMode_orderBy { - id - mode -} - -enum localmainnet_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type localoptimism_AggregateRoot { - id: ID! - root: localoptimism_Bytes! - blockNumber: BigInt! -} - -type localoptimism_AggregateRootProposed { - id: ID! - aggregateRoot: localoptimism_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input localoptimism_AggregateRootProposed_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!] - aggregateRoot: localoptimism_Bytes - aggregateRoot_not: localoptimism_Bytes - aggregateRoot_gt: localoptimism_Bytes - aggregateRoot_lt: localoptimism_Bytes - aggregateRoot_gte: localoptimism_Bytes - aggregateRoot_lte: localoptimism_Bytes - aggregateRoot_in: [localoptimism_Bytes!] - aggregateRoot_not_in: [localoptimism_Bytes!] - aggregateRoot_contains: localoptimism_Bytes - aggregateRoot_not_contains: localoptimism_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -91843,6 +92198,22 @@ input localoptimism_AggregateRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -91852,22 +92223,99 @@ input localoptimism_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_AggregateRootProposed_filter] - or: [localoptimism_AggregateRootProposed_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_SlippageUpdate_filter] + or: [mumbai_SlippageUpdate_filter] } -enum localoptimism_AggregateRootProposed_orderBy { +enum mumbai_SlippageUpdate_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -input localoptimism_AggregateRoot_filter { +enum mumbai_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type mumbai__Block_ { + """The hash of the block""" + hash: mumbai_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type mumbai__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: mumbai__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type xdai_AggregateRoot { + id: ID! + root: xdai_Bytes! + blockNumber: BigInt! +} + +input xdai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -91876,16 +92324,16 @@ input localoptimism_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: localoptimism_Bytes - root_not: localoptimism_Bytes - root_gt: localoptimism_Bytes - root_lt: localoptimism_Bytes - root_gte: localoptimism_Bytes - root_lte: localoptimism_Bytes - root_in: [localoptimism_Bytes!] - root_not_in: [localoptimism_Bytes!] - root_contains: localoptimism_Bytes - root_not_contains: localoptimism_Bytes + root: xdai_Bytes + root_not: xdai_Bytes + root_gt: xdai_Bytes + root_lt: xdai_Bytes + root_gte: xdai_Bytes + root_lte: xdai_Bytes + root_in: [xdai_Bytes!] + root_not_in: [xdai_Bytes!] + root_contains: xdai_Bytes + root_not_contains: xdai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -91895,41 +92343,42 @@ input localoptimism_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_AggregateRoot_filter] - or: [localoptimism_AggregateRoot_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AggregateRoot_filter] + or: [xdai_AggregateRoot_filter] } -enum localoptimism_AggregateRoot_orderBy { +enum xdai_AggregateRoot_orderBy { id root blockNumber } -type localoptimism_Asset { +type xdai_Asset { id: ID! - key: localoptimism_Bytes + key: xdai_Bytes decimal: BigInt - canonicalId: localoptimism_Bytes + adoptedDecimal: BigInt + canonicalId: xdai_Bytes canonicalDomain: BigInt - adoptedAsset: localoptimism_Bytes - localAsset: localoptimism_Bytes + adoptedAsset: xdai_Bytes + localAsset: xdai_Bytes blockNumber: BigInt - status: localoptimism_AssetStatus + status: xdai_AssetStatus } -type localoptimism_AssetBalance { +type xdai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: localoptimism_Router! - asset: localoptimism_Asset! + router: xdai_Router! + asset: xdai_Asset! feesEarned: BigInt! } -input localoptimism_AssetBalance_filter { +input xdai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -91990,7 +92439,7 @@ input localoptimism_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localoptimism_Router_filter + router_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -92011,7 +92460,7 @@ input localoptimism_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localoptimism_Asset_filter + asset_: xdai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -92021,12 +92470,12 @@ input localoptimism_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_AssetBalance_filter] - or: [localoptimism_AssetBalance_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AssetBalance_filter] + or: [xdai_AssetBalance_filter] } -enum localoptimism_AssetBalance_orderBy { +enum xdai_AssetBalance_orderBy { id amount locked @@ -92043,6 +92492,7 @@ enum localoptimism_AssetBalance_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -92051,12 +92501,12 @@ enum localoptimism_AssetBalance_orderBy { feesEarned } -type localoptimism_AssetStatus { +type xdai_AssetStatus { id: ID! status: Boolean } -input localoptimism_AssetStatus_filter { +input xdai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -92070,17 +92520,17 @@ input localoptimism_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_AssetStatus_filter] - or: [localoptimism_AssetStatus_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AssetStatus_filter] + or: [xdai_AssetStatus_filter] } -enum localoptimism_AssetStatus_orderBy { +enum xdai_AssetStatus_orderBy { id status } -input localoptimism_Asset_filter { +input xdai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -92089,16 +92539,16 @@ input localoptimism_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: localoptimism_Bytes - key_not: localoptimism_Bytes - key_gt: localoptimism_Bytes - key_lt: localoptimism_Bytes - key_gte: localoptimism_Bytes - key_lte: localoptimism_Bytes - key_in: [localoptimism_Bytes!] - key_not_in: [localoptimism_Bytes!] - key_contains: localoptimism_Bytes - key_not_contains: localoptimism_Bytes + key: xdai_Bytes + key_not: xdai_Bytes + key_gt: xdai_Bytes + key_lt: xdai_Bytes + key_gte: xdai_Bytes + key_lte: xdai_Bytes + key_in: [xdai_Bytes!] + key_not_in: [xdai_Bytes!] + key_contains: xdai_Bytes + key_not_contains: xdai_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -92107,16 +92557,24 @@ input localoptimism_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - canonicalId: localoptimism_Bytes - canonicalId_not: localoptimism_Bytes - canonicalId_gt: localoptimism_Bytes - canonicalId_lt: localoptimism_Bytes - canonicalId_gte: localoptimism_Bytes - canonicalId_lte: localoptimism_Bytes - canonicalId_in: [localoptimism_Bytes!] - canonicalId_not_in: [localoptimism_Bytes!] - canonicalId_contains: localoptimism_Bytes - canonicalId_not_contains: localoptimism_Bytes + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: xdai_Bytes + canonicalId_not: xdai_Bytes + canonicalId_gt: xdai_Bytes + canonicalId_lt: xdai_Bytes + canonicalId_gte: xdai_Bytes + canonicalId_lte: xdai_Bytes + canonicalId_in: [xdai_Bytes!] + canonicalId_not_in: [xdai_Bytes!] + canonicalId_contains: xdai_Bytes + canonicalId_not_contains: xdai_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -92125,26 +92583,26 @@ input localoptimism_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: localoptimism_Bytes - adoptedAsset_not: localoptimism_Bytes - adoptedAsset_gt: localoptimism_Bytes - adoptedAsset_lt: localoptimism_Bytes - adoptedAsset_gte: localoptimism_Bytes - adoptedAsset_lte: localoptimism_Bytes - adoptedAsset_in: [localoptimism_Bytes!] - adoptedAsset_not_in: [localoptimism_Bytes!] - adoptedAsset_contains: localoptimism_Bytes - adoptedAsset_not_contains: localoptimism_Bytes - localAsset: localoptimism_Bytes - localAsset_not: localoptimism_Bytes - localAsset_gt: localoptimism_Bytes - localAsset_lt: localoptimism_Bytes - localAsset_gte: localoptimism_Bytes - localAsset_lte: localoptimism_Bytes - localAsset_in: [localoptimism_Bytes!] - localAsset_not_in: [localoptimism_Bytes!] - localAsset_contains: localoptimism_Bytes - localAsset_not_contains: localoptimism_Bytes + adoptedAsset: xdai_Bytes + adoptedAsset_not: xdai_Bytes + adoptedAsset_gt: xdai_Bytes + adoptedAsset_lt: xdai_Bytes + adoptedAsset_gte: xdai_Bytes + adoptedAsset_lte: xdai_Bytes + adoptedAsset_in: [xdai_Bytes!] + adoptedAsset_not_in: [xdai_Bytes!] + adoptedAsset_contains: xdai_Bytes + adoptedAsset_not_contains: xdai_Bytes + localAsset: xdai_Bytes + localAsset_not: xdai_Bytes + localAsset_gt: xdai_Bytes + localAsset_lt: xdai_Bytes + localAsset_gte: xdai_Bytes + localAsset_lte: xdai_Bytes + localAsset_in: [xdai_Bytes!] + localAsset_not_in: [xdai_Bytes!] + localAsset_contains: xdai_Bytes + localAsset_not_contains: xdai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -92173,17 +92631,18 @@ input localoptimism_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: localoptimism_AssetStatus_filter + status_: xdai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_Asset_filter] - or: [localoptimism_Asset_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Asset_filter] + or: [xdai_Asset_filter] } -enum localoptimism_Asset_orderBy { +enum xdai_Asset_orderBy { id key decimal + adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -92194,30 +92653,30 @@ enum localoptimism_Asset_orderBy { status__status } -scalar localoptimism_BigDecimal +scalar xdai_BigDecimal -input localoptimism_BlockChangedFilter { +input xdai_BlockChangedFilter { number_gte: Int! } -input localoptimism_Block_height { - hash: localoptimism_Bytes +input xdai_Block_height { + hash: xdai_Bytes number: Int number_gte: Int } -scalar localoptimism_Bytes +scalar xdai_Bytes -type localoptimism_ConnectorMeta { +type xdai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: localoptimism_Bytes - rootManager: localoptimism_Bytes - mirrorConnector: localoptimism_Bytes + amb: xdai_Bytes + rootManager: xdai_Bytes + mirrorConnector: xdai_Bytes } -input localoptimism_ConnectorMeta_filter { +input xdai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -92242,43 +92701,43 @@ input localoptimism_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: localoptimism_Bytes - amb_not: localoptimism_Bytes - amb_gt: localoptimism_Bytes - amb_lt: localoptimism_Bytes - amb_gte: localoptimism_Bytes - amb_lte: localoptimism_Bytes - amb_in: [localoptimism_Bytes!] - amb_not_in: [localoptimism_Bytes!] - amb_contains: localoptimism_Bytes - amb_not_contains: localoptimism_Bytes - rootManager: localoptimism_Bytes - rootManager_not: localoptimism_Bytes - rootManager_gt: localoptimism_Bytes - rootManager_lt: localoptimism_Bytes - rootManager_gte: localoptimism_Bytes - rootManager_lte: localoptimism_Bytes - rootManager_in: [localoptimism_Bytes!] - rootManager_not_in: [localoptimism_Bytes!] - rootManager_contains: localoptimism_Bytes - rootManager_not_contains: localoptimism_Bytes - mirrorConnector: localoptimism_Bytes - mirrorConnector_not: localoptimism_Bytes - mirrorConnector_gt: localoptimism_Bytes - mirrorConnector_lt: localoptimism_Bytes - mirrorConnector_gte: localoptimism_Bytes - mirrorConnector_lte: localoptimism_Bytes - mirrorConnector_in: [localoptimism_Bytes!] - mirrorConnector_not_in: [localoptimism_Bytes!] - mirrorConnector_contains: localoptimism_Bytes - mirrorConnector_not_contains: localoptimism_Bytes + amb: xdai_Bytes + amb_not: xdai_Bytes + amb_gt: xdai_Bytes + amb_lt: xdai_Bytes + amb_gte: xdai_Bytes + amb_lte: xdai_Bytes + amb_in: [xdai_Bytes!] + amb_not_in: [xdai_Bytes!] + amb_contains: xdai_Bytes + amb_not_contains: xdai_Bytes + rootManager: xdai_Bytes + rootManager_not: xdai_Bytes + rootManager_gt: xdai_Bytes + rootManager_lt: xdai_Bytes + rootManager_gte: xdai_Bytes + rootManager_lte: xdai_Bytes + rootManager_in: [xdai_Bytes!] + rootManager_not_in: [xdai_Bytes!] + rootManager_contains: xdai_Bytes + rootManager_not_contains: xdai_Bytes + mirrorConnector: xdai_Bytes + mirrorConnector_not: xdai_Bytes + mirrorConnector_gt: xdai_Bytes + mirrorConnector_lt: xdai_Bytes + mirrorConnector_gte: xdai_Bytes + mirrorConnector_lte: xdai_Bytes + mirrorConnector_in: [xdai_Bytes!] + mirrorConnector_not_in: [xdai_Bytes!] + mirrorConnector_contains: xdai_Bytes + mirrorConnector_not_contains: xdai_Bytes """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_ConnectorMeta_filter] - or: [localoptimism_ConnectorMeta_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_ConnectorMeta_filter] + or: [xdai_ConnectorMeta_filter] } -enum localoptimism_ConnectorMeta_orderBy { +enum xdai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -92287,48 +92746,48 @@ enum localoptimism_ConnectorMeta_orderBy { mirrorConnector } -type localoptimism_DestinationTransfer { +type xdai_DestinationTransfer { id: ID! chainId: BigInt - transferId: localoptimism_Bytes + transferId: xdai_Bytes nonce: BigInt - status: localoptimism_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: localoptimism_Router_orderBy, orderDirection: localoptimism_OrderDirection, where: localoptimism_Router_filter): [localoptimism_Router!] + status: xdai_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: xdai_Router_orderBy, orderDirection: xdai_OrderDirection, where: xdai_Router_filter): [xdai_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localoptimism_Bytes - delegate: localoptimism_Bytes + to: xdai_Bytes + delegate: xdai_Bytes receiveLocal: Boolean - callData: localoptimism_Bytes + callData: xdai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: localoptimism_Bytes + originSender: xdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localoptimism_Bytes - asset: localoptimism_Asset + canonicalId: xdai_Bytes + asset: xdai_Asset amount: BigInt routersFee: BigInt - executedCaller: localoptimism_Bytes - executedTransactionHash: localoptimism_Bytes + executedCaller: xdai_Bytes + executedTransactionHash: xdai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: localoptimism_Bytes + executedTxOrigin: xdai_Bytes executedTxNonce: BigInt - reconciledCaller: localoptimism_Bytes - reconciledTransactionHash: localoptimism_Bytes + reconciledCaller: xdai_Bytes + reconciledTransactionHash: xdai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: localoptimism_Bytes + reconciledTxOrigin: xdai_Bytes reconciledTxNonce: BigInt } -input localoptimism_DestinationTransfer_filter { +input xdai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -92345,16 +92804,16 @@ input localoptimism_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: localoptimism_Bytes - transferId_not: localoptimism_Bytes - transferId_gt: localoptimism_Bytes - transferId_lt: localoptimism_Bytes - transferId_gte: localoptimism_Bytes - transferId_lte: localoptimism_Bytes - transferId_in: [localoptimism_Bytes!] - transferId_not_in: [localoptimism_Bytes!] - transferId_contains: localoptimism_Bytes - transferId_not_contains: localoptimism_Bytes + transferId: xdai_Bytes + transferId_not: xdai_Bytes + transferId_gt: xdai_Bytes + transferId_lt: xdai_Bytes + transferId_gte: xdai_Bytes + transferId_lte: xdai_Bytes + transferId_in: [xdai_Bytes!] + transferId_not_in: [xdai_Bytes!] + transferId_contains: xdai_Bytes + transferId_not_contains: xdai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -92363,17 +92822,17 @@ input localoptimism_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: localoptimism_TransferStatus - status_not: localoptimism_TransferStatus - status_in: [localoptimism_TransferStatus!] - status_not_in: [localoptimism_TransferStatus!] + status: xdai_TransferStatus + status_not: xdai_TransferStatus + status_in: [xdai_TransferStatus!] + status_not_in: [xdai_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: localoptimism_Router_filter + routers_: xdai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -92398,40 +92857,40 @@ input localoptimism_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: localoptimism_Bytes - to_not: localoptimism_Bytes - to_gt: localoptimism_Bytes - to_lt: localoptimism_Bytes - to_gte: localoptimism_Bytes - to_lte: localoptimism_Bytes - to_in: [localoptimism_Bytes!] - to_not_in: [localoptimism_Bytes!] - to_contains: localoptimism_Bytes - to_not_contains: localoptimism_Bytes - delegate: localoptimism_Bytes - delegate_not: localoptimism_Bytes - delegate_gt: localoptimism_Bytes - delegate_lt: localoptimism_Bytes - delegate_gte: localoptimism_Bytes - delegate_lte: localoptimism_Bytes - delegate_in: [localoptimism_Bytes!] - delegate_not_in: [localoptimism_Bytes!] - delegate_contains: localoptimism_Bytes - delegate_not_contains: localoptimism_Bytes + to: xdai_Bytes + to_not: xdai_Bytes + to_gt: xdai_Bytes + to_lt: xdai_Bytes + to_gte: xdai_Bytes + to_lte: xdai_Bytes + to_in: [xdai_Bytes!] + to_not_in: [xdai_Bytes!] + to_contains: xdai_Bytes + to_not_contains: xdai_Bytes + delegate: xdai_Bytes + delegate_not: xdai_Bytes + delegate_gt: xdai_Bytes + delegate_lt: xdai_Bytes + delegate_gte: xdai_Bytes + delegate_lte: xdai_Bytes + delegate_in: [xdai_Bytes!] + delegate_not_in: [xdai_Bytes!] + delegate_contains: xdai_Bytes + delegate_not_contains: xdai_Bytes receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: localoptimism_Bytes - callData_not: localoptimism_Bytes - callData_gt: localoptimism_Bytes - callData_lt: localoptimism_Bytes - callData_gte: localoptimism_Bytes - callData_lte: localoptimism_Bytes - callData_in: [localoptimism_Bytes!] - callData_not_in: [localoptimism_Bytes!] - callData_contains: localoptimism_Bytes - callData_not_contains: localoptimism_Bytes + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: xdai_Bytes + callData_not: xdai_Bytes + callData_gt: xdai_Bytes + callData_lt: xdai_Bytes + callData_gte: xdai_Bytes + callData_lte: xdai_Bytes + callData_in: [xdai_Bytes!] + callData_not_in: [xdai_Bytes!] + callData_contains: xdai_Bytes + callData_not_contains: xdai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -92448,16 +92907,16 @@ input localoptimism_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: localoptimism_Bytes - originSender_not: localoptimism_Bytes - originSender_gt: localoptimism_Bytes - originSender_lt: localoptimism_Bytes - originSender_gte: localoptimism_Bytes - originSender_lte: localoptimism_Bytes - originSender_in: [localoptimism_Bytes!] - originSender_not_in: [localoptimism_Bytes!] - originSender_contains: localoptimism_Bytes - originSender_not_contains: localoptimism_Bytes + originSender: xdai_Bytes + originSender_not: xdai_Bytes + originSender_gt: xdai_Bytes + originSender_lt: xdai_Bytes + originSender_gte: xdai_Bytes + originSender_lte: xdai_Bytes + originSender_in: [xdai_Bytes!] + originSender_not_in: [xdai_Bytes!] + originSender_contains: xdai_Bytes + originSender_not_contains: xdai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -92474,16 +92933,16 @@ input localoptimism_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: localoptimism_Bytes - canonicalId_not: localoptimism_Bytes - canonicalId_gt: localoptimism_Bytes - canonicalId_lt: localoptimism_Bytes - canonicalId_gte: localoptimism_Bytes - canonicalId_lte: localoptimism_Bytes - canonicalId_in: [localoptimism_Bytes!] - canonicalId_not_in: [localoptimism_Bytes!] - canonicalId_contains: localoptimism_Bytes - canonicalId_not_contains: localoptimism_Bytes + canonicalId: xdai_Bytes + canonicalId_not: xdai_Bytes + canonicalId_gt: xdai_Bytes + canonicalId_lt: xdai_Bytes + canonicalId_gte: xdai_Bytes + canonicalId_lte: xdai_Bytes + canonicalId_in: [xdai_Bytes!] + canonicalId_not_in: [xdai_Bytes!] + canonicalId_contains: xdai_Bytes + canonicalId_not_contains: xdai_Bytes asset: String asset_not: String asset_gt: String @@ -92504,7 +92963,7 @@ input localoptimism_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localoptimism_Asset_filter + asset_: xdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -92521,26 +92980,26 @@ input localoptimism_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: localoptimism_Bytes - executedCaller_not: localoptimism_Bytes - executedCaller_gt: localoptimism_Bytes - executedCaller_lt: localoptimism_Bytes - executedCaller_gte: localoptimism_Bytes - executedCaller_lte: localoptimism_Bytes - executedCaller_in: [localoptimism_Bytes!] - executedCaller_not_in: [localoptimism_Bytes!] - executedCaller_contains: localoptimism_Bytes - executedCaller_not_contains: localoptimism_Bytes - executedTransactionHash: localoptimism_Bytes - executedTransactionHash_not: localoptimism_Bytes - executedTransactionHash_gt: localoptimism_Bytes - executedTransactionHash_lt: localoptimism_Bytes - executedTransactionHash_gte: localoptimism_Bytes - executedTransactionHash_lte: localoptimism_Bytes - executedTransactionHash_in: [localoptimism_Bytes!] - executedTransactionHash_not_in: [localoptimism_Bytes!] - executedTransactionHash_contains: localoptimism_Bytes - executedTransactionHash_not_contains: localoptimism_Bytes + executedCaller: xdai_Bytes + executedCaller_not: xdai_Bytes + executedCaller_gt: xdai_Bytes + executedCaller_lt: xdai_Bytes + executedCaller_gte: xdai_Bytes + executedCaller_lte: xdai_Bytes + executedCaller_in: [xdai_Bytes!] + executedCaller_not_in: [xdai_Bytes!] + executedCaller_contains: xdai_Bytes + executedCaller_not_contains: xdai_Bytes + executedTransactionHash: xdai_Bytes + executedTransactionHash_not: xdai_Bytes + executedTransactionHash_gt: xdai_Bytes + executedTransactionHash_lt: xdai_Bytes + executedTransactionHash_gte: xdai_Bytes + executedTransactionHash_lte: xdai_Bytes + executedTransactionHash_in: [xdai_Bytes!] + executedTransactionHash_not_in: [xdai_Bytes!] + executedTransactionHash_contains: xdai_Bytes + executedTransactionHash_not_contains: xdai_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -92573,16 +93032,16 @@ input localoptimism_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: localoptimism_Bytes - executedTxOrigin_not: localoptimism_Bytes - executedTxOrigin_gt: localoptimism_Bytes - executedTxOrigin_lt: localoptimism_Bytes - executedTxOrigin_gte: localoptimism_Bytes - executedTxOrigin_lte: localoptimism_Bytes - executedTxOrigin_in: [localoptimism_Bytes!] - executedTxOrigin_not_in: [localoptimism_Bytes!] - executedTxOrigin_contains: localoptimism_Bytes - executedTxOrigin_not_contains: localoptimism_Bytes + executedTxOrigin: xdai_Bytes + executedTxOrigin_not: xdai_Bytes + executedTxOrigin_gt: xdai_Bytes + executedTxOrigin_lt: xdai_Bytes + executedTxOrigin_gte: xdai_Bytes + executedTxOrigin_lte: xdai_Bytes + executedTxOrigin_in: [xdai_Bytes!] + executedTxOrigin_not_in: [xdai_Bytes!] + executedTxOrigin_contains: xdai_Bytes + executedTxOrigin_not_contains: xdai_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -92591,26 +93050,26 @@ input localoptimism_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: localoptimism_Bytes - reconciledCaller_not: localoptimism_Bytes - reconciledCaller_gt: localoptimism_Bytes - reconciledCaller_lt: localoptimism_Bytes - reconciledCaller_gte: localoptimism_Bytes - reconciledCaller_lte: localoptimism_Bytes - reconciledCaller_in: [localoptimism_Bytes!] - reconciledCaller_not_in: [localoptimism_Bytes!] - reconciledCaller_contains: localoptimism_Bytes - reconciledCaller_not_contains: localoptimism_Bytes - reconciledTransactionHash: localoptimism_Bytes - reconciledTransactionHash_not: localoptimism_Bytes - reconciledTransactionHash_gt: localoptimism_Bytes - reconciledTransactionHash_lt: localoptimism_Bytes - reconciledTransactionHash_gte: localoptimism_Bytes - reconciledTransactionHash_lte: localoptimism_Bytes - reconciledTransactionHash_in: [localoptimism_Bytes!] - reconciledTransactionHash_not_in: [localoptimism_Bytes!] - reconciledTransactionHash_contains: localoptimism_Bytes - reconciledTransactionHash_not_contains: localoptimism_Bytes + reconciledCaller: xdai_Bytes + reconciledCaller_not: xdai_Bytes + reconciledCaller_gt: xdai_Bytes + reconciledCaller_lt: xdai_Bytes + reconciledCaller_gte: xdai_Bytes + reconciledCaller_lte: xdai_Bytes + reconciledCaller_in: [xdai_Bytes!] + reconciledCaller_not_in: [xdai_Bytes!] + reconciledCaller_contains: xdai_Bytes + reconciledCaller_not_contains: xdai_Bytes + reconciledTransactionHash: xdai_Bytes + reconciledTransactionHash_not: xdai_Bytes + reconciledTransactionHash_gt: xdai_Bytes + reconciledTransactionHash_lt: xdai_Bytes + reconciledTransactionHash_gte: xdai_Bytes + reconciledTransactionHash_lte: xdai_Bytes + reconciledTransactionHash_in: [xdai_Bytes!] + reconciledTransactionHash_not_in: [xdai_Bytes!] + reconciledTransactionHash_contains: xdai_Bytes + reconciledTransactionHash_not_contains: xdai_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -92643,16 +93102,16 @@ input localoptimism_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: localoptimism_Bytes - reconciledTxOrigin_not: localoptimism_Bytes - reconciledTxOrigin_gt: localoptimism_Bytes - reconciledTxOrigin_lt: localoptimism_Bytes - reconciledTxOrigin_gte: localoptimism_Bytes - reconciledTxOrigin_lte: localoptimism_Bytes - reconciledTxOrigin_in: [localoptimism_Bytes!] - reconciledTxOrigin_not_in: [localoptimism_Bytes!] - reconciledTxOrigin_contains: localoptimism_Bytes - reconciledTxOrigin_not_contains: localoptimism_Bytes + reconciledTxOrigin: xdai_Bytes + reconciledTxOrigin_not: xdai_Bytes + reconciledTxOrigin_gt: xdai_Bytes + reconciledTxOrigin_lt: xdai_Bytes + reconciledTxOrigin_gte: xdai_Bytes + reconciledTxOrigin_lte: xdai_Bytes + reconciledTxOrigin_in: [xdai_Bytes!] + reconciledTxOrigin_not_in: [xdai_Bytes!] + reconciledTxOrigin_contains: xdai_Bytes + reconciledTxOrigin_not_contains: xdai_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -92662,12 +93121,12 @@ input localoptimism_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_DestinationTransfer_filter] - or: [localoptimism_DestinationTransfer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_DestinationTransfer_filter] + or: [xdai_DestinationTransfer_filter] } -enum localoptimism_DestinationTransfer_orderBy { +enum xdai_DestinationTransfer_orderBy { id chainId transferId @@ -92691,6 +93150,7 @@ enum localoptimism_DestinationTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -92720,83 +93180,28 @@ enum localoptimism_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar localoptimism_Int8 - -type localoptimism_OptimisticRootFinalized { - id: ID! - aggregateRoot: localoptimism_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input localoptimism_OptimisticRootFinalized_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!] - aggregateRoot: localoptimism_Bytes - aggregateRoot_not: localoptimism_Bytes - aggregateRoot_gt: localoptimism_Bytes - aggregateRoot_lt: localoptimism_Bytes - aggregateRoot_gte: localoptimism_Bytes - aggregateRoot_lte: localoptimism_Bytes - aggregateRoot_in: [localoptimism_Bytes!] - aggregateRoot_not_in: [localoptimism_Bytes!] - aggregateRoot_contains: localoptimism_Bytes - aggregateRoot_not_contains: localoptimism_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_OptimisticRootFinalized_filter] - or: [localoptimism_OptimisticRootFinalized_filter] -} - -enum localoptimism_OptimisticRootFinalized_orderBy { - id - aggregateRoot - timestamp - blockNumber -} +scalar xdai_Int8 """Defines the order direction, either ascending or descending""" -enum localoptimism_OrderDirection { +enum xdai_OrderDirection { asc desc } -type localoptimism_OriginMessage { +type xdai_OriginMessage { id: ID! - transferId: localoptimism_Bytes + transferId: xdai_Bytes destinationDomain: BigInt - leaf: localoptimism_Bytes + leaf: xdai_Bytes index: BigInt - message: localoptimism_Bytes - root: localoptimism_Bytes - transactionHash: localoptimism_Bytes + message: xdai_Bytes + root: xdai_Bytes + transactionHash: xdai_Bytes blockNumber: BigInt - rootCount: localoptimism_RootCount + rootCount: xdai_RootCount } -input localoptimism_OriginMessage_filter { +input xdai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -92805,16 +93210,16 @@ input localoptimism_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: localoptimism_Bytes - transferId_not: localoptimism_Bytes - transferId_gt: localoptimism_Bytes - transferId_lt: localoptimism_Bytes - transferId_gte: localoptimism_Bytes - transferId_lte: localoptimism_Bytes - transferId_in: [localoptimism_Bytes!] - transferId_not_in: [localoptimism_Bytes!] - transferId_contains: localoptimism_Bytes - transferId_not_contains: localoptimism_Bytes + transferId: xdai_Bytes + transferId_not: xdai_Bytes + transferId_gt: xdai_Bytes + transferId_lt: xdai_Bytes + transferId_gte: xdai_Bytes + transferId_lte: xdai_Bytes + transferId_in: [xdai_Bytes!] + transferId_not_in: [xdai_Bytes!] + transferId_contains: xdai_Bytes + transferId_not_contains: xdai_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -92823,16 +93228,16 @@ input localoptimism_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: localoptimism_Bytes - leaf_not: localoptimism_Bytes - leaf_gt: localoptimism_Bytes - leaf_lt: localoptimism_Bytes - leaf_gte: localoptimism_Bytes - leaf_lte: localoptimism_Bytes - leaf_in: [localoptimism_Bytes!] - leaf_not_in: [localoptimism_Bytes!] - leaf_contains: localoptimism_Bytes - leaf_not_contains: localoptimism_Bytes + leaf: xdai_Bytes + leaf_not: xdai_Bytes + leaf_gt: xdai_Bytes + leaf_lt: xdai_Bytes + leaf_gte: xdai_Bytes + leaf_lte: xdai_Bytes + leaf_in: [xdai_Bytes!] + leaf_not_in: [xdai_Bytes!] + leaf_contains: xdai_Bytes + leaf_not_contains: xdai_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -92841,36 +93246,36 @@ input localoptimism_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: localoptimism_Bytes - message_not: localoptimism_Bytes - message_gt: localoptimism_Bytes - message_lt: localoptimism_Bytes - message_gte: localoptimism_Bytes - message_lte: localoptimism_Bytes - message_in: [localoptimism_Bytes!] - message_not_in: [localoptimism_Bytes!] - message_contains: localoptimism_Bytes - message_not_contains: localoptimism_Bytes - root: localoptimism_Bytes - root_not: localoptimism_Bytes - root_gt: localoptimism_Bytes - root_lt: localoptimism_Bytes - root_gte: localoptimism_Bytes - root_lte: localoptimism_Bytes - root_in: [localoptimism_Bytes!] - root_not_in: [localoptimism_Bytes!] - root_contains: localoptimism_Bytes - root_not_contains: localoptimism_Bytes - transactionHash: localoptimism_Bytes - transactionHash_not: localoptimism_Bytes - transactionHash_gt: localoptimism_Bytes - transactionHash_lt: localoptimism_Bytes - transactionHash_gte: localoptimism_Bytes - transactionHash_lte: localoptimism_Bytes - transactionHash_in: [localoptimism_Bytes!] - transactionHash_not_in: [localoptimism_Bytes!] - transactionHash_contains: localoptimism_Bytes - transactionHash_not_contains: localoptimism_Bytes + message: xdai_Bytes + message_not: xdai_Bytes + message_gt: xdai_Bytes + message_lt: xdai_Bytes + message_gte: xdai_Bytes + message_lte: xdai_Bytes + message_in: [xdai_Bytes!] + message_not_in: [xdai_Bytes!] + message_contains: xdai_Bytes + message_not_contains: xdai_Bytes + root: xdai_Bytes + root_not: xdai_Bytes + root_gt: xdai_Bytes + root_lt: xdai_Bytes + root_gte: xdai_Bytes + root_lte: xdai_Bytes + root_in: [xdai_Bytes!] + root_not_in: [xdai_Bytes!] + root_contains: xdai_Bytes + root_not_contains: xdai_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -92899,14 +93304,14 @@ input localoptimism_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: localoptimism_RootCount_filter + rootCount_: xdai_RootCount_filter """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_OriginMessage_filter] - or: [localoptimism_OriginMessage_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_OriginMessage_filter] + or: [xdai_OriginMessage_filter] } -enum localoptimism_OriginMessage_orderBy { +enum xdai_OriginMessage_orderBy { id transferId destinationDomain @@ -92921,42 +93326,42 @@ enum localoptimism_OriginMessage_orderBy { rootCount__count } -type localoptimism_OriginTransfer { +type xdai_OriginTransfer { id: ID! chainId: BigInt - transferId: localoptimism_Bytes + transferId: xdai_Bytes nonce: BigInt - status: localoptimism_TransferStatus - messageHash: localoptimism_Bytes + status: xdai_TransferStatus + messageHash: xdai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localoptimism_Bytes - delegate: localoptimism_Bytes + to: xdai_Bytes + delegate: xdai_Bytes receiveLocal: Boolean - callData: localoptimism_Bytes + callData: xdai_Bytes slippage: BigInt - originSender: localoptimism_Bytes + originSender: xdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localoptimism_Bytes - asset: localoptimism_Asset - transactingAsset: localoptimism_Bytes - message: localoptimism_OriginMessage + canonicalId: xdai_Bytes + asset: xdai_Asset + transactingAsset: xdai_Bytes + message: xdai_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: localoptimism_RelayerFee_orderBy, orderDirection: localoptimism_OrderDirection, where: localoptimism_RelayerFee_filter): [localoptimism_RelayerFee!] - initialRelayerFeeAsset: localoptimism_Bytes - caller: localoptimism_Bytes - transactionHash: localoptimism_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: xdai_RelayerFee_orderBy, orderDirection: xdai_OrderDirection, where: xdai_RelayerFee_filter): [xdai_RelayerFee!] + initialRelayerFeeAsset: xdai_Bytes + caller: xdai_Bytes + transactionHash: xdai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: localoptimism_Bytes + txOrigin: xdai_Bytes txNonce: BigInt } -input localoptimism_OriginTransfer_filter { +input xdai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -92973,16 +93378,16 @@ input localoptimism_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: localoptimism_Bytes - transferId_not: localoptimism_Bytes - transferId_gt: localoptimism_Bytes - transferId_lt: localoptimism_Bytes - transferId_gte: localoptimism_Bytes - transferId_lte: localoptimism_Bytes - transferId_in: [localoptimism_Bytes!] - transferId_not_in: [localoptimism_Bytes!] - transferId_contains: localoptimism_Bytes - transferId_not_contains: localoptimism_Bytes + transferId: xdai_Bytes + transferId_not: xdai_Bytes + transferId_gt: xdai_Bytes + transferId_lt: xdai_Bytes + transferId_gte: xdai_Bytes + transferId_lte: xdai_Bytes + transferId_in: [xdai_Bytes!] + transferId_not_in: [xdai_Bytes!] + transferId_contains: xdai_Bytes + transferId_not_contains: xdai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -92991,20 +93396,20 @@ input localoptimism_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: localoptimism_TransferStatus - status_not: localoptimism_TransferStatus - status_in: [localoptimism_TransferStatus!] - status_not_in: [localoptimism_TransferStatus!] - messageHash: localoptimism_Bytes - messageHash_not: localoptimism_Bytes - messageHash_gt: localoptimism_Bytes - messageHash_lt: localoptimism_Bytes - messageHash_gte: localoptimism_Bytes - messageHash_lte: localoptimism_Bytes - messageHash_in: [localoptimism_Bytes!] - messageHash_not_in: [localoptimism_Bytes!] - messageHash_contains: localoptimism_Bytes - messageHash_not_contains: localoptimism_Bytes + status: xdai_TransferStatus + status_not: xdai_TransferStatus + status_in: [xdai_TransferStatus!] + status_not_in: [xdai_TransferStatus!] + messageHash: xdai_Bytes + messageHash_not: xdai_Bytes + messageHash_gt: xdai_Bytes + messageHash_lt: xdai_Bytes + messageHash_gte: xdai_Bytes + messageHash_lte: xdai_Bytes + messageHash_in: [xdai_Bytes!] + messageHash_not_in: [xdai_Bytes!] + messageHash_contains: xdai_Bytes + messageHash_not_contains: xdai_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -93029,40 +93434,40 @@ input localoptimism_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: localoptimism_Bytes - to_not: localoptimism_Bytes - to_gt: localoptimism_Bytes - to_lt: localoptimism_Bytes - to_gte: localoptimism_Bytes - to_lte: localoptimism_Bytes - to_in: [localoptimism_Bytes!] - to_not_in: [localoptimism_Bytes!] - to_contains: localoptimism_Bytes - to_not_contains: localoptimism_Bytes - delegate: localoptimism_Bytes - delegate_not: localoptimism_Bytes - delegate_gt: localoptimism_Bytes - delegate_lt: localoptimism_Bytes - delegate_gte: localoptimism_Bytes - delegate_lte: localoptimism_Bytes - delegate_in: [localoptimism_Bytes!] - delegate_not_in: [localoptimism_Bytes!] - delegate_contains: localoptimism_Bytes - delegate_not_contains: localoptimism_Bytes + to: xdai_Bytes + to_not: xdai_Bytes + to_gt: xdai_Bytes + to_lt: xdai_Bytes + to_gte: xdai_Bytes + to_lte: xdai_Bytes + to_in: [xdai_Bytes!] + to_not_in: [xdai_Bytes!] + to_contains: xdai_Bytes + to_not_contains: xdai_Bytes + delegate: xdai_Bytes + delegate_not: xdai_Bytes + delegate_gt: xdai_Bytes + delegate_lt: xdai_Bytes + delegate_gte: xdai_Bytes + delegate_lte: xdai_Bytes + delegate_in: [xdai_Bytes!] + delegate_not_in: [xdai_Bytes!] + delegate_contains: xdai_Bytes + delegate_not_contains: xdai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: localoptimism_Bytes - callData_not: localoptimism_Bytes - callData_gt: localoptimism_Bytes - callData_lt: localoptimism_Bytes - callData_gte: localoptimism_Bytes - callData_lte: localoptimism_Bytes - callData_in: [localoptimism_Bytes!] - callData_not_in: [localoptimism_Bytes!] - callData_contains: localoptimism_Bytes - callData_not_contains: localoptimism_Bytes + callData: xdai_Bytes + callData_not: xdai_Bytes + callData_gt: xdai_Bytes + callData_lt: xdai_Bytes + callData_gte: xdai_Bytes + callData_lte: xdai_Bytes + callData_in: [xdai_Bytes!] + callData_not_in: [xdai_Bytes!] + callData_contains: xdai_Bytes + callData_not_contains: xdai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -93071,16 +93476,16 @@ input localoptimism_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: localoptimism_Bytes - originSender_not: localoptimism_Bytes - originSender_gt: localoptimism_Bytes - originSender_lt: localoptimism_Bytes - originSender_gte: localoptimism_Bytes - originSender_lte: localoptimism_Bytes - originSender_in: [localoptimism_Bytes!] - originSender_not_in: [localoptimism_Bytes!] - originSender_contains: localoptimism_Bytes - originSender_not_contains: localoptimism_Bytes + originSender: xdai_Bytes + originSender_not: xdai_Bytes + originSender_gt: xdai_Bytes + originSender_lt: xdai_Bytes + originSender_gte: xdai_Bytes + originSender_lte: xdai_Bytes + originSender_in: [xdai_Bytes!] + originSender_not_in: [xdai_Bytes!] + originSender_contains: xdai_Bytes + originSender_not_contains: xdai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -93097,16 +93502,16 @@ input localoptimism_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: localoptimism_Bytes - canonicalId_not: localoptimism_Bytes - canonicalId_gt: localoptimism_Bytes - canonicalId_lt: localoptimism_Bytes - canonicalId_gte: localoptimism_Bytes - canonicalId_lte: localoptimism_Bytes - canonicalId_in: [localoptimism_Bytes!] - canonicalId_not_in: [localoptimism_Bytes!] - canonicalId_contains: localoptimism_Bytes - canonicalId_not_contains: localoptimism_Bytes + canonicalId: xdai_Bytes + canonicalId_not: xdai_Bytes + canonicalId_gt: xdai_Bytes + canonicalId_lt: xdai_Bytes + canonicalId_gte: xdai_Bytes + canonicalId_lte: xdai_Bytes + canonicalId_in: [xdai_Bytes!] + canonicalId_not_in: [xdai_Bytes!] + canonicalId_contains: xdai_Bytes + canonicalId_not_contains: xdai_Bytes asset: String asset_not: String asset_gt: String @@ -93127,17 +93532,17 @@ input localoptimism_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localoptimism_Asset_filter - transactingAsset: localoptimism_Bytes - transactingAsset_not: localoptimism_Bytes - transactingAsset_gt: localoptimism_Bytes - transactingAsset_lt: localoptimism_Bytes - transactingAsset_gte: localoptimism_Bytes - transactingAsset_lte: localoptimism_Bytes - transactingAsset_in: [localoptimism_Bytes!] - transactingAsset_not_in: [localoptimism_Bytes!] - transactingAsset_contains: localoptimism_Bytes - transactingAsset_not_contains: localoptimism_Bytes + asset_: xdai_Asset_filter + transactingAsset: xdai_Bytes + transactingAsset_not: xdai_Bytes + transactingAsset_gt: xdai_Bytes + transactingAsset_lt: xdai_Bytes + transactingAsset_gte: xdai_Bytes + transactingAsset_lte: xdai_Bytes + transactingAsset_in: [xdai_Bytes!] + transactingAsset_not_in: [xdai_Bytes!] + transactingAsset_contains: xdai_Bytes + transactingAsset_not_contains: xdai_Bytes message: String message_not: String message_gt: String @@ -93158,7 +93563,7 @@ input localoptimism_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: localoptimism_OriginMessage_filter + message_: xdai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -93173,37 +93578,37 @@ input localoptimism_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: localoptimism_RelayerFee_filter - initialRelayerFeeAsset: localoptimism_Bytes - initialRelayerFeeAsset_not: localoptimism_Bytes - initialRelayerFeeAsset_gt: localoptimism_Bytes - initialRelayerFeeAsset_lt: localoptimism_Bytes - initialRelayerFeeAsset_gte: localoptimism_Bytes - initialRelayerFeeAsset_lte: localoptimism_Bytes - initialRelayerFeeAsset_in: [localoptimism_Bytes!] - initialRelayerFeeAsset_not_in: [localoptimism_Bytes!] - initialRelayerFeeAsset_contains: localoptimism_Bytes - initialRelayerFeeAsset_not_contains: localoptimism_Bytes - caller: localoptimism_Bytes - caller_not: localoptimism_Bytes - caller_gt: localoptimism_Bytes - caller_lt: localoptimism_Bytes - caller_gte: localoptimism_Bytes - caller_lte: localoptimism_Bytes - caller_in: [localoptimism_Bytes!] - caller_not_in: [localoptimism_Bytes!] - caller_contains: localoptimism_Bytes - caller_not_contains: localoptimism_Bytes - transactionHash: localoptimism_Bytes - transactionHash_not: localoptimism_Bytes - transactionHash_gt: localoptimism_Bytes - transactionHash_lt: localoptimism_Bytes - transactionHash_gte: localoptimism_Bytes - transactionHash_lte: localoptimism_Bytes - transactionHash_in: [localoptimism_Bytes!] - transactionHash_not_in: [localoptimism_Bytes!] - transactionHash_contains: localoptimism_Bytes - transactionHash_not_contains: localoptimism_Bytes + relayerFees_: xdai_RelayerFee_filter + initialRelayerFeeAsset: xdai_Bytes + initialRelayerFeeAsset_not: xdai_Bytes + initialRelayerFeeAsset_gt: xdai_Bytes + initialRelayerFeeAsset_lt: xdai_Bytes + initialRelayerFeeAsset_gte: xdai_Bytes + initialRelayerFeeAsset_lte: xdai_Bytes + initialRelayerFeeAsset_in: [xdai_Bytes!] + initialRelayerFeeAsset_not_in: [xdai_Bytes!] + initialRelayerFeeAsset_contains: xdai_Bytes + initialRelayerFeeAsset_not_contains: xdai_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -93236,16 +93641,16 @@ input localoptimism_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: localoptimism_Bytes - txOrigin_not: localoptimism_Bytes - txOrigin_gt: localoptimism_Bytes - txOrigin_lt: localoptimism_Bytes - txOrigin_gte: localoptimism_Bytes - txOrigin_lte: localoptimism_Bytes - txOrigin_in: [localoptimism_Bytes!] - txOrigin_not_in: [localoptimism_Bytes!] - txOrigin_contains: localoptimism_Bytes - txOrigin_not_contains: localoptimism_Bytes + txOrigin: xdai_Bytes + txOrigin_not: xdai_Bytes + txOrigin_gt: xdai_Bytes + txOrigin_lt: xdai_Bytes + txOrigin_gte: xdai_Bytes + txOrigin_lte: xdai_Bytes + txOrigin_in: [xdai_Bytes!] + txOrigin_not_in: [xdai_Bytes!] + txOrigin_contains: xdai_Bytes + txOrigin_not_contains: xdai_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -93255,12 +93660,12 @@ input localoptimism_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_OriginTransfer_filter] - or: [localoptimism_OriginTransfer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_OriginTransfer_filter] + or: [xdai_OriginTransfer_filter] } -enum localoptimism_OriginTransfer_orderBy { +enum xdai_OriginTransfer_orderBy { id chainId transferId @@ -93283,6 +93688,7 @@ enum localoptimism_OriginTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -93312,20 +93718,20 @@ enum localoptimism_OriginTransfer_orderBy { txNonce } -type localoptimism_Relayer { +type xdai_Relayer { id: ID! isActive: Boolean! - relayer: localoptimism_Bytes + relayer: xdai_Bytes } -type localoptimism_RelayerFee { +type xdai_RelayerFee { id: ID! - transfer: localoptimism_OriginTransfer! + transfer: xdai_OriginTransfer! fee: BigInt! - asset: localoptimism_Bytes! + asset: xdai_Bytes! } -input localoptimism_RelayerFee_filter { +input xdai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -93354,7 +93760,7 @@ input localoptimism_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localoptimism_OriginTransfer_filter + transfer_: xdai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -93363,23 +93769,23 @@ input localoptimism_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: localoptimism_Bytes - asset_not: localoptimism_Bytes - asset_gt: localoptimism_Bytes - asset_lt: localoptimism_Bytes - asset_gte: localoptimism_Bytes - asset_lte: localoptimism_Bytes - asset_in: [localoptimism_Bytes!] - asset_not_in: [localoptimism_Bytes!] - asset_contains: localoptimism_Bytes - asset_not_contains: localoptimism_Bytes + asset: xdai_Bytes + asset_not: xdai_Bytes + asset_gt: xdai_Bytes + asset_lt: xdai_Bytes + asset_gte: xdai_Bytes + asset_lte: xdai_Bytes + asset_in: [xdai_Bytes!] + asset_not_in: [xdai_Bytes!] + asset_contains: xdai_Bytes + asset_not_contains: xdai_Bytes """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_RelayerFee_filter] - or: [localoptimism_RelayerFee_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RelayerFee_filter] + or: [xdai_RelayerFee_filter] } -enum localoptimism_RelayerFee_orderBy { +enum xdai_RelayerFee_orderBy { id transfer transfer__id @@ -93415,20 +93821,20 @@ enum localoptimism_RelayerFee_orderBy { asset } -type localoptimism_RelayerFeesIncrease { +type xdai_RelayerFeesIncrease { id: ID! - transfer: localoptimism_OriginTransfer! + transfer: xdai_OriginTransfer! increase: BigInt - asset: localoptimism_Bytes - caller: localoptimism_Bytes! - transactionHash: localoptimism_Bytes! + asset: xdai_Bytes + caller: xdai_Bytes! + transactionHash: xdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localoptimism_RelayerFeesIncrease_filter { +input xdai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -93457,7 +93863,7 @@ input localoptimism_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localoptimism_OriginTransfer_filter + transfer_: xdai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -93466,36 +93872,36 @@ input localoptimism_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: localoptimism_Bytes - asset_not: localoptimism_Bytes - asset_gt: localoptimism_Bytes - asset_lt: localoptimism_Bytes - asset_gte: localoptimism_Bytes - asset_lte: localoptimism_Bytes - asset_in: [localoptimism_Bytes!] - asset_not_in: [localoptimism_Bytes!] - asset_contains: localoptimism_Bytes - asset_not_contains: localoptimism_Bytes - caller: localoptimism_Bytes - caller_not: localoptimism_Bytes - caller_gt: localoptimism_Bytes - caller_lt: localoptimism_Bytes - caller_gte: localoptimism_Bytes - caller_lte: localoptimism_Bytes - caller_in: [localoptimism_Bytes!] - caller_not_in: [localoptimism_Bytes!] - caller_contains: localoptimism_Bytes - caller_not_contains: localoptimism_Bytes - transactionHash: localoptimism_Bytes - transactionHash_not: localoptimism_Bytes - transactionHash_gt: localoptimism_Bytes - transactionHash_lt: localoptimism_Bytes - transactionHash_gte: localoptimism_Bytes - transactionHash_lte: localoptimism_Bytes - transactionHash_in: [localoptimism_Bytes!] - transactionHash_not_in: [localoptimism_Bytes!] - transactionHash_contains: localoptimism_Bytes - transactionHash_not_contains: localoptimism_Bytes + asset: xdai_Bytes + asset_not: xdai_Bytes + asset_gt: xdai_Bytes + asset_lt: xdai_Bytes + asset_gte: xdai_Bytes + asset_lte: xdai_Bytes + asset_in: [xdai_Bytes!] + asset_not_in: [xdai_Bytes!] + asset_contains: xdai_Bytes + asset_not_contains: xdai_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -93529,12 +93935,12 @@ input localoptimism_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_RelayerFeesIncrease_filter] - or: [localoptimism_RelayerFeesIncrease_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RelayerFeesIncrease_filter] + or: [xdai_RelayerFeesIncrease_filter] } -enum localoptimism_RelayerFeesIncrease_orderBy { +enum xdai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -93576,7 +93982,7 @@ enum localoptimism_RelayerFeesIncrease_orderBy { blockNumber } -input localoptimism_Relayer_filter { +input xdai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -93589,34 +93995,34 @@ input localoptimism_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: localoptimism_Bytes - relayer_not: localoptimism_Bytes - relayer_gt: localoptimism_Bytes - relayer_lt: localoptimism_Bytes - relayer_gte: localoptimism_Bytes - relayer_lte: localoptimism_Bytes - relayer_in: [localoptimism_Bytes!] - relayer_not_in: [localoptimism_Bytes!] - relayer_contains: localoptimism_Bytes - relayer_not_contains: localoptimism_Bytes + relayer: xdai_Bytes + relayer_not: xdai_Bytes + relayer_gt: xdai_Bytes + relayer_lt: xdai_Bytes + relayer_gte: xdai_Bytes + relayer_lte: xdai_Bytes + relayer_in: [xdai_Bytes!] + relayer_not_in: [xdai_Bytes!] + relayer_contains: xdai_Bytes + relayer_not_contains: xdai_Bytes """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_Relayer_filter] - or: [localoptimism_Relayer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Relayer_filter] + or: [xdai_Relayer_filter] } -enum localoptimism_Relayer_orderBy { +enum xdai_Relayer_orderBy { id isActive relayer } -type localoptimism_RootCount { +type xdai_RootCount { id: ID! count: BigInt } -input localoptimism_RootCount_filter { +input xdai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -93634,31 +94040,31 @@ input localoptimism_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_RootCount_filter] - or: [localoptimism_RootCount_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RootCount_filter] + or: [xdai_RootCount_filter] } -enum localoptimism_RootCount_orderBy { +enum xdai_RootCount_orderBy { id count } -type localoptimism_RootMessageSent { +type xdai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: localoptimism_Bytes + root: xdai_Bytes count: BigInt - caller: localoptimism_Bytes - transactionHash: localoptimism_Bytes + caller: xdai_Bytes + transactionHash: xdai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input localoptimism_RootMessageSent_filter { +input xdai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -93683,16 +94089,16 @@ input localoptimism_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: localoptimism_Bytes - root_not: localoptimism_Bytes - root_gt: localoptimism_Bytes - root_lt: localoptimism_Bytes - root_gte: localoptimism_Bytes - root_lte: localoptimism_Bytes - root_in: [localoptimism_Bytes!] - root_not_in: [localoptimism_Bytes!] - root_contains: localoptimism_Bytes - root_not_contains: localoptimism_Bytes + root: xdai_Bytes + root_not: xdai_Bytes + root_gt: xdai_Bytes + root_lt: xdai_Bytes + root_gte: xdai_Bytes + root_lte: xdai_Bytes + root_in: [xdai_Bytes!] + root_not_in: [xdai_Bytes!] + root_contains: xdai_Bytes + root_not_contains: xdai_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -93701,26 +94107,147 @@ input localoptimism_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: localoptimism_Bytes - caller_not: localoptimism_Bytes - caller_gt: localoptimism_Bytes - caller_lt: localoptimism_Bytes - caller_gte: localoptimism_Bytes - caller_lte: localoptimism_Bytes - caller_in: [localoptimism_Bytes!] - caller_not_in: [localoptimism_Bytes!] - caller_contains: localoptimism_Bytes - caller_not_contains: localoptimism_Bytes - transactionHash: localoptimism_Bytes - transactionHash_not: localoptimism_Bytes - transactionHash_gt: localoptimism_Bytes - transactionHash_lt: localoptimism_Bytes - transactionHash_gte: localoptimism_Bytes - transactionHash_lte: localoptimism_Bytes - transactionHash_in: [localoptimism_Bytes!] - transactionHash_not_in: [localoptimism_Bytes!] - transactionHash_contains: localoptimism_Bytes - transactionHash_not_contains: localoptimism_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: xdai_BlockChangedFilter + and: [xdai_RootMessageSent_filter] + or: [xdai_RootMessageSent_filter] +} + +enum xdai_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type xdai_Router { + id: ID! + isActive: Boolean! + owner: xdai_Bytes + recipient: xdai_Bytes + proposedOwner: xdai_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: xdai_AssetBalance_orderBy, orderDirection: xdai_OrderDirection, where: xdai_AssetBalance_filter): [xdai_AssetBalance!]! +} + +type xdai_RouterDailyTVL { + id: ID! + router: xdai_Router! + asset: xdai_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input xdai_RouterDailyTVL_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!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: xdai_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: xdai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -93729,69 +94256,63 @@ input localoptimism_RootMessageSent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_RootMessageSent_filter] - or: [localoptimism_RootMessageSent_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RouterDailyTVL_filter] + or: [xdai_RouterDailyTVL_filter] } -enum localoptimism_RootMessageSent_orderBy { +enum xdai_RouterDailyTVL_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - gasPrice - gasLimit - blockNumber + balance } -type localoptimism_Router { +type xdai_RouterLiquidityEvent { id: ID! - isActive: Boolean! - owner: localoptimism_Bytes - recipient: localoptimism_Bytes - proposedOwner: localoptimism_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: localoptimism_AssetBalance_orderBy, orderDirection: localoptimism_OrderDirection, where: localoptimism_AssetBalance_filter): [localoptimism_AssetBalance!]! + type: xdai_RouterLiquidityEventType + router: xdai_Router! + asset: xdai_Asset! + amount: BigInt! + balance: BigInt! + caller: xdai_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: xdai_Bytes! + nonce: BigInt! } -type localoptimism_RouterDailyTVL { - id: ID! - router: localoptimism_Router! - asset: localoptimism_Asset! - timestamp: BigInt! - balance: BigInt! +enum xdai_RouterLiquidityEventType { + Add + Remove } -input localoptimism_RouterDailyTVL_filter { +input xdai_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -93800,6 +94321,10 @@ input localoptimism_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + type: xdai_RouterLiquidityEventType + type_not: xdai_RouterLiquidityEventType + type_in: [xdai_RouterLiquidityEventType!] + type_not_in: [xdai_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -93820,7 +94345,7 @@ input localoptimism_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localoptimism_Router_filter + router_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -93841,15 +94366,15 @@ input localoptimism_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localoptimism_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] + asset_: xdai_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] balance: BigInt balance_not: BigInt balance_gt: BigInt @@ -93858,14 +94383,59 @@ input localoptimism_RouterDailyTVL_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_RouterDailyTVL_filter] - or: [localoptimism_RouterDailyTVL_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RouterLiquidityEvent_filter] + or: [xdai_RouterLiquidityEvent_filter] } -enum localoptimism_RouterDailyTVL_orderBy { +enum xdai_RouterLiquidityEvent_orderBy { id + type router router__id router__isActive @@ -93877,16 +94447,22 @@ enum localoptimism_RouterDailyTVL_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset asset__localAsset asset__blockNumber - timestamp + amount balance + caller + blockNumber + timestamp + transactionHash + nonce } -input localoptimism_Router_filter { +input xdai_Router_filter { id: ID id_not: ID id_gt: ID @@ -93899,36 +94475,36 @@ input localoptimism_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: localoptimism_Bytes - owner_not: localoptimism_Bytes - owner_gt: localoptimism_Bytes - owner_lt: localoptimism_Bytes - owner_gte: localoptimism_Bytes - owner_lte: localoptimism_Bytes - owner_in: [localoptimism_Bytes!] - owner_not_in: [localoptimism_Bytes!] - owner_contains: localoptimism_Bytes - owner_not_contains: localoptimism_Bytes - recipient: localoptimism_Bytes - recipient_not: localoptimism_Bytes - recipient_gt: localoptimism_Bytes - recipient_lt: localoptimism_Bytes - recipient_gte: localoptimism_Bytes - recipient_lte: localoptimism_Bytes - recipient_in: [localoptimism_Bytes!] - recipient_not_in: [localoptimism_Bytes!] - recipient_contains: localoptimism_Bytes - recipient_not_contains: localoptimism_Bytes - proposedOwner: localoptimism_Bytes - proposedOwner_not: localoptimism_Bytes - proposedOwner_gt: localoptimism_Bytes - proposedOwner_lt: localoptimism_Bytes - proposedOwner_gte: localoptimism_Bytes - proposedOwner_lte: localoptimism_Bytes - proposedOwner_in: [localoptimism_Bytes!] - proposedOwner_not_in: [localoptimism_Bytes!] - proposedOwner_contains: localoptimism_Bytes - proposedOwner_not_contains: localoptimism_Bytes + owner: xdai_Bytes + owner_not: xdai_Bytes + owner_gt: xdai_Bytes + owner_lt: xdai_Bytes + owner_gte: xdai_Bytes + owner_lte: xdai_Bytes + owner_in: [xdai_Bytes!] + owner_not_in: [xdai_Bytes!] + owner_contains: xdai_Bytes + owner_not_contains: xdai_Bytes + recipient: xdai_Bytes + recipient_not: xdai_Bytes + recipient_gt: xdai_Bytes + recipient_lt: xdai_Bytes + recipient_gte: xdai_Bytes + recipient_lte: xdai_Bytes + recipient_in: [xdai_Bytes!] + recipient_not_in: [xdai_Bytes!] + recipient_contains: xdai_Bytes + recipient_not_contains: xdai_Bytes + proposedOwner: xdai_Bytes + proposedOwner_not: xdai_Bytes + proposedOwner_gt: xdai_Bytes + proposedOwner_lt: xdai_Bytes + proposedOwner_gte: xdai_Bytes + proposedOwner_lte: xdai_Bytes + proposedOwner_in: [xdai_Bytes!] + proposedOwner_not_in: [xdai_Bytes!] + proposedOwner_contains: xdai_Bytes + proposedOwner_not_contains: xdai_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -93937,14 +94513,14 @@ input localoptimism_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: localoptimism_AssetBalance_filter + assetBalances_: xdai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_Router_filter] - or: [localoptimism_Router_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Router_filter] + or: [xdai_Router_filter] } -enum localoptimism_Router_orderBy { +enum xdai_Router_orderBy { id isActive owner @@ -93954,13 +94530,13 @@ enum localoptimism_Router_orderBy { assetBalances } -type localoptimism_Sequencer { +type xdai_Sequencer { id: ID! isActive: Boolean! - sequencer: localoptimism_Bytes + sequencer: xdai_Bytes } -input localoptimism_Sequencer_filter { +input xdai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -93973,35 +94549,35 @@ input localoptimism_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: localoptimism_Bytes - sequencer_not: localoptimism_Bytes - sequencer_gt: localoptimism_Bytes - sequencer_lt: localoptimism_Bytes - sequencer_gte: localoptimism_Bytes - sequencer_lte: localoptimism_Bytes - sequencer_in: [localoptimism_Bytes!] - sequencer_not_in: [localoptimism_Bytes!] - sequencer_contains: localoptimism_Bytes - sequencer_not_contains: localoptimism_Bytes + sequencer: xdai_Bytes + sequencer_not: xdai_Bytes + sequencer_gt: xdai_Bytes + sequencer_lt: xdai_Bytes + sequencer_gte: xdai_Bytes + sequencer_lte: xdai_Bytes + sequencer_in: [xdai_Bytes!] + sequencer_not_in: [xdai_Bytes!] + sequencer_contains: xdai_Bytes + sequencer_not_contains: xdai_Bytes """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_Sequencer_filter] - or: [localoptimism_Sequencer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Sequencer_filter] + or: [xdai_Sequencer_filter] } -enum localoptimism_Sequencer_orderBy { +enum xdai_Sequencer_orderBy { id isActive sequencer } -type localoptimism_Setting { +type xdai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: localoptimism_Bytes! + caller: xdai_Bytes! } -input localoptimism_Setting_filter { +input xdai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -94018,41 +94594,41 @@ input localoptimism_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: localoptimism_Bytes - caller_not: localoptimism_Bytes - caller_gt: localoptimism_Bytes - caller_lt: localoptimism_Bytes - caller_gte: localoptimism_Bytes - caller_lte: localoptimism_Bytes - caller_in: [localoptimism_Bytes!] - caller_not_in: [localoptimism_Bytes!] - caller_contains: localoptimism_Bytes - caller_not_contains: localoptimism_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_Setting_filter] - or: [localoptimism_Setting_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Setting_filter] + or: [xdai_Setting_filter] } -enum localoptimism_Setting_orderBy { +enum xdai_Setting_orderBy { id maxRoutersPerTransfer caller } -type localoptimism_SlippageUpdate { +type xdai_SlippageUpdate { id: ID! - transfer: localoptimism_DestinationTransfer! + transfer: xdai_DestinationTransfer! slippage: BigInt! - caller: localoptimism_Bytes! - transactionHash: localoptimism_Bytes! + caller: xdai_Bytes! + transactionHash: xdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localoptimism_SlippageUpdate_filter { +input xdai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -94081,7 +94657,7 @@ input localoptimism_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localoptimism_DestinationTransfer_filter + transfer_: xdai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -94090,26 +94666,26 @@ input localoptimism_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: localoptimism_Bytes - caller_not: localoptimism_Bytes - caller_gt: localoptimism_Bytes - caller_lt: localoptimism_Bytes - caller_gte: localoptimism_Bytes - caller_lte: localoptimism_Bytes - caller_in: [localoptimism_Bytes!] - caller_not_in: [localoptimism_Bytes!] - caller_contains: localoptimism_Bytes - caller_not_contains: localoptimism_Bytes - transactionHash: localoptimism_Bytes - transactionHash_not: localoptimism_Bytes - transactionHash_gt: localoptimism_Bytes - transactionHash_lt: localoptimism_Bytes - transactionHash_gte: localoptimism_Bytes - transactionHash_lte: localoptimism_Bytes - transactionHash_in: [localoptimism_Bytes!] - transactionHash_not_in: [localoptimism_Bytes!] - transactionHash_contains: localoptimism_Bytes - transactionHash_not_contains: localoptimism_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -94143,12 +94719,12 @@ input localoptimism_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_SlippageUpdate_filter] - or: [localoptimism_SlippageUpdate_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_SlippageUpdate_filter] + or: [xdai_SlippageUpdate_filter] } -enum localoptimism_SlippageUpdate_orderBy { +enum xdai_SlippageUpdate_orderBy { id transfer transfer__id @@ -94196,127 +94772,7 @@ enum localoptimism_SlippageUpdate_orderBy { blockNumber } -type localoptimism_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: localoptimism_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input localoptimism_SnapshotRoot_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!] - root: localoptimism_Bytes - root_not: localoptimism_Bytes - root_gt: localoptimism_Bytes - root_lt: localoptimism_Bytes - root_gte: localoptimism_Bytes - root_lte: localoptimism_Bytes - root_in: [localoptimism_Bytes!] - root_not_in: [localoptimism_Bytes!] - root_contains: localoptimism_Bytes - root_not_contains: localoptimism_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_SnapshotRoot_filter] - or: [localoptimism_SnapshotRoot_filter] -} - -enum localoptimism_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type localoptimism_SpokeConnectorMode { - id: ID! - mode: String! -} - -input localoptimism_SpokeConnectorMode_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!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: localoptimism_BlockChangedFilter - and: [localoptimism_SpokeConnectorMode_filter] - or: [localoptimism_SpokeConnectorMode_filter] -} - -enum localoptimism_SpokeConnectorMode_orderBy { - id - mode -} - -enum localoptimism_TransferStatus { +enum xdai_TransferStatus { XCalled Executed Reconciled @@ -94324,9 +94780,9 @@ enum localoptimism_TransferStatus { CompletedFast } -type localoptimism__Block_ { +type xdai__Block_ { """The hash of the block""" - hash: localoptimism_Bytes + hash: xdai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -94334,7 +94790,7 @@ type localoptimism__Block_ { } """The type for the top-level _meta field""" -type localoptimism__Meta_ { +type xdai__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -94342,7 +94798,7 @@ type localoptimism__Meta_ { and therefore asks for the latest block """ - block: localoptimism__Block_! + block: xdai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -96922,98 +97378,13 @@ type localarbitrumone__Meta_ { hasIndexingErrors: Boolean! } -type stagingarbitrumgoerli_AggregateRoot { +type bnb_AggregateRoot { id: ID! - root: stagingarbitrumgoerli_Bytes! + root: bnb_Bytes! blockNumber: BigInt! } -type stagingarbitrumgoerli_AggregateRootProposed { - id: ID! - aggregateRoot: stagingarbitrumgoerli_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingarbitrumgoerli_AggregateRootProposed_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!] - aggregateRoot: stagingarbitrumgoerli_Bytes - aggregateRoot_not: stagingarbitrumgoerli_Bytes - aggregateRoot_gt: stagingarbitrumgoerli_Bytes - aggregateRoot_lt: stagingarbitrumgoerli_Bytes - aggregateRoot_gte: stagingarbitrumgoerli_Bytes - aggregateRoot_lte: stagingarbitrumgoerli_Bytes - aggregateRoot_in: [stagingarbitrumgoerli_Bytes!] - aggregateRoot_not_in: [stagingarbitrumgoerli_Bytes!] - aggregateRoot_contains: stagingarbitrumgoerli_Bytes - aggregateRoot_not_contains: stagingarbitrumgoerli_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_AggregateRootProposed_filter] - or: [stagingarbitrumgoerli_AggregateRootProposed_filter] -} - -enum stagingarbitrumgoerli_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input stagingarbitrumgoerli_AggregateRoot_filter { +input bnb_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -97022,16 +97393,16 @@ input stagingarbitrumgoerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingarbitrumgoerli_Bytes - root_not: stagingarbitrumgoerli_Bytes - root_gt: stagingarbitrumgoerli_Bytes - root_lt: stagingarbitrumgoerli_Bytes - root_gte: stagingarbitrumgoerli_Bytes - root_lte: stagingarbitrumgoerli_Bytes - root_in: [stagingarbitrumgoerli_Bytes!] - root_not_in: [stagingarbitrumgoerli_Bytes!] - root_contains: stagingarbitrumgoerli_Bytes - root_not_contains: stagingarbitrumgoerli_Bytes + root: bnb_Bytes + root_not: bnb_Bytes + root_gt: bnb_Bytes + root_lt: bnb_Bytes + root_gte: bnb_Bytes + root_lte: bnb_Bytes + root_in: [bnb_Bytes!] + root_not_in: [bnb_Bytes!] + root_contains: bnb_Bytes + root_not_contains: bnb_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -97041,41 +97412,42 @@ input stagingarbitrumgoerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_AggregateRoot_filter] - or: [stagingarbitrumgoerli_AggregateRoot_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AggregateRoot_filter] + or: [bnb_AggregateRoot_filter] } -enum stagingarbitrumgoerli_AggregateRoot_orderBy { +enum bnb_AggregateRoot_orderBy { id root blockNumber } -type stagingarbitrumgoerli_Asset { +type bnb_Asset { id: ID! - key: stagingarbitrumgoerli_Bytes + key: bnb_Bytes decimal: BigInt - canonicalId: stagingarbitrumgoerli_Bytes + adoptedDecimal: BigInt + canonicalId: bnb_Bytes canonicalDomain: BigInt - adoptedAsset: stagingarbitrumgoerli_Bytes - localAsset: stagingarbitrumgoerli_Bytes + adoptedAsset: bnb_Bytes + localAsset: bnb_Bytes blockNumber: BigInt - status: stagingarbitrumgoerli_AssetStatus + status: bnb_AssetStatus } -type stagingarbitrumgoerli_AssetBalance { +type bnb_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingarbitrumgoerli_Router! - asset: stagingarbitrumgoerli_Asset! + router: bnb_Router! + asset: bnb_Asset! feesEarned: BigInt! } -input stagingarbitrumgoerli_AssetBalance_filter { +input bnb_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -97136,7 +97508,7 @@ input stagingarbitrumgoerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingarbitrumgoerli_Router_filter + router_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -97157,7 +97529,7 @@ input stagingarbitrumgoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingarbitrumgoerli_Asset_filter + asset_: bnb_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -97167,12 +97539,12 @@ input stagingarbitrumgoerli_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_AssetBalance_filter] - or: [stagingarbitrumgoerli_AssetBalance_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AssetBalance_filter] + or: [bnb_AssetBalance_filter] } -enum stagingarbitrumgoerli_AssetBalance_orderBy { +enum bnb_AssetBalance_orderBy { id amount locked @@ -97189,6 +97561,7 @@ enum stagingarbitrumgoerli_AssetBalance_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -97197,12 +97570,12 @@ enum stagingarbitrumgoerli_AssetBalance_orderBy { feesEarned } -type stagingarbitrumgoerli_AssetStatus { +type bnb_AssetStatus { id: ID! status: Boolean } -input stagingarbitrumgoerli_AssetStatus_filter { +input bnb_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -97216,17 +97589,17 @@ input stagingarbitrumgoerli_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_AssetStatus_filter] - or: [stagingarbitrumgoerli_AssetStatus_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AssetStatus_filter] + or: [bnb_AssetStatus_filter] } -enum stagingarbitrumgoerli_AssetStatus_orderBy { +enum bnb_AssetStatus_orderBy { id status } -input stagingarbitrumgoerli_Asset_filter { +input bnb_Asset_filter { id: ID id_not: ID id_gt: ID @@ -97235,16 +97608,16 @@ input stagingarbitrumgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingarbitrumgoerli_Bytes - key_not: stagingarbitrumgoerli_Bytes - key_gt: stagingarbitrumgoerli_Bytes - key_lt: stagingarbitrumgoerli_Bytes - key_gte: stagingarbitrumgoerli_Bytes - key_lte: stagingarbitrumgoerli_Bytes - key_in: [stagingarbitrumgoerli_Bytes!] - key_not_in: [stagingarbitrumgoerli_Bytes!] - key_contains: stagingarbitrumgoerli_Bytes - key_not_contains: stagingarbitrumgoerli_Bytes + key: bnb_Bytes + key_not: bnb_Bytes + key_gt: bnb_Bytes + key_lt: bnb_Bytes + key_gte: bnb_Bytes + key_lte: bnb_Bytes + key_in: [bnb_Bytes!] + key_not_in: [bnb_Bytes!] + key_contains: bnb_Bytes + key_not_contains: bnb_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -97253,16 +97626,24 @@ input stagingarbitrumgoerli_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - canonicalId: stagingarbitrumgoerli_Bytes - canonicalId_not: stagingarbitrumgoerli_Bytes - canonicalId_gt: stagingarbitrumgoerli_Bytes - canonicalId_lt: stagingarbitrumgoerli_Bytes - canonicalId_gte: stagingarbitrumgoerli_Bytes - canonicalId_lte: stagingarbitrumgoerli_Bytes - canonicalId_in: [stagingarbitrumgoerli_Bytes!] - canonicalId_not_in: [stagingarbitrumgoerli_Bytes!] - canonicalId_contains: stagingarbitrumgoerli_Bytes - canonicalId_not_contains: stagingarbitrumgoerli_Bytes + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: bnb_Bytes + canonicalId_not: bnb_Bytes + canonicalId_gt: bnb_Bytes + canonicalId_lt: bnb_Bytes + canonicalId_gte: bnb_Bytes + canonicalId_lte: bnb_Bytes + canonicalId_in: [bnb_Bytes!] + canonicalId_not_in: [bnb_Bytes!] + canonicalId_contains: bnb_Bytes + canonicalId_not_contains: bnb_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -97271,26 +97652,26 @@ input stagingarbitrumgoerli_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingarbitrumgoerli_Bytes - adoptedAsset_not: stagingarbitrumgoerli_Bytes - adoptedAsset_gt: stagingarbitrumgoerli_Bytes - adoptedAsset_lt: stagingarbitrumgoerli_Bytes - adoptedAsset_gte: stagingarbitrumgoerli_Bytes - adoptedAsset_lte: stagingarbitrumgoerli_Bytes - adoptedAsset_in: [stagingarbitrumgoerli_Bytes!] - adoptedAsset_not_in: [stagingarbitrumgoerli_Bytes!] - adoptedAsset_contains: stagingarbitrumgoerli_Bytes - adoptedAsset_not_contains: stagingarbitrumgoerli_Bytes - localAsset: stagingarbitrumgoerli_Bytes - localAsset_not: stagingarbitrumgoerli_Bytes - localAsset_gt: stagingarbitrumgoerli_Bytes - localAsset_lt: stagingarbitrumgoerli_Bytes - localAsset_gte: stagingarbitrumgoerli_Bytes - localAsset_lte: stagingarbitrumgoerli_Bytes - localAsset_in: [stagingarbitrumgoerli_Bytes!] - localAsset_not_in: [stagingarbitrumgoerli_Bytes!] - localAsset_contains: stagingarbitrumgoerli_Bytes - localAsset_not_contains: stagingarbitrumgoerli_Bytes + adoptedAsset: bnb_Bytes + adoptedAsset_not: bnb_Bytes + adoptedAsset_gt: bnb_Bytes + adoptedAsset_lt: bnb_Bytes + adoptedAsset_gte: bnb_Bytes + adoptedAsset_lte: bnb_Bytes + adoptedAsset_in: [bnb_Bytes!] + adoptedAsset_not_in: [bnb_Bytes!] + adoptedAsset_contains: bnb_Bytes + adoptedAsset_not_contains: bnb_Bytes + localAsset: bnb_Bytes + localAsset_not: bnb_Bytes + localAsset_gt: bnb_Bytes + localAsset_lt: bnb_Bytes + localAsset_gte: bnb_Bytes + localAsset_lte: bnb_Bytes + localAsset_in: [bnb_Bytes!] + localAsset_not_in: [bnb_Bytes!] + localAsset_contains: bnb_Bytes + localAsset_not_contains: bnb_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -97319,17 +97700,18 @@ input stagingarbitrumgoerli_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingarbitrumgoerli_AssetStatus_filter + status_: bnb_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Asset_filter] - or: [stagingarbitrumgoerli_Asset_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Asset_filter] + or: [bnb_Asset_filter] } -enum stagingarbitrumgoerli_Asset_orderBy { +enum bnb_Asset_orderBy { id key decimal + adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -97340,30 +97722,30 @@ enum stagingarbitrumgoerli_Asset_orderBy { status__status } -scalar stagingarbitrumgoerli_BigDecimal +scalar bnb_BigDecimal -input stagingarbitrumgoerli_BlockChangedFilter { +input bnb_BlockChangedFilter { number_gte: Int! } -input stagingarbitrumgoerli_Block_height { - hash: stagingarbitrumgoerli_Bytes +input bnb_Block_height { + hash: bnb_Bytes number: Int number_gte: Int } -scalar stagingarbitrumgoerli_Bytes +scalar bnb_Bytes -type stagingarbitrumgoerli_ConnectorMeta { +type bnb_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingarbitrumgoerli_Bytes - rootManager: stagingarbitrumgoerli_Bytes - mirrorConnector: stagingarbitrumgoerli_Bytes + amb: bnb_Bytes + rootManager: bnb_Bytes + mirrorConnector: bnb_Bytes } -input stagingarbitrumgoerli_ConnectorMeta_filter { +input bnb_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -97388,43 +97770,43 @@ input stagingarbitrumgoerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingarbitrumgoerli_Bytes - amb_not: stagingarbitrumgoerli_Bytes - amb_gt: stagingarbitrumgoerli_Bytes - amb_lt: stagingarbitrumgoerli_Bytes - amb_gte: stagingarbitrumgoerli_Bytes - amb_lte: stagingarbitrumgoerli_Bytes - amb_in: [stagingarbitrumgoerli_Bytes!] - amb_not_in: [stagingarbitrumgoerli_Bytes!] - amb_contains: stagingarbitrumgoerli_Bytes - amb_not_contains: stagingarbitrumgoerli_Bytes - rootManager: stagingarbitrumgoerli_Bytes - rootManager_not: stagingarbitrumgoerli_Bytes - rootManager_gt: stagingarbitrumgoerli_Bytes - rootManager_lt: stagingarbitrumgoerli_Bytes - rootManager_gte: stagingarbitrumgoerli_Bytes - rootManager_lte: stagingarbitrumgoerli_Bytes - rootManager_in: [stagingarbitrumgoerli_Bytes!] - rootManager_not_in: [stagingarbitrumgoerli_Bytes!] - rootManager_contains: stagingarbitrumgoerli_Bytes - rootManager_not_contains: stagingarbitrumgoerli_Bytes - mirrorConnector: stagingarbitrumgoerli_Bytes - mirrorConnector_not: stagingarbitrumgoerli_Bytes - mirrorConnector_gt: stagingarbitrumgoerli_Bytes - mirrorConnector_lt: stagingarbitrumgoerli_Bytes - mirrorConnector_gte: stagingarbitrumgoerli_Bytes - mirrorConnector_lte: stagingarbitrumgoerli_Bytes - mirrorConnector_in: [stagingarbitrumgoerli_Bytes!] - mirrorConnector_not_in: [stagingarbitrumgoerli_Bytes!] - mirrorConnector_contains: stagingarbitrumgoerli_Bytes - mirrorConnector_not_contains: stagingarbitrumgoerli_Bytes + amb: bnb_Bytes + amb_not: bnb_Bytes + amb_gt: bnb_Bytes + amb_lt: bnb_Bytes + amb_gte: bnb_Bytes + amb_lte: bnb_Bytes + amb_in: [bnb_Bytes!] + amb_not_in: [bnb_Bytes!] + amb_contains: bnb_Bytes + amb_not_contains: bnb_Bytes + rootManager: bnb_Bytes + rootManager_not: bnb_Bytes + rootManager_gt: bnb_Bytes + rootManager_lt: bnb_Bytes + rootManager_gte: bnb_Bytes + rootManager_lte: bnb_Bytes + rootManager_in: [bnb_Bytes!] + rootManager_not_in: [bnb_Bytes!] + rootManager_contains: bnb_Bytes + rootManager_not_contains: bnb_Bytes + mirrorConnector: bnb_Bytes + mirrorConnector_not: bnb_Bytes + mirrorConnector_gt: bnb_Bytes + mirrorConnector_lt: bnb_Bytes + mirrorConnector_gte: bnb_Bytes + mirrorConnector_lte: bnb_Bytes + mirrorConnector_in: [bnb_Bytes!] + mirrorConnector_not_in: [bnb_Bytes!] + mirrorConnector_contains: bnb_Bytes + mirrorConnector_not_contains: bnb_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_ConnectorMeta_filter] - or: [stagingarbitrumgoerli_ConnectorMeta_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_ConnectorMeta_filter] + or: [bnb_ConnectorMeta_filter] } -enum stagingarbitrumgoerli_ConnectorMeta_orderBy { +enum bnb_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -97433,48 +97815,48 @@ enum stagingarbitrumgoerli_ConnectorMeta_orderBy { mirrorConnector } -type stagingarbitrumgoerli_DestinationTransfer { +type bnb_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingarbitrumgoerli_Bytes + transferId: bnb_Bytes nonce: BigInt - status: stagingarbitrumgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_Router_orderBy, orderDirection: stagingarbitrumgoerli_OrderDirection, where: stagingarbitrumgoerli_Router_filter): [stagingarbitrumgoerli_Router!] + status: bnb_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: bnb_Router_orderBy, orderDirection: bnb_OrderDirection, where: bnb_Router_filter): [bnb_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingarbitrumgoerli_Bytes - delegate: stagingarbitrumgoerli_Bytes + to: bnb_Bytes + delegate: bnb_Bytes receiveLocal: Boolean - callData: stagingarbitrumgoerli_Bytes + callData: bnb_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingarbitrumgoerli_Bytes + originSender: bnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingarbitrumgoerli_Bytes - asset: stagingarbitrumgoerli_Asset + canonicalId: bnb_Bytes + asset: bnb_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingarbitrumgoerli_Bytes - executedTransactionHash: stagingarbitrumgoerli_Bytes + executedCaller: bnb_Bytes + executedTransactionHash: bnb_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingarbitrumgoerli_Bytes + executedTxOrigin: bnb_Bytes executedTxNonce: BigInt - reconciledCaller: stagingarbitrumgoerli_Bytes - reconciledTransactionHash: stagingarbitrumgoerli_Bytes + reconciledCaller: bnb_Bytes + reconciledTransactionHash: bnb_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingarbitrumgoerli_Bytes + reconciledTxOrigin: bnb_Bytes reconciledTxNonce: BigInt } -input stagingarbitrumgoerli_DestinationTransfer_filter { +input bnb_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -97491,16 +97873,16 @@ input stagingarbitrumgoerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingarbitrumgoerli_Bytes - transferId_not: stagingarbitrumgoerli_Bytes - transferId_gt: stagingarbitrumgoerli_Bytes - transferId_lt: stagingarbitrumgoerli_Bytes - transferId_gte: stagingarbitrumgoerli_Bytes - transferId_lte: stagingarbitrumgoerli_Bytes - transferId_in: [stagingarbitrumgoerli_Bytes!] - transferId_not_in: [stagingarbitrumgoerli_Bytes!] - transferId_contains: stagingarbitrumgoerli_Bytes - transferId_not_contains: stagingarbitrumgoerli_Bytes + transferId: bnb_Bytes + transferId_not: bnb_Bytes + transferId_gt: bnb_Bytes + transferId_lt: bnb_Bytes + transferId_gte: bnb_Bytes + transferId_lte: bnb_Bytes + transferId_in: [bnb_Bytes!] + transferId_not_in: [bnb_Bytes!] + transferId_contains: bnb_Bytes + transferId_not_contains: bnb_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -97509,17 +97891,17 @@ input stagingarbitrumgoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingarbitrumgoerli_TransferStatus - status_not: stagingarbitrumgoerli_TransferStatus - status_in: [stagingarbitrumgoerli_TransferStatus!] - status_not_in: [stagingarbitrumgoerli_TransferStatus!] + status: bnb_TransferStatus + status_not: bnb_TransferStatus + status_in: [bnb_TransferStatus!] + status_not_in: [bnb_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingarbitrumgoerli_Router_filter + routers_: bnb_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -97544,40 +97926,40 @@ input stagingarbitrumgoerli_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingarbitrumgoerli_Bytes - to_not: stagingarbitrumgoerli_Bytes - to_gt: stagingarbitrumgoerli_Bytes - to_lt: stagingarbitrumgoerli_Bytes - to_gte: stagingarbitrumgoerli_Bytes - to_lte: stagingarbitrumgoerli_Bytes - to_in: [stagingarbitrumgoerli_Bytes!] - to_not_in: [stagingarbitrumgoerli_Bytes!] - to_contains: stagingarbitrumgoerli_Bytes - to_not_contains: stagingarbitrumgoerli_Bytes - delegate: stagingarbitrumgoerli_Bytes - delegate_not: stagingarbitrumgoerli_Bytes - delegate_gt: stagingarbitrumgoerli_Bytes - delegate_lt: stagingarbitrumgoerli_Bytes - delegate_gte: stagingarbitrumgoerli_Bytes - delegate_lte: stagingarbitrumgoerli_Bytes - delegate_in: [stagingarbitrumgoerli_Bytes!] - delegate_not_in: [stagingarbitrumgoerli_Bytes!] - delegate_contains: stagingarbitrumgoerli_Bytes - delegate_not_contains: stagingarbitrumgoerli_Bytes + to: bnb_Bytes + to_not: bnb_Bytes + to_gt: bnb_Bytes + to_lt: bnb_Bytes + to_gte: bnb_Bytes + to_lte: bnb_Bytes + to_in: [bnb_Bytes!] + to_not_in: [bnb_Bytes!] + to_contains: bnb_Bytes + to_not_contains: bnb_Bytes + delegate: bnb_Bytes + delegate_not: bnb_Bytes + delegate_gt: bnb_Bytes + delegate_lt: bnb_Bytes + delegate_gte: bnb_Bytes + delegate_lte: bnb_Bytes + delegate_in: [bnb_Bytes!] + delegate_not_in: [bnb_Bytes!] + delegate_contains: bnb_Bytes + delegate_not_contains: bnb_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingarbitrumgoerli_Bytes - callData_not: stagingarbitrumgoerli_Bytes - callData_gt: stagingarbitrumgoerli_Bytes - callData_lt: stagingarbitrumgoerli_Bytes - callData_gte: stagingarbitrumgoerli_Bytes - callData_lte: stagingarbitrumgoerli_Bytes - callData_in: [stagingarbitrumgoerli_Bytes!] - callData_not_in: [stagingarbitrumgoerli_Bytes!] - callData_contains: stagingarbitrumgoerli_Bytes - callData_not_contains: stagingarbitrumgoerli_Bytes + callData: bnb_Bytes + callData_not: bnb_Bytes + callData_gt: bnb_Bytes + callData_lt: bnb_Bytes + callData_gte: bnb_Bytes + callData_lte: bnb_Bytes + callData_in: [bnb_Bytes!] + callData_not_in: [bnb_Bytes!] + callData_contains: bnb_Bytes + callData_not_contains: bnb_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -97594,16 +97976,16 @@ input stagingarbitrumgoerli_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingarbitrumgoerli_Bytes - originSender_not: stagingarbitrumgoerli_Bytes - originSender_gt: stagingarbitrumgoerli_Bytes - originSender_lt: stagingarbitrumgoerli_Bytes - originSender_gte: stagingarbitrumgoerli_Bytes - originSender_lte: stagingarbitrumgoerli_Bytes - originSender_in: [stagingarbitrumgoerli_Bytes!] - originSender_not_in: [stagingarbitrumgoerli_Bytes!] - originSender_contains: stagingarbitrumgoerli_Bytes - originSender_not_contains: stagingarbitrumgoerli_Bytes + originSender: bnb_Bytes + originSender_not: bnb_Bytes + originSender_gt: bnb_Bytes + originSender_lt: bnb_Bytes + originSender_gte: bnb_Bytes + originSender_lte: bnb_Bytes + originSender_in: [bnb_Bytes!] + originSender_not_in: [bnb_Bytes!] + originSender_contains: bnb_Bytes + originSender_not_contains: bnb_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -97620,16 +98002,16 @@ input stagingarbitrumgoerli_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingarbitrumgoerli_Bytes - canonicalId_not: stagingarbitrumgoerli_Bytes - canonicalId_gt: stagingarbitrumgoerli_Bytes - canonicalId_lt: stagingarbitrumgoerli_Bytes - canonicalId_gte: stagingarbitrumgoerli_Bytes - canonicalId_lte: stagingarbitrumgoerli_Bytes - canonicalId_in: [stagingarbitrumgoerli_Bytes!] - canonicalId_not_in: [stagingarbitrumgoerli_Bytes!] - canonicalId_contains: stagingarbitrumgoerli_Bytes - canonicalId_not_contains: stagingarbitrumgoerli_Bytes + canonicalId: bnb_Bytes + canonicalId_not: bnb_Bytes + canonicalId_gt: bnb_Bytes + canonicalId_lt: bnb_Bytes + canonicalId_gte: bnb_Bytes + canonicalId_lte: bnb_Bytes + canonicalId_in: [bnb_Bytes!] + canonicalId_not_in: [bnb_Bytes!] + canonicalId_contains: bnb_Bytes + canonicalId_not_contains: bnb_Bytes asset: String asset_not: String asset_gt: String @@ -97650,7 +98032,7 @@ input stagingarbitrumgoerli_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingarbitrumgoerli_Asset_filter + asset_: bnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -97667,26 +98049,26 @@ input stagingarbitrumgoerli_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingarbitrumgoerli_Bytes - executedCaller_not: stagingarbitrumgoerli_Bytes - executedCaller_gt: stagingarbitrumgoerli_Bytes - executedCaller_lt: stagingarbitrumgoerli_Bytes - executedCaller_gte: stagingarbitrumgoerli_Bytes - executedCaller_lte: stagingarbitrumgoerli_Bytes - executedCaller_in: [stagingarbitrumgoerli_Bytes!] - executedCaller_not_in: [stagingarbitrumgoerli_Bytes!] - executedCaller_contains: stagingarbitrumgoerli_Bytes - executedCaller_not_contains: stagingarbitrumgoerli_Bytes - executedTransactionHash: stagingarbitrumgoerli_Bytes - executedTransactionHash_not: stagingarbitrumgoerli_Bytes - executedTransactionHash_gt: stagingarbitrumgoerli_Bytes - executedTransactionHash_lt: stagingarbitrumgoerli_Bytes - executedTransactionHash_gte: stagingarbitrumgoerli_Bytes - executedTransactionHash_lte: stagingarbitrumgoerli_Bytes - executedTransactionHash_in: [stagingarbitrumgoerli_Bytes!] - executedTransactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - executedTransactionHash_contains: stagingarbitrumgoerli_Bytes - executedTransactionHash_not_contains: stagingarbitrumgoerli_Bytes + executedCaller: bnb_Bytes + executedCaller_not: bnb_Bytes + executedCaller_gt: bnb_Bytes + executedCaller_lt: bnb_Bytes + executedCaller_gte: bnb_Bytes + executedCaller_lte: bnb_Bytes + executedCaller_in: [bnb_Bytes!] + executedCaller_not_in: [bnb_Bytes!] + executedCaller_contains: bnb_Bytes + executedCaller_not_contains: bnb_Bytes + executedTransactionHash: bnb_Bytes + executedTransactionHash_not: bnb_Bytes + executedTransactionHash_gt: bnb_Bytes + executedTransactionHash_lt: bnb_Bytes + executedTransactionHash_gte: bnb_Bytes + executedTransactionHash_lte: bnb_Bytes + executedTransactionHash_in: [bnb_Bytes!] + executedTransactionHash_not_in: [bnb_Bytes!] + executedTransactionHash_contains: bnb_Bytes + executedTransactionHash_not_contains: bnb_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -97719,16 +98101,16 @@ input stagingarbitrumgoerli_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingarbitrumgoerli_Bytes - executedTxOrigin_not: stagingarbitrumgoerli_Bytes - executedTxOrigin_gt: stagingarbitrumgoerli_Bytes - executedTxOrigin_lt: stagingarbitrumgoerli_Bytes - executedTxOrigin_gte: stagingarbitrumgoerli_Bytes - executedTxOrigin_lte: stagingarbitrumgoerli_Bytes - executedTxOrigin_in: [stagingarbitrumgoerli_Bytes!] - executedTxOrigin_not_in: [stagingarbitrumgoerli_Bytes!] - executedTxOrigin_contains: stagingarbitrumgoerli_Bytes - executedTxOrigin_not_contains: stagingarbitrumgoerli_Bytes + executedTxOrigin: bnb_Bytes + executedTxOrigin_not: bnb_Bytes + executedTxOrigin_gt: bnb_Bytes + executedTxOrigin_lt: bnb_Bytes + executedTxOrigin_gte: bnb_Bytes + executedTxOrigin_lte: bnb_Bytes + executedTxOrigin_in: [bnb_Bytes!] + executedTxOrigin_not_in: [bnb_Bytes!] + executedTxOrigin_contains: bnb_Bytes + executedTxOrigin_not_contains: bnb_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -97737,26 +98119,26 @@ input stagingarbitrumgoerli_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingarbitrumgoerli_Bytes - reconciledCaller_not: stagingarbitrumgoerli_Bytes - reconciledCaller_gt: stagingarbitrumgoerli_Bytes - reconciledCaller_lt: stagingarbitrumgoerli_Bytes - reconciledCaller_gte: stagingarbitrumgoerli_Bytes - reconciledCaller_lte: stagingarbitrumgoerli_Bytes - reconciledCaller_in: [stagingarbitrumgoerli_Bytes!] - reconciledCaller_not_in: [stagingarbitrumgoerli_Bytes!] - reconciledCaller_contains: stagingarbitrumgoerli_Bytes - reconciledCaller_not_contains: stagingarbitrumgoerli_Bytes - reconciledTransactionHash: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_not: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_gt: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_lt: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_gte: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_lte: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_in: [stagingarbitrumgoerli_Bytes!] - reconciledTransactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - reconciledTransactionHash_contains: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_not_contains: stagingarbitrumgoerli_Bytes + reconciledCaller: bnb_Bytes + reconciledCaller_not: bnb_Bytes + reconciledCaller_gt: bnb_Bytes + reconciledCaller_lt: bnb_Bytes + reconciledCaller_gte: bnb_Bytes + reconciledCaller_lte: bnb_Bytes + reconciledCaller_in: [bnb_Bytes!] + reconciledCaller_not_in: [bnb_Bytes!] + reconciledCaller_contains: bnb_Bytes + reconciledCaller_not_contains: bnb_Bytes + reconciledTransactionHash: bnb_Bytes + reconciledTransactionHash_not: bnb_Bytes + reconciledTransactionHash_gt: bnb_Bytes + reconciledTransactionHash_lt: bnb_Bytes + reconciledTransactionHash_gte: bnb_Bytes + reconciledTransactionHash_lte: bnb_Bytes + reconciledTransactionHash_in: [bnb_Bytes!] + reconciledTransactionHash_not_in: [bnb_Bytes!] + reconciledTransactionHash_contains: bnb_Bytes + reconciledTransactionHash_not_contains: bnb_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -97789,16 +98171,16 @@ input stagingarbitrumgoerli_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_not: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_gt: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_lt: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_gte: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_lte: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_in: [stagingarbitrumgoerli_Bytes!] - reconciledTxOrigin_not_in: [stagingarbitrumgoerli_Bytes!] - reconciledTxOrigin_contains: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_not_contains: stagingarbitrumgoerli_Bytes + reconciledTxOrigin: bnb_Bytes + reconciledTxOrigin_not: bnb_Bytes + reconciledTxOrigin_gt: bnb_Bytes + reconciledTxOrigin_lt: bnb_Bytes + reconciledTxOrigin_gte: bnb_Bytes + reconciledTxOrigin_lte: bnb_Bytes + reconciledTxOrigin_in: [bnb_Bytes!] + reconciledTxOrigin_not_in: [bnb_Bytes!] + reconciledTxOrigin_contains: bnb_Bytes + reconciledTxOrigin_not_contains: bnb_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -97808,12 +98190,12 @@ input stagingarbitrumgoerli_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_DestinationTransfer_filter] - or: [stagingarbitrumgoerli_DestinationTransfer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_DestinationTransfer_filter] + or: [bnb_DestinationTransfer_filter] } -enum stagingarbitrumgoerli_DestinationTransfer_orderBy { +enum bnb_DestinationTransfer_orderBy { id chainId transferId @@ -97837,6 +98219,7 @@ enum stagingarbitrumgoerli_DestinationTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -97866,83 +98249,28 @@ enum stagingarbitrumgoerli_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingarbitrumgoerli_Int8 - -type stagingarbitrumgoerli_OptimisticRootFinalized { - id: ID! - aggregateRoot: stagingarbitrumgoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingarbitrumgoerli_OptimisticRootFinalized_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!] - aggregateRoot: stagingarbitrumgoerli_Bytes - aggregateRoot_not: stagingarbitrumgoerli_Bytes - aggregateRoot_gt: stagingarbitrumgoerli_Bytes - aggregateRoot_lt: stagingarbitrumgoerli_Bytes - aggregateRoot_gte: stagingarbitrumgoerli_Bytes - aggregateRoot_lte: stagingarbitrumgoerli_Bytes - aggregateRoot_in: [stagingarbitrumgoerli_Bytes!] - aggregateRoot_not_in: [stagingarbitrumgoerli_Bytes!] - aggregateRoot_contains: stagingarbitrumgoerli_Bytes - aggregateRoot_not_contains: stagingarbitrumgoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_OptimisticRootFinalized_filter] - or: [stagingarbitrumgoerli_OptimisticRootFinalized_filter] -} - -enum stagingarbitrumgoerli_OptimisticRootFinalized_orderBy { - id - aggregateRoot - timestamp - blockNumber -} +scalar bnb_Int8 """Defines the order direction, either ascending or descending""" -enum stagingarbitrumgoerli_OrderDirection { +enum bnb_OrderDirection { asc desc } -type stagingarbitrumgoerli_OriginMessage { +type bnb_OriginMessage { id: ID! - transferId: stagingarbitrumgoerli_Bytes + transferId: bnb_Bytes destinationDomain: BigInt - leaf: stagingarbitrumgoerli_Bytes + leaf: bnb_Bytes index: BigInt - message: stagingarbitrumgoerli_Bytes - root: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes + message: bnb_Bytes + root: bnb_Bytes + transactionHash: bnb_Bytes blockNumber: BigInt - rootCount: stagingarbitrumgoerli_RootCount + rootCount: bnb_RootCount } -input stagingarbitrumgoerli_OriginMessage_filter { +input bnb_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -97951,16 +98279,16 @@ input stagingarbitrumgoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingarbitrumgoerli_Bytes - transferId_not: stagingarbitrumgoerli_Bytes - transferId_gt: stagingarbitrumgoerli_Bytes - transferId_lt: stagingarbitrumgoerli_Bytes - transferId_gte: stagingarbitrumgoerli_Bytes - transferId_lte: stagingarbitrumgoerli_Bytes - transferId_in: [stagingarbitrumgoerli_Bytes!] - transferId_not_in: [stagingarbitrumgoerli_Bytes!] - transferId_contains: stagingarbitrumgoerli_Bytes - transferId_not_contains: stagingarbitrumgoerli_Bytes + transferId: bnb_Bytes + transferId_not: bnb_Bytes + transferId_gt: bnb_Bytes + transferId_lt: bnb_Bytes + transferId_gte: bnb_Bytes + transferId_lte: bnb_Bytes + transferId_in: [bnb_Bytes!] + transferId_not_in: [bnb_Bytes!] + transferId_contains: bnb_Bytes + transferId_not_contains: bnb_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -97969,16 +98297,16 @@ input stagingarbitrumgoerli_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingarbitrumgoerli_Bytes - leaf_not: stagingarbitrumgoerli_Bytes - leaf_gt: stagingarbitrumgoerli_Bytes - leaf_lt: stagingarbitrumgoerli_Bytes - leaf_gte: stagingarbitrumgoerli_Bytes - leaf_lte: stagingarbitrumgoerli_Bytes - leaf_in: [stagingarbitrumgoerli_Bytes!] - leaf_not_in: [stagingarbitrumgoerli_Bytes!] - leaf_contains: stagingarbitrumgoerli_Bytes - leaf_not_contains: stagingarbitrumgoerli_Bytes + leaf: bnb_Bytes + leaf_not: bnb_Bytes + leaf_gt: bnb_Bytes + leaf_lt: bnb_Bytes + leaf_gte: bnb_Bytes + leaf_lte: bnb_Bytes + leaf_in: [bnb_Bytes!] + leaf_not_in: [bnb_Bytes!] + leaf_contains: bnb_Bytes + leaf_not_contains: bnb_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -97987,36 +98315,36 @@ input stagingarbitrumgoerli_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingarbitrumgoerli_Bytes - message_not: stagingarbitrumgoerli_Bytes - message_gt: stagingarbitrumgoerli_Bytes - message_lt: stagingarbitrumgoerli_Bytes - message_gte: stagingarbitrumgoerli_Bytes - message_lte: stagingarbitrumgoerli_Bytes - message_in: [stagingarbitrumgoerli_Bytes!] - message_not_in: [stagingarbitrumgoerli_Bytes!] - message_contains: stagingarbitrumgoerli_Bytes - message_not_contains: stagingarbitrumgoerli_Bytes - root: stagingarbitrumgoerli_Bytes - root_not: stagingarbitrumgoerli_Bytes - root_gt: stagingarbitrumgoerli_Bytes - root_lt: stagingarbitrumgoerli_Bytes - root_gte: stagingarbitrumgoerli_Bytes - root_lte: stagingarbitrumgoerli_Bytes - root_in: [stagingarbitrumgoerli_Bytes!] - root_not_in: [stagingarbitrumgoerli_Bytes!] - root_contains: stagingarbitrumgoerli_Bytes - root_not_contains: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes - transactionHash_not: stagingarbitrumgoerli_Bytes - transactionHash_gt: stagingarbitrumgoerli_Bytes - transactionHash_lt: stagingarbitrumgoerli_Bytes - transactionHash_gte: stagingarbitrumgoerli_Bytes - transactionHash_lte: stagingarbitrumgoerli_Bytes - transactionHash_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_contains: stagingarbitrumgoerli_Bytes - transactionHash_not_contains: stagingarbitrumgoerli_Bytes + message: bnb_Bytes + message_not: bnb_Bytes + message_gt: bnb_Bytes + message_lt: bnb_Bytes + message_gte: bnb_Bytes + message_lte: bnb_Bytes + message_in: [bnb_Bytes!] + message_not_in: [bnb_Bytes!] + message_contains: bnb_Bytes + message_not_contains: bnb_Bytes + root: bnb_Bytes + root_not: bnb_Bytes + root_gt: bnb_Bytes + root_lt: bnb_Bytes + root_gte: bnb_Bytes + root_lte: bnb_Bytes + root_in: [bnb_Bytes!] + root_not_in: [bnb_Bytes!] + root_contains: bnb_Bytes + root_not_contains: bnb_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -98045,14 +98373,14 @@ input stagingarbitrumgoerli_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingarbitrumgoerli_RootCount_filter + rootCount_: bnb_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_OriginMessage_filter] - or: [stagingarbitrumgoerli_OriginMessage_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OriginMessage_filter] + or: [bnb_OriginMessage_filter] } -enum stagingarbitrumgoerli_OriginMessage_orderBy { +enum bnb_OriginMessage_orderBy { id transferId destinationDomain @@ -98067,42 +98395,42 @@ enum stagingarbitrumgoerli_OriginMessage_orderBy { rootCount__count } -type stagingarbitrumgoerli_OriginTransfer { +type bnb_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingarbitrumgoerli_Bytes + transferId: bnb_Bytes nonce: BigInt - status: stagingarbitrumgoerli_TransferStatus - messageHash: stagingarbitrumgoerli_Bytes + status: bnb_TransferStatus + messageHash: bnb_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingarbitrumgoerli_Bytes - delegate: stagingarbitrumgoerli_Bytes + to: bnb_Bytes + delegate: bnb_Bytes receiveLocal: Boolean - callData: stagingarbitrumgoerli_Bytes + callData: bnb_Bytes slippage: BigInt - originSender: stagingarbitrumgoerli_Bytes + originSender: bnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingarbitrumgoerli_Bytes - asset: stagingarbitrumgoerli_Asset - transactingAsset: stagingarbitrumgoerli_Bytes - message: stagingarbitrumgoerli_OriginMessage + canonicalId: bnb_Bytes + asset: bnb_Asset + transactingAsset: bnb_Bytes + message: bnb_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_RelayerFee_orderBy, orderDirection: stagingarbitrumgoerli_OrderDirection, where: stagingarbitrumgoerli_RelayerFee_filter): [stagingarbitrumgoerli_RelayerFee!] - initialRelayerFeeAsset: stagingarbitrumgoerli_Bytes - caller: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: bnb_RelayerFee_orderBy, orderDirection: bnb_OrderDirection, where: bnb_RelayerFee_filter): [bnb_RelayerFee!] + initialRelayerFeeAsset: bnb_Bytes + caller: bnb_Bytes + transactionHash: bnb_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingarbitrumgoerli_Bytes + txOrigin: bnb_Bytes txNonce: BigInt } -input stagingarbitrumgoerli_OriginTransfer_filter { +input bnb_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -98119,16 +98447,16 @@ input stagingarbitrumgoerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingarbitrumgoerli_Bytes - transferId_not: stagingarbitrumgoerli_Bytes - transferId_gt: stagingarbitrumgoerli_Bytes - transferId_lt: stagingarbitrumgoerli_Bytes - transferId_gte: stagingarbitrumgoerli_Bytes - transferId_lte: stagingarbitrumgoerli_Bytes - transferId_in: [stagingarbitrumgoerli_Bytes!] - transferId_not_in: [stagingarbitrumgoerli_Bytes!] - transferId_contains: stagingarbitrumgoerli_Bytes - transferId_not_contains: stagingarbitrumgoerli_Bytes + transferId: bnb_Bytes + transferId_not: bnb_Bytes + transferId_gt: bnb_Bytes + transferId_lt: bnb_Bytes + transferId_gte: bnb_Bytes + transferId_lte: bnb_Bytes + transferId_in: [bnb_Bytes!] + transferId_not_in: [bnb_Bytes!] + transferId_contains: bnb_Bytes + transferId_not_contains: bnb_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -98137,20 +98465,20 @@ input stagingarbitrumgoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingarbitrumgoerli_TransferStatus - status_not: stagingarbitrumgoerli_TransferStatus - status_in: [stagingarbitrumgoerli_TransferStatus!] - status_not_in: [stagingarbitrumgoerli_TransferStatus!] - messageHash: stagingarbitrumgoerli_Bytes - messageHash_not: stagingarbitrumgoerli_Bytes - messageHash_gt: stagingarbitrumgoerli_Bytes - messageHash_lt: stagingarbitrumgoerli_Bytes - messageHash_gte: stagingarbitrumgoerli_Bytes - messageHash_lte: stagingarbitrumgoerli_Bytes - messageHash_in: [stagingarbitrumgoerli_Bytes!] - messageHash_not_in: [stagingarbitrumgoerli_Bytes!] - messageHash_contains: stagingarbitrumgoerli_Bytes - messageHash_not_contains: stagingarbitrumgoerli_Bytes + status: bnb_TransferStatus + status_not: bnb_TransferStatus + status_in: [bnb_TransferStatus!] + status_not_in: [bnb_TransferStatus!] + messageHash: bnb_Bytes + messageHash_not: bnb_Bytes + messageHash_gt: bnb_Bytes + messageHash_lt: bnb_Bytes + messageHash_gte: bnb_Bytes + messageHash_lte: bnb_Bytes + messageHash_in: [bnb_Bytes!] + messageHash_not_in: [bnb_Bytes!] + messageHash_contains: bnb_Bytes + messageHash_not_contains: bnb_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -98175,40 +98503,40 @@ input stagingarbitrumgoerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingarbitrumgoerli_Bytes - to_not: stagingarbitrumgoerli_Bytes - to_gt: stagingarbitrumgoerli_Bytes - to_lt: stagingarbitrumgoerli_Bytes - to_gte: stagingarbitrumgoerli_Bytes - to_lte: stagingarbitrumgoerli_Bytes - to_in: [stagingarbitrumgoerli_Bytes!] - to_not_in: [stagingarbitrumgoerli_Bytes!] - to_contains: stagingarbitrumgoerli_Bytes - to_not_contains: stagingarbitrumgoerli_Bytes - delegate: stagingarbitrumgoerli_Bytes - delegate_not: stagingarbitrumgoerli_Bytes - delegate_gt: stagingarbitrumgoerli_Bytes - delegate_lt: stagingarbitrumgoerli_Bytes - delegate_gte: stagingarbitrumgoerli_Bytes - delegate_lte: stagingarbitrumgoerli_Bytes - delegate_in: [stagingarbitrumgoerli_Bytes!] - delegate_not_in: [stagingarbitrumgoerli_Bytes!] - delegate_contains: stagingarbitrumgoerli_Bytes - delegate_not_contains: stagingarbitrumgoerli_Bytes + to: bnb_Bytes + to_not: bnb_Bytes + to_gt: bnb_Bytes + to_lt: bnb_Bytes + to_gte: bnb_Bytes + to_lte: bnb_Bytes + to_in: [bnb_Bytes!] + to_not_in: [bnb_Bytes!] + to_contains: bnb_Bytes + to_not_contains: bnb_Bytes + delegate: bnb_Bytes + delegate_not: bnb_Bytes + delegate_gt: bnb_Bytes + delegate_lt: bnb_Bytes + delegate_gte: bnb_Bytes + delegate_lte: bnb_Bytes + delegate_in: [bnb_Bytes!] + delegate_not_in: [bnb_Bytes!] + delegate_contains: bnb_Bytes + delegate_not_contains: bnb_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingarbitrumgoerli_Bytes - callData_not: stagingarbitrumgoerli_Bytes - callData_gt: stagingarbitrumgoerli_Bytes - callData_lt: stagingarbitrumgoerli_Bytes - callData_gte: stagingarbitrumgoerli_Bytes - callData_lte: stagingarbitrumgoerli_Bytes - callData_in: [stagingarbitrumgoerli_Bytes!] - callData_not_in: [stagingarbitrumgoerli_Bytes!] - callData_contains: stagingarbitrumgoerli_Bytes - callData_not_contains: stagingarbitrumgoerli_Bytes + callData: bnb_Bytes + callData_not: bnb_Bytes + callData_gt: bnb_Bytes + callData_lt: bnb_Bytes + callData_gte: bnb_Bytes + callData_lte: bnb_Bytes + callData_in: [bnb_Bytes!] + callData_not_in: [bnb_Bytes!] + callData_contains: bnb_Bytes + callData_not_contains: bnb_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -98217,16 +98545,16 @@ input stagingarbitrumgoerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingarbitrumgoerli_Bytes - originSender_not: stagingarbitrumgoerli_Bytes - originSender_gt: stagingarbitrumgoerli_Bytes - originSender_lt: stagingarbitrumgoerli_Bytes - originSender_gte: stagingarbitrumgoerli_Bytes - originSender_lte: stagingarbitrumgoerli_Bytes - originSender_in: [stagingarbitrumgoerli_Bytes!] - originSender_not_in: [stagingarbitrumgoerli_Bytes!] - originSender_contains: stagingarbitrumgoerli_Bytes - originSender_not_contains: stagingarbitrumgoerli_Bytes + originSender: bnb_Bytes + originSender_not: bnb_Bytes + originSender_gt: bnb_Bytes + originSender_lt: bnb_Bytes + originSender_gte: bnb_Bytes + originSender_lte: bnb_Bytes + originSender_in: [bnb_Bytes!] + originSender_not_in: [bnb_Bytes!] + originSender_contains: bnb_Bytes + originSender_not_contains: bnb_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -98243,16 +98571,16 @@ input stagingarbitrumgoerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingarbitrumgoerli_Bytes - canonicalId_not: stagingarbitrumgoerli_Bytes - canonicalId_gt: stagingarbitrumgoerli_Bytes - canonicalId_lt: stagingarbitrumgoerli_Bytes - canonicalId_gte: stagingarbitrumgoerli_Bytes - canonicalId_lte: stagingarbitrumgoerli_Bytes - canonicalId_in: [stagingarbitrumgoerli_Bytes!] - canonicalId_not_in: [stagingarbitrumgoerli_Bytes!] - canonicalId_contains: stagingarbitrumgoerli_Bytes - canonicalId_not_contains: stagingarbitrumgoerli_Bytes + canonicalId: bnb_Bytes + canonicalId_not: bnb_Bytes + canonicalId_gt: bnb_Bytes + canonicalId_lt: bnb_Bytes + canonicalId_gte: bnb_Bytes + canonicalId_lte: bnb_Bytes + canonicalId_in: [bnb_Bytes!] + canonicalId_not_in: [bnb_Bytes!] + canonicalId_contains: bnb_Bytes + canonicalId_not_contains: bnb_Bytes asset: String asset_not: String asset_gt: String @@ -98273,17 +98601,17 @@ input stagingarbitrumgoerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingarbitrumgoerli_Asset_filter - transactingAsset: stagingarbitrumgoerli_Bytes - transactingAsset_not: stagingarbitrumgoerli_Bytes - transactingAsset_gt: stagingarbitrumgoerli_Bytes - transactingAsset_lt: stagingarbitrumgoerli_Bytes - transactingAsset_gte: stagingarbitrumgoerli_Bytes - transactingAsset_lte: stagingarbitrumgoerli_Bytes - transactingAsset_in: [stagingarbitrumgoerli_Bytes!] - transactingAsset_not_in: [stagingarbitrumgoerli_Bytes!] - transactingAsset_contains: stagingarbitrumgoerli_Bytes - transactingAsset_not_contains: stagingarbitrumgoerli_Bytes + asset_: bnb_Asset_filter + transactingAsset: bnb_Bytes + transactingAsset_not: bnb_Bytes + transactingAsset_gt: bnb_Bytes + transactingAsset_lt: bnb_Bytes + transactingAsset_gte: bnb_Bytes + transactingAsset_lte: bnb_Bytes + transactingAsset_in: [bnb_Bytes!] + transactingAsset_not_in: [bnb_Bytes!] + transactingAsset_contains: bnb_Bytes + transactingAsset_not_contains: bnb_Bytes message: String message_not: String message_gt: String @@ -98304,7 +98632,7 @@ input stagingarbitrumgoerli_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingarbitrumgoerli_OriginMessage_filter + message_: bnb_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -98319,37 +98647,37 @@ input stagingarbitrumgoerli_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingarbitrumgoerli_RelayerFee_filter - initialRelayerFeeAsset: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_not: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_gt: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_lt: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_gte: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_lte: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_in: [stagingarbitrumgoerli_Bytes!] - initialRelayerFeeAsset_not_in: [stagingarbitrumgoerli_Bytes!] - initialRelayerFeeAsset_contains: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_not_contains: stagingarbitrumgoerli_Bytes - caller: stagingarbitrumgoerli_Bytes - caller_not: stagingarbitrumgoerli_Bytes - caller_gt: stagingarbitrumgoerli_Bytes - caller_lt: stagingarbitrumgoerli_Bytes - caller_gte: stagingarbitrumgoerli_Bytes - caller_lte: stagingarbitrumgoerli_Bytes - caller_in: [stagingarbitrumgoerli_Bytes!] - caller_not_in: [stagingarbitrumgoerli_Bytes!] - caller_contains: stagingarbitrumgoerli_Bytes - caller_not_contains: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes - transactionHash_not: stagingarbitrumgoerli_Bytes - transactionHash_gt: stagingarbitrumgoerli_Bytes - transactionHash_lt: stagingarbitrumgoerli_Bytes - transactionHash_gte: stagingarbitrumgoerli_Bytes - transactionHash_lte: stagingarbitrumgoerli_Bytes - transactionHash_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_contains: stagingarbitrumgoerli_Bytes - transactionHash_not_contains: stagingarbitrumgoerli_Bytes + relayerFees_: bnb_RelayerFee_filter + initialRelayerFeeAsset: bnb_Bytes + initialRelayerFeeAsset_not: bnb_Bytes + initialRelayerFeeAsset_gt: bnb_Bytes + initialRelayerFeeAsset_lt: bnb_Bytes + initialRelayerFeeAsset_gte: bnb_Bytes + initialRelayerFeeAsset_lte: bnb_Bytes + initialRelayerFeeAsset_in: [bnb_Bytes!] + initialRelayerFeeAsset_not_in: [bnb_Bytes!] + initialRelayerFeeAsset_contains: bnb_Bytes + initialRelayerFeeAsset_not_contains: bnb_Bytes + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -98382,16 +98710,16 @@ input stagingarbitrumgoerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingarbitrumgoerli_Bytes - txOrigin_not: stagingarbitrumgoerli_Bytes - txOrigin_gt: stagingarbitrumgoerli_Bytes - txOrigin_lt: stagingarbitrumgoerli_Bytes - txOrigin_gte: stagingarbitrumgoerli_Bytes - txOrigin_lte: stagingarbitrumgoerli_Bytes - txOrigin_in: [stagingarbitrumgoerli_Bytes!] - txOrigin_not_in: [stagingarbitrumgoerli_Bytes!] - txOrigin_contains: stagingarbitrumgoerli_Bytes - txOrigin_not_contains: stagingarbitrumgoerli_Bytes + txOrigin: bnb_Bytes + txOrigin_not: bnb_Bytes + txOrigin_gt: bnb_Bytes + txOrigin_lt: bnb_Bytes + txOrigin_gte: bnb_Bytes + txOrigin_lte: bnb_Bytes + txOrigin_in: [bnb_Bytes!] + txOrigin_not_in: [bnb_Bytes!] + txOrigin_contains: bnb_Bytes + txOrigin_not_contains: bnb_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -98401,12 +98729,12 @@ input stagingarbitrumgoerli_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_OriginTransfer_filter] - or: [stagingarbitrumgoerli_OriginTransfer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OriginTransfer_filter] + or: [bnb_OriginTransfer_filter] } -enum stagingarbitrumgoerli_OriginTransfer_orderBy { +enum bnb_OriginTransfer_orderBy { id chainId transferId @@ -98429,6 +98757,7 @@ enum stagingarbitrumgoerli_OriginTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -98458,20 +98787,20 @@ enum stagingarbitrumgoerli_OriginTransfer_orderBy { txNonce } -type stagingarbitrumgoerli_Relayer { +type bnb_Relayer { id: ID! isActive: Boolean! - relayer: stagingarbitrumgoerli_Bytes + relayer: bnb_Bytes } -type stagingarbitrumgoerli_RelayerFee { +type bnb_RelayerFee { id: ID! - transfer: stagingarbitrumgoerli_OriginTransfer! + transfer: bnb_OriginTransfer! fee: BigInt! - asset: stagingarbitrumgoerli_Bytes! + asset: bnb_Bytes! } -input stagingarbitrumgoerli_RelayerFee_filter { +input bnb_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -98500,7 +98829,7 @@ input stagingarbitrumgoerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingarbitrumgoerli_OriginTransfer_filter + transfer_: bnb_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -98509,23 +98838,23 @@ input stagingarbitrumgoerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingarbitrumgoerli_Bytes - asset_not: stagingarbitrumgoerli_Bytes - asset_gt: stagingarbitrumgoerli_Bytes - asset_lt: stagingarbitrumgoerli_Bytes - asset_gte: stagingarbitrumgoerli_Bytes - asset_lte: stagingarbitrumgoerli_Bytes - asset_in: [stagingarbitrumgoerli_Bytes!] - asset_not_in: [stagingarbitrumgoerli_Bytes!] - asset_contains: stagingarbitrumgoerli_Bytes - asset_not_contains: stagingarbitrumgoerli_Bytes + asset: bnb_Bytes + asset_not: bnb_Bytes + asset_gt: bnb_Bytes + asset_lt: bnb_Bytes + asset_gte: bnb_Bytes + asset_lte: bnb_Bytes + asset_in: [bnb_Bytes!] + asset_not_in: [bnb_Bytes!] + asset_contains: bnb_Bytes + asset_not_contains: bnb_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_RelayerFee_filter] - or: [stagingarbitrumgoerli_RelayerFee_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RelayerFee_filter] + or: [bnb_RelayerFee_filter] } -enum stagingarbitrumgoerli_RelayerFee_orderBy { +enum bnb_RelayerFee_orderBy { id transfer transfer__id @@ -98561,20 +98890,20 @@ enum stagingarbitrumgoerli_RelayerFee_orderBy { asset } -type stagingarbitrumgoerli_RelayerFeesIncrease { +type bnb_RelayerFeesIncrease { id: ID! - transfer: stagingarbitrumgoerli_OriginTransfer! + transfer: bnb_OriginTransfer! increase: BigInt - asset: stagingarbitrumgoerli_Bytes - caller: stagingarbitrumgoerli_Bytes! - transactionHash: stagingarbitrumgoerli_Bytes! + asset: bnb_Bytes + caller: bnb_Bytes! + transactionHash: bnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingarbitrumgoerli_RelayerFeesIncrease_filter { +input bnb_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -98603,7 +98932,7 @@ input stagingarbitrumgoerli_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingarbitrumgoerli_OriginTransfer_filter + transfer_: bnb_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -98612,36 +98941,36 @@ input stagingarbitrumgoerli_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingarbitrumgoerli_Bytes - asset_not: stagingarbitrumgoerli_Bytes - asset_gt: stagingarbitrumgoerli_Bytes - asset_lt: stagingarbitrumgoerli_Bytes - asset_gte: stagingarbitrumgoerli_Bytes - asset_lte: stagingarbitrumgoerli_Bytes - asset_in: [stagingarbitrumgoerli_Bytes!] - asset_not_in: [stagingarbitrumgoerli_Bytes!] - asset_contains: stagingarbitrumgoerli_Bytes - asset_not_contains: stagingarbitrumgoerli_Bytes - caller: stagingarbitrumgoerli_Bytes - caller_not: stagingarbitrumgoerli_Bytes - caller_gt: stagingarbitrumgoerli_Bytes - caller_lt: stagingarbitrumgoerli_Bytes - caller_gte: stagingarbitrumgoerli_Bytes - caller_lte: stagingarbitrumgoerli_Bytes - caller_in: [stagingarbitrumgoerli_Bytes!] - caller_not_in: [stagingarbitrumgoerli_Bytes!] - caller_contains: stagingarbitrumgoerli_Bytes - caller_not_contains: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes - transactionHash_not: stagingarbitrumgoerli_Bytes - transactionHash_gt: stagingarbitrumgoerli_Bytes - transactionHash_lt: stagingarbitrumgoerli_Bytes - transactionHash_gte: stagingarbitrumgoerli_Bytes - transactionHash_lte: stagingarbitrumgoerli_Bytes - transactionHash_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_contains: stagingarbitrumgoerli_Bytes - transactionHash_not_contains: stagingarbitrumgoerli_Bytes + asset: bnb_Bytes + asset_not: bnb_Bytes + asset_gt: bnb_Bytes + asset_lt: bnb_Bytes + asset_gte: bnb_Bytes + asset_lte: bnb_Bytes + asset_in: [bnb_Bytes!] + asset_not_in: [bnb_Bytes!] + asset_contains: bnb_Bytes + asset_not_contains: bnb_Bytes + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -98675,12 +99004,12 @@ input stagingarbitrumgoerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_RelayerFeesIncrease_filter] - or: [stagingarbitrumgoerli_RelayerFeesIncrease_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RelayerFeesIncrease_filter] + or: [bnb_RelayerFeesIncrease_filter] } -enum stagingarbitrumgoerli_RelayerFeesIncrease_orderBy { +enum bnb_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -98722,7 +99051,7 @@ enum stagingarbitrumgoerli_RelayerFeesIncrease_orderBy { blockNumber } -input stagingarbitrumgoerli_Relayer_filter { +input bnb_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -98735,34 +99064,34 @@ input stagingarbitrumgoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingarbitrumgoerli_Bytes - relayer_not: stagingarbitrumgoerli_Bytes - relayer_gt: stagingarbitrumgoerli_Bytes - relayer_lt: stagingarbitrumgoerli_Bytes - relayer_gte: stagingarbitrumgoerli_Bytes - relayer_lte: stagingarbitrumgoerli_Bytes - relayer_in: [stagingarbitrumgoerli_Bytes!] - relayer_not_in: [stagingarbitrumgoerli_Bytes!] - relayer_contains: stagingarbitrumgoerli_Bytes - relayer_not_contains: stagingarbitrumgoerli_Bytes + relayer: bnb_Bytes + relayer_not: bnb_Bytes + relayer_gt: bnb_Bytes + relayer_lt: bnb_Bytes + relayer_gte: bnb_Bytes + relayer_lte: bnb_Bytes + relayer_in: [bnb_Bytes!] + relayer_not_in: [bnb_Bytes!] + relayer_contains: bnb_Bytes + relayer_not_contains: bnb_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Relayer_filter] - or: [stagingarbitrumgoerli_Relayer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Relayer_filter] + or: [bnb_Relayer_filter] } -enum stagingarbitrumgoerli_Relayer_orderBy { +enum bnb_Relayer_orderBy { id isActive relayer } -type stagingarbitrumgoerli_RootCount { +type bnb_RootCount { id: ID! count: BigInt } -input stagingarbitrumgoerli_RootCount_filter { +input bnb_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -98780,31 +99109,31 @@ input stagingarbitrumgoerli_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_RootCount_filter] - or: [stagingarbitrumgoerli_RootCount_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RootCount_filter] + or: [bnb_RootCount_filter] } -enum stagingarbitrumgoerli_RootCount_orderBy { +enum bnb_RootCount_orderBy { id count } -type stagingarbitrumgoerli_RootMessageSent { +type bnb_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingarbitrumgoerli_Bytes + root: bnb_Bytes count: BigInt - caller: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes + caller: bnb_Bytes + transactionHash: bnb_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingarbitrumgoerli_RootMessageSent_filter { +input bnb_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -98829,16 +99158,16 @@ input stagingarbitrumgoerli_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingarbitrumgoerli_Bytes - root_not: stagingarbitrumgoerli_Bytes - root_gt: stagingarbitrumgoerli_Bytes - root_lt: stagingarbitrumgoerli_Bytes - root_gte: stagingarbitrumgoerli_Bytes - root_lte: stagingarbitrumgoerli_Bytes - root_in: [stagingarbitrumgoerli_Bytes!] - root_not_in: [stagingarbitrumgoerli_Bytes!] - root_contains: stagingarbitrumgoerli_Bytes - root_not_contains: stagingarbitrumgoerli_Bytes + root: bnb_Bytes + root_not: bnb_Bytes + root_gt: bnb_Bytes + root_lt: bnb_Bytes + root_gte: bnb_Bytes + root_lte: bnb_Bytes + root_in: [bnb_Bytes!] + root_not_in: [bnb_Bytes!] + root_contains: bnb_Bytes + root_not_contains: bnb_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -98847,26 +99176,26 @@ input stagingarbitrumgoerli_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingarbitrumgoerli_Bytes - caller_not: stagingarbitrumgoerli_Bytes - caller_gt: stagingarbitrumgoerli_Bytes - caller_lt: stagingarbitrumgoerli_Bytes - caller_gte: stagingarbitrumgoerli_Bytes - caller_lte: stagingarbitrumgoerli_Bytes - caller_in: [stagingarbitrumgoerli_Bytes!] - caller_not_in: [stagingarbitrumgoerli_Bytes!] - caller_contains: stagingarbitrumgoerli_Bytes - caller_not_contains: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes - transactionHash_not: stagingarbitrumgoerli_Bytes - transactionHash_gt: stagingarbitrumgoerli_Bytes - transactionHash_lt: stagingarbitrumgoerli_Bytes - transactionHash_gte: stagingarbitrumgoerli_Bytes - transactionHash_lte: stagingarbitrumgoerli_Bytes - transactionHash_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_contains: stagingarbitrumgoerli_Bytes - transactionHash_not_contains: stagingarbitrumgoerli_Bytes + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -98900,44 +99229,159 @@ input stagingarbitrumgoerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_RootMessageSent_filter] - or: [stagingarbitrumgoerli_RootMessageSent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RootMessageSent_filter] + or: [bnb_RootMessageSent_filter] +} + +enum bnb_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type bnb_Router { + id: ID! + isActive: Boolean! + owner: bnb_Bytes + recipient: bnb_Bytes + proposedOwner: bnb_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: bnb_AssetBalance_orderBy, orderDirection: bnb_OrderDirection, where: bnb_AssetBalance_filter): [bnb_AssetBalance!]! +} + +type bnb_RouterDailyTVL { + id: ID! + router: bnb_Router! + asset: bnb_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input bnb_RouterDailyTVL_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!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: bnb_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: bnb_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: bnb_BlockChangedFilter + and: [bnb_RouterDailyTVL_filter] + or: [bnb_RouterDailyTVL_filter] } -enum stagingarbitrumgoerli_RootMessageSent_orderBy { +enum bnb_RouterDailyTVL_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - gasPrice - gasLimit - blockNumber + balance } -type stagingarbitrumgoerli_Router { +type bnb_RouterLiquidityEvent { id: ID! - isActive: Boolean! - owner: stagingarbitrumgoerli_Bytes - recipient: stagingarbitrumgoerli_Bytes - proposedOwner: stagingarbitrumgoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_AssetBalance_orderBy, orderDirection: stagingarbitrumgoerli_OrderDirection, where: stagingarbitrumgoerli_AssetBalance_filter): [stagingarbitrumgoerli_AssetBalance!]! + type: bnb_RouterLiquidityEventType + router: bnb_Router! + asset: bnb_Asset! + amount: BigInt! + balance: BigInt! + caller: bnb_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: bnb_Bytes! + nonce: BigInt! } -type stagingarbitrumgoerli_RouterDailyTVL { - id: ID! - router: stagingarbitrumgoerli_Router! - asset: stagingarbitrumgoerli_Asset! - timestamp: BigInt! - balance: BigInt! +enum bnb_RouterLiquidityEventType { + Add + Remove } -input stagingarbitrumgoerli_RouterDailyTVL_filter { +input bnb_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -98946,6 +99390,10 @@ input stagingarbitrumgoerli_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + type: bnb_RouterLiquidityEventType + type_not: bnb_RouterLiquidityEventType + type_in: [bnb_RouterLiquidityEventType!] + type_not_in: [bnb_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -98966,7 +99414,7 @@ input stagingarbitrumgoerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingarbitrumgoerli_Router_filter + router_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -98987,15 +99435,15 @@ input stagingarbitrumgoerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingarbitrumgoerli_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] + asset_: bnb_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] balance: BigInt balance_not: BigInt balance_gt: BigInt @@ -99004,14 +99452,59 @@ input stagingarbitrumgoerli_RouterDailyTVL_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_RouterDailyTVL_filter] - or: [stagingarbitrumgoerli_RouterDailyTVL_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RouterLiquidityEvent_filter] + or: [bnb_RouterLiquidityEvent_filter] } -enum stagingarbitrumgoerli_RouterDailyTVL_orderBy { +enum bnb_RouterLiquidityEvent_orderBy { id + type router router__id router__isActive @@ -99023,16 +99516,22 @@ enum stagingarbitrumgoerli_RouterDailyTVL_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset asset__localAsset asset__blockNumber - timestamp + amount balance + caller + blockNumber + timestamp + transactionHash + nonce } -input stagingarbitrumgoerli_Router_filter { +input bnb_Router_filter { id: ID id_not: ID id_gt: ID @@ -99045,36 +99544,36 @@ input stagingarbitrumgoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingarbitrumgoerli_Bytes - owner_not: stagingarbitrumgoerli_Bytes - owner_gt: stagingarbitrumgoerli_Bytes - owner_lt: stagingarbitrumgoerli_Bytes - owner_gte: stagingarbitrumgoerli_Bytes - owner_lte: stagingarbitrumgoerli_Bytes - owner_in: [stagingarbitrumgoerli_Bytes!] - owner_not_in: [stagingarbitrumgoerli_Bytes!] - owner_contains: stagingarbitrumgoerli_Bytes - owner_not_contains: stagingarbitrumgoerli_Bytes - recipient: stagingarbitrumgoerli_Bytes - recipient_not: stagingarbitrumgoerli_Bytes - recipient_gt: stagingarbitrumgoerli_Bytes - recipient_lt: stagingarbitrumgoerli_Bytes - recipient_gte: stagingarbitrumgoerli_Bytes - recipient_lte: stagingarbitrumgoerli_Bytes - recipient_in: [stagingarbitrumgoerli_Bytes!] - recipient_not_in: [stagingarbitrumgoerli_Bytes!] - recipient_contains: stagingarbitrumgoerli_Bytes - recipient_not_contains: stagingarbitrumgoerli_Bytes - proposedOwner: stagingarbitrumgoerli_Bytes - proposedOwner_not: stagingarbitrumgoerli_Bytes - proposedOwner_gt: stagingarbitrumgoerli_Bytes - proposedOwner_lt: stagingarbitrumgoerli_Bytes - proposedOwner_gte: stagingarbitrumgoerli_Bytes - proposedOwner_lte: stagingarbitrumgoerli_Bytes - proposedOwner_in: [stagingarbitrumgoerli_Bytes!] - proposedOwner_not_in: [stagingarbitrumgoerli_Bytes!] - proposedOwner_contains: stagingarbitrumgoerli_Bytes - proposedOwner_not_contains: stagingarbitrumgoerli_Bytes + owner: bnb_Bytes + owner_not: bnb_Bytes + owner_gt: bnb_Bytes + owner_lt: bnb_Bytes + owner_gte: bnb_Bytes + owner_lte: bnb_Bytes + owner_in: [bnb_Bytes!] + owner_not_in: [bnb_Bytes!] + owner_contains: bnb_Bytes + owner_not_contains: bnb_Bytes + recipient: bnb_Bytes + recipient_not: bnb_Bytes + recipient_gt: bnb_Bytes + recipient_lt: bnb_Bytes + recipient_gte: bnb_Bytes + recipient_lte: bnb_Bytes + recipient_in: [bnb_Bytes!] + recipient_not_in: [bnb_Bytes!] + recipient_contains: bnb_Bytes + recipient_not_contains: bnb_Bytes + proposedOwner: bnb_Bytes + proposedOwner_not: bnb_Bytes + proposedOwner_gt: bnb_Bytes + proposedOwner_lt: bnb_Bytes + proposedOwner_gte: bnb_Bytes + proposedOwner_lte: bnb_Bytes + proposedOwner_in: [bnb_Bytes!] + proposedOwner_not_in: [bnb_Bytes!] + proposedOwner_contains: bnb_Bytes + proposedOwner_not_contains: bnb_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -99083,14 +99582,14 @@ input stagingarbitrumgoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingarbitrumgoerli_AssetBalance_filter + assetBalances_: bnb_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Router_filter] - or: [stagingarbitrumgoerli_Router_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Router_filter] + or: [bnb_Router_filter] } -enum stagingarbitrumgoerli_Router_orderBy { +enum bnb_Router_orderBy { id isActive owner @@ -99100,13 +99599,13 @@ enum stagingarbitrumgoerli_Router_orderBy { assetBalances } -type stagingarbitrumgoerli_Sequencer { +type bnb_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingarbitrumgoerli_Bytes + sequencer: bnb_Bytes } -input stagingarbitrumgoerli_Sequencer_filter { +input bnb_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -99119,35 +99618,35 @@ input stagingarbitrumgoerli_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingarbitrumgoerli_Bytes - sequencer_not: stagingarbitrumgoerli_Bytes - sequencer_gt: stagingarbitrumgoerli_Bytes - sequencer_lt: stagingarbitrumgoerli_Bytes - sequencer_gte: stagingarbitrumgoerli_Bytes - sequencer_lte: stagingarbitrumgoerli_Bytes - sequencer_in: [stagingarbitrumgoerli_Bytes!] - sequencer_not_in: [stagingarbitrumgoerli_Bytes!] - sequencer_contains: stagingarbitrumgoerli_Bytes - sequencer_not_contains: stagingarbitrumgoerli_Bytes + sequencer: bnb_Bytes + sequencer_not: bnb_Bytes + sequencer_gt: bnb_Bytes + sequencer_lt: bnb_Bytes + sequencer_gte: bnb_Bytes + sequencer_lte: bnb_Bytes + sequencer_in: [bnb_Bytes!] + sequencer_not_in: [bnb_Bytes!] + sequencer_contains: bnb_Bytes + sequencer_not_contains: bnb_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Sequencer_filter] - or: [stagingarbitrumgoerli_Sequencer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Sequencer_filter] + or: [bnb_Sequencer_filter] } -enum stagingarbitrumgoerli_Sequencer_orderBy { +enum bnb_Sequencer_orderBy { id isActive sequencer } -type stagingarbitrumgoerli_Setting { +type bnb_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingarbitrumgoerli_Bytes! + caller: bnb_Bytes! } -input stagingarbitrumgoerli_Setting_filter { +input bnb_Setting_filter { id: ID id_not: ID id_gt: ID @@ -99164,41 +99663,41 @@ input stagingarbitrumgoerli_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingarbitrumgoerli_Bytes - caller_not: stagingarbitrumgoerli_Bytes - caller_gt: stagingarbitrumgoerli_Bytes - caller_lt: stagingarbitrumgoerli_Bytes - caller_gte: stagingarbitrumgoerli_Bytes - caller_lte: stagingarbitrumgoerli_Bytes - caller_in: [stagingarbitrumgoerli_Bytes!] - caller_not_in: [stagingarbitrumgoerli_Bytes!] - caller_contains: stagingarbitrumgoerli_Bytes - caller_not_contains: stagingarbitrumgoerli_Bytes + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Setting_filter] - or: [stagingarbitrumgoerli_Setting_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Setting_filter] + or: [bnb_Setting_filter] } -enum stagingarbitrumgoerli_Setting_orderBy { +enum bnb_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingarbitrumgoerli_SlippageUpdate { +type bnb_SlippageUpdate { id: ID! - transfer: stagingarbitrumgoerli_DestinationTransfer! + transfer: bnb_DestinationTransfer! slippage: BigInt! - caller: stagingarbitrumgoerli_Bytes! - transactionHash: stagingarbitrumgoerli_Bytes! + caller: bnb_Bytes! + transactionHash: bnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingarbitrumgoerli_SlippageUpdate_filter { +input bnb_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -99227,7 +99726,7 @@ input stagingarbitrumgoerli_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingarbitrumgoerli_DestinationTransfer_filter + transfer_: bnb_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -99236,26 +99735,26 @@ input stagingarbitrumgoerli_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingarbitrumgoerli_Bytes - caller_not: stagingarbitrumgoerli_Bytes - caller_gt: stagingarbitrumgoerli_Bytes - caller_lt: stagingarbitrumgoerli_Bytes - caller_gte: stagingarbitrumgoerli_Bytes - caller_lte: stagingarbitrumgoerli_Bytes - caller_in: [stagingarbitrumgoerli_Bytes!] - caller_not_in: [stagingarbitrumgoerli_Bytes!] - caller_contains: stagingarbitrumgoerli_Bytes - caller_not_contains: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes - transactionHash_not: stagingarbitrumgoerli_Bytes - transactionHash_gt: stagingarbitrumgoerli_Bytes - transactionHash_lt: stagingarbitrumgoerli_Bytes - transactionHash_gte: stagingarbitrumgoerli_Bytes - transactionHash_lte: stagingarbitrumgoerli_Bytes - transactionHash_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_contains: stagingarbitrumgoerli_Bytes - transactionHash_not_contains: stagingarbitrumgoerli_Bytes + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -99289,12 +99788,12 @@ input stagingarbitrumgoerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_SlippageUpdate_filter] - or: [stagingarbitrumgoerli_SlippageUpdate_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_SlippageUpdate_filter] + or: [bnb_SlippageUpdate_filter] } -enum stagingarbitrumgoerli_SlippageUpdate_orderBy { +enum bnb_SlippageUpdate_orderBy { id transfer transfer__id @@ -99342,127 +99841,7 @@ enum stagingarbitrumgoerli_SlippageUpdate_orderBy { blockNumber } -type stagingarbitrumgoerli_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: stagingarbitrumgoerli_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input stagingarbitrumgoerli_SnapshotRoot_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!] - root: stagingarbitrumgoerli_Bytes - root_not: stagingarbitrumgoerli_Bytes - root_gt: stagingarbitrumgoerli_Bytes - root_lt: stagingarbitrumgoerli_Bytes - root_gte: stagingarbitrumgoerli_Bytes - root_lte: stagingarbitrumgoerli_Bytes - root_in: [stagingarbitrumgoerli_Bytes!] - root_not_in: [stagingarbitrumgoerli_Bytes!] - root_contains: stagingarbitrumgoerli_Bytes - root_not_contains: stagingarbitrumgoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_SnapshotRoot_filter] - or: [stagingarbitrumgoerli_SnapshotRoot_filter] -} - -enum stagingarbitrumgoerli_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type stagingarbitrumgoerli_SpokeConnectorMode { - id: ID! - mode: String! -} - -input stagingarbitrumgoerli_SpokeConnectorMode_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!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_SpokeConnectorMode_filter] - or: [stagingarbitrumgoerli_SpokeConnectorMode_filter] -} - -enum stagingarbitrumgoerli_SpokeConnectorMode_orderBy { - id - mode -} - -enum stagingarbitrumgoerli_TransferStatus { +enum bnb_TransferStatus { XCalled Executed Reconciled @@ -99470,9 +99849,9 @@ enum stagingarbitrumgoerli_TransferStatus { CompletedFast } -type stagingarbitrumgoerli__Block_ { +type bnb__Block_ { """The hash of the block""" - hash: stagingarbitrumgoerli_Bytes + hash: bnb_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -99480,7 +99859,7 @@ type stagingarbitrumgoerli__Block_ { } """The type for the top-level _meta field""" -type stagingarbitrumgoerli__Meta_ { +type bnb__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -99488,38 +99867,34 @@ type stagingarbitrumgoerli__Meta_ { and therefore asks for the latest block """ - block: stagingarbitrumgoerli__Block_! + block: bnb__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type arbitrumgoerli_AggregateRoot { +type linea_AggregateRoot { id: ID! - root: arbitrumgoerli_Bytes! + root: linea_Bytes! blockNumber: BigInt! } -input arbitrumgoerli_AggregateRoot_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!] - root: arbitrumgoerli_Bytes - root_not: arbitrumgoerli_Bytes - root_gt: arbitrumgoerli_Bytes - root_lt: arbitrumgoerli_Bytes - root_gte: arbitrumgoerli_Bytes - root_lte: arbitrumgoerli_Bytes - root_in: [arbitrumgoerli_Bytes!] - root_not_in: [arbitrumgoerli_Bytes!] - root_contains: arbitrumgoerli_Bytes - root_not_contains: arbitrumgoerli_Bytes +input linea_AggregateRoot_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!] + root: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -99529,42 +99904,40 @@ input arbitrumgoerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_AggregateRoot_filter] - or: [arbitrumgoerli_AggregateRoot_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_AggregateRoot_orderBy { +enum linea_AggregateRoot_orderBy { id root blockNumber } -type arbitrumgoerli_Asset { +type linea_Asset { id: ID! - key: arbitrumgoerli_Bytes + key: linea_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: arbitrumgoerli_Bytes + canonicalId: linea_Bytes canonicalDomain: BigInt - adoptedAsset: arbitrumgoerli_Bytes - localAsset: arbitrumgoerli_Bytes + adoptedAsset: linea_Bytes + localAsset: linea_Bytes blockNumber: BigInt - status: arbitrumgoerli_AssetStatus + status: linea_AssetStatus } -type arbitrumgoerli_AssetBalance { +type linea_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: arbitrumgoerli_Router! - asset: arbitrumgoerli_Asset! + router: linea_Router! + asset: linea_Asset! feesEarned: BigInt! } -input arbitrumgoerli_AssetBalance_filter { +input linea_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -99625,7 +99998,7 @@ input arbitrumgoerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumgoerli_Router_filter + router_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -99646,7 +100019,7 @@ input arbitrumgoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumgoerli_Asset_filter + asset_: linea_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -99656,43 +100029,26 @@ input arbitrumgoerli_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_AssetBalance_filter] - or: [arbitrumgoerli_AssetBalance_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_AssetBalance_orderBy { +enum linea_AssetBalance_orderBy { id amount locked supplied removed router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber feesEarned } -type arbitrumgoerli_AssetStatus { +type linea_AssetStatus { id: ID! status: Boolean } -input arbitrumgoerli_AssetStatus_filter { +input linea_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -99706,17 +100062,15 @@ input arbitrumgoerli_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_AssetStatus_filter] - or: [arbitrumgoerli_AssetStatus_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_AssetStatus_orderBy { +enum linea_AssetStatus_orderBy { id status } -input arbitrumgoerli_Asset_filter { +input linea_Asset_filter { id: ID id_not: ID id_gt: ID @@ -99725,16 +100079,12 @@ input arbitrumgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: arbitrumgoerli_Bytes - key_not: arbitrumgoerli_Bytes - key_gt: arbitrumgoerli_Bytes - key_lt: arbitrumgoerli_Bytes - key_gte: arbitrumgoerli_Bytes - key_lte: arbitrumgoerli_Bytes - key_in: [arbitrumgoerli_Bytes!] - key_not_in: [arbitrumgoerli_Bytes!] - key_contains: arbitrumgoerli_Bytes - key_not_contains: arbitrumgoerli_Bytes + key: linea_Bytes + key_not: linea_Bytes + key_in: [linea_Bytes!] + key_not_in: [linea_Bytes!] + key_contains: linea_Bytes + key_not_contains: linea_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -99751,16 +100101,12 @@ input arbitrumgoerli_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: arbitrumgoerli_Bytes - canonicalId_not: arbitrumgoerli_Bytes - canonicalId_gt: arbitrumgoerli_Bytes - canonicalId_lt: arbitrumgoerli_Bytes - canonicalId_gte: arbitrumgoerli_Bytes - canonicalId_lte: arbitrumgoerli_Bytes - canonicalId_in: [arbitrumgoerli_Bytes!] - canonicalId_not_in: [arbitrumgoerli_Bytes!] - canonicalId_contains: arbitrumgoerli_Bytes - canonicalId_not_contains: arbitrumgoerli_Bytes + canonicalId: linea_Bytes + canonicalId_not: linea_Bytes + canonicalId_in: [linea_Bytes!] + canonicalId_not_in: [linea_Bytes!] + canonicalId_contains: linea_Bytes + canonicalId_not_contains: linea_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -99769,26 +100115,18 @@ input arbitrumgoerli_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: arbitrumgoerli_Bytes - adoptedAsset_not: arbitrumgoerli_Bytes - adoptedAsset_gt: arbitrumgoerli_Bytes - adoptedAsset_lt: arbitrumgoerli_Bytes - adoptedAsset_gte: arbitrumgoerli_Bytes - adoptedAsset_lte: arbitrumgoerli_Bytes - adoptedAsset_in: [arbitrumgoerli_Bytes!] - adoptedAsset_not_in: [arbitrumgoerli_Bytes!] - adoptedAsset_contains: arbitrumgoerli_Bytes - adoptedAsset_not_contains: arbitrumgoerli_Bytes - localAsset: arbitrumgoerli_Bytes - localAsset_not: arbitrumgoerli_Bytes - localAsset_gt: arbitrumgoerli_Bytes - localAsset_lt: arbitrumgoerli_Bytes - localAsset_gte: arbitrumgoerli_Bytes - localAsset_lte: arbitrumgoerli_Bytes - localAsset_in: [arbitrumgoerli_Bytes!] - localAsset_not_in: [arbitrumgoerli_Bytes!] - localAsset_contains: arbitrumgoerli_Bytes - localAsset_not_contains: arbitrumgoerli_Bytes + adoptedAsset: linea_Bytes + adoptedAsset_not: linea_Bytes + adoptedAsset_in: [linea_Bytes!] + adoptedAsset_not_in: [linea_Bytes!] + adoptedAsset_contains: linea_Bytes + adoptedAsset_not_contains: linea_Bytes + localAsset: linea_Bytes + localAsset_not: linea_Bytes + localAsset_in: [linea_Bytes!] + localAsset_not_in: [linea_Bytes!] + localAsset_contains: linea_Bytes + localAsset_not_contains: linea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -99817,14 +100155,12 @@ input arbitrumgoerli_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: arbitrumgoerli_AssetStatus_filter + status_: linea_AssetStatus_filter """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_Asset_filter] - or: [arbitrumgoerli_Asset_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_Asset_orderBy { +enum linea_Asset_orderBy { id key decimal @@ -99835,34 +100171,32 @@ enum arbitrumgoerli_Asset_orderBy { localAsset blockNumber status - status__id - status__status } -scalar arbitrumgoerli_BigDecimal +scalar linea_BigDecimal -input arbitrumgoerli_BlockChangedFilter { +input linea_BlockChangedFilter { number_gte: Int! } -input arbitrumgoerli_Block_height { - hash: arbitrumgoerli_Bytes +input linea_Block_height { + hash: linea_Bytes number: Int number_gte: Int } -scalar arbitrumgoerli_Bytes +scalar linea_Bytes -type arbitrumgoerli_ConnectorMeta { +type linea_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: arbitrumgoerli_Bytes - rootManager: arbitrumgoerli_Bytes - mirrorConnector: arbitrumgoerli_Bytes + amb: linea_Bytes + rootManager: linea_Bytes + mirrorConnector: linea_Bytes } -input arbitrumgoerli_ConnectorMeta_filter { +input linea_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -99887,43 +100221,29 @@ input arbitrumgoerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: arbitrumgoerli_Bytes - amb_not: arbitrumgoerli_Bytes - amb_gt: arbitrumgoerli_Bytes - amb_lt: arbitrumgoerli_Bytes - amb_gte: arbitrumgoerli_Bytes - amb_lte: arbitrumgoerli_Bytes - amb_in: [arbitrumgoerli_Bytes!] - amb_not_in: [arbitrumgoerli_Bytes!] - amb_contains: arbitrumgoerli_Bytes - amb_not_contains: arbitrumgoerli_Bytes - rootManager: arbitrumgoerli_Bytes - rootManager_not: arbitrumgoerli_Bytes - rootManager_gt: arbitrumgoerli_Bytes - rootManager_lt: arbitrumgoerli_Bytes - rootManager_gte: arbitrumgoerli_Bytes - rootManager_lte: arbitrumgoerli_Bytes - rootManager_in: [arbitrumgoerli_Bytes!] - rootManager_not_in: [arbitrumgoerli_Bytes!] - rootManager_contains: arbitrumgoerli_Bytes - rootManager_not_contains: arbitrumgoerli_Bytes - mirrorConnector: arbitrumgoerli_Bytes - mirrorConnector_not: arbitrumgoerli_Bytes - mirrorConnector_gt: arbitrumgoerli_Bytes - mirrorConnector_lt: arbitrumgoerli_Bytes - mirrorConnector_gte: arbitrumgoerli_Bytes - mirrorConnector_lte: arbitrumgoerli_Bytes - mirrorConnector_in: [arbitrumgoerli_Bytes!] - mirrorConnector_not_in: [arbitrumgoerli_Bytes!] - mirrorConnector_contains: arbitrumgoerli_Bytes - mirrorConnector_not_contains: arbitrumgoerli_Bytes + amb: linea_Bytes + amb_not: linea_Bytes + amb_in: [linea_Bytes!] + amb_not_in: [linea_Bytes!] + amb_contains: linea_Bytes + amb_not_contains: linea_Bytes + rootManager: linea_Bytes + rootManager_not: linea_Bytes + rootManager_in: [linea_Bytes!] + rootManager_not_in: [linea_Bytes!] + rootManager_contains: linea_Bytes + rootManager_not_contains: linea_Bytes + mirrorConnector: linea_Bytes + mirrorConnector_not: linea_Bytes + mirrorConnector_in: [linea_Bytes!] + mirrorConnector_not_in: [linea_Bytes!] + mirrorConnector_contains: linea_Bytes + mirrorConnector_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_ConnectorMeta_filter] - or: [arbitrumgoerli_ConnectorMeta_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_ConnectorMeta_orderBy { +enum linea_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -99932,48 +100252,48 @@ enum arbitrumgoerli_ConnectorMeta_orderBy { mirrorConnector } -type arbitrumgoerli_DestinationTransfer { +type linea_DestinationTransfer { id: ID! chainId: BigInt - transferId: arbitrumgoerli_Bytes + transferId: linea_Bytes nonce: BigInt - status: arbitrumgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_Router_orderBy, orderDirection: arbitrumgoerli_OrderDirection, where: arbitrumgoerli_Router_filter): [arbitrumgoerli_Router!] + status: linea_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: linea_Router_orderBy, orderDirection: linea_OrderDirection, where: linea_Router_filter): [linea_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: arbitrumgoerli_Bytes - delegate: arbitrumgoerli_Bytes + to: linea_Bytes + delegate: linea_Bytes receiveLocal: Boolean - callData: arbitrumgoerli_Bytes + callData: linea_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: arbitrumgoerli_Bytes + originSender: linea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumgoerli_Bytes - asset: arbitrumgoerli_Asset + canonicalId: linea_Bytes + asset: linea_Asset amount: BigInt routersFee: BigInt - executedCaller: arbitrumgoerli_Bytes - executedTransactionHash: arbitrumgoerli_Bytes + executedCaller: linea_Bytes + executedTransactionHash: linea_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: arbitrumgoerli_Bytes + executedTxOrigin: linea_Bytes executedTxNonce: BigInt - reconciledCaller: arbitrumgoerli_Bytes - reconciledTransactionHash: arbitrumgoerli_Bytes + reconciledCaller: linea_Bytes + reconciledTransactionHash: linea_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: arbitrumgoerli_Bytes + reconciledTxOrigin: linea_Bytes reconciledTxNonce: BigInt } -input arbitrumgoerli_DestinationTransfer_filter { +input linea_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -99990,16 +100310,12 @@ input arbitrumgoerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: arbitrumgoerli_Bytes - transferId_not: arbitrumgoerli_Bytes - transferId_gt: arbitrumgoerli_Bytes - transferId_lt: arbitrumgoerli_Bytes - transferId_gte: arbitrumgoerli_Bytes - transferId_lte: arbitrumgoerli_Bytes - transferId_in: [arbitrumgoerli_Bytes!] - transferId_not_in: [arbitrumgoerli_Bytes!] - transferId_contains: arbitrumgoerli_Bytes - transferId_not_contains: arbitrumgoerli_Bytes + transferId: linea_Bytes + transferId_not: linea_Bytes + transferId_in: [linea_Bytes!] + transferId_not_in: [linea_Bytes!] + transferId_contains: linea_Bytes + transferId_not_contains: linea_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -100008,17 +100324,17 @@ input arbitrumgoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: arbitrumgoerli_TransferStatus - status_not: arbitrumgoerli_TransferStatus - status_in: [arbitrumgoerli_TransferStatus!] - status_not_in: [arbitrumgoerli_TransferStatus!] + status: linea_TransferStatus + status_not: linea_TransferStatus + status_in: [linea_TransferStatus!] + status_not_in: [linea_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: arbitrumgoerli_Router_filter + routers_: linea_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -100043,40 +100359,28 @@ input arbitrumgoerli_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: arbitrumgoerli_Bytes - to_not: arbitrumgoerli_Bytes - to_gt: arbitrumgoerli_Bytes - to_lt: arbitrumgoerli_Bytes - to_gte: arbitrumgoerli_Bytes - to_lte: arbitrumgoerli_Bytes - to_in: [arbitrumgoerli_Bytes!] - to_not_in: [arbitrumgoerli_Bytes!] - to_contains: arbitrumgoerli_Bytes - to_not_contains: arbitrumgoerli_Bytes - delegate: arbitrumgoerli_Bytes - delegate_not: arbitrumgoerli_Bytes - delegate_gt: arbitrumgoerli_Bytes - delegate_lt: arbitrumgoerli_Bytes - delegate_gte: arbitrumgoerli_Bytes - delegate_lte: arbitrumgoerli_Bytes - delegate_in: [arbitrumgoerli_Bytes!] - delegate_not_in: [arbitrumgoerli_Bytes!] - delegate_contains: arbitrumgoerli_Bytes - delegate_not_contains: arbitrumgoerli_Bytes + to: linea_Bytes + to_not: linea_Bytes + to_in: [linea_Bytes!] + to_not_in: [linea_Bytes!] + to_contains: linea_Bytes + to_not_contains: linea_Bytes + delegate: linea_Bytes + delegate_not: linea_Bytes + delegate_in: [linea_Bytes!] + delegate_not_in: [linea_Bytes!] + delegate_contains: linea_Bytes + delegate_not_contains: linea_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: arbitrumgoerli_Bytes - callData_not: arbitrumgoerli_Bytes - callData_gt: arbitrumgoerli_Bytes - callData_lt: arbitrumgoerli_Bytes - callData_gte: arbitrumgoerli_Bytes - callData_lte: arbitrumgoerli_Bytes - callData_in: [arbitrumgoerli_Bytes!] - callData_not_in: [arbitrumgoerli_Bytes!] - callData_contains: arbitrumgoerli_Bytes - callData_not_contains: arbitrumgoerli_Bytes + callData: linea_Bytes + callData_not: linea_Bytes + callData_in: [linea_Bytes!] + callData_not_in: [linea_Bytes!] + callData_contains: linea_Bytes + callData_not_contains: linea_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -100093,16 +100397,12 @@ input arbitrumgoerli_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: arbitrumgoerli_Bytes - originSender_not: arbitrumgoerli_Bytes - originSender_gt: arbitrumgoerli_Bytes - originSender_lt: arbitrumgoerli_Bytes - originSender_gte: arbitrumgoerli_Bytes - originSender_lte: arbitrumgoerli_Bytes - originSender_in: [arbitrumgoerli_Bytes!] - originSender_not_in: [arbitrumgoerli_Bytes!] - originSender_contains: arbitrumgoerli_Bytes - originSender_not_contains: arbitrumgoerli_Bytes + originSender: linea_Bytes + originSender_not: linea_Bytes + originSender_in: [linea_Bytes!] + originSender_not_in: [linea_Bytes!] + originSender_contains: linea_Bytes + originSender_not_contains: linea_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -100119,16 +100419,12 @@ input arbitrumgoerli_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumgoerli_Bytes - canonicalId_not: arbitrumgoerli_Bytes - canonicalId_gt: arbitrumgoerli_Bytes - canonicalId_lt: arbitrumgoerli_Bytes - canonicalId_gte: arbitrumgoerli_Bytes - canonicalId_lte: arbitrumgoerli_Bytes - canonicalId_in: [arbitrumgoerli_Bytes!] - canonicalId_not_in: [arbitrumgoerli_Bytes!] - canonicalId_contains: arbitrumgoerli_Bytes - canonicalId_not_contains: arbitrumgoerli_Bytes + canonicalId: linea_Bytes + canonicalId_not: linea_Bytes + canonicalId_in: [linea_Bytes!] + canonicalId_not_in: [linea_Bytes!] + canonicalId_contains: linea_Bytes + canonicalId_not_contains: linea_Bytes asset: String asset_not: String asset_gt: String @@ -100149,7 +100445,7 @@ input arbitrumgoerli_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumgoerli_Asset_filter + asset_: linea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -100166,26 +100462,18 @@ input arbitrumgoerli_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: arbitrumgoerli_Bytes - executedCaller_not: arbitrumgoerli_Bytes - executedCaller_gt: arbitrumgoerli_Bytes - executedCaller_lt: arbitrumgoerli_Bytes - executedCaller_gte: arbitrumgoerli_Bytes - executedCaller_lte: arbitrumgoerli_Bytes - executedCaller_in: [arbitrumgoerli_Bytes!] - executedCaller_not_in: [arbitrumgoerli_Bytes!] - executedCaller_contains: arbitrumgoerli_Bytes - executedCaller_not_contains: arbitrumgoerli_Bytes - executedTransactionHash: arbitrumgoerli_Bytes - executedTransactionHash_not: arbitrumgoerli_Bytes - executedTransactionHash_gt: arbitrumgoerli_Bytes - executedTransactionHash_lt: arbitrumgoerli_Bytes - executedTransactionHash_gte: arbitrumgoerli_Bytes - executedTransactionHash_lte: arbitrumgoerli_Bytes - executedTransactionHash_in: [arbitrumgoerli_Bytes!] - executedTransactionHash_not_in: [arbitrumgoerli_Bytes!] - executedTransactionHash_contains: arbitrumgoerli_Bytes - executedTransactionHash_not_contains: arbitrumgoerli_Bytes + executedCaller: linea_Bytes + executedCaller_not: linea_Bytes + executedCaller_in: [linea_Bytes!] + executedCaller_not_in: [linea_Bytes!] + executedCaller_contains: linea_Bytes + executedCaller_not_contains: linea_Bytes + executedTransactionHash: linea_Bytes + executedTransactionHash_not: linea_Bytes + executedTransactionHash_in: [linea_Bytes!] + executedTransactionHash_not_in: [linea_Bytes!] + executedTransactionHash_contains: linea_Bytes + executedTransactionHash_not_contains: linea_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -100218,16 +100506,12 @@ input arbitrumgoerli_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: arbitrumgoerli_Bytes - executedTxOrigin_not: arbitrumgoerli_Bytes - executedTxOrigin_gt: arbitrumgoerli_Bytes - executedTxOrigin_lt: arbitrumgoerli_Bytes - executedTxOrigin_gte: arbitrumgoerli_Bytes - executedTxOrigin_lte: arbitrumgoerli_Bytes - executedTxOrigin_in: [arbitrumgoerli_Bytes!] - executedTxOrigin_not_in: [arbitrumgoerli_Bytes!] - executedTxOrigin_contains: arbitrumgoerli_Bytes - executedTxOrigin_not_contains: arbitrumgoerli_Bytes + executedTxOrigin: linea_Bytes + executedTxOrigin_not: linea_Bytes + executedTxOrigin_in: [linea_Bytes!] + executedTxOrigin_not_in: [linea_Bytes!] + executedTxOrigin_contains: linea_Bytes + executedTxOrigin_not_contains: linea_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -100236,26 +100520,18 @@ input arbitrumgoerli_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: arbitrumgoerli_Bytes - reconciledCaller_not: arbitrumgoerli_Bytes - reconciledCaller_gt: arbitrumgoerli_Bytes - reconciledCaller_lt: arbitrumgoerli_Bytes - reconciledCaller_gte: arbitrumgoerli_Bytes - reconciledCaller_lte: arbitrumgoerli_Bytes - reconciledCaller_in: [arbitrumgoerli_Bytes!] - reconciledCaller_not_in: [arbitrumgoerli_Bytes!] - reconciledCaller_contains: arbitrumgoerli_Bytes - reconciledCaller_not_contains: arbitrumgoerli_Bytes - reconciledTransactionHash: arbitrumgoerli_Bytes - reconciledTransactionHash_not: arbitrumgoerli_Bytes - reconciledTransactionHash_gt: arbitrumgoerli_Bytes - reconciledTransactionHash_lt: arbitrumgoerli_Bytes - reconciledTransactionHash_gte: arbitrumgoerli_Bytes - reconciledTransactionHash_lte: arbitrumgoerli_Bytes - reconciledTransactionHash_in: [arbitrumgoerli_Bytes!] - reconciledTransactionHash_not_in: [arbitrumgoerli_Bytes!] - reconciledTransactionHash_contains: arbitrumgoerli_Bytes - reconciledTransactionHash_not_contains: arbitrumgoerli_Bytes + reconciledCaller: linea_Bytes + reconciledCaller_not: linea_Bytes + reconciledCaller_in: [linea_Bytes!] + reconciledCaller_not_in: [linea_Bytes!] + reconciledCaller_contains: linea_Bytes + reconciledCaller_not_contains: linea_Bytes + reconciledTransactionHash: linea_Bytes + reconciledTransactionHash_not: linea_Bytes + reconciledTransactionHash_in: [linea_Bytes!] + reconciledTransactionHash_not_in: [linea_Bytes!] + reconciledTransactionHash_contains: linea_Bytes + reconciledTransactionHash_not_contains: linea_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -100288,16 +100564,12 @@ input arbitrumgoerli_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: arbitrumgoerli_Bytes - reconciledTxOrigin_not: arbitrumgoerli_Bytes - reconciledTxOrigin_gt: arbitrumgoerli_Bytes - reconciledTxOrigin_lt: arbitrumgoerli_Bytes - reconciledTxOrigin_gte: arbitrumgoerli_Bytes - reconciledTxOrigin_lte: arbitrumgoerli_Bytes - reconciledTxOrigin_in: [arbitrumgoerli_Bytes!] - reconciledTxOrigin_not_in: [arbitrumgoerli_Bytes!] - reconciledTxOrigin_contains: arbitrumgoerli_Bytes - reconciledTxOrigin_not_contains: arbitrumgoerli_Bytes + reconciledTxOrigin: linea_Bytes + reconciledTxOrigin_not: linea_Bytes + reconciledTxOrigin_in: [linea_Bytes!] + reconciledTxOrigin_not_in: [linea_Bytes!] + reconciledTxOrigin_contains: linea_Bytes + reconciledTxOrigin_not_contains: linea_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -100307,12 +100579,10 @@ input arbitrumgoerli_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_DestinationTransfer_filter] - or: [arbitrumgoerli_DestinationTransfer_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_DestinationTransfer_orderBy { +enum linea_DestinationTransfer_orderBy { id chainId transferId @@ -100333,15 +100603,6 @@ enum arbitrumgoerli_DestinationTransfer_orderBy { normalizedIn canonicalId asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber amount routersFee executedCaller @@ -100362,32 +100623,26 @@ enum arbitrumgoerli_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar arbitrumgoerli_Int8 - """Defines the order direction, either ascending or descending""" -enum arbitrumgoerli_OrderDirection { +enum linea_OrderDirection { asc desc } -type arbitrumgoerli_OriginMessage { +type linea_OriginMessage { id: ID! - transferId: arbitrumgoerli_Bytes + transferId: linea_Bytes destinationDomain: BigInt - leaf: arbitrumgoerli_Bytes + leaf: linea_Bytes index: BigInt - message: arbitrumgoerli_Bytes - root: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes + message: linea_Bytes + root: linea_Bytes + transactionHash: linea_Bytes blockNumber: BigInt - rootCount: arbitrumgoerli_RootCount + rootCount: linea_RootCount } -input arbitrumgoerli_OriginMessage_filter { +input linea_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -100396,16 +100651,12 @@ input arbitrumgoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: arbitrumgoerli_Bytes - transferId_not: arbitrumgoerli_Bytes - transferId_gt: arbitrumgoerli_Bytes - transferId_lt: arbitrumgoerli_Bytes - transferId_gte: arbitrumgoerli_Bytes - transferId_lte: arbitrumgoerli_Bytes - transferId_in: [arbitrumgoerli_Bytes!] - transferId_not_in: [arbitrumgoerli_Bytes!] - transferId_contains: arbitrumgoerli_Bytes - transferId_not_contains: arbitrumgoerli_Bytes + transferId: linea_Bytes + transferId_not: linea_Bytes + transferId_in: [linea_Bytes!] + transferId_not_in: [linea_Bytes!] + transferId_contains: linea_Bytes + transferId_not_contains: linea_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -100414,16 +100665,12 @@ input arbitrumgoerli_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: arbitrumgoerli_Bytes - leaf_not: arbitrumgoerli_Bytes - leaf_gt: arbitrumgoerli_Bytes - leaf_lt: arbitrumgoerli_Bytes - leaf_gte: arbitrumgoerli_Bytes - leaf_lte: arbitrumgoerli_Bytes - leaf_in: [arbitrumgoerli_Bytes!] - leaf_not_in: [arbitrumgoerli_Bytes!] - leaf_contains: arbitrumgoerli_Bytes - leaf_not_contains: arbitrumgoerli_Bytes + leaf: linea_Bytes + leaf_not: linea_Bytes + leaf_in: [linea_Bytes!] + leaf_not_in: [linea_Bytes!] + leaf_contains: linea_Bytes + leaf_not_contains: linea_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -100432,36 +100679,24 @@ input arbitrumgoerli_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: arbitrumgoerli_Bytes - message_not: arbitrumgoerli_Bytes - message_gt: arbitrumgoerli_Bytes - message_lt: arbitrumgoerli_Bytes - message_gte: arbitrumgoerli_Bytes - message_lte: arbitrumgoerli_Bytes - message_in: [arbitrumgoerli_Bytes!] - message_not_in: [arbitrumgoerli_Bytes!] - message_contains: arbitrumgoerli_Bytes - message_not_contains: arbitrumgoerli_Bytes - root: arbitrumgoerli_Bytes - root_not: arbitrumgoerli_Bytes - root_gt: arbitrumgoerli_Bytes - root_lt: arbitrumgoerli_Bytes - root_gte: arbitrumgoerli_Bytes - root_lte: arbitrumgoerli_Bytes - root_in: [arbitrumgoerli_Bytes!] - root_not_in: [arbitrumgoerli_Bytes!] - root_contains: arbitrumgoerli_Bytes - root_not_contains: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes - transactionHash_not: arbitrumgoerli_Bytes - transactionHash_gt: arbitrumgoerli_Bytes - transactionHash_lt: arbitrumgoerli_Bytes - transactionHash_gte: arbitrumgoerli_Bytes - transactionHash_lte: arbitrumgoerli_Bytes - transactionHash_in: [arbitrumgoerli_Bytes!] - transactionHash_not_in: [arbitrumgoerli_Bytes!] - transactionHash_contains: arbitrumgoerli_Bytes - transactionHash_not_contains: arbitrumgoerli_Bytes + message: linea_Bytes + message_not: linea_Bytes + message_in: [linea_Bytes!] + message_not_in: [linea_Bytes!] + message_contains: linea_Bytes + message_not_contains: linea_Bytes + root: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -100490,14 +100725,12 @@ input arbitrumgoerli_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: arbitrumgoerli_RootCount_filter + rootCount_: linea_RootCount_filter """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_OriginMessage_filter] - or: [arbitrumgoerli_OriginMessage_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_OriginMessage_orderBy { +enum linea_OriginMessage_orderBy { id transferId destinationDomain @@ -100508,46 +100741,44 @@ enum arbitrumgoerli_OriginMessage_orderBy { transactionHash blockNumber rootCount - rootCount__id - rootCount__count } -type arbitrumgoerli_OriginTransfer { +type linea_OriginTransfer { id: ID! chainId: BigInt - transferId: arbitrumgoerli_Bytes + transferId: linea_Bytes nonce: BigInt - status: arbitrumgoerli_TransferStatus - messageHash: arbitrumgoerli_Bytes + status: linea_TransferStatus + messageHash: linea_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: arbitrumgoerli_Bytes - delegate: arbitrumgoerli_Bytes + to: linea_Bytes + delegate: linea_Bytes receiveLocal: Boolean - callData: arbitrumgoerli_Bytes + callData: linea_Bytes slippage: BigInt - originSender: arbitrumgoerli_Bytes + originSender: linea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumgoerli_Bytes - asset: arbitrumgoerli_Asset - transactingAsset: arbitrumgoerli_Bytes - message: arbitrumgoerli_OriginMessage + canonicalId: linea_Bytes + asset: linea_Asset + transactingAsset: linea_Bytes + message: linea_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_RelayerFee_orderBy, orderDirection: arbitrumgoerli_OrderDirection, where: arbitrumgoerli_RelayerFee_filter): [arbitrumgoerli_RelayerFee!] - initialRelayerFeeAsset: arbitrumgoerli_Bytes - caller: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: linea_RelayerFee_orderBy, orderDirection: linea_OrderDirection, where: linea_RelayerFee_filter): [linea_RelayerFee!] + initialRelayerFeeAsset: linea_Bytes + caller: linea_Bytes + transactionHash: linea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: arbitrumgoerli_Bytes + txOrigin: linea_Bytes txNonce: BigInt } -input arbitrumgoerli_OriginTransfer_filter { +input linea_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -100564,16 +100795,12 @@ input arbitrumgoerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: arbitrumgoerli_Bytes - transferId_not: arbitrumgoerli_Bytes - transferId_gt: arbitrumgoerli_Bytes - transferId_lt: arbitrumgoerli_Bytes - transferId_gte: arbitrumgoerli_Bytes - transferId_lte: arbitrumgoerli_Bytes - transferId_in: [arbitrumgoerli_Bytes!] - transferId_not_in: [arbitrumgoerli_Bytes!] - transferId_contains: arbitrumgoerli_Bytes - transferId_not_contains: arbitrumgoerli_Bytes + transferId: linea_Bytes + transferId_not: linea_Bytes + transferId_in: [linea_Bytes!] + transferId_not_in: [linea_Bytes!] + transferId_contains: linea_Bytes + transferId_not_contains: linea_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -100582,20 +100809,16 @@ input arbitrumgoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: arbitrumgoerli_TransferStatus - status_not: arbitrumgoerli_TransferStatus - status_in: [arbitrumgoerli_TransferStatus!] - status_not_in: [arbitrumgoerli_TransferStatus!] - messageHash: arbitrumgoerli_Bytes - messageHash_not: arbitrumgoerli_Bytes - messageHash_gt: arbitrumgoerli_Bytes - messageHash_lt: arbitrumgoerli_Bytes - messageHash_gte: arbitrumgoerli_Bytes - messageHash_lte: arbitrumgoerli_Bytes - messageHash_in: [arbitrumgoerli_Bytes!] - messageHash_not_in: [arbitrumgoerli_Bytes!] - messageHash_contains: arbitrumgoerli_Bytes - messageHash_not_contains: arbitrumgoerli_Bytes + status: linea_TransferStatus + status_not: linea_TransferStatus + status_in: [linea_TransferStatus!] + status_not_in: [linea_TransferStatus!] + messageHash: linea_Bytes + messageHash_not: linea_Bytes + messageHash_in: [linea_Bytes!] + messageHash_not_in: [linea_Bytes!] + messageHash_contains: linea_Bytes + messageHash_not_contains: linea_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -100620,40 +100843,28 @@ input arbitrumgoerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: arbitrumgoerli_Bytes - to_not: arbitrumgoerli_Bytes - to_gt: arbitrumgoerli_Bytes - to_lt: arbitrumgoerli_Bytes - to_gte: arbitrumgoerli_Bytes - to_lte: arbitrumgoerli_Bytes - to_in: [arbitrumgoerli_Bytes!] - to_not_in: [arbitrumgoerli_Bytes!] - to_contains: arbitrumgoerli_Bytes - to_not_contains: arbitrumgoerli_Bytes - delegate: arbitrumgoerli_Bytes - delegate_not: arbitrumgoerli_Bytes - delegate_gt: arbitrumgoerli_Bytes - delegate_lt: arbitrumgoerli_Bytes - delegate_gte: arbitrumgoerli_Bytes - delegate_lte: arbitrumgoerli_Bytes - delegate_in: [arbitrumgoerli_Bytes!] - delegate_not_in: [arbitrumgoerli_Bytes!] - delegate_contains: arbitrumgoerli_Bytes - delegate_not_contains: arbitrumgoerli_Bytes + to: linea_Bytes + to_not: linea_Bytes + to_in: [linea_Bytes!] + to_not_in: [linea_Bytes!] + to_contains: linea_Bytes + to_not_contains: linea_Bytes + delegate: linea_Bytes + delegate_not: linea_Bytes + delegate_in: [linea_Bytes!] + delegate_not_in: [linea_Bytes!] + delegate_contains: linea_Bytes + delegate_not_contains: linea_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: arbitrumgoerli_Bytes - callData_not: arbitrumgoerli_Bytes - callData_gt: arbitrumgoerli_Bytes - callData_lt: arbitrumgoerli_Bytes - callData_gte: arbitrumgoerli_Bytes - callData_lte: arbitrumgoerli_Bytes - callData_in: [arbitrumgoerli_Bytes!] - callData_not_in: [arbitrumgoerli_Bytes!] - callData_contains: arbitrumgoerli_Bytes - callData_not_contains: arbitrumgoerli_Bytes + callData: linea_Bytes + callData_not: linea_Bytes + callData_in: [linea_Bytes!] + callData_not_in: [linea_Bytes!] + callData_contains: linea_Bytes + callData_not_contains: linea_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -100662,16 +100873,12 @@ input arbitrumgoerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: arbitrumgoerli_Bytes - originSender_not: arbitrumgoerli_Bytes - originSender_gt: arbitrumgoerli_Bytes - originSender_lt: arbitrumgoerli_Bytes - originSender_gte: arbitrumgoerli_Bytes - originSender_lte: arbitrumgoerli_Bytes - originSender_in: [arbitrumgoerli_Bytes!] - originSender_not_in: [arbitrumgoerli_Bytes!] - originSender_contains: arbitrumgoerli_Bytes - originSender_not_contains: arbitrumgoerli_Bytes + originSender: linea_Bytes + originSender_not: linea_Bytes + originSender_in: [linea_Bytes!] + originSender_not_in: [linea_Bytes!] + originSender_contains: linea_Bytes + originSender_not_contains: linea_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -100688,16 +100895,12 @@ input arbitrumgoerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumgoerli_Bytes - canonicalId_not: arbitrumgoerli_Bytes - canonicalId_gt: arbitrumgoerli_Bytes - canonicalId_lt: arbitrumgoerli_Bytes - canonicalId_gte: arbitrumgoerli_Bytes - canonicalId_lte: arbitrumgoerli_Bytes - canonicalId_in: [arbitrumgoerli_Bytes!] - canonicalId_not_in: [arbitrumgoerli_Bytes!] - canonicalId_contains: arbitrumgoerli_Bytes - canonicalId_not_contains: arbitrumgoerli_Bytes + canonicalId: linea_Bytes + canonicalId_not: linea_Bytes + canonicalId_in: [linea_Bytes!] + canonicalId_not_in: [linea_Bytes!] + canonicalId_contains: linea_Bytes + canonicalId_not_contains: linea_Bytes asset: String asset_not: String asset_gt: String @@ -100718,17 +100921,13 @@ input arbitrumgoerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumgoerli_Asset_filter - transactingAsset: arbitrumgoerli_Bytes - transactingAsset_not: arbitrumgoerli_Bytes - transactingAsset_gt: arbitrumgoerli_Bytes - transactingAsset_lt: arbitrumgoerli_Bytes - transactingAsset_gte: arbitrumgoerli_Bytes - transactingAsset_lte: arbitrumgoerli_Bytes - transactingAsset_in: [arbitrumgoerli_Bytes!] - transactingAsset_not_in: [arbitrumgoerli_Bytes!] - transactingAsset_contains: arbitrumgoerli_Bytes - transactingAsset_not_contains: arbitrumgoerli_Bytes + asset_: linea_Asset_filter + transactingAsset: linea_Bytes + transactingAsset_not: linea_Bytes + transactingAsset_in: [linea_Bytes!] + transactingAsset_not_in: [linea_Bytes!] + transactingAsset_contains: linea_Bytes + transactingAsset_not_contains: linea_Bytes message: String message_not: String message_gt: String @@ -100749,7 +100948,7 @@ input arbitrumgoerli_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: arbitrumgoerli_OriginMessage_filter + message_: linea_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -100764,37 +100963,25 @@ input arbitrumgoerli_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: arbitrumgoerli_RelayerFee_filter - initialRelayerFeeAsset: arbitrumgoerli_Bytes - initialRelayerFeeAsset_not: arbitrumgoerli_Bytes - initialRelayerFeeAsset_gt: arbitrumgoerli_Bytes - initialRelayerFeeAsset_lt: arbitrumgoerli_Bytes - initialRelayerFeeAsset_gte: arbitrumgoerli_Bytes - initialRelayerFeeAsset_lte: arbitrumgoerli_Bytes - initialRelayerFeeAsset_in: [arbitrumgoerli_Bytes!] - initialRelayerFeeAsset_not_in: [arbitrumgoerli_Bytes!] - initialRelayerFeeAsset_contains: arbitrumgoerli_Bytes - initialRelayerFeeAsset_not_contains: arbitrumgoerli_Bytes - caller: arbitrumgoerli_Bytes - caller_not: arbitrumgoerli_Bytes - caller_gt: arbitrumgoerli_Bytes - caller_lt: arbitrumgoerli_Bytes - caller_gte: arbitrumgoerli_Bytes - caller_lte: arbitrumgoerli_Bytes - caller_in: [arbitrumgoerli_Bytes!] - caller_not_in: [arbitrumgoerli_Bytes!] - caller_contains: arbitrumgoerli_Bytes - caller_not_contains: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes - transactionHash_not: arbitrumgoerli_Bytes - transactionHash_gt: arbitrumgoerli_Bytes - transactionHash_lt: arbitrumgoerli_Bytes - transactionHash_gte: arbitrumgoerli_Bytes - transactionHash_lte: arbitrumgoerli_Bytes - transactionHash_in: [arbitrumgoerli_Bytes!] - transactionHash_not_in: [arbitrumgoerli_Bytes!] - transactionHash_contains: arbitrumgoerli_Bytes - transactionHash_not_contains: arbitrumgoerli_Bytes + relayerFees_: linea_RelayerFee_filter + initialRelayerFeeAsset: linea_Bytes + initialRelayerFeeAsset_not: linea_Bytes + initialRelayerFeeAsset_in: [linea_Bytes!] + initialRelayerFeeAsset_not_in: [linea_Bytes!] + initialRelayerFeeAsset_contains: linea_Bytes + initialRelayerFeeAsset_not_contains: linea_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -100827,16 +101014,12 @@ input arbitrumgoerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: arbitrumgoerli_Bytes - txOrigin_not: arbitrumgoerli_Bytes - txOrigin_gt: arbitrumgoerli_Bytes - txOrigin_lt: arbitrumgoerli_Bytes - txOrigin_gte: arbitrumgoerli_Bytes - txOrigin_lte: arbitrumgoerli_Bytes - txOrigin_in: [arbitrumgoerli_Bytes!] - txOrigin_not_in: [arbitrumgoerli_Bytes!] - txOrigin_contains: arbitrumgoerli_Bytes - txOrigin_not_contains: arbitrumgoerli_Bytes + txOrigin: linea_Bytes + txOrigin_not: linea_Bytes + txOrigin_in: [linea_Bytes!] + txOrigin_not_in: [linea_Bytes!] + txOrigin_contains: linea_Bytes + txOrigin_not_contains: linea_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -100846,12 +101029,10 @@ input arbitrumgoerli_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_OriginTransfer_filter] - or: [arbitrumgoerli_OriginTransfer_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_OriginTransfer_orderBy { +enum linea_OriginTransfer_orderBy { id chainId transferId @@ -100871,26 +101052,8 @@ enum arbitrumgoerli_OriginTransfer_orderBy { normalizedIn canonicalId asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber transactingAsset message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber bumpRelayerFeeCount relayerFees initialRelayerFeeAsset @@ -100904,20 +101067,20 @@ enum arbitrumgoerli_OriginTransfer_orderBy { txNonce } -type arbitrumgoerli_Relayer { +type linea_Relayer { id: ID! isActive: Boolean! - relayer: arbitrumgoerli_Bytes + relayer: linea_Bytes } -type arbitrumgoerli_RelayerFee { +type linea_RelayerFee { id: ID! - transfer: arbitrumgoerli_OriginTransfer! + transfer: linea_OriginTransfer! fee: BigInt! - asset: arbitrumgoerli_Bytes! + asset: linea_Bytes! } -input arbitrumgoerli_RelayerFee_filter { +input linea_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -100946,7 +101109,7 @@ input arbitrumgoerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumgoerli_OriginTransfer_filter + transfer_: linea_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -100955,72 +101118,37 @@ input arbitrumgoerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: arbitrumgoerli_Bytes - asset_not: arbitrumgoerli_Bytes - asset_gt: arbitrumgoerli_Bytes - asset_lt: arbitrumgoerli_Bytes - asset_gte: arbitrumgoerli_Bytes - asset_lte: arbitrumgoerli_Bytes - asset_in: [arbitrumgoerli_Bytes!] - asset_not_in: [arbitrumgoerli_Bytes!] - asset_contains: arbitrumgoerli_Bytes - asset_not_contains: arbitrumgoerli_Bytes + asset: linea_Bytes + asset_not: linea_Bytes + asset_in: [linea_Bytes!] + asset_not_in: [linea_Bytes!] + asset_contains: linea_Bytes + asset_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RelayerFee_filter] - or: [arbitrumgoerli_RelayerFee_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_RelayerFee_orderBy { +enum linea_RelayerFee_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce fee asset } -type arbitrumgoerli_RelayerFeesIncrease { +type linea_RelayerFeesIncrease { id: ID! - transfer: arbitrumgoerli_OriginTransfer! + transfer: linea_OriginTransfer! increase: BigInt - asset: arbitrumgoerli_Bytes - caller: arbitrumgoerli_Bytes! - transactionHash: arbitrumgoerli_Bytes! + asset: linea_Bytes + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumgoerli_RelayerFeesIncrease_filter { +input linea_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -101049,7 +101177,7 @@ input arbitrumgoerli_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumgoerli_OriginTransfer_filter + transfer_: linea_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -101058,36 +101186,24 @@ input arbitrumgoerli_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: arbitrumgoerli_Bytes - asset_not: arbitrumgoerli_Bytes - asset_gt: arbitrumgoerli_Bytes - asset_lt: arbitrumgoerli_Bytes - asset_gte: arbitrumgoerli_Bytes - asset_lte: arbitrumgoerli_Bytes - asset_in: [arbitrumgoerli_Bytes!] - asset_not_in: [arbitrumgoerli_Bytes!] - asset_contains: arbitrumgoerli_Bytes - asset_not_contains: arbitrumgoerli_Bytes - caller: arbitrumgoerli_Bytes - caller_not: arbitrumgoerli_Bytes - caller_gt: arbitrumgoerli_Bytes - caller_lt: arbitrumgoerli_Bytes - caller_gte: arbitrumgoerli_Bytes - caller_lte: arbitrumgoerli_Bytes - caller_in: [arbitrumgoerli_Bytes!] - caller_not_in: [arbitrumgoerli_Bytes!] - caller_contains: arbitrumgoerli_Bytes - caller_not_contains: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes - transactionHash_not: arbitrumgoerli_Bytes - transactionHash_gt: arbitrumgoerli_Bytes - transactionHash_lt: arbitrumgoerli_Bytes - transactionHash_gte: arbitrumgoerli_Bytes - transactionHash_lte: arbitrumgoerli_Bytes - transactionHash_in: [arbitrumgoerli_Bytes!] - transactionHash_not_in: [arbitrumgoerli_Bytes!] - transactionHash_contains: arbitrumgoerli_Bytes - transactionHash_not_contains: arbitrumgoerli_Bytes + asset: linea_Bytes + asset_not: linea_Bytes + asset_in: [linea_Bytes!] + asset_not_in: [linea_Bytes!] + asset_contains: linea_Bytes + asset_not_contains: linea_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -101119,45 +101235,14 @@ input arbitrumgoerli_RelayerFeesIncrease_filter { blockNumber_gte: BigInt blockNumber_lte: BigInt blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RelayerFeesIncrease_filter] - or: [arbitrumgoerli_RelayerFeesIncrease_filter] -} - -enum arbitrumgoerli_RelayerFeesIncrease_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: linea_BlockChangedFilter +} + +enum linea_RelayerFeesIncrease_orderBy { + id + transfer increase asset caller @@ -101168,7 +101253,7 @@ enum arbitrumgoerli_RelayerFeesIncrease_orderBy { blockNumber } -input arbitrumgoerli_Relayer_filter { +input linea_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -101181,34 +101266,28 @@ input arbitrumgoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: arbitrumgoerli_Bytes - relayer_not: arbitrumgoerli_Bytes - relayer_gt: arbitrumgoerli_Bytes - relayer_lt: arbitrumgoerli_Bytes - relayer_gte: arbitrumgoerli_Bytes - relayer_lte: arbitrumgoerli_Bytes - relayer_in: [arbitrumgoerli_Bytes!] - relayer_not_in: [arbitrumgoerli_Bytes!] - relayer_contains: arbitrumgoerli_Bytes - relayer_not_contains: arbitrumgoerli_Bytes + relayer: linea_Bytes + relayer_not: linea_Bytes + relayer_in: [linea_Bytes!] + relayer_not_in: [linea_Bytes!] + relayer_contains: linea_Bytes + relayer_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_Relayer_filter] - or: [arbitrumgoerli_Relayer_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_Relayer_orderBy { +enum linea_Relayer_orderBy { id isActive relayer } -type arbitrumgoerli_RootCount { +type linea_RootCount { id: ID! count: BigInt } -input arbitrumgoerli_RootCount_filter { +input linea_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -101226,31 +101305,29 @@ input arbitrumgoerli_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RootCount_filter] - or: [arbitrumgoerli_RootCount_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_RootCount_orderBy { +enum linea_RootCount_orderBy { id count } -type arbitrumgoerli_RootMessageSent { +type linea_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: arbitrumgoerli_Bytes + root: linea_Bytes count: BigInt - caller: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes + caller: linea_Bytes + transactionHash: linea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input arbitrumgoerli_RootMessageSent_filter { +input linea_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -101275,16 +101352,12 @@ input arbitrumgoerli_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: arbitrumgoerli_Bytes - root_not: arbitrumgoerli_Bytes - root_gt: arbitrumgoerli_Bytes - root_lt: arbitrumgoerli_Bytes - root_gte: arbitrumgoerli_Bytes - root_lte: arbitrumgoerli_Bytes - root_in: [arbitrumgoerli_Bytes!] - root_not_in: [arbitrumgoerli_Bytes!] - root_contains: arbitrumgoerli_Bytes - root_not_contains: arbitrumgoerli_Bytes + root: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -101293,26 +101366,18 @@ input arbitrumgoerli_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: arbitrumgoerli_Bytes - caller_not: arbitrumgoerli_Bytes - caller_gt: arbitrumgoerli_Bytes - caller_lt: arbitrumgoerli_Bytes - caller_gte: arbitrumgoerli_Bytes - caller_lte: arbitrumgoerli_Bytes - caller_in: [arbitrumgoerli_Bytes!] - caller_not_in: [arbitrumgoerli_Bytes!] - caller_contains: arbitrumgoerli_Bytes - caller_not_contains: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes - transactionHash_not: arbitrumgoerli_Bytes - transactionHash_gt: arbitrumgoerli_Bytes - transactionHash_lt: arbitrumgoerli_Bytes - transactionHash_gte: arbitrumgoerli_Bytes - transactionHash_lte: arbitrumgoerli_Bytes - transactionHash_in: [arbitrumgoerli_Bytes!] - transactionHash_not_in: [arbitrumgoerli_Bytes!] - transactionHash_contains: arbitrumgoerli_Bytes - transactionHash_not_contains: arbitrumgoerli_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -101346,12 +101411,10 @@ input arbitrumgoerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RootMessageSent_filter] - or: [arbitrumgoerli_RootMessageSent_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_RootMessageSent_orderBy { +enum linea_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -101365,25 +101428,25 @@ enum arbitrumgoerli_RootMessageSent_orderBy { blockNumber } -type arbitrumgoerli_Router { +type linea_Router { id: ID! isActive: Boolean! - owner: arbitrumgoerli_Bytes - recipient: arbitrumgoerli_Bytes - proposedOwner: arbitrumgoerli_Bytes + owner: linea_Bytes + recipient: linea_Bytes + proposedOwner: linea_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_AssetBalance_orderBy, orderDirection: arbitrumgoerli_OrderDirection, where: arbitrumgoerli_AssetBalance_filter): [arbitrumgoerli_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: linea_AssetBalance_orderBy, orderDirection: linea_OrderDirection, where: linea_AssetBalance_filter): [linea_AssetBalance!]! } -type arbitrumgoerli_RouterDailyTVL { +type linea_RouterDailyTVL { id: ID! - router: arbitrumgoerli_Router! - asset: arbitrumgoerli_Asset! + router: linea_Router! + asset: linea_Asset! timestamp: BigInt! balance: BigInt! } -input arbitrumgoerli_RouterDailyTVL_filter { +input linea_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -101412,7 +101475,7 @@ input arbitrumgoerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumgoerli_Router_filter + router_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -101433,7 +101496,7 @@ input arbitrumgoerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumgoerli_Asset_filter + asset_: linea_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -101451,54 +101514,37 @@ input arbitrumgoerli_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RouterDailyTVL_filter] - or: [arbitrumgoerli_RouterDailyTVL_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_RouterDailyTVL_orderBy { +enum linea_RouterDailyTVL_orderBy { id router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber timestamp balance } -type arbitrumgoerli_RouterLiquidityEvent { +type linea_RouterLiquidityEvent { id: ID! - type: arbitrumgoerli_RouterLiquidityEventType - router: arbitrumgoerli_Router! - asset: arbitrumgoerli_Asset! + type: linea_RouterLiquidityEventType + router: linea_Router! + asset: linea_Asset! amount: BigInt! balance: BigInt! - caller: arbitrumgoerli_Bytes + caller: linea_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: arbitrumgoerli_Bytes! + transactionHash: linea_Bytes! nonce: BigInt! } -enum arbitrumgoerli_RouterLiquidityEventType { +enum linea_RouterLiquidityEventType { Add Remove } -input arbitrumgoerli_RouterLiquidityEvent_filter { +input linea_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -101507,10 +101553,10 @@ input arbitrumgoerli_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: arbitrumgoerli_RouterLiquidityEventType - type_not: arbitrumgoerli_RouterLiquidityEventType - type_in: [arbitrumgoerli_RouterLiquidityEventType!] - type_not_in: [arbitrumgoerli_RouterLiquidityEventType!] + type: linea_RouterLiquidityEventType + type_not: linea_RouterLiquidityEventType + type_in: [linea_RouterLiquidityEventType!] + type_not_in: [linea_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -101531,7 +101577,7 @@ input arbitrumgoerli_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumgoerli_Router_filter + router_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -101552,7 +101598,7 @@ input arbitrumgoerli_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumgoerli_Asset_filter + asset_: linea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -101569,16 +101615,12 @@ input arbitrumgoerli_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: arbitrumgoerli_Bytes - caller_not: arbitrumgoerli_Bytes - caller_gt: arbitrumgoerli_Bytes - caller_lt: arbitrumgoerli_Bytes - caller_gte: arbitrumgoerli_Bytes - caller_lte: arbitrumgoerli_Bytes - caller_in: [arbitrumgoerli_Bytes!] - caller_not_in: [arbitrumgoerli_Bytes!] - caller_contains: arbitrumgoerli_Bytes - caller_not_contains: arbitrumgoerli_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -101595,16 +101637,12 @@ input arbitrumgoerli_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: arbitrumgoerli_Bytes - transactionHash_not: arbitrumgoerli_Bytes - transactionHash_gt: arbitrumgoerli_Bytes - transactionHash_lt: arbitrumgoerli_Bytes - transactionHash_gte: arbitrumgoerli_Bytes - transactionHash_lte: arbitrumgoerli_Bytes - transactionHash_in: [arbitrumgoerli_Bytes!] - transactionHash_not_in: [arbitrumgoerli_Bytes!] - transactionHash_contains: arbitrumgoerli_Bytes - transactionHash_not_contains: arbitrumgoerli_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -101614,31 +101652,14 @@ input arbitrumgoerli_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RouterLiquidityEvent_filter] - or: [arbitrumgoerli_RouterLiquidityEvent_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_RouterLiquidityEvent_orderBy { +enum linea_RouterLiquidityEvent_orderBy { id type router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber amount balance caller @@ -101648,7 +101669,7 @@ enum arbitrumgoerli_RouterLiquidityEvent_orderBy { nonce } -input arbitrumgoerli_Router_filter { +input linea_Router_filter { id: ID id_not: ID id_gt: ID @@ -101661,36 +101682,24 @@ input arbitrumgoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: arbitrumgoerli_Bytes - owner_not: arbitrumgoerli_Bytes - owner_gt: arbitrumgoerli_Bytes - owner_lt: arbitrumgoerli_Bytes - owner_gte: arbitrumgoerli_Bytes - owner_lte: arbitrumgoerli_Bytes - owner_in: [arbitrumgoerli_Bytes!] - owner_not_in: [arbitrumgoerli_Bytes!] - owner_contains: arbitrumgoerli_Bytes - owner_not_contains: arbitrumgoerli_Bytes - recipient: arbitrumgoerli_Bytes - recipient_not: arbitrumgoerli_Bytes - recipient_gt: arbitrumgoerli_Bytes - recipient_lt: arbitrumgoerli_Bytes - recipient_gte: arbitrumgoerli_Bytes - recipient_lte: arbitrumgoerli_Bytes - recipient_in: [arbitrumgoerli_Bytes!] - recipient_not_in: [arbitrumgoerli_Bytes!] - recipient_contains: arbitrumgoerli_Bytes - recipient_not_contains: arbitrumgoerli_Bytes - proposedOwner: arbitrumgoerli_Bytes - proposedOwner_not: arbitrumgoerli_Bytes - proposedOwner_gt: arbitrumgoerli_Bytes - proposedOwner_lt: arbitrumgoerli_Bytes - proposedOwner_gte: arbitrumgoerli_Bytes - proposedOwner_lte: arbitrumgoerli_Bytes - proposedOwner_in: [arbitrumgoerli_Bytes!] - proposedOwner_not_in: [arbitrumgoerli_Bytes!] - proposedOwner_contains: arbitrumgoerli_Bytes - proposedOwner_not_contains: arbitrumgoerli_Bytes + owner: linea_Bytes + owner_not: linea_Bytes + owner_in: [linea_Bytes!] + owner_not_in: [linea_Bytes!] + owner_contains: linea_Bytes + owner_not_contains: linea_Bytes + recipient: linea_Bytes + recipient_not: linea_Bytes + recipient_in: [linea_Bytes!] + recipient_not_in: [linea_Bytes!] + recipient_contains: linea_Bytes + recipient_not_contains: linea_Bytes + proposedOwner: linea_Bytes + proposedOwner_not: linea_Bytes + proposedOwner_in: [linea_Bytes!] + proposedOwner_not_in: [linea_Bytes!] + proposedOwner_contains: linea_Bytes + proposedOwner_not_contains: linea_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -101699,14 +101708,12 @@ input arbitrumgoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: arbitrumgoerli_AssetBalance_filter + assetBalances_: linea_AssetBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_Router_filter] - or: [arbitrumgoerli_Router_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_Router_orderBy { +enum linea_Router_orderBy { id isActive owner @@ -101716,13 +101723,13 @@ enum arbitrumgoerli_Router_orderBy { assetBalances } -type arbitrumgoerli_Sequencer { +type linea_Sequencer { id: ID! isActive: Boolean! - sequencer: arbitrumgoerli_Bytes + sequencer: linea_Bytes } -input arbitrumgoerli_Sequencer_filter { +input linea_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -101735,35 +101742,29 @@ input arbitrumgoerli_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: arbitrumgoerli_Bytes - sequencer_not: arbitrumgoerli_Bytes - sequencer_gt: arbitrumgoerli_Bytes - sequencer_lt: arbitrumgoerli_Bytes - sequencer_gte: arbitrumgoerli_Bytes - sequencer_lte: arbitrumgoerli_Bytes - sequencer_in: [arbitrumgoerli_Bytes!] - sequencer_not_in: [arbitrumgoerli_Bytes!] - sequencer_contains: arbitrumgoerli_Bytes - sequencer_not_contains: arbitrumgoerli_Bytes + sequencer: linea_Bytes + sequencer_not: linea_Bytes + sequencer_in: [linea_Bytes!] + sequencer_not_in: [linea_Bytes!] + sequencer_contains: linea_Bytes + sequencer_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_Sequencer_filter] - or: [arbitrumgoerli_Sequencer_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_Sequencer_orderBy { +enum linea_Sequencer_orderBy { id isActive sequencer } -type arbitrumgoerli_Setting { +type linea_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: arbitrumgoerli_Bytes! + caller: linea_Bytes! } -input arbitrumgoerli_Setting_filter { +input linea_Setting_filter { id: ID id_not: ID id_gt: ID @@ -101780,41 +101781,35 @@ input arbitrumgoerli_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: arbitrumgoerli_Bytes - caller_not: arbitrumgoerli_Bytes - caller_gt: arbitrumgoerli_Bytes - caller_lt: arbitrumgoerli_Bytes - caller_gte: arbitrumgoerli_Bytes - caller_lte: arbitrumgoerli_Bytes - caller_in: [arbitrumgoerli_Bytes!] - caller_not_in: [arbitrumgoerli_Bytes!] - caller_contains: arbitrumgoerli_Bytes - caller_not_contains: arbitrumgoerli_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_Setting_filter] - or: [arbitrumgoerli_Setting_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_Setting_orderBy { +enum linea_Setting_orderBy { id maxRoutersPerTransfer caller } -type arbitrumgoerli_SlippageUpdate { +type linea_SlippageUpdate { id: ID! - transfer: arbitrumgoerli_DestinationTransfer! + transfer: linea_DestinationTransfer! slippage: BigInt! - caller: arbitrumgoerli_Bytes! - transactionHash: arbitrumgoerli_Bytes! + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumgoerli_SlippageUpdate_filter { +input linea_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -101843,7 +101838,7 @@ input arbitrumgoerli_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumgoerli_DestinationTransfer_filter + transfer_: linea_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -101852,26 +101847,18 @@ input arbitrumgoerli_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: arbitrumgoerli_Bytes - caller_not: arbitrumgoerli_Bytes - caller_gt: arbitrumgoerli_Bytes - caller_lt: arbitrumgoerli_Bytes - caller_gte: arbitrumgoerli_Bytes - caller_lte: arbitrumgoerli_Bytes - caller_in: [arbitrumgoerli_Bytes!] - caller_not_in: [arbitrumgoerli_Bytes!] - caller_contains: arbitrumgoerli_Bytes - caller_not_contains: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes - transactionHash_not: arbitrumgoerli_Bytes - transactionHash_gt: arbitrumgoerli_Bytes - transactionHash_lt: arbitrumgoerli_Bytes - transactionHash_gte: arbitrumgoerli_Bytes - transactionHash_lte: arbitrumgoerli_Bytes - transactionHash_in: [arbitrumgoerli_Bytes!] - transactionHash_not_in: [arbitrumgoerli_Bytes!] - transactionHash_contains: arbitrumgoerli_Bytes - transactionHash_not_contains: arbitrumgoerli_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -101905,50 +101892,12 @@ input arbitrumgoerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_SlippageUpdate_filter] - or: [arbitrumgoerli_SlippageUpdate_filter] + _change_block: linea_BlockChangedFilter } -enum arbitrumgoerli_SlippageUpdate_orderBy { +enum linea_SlippageUpdate_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce slippage caller transactionHash @@ -101958,7 +101907,7 @@ enum arbitrumgoerli_SlippageUpdate_orderBy { blockNumber } -enum arbitrumgoerli_TransferStatus { +enum linea_TransferStatus { XCalled Executed Reconciled @@ -101966,9 +101915,9 @@ enum arbitrumgoerli_TransferStatus { CompletedFast } -type arbitrumgoerli__Block_ { +type linea__Block_ { """The hash of the block""" - hash: arbitrumgoerli_Bytes + hash: linea_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -101976,7 +101925,7 @@ type arbitrumgoerli__Block_ { } """The type for the top-level _meta field""" -type arbitrumgoerli__Meta_ { +type linea__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -101984,20 +101933,105 @@ type arbitrumgoerli__Meta_ { and therefore asks for the latest block """ - block: arbitrumgoerli__Block_! + block: linea__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type bnb_AggregateRoot { - id: ID! - root: bnb_Bytes! - blockNumber: BigInt! +type localmainnet_AggregateRoot { + id: ID! + root: localmainnet_Bytes! + blockNumber: BigInt! +} + +type localmainnet_AggregateRootProposed { + id: ID! + aggregateRoot: localmainnet_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input localmainnet_AggregateRootProposed_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!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AggregateRootProposed_filter] + or: [localmainnet_AggregateRootProposed_filter] +} + +enum localmainnet_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber } -input bnb_AggregateRoot_filter { +input localmainnet_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -102006,16 +102040,16 @@ input bnb_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: bnb_Bytes - root_not: bnb_Bytes - root_gt: bnb_Bytes - root_lt: bnb_Bytes - root_gte: bnb_Bytes - root_lte: bnb_Bytes - root_in: [bnb_Bytes!] - root_not_in: [bnb_Bytes!] - root_contains: bnb_Bytes - root_not_contains: bnb_Bytes + root: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -102025,42 +102059,41 @@ input bnb_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_AggregateRoot_filter] - or: [bnb_AggregateRoot_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AggregateRoot_filter] + or: [localmainnet_AggregateRoot_filter] } -enum bnb_AggregateRoot_orderBy { +enum localmainnet_AggregateRoot_orderBy { id root blockNumber } -type bnb_Asset { +type localmainnet_Asset { id: ID! - key: bnb_Bytes + key: localmainnet_Bytes decimal: BigInt - adoptedDecimal: BigInt - canonicalId: bnb_Bytes + canonicalId: localmainnet_Bytes canonicalDomain: BigInt - adoptedAsset: bnb_Bytes - localAsset: bnb_Bytes + adoptedAsset: localmainnet_Bytes + localAsset: localmainnet_Bytes blockNumber: BigInt - status: bnb_AssetStatus + status: localmainnet_AssetStatus } -type bnb_AssetBalance { +type localmainnet_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: bnb_Router! - asset: bnb_Asset! + router: localmainnet_Router! + asset: localmainnet_Asset! feesEarned: BigInt! } -input bnb_AssetBalance_filter { +input localmainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -102121,7 +102154,7 @@ input bnb_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: bnb_Router_filter + router_: localmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -102142,7 +102175,7 @@ input bnb_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter + asset_: localmainnet_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -102152,12 +102185,12 @@ input bnb_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_AssetBalance_filter] - or: [bnb_AssetBalance_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AssetBalance_filter] + or: [localmainnet_AssetBalance_filter] } -enum bnb_AssetBalance_orderBy { +enum localmainnet_AssetBalance_orderBy { id amount locked @@ -102174,7 +102207,6 @@ enum bnb_AssetBalance_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -102183,12 +102215,12 @@ enum bnb_AssetBalance_orderBy { feesEarned } -type bnb_AssetStatus { +type localmainnet_AssetStatus { id: ID! status: Boolean } -input bnb_AssetStatus_filter { +input localmainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -102202,17 +102234,17 @@ input bnb_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_AssetStatus_filter] - or: [bnb_AssetStatus_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AssetStatus_filter] + or: [localmainnet_AssetStatus_filter] } -enum bnb_AssetStatus_orderBy { +enum localmainnet_AssetStatus_orderBy { id status } -input bnb_Asset_filter { +input localmainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -102221,16 +102253,16 @@ input bnb_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: bnb_Bytes - key_not: bnb_Bytes - key_gt: bnb_Bytes - key_lt: bnb_Bytes - key_gte: bnb_Bytes - key_lte: bnb_Bytes - key_in: [bnb_Bytes!] - key_not_in: [bnb_Bytes!] - key_contains: bnb_Bytes - key_not_contains: bnb_Bytes + key: localmainnet_Bytes + key_not: localmainnet_Bytes + key_gt: localmainnet_Bytes + key_lt: localmainnet_Bytes + key_gte: localmainnet_Bytes + key_lte: localmainnet_Bytes + key_in: [localmainnet_Bytes!] + key_not_in: [localmainnet_Bytes!] + key_contains: localmainnet_Bytes + key_not_contains: localmainnet_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -102239,24 +102271,16 @@ input bnb_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: bnb_Bytes - canonicalId_not: bnb_Bytes - canonicalId_gt: bnb_Bytes - canonicalId_lt: bnb_Bytes - canonicalId_gte: bnb_Bytes - canonicalId_lte: bnb_Bytes - canonicalId_in: [bnb_Bytes!] - canonicalId_not_in: [bnb_Bytes!] - canonicalId_contains: bnb_Bytes - canonicalId_not_contains: bnb_Bytes + canonicalId: localmainnet_Bytes + canonicalId_not: localmainnet_Bytes + canonicalId_gt: localmainnet_Bytes + canonicalId_lt: localmainnet_Bytes + canonicalId_gte: localmainnet_Bytes + canonicalId_lte: localmainnet_Bytes + canonicalId_in: [localmainnet_Bytes!] + canonicalId_not_in: [localmainnet_Bytes!] + canonicalId_contains: localmainnet_Bytes + canonicalId_not_contains: localmainnet_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -102265,26 +102289,26 @@ input bnb_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: bnb_Bytes - adoptedAsset_not: bnb_Bytes - adoptedAsset_gt: bnb_Bytes - adoptedAsset_lt: bnb_Bytes - adoptedAsset_gte: bnb_Bytes - adoptedAsset_lte: bnb_Bytes - adoptedAsset_in: [bnb_Bytes!] - adoptedAsset_not_in: [bnb_Bytes!] - adoptedAsset_contains: bnb_Bytes - adoptedAsset_not_contains: bnb_Bytes - localAsset: bnb_Bytes - localAsset_not: bnb_Bytes - localAsset_gt: bnb_Bytes - localAsset_lt: bnb_Bytes - localAsset_gte: bnb_Bytes - localAsset_lte: bnb_Bytes - localAsset_in: [bnb_Bytes!] - localAsset_not_in: [bnb_Bytes!] - localAsset_contains: bnb_Bytes - localAsset_not_contains: bnb_Bytes + adoptedAsset: localmainnet_Bytes + adoptedAsset_not: localmainnet_Bytes + adoptedAsset_gt: localmainnet_Bytes + adoptedAsset_lt: localmainnet_Bytes + adoptedAsset_gte: localmainnet_Bytes + adoptedAsset_lte: localmainnet_Bytes + adoptedAsset_in: [localmainnet_Bytes!] + adoptedAsset_not_in: [localmainnet_Bytes!] + adoptedAsset_contains: localmainnet_Bytes + adoptedAsset_not_contains: localmainnet_Bytes + localAsset: localmainnet_Bytes + localAsset_not: localmainnet_Bytes + localAsset_gt: localmainnet_Bytes + localAsset_lt: localmainnet_Bytes + localAsset_gte: localmainnet_Bytes + localAsset_lte: localmainnet_Bytes + localAsset_in: [localmainnet_Bytes!] + localAsset_not_in: [localmainnet_Bytes!] + localAsset_contains: localmainnet_Bytes + localAsset_not_contains: localmainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -102313,18 +102337,17 @@ input bnb_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: bnb_AssetStatus_filter + status_: localmainnet_AssetStatus_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Asset_filter] - or: [bnb_Asset_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Asset_filter] + or: [localmainnet_Asset_filter] } -enum bnb_Asset_orderBy { +enum localmainnet_Asset_orderBy { id key decimal - adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -102335,30 +102358,16 @@ enum bnb_Asset_orderBy { status__status } -scalar bnb_BigDecimal - -input bnb_BlockChangedFilter { - number_gte: Int! -} - -input bnb_Block_height { - hash: bnb_Bytes - number: Int - number_gte: Int -} - -scalar bnb_Bytes - -type bnb_ConnectorMeta { +type localmainnet_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: bnb_Bytes - rootManager: bnb_Bytes - mirrorConnector: bnb_Bytes + amb: localmainnet_Bytes + rootManager: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes } -input bnb_ConnectorMeta_filter { +input localmainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -102383,43 +102392,43 @@ input bnb_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: bnb_Bytes - amb_not: bnb_Bytes - amb_gt: bnb_Bytes - amb_lt: bnb_Bytes - amb_gte: bnb_Bytes - amb_lte: bnb_Bytes - amb_in: [bnb_Bytes!] - amb_not_in: [bnb_Bytes!] - amb_contains: bnb_Bytes - amb_not_contains: bnb_Bytes - rootManager: bnb_Bytes - rootManager_not: bnb_Bytes - rootManager_gt: bnb_Bytes - rootManager_lt: bnb_Bytes - rootManager_gte: bnb_Bytes - rootManager_lte: bnb_Bytes - rootManager_in: [bnb_Bytes!] - rootManager_not_in: [bnb_Bytes!] - rootManager_contains: bnb_Bytes - rootManager_not_contains: bnb_Bytes - mirrorConnector: bnb_Bytes - mirrorConnector_not: bnb_Bytes - mirrorConnector_gt: bnb_Bytes - mirrorConnector_lt: bnb_Bytes - mirrorConnector_gte: bnb_Bytes - mirrorConnector_lte: bnb_Bytes - mirrorConnector_in: [bnb_Bytes!] - mirrorConnector_not_in: [bnb_Bytes!] - mirrorConnector_contains: bnb_Bytes - mirrorConnector_not_contains: bnb_Bytes + amb: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_ConnectorMeta_filter] - or: [bnb_ConnectorMeta_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_ConnectorMeta_filter] + or: [localmainnet_ConnectorMeta_filter] } -enum bnb_ConnectorMeta_orderBy { +enum localmainnet_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -102428,48 +102437,48 @@ enum bnb_ConnectorMeta_orderBy { mirrorConnector } -type bnb_DestinationTransfer { +type localmainnet_DestinationTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: localmainnet_Bytes nonce: BigInt - status: bnb_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: bnb_Router_orderBy, orderDirection: bnb_OrderDirection, where: bnb_Router_filter): [bnb_Router!] + status: localmainnet_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: localmainnet_Router_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_Router_filter): [localmainnet_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: bnb_Bytes - delegate: bnb_Bytes + to: localmainnet_Bytes + delegate: localmainnet_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: localmainnet_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: bnb_Bytes + originSender: localmainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset + canonicalId: localmainnet_Bytes + asset: localmainnet_Asset amount: BigInt routersFee: BigInt - executedCaller: bnb_Bytes - executedTransactionHash: bnb_Bytes + executedCaller: localmainnet_Bytes + executedTransactionHash: localmainnet_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: bnb_Bytes + executedTxOrigin: localmainnet_Bytes executedTxNonce: BigInt - reconciledCaller: bnb_Bytes - reconciledTransactionHash: bnb_Bytes + reconciledCaller: localmainnet_Bytes + reconciledTransactionHash: localmainnet_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: bnb_Bytes + reconciledTxOrigin: localmainnet_Bytes reconciledTxNonce: BigInt } -input bnb_DestinationTransfer_filter { +input localmainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -102486,16 +102495,16 @@ input bnb_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: bnb_Bytes - transferId_not: bnb_Bytes - transferId_gt: bnb_Bytes - transferId_lt: bnb_Bytes - transferId_gte: bnb_Bytes - transferId_lte: bnb_Bytes - transferId_in: [bnb_Bytes!] - transferId_not_in: [bnb_Bytes!] - transferId_contains: bnb_Bytes - transferId_not_contains: bnb_Bytes + transferId: localmainnet_Bytes + transferId_not: localmainnet_Bytes + transferId_gt: localmainnet_Bytes + transferId_lt: localmainnet_Bytes + transferId_gte: localmainnet_Bytes + transferId_lte: localmainnet_Bytes + transferId_in: [localmainnet_Bytes!] + transferId_not_in: [localmainnet_Bytes!] + transferId_contains: localmainnet_Bytes + transferId_not_contains: localmainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -102504,17 +102513,17 @@ input bnb_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: bnb_TransferStatus - status_not: bnb_TransferStatus - status_in: [bnb_TransferStatus!] - status_not_in: [bnb_TransferStatus!] + status: localmainnet_TransferStatus + status_not: localmainnet_TransferStatus + status_in: [localmainnet_TransferStatus!] + status_not_in: [localmainnet_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: bnb_Router_filter + routers_: localmainnet_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -102539,40 +102548,40 @@ input bnb_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: bnb_Bytes - to_not: bnb_Bytes - to_gt: bnb_Bytes - to_lt: bnb_Bytes - to_gte: bnb_Bytes - to_lte: bnb_Bytes - to_in: [bnb_Bytes!] - to_not_in: [bnb_Bytes!] - to_contains: bnb_Bytes - to_not_contains: bnb_Bytes - delegate: bnb_Bytes - delegate_not: bnb_Bytes - delegate_gt: bnb_Bytes - delegate_lt: bnb_Bytes - delegate_gte: bnb_Bytes - delegate_lte: bnb_Bytes - delegate_in: [bnb_Bytes!] - delegate_not_in: [bnb_Bytes!] - delegate_contains: bnb_Bytes - delegate_not_contains: bnb_Bytes + to: localmainnet_Bytes + to_not: localmainnet_Bytes + to_gt: localmainnet_Bytes + to_lt: localmainnet_Bytes + to_gte: localmainnet_Bytes + to_lte: localmainnet_Bytes + to_in: [localmainnet_Bytes!] + to_not_in: [localmainnet_Bytes!] + to_contains: localmainnet_Bytes + to_not_contains: localmainnet_Bytes + delegate: localmainnet_Bytes + delegate_not: localmainnet_Bytes + delegate_gt: localmainnet_Bytes + delegate_lt: localmainnet_Bytes + delegate_gte: localmainnet_Bytes + delegate_lte: localmainnet_Bytes + delegate_in: [localmainnet_Bytes!] + delegate_not_in: [localmainnet_Bytes!] + delegate_contains: localmainnet_Bytes + delegate_not_contains: localmainnet_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: bnb_Bytes - callData_not: bnb_Bytes - callData_gt: bnb_Bytes - callData_lt: bnb_Bytes - callData_gte: bnb_Bytes - callData_lte: bnb_Bytes - callData_in: [bnb_Bytes!] - callData_not_in: [bnb_Bytes!] - callData_contains: bnb_Bytes - callData_not_contains: bnb_Bytes + callData: localmainnet_Bytes + callData_not: localmainnet_Bytes + callData_gt: localmainnet_Bytes + callData_lt: localmainnet_Bytes + callData_gte: localmainnet_Bytes + callData_lte: localmainnet_Bytes + callData_in: [localmainnet_Bytes!] + callData_not_in: [localmainnet_Bytes!] + callData_contains: localmainnet_Bytes + callData_not_contains: localmainnet_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -102589,16 +102598,16 @@ input bnb_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: bnb_Bytes - originSender_not: bnb_Bytes - originSender_gt: bnb_Bytes - originSender_lt: bnb_Bytes - originSender_gte: bnb_Bytes - originSender_lte: bnb_Bytes - originSender_in: [bnb_Bytes!] - originSender_not_in: [bnb_Bytes!] - originSender_contains: bnb_Bytes - originSender_not_contains: bnb_Bytes + originSender: localmainnet_Bytes + originSender_not: localmainnet_Bytes + originSender_gt: localmainnet_Bytes + originSender_lt: localmainnet_Bytes + originSender_gte: localmainnet_Bytes + originSender_lte: localmainnet_Bytes + originSender_in: [localmainnet_Bytes!] + originSender_not_in: [localmainnet_Bytes!] + originSender_contains: localmainnet_Bytes + originSender_not_contains: localmainnet_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -102615,16 +102624,16 @@ input bnb_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: bnb_Bytes - canonicalId_not: bnb_Bytes - canonicalId_gt: bnb_Bytes - canonicalId_lt: bnb_Bytes - canonicalId_gte: bnb_Bytes - canonicalId_lte: bnb_Bytes - canonicalId_in: [bnb_Bytes!] - canonicalId_not_in: [bnb_Bytes!] - canonicalId_contains: bnb_Bytes - canonicalId_not_contains: bnb_Bytes + canonicalId: localmainnet_Bytes + canonicalId_not: localmainnet_Bytes + canonicalId_gt: localmainnet_Bytes + canonicalId_lt: localmainnet_Bytes + canonicalId_gte: localmainnet_Bytes + canonicalId_lte: localmainnet_Bytes + canonicalId_in: [localmainnet_Bytes!] + canonicalId_not_in: [localmainnet_Bytes!] + canonicalId_contains: localmainnet_Bytes + canonicalId_not_contains: localmainnet_Bytes asset: String asset_not: String asset_gt: String @@ -102645,7 +102654,7 @@ input bnb_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter + asset_: localmainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -102662,26 +102671,26 @@ input bnb_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: bnb_Bytes - executedCaller_not: bnb_Bytes - executedCaller_gt: bnb_Bytes - executedCaller_lt: bnb_Bytes - executedCaller_gte: bnb_Bytes - executedCaller_lte: bnb_Bytes - executedCaller_in: [bnb_Bytes!] - executedCaller_not_in: [bnb_Bytes!] - executedCaller_contains: bnb_Bytes - executedCaller_not_contains: bnb_Bytes - executedTransactionHash: bnb_Bytes - executedTransactionHash_not: bnb_Bytes - executedTransactionHash_gt: bnb_Bytes - executedTransactionHash_lt: bnb_Bytes - executedTransactionHash_gte: bnb_Bytes - executedTransactionHash_lte: bnb_Bytes - executedTransactionHash_in: [bnb_Bytes!] - executedTransactionHash_not_in: [bnb_Bytes!] - executedTransactionHash_contains: bnb_Bytes - executedTransactionHash_not_contains: bnb_Bytes + executedCaller: localmainnet_Bytes + executedCaller_not: localmainnet_Bytes + executedCaller_gt: localmainnet_Bytes + executedCaller_lt: localmainnet_Bytes + executedCaller_gte: localmainnet_Bytes + executedCaller_lte: localmainnet_Bytes + executedCaller_in: [localmainnet_Bytes!] + executedCaller_not_in: [localmainnet_Bytes!] + executedCaller_contains: localmainnet_Bytes + executedCaller_not_contains: localmainnet_Bytes + executedTransactionHash: localmainnet_Bytes + executedTransactionHash_not: localmainnet_Bytes + executedTransactionHash_gt: localmainnet_Bytes + executedTransactionHash_lt: localmainnet_Bytes + executedTransactionHash_gte: localmainnet_Bytes + executedTransactionHash_lte: localmainnet_Bytes + executedTransactionHash_in: [localmainnet_Bytes!] + executedTransactionHash_not_in: [localmainnet_Bytes!] + executedTransactionHash_contains: localmainnet_Bytes + executedTransactionHash_not_contains: localmainnet_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -102708,22 +102717,22 @@ input bnb_DestinationTransfer_filter { executedGasLimit_not_in: [BigInt!] executedBlockNumber: BigInt executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: bnb_Bytes - executedTxOrigin_not: bnb_Bytes - executedTxOrigin_gt: bnb_Bytes - executedTxOrigin_lt: bnb_Bytes - executedTxOrigin_gte: bnb_Bytes - executedTxOrigin_lte: bnb_Bytes - executedTxOrigin_in: [bnb_Bytes!] - executedTxOrigin_not_in: [bnb_Bytes!] - executedTxOrigin_contains: bnb_Bytes - executedTxOrigin_not_contains: bnb_Bytes + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: localmainnet_Bytes + executedTxOrigin_not: localmainnet_Bytes + executedTxOrigin_gt: localmainnet_Bytes + executedTxOrigin_lt: localmainnet_Bytes + executedTxOrigin_gte: localmainnet_Bytes + executedTxOrigin_lte: localmainnet_Bytes + executedTxOrigin_in: [localmainnet_Bytes!] + executedTxOrigin_not_in: [localmainnet_Bytes!] + executedTxOrigin_contains: localmainnet_Bytes + executedTxOrigin_not_contains: localmainnet_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -102732,26 +102741,26 @@ input bnb_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: bnb_Bytes - reconciledCaller_not: bnb_Bytes - reconciledCaller_gt: bnb_Bytes - reconciledCaller_lt: bnb_Bytes - reconciledCaller_gte: bnb_Bytes - reconciledCaller_lte: bnb_Bytes - reconciledCaller_in: [bnb_Bytes!] - reconciledCaller_not_in: [bnb_Bytes!] - reconciledCaller_contains: bnb_Bytes - reconciledCaller_not_contains: bnb_Bytes - reconciledTransactionHash: bnb_Bytes - reconciledTransactionHash_not: bnb_Bytes - reconciledTransactionHash_gt: bnb_Bytes - reconciledTransactionHash_lt: bnb_Bytes - reconciledTransactionHash_gte: bnb_Bytes - reconciledTransactionHash_lte: bnb_Bytes - reconciledTransactionHash_in: [bnb_Bytes!] - reconciledTransactionHash_not_in: [bnb_Bytes!] - reconciledTransactionHash_contains: bnb_Bytes - reconciledTransactionHash_not_contains: bnb_Bytes + reconciledCaller: localmainnet_Bytes + reconciledCaller_not: localmainnet_Bytes + reconciledCaller_gt: localmainnet_Bytes + reconciledCaller_lt: localmainnet_Bytes + reconciledCaller_gte: localmainnet_Bytes + reconciledCaller_lte: localmainnet_Bytes + reconciledCaller_in: [localmainnet_Bytes!] + reconciledCaller_not_in: [localmainnet_Bytes!] + reconciledCaller_contains: localmainnet_Bytes + reconciledCaller_not_contains: localmainnet_Bytes + reconciledTransactionHash: localmainnet_Bytes + reconciledTransactionHash_not: localmainnet_Bytes + reconciledTransactionHash_gt: localmainnet_Bytes + reconciledTransactionHash_lt: localmainnet_Bytes + reconciledTransactionHash_gte: localmainnet_Bytes + reconciledTransactionHash_lte: localmainnet_Bytes + reconciledTransactionHash_in: [localmainnet_Bytes!] + reconciledTransactionHash_not_in: [localmainnet_Bytes!] + reconciledTransactionHash_contains: localmainnet_Bytes + reconciledTransactionHash_not_contains: localmainnet_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -102784,16 +102793,16 @@ input bnb_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: bnb_Bytes - reconciledTxOrigin_not: bnb_Bytes - reconciledTxOrigin_gt: bnb_Bytes - reconciledTxOrigin_lt: bnb_Bytes - reconciledTxOrigin_gte: bnb_Bytes - reconciledTxOrigin_lte: bnb_Bytes - reconciledTxOrigin_in: [bnb_Bytes!] - reconciledTxOrigin_not_in: [bnb_Bytes!] - reconciledTxOrigin_contains: bnb_Bytes - reconciledTxOrigin_not_contains: bnb_Bytes + reconciledTxOrigin: localmainnet_Bytes + reconciledTxOrigin_not: localmainnet_Bytes + reconciledTxOrigin_gt: localmainnet_Bytes + reconciledTxOrigin_lt: localmainnet_Bytes + reconciledTxOrigin_gte: localmainnet_Bytes + reconciledTxOrigin_lte: localmainnet_Bytes + reconciledTxOrigin_in: [localmainnet_Bytes!] + reconciledTxOrigin_not_in: [localmainnet_Bytes!] + reconciledTxOrigin_contains: localmainnet_Bytes + reconciledTxOrigin_not_contains: localmainnet_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -102803,12 +102812,12 @@ input bnb_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_DestinationTransfer_filter] - or: [bnb_DestinationTransfer_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_DestinationTransfer_filter] + or: [localmainnet_DestinationTransfer_filter] } -enum bnb_DestinationTransfer_orderBy { +enum localmainnet_DestinationTransfer_orderBy { id chainId transferId @@ -102832,7 +102841,6 @@ enum bnb_DestinationTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -102858,32 +102866,75 @@ enum bnb_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer +type localmainnet_OptimisticRootFinalized { + id: ID! + aggregateRoot: localmainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} -""" -scalar bnb_Int8 +input localmainnet_OptimisticRootFinalized_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!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OptimisticRootFinalized_filter] + or: [localmainnet_OptimisticRootFinalized_filter] +} -"""Defines the order direction, either ascending or descending""" -enum bnb_OrderDirection { - asc - desc +enum localmainnet_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber } -type bnb_OriginMessage { +type localmainnet_OriginMessage { id: ID! - transferId: bnb_Bytes + transferId: localmainnet_Bytes destinationDomain: BigInt - leaf: bnb_Bytes + leaf: localmainnet_Bytes index: BigInt - message: bnb_Bytes - root: bnb_Bytes - transactionHash: bnb_Bytes + message: localmainnet_Bytes + root: localmainnet_Bytes + transactionHash: localmainnet_Bytes blockNumber: BigInt - rootCount: bnb_RootCount + rootCount: localmainnet_RootCount } -input bnb_OriginMessage_filter { +input localmainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -102892,16 +102943,16 @@ input bnb_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: bnb_Bytes - transferId_not: bnb_Bytes - transferId_gt: bnb_Bytes - transferId_lt: bnb_Bytes - transferId_gte: bnb_Bytes - transferId_lte: bnb_Bytes - transferId_in: [bnb_Bytes!] - transferId_not_in: [bnb_Bytes!] - transferId_contains: bnb_Bytes - transferId_not_contains: bnb_Bytes + transferId: localmainnet_Bytes + transferId_not: localmainnet_Bytes + transferId_gt: localmainnet_Bytes + transferId_lt: localmainnet_Bytes + transferId_gte: localmainnet_Bytes + transferId_lte: localmainnet_Bytes + transferId_in: [localmainnet_Bytes!] + transferId_not_in: [localmainnet_Bytes!] + transferId_contains: localmainnet_Bytes + transferId_not_contains: localmainnet_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -102910,16 +102961,16 @@ input bnb_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: bnb_Bytes - leaf_not: bnb_Bytes - leaf_gt: bnb_Bytes - leaf_lt: bnb_Bytes - leaf_gte: bnb_Bytes - leaf_lte: bnb_Bytes - leaf_in: [bnb_Bytes!] - leaf_not_in: [bnb_Bytes!] - leaf_contains: bnb_Bytes - leaf_not_contains: bnb_Bytes + leaf: localmainnet_Bytes + leaf_not: localmainnet_Bytes + leaf_gt: localmainnet_Bytes + leaf_lt: localmainnet_Bytes + leaf_gte: localmainnet_Bytes + leaf_lte: localmainnet_Bytes + leaf_in: [localmainnet_Bytes!] + leaf_not_in: [localmainnet_Bytes!] + leaf_contains: localmainnet_Bytes + leaf_not_contains: localmainnet_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -102928,36 +102979,36 @@ input bnb_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: bnb_Bytes - message_not: bnb_Bytes - message_gt: bnb_Bytes - message_lt: bnb_Bytes - message_gte: bnb_Bytes - message_lte: bnb_Bytes - message_in: [bnb_Bytes!] - message_not_in: [bnb_Bytes!] - message_contains: bnb_Bytes - message_not_contains: bnb_Bytes - root: bnb_Bytes - root_not: bnb_Bytes - root_gt: bnb_Bytes - root_lt: bnb_Bytes - root_gte: bnb_Bytes - root_lte: bnb_Bytes - root_in: [bnb_Bytes!] - root_not_in: [bnb_Bytes!] - root_contains: bnb_Bytes - root_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + message: localmainnet_Bytes + message_not: localmainnet_Bytes + message_gt: localmainnet_Bytes + message_lt: localmainnet_Bytes + message_gte: localmainnet_Bytes + message_lte: localmainnet_Bytes + message_in: [localmainnet_Bytes!] + message_not_in: [localmainnet_Bytes!] + message_contains: localmainnet_Bytes + message_not_contains: localmainnet_Bytes + root: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -102986,14 +103037,14 @@ input bnb_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: bnb_RootCount_filter + rootCount_: localmainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_OriginMessage_filter] - or: [bnb_OriginMessage_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OriginMessage_filter] + or: [localmainnet_OriginMessage_filter] } -enum bnb_OriginMessage_orderBy { +enum localmainnet_OriginMessage_orderBy { id transferId destinationDomain @@ -103008,42 +103059,42 @@ enum bnb_OriginMessage_orderBy { rootCount__count } -type bnb_OriginTransfer { +type localmainnet_OriginTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: localmainnet_Bytes nonce: BigInt - status: bnb_TransferStatus - messageHash: bnb_Bytes + status: localmainnet_TransferStatus + messageHash: localmainnet_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: bnb_Bytes - delegate: bnb_Bytes + to: localmainnet_Bytes + delegate: localmainnet_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: localmainnet_Bytes slippage: BigInt - originSender: bnb_Bytes + originSender: localmainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset - transactingAsset: bnb_Bytes - message: bnb_OriginMessage + canonicalId: localmainnet_Bytes + asset: localmainnet_Asset + transactingAsset: localmainnet_Bytes + message: localmainnet_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: bnb_RelayerFee_orderBy, orderDirection: bnb_OrderDirection, where: bnb_RelayerFee_filter): [bnb_RelayerFee!] - initialRelayerFeeAsset: bnb_Bytes - caller: bnb_Bytes - transactionHash: bnb_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: localmainnet_RelayerFee_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_RelayerFee_filter): [localmainnet_RelayerFee!] + initialRelayerFeeAsset: localmainnet_Bytes + caller: localmainnet_Bytes + transactionHash: localmainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: bnb_Bytes + txOrigin: localmainnet_Bytes txNonce: BigInt } -input bnb_OriginTransfer_filter { +input localmainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -103060,16 +103111,16 @@ input bnb_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: bnb_Bytes - transferId_not: bnb_Bytes - transferId_gt: bnb_Bytes - transferId_lt: bnb_Bytes - transferId_gte: bnb_Bytes - transferId_lte: bnb_Bytes - transferId_in: [bnb_Bytes!] - transferId_not_in: [bnb_Bytes!] - transferId_contains: bnb_Bytes - transferId_not_contains: bnb_Bytes + transferId: localmainnet_Bytes + transferId_not: localmainnet_Bytes + transferId_gt: localmainnet_Bytes + transferId_lt: localmainnet_Bytes + transferId_gte: localmainnet_Bytes + transferId_lte: localmainnet_Bytes + transferId_in: [localmainnet_Bytes!] + transferId_not_in: [localmainnet_Bytes!] + transferId_contains: localmainnet_Bytes + transferId_not_contains: localmainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -103078,20 +103129,20 @@ input bnb_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: bnb_TransferStatus - status_not: bnb_TransferStatus - status_in: [bnb_TransferStatus!] - status_not_in: [bnb_TransferStatus!] - messageHash: bnb_Bytes - messageHash_not: bnb_Bytes - messageHash_gt: bnb_Bytes - messageHash_lt: bnb_Bytes - messageHash_gte: bnb_Bytes - messageHash_lte: bnb_Bytes - messageHash_in: [bnb_Bytes!] - messageHash_not_in: [bnb_Bytes!] - messageHash_contains: bnb_Bytes - messageHash_not_contains: bnb_Bytes + status: localmainnet_TransferStatus + status_not: localmainnet_TransferStatus + status_in: [localmainnet_TransferStatus!] + status_not_in: [localmainnet_TransferStatus!] + messageHash: localmainnet_Bytes + messageHash_not: localmainnet_Bytes + messageHash_gt: localmainnet_Bytes + messageHash_lt: localmainnet_Bytes + messageHash_gte: localmainnet_Bytes + messageHash_lte: localmainnet_Bytes + messageHash_in: [localmainnet_Bytes!] + messageHash_not_in: [localmainnet_Bytes!] + messageHash_contains: localmainnet_Bytes + messageHash_not_contains: localmainnet_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -103116,40 +103167,40 @@ input bnb_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: bnb_Bytes - to_not: bnb_Bytes - to_gt: bnb_Bytes - to_lt: bnb_Bytes - to_gte: bnb_Bytes - to_lte: bnb_Bytes - to_in: [bnb_Bytes!] - to_not_in: [bnb_Bytes!] - to_contains: bnb_Bytes - to_not_contains: bnb_Bytes - delegate: bnb_Bytes - delegate_not: bnb_Bytes - delegate_gt: bnb_Bytes - delegate_lt: bnb_Bytes - delegate_gte: bnb_Bytes - delegate_lte: bnb_Bytes - delegate_in: [bnb_Bytes!] - delegate_not_in: [bnb_Bytes!] - delegate_contains: bnb_Bytes - delegate_not_contains: bnb_Bytes + to: localmainnet_Bytes + to_not: localmainnet_Bytes + to_gt: localmainnet_Bytes + to_lt: localmainnet_Bytes + to_gte: localmainnet_Bytes + to_lte: localmainnet_Bytes + to_in: [localmainnet_Bytes!] + to_not_in: [localmainnet_Bytes!] + to_contains: localmainnet_Bytes + to_not_contains: localmainnet_Bytes + delegate: localmainnet_Bytes + delegate_not: localmainnet_Bytes + delegate_gt: localmainnet_Bytes + delegate_lt: localmainnet_Bytes + delegate_gte: localmainnet_Bytes + delegate_lte: localmainnet_Bytes + delegate_in: [localmainnet_Bytes!] + delegate_not_in: [localmainnet_Bytes!] + delegate_contains: localmainnet_Bytes + delegate_not_contains: localmainnet_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: bnb_Bytes - callData_not: bnb_Bytes - callData_gt: bnb_Bytes - callData_lt: bnb_Bytes - callData_gte: bnb_Bytes - callData_lte: bnb_Bytes - callData_in: [bnb_Bytes!] - callData_not_in: [bnb_Bytes!] - callData_contains: bnb_Bytes - callData_not_contains: bnb_Bytes + callData: localmainnet_Bytes + callData_not: localmainnet_Bytes + callData_gt: localmainnet_Bytes + callData_lt: localmainnet_Bytes + callData_gte: localmainnet_Bytes + callData_lte: localmainnet_Bytes + callData_in: [localmainnet_Bytes!] + callData_not_in: [localmainnet_Bytes!] + callData_contains: localmainnet_Bytes + callData_not_contains: localmainnet_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -103158,16 +103209,16 @@ input bnb_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: bnb_Bytes - originSender_not: bnb_Bytes - originSender_gt: bnb_Bytes - originSender_lt: bnb_Bytes - originSender_gte: bnb_Bytes - originSender_lte: bnb_Bytes - originSender_in: [bnb_Bytes!] - originSender_not_in: [bnb_Bytes!] - originSender_contains: bnb_Bytes - originSender_not_contains: bnb_Bytes + originSender: localmainnet_Bytes + originSender_not: localmainnet_Bytes + originSender_gt: localmainnet_Bytes + originSender_lt: localmainnet_Bytes + originSender_gte: localmainnet_Bytes + originSender_lte: localmainnet_Bytes + originSender_in: [localmainnet_Bytes!] + originSender_not_in: [localmainnet_Bytes!] + originSender_contains: localmainnet_Bytes + originSender_not_contains: localmainnet_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -103184,16 +103235,16 @@ input bnb_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: bnb_Bytes - canonicalId_not: bnb_Bytes - canonicalId_gt: bnb_Bytes - canonicalId_lt: bnb_Bytes - canonicalId_gte: bnb_Bytes - canonicalId_lte: bnb_Bytes - canonicalId_in: [bnb_Bytes!] - canonicalId_not_in: [bnb_Bytes!] - canonicalId_contains: bnb_Bytes - canonicalId_not_contains: bnb_Bytes + canonicalId: localmainnet_Bytes + canonicalId_not: localmainnet_Bytes + canonicalId_gt: localmainnet_Bytes + canonicalId_lt: localmainnet_Bytes + canonicalId_gte: localmainnet_Bytes + canonicalId_lte: localmainnet_Bytes + canonicalId_in: [localmainnet_Bytes!] + canonicalId_not_in: [localmainnet_Bytes!] + canonicalId_contains: localmainnet_Bytes + canonicalId_not_contains: localmainnet_Bytes asset: String asset_not: String asset_gt: String @@ -103214,17 +103265,17 @@ input bnb_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter - transactingAsset: bnb_Bytes - transactingAsset_not: bnb_Bytes - transactingAsset_gt: bnb_Bytes - transactingAsset_lt: bnb_Bytes - transactingAsset_gte: bnb_Bytes - transactingAsset_lte: bnb_Bytes - transactingAsset_in: [bnb_Bytes!] - transactingAsset_not_in: [bnb_Bytes!] - transactingAsset_contains: bnb_Bytes - transactingAsset_not_contains: bnb_Bytes + asset_: localmainnet_Asset_filter + transactingAsset: localmainnet_Bytes + transactingAsset_not: localmainnet_Bytes + transactingAsset_gt: localmainnet_Bytes + transactingAsset_lt: localmainnet_Bytes + transactingAsset_gte: localmainnet_Bytes + transactingAsset_lte: localmainnet_Bytes + transactingAsset_in: [localmainnet_Bytes!] + transactingAsset_not_in: [localmainnet_Bytes!] + transactingAsset_contains: localmainnet_Bytes + transactingAsset_not_contains: localmainnet_Bytes message: String message_not: String message_gt: String @@ -103245,7 +103296,7 @@ input bnb_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: bnb_OriginMessage_filter + message_: localmainnet_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -103257,40 +103308,40 @@ input bnb_OriginTransfer_filter { relayerFees: [String!] relayerFees_not: [String!] relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: bnb_RelayerFee_filter - initialRelayerFeeAsset: bnb_Bytes - initialRelayerFeeAsset_not: bnb_Bytes - initialRelayerFeeAsset_gt: bnb_Bytes - initialRelayerFeeAsset_lt: bnb_Bytes - initialRelayerFeeAsset_gte: bnb_Bytes - initialRelayerFeeAsset_lte: bnb_Bytes - initialRelayerFeeAsset_in: [bnb_Bytes!] - initialRelayerFeeAsset_not_in: [bnb_Bytes!] - initialRelayerFeeAsset_contains: bnb_Bytes - initialRelayerFeeAsset_not_contains: bnb_Bytes - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: localmainnet_RelayerFee_filter + initialRelayerFeeAsset: localmainnet_Bytes + initialRelayerFeeAsset_not: localmainnet_Bytes + initialRelayerFeeAsset_gt: localmainnet_Bytes + initialRelayerFeeAsset_lt: localmainnet_Bytes + initialRelayerFeeAsset_gte: localmainnet_Bytes + initialRelayerFeeAsset_lte: localmainnet_Bytes + initialRelayerFeeAsset_in: [localmainnet_Bytes!] + initialRelayerFeeAsset_not_in: [localmainnet_Bytes!] + initialRelayerFeeAsset_contains: localmainnet_Bytes + initialRelayerFeeAsset_not_contains: localmainnet_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -103323,16 +103374,16 @@ input bnb_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: bnb_Bytes - txOrigin_not: bnb_Bytes - txOrigin_gt: bnb_Bytes - txOrigin_lt: bnb_Bytes - txOrigin_gte: bnb_Bytes - txOrigin_lte: bnb_Bytes - txOrigin_in: [bnb_Bytes!] - txOrigin_not_in: [bnb_Bytes!] - txOrigin_contains: bnb_Bytes - txOrigin_not_contains: bnb_Bytes + txOrigin: localmainnet_Bytes + txOrigin_not: localmainnet_Bytes + txOrigin_gt: localmainnet_Bytes + txOrigin_lt: localmainnet_Bytes + txOrigin_gte: localmainnet_Bytes + txOrigin_lte: localmainnet_Bytes + txOrigin_in: [localmainnet_Bytes!] + txOrigin_not_in: [localmainnet_Bytes!] + txOrigin_contains: localmainnet_Bytes + txOrigin_not_contains: localmainnet_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -103342,12 +103393,12 @@ input bnb_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_OriginTransfer_filter] - or: [bnb_OriginTransfer_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OriginTransfer_filter] + or: [localmainnet_OriginTransfer_filter] } -enum bnb_OriginTransfer_orderBy { +enum localmainnet_OriginTransfer_orderBy { id chainId transferId @@ -103370,7 +103421,6 @@ enum bnb_OriginTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -103400,20 +103450,20 @@ enum bnb_OriginTransfer_orderBy { txNonce } -type bnb_Relayer { +type localmainnet_Relayer { id: ID! isActive: Boolean! - relayer: bnb_Bytes + relayer: localmainnet_Bytes } -type bnb_RelayerFee { +type localmainnet_RelayerFee { id: ID! - transfer: bnb_OriginTransfer! + transfer: localmainnet_OriginTransfer! fee: BigInt! - asset: bnb_Bytes! + asset: localmainnet_Bytes! } -input bnb_RelayerFee_filter { +input localmainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -103442,7 +103492,7 @@ input bnb_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: bnb_OriginTransfer_filter + transfer_: localmainnet_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -103451,23 +103501,23 @@ input bnb_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: bnb_Bytes - asset_not: bnb_Bytes - asset_gt: bnb_Bytes - asset_lt: bnb_Bytes - asset_gte: bnb_Bytes - asset_lte: bnb_Bytes - asset_in: [bnb_Bytes!] - asset_not_in: [bnb_Bytes!] - asset_contains: bnb_Bytes - asset_not_contains: bnb_Bytes + asset: localmainnet_Bytes + asset_not: localmainnet_Bytes + asset_gt: localmainnet_Bytes + asset_lt: localmainnet_Bytes + asset_gte: localmainnet_Bytes + asset_lte: localmainnet_Bytes + asset_in: [localmainnet_Bytes!] + asset_not_in: [localmainnet_Bytes!] + asset_contains: localmainnet_Bytes + asset_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RelayerFee_filter] - or: [bnb_RelayerFee_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RelayerFee_filter] + or: [localmainnet_RelayerFee_filter] } -enum bnb_RelayerFee_orderBy { +enum localmainnet_RelayerFee_orderBy { id transfer transfer__id @@ -103503,20 +103553,20 @@ enum bnb_RelayerFee_orderBy { asset } -type bnb_RelayerFeesIncrease { +type localmainnet_RelayerFeesIncrease { id: ID! - transfer: bnb_OriginTransfer! + transfer: localmainnet_OriginTransfer! increase: BigInt - asset: bnb_Bytes - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + asset: localmainnet_Bytes + caller: localmainnet_Bytes! + transactionHash: localmainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_RelayerFeesIncrease_filter { +input localmainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -103545,7 +103595,7 @@ input bnb_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: bnb_OriginTransfer_filter + transfer_: localmainnet_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -103554,36 +103604,36 @@ input bnb_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: bnb_Bytes - asset_not: bnb_Bytes - asset_gt: bnb_Bytes - asset_lt: bnb_Bytes - asset_gte: bnb_Bytes - asset_lte: bnb_Bytes - asset_in: [bnb_Bytes!] - asset_not_in: [bnb_Bytes!] - asset_contains: bnb_Bytes - asset_not_contains: bnb_Bytes - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + asset: localmainnet_Bytes + asset_not: localmainnet_Bytes + asset_gt: localmainnet_Bytes + asset_lt: localmainnet_Bytes + asset_gte: localmainnet_Bytes + asset_lte: localmainnet_Bytes + asset_in: [localmainnet_Bytes!] + asset_not_in: [localmainnet_Bytes!] + asset_contains: localmainnet_Bytes + asset_not_contains: localmainnet_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -103617,12 +103667,12 @@ input bnb_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RelayerFeesIncrease_filter] - or: [bnb_RelayerFeesIncrease_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RelayerFeesIncrease_filter] + or: [localmainnet_RelayerFeesIncrease_filter] } -enum bnb_RelayerFeesIncrease_orderBy { +enum localmainnet_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -103664,7 +103714,7 @@ enum bnb_RelayerFeesIncrease_orderBy { blockNumber } -input bnb_Relayer_filter { +input localmainnet_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -103677,34 +103727,34 @@ input bnb_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: bnb_Bytes - relayer_not: bnb_Bytes - relayer_gt: bnb_Bytes - relayer_lt: bnb_Bytes - relayer_gte: bnb_Bytes - relayer_lte: bnb_Bytes - relayer_in: [bnb_Bytes!] - relayer_not_in: [bnb_Bytes!] - relayer_contains: bnb_Bytes - relayer_not_contains: bnb_Bytes + relayer: localmainnet_Bytes + relayer_not: localmainnet_Bytes + relayer_gt: localmainnet_Bytes + relayer_lt: localmainnet_Bytes + relayer_gte: localmainnet_Bytes + relayer_lte: localmainnet_Bytes + relayer_in: [localmainnet_Bytes!] + relayer_not_in: [localmainnet_Bytes!] + relayer_contains: localmainnet_Bytes + relayer_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Relayer_filter] - or: [bnb_Relayer_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Relayer_filter] + or: [localmainnet_Relayer_filter] } -enum bnb_Relayer_orderBy { +enum localmainnet_Relayer_orderBy { id isActive relayer } -type bnb_RootCount { +type localmainnet_RootCount { id: ID! count: BigInt } -input bnb_RootCount_filter { +input localmainnet_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -103722,31 +103772,31 @@ input bnb_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RootCount_filter] - or: [bnb_RootCount_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootCount_filter] + or: [localmainnet_RootCount_filter] } -enum bnb_RootCount_orderBy { +enum localmainnet_RootCount_orderBy { id count } -type bnb_RootMessageSent { +type localmainnet_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: bnb_Bytes + root: localmainnet_Bytes count: BigInt - caller: bnb_Bytes - transactionHash: bnb_Bytes + caller: localmainnet_Bytes + transactionHash: localmainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input bnb_RootMessageSent_filter { +input localmainnet_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -103771,16 +103821,16 @@ input bnb_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: bnb_Bytes - root_not: bnb_Bytes - root_gt: bnb_Bytes - root_lt: bnb_Bytes - root_gte: bnb_Bytes - root_lte: bnb_Bytes - root_in: [bnb_Bytes!] - root_not_in: [bnb_Bytes!] - root_contains: bnb_Bytes - root_not_contains: bnb_Bytes + root: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -103789,26 +103839,26 @@ input bnb_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -103842,12 +103892,12 @@ input bnb_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RootMessageSent_filter] - or: [bnb_RootMessageSent_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootMessageSent_filter] + or: [localmainnet_RootMessageSent_filter] } -enum bnb_RootMessageSent_orderBy { +enum localmainnet_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -103861,140 +103911,25 @@ enum bnb_RootMessageSent_orderBy { blockNumber } -type bnb_Router { +type localmainnet_Router { id: ID! isActive: Boolean! - owner: bnb_Bytes - recipient: bnb_Bytes - proposedOwner: bnb_Bytes + owner: localmainnet_Bytes + recipient: localmainnet_Bytes + proposedOwner: localmainnet_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: bnb_AssetBalance_orderBy, orderDirection: bnb_OrderDirection, where: bnb_AssetBalance_filter): [bnb_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: localmainnet_AssetBalance_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_AssetBalance_filter): [localmainnet_AssetBalance!]! } -type bnb_RouterDailyTVL { +type localmainnet_RouterDailyTVL { id: ID! - router: bnb_Router! - asset: bnb_Asset! + router: localmainnet_Router! + asset: localmainnet_Asset! timestamp: BigInt! balance: BigInt! } -input bnb_RouterDailyTVL_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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: bnb_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RouterDailyTVL_filter] - or: [bnb_RouterDailyTVL_filter] -} - -enum bnb_RouterDailyTVL_orderBy { - id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance -} - -type bnb_RouterLiquidityEvent { - id: ID! - type: bnb_RouterLiquidityEventType - router: bnb_Router! - asset: bnb_Asset! - amount: BigInt! - balance: BigInt! - caller: bnb_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: bnb_Bytes! - nonce: BigInt! -} - -enum bnb_RouterLiquidityEventType { - Add - Remove -} - -input bnb_RouterLiquidityEvent_filter { +input localmainnet_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -104003,10 +103938,6 @@ input bnb_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: bnb_RouterLiquidityEventType - type_not: bnb_RouterLiquidityEventType - type_in: [bnb_RouterLiquidityEventType!] - type_not_in: [bnb_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -104015,74 +103946,40 @@ input bnb_RouterLiquidityEvent_filter { router_lte: String router_in: [String!] router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: bnb_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: localmainnet_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: localmainnet_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -104091,33 +103988,22 @@ input bnb_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RouterLiquidityEvent_filter] - or: [bnb_RouterLiquidityEvent_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RouterDailyTVL_filter] + or: [localmainnet_RouterDailyTVL_filter] } -enum bnb_RouterLiquidityEvent_orderBy { +enum localmainnet_RouterDailyTVL_orderBy { id - type router router__id router__isActive @@ -104129,22 +104015,16 @@ enum bnb_RouterLiquidityEvent_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset asset__localAsset asset__blockNumber - amount - balance - caller - blockNumber timestamp - transactionHash - nonce + balance } -input bnb_Router_filter { +input localmainnet_Router_filter { id: ID id_not: ID id_gt: ID @@ -104157,36 +104037,36 @@ input bnb_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: bnb_Bytes - owner_not: bnb_Bytes - owner_gt: bnb_Bytes - owner_lt: bnb_Bytes - owner_gte: bnb_Bytes - owner_lte: bnb_Bytes - owner_in: [bnb_Bytes!] - owner_not_in: [bnb_Bytes!] - owner_contains: bnb_Bytes - owner_not_contains: bnb_Bytes - recipient: bnb_Bytes - recipient_not: bnb_Bytes - recipient_gt: bnb_Bytes - recipient_lt: bnb_Bytes - recipient_gte: bnb_Bytes - recipient_lte: bnb_Bytes - recipient_in: [bnb_Bytes!] - recipient_not_in: [bnb_Bytes!] - recipient_contains: bnb_Bytes - recipient_not_contains: bnb_Bytes - proposedOwner: bnb_Bytes - proposedOwner_not: bnb_Bytes - proposedOwner_gt: bnb_Bytes - proposedOwner_lt: bnb_Bytes - proposedOwner_gte: bnb_Bytes - proposedOwner_lte: bnb_Bytes - proposedOwner_in: [bnb_Bytes!] - proposedOwner_not_in: [bnb_Bytes!] - proposedOwner_contains: bnb_Bytes - proposedOwner_not_contains: bnb_Bytes + owner: localmainnet_Bytes + owner_not: localmainnet_Bytes + owner_gt: localmainnet_Bytes + owner_lt: localmainnet_Bytes + owner_gte: localmainnet_Bytes + owner_lte: localmainnet_Bytes + owner_in: [localmainnet_Bytes!] + owner_not_in: [localmainnet_Bytes!] + owner_contains: localmainnet_Bytes + owner_not_contains: localmainnet_Bytes + recipient: localmainnet_Bytes + recipient_not: localmainnet_Bytes + recipient_gt: localmainnet_Bytes + recipient_lt: localmainnet_Bytes + recipient_gte: localmainnet_Bytes + recipient_lte: localmainnet_Bytes + recipient_in: [localmainnet_Bytes!] + recipient_not_in: [localmainnet_Bytes!] + recipient_contains: localmainnet_Bytes + recipient_not_contains: localmainnet_Bytes + proposedOwner: localmainnet_Bytes + proposedOwner_not: localmainnet_Bytes + proposedOwner_gt: localmainnet_Bytes + proposedOwner_lt: localmainnet_Bytes + proposedOwner_gte: localmainnet_Bytes + proposedOwner_lte: localmainnet_Bytes + proposedOwner_in: [localmainnet_Bytes!] + proposedOwner_not_in: [localmainnet_Bytes!] + proposedOwner_contains: localmainnet_Bytes + proposedOwner_not_contains: localmainnet_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -104195,14 +104075,14 @@ input bnb_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: bnb_AssetBalance_filter + assetBalances_: localmainnet_AssetBalance_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Router_filter] - or: [bnb_Router_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Router_filter] + or: [localmainnet_Router_filter] } -enum bnb_Router_orderBy { +enum localmainnet_Router_orderBy { id isActive owner @@ -104212,13 +104092,13 @@ enum bnb_Router_orderBy { assetBalances } -type bnb_Sequencer { +type localmainnet_Sequencer { id: ID! isActive: Boolean! - sequencer: bnb_Bytes + sequencer: localmainnet_Bytes } -input bnb_Sequencer_filter { +input localmainnet_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -104231,35 +104111,35 @@ input bnb_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: bnb_Bytes - sequencer_not: bnb_Bytes - sequencer_gt: bnb_Bytes - sequencer_lt: bnb_Bytes - sequencer_gte: bnb_Bytes - sequencer_lte: bnb_Bytes - sequencer_in: [bnb_Bytes!] - sequencer_not_in: [bnb_Bytes!] - sequencer_contains: bnb_Bytes - sequencer_not_contains: bnb_Bytes + sequencer: localmainnet_Bytes + sequencer_not: localmainnet_Bytes + sequencer_gt: localmainnet_Bytes + sequencer_lt: localmainnet_Bytes + sequencer_gte: localmainnet_Bytes + sequencer_lte: localmainnet_Bytes + sequencer_in: [localmainnet_Bytes!] + sequencer_not_in: [localmainnet_Bytes!] + sequencer_contains: localmainnet_Bytes + sequencer_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Sequencer_filter] - or: [bnb_Sequencer_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Sequencer_filter] + or: [localmainnet_Sequencer_filter] } -enum bnb_Sequencer_orderBy { +enum localmainnet_Sequencer_orderBy { id isActive sequencer } -type bnb_Setting { +type localmainnet_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: bnb_Bytes! + caller: localmainnet_Bytes! } -input bnb_Setting_filter { +input localmainnet_Setting_filter { id: ID id_not: ID id_gt: ID @@ -104276,41 +104156,41 @@ input bnb_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Setting_filter] - or: [bnb_Setting_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Setting_filter] + or: [localmainnet_Setting_filter] } -enum bnb_Setting_orderBy { +enum localmainnet_Setting_orderBy { id maxRoutersPerTransfer caller } -type bnb_SlippageUpdate { +type localmainnet_SlippageUpdate { id: ID! - transfer: bnb_DestinationTransfer! + transfer: localmainnet_DestinationTransfer! slippage: BigInt! - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + caller: localmainnet_Bytes! + transactionHash: localmainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_SlippageUpdate_filter { +input localmainnet_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -104339,7 +104219,7 @@ input bnb_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: bnb_DestinationTransfer_filter + transfer_: localmainnet_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -104348,26 +104228,26 @@ input bnb_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -104401,99 +104281,279 @@ input bnb_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_SlippageUpdate_filter] - or: [bnb_SlippageUpdate_filter] + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_SlippageUpdate_filter] + or: [localmainnet_SlippageUpdate_filter] +} + +enum localmainnet_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type localmainnet_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: localmainnet_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input localmainnet_SnapshotRoot_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!] + root: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_SnapshotRoot_filter] + or: [localmainnet_SnapshotRoot_filter] +} + +enum localmainnet_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type localmainnet_SpokeConnectorMode { + id: ID! + mode: String! +} + +input localmainnet_SpokeConnectorMode_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!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_SpokeConnectorMode_filter] + or: [localmainnet_SpokeConnectorMode_filter] +} + +enum localmainnet_SpokeConnectorMode_orderBy { + id + mode +} + +enum localmainnet_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type localoptimism_AggregateRoot { + id: ID! + root: localoptimism_Bytes! + blockNumber: BigInt! +} + +type localoptimism_AggregateRootProposed { + id: ID! + aggregateRoot: localoptimism_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input localoptimism_AggregateRootProposed_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!] + aggregateRoot: localoptimism_Bytes + aggregateRoot_not: localoptimism_Bytes + aggregateRoot_gt: localoptimism_Bytes + aggregateRoot_lt: localoptimism_Bytes + aggregateRoot_gte: localoptimism_Bytes + aggregateRoot_lte: localoptimism_Bytes + aggregateRoot_in: [localoptimism_Bytes!] + aggregateRoot_not_in: [localoptimism_Bytes!] + aggregateRoot_contains: localoptimism_Bytes + aggregateRoot_not_contains: localoptimism_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_AggregateRootProposed_filter] + or: [localoptimism_AggregateRootProposed_filter] } -enum bnb_SlippageUpdate_orderBy { +enum localoptimism_AggregateRootProposed_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash + aggregateRoot + rootTimestamp + endOfDispute + domain timestamp - gasPrice - gasLimit blockNumber } -enum bnb_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type bnb__Block_ { - """The hash of the block""" - hash: bnb_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type bnb__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: bnb__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type mainnet_AggregateRoot { - id: ID! - root: mainnet_Bytes! - blockNumber: BigInt! -} - -input mainnet_AggregateRoot_filter { +input localoptimism_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -104502,16 +104562,16 @@ input mainnet_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes + root: localoptimism_Bytes + root_not: localoptimism_Bytes + root_gt: localoptimism_Bytes + root_lt: localoptimism_Bytes + root_gte: localoptimism_Bytes + root_lte: localoptimism_Bytes + root_in: [localoptimism_Bytes!] + root_not_in: [localoptimism_Bytes!] + root_contains: localoptimism_Bytes + root_not_contains: localoptimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -104521,42 +104581,41 @@ input mainnet_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregateRoot_filter] - or: [mainnet_AggregateRoot_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_AggregateRoot_filter] + or: [localoptimism_AggregateRoot_filter] } -enum mainnet_AggregateRoot_orderBy { +enum localoptimism_AggregateRoot_orderBy { id root blockNumber } -type mainnet_Asset { +type localoptimism_Asset { id: ID! - key: mainnet_Bytes + key: localoptimism_Bytes decimal: BigInt - adoptedDecimal: BigInt - canonicalId: mainnet_Bytes + canonicalId: localoptimism_Bytes canonicalDomain: BigInt - adoptedAsset: mainnet_Bytes - localAsset: mainnet_Bytes + adoptedAsset: localoptimism_Bytes + localAsset: localoptimism_Bytes blockNumber: BigInt - status: mainnet_AssetStatus + status: localoptimism_AssetStatus } -type mainnet_AssetBalance { +type localoptimism_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mainnet_Router! - asset: mainnet_Asset! + router: localoptimism_Router! + asset: localoptimism_Asset! feesEarned: BigInt! } -input mainnet_AssetBalance_filter { +input localoptimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -104617,7 +104676,7 @@ input mainnet_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mainnet_Router_filter + router_: localoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -104638,7 +104697,7 @@ input mainnet_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter + asset_: localoptimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -104648,12 +104707,12 @@ input mainnet_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AssetBalance_filter] - or: [mainnet_AssetBalance_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_AssetBalance_filter] + or: [localoptimism_AssetBalance_filter] } -enum mainnet_AssetBalance_orderBy { +enum localoptimism_AssetBalance_orderBy { id amount locked @@ -104670,7 +104729,6 @@ enum mainnet_AssetBalance_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -104679,12 +104737,12 @@ enum mainnet_AssetBalance_orderBy { feesEarned } -type mainnet_AssetStatus { +type localoptimism_AssetStatus { id: ID! status: Boolean } -input mainnet_AssetStatus_filter { +input localoptimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -104698,17 +104756,17 @@ input mainnet_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AssetStatus_filter] - or: [mainnet_AssetStatus_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_AssetStatus_filter] + or: [localoptimism_AssetStatus_filter] } -enum mainnet_AssetStatus_orderBy { +enum localoptimism_AssetStatus_orderBy { id status } -input mainnet_Asset_filter { +input localoptimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -104717,16 +104775,16 @@ input mainnet_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: mainnet_Bytes - key_not: mainnet_Bytes - key_gt: mainnet_Bytes - key_lt: mainnet_Bytes - key_gte: mainnet_Bytes - key_lte: mainnet_Bytes - key_in: [mainnet_Bytes!] - key_not_in: [mainnet_Bytes!] - key_contains: mainnet_Bytes - key_not_contains: mainnet_Bytes + key: localoptimism_Bytes + key_not: localoptimism_Bytes + key_gt: localoptimism_Bytes + key_lt: localoptimism_Bytes + key_gte: localoptimism_Bytes + key_lte: localoptimism_Bytes + key_in: [localoptimism_Bytes!] + key_not_in: [localoptimism_Bytes!] + key_contains: localoptimism_Bytes + key_not_contains: localoptimism_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -104735,24 +104793,16 @@ input mainnet_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: mainnet_Bytes - canonicalId_not: mainnet_Bytes - canonicalId_gt: mainnet_Bytes - canonicalId_lt: mainnet_Bytes - canonicalId_gte: mainnet_Bytes - canonicalId_lte: mainnet_Bytes - canonicalId_in: [mainnet_Bytes!] - canonicalId_not_in: [mainnet_Bytes!] - canonicalId_contains: mainnet_Bytes - canonicalId_not_contains: mainnet_Bytes + canonicalId: localoptimism_Bytes + canonicalId_not: localoptimism_Bytes + canonicalId_gt: localoptimism_Bytes + canonicalId_lt: localoptimism_Bytes + canonicalId_gte: localoptimism_Bytes + canonicalId_lte: localoptimism_Bytes + canonicalId_in: [localoptimism_Bytes!] + canonicalId_not_in: [localoptimism_Bytes!] + canonicalId_contains: localoptimism_Bytes + canonicalId_not_contains: localoptimism_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -104761,26 +104811,26 @@ input mainnet_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: mainnet_Bytes - adoptedAsset_not: mainnet_Bytes - adoptedAsset_gt: mainnet_Bytes - adoptedAsset_lt: mainnet_Bytes - adoptedAsset_gte: mainnet_Bytes - adoptedAsset_lte: mainnet_Bytes - adoptedAsset_in: [mainnet_Bytes!] - adoptedAsset_not_in: [mainnet_Bytes!] - adoptedAsset_contains: mainnet_Bytes - adoptedAsset_not_contains: mainnet_Bytes - localAsset: mainnet_Bytes - localAsset_not: mainnet_Bytes - localAsset_gt: mainnet_Bytes - localAsset_lt: mainnet_Bytes - localAsset_gte: mainnet_Bytes - localAsset_lte: mainnet_Bytes - localAsset_in: [mainnet_Bytes!] - localAsset_not_in: [mainnet_Bytes!] - localAsset_contains: mainnet_Bytes - localAsset_not_contains: mainnet_Bytes + adoptedAsset: localoptimism_Bytes + adoptedAsset_not: localoptimism_Bytes + adoptedAsset_gt: localoptimism_Bytes + adoptedAsset_lt: localoptimism_Bytes + adoptedAsset_gte: localoptimism_Bytes + adoptedAsset_lte: localoptimism_Bytes + adoptedAsset_in: [localoptimism_Bytes!] + adoptedAsset_not_in: [localoptimism_Bytes!] + adoptedAsset_contains: localoptimism_Bytes + adoptedAsset_not_contains: localoptimism_Bytes + localAsset: localoptimism_Bytes + localAsset_not: localoptimism_Bytes + localAsset_gt: localoptimism_Bytes + localAsset_lt: localoptimism_Bytes + localAsset_gte: localoptimism_Bytes + localAsset_lte: localoptimism_Bytes + localAsset_in: [localoptimism_Bytes!] + localAsset_not_in: [localoptimism_Bytes!] + localAsset_contains: localoptimism_Bytes + localAsset_not_contains: localoptimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -104809,18 +104859,17 @@ input mainnet_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: mainnet_AssetStatus_filter + status_: localoptimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Asset_filter] - or: [mainnet_Asset_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Asset_filter] + or: [localoptimism_Asset_filter] } -enum mainnet_Asset_orderBy { +enum localoptimism_Asset_orderBy { id key decimal - adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -104831,16 +104880,30 @@ enum mainnet_Asset_orderBy { status__status } -type mainnet_ConnectorMeta { +scalar localoptimism_BigDecimal + +input localoptimism_BlockChangedFilter { + number_gte: Int! +} + +input localoptimism_Block_height { + hash: localoptimism_Bytes + number: Int + number_gte: Int +} + +scalar localoptimism_Bytes + +type localoptimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mainnet_Bytes - rootManager: mainnet_Bytes - mirrorConnector: mainnet_Bytes + amb: localoptimism_Bytes + rootManager: localoptimism_Bytes + mirrorConnector: localoptimism_Bytes } -input mainnet_ConnectorMeta_filter { +input localoptimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -104865,43 +104928,43 @@ input mainnet_ConnectorMeta_filter { 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 + amb: localoptimism_Bytes + amb_not: localoptimism_Bytes + amb_gt: localoptimism_Bytes + amb_lt: localoptimism_Bytes + amb_gte: localoptimism_Bytes + amb_lte: localoptimism_Bytes + amb_in: [localoptimism_Bytes!] + amb_not_in: [localoptimism_Bytes!] + amb_contains: localoptimism_Bytes + amb_not_contains: localoptimism_Bytes + rootManager: localoptimism_Bytes + rootManager_not: localoptimism_Bytes + rootManager_gt: localoptimism_Bytes + rootManager_lt: localoptimism_Bytes + rootManager_gte: localoptimism_Bytes + rootManager_lte: localoptimism_Bytes + rootManager_in: [localoptimism_Bytes!] + rootManager_not_in: [localoptimism_Bytes!] + rootManager_contains: localoptimism_Bytes + rootManager_not_contains: localoptimism_Bytes + mirrorConnector: localoptimism_Bytes + mirrorConnector_not: localoptimism_Bytes + mirrorConnector_gt: localoptimism_Bytes + mirrorConnector_lt: localoptimism_Bytes + mirrorConnector_gte: localoptimism_Bytes + mirrorConnector_lte: localoptimism_Bytes + mirrorConnector_in: [localoptimism_Bytes!] + mirrorConnector_not_in: [localoptimism_Bytes!] + mirrorConnector_contains: localoptimism_Bytes + mirrorConnector_not_contains: localoptimism_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_ConnectorMeta_filter] - or: [mainnet_ConnectorMeta_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_ConnectorMeta_filter] + or: [localoptimism_ConnectorMeta_filter] } -enum mainnet_ConnectorMeta_orderBy { +enum localoptimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -104910,48 +104973,48 @@ enum mainnet_ConnectorMeta_orderBy { mirrorConnector } -type mainnet_DestinationTransfer { +type localoptimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: mainnet_Bytes + transferId: localoptimism_Bytes nonce: BigInt - status: mainnet_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: mainnet_Router_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_Router_filter): [mainnet_Router!] + status: localoptimism_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: localoptimism_Router_orderBy, orderDirection: localoptimism_OrderDirection, where: localoptimism_Router_filter): [localoptimism_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mainnet_Bytes - delegate: mainnet_Bytes + to: localoptimism_Bytes + delegate: localoptimism_Bytes receiveLocal: Boolean - callData: mainnet_Bytes + callData: localoptimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mainnet_Bytes + originSender: localoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset + canonicalId: localoptimism_Bytes + asset: localoptimism_Asset amount: BigInt routersFee: BigInt - executedCaller: mainnet_Bytes - executedTransactionHash: mainnet_Bytes + executedCaller: localoptimism_Bytes + executedTransactionHash: localoptimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mainnet_Bytes + executedTxOrigin: localoptimism_Bytes executedTxNonce: BigInt - reconciledCaller: mainnet_Bytes - reconciledTransactionHash: mainnet_Bytes + reconciledCaller: localoptimism_Bytes + reconciledTransactionHash: localoptimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mainnet_Bytes + reconciledTxOrigin: localoptimism_Bytes reconciledTxNonce: BigInt } -input mainnet_DestinationTransfer_filter { +input localoptimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -104968,16 +105031,16 @@ input mainnet_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mainnet_Bytes - transferId_not: mainnet_Bytes - transferId_gt: mainnet_Bytes - transferId_lt: mainnet_Bytes - transferId_gte: mainnet_Bytes - transferId_lte: mainnet_Bytes - transferId_in: [mainnet_Bytes!] - transferId_not_in: [mainnet_Bytes!] - transferId_contains: mainnet_Bytes - transferId_not_contains: mainnet_Bytes + transferId: localoptimism_Bytes + transferId_not: localoptimism_Bytes + transferId_gt: localoptimism_Bytes + transferId_lt: localoptimism_Bytes + transferId_gte: localoptimism_Bytes + transferId_lte: localoptimism_Bytes + transferId_in: [localoptimism_Bytes!] + transferId_not_in: [localoptimism_Bytes!] + transferId_contains: localoptimism_Bytes + transferId_not_contains: localoptimism_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -104986,17 +105049,17 @@ input mainnet_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mainnet_TransferStatus - status_not: mainnet_TransferStatus - status_in: [mainnet_TransferStatus!] - status_not_in: [mainnet_TransferStatus!] + status: localoptimism_TransferStatus + status_not: localoptimism_TransferStatus + status_in: [localoptimism_TransferStatus!] + status_not_in: [localoptimism_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: mainnet_Router_filter + routers_: localoptimism_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -105021,40 +105084,40 @@ input mainnet_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mainnet_Bytes - to_not: mainnet_Bytes - to_gt: mainnet_Bytes - to_lt: mainnet_Bytes - to_gte: mainnet_Bytes - to_lte: mainnet_Bytes - to_in: [mainnet_Bytes!] - to_not_in: [mainnet_Bytes!] - to_contains: mainnet_Bytes - to_not_contains: mainnet_Bytes - delegate: mainnet_Bytes - delegate_not: mainnet_Bytes - delegate_gt: mainnet_Bytes - delegate_lt: mainnet_Bytes - delegate_gte: mainnet_Bytes - delegate_lte: mainnet_Bytes - delegate_in: [mainnet_Bytes!] - delegate_not_in: [mainnet_Bytes!] - delegate_contains: mainnet_Bytes - delegate_not_contains: mainnet_Bytes + to: localoptimism_Bytes + to_not: localoptimism_Bytes + to_gt: localoptimism_Bytes + to_lt: localoptimism_Bytes + to_gte: localoptimism_Bytes + to_lte: localoptimism_Bytes + to_in: [localoptimism_Bytes!] + to_not_in: [localoptimism_Bytes!] + to_contains: localoptimism_Bytes + to_not_contains: localoptimism_Bytes + delegate: localoptimism_Bytes + delegate_not: localoptimism_Bytes + delegate_gt: localoptimism_Bytes + delegate_lt: localoptimism_Bytes + delegate_gte: localoptimism_Bytes + delegate_lte: localoptimism_Bytes + delegate_in: [localoptimism_Bytes!] + delegate_not_in: [localoptimism_Bytes!] + delegate_contains: localoptimism_Bytes + delegate_not_contains: localoptimism_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: mainnet_Bytes - callData_not: mainnet_Bytes - callData_gt: mainnet_Bytes - callData_lt: mainnet_Bytes - callData_gte: mainnet_Bytes - callData_lte: mainnet_Bytes - callData_in: [mainnet_Bytes!] - callData_not_in: [mainnet_Bytes!] - callData_contains: mainnet_Bytes - callData_not_contains: mainnet_Bytes + callData: localoptimism_Bytes + callData_not: localoptimism_Bytes + callData_gt: localoptimism_Bytes + callData_lt: localoptimism_Bytes + callData_gte: localoptimism_Bytes + callData_lte: localoptimism_Bytes + callData_in: [localoptimism_Bytes!] + callData_not_in: [localoptimism_Bytes!] + callData_contains: localoptimism_Bytes + callData_not_contains: localoptimism_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -105069,18 +105132,18 @@ input mainnet_DestinationTransfer_filter { bumpSlippageCount_lt: BigInt bumpSlippageCount_gte: BigInt bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: mainnet_Bytes - originSender_not: mainnet_Bytes - originSender_gt: mainnet_Bytes - originSender_lt: mainnet_Bytes - originSender_gte: mainnet_Bytes - originSender_lte: mainnet_Bytes - originSender_in: [mainnet_Bytes!] - originSender_not_in: [mainnet_Bytes!] - originSender_contains: mainnet_Bytes - originSender_not_contains: mainnet_Bytes + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: localoptimism_Bytes + originSender_not: localoptimism_Bytes + originSender_gt: localoptimism_Bytes + originSender_lt: localoptimism_Bytes + originSender_gte: localoptimism_Bytes + originSender_lte: localoptimism_Bytes + originSender_in: [localoptimism_Bytes!] + originSender_not_in: [localoptimism_Bytes!] + originSender_contains: localoptimism_Bytes + originSender_not_contains: localoptimism_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -105097,16 +105160,16 @@ input mainnet_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mainnet_Bytes - canonicalId_not: mainnet_Bytes - canonicalId_gt: mainnet_Bytes - canonicalId_lt: mainnet_Bytes - canonicalId_gte: mainnet_Bytes - canonicalId_lte: mainnet_Bytes - canonicalId_in: [mainnet_Bytes!] - canonicalId_not_in: [mainnet_Bytes!] - canonicalId_contains: mainnet_Bytes - canonicalId_not_contains: mainnet_Bytes + canonicalId: localoptimism_Bytes + canonicalId_not: localoptimism_Bytes + canonicalId_gt: localoptimism_Bytes + canonicalId_lt: localoptimism_Bytes + canonicalId_gte: localoptimism_Bytes + canonicalId_lte: localoptimism_Bytes + canonicalId_in: [localoptimism_Bytes!] + canonicalId_not_in: [localoptimism_Bytes!] + canonicalId_contains: localoptimism_Bytes + canonicalId_not_contains: localoptimism_Bytes asset: String asset_not: String asset_gt: String @@ -105127,7 +105190,7 @@ input mainnet_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter + asset_: localoptimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -105144,26 +105207,26 @@ input mainnet_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: mainnet_Bytes - executedCaller_not: mainnet_Bytes - executedCaller_gt: mainnet_Bytes - executedCaller_lt: mainnet_Bytes - executedCaller_gte: mainnet_Bytes - executedCaller_lte: mainnet_Bytes - executedCaller_in: [mainnet_Bytes!] - executedCaller_not_in: [mainnet_Bytes!] - executedCaller_contains: mainnet_Bytes - executedCaller_not_contains: mainnet_Bytes - executedTransactionHash: mainnet_Bytes - executedTransactionHash_not: mainnet_Bytes - executedTransactionHash_gt: mainnet_Bytes - executedTransactionHash_lt: mainnet_Bytes - executedTransactionHash_gte: mainnet_Bytes - executedTransactionHash_lte: mainnet_Bytes - executedTransactionHash_in: [mainnet_Bytes!] - executedTransactionHash_not_in: [mainnet_Bytes!] - executedTransactionHash_contains: mainnet_Bytes - executedTransactionHash_not_contains: mainnet_Bytes + executedCaller: localoptimism_Bytes + executedCaller_not: localoptimism_Bytes + executedCaller_gt: localoptimism_Bytes + executedCaller_lt: localoptimism_Bytes + executedCaller_gte: localoptimism_Bytes + executedCaller_lte: localoptimism_Bytes + executedCaller_in: [localoptimism_Bytes!] + executedCaller_not_in: [localoptimism_Bytes!] + executedCaller_contains: localoptimism_Bytes + executedCaller_not_contains: localoptimism_Bytes + executedTransactionHash: localoptimism_Bytes + executedTransactionHash_not: localoptimism_Bytes + executedTransactionHash_gt: localoptimism_Bytes + executedTransactionHash_lt: localoptimism_Bytes + executedTransactionHash_gte: localoptimism_Bytes + executedTransactionHash_lte: localoptimism_Bytes + executedTransactionHash_in: [localoptimism_Bytes!] + executedTransactionHash_not_in: [localoptimism_Bytes!] + executedTransactionHash_contains: localoptimism_Bytes + executedTransactionHash_not_contains: localoptimism_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -105196,16 +105259,16 @@ input mainnet_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: mainnet_Bytes - executedTxOrigin_not: mainnet_Bytes - executedTxOrigin_gt: mainnet_Bytes - executedTxOrigin_lt: mainnet_Bytes - executedTxOrigin_gte: mainnet_Bytes - executedTxOrigin_lte: mainnet_Bytes - executedTxOrigin_in: [mainnet_Bytes!] - executedTxOrigin_not_in: [mainnet_Bytes!] - executedTxOrigin_contains: mainnet_Bytes - executedTxOrigin_not_contains: mainnet_Bytes + executedTxOrigin: localoptimism_Bytes + executedTxOrigin_not: localoptimism_Bytes + executedTxOrigin_gt: localoptimism_Bytes + executedTxOrigin_lt: localoptimism_Bytes + executedTxOrigin_gte: localoptimism_Bytes + executedTxOrigin_lte: localoptimism_Bytes + executedTxOrigin_in: [localoptimism_Bytes!] + executedTxOrigin_not_in: [localoptimism_Bytes!] + executedTxOrigin_contains: localoptimism_Bytes + executedTxOrigin_not_contains: localoptimism_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -105214,26 +105277,26 @@ input mainnet_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: mainnet_Bytes - reconciledCaller_not: mainnet_Bytes - reconciledCaller_gt: mainnet_Bytes - reconciledCaller_lt: mainnet_Bytes - reconciledCaller_gte: mainnet_Bytes - reconciledCaller_lte: mainnet_Bytes - reconciledCaller_in: [mainnet_Bytes!] - reconciledCaller_not_in: [mainnet_Bytes!] - reconciledCaller_contains: mainnet_Bytes - reconciledCaller_not_contains: mainnet_Bytes - reconciledTransactionHash: mainnet_Bytes - reconciledTransactionHash_not: mainnet_Bytes - reconciledTransactionHash_gt: mainnet_Bytes - reconciledTransactionHash_lt: mainnet_Bytes - reconciledTransactionHash_gte: mainnet_Bytes - reconciledTransactionHash_lte: mainnet_Bytes - reconciledTransactionHash_in: [mainnet_Bytes!] - reconciledTransactionHash_not_in: [mainnet_Bytes!] - reconciledTransactionHash_contains: mainnet_Bytes - reconciledTransactionHash_not_contains: mainnet_Bytes + reconciledCaller: localoptimism_Bytes + reconciledCaller_not: localoptimism_Bytes + reconciledCaller_gt: localoptimism_Bytes + reconciledCaller_lt: localoptimism_Bytes + reconciledCaller_gte: localoptimism_Bytes + reconciledCaller_lte: localoptimism_Bytes + reconciledCaller_in: [localoptimism_Bytes!] + reconciledCaller_not_in: [localoptimism_Bytes!] + reconciledCaller_contains: localoptimism_Bytes + reconciledCaller_not_contains: localoptimism_Bytes + reconciledTransactionHash: localoptimism_Bytes + reconciledTransactionHash_not: localoptimism_Bytes + reconciledTransactionHash_gt: localoptimism_Bytes + reconciledTransactionHash_lt: localoptimism_Bytes + reconciledTransactionHash_gte: localoptimism_Bytes + reconciledTransactionHash_lte: localoptimism_Bytes + reconciledTransactionHash_in: [localoptimism_Bytes!] + reconciledTransactionHash_not_in: [localoptimism_Bytes!] + reconciledTransactionHash_contains: localoptimism_Bytes + reconciledTransactionHash_not_contains: localoptimism_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -105266,16 +105329,16 @@ input mainnet_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: mainnet_Bytes - reconciledTxOrigin_not: mainnet_Bytes - reconciledTxOrigin_gt: mainnet_Bytes - reconciledTxOrigin_lt: mainnet_Bytes - reconciledTxOrigin_gte: mainnet_Bytes - reconciledTxOrigin_lte: mainnet_Bytes - reconciledTxOrigin_in: [mainnet_Bytes!] - reconciledTxOrigin_not_in: [mainnet_Bytes!] - reconciledTxOrigin_contains: mainnet_Bytes - reconciledTxOrigin_not_contains: mainnet_Bytes + reconciledTxOrigin: localoptimism_Bytes + reconciledTxOrigin_not: localoptimism_Bytes + reconciledTxOrigin_gt: localoptimism_Bytes + reconciledTxOrigin_lt: localoptimism_Bytes + reconciledTxOrigin_gte: localoptimism_Bytes + reconciledTxOrigin_lte: localoptimism_Bytes + reconciledTxOrigin_in: [localoptimism_Bytes!] + reconciledTxOrigin_not_in: [localoptimism_Bytes!] + reconciledTxOrigin_contains: localoptimism_Bytes + reconciledTxOrigin_not_contains: localoptimism_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -105285,12 +105348,12 @@ input mainnet_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_DestinationTransfer_filter] - or: [mainnet_DestinationTransfer_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_DestinationTransfer_filter] + or: [localoptimism_DestinationTransfer_filter] } -enum mainnet_DestinationTransfer_orderBy { +enum localoptimism_DestinationTransfer_orderBy { id chainId transferId @@ -105314,7 +105377,6 @@ enum mainnet_DestinationTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -105340,20 +105402,87 @@ enum mainnet_DestinationTransfer_orderBy { reconciledTxNonce } -type mainnet_OriginMessage { +""" +8 bytes signed integer + +""" +scalar localoptimism_Int8 + +type localoptimism_OptimisticRootFinalized { id: ID! - transferId: mainnet_Bytes + aggregateRoot: localoptimism_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input localoptimism_OptimisticRootFinalized_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!] + aggregateRoot: localoptimism_Bytes + aggregateRoot_not: localoptimism_Bytes + aggregateRoot_gt: localoptimism_Bytes + aggregateRoot_lt: localoptimism_Bytes + aggregateRoot_gte: localoptimism_Bytes + aggregateRoot_lte: localoptimism_Bytes + aggregateRoot_in: [localoptimism_Bytes!] + aggregateRoot_not_in: [localoptimism_Bytes!] + aggregateRoot_contains: localoptimism_Bytes + aggregateRoot_not_contains: localoptimism_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_OptimisticRootFinalized_filter] + or: [localoptimism_OptimisticRootFinalized_filter] +} + +enum localoptimism_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum localoptimism_OrderDirection { + asc + desc +} + +type localoptimism_OriginMessage { + id: ID! + transferId: localoptimism_Bytes destinationDomain: BigInt - leaf: mainnet_Bytes + leaf: localoptimism_Bytes index: BigInt - message: mainnet_Bytes - root: mainnet_Bytes - transactionHash: mainnet_Bytes + message: localoptimism_Bytes + root: localoptimism_Bytes + transactionHash: localoptimism_Bytes blockNumber: BigInt - rootCount: mainnet_RootCount + rootCount: localoptimism_RootCount } -input mainnet_OriginMessage_filter { +input localoptimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -105362,16 +105491,16 @@ input mainnet_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: mainnet_Bytes - transferId_not: mainnet_Bytes - transferId_gt: mainnet_Bytes - transferId_lt: mainnet_Bytes - transferId_gte: mainnet_Bytes - transferId_lte: mainnet_Bytes - transferId_in: [mainnet_Bytes!] - transferId_not_in: [mainnet_Bytes!] - transferId_contains: mainnet_Bytes - transferId_not_contains: mainnet_Bytes + transferId: localoptimism_Bytes + transferId_not: localoptimism_Bytes + transferId_gt: localoptimism_Bytes + transferId_lt: localoptimism_Bytes + transferId_gte: localoptimism_Bytes + transferId_lte: localoptimism_Bytes + transferId_in: [localoptimism_Bytes!] + transferId_not_in: [localoptimism_Bytes!] + transferId_contains: localoptimism_Bytes + transferId_not_contains: localoptimism_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -105380,16 +105509,16 @@ input mainnet_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: mainnet_Bytes - leaf_not: mainnet_Bytes - leaf_gt: mainnet_Bytes - leaf_lt: mainnet_Bytes - leaf_gte: mainnet_Bytes - leaf_lte: mainnet_Bytes - leaf_in: [mainnet_Bytes!] - leaf_not_in: [mainnet_Bytes!] - leaf_contains: mainnet_Bytes - leaf_not_contains: mainnet_Bytes + leaf: localoptimism_Bytes + leaf_not: localoptimism_Bytes + leaf_gt: localoptimism_Bytes + leaf_lt: localoptimism_Bytes + leaf_gte: localoptimism_Bytes + leaf_lte: localoptimism_Bytes + leaf_in: [localoptimism_Bytes!] + leaf_not_in: [localoptimism_Bytes!] + leaf_contains: localoptimism_Bytes + leaf_not_contains: localoptimism_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -105398,36 +105527,36 @@ input mainnet_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: mainnet_Bytes - message_not: mainnet_Bytes - message_gt: mainnet_Bytes - message_lt: mainnet_Bytes - message_gte: mainnet_Bytes - message_lte: mainnet_Bytes - message_in: [mainnet_Bytes!] - message_not_in: [mainnet_Bytes!] - message_contains: mainnet_Bytes - message_not_contains: mainnet_Bytes - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + message: localoptimism_Bytes + message_not: localoptimism_Bytes + message_gt: localoptimism_Bytes + message_lt: localoptimism_Bytes + message_gte: localoptimism_Bytes + message_lte: localoptimism_Bytes + message_in: [localoptimism_Bytes!] + message_not_in: [localoptimism_Bytes!] + message_contains: localoptimism_Bytes + message_not_contains: localoptimism_Bytes + root: localoptimism_Bytes + root_not: localoptimism_Bytes + root_gt: localoptimism_Bytes + root_lt: localoptimism_Bytes + root_gte: localoptimism_Bytes + root_lte: localoptimism_Bytes + root_in: [localoptimism_Bytes!] + root_not_in: [localoptimism_Bytes!] + root_contains: localoptimism_Bytes + root_not_contains: localoptimism_Bytes + transactionHash: localoptimism_Bytes + transactionHash_not: localoptimism_Bytes + transactionHash_gt: localoptimism_Bytes + transactionHash_lt: localoptimism_Bytes + transactionHash_gte: localoptimism_Bytes + transactionHash_lte: localoptimism_Bytes + transactionHash_in: [localoptimism_Bytes!] + transactionHash_not_in: [localoptimism_Bytes!] + transactionHash_contains: localoptimism_Bytes + transactionHash_not_contains: localoptimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -105456,14 +105585,14 @@ input mainnet_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: mainnet_RootCount_filter + rootCount_: localoptimism_RootCount_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OriginMessage_filter] - or: [mainnet_OriginMessage_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_OriginMessage_filter] + or: [localoptimism_OriginMessage_filter] } -enum mainnet_OriginMessage_orderBy { +enum localoptimism_OriginMessage_orderBy { id transferId destinationDomain @@ -105478,42 +105607,42 @@ enum mainnet_OriginMessage_orderBy { rootCount__count } -type mainnet_OriginTransfer { +type localoptimism_OriginTransfer { id: ID! chainId: BigInt - transferId: mainnet_Bytes + transferId: localoptimism_Bytes nonce: BigInt - status: mainnet_TransferStatus - messageHash: mainnet_Bytes + status: localoptimism_TransferStatus + messageHash: localoptimism_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mainnet_Bytes - delegate: mainnet_Bytes + to: localoptimism_Bytes + delegate: localoptimism_Bytes receiveLocal: Boolean - callData: mainnet_Bytes + callData: localoptimism_Bytes slippage: BigInt - originSender: mainnet_Bytes + originSender: localoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset - transactingAsset: mainnet_Bytes - message: mainnet_OriginMessage + canonicalId: localoptimism_Bytes + asset: localoptimism_Asset + transactingAsset: localoptimism_Bytes + message: localoptimism_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: mainnet_RelayerFee_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_RelayerFee_filter): [mainnet_RelayerFee!] - initialRelayerFeeAsset: mainnet_Bytes - caller: mainnet_Bytes - transactionHash: mainnet_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: localoptimism_RelayerFee_orderBy, orderDirection: localoptimism_OrderDirection, where: localoptimism_RelayerFee_filter): [localoptimism_RelayerFee!] + initialRelayerFeeAsset: localoptimism_Bytes + caller: localoptimism_Bytes + transactionHash: localoptimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: mainnet_Bytes + txOrigin: localoptimism_Bytes txNonce: BigInt } -input mainnet_OriginTransfer_filter { +input localoptimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -105530,16 +105659,16 @@ input mainnet_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mainnet_Bytes - transferId_not: mainnet_Bytes - transferId_gt: mainnet_Bytes - transferId_lt: mainnet_Bytes - transferId_gte: mainnet_Bytes - transferId_lte: mainnet_Bytes - transferId_in: [mainnet_Bytes!] - transferId_not_in: [mainnet_Bytes!] - transferId_contains: mainnet_Bytes - transferId_not_contains: mainnet_Bytes + transferId: localoptimism_Bytes + transferId_not: localoptimism_Bytes + transferId_gt: localoptimism_Bytes + transferId_lt: localoptimism_Bytes + transferId_gte: localoptimism_Bytes + transferId_lte: localoptimism_Bytes + transferId_in: [localoptimism_Bytes!] + transferId_not_in: [localoptimism_Bytes!] + transferId_contains: localoptimism_Bytes + transferId_not_contains: localoptimism_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -105548,20 +105677,20 @@ input mainnet_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mainnet_TransferStatus - status_not: mainnet_TransferStatus - status_in: [mainnet_TransferStatus!] - status_not_in: [mainnet_TransferStatus!] - messageHash: mainnet_Bytes - messageHash_not: mainnet_Bytes - messageHash_gt: mainnet_Bytes - messageHash_lt: mainnet_Bytes - messageHash_gte: mainnet_Bytes - messageHash_lte: mainnet_Bytes - messageHash_in: [mainnet_Bytes!] - messageHash_not_in: [mainnet_Bytes!] - messageHash_contains: mainnet_Bytes - messageHash_not_contains: mainnet_Bytes + status: localoptimism_TransferStatus + status_not: localoptimism_TransferStatus + status_in: [localoptimism_TransferStatus!] + status_not_in: [localoptimism_TransferStatus!] + messageHash: localoptimism_Bytes + messageHash_not: localoptimism_Bytes + messageHash_gt: localoptimism_Bytes + messageHash_lt: localoptimism_Bytes + messageHash_gte: localoptimism_Bytes + messageHash_lte: localoptimism_Bytes + messageHash_in: [localoptimism_Bytes!] + messageHash_not_in: [localoptimism_Bytes!] + messageHash_contains: localoptimism_Bytes + messageHash_not_contains: localoptimism_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -105586,40 +105715,40 @@ input mainnet_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mainnet_Bytes - to_not: mainnet_Bytes - to_gt: mainnet_Bytes - to_lt: mainnet_Bytes - to_gte: mainnet_Bytes - to_lte: mainnet_Bytes - to_in: [mainnet_Bytes!] - to_not_in: [mainnet_Bytes!] - to_contains: mainnet_Bytes - to_not_contains: mainnet_Bytes - delegate: mainnet_Bytes - delegate_not: mainnet_Bytes - delegate_gt: mainnet_Bytes - delegate_lt: mainnet_Bytes - delegate_gte: mainnet_Bytes - delegate_lte: mainnet_Bytes - delegate_in: [mainnet_Bytes!] - delegate_not_in: [mainnet_Bytes!] - delegate_contains: mainnet_Bytes - delegate_not_contains: mainnet_Bytes + to: localoptimism_Bytes + to_not: localoptimism_Bytes + to_gt: localoptimism_Bytes + to_lt: localoptimism_Bytes + to_gte: localoptimism_Bytes + to_lte: localoptimism_Bytes + to_in: [localoptimism_Bytes!] + to_not_in: [localoptimism_Bytes!] + to_contains: localoptimism_Bytes + to_not_contains: localoptimism_Bytes + delegate: localoptimism_Bytes + delegate_not: localoptimism_Bytes + delegate_gt: localoptimism_Bytes + delegate_lt: localoptimism_Bytes + delegate_gte: localoptimism_Bytes + delegate_lte: localoptimism_Bytes + delegate_in: [localoptimism_Bytes!] + delegate_not_in: [localoptimism_Bytes!] + delegate_contains: localoptimism_Bytes + delegate_not_contains: localoptimism_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: mainnet_Bytes - callData_not: mainnet_Bytes - callData_gt: mainnet_Bytes - callData_lt: mainnet_Bytes - callData_gte: mainnet_Bytes - callData_lte: mainnet_Bytes - callData_in: [mainnet_Bytes!] - callData_not_in: [mainnet_Bytes!] - callData_contains: mainnet_Bytes - callData_not_contains: mainnet_Bytes + callData: localoptimism_Bytes + callData_not: localoptimism_Bytes + callData_gt: localoptimism_Bytes + callData_lt: localoptimism_Bytes + callData_gte: localoptimism_Bytes + callData_lte: localoptimism_Bytes + callData_in: [localoptimism_Bytes!] + callData_not_in: [localoptimism_Bytes!] + callData_contains: localoptimism_Bytes + callData_not_contains: localoptimism_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -105628,16 +105757,16 @@ input mainnet_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: mainnet_Bytes - originSender_not: mainnet_Bytes - originSender_gt: mainnet_Bytes - originSender_lt: mainnet_Bytes - originSender_gte: mainnet_Bytes - originSender_lte: mainnet_Bytes - originSender_in: [mainnet_Bytes!] - originSender_not_in: [mainnet_Bytes!] - originSender_contains: mainnet_Bytes - originSender_not_contains: mainnet_Bytes + originSender: localoptimism_Bytes + originSender_not: localoptimism_Bytes + originSender_gt: localoptimism_Bytes + originSender_lt: localoptimism_Bytes + originSender_gte: localoptimism_Bytes + originSender_lte: localoptimism_Bytes + originSender_in: [localoptimism_Bytes!] + originSender_not_in: [localoptimism_Bytes!] + originSender_contains: localoptimism_Bytes + originSender_not_contains: localoptimism_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -105654,16 +105783,16 @@ input mainnet_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mainnet_Bytes - canonicalId_not: mainnet_Bytes - canonicalId_gt: mainnet_Bytes - canonicalId_lt: mainnet_Bytes - canonicalId_gte: mainnet_Bytes - canonicalId_lte: mainnet_Bytes - canonicalId_in: [mainnet_Bytes!] - canonicalId_not_in: [mainnet_Bytes!] - canonicalId_contains: mainnet_Bytes - canonicalId_not_contains: mainnet_Bytes + canonicalId: localoptimism_Bytes + canonicalId_not: localoptimism_Bytes + canonicalId_gt: localoptimism_Bytes + canonicalId_lt: localoptimism_Bytes + canonicalId_gte: localoptimism_Bytes + canonicalId_lte: localoptimism_Bytes + canonicalId_in: [localoptimism_Bytes!] + canonicalId_not_in: [localoptimism_Bytes!] + canonicalId_contains: localoptimism_Bytes + canonicalId_not_contains: localoptimism_Bytes asset: String asset_not: String asset_gt: String @@ -105684,17 +105813,17 @@ input mainnet_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter - transactingAsset: mainnet_Bytes - transactingAsset_not: mainnet_Bytes - transactingAsset_gt: mainnet_Bytes - transactingAsset_lt: mainnet_Bytes - transactingAsset_gte: mainnet_Bytes - transactingAsset_lte: mainnet_Bytes - transactingAsset_in: [mainnet_Bytes!] - transactingAsset_not_in: [mainnet_Bytes!] - transactingAsset_contains: mainnet_Bytes - transactingAsset_not_contains: mainnet_Bytes + asset_: localoptimism_Asset_filter + transactingAsset: localoptimism_Bytes + transactingAsset_not: localoptimism_Bytes + transactingAsset_gt: localoptimism_Bytes + transactingAsset_lt: localoptimism_Bytes + transactingAsset_gte: localoptimism_Bytes + transactingAsset_lte: localoptimism_Bytes + transactingAsset_in: [localoptimism_Bytes!] + transactingAsset_not_in: [localoptimism_Bytes!] + transactingAsset_contains: localoptimism_Bytes + transactingAsset_not_contains: localoptimism_Bytes message: String message_not: String message_gt: String @@ -105715,7 +105844,7 @@ input mainnet_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: mainnet_OriginMessage_filter + message_: localoptimism_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -105730,37 +105859,37 @@ input mainnet_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: mainnet_RelayerFee_filter - initialRelayerFeeAsset: mainnet_Bytes - initialRelayerFeeAsset_not: mainnet_Bytes - initialRelayerFeeAsset_gt: mainnet_Bytes - initialRelayerFeeAsset_lt: mainnet_Bytes - initialRelayerFeeAsset_gte: mainnet_Bytes - initialRelayerFeeAsset_lte: mainnet_Bytes - initialRelayerFeeAsset_in: [mainnet_Bytes!] - initialRelayerFeeAsset_not_in: [mainnet_Bytes!] - initialRelayerFeeAsset_contains: mainnet_Bytes - initialRelayerFeeAsset_not_contains: mainnet_Bytes - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + relayerFees_: localoptimism_RelayerFee_filter + initialRelayerFeeAsset: localoptimism_Bytes + initialRelayerFeeAsset_not: localoptimism_Bytes + initialRelayerFeeAsset_gt: localoptimism_Bytes + initialRelayerFeeAsset_lt: localoptimism_Bytes + initialRelayerFeeAsset_gte: localoptimism_Bytes + initialRelayerFeeAsset_lte: localoptimism_Bytes + initialRelayerFeeAsset_in: [localoptimism_Bytes!] + initialRelayerFeeAsset_not_in: [localoptimism_Bytes!] + initialRelayerFeeAsset_contains: localoptimism_Bytes + initialRelayerFeeAsset_not_contains: localoptimism_Bytes + caller: localoptimism_Bytes + caller_not: localoptimism_Bytes + caller_gt: localoptimism_Bytes + caller_lt: localoptimism_Bytes + caller_gte: localoptimism_Bytes + caller_lte: localoptimism_Bytes + caller_in: [localoptimism_Bytes!] + caller_not_in: [localoptimism_Bytes!] + caller_contains: localoptimism_Bytes + caller_not_contains: localoptimism_Bytes + transactionHash: localoptimism_Bytes + transactionHash_not: localoptimism_Bytes + transactionHash_gt: localoptimism_Bytes + transactionHash_lt: localoptimism_Bytes + transactionHash_gte: localoptimism_Bytes + transactionHash_lte: localoptimism_Bytes + transactionHash_in: [localoptimism_Bytes!] + transactionHash_not_in: [localoptimism_Bytes!] + transactionHash_contains: localoptimism_Bytes + transactionHash_not_contains: localoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -105793,16 +105922,16 @@ input mainnet_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: mainnet_Bytes - txOrigin_not: mainnet_Bytes - txOrigin_gt: mainnet_Bytes - txOrigin_lt: mainnet_Bytes - txOrigin_gte: mainnet_Bytes - txOrigin_lte: mainnet_Bytes - txOrigin_in: [mainnet_Bytes!] - txOrigin_not_in: [mainnet_Bytes!] - txOrigin_contains: mainnet_Bytes - txOrigin_not_contains: mainnet_Bytes + txOrigin: localoptimism_Bytes + txOrigin_not: localoptimism_Bytes + txOrigin_gt: localoptimism_Bytes + txOrigin_lt: localoptimism_Bytes + txOrigin_gte: localoptimism_Bytes + txOrigin_lte: localoptimism_Bytes + txOrigin_in: [localoptimism_Bytes!] + txOrigin_not_in: [localoptimism_Bytes!] + txOrigin_contains: localoptimism_Bytes + txOrigin_not_contains: localoptimism_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -105812,12 +105941,12 @@ input mainnet_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OriginTransfer_filter] - or: [mainnet_OriginTransfer_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_OriginTransfer_filter] + or: [localoptimism_OriginTransfer_filter] } -enum mainnet_OriginTransfer_orderBy { +enum localoptimism_OriginTransfer_orderBy { id chainId transferId @@ -105840,7 +105969,6 @@ enum mainnet_OriginTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -105870,20 +105998,20 @@ enum mainnet_OriginTransfer_orderBy { txNonce } -type mainnet_Relayer { +type localoptimism_Relayer { id: ID! isActive: Boolean! - relayer: mainnet_Bytes + relayer: localoptimism_Bytes } -type mainnet_RelayerFee { +type localoptimism_RelayerFee { id: ID! - transfer: mainnet_OriginTransfer! + transfer: localoptimism_OriginTransfer! fee: BigInt! - asset: mainnet_Bytes! + asset: localoptimism_Bytes! } -input mainnet_RelayerFee_filter { +input localoptimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -105912,7 +106040,7 @@ input mainnet_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mainnet_OriginTransfer_filter + transfer_: localoptimism_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -105921,23 +106049,23 @@ input mainnet_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: mainnet_Bytes - asset_not: mainnet_Bytes - asset_gt: mainnet_Bytes - asset_lt: mainnet_Bytes - asset_gte: mainnet_Bytes - asset_lte: mainnet_Bytes - asset_in: [mainnet_Bytes!] - asset_not_in: [mainnet_Bytes!] - asset_contains: mainnet_Bytes - asset_not_contains: mainnet_Bytes + asset: localoptimism_Bytes + asset_not: localoptimism_Bytes + asset_gt: localoptimism_Bytes + asset_lt: localoptimism_Bytes + asset_gte: localoptimism_Bytes + asset_lte: localoptimism_Bytes + asset_in: [localoptimism_Bytes!] + asset_not_in: [localoptimism_Bytes!] + asset_contains: localoptimism_Bytes + asset_not_contains: localoptimism_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RelayerFee_filter] - or: [mainnet_RelayerFee_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_RelayerFee_filter] + or: [localoptimism_RelayerFee_filter] } -enum mainnet_RelayerFee_orderBy { +enum localoptimism_RelayerFee_orderBy { id transfer transfer__id @@ -105973,20 +106101,20 @@ enum mainnet_RelayerFee_orderBy { asset } -type mainnet_RelayerFeesIncrease { +type localoptimism_RelayerFeesIncrease { id: ID! - transfer: mainnet_OriginTransfer! + transfer: localoptimism_OriginTransfer! increase: BigInt - asset: mainnet_Bytes - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + asset: localoptimism_Bytes + caller: localoptimism_Bytes! + transactionHash: localoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mainnet_RelayerFeesIncrease_filter { +input localoptimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -106015,7 +106143,7 @@ input mainnet_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mainnet_OriginTransfer_filter + transfer_: localoptimism_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -106024,36 +106152,36 @@ input mainnet_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: mainnet_Bytes - asset_not: mainnet_Bytes - asset_gt: mainnet_Bytes - asset_lt: mainnet_Bytes - asset_gte: mainnet_Bytes - asset_lte: mainnet_Bytes - asset_in: [mainnet_Bytes!] - asset_not_in: [mainnet_Bytes!] - asset_contains: mainnet_Bytes - asset_not_contains: mainnet_Bytes - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + asset: localoptimism_Bytes + asset_not: localoptimism_Bytes + asset_gt: localoptimism_Bytes + asset_lt: localoptimism_Bytes + asset_gte: localoptimism_Bytes + asset_lte: localoptimism_Bytes + asset_in: [localoptimism_Bytes!] + asset_not_in: [localoptimism_Bytes!] + asset_contains: localoptimism_Bytes + asset_not_contains: localoptimism_Bytes + caller: localoptimism_Bytes + caller_not: localoptimism_Bytes + caller_gt: localoptimism_Bytes + caller_lt: localoptimism_Bytes + caller_gte: localoptimism_Bytes + caller_lte: localoptimism_Bytes + caller_in: [localoptimism_Bytes!] + caller_not_in: [localoptimism_Bytes!] + caller_contains: localoptimism_Bytes + caller_not_contains: localoptimism_Bytes + transactionHash: localoptimism_Bytes + transactionHash_not: localoptimism_Bytes + transactionHash_gt: localoptimism_Bytes + transactionHash_lt: localoptimism_Bytes + transactionHash_gte: localoptimism_Bytes + transactionHash_lte: localoptimism_Bytes + transactionHash_in: [localoptimism_Bytes!] + transactionHash_not_in: [localoptimism_Bytes!] + transactionHash_contains: localoptimism_Bytes + transactionHash_not_contains: localoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -106087,12 +106215,12 @@ input mainnet_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RelayerFeesIncrease_filter] - or: [mainnet_RelayerFeesIncrease_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_RelayerFeesIncrease_filter] + or: [localoptimism_RelayerFeesIncrease_filter] } -enum mainnet_RelayerFeesIncrease_orderBy { +enum localoptimism_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -106134,7 +106262,7 @@ enum mainnet_RelayerFeesIncrease_orderBy { blockNumber } -input mainnet_Relayer_filter { +input localoptimism_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -106147,34 +106275,34 @@ input mainnet_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: mainnet_Bytes - relayer_not: mainnet_Bytes - relayer_gt: mainnet_Bytes - relayer_lt: mainnet_Bytes - relayer_gte: mainnet_Bytes - relayer_lte: mainnet_Bytes - relayer_in: [mainnet_Bytes!] - relayer_not_in: [mainnet_Bytes!] - relayer_contains: mainnet_Bytes - relayer_not_contains: mainnet_Bytes + relayer: localoptimism_Bytes + relayer_not: localoptimism_Bytes + relayer_gt: localoptimism_Bytes + relayer_lt: localoptimism_Bytes + relayer_gte: localoptimism_Bytes + relayer_lte: localoptimism_Bytes + relayer_in: [localoptimism_Bytes!] + relayer_not_in: [localoptimism_Bytes!] + relayer_contains: localoptimism_Bytes + relayer_not_contains: localoptimism_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Relayer_filter] - or: [mainnet_Relayer_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Relayer_filter] + or: [localoptimism_Relayer_filter] } -enum mainnet_Relayer_orderBy { +enum localoptimism_Relayer_orderBy { id isActive relayer } -type mainnet_RootCount { +type localoptimism_RootCount { id: ID! count: BigInt } -input mainnet_RootCount_filter { +input localoptimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -106192,31 +106320,31 @@ input mainnet_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootCount_filter] - or: [mainnet_RootCount_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_RootCount_filter] + or: [localoptimism_RootCount_filter] } -enum mainnet_RootCount_orderBy { +enum localoptimism_RootCount_orderBy { id count } -type mainnet_RootMessageSent { +type localoptimism_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mainnet_Bytes + root: localoptimism_Bytes count: BigInt - caller: mainnet_Bytes - transactionHash: mainnet_Bytes + caller: localoptimism_Bytes + transactionHash: localoptimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mainnet_RootMessageSent_filter { +input localoptimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -106241,16 +106369,16 @@ input mainnet_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes + root: localoptimism_Bytes + root_not: localoptimism_Bytes + root_gt: localoptimism_Bytes + root_lt: localoptimism_Bytes + root_gte: localoptimism_Bytes + root_lte: localoptimism_Bytes + root_in: [localoptimism_Bytes!] + root_not_in: [localoptimism_Bytes!] + root_contains: localoptimism_Bytes + root_not_contains: localoptimism_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -106259,26 +106387,26 @@ input mainnet_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + caller: localoptimism_Bytes + caller_not: localoptimism_Bytes + caller_gt: localoptimism_Bytes + caller_lt: localoptimism_Bytes + caller_gte: localoptimism_Bytes + caller_lte: localoptimism_Bytes + caller_in: [localoptimism_Bytes!] + caller_not_in: [localoptimism_Bytes!] + caller_contains: localoptimism_Bytes + caller_not_contains: localoptimism_Bytes + transactionHash: localoptimism_Bytes + transactionHash_not: localoptimism_Bytes + transactionHash_gt: localoptimism_Bytes + transactionHash_lt: localoptimism_Bytes + transactionHash_gte: localoptimism_Bytes + transactionHash_lte: localoptimism_Bytes + transactionHash_in: [localoptimism_Bytes!] + transactionHash_not_in: [localoptimism_Bytes!] + transactionHash_contains: localoptimism_Bytes + transactionHash_not_contains: localoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -106308,163 +106436,48 @@ input mainnet_RootMessageSent_filter { blockNumber_gt: BigInt blockNumber_lt: BigInt blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootMessageSent_filter] - or: [mainnet_RootMessageSent_filter] -} - -enum mainnet_RootMessageSent_orderBy { - id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type mainnet_Router { - id: ID! - isActive: Boolean! - owner: mainnet_Bytes - recipient: mainnet_Bytes - proposedOwner: mainnet_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mainnet_AssetBalance_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_AssetBalance_filter): [mainnet_AssetBalance!]! -} - -type mainnet_RouterDailyTVL { - id: ID! - router: mainnet_Router! - asset: mainnet_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input mainnet_RouterDailyTVL_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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: mainnet_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RouterDailyTVL_filter] - or: [mainnet_RouterDailyTVL_filter] -} - -enum mainnet_RouterDailyTVL_orderBy { - id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_RootMessageSent_filter] + or: [localoptimism_RootMessageSent_filter] +} + +enum localoptimism_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - balance + gasPrice + gasLimit + blockNumber } -type mainnet_RouterLiquidityEvent { +type localoptimism_Router { id: ID! - type: mainnet_RouterLiquidityEventType - router: mainnet_Router! - asset: mainnet_Asset! - amount: BigInt! - balance: BigInt! - caller: mainnet_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: mainnet_Bytes! - nonce: BigInt! + isActive: Boolean! + owner: localoptimism_Bytes + recipient: localoptimism_Bytes + proposedOwner: localoptimism_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: localoptimism_AssetBalance_orderBy, orderDirection: localoptimism_OrderDirection, where: localoptimism_AssetBalance_filter): [localoptimism_AssetBalance!]! } -enum mainnet_RouterLiquidityEventType { - Add - Remove +type localoptimism_RouterDailyTVL { + id: ID! + router: localoptimism_Router! + asset: localoptimism_Asset! + timestamp: BigInt! + balance: BigInt! } -input mainnet_RouterLiquidityEvent_filter { +input localoptimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -106473,10 +106486,6 @@ input mainnet_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: mainnet_RouterLiquidityEventType - type_not: mainnet_RouterLiquidityEventType - type_in: [mainnet_RouterLiquidityEventType!] - type_not_in: [mainnet_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -106497,7 +106506,7 @@ input mainnet_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mainnet_Router_filter + router_: localoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -106518,41 +106527,7 @@ input mainnet_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + asset_: localoptimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -106561,33 +106536,22 @@ input mainnet_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RouterLiquidityEvent_filter] - or: [mainnet_RouterLiquidityEvent_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_RouterDailyTVL_filter] + or: [localoptimism_RouterDailyTVL_filter] } -enum mainnet_RouterLiquidityEvent_orderBy { +enum localoptimism_RouterDailyTVL_orderBy { id - type router router__id router__isActive @@ -106599,22 +106563,16 @@ enum mainnet_RouterLiquidityEvent_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset asset__localAsset asset__blockNumber - amount - balance - caller - blockNumber timestamp - transactionHash - nonce + balance } -input mainnet_Router_filter { +input localoptimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -106627,36 +106585,36 @@ input mainnet_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: mainnet_Bytes - owner_not: mainnet_Bytes - owner_gt: mainnet_Bytes - owner_lt: mainnet_Bytes - owner_gte: mainnet_Bytes - owner_lte: mainnet_Bytes - owner_in: [mainnet_Bytes!] - owner_not_in: [mainnet_Bytes!] - owner_contains: mainnet_Bytes - owner_not_contains: mainnet_Bytes - recipient: mainnet_Bytes - recipient_not: mainnet_Bytes - recipient_gt: mainnet_Bytes - recipient_lt: mainnet_Bytes - recipient_gte: mainnet_Bytes - recipient_lte: mainnet_Bytes - recipient_in: [mainnet_Bytes!] - recipient_not_in: [mainnet_Bytes!] - recipient_contains: mainnet_Bytes - recipient_not_contains: mainnet_Bytes - proposedOwner: mainnet_Bytes - proposedOwner_not: mainnet_Bytes - proposedOwner_gt: mainnet_Bytes - proposedOwner_lt: mainnet_Bytes - proposedOwner_gte: mainnet_Bytes - proposedOwner_lte: mainnet_Bytes - proposedOwner_in: [mainnet_Bytes!] - proposedOwner_not_in: [mainnet_Bytes!] - proposedOwner_contains: mainnet_Bytes - proposedOwner_not_contains: mainnet_Bytes + owner: localoptimism_Bytes + owner_not: localoptimism_Bytes + owner_gt: localoptimism_Bytes + owner_lt: localoptimism_Bytes + owner_gte: localoptimism_Bytes + owner_lte: localoptimism_Bytes + owner_in: [localoptimism_Bytes!] + owner_not_in: [localoptimism_Bytes!] + owner_contains: localoptimism_Bytes + owner_not_contains: localoptimism_Bytes + recipient: localoptimism_Bytes + recipient_not: localoptimism_Bytes + recipient_gt: localoptimism_Bytes + recipient_lt: localoptimism_Bytes + recipient_gte: localoptimism_Bytes + recipient_lte: localoptimism_Bytes + recipient_in: [localoptimism_Bytes!] + recipient_not_in: [localoptimism_Bytes!] + recipient_contains: localoptimism_Bytes + recipient_not_contains: localoptimism_Bytes + proposedOwner: localoptimism_Bytes + proposedOwner_not: localoptimism_Bytes + proposedOwner_gt: localoptimism_Bytes + proposedOwner_lt: localoptimism_Bytes + proposedOwner_gte: localoptimism_Bytes + proposedOwner_lte: localoptimism_Bytes + proposedOwner_in: [localoptimism_Bytes!] + proposedOwner_not_in: [localoptimism_Bytes!] + proposedOwner_contains: localoptimism_Bytes + proposedOwner_not_contains: localoptimism_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -106665,14 +106623,14 @@ input mainnet_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mainnet_AssetBalance_filter + assetBalances_: localoptimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Router_filter] - or: [mainnet_Router_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Router_filter] + or: [localoptimism_Router_filter] } -enum mainnet_Router_orderBy { +enum localoptimism_Router_orderBy { id isActive owner @@ -106682,13 +106640,13 @@ enum mainnet_Router_orderBy { assetBalances } -type mainnet_Sequencer { +type localoptimism_Sequencer { id: ID! isActive: Boolean! - sequencer: mainnet_Bytes + sequencer: localoptimism_Bytes } -input mainnet_Sequencer_filter { +input localoptimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -106701,35 +106659,35 @@ input mainnet_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: mainnet_Bytes - sequencer_not: mainnet_Bytes - sequencer_gt: mainnet_Bytes - sequencer_lt: mainnet_Bytes - sequencer_gte: mainnet_Bytes - sequencer_lte: mainnet_Bytes - sequencer_in: [mainnet_Bytes!] - sequencer_not_in: [mainnet_Bytes!] - sequencer_contains: mainnet_Bytes - sequencer_not_contains: mainnet_Bytes + sequencer: localoptimism_Bytes + sequencer_not: localoptimism_Bytes + sequencer_gt: localoptimism_Bytes + sequencer_lt: localoptimism_Bytes + sequencer_gte: localoptimism_Bytes + sequencer_lte: localoptimism_Bytes + sequencer_in: [localoptimism_Bytes!] + sequencer_not_in: [localoptimism_Bytes!] + sequencer_contains: localoptimism_Bytes + sequencer_not_contains: localoptimism_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Sequencer_filter] - or: [mainnet_Sequencer_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Sequencer_filter] + or: [localoptimism_Sequencer_filter] } -enum mainnet_Sequencer_orderBy { +enum localoptimism_Sequencer_orderBy { id isActive sequencer } -type mainnet_Setting { +type localoptimism_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mainnet_Bytes! + caller: localoptimism_Bytes! } -input mainnet_Setting_filter { +input localoptimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -106746,41 +106704,41 @@ input mainnet_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes + caller: localoptimism_Bytes + caller_not: localoptimism_Bytes + caller_gt: localoptimism_Bytes + caller_lt: localoptimism_Bytes + caller_gte: localoptimism_Bytes + caller_lte: localoptimism_Bytes + caller_in: [localoptimism_Bytes!] + caller_not_in: [localoptimism_Bytes!] + caller_contains: localoptimism_Bytes + caller_not_contains: localoptimism_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Setting_filter] - or: [mainnet_Setting_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_Setting_filter] + or: [localoptimism_Setting_filter] } -enum mainnet_Setting_orderBy { +enum localoptimism_Setting_orderBy { id maxRoutersPerTransfer caller } -type mainnet_SlippageUpdate { +type localoptimism_SlippageUpdate { id: ID! - transfer: mainnet_DestinationTransfer! + transfer: localoptimism_DestinationTransfer! slippage: BigInt! - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + caller: localoptimism_Bytes! + transactionHash: localoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mainnet_SlippageUpdate_filter { +input localoptimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -106809,7 +106767,7 @@ input mainnet_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mainnet_DestinationTransfer_filter + transfer_: localoptimism_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -106818,26 +106776,26 @@ input mainnet_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + caller: localoptimism_Bytes + caller_not: localoptimism_Bytes + caller_gt: localoptimism_Bytes + caller_lt: localoptimism_Bytes + caller_gte: localoptimism_Bytes + caller_lte: localoptimism_Bytes + caller_in: [localoptimism_Bytes!] + caller_not_in: [localoptimism_Bytes!] + caller_contains: localoptimism_Bytes + caller_not_contains: localoptimism_Bytes + transactionHash: localoptimism_Bytes + transactionHash_not: localoptimism_Bytes + transactionHash_gt: localoptimism_Bytes + transactionHash_lt: localoptimism_Bytes + transactionHash_gte: localoptimism_Bytes + transactionHash_lte: localoptimism_Bytes + transactionHash_in: [localoptimism_Bytes!] + transactionHash_not_in: [localoptimism_Bytes!] + transactionHash_contains: localoptimism_Bytes + transactionHash_not_contains: localoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -106871,12 +106829,12 @@ input mainnet_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_SlippageUpdate_filter] - or: [mainnet_SlippageUpdate_filter] + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_SlippageUpdate_filter] + or: [localoptimism_SlippageUpdate_filter] } -enum mainnet_SlippageUpdate_orderBy { +enum localoptimism_SlippageUpdate_orderBy { id transfer transfer__id @@ -106924,7 +106882,127 @@ enum mainnet_SlippageUpdate_orderBy { blockNumber } -enum mainnet_TransferStatus { +type localoptimism_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: localoptimism_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input localoptimism_SnapshotRoot_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!] + root: localoptimism_Bytes + root_not: localoptimism_Bytes + root_gt: localoptimism_Bytes + root_lt: localoptimism_Bytes + root_gte: localoptimism_Bytes + root_lte: localoptimism_Bytes + root_in: [localoptimism_Bytes!] + root_not_in: [localoptimism_Bytes!] + root_contains: localoptimism_Bytes + root_not_contains: localoptimism_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_SnapshotRoot_filter] + or: [localoptimism_SnapshotRoot_filter] +} + +enum localoptimism_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type localoptimism_SpokeConnectorMode { + id: ID! + mode: String! +} + +input localoptimism_SpokeConnectorMode_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!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: localoptimism_BlockChangedFilter + and: [localoptimism_SpokeConnectorMode_filter] + or: [localoptimism_SpokeConnectorMode_filter] +} + +enum localoptimism_SpokeConnectorMode_orderBy { + id + mode +} + +enum localoptimism_TransferStatus { XCalled Executed Reconciled @@ -106932,13 +107010,38 @@ enum mainnet_TransferStatus { CompletedFast } -type polygon_AggregateRoot { +type localoptimism__Block_ { + """The hash of the block""" + hash: localoptimism_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type localoptimism__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: localoptimism__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type mainnet_AggregateRoot { id: ID! - root: polygon_Bytes! + root: mainnet_Bytes! blockNumber: BigInt! } -input polygon_AggregateRoot_filter { +input mainnet_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -106947,16 +107050,16 @@ input polygon_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: polygon_Bytes - root_not: polygon_Bytes - root_gt: polygon_Bytes - root_lt: polygon_Bytes - root_gte: polygon_Bytes - root_lte: polygon_Bytes - root_in: [polygon_Bytes!] - root_not_in: [polygon_Bytes!] - root_contains: polygon_Bytes - root_not_contains: polygon_Bytes + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -106966,42 +107069,42 @@ input polygon_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AggregateRoot_filter] - or: [polygon_AggregateRoot_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregateRoot_filter] + or: [mainnet_AggregateRoot_filter] } -enum polygon_AggregateRoot_orderBy { +enum mainnet_AggregateRoot_orderBy { id root blockNumber } -type polygon_Asset { +type mainnet_Asset { id: ID! - key: polygon_Bytes + key: mainnet_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: polygon_Bytes + canonicalId: mainnet_Bytes canonicalDomain: BigInt - adoptedAsset: polygon_Bytes - localAsset: polygon_Bytes + adoptedAsset: mainnet_Bytes + localAsset: mainnet_Bytes blockNumber: BigInt - status: polygon_AssetStatus + status: mainnet_AssetStatus } -type polygon_AssetBalance { +type mainnet_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: polygon_Router! - asset: polygon_Asset! + router: mainnet_Router! + asset: mainnet_Asset! feesEarned: BigInt! } -input polygon_AssetBalance_filter { +input mainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -107062,7 +107165,7 @@ input polygon_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygon_Router_filter + router_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -107083,7 +107186,7 @@ input polygon_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter + asset_: mainnet_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -107093,12 +107196,12 @@ input polygon_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AssetBalance_filter] - or: [polygon_AssetBalance_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AssetBalance_filter] + or: [mainnet_AssetBalance_filter] } -enum polygon_AssetBalance_orderBy { +enum mainnet_AssetBalance_orderBy { id amount locked @@ -107124,12 +107227,12 @@ enum polygon_AssetBalance_orderBy { feesEarned } -type polygon_AssetStatus { +type mainnet_AssetStatus { id: ID! status: Boolean } -input polygon_AssetStatus_filter { +input mainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -107143,17 +107246,17 @@ input polygon_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AssetStatus_filter] - or: [polygon_AssetStatus_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AssetStatus_filter] + or: [mainnet_AssetStatus_filter] } -enum polygon_AssetStatus_orderBy { +enum mainnet_AssetStatus_orderBy { id status } -input polygon_Asset_filter { +input mainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -107162,16 +107265,16 @@ input polygon_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: polygon_Bytes - key_not: polygon_Bytes - key_gt: polygon_Bytes - key_lt: polygon_Bytes - key_gte: polygon_Bytes - key_lte: polygon_Bytes - key_in: [polygon_Bytes!] - key_not_in: [polygon_Bytes!] - key_contains: polygon_Bytes - key_not_contains: polygon_Bytes + key: mainnet_Bytes + key_not: mainnet_Bytes + key_gt: mainnet_Bytes + key_lt: mainnet_Bytes + key_gte: mainnet_Bytes + key_lte: mainnet_Bytes + key_in: [mainnet_Bytes!] + key_not_in: [mainnet_Bytes!] + key_contains: mainnet_Bytes + key_not_contains: mainnet_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -107188,16 +107291,16 @@ input polygon_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: polygon_Bytes - canonicalId_not: polygon_Bytes - canonicalId_gt: polygon_Bytes - canonicalId_lt: polygon_Bytes - canonicalId_gte: polygon_Bytes - canonicalId_lte: polygon_Bytes - canonicalId_in: [polygon_Bytes!] - canonicalId_not_in: [polygon_Bytes!] - canonicalId_contains: polygon_Bytes - canonicalId_not_contains: polygon_Bytes + canonicalId: mainnet_Bytes + canonicalId_not: mainnet_Bytes + canonicalId_gt: mainnet_Bytes + canonicalId_lt: mainnet_Bytes + canonicalId_gte: mainnet_Bytes + canonicalId_lte: mainnet_Bytes + canonicalId_in: [mainnet_Bytes!] + canonicalId_not_in: [mainnet_Bytes!] + canonicalId_contains: mainnet_Bytes + canonicalId_not_contains: mainnet_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -107206,26 +107309,26 @@ input polygon_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: polygon_Bytes - adoptedAsset_not: polygon_Bytes - adoptedAsset_gt: polygon_Bytes - adoptedAsset_lt: polygon_Bytes - adoptedAsset_gte: polygon_Bytes - adoptedAsset_lte: polygon_Bytes - adoptedAsset_in: [polygon_Bytes!] - adoptedAsset_not_in: [polygon_Bytes!] - adoptedAsset_contains: polygon_Bytes - adoptedAsset_not_contains: polygon_Bytes - localAsset: polygon_Bytes - localAsset_not: polygon_Bytes - localAsset_gt: polygon_Bytes - localAsset_lt: polygon_Bytes - localAsset_gte: polygon_Bytes - localAsset_lte: polygon_Bytes - localAsset_in: [polygon_Bytes!] - localAsset_not_in: [polygon_Bytes!] - localAsset_contains: polygon_Bytes - localAsset_not_contains: polygon_Bytes + adoptedAsset: mainnet_Bytes + adoptedAsset_not: mainnet_Bytes + adoptedAsset_gt: mainnet_Bytes + adoptedAsset_lt: mainnet_Bytes + adoptedAsset_gte: mainnet_Bytes + adoptedAsset_lte: mainnet_Bytes + adoptedAsset_in: [mainnet_Bytes!] + adoptedAsset_not_in: [mainnet_Bytes!] + adoptedAsset_contains: mainnet_Bytes + adoptedAsset_not_contains: mainnet_Bytes + localAsset: mainnet_Bytes + localAsset_not: mainnet_Bytes + localAsset_gt: mainnet_Bytes + localAsset_lt: mainnet_Bytes + localAsset_gte: mainnet_Bytes + localAsset_lte: mainnet_Bytes + localAsset_in: [mainnet_Bytes!] + localAsset_not_in: [mainnet_Bytes!] + localAsset_contains: mainnet_Bytes + localAsset_not_contains: mainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -107254,14 +107357,14 @@ input polygon_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: polygon_AssetStatus_filter + status_: mainnet_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Asset_filter] - or: [polygon_Asset_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Asset_filter] + or: [mainnet_Asset_filter] } -enum polygon_Asset_orderBy { +enum mainnet_Asset_orderBy { id key decimal @@ -107276,30 +107379,16 @@ enum polygon_Asset_orderBy { status__status } -scalar polygon_BigDecimal - -input polygon_BlockChangedFilter { - number_gte: Int! -} - -input polygon_Block_height { - hash: polygon_Bytes - number: Int - number_gte: Int -} - -scalar polygon_Bytes - -type polygon_ConnectorMeta { +type mainnet_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: polygon_Bytes - rootManager: polygon_Bytes - mirrorConnector: polygon_Bytes + amb: mainnet_Bytes + rootManager: mainnet_Bytes + mirrorConnector: mainnet_Bytes } -input polygon_ConnectorMeta_filter { +input mainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -107324,43 +107413,43 @@ input polygon_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: polygon_Bytes - amb_not: polygon_Bytes - amb_gt: polygon_Bytes - amb_lt: polygon_Bytes - amb_gte: polygon_Bytes - amb_lte: polygon_Bytes - amb_in: [polygon_Bytes!] - amb_not_in: [polygon_Bytes!] - amb_contains: polygon_Bytes - amb_not_contains: polygon_Bytes - rootManager: polygon_Bytes - rootManager_not: polygon_Bytes - rootManager_gt: polygon_Bytes - rootManager_lt: polygon_Bytes - rootManager_gte: polygon_Bytes - rootManager_lte: polygon_Bytes - rootManager_in: [polygon_Bytes!] - rootManager_not_in: [polygon_Bytes!] - rootManager_contains: polygon_Bytes - rootManager_not_contains: polygon_Bytes - mirrorConnector: polygon_Bytes - mirrorConnector_not: polygon_Bytes - mirrorConnector_gt: polygon_Bytes - mirrorConnector_lt: polygon_Bytes - mirrorConnector_gte: polygon_Bytes - mirrorConnector_lte: polygon_Bytes - mirrorConnector_in: [polygon_Bytes!] - mirrorConnector_not_in: [polygon_Bytes!] - mirrorConnector_contains: polygon_Bytes - mirrorConnector_not_contains: polygon_Bytes + 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: polygon_BlockChangedFilter - and: [polygon_ConnectorMeta_filter] - or: [polygon_ConnectorMeta_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ConnectorMeta_filter] + or: [mainnet_ConnectorMeta_filter] } -enum polygon_ConnectorMeta_orderBy { +enum mainnet_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -107369,48 +107458,48 @@ enum polygon_ConnectorMeta_orderBy { mirrorConnector } -type polygon_DestinationTransfer { +type mainnet_DestinationTransfer { id: ID! chainId: BigInt - transferId: polygon_Bytes + transferId: mainnet_Bytes nonce: BigInt - status: polygon_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: polygon_Router_orderBy, orderDirection: polygon_OrderDirection, where: polygon_Router_filter): [polygon_Router!] + status: mainnet_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: mainnet_Router_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_Router_filter): [mainnet_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygon_Bytes - delegate: polygon_Bytes + to: mainnet_Bytes + delegate: mainnet_Bytes receiveLocal: Boolean - callData: polygon_Bytes + callData: mainnet_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: polygon_Bytes + originSender: mainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygon_Bytes - asset: polygon_Asset + canonicalId: mainnet_Bytes + asset: mainnet_Asset amount: BigInt routersFee: BigInt - executedCaller: polygon_Bytes - executedTransactionHash: polygon_Bytes + executedCaller: mainnet_Bytes + executedTransactionHash: mainnet_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: polygon_Bytes + executedTxOrigin: mainnet_Bytes executedTxNonce: BigInt - reconciledCaller: polygon_Bytes - reconciledTransactionHash: polygon_Bytes + reconciledCaller: mainnet_Bytes + reconciledTransactionHash: mainnet_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: polygon_Bytes + reconciledTxOrigin: mainnet_Bytes reconciledTxNonce: BigInt } -input polygon_DestinationTransfer_filter { +input mainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -107427,16 +107516,16 @@ input polygon_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: polygon_Bytes - transferId_not: polygon_Bytes - transferId_gt: polygon_Bytes - transferId_lt: polygon_Bytes - transferId_gte: polygon_Bytes - transferId_lte: polygon_Bytes - transferId_in: [polygon_Bytes!] - transferId_not_in: [polygon_Bytes!] - transferId_contains: polygon_Bytes - transferId_not_contains: polygon_Bytes + transferId: mainnet_Bytes + transferId_not: mainnet_Bytes + transferId_gt: mainnet_Bytes + transferId_lt: mainnet_Bytes + transferId_gte: mainnet_Bytes + transferId_lte: mainnet_Bytes + transferId_in: [mainnet_Bytes!] + transferId_not_in: [mainnet_Bytes!] + transferId_contains: mainnet_Bytes + transferId_not_contains: mainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -107445,17 +107534,17 @@ input polygon_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: polygon_TransferStatus - status_not: polygon_TransferStatus - status_in: [polygon_TransferStatus!] - status_not_in: [polygon_TransferStatus!] + status: mainnet_TransferStatus + status_not: mainnet_TransferStatus + status_in: [mainnet_TransferStatus!] + status_not_in: [mainnet_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: polygon_Router_filter + routers_: mainnet_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -107480,40 +107569,40 @@ input polygon_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: polygon_Bytes - to_not: polygon_Bytes - to_gt: polygon_Bytes - to_lt: polygon_Bytes - to_gte: polygon_Bytes - to_lte: polygon_Bytes - to_in: [polygon_Bytes!] - to_not_in: [polygon_Bytes!] - to_contains: polygon_Bytes - to_not_contains: polygon_Bytes - delegate: polygon_Bytes - delegate_not: polygon_Bytes - delegate_gt: polygon_Bytes - delegate_lt: polygon_Bytes - delegate_gte: polygon_Bytes - delegate_lte: polygon_Bytes - delegate_in: [polygon_Bytes!] - delegate_not_in: [polygon_Bytes!] - delegate_contains: polygon_Bytes - delegate_not_contains: polygon_Bytes + to: mainnet_Bytes + to_not: mainnet_Bytes + to_gt: mainnet_Bytes + to_lt: mainnet_Bytes + to_gte: mainnet_Bytes + to_lte: mainnet_Bytes + to_in: [mainnet_Bytes!] + to_not_in: [mainnet_Bytes!] + to_contains: mainnet_Bytes + to_not_contains: mainnet_Bytes + delegate: mainnet_Bytes + delegate_not: mainnet_Bytes + delegate_gt: mainnet_Bytes + delegate_lt: mainnet_Bytes + delegate_gte: mainnet_Bytes + delegate_lte: mainnet_Bytes + delegate_in: [mainnet_Bytes!] + delegate_not_in: [mainnet_Bytes!] + delegate_contains: mainnet_Bytes + delegate_not_contains: mainnet_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: polygon_Bytes - callData_not: polygon_Bytes - callData_gt: polygon_Bytes - callData_lt: polygon_Bytes - callData_gte: polygon_Bytes - callData_lte: polygon_Bytes - callData_in: [polygon_Bytes!] - callData_not_in: [polygon_Bytes!] - callData_contains: polygon_Bytes - callData_not_contains: polygon_Bytes + callData: mainnet_Bytes + callData_not: mainnet_Bytes + callData_gt: mainnet_Bytes + callData_lt: mainnet_Bytes + callData_gte: mainnet_Bytes + callData_lte: mainnet_Bytes + callData_in: [mainnet_Bytes!] + callData_not_in: [mainnet_Bytes!] + callData_contains: mainnet_Bytes + callData_not_contains: mainnet_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -107530,16 +107619,16 @@ input polygon_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: polygon_Bytes - originSender_not: polygon_Bytes - originSender_gt: polygon_Bytes - originSender_lt: polygon_Bytes - originSender_gte: polygon_Bytes - originSender_lte: polygon_Bytes - originSender_in: [polygon_Bytes!] - originSender_not_in: [polygon_Bytes!] - originSender_contains: polygon_Bytes - originSender_not_contains: polygon_Bytes + originSender: mainnet_Bytes + originSender_not: mainnet_Bytes + originSender_gt: mainnet_Bytes + originSender_lt: mainnet_Bytes + originSender_gte: mainnet_Bytes + originSender_lte: mainnet_Bytes + originSender_in: [mainnet_Bytes!] + originSender_not_in: [mainnet_Bytes!] + originSender_contains: mainnet_Bytes + originSender_not_contains: mainnet_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -107556,16 +107645,16 @@ input polygon_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: polygon_Bytes - canonicalId_not: polygon_Bytes - canonicalId_gt: polygon_Bytes - canonicalId_lt: polygon_Bytes - canonicalId_gte: polygon_Bytes - canonicalId_lte: polygon_Bytes - canonicalId_in: [polygon_Bytes!] - canonicalId_not_in: [polygon_Bytes!] - canonicalId_contains: polygon_Bytes - canonicalId_not_contains: polygon_Bytes + canonicalId: mainnet_Bytes + canonicalId_not: mainnet_Bytes + canonicalId_gt: mainnet_Bytes + canonicalId_lt: mainnet_Bytes + canonicalId_gte: mainnet_Bytes + canonicalId_lte: mainnet_Bytes + canonicalId_in: [mainnet_Bytes!] + canonicalId_not_in: [mainnet_Bytes!] + canonicalId_contains: mainnet_Bytes + canonicalId_not_contains: mainnet_Bytes asset: String asset_not: String asset_gt: String @@ -107586,7 +107675,7 @@ input polygon_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter + asset_: mainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -107603,26 +107692,26 @@ input polygon_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: polygon_Bytes - executedCaller_not: polygon_Bytes - executedCaller_gt: polygon_Bytes - executedCaller_lt: polygon_Bytes - executedCaller_gte: polygon_Bytes - executedCaller_lte: polygon_Bytes - executedCaller_in: [polygon_Bytes!] - executedCaller_not_in: [polygon_Bytes!] - executedCaller_contains: polygon_Bytes - executedCaller_not_contains: polygon_Bytes - executedTransactionHash: polygon_Bytes - executedTransactionHash_not: polygon_Bytes - executedTransactionHash_gt: polygon_Bytes - executedTransactionHash_lt: polygon_Bytes - executedTransactionHash_gte: polygon_Bytes - executedTransactionHash_lte: polygon_Bytes - executedTransactionHash_in: [polygon_Bytes!] - executedTransactionHash_not_in: [polygon_Bytes!] - executedTransactionHash_contains: polygon_Bytes - executedTransactionHash_not_contains: polygon_Bytes + executedCaller: mainnet_Bytes + executedCaller_not: mainnet_Bytes + executedCaller_gt: mainnet_Bytes + executedCaller_lt: mainnet_Bytes + executedCaller_gte: mainnet_Bytes + executedCaller_lte: mainnet_Bytes + executedCaller_in: [mainnet_Bytes!] + executedCaller_not_in: [mainnet_Bytes!] + executedCaller_contains: mainnet_Bytes + executedCaller_not_contains: mainnet_Bytes + executedTransactionHash: mainnet_Bytes + executedTransactionHash_not: mainnet_Bytes + executedTransactionHash_gt: mainnet_Bytes + executedTransactionHash_lt: mainnet_Bytes + executedTransactionHash_gte: mainnet_Bytes + executedTransactionHash_lte: mainnet_Bytes + executedTransactionHash_in: [mainnet_Bytes!] + executedTransactionHash_not_in: [mainnet_Bytes!] + executedTransactionHash_contains: mainnet_Bytes + executedTransactionHash_not_contains: mainnet_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -107655,16 +107744,16 @@ input polygon_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: polygon_Bytes - executedTxOrigin_not: polygon_Bytes - executedTxOrigin_gt: polygon_Bytes - executedTxOrigin_lt: polygon_Bytes - executedTxOrigin_gte: polygon_Bytes - executedTxOrigin_lte: polygon_Bytes - executedTxOrigin_in: [polygon_Bytes!] - executedTxOrigin_not_in: [polygon_Bytes!] - executedTxOrigin_contains: polygon_Bytes - executedTxOrigin_not_contains: polygon_Bytes + executedTxOrigin: mainnet_Bytes + executedTxOrigin_not: mainnet_Bytes + executedTxOrigin_gt: mainnet_Bytes + executedTxOrigin_lt: mainnet_Bytes + executedTxOrigin_gte: mainnet_Bytes + executedTxOrigin_lte: mainnet_Bytes + executedTxOrigin_in: [mainnet_Bytes!] + executedTxOrigin_not_in: [mainnet_Bytes!] + executedTxOrigin_contains: mainnet_Bytes + executedTxOrigin_not_contains: mainnet_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -107673,26 +107762,26 @@ input polygon_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: polygon_Bytes - reconciledCaller_not: polygon_Bytes - reconciledCaller_gt: polygon_Bytes - reconciledCaller_lt: polygon_Bytes - reconciledCaller_gte: polygon_Bytes - reconciledCaller_lte: polygon_Bytes - reconciledCaller_in: [polygon_Bytes!] - reconciledCaller_not_in: [polygon_Bytes!] - reconciledCaller_contains: polygon_Bytes - reconciledCaller_not_contains: polygon_Bytes - reconciledTransactionHash: polygon_Bytes - reconciledTransactionHash_not: polygon_Bytes - reconciledTransactionHash_gt: polygon_Bytes - reconciledTransactionHash_lt: polygon_Bytes - reconciledTransactionHash_gte: polygon_Bytes - reconciledTransactionHash_lte: polygon_Bytes - reconciledTransactionHash_in: [polygon_Bytes!] - reconciledTransactionHash_not_in: [polygon_Bytes!] - reconciledTransactionHash_contains: polygon_Bytes - reconciledTransactionHash_not_contains: polygon_Bytes + reconciledCaller: mainnet_Bytes + reconciledCaller_not: mainnet_Bytes + reconciledCaller_gt: mainnet_Bytes + reconciledCaller_lt: mainnet_Bytes + reconciledCaller_gte: mainnet_Bytes + reconciledCaller_lte: mainnet_Bytes + reconciledCaller_in: [mainnet_Bytes!] + reconciledCaller_not_in: [mainnet_Bytes!] + reconciledCaller_contains: mainnet_Bytes + reconciledCaller_not_contains: mainnet_Bytes + reconciledTransactionHash: mainnet_Bytes + reconciledTransactionHash_not: mainnet_Bytes + reconciledTransactionHash_gt: mainnet_Bytes + reconciledTransactionHash_lt: mainnet_Bytes + reconciledTransactionHash_gte: mainnet_Bytes + reconciledTransactionHash_lte: mainnet_Bytes + reconciledTransactionHash_in: [mainnet_Bytes!] + reconciledTransactionHash_not_in: [mainnet_Bytes!] + reconciledTransactionHash_contains: mainnet_Bytes + reconciledTransactionHash_not_contains: mainnet_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -107721,20 +107810,20 @@ input polygon_DestinationTransfer_filter { reconciledBlockNumber_not: BigInt reconciledBlockNumber_gt: BigInt reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: polygon_Bytes - reconciledTxOrigin_not: polygon_Bytes - reconciledTxOrigin_gt: polygon_Bytes - reconciledTxOrigin_lt: polygon_Bytes - reconciledTxOrigin_gte: polygon_Bytes - reconciledTxOrigin_lte: polygon_Bytes - reconciledTxOrigin_in: [polygon_Bytes!] - reconciledTxOrigin_not_in: [polygon_Bytes!] - reconciledTxOrigin_contains: polygon_Bytes - reconciledTxOrigin_not_contains: polygon_Bytes + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: mainnet_Bytes + reconciledTxOrigin_not: mainnet_Bytes + reconciledTxOrigin_gt: mainnet_Bytes + reconciledTxOrigin_lt: mainnet_Bytes + reconciledTxOrigin_gte: mainnet_Bytes + reconciledTxOrigin_lte: mainnet_Bytes + reconciledTxOrigin_in: [mainnet_Bytes!] + reconciledTxOrigin_not_in: [mainnet_Bytes!] + reconciledTxOrigin_contains: mainnet_Bytes + reconciledTxOrigin_not_contains: mainnet_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -107744,12 +107833,12 @@ input polygon_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_DestinationTransfer_filter] - or: [polygon_DestinationTransfer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_DestinationTransfer_filter] + or: [mainnet_DestinationTransfer_filter] } -enum polygon_DestinationTransfer_orderBy { +enum mainnet_DestinationTransfer_orderBy { id chainId transferId @@ -107799,32 +107888,20 @@ enum polygon_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar polygon_Int8 - -"""Defines the order direction, either ascending or descending""" -enum polygon_OrderDirection { - asc - desc -} - -type polygon_OriginMessage { +type mainnet_OriginMessage { id: ID! - transferId: polygon_Bytes + transferId: mainnet_Bytes destinationDomain: BigInt - leaf: polygon_Bytes + leaf: mainnet_Bytes index: BigInt - message: polygon_Bytes - root: polygon_Bytes - transactionHash: polygon_Bytes + message: mainnet_Bytes + root: mainnet_Bytes + transactionHash: mainnet_Bytes blockNumber: BigInt - rootCount: polygon_RootCount + rootCount: mainnet_RootCount } -input polygon_OriginMessage_filter { +input mainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -107833,16 +107910,16 @@ input polygon_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: polygon_Bytes - transferId_not: polygon_Bytes - transferId_gt: polygon_Bytes - transferId_lt: polygon_Bytes - transferId_gte: polygon_Bytes - transferId_lte: polygon_Bytes - transferId_in: [polygon_Bytes!] - transferId_not_in: [polygon_Bytes!] - transferId_contains: polygon_Bytes - transferId_not_contains: polygon_Bytes + transferId: mainnet_Bytes + transferId_not: mainnet_Bytes + transferId_gt: mainnet_Bytes + transferId_lt: mainnet_Bytes + transferId_gte: mainnet_Bytes + transferId_lte: mainnet_Bytes + transferId_in: [mainnet_Bytes!] + transferId_not_in: [mainnet_Bytes!] + transferId_contains: mainnet_Bytes + transferId_not_contains: mainnet_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -107851,16 +107928,16 @@ input polygon_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: polygon_Bytes - leaf_not: polygon_Bytes - leaf_gt: polygon_Bytes - leaf_lt: polygon_Bytes - leaf_gte: polygon_Bytes - leaf_lte: polygon_Bytes - leaf_in: [polygon_Bytes!] - leaf_not_in: [polygon_Bytes!] - leaf_contains: polygon_Bytes - leaf_not_contains: polygon_Bytes + leaf: mainnet_Bytes + leaf_not: mainnet_Bytes + leaf_gt: mainnet_Bytes + leaf_lt: mainnet_Bytes + leaf_gte: mainnet_Bytes + leaf_lte: mainnet_Bytes + leaf_in: [mainnet_Bytes!] + leaf_not_in: [mainnet_Bytes!] + leaf_contains: mainnet_Bytes + leaf_not_contains: mainnet_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -107869,36 +107946,36 @@ input polygon_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: polygon_Bytes - message_not: polygon_Bytes - message_gt: polygon_Bytes - message_lt: polygon_Bytes - message_gte: polygon_Bytes - message_lte: polygon_Bytes - message_in: [polygon_Bytes!] - message_not_in: [polygon_Bytes!] - message_contains: polygon_Bytes - message_not_contains: polygon_Bytes - root: polygon_Bytes - root_not: polygon_Bytes - root_gt: polygon_Bytes - root_lt: polygon_Bytes - root_gte: polygon_Bytes - root_lte: polygon_Bytes - root_in: [polygon_Bytes!] - root_not_in: [polygon_Bytes!] - root_contains: polygon_Bytes - root_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + message: mainnet_Bytes + message_not: mainnet_Bytes + message_gt: mainnet_Bytes + message_lt: mainnet_Bytes + message_gte: mainnet_Bytes + message_lte: mainnet_Bytes + message_in: [mainnet_Bytes!] + message_not_in: [mainnet_Bytes!] + message_contains: mainnet_Bytes + message_not_contains: mainnet_Bytes + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -107927,14 +108004,14 @@ input polygon_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: polygon_RootCount_filter + rootCount_: mainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_OriginMessage_filter] - or: [polygon_OriginMessage_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginMessage_filter] + or: [mainnet_OriginMessage_filter] } -enum polygon_OriginMessage_orderBy { +enum mainnet_OriginMessage_orderBy { id transferId destinationDomain @@ -107949,42 +108026,42 @@ enum polygon_OriginMessage_orderBy { rootCount__count } -type polygon_OriginTransfer { +type mainnet_OriginTransfer { id: ID! chainId: BigInt - transferId: polygon_Bytes + transferId: mainnet_Bytes nonce: BigInt - status: polygon_TransferStatus - messageHash: polygon_Bytes + status: mainnet_TransferStatus + messageHash: mainnet_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygon_Bytes - delegate: polygon_Bytes + to: mainnet_Bytes + delegate: mainnet_Bytes receiveLocal: Boolean - callData: polygon_Bytes + callData: mainnet_Bytes slippage: BigInt - originSender: polygon_Bytes + originSender: mainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygon_Bytes - asset: polygon_Asset - transactingAsset: polygon_Bytes - message: polygon_OriginMessage + canonicalId: mainnet_Bytes + asset: mainnet_Asset + transactingAsset: mainnet_Bytes + message: mainnet_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: polygon_RelayerFee_orderBy, orderDirection: polygon_OrderDirection, where: polygon_RelayerFee_filter): [polygon_RelayerFee!] - initialRelayerFeeAsset: polygon_Bytes - caller: polygon_Bytes - transactionHash: polygon_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: mainnet_RelayerFee_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_RelayerFee_filter): [mainnet_RelayerFee!] + initialRelayerFeeAsset: mainnet_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: polygon_Bytes + txOrigin: mainnet_Bytes txNonce: BigInt } -input polygon_OriginTransfer_filter { +input mainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -108001,16 +108078,16 @@ input polygon_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: polygon_Bytes - transferId_not: polygon_Bytes - transferId_gt: polygon_Bytes - transferId_lt: polygon_Bytes - transferId_gte: polygon_Bytes - transferId_lte: polygon_Bytes - transferId_in: [polygon_Bytes!] - transferId_not_in: [polygon_Bytes!] - transferId_contains: polygon_Bytes - transferId_not_contains: polygon_Bytes + transferId: mainnet_Bytes + transferId_not: mainnet_Bytes + transferId_gt: mainnet_Bytes + transferId_lt: mainnet_Bytes + transferId_gte: mainnet_Bytes + transferId_lte: mainnet_Bytes + transferId_in: [mainnet_Bytes!] + transferId_not_in: [mainnet_Bytes!] + transferId_contains: mainnet_Bytes + transferId_not_contains: mainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -108019,20 +108096,20 @@ input polygon_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: polygon_TransferStatus - status_not: polygon_TransferStatus - status_in: [polygon_TransferStatus!] - status_not_in: [polygon_TransferStatus!] - messageHash: polygon_Bytes - messageHash_not: polygon_Bytes - messageHash_gt: polygon_Bytes - messageHash_lt: polygon_Bytes - messageHash_gte: polygon_Bytes - messageHash_lte: polygon_Bytes - messageHash_in: [polygon_Bytes!] - messageHash_not_in: [polygon_Bytes!] - messageHash_contains: polygon_Bytes - messageHash_not_contains: polygon_Bytes + status: mainnet_TransferStatus + status_not: mainnet_TransferStatus + status_in: [mainnet_TransferStatus!] + status_not_in: [mainnet_TransferStatus!] + messageHash: mainnet_Bytes + messageHash_not: mainnet_Bytes + messageHash_gt: mainnet_Bytes + messageHash_lt: mainnet_Bytes + messageHash_gte: mainnet_Bytes + messageHash_lte: mainnet_Bytes + messageHash_in: [mainnet_Bytes!] + messageHash_not_in: [mainnet_Bytes!] + messageHash_contains: mainnet_Bytes + messageHash_not_contains: mainnet_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -108057,40 +108134,40 @@ input polygon_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: polygon_Bytes - to_not: polygon_Bytes - to_gt: polygon_Bytes - to_lt: polygon_Bytes - to_gte: polygon_Bytes - to_lte: polygon_Bytes - to_in: [polygon_Bytes!] - to_not_in: [polygon_Bytes!] - to_contains: polygon_Bytes - to_not_contains: polygon_Bytes - delegate: polygon_Bytes - delegate_not: polygon_Bytes - delegate_gt: polygon_Bytes - delegate_lt: polygon_Bytes - delegate_gte: polygon_Bytes - delegate_lte: polygon_Bytes - delegate_in: [polygon_Bytes!] - delegate_not_in: [polygon_Bytes!] - delegate_contains: polygon_Bytes - delegate_not_contains: polygon_Bytes + to: mainnet_Bytes + to_not: mainnet_Bytes + to_gt: mainnet_Bytes + to_lt: mainnet_Bytes + to_gte: mainnet_Bytes + to_lte: mainnet_Bytes + to_in: [mainnet_Bytes!] + to_not_in: [mainnet_Bytes!] + to_contains: mainnet_Bytes + to_not_contains: mainnet_Bytes + delegate: mainnet_Bytes + delegate_not: mainnet_Bytes + delegate_gt: mainnet_Bytes + delegate_lt: mainnet_Bytes + delegate_gte: mainnet_Bytes + delegate_lte: mainnet_Bytes + delegate_in: [mainnet_Bytes!] + delegate_not_in: [mainnet_Bytes!] + delegate_contains: mainnet_Bytes + delegate_not_contains: mainnet_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: polygon_Bytes - callData_not: polygon_Bytes - callData_gt: polygon_Bytes - callData_lt: polygon_Bytes - callData_gte: polygon_Bytes - callData_lte: polygon_Bytes - callData_in: [polygon_Bytes!] - callData_not_in: [polygon_Bytes!] - callData_contains: polygon_Bytes - callData_not_contains: polygon_Bytes + callData: mainnet_Bytes + callData_not: mainnet_Bytes + callData_gt: mainnet_Bytes + callData_lt: mainnet_Bytes + callData_gte: mainnet_Bytes + callData_lte: mainnet_Bytes + callData_in: [mainnet_Bytes!] + callData_not_in: [mainnet_Bytes!] + callData_contains: mainnet_Bytes + callData_not_contains: mainnet_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -108099,16 +108176,16 @@ input polygon_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: polygon_Bytes - originSender_not: polygon_Bytes - originSender_gt: polygon_Bytes - originSender_lt: polygon_Bytes - originSender_gte: polygon_Bytes - originSender_lte: polygon_Bytes - originSender_in: [polygon_Bytes!] - originSender_not_in: [polygon_Bytes!] - originSender_contains: polygon_Bytes - originSender_not_contains: polygon_Bytes + originSender: mainnet_Bytes + originSender_not: mainnet_Bytes + originSender_gt: mainnet_Bytes + originSender_lt: mainnet_Bytes + originSender_gte: mainnet_Bytes + originSender_lte: mainnet_Bytes + originSender_in: [mainnet_Bytes!] + originSender_not_in: [mainnet_Bytes!] + originSender_contains: mainnet_Bytes + originSender_not_contains: mainnet_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -108125,16 +108202,16 @@ input polygon_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: polygon_Bytes - canonicalId_not: polygon_Bytes - canonicalId_gt: polygon_Bytes - canonicalId_lt: polygon_Bytes - canonicalId_gte: polygon_Bytes - canonicalId_lte: polygon_Bytes - canonicalId_in: [polygon_Bytes!] - canonicalId_not_in: [polygon_Bytes!] - canonicalId_contains: polygon_Bytes - canonicalId_not_contains: polygon_Bytes + canonicalId: mainnet_Bytes + canonicalId_not: mainnet_Bytes + canonicalId_gt: mainnet_Bytes + canonicalId_lt: mainnet_Bytes + canonicalId_gte: mainnet_Bytes + canonicalId_lte: mainnet_Bytes + canonicalId_in: [mainnet_Bytes!] + canonicalId_not_in: [mainnet_Bytes!] + canonicalId_contains: mainnet_Bytes + canonicalId_not_contains: mainnet_Bytes asset: String asset_not: String asset_gt: String @@ -108155,17 +108232,17 @@ input polygon_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter - transactingAsset: polygon_Bytes - transactingAsset_not: polygon_Bytes - transactingAsset_gt: polygon_Bytes - transactingAsset_lt: polygon_Bytes - transactingAsset_gte: polygon_Bytes - transactingAsset_lte: polygon_Bytes - transactingAsset_in: [polygon_Bytes!] - transactingAsset_not_in: [polygon_Bytes!] - transactingAsset_contains: polygon_Bytes - transactingAsset_not_contains: polygon_Bytes + asset_: mainnet_Asset_filter + transactingAsset: mainnet_Bytes + transactingAsset_not: mainnet_Bytes + transactingAsset_gt: mainnet_Bytes + transactingAsset_lt: mainnet_Bytes + transactingAsset_gte: mainnet_Bytes + transactingAsset_lte: mainnet_Bytes + transactingAsset_in: [mainnet_Bytes!] + transactingAsset_not_in: [mainnet_Bytes!] + transactingAsset_contains: mainnet_Bytes + transactingAsset_not_contains: mainnet_Bytes message: String message_not: String message_gt: String @@ -108186,7 +108263,7 @@ input polygon_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: polygon_OriginMessage_filter + message_: mainnet_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -108201,37 +108278,37 @@ input polygon_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: polygon_RelayerFee_filter - initialRelayerFeeAsset: polygon_Bytes - initialRelayerFeeAsset_not: polygon_Bytes - initialRelayerFeeAsset_gt: polygon_Bytes - initialRelayerFeeAsset_lt: polygon_Bytes - initialRelayerFeeAsset_gte: polygon_Bytes - initialRelayerFeeAsset_lte: polygon_Bytes - initialRelayerFeeAsset_in: [polygon_Bytes!] - initialRelayerFeeAsset_not_in: [polygon_Bytes!] - initialRelayerFeeAsset_contains: polygon_Bytes - initialRelayerFeeAsset_not_contains: polygon_Bytes - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + relayerFees_: mainnet_RelayerFee_filter + initialRelayerFeeAsset: mainnet_Bytes + initialRelayerFeeAsset_not: mainnet_Bytes + initialRelayerFeeAsset_gt: mainnet_Bytes + initialRelayerFeeAsset_lt: mainnet_Bytes + initialRelayerFeeAsset_gte: mainnet_Bytes + initialRelayerFeeAsset_lte: mainnet_Bytes + initialRelayerFeeAsset_in: [mainnet_Bytes!] + initialRelayerFeeAsset_not_in: [mainnet_Bytes!] + initialRelayerFeeAsset_contains: mainnet_Bytes + initialRelayerFeeAsset_not_contains: mainnet_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -108264,16 +108341,16 @@ input polygon_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: polygon_Bytes - txOrigin_not: polygon_Bytes - txOrigin_gt: polygon_Bytes - txOrigin_lt: polygon_Bytes - txOrigin_gte: polygon_Bytes - txOrigin_lte: polygon_Bytes - txOrigin_in: [polygon_Bytes!] - txOrigin_not_in: [polygon_Bytes!] - txOrigin_contains: polygon_Bytes - txOrigin_not_contains: polygon_Bytes + txOrigin: mainnet_Bytes + txOrigin_not: mainnet_Bytes + txOrigin_gt: mainnet_Bytes + txOrigin_lt: mainnet_Bytes + txOrigin_gte: mainnet_Bytes + txOrigin_lte: mainnet_Bytes + txOrigin_in: [mainnet_Bytes!] + txOrigin_not_in: [mainnet_Bytes!] + txOrigin_contains: mainnet_Bytes + txOrigin_not_contains: mainnet_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -108283,12 +108360,12 @@ input polygon_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_OriginTransfer_filter] - or: [polygon_OriginTransfer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginTransfer_filter] + or: [mainnet_OriginTransfer_filter] } -enum polygon_OriginTransfer_orderBy { +enum mainnet_OriginTransfer_orderBy { id chainId transferId @@ -108341,20 +108418,20 @@ enum polygon_OriginTransfer_orderBy { txNonce } -type polygon_Relayer { +type mainnet_Relayer { id: ID! isActive: Boolean! - relayer: polygon_Bytes + relayer: mainnet_Bytes } -type polygon_RelayerFee { +type mainnet_RelayerFee { id: ID! - transfer: polygon_OriginTransfer! + transfer: mainnet_OriginTransfer! fee: BigInt! - asset: polygon_Bytes! + asset: mainnet_Bytes! } -input polygon_RelayerFee_filter { +input mainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -108383,7 +108460,7 @@ input polygon_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygon_OriginTransfer_filter + transfer_: mainnet_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -108392,23 +108469,23 @@ input polygon_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: polygon_Bytes - asset_not: polygon_Bytes - asset_gt: polygon_Bytes - asset_lt: polygon_Bytes - asset_gte: polygon_Bytes - asset_lte: polygon_Bytes - asset_in: [polygon_Bytes!] - asset_not_in: [polygon_Bytes!] - asset_contains: polygon_Bytes - asset_not_contains: polygon_Bytes + asset: mainnet_Bytes + asset_not: mainnet_Bytes + asset_gt: mainnet_Bytes + asset_lt: mainnet_Bytes + asset_gte: mainnet_Bytes + asset_lte: mainnet_Bytes + asset_in: [mainnet_Bytes!] + asset_not_in: [mainnet_Bytes!] + asset_contains: mainnet_Bytes + asset_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RelayerFee_filter] - or: [polygon_RelayerFee_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RelayerFee_filter] + or: [mainnet_RelayerFee_filter] } -enum polygon_RelayerFee_orderBy { +enum mainnet_RelayerFee_orderBy { id transfer transfer__id @@ -108444,20 +108521,20 @@ enum polygon_RelayerFee_orderBy { asset } -type polygon_RelayerFeesIncrease { +type mainnet_RelayerFeesIncrease { id: ID! - transfer: polygon_OriginTransfer! + transfer: mainnet_OriginTransfer! increase: BigInt - asset: polygon_Bytes - caller: polygon_Bytes! - transactionHash: polygon_Bytes! + asset: mainnet_Bytes + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygon_RelayerFeesIncrease_filter { +input mainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -108486,7 +108563,7 @@ input polygon_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygon_OriginTransfer_filter + transfer_: mainnet_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -108495,36 +108572,36 @@ input polygon_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: polygon_Bytes - asset_not: polygon_Bytes - asset_gt: polygon_Bytes - asset_lt: polygon_Bytes - asset_gte: polygon_Bytes - asset_lte: polygon_Bytes - asset_in: [polygon_Bytes!] - asset_not_in: [polygon_Bytes!] - asset_contains: polygon_Bytes - asset_not_contains: polygon_Bytes - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + asset: mainnet_Bytes + asset_not: mainnet_Bytes + asset_gt: mainnet_Bytes + asset_lt: mainnet_Bytes + asset_gte: mainnet_Bytes + asset_lte: mainnet_Bytes + asset_in: [mainnet_Bytes!] + asset_not_in: [mainnet_Bytes!] + asset_contains: mainnet_Bytes + asset_not_contains: mainnet_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -108558,12 +108635,12 @@ input polygon_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RelayerFeesIncrease_filter] - or: [polygon_RelayerFeesIncrease_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RelayerFeesIncrease_filter] + or: [mainnet_RelayerFeesIncrease_filter] } -enum polygon_RelayerFeesIncrease_orderBy { +enum mainnet_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -108605,7 +108682,7 @@ enum polygon_RelayerFeesIncrease_orderBy { blockNumber } -input polygon_Relayer_filter { +input mainnet_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -108618,34 +108695,34 @@ input polygon_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: polygon_Bytes - relayer_not: polygon_Bytes - relayer_gt: polygon_Bytes - relayer_lt: polygon_Bytes - relayer_gte: polygon_Bytes - relayer_lte: polygon_Bytes - relayer_in: [polygon_Bytes!] - relayer_not_in: [polygon_Bytes!] - relayer_contains: polygon_Bytes - relayer_not_contains: polygon_Bytes + relayer: mainnet_Bytes + relayer_not: mainnet_Bytes + relayer_gt: mainnet_Bytes + relayer_lt: mainnet_Bytes + relayer_gte: mainnet_Bytes + relayer_lte: mainnet_Bytes + relayer_in: [mainnet_Bytes!] + relayer_not_in: [mainnet_Bytes!] + relayer_contains: mainnet_Bytes + relayer_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Relayer_filter] - or: [polygon_Relayer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Relayer_filter] + or: [mainnet_Relayer_filter] } -enum polygon_Relayer_orderBy { +enum mainnet_Relayer_orderBy { id isActive relayer } -type polygon_RootCount { +type mainnet_RootCount { id: ID! count: BigInt } -input polygon_RootCount_filter { +input mainnet_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -108663,31 +108740,31 @@ input polygon_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RootCount_filter] - or: [polygon_RootCount_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootCount_filter] + or: [mainnet_RootCount_filter] } -enum polygon_RootCount_orderBy { +enum mainnet_RootCount_orderBy { id count } -type polygon_RootMessageSent { +type mainnet_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: polygon_Bytes + root: mainnet_Bytes count: BigInt - caller: polygon_Bytes - transactionHash: polygon_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input polygon_RootMessageSent_filter { +input mainnet_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -108712,16 +108789,16 @@ input polygon_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: polygon_Bytes - root_not: polygon_Bytes - root_gt: polygon_Bytes - root_lt: polygon_Bytes - root_gte: polygon_Bytes - root_lte: polygon_Bytes - root_in: [polygon_Bytes!] - root_not_in: [polygon_Bytes!] - root_contains: polygon_Bytes - root_not_contains: polygon_Bytes + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -108730,26 +108807,26 @@ input polygon_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -108783,12 +108860,12 @@ input polygon_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RootMessageSent_filter] - or: [polygon_RootMessageSent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootMessageSent_filter] + or: [mainnet_RootMessageSent_filter] } -enum polygon_RootMessageSent_orderBy { +enum mainnet_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -108802,25 +108879,25 @@ enum polygon_RootMessageSent_orderBy { blockNumber } -type polygon_Router { +type mainnet_Router { id: ID! isActive: Boolean! - owner: polygon_Bytes - recipient: polygon_Bytes - proposedOwner: polygon_Bytes + owner: mainnet_Bytes + recipient: mainnet_Bytes + proposedOwner: mainnet_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygon_AssetBalance_orderBy, orderDirection: polygon_OrderDirection, where: polygon_AssetBalance_filter): [polygon_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: mainnet_AssetBalance_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_AssetBalance_filter): [mainnet_AssetBalance!]! } -type polygon_RouterDailyTVL { +type mainnet_RouterDailyTVL { id: ID! - router: polygon_Router! - asset: polygon_Asset! + router: mainnet_Router! + asset: mainnet_Asset! timestamp: BigInt! balance: BigInt! } -input polygon_RouterDailyTVL_filter { +input mainnet_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -108849,7 +108926,7 @@ input polygon_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygon_Router_filter + router_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -108870,7 +108947,7 @@ input polygon_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter + asset_: mainnet_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -108888,12 +108965,12 @@ input polygon_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RouterDailyTVL_filter] - or: [polygon_RouterDailyTVL_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RouterDailyTVL_filter] + or: [mainnet_RouterDailyTVL_filter] } -enum polygon_RouterDailyTVL_orderBy { +enum mainnet_RouterDailyTVL_orderBy { id router router__id @@ -108916,26 +108993,26 @@ enum polygon_RouterDailyTVL_orderBy { balance } -type polygon_RouterLiquidityEvent { +type mainnet_RouterLiquidityEvent { id: ID! - type: polygon_RouterLiquidityEventType - router: polygon_Router! - asset: polygon_Asset! + type: mainnet_RouterLiquidityEventType + router: mainnet_Router! + asset: mainnet_Asset! amount: BigInt! balance: BigInt! - caller: polygon_Bytes + caller: mainnet_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: polygon_Bytes! + transactionHash: mainnet_Bytes! nonce: BigInt! } -enum polygon_RouterLiquidityEventType { +enum mainnet_RouterLiquidityEventType { Add Remove } -input polygon_RouterLiquidityEvent_filter { +input mainnet_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -108944,10 +109021,10 @@ input polygon_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: polygon_RouterLiquidityEventType - type_not: polygon_RouterLiquidityEventType - type_in: [polygon_RouterLiquidityEventType!] - type_not_in: [polygon_RouterLiquidityEventType!] + type: mainnet_RouterLiquidityEventType + type_not: mainnet_RouterLiquidityEventType + type_in: [mainnet_RouterLiquidityEventType!] + type_not_in: [mainnet_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -108968,7 +109045,7 @@ input polygon_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygon_Router_filter + router_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -108989,7 +109066,7 @@ input polygon_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter + asset_: mainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -109006,16 +109083,16 @@ input polygon_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -109032,16 +109109,16 @@ input polygon_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -109051,12 +109128,12 @@ input polygon_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RouterLiquidityEvent_filter] - or: [polygon_RouterLiquidityEvent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RouterLiquidityEvent_filter] + or: [mainnet_RouterLiquidityEvent_filter] } -enum polygon_RouterLiquidityEvent_orderBy { +enum mainnet_RouterLiquidityEvent_orderBy { id type router @@ -109085,7 +109162,7 @@ enum polygon_RouterLiquidityEvent_orderBy { nonce } -input polygon_Router_filter { +input mainnet_Router_filter { id: ID id_not: ID id_gt: ID @@ -109098,36 +109175,36 @@ input polygon_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: polygon_Bytes - owner_not: polygon_Bytes - owner_gt: polygon_Bytes - owner_lt: polygon_Bytes - owner_gte: polygon_Bytes - owner_lte: polygon_Bytes - owner_in: [polygon_Bytes!] - owner_not_in: [polygon_Bytes!] - owner_contains: polygon_Bytes - owner_not_contains: polygon_Bytes - recipient: polygon_Bytes - recipient_not: polygon_Bytes - recipient_gt: polygon_Bytes - recipient_lt: polygon_Bytes - recipient_gte: polygon_Bytes - recipient_lte: polygon_Bytes - recipient_in: [polygon_Bytes!] - recipient_not_in: [polygon_Bytes!] - recipient_contains: polygon_Bytes - recipient_not_contains: polygon_Bytes - proposedOwner: polygon_Bytes - proposedOwner_not: polygon_Bytes - proposedOwner_gt: polygon_Bytes - proposedOwner_lt: polygon_Bytes - proposedOwner_gte: polygon_Bytes - proposedOwner_lte: polygon_Bytes - proposedOwner_in: [polygon_Bytes!] - proposedOwner_not_in: [polygon_Bytes!] - proposedOwner_contains: polygon_Bytes - proposedOwner_not_contains: polygon_Bytes + owner: mainnet_Bytes + owner_not: mainnet_Bytes + owner_gt: mainnet_Bytes + owner_lt: mainnet_Bytes + owner_gte: mainnet_Bytes + owner_lte: mainnet_Bytes + owner_in: [mainnet_Bytes!] + owner_not_in: [mainnet_Bytes!] + owner_contains: mainnet_Bytes + owner_not_contains: mainnet_Bytes + recipient: mainnet_Bytes + recipient_not: mainnet_Bytes + recipient_gt: mainnet_Bytes + recipient_lt: mainnet_Bytes + recipient_gte: mainnet_Bytes + recipient_lte: mainnet_Bytes + recipient_in: [mainnet_Bytes!] + recipient_not_in: [mainnet_Bytes!] + recipient_contains: mainnet_Bytes + recipient_not_contains: mainnet_Bytes + proposedOwner: mainnet_Bytes + proposedOwner_not: mainnet_Bytes + proposedOwner_gt: mainnet_Bytes + proposedOwner_lt: mainnet_Bytes + proposedOwner_gte: mainnet_Bytes + proposedOwner_lte: mainnet_Bytes + proposedOwner_in: [mainnet_Bytes!] + proposedOwner_not_in: [mainnet_Bytes!] + proposedOwner_contains: mainnet_Bytes + proposedOwner_not_contains: mainnet_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -109136,14 +109213,14 @@ input polygon_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: polygon_AssetBalance_filter + assetBalances_: mainnet_AssetBalance_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Router_filter] - or: [polygon_Router_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Router_filter] + or: [mainnet_Router_filter] } -enum polygon_Router_orderBy { +enum mainnet_Router_orderBy { id isActive owner @@ -109153,13 +109230,13 @@ enum polygon_Router_orderBy { assetBalances } -type polygon_Sequencer { +type mainnet_Sequencer { id: ID! isActive: Boolean! - sequencer: polygon_Bytes + sequencer: mainnet_Bytes } -input polygon_Sequencer_filter { +input mainnet_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -109172,35 +109249,35 @@ input polygon_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: polygon_Bytes - sequencer_not: polygon_Bytes - sequencer_gt: polygon_Bytes - sequencer_lt: polygon_Bytes - sequencer_gte: polygon_Bytes - sequencer_lte: polygon_Bytes - sequencer_in: [polygon_Bytes!] - sequencer_not_in: [polygon_Bytes!] - sequencer_contains: polygon_Bytes - sequencer_not_contains: polygon_Bytes + sequencer: mainnet_Bytes + sequencer_not: mainnet_Bytes + sequencer_gt: mainnet_Bytes + sequencer_lt: mainnet_Bytes + sequencer_gte: mainnet_Bytes + sequencer_lte: mainnet_Bytes + sequencer_in: [mainnet_Bytes!] + sequencer_not_in: [mainnet_Bytes!] + sequencer_contains: mainnet_Bytes + sequencer_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Sequencer_filter] - or: [polygon_Sequencer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Sequencer_filter] + or: [mainnet_Sequencer_filter] } -enum polygon_Sequencer_orderBy { +enum mainnet_Sequencer_orderBy { id isActive sequencer } -type polygon_Setting { +type mainnet_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: polygon_Bytes! + caller: mainnet_Bytes! } -input polygon_Setting_filter { +input mainnet_Setting_filter { id: ID id_not: ID id_gt: ID @@ -109217,41 +109294,41 @@ input polygon_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Setting_filter] - or: [polygon_Setting_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Setting_filter] + or: [mainnet_Setting_filter] } -enum polygon_Setting_orderBy { +enum mainnet_Setting_orderBy { id maxRoutersPerTransfer caller } -type polygon_SlippageUpdate { +type mainnet_SlippageUpdate { id: ID! - transfer: polygon_DestinationTransfer! + transfer: mainnet_DestinationTransfer! slippage: BigInt! - caller: polygon_Bytes! - transactionHash: polygon_Bytes! + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygon_SlippageUpdate_filter { +input mainnet_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -109280,7 +109357,7 @@ input polygon_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygon_DestinationTransfer_filter + transfer_: mainnet_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -109289,26 +109366,26 @@ input polygon_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -109342,12 +109419,12 @@ input polygon_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_SlippageUpdate_filter] - or: [polygon_SlippageUpdate_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_SlippageUpdate_filter] + or: [mainnet_SlippageUpdate_filter] } -enum polygon_SlippageUpdate_orderBy { +enum mainnet_SlippageUpdate_orderBy { id transfer transfer__id @@ -109395,7 +109472,7 @@ enum polygon_SlippageUpdate_orderBy { blockNumber } -enum polygon_TransferStatus { +enum mainnet_TransferStatus { XCalled Executed Reconciled @@ -109403,31 +109480,6 @@ enum polygon_TransferStatus { CompletedFast } -type polygon__Block_ { - """The hash of the block""" - hash: polygon_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type polygon__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: polygon__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - type arbitrumone_AggregateRoot { id: ID! root: arbitrumone_Bytes! @@ -111924,13 +111976,13 @@ type arbitrumone__Meta_ { hasIndexingErrors: Boolean! } -type optimism_AggregateRoot { +type polygon_AggregateRoot { id: ID! - root: optimism_Bytes! + root: polygon_Bytes! blockNumber: BigInt! } -input optimism_AggregateRoot_filter { +input polygon_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -111939,16 +111991,16 @@ input optimism_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes + root: polygon_Bytes + root_not: polygon_Bytes + root_gt: polygon_Bytes + root_lt: polygon_Bytes + root_gte: polygon_Bytes + root_lte: polygon_Bytes + root_in: [polygon_Bytes!] + root_not_in: [polygon_Bytes!] + root_contains: polygon_Bytes + root_not_contains: polygon_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -111958,41 +112010,42 @@ input optimism_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AggregateRoot_filter] - or: [optimism_AggregateRoot_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_AggregateRoot_filter] + or: [polygon_AggregateRoot_filter] } -enum optimism_AggregateRoot_orderBy { +enum polygon_AggregateRoot_orderBy { id root blockNumber } -type optimism_Asset { +type polygon_Asset { id: ID! - key: optimism_Bytes + key: polygon_Bytes decimal: BigInt - canonicalId: optimism_Bytes + adoptedDecimal: BigInt + canonicalId: polygon_Bytes canonicalDomain: BigInt - adoptedAsset: optimism_Bytes - localAsset: optimism_Bytes + adoptedAsset: polygon_Bytes + localAsset: polygon_Bytes blockNumber: BigInt - status: optimism_AssetStatus + status: polygon_AssetStatus } -type optimism_AssetBalance { +type polygon_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: optimism_Router! - asset: optimism_Asset! + router: polygon_Router! + asset: polygon_Asset! feesEarned: BigInt! } -input optimism_AssetBalance_filter { +input polygon_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -112053,7 +112106,7 @@ input optimism_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimism_Router_filter + router_: polygon_Router_filter asset: String asset_not: String asset_gt: String @@ -112074,7 +112127,7 @@ input optimism_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter + asset_: polygon_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -112084,12 +112137,12 @@ input optimism_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AssetBalance_filter] - or: [optimism_AssetBalance_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_AssetBalance_filter] + or: [polygon_AssetBalance_filter] } -enum optimism_AssetBalance_orderBy { +enum polygon_AssetBalance_orderBy { id amount locked @@ -112106,6 +112159,7 @@ enum optimism_AssetBalance_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -112114,12 +112168,12 @@ enum optimism_AssetBalance_orderBy { feesEarned } -type optimism_AssetStatus { +type polygon_AssetStatus { id: ID! status: Boolean } -input optimism_AssetStatus_filter { +input polygon_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -112133,17 +112187,17 @@ input optimism_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AssetStatus_filter] - or: [optimism_AssetStatus_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_AssetStatus_filter] + or: [polygon_AssetStatus_filter] } -enum optimism_AssetStatus_orderBy { +enum polygon_AssetStatus_orderBy { id status } -input optimism_Asset_filter { +input polygon_Asset_filter { id: ID id_not: ID id_gt: ID @@ -112152,16 +112206,16 @@ input optimism_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: optimism_Bytes - key_not: optimism_Bytes - key_gt: optimism_Bytes - key_lt: optimism_Bytes - key_gte: optimism_Bytes - key_lte: optimism_Bytes - key_in: [optimism_Bytes!] - key_not_in: [optimism_Bytes!] - key_contains: optimism_Bytes - key_not_contains: optimism_Bytes + key: polygon_Bytes + key_not: polygon_Bytes + key_gt: polygon_Bytes + key_lt: polygon_Bytes + key_gte: polygon_Bytes + key_lte: polygon_Bytes + key_in: [polygon_Bytes!] + key_not_in: [polygon_Bytes!] + key_contains: polygon_Bytes + key_not_contains: polygon_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -112169,17 +112223,25 @@ input optimism_Asset_filter { decimal_gte: BigInt decimal_lte: BigInt decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: polygon_Bytes + canonicalId_not: polygon_Bytes + canonicalId_gt: polygon_Bytes + canonicalId_lt: polygon_Bytes + canonicalId_gte: polygon_Bytes + canonicalId_lte: polygon_Bytes + canonicalId_in: [polygon_Bytes!] + canonicalId_not_in: [polygon_Bytes!] + canonicalId_contains: polygon_Bytes + canonicalId_not_contains: polygon_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -112188,26 +112250,26 @@ input optimism_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: optimism_Bytes - adoptedAsset_not: optimism_Bytes - adoptedAsset_gt: optimism_Bytes - adoptedAsset_lt: optimism_Bytes - adoptedAsset_gte: optimism_Bytes - adoptedAsset_lte: optimism_Bytes - adoptedAsset_in: [optimism_Bytes!] - adoptedAsset_not_in: [optimism_Bytes!] - adoptedAsset_contains: optimism_Bytes - adoptedAsset_not_contains: optimism_Bytes - localAsset: optimism_Bytes - localAsset_not: optimism_Bytes - localAsset_gt: optimism_Bytes - localAsset_lt: optimism_Bytes - localAsset_gte: optimism_Bytes - localAsset_lte: optimism_Bytes - localAsset_in: [optimism_Bytes!] - localAsset_not_in: [optimism_Bytes!] - localAsset_contains: optimism_Bytes - localAsset_not_contains: optimism_Bytes + adoptedAsset: polygon_Bytes + adoptedAsset_not: polygon_Bytes + adoptedAsset_gt: polygon_Bytes + adoptedAsset_lt: polygon_Bytes + adoptedAsset_gte: polygon_Bytes + adoptedAsset_lte: polygon_Bytes + adoptedAsset_in: [polygon_Bytes!] + adoptedAsset_not_in: [polygon_Bytes!] + adoptedAsset_contains: polygon_Bytes + adoptedAsset_not_contains: polygon_Bytes + localAsset: polygon_Bytes + localAsset_not: polygon_Bytes + localAsset_gt: polygon_Bytes + localAsset_lt: polygon_Bytes + localAsset_gte: polygon_Bytes + localAsset_lte: polygon_Bytes + localAsset_in: [polygon_Bytes!] + localAsset_not_in: [polygon_Bytes!] + localAsset_contains: polygon_Bytes + localAsset_not_contains: polygon_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -112236,17 +112298,18 @@ input optimism_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: optimism_AssetStatus_filter + status_: polygon_AssetStatus_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Asset_filter] - or: [optimism_Asset_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Asset_filter] + or: [polygon_Asset_filter] } -enum optimism_Asset_orderBy { +enum polygon_Asset_orderBy { id key decimal + adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -112257,30 +112320,30 @@ enum optimism_Asset_orderBy { status__status } -scalar optimism_BigDecimal +scalar polygon_BigDecimal -input optimism_BlockChangedFilter { +input polygon_BlockChangedFilter { number_gte: Int! } -input optimism_Block_height { - hash: optimism_Bytes +input polygon_Block_height { + hash: polygon_Bytes number: Int number_gte: Int } -scalar optimism_Bytes +scalar polygon_Bytes -type optimism_ConnectorMeta { +type polygon_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: optimism_Bytes - rootManager: optimism_Bytes - mirrorConnector: optimism_Bytes + amb: polygon_Bytes + rootManager: polygon_Bytes + mirrorConnector: polygon_Bytes } -input optimism_ConnectorMeta_filter { +input polygon_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -112305,43 +112368,43 @@ input optimism_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: optimism_Bytes - amb_not: optimism_Bytes - amb_gt: optimism_Bytes - amb_lt: optimism_Bytes - amb_gte: optimism_Bytes - amb_lte: optimism_Bytes - amb_in: [optimism_Bytes!] - amb_not_in: [optimism_Bytes!] - amb_contains: optimism_Bytes - amb_not_contains: optimism_Bytes - rootManager: optimism_Bytes - rootManager_not: optimism_Bytes - rootManager_gt: optimism_Bytes - rootManager_lt: optimism_Bytes - rootManager_gte: optimism_Bytes - rootManager_lte: optimism_Bytes - rootManager_in: [optimism_Bytes!] - rootManager_not_in: [optimism_Bytes!] - rootManager_contains: optimism_Bytes - rootManager_not_contains: optimism_Bytes - mirrorConnector: optimism_Bytes - mirrorConnector_not: optimism_Bytes - mirrorConnector_gt: optimism_Bytes - mirrorConnector_lt: optimism_Bytes - mirrorConnector_gte: optimism_Bytes - mirrorConnector_lte: optimism_Bytes - mirrorConnector_in: [optimism_Bytes!] - mirrorConnector_not_in: [optimism_Bytes!] - mirrorConnector_contains: optimism_Bytes - mirrorConnector_not_contains: optimism_Bytes + amb: polygon_Bytes + amb_not: polygon_Bytes + amb_gt: polygon_Bytes + amb_lt: polygon_Bytes + amb_gte: polygon_Bytes + amb_lte: polygon_Bytes + amb_in: [polygon_Bytes!] + amb_not_in: [polygon_Bytes!] + amb_contains: polygon_Bytes + amb_not_contains: polygon_Bytes + rootManager: polygon_Bytes + rootManager_not: polygon_Bytes + rootManager_gt: polygon_Bytes + rootManager_lt: polygon_Bytes + rootManager_gte: polygon_Bytes + rootManager_lte: polygon_Bytes + rootManager_in: [polygon_Bytes!] + rootManager_not_in: [polygon_Bytes!] + rootManager_contains: polygon_Bytes + rootManager_not_contains: polygon_Bytes + mirrorConnector: polygon_Bytes + mirrorConnector_not: polygon_Bytes + mirrorConnector_gt: polygon_Bytes + mirrorConnector_lt: polygon_Bytes + mirrorConnector_gte: polygon_Bytes + mirrorConnector_lte: polygon_Bytes + mirrorConnector_in: [polygon_Bytes!] + mirrorConnector_not_in: [polygon_Bytes!] + mirrorConnector_contains: polygon_Bytes + mirrorConnector_not_contains: polygon_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_ConnectorMeta_filter] - or: [optimism_ConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_ConnectorMeta_filter] + or: [polygon_ConnectorMeta_filter] } -enum optimism_ConnectorMeta_orderBy { +enum polygon_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -112350,48 +112413,48 @@ enum optimism_ConnectorMeta_orderBy { mirrorConnector } -type optimism_DestinationTransfer { +type polygon_DestinationTransfer { id: ID! chainId: BigInt - transferId: optimism_Bytes + transferId: polygon_Bytes nonce: BigInt - status: optimism_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: optimism_Router_orderBy, orderDirection: optimism_OrderDirection, where: optimism_Router_filter): [optimism_Router!] + status: polygon_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: polygon_Router_orderBy, orderDirection: polygon_OrderDirection, where: polygon_Router_filter): [polygon_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes + to: polygon_Bytes + delegate: polygon_Bytes receiveLocal: Boolean - callData: optimism_Bytes + callData: polygon_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: optimism_Bytes + originSender: polygon_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset + canonicalId: polygon_Bytes + asset: polygon_Asset amount: BigInt routersFee: BigInt - executedCaller: optimism_Bytes - executedTransactionHash: optimism_Bytes + executedCaller: polygon_Bytes + executedTransactionHash: polygon_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: optimism_Bytes + executedTxOrigin: polygon_Bytes executedTxNonce: BigInt - reconciledCaller: optimism_Bytes - reconciledTransactionHash: optimism_Bytes + reconciledCaller: polygon_Bytes + reconciledTransactionHash: polygon_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: optimism_Bytes + reconciledTxOrigin: polygon_Bytes reconciledTxNonce: BigInt } -input optimism_DestinationTransfer_filter { +input polygon_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -112408,16 +112471,16 @@ input optimism_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes + transferId: polygon_Bytes + transferId_not: polygon_Bytes + transferId_gt: polygon_Bytes + transferId_lt: polygon_Bytes + transferId_gte: polygon_Bytes + transferId_lte: polygon_Bytes + transferId_in: [polygon_Bytes!] + transferId_not_in: [polygon_Bytes!] + transferId_contains: polygon_Bytes + transferId_not_contains: polygon_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -112426,17 +112489,17 @@ input optimism_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimism_TransferStatus - status_not: optimism_TransferStatus - status_in: [optimism_TransferStatus!] - status_not_in: [optimism_TransferStatus!] + status: polygon_TransferStatus + status_not: polygon_TransferStatus + status_in: [polygon_TransferStatus!] + status_not_in: [polygon_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: optimism_Router_filter + routers_: polygon_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -112461,40 +112524,40 @@ input optimism_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimism_Bytes - to_not: optimism_Bytes - to_gt: optimism_Bytes - to_lt: optimism_Bytes - to_gte: optimism_Bytes - to_lte: optimism_Bytes - to_in: [optimism_Bytes!] - to_not_in: [optimism_Bytes!] - to_contains: optimism_Bytes - to_not_contains: optimism_Bytes - delegate: optimism_Bytes - delegate_not: optimism_Bytes - delegate_gt: optimism_Bytes - delegate_lt: optimism_Bytes - delegate_gte: optimism_Bytes - delegate_lte: optimism_Bytes - delegate_in: [optimism_Bytes!] - delegate_not_in: [optimism_Bytes!] - delegate_contains: optimism_Bytes - delegate_not_contains: optimism_Bytes + to: polygon_Bytes + to_not: polygon_Bytes + to_gt: polygon_Bytes + to_lt: polygon_Bytes + to_gte: polygon_Bytes + to_lte: polygon_Bytes + to_in: [polygon_Bytes!] + to_not_in: [polygon_Bytes!] + to_contains: polygon_Bytes + to_not_contains: polygon_Bytes + delegate: polygon_Bytes + delegate_not: polygon_Bytes + delegate_gt: polygon_Bytes + delegate_lt: polygon_Bytes + delegate_gte: polygon_Bytes + delegate_lte: polygon_Bytes + delegate_in: [polygon_Bytes!] + delegate_not_in: [polygon_Bytes!] + delegate_contains: polygon_Bytes + delegate_not_contains: polygon_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: optimism_Bytes - callData_not: optimism_Bytes - callData_gt: optimism_Bytes - callData_lt: optimism_Bytes - callData_gte: optimism_Bytes - callData_lte: optimism_Bytes - callData_in: [optimism_Bytes!] - callData_not_in: [optimism_Bytes!] - callData_contains: optimism_Bytes - callData_not_contains: optimism_Bytes + callData: polygon_Bytes + callData_not: polygon_Bytes + callData_gt: polygon_Bytes + callData_lt: polygon_Bytes + callData_gte: polygon_Bytes + callData_lte: polygon_Bytes + callData_in: [polygon_Bytes!] + callData_not_in: [polygon_Bytes!] + callData_contains: polygon_Bytes + callData_not_contains: polygon_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -112511,16 +112574,16 @@ input optimism_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: optimism_Bytes - originSender_not: optimism_Bytes - originSender_gt: optimism_Bytes - originSender_lt: optimism_Bytes - originSender_gte: optimism_Bytes - originSender_lte: optimism_Bytes - originSender_in: [optimism_Bytes!] - originSender_not_in: [optimism_Bytes!] - originSender_contains: optimism_Bytes - originSender_not_contains: optimism_Bytes + originSender: polygon_Bytes + originSender_not: polygon_Bytes + originSender_gt: polygon_Bytes + originSender_lt: polygon_Bytes + originSender_gte: polygon_Bytes + originSender_lte: polygon_Bytes + originSender_in: [polygon_Bytes!] + originSender_not_in: [polygon_Bytes!] + originSender_contains: polygon_Bytes + originSender_not_contains: polygon_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -112537,16 +112600,16 @@ input optimism_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes + canonicalId: polygon_Bytes + canonicalId_not: polygon_Bytes + canonicalId_gt: polygon_Bytes + canonicalId_lt: polygon_Bytes + canonicalId_gte: polygon_Bytes + canonicalId_lte: polygon_Bytes + canonicalId_in: [polygon_Bytes!] + canonicalId_not_in: [polygon_Bytes!] + canonicalId_contains: polygon_Bytes + canonicalId_not_contains: polygon_Bytes asset: String asset_not: String asset_gt: String @@ -112567,7 +112630,7 @@ input optimism_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter + asset_: polygon_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -112584,26 +112647,26 @@ input optimism_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: optimism_Bytes - executedCaller_not: optimism_Bytes - executedCaller_gt: optimism_Bytes - executedCaller_lt: optimism_Bytes - executedCaller_gte: optimism_Bytes - executedCaller_lte: optimism_Bytes - executedCaller_in: [optimism_Bytes!] - executedCaller_not_in: [optimism_Bytes!] - executedCaller_contains: optimism_Bytes - executedCaller_not_contains: optimism_Bytes - executedTransactionHash: optimism_Bytes - executedTransactionHash_not: optimism_Bytes - executedTransactionHash_gt: optimism_Bytes - executedTransactionHash_lt: optimism_Bytes - executedTransactionHash_gte: optimism_Bytes - executedTransactionHash_lte: optimism_Bytes - executedTransactionHash_in: [optimism_Bytes!] - executedTransactionHash_not_in: [optimism_Bytes!] - executedTransactionHash_contains: optimism_Bytes - executedTransactionHash_not_contains: optimism_Bytes + executedCaller: polygon_Bytes + executedCaller_not: polygon_Bytes + executedCaller_gt: polygon_Bytes + executedCaller_lt: polygon_Bytes + executedCaller_gte: polygon_Bytes + executedCaller_lte: polygon_Bytes + executedCaller_in: [polygon_Bytes!] + executedCaller_not_in: [polygon_Bytes!] + executedCaller_contains: polygon_Bytes + executedCaller_not_contains: polygon_Bytes + executedTransactionHash: polygon_Bytes + executedTransactionHash_not: polygon_Bytes + executedTransactionHash_gt: polygon_Bytes + executedTransactionHash_lt: polygon_Bytes + executedTransactionHash_gte: polygon_Bytes + executedTransactionHash_lte: polygon_Bytes + executedTransactionHash_in: [polygon_Bytes!] + executedTransactionHash_not_in: [polygon_Bytes!] + executedTransactionHash_contains: polygon_Bytes + executedTransactionHash_not_contains: polygon_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -112636,16 +112699,16 @@ input optimism_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: optimism_Bytes - executedTxOrigin_not: optimism_Bytes - executedTxOrigin_gt: optimism_Bytes - executedTxOrigin_lt: optimism_Bytes - executedTxOrigin_gte: optimism_Bytes - executedTxOrigin_lte: optimism_Bytes - executedTxOrigin_in: [optimism_Bytes!] - executedTxOrigin_not_in: [optimism_Bytes!] - executedTxOrigin_contains: optimism_Bytes - executedTxOrigin_not_contains: optimism_Bytes + executedTxOrigin: polygon_Bytes + executedTxOrigin_not: polygon_Bytes + executedTxOrigin_gt: polygon_Bytes + executedTxOrigin_lt: polygon_Bytes + executedTxOrigin_gte: polygon_Bytes + executedTxOrigin_lte: polygon_Bytes + executedTxOrigin_in: [polygon_Bytes!] + executedTxOrigin_not_in: [polygon_Bytes!] + executedTxOrigin_contains: polygon_Bytes + executedTxOrigin_not_contains: polygon_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -112654,26 +112717,26 @@ input optimism_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: optimism_Bytes - reconciledCaller_not: optimism_Bytes - reconciledCaller_gt: optimism_Bytes - reconciledCaller_lt: optimism_Bytes - reconciledCaller_gte: optimism_Bytes - reconciledCaller_lte: optimism_Bytes - reconciledCaller_in: [optimism_Bytes!] - reconciledCaller_not_in: [optimism_Bytes!] - reconciledCaller_contains: optimism_Bytes - reconciledCaller_not_contains: optimism_Bytes - reconciledTransactionHash: optimism_Bytes - reconciledTransactionHash_not: optimism_Bytes - reconciledTransactionHash_gt: optimism_Bytes - reconciledTransactionHash_lt: optimism_Bytes - reconciledTransactionHash_gte: optimism_Bytes - reconciledTransactionHash_lte: optimism_Bytes - reconciledTransactionHash_in: [optimism_Bytes!] - reconciledTransactionHash_not_in: [optimism_Bytes!] - reconciledTransactionHash_contains: optimism_Bytes - reconciledTransactionHash_not_contains: optimism_Bytes + reconciledCaller: polygon_Bytes + reconciledCaller_not: polygon_Bytes + reconciledCaller_gt: polygon_Bytes + reconciledCaller_lt: polygon_Bytes + reconciledCaller_gte: polygon_Bytes + reconciledCaller_lte: polygon_Bytes + reconciledCaller_in: [polygon_Bytes!] + reconciledCaller_not_in: [polygon_Bytes!] + reconciledCaller_contains: polygon_Bytes + reconciledCaller_not_contains: polygon_Bytes + reconciledTransactionHash: polygon_Bytes + reconciledTransactionHash_not: polygon_Bytes + reconciledTransactionHash_gt: polygon_Bytes + reconciledTransactionHash_lt: polygon_Bytes + reconciledTransactionHash_gte: polygon_Bytes + reconciledTransactionHash_lte: polygon_Bytes + reconciledTransactionHash_in: [polygon_Bytes!] + reconciledTransactionHash_not_in: [polygon_Bytes!] + reconciledTransactionHash_contains: polygon_Bytes + reconciledTransactionHash_not_contains: polygon_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -112706,16 +112769,16 @@ input optimism_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: optimism_Bytes - reconciledTxOrigin_not: optimism_Bytes - reconciledTxOrigin_gt: optimism_Bytes - reconciledTxOrigin_lt: optimism_Bytes - reconciledTxOrigin_gte: optimism_Bytes - reconciledTxOrigin_lte: optimism_Bytes - reconciledTxOrigin_in: [optimism_Bytes!] - reconciledTxOrigin_not_in: [optimism_Bytes!] - reconciledTxOrigin_contains: optimism_Bytes - reconciledTxOrigin_not_contains: optimism_Bytes + reconciledTxOrigin: polygon_Bytes + reconciledTxOrigin_not: polygon_Bytes + reconciledTxOrigin_gt: polygon_Bytes + reconciledTxOrigin_lt: polygon_Bytes + reconciledTxOrigin_gte: polygon_Bytes + reconciledTxOrigin_lte: polygon_Bytes + reconciledTxOrigin_in: [polygon_Bytes!] + reconciledTxOrigin_not_in: [polygon_Bytes!] + reconciledTxOrigin_contains: polygon_Bytes + reconciledTxOrigin_not_contains: polygon_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -112725,12 +112788,12 @@ input optimism_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_DestinationTransfer_filter] - or: [optimism_DestinationTransfer_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_DestinationTransfer_filter] + or: [polygon_DestinationTransfer_filter] } -enum optimism_DestinationTransfer_orderBy { +enum polygon_DestinationTransfer_orderBy { id chainId transferId @@ -112754,6 +112817,7 @@ enum optimism_DestinationTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -112783,28 +112847,28 @@ enum optimism_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar optimism_Int8 +scalar polygon_Int8 """Defines the order direction, either ascending or descending""" -enum optimism_OrderDirection { +enum polygon_OrderDirection { asc desc } -type optimism_OriginMessage { +type polygon_OriginMessage { id: ID! - transferId: optimism_Bytes + transferId: polygon_Bytes destinationDomain: BigInt - leaf: optimism_Bytes + leaf: polygon_Bytes index: BigInt - message: optimism_Bytes - root: optimism_Bytes - transactionHash: optimism_Bytes + message: polygon_Bytes + root: polygon_Bytes + transactionHash: polygon_Bytes blockNumber: BigInt - rootCount: optimism_RootCount + rootCount: polygon_RootCount } -input optimism_OriginMessage_filter { +input polygon_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -112813,16 +112877,16 @@ input optimism_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes + transferId: polygon_Bytes + transferId_not: polygon_Bytes + transferId_gt: polygon_Bytes + transferId_lt: polygon_Bytes + transferId_gte: polygon_Bytes + transferId_lte: polygon_Bytes + transferId_in: [polygon_Bytes!] + transferId_not_in: [polygon_Bytes!] + transferId_contains: polygon_Bytes + transferId_not_contains: polygon_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -112831,16 +112895,16 @@ input optimism_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: optimism_Bytes - leaf_not: optimism_Bytes - leaf_gt: optimism_Bytes - leaf_lt: optimism_Bytes - leaf_gte: optimism_Bytes - leaf_lte: optimism_Bytes - leaf_in: [optimism_Bytes!] - leaf_not_in: [optimism_Bytes!] - leaf_contains: optimism_Bytes - leaf_not_contains: optimism_Bytes + leaf: polygon_Bytes + leaf_not: polygon_Bytes + leaf_gt: polygon_Bytes + leaf_lt: polygon_Bytes + leaf_gte: polygon_Bytes + leaf_lte: polygon_Bytes + leaf_in: [polygon_Bytes!] + leaf_not_in: [polygon_Bytes!] + leaf_contains: polygon_Bytes + leaf_not_contains: polygon_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -112849,36 +112913,36 @@ input optimism_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: optimism_Bytes - message_not: optimism_Bytes - message_gt: optimism_Bytes - message_lt: optimism_Bytes - message_gte: optimism_Bytes - message_lte: optimism_Bytes - message_in: [optimism_Bytes!] - message_not_in: [optimism_Bytes!] - message_contains: optimism_Bytes - message_not_contains: optimism_Bytes - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + message: polygon_Bytes + message_not: polygon_Bytes + message_gt: polygon_Bytes + message_lt: polygon_Bytes + message_gte: polygon_Bytes + message_lte: polygon_Bytes + message_in: [polygon_Bytes!] + message_not_in: [polygon_Bytes!] + message_contains: polygon_Bytes + message_not_contains: polygon_Bytes + root: polygon_Bytes + root_not: polygon_Bytes + root_gt: polygon_Bytes + root_lt: polygon_Bytes + root_gte: polygon_Bytes + root_lte: polygon_Bytes + root_in: [polygon_Bytes!] + root_not_in: [polygon_Bytes!] + root_contains: polygon_Bytes + root_not_contains: polygon_Bytes + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -112907,14 +112971,14 @@ input optimism_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: optimism_RootCount_filter + rootCount_: polygon_RootCount_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OriginMessage_filter] - or: [optimism_OriginMessage_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_OriginMessage_filter] + or: [polygon_OriginMessage_filter] } -enum optimism_OriginMessage_orderBy { +enum polygon_OriginMessage_orderBy { id transferId destinationDomain @@ -112929,42 +112993,42 @@ enum optimism_OriginMessage_orderBy { rootCount__count } -type optimism_OriginTransfer { +type polygon_OriginTransfer { id: ID! chainId: BigInt - transferId: optimism_Bytes + transferId: polygon_Bytes nonce: BigInt - status: optimism_TransferStatus - messageHash: optimism_Bytes + status: polygon_TransferStatus + messageHash: polygon_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes + to: polygon_Bytes + delegate: polygon_Bytes receiveLocal: Boolean - callData: optimism_Bytes + callData: polygon_Bytes slippage: BigInt - originSender: optimism_Bytes + originSender: polygon_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset - transactingAsset: optimism_Bytes - message: optimism_OriginMessage + canonicalId: polygon_Bytes + asset: polygon_Asset + transactingAsset: polygon_Bytes + message: polygon_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimism_RelayerFee_orderBy, orderDirection: optimism_OrderDirection, where: optimism_RelayerFee_filter): [optimism_RelayerFee!] - initialRelayerFeeAsset: optimism_Bytes - caller: optimism_Bytes - transactionHash: optimism_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: polygon_RelayerFee_orderBy, orderDirection: polygon_OrderDirection, where: polygon_RelayerFee_filter): [polygon_RelayerFee!] + initialRelayerFeeAsset: polygon_Bytes + caller: polygon_Bytes + transactionHash: polygon_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: optimism_Bytes + txOrigin: polygon_Bytes txNonce: BigInt } -input optimism_OriginTransfer_filter { +input polygon_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -112981,16 +113045,16 @@ input optimism_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes + transferId: polygon_Bytes + transferId_not: polygon_Bytes + transferId_gt: polygon_Bytes + transferId_lt: polygon_Bytes + transferId_gte: polygon_Bytes + transferId_lte: polygon_Bytes + transferId_in: [polygon_Bytes!] + transferId_not_in: [polygon_Bytes!] + transferId_contains: polygon_Bytes + transferId_not_contains: polygon_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -112999,20 +113063,20 @@ input optimism_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimism_TransferStatus - status_not: optimism_TransferStatus - status_in: [optimism_TransferStatus!] - status_not_in: [optimism_TransferStatus!] - messageHash: optimism_Bytes - messageHash_not: optimism_Bytes - messageHash_gt: optimism_Bytes - messageHash_lt: optimism_Bytes - messageHash_gte: optimism_Bytes - messageHash_lte: optimism_Bytes - messageHash_in: [optimism_Bytes!] - messageHash_not_in: [optimism_Bytes!] - messageHash_contains: optimism_Bytes - messageHash_not_contains: optimism_Bytes + status: polygon_TransferStatus + status_not: polygon_TransferStatus + status_in: [polygon_TransferStatus!] + status_not_in: [polygon_TransferStatus!] + messageHash: polygon_Bytes + messageHash_not: polygon_Bytes + messageHash_gt: polygon_Bytes + messageHash_lt: polygon_Bytes + messageHash_gte: polygon_Bytes + messageHash_lte: polygon_Bytes + messageHash_in: [polygon_Bytes!] + messageHash_not_in: [polygon_Bytes!] + messageHash_contains: polygon_Bytes + messageHash_not_contains: polygon_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -113037,40 +113101,40 @@ input optimism_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimism_Bytes - to_not: optimism_Bytes - to_gt: optimism_Bytes - to_lt: optimism_Bytes - to_gte: optimism_Bytes - to_lte: optimism_Bytes - to_in: [optimism_Bytes!] - to_not_in: [optimism_Bytes!] - to_contains: optimism_Bytes - to_not_contains: optimism_Bytes - delegate: optimism_Bytes - delegate_not: optimism_Bytes - delegate_gt: optimism_Bytes - delegate_lt: optimism_Bytes - delegate_gte: optimism_Bytes - delegate_lte: optimism_Bytes - delegate_in: [optimism_Bytes!] - delegate_not_in: [optimism_Bytes!] - delegate_contains: optimism_Bytes - delegate_not_contains: optimism_Bytes + to: polygon_Bytes + to_not: polygon_Bytes + to_gt: polygon_Bytes + to_lt: polygon_Bytes + to_gte: polygon_Bytes + to_lte: polygon_Bytes + to_in: [polygon_Bytes!] + to_not_in: [polygon_Bytes!] + to_contains: polygon_Bytes + to_not_contains: polygon_Bytes + delegate: polygon_Bytes + delegate_not: polygon_Bytes + delegate_gt: polygon_Bytes + delegate_lt: polygon_Bytes + delegate_gte: polygon_Bytes + delegate_lte: polygon_Bytes + delegate_in: [polygon_Bytes!] + delegate_not_in: [polygon_Bytes!] + delegate_contains: polygon_Bytes + delegate_not_contains: polygon_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: optimism_Bytes - callData_not: optimism_Bytes - callData_gt: optimism_Bytes - callData_lt: optimism_Bytes - callData_gte: optimism_Bytes - callData_lte: optimism_Bytes - callData_in: [optimism_Bytes!] - callData_not_in: [optimism_Bytes!] - callData_contains: optimism_Bytes - callData_not_contains: optimism_Bytes + callData: polygon_Bytes + callData_not: polygon_Bytes + callData_gt: polygon_Bytes + callData_lt: polygon_Bytes + callData_gte: polygon_Bytes + callData_lte: polygon_Bytes + callData_in: [polygon_Bytes!] + callData_not_in: [polygon_Bytes!] + callData_contains: polygon_Bytes + callData_not_contains: polygon_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -113079,16 +113143,16 @@ input optimism_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: optimism_Bytes - originSender_not: optimism_Bytes - originSender_gt: optimism_Bytes - originSender_lt: optimism_Bytes - originSender_gte: optimism_Bytes - originSender_lte: optimism_Bytes - originSender_in: [optimism_Bytes!] - originSender_not_in: [optimism_Bytes!] - originSender_contains: optimism_Bytes - originSender_not_contains: optimism_Bytes + originSender: polygon_Bytes + originSender_not: polygon_Bytes + originSender_gt: polygon_Bytes + originSender_lt: polygon_Bytes + originSender_gte: polygon_Bytes + originSender_lte: polygon_Bytes + originSender_in: [polygon_Bytes!] + originSender_not_in: [polygon_Bytes!] + originSender_contains: polygon_Bytes + originSender_not_contains: polygon_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -113105,16 +113169,16 @@ input optimism_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes + canonicalId: polygon_Bytes + canonicalId_not: polygon_Bytes + canonicalId_gt: polygon_Bytes + canonicalId_lt: polygon_Bytes + canonicalId_gte: polygon_Bytes + canonicalId_lte: polygon_Bytes + canonicalId_in: [polygon_Bytes!] + canonicalId_not_in: [polygon_Bytes!] + canonicalId_contains: polygon_Bytes + canonicalId_not_contains: polygon_Bytes asset: String asset_not: String asset_gt: String @@ -113135,17 +113199,17 @@ input optimism_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter - transactingAsset: optimism_Bytes - transactingAsset_not: optimism_Bytes - transactingAsset_gt: optimism_Bytes - transactingAsset_lt: optimism_Bytes - transactingAsset_gte: optimism_Bytes - transactingAsset_lte: optimism_Bytes - transactingAsset_in: [optimism_Bytes!] - transactingAsset_not_in: [optimism_Bytes!] - transactingAsset_contains: optimism_Bytes - transactingAsset_not_contains: optimism_Bytes + asset_: polygon_Asset_filter + transactingAsset: polygon_Bytes + transactingAsset_not: polygon_Bytes + transactingAsset_gt: polygon_Bytes + transactingAsset_lt: polygon_Bytes + transactingAsset_gte: polygon_Bytes + transactingAsset_lte: polygon_Bytes + transactingAsset_in: [polygon_Bytes!] + transactingAsset_not_in: [polygon_Bytes!] + transactingAsset_contains: polygon_Bytes + transactingAsset_not_contains: polygon_Bytes message: String message_not: String message_gt: String @@ -113166,7 +113230,7 @@ input optimism_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: optimism_OriginMessage_filter + message_: polygon_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -113181,37 +113245,37 @@ input optimism_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: optimism_RelayerFee_filter - initialRelayerFeeAsset: optimism_Bytes - initialRelayerFeeAsset_not: optimism_Bytes - initialRelayerFeeAsset_gt: optimism_Bytes - initialRelayerFeeAsset_lt: optimism_Bytes - initialRelayerFeeAsset_gte: optimism_Bytes - initialRelayerFeeAsset_lte: optimism_Bytes - initialRelayerFeeAsset_in: [optimism_Bytes!] - initialRelayerFeeAsset_not_in: [optimism_Bytes!] - initialRelayerFeeAsset_contains: optimism_Bytes - initialRelayerFeeAsset_not_contains: optimism_Bytes - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + relayerFees_: polygon_RelayerFee_filter + initialRelayerFeeAsset: polygon_Bytes + initialRelayerFeeAsset_not: polygon_Bytes + initialRelayerFeeAsset_gt: polygon_Bytes + initialRelayerFeeAsset_lt: polygon_Bytes + initialRelayerFeeAsset_gte: polygon_Bytes + initialRelayerFeeAsset_lte: polygon_Bytes + initialRelayerFeeAsset_in: [polygon_Bytes!] + initialRelayerFeeAsset_not_in: [polygon_Bytes!] + initialRelayerFeeAsset_contains: polygon_Bytes + initialRelayerFeeAsset_not_contains: polygon_Bytes + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -113244,16 +113308,16 @@ input optimism_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: optimism_Bytes - txOrigin_not: optimism_Bytes - txOrigin_gt: optimism_Bytes - txOrigin_lt: optimism_Bytes - txOrigin_gte: optimism_Bytes - txOrigin_lte: optimism_Bytes - txOrigin_in: [optimism_Bytes!] - txOrigin_not_in: [optimism_Bytes!] - txOrigin_contains: optimism_Bytes - txOrigin_not_contains: optimism_Bytes + txOrigin: polygon_Bytes + txOrigin_not: polygon_Bytes + txOrigin_gt: polygon_Bytes + txOrigin_lt: polygon_Bytes + txOrigin_gte: polygon_Bytes + txOrigin_lte: polygon_Bytes + txOrigin_in: [polygon_Bytes!] + txOrigin_not_in: [polygon_Bytes!] + txOrigin_contains: polygon_Bytes + txOrigin_not_contains: polygon_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -113263,12 +113327,12 @@ input optimism_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OriginTransfer_filter] - or: [optimism_OriginTransfer_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_OriginTransfer_filter] + or: [polygon_OriginTransfer_filter] } -enum optimism_OriginTransfer_orderBy { +enum polygon_OriginTransfer_orderBy { id chainId transferId @@ -113291,6 +113355,7 @@ enum optimism_OriginTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -113320,20 +113385,20 @@ enum optimism_OriginTransfer_orderBy { txNonce } -type optimism_Relayer { +type polygon_Relayer { id: ID! isActive: Boolean! - relayer: optimism_Bytes + relayer: polygon_Bytes } -type optimism_RelayerFee { +type polygon_RelayerFee { id: ID! - transfer: optimism_OriginTransfer! + transfer: polygon_OriginTransfer! fee: BigInt! - asset: optimism_Bytes! + asset: polygon_Bytes! } -input optimism_RelayerFee_filter { +input polygon_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -113362,7 +113427,7 @@ input optimism_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimism_OriginTransfer_filter + transfer_: polygon_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -113371,23 +113436,23 @@ input optimism_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: optimism_Bytes - asset_not: optimism_Bytes - asset_gt: optimism_Bytes - asset_lt: optimism_Bytes - asset_gte: optimism_Bytes - asset_lte: optimism_Bytes - asset_in: [optimism_Bytes!] - asset_not_in: [optimism_Bytes!] - asset_contains: optimism_Bytes - asset_not_contains: optimism_Bytes + asset: polygon_Bytes + asset_not: polygon_Bytes + asset_gt: polygon_Bytes + asset_lt: polygon_Bytes + asset_gte: polygon_Bytes + asset_lte: polygon_Bytes + asset_in: [polygon_Bytes!] + asset_not_in: [polygon_Bytes!] + asset_contains: polygon_Bytes + asset_not_contains: polygon_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RelayerFee_filter] - or: [optimism_RelayerFee_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RelayerFee_filter] + or: [polygon_RelayerFee_filter] } -enum optimism_RelayerFee_orderBy { +enum polygon_RelayerFee_orderBy { id transfer transfer__id @@ -113423,20 +113488,20 @@ enum optimism_RelayerFee_orderBy { asset } -type optimism_RelayerFeesIncrease { +type polygon_RelayerFeesIncrease { id: ID! - transfer: optimism_OriginTransfer! + transfer: polygon_OriginTransfer! increase: BigInt - asset: optimism_Bytes - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + asset: polygon_Bytes + caller: polygon_Bytes! + transactionHash: polygon_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimism_RelayerFeesIncrease_filter { +input polygon_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -113465,7 +113530,7 @@ input optimism_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimism_OriginTransfer_filter + transfer_: polygon_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -113474,36 +113539,36 @@ input optimism_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: optimism_Bytes - asset_not: optimism_Bytes - asset_gt: optimism_Bytes - asset_lt: optimism_Bytes - asset_gte: optimism_Bytes - asset_lte: optimism_Bytes - asset_in: [optimism_Bytes!] - asset_not_in: [optimism_Bytes!] - asset_contains: optimism_Bytes - asset_not_contains: optimism_Bytes - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + asset: polygon_Bytes + asset_not: polygon_Bytes + asset_gt: polygon_Bytes + asset_lt: polygon_Bytes + asset_gte: polygon_Bytes + asset_lte: polygon_Bytes + asset_in: [polygon_Bytes!] + asset_not_in: [polygon_Bytes!] + asset_contains: polygon_Bytes + asset_not_contains: polygon_Bytes + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -113537,12 +113602,12 @@ input optimism_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RelayerFeesIncrease_filter] - or: [optimism_RelayerFeesIncrease_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RelayerFeesIncrease_filter] + or: [polygon_RelayerFeesIncrease_filter] } -enum optimism_RelayerFeesIncrease_orderBy { +enum polygon_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -113584,7 +113649,7 @@ enum optimism_RelayerFeesIncrease_orderBy { blockNumber } -input optimism_Relayer_filter { +input polygon_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -113597,34 +113662,34 @@ input optimism_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: optimism_Bytes - relayer_not: optimism_Bytes - relayer_gt: optimism_Bytes - relayer_lt: optimism_Bytes - relayer_gte: optimism_Bytes - relayer_lte: optimism_Bytes - relayer_in: [optimism_Bytes!] - relayer_not_in: [optimism_Bytes!] - relayer_contains: optimism_Bytes - relayer_not_contains: optimism_Bytes + relayer: polygon_Bytes + relayer_not: polygon_Bytes + relayer_gt: polygon_Bytes + relayer_lt: polygon_Bytes + relayer_gte: polygon_Bytes + relayer_lte: polygon_Bytes + relayer_in: [polygon_Bytes!] + relayer_not_in: [polygon_Bytes!] + relayer_contains: polygon_Bytes + relayer_not_contains: polygon_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Relayer_filter] - or: [optimism_Relayer_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Relayer_filter] + or: [polygon_Relayer_filter] } -enum optimism_Relayer_orderBy { +enum polygon_Relayer_orderBy { id isActive relayer } -type optimism_RootCount { +type polygon_RootCount { id: ID! count: BigInt } -input optimism_RootCount_filter { +input polygon_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -113642,31 +113707,31 @@ input optimism_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RootCount_filter] - or: [optimism_RootCount_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RootCount_filter] + or: [polygon_RootCount_filter] } -enum optimism_RootCount_orderBy { +enum polygon_RootCount_orderBy { id count } -type optimism_RootMessageSent { +type polygon_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: optimism_Bytes + root: polygon_Bytes count: BigInt - caller: optimism_Bytes - transactionHash: optimism_Bytes + caller: polygon_Bytes + transactionHash: polygon_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input optimism_RootMessageSent_filter { +input polygon_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -113691,16 +113756,16 @@ input optimism_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes + root: polygon_Bytes + root_not: polygon_Bytes + root_gt: polygon_Bytes + root_lt: polygon_Bytes + root_gte: polygon_Bytes + root_lte: polygon_Bytes + root_in: [polygon_Bytes!] + root_not_in: [polygon_Bytes!] + root_contains: polygon_Bytes + root_not_contains: polygon_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -113709,26 +113774,26 @@ input optimism_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -113762,12 +113827,12 @@ input optimism_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RootMessageSent_filter] - or: [optimism_RootMessageSent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RootMessageSent_filter] + or: [polygon_RootMessageSent_filter] } -enum optimism_RootMessageSent_orderBy { +enum polygon_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -113781,25 +113846,25 @@ enum optimism_RootMessageSent_orderBy { blockNumber } -type optimism_Router { +type polygon_Router { id: ID! isActive: Boolean! - owner: optimism_Bytes - recipient: optimism_Bytes - proposedOwner: optimism_Bytes + owner: polygon_Bytes + recipient: polygon_Bytes + proposedOwner: polygon_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimism_AssetBalance_orderBy, orderDirection: optimism_OrderDirection, where: optimism_AssetBalance_filter): [optimism_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygon_AssetBalance_orderBy, orderDirection: polygon_OrderDirection, where: polygon_AssetBalance_filter): [polygon_AssetBalance!]! } -type optimism_RouterDailyTVL { +type polygon_RouterDailyTVL { id: ID! - router: optimism_Router! - asset: optimism_Asset! + router: polygon_Router! + asset: polygon_Asset! timestamp: BigInt! balance: BigInt! } -input optimism_RouterDailyTVL_filter { +input polygon_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -113828,7 +113893,7 @@ input optimism_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimism_Router_filter + router_: polygon_Router_filter asset: String asset_not: String asset_gt: String @@ -113849,7 +113914,7 @@ input optimism_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter + asset_: polygon_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -113867,12 +113932,12 @@ input optimism_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RouterDailyTVL_filter] - or: [optimism_RouterDailyTVL_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RouterDailyTVL_filter] + or: [polygon_RouterDailyTVL_filter] } -enum optimism_RouterDailyTVL_orderBy { +enum polygon_RouterDailyTVL_orderBy { id router router__id @@ -113885,6 +113950,7 @@ enum optimism_RouterDailyTVL_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -113894,7 +113960,176 @@ enum optimism_RouterDailyTVL_orderBy { balance } -input optimism_Router_filter { +type polygon_RouterLiquidityEvent { + id: ID! + type: polygon_RouterLiquidityEventType + router: polygon_Router! + asset: polygon_Asset! + amount: BigInt! + balance: BigInt! + caller: polygon_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: polygon_Bytes! + nonce: BigInt! +} + +enum polygon_RouterLiquidityEventType { + Add + Remove +} + +input polygon_RouterLiquidityEvent_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!] + type: polygon_RouterLiquidityEventType + type_not: polygon_RouterLiquidityEventType + type_in: [polygon_RouterLiquidityEventType!] + type_not_in: [polygon_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: polygon_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygon_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: polygon_BlockChangedFilter + and: [polygon_RouterLiquidityEvent_filter] + or: [polygon_RouterLiquidityEvent_filter] +} + +enum polygon_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input polygon_Router_filter { id: ID id_not: ID id_gt: ID @@ -113907,36 +114142,36 @@ input optimism_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: optimism_Bytes - owner_not: optimism_Bytes - owner_gt: optimism_Bytes - owner_lt: optimism_Bytes - owner_gte: optimism_Bytes - owner_lte: optimism_Bytes - owner_in: [optimism_Bytes!] - owner_not_in: [optimism_Bytes!] - owner_contains: optimism_Bytes - owner_not_contains: optimism_Bytes - recipient: optimism_Bytes - recipient_not: optimism_Bytes - recipient_gt: optimism_Bytes - recipient_lt: optimism_Bytes - recipient_gte: optimism_Bytes - recipient_lte: optimism_Bytes - recipient_in: [optimism_Bytes!] - recipient_not_in: [optimism_Bytes!] - recipient_contains: optimism_Bytes - recipient_not_contains: optimism_Bytes - proposedOwner: optimism_Bytes - proposedOwner_not: optimism_Bytes - proposedOwner_gt: optimism_Bytes - proposedOwner_lt: optimism_Bytes - proposedOwner_gte: optimism_Bytes - proposedOwner_lte: optimism_Bytes - proposedOwner_in: [optimism_Bytes!] - proposedOwner_not_in: [optimism_Bytes!] - proposedOwner_contains: optimism_Bytes - proposedOwner_not_contains: optimism_Bytes + owner: polygon_Bytes + owner_not: polygon_Bytes + owner_gt: polygon_Bytes + owner_lt: polygon_Bytes + owner_gte: polygon_Bytes + owner_lte: polygon_Bytes + owner_in: [polygon_Bytes!] + owner_not_in: [polygon_Bytes!] + owner_contains: polygon_Bytes + owner_not_contains: polygon_Bytes + recipient: polygon_Bytes + recipient_not: polygon_Bytes + recipient_gt: polygon_Bytes + recipient_lt: polygon_Bytes + recipient_gte: polygon_Bytes + recipient_lte: polygon_Bytes + recipient_in: [polygon_Bytes!] + recipient_not_in: [polygon_Bytes!] + recipient_contains: polygon_Bytes + recipient_not_contains: polygon_Bytes + proposedOwner: polygon_Bytes + proposedOwner_not: polygon_Bytes + proposedOwner_gt: polygon_Bytes + proposedOwner_lt: polygon_Bytes + proposedOwner_gte: polygon_Bytes + proposedOwner_lte: polygon_Bytes + proposedOwner_in: [polygon_Bytes!] + proposedOwner_not_in: [polygon_Bytes!] + proposedOwner_contains: polygon_Bytes + proposedOwner_not_contains: polygon_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -113945,14 +114180,14 @@ input optimism_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: optimism_AssetBalance_filter + assetBalances_: polygon_AssetBalance_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Router_filter] - or: [optimism_Router_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Router_filter] + or: [polygon_Router_filter] } -enum optimism_Router_orderBy { +enum polygon_Router_orderBy { id isActive owner @@ -113962,13 +114197,13 @@ enum optimism_Router_orderBy { assetBalances } -type optimism_Sequencer { +type polygon_Sequencer { id: ID! isActive: Boolean! - sequencer: optimism_Bytes + sequencer: polygon_Bytes } -input optimism_Sequencer_filter { +input polygon_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -113981,35 +114216,35 @@ input optimism_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: optimism_Bytes - sequencer_not: optimism_Bytes - sequencer_gt: optimism_Bytes - sequencer_lt: optimism_Bytes - sequencer_gte: optimism_Bytes - sequencer_lte: optimism_Bytes - sequencer_in: [optimism_Bytes!] - sequencer_not_in: [optimism_Bytes!] - sequencer_contains: optimism_Bytes - sequencer_not_contains: optimism_Bytes + sequencer: polygon_Bytes + sequencer_not: polygon_Bytes + sequencer_gt: polygon_Bytes + sequencer_lt: polygon_Bytes + sequencer_gte: polygon_Bytes + sequencer_lte: polygon_Bytes + sequencer_in: [polygon_Bytes!] + sequencer_not_in: [polygon_Bytes!] + sequencer_contains: polygon_Bytes + sequencer_not_contains: polygon_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Sequencer_filter] - or: [optimism_Sequencer_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Sequencer_filter] + or: [polygon_Sequencer_filter] } -enum optimism_Sequencer_orderBy { +enum polygon_Sequencer_orderBy { id isActive sequencer } -type optimism_Setting { +type polygon_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: optimism_Bytes! + caller: polygon_Bytes! } -input optimism_Setting_filter { +input polygon_Setting_filter { id: ID id_not: ID id_gt: ID @@ -114026,41 +114261,41 @@ input optimism_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Setting_filter] - or: [optimism_Setting_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Setting_filter] + or: [polygon_Setting_filter] } -enum optimism_Setting_orderBy { +enum polygon_Setting_orderBy { id maxRoutersPerTransfer caller } -type optimism_SlippageUpdate { +type polygon_SlippageUpdate { id: ID! - transfer: optimism_DestinationTransfer! + transfer: polygon_DestinationTransfer! slippage: BigInt! - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + caller: polygon_Bytes! + transactionHash: polygon_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimism_SlippageUpdate_filter { +input polygon_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -114089,7 +114324,7 @@ input optimism_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimism_DestinationTransfer_filter + transfer_: polygon_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -114098,26 +114333,26 @@ input optimism_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -114151,12 +114386,12 @@ input optimism_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_SlippageUpdate_filter] - or: [optimism_SlippageUpdate_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_SlippageUpdate_filter] + or: [polygon_SlippageUpdate_filter] } -enum optimism_SlippageUpdate_orderBy { +enum polygon_SlippageUpdate_orderBy { id transfer transfer__id @@ -114204,7 +114439,7 @@ enum optimism_SlippageUpdate_orderBy { blockNumber } -enum optimism_TransferStatus { +enum polygon_TransferStatus { XCalled Executed Reconciled @@ -114212,9 +114447,9 @@ enum optimism_TransferStatus { CompletedFast } -type optimism__Block_ { +type polygon__Block_ { """The hash of the block""" - hash: optimism_Bytes + hash: polygon_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -114222,7 +114457,7 @@ type optimism__Block_ { } """The type for the top-level _meta field""" -type optimism__Meta_ { +type polygon__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -114230,7 +114465,7 @@ type optimism__Meta_ { and therefore asks for the latest block """ - block: optimism__Block_! + block: polygon__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/introspectionSchema.ts index 1eabdc338a..2e2afa8816 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/introspectionSchema.ts @@ -779,6 +779,22 @@ const schemaAST = { }, "directives": [] }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, { "kind": "FieldDefinition", "name": { @@ -2689,6 +2705,14 @@ const schemaAST = { }, "directives": [] }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, { "kind": "EnumValueDefinition", "name": { @@ -3515,6 +3539,138 @@ const schemaAST = { }, "directives": [] }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, { "kind": "InputValueDefinition", "name": { @@ -4682,6 +4838,14 @@ const schemaAST = { }, "directives": [] }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, { "kind": "EnumValueDefinition", "name": { @@ -12401,6 +12565,14 @@ const schemaAST = { }, "directives": [] }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, { "kind": "EnumValueDefinition", "name": { @@ -20371,6 +20543,14 @@ const schemaAST = { }, "directives": [] }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, { "kind": "EnumValueDefinition", "name": { @@ -21791,7 +21971,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "setting" + "value": "routerLiquidityEvent" }, "arguments": [ { @@ -21864,7 +22044,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Setting" + "value": "RouterLiquidityEvent" } }, "directives": [] @@ -21873,7 +22053,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "settings" + "value": "routerLiquidityEvents" }, "arguments": [ { @@ -21924,7 +22104,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Setting_orderBy" + "value": "RouterLiquidityEvent_orderBy" } }, "directives": [] @@ -21954,7 +22134,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Setting_filter" + "value": "RouterLiquidityEvent_filter" } }, "directives": [] @@ -22017,7 +22197,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Setting" + "value": "RouterLiquidityEvent" } } } @@ -22029,7 +22209,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "relayer" + "value": "setting" }, "arguments": [ { @@ -22102,7 +22282,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Relayer" + "value": "Setting" } }, "directives": [] @@ -22111,7 +22291,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "relayers" + "value": "settings" }, "arguments": [ { @@ -22162,7 +22342,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Relayer_orderBy" + "value": "Setting_orderBy" } }, "directives": [] @@ -22192,7 +22372,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Relayer_filter" + "value": "Setting_filter" } }, "directives": [] @@ -22255,7 +22435,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Relayer" + "value": "Setting" } } } @@ -22267,7 +22447,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "sequencer" + "value": "relayer" }, "arguments": [ { @@ -22340,7 +22520,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Sequencer" + "value": "Relayer" } }, "directives": [] @@ -22349,7 +22529,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "sequencers" + "value": "relayers" }, "arguments": [ { @@ -22400,7 +22580,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Sequencer_orderBy" + "value": "Relayer_orderBy" } }, "directives": [] @@ -22430,7 +22610,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Sequencer_filter" + "value": "Relayer_filter" } }, "directives": [] @@ -22493,7 +22673,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "Sequencer" + "value": "Relayer" } } } @@ -22505,7 +22685,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "relayerFee" + "value": "sequencer" }, "arguments": [ { @@ -22578,7 +22758,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RelayerFee" + "value": "Sequencer" } }, "directives": [] @@ -22587,7 +22767,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "relayerFees" + "value": "sequencers" }, "arguments": [ { @@ -22638,7 +22818,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RelayerFee_orderBy" + "value": "Sequencer_orderBy" } }, "directives": [] @@ -22668,7 +22848,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RelayerFee_filter" + "value": "Sequencer_filter" } }, "directives": [] @@ -22731,7 +22911,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RelayerFee" + "value": "Sequencer" } } } @@ -22743,7 +22923,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "originTransfer" + "value": "relayerFee" }, "arguments": [ { @@ -22816,7 +22996,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginTransfer" + "value": "RelayerFee" } }, "directives": [] @@ -22825,7 +23005,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "originTransfers" + "value": "relayerFees" }, "arguments": [ { @@ -22876,7 +23056,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginTransfer_orderBy" + "value": "RelayerFee_orderBy" } }, "directives": [] @@ -22906,7 +23086,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginTransfer_filter" + "value": "RelayerFee_filter" } }, "directives": [] @@ -22969,7 +23149,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginTransfer" + "value": "RelayerFee" } } } @@ -22981,7 +23161,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "destinationTransfer" + "value": "originTransfer" }, "arguments": [ { @@ -23054,7 +23234,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "DestinationTransfer" + "value": "OriginTransfer" } }, "directives": [] @@ -23063,7 +23243,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "destinationTransfers" + "value": "originTransfers" }, "arguments": [ { @@ -23114,7 +23294,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "DestinationTransfer_orderBy" + "value": "OriginTransfer_orderBy" } }, "directives": [] @@ -23144,7 +23324,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "DestinationTransfer_filter" + "value": "OriginTransfer_filter" } }, "directives": [] @@ -23207,7 +23387,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "DestinationTransfer" + "value": "OriginTransfer" } } } @@ -23219,7 +23399,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "originMessage" + "value": "destinationTransfer" }, "arguments": [ { @@ -23292,7 +23472,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginMessage" + "value": "DestinationTransfer" } }, "directives": [] @@ -23301,7 +23481,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "originMessages" + "value": "destinationTransfers" }, "arguments": [ { @@ -23352,7 +23532,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginMessage_orderBy" + "value": "DestinationTransfer_orderBy" } }, "directives": [] @@ -23382,7 +23562,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginMessage_filter" + "value": "DestinationTransfer_filter" } }, "directives": [] @@ -23445,7 +23625,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "OriginMessage" + "value": "DestinationTransfer" } } } @@ -23457,7 +23637,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "aggregateRoot" + "value": "originMessage" }, "arguments": [ { @@ -23530,7 +23710,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AggregateRoot" + "value": "OriginMessage" } }, "directives": [] @@ -23539,7 +23719,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "aggregateRoots" + "value": "originMessages" }, "arguments": [ { @@ -23590,7 +23770,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AggregateRoot_orderBy" + "value": "OriginMessage_orderBy" } }, "directives": [] @@ -23620,7 +23800,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AggregateRoot_filter" + "value": "OriginMessage_filter" } }, "directives": [] @@ -23683,7 +23863,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "AggregateRoot" + "value": "OriginMessage" } } } @@ -23695,7 +23875,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "connectorMeta" + "value": "aggregateRoot" }, "arguments": [ { @@ -23768,245 +23948,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "ConnectorMeta" - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "connectorMetas" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "skip" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "0" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "first" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Int" - } - }, - "defaultValue": { - "kind": "IntValue", - "value": "100" - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderBy" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ConnectorMeta_orderBy" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "orderDirection" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "OrderDirection" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "where" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ConnectorMeta_filter" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "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": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NonNullType", - "type": { - "kind": "ListType", - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ConnectorMeta" - } - } - } - } - }, - "directives": [] - }, - { - "kind": "FieldDefinition", - "name": { - "kind": "Name", - "value": "rootCount" - }, - "arguments": [ - { - "kind": "InputValueDefinition", - "name": { - "kind": "Name", - "value": "id" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "ID" - } - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "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": true - }, - "name": { - "kind": "Name", - "value": "block" - }, - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Block_height" - } - }, - "directives": [] - }, - { - "kind": "InputValueDefinition", - "description": { - "kind": "StringValue", - "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", - "block": true - }, - "name": { - "kind": "Name", - "value": "subgraphError" - }, - "type": { - "kind": "NonNullType", - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "_SubgraphErrorPolicy_" - } - } - }, - "defaultValue": { - "kind": "EnumValue", - "value": "deny" - }, - "directives": [] - } - ], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "RootCount" + "value": "AggregateRoot" } }, "directives": [] @@ -24015,7 +23957,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootCounts" + "value": "aggregateRoots" }, "arguments": [ { @@ -24066,7 +24008,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootCount_orderBy" + "value": "AggregateRoot_orderBy" } }, "directives": [] @@ -24096,7 +24038,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootCount_filter" + "value": "AggregateRoot_filter" } }, "directives": [] @@ -24159,7 +24101,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootCount" + "value": "AggregateRoot" } } } @@ -24171,7 +24113,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootMessageSent" + "value": "connectorMeta" }, "arguments": [ { @@ -24244,7 +24186,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootMessageSent" + "value": "ConnectorMeta" } }, "directives": [] @@ -24253,7 +24195,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "rootMessageSents" + "value": "connectorMetas" }, "arguments": [ { @@ -24304,7 +24246,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootMessageSent_orderBy" + "value": "ConnectorMeta_orderBy" } }, "directives": [] @@ -24334,7 +24276,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootMessageSent_filter" + "value": "ConnectorMeta_filter" } }, "directives": [] @@ -24397,7 +24339,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RootMessageSent" + "value": "ConnectorMeta" } } } @@ -24409,7 +24351,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "relayerFeesIncrease" + "value": "rootCount" }, "arguments": [ { @@ -24482,7 +24424,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RelayerFeesIncrease" + "value": "RootCount" } }, "directives": [] @@ -24491,7 +24433,7 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "relayerFeesIncreases" + "value": "rootCounts" }, "arguments": [ { @@ -24542,7 +24484,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RelayerFeesIncrease_orderBy" + "value": "RootCount_orderBy" } }, "directives": [] @@ -24572,7 +24514,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RelayerFeesIncrease_filter" + "value": "RootCount_filter" } }, "directives": [] @@ -24635,7 +24577,7 @@ const schemaAST = { "kind": "NamedType", "name": { "kind": "Name", - "value": "RelayerFeesIncrease" + "value": "RootCount" } } } @@ -24647,7 +24589,483 @@ const schemaAST = { "kind": "FieldDefinition", "name": { "kind": "Name", - "value": "slippageUpdate" + "value": "rootMessageSent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "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": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootMessageSents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "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": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "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": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "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": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" }, "arguments": [ { @@ -32666,6 +33084,2340 @@ const schemaAST = { }, "directives": [] }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, { "kind": "EnumValueDefinition", "name": { @@ -32710,7 +35462,7 @@ const schemaAST = { "kind": "EnumValueDefinition", "name": { "kind": "Name", - "value": "timestamp" + "value": "amount" }, "directives": [] }, @@ -32721,6 +35473,46 @@ const schemaAST = { "value": "balance" }, "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] } ], "directives": [] @@ -38077,6 +40869,244 @@ const schemaAST = { }, "directives": [] }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "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": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "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": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, { "kind": "FieldDefinition", "name": { diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/schema.graphql index c571a37116..c50a102209 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/schema.graphql @@ -61,6 +61,7 @@ type optimism_Asset { id: ID! key: optimism_Bytes decimal: BigInt + adoptedDecimal: BigInt canonicalId: optimism_Bytes canonicalDomain: BigInt adoptedAsset: optimism_Bytes @@ -194,6 +195,7 @@ enum optimism_AssetBalance_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -258,6 +260,14 @@ input optimism_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] canonicalId: optimism_Bytes canonicalId_not: optimism_Bytes canonicalId_gt: optimism_Bytes @@ -335,6 +345,7 @@ enum optimism_Asset_orderBy { id key decimal + adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -844,6 +855,7 @@ enum optimism_DestinationTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -1381,6 +1393,7 @@ enum optimism_OriginTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -1541,6 +1554,32 @@ type Query { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [optimism_RouterDailyTVL!]! + optimism_routerLiquidityEvent( + 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: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_RouterLiquidityEvent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterLiquidityEvent_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: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_RouterLiquidityEvent!]! optimism_setting( id: ID! """ @@ -2448,6 +2487,7 @@ enum optimism_RouterDailyTVL_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -2457,6 +2497,175 @@ enum optimism_RouterDailyTVL_orderBy { balance } +type optimism_RouterLiquidityEvent { + id: ID! + type: optimism_RouterLiquidityEventType + router: optimism_Router! + asset: optimism_Asset! + amount: BigInt! + balance: BigInt! + caller: optimism_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: optimism_Bytes! + nonce: BigInt! +} + +enum optimism_RouterLiquidityEventType { + Add + Remove +} + +input optimism_RouterLiquidityEvent_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!] + type: optimism_RouterLiquidityEventType + type_not: optimism_RouterLiquidityEventType + type_in: [optimism_RouterLiquidityEventType!] + type_not_in: [optimism_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: optimism_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: optimism_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: optimism_BlockChangedFilter + and: [optimism_RouterLiquidityEvent_filter] + or: [optimism_RouterLiquidityEvent_filter] +} + +enum optimism_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + input optimism_Router_filter { id: ID id_not: ID @@ -2898,6 +3107,32 @@ type Subscription { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [optimism_RouterDailyTVL!]! + optimism_routerLiquidityEvent( + 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: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: optimism_RouterLiquidityEvent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterLiquidityEvent_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: optimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [optimism_RouterLiquidityEvent!]! optimism_setting( id: ID! """ diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/types.ts index 64fce43510..389b8dc744 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/types.ts @@ -70,6 +70,7 @@ export type optimism_Asset = { id: Scalars['ID']; key?: Maybe; decimal?: Maybe; + adoptedDecimal?: Maybe; canonicalId?: Maybe; canonicalDomain?: Maybe; adoptedAsset?: Maybe; @@ -203,6 +204,7 @@ export type optimism_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -265,6 +267,14 @@ export type optimism_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; canonicalId?: InputMaybe; canonicalId_not?: InputMaybe; canonicalId_gt?: InputMaybe; @@ -342,6 +352,7 @@ export type optimism_Asset_orderBy = | 'id' | 'key' | 'decimal' + | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' @@ -852,6 +863,7 @@ export type optimism_DestinationTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -1389,6 +1401,7 @@ export type optimism_OriginTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -1428,6 +1441,8 @@ export type Query = { optimism_routers: Array; optimism_routerDailyTVL?: Maybe; optimism_routerDailyTVLs: Array; + optimism_routerLiquidityEvent?: Maybe; + optimism_routerLiquidityEvents: Array; optimism_setting?: Maybe; optimism_settings: Array; optimism_relayer?: Maybe; @@ -1549,6 +1564,24 @@ export type Queryoptimism_routerDailyTVLsArgs = { }; +export type Queryoptimism_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimism_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + export type Queryoptimism_settingArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -2356,6 +2389,7 @@ export type optimism_RouterDailyTVL_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -2364,6 +2398,173 @@ export type optimism_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; +export type optimism_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: optimism_Router; + asset: optimism_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['optimism_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimism_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type optimism_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + export type optimism_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; @@ -2681,6 +2882,8 @@ export type Subscription = { optimism_routers: Array; optimism_routerDailyTVL?: Maybe; optimism_routerDailyTVLs: Array; + optimism_routerLiquidityEvent?: Maybe; + optimism_routerLiquidityEvents: Array; optimism_setting?: Maybe; optimism_settings: Array; optimism_relayer?: Maybe; @@ -2802,6 +3005,24 @@ export type Subscriptionoptimism_routerDailyTVLsArgs = { }; +export type Subscriptionoptimism_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimism_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + export type Subscriptionoptimism_settingArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -3100,6 +3321,10 @@ export type _SubgraphErrorPolicy_ = /** null **/ optimism_routerDailyTVLs: InContextSdkMethod, /** null **/ + optimism_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + optimism_routerLiquidityEvents: InContextSdkMethod, + /** null **/ optimism_setting: InContextSdkMethod, /** null **/ optimism_settings: InContextSdkMethod, @@ -3181,6 +3406,10 @@ export type _SubgraphErrorPolicy_ = /** null **/ optimism_routerDailyTVLs: InContextSdkMethod, /** null **/ + optimism_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + optimism_routerLiquidityEvents: InContextSdkMethod, + /** null **/ optimism_setting: InContextSdkMethod, /** null **/ optimism_settings: InContextSdkMethod, From ede4f0e38b3ce28e27b74af1a6634934d837c7e3 Mon Sep 17 00:00:00 2001 From: Liu <57480598+liu-zhipeng@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:47:41 +0800 Subject: [PATCH 3/4] fix: give access to postgrest for routers tables --- .../20231130084431_router_tables_access.sql | 12 ++++++++++++ packages/adapters/database/db/schema.sql | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 packages/adapters/database/db/migrations/20231130084431_router_tables_access.sql diff --git a/packages/adapters/database/db/migrations/20231130084431_router_tables_access.sql b/packages/adapters/database/db/migrations/20231130084431_router_tables_access.sql new file mode 100644 index 0000000000..4784aa1c6a --- /dev/null +++ b/packages/adapters/database/db/migrations/20231130084431_router_tables_access.sql @@ -0,0 +1,12 @@ +-- migrate:up +GRANT SELECT ON public.routers_with_balances to query; +GRANT SELECT ON public.routers_with_balances to reader; + +GRANT SELECT ON public.router_tvl to query; +GRANT SELECT ON public.router_tvl to reader; + +GRANT SELECT ON public.router_liquidity to query; +GRANT SELECT ON public.router_liquidity to reader; + +-- migrate:down + diff --git a/packages/adapters/database/db/schema.sql b/packages/adapters/database/db/schema.sql index 44f23696b2..b599c1bfb3 100644 --- a/packages/adapters/database/db/schema.sql +++ b/packages/adapters/database/db/schema.sql @@ -1522,4 +1522,5 @@ INSERT INTO public.schema_migrations (version) VALUES ('20230613125451'), ('20231127165037'), ('20231127165223'), - ('20231128023332'); + ('20231128023332'), + ('20231130084431'); From b7557d40fd96f9bbc3c235a20c0c0980ff37fb75 Mon Sep 17 00:00:00 2001 From: wanglonghong Date: Thu, 30 Nov 2023 20:39:04 +0800 Subject: [PATCH 4/4] chore: regen --- .../adapters/subgraph/.graphclient/index.ts | 129806 +++++++-------- .../subgraph/.graphclient/schema.graphql | 91672 +++++----- 2 files changed, 110739 insertions(+), 110739 deletions(-) diff --git a/packages/adapters/subgraph/.graphclient/index.ts b/packages/adapters/subgraph/.graphclient/index.ts index a044221b63..bb786e271e 100644 --- a/packages/adapters/subgraph/.graphclient/index.ts +++ b/packages/adapters/subgraph/.graphclient/index.ts @@ -18,80 +18,80 @@ import { getMesh, ExecuteMeshFn, SubscribeMeshFn, MeshContext as BaseMeshContext import { MeshStore, FsStoreStorageAdapter } from '@graphql-mesh/store'; import { path as pathModule } from '@graphql-mesh/cross-helpers'; import { ImportFn } from '@graphql-mesh/types'; -import type { HubMainnetTypes } from './sources/Hub_Mainnet/types'; -import type { ConnextTestGoerliTypes } from './sources/Connext_Test_Goerli/types'; import type { ConnextTestOptimismGoerliTypes } from './sources/Connext_Test_OptimismGoerli/types'; -import type { StableSwapStagingGoerliTypes } from './sources/StableSwap_Staging_Goerli/types'; -import type { StableSwapStagingArbitrumGoerliTypes } from './sources/StableSwap_Staging_ArbitrumGoerli/types'; -import type { StableSwapArbitrumGoerliTypes } from './sources/StableSwap_ArbitrumGoerli/types'; -import type { StableSwapStagingMumbaiTypes } from './sources/StableSwap_Staging_Mumbai/types'; import type { StableSwapMumbaiTypes } from './sources/StableSwap_Mumbai/types'; -import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; -import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types'; import type { HubStagingGoerliTypes } from './sources/Hub_Staging_Goerli/types'; -import type { StableSwapOptimismGoerliTypes } from './sources/StableSwap_OptimismGoerli/types'; -import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types'; -import type { StableSwapArbitrumOneTypes } from './sources/StableSwap_ArbitrumOne/types'; +import type { StableSwapStagingArbitrumGoerliTypes } from './sources/StableSwap_Staging_ArbitrumGoerli/types'; +import type { StableSwapGoerliTypes } from './sources/StableSwap_Goerli/types'; +import type { ConnextTestGoerliTypes } from './sources/Connext_Test_Goerli/types'; +import type { HubMainnetTypes } from './sources/Hub_Mainnet/types'; +import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; import type { StableSwapPolygonTypes } from './sources/StableSwap_Polygon/types'; -import type { HubLocalMainnetTypes } from './sources/Hub_LocalMainnet/types'; -import type { ConnextGoerliTypes } from './sources/Connext_Goerli/types'; -import type { ConnextLineaGoerliTypes } from './sources/Connext_LineaGoerli/types'; +import type { StableSwapStagingMumbaiTypes } from './sources/StableSwap_Staging_Mumbai/types'; +import type { StableSwapArbitrumOneTypes } from './sources/StableSwap_ArbitrumOne/types'; +import type { StableSwapArbitrumGoerliTypes } from './sources/StableSwap_ArbitrumGoerli/types'; import type { HubGoerliTypes } from './sources/Hub_Goerli/types'; -import type { StableSwapGoerliTypes } from './sources/StableSwap_Goerli/types'; +import type { StableSwapStagingGoerliTypes } from './sources/StableSwap_Staging_Goerli/types'; +import type { StableSwapOptimismGoerliTypes } from './sources/StableSwap_OptimismGoerli/types'; +import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types'; import type { StableSwapStagingOptimismGoerliTypes } from './sources/StableSwap_Staging_OptimismGoerli/types'; -import type { ConnextOptimismGoerliTypes } from './sources/Connext_OptimismGoerli/types'; +import type { ConnextGoerliTypes } from './sources/Connext_Goerli/types'; import type { ConnextStagingArbitrumGoerliTypes } from './sources/Connext_Staging_ArbitrumGoerli/types'; -import type { ConnextStagingOptimismGoerliTypes } from './sources/Connext_Staging_OptimismGoerli/types'; -import type { ConnextMumbaiTypes } from './sources/Connext_Mumbai/types'; -import type { ConnextArbitrumGoerliTypes } from './sources/Connext_ArbitrumGoerli/types'; +import type { ConnextOptimismGoerliTypes } from './sources/Connext_OptimismGoerli/types'; import type { ConnextStagingMumbaiTypes } from './sources/Connext_Staging_Mumbai/types'; +import type { ConnextArbitrumGoerliTypes } from './sources/Connext_ArbitrumGoerli/types'; +import type { ConnextMumbaiTypes } from './sources/Connext_Mumbai/types'; +import type { ConnextLineaGoerliTypes } from './sources/Connext_LineaGoerli/types'; +import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types'; +import type { ConnextStagingOptimismGoerliTypes } from './sources/Connext_Staging_OptimismGoerli/types'; import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types'; -import type { ConnextLocalMainnetTypes } from './sources/Connext_LocalMainnet/types'; -import type { ConnextLocalArbitrumOneTypes } from './sources/Connext_LocalArbitrumOne/types'; import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types'; +import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types'; import type { ConnextBnbTypes } from './sources/Connext_Bnb/types'; +import type { ConnextLocalArbitrumOneTypes } from './sources/Connext_LocalArbitrumOne/types'; +import type { ConnextLocalMainnetTypes } from './sources/Connext_LocalMainnet/types'; +import type { ConnextLineaTypes } from './sources/Connext_Linea/types'; +import type { HubLocalMainnetTypes } from './sources/Hub_LocalMainnet/types'; import type { ConnextLocalOptimismTypes } from './sources/Connext_LocalOptimism/types'; -import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types'; +import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types'; +import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types'; import type { ConnextStagingGoerliTypes } from './sources/Connext_Staging_Goerli/types'; -import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types'; -import type { ConnextLineaTypes } from './sources/Connext_Linea/types'; -import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; -import * as importedModule$0 from "./sources/Hub_Goerli/introspectionSchema"; -import * as importedModule$1 from "./sources/Hub_Mainnet/introspectionSchema"; -import * as importedModule$2 from "./sources/StableSwap_Staging_OptimismGoerli/introspectionSchema"; -import * as importedModule$3 from "./sources/Connext_Test_Goerli/introspectionSchema"; -import * as importedModule$4 from "./sources/StableSwap_Goerli/introspectionSchema"; -import * as importedModule$5 from "./sources/Connext_Test_OptimismGoerli/introspectionSchema"; -import * as importedModule$6 from "./sources/StableSwap_Staging_Goerli/introspectionSchema"; -import * as importedModule$7 from "./sources/StableSwap_Staging_ArbitrumGoerli/introspectionSchema"; -import * as importedModule$8 from "./sources/StableSwap_ArbitrumGoerli/introspectionSchema"; -import * as importedModule$9 from "./sources/StableSwap_Mumbai/introspectionSchema"; -import * as importedModule$10 from "./sources/StableSwap_Bnb/introspectionSchema"; -import * as importedModule$11 from "./sources/StableSwap_Staging_Mumbai/introspectionSchema"; +import * as importedModule$0 from "./sources/Connext_Test_OptimismGoerli/introspectionSchema"; +import * as importedModule$1 from "./sources/Hub_Goerli/introspectionSchema"; +import * as importedModule$2 from "./sources/Hub_Mainnet/introspectionSchema"; +import * as importedModule$3 from "./sources/StableSwap_Staging_Goerli/introspectionSchema"; +import * as importedModule$4 from "./sources/StableSwap_Staging_ArbitrumGoerli/introspectionSchema"; +import * as importedModule$5 from "./sources/StableSwap_Mumbai/introspectionSchema"; +import * as importedModule$6 from "./sources/Hub_Staging_Goerli/introspectionSchema"; +import * as importedModule$7 from "./sources/Connext_Test_Goerli/introspectionSchema"; +import * as importedModule$8 from "./sources/StableSwap_Goerli/introspectionSchema"; +import * as importedModule$9 from "./sources/StableSwap_Staging_OptimismGoerli/introspectionSchema"; +import * as importedModule$10 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; +import * as importedModule$11 from "./sources/StableSwap_Polygon/introspectionSchema"; import * as importedModule$12 from "./sources/StableSwap_Xdai/introspectionSchema"; -import * as importedModule$13 from "./sources/Hub_Staging_Goerli/introspectionSchema"; +import * as importedModule$13 from "./sources/StableSwap_Staging_Mumbai/introspectionSchema"; import * as importedModule$14 from "./sources/StableSwap_OptimismGoerli/introspectionSchema"; -import * as importedModule$15 from "./sources/StableSwap_Optimism/introspectionSchema"; -import * as importedModule$16 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; -import * as importedModule$17 from "./sources/StableSwap_Polygon/introspectionSchema"; -import * as importedModule$18 from "./sources/StableSwap_Linea/introspectionSchema"; -import * as importedModule$19 from "./sources/Connext_Goerli/introspectionSchema"; -import * as importedModule$20 from "./sources/Hub_LocalMainnet/introspectionSchema"; -import * as importedModule$21 from "./sources/Connext_LineaGoerli/introspectionSchema"; -import * as importedModule$22 from "./sources/Connext_Optimism/introspectionSchema"; -import * as importedModule$23 from "./sources/Connext_Staging_Goerli/introspectionSchema"; -import * as importedModule$24 from "./sources/Connext_OptimismGoerli/introspectionSchema"; +import * as importedModule$15 from "./sources/StableSwap_ArbitrumGoerli/introspectionSchema"; +import * as importedModule$16 from "./sources/StableSwap_Optimism/introspectionSchema"; +import * as importedModule$17 from "./sources/Connext_Staging_ArbitrumGoerli/introspectionSchema"; +import * as importedModule$18 from "./sources/Connext_Goerli/introspectionSchema"; +import * as importedModule$19 from "./sources/Connext_OptimismGoerli/introspectionSchema"; +import * as importedModule$20 from "./sources/Connext_Staging_Mumbai/introspectionSchema"; +import * as importedModule$21 from "./sources/Connext_Staging_Goerli/introspectionSchema"; +import * as importedModule$22 from "./sources/Connext_Mumbai/introspectionSchema"; +import * as importedModule$23 from "./sources/Connext_ArbitrumGoerli/introspectionSchema"; +import * as importedModule$24 from "./sources/Connext_LineaGoerli/introspectionSchema"; import * as importedModule$25 from "./sources/Connext_Staging_OptimismGoerli/introspectionSchema"; -import * as importedModule$26 from "./sources/Connext_Staging_ArbitrumGoerli/introspectionSchema"; -import * as importedModule$27 from "./sources/Connext_Staging_Mumbai/introspectionSchema"; -import * as importedModule$28 from "./sources/Connext_ArbitrumGoerli/introspectionSchema"; -import * as importedModule$29 from "./sources/Connext_Mumbai/introspectionSchema"; -import * as importedModule$30 from "./sources/Connext_Xdai/introspectionSchema"; +import * as importedModule$26 from "./sources/StableSwap_Bnb/introspectionSchema"; +import * as importedModule$27 from "./sources/Connext_Xdai/introspectionSchema"; +import * as importedModule$28 from "./sources/Connext_Optimism/introspectionSchema"; +import * as importedModule$29 from "./sources/Connext_Bnb/introspectionSchema"; +import * as importedModule$30 from "./sources/Connext_Linea/introspectionSchema"; import * as importedModule$31 from "./sources/Connext_LocalArbitrumOne/introspectionSchema"; -import * as importedModule$32 from "./sources/Connext_Bnb/introspectionSchema"; -import * as importedModule$33 from "./sources/Connext_Linea/introspectionSchema"; -import * as importedModule$34 from "./sources/Connext_LocalMainnet/introspectionSchema"; +import * as importedModule$32 from "./sources/Connext_LocalMainnet/introspectionSchema"; +import * as importedModule$33 from "./sources/StableSwap_Linea/introspectionSchema"; +import * as importedModule$34 from "./sources/Hub_LocalMainnet/introspectionSchema"; import * as importedModule$35 from "./sources/Connext_LocalOptimism/introspectionSchema"; import * as importedModule$36 from "./sources/Connext_Mainnet/introspectionSchema"; import * as importedModule$37 from "./sources/Connext_ArbitrumOne/introspectionSchema"; @@ -112,100 +112,100 @@ export type Scalars = { Boolean: boolean; Int: number; Float: number; - goerli_BigDecimal: any; + testoptimismgoerli_BigDecimal: any; BigInt: any; + testoptimismgoerli_Bytes: any; + testoptimismgoerli_Int8: any; + goerli_BigDecimal: any; goerli_Bytes: any; goerli_Int8: any; mainnet_BigDecimal: any; mainnet_Bytes: any; mainnet_Int8: any; - stagingoptimismgoerli_swap_BigDecimal: any; - stagingoptimismgoerli_swap_Bytes: any; - stagingoptimismgoerli_swap_Int8: any; - testgoerli_BigDecimal: any; - testgoerli_Bytes: any; - testgoerli_Int8: any; - goerli_swap_BigDecimal: any; - goerli_swap_Bytes: any; - goerli_swap_Int8: any; - testoptimismgoerli_BigDecimal: any; - testoptimismgoerli_Bytes: any; - testoptimismgoerli_Int8: any; staginggoerli_swap_BigDecimal: any; staginggoerli_swap_Bytes: any; staginggoerli_swap_Int8: any; stagingarbitrumgoerli_swap_BigDecimal: any; stagingarbitrumgoerli_swap_Bytes: any; stagingarbitrumgoerli_swap_Int8: any; - arbitrumgoerli_swap_BigDecimal: any; - arbitrumgoerli_swap_Bytes: any; - arbitrumgoerli_swap_Int8: any; mumbai_swap_BigDecimal: any; mumbai_swap_Bytes: any; mumbai_swap_Int8: any; - bnb_swap_BigDecimal: any; - bnb_swap_Bytes: any; - bnb_swap_Int8: any; - stagingmumbai_swap_BigDecimal: any; - stagingmumbai_swap_Bytes: any; - stagingmumbai_swap_Int8: any; - xdai_swap_BigDecimal: any; - xdai_swap_Bytes: any; - xdai_swap_Int8: any; staginggoerli_BigDecimal: any; staginggoerli_Bytes: any; staginggoerli_Int8: any; - optimismgoerli_swap_BigDecimal: any; - optimismgoerli_swap_Bytes: any; - optimismgoerli_swap_Int8: any; - optimism_swap_BigDecimal: any; - optimism_swap_Bytes: any; - optimism_swap_Int8: any; + testgoerli_BigDecimal: any; + testgoerli_Bytes: any; + testgoerli_Int8: any; + goerli_swap_BigDecimal: any; + goerli_swap_Bytes: any; + goerli_swap_Int8: any; + stagingoptimismgoerli_swap_BigDecimal: any; + stagingoptimismgoerli_swap_Bytes: any; + stagingoptimismgoerli_swap_Int8: any; arbitrumone_swap_BigDecimal: any; arbitrumone_swap_Bytes: any; arbitrumone_swap_Int8: any; polygon_swap_BigDecimal: any; polygon_swap_Bytes: any; polygon_swap_Int8: any; - linea_swap_BigDecimal: any; - linea_swap_Bytes: any; - localmainnet_BigDecimal: any; - localmainnet_Bytes: any; - localmainnet_Int8: any; - lineagoerli_BigDecimal: any; - lineagoerli_Bytes: any; - optimism_BigDecimal: any; - optimism_Bytes: any; - optimism_Int8: any; - optimismgoerli_BigDecimal: any; - optimismgoerli_Bytes: any; - optimismgoerli_Int8: any; - stagingoptimismgoerli_BigDecimal: any; - stagingoptimismgoerli_Bytes: any; - stagingoptimismgoerli_Int8: any; + xdai_swap_BigDecimal: any; + xdai_swap_Bytes: any; + xdai_swap_Int8: any; + stagingmumbai_swap_BigDecimal: any; + stagingmumbai_swap_Bytes: any; + stagingmumbai_swap_Int8: any; + optimismgoerli_swap_BigDecimal: any; + optimismgoerli_swap_Bytes: any; + optimismgoerli_swap_Int8: any; + arbitrumgoerli_swap_BigDecimal: any; + arbitrumgoerli_swap_Bytes: any; + arbitrumgoerli_swap_Int8: any; + optimism_swap_BigDecimal: any; + optimism_swap_Bytes: any; + optimism_swap_Int8: any; stagingarbitrumgoerli_BigDecimal: any; stagingarbitrumgoerli_Bytes: any; stagingarbitrumgoerli_Int8: any; + optimismgoerli_BigDecimal: any; + optimismgoerli_Bytes: any; + optimismgoerli_Int8: any; stagingmumbai_BigDecimal: any; stagingmumbai_Bytes: any; stagingmumbai_Int8: any; - arbitrumgoerli_BigDecimal: any; - arbitrumgoerli_Bytes: any; - arbitrumgoerli_Int8: any; mumbai_BigDecimal: any; mumbai_Bytes: any; mumbai_Int8: any; + arbitrumgoerli_BigDecimal: any; + arbitrumgoerli_Bytes: any; + arbitrumgoerli_Int8: any; + lineagoerli_BigDecimal: any; + lineagoerli_Bytes: any; + stagingoptimismgoerli_BigDecimal: any; + stagingoptimismgoerli_Bytes: any; + stagingoptimismgoerli_Int8: any; + bnb_swap_BigDecimal: any; + bnb_swap_Bytes: any; + bnb_swap_Int8: any; xdai_BigDecimal: any; xdai_Bytes: any; xdai_Int8: any; - localarbitrumone_BigDecimal: any; - localarbitrumone_Bytes: any; - localarbitrumone_Int8: any; + optimism_BigDecimal: any; + optimism_Bytes: any; + optimism_Int8: any; bnb_BigDecimal: any; bnb_Bytes: any; bnb_Int8: any; linea_BigDecimal: any; linea_Bytes: any; + localarbitrumone_BigDecimal: any; + localarbitrumone_Bytes: any; + localarbitrumone_Int8: any; + localmainnet_BigDecimal: any; + localmainnet_Bytes: any; + localmainnet_Int8: any; + linea_swap_BigDecimal: any; + linea_swap_Bytes: any; localoptimism_BigDecimal: any; localoptimism_Bytes: any; localoptimism_Int8: any; @@ -218,6 +218,26 @@ export type Scalars = { }; export type Query = { + testoptimismgoerli_asset?: Maybe; + testoptimismgoerli_assets: Array; + testoptimismgoerli_assetBalance?: Maybe; + testoptimismgoerli_assetBalances: Array; + testoptimismgoerli_router?: Maybe; + testoptimismgoerli_routers: Array; + testoptimismgoerli_setting?: Maybe; + testoptimismgoerli_settings: Array; + testoptimismgoerli_relayer?: Maybe; + testoptimismgoerli_relayers: Array; + testoptimismgoerli_stableSwap?: Maybe; + testoptimismgoerli_stableSwaps: Array; + testoptimismgoerli_sponsorVault?: Maybe; + testoptimismgoerli_sponsorVaults: Array; + testoptimismgoerli_originTransfer?: Maybe; + testoptimismgoerli_originTransfers: Array; + testoptimismgoerli_destinationTransfer?: Maybe; + testoptimismgoerli_destinationTransfers: Array; + /** Access to subgraph metadata */ + testoptimismgoerli__meta?: Maybe; goerli_rootAggregated?: Maybe; goerli_rootAggregateds: Array; goerli_rootPropagated?: Maybe; @@ -270,114 +290,6 @@ export type Query = { mainnet_rootMessageProcesseds: Array; /** Access to subgraph metadata */ mainnet__meta?: Maybe; - stagingoptimismgoerli_swap_systemInfo?: Maybe; - stagingoptimismgoerli_swap_systemInfos: Array; - stagingoptimismgoerli_swap_pooledToken?: Maybe; - stagingoptimismgoerli_swap_pooledTokens: Array; - stagingoptimismgoerli_swap_stableSwap?: Maybe; - stagingoptimismgoerli_swap_stableSwaps: Array; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents: Array; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - stagingoptimismgoerli_swap_stableSwapExchange?: Maybe; - stagingoptimismgoerli_swap_stableSwapExchanges: Array; - stagingoptimismgoerli_swap_swapDailyVolume?: Maybe; - stagingoptimismgoerli_swap_swapDailyVolumes: Array; - stagingoptimismgoerli_swap_swapHourlyVolume?: Maybe; - stagingoptimismgoerli_swap_swapHourlyVolumes: Array; - stagingoptimismgoerli_swap_swapWeeklyVolume?: Maybe; - stagingoptimismgoerli_swap_swapWeeklyVolumes: Array; - stagingoptimismgoerli_swap_lpAccount?: Maybe; - stagingoptimismgoerli_swap_lpAccounts: Array; - stagingoptimismgoerli_swap_lpAccountBalance?: Maybe; - stagingoptimismgoerli_swap_lpAccountBalances: Array; - stagingoptimismgoerli_swap_lpToken?: Maybe; - stagingoptimismgoerli_swap_lpTokens: Array; - stagingoptimismgoerli_swap_lpTransferEvent?: Maybe; - stagingoptimismgoerli_swap_lpTransferEvents: Array; - stagingoptimismgoerli_swap_stableSwapEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapEvents: Array; - stagingoptimismgoerli_swap_swapTradeVolume?: Maybe; - stagingoptimismgoerli_swap_swapTradeVolumes: Array; - stagingoptimismgoerli_swap_lpTokenEvent?: Maybe; - stagingoptimismgoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - stagingoptimismgoerli_swap__meta?: Maybe; - testgoerli_asset?: Maybe; - testgoerli_assets: Array; - testgoerli_assetBalance?: Maybe; - testgoerli_assetBalances: Array; - testgoerli_router?: Maybe; - testgoerli_routers: Array; - testgoerli_setting?: Maybe; - testgoerli_settings: Array; - testgoerli_relayer?: Maybe; - testgoerli_relayers: Array; - testgoerli_stableSwap?: Maybe; - testgoerli_stableSwaps: Array; - testgoerli_sponsorVault?: Maybe; - testgoerli_sponsorVaults: Array; - testgoerli_originTransfer?: Maybe; - testgoerli_originTransfers: Array; - testgoerli_destinationTransfer?: Maybe; - testgoerli_destinationTransfers: Array; - /** Access to subgraph metadata */ - testgoerli__meta?: Maybe; - goerli_swap_systemInfo?: Maybe; - goerli_swap_systemInfos: Array; - goerli_swap_pooledToken?: Maybe; - goerli_swap_pooledTokens: Array; - goerli_swap_stableSwap?: Maybe; - goerli_swap_stableSwaps: Array; - goerli_swap_stableSwapAddLiquidityEvent?: Maybe; - goerli_swap_stableSwapAddLiquidityEvents: Array; - goerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - goerli_swap_stableSwapRemoveLiquidityEvents: Array; - goerli_swap_stableSwapExchange?: Maybe; - goerli_swap_stableSwapExchanges: Array; - goerli_swap_swapDailyVolume?: Maybe; - goerli_swap_swapDailyVolumes: Array; - goerli_swap_swapHourlyVolume?: Maybe; - goerli_swap_swapHourlyVolumes: Array; - goerli_swap_swapWeeklyVolume?: Maybe; - goerli_swap_swapWeeklyVolumes: Array; - goerli_swap_lpAccount?: Maybe; - goerli_swap_lpAccounts: Array; - goerli_swap_lpAccountBalance?: Maybe; - goerli_swap_lpAccountBalances: Array; - goerli_swap_lpToken?: Maybe; - goerli_swap_lpTokens: Array; - goerli_swap_lpTransferEvent?: Maybe; - goerli_swap_lpTransferEvents: Array; - goerli_swap_stableSwapEvent?: Maybe; - goerli_swap_stableSwapEvents: Array; - goerli_swap_swapTradeVolume?: Maybe; - goerli_swap_swapTradeVolumes: Array; - goerli_swap_lpTokenEvent?: Maybe; - goerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - goerli_swap__meta?: Maybe; - testoptimismgoerli_asset?: Maybe; - testoptimismgoerli_assets: Array; - testoptimismgoerli_assetBalance?: Maybe; - testoptimismgoerli_assetBalances: Array; - testoptimismgoerli_router?: Maybe; - testoptimismgoerli_routers: Array; - testoptimismgoerli_setting?: Maybe; - testoptimismgoerli_settings: Array; - testoptimismgoerli_relayer?: Maybe; - testoptimismgoerli_relayers: Array; - testoptimismgoerli_stableSwap?: Maybe; - testoptimismgoerli_stableSwaps: Array; - testoptimismgoerli_sponsorVault?: Maybe; - testoptimismgoerli_sponsorVaults: Array; - testoptimismgoerli_originTransfer?: Maybe; - testoptimismgoerli_originTransfers: Array; - testoptimismgoerli_destinationTransfer?: Maybe; - testoptimismgoerli_destinationTransfers: Array; - /** Access to subgraph metadata */ - testoptimismgoerli__meta?: Maybe; staginggoerli_swap_systemInfo?: Maybe; staginggoerli_swap_systemInfos: Array; staginggoerli_swap_pooledToken?: Maybe; @@ -446,40 +358,6 @@ export type Query = { stagingarbitrumgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ stagingarbitrumgoerli_swap__meta?: Maybe; - arbitrumgoerli_swap_systemInfo?: Maybe; - arbitrumgoerli_swap_systemInfos: Array; - arbitrumgoerli_swap_pooledToken?: Maybe; - arbitrumgoerli_swap_pooledTokens: Array; - arbitrumgoerli_swap_stableSwap?: Maybe; - arbitrumgoerli_swap_stableSwaps: Array; - arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - arbitrumgoerli_swap_stableSwapAddLiquidityEvents: Array; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - arbitrumgoerli_swap_stableSwapExchange?: Maybe; - arbitrumgoerli_swap_stableSwapExchanges: Array; - arbitrumgoerli_swap_swapDailyVolume?: Maybe; - arbitrumgoerli_swap_swapDailyVolumes: Array; - arbitrumgoerli_swap_swapHourlyVolume?: Maybe; - arbitrumgoerli_swap_swapHourlyVolumes: Array; - arbitrumgoerli_swap_swapWeeklyVolume?: Maybe; - arbitrumgoerli_swap_swapWeeklyVolumes: Array; - arbitrumgoerli_swap_lpAccount?: Maybe; - arbitrumgoerli_swap_lpAccounts: Array; - arbitrumgoerli_swap_lpAccountBalance?: Maybe; - arbitrumgoerli_swap_lpAccountBalances: Array; - arbitrumgoerli_swap_lpToken?: Maybe; - arbitrumgoerli_swap_lpTokens: Array; - arbitrumgoerli_swap_lpTransferEvent?: Maybe; - arbitrumgoerli_swap_lpTransferEvents: Array; - arbitrumgoerli_swap_stableSwapEvent?: Maybe; - arbitrumgoerli_swap_stableSwapEvents: Array; - arbitrumgoerli_swap_swapTradeVolume?: Maybe; - arbitrumgoerli_swap_swapTradeVolumes: Array; - arbitrumgoerli_swap_lpTokenEvent?: Maybe; - arbitrumgoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - arbitrumgoerli_swap__meta?: Maybe; mumbai_swap_systemInfo?: Maybe; mumbai_swap_systemInfos: Array; mumbai_swap_pooledToken?: Maybe; @@ -514,108 +392,6 @@ export type Query = { mumbai_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ mumbai_swap__meta?: Maybe; - bnb_swap_systemInfo?: Maybe; - bnb_swap_systemInfos: Array; - bnb_swap_pooledToken?: Maybe; - bnb_swap_pooledTokens: Array; - bnb_swap_stableSwap?: Maybe; - bnb_swap_stableSwaps: Array; - bnb_swap_stableSwapAddLiquidityEvent?: Maybe; - bnb_swap_stableSwapAddLiquidityEvents: Array; - bnb_swap_stableSwapRemoveLiquidityEvent?: Maybe; - bnb_swap_stableSwapRemoveLiquidityEvents: Array; - bnb_swap_stableSwapExchange?: Maybe; - bnb_swap_stableSwapExchanges: Array; - bnb_swap_swapDailyVolume?: Maybe; - bnb_swap_swapDailyVolumes: Array; - bnb_swap_swapHourlyVolume?: Maybe; - bnb_swap_swapHourlyVolumes: Array; - bnb_swap_swapWeeklyVolume?: Maybe; - bnb_swap_swapWeeklyVolumes: Array; - bnb_swap_lpAccount?: Maybe; - bnb_swap_lpAccounts: Array; - bnb_swap_lpAccountBalance?: Maybe; - bnb_swap_lpAccountBalances: Array; - bnb_swap_lpToken?: Maybe; - bnb_swap_lpTokens: Array; - bnb_swap_lpTransferEvent?: Maybe; - bnb_swap_lpTransferEvents: Array; - bnb_swap_stableSwapEvent?: Maybe; - bnb_swap_stableSwapEvents: Array; - bnb_swap_swapTradeVolume?: Maybe; - bnb_swap_swapTradeVolumes: Array; - bnb_swap_lpTokenEvent?: Maybe; - bnb_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - bnb_swap__meta?: Maybe; - stagingmumbai_swap_systemInfo?: Maybe; - stagingmumbai_swap_systemInfos: Array; - stagingmumbai_swap_pooledToken?: Maybe; - stagingmumbai_swap_pooledTokens: Array; - stagingmumbai_swap_stableSwap?: Maybe; - stagingmumbai_swap_stableSwaps: Array; - stagingmumbai_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapAddLiquidityEvents: Array; - stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapRemoveLiquidityEvents: Array; - stagingmumbai_swap_stableSwapExchange?: Maybe; - stagingmumbai_swap_stableSwapExchanges: Array; - stagingmumbai_swap_swapDailyVolume?: Maybe; - stagingmumbai_swap_swapDailyVolumes: Array; - stagingmumbai_swap_swapHourlyVolume?: Maybe; - stagingmumbai_swap_swapHourlyVolumes: Array; - stagingmumbai_swap_swapWeeklyVolume?: Maybe; - stagingmumbai_swap_swapWeeklyVolumes: Array; - stagingmumbai_swap_lpAccount?: Maybe; - stagingmumbai_swap_lpAccounts: Array; - stagingmumbai_swap_lpAccountBalance?: Maybe; - stagingmumbai_swap_lpAccountBalances: Array; - stagingmumbai_swap_lpToken?: Maybe; - stagingmumbai_swap_lpTokens: Array; - stagingmumbai_swap_lpTransferEvent?: Maybe; - stagingmumbai_swap_lpTransferEvents: Array; - stagingmumbai_swap_stableSwapEvent?: Maybe; - stagingmumbai_swap_stableSwapEvents: Array; - stagingmumbai_swap_swapTradeVolume?: Maybe; - stagingmumbai_swap_swapTradeVolumes: Array; - stagingmumbai_swap_lpTokenEvent?: Maybe; - stagingmumbai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - stagingmumbai_swap__meta?: Maybe; - xdai_swap_systemInfo?: Maybe; - xdai_swap_systemInfos: Array; - xdai_swap_pooledToken?: Maybe; - xdai_swap_pooledTokens: Array; - xdai_swap_stableSwap?: Maybe; - xdai_swap_stableSwaps: Array; - xdai_swap_stableSwapAddLiquidityEvent?: Maybe; - xdai_swap_stableSwapAddLiquidityEvents: Array; - xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xdai_swap_stableSwapRemoveLiquidityEvents: Array; - xdai_swap_stableSwapExchange?: Maybe; - xdai_swap_stableSwapExchanges: Array; - xdai_swap_swapDailyVolume?: Maybe; - xdai_swap_swapDailyVolumes: Array; - xdai_swap_swapHourlyVolume?: Maybe; - xdai_swap_swapHourlyVolumes: Array; - xdai_swap_swapWeeklyVolume?: Maybe; - xdai_swap_swapWeeklyVolumes: Array; - xdai_swap_lpAccount?: Maybe; - xdai_swap_lpAccounts: Array; - xdai_swap_lpAccountBalance?: Maybe; - xdai_swap_lpAccountBalances: Array; - xdai_swap_lpToken?: Maybe; - xdai_swap_lpTokens: Array; - xdai_swap_lpTransferEvent?: Maybe; - xdai_swap_lpTransferEvents: Array; - xdai_swap_stableSwapEvent?: Maybe; - xdai_swap_stableSwapEvents: Array; - xdai_swap_swapTradeVolume?: Maybe; - xdai_swap_swapTradeVolumes: Array; - xdai_swap_lpTokenEvent?: Maybe; - xdai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - xdai_swap__meta?: Maybe; staginggoerli_rootAggregated?: Maybe; staginggoerli_rootAggregateds: Array; staginggoerli_rootPropagated?: Maybe; @@ -652,81 +428,101 @@ export type Query = { staginggoerli_hubDomains: Array; /** Access to subgraph metadata */ staginggoerli__meta?: Maybe; - optimismgoerli_swap_systemInfo?: Maybe; - optimismgoerli_swap_systemInfos: Array; - optimismgoerli_swap_pooledToken?: Maybe; - optimismgoerli_swap_pooledTokens: Array; - optimismgoerli_swap_stableSwap?: Maybe; - optimismgoerli_swap_stableSwaps: Array; - optimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - optimismgoerli_swap_stableSwapAddLiquidityEvents: Array; - optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - optimismgoerli_swap_stableSwapExchange?: Maybe; - optimismgoerli_swap_stableSwapExchanges: Array; - optimismgoerli_swap_swapDailyVolume?: Maybe; - optimismgoerli_swap_swapDailyVolumes: Array; - optimismgoerli_swap_swapHourlyVolume?: Maybe; - optimismgoerli_swap_swapHourlyVolumes: Array; - optimismgoerli_swap_swapWeeklyVolume?: Maybe; - optimismgoerli_swap_swapWeeklyVolumes: Array; - optimismgoerli_swap_lpAccount?: Maybe; - optimismgoerli_swap_lpAccounts: Array; - optimismgoerli_swap_lpAccountBalance?: Maybe; - optimismgoerli_swap_lpAccountBalances: Array; - optimismgoerli_swap_lpToken?: Maybe; - optimismgoerli_swap_lpTokens: Array; - optimismgoerli_swap_lpTransferEvent?: Maybe; - optimismgoerli_swap_lpTransferEvents: Array; - optimismgoerli_swap_stableSwapEvent?: Maybe; - optimismgoerli_swap_stableSwapEvents: Array; - optimismgoerli_swap_swapTradeVolume?: Maybe; - optimismgoerli_swap_swapTradeVolumes: Array; - optimismgoerli_swap_lpTokenEvent?: Maybe; - optimismgoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - optimismgoerli_swap__meta?: Maybe; - optimism_swap_systemInfo?: Maybe; - optimism_swap_systemInfos: Array; - optimism_swap_pooledToken?: Maybe; - optimism_swap_pooledTokens: Array; - optimism_swap_stableSwap?: Maybe; - optimism_swap_stableSwaps: Array; - optimism_swap_stableSwapAddLiquidityEvent?: Maybe; - optimism_swap_stableSwapAddLiquidityEvents: Array; - optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimism_swap_stableSwapRemoveLiquidityEvents: Array; - optimism_swap_stableSwapExchange?: Maybe; - optimism_swap_stableSwapExchanges: Array; - optimism_swap_swapDailyVolume?: Maybe; - optimism_swap_swapDailyVolumes: Array; - optimism_swap_swapHourlyVolume?: Maybe; - optimism_swap_swapHourlyVolumes: Array; - optimism_swap_swapWeeklyVolume?: Maybe; - optimism_swap_swapWeeklyVolumes: Array; - optimism_swap_lpAccount?: Maybe; - optimism_swap_lpAccounts: Array; - optimism_swap_lpAccountBalance?: Maybe; - optimism_swap_lpAccountBalances: Array; - optimism_swap_lpToken?: Maybe; - optimism_swap_lpTokens: Array; - optimism_swap_lpTransferEvent?: Maybe; - optimism_swap_lpTransferEvents: Array; - optimism_swap_stableSwapEvent?: Maybe; - optimism_swap_stableSwapEvents: Array; - optimism_swap_swapTradeVolume?: Maybe; - optimism_swap_swapTradeVolumes: Array; - optimism_swap_lpTokenEvent?: Maybe; - optimism_swap_lpTokenEvents: Array; + testgoerli_asset?: Maybe; + testgoerli_assets: Array; + testgoerli_assetBalance?: Maybe; + testgoerli_assetBalances: Array; + testgoerli_router?: Maybe; + testgoerli_routers: Array; + testgoerli_setting?: Maybe; + testgoerli_settings: Array; + testgoerli_relayer?: Maybe; + testgoerli_relayers: Array; + testgoerli_stableSwap?: Maybe; + testgoerli_stableSwaps: Array; + testgoerli_sponsorVault?: Maybe; + testgoerli_sponsorVaults: Array; + testgoerli_originTransfer?: Maybe; + testgoerli_originTransfers: Array; + testgoerli_destinationTransfer?: Maybe; + testgoerli_destinationTransfers: Array; /** Access to subgraph metadata */ - optimism_swap__meta?: Maybe; - arbitrumone_swap_systemInfo?: Maybe; - arbitrumone_swap_systemInfos: Array; - arbitrumone_swap_pooledToken?: Maybe; - arbitrumone_swap_pooledTokens: Array; - arbitrumone_swap_stableSwap?: Maybe; - arbitrumone_swap_stableSwaps: Array; - arbitrumone_swap_stableSwapAddLiquidityEvent?: Maybe; + testgoerli__meta?: Maybe; + goerli_swap_systemInfo?: Maybe; + goerli_swap_systemInfos: Array; + goerli_swap_pooledToken?: Maybe; + goerli_swap_pooledTokens: Array; + goerli_swap_stableSwap?: Maybe; + goerli_swap_stableSwaps: Array; + goerli_swap_stableSwapAddLiquidityEvent?: Maybe; + goerli_swap_stableSwapAddLiquidityEvents: Array; + goerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + goerli_swap_stableSwapRemoveLiquidityEvents: Array; + goerli_swap_stableSwapExchange?: Maybe; + goerli_swap_stableSwapExchanges: Array; + goerli_swap_swapDailyVolume?: Maybe; + goerli_swap_swapDailyVolumes: Array; + goerli_swap_swapHourlyVolume?: Maybe; + goerli_swap_swapHourlyVolumes: Array; + goerli_swap_swapWeeklyVolume?: Maybe; + goerli_swap_swapWeeklyVolumes: Array; + goerli_swap_lpAccount?: Maybe; + goerli_swap_lpAccounts: Array; + goerli_swap_lpAccountBalance?: Maybe; + goerli_swap_lpAccountBalances: Array; + goerli_swap_lpToken?: Maybe; + goerli_swap_lpTokens: Array; + goerli_swap_lpTransferEvent?: Maybe; + goerli_swap_lpTransferEvents: Array; + goerli_swap_stableSwapEvent?: Maybe; + goerli_swap_stableSwapEvents: Array; + goerli_swap_swapTradeVolume?: Maybe; + goerli_swap_swapTradeVolumes: Array; + goerli_swap_lpTokenEvent?: Maybe; + goerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + goerli_swap__meta?: Maybe; + stagingoptimismgoerli_swap_systemInfo?: Maybe; + stagingoptimismgoerli_swap_systemInfos: Array; + stagingoptimismgoerli_swap_pooledToken?: Maybe; + stagingoptimismgoerli_swap_pooledTokens: Array; + stagingoptimismgoerli_swap_stableSwap?: Maybe; + stagingoptimismgoerli_swap_stableSwaps: Array; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents: Array; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + stagingoptimismgoerli_swap_stableSwapExchange?: Maybe; + stagingoptimismgoerli_swap_stableSwapExchanges: Array; + stagingoptimismgoerli_swap_swapDailyVolume?: Maybe; + stagingoptimismgoerli_swap_swapDailyVolumes: Array; + stagingoptimismgoerli_swap_swapHourlyVolume?: Maybe; + stagingoptimismgoerli_swap_swapHourlyVolumes: Array; + stagingoptimismgoerli_swap_swapWeeklyVolume?: Maybe; + stagingoptimismgoerli_swap_swapWeeklyVolumes: Array; + stagingoptimismgoerli_swap_lpAccount?: Maybe; + stagingoptimismgoerli_swap_lpAccounts: Array; + stagingoptimismgoerli_swap_lpAccountBalance?: Maybe; + stagingoptimismgoerli_swap_lpAccountBalances: Array; + stagingoptimismgoerli_swap_lpToken?: Maybe; + stagingoptimismgoerli_swap_lpTokens: Array; + stagingoptimismgoerli_swap_lpTransferEvent?: Maybe; + stagingoptimismgoerli_swap_lpTransferEvents: Array; + stagingoptimismgoerli_swap_stableSwapEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapEvents: Array; + stagingoptimismgoerli_swap_swapTradeVolume?: Maybe; + stagingoptimismgoerli_swap_swapTradeVolumes: Array; + stagingoptimismgoerli_swap_lpTokenEvent?: Maybe; + stagingoptimismgoerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + stagingoptimismgoerli_swap__meta?: Maybe; + arbitrumone_swap_systemInfo?: Maybe; + arbitrumone_swap_systemInfos: Array; + arbitrumone_swap_pooledToken?: Maybe; + arbitrumone_swap_pooledTokens: Array; + arbitrumone_swap_stableSwap?: Maybe; + arbitrumone_swap_stableSwaps: Array; + arbitrumone_swap_stableSwapAddLiquidityEvent?: Maybe; arbitrumone_swap_stableSwapAddLiquidityEvents: Array; arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Maybe; arbitrumone_swap_stableSwapRemoveLiquidityEvents: Array; @@ -788,40 +584,222 @@ export type Query = { polygon_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ polygon_swap__meta?: Maybe; - linea_swap_systemInfo?: Maybe; - linea_swap_systemInfos: Array; - linea_swap_pooledToken?: Maybe; - linea_swap_pooledTokens: Array; - linea_swap_stableSwap?: Maybe; - linea_swap_stableSwaps: Array; - linea_swap_stableSwapAddLiquidityEvent?: Maybe; - linea_swap_stableSwapAddLiquidityEvents: Array; - linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; - linea_swap_stableSwapRemoveLiquidityEvents: Array; - linea_swap_stableSwapExchange?: Maybe; - linea_swap_stableSwapExchanges: Array; - linea_swap_swapDailyVolume?: Maybe; - linea_swap_swapDailyVolumes: Array; - linea_swap_swapHourlyVolume?: Maybe; - linea_swap_swapHourlyVolumes: Array; - linea_swap_swapWeeklyVolume?: Maybe; - linea_swap_swapWeeklyVolumes: Array; - linea_swap_lpAccount?: Maybe; - linea_swap_lpAccounts: Array; - linea_swap_lpAccountBalance?: Maybe; - linea_swap_lpAccountBalances: Array; - linea_swap_lpToken?: Maybe; - linea_swap_lpTokens: Array; - linea_swap_lpTransferEvent?: Maybe; - linea_swap_lpTransferEvents: Array; - linea_swap_stableSwapEvent?: Maybe; - linea_swap_stableSwapEvents: Array; - linea_swap_swapTradeVolume?: Maybe; - linea_swap_swapTradeVolumes: Array; - linea_swap_lpTokenEvent?: Maybe; - linea_swap_lpTokenEvents: Array; + xdai_swap_systemInfo?: Maybe; + xdai_swap_systemInfos: Array; + xdai_swap_pooledToken?: Maybe; + xdai_swap_pooledTokens: Array; + xdai_swap_stableSwap?: Maybe; + xdai_swap_stableSwaps: Array; + xdai_swap_stableSwapAddLiquidityEvent?: Maybe; + xdai_swap_stableSwapAddLiquidityEvents: Array; + xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + xdai_swap_stableSwapRemoveLiquidityEvents: Array; + xdai_swap_stableSwapExchange?: Maybe; + xdai_swap_stableSwapExchanges: Array; + xdai_swap_swapDailyVolume?: Maybe; + xdai_swap_swapDailyVolumes: Array; + xdai_swap_swapHourlyVolume?: Maybe; + xdai_swap_swapHourlyVolumes: Array; + xdai_swap_swapWeeklyVolume?: Maybe; + xdai_swap_swapWeeklyVolumes: Array; + xdai_swap_lpAccount?: Maybe; + xdai_swap_lpAccounts: Array; + xdai_swap_lpAccountBalance?: Maybe; + xdai_swap_lpAccountBalances: Array; + xdai_swap_lpToken?: Maybe; + xdai_swap_lpTokens: Array; + xdai_swap_lpTransferEvent?: Maybe; + xdai_swap_lpTransferEvents: Array; + xdai_swap_stableSwapEvent?: Maybe; + xdai_swap_stableSwapEvents: Array; + xdai_swap_swapTradeVolume?: Maybe; + xdai_swap_swapTradeVolumes: Array; + xdai_swap_lpTokenEvent?: Maybe; + xdai_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - linea_swap__meta?: Maybe; + xdai_swap__meta?: Maybe; + stagingmumbai_swap_systemInfo?: Maybe; + stagingmumbai_swap_systemInfos: Array; + stagingmumbai_swap_pooledToken?: Maybe; + stagingmumbai_swap_pooledTokens: Array; + stagingmumbai_swap_stableSwap?: Maybe; + stagingmumbai_swap_stableSwaps: Array; + stagingmumbai_swap_stableSwapAddLiquidityEvent?: Maybe; + stagingmumbai_swap_stableSwapAddLiquidityEvents: Array; + stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + stagingmumbai_swap_stableSwapRemoveLiquidityEvents: Array; + stagingmumbai_swap_stableSwapExchange?: Maybe; + stagingmumbai_swap_stableSwapExchanges: Array; + stagingmumbai_swap_swapDailyVolume?: Maybe; + stagingmumbai_swap_swapDailyVolumes: Array; + stagingmumbai_swap_swapHourlyVolume?: Maybe; + stagingmumbai_swap_swapHourlyVolumes: Array; + stagingmumbai_swap_swapWeeklyVolume?: Maybe; + stagingmumbai_swap_swapWeeklyVolumes: Array; + stagingmumbai_swap_lpAccount?: Maybe; + stagingmumbai_swap_lpAccounts: Array; + stagingmumbai_swap_lpAccountBalance?: Maybe; + stagingmumbai_swap_lpAccountBalances: Array; + stagingmumbai_swap_lpToken?: Maybe; + stagingmumbai_swap_lpTokens: Array; + stagingmumbai_swap_lpTransferEvent?: Maybe; + stagingmumbai_swap_lpTransferEvents: Array; + stagingmumbai_swap_stableSwapEvent?: Maybe; + stagingmumbai_swap_stableSwapEvents: Array; + stagingmumbai_swap_swapTradeVolume?: Maybe; + stagingmumbai_swap_swapTradeVolumes: Array; + stagingmumbai_swap_lpTokenEvent?: Maybe; + stagingmumbai_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + stagingmumbai_swap__meta?: Maybe; + optimismgoerli_swap_systemInfo?: Maybe; + optimismgoerli_swap_systemInfos: Array; + optimismgoerli_swap_pooledToken?: Maybe; + optimismgoerli_swap_pooledTokens: Array; + optimismgoerli_swap_stableSwap?: Maybe; + optimismgoerli_swap_stableSwaps: Array; + optimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + optimismgoerli_swap_stableSwapAddLiquidityEvents: Array; + optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + optimismgoerli_swap_stableSwapExchange?: Maybe; + optimismgoerli_swap_stableSwapExchanges: Array; + optimismgoerli_swap_swapDailyVolume?: Maybe; + optimismgoerli_swap_swapDailyVolumes: Array; + optimismgoerli_swap_swapHourlyVolume?: Maybe; + optimismgoerli_swap_swapHourlyVolumes: Array; + optimismgoerli_swap_swapWeeklyVolume?: Maybe; + optimismgoerli_swap_swapWeeklyVolumes: Array; + optimismgoerli_swap_lpAccount?: Maybe; + optimismgoerli_swap_lpAccounts: Array; + optimismgoerli_swap_lpAccountBalance?: Maybe; + optimismgoerli_swap_lpAccountBalances: Array; + optimismgoerli_swap_lpToken?: Maybe; + optimismgoerli_swap_lpTokens: Array; + optimismgoerli_swap_lpTransferEvent?: Maybe; + optimismgoerli_swap_lpTransferEvents: Array; + optimismgoerli_swap_stableSwapEvent?: Maybe; + optimismgoerli_swap_stableSwapEvents: Array; + optimismgoerli_swap_swapTradeVolume?: Maybe; + optimismgoerli_swap_swapTradeVolumes: Array; + optimismgoerli_swap_lpTokenEvent?: Maybe; + optimismgoerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + optimismgoerli_swap__meta?: Maybe; + arbitrumgoerli_swap_systemInfo?: Maybe; + arbitrumgoerli_swap_systemInfos: Array; + arbitrumgoerli_swap_pooledToken?: Maybe; + arbitrumgoerli_swap_pooledTokens: Array; + arbitrumgoerli_swap_stableSwap?: Maybe; + arbitrumgoerli_swap_stableSwaps: Array; + arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + arbitrumgoerli_swap_stableSwapAddLiquidityEvents: Array; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + arbitrumgoerli_swap_stableSwapExchange?: Maybe; + arbitrumgoerli_swap_stableSwapExchanges: Array; + arbitrumgoerli_swap_swapDailyVolume?: Maybe; + arbitrumgoerli_swap_swapDailyVolumes: Array; + arbitrumgoerli_swap_swapHourlyVolume?: Maybe; + arbitrumgoerli_swap_swapHourlyVolumes: Array; + arbitrumgoerli_swap_swapWeeklyVolume?: Maybe; + arbitrumgoerli_swap_swapWeeklyVolumes: Array; + arbitrumgoerli_swap_lpAccount?: Maybe; + arbitrumgoerli_swap_lpAccounts: Array; + arbitrumgoerli_swap_lpAccountBalance?: Maybe; + arbitrumgoerli_swap_lpAccountBalances: Array; + arbitrumgoerli_swap_lpToken?: Maybe; + arbitrumgoerli_swap_lpTokens: Array; + arbitrumgoerli_swap_lpTransferEvent?: Maybe; + arbitrumgoerli_swap_lpTransferEvents: Array; + arbitrumgoerli_swap_stableSwapEvent?: Maybe; + arbitrumgoerli_swap_stableSwapEvents: Array; + arbitrumgoerli_swap_swapTradeVolume?: Maybe; + arbitrumgoerli_swap_swapTradeVolumes: Array; + arbitrumgoerli_swap_lpTokenEvent?: Maybe; + arbitrumgoerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + arbitrumgoerli_swap__meta?: Maybe; + optimism_swap_systemInfo?: Maybe; + optimism_swap_systemInfos: Array; + optimism_swap_pooledToken?: Maybe; + optimism_swap_pooledTokens: Array; + optimism_swap_stableSwap?: Maybe; + optimism_swap_stableSwaps: Array; + optimism_swap_stableSwapAddLiquidityEvent?: Maybe; + optimism_swap_stableSwapAddLiquidityEvents: Array; + optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimism_swap_stableSwapRemoveLiquidityEvents: Array; + optimism_swap_stableSwapExchange?: Maybe; + optimism_swap_stableSwapExchanges: Array; + optimism_swap_swapDailyVolume?: Maybe; + optimism_swap_swapDailyVolumes: Array; + optimism_swap_swapHourlyVolume?: Maybe; + optimism_swap_swapHourlyVolumes: Array; + optimism_swap_swapWeeklyVolume?: Maybe; + optimism_swap_swapWeeklyVolumes: Array; + optimism_swap_lpAccount?: Maybe; + optimism_swap_lpAccounts: Array; + optimism_swap_lpAccountBalance?: Maybe; + optimism_swap_lpAccountBalances: Array; + optimism_swap_lpToken?: Maybe; + optimism_swap_lpTokens: Array; + optimism_swap_lpTransferEvent?: Maybe; + optimism_swap_lpTransferEvents: Array; + optimism_swap_stableSwapEvent?: Maybe; + optimism_swap_stableSwapEvents: Array; + optimism_swap_swapTradeVolume?: Maybe; + optimism_swap_swapTradeVolumes: Array; + optimism_swap_lpTokenEvent?: Maybe; + optimism_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + optimism_swap__meta?: Maybe; + stagingarbitrumgoerli_asset?: Maybe; + stagingarbitrumgoerli_assets: Array; + stagingarbitrumgoerli_assetStatus?: Maybe; + stagingarbitrumgoerli_assetStatuses: Array; + stagingarbitrumgoerli_assetBalance?: Maybe; + stagingarbitrumgoerli_assetBalances: Array; + stagingarbitrumgoerli_router?: Maybe; + stagingarbitrumgoerli_routers: Array; + stagingarbitrumgoerli_routerDailyTVL?: Maybe; + stagingarbitrumgoerli_routerDailyTVLs: Array; + stagingarbitrumgoerli_setting?: Maybe; + stagingarbitrumgoerli_settings: Array; + stagingarbitrumgoerli_relayer?: Maybe; + stagingarbitrumgoerli_relayers: Array; + stagingarbitrumgoerli_sequencer?: Maybe; + stagingarbitrumgoerli_sequencers: Array; + stagingarbitrumgoerli_relayerFee?: Maybe; + stagingarbitrumgoerli_relayerFees: Array; + stagingarbitrumgoerli_originTransfer?: Maybe; + stagingarbitrumgoerli_originTransfers: Array; + stagingarbitrumgoerli_destinationTransfer?: Maybe; + stagingarbitrumgoerli_destinationTransfers: Array; + stagingarbitrumgoerli_originMessage?: Maybe; + stagingarbitrumgoerli_originMessages: Array; + stagingarbitrumgoerli_aggregateRoot?: Maybe; + stagingarbitrumgoerli_aggregateRoots: Array; + stagingarbitrumgoerli_connectorMeta?: Maybe; + stagingarbitrumgoerli_connectorMetas: Array; + stagingarbitrumgoerli_rootCount?: Maybe; + stagingarbitrumgoerli_rootCounts: Array; + stagingarbitrumgoerli_rootMessageSent?: Maybe; + stagingarbitrumgoerli_rootMessageSents: Array; + stagingarbitrumgoerli_relayerFeesIncrease?: Maybe; + stagingarbitrumgoerli_relayerFeesIncreases: Array; + stagingarbitrumgoerli_slippageUpdate?: Maybe; + stagingarbitrumgoerli_slippageUpdates: Array; + stagingarbitrumgoerli_snapshotRoot?: Maybe; + stagingarbitrumgoerli_snapshotRoots: Array; + stagingarbitrumgoerli_spokeConnectorMode?: Maybe; + stagingarbitrumgoerli_spokeConnectorModes: Array; + stagingarbitrumgoerli_aggregateRootProposed?: Maybe; + stagingarbitrumgoerli_aggregateRootProposeds: Array; + stagingarbitrumgoerli_optimisticRootFinalized?: Maybe; + stagingarbitrumgoerli_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingarbitrumgoerli__meta?: Maybe; goerli_asset?: Maybe; goerli_assets: Array; goerli_assetStatus?: Maybe; @@ -860,164 +838,6 @@ export type Query = { goerli_relayerFeesIncreases: Array; goerli_slippageUpdate?: Maybe; goerli_slippageUpdates: Array; - localmainnet_rootAggregated?: Maybe; - localmainnet_rootAggregateds: Array; - localmainnet_rootPropagated?: Maybe; - localmainnet_rootPropagateds: Array; - localmainnet_aggregatedMessageRoot?: Maybe; - localmainnet_aggregatedMessageRoots: Array; - localmainnet_rootManagerMeta?: Maybe; - localmainnet_rootManagerMetas: Array; - localmainnet_rootManagerMode?: Maybe; - localmainnet_rootManagerModes: Array; - localmainnet_optimisticRootProposed?: Maybe; - localmainnet_optimisticRootProposeds: Array; - localmainnet_hubOptimisticRootFinalized?: Maybe; - localmainnet_hubOptimisticRootFinalizeds: Array; - localmainnet_optimisticRootPropagated?: Maybe; - localmainnet_optimisticRootPropagateds: Array; - localmainnet_polygonConnectorMeta?: Maybe; - localmainnet_polygonConnectorMetas: Array; - localmainnet_optimismConnectorMeta?: Maybe; - localmainnet_optimismConnectorMetas: Array; - localmainnet_bnbConnectorMeta?: Maybe; - localmainnet_bnbConnectorMetas: Array; - localmainnet_arbitrumConnectorMeta?: Maybe; - localmainnet_arbitrumConnectorMetas: Array; - localmainnet_gnosisConnectorMeta?: Maybe; - localmainnet_gnosisConnectorMetas: Array; - localmainnet_zkSyncConnectorMeta?: Maybe; - localmainnet_zkSyncConnectorMetas: Array; - localmainnet_rootMessageProcessed?: Maybe; - localmainnet_rootMessageProcesseds: Array; - localmainnet_aggregateRootSavedSlow?: Maybe; - localmainnet_aggregateRootSavedSlows: Array; - localmainnet_hubDomain?: Maybe; - localmainnet_hubDomains: Array; - /** Access to subgraph metadata */ - localmainnet__meta?: Maybe; - lineagoerli_asset?: Maybe; - lineagoerli_assets: Array; - lineagoerli_assetStatus?: Maybe; - lineagoerli_assetStatuses: Array; - lineagoerli_assetBalance?: Maybe; - lineagoerli_assetBalances: Array; - lineagoerli_router?: Maybe; - lineagoerli_routers: Array; - lineagoerli_routerDailyTVL?: Maybe; - lineagoerli_routerDailyTVLs: Array; - lineagoerli_setting?: Maybe; - lineagoerli_settings: Array; - lineagoerli_relayer?: Maybe; - lineagoerli_relayers: Array; - lineagoerli_sequencer?: Maybe; - lineagoerli_sequencers: Array; - lineagoerli_relayerFee?: Maybe; - lineagoerli_relayerFees: Array; - lineagoerli_originTransfer?: Maybe; - lineagoerli_originTransfers: Array; - lineagoerli_destinationTransfer?: Maybe; - lineagoerli_destinationTransfers: Array; - lineagoerli_originMessage?: Maybe; - lineagoerli_originMessages: Array; - lineagoerli_aggregateRoot?: Maybe; - lineagoerli_aggregateRoots: Array; - lineagoerli_connectorMeta?: Maybe; - lineagoerli_connectorMetas: Array; - lineagoerli_rootCount?: Maybe; - lineagoerli_rootCounts: Array; - lineagoerli_rootMessageSent?: Maybe; - lineagoerli_rootMessageSents: Array; - lineagoerli_relayerFeesIncrease?: Maybe; - lineagoerli_relayerFeesIncreases: Array; - lineagoerli_slippageUpdate?: Maybe; - lineagoerli_slippageUpdates: Array; - /** Access to subgraph metadata */ - lineagoerli__meta?: Maybe; - optimism_asset?: Maybe; - optimism_assets: Array; - optimism_assetStatus?: Maybe; - optimism_assetStatuses: Array; - optimism_assetBalance?: Maybe; - optimism_assetBalances: Array; - optimism_router?: Maybe; - optimism_routers: Array; - optimism_routerDailyTVL?: Maybe; - optimism_routerDailyTVLs: Array; - optimism_routerLiquidityEvent?: Maybe; - optimism_routerLiquidityEvents: Array; - optimism_setting?: Maybe; - optimism_settings: Array; - optimism_relayer?: Maybe; - optimism_relayers: Array; - optimism_sequencer?: Maybe; - optimism_sequencers: Array; - optimism_relayerFee?: Maybe; - optimism_relayerFees: Array; - optimism_originTransfer?: Maybe; - optimism_originTransfers: Array; - optimism_destinationTransfer?: Maybe; - optimism_destinationTransfers: Array; - optimism_originMessage?: Maybe; - optimism_originMessages: Array; - optimism_aggregateRoot?: Maybe; - optimism_aggregateRoots: Array; - optimism_connectorMeta?: Maybe; - optimism_connectorMetas: Array; - optimism_rootCount?: Maybe; - optimism_rootCounts: Array; - optimism_rootMessageSent?: Maybe; - optimism_rootMessageSents: Array; - optimism_relayerFeesIncrease?: Maybe; - optimism_relayerFeesIncreases: Array; - optimism_slippageUpdate?: Maybe; - optimism_slippageUpdates: Array; - /** Access to subgraph metadata */ - optimism__meta?: Maybe; - staginggoerli_asset?: Maybe; - staginggoerli_assets: Array; - staginggoerli_assetStatus?: Maybe; - staginggoerli_assetStatuses: Array; - staginggoerli_assetBalance?: Maybe; - staginggoerli_assetBalances: Array; - staginggoerli_router?: Maybe; - staginggoerli_routers: Array; - staginggoerli_routerDailyTVL?: Maybe; - staginggoerli_routerDailyTVLs: Array; - staginggoerli_setting?: Maybe; - staginggoerli_settings: Array; - staginggoerli_relayer?: Maybe; - staginggoerli_relayers: Array; - staginggoerli_sequencer?: Maybe; - staginggoerli_sequencers: Array; - staginggoerli_relayerFee?: Maybe; - staginggoerli_relayerFees: Array; - staginggoerli_originTransfer?: Maybe; - staginggoerli_originTransfers: Array; - staginggoerli_destinationTransfer?: Maybe; - staginggoerli_destinationTransfers: Array; - staginggoerli_originMessage?: Maybe; - staginggoerli_originMessages: Array; - staginggoerli_aggregateRoot?: Maybe; - staginggoerli_aggregateRoots: Array; - staginggoerli_connectorMeta?: Maybe; - staginggoerli_connectorMetas: Array; - staginggoerli_rootCount?: Maybe; - staginggoerli_rootCounts: Array; - staginggoerli_rootMessageSent?: Maybe; - staginggoerli_rootMessageSents: Array; - staginggoerli_relayerFeesIncrease?: Maybe; - staginggoerli_relayerFeesIncreases: Array; - staginggoerli_slippageUpdate?: Maybe; - staginggoerli_slippageUpdates: Array; - staginggoerli_snapshotRoot?: Maybe; - staginggoerli_snapshotRoots: Array; - staginggoerli_spokeConnectorMode?: Maybe; - staginggoerli_spokeConnectorModes: Array; - staginggoerli_aggregateRootProposed?: Maybe; - staginggoerli_aggregateRootProposeds: Array; - staginggoerli_optimisticRootFinalized?: Maybe; - staginggoerli_optimisticRootFinalizeds: Array; optimismgoerli_asset?: Maybe; optimismgoerli_assets: Array; optimismgoerli_assetStatus?: Maybe; @@ -1058,98 +878,6 @@ export type Query = { optimismgoerli_slippageUpdates: Array; /** Access to subgraph metadata */ optimismgoerli__meta?: Maybe; - stagingoptimismgoerli_asset?: Maybe; - stagingoptimismgoerli_assets: Array; - stagingoptimismgoerli_assetStatus?: Maybe; - stagingoptimismgoerli_assetStatuses: Array; - stagingoptimismgoerli_assetBalance?: Maybe; - stagingoptimismgoerli_assetBalances: Array; - stagingoptimismgoerli_router?: Maybe; - stagingoptimismgoerli_routers: Array; - stagingoptimismgoerli_routerDailyTVL?: Maybe; - stagingoptimismgoerli_routerDailyTVLs: Array; - stagingoptimismgoerli_setting?: Maybe; - stagingoptimismgoerli_settings: Array; - stagingoptimismgoerli_relayer?: Maybe; - stagingoptimismgoerli_relayers: Array; - stagingoptimismgoerli_sequencer?: Maybe; - stagingoptimismgoerli_sequencers: Array; - stagingoptimismgoerli_relayerFee?: Maybe; - stagingoptimismgoerli_relayerFees: Array; - stagingoptimismgoerli_originTransfer?: Maybe; - stagingoptimismgoerli_originTransfers: Array; - stagingoptimismgoerli_destinationTransfer?: Maybe; - stagingoptimismgoerli_destinationTransfers: Array; - stagingoptimismgoerli_originMessage?: Maybe; - stagingoptimismgoerli_originMessages: Array; - stagingoptimismgoerli_aggregateRoot?: Maybe; - stagingoptimismgoerli_aggregateRoots: Array; - stagingoptimismgoerli_connectorMeta?: Maybe; - stagingoptimismgoerli_connectorMetas: Array; - stagingoptimismgoerli_rootCount?: Maybe; - stagingoptimismgoerli_rootCounts: Array; - stagingoptimismgoerli_rootMessageSent?: Maybe; - stagingoptimismgoerli_rootMessageSents: Array; - stagingoptimismgoerli_relayerFeesIncrease?: Maybe; - stagingoptimismgoerli_relayerFeesIncreases: Array; - stagingoptimismgoerli_slippageUpdate?: Maybe; - stagingoptimismgoerli_slippageUpdates: Array; - stagingoptimismgoerli_snapshotRoot?: Maybe; - stagingoptimismgoerli_snapshotRoots: Array; - stagingoptimismgoerli_spokeConnectorMode?: Maybe; - stagingoptimismgoerli_spokeConnectorModes: Array; - stagingoptimismgoerli_aggregateRootProposed?: Maybe; - stagingoptimismgoerli_aggregateRootProposeds: Array; - stagingoptimismgoerli_optimisticRootFinalized?: Maybe; - stagingoptimismgoerli_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingoptimismgoerli__meta?: Maybe; - stagingarbitrumgoerli_asset?: Maybe; - stagingarbitrumgoerli_assets: Array; - stagingarbitrumgoerli_assetStatus?: Maybe; - stagingarbitrumgoerli_assetStatuses: Array; - stagingarbitrumgoerli_assetBalance?: Maybe; - stagingarbitrumgoerli_assetBalances: Array; - stagingarbitrumgoerli_router?: Maybe; - stagingarbitrumgoerli_routers: Array; - stagingarbitrumgoerli_routerDailyTVL?: Maybe; - stagingarbitrumgoerli_routerDailyTVLs: Array; - stagingarbitrumgoerli_setting?: Maybe; - stagingarbitrumgoerli_settings: Array; - stagingarbitrumgoerli_relayer?: Maybe; - stagingarbitrumgoerli_relayers: Array; - stagingarbitrumgoerli_sequencer?: Maybe; - stagingarbitrumgoerli_sequencers: Array; - stagingarbitrumgoerli_relayerFee?: Maybe; - stagingarbitrumgoerli_relayerFees: Array; - stagingarbitrumgoerli_originTransfer?: Maybe; - stagingarbitrumgoerli_originTransfers: Array; - stagingarbitrumgoerli_destinationTransfer?: Maybe; - stagingarbitrumgoerli_destinationTransfers: Array; - stagingarbitrumgoerli_originMessage?: Maybe; - stagingarbitrumgoerli_originMessages: Array; - stagingarbitrumgoerli_aggregateRoot?: Maybe; - stagingarbitrumgoerli_aggregateRoots: Array; - stagingarbitrumgoerli_connectorMeta?: Maybe; - stagingarbitrumgoerli_connectorMetas: Array; - stagingarbitrumgoerli_rootCount?: Maybe; - stagingarbitrumgoerli_rootCounts: Array; - stagingarbitrumgoerli_rootMessageSent?: Maybe; - stagingarbitrumgoerli_rootMessageSents: Array; - stagingarbitrumgoerli_relayerFeesIncrease?: Maybe; - stagingarbitrumgoerli_relayerFeesIncreases: Array; - stagingarbitrumgoerli_slippageUpdate?: Maybe; - stagingarbitrumgoerli_slippageUpdates: Array; - stagingarbitrumgoerli_snapshotRoot?: Maybe; - stagingarbitrumgoerli_snapshotRoots: Array; - stagingarbitrumgoerli_spokeConnectorMode?: Maybe; - stagingarbitrumgoerli_spokeConnectorModes: Array; - stagingarbitrumgoerli_aggregateRootProposed?: Maybe; - stagingarbitrumgoerli_aggregateRootProposeds: Array; - stagingarbitrumgoerli_optimisticRootFinalized?: Maybe; - stagingarbitrumgoerli_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingarbitrumgoerli__meta?: Maybe; stagingmumbai_asset?: Maybe; stagingmumbai_assets: Array; stagingmumbai_assetStatus?: Maybe; @@ -1196,6 +924,90 @@ export type Query = { stagingmumbai_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingmumbai__meta?: Maybe; + staginggoerli_asset?: Maybe; + staginggoerli_assets: Array; + staginggoerli_assetStatus?: Maybe; + staginggoerli_assetStatuses: Array; + staginggoerli_assetBalance?: Maybe; + staginggoerli_assetBalances: Array; + staginggoerli_router?: Maybe; + staginggoerli_routers: Array; + staginggoerli_routerDailyTVL?: Maybe; + staginggoerli_routerDailyTVLs: Array; + staginggoerli_setting?: Maybe; + staginggoerli_settings: Array; + staginggoerli_relayer?: Maybe; + staginggoerli_relayers: Array; + staginggoerli_sequencer?: Maybe; + staginggoerli_sequencers: Array; + staginggoerli_relayerFee?: Maybe; + staginggoerli_relayerFees: Array; + staginggoerli_originTransfer?: Maybe; + staginggoerli_originTransfers: Array; + staginggoerli_destinationTransfer?: Maybe; + staginggoerli_destinationTransfers: Array; + staginggoerli_originMessage?: Maybe; + staginggoerli_originMessages: Array; + staginggoerli_aggregateRoot?: Maybe; + staginggoerli_aggregateRoots: Array; + staginggoerli_connectorMeta?: Maybe; + staginggoerli_connectorMetas: Array; + staginggoerli_rootCount?: Maybe; + staginggoerli_rootCounts: Array; + staginggoerli_rootMessageSent?: Maybe; + staginggoerli_rootMessageSents: Array; + staginggoerli_relayerFeesIncrease?: Maybe; + staginggoerli_relayerFeesIncreases: Array; + staginggoerli_slippageUpdate?: Maybe; + staginggoerli_slippageUpdates: Array; + staginggoerli_snapshotRoot?: Maybe; + staginggoerli_snapshotRoots: Array; + staginggoerli_spokeConnectorMode?: Maybe; + staginggoerli_spokeConnectorModes: Array; + staginggoerli_aggregateRootProposed?: Maybe; + staginggoerli_aggregateRootProposeds: Array; + staginggoerli_optimisticRootFinalized?: Maybe; + staginggoerli_optimisticRootFinalizeds: Array; + mumbai_asset?: Maybe; + mumbai_assets: Array; + mumbai_assetStatus?: Maybe; + mumbai_assetStatuses: Array; + mumbai_assetBalance?: Maybe; + mumbai_assetBalances: Array; + mumbai_router?: Maybe; + mumbai_routers: Array; + mumbai_routerDailyTVL?: Maybe; + mumbai_routerDailyTVLs: Array; + mumbai_routerLiquidityEvent?: Maybe; + mumbai_routerLiquidityEvents: Array; + mumbai_setting?: Maybe; + mumbai_settings: Array; + mumbai_relayer?: Maybe; + mumbai_relayers: Array; + mumbai_sequencer?: Maybe; + mumbai_sequencers: Array; + mumbai_relayerFee?: Maybe; + mumbai_relayerFees: Array; + mumbai_originTransfer?: Maybe; + mumbai_originTransfers: Array; + mumbai_destinationTransfer?: Maybe; + mumbai_destinationTransfers: Array; + mumbai_originMessage?: Maybe; + mumbai_originMessages: Array; + mumbai_aggregateRoot?: Maybe; + mumbai_aggregateRoots: Array; + mumbai_connectorMeta?: Maybe; + mumbai_connectorMetas: Array; + mumbai_rootCount?: Maybe; + mumbai_rootCounts: Array; + mumbai_rootMessageSent?: Maybe; + mumbai_rootMessageSents: Array; + mumbai_relayerFeesIncrease?: Maybe; + mumbai_relayerFeesIncreases: Array; + mumbai_slippageUpdate?: Maybe; + mumbai_slippageUpdates: Array; + /** Access to subgraph metadata */ + mumbai__meta?: Maybe; arbitrumgoerli_asset?: Maybe; arbitrumgoerli_assets: Array; arbitrumgoerli_assetStatus?: Maybe; @@ -1236,46 +1048,124 @@ export type Query = { arbitrumgoerli_slippageUpdates: Array; /** Access to subgraph metadata */ arbitrumgoerli__meta?: Maybe; - mumbai_asset?: Maybe; - mumbai_assets: Array; - mumbai_assetStatus?: Maybe; - mumbai_assetStatuses: Array; - mumbai_assetBalance?: Maybe; - mumbai_assetBalances: Array; - mumbai_router?: Maybe; - mumbai_routers: Array; - mumbai_routerDailyTVL?: Maybe; - mumbai_routerDailyTVLs: Array; - mumbai_routerLiquidityEvent?: Maybe; - mumbai_routerLiquidityEvents: Array; - mumbai_setting?: Maybe; - mumbai_settings: Array; - mumbai_relayer?: Maybe; - mumbai_relayers: Array; - mumbai_sequencer?: Maybe; - mumbai_sequencers: Array; - mumbai_relayerFee?: Maybe; - mumbai_relayerFees: Array; - mumbai_originTransfer?: Maybe; - mumbai_originTransfers: Array; - mumbai_destinationTransfer?: Maybe; - mumbai_destinationTransfers: Array; - mumbai_originMessage?: Maybe; - mumbai_originMessages: Array; - mumbai_aggregateRoot?: Maybe; - mumbai_aggregateRoots: Array; - mumbai_connectorMeta?: Maybe; - mumbai_connectorMetas: Array; - mumbai_rootCount?: Maybe; - mumbai_rootCounts: Array; - mumbai_rootMessageSent?: Maybe; - mumbai_rootMessageSents: Array; - mumbai_relayerFeesIncrease?: Maybe; - mumbai_relayerFeesIncreases: Array; - mumbai_slippageUpdate?: Maybe; - mumbai_slippageUpdates: Array; + lineagoerli_asset?: Maybe; + lineagoerli_assets: Array; + lineagoerli_assetStatus?: Maybe; + lineagoerli_assetStatuses: Array; + lineagoerli_assetBalance?: Maybe; + lineagoerli_assetBalances: Array; + lineagoerli_router?: Maybe; + lineagoerli_routers: Array; + lineagoerli_routerDailyTVL?: Maybe; + lineagoerli_routerDailyTVLs: Array; + lineagoerli_setting?: Maybe; + lineagoerli_settings: Array; + lineagoerli_relayer?: Maybe; + lineagoerli_relayers: Array; + lineagoerli_sequencer?: Maybe; + lineagoerli_sequencers: Array; + lineagoerli_relayerFee?: Maybe; + lineagoerli_relayerFees: Array; + lineagoerli_originTransfer?: Maybe; + lineagoerli_originTransfers: Array; + lineagoerli_destinationTransfer?: Maybe; + lineagoerli_destinationTransfers: Array; + lineagoerli_originMessage?: Maybe; + lineagoerli_originMessages: Array; + lineagoerli_aggregateRoot?: Maybe; + lineagoerli_aggregateRoots: Array; + lineagoerli_connectorMeta?: Maybe; + lineagoerli_connectorMetas: Array; + lineagoerli_rootCount?: Maybe; + lineagoerli_rootCounts: Array; + lineagoerli_rootMessageSent?: Maybe; + lineagoerli_rootMessageSents: Array; + lineagoerli_relayerFeesIncrease?: Maybe; + lineagoerli_relayerFeesIncreases: Array; + lineagoerli_slippageUpdate?: Maybe; + lineagoerli_slippageUpdates: Array; /** Access to subgraph metadata */ - mumbai__meta?: Maybe; + lineagoerli__meta?: Maybe; + stagingoptimismgoerli_asset?: Maybe; + stagingoptimismgoerli_assets: Array; + stagingoptimismgoerli_assetStatus?: Maybe; + stagingoptimismgoerli_assetStatuses: Array; + stagingoptimismgoerli_assetBalance?: Maybe; + stagingoptimismgoerli_assetBalances: Array; + stagingoptimismgoerli_router?: Maybe; + stagingoptimismgoerli_routers: Array; + stagingoptimismgoerli_routerDailyTVL?: Maybe; + stagingoptimismgoerli_routerDailyTVLs: Array; + stagingoptimismgoerli_setting?: Maybe; + stagingoptimismgoerli_settings: Array; + stagingoptimismgoerli_relayer?: Maybe; + stagingoptimismgoerli_relayers: Array; + stagingoptimismgoerli_sequencer?: Maybe; + stagingoptimismgoerli_sequencers: Array; + stagingoptimismgoerli_relayerFee?: Maybe; + stagingoptimismgoerli_relayerFees: Array; + stagingoptimismgoerli_originTransfer?: Maybe; + stagingoptimismgoerli_originTransfers: Array; + stagingoptimismgoerli_destinationTransfer?: Maybe; + stagingoptimismgoerli_destinationTransfers: Array; + stagingoptimismgoerli_originMessage?: Maybe; + stagingoptimismgoerli_originMessages: Array; + stagingoptimismgoerli_aggregateRoot?: Maybe; + stagingoptimismgoerli_aggregateRoots: Array; + stagingoptimismgoerli_connectorMeta?: Maybe; + stagingoptimismgoerli_connectorMetas: Array; + stagingoptimismgoerli_rootCount?: Maybe; + stagingoptimismgoerli_rootCounts: Array; + stagingoptimismgoerli_rootMessageSent?: Maybe; + stagingoptimismgoerli_rootMessageSents: Array; + stagingoptimismgoerli_relayerFeesIncrease?: Maybe; + stagingoptimismgoerli_relayerFeesIncreases: Array; + stagingoptimismgoerli_slippageUpdate?: Maybe; + stagingoptimismgoerli_slippageUpdates: Array; + stagingoptimismgoerli_snapshotRoot?: Maybe; + stagingoptimismgoerli_snapshotRoots: Array; + stagingoptimismgoerli_spokeConnectorMode?: Maybe; + stagingoptimismgoerli_spokeConnectorModes: Array; + stagingoptimismgoerli_aggregateRootProposed?: Maybe; + stagingoptimismgoerli_aggregateRootProposeds: Array; + stagingoptimismgoerli_optimisticRootFinalized?: Maybe; + stagingoptimismgoerli_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingoptimismgoerli__meta?: Maybe; + bnb_swap_systemInfo?: Maybe; + bnb_swap_systemInfos: Array; + bnb_swap_pooledToken?: Maybe; + bnb_swap_pooledTokens: Array; + bnb_swap_stableSwap?: Maybe; + bnb_swap_stableSwaps: Array; + bnb_swap_stableSwapAddLiquidityEvent?: Maybe; + bnb_swap_stableSwapAddLiquidityEvents: Array; + bnb_swap_stableSwapRemoveLiquidityEvent?: Maybe; + bnb_swap_stableSwapRemoveLiquidityEvents: Array; + bnb_swap_stableSwapExchange?: Maybe; + bnb_swap_stableSwapExchanges: Array; + bnb_swap_swapDailyVolume?: Maybe; + bnb_swap_swapDailyVolumes: Array; + bnb_swap_swapHourlyVolume?: Maybe; + bnb_swap_swapHourlyVolumes: Array; + bnb_swap_swapWeeklyVolume?: Maybe; + bnb_swap_swapWeeklyVolumes: Array; + bnb_swap_lpAccount?: Maybe; + bnb_swap_lpAccounts: Array; + bnb_swap_lpAccountBalance?: Maybe; + bnb_swap_lpAccountBalances: Array; + bnb_swap_lpToken?: Maybe; + bnb_swap_lpTokens: Array; + bnb_swap_lpTransferEvent?: Maybe; + bnb_swap_lpTransferEvents: Array; + bnb_swap_stableSwapEvent?: Maybe; + bnb_swap_stableSwapEvents: Array; + bnb_swap_swapTradeVolume?: Maybe; + bnb_swap_swapTradeVolumes: Array; + bnb_swap_lpTokenEvent?: Maybe; + bnb_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + bnb_swap__meta?: Maybe; xdai_asset?: Maybe; xdai_assets: Array; xdai_assetStatus?: Maybe; @@ -1316,52 +1206,46 @@ export type Query = { xdai_slippageUpdates: Array; /** Access to subgraph metadata */ xdai__meta?: Maybe; - localarbitrumone_asset?: Maybe; - localarbitrumone_assets: Array; - localarbitrumone_assetStatus?: Maybe; - localarbitrumone_assetStatuses: Array; - localarbitrumone_assetBalance?: Maybe; - localarbitrumone_assetBalances: Array; - localarbitrumone_router?: Maybe; - localarbitrumone_routers: Array; - localarbitrumone_routerDailyTVL?: Maybe; - localarbitrumone_routerDailyTVLs: Array; - localarbitrumone_setting?: Maybe; - localarbitrumone_settings: Array; - localarbitrumone_relayer?: Maybe; - localarbitrumone_relayers: Array; - localarbitrumone_sequencer?: Maybe; - localarbitrumone_sequencers: Array; - localarbitrumone_relayerFee?: Maybe; - localarbitrumone_relayerFees: Array; - localarbitrumone_originTransfer?: Maybe; - localarbitrumone_originTransfers: Array; - localarbitrumone_destinationTransfer?: Maybe; - localarbitrumone_destinationTransfers: Array; - localarbitrumone_originMessage?: Maybe; - localarbitrumone_originMessages: Array; - localarbitrumone_aggregateRoot?: Maybe; - localarbitrumone_aggregateRoots: Array; - localarbitrumone_connectorMeta?: Maybe; - localarbitrumone_connectorMetas: Array; - localarbitrumone_rootCount?: Maybe; - localarbitrumone_rootCounts: Array; - localarbitrumone_rootMessageSent?: Maybe; - localarbitrumone_rootMessageSents: Array; - localarbitrumone_relayerFeesIncrease?: Maybe; - localarbitrumone_relayerFeesIncreases: Array; - localarbitrumone_slippageUpdate?: Maybe; - localarbitrumone_slippageUpdates: Array; - localarbitrumone_snapshotRoot?: Maybe; - localarbitrumone_snapshotRoots: Array; - localarbitrumone_spokeConnectorMode?: Maybe; - localarbitrumone_spokeConnectorModes: Array; - localarbitrumone_aggregateRootProposed?: Maybe; - localarbitrumone_aggregateRootProposeds: Array; - localarbitrumone_optimisticRootFinalized?: Maybe; - localarbitrumone_optimisticRootFinalizeds: Array; + optimism_asset?: Maybe; + optimism_assets: Array; + optimism_assetStatus?: Maybe; + optimism_assetStatuses: Array; + optimism_assetBalance?: Maybe; + optimism_assetBalances: Array; + optimism_router?: Maybe; + optimism_routers: Array; + optimism_routerDailyTVL?: Maybe; + optimism_routerDailyTVLs: Array; + optimism_routerLiquidityEvent?: Maybe; + optimism_routerLiquidityEvents: Array; + optimism_setting?: Maybe; + optimism_settings: Array; + optimism_relayer?: Maybe; + optimism_relayers: Array; + optimism_sequencer?: Maybe; + optimism_sequencers: Array; + optimism_relayerFee?: Maybe; + optimism_relayerFees: Array; + optimism_originTransfer?: Maybe; + optimism_originTransfers: Array; + optimism_destinationTransfer?: Maybe; + optimism_destinationTransfers: Array; + optimism_originMessage?: Maybe; + optimism_originMessages: Array; + optimism_aggregateRoot?: Maybe; + optimism_aggregateRoots: Array; + optimism_connectorMeta?: Maybe; + optimism_connectorMetas: Array; + optimism_rootCount?: Maybe; + optimism_rootCounts: Array; + optimism_rootMessageSent?: Maybe; + optimism_rootMessageSents: Array; + optimism_relayerFeesIncrease?: Maybe; + optimism_relayerFeesIncreases: Array; + optimism_slippageUpdate?: Maybe; + optimism_slippageUpdates: Array; /** Access to subgraph metadata */ - localarbitrumone__meta?: Maybe; + optimism__meta?: Maybe; bnb_asset?: Maybe; bnb_assets: Array; bnb_assetStatus?: Maybe; @@ -1442,6 +1326,52 @@ export type Query = { linea_slippageUpdates: Array; /** Access to subgraph metadata */ linea__meta?: Maybe; + localarbitrumone_asset?: Maybe; + localarbitrumone_assets: Array; + localarbitrumone_assetStatus?: Maybe; + localarbitrumone_assetStatuses: Array; + localarbitrumone_assetBalance?: Maybe; + localarbitrumone_assetBalances: Array; + localarbitrumone_router?: Maybe; + localarbitrumone_routers: Array; + localarbitrumone_routerDailyTVL?: Maybe; + localarbitrumone_routerDailyTVLs: Array; + localarbitrumone_setting?: Maybe; + localarbitrumone_settings: Array; + localarbitrumone_relayer?: Maybe; + localarbitrumone_relayers: Array; + localarbitrumone_sequencer?: Maybe; + localarbitrumone_sequencers: Array; + localarbitrumone_relayerFee?: Maybe; + localarbitrumone_relayerFees: Array; + localarbitrumone_originTransfer?: Maybe; + localarbitrumone_originTransfers: Array; + localarbitrumone_destinationTransfer?: Maybe; + localarbitrumone_destinationTransfers: Array; + localarbitrumone_originMessage?: Maybe; + localarbitrumone_originMessages: Array; + localarbitrumone_aggregateRoot?: Maybe; + localarbitrumone_aggregateRoots: Array; + localarbitrumone_connectorMeta?: Maybe; + localarbitrumone_connectorMetas: Array; + localarbitrumone_rootCount?: Maybe; + localarbitrumone_rootCounts: Array; + localarbitrumone_rootMessageSent?: Maybe; + localarbitrumone_rootMessageSents: Array; + localarbitrumone_relayerFeesIncrease?: Maybe; + localarbitrumone_relayerFeesIncreases: Array; + localarbitrumone_slippageUpdate?: Maybe; + localarbitrumone_slippageUpdates: Array; + localarbitrumone_snapshotRoot?: Maybe; + localarbitrumone_snapshotRoots: Array; + localarbitrumone_spokeConnectorMode?: Maybe; + localarbitrumone_spokeConnectorModes: Array; + localarbitrumone_aggregateRootProposed?: Maybe; + localarbitrumone_aggregateRootProposeds: Array; + localarbitrumone_optimisticRootFinalized?: Maybe; + localarbitrumone_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + localarbitrumone__meta?: Maybe; localmainnet_asset?: Maybe; localmainnet_assets: Array; localmainnet_assetStatus?: Maybe; @@ -1486,6 +1416,76 @@ export type Query = { localmainnet_aggregateRootProposeds: Array; localmainnet_optimisticRootFinalized?: Maybe; localmainnet_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + localmainnet__meta?: Maybe; + linea_swap_systemInfo?: Maybe; + linea_swap_systemInfos: Array; + linea_swap_pooledToken?: Maybe; + linea_swap_pooledTokens: Array; + linea_swap_stableSwap?: Maybe; + linea_swap_stableSwaps: Array; + linea_swap_stableSwapAddLiquidityEvent?: Maybe; + linea_swap_stableSwapAddLiquidityEvents: Array; + linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; + linea_swap_stableSwapRemoveLiquidityEvents: Array; + linea_swap_stableSwapExchange?: Maybe; + linea_swap_stableSwapExchanges: Array; + linea_swap_swapDailyVolume?: Maybe; + linea_swap_swapDailyVolumes: Array; + linea_swap_swapHourlyVolume?: Maybe; + linea_swap_swapHourlyVolumes: Array; + linea_swap_swapWeeklyVolume?: Maybe; + linea_swap_swapWeeklyVolumes: Array; + linea_swap_lpAccount?: Maybe; + linea_swap_lpAccounts: Array; + linea_swap_lpAccountBalance?: Maybe; + linea_swap_lpAccountBalances: Array; + linea_swap_lpToken?: Maybe; + linea_swap_lpTokens: Array; + linea_swap_lpTransferEvent?: Maybe; + linea_swap_lpTransferEvents: Array; + linea_swap_stableSwapEvent?: Maybe; + linea_swap_stableSwapEvents: Array; + linea_swap_swapTradeVolume?: Maybe; + linea_swap_swapTradeVolumes: Array; + linea_swap_lpTokenEvent?: Maybe; + linea_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + linea_swap__meta?: Maybe; + localmainnet_rootAggregated?: Maybe; + localmainnet_rootAggregateds: Array; + localmainnet_rootPropagated?: Maybe; + localmainnet_rootPropagateds: Array; + localmainnet_aggregatedMessageRoot?: Maybe; + localmainnet_aggregatedMessageRoots: Array; + localmainnet_rootManagerMeta?: Maybe; + localmainnet_rootManagerMetas: Array; + localmainnet_rootManagerMode?: Maybe; + localmainnet_rootManagerModes: Array; + localmainnet_optimisticRootProposed?: Maybe; + localmainnet_optimisticRootProposeds: Array; + localmainnet_hubOptimisticRootFinalized?: Maybe; + localmainnet_hubOptimisticRootFinalizeds: Array; + localmainnet_optimisticRootPropagated?: Maybe; + localmainnet_optimisticRootPropagateds: Array; + localmainnet_polygonConnectorMeta?: Maybe; + localmainnet_polygonConnectorMetas: Array; + localmainnet_optimismConnectorMeta?: Maybe; + localmainnet_optimismConnectorMetas: Array; + localmainnet_bnbConnectorMeta?: Maybe; + localmainnet_bnbConnectorMetas: Array; + localmainnet_arbitrumConnectorMeta?: Maybe; + localmainnet_arbitrumConnectorMetas: Array; + localmainnet_gnosisConnectorMeta?: Maybe; + localmainnet_gnosisConnectorMetas: Array; + localmainnet_zkSyncConnectorMeta?: Maybe; + localmainnet_zkSyncConnectorMetas: Array; + localmainnet_rootMessageProcessed?: Maybe; + localmainnet_rootMessageProcesseds: Array; + localmainnet_aggregateRootSavedSlow?: Maybe; + localmainnet_aggregateRootSavedSlows: Array; + localmainnet_hubDomain?: Maybe; + localmainnet_hubDomains: Array; localoptimism_asset?: Maybe; localoptimism_assets: Array; localoptimism_assetStatus?: Maybe; @@ -1653,20 +1653,187 @@ export type Query = { }; -export type Querygoerli_rootAggregatedArgs = { +export type Querytestoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootAggregatedsArgs = { +export type Querytestoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_sponsorVaultArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_sponsorVaultsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querytestoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querygoerli_rootAggregatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querygoerli_rootAggregatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; @@ -2095,2681 +2262,2532 @@ export type Querymainnet__metaArgs = { }; -export type Querystagingoptimismgoerli_swap_systemInfoArgs = { +export type Querystaginggoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_systemInfosArgs = { +export type Querystaginggoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_pooledTokenArgs = { +export type Querystaginggoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_pooledTokensArgs = { +export type Querystaginggoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapArgs = { +export type Querystaginggoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapsArgs = { +export type Querystaginggoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querystaginggoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Querystaginggoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapExchangesArgs = { +export type Querystaginggoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Querystaginggoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapDailyVolumesArgs = { +export type Querystaginggoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Querystaginggoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapHourlyVolumesArgs = { +export type Querystaginggoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Querystaginggoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { +export type Querystaginggoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpAccountArgs = { +export type Querystaginggoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpAccountsArgs = { +export type Querystaginggoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Querystaginggoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpAccountBalancesArgs = { +export type Querystaginggoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTokenArgs = { +export type Querystaginggoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTokensArgs = { +export type Querystaginggoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTransferEventArgs = { +export type Querystaginggoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTransferEventsArgs = { +export type Querystaginggoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapEventArgs = { +export type Querystaginggoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_stableSwapEventsArgs = { +export type Querystaginggoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Querystaginggoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_swapTradeVolumesArgs = { +export type Querystaginggoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTokenEventArgs = { +export type Querystaginggoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap_lpTokenEventsArgs = { +export type Querystaginggoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; +export type Querystaginggoerli_swap__metaArgs = { + block?: InputMaybe; }; -export type Querytestgoerli_assetArgs = { +export type Querystagingarbitrumgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_assetsArgs = { +export type Querystagingarbitrumgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_assetBalanceArgs = { +export type Querystagingarbitrumgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_assetBalancesArgs = { +export type Querystagingarbitrumgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_routerArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_routersArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_settingArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_settingsArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_relayerArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_relayersArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_stableSwapArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_stableSwapsArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_sponsorVaultArgs = { +export type Querystagingarbitrumgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_sponsorVaultsArgs = { +export type Querystagingarbitrumgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_originTransferArgs = { +export type Querystagingarbitrumgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_originTransfersArgs = { +export type Querystagingarbitrumgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_destinationTransferArgs = { +export type Querystagingarbitrumgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli_destinationTransfersArgs = { +export type Querystagingarbitrumgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querygoerli_swap_systemInfoArgs = { +export type Querystagingarbitrumgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_systemInfosArgs = { +export type Querystagingarbitrumgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_pooledTokenArgs = { +export type Querystagingarbitrumgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_pooledTokensArgs = { +export type Querystagingarbitrumgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapArgs = { +export type Querystagingarbitrumgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapsArgs = { +export type Querystagingarbitrumgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingarbitrumgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystagingarbitrumgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystagingarbitrumgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapExchangeArgs = { +export type Querystagingarbitrumgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapExchangesArgs = { +export type Querystagingarbitrumgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapDailyVolumeArgs = { +export type Querystagingarbitrumgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapDailyVolumesArgs = { +export type Querystagingarbitrumgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapHourlyVolumeArgs = { +export type Querystagingarbitrumgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapHourlyVolumesArgs = { +export type Querymumbai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapWeeklyVolumeArgs = { +export type Querymumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapWeeklyVolumesArgs = { +export type Querymumbai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountArgs = { +export type Querymumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountsArgs = { +export type Querymumbai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountBalanceArgs = { +export type Querymumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpAccountBalancesArgs = { +export type Querymumbai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokenArgs = { +export type Querymumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokensArgs = { +export type Querymumbai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTransferEventArgs = { +export type Querymumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTransferEventsArgs = { +export type Querymumbai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapEventArgs = { +export type Querymumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_stableSwapEventsArgs = { +export type Querymumbai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapTradeVolumeArgs = { +export type Querymumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_swapTradeVolumesArgs = { +export type Querymumbai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokenEventArgs = { +export type Querymumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap_lpTokenEventsArgs = { +export type Querymumbai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querytestoptimismgoerli_assetArgs = { +export type Querymumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_assetsArgs = { +export type Querymumbai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_assetBalanceArgs = { +export type Querymumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_assetBalancesArgs = { +export type Querymumbai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_routerArgs = { +export type Querymumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_routersArgs = { +export type Querymumbai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_settingArgs = { +export type Querymumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_settingsArgs = { +export type Querymumbai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_relayerArgs = { +export type Querymumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_relayersArgs = { +export type Querymumbai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_stableSwapArgs = { +export type Querymumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_stableSwapsArgs = { +export type Querymumbai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_sponsorVaultArgs = { +export type Querymumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_sponsorVaultsArgs = { +export type Querymumbai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_originTransferArgs = { +export type Querymumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystaginggoerli_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_originTransfersArgs = { +export type Querystaginggoerli_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_destinationTransferArgs = { +export type Querystaginggoerli_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli_destinationTransfersArgs = { +export type Querystaginggoerli_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querytestoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystaginggoerli_swap_systemInfoArgs = { +export type Querystaginggoerli_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_systemInfosArgs = { +export type Querystaginggoerli_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_pooledTokenArgs = { +export type Querystaginggoerli_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_pooledTokensArgs = { +export type Querystaginggoerli_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapArgs = { +export type Querystaginggoerli_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapsArgs = { +export type Querystaginggoerli_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querystaginggoerli_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystaginggoerli_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystaginggoerli_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystaginggoerli_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapExchangeArgs = { +export type Querystaginggoerli_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapExchangesArgs = { +export type Querystaginggoerli_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapDailyVolumeArgs = { +export type Querystaginggoerli_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapDailyVolumesArgs = { +export type Querystaginggoerli_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapHourlyVolumeArgs = { +export type Querystaginggoerli_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapHourlyVolumesArgs = { +export type Querystaginggoerli_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapWeeklyVolumeArgs = { +export type Querystaginggoerli_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapWeeklyVolumesArgs = { +export type Querystaginggoerli_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type Querystaginggoerli_swap_lpAccountArgs = { +export type Querystaginggoerli_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpAccountsArgs = { +export type Querystaginggoerli_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpAccountBalanceArgs = { +export type Querystaginggoerli_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpAccountBalancesArgs = { +export type Querystaginggoerli_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTokenArgs = { +export type Querystaginggoerli_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTokensArgs = { +export type Querystaginggoerli_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTransferEventArgs = { +export type Querystaginggoerli_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTransferEventsArgs = { +export type Querystaginggoerli_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapEventArgs = { +export type Querystaginggoerli_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_stableSwapEventsArgs = { +export type Querystaginggoerli_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapTradeVolumeArgs = { +export type Querystaginggoerli_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_swapTradeVolumesArgs = { +export type Querystaginggoerli_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTokenEventArgs = { +export type Querystaginggoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querytestgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap_lpTokenEventsArgs = { +export type Querytestgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingarbitrumgoerli_swap_systemInfoArgs = { +export type Querytestgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_systemInfosArgs = { +export type Querytestgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_pooledTokenArgs = { +export type Querytestgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_pooledTokensArgs = { +export type Querytestgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapArgs = { +export type Querytestgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapsArgs = { +export type Querytestgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querytestgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Querytestgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querytestgoerli_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querytestgoerli_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapExchangeArgs = { +export type Querytestgoerli_sponsorVaultArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapExchangesArgs = { +export type Querytestgoerli_sponsorVaultsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapDailyVolumeArgs = { +export type Querytestgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapDailyVolumesArgs = { +export type Querytestgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapHourlyVolumeArgs = { +export type Querytestgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapHourlyVolumesArgs = { +export type Querytestgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapWeeklyVolumeArgs = { +export type Querytestgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querygoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapWeeklyVolumesArgs = { +export type Querygoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpAccountArgs = { +export type Querygoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpAccountsArgs = { +export type Querygoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpAccountBalanceArgs = { +export type Querygoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpAccountBalancesArgs = { +export type Querygoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTokenArgs = { +export type Querygoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTokensArgs = { +export type Querygoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTransferEventArgs = { +export type Querygoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTransferEventsArgs = { +export type Querygoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapEventArgs = { +export type Querygoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_stableSwapEventsArgs = { +export type Querygoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapTradeVolumeArgs = { +export type Querygoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_swapTradeVolumesArgs = { +export type Querygoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTokenEventArgs = { +export type Querygoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap_lpTokenEventsArgs = { +export type Querygoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryarbitrumgoerli_swap_systemInfoArgs = { +export type Querygoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_systemInfosArgs = { +export type Querygoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_pooledTokenArgs = { +export type Querygoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_pooledTokensArgs = { +export type Querygoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapArgs = { +export type Querygoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapsArgs = { +export type Querygoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Querygoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Querygoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querygoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querygoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapExchangeArgs = { +export type Querygoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapExchangesArgs = { +export type Querygoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapDailyVolumeArgs = { +export type Querygoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapDailyVolumesArgs = { +export type Querygoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapHourlyVolumeArgs = { +export type Querygoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapHourlyVolumesArgs = { +export type Querygoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapWeeklyVolumeArgs = { +export type Querygoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapWeeklyVolumesArgs = { +export type Querystagingoptimismgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpAccountArgs = { +export type Querystagingoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpAccountsArgs = { +export type Querystagingoptimismgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpAccountBalanceArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpAccountBalancesArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTokenArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTokensArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTransferEventArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTransferEventsArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapEventArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_stableSwapEventsArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapTradeVolumeArgs = { +export type Querystagingoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_swapTradeVolumesArgs = { +export type Querystagingoptimismgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTokenEventArgs = { +export type Querystagingoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap_lpTokenEventsArgs = { +export type Querystagingoptimismgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymumbai_swap_systemInfoArgs = { +export type Querystagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_systemInfosArgs = { +export type Querystagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_pooledTokenArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_pooledTokensArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapsArgs = { +export type Querystagingoptimismgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingoptimismgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystagingoptimismgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingoptimismgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystagingoptimismgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapExchangeArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapExchangesArgs = { +export type Querystagingoptimismgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapDailyVolumeArgs = { +export type Querystagingoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapDailyVolumesArgs = { +export type Querystagingoptimismgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapHourlyVolumeArgs = { +export type Querystagingoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapHourlyVolumesArgs = { +export type Querystagingoptimismgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapWeeklyVolumeArgs = { +export type Querystagingoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryarbitrumone_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapWeeklyVolumesArgs = { +export type Queryarbitrumone_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountArgs = { +export type Queryarbitrumone_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountsArgs = { +export type Queryarbitrumone_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountBalanceArgs = { +export type Queryarbitrumone_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpAccountBalancesArgs = { +export type Queryarbitrumone_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokenArgs = { +export type Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokensArgs = { +export type Queryarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTransferEventArgs = { +export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTransferEventsArgs = { +export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapEventArgs = { +export type Queryarbitrumone_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_stableSwapEventsArgs = { +export type Queryarbitrumone_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapTradeVolumeArgs = { +export type Queryarbitrumone_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_swapTradeVolumesArgs = { +export type Queryarbitrumone_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokenEventArgs = { +export type Queryarbitrumone_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap_lpTokenEventsArgs = { +export type Queryarbitrumone_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybnb_swap_systemInfoArgs = { +export type Queryarbitrumone_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_systemInfosArgs = { +export type Queryarbitrumone_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_pooledTokenArgs = { +export type Queryarbitrumone_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_pooledTokensArgs = { +export type Queryarbitrumone_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapArgs = { +export type Queryarbitrumone_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapsArgs = { +export type Queryarbitrumone_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapAddLiquidityEventArgs = { +export type Queryarbitrumone_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryarbitrumone_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryarbitrumone_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryarbitrumone_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapExchangeArgs = { +export type Queryarbitrumone_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapExchangesArgs = { +export type Queryarbitrumone_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapDailyVolumeArgs = { +export type Queryarbitrumone_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapDailyVolumesArgs = { +export type Queryarbitrumone_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapHourlyVolumeArgs = { +export type Queryarbitrumone_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapHourlyVolumesArgs = { +export type Queryarbitrumone_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapWeeklyVolumeArgs = { +export type Queryarbitrumone_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querypolygon_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapWeeklyVolumesArgs = { +export type Querypolygon_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountArgs = { +export type Querypolygon_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountsArgs = { +export type Querypolygon_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountBalanceArgs = { +export type Querypolygon_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountBalancesArgs = { +export type Querypolygon_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokenArgs = { +export type Querypolygon_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokensArgs = { +export type Querypolygon_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTransferEventArgs = { +export type Querypolygon_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTransferEventsArgs = { +export type Querypolygon_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapEventArgs = { +export type Querypolygon_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapEventsArgs = { +export type Querypolygon_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapTradeVolumeArgs = { +export type Querypolygon_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapTradeVolumesArgs = { +export type Querypolygon_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querybnb_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querybnb_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querybnb_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmumbai_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmumbai_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmumbai_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmumbai_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmumbai_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmumbai_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmumbai_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmumbai_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmumbai_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmumbai_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmumbai_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmumbai_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapHourlyVolumeArgs = { +export type Querypolygon_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapHourlyVolumesArgs = { +export type Querypolygon_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapWeeklyVolumeArgs = { +export type Querypolygon_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapWeeklyVolumesArgs = { +export type Querypolygon_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpAccountArgs = { +export type Querypolygon_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpAccountsArgs = { +export type Querypolygon_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpAccountBalanceArgs = { +export type Querypolygon_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpAccountBalancesArgs = { +export type Querypolygon_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTokenArgs = { +export type Querypolygon_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTokensArgs = { +export type Querypolygon_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTransferEventArgs = { +export type Querypolygon_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTransferEventsArgs = { +export type Querypolygon_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapEventArgs = { +export type Querypolygon_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_stableSwapEventsArgs = { +export type Querypolygon_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapTradeVolumeArgs = { +export type Querypolygon_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_swapTradeVolumesArgs = { +export type Querypolygon_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTokenEventArgs = { +export type Querypolygon_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap_lpTokenEventsArgs = { +export type Querypolygon_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_swap__metaArgs = { - block?: InputMaybe; +export type Querypolygon_swap__metaArgs = { + block?: InputMaybe; }; @@ -5066,314 +5084,296 @@ export type Queryxdai_swap__metaArgs = { }; -export type Querystaginggoerli_rootAggregatedArgs = { +export type Querystagingmumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootAggregatedsArgs = { +export type Querystagingmumbai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootPropagatedArgs = { +export type Querystagingmumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootPropagatedsArgs = { +export type Querystagingmumbai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregatedMessageRootArgs = { +export type Querystagingmumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregatedMessageRootsArgs = { +export type Querystagingmumbai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootManagerMetaArgs = { +export type Querystagingmumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootManagerMetasArgs = { +export type Querystagingmumbai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootManagerModeArgs = { +export type Querystagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootManagerModesArgs = { +export type Querystagingmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootProposedArgs = { +export type Querystagingmumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootProposedsArgs = { +export type Querystagingmumbai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_hubOptimisticRootFinalizedArgs = { +export type Querystagingmumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_hubOptimisticRootFinalizedsArgs = { +export type Querystagingmumbai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootPropagatedArgs = { +export type Querystagingmumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootPropagatedsArgs = { +export type Querystagingmumbai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_polygonConnectorMetaArgs = { +export type Querystagingmumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_polygonConnectorMetasArgs = { +export type Querystagingmumbai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimismConnectorMetaArgs = { +export type Querystagingmumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimismConnectorMetasArgs = { +export type Querystagingmumbai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_bnbConnectorMetaArgs = { +export type Querystagingmumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_bnbConnectorMetasArgs = { +export type Querystagingmumbai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_arbitrumConnectorMetaArgs = { +export type Querystagingmumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_arbitrumConnectorMetasArgs = { +export type Querystagingmumbai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_gnosisConnectorMetaArgs = { +export type Querystagingmumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_gnosisConnectorMetasArgs = { +export type Querystagingmumbai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_zkSyncConnectorMetaArgs = { +export type Querystagingmumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_zkSyncConnectorMetasArgs = { +export type Querystagingmumbai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageProcessedArgs = { +export type Querystagingmumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageProcessedsArgs = { +export type Querystagingmumbai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootSavedSlowArgs = { +export type Querystagingmumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootSavedSlowsArgs = { +export type Querystagingmumbai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_hubDomainArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystaginggoerli_hubDomainsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystaginggoerli__metaArgs = { - block?: InputMaybe; +export type Querystagingmumbai_swap__metaArgs = { + block?: InputMaybe; }; @@ -5670,6 +5670,299 @@ export type Queryoptimismgoerli_swap__metaArgs = { }; +export type Queryarbitrumgoerli_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryarbitrumgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + export type Queryoptimism_swap_systemInfoArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -5963,2954 +6256,2913 @@ export type Queryoptimism_swap__metaArgs = { }; -export type Queryarbitrumone_swap_systemInfoArgs = { +export type Querystagingarbitrumgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_systemInfosArgs = { +export type Querystagingarbitrumgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_pooledTokenArgs = { +export type Querystagingarbitrumgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_pooledTokensArgs = { +export type Querystagingarbitrumgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapArgs = { +export type Querystagingarbitrumgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapsArgs = { +export type Querystagingarbitrumgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingarbitrumgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystagingarbitrumgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingarbitrumgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystagingarbitrumgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapExchangeArgs = { +export type Querystagingarbitrumgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapExchangesArgs = { +export type Querystagingarbitrumgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapDailyVolumeArgs = { +export type Querystagingarbitrumgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapDailyVolumesArgs = { +export type Querystagingarbitrumgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapHourlyVolumeArgs = { +export type Querystagingarbitrumgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapHourlyVolumesArgs = { +export type Querystagingarbitrumgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapWeeklyVolumeArgs = { +export type Querystagingarbitrumgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapWeeklyVolumesArgs = { +export type Querystagingarbitrumgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountArgs = { +export type Querystagingarbitrumgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountsArgs = { +export type Querystagingarbitrumgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountBalanceArgs = { +export type Querystagingarbitrumgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpAccountBalancesArgs = { +export type Querystagingarbitrumgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenArgs = { +export type Querystagingarbitrumgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokensArgs = { +export type Querystagingarbitrumgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTransferEventArgs = { +export type Querystagingarbitrumgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTransferEventsArgs = { +export type Querystagingarbitrumgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapEventArgs = { +export type Querystagingarbitrumgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_stableSwapEventsArgs = { +export type Querystagingarbitrumgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapTradeVolumeArgs = { +export type Querystagingarbitrumgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_swapTradeVolumesArgs = { +export type Querystagingarbitrumgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenEventArgs = { +export type Querystagingarbitrumgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap_lpTokenEventsArgs = { +export type Querystagingarbitrumgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumone_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querypolygon_swap_systemInfoArgs = { +export type Querystagingarbitrumgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_systemInfosArgs = { +export type Querystagingarbitrumgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_pooledTokenArgs = { +export type Querystagingarbitrumgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_pooledTokensArgs = { +export type Querystagingarbitrumgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapArgs = { +export type Querystagingarbitrumgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapsArgs = { +export type Querystagingarbitrumgoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingarbitrumgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystagingarbitrumgoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingarbitrumgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystagingarbitrumgoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapExchangeArgs = { +export type Querystagingarbitrumgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapExchangesArgs = { +export type Querystagingarbitrumgoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapDailyVolumeArgs = { +export type Querystagingarbitrumgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querygoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapDailyVolumesArgs = { +export type Querygoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapHourlyVolumeArgs = { +export type Querygoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapHourlyVolumesArgs = { +export type Querygoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapWeeklyVolumeArgs = { +export type Querygoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapWeeklyVolumesArgs = { +export type Querygoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountArgs = { +export type Querygoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountsArgs = { +export type Querygoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountBalanceArgs = { +export type Querygoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpAccountBalancesArgs = { +export type Querygoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTokenArgs = { +export type Querygoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTokensArgs = { +export type Querygoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTransferEventArgs = { +export type Querygoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTransferEventsArgs = { +export type Querygoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapEventArgs = { +export type Querygoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_stableSwapEventsArgs = { +export type Querygoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapTradeVolumeArgs = { +export type Querygoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_swapTradeVolumesArgs = { +export type Querygoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTokenEventArgs = { +export type Querygoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap_lpTokenEventsArgs = { +export type Querygoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylinea_swap_systemInfoArgs = { +export type Querygoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_systemInfosArgs = { +export type Querygoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_pooledTokenArgs = { +export type Querygoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_pooledTokensArgs = { +export type Querygoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapArgs = { +export type Querygoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapsArgs = { +export type Querygoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapAddLiquidityEventArgs = { +export type Querygoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapAddLiquidityEventsArgs = { +export type Querygoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querygoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querygoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapExchangeArgs = { +export type Querygoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapExchangesArgs = { +export type Querygoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapDailyVolumeArgs = { +export type Querygoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapDailyVolumesArgs = { +export type Querygoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapHourlyVolumeArgs = { +export type Querygoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapHourlyVolumesArgs = { +export type Querygoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapWeeklyVolumeArgs = { +export type Querygoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapWeeklyVolumesArgs = { +export type Querygoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountArgs = { +export type Queryoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountsArgs = { +export type Queryoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountBalanceArgs = { +export type Queryoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountBalancesArgs = { +export type Queryoptimismgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenArgs = { +export type Queryoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokensArgs = { +export type Queryoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTransferEventArgs = { +export type Queryoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTransferEventsArgs = { +export type Queryoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapEventArgs = { +export type Queryoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapEventsArgs = { +export type Queryoptimismgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapTradeVolumeArgs = { +export type Queryoptimismgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapTradeVolumesArgs = { +export type Queryoptimismgoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenEventArgs = { +export type Queryoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenEventsArgs = { +export type Queryoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querygoerli_assetArgs = { +export type Queryoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetsArgs = { +export type Queryoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetStatusArgs = { +export type Queryoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetStatusesArgs = { +export type Queryoptimismgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetBalanceArgs = { +export type Queryoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_assetBalancesArgs = { +export type Queryoptimismgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerArgs = { +export type Queryoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routersArgs = { +export type Queryoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerDailyTVLArgs = { +export type Queryoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerDailyTVLsArgs = { +export type Queryoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerLiquidityEventArgs = { +export type Queryoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_routerLiquidityEventsArgs = { +export type Queryoptimismgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_settingArgs = { +export type Queryoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_settingsArgs = { +export type Queryoptimismgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerArgs = { +export type Queryoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayersArgs = { +export type Queryoptimismgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_sequencerArgs = { +export type Queryoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_sequencersArgs = { +export type Queryoptimismgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerFeeArgs = { +export type Queryoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerFeesArgs = { +export type Queryoptimismgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originTransferArgs = { +export type Queryoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originTransfersArgs = { +export type Queryoptimismgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_destinationTransferArgs = { +export type Queryoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_destinationTransfersArgs = { +export type Queryoptimismgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originMessageArgs = { +export type Queryoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_originMessagesArgs = { +export type Querystagingmumbai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregateRootArgs = { +export type Querystagingmumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_aggregateRootsArgs = { +export type Querystagingmumbai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_connectorMetaArgs = { +export type Querystagingmumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_connectorMetasArgs = { +export type Querystagingmumbai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootCountArgs = { +export type Querystagingmumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootCountsArgs = { +export type Querystagingmumbai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootMessageSentArgs = { +export type Querystagingmumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_rootMessageSentsArgs = { +export type Querystagingmumbai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerFeesIncreaseArgs = { +export type Querystagingmumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_relayerFeesIncreasesArgs = { +export type Querystagingmumbai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_slippageUpdateArgs = { +export type Querystagingmumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querygoerli_slippageUpdatesArgs = { +export type Querystagingmumbai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootAggregatedArgs = { +export type Querystagingmumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootAggregatedsArgs = { +export type Querystagingmumbai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootPropagatedArgs = { +export type Querystagingmumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootPropagatedsArgs = { +export type Querystagingmumbai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregatedMessageRootArgs = { +export type Querystagingmumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregatedMessageRootsArgs = { +export type Querystagingmumbai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerMetaArgs = { +export type Querystagingmumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerMetasArgs = { +export type Querystagingmumbai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerModeArgs = { +export type Querystagingmumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootManagerModesArgs = { +export type Querystagingmumbai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootProposedArgs = { +export type Querystagingmumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootProposedsArgs = { +export type Querystagingmumbai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubOptimisticRootFinalizedArgs = { +export type Querystagingmumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubOptimisticRootFinalizedsArgs = { +export type Querystagingmumbai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootPropagatedArgs = { +export type Querystagingmumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootPropagatedsArgs = { +export type Querystagingmumbai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_polygonConnectorMetaArgs = { +export type Querystagingmumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_polygonConnectorMetasArgs = { +export type Querystagingmumbai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimismConnectorMetaArgs = { +export type Querystagingmumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimismConnectorMetasArgs = { +export type Querystagingmumbai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_bnbConnectorMetaArgs = { +export type Querystagingmumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_bnbConnectorMetasArgs = { +export type Querystagingmumbai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_arbitrumConnectorMetaArgs = { +export type Querystagingmumbai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_arbitrumConnectorMetasArgs = { +export type Querystagingmumbai_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_gnosisConnectorMetaArgs = { +export type Querystagingmumbai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_gnosisConnectorMetasArgs = { +export type Querystagingmumbai_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_zkSyncConnectorMetaArgs = { +export type Querystagingmumbai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_zkSyncConnectorMetasArgs = { +export type Querystagingmumbai_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageProcessedArgs = { +export type Querystagingmumbai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageProcessedsArgs = { +export type Querystagingmumbai_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootSavedSlowArgs = { +export type Querystagingmumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystaginggoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootSavedSlowsArgs = { +export type Querystaginggoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubDomainArgs = { +export type Querystaginggoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_hubDomainsArgs = { +export type Querystaginggoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylineagoerli_assetArgs = { +export type Querystaginggoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetsArgs = { +export type Querystaginggoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type Querylineagoerli_assetStatusArgs = { +export type Querystaginggoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetStatusesArgs = { +export type Querystaginggoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetBalanceArgs = { +export type Querystaginggoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_assetBalancesArgs = { +export type Querystaginggoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routerArgs = { +export type Querystaginggoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routersArgs = { +export type Querystaginggoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routerDailyTVLArgs = { +export type Querystaginggoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_routerDailyTVLsArgs = { +export type Querystaginggoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_settingArgs = { +export type Querystaginggoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_settingsArgs = { +export type Querystaginggoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerArgs = { +export type Querystaginggoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayersArgs = { +export type Querystaginggoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_sequencerArgs = { +export type Querystaginggoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_sequencersArgs = { +export type Querystaginggoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerFeeArgs = { +export type Querystaginggoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerFeesArgs = { +export type Querystaginggoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_originTransferArgs = { +export type Querystaginggoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_originTransfersArgs = { +export type Querystaginggoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_destinationTransferArgs = { +export type Querystaginggoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_destinationTransfersArgs = { +export type Querystaginggoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_originMessageArgs = { +export type Querystaginggoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_originMessagesArgs = { +export type Querystaginggoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_aggregateRootArgs = { +export type Querystaginggoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_aggregateRootsArgs = { +export type Querystaginggoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_connectorMetaArgs = { +export type Querystaginggoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_connectorMetasArgs = { +export type Querystaginggoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_rootCountArgs = { +export type Querystaginggoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_rootCountsArgs = { +export type Querystaginggoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_rootMessageSentArgs = { +export type Querystaginggoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_rootMessageSentsArgs = { +export type Querystaginggoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerFeesIncreaseArgs = { +export type Querystaginggoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_relayerFeesIncreasesArgs = { +export type Querystaginggoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_slippageUpdateArgs = { +export type Querystaginggoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli_slippageUpdatesArgs = { +export type Querystaginggoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylineagoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryoptimism_assetArgs = { +export type Querystaginggoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetsArgs = { +export type Querystaginggoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetStatusArgs = { +export type Querystaginggoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetStatusesArgs = { +export type Querystaginggoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetBalanceArgs = { +export type Querymumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetBalancesArgs = { +export type Querymumbai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerArgs = { +export type Querymumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routersArgs = { +export type Querymumbai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerDailyTVLArgs = { +export type Querymumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerDailyTVLsArgs = { +export type Querymumbai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerLiquidityEventArgs = { +export type Querymumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerLiquidityEventsArgs = { +export type Querymumbai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_settingArgs = { +export type Querymumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_settingsArgs = { +export type Querymumbai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerArgs = { +export type Querymumbai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayersArgs = { +export type Querymumbai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_sequencerArgs = { +export type Querymumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_sequencersArgs = { +export type Querymumbai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeeArgs = { +export type Querymumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesArgs = { +export type Querymumbai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originTransferArgs = { +export type Querymumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originTransfersArgs = { +export type Querymumbai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_destinationTransferArgs = { +export type Querymumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_destinationTransfersArgs = { +export type Querymumbai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originMessageArgs = { +export type Querymumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originMessagesArgs = { +export type Querymumbai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootArgs = { +export type Querymumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootsArgs = { +export type Querymumbai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_connectorMetaArgs = { +export type Querymumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_connectorMetasArgs = { +export type Querymumbai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootCountArgs = { +export type Querymumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootCountsArgs = { +export type Querymumbai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootMessageSentArgs = { +export type Querymumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootMessageSentsArgs = { +export type Querymumbai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesIncreaseArgs = { +export type Querymumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesIncreasesArgs = { +export type Querymumbai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_slippageUpdateArgs = { +export type Querymumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_slippageUpdatesArgs = { +export type Querymumbai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism__metaArgs = { - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetArgs = { +export type Querymumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetsArgs = { +export type Querymumbai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetStatusArgs = { +export type Querymumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetStatusesArgs = { +export type Querymumbai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetBalanceArgs = { +export type Querymumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryarbitrumgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_assetBalancesArgs = { +export type Queryarbitrumgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerArgs = { +export type Queryarbitrumgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routersArgs = { +export type Queryarbitrumgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerDailyTVLArgs = { +export type Queryarbitrumgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_routerDailyTVLsArgs = { +export type Queryarbitrumgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_settingArgs = { +export type Queryarbitrumgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_settingsArgs = { +export type Queryarbitrumgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerArgs = { +export type Queryarbitrumgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayersArgs = { +export type Queryarbitrumgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_sequencerArgs = { +export type Queryarbitrumgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_sequencersArgs = { +export type Queryarbitrumgoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeeArgs = { +export type Queryarbitrumgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeesArgs = { +export type Queryarbitrumgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originTransferArgs = { +export type Queryarbitrumgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originTransfersArgs = { +export type Queryarbitrumgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_destinationTransferArgs = { +export type Queryarbitrumgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_destinationTransfersArgs = { +export type Queryarbitrumgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originMessageArgs = { +export type Queryarbitrumgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_originMessagesArgs = { +export type Queryarbitrumgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootArgs = { +export type Queryarbitrumgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootsArgs = { +export type Queryarbitrumgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_connectorMetaArgs = { +export type Queryarbitrumgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_connectorMetasArgs = { +export type Queryarbitrumgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootCountArgs = { +export type Queryarbitrumgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootCountsArgs = { +export type Queryarbitrumgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageSentArgs = { +export type Queryarbitrumgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_rootMessageSentsArgs = { +export type Queryarbitrumgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeesIncreaseArgs = { +export type Queryarbitrumgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_relayerFeesIncreasesArgs = { +export type Queryarbitrumgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_slippageUpdateArgs = { +export type Queryarbitrumgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_slippageUpdatesArgs = { +export type Queryarbitrumgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_snapshotRootArgs = { +export type Queryarbitrumgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_snapshotRootsArgs = { +export type Queryarbitrumgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_spokeConnectorModeArgs = { +export type Queryarbitrumgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_spokeConnectorModesArgs = { +export type Queryarbitrumgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootProposedArgs = { +export type Queryarbitrumgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_aggregateRootProposedsArgs = { +export type Queryarbitrumgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootFinalizedArgs = { +export type Queryarbitrumgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylineagoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginggoerli_optimisticRootFinalizedsArgs = { +export type Querylineagoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetArgs = { +export type Querylineagoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetsArgs = { +export type Querylineagoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetStatusArgs = { +export type Querylineagoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetStatusesArgs = { +export type Querylineagoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetBalanceArgs = { +export type Querylineagoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_assetBalancesArgs = { +export type Querylineagoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_routerArgs = { +export type Querylineagoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_routersArgs = { +export type Querylineagoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_routerDailyTVLArgs = { +export type Querylineagoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_routerDailyTVLsArgs = { +export type Querylineagoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_routerLiquidityEventArgs = { +export type Querylineagoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_routerLiquidityEventsArgs = { +export type Querylineagoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_settingArgs = { +export type Querylineagoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_settingsArgs = { +export type Querylineagoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_relayerArgs = { +export type Querylineagoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_relayersArgs = { +export type Querylineagoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_sequencerArgs = { +export type Querylineagoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_sequencersArgs = { +export type Querylineagoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_relayerFeeArgs = { +export type Querylineagoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_relayerFeesArgs = { +export type Querylineagoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_originTransferArgs = { +export type Querylineagoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_originTransfersArgs = { +export type Querylineagoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_destinationTransferArgs = { +export type Querylineagoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_destinationTransfersArgs = { +export type Querylineagoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_originMessageArgs = { +export type Querylineagoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_originMessagesArgs = { +export type Querylineagoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_aggregateRootArgs = { +export type Querylineagoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismgoerli_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismgoerli_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismgoerli_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimismgoerli_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_rootCountsArgs = { +export type Querylineagoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_rootMessageSentArgs = { +export type Querylineagoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_rootMessageSentsArgs = { +export type Querylineagoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_relayerFeesIncreaseArgs = { +export type Querylineagoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_relayerFeesIncreasesArgs = { +export type Querylineagoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_slippageUpdateArgs = { +export type Querylineagoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli_slippageUpdatesArgs = { +export type Querylineagoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismgoerli__metaArgs = { - block?: InputMaybe; +export type Querylineagoerli__metaArgs = { + block?: InputMaybe; }; @@ -9315,1983 +9567,1821 @@ export type Querystagingoptimismgoerli__metaArgs = { }; -export type Querystagingarbitrumgoerli_assetArgs = { +export type Querybnb_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_assetsArgs = { +export type Querybnb_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_assetStatusArgs = { +export type Querybnb_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_assetStatusesArgs = { +export type Querybnb_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_assetBalanceArgs = { +export type Querybnb_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_assetBalancesArgs = { +export type Querybnb_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_routerArgs = { +export type Querybnb_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_routersArgs = { +export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_routerDailyTVLArgs = { +export type Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_routerDailyTVLsArgs = { +export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_settingArgs = { +export type Querybnb_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_settingsArgs = { +export type Querybnb_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_relayerArgs = { +export type Querybnb_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_relayersArgs = { +export type Querybnb_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_sequencerArgs = { +export type Querybnb_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_sequencersArgs = { +export type Querybnb_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_relayerFeeArgs = { +export type Querybnb_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_relayerFeesArgs = { +export type Querybnb_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_originTransferArgs = { +export type Querybnb_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_originTransfersArgs = { +export type Querybnb_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_destinationTransferArgs = { +export type Querybnb_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_destinationTransfersArgs = { +export type Querybnb_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_originMessageArgs = { +export type Querybnb_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_originMessagesArgs = { +export type Querybnb_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_aggregateRootArgs = { +export type Querybnb_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_aggregateRootsArgs = { +export type Querybnb_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_connectorMetaArgs = { +export type Querybnb_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_connectorMetasArgs = { +export type Querybnb_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_rootCountArgs = { +export type Querybnb_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_rootCountsArgs = { +export type Querybnb_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_rootMessageSentArgs = { +export type Querybnb_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_rootMessageSentsArgs = { +export type Querybnb_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_relayerFeesIncreaseArgs = { +export type Querybnb_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_relayerFeesIncreasesArgs = { +export type Queryxdai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_slippageUpdateArgs = { +export type Queryxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_slippageUpdatesArgs = { +export type Queryxdai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_snapshotRootArgs = { +export type Queryxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_snapshotRootsArgs = { +export type Queryxdai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_spokeConnectorModeArgs = { +export type Queryxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_spokeConnectorModesArgs = { +export type Queryxdai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_aggregateRootProposedArgs = { +export type Queryxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_aggregateRootProposedsArgs = { +export type Queryxdai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_optimisticRootFinalizedArgs = { +export type Queryxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli_optimisticRootFinalizedsArgs = { +export type Queryxdai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmumbai_assetArgs = { +export type Queryxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_assetsArgs = { +export type Queryxdai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_assetStatusArgs = { +export type Queryxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_assetStatusesArgs = { +export type Queryxdai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_assetBalanceArgs = { +export type Queryxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_assetBalancesArgs = { +export type Queryxdai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_routerArgs = { +export type Queryxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_routersArgs = { +export type Queryxdai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_routerDailyTVLArgs = { +export type Queryxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_routerDailyTVLsArgs = { +export type Queryxdai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_settingArgs = { +export type Queryxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_settingsArgs = { +export type Queryxdai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerArgs = { +export type Queryxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayersArgs = { +export type Queryxdai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_sequencerArgs = { +export type Queryxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_sequencersArgs = { +export type Queryxdai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerFeeArgs = { +export type Queryxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerFeesArgs = { +export type Queryxdai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_originTransferArgs = { +export type Queryxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_originTransfersArgs = { +export type Queryxdai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_destinationTransferArgs = { +export type Queryxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_destinationTransfersArgs = { +export type Queryxdai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_originMessageArgs = { +export type Queryxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_originMessagesArgs = { +export type Queryxdai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_aggregateRootArgs = { +export type Queryxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_aggregateRootsArgs = { +export type Queryxdai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_connectorMetaArgs = { +export type Queryxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_connectorMetasArgs = { +export type Queryoptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_rootCountArgs = { +export type Queryoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_rootCountsArgs = { +export type Queryoptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_rootMessageSentArgs = { +export type Queryoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_rootMessageSentsArgs = { +export type Queryoptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerFeesIncreaseArgs = { +export type Queryoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_relayerFeesIncreasesArgs = { +export type Queryoptimism_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_slippageUpdateArgs = { +export type Queryoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_slippageUpdatesArgs = { +export type Queryoptimism_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_snapshotRootArgs = { +export type Queryoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_snapshotRootsArgs = { +export type Queryoptimism_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_spokeConnectorModeArgs = { +export type Queryoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_spokeConnectorModesArgs = { +export type Queryoptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_aggregateRootProposedArgs = { +export type Queryoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_aggregateRootProposedsArgs = { +export type Queryoptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_optimisticRootFinalizedArgs = { +export type Queryoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai_optimisticRootFinalizedsArgs = { +export type Queryoptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryarbitrumgoerli_assetArgs = { +export type Queryoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_assetsArgs = { +export type Queryoptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_assetStatusArgs = { +export type Queryoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_assetStatusesArgs = { +export type Queryoptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_assetBalanceArgs = { +export type Queryoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_assetBalancesArgs = { +export type Queryoptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routerArgs = { +export type Queryoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routersArgs = { +export type Queryoptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routerDailyTVLArgs = { +export type Queryoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routerDailyTVLsArgs = { +export type Queryoptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routerLiquidityEventArgs = { +export type Queryoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_routerLiquidityEventsArgs = { +export type Queryoptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_settingArgs = { +export type Queryoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_settingsArgs = { +export type Queryoptimism_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayerArgs = { +export type Queryoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayersArgs = { +export type Queryoptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_sequencerArgs = { +export type Queryoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_sequencersArgs = { +export type Queryoptimism_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayerFeeArgs = { +export type Queryoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayerFeesArgs = { +export type Queryoptimism_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_originTransferArgs = { +export type Queryoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Querybnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_originTransfersArgs = { +export type Querybnb_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_destinationTransferArgs = { +export type Querybnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_destinationTransfersArgs = { +export type Querybnb_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_originMessageArgs = { +export type Querybnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_originMessagesArgs = { +export type Querybnb_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_aggregateRootArgs = { +export type Querybnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_aggregateRootsArgs = { +export type Querybnb_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_connectorMetaArgs = { +export type Querybnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_connectorMetasArgs = { +export type Querybnb_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_rootCountArgs = { +export type Querybnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_rootCountsArgs = { +export type Querybnb_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_rootMessageSentArgs = { +export type Querybnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_rootMessageSentsArgs = { +export type Querybnb_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayerFeesIncreaseArgs = { +export type Querybnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_relayerFeesIncreasesArgs = { +export type Querybnb_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_slippageUpdateArgs = { +export type Querybnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli_slippageUpdatesArgs = { +export type Querybnb_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymumbai_assetArgs = { +export type Querybnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetsArgs = { +export type Querybnb_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetStatusArgs = { +export type Querybnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetStatusesArgs = { +export type Querybnb_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetBalanceArgs = { +export type Querybnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_assetBalancesArgs = { +export type Querybnb_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerArgs = { +export type Querybnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routersArgs = { +export type Querybnb_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerDailyTVLArgs = { +export type Querybnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerDailyTVLsArgs = { +export type Querybnb_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerLiquidityEventArgs = { +export type Querybnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_routerLiquidityEventsArgs = { +export type Querybnb_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_settingArgs = { +export type Querybnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_settingsArgs = { +export type Querybnb_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerArgs = { +export type Querybnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayersArgs = { +export type Querybnb_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_sequencerArgs = { +export type Querybnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_sequencersArgs = { +export type Querybnb_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeeArgs = { +export type Querybnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeesArgs = { +export type Querybnb_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originTransferArgs = { +export type Querybnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originTransfersArgs = { +export type Querylinea_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_destinationTransferArgs = { +export type Querylinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_destinationTransfersArgs = { +export type Querylinea_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originMessageArgs = { +export type Querylinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_originMessagesArgs = { +export type Querylinea_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_aggregateRootArgs = { +export type Querylinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_aggregateRootsArgs = { +export type Querylinea_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_connectorMetaArgs = { +export type Querylinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_connectorMetasArgs = { +export type Querylinea_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootCountArgs = { +export type Querylinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootCountsArgs = { +export type Querylinea_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootMessageSentArgs = { +export type Querylinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_rootMessageSentsArgs = { +export type Querylinea_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeesIncreaseArgs = { +export type Querylinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_relayerFeesIncreasesArgs = { +export type Querylinea_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_slippageUpdateArgs = { +export type Querylinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai_slippageUpdatesArgs = { +export type Querylinea_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryxdai_assetArgs = { +export type Querylinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetsArgs = { +export type Querylinea_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetStatusArgs = { +export type Querylinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetStatusesArgs = { +export type Querylinea_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetBalanceArgs = { +export type Querylinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetBalancesArgs = { +export type Querylinea_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerArgs = { +export type Querylinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routersArgs = { +export type Querylinea_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerDailyTVLArgs = { +export type Querylinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerDailyTVLsArgs = { +export type Querylinea_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerLiquidityEventArgs = { +export type Querylinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_routerLiquidityEventsArgs = { +export type Querylinea_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_settingArgs = { +export type Querylinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_settingsArgs = { +export type Querylinea_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerArgs = { +export type Querylinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayersArgs = { +export type Querylinea_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_sequencerArgs = { +export type Querylinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_sequencersArgs = { +export type Querylinea_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeeArgs = { +export type Querylinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeesArgs = { +export type Querylinea_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originTransferArgs = { +export type Querylinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylocalarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originTransfersArgs = { +export type Querylocalarbitrumone_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_destinationTransferArgs = { +export type Querylocalarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_destinationTransfersArgs = { +export type Querylocalarbitrumone_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originMessageArgs = { +export type Querylocalarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_originMessagesArgs = { +export type Querylocalarbitrumone_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_aggregateRootArgs = { +export type Querylocalarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_aggregateRootsArgs = { +export type Querylocalarbitrumone_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_connectorMetaArgs = { +export type Querylocalarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_connectorMetasArgs = { +export type Querylocalarbitrumone_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootCountArgs = { +export type Querylocalarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootCountsArgs = { +export type Querylocalarbitrumone_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootMessageSentArgs = { +export type Querylocalarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_rootMessageSentsArgs = { +export type Querylocalarbitrumone_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeesIncreaseArgs = { +export type Querylocalarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryxdai_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryxdai_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryxdai__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylocalarbitrumone_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalarbitrumone_sequencersArgs = { +export type Querylocalarbitrumone_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; @@ -11559,1091 +11649,1001 @@ export type Querylocalarbitrumone__metaArgs = { }; -export type Querybnb_assetArgs = { +export type Querylocalmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetsArgs = { +export type Querylocalmainnet_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetStatusArgs = { +export type Querylocalmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetStatusesArgs = { +export type Querylocalmainnet_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetBalanceArgs = { +export type Querylocalmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetBalancesArgs = { +export type Querylocalmainnet_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerArgs = { +export type Querylocalmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routersArgs = { +export type Querylocalmainnet_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerDailyTVLArgs = { +export type Querylocalmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerDailyTVLsArgs = { +export type Querylocalmainnet_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerLiquidityEventArgs = { +export type Querylocalmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerLiquidityEventsArgs = { +export type Querylocalmainnet_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_settingArgs = { +export type Querylocalmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_settingsArgs = { +export type Querylocalmainnet_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerArgs = { +export type Querylocalmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayersArgs = { +export type Querylocalmainnet_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_sequencerArgs = { +export type Querylocalmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_sequencersArgs = { +export type Querylocalmainnet_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeeArgs = { +export type Querylocalmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesArgs = { +export type Querylocalmainnet_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originTransferArgs = { +export type Querylocalmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originTransfersArgs = { +export type Querylocalmainnet_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_destinationTransferArgs = { +export type Querylocalmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_destinationTransfersArgs = { +export type Querylocalmainnet_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originMessageArgs = { +export type Querylocalmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originMessagesArgs = { +export type Querylocalmainnet_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootArgs = { +export type Querylocalmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootsArgs = { +export type Querylocalmainnet_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_connectorMetaArgs = { +export type Querylocalmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_connectorMetasArgs = { +export type Querylocalmainnet_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootCountArgs = { +export type Querylocalmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootCountsArgs = { +export type Querylocalmainnet_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootMessageSentArgs = { +export type Querylocalmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootMessageSentsArgs = { +export type Querylocalmainnet_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesIncreaseArgs = { +export type Querylocalmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesIncreasesArgs = { +export type Querylocalmainnet_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_slippageUpdateArgs = { +export type Querylocalmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_slippageUpdatesArgs = { +export type Querylocalmainnet_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylinea_assetArgs = { +export type Querylocalmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetsArgs = { +export type Querylocalmainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetStatusArgs = { +export type Querylocalmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetStatusesArgs = { +export type Querylocalmainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetBalanceArgs = { +export type Querylocalmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetBalancesArgs = { +export type Querylocalmainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerArgs = { +export type Querylocalmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylinea_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routersArgs = { +export type Querylinea_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerDailyTVLArgs = { +export type Querylinea_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerDailyTVLsArgs = { +export type Querylinea_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerLiquidityEventArgs = { +export type Querylinea_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylinea_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylinea_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylinea_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylinea_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylinea_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylinea_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylinea_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylinea_relayerFeesArgs = { +export type Querylinea_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originTransferArgs = { +export type Querylinea_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originTransfersArgs = { +export type Querylinea_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_destinationTransferArgs = { +export type Querylinea_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_destinationTransfersArgs = { +export type Querylinea_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originMessageArgs = { +export type Querylinea_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originMessagesArgs = { +export type Querylinea_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootArgs = { +export type Querylinea_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootsArgs = { +export type Querylinea_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_connectorMetaArgs = { +export type Querylinea_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_connectorMetasArgs = { +export type Querylinea_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootCountArgs = { +export type Querylinea_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootCountsArgs = { +export type Querylinea_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootMessageSentArgs = { +export type Querylinea_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootMessageSentsArgs = { +export type Querylinea_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesIncreaseArgs = { +export type Querylinea_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesIncreasesArgs = { +export type Querylinea_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_slippageUpdateArgs = { +export type Querylinea_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_slippageUpdatesArgs = { +export type Querylinea_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylocalmainnet_assetArgs = { +export type Querylinea_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetsArgs = { +export type Querylinea_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetStatusArgs = { +export type Querylinea_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetStatusesArgs = { +export type Querylinea_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetBalanceArgs = { +export type Querylinea_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_assetBalancesArgs = { +export type Querylinea_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routerArgs = { +export type Querylinea_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routersArgs = { +export type Querylinea_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querylocalmainnet_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Querylinea_swap__metaArgs = { + block?: InputMaybe; }; -export type Querylocalmainnet_settingArgs = { +export type Querylocalmainnet_rootAggregatedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_settingsArgs = { +export type Querylocalmainnet_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayerArgs = { +export type Querylocalmainnet_rootPropagatedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayersArgs = { +export type Querylocalmainnet_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_sequencerArgs = { +export type Querylocalmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_sequencersArgs = { +export type Querylocalmainnet_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayerFeeArgs = { +export type Querylocalmainnet_rootManagerMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayerFeesArgs = { +export type Querylocalmainnet_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_originTransferArgs = { +export type Querylocalmainnet_rootManagerModeArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_originTransfersArgs = { +export type Querylocalmainnet_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_destinationTransferArgs = { +export type Querylocalmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_destinationTransfersArgs = { +export type Querylocalmainnet_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_originMessageArgs = { +export type Querylocalmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_originMessagesArgs = { +export type Querylocalmainnet_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootArgs = { +export type Querylocalmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootsArgs = { +export type Querylocalmainnet_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_connectorMetaArgs = { +export type Querylocalmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_connectorMetasArgs = { +export type Querylocalmainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootCountArgs = { +export type Querylocalmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootCountsArgs = { +export type Querylocalmainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageSentArgs = { +export type Querylocalmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_rootMessageSentsArgs = { +export type Querylocalmainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayerFeesIncreaseArgs = { +export type Querylocalmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_relayerFeesIncreasesArgs = { +export type Querylocalmainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_slippageUpdateArgs = { +export type Querylocalmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_slippageUpdatesArgs = { +export type Querylocalmainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_snapshotRootArgs = { +export type Querylocalmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_snapshotRootsArgs = { +export type Querylocalmainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_spokeConnectorModeArgs = { +export type Querylocalmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_spokeConnectorModesArgs = { +export type Querylocalmainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootProposedArgs = { +export type Querylocalmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_aggregateRootProposedsArgs = { +export type Querylocalmainnet_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootFinalizedArgs = { +export type Querylocalmainnet_hubDomainArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylocalmainnet_optimisticRootFinalizedsArgs = { +export type Querylocalmainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; @@ -14086,6 +14086,26 @@ export type Querypolygon__metaArgs = { }; export type Subscription = { + testoptimismgoerli_asset?: Maybe; + testoptimismgoerli_assets: Array; + testoptimismgoerli_assetBalance?: Maybe; + testoptimismgoerli_assetBalances: Array; + testoptimismgoerli_router?: Maybe; + testoptimismgoerli_routers: Array; + testoptimismgoerli_setting?: Maybe; + testoptimismgoerli_settings: Array; + testoptimismgoerli_relayer?: Maybe; + testoptimismgoerli_relayers: Array; + testoptimismgoerli_stableSwap?: Maybe; + testoptimismgoerli_stableSwaps: Array; + testoptimismgoerli_sponsorVault?: Maybe; + testoptimismgoerli_sponsorVaults: Array; + testoptimismgoerli_originTransfer?: Maybe; + testoptimismgoerli_originTransfers: Array; + testoptimismgoerli_destinationTransfer?: Maybe; + testoptimismgoerli_destinationTransfers: Array; + /** Access to subgraph metadata */ + testoptimismgoerli__meta?: Maybe; goerli_rootAggregated?: Maybe; goerli_rootAggregateds: Array; goerli_rootPropagated?: Maybe; @@ -14138,114 +14158,6 @@ export type Subscription = { mainnet_rootMessageProcesseds: Array; /** Access to subgraph metadata */ mainnet__meta?: Maybe; - stagingoptimismgoerli_swap_systemInfo?: Maybe; - stagingoptimismgoerli_swap_systemInfos: Array; - stagingoptimismgoerli_swap_pooledToken?: Maybe; - stagingoptimismgoerli_swap_pooledTokens: Array; - stagingoptimismgoerli_swap_stableSwap?: Maybe; - stagingoptimismgoerli_swap_stableSwaps: Array; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents: Array; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - stagingoptimismgoerli_swap_stableSwapExchange?: Maybe; - stagingoptimismgoerli_swap_stableSwapExchanges: Array; - stagingoptimismgoerli_swap_swapDailyVolume?: Maybe; - stagingoptimismgoerli_swap_swapDailyVolumes: Array; - stagingoptimismgoerli_swap_swapHourlyVolume?: Maybe; - stagingoptimismgoerli_swap_swapHourlyVolumes: Array; - stagingoptimismgoerli_swap_swapWeeklyVolume?: Maybe; - stagingoptimismgoerli_swap_swapWeeklyVolumes: Array; - stagingoptimismgoerli_swap_lpAccount?: Maybe; - stagingoptimismgoerli_swap_lpAccounts: Array; - stagingoptimismgoerli_swap_lpAccountBalance?: Maybe; - stagingoptimismgoerli_swap_lpAccountBalances: Array; - stagingoptimismgoerli_swap_lpToken?: Maybe; - stagingoptimismgoerli_swap_lpTokens: Array; - stagingoptimismgoerli_swap_lpTransferEvent?: Maybe; - stagingoptimismgoerli_swap_lpTransferEvents: Array; - stagingoptimismgoerli_swap_stableSwapEvent?: Maybe; - stagingoptimismgoerli_swap_stableSwapEvents: Array; - stagingoptimismgoerli_swap_swapTradeVolume?: Maybe; - stagingoptimismgoerli_swap_swapTradeVolumes: Array; - stagingoptimismgoerli_swap_lpTokenEvent?: Maybe; - stagingoptimismgoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - stagingoptimismgoerli_swap__meta?: Maybe; - testgoerli_asset?: Maybe; - testgoerli_assets: Array; - testgoerli_assetBalance?: Maybe; - testgoerli_assetBalances: Array; - testgoerli_router?: Maybe; - testgoerli_routers: Array; - testgoerli_setting?: Maybe; - testgoerli_settings: Array; - testgoerli_relayer?: Maybe; - testgoerli_relayers: Array; - testgoerli_stableSwap?: Maybe; - testgoerli_stableSwaps: Array; - testgoerli_sponsorVault?: Maybe; - testgoerli_sponsorVaults: Array; - testgoerli_originTransfer?: Maybe; - testgoerli_originTransfers: Array; - testgoerli_destinationTransfer?: Maybe; - testgoerli_destinationTransfers: Array; - /** Access to subgraph metadata */ - testgoerli__meta?: Maybe; - goerli_swap_systemInfo?: Maybe; - goerli_swap_systemInfos: Array; - goerli_swap_pooledToken?: Maybe; - goerli_swap_pooledTokens: Array; - goerli_swap_stableSwap?: Maybe; - goerli_swap_stableSwaps: Array; - goerli_swap_stableSwapAddLiquidityEvent?: Maybe; - goerli_swap_stableSwapAddLiquidityEvents: Array; - goerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - goerli_swap_stableSwapRemoveLiquidityEvents: Array; - goerli_swap_stableSwapExchange?: Maybe; - goerli_swap_stableSwapExchanges: Array; - goerli_swap_swapDailyVolume?: Maybe; - goerli_swap_swapDailyVolumes: Array; - goerli_swap_swapHourlyVolume?: Maybe; - goerli_swap_swapHourlyVolumes: Array; - goerli_swap_swapWeeklyVolume?: Maybe; - goerli_swap_swapWeeklyVolumes: Array; - goerli_swap_lpAccount?: Maybe; - goerli_swap_lpAccounts: Array; - goerli_swap_lpAccountBalance?: Maybe; - goerli_swap_lpAccountBalances: Array; - goerli_swap_lpToken?: Maybe; - goerli_swap_lpTokens: Array; - goerli_swap_lpTransferEvent?: Maybe; - goerli_swap_lpTransferEvents: Array; - goerli_swap_stableSwapEvent?: Maybe; - goerli_swap_stableSwapEvents: Array; - goerli_swap_swapTradeVolume?: Maybe; - goerli_swap_swapTradeVolumes: Array; - goerli_swap_lpTokenEvent?: Maybe; - goerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - goerli_swap__meta?: Maybe; - testoptimismgoerli_asset?: Maybe; - testoptimismgoerli_assets: Array; - testoptimismgoerli_assetBalance?: Maybe; - testoptimismgoerli_assetBalances: Array; - testoptimismgoerli_router?: Maybe; - testoptimismgoerli_routers: Array; - testoptimismgoerli_setting?: Maybe; - testoptimismgoerli_settings: Array; - testoptimismgoerli_relayer?: Maybe; - testoptimismgoerli_relayers: Array; - testoptimismgoerli_stableSwap?: Maybe; - testoptimismgoerli_stableSwaps: Array; - testoptimismgoerli_sponsorVault?: Maybe; - testoptimismgoerli_sponsorVaults: Array; - testoptimismgoerli_originTransfer?: Maybe; - testoptimismgoerli_originTransfers: Array; - testoptimismgoerli_destinationTransfer?: Maybe; - testoptimismgoerli_destinationTransfers: Array; - /** Access to subgraph metadata */ - testoptimismgoerli__meta?: Maybe; staginggoerli_swap_systemInfo?: Maybe; staginggoerli_swap_systemInfos: Array; staginggoerli_swap_pooledToken?: Maybe; @@ -14314,40 +14226,6 @@ export type Subscription = { stagingarbitrumgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ stagingarbitrumgoerli_swap__meta?: Maybe; - arbitrumgoerli_swap_systemInfo?: Maybe; - arbitrumgoerli_swap_systemInfos: Array; - arbitrumgoerli_swap_pooledToken?: Maybe; - arbitrumgoerli_swap_pooledTokens: Array; - arbitrumgoerli_swap_stableSwap?: Maybe; - arbitrumgoerli_swap_stableSwaps: Array; - arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - arbitrumgoerli_swap_stableSwapAddLiquidityEvents: Array; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - arbitrumgoerli_swap_stableSwapExchange?: Maybe; - arbitrumgoerli_swap_stableSwapExchanges: Array; - arbitrumgoerli_swap_swapDailyVolume?: Maybe; - arbitrumgoerli_swap_swapDailyVolumes: Array; - arbitrumgoerli_swap_swapHourlyVolume?: Maybe; - arbitrumgoerli_swap_swapHourlyVolumes: Array; - arbitrumgoerli_swap_swapWeeklyVolume?: Maybe; - arbitrumgoerli_swap_swapWeeklyVolumes: Array; - arbitrumgoerli_swap_lpAccount?: Maybe; - arbitrumgoerli_swap_lpAccounts: Array; - arbitrumgoerli_swap_lpAccountBalance?: Maybe; - arbitrumgoerli_swap_lpAccountBalances: Array; - arbitrumgoerli_swap_lpToken?: Maybe; - arbitrumgoerli_swap_lpTokens: Array; - arbitrumgoerli_swap_lpTransferEvent?: Maybe; - arbitrumgoerli_swap_lpTransferEvents: Array; - arbitrumgoerli_swap_stableSwapEvent?: Maybe; - arbitrumgoerli_swap_stableSwapEvents: Array; - arbitrumgoerli_swap_swapTradeVolume?: Maybe; - arbitrumgoerli_swap_swapTradeVolumes: Array; - arbitrumgoerli_swap_lpTokenEvent?: Maybe; - arbitrumgoerli_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - arbitrumgoerli_swap__meta?: Maybe; mumbai_swap_systemInfo?: Maybe; mumbai_swap_systemInfos: Array; mumbai_swap_pooledToken?: Maybe; @@ -14382,108 +14260,6 @@ export type Subscription = { mumbai_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ mumbai_swap__meta?: Maybe; - bnb_swap_systemInfo?: Maybe; - bnb_swap_systemInfos: Array; - bnb_swap_pooledToken?: Maybe; - bnb_swap_pooledTokens: Array; - bnb_swap_stableSwap?: Maybe; - bnb_swap_stableSwaps: Array; - bnb_swap_stableSwapAddLiquidityEvent?: Maybe; - bnb_swap_stableSwapAddLiquidityEvents: Array; - bnb_swap_stableSwapRemoveLiquidityEvent?: Maybe; - bnb_swap_stableSwapRemoveLiquidityEvents: Array; - bnb_swap_stableSwapExchange?: Maybe; - bnb_swap_stableSwapExchanges: Array; - bnb_swap_swapDailyVolume?: Maybe; - bnb_swap_swapDailyVolumes: Array; - bnb_swap_swapHourlyVolume?: Maybe; - bnb_swap_swapHourlyVolumes: Array; - bnb_swap_swapWeeklyVolume?: Maybe; - bnb_swap_swapWeeklyVolumes: Array; - bnb_swap_lpAccount?: Maybe; - bnb_swap_lpAccounts: Array; - bnb_swap_lpAccountBalance?: Maybe; - bnb_swap_lpAccountBalances: Array; - bnb_swap_lpToken?: Maybe; - bnb_swap_lpTokens: Array; - bnb_swap_lpTransferEvent?: Maybe; - bnb_swap_lpTransferEvents: Array; - bnb_swap_stableSwapEvent?: Maybe; - bnb_swap_stableSwapEvents: Array; - bnb_swap_swapTradeVolume?: Maybe; - bnb_swap_swapTradeVolumes: Array; - bnb_swap_lpTokenEvent?: Maybe; - bnb_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - bnb_swap__meta?: Maybe; - stagingmumbai_swap_systemInfo?: Maybe; - stagingmumbai_swap_systemInfos: Array; - stagingmumbai_swap_pooledToken?: Maybe; - stagingmumbai_swap_pooledTokens: Array; - stagingmumbai_swap_stableSwap?: Maybe; - stagingmumbai_swap_stableSwaps: Array; - stagingmumbai_swap_stableSwapAddLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapAddLiquidityEvents: Array; - stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - stagingmumbai_swap_stableSwapRemoveLiquidityEvents: Array; - stagingmumbai_swap_stableSwapExchange?: Maybe; - stagingmumbai_swap_stableSwapExchanges: Array; - stagingmumbai_swap_swapDailyVolume?: Maybe; - stagingmumbai_swap_swapDailyVolumes: Array; - stagingmumbai_swap_swapHourlyVolume?: Maybe; - stagingmumbai_swap_swapHourlyVolumes: Array; - stagingmumbai_swap_swapWeeklyVolume?: Maybe; - stagingmumbai_swap_swapWeeklyVolumes: Array; - stagingmumbai_swap_lpAccount?: Maybe; - stagingmumbai_swap_lpAccounts: Array; - stagingmumbai_swap_lpAccountBalance?: Maybe; - stagingmumbai_swap_lpAccountBalances: Array; - stagingmumbai_swap_lpToken?: Maybe; - stagingmumbai_swap_lpTokens: Array; - stagingmumbai_swap_lpTransferEvent?: Maybe; - stagingmumbai_swap_lpTransferEvents: Array; - stagingmumbai_swap_stableSwapEvent?: Maybe; - stagingmumbai_swap_stableSwapEvents: Array; - stagingmumbai_swap_swapTradeVolume?: Maybe; - stagingmumbai_swap_swapTradeVolumes: Array; - stagingmumbai_swap_lpTokenEvent?: Maybe; - stagingmumbai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - stagingmumbai_swap__meta?: Maybe; - xdai_swap_systemInfo?: Maybe; - xdai_swap_systemInfos: Array; - xdai_swap_pooledToken?: Maybe; - xdai_swap_pooledTokens: Array; - xdai_swap_stableSwap?: Maybe; - xdai_swap_stableSwaps: Array; - xdai_swap_stableSwapAddLiquidityEvent?: Maybe; - xdai_swap_stableSwapAddLiquidityEvents: Array; - xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xdai_swap_stableSwapRemoveLiquidityEvents: Array; - xdai_swap_stableSwapExchange?: Maybe; - xdai_swap_stableSwapExchanges: Array; - xdai_swap_swapDailyVolume?: Maybe; - xdai_swap_swapDailyVolumes: Array; - xdai_swap_swapHourlyVolume?: Maybe; - xdai_swap_swapHourlyVolumes: Array; - xdai_swap_swapWeeklyVolume?: Maybe; - xdai_swap_swapWeeklyVolumes: Array; - xdai_swap_lpAccount?: Maybe; - xdai_swap_lpAccounts: Array; - xdai_swap_lpAccountBalance?: Maybe; - xdai_swap_lpAccountBalances: Array; - xdai_swap_lpToken?: Maybe; - xdai_swap_lpTokens: Array; - xdai_swap_lpTransferEvent?: Maybe; - xdai_swap_lpTransferEvents: Array; - xdai_swap_stableSwapEvent?: Maybe; - xdai_swap_stableSwapEvents: Array; - xdai_swap_swapTradeVolume?: Maybe; - xdai_swap_swapTradeVolumes: Array; - xdai_swap_lpTokenEvent?: Maybe; - xdai_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - xdai_swap__meta?: Maybe; staginggoerli_rootAggregated?: Maybe; staginggoerli_rootAggregateds: Array; staginggoerli_rootPropagated?: Maybe; @@ -14520,74 +14296,94 @@ export type Subscription = { staginggoerli_hubDomains: Array; /** Access to subgraph metadata */ staginggoerli__meta?: Maybe; - optimismgoerli_swap_systemInfo?: Maybe; - optimismgoerli_swap_systemInfos: Array; - optimismgoerli_swap_pooledToken?: Maybe; - optimismgoerli_swap_pooledTokens: Array; - optimismgoerli_swap_stableSwap?: Maybe; - optimismgoerli_swap_stableSwaps: Array; - optimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; - optimismgoerli_swap_stableSwapAddLiquidityEvents: Array; - optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; - optimismgoerli_swap_stableSwapExchange?: Maybe; - optimismgoerli_swap_stableSwapExchanges: Array; - optimismgoerli_swap_swapDailyVolume?: Maybe; - optimismgoerli_swap_swapDailyVolumes: Array; - optimismgoerli_swap_swapHourlyVolume?: Maybe; - optimismgoerli_swap_swapHourlyVolumes: Array; - optimismgoerli_swap_swapWeeklyVolume?: Maybe; - optimismgoerli_swap_swapWeeklyVolumes: Array; - optimismgoerli_swap_lpAccount?: Maybe; - optimismgoerli_swap_lpAccounts: Array; - optimismgoerli_swap_lpAccountBalance?: Maybe; - optimismgoerli_swap_lpAccountBalances: Array; - optimismgoerli_swap_lpToken?: Maybe; - optimismgoerli_swap_lpTokens: Array; - optimismgoerli_swap_lpTransferEvent?: Maybe; - optimismgoerli_swap_lpTransferEvents: Array; - optimismgoerli_swap_stableSwapEvent?: Maybe; - optimismgoerli_swap_stableSwapEvents: Array; - optimismgoerli_swap_swapTradeVolume?: Maybe; - optimismgoerli_swap_swapTradeVolumes: Array; - optimismgoerli_swap_lpTokenEvent?: Maybe; - optimismgoerli_swap_lpTokenEvents: Array; + testgoerli_asset?: Maybe; + testgoerli_assets: Array; + testgoerli_assetBalance?: Maybe; + testgoerli_assetBalances: Array; + testgoerli_router?: Maybe; + testgoerli_routers: Array; + testgoerli_setting?: Maybe; + testgoerli_settings: Array; + testgoerli_relayer?: Maybe; + testgoerli_relayers: Array; + testgoerli_stableSwap?: Maybe; + testgoerli_stableSwaps: Array; + testgoerli_sponsorVault?: Maybe; + testgoerli_sponsorVaults: Array; + testgoerli_originTransfer?: Maybe; + testgoerli_originTransfers: Array; + testgoerli_destinationTransfer?: Maybe; + testgoerli_destinationTransfers: Array; /** Access to subgraph metadata */ - optimismgoerli_swap__meta?: Maybe; - optimism_swap_systemInfo?: Maybe; - optimism_swap_systemInfos: Array; - optimism_swap_pooledToken?: Maybe; - optimism_swap_pooledTokens: Array; - optimism_swap_stableSwap?: Maybe; - optimism_swap_stableSwaps: Array; - optimism_swap_stableSwapAddLiquidityEvent?: Maybe; - optimism_swap_stableSwapAddLiquidityEvents: Array; - optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimism_swap_stableSwapRemoveLiquidityEvents: Array; - optimism_swap_stableSwapExchange?: Maybe; - optimism_swap_stableSwapExchanges: Array; - optimism_swap_swapDailyVolume?: Maybe; - optimism_swap_swapDailyVolumes: Array; - optimism_swap_swapHourlyVolume?: Maybe; - optimism_swap_swapHourlyVolumes: Array; - optimism_swap_swapWeeklyVolume?: Maybe; - optimism_swap_swapWeeklyVolumes: Array; - optimism_swap_lpAccount?: Maybe; - optimism_swap_lpAccounts: Array; - optimism_swap_lpAccountBalance?: Maybe; - optimism_swap_lpAccountBalances: Array; - optimism_swap_lpToken?: Maybe; - optimism_swap_lpTokens: Array; - optimism_swap_lpTransferEvent?: Maybe; - optimism_swap_lpTransferEvents: Array; - optimism_swap_stableSwapEvent?: Maybe; - optimism_swap_stableSwapEvents: Array; - optimism_swap_swapTradeVolume?: Maybe; - optimism_swap_swapTradeVolumes: Array; - optimism_swap_lpTokenEvent?: Maybe; - optimism_swap_lpTokenEvents: Array; + testgoerli__meta?: Maybe; + goerli_swap_systemInfo?: Maybe; + goerli_swap_systemInfos: Array; + goerli_swap_pooledToken?: Maybe; + goerli_swap_pooledTokens: Array; + goerli_swap_stableSwap?: Maybe; + goerli_swap_stableSwaps: Array; + goerli_swap_stableSwapAddLiquidityEvent?: Maybe; + goerli_swap_stableSwapAddLiquidityEvents: Array; + goerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + goerli_swap_stableSwapRemoveLiquidityEvents: Array; + goerli_swap_stableSwapExchange?: Maybe; + goerli_swap_stableSwapExchanges: Array; + goerli_swap_swapDailyVolume?: Maybe; + goerli_swap_swapDailyVolumes: Array; + goerli_swap_swapHourlyVolume?: Maybe; + goerli_swap_swapHourlyVolumes: Array; + goerli_swap_swapWeeklyVolume?: Maybe; + goerli_swap_swapWeeklyVolumes: Array; + goerli_swap_lpAccount?: Maybe; + goerli_swap_lpAccounts: Array; + goerli_swap_lpAccountBalance?: Maybe; + goerli_swap_lpAccountBalances: Array; + goerli_swap_lpToken?: Maybe; + goerli_swap_lpTokens: Array; + goerli_swap_lpTransferEvent?: Maybe; + goerli_swap_lpTransferEvents: Array; + goerli_swap_stableSwapEvent?: Maybe; + goerli_swap_stableSwapEvents: Array; + goerli_swap_swapTradeVolume?: Maybe; + goerli_swap_swapTradeVolumes: Array; + goerli_swap_lpTokenEvent?: Maybe; + goerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - optimism_swap__meta?: Maybe; + goerli_swap__meta?: Maybe; + stagingoptimismgoerli_swap_systemInfo?: Maybe; + stagingoptimismgoerli_swap_systemInfos: Array; + stagingoptimismgoerli_swap_pooledToken?: Maybe; + stagingoptimismgoerli_swap_pooledTokens: Array; + stagingoptimismgoerli_swap_stableSwap?: Maybe; + stagingoptimismgoerli_swap_stableSwaps: Array; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents: Array; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + stagingoptimismgoerli_swap_stableSwapExchange?: Maybe; + stagingoptimismgoerli_swap_stableSwapExchanges: Array; + stagingoptimismgoerli_swap_swapDailyVolume?: Maybe; + stagingoptimismgoerli_swap_swapDailyVolumes: Array; + stagingoptimismgoerli_swap_swapHourlyVolume?: Maybe; + stagingoptimismgoerli_swap_swapHourlyVolumes: Array; + stagingoptimismgoerli_swap_swapWeeklyVolume?: Maybe; + stagingoptimismgoerli_swap_swapWeeklyVolumes: Array; + stagingoptimismgoerli_swap_lpAccount?: Maybe; + stagingoptimismgoerli_swap_lpAccounts: Array; + stagingoptimismgoerli_swap_lpAccountBalance?: Maybe; + stagingoptimismgoerli_swap_lpAccountBalances: Array; + stagingoptimismgoerli_swap_lpToken?: Maybe; + stagingoptimismgoerli_swap_lpTokens: Array; + stagingoptimismgoerli_swap_lpTransferEvent?: Maybe; + stagingoptimismgoerli_swap_lpTransferEvents: Array; + stagingoptimismgoerli_swap_stableSwapEvent?: Maybe; + stagingoptimismgoerli_swap_stableSwapEvents: Array; + stagingoptimismgoerli_swap_swapTradeVolume?: Maybe; + stagingoptimismgoerli_swap_swapTradeVolumes: Array; + stagingoptimismgoerli_swap_lpTokenEvent?: Maybe; + stagingoptimismgoerli_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + stagingoptimismgoerli_swap__meta?: Maybe; arbitrumone_swap_systemInfo?: Maybe; arbitrumone_swap_systemInfos: Array; arbitrumone_swap_pooledToken?: Maybe; @@ -14656,322 +14452,176 @@ export type Subscription = { polygon_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ polygon_swap__meta?: Maybe; - linea_swap_systemInfo?: Maybe; - linea_swap_systemInfos: Array; - linea_swap_pooledToken?: Maybe; - linea_swap_pooledTokens: Array; - linea_swap_stableSwap?: Maybe; - linea_swap_stableSwaps: Array; - linea_swap_stableSwapAddLiquidityEvent?: Maybe; - linea_swap_stableSwapAddLiquidityEvents: Array; - linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; - linea_swap_stableSwapRemoveLiquidityEvents: Array; - linea_swap_stableSwapExchange?: Maybe; - linea_swap_stableSwapExchanges: Array; - linea_swap_swapDailyVolume?: Maybe; - linea_swap_swapDailyVolumes: Array; - linea_swap_swapHourlyVolume?: Maybe; - linea_swap_swapHourlyVolumes: Array; - linea_swap_swapWeeklyVolume?: Maybe; - linea_swap_swapWeeklyVolumes: Array; - linea_swap_lpAccount?: Maybe; - linea_swap_lpAccounts: Array; - linea_swap_lpAccountBalance?: Maybe; - linea_swap_lpAccountBalances: Array; - linea_swap_lpToken?: Maybe; - linea_swap_lpTokens: Array; - linea_swap_lpTransferEvent?: Maybe; - linea_swap_lpTransferEvents: Array; - linea_swap_stableSwapEvent?: Maybe; - linea_swap_stableSwapEvents: Array; - linea_swap_swapTradeVolume?: Maybe; - linea_swap_swapTradeVolumes: Array; - linea_swap_lpTokenEvent?: Maybe; - linea_swap_lpTokenEvents: Array; + xdai_swap_systemInfo?: Maybe; + xdai_swap_systemInfos: Array; + xdai_swap_pooledToken?: Maybe; + xdai_swap_pooledTokens: Array; + xdai_swap_stableSwap?: Maybe; + xdai_swap_stableSwaps: Array; + xdai_swap_stableSwapAddLiquidityEvent?: Maybe; + xdai_swap_stableSwapAddLiquidityEvents: Array; + xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + xdai_swap_stableSwapRemoveLiquidityEvents: Array; + xdai_swap_stableSwapExchange?: Maybe; + xdai_swap_stableSwapExchanges: Array; + xdai_swap_swapDailyVolume?: Maybe; + xdai_swap_swapDailyVolumes: Array; + xdai_swap_swapHourlyVolume?: Maybe; + xdai_swap_swapHourlyVolumes: Array; + xdai_swap_swapWeeklyVolume?: Maybe; + xdai_swap_swapWeeklyVolumes: Array; + xdai_swap_lpAccount?: Maybe; + xdai_swap_lpAccounts: Array; + xdai_swap_lpAccountBalance?: Maybe; + xdai_swap_lpAccountBalances: Array; + xdai_swap_lpToken?: Maybe; + xdai_swap_lpTokens: Array; + xdai_swap_lpTransferEvent?: Maybe; + xdai_swap_lpTransferEvents: Array; + xdai_swap_stableSwapEvent?: Maybe; + xdai_swap_stableSwapEvents: Array; + xdai_swap_swapTradeVolume?: Maybe; + xdai_swap_swapTradeVolumes: Array; + xdai_swap_lpTokenEvent?: Maybe; + xdai_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - linea_swap__meta?: Maybe; - goerli_asset?: Maybe; - goerli_assets: Array; - goerli_assetStatus?: Maybe; - goerli_assetStatuses: Array; - goerli_assetBalance?: Maybe; - goerli_assetBalances: Array; - goerli_router?: Maybe; - goerli_routers: Array; - goerli_routerDailyTVL?: Maybe; - goerli_routerDailyTVLs: Array; - goerli_routerLiquidityEvent?: Maybe; - goerli_routerLiquidityEvents: Array; - goerli_setting?: Maybe; - goerli_settings: Array; - goerli_relayer?: Maybe; - goerli_relayers: Array; - goerli_sequencer?: Maybe; - goerli_sequencers: Array; - goerli_relayerFee?: Maybe; - goerli_relayerFees: Array; - goerli_originTransfer?: Maybe; - goerli_originTransfers: Array; - goerli_destinationTransfer?: Maybe; - goerli_destinationTransfers: Array; - goerli_originMessage?: Maybe; - goerli_originMessages: Array; - goerli_aggregateRoot?: Maybe; - goerli_aggregateRoots: Array; - goerli_connectorMeta?: Maybe; - goerli_connectorMetas: Array; - goerli_rootCount?: Maybe; - goerli_rootCounts: Array; - goerli_rootMessageSent?: Maybe; - goerli_rootMessageSents: Array; - goerli_relayerFeesIncrease?: Maybe; - goerli_relayerFeesIncreases: Array; - goerli_slippageUpdate?: Maybe; - goerli_slippageUpdates: Array; - localmainnet_rootAggregated?: Maybe; - localmainnet_rootAggregateds: Array; - localmainnet_rootPropagated?: Maybe; - localmainnet_rootPropagateds: Array; - localmainnet_aggregatedMessageRoot?: Maybe; - localmainnet_aggregatedMessageRoots: Array; - localmainnet_rootManagerMeta?: Maybe; - localmainnet_rootManagerMetas: Array; - localmainnet_rootManagerMode?: Maybe; - localmainnet_rootManagerModes: Array; - localmainnet_optimisticRootProposed?: Maybe; - localmainnet_optimisticRootProposeds: Array; - localmainnet_hubOptimisticRootFinalized?: Maybe; - localmainnet_hubOptimisticRootFinalizeds: Array; - localmainnet_optimisticRootPropagated?: Maybe; - localmainnet_optimisticRootPropagateds: Array; - localmainnet_polygonConnectorMeta?: Maybe; - localmainnet_polygonConnectorMetas: Array; - localmainnet_optimismConnectorMeta?: Maybe; - localmainnet_optimismConnectorMetas: Array; - localmainnet_bnbConnectorMeta?: Maybe; - localmainnet_bnbConnectorMetas: Array; - localmainnet_arbitrumConnectorMeta?: Maybe; - localmainnet_arbitrumConnectorMetas: Array; - localmainnet_gnosisConnectorMeta?: Maybe; - localmainnet_gnosisConnectorMetas: Array; - localmainnet_zkSyncConnectorMeta?: Maybe; - localmainnet_zkSyncConnectorMetas: Array; - localmainnet_rootMessageProcessed?: Maybe; - localmainnet_rootMessageProcesseds: Array; - localmainnet_aggregateRootSavedSlow?: Maybe; - localmainnet_aggregateRootSavedSlows: Array; - localmainnet_hubDomain?: Maybe; - localmainnet_hubDomains: Array; - /** Access to subgraph metadata */ - localmainnet__meta?: Maybe; - lineagoerli_asset?: Maybe; - lineagoerli_assets: Array; - lineagoerli_assetStatus?: Maybe; - lineagoerli_assetStatuses: Array; - lineagoerli_assetBalance?: Maybe; - lineagoerli_assetBalances: Array; - lineagoerli_router?: Maybe; - lineagoerli_routers: Array; - lineagoerli_routerDailyTVL?: Maybe; - lineagoerli_routerDailyTVLs: Array; - lineagoerli_setting?: Maybe; - lineagoerli_settings: Array; - lineagoerli_relayer?: Maybe; - lineagoerli_relayers: Array; - lineagoerli_sequencer?: Maybe; - lineagoerli_sequencers: Array; - lineagoerli_relayerFee?: Maybe; - lineagoerli_relayerFees: Array; - lineagoerli_originTransfer?: Maybe; - lineagoerli_originTransfers: Array; - lineagoerli_destinationTransfer?: Maybe; - lineagoerli_destinationTransfers: Array; - lineagoerli_originMessage?: Maybe; - lineagoerli_originMessages: Array; - lineagoerli_aggregateRoot?: Maybe; - lineagoerli_aggregateRoots: Array; - lineagoerli_connectorMeta?: Maybe; - lineagoerli_connectorMetas: Array; - lineagoerli_rootCount?: Maybe; - lineagoerli_rootCounts: Array; - lineagoerli_rootMessageSent?: Maybe; - lineagoerli_rootMessageSents: Array; - lineagoerli_relayerFeesIncrease?: Maybe; - lineagoerli_relayerFeesIncreases: Array; - lineagoerli_slippageUpdate?: Maybe; - lineagoerli_slippageUpdates: Array; + xdai_swap__meta?: Maybe; + stagingmumbai_swap_systemInfo?: Maybe; + stagingmumbai_swap_systemInfos: Array; + stagingmumbai_swap_pooledToken?: Maybe; + stagingmumbai_swap_pooledTokens: Array; + stagingmumbai_swap_stableSwap?: Maybe; + stagingmumbai_swap_stableSwaps: Array; + stagingmumbai_swap_stableSwapAddLiquidityEvent?: Maybe; + stagingmumbai_swap_stableSwapAddLiquidityEvents: Array; + stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + stagingmumbai_swap_stableSwapRemoveLiquidityEvents: Array; + stagingmumbai_swap_stableSwapExchange?: Maybe; + stagingmumbai_swap_stableSwapExchanges: Array; + stagingmumbai_swap_swapDailyVolume?: Maybe; + stagingmumbai_swap_swapDailyVolumes: Array; + stagingmumbai_swap_swapHourlyVolume?: Maybe; + stagingmumbai_swap_swapHourlyVolumes: Array; + stagingmumbai_swap_swapWeeklyVolume?: Maybe; + stagingmumbai_swap_swapWeeklyVolumes: Array; + stagingmumbai_swap_lpAccount?: Maybe; + stagingmumbai_swap_lpAccounts: Array; + stagingmumbai_swap_lpAccountBalance?: Maybe; + stagingmumbai_swap_lpAccountBalances: Array; + stagingmumbai_swap_lpToken?: Maybe; + stagingmumbai_swap_lpTokens: Array; + stagingmumbai_swap_lpTransferEvent?: Maybe; + stagingmumbai_swap_lpTransferEvents: Array; + stagingmumbai_swap_stableSwapEvent?: Maybe; + stagingmumbai_swap_stableSwapEvents: Array; + stagingmumbai_swap_swapTradeVolume?: Maybe; + stagingmumbai_swap_swapTradeVolumes: Array; + stagingmumbai_swap_lpTokenEvent?: Maybe; + stagingmumbai_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - lineagoerli__meta?: Maybe; - optimism_asset?: Maybe; - optimism_assets: Array; - optimism_assetStatus?: Maybe; - optimism_assetStatuses: Array; - optimism_assetBalance?: Maybe; - optimism_assetBalances: Array; - optimism_router?: Maybe; - optimism_routers: Array; - optimism_routerDailyTVL?: Maybe; - optimism_routerDailyTVLs: Array; - optimism_routerLiquidityEvent?: Maybe; - optimism_routerLiquidityEvents: Array; - optimism_setting?: Maybe; - optimism_settings: Array; - optimism_relayer?: Maybe; - optimism_relayers: Array; - optimism_sequencer?: Maybe; - optimism_sequencers: Array; - optimism_relayerFee?: Maybe; - optimism_relayerFees: Array; - optimism_originTransfer?: Maybe; - optimism_originTransfers: Array; - optimism_destinationTransfer?: Maybe; - optimism_destinationTransfers: Array; - optimism_originMessage?: Maybe; - optimism_originMessages: Array; - optimism_aggregateRoot?: Maybe; - optimism_aggregateRoots: Array; - optimism_connectorMeta?: Maybe; - optimism_connectorMetas: Array; - optimism_rootCount?: Maybe; - optimism_rootCounts: Array; - optimism_rootMessageSent?: Maybe; - optimism_rootMessageSents: Array; - optimism_relayerFeesIncrease?: Maybe; - optimism_relayerFeesIncreases: Array; - optimism_slippageUpdate?: Maybe; - optimism_slippageUpdates: Array; + stagingmumbai_swap__meta?: Maybe; + optimismgoerli_swap_systemInfo?: Maybe; + optimismgoerli_swap_systemInfos: Array; + optimismgoerli_swap_pooledToken?: Maybe; + optimismgoerli_swap_pooledTokens: Array; + optimismgoerli_swap_stableSwap?: Maybe; + optimismgoerli_swap_stableSwaps: Array; + optimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + optimismgoerli_swap_stableSwapAddLiquidityEvents: Array; + optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + optimismgoerli_swap_stableSwapExchange?: Maybe; + optimismgoerli_swap_stableSwapExchanges: Array; + optimismgoerli_swap_swapDailyVolume?: Maybe; + optimismgoerli_swap_swapDailyVolumes: Array; + optimismgoerli_swap_swapHourlyVolume?: Maybe; + optimismgoerli_swap_swapHourlyVolumes: Array; + optimismgoerli_swap_swapWeeklyVolume?: Maybe; + optimismgoerli_swap_swapWeeklyVolumes: Array; + optimismgoerli_swap_lpAccount?: Maybe; + optimismgoerli_swap_lpAccounts: Array; + optimismgoerli_swap_lpAccountBalance?: Maybe; + optimismgoerli_swap_lpAccountBalances: Array; + optimismgoerli_swap_lpToken?: Maybe; + optimismgoerli_swap_lpTokens: Array; + optimismgoerli_swap_lpTransferEvent?: Maybe; + optimismgoerli_swap_lpTransferEvents: Array; + optimismgoerli_swap_stableSwapEvent?: Maybe; + optimismgoerli_swap_stableSwapEvents: Array; + optimismgoerli_swap_swapTradeVolume?: Maybe; + optimismgoerli_swap_swapTradeVolumes: Array; + optimismgoerli_swap_lpTokenEvent?: Maybe; + optimismgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - optimism__meta?: Maybe; - staginggoerli_asset?: Maybe; - staginggoerli_assets: Array; - staginggoerli_assetStatus?: Maybe; - staginggoerli_assetStatuses: Array; - staginggoerli_assetBalance?: Maybe; - staginggoerli_assetBalances: Array; - staginggoerli_router?: Maybe; - staginggoerli_routers: Array; - staginggoerli_routerDailyTVL?: Maybe; - staginggoerli_routerDailyTVLs: Array; - staginggoerli_setting?: Maybe; - staginggoerli_settings: Array; - staginggoerli_relayer?: Maybe; - staginggoerli_relayers: Array; - staginggoerli_sequencer?: Maybe; - staginggoerli_sequencers: Array; - staginggoerli_relayerFee?: Maybe; - staginggoerli_relayerFees: Array; - staginggoerli_originTransfer?: Maybe; - staginggoerli_originTransfers: Array; - staginggoerli_destinationTransfer?: Maybe; - staginggoerli_destinationTransfers: Array; - staginggoerli_originMessage?: Maybe; - staginggoerli_originMessages: Array; - staginggoerli_aggregateRoot?: Maybe; - staginggoerli_aggregateRoots: Array; - staginggoerli_connectorMeta?: Maybe; - staginggoerli_connectorMetas: Array; - staginggoerli_rootCount?: Maybe; - staginggoerli_rootCounts: Array; - staginggoerli_rootMessageSent?: Maybe; - staginggoerli_rootMessageSents: Array; - staginggoerli_relayerFeesIncrease?: Maybe; - staginggoerli_relayerFeesIncreases: Array; - staginggoerli_slippageUpdate?: Maybe; - staginggoerli_slippageUpdates: Array; - staginggoerli_snapshotRoot?: Maybe; - staginggoerli_snapshotRoots: Array; - staginggoerli_spokeConnectorMode?: Maybe; - staginggoerli_spokeConnectorModes: Array; - staginggoerli_aggregateRootProposed?: Maybe; - staginggoerli_aggregateRootProposeds: Array; - staginggoerli_optimisticRootFinalized?: Maybe; - staginggoerli_optimisticRootFinalizeds: Array; - optimismgoerli_asset?: Maybe; - optimismgoerli_assets: Array; - optimismgoerli_assetStatus?: Maybe; - optimismgoerli_assetStatuses: Array; - optimismgoerli_assetBalance?: Maybe; - optimismgoerli_assetBalances: Array; - optimismgoerli_router?: Maybe; - optimismgoerli_routers: Array; - optimismgoerli_routerDailyTVL?: Maybe; - optimismgoerli_routerDailyTVLs: Array; - optimismgoerli_routerLiquidityEvent?: Maybe; - optimismgoerli_routerLiquidityEvents: Array; - optimismgoerli_setting?: Maybe; - optimismgoerli_settings: Array; - optimismgoerli_relayer?: Maybe; - optimismgoerli_relayers: Array; - optimismgoerli_sequencer?: Maybe; - optimismgoerli_sequencers: Array; - optimismgoerli_relayerFee?: Maybe; - optimismgoerli_relayerFees: Array; - optimismgoerli_originTransfer?: Maybe; - optimismgoerli_originTransfers: Array; - optimismgoerli_destinationTransfer?: Maybe; - optimismgoerli_destinationTransfers: Array; - optimismgoerli_originMessage?: Maybe; - optimismgoerli_originMessages: Array; - optimismgoerli_aggregateRoot?: Maybe; - optimismgoerli_aggregateRoots: Array; - optimismgoerli_connectorMeta?: Maybe; - optimismgoerli_connectorMetas: Array; - optimismgoerli_rootCount?: Maybe; - optimismgoerli_rootCounts: Array; - optimismgoerli_rootMessageSent?: Maybe; - optimismgoerli_rootMessageSents: Array; - optimismgoerli_relayerFeesIncrease?: Maybe; - optimismgoerli_relayerFeesIncreases: Array; - optimismgoerli_slippageUpdate?: Maybe; - optimismgoerli_slippageUpdates: Array; + optimismgoerli_swap__meta?: Maybe; + arbitrumgoerli_swap_systemInfo?: Maybe; + arbitrumgoerli_swap_systemInfos: Array; + arbitrumgoerli_swap_pooledToken?: Maybe; + arbitrumgoerli_swap_pooledTokens: Array; + arbitrumgoerli_swap_stableSwap?: Maybe; + arbitrumgoerli_swap_stableSwaps: Array; + arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Maybe; + arbitrumgoerli_swap_stableSwapAddLiquidityEvents: Array; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents: Array; + arbitrumgoerli_swap_stableSwapExchange?: Maybe; + arbitrumgoerli_swap_stableSwapExchanges: Array; + arbitrumgoerli_swap_swapDailyVolume?: Maybe; + arbitrumgoerli_swap_swapDailyVolumes: Array; + arbitrumgoerli_swap_swapHourlyVolume?: Maybe; + arbitrumgoerli_swap_swapHourlyVolumes: Array; + arbitrumgoerli_swap_swapWeeklyVolume?: Maybe; + arbitrumgoerli_swap_swapWeeklyVolumes: Array; + arbitrumgoerli_swap_lpAccount?: Maybe; + arbitrumgoerli_swap_lpAccounts: Array; + arbitrumgoerli_swap_lpAccountBalance?: Maybe; + arbitrumgoerli_swap_lpAccountBalances: Array; + arbitrumgoerli_swap_lpToken?: Maybe; + arbitrumgoerli_swap_lpTokens: Array; + arbitrumgoerli_swap_lpTransferEvent?: Maybe; + arbitrumgoerli_swap_lpTransferEvents: Array; + arbitrumgoerli_swap_stableSwapEvent?: Maybe; + arbitrumgoerli_swap_stableSwapEvents: Array; + arbitrumgoerli_swap_swapTradeVolume?: Maybe; + arbitrumgoerli_swap_swapTradeVolumes: Array; + arbitrumgoerli_swap_lpTokenEvent?: Maybe; + arbitrumgoerli_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - optimismgoerli__meta?: Maybe; - stagingoptimismgoerli_asset?: Maybe; - stagingoptimismgoerli_assets: Array; - stagingoptimismgoerli_assetStatus?: Maybe; - stagingoptimismgoerli_assetStatuses: Array; - stagingoptimismgoerli_assetBalance?: Maybe; - stagingoptimismgoerli_assetBalances: Array; - stagingoptimismgoerli_router?: Maybe; - stagingoptimismgoerli_routers: Array; - stagingoptimismgoerli_routerDailyTVL?: Maybe; - stagingoptimismgoerli_routerDailyTVLs: Array; - stagingoptimismgoerli_setting?: Maybe; - stagingoptimismgoerli_settings: Array; - stagingoptimismgoerli_relayer?: Maybe; - stagingoptimismgoerli_relayers: Array; - stagingoptimismgoerli_sequencer?: Maybe; - stagingoptimismgoerli_sequencers: Array; - stagingoptimismgoerli_relayerFee?: Maybe; - stagingoptimismgoerli_relayerFees: Array; - stagingoptimismgoerli_originTransfer?: Maybe; - stagingoptimismgoerli_originTransfers: Array; - stagingoptimismgoerli_destinationTransfer?: Maybe; - stagingoptimismgoerli_destinationTransfers: Array; - stagingoptimismgoerli_originMessage?: Maybe; - stagingoptimismgoerli_originMessages: Array; - stagingoptimismgoerli_aggregateRoot?: Maybe; - stagingoptimismgoerli_aggregateRoots: Array; - stagingoptimismgoerli_connectorMeta?: Maybe; - stagingoptimismgoerli_connectorMetas: Array; - stagingoptimismgoerli_rootCount?: Maybe; - stagingoptimismgoerli_rootCounts: Array; - stagingoptimismgoerli_rootMessageSent?: Maybe; - stagingoptimismgoerli_rootMessageSents: Array; - stagingoptimismgoerli_relayerFeesIncrease?: Maybe; - stagingoptimismgoerli_relayerFeesIncreases: Array; - stagingoptimismgoerli_slippageUpdate?: Maybe; - stagingoptimismgoerli_slippageUpdates: Array; - stagingoptimismgoerli_snapshotRoot?: Maybe; - stagingoptimismgoerli_snapshotRoots: Array; - stagingoptimismgoerli_spokeConnectorMode?: Maybe; - stagingoptimismgoerli_spokeConnectorModes: Array; - stagingoptimismgoerli_aggregateRootProposed?: Maybe; - stagingoptimismgoerli_aggregateRootProposeds: Array; - stagingoptimismgoerli_optimisticRootFinalized?: Maybe; - stagingoptimismgoerli_optimisticRootFinalizeds: Array; + arbitrumgoerli_swap__meta?: Maybe; + optimism_swap_systemInfo?: Maybe; + optimism_swap_systemInfos: Array; + optimism_swap_pooledToken?: Maybe; + optimism_swap_pooledTokens: Array; + optimism_swap_stableSwap?: Maybe; + optimism_swap_stableSwaps: Array; + optimism_swap_stableSwapAddLiquidityEvent?: Maybe; + optimism_swap_stableSwapAddLiquidityEvents: Array; + optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimism_swap_stableSwapRemoveLiquidityEvents: Array; + optimism_swap_stableSwapExchange?: Maybe; + optimism_swap_stableSwapExchanges: Array; + optimism_swap_swapDailyVolume?: Maybe; + optimism_swap_swapDailyVolumes: Array; + optimism_swap_swapHourlyVolume?: Maybe; + optimism_swap_swapHourlyVolumes: Array; + optimism_swap_swapWeeklyVolume?: Maybe; + optimism_swap_swapWeeklyVolumes: Array; + optimism_swap_lpAccount?: Maybe; + optimism_swap_lpAccounts: Array; + optimism_swap_lpAccountBalance?: Maybe; + optimism_swap_lpAccountBalances: Array; + optimism_swap_lpToken?: Maybe; + optimism_swap_lpTokens: Array; + optimism_swap_lpTransferEvent?: Maybe; + optimism_swap_lpTransferEvents: Array; + optimism_swap_stableSwapEvent?: Maybe; + optimism_swap_stableSwapEvents: Array; + optimism_swap_swapTradeVolume?: Maybe; + optimism_swap_swapTradeVolumes: Array; + optimism_swap_lpTokenEvent?: Maybe; + optimism_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - stagingoptimismgoerli__meta?: Maybe; + optimism_swap__meta?: Maybe; stagingarbitrumgoerli_asset?: Maybe; stagingarbitrumgoerli_assets: Array; stagingarbitrumgoerli_assetStatus?: Maybe; @@ -15018,6 +14668,84 @@ export type Subscription = { stagingarbitrumgoerli_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingarbitrumgoerli__meta?: Maybe; + goerli_asset?: Maybe; + goerli_assets: Array; + goerli_assetStatus?: Maybe; + goerli_assetStatuses: Array; + goerli_assetBalance?: Maybe; + goerli_assetBalances: Array; + goerli_router?: Maybe; + goerli_routers: Array; + goerli_routerDailyTVL?: Maybe; + goerli_routerDailyTVLs: Array; + goerli_routerLiquidityEvent?: Maybe; + goerli_routerLiquidityEvents: Array; + goerli_setting?: Maybe; + goerli_settings: Array; + goerli_relayer?: Maybe; + goerli_relayers: Array; + goerli_sequencer?: Maybe; + goerli_sequencers: Array; + goerli_relayerFee?: Maybe; + goerli_relayerFees: Array; + goerli_originTransfer?: Maybe; + goerli_originTransfers: Array; + goerli_destinationTransfer?: Maybe; + goerli_destinationTransfers: Array; + goerli_originMessage?: Maybe; + goerli_originMessages: Array; + goerli_aggregateRoot?: Maybe; + goerli_aggregateRoots: Array; + goerli_connectorMeta?: Maybe; + goerli_connectorMetas: Array; + goerli_rootCount?: Maybe; + goerli_rootCounts: Array; + goerli_rootMessageSent?: Maybe; + goerli_rootMessageSents: Array; + goerli_relayerFeesIncrease?: Maybe; + goerli_relayerFeesIncreases: Array; + goerli_slippageUpdate?: Maybe; + goerli_slippageUpdates: Array; + optimismgoerli_asset?: Maybe; + optimismgoerli_assets: Array; + optimismgoerli_assetStatus?: Maybe; + optimismgoerli_assetStatuses: Array; + optimismgoerli_assetBalance?: Maybe; + optimismgoerli_assetBalances: Array; + optimismgoerli_router?: Maybe; + optimismgoerli_routers: Array; + optimismgoerli_routerDailyTVL?: Maybe; + optimismgoerli_routerDailyTVLs: Array; + optimismgoerli_routerLiquidityEvent?: Maybe; + optimismgoerli_routerLiquidityEvents: Array; + optimismgoerli_setting?: Maybe; + optimismgoerli_settings: Array; + optimismgoerli_relayer?: Maybe; + optimismgoerli_relayers: Array; + optimismgoerli_sequencer?: Maybe; + optimismgoerli_sequencers: Array; + optimismgoerli_relayerFee?: Maybe; + optimismgoerli_relayerFees: Array; + optimismgoerli_originTransfer?: Maybe; + optimismgoerli_originTransfers: Array; + optimismgoerli_destinationTransfer?: Maybe; + optimismgoerli_destinationTransfers: Array; + optimismgoerli_originMessage?: Maybe; + optimismgoerli_originMessages: Array; + optimismgoerli_aggregateRoot?: Maybe; + optimismgoerli_aggregateRoots: Array; + optimismgoerli_connectorMeta?: Maybe; + optimismgoerli_connectorMetas: Array; + optimismgoerli_rootCount?: Maybe; + optimismgoerli_rootCounts: Array; + optimismgoerli_rootMessageSent?: Maybe; + optimismgoerli_rootMessageSents: Array; + optimismgoerli_relayerFeesIncrease?: Maybe; + optimismgoerli_relayerFeesIncreases: Array; + optimismgoerli_slippageUpdate?: Maybe; + optimismgoerli_slippageUpdates: Array; + /** Access to subgraph metadata */ + optimismgoerli__meta?: Maybe; stagingmumbai_asset?: Maybe; stagingmumbai_assets: Array; stagingmumbai_assetStatus?: Maybe; @@ -15064,60 +14792,64 @@ export type Subscription = { stagingmumbai_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingmumbai__meta?: Maybe; - arbitrumgoerli_asset?: Maybe; - arbitrumgoerli_assets: Array; - arbitrumgoerli_assetStatus?: Maybe; - arbitrumgoerli_assetStatuses: Array; - arbitrumgoerli_assetBalance?: Maybe; - arbitrumgoerli_assetBalances: Array; - arbitrumgoerli_router?: Maybe; - arbitrumgoerli_routers: Array; - arbitrumgoerli_routerDailyTVL?: Maybe; - arbitrumgoerli_routerDailyTVLs: Array; - arbitrumgoerli_routerLiquidityEvent?: Maybe; - arbitrumgoerli_routerLiquidityEvents: Array; - arbitrumgoerli_setting?: Maybe; - arbitrumgoerli_settings: Array; - arbitrumgoerli_relayer?: Maybe; - arbitrumgoerli_relayers: Array; - arbitrumgoerli_sequencer?: Maybe; - arbitrumgoerli_sequencers: Array; - arbitrumgoerli_relayerFee?: Maybe; - arbitrumgoerli_relayerFees: Array; - arbitrumgoerli_originTransfer?: Maybe; - arbitrumgoerli_originTransfers: Array; - arbitrumgoerli_destinationTransfer?: Maybe; - arbitrumgoerli_destinationTransfers: Array; - arbitrumgoerli_originMessage?: Maybe; - arbitrumgoerli_originMessages: Array; - arbitrumgoerli_aggregateRoot?: Maybe; - arbitrumgoerli_aggregateRoots: Array; - arbitrumgoerli_connectorMeta?: Maybe; - arbitrumgoerli_connectorMetas: Array; - arbitrumgoerli_rootCount?: Maybe; - arbitrumgoerli_rootCounts: Array; - arbitrumgoerli_rootMessageSent?: Maybe; - arbitrumgoerli_rootMessageSents: Array; - arbitrumgoerli_relayerFeesIncrease?: Maybe; - arbitrumgoerli_relayerFeesIncreases: Array; - arbitrumgoerli_slippageUpdate?: Maybe; - arbitrumgoerli_slippageUpdates: Array; - /** Access to subgraph metadata */ - arbitrumgoerli__meta?: Maybe; - mumbai_asset?: Maybe; - mumbai_assets: Array; - mumbai_assetStatus?: Maybe; - mumbai_assetStatuses: Array; - mumbai_assetBalance?: Maybe; - mumbai_assetBalances: Array; - mumbai_router?: Maybe; - mumbai_routers: Array; - mumbai_routerDailyTVL?: Maybe; - mumbai_routerDailyTVLs: Array; - mumbai_routerLiquidityEvent?: Maybe; - mumbai_routerLiquidityEvents: Array; - mumbai_setting?: Maybe; - mumbai_settings: Array; + staginggoerli_asset?: Maybe; + staginggoerli_assets: Array; + staginggoerli_assetStatus?: Maybe; + staginggoerli_assetStatuses: Array; + staginggoerli_assetBalance?: Maybe; + staginggoerli_assetBalances: Array; + staginggoerli_router?: Maybe; + staginggoerli_routers: Array; + staginggoerli_routerDailyTVL?: Maybe; + staginggoerli_routerDailyTVLs: Array; + staginggoerli_setting?: Maybe; + staginggoerli_settings: Array; + staginggoerli_relayer?: Maybe; + staginggoerli_relayers: Array; + staginggoerli_sequencer?: Maybe; + staginggoerli_sequencers: Array; + staginggoerli_relayerFee?: Maybe; + staginggoerli_relayerFees: Array; + staginggoerli_originTransfer?: Maybe; + staginggoerli_originTransfers: Array; + staginggoerli_destinationTransfer?: Maybe; + staginggoerli_destinationTransfers: Array; + staginggoerli_originMessage?: Maybe; + staginggoerli_originMessages: Array; + staginggoerli_aggregateRoot?: Maybe; + staginggoerli_aggregateRoots: Array; + staginggoerli_connectorMeta?: Maybe; + staginggoerli_connectorMetas: Array; + staginggoerli_rootCount?: Maybe; + staginggoerli_rootCounts: Array; + staginggoerli_rootMessageSent?: Maybe; + staginggoerli_rootMessageSents: Array; + staginggoerli_relayerFeesIncrease?: Maybe; + staginggoerli_relayerFeesIncreases: Array; + staginggoerli_slippageUpdate?: Maybe; + staginggoerli_slippageUpdates: Array; + staginggoerli_snapshotRoot?: Maybe; + staginggoerli_snapshotRoots: Array; + staginggoerli_spokeConnectorMode?: Maybe; + staginggoerli_spokeConnectorModes: Array; + staginggoerli_aggregateRootProposed?: Maybe; + staginggoerli_aggregateRootProposeds: Array; + staginggoerli_optimisticRootFinalized?: Maybe; + staginggoerli_optimisticRootFinalizeds: Array; + mumbai_asset?: Maybe; + mumbai_assets: Array; + mumbai_assetStatus?: Maybe; + mumbai_assetStatuses: Array; + mumbai_assetBalance?: Maybe; + mumbai_assetBalances: Array; + mumbai_router?: Maybe; + mumbai_routers: Array; + mumbai_routerDailyTVL?: Maybe; + mumbai_routerDailyTVLs: Array; + mumbai_routerLiquidityEvent?: Maybe; + mumbai_routerLiquidityEvents: Array; + mumbai_setting?: Maybe; + mumbai_settings: Array; mumbai_relayer?: Maybe; mumbai_relayers: Array; mumbai_sequencer?: Maybe; @@ -15144,6 +14876,164 @@ export type Subscription = { mumbai_slippageUpdates: Array; /** Access to subgraph metadata */ mumbai__meta?: Maybe; + arbitrumgoerli_asset?: Maybe; + arbitrumgoerli_assets: Array; + arbitrumgoerli_assetStatus?: Maybe; + arbitrumgoerli_assetStatuses: Array; + arbitrumgoerli_assetBalance?: Maybe; + arbitrumgoerli_assetBalances: Array; + arbitrumgoerli_router?: Maybe; + arbitrumgoerli_routers: Array; + arbitrumgoerli_routerDailyTVL?: Maybe; + arbitrumgoerli_routerDailyTVLs: Array; + arbitrumgoerli_routerLiquidityEvent?: Maybe; + arbitrumgoerli_routerLiquidityEvents: Array; + arbitrumgoerli_setting?: Maybe; + arbitrumgoerli_settings: Array; + arbitrumgoerli_relayer?: Maybe; + arbitrumgoerli_relayers: Array; + arbitrumgoerli_sequencer?: Maybe; + arbitrumgoerli_sequencers: Array; + arbitrumgoerli_relayerFee?: Maybe; + arbitrumgoerli_relayerFees: Array; + arbitrumgoerli_originTransfer?: Maybe; + arbitrumgoerli_originTransfers: Array; + arbitrumgoerli_destinationTransfer?: Maybe; + arbitrumgoerli_destinationTransfers: Array; + arbitrumgoerli_originMessage?: Maybe; + arbitrumgoerli_originMessages: Array; + arbitrumgoerli_aggregateRoot?: Maybe; + arbitrumgoerli_aggregateRoots: Array; + arbitrumgoerli_connectorMeta?: Maybe; + arbitrumgoerli_connectorMetas: Array; + arbitrumgoerli_rootCount?: Maybe; + arbitrumgoerli_rootCounts: Array; + arbitrumgoerli_rootMessageSent?: Maybe; + arbitrumgoerli_rootMessageSents: Array; + arbitrumgoerli_relayerFeesIncrease?: Maybe; + arbitrumgoerli_relayerFeesIncreases: Array; + arbitrumgoerli_slippageUpdate?: Maybe; + arbitrumgoerli_slippageUpdates: Array; + /** Access to subgraph metadata */ + arbitrumgoerli__meta?: Maybe; + lineagoerli_asset?: Maybe; + lineagoerli_assets: Array; + lineagoerli_assetStatus?: Maybe; + lineagoerli_assetStatuses: Array; + lineagoerli_assetBalance?: Maybe; + lineagoerli_assetBalances: Array; + lineagoerli_router?: Maybe; + lineagoerli_routers: Array; + lineagoerli_routerDailyTVL?: Maybe; + lineagoerli_routerDailyTVLs: Array; + lineagoerli_setting?: Maybe; + lineagoerli_settings: Array; + lineagoerli_relayer?: Maybe; + lineagoerli_relayers: Array; + lineagoerli_sequencer?: Maybe; + lineagoerli_sequencers: Array; + lineagoerli_relayerFee?: Maybe; + lineagoerli_relayerFees: Array; + lineagoerli_originTransfer?: Maybe; + lineagoerli_originTransfers: Array; + lineagoerli_destinationTransfer?: Maybe; + lineagoerli_destinationTransfers: Array; + lineagoerli_originMessage?: Maybe; + lineagoerli_originMessages: Array; + lineagoerli_aggregateRoot?: Maybe; + lineagoerli_aggregateRoots: Array; + lineagoerli_connectorMeta?: Maybe; + lineagoerli_connectorMetas: Array; + lineagoerli_rootCount?: Maybe; + lineagoerli_rootCounts: Array; + lineagoerli_rootMessageSent?: Maybe; + lineagoerli_rootMessageSents: Array; + lineagoerli_relayerFeesIncrease?: Maybe; + lineagoerli_relayerFeesIncreases: Array; + lineagoerli_slippageUpdate?: Maybe; + lineagoerli_slippageUpdates: Array; + /** Access to subgraph metadata */ + lineagoerli__meta?: Maybe; + stagingoptimismgoerli_asset?: Maybe; + stagingoptimismgoerli_assets: Array; + stagingoptimismgoerli_assetStatus?: Maybe; + stagingoptimismgoerli_assetStatuses: Array; + stagingoptimismgoerli_assetBalance?: Maybe; + stagingoptimismgoerli_assetBalances: Array; + stagingoptimismgoerli_router?: Maybe; + stagingoptimismgoerli_routers: Array; + stagingoptimismgoerli_routerDailyTVL?: Maybe; + stagingoptimismgoerli_routerDailyTVLs: Array; + stagingoptimismgoerli_setting?: Maybe; + stagingoptimismgoerli_settings: Array; + stagingoptimismgoerli_relayer?: Maybe; + stagingoptimismgoerli_relayers: Array; + stagingoptimismgoerli_sequencer?: Maybe; + stagingoptimismgoerli_sequencers: Array; + stagingoptimismgoerli_relayerFee?: Maybe; + stagingoptimismgoerli_relayerFees: Array; + stagingoptimismgoerli_originTransfer?: Maybe; + stagingoptimismgoerli_originTransfers: Array; + stagingoptimismgoerli_destinationTransfer?: Maybe; + stagingoptimismgoerli_destinationTransfers: Array; + stagingoptimismgoerli_originMessage?: Maybe; + stagingoptimismgoerli_originMessages: Array; + stagingoptimismgoerli_aggregateRoot?: Maybe; + stagingoptimismgoerli_aggregateRoots: Array; + stagingoptimismgoerli_connectorMeta?: Maybe; + stagingoptimismgoerli_connectorMetas: Array; + stagingoptimismgoerli_rootCount?: Maybe; + stagingoptimismgoerli_rootCounts: Array; + stagingoptimismgoerli_rootMessageSent?: Maybe; + stagingoptimismgoerli_rootMessageSents: Array; + stagingoptimismgoerli_relayerFeesIncrease?: Maybe; + stagingoptimismgoerli_relayerFeesIncreases: Array; + stagingoptimismgoerli_slippageUpdate?: Maybe; + stagingoptimismgoerli_slippageUpdates: Array; + stagingoptimismgoerli_snapshotRoot?: Maybe; + stagingoptimismgoerli_snapshotRoots: Array; + stagingoptimismgoerli_spokeConnectorMode?: Maybe; + stagingoptimismgoerli_spokeConnectorModes: Array; + stagingoptimismgoerli_aggregateRootProposed?: Maybe; + stagingoptimismgoerli_aggregateRootProposeds: Array; + stagingoptimismgoerli_optimisticRootFinalized?: Maybe; + stagingoptimismgoerli_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingoptimismgoerli__meta?: Maybe; + bnb_swap_systemInfo?: Maybe; + bnb_swap_systemInfos: Array; + bnb_swap_pooledToken?: Maybe; + bnb_swap_pooledTokens: Array; + bnb_swap_stableSwap?: Maybe; + bnb_swap_stableSwaps: Array; + bnb_swap_stableSwapAddLiquidityEvent?: Maybe; + bnb_swap_stableSwapAddLiquidityEvents: Array; + bnb_swap_stableSwapRemoveLiquidityEvent?: Maybe; + bnb_swap_stableSwapRemoveLiquidityEvents: Array; + bnb_swap_stableSwapExchange?: Maybe; + bnb_swap_stableSwapExchanges: Array; + bnb_swap_swapDailyVolume?: Maybe; + bnb_swap_swapDailyVolumes: Array; + bnb_swap_swapHourlyVolume?: Maybe; + bnb_swap_swapHourlyVolumes: Array; + bnb_swap_swapWeeklyVolume?: Maybe; + bnb_swap_swapWeeklyVolumes: Array; + bnb_swap_lpAccount?: Maybe; + bnb_swap_lpAccounts: Array; + bnb_swap_lpAccountBalance?: Maybe; + bnb_swap_lpAccountBalances: Array; + bnb_swap_lpToken?: Maybe; + bnb_swap_lpTokens: Array; + bnb_swap_lpTransferEvent?: Maybe; + bnb_swap_lpTransferEvents: Array; + bnb_swap_stableSwapEvent?: Maybe; + bnb_swap_stableSwapEvents: Array; + bnb_swap_swapTradeVolume?: Maybe; + bnb_swap_swapTradeVolumes: Array; + bnb_swap_lpTokenEvent?: Maybe; + bnb_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + bnb_swap__meta?: Maybe; xdai_asset?: Maybe; xdai_assets: Array; xdai_assetStatus?: Maybe; @@ -15184,52 +15074,46 @@ export type Subscription = { xdai_slippageUpdates: Array; /** Access to subgraph metadata */ xdai__meta?: Maybe; - localarbitrumone_asset?: Maybe; - localarbitrumone_assets: Array; - localarbitrumone_assetStatus?: Maybe; - localarbitrumone_assetStatuses: Array; - localarbitrumone_assetBalance?: Maybe; - localarbitrumone_assetBalances: Array; - localarbitrumone_router?: Maybe; - localarbitrumone_routers: Array; - localarbitrumone_routerDailyTVL?: Maybe; - localarbitrumone_routerDailyTVLs: Array; - localarbitrumone_setting?: Maybe; - localarbitrumone_settings: Array; - localarbitrumone_relayer?: Maybe; - localarbitrumone_relayers: Array; - localarbitrumone_sequencer?: Maybe; - localarbitrumone_sequencers: Array; - localarbitrumone_relayerFee?: Maybe; - localarbitrumone_relayerFees: Array; - localarbitrumone_originTransfer?: Maybe; - localarbitrumone_originTransfers: Array; - localarbitrumone_destinationTransfer?: Maybe; - localarbitrumone_destinationTransfers: Array; - localarbitrumone_originMessage?: Maybe; - localarbitrumone_originMessages: Array; - localarbitrumone_aggregateRoot?: Maybe; - localarbitrumone_aggregateRoots: Array; - localarbitrumone_connectorMeta?: Maybe; - localarbitrumone_connectorMetas: Array; - localarbitrumone_rootCount?: Maybe; - localarbitrumone_rootCounts: Array; - localarbitrumone_rootMessageSent?: Maybe; - localarbitrumone_rootMessageSents: Array; - localarbitrumone_relayerFeesIncrease?: Maybe; - localarbitrumone_relayerFeesIncreases: Array; - localarbitrumone_slippageUpdate?: Maybe; - localarbitrumone_slippageUpdates: Array; - localarbitrumone_snapshotRoot?: Maybe; - localarbitrumone_snapshotRoots: Array; - localarbitrumone_spokeConnectorMode?: Maybe; - localarbitrumone_spokeConnectorModes: Array; - localarbitrumone_aggregateRootProposed?: Maybe; - localarbitrumone_aggregateRootProposeds: Array; - localarbitrumone_optimisticRootFinalized?: Maybe; - localarbitrumone_optimisticRootFinalizeds: Array; + optimism_asset?: Maybe; + optimism_assets: Array; + optimism_assetStatus?: Maybe; + optimism_assetStatuses: Array; + optimism_assetBalance?: Maybe; + optimism_assetBalances: Array; + optimism_router?: Maybe; + optimism_routers: Array; + optimism_routerDailyTVL?: Maybe; + optimism_routerDailyTVLs: Array; + optimism_routerLiquidityEvent?: Maybe; + optimism_routerLiquidityEvents: Array; + optimism_setting?: Maybe; + optimism_settings: Array; + optimism_relayer?: Maybe; + optimism_relayers: Array; + optimism_sequencer?: Maybe; + optimism_sequencers: Array; + optimism_relayerFee?: Maybe; + optimism_relayerFees: Array; + optimism_originTransfer?: Maybe; + optimism_originTransfers: Array; + optimism_destinationTransfer?: Maybe; + optimism_destinationTransfers: Array; + optimism_originMessage?: Maybe; + optimism_originMessages: Array; + optimism_aggregateRoot?: Maybe; + optimism_aggregateRoots: Array; + optimism_connectorMeta?: Maybe; + optimism_connectorMetas: Array; + optimism_rootCount?: Maybe; + optimism_rootCounts: Array; + optimism_rootMessageSent?: Maybe; + optimism_rootMessageSents: Array; + optimism_relayerFeesIncrease?: Maybe; + optimism_relayerFeesIncreases: Array; + optimism_slippageUpdate?: Maybe; + optimism_slippageUpdates: Array; /** Access to subgraph metadata */ - localarbitrumone__meta?: Maybe; + optimism__meta?: Maybe; bnb_asset?: Maybe; bnb_assets: Array; bnb_assetStatus?: Maybe; @@ -15310,6 +15194,52 @@ export type Subscription = { linea_slippageUpdates: Array; /** Access to subgraph metadata */ linea__meta?: Maybe; + localarbitrumone_asset?: Maybe; + localarbitrumone_assets: Array; + localarbitrumone_assetStatus?: Maybe; + localarbitrumone_assetStatuses: Array; + localarbitrumone_assetBalance?: Maybe; + localarbitrumone_assetBalances: Array; + localarbitrumone_router?: Maybe; + localarbitrumone_routers: Array; + localarbitrumone_routerDailyTVL?: Maybe; + localarbitrumone_routerDailyTVLs: Array; + localarbitrumone_setting?: Maybe; + localarbitrumone_settings: Array; + localarbitrumone_relayer?: Maybe; + localarbitrumone_relayers: Array; + localarbitrumone_sequencer?: Maybe; + localarbitrumone_sequencers: Array; + localarbitrumone_relayerFee?: Maybe; + localarbitrumone_relayerFees: Array; + localarbitrumone_originTransfer?: Maybe; + localarbitrumone_originTransfers: Array; + localarbitrumone_destinationTransfer?: Maybe; + localarbitrumone_destinationTransfers: Array; + localarbitrumone_originMessage?: Maybe; + localarbitrumone_originMessages: Array; + localarbitrumone_aggregateRoot?: Maybe; + localarbitrumone_aggregateRoots: Array; + localarbitrumone_connectorMeta?: Maybe; + localarbitrumone_connectorMetas: Array; + localarbitrumone_rootCount?: Maybe; + localarbitrumone_rootCounts: Array; + localarbitrumone_rootMessageSent?: Maybe; + localarbitrumone_rootMessageSents: Array; + localarbitrumone_relayerFeesIncrease?: Maybe; + localarbitrumone_relayerFeesIncreases: Array; + localarbitrumone_slippageUpdate?: Maybe; + localarbitrumone_slippageUpdates: Array; + localarbitrumone_snapshotRoot?: Maybe; + localarbitrumone_snapshotRoots: Array; + localarbitrumone_spokeConnectorMode?: Maybe; + localarbitrumone_spokeConnectorModes: Array; + localarbitrumone_aggregateRootProposed?: Maybe; + localarbitrumone_aggregateRootProposeds: Array; + localarbitrumone_optimisticRootFinalized?: Maybe; + localarbitrumone_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + localarbitrumone__meta?: Maybe; localmainnet_asset?: Maybe; localmainnet_assets: Array; localmainnet_assetStatus?: Maybe; @@ -15354,6 +15284,76 @@ export type Subscription = { localmainnet_aggregateRootProposeds: Array; localmainnet_optimisticRootFinalized?: Maybe; localmainnet_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + localmainnet__meta?: Maybe; + linea_swap_systemInfo?: Maybe; + linea_swap_systemInfos: Array; + linea_swap_pooledToken?: Maybe; + linea_swap_pooledTokens: Array; + linea_swap_stableSwap?: Maybe; + linea_swap_stableSwaps: Array; + linea_swap_stableSwapAddLiquidityEvent?: Maybe; + linea_swap_stableSwapAddLiquidityEvents: Array; + linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; + linea_swap_stableSwapRemoveLiquidityEvents: Array; + linea_swap_stableSwapExchange?: Maybe; + linea_swap_stableSwapExchanges: Array; + linea_swap_swapDailyVolume?: Maybe; + linea_swap_swapDailyVolumes: Array; + linea_swap_swapHourlyVolume?: Maybe; + linea_swap_swapHourlyVolumes: Array; + linea_swap_swapWeeklyVolume?: Maybe; + linea_swap_swapWeeklyVolumes: Array; + linea_swap_lpAccount?: Maybe; + linea_swap_lpAccounts: Array; + linea_swap_lpAccountBalance?: Maybe; + linea_swap_lpAccountBalances: Array; + linea_swap_lpToken?: Maybe; + linea_swap_lpTokens: Array; + linea_swap_lpTransferEvent?: Maybe; + linea_swap_lpTransferEvents: Array; + linea_swap_stableSwapEvent?: Maybe; + linea_swap_stableSwapEvents: Array; + linea_swap_swapTradeVolume?: Maybe; + linea_swap_swapTradeVolumes: Array; + linea_swap_lpTokenEvent?: Maybe; + linea_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + linea_swap__meta?: Maybe; + localmainnet_rootAggregated?: Maybe; + localmainnet_rootAggregateds: Array; + localmainnet_rootPropagated?: Maybe; + localmainnet_rootPropagateds: Array; + localmainnet_aggregatedMessageRoot?: Maybe; + localmainnet_aggregatedMessageRoots: Array; + localmainnet_rootManagerMeta?: Maybe; + localmainnet_rootManagerMetas: Array; + localmainnet_rootManagerMode?: Maybe; + localmainnet_rootManagerModes: Array; + localmainnet_optimisticRootProposed?: Maybe; + localmainnet_optimisticRootProposeds: Array; + localmainnet_hubOptimisticRootFinalized?: Maybe; + localmainnet_hubOptimisticRootFinalizeds: Array; + localmainnet_optimisticRootPropagated?: Maybe; + localmainnet_optimisticRootPropagateds: Array; + localmainnet_polygonConnectorMeta?: Maybe; + localmainnet_polygonConnectorMetas: Array; + localmainnet_optimismConnectorMeta?: Maybe; + localmainnet_optimismConnectorMetas: Array; + localmainnet_bnbConnectorMeta?: Maybe; + localmainnet_bnbConnectorMetas: Array; + localmainnet_arbitrumConnectorMeta?: Maybe; + localmainnet_arbitrumConnectorMetas: Array; + localmainnet_gnosisConnectorMeta?: Maybe; + localmainnet_gnosisConnectorMetas: Array; + localmainnet_zkSyncConnectorMeta?: Maybe; + localmainnet_zkSyncConnectorMetas: Array; + localmainnet_rootMessageProcessed?: Maybe; + localmainnet_rootMessageProcesseds: Array; + localmainnet_aggregateRootSavedSlow?: Maybe; + localmainnet_aggregateRootSavedSlows: Array; + localmainnet_hubDomain?: Maybe; + localmainnet_hubDomains: Array; localoptimism_asset?: Maybe; localoptimism_assets: Array; localoptimism_assetStatus?: Maybe; @@ -15521,130 +15521,297 @@ export type Subscription = { }; -export type Subscriptiongoerli_rootAggregatedArgs = { +export type Subscriptiontestoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootAggregatedsArgs = { +export type Subscriptiontestoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootPropagatedArgs = { +export type Subscriptiontestoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootPropagatedsArgs = { +export type Subscriptiontestoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregatedMessageRootArgs = { +export type Subscriptiontestoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregatedMessageRootsArgs = { +export type Subscriptiontestoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootManagerMetaArgs = { +export type Subscriptiontestoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootManagerMetasArgs = { +export type Subscriptiontestoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_polygonConnectorMetaArgs = { +export type Subscriptiontestoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_polygonConnectorMetasArgs = { +export type Subscriptiontestoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_optimismConnectorMetaArgs = { +export type Subscriptiontestoptimismgoerli_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_optimismConnectorMetasArgs = { +export type Subscriptiontestoptimismgoerli_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_bnbConnectorMetaArgs = { +export type Subscriptiontestoptimismgoerli_sponsorVaultArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_bnbConnectorMetasArgs = { +export type Subscriptiontestoptimismgoerli_sponsorVaultsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestoptimismgoerli_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestoptimismgoerli_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestoptimismgoerli_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestoptimismgoerli_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiontestoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiongoerli_rootAggregatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_rootAggregatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_rootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_rootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_aggregatedMessageRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_aggregatedMessageRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_rootManagerMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_rootManagerMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_polygonConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_polygonConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_optimismConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_optimismConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_bnbConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptiongoerli_bnbConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; export type Subscriptiongoerli_arbitrumConnectorMetaArgs = { @@ -15963,2681 +16130,2532 @@ export type Subscriptionmainnet__metaArgs = { }; -export type Subscriptionstagingoptimismgoerli_swap_systemInfoArgs = { +export type Subscriptionstaginggoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_systemInfosArgs = { +export type Subscriptionstaginggoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_pooledTokenArgs = { +export type Subscriptionstaginggoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_pooledTokensArgs = { +export type Subscriptionstaginggoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapsArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangeArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangesArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumeArgs = { +export type Subscriptionstaginggoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumesArgs = { +export type Subscriptionstaginggoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptionstaginggoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptionstaginggoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstaginggoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptionstaginggoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountsArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalancesArgs = { +export type Subscriptionstaginggoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokenArgs = { +export type Subscriptionstaginggoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokensArgs = { +export type Subscriptionstaginggoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventArgs = { +export type Subscriptionstaginggoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventsArgs = { +export type Subscriptionstaginggoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventsArgs = { +export type Subscriptionstaginggoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionstaginggoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumesArgs = { +export type Subscriptionstaginggoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventArgs = { +export type Subscriptionstaginggoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventsArgs = { +export type Subscriptionstaginggoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimismgoerli_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionstaginggoerli_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptiontestgoerli_assetArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_assetsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_assetBalanceArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_assetBalancesArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_routerArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_routersArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_settingArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_settingsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_relayerArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_relayersArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_stableSwapArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_stableSwapsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_sponsorVaultArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_sponsorVaultsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_originTransferArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_originTransfersArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type Subscriptiontestgoerli_destinationTransferArgs = { + +export type Subscriptionstagingarbitrumgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli_destinationTransfersArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptiongoerli_swap_systemInfoArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_systemInfosArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_pooledTokenArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_pooledTokensArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapExchangesArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapDailyVolumesArgs = { +export type Subscriptionstagingarbitrumgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingarbitrumgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptionmumbai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptionmumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptionmumbai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpAccountArgs = { +export type Subscriptionmumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpAccountsArgs = { +export type Subscriptionmumbai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpAccountBalancesArgs = { +export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTokenArgs = { +export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTokensArgs = { +export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTransferEventArgs = { +export type Subscriptionmumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTransferEventsArgs = { +export type Subscriptionmumbai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapEventArgs = { +export type Subscriptionmumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_stableSwapEventsArgs = { +export type Subscriptionmumbai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionmumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_swapTradeVolumesArgs = { +export type Subscriptionmumbai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTokenEventArgs = { +export type Subscriptionmumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap_lpTokenEventsArgs = { +export type Subscriptionmumbai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptiontestoptimismgoerli_assetArgs = { +export type Subscriptionmumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_assetsArgs = { +export type Subscriptionmumbai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_assetBalanceArgs = { +export type Subscriptionmumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_assetBalancesArgs = { +export type Subscriptionmumbai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_routerArgs = { +export type Subscriptionmumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_routersArgs = { +export type Subscriptionmumbai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_settingArgs = { +export type Subscriptionmumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_settingsArgs = { +export type Subscriptionmumbai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_relayerArgs = { +export type Subscriptionmumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_relayersArgs = { +export type Subscriptionmumbai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_stableSwapArgs = { +export type Subscriptionmumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_stableSwapsArgs = { +export type Subscriptionmumbai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_sponsorVaultArgs = { +export type Subscriptionmumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_sponsorVaultsArgs = { +export type Subscriptionmumbai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_originTransferArgs = { +export type Subscriptionmumbai_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstaginggoerli_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_originTransfersArgs = { +export type Subscriptionstaginggoerli_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_destinationTransferArgs = { +export type Subscriptionstaginggoerli_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli_destinationTransfersArgs = { +export type Subscriptionstaginggoerli_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiontestoptimismgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstaginggoerli_swap_systemInfoArgs = { +export type Subscriptionstaginggoerli_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_systemInfosArgs = { +export type Subscriptionstaginggoerli_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_pooledTokenArgs = { +export type Subscriptionstaginggoerli_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_pooledTokensArgs = { +export type Subscriptionstaginggoerli_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapArgs = { +export type Subscriptionstaginggoerli_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapsArgs = { +export type Subscriptionstaginggoerli_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstaginggoerli_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstaginggoerli_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstaginggoerli_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstaginggoerli_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapExchangeArgs = { +export type Subscriptionstaginggoerli_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapExchangesArgs = { +export type Subscriptionstaginggoerli_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapDailyVolumeArgs = { +export type Subscriptionstaginggoerli_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapDailyVolumesArgs = { +export type Subscriptionstaginggoerli_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptionstaginggoerli_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptionstaginggoerli_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstaginggoerli_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptionstaginggoerli_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpAccountArgs = { +export type Subscriptionstaginggoerli_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpAccountsArgs = { +export type Subscriptionstaginggoerli_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionstaginggoerli_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpAccountBalancesArgs = { +export type Subscriptionstaginggoerli_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTokenArgs = { +export type Subscriptionstaginggoerli_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTokensArgs = { +export type Subscriptionstaginggoerli_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTransferEventArgs = { +export type Subscriptionstaginggoerli_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTransferEventsArgs = { +export type Subscriptionstaginggoerli_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapEventArgs = { +export type Subscriptionstaginggoerli_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_stableSwapEventsArgs = { +export type Subscriptionstaginggoerli_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionstaginggoerli_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_swapTradeVolumesArgs = { +export type Subscriptionstaginggoerli_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTokenEventArgs = { +export type Subscriptionstaginggoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiontestgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap_lpTokenEventsArgs = { +export type Subscriptiontestgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingarbitrumgoerli_swap_systemInfoArgs = { +export type Subscriptiontestgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_systemInfosArgs = { +export type Subscriptiontestgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_pooledTokenArgs = { +export type Subscriptiontestgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_pooledTokensArgs = { +export type Subscriptiontestgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapArgs = { +export type Subscriptiontestgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapsArgs = { +export type Subscriptiontestgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptiontestgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptiontestgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptiontestgoerli_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptiontestgoerli_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapExchangeArgs = { +export type Subscriptiontestgoerli_sponsorVaultArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapExchangesArgs = { +export type Subscriptiontestgoerli_sponsorVaultsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapDailyVolumeArgs = { +export type Subscriptiontestgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapDailyVolumesArgs = { +export type Subscriptiontestgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptiontestgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptiontestgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptiontestgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiongoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptiongoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpAccountArgs = { +export type Subscriptiongoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpAccountsArgs = { +export type Subscriptiongoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpAccountBalanceArgs = { +export type Subscriptiongoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpAccountBalancesArgs = { +export type Subscriptiongoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpTokenArgs = { +export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpTokensArgs = { +export type Subscriptiongoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpTransferEventArgs = { +export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpTransferEventsArgs = { +export type Subscriptiongoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapEventArgs = { +export type Subscriptiongoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_stableSwapEventsArgs = { +export type Subscriptiongoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapTradeVolumeArgs = { +export type Subscriptiongoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_swapTradeVolumesArgs = { +export type Subscriptiongoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpTokenEventArgs = { +export type Subscriptiongoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap_lpTokenEventsArgs = { +export type Subscriptiongoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumgoerli_swap_systemInfoArgs = { +export type Subscriptiongoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_systemInfosArgs = { +export type Subscriptiongoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_pooledTokenArgs = { +export type Subscriptiongoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_pooledTokensArgs = { +export type Subscriptiongoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapArgs = { +export type Subscriptiongoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapsArgs = { +export type Subscriptiongoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptiongoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptiongoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptiongoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptiongoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapExchangeArgs = { +export type Subscriptiongoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapExchangesArgs = { +export type Subscriptiongoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapDailyVolumeArgs = { +export type Subscriptiongoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapDailyVolumesArgs = { +export type Subscriptiongoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapHourlyVolumeArgs = { +export type Subscriptiongoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapHourlyVolumesArgs = { +export type Subscriptiongoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapWeeklyVolumeArgs = { +export type Subscriptiongoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingoptimismgoerli_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapWeeklyVolumesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpAccountArgs = { +export type Subscriptionstagingoptimismgoerli_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpAccountsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpAccountBalancesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpTokenArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpTokensArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpTransferEventArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpTransferEventsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapEventArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_stableSwapEventsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_swapTradeVolumesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpTokenEventArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap_lpTokenEventsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmumbai_swap_systemInfoArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_systemInfosArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_pooledTokenArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_pooledTokensArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapExchangesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapDailyVolumesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapHourlyVolumesArgs = { +export type Subscriptionstagingoptimismgoerli_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingoptimismgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumone_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapWeeklyVolumesArgs = { +export type Subscriptionarbitrumone_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpAccountArgs = { +export type Subscriptionarbitrumone_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpAccountsArgs = { +export type Subscriptionarbitrumone_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpAccountBalanceArgs = { +export type Subscriptionarbitrumone_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpAccountBalancesArgs = { +export type Subscriptionarbitrumone_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTokenArgs = { +export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTokensArgs = { +export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTransferEventArgs = { +export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTransferEventsArgs = { +export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapEventArgs = { +export type Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_stableSwapEventsArgs = { +export type Subscriptionarbitrumone_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapTradeVolumeArgs = { +export type Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_swapTradeVolumesArgs = { +export type Subscriptionarbitrumone_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTokenEventArgs = { +export type Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap_lpTokenEventsArgs = { +export type Subscriptionarbitrumone_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbnb_swap_systemInfoArgs = { +export type Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_systemInfosArgs = { +export type Subscriptionarbitrumone_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_pooledTokenArgs = { +export type Subscriptionarbitrumone_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_pooledTokensArgs = { +export type Subscriptionarbitrumone_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapArgs = { +export type Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapsArgs = { +export type Subscriptionarbitrumone_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionarbitrumone_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionarbitrumone_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionarbitrumone_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionarbitrumone_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapExchangeArgs = { +export type Subscriptionarbitrumone_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapExchangesArgs = { +export type Subscriptionarbitrumone_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapDailyVolumeArgs = { +export type Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapDailyVolumesArgs = { +export type Subscriptionarbitrumone_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { +export type Subscriptionarbitrumone_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { +export type Subscriptionarbitrumone_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { +export type Subscriptionarbitrumone_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygon_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { +export type Subscriptionpolygon_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountArgs = { +export type Subscriptionpolygon_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountsArgs = { +export type Subscriptionpolygon_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountBalanceArgs = { +export type Subscriptionpolygon_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountBalancesArgs = { +export type Subscriptionpolygon_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenArgs = { +export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokensArgs = { +export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTransferEventArgs = { +export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTransferEventsArgs = { +export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapEventArgs = { +export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapEventsArgs = { +export type Subscriptionpolygon_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapTradeVolumeArgs = { +export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionbnb_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmumbai_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmumbai_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapDailyVolumesArgs = { +export type Subscriptionpolygon_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapHourlyVolumeArgs = { +export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapHourlyVolumesArgs = { +export type Subscriptionpolygon_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapWeeklyVolumeArgs = { +export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapWeeklyVolumesArgs = { +export type Subscriptionpolygon_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountArgs = { +export type Subscriptionpolygon_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountsArgs = { +export type Subscriptionpolygon_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountBalanceArgs = { +export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpAccountBalancesArgs = { +export type Subscriptionpolygon_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTokenArgs = { +export type Subscriptionpolygon_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTokensArgs = { +export type Subscriptionpolygon_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTransferEventArgs = { +export type Subscriptionpolygon_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTransferEventsArgs = { +export type Subscriptionpolygon_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapEventArgs = { +export type Subscriptionpolygon_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_stableSwapEventsArgs = { +export type Subscriptionpolygon_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapTradeVolumeArgs = { +export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_swapTradeVolumesArgs = { +export type Subscriptionpolygon_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTokenEventArgs = { +export type Subscriptionpolygon_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap_lpTokenEventsArgs = { +export type Subscriptionpolygon_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionpolygon_swap__metaArgs = { + block?: InputMaybe; }; @@ -18934,314 +18952,296 @@ export type Subscriptionxdai_swap__metaArgs = { }; -export type Subscriptionstaginggoerli_rootAggregatedArgs = { +export type Subscriptionstagingmumbai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootAggregatedsArgs = { +export type Subscriptionstagingmumbai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootPropagatedArgs = { +export type Subscriptionstagingmumbai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootPropagatedsArgs = { +export type Subscriptionstagingmumbai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregatedMessageRootArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregatedMessageRootsArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootManagerMetaArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootManagerMetasArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootManagerModeArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootManagerModesArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_optimisticRootProposedArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_optimisticRootProposedsArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_hubOptimisticRootFinalizedArgs = { +export type Subscriptionstagingmumbai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_hubOptimisticRootFinalizedsArgs = { +export type Subscriptionstagingmumbai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_optimisticRootPropagatedArgs = { +export type Subscriptionstagingmumbai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_optimisticRootPropagatedsArgs = { +export type Subscriptionstagingmumbai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_polygonConnectorMetaArgs = { +export type Subscriptionstagingmumbai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_polygonConnectorMetasArgs = { +export type Subscriptionstagingmumbai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_optimismConnectorMetaArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_optimismConnectorMetasArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_bnbConnectorMetaArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_bnbConnectorMetasArgs = { +export type Subscriptionstagingmumbai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_arbitrumConnectorMetaArgs = { +export type Subscriptionstagingmumbai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_arbitrumConnectorMetasArgs = { +export type Subscriptionstagingmumbai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_gnosisConnectorMetaArgs = { +export type Subscriptionstagingmumbai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_gnosisConnectorMetasArgs = { +export type Subscriptionstagingmumbai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_zkSyncConnectorMetaArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_zkSyncConnectorMetasArgs = { +export type Subscriptionstagingmumbai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootMessageProcessedArgs = { +export type Subscriptionstagingmumbai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootMessageProcessedsArgs = { +export type Subscriptionstagingmumbai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregateRootSavedSlowArgs = { +export type Subscriptionstagingmumbai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregateRootSavedSlowsArgs = { +export type Subscriptionstagingmumbai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_hubDomainArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstaginggoerli_hubDomainsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingmumbai_swap__metaArgs = { + block?: InputMaybe; }; @@ -19538,6 +19538,299 @@ export type Subscriptionoptimismgoerli_swap__metaArgs = { }; +export type Subscriptionarbitrumgoerli_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionarbitrumgoerli_swap__metaArgs = { + block?: InputMaybe; +}; + + export type Subscriptionoptimism_swap_systemInfoArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -19831,2954 +20124,2913 @@ export type Subscriptionoptimism_swap__metaArgs = { }; -export type Subscriptionarbitrumone_swap_systemInfoArgs = { +export type Subscriptionstagingarbitrumgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_systemInfosArgs = { +export type Subscriptionstagingarbitrumgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_pooledTokenArgs = { +export type Subscriptionstagingarbitrumgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_pooledTokensArgs = { +export type Subscriptionstagingarbitrumgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapArgs = { +export type Subscriptionstagingarbitrumgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapsArgs = { +export type Subscriptionstagingarbitrumgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingarbitrumgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstagingarbitrumgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingarbitrumgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstagingarbitrumgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingarbitrumgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapExchangesArgs = { +export type Subscriptionstagingarbitrumgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingarbitrumgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapDailyVolumesArgs = { +export type Subscriptionstagingarbitrumgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingarbitrumgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapHourlyVolumesArgs = { +export type Subscriptionstagingarbitrumgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingarbitrumgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapWeeklyVolumesArgs = { +export type Subscriptionstagingarbitrumgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountArgs = { +export type Subscriptionstagingarbitrumgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountsArgs = { +export type Subscriptionstagingarbitrumgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingarbitrumgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountBalancesArgs = { +export type Subscriptionstagingarbitrumgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokenArgs = { +export type Subscriptionstagingarbitrumgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokensArgs = { +export type Subscriptionstagingarbitrumgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTransferEventArgs = { +export type Subscriptionstagingarbitrumgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTransferEventsArgs = { +export type Subscriptionstagingarbitrumgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapEventArgs = { +export type Subscriptionstagingarbitrumgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapEventsArgs = { +export type Subscriptionstagingarbitrumgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { + +export type Subscriptionstagingarbitrumgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapTradeVolumesArgs = { +export type Subscriptionstagingarbitrumgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokenEventArgs = { +export type Subscriptionstagingarbitrumgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokenEventsArgs = { +export type Subscriptionstagingarbitrumgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygon_swap_systemInfoArgs = { +export type Subscriptionstagingarbitrumgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_systemInfosArgs = { +export type Subscriptionstagingarbitrumgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_pooledTokenArgs = { +export type Subscriptionstagingarbitrumgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_pooledTokensArgs = { +export type Subscriptionstagingarbitrumgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapArgs = { +export type Subscriptionstagingarbitrumgoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapsArgs = { +export type Subscriptionstagingarbitrumgoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingarbitrumgoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstagingarbitrumgoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingarbitrumgoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstagingarbitrumgoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingarbitrumgoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapExchangesArgs = { +export type Subscriptionstagingarbitrumgoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingarbitrumgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptiongoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapDailyVolumesArgs = { +export type Subscriptiongoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { +export type Subscriptiongoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapHourlyVolumesArgs = { +export type Subscriptiongoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { +export type Subscriptiongoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapWeeklyVolumesArgs = { +export type Subscriptiongoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountArgs = { +export type Subscriptiongoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountsArgs = { +export type Subscriptiongoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { +export type Subscriptiongoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpAccountBalancesArgs = { +export type Subscriptiongoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokenArgs = { +export type Subscriptiongoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokensArgs = { +export type Subscriptiongoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTransferEventArgs = { +export type Subscriptiongoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTransferEventsArgs = { +export type Subscriptiongoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapEventArgs = { +export type Subscriptiongoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_stableSwapEventsArgs = { +export type Subscriptiongoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { +export type Subscriptiongoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_swapTradeVolumesArgs = { +export type Subscriptiongoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokenEventArgs = { +export type Subscriptiongoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_lpTokenEventsArgs = { +export type Subscriptiongoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlinea_swap_systemInfoArgs = { +export type Subscriptiongoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_systemInfosArgs = { +export type Subscriptiongoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_pooledTokenArgs = { +export type Subscriptiongoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_pooledTokensArgs = { +export type Subscriptiongoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapArgs = { +export type Subscriptiongoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapsArgs = { +export type Subscriptiongoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptiongoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptiongoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptiongoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptiongoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapExchangeArgs = { +export type Subscriptiongoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapExchangesArgs = { +export type Subscriptiongoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapDailyVolumeArgs = { +export type Subscriptiongoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapDailyVolumesArgs = { +export type Subscriptiongoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapHourlyVolumeArgs = { +export type Subscriptiongoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapHourlyVolumesArgs = { +export type Subscriptiongoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapWeeklyVolumeArgs = { +export type Subscriptiongoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapWeeklyVolumesArgs = { +export type Subscriptiongoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountArgs = { +export type Subscriptionoptimismgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountsArgs = { +export type Subscriptionoptimismgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountBalanceArgs = { +export type Subscriptionoptimismgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountBalancesArgs = { +export type Subscriptionoptimismgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenArgs = { +export type Subscriptionoptimismgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokensArgs = { +export type Subscriptionoptimismgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTransferEventArgs = { +export type Subscriptionoptimismgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTransferEventsArgs = { +export type Subscriptionoptimismgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapEventArgs = { +export type Subscriptionoptimismgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapEventsArgs = { +export type Subscriptionoptimismgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapTradeVolumeArgs = { +export type Subscriptionoptimismgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapTradeVolumesArgs = { +export type Subscriptionoptimismgoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenEventArgs = { +export type Subscriptionoptimismgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenEventsArgs = { +export type Subscriptionoptimismgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptiongoerli_assetArgs = { +export type Subscriptionoptimismgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetsArgs = { +export type Subscriptionoptimismgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetStatusArgs = { +export type Subscriptionoptimismgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetStatusesArgs = { +export type Subscriptionoptimismgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetBalanceArgs = { +export type Subscriptionoptimismgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_assetBalancesArgs = { +export type Subscriptionoptimismgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerArgs = { +export type Subscriptionoptimismgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routersArgs = { +export type Subscriptionoptimismgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerDailyTVLArgs = { +export type Subscriptionoptimismgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerDailyTVLsArgs = { +export type Subscriptionoptimismgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerLiquidityEventArgs = { +export type Subscriptionoptimismgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_routerLiquidityEventsArgs = { +export type Subscriptionoptimismgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_settingArgs = { +export type Subscriptionoptimismgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_settingsArgs = { +export type Subscriptionoptimismgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerArgs = { +export type Subscriptionoptimismgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayersArgs = { +export type Subscriptionoptimismgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_sequencerArgs = { +export type Subscriptionoptimismgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_sequencersArgs = { +export type Subscriptionoptimismgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeeArgs = { +export type Subscriptionoptimismgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeesArgs = { +export type Subscriptionoptimismgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originTransferArgs = { +export type Subscriptionoptimismgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originTransfersArgs = { +export type Subscriptionoptimismgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_destinationTransferArgs = { +export type Subscriptionoptimismgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_destinationTransfersArgs = { +export type Subscriptionoptimismgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originMessageArgs = { +export type Subscriptionoptimismgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_originMessagesArgs = { +export type Subscriptionstagingmumbai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregateRootArgs = { +export type Subscriptionstagingmumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_aggregateRootsArgs = { +export type Subscriptionstagingmumbai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_connectorMetaArgs = { +export type Subscriptionstagingmumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_connectorMetasArgs = { +export type Subscriptionstagingmumbai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootCountArgs = { +export type Subscriptionstagingmumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootCountsArgs = { +export type Subscriptionstagingmumbai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootMessageSentArgs = { +export type Subscriptionstagingmumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_rootMessageSentsArgs = { +export type Subscriptionstagingmumbai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_relayerFeesIncreasesArgs = { +export type Subscriptionstagingmumbai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_slippageUpdateArgs = { +export type Subscriptionstagingmumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptiongoerli_slippageUpdatesArgs = { +export type Subscriptionstagingmumbai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootAggregatedArgs = { +export type Subscriptionstagingmumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootAggregatedsArgs = { +export type Subscriptionstagingmumbai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootPropagatedArgs = { +export type Subscriptionstagingmumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootPropagatedsArgs = { +export type Subscriptionstagingmumbai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregatedMessageRootArgs = { +export type Subscriptionstagingmumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregatedMessageRootsArgs = { +export type Subscriptionstagingmumbai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerMetaArgs = { +export type Subscriptionstagingmumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerMetasArgs = { +export type Subscriptionstagingmumbai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerModeArgs = { +export type Subscriptionstagingmumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootManagerModesArgs = { +export type Subscriptionstagingmumbai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootProposedArgs = { +export type Subscriptionstagingmumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootProposedsArgs = { +export type Subscriptionstagingmumbai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedArgs = { +export type Subscriptionstagingmumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedsArgs = { +export type Subscriptionstagingmumbai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootPropagatedArgs = { +export type Subscriptionstagingmumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootPropagatedsArgs = { +export type Subscriptionstagingmumbai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_polygonConnectorMetaArgs = { +export type Subscriptionstagingmumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_polygonConnectorMetasArgs = { +export type Subscriptionstagingmumbai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimismConnectorMetaArgs = { +export type Subscriptionstagingmumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimismConnectorMetasArgs = { +export type Subscriptionstagingmumbai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_bnbConnectorMetaArgs = { +export type Subscriptionstagingmumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_bnbConnectorMetasArgs = { +export type Subscriptionstagingmumbai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_arbitrumConnectorMetaArgs = { +export type Subscriptionstagingmumbai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_arbitrumConnectorMetasArgs = { +export type Subscriptionstagingmumbai_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_gnosisConnectorMetaArgs = { +export type Subscriptionstagingmumbai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_gnosisConnectorMetasArgs = { +export type Subscriptionstagingmumbai_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_zkSyncConnectorMetaArgs = { +export type Subscriptionstagingmumbai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_zkSyncConnectorMetasArgs = { +export type Subscriptionstagingmumbai_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageProcessedArgs = { +export type Subscriptionstagingmumbai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageProcessedsArgs = { +export type Subscriptionstagingmumbai_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootSavedSlowArgs = { +export type Subscriptionstagingmumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstaginggoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootSavedSlowsArgs = { +export type Subscriptionstaginggoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubDomainArgs = { +export type Subscriptionstaginggoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_hubDomainsArgs = { +export type Subscriptionstaginggoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet__metaArgs = { - block?: InputMaybe; +export type Subscriptionstaginggoerli_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetArgs = { +export type Subscriptionstaginggoerli_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginggoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetsArgs = { +export type Subscriptionstaginggoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetStatusArgs = { +export type Subscriptionstaginggoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetStatusesArgs = { +export type Subscriptionstaginggoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetBalanceArgs = { +export type Subscriptionstaginggoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_assetBalancesArgs = { +export type Subscriptionstaginggoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_routerArgs = { +export type Subscriptionstaginggoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_routersArgs = { +export type Subscriptionstaginggoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_routerDailyTVLArgs = { +export type Subscriptionstaginggoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_routerDailyTVLsArgs = { +export type Subscriptionstaginggoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_settingArgs = { +export type Subscriptionstaginggoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_settingsArgs = { +export type Subscriptionstaginggoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerArgs = { +export type Subscriptionstaginggoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayersArgs = { +export type Subscriptionstaginggoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_sequencerArgs = { +export type Subscriptionstaginggoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_sequencersArgs = { +export type Subscriptionstaginggoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerFeeArgs = { +export type Subscriptionstaginggoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerFeesArgs = { +export type Subscriptionstaginggoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_originTransferArgs = { +export type Subscriptionstaginggoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_originTransfersArgs = { +export type Subscriptionstaginggoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_destinationTransferArgs = { +export type Subscriptionstaginggoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_destinationTransfersArgs = { +export type Subscriptionstaginggoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_originMessageArgs = { +export type Subscriptionstaginggoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_originMessagesArgs = { +export type Subscriptionstaginggoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_aggregateRootArgs = { +export type Subscriptionstaginggoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_aggregateRootsArgs = { +export type Subscriptionstaginggoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_connectorMetaArgs = { +export type Subscriptionstaginggoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_connectorMetasArgs = { +export type Subscriptionstaginggoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootCountArgs = { +export type Subscriptionstaginggoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootCountsArgs = { +export type Subscriptionstaginggoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootMessageSentArgs = { +export type Subscriptionstaginggoerli_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_rootMessageSentsArgs = { +export type Subscriptionstaginggoerli_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerFeesIncreaseArgs = { +export type Subscriptionstaginggoerli_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_relayerFeesIncreasesArgs = { +export type Subscriptionstaginggoerli_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_slippageUpdateArgs = { +export type Subscriptionstaginggoerli_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli_slippageUpdatesArgs = { +export type Subscriptionstaginggoerli_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlineagoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimism_assetArgs = { +export type Subscriptionstaginggoerli_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetsArgs = { +export type Subscriptionstaginggoerli_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetStatusArgs = { +export type Subscriptionmumbai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetStatusesArgs = { +export type Subscriptionmumbai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetBalanceArgs = { +export type Subscriptionmumbai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetBalancesArgs = { +export type Subscriptionmumbai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerArgs = { +export type Subscriptionmumbai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routersArgs = { +export type Subscriptionmumbai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerDailyTVLArgs = { +export type Subscriptionmumbai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerDailyTVLsArgs = { +export type Subscriptionmumbai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerLiquidityEventArgs = { +export type Subscriptionmumbai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerLiquidityEventsArgs = { +export type Subscriptionmumbai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_settingArgs = { +export type Subscriptionmumbai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_settingsArgs = { +export type Subscriptionmumbai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerArgs = { +export type Subscriptionmumbai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayersArgs = { +export type Subscriptionmumbai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_sequencerArgs = { +export type Subscriptionmumbai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_sequencersArgs = { +export type Subscriptionmumbai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeeArgs = { +export type Subscriptionmumbai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesArgs = { +export type Subscriptionmumbai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originTransferArgs = { +export type Subscriptionmumbai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originTransfersArgs = { +export type Subscriptionmumbai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_destinationTransferArgs = { +export type Subscriptionmumbai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_destinationTransfersArgs = { +export type Subscriptionmumbai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originMessageArgs = { +export type Subscriptionmumbai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originMessagesArgs = { +export type Subscriptionmumbai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootArgs = { +export type Subscriptionmumbai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootsArgs = { +export type Subscriptionmumbai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_connectorMetaArgs = { +export type Subscriptionmumbai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_connectorMetasArgs = { +export type Subscriptionmumbai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootCountArgs = { +export type Subscriptionmumbai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootCountsArgs = { +export type Subscriptionmumbai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootMessageSentArgs = { +export type Subscriptionmumbai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootMessageSentsArgs = { +export type Subscriptionmumbai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesIncreaseArgs = { +export type Subscriptionmumbai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesIncreasesArgs = { +export type Subscriptionmumbai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_slippageUpdateArgs = { +export type Subscriptionmumbai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_slippageUpdatesArgs = { +export type Subscriptionmumbai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstaginggoerli_assetArgs = { +export type Subscriptionmumbai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_assetsArgs = { +export type Subscriptionmumbai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_assetStatusArgs = { +export type Subscriptionmumbai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumgoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_assetStatusesArgs = { +export type Subscriptionarbitrumgoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_assetBalanceArgs = { +export type Subscriptionarbitrumgoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_assetBalancesArgs = { +export type Subscriptionarbitrumgoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_routerArgs = { +export type Subscriptionarbitrumgoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_routersArgs = { +export type Subscriptionarbitrumgoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_routerDailyTVLArgs = { +export type Subscriptionarbitrumgoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_routerDailyTVLsArgs = { +export type Subscriptionarbitrumgoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_settingArgs = { +export type Subscriptionarbitrumgoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_settingsArgs = { +export type Subscriptionarbitrumgoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_relayerArgs = { +export type Subscriptionarbitrumgoerli_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_relayersArgs = { +export type Subscriptionarbitrumgoerli_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_sequencerArgs = { +export type Subscriptionarbitrumgoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_sequencersArgs = { +export type Subscriptionarbitrumgoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_relayerFeeArgs = { +export type Subscriptionarbitrumgoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_relayerFeesArgs = { +export type Subscriptionarbitrumgoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_originTransferArgs = { +export type Subscriptionarbitrumgoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_originTransfersArgs = { +export type Subscriptionarbitrumgoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_destinationTransferArgs = { +export type Subscriptionarbitrumgoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_destinationTransfersArgs = { +export type Subscriptionarbitrumgoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_originMessageArgs = { +export type Subscriptionarbitrumgoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_originMessagesArgs = { +export type Subscriptionarbitrumgoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregateRootArgs = { +export type Subscriptionarbitrumgoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregateRootsArgs = { +export type Subscriptionarbitrumgoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_connectorMetaArgs = { +export type Subscriptionarbitrumgoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_connectorMetasArgs = { +export type Subscriptionarbitrumgoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootCountArgs = { +export type Subscriptionarbitrumgoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootCountsArgs = { +export type Subscriptionarbitrumgoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootMessageSentArgs = { +export type Subscriptionarbitrumgoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_rootMessageSentsArgs = { +export type Subscriptionarbitrumgoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_relayerFeesIncreaseArgs = { +export type Subscriptionarbitrumgoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_relayerFeesIncreasesArgs = { +export type Subscriptionarbitrumgoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_slippageUpdateArgs = { +export type Subscriptionarbitrumgoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_slippageUpdatesArgs = { +export type Subscriptionarbitrumgoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_snapshotRootArgs = { +export type Subscriptionarbitrumgoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_snapshotRootsArgs = { +export type Subscriptionarbitrumgoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_spokeConnectorModeArgs = { +export type Subscriptionarbitrumgoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_spokeConnectorModesArgs = { +export type Subscriptionarbitrumgoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregateRootProposedArgs = { +export type Subscriptionarbitrumgoerli__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlineagoerli_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_aggregateRootProposedsArgs = { +export type Subscriptionlineagoerli_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_optimisticRootFinalizedArgs = { +export type Subscriptionlineagoerli_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginggoerli_optimisticRootFinalizedsArgs = { +export type Subscriptionlineagoerli_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetArgs = { +export type Subscriptionlineagoerli_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetsArgs = { +export type Subscriptionlineagoerli_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetStatusArgs = { +export type Subscriptionlineagoerli_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetStatusesArgs = { +export type Subscriptionlineagoerli_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetBalanceArgs = { +export type Subscriptionlineagoerli_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_assetBalancesArgs = { +export type Subscriptionlineagoerli_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerArgs = { +export type Subscriptionlineagoerli_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routersArgs = { +export type Subscriptionlineagoerli_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerDailyTVLArgs = { +export type Subscriptionlineagoerli_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerDailyTVLsArgs = { +export type Subscriptionlineagoerli_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerLiquidityEventArgs = { +export type Subscriptionlineagoerli_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_routerLiquidityEventsArgs = { +export type Subscriptionlineagoerli_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_settingArgs = { +export type Subscriptionlineagoerli_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_settingsArgs = { +export type Subscriptionlineagoerli_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerArgs = { +export type Subscriptionlineagoerli_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayersArgs = { +export type Subscriptionlineagoerli_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_sequencerArgs = { +export type Subscriptionlineagoerli_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_sequencersArgs = { +export type Subscriptionlineagoerli_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerFeeArgs = { +export type Subscriptionlineagoerli_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerFeesArgs = { +export type Subscriptionlineagoerli_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_originTransferArgs = { +export type Subscriptionlineagoerli_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_originTransfersArgs = { +export type Subscriptionlineagoerli_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_destinationTransferArgs = { +export type Subscriptionlineagoerli_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_destinationTransfersArgs = { +export type Subscriptionlineagoerli_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimismgoerli_rootCountArgs = { +export type Subscriptionlineagoerli_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_rootCountsArgs = { +export type Subscriptionlineagoerli_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_rootMessageSentArgs = { +export type Subscriptionlineagoerli_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_rootMessageSentsArgs = { +export type Subscriptionlineagoerli_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerFeesIncreaseArgs = { +export type Subscriptionlineagoerli_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_relayerFeesIncreasesArgs = { +export type Subscriptionlineagoerli_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_slippageUpdateArgs = { +export type Subscriptionlineagoerli_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli_slippageUpdatesArgs = { +export type Subscriptionlineagoerli_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismgoerli__metaArgs = { - block?: InputMaybe; +export type Subscriptionlineagoerli__metaArgs = { + block?: InputMaybe; }; @@ -23183,1960 +23435,1798 @@ export type Subscriptionstagingoptimismgoerli__metaArgs = { }; -export type Subscriptionstagingarbitrumgoerli_assetArgs = { +export type Subscriptionbnb_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_assetsArgs = { +export type Subscriptionbnb_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_assetStatusArgs = { +export type Subscriptionbnb_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_assetStatusesArgs = { +export type Subscriptionbnb_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_assetBalanceArgs = { +export type Subscriptionbnb_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_assetBalancesArgs = { +export type Subscriptionbnb_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_routerArgs = { +export type Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_routersArgs = { +export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_routerDailyTVLArgs = { +export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_routerDailyTVLsArgs = { +export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_settingArgs = { +export type Subscriptionbnb_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_settingsArgs = { +export type Subscriptionbnb_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_relayerArgs = { +export type Subscriptionbnb_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_relayersArgs = { +export type Subscriptionbnb_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_sequencerArgs = { +export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_sequencersArgs = { +export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_relayerFeeArgs = { +export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_relayerFeesArgs = { +export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_originTransferArgs = { +export type Subscriptionbnb_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_originTransfersArgs = { +export type Subscriptionbnb_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_destinationTransferArgs = { +export type Subscriptionbnb_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_destinationTransfersArgs = { +export type Subscriptionbnb_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_originMessageArgs = { +export type Subscriptionbnb_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_originMessagesArgs = { +export type Subscriptionbnb_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_aggregateRootArgs = { +export type Subscriptionbnb_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_aggregateRootsArgs = { +export type Subscriptionbnb_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_connectorMetaArgs = { +export type Subscriptionbnb_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_connectorMetasArgs = { +export type Subscriptionbnb_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_rootCountArgs = { +export type Subscriptionbnb_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_rootCountsArgs = { +export type Subscriptionbnb_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_rootMessageSentArgs = { +export type Subscriptionbnb_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_rootMessageSentsArgs = { +export type Subscriptionbnb_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_relayerFeesIncreaseArgs = { +export type Subscriptionbnb_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_relayerFeesIncreasesArgs = { +export type Subscriptionxdai_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_slippageUpdateArgs = { +export type Subscriptionxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_slippageUpdatesArgs = { +export type Subscriptionxdai_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_snapshotRootArgs = { +export type Subscriptionxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_snapshotRootsArgs = { +export type Subscriptionxdai_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_spokeConnectorModeArgs = { +export type Subscriptionxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_spokeConnectorModesArgs = { +export type Subscriptionxdai_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_aggregateRootProposedArgs = { +export type Subscriptionxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_aggregateRootProposedsArgs = { +export type Subscriptionxdai_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_optimisticRootFinalizedArgs = { +export type Subscriptionxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli_optimisticRootFinalizedsArgs = { +export type Subscriptionxdai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmumbai_assetArgs = { +export type Subscriptionxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetsArgs = { +export type Subscriptionxdai_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetStatusArgs = { +export type Subscriptionxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetStatusesArgs = { +export type Subscriptionxdai_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetBalanceArgs = { +export type Subscriptionxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_assetBalancesArgs = { +export type Subscriptionxdai_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routerArgs = { +export type Subscriptionxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routersArgs = { +export type Subscriptionxdai_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routerDailyTVLArgs = { +export type Subscriptionxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_routerDailyTVLsArgs = { +export type Subscriptionxdai_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_settingArgs = { +export type Subscriptionxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_settingsArgs = { +export type Subscriptionxdai_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerArgs = { +export type Subscriptionxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayersArgs = { +export type Subscriptionxdai_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_sequencerArgs = { +export type Subscriptionxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_sequencersArgs = { +export type Subscriptionxdai_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeeArgs = { +export type Subscriptionxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeesArgs = { +export type Subscriptionxdai_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originTransferArgs = { +export type Subscriptionxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originTransfersArgs = { +export type Subscriptionxdai_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_destinationTransferArgs = { +export type Subscriptionxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_destinationTransfersArgs = { +export type Subscriptionxdai_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originMessageArgs = { +export type Subscriptionxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_originMessagesArgs = { +export type Subscriptionxdai_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootArgs = { +export type Subscriptionxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootsArgs = { +export type Subscriptionxdai_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_connectorMetaArgs = { +export type Subscriptionxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_connectorMetasArgs = { +export type Subscriptionoptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootCountArgs = { +export type Subscriptionoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootCountsArgs = { +export type Subscriptionoptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootMessageSentArgs = { +export type Subscriptionoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_rootMessageSentsArgs = { +export type Subscriptionoptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeesIncreaseArgs = { +export type Subscriptionoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_relayerFeesIncreasesArgs = { +export type Subscriptionoptimism_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_slippageUpdateArgs = { +export type Subscriptionoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_slippageUpdatesArgs = { +export type Subscriptionoptimism_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_snapshotRootArgs = { +export type Subscriptionoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_snapshotRootsArgs = { +export type Subscriptionoptimism_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_spokeConnectorModeArgs = { +export type Subscriptionoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_spokeConnectorModesArgs = { +export type Subscriptionoptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootProposedArgs = { +export type Subscriptionoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_aggregateRootProposedsArgs = { +export type Subscriptionoptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_optimisticRootFinalizedArgs = { +export type Subscriptionoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai_optimisticRootFinalizedsArgs = { +export type Subscriptionoptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumgoerli_assetArgs = { +export type Subscriptionoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_assetsArgs = { +export type Subscriptionoptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_assetStatusArgs = { +export type Subscriptionoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_assetStatusesArgs = { +export type Subscriptionoptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_assetBalanceArgs = { +export type Subscriptionoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_assetBalancesArgs = { +export type Subscriptionoptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_routerArgs = { +export type Subscriptionoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_routersArgs = { +export type Subscriptionoptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_routerDailyTVLArgs = { +export type Subscriptionoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_routerDailyTVLsArgs = { +export type Subscriptionoptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_routerLiquidityEventArgs = { +export type Subscriptionoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_routerLiquidityEventsArgs = { +export type Subscriptionoptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_settingArgs = { +export type Subscriptionoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_settingsArgs = { +export type Subscriptionoptimism_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_relayerArgs = { +export type Subscriptionoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_relayersArgs = { +export type Subscriptionoptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_sequencerArgs = { +export type Subscriptionoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_sequencersArgs = { +export type Subscriptionoptimism_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_relayerFeeArgs = { +export type Subscriptionoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_relayerFeesArgs = { +export type Subscriptionoptimism_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_originTransferArgs = { +export type Subscriptionoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_originTransfersArgs = { +export type Subscriptionbnb_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_destinationTransferArgs = { +export type Subscriptionbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_destinationTransfersArgs = { +export type Subscriptionbnb_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_originMessageArgs = { +export type Subscriptionbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_originMessagesArgs = { +export type Subscriptionbnb_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_aggregateRootArgs = { +export type Subscriptionbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_aggregateRootsArgs = { +export type Subscriptionbnb_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_connectorMetaArgs = { +export type Subscriptionbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_connectorMetasArgs = { +export type Subscriptionbnb_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_rootCountArgs = { +export type Subscriptionbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_rootCountsArgs = { +export type Subscriptionbnb_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_rootMessageSentArgs = { +export type Subscriptionbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_rootMessageSentsArgs = { +export type Subscriptionbnb_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_relayerFeesIncreaseArgs = { +export type Subscriptionbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_relayerFeesIncreasesArgs = { +export type Subscriptionbnb_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_slippageUpdateArgs = { +export type Subscriptionbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli_slippageUpdatesArgs = { +export type Subscriptionbnb_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumgoerli__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmumbai_assetArgs = { +export type Subscriptionbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetsArgs = { +export type Subscriptionbnb_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetStatusArgs = { +export type Subscriptionbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetStatusesArgs = { +export type Subscriptionbnb_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetBalanceArgs = { +export type Subscriptionbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_assetBalancesArgs = { +export type Subscriptionbnb_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerArgs = { +export type Subscriptionbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routersArgs = { +export type Subscriptionbnb_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerDailyTVLArgs = { +export type Subscriptionbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerDailyTVLsArgs = { +export type Subscriptionbnb_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerLiquidityEventArgs = { +export type Subscriptionbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_routerLiquidityEventsArgs = { +export type Subscriptionbnb_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_settingArgs = { +export type Subscriptionbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_settingsArgs = { +export type Subscriptionbnb_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerArgs = { +export type Subscriptionbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayersArgs = { +export type Subscriptionbnb_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_sequencerArgs = { +export type Subscriptionbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_sequencersArgs = { +export type Subscriptionbnb_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerFeeArgs = { +export type Subscriptionbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerFeesArgs = { +export type Subscriptionbnb_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_originTransferArgs = { +export type Subscriptionbnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_originTransfersArgs = { +export type Subscriptionlinea_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_destinationTransferArgs = { +export type Subscriptionlinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_destinationTransfersArgs = { +export type Subscriptionlinea_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_originMessageArgs = { +export type Subscriptionlinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_originMessagesArgs = { +export type Subscriptionlinea_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_aggregateRootArgs = { +export type Subscriptionlinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_aggregateRootsArgs = { +export type Subscriptionlinea_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_connectorMetaArgs = { +export type Subscriptionlinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_connectorMetasArgs = { +export type Subscriptionlinea_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_rootCountArgs = { +export type Subscriptionlinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_rootCountsArgs = { +export type Subscriptionlinea_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_rootMessageSentArgs = { +export type Subscriptionlinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_rootMessageSentsArgs = { +export type Subscriptionlinea_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerFeesIncreaseArgs = { +export type Subscriptionlinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_relayerFeesIncreasesArgs = { +export type Subscriptionlinea_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_slippageUpdateArgs = { +export type Subscriptionlinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai_slippageUpdatesArgs = { +export type Subscriptionlinea_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmumbai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionxdai_assetArgs = { +export type Subscriptionlinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetsArgs = { +export type Subscriptionlinea_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetStatusArgs = { +export type Subscriptionlinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetStatusesArgs = { +export type Subscriptionlinea_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetBalanceArgs = { +export type Subscriptionlinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetBalancesArgs = { +export type Subscriptionlinea_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerArgs = { +export type Subscriptionlinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routersArgs = { +export type Subscriptionlinea_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerDailyTVLArgs = { +export type Subscriptionlinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerDailyTVLsArgs = { +export type Subscriptionlinea_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerLiquidityEventArgs = { +export type Subscriptionlinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_routerLiquidityEventsArgs = { +export type Subscriptionlinea_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_settingArgs = { +export type Subscriptionlinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_settingsArgs = { +export type Subscriptionlinea_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerArgs = { +export type Subscriptionlinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayersArgs = { +export type Subscriptionlinea_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_sequencerArgs = { +export type Subscriptionlinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_sequencersArgs = { +export type Subscriptionlinea_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerFeeArgs = { +export type Subscriptionlinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_relayerFeesArgs = { +export type Subscriptionlinea_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originTransferArgs = { +export type Subscriptionlinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlocalarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originTransfersArgs = { +export type Subscriptionlocalarbitrumone_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_destinationTransferArgs = { +export type Subscriptionlocalarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_destinationTransfersArgs = { +export type Subscriptionlocalarbitrumone_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originMessageArgs = { +export type Subscriptionlocalarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_originMessagesArgs = { +export type Subscriptionlocalarbitrumone_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_aggregateRootArgs = { +export type Subscriptionlocalarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_aggregateRootsArgs = { +export type Subscriptionlocalarbitrumone_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_connectorMetaArgs = { +export type Subscriptionlocalarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_connectorMetasArgs = { +export type Subscriptionlocalarbitrumone_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_rootCountArgs = { +export type Subscriptionlocalarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_rootCountsArgs = { +export type Subscriptionlocalarbitrumone_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_rootMessageSentArgs = { +export type Subscriptionlocalarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionxdai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlocalarbitrumone_assetArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_assetsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_assetStatusArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_assetStatusesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalarbitrumone_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; @@ -25427,1091 +25517,1001 @@ export type Subscriptionlocalarbitrumone__metaArgs = { }; -export type Subscriptionbnb_assetArgs = { +export type Subscriptionlocalmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetsArgs = { +export type Subscriptionlocalmainnet_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetStatusArgs = { +export type Subscriptionlocalmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetStatusesArgs = { +export type Subscriptionlocalmainnet_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetBalanceArgs = { +export type Subscriptionlocalmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetBalancesArgs = { +export type Subscriptionlocalmainnet_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerArgs = { +export type Subscriptionlocalmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routersArgs = { +export type Subscriptionlocalmainnet_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerDailyTVLArgs = { +export type Subscriptionlocalmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerDailyTVLsArgs = { +export type Subscriptionlocalmainnet_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerLiquidityEventArgs = { +export type Subscriptionlocalmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerLiquidityEventsArgs = { +export type Subscriptionlocalmainnet_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_settingArgs = { +export type Subscriptionlocalmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_settingsArgs = { +export type Subscriptionlocalmainnet_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerArgs = { +export type Subscriptionlocalmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayersArgs = { +export type Subscriptionlocalmainnet_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_sequencerArgs = { +export type Subscriptionlocalmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_sequencersArgs = { +export type Subscriptionlocalmainnet_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeeArgs = { +export type Subscriptionlocalmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesArgs = { +export type Subscriptionlocalmainnet_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originTransferArgs = { +export type Subscriptionlocalmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originTransfersArgs = { +export type Subscriptionlocalmainnet_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_destinationTransferArgs = { +export type Subscriptionlocalmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_destinationTransfersArgs = { +export type Subscriptionlocalmainnet_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originMessageArgs = { +export type Subscriptionlocalmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originMessagesArgs = { +export type Subscriptionlocalmainnet_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootArgs = { +export type Subscriptionlocalmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootsArgs = { +export type Subscriptionlocalmainnet_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_connectorMetaArgs = { +export type Subscriptionlocalmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_connectorMetasArgs = { +export type Subscriptionlocalmainnet_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootCountArgs = { +export type Subscriptionlocalmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootCountsArgs = { +export type Subscriptionlocalmainnet_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootMessageSentArgs = { +export type Subscriptionlocalmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootMessageSentsArgs = { +export type Subscriptionlocalmainnet_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesIncreaseArgs = { +export type Subscriptionlocalmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesIncreasesArgs = { +export type Subscriptionlocalmainnet_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_slippageUpdateArgs = { +export type Subscriptionlocalmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_slippageUpdatesArgs = { +export type Subscriptionlocalmainnet_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlinea_assetArgs = { +export type Subscriptionlocalmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetsArgs = { +export type Subscriptionlocalmainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetStatusArgs = { +export type Subscriptionlocalmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetStatusesArgs = { +export type Subscriptionlocalmainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetBalanceArgs = { +export type Subscriptionlocalmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetBalancesArgs = { +export type Subscriptionlocalmainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerArgs = { +export type Subscriptionlocalmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlinea_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routersArgs = { +export type Subscriptionlinea_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerDailyTVLArgs = { +export type Subscriptionlinea_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerDailyTVLsArgs = { +export type Subscriptionlinea_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlinea_relayerFeeArgs = { +export type Subscriptionlinea_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesArgs = { +export type Subscriptionlinea_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originTransferArgs = { +export type Subscriptionlinea_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originTransfersArgs = { +export type Subscriptionlinea_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_destinationTransferArgs = { +export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_destinationTransfersArgs = { +export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originMessageArgs = { +export type Subscriptionlinea_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originMessagesArgs = { +export type Subscriptionlinea_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootArgs = { +export type Subscriptionlinea_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootsArgs = { +export type Subscriptionlinea_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_connectorMetaArgs = { +export type Subscriptionlinea_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_connectorMetasArgs = { +export type Subscriptionlinea_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootCountArgs = { +export type Subscriptionlinea_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootCountsArgs = { +export type Subscriptionlinea_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootMessageSentArgs = { +export type Subscriptionlinea_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootMessageSentsArgs = { +export type Subscriptionlinea_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesIncreaseArgs = { +export type Subscriptionlinea_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesIncreasesArgs = { +export type Subscriptionlinea_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_slippageUpdateArgs = { +export type Subscriptionlinea_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_slippageUpdatesArgs = { +export type Subscriptionlinea_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlocalmainnet_assetArgs = { +export type Subscriptionlinea_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetsArgs = { +export type Subscriptionlinea_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetStatusArgs = { +export type Subscriptionlinea_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetStatusesArgs = { +export type Subscriptionlinea_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetBalanceArgs = { +export type Subscriptionlinea_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_assetBalancesArgs = { +export type Subscriptionlinea_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routerArgs = { +export type Subscriptionlinea_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routersArgs = { +export type Subscriptionlinea_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionlocalmainnet_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Subscriptionlinea_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionlocalmainnet_settingArgs = { +export type Subscriptionlocalmainnet_rootAggregatedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_settingsArgs = { +export type Subscriptionlocalmainnet_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerArgs = { +export type Subscriptionlocalmainnet_rootPropagatedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayersArgs = { +export type Subscriptionlocalmainnet_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_sequencerArgs = { +export type Subscriptionlocalmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_sequencersArgs = { +export type Subscriptionlocalmainnet_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeeArgs = { +export type Subscriptionlocalmainnet_rootManagerMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeesArgs = { +export type Subscriptionlocalmainnet_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originTransferArgs = { +export type Subscriptionlocalmainnet_rootManagerModeArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originTransfersArgs = { +export type Subscriptionlocalmainnet_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_destinationTransferArgs = { +export type Subscriptionlocalmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_destinationTransfersArgs = { +export type Subscriptionlocalmainnet_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originMessageArgs = { +export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_originMessagesArgs = { +export type Subscriptionlocalmainnet_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootArgs = { +export type Subscriptionlocalmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootsArgs = { +export type Subscriptionlocalmainnet_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_connectorMetaArgs = { +export type Subscriptionlocalmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_connectorMetasArgs = { +export type Subscriptionlocalmainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootCountArgs = { +export type Subscriptionlocalmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootCountsArgs = { +export type Subscriptionlocalmainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageSentArgs = { +export type Subscriptionlocalmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_rootMessageSentsArgs = { +export type Subscriptionlocalmainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeesIncreaseArgs = { +export type Subscriptionlocalmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_relayerFeesIncreasesArgs = { +export type Subscriptionlocalmainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_slippageUpdateArgs = { +export type Subscriptionlocalmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_slippageUpdatesArgs = { +export type Subscriptionlocalmainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_snapshotRootArgs = { +export type Subscriptionlocalmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_snapshotRootsArgs = { +export type Subscriptionlocalmainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_spokeConnectorModeArgs = { +export type Subscriptionlocalmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_spokeConnectorModesArgs = { +export type Subscriptionlocalmainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootProposedArgs = { +export type Subscriptionlocalmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_aggregateRootProposedsArgs = { +export type Subscriptionlocalmainnet_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootFinalizedArgs = { +export type Subscriptionlocalmainnet_hubDomainArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlocalmainnet_optimisticRootFinalizedsArgs = { +export type Subscriptionlocalmainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; @@ -27953,14 +27953,24 @@ export type Subscriptionpolygon__metaArgs = { block?: InputMaybe; }; -export type goerli_AggregatedMessageRoot = { +export type testoptimismgoerli_Asset = { id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['goerli_Bytes']; - domain?: Maybe; + key?: Maybe; + local: Scalars['testoptimismgoerli_Bytes']; + adoptedAsset: Scalars['testoptimismgoerli_Bytes']; + canonicalId: Scalars['testoptimismgoerli_Bytes']; + canonicalDomain: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type goerli_AggregatedMessageRoot_filter = { +export type testoptimismgoerli_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + router: testoptimismgoerli_Router; + asset: testoptimismgoerli_Asset; +}; + +export type testoptimismgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -27969,54 +27979,82 @@ export type goerli_AggregatedMessageRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_AggregatedMessageRoot_orderBy = +export type testoptimismgoerli_AssetBalance_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain'; - -export type goerli_ArbitrumConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; -}; + | 'amount' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__local' + | 'asset__adoptedAsset' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__blockNumber'; -export type goerli_ArbitrumConnectorMeta_filter = { +export type testoptimismgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28025,242 +28063,136 @@ export type goerli_ArbitrumConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + local?: InputMaybe; + local_not?: InputMaybe; + local_gt?: InputMaybe; + local_lt?: InputMaybe; + local_gte?: InputMaybe; + local_lte?: InputMaybe; + local_in?: InputMaybe>; + local_not_in?: InputMaybe>; + local_contains?: InputMaybe; + local_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_ArbitrumConnectorMeta_orderBy = +export type testoptimismgoerli_Asset_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'key' + | 'local' + | 'adoptedAsset' + | 'canonicalId' + | 'canonicalDomain' + | 'blockNumber'; -export type goerli_BlockChangedFilter = { +export type testoptimismgoerli_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type goerli_Block_height = { - hash?: InputMaybe; +export type testoptimismgoerli_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type goerli_BnbConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; -}; - -export type goerli_BnbConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_BnbConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type goerli_GnosisConnectorMeta = { +export type testoptimismgoerli_DestinationTransfer = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; -}; - -export type goerli_GnosisConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + to?: Maybe; + callData?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + agent?: Maybe; + recovery?: Maybe; + forceSlow?: Maybe; + receiveLocal?: Maybe; + callback?: Maybe; + callbackFee?: Maybe; + relayerFee?: Maybe; + destinationMinOut?: Maybe; + status?: Maybe; + routers?: Maybe>; + originSender?: Maybe; + transactingAsset?: Maybe; + transactingAmount?: Maybe; + localAsset?: Maybe; + localAmount?: Maybe; + sponsorVaultRelayerFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; }; -export type goerli_GnosisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type goerli_LineaConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; +export type testoptimismgoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_LineaConnectorMeta_filter = { +export type testoptimismgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28269,159 +28201,380 @@ export type goerli_LineaConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_LineaConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type goerli_OptimismConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; -}; - -export type goerli_OptimismConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + agent?: InputMaybe; + agent_not?: InputMaybe; + agent_gt?: InputMaybe; + agent_lt?: InputMaybe; + agent_gte?: InputMaybe; + agent_lte?: InputMaybe; + agent_in?: InputMaybe>; + agent_not_in?: InputMaybe>; + agent_contains?: InputMaybe; + agent_not_contains?: InputMaybe; + recovery?: InputMaybe; + recovery_not?: InputMaybe; + recovery_gt?: InputMaybe; + recovery_lt?: InputMaybe; + recovery_gte?: InputMaybe; + recovery_lte?: InputMaybe; + recovery_in?: InputMaybe>; + recovery_not_in?: InputMaybe>; + recovery_contains?: InputMaybe; + recovery_not_contains?: InputMaybe; + forceSlow?: InputMaybe; + forceSlow_not?: InputMaybe; + forceSlow_in?: InputMaybe>; + forceSlow_not_in?: InputMaybe>; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callback?: InputMaybe; + callback_not?: InputMaybe; + callback_gt?: InputMaybe; + callback_lt?: InputMaybe; + callback_gte?: InputMaybe; + callback_lte?: InputMaybe; + callback_in?: InputMaybe>; + callback_not_in?: InputMaybe>; + callback_contains?: InputMaybe; + callback_not_contains?: InputMaybe; + callbackFee?: InputMaybe; + callbackFee_not?: InputMaybe; + callbackFee_gt?: InputMaybe; + callbackFee_lt?: InputMaybe; + callbackFee_gte?: InputMaybe; + callbackFee_lte?: InputMaybe; + callbackFee_in?: InputMaybe>; + callbackFee_not_in?: InputMaybe>; + relayerFee?: InputMaybe; + relayerFee_not?: InputMaybe; + relayerFee_gt?: InputMaybe; + relayerFee_lt?: InputMaybe; + relayerFee_gte?: InputMaybe; + relayerFee_lte?: InputMaybe; + relayerFee_in?: InputMaybe>; + relayerFee_not_in?: InputMaybe>; + destinationMinOut?: InputMaybe; + destinationMinOut_not?: InputMaybe; + destinationMinOut_gt?: InputMaybe; + destinationMinOut_lt?: InputMaybe; + destinationMinOut_gte?: InputMaybe; + destinationMinOut_lte?: InputMaybe; + destinationMinOut_in?: InputMaybe>; + destinationMinOut_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + transactingAmount?: InputMaybe; + transactingAmount_not?: InputMaybe; + transactingAmount_gt?: InputMaybe; + transactingAmount_lt?: InputMaybe; + transactingAmount_gte?: InputMaybe; + transactingAmount_lte?: InputMaybe; + transactingAmount_in?: InputMaybe>; + transactingAmount_not_in?: InputMaybe>; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + localAmount?: InputMaybe; + localAmount_not?: InputMaybe; + localAmount_gt?: InputMaybe; + localAmount_lt?: InputMaybe; + localAmount_gte?: InputMaybe; + localAmount_lte?: InputMaybe; + localAmount_in?: InputMaybe>; + localAmount_not_in?: InputMaybe>; + sponsorVaultRelayerFee?: InputMaybe; + sponsorVaultRelayerFee_not?: InputMaybe; + sponsorVaultRelayerFee_gt?: InputMaybe; + sponsorVaultRelayerFee_lt?: InputMaybe; + sponsorVaultRelayerFee_gte?: InputMaybe; + sponsorVaultRelayerFee_lte?: InputMaybe; + sponsorVaultRelayerFee_in?: InputMaybe>; + sponsorVaultRelayerFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_OptimismConnectorMeta_orderBy = +export type testoptimismgoerli_DestinationTransfer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'to' + | 'callData' + | 'originDomain' + | 'destinationDomain' + | 'agent' + | 'recovery' + | 'forceSlow' + | 'receiveLocal' + | 'callback' + | 'callbackFee' + | 'relayerFee' + | 'destinationMinOut' + | 'status' + | 'routers' + | 'originSender' + | 'transactingAsset' + | 'transactingAmount' + | 'localAsset' + | 'localAmount' + | 'sponsorVaultRelayerFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber'; /** Defines the order direction, either ascending or descending */ -export type goerli_OrderDirection = +export type testoptimismgoerli_OrderDirection = | 'asc' | 'desc'; -export type goerli_PolygonConnectorMeta = { +export type testoptimismgoerli_OriginTransfer = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + to?: Maybe; + callData?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + agent?: Maybe; + recovery?: Maybe; + forceSlow?: Maybe; + receiveLocal?: Maybe; + callback?: Maybe; + callbackFee?: Maybe; + relayerFee?: Maybe; + destinationMinOut?: Maybe; + status?: Maybe; + originMinOut?: Maybe; + transactingAsset?: Maybe; + transactingAmount?: Maybe; + bridgedAsset?: Maybe; + bridgedAmount?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type goerli_PolygonConnectorMeta_filter = { +export type testoptimismgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28430,226 +28583,198 @@ export type goerli_PolygonConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type goerli_RootAggregated = { - id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['goerli_Bytes']; - index: Scalars['BigInt']; -}; - -export type goerli_RootAggregated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_RootAggregated_orderBy = - | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; - -export type goerli_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; -}; - -export type goerli_RootManagerMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_RootManagerMeta_orderBy = - | 'id' - | 'domains' - | 'connectors'; - -export type goerli_RootMessageProcessed = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type goerli_RootMessageProcessed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + agent?: InputMaybe; + agent_not?: InputMaybe; + agent_gt?: InputMaybe; + agent_lt?: InputMaybe; + agent_gte?: InputMaybe; + agent_lte?: InputMaybe; + agent_in?: InputMaybe>; + agent_not_in?: InputMaybe>; + agent_contains?: InputMaybe; + agent_not_contains?: InputMaybe; + recovery?: InputMaybe; + recovery_not?: InputMaybe; + recovery_gt?: InputMaybe; + recovery_lt?: InputMaybe; + recovery_gte?: InputMaybe; + recovery_lte?: InputMaybe; + recovery_in?: InputMaybe>; + recovery_not_in?: InputMaybe>; + recovery_contains?: InputMaybe; + recovery_not_contains?: InputMaybe; + forceSlow?: InputMaybe; + forceSlow_not?: InputMaybe; + forceSlow_in?: InputMaybe>; + forceSlow_not_in?: InputMaybe>; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callback?: InputMaybe; + callback_not?: InputMaybe; + callback_gt?: InputMaybe; + callback_lt?: InputMaybe; + callback_gte?: InputMaybe; + callback_lte?: InputMaybe; + callback_in?: InputMaybe>; + callback_not_in?: InputMaybe>; + callback_contains?: InputMaybe; + callback_not_contains?: InputMaybe; + callbackFee?: InputMaybe; + callbackFee_not?: InputMaybe; + callbackFee_gt?: InputMaybe; + callbackFee_lt?: InputMaybe; + callbackFee_gte?: InputMaybe; + callbackFee_lte?: InputMaybe; + callbackFee_in?: InputMaybe>; + callbackFee_not_in?: InputMaybe>; + relayerFee?: InputMaybe; + relayerFee_not?: InputMaybe; + relayerFee_gt?: InputMaybe; + relayerFee_lt?: InputMaybe; + relayerFee_gte?: InputMaybe; + relayerFee_lte?: InputMaybe; + relayerFee_in?: InputMaybe>; + relayerFee_not_in?: InputMaybe>; + destinationMinOut?: InputMaybe; + destinationMinOut_not?: InputMaybe; + destinationMinOut_gt?: InputMaybe; + destinationMinOut_lt?: InputMaybe; + destinationMinOut_gte?: InputMaybe; + destinationMinOut_lte?: InputMaybe; + destinationMinOut_in?: InputMaybe>; + destinationMinOut_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + originMinOut?: InputMaybe; + originMinOut_not?: InputMaybe; + originMinOut_gt?: InputMaybe; + originMinOut_lt?: InputMaybe; + originMinOut_gte?: InputMaybe; + originMinOut_lte?: InputMaybe; + originMinOut_in?: InputMaybe>; + originMinOut_not_in?: InputMaybe>; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + transactingAmount?: InputMaybe; + transactingAmount_not?: InputMaybe; + transactingAmount_gt?: InputMaybe; + transactingAmount_lt?: InputMaybe; + transactingAmount_gte?: InputMaybe; + transactingAmount_lte?: InputMaybe; + transactingAmount_in?: InputMaybe>; + transactingAmount_not_in?: InputMaybe>; + bridgedAsset?: InputMaybe; + bridgedAsset_not?: InputMaybe; + bridgedAsset_gt?: InputMaybe; + bridgedAsset_lt?: InputMaybe; + bridgedAsset_gte?: InputMaybe; + bridgedAsset_lte?: InputMaybe; + bridgedAsset_in?: InputMaybe>; + bridgedAsset_not_in?: InputMaybe>; + bridgedAsset_contains?: InputMaybe; + bridgedAsset_not_contains?: InputMaybe; + bridgedAmount?: InputMaybe; + bridgedAmount_not?: InputMaybe; + bridgedAmount_gt?: InputMaybe; + bridgedAmount_lt?: InputMaybe; + bridgedAmount_gte?: InputMaybe; + bridgedAmount_lte?: InputMaybe; + bridgedAmount_in?: InputMaybe>; + bridgedAmount_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -28683,16 +28808,34 @@ export type goerli_RootMessageProcessed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RootMessageProcessed_orderBy = +export type testoptimismgoerli_OriginTransfer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' + | 'chainId' + | 'transferId' + | 'nonce' + | 'to' + | 'callData' + | 'originDomain' + | 'destinationDomain' + | 'agent' + | 'recovery' + | 'forceSlow' + | 'receiveLocal' + | 'callback' + | 'callbackFee' + | 'relayerFee' + | 'destinationMinOut' + | 'status' + | 'originMinOut' + | 'transactingAsset' + | 'transactingAmount' + | 'bridgedAsset' + | 'bridgedAmount' | 'caller' | 'transactionHash' | 'timestamp' @@ -28700,14 +28843,13 @@ export type goerli_RootMessageProcessed_orderBy = | 'gasLimit' | 'blockNumber'; -export type goerli_RootPropagated = { +export type testoptimismgoerli_Relayer = { id: Scalars['ID']; - aggregate: Scalars['goerli_Bytes']; - domainsHash: Scalars['goerli_Bytes']; - count: Scalars['BigInt']; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type goerli_RootPropagated_filter = { +export type testoptimismgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28716,56 +28858,51 @@ export type goerli_RootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RootPropagated_orderBy = +export type testoptimismgoerli_Relayer_orderBy = | 'id' - | 'aggregate' - | 'domainsHash' - | 'count'; + | 'isActive' + | 'relayer'; -export type goerli_ZkSyncConnectorMeta = { +export type testoptimismgoerli_Router = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['goerli_Bytes']; - rootManager: Scalars['goerli_Bytes']; - mirrorConnector: Scalars['goerli_Bytes']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type goerli_ZkSyncConnectorMeta_filter = { + +export type testoptimismgoerli_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type testoptimismgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28774,69 +28911,208 @@ export type goerli_ZkSyncConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_ZkSyncConnectorMeta_orderBy = +export type testoptimismgoerli_Router_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type goerli__Block_ = { +export type testoptimismgoerli_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['testoptimismgoerli_Bytes']; +}; + +export type testoptimismgoerli_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type testoptimismgoerli_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type testoptimismgoerli_SponsorVault = { + id: Scalars['ID']; + sponsorVault: Scalars['testoptimismgoerli_Bytes']; +}; + +export type testoptimismgoerli_SponsorVault_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + sponsorVault?: InputMaybe; + sponsorVault_not?: InputMaybe; + sponsorVault_gt?: InputMaybe; + sponsorVault_lt?: InputMaybe; + sponsorVault_gte?: InputMaybe; + sponsorVault_lte?: InputMaybe; + sponsorVault_in?: InputMaybe>; + sponsorVault_not_in?: InputMaybe>; + sponsorVault_contains?: InputMaybe; + sponsorVault_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type testoptimismgoerli_SponsorVault_orderBy = + | 'id' + | 'sponsorVault'; + +export type testoptimismgoerli_StableSwap = { + id: Scalars['ID']; + canonicalId: Scalars['testoptimismgoerli_Bytes']; + domain?: Maybe; + swapPool: Scalars['testoptimismgoerli_Bytes']; +}; + +export type testoptimismgoerli_StableSwap_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type testoptimismgoerli_StableSwap_orderBy = + | 'id' + | 'canonicalId' + | 'domain' + | 'swapPool'; + +export type testoptimismgoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type testoptimismgoerli__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -28844,7 +29120,7 @@ export type goerli__Block_ = { }; /** The type for the top-level _meta field */ -export type goerli__Meta_ = { +export type testoptimismgoerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -28852,7 +29128,7 @@ export type goerli__Meta_ = { * and therefore asks for the latest block * */ - block: goerli__Block_; + block: testoptimismgoerli__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -28865,14 +29141,14 @@ export type _SubgraphErrorPolicy_ = /** If the subgraph has indexing errors, data will be omitted. The default. */ | 'deny'; -export type mainnet_AggregatedMessageRoot = { +export type goerli_AggregatedMessageRoot = { id: Scalars['ID']; index: Scalars['BigInt']; - receivedRoot: Scalars['mainnet_Bytes']; + receivedRoot: Scalars['goerli_Bytes']; domain?: Maybe; }; -export type mainnet_AggregatedMessageRoot_filter = { +export type goerli_AggregatedMessageRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28889,16 +29165,16 @@ export type mainnet_AggregatedMessageRoot_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -28908,27 +29184,27 @@ export type mainnet_AggregatedMessageRoot_filter = { domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AggregatedMessageRoot_orderBy = +export type goerli_AggregatedMessageRoot_orderBy = | 'id' | 'index' | 'receivedRoot' | 'domain'; -export type mainnet_ArbitrumConnectorMeta = { +export type goerli_ArbitrumConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type mainnet_ArbitrumConnectorMeta_filter = { +export type goerli_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -28953,43 +29229,43 @@ export type mainnet_ArbitrumConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_ArbitrumConnectorMeta_orderBy = +export type goerli_ArbitrumConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -28997,26 +29273,26 @@ export type mainnet_ArbitrumConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mainnet_BlockChangedFilter = { +export type goerli_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type mainnet_Block_height = { - hash?: InputMaybe; +export type goerli_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type mainnet_BnbConnectorMeta = { +export type goerli_BnbConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type mainnet_BnbConnectorMeta_filter = { +export type goerli_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29041,43 +29317,43 @@ export type mainnet_BnbConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_BnbConnectorMeta_orderBy = +export type goerli_BnbConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -29085,16 +29361,16 @@ export type mainnet_BnbConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mainnet_GnosisConnectorMeta = { +export type goerli_GnosisConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type mainnet_GnosisConnectorMeta_filter = { +export type goerli_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29119,43 +29395,43 @@ export type mainnet_GnosisConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_GnosisConnectorMeta_orderBy = +export type goerli_GnosisConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -29163,16 +29439,16 @@ export type mainnet_GnosisConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mainnet_LineaConnectorMeta = { +export type goerli_LineaConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type mainnet_LineaConnectorMeta_filter = { +export type goerli_LineaConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29197,43 +29473,43 @@ export type mainnet_LineaConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_LineaConnectorMeta_orderBy = +export type goerli_LineaConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -29241,16 +29517,16 @@ export type mainnet_LineaConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mainnet_OptimismConnectorMeta = { +export type goerli_OptimismConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type mainnet_OptimismConnectorMeta_filter = { +export type goerli_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29275,43 +29551,43 @@ export type mainnet_OptimismConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OptimismConnectorMeta_orderBy = +export type goerli_OptimismConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -29320,20 +29596,20 @@ export type mainnet_OptimismConnectorMeta_orderBy = | 'mirrorConnector'; /** Defines the order direction, either ascending or descending */ -export type mainnet_OrderDirection = +export type goerli_OrderDirection = | 'asc' | 'desc'; -export type mainnet_PolygonConnectorMeta = { +export type goerli_PolygonConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type mainnet_PolygonConnectorMeta_filter = { +export type goerli_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29358,43 +29634,43 @@ export type mainnet_PolygonConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_PolygonConnectorMeta_orderBy = +export type goerli_PolygonConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -29402,14 +29678,14 @@ export type mainnet_PolygonConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mainnet_RootAggregated = { +export type goerli_RootAggregated = { id: Scalars['ID']; domain: Scalars['BigInt']; - receivedRoot: Scalars['mainnet_Bytes']; + receivedRoot: Scalars['goerli_Bytes']; index: Scalars['BigInt']; }; -export type mainnet_RootAggregated_filter = { +export type goerli_RootAggregated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29426,16 +29702,16 @@ export type mainnet_RootAggregated_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -29445,24 +29721,24 @@ export type mainnet_RootAggregated_filter = { index_in?: InputMaybe>; index_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootAggregated_orderBy = +export type goerli_RootAggregated_orderBy = | 'id' | 'domain' | 'receivedRoot' | 'index'; -export type mainnet_RootManagerMeta = { +export type goerli_RootManagerMeta = { id: Scalars['ID']; domains?: Maybe>; - connectors?: Maybe>; + connectors?: Maybe>; }; -export type mainnet_RootManagerMeta_filter = { +export type goerli_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29477,37 +29753,37 @@ export type mainnet_RootManagerMeta_filter = { domains_contains_nocase?: InputMaybe>; domains_not_contains?: InputMaybe>; domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootManagerMeta_orderBy = +export type goerli_RootManagerMeta_orderBy = | 'id' | 'domains' | 'connectors'; -export type mainnet_RootMessageProcessed = { +export type goerli_RootMessageProcessed = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type mainnet_RootMessageProcessed_filter = { +export type goerli_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29532,36 +29808,36 @@ export type mainnet_RootMessageProcessed_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -29595,12 +29871,12 @@ export type mainnet_RootMessageProcessed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootMessageProcessed_orderBy = +export type goerli_RootMessageProcessed_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -29612,14 +29888,14 @@ export type mainnet_RootMessageProcessed_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_RootPropagated = { +export type goerli_RootPropagated = { id: Scalars['ID']; - aggregate: Scalars['mainnet_Bytes']; - domainsHash: Scalars['mainnet_Bytes']; + aggregate: Scalars['goerli_Bytes']; + domainsHash: Scalars['goerli_Bytes']; count: Scalars['BigInt']; }; -export type mainnet_RootPropagated_filter = { +export type goerli_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29628,26 +29904,26 @@ export type mainnet_RootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; + aggregate?: InputMaybe; + aggregate_not?: InputMaybe; + aggregate_gt?: InputMaybe; + aggregate_lt?: InputMaybe; + aggregate_gte?: InputMaybe; + aggregate_lte?: InputMaybe; + aggregate_in?: InputMaybe>; + aggregate_not_in?: InputMaybe>; + aggregate_contains?: InputMaybe; + aggregate_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -29657,27 +29933,27 @@ export type mainnet_RootPropagated_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootPropagated_orderBy = +export type goerli_RootPropagated_orderBy = | 'id' | 'aggregate' | 'domainsHash' | 'count'; -export type mainnet_ZkSyncConnectorMeta = { +export type goerli_ZkSyncConnectorMeta = { id: Scalars['ID']; spokeDomain: Scalars['BigInt']; hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + amb: Scalars['goerli_Bytes']; + rootManager: Scalars['goerli_Bytes']; + mirrorConnector: Scalars['goerli_Bytes']; }; -export type mainnet_ZkSyncConnectorMeta_filter = { +export type goerli_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29702,43 +29978,43 @@ export type mainnet_ZkSyncConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_ZkSyncConnectorMeta_orderBy = +export type goerli_ZkSyncConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -29746,9 +30022,9 @@ export type mainnet_ZkSyncConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mainnet__Block_ = { +export type goerli__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -29756,7 +30032,7 @@ export type mainnet__Block_ = { }; /** The type for the top-level _meta field */ -export type mainnet__Meta_ = { +export type goerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -29764,49 +30040,77 @@ export type mainnet__Meta_ = { * and therefore asks for the latest block * */ - block: mainnet__Block_; + block: goerli__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingoptimismgoerli_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingoptimismgoerli_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +export type mainnet_AggregatedMessageRoot = { + id: Scalars['ID']; + index: Scalars['BigInt']; + receivedRoot: Scalars['mainnet_Bytes']; + domain?: Maybe; }; -export type stagingoptimismgoerli_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['stagingoptimismgoerli_swap_Bytes']; - balances: Array; +export type mainnet_AggregatedMessageRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type mainnet_AggregatedMessageRoot_orderBy = + | 'id' + | 'index' + | 'receivedRoot' + | 'domain'; -export type stagingoptimismgoerli_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingoptimismgoerli_swap_LpAccountBalance = { +export type mainnet_ArbitrumConnectorMeta = { id: Scalars['ID']; - account: stagingoptimismgoerli_swap_LpAccount; - token: stagingoptimismgoerli_swap_LpToken; - amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type stagingoptimismgoerli_swap_LpAccountBalance_filter = { +export type mainnet_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29815,106 +30119,86 @@ export type stagingoptimismgoerli_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_LpAccountBalance_orderBy = +export type mainnet_ArbitrumConnectorMeta_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingoptimismgoerli_swap_LpAccount_filter = { +export type mainnet_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mainnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type mainnet_BnbConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29923,59 +30207,76 @@ export type stagingoptimismgoerli_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_LpAccount_orderBy = +export type mainnet_BnbConnectorMeta_orderBy = | 'id' - | 'address' - | 'balances'; - -export type stagingoptimismgoerli_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['stagingoptimismgoerli_swap_Bytes']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - events: Array; -}; - - -export type stagingoptimismgoerli_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingoptimismgoerli_swap_LpTokenEvent = { +export type mainnet_GnosisConnectorMeta = { id: Scalars['ID']; - token: stagingoptimismgoerli_swap_LpToken; - amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type stagingoptimismgoerli_swap_LpTokenEvent_filter = { +export type mainnet_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -29984,91 +30285,76 @@ export type stagingoptimismgoerli_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_LpTokenEvent_orderBy = +export type mainnet_GnosisConnectorMeta_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingoptimismgoerli_swap_LpToken_filter = { +export type mainnet_LineaConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_LineaConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30077,141 +30363,76 @@ export type stagingoptimismgoerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_LpToken_orderBy = +export type mainnet_LineaConnectorMeta_orderBy = | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingoptimismgoerli_swap_LpTransferEvent = stagingoptimismgoerli_swap_LpTokenEvent & { +export type mainnet_OptimismConnectorMeta = { id: Scalars['ID']; - token: stagingoptimismgoerli_swap_LpToken; - amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - from: Scalars['stagingoptimismgoerli_swap_Bytes']; - to: Scalars['stagingoptimismgoerli_swap_Bytes']; - fromBalance: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - toBalance: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type stagingoptimismgoerli_swap_LpTransferEvent_filter = { +export type mainnet_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30220,141 +30441,81 @@ export type stagingoptimismgoerli_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_LpTransferEvent_orderBy = +export type mainnet_OptimismConnectorMeta_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; /** Defines the order direction, either ascending or descending */ -export type stagingoptimismgoerli_swap_OrderDirection = +export type mainnet_OrderDirection = | 'asc' | 'desc'; -export type stagingoptimismgoerli_swap_PooledToken = { +export type mainnet_PolygonConnectorMeta = { id: Scalars['ID']; - asset: Scalars['stagingoptimismgoerli_swap_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type stagingoptimismgoerli_swap_PooledToken_filter = { +export type mainnet_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30363,116 +30524,172 @@ export type stagingoptimismgoerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_PooledToken_orderBy = +export type mainnet_PolygonConnectorMeta_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingoptimismgoerli_swap_StableSwap = { +export type mainnet_RootAggregated = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['stagingoptimismgoerli_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + domain: Scalars['BigInt']; + receivedRoot: Scalars['mainnet_Bytes']; + index: Scalars['BigInt']; }; - -export type stagingoptimismgoerli_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type mainnet_RootAggregated_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type mainnet_RootAggregated_orderBy = + | 'id' + | 'domain' + | 'receivedRoot' + | 'index'; -export type stagingoptimismgoerli_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type stagingoptimismgoerli_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type mainnet_RootManagerMeta = { + id: Scalars['ID']; + domains?: Maybe>; + connectors?: Maybe>; }; - -export type stagingoptimismgoerli_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type mainnet_RootManagerMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type mainnet_RootManagerMeta_orderBy = + | 'id' + | 'domains' + | 'connectors'; -export type stagingoptimismgoerli_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { +export type mainnet_RootMessageProcessed = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - provider: Scalars['stagingoptimismgoerli_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type mainnet_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30481,87 +30698,52 @@ export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -30570,71 +30752,56 @@ export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type mainnet_RootMessageProcessed_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type stagingoptimismgoerli_swap_StableSwapEvent = { +export type mainnet_RootPropagated = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + aggregate: Scalars['mainnet_Bytes']; + domainsHash: Scalars['mainnet_Bytes']; + count: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_StableSwapEvent_filter = { +export type mainnet_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30643,108 +30810,56 @@ export type stagingoptimismgoerli_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + aggregate?: InputMaybe; + aggregate_not?: InputMaybe; + aggregate_gt?: InputMaybe; + aggregate_lt?: InputMaybe; + aggregate_gte?: InputMaybe; + aggregate_lte?: InputMaybe; + aggregate_in?: InputMaybe>; + aggregate_not_in?: InputMaybe>; + aggregate_contains?: InputMaybe; + aggregate_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_StableSwapEvent_orderBy = +export type mainnet_RootPropagated_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'aggregate' + | 'domainsHash' + | 'count'; -export type stagingoptimismgoerli_swap_StableSwapExchange = { +export type mainnet_ZkSyncConnectorMeta = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - buyer: Scalars['stagingoptimismgoerli_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { +export type mainnet_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30753,83 +30868,185 @@ export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_ZkSyncConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type mainnet__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: mainnet__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type staginggoerli_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type staginggoerli_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type staginggoerli_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['staginggoerli_swap_Bytes']; + balances: Array; +}; + + +export type staginggoerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_swap_LpAccountBalance = { + id: Scalars['ID']; + account: staginggoerli_swap_LpAccount; + token: staginggoerli_swap_LpToken; + amount: Scalars['staginggoerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type staginggoerli_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -30838,86 +31055,109 @@ export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { block_lte?: InputMaybe; block_in?: InputMaybe>; block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_StableSwapExchange_orderBy = +export type staginggoerli_swap_LpAccountBalance_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'modified' + | 'transaction'; -export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { +export type staginggoerli_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type staginggoerli_swap_LpToken = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - provider: Scalars['stagingoptimismgoerli_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; + address: Scalars['staginggoerli_swap_Bytes']; + stableSwap: staginggoerli_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['staginggoerli_swap_BigDecimal']; + events: Array; +}; + + +export type staginggoerli_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_swap_LpTokenEvent = { + id: Scalars['ID']; + token: staginggoerli_swap_LpToken; + amount: Scalars['staginggoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + transaction: Scalars['staginggoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type staginggoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -30926,79 +31166,35 @@ export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -31015,16 +31211,16 @@ export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -31034,245 +31230,27 @@ export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type staginggoerli_swap_LpTokenEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type stagingoptimismgoerli_swap_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type stagingoptimismgoerli_swap_SwapDailyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; -}; - -export type stagingoptimismgoerli_swap_SwapDailyVolume_filter = { +export type staginggoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31281,6 +31259,16 @@ export type stagingoptimismgoerli_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -31301,31 +31289,73 @@ export type stagingoptimismgoerli_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_SwapDailyVolume_orderBy = +export type staginggoerli_swap_LpToken_orderBy = | 'id' + | 'address' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -31343,17 +31373,27 @@ export type stagingoptimismgoerli_swap_SwapDailyVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type stagingoptimismgoerli_swap_SwapHourlyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { +export type staginggoerli_swap_LpTransferEvent = staginggoerli_swap_LpTokenEvent & { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; + token: staginggoerli_swap_LpToken; + amount: Scalars['staginggoerli_swap_BigDecimal']; + from: Scalars['staginggoerli_swap_Bytes']; + to: Scalars['staginggoerli_swap_Bytes']; + fromBalance: Scalars['staginggoerli_swap_BigDecimal']; + toBalance: Scalars['staginggoerli_swap_BigDecimal']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_SwapHourlyVolume_filter = { +export type staginggoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31362,27 +31402,79 @@ export type stagingoptimismgoerli_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -31391,93 +31483,301 @@ export type stagingoptimismgoerli_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy = +export type staginggoerli_swap_LpTransferEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_swap_SwapTradeVolume = { - stableSwap: stagingoptimismgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; +/** Defines the order direction, either ascending or descending */ +export type staginggoerli_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type staginggoerli_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['staginggoerli_swap_Bytes']; }; -export type stagingoptimismgoerli_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; +export type staginggoerli_swap_PooledToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type staginggoerli_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['staginggoerli_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type staginggoerli_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type staginggoerli_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type staginggoerli_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type staginggoerli_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type staginggoerli_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_swap_StableSwapAddLiquidityEvent = staginggoerli_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: staginggoerli_swap_StableSwap; + provider: Scalars['staginggoerli_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; timestamp_lt?: InputMaybe; timestamp_gte?: InputMaybe; timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_SwapTradeVolume_orderBy = +export type staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy = + | 'id' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -31495,17 +31795,28 @@ export type stagingoptimismgoerli_swap_SwapTradeVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_swap_SwapWeeklyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { +export type staginggoerli_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: stagingoptimismgoerli_swap_StableSwap; + stableSwap: staginggoerli_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_SwapWeeklyVolume_filter = { +export type staginggoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31534,7 +31845,15 @@ export type stagingoptimismgoerli_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -31543,21 +31862,31 @@ export type stagingoptimismgoerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy = +export type staginggoerli_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -31576,16 +31905,28 @@ export type stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type stagingoptimismgoerli_swap_SystemInfo = { +export type staginggoerli_swap_StableSwapExchange = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + stableSwap: staginggoerli_swap_StableSwap; + buyer: Scalars['staginggoerli_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingoptimismgoerli_swap_SystemInfo_filter = { +export type staginggoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31594,76 +31935,171 @@ export type stagingoptimismgoerli_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_swap_SystemInfo_orderBy = +export type staginggoerli_swap_StableSwapExchange_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type stagingoptimismgoerli_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -/** The type for the top-level _meta field */ -export type stagingoptimismgoerli_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingoptimismgoerli_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type testgoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - local: Scalars['testgoerli_Bytes']; - adoptedAsset: Scalars['testgoerli_Bytes']; - canonicalId: Scalars['testgoerli_Bytes']; - canonicalDomain: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type testgoerli_AssetBalance = { +export type staginggoerli_swap_StableSwapRemoveLiquidityEvent = staginggoerli_swap_StableSwapEvent & { id: Scalars['ID']; - amount: Scalars['BigInt']; - router: testgoerli_Router; - asset: testgoerli_Asset; + stableSwap: staginggoerli_swap_StableSwap; + provider: Scalars['staginggoerli_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['staginggoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type testgoerli_AssetBalance_filter = { +export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31672,82 +32108,151 @@ export type testgoerli_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testgoerli_AssetBalance_orderBy = +export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'amount' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__local' - | 'asset__adoptedAsset' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__blockNumber'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type testgoerli_Asset_filter = { +export type staginggoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31756,136 +32261,200 @@ export type testgoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - local?: InputMaybe; - local_not?: InputMaybe; - local_gt?: InputMaybe; - local_lt?: InputMaybe; - local_gte?: InputMaybe; - local_lte?: InputMaybe; - local_in?: InputMaybe>; - local_not_in?: InputMaybe>; - local_contains?: InputMaybe; - local_not_contains?: InputMaybe; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testgoerli_Asset_orderBy = +export type staginggoerli_swap_StableSwap_orderBy = | 'id' + | 'isActive' | 'key' - | 'local' - | 'adoptedAsset' | 'canonicalId' - | 'canonicalDomain' - | 'blockNumber'; - -export type testgoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type testgoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +export type staginggoerli_swap_SwapDailyVolume = staginggoerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type testgoerli_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - to?: Maybe; - callData?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - agent?: Maybe; - recovery?: Maybe; - forceSlow?: Maybe; - receiveLocal?: Maybe; - callback?: Maybe; - callbackFee?: Maybe; - relayerFee?: Maybe; - destinationMinOut?: Maybe; - status?: Maybe; - routers?: Maybe>; - originSender?: Maybe; - transactingAsset?: Maybe; - transactingAmount?: Maybe; - localAsset?: Maybe; - localAmount?: Maybe; - sponsorVaultRelayerFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; -}; - - -export type testgoerli_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type testgoerli_DestinationTransfer_filter = { +export type staginggoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -31894,380 +32463,79 @@ export type testgoerli_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - agent?: InputMaybe; - agent_not?: InputMaybe; - agent_gt?: InputMaybe; - agent_lt?: InputMaybe; - agent_gte?: InputMaybe; - agent_lte?: InputMaybe; - agent_in?: InputMaybe>; - agent_not_in?: InputMaybe>; - agent_contains?: InputMaybe; - agent_not_contains?: InputMaybe; - recovery?: InputMaybe; - recovery_not?: InputMaybe; - recovery_gt?: InputMaybe; - recovery_lt?: InputMaybe; - recovery_gte?: InputMaybe; - recovery_lte?: InputMaybe; - recovery_in?: InputMaybe>; - recovery_not_in?: InputMaybe>; - recovery_contains?: InputMaybe; - recovery_not_contains?: InputMaybe; - forceSlow?: InputMaybe; - forceSlow_not?: InputMaybe; - forceSlow_in?: InputMaybe>; - forceSlow_not_in?: InputMaybe>; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callback?: InputMaybe; - callback_not?: InputMaybe; - callback_gt?: InputMaybe; - callback_lt?: InputMaybe; - callback_gte?: InputMaybe; - callback_lte?: InputMaybe; - callback_in?: InputMaybe>; - callback_not_in?: InputMaybe>; - callback_contains?: InputMaybe; - callback_not_contains?: InputMaybe; - callbackFee?: InputMaybe; - callbackFee_not?: InputMaybe; - callbackFee_gt?: InputMaybe; - callbackFee_lt?: InputMaybe; - callbackFee_gte?: InputMaybe; - callbackFee_lte?: InputMaybe; - callbackFee_in?: InputMaybe>; - callbackFee_not_in?: InputMaybe>; - relayerFee?: InputMaybe; - relayerFee_not?: InputMaybe; - relayerFee_gt?: InputMaybe; - relayerFee_lt?: InputMaybe; - relayerFee_gte?: InputMaybe; - relayerFee_lte?: InputMaybe; - relayerFee_in?: InputMaybe>; - relayerFee_not_in?: InputMaybe>; - destinationMinOut?: InputMaybe; - destinationMinOut_not?: InputMaybe; - destinationMinOut_gt?: InputMaybe; - destinationMinOut_lt?: InputMaybe; - destinationMinOut_gte?: InputMaybe; - destinationMinOut_lte?: InputMaybe; - destinationMinOut_in?: InputMaybe>; - destinationMinOut_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - transactingAmount?: InputMaybe; - transactingAmount_not?: InputMaybe; - transactingAmount_gt?: InputMaybe; - transactingAmount_lt?: InputMaybe; - transactingAmount_gte?: InputMaybe; - transactingAmount_lte?: InputMaybe; - transactingAmount_in?: InputMaybe>; - transactingAmount_not_in?: InputMaybe>; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - localAmount?: InputMaybe; - localAmount_not?: InputMaybe; - localAmount_gt?: InputMaybe; - localAmount_lt?: InputMaybe; - localAmount_gte?: InputMaybe; - localAmount_lte?: InputMaybe; - localAmount_in?: InputMaybe>; - localAmount_not_in?: InputMaybe>; - sponsorVaultRelayerFee?: InputMaybe; - sponsorVaultRelayerFee_not?: InputMaybe; - sponsorVaultRelayerFee_gt?: InputMaybe; - sponsorVaultRelayerFee_lt?: InputMaybe; - sponsorVaultRelayerFee_gte?: InputMaybe; - sponsorVaultRelayerFee_lte?: InputMaybe; - sponsorVaultRelayerFee_in?: InputMaybe>; - sponsorVaultRelayerFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testgoerli_DestinationTransfer_orderBy = +export type staginggoerli_swap_SwapDailyVolume_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'to' - | 'callData' - | 'originDomain' - | 'destinationDomain' - | 'agent' - | 'recovery' - | 'forceSlow' - | 'receiveLocal' - | 'callback' - | 'callbackFee' - | 'relayerFee' - | 'destinationMinOut' - | 'status' - | 'routers' - | 'originSender' - | 'transactingAsset' - | 'transactingAmount' - | 'localAsset' - | 'localAmount' - | 'sponsorVaultRelayerFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type testgoerli_OrderDirection = - | 'asc' - | 'desc'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type testgoerli_OriginTransfer = { +export type staginggoerli_swap_SwapHourlyVolume = staginggoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - to?: Maybe; - callData?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - agent?: Maybe; - recovery?: Maybe; - forceSlow?: Maybe; - receiveLocal?: Maybe; - callback?: Maybe; - callbackFee?: Maybe; - relayerFee?: Maybe; - destinationMinOut?: Maybe; - status?: Maybe; - originMinOut?: Maybe; - transactingAsset?: Maybe; - transactingAmount?: Maybe; - bridgedAsset?: Maybe; - bridgedAmount?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + stableSwap: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type testgoerli_OriginTransfer_filter = { +export type staginggoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -32276,198 +32544,27 @@ export type testgoerli_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - agent?: InputMaybe; - agent_not?: InputMaybe; - agent_gt?: InputMaybe; - agent_lt?: InputMaybe; - agent_gte?: InputMaybe; - agent_lte?: InputMaybe; - agent_in?: InputMaybe>; - agent_not_in?: InputMaybe>; - agent_contains?: InputMaybe; - agent_not_contains?: InputMaybe; - recovery?: InputMaybe; - recovery_not?: InputMaybe; - recovery_gt?: InputMaybe; - recovery_lt?: InputMaybe; - recovery_gte?: InputMaybe; - recovery_lte?: InputMaybe; - recovery_in?: InputMaybe>; - recovery_not_in?: InputMaybe>; - recovery_contains?: InputMaybe; - recovery_not_contains?: InputMaybe; - forceSlow?: InputMaybe; - forceSlow_not?: InputMaybe; - forceSlow_in?: InputMaybe>; - forceSlow_not_in?: InputMaybe>; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callback?: InputMaybe; - callback_not?: InputMaybe; - callback_gt?: InputMaybe; - callback_lt?: InputMaybe; - callback_gte?: InputMaybe; - callback_lte?: InputMaybe; - callback_in?: InputMaybe>; - callback_not_in?: InputMaybe>; - callback_contains?: InputMaybe; - callback_not_contains?: InputMaybe; - callbackFee?: InputMaybe; - callbackFee_not?: InputMaybe; - callbackFee_gt?: InputMaybe; - callbackFee_lt?: InputMaybe; - callbackFee_gte?: InputMaybe; - callbackFee_lte?: InputMaybe; - callbackFee_in?: InputMaybe>; - callbackFee_not_in?: InputMaybe>; - relayerFee?: InputMaybe; - relayerFee_not?: InputMaybe; - relayerFee_gt?: InputMaybe; - relayerFee_lt?: InputMaybe; - relayerFee_gte?: InputMaybe; - relayerFee_lte?: InputMaybe; - relayerFee_in?: InputMaybe>; - relayerFee_not_in?: InputMaybe>; - destinationMinOut?: InputMaybe; - destinationMinOut_not?: InputMaybe; - destinationMinOut_gt?: InputMaybe; - destinationMinOut_lt?: InputMaybe; - destinationMinOut_gte?: InputMaybe; - destinationMinOut_lte?: InputMaybe; - destinationMinOut_in?: InputMaybe>; - destinationMinOut_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - originMinOut?: InputMaybe; - originMinOut_not?: InputMaybe; - originMinOut_gt?: InputMaybe; - originMinOut_lt?: InputMaybe; - originMinOut_gte?: InputMaybe; - originMinOut_lte?: InputMaybe; - originMinOut_in?: InputMaybe>; - originMinOut_not_in?: InputMaybe>; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - transactingAmount?: InputMaybe; - transactingAmount_not?: InputMaybe; - transactingAmount_gt?: InputMaybe; - transactingAmount_lt?: InputMaybe; - transactingAmount_gte?: InputMaybe; - transactingAmount_lte?: InputMaybe; - transactingAmount_in?: InputMaybe>; - transactingAmount_not_in?: InputMaybe>; - bridgedAsset?: InputMaybe; - bridgedAsset_not?: InputMaybe; - bridgedAsset_gt?: InputMaybe; - bridgedAsset_lt?: InputMaybe; - bridgedAsset_gte?: InputMaybe; - bridgedAsset_lte?: InputMaybe; - bridgedAsset_in?: InputMaybe>; - bridgedAsset_not_in?: InputMaybe>; - bridgedAsset_contains?: InputMaybe; - bridgedAsset_not_contains?: InputMaybe; - bridgedAmount?: InputMaybe; - bridgedAmount_not?: InputMaybe; - bridgedAmount_gt?: InputMaybe; - bridgedAmount_lt?: InputMaybe; - bridgedAmount_gte?: InputMaybe; - bridgedAmount_lte?: InputMaybe; - bridgedAmount_in?: InputMaybe>; - bridgedAmount_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -32476,126 +32573,121 @@ export type testgoerli_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testgoerli_OriginTransfer_orderBy = +export type staginggoerli_swap_SwapHourlyVolume_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'to' - | 'callData' - | 'originDomain' - | 'destinationDomain' - | 'agent' - | 'recovery' - | 'forceSlow' - | 'receiveLocal' - | 'callback' - | 'callbackFee' - | 'relayerFee' - | 'destinationMinOut' - | 'status' - | 'originMinOut' - | 'transactingAsset' - | 'transactingAmount' - | 'bridgedAsset' - | 'bridgedAmount' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type testgoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; +export type staginggoerli_swap_SwapTradeVolume = { + stableSwap: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type testgoerli_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; +export type staginggoerli_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testgoerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; +export type staginggoerli_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type testgoerli_Router = { +export type staginggoerli_swap_SwapWeeklyVolume = staginggoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type testgoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + stableSwap: staginggoerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['staginggoerli_swap_BigDecimal']; }; -export type testgoerli_Router_filter = { +export type staginggoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -32604,71 +32696,78 @@ export type testgoerli_Router_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testgoerli_Router_orderBy = +export type staginggoerli_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type testgoerli_Setting = { +export type staginggoerli_swap_SystemInfo = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['testgoerli_Bytes']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type testgoerli_Setting_filter = { +export type staginggoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -32677,135 +32776,36 @@ export type testgoerli_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type testgoerli_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type testgoerli_SponsorVault = { - id: Scalars['ID']; - sponsorVault: Scalars['testgoerli_Bytes']; -}; - -export type testgoerli_SponsorVault_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - sponsorVault?: InputMaybe; - sponsorVault_not?: InputMaybe; - sponsorVault_gt?: InputMaybe; - sponsorVault_lt?: InputMaybe; - sponsorVault_gte?: InputMaybe; - sponsorVault_lte?: InputMaybe; - sponsorVault_in?: InputMaybe>; - sponsorVault_not_in?: InputMaybe>; - sponsorVault_contains?: InputMaybe; - sponsorVault_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type testgoerli_SponsorVault_orderBy = - | 'id' - | 'sponsorVault'; - -export type testgoerli_StableSwap = { - id: Scalars['ID']; - canonicalId: Scalars['testgoerli_Bytes']; - domain?: Maybe; - swapPool: Scalars['testgoerli_Bytes']; -}; - -export type testgoerli_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testgoerli_StableSwap_orderBy = +export type staginggoerli_swap_SystemInfo_orderBy = | 'id' - | 'canonicalId' - | 'domain' - | 'swapPool'; - -export type testgoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; + | 'exchangeCount' + | 'swapCount'; -export type testgoerli__Block_ = { +export type staginggoerli_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -32813,7 +32813,7 @@ export type testgoerli__Block_ = { }; /** The type for the top-level _meta field */ -export type testgoerli__Meta_ = { +export type staginggoerli_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -32821,49 +32821,49 @@ export type testgoerli__Meta_ = { * and therefore asks for the latest block * */ - block: testgoerli__Block_; + block: staginggoerli_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type goerli_swap_BlockChangedFilter = { +export type stagingarbitrumgoerli_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type goerli_swap_Block_height = { - hash?: InputMaybe; +export type stagingarbitrumgoerli_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type goerli_swap_LpAccount = { +export type stagingarbitrumgoerli_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['goerli_swap_Bytes']; - balances: Array; + address: Scalars['stagingarbitrumgoerli_swap_Bytes']; + balances: Array; }; -export type goerli_swap_LpAccountbalancesArgs = { +export type stagingarbitrumgoerli_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_LpAccountBalance = { +export type stagingarbitrumgoerli_swap_LpAccountBalance = { id: Scalars['ID']; - account: goerli_swap_LpAccount; - token: goerli_swap_LpToken; - amount: Scalars['goerli_swap_BigDecimal']; + account: stagingarbitrumgoerli_swap_LpAccount; + token: stagingarbitrumgoerli_swap_LpToken; + amount: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type goerli_swap_LpAccountBalance_filter = { +export type stagingarbitrumgoerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -32892,7 +32892,7 @@ export type goerli_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -32913,15 +32913,15 @@ export type goerli_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -32938,23 +32938,23 @@ export type goerli_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_LpAccountBalance_orderBy = +export type stagingarbitrumgoerli_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -32971,7 +32971,7 @@ export type goerli_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type goerli_swap_LpAccount_filter = { +export type stagingarbitrumgoerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -32980,59 +32980,59 @@ export type goerli_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_LpAccount_orderBy = +export type stagingarbitrumgoerli_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type goerli_swap_LpToken = { +export type stagingarbitrumgoerli_swap_LpToken = { id: Scalars['ID']; - address: Scalars['goerli_swap_Bytes']; - stableSwap: goerli_swap_StableSwap; + address: Scalars['stagingarbitrumgoerli_swap_Bytes']; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['goerli_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + events: Array; }; -export type goerli_swap_LpTokeneventsArgs = { +export type stagingarbitrumgoerli_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_LpTokenEvent = { +export type stagingarbitrumgoerli_swap_LpTokenEvent = { id: Scalars['ID']; - token: goerli_swap_LpToken; - amount: Scalars['goerli_swap_BigDecimal']; + token: stagingarbitrumgoerli_swap_LpToken; + amount: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_swap_LpTokenEvent_filter = { +export type stagingarbitrumgoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33061,15 +33061,15 @@ export type goerli_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -33086,16 +33086,16 @@ export type goerli_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -33105,12 +33105,12 @@ export type goerli_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_LpTokenEvent_orderBy = +export type stagingarbitrumgoerli_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -33125,7 +33125,7 @@ export type goerli_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type goerli_swap_LpToken_filter = { +export type stagingarbitrumgoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33134,16 +33134,16 @@ export type goerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -33164,7 +33164,7 @@ export type goerli_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -33213,22 +33213,22 @@ export type goerli_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_LpToken_orderBy = +export type stagingarbitrumgoerli_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -33254,21 +33254,21 @@ export type goerli_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type goerli_swap_LpTransferEvent = goerli_swap_LpTokenEvent & { +export type stagingarbitrumgoerli_swap_LpTransferEvent = stagingarbitrumgoerli_swap_LpTokenEvent & { id: Scalars['ID']; - token: goerli_swap_LpToken; - amount: Scalars['goerli_swap_BigDecimal']; - from: Scalars['goerli_swap_Bytes']; - to: Scalars['goerli_swap_Bytes']; - fromBalance: Scalars['goerli_swap_BigDecimal']; - toBalance: Scalars['goerli_swap_BigDecimal']; + token: stagingarbitrumgoerli_swap_LpToken; + amount: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + from: Scalars['stagingarbitrumgoerli_swap_Bytes']; + to: Scalars['stagingarbitrumgoerli_swap_Bytes']; + fromBalance: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + toBalance: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_swap_LpTransferEvent_filter = { +export type stagingarbitrumgoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33297,51 +33297,51 @@ export type goerli_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -33358,16 +33358,16 @@ export type goerli_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -33377,12 +33377,12 @@ export type goerli_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_LpTransferEvent_orderBy = +export type stagingarbitrumgoerli_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -33402,16 +33402,16 @@ export type goerli_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type goerli_swap_OrderDirection = +export type stagingarbitrumgoerli_swap_OrderDirection = | 'asc' | 'desc'; -export type goerli_swap_PooledToken = { +export type stagingarbitrumgoerli_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['goerli_swap_Bytes']; + asset: Scalars['stagingarbitrumgoerli_swap_Bytes']; }; -export type goerli_swap_PooledToken_filter = { +export type stagingarbitrumgoerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33420,103 +33420,103 @@ export type goerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_PooledToken_orderBy = +export type stagingarbitrumgoerli_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type goerli_swap_StableSwap = { +export type stagingarbitrumgoerli_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['goerli_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['stagingarbitrumgoerli_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type goerli_swap_StableSwapeventsArgs = { +export type stagingarbitrumgoerli_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_StableSwapexchangesArgs = { +export type stagingarbitrumgoerli_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_StableSwaphourlyVolumesArgs = { +export type stagingarbitrumgoerli_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_StableSwapdailyVolumesArgs = { +export type stagingarbitrumgoerli_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_StableSwapweeklyVolumesArgs = { +export type stagingarbitrumgoerli_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type goerli_swap_StableSwapAddLiquidityEvent = goerli_swap_StableSwapEvent & { +export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent = stagingarbitrumgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - provider: Scalars['goerli_swap_Bytes']; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; + provider: Scalars['stagingarbitrumgoerli_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -33525,11 +33525,11 @@ export type goerli_swap_StableSwapAddLiquidityEvent = goerli_swap_StableSwapEven balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33558,17 +33558,17 @@ export type goerli_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -33627,16 +33627,16 @@ export type goerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -33646,12 +33646,12 @@ export type goerli_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -33682,16 +33682,16 @@ export type goerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type goerli_swap_StableSwapEvent = { +export type stagingarbitrumgoerli_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_swap_StableSwapEvent_filter = { +export type stagingarbitrumgoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33720,7 +33720,7 @@ export type goerli_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -33737,16 +33737,16 @@ export type goerli_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -33756,12 +33756,12 @@ export type goerli_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_StableSwapEvent_orderBy = +export type stagingarbitrumgoerli_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -33785,10 +33785,10 @@ export type goerli_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type goerli_swap_StableSwapExchange = { +export type stagingarbitrumgoerli_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - buyer: Scalars['goerli_swap_Bytes']; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; + buyer: Scalars['stagingarbitrumgoerli_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -33797,11 +33797,11 @@ export type goerli_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_swap_StableSwapExchange_filter = { +export type stagingarbitrumgoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -33830,17 +33830,17 @@ export type goerli_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -33903,16 +33903,16 @@ export type goerli_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -33922,12 +33922,12 @@ export type goerli_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_StableSwapExchange_orderBy = +export type stagingarbitrumgoerli_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -33958,10 +33958,10 @@ export type goerli_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type goerli_swap_StableSwapRemoveLiquidityEvent = goerli_swap_StableSwapEvent & { +export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent = stagingarbitrumgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; - provider: Scalars['goerli_swap_Bytes']; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; + provider: Scalars['stagingarbitrumgoerli_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -33970,11 +33970,11 @@ export type goerli_swap_StableSwapRemoveLiquidityEvent = goerli_swap_StableSwapE balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['goerli_swap_Bytes']; + transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34003,17 +34003,17 @@ export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -34072,16 +34072,16 @@ export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -34091,12 +34091,12 @@ export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -34127,7 +34127,7 @@ export type goerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type goerli_swap_StableSwap_filter = { +export type stagingarbitrumgoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34140,26 +34140,26 @@ export type goerli_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -34168,26 +34168,26 @@ export type goerli_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -34236,12 +34236,12 @@ export type goerli_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -34284,18 +34284,18 @@ export type goerli_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_StableSwap_orderBy = +export type stagingarbitrumgoerli_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -34322,14 +34322,14 @@ export type goerli_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type goerli_swap_SwapDailyVolume = goerli_swap_SwapTradeVolume & { +export type stagingarbitrumgoerli_swap_SwapDailyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; }; -export type goerli_swap_SwapDailyVolume_filter = { +export type stagingarbitrumgoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34358,7 +34358,7 @@ export type goerli_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -34367,21 +34367,21 @@ export type goerli_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SwapDailyVolume_orderBy = +export type stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -34403,14 +34403,14 @@ export type goerli_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type goerli_swap_SwapHourlyVolume = goerli_swap_SwapTradeVolume & { +export type stagingarbitrumgoerli_swap_SwapHourlyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; }; -export type goerli_swap_SwapHourlyVolume_filter = { +export type stagingarbitrumgoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34439,7 +34439,7 @@ export type goerli_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -34448,21 +34448,21 @@ export type goerli_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SwapHourlyVolume_orderBy = +export type stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -34484,13 +34484,13 @@ export type goerli_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type goerli_swap_SwapTradeVolume = { - stableSwap: goerli_swap_StableSwap; +export type stagingarbitrumgoerli_swap_SwapTradeVolume = { + stableSwap: stagingarbitrumgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; }; -export type goerli_swap_SwapTradeVolume_filter = { +export type stagingarbitrumgoerli_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -34511,7 +34511,7 @@ export type goerli_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -34520,21 +34520,21 @@ export type goerli_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SwapTradeVolume_orderBy = +export type stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -34555,14 +34555,14 @@ export type goerli_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type goerli_swap_SwapWeeklyVolume = goerli_swap_SwapTradeVolume & { +export type stagingarbitrumgoerli_swap_SwapWeeklyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: goerli_swap_StableSwap; + stableSwap: stagingarbitrumgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['goerli_swap_BigDecimal']; + volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; }; -export type goerli_swap_SwapWeeklyVolume_filter = { +export type stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34591,7 +34591,7 @@ export type goerli_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -34600,21 +34600,21 @@ export type goerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SwapWeeklyVolume_orderBy = +export type stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -34636,13 +34636,13 @@ export type goerli_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type goerli_swap_SystemInfo = { +export type stagingarbitrumgoerli_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type goerli_swap_SystemInfo_filter = { +export type stagingarbitrumgoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34668,19 +34668,19 @@ export type goerli_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_swap_SystemInfo_orderBy = +export type stagingarbitrumgoerli_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type goerli_swap__Block_ = { +export type stagingarbitrumgoerli_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -34688,7 +34688,7 @@ export type goerli_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type goerli_swap__Meta_ = { +export type stagingarbitrumgoerli_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -34696,31 +34696,49 @@ export type goerli_swap__Meta_ = { * and therefore asks for the latest block * */ - block: goerli_swap__Block_; + block: stagingarbitrumgoerli_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type testoptimismgoerli_Asset = { +export type mumbai_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mumbai_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type mumbai_swap_LpAccount = { id: Scalars['ID']; - key?: Maybe; - local: Scalars['testoptimismgoerli_Bytes']; - adoptedAsset: Scalars['testoptimismgoerli_Bytes']; - canonicalId: Scalars['testoptimismgoerli_Bytes']; - canonicalDomain: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + address: Scalars['mumbai_swap_Bytes']; + balances: Array; }; -export type testoptimismgoerli_AssetBalance = { + +export type mumbai_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mumbai_swap_LpAccountBalance = { id: Scalars['ID']; - amount: Scalars['BigInt']; - router: testoptimismgoerli_Router; - asset: testoptimismgoerli_Asset; + account: mumbai_swap_LpAccount; + token: mumbai_swap_LpToken; + amount: Scalars['mumbai_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type testoptimismgoerli_AssetBalance_filter = { +export type mumbai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34729,82 +34747,106 @@ export type testoptimismgoerli_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_AssetBalance_orderBy = +export type mumbai_swap_LpAccountBalance_orderBy = | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__local' - | 'asset__adoptedAsset' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__blockNumber'; + | 'block' + | 'modified' + | 'transaction'; -export type testoptimismgoerli_Asset_filter = { +export type mumbai_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34813,136 +34855,59 @@ export type testoptimismgoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - local?: InputMaybe; - local_not?: InputMaybe; - local_gt?: InputMaybe; - local_lt?: InputMaybe; - local_gte?: InputMaybe; - local_lte?: InputMaybe; - local_in?: InputMaybe>; - local_not_in?: InputMaybe>; - local_contains?: InputMaybe; - local_not_contains?: InputMaybe; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_Asset_orderBy = +export type mumbai_swap_LpAccount_orderBy = | 'id' - | 'key' - | 'local' - | 'adoptedAsset' - | 'canonicalId' - | 'canonicalDomain' - | 'blockNumber'; - -export type testoptimismgoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type testoptimismgoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'address' + | 'balances'; -export type testoptimismgoerli_DestinationTransfer = { +export type mumbai_swap_LpToken = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - to?: Maybe; - callData?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - agent?: Maybe; - recovery?: Maybe; - forceSlow?: Maybe; - receiveLocal?: Maybe; - callback?: Maybe; - callbackFee?: Maybe; - relayerFee?: Maybe; - destinationMinOut?: Maybe; - status?: Maybe; - routers?: Maybe>; - originSender?: Maybe; - transactingAsset?: Maybe; - transactingAmount?: Maybe; - localAsset?: Maybe; - localAmount?: Maybe; - sponsorVaultRelayerFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; + address: Scalars['mumbai_swap_Bytes']; + stableSwap: mumbai_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['mumbai_swap_BigDecimal']; + events: Array; }; -export type testoptimismgoerli_DestinationTransferroutersArgs = { +export type mumbai_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type testoptimismgoerli_DestinationTransfer_filter = { +export type mumbai_swap_LpTokenEvent = { + id: Scalars['ID']; + token: mumbai_swap_LpToken; + amount: Scalars['mumbai_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mumbai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -34951,24 +34916,61 @@ export type testoptimismgoerli_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -34977,354 +34979,171 @@ export type testoptimismgoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - agent?: InputMaybe; - agent_not?: InputMaybe; - agent_gt?: InputMaybe; - agent_lt?: InputMaybe; - agent_gte?: InputMaybe; - agent_lte?: InputMaybe; - agent_in?: InputMaybe>; - agent_not_in?: InputMaybe>; - agent_contains?: InputMaybe; - agent_not_contains?: InputMaybe; - recovery?: InputMaybe; - recovery_not?: InputMaybe; - recovery_gt?: InputMaybe; - recovery_lt?: InputMaybe; - recovery_gte?: InputMaybe; - recovery_lte?: InputMaybe; - recovery_in?: InputMaybe>; - recovery_not_in?: InputMaybe>; - recovery_contains?: InputMaybe; - recovery_not_contains?: InputMaybe; - forceSlow?: InputMaybe; - forceSlow_not?: InputMaybe; - forceSlow_in?: InputMaybe>; - forceSlow_not_in?: InputMaybe>; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callback?: InputMaybe; - callback_not?: InputMaybe; - callback_gt?: InputMaybe; - callback_lt?: InputMaybe; - callback_gte?: InputMaybe; - callback_lte?: InputMaybe; - callback_in?: InputMaybe>; - callback_not_in?: InputMaybe>; - callback_contains?: InputMaybe; - callback_not_contains?: InputMaybe; - callbackFee?: InputMaybe; - callbackFee_not?: InputMaybe; - callbackFee_gt?: InputMaybe; - callbackFee_lt?: InputMaybe; - callbackFee_gte?: InputMaybe; - callbackFee_lte?: InputMaybe; - callbackFee_in?: InputMaybe>; - callbackFee_not_in?: InputMaybe>; - relayerFee?: InputMaybe; - relayerFee_not?: InputMaybe; - relayerFee_gt?: InputMaybe; - relayerFee_lt?: InputMaybe; - relayerFee_gte?: InputMaybe; - relayerFee_lte?: InputMaybe; - relayerFee_in?: InputMaybe>; - relayerFee_not_in?: InputMaybe>; - destinationMinOut?: InputMaybe; - destinationMinOut_not?: InputMaybe; - destinationMinOut_gt?: InputMaybe; - destinationMinOut_lt?: InputMaybe; - destinationMinOut_gte?: InputMaybe; - destinationMinOut_lte?: InputMaybe; - destinationMinOut_in?: InputMaybe>; - destinationMinOut_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - transactingAmount?: InputMaybe; - transactingAmount_not?: InputMaybe; - transactingAmount_gt?: InputMaybe; - transactingAmount_lt?: InputMaybe; - transactingAmount_gte?: InputMaybe; - transactingAmount_lte?: InputMaybe; - transactingAmount_in?: InputMaybe>; - transactingAmount_not_in?: InputMaybe>; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - localAmount?: InputMaybe; - localAmount_not?: InputMaybe; - localAmount_gt?: InputMaybe; - localAmount_lt?: InputMaybe; - localAmount_gte?: InputMaybe; - localAmount_lte?: InputMaybe; - localAmount_in?: InputMaybe>; - localAmount_not_in?: InputMaybe>; - sponsorVaultRelayerFee?: InputMaybe; - sponsorVaultRelayerFee_not?: InputMaybe; - sponsorVaultRelayerFee_gt?: InputMaybe; - sponsorVaultRelayerFee_lt?: InputMaybe; - sponsorVaultRelayerFee_gte?: InputMaybe; - sponsorVaultRelayerFee_lte?: InputMaybe; - sponsorVaultRelayerFee_in?: InputMaybe>; - sponsorVaultRelayerFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_DestinationTransfer_orderBy = +export type mumbai_swap_LpTokenEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'to' - | 'callData' - | 'originDomain' - | 'destinationDomain' - | 'agent' - | 'recovery' - | 'forceSlow' - | 'receiveLocal' - | 'callback' - | 'callbackFee' - | 'relayerFee' - | 'destinationMinOut' - | 'status' - | 'routers' - | 'originSender' - | 'transactingAsset' - | 'transactingAmount' - | 'localAsset' - | 'localAmount' - | 'sponsorVaultRelayerFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber'; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -/** Defines the order direction, either ascending or descending */ -export type testoptimismgoerli_OrderDirection = - | 'asc' - | 'desc'; +export type mumbai_swap_LpToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type testoptimismgoerli_OriginTransfer = { +export type mumbai_swap_LpToken_orderBy = + | 'id' + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; + +export type mumbai_swap_LpTransferEvent = mumbai_swap_LpTokenEvent & { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - to?: Maybe; - callData?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - agent?: Maybe; - recovery?: Maybe; - forceSlow?: Maybe; - receiveLocal?: Maybe; - callback?: Maybe; - callbackFee?: Maybe; - relayerFee?: Maybe; - destinationMinOut?: Maybe; - status?: Maybe; - originMinOut?: Maybe; - transactingAsset?: Maybe; - transactingAmount?: Maybe; - bridgedAsset?: Maybe; - bridgedAmount?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + token: mumbai_swap_LpToken; + amount: Scalars['mumbai_swap_BigDecimal']; + from: Scalars['mumbai_swap_Bytes']; + to: Scalars['mumbai_swap_Bytes']; + fromBalance: Scalars['mumbai_swap_BigDecimal']; + toBalance: Scalars['mumbai_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type testoptimismgoerli_OriginTransfer_filter = { +export type mumbai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -35333,198 +35152,79 @@ export type testoptimismgoerli_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - agent?: InputMaybe; - agent_not?: InputMaybe; - agent_gt?: InputMaybe; - agent_lt?: InputMaybe; - agent_gte?: InputMaybe; - agent_lte?: InputMaybe; - agent_in?: InputMaybe>; - agent_not_in?: InputMaybe>; - agent_contains?: InputMaybe; - agent_not_contains?: InputMaybe; - recovery?: InputMaybe; - recovery_not?: InputMaybe; - recovery_gt?: InputMaybe; - recovery_lt?: InputMaybe; - recovery_gte?: InputMaybe; - recovery_lte?: InputMaybe; - recovery_in?: InputMaybe>; - recovery_not_in?: InputMaybe>; - recovery_contains?: InputMaybe; - recovery_not_contains?: InputMaybe; - forceSlow?: InputMaybe; - forceSlow_not?: InputMaybe; - forceSlow_in?: InputMaybe>; - forceSlow_not_in?: InputMaybe>; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callback?: InputMaybe; - callback_not?: InputMaybe; - callback_gt?: InputMaybe; - callback_lt?: InputMaybe; - callback_gte?: InputMaybe; - callback_lte?: InputMaybe; - callback_in?: InputMaybe>; - callback_not_in?: InputMaybe>; - callback_contains?: InputMaybe; - callback_not_contains?: InputMaybe; - callbackFee?: InputMaybe; - callbackFee_not?: InputMaybe; - callbackFee_gt?: InputMaybe; - callbackFee_lt?: InputMaybe; - callbackFee_gte?: InputMaybe; - callbackFee_lte?: InputMaybe; - callbackFee_in?: InputMaybe>; - callbackFee_not_in?: InputMaybe>; - relayerFee?: InputMaybe; - relayerFee_not?: InputMaybe; - relayerFee_gt?: InputMaybe; - relayerFee_lt?: InputMaybe; - relayerFee_gte?: InputMaybe; - relayerFee_lte?: InputMaybe; - relayerFee_in?: InputMaybe>; - relayerFee_not_in?: InputMaybe>; - destinationMinOut?: InputMaybe; - destinationMinOut_not?: InputMaybe; - destinationMinOut_gt?: InputMaybe; - destinationMinOut_lt?: InputMaybe; - destinationMinOut_gte?: InputMaybe; - destinationMinOut_lte?: InputMaybe; - destinationMinOut_in?: InputMaybe>; - destinationMinOut_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - originMinOut?: InputMaybe; - originMinOut_not?: InputMaybe; - originMinOut_gt?: InputMaybe; - originMinOut_lt?: InputMaybe; - originMinOut_gte?: InputMaybe; - originMinOut_lte?: InputMaybe; - originMinOut_in?: InputMaybe>; - originMinOut_not_in?: InputMaybe>; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - transactingAmount?: InputMaybe; - transactingAmount_not?: InputMaybe; - transactingAmount_gt?: InputMaybe; - transactingAmount_lt?: InputMaybe; - transactingAmount_gte?: InputMaybe; - transactingAmount_lte?: InputMaybe; - transactingAmount_in?: InputMaybe>; - transactingAmount_not_in?: InputMaybe>; - bridgedAsset?: InputMaybe; - bridgedAsset_not?: InputMaybe; - bridgedAsset_gt?: InputMaybe; - bridgedAsset_lt?: InputMaybe; - bridgedAsset_gte?: InputMaybe; - bridgedAsset_lte?: InputMaybe; - bridgedAsset_in?: InputMaybe>; - bridgedAsset_not_in?: InputMaybe>; - bridgedAsset_contains?: InputMaybe; - bridgedAsset_not_contains?: InputMaybe; - bridgedAmount?: InputMaybe; - bridgedAmount_not?: InputMaybe; - bridgedAmount_gt?: InputMaybe; - bridgedAmount_lt?: InputMaybe; - bridgedAmount_gte?: InputMaybe; - bridgedAmount_lte?: InputMaybe; - bridgedAmount_in?: InputMaybe>; - bridgedAmount_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -35533,73 +35233,60 @@ export type testoptimismgoerli_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_OriginTransfer_orderBy = +export type mumbai_swap_LpTransferEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' | 'to' - | 'callData' - | 'originDomain' - | 'destinationDomain' - | 'agent' - | 'recovery' - | 'forceSlow' - | 'receiveLocal' - | 'callback' - | 'callbackFee' - | 'relayerFee' - | 'destinationMinOut' - | 'status' - | 'originMinOut' - | 'transactingAsset' - | 'transactingAmount' - | 'bridgedAsset' - | 'bridgedAmount' - | 'caller' - | 'transactionHash' + | 'fromBalance' + | 'toBalance' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type testoptimismgoerli_Relayer = { +/** Defines the order direction, either ascending or descending */ +export type mumbai_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type mumbai_swap_PooledToken = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; + asset: Scalars['mumbai_swap_Bytes']; }; -export type testoptimismgoerli_Relayer_filter = { +export type mumbai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -35608,124 +35295,116 @@ export type testoptimismgoerli_Relayer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_Relayer_orderBy = +export type mumbai_swap_PooledToken_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'asset'; -export type testoptimismgoerli_Router = { +export type mumbai_swap_StableSwap = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; + isActive?: Maybe; + key: Scalars['mumbai_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type testoptimismgoerli_RouterassetBalancesArgs = { +export type mumbai_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type testoptimismgoerli_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type mumbai_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type testoptimismgoerli_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; -export type testoptimismgoerli_Setting = { +export type mumbai_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mumbai_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mumbai_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mumbai_swap_StableSwapAddLiquidityEvent = mumbai_swap_StableSwapEvent & { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['testoptimismgoerli_Bytes']; + stableSwap: mumbai_swap_StableSwap; + provider: Scalars['mumbai_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type testoptimismgoerli_Setting_filter = { +export type mumbai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -35734,41 +35413,160 @@ export type testoptimismgoerli_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_Setting_orderBy = +export type mumbai_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type testoptimismgoerli_SponsorVault = { +export type mumbai_swap_StableSwapEvent = { id: Scalars['ID']; - sponsorVault: Scalars['testoptimismgoerli_Bytes']; + stableSwap: mumbai_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type testoptimismgoerli_SponsorVault_filter = { +export type mumbai_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -35777,34 +35575,108 @@ export type testoptimismgoerli_SponsorVault_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - sponsorVault?: InputMaybe; - sponsorVault_not?: InputMaybe; - sponsorVault_gt?: InputMaybe; - sponsorVault_lt?: InputMaybe; - sponsorVault_gte?: InputMaybe; - sponsorVault_lte?: InputMaybe; - sponsorVault_in?: InputMaybe>; - sponsorVault_not_in?: InputMaybe>; - sponsorVault_contains?: InputMaybe; - sponsorVault_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_SponsorVault_orderBy = +export type mumbai_swap_StableSwapEvent_orderBy = | 'id' - | 'sponsorVault'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type testoptimismgoerli_StableSwap = { +export type mumbai_swap_StableSwapExchange = { id: Scalars['ID']; - canonicalId: Scalars['testoptimismgoerli_Bytes']; - domain?: Maybe; - swapPool: Scalars['testoptimismgoerli_Bytes']; + stableSwap: mumbai_swap_StableSwap; + buyer: Scalars['mumbai_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type testoptimismgoerli_StableSwap_filter = { +export type mumbai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -35813,283 +35685,171 @@ export type testoptimismgoerli_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type testoptimismgoerli_StableSwap_orderBy = +export type mumbai_swap_StableSwapExchange_orderBy = | 'id' - | 'canonicalId' - | 'domain' - | 'swapPool'; - -export type testoptimismgoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type testoptimismgoerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type testoptimismgoerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: testoptimismgoerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type staginggoerli_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type mumbai_swap_StableSwapRemoveLiquidityEvent = mumbai_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: mumbai_swap_StableSwap; + provider: Scalars['mumbai_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mumbai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type staginggoerli_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type staginggoerli_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['staginggoerli_swap_Bytes']; - balances: Array; -}; - - -export type staginggoerli_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type staginggoerli_swap_LpAccountBalance = { - id: Scalars['ID']; - account: staginggoerli_swap_LpAccount; - token: staginggoerli_swap_LpToken; - amount: Scalars['staginggoerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type staginggoerli_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type staginggoerli_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type staginggoerli_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['staginggoerli_swap_Bytes']; - stableSwap: staginggoerli_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['staginggoerli_swap_BigDecimal']; - events: Array; -}; - - -export type staginggoerli_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type staginggoerli_swap_LpTokenEvent = { - id: Scalars['ID']; - token: staginggoerli_swap_LpToken; - amount: Scalars['staginggoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type staginggoerli_swap_LpTokenEvent_filter = { +export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -36098,35 +35858,79 @@ export type staginggoerli_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -36143,16 +35947,16 @@ export type staginggoerli_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -36162,132 +35966,13 @@ export type staginggoerli_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type staginggoerli_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_LpToken_orderBy = +export type mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'address' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -36305,27 +35990,19 @@ export type staginggoerli_swap_LpToken_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type staginggoerli_swap_LpTransferEvent = staginggoerli_swap_LpTokenEvent & { - id: Scalars['ID']; - token: staginggoerli_swap_LpToken; - amount: Scalars['staginggoerli_swap_BigDecimal']; - from: Scalars['staginggoerli_swap_Bytes']; - to: Scalars['staginggoerli_swap_Bytes']; - fromBalance: Scalars['staginggoerli_swap_BigDecimal']; - toBalance: Scalars['staginggoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type staginggoerli_swap_LpTransferEvent_filter = { +export type mumbai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -36334,259 +36011,200 @@ export type staginggoerli_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type staginggoerli_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type staginggoerli_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['staginggoerli_swap_Bytes']; -}; - -export type staginggoerli_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_PooledToken_orderBy = +export type mumbai_swap_StableSwap_orderBy = | 'id' - | 'asset'; - -export type staginggoerli_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['staginggoerli_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type staginggoerli_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type staginggoerli_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type staginggoerli_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type staginggoerli_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type staginggoerli_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type staginggoerli_swap_StableSwapAddLiquidityEvent = staginggoerli_swap_StableSwapEvent & { +export type mumbai_swap_SwapDailyVolume = mumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - provider: Scalars['staginggoerli_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; + stableSwap: mumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type mumbai_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -36615,67 +36233,7 @@ export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -36684,31 +36242,21 @@ export type staginggoerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type mumbai_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -36727,28 +36275,17 @@ export type staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type staginggoerli_swap_StableSwapEvent = { +export type mumbai_swap_SwapHourlyVolume = mumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - block: Scalars['BigInt']; + stableSwap: mumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type staginggoerli_swap_StableSwapEvent_filter = { +export type mumbai_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -36777,15 +36314,7 @@ export type staginggoerli_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -36794,31 +36323,21 @@ export type staginggoerli_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwapEvent_orderBy = +export type mumbai_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -36837,36 +36356,16 @@ export type staginggoerli_swap_StableSwapEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type staginggoerli_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - buyer: Scalars['staginggoerli_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; +export type mumbai_swap_SwapTradeVolume = { + stableSwap: mumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type staginggoerli_swap_StableSwapExchange_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; +export type mumbai_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -36887,71 +36386,7 @@ export type staginggoerli_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -36960,32 +36395,21 @@ export type staginggoerli_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwapExchange_orderBy = - | 'id' +export type mumbai_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -37003,35 +36427,17 @@ export type staginggoerli_swap_StableSwapExchange_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type staginggoerli_swap_StableSwapRemoveLiquidityEvent = staginggoerli_swap_StableSwapEvent & { +export type mumbai_swap_SwapWeeklyVolume = mumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - provider: Scalars['staginggoerli_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; + stableSwap: mumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['staginggoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['mumbai_swap_BigDecimal']; }; -export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type mumbai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -37060,67 +36466,7 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -37129,31 +36475,21 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type mumbai_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -37172,19 +36508,16 @@ export type staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type staginggoerli_swap_StableSwap_filter = { +export type mumbai_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type mumbai_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -37193,30 +36526,155 @@ export type staginggoerli_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mumbai_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type mumbai_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type mumbai_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: mumbai_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type staginggoerli_AggregateRootSavedSlow = { + id: Scalars['ID']; + aggregateRoot: Scalars['staginggoerli_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; +}; + +export type staginggoerli_AggregateRootSavedSlow_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + aggregatedRoots?: InputMaybe>; + aggregatedRoots_not?: InputMaybe>; + aggregatedRoots_contains?: InputMaybe>; + aggregatedRoots_contains_nocase?: InputMaybe>; + aggregatedRoots_not_contains?: InputMaybe>; + aggregatedRoots_not_contains_nocase?: InputMaybe>; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_AggregateRootSavedSlow_orderBy = + | 'id' + | 'aggregateRoot' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; + +export type staginggoerli_AggregatedMessageRoot = { + id: Scalars['ID']; + index: Scalars['BigInt']; + receivedRoot: Scalars['staginggoerli_Bytes']; + domain?: Maybe; + blockNumber?: Maybe; +}; + +export type staginggoerli_AggregatedMessageRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -37225,168 +36683,37 @@ export type staginggoerli_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_StableSwap_orderBy = +export type staginggoerli_AggregatedMessageRoot_orderBy = | 'id' - | 'isActive' - | 'key' - | 'canonicalId' + | 'index' + | 'receivedRoot' | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'blockNumber'; -export type staginggoerli_swap_SwapDailyVolume = staginggoerli_swap_SwapTradeVolume & { +export type staginggoerli_ArbitrumConnectorMeta = { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; }; -export type staginggoerli_swap_SwapDailyVolume_filter = { +export type staginggoerli_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -37395,79 +36722,86 @@ export type staginggoerli_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SwapDailyVolume_orderBy = +export type staginggoerli_ArbitrumConnectorMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type staginggoerli_swap_SwapHourlyVolume = staginggoerli_swap_SwapTradeVolume & { +export type staginggoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type staginggoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type staginggoerli_BnbConnectorMeta = { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; }; -export type staginggoerli_swap_SwapHourlyVolume_filter = { +export type staginggoerli_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -37476,150 +36810,76 @@ export type staginggoerli_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SwapHourlyVolume_orderBy = +export type staginggoerli_BnbConnectorMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type staginggoerli_swap_SwapTradeVolume = { - stableSwap: staginggoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; -}; - -export type staginggoerli_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type staginggoerli_swap_SwapWeeklyVolume = staginggoerli_swap_SwapTradeVolume & { +export type staginggoerli_GnosisConnectorMeta = { id: Scalars['ID']; - stableSwap: staginggoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['staginggoerli_swap_BigDecimal']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; }; -export type staginggoerli_swap_SwapWeeklyVolume_filter = { +export type staginggoerli_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -37628,78 +36888,72 @@ export type staginggoerli_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SwapWeeklyVolume_orderBy = +export type staginggoerli_GnosisConnectorMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type staginggoerli_swap_SystemInfo = { +export type staginggoerli_HubDomain = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + domain?: Maybe; }; -export type staginggoerli_swap_SystemInfo_filter = { +export type staginggoerli_HubDomain_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -37708,94 +36962,32 @@ export type staginggoerli_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_swap_SystemInfo_orderBy = +export type staginggoerli_HubDomain_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type staginggoerli_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type staginggoerli_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: staginggoerli_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type stagingarbitrumgoerli_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingarbitrumgoerli_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingarbitrumgoerli_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['stagingarbitrumgoerli_swap_Bytes']; - balances: Array; -}; - - -export type stagingarbitrumgoerli_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'domain'; -export type stagingarbitrumgoerli_swap_LpAccountBalance = { +export type staginggoerli_HubOptimisticRootFinalized = { id: Scalars['ID']; - account: stagingarbitrumgoerli_swap_LpAccount; - token: stagingarbitrumgoerli_swap_LpToken; - amount: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['staginggoerli_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingarbitrumgoerli_swap_LpAccountBalance_filter = { +export type staginggoerli_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -37804,106 +36996,54 @@ export type stagingarbitrumgoerli_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_LpAccountBalance_orderBy = +export type staginggoerli_HubOptimisticRootFinalized_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; -export type stagingarbitrumgoerli_swap_LpAccount_filter = { +export type staginggoerli_OptimismConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; +}; + +export type staginggoerli_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -37912,59 +37052,75 @@ export type stagingarbitrumgoerli_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_LpAccount_orderBy = +export type staginggoerli_OptimismConnectorMeta_orderBy = | 'id' - | 'address' - | 'balances'; - -export type stagingarbitrumgoerli_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['stagingarbitrumgoerli_swap_Bytes']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - events: Array; -}; - - -export type stagingarbitrumgoerli_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingarbitrumgoerli_swap_LpTokenEvent = { +export type staginggoerli_OptimisticRootPropagated = { id: Scalars['ID']; - token: stagingarbitrumgoerli_swap_LpToken; - amount: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; + aggregateRoot: Scalars['staginggoerli_Bytes']; + domainsHash: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingarbitrumgoerli_swap_LpTokenEvent_filter = { +export type staginggoerli_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -37973,43 +37129,26 @@ export type stagingarbitrumgoerli_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -38018,189 +37157,39 @@ export type stagingarbitrumgoerli_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_LpTokenEvent_orderBy = +export type staginggoerli_OptimisticRootPropagated_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' - | 'transaction' - | 'nonce'; - -export type stagingarbitrumgoerli_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_swap_LpToken_orderBy = - | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; + | 'blockNumber'; -export type stagingarbitrumgoerli_swap_LpTransferEvent = stagingarbitrumgoerli_swap_LpTokenEvent & { +export type staginggoerli_OptimisticRootProposed = { id: Scalars['ID']; - token: stagingarbitrumgoerli_swap_LpToken; - amount: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - from: Scalars['stagingarbitrumgoerli_swap_Bytes']; - to: Scalars['stagingarbitrumgoerli_swap_Bytes']; - fromBalance: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - toBalance: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['staginggoerli_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingarbitrumgoerli_swap_LpTransferEvent_filter = { +export type staginggoerli_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -38209,79 +37198,46 @@ export type stagingarbitrumgoerli_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + disputeCliff?: InputMaybe; + disputeCliff_not?: InputMaybe; + disputeCliff_gt?: InputMaybe; + disputeCliff_lt?: InputMaybe; + disputeCliff_gte?: InputMaybe; + disputeCliff_lte?: InputMaybe; + disputeCliff_in?: InputMaybe>; + disputeCliff_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + snapshotsRoots?: InputMaybe>; + snapshotsRoots_not?: InputMaybe>; + snapshotsRoots_contains?: InputMaybe>; + snapshotsRoots_contains_nocase?: InputMaybe>; + snapshotsRoots_not_contains?: InputMaybe>; + snapshotsRoots_not_contains_nocase?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + baseAggregateRoot?: InputMaybe; + baseAggregateRoot_not?: InputMaybe; + baseAggregateRoot_gt?: InputMaybe; + baseAggregateRoot_lt?: InputMaybe; + baseAggregateRoot_gte?: InputMaybe; + baseAggregateRoot_lte?: InputMaybe; + baseAggregateRoot_in?: InputMaybe>; + baseAggregateRoot_not_in?: InputMaybe>; + baseAggregateRoot_contains?: InputMaybe; + baseAggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -38290,60 +37246,45 @@ export type stagingarbitrumgoerli_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_LpTransferEvent_orderBy = +export type staginggoerli_OptimisticRootProposed_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingarbitrumgoerli_swap_OrderDirection = +export type staginggoerli_OrderDirection = | 'asc' | 'desc'; -export type stagingarbitrumgoerli_swap_PooledToken = { +export type staginggoerli_PolygonConnectorMeta = { id: Scalars['ID']; - asset: Scalars['stagingarbitrumgoerli_swap_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; }; -export type stagingarbitrumgoerli_swap_PooledToken_filter = { +export type staginggoerli_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -38352,116 +37293,216 @@ export type stagingarbitrumgoerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_PooledToken_orderBy = +export type staginggoerli_PolygonConnectorMeta_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingarbitrumgoerli_swap_StableSwap = { +export type staginggoerli_RootAggregated = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['stagingarbitrumgoerli_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + domain: Scalars['BigInt']; + receivedRoot: Scalars['staginggoerli_Bytes']; + index: Scalars['BigInt']; }; - -export type stagingarbitrumgoerli_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_RootAggregated_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type staginggoerli_RootAggregated_orderBy = + | 'id' + | 'domain' + | 'receivedRoot' + | 'index'; -export type stagingarbitrumgoerli_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - +export type staginggoerli_RootManagerMeta = { + id: Scalars['ID']; + domains?: Maybe>; + connectors?: Maybe>; +}; -export type stagingarbitrumgoerli_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_RootManagerMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type staginggoerli_RootManagerMeta_orderBy = + | 'id' + | 'domains' + | 'connectors'; -export type stagingarbitrumgoerli_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_RootManagerMode = { + id: Scalars['ID']; + mode: Scalars['String']; }; - -export type stagingarbitrumgoerli_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_RootManagerMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent = stagingarbitrumgoerli_swap_StableSwapEvent & { +export type staginggoerli_RootManagerMode_orderBy = + | 'id' + | 'mode'; + +export type staginggoerli_RootMessageProcessed = { id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - provider: Scalars['stagingarbitrumgoerli_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type staginggoerli_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -38470,87 +37511,52 @@ export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -38559,71 +37565,57 @@ export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type staginggoerli_RootMessageProcessed_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type stagingarbitrumgoerli_swap_StableSwapEvent = { +export type staginggoerli_RootPropagated = { id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + aggregate: Scalars['staginggoerli_Bytes']; + domainsHash: Scalars['staginggoerli_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingarbitrumgoerli_swap_StableSwapEvent_filter = { +export type staginggoerli_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -38632,108 +37624,65 @@ export type stagingarbitrumgoerli_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + aggregate?: InputMaybe; + aggregate_not?: InputMaybe; + aggregate_gt?: InputMaybe; + aggregate_lt?: InputMaybe; + aggregate_gte?: InputMaybe; + aggregate_lte?: InputMaybe; + aggregate_in?: InputMaybe>; + aggregate_not_in?: InputMaybe>; + aggregate_contains?: InputMaybe; + aggregate_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_StableSwapEvent_orderBy = +export type staginggoerli_RootPropagated_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; -export type stagingarbitrumgoerli_swap_StableSwapExchange = { +export type staginggoerli_ZkSyncConnectorMeta = { id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - buyer: Scalars['stagingarbitrumgoerli_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['staginggoerli_Bytes']; + rootManager: Scalars['staginggoerli_Bytes']; + mirrorConnector: Scalars['staginggoerli_Bytes']; }; -export type stagingarbitrumgoerli_swap_StableSwapExchange_filter = { +export type staginggoerli_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -38742,171 +37691,109 @@ export type stagingarbitrumgoerli_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_StableSwapExchange_orderBy = +export type staginggoerli_ZkSyncConnectorMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent = stagingarbitrumgoerli_swap_StableSwapEvent & { +export type staginggoerli__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type staginggoerli__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: staginggoerli__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type testgoerli_Asset = { id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - provider: Scalars['stagingarbitrumgoerli_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['stagingarbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + key?: Maybe; + local: Scalars['testgoerli_Bytes']; + adoptedAsset: Scalars['testgoerli_Bytes']; + canonicalId: Scalars['testgoerli_Bytes']; + canonicalDomain: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type testgoerli_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + router: testgoerli_Router; + asset: testgoerli_Asset; +}; + +export type testgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -38915,151 +37802,82 @@ export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type testgoerli_AssetBalance_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'amount' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__local' + | 'asset__adoptedAsset' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__blockNumber'; -export type stagingarbitrumgoerli_swap_StableSwap_filter = { +export type testgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -39068,433 +37886,136 @@ export type stagingarbitrumgoerli_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + local?: InputMaybe; + local_not?: InputMaybe; + local_gt?: InputMaybe; + local_lt?: InputMaybe; + local_gte?: InputMaybe; + local_lte?: InputMaybe; + local_in?: InputMaybe>; + local_not_in?: InputMaybe>; + local_contains?: InputMaybe; + local_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_StableSwap_orderBy = +export type testgoerli_Asset_orderBy = | 'id' - | 'isActive' | 'key' + | 'local' + | 'adoptedAsset' | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'canonicalDomain' + | 'blockNumber'; -export type stagingarbitrumgoerli_swap_SwapDailyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; +export type testgoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type stagingarbitrumgoerli_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type testgoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type stagingarbitrumgoerli_swap_SwapHourlyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { +export type testgoerli_DestinationTransfer = { id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; -}; - -export type stagingarbitrumgoerli_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type stagingarbitrumgoerli_swap_SwapTradeVolume = { - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; -}; - -export type stagingarbitrumgoerli_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + to?: Maybe; + callData?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + agent?: Maybe; + recovery?: Maybe; + forceSlow?: Maybe; + receiveLocal?: Maybe; + callback?: Maybe; + callbackFee?: Maybe; + relayerFee?: Maybe; + destinationMinOut?: Maybe; + status?: Maybe; + routers?: Maybe>; + originSender?: Maybe; + transactingAsset?: Maybe; + transactingAmount?: Maybe; + localAsset?: Maybe; + localAmount?: Maybe; + sponsorVaultRelayerFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; }; -export type stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; -export type stagingarbitrumgoerli_swap_SwapWeeklyVolume = stagingarbitrumgoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: stagingarbitrumgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; +export type testgoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter = { +export type testgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -39503,174 +38024,380 @@ export type stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type stagingarbitrumgoerli_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type stagingarbitrumgoerli_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + agent?: InputMaybe; + agent_not?: InputMaybe; + agent_gt?: InputMaybe; + agent_lt?: InputMaybe; + agent_gte?: InputMaybe; + agent_lte?: InputMaybe; + agent_in?: InputMaybe>; + agent_not_in?: InputMaybe>; + agent_contains?: InputMaybe; + agent_not_contains?: InputMaybe; + recovery?: InputMaybe; + recovery_not?: InputMaybe; + recovery_gt?: InputMaybe; + recovery_lt?: InputMaybe; + recovery_gte?: InputMaybe; + recovery_lte?: InputMaybe; + recovery_in?: InputMaybe>; + recovery_not_in?: InputMaybe>; + recovery_contains?: InputMaybe; + recovery_not_contains?: InputMaybe; + forceSlow?: InputMaybe; + forceSlow_not?: InputMaybe; + forceSlow_in?: InputMaybe>; + forceSlow_not_in?: InputMaybe>; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callback?: InputMaybe; + callback_not?: InputMaybe; + callback_gt?: InputMaybe; + callback_lt?: InputMaybe; + callback_gte?: InputMaybe; + callback_lte?: InputMaybe; + callback_in?: InputMaybe>; + callback_not_in?: InputMaybe>; + callback_contains?: InputMaybe; + callback_not_contains?: InputMaybe; + callbackFee?: InputMaybe; + callbackFee_not?: InputMaybe; + callbackFee_gt?: InputMaybe; + callbackFee_lt?: InputMaybe; + callbackFee_gte?: InputMaybe; + callbackFee_lte?: InputMaybe; + callbackFee_in?: InputMaybe>; + callbackFee_not_in?: InputMaybe>; + relayerFee?: InputMaybe; + relayerFee_not?: InputMaybe; + relayerFee_gt?: InputMaybe; + relayerFee_lt?: InputMaybe; + relayerFee_gte?: InputMaybe; + relayerFee_lte?: InputMaybe; + relayerFee_in?: InputMaybe>; + relayerFee_not_in?: InputMaybe>; + destinationMinOut?: InputMaybe; + destinationMinOut_not?: InputMaybe; + destinationMinOut_gt?: InputMaybe; + destinationMinOut_lt?: InputMaybe; + destinationMinOut_gte?: InputMaybe; + destinationMinOut_lte?: InputMaybe; + destinationMinOut_in?: InputMaybe>; + destinationMinOut_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + transactingAmount?: InputMaybe; + transactingAmount_not?: InputMaybe; + transactingAmount_gt?: InputMaybe; + transactingAmount_lt?: InputMaybe; + transactingAmount_gte?: InputMaybe; + transactingAmount_lte?: InputMaybe; + transactingAmount_in?: InputMaybe>; + transactingAmount_not_in?: InputMaybe>; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + localAmount?: InputMaybe; + localAmount_not?: InputMaybe; + localAmount_gt?: InputMaybe; + localAmount_lt?: InputMaybe; + localAmount_gte?: InputMaybe; + localAmount_lte?: InputMaybe; + localAmount_in?: InputMaybe>; + localAmount_not_in?: InputMaybe>; + sponsorVaultRelayerFee?: InputMaybe; + sponsorVaultRelayerFee_not?: InputMaybe; + sponsorVaultRelayerFee_gt?: InputMaybe; + sponsorVaultRelayerFee_lt?: InputMaybe; + sponsorVaultRelayerFee_gte?: InputMaybe; + sponsorVaultRelayerFee_lte?: InputMaybe; + sponsorVaultRelayerFee_in?: InputMaybe>; + sponsorVaultRelayerFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumgoerli_swap_SystemInfo_orderBy = +export type testgoerli_DestinationTransfer_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type stagingarbitrumgoerli_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingarbitrumgoerli_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingarbitrumgoerli_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type arbitrumgoerli_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type arbitrumgoerli_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type arbitrumgoerli_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['arbitrumgoerli_swap_Bytes']; - balances: Array; -}; - + | 'chainId' + | 'transferId' + | 'nonce' + | 'to' + | 'callData' + | 'originDomain' + | 'destinationDomain' + | 'agent' + | 'recovery' + | 'forceSlow' + | 'receiveLocal' + | 'callback' + | 'callbackFee' + | 'relayerFee' + | 'destinationMinOut' + | 'status' + | 'routers' + | 'originSender' + | 'transactingAsset' + | 'transactingAmount' + | 'localAsset' + | 'localAmount' + | 'sponsorVaultRelayerFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber'; -export type arbitrumgoerli_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; +/** Defines the order direction, either ascending or descending */ +export type testgoerli_OrderDirection = + | 'asc' + | 'desc'; -export type arbitrumgoerli_swap_LpAccountBalance = { +export type testgoerli_OriginTransfer = { id: Scalars['ID']; - account: arbitrumgoerli_swap_LpAccount; - token: arbitrumgoerli_swap_LpToken; - amount: Scalars['arbitrumgoerli_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + to?: Maybe; + callData?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + agent?: Maybe; + recovery?: Maybe; + forceSlow?: Maybe; + receiveLocal?: Maybe; + callback?: Maybe; + callbackFee?: Maybe; + relayerFee?: Maybe; + destinationMinOut?: Maybe; + status?: Maybe; + originMinOut?: Maybe; + transactingAsset?: Maybe; + transactingAmount?: Maybe; + bridgedAsset?: Maybe; + bridgedAmount?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type arbitrumgoerli_swap_LpAccountBalance_filter = { +export type testgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -39679,106 +38406,273 @@ export type arbitrumgoerli_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + agent?: InputMaybe; + agent_not?: InputMaybe; + agent_gt?: InputMaybe; + agent_lt?: InputMaybe; + agent_gte?: InputMaybe; + agent_lte?: InputMaybe; + agent_in?: InputMaybe>; + agent_not_in?: InputMaybe>; + agent_contains?: InputMaybe; + agent_not_contains?: InputMaybe; + recovery?: InputMaybe; + recovery_not?: InputMaybe; + recovery_gt?: InputMaybe; + recovery_lt?: InputMaybe; + recovery_gte?: InputMaybe; + recovery_lte?: InputMaybe; + recovery_in?: InputMaybe>; + recovery_not_in?: InputMaybe>; + recovery_contains?: InputMaybe; + recovery_not_contains?: InputMaybe; + forceSlow?: InputMaybe; + forceSlow_not?: InputMaybe; + forceSlow_in?: InputMaybe>; + forceSlow_not_in?: InputMaybe>; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callback?: InputMaybe; + callback_not?: InputMaybe; + callback_gt?: InputMaybe; + callback_lt?: InputMaybe; + callback_gte?: InputMaybe; + callback_lte?: InputMaybe; + callback_in?: InputMaybe>; + callback_not_in?: InputMaybe>; + callback_contains?: InputMaybe; + callback_not_contains?: InputMaybe; + callbackFee?: InputMaybe; + callbackFee_not?: InputMaybe; + callbackFee_gt?: InputMaybe; + callbackFee_lt?: InputMaybe; + callbackFee_gte?: InputMaybe; + callbackFee_lte?: InputMaybe; + callbackFee_in?: InputMaybe>; + callbackFee_not_in?: InputMaybe>; + relayerFee?: InputMaybe; + relayerFee_not?: InputMaybe; + relayerFee_gt?: InputMaybe; + relayerFee_lt?: InputMaybe; + relayerFee_gte?: InputMaybe; + relayerFee_lte?: InputMaybe; + relayerFee_in?: InputMaybe>; + relayerFee_not_in?: InputMaybe>; + destinationMinOut?: InputMaybe; + destinationMinOut_not?: InputMaybe; + destinationMinOut_gt?: InputMaybe; + destinationMinOut_lt?: InputMaybe; + destinationMinOut_gte?: InputMaybe; + destinationMinOut_lte?: InputMaybe; + destinationMinOut_in?: InputMaybe>; + destinationMinOut_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + originMinOut?: InputMaybe; + originMinOut_not?: InputMaybe; + originMinOut_gt?: InputMaybe; + originMinOut_lt?: InputMaybe; + originMinOut_gte?: InputMaybe; + originMinOut_lte?: InputMaybe; + originMinOut_in?: InputMaybe>; + originMinOut_not_in?: InputMaybe>; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + transactingAmount?: InputMaybe; + transactingAmount_not?: InputMaybe; + transactingAmount_gt?: InputMaybe; + transactingAmount_lt?: InputMaybe; + transactingAmount_gte?: InputMaybe; + transactingAmount_lte?: InputMaybe; + transactingAmount_in?: InputMaybe>; + transactingAmount_not_in?: InputMaybe>; + bridgedAsset?: InputMaybe; + bridgedAsset_not?: InputMaybe; + bridgedAsset_gt?: InputMaybe; + bridgedAsset_lt?: InputMaybe; + bridgedAsset_gte?: InputMaybe; + bridgedAsset_lte?: InputMaybe; + bridgedAsset_in?: InputMaybe>; + bridgedAsset_not_in?: InputMaybe>; + bridgedAsset_contains?: InputMaybe; + bridgedAsset_not_contains?: InputMaybe; + bridgedAmount?: InputMaybe; + bridgedAmount_not?: InputMaybe; + bridgedAmount_gt?: InputMaybe; + bridgedAmount_lt?: InputMaybe; + bridgedAmount_gte?: InputMaybe; + bridgedAmount_lte?: InputMaybe; + bridgedAmount_in?: InputMaybe>; + bridgedAmount_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_LpAccountBalance_orderBy = +export type testgoerli_OriginTransfer_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'to' + | 'callData' + | 'originDomain' + | 'destinationDomain' + | 'agent' + | 'recovery' + | 'forceSlow' + | 'receiveLocal' + | 'callback' + | 'callbackFee' + | 'relayerFee' + | 'destinationMinOut' + | 'status' + | 'originMinOut' + | 'transactingAsset' + | 'transactingAmount' + | 'bridgedAsset' + | 'bridgedAmount' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type arbitrumgoerli_swap_LpAccount_filter = { +export type testgoerli_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type testgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -39787,59 +38681,51 @@ export type arbitrumgoerli_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_LpAccount_orderBy = +export type testgoerli_Relayer_orderBy = | 'id' - | 'address' - | 'balances'; + | 'isActive' + | 'relayer'; -export type arbitrumgoerli_swap_LpToken = { +export type testgoerli_Router = { id: Scalars['ID']; - address: Scalars['arbitrumgoerli_swap_Bytes']; - stableSwap: arbitrumgoerli_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['arbitrumgoerli_swap_BigDecimal']; - events: Array; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type arbitrumgoerli_swap_LpTokeneventsArgs = { +export type testgoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type arbitrumgoerli_swap_LpTokenEvent = { - id: Scalars['ID']; - token: arbitrumgoerli_swap_LpToken; - amount: Scalars['arbitrumgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumgoerli_swap_LpTokenEvent_filter = { +export type testgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -39848,91 +38734,71 @@ export type arbitrumgoerli_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_LpTokenEvent_orderBy = +export type testgoerli_Router_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type arbitrumgoerli_swap_LpToken_filter = { +export type testgoerli_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['testgoerli_Bytes']; +}; + +export type testgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -39941,141 +38807,193 @@ export type arbitrumgoerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_LpToken_orderBy = +export type testgoerli_Setting_orderBy = | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type arbitrumgoerli_swap_LpTransferEvent = arbitrumgoerli_swap_LpTokenEvent & { +export type testgoerli_SponsorVault = { id: Scalars['ID']; - token: arbitrumgoerli_swap_LpToken; - amount: Scalars['arbitrumgoerli_swap_BigDecimal']; - from: Scalars['arbitrumgoerli_swap_Bytes']; - to: Scalars['arbitrumgoerli_swap_Bytes']; - fromBalance: Scalars['arbitrumgoerli_swap_BigDecimal']; - toBalance: Scalars['arbitrumgoerli_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; + sponsorVault: Scalars['testgoerli_Bytes']; }; -export type arbitrumgoerli_swap_LpTransferEvent_filter = { +export type testgoerli_SponsorVault_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + sponsorVault?: InputMaybe; + sponsorVault_not?: InputMaybe; + sponsorVault_gt?: InputMaybe; + sponsorVault_lt?: InputMaybe; + sponsorVault_gte?: InputMaybe; + sponsorVault_lte?: InputMaybe; + sponsorVault_in?: InputMaybe>; + sponsorVault_not_in?: InputMaybe>; + sponsorVault_contains?: InputMaybe; + sponsorVault_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type testgoerli_SponsorVault_orderBy = + | 'id' + | 'sponsorVault'; + +export type testgoerli_StableSwap = { + id: Scalars['ID']; + canonicalId: Scalars['testgoerli_Bytes']; + domain?: Maybe; + swapPool: Scalars['testgoerli_Bytes']; +}; + +export type testgoerli_StableSwap_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type testgoerli_StableSwap_orderBy = + | 'id' + | 'canonicalId' + | 'domain' + | 'swapPool'; + +export type testgoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type testgoerli__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type testgoerli__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: testgoerli__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type goerli_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type goerli_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type goerli_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['goerli_swap_Bytes']; + balances: Array; +}; + + +export type goerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type goerli_swap_LpAccountBalance = { + id: Scalars['ID']; + account: goerli_swap_LpAccount; + token: goerli_swap_LpToken; + amount: Scalars['goerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type goerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -40084,6 +39002,27 @@ export type arbitrumgoerli_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -40104,51 +39043,15 @@ export type arbitrumgoerli_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -40157,40 +39060,35 @@ export type arbitrumgoerli_swap_LpTransferEvent_filter = { block_lte?: InputMaybe; block_in?: InputMaybe>; block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_LpTransferEvent_orderBy = +export type goerli_swap_LpAccountBalance_orderBy = | 'id' + | 'account' + | 'account__id' + | 'account__address' | 'token' | 'token__id' | 'token__address' @@ -40199,26 +39097,11 @@ export type arbitrumgoerli_swap_LpTransferEvent_orderBy = | 'token__symbol' | 'token__totalSupply' | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type arbitrumgoerli_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type arbitrumgoerli_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['arbitrumgoerli_swap_Bytes']; -}; + | 'modified' + | 'transaction'; -export type arbitrumgoerli_swap_PooledToken_filter = { +export type goerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -40227,116 +39110,59 @@ export type arbitrumgoerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_PooledToken_orderBy = +export type goerli_swap_LpAccount_orderBy = | 'id' - | 'asset'; + | 'address' + | 'balances'; -export type arbitrumgoerli_swap_StableSwap = { +export type goerli_swap_LpToken = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['arbitrumgoerli_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type arbitrumgoerli_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumgoerli_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumgoerli_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type arbitrumgoerli_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + address: Scalars['goerli_swap_Bytes']; + stableSwap: goerli_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['goerli_swap_BigDecimal']; + events: Array; }; -export type arbitrumgoerli_swap_StableSwapweeklyVolumesArgs = { +export type goerli_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent = arbitrumgoerli_swap_StableSwapEvent & { +export type goerli_swap_LpTokenEvent = { id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; - provider: Scalars['arbitrumgoerli_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; + token: goerli_swap_LpToken; + amount: Scalars['goerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type goerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -40345,79 +39171,35 @@ export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -40434,16 +39216,16 @@ export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -40453,52 +39235,27 @@ export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type goerli_swap_LpTokenEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type arbitrumgoerli_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type arbitrumgoerli_swap_StableSwapEvent_filter = { +export type goerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -40507,6 +39264,16 @@ export type arbitrumgoerli_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -40527,49 +39294,73 @@ export type arbitrumgoerli_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_StableSwapEvent_orderBy = +export type goerli_swap_LpToken_orderBy = | 'id' + | 'address' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -40587,28 +39378,27 @@ export type arbitrumgoerli_swap_StableSwapEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type arbitrumgoerli_swap_StableSwapExchange = { +export type goerli_swap_LpTransferEvent = goerli_swap_LpTokenEvent & { id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; - buyer: Scalars['arbitrumgoerli_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; + token: goerli_swap_LpToken; + amount: Scalars['goerli_swap_BigDecimal']; + from: Scalars['goerli_swap_Bytes']; + to: Scalars['goerli_swap_Bytes']; + fromBalance: Scalars['goerli_swap_BigDecimal']; + toBalance: Scalars['goerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_swap_StableSwapExchange_filter = { +export type goerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -40617,171 +39407,259 @@ export type arbitrumgoerli_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_StableSwapExchange_orderBy = +export type goerli_swap_LpTransferEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent = arbitrumgoerli_swap_StableSwapEvent & { +/** Defines the order direction, either ascending or descending */ +export type goerli_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type goerli_swap_PooledToken = { id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; - provider: Scalars['arbitrumgoerli_swap_Bytes']; + asset: Scalars['goerli_swap_Bytes']; +}; + +export type goerli_swap_PooledToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type goerli_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['goerli_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type goerli_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type goerli_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type goerli_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type goerli_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type goerli_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type goerli_swap_StableSwapAddLiquidityEvent = goerli_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: goerli_swap_StableSwap; + provider: Scalars['goerli_swap_Bytes']; tokenAmounts: Array; - fees?: Maybe>; + fees: Array; invariant?: Maybe; lpTokenSupply: Scalars['BigInt']; lpTokenAmount: Scalars['BigInt']; balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumgoerli_swap_Bytes']; + transaction: Scalars['goerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type goerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -40810,17 +39688,17 @@ export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -40879,16 +39757,16 @@ export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -40898,12 +39776,12 @@ export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type goerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -40934,209 +39812,16 @@ export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumgoerli_swap_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumgoerli_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type arbitrumgoerli_swap_SwapDailyVolume = arbitrumgoerli_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumgoerli_swap_BigDecimal']; -}; - -export type arbitrumgoerli_swap_SwapDailyVolume_filter = { +export type goerli_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: goerli_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['goerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type goerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41165,7 +39850,15 @@ export type arbitrumgoerli_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -41174,21 +39867,31 @@ export type arbitrumgoerli_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_SwapDailyVolume_orderBy = +export type goerli_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -41207,17 +39910,28 @@ export type arbitrumgoerli_swap_SwapDailyVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type arbitrumgoerli_swap_SwapHourlyVolume = arbitrumgoerli_swap_SwapTradeVolume & { +export type goerli_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; + stableSwap: goerli_swap_StableSwap; + buyer: Scalars['goerli_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumgoerli_swap_BigDecimal']; + transaction: Scalars['goerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_swap_SwapHourlyVolume_filter = { +export type goerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41246,7 +39960,71 @@ export type arbitrumgoerli_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -41255,21 +40033,31 @@ export type arbitrumgoerli_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_SwapHourlyVolume_orderBy = +export type goerli_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -41288,88 +40076,35 @@ export type arbitrumgoerli_swap_SwapHourlyVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' | 'timestamp' - | 'volume'; - -export type arbitrumgoerli_swap_SwapTradeVolume = { - stableSwap: arbitrumgoerli_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumgoerli_swap_BigDecimal']; -}; - -export type arbitrumgoerli_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumgoerli_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type arbitrumgoerli_swap_SwapWeeklyVolume = arbitrumgoerli_swap_SwapTradeVolume & { +export type goerli_swap_StableSwapRemoveLiquidityEvent = goerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: arbitrumgoerli_swap_StableSwap; + stableSwap: goerli_swap_StableSwap; + provider: Scalars['goerli_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumgoerli_swap_BigDecimal']; + transaction: Scalars['goerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_swap_SwapWeeklyVolume_filter = { +export type goerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41398,7 +40133,67 @@ export type arbitrumgoerli_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -41407,21 +40202,31 @@ export type arbitrumgoerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_swap_SwapWeeklyVolume_orderBy = +export type goerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -41440,112 +40245,19 @@ export type arbitrumgoerli_swap_SwapWeeklyVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'volume'; - -export type arbitrumgoerli_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type arbitrumgoerli_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumgoerli_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type arbitrumgoerli_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type arbitrumgoerli_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: arbitrumgoerli_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type mumbai_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type mumbai_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type mumbai_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['mumbai_swap_Bytes']; - balances: Array; -}; - - -export type mumbai_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mumbai_swap_LpAccountBalance = { - id: Scalars['ID']; - account: mumbai_swap_LpAccount; - token: mumbai_swap_LpToken; - amount: Scalars['mumbai_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; + | 'transaction' + | 'nonce'; -export type mumbai_swap_LpAccountBalance_filter = { +export type goerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41554,167 +40266,200 @@ export type mumbai_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mumbai_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type mumbai_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_LpAccount_orderBy = +export type goerli_swap_StableSwap_orderBy = | 'id' - | 'address' - | 'balances'; - -export type mumbai_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['mumbai_swap_Bytes']; - stableSwap: mumbai_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['mumbai_swap_BigDecimal']; - events: Array; -}; - - -export type mumbai_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type mumbai_swap_LpTokenEvent = { +export type goerli_swap_SwapDailyVolume = goerli_swap_SwapTradeVolume & { id: Scalars['ID']; - token: mumbai_swap_LpToken; - amount: Scalars['mumbai_swap_BigDecimal']; - block: Scalars['BigInt']; + stableSwap: goerli_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type mumbai_swap_LpTokenEvent_filter = { +export type goerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41723,43 +40468,27 @@ export type mumbai_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -41768,46 +40497,50 @@ export type mumbai_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_LpTokenEvent_orderBy = +export type goerli_swap_SwapDailyVolume_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type mumbai_swap_LpToken_filter = { +export type goerli_swap_SwapHourlyVolume = goerli_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: goerli_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['goerli_swap_BigDecimal']; +}; + +export type goerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -41816,16 +40549,6 @@ export type mumbai_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -41846,73 +40569,31 @@ export type mumbai_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_LpToken_orderBy = +export type goerli_swap_SwapHourlyVolume_orderBy = | 'id' - | 'address' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -41930,296 +40611,16 @@ export type mumbai_swap_LpToken_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type mumbai_swap_LpTransferEvent = mumbai_swap_LpTokenEvent & { - id: Scalars['ID']; - token: mumbai_swap_LpToken; - amount: Scalars['mumbai_swap_BigDecimal']; - from: Scalars['mumbai_swap_Bytes']; - to: Scalars['mumbai_swap_Bytes']; - fromBalance: Scalars['mumbai_swap_BigDecimal']; - toBalance: Scalars['mumbai_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mumbai_swap_LpTransferEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mumbai_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type mumbai_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type mumbai_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['mumbai_swap_Bytes']; -}; - -export type mumbai_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mumbai_swap_PooledToken_orderBy = - | 'id' - | 'asset'; - -export type mumbai_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['mumbai_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type mumbai_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mumbai_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mumbai_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mumbai_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type mumbai_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'volume'; -export type mumbai_swap_StableSwapAddLiquidityEvent = mumbai_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - provider: Scalars['mumbai_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; +export type goerli_swap_SwapTradeVolume = { + stableSwap: goerli_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type mumbai_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; +export type goerli_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -42240,67 +40641,7 @@ export type mumbai_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -42309,32 +40650,21 @@ export type mumbai_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' +export type goerli_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -42352,28 +40682,17 @@ export type mumbai_swap_StableSwapAddLiquidityEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type mumbai_swap_StableSwapEvent = { +export type goerli_swap_SwapWeeklyVolume = goerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - block: Scalars['BigInt']; + stableSwap: goerli_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['goerli_swap_BigDecimal']; }; -export type mumbai_swap_StableSwapEvent_filter = { +export type goerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -42402,15 +40721,7 @@ export type mumbai_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -42419,31 +40730,21 @@ export type mumbai_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_StableSwapEvent_orderBy = +export type goerli_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -42462,28 +40763,16 @@ export type mumbai_swap_StableSwapEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type mumbai_swap_StableSwapExchange = { +export type goerli_swap_SystemInfo = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - buyer: Scalars['mumbai_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type mumbai_swap_StableSwapExchange_filter = { +export type goerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -42492,83 +40781,300 @@ export type mumbai_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type goerli_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type goerli_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: goerli_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type stagingoptimismgoerli_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingoptimismgoerli_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingoptimismgoerli_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['stagingoptimismgoerli_swap_Bytes']; + balances: Array; +}; + + +export type stagingoptimismgoerli_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimismgoerli_swap_LpAccountBalance = { + id: Scalars['ID']; + account: stagingoptimismgoerli_swap_LpAccount; + token: stagingoptimismgoerli_swap_LpToken; + amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type stagingoptimismgoerli_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimismgoerli_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type stagingoptimismgoerli_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimismgoerli_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type stagingoptimismgoerli_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['stagingoptimismgoerli_swap_Bytes']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + events: Array; +}; + + +export type stagingoptimismgoerli_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimismgoerli_swap_LpTokenEvent = { + id: Scalars['ID']; + token: stagingoptimismgoerli_swap_LpToken; + amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingoptimismgoerli_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -42585,16 +41091,16 @@ export type mumbai_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -42604,59 +41110,27 @@ export type mumbai_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_StableSwapExchange_orderBy = +export type stagingoptimismgoerli_swap_LpTokenEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type mumbai_swap_StableSwapRemoveLiquidityEvent = mumbai_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - provider: Scalars['mumbai_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mumbai_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingoptimismgoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -42665,6 +41139,16 @@ export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -42685,101 +41169,73 @@ export type mumbai_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type stagingoptimismgoerli_swap_LpToken_orderBy = | 'id' + | 'address' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -42797,221 +41253,27 @@ export type mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type mumbai_swap_StableSwap_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mumbai_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type mumbai_swap_SwapDailyVolume = mumbai_swap_SwapTradeVolume & { +export type stagingoptimismgoerli_swap_LpTransferEvent = stagingoptimismgoerli_swap_LpTokenEvent & { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; + token: stagingoptimismgoerli_swap_LpToken; + amount: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + from: Scalars['stagingoptimismgoerli_swap_Bytes']; + to: Scalars['stagingoptimismgoerli_swap_Bytes']; + fromBalance: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + toBalance: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_swap_SwapDailyVolume_filter = { +export type stagingoptimismgoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -43020,27 +41282,79 @@ export type mumbai_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -43049,50 +41363,60 @@ export type mumbai_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_SwapDailyVolume_orderBy = +export type stagingoptimismgoerli_swap_LpTransferEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type mumbai_swap_SwapHourlyVolume = mumbai_swap_SwapTradeVolume & { +/** Defines the order direction, either ascending or descending */ +export type stagingoptimismgoerli_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingoptimismgoerli_swap_PooledToken = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; + asset: Scalars['stagingoptimismgoerli_swap_Bytes']; }; -export type mumbai_swap_SwapHourlyVolume_filter = { +export type stagingoptimismgoerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -43101,27 +41425,205 @@ export type mumbai_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimismgoerli_swap_PooledToken_orderBy = + | 'id' + | 'asset'; + +export type stagingoptimismgoerli_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['stagingoptimismgoerli_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type stagingoptimismgoerli_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingoptimismgoerli_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingoptimismgoerli_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingoptimismgoerli_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type stagingoptimismgoerli_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + provider: Scalars['stagingoptimismgoerli_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -43130,21 +41632,31 @@ export type mumbai_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_SwapHourlyVolume_orderBy = +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -43163,16 +41675,36 @@ export type mumbai_swap_SwapHourlyVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type mumbai_swap_SwapTradeVolume = { - stableSwap: mumbai_swap_StableSwap; +export type stagingoptimismgoerli_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_swap_SwapTradeVolume_filter = { +export type stagingoptimismgoerli_swap_StableSwapEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -43193,7 +41725,15 @@ export type mumbai_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -43202,21 +41742,32 @@ export type mumbai_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_SwapTradeVolume_orderBy = +export type stagingoptimismgoerli_swap_StableSwapEvent_orderBy = + | 'id' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -43234,17 +41785,28 @@ export type mumbai_swap_SwapTradeVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type mumbai_swap_SwapWeeklyVolume = mumbai_swap_SwapTradeVolume & { +export type stagingoptimismgoerli_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: mumbai_swap_StableSwap; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + buyer: Scalars['stagingoptimismgoerli_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['mumbai_swap_BigDecimal']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_swap_SwapWeeklyVolume_filter = { +export type stagingoptimismgoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -43273,7 +41835,71 @@ export type mumbai_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -43282,21 +41908,31 @@ export type mumbai_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_swap_SwapWeeklyVolume_orderBy = +export type stagingoptimismgoerli_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -43315,16 +41951,35 @@ export type mumbai_swap_SwapWeeklyVolume_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' | 'timestamp' - | 'volume'; + | 'transaction' + | 'nonce'; -export type mumbai_swap_SystemInfo = { +export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent = stagingoptimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; + provider: Scalars['stagingoptimismgoerli_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['stagingoptimismgoerli_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mumbai_swap_SystemInfo_filter = { +export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -43333,300 +41988,79 @@ export type mumbai_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mumbai_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type mumbai_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type mumbai_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: mumbai_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type bnb_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type bnb_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type bnb_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['bnb_swap_Bytes']; - balances: Array; -}; - - -export type bnb_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type bnb_swap_LpAccountBalance = { - id: Scalars['ID']; - account: bnb_swap_LpAccount; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type bnb_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_LpAccountBalance_orderBy = - | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; - -export type bnb_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type bnb_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['bnb_swap_Bytes']; - stableSwap: bnb_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['bnb_swap_BigDecimal']; - events: Array; -}; - - -export type bnb_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type bnb_swap_LpTokenEvent = { - id: Scalars['ID']; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type bnb_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -43643,16 +42077,16 @@ export type bnb_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -43662,132 +42096,13 @@ export type bnb_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type bnb_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_LpToken_orderBy = +export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'address' | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -43805,27 +42120,19 @@ export type bnb_swap_LpToken_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type bnb_swap_LpTransferEvent = bnb_swap_LpTokenEvent & { - id: Scalars['ID']; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; - from: Scalars['bnb_swap_Bytes']; - to: Scalars['bnb_swap_Bytes']; - fromBalance: Scalars['bnb_swap_BigDecimal']; - toBalance: Scalars['bnb_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type bnb_swap_LpTransferEvent_filter = { +export type stagingoptimismgoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -43834,259 +42141,200 @@ export type bnb_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_LpTransferEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type bnb_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type bnb_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['bnb_swap_Bytes']; -}; - -export type bnb_swap_PooledToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_PooledToken_orderBy = +export type stagingoptimismgoerli_swap_StableSwap_orderBy = | 'id' - | 'asset'; - -export type bnb_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['bnb_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type bnb_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type bnb_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type bnb_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type bnb_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type bnb_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type bnb_swap_StableSwapAddLiquidityEvent = bnb_swap_StableSwapEvent & { +export type stagingoptimismgoerli_swap_SwapDailyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - provider: Scalars['bnb_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type bnb_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingoptimismgoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -44115,67 +42363,7 @@ export type bnb_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -44184,31 +42372,21 @@ export type bnb_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = +export type stagingoptimismgoerli_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -44227,28 +42405,17 @@ export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type bnb_swap_StableSwapEvent = { +export type stagingoptimismgoerli_swap_SwapHourlyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - block: Scalars['BigInt']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type bnb_swap_StableSwapEvent_filter = { +export type stagingoptimismgoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -44277,15 +42444,7 @@ export type bnb_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -44294,31 +42453,21 @@ export type bnb_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwapEvent_orderBy = +export type stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -44337,36 +42486,16 @@ export type bnb_swap_StableSwapEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type bnb_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - buyer: Scalars['bnb_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; +export type stagingoptimismgoerli_swap_SwapTradeVolume = { + stableSwap: stagingoptimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type bnb_swap_StableSwapExchange_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; +export type stagingoptimismgoerli_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -44387,71 +42516,7 @@ export type bnb_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -44460,32 +42525,21 @@ export type bnb_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwapExchange_orderBy = - | 'id' +export type stagingoptimismgoerli_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -44503,35 +42557,17 @@ export type bnb_swap_StableSwapExchange_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & { +export type stagingoptimismgoerli_swap_SwapWeeklyVolume = stagingoptimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - provider: Scalars['bnb_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; + stableSwap: stagingoptimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['stagingoptimismgoerli_swap_BigDecimal']; }; -export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingoptimismgoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -44560,67 +42596,7 @@ export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -44629,31 +42605,21 @@ export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -44672,19 +42638,16 @@ export type bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'stableSwap__virtualPrice' | 'stableSwap__invariant' | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'volume'; -export type bnb_swap_StableSwap_filter = { +export type stagingoptimismgoerli_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type stagingoptimismgoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -44693,551 +42656,36 @@ export type bnb_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type bnb_swap_SwapDailyVolume = bnb_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; -}; - -export type bnb_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_SwapDailyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type bnb_swap_SwapHourlyVolume = bnb_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; -}; - -export type bnb_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type bnb_swap_SwapTradeVolume = { - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; -}; - -export type bnb_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type bnb_swap_SwapWeeklyVolume = bnb_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; -}; - -export type bnb_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_SwapWeeklyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type bnb_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type bnb_swap_SystemInfo_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type bnb_swap_SystemInfo_orderBy = +export type stagingoptimismgoerli_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type bnb_swap__Block_ = { +export type stagingoptimismgoerli_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -45245,7 +42693,7 @@ export type bnb_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type bnb_swap__Meta_ = { +export type stagingoptimismgoerli_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -45253,49 +42701,49 @@ export type bnb_swap__Meta_ = { * and therefore asks for the latest block * */ - block: bnb_swap__Block_; + block: stagingoptimismgoerli_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingmumbai_swap_BlockChangedFilter = { +export type arbitrumone_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmumbai_swap_Block_height = { - hash?: InputMaybe; +export type arbitrumone_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmumbai_swap_LpAccount = { +export type arbitrumone_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['stagingmumbai_swap_Bytes']; - balances: Array; + address: Scalars['arbitrumone_swap_Bytes']; + balances: Array; }; -export type stagingmumbai_swap_LpAccountbalancesArgs = { +export type arbitrumone_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_LpAccountBalance = { +export type arbitrumone_swap_LpAccountBalance = { id: Scalars['ID']; - account: stagingmumbai_swap_LpAccount; - token: stagingmumbai_swap_LpToken; - amount: Scalars['stagingmumbai_swap_BigDecimal']; + account: arbitrumone_swap_LpAccount; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type stagingmumbai_swap_LpAccountBalance_filter = { +export type arbitrumone_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45324,7 +42772,7 @@ export type stagingmumbai_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -45345,15 +42793,15 @@ export type stagingmumbai_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -45370,23 +42818,23 @@ export type stagingmumbai_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_LpAccountBalance_orderBy = +export type arbitrumone_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -45403,7 +42851,7 @@ export type stagingmumbai_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type stagingmumbai_swap_LpAccount_filter = { +export type arbitrumone_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45412,59 +42860,59 @@ export type stagingmumbai_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_LpAccount_orderBy = +export type arbitrumone_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type stagingmumbai_swap_LpToken = { +export type arbitrumone_swap_LpToken = { id: Scalars['ID']; - address: Scalars['stagingmumbai_swap_Bytes']; - stableSwap: stagingmumbai_swap_StableSwap; + address: Scalars['arbitrumone_swap_Bytes']; + stableSwap: arbitrumone_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['stagingmumbai_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['arbitrumone_swap_BigDecimal']; + events: Array; }; -export type stagingmumbai_swap_LpTokeneventsArgs = { +export type arbitrumone_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_LpTokenEvent = { +export type arbitrumone_swap_LpTokenEvent = { id: Scalars['ID']; - token: stagingmumbai_swap_LpToken; - amount: Scalars['stagingmumbai_swap_BigDecimal']; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmumbai_swap_LpTokenEvent_filter = { +export type arbitrumone_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45493,15 +42941,15 @@ export type stagingmumbai_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -45518,16 +42966,16 @@ export type stagingmumbai_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -45537,12 +42985,12 @@ export type stagingmumbai_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_LpTokenEvent_orderBy = +export type arbitrumone_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -45557,7 +43005,7 @@ export type stagingmumbai_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type stagingmumbai_swap_LpToken_filter = { +export type arbitrumone_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45566,16 +43014,16 @@ export type stagingmumbai_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -45596,7 +43044,7 @@ export type stagingmumbai_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -45645,22 +43093,22 @@ export type stagingmumbai_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_LpToken_orderBy = +export type arbitrumone_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -45686,21 +43134,21 @@ export type stagingmumbai_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type stagingmumbai_swap_LpTransferEvent = stagingmumbai_swap_LpTokenEvent & { +export type arbitrumone_swap_LpTransferEvent = arbitrumone_swap_LpTokenEvent & { id: Scalars['ID']; - token: stagingmumbai_swap_LpToken; - amount: Scalars['stagingmumbai_swap_BigDecimal']; - from: Scalars['stagingmumbai_swap_Bytes']; - to: Scalars['stagingmumbai_swap_Bytes']; - fromBalance: Scalars['stagingmumbai_swap_BigDecimal']; - toBalance: Scalars['stagingmumbai_swap_BigDecimal']; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; + from: Scalars['arbitrumone_swap_Bytes']; + to: Scalars['arbitrumone_swap_Bytes']; + fromBalance: Scalars['arbitrumone_swap_BigDecimal']; + toBalance: Scalars['arbitrumone_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmumbai_swap_LpTransferEvent_filter = { +export type arbitrumone_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45729,51 +43177,51 @@ export type stagingmumbai_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -45790,16 +43238,16 @@ export type stagingmumbai_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -45809,12 +43257,12 @@ export type stagingmumbai_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_LpTransferEvent_orderBy = +export type arbitrumone_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -45834,16 +43282,16 @@ export type stagingmumbai_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type stagingmumbai_swap_OrderDirection = +export type arbitrumone_swap_OrderDirection = | 'asc' | 'desc'; -export type stagingmumbai_swap_PooledToken = { +export type arbitrumone_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['stagingmumbai_swap_Bytes']; + asset: Scalars['arbitrumone_swap_Bytes']; }; -export type stagingmumbai_swap_PooledToken_filter = { +export type arbitrumone_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45852,103 +43300,103 @@ export type stagingmumbai_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_PooledToken_orderBy = +export type arbitrumone_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type stagingmumbai_swap_StableSwap = { +export type arbitrumone_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['stagingmumbai_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['arbitrumone_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type stagingmumbai_swap_StableSwapeventsArgs = { +export type arbitrumone_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_StableSwapexchangesArgs = { +export type arbitrumone_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_StableSwaphourlyVolumesArgs = { +export type arbitrumone_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_StableSwapdailyVolumesArgs = { +export type arbitrumone_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_StableSwapweeklyVolumesArgs = { +export type arbitrumone_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_swap_StableSwapAddLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { +export type arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - provider: Scalars['stagingmumbai_swap_Bytes']; + stableSwap: arbitrumone_swap_StableSwap; + provider: Scalars['arbitrumone_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -45957,11 +43405,11 @@ export type stagingmumbai_swap_StableSwapAddLiquidityEvent = stagingmumbai_swap_ balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { +export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -45990,17 +43438,17 @@ export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -46059,16 +43507,16 @@ export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -46078,12 +43526,12 @@ export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy = +export type arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -46114,16 +43562,16 @@ export type stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type stagingmumbai_swap_StableSwapEvent = { +export type arbitrumone_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; + stableSwap: arbitrumone_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmumbai_swap_StableSwapEvent_filter = { +export type arbitrumone_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46152,7 +43600,7 @@ export type stagingmumbai_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -46169,16 +43617,16 @@ export type stagingmumbai_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -46188,12 +43636,12 @@ export type stagingmumbai_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_StableSwapEvent_orderBy = +export type arbitrumone_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -46217,10 +43665,10 @@ export type stagingmumbai_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type stagingmumbai_swap_StableSwapExchange = { +export type arbitrumone_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - buyer: Scalars['stagingmumbai_swap_Bytes']; + stableSwap: arbitrumone_swap_StableSwap; + buyer: Scalars['arbitrumone_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -46229,11 +43677,11 @@ export type stagingmumbai_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmumbai_swap_StableSwapExchange_filter = { +export type arbitrumone_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46262,17 +43710,17 @@ export type stagingmumbai_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -46335,16 +43783,16 @@ export type stagingmumbai_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -46354,12 +43802,12 @@ export type stagingmumbai_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_StableSwapExchange_orderBy = +export type arbitrumone_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -46390,10 +43838,10 @@ export type stagingmumbai_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; - provider: Scalars['stagingmumbai_swap_Bytes']; + stableSwap: arbitrumone_swap_StableSwap; + provider: Scalars['arbitrumone_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -46402,11 +43850,11 @@ export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent = stagingmumbai_sw balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['stagingmumbai_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46435,17 +43883,17 @@ export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -46504,16 +43952,16 @@ export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -46523,12 +43971,12 @@ export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -46559,7 +44007,7 @@ export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type stagingmumbai_swap_StableSwap_filter = { +export type arbitrumone_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46572,26 +44020,26 @@ export type stagingmumbai_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -46600,26 +44048,26 @@ export type stagingmumbai_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -46668,12 +44116,12 @@ export type stagingmumbai_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -46716,18 +44164,18 @@ export type stagingmumbai_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_StableSwap_orderBy = +export type arbitrumone_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -46754,14 +44202,14 @@ export type stagingmumbai_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type stagingmumbai_swap_SwapDailyVolume = stagingmumbai_swap_SwapTradeVolume & { +export type arbitrumone_swap_SwapDailyVolume = arbitrumone_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type stagingmumbai_swap_SwapDailyVolume_filter = { +export type arbitrumone_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46790,7 +44238,7 @@ export type stagingmumbai_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -46799,21 +44247,21 @@ export type stagingmumbai_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SwapDailyVolume_orderBy = +export type arbitrumone_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -46835,14 +44283,14 @@ export type stagingmumbai_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type stagingmumbai_swap_SwapHourlyVolume = stagingmumbai_swap_SwapTradeVolume & { +export type arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type stagingmumbai_swap_SwapHourlyVolume_filter = { +export type arbitrumone_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46871,7 +44319,7 @@ export type stagingmumbai_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -46880,21 +44328,21 @@ export type stagingmumbai_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SwapHourlyVolume_orderBy = +export type arbitrumone_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -46916,13 +44364,13 @@ export type stagingmumbai_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type stagingmumbai_swap_SwapTradeVolume = { - stableSwap: stagingmumbai_swap_StableSwap; +export type arbitrumone_swap_SwapTradeVolume = { + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type stagingmumbai_swap_SwapTradeVolume_filter = { +export type arbitrumone_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -46943,7 +44391,7 @@ export type stagingmumbai_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -46952,21 +44400,21 @@ export type stagingmumbai_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SwapTradeVolume_orderBy = +export type arbitrumone_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -46987,14 +44435,14 @@ export type stagingmumbai_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type stagingmumbai_swap_SwapWeeklyVolume = stagingmumbai_swap_SwapTradeVolume & { +export type arbitrumone_swap_SwapWeeklyVolume = arbitrumone_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: stagingmumbai_swap_StableSwap; + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['stagingmumbai_swap_BigDecimal']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type stagingmumbai_swap_SwapWeeklyVolume_filter = { +export type arbitrumone_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47023,7 +44471,7 @@ export type stagingmumbai_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -47032,21 +44480,21 @@ export type stagingmumbai_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SwapWeeklyVolume_orderBy = +export type arbitrumone_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47068,13 +44516,13 @@ export type stagingmumbai_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type stagingmumbai_swap_SystemInfo = { +export type arbitrumone_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type stagingmumbai_swap_SystemInfo_filter = { +export type arbitrumone_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47100,19 +44548,19 @@ export type stagingmumbai_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_swap_SystemInfo_orderBy = +export type arbitrumone_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type stagingmumbai_swap__Block_ = { +export type arbitrumone_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -47120,7 +44568,7 @@ export type stagingmumbai_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingmumbai_swap__Meta_ = { +export type arbitrumone_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -47128,49 +44576,49 @@ export type stagingmumbai_swap__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmumbai_swap__Block_; + block: arbitrumone_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type xdai_swap_BlockChangedFilter = { +export type polygon_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type xdai_swap_Block_height = { - hash?: InputMaybe; +export type polygon_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type xdai_swap_LpAccount = { +export type polygon_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - balances: Array; + address: Scalars['polygon_swap_Bytes']; + balances: Array; }; -export type xdai_swap_LpAccountbalancesArgs = { +export type polygon_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_LpAccountBalance = { +export type polygon_swap_LpAccountBalance = { id: Scalars['ID']; - account: xdai_swap_LpAccount; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; + account: polygon_swap_LpAccount; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type xdai_swap_LpAccountBalance_filter = { +export type polygon_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47199,7 +44647,7 @@ export type xdai_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -47220,15 +44668,15 @@ export type xdai_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -47245,23 +44693,23 @@ export type xdai_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpAccountBalance_orderBy = +export type polygon_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -47278,7 +44726,7 @@ export type xdai_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type xdai_swap_LpAccount_filter = { +export type polygon_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47287,59 +44735,59 @@ export type xdai_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpAccount_orderBy = +export type polygon_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type xdai_swap_LpToken = { +export type polygon_swap_LpToken = { id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - stableSwap: xdai_swap_StableSwap; + address: Scalars['polygon_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['xdai_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['polygon_swap_BigDecimal']; + events: Array; }; -export type xdai_swap_LpTokeneventsArgs = { +export type polygon_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_LpTokenEvent = { +export type polygon_swap_LpTokenEvent = { id: Scalars['ID']; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_LpTokenEvent_filter = { +export type polygon_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47368,15 +44816,15 @@ export type xdai_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -47393,16 +44841,16 @@ export type xdai_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -47412,12 +44860,12 @@ export type xdai_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpTokenEvent_orderBy = +export type polygon_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -47432,7 +44880,7 @@ export type xdai_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_LpToken_filter = { +export type polygon_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47441,16 +44889,16 @@ export type xdai_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -47471,7 +44919,7 @@ export type xdai_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -47520,22 +44968,22 @@ export type xdai_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpToken_orderBy = +export type polygon_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -47561,21 +45009,21 @@ export type xdai_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { +export type polygon_swap_LpTransferEvent = polygon_swap_LpTokenEvent & { id: Scalars['ID']; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; - from: Scalars['xdai_swap_Bytes']; - to: Scalars['xdai_swap_Bytes']; - fromBalance: Scalars['xdai_swap_BigDecimal']; - toBalance: Scalars['xdai_swap_BigDecimal']; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; + from: Scalars['polygon_swap_Bytes']; + to: Scalars['polygon_swap_Bytes']; + fromBalance: Scalars['polygon_swap_BigDecimal']; + toBalance: Scalars['polygon_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_LpTransferEvent_filter = { +export type polygon_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47604,51 +45052,51 @@ export type xdai_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -47665,16 +45113,16 @@ export type xdai_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -47684,12 +45132,12 @@ export type xdai_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpTransferEvent_orderBy = +export type polygon_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -47709,16 +45157,16 @@ export type xdai_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type xdai_swap_OrderDirection = +export type polygon_swap_OrderDirection = | 'asc' | 'desc'; -export type xdai_swap_PooledToken = { +export type polygon_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['xdai_swap_Bytes']; + asset: Scalars['polygon_swap_Bytes']; }; -export type xdai_swap_PooledToken_filter = { +export type polygon_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47727,103 +45175,103 @@ export type xdai_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_PooledToken_orderBy = +export type polygon_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type xdai_swap_StableSwap = { +export type polygon_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['xdai_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['polygon_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type xdai_swap_StableSwapeventsArgs = { +export type polygon_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapexchangesArgs = { +export type polygon_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwaphourlyVolumesArgs = { +export type polygon_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapdailyVolumesArgs = { +export type polygon_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapweeklyVolumesArgs = { +export type polygon_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { +export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -47832,11 +45280,11 @@ export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapAddLiquidityEvent_filter = { +export type polygon_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47865,17 +45313,17 @@ export type xdai_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -47934,16 +45382,16 @@ export type xdai_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -47953,12 +45401,12 @@ export type xdai_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = +export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47989,16 +45437,16 @@ export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapEvent = { +export type polygon_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapEvent_filter = { +export type polygon_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48027,7 +45475,7 @@ export type xdai_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -48044,16 +45492,16 @@ export type xdai_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -48063,12 +45511,12 @@ export type xdai_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapEvent_orderBy = +export type polygon_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -48092,10 +45540,10 @@ export type xdai_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapExchange = { +export type polygon_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - buyer: Scalars['xdai_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + buyer: Scalars['polygon_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -48104,11 +45552,11 @@ export type xdai_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapExchange_filter = { +export type polygon_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48137,17 +45585,17 @@ export type xdai_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -48210,16 +45658,16 @@ export type xdai_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -48229,12 +45677,12 @@ export type xdai_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapExchange_orderBy = +export type polygon_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -48265,10 +45713,10 @@ export type xdai_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { +export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -48277,11 +45725,11 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { +export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48310,17 +45758,17 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -48379,16 +45827,16 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -48398,12 +45846,12 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -48434,7 +45882,7 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwap_filter = { +export type polygon_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48447,26 +45895,26 @@ export type xdai_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -48475,26 +45923,26 @@ export type xdai_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -48543,12 +45991,12 @@ export type xdai_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -48591,18 +46039,18 @@ export type xdai_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwap_orderBy = +export type polygon_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -48629,14 +46077,14 @@ export type xdai_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { +export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type xdai_swap_SwapDailyVolume_filter = { +export type polygon_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48665,7 +46113,7 @@ export type xdai_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -48674,21 +46122,21 @@ export type xdai_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapDailyVolume_orderBy = +export type polygon_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -48710,14 +46158,14 @@ export type xdai_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { +export type polygon_swap_SwapHourlyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type xdai_swap_SwapHourlyVolume_filter = { +export type polygon_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48746,7 +46194,7 @@ export type xdai_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -48755,21 +46203,21 @@ export type xdai_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapHourlyVolume_orderBy = +export type polygon_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -48791,13 +46239,13 @@ export type xdai_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapTradeVolume = { - stableSwap: xdai_swap_StableSwap; +export type polygon_swap_SwapTradeVolume = { + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type xdai_swap_SwapTradeVolume_filter = { +export type polygon_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -48818,7 +46266,7 @@ export type xdai_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -48827,21 +46275,21 @@ export type xdai_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapTradeVolume_orderBy = +export type polygon_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -48862,14 +46310,14 @@ export type xdai_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { +export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type xdai_swap_SwapWeeklyVolume_filter = { +export type polygon_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48898,7 +46346,7 @@ export type xdai_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -48907,21 +46355,21 @@ export type xdai_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapWeeklyVolume_orderBy = +export type polygon_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -48943,13 +46391,13 @@ export type xdai_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SystemInfo = { +export type polygon_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type xdai_swap_SystemInfo_filter = { +export type polygon_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48975,19 +46423,19 @@ export type xdai_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SystemInfo_orderBy = +export type polygon_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type xdai_swap__Block_ = { +export type polygon_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -48995,7 +46443,7 @@ export type xdai_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type xdai_swap__Meta_ = { +export type polygon_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -49003,22 +46451,49 @@ export type xdai_swap__Meta_ = { * and therefore asks for the latest block * */ - block: xdai_swap__Block_; + block: polygon_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type staginggoerli_AggregateRootSavedSlow = { +export type xdai_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type xdai_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type xdai_swap_LpAccount = { id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; + address: Scalars['xdai_swap_Bytes']; + balances: Array; }; -export type staginggoerli_AggregateRootSavedSlow_filter = { + +export type xdai_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_swap_LpAccountBalance = { + id: Scalars['ID']; + account: xdai_swap_LpAccount; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type xdai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49027,60 +46502,106 @@ export type staginggoerli_AggregateRootSavedSlow_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_AggregateRootSavedSlow_orderBy = +export type xdai_swap_LpAccountBalance_orderBy = | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; - -export type staginggoerli_AggregatedMessageRoot = { - id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['staginggoerli_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; -}; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type staginggoerli_AggregatedMessageRoot_filter = { +export type xdai_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49089,63 +46610,59 @@ export type staginggoerli_AggregatedMessageRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_AggregatedMessageRoot_orderBy = +export type xdai_swap_LpAccount_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; + | 'address' + | 'balances'; -export type staginggoerli_ArbitrumConnectorMeta = { +export type xdai_swap_LpToken = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; + address: Scalars['xdai_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['xdai_swap_BigDecimal']; + events: Array; }; -export type staginggoerli_ArbitrumConnectorMeta_filter = { + +export type xdai_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_swap_LpTokenEvent = { + id: Scalars['ID']; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type xdai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49154,86 +46671,91 @@ export type staginggoerli_ArbitrumConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_ArbitrumConnectorMeta_orderBy = +export type xdai_swap_LpTokenEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type staginggoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type staginggoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type staginggoerli_BnbConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; -}; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type staginggoerli_BnbConnectorMeta_filter = { +export type xdai_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49242,76 +46764,141 @@ export type staginggoerli_BnbConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_BnbConnectorMeta_orderBy = +export type xdai_swap_LpToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type staginggoerli_GnosisConnectorMeta = { +export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; + from: Scalars['xdai_swap_Bytes']; + to: Scalars['xdai_swap_Bytes']; + fromBalance: Scalars['xdai_swap_BigDecimal']; + toBalance: Scalars['xdai_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type staginggoerli_GnosisConnectorMeta_filter = { +export type xdai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49320,72 +46907,141 @@ export type staginggoerli_GnosisConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_GnosisConnectorMeta_orderBy = +export type xdai_swap_LpTransferEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type staginggoerli_HubDomain = { +/** Defines the order direction, either ascending or descending */ +export type xdai_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type xdai_swap_PooledToken = { id: Scalars['ID']; - domain?: Maybe; + asset: Scalars['xdai_swap_Bytes']; }; -export type staginggoerli_HubDomain_filter = { +export type xdai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49394,32 +47050,116 @@ export type staginggoerli_HubDomain_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_HubDomain_orderBy = +export type xdai_swap_PooledToken_orderBy = | 'id' - | 'domain'; + | 'asset'; -export type staginggoerli_HubOptimisticRootFinalized = { +export type xdai_swap_StableSwap = { id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; + isActive?: Maybe; + key: Scalars['xdai_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type xdai_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xdai_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xdai_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xdai_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type xdai_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type staginggoerli_HubOptimisticRootFinalized_filter = { +export type xdai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49428,16 +47168,87 @@ export type staginggoerli_HubOptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -49446,113 +47257,71 @@ export type staginggoerli_HubOptimisticRootFinalized_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_HubOptimisticRootFinalized_orderBy = +export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'aggregateRoot' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'blockNumber'; - -export type staginggoerli_OptimismConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; -}; - -export type staginggoerli_OptimismConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_OptimismConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'transaction' + | 'nonce'; -export type staginggoerli_OptimisticRootPropagated = { +export type xdai_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - domainsHash: Scalars['staginggoerli_Bytes']; + stableSwap: xdai_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type staginggoerli_OptimisticRootPropagated_filter = { +export type xdai_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49561,26 +47330,35 @@ export type staginggoerli_OptimisticRootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -49589,39 +47367,71 @@ export type staginggoerli_OptimisticRootPropagated_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_OptimisticRootPropagated_orderBy = +export type xdai_swap_StableSwapEvent_orderBy = | 'id' - | 'aggregateRoot' - | 'domainsHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type staginggoerli_OptimisticRootProposed = { +export type xdai_swap_StableSwapExchange = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['staginggoerli_Bytes']; + stableSwap: xdai_swap_StableSwap; + buyer: Scalars['xdai_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type staginggoerli_OptimisticRootProposed_filter = { +export type xdai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49630,93 +47440,171 @@ export type staginggoerli_OptimisticRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_OptimisticRootProposed_orderBy = +export type xdai_swap_StableSwapExchange_orderBy = | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type staginggoerli_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type staginggoerli_PolygonConnectorMeta = { +export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['xdai_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type staginggoerli_PolygonConnectorMeta_filter = { +export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49725,74 +47613,151 @@ export type staginggoerli_PolygonConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_PolygonConnectorMeta_orderBy = +export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type staginggoerli_RootAggregated = { - id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['staginggoerli_Bytes']; - index: Scalars['BigInt']; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type staginggoerli_RootAggregated_filter = { +export type xdai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49801,6 +47766,30 @@ export type staginggoerli_RootAggregated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -49809,132 +47798,168 @@ export type staginggoerli_RootAggregated_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_RootAggregated_orderBy = - | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; - -export type staginggoerli_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; -}; - -export type staginggoerli_RootManagerMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_RootManagerMeta_orderBy = - | 'id' - | 'domains' - | 'connectors'; - -export type staginggoerli_RootManagerMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type staginggoerli_RootManagerMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RootManagerMode_orderBy = +export type xdai_swap_StableSwap_orderBy = | 'id' - | 'mode'; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type staginggoerli_RootMessageProcessed = { +export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type staginggoerli_RootMessageProcessed_filter = { +export type xdai_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49943,52 +47968,27 @@ export type staginggoerli_RootMessageProcessed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -49997,57 +47997,50 @@ export type staginggoerli_RootMessageProcessed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RootMessageProcessed_orderBy = +export type xdai_swap_SwapDailyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type staginggoerli_RootPropagated = { +export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - aggregate: Scalars['staginggoerli_Bytes']; - domainsHash: Scalars['staginggoerli_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type staginggoerli_RootPropagated_filter = { +export type xdai_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50056,65 +48049,150 @@ export type staginggoerli_RootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RootPropagated_orderBy = +export type xdai_swap_SwapHourlyVolume_orderBy = | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type staginggoerli_ZkSyncConnectorMeta = { +export type xdai_swap_SwapTradeVolume = { + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; +}; + +export type xdai_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; + +export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['staginggoerli_Bytes']; - rootManager: Scalars['staginggoerli_Bytes']; - mirrorConnector: Scalars['staginggoerli_Bytes']; + stableSwap: xdai_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type staginggoerli_ZkSyncConnectorMeta_filter = { +export type xdai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50123,69 +48201,116 @@ export type staginggoerli_ZkSyncConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_ZkSyncConnectorMeta_orderBy = +export type xdai_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type staginggoerli__Block_ = { +export type xdai_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type xdai_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type xdai_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type xdai_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -50193,7 +48318,7 @@ export type staginggoerli__Block_ = { }; /** The type for the top-level _meta field */ -export type staginggoerli__Meta_ = { +export type xdai_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -50201,49 +48326,49 @@ export type staginggoerli__Meta_ = { * and therefore asks for the latest block * */ - block: staginggoerli__Block_; + block: xdai_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type optimismgoerli_swap_BlockChangedFilter = { +export type stagingmumbai_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type optimismgoerli_swap_Block_height = { - hash?: InputMaybe; +export type stagingmumbai_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type optimismgoerli_swap_LpAccount = { +export type stagingmumbai_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['optimismgoerli_swap_Bytes']; - balances: Array; + address: Scalars['stagingmumbai_swap_Bytes']; + balances: Array; }; -export type optimismgoerli_swap_LpAccountbalancesArgs = { +export type stagingmumbai_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_LpAccountBalance = { +export type stagingmumbai_swap_LpAccountBalance = { id: Scalars['ID']; - account: optimismgoerli_swap_LpAccount; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; + account: stagingmumbai_swap_LpAccount; + token: stagingmumbai_swap_LpToken; + amount: Scalars['stagingmumbai_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type optimismgoerli_swap_LpAccountBalance_filter = { +export type stagingmumbai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50272,7 +48397,7 @@ export type optimismgoerli_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -50293,15 +48418,15 @@ export type optimismgoerli_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -50318,23 +48443,23 @@ export type optimismgoerli_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpAccountBalance_orderBy = +export type stagingmumbai_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -50351,7 +48476,7 @@ export type optimismgoerli_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type optimismgoerli_swap_LpAccount_filter = { +export type stagingmumbai_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50360,59 +48485,59 @@ export type optimismgoerli_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpAccount_orderBy = +export type stagingmumbai_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type optimismgoerli_swap_LpToken = { +export type stagingmumbai_swap_LpToken = { id: Scalars['ID']; - address: Scalars['optimismgoerli_swap_Bytes']; - stableSwap: optimismgoerli_swap_StableSwap; + address: Scalars['stagingmumbai_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['optimismgoerli_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['stagingmumbai_swap_BigDecimal']; + events: Array; }; -export type optimismgoerli_swap_LpTokeneventsArgs = { +export type stagingmumbai_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_LpTokenEvent = { +export type stagingmumbai_swap_LpTokenEvent = { id: Scalars['ID']; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; + token: stagingmumbai_swap_LpToken; + amount: Scalars['stagingmumbai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_LpTokenEvent_filter = { +export type stagingmumbai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50441,15 +48566,15 @@ export type optimismgoerli_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -50466,16 +48591,16 @@ export type optimismgoerli_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -50485,12 +48610,12 @@ export type optimismgoerli_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpTokenEvent_orderBy = +export type stagingmumbai_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -50505,7 +48630,7 @@ export type optimismgoerli_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_LpToken_filter = { +export type stagingmumbai_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50514,16 +48639,16 @@ export type optimismgoerli_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -50544,7 +48669,7 @@ export type optimismgoerli_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -50593,22 +48718,22 @@ export type optimismgoerli_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpToken_orderBy = +export type stagingmumbai_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -50634,21 +48759,21 @@ export type optimismgoerli_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type optimismgoerli_swap_LpTransferEvent = optimismgoerli_swap_LpTokenEvent & { +export type stagingmumbai_swap_LpTransferEvent = stagingmumbai_swap_LpTokenEvent & { id: Scalars['ID']; - token: optimismgoerli_swap_LpToken; - amount: Scalars['optimismgoerli_swap_BigDecimal']; - from: Scalars['optimismgoerli_swap_Bytes']; - to: Scalars['optimismgoerli_swap_Bytes']; - fromBalance: Scalars['optimismgoerli_swap_BigDecimal']; - toBalance: Scalars['optimismgoerli_swap_BigDecimal']; + token: stagingmumbai_swap_LpToken; + amount: Scalars['stagingmumbai_swap_BigDecimal']; + from: Scalars['stagingmumbai_swap_Bytes']; + to: Scalars['stagingmumbai_swap_Bytes']; + fromBalance: Scalars['stagingmumbai_swap_BigDecimal']; + toBalance: Scalars['stagingmumbai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_LpTransferEvent_filter = { +export type stagingmumbai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50677,51 +48802,51 @@ export type optimismgoerli_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -50738,31 +48863,31 @@ export type optimismgoerli_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_LpTransferEvent_orderBy = +export type stagingmumbai_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -50782,16 +48907,16 @@ export type optimismgoerli_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type optimismgoerli_swap_OrderDirection = +export type stagingmumbai_swap_OrderDirection = | 'asc' | 'desc'; -export type optimismgoerli_swap_PooledToken = { +export type stagingmumbai_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['optimismgoerli_swap_Bytes']; + asset: Scalars['stagingmumbai_swap_Bytes']; }; -export type optimismgoerli_swap_PooledToken_filter = { +export type stagingmumbai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50800,103 +48925,103 @@ export type optimismgoerli_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_PooledToken_orderBy = +export type stagingmumbai_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type optimismgoerli_swap_StableSwap = { +export type stagingmumbai_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['optimismgoerli_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['stagingmumbai_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type optimismgoerli_swap_StableSwapeventsArgs = { +export type stagingmumbai_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwapexchangesArgs = { +export type stagingmumbai_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwaphourlyVolumesArgs = { +export type stagingmumbai_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwapdailyVolumesArgs = { +export type stagingmumbai_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwapweeklyVolumesArgs = { +export type stagingmumbai_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_swap_StableSwapAddLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { +export type stagingmumbai_swap_StableSwapAddLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - provider: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; + provider: Scalars['stagingmumbai_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -50905,11 +49030,11 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent = optimismgoerli_swa balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingmumbai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50938,17 +49063,17 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -51007,16 +49132,16 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -51026,12 +49151,12 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = +export type stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -51062,16 +49187,16 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_StableSwapEvent = { +export type stagingmumbai_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; + stableSwap: stagingmumbai_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_StableSwapEvent_filter = { +export type stagingmumbai_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51100,7 +49225,7 @@ export type optimismgoerli_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -51117,16 +49242,16 @@ export type optimismgoerli_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -51136,12 +49261,12 @@ export type optimismgoerli_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapEvent_orderBy = +export type stagingmumbai_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -51165,10 +49290,10 @@ export type optimismgoerli_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_StableSwapExchange = { +export type stagingmumbai_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - buyer: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; + buyer: Scalars['stagingmumbai_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -51177,11 +49302,11 @@ export type optimismgoerli_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_StableSwapExchange_filter = { +export type stagingmumbai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51210,17 +49335,17 @@ export type optimismgoerli_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -51283,16 +49408,16 @@ export type optimismgoerli_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -51302,12 +49427,12 @@ export type optimismgoerli_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapExchange_orderBy = +export type stagingmumbai_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -51338,10 +49463,10 @@ export type optimismgoerli_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { +export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent = stagingmumbai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; - provider: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: stagingmumbai_swap_StableSwap; + provider: Scalars['stagingmumbai_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -51350,11 +49475,11 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent = optimismgoerli_ balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismgoerli_swap_Bytes']; + transaction: Scalars['stagingmumbai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51383,17 +49508,17 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -51452,16 +49577,16 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -51471,12 +49596,12 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -51507,7 +49632,7 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismgoerli_swap_StableSwap_filter = { +export type stagingmumbai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51520,26 +49645,26 @@ export type optimismgoerli_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -51548,26 +49673,26 @@ export type optimismgoerli_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -51616,12 +49741,12 @@ export type optimismgoerli_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -51664,18 +49789,18 @@ export type optimismgoerli_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_StableSwap_orderBy = +export type stagingmumbai_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -51702,14 +49827,14 @@ export type optimismgoerli_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type optimismgoerli_swap_SwapDailyVolume = optimismgoerli_swap_SwapTradeVolume & { +export type stagingmumbai_swap_SwapDailyVolume = stagingmumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; + stableSwap: stagingmumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type optimismgoerli_swap_SwapDailyVolume_filter = { +export type stagingmumbai_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51738,7 +49863,7 @@ export type optimismgoerli_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -51747,21 +49872,21 @@ export type optimismgoerli_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SwapDailyVolume_orderBy = +export type stagingmumbai_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -51783,14 +49908,14 @@ export type optimismgoerli_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimismgoerli_swap_SwapHourlyVolume = optimismgoerli_swap_SwapTradeVolume & { +export type stagingmumbai_swap_SwapHourlyVolume = stagingmumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; + stableSwap: stagingmumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type optimismgoerli_swap_SwapHourlyVolume_filter = { +export type stagingmumbai_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51819,7 +49944,7 @@ export type optimismgoerli_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -51828,21 +49953,21 @@ export type optimismgoerli_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SwapHourlyVolume_orderBy = +export type stagingmumbai_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -51864,13 +49989,13 @@ export type optimismgoerli_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimismgoerli_swap_SwapTradeVolume = { - stableSwap: optimismgoerli_swap_StableSwap; +export type stagingmumbai_swap_SwapTradeVolume = { + stableSwap: stagingmumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type optimismgoerli_swap_SwapTradeVolume_filter = { +export type stagingmumbai_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -51891,7 +50016,7 @@ export type optimismgoerli_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -51900,21 +50025,21 @@ export type optimismgoerli_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SwapTradeVolume_orderBy = +export type stagingmumbai_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -51935,14 +50060,14 @@ export type optimismgoerli_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type optimismgoerli_swap_SwapWeeklyVolume = optimismgoerli_swap_SwapTradeVolume & { +export type stagingmumbai_swap_SwapWeeklyVolume = stagingmumbai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimismgoerli_swap_StableSwap; + stableSwap: stagingmumbai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismgoerli_swap_BigDecimal']; + volume: Scalars['stagingmumbai_swap_BigDecimal']; }; -export type optimismgoerli_swap_SwapWeeklyVolume_filter = { +export type stagingmumbai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51971,7 +50096,7 @@ export type optimismgoerli_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -51980,21 +50105,21 @@ export type optimismgoerli_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SwapWeeklyVolume_orderBy = +export type stagingmumbai_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -52016,13 +50141,13 @@ export type optimismgoerli_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimismgoerli_swap_SystemInfo = { +export type stagingmumbai_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type optimismgoerli_swap_SystemInfo_filter = { +export type stagingmumbai_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52048,19 +50173,19 @@ export type optimismgoerli_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_swap_SystemInfo_orderBy = +export type stagingmumbai_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type optimismgoerli_swap__Block_ = { +export type stagingmumbai_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -52068,7 +50193,7 @@ export type optimismgoerli_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type optimismgoerli_swap__Meta_ = { +export type stagingmumbai_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -52076,49 +50201,49 @@ export type optimismgoerli_swap__Meta_ = { * and therefore asks for the latest block * */ - block: optimismgoerli_swap__Block_; + block: stagingmumbai_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type optimism_swap_BlockChangedFilter = { +export type optimismgoerli_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type optimism_swap_Block_height = { - hash?: InputMaybe; +export type optimismgoerli_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type optimism_swap_LpAccount = { +export type optimismgoerli_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['optimism_swap_Bytes']; - balances: Array; + address: Scalars['optimismgoerli_swap_Bytes']; + balances: Array; }; -export type optimism_swap_LpAccountbalancesArgs = { +export type optimismgoerli_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_LpAccountBalance = { +export type optimismgoerli_swap_LpAccountBalance = { id: Scalars['ID']; - account: optimism_swap_LpAccount; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; + account: optimismgoerli_swap_LpAccount; + token: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type optimism_swap_LpAccountBalance_filter = { +export type optimismgoerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52147,7 +50272,7 @@ export type optimism_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -52168,15 +50293,15 @@ export type optimism_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -52193,23 +50318,23 @@ export type optimism_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpAccountBalance_orderBy = +export type optimismgoerli_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -52226,7 +50351,7 @@ export type optimism_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type optimism_swap_LpAccount_filter = { +export type optimismgoerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52235,59 +50360,59 @@ export type optimism_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpAccount_orderBy = +export type optimismgoerli_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type optimism_swap_LpToken = { +export type optimismgoerli_swap_LpToken = { id: Scalars['ID']; - address: Scalars['optimism_swap_Bytes']; - stableSwap: optimism_swap_StableSwap; + address: Scalars['optimismgoerli_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['optimism_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['optimismgoerli_swap_BigDecimal']; + events: Array; }; -export type optimism_swap_LpTokeneventsArgs = { +export type optimismgoerli_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_LpTokenEvent = { +export type optimismgoerli_swap_LpTokenEvent = { id: Scalars['ID']; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; + token: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_LpTokenEvent_filter = { +export type optimismgoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52316,15 +50441,15 @@ export type optimism_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -52341,16 +50466,16 @@ export type optimism_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -52360,12 +50485,12 @@ export type optimism_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpTokenEvent_orderBy = +export type optimismgoerli_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -52380,7 +50505,7 @@ export type optimism_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_LpToken_filter = { +export type optimismgoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52389,16 +50514,16 @@ export type optimism_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -52419,7 +50544,7 @@ export type optimism_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -52468,22 +50593,22 @@ export type optimism_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpToken_orderBy = +export type optimismgoerli_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -52509,21 +50634,21 @@ export type optimism_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type optimism_swap_LpTransferEvent = optimism_swap_LpTokenEvent & { +export type optimismgoerli_swap_LpTransferEvent = optimismgoerli_swap_LpTokenEvent & { id: Scalars['ID']; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; - from: Scalars['optimism_swap_Bytes']; - to: Scalars['optimism_swap_Bytes']; - fromBalance: Scalars['optimism_swap_BigDecimal']; - toBalance: Scalars['optimism_swap_BigDecimal']; + token: optimismgoerli_swap_LpToken; + amount: Scalars['optimismgoerli_swap_BigDecimal']; + from: Scalars['optimismgoerli_swap_Bytes']; + to: Scalars['optimismgoerli_swap_Bytes']; + fromBalance: Scalars['optimismgoerli_swap_BigDecimal']; + toBalance: Scalars['optimismgoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_LpTransferEvent_filter = { +export type optimismgoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52552,51 +50677,51 @@ export type optimism_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -52613,16 +50738,16 @@ export type optimism_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -52632,12 +50757,12 @@ export type optimism_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpTransferEvent_orderBy = +export type optimismgoerli_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -52657,16 +50782,16 @@ export type optimism_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type optimism_swap_OrderDirection = +export type optimismgoerli_swap_OrderDirection = | 'asc' | 'desc'; -export type optimism_swap_PooledToken = { +export type optimismgoerli_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['optimism_swap_Bytes']; + asset: Scalars['optimismgoerli_swap_Bytes']; }; -export type optimism_swap_PooledToken_filter = { +export type optimismgoerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52675,103 +50800,103 @@ export type optimism_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_PooledToken_orderBy = +export type optimismgoerli_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type optimism_swap_StableSwap = { +export type optimismgoerli_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['optimism_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['optimismgoerli_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type optimism_swap_StableSwapeventsArgs = { +export type optimismgoerli_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwapexchangesArgs = { +export type optimismgoerli_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwaphourlyVolumesArgs = { +export type optimismgoerli_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwapdailyVolumesArgs = { +export type optimismgoerli_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwapweeklyVolumesArgs = { +export type optimismgoerli_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwapEvent & { +export type optimismgoerli_swap_StableSwapAddLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - provider: Scalars['optimism_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; + provider: Scalars['optimismgoerli_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -52780,11 +50905,11 @@ export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwap balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_StableSwapAddLiquidityEvent_filter = { +export type optimismgoerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52813,17 +50938,17 @@ export type optimism_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -52882,16 +51007,16 @@ export type optimism_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -52901,12 +51026,12 @@ export type optimism_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapAddLiquidityEvent_orderBy = +export type optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -52937,16 +51062,16 @@ export type optimism_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_StableSwapEvent = { +export type optimismgoerli_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; + stableSwap: optimismgoerli_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_StableSwapEvent_filter = { +export type optimismgoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52975,7 +51100,7 @@ export type optimism_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -52992,16 +51117,16 @@ export type optimism_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -53011,12 +51136,12 @@ export type optimism_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapEvent_orderBy = +export type optimismgoerli_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53040,10 +51165,10 @@ export type optimism_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_StableSwapExchange = { +export type optimismgoerli_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - buyer: Scalars['optimism_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; + buyer: Scalars['optimismgoerli_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -53052,11 +51177,11 @@ export type optimism_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_StableSwapExchange_filter = { +export type optimismgoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53085,17 +51210,17 @@ export type optimism_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -53158,16 +51283,16 @@ export type optimism_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -53177,12 +51302,12 @@ export type optimism_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapExchange_orderBy = +export type optimismgoerli_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53213,10 +51338,10 @@ export type optimism_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableSwapEvent & { +export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent = optimismgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - provider: Scalars['optimism_swap_Bytes']; + stableSwap: optimismgoerli_swap_StableSwap; + provider: Scalars['optimismgoerli_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -53225,11 +51350,11 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableS balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['optimismgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { +export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53258,17 +51383,17 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -53327,16 +51452,16 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -53346,12 +51471,12 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53382,7 +51507,7 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_StableSwap_filter = { +export type optimismgoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53395,26 +51520,26 @@ export type optimism_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -53423,26 +51548,26 @@ export type optimism_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -53491,12 +51616,12 @@ export type optimism_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -53539,18 +51664,18 @@ export type optimism_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwap_orderBy = +export type optimismgoerli_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -53577,14 +51702,14 @@ export type optimism_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type optimism_swap_SwapDailyVolume = optimism_swap_SwapTradeVolume & { +export type optimismgoerli_swap_SwapDailyVolume = optimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; + stableSwap: optimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type optimism_swap_SwapDailyVolume_filter = { +export type optimismgoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53613,7 +51738,7 @@ export type optimism_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -53622,21 +51747,21 @@ export type optimism_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SwapDailyVolume_orderBy = +export type optimismgoerli_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53658,14 +51783,14 @@ export type optimism_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimism_swap_SwapHourlyVolume = optimism_swap_SwapTradeVolume & { +export type optimismgoerli_swap_SwapHourlyVolume = optimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; + stableSwap: optimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type optimism_swap_SwapHourlyVolume_filter = { +export type optimismgoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53694,7 +51819,7 @@ export type optimism_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -53703,21 +51828,21 @@ export type optimism_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SwapHourlyVolume_orderBy = +export type optimismgoerli_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53739,13 +51864,13 @@ export type optimism_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimism_swap_SwapTradeVolume = { - stableSwap: optimism_swap_StableSwap; +export type optimismgoerli_swap_SwapTradeVolume = { + stableSwap: optimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type optimism_swap_SwapTradeVolume_filter = { +export type optimismgoerli_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -53766,7 +51891,7 @@ export type optimism_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -53775,21 +51900,21 @@ export type optimism_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SwapTradeVolume_orderBy = +export type optimismgoerli_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -53810,14 +51935,14 @@ export type optimism_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type optimism_swap_SwapWeeklyVolume = optimism_swap_SwapTradeVolume & { +export type optimismgoerli_swap_SwapWeeklyVolume = optimismgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; + stableSwap: optimismgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; + volume: Scalars['optimismgoerli_swap_BigDecimal']; }; -export type optimism_swap_SwapWeeklyVolume_filter = { +export type optimismgoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53846,7 +51971,7 @@ export type optimism_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -53855,21 +51980,21 @@ export type optimism_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SwapWeeklyVolume_orderBy = +export type optimismgoerli_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53891,13 +52016,13 @@ export type optimism_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimism_swap_SystemInfo = { +export type optimismgoerli_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type optimism_swap_SystemInfo_filter = { +export type optimismgoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53923,19 +52048,19 @@ export type optimism_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SystemInfo_orderBy = +export type optimismgoerli_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type optimism_swap__Block_ = { +export type optimismgoerli_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -53943,7 +52068,7 @@ export type optimism_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type optimism_swap__Meta_ = { +export type optimismgoerli_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -53951,49 +52076,49 @@ export type optimism_swap__Meta_ = { * and therefore asks for the latest block * */ - block: optimism_swap__Block_; + block: optimismgoerli_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type arbitrumone_swap_BlockChangedFilter = { +export type arbitrumgoerli_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type arbitrumone_swap_Block_height = { - hash?: InputMaybe; +export type arbitrumgoerli_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type arbitrumone_swap_LpAccount = { +export type arbitrumgoerli_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['arbitrumone_swap_Bytes']; - balances: Array; + address: Scalars['arbitrumgoerli_swap_Bytes']; + balances: Array; }; -export type arbitrumone_swap_LpAccountbalancesArgs = { +export type arbitrumgoerli_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_swap_LpAccountBalance = { +export type arbitrumgoerli_swap_LpAccountBalance = { id: Scalars['ID']; - account: arbitrumone_swap_LpAccount; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; + account: arbitrumgoerli_swap_LpAccount; + token: arbitrumgoerli_swap_LpToken; + amount: Scalars['arbitrumgoerli_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type arbitrumone_swap_LpAccountBalance_filter = { +export type arbitrumgoerli_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54022,7 +52147,7 @@ export type arbitrumone_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -54043,15 +52168,15 @@ export type arbitrumone_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -54068,23 +52193,23 @@ export type arbitrumone_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpAccountBalance_orderBy = +export type arbitrumgoerli_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -54101,7 +52226,7 @@ export type arbitrumone_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type arbitrumone_swap_LpAccount_filter = { +export type arbitrumgoerli_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54110,59 +52235,59 @@ export type arbitrumone_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpAccount_orderBy = +export type arbitrumgoerli_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type arbitrumone_swap_LpToken = { +export type arbitrumgoerli_swap_LpToken = { id: Scalars['ID']; - address: Scalars['arbitrumone_swap_Bytes']; - stableSwap: arbitrumone_swap_StableSwap; + address: Scalars['arbitrumgoerli_swap_Bytes']; + stableSwap: arbitrumgoerli_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['arbitrumone_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['arbitrumgoerli_swap_BigDecimal']; + events: Array; }; -export type arbitrumone_swap_LpTokeneventsArgs = { +export type arbitrumgoerli_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_swap_LpTokenEvent = { +export type arbitrumgoerli_swap_LpTokenEvent = { id: Scalars['ID']; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; + token: arbitrumgoerli_swap_LpToken; + amount: Scalars['arbitrumgoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_LpTokenEvent_filter = { +export type arbitrumgoerli_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54191,15 +52316,15 @@ export type arbitrumone_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -54216,16 +52341,16 @@ export type arbitrumone_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -54235,12 +52360,12 @@ export type arbitrumone_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpTokenEvent_orderBy = +export type arbitrumgoerli_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -54255,7 +52380,7 @@ export type arbitrumone_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumone_swap_LpToken_filter = { +export type arbitrumgoerli_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54264,16 +52389,16 @@ export type arbitrumone_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -54294,7 +52419,7 @@ export type arbitrumone_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -54343,22 +52468,22 @@ export type arbitrumone_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpToken_orderBy = +export type arbitrumgoerli_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -54384,21 +52509,21 @@ export type arbitrumone_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type arbitrumone_swap_LpTransferEvent = arbitrumone_swap_LpTokenEvent & { +export type arbitrumgoerli_swap_LpTransferEvent = arbitrumgoerli_swap_LpTokenEvent & { id: Scalars['ID']; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; - from: Scalars['arbitrumone_swap_Bytes']; - to: Scalars['arbitrumone_swap_Bytes']; - fromBalance: Scalars['arbitrumone_swap_BigDecimal']; - toBalance: Scalars['arbitrumone_swap_BigDecimal']; + token: arbitrumgoerli_swap_LpToken; + amount: Scalars['arbitrumgoerli_swap_BigDecimal']; + from: Scalars['arbitrumgoerli_swap_Bytes']; + to: Scalars['arbitrumgoerli_swap_Bytes']; + fromBalance: Scalars['arbitrumgoerli_swap_BigDecimal']; + toBalance: Scalars['arbitrumgoerli_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_LpTransferEvent_filter = { +export type arbitrumgoerli_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54427,51 +52552,51 @@ export type arbitrumone_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -54488,16 +52613,16 @@ export type arbitrumone_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -54507,12 +52632,12 @@ export type arbitrumone_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpTransferEvent_orderBy = +export type arbitrumgoerli_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -54532,16 +52657,16 @@ export type arbitrumone_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type arbitrumone_swap_OrderDirection = +export type arbitrumgoerli_swap_OrderDirection = | 'asc' | 'desc'; -export type arbitrumone_swap_PooledToken = { +export type arbitrumgoerli_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['arbitrumone_swap_Bytes']; + asset: Scalars['arbitrumgoerli_swap_Bytes']; }; -export type arbitrumone_swap_PooledToken_filter = { +export type arbitrumgoerli_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54550,103 +52675,103 @@ export type arbitrumone_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_PooledToken_orderBy = +export type arbitrumgoerli_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type arbitrumone_swap_StableSwap = { +export type arbitrumgoerli_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['arbitrumone_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['arbitrumgoerli_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type arbitrumone_swap_StableSwapeventsArgs = { +export type arbitrumgoerli_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_swap_StableSwapexchangesArgs = { +export type arbitrumgoerli_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_swap_StableSwaphourlyVolumesArgs = { +export type arbitrumgoerli_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_swap_StableSwapdailyVolumesArgs = { +export type arbitrumgoerli_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_swap_StableSwapweeklyVolumesArgs = { +export type arbitrumgoerli_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_StableSwapEvent & { +export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent = arbitrumgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - provider: Scalars['arbitrumone_swap_Bytes']; + stableSwap: arbitrumgoerli_swap_StableSwap; + provider: Scalars['arbitrumgoerli_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -54655,11 +52780,11 @@ export type arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_Stab balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { +export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54688,17 +52813,17 @@ export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -54757,16 +52882,16 @@ export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -54776,12 +52901,12 @@ export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = +export type arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -54812,16 +52937,16 @@ export type arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumone_swap_StableSwapEvent = { +export type arbitrumgoerli_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; + stableSwap: arbitrumgoerli_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_StableSwapEvent_filter = { +export type arbitrumgoerli_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54850,7 +52975,7 @@ export type arbitrumone_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -54867,16 +52992,16 @@ export type arbitrumone_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -54886,12 +53011,12 @@ export type arbitrumone_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_StableSwapEvent_orderBy = +export type arbitrumgoerli_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -54915,10 +53040,10 @@ export type arbitrumone_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumone_swap_StableSwapExchange = { +export type arbitrumgoerli_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - buyer: Scalars['arbitrumone_swap_Bytes']; + stableSwap: arbitrumgoerli_swap_StableSwap; + buyer: Scalars['arbitrumgoerli_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -54927,11 +53052,11 @@ export type arbitrumone_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_StableSwapExchange_filter = { +export type arbitrumgoerli_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54960,17 +53085,17 @@ export type arbitrumone_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -55033,16 +53158,16 @@ export type arbitrumone_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -55052,12 +53177,12 @@ export type arbitrumone_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_StableSwapExchange_orderBy = +export type arbitrumgoerli_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -55088,10 +53213,10 @@ export type arbitrumone_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_StableSwapEvent & { +export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent = arbitrumgoerli_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - provider: Scalars['arbitrumone_swap_Bytes']; + stableSwap: arbitrumgoerli_swap_StableSwap; + provider: Scalars['arbitrumgoerli_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -55100,11 +53225,11 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_S balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; + transaction: Scalars['arbitrumgoerli_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { +export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55133,20 +53258,20 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; tokenAmounts_contains_nocase?: InputMaybe>; tokenAmounts_not_contains?: InputMaybe>; tokenAmounts_not_contains_nocase?: InputMaybe>; @@ -55202,16 +53327,16 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -55221,12 +53346,12 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -55257,7 +53382,7 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumone_swap_StableSwap_filter = { +export type arbitrumgoerli_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55270,26 +53395,26 @@ export type arbitrumone_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -55298,26 +53423,26 @@ export type arbitrumone_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -55366,12 +53491,12 @@ export type arbitrumone_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -55414,18 +53539,18 @@ export type arbitrumone_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_StableSwap_orderBy = +export type arbitrumgoerli_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -55452,14 +53577,14 @@ export type arbitrumone_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type arbitrumone_swap_SwapDailyVolume = arbitrumone_swap_SwapTradeVolume & { +export type arbitrumgoerli_swap_SwapDailyVolume = arbitrumgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; + stableSwap: arbitrumgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + volume: Scalars['arbitrumgoerli_swap_BigDecimal']; }; -export type arbitrumone_swap_SwapDailyVolume_filter = { +export type arbitrumgoerli_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55488,7 +53613,7 @@ export type arbitrumone_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -55497,21 +53622,21 @@ export type arbitrumone_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_SwapDailyVolume_orderBy = +export type arbitrumgoerli_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -55533,14 +53658,14 @@ export type arbitrumone_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { +export type arbitrumgoerli_swap_SwapHourlyVolume = arbitrumgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; + stableSwap: arbitrumgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + volume: Scalars['arbitrumgoerli_swap_BigDecimal']; }; -export type arbitrumone_swap_SwapHourlyVolume_filter = { +export type arbitrumgoerli_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55569,7 +53694,7 @@ export type arbitrumone_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -55578,21 +53703,21 @@ export type arbitrumone_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_SwapHourlyVolume_orderBy = +export type arbitrumgoerli_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -55614,13 +53739,13 @@ export type arbitrumone_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumone_swap_SwapTradeVolume = { - stableSwap: arbitrumone_swap_StableSwap; +export type arbitrumgoerli_swap_SwapTradeVolume = { + stableSwap: arbitrumgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + volume: Scalars['arbitrumgoerli_swap_BigDecimal']; }; -export type arbitrumone_swap_SwapTradeVolume_filter = { +export type arbitrumgoerli_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -55641,7 +53766,7 @@ export type arbitrumone_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -55650,21 +53775,21 @@ export type arbitrumone_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_SwapTradeVolume_orderBy = +export type arbitrumgoerli_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -55685,14 +53810,14 @@ export type arbitrumone_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumone_swap_SwapWeeklyVolume = arbitrumone_swap_SwapTradeVolume & { +export type arbitrumgoerli_swap_SwapWeeklyVolume = arbitrumgoerli_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; + stableSwap: arbitrumgoerli_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + volume: Scalars['arbitrumgoerli_swap_BigDecimal']; }; -export type arbitrumone_swap_SwapWeeklyVolume_filter = { +export type arbitrumgoerli_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55721,7 +53846,7 @@ export type arbitrumone_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -55730,21 +53855,21 @@ export type arbitrumone_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_SwapWeeklyVolume_orderBy = +export type arbitrumgoerli_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -55766,13 +53891,13 @@ export type arbitrumone_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumone_swap_SystemInfo = { +export type arbitrumgoerli_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type arbitrumone_swap_SystemInfo_filter = { +export type arbitrumgoerli_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55798,19 +53923,19 @@ export type arbitrumone_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_SystemInfo_orderBy = +export type arbitrumgoerli_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type arbitrumone_swap__Block_ = { +export type arbitrumgoerli_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -55818,7 +53943,7 @@ export type arbitrumone_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type arbitrumone_swap__Meta_ = { +export type arbitrumgoerli_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -55826,49 +53951,49 @@ export type arbitrumone_swap__Meta_ = { * and therefore asks for the latest block * */ - block: arbitrumone_swap__Block_; + block: arbitrumgoerli_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type polygon_swap_BlockChangedFilter = { +export type optimism_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type polygon_swap_Block_height = { - hash?: InputMaybe; +export type optimism_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type polygon_swap_LpAccount = { +export type optimism_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['polygon_swap_Bytes']; - balances: Array; + address: Scalars['optimism_swap_Bytes']; + balances: Array; }; -export type polygon_swap_LpAccountbalancesArgs = { +export type optimism_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_LpAccountBalance = { +export type optimism_swap_LpAccountBalance = { id: Scalars['ID']; - account: polygon_swap_LpAccount; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; + account: optimism_swap_LpAccount; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type polygon_swap_LpAccountBalance_filter = { +export type optimism_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55897,7 +54022,7 @@ export type polygon_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -55918,15 +54043,15 @@ export type polygon_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -55943,23 +54068,23 @@ export type polygon_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpAccountBalance_orderBy = +export type optimism_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -55976,7 +54101,7 @@ export type polygon_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type polygon_swap_LpAccount_filter = { +export type optimism_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55985,59 +54110,59 @@ export type polygon_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpAccount_orderBy = +export type optimism_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type polygon_swap_LpToken = { +export type optimism_swap_LpToken = { id: Scalars['ID']; - address: Scalars['polygon_swap_Bytes']; - stableSwap: polygon_swap_StableSwap; + address: Scalars['optimism_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['polygon_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['optimism_swap_BigDecimal']; + events: Array; }; -export type polygon_swap_LpTokeneventsArgs = { +export type optimism_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_LpTokenEvent = { +export type optimism_swap_LpTokenEvent = { id: Scalars['ID']; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_LpTokenEvent_filter = { +export type optimism_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56066,15 +54191,15 @@ export type polygon_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -56091,16 +54216,16 @@ export type polygon_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -56110,12 +54235,12 @@ export type polygon_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpTokenEvent_orderBy = +export type optimism_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -56130,7 +54255,7 @@ export type polygon_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_LpToken_filter = { +export type optimism_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56139,16 +54264,16 @@ export type polygon_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -56169,7 +54294,7 @@ export type polygon_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -56218,22 +54343,22 @@ export type polygon_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpToken_orderBy = +export type optimism_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -56259,21 +54384,21 @@ export type polygon_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type polygon_swap_LpTransferEvent = polygon_swap_LpTokenEvent & { +export type optimism_swap_LpTransferEvent = optimism_swap_LpTokenEvent & { id: Scalars['ID']; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; - from: Scalars['polygon_swap_Bytes']; - to: Scalars['polygon_swap_Bytes']; - fromBalance: Scalars['polygon_swap_BigDecimal']; - toBalance: Scalars['polygon_swap_BigDecimal']; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; + from: Scalars['optimism_swap_Bytes']; + to: Scalars['optimism_swap_Bytes']; + fromBalance: Scalars['optimism_swap_BigDecimal']; + toBalance: Scalars['optimism_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_LpTransferEvent_filter = { +export type optimism_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56302,51 +54427,51 @@ export type polygon_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -56363,16 +54488,16 @@ export type polygon_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -56382,12 +54507,12 @@ export type polygon_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpTransferEvent_orderBy = +export type optimism_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -56407,16 +54532,16 @@ export type polygon_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type polygon_swap_OrderDirection = +export type optimism_swap_OrderDirection = | 'asc' | 'desc'; -export type polygon_swap_PooledToken = { +export type optimism_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['polygon_swap_Bytes']; + asset: Scalars['optimism_swap_Bytes']; }; -export type polygon_swap_PooledToken_filter = { +export type optimism_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56425,103 +54550,103 @@ export type polygon_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_PooledToken_orderBy = +export type optimism_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type polygon_swap_StableSwap = { +export type optimism_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['polygon_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['optimism_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type polygon_swap_StableSwapeventsArgs = { +export type optimism_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapexchangesArgs = { +export type optimism_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwaphourlyVolumesArgs = { +export type optimism_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapdailyVolumesArgs = { +export type optimism_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapweeklyVolumesArgs = { +export type optimism_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { +export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; + provider: Scalars['optimism_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -56530,11 +54655,11 @@ export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEv balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapAddLiquidityEvent_filter = { +export type optimism_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56563,17 +54688,17 @@ export type polygon_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -56632,16 +54757,16 @@ export type polygon_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -56651,12 +54776,12 @@ export type polygon_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = +export type optimism_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -56687,16 +54812,16 @@ export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapEvent = { +export type optimism_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: optimism_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapEvent_filter = { +export type optimism_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56725,7 +54850,7 @@ export type polygon_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -56742,16 +54867,16 @@ export type polygon_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -56761,12 +54886,12 @@ export type polygon_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapEvent_orderBy = +export type optimism_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -56790,10 +54915,10 @@ export type polygon_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapExchange = { +export type optimism_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - buyer: Scalars['polygon_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; + buyer: Scalars['optimism_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -56802,11 +54927,11 @@ export type polygon_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapExchange_filter = { +export type optimism_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56835,17 +54960,17 @@ export type polygon_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -56908,16 +55033,16 @@ export type polygon_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -56927,12 +55052,12 @@ export type polygon_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapExchange_orderBy = +export type optimism_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -56963,10 +55088,10 @@ export type polygon_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { +export type optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; + provider: Scalars['optimism_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -56975,11 +55100,11 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwa balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { +export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57008,17 +55133,17 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -57077,16 +55202,16 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -57096,12 +55221,12 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type optimism_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -57132,7 +55257,7 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwap_filter = { +export type optimism_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57145,26 +55270,26 @@ export type polygon_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -57173,26 +55298,26 @@ export type polygon_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -57241,12 +55366,12 @@ export type polygon_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -57289,18 +55414,18 @@ export type polygon_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwap_orderBy = +export type optimism_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -57327,14 +55452,14 @@ export type polygon_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { +export type optimism_swap_SwapDailyVolume = optimism_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: optimism_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['optimism_swap_BigDecimal']; }; -export type polygon_swap_SwapDailyVolume_filter = { +export type optimism_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57363,7 +55488,7 @@ export type polygon_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -57372,21 +55497,21 @@ export type polygon_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapDailyVolume_orderBy = +export type optimism_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -57408,14 +55533,14 @@ export type polygon_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapHourlyVolume = polygon_swap_SwapTradeVolume & { +export type optimism_swap_SwapHourlyVolume = optimism_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: optimism_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['optimism_swap_BigDecimal']; }; -export type polygon_swap_SwapHourlyVolume_filter = { +export type optimism_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57444,7 +55569,7 @@ export type polygon_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -57453,21 +55578,21 @@ export type polygon_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapHourlyVolume_orderBy = +export type optimism_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -57489,13 +55614,13 @@ export type polygon_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapTradeVolume = { - stableSwap: polygon_swap_StableSwap; +export type optimism_swap_SwapTradeVolume = { + stableSwap: optimism_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['optimism_swap_BigDecimal']; }; -export type polygon_swap_SwapTradeVolume_filter = { +export type optimism_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -57516,7 +55641,7 @@ export type polygon_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -57525,21 +55650,21 @@ export type polygon_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapTradeVolume_orderBy = +export type optimism_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -57560,14 +55685,14 @@ export type polygon_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { +export type optimism_swap_SwapWeeklyVolume = optimism_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: optimism_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['optimism_swap_BigDecimal']; }; -export type polygon_swap_SwapWeeklyVolume_filter = { +export type optimism_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57596,7 +55721,7 @@ export type polygon_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -57605,21 +55730,21 @@ export type polygon_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapWeeklyVolume_orderBy = +export type optimism_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -57641,13 +55766,13 @@ export type polygon_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SystemInfo = { +export type optimism_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type polygon_swap_SystemInfo_filter = { +export type optimism_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57673,19 +55798,19 @@ export type polygon_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SystemInfo_orderBy = +export type optimism_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type polygon_swap__Block_ = { +export type optimism_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -57693,7 +55818,7 @@ export type polygon_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type polygon_swap__Meta_ = { +export type optimism_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -57701,49 +55826,30 @@ export type polygon_swap__Meta_ = { * and therefore asks for the latest block * */ - block: polygon_swap__Block_; + block: optimism_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type linea_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type linea_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type linea_swap_LpAccount = { +export type stagingarbitrumgoerli_AggregateRoot = { id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - balances: Array; -}; - - -export type linea_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + root: Scalars['stagingarbitrumgoerli_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type linea_swap_LpAccountBalance = { +export type stagingarbitrumgoerli_AggregateRootProposed = { id: Scalars['ID']; - account: linea_swap_LpAccount; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['stagingarbitrumgoerli_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type linea_swap_LpAccountBalance_filter = { +export type stagingarbitrumgoerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57752,92 +55858,72 @@ export type linea_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_LpAccountBalance_orderBy = +export type stagingarbitrumgoerli_AggregateRootProposed_orderBy = | 'id' - | 'account' - | 'token' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; -export type linea_swap_LpAccount_filter = { +export type stagingarbitrumgoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57846,53 +55932,59 @@ export type linea_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_LpAccount_orderBy = +export type stagingarbitrumgoerli_AggregateRoot_orderBy = | 'id' - | 'address' - | 'balances'; + | 'root' + | 'blockNumber'; -export type linea_swap_LpToken = { +export type stagingarbitrumgoerli_Asset = { id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - stableSwap: linea_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['linea_swap_BigDecimal']; - events: Array; -}; - - -export type linea_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + key?: Maybe; + decimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type linea_swap_LpTokenEvent = { +export type stagingarbitrumgoerli_AssetBalance = { id: Scalars['ID']; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingarbitrumgoerli_Router; + asset: stagingarbitrumgoerli_Asset; + feesEarned: Scalars['BigInt']; }; -export type linea_swap_LpTokenEvent_filter = { +export type stagingarbitrumgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57901,79 +55993,124 @@ export type linea_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_AssetBalance_orderBy = + | 'id' | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; -export type linea_swap_LpToken_filter = { +export type stagingarbitrumgoerli_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingarbitrumgoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57982,118 +56119,21 @@ export type linea_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_LpToken_orderBy = +export type stagingarbitrumgoerli_AssetStatus_orderBy = | 'id' - | 'address' - | 'stableSwap' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; - -export type linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { - id: Scalars['ID']; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; - from: Scalars['linea_swap_Bytes']; - to: Scalars['linea_swap_Bytes']; - fromBalance: Scalars['linea_swap_BigDecimal']; - toBalance: Scalars['linea_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'status'; -export type linea_swap_LpTransferEvent_filter = { +export type stagingarbitrumgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58102,121 +56142,130 @@ export type linea_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_LpTransferEvent_orderBy = +export type stagingarbitrumgoerli_Asset_orderBy = | 'id' - | 'token' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'key' + | 'decimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -/** Defines the order direction, either ascending or descending */ -export type linea_swap_OrderDirection = - | 'asc' - | 'desc'; +export type stagingarbitrumgoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; -export type linea_swap_PooledToken = { +export type stagingarbitrumgoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingarbitrumgoerli_ConnectorMeta = { id: Scalars['ID']; - asset: Scalars['linea_swap_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type linea_swap_PooledToken_filter = { +export type stagingarbitrumgoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58225,334 +56274,117 @@ export type linea_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_PooledToken_orderBy = +export type stagingarbitrumgoerli_ConnectorMeta_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type linea_swap_StableSwap = { +export type stagingarbitrumgoerli_DestinationTransfer = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['linea_swap_Bytes']; - canonicalId?: Maybe; - domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; - initialA?: Maybe; - futureA?: Maybe; - initialATime?: Maybe; - futureATime?: Maybe; - swapFee?: Maybe; - adminFee?: Maybe; - pooledTokens: Array; - tokenPrecisionMultipliers: Array; - balances: Array; - adminFees: Array; - virtualPrice: Scalars['BigInt']; - invariant: Scalars['BigInt']; - lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; -}; - - -export type linea_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type linea_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type linea_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type linea_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type linea_swap_StableSwapweeklyVolumesArgs = { +export type stagingarbitrumgoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - provider: Scalars['linea_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type linea_swap_StableSwapAddLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_StableSwapAddLiquidityEvent_orderBy = - | 'id' - | 'stableSwap' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type linea_swap_StableSwapEvent = { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type linea_swap_StableSwapEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_StableSwapEvent_orderBy = - | 'id' - | 'stableSwap' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type linea_swap_StableSwapExchange = { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - buyer: Scalars['linea_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapExchange_filter = { +export type stagingarbitrumgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58561,101 +56393,24 @@ export type linea_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -58664,127 +56419,384 @@ export type linea_swap_StableSwapExchange_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_StableSwapExchange_orderBy = - | 'id' - | 'stableSwap' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - provider: Scalars['linea_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingarbitrumgoerli_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingarbitrumgoerli_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingarbitrumgoerli_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; id_gt?: InputMaybe; id_lt?: InputMaybe; id_gte?: InputMaybe; id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -58793,40 +56805,45 @@ export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type stagingarbitrumgoerli_OptimisticRootFinalized_orderBy = | 'id' - | 'stableSwap' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'aggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; -export type linea_swap_StableSwap_filter = { +/** Defines the order direction, either ascending or descending */ +export type stagingarbitrumgoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingarbitrumgoerli_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingarbitrumgoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58835,360 +56852,166 @@ export type linea_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; -}; - -export type linea_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_SwapDailyVolume_orderBy = +export type stagingarbitrumgoerli_OriginMessage_orderBy = | 'id' - | 'stableSwap' - | 'timestamp' - | 'volume'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { +export type stagingarbitrumgoerli_OriginTransfer = { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; -}; - -export type linea_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_swap_SwapHourlyVolume_orderBy = - | 'id' - | 'stableSwap' - | 'timestamp' - | 'volume'; - -export type linea_swap_SwapTradeVolume = { - stableSwap: linea_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; -}; - -export type linea_swap_SwapTradeVolume_filter = { - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type linea_swap_SwapTradeVolume_orderBy = - | 'stableSwap' - | 'timestamp' - | 'volume'; -export type linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; +export type stagingarbitrumgoerli_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_SwapWeeklyVolume_filter = { +export type stagingarbitrumgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59197,28 +57020,246 @@ export type linea_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; timestamp_lt?: InputMaybe; @@ -59226,31 +57267,119 @@ export type linea_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_SwapWeeklyVolume_orderBy = +export type stagingarbitrumgoerli_OriginTransfer_orderBy = | 'id' - | 'stableSwap' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type linea_swap_SystemInfo = { +export type stagingarbitrumgoerli_Relayer = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type linea_swap_SystemInfo_filter = { +export type stagingarbitrumgoerli_RelayerFee = { + id: Scalars['ID']; + transfer: stagingarbitrumgoerli_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingarbitrumgoerli_Bytes']; +}; + +export type stagingarbitrumgoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59259,63 +57388,100 @@ export type linea_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_SystemInfo_orderBy = +export type stagingarbitrumgoerli_RelayerFee_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type linea_swap__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type linea_swap__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: linea_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; -export type goerli_AggregateRoot = { +export type stagingarbitrumgoerli_RelayerFeesIncrease = { id: Scalars['ID']; - root: Scalars['goerli_Bytes']; + transfer: stagingarbitrumgoerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingarbitrumgoerli_Bytes']; + transactionHash: Scalars['stagingarbitrumgoerli_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type goerli_AggregateRoot_filter = { +export type stagingarbitrumgoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59324,60 +57490,366 @@ export type goerli_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_AggregateRoot_orderBy = +export type stagingarbitrumgoerli_RelayerFeesIncrease_orderBy = | 'id' - | 'root' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type goerli_Asset = { +export type stagingarbitrumgoerli_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingarbitrumgoerli_RootCount = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + count?: Maybe; +}; + +export type stagingarbitrumgoerli_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingarbitrumgoerli_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; blockNumber?: Maybe; - status?: Maybe; }; -export type goerli_AssetBalance = { +export type stagingarbitrumgoerli_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingarbitrumgoerli_Router = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: goerli_Router; - asset: goerli_Asset; - feesEarned: Scalars['BigInt']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type goerli_AssetBalance_filter = { + +export type stagingarbitrumgoerli_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingarbitrumgoerli_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingarbitrumgoerli_Router; + asset: stagingarbitrumgoerli_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingarbitrumgoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59386,38 +57858,6 @@ export type goerli_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -59438,7 +57878,7 @@ export type goerli_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -59459,27 +57899,31 @@ export type goerli_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_AssetBalance_orderBy = +export type stagingarbitrumgoerli_RouterDailyTVL_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' | 'router' | 'router__id' | 'router__isActive' @@ -59491,20 +57935,15 @@ export type goerli_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'feesEarned'; - -export type goerli_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; + | 'timestamp' + | 'balance'; -export type goerli_AssetStatus_filter = { +export type stagingarbitrumgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59513,21 +57952,71 @@ export type goerli_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_AssetStatus_orderBy = +export type stagingarbitrumgoerli_Router_orderBy = | 'id' - | 'status'; - -export type goerli_Asset_filter = { + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingarbitrumgoerli_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingarbitrumgoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59536,70 +58025,169 @@ export type goerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingarbitrumgoerli_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingarbitrumgoerli_Bytes']; +}; + +export type stagingarbitrumgoerli_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumgoerli_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingarbitrumgoerli_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingarbitrumgoerli_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingarbitrumgoerli_Bytes']; + transactionHash: Scalars['stagingarbitrumgoerli_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingarbitrumgoerli_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -59608,57 +58196,69 @@ export type goerli_Asset_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_Asset_orderBy = +export type stagingarbitrumgoerli_SlippageUpdate_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type goerli_ConnectorMeta = { +export type stagingarbitrumgoerli_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + root: Scalars['stagingarbitrumgoerli_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type goerli_ConnectorMeta_filter = { +export type stagingarbitrumgoerli_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59675,109 +58275,60 @@ export type goerli_ConnectorMeta_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_ConnectorMeta_orderBy = +export type stagingarbitrumgoerli_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; -export type goerli_DestinationTransfer = { +export type stagingarbitrumgoerli_SpokeConnectorMode = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type goerli_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + mode: Scalars['String']; }; -export type goerli_DestinationTransfer_filter = { +export type stagingarbitrumgoerli_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59786,399 +58337,75 @@ export type goerli_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_DestinationTransfer_orderBy = +export type stagingarbitrumgoerli_SpokeConnectorMode_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'mode'; -export type goerli_OriginMessage = { +export type stagingarbitrumgoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingarbitrumgoerli__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingarbitrumgoerli__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: stagingarbitrumgoerli__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type goerli_AggregateRoot = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + root: Scalars['goerli_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type goerli_OriginMessage_filter = { +export type goerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60187,52 +58414,6 @@ export type goerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; root?: InputMaybe; root_not?: InputMaybe; root_gt?: InputMaybe; @@ -60243,16 +58424,6 @@ export type goerli_OriginMessage_filter = { root_not_in?: InputMaybe>; root_contains?: InputMaybe; root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -60261,55 +58432,399 @@ export type goerli_OriginMessage_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_OriginMessage_orderBy = +export type goerli_AggregateRoot_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'blockNumber'; -export type goerli_OriginTransfer = { +export type goerli_Asset = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type goerli_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: goerli_Router; + asset: goerli_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type goerli_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type goerli_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type goerli_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type goerli_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type goerli_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type goerli_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type goerli_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; to?: Maybe; @@ -60317,36 +58832,42 @@ export type goerli_OriginTransfer = { receiveLocal?: Maybe; callData?: Maybe; slippage?: Maybe; + bumpSlippageCount?: Maybe; originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; canonicalId?: Maybe; asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type goerli_OriginTransferrelayerFeesArgs = { +export type goerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; }; -export type goerli_OriginTransfer_filter = { +export type goerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60385,16 +58906,13 @@ export type goerli_OriginTransfer_filter = { status_not?: InputMaybe; status_in?: InputMaybe>; status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -60461,6 +58979,14 @@ export type goerli_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; originSender?: InputMaybe; originSender_not?: InputMaybe; originSender_gt?: InputMaybe; @@ -60518,145 +59044,175 @@ export type goerli_OriginTransfer_filter = { asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_OriginTransfer_orderBy = +export type goerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' | 'nonce' | 'status' - | 'messageHash' + | 'routers' | 'originDomain' | 'destinationDomain' | 'canonicalDomain' @@ -60665,6 +59221,7 @@ export type goerli_OriginTransfer_orderBy = | 'receiveLocal' | 'callData' | 'slippage' + | 'bumpSlippageCount' | 'originSender' | 'bridgedAmt' | 'normalizedIn' @@ -60679,145 +59236,39 @@ export type goerli_OriginTransfer_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type goerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type goerli_RelayerFee = { - id: Scalars['ID']; - transfer: goerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['goerli_Bytes']; -}; - -export type goerli_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type goerli_RelayerFeesIncrease = { +export type goerli_OriginMessage = { id: Scalars['ID']; - transfer: goerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['goerli_Bytes']; - transactionHash: Scalars['goerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type goerli_RelayerFeesIncrease_filter = { +export type goerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60826,55 +59277,62 @@ export type goerli_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; transactionHash?: InputMaybe; transactionHash_not?: InputMaybe; transactionHash_gt?: InputMaybe; @@ -60885,30 +59343,6 @@ export type goerli_RelayerFeesIncrease_filter = { transactionHash_not_in?: InputMaybe>; transactionHash_contains?: InputMaybe; transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -60917,134 +59351,92 @@ export type goerli_RelayerFeesIncrease_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RelayerFeesIncrease_orderBy = +export type goerli_OriginMessage_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type goerli_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type goerli_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type goerli_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type goerli_RootCount_orderBy = - | 'id' - | 'count'; + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type goerli_RootMessageSent = { +export type goerli_OriginTransfer = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; caller?: Maybe; transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type goerli_RootMessageSent_filter = { + +export type goerli_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type goerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61053,40 +59445,225 @@ export type goerli_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; caller?: InputMaybe; caller_not?: InputMaybe; caller_gt?: InputMaybe; @@ -61139,26 +59716,539 @@ export type goerli_RootMessageSent_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type goerli_RootMessageSent_orderBy = +export type goerli_OriginTransfer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' | 'caller' | 'transactionHash' | 'timestamp' | 'gasPrice' | 'gasLimit' - | 'blockNumber'; - -export type goerli_Router = { + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type goerli_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type goerli_RelayerFee = { + id: Scalars['ID']; + transfer: goerli_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['goerli_Bytes']; +}; + +export type goerli_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type goerli_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: goerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['goerli_Bytes']; + transactionHash: Scalars['goerli_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type goerli_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type goerli_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type goerli_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type goerli_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_RootCount_orderBy = + | 'id' + | 'count'; + +export type goerli_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type goerli_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type goerli_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type goerli_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; owner?: Maybe; @@ -61760,15 +60850,13 @@ export type goerli_TransferStatus = | 'CompletedSlow' | 'CompletedFast'; -export type localmainnet_AggregateRootSavedSlow = { +export type optimismgoerli_AggregateRoot = { id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; + root: Scalars['optimismgoerli_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type localmainnet_AggregateRootSavedSlow_filter = { +export type optimismgoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61777,60 +60865,60 @@ export type localmainnet_AggregateRootSavedSlow_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_AggregateRootSavedSlow_orderBy = - | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type localmainnet_AggregatedMessageRoot = { +export type optimismgoerli_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type optimismgoerli_Asset = { id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['localmainnet_Bytes']; - domain?: Maybe; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; + status?: Maybe; }; -export type localmainnet_AggregatedMessageRoot_filter = { +export type optimismgoerli_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: optimismgoerli_Router; + asset: optimismgoerli_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type optimismgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61839,63 +60927,125 @@ export type localmainnet_AggregatedMessageRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_AggregatedMessageRoot_orderBy = +export type optimismgoerli_AssetBalance_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; -export type localmainnet_ArbitrumConnectorMeta = { +export type optimismgoerli_AssetStatus = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; + status?: Maybe; }; -export type localmainnet_ArbitrumConnectorMeta_filter = { +export type optimismgoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61904,86 +61054,162 @@ export type localmainnet_ArbitrumConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_ArbitrumConnectorMeta_orderBy = +export type optimismgoerli_AssetStatus_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'status'; -export type localmainnet_BlockChangedFilter = { +export type optimismgoerli_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimismgoerli_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type optimismgoerli_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type localmainnet_Block_height = { - hash?: InputMaybe; +export type optimismgoerli_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type localmainnet_BnbConnectorMeta = { +export type optimismgoerli_ConnectorMeta = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type localmainnet_BnbConnectorMeta_filter = { +export type optimismgoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62008,43 +61234,43 @@ export type localmainnet_BnbConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_BnbConnectorMeta_orderBy = +export type optimismgoerli_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -62052,90 +61278,57 @@ export type localmainnet_BnbConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type localmainnet_GnosisConnectorMeta = { +export type optimismgoerli_DestinationTransfer = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; -}; - -export type localmainnet_GnosisConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type localmainnet_GnosisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type localmainnet_HubDomain = { - id: Scalars['ID']; - domain?: Maybe; +export type optimismgoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_HubDomain_filter = { +export type optimismgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62144,32 +61337,404 @@ export type localmainnet_HubDomain_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_HubDomain_orderBy = +export type optimismgoerli_DestinationTransfer_orderBy = | 'id' - | 'domain'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type localmainnet_HubOptimisticRootFinalized = { +/** Defines the order direction, either ascending or descending */ +export type optimismgoerli_OrderDirection = + | 'asc' + | 'desc'; + +export type optimismgoerli_OriginMessage = { id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; - timestamp: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; + rootCount?: Maybe; }; -export type localmainnet_HubOptimisticRootFinalized_filter = { +export type optimismgoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62178,24 +61743,72 @@ export type localmainnet_HubOptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -62204,105 +61817,92 @@ export type localmainnet_HubOptimisticRootFinalized_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_HubOptimisticRootFinalized_orderBy = +export type optimismgoerli_OriginMessage_orderBy = | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type localmainnet_OptimismConnectorMeta = { +export type optimismgoerli_OriginTransfer = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; -}; - -export type localmainnet_OptimismConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type localmainnet_OptimismConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type localmainnet_OptimisticRootPropagated = { - id: Scalars['ID']; - aggregateRoot: Scalars['localmainnet_Bytes']; - domainsHash: Scalars['localmainnet_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; +export type optimismgoerli_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localmainnet_OptimisticRootPropagated_filter = { +export type optimismgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62311,26 +61911,245 @@ export type localmainnet_OptimisticRootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -62339,39 +62158,222 @@ export type localmainnet_OptimisticRootPropagated_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OptimisticRootPropagated_orderBy = +export type optimismgoerli_OriginTransfer_orderBy = | 'id' - | 'aggregateRoot' - | 'domainsHash' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'blockNumber'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type localmainnet_OptimisticRootProposed = { +export type optimismgoerli_Relayer = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['localmainnet_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['localmainnet_Bytes']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type optimismgoerli_RelayerFee = { + id: Scalars['ID']; + transfer: optimismgoerli_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['optimismgoerli_Bytes']; +}; + +export type optimismgoerli_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimismgoerli_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type optimismgoerli_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: optimismgoerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['optimismgoerli_Bytes']; + transactionHash: Scalars['optimismgoerli_Bytes']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type localmainnet_OptimisticRootProposed_filter = { +export type optimismgoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62380,46 +62382,65 @@ export type localmainnet_OptimisticRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -62428,6 +62449,22 @@ export type localmainnet_OptimisticRootProposed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -62437,36 +62474,133 @@ export type localmainnet_OptimisticRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_OptimisticRootProposed_orderBy = +export type optimismgoerli_RelayerFeesIncrease_orderBy = | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type localmainnet_OrderDirection = - | 'asc' - | 'desc'; +export type optimismgoerli_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type localmainnet_PolygonConnectorMeta = { +export type optimismgoerli_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type optimismgoerli_RootCount = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; + count?: Maybe; }; -export type localmainnet_PolygonConnectorMeta_filter = { +export type optimismgoerli_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimismgoerli_RootCount_orderBy = + | 'id' + | 'count'; + +export type optimismgoerli_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type optimismgoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62491,254 +62625,44 @@ export type localmainnet_PolygonConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type localmainnet_RootAggregated = { - id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['localmainnet_Bytes']; - index: Scalars['BigInt']; -}; - -export type localmainnet_RootAggregated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_RootAggregated_orderBy = - | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; - -export type localmainnet_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; -}; - -export type localmainnet_RootManagerMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_RootManagerMeta_orderBy = - | 'id' - | 'domains' - | 'connectors'; - -export type localmainnet_RootManagerMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type localmainnet_RootManagerMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_RootManagerMode_orderBy = - | 'id' - | 'mode'; - -export type localmainnet_RootMessageProcessed = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type localmainnet_RootMessageProcessed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -62772,16 +62696,17 @@ export type localmainnet_RootMessageProcessed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootMessageProcessed_orderBy = +export type optimismgoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' | 'root' + | 'count' | 'caller' | 'transactionHash' | 'timestamp' @@ -62789,15 +62714,34 @@ export type localmainnet_RootMessageProcessed_orderBy = | 'gasLimit' | 'blockNumber'; -export type localmainnet_RootPropagated = { +export type optimismgoerli_Router = { id: Scalars['ID']; - aggregate: Scalars['localmainnet_Bytes']; - domainsHash: Scalars['localmainnet_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type localmainnet_RootPropagated_filter = { + +export type optimismgoerli_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismgoerli_RouterDailyTVL = { + id: Scalars['ID']; + router: optimismgoerli_Router; + asset: optimismgoerli_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type optimismgoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62806,65 +62750,111 @@ export type localmainnet_RootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localmainnet_RootPropagated_orderBy = +export type optimismgoerli_RouterDailyTVL_orderBy = | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; -export type localmainnet_ZkSyncConnectorMeta = { +export type optimismgoerli_RouterLiquidityEvent = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['localmainnet_Bytes']; - rootManager: Scalars['localmainnet_Bytes']; - mirrorConnector: Scalars['localmainnet_Bytes']; + type?: Maybe; + router: optimismgoerli_Router; + asset: optimismgoerli_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['optimismgoerli_Bytes']; + nonce: Scalars['BigInt']; }; -export type localmainnet_ZkSyncConnectorMeta_filter = { +export type optimismgoerli_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type optimismgoerli_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62873,193 +62863,10 @@ export type localmainnet_ZkSyncConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localmainnet_ZkSyncConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type localmainnet__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type localmainnet__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: localmainnet__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type lineagoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['lineagoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type lineagoerli_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type lineagoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type lineagoerli_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: lineagoerli_Router; - asset: lineagoerli_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type lineagoerli_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -63080,7 +62887,7 @@ export type lineagoerli_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -63101,35 +62908,102 @@ export type lineagoerli_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_AssetBalance_orderBy = +export type optimismgoerli_RouterLiquidityEvent_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' + | 'type' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' - | 'feesEarned'; - -export type lineagoerli_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type lineagoerli_AssetStatus_filter = { +export type optimismgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63138,19 +63012,71 @@ export type lineagoerli_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_AssetStatus_orderBy = +export type optimismgoerli_Router_orderBy = | 'id' - | 'status'; + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type lineagoerli_Asset_filter = { +export type optimismgoerli_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type optimismgoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63159,110 +63085,38 @@ export type lineagoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_Asset_orderBy = +export type optimismgoerli_Sequencer_orderBy = | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status'; - -export type lineagoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type lineagoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'isActive' + | 'sequencer'; -export type lineagoerli_ConnectorMeta = { +export type optimismgoerli_Setting = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['optimismgoerli_Bytes']; }; -export type lineagoerli_ConnectorMeta_filter = { +export type optimismgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63271,103 +63125,48 @@ export type lineagoerli_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_ConnectorMeta_orderBy = +export type optimismgoerli_Setting_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type lineagoerli_DestinationTransfer = { +export type optimismgoerli_SlippageUpdate = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type lineagoerli_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + transfer: optimismgoerli_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['optimismgoerli_Bytes']; + transactionHash: Scalars['optimismgoerli_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type lineagoerli_DestinationTransfer_filter = { +export type optimismgoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63376,85 +63175,27 @@ export type lineagoerli_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -63463,42 +63204,356 @@ export type lineagoerli_DestinationTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimismgoerli_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type optimismgoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type optimismgoerli__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type optimismgoerli__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: optimismgoerli__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type stagingmumbai_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingmumbai_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmumbai_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmumbai_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmumbai_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingmumbai_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingmumbai_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingmumbai_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingmumbai_Router; + asset: stagingmumbai_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingmumbai_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -63519,202 +63574,51 @@ export type lineagoerli_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_DestinationTransfer_orderBy = +export type stagingmumbai_AssetBalance_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; - -/** Defines the order direction, either ascending or descending */ -export type lineagoerli_OrderDirection = - | 'asc' - | 'desc'; + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; -export type lineagoerli_OriginMessage = { +export type stagingmumbai_AssetStatus = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + status?: Maybe; }; -export type lineagoerli_OriginMessage_filter = { +export type stagingmumbai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63723,52 +63627,85 @@ export type lineagoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingmumbai_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -63777,88 +63714,66 @@ export type lineagoerli_OriginMessage_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_OriginMessage_orderBy = +export type stagingmumbai_Asset_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' + | 'key' + | 'decimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' | 'blockNumber' - | 'rootCount'; + | 'status' + | 'status__id' + | 'status__status'; -export type lineagoerli_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; +export type stagingmumbai_BlockChangedFilter = { + number_gte: Scalars['Int']; }; +export type stagingmumbai_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; -export type lineagoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmumbai_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type lineagoerli_OriginTransfer_filter = { +export type stagingmumbai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63867,50 +63782,174 @@ export type lineagoerli_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmumbai_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type stagingmumbai_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmumbai_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; destinationDomain_gte?: InputMaybe; destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; @@ -63923,28 +63962,40 @@ export type lineagoerli_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -63953,12 +64004,24 @@ export type lineagoerli_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -63975,12 +64038,16 @@ export type lineagoerli_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -64001,287 +64068,243 @@ export type lineagoerli_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'transactingAsset' - | 'message' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type lineagoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type lineagoerli_RelayerFee = { - id: Scalars['ID']; - transfer: lineagoerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['lineagoerli_Bytes']; -}; - -export type lineagoerli_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'fee' - | 'asset'; - -export type lineagoerli_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: lineagoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['lineagoerli_Bytes']; - transactionHash: Scalars['lineagoerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type lineagoerli_RelayerFeesIncrease_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingmumbai_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmumbai_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmumbai_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -64290,22 +64313,6 @@ export type lineagoerli_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -64315,55 +64322,36 @@ export type lineagoerli_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_RelayerFeesIncrease_orderBy = +export type stagingmumbai_OptimisticRootFinalized_orderBy = | 'id' - | 'transfer' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type lineagoerli_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; +/** Defines the order direction, either ascending or descending */ +export type stagingmumbai_OrderDirection = + | 'asc' + | 'desc'; -export type lineagoerli_RootCount = { +export type stagingmumbai_OriginMessage = { id: Scalars['ID']; - count?: Maybe; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type lineagoerli_RootCount_filter = { +export type stagingmumbai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64372,37 +64360,166 @@ export type lineagoerli_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_RootCount_orderBy = +export type stagingmumbai_OriginMessage_orderBy = | 'id' - | 'count'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type lineagoerli_RootMessageSent = { +export type stagingmumbai_OriginTransfer = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type lineagoerli_RootMessageSent_filter = { + +export type stagingmumbai_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmumbai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64411,48 +64528,245 @@ export type lineagoerli_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -64485,51 +64799,95 @@ export type lineagoerli_RootMessageSent_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_RootMessageSent_orderBy = +export type stagingmumbai_OriginTransfer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' | 'caller' | 'transactionHash' | 'timestamp' | 'gasPrice' | 'gasLimit' - | 'blockNumber'; + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type lineagoerli_Router = { +export type stagingmumbai_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type lineagoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + relayer?: Maybe; }; -export type lineagoerli_RouterDailyTVL = { +export type stagingmumbai_RelayerFee = { id: Scalars['ID']; - router: lineagoerli_Router; - asset: lineagoerli_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + transfer: stagingmumbai_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingmumbai_Bytes']; }; -export type lineagoerli_RouterDailyTVL_filter = { +export type stagingmumbai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64538,213 +64896,100 @@ export type lineagoerli_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_RouterDailyTVL_orderBy = +export type stagingmumbai_RelayerFee_orderBy = | 'id' - | 'router' - | 'asset' - | 'timestamp' - | 'balance'; + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; -export type lineagoerli_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type lineagoerli_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type lineagoerli_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type lineagoerli_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['lineagoerli_Bytes']; -}; - -export type lineagoerli_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type lineagoerli_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type lineagoerli_SlippageUpdate = { +export type stagingmumbai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: lineagoerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['lineagoerli_Bytes']; - transactionHash: Scalars['lineagoerli_Bytes']; + transfer: stagingmumbai_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingmumbai_Bytes']; + transactionHash: Scalars['stagingmumbai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type lineagoerli_SlippageUpdate_filter = { +export type stagingmumbai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64773,27 +65018,45 @@ export type lineagoerli_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -64827,13 +65090,45 @@ export type lineagoerli_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type lineagoerli_SlippageUpdate_orderBy = +export type stagingmumbai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' - | 'slippage' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' | 'caller' | 'transactionHash' | 'timestamp' @@ -64841,45 +65136,87 @@ export type lineagoerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type lineagoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; +export type stagingmumbai_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type lineagoerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; +export type stagingmumbai_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingmumbai_RootCount = { + id: Scalars['ID']; + count?: Maybe; }; -/** The type for the top-level _meta field */ -export type lineagoerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: lineagoerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; +export type stagingmumbai_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AggregateRoot = { +export type stagingmumbai_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingmumbai_RootMessageSent = { id: Scalars['ID']; - root: Scalars['optimism_Bytes']; - blockNumber: Scalars['BigInt']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type optimism_AggregateRoot_filter = { +export type stagingmumbai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64888,16 +65225,84 @@ export type optimism_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -64907,41 +65312,52 @@ export type optimism_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AggregateRoot_orderBy = +export type stagingmumbai_RootMessageSent_orderBy = | 'id' + | 'spokeDomain' + | 'hubDomain' | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type optimism_Asset = { +export type stagingmumbai_Router = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type optimism_AssetBalance = { + +export type stagingmumbai_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmumbai_RouterDailyTVL = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: optimism_Router; - asset: optimism_Asset; - feesEarned: Scalars['BigInt']; + router: stagingmumbai_Router; + asset: stagingmumbai_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; }; -export type optimism_AssetBalance_filter = { +export type stagingmumbai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -64950,38 +65366,6 @@ export type optimism_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -65002,7 +65386,7 @@ export type optimism_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -65023,27 +65407,31 @@ export type optimism_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AssetBalance_orderBy = +export type stagingmumbai_RouterDailyTVL_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' | 'router' | 'router__id' | 'router__isActive' @@ -65055,20 +65443,88 @@ export type optimism_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'feesEarned'; + | 'timestamp' + | 'balance'; -export type optimism_AssetStatus = { +export type stagingmumbai_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingmumbai_Sequencer = { id: Scalars['ID']; - status?: Maybe; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type optimism_AssetStatus_filter = { +export type stagingmumbai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65077,21 +65533,38 @@ export type optimism_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AssetStatus_orderBy = +export type stagingmumbai_Sequencer_orderBy = | 'id' - | 'status'; + | 'isActive' + | 'sequencer'; -export type optimism_Asset_filter = { +export type stagingmumbai_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingmumbai_Bytes']; +}; + +export type stagingmumbai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65100,70 +65573,129 @@ export type optimism_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingmumbai_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingmumbai_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingmumbai_Bytes']; + transactionHash: Scalars['stagingmumbai_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmumbai_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -65172,67 +65704,69 @@ export type optimism_Asset_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Asset_orderBy = +export type stagingmumbai_SlippageUpdate_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type optimism_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type optimism_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type optimism_ConnectorMeta = { +export type stagingmumbai_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + root: Scalars['stagingmumbai_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type optimism_ConnectorMeta_filter = { +export type stagingmumbai_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65249,109 +65783,60 @@ export type optimism_ConnectorMeta_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type optimism_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type stagingmumbai_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; -export type optimism_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmumbai_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; }; -export type optimism_DestinationTransfer_filter = { +export type stagingmumbai_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65360,153 +65845,281 @@ export type optimism_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmumbai_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type stagingmumbai_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingmumbai__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingmumbai__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: stagingmumbai__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type staginggoerli_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['staginggoerli_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type staginggoerli_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['staginggoerli_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type staginggoerli_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type staginggoerli_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type staginggoerli_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type staginggoerli_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: staginggoerli_Router; + asset: staginggoerli_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type staginggoerli_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -65527,237 +66140,51 @@ export type optimism_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_DestinationTransfer_orderBy = +export type staginggoerli_AssetBalance_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; - -/** Defines the order direction, either ascending or descending */ -export type optimism_OrderDirection = - | 'asc' - | 'desc'; + | 'feesEarned'; -export type optimism_OriginMessage = { +export type staginggoerli_AssetStatus = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + status?: Maybe; }; -export type optimism_OriginMessage_filter = { +export type staginggoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65766,72 +66193,85 @@ export type optimism_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type staginggoerli_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -65840,92 +66280,56 @@ export type optimism_OriginMessage_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_OriginMessage_orderBy = +export type staginggoerli_Asset_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' + | 'key' + | 'decimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'status' + | 'status__id' + | 'status__status'; -export type optimism_OriginTransfer = { +export type staginggoerli_ConnectorMeta = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type optimism_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type optimism_OriginTransfer_filter = { +export type staginggoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -65934,24 +66338,143 @@ export type optimism_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type staginggoerli_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type staginggoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -65960,20 +66483,17 @@ export type optimism_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -65998,40 +66518,40 @@ export type optimism_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -66040,16 +66560,24 @@ export type optimism_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -66066,16 +66594,16 @@ export type optimism_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -66096,307 +66624,225 @@ export type optimism_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type optimism_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type optimism_RelayerFee = { - id: Scalars['ID']; - transfer: optimism_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['optimism_Bytes']; -}; - -export type optimism_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RelayerFee_orderBy = +export type staginggoerli_DestinationTransfer_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type optimism_RelayerFeesIncrease = { +export type staginggoerli_OptimisticRootFinalized = { id: Scalars['ID']; - transfer: optimism_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimism_Bytes']; - transactionHash: Scalars['optimism_Bytes']; + aggregateRoot: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type optimism_RelayerFeesIncrease_filter = { +export type staginggoerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66405,65 +66851,16 @@ export type optimism_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -66472,22 +66869,6 @@ export type optimism_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -66497,133 +66878,31 @@ export type optimism_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RelayerFeesIncrease_orderBy = +export type staginggoerli_OptimisticRootFinalized_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type optimism_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type optimism_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type optimism_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_RootCount_orderBy = - | 'id' - | 'count'; - -export type optimism_RootMessageSent = { +export type staginggoerli_OriginMessage = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; + rootCount?: Maybe; }; -export type optimism_RootMessageSent_filter = { +export type staginggoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66632,84 +66911,72 @@ export type optimism_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -66718,53 +66985,92 @@ export type optimism_RootMessageSent_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RootMessageSent_orderBy = +export type staginggoerli_OriginMessage_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' | 'root' - | 'count' - | 'caller' | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type optimism_Router = { +export type staginggoerli_OriginTransfer = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type optimism_RouterassetBalancesArgs = { +export type staginggoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimism_RouterDailyTVL = { - id: Scalars['ID']; - router: optimism_Router; - asset: optimism_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_RouterDailyTVL_filter = { +export type staginggoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66773,27 +67079,148 @@ export type optimism_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -66814,7 +67241,83 @@ export type optimism_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -66823,373 +67326,119 @@ export type optimism_RouterDailyTVL_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type optimism_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: optimism_Router; - asset: optimism_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['optimism_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type optimism_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type optimism_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RouterLiquidityEvent_orderBy = +export type staginggoerli_OriginTransfer_orderBy = | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' | 'asset' | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'amount' - | 'balance' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' | 'caller' - | 'blockNumber' - | 'timestamp' | 'transactionHash' - | 'nonce'; - -export type optimism_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type optimism_Sequencer = { +export type staginggoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type optimism_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type optimism_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['optimism_Bytes']; -}; - -export type optimism_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + relayer?: Maybe; }; -export type optimism_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type optimism_SlippageUpdate = { +export type staginggoerli_RelayerFee = { id: Scalars['ID']; - transfer: optimism_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['optimism_Bytes']; - transactionHash: Scalars['optimism_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transfer: staginggoerli_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['staginggoerli_Bytes']; }; -export type optimism_SlippageUpdate_filter = { +export type staginggoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67218,74 +67467,32 @@ export type optimism_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_SlippageUpdate_orderBy = +export type staginggoerli_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -67293,6 +67500,7 @@ export type optimism_SlippageUpdate_orderBy = | 'transfer__transferId' | 'transfer__nonce' | 'transfer__status' + | 'transfer__messageHash' | 'transfer__originDomain' | 'transfer__destinationDomain' | 'transfer__canonicalDomain' @@ -67301,86 +67509,38 @@ export type optimism_SlippageUpdate_orderBy = | 'transfer__receiveLocal' | 'transfer__callData' | 'transfer__slippage' - | 'transfer__bumpSlippageCount' | 'transfer__originSender' | 'transfer__bridgedAmt' | 'transfer__normalizedIn' | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; -export type optimism_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type optimism__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type optimism__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: optimism__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type staginggoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['staginggoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type staginggoerli_AggregateRootProposed = { +export type staginggoerli_RelayerFeesIncrease = { id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; + transfer: staginggoerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['staginggoerli_Bytes']; + transactionHash: Scalars['staginggoerli_Bytes']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type staginggoerli_AggregateRootProposed_filter = { +export type staginggoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67389,40 +67549,65 @@ export type staginggoerli_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -67431,6 +67616,22 @@ export type staginggoerli_AggregateRootProposed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -67441,20 +67642,132 @@ export type staginggoerli_AggregateRootProposed_filter = { blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_AggregateRootProposed_orderBy = +export type staginggoerli_RelayerFeesIncrease_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type staginggoerli_AggregateRoot_filter = { +export type staginggoerli_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type staginggoerli_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type staginggoerli_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_RootCount_orderBy = + | 'id' + | 'count'; + +export type staginggoerli_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type staginggoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67463,6 +67776,22 @@ export type staginggoerli_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; root?: InputMaybe; root_not?: InputMaybe; root_gt?: InputMaybe; @@ -67473,6 +67802,58 @@ export type staginggoerli_AggregateRoot_filter = { root_not_in?: InputMaybe>; root_contains?: InputMaybe; root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -67483,39 +67864,51 @@ export type staginggoerli_AggregateRoot_filter = { blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_AggregateRoot_orderBy = +export type staginggoerli_RootMessageSent_orderBy = | 'id' + | 'spokeDomain' + | 'hubDomain' | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type staginggoerli_Asset = { +export type staginggoerli_Router = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type staginggoerli_AssetBalance = { + +export type staginggoerli_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginggoerli_RouterDailyTVL = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; router: staginggoerli_Router; asset: staginggoerli_Asset; - feesEarned: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; }; -export type staginggoerli_AssetBalance_filter = { +export type staginggoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67524,38 +67917,6 @@ export type staginggoerli_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -67598,26 +67959,30 @@ export type staginggoerli_AssetBalance_filter = { asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_AssetBalance_orderBy = +export type staginggoerli_RouterDailyTVL_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' | 'router' | 'router__id' | 'router__isActive' @@ -67634,37 +67999,10 @@ export type staginggoerli_AssetBalance_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'feesEarned'; - -export type staginggoerli_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type staginggoerli_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_AssetStatus_orderBy = - | 'id' - | 'status'; + | 'timestamp' + | 'balance'; -export type staginggoerli_Asset_filter = { +export type staginggoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67673,120 +68011,71 @@ export type staginggoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_Asset_orderBy = +export type staginggoerli_Router_orderBy = | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type staginggoerli_ConnectorMeta = { +export type staginggoerli_Sequencer = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type staginggoerli_ConnectorMeta_filter = { +export type staginggoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67795,117 +68084,88 @@ export type staginggoerli_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_ConnectorMeta_orderBy = +export type staginggoerli_Sequencer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'isActive' + | 'sequencer'; -export type staginggoerli_DestinationTransfer = { +export type staginggoerli_Setting = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['staginggoerli_Bytes']; +}; + +export type staginggoerli_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type staginggoerli_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; -export type staginggoerli_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type staginggoerli_SlippageUpdate = { + id: Scalars['ID']; + transfer: staginggoerli_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['staginggoerli_Bytes']; + transactionHash: Scalars['staginggoerli_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type staginggoerli_DestinationTransfer_filter = { +export type staginggoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67914,101 +68174,27 @@ export type staginggoerli_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -68017,307 +68203,26 @@ export type staginggoerli_DestinationTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_DestinationTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; - -export type staginggoerli_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['staginggoerli_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type staginggoerli_OptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -68326,6 +68231,22 @@ export type staginggoerli_OptimisticRootFinalized_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -68336,30 +68257,67 @@ export type staginggoerli_OptimisticRootFinalized_filter = { blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_OptimisticRootFinalized_orderBy = +export type staginggoerli_SlippageUpdate_orderBy = | 'id' - | 'aggregateRoot' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type staginggoerli_OriginMessage = { +export type staginggoerli_SnapshotRoot = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + spokeDomain?: Maybe; + root: Scalars['staginggoerli_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type staginggoerli_OriginMessage_filter = { +export type staginggoerli_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68368,52 +68326,14 @@ export type staginggoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; root?: InputMaybe; root_not?: InputMaybe; root_gt?: InputMaybe; @@ -68424,16 +68344,22 @@ export type staginggoerli_OriginMessage_filter = { root_not_in?: InputMaybe>; root_contains?: InputMaybe; root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -68442,92 +68368,26 @@ export type staginggoerli_OriginMessage_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; /** Filter for the block changed event. */ _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_OriginMessage_orderBy = +export type staginggoerli_SnapshotRoot_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' + | 'spokeDomain' | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'count' + | 'timestamp' + | 'blockNumber'; -export type staginggoerli_OriginTransfer = { +export type staginggoerli_SpokeConnectorMode = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type staginggoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + mode: Scalars['String']; }; -export type staginggoerli_OriginTransfer_filter = { +export type staginggoerli_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68536,148 +68396,173 @@ export type staginggoerli_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type staginggoerli_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type staginggoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type mumbai_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['mumbai_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type mumbai_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mumbai_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type mumbai_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type mumbai_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: mumbai_Router; + asset: mumbai_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type mumbai_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -68698,204 +68583,52 @@ export type staginggoerli_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_OriginTransfer_orderBy = +export type mumbai_AssetBalance_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type staginggoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'feesEarned'; -export type staginggoerli_RelayerFee = { +export type mumbai_AssetStatus = { id: Scalars['ID']; - transfer: staginggoerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['staginggoerli_Bytes']; + status?: Maybe; }; -export type staginggoerli_RelayerFee_filter = { +export type mumbai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68904,100 +68637,21 @@ export type staginggoerli_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RelayerFee_orderBy = +export type mumbai_AssetStatus_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; - -export type staginggoerli_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: staginggoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['staginggoerli_Bytes']; - transactionHash: Scalars['staginggoerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; + | 'status'; -export type staginggoerli_RelayerFeesIncrease_filter = { +export type mumbai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69006,89 +68660,70 @@ export type staginggoerli_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -69097,134 +68732,67 @@ export type staginggoerli_RelayerFeesIncrease_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_RelayerFeesIncrease_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type staginggoerli_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_Relayer_orderBy = +export type mumbai_Asset_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type staginggoerli_RootCount = { - id: Scalars['ID']; - count?: Maybe; +export type mumbai_BlockChangedFilter = { + number_gte: Scalars['Int']; }; -export type staginggoerli_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type mumbai_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; }; -export type staginggoerli_RootCount_orderBy = - | 'id' - | 'count'; - -export type staginggoerli_RootMessageSent = { +export type mumbai_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type staginggoerli_RootMessageSent_filter = { +export type mumbai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69249,123 +68817,101 @@ export type staginggoerli_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RootMessageSent_orderBy = +export type mumbai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type staginggoerli_Router = { +export type mumbai_DestinationTransfer = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type staginggoerli_RouterassetBalancesArgs = { +export type mumbai_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type staginggoerli_RouterDailyTVL = { - id: Scalars['ID']; - router: staginggoerli_Router; - asset: staginggoerli_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_RouterDailyTVL_filter = { +export type mumbai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69374,27 +68920,153 @@ export type staginggoerli_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -69415,51 +69087,237 @@ export type staginggoerli_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_RouterDailyTVL_orderBy = +export type mumbai_DestinationTransfer_orderBy = | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' | 'asset' | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'timestamp' - | 'balance'; + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type staginggoerli_Router_filter = { +/** Defines the order direction, either ascending or descending */ +export type mumbai_OrderDirection = + | 'asc' + | 'desc'; + +export type mumbai_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type mumbai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69468,242 +69326,72 @@ export type staginggoerli_Router_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type staginggoerli_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type staginggoerli_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type staginggoerli_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['staginggoerli_Bytes']; -}; - -export type staginggoerli_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type staginggoerli_SlippageUpdate = { - id: Scalars['ID']; - transfer: staginggoerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['staginggoerli_Bytes']; - transactionHash: Scalars['staginggoerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type staginggoerli_SlippageUpdate_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -69712,139 +69400,92 @@ export type staginggoerli_SlippageUpdate_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginggoerli_SlippageUpdate_orderBy = +export type mumbai_OriginMessage_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type staginggoerli_SnapshotRoot = { +export type mumbai_OriginTransfer = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['staginggoerli_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type staginggoerli_SnapshotRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type staginggoerli_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; -export type staginggoerli_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; +export type mumbai_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginggoerli_SpokeConnectorMode_filter = { +export type mumbai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69853,173 +69494,148 @@ export type staginggoerli_SpokeConnectorMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type staginggoerli_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type staginggoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type optimismgoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['optimismgoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type optimismgoerli_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type optimismgoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type optimismgoerli_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: optimismgoerli_Router; - asset: optimismgoerli_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type optimismgoerli_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -70040,34 +69656,158 @@ export type optimismgoerli_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_AssetBalance_orderBy = +export type mumbai_OriginTransfer_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' | 'asset' | 'asset__id' | 'asset__key' @@ -70078,37 +69818,43 @@ export type optimismgoerli_AssetBalance_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'feesEarned'; + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type optimismgoerli_AssetStatus = { +export type mumbai_Relayer = { id: Scalars['ID']; - status?: Maybe; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type optimismgoerli_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type mumbai_RelayerFee = { + id: Scalars['ID']; + transfer: mumbai_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['mumbai_Bytes']; }; -export type optimismgoerli_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type optimismgoerli_Asset_filter = { +export type mumbai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70117,70 +69863,191 @@ export type optimismgoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mumbai_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type mumbai_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: mumbai_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['mumbai_Bytes']; + transactionHash: Scalars['mumbai_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type mumbai_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -70189,67 +70056,134 @@ export type optimismgoerli_Asset_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_Asset_orderBy = +export type mumbai_RelayerFeesIncrease_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type optimismgoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type mumbai_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +export type mumbai_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type mumbai_RootCount = { + id: Scalars['ID']; + count?: Maybe; }; -export type optimismgoerli_ConnectorMeta = { +export type mumbai_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mumbai_RootCount_orderBy = + | 'id' + | 'count'; + +export type mumbai_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type optimismgoerli_ConnectorMeta_filter = { +export type mumbai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70274,101 +70208,123 @@ export type optimismgoerli_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_ConnectorMeta_orderBy = +export type mumbai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type optimismgoerli_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type mumbai_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type optimismgoerli_DestinationTransferroutersArgs = { +export type mumbai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_DestinationTransfer_filter = { +export type mumbai_RouterDailyTVL = { + id: Scalars['ID']; + router: mumbai_Router; + asset: mumbai_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type mumbai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70377,153 +70333,27 @@ export type optimismgoerli_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -70544,189 +70374,38 @@ export type optimismgoerli_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_DestinationTransfer_orderBy = +export type mumbai_RouterDailyTVL_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' | 'asset__id' | 'asset__key' @@ -70737,44 +70416,28 @@ export type optimismgoerli_DestinationTransfer_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; - -/** Defines the order direction, either ascending or descending */ -export type optimismgoerli_OrderDirection = - | 'asc' - | 'desc'; + | 'timestamp' + | 'balance'; -export type optimismgoerli_OriginMessage = { +export type mumbai_RouterLiquidityEvent = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + type?: Maybe; + router: mumbai_Router; + asset: mumbai_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['mumbai_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimismgoerli_OriginMessage_filter = { +export type mumbai_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type mumbai_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70783,316 +70446,31 @@ export type optimismgoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type optimismgoerli_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type optimismgoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismgoerli_OriginTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -71113,107 +70491,33 @@ export type optimismgoerli_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -71222,49 +70526,48 @@ export type optimismgoerli_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_OriginTransfer_orderBy = +export type mumbai_RouterLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' | 'asset__id' | 'asset__key' @@ -71275,43 +70578,128 @@ export type optimismgoerli_OriginTransfer_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' + | 'amount' + | 'balance' | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber' - | 'txOrigin' - | 'txNonce'; + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type optimismgoerli_Relayer = { +export type mumbai_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mumbai_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type mumbai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + sequencer?: Maybe; }; -export type optimismgoerli_RelayerFee = { +export type mumbai_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mumbai_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type mumbai_Setting = { id: Scalars['ID']; - transfer: optimismgoerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['optimismgoerli_Bytes']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['mumbai_Bytes']; }; -export type optimismgoerli_RelayerFee_filter = { +export type mumbai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71320,100 +70708,48 @@ export type optimismgoerli_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_RelayerFee_orderBy = +export type mumbai_Setting_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type optimismgoerli_RelayerFeesIncrease = { +export type mumbai_SlippageUpdate = { id: Scalars['ID']; - transfer: optimismgoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimismgoerli_Bytes']; - transactionHash: Scalars['optimismgoerli_Bytes']; + transfer: mumbai_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['mumbai_Bytes']; + transactionHash: Scalars['mumbai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimismgoerli_RelayerFeesIncrease_filter = { +export type mumbai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71442,45 +70778,35 @@ export type optimismgoerli_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -71514,12 +70840,12 @@ export type optimismgoerli_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_RelayerFeesIncrease_orderBy = +export type mumbai_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -71527,7 +70853,6 @@ export type optimismgoerli_RelayerFeesIncrease_orderBy = | 'transfer__transferId' | 'transfer__nonce' | 'transfer__status' - | 'transfer__messageHash' | 'transfer__originDomain' | 'transfer__destinationDomain' | 'transfer__canonicalDomain' @@ -71536,23 +70861,30 @@ export type optimismgoerli_RelayerFeesIncrease_orderBy = | 'transfer__receiveLocal' | 'transfer__callData' | 'transfer__slippage' + | 'transfer__bumpSlippageCount' | 'transfer__originSender' | 'transfer__bridgedAmt' | 'transfer__normalizedIn' | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' | 'caller' | 'transactionHash' | 'timestamp' @@ -71560,46 +70892,45 @@ export type optimismgoerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimismgoerli_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type mumbai_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type mumbai__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; }; -export type optimismgoerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; +/** The type for the top-level _meta field */ +export type mumbai__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: mumbai__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; -export type optimismgoerli_RootCount = { +export type arbitrumgoerli_AggregateRoot = { id: Scalars['ID']; - count?: Maybe; + root: Scalars['arbitrumgoerli_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type optimismgoerli_RootCount_filter = { +export type arbitrumgoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71608,180 +70939,60 @@ export type optimismgoerli_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_RootCount_orderBy = +export type arbitrumgoerli_AggregateRoot_orderBy = | 'id' - | 'count'; + | 'root' + | 'blockNumber'; -export type optimismgoerli_RootMessageSent = { +export type arbitrumgoerli_Asset = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; + status?: Maybe; }; -export type optimismgoerli_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type optimismgoerli_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type optimismgoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimismgoerli_RouterDailyTVL = { - id: Scalars['ID']; - router: optimismgoerli_Router; - asset: optimismgoerli_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type optimismgoerli_RouterDailyTVL_filter = { +export type arbitrumgoerli_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: arbitrumgoerli_Router; + asset: arbitrumgoerli_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type arbitrumgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71790,6 +71001,38 @@ export type optimismgoerli_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -71810,7 +71053,7 @@ export type optimismgoerli_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -71831,31 +71074,27 @@ export type optimismgoerli_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_RouterDailyTVL_orderBy = +export type arbitrumgoerli_AssetBalance_orderBy = | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' | 'router' | 'router__id' | 'router__isActive' @@ -71873,28 +71112,37 @@ export type optimismgoerli_RouterDailyTVL_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'timestamp' - | 'balance'; + | 'feesEarned'; -export type optimismgoerli_RouterLiquidityEvent = { +export type arbitrumgoerli_AssetStatus = { id: Scalars['ID']; - type?: Maybe; - router: optimismgoerli_Router; - asset: optimismgoerli_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['optimismgoerli_Bytes']; - nonce: Scalars['BigInt']; + status?: Maybe; }; -export type optimismgoerli_RouterLiquidityEventType = - | 'Add' - | 'Remove'; +export type arbitrumgoerli_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type optimismgoerli_RouterLiquidityEvent_filter = { +export type arbitrumgoerli_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type arbitrumgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71903,78 +71151,70 @@ export type optimismgoerli_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -71983,67 +71223,67 @@ export type optimismgoerli_RouterLiquidityEvent_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_RouterLiquidityEvent_orderBy = +export type arbitrumgoerli_Asset_orderBy = | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; + | 'status' + | 'status__id' + | 'status__status'; -export type optimismgoerli_Router_filter = { +export type arbitrumgoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type arbitrumgoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type arbitrumgoerli_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type arbitrumgoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72052,161 +71292,117 @@ export type optimismgoerli_Router_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type optimismgoerli_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type optimismgoerli_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismgoerli_Sequencer_orderBy = +export type arbitrumgoerli_ConnectorMeta_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type optimismgoerli_Setting = { +export type arbitrumgoerli_DestinationTransfer = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['optimismgoerli_Bytes']; -}; - -export type optimismgoerli_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type optimismgoerli_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; -export type optimismgoerli_SlippageUpdate = { - id: Scalars['ID']; - transfer: optimismgoerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['optimismgoerli_Bytes']; - transactionHash: Scalars['optimismgoerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; +export type arbitrumgoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismgoerli_SlippageUpdate_filter = { +export type arbitrumgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72215,27 +71411,101 @@ export type optimismgoerli_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -72244,356 +71514,50 @@ export type optimismgoerli_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimismgoerli_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type optimismgoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type optimismgoerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type optimismgoerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: optimismgoerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type stagingoptimismgoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['stagingoptimismgoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingoptimismgoerli_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type stagingoptimismgoerli_AggregateRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type stagingoptimismgoerli_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type stagingoptimismgoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type stagingoptimismgoerli_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: stagingoptimismgoerli_Router; - asset: stagingoptimismgoerli_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type stagingoptimismgoerli_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -72614,74 +71578,237 @@ export type stagingoptimismgoerli_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_AssetBalance_orderBy = +export type arbitrumgoerli_DestinationTransfer_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' | 'asset' | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'feesEarned'; + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type stagingoptimismgoerli_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; +/** Defines the order direction, either ascending or descending */ +export type arbitrumgoerli_OrderDirection = + | 'asc' + | 'desc'; -export type stagingoptimismgoerli_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type arbitrumgoerli_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type stagingoptimismgoerli_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type stagingoptimismgoerli_Asset_filter = { +export type arbitrumgoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72690,62 +71817,72 @@ export type stagingoptimismgoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -72754,185 +71891,92 @@ export type stagingoptimismgoerli_Asset_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_Asset_orderBy = +export type arbitrumgoerli_OriginMessage_orderBy = | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type stagingoptimismgoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingoptimismgoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingoptimismgoerli_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type stagingoptimismgoerli_ConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type stagingoptimismgoerli_DestinationTransfer = { +export type arbitrumgoerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type stagingoptimismgoerli_DestinationTransferroutersArgs = { +export type arbitrumgoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimismgoerli_DestinationTransfer_filter = { +export type arbitrumgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72949,16 +71993,16 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -72967,17 +72011,20 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -73002,40 +72049,40 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -73044,24 +72091,16 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -73078,16 +72117,16 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -73108,176 +72147,146 @@ export type stagingoptimismgoerli_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_DestinationTransfer_orderBy = +export type arbitrumgoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' | 'nonce' | 'status' - | 'routers' + | 'messageHash' | 'originDomain' | 'destinationDomain' | 'canonicalDomain' @@ -73286,7 +72295,6 @@ export type stagingoptimismgoerli_DestinationTransfer_orderBy = | 'receiveLocal' | 'callData' | 'slippage' - | 'bumpSlippageCount' | 'originSender' | 'bridgedAmt' | 'normalizedIn' @@ -73295,38 +72303,151 @@ export type stagingoptimismgoerli_DestinationTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type stagingoptimismgoerli_OptimisticRootFinalized = { +export type arbitrumgoerli_Relayer = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type arbitrumgoerli_RelayerFee = { + id: Scalars['ID']; + transfer: arbitrumgoerli_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['arbitrumgoerli_Bytes']; +}; + +export type arbitrumgoerli_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumgoerli_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type arbitrumgoerli_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: arbitrumgoerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['arbitrumgoerli_Bytes']; + transactionHash: Scalars['arbitrumgoerli_Bytes']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { +export type arbitrumgoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73335,16 +72456,65 @@ export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -73353,6 +72523,22 @@ export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -73362,36 +72548,133 @@ export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_OptimisticRootFinalized_orderBy = +export type arbitrumgoerli_RelayerFeesIncrease_orderBy = | 'id' - | 'aggregateRoot' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type stagingoptimismgoerli_OrderDirection = - | 'asc' - | 'desc'; +export type arbitrumgoerli_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type stagingoptimismgoerli_OriginMessage = { +export type arbitrumgoerli_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type arbitrumgoerli_RootCount = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + count?: Maybe; +}; + +export type arbitrumgoerli_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumgoerli_RootCount_orderBy = + | 'id' + | 'count'; + +export type arbitrumgoerli_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; }; -export type stagingoptimismgoerli_OriginMessage_filter = { +export type arbitrumgoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73400,72 +72683,84 @@ export type stagingoptimismgoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -73474,92 +72769,53 @@ export type stagingoptimismgoerli_OriginMessage_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_OriginMessage_orderBy = +export type arbitrumgoerli_RootMessageSent_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' + | 'spokeDomain' + | 'hubDomain' | 'root' + | 'count' + | 'caller' | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type stagingoptimismgoerli_OriginTransfer = { +export type arbitrumgoerli_Router = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type stagingoptimismgoerli_OriginTransferrelayerFeesArgs = { +export type arbitrumgoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimismgoerli_OriginTransfer_filter = { +export type arbitrumgoerli_RouterDailyTVL = { + id: Scalars['ID']; + router: arbitrumgoerli_Router; + asset: arbitrumgoerli_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type arbitrumgoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73568,148 +72824,27 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -73730,83 +72865,7 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -73815,22 +72874,141 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumgoerli_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type arbitrumgoerli_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: arbitrumgoerli_Router; + asset: arbitrumgoerli_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['arbitrumgoerli_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumgoerli_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type arbitrumgoerli_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -73839,95 +73017,140 @@ export type stagingoptimismgoerli_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_OriginTransfer_orderBy = +export type arbitrumgoerli_RouterLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' + | 'amount' + | 'balance' | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber' - | 'txOrigin' - | 'txNonce'; + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type stagingoptimismgoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; +export type arbitrumgoerli_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RelayerFee = { +export type arbitrumgoerli_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type arbitrumgoerli_Sequencer = { id: Scalars['ID']; - transfer: stagingoptimismgoerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['stagingoptimismgoerli_Bytes']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type stagingoptimismgoerli_RelayerFee_filter = { +export type arbitrumgoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73936,100 +73159,88 @@ export type stagingoptimismgoerli_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RelayerFee_orderBy = +export type arbitrumgoerli_Sequencer_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'isActive' + | 'sequencer'; -export type stagingoptimismgoerli_RelayerFeesIncrease = { +export type arbitrumgoerli_Setting = { id: Scalars['ID']; - transfer: stagingoptimismgoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingoptimismgoerli_Bytes']; - transactionHash: Scalars['stagingoptimismgoerli_Bytes']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['arbitrumgoerli_Bytes']; +}; + +export type arbitrumgoerli_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumgoerli_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type arbitrumgoerli_SlippageUpdate = { + id: Scalars['ID']; + transfer: arbitrumgoerli_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['arbitrumgoerli_Bytes']; + transactionHash: Scalars['arbitrumgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { +export type arbitrumgoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74058,45 +73269,35 @@ export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -74130,12 +73331,12 @@ export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimismgoerli_RelayerFeesIncrease_orderBy = +export type arbitrumgoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -74143,7 +73344,6 @@ export type stagingoptimismgoerli_RelayerFeesIncrease_orderBy = | 'transfer__transferId' | 'transfer__nonce' | 'transfer__status' - | 'transfer__messageHash' | 'transfer__originDomain' | 'transfer__destinationDomain' | 'transfer__canonicalDomain' @@ -74152,23 +73352,30 @@ export type stagingoptimismgoerli_RelayerFeesIncrease_orderBy = | 'transfer__receiveLocal' | 'transfer__callData' | 'transfer__slippage' + | 'transfer__bumpSlippageCount' | 'transfer__originSender' | 'transfer__bridgedAmt' | 'transfer__normalizedIn' | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' | 'caller' | 'transactionHash' | 'timestamp' @@ -74176,87 +73383,45 @@ export type stagingoptimismgoerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimismgoerli_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; +export type arbitrumgoerli_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; -export type stagingoptimismgoerli_RootCount = { - id: Scalars['ID']; - count?: Maybe; +export type arbitrumgoerli__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; }; -export type stagingoptimismgoerli_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +/** The type for the top-level _meta field */ +export type arbitrumgoerli__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: arbitrumgoerli__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; }; -export type stagingoptimismgoerli_RootCount_orderBy = - | 'id' - | 'count'; - -export type stagingoptimismgoerli_RootMessageSent = { +export type lineagoerli_AggregateRoot = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + root: Scalars['lineagoerli_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type stagingoptimismgoerli_RootMessageSent_filter = { +export type lineagoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74265,84 +73430,12 @@ export type stagingoptimismgoerli_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -74352,52 +73445,38 @@ export type stagingoptimismgoerli_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingoptimismgoerli_RootMessageSent_orderBy = +export type lineagoerli_AggregateRoot_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type stagingoptimismgoerli_Router = { +export type lineagoerli_Asset = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type stagingoptimismgoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + key?: Maybe; + decimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type stagingoptimismgoerli_RouterDailyTVL = { +export type lineagoerli_AssetBalance = { id: Scalars['ID']; - router: stagingoptimismgoerli_Router; - asset: stagingoptimismgoerli_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: lineagoerli_Router; + asset: lineagoerli_Asset; + feesEarned: Scalars['BigInt']; }; -export type stagingoptimismgoerli_RouterDailyTVL_filter = { +export type lineagoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74406,6 +73485,38 @@ export type stagingoptimismgoerli_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -74426,7 +73537,7 @@ export type stagingoptimismgoerli_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -74447,164 +73558,35 @@ export type stagingoptimismgoerli_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingoptimismgoerli_RouterDailyTVL_orderBy = +export type lineagoerli_AssetBalance_orderBy = | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type stagingoptimismgoerli_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type stagingoptimismgoerli_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type stagingoptimismgoerli_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingoptimismgoerli_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; + | 'feesEarned'; -export type stagingoptimismgoerli_Setting = { +export type lineagoerli_AssetStatus = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingoptimismgoerli_Bytes']; + status?: Maybe; }; -export type stagingoptimismgoerli_Setting_filter = { +export type lineagoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74613,48 +73595,19 @@ export type stagingoptimismgoerli_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingoptimismgoerli_Setting_orderBy = +export type lineagoerli_AssetStatus_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type stagingoptimismgoerli_SlippageUpdate = { - id: Scalars['ID']; - transfer: stagingoptimismgoerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['stagingoptimismgoerli_Bytes']; - transactionHash: Scalars['stagingoptimismgoerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; + | 'status'; -export type stagingoptimismgoerli_SlippageUpdate_filter = { +export type lineagoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74663,79 +73616,46 @@ export type stagingoptimismgoerli_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -74744,69 +73664,62 @@ export type stagingoptimismgoerli_SlippageUpdate_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingoptimismgoerli_SlippageUpdate_orderBy = +export type lineagoerli_Asset_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'key' + | 'decimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status'; -export type stagingoptimismgoerli_SnapshotRoot = { +export type lineagoerli_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type lineagoerli_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type lineagoerli_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingoptimismgoerli_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingoptimismgoerli_SnapshotRoot_filter = { +export type lineagoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74823,60 +73736,95 @@ export type stagingoptimismgoerli_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingoptimismgoerli_SnapshotRoot_orderBy = +export type lineagoerli_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingoptimismgoerli_SpokeConnectorMode = { +export type lineagoerli_DestinationTransfer = { id: Scalars['ID']; - mode: Scalars['String']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type stagingoptimismgoerli_SpokeConnectorMode_filter = { + +export type lineagoerli_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type lineagoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74885,85 +73833,345 @@ export type stagingoptimismgoerli_SpokeConnectorMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingoptimismgoerli_SpokeConnectorMode_orderBy = +export type lineagoerli_DestinationTransfer_orderBy = | 'id' - | 'mode'; - -export type stagingoptimismgoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type stagingoptimismgoerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type stagingoptimismgoerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: stagingoptimismgoerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type stagingarbitrumgoerli_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['stagingarbitrumgoerli_Bytes']; - blockNumber: Scalars['BigInt']; -}; +/** Defines the order direction, either ascending or descending */ +export type lineagoerli_OrderDirection = + | 'asc' + | 'desc'; -export type stagingarbitrumgoerli_AggregateRootProposed = { +export type lineagoerli_OriginMessage = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingarbitrumgoerli_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; + rootCount?: Maybe; }; -export type stagingarbitrumgoerli_AggregateRootProposed_filter = { +export type lineagoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74972,48 +74180,52 @@ export type stagingarbitrumgoerli_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -75022,483 +74234,88 @@ export type stagingarbitrumgoerli_AggregateRootProposed_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingarbitrumgoerli_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type stagingarbitrumgoerli_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_AggregateRoot_orderBy = +export type lineagoerli_OriginMessage_orderBy = | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' | 'root' - | 'blockNumber'; - -export type stagingarbitrumgoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type stagingarbitrumgoerli_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: stagingarbitrumgoerli_Router; - asset: stagingarbitrumgoerli_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type stagingarbitrumgoerli_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type stagingarbitrumgoerli_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type stagingarbitrumgoerli_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type stagingarbitrumgoerli_Asset_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' + | 'transactionHash' | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type stagingarbitrumgoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingarbitrumgoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type stagingarbitrumgoerli_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type stagingarbitrumgoerli_ConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'rootCount'; -export type stagingarbitrumgoerli_DestinationTransfer = { +export type lineagoerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type stagingarbitrumgoerli_DestinationTransferroutersArgs = { +export type lineagoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumgoerli_DestinationTransfer_filter = { +export type lineagoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75515,16 +74332,12 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -75533,17 +74346,16 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -75568,40 +74380,28 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -75610,24 +74410,12 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -75644,16 +74432,12 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -75674,176 +74458,124 @@ export type stagingarbitrumgoerli_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingarbitrumgoerli_DestinationTransfer_orderBy = +export type lineagoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' | 'nonce' | 'status' - | 'routers' + | 'messageHash' | 'originDomain' | 'destinationDomain' | 'canonicalDomain' @@ -75852,47 +74584,39 @@ export type stagingarbitrumgoerli_DestinationTransfer_orderBy = | 'receiveLocal' | 'callData' | 'slippage' - | 'bumpSlippageCount' | 'originSender' | 'bridgedAmt' | 'normalizedIn' | 'canonicalId' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'transactingAsset' + | 'message' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type stagingarbitrumgoerli_OptimisticRootFinalized = { +export type lineagoerli_Relayer = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingarbitrumgoerli_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type stagingarbitrumgoerli_OptimisticRootFinalized_filter = { +export type lineagoerli_RelayerFee = { + id: Scalars['ID']; + transfer: lineagoerli_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['lineagoerli_Bytes']; +}; + +export type lineagoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75901,231 +74625,65 @@ export type stagingarbitrumgoerli_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingarbitrumgoerli_OptimisticRootFinalized_orderBy = +export type lineagoerli_RelayerFee_orderBy = | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type stagingarbitrumgoerli_OrderDirection = - | 'asc' - | 'desc'; + | 'transfer' + | 'fee' + | 'asset'; -export type stagingarbitrumgoerli_OriginMessage = { +export type lineagoerli_RelayerFeesIncrease = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + transfer: lineagoerli_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['lineagoerli_Bytes']; + transactionHash: Scalars['lineagoerli_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumgoerli_OriginMessage_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type stagingarbitrumgoerli_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type stagingarbitrumgoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type stagingarbitrumgoerli_OriginTransfer_filter = { +export type lineagoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76134,245 +74692,53 @@ export type stagingarbitrumgoerli_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -76405,335 +74771,14 @@ export type stagingarbitrumgoerli_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingarbitrumgoerli_OriginTransfer_orderBy = +export type lineagoerli_RelayerFeesIncrease_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type stagingarbitrumgoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type stagingarbitrumgoerli_RelayerFee = { - id: Scalars['ID']; - transfer: stagingarbitrumgoerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['stagingarbitrumgoerli_Bytes']; -}; - -export type stagingarbitrumgoerli_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; - -export type stagingarbitrumgoerli_RelayerFeesIncrease = { - id: Scalars['ID']; - transfer: stagingarbitrumgoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingarbitrumgoerli_Bytes']; - transactionHash: Scalars['stagingarbitrumgoerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingarbitrumgoerli_RelayerFeesIncrease_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_RelayerFeesIncrease_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' + | 'transfer' + | 'increase' | 'asset' | 'caller' | 'transactionHash' @@ -76742,7 +74787,7 @@ export type stagingarbitrumgoerli_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumgoerli_Relayer_filter = { +export type lineagoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76755,33 +74800,27 @@ export type stagingarbitrumgoerli_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingarbitrumgoerli_Relayer_orderBy = +export type lineagoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingarbitrumgoerli_RootCount = { +export type lineagoerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingarbitrumgoerli_RootCount_filter = { +export type lineagoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76799,30 +74838,28 @@ export type stagingarbitrumgoerli_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingarbitrumgoerli_RootCount_orderBy = +export type lineagoerli_RootCount_orderBy = | 'id' | 'count'; -export type stagingarbitrumgoerli_RootMessageSent = { +export type lineagoerli_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingarbitrumgoerli_RootMessageSent_filter = { +export type lineagoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76847,16 +74884,12 @@ export type stagingarbitrumgoerli_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -76865,26 +74898,18 @@ export type stagingarbitrumgoerli_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -76918,12 +74943,10 @@ export type stagingarbitrumgoerli_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingarbitrumgoerli_RootMessageSent_orderBy = +export type lineagoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -76936,34 +74959,34 @@ export type stagingarbitrumgoerli_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumgoerli_Router = { +export type lineagoerli_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingarbitrumgoerli_RouterassetBalancesArgs = { +export type lineagoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumgoerli_RouterDailyTVL = { +export type lineagoerli_RouterDailyTVL = { id: Scalars['ID']; - router: stagingarbitrumgoerli_Router; - asset: stagingarbitrumgoerli_Asset; + router: lineagoerli_Router; + asset: lineagoerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingarbitrumgoerli_RouterDailyTVL_filter = { +export type lineagoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76992,7 +75015,7 @@ export type stagingarbitrumgoerli_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -77013,7 +75036,7 @@ export type stagingarbitrumgoerli_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -77031,33 +75054,17 @@ export type stagingarbitrumgoerli_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingarbitrumgoerli_RouterDailyTVL_orderBy = +export type lineagoerli_RouterDailyTVL_orderBy = | 'id' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type stagingarbitrumgoerli_Router_filter = { +export type lineagoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77070,36 +75077,24 @@ export type stagingarbitrumgoerli_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -77108,14 +75103,12 @@ export type stagingarbitrumgoerli_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingarbitrumgoerli_Router_orderBy = +export type lineagoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -77124,13 +75117,13 @@ export type stagingarbitrumgoerli_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingarbitrumgoerli_Sequencer = { +export type lineagoerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingarbitrumgoerli_Sequencer_filter = { +export type lineagoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77143,34 +75136,28 @@ export type stagingarbitrumgoerli_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingarbitrumgoerli_Sequencer_orderBy = +export type lineagoerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingarbitrumgoerli_Setting = { +export type lineagoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingarbitrumgoerli_Bytes']; + caller: Scalars['lineagoerli_Bytes']; }; -export type stagingarbitrumgoerli_Setting_filter = { +export type lineagoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77187,40 +75174,34 @@ export type stagingarbitrumgoerli_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingarbitrumgoerli_Setting_orderBy = +export type lineagoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingarbitrumgoerli_SlippageUpdate = { +export type lineagoerli_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingarbitrumgoerli_DestinationTransfer; + transfer: lineagoerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingarbitrumgoerli_Bytes']; - transactionHash: Scalars['stagingarbitrumgoerli_Bytes']; + caller: Scalars['lineagoerli_Bytes']; + transactionHash: Scalars['lineagoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumgoerli_SlippageUpdate_filter = { +export type lineagoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77249,7 +75230,7 @@ export type stagingarbitrumgoerli_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -77258,26 +75239,18 @@ export type stagingarbitrumgoerli_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -77311,50 +75284,12 @@ export type stagingarbitrumgoerli_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type stagingarbitrumgoerli_SlippageUpdate_orderBy = +export type lineagoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' @@ -77363,134 +75298,16 @@ export type stagingarbitrumgoerli_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumgoerli_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingarbitrumgoerli_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingarbitrumgoerli_SnapshotRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type stagingarbitrumgoerli_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type stagingarbitrumgoerli_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingarbitrumgoerli_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type stagingarbitrumgoerli_TransferStatus = +export type lineagoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingarbitrumgoerli__Block_ = { +export type lineagoerli__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -77498,7 +75315,7 @@ export type stagingarbitrumgoerli__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingarbitrumgoerli__Meta_ = { +export type lineagoerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -77506,22 +75323,22 @@ export type stagingarbitrumgoerli__Meta_ = { * and therefore asks for the latest block * */ - block: stagingarbitrumgoerli__Block_; + block: lineagoerli__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingmumbai_AggregateRoot = { +export type stagingoptimismgoerli_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmumbai_Bytes']; + root: Scalars['stagingoptimismgoerli_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmumbai_AggregateRootProposed = { +export type stagingoptimismgoerli_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmumbai_Bytes']; + aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -77529,7 +75346,7 @@ export type stagingmumbai_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmumbai_AggregateRootProposed_filter = { +export type stagingoptimismgoerli_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77538,16 +75355,16 @@ export type stagingmumbai_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -77589,12 +75406,12 @@ export type stagingmumbai_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_AggregateRootProposed_orderBy = +export type stagingoptimismgoerli_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -77603,7 +75420,7 @@ export type stagingmumbai_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmumbai_AggregateRoot_filter = { +export type stagingoptimismgoerli_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77612,16 +75429,16 @@ export type stagingmumbai_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -77631,40 +75448,40 @@ export type stagingmumbai_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_AggregateRoot_orderBy = +export type stagingoptimismgoerli_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmumbai_Asset = { +export type stagingoptimismgoerli_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingmumbai_AssetBalance = { +export type stagingoptimismgoerli_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmumbai_Router; - asset: stagingmumbai_Asset; + router: stagingoptimismgoerli_Router; + asset: stagingoptimismgoerli_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmumbai_AssetBalance_filter = { +export type stagingoptimismgoerli_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77725,7 +75542,7 @@ export type stagingmumbai_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -77746,7 +75563,7 @@ export type stagingmumbai_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -77756,12 +75573,12 @@ export type stagingmumbai_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_AssetBalance_orderBy = +export type stagingoptimismgoerli_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -77785,12 +75602,12 @@ export type stagingmumbai_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmumbai_AssetStatus = { +export type stagingoptimismgoerli_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmumbai_AssetStatus_filter = { +export type stagingoptimismgoerli_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77804,16 +75621,16 @@ export type stagingmumbai_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_AssetStatus_orderBy = +export type stagingoptimismgoerli_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmumbai_Asset_filter = { +export type stagingoptimismgoerli_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77822,16 +75639,16 @@ export type stagingmumbai_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -77840,16 +75657,16 @@ export type stagingmumbai_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -77858,26 +75675,26 @@ export type stagingmumbai_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -77906,14 +75723,14 @@ export type stagingmumbai_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_Asset_orderBy = +export type stagingoptimismgoerli_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -77926,26 +75743,26 @@ export type stagingmumbai_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmumbai_BlockChangedFilter = { +export type stagingoptimismgoerli_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmumbai_Block_height = { - hash?: InputMaybe; +export type stagingoptimismgoerli_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmumbai_ConnectorMeta = { +export type stagingoptimismgoerli_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingmumbai_ConnectorMeta_filter = { +export type stagingoptimismgoerli_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77970,101 +75787,101 @@ export type stagingmumbai_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmumbai_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingmumbai_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimismgoerli_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingoptimismgoerli_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingmumbai_DestinationTransferroutersArgs = { +export type stagingoptimismgoerli_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_DestinationTransfer_filter = { +export type stagingoptimismgoerli_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78081,16 +75898,16 @@ export type stagingmumbai_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -78099,17 +75916,17 @@ export type stagingmumbai_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -78134,40 +75951,40 @@ export type stagingmumbai_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -78184,16 +76001,16 @@ export type stagingmumbai_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -78210,16 +76027,16 @@ export type stagingmumbai_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -78240,7 +76057,7 @@ export type stagingmumbai_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -78257,26 +76074,26 @@ export type stagingmumbai_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -78309,16 +76126,16 @@ export type stagingmumbai_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -78327,26 +76144,26 @@ export type stagingmumbai_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -78379,16 +76196,16 @@ export type stagingmumbai_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -78398,12 +76215,12 @@ export type stagingmumbai_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_DestinationTransfer_orderBy = +export type stagingoptimismgoerli_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -78451,14 +76268,14 @@ export type stagingmumbai_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmumbai_OptimisticRootFinalized = { +export type stagingoptimismgoerli_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmumbai_Bytes']; + aggregateRoot: Scalars['stagingoptimismgoerli_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmumbai_OptimisticRootFinalized_filter = { +export type stagingoptimismgoerli_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78467,16 +76284,16 @@ export type stagingmumbai_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -78494,36 +76311,36 @@ export type stagingmumbai_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_OptimisticRootFinalized_orderBy = +export type stagingoptimismgoerli_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingmumbai_OrderDirection = +export type stagingoptimismgoerli_OrderDirection = | 'asc' | 'desc'; -export type stagingmumbai_OriginMessage = { +export type stagingoptimismgoerli_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingmumbai_OriginMessage_filter = { +export type stagingoptimismgoerli_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78532,16 +76349,16 @@ export type stagingmumbai_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -78550,16 +76367,16 @@ export type stagingmumbai_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -78568,36 +76385,36 @@ export type stagingmumbai_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -78626,14 +76443,14 @@ export type stagingmumbai_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_OriginMessage_orderBy = +export type stagingoptimismgoerli_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -78647,51 +76464,51 @@ export type stagingmumbai_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmumbai_OriginTransfer = { +export type stagingoptimismgoerli_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingmumbai_OriginTransferrelayerFeesArgs = { +export type stagingoptimismgoerli_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_OriginTransfer_filter = { +export type stagingoptimismgoerli_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78708,16 +76525,16 @@ export type stagingmumbai_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -78726,20 +76543,20 @@ export type stagingmumbai_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -78764,40 +76581,40 @@ export type stagingmumbai_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -78806,16 +76623,16 @@ export type stagingmumbai_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -78832,16 +76649,16 @@ export type stagingmumbai_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -78862,17 +76679,17 @@ export type stagingmumbai_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -78893,7 +76710,7 @@ export type stagingmumbai_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -78908,37 +76725,37 @@ export type stagingmumbai_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -78971,16 +76788,16 @@ export type stagingmumbai_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -78990,12 +76807,12 @@ export type stagingmumbai_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_OriginTransfer_orderBy = +export type stagingoptimismgoerli_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -79046,20 +76863,20 @@ export type stagingmumbai_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmumbai_Relayer = { +export type stagingoptimismgoerli_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmumbai_RelayerFee = { +export type stagingoptimismgoerli_RelayerFee = { id: Scalars['ID']; - transfer: stagingmumbai_OriginTransfer; + transfer: stagingoptimismgoerli_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmumbai_Bytes']; + asset: Scalars['stagingoptimismgoerli_Bytes']; }; -export type stagingmumbai_RelayerFee_filter = { +export type stagingoptimismgoerli_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79088,7 +76905,7 @@ export type stagingmumbai_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -79097,23 +76914,23 @@ export type stagingmumbai_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RelayerFee_orderBy = +export type stagingoptimismgoerli_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -79148,20 +76965,20 @@ export type stagingmumbai_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmumbai_RelayerFeesIncrease = { +export type stagingoptimismgoerli_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmumbai_OriginTransfer; + transfer: stagingoptimismgoerli_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmumbai_Bytes']; - transactionHash: Scalars['stagingmumbai_Bytes']; + asset?: Maybe; + caller: Scalars['stagingoptimismgoerli_Bytes']; + transactionHash: Scalars['stagingoptimismgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmumbai_RelayerFeesIncrease_filter = { +export type stagingoptimismgoerli_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79190,7 +77007,7 @@ export type stagingmumbai_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -79199,36 +77016,36 @@ export type stagingmumbai_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -79262,12 +77079,12 @@ export type stagingmumbai_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RelayerFeesIncrease_orderBy = +export type stagingoptimismgoerli_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -79308,7 +77125,7 @@ export type stagingmumbai_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmumbai_Relayer_filter = { +export type stagingoptimismgoerli_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79321,33 +77138,33 @@ export type stagingmumbai_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_Relayer_orderBy = +export type stagingoptimismgoerli_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmumbai_RootCount = { +export type stagingoptimismgoerli_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmumbai_RootCount_filter = { +export type stagingoptimismgoerli_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79365,30 +77182,30 @@ export type stagingmumbai_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RootCount_orderBy = +export type stagingoptimismgoerli_RootCount_orderBy = | 'id' | 'count'; -export type stagingmumbai_RootMessageSent = { +export type stagingoptimismgoerli_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingmumbai_RootMessageSent_filter = { +export type stagingoptimismgoerli_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79413,16 +77230,16 @@ export type stagingmumbai_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -79431,26 +77248,26 @@ export type stagingmumbai_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -79484,12 +77301,12 @@ export type stagingmumbai_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RootMessageSent_orderBy = +export type stagingoptimismgoerli_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -79502,34 +77319,34 @@ export type stagingmumbai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmumbai_Router = { +export type stagingoptimismgoerli_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingmumbai_RouterassetBalancesArgs = { +export type stagingoptimismgoerli_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmumbai_RouterDailyTVL = { +export type stagingoptimismgoerli_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmumbai_Router; - asset: stagingmumbai_Asset; + router: stagingoptimismgoerli_Router; + asset: stagingoptimismgoerli_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmumbai_RouterDailyTVL_filter = { +export type stagingoptimismgoerli_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79558,7 +77375,7 @@ export type stagingmumbai_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -79579,7 +77396,7 @@ export type stagingmumbai_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -79597,12 +77414,12 @@ export type stagingmumbai_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_RouterDailyTVL_orderBy = +export type stagingoptimismgoerli_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -79623,7 +77440,7 @@ export type stagingmumbai_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmumbai_Router_filter = { +export type stagingoptimismgoerli_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79636,36 +77453,36 @@ export type stagingmumbai_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -79674,14 +77491,14 @@ export type stagingmumbai_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_Router_orderBy = +export type stagingoptimismgoerli_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -79690,13 +77507,13 @@ export type stagingmumbai_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmumbai_Sequencer = { +export type stagingoptimismgoerli_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmumbai_Sequencer_filter = { +export type stagingoptimismgoerli_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79709,34 +77526,34 @@ export type stagingmumbai_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_Sequencer_orderBy = +export type stagingoptimismgoerli_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmumbai_Setting = { +export type stagingoptimismgoerli_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmumbai_Bytes']; + caller: Scalars['stagingoptimismgoerli_Bytes']; }; -export type stagingmumbai_Setting_filter = { +export type stagingoptimismgoerli_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79753,40 +77570,40 @@ export type stagingmumbai_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_Setting_orderBy = +export type stagingoptimismgoerli_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmumbai_SlippageUpdate = { +export type stagingoptimismgoerli_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmumbai_DestinationTransfer; + transfer: stagingoptimismgoerli_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmumbai_Bytes']; - transactionHash: Scalars['stagingmumbai_Bytes']; + caller: Scalars['stagingoptimismgoerli_Bytes']; + transactionHash: Scalars['stagingoptimismgoerli_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmumbai_SlippageUpdate_filter = { +export type stagingoptimismgoerli_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79815,7 +77632,7 @@ export type stagingmumbai_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -79824,26 +77641,26 @@ export type stagingmumbai_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -79877,12 +77694,12 @@ export type stagingmumbai_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_SlippageUpdate_orderBy = +export type stagingoptimismgoerli_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -79929,16 +77746,16 @@ export type stagingmumbai_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmumbai_SnapshotRoot = { +export type stagingoptimismgoerli_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmumbai_Bytes']; + root: Scalars['stagingoptimismgoerli_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmumbai_SnapshotRoot_filter = { +export type stagingoptimismgoerli_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79955,16 +77772,16 @@ export type stagingmumbai_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -79990,12 +77807,12 @@ export type stagingmumbai_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_SnapshotRoot_orderBy = +export type stagingoptimismgoerli_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -80003,12 +77820,12 @@ export type stagingmumbai_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmumbai_SpokeConnectorMode = { +export type stagingoptimismgoerli_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmumbai_SpokeConnectorMode_filter = { +export type stagingoptimismgoerli_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80038,25 +77855,25 @@ export type stagingmumbai_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmumbai_SpokeConnectorMode_orderBy = +export type stagingoptimismgoerli_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmumbai_TransferStatus = +export type stagingoptimismgoerli_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingmumbai__Block_ = { +export type stagingoptimismgoerli__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -80064,7 +77881,7 @@ export type stagingmumbai__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingmumbai__Meta_ = { +export type stagingoptimismgoerli__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -80072,20 +77889,49 @@ export type stagingmumbai__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmumbai__Block_; + block: stagingoptimismgoerli__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type arbitrumgoerli_AggregateRoot = { +export type bnb_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type bnb_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type bnb_swap_LpAccount = { id: Scalars['ID']; - root: Scalars['arbitrumgoerli_Bytes']; - blockNumber: Scalars['BigInt']; + address: Scalars['bnb_swap_Bytes']; + balances: Array; }; -export type arbitrumgoerli_AggregateRoot_filter = { + +export type bnb_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_swap_LpAccountBalance = { + id: Scalars['ID']; + account: bnb_swap_LpAccount; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type bnb_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80094,60 +77940,106 @@ export type arbitrumgoerli_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_AggregateRoot_orderBy = +export type bnb_swap_LpAccountBalance_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type arbitrumgoerli_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type arbitrumgoerli_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: arbitrumgoerli_Router; - asset: arbitrumgoerli_Asset; - feesEarned: Scalars['BigInt']; -}; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type arbitrumgoerli_AssetBalance_filter = { +export type bnb_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80156,125 +78048,59 @@ export type arbitrumgoerli_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_AssetBalance_orderBy = +export type bnb_swap_LpAccount_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; + | 'address' + | 'balances'; -export type arbitrumgoerli_AssetStatus = { +export type bnb_swap_LpToken = { id: Scalars['ID']; - status?: Maybe; + address: Scalars['bnb_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['bnb_swap_BigDecimal']; + events: Array; }; -export type arbitrumgoerli_AssetStatus_filter = { + +export type bnb_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_swap_LpTokenEvent = { + id: Scalars['ID']; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80283,21 +78109,91 @@ export type arbitrumgoerli_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_AssetStatus_orderBy = +export type bnb_swap_LpTokenEvent_orderBy = | 'id' - | 'status'; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type arbitrumgoerli_Asset_filter = { +export type bnb_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80306,139 +78202,141 @@ export type arbitrumgoerli_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_Asset_orderBy = +export type bnb_swap_LpToken_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type arbitrumgoerli_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type arbitrumgoerli_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type arbitrumgoerli_ConnectorMeta = { +export type bnb_swap_LpTransferEvent = bnb_swap_LpTokenEvent & { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; + from: Scalars['bnb_swap_Bytes']; + to: Scalars['bnb_swap_Bytes']; + fromBalance: Scalars['bnb_swap_BigDecimal']; + toBalance: Scalars['bnb_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_ConnectorMeta_filter = { +export type bnb_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80447,117 +78345,259 @@ export type arbitrumgoerli_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_ConnectorMeta_orderBy = +export type bnb_swap_LpTransferEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type arbitrumgoerli_DestinationTransfer = { +/** Defines the order direction, either ascending or descending */ +export type bnb_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type bnb_swap_PooledToken = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + asset: Scalars['bnb_swap_Bytes']; +}; + +export type bnb_swap_PooledToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type bnb_swap_PooledToken_orderBy = + | 'id' + | 'asset'; -export type arbitrumgoerli_DestinationTransferroutersArgs = { +export type bnb_swap_StableSwap = { + id: Scalars['ID']; + isActive?: Maybe; + key: Scalars['bnb_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; +}; + + +export type bnb_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumgoerli_DestinationTransfer_filter = { + +export type bnb_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type bnb_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type bnb_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type bnb_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_swap_StableSwapAddLiquidityEvent = bnb_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: bnb_swap_StableSwap; + provider: Scalars['bnb_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80566,24 +78606,105 @@ export type arbitrumgoerli_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -80592,378 +78713,53 @@ export type arbitrumgoerli_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_DestinationTransfer_orderBy = +export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; - -/** Defines the order direction, either ascending or descending */ -export type arbitrumgoerli_OrderDirection = - | 'asc' - | 'desc'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type arbitrumgoerli_OriginMessage = { +export type bnb_swap_StableSwapEvent = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + stableSwap: bnb_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_OriginMessage_filter = { +export type bnb_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80972,166 +78768,108 @@ export type arbitrumgoerli_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_OriginMessage_orderBy = +export type bnb_swap_StableSwapEvent_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type arbitrumgoerli_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type arbitrumgoerli_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type bnb_swap_StableSwapExchange = { + id: Scalars['ID']; + stableSwap: bnb_swap_StableSwap; + buyer: Scalars['bnb_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_OriginTransfer_filter = { +export type bnb_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81140,245 +78878,91 @@ export type arbitrumgoerli_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -81387,222 +78971,78 @@ export type arbitrumgoerli_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_OriginTransfer_orderBy = +export type bnb_swap_StableSwapExchange_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type arbitrumgoerli_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type arbitrumgoerli_RelayerFee = { - id: Scalars['ID']; - transfer: arbitrumgoerli_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['arbitrumgoerli_Bytes']; -}; - -export type arbitrumgoerli_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumgoerli_RelayerFee_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' | 'fee' - | 'asset'; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type arbitrumgoerli_RelayerFeesIncrease = { +export type bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & { id: Scalars['ID']; - transfer: arbitrumgoerli_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['arbitrumgoerli_Bytes']; - transactionHash: Scalars['arbitrumgoerli_Bytes']; + stableSwap: bnb_swap_StableSwap; + provider: Scalars['bnb_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['bnb_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type arbitrumgoerli_RelayerFeesIncrease_filter = { +export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81611,65 +79051,87 @@ export type arbitrumgoerli_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -81678,78 +79140,62 @@ export type arbitrumgoerli_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_RelayerFeesIncrease_orderBy = +export type bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type arbitrumgoerli_Relayer_filter = { +export type bnb_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81762,215 +79208,196 @@ export type arbitrumgoerli_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumgoerli_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type arbitrumgoerli_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type arbitrumgoerli_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type arbitrumgoerli_RootCount_orderBy = - | 'id' - | 'count'; - -export type arbitrumgoerli_RootMessageSent = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; -}; - -export type arbitrumgoerli_RootMessageSent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_RootMessageSent_orderBy = +export type bnb_swap_StableSwap_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type arbitrumgoerli_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type arbitrumgoerli_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type arbitrumgoerli_RouterDailyTVL = { +export type bnb_swap_SwapDailyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - router: arbitrumgoerli_Router; - asset: arbitrumgoerli_Asset; + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type arbitrumgoerli_RouterDailyTVL_filter = { +export type bnb_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81979,48 +79406,27 @@ export type arbitrumgoerli_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -82029,61 +79435,50 @@ export type arbitrumgoerli_RouterDailyTVL_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_RouterDailyTVL_orderBy = +export type bnb_swap_SwapDailyVolume_orderBy = | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'balance'; + | 'volume'; -export type arbitrumgoerli_RouterLiquidityEvent = { +export type bnb_swap_SwapHourlyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - type?: Maybe; - router: arbitrumgoerli_Router; - asset: arbitrumgoerli_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - transactionHash: Scalars['arbitrumgoerli_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type arbitrumgoerli_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type arbitrumgoerli_RouterLiquidityEvent_filter = { +export type bnb_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82092,220 +79487,150 @@ export type arbitrumgoerli_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_RouterLiquidityEvent_orderBy = +export type bnb_swap_SwapHourlyVolume_orderBy = | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'transactionHash' - | 'nonce'; + | 'volume'; -export type arbitrumgoerli_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; +export type bnb_swap_SwapTradeVolume = { + stableSwap: bnb_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['bnb_swap_BigDecimal']; +}; + +export type bnb_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; +export type bnb_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type arbitrumgoerli_Sequencer = { +export type bnb_swap_SwapWeeklyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + stableSwap: bnb_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type arbitrumgoerli_Sequencer_filter = { +export type bnb_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82314,38 +79639,78 @@ export type arbitrumgoerli_Sequencer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_Sequencer_orderBy = +export type bnb_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type arbitrumgoerli_Setting = { +export type bnb_swap_SystemInfo = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['arbitrumgoerli_Bytes']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type arbitrumgoerli_Setting_filter = { +export type bnb_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82354,48 +79719,65 @@ export type arbitrumgoerli_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_Setting_orderBy = +export type bnb_swap_SystemInfo_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'exchangeCount' + | 'swapCount'; -export type arbitrumgoerli_SlippageUpdate = { +export type bnb_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type bnb_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: bnb_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type xdai_AggregateRoot = { id: Scalars['ID']; - transfer: arbitrumgoerli_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['arbitrumgoerli_Bytes']; - transactionHash: Scalars['arbitrumgoerli_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; + root: Scalars['xdai_Bytes']; blockNumber: Scalars['BigInt']; }; -export type arbitrumgoerli_SlippageUpdate_filter = { +export type xdai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82404,79 +79786,16 @@ export type arbitrumgoerli_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -82486,159 +79805,41 @@ export type arbitrumgoerli_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumgoerli_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type arbitrumgoerli_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type arbitrumgoerli__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type arbitrumgoerli__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: arbitrumgoerli__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type mumbai_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['mumbai_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type mumbai_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mumbai_AggregateRoot_orderBy = +export type xdai_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type mumbai_Asset = { +export type xdai_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type mumbai_AssetBalance = { +export type xdai_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: mumbai_Router; - asset: mumbai_Asset; + router: xdai_Router; + asset: xdai_Asset; feesEarned: Scalars['BigInt']; }; -export type mumbai_AssetBalance_filter = { +export type xdai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82699,7 +79900,7 @@ export type mumbai_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -82720,7 +79921,7 @@ export type mumbai_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -82730,12 +79931,12 @@ export type mumbai_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_AssetBalance_orderBy = +export type xdai_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -82760,12 +79961,12 @@ export type mumbai_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type mumbai_AssetStatus = { +export type xdai_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type mumbai_AssetStatus_filter = { +export type xdai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82779,16 +79980,16 @@ export type mumbai_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_AssetStatus_orderBy = +export type xdai_AssetStatus_orderBy = | 'id' | 'status'; -export type mumbai_Asset_filter = { +export type xdai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82797,16 +79998,16 @@ export type mumbai_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -82823,16 +80024,16 @@ export type mumbai_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -82841,26 +80042,26 @@ export type mumbai_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -82889,14 +80090,14 @@ export type mumbai_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Asset_orderBy = +export type xdai_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -82910,26 +80111,26 @@ export type mumbai_Asset_orderBy = | 'status__id' | 'status__status'; -export type mumbai_BlockChangedFilter = { +export type xdai_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type mumbai_Block_height = { - hash?: InputMaybe; +export type xdai_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type mumbai_ConnectorMeta = { +export type xdai_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type mumbai_ConnectorMeta_filter = { +export type xdai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82954,43 +80155,43 @@ export type mumbai_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_ConnectorMeta_orderBy = +export type xdai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -82998,57 +80199,57 @@ export type mumbai_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mumbai_DestinationTransfer = { +export type xdai_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type mumbai_DestinationTransferroutersArgs = { +export type xdai_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_DestinationTransfer_filter = { +export type xdai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83065,16 +80266,16 @@ export type mumbai_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -83083,17 +80284,17 @@ export type mumbai_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -83118,40 +80319,40 @@ export type mumbai_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -83168,16 +80369,16 @@ export type mumbai_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -83194,16 +80395,16 @@ export type mumbai_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -83224,7 +80425,7 @@ export type mumbai_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -83241,26 +80442,26 @@ export type mumbai_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -83293,16 +80494,16 @@ export type mumbai_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -83311,26 +80512,26 @@ export type mumbai_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -83363,16 +80564,16 @@ export type mumbai_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -83382,12 +80583,12 @@ export type mumbai_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_DestinationTransfer_orderBy = +export type xdai_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -83437,24 +80638,24 @@ export type mumbai_DestinationTransfer_orderBy = | 'reconciledTxNonce'; /** Defines the order direction, either ascending or descending */ -export type mumbai_OrderDirection = +export type xdai_OrderDirection = | 'asc' | 'desc'; -export type mumbai_OriginMessage = { +export type xdai_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type mumbai_OriginMessage_filter = { +export type xdai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83463,16 +80664,16 @@ export type mumbai_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -83481,16 +80682,16 @@ export type mumbai_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -83499,36 +80700,36 @@ export type mumbai_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -83557,14 +80758,14 @@ export type mumbai_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_OriginMessage_orderBy = +export type xdai_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -83578,51 +80779,51 @@ export type mumbai_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type mumbai_OriginTransfer = { +export type xdai_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type mumbai_OriginTransferrelayerFeesArgs = { +export type xdai_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_OriginTransfer_filter = { +export type xdai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83639,16 +80840,16 @@ export type mumbai_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -83657,20 +80858,20 @@ export type mumbai_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -83695,40 +80896,40 @@ export type mumbai_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -83737,16 +80938,16 @@ export type mumbai_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -83763,16 +80964,16 @@ export type mumbai_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -83793,17 +80994,17 @@ export type mumbai_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -83824,7 +81025,7 @@ export type mumbai_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -83839,79 +81040,79 @@ export type mumbai_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; blockNumber_lt?: InputMaybe; blockNumber_gte?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -83921,12 +81122,12 @@ export type mumbai_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_OriginTransfer_orderBy = +export type xdai_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -83978,20 +81179,20 @@ export type mumbai_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type mumbai_Relayer = { +export type xdai_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type mumbai_RelayerFee = { +export type xdai_RelayerFee = { id: Scalars['ID']; - transfer: mumbai_OriginTransfer; + transfer: xdai_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['mumbai_Bytes']; + asset: Scalars['xdai_Bytes']; }; -export type mumbai_RelayerFee_filter = { +export type xdai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84020,7 +81221,7 @@ export type mumbai_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -84029,23 +81230,23 @@ export type mumbai_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RelayerFee_orderBy = +export type xdai_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -84080,20 +81281,20 @@ export type mumbai_RelayerFee_orderBy = | 'fee' | 'asset'; -export type mumbai_RelayerFeesIncrease = { +export type xdai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: mumbai_OriginTransfer; + transfer: xdai_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['mumbai_Bytes']; - transactionHash: Scalars['mumbai_Bytes']; + asset?: Maybe; + caller: Scalars['xdai_Bytes']; + transactionHash: Scalars['xdai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mumbai_RelayerFeesIncrease_filter = { +export type xdai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84122,7 +81323,7 @@ export type mumbai_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -84131,36 +81332,36 @@ export type mumbai_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -84194,12 +81395,12 @@ export type mumbai_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RelayerFeesIncrease_orderBy = +export type xdai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -84240,7 +81441,7 @@ export type mumbai_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type mumbai_Relayer_filter = { +export type xdai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84253,33 +81454,33 @@ export type mumbai_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Relayer_orderBy = +export type xdai_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type mumbai_RootCount = { +export type xdai_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type mumbai_RootCount_filter = { +export type xdai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84297,30 +81498,30 @@ export type mumbai_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RootCount_orderBy = +export type xdai_RootCount_orderBy = | 'id' | 'count'; -export type mumbai_RootMessageSent = { +export type xdai_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type mumbai_RootMessageSent_filter = { +export type xdai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84345,16 +81546,16 @@ export type mumbai_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -84363,26 +81564,26 @@ export type mumbai_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -84416,12 +81617,12 @@ export type mumbai_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RootMessageSent_orderBy = +export type xdai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -84434,34 +81635,34 @@ export type mumbai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type mumbai_Router = { +export type xdai_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type mumbai_RouterassetBalancesArgs = { +export type xdai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mumbai_RouterDailyTVL = { +export type xdai_RouterDailyTVL = { id: Scalars['ID']; - router: mumbai_Router; - asset: mumbai_Asset; + router: xdai_Router; + asset: xdai_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type mumbai_RouterDailyTVL_filter = { +export type xdai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84490,7 +81691,7 @@ export type mumbai_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -84511,7 +81712,7 @@ export type mumbai_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -84529,12 +81730,12 @@ export type mumbai_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RouterDailyTVL_orderBy = +export type xdai_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -84556,25 +81757,25 @@ export type mumbai_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type mumbai_RouterLiquidityEvent = { +export type xdai_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: mumbai_Router; - asset: mumbai_Asset; + type?: Maybe; + router: xdai_Router; + asset: xdai_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['mumbai_Bytes']; + transactionHash: Scalars['xdai_Bytes']; nonce: Scalars['BigInt']; }; -export type mumbai_RouterLiquidityEventType = +export type xdai_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type mumbai_RouterLiquidityEvent_filter = { +export type xdai_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84583,10 +81784,10 @@ export type mumbai_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -84607,7 +81808,7 @@ export type mumbai_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -84628,7 +81829,7 @@ export type mumbai_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -84645,16 +81846,16 @@ export type mumbai_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -84671,16 +81872,16 @@ export type mumbai_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -84690,12 +81891,12 @@ export type mumbai_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_RouterLiquidityEvent_orderBy = +export type xdai_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -84723,7 +81924,7 @@ export type mumbai_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type mumbai_Router_filter = { +export type xdai_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84736,36 +81937,36 @@ export type mumbai_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -84774,14 +81975,14 @@ export type mumbai_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type mumbai_Router_orderBy = +export type xdai_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -84790,13 +81991,13 @@ export type mumbai_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type mumbai_Sequencer = { +export type xdai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type mumbai_Sequencer_filter = { +export type xdai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84809,34 +82010,34 @@ export type mumbai_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Sequencer_orderBy = +export type xdai_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type mumbai_Setting = { +export type xdai_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mumbai_Bytes']; + caller: Scalars['xdai_Bytes']; }; -export type mumbai_Setting_filter = { +export type xdai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84853,40 +82054,40 @@ export type mumbai_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_Setting_orderBy = +export type xdai_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type mumbai_SlippageUpdate = { +export type xdai_SlippageUpdate = { id: Scalars['ID']; - transfer: mumbai_DestinationTransfer; + transfer: xdai_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['mumbai_Bytes']; - transactionHash: Scalars['mumbai_Bytes']; + caller: Scalars['xdai_Bytes']; + transactionHash: Scalars['xdai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mumbai_SlippageUpdate_filter = { +export type xdai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84915,7 +82116,7 @@ export type mumbai_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -84924,26 +82125,26 @@ export type mumbai_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -84977,12 +82178,12 @@ export type mumbai_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mumbai_SlippageUpdate_orderBy = +export type xdai_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -85029,16 +82230,16 @@ export type mumbai_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type mumbai_TransferStatus = +export type xdai_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type mumbai__Block_ = { +export type xdai__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -85046,7 +82247,7 @@ export type mumbai__Block_ = { }; /** The type for the top-level _meta field */ -export type mumbai__Meta_ = { +export type xdai__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -85054,20 +82255,20 @@ export type mumbai__Meta_ = { * and therefore asks for the latest block * */ - block: mumbai__Block_; + block: xdai__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type xdai_AggregateRoot = { +export type optimism_AggregateRoot = { id: Scalars['ID']; - root: Scalars['xdai_Bytes']; + root: Scalars['optimism_Bytes']; blockNumber: Scalars['BigInt']; }; -export type xdai_AggregateRoot_filter = { +export type optimism_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85076,16 +82277,16 @@ export type xdai_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -85095,41 +82296,41 @@ export type xdai_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_AggregateRoot_orderBy = +export type optimism_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type xdai_Asset = { +export type optimism_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type xdai_AssetBalance = { +export type optimism_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: xdai_Router; - asset: xdai_Asset; + router: optimism_Router; + asset: optimism_Asset; feesEarned: Scalars['BigInt']; }; -export type xdai_AssetBalance_filter = { +export type optimism_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85190,7 +82391,7 @@ export type xdai_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -85211,7 +82412,7 @@ export type xdai_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -85221,12 +82422,12 @@ export type xdai_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_AssetBalance_orderBy = +export type optimism_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -85251,12 +82452,12 @@ export type xdai_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type xdai_AssetStatus = { +export type optimism_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type xdai_AssetStatus_filter = { +export type optimism_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85270,16 +82471,16 @@ export type xdai_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_AssetStatus_orderBy = +export type optimism_AssetStatus_orderBy = | 'id' | 'status'; -export type xdai_Asset_filter = { +export type optimism_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85288,16 +82489,16 @@ export type xdai_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -85314,16 +82515,16 @@ export type xdai_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -85332,26 +82533,26 @@ export type xdai_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -85380,14 +82581,14 @@ export type xdai_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Asset_orderBy = +export type optimism_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -85401,26 +82602,26 @@ export type xdai_Asset_orderBy = | 'status__id' | 'status__status'; -export type xdai_BlockChangedFilter = { +export type optimism_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type xdai_Block_height = { - hash?: InputMaybe; +export type optimism_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type xdai_ConnectorMeta = { +export type optimism_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type xdai_ConnectorMeta_filter = { +export type optimism_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85445,43 +82646,43 @@ export type xdai_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_ConnectorMeta_orderBy = +export type optimism_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -85489,57 +82690,57 @@ export type xdai_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type xdai_DestinationTransfer = { +export type optimism_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type xdai_DestinationTransferroutersArgs = { +export type optimism_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_DestinationTransfer_filter = { +export type optimism_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85556,16 +82757,16 @@ export type xdai_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -85574,17 +82775,17 @@ export type xdai_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -85609,40 +82810,40 @@ export type xdai_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -85659,16 +82860,16 @@ export type xdai_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -85685,16 +82886,16 @@ export type xdai_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -85715,7 +82916,7 @@ export type xdai_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -85732,26 +82933,26 @@ export type xdai_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -85784,16 +82985,16 @@ export type xdai_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -85802,26 +83003,26 @@ export type xdai_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -85854,16 +83055,16 @@ export type xdai_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -85873,12 +83074,12 @@ export type xdai_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_DestinationTransfer_orderBy = +export type optimism_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -85928,24 +83129,24 @@ export type xdai_DestinationTransfer_orderBy = | 'reconciledTxNonce'; /** Defines the order direction, either ascending or descending */ -export type xdai_OrderDirection = +export type optimism_OrderDirection = | 'asc' | 'desc'; -export type xdai_OriginMessage = { +export type optimism_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type xdai_OriginMessage_filter = { +export type optimism_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85954,16 +83155,16 @@ export type xdai_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -85972,16 +83173,16 @@ export type xdai_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -85990,36 +83191,36 @@ export type xdai_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -86048,14 +83249,14 @@ export type xdai_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_OriginMessage_orderBy = +export type optimism_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -86069,51 +83270,51 @@ export type xdai_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type xdai_OriginTransfer = { +export type optimism_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type xdai_OriginTransferrelayerFeesArgs = { +export type optimism_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_OriginTransfer_filter = { +export type optimism_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86130,16 +83331,16 @@ export type xdai_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -86148,20 +83349,20 @@ export type xdai_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -86186,40 +83387,40 @@ export type xdai_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -86228,16 +83429,16 @@ export type xdai_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -86254,16 +83455,16 @@ export type xdai_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -86284,17 +83485,17 @@ export type xdai_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -86315,7 +83516,7 @@ export type xdai_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -86330,37 +83531,37 @@ export type xdai_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -86393,16 +83594,16 @@ export type xdai_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -86412,12 +83613,12 @@ export type xdai_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_OriginTransfer_orderBy = +export type optimism_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -86469,20 +83670,20 @@ export type xdai_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type xdai_Relayer = { +export type optimism_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type xdai_RelayerFee = { +export type optimism_RelayerFee = { id: Scalars['ID']; - transfer: xdai_OriginTransfer; + transfer: optimism_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['xdai_Bytes']; + asset: Scalars['optimism_Bytes']; }; -export type xdai_RelayerFee_filter = { +export type optimism_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86511,7 +83712,7 @@ export type xdai_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -86520,23 +83721,23 @@ export type xdai_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RelayerFee_orderBy = +export type optimism_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -86571,20 +83772,20 @@ export type xdai_RelayerFee_orderBy = | 'fee' | 'asset'; -export type xdai_RelayerFeesIncrease = { +export type optimism_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: xdai_OriginTransfer; + transfer: optimism_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['xdai_Bytes']; - transactionHash: Scalars['xdai_Bytes']; + asset?: Maybe; + caller: Scalars['optimism_Bytes']; + transactionHash: Scalars['optimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type xdai_RelayerFeesIncrease_filter = { +export type optimism_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86613,7 +83814,7 @@ export type xdai_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -86622,36 +83823,36 @@ export type xdai_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -86685,12 +83886,12 @@ export type xdai_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RelayerFeesIncrease_orderBy = +export type optimism_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -86731,7 +83932,7 @@ export type xdai_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type xdai_Relayer_filter = { +export type optimism_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86744,33 +83945,33 @@ export type xdai_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Relayer_orderBy = +export type optimism_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type xdai_RootCount = { +export type optimism_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type xdai_RootCount_filter = { +export type optimism_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86788,30 +83989,30 @@ export type xdai_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RootCount_orderBy = +export type optimism_RootCount_orderBy = | 'id' | 'count'; -export type xdai_RootMessageSent = { +export type optimism_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type xdai_RootMessageSent_filter = { +export type optimism_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86836,16 +84037,16 @@ export type xdai_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -86854,30 +84055,30 @@ export type xdai_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; timestamp_gte?: InputMaybe; timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; @@ -86907,12 +84108,12 @@ export type xdai_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RootMessageSent_orderBy = +export type optimism_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -86925,34 +84126,34 @@ export type xdai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type xdai_Router = { +export type optimism_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type xdai_RouterassetBalancesArgs = { +export type optimism_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_RouterDailyTVL = { +export type optimism_RouterDailyTVL = { id: Scalars['ID']; - router: xdai_Router; - asset: xdai_Asset; + router: optimism_Router; + asset: optimism_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type xdai_RouterDailyTVL_filter = { +export type optimism_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86981,7 +84182,7 @@ export type xdai_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -87002,7 +84203,7 @@ export type xdai_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -87020,12 +84221,12 @@ export type xdai_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RouterDailyTVL_orderBy = +export type optimism_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -87047,25 +84248,25 @@ export type xdai_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type xdai_RouterLiquidityEvent = { +export type optimism_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: xdai_Router; - asset: xdai_Asset; + type?: Maybe; + router: optimism_Router; + asset: optimism_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['xdai_Bytes']; + transactionHash: Scalars['optimism_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_RouterLiquidityEventType = +export type optimism_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type xdai_RouterLiquidityEvent_filter = { +export type optimism_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87074,10 +84275,10 @@ export type xdai_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -87098,7 +84299,7 @@ export type xdai_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -87119,7 +84320,7 @@ export type xdai_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -87136,16 +84337,16 @@ export type xdai_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -87162,16 +84363,16 @@ export type xdai_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -87181,12 +84382,12 @@ export type xdai_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RouterLiquidityEvent_orderBy = +export type optimism_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -87214,7 +84415,7 @@ export type xdai_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type xdai_Router_filter = { +export type optimism_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87227,36 +84428,36 @@ export type xdai_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -87265,14 +84466,14 @@ export type xdai_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Router_orderBy = +export type optimism_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -87281,13 +84482,13 @@ export type xdai_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type xdai_Sequencer = { +export type optimism_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type xdai_Sequencer_filter = { +export type optimism_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87300,34 +84501,34 @@ export type xdai_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Sequencer_orderBy = +export type optimism_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type xdai_Setting = { +export type optimism_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['xdai_Bytes']; + caller: Scalars['optimism_Bytes']; }; -export type xdai_Setting_filter = { +export type optimism_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87344,40 +84545,40 @@ export type xdai_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Setting_orderBy = +export type optimism_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type xdai_SlippageUpdate = { +export type optimism_SlippageUpdate = { id: Scalars['ID']; - transfer: xdai_DestinationTransfer; + transfer: optimism_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['xdai_Bytes']; - transactionHash: Scalars['xdai_Bytes']; + caller: Scalars['optimism_Bytes']; + transactionHash: Scalars['optimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type xdai_SlippageUpdate_filter = { +export type optimism_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87406,7 +84607,7 @@ export type xdai_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -87415,26 +84616,26 @@ export type xdai_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -87468,12 +84669,12 @@ export type xdai_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_SlippageUpdate_orderBy = +export type optimism_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -87520,16 +84721,16 @@ export type xdai_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type xdai_TransferStatus = +export type optimism_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type xdai__Block_ = { +export type optimism__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -87537,7 +84738,7 @@ export type xdai__Block_ = { }; /** The type for the top-level _meta field */ -export type xdai__Meta_ = { +export type optimism__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -87545,104 +84746,20 @@ export type xdai__Meta_ = { * and therefore asks for the latest block * */ - block: xdai__Block_; + block: optimism__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type localarbitrumone_AggregateRoot = { +export type bnb_AggregateRoot = { id: Scalars['ID']; - root: Scalars['localarbitrumone_Bytes']; + root: Scalars['bnb_Bytes']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['localarbitrumone_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type localarbitrumone_AggregateRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localarbitrumone_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type localarbitrumone_AggregateRoot_filter = { +export type bnb_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87651,16 +84768,16 @@ export type localarbitrumone_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -87670,40 +84787,41 @@ export type localarbitrumone_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_AggregateRoot_orderBy = +export type bnb_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type localarbitrumone_Asset = { +export type bnb_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - canonicalId?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type localarbitrumone_AssetBalance = { +export type bnb_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: localarbitrumone_Router; - asset: localarbitrumone_Asset; + router: bnb_Router; + asset: bnb_Asset; feesEarned: Scalars['BigInt']; }; -export type localarbitrumone_AssetBalance_filter = { +export type bnb_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87764,7 +84882,7 @@ export type localarbitrumone_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -87785,7 +84903,7 @@ export type localarbitrumone_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -87795,12 +84913,12 @@ export type localarbitrumone_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_AssetBalance_orderBy = +export type bnb_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -87817,6 +84935,7 @@ export type localarbitrumone_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -87824,12 +84943,12 @@ export type localarbitrumone_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type localarbitrumone_AssetStatus = { +export type bnb_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type localarbitrumone_AssetStatus_filter = { +export type bnb_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87843,16 +84962,16 @@ export type localarbitrumone_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_AssetStatus_orderBy = +export type bnb_AssetStatus_orderBy = | 'id' | 'status'; -export type localarbitrumone_Asset_filter = { +export type bnb_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87861,16 +84980,16 @@ export type localarbitrumone_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -87879,16 +84998,24 @@ export type localarbitrumone_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -87897,26 +85024,26 @@ export type localarbitrumone_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -87945,17 +85072,18 @@ export type localarbitrumone_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Asset_orderBy = +export type bnb_Asset_orderBy = | 'id' | 'key' | 'decimal' + | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' @@ -87965,26 +85093,26 @@ export type localarbitrumone_Asset_orderBy = | 'status__id' | 'status__status'; -export type localarbitrumone_BlockChangedFilter = { +export type bnb_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type localarbitrumone_Block_height = { - hash?: InputMaybe; +export type bnb_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type localarbitrumone_ConnectorMeta = { +export type bnb_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type localarbitrumone_ConnectorMeta_filter = { +export type bnb_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88009,43 +85137,43 @@ export type localarbitrumone_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_ConnectorMeta_orderBy = +export type bnb_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -88053,57 +85181,57 @@ export type localarbitrumone_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type localarbitrumone_DestinationTransfer = { +export type bnb_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type localarbitrumone_DestinationTransferroutersArgs = { +export type bnb_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localarbitrumone_DestinationTransfer_filter = { +export type bnb_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88120,16 +85248,16 @@ export type localarbitrumone_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -88138,17 +85266,17 @@ export type localarbitrumone_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -88173,40 +85301,40 @@ export type localarbitrumone_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -88223,16 +85351,16 @@ export type localarbitrumone_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -88249,16 +85377,16 @@ export type localarbitrumone_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -88279,7 +85407,7 @@ export type localarbitrumone_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -88296,26 +85424,26 @@ export type localarbitrumone_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -88348,16 +85476,16 @@ export type localarbitrumone_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -88366,26 +85494,26 @@ export type localarbitrumone_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -88418,16 +85546,16 @@ export type localarbitrumone_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -88437,12 +85565,12 @@ export type localarbitrumone_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_DestinationTransfer_orderBy = +export type bnb_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -88466,6 +85594,7 @@ export type localarbitrumone_DestinationTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -88490,79 +85619,25 @@ export type localarbitrumone_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type localarbitrumone_OptimisticRootFinalized = { +/** Defines the order direction, either ascending or descending */ +export type bnb_OrderDirection = + | 'asc' + | 'desc'; + +export type bnb_OriginMessage = { id: Scalars['ID']; - aggregateRoot: Scalars['localarbitrumone_Bytes']; - timestamp: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; + rootCount?: Maybe; }; -export type localarbitrumone_OptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localarbitrumone_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type localarbitrumone_OrderDirection = - | 'asc' - | 'desc'; - -export type localarbitrumone_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type localarbitrumone_OriginMessage_filter = { +export type bnb_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88571,16 +85646,16 @@ export type localarbitrumone_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -88589,16 +85664,16 @@ export type localarbitrumone_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -88607,36 +85682,36 @@ export type localarbitrumone_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -88665,14 +85740,14 @@ export type localarbitrumone_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_OriginMessage_orderBy = +export type bnb_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -88686,51 +85761,51 @@ export type localarbitrumone_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type localarbitrumone_OriginTransfer = { +export type bnb_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type localarbitrumone_OriginTransferrelayerFeesArgs = { +export type bnb_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localarbitrumone_OriginTransfer_filter = { +export type bnb_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88747,16 +85822,16 @@ export type localarbitrumone_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -88765,20 +85840,20 @@ export type localarbitrumone_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -88803,40 +85878,40 @@ export type localarbitrumone_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -88845,16 +85920,16 @@ export type localarbitrumone_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -88871,16 +85946,16 @@ export type localarbitrumone_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -88901,17 +85976,17 @@ export type localarbitrumone_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -88932,7 +86007,7 @@ export type localarbitrumone_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -88947,37 +86022,37 @@ export type localarbitrumone_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -89010,16 +86085,16 @@ export type localarbitrumone_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -89029,12 +86104,12 @@ export type localarbitrumone_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_OriginTransfer_orderBy = +export type bnb_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -89057,6 +86132,7 @@ export type localarbitrumone_OriginTransfer_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -89085,20 +86161,20 @@ export type localarbitrumone_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type localarbitrumone_Relayer = { +export type bnb_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type localarbitrumone_RelayerFee = { +export type bnb_RelayerFee = { id: Scalars['ID']; - transfer: localarbitrumone_OriginTransfer; + transfer: bnb_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['localarbitrumone_Bytes']; + asset: Scalars['bnb_Bytes']; }; -export type localarbitrumone_RelayerFee_filter = { +export type bnb_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89127,7 +86203,7 @@ export type localarbitrumone_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -89136,23 +86212,23 @@ export type localarbitrumone_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RelayerFee_orderBy = +export type bnb_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -89187,20 +86263,20 @@ export type localarbitrumone_RelayerFee_orderBy = | 'fee' | 'asset'; -export type localarbitrumone_RelayerFeesIncrease = { +export type bnb_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: localarbitrumone_OriginTransfer; + transfer: bnb_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['localarbitrumone_Bytes']; - transactionHash: Scalars['localarbitrumone_Bytes']; + asset?: Maybe; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_RelayerFeesIncrease_filter = { +export type bnb_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89229,7 +86305,7 @@ export type localarbitrumone_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -89238,36 +86314,36 @@ export type localarbitrumone_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -89301,12 +86377,12 @@ export type localarbitrumone_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RelayerFeesIncrease_orderBy = +export type bnb_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -89347,7 +86423,7 @@ export type localarbitrumone_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type localarbitrumone_Relayer_filter = { +export type bnb_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89360,33 +86436,33 @@ export type localarbitrumone_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Relayer_orderBy = +export type bnb_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type localarbitrumone_RootCount = { +export type bnb_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type localarbitrumone_RootCount_filter = { +export type bnb_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89404,30 +86480,30 @@ export type localarbitrumone_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RootCount_orderBy = +export type bnb_RootCount_orderBy = | 'id' | 'count'; -export type localarbitrumone_RootMessageSent = { +export type bnb_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type localarbitrumone_RootMessageSent_filter = { +export type bnb_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89452,16 +86528,16 @@ export type localarbitrumone_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -89470,26 +86546,26 @@ export type localarbitrumone_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -89523,12 +86599,12 @@ export type localarbitrumone_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RootMessageSent_orderBy = +export type bnb_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -89541,34 +86617,34 @@ export type localarbitrumone_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type localarbitrumone_Router = { +export type bnb_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type localarbitrumone_RouterassetBalancesArgs = { +export type bnb_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localarbitrumone_RouterDailyTVL = { +export type bnb_RouterDailyTVL = { id: Scalars['ID']; - router: localarbitrumone_Router; - asset: localarbitrumone_Asset; + router: bnb_Router; + asset: bnb_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type localarbitrumone_RouterDailyTVL_filter = { +export type bnb_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89597,7 +86673,7 @@ export type localarbitrumone_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -89618,7 +86694,7 @@ export type localarbitrumone_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -89636,12 +86712,12 @@ export type localarbitrumone_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_RouterDailyTVL_orderBy = +export type bnb_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -89654,6 +86730,7 @@ export type localarbitrumone_RouterDailyTVL_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' + | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' @@ -89662,7 +86739,174 @@ export type localarbitrumone_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type localarbitrumone_Router_filter = { +export type bnb_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: bnb_Router; + asset: bnb_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['bnb_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type bnb_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type bnb_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89675,36 +86919,36 @@ export type localarbitrumone_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -89713,14 +86957,14 @@ export type localarbitrumone_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Router_orderBy = +export type bnb_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -89729,13 +86973,13 @@ export type localarbitrumone_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type localarbitrumone_Sequencer = { +export type bnb_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type localarbitrumone_Sequencer_filter = { +export type bnb_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89748,34 +86992,34 @@ export type localarbitrumone_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Sequencer_orderBy = +export type bnb_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type localarbitrumone_Setting = { +export type bnb_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['localarbitrumone_Bytes']; + caller: Scalars['bnb_Bytes']; }; -export type localarbitrumone_Setting_filter = { +export type bnb_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89792,40 +87036,40 @@ export type localarbitrumone_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_Setting_orderBy = +export type bnb_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type localarbitrumone_SlippageUpdate = { +export type bnb_SlippageUpdate = { id: Scalars['ID']; - transfer: localarbitrumone_DestinationTransfer; + transfer: bnb_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['localarbitrumone_Bytes']; - transactionHash: Scalars['localarbitrumone_Bytes']; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type localarbitrumone_SlippageUpdate_filter = { +export type bnb_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89854,7 +87098,7 @@ export type localarbitrumone_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -89863,26 +87107,26 @@ export type localarbitrumone_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -89916,12 +87160,12 @@ export type localarbitrumone_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localarbitrumone_SlippageUpdate_orderBy = +export type bnb_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -89968,134 +87212,16 @@ export type localarbitrumone_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type localarbitrumone_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['localarbitrumone_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type localarbitrumone_SnapshotRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localarbitrumone_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type localarbitrumone_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type localarbitrumone_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type localarbitrumone_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type localarbitrumone_TransferStatus = +export type bnb_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type localarbitrumone__Block_ = { +export type bnb__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -90103,7 +87229,7 @@ export type localarbitrumone__Block_ = { }; /** The type for the top-level _meta field */ -export type localarbitrumone__Meta_ = { +export type bnb__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -90111,20 +87237,20 @@ export type localarbitrumone__Meta_ = { * and therefore asks for the latest block * */ - block: localarbitrumone__Block_; + block: bnb__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type bnb_AggregateRoot = { +export type linea_AggregateRoot = { id: Scalars['ID']; - root: Scalars['bnb_Bytes']; + root: Scalars['linea_Bytes']; blockNumber: Scalars['BigInt']; }; -export type bnb_AggregateRoot_filter = { +export type linea_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90133,16 +87259,12 @@ export type bnb_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -90152,41 +87274,39 @@ export type bnb_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_AggregateRoot_orderBy = +export type linea_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type bnb_Asset = { +export type linea_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type bnb_AssetBalance = { +export type linea_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: bnb_Router; - asset: bnb_Asset; + router: linea_Router; + asset: linea_Asset; feesEarned: Scalars['BigInt']; }; -export type bnb_AssetBalance_filter = { +export type linea_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90247,7 +87367,7 @@ export type bnb_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -90268,7 +87388,7 @@ export type bnb_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -90278,42 +87398,25 @@ export type bnb_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_AssetBalance_orderBy = +export type linea_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' | 'supplied' | 'removed' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'feesEarned'; -export type bnb_AssetStatus = { +export type linea_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type bnb_AssetStatus_filter = { +export type linea_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90327,16 +87430,14 @@ export type bnb_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_AssetStatus_orderBy = +export type linea_AssetStatus_orderBy = | 'id' | 'status'; -export type bnb_Asset_filter = { +export type linea_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90345,16 +87446,12 @@ export type bnb_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -90371,16 +87468,12 @@ export type bnb_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -90389,26 +87482,18 @@ export type bnb_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -90437,14 +87522,12 @@ export type bnb_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_Asset_orderBy = +export type linea_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -90454,30 +87537,28 @@ export type bnb_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'status'; -export type bnb_BlockChangedFilter = { +export type linea_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type bnb_Block_height = { - hash?: InputMaybe; +export type linea_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type bnb_ConnectorMeta = { +export type linea_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type bnb_ConnectorMeta_filter = { +export type linea_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90502,43 +87583,29 @@ export type bnb_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_ConnectorMeta_orderBy = +export type linea_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -90546,57 +87613,57 @@ export type bnb_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type bnb_DestinationTransfer = { +export type linea_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type bnb_DestinationTransferroutersArgs = { +export type linea_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_DestinationTransfer_filter = { +export type linea_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90613,16 +87680,12 @@ export type bnb_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -90631,17 +87694,17 @@ export type bnb_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -90666,40 +87729,28 @@ export type bnb_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -90716,16 +87767,12 @@ export type bnb_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -90742,16 +87789,12 @@ export type bnb_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -90772,7 +87815,7 @@ export type bnb_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -90789,26 +87832,18 @@ export type bnb_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -90841,16 +87876,12 @@ export type bnb_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -90859,26 +87890,18 @@ export type bnb_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -90911,16 +87934,12 @@ export type bnb_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -90930,12 +87949,10 @@ export type bnb_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_DestinationTransfer_orderBy = +export type linea_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -90956,15 +87973,6 @@ export type bnb_DestinationTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'amount' | 'routersFee' | 'executedCaller' @@ -90985,24 +87993,24 @@ export type bnb_DestinationTransfer_orderBy = | 'reconciledTxNonce'; /** Defines the order direction, either ascending or descending */ -export type bnb_OrderDirection = +export type linea_OrderDirection = | 'asc' | 'desc'; -export type bnb_OriginMessage = { +export type linea_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type bnb_OriginMessage_filter = { +export type linea_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91011,16 +88019,12 @@ export type bnb_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -91029,16 +88033,12 @@ export type bnb_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -91047,36 +88047,24 @@ export type bnb_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -91105,14 +88093,12 @@ export type bnb_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_OriginMessage_orderBy = +export type linea_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -91122,55 +88108,53 @@ export type bnb_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'rootCount'; -export type bnb_OriginTransfer = { +export type linea_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type bnb_OriginTransferrelayerFeesArgs = { +export type linea_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_OriginTransfer_filter = { +export type linea_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91187,16 +88171,12 @@ export type bnb_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -91205,20 +88185,16 @@ export type bnb_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -91243,40 +88219,28 @@ export type bnb_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -91285,16 +88249,12 @@ export type bnb_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -91311,16 +88271,12 @@ export type bnb_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -91341,23 +88297,19 @@ export type bnb_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; message_in?: InputMaybe>; message_not_in?: InputMaybe>; message_contains?: InputMaybe; @@ -91372,7 +88324,7 @@ export type bnb_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -91387,37 +88339,25 @@ export type bnb_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -91450,16 +88390,12 @@ export type bnb_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -91469,12 +88405,10 @@ export type bnb_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_OriginTransfer_orderBy = +export type linea_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -91494,26 +88428,8 @@ export type bnb_OriginTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'transactingAsset' | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' | 'bumpRelayerFeeCount' | 'relayerFees' | 'initialRelayerFeeAsset' @@ -91526,20 +88442,20 @@ export type bnb_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type bnb_Relayer = { +export type linea_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type bnb_RelayerFee = { +export type linea_RelayerFee = { id: Scalars['ID']; - transfer: bnb_OriginTransfer; + transfer: linea_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['bnb_Bytes']; + asset: Scalars['linea_Bytes']; }; -export type bnb_RelayerFee_filter = { +export type linea_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91568,7 +88484,7 @@ export type bnb_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -91577,71 +88493,36 @@ export type bnb_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_RelayerFee_orderBy = +export type linea_RelayerFee_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' | 'fee' | 'asset'; -export type bnb_RelayerFeesIncrease = { +export type linea_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: bnb_OriginTransfer; + transfer: linea_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_Bytes']; + asset?: Maybe; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type bnb_RelayerFeesIncrease_filter = { +export type linea_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91670,7 +88551,7 @@ export type bnb_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -91679,36 +88560,24 @@ export type bnb_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -91742,43 +88611,12 @@ export type bnb_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_RelayerFeesIncrease_orderBy = +export type linea_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -91788,7 +88626,7 @@ export type bnb_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_Relayer_filter = { +export type linea_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91801,33 +88639,27 @@ export type bnb_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_Relayer_orderBy = +export type linea_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type bnb_RootCount = { +export type linea_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type bnb_RootCount_filter = { +export type linea_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91845,30 +88677,28 @@ export type bnb_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_RootCount_orderBy = +export type linea_RootCount_orderBy = | 'id' | 'count'; -export type bnb_RootMessageSent = { +export type linea_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type bnb_RootMessageSent_filter = { +export type linea_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91893,16 +88723,12 @@ export type bnb_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -91911,26 +88737,18 @@ export type bnb_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -91964,12 +88782,10 @@ export type bnb_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_RootMessageSent_orderBy = +export type linea_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -91982,34 +88798,34 @@ export type bnb_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_Router = { +export type linea_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type bnb_RouterassetBalancesArgs = { +export type linea_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_RouterDailyTVL = { +export type linea_RouterDailyTVL = { id: Scalars['ID']; - router: bnb_Router; - asset: bnb_Asset; + router: linea_Router; + asset: linea_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type bnb_RouterDailyTVL_filter = { +export type linea_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92038,7 +88854,7 @@ export type bnb_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -92059,7 +88875,7 @@ export type bnb_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -92077,52 +88893,35 @@ export type bnb_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_RouterDailyTVL_orderBy = +export type linea_RouterDailyTVL_orderBy = | 'id' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type bnb_RouterLiquidityEvent = { +export type linea_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: bnb_Router; - asset: bnb_Asset; + type?: Maybe; + router: linea_Router; + asset: linea_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['bnb_Bytes']; + transactionHash: Scalars['linea_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_RouterLiquidityEventType = +export type linea_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type bnb_RouterLiquidityEvent_filter = { +export type linea_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92131,10 +88930,10 @@ export type bnb_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -92155,7 +88954,7 @@ export type bnb_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -92176,7 +88975,7 @@ export type bnb_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -92193,16 +88992,12 @@ export type bnb_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -92219,16 +89014,12 @@ export type bnb_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -92238,31 +89029,14 @@ export type bnb_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_RouterLiquidityEvent_orderBy = +export type linea_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'amount' | 'balance' | 'caller' @@ -92271,7 +89045,7 @@ export type bnb_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type bnb_Router_filter = { +export type linea_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92284,36 +89058,24 @@ export type bnb_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -92322,14 +89084,12 @@ export type bnb_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_Router_orderBy = +export type linea_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -92338,13 +89098,13 @@ export type bnb_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type bnb_Sequencer = { +export type linea_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type bnb_Sequencer_filter = { +export type linea_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92357,34 +89117,28 @@ export type bnb_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_Sequencer_orderBy = +export type linea_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type bnb_Setting = { +export type linea_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; + caller: Scalars['linea_Bytes']; }; -export type bnb_Setting_filter = { +export type linea_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92401,40 +89155,34 @@ export type bnb_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_Setting_orderBy = +export type linea_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type bnb_SlippageUpdate = { +export type linea_SlippageUpdate = { id: Scalars['ID']; - transfer: bnb_DestinationTransfer; + transfer: linea_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_Bytes']; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type bnb_SlippageUpdate_filter = { +export type linea_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92463,7 +89211,7 @@ export type bnb_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -92472,26 +89220,18 @@ export type bnb_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -92525,50 +89265,12 @@ export type bnb_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type bnb_SlippageUpdate_orderBy = +export type linea_SlippageUpdate_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' @@ -92577,16 +89279,16 @@ export type bnb_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_TransferStatus = +export type linea_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type bnb__Block_ = { +export type linea__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -92594,7 +89296,7 @@ export type bnb__Block_ = { }; /** The type for the top-level _meta field */ -export type bnb__Meta_ = { +export type linea__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -92602,20 +89304,30 @@ export type bnb__Meta_ = { * and therefore asks for the latest block * */ - block: bnb__Block_; + block: linea__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type linea_AggregateRoot = { +export type localarbitrumone_AggregateRoot = { id: Scalars['ID']; - root: Scalars['linea_Bytes']; + root: Scalars['localarbitrumone_Bytes']; blockNumber: Scalars['BigInt']; }; -export type linea_AggregateRoot_filter = { +export type localarbitrumone_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['localarbitrumone_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type localarbitrumone_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92624,12 +89336,48 @@ export type linea_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -92639,39 +89387,82 @@ export type linea_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_AggregateRoot_orderBy = +export type localarbitrumone_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type localarbitrumone_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localarbitrumone_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type linea_Asset = { +export type localarbitrumone_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type linea_AssetBalance = { +export type localarbitrumone_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: linea_Router; - asset: linea_Asset; + router: localarbitrumone_Router; + asset: localarbitrumone_Asset; feesEarned: Scalars['BigInt']; }; -export type linea_AssetBalance_filter = { +export type localarbitrumone_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92732,7 +89523,7 @@ export type linea_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -92753,7 +89544,7 @@ export type linea_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -92763,25 +89554,41 @@ export type linea_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_AssetBalance_orderBy = +export type localarbitrumone_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' | 'supplied' | 'removed' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'feesEarned'; -export type linea_AssetStatus = { +export type localarbitrumone_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type linea_AssetStatus_filter = { +export type localarbitrumone_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92795,14 +89602,16 @@ export type linea_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_AssetStatus_orderBy = +export type localarbitrumone_AssetStatus_orderBy = | 'id' | 'status'; -export type linea_Asset_filter = { +export type localarbitrumone_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92811,12 +89620,16 @@ export type linea_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -92825,20 +89638,16 @@ export type linea_Asset_filter = { decimal_lte?: InputMaybe; decimal_in?: InputMaybe>; decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -92847,18 +89656,26 @@ export type linea_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -92887,43 +89704,46 @@ export type linea_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Asset_orderBy = +export type localarbitrumone_Asset_orderBy = | 'id' | 'key' | 'decimal' - | 'adoptedDecimal' | 'canonicalId' | 'canonicalDomain' | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status'; + | 'status' + | 'status__id' + | 'status__status'; -export type linea_BlockChangedFilter = { +export type localarbitrumone_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type linea_Block_height = { - hash?: InputMaybe; +export type localarbitrumone_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type linea_ConnectorMeta = { +export type localarbitrumone_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type linea_ConnectorMeta_filter = { +export type localarbitrumone_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92948,87 +89768,101 @@ export type linea_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type linea_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localarbitrumone_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type localarbitrumone_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type linea_DestinationTransferroutersArgs = { +export type localarbitrumone_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_DestinationTransfer_filter = { +export type localarbitrumone_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93045,12 +89879,16 @@ export type linea_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -93059,17 +89897,17 @@ export type linea_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -93094,28 +89932,40 @@ export type linea_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -93132,12 +89982,16 @@ export type linea_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -93154,12 +90008,16 @@ export type linea_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -93180,7 +90038,7 @@ export type linea_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -93197,18 +90055,26 @@ export type linea_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -93241,12 +90107,16 @@ export type linea_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -93255,18 +90125,26 @@ export type linea_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -93299,12 +90177,16 @@ export type linea_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -93314,10 +90196,12 @@ export type linea_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_DestinationTransfer_orderBy = +export type localarbitrumone_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -93338,6 +90222,14 @@ export type linea_DestinationTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'amount' | 'routersFee' | 'executedCaller' @@ -93357,25 +90249,79 @@ export type linea_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; +export type localarbitrumone_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['localarbitrumone_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type localarbitrumone_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localarbitrumone_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + /** Defines the order direction, either ascending or descending */ -export type linea_OrderDirection = +export type localarbitrumone_OrderDirection = | 'asc' | 'desc'; -export type linea_OriginMessage = { +export type localarbitrumone_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type linea_OriginMessage_filter = { +export type localarbitrumone_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93384,12 +90330,16 @@ export type linea_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -93398,12 +90348,16 @@ export type linea_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -93412,24 +90366,36 @@ export type linea_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -93458,12 +90424,14 @@ export type linea_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_OriginMessage_orderBy = +export type localarbitrumone_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -93473,53 +90441,55 @@ export type linea_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount'; + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type linea_OriginTransfer = { +export type localarbitrumone_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type linea_OriginTransferrelayerFeesArgs = { +export type localarbitrumone_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_OriginTransfer_filter = { +export type localarbitrumone_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93536,12 +90506,16 @@ export type linea_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -93550,16 +90524,20 @@ export type linea_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -93584,28 +90562,40 @@ export type linea_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -93614,12 +90604,16 @@ export type linea_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -93636,12 +90630,16 @@ export type linea_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -93662,13 +90660,17 @@ export type linea_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -93689,7 +90691,7 @@ export type linea_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -93704,25 +90706,37 @@ export type linea_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -93755,12 +90769,16 @@ export type linea_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -93770,10 +90788,12 @@ export type linea_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_OriginTransfer_orderBy = +export type localarbitrumone_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -93793,8 +90813,25 @@ export type linea_OriginTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'transactingAsset' | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' | 'bumpRelayerFeeCount' | 'relayerFees' | 'initialRelayerFeeAsset' @@ -93807,20 +90844,20 @@ export type linea_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type linea_Relayer = { +export type localarbitrumone_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type linea_RelayerFee = { +export type localarbitrumone_RelayerFee = { id: Scalars['ID']; - transfer: linea_OriginTransfer; + transfer: localarbitrumone_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['linea_Bytes']; + asset: Scalars['localarbitrumone_Bytes']; }; -export type linea_RelayerFee_filter = { +export type localarbitrumone_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93849,7 +90886,7 @@ export type linea_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -93858,36 +90895,71 @@ export type linea_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RelayerFee_orderBy = +export type localarbitrumone_RelayerFee_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'fee' | 'asset'; -export type linea_RelayerFeesIncrease = { +export type localarbitrumone_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: linea_OriginTransfer; + transfer: localarbitrumone_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_Bytes']; + asset?: Maybe; + caller: Scalars['localarbitrumone_Bytes']; + transactionHash: Scalars['localarbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type linea_RelayerFeesIncrease_filter = { +export type localarbitrumone_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93916,7 +90988,7 @@ export type linea_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -93925,24 +90997,36 @@ export type linea_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -93976,12 +91060,43 @@ export type linea_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RelayerFeesIncrease_orderBy = +export type localarbitrumone_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -93991,7 +91106,7 @@ export type linea_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type linea_Relayer_filter = { +export type localarbitrumone_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94004,27 +91119,33 @@ export type linea_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Relayer_orderBy = +export type localarbitrumone_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type linea_RootCount = { +export type localarbitrumone_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type linea_RootCount_filter = { +export type localarbitrumone_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94042,28 +91163,30 @@ export type linea_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RootCount_orderBy = +export type localarbitrumone_RootCount_orderBy = | 'id' | 'count'; -export type linea_RootMessageSent = { +export type localarbitrumone_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type linea_RootMessageSent_filter = { +export type localarbitrumone_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94088,12 +91211,16 @@ export type linea_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -94102,18 +91229,26 @@ export type linea_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -94147,10 +91282,12 @@ export type linea_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RootMessageSent_orderBy = +export type localarbitrumone_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -94163,34 +91300,34 @@ export type linea_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type linea_Router = { +export type localarbitrumone_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type linea_RouterassetBalancesArgs = { +export type localarbitrumone_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_RouterDailyTVL = { +export type localarbitrumone_RouterDailyTVL = { id: Scalars['ID']; - router: linea_Router; - asset: linea_Asset; + router: localarbitrumone_Router; + asset: localarbitrumone_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type linea_RouterDailyTVL_filter = { +export type localarbitrumone_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94219,7 +91356,7 @@ export type linea_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -94240,7 +91377,7 @@ export type linea_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -94258,159 +91395,33 @@ export type linea_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RouterDailyTVL_orderBy = +export type localarbitrumone_RouterDailyTVL_orderBy = | 'id' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type linea_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: linea_Router; - asset: linea_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['linea_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type linea_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type linea_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'asset' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type linea_Router_filter = { +export type localarbitrumone_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94423,24 +91434,36 @@ export type linea_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -94449,12 +91472,14 @@ export type linea_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Router_orderBy = +export type localarbitrumone_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -94463,13 +91488,13 @@ export type linea_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type linea_Sequencer = { +export type localarbitrumone_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type linea_Sequencer_filter = { +export type localarbitrumone_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94482,28 +91507,34 @@ export type linea_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Sequencer_orderBy = +export type localarbitrumone_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type linea_Setting = { +export type localarbitrumone_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; + caller: Scalars['localarbitrumone_Bytes']; }; -export type linea_Setting_filter = { +export type localarbitrumone_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94520,34 +91551,40 @@ export type linea_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Setting_orderBy = +export type localarbitrumone_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type linea_SlippageUpdate = { +export type localarbitrumone_SlippageUpdate = { id: Scalars['ID']; - transfer: linea_DestinationTransfer; + transfer: localarbitrumone_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_Bytes']; + caller: Scalars['localarbitrumone_Bytes']; + transactionHash: Scalars['localarbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type linea_SlippageUpdate_filter = { +export type localarbitrumone_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94576,7 +91613,7 @@ export type linea_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -94585,18 +91622,26 @@ export type linea_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -94630,12 +91675,50 @@ export type linea_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_SlippageUpdate_orderBy = +export type localarbitrumone_SlippageUpdate_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' @@ -94644,16 +91727,134 @@ export type linea_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type linea_TransferStatus = +export type localarbitrumone_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['localarbitrumone_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type localarbitrumone_SnapshotRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localarbitrumone_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type localarbitrumone_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type localarbitrumone_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localarbitrumone_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type localarbitrumone_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type linea__Block_ = { +export type localarbitrumone__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -94661,7 +91862,7 @@ export type linea__Block_ = { }; /** The type for the top-level _meta field */ -export type linea__Meta_ = { +export type localarbitrumone__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -94669,7 +91870,7 @@ export type linea__Meta_ = { * and therefore asks for the latest block * */ - block: linea__Block_; + block: localarbitrumone__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -95089,6 +92290,16 @@ export type localmainnet_Asset_orderBy = | 'status__id' | 'status__status'; +export type localmainnet_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type localmainnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + export type localmainnet_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; @@ -95658,6 +92869,11 @@ export type localmainnet_OptimisticRootFinalized_orderBy = | 'timestamp' | 'blockNumber'; +/** Defines the order direction, either ascending or descending */ +export type localmainnet_OrderDirection = + | 'asc' + | 'desc'; + export type localmainnet_OriginMessage = { id: Scalars['ID']; transferId?: Maybe; @@ -97202,23 +94418,67 @@ export type localmainnet_TransferStatus = | 'CompletedSlow' | 'CompletedFast'; -export type localoptimism_AggregateRoot = { +export type localmainnet__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type localmainnet__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: localmainnet__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type linea_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type linea_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type linea_swap_LpAccount = { id: Scalars['ID']; - root: Scalars['localoptimism_Bytes']; - blockNumber: Scalars['BigInt']; + address: Scalars['linea_swap_Bytes']; + balances: Array; }; -export type localoptimism_AggregateRootProposed = { + +export type linea_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_swap_LpAccountBalance = { id: Scalars['ID']; - aggregateRoot: Scalars['localoptimism_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + account: linea_swap_LpAccount; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type localoptimism_AggregateRootProposed_filter = { +export type linea_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97227,72 +94487,92 @@ export type localoptimism_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type localoptimism_AggregateRootProposed_orderBy = +export type linea_swap_LpAccountBalance_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; + | 'account' + | 'token' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type localoptimism_AggregateRoot_filter = { +export type linea_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97301,185 +94581,53 @@ export type localoptimism_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type localoptimism_AggregateRoot_orderBy = +export type linea_swap_LpAccount_orderBy = | 'id' - | 'root' - | 'blockNumber'; + | 'address' + | 'balances'; -export type localoptimism_Asset = { +export type linea_swap_LpToken = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + address: Scalars['linea_swap_Bytes']; + stableSwap: linea_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['linea_swap_BigDecimal']; + events: Array; }; -export type localoptimism_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: localoptimism_Router; - asset: localoptimism_Asset; - feesEarned: Scalars['BigInt']; -}; -export type localoptimism_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; +export type linea_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localoptimism_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type localoptimism_AssetStatus = { +export type linea_swap_LpTokenEvent = { id: Scalars['ID']; - status?: Maybe; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localoptimism_AssetStatus_filter = { +export type linea_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97488,21 +94636,79 @@ export type localoptimism_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type localoptimism_AssetStatus_orderBy = +export type linea_swap_LpTokenEvent_orderBy = | 'id' - | 'status'; + | 'token' + | 'amount' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type localoptimism_Asset_filter = { +export type linea_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97511,130 +94717,241 @@ export type localoptimism_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type localoptimism_Asset_orderBy = +export type linea_swap_LpToken_orderBy = | 'id' - | 'key' - | 'decimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'address' + | 'stableSwap' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type localoptimism_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { + id: Scalars['ID']; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + from: Scalars['linea_swap_Bytes']; + to: Scalars['linea_swap_Bytes']; + fromBalance: Scalars['linea_swap_BigDecimal']; + toBalance: Scalars['linea_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localoptimism_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +export type linea_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; }; -export type localoptimism_ConnectorMeta = { +export type linea_swap_LpTransferEvent_orderBy = + | 'id' + | 'token' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +/** Defines the order direction, either ascending or descending */ +export type linea_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type linea_swap_PooledToken = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + asset: Scalars['linea_swap_Bytes']; }; -export type localoptimism_ConnectorMeta_filter = { +export type linea_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97643,117 +94960,110 @@ export type localoptimism_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type localoptimism_ConnectorMeta_orderBy = +export type linea_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type localoptimism_DestinationTransfer = { +export type linea_swap_StableSwap = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + isActive?: Maybe; + key: Scalars['linea_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type localoptimism_DestinationTransferroutersArgs = { +export type linea_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type localoptimism_DestinationTransfer_filter = { + +export type linea_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + provider: Scalars['linea_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type linea_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97762,24 +95072,97 @@ export type localoptimism_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -97788,366 +95171,35 @@ export type localoptimism_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type localoptimism_DestinationTransfer_orderBy = +export type linea_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'stableSwap' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type localoptimism_OptimisticRootFinalized = { +export type linea_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['localoptimism_Bytes']; + stableSwap: linea_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localoptimism_OptimisticRootFinalized_filter = { +export type linea_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98156,16 +95208,35 @@ export type localoptimism_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -98174,45 +95245,49 @@ export type localoptimism_OptimisticRootFinalized_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type localoptimism_OptimisticRootFinalized_orderBy = +export type linea_swap_StableSwapEvent_orderBy = | 'id' - | 'aggregateRoot' + | 'stableSwap' + | 'block' | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type localoptimism_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type localoptimism_OriginMessage = { +export type linea_swap_StableSwapExchange = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + stableSwap: linea_swap_StableSwap; + buyer: Scalars['linea_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localoptimism_OriginMessage_filter = { +export type linea_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98221,166 +95296,145 @@ export type localoptimism_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type localoptimism_OriginMessage_orderBy = +export type linea_swap_StableSwapExchange_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'stableSwap' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type localoptimism_OriginTransfer = { +export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type localoptimism_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + stableSwap: linea_swap_StableSwap; + provider: Scalars['linea_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type localoptimism_OriginTransfer_filter = { +export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98389,24 +95443,97 @@ export type localoptimism_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -98415,219 +95542,238 @@ export type localoptimism_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = + | 'id' + | 'stableSwap' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type linea_swap_StableSwap_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_StableSwap_orderBy = + | 'id' + | 'isActive' + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; + +export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; +}; + +export type linea_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -98636,119 +95782,32 @@ export type localoptimism_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type localoptimism_OriginTransfer_orderBy = +export type linea_swap_SwapDailyVolume_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' + | 'stableSwap' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type localoptimism_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'volume'; -export type localoptimism_RelayerFee = { +export type linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - transfer: localoptimism_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['localoptimism_Bytes']; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type localoptimism_RelayerFee_filter = { +export type linea_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98757,100 +95816,114 @@ export type localoptimism_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type localoptimism_RelayerFee_orderBy = +export type linea_swap_SwapHourlyVolume_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'stableSwap' + | 'timestamp' + | 'volume'; -export type localoptimism_RelayerFeesIncrease = { +export type linea_swap_SwapTradeVolume = { + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; +}; + +export type linea_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'timestamp' + | 'volume'; + +export type linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - transfer: localoptimism_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['localoptimism_Bytes']; - transactionHash: Scalars['localoptimism_Bytes']; + stableSwap: linea_swap_StableSwap; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type localoptimism_RelayerFeesIncrease_filter = { +export type linea_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98859,65 +95932,27 @@ export type localoptimism_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -98926,78 +95961,31 @@ export type localoptimism_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type localoptimism_RelayerFeesIncrease_orderBy = +export type linea_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'stableSwap' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type localoptimism_Relayer_filter = { +export type linea_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type linea_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99006,37 +95994,65 @@ export type localoptimism_Relayer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type localoptimism_Relayer_orderBy = +export type linea_swap_SystemInfo_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'exchangeCount' + | 'swapCount'; -export type localoptimism_RootCount = { +export type linea_swap__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type linea_swap__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: linea_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type localmainnet_AggregateRootSavedSlow = { id: Scalars['ID']; - count?: Maybe; + aggregateRoot: Scalars['localmainnet_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; }; -export type localoptimism_RootCount_filter = { +export type localmainnet_AggregateRootSavedSlow_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99045,6 +96061,16 @@ export type localoptimism_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -99053,31 +96079,42 @@ export type localoptimism_RootCount_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; + aggregatedRoots?: InputMaybe>; + aggregatedRoots_not?: InputMaybe>; + aggregatedRoots_contains?: InputMaybe>; + aggregatedRoots_contains_nocase?: InputMaybe>; + aggregatedRoots_not_contains?: InputMaybe>; + aggregatedRoots_not_contains_nocase?: InputMaybe>; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_RootCount_orderBy = +export type localmainnet_AggregateRootSavedSlow_orderBy = | 'id' - | 'count'; + | 'aggregateRoot' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; -export type localoptimism_RootMessageSent = { +export type localmainnet_AggregatedMessageRoot = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; + index: Scalars['BigInt']; + receivedRoot: Scalars['localmainnet_Bytes']; + domain?: Maybe; blockNumber?: Maybe; }; -export type localoptimism_RootMessageSent_filter = { +export type localmainnet_AggregatedMessageRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99086,84 +96123,32 @@ export type localoptimism_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -99173,52 +96158,28 @@ export type localoptimism_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_RootMessageSent_orderBy = +export type localmainnet_AggregatedMessageRoot_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' + | 'index' + | 'receivedRoot' + | 'domain' | 'blockNumber'; -export type localoptimism_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type localoptimism_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type localoptimism_RouterDailyTVL = { +export type localmainnet_ArbitrumConnectorMeta = { id: Scalars['ID']; - router: localoptimism_Router; - asset: localoptimism_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type localoptimism_RouterDailyTVL_filter = { +export type localmainnet_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99227,92 +96188,76 @@ export type localoptimism_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_RouterDailyTVL_orderBy = +export type localmainnet_ArbitrumConnectorMeta_orderBy = | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type localoptimism_Router_filter = { +export type localmainnet_BnbConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; +}; + +export type localmainnet_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99321,71 +96266,76 @@ export type localoptimism_Router_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_Router_orderBy = +export type localmainnet_BnbConnectorMeta_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type localoptimism_Sequencer = { +export type localmainnet_GnosisConnectorMeta = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type localoptimism_Sequencer_filter = { +export type localmainnet_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99394,38 +96344,72 @@ export type localoptimism_Sequencer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_Sequencer_orderBy = +export type localmainnet_GnosisConnectorMeta_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type localoptimism_Setting = { +export type localmainnet_HubDomain = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['localoptimism_Bytes']; + domain?: Maybe; }; -export type localoptimism_Setting_filter = { +export type localmainnet_HubDomain_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99434,48 +96418,32 @@ export type localoptimism_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_Setting_orderBy = +export type localmainnet_HubDomain_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'domain'; -export type localoptimism_SlippageUpdate = { +export type localmainnet_HubOptimisticRootFinalized = { id: Scalars['ID']; - transfer: localoptimism_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['localoptimism_Bytes']; - transactionHash: Scalars['localoptimism_Bytes']; + aggregateRoot: Scalars['localmainnet_Bytes']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type localoptimism_SlippageUpdate_filter = { +export type localmainnet_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99484,55 +96452,16 @@ export type localoptimism_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -99541,22 +96470,6 @@ export type localoptimism_SlippageUpdate_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -99566,68 +96479,27 @@ export type localoptimism_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_SlippageUpdate_orderBy = +export type localmainnet_HubOptimisticRootFinalized_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type localoptimism_SnapshotRoot = { +export type localmainnet_OptimismConnectorMeta = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['localoptimism_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type localoptimism_SnapshotRoot_filter = { +export type localmainnet_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99644,24 +96516,95 @@ export type localoptimism_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_OptimismConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type localmainnet_OptimisticRootPropagated = { + id: Scalars['ID']; + aggregateRoot: Scalars['localmainnet_Bytes']; + domainsHash: Scalars['localmainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type localmainnet_OptimisticRootPropagated_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -99679,25 +96622,30 @@ export type localoptimism_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_SnapshotRoot_orderBy = +export type localmainnet_OptimisticRootPropagated_orderBy = | 'id' - | 'spokeDomain' - | 'root' - | 'count' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' | 'blockNumber'; -export type localoptimism_SpokeConnectorMode = { +export type localmainnet_OptimisticRootProposed = { id: Scalars['ID']; - mode: Scalars['String']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['localmainnet_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['localmainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type localoptimism_SpokeConnectorMode_filter = { +export type localmainnet_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99706,75 +96654,88 @@ export type localoptimism_SpokeConnectorMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + disputeCliff?: InputMaybe; + disputeCliff_not?: InputMaybe; + disputeCliff_gt?: InputMaybe; + disputeCliff_lt?: InputMaybe; + disputeCliff_gte?: InputMaybe; + disputeCliff_lte?: InputMaybe; + disputeCliff_in?: InputMaybe>; + disputeCliff_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + snapshotsRoots?: InputMaybe>; + snapshotsRoots_not?: InputMaybe>; + snapshotsRoots_contains?: InputMaybe>; + snapshotsRoots_contains_nocase?: InputMaybe>; + snapshotsRoots_not_contains?: InputMaybe>; + snapshotsRoots_not_contains_nocase?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + baseAggregateRoot?: InputMaybe; + baseAggregateRoot_not?: InputMaybe; + baseAggregateRoot_gt?: InputMaybe; + baseAggregateRoot_lt?: InputMaybe; + baseAggregateRoot_gte?: InputMaybe; + baseAggregateRoot_lte?: InputMaybe; + baseAggregateRoot_in?: InputMaybe>; + baseAggregateRoot_not_in?: InputMaybe>; + baseAggregateRoot_contains?: InputMaybe; + baseAggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type localoptimism_SpokeConnectorMode_orderBy = +export type localmainnet_OptimisticRootProposed_orderBy = | 'id' - | 'mode'; - -export type localoptimism_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type localoptimism__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type localoptimism__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: localoptimism__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' + | 'timestamp' + | 'blockNumber'; -export type mainnet_AggregateRoot = { +export type localmainnet_PolygonConnectorMeta = { id: Scalars['ID']; - root: Scalars['mainnet_Bytes']; - blockNumber: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; }; -export type mainnet_AggregateRoot_filter = { +export type localmainnet_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99783,60 +96744,74 @@ export type mainnet_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AggregateRoot_orderBy = +export type localmainnet_PolygonConnectorMeta_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type mainnet_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mainnet_AssetBalance = { +export type localmainnet_RootAggregated = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: mainnet_Router; - asset: mainnet_Asset; - feesEarned: Scalars['BigInt']; + domain: Scalars['BigInt']; + receivedRoot: Scalars['localmainnet_Bytes']; + index: Scalars['BigInt']; }; -export type mainnet_AssetBalance_filter = { +export type localmainnet_RootAggregated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99845,125 +96820,51 @@ export type mainnet_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AssetBalance_orderBy = +export type localmainnet_RootAggregated_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; + | 'domain' + | 'receivedRoot' + | 'index'; -export type mainnet_AssetStatus = { +export type localmainnet_RootManagerMeta = { id: Scalars['ID']; - status?: Maybe; + domains?: Maybe>; + connectors?: Maybe>; }; -export type mainnet_AssetStatus_filter = { +export type localmainnet_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99972,21 +96873,35 @@ export type mainnet_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AssetStatus_orderBy = +export type localmainnet_RootManagerMeta_orderBy = | 'id' - | 'status'; + | 'domains' + | 'connectors'; -export type mainnet_Asset_filter = { +export type localmainnet_RootManagerMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type localmainnet_RootManagerMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99995,129 +96910,50 @@ export type mainnet_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Asset_orderBy = +export type localmainnet_RootManagerMode_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'mode'; -export type mainnet_ConnectorMeta = { +export type localmainnet_RootMessageProcessed = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type mainnet_ConnectorMeta_filter = { +export type localmainnet_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100142,101 +96978,95 @@ export type mainnet_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_ConnectorMeta_orderBy = +export type localmainnet_RootMessageProcessed_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'root' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type mainnet_DestinationTransfer = { +export type localmainnet_RootPropagated = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type mainnet_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + aggregate: Scalars['localmainnet_Bytes']; + domainsHash: Scalars['localmainnet_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mainnet_DestinationTransfer_filter = { +export type localmainnet_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100245,153 +97075,346 @@ export type mainnet_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + aggregate?: InputMaybe; + aggregate_not?: InputMaybe; + aggregate_gt?: InputMaybe; + aggregate_lt?: InputMaybe; + aggregate_gte?: InputMaybe; + aggregate_lte?: InputMaybe; + aggregate_in?: InputMaybe>; + aggregate_not_in?: InputMaybe>; + aggregate_contains?: InputMaybe; + aggregate_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_RootPropagated_orderBy = + | 'id' + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; + +export type localmainnet_ZkSyncConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['localmainnet_Bytes']; + rootManager: Scalars['localmainnet_Bytes']; + mirrorConnector: Scalars['localmainnet_Bytes']; +}; + +export type localmainnet_ZkSyncConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localmainnet_ZkSyncConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type localoptimism_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['localoptimism_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type localoptimism_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['localoptimism_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type localoptimism_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localoptimism_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type localoptimism_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localoptimism_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type localoptimism_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type localoptimism_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: localoptimism_Router; + asset: localoptimism_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type localoptimism_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -100412,232 +97435,51 @@ export type mainnet_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_DestinationTransfer_orderBy = +export type localoptimism_AssetBalance_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'feesEarned'; -export type mainnet_OriginMessage = { +export type localoptimism_AssetStatus = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + status?: Maybe; }; -export type mainnet_OriginMessage_filter = { +export type localoptimism_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100646,72 +97488,85 @@ export type mainnet_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localoptimism_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type localoptimism_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -100720,92 +97575,66 @@ export type mainnet_OriginMessage_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OriginMessage_orderBy = +export type localoptimism_Asset_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' + | 'key' + | 'decimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'status' + | 'status__id' + | 'status__status'; -export type mainnet_OriginTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; +export type localoptimism_BlockChangedFilter = { + number_gte: Scalars['Int']; }; +export type localoptimism_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; -export type mainnet_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type localoptimism_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type mainnet_OriginTransfer_filter = { +export type localoptimism_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100814,52 +97643,168 @@ export type mainnet_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localoptimism_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type localoptimism_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type localoptimism_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type localoptimism_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; originDomain_in?: InputMaybe>; originDomain_not_in?: InputMaybe>; destinationDomain?: InputMaybe; @@ -100878,40 +97823,40 @@ export type mainnet_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -100920,16 +97865,24 @@ export type mainnet_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -100946,16 +97899,16 @@ export type mainnet_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -100976,307 +97929,225 @@ export type mainnet_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type mainnet_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type mainnet_RelayerFee = { - id: Scalars['ID']; - transfer: mainnet_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['mainnet_Bytes']; -}; - -export type mainnet_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RelayerFee_orderBy = +export type localoptimism_DestinationTransfer_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type mainnet_RelayerFeesIncrease = { +export type localoptimism_OptimisticRootFinalized = { id: Scalars['ID']; - transfer: mainnet_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_Bytes']; + aggregateRoot: Scalars['localoptimism_Bytes']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mainnet_RelayerFeesIncrease_filter = { +export type localoptimism_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101285,65 +98156,16 @@ export type mainnet_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -101352,22 +98174,6 @@ export type mainnet_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -101377,133 +98183,36 @@ export type mainnet_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RelayerFeesIncrease_orderBy = +export type localoptimism_OptimisticRootFinalized_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type mainnet_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; - -export type mainnet_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type mainnet_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RootCount_orderBy = - | 'id' - | 'count'; +/** Defines the order direction, either ascending or descending */ +export type localoptimism_OrderDirection = + | 'asc' + | 'desc'; -export type mainnet_RootMessageSent = { +export type localoptimism_OriginMessage = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; + rootCount?: Maybe; }; -export type mainnet_RootMessageSent_filter = { +export type localoptimism_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101512,84 +98221,72 @@ export type mainnet_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -101598,53 +98295,92 @@ export type mainnet_RootMessageSent_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootMessageSent_orderBy = +export type localoptimism_OriginMessage_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' | 'root' - | 'count' - | 'caller' | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type mainnet_Router = { +export type localoptimism_OriginTransfer = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type mainnet_RouterassetBalancesArgs = { +export type localoptimism_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mainnet_RouterDailyTVL = { - id: Scalars['ID']; - router: mainnet_Router; - asset: mainnet_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_RouterDailyTVL_filter = { +export type localoptimism_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101653,27 +98389,148 @@ export type mainnet_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -101694,7 +98551,83 @@ export type mainnet_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -101703,323 +98636,119 @@ export type mainnet_RouterDailyTVL_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; - -export type mainnet_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: mainnet_Router; - asset: mainnet_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['mainnet_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mainnet_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type mainnet_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_RouterLiquidityEvent_orderBy = +export type localoptimism_OriginTransfer_orderBy = | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' | 'asset' | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'amount' - | 'balance' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' | 'caller' - | 'blockNumber' - | 'timestamp' | 'transactionHash' - | 'nonce'; - -export type mainnet_Router_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type mainnet_Sequencer = { +export type localoptimism_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type mainnet_Sequencer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + relayer?: Maybe; }; -export type mainnet_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type mainnet_Setting = { +export type localoptimism_RelayerFee = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; + transfer: localoptimism_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['localoptimism_Bytes']; }; -export type mainnet_Setting_filter = { +export type localoptimism_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102028,48 +98757,100 @@ export type mainnet_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Setting_orderBy = +export type localoptimism_RelayerFee_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; -export type mainnet_SlippageUpdate = { +export type localoptimism_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: mainnet_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_Bytes']; + transfer: localoptimism_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['localoptimism_Bytes']; + transactionHash: Scalars['localoptimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mainnet_SlippageUpdate_filter = { +export type localoptimism_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102098,35 +98879,45 @@ export type mainnet_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -102160,12 +98951,12 @@ export type mainnet_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type mainnet_SlippageUpdate_orderBy = +export type localoptimism_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -102173,6 +98964,7 @@ export type mainnet_SlippageUpdate_orderBy = | 'transfer__transferId' | 'transfer__nonce' | 'transfer__status' + | 'transfer__messageHash' | 'transfer__originDomain' | 'transfer__destinationDomain' | 'transfer__canonicalDomain' @@ -102181,30 +98973,23 @@ export type mainnet_SlippageUpdate_orderBy = | 'transfer__receiveLocal' | 'transfer__callData' | 'transfer__slippage' - | 'transfer__bumpSlippageCount' | 'transfer__originSender' | 'transfer__bridgedAmt' | 'transfer__normalizedIn' | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' | 'caller' | 'transactionHash' | 'timestamp' @@ -102212,20 +98997,46 @@ export type mainnet_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; +export type localoptimism_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type arbitrumone_AggregateRoot = { +export type localoptimism_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type localoptimism_RootCount = { id: Scalars['ID']; - root: Scalars['arbitrumone_Bytes']; - blockNumber: Scalars['BigInt']; + count?: Maybe; }; -export type arbitrumone_AggregateRoot_filter = { +export type localoptimism_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102234,16 +99045,125 @@ export type arbitrumone_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localoptimism_RootCount_orderBy = + | 'id' + | 'count'; + +export type localoptimism_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type localoptimism_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -102253,41 +99173,52 @@ export type arbitrumone_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_AggregateRoot_orderBy = +export type localoptimism_RootMessageSent_orderBy = | 'id' + | 'spokeDomain' + | 'hubDomain' | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type arbitrumone_Asset = { +export type localoptimism_Router = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type arbitrumone_AssetBalance = { + +export type localoptimism_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type localoptimism_RouterDailyTVL = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: arbitrumone_Router; - asset: arbitrumone_Asset; - feesEarned: Scalars['BigInt']; + router: localoptimism_Router; + asset: localoptimism_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; }; -export type arbitrumone_AssetBalance_filter = { +export type localoptimism_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102296,38 +99227,6 @@ export type arbitrumone_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -102348,7 +99247,7 @@ export type arbitrumone_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -102369,27 +99268,31 @@ export type arbitrumone_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_AssetBalance_orderBy = +export type localoptimism_RouterDailyTVL_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' | 'router' | 'router__id' | 'router__isActive' @@ -102401,20 +99304,88 @@ export type arbitrumone_AssetBalance_orderBy = | 'asset__id' | 'asset__key' | 'asset__decimal' - | 'asset__adoptedDecimal' | 'asset__canonicalId' | 'asset__canonicalDomain' | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'feesEarned'; + | 'timestamp' + | 'balance'; -export type arbitrumone_AssetStatus = { +export type localoptimism_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localoptimism_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type localoptimism_Sequencer = { id: Scalars['ID']; - status?: Maybe; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type arbitrumone_AssetStatus_filter = { +export type localoptimism_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102423,21 +99394,38 @@ export type arbitrumone_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_AssetStatus_orderBy = +export type localoptimism_Sequencer_orderBy = | 'id' - | 'status'; + | 'isActive' + | 'sequencer'; -export type arbitrumone_Asset_filter = { +export type localoptimism_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['localoptimism_Bytes']; +}; + +export type localoptimism_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102446,70 +99434,129 @@ export type arbitrumone_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type localoptimism_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type localoptimism_SlippageUpdate = { + id: Scalars['ID']; + transfer: localoptimism_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['localoptimism_Bytes']; + transactionHash: Scalars['localoptimism_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type localoptimism_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -102518,67 +99565,69 @@ export type arbitrumone_Asset_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Asset_orderBy = +export type localoptimism_SlippageUpdate_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type arbitrumone_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type arbitrumone_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type arbitrumone_ConnectorMeta = { +export type localoptimism_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + root: Scalars['localoptimism_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type arbitrumone_ConnectorMeta_filter = { +export type localoptimism_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102595,109 +99644,137 @@ export type arbitrumone_ConnectorMeta_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_ConnectorMeta_orderBy = +export type localoptimism_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; -export type arbitrumone_DestinationTransfer = { +export type localoptimism_SpokeConnectorMode = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + mode: Scalars['String']; +}; + +export type localoptimism_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type localoptimism_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; -export type arbitrumone_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type localoptimism_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type localoptimism__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; }; -export type arbitrumone_DestinationTransfer_filter = { +/** The type for the top-level _meta field */ +export type localoptimism__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: localoptimism__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type mainnet_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['mainnet_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type mainnet_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102706,153 +99783,121 @@ export type arbitrumone_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type mainnet_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type mainnet_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: mainnet_Router; + asset: mainnet_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type mainnet_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -102873,189 +99918,34 @@ export type arbitrumone_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_DestinationTransfer_orderBy = +export type mainnet_AssetBalance_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' | 'asset__id' | 'asset__key' @@ -103066,44 +99956,14 @@ export type arbitrumone_DestinationTransfer_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; - -/** Defines the order direction, either ascending or descending */ -export type arbitrumone_OrderDirection = - | 'asc' - | 'desc'; + | 'feesEarned'; -export type arbitrumone_OriginMessage = { +export type mainnet_AssetStatus = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + status?: Maybe; }; -export type arbitrumone_OriginMessage_filter = { +export type mainnet_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103112,166 +99972,271 @@ export type arbitrumone_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type mainnet_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_OriginMessage_orderBy = +export type mainnet_Asset_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'status' + | 'status__id' + | 'status__status'; -export type arbitrumone_OriginTransfer = { +export type mainnet_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type mainnet_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type arbitrumone_OriginTransferrelayerFeesArgs = { +export type mainnet_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_OriginTransfer_filter = { +export type mainnet_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103288,16 +100253,16 @@ export type arbitrumone_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -103306,20 +100271,17 @@ export type arbitrumone_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -103344,40 +100306,40 @@ export type arbitrumone_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -103386,16 +100348,24 @@ export type arbitrumone_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -103412,16 +100382,16 @@ export type arbitrumone_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -103442,146 +100412,176 @@ export type arbitrumone_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_OriginTransfer_orderBy = +export type mainnet_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' | 'nonce' | 'status' - | 'messageHash' + | 'routers' | 'originDomain' | 'destinationDomain' | 'canonicalDomain' @@ -103590,6 +100590,7 @@ export type arbitrumone_OriginTransfer_orderBy = | 'receiveLocal' | 'callData' | 'slippage' + | 'bumpSlippageCount' | 'originSender' | 'bridgedAmt' | 'normalizedIn' @@ -103604,43 +100605,39 @@ export type arbitrumone_OriginTransfer_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type arbitrumone_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type arbitrumone_RelayerFee = { +export type mainnet_OriginMessage = { id: Scalars['ID']; - transfer: arbitrumone_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['arbitrumone_Bytes']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type arbitrumone_RelayerFee_filter = { +export type mainnet_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103649,167 +100646,413 @@ export type arbitrumone_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RelayerFee_orderBy = +export type mainnet_OriginMessage_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type arbitrumone_RelayerFeesIncrease = { +export type mainnet_OriginTransfer = { id: Scalars['ID']; - transfer: arbitrumone_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['arbitrumone_Bytes']; - transactionHash: Scalars['arbitrumone_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type arbitrumone_RelayerFeesIncrease_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; +}; + + +export type mainnet_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mainnet_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -103842,13 +101085,150 @@ export type arbitrumone_RelayerFeesIncrease_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RelayerFeesIncrease_orderBy = +export type mainnet_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type mainnet_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type mainnet_RelayerFee = { + id: Scalars['ID']; + transfer: mainnet_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['mainnet_Bytes']; +}; + +export type mainnet_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -103880,55 +101260,209 @@ export type arbitrumone_RelayerFeesIncrease_orderBy = | 'transfer__blockNumber' | 'transfer__txOrigin' | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'fee' + | 'asset'; -export type arbitrumone_Relayer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; +export type mainnet_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: mainnet_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['mainnet_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type mainnet_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Relayer_orderBy = +export type mainnet_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type mainnet_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type arbitrumone_RootCount = { +export type mainnet_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type arbitrumone_RootCount_filter = { +export type mainnet_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103946,30 +101480,30 @@ export type arbitrumone_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RootCount_orderBy = +export type mainnet_RootCount_orderBy = | 'id' | 'count'; -export type arbitrumone_RootMessageSent = { +export type mainnet_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type arbitrumone_RootMessageSent_filter = { +export type mainnet_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103994,16 +101528,16 @@ export type arbitrumone_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -104012,26 +101546,26 @@ export type arbitrumone_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -104065,12 +101599,12 @@ export type arbitrumone_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RootMessageSent_orderBy = +export type mainnet_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -104083,34 +101617,34 @@ export type arbitrumone_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumone_Router = { +export type mainnet_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type arbitrumone_RouterassetBalancesArgs = { +export type mainnet_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumone_RouterDailyTVL = { +export type mainnet_RouterDailyTVL = { id: Scalars['ID']; - router: arbitrumone_Router; - asset: arbitrumone_Asset; + router: mainnet_Router; + asset: mainnet_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type arbitrumone_RouterDailyTVL_filter = { +export type mainnet_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104139,7 +101673,7 @@ export type arbitrumone_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -104160,7 +101694,7 @@ export type arbitrumone_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -104178,12 +101712,12 @@ export type arbitrumone_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RouterDailyTVL_orderBy = +export type mainnet_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -104205,25 +101739,25 @@ export type arbitrumone_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type arbitrumone_RouterLiquidityEvent = { +export type mainnet_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: arbitrumone_Router; - asset: arbitrumone_Asset; + type?: Maybe; + router: mainnet_Router; + asset: mainnet_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['arbitrumone_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_RouterLiquidityEventType = +export type mainnet_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type arbitrumone_RouterLiquidityEvent_filter = { +export type mainnet_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104232,10 +101766,10 @@ export type arbitrumone_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -104256,7 +101790,7 @@ export type arbitrumone_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -104277,7 +101811,7 @@ export type arbitrumone_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -104294,16 +101828,16 @@ export type arbitrumone_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -104320,16 +101854,16 @@ export type arbitrumone_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -104339,12 +101873,12 @@ export type arbitrumone_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_RouterLiquidityEvent_orderBy = +export type mainnet_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -104372,7 +101906,7 @@ export type arbitrumone_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type arbitrumone_Router_filter = { +export type mainnet_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104385,36 +101919,36 @@ export type arbitrumone_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -104423,14 +101957,14 @@ export type arbitrumone_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Router_orderBy = +export type mainnet_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -104439,13 +101973,13 @@ export type arbitrumone_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type arbitrumone_Sequencer = { +export type mainnet_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type arbitrumone_Sequencer_filter = { +export type mainnet_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104458,34 +101992,34 @@ export type arbitrumone_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Sequencer_orderBy = +export type mainnet_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type arbitrumone_Setting = { +export type mainnet_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['arbitrumone_Bytes']; + caller: Scalars['mainnet_Bytes']; }; -export type arbitrumone_Setting_filter = { +export type mainnet_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104502,40 +102036,40 @@ export type arbitrumone_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_Setting_orderBy = +export type mainnet_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type arbitrumone_SlippageUpdate = { +export type mainnet_SlippageUpdate = { id: Scalars['ID']; - transfer: arbitrumone_DestinationTransfer; + transfer: mainnet_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['arbitrumone_Bytes']; - transactionHash: Scalars['arbitrumone_Bytes']; + caller: Scalars['mainnet_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type arbitrumone_SlippageUpdate_filter = { +export type mainnet_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104564,7 +102098,7 @@ export type arbitrumone_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -104573,26 +102107,26 @@ export type arbitrumone_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -104626,12 +102160,12 @@ export type arbitrumone_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_SlippageUpdate_orderBy = +export type mainnet_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -104678,45 +102212,20 @@ export type arbitrumone_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumone_TransferStatus = +export type mainnet_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type arbitrumone__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type arbitrumone__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: arbitrumone__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type polygon_AggregateRoot = { +export type arbitrumone_AggregateRoot = { id: Scalars['ID']; - root: Scalars['polygon_Bytes']; + root: Scalars['arbitrumone_Bytes']; blockNumber: Scalars['BigInt']; }; -export type polygon_AggregateRoot_filter = { +export type arbitrumone_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104725,16 +102234,16 @@ export type polygon_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -104744,41 +102253,41 @@ export type polygon_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AggregateRoot_orderBy = +export type arbitrumone_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type polygon_Asset = { +export type arbitrumone_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type polygon_AssetBalance = { +export type arbitrumone_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: polygon_Router; - asset: polygon_Asset; + router: arbitrumone_Router; + asset: arbitrumone_Asset; feesEarned: Scalars['BigInt']; }; -export type polygon_AssetBalance_filter = { +export type arbitrumone_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104839,7 +102348,7 @@ export type polygon_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -104860,7 +102369,7 @@ export type polygon_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -104870,12 +102379,12 @@ export type polygon_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AssetBalance_orderBy = +export type arbitrumone_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -104900,12 +102409,12 @@ export type polygon_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type polygon_AssetStatus = { +export type arbitrumone_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type polygon_AssetStatus_filter = { +export type arbitrumone_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104919,16 +102428,16 @@ export type polygon_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AssetStatus_orderBy = +export type arbitrumone_AssetStatus_orderBy = | 'id' | 'status'; -export type polygon_Asset_filter = { +export type arbitrumone_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104937,16 +102446,16 @@ export type polygon_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -104963,16 +102472,16 @@ export type polygon_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -104981,26 +102490,26 @@ export type polygon_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -105029,14 +102538,14 @@ export type polygon_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Asset_orderBy = +export type arbitrumone_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -105050,26 +102559,26 @@ export type polygon_Asset_orderBy = | 'status__id' | 'status__status'; -export type polygon_BlockChangedFilter = { +export type arbitrumone_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type polygon_Block_height = { - hash?: InputMaybe; +export type arbitrumone_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type polygon_ConnectorMeta = { +export type arbitrumone_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type polygon_ConnectorMeta_filter = { +export type arbitrumone_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105094,43 +102603,43 @@ export type polygon_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_ConnectorMeta_orderBy = +export type arbitrumone_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -105138,57 +102647,57 @@ export type polygon_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type polygon_DestinationTransfer = { +export type arbitrumone_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type polygon_DestinationTransferroutersArgs = { +export type arbitrumone_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_DestinationTransfer_filter = { +export type arbitrumone_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105205,16 +102714,16 @@ export type polygon_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -105223,17 +102732,17 @@ export type polygon_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -105258,40 +102767,40 @@ export type polygon_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -105308,16 +102817,16 @@ export type polygon_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -105334,16 +102843,16 @@ export type polygon_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -105364,7 +102873,7 @@ export type polygon_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -105381,26 +102890,26 @@ export type polygon_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -105433,16 +102942,16 @@ export type polygon_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -105451,26 +102960,26 @@ export type polygon_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -105503,16 +103012,16 @@ export type polygon_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -105522,12 +103031,12 @@ export type polygon_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_DestinationTransfer_orderBy = +export type arbitrumone_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -105577,24 +103086,24 @@ export type polygon_DestinationTransfer_orderBy = | 'reconciledTxNonce'; /** Defines the order direction, either ascending or descending */ -export type polygon_OrderDirection = +export type arbitrumone_OrderDirection = | 'asc' | 'desc'; -export type polygon_OriginMessage = { +export type arbitrumone_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type polygon_OriginMessage_filter = { +export type arbitrumone_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105603,16 +103112,16 @@ export type polygon_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -105621,16 +103130,16 @@ export type polygon_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -105639,36 +103148,36 @@ export type polygon_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -105697,14 +103206,14 @@ export type polygon_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_OriginMessage_orderBy = +export type arbitrumone_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -105718,51 +103227,51 @@ export type polygon_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type polygon_OriginTransfer = { +export type arbitrumone_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type polygon_OriginTransferrelayerFeesArgs = { +export type arbitrumone_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_OriginTransfer_filter = { +export type arbitrumone_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105779,16 +103288,16 @@ export type polygon_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -105797,20 +103306,20 @@ export type polygon_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -105835,40 +103344,40 @@ export type polygon_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -105877,16 +103386,16 @@ export type polygon_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -105903,16 +103412,16 @@ export type polygon_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -105933,17 +103442,17 @@ export type polygon_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -105964,7 +103473,7 @@ export type polygon_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -105979,37 +103488,37 @@ export type polygon_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -106042,16 +103551,16 @@ export type polygon_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -106061,12 +103570,12 @@ export type polygon_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_OriginTransfer_orderBy = +export type arbitrumone_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -106118,20 +103627,20 @@ export type polygon_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type polygon_Relayer = { +export type arbitrumone_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type polygon_RelayerFee = { +export type arbitrumone_RelayerFee = { id: Scalars['ID']; - transfer: polygon_OriginTransfer; + transfer: arbitrumone_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['polygon_Bytes']; + asset: Scalars['arbitrumone_Bytes']; }; -export type polygon_RelayerFee_filter = { +export type arbitrumone_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106160,7 +103669,7 @@ export type polygon_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -106169,23 +103678,23 @@ export type polygon_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RelayerFee_orderBy = +export type arbitrumone_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -106220,20 +103729,20 @@ export type polygon_RelayerFee_orderBy = | 'fee' | 'asset'; -export type polygon_RelayerFeesIncrease = { +export type arbitrumone_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: polygon_OriginTransfer; + transfer: arbitrumone_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygon_Bytes']; - transactionHash: Scalars['polygon_Bytes']; + asset?: Maybe; + caller: Scalars['arbitrumone_Bytes']; + transactionHash: Scalars['arbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygon_RelayerFeesIncrease_filter = { +export type arbitrumone_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106262,7 +103771,7 @@ export type polygon_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -106271,36 +103780,36 @@ export type polygon_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -106334,12 +103843,12 @@ export type polygon_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RelayerFeesIncrease_orderBy = +export type arbitrumone_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -106380,7 +103889,7 @@ export type polygon_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygon_Relayer_filter = { +export type arbitrumone_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106393,33 +103902,33 @@ export type polygon_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Relayer_orderBy = +export type arbitrumone_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type polygon_RootCount = { +export type arbitrumone_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type polygon_RootCount_filter = { +export type arbitrumone_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106437,30 +103946,30 @@ export type polygon_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RootCount_orderBy = +export type arbitrumone_RootCount_orderBy = | 'id' | 'count'; -export type polygon_RootMessageSent = { +export type arbitrumone_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type polygon_RootMessageSent_filter = { +export type arbitrumone_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106485,16 +103994,16 @@ export type polygon_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -106503,26 +104012,26 @@ export type polygon_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -106556,12 +104065,12 @@ export type polygon_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RootMessageSent_orderBy = +export type arbitrumone_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -106574,34 +104083,34 @@ export type polygon_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygon_Router = { +export type arbitrumone_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type polygon_RouterassetBalancesArgs = { +export type arbitrumone_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_RouterDailyTVL = { +export type arbitrumone_RouterDailyTVL = { id: Scalars['ID']; - router: polygon_Router; - asset: polygon_Asset; + router: arbitrumone_Router; + asset: arbitrumone_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type polygon_RouterDailyTVL_filter = { +export type arbitrumone_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106630,7 +104139,7 @@ export type polygon_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -106651,7 +104160,7 @@ export type polygon_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -106669,12 +104178,12 @@ export type polygon_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RouterDailyTVL_orderBy = +export type arbitrumone_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -106696,25 +104205,25 @@ export type polygon_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type polygon_RouterLiquidityEvent = { +export type arbitrumone_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: polygon_Router; - asset: polygon_Asset; + type?: Maybe; + router: arbitrumone_Router; + asset: arbitrumone_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['polygon_Bytes']; + transactionHash: Scalars['arbitrumone_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_RouterLiquidityEventType = +export type arbitrumone_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type polygon_RouterLiquidityEvent_filter = { +export type arbitrumone_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106723,10 +104232,10 @@ export type polygon_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -106747,7 +104256,7 @@ export type polygon_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -106768,7 +104277,7 @@ export type polygon_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -106785,16 +104294,16 @@ export type polygon_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -106811,16 +104320,16 @@ export type polygon_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -106830,12 +104339,12 @@ export type polygon_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RouterLiquidityEvent_orderBy = +export type arbitrumone_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -106863,7 +104372,7 @@ export type polygon_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type polygon_Router_filter = { +export type arbitrumone_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106876,36 +104385,36 @@ export type polygon_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -106914,14 +104423,14 @@ export type polygon_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type polygon_Router_orderBy = +export type arbitrumone_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -106930,13 +104439,13 @@ export type polygon_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type polygon_Sequencer = { +export type arbitrumone_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type polygon_Sequencer_filter = { +export type arbitrumone_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106949,34 +104458,34 @@ export type polygon_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Sequencer_orderBy = +export type arbitrumone_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type polygon_Setting = { +export type arbitrumone_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygon_Bytes']; + caller: Scalars['arbitrumone_Bytes']; }; -export type polygon_Setting_filter = { +export type arbitrumone_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106993,40 +104502,40 @@ export type polygon_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Setting_orderBy = +export type arbitrumone_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type polygon_SlippageUpdate = { +export type arbitrumone_SlippageUpdate = { id: Scalars['ID']; - transfer: polygon_DestinationTransfer; + transfer: arbitrumone_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['polygon_Bytes']; - transactionHash: Scalars['polygon_Bytes']; + caller: Scalars['arbitrumone_Bytes']; + transactionHash: Scalars['arbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygon_SlippageUpdate_filter = { +export type arbitrumone_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107055,7 +104564,7 @@ export type polygon_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -107064,26 +104573,26 @@ export type polygon_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -107117,12 +104626,12 @@ export type polygon_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_SlippageUpdate_orderBy = +export type arbitrumone_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -107169,16 +104678,16 @@ export type polygon_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygon_TransferStatus = +export type arbitrumone_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type polygon__Block_ = { +export type arbitrumone__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -107186,7 +104695,7 @@ export type polygon__Block_ = { }; /** The type for the top-level _meta field */ -export type polygon__Meta_ = { +export type arbitrumone__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -107194,8895 +104703,9934 @@ export type polygon__Meta_ = { * and therefore asks for the latest block * */ - block: polygon__Block_; + block: arbitrumone__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type WithIndex = TObject & Record; -export type ResolversObject = WithIndex; +export type polygon_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['polygon_Bytes']; + blockNumber: Scalars['BigInt']; +}; -export type ResolverTypeWrapper = Promise | T; +export type polygon_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; +export type polygon_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; -export type ResolverWithResolve = { - resolve: ResolverFn; +export type polygon_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type LegacyStitchingResolver = { - fragment: string; - resolve: ResolverFn; +export type polygon_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: polygon_Router; + asset: polygon_Asset; + feesEarned: Scalars['BigInt']; }; -export type NewStitchingResolver = { - selectionSet: string | ((fieldNode: FieldNode) => SelectionSetNode); - resolve: ResolverFn; +export type polygon_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type StitchingResolver = LegacyStitchingResolver | NewStitchingResolver; -export type Resolver = - | ResolverFn - | ResolverWithResolve - | StitchingResolver; - -export type ResolverFn = ( - parent: TParent, - args: TArgs, - context: TContext, - info: GraphQLResolveInfo -) => Promise | TResult; - -export type SubscriptionSubscribeFn = ( - parent: TParent, - args: TArgs, - context: TContext, - info: GraphQLResolveInfo -) => AsyncIterable | Promise>; - -export type SubscriptionResolveFn = ( - parent: TParent, - args: TArgs, - context: TContext, - info: GraphQLResolveInfo -) => TResult | Promise; -export interface SubscriptionSubscriberObject { - subscribe: SubscriptionSubscribeFn<{ [key in TKey]: TResult }, TParent, TContext, TArgs>; - resolve?: SubscriptionResolveFn; -} +export type polygon_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; -export interface SubscriptionResolverObject { - subscribe: SubscriptionSubscribeFn; - resolve: SubscriptionResolveFn; -} +export type polygon_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; -export type SubscriptionObject = - | SubscriptionSubscriberObject - | SubscriptionResolverObject; +export type polygon_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type SubscriptionResolver = - | ((...args: any[]) => SubscriptionObject) - | SubscriptionObject; +export type polygon_AssetStatus_orderBy = + | 'id' + | 'status'; -export type TypeResolveFn = ( - parent: TParent, - context: TContext, - info: GraphQLResolveInfo -) => Maybe | Promise>; +export type polygon_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type IsTypeOfResolverFn = (obj: T, context: TContext, info: GraphQLResolveInfo) => boolean | Promise; +export type polygon_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type NextResolverFn = () => Promise; +export type polygon_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; -export type DirectiveResolverFn = ( - next: NextResolverFn, - parent: TParent, - args: TArgs, - context: TContext, - info: GraphQLResolveInfo -) => TResult | Promise; +export type polygon_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; +export type polygon_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; +export type polygon_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -/** Mapping between all available schema types and the resolvers types */ -export type ResolversTypes = ResolversObject<{ - Query: ResolverTypeWrapper<{}>; - Subscription: ResolverTypeWrapper<{}>; - goerli_AggregatedMessageRoot: ResolverTypeWrapper; - goerli_AggregatedMessageRoot_filter: goerli_AggregatedMessageRoot_filter; - goerli_AggregatedMessageRoot_orderBy: goerli_AggregatedMessageRoot_orderBy; - goerli_ArbitrumConnectorMeta: ResolverTypeWrapper; - goerli_ArbitrumConnectorMeta_filter: goerli_ArbitrumConnectorMeta_filter; - goerli_ArbitrumConnectorMeta_orderBy: goerli_ArbitrumConnectorMeta_orderBy; - goerli_BigDecimal: ResolverTypeWrapper; - BigInt: ResolverTypeWrapper; - goerli_BlockChangedFilter: goerli_BlockChangedFilter; - goerli_Block_height: goerli_Block_height; - goerli_BnbConnectorMeta: ResolverTypeWrapper; - goerli_BnbConnectorMeta_filter: goerli_BnbConnectorMeta_filter; - goerli_BnbConnectorMeta_orderBy: goerli_BnbConnectorMeta_orderBy; - Boolean: ResolverTypeWrapper; - goerli_Bytes: ResolverTypeWrapper; - Float: ResolverTypeWrapper; - goerli_GnosisConnectorMeta: ResolverTypeWrapper; - goerli_GnosisConnectorMeta_filter: goerli_GnosisConnectorMeta_filter; - goerli_GnosisConnectorMeta_orderBy: goerli_GnosisConnectorMeta_orderBy; - ID: ResolverTypeWrapper; - Int: ResolverTypeWrapper; - goerli_Int8: ResolverTypeWrapper; - goerli_LineaConnectorMeta: ResolverTypeWrapper; - goerli_LineaConnectorMeta_filter: goerli_LineaConnectorMeta_filter; - goerli_LineaConnectorMeta_orderBy: goerli_LineaConnectorMeta_orderBy; - goerli_OptimismConnectorMeta: ResolverTypeWrapper; - goerli_OptimismConnectorMeta_filter: goerli_OptimismConnectorMeta_filter; - goerli_OptimismConnectorMeta_orderBy: goerli_OptimismConnectorMeta_orderBy; - goerli_OrderDirection: goerli_OrderDirection; - goerli_PolygonConnectorMeta: ResolverTypeWrapper; - goerli_PolygonConnectorMeta_filter: goerli_PolygonConnectorMeta_filter; - goerli_PolygonConnectorMeta_orderBy: goerli_PolygonConnectorMeta_orderBy; - goerli_RootAggregated: ResolverTypeWrapper; - goerli_RootAggregated_filter: goerli_RootAggregated_filter; - goerli_RootAggregated_orderBy: goerli_RootAggregated_orderBy; - goerli_RootManagerMeta: ResolverTypeWrapper; - goerli_RootManagerMeta_filter: goerli_RootManagerMeta_filter; - goerli_RootManagerMeta_orderBy: goerli_RootManagerMeta_orderBy; - goerli_RootMessageProcessed: ResolverTypeWrapper; - goerli_RootMessageProcessed_filter: goerli_RootMessageProcessed_filter; - goerli_RootMessageProcessed_orderBy: goerli_RootMessageProcessed_orderBy; - goerli_RootPropagated: ResolverTypeWrapper; - goerli_RootPropagated_filter: goerli_RootPropagated_filter; - goerli_RootPropagated_orderBy: goerli_RootPropagated_orderBy; - String: ResolverTypeWrapper; - goerli_ZkSyncConnectorMeta: ResolverTypeWrapper; - goerli_ZkSyncConnectorMeta_filter: goerli_ZkSyncConnectorMeta_filter; - goerli_ZkSyncConnectorMeta_orderBy: goerli_ZkSyncConnectorMeta_orderBy; - goerli__Block_: ResolverTypeWrapper; - goerli__Meta_: ResolverTypeWrapper; - _SubgraphErrorPolicy_: _SubgraphErrorPolicy_; - mainnet_AggregatedMessageRoot: ResolverTypeWrapper; - mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; - mainnet_AggregatedMessageRoot_orderBy: mainnet_AggregatedMessageRoot_orderBy; - mainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; - mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; - mainnet_ArbitrumConnectorMeta_orderBy: mainnet_ArbitrumConnectorMeta_orderBy; - mainnet_BigDecimal: ResolverTypeWrapper; - mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; - mainnet_Block_height: mainnet_Block_height; - mainnet_BnbConnectorMeta: ResolverTypeWrapper; - mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; - mainnet_BnbConnectorMeta_orderBy: mainnet_BnbConnectorMeta_orderBy; - mainnet_Bytes: ResolverTypeWrapper; - mainnet_GnosisConnectorMeta: ResolverTypeWrapper; - mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; - mainnet_GnosisConnectorMeta_orderBy: mainnet_GnosisConnectorMeta_orderBy; - mainnet_Int8: ResolverTypeWrapper; - mainnet_LineaConnectorMeta: ResolverTypeWrapper; - mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; - mainnet_LineaConnectorMeta_orderBy: mainnet_LineaConnectorMeta_orderBy; - mainnet_OptimismConnectorMeta: ResolverTypeWrapper; - mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; - mainnet_OptimismConnectorMeta_orderBy: mainnet_OptimismConnectorMeta_orderBy; - mainnet_OrderDirection: mainnet_OrderDirection; - mainnet_PolygonConnectorMeta: ResolverTypeWrapper; - mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; - mainnet_PolygonConnectorMeta_orderBy: mainnet_PolygonConnectorMeta_orderBy; - mainnet_RootAggregated: ResolverTypeWrapper; - mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; - mainnet_RootAggregated_orderBy: mainnet_RootAggregated_orderBy; - mainnet_RootManagerMeta: ResolverTypeWrapper; - mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; - mainnet_RootManagerMeta_orderBy: mainnet_RootManagerMeta_orderBy; - mainnet_RootMessageProcessed: ResolverTypeWrapper; - mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; - mainnet_RootMessageProcessed_orderBy: mainnet_RootMessageProcessed_orderBy; - mainnet_RootPropagated: ResolverTypeWrapper; - mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; - mainnet_RootPropagated_orderBy: mainnet_RootPropagated_orderBy; - mainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; - mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; - mainnet_ZkSyncConnectorMeta_orderBy: mainnet_ZkSyncConnectorMeta_orderBy; - mainnet__Block_: ResolverTypeWrapper; - mainnet__Meta_: ResolverTypeWrapper; - stagingoptimismgoerli_swap_BigDecimal: ResolverTypeWrapper; - stagingoptimismgoerli_swap_BlockChangedFilter: stagingoptimismgoerli_swap_BlockChangedFilter; - stagingoptimismgoerli_swap_Block_height: stagingoptimismgoerli_swap_Block_height; - stagingoptimismgoerli_swap_Bytes: ResolverTypeWrapper; - stagingoptimismgoerli_swap_Int8: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpAccount: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpAccountBalance: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpAccountBalance_filter: stagingoptimismgoerli_swap_LpAccountBalance_filter; - stagingoptimismgoerli_swap_LpAccountBalance_orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy; - stagingoptimismgoerli_swap_LpAccount_filter: stagingoptimismgoerli_swap_LpAccount_filter; - stagingoptimismgoerli_swap_LpAccount_orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy; - stagingoptimismgoerli_swap_LpToken: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpTokenEvent: ResolversTypes['stagingoptimismgoerli_swap_LpTransferEvent']; - stagingoptimismgoerli_swap_LpTokenEvent_filter: stagingoptimismgoerli_swap_LpTokenEvent_filter; - stagingoptimismgoerli_swap_LpTokenEvent_orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy; - stagingoptimismgoerli_swap_LpToken_filter: stagingoptimismgoerli_swap_LpToken_filter; - stagingoptimismgoerli_swap_LpToken_orderBy: stagingoptimismgoerli_swap_LpToken_orderBy; - stagingoptimismgoerli_swap_LpTransferEvent: ResolverTypeWrapper; - stagingoptimismgoerli_swap_LpTransferEvent_filter: stagingoptimismgoerli_swap_LpTransferEvent_filter; - stagingoptimismgoerli_swap_LpTransferEvent_orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy; - stagingoptimismgoerli_swap_OrderDirection: stagingoptimismgoerli_swap_OrderDirection; - stagingoptimismgoerli_swap_PooledToken: ResolverTypeWrapper; - stagingoptimismgoerli_swap_PooledToken_filter: stagingoptimismgoerli_swap_PooledToken_filter; - stagingoptimismgoerli_swap_PooledToken_orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy; - stagingoptimismgoerli_swap_StableSwap: ResolverTypeWrapper; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy; - stagingoptimismgoerli_swap_StableSwapEvent: ResolversTypes['stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent']; - stagingoptimismgoerli_swap_StableSwapEvent_filter: stagingoptimismgoerli_swap_StableSwapEvent_filter; - stagingoptimismgoerli_swap_StableSwapEvent_orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy; - stagingoptimismgoerli_swap_StableSwapExchange: ResolverTypeWrapper; - stagingoptimismgoerli_swap_StableSwapExchange_filter: stagingoptimismgoerli_swap_StableSwapExchange_filter; - stagingoptimismgoerli_swap_StableSwapExchange_orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - stagingoptimismgoerli_swap_StableSwap_filter: stagingoptimismgoerli_swap_StableSwap_filter; - stagingoptimismgoerli_swap_StableSwap_orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy; - stagingoptimismgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; - stagingoptimismgoerli_swap_SwapDailyVolume_filter: stagingoptimismgoerli_swap_SwapDailyVolume_filter; - stagingoptimismgoerli_swap_SwapDailyVolume_orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy; - stagingoptimismgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - stagingoptimismgoerli_swap_SwapHourlyVolume_filter: stagingoptimismgoerli_swap_SwapHourlyVolume_filter; - stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy; - stagingoptimismgoerli_swap_SwapTradeVolume: ResolversTypes['stagingoptimismgoerli_swap_SwapDailyVolume'] | ResolversTypes['stagingoptimismgoerli_swap_SwapHourlyVolume'] | ResolversTypes['stagingoptimismgoerli_swap_SwapWeeklyVolume']; - stagingoptimismgoerli_swap_SwapTradeVolume_filter: stagingoptimismgoerli_swap_SwapTradeVolume_filter; - stagingoptimismgoerli_swap_SwapTradeVolume_orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy; - stagingoptimismgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - stagingoptimismgoerli_swap_SwapWeeklyVolume_filter: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter; - stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy; - stagingoptimismgoerli_swap_SystemInfo: ResolverTypeWrapper; - stagingoptimismgoerli_swap_SystemInfo_filter: stagingoptimismgoerli_swap_SystemInfo_filter; - stagingoptimismgoerli_swap_SystemInfo_orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy; - stagingoptimismgoerli_swap__Block_: ResolverTypeWrapper; - stagingoptimismgoerli_swap__Meta_: ResolverTypeWrapper; - testgoerli_Asset: ResolverTypeWrapper; - testgoerli_AssetBalance: ResolverTypeWrapper; - testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; - testgoerli_AssetBalance_orderBy: testgoerli_AssetBalance_orderBy; - testgoerli_Asset_filter: testgoerli_Asset_filter; - testgoerli_Asset_orderBy: testgoerli_Asset_orderBy; - testgoerli_BigDecimal: ResolverTypeWrapper; - testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; - testgoerli_Block_height: testgoerli_Block_height; - testgoerli_Bytes: ResolverTypeWrapper; - testgoerli_DestinationTransfer: ResolverTypeWrapper; - testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; - testgoerli_DestinationTransfer_orderBy: testgoerli_DestinationTransfer_orderBy; - testgoerli_Int8: ResolverTypeWrapper; - testgoerli_OrderDirection: testgoerli_OrderDirection; - testgoerli_OriginTransfer: ResolverTypeWrapper; - testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; - testgoerli_OriginTransfer_orderBy: testgoerli_OriginTransfer_orderBy; - testgoerli_Relayer: ResolverTypeWrapper; - testgoerli_Relayer_filter: testgoerli_Relayer_filter; - testgoerli_Relayer_orderBy: testgoerli_Relayer_orderBy; - testgoerli_Router: ResolverTypeWrapper; - testgoerli_Router_filter: testgoerli_Router_filter; - testgoerli_Router_orderBy: testgoerli_Router_orderBy; - testgoerli_Setting: ResolverTypeWrapper; - testgoerli_Setting_filter: testgoerli_Setting_filter; - testgoerli_Setting_orderBy: testgoerli_Setting_orderBy; - testgoerli_SponsorVault: ResolverTypeWrapper; - testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; - testgoerli_SponsorVault_orderBy: testgoerli_SponsorVault_orderBy; - testgoerli_StableSwap: ResolverTypeWrapper; - testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; - testgoerli_StableSwap_orderBy: testgoerli_StableSwap_orderBy; - testgoerli_TransferStatus: testgoerli_TransferStatus; - testgoerli__Block_: ResolverTypeWrapper; - testgoerli__Meta_: ResolverTypeWrapper; - goerli_swap_BigDecimal: ResolverTypeWrapper; - goerli_swap_BlockChangedFilter: goerli_swap_BlockChangedFilter; - goerli_swap_Block_height: goerli_swap_Block_height; - goerli_swap_Bytes: ResolverTypeWrapper; - goerli_swap_Int8: ResolverTypeWrapper; - goerli_swap_LpAccount: ResolverTypeWrapper; - goerli_swap_LpAccountBalance: ResolverTypeWrapper; - goerli_swap_LpAccountBalance_filter: goerli_swap_LpAccountBalance_filter; - goerli_swap_LpAccountBalance_orderBy: goerli_swap_LpAccountBalance_orderBy; - goerli_swap_LpAccount_filter: goerli_swap_LpAccount_filter; - goerli_swap_LpAccount_orderBy: goerli_swap_LpAccount_orderBy; - goerli_swap_LpToken: ResolverTypeWrapper; - goerli_swap_LpTokenEvent: ResolversTypes['goerli_swap_LpTransferEvent']; - goerli_swap_LpTokenEvent_filter: goerli_swap_LpTokenEvent_filter; - goerli_swap_LpTokenEvent_orderBy: goerli_swap_LpTokenEvent_orderBy; - goerli_swap_LpToken_filter: goerli_swap_LpToken_filter; - goerli_swap_LpToken_orderBy: goerli_swap_LpToken_orderBy; - goerli_swap_LpTransferEvent: ResolverTypeWrapper; - goerli_swap_LpTransferEvent_filter: goerli_swap_LpTransferEvent_filter; - goerli_swap_LpTransferEvent_orderBy: goerli_swap_LpTransferEvent_orderBy; - goerli_swap_OrderDirection: goerli_swap_OrderDirection; - goerli_swap_PooledToken: ResolverTypeWrapper; - goerli_swap_PooledToken_filter: goerli_swap_PooledToken_filter; - goerli_swap_PooledToken_orderBy: goerli_swap_PooledToken_orderBy; - goerli_swap_StableSwap: ResolverTypeWrapper; - goerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - goerli_swap_StableSwapAddLiquidityEvent_filter: goerli_swap_StableSwapAddLiquidityEvent_filter; - goerli_swap_StableSwapAddLiquidityEvent_orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy; - goerli_swap_StableSwapEvent: ResolversTypes['goerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['goerli_swap_StableSwapRemoveLiquidityEvent']; - goerli_swap_StableSwapEvent_filter: goerli_swap_StableSwapEvent_filter; - goerli_swap_StableSwapEvent_orderBy: goerli_swap_StableSwapEvent_orderBy; - goerli_swap_StableSwapExchange: ResolverTypeWrapper; - goerli_swap_StableSwapExchange_filter: goerli_swap_StableSwapExchange_filter; - goerli_swap_StableSwapExchange_orderBy: goerli_swap_StableSwapExchange_orderBy; - goerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - goerli_swap_StableSwapRemoveLiquidityEvent_filter: goerli_swap_StableSwapRemoveLiquidityEvent_filter; - goerli_swap_StableSwapRemoveLiquidityEvent_orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - goerli_swap_StableSwap_filter: goerli_swap_StableSwap_filter; - goerli_swap_StableSwap_orderBy: goerli_swap_StableSwap_orderBy; - goerli_swap_SwapDailyVolume: ResolverTypeWrapper; - goerli_swap_SwapDailyVolume_filter: goerli_swap_SwapDailyVolume_filter; - goerli_swap_SwapDailyVolume_orderBy: goerli_swap_SwapDailyVolume_orderBy; - goerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - goerli_swap_SwapHourlyVolume_filter: goerli_swap_SwapHourlyVolume_filter; - goerli_swap_SwapHourlyVolume_orderBy: goerli_swap_SwapHourlyVolume_orderBy; - goerli_swap_SwapTradeVolume: ResolversTypes['goerli_swap_SwapDailyVolume'] | ResolversTypes['goerli_swap_SwapHourlyVolume'] | ResolversTypes['goerli_swap_SwapWeeklyVolume']; - goerli_swap_SwapTradeVolume_filter: goerli_swap_SwapTradeVolume_filter; - goerli_swap_SwapTradeVolume_orderBy: goerli_swap_SwapTradeVolume_orderBy; - goerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - goerli_swap_SwapWeeklyVolume_filter: goerli_swap_SwapWeeklyVolume_filter; - goerli_swap_SwapWeeklyVolume_orderBy: goerli_swap_SwapWeeklyVolume_orderBy; - goerli_swap_SystemInfo: ResolverTypeWrapper; - goerli_swap_SystemInfo_filter: goerli_swap_SystemInfo_filter; - goerli_swap_SystemInfo_orderBy: goerli_swap_SystemInfo_orderBy; - goerli_swap__Block_: ResolverTypeWrapper; - goerli_swap__Meta_: ResolverTypeWrapper; - testoptimismgoerli_Asset: ResolverTypeWrapper; - testoptimismgoerli_AssetBalance: ResolverTypeWrapper; - testoptimismgoerli_AssetBalance_filter: testoptimismgoerli_AssetBalance_filter; - testoptimismgoerli_AssetBalance_orderBy: testoptimismgoerli_AssetBalance_orderBy; - testoptimismgoerli_Asset_filter: testoptimismgoerli_Asset_filter; - testoptimismgoerli_Asset_orderBy: testoptimismgoerli_Asset_orderBy; - testoptimismgoerli_BigDecimal: ResolverTypeWrapper; - testoptimismgoerli_BlockChangedFilter: testoptimismgoerli_BlockChangedFilter; - testoptimismgoerli_Block_height: testoptimismgoerli_Block_height; - testoptimismgoerli_Bytes: ResolverTypeWrapper; - testoptimismgoerli_DestinationTransfer: ResolverTypeWrapper; - testoptimismgoerli_DestinationTransfer_filter: testoptimismgoerli_DestinationTransfer_filter; - testoptimismgoerli_DestinationTransfer_orderBy: testoptimismgoerli_DestinationTransfer_orderBy; - testoptimismgoerli_Int8: ResolverTypeWrapper; - testoptimismgoerli_OrderDirection: testoptimismgoerli_OrderDirection; - testoptimismgoerli_OriginTransfer: ResolverTypeWrapper; - testoptimismgoerli_OriginTransfer_filter: testoptimismgoerli_OriginTransfer_filter; - testoptimismgoerli_OriginTransfer_orderBy: testoptimismgoerli_OriginTransfer_orderBy; - testoptimismgoerli_Relayer: ResolverTypeWrapper; - testoptimismgoerli_Relayer_filter: testoptimismgoerli_Relayer_filter; - testoptimismgoerli_Relayer_orderBy: testoptimismgoerli_Relayer_orderBy; - testoptimismgoerli_Router: ResolverTypeWrapper; - testoptimismgoerli_Router_filter: testoptimismgoerli_Router_filter; - testoptimismgoerli_Router_orderBy: testoptimismgoerli_Router_orderBy; - testoptimismgoerli_Setting: ResolverTypeWrapper; - testoptimismgoerli_Setting_filter: testoptimismgoerli_Setting_filter; - testoptimismgoerli_Setting_orderBy: testoptimismgoerli_Setting_orderBy; - testoptimismgoerli_SponsorVault: ResolverTypeWrapper; - testoptimismgoerli_SponsorVault_filter: testoptimismgoerli_SponsorVault_filter; - testoptimismgoerli_SponsorVault_orderBy: testoptimismgoerli_SponsorVault_orderBy; - testoptimismgoerli_StableSwap: ResolverTypeWrapper; - testoptimismgoerli_StableSwap_filter: testoptimismgoerli_StableSwap_filter; - testoptimismgoerli_StableSwap_orderBy: testoptimismgoerli_StableSwap_orderBy; - testoptimismgoerli_TransferStatus: testoptimismgoerli_TransferStatus; - testoptimismgoerli__Block_: ResolverTypeWrapper; - testoptimismgoerli__Meta_: ResolverTypeWrapper; - staginggoerli_swap_BigDecimal: ResolverTypeWrapper; - staginggoerli_swap_BlockChangedFilter: staginggoerli_swap_BlockChangedFilter; - staginggoerli_swap_Block_height: staginggoerli_swap_Block_height; - staginggoerli_swap_Bytes: ResolverTypeWrapper; - staginggoerli_swap_Int8: ResolverTypeWrapper; - staginggoerli_swap_LpAccount: ResolverTypeWrapper; - staginggoerli_swap_LpAccountBalance: ResolverTypeWrapper; - staginggoerli_swap_LpAccountBalance_filter: staginggoerli_swap_LpAccountBalance_filter; - staginggoerli_swap_LpAccountBalance_orderBy: staginggoerli_swap_LpAccountBalance_orderBy; - staginggoerli_swap_LpAccount_filter: staginggoerli_swap_LpAccount_filter; - staginggoerli_swap_LpAccount_orderBy: staginggoerli_swap_LpAccount_orderBy; - staginggoerli_swap_LpToken: ResolverTypeWrapper; - staginggoerli_swap_LpTokenEvent: ResolversTypes['staginggoerli_swap_LpTransferEvent']; - staginggoerli_swap_LpTokenEvent_filter: staginggoerli_swap_LpTokenEvent_filter; - staginggoerli_swap_LpTokenEvent_orderBy: staginggoerli_swap_LpTokenEvent_orderBy; - staginggoerli_swap_LpToken_filter: staginggoerli_swap_LpToken_filter; - staginggoerli_swap_LpToken_orderBy: staginggoerli_swap_LpToken_orderBy; - staginggoerli_swap_LpTransferEvent: ResolverTypeWrapper; - staginggoerli_swap_LpTransferEvent_filter: staginggoerli_swap_LpTransferEvent_filter; - staginggoerli_swap_LpTransferEvent_orderBy: staginggoerli_swap_LpTransferEvent_orderBy; - staginggoerli_swap_OrderDirection: staginggoerli_swap_OrderDirection; - staginggoerli_swap_PooledToken: ResolverTypeWrapper; - staginggoerli_swap_PooledToken_filter: staginggoerli_swap_PooledToken_filter; - staginggoerli_swap_PooledToken_orderBy: staginggoerli_swap_PooledToken_orderBy; - staginggoerli_swap_StableSwap: ResolverTypeWrapper; - staginggoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - staginggoerli_swap_StableSwapAddLiquidityEvent_filter: staginggoerli_swap_StableSwapAddLiquidityEvent_filter; - staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy; - staginggoerli_swap_StableSwapEvent: ResolversTypes['staginggoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['staginggoerli_swap_StableSwapRemoveLiquidityEvent']; - staginggoerli_swap_StableSwapEvent_filter: staginggoerli_swap_StableSwapEvent_filter; - staginggoerli_swap_StableSwapEvent_orderBy: staginggoerli_swap_StableSwapEvent_orderBy; - staginggoerli_swap_StableSwapExchange: ResolverTypeWrapper; - staginggoerli_swap_StableSwapExchange_filter: staginggoerli_swap_StableSwapExchange_filter; - staginggoerli_swap_StableSwapExchange_orderBy: staginggoerli_swap_StableSwapExchange_orderBy; - staginggoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter; - staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - staginggoerli_swap_StableSwap_filter: staginggoerli_swap_StableSwap_filter; - staginggoerli_swap_StableSwap_orderBy: staginggoerli_swap_StableSwap_orderBy; - staginggoerli_swap_SwapDailyVolume: ResolverTypeWrapper; - staginggoerli_swap_SwapDailyVolume_filter: staginggoerli_swap_SwapDailyVolume_filter; - staginggoerli_swap_SwapDailyVolume_orderBy: staginggoerli_swap_SwapDailyVolume_orderBy; - staginggoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - staginggoerli_swap_SwapHourlyVolume_filter: staginggoerli_swap_SwapHourlyVolume_filter; - staginggoerli_swap_SwapHourlyVolume_orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy; - staginggoerli_swap_SwapTradeVolume: ResolversTypes['staginggoerli_swap_SwapDailyVolume'] | ResolversTypes['staginggoerli_swap_SwapHourlyVolume'] | ResolversTypes['staginggoerli_swap_SwapWeeklyVolume']; - staginggoerli_swap_SwapTradeVolume_filter: staginggoerli_swap_SwapTradeVolume_filter; - staginggoerli_swap_SwapTradeVolume_orderBy: staginggoerli_swap_SwapTradeVolume_orderBy; - staginggoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - staginggoerli_swap_SwapWeeklyVolume_filter: staginggoerli_swap_SwapWeeklyVolume_filter; - staginggoerli_swap_SwapWeeklyVolume_orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy; - staginggoerli_swap_SystemInfo: ResolverTypeWrapper; - staginggoerli_swap_SystemInfo_filter: staginggoerli_swap_SystemInfo_filter; - staginggoerli_swap_SystemInfo_orderBy: staginggoerli_swap_SystemInfo_orderBy; - staginggoerli_swap__Block_: ResolverTypeWrapper; - staginggoerli_swap__Meta_: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_BigDecimal: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_BlockChangedFilter: stagingarbitrumgoerli_swap_BlockChangedFilter; - stagingarbitrumgoerli_swap_Block_height: stagingarbitrumgoerli_swap_Block_height; - stagingarbitrumgoerli_swap_Bytes: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_Int8: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_LpAccount: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_LpAccountBalance: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_LpAccountBalance_filter: stagingarbitrumgoerli_swap_LpAccountBalance_filter; - stagingarbitrumgoerli_swap_LpAccountBalance_orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy; - stagingarbitrumgoerli_swap_LpAccount_filter: stagingarbitrumgoerli_swap_LpAccount_filter; - stagingarbitrumgoerli_swap_LpAccount_orderBy: stagingarbitrumgoerli_swap_LpAccount_orderBy; - stagingarbitrumgoerli_swap_LpToken: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_LpTokenEvent: ResolversTypes['stagingarbitrumgoerli_swap_LpTransferEvent']; - stagingarbitrumgoerli_swap_LpTokenEvent_filter: stagingarbitrumgoerli_swap_LpTokenEvent_filter; - stagingarbitrumgoerli_swap_LpTokenEvent_orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy; - stagingarbitrumgoerli_swap_LpToken_filter: stagingarbitrumgoerli_swap_LpToken_filter; - stagingarbitrumgoerli_swap_LpToken_orderBy: stagingarbitrumgoerli_swap_LpToken_orderBy; - stagingarbitrumgoerli_swap_LpTransferEvent: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_LpTransferEvent_filter: stagingarbitrumgoerli_swap_LpTransferEvent_filter; - stagingarbitrumgoerli_swap_LpTransferEvent_orderBy: stagingarbitrumgoerli_swap_LpTransferEvent_orderBy; - stagingarbitrumgoerli_swap_OrderDirection: stagingarbitrumgoerli_swap_OrderDirection; - stagingarbitrumgoerli_swap_PooledToken: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_PooledToken_filter: stagingarbitrumgoerli_swap_PooledToken_filter; - stagingarbitrumgoerli_swap_PooledToken_orderBy: stagingarbitrumgoerli_swap_PooledToken_orderBy; - stagingarbitrumgoerli_swap_StableSwap: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; - stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy; - stagingarbitrumgoerli_swap_StableSwapEvent: ResolversTypes['stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; - stagingarbitrumgoerli_swap_StableSwapEvent_filter: stagingarbitrumgoerli_swap_StableSwapEvent_filter; - stagingarbitrumgoerli_swap_StableSwapEvent_orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy; - stagingarbitrumgoerli_swap_StableSwapExchange: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_StableSwapExchange_filter: stagingarbitrumgoerli_swap_StableSwapExchange_filter; - stagingarbitrumgoerli_swap_StableSwapExchange_orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy; - stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - stagingarbitrumgoerli_swap_StableSwap_filter: stagingarbitrumgoerli_swap_StableSwap_filter; - stagingarbitrumgoerli_swap_StableSwap_orderBy: stagingarbitrumgoerli_swap_StableSwap_orderBy; - stagingarbitrumgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_SwapDailyVolume_filter: stagingarbitrumgoerli_swap_SwapDailyVolume_filter; - stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy; - stagingarbitrumgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_SwapHourlyVolume_filter: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter; - stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy; - stagingarbitrumgoerli_swap_SwapTradeVolume: ResolversTypes['stagingarbitrumgoerli_swap_SwapDailyVolume'] | ResolversTypes['stagingarbitrumgoerli_swap_SwapHourlyVolume'] | ResolversTypes['stagingarbitrumgoerli_swap_SwapWeeklyVolume']; - stagingarbitrumgoerli_swap_SwapTradeVolume_filter: stagingarbitrumgoerli_swap_SwapTradeVolume_filter; - stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy: stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy; - stagingarbitrumgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter; - stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy; - stagingarbitrumgoerli_swap_SystemInfo: ResolverTypeWrapper; - stagingarbitrumgoerli_swap_SystemInfo_filter: stagingarbitrumgoerli_swap_SystemInfo_filter; - stagingarbitrumgoerli_swap_SystemInfo_orderBy: stagingarbitrumgoerli_swap_SystemInfo_orderBy; - stagingarbitrumgoerli_swap__Block_: ResolverTypeWrapper; - stagingarbitrumgoerli_swap__Meta_: ResolverTypeWrapper; - arbitrumgoerli_swap_BigDecimal: ResolverTypeWrapper; - arbitrumgoerli_swap_BlockChangedFilter: arbitrumgoerli_swap_BlockChangedFilter; - arbitrumgoerli_swap_Block_height: arbitrumgoerli_swap_Block_height; - arbitrumgoerli_swap_Bytes: ResolverTypeWrapper; - arbitrumgoerli_swap_Int8: ResolverTypeWrapper; - arbitrumgoerli_swap_LpAccount: ResolverTypeWrapper; - arbitrumgoerli_swap_LpAccountBalance: ResolverTypeWrapper; - arbitrumgoerli_swap_LpAccountBalance_filter: arbitrumgoerli_swap_LpAccountBalance_filter; - arbitrumgoerli_swap_LpAccountBalance_orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy; - arbitrumgoerli_swap_LpAccount_filter: arbitrumgoerli_swap_LpAccount_filter; - arbitrumgoerli_swap_LpAccount_orderBy: arbitrumgoerli_swap_LpAccount_orderBy; - arbitrumgoerli_swap_LpToken: ResolverTypeWrapper; - arbitrumgoerli_swap_LpTokenEvent: ResolversTypes['arbitrumgoerli_swap_LpTransferEvent']; - arbitrumgoerli_swap_LpTokenEvent_filter: arbitrumgoerli_swap_LpTokenEvent_filter; - arbitrumgoerli_swap_LpTokenEvent_orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy; - arbitrumgoerli_swap_LpToken_filter: arbitrumgoerli_swap_LpToken_filter; - arbitrumgoerli_swap_LpToken_orderBy: arbitrumgoerli_swap_LpToken_orderBy; - arbitrumgoerli_swap_LpTransferEvent: ResolverTypeWrapper; - arbitrumgoerli_swap_LpTransferEvent_filter: arbitrumgoerli_swap_LpTransferEvent_filter; - arbitrumgoerli_swap_LpTransferEvent_orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy; - arbitrumgoerli_swap_OrderDirection: arbitrumgoerli_swap_OrderDirection; - arbitrumgoerli_swap_PooledToken: ResolverTypeWrapper; - arbitrumgoerli_swap_PooledToken_filter: arbitrumgoerli_swap_PooledToken_filter; - arbitrumgoerli_swap_PooledToken_orderBy: arbitrumgoerli_swap_PooledToken_orderBy; - arbitrumgoerli_swap_StableSwap: ResolverTypeWrapper; - arbitrumgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; - arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy; - arbitrumgoerli_swap_StableSwapEvent: ResolversTypes['arbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; - arbitrumgoerli_swap_StableSwapEvent_filter: arbitrumgoerli_swap_StableSwapEvent_filter; - arbitrumgoerli_swap_StableSwapEvent_orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy; - arbitrumgoerli_swap_StableSwapExchange: ResolverTypeWrapper; - arbitrumgoerli_swap_StableSwapExchange_filter: arbitrumgoerli_swap_StableSwapExchange_filter; - arbitrumgoerli_swap_StableSwapExchange_orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy; - arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - arbitrumgoerli_swap_StableSwap_filter: arbitrumgoerli_swap_StableSwap_filter; - arbitrumgoerli_swap_StableSwap_orderBy: arbitrumgoerli_swap_StableSwap_orderBy; - arbitrumgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; - arbitrumgoerli_swap_SwapDailyVolume_filter: arbitrumgoerli_swap_SwapDailyVolume_filter; - arbitrumgoerli_swap_SwapDailyVolume_orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy; - arbitrumgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - arbitrumgoerli_swap_SwapHourlyVolume_filter: arbitrumgoerli_swap_SwapHourlyVolume_filter; - arbitrumgoerli_swap_SwapHourlyVolume_orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy; - arbitrumgoerli_swap_SwapTradeVolume: ResolversTypes['arbitrumgoerli_swap_SwapDailyVolume'] | ResolversTypes['arbitrumgoerli_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumgoerli_swap_SwapWeeklyVolume']; - arbitrumgoerli_swap_SwapTradeVolume_filter: arbitrumgoerli_swap_SwapTradeVolume_filter; - arbitrumgoerli_swap_SwapTradeVolume_orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy; - arbitrumgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - arbitrumgoerli_swap_SwapWeeklyVolume_filter: arbitrumgoerli_swap_SwapWeeklyVolume_filter; - arbitrumgoerli_swap_SwapWeeklyVolume_orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy; - arbitrumgoerli_swap_SystemInfo: ResolverTypeWrapper; - arbitrumgoerli_swap_SystemInfo_filter: arbitrumgoerli_swap_SystemInfo_filter; - arbitrumgoerli_swap_SystemInfo_orderBy: arbitrumgoerli_swap_SystemInfo_orderBy; - arbitrumgoerli_swap__Block_: ResolverTypeWrapper; - arbitrumgoerli_swap__Meta_: ResolverTypeWrapper; - mumbai_swap_BigDecimal: ResolverTypeWrapper; - mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; - mumbai_swap_Block_height: mumbai_swap_Block_height; - mumbai_swap_Bytes: ResolverTypeWrapper; - mumbai_swap_Int8: ResolverTypeWrapper; - mumbai_swap_LpAccount: ResolverTypeWrapper; - mumbai_swap_LpAccountBalance: ResolverTypeWrapper; - mumbai_swap_LpAccountBalance_filter: mumbai_swap_LpAccountBalance_filter; - mumbai_swap_LpAccountBalance_orderBy: mumbai_swap_LpAccountBalance_orderBy; - mumbai_swap_LpAccount_filter: mumbai_swap_LpAccount_filter; - mumbai_swap_LpAccount_orderBy: mumbai_swap_LpAccount_orderBy; - mumbai_swap_LpToken: ResolverTypeWrapper; - mumbai_swap_LpTokenEvent: ResolversTypes['mumbai_swap_LpTransferEvent']; - mumbai_swap_LpTokenEvent_filter: mumbai_swap_LpTokenEvent_filter; - mumbai_swap_LpTokenEvent_orderBy: mumbai_swap_LpTokenEvent_orderBy; - mumbai_swap_LpToken_filter: mumbai_swap_LpToken_filter; - mumbai_swap_LpToken_orderBy: mumbai_swap_LpToken_orderBy; - mumbai_swap_LpTransferEvent: ResolverTypeWrapper; - mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; - mumbai_swap_LpTransferEvent_orderBy: mumbai_swap_LpTransferEvent_orderBy; - mumbai_swap_OrderDirection: mumbai_swap_OrderDirection; - mumbai_swap_PooledToken: ResolverTypeWrapper; - mumbai_swap_PooledToken_filter: mumbai_swap_PooledToken_filter; - mumbai_swap_PooledToken_orderBy: mumbai_swap_PooledToken_orderBy; - mumbai_swap_StableSwap: ResolverTypeWrapper; - mumbai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - mumbai_swap_StableSwapAddLiquidityEvent_filter: mumbai_swap_StableSwapAddLiquidityEvent_filter; - mumbai_swap_StableSwapAddLiquidityEvent_orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy; - mumbai_swap_StableSwapEvent: ResolversTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; - mumbai_swap_StableSwapEvent_filter: mumbai_swap_StableSwapEvent_filter; - mumbai_swap_StableSwapEvent_orderBy: mumbai_swap_StableSwapEvent_orderBy; - mumbai_swap_StableSwapExchange: ResolverTypeWrapper; - mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; - mumbai_swap_StableSwapExchange_orderBy: mumbai_swap_StableSwapExchange_orderBy; - mumbai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - mumbai_swap_StableSwapRemoveLiquidityEvent_filter: mumbai_swap_StableSwapRemoveLiquidityEvent_filter; - mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy; - mumbai_swap_StableSwap_filter: mumbai_swap_StableSwap_filter; - mumbai_swap_StableSwap_orderBy: mumbai_swap_StableSwap_orderBy; - mumbai_swap_SwapDailyVolume: ResolverTypeWrapper; - mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; - mumbai_swap_SwapDailyVolume_orderBy: mumbai_swap_SwapDailyVolume_orderBy; - mumbai_swap_SwapHourlyVolume: ResolverTypeWrapper; - mumbai_swap_SwapHourlyVolume_filter: mumbai_swap_SwapHourlyVolume_filter; - mumbai_swap_SwapHourlyVolume_orderBy: mumbai_swap_SwapHourlyVolume_orderBy; - mumbai_swap_SwapTradeVolume: ResolversTypes['mumbai_swap_SwapDailyVolume'] | ResolversTypes['mumbai_swap_SwapHourlyVolume'] | ResolversTypes['mumbai_swap_SwapWeeklyVolume']; - mumbai_swap_SwapTradeVolume_filter: mumbai_swap_SwapTradeVolume_filter; - mumbai_swap_SwapTradeVolume_orderBy: mumbai_swap_SwapTradeVolume_orderBy; - mumbai_swap_SwapWeeklyVolume: ResolverTypeWrapper; - mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; - mumbai_swap_SwapWeeklyVolume_orderBy: mumbai_swap_SwapWeeklyVolume_orderBy; - mumbai_swap_SystemInfo: ResolverTypeWrapper; - mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; - mumbai_swap_SystemInfo_orderBy: mumbai_swap_SystemInfo_orderBy; - mumbai_swap__Block_: ResolverTypeWrapper; - mumbai_swap__Meta_: ResolverTypeWrapper; - bnb_swap_BigDecimal: ResolverTypeWrapper; - bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; - bnb_swap_Block_height: bnb_swap_Block_height; - bnb_swap_Bytes: ResolverTypeWrapper; - bnb_swap_Int8: ResolverTypeWrapper; - bnb_swap_LpAccount: ResolverTypeWrapper; - bnb_swap_LpAccountBalance: ResolverTypeWrapper; - bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; - bnb_swap_LpAccountBalance_orderBy: bnb_swap_LpAccountBalance_orderBy; - bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; - bnb_swap_LpAccount_orderBy: bnb_swap_LpAccount_orderBy; - bnb_swap_LpToken: ResolverTypeWrapper; - bnb_swap_LpTokenEvent: ResolversTypes['bnb_swap_LpTransferEvent']; - bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; - bnb_swap_LpTokenEvent_orderBy: bnb_swap_LpTokenEvent_orderBy; - bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; - bnb_swap_LpToken_orderBy: bnb_swap_LpToken_orderBy; - bnb_swap_LpTransferEvent: ResolverTypeWrapper; - bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; - bnb_swap_LpTransferEvent_orderBy: bnb_swap_LpTransferEvent_orderBy; - bnb_swap_OrderDirection: bnb_swap_OrderDirection; - bnb_swap_PooledToken: ResolverTypeWrapper; - bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; - bnb_swap_PooledToken_orderBy: bnb_swap_PooledToken_orderBy; - bnb_swap_StableSwap: ResolverTypeWrapper; - bnb_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; - bnb_swap_StableSwapAddLiquidityEvent_orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy; - bnb_swap_StableSwapEvent: ResolversTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; - bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; - bnb_swap_StableSwapEvent_orderBy: bnb_swap_StableSwapEvent_orderBy; - bnb_swap_StableSwapExchange: ResolverTypeWrapper; - bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; - bnb_swap_StableSwapExchange_orderBy: bnb_swap_StableSwapExchange_orderBy; - bnb_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; - bnb_swap_StableSwapRemoveLiquidityEvent_orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy; - bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; - bnb_swap_StableSwap_orderBy: bnb_swap_StableSwap_orderBy; - bnb_swap_SwapDailyVolume: ResolverTypeWrapper; - bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; - bnb_swap_SwapDailyVolume_orderBy: bnb_swap_SwapDailyVolume_orderBy; - bnb_swap_SwapHourlyVolume: ResolverTypeWrapper; - bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; - bnb_swap_SwapHourlyVolume_orderBy: bnb_swap_SwapHourlyVolume_orderBy; - bnb_swap_SwapTradeVolume: ResolversTypes['bnb_swap_SwapDailyVolume'] | ResolversTypes['bnb_swap_SwapHourlyVolume'] | ResolversTypes['bnb_swap_SwapWeeklyVolume']; - bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; - bnb_swap_SwapTradeVolume_orderBy: bnb_swap_SwapTradeVolume_orderBy; - bnb_swap_SwapWeeklyVolume: ResolverTypeWrapper; - bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; - bnb_swap_SwapWeeklyVolume_orderBy: bnb_swap_SwapWeeklyVolume_orderBy; - bnb_swap_SystemInfo: ResolverTypeWrapper; - bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; - bnb_swap_SystemInfo_orderBy: bnb_swap_SystemInfo_orderBy; - bnb_swap__Block_: ResolverTypeWrapper; - bnb_swap__Meta_: ResolverTypeWrapper; - stagingmumbai_swap_BigDecimal: ResolverTypeWrapper; - stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; - stagingmumbai_swap_Block_height: stagingmumbai_swap_Block_height; - stagingmumbai_swap_Bytes: ResolverTypeWrapper; - stagingmumbai_swap_Int8: ResolverTypeWrapper; - stagingmumbai_swap_LpAccount: ResolverTypeWrapper; - stagingmumbai_swap_LpAccountBalance: ResolverTypeWrapper; - stagingmumbai_swap_LpAccountBalance_filter: stagingmumbai_swap_LpAccountBalance_filter; - stagingmumbai_swap_LpAccountBalance_orderBy: stagingmumbai_swap_LpAccountBalance_orderBy; - stagingmumbai_swap_LpAccount_filter: stagingmumbai_swap_LpAccount_filter; - stagingmumbai_swap_LpAccount_orderBy: stagingmumbai_swap_LpAccount_orderBy; - stagingmumbai_swap_LpToken: ResolverTypeWrapper; - stagingmumbai_swap_LpTokenEvent: ResolversTypes['stagingmumbai_swap_LpTransferEvent']; - stagingmumbai_swap_LpTokenEvent_filter: stagingmumbai_swap_LpTokenEvent_filter; - stagingmumbai_swap_LpTokenEvent_orderBy: stagingmumbai_swap_LpTokenEvent_orderBy; - stagingmumbai_swap_LpToken_filter: stagingmumbai_swap_LpToken_filter; - stagingmumbai_swap_LpToken_orderBy: stagingmumbai_swap_LpToken_orderBy; - stagingmumbai_swap_LpTransferEvent: ResolverTypeWrapper; - stagingmumbai_swap_LpTransferEvent_filter: stagingmumbai_swap_LpTransferEvent_filter; - stagingmumbai_swap_LpTransferEvent_orderBy: stagingmumbai_swap_LpTransferEvent_orderBy; - stagingmumbai_swap_OrderDirection: stagingmumbai_swap_OrderDirection; - stagingmumbai_swap_PooledToken: ResolverTypeWrapper; - stagingmumbai_swap_PooledToken_filter: stagingmumbai_swap_PooledToken_filter; - stagingmumbai_swap_PooledToken_orderBy: stagingmumbai_swap_PooledToken_orderBy; - stagingmumbai_swap_StableSwap: ResolverTypeWrapper; - stagingmumbai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - stagingmumbai_swap_StableSwapAddLiquidityEvent_filter: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter; - stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy; - stagingmumbai_swap_StableSwapEvent: ResolversTypes['stagingmumbai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingmumbai_swap_StableSwapRemoveLiquidityEvent']; - stagingmumbai_swap_StableSwapEvent_filter: stagingmumbai_swap_StableSwapEvent_filter; - stagingmumbai_swap_StableSwapEvent_orderBy: stagingmumbai_swap_StableSwapEvent_orderBy; - stagingmumbai_swap_StableSwapExchange: ResolverTypeWrapper; - stagingmumbai_swap_StableSwapExchange_filter: stagingmumbai_swap_StableSwapExchange_filter; - stagingmumbai_swap_StableSwapExchange_orderBy: stagingmumbai_swap_StableSwapExchange_orderBy; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy; - stagingmumbai_swap_StableSwap_filter: stagingmumbai_swap_StableSwap_filter; - stagingmumbai_swap_StableSwap_orderBy: stagingmumbai_swap_StableSwap_orderBy; - stagingmumbai_swap_SwapDailyVolume: ResolverTypeWrapper; - stagingmumbai_swap_SwapDailyVolume_filter: stagingmumbai_swap_SwapDailyVolume_filter; - stagingmumbai_swap_SwapDailyVolume_orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy; - stagingmumbai_swap_SwapHourlyVolume: ResolverTypeWrapper; - stagingmumbai_swap_SwapHourlyVolume_filter: stagingmumbai_swap_SwapHourlyVolume_filter; - stagingmumbai_swap_SwapHourlyVolume_orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy; - stagingmumbai_swap_SwapTradeVolume: ResolversTypes['stagingmumbai_swap_SwapDailyVolume'] | ResolversTypes['stagingmumbai_swap_SwapHourlyVolume'] | ResolversTypes['stagingmumbai_swap_SwapWeeklyVolume']; - stagingmumbai_swap_SwapTradeVolume_filter: stagingmumbai_swap_SwapTradeVolume_filter; - stagingmumbai_swap_SwapTradeVolume_orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy; - stagingmumbai_swap_SwapWeeklyVolume: ResolverTypeWrapper; - stagingmumbai_swap_SwapWeeklyVolume_filter: stagingmumbai_swap_SwapWeeklyVolume_filter; - stagingmumbai_swap_SwapWeeklyVolume_orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy; - stagingmumbai_swap_SystemInfo: ResolverTypeWrapper; - stagingmumbai_swap_SystemInfo_filter: stagingmumbai_swap_SystemInfo_filter; - stagingmumbai_swap_SystemInfo_orderBy: stagingmumbai_swap_SystemInfo_orderBy; - stagingmumbai_swap__Block_: ResolverTypeWrapper; - stagingmumbai_swap__Meta_: ResolverTypeWrapper; - xdai_swap_BigDecimal: ResolverTypeWrapper; - xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; - xdai_swap_Block_height: xdai_swap_Block_height; - xdai_swap_Bytes: ResolverTypeWrapper; - xdai_swap_Int8: ResolverTypeWrapper; - xdai_swap_LpAccount: ResolverTypeWrapper; - xdai_swap_LpAccountBalance: ResolverTypeWrapper; - xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; - xdai_swap_LpAccountBalance_orderBy: xdai_swap_LpAccountBalance_orderBy; - xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; - xdai_swap_LpAccount_orderBy: xdai_swap_LpAccount_orderBy; - xdai_swap_LpToken: ResolverTypeWrapper; - xdai_swap_LpTokenEvent: ResolversTypes['xdai_swap_LpTransferEvent']; - xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; - xdai_swap_LpTokenEvent_orderBy: xdai_swap_LpTokenEvent_orderBy; - xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; - xdai_swap_LpToken_orderBy: xdai_swap_LpToken_orderBy; - xdai_swap_LpTransferEvent: ResolverTypeWrapper; - xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; - xdai_swap_LpTransferEvent_orderBy: xdai_swap_LpTransferEvent_orderBy; - xdai_swap_OrderDirection: xdai_swap_OrderDirection; - xdai_swap_PooledToken: ResolverTypeWrapper; - xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; - xdai_swap_PooledToken_orderBy: xdai_swap_PooledToken_orderBy; - xdai_swap_StableSwap: ResolverTypeWrapper; - xdai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; - xdai_swap_StableSwapAddLiquidityEvent_orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy; - xdai_swap_StableSwapEvent: ResolversTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; - xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; - xdai_swap_StableSwapEvent_orderBy: xdai_swap_StableSwapEvent_orderBy; - xdai_swap_StableSwapExchange: ResolverTypeWrapper; - xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; - xdai_swap_StableSwapExchange_orderBy: xdai_swap_StableSwapExchange_orderBy; - xdai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; - xdai_swap_StableSwapRemoveLiquidityEvent_orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy; - xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; - xdai_swap_StableSwap_orderBy: xdai_swap_StableSwap_orderBy; - xdai_swap_SwapDailyVolume: ResolverTypeWrapper; - xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; - xdai_swap_SwapDailyVolume_orderBy: xdai_swap_SwapDailyVolume_orderBy; - xdai_swap_SwapHourlyVolume: ResolverTypeWrapper; - xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; - xdai_swap_SwapHourlyVolume_orderBy: xdai_swap_SwapHourlyVolume_orderBy; - xdai_swap_SwapTradeVolume: ResolversTypes['xdai_swap_SwapDailyVolume'] | ResolversTypes['xdai_swap_SwapHourlyVolume'] | ResolversTypes['xdai_swap_SwapWeeklyVolume']; - xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; - xdai_swap_SwapTradeVolume_orderBy: xdai_swap_SwapTradeVolume_orderBy; - xdai_swap_SwapWeeklyVolume: ResolverTypeWrapper; - xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; - xdai_swap_SwapWeeklyVolume_orderBy: xdai_swap_SwapWeeklyVolume_orderBy; - xdai_swap_SystemInfo: ResolverTypeWrapper; - xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; - xdai_swap_SystemInfo_orderBy: xdai_swap_SystemInfo_orderBy; - xdai_swap__Block_: ResolverTypeWrapper; - xdai_swap__Meta_: ResolverTypeWrapper; - staginggoerli_AggregateRootSavedSlow: ResolverTypeWrapper; - staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; - staginggoerli_AggregateRootSavedSlow_orderBy: staginggoerli_AggregateRootSavedSlow_orderBy; - staginggoerli_AggregatedMessageRoot: ResolverTypeWrapper; - staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; - staginggoerli_AggregatedMessageRoot_orderBy: staginggoerli_AggregatedMessageRoot_orderBy; - staginggoerli_ArbitrumConnectorMeta: ResolverTypeWrapper; - staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; - staginggoerli_ArbitrumConnectorMeta_orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy; - staginggoerli_BigDecimal: ResolverTypeWrapper; - staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; - staginggoerli_Block_height: staginggoerli_Block_height; - staginggoerli_BnbConnectorMeta: ResolverTypeWrapper; - staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; - staginggoerli_BnbConnectorMeta_orderBy: staginggoerli_BnbConnectorMeta_orderBy; - staginggoerli_Bytes: ResolverTypeWrapper; - staginggoerli_GnosisConnectorMeta: ResolverTypeWrapper; - staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; - staginggoerli_GnosisConnectorMeta_orderBy: staginggoerli_GnosisConnectorMeta_orderBy; - staginggoerli_HubDomain: ResolverTypeWrapper; - staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; - staginggoerli_HubDomain_orderBy: staginggoerli_HubDomain_orderBy; - staginggoerli_HubOptimisticRootFinalized: ResolverTypeWrapper; - staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; - staginggoerli_HubOptimisticRootFinalized_orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy; - staginggoerli_Int8: ResolverTypeWrapper; - staginggoerli_OptimismConnectorMeta: ResolverTypeWrapper; - staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; - staginggoerli_OptimismConnectorMeta_orderBy: staginggoerli_OptimismConnectorMeta_orderBy; - staginggoerli_OptimisticRootPropagated: ResolverTypeWrapper; - staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; - staginggoerli_OptimisticRootPropagated_orderBy: staginggoerli_OptimisticRootPropagated_orderBy; - staginggoerli_OptimisticRootProposed: ResolverTypeWrapper; - staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; - staginggoerli_OptimisticRootProposed_orderBy: staginggoerli_OptimisticRootProposed_orderBy; - staginggoerli_OrderDirection: staginggoerli_OrderDirection; - staginggoerli_PolygonConnectorMeta: ResolverTypeWrapper; - staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; - staginggoerli_PolygonConnectorMeta_orderBy: staginggoerli_PolygonConnectorMeta_orderBy; - staginggoerli_RootAggregated: ResolverTypeWrapper; - staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; - staginggoerli_RootAggregated_orderBy: staginggoerli_RootAggregated_orderBy; - staginggoerli_RootManagerMeta: ResolverTypeWrapper; - staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; - staginggoerli_RootManagerMeta_orderBy: staginggoerli_RootManagerMeta_orderBy; - staginggoerli_RootManagerMode: ResolverTypeWrapper; - staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; - staginggoerli_RootManagerMode_orderBy: staginggoerli_RootManagerMode_orderBy; - staginggoerli_RootMessageProcessed: ResolverTypeWrapper; - staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; - staginggoerli_RootMessageProcessed_orderBy: staginggoerli_RootMessageProcessed_orderBy; - staginggoerli_RootPropagated: ResolverTypeWrapper; - staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; - staginggoerli_RootPropagated_orderBy: staginggoerli_RootPropagated_orderBy; - staginggoerli_ZkSyncConnectorMeta: ResolverTypeWrapper; - staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; - staginggoerli_ZkSyncConnectorMeta_orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy; - staginggoerli__Block_: ResolverTypeWrapper; - staginggoerli__Meta_: ResolverTypeWrapper; - optimismgoerli_swap_BigDecimal: ResolverTypeWrapper; - optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; - optimismgoerli_swap_Block_height: optimismgoerli_swap_Block_height; - optimismgoerli_swap_Bytes: ResolverTypeWrapper; - optimismgoerli_swap_Int8: ResolverTypeWrapper; - optimismgoerli_swap_LpAccount: ResolverTypeWrapper; - optimismgoerli_swap_LpAccountBalance: ResolverTypeWrapper; - optimismgoerli_swap_LpAccountBalance_filter: optimismgoerli_swap_LpAccountBalance_filter; - optimismgoerli_swap_LpAccountBalance_orderBy: optimismgoerli_swap_LpAccountBalance_orderBy; - optimismgoerli_swap_LpAccount_filter: optimismgoerli_swap_LpAccount_filter; - optimismgoerli_swap_LpAccount_orderBy: optimismgoerli_swap_LpAccount_orderBy; - optimismgoerli_swap_LpToken: ResolverTypeWrapper; - optimismgoerli_swap_LpTokenEvent: ResolversTypes['optimismgoerli_swap_LpTransferEvent']; - optimismgoerli_swap_LpTokenEvent_filter: optimismgoerli_swap_LpTokenEvent_filter; - optimismgoerli_swap_LpTokenEvent_orderBy: optimismgoerli_swap_LpTokenEvent_orderBy; - optimismgoerli_swap_LpToken_filter: optimismgoerli_swap_LpToken_filter; - optimismgoerli_swap_LpToken_orderBy: optimismgoerli_swap_LpToken_orderBy; - optimismgoerli_swap_LpTransferEvent: ResolverTypeWrapper; - optimismgoerli_swap_LpTransferEvent_filter: optimismgoerli_swap_LpTransferEvent_filter; - optimismgoerli_swap_LpTransferEvent_orderBy: optimismgoerli_swap_LpTransferEvent_orderBy; - optimismgoerli_swap_OrderDirection: optimismgoerli_swap_OrderDirection; - optimismgoerli_swap_PooledToken: ResolverTypeWrapper; - optimismgoerli_swap_PooledToken_filter: optimismgoerli_swap_PooledToken_filter; - optimismgoerli_swap_PooledToken_orderBy: optimismgoerli_swap_PooledToken_orderBy; - optimismgoerli_swap_StableSwap: ResolverTypeWrapper; - optimismgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - optimismgoerli_swap_StableSwapAddLiquidityEvent_filter: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter; - optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy; - optimismgoerli_swap_StableSwapEvent: ResolversTypes['optimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimismgoerli_swap_StableSwapRemoveLiquidityEvent']; - optimismgoerli_swap_StableSwapEvent_filter: optimismgoerli_swap_StableSwapEvent_filter; - optimismgoerli_swap_StableSwapEvent_orderBy: optimismgoerli_swap_StableSwapEvent_orderBy; - optimismgoerli_swap_StableSwapExchange: ResolverTypeWrapper; - optimismgoerli_swap_StableSwapExchange_filter: optimismgoerli_swap_StableSwapExchange_filter; - optimismgoerli_swap_StableSwapExchange_orderBy: optimismgoerli_swap_StableSwapExchange_orderBy; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; - optimismgoerli_swap_StableSwap_filter: optimismgoerli_swap_StableSwap_filter; - optimismgoerli_swap_StableSwap_orderBy: optimismgoerli_swap_StableSwap_orderBy; - optimismgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; - optimismgoerli_swap_SwapDailyVolume_filter: optimismgoerli_swap_SwapDailyVolume_filter; - optimismgoerli_swap_SwapDailyVolume_orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy; - optimismgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; - optimismgoerli_swap_SwapHourlyVolume_filter: optimismgoerli_swap_SwapHourlyVolume_filter; - optimismgoerli_swap_SwapHourlyVolume_orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy; - optimismgoerli_swap_SwapTradeVolume: ResolversTypes['optimismgoerli_swap_SwapDailyVolume'] | ResolversTypes['optimismgoerli_swap_SwapHourlyVolume'] | ResolversTypes['optimismgoerli_swap_SwapWeeklyVolume']; - optimismgoerli_swap_SwapTradeVolume_filter: optimismgoerli_swap_SwapTradeVolume_filter; - optimismgoerli_swap_SwapTradeVolume_orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy; - optimismgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; - optimismgoerli_swap_SwapWeeklyVolume_filter: optimismgoerli_swap_SwapWeeklyVolume_filter; - optimismgoerli_swap_SwapWeeklyVolume_orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy; - optimismgoerli_swap_SystemInfo: ResolverTypeWrapper; - optimismgoerli_swap_SystemInfo_filter: optimismgoerli_swap_SystemInfo_filter; - optimismgoerli_swap_SystemInfo_orderBy: optimismgoerli_swap_SystemInfo_orderBy; - optimismgoerli_swap__Block_: ResolverTypeWrapper; - optimismgoerli_swap__Meta_: ResolverTypeWrapper; - optimism_swap_BigDecimal: ResolverTypeWrapper; - optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; - optimism_swap_Block_height: optimism_swap_Block_height; - optimism_swap_Bytes: ResolverTypeWrapper; - optimism_swap_Int8: ResolverTypeWrapper; - optimism_swap_LpAccount: ResolverTypeWrapper; - optimism_swap_LpAccountBalance: ResolverTypeWrapper; - optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; - optimism_swap_LpAccountBalance_orderBy: optimism_swap_LpAccountBalance_orderBy; - optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; - optimism_swap_LpAccount_orderBy: optimism_swap_LpAccount_orderBy; - optimism_swap_LpToken: ResolverTypeWrapper; - optimism_swap_LpTokenEvent: ResolversTypes['optimism_swap_LpTransferEvent']; - optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; - optimism_swap_LpTokenEvent_orderBy: optimism_swap_LpTokenEvent_orderBy; - optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; - optimism_swap_LpToken_orderBy: optimism_swap_LpToken_orderBy; - optimism_swap_LpTransferEvent: ResolverTypeWrapper; - optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; - optimism_swap_LpTransferEvent_orderBy: optimism_swap_LpTransferEvent_orderBy; - optimism_swap_OrderDirection: optimism_swap_OrderDirection; - optimism_swap_PooledToken: ResolverTypeWrapper; - optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; - optimism_swap_PooledToken_orderBy: optimism_swap_PooledToken_orderBy; - optimism_swap_StableSwap: ResolverTypeWrapper; - optimism_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; - optimism_swap_StableSwapAddLiquidityEvent_orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy; - optimism_swap_StableSwapEvent: ResolversTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; - optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; - optimism_swap_StableSwapEvent_orderBy: optimism_swap_StableSwapEvent_orderBy; - optimism_swap_StableSwapExchange: ResolverTypeWrapper; - optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; - optimism_swap_StableSwapExchange_orderBy: optimism_swap_StableSwapExchange_orderBy; - optimism_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; - optimism_swap_StableSwapRemoveLiquidityEvent_orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy; - optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; - optimism_swap_StableSwap_orderBy: optimism_swap_StableSwap_orderBy; - optimism_swap_SwapDailyVolume: ResolverTypeWrapper; - optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; - optimism_swap_SwapDailyVolume_orderBy: optimism_swap_SwapDailyVolume_orderBy; - optimism_swap_SwapHourlyVolume: ResolverTypeWrapper; - optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; - optimism_swap_SwapHourlyVolume_orderBy: optimism_swap_SwapHourlyVolume_orderBy; - optimism_swap_SwapTradeVolume: ResolversTypes['optimism_swap_SwapDailyVolume'] | ResolversTypes['optimism_swap_SwapHourlyVolume'] | ResolversTypes['optimism_swap_SwapWeeklyVolume']; - optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; - optimism_swap_SwapTradeVolume_orderBy: optimism_swap_SwapTradeVolume_orderBy; - optimism_swap_SwapWeeklyVolume: ResolverTypeWrapper; - optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; - optimism_swap_SwapWeeklyVolume_orderBy: optimism_swap_SwapWeeklyVolume_orderBy; - optimism_swap_SystemInfo: ResolverTypeWrapper; - optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; - optimism_swap_SystemInfo_orderBy: optimism_swap_SystemInfo_orderBy; - optimism_swap__Block_: ResolverTypeWrapper; - optimism_swap__Meta_: ResolverTypeWrapper; - arbitrumone_swap_BigDecimal: ResolverTypeWrapper; - arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; - arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; - arbitrumone_swap_Bytes: ResolverTypeWrapper; - arbitrumone_swap_Int8: ResolverTypeWrapper; - arbitrumone_swap_LpAccount: ResolverTypeWrapper; - arbitrumone_swap_LpAccountBalance: ResolverTypeWrapper; - arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; - arbitrumone_swap_LpAccountBalance_orderBy: arbitrumone_swap_LpAccountBalance_orderBy; - arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; - arbitrumone_swap_LpAccount_orderBy: arbitrumone_swap_LpAccount_orderBy; - arbitrumone_swap_LpToken: ResolverTypeWrapper; - arbitrumone_swap_LpTokenEvent: ResolversTypes['arbitrumone_swap_LpTransferEvent']; - arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; - arbitrumone_swap_LpTokenEvent_orderBy: arbitrumone_swap_LpTokenEvent_orderBy; - arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; - arbitrumone_swap_LpToken_orderBy: arbitrumone_swap_LpToken_orderBy; - arbitrumone_swap_LpTransferEvent: ResolverTypeWrapper; - arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; - arbitrumone_swap_LpTransferEvent_orderBy: arbitrumone_swap_LpTransferEvent_orderBy; - arbitrumone_swap_OrderDirection: arbitrumone_swap_OrderDirection; - arbitrumone_swap_PooledToken: ResolverTypeWrapper; - arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; - arbitrumone_swap_PooledToken_orderBy: arbitrumone_swap_PooledToken_orderBy; - arbitrumone_swap_StableSwap: ResolverTypeWrapper; - arbitrumone_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; - arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy; - arbitrumone_swap_StableSwapEvent: ResolversTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; - arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; - arbitrumone_swap_StableSwapEvent_orderBy: arbitrumone_swap_StableSwapEvent_orderBy; - arbitrumone_swap_StableSwapExchange: ResolverTypeWrapper; - arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; - arbitrumone_swap_StableSwapExchange_orderBy: arbitrumone_swap_StableSwapExchange_orderBy; - arbitrumone_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy; - arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; - arbitrumone_swap_StableSwap_orderBy: arbitrumone_swap_StableSwap_orderBy; - arbitrumone_swap_SwapDailyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; - arbitrumone_swap_SwapDailyVolume_orderBy: arbitrumone_swap_SwapDailyVolume_orderBy; - arbitrumone_swap_SwapHourlyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; - arbitrumone_swap_SwapHourlyVolume_orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy; - arbitrumone_swap_SwapTradeVolume: ResolversTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumone_swap_SwapWeeklyVolume']; - arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; - arbitrumone_swap_SwapTradeVolume_orderBy: arbitrumone_swap_SwapTradeVolume_orderBy; - arbitrumone_swap_SwapWeeklyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; - arbitrumone_swap_SwapWeeklyVolume_orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy; - arbitrumone_swap_SystemInfo: ResolverTypeWrapper; - arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; - arbitrumone_swap_SystemInfo_orderBy: arbitrumone_swap_SystemInfo_orderBy; - arbitrumone_swap__Block_: ResolverTypeWrapper; - arbitrumone_swap__Meta_: ResolverTypeWrapper; - polygon_swap_BigDecimal: ResolverTypeWrapper; - polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; - polygon_swap_Block_height: polygon_swap_Block_height; - polygon_swap_Bytes: ResolverTypeWrapper; - polygon_swap_Int8: ResolverTypeWrapper; - polygon_swap_LpAccount: ResolverTypeWrapper; - polygon_swap_LpAccountBalance: ResolverTypeWrapper; - polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; - polygon_swap_LpAccountBalance_orderBy: polygon_swap_LpAccountBalance_orderBy; - polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; - polygon_swap_LpAccount_orderBy: polygon_swap_LpAccount_orderBy; - polygon_swap_LpToken: ResolverTypeWrapper; - polygon_swap_LpTokenEvent: ResolversTypes['polygon_swap_LpTransferEvent']; - polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; - polygon_swap_LpTokenEvent_orderBy: polygon_swap_LpTokenEvent_orderBy; - polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; - polygon_swap_LpToken_orderBy: polygon_swap_LpToken_orderBy; - polygon_swap_LpTransferEvent: ResolverTypeWrapper; - polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; - polygon_swap_LpTransferEvent_orderBy: polygon_swap_LpTransferEvent_orderBy; - polygon_swap_OrderDirection: polygon_swap_OrderDirection; - polygon_swap_PooledToken: ResolverTypeWrapper; - polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; - polygon_swap_PooledToken_orderBy: polygon_swap_PooledToken_orderBy; - polygon_swap_StableSwap: ResolverTypeWrapper; - polygon_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; - polygon_swap_StableSwapAddLiquidityEvent_orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy; - polygon_swap_StableSwapEvent: ResolversTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; - polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; - polygon_swap_StableSwapEvent_orderBy: polygon_swap_StableSwapEvent_orderBy; - polygon_swap_StableSwapExchange: ResolverTypeWrapper; - polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; - polygon_swap_StableSwapExchange_orderBy: polygon_swap_StableSwapExchange_orderBy; - polygon_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; - polygon_swap_StableSwapRemoveLiquidityEvent_orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy; - polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; - polygon_swap_StableSwap_orderBy: polygon_swap_StableSwap_orderBy; - polygon_swap_SwapDailyVolume: ResolverTypeWrapper; - polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; - polygon_swap_SwapDailyVolume_orderBy: polygon_swap_SwapDailyVolume_orderBy; - polygon_swap_SwapHourlyVolume: ResolverTypeWrapper; - polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; - polygon_swap_SwapHourlyVolume_orderBy: polygon_swap_SwapHourlyVolume_orderBy; - polygon_swap_SwapTradeVolume: ResolversTypes['polygon_swap_SwapDailyVolume'] | ResolversTypes['polygon_swap_SwapHourlyVolume'] | ResolversTypes['polygon_swap_SwapWeeklyVolume']; - polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; - polygon_swap_SwapTradeVolume_orderBy: polygon_swap_SwapTradeVolume_orderBy; - polygon_swap_SwapWeeklyVolume: ResolverTypeWrapper; - polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; - polygon_swap_SwapWeeklyVolume_orderBy: polygon_swap_SwapWeeklyVolume_orderBy; - polygon_swap_SystemInfo: ResolverTypeWrapper; - polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; - polygon_swap_SystemInfo_orderBy: polygon_swap_SystemInfo_orderBy; - polygon_swap__Block_: ResolverTypeWrapper; - polygon_swap__Meta_: ResolverTypeWrapper; - linea_swap_BigDecimal: ResolverTypeWrapper; - linea_swap_BlockChangedFilter: linea_swap_BlockChangedFilter; - linea_swap_Block_height: linea_swap_Block_height; - linea_swap_Bytes: ResolverTypeWrapper; - linea_swap_LpAccount: ResolverTypeWrapper; - linea_swap_LpAccountBalance: ResolverTypeWrapper; - linea_swap_LpAccountBalance_filter: linea_swap_LpAccountBalance_filter; - linea_swap_LpAccountBalance_orderBy: linea_swap_LpAccountBalance_orderBy; - linea_swap_LpAccount_filter: linea_swap_LpAccount_filter; - linea_swap_LpAccount_orderBy: linea_swap_LpAccount_orderBy; - linea_swap_LpToken: ResolverTypeWrapper; - linea_swap_LpTokenEvent: ResolversTypes['linea_swap_LpTransferEvent']; - linea_swap_LpTokenEvent_filter: linea_swap_LpTokenEvent_filter; - linea_swap_LpTokenEvent_orderBy: linea_swap_LpTokenEvent_orderBy; - linea_swap_LpToken_filter: linea_swap_LpToken_filter; - linea_swap_LpToken_orderBy: linea_swap_LpToken_orderBy; - linea_swap_LpTransferEvent: ResolverTypeWrapper; - linea_swap_LpTransferEvent_filter: linea_swap_LpTransferEvent_filter; - linea_swap_LpTransferEvent_orderBy: linea_swap_LpTransferEvent_orderBy; - linea_swap_OrderDirection: linea_swap_OrderDirection; - linea_swap_PooledToken: ResolverTypeWrapper; - linea_swap_PooledToken_filter: linea_swap_PooledToken_filter; - linea_swap_PooledToken_orderBy: linea_swap_PooledToken_orderBy; - linea_swap_StableSwap: ResolverTypeWrapper; - linea_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - linea_swap_StableSwapAddLiquidityEvent_filter: linea_swap_StableSwapAddLiquidityEvent_filter; - linea_swap_StableSwapAddLiquidityEvent_orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy; - linea_swap_StableSwapEvent: ResolversTypes['linea_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['linea_swap_StableSwapRemoveLiquidityEvent']; - linea_swap_StableSwapEvent_filter: linea_swap_StableSwapEvent_filter; - linea_swap_StableSwapEvent_orderBy: linea_swap_StableSwapEvent_orderBy; - linea_swap_StableSwapExchange: ResolverTypeWrapper; - linea_swap_StableSwapExchange_filter: linea_swap_StableSwapExchange_filter; - linea_swap_StableSwapExchange_orderBy: linea_swap_StableSwapExchange_orderBy; - linea_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - linea_swap_StableSwapRemoveLiquidityEvent_filter: linea_swap_StableSwapRemoveLiquidityEvent_filter; - linea_swap_StableSwapRemoveLiquidityEvent_orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy; - linea_swap_StableSwap_filter: linea_swap_StableSwap_filter; - linea_swap_StableSwap_orderBy: linea_swap_StableSwap_orderBy; - linea_swap_SwapDailyVolume: ResolverTypeWrapper; - linea_swap_SwapDailyVolume_filter: linea_swap_SwapDailyVolume_filter; - linea_swap_SwapDailyVolume_orderBy: linea_swap_SwapDailyVolume_orderBy; - linea_swap_SwapHourlyVolume: ResolverTypeWrapper; - linea_swap_SwapHourlyVolume_filter: linea_swap_SwapHourlyVolume_filter; - linea_swap_SwapHourlyVolume_orderBy: linea_swap_SwapHourlyVolume_orderBy; - linea_swap_SwapTradeVolume: ResolversTypes['linea_swap_SwapDailyVolume'] | ResolversTypes['linea_swap_SwapHourlyVolume'] | ResolversTypes['linea_swap_SwapWeeklyVolume']; - linea_swap_SwapTradeVolume_filter: linea_swap_SwapTradeVolume_filter; - linea_swap_SwapTradeVolume_orderBy: linea_swap_SwapTradeVolume_orderBy; - linea_swap_SwapWeeklyVolume: ResolverTypeWrapper; - linea_swap_SwapWeeklyVolume_filter: linea_swap_SwapWeeklyVolume_filter; - linea_swap_SwapWeeklyVolume_orderBy: linea_swap_SwapWeeklyVolume_orderBy; - linea_swap_SystemInfo: ResolverTypeWrapper; - linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; - linea_swap_SystemInfo_orderBy: linea_swap_SystemInfo_orderBy; - linea_swap__Block_: ResolverTypeWrapper; - linea_swap__Meta_: ResolverTypeWrapper; - goerli_AggregateRoot: ResolverTypeWrapper; - goerli_AggregateRoot_filter: goerli_AggregateRoot_filter; - goerli_AggregateRoot_orderBy: goerli_AggregateRoot_orderBy; - goerli_Asset: ResolverTypeWrapper; - goerli_AssetBalance: ResolverTypeWrapper; - goerli_AssetBalance_filter: goerli_AssetBalance_filter; - goerli_AssetBalance_orderBy: goerli_AssetBalance_orderBy; - goerli_AssetStatus: ResolverTypeWrapper; - goerli_AssetStatus_filter: goerli_AssetStatus_filter; - goerli_AssetStatus_orderBy: goerli_AssetStatus_orderBy; - goerli_Asset_filter: goerli_Asset_filter; - goerli_Asset_orderBy: goerli_Asset_orderBy; - goerli_ConnectorMeta: ResolverTypeWrapper; - goerli_ConnectorMeta_filter: goerli_ConnectorMeta_filter; - goerli_ConnectorMeta_orderBy: goerli_ConnectorMeta_orderBy; - goerli_DestinationTransfer: ResolverTypeWrapper; - goerli_DestinationTransfer_filter: goerli_DestinationTransfer_filter; - goerli_DestinationTransfer_orderBy: goerli_DestinationTransfer_orderBy; - goerli_OriginMessage: ResolverTypeWrapper; - goerli_OriginMessage_filter: goerli_OriginMessage_filter; - goerli_OriginMessage_orderBy: goerli_OriginMessage_orderBy; - goerli_OriginTransfer: ResolverTypeWrapper; - goerli_OriginTransfer_filter: goerli_OriginTransfer_filter; - goerli_OriginTransfer_orderBy: goerli_OriginTransfer_orderBy; - goerli_Relayer: ResolverTypeWrapper; - goerli_RelayerFee: ResolverTypeWrapper; - goerli_RelayerFee_filter: goerli_RelayerFee_filter; - goerli_RelayerFee_orderBy: goerli_RelayerFee_orderBy; - goerli_RelayerFeesIncrease: ResolverTypeWrapper; - goerli_RelayerFeesIncrease_filter: goerli_RelayerFeesIncrease_filter; - goerli_RelayerFeesIncrease_orderBy: goerli_RelayerFeesIncrease_orderBy; - goerli_Relayer_filter: goerli_Relayer_filter; - goerli_Relayer_orderBy: goerli_Relayer_orderBy; - goerli_RootCount: ResolverTypeWrapper; - goerli_RootCount_filter: goerli_RootCount_filter; - goerli_RootCount_orderBy: goerli_RootCount_orderBy; - goerli_RootMessageSent: ResolverTypeWrapper; - goerli_RootMessageSent_filter: goerli_RootMessageSent_filter; - goerli_RootMessageSent_orderBy: goerli_RootMessageSent_orderBy; - goerli_Router: ResolverTypeWrapper; - goerli_RouterDailyTVL: ResolverTypeWrapper; - goerli_RouterDailyTVL_filter: goerli_RouterDailyTVL_filter; - goerli_RouterDailyTVL_orderBy: goerli_RouterDailyTVL_orderBy; - goerli_RouterLiquidityEvent: ResolverTypeWrapper; - goerli_RouterLiquidityEventType: goerli_RouterLiquidityEventType; - goerli_RouterLiquidityEvent_filter: goerli_RouterLiquidityEvent_filter; - goerli_RouterLiquidityEvent_orderBy: goerli_RouterLiquidityEvent_orderBy; - goerli_Router_filter: goerli_Router_filter; - goerli_Router_orderBy: goerli_Router_orderBy; - goerli_Sequencer: ResolverTypeWrapper; - goerli_Sequencer_filter: goerli_Sequencer_filter; - goerli_Sequencer_orderBy: goerli_Sequencer_orderBy; - goerli_Setting: ResolverTypeWrapper; - goerli_Setting_filter: goerli_Setting_filter; - goerli_Setting_orderBy: goerli_Setting_orderBy; - goerli_SlippageUpdate: ResolverTypeWrapper; - goerli_SlippageUpdate_filter: goerli_SlippageUpdate_filter; - goerli_SlippageUpdate_orderBy: goerli_SlippageUpdate_orderBy; - goerli_TransferStatus: goerli_TransferStatus; - localmainnet_AggregateRootSavedSlow: ResolverTypeWrapper; - localmainnet_AggregateRootSavedSlow_filter: localmainnet_AggregateRootSavedSlow_filter; - localmainnet_AggregateRootSavedSlow_orderBy: localmainnet_AggregateRootSavedSlow_orderBy; - localmainnet_AggregatedMessageRoot: ResolverTypeWrapper; - localmainnet_AggregatedMessageRoot_filter: localmainnet_AggregatedMessageRoot_filter; - localmainnet_AggregatedMessageRoot_orderBy: localmainnet_AggregatedMessageRoot_orderBy; - localmainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; - localmainnet_ArbitrumConnectorMeta_filter: localmainnet_ArbitrumConnectorMeta_filter; - localmainnet_ArbitrumConnectorMeta_orderBy: localmainnet_ArbitrumConnectorMeta_orderBy; - localmainnet_BigDecimal: ResolverTypeWrapper; - localmainnet_BlockChangedFilter: localmainnet_BlockChangedFilter; - localmainnet_Block_height: localmainnet_Block_height; - localmainnet_BnbConnectorMeta: ResolverTypeWrapper; - localmainnet_BnbConnectorMeta_filter: localmainnet_BnbConnectorMeta_filter; - localmainnet_BnbConnectorMeta_orderBy: localmainnet_BnbConnectorMeta_orderBy; - localmainnet_Bytes: ResolverTypeWrapper; - localmainnet_GnosisConnectorMeta: ResolverTypeWrapper; - localmainnet_GnosisConnectorMeta_filter: localmainnet_GnosisConnectorMeta_filter; - localmainnet_GnosisConnectorMeta_orderBy: localmainnet_GnosisConnectorMeta_orderBy; - localmainnet_HubDomain: ResolverTypeWrapper; - localmainnet_HubDomain_filter: localmainnet_HubDomain_filter; - localmainnet_HubDomain_orderBy: localmainnet_HubDomain_orderBy; - localmainnet_HubOptimisticRootFinalized: ResolverTypeWrapper; - localmainnet_HubOptimisticRootFinalized_filter: localmainnet_HubOptimisticRootFinalized_filter; - localmainnet_HubOptimisticRootFinalized_orderBy: localmainnet_HubOptimisticRootFinalized_orderBy; - localmainnet_Int8: ResolverTypeWrapper; - localmainnet_OptimismConnectorMeta: ResolverTypeWrapper; - localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; - localmainnet_OptimismConnectorMeta_orderBy: localmainnet_OptimismConnectorMeta_orderBy; - localmainnet_OptimisticRootPropagated: ResolverTypeWrapper; - localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; - localmainnet_OptimisticRootPropagated_orderBy: localmainnet_OptimisticRootPropagated_orderBy; - localmainnet_OptimisticRootProposed: ResolverTypeWrapper; - localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; - localmainnet_OptimisticRootProposed_orderBy: localmainnet_OptimisticRootProposed_orderBy; - localmainnet_OrderDirection: localmainnet_OrderDirection; - localmainnet_PolygonConnectorMeta: ResolverTypeWrapper; - localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; - localmainnet_PolygonConnectorMeta_orderBy: localmainnet_PolygonConnectorMeta_orderBy; - localmainnet_RootAggregated: ResolverTypeWrapper; - localmainnet_RootAggregated_filter: localmainnet_RootAggregated_filter; - localmainnet_RootAggregated_orderBy: localmainnet_RootAggregated_orderBy; - localmainnet_RootManagerMeta: ResolverTypeWrapper; - localmainnet_RootManagerMeta_filter: localmainnet_RootManagerMeta_filter; - localmainnet_RootManagerMeta_orderBy: localmainnet_RootManagerMeta_orderBy; - localmainnet_RootManagerMode: ResolverTypeWrapper; - localmainnet_RootManagerMode_filter: localmainnet_RootManagerMode_filter; - localmainnet_RootManagerMode_orderBy: localmainnet_RootManagerMode_orderBy; - localmainnet_RootMessageProcessed: ResolverTypeWrapper; - localmainnet_RootMessageProcessed_filter: localmainnet_RootMessageProcessed_filter; - localmainnet_RootMessageProcessed_orderBy: localmainnet_RootMessageProcessed_orderBy; - localmainnet_RootPropagated: ResolverTypeWrapper; - localmainnet_RootPropagated_filter: localmainnet_RootPropagated_filter; - localmainnet_RootPropagated_orderBy: localmainnet_RootPropagated_orderBy; - localmainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; - localmainnet_ZkSyncConnectorMeta_filter: localmainnet_ZkSyncConnectorMeta_filter; - localmainnet_ZkSyncConnectorMeta_orderBy: localmainnet_ZkSyncConnectorMeta_orderBy; - localmainnet__Block_: ResolverTypeWrapper; - localmainnet__Meta_: ResolverTypeWrapper; - lineagoerli_AggregateRoot: ResolverTypeWrapper; - lineagoerli_AggregateRoot_filter: lineagoerli_AggregateRoot_filter; - lineagoerli_AggregateRoot_orderBy: lineagoerli_AggregateRoot_orderBy; - lineagoerli_Asset: ResolverTypeWrapper; - lineagoerli_AssetBalance: ResolverTypeWrapper; - lineagoerli_AssetBalance_filter: lineagoerli_AssetBalance_filter; - lineagoerli_AssetBalance_orderBy: lineagoerli_AssetBalance_orderBy; - lineagoerli_AssetStatus: ResolverTypeWrapper; - lineagoerli_AssetStatus_filter: lineagoerli_AssetStatus_filter; - lineagoerli_AssetStatus_orderBy: lineagoerli_AssetStatus_orderBy; - lineagoerli_Asset_filter: lineagoerli_Asset_filter; - lineagoerli_Asset_orderBy: lineagoerli_Asset_orderBy; - lineagoerli_BigDecimal: ResolverTypeWrapper; - lineagoerli_BlockChangedFilter: lineagoerli_BlockChangedFilter; - lineagoerli_Block_height: lineagoerli_Block_height; - lineagoerli_Bytes: ResolverTypeWrapper; - lineagoerli_ConnectorMeta: ResolverTypeWrapper; - lineagoerli_ConnectorMeta_filter: lineagoerli_ConnectorMeta_filter; - lineagoerli_ConnectorMeta_orderBy: lineagoerli_ConnectorMeta_orderBy; - lineagoerli_DestinationTransfer: ResolverTypeWrapper; - lineagoerli_DestinationTransfer_filter: lineagoerli_DestinationTransfer_filter; - lineagoerli_DestinationTransfer_orderBy: lineagoerli_DestinationTransfer_orderBy; - lineagoerli_OrderDirection: lineagoerli_OrderDirection; - lineagoerli_OriginMessage: ResolverTypeWrapper; - lineagoerli_OriginMessage_filter: lineagoerli_OriginMessage_filter; - lineagoerli_OriginMessage_orderBy: lineagoerli_OriginMessage_orderBy; - lineagoerli_OriginTransfer: ResolverTypeWrapper; - lineagoerli_OriginTransfer_filter: lineagoerli_OriginTransfer_filter; - lineagoerli_OriginTransfer_orderBy: lineagoerli_OriginTransfer_orderBy; - lineagoerli_Relayer: ResolverTypeWrapper; - lineagoerli_RelayerFee: ResolverTypeWrapper; - lineagoerli_RelayerFee_filter: lineagoerli_RelayerFee_filter; - lineagoerli_RelayerFee_orderBy: lineagoerli_RelayerFee_orderBy; - lineagoerli_RelayerFeesIncrease: ResolverTypeWrapper; - lineagoerli_RelayerFeesIncrease_filter: lineagoerli_RelayerFeesIncrease_filter; - lineagoerli_RelayerFeesIncrease_orderBy: lineagoerli_RelayerFeesIncrease_orderBy; - lineagoerli_Relayer_filter: lineagoerli_Relayer_filter; - lineagoerli_Relayer_orderBy: lineagoerli_Relayer_orderBy; - lineagoerli_RootCount: ResolverTypeWrapper; - lineagoerli_RootCount_filter: lineagoerli_RootCount_filter; - lineagoerli_RootCount_orderBy: lineagoerli_RootCount_orderBy; - lineagoerli_RootMessageSent: ResolverTypeWrapper; - lineagoerli_RootMessageSent_filter: lineagoerli_RootMessageSent_filter; - lineagoerli_RootMessageSent_orderBy: lineagoerli_RootMessageSent_orderBy; - lineagoerli_Router: ResolverTypeWrapper; - lineagoerli_RouterDailyTVL: ResolverTypeWrapper; - lineagoerli_RouterDailyTVL_filter: lineagoerli_RouterDailyTVL_filter; - lineagoerli_RouterDailyTVL_orderBy: lineagoerli_RouterDailyTVL_orderBy; - lineagoerli_Router_filter: lineagoerli_Router_filter; - lineagoerli_Router_orderBy: lineagoerli_Router_orderBy; - lineagoerli_Sequencer: ResolverTypeWrapper; - lineagoerli_Sequencer_filter: lineagoerli_Sequencer_filter; - lineagoerli_Sequencer_orderBy: lineagoerli_Sequencer_orderBy; - lineagoerli_Setting: ResolverTypeWrapper; - lineagoerli_Setting_filter: lineagoerli_Setting_filter; - lineagoerli_Setting_orderBy: lineagoerli_Setting_orderBy; - lineagoerli_SlippageUpdate: ResolverTypeWrapper; - lineagoerli_SlippageUpdate_filter: lineagoerli_SlippageUpdate_filter; - lineagoerli_SlippageUpdate_orderBy: lineagoerli_SlippageUpdate_orderBy; - lineagoerli_TransferStatus: lineagoerli_TransferStatus; - lineagoerli__Block_: ResolverTypeWrapper; - lineagoerli__Meta_: ResolverTypeWrapper; - optimism_AggregateRoot: ResolverTypeWrapper; - optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; - optimism_AggregateRoot_orderBy: optimism_AggregateRoot_orderBy; - optimism_Asset: ResolverTypeWrapper; - optimism_AssetBalance: ResolverTypeWrapper; - optimism_AssetBalance_filter: optimism_AssetBalance_filter; - optimism_AssetBalance_orderBy: optimism_AssetBalance_orderBy; - optimism_AssetStatus: ResolverTypeWrapper; - optimism_AssetStatus_filter: optimism_AssetStatus_filter; - optimism_AssetStatus_orderBy: optimism_AssetStatus_orderBy; - optimism_Asset_filter: optimism_Asset_filter; - optimism_Asset_orderBy: optimism_Asset_orderBy; - optimism_BigDecimal: ResolverTypeWrapper; - optimism_BlockChangedFilter: optimism_BlockChangedFilter; - optimism_Block_height: optimism_Block_height; - optimism_Bytes: ResolverTypeWrapper; - optimism_ConnectorMeta: ResolverTypeWrapper; - optimism_ConnectorMeta_filter: optimism_ConnectorMeta_filter; - optimism_ConnectorMeta_orderBy: optimism_ConnectorMeta_orderBy; - optimism_DestinationTransfer: ResolverTypeWrapper; - optimism_DestinationTransfer_filter: optimism_DestinationTransfer_filter; - optimism_DestinationTransfer_orderBy: optimism_DestinationTransfer_orderBy; - optimism_Int8: ResolverTypeWrapper; - optimism_OrderDirection: optimism_OrderDirection; - optimism_OriginMessage: ResolverTypeWrapper; - optimism_OriginMessage_filter: optimism_OriginMessage_filter; - optimism_OriginMessage_orderBy: optimism_OriginMessage_orderBy; - optimism_OriginTransfer: ResolverTypeWrapper; - optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; - optimism_OriginTransfer_orderBy: optimism_OriginTransfer_orderBy; - optimism_Relayer: ResolverTypeWrapper; - optimism_RelayerFee: ResolverTypeWrapper; - optimism_RelayerFee_filter: optimism_RelayerFee_filter; - optimism_RelayerFee_orderBy: optimism_RelayerFee_orderBy; - optimism_RelayerFeesIncrease: ResolverTypeWrapper; - optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; - optimism_RelayerFeesIncrease_orderBy: optimism_RelayerFeesIncrease_orderBy; - optimism_Relayer_filter: optimism_Relayer_filter; - optimism_Relayer_orderBy: optimism_Relayer_orderBy; - optimism_RootCount: ResolverTypeWrapper; - optimism_RootCount_filter: optimism_RootCount_filter; - optimism_RootCount_orderBy: optimism_RootCount_orderBy; - optimism_RootMessageSent: ResolverTypeWrapper; - optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; - optimism_RootMessageSent_orderBy: optimism_RootMessageSent_orderBy; - optimism_Router: ResolverTypeWrapper; - optimism_RouterDailyTVL: ResolverTypeWrapper; - optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; - optimism_RouterDailyTVL_orderBy: optimism_RouterDailyTVL_orderBy; - optimism_RouterLiquidityEvent: ResolverTypeWrapper; - optimism_RouterLiquidityEventType: optimism_RouterLiquidityEventType; - optimism_RouterLiquidityEvent_filter: optimism_RouterLiquidityEvent_filter; - optimism_RouterLiquidityEvent_orderBy: optimism_RouterLiquidityEvent_orderBy; - optimism_Router_filter: optimism_Router_filter; - optimism_Router_orderBy: optimism_Router_orderBy; - optimism_Sequencer: ResolverTypeWrapper; - optimism_Sequencer_filter: optimism_Sequencer_filter; - optimism_Sequencer_orderBy: optimism_Sequencer_orderBy; - optimism_Setting: ResolverTypeWrapper; - optimism_Setting_filter: optimism_Setting_filter; - optimism_Setting_orderBy: optimism_Setting_orderBy; - optimism_SlippageUpdate: ResolverTypeWrapper; - optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; - optimism_SlippageUpdate_orderBy: optimism_SlippageUpdate_orderBy; - optimism_TransferStatus: optimism_TransferStatus; - optimism__Block_: ResolverTypeWrapper; - optimism__Meta_: ResolverTypeWrapper; - staginggoerli_AggregateRoot: ResolverTypeWrapper; - staginggoerli_AggregateRootProposed: ResolverTypeWrapper; - staginggoerli_AggregateRootProposed_filter: staginggoerli_AggregateRootProposed_filter; - staginggoerli_AggregateRootProposed_orderBy: staginggoerli_AggregateRootProposed_orderBy; - staginggoerli_AggregateRoot_filter: staginggoerli_AggregateRoot_filter; - staginggoerli_AggregateRoot_orderBy: staginggoerli_AggregateRoot_orderBy; - staginggoerli_Asset: ResolverTypeWrapper; - staginggoerli_AssetBalance: ResolverTypeWrapper; - staginggoerli_AssetBalance_filter: staginggoerli_AssetBalance_filter; - staginggoerli_AssetBalance_orderBy: staginggoerli_AssetBalance_orderBy; - staginggoerli_AssetStatus: ResolverTypeWrapper; - staginggoerli_AssetStatus_filter: staginggoerli_AssetStatus_filter; - staginggoerli_AssetStatus_orderBy: staginggoerli_AssetStatus_orderBy; - staginggoerli_Asset_filter: staginggoerli_Asset_filter; - staginggoerli_Asset_orderBy: staginggoerli_Asset_orderBy; - staginggoerli_ConnectorMeta: ResolverTypeWrapper; - staginggoerli_ConnectorMeta_filter: staginggoerli_ConnectorMeta_filter; - staginggoerli_ConnectorMeta_orderBy: staginggoerli_ConnectorMeta_orderBy; - staginggoerli_DestinationTransfer: ResolverTypeWrapper; - staginggoerli_DestinationTransfer_filter: staginggoerli_DestinationTransfer_filter; - staginggoerli_DestinationTransfer_orderBy: staginggoerli_DestinationTransfer_orderBy; - staginggoerli_OptimisticRootFinalized: ResolverTypeWrapper; - staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; - staginggoerli_OptimisticRootFinalized_orderBy: staginggoerli_OptimisticRootFinalized_orderBy; - staginggoerli_OriginMessage: ResolverTypeWrapper; - staginggoerli_OriginMessage_filter: staginggoerli_OriginMessage_filter; - staginggoerli_OriginMessage_orderBy: staginggoerli_OriginMessage_orderBy; - staginggoerli_OriginTransfer: ResolverTypeWrapper; - staginggoerli_OriginTransfer_filter: staginggoerli_OriginTransfer_filter; - staginggoerli_OriginTransfer_orderBy: staginggoerli_OriginTransfer_orderBy; - staginggoerli_Relayer: ResolverTypeWrapper; - staginggoerli_RelayerFee: ResolverTypeWrapper; - staginggoerli_RelayerFee_filter: staginggoerli_RelayerFee_filter; - staginggoerli_RelayerFee_orderBy: staginggoerli_RelayerFee_orderBy; - staginggoerli_RelayerFeesIncrease: ResolverTypeWrapper; - staginggoerli_RelayerFeesIncrease_filter: staginggoerli_RelayerFeesIncrease_filter; - staginggoerli_RelayerFeesIncrease_orderBy: staginggoerli_RelayerFeesIncrease_orderBy; - staginggoerli_Relayer_filter: staginggoerli_Relayer_filter; - staginggoerli_Relayer_orderBy: staginggoerli_Relayer_orderBy; - staginggoerli_RootCount: ResolverTypeWrapper; - staginggoerli_RootCount_filter: staginggoerli_RootCount_filter; - staginggoerli_RootCount_orderBy: staginggoerli_RootCount_orderBy; - staginggoerli_RootMessageSent: ResolverTypeWrapper; - staginggoerli_RootMessageSent_filter: staginggoerli_RootMessageSent_filter; - staginggoerli_RootMessageSent_orderBy: staginggoerli_RootMessageSent_orderBy; - staginggoerli_Router: ResolverTypeWrapper; - staginggoerli_RouterDailyTVL: ResolverTypeWrapper; - staginggoerli_RouterDailyTVL_filter: staginggoerli_RouterDailyTVL_filter; - staginggoerli_RouterDailyTVL_orderBy: staginggoerli_RouterDailyTVL_orderBy; - staginggoerli_Router_filter: staginggoerli_Router_filter; - staginggoerli_Router_orderBy: staginggoerli_Router_orderBy; - staginggoerli_Sequencer: ResolverTypeWrapper; - staginggoerli_Sequencer_filter: staginggoerli_Sequencer_filter; - staginggoerli_Sequencer_orderBy: staginggoerli_Sequencer_orderBy; - staginggoerli_Setting: ResolverTypeWrapper; - staginggoerli_Setting_filter: staginggoerli_Setting_filter; - staginggoerli_Setting_orderBy: staginggoerli_Setting_orderBy; - staginggoerli_SlippageUpdate: ResolverTypeWrapper; - staginggoerli_SlippageUpdate_filter: staginggoerli_SlippageUpdate_filter; - staginggoerli_SlippageUpdate_orderBy: staginggoerli_SlippageUpdate_orderBy; - staginggoerli_SnapshotRoot: ResolverTypeWrapper; - staginggoerli_SnapshotRoot_filter: staginggoerli_SnapshotRoot_filter; - staginggoerli_SnapshotRoot_orderBy: staginggoerli_SnapshotRoot_orderBy; - staginggoerli_SpokeConnectorMode: ResolverTypeWrapper; - staginggoerli_SpokeConnectorMode_filter: staginggoerli_SpokeConnectorMode_filter; - staginggoerli_SpokeConnectorMode_orderBy: staginggoerli_SpokeConnectorMode_orderBy; - staginggoerli_TransferStatus: staginggoerli_TransferStatus; - optimismgoerli_AggregateRoot: ResolverTypeWrapper; - optimismgoerli_AggregateRoot_filter: optimismgoerli_AggregateRoot_filter; - optimismgoerli_AggregateRoot_orderBy: optimismgoerli_AggregateRoot_orderBy; - optimismgoerli_Asset: ResolverTypeWrapper; - optimismgoerli_AssetBalance: ResolverTypeWrapper; - optimismgoerli_AssetBalance_filter: optimismgoerli_AssetBalance_filter; - optimismgoerli_AssetBalance_orderBy: optimismgoerli_AssetBalance_orderBy; - optimismgoerli_AssetStatus: ResolverTypeWrapper; - optimismgoerli_AssetStatus_filter: optimismgoerli_AssetStatus_filter; - optimismgoerli_AssetStatus_orderBy: optimismgoerli_AssetStatus_orderBy; - optimismgoerli_Asset_filter: optimismgoerli_Asset_filter; - optimismgoerli_Asset_orderBy: optimismgoerli_Asset_orderBy; - optimismgoerli_BigDecimal: ResolverTypeWrapper; - optimismgoerli_BlockChangedFilter: optimismgoerli_BlockChangedFilter; - optimismgoerli_Block_height: optimismgoerli_Block_height; - optimismgoerli_Bytes: ResolverTypeWrapper; - optimismgoerli_ConnectorMeta: ResolverTypeWrapper; - optimismgoerli_ConnectorMeta_filter: optimismgoerli_ConnectorMeta_filter; - optimismgoerli_ConnectorMeta_orderBy: optimismgoerli_ConnectorMeta_orderBy; - optimismgoerli_DestinationTransfer: ResolverTypeWrapper; - optimismgoerli_DestinationTransfer_filter: optimismgoerli_DestinationTransfer_filter; - optimismgoerli_DestinationTransfer_orderBy: optimismgoerli_DestinationTransfer_orderBy; - optimismgoerli_Int8: ResolverTypeWrapper; - optimismgoerli_OrderDirection: optimismgoerli_OrderDirection; - optimismgoerli_OriginMessage: ResolverTypeWrapper; - optimismgoerli_OriginMessage_filter: optimismgoerli_OriginMessage_filter; - optimismgoerli_OriginMessage_orderBy: optimismgoerli_OriginMessage_orderBy; - optimismgoerli_OriginTransfer: ResolverTypeWrapper; - optimismgoerli_OriginTransfer_filter: optimismgoerli_OriginTransfer_filter; - optimismgoerli_OriginTransfer_orderBy: optimismgoerli_OriginTransfer_orderBy; - optimismgoerli_Relayer: ResolverTypeWrapper; - optimismgoerli_RelayerFee: ResolverTypeWrapper; - optimismgoerli_RelayerFee_filter: optimismgoerli_RelayerFee_filter; - optimismgoerli_RelayerFee_orderBy: optimismgoerli_RelayerFee_orderBy; - optimismgoerli_RelayerFeesIncrease: ResolverTypeWrapper; - optimismgoerli_RelayerFeesIncrease_filter: optimismgoerli_RelayerFeesIncrease_filter; - optimismgoerli_RelayerFeesIncrease_orderBy: optimismgoerli_RelayerFeesIncrease_orderBy; - optimismgoerli_Relayer_filter: optimismgoerli_Relayer_filter; - optimismgoerli_Relayer_orderBy: optimismgoerli_Relayer_orderBy; - optimismgoerli_RootCount: ResolverTypeWrapper; - optimismgoerli_RootCount_filter: optimismgoerli_RootCount_filter; - optimismgoerli_RootCount_orderBy: optimismgoerli_RootCount_orderBy; - optimismgoerli_RootMessageSent: ResolverTypeWrapper; - optimismgoerli_RootMessageSent_filter: optimismgoerli_RootMessageSent_filter; - optimismgoerli_RootMessageSent_orderBy: optimismgoerli_RootMessageSent_orderBy; - optimismgoerli_Router: ResolverTypeWrapper; - optimismgoerli_RouterDailyTVL: ResolverTypeWrapper; - optimismgoerli_RouterDailyTVL_filter: optimismgoerli_RouterDailyTVL_filter; - optimismgoerli_RouterDailyTVL_orderBy: optimismgoerli_RouterDailyTVL_orderBy; - optimismgoerli_RouterLiquidityEvent: ResolverTypeWrapper; - optimismgoerli_RouterLiquidityEventType: optimismgoerli_RouterLiquidityEventType; - optimismgoerli_RouterLiquidityEvent_filter: optimismgoerli_RouterLiquidityEvent_filter; - optimismgoerli_RouterLiquidityEvent_orderBy: optimismgoerli_RouterLiquidityEvent_orderBy; - optimismgoerli_Router_filter: optimismgoerli_Router_filter; - optimismgoerli_Router_orderBy: optimismgoerli_Router_orderBy; - optimismgoerli_Sequencer: ResolverTypeWrapper; - optimismgoerli_Sequencer_filter: optimismgoerli_Sequencer_filter; - optimismgoerli_Sequencer_orderBy: optimismgoerli_Sequencer_orderBy; - optimismgoerli_Setting: ResolverTypeWrapper; - optimismgoerli_Setting_filter: optimismgoerli_Setting_filter; - optimismgoerli_Setting_orderBy: optimismgoerli_Setting_orderBy; - optimismgoerli_SlippageUpdate: ResolverTypeWrapper; - optimismgoerli_SlippageUpdate_filter: optimismgoerli_SlippageUpdate_filter; - optimismgoerli_SlippageUpdate_orderBy: optimismgoerli_SlippageUpdate_orderBy; - optimismgoerli_TransferStatus: optimismgoerli_TransferStatus; - optimismgoerli__Block_: ResolverTypeWrapper; - optimismgoerli__Meta_: ResolverTypeWrapper; - stagingoptimismgoerli_AggregateRoot: ResolverTypeWrapper; - stagingoptimismgoerli_AggregateRootProposed: ResolverTypeWrapper; - stagingoptimismgoerli_AggregateRootProposed_filter: stagingoptimismgoerli_AggregateRootProposed_filter; - stagingoptimismgoerli_AggregateRootProposed_orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy; - stagingoptimismgoerli_AggregateRoot_filter: stagingoptimismgoerli_AggregateRoot_filter; - stagingoptimismgoerli_AggregateRoot_orderBy: stagingoptimismgoerli_AggregateRoot_orderBy; - stagingoptimismgoerli_Asset: ResolverTypeWrapper; - stagingoptimismgoerli_AssetBalance: ResolverTypeWrapper; - stagingoptimismgoerli_AssetBalance_filter: stagingoptimismgoerli_AssetBalance_filter; - stagingoptimismgoerli_AssetBalance_orderBy: stagingoptimismgoerli_AssetBalance_orderBy; - stagingoptimismgoerli_AssetStatus: ResolverTypeWrapper; - stagingoptimismgoerli_AssetStatus_filter: stagingoptimismgoerli_AssetStatus_filter; - stagingoptimismgoerli_AssetStatus_orderBy: stagingoptimismgoerli_AssetStatus_orderBy; - stagingoptimismgoerli_Asset_filter: stagingoptimismgoerli_Asset_filter; - stagingoptimismgoerli_Asset_orderBy: stagingoptimismgoerli_Asset_orderBy; - stagingoptimismgoerli_BigDecimal: ResolverTypeWrapper; - stagingoptimismgoerli_BlockChangedFilter: stagingoptimismgoerli_BlockChangedFilter; - stagingoptimismgoerli_Block_height: stagingoptimismgoerli_Block_height; - stagingoptimismgoerli_Bytes: ResolverTypeWrapper; - stagingoptimismgoerli_ConnectorMeta: ResolverTypeWrapper; - stagingoptimismgoerli_ConnectorMeta_filter: stagingoptimismgoerli_ConnectorMeta_filter; - stagingoptimismgoerli_ConnectorMeta_orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy; - stagingoptimismgoerli_DestinationTransfer: ResolverTypeWrapper; - stagingoptimismgoerli_DestinationTransfer_filter: stagingoptimismgoerli_DestinationTransfer_filter; - stagingoptimismgoerli_DestinationTransfer_orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy; - stagingoptimismgoerli_Int8: ResolverTypeWrapper; - stagingoptimismgoerli_OptimisticRootFinalized: ResolverTypeWrapper; - stagingoptimismgoerli_OptimisticRootFinalized_filter: stagingoptimismgoerli_OptimisticRootFinalized_filter; - stagingoptimismgoerli_OptimisticRootFinalized_orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy; - stagingoptimismgoerli_OrderDirection: stagingoptimismgoerli_OrderDirection; - stagingoptimismgoerli_OriginMessage: ResolverTypeWrapper; - stagingoptimismgoerli_OriginMessage_filter: stagingoptimismgoerli_OriginMessage_filter; - stagingoptimismgoerli_OriginMessage_orderBy: stagingoptimismgoerli_OriginMessage_orderBy; - stagingoptimismgoerli_OriginTransfer: ResolverTypeWrapper; - stagingoptimismgoerli_OriginTransfer_filter: stagingoptimismgoerli_OriginTransfer_filter; - stagingoptimismgoerli_OriginTransfer_orderBy: stagingoptimismgoerli_OriginTransfer_orderBy; - stagingoptimismgoerli_Relayer: ResolverTypeWrapper; - stagingoptimismgoerli_RelayerFee: ResolverTypeWrapper; - stagingoptimismgoerli_RelayerFee_filter: stagingoptimismgoerli_RelayerFee_filter; - stagingoptimismgoerli_RelayerFee_orderBy: stagingoptimismgoerli_RelayerFee_orderBy; - stagingoptimismgoerli_RelayerFeesIncrease: ResolverTypeWrapper; - stagingoptimismgoerli_RelayerFeesIncrease_filter: stagingoptimismgoerli_RelayerFeesIncrease_filter; - stagingoptimismgoerli_RelayerFeesIncrease_orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy; - stagingoptimismgoerli_Relayer_filter: stagingoptimismgoerli_Relayer_filter; - stagingoptimismgoerli_Relayer_orderBy: stagingoptimismgoerli_Relayer_orderBy; - stagingoptimismgoerli_RootCount: ResolverTypeWrapper; - stagingoptimismgoerli_RootCount_filter: stagingoptimismgoerli_RootCount_filter; - stagingoptimismgoerli_RootCount_orderBy: stagingoptimismgoerli_RootCount_orderBy; - stagingoptimismgoerli_RootMessageSent: ResolverTypeWrapper; - stagingoptimismgoerli_RootMessageSent_filter: stagingoptimismgoerli_RootMessageSent_filter; - stagingoptimismgoerli_RootMessageSent_orderBy: stagingoptimismgoerli_RootMessageSent_orderBy; - stagingoptimismgoerli_Router: ResolverTypeWrapper; - stagingoptimismgoerli_RouterDailyTVL: ResolverTypeWrapper; - stagingoptimismgoerli_RouterDailyTVL_filter: stagingoptimismgoerli_RouterDailyTVL_filter; - stagingoptimismgoerli_RouterDailyTVL_orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy; - stagingoptimismgoerli_Router_filter: stagingoptimismgoerli_Router_filter; - stagingoptimismgoerli_Router_orderBy: stagingoptimismgoerli_Router_orderBy; - stagingoptimismgoerli_Sequencer: ResolverTypeWrapper; - stagingoptimismgoerli_Sequencer_filter: stagingoptimismgoerli_Sequencer_filter; - stagingoptimismgoerli_Sequencer_orderBy: stagingoptimismgoerli_Sequencer_orderBy; - stagingoptimismgoerli_Setting: ResolverTypeWrapper; - stagingoptimismgoerli_Setting_filter: stagingoptimismgoerli_Setting_filter; - stagingoptimismgoerli_Setting_orderBy: stagingoptimismgoerli_Setting_orderBy; - stagingoptimismgoerli_SlippageUpdate: ResolverTypeWrapper; - stagingoptimismgoerli_SlippageUpdate_filter: stagingoptimismgoerli_SlippageUpdate_filter; - stagingoptimismgoerli_SlippageUpdate_orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy; - stagingoptimismgoerli_SnapshotRoot: ResolverTypeWrapper; - stagingoptimismgoerli_SnapshotRoot_filter: stagingoptimismgoerli_SnapshotRoot_filter; - stagingoptimismgoerli_SnapshotRoot_orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy; - stagingoptimismgoerli_SpokeConnectorMode: ResolverTypeWrapper; - stagingoptimismgoerli_SpokeConnectorMode_filter: stagingoptimismgoerli_SpokeConnectorMode_filter; - stagingoptimismgoerli_SpokeConnectorMode_orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy; - stagingoptimismgoerli_TransferStatus: stagingoptimismgoerli_TransferStatus; - stagingoptimismgoerli__Block_: ResolverTypeWrapper; - stagingoptimismgoerli__Meta_: ResolverTypeWrapper; - stagingarbitrumgoerli_AggregateRoot: ResolverTypeWrapper; - stagingarbitrumgoerli_AggregateRootProposed: ResolverTypeWrapper; - stagingarbitrumgoerli_AggregateRootProposed_filter: stagingarbitrumgoerli_AggregateRootProposed_filter; - stagingarbitrumgoerli_AggregateRootProposed_orderBy: stagingarbitrumgoerli_AggregateRootProposed_orderBy; - stagingarbitrumgoerli_AggregateRoot_filter: stagingarbitrumgoerli_AggregateRoot_filter; - stagingarbitrumgoerli_AggregateRoot_orderBy: stagingarbitrumgoerli_AggregateRoot_orderBy; - stagingarbitrumgoerli_Asset: ResolverTypeWrapper; - stagingarbitrumgoerli_AssetBalance: ResolverTypeWrapper; - stagingarbitrumgoerli_AssetBalance_filter: stagingarbitrumgoerli_AssetBalance_filter; - stagingarbitrumgoerli_AssetBalance_orderBy: stagingarbitrumgoerli_AssetBalance_orderBy; - stagingarbitrumgoerli_AssetStatus: ResolverTypeWrapper; - stagingarbitrumgoerli_AssetStatus_filter: stagingarbitrumgoerli_AssetStatus_filter; - stagingarbitrumgoerli_AssetStatus_orderBy: stagingarbitrumgoerli_AssetStatus_orderBy; - stagingarbitrumgoerli_Asset_filter: stagingarbitrumgoerli_Asset_filter; - stagingarbitrumgoerli_Asset_orderBy: stagingarbitrumgoerli_Asset_orderBy; - stagingarbitrumgoerli_BigDecimal: ResolverTypeWrapper; - stagingarbitrumgoerli_BlockChangedFilter: stagingarbitrumgoerli_BlockChangedFilter; - stagingarbitrumgoerli_Block_height: stagingarbitrumgoerli_Block_height; - stagingarbitrumgoerli_Bytes: ResolverTypeWrapper; - stagingarbitrumgoerli_ConnectorMeta: ResolverTypeWrapper; - stagingarbitrumgoerli_ConnectorMeta_filter: stagingarbitrumgoerli_ConnectorMeta_filter; - stagingarbitrumgoerli_ConnectorMeta_orderBy: stagingarbitrumgoerli_ConnectorMeta_orderBy; - stagingarbitrumgoerli_DestinationTransfer: ResolverTypeWrapper; - stagingarbitrumgoerli_DestinationTransfer_filter: stagingarbitrumgoerli_DestinationTransfer_filter; - stagingarbitrumgoerli_DestinationTransfer_orderBy: stagingarbitrumgoerli_DestinationTransfer_orderBy; - stagingarbitrumgoerli_Int8: ResolverTypeWrapper; - stagingarbitrumgoerli_OptimisticRootFinalized: ResolverTypeWrapper; - stagingarbitrumgoerli_OptimisticRootFinalized_filter: stagingarbitrumgoerli_OptimisticRootFinalized_filter; - stagingarbitrumgoerli_OptimisticRootFinalized_orderBy: stagingarbitrumgoerli_OptimisticRootFinalized_orderBy; - stagingarbitrumgoerli_OrderDirection: stagingarbitrumgoerli_OrderDirection; - stagingarbitrumgoerli_OriginMessage: ResolverTypeWrapper; - stagingarbitrumgoerli_OriginMessage_filter: stagingarbitrumgoerli_OriginMessage_filter; - stagingarbitrumgoerli_OriginMessage_orderBy: stagingarbitrumgoerli_OriginMessage_orderBy; - stagingarbitrumgoerli_OriginTransfer: ResolverTypeWrapper; - stagingarbitrumgoerli_OriginTransfer_filter: stagingarbitrumgoerli_OriginTransfer_filter; - stagingarbitrumgoerli_OriginTransfer_orderBy: stagingarbitrumgoerli_OriginTransfer_orderBy; - stagingarbitrumgoerli_Relayer: ResolverTypeWrapper; - stagingarbitrumgoerli_RelayerFee: ResolverTypeWrapper; - stagingarbitrumgoerli_RelayerFee_filter: stagingarbitrumgoerli_RelayerFee_filter; - stagingarbitrumgoerli_RelayerFee_orderBy: stagingarbitrumgoerli_RelayerFee_orderBy; - stagingarbitrumgoerli_RelayerFeesIncrease: ResolverTypeWrapper; - stagingarbitrumgoerli_RelayerFeesIncrease_filter: stagingarbitrumgoerli_RelayerFeesIncrease_filter; - stagingarbitrumgoerli_RelayerFeesIncrease_orderBy: stagingarbitrumgoerli_RelayerFeesIncrease_orderBy; - stagingarbitrumgoerli_Relayer_filter: stagingarbitrumgoerli_Relayer_filter; - stagingarbitrumgoerli_Relayer_orderBy: stagingarbitrumgoerli_Relayer_orderBy; - stagingarbitrumgoerli_RootCount: ResolverTypeWrapper; - stagingarbitrumgoerli_RootCount_filter: stagingarbitrumgoerli_RootCount_filter; - stagingarbitrumgoerli_RootCount_orderBy: stagingarbitrumgoerli_RootCount_orderBy; - stagingarbitrumgoerli_RootMessageSent: ResolverTypeWrapper; - stagingarbitrumgoerli_RootMessageSent_filter: stagingarbitrumgoerli_RootMessageSent_filter; - stagingarbitrumgoerli_RootMessageSent_orderBy: stagingarbitrumgoerli_RootMessageSent_orderBy; - stagingarbitrumgoerli_Router: ResolverTypeWrapper; - stagingarbitrumgoerli_RouterDailyTVL: ResolverTypeWrapper; - stagingarbitrumgoerli_RouterDailyTVL_filter: stagingarbitrumgoerli_RouterDailyTVL_filter; - stagingarbitrumgoerli_RouterDailyTVL_orderBy: stagingarbitrumgoerli_RouterDailyTVL_orderBy; - stagingarbitrumgoerli_Router_filter: stagingarbitrumgoerli_Router_filter; - stagingarbitrumgoerli_Router_orderBy: stagingarbitrumgoerli_Router_orderBy; - stagingarbitrumgoerli_Sequencer: ResolverTypeWrapper; - stagingarbitrumgoerli_Sequencer_filter: stagingarbitrumgoerli_Sequencer_filter; - stagingarbitrumgoerli_Sequencer_orderBy: stagingarbitrumgoerli_Sequencer_orderBy; - stagingarbitrumgoerli_Setting: ResolverTypeWrapper; - stagingarbitrumgoerli_Setting_filter: stagingarbitrumgoerli_Setting_filter; - stagingarbitrumgoerli_Setting_orderBy: stagingarbitrumgoerli_Setting_orderBy; - stagingarbitrumgoerli_SlippageUpdate: ResolverTypeWrapper; - stagingarbitrumgoerli_SlippageUpdate_filter: stagingarbitrumgoerli_SlippageUpdate_filter; - stagingarbitrumgoerli_SlippageUpdate_orderBy: stagingarbitrumgoerli_SlippageUpdate_orderBy; - stagingarbitrumgoerli_SnapshotRoot: ResolverTypeWrapper; - stagingarbitrumgoerli_SnapshotRoot_filter: stagingarbitrumgoerli_SnapshotRoot_filter; - stagingarbitrumgoerli_SnapshotRoot_orderBy: stagingarbitrumgoerli_SnapshotRoot_orderBy; - stagingarbitrumgoerli_SpokeConnectorMode: ResolverTypeWrapper; - stagingarbitrumgoerli_SpokeConnectorMode_filter: stagingarbitrumgoerli_SpokeConnectorMode_filter; - stagingarbitrumgoerli_SpokeConnectorMode_orderBy: stagingarbitrumgoerli_SpokeConnectorMode_orderBy; - stagingarbitrumgoerli_TransferStatus: stagingarbitrumgoerli_TransferStatus; - stagingarbitrumgoerli__Block_: ResolverTypeWrapper; - stagingarbitrumgoerli__Meta_: ResolverTypeWrapper; - stagingmumbai_AggregateRoot: ResolverTypeWrapper; - stagingmumbai_AggregateRootProposed: ResolverTypeWrapper; - stagingmumbai_AggregateRootProposed_filter: stagingmumbai_AggregateRootProposed_filter; - stagingmumbai_AggregateRootProposed_orderBy: stagingmumbai_AggregateRootProposed_orderBy; - stagingmumbai_AggregateRoot_filter: stagingmumbai_AggregateRoot_filter; - stagingmumbai_AggregateRoot_orderBy: stagingmumbai_AggregateRoot_orderBy; - stagingmumbai_Asset: ResolverTypeWrapper; - stagingmumbai_AssetBalance: ResolverTypeWrapper; - stagingmumbai_AssetBalance_filter: stagingmumbai_AssetBalance_filter; - stagingmumbai_AssetBalance_orderBy: stagingmumbai_AssetBalance_orderBy; - stagingmumbai_AssetStatus: ResolverTypeWrapper; - stagingmumbai_AssetStatus_filter: stagingmumbai_AssetStatus_filter; - stagingmumbai_AssetStatus_orderBy: stagingmumbai_AssetStatus_orderBy; - stagingmumbai_Asset_filter: stagingmumbai_Asset_filter; - stagingmumbai_Asset_orderBy: stagingmumbai_Asset_orderBy; - stagingmumbai_BigDecimal: ResolverTypeWrapper; - stagingmumbai_BlockChangedFilter: stagingmumbai_BlockChangedFilter; - stagingmumbai_Block_height: stagingmumbai_Block_height; - stagingmumbai_Bytes: ResolverTypeWrapper; - stagingmumbai_ConnectorMeta: ResolverTypeWrapper; - stagingmumbai_ConnectorMeta_filter: stagingmumbai_ConnectorMeta_filter; - stagingmumbai_ConnectorMeta_orderBy: stagingmumbai_ConnectorMeta_orderBy; - stagingmumbai_DestinationTransfer: ResolverTypeWrapper; - stagingmumbai_DestinationTransfer_filter: stagingmumbai_DestinationTransfer_filter; - stagingmumbai_DestinationTransfer_orderBy: stagingmumbai_DestinationTransfer_orderBy; - stagingmumbai_Int8: ResolverTypeWrapper; - stagingmumbai_OptimisticRootFinalized: ResolverTypeWrapper; - stagingmumbai_OptimisticRootFinalized_filter: stagingmumbai_OptimisticRootFinalized_filter; - stagingmumbai_OptimisticRootFinalized_orderBy: stagingmumbai_OptimisticRootFinalized_orderBy; - stagingmumbai_OrderDirection: stagingmumbai_OrderDirection; - stagingmumbai_OriginMessage: ResolverTypeWrapper; - stagingmumbai_OriginMessage_filter: stagingmumbai_OriginMessage_filter; - stagingmumbai_OriginMessage_orderBy: stagingmumbai_OriginMessage_orderBy; - stagingmumbai_OriginTransfer: ResolverTypeWrapper; - stagingmumbai_OriginTransfer_filter: stagingmumbai_OriginTransfer_filter; - stagingmumbai_OriginTransfer_orderBy: stagingmumbai_OriginTransfer_orderBy; - stagingmumbai_Relayer: ResolverTypeWrapper; - stagingmumbai_RelayerFee: ResolverTypeWrapper; - stagingmumbai_RelayerFee_filter: stagingmumbai_RelayerFee_filter; - stagingmumbai_RelayerFee_orderBy: stagingmumbai_RelayerFee_orderBy; - stagingmumbai_RelayerFeesIncrease: ResolverTypeWrapper; - stagingmumbai_RelayerFeesIncrease_filter: stagingmumbai_RelayerFeesIncrease_filter; - stagingmumbai_RelayerFeesIncrease_orderBy: stagingmumbai_RelayerFeesIncrease_orderBy; - stagingmumbai_Relayer_filter: stagingmumbai_Relayer_filter; - stagingmumbai_Relayer_orderBy: stagingmumbai_Relayer_orderBy; - stagingmumbai_RootCount: ResolverTypeWrapper; - stagingmumbai_RootCount_filter: stagingmumbai_RootCount_filter; - stagingmumbai_RootCount_orderBy: stagingmumbai_RootCount_orderBy; - stagingmumbai_RootMessageSent: ResolverTypeWrapper; - stagingmumbai_RootMessageSent_filter: stagingmumbai_RootMessageSent_filter; - stagingmumbai_RootMessageSent_orderBy: stagingmumbai_RootMessageSent_orderBy; - stagingmumbai_Router: ResolverTypeWrapper; - stagingmumbai_RouterDailyTVL: ResolverTypeWrapper; - stagingmumbai_RouterDailyTVL_filter: stagingmumbai_RouterDailyTVL_filter; - stagingmumbai_RouterDailyTVL_orderBy: stagingmumbai_RouterDailyTVL_orderBy; - stagingmumbai_Router_filter: stagingmumbai_Router_filter; - stagingmumbai_Router_orderBy: stagingmumbai_Router_orderBy; - stagingmumbai_Sequencer: ResolverTypeWrapper; - stagingmumbai_Sequencer_filter: stagingmumbai_Sequencer_filter; - stagingmumbai_Sequencer_orderBy: stagingmumbai_Sequencer_orderBy; - stagingmumbai_Setting: ResolverTypeWrapper; - stagingmumbai_Setting_filter: stagingmumbai_Setting_filter; - stagingmumbai_Setting_orderBy: stagingmumbai_Setting_orderBy; - stagingmumbai_SlippageUpdate: ResolverTypeWrapper; - stagingmumbai_SlippageUpdate_filter: stagingmumbai_SlippageUpdate_filter; - stagingmumbai_SlippageUpdate_orderBy: stagingmumbai_SlippageUpdate_orderBy; - stagingmumbai_SnapshotRoot: ResolverTypeWrapper; - stagingmumbai_SnapshotRoot_filter: stagingmumbai_SnapshotRoot_filter; - stagingmumbai_SnapshotRoot_orderBy: stagingmumbai_SnapshotRoot_orderBy; - stagingmumbai_SpokeConnectorMode: ResolverTypeWrapper; - stagingmumbai_SpokeConnectorMode_filter: stagingmumbai_SpokeConnectorMode_filter; - stagingmumbai_SpokeConnectorMode_orderBy: stagingmumbai_SpokeConnectorMode_orderBy; - stagingmumbai_TransferStatus: stagingmumbai_TransferStatus; - stagingmumbai__Block_: ResolverTypeWrapper; - stagingmumbai__Meta_: ResolverTypeWrapper; - arbitrumgoerli_AggregateRoot: ResolverTypeWrapper; - arbitrumgoerli_AggregateRoot_filter: arbitrumgoerli_AggregateRoot_filter; - arbitrumgoerli_AggregateRoot_orderBy: arbitrumgoerli_AggregateRoot_orderBy; - arbitrumgoerli_Asset: ResolverTypeWrapper; - arbitrumgoerli_AssetBalance: ResolverTypeWrapper; - arbitrumgoerli_AssetBalance_filter: arbitrumgoerli_AssetBalance_filter; - arbitrumgoerli_AssetBalance_orderBy: arbitrumgoerli_AssetBalance_orderBy; - arbitrumgoerli_AssetStatus: ResolverTypeWrapper; - arbitrumgoerli_AssetStatus_filter: arbitrumgoerli_AssetStatus_filter; - arbitrumgoerli_AssetStatus_orderBy: arbitrumgoerli_AssetStatus_orderBy; - arbitrumgoerli_Asset_filter: arbitrumgoerli_Asset_filter; - arbitrumgoerli_Asset_orderBy: arbitrumgoerli_Asset_orderBy; - arbitrumgoerli_BigDecimal: ResolverTypeWrapper; - arbitrumgoerli_BlockChangedFilter: arbitrumgoerli_BlockChangedFilter; - arbitrumgoerli_Block_height: arbitrumgoerli_Block_height; - arbitrumgoerli_Bytes: ResolverTypeWrapper; - arbitrumgoerli_ConnectorMeta: ResolverTypeWrapper; - arbitrumgoerli_ConnectorMeta_filter: arbitrumgoerli_ConnectorMeta_filter; - arbitrumgoerli_ConnectorMeta_orderBy: arbitrumgoerli_ConnectorMeta_orderBy; - arbitrumgoerli_DestinationTransfer: ResolverTypeWrapper; - arbitrumgoerli_DestinationTransfer_filter: arbitrumgoerli_DestinationTransfer_filter; - arbitrumgoerli_DestinationTransfer_orderBy: arbitrumgoerli_DestinationTransfer_orderBy; - arbitrumgoerli_Int8: ResolverTypeWrapper; - arbitrumgoerli_OrderDirection: arbitrumgoerli_OrderDirection; - arbitrumgoerli_OriginMessage: ResolverTypeWrapper; - arbitrumgoerli_OriginMessage_filter: arbitrumgoerli_OriginMessage_filter; - arbitrumgoerli_OriginMessage_orderBy: arbitrumgoerli_OriginMessage_orderBy; - arbitrumgoerli_OriginTransfer: ResolverTypeWrapper; - arbitrumgoerli_OriginTransfer_filter: arbitrumgoerli_OriginTransfer_filter; - arbitrumgoerli_OriginTransfer_orderBy: arbitrumgoerli_OriginTransfer_orderBy; - arbitrumgoerli_Relayer: ResolverTypeWrapper; - arbitrumgoerli_RelayerFee: ResolverTypeWrapper; - arbitrumgoerli_RelayerFee_filter: arbitrumgoerli_RelayerFee_filter; - arbitrumgoerli_RelayerFee_orderBy: arbitrumgoerli_RelayerFee_orderBy; - arbitrumgoerli_RelayerFeesIncrease: ResolverTypeWrapper; - arbitrumgoerli_RelayerFeesIncrease_filter: arbitrumgoerli_RelayerFeesIncrease_filter; - arbitrumgoerli_RelayerFeesIncrease_orderBy: arbitrumgoerli_RelayerFeesIncrease_orderBy; - arbitrumgoerli_Relayer_filter: arbitrumgoerli_Relayer_filter; - arbitrumgoerli_Relayer_orderBy: arbitrumgoerli_Relayer_orderBy; - arbitrumgoerli_RootCount: ResolverTypeWrapper; - arbitrumgoerli_RootCount_filter: arbitrumgoerli_RootCount_filter; - arbitrumgoerli_RootCount_orderBy: arbitrumgoerli_RootCount_orderBy; - arbitrumgoerli_RootMessageSent: ResolverTypeWrapper; - arbitrumgoerli_RootMessageSent_filter: arbitrumgoerli_RootMessageSent_filter; - arbitrumgoerli_RootMessageSent_orderBy: arbitrumgoerli_RootMessageSent_orderBy; - arbitrumgoerli_Router: ResolverTypeWrapper; - arbitrumgoerli_RouterDailyTVL: ResolverTypeWrapper; - arbitrumgoerli_RouterDailyTVL_filter: arbitrumgoerli_RouterDailyTVL_filter; - arbitrumgoerli_RouterDailyTVL_orderBy: arbitrumgoerli_RouterDailyTVL_orderBy; - arbitrumgoerli_RouterLiquidityEvent: ResolverTypeWrapper; - arbitrumgoerli_RouterLiquidityEventType: arbitrumgoerli_RouterLiquidityEventType; - arbitrumgoerli_RouterLiquidityEvent_filter: arbitrumgoerli_RouterLiquidityEvent_filter; - arbitrumgoerli_RouterLiquidityEvent_orderBy: arbitrumgoerli_RouterLiquidityEvent_orderBy; - arbitrumgoerli_Router_filter: arbitrumgoerli_Router_filter; - arbitrumgoerli_Router_orderBy: arbitrumgoerli_Router_orderBy; - arbitrumgoerli_Sequencer: ResolverTypeWrapper; - arbitrumgoerli_Sequencer_filter: arbitrumgoerli_Sequencer_filter; - arbitrumgoerli_Sequencer_orderBy: arbitrumgoerli_Sequencer_orderBy; - arbitrumgoerli_Setting: ResolverTypeWrapper; - arbitrumgoerli_Setting_filter: arbitrumgoerli_Setting_filter; - arbitrumgoerli_Setting_orderBy: arbitrumgoerli_Setting_orderBy; - arbitrumgoerli_SlippageUpdate: ResolverTypeWrapper; - arbitrumgoerli_SlippageUpdate_filter: arbitrumgoerli_SlippageUpdate_filter; - arbitrumgoerli_SlippageUpdate_orderBy: arbitrumgoerli_SlippageUpdate_orderBy; - arbitrumgoerli_TransferStatus: arbitrumgoerli_TransferStatus; - arbitrumgoerli__Block_: ResolverTypeWrapper; - arbitrumgoerli__Meta_: ResolverTypeWrapper; - mumbai_AggregateRoot: ResolverTypeWrapper; - mumbai_AggregateRoot_filter: mumbai_AggregateRoot_filter; - mumbai_AggregateRoot_orderBy: mumbai_AggregateRoot_orderBy; - mumbai_Asset: ResolverTypeWrapper; - mumbai_AssetBalance: ResolverTypeWrapper; - mumbai_AssetBalance_filter: mumbai_AssetBalance_filter; - mumbai_AssetBalance_orderBy: mumbai_AssetBalance_orderBy; - mumbai_AssetStatus: ResolverTypeWrapper; - mumbai_AssetStatus_filter: mumbai_AssetStatus_filter; - mumbai_AssetStatus_orderBy: mumbai_AssetStatus_orderBy; - mumbai_Asset_filter: mumbai_Asset_filter; - mumbai_Asset_orderBy: mumbai_Asset_orderBy; - mumbai_BigDecimal: ResolverTypeWrapper; - mumbai_BlockChangedFilter: mumbai_BlockChangedFilter; - mumbai_Block_height: mumbai_Block_height; - mumbai_Bytes: ResolverTypeWrapper; - mumbai_ConnectorMeta: ResolverTypeWrapper; - mumbai_ConnectorMeta_filter: mumbai_ConnectorMeta_filter; - mumbai_ConnectorMeta_orderBy: mumbai_ConnectorMeta_orderBy; - mumbai_DestinationTransfer: ResolverTypeWrapper; - mumbai_DestinationTransfer_filter: mumbai_DestinationTransfer_filter; - mumbai_DestinationTransfer_orderBy: mumbai_DestinationTransfer_orderBy; - mumbai_Int8: ResolverTypeWrapper; - mumbai_OrderDirection: mumbai_OrderDirection; - mumbai_OriginMessage: ResolverTypeWrapper; - mumbai_OriginMessage_filter: mumbai_OriginMessage_filter; - mumbai_OriginMessage_orderBy: mumbai_OriginMessage_orderBy; - mumbai_OriginTransfer: ResolverTypeWrapper; - mumbai_OriginTransfer_filter: mumbai_OriginTransfer_filter; - mumbai_OriginTransfer_orderBy: mumbai_OriginTransfer_orderBy; - mumbai_Relayer: ResolverTypeWrapper; - mumbai_RelayerFee: ResolverTypeWrapper; - mumbai_RelayerFee_filter: mumbai_RelayerFee_filter; - mumbai_RelayerFee_orderBy: mumbai_RelayerFee_orderBy; - mumbai_RelayerFeesIncrease: ResolverTypeWrapper; - mumbai_RelayerFeesIncrease_filter: mumbai_RelayerFeesIncrease_filter; - mumbai_RelayerFeesIncrease_orderBy: mumbai_RelayerFeesIncrease_orderBy; - mumbai_Relayer_filter: mumbai_Relayer_filter; - mumbai_Relayer_orderBy: mumbai_Relayer_orderBy; - mumbai_RootCount: ResolverTypeWrapper; - mumbai_RootCount_filter: mumbai_RootCount_filter; - mumbai_RootCount_orderBy: mumbai_RootCount_orderBy; - mumbai_RootMessageSent: ResolverTypeWrapper; - mumbai_RootMessageSent_filter: mumbai_RootMessageSent_filter; - mumbai_RootMessageSent_orderBy: mumbai_RootMessageSent_orderBy; - mumbai_Router: ResolverTypeWrapper; - mumbai_RouterDailyTVL: ResolverTypeWrapper; - mumbai_RouterDailyTVL_filter: mumbai_RouterDailyTVL_filter; - mumbai_RouterDailyTVL_orderBy: mumbai_RouterDailyTVL_orderBy; - mumbai_RouterLiquidityEvent: ResolverTypeWrapper; - mumbai_RouterLiquidityEventType: mumbai_RouterLiquidityEventType; - mumbai_RouterLiquidityEvent_filter: mumbai_RouterLiquidityEvent_filter; - mumbai_RouterLiquidityEvent_orderBy: mumbai_RouterLiquidityEvent_orderBy; - mumbai_Router_filter: mumbai_Router_filter; - mumbai_Router_orderBy: mumbai_Router_orderBy; - mumbai_Sequencer: ResolverTypeWrapper; - mumbai_Sequencer_filter: mumbai_Sequencer_filter; - mumbai_Sequencer_orderBy: mumbai_Sequencer_orderBy; - mumbai_Setting: ResolverTypeWrapper; - mumbai_Setting_filter: mumbai_Setting_filter; - mumbai_Setting_orderBy: mumbai_Setting_orderBy; - mumbai_SlippageUpdate: ResolverTypeWrapper; - mumbai_SlippageUpdate_filter: mumbai_SlippageUpdate_filter; - mumbai_SlippageUpdate_orderBy: mumbai_SlippageUpdate_orderBy; - mumbai_TransferStatus: mumbai_TransferStatus; - mumbai__Block_: ResolverTypeWrapper; - mumbai__Meta_: ResolverTypeWrapper; - xdai_AggregateRoot: ResolverTypeWrapper; - xdai_AggregateRoot_filter: xdai_AggregateRoot_filter; - xdai_AggregateRoot_orderBy: xdai_AggregateRoot_orderBy; - xdai_Asset: ResolverTypeWrapper; - xdai_AssetBalance: ResolverTypeWrapper; - xdai_AssetBalance_filter: xdai_AssetBalance_filter; - xdai_AssetBalance_orderBy: xdai_AssetBalance_orderBy; - xdai_AssetStatus: ResolverTypeWrapper; - xdai_AssetStatus_filter: xdai_AssetStatus_filter; - xdai_AssetStatus_orderBy: xdai_AssetStatus_orderBy; - xdai_Asset_filter: xdai_Asset_filter; - xdai_Asset_orderBy: xdai_Asset_orderBy; - xdai_BigDecimal: ResolverTypeWrapper; - xdai_BlockChangedFilter: xdai_BlockChangedFilter; - xdai_Block_height: xdai_Block_height; - xdai_Bytes: ResolverTypeWrapper; - xdai_ConnectorMeta: ResolverTypeWrapper; - xdai_ConnectorMeta_filter: xdai_ConnectorMeta_filter; - xdai_ConnectorMeta_orderBy: xdai_ConnectorMeta_orderBy; - xdai_DestinationTransfer: ResolverTypeWrapper; - xdai_DestinationTransfer_filter: xdai_DestinationTransfer_filter; - xdai_DestinationTransfer_orderBy: xdai_DestinationTransfer_orderBy; - xdai_Int8: ResolverTypeWrapper; - xdai_OrderDirection: xdai_OrderDirection; - xdai_OriginMessage: ResolverTypeWrapper; - xdai_OriginMessage_filter: xdai_OriginMessage_filter; - xdai_OriginMessage_orderBy: xdai_OriginMessage_orderBy; - xdai_OriginTransfer: ResolverTypeWrapper; - xdai_OriginTransfer_filter: xdai_OriginTransfer_filter; - xdai_OriginTransfer_orderBy: xdai_OriginTransfer_orderBy; - xdai_Relayer: ResolverTypeWrapper; - xdai_RelayerFee: ResolverTypeWrapper; - xdai_RelayerFee_filter: xdai_RelayerFee_filter; - xdai_RelayerFee_orderBy: xdai_RelayerFee_orderBy; - xdai_RelayerFeesIncrease: ResolverTypeWrapper; - xdai_RelayerFeesIncrease_filter: xdai_RelayerFeesIncrease_filter; - xdai_RelayerFeesIncrease_orderBy: xdai_RelayerFeesIncrease_orderBy; - xdai_Relayer_filter: xdai_Relayer_filter; - xdai_Relayer_orderBy: xdai_Relayer_orderBy; - xdai_RootCount: ResolverTypeWrapper; - xdai_RootCount_filter: xdai_RootCount_filter; - xdai_RootCount_orderBy: xdai_RootCount_orderBy; - xdai_RootMessageSent: ResolverTypeWrapper; - xdai_RootMessageSent_filter: xdai_RootMessageSent_filter; - xdai_RootMessageSent_orderBy: xdai_RootMessageSent_orderBy; - xdai_Router: ResolverTypeWrapper; - xdai_RouterDailyTVL: ResolverTypeWrapper; - xdai_RouterDailyTVL_filter: xdai_RouterDailyTVL_filter; - xdai_RouterDailyTVL_orderBy: xdai_RouterDailyTVL_orderBy; - xdai_RouterLiquidityEvent: ResolverTypeWrapper; - xdai_RouterLiquidityEventType: xdai_RouterLiquidityEventType; - xdai_RouterLiquidityEvent_filter: xdai_RouterLiquidityEvent_filter; - xdai_RouterLiquidityEvent_orderBy: xdai_RouterLiquidityEvent_orderBy; - xdai_Router_filter: xdai_Router_filter; - xdai_Router_orderBy: xdai_Router_orderBy; - xdai_Sequencer: ResolverTypeWrapper; - xdai_Sequencer_filter: xdai_Sequencer_filter; - xdai_Sequencer_orderBy: xdai_Sequencer_orderBy; - xdai_Setting: ResolverTypeWrapper; - xdai_Setting_filter: xdai_Setting_filter; - xdai_Setting_orderBy: xdai_Setting_orderBy; - xdai_SlippageUpdate: ResolverTypeWrapper; - xdai_SlippageUpdate_filter: xdai_SlippageUpdate_filter; - xdai_SlippageUpdate_orderBy: xdai_SlippageUpdate_orderBy; - xdai_TransferStatus: xdai_TransferStatus; - xdai__Block_: ResolverTypeWrapper; - xdai__Meta_: ResolverTypeWrapper; - localarbitrumone_AggregateRoot: ResolverTypeWrapper; - localarbitrumone_AggregateRootProposed: ResolverTypeWrapper; - localarbitrumone_AggregateRootProposed_filter: localarbitrumone_AggregateRootProposed_filter; - localarbitrumone_AggregateRootProposed_orderBy: localarbitrumone_AggregateRootProposed_orderBy; - localarbitrumone_AggregateRoot_filter: localarbitrumone_AggregateRoot_filter; - localarbitrumone_AggregateRoot_orderBy: localarbitrumone_AggregateRoot_orderBy; - localarbitrumone_Asset: ResolverTypeWrapper; - localarbitrumone_AssetBalance: ResolverTypeWrapper; - localarbitrumone_AssetBalance_filter: localarbitrumone_AssetBalance_filter; - localarbitrumone_AssetBalance_orderBy: localarbitrumone_AssetBalance_orderBy; - localarbitrumone_AssetStatus: ResolverTypeWrapper; - localarbitrumone_AssetStatus_filter: localarbitrumone_AssetStatus_filter; - localarbitrumone_AssetStatus_orderBy: localarbitrumone_AssetStatus_orderBy; - localarbitrumone_Asset_filter: localarbitrumone_Asset_filter; - localarbitrumone_Asset_orderBy: localarbitrumone_Asset_orderBy; - localarbitrumone_BigDecimal: ResolverTypeWrapper; - localarbitrumone_BlockChangedFilter: localarbitrumone_BlockChangedFilter; - localarbitrumone_Block_height: localarbitrumone_Block_height; - localarbitrumone_Bytes: ResolverTypeWrapper; - localarbitrumone_ConnectorMeta: ResolverTypeWrapper; - localarbitrumone_ConnectorMeta_filter: localarbitrumone_ConnectorMeta_filter; - localarbitrumone_ConnectorMeta_orderBy: localarbitrumone_ConnectorMeta_orderBy; - localarbitrumone_DestinationTransfer: ResolverTypeWrapper; - localarbitrumone_DestinationTransfer_filter: localarbitrumone_DestinationTransfer_filter; - localarbitrumone_DestinationTransfer_orderBy: localarbitrumone_DestinationTransfer_orderBy; - localarbitrumone_Int8: ResolverTypeWrapper; - localarbitrumone_OptimisticRootFinalized: ResolverTypeWrapper; - localarbitrumone_OptimisticRootFinalized_filter: localarbitrumone_OptimisticRootFinalized_filter; - localarbitrumone_OptimisticRootFinalized_orderBy: localarbitrumone_OptimisticRootFinalized_orderBy; - localarbitrumone_OrderDirection: localarbitrumone_OrderDirection; - localarbitrumone_OriginMessage: ResolverTypeWrapper; - localarbitrumone_OriginMessage_filter: localarbitrumone_OriginMessage_filter; - localarbitrumone_OriginMessage_orderBy: localarbitrumone_OriginMessage_orderBy; - localarbitrumone_OriginTransfer: ResolverTypeWrapper; - localarbitrumone_OriginTransfer_filter: localarbitrumone_OriginTransfer_filter; - localarbitrumone_OriginTransfer_orderBy: localarbitrumone_OriginTransfer_orderBy; - localarbitrumone_Relayer: ResolverTypeWrapper; - localarbitrumone_RelayerFee: ResolverTypeWrapper; - localarbitrumone_RelayerFee_filter: localarbitrumone_RelayerFee_filter; - localarbitrumone_RelayerFee_orderBy: localarbitrumone_RelayerFee_orderBy; - localarbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; - localarbitrumone_RelayerFeesIncrease_filter: localarbitrumone_RelayerFeesIncrease_filter; - localarbitrumone_RelayerFeesIncrease_orderBy: localarbitrumone_RelayerFeesIncrease_orderBy; - localarbitrumone_Relayer_filter: localarbitrumone_Relayer_filter; - localarbitrumone_Relayer_orderBy: localarbitrumone_Relayer_orderBy; - localarbitrumone_RootCount: ResolverTypeWrapper; - localarbitrumone_RootCount_filter: localarbitrumone_RootCount_filter; - localarbitrumone_RootCount_orderBy: localarbitrumone_RootCount_orderBy; - localarbitrumone_RootMessageSent: ResolverTypeWrapper; - localarbitrumone_RootMessageSent_filter: localarbitrumone_RootMessageSent_filter; - localarbitrumone_RootMessageSent_orderBy: localarbitrumone_RootMessageSent_orderBy; - localarbitrumone_Router: ResolverTypeWrapper; - localarbitrumone_RouterDailyTVL: ResolverTypeWrapper; - localarbitrumone_RouterDailyTVL_filter: localarbitrumone_RouterDailyTVL_filter; - localarbitrumone_RouterDailyTVL_orderBy: localarbitrumone_RouterDailyTVL_orderBy; - localarbitrumone_Router_filter: localarbitrumone_Router_filter; - localarbitrumone_Router_orderBy: localarbitrumone_Router_orderBy; - localarbitrumone_Sequencer: ResolverTypeWrapper; - localarbitrumone_Sequencer_filter: localarbitrumone_Sequencer_filter; - localarbitrumone_Sequencer_orderBy: localarbitrumone_Sequencer_orderBy; - localarbitrumone_Setting: ResolverTypeWrapper; - localarbitrumone_Setting_filter: localarbitrumone_Setting_filter; - localarbitrumone_Setting_orderBy: localarbitrumone_Setting_orderBy; - localarbitrumone_SlippageUpdate: ResolverTypeWrapper; - localarbitrumone_SlippageUpdate_filter: localarbitrumone_SlippageUpdate_filter; - localarbitrumone_SlippageUpdate_orderBy: localarbitrumone_SlippageUpdate_orderBy; - localarbitrumone_SnapshotRoot: ResolverTypeWrapper; - localarbitrumone_SnapshotRoot_filter: localarbitrumone_SnapshotRoot_filter; - localarbitrumone_SnapshotRoot_orderBy: localarbitrumone_SnapshotRoot_orderBy; - localarbitrumone_SpokeConnectorMode: ResolverTypeWrapper; - localarbitrumone_SpokeConnectorMode_filter: localarbitrumone_SpokeConnectorMode_filter; - localarbitrumone_SpokeConnectorMode_orderBy: localarbitrumone_SpokeConnectorMode_orderBy; - localarbitrumone_TransferStatus: localarbitrumone_TransferStatus; - localarbitrumone__Block_: ResolverTypeWrapper; - localarbitrumone__Meta_: ResolverTypeWrapper; - bnb_AggregateRoot: ResolverTypeWrapper; - bnb_AggregateRoot_filter: bnb_AggregateRoot_filter; - bnb_AggregateRoot_orderBy: bnb_AggregateRoot_orderBy; - bnb_Asset: ResolverTypeWrapper; - bnb_AssetBalance: ResolverTypeWrapper; - bnb_AssetBalance_filter: bnb_AssetBalance_filter; - bnb_AssetBalance_orderBy: bnb_AssetBalance_orderBy; - bnb_AssetStatus: ResolverTypeWrapper; - bnb_AssetStatus_filter: bnb_AssetStatus_filter; - bnb_AssetStatus_orderBy: bnb_AssetStatus_orderBy; - bnb_Asset_filter: bnb_Asset_filter; - bnb_Asset_orderBy: bnb_Asset_orderBy; - bnb_BigDecimal: ResolverTypeWrapper; - bnb_BlockChangedFilter: bnb_BlockChangedFilter; - bnb_Block_height: bnb_Block_height; - bnb_Bytes: ResolverTypeWrapper; - bnb_ConnectorMeta: ResolverTypeWrapper; - bnb_ConnectorMeta_filter: bnb_ConnectorMeta_filter; - bnb_ConnectorMeta_orderBy: bnb_ConnectorMeta_orderBy; - bnb_DestinationTransfer: ResolverTypeWrapper; - bnb_DestinationTransfer_filter: bnb_DestinationTransfer_filter; - bnb_DestinationTransfer_orderBy: bnb_DestinationTransfer_orderBy; - bnb_Int8: ResolverTypeWrapper; - bnb_OrderDirection: bnb_OrderDirection; - bnb_OriginMessage: ResolverTypeWrapper; - bnb_OriginMessage_filter: bnb_OriginMessage_filter; - bnb_OriginMessage_orderBy: bnb_OriginMessage_orderBy; - bnb_OriginTransfer: ResolverTypeWrapper; - bnb_OriginTransfer_filter: bnb_OriginTransfer_filter; - bnb_OriginTransfer_orderBy: bnb_OriginTransfer_orderBy; - bnb_Relayer: ResolverTypeWrapper; - bnb_RelayerFee: ResolverTypeWrapper; - bnb_RelayerFee_filter: bnb_RelayerFee_filter; - bnb_RelayerFee_orderBy: bnb_RelayerFee_orderBy; - bnb_RelayerFeesIncrease: ResolverTypeWrapper; - bnb_RelayerFeesIncrease_filter: bnb_RelayerFeesIncrease_filter; - bnb_RelayerFeesIncrease_orderBy: bnb_RelayerFeesIncrease_orderBy; - bnb_Relayer_filter: bnb_Relayer_filter; - bnb_Relayer_orderBy: bnb_Relayer_orderBy; - bnb_RootCount: ResolverTypeWrapper; - bnb_RootCount_filter: bnb_RootCount_filter; - bnb_RootCount_orderBy: bnb_RootCount_orderBy; - bnb_RootMessageSent: ResolverTypeWrapper; - bnb_RootMessageSent_filter: bnb_RootMessageSent_filter; - bnb_RootMessageSent_orderBy: bnb_RootMessageSent_orderBy; - bnb_Router: ResolverTypeWrapper; - bnb_RouterDailyTVL: ResolverTypeWrapper; - bnb_RouterDailyTVL_filter: bnb_RouterDailyTVL_filter; - bnb_RouterDailyTVL_orderBy: bnb_RouterDailyTVL_orderBy; - bnb_RouterLiquidityEvent: ResolverTypeWrapper; - bnb_RouterLiquidityEventType: bnb_RouterLiquidityEventType; - bnb_RouterLiquidityEvent_filter: bnb_RouterLiquidityEvent_filter; - bnb_RouterLiquidityEvent_orderBy: bnb_RouterLiquidityEvent_orderBy; - bnb_Router_filter: bnb_Router_filter; - bnb_Router_orderBy: bnb_Router_orderBy; - bnb_Sequencer: ResolverTypeWrapper; - bnb_Sequencer_filter: bnb_Sequencer_filter; - bnb_Sequencer_orderBy: bnb_Sequencer_orderBy; - bnb_Setting: ResolverTypeWrapper; - bnb_Setting_filter: bnb_Setting_filter; - bnb_Setting_orderBy: bnb_Setting_orderBy; - bnb_SlippageUpdate: ResolverTypeWrapper; - bnb_SlippageUpdate_filter: bnb_SlippageUpdate_filter; - bnb_SlippageUpdate_orderBy: bnb_SlippageUpdate_orderBy; - bnb_TransferStatus: bnb_TransferStatus; - bnb__Block_: ResolverTypeWrapper; - bnb__Meta_: ResolverTypeWrapper; - linea_AggregateRoot: ResolverTypeWrapper; - linea_AggregateRoot_filter: linea_AggregateRoot_filter; - linea_AggregateRoot_orderBy: linea_AggregateRoot_orderBy; - linea_Asset: ResolverTypeWrapper; - linea_AssetBalance: ResolverTypeWrapper; - linea_AssetBalance_filter: linea_AssetBalance_filter; - linea_AssetBalance_orderBy: linea_AssetBalance_orderBy; - linea_AssetStatus: ResolverTypeWrapper; - linea_AssetStatus_filter: linea_AssetStatus_filter; - linea_AssetStatus_orderBy: linea_AssetStatus_orderBy; - linea_Asset_filter: linea_Asset_filter; - linea_Asset_orderBy: linea_Asset_orderBy; - linea_BigDecimal: ResolverTypeWrapper; - linea_BlockChangedFilter: linea_BlockChangedFilter; - linea_Block_height: linea_Block_height; - linea_Bytes: ResolverTypeWrapper; - linea_ConnectorMeta: ResolverTypeWrapper; - linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; - linea_ConnectorMeta_orderBy: linea_ConnectorMeta_orderBy; - linea_DestinationTransfer: ResolverTypeWrapper; - linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; - linea_DestinationTransfer_orderBy: linea_DestinationTransfer_orderBy; - linea_OrderDirection: linea_OrderDirection; - linea_OriginMessage: ResolverTypeWrapper; - linea_OriginMessage_filter: linea_OriginMessage_filter; - linea_OriginMessage_orderBy: linea_OriginMessage_orderBy; - linea_OriginTransfer: ResolverTypeWrapper; - linea_OriginTransfer_filter: linea_OriginTransfer_filter; - linea_OriginTransfer_orderBy: linea_OriginTransfer_orderBy; - linea_Relayer: ResolverTypeWrapper; - linea_RelayerFee: ResolverTypeWrapper; - linea_RelayerFee_filter: linea_RelayerFee_filter; - linea_RelayerFee_orderBy: linea_RelayerFee_orderBy; - linea_RelayerFeesIncrease: ResolverTypeWrapper; - linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; - linea_RelayerFeesIncrease_orderBy: linea_RelayerFeesIncrease_orderBy; - linea_Relayer_filter: linea_Relayer_filter; - linea_Relayer_orderBy: linea_Relayer_orderBy; - linea_RootCount: ResolverTypeWrapper; - linea_RootCount_filter: linea_RootCount_filter; - linea_RootCount_orderBy: linea_RootCount_orderBy; - linea_RootMessageSent: ResolverTypeWrapper; - linea_RootMessageSent_filter: linea_RootMessageSent_filter; - linea_RootMessageSent_orderBy: linea_RootMessageSent_orderBy; - linea_Router: ResolverTypeWrapper; - linea_RouterDailyTVL: ResolverTypeWrapper; - linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; - linea_RouterDailyTVL_orderBy: linea_RouterDailyTVL_orderBy; - linea_RouterLiquidityEvent: ResolverTypeWrapper; - linea_RouterLiquidityEventType: linea_RouterLiquidityEventType; - linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; - linea_RouterLiquidityEvent_orderBy: linea_RouterLiquidityEvent_orderBy; - linea_Router_filter: linea_Router_filter; - linea_Router_orderBy: linea_Router_orderBy; - linea_Sequencer: ResolverTypeWrapper; - linea_Sequencer_filter: linea_Sequencer_filter; - linea_Sequencer_orderBy: linea_Sequencer_orderBy; - linea_Setting: ResolverTypeWrapper; - linea_Setting_filter: linea_Setting_filter; - linea_Setting_orderBy: linea_Setting_orderBy; - linea_SlippageUpdate: ResolverTypeWrapper; - linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; - linea_SlippageUpdate_orderBy: linea_SlippageUpdate_orderBy; - linea_TransferStatus: linea_TransferStatus; - linea__Block_: ResolverTypeWrapper; - linea__Meta_: ResolverTypeWrapper; - localmainnet_AggregateRoot: ResolverTypeWrapper; - localmainnet_AggregateRootProposed: ResolverTypeWrapper; - localmainnet_AggregateRootProposed_filter: localmainnet_AggregateRootProposed_filter; - localmainnet_AggregateRootProposed_orderBy: localmainnet_AggregateRootProposed_orderBy; - localmainnet_AggregateRoot_filter: localmainnet_AggregateRoot_filter; - localmainnet_AggregateRoot_orderBy: localmainnet_AggregateRoot_orderBy; - localmainnet_Asset: ResolverTypeWrapper; - localmainnet_AssetBalance: ResolverTypeWrapper; - localmainnet_AssetBalance_filter: localmainnet_AssetBalance_filter; - localmainnet_AssetBalance_orderBy: localmainnet_AssetBalance_orderBy; - localmainnet_AssetStatus: ResolverTypeWrapper; - localmainnet_AssetStatus_filter: localmainnet_AssetStatus_filter; - localmainnet_AssetStatus_orderBy: localmainnet_AssetStatus_orderBy; - localmainnet_Asset_filter: localmainnet_Asset_filter; - localmainnet_Asset_orderBy: localmainnet_Asset_orderBy; - localmainnet_ConnectorMeta: ResolverTypeWrapper; - localmainnet_ConnectorMeta_filter: localmainnet_ConnectorMeta_filter; - localmainnet_ConnectorMeta_orderBy: localmainnet_ConnectorMeta_orderBy; - localmainnet_DestinationTransfer: ResolverTypeWrapper; - localmainnet_DestinationTransfer_filter: localmainnet_DestinationTransfer_filter; - localmainnet_DestinationTransfer_orderBy: localmainnet_DestinationTransfer_orderBy; - localmainnet_OptimisticRootFinalized: ResolverTypeWrapper; - localmainnet_OptimisticRootFinalized_filter: localmainnet_OptimisticRootFinalized_filter; - localmainnet_OptimisticRootFinalized_orderBy: localmainnet_OptimisticRootFinalized_orderBy; - localmainnet_OriginMessage: ResolverTypeWrapper; - localmainnet_OriginMessage_filter: localmainnet_OriginMessage_filter; - localmainnet_OriginMessage_orderBy: localmainnet_OriginMessage_orderBy; - localmainnet_OriginTransfer: ResolverTypeWrapper; - localmainnet_OriginTransfer_filter: localmainnet_OriginTransfer_filter; - localmainnet_OriginTransfer_orderBy: localmainnet_OriginTransfer_orderBy; - localmainnet_Relayer: ResolverTypeWrapper; - localmainnet_RelayerFee: ResolverTypeWrapper; - localmainnet_RelayerFee_filter: localmainnet_RelayerFee_filter; - localmainnet_RelayerFee_orderBy: localmainnet_RelayerFee_orderBy; - localmainnet_RelayerFeesIncrease: ResolverTypeWrapper; - localmainnet_RelayerFeesIncrease_filter: localmainnet_RelayerFeesIncrease_filter; - localmainnet_RelayerFeesIncrease_orderBy: localmainnet_RelayerFeesIncrease_orderBy; - localmainnet_Relayer_filter: localmainnet_Relayer_filter; - localmainnet_Relayer_orderBy: localmainnet_Relayer_orderBy; - localmainnet_RootCount: ResolverTypeWrapper; - localmainnet_RootCount_filter: localmainnet_RootCount_filter; - localmainnet_RootCount_orderBy: localmainnet_RootCount_orderBy; - localmainnet_RootMessageSent: ResolverTypeWrapper; - localmainnet_RootMessageSent_filter: localmainnet_RootMessageSent_filter; - localmainnet_RootMessageSent_orderBy: localmainnet_RootMessageSent_orderBy; - localmainnet_Router: ResolverTypeWrapper; - localmainnet_RouterDailyTVL: ResolverTypeWrapper; - localmainnet_RouterDailyTVL_filter: localmainnet_RouterDailyTVL_filter; - localmainnet_RouterDailyTVL_orderBy: localmainnet_RouterDailyTVL_orderBy; - localmainnet_Router_filter: localmainnet_Router_filter; - localmainnet_Router_orderBy: localmainnet_Router_orderBy; - localmainnet_Sequencer: ResolverTypeWrapper; - localmainnet_Sequencer_filter: localmainnet_Sequencer_filter; - localmainnet_Sequencer_orderBy: localmainnet_Sequencer_orderBy; - localmainnet_Setting: ResolverTypeWrapper; - localmainnet_Setting_filter: localmainnet_Setting_filter; - localmainnet_Setting_orderBy: localmainnet_Setting_orderBy; - localmainnet_SlippageUpdate: ResolverTypeWrapper; - localmainnet_SlippageUpdate_filter: localmainnet_SlippageUpdate_filter; - localmainnet_SlippageUpdate_orderBy: localmainnet_SlippageUpdate_orderBy; - localmainnet_SnapshotRoot: ResolverTypeWrapper; - localmainnet_SnapshotRoot_filter: localmainnet_SnapshotRoot_filter; - localmainnet_SnapshotRoot_orderBy: localmainnet_SnapshotRoot_orderBy; - localmainnet_SpokeConnectorMode: ResolverTypeWrapper; - localmainnet_SpokeConnectorMode_filter: localmainnet_SpokeConnectorMode_filter; - localmainnet_SpokeConnectorMode_orderBy: localmainnet_SpokeConnectorMode_orderBy; - localmainnet_TransferStatus: localmainnet_TransferStatus; - localoptimism_AggregateRoot: ResolverTypeWrapper; - localoptimism_AggregateRootProposed: ResolverTypeWrapper; - localoptimism_AggregateRootProposed_filter: localoptimism_AggregateRootProposed_filter; - localoptimism_AggregateRootProposed_orderBy: localoptimism_AggregateRootProposed_orderBy; - localoptimism_AggregateRoot_filter: localoptimism_AggregateRoot_filter; - localoptimism_AggregateRoot_orderBy: localoptimism_AggregateRoot_orderBy; - localoptimism_Asset: ResolverTypeWrapper; - localoptimism_AssetBalance: ResolverTypeWrapper; - localoptimism_AssetBalance_filter: localoptimism_AssetBalance_filter; - localoptimism_AssetBalance_orderBy: localoptimism_AssetBalance_orderBy; - localoptimism_AssetStatus: ResolverTypeWrapper; - localoptimism_AssetStatus_filter: localoptimism_AssetStatus_filter; - localoptimism_AssetStatus_orderBy: localoptimism_AssetStatus_orderBy; - localoptimism_Asset_filter: localoptimism_Asset_filter; - localoptimism_Asset_orderBy: localoptimism_Asset_orderBy; - localoptimism_BigDecimal: ResolverTypeWrapper; - localoptimism_BlockChangedFilter: localoptimism_BlockChangedFilter; - localoptimism_Block_height: localoptimism_Block_height; - localoptimism_Bytes: ResolverTypeWrapper; - localoptimism_ConnectorMeta: ResolverTypeWrapper; - localoptimism_ConnectorMeta_filter: localoptimism_ConnectorMeta_filter; - localoptimism_ConnectorMeta_orderBy: localoptimism_ConnectorMeta_orderBy; - localoptimism_DestinationTransfer: ResolverTypeWrapper; - localoptimism_DestinationTransfer_filter: localoptimism_DestinationTransfer_filter; - localoptimism_DestinationTransfer_orderBy: localoptimism_DestinationTransfer_orderBy; - localoptimism_Int8: ResolverTypeWrapper; - localoptimism_OptimisticRootFinalized: ResolverTypeWrapper; - localoptimism_OptimisticRootFinalized_filter: localoptimism_OptimisticRootFinalized_filter; - localoptimism_OptimisticRootFinalized_orderBy: localoptimism_OptimisticRootFinalized_orderBy; - localoptimism_OrderDirection: localoptimism_OrderDirection; - localoptimism_OriginMessage: ResolverTypeWrapper; - localoptimism_OriginMessage_filter: localoptimism_OriginMessage_filter; - localoptimism_OriginMessage_orderBy: localoptimism_OriginMessage_orderBy; - localoptimism_OriginTransfer: ResolverTypeWrapper; - localoptimism_OriginTransfer_filter: localoptimism_OriginTransfer_filter; - localoptimism_OriginTransfer_orderBy: localoptimism_OriginTransfer_orderBy; - localoptimism_Relayer: ResolverTypeWrapper; - localoptimism_RelayerFee: ResolverTypeWrapper; - localoptimism_RelayerFee_filter: localoptimism_RelayerFee_filter; - localoptimism_RelayerFee_orderBy: localoptimism_RelayerFee_orderBy; - localoptimism_RelayerFeesIncrease: ResolverTypeWrapper; - localoptimism_RelayerFeesIncrease_filter: localoptimism_RelayerFeesIncrease_filter; - localoptimism_RelayerFeesIncrease_orderBy: localoptimism_RelayerFeesIncrease_orderBy; - localoptimism_Relayer_filter: localoptimism_Relayer_filter; - localoptimism_Relayer_orderBy: localoptimism_Relayer_orderBy; - localoptimism_RootCount: ResolverTypeWrapper; - localoptimism_RootCount_filter: localoptimism_RootCount_filter; - localoptimism_RootCount_orderBy: localoptimism_RootCount_orderBy; - localoptimism_RootMessageSent: ResolverTypeWrapper; - localoptimism_RootMessageSent_filter: localoptimism_RootMessageSent_filter; - localoptimism_RootMessageSent_orderBy: localoptimism_RootMessageSent_orderBy; - localoptimism_Router: ResolverTypeWrapper; - localoptimism_RouterDailyTVL: ResolverTypeWrapper; - localoptimism_RouterDailyTVL_filter: localoptimism_RouterDailyTVL_filter; - localoptimism_RouterDailyTVL_orderBy: localoptimism_RouterDailyTVL_orderBy; - localoptimism_Router_filter: localoptimism_Router_filter; - localoptimism_Router_orderBy: localoptimism_Router_orderBy; - localoptimism_Sequencer: ResolverTypeWrapper; - localoptimism_Sequencer_filter: localoptimism_Sequencer_filter; - localoptimism_Sequencer_orderBy: localoptimism_Sequencer_orderBy; - localoptimism_Setting: ResolverTypeWrapper; - localoptimism_Setting_filter: localoptimism_Setting_filter; - localoptimism_Setting_orderBy: localoptimism_Setting_orderBy; - localoptimism_SlippageUpdate: ResolverTypeWrapper; - localoptimism_SlippageUpdate_filter: localoptimism_SlippageUpdate_filter; - localoptimism_SlippageUpdate_orderBy: localoptimism_SlippageUpdate_orderBy; - localoptimism_SnapshotRoot: ResolverTypeWrapper; - localoptimism_SnapshotRoot_filter: localoptimism_SnapshotRoot_filter; - localoptimism_SnapshotRoot_orderBy: localoptimism_SnapshotRoot_orderBy; - localoptimism_SpokeConnectorMode: ResolverTypeWrapper; - localoptimism_SpokeConnectorMode_filter: localoptimism_SpokeConnectorMode_filter; - localoptimism_SpokeConnectorMode_orderBy: localoptimism_SpokeConnectorMode_orderBy; - localoptimism_TransferStatus: localoptimism_TransferStatus; - localoptimism__Block_: ResolverTypeWrapper; - localoptimism__Meta_: ResolverTypeWrapper; - mainnet_AggregateRoot: ResolverTypeWrapper; - mainnet_AggregateRoot_filter: mainnet_AggregateRoot_filter; - mainnet_AggregateRoot_orderBy: mainnet_AggregateRoot_orderBy; - mainnet_Asset: ResolverTypeWrapper; - mainnet_AssetBalance: ResolverTypeWrapper; - mainnet_AssetBalance_filter: mainnet_AssetBalance_filter; - mainnet_AssetBalance_orderBy: mainnet_AssetBalance_orderBy; - mainnet_AssetStatus: ResolverTypeWrapper; - mainnet_AssetStatus_filter: mainnet_AssetStatus_filter; - mainnet_AssetStatus_orderBy: mainnet_AssetStatus_orderBy; - mainnet_Asset_filter: mainnet_Asset_filter; - mainnet_Asset_orderBy: mainnet_Asset_orderBy; - mainnet_ConnectorMeta: ResolverTypeWrapper; - mainnet_ConnectorMeta_filter: mainnet_ConnectorMeta_filter; - mainnet_ConnectorMeta_orderBy: mainnet_ConnectorMeta_orderBy; - mainnet_DestinationTransfer: ResolverTypeWrapper; - mainnet_DestinationTransfer_filter: mainnet_DestinationTransfer_filter; - mainnet_DestinationTransfer_orderBy: mainnet_DestinationTransfer_orderBy; - mainnet_OriginMessage: ResolverTypeWrapper; - mainnet_OriginMessage_filter: mainnet_OriginMessage_filter; - mainnet_OriginMessage_orderBy: mainnet_OriginMessage_orderBy; - mainnet_OriginTransfer: ResolverTypeWrapper; - mainnet_OriginTransfer_filter: mainnet_OriginTransfer_filter; - mainnet_OriginTransfer_orderBy: mainnet_OriginTransfer_orderBy; - mainnet_Relayer: ResolverTypeWrapper; - mainnet_RelayerFee: ResolverTypeWrapper; - mainnet_RelayerFee_filter: mainnet_RelayerFee_filter; - mainnet_RelayerFee_orderBy: mainnet_RelayerFee_orderBy; - mainnet_RelayerFeesIncrease: ResolverTypeWrapper; - mainnet_RelayerFeesIncrease_filter: mainnet_RelayerFeesIncrease_filter; - mainnet_RelayerFeesIncrease_orderBy: mainnet_RelayerFeesIncrease_orderBy; - mainnet_Relayer_filter: mainnet_Relayer_filter; - mainnet_Relayer_orderBy: mainnet_Relayer_orderBy; - mainnet_RootCount: ResolverTypeWrapper; - mainnet_RootCount_filter: mainnet_RootCount_filter; - mainnet_RootCount_orderBy: mainnet_RootCount_orderBy; - mainnet_RootMessageSent: ResolverTypeWrapper; - mainnet_RootMessageSent_filter: mainnet_RootMessageSent_filter; - mainnet_RootMessageSent_orderBy: mainnet_RootMessageSent_orderBy; - mainnet_Router: ResolverTypeWrapper; - mainnet_RouterDailyTVL: ResolverTypeWrapper; - mainnet_RouterDailyTVL_filter: mainnet_RouterDailyTVL_filter; - mainnet_RouterDailyTVL_orderBy: mainnet_RouterDailyTVL_orderBy; - mainnet_RouterLiquidityEvent: ResolverTypeWrapper; - mainnet_RouterLiquidityEventType: mainnet_RouterLiquidityEventType; - mainnet_RouterLiquidityEvent_filter: mainnet_RouterLiquidityEvent_filter; - mainnet_RouterLiquidityEvent_orderBy: mainnet_RouterLiquidityEvent_orderBy; - mainnet_Router_filter: mainnet_Router_filter; - mainnet_Router_orderBy: mainnet_Router_orderBy; - mainnet_Sequencer: ResolverTypeWrapper; - mainnet_Sequencer_filter: mainnet_Sequencer_filter; - mainnet_Sequencer_orderBy: mainnet_Sequencer_orderBy; - mainnet_Setting: ResolverTypeWrapper; - mainnet_Setting_filter: mainnet_Setting_filter; - mainnet_Setting_orderBy: mainnet_Setting_orderBy; - mainnet_SlippageUpdate: ResolverTypeWrapper; - mainnet_SlippageUpdate_filter: mainnet_SlippageUpdate_filter; - mainnet_SlippageUpdate_orderBy: mainnet_SlippageUpdate_orderBy; - mainnet_TransferStatus: mainnet_TransferStatus; - arbitrumone_AggregateRoot: ResolverTypeWrapper; - arbitrumone_AggregateRoot_filter: arbitrumone_AggregateRoot_filter; - arbitrumone_AggregateRoot_orderBy: arbitrumone_AggregateRoot_orderBy; - arbitrumone_Asset: ResolverTypeWrapper; - arbitrumone_AssetBalance: ResolverTypeWrapper; - arbitrumone_AssetBalance_filter: arbitrumone_AssetBalance_filter; - arbitrumone_AssetBalance_orderBy: arbitrumone_AssetBalance_orderBy; - arbitrumone_AssetStatus: ResolverTypeWrapper; - arbitrumone_AssetStatus_filter: arbitrumone_AssetStatus_filter; - arbitrumone_AssetStatus_orderBy: arbitrumone_AssetStatus_orderBy; - arbitrumone_Asset_filter: arbitrumone_Asset_filter; - arbitrumone_Asset_orderBy: arbitrumone_Asset_orderBy; - arbitrumone_BigDecimal: ResolverTypeWrapper; - arbitrumone_BlockChangedFilter: arbitrumone_BlockChangedFilter; - arbitrumone_Block_height: arbitrumone_Block_height; - arbitrumone_Bytes: ResolverTypeWrapper; - arbitrumone_ConnectorMeta: ResolverTypeWrapper; - arbitrumone_ConnectorMeta_filter: arbitrumone_ConnectorMeta_filter; - arbitrumone_ConnectorMeta_orderBy: arbitrumone_ConnectorMeta_orderBy; - arbitrumone_DestinationTransfer: ResolverTypeWrapper; - arbitrumone_DestinationTransfer_filter: arbitrumone_DestinationTransfer_filter; - arbitrumone_DestinationTransfer_orderBy: arbitrumone_DestinationTransfer_orderBy; - arbitrumone_Int8: ResolverTypeWrapper; - arbitrumone_OrderDirection: arbitrumone_OrderDirection; - arbitrumone_OriginMessage: ResolverTypeWrapper; - arbitrumone_OriginMessage_filter: arbitrumone_OriginMessage_filter; - arbitrumone_OriginMessage_orderBy: arbitrumone_OriginMessage_orderBy; - arbitrumone_OriginTransfer: ResolverTypeWrapper; - arbitrumone_OriginTransfer_filter: arbitrumone_OriginTransfer_filter; - arbitrumone_OriginTransfer_orderBy: arbitrumone_OriginTransfer_orderBy; - arbitrumone_Relayer: ResolverTypeWrapper; - arbitrumone_RelayerFee: ResolverTypeWrapper; - arbitrumone_RelayerFee_filter: arbitrumone_RelayerFee_filter; - arbitrumone_RelayerFee_orderBy: arbitrumone_RelayerFee_orderBy; - arbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; - arbitrumone_RelayerFeesIncrease_filter: arbitrumone_RelayerFeesIncrease_filter; - arbitrumone_RelayerFeesIncrease_orderBy: arbitrumone_RelayerFeesIncrease_orderBy; - arbitrumone_Relayer_filter: arbitrumone_Relayer_filter; - arbitrumone_Relayer_orderBy: arbitrumone_Relayer_orderBy; - arbitrumone_RootCount: ResolverTypeWrapper; - arbitrumone_RootCount_filter: arbitrumone_RootCount_filter; - arbitrumone_RootCount_orderBy: arbitrumone_RootCount_orderBy; - arbitrumone_RootMessageSent: ResolverTypeWrapper; - arbitrumone_RootMessageSent_filter: arbitrumone_RootMessageSent_filter; - arbitrumone_RootMessageSent_orderBy: arbitrumone_RootMessageSent_orderBy; - arbitrumone_Router: ResolverTypeWrapper; - arbitrumone_RouterDailyTVL: ResolverTypeWrapper; - arbitrumone_RouterDailyTVL_filter: arbitrumone_RouterDailyTVL_filter; - arbitrumone_RouterDailyTVL_orderBy: arbitrumone_RouterDailyTVL_orderBy; - arbitrumone_RouterLiquidityEvent: ResolverTypeWrapper; - arbitrumone_RouterLiquidityEventType: arbitrumone_RouterLiquidityEventType; - arbitrumone_RouterLiquidityEvent_filter: arbitrumone_RouterLiquidityEvent_filter; - arbitrumone_RouterLiquidityEvent_orderBy: arbitrumone_RouterLiquidityEvent_orderBy; - arbitrumone_Router_filter: arbitrumone_Router_filter; - arbitrumone_Router_orderBy: arbitrumone_Router_orderBy; - arbitrumone_Sequencer: ResolverTypeWrapper; - arbitrumone_Sequencer_filter: arbitrumone_Sequencer_filter; - arbitrumone_Sequencer_orderBy: arbitrumone_Sequencer_orderBy; - arbitrumone_Setting: ResolverTypeWrapper; - arbitrumone_Setting_filter: arbitrumone_Setting_filter; - arbitrumone_Setting_orderBy: arbitrumone_Setting_orderBy; - arbitrumone_SlippageUpdate: ResolverTypeWrapper; - arbitrumone_SlippageUpdate_filter: arbitrumone_SlippageUpdate_filter; - arbitrumone_SlippageUpdate_orderBy: arbitrumone_SlippageUpdate_orderBy; - arbitrumone_TransferStatus: arbitrumone_TransferStatus; - arbitrumone__Block_: ResolverTypeWrapper; - arbitrumone__Meta_: ResolverTypeWrapper; - polygon_AggregateRoot: ResolverTypeWrapper; - polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; - polygon_AggregateRoot_orderBy: polygon_AggregateRoot_orderBy; - polygon_Asset: ResolverTypeWrapper; - polygon_AssetBalance: ResolverTypeWrapper; - polygon_AssetBalance_filter: polygon_AssetBalance_filter; - polygon_AssetBalance_orderBy: polygon_AssetBalance_orderBy; - polygon_AssetStatus: ResolverTypeWrapper; - polygon_AssetStatus_filter: polygon_AssetStatus_filter; - polygon_AssetStatus_orderBy: polygon_AssetStatus_orderBy; - polygon_Asset_filter: polygon_Asset_filter; - polygon_Asset_orderBy: polygon_Asset_orderBy; - polygon_BigDecimal: ResolverTypeWrapper; - polygon_BlockChangedFilter: polygon_BlockChangedFilter; - polygon_Block_height: polygon_Block_height; - polygon_Bytes: ResolverTypeWrapper; - polygon_ConnectorMeta: ResolverTypeWrapper; - polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; - polygon_ConnectorMeta_orderBy: polygon_ConnectorMeta_orderBy; - polygon_DestinationTransfer: ResolverTypeWrapper; - polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; - polygon_DestinationTransfer_orderBy: polygon_DestinationTransfer_orderBy; - polygon_Int8: ResolverTypeWrapper; - polygon_OrderDirection: polygon_OrderDirection; - polygon_OriginMessage: ResolverTypeWrapper; - polygon_OriginMessage_filter: polygon_OriginMessage_filter; - polygon_OriginMessage_orderBy: polygon_OriginMessage_orderBy; - polygon_OriginTransfer: ResolverTypeWrapper; - polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; - polygon_OriginTransfer_orderBy: polygon_OriginTransfer_orderBy; - polygon_Relayer: ResolverTypeWrapper; - polygon_RelayerFee: ResolverTypeWrapper; - polygon_RelayerFee_filter: polygon_RelayerFee_filter; - polygon_RelayerFee_orderBy: polygon_RelayerFee_orderBy; - polygon_RelayerFeesIncrease: ResolverTypeWrapper; - polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; - polygon_RelayerFeesIncrease_orderBy: polygon_RelayerFeesIncrease_orderBy; - polygon_Relayer_filter: polygon_Relayer_filter; - polygon_Relayer_orderBy: polygon_Relayer_orderBy; - polygon_RootCount: ResolverTypeWrapper; - polygon_RootCount_filter: polygon_RootCount_filter; - polygon_RootCount_orderBy: polygon_RootCount_orderBy; - polygon_RootMessageSent: ResolverTypeWrapper; - polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; - polygon_RootMessageSent_orderBy: polygon_RootMessageSent_orderBy; - polygon_Router: ResolverTypeWrapper; - polygon_RouterDailyTVL: ResolverTypeWrapper; - polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; - polygon_RouterDailyTVL_orderBy: polygon_RouterDailyTVL_orderBy; - polygon_RouterLiquidityEvent: ResolverTypeWrapper; - polygon_RouterLiquidityEventType: polygon_RouterLiquidityEventType; - polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; - polygon_RouterLiquidityEvent_orderBy: polygon_RouterLiquidityEvent_orderBy; - polygon_Router_filter: polygon_Router_filter; - polygon_Router_orderBy: polygon_Router_orderBy; - polygon_Sequencer: ResolverTypeWrapper; - polygon_Sequencer_filter: polygon_Sequencer_filter; - polygon_Sequencer_orderBy: polygon_Sequencer_orderBy; - polygon_Setting: ResolverTypeWrapper; - polygon_Setting_filter: polygon_Setting_filter; - polygon_Setting_orderBy: polygon_Setting_orderBy; - polygon_SlippageUpdate: ResolverTypeWrapper; - polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; - polygon_SlippageUpdate_orderBy: polygon_SlippageUpdate_orderBy; - polygon_TransferStatus: polygon_TransferStatus; - polygon__Block_: ResolverTypeWrapper; - polygon__Meta_: ResolverTypeWrapper; -}>; - -/** Mapping between all available schema types and the resolvers parents */ -export type ResolversParentTypes = ResolversObject<{ - Query: {}; - Subscription: {}; - goerli_AggregatedMessageRoot: goerli_AggregatedMessageRoot; - goerli_AggregatedMessageRoot_filter: goerli_AggregatedMessageRoot_filter; - goerli_ArbitrumConnectorMeta: goerli_ArbitrumConnectorMeta; - goerli_ArbitrumConnectorMeta_filter: goerli_ArbitrumConnectorMeta_filter; - goerli_BigDecimal: Scalars['goerli_BigDecimal']; - BigInt: Scalars['BigInt']; - goerli_BlockChangedFilter: goerli_BlockChangedFilter; - goerli_Block_height: goerli_Block_height; - goerli_BnbConnectorMeta: goerli_BnbConnectorMeta; - goerli_BnbConnectorMeta_filter: goerli_BnbConnectorMeta_filter; - Boolean: Scalars['Boolean']; - goerli_Bytes: Scalars['goerli_Bytes']; - Float: Scalars['Float']; - goerli_GnosisConnectorMeta: goerli_GnosisConnectorMeta; - goerli_GnosisConnectorMeta_filter: goerli_GnosisConnectorMeta_filter; - ID: Scalars['ID']; - Int: Scalars['Int']; - goerli_Int8: Scalars['goerli_Int8']; - goerli_LineaConnectorMeta: goerli_LineaConnectorMeta; - goerli_LineaConnectorMeta_filter: goerli_LineaConnectorMeta_filter; - goerli_OptimismConnectorMeta: goerli_OptimismConnectorMeta; - goerli_OptimismConnectorMeta_filter: goerli_OptimismConnectorMeta_filter; - goerli_PolygonConnectorMeta: goerli_PolygonConnectorMeta; - goerli_PolygonConnectorMeta_filter: goerli_PolygonConnectorMeta_filter; - goerli_RootAggregated: goerli_RootAggregated; - goerli_RootAggregated_filter: goerli_RootAggregated_filter; - goerli_RootManagerMeta: goerli_RootManagerMeta; - goerli_RootManagerMeta_filter: goerli_RootManagerMeta_filter; - goerli_RootMessageProcessed: goerli_RootMessageProcessed; - goerli_RootMessageProcessed_filter: goerli_RootMessageProcessed_filter; - goerli_RootPropagated: goerli_RootPropagated; - goerli_RootPropagated_filter: goerli_RootPropagated_filter; - String: Scalars['String']; - goerli_ZkSyncConnectorMeta: goerli_ZkSyncConnectorMeta; - goerli_ZkSyncConnectorMeta_filter: goerli_ZkSyncConnectorMeta_filter; - goerli__Block_: goerli__Block_; - goerli__Meta_: goerli__Meta_; - mainnet_AggregatedMessageRoot: mainnet_AggregatedMessageRoot; - mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; - mainnet_ArbitrumConnectorMeta: mainnet_ArbitrumConnectorMeta; - mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; - mainnet_BigDecimal: Scalars['mainnet_BigDecimal']; - mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; - mainnet_Block_height: mainnet_Block_height; - mainnet_BnbConnectorMeta: mainnet_BnbConnectorMeta; - mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; - mainnet_Bytes: Scalars['mainnet_Bytes']; - mainnet_GnosisConnectorMeta: mainnet_GnosisConnectorMeta; - mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; - mainnet_Int8: Scalars['mainnet_Int8']; - mainnet_LineaConnectorMeta: mainnet_LineaConnectorMeta; - mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; - mainnet_OptimismConnectorMeta: mainnet_OptimismConnectorMeta; - mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; - mainnet_PolygonConnectorMeta: mainnet_PolygonConnectorMeta; - mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; - mainnet_RootAggregated: mainnet_RootAggregated; - mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; - mainnet_RootManagerMeta: mainnet_RootManagerMeta; - mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; - mainnet_RootMessageProcessed: mainnet_RootMessageProcessed; - mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; - mainnet_RootPropagated: mainnet_RootPropagated; - mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; - mainnet_ZkSyncConnectorMeta: mainnet_ZkSyncConnectorMeta; - mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; - mainnet__Block_: mainnet__Block_; - mainnet__Meta_: mainnet__Meta_; - stagingoptimismgoerli_swap_BigDecimal: Scalars['stagingoptimismgoerli_swap_BigDecimal']; - stagingoptimismgoerli_swap_BlockChangedFilter: stagingoptimismgoerli_swap_BlockChangedFilter; - stagingoptimismgoerli_swap_Block_height: stagingoptimismgoerli_swap_Block_height; - stagingoptimismgoerli_swap_Bytes: Scalars['stagingoptimismgoerli_swap_Bytes']; - stagingoptimismgoerli_swap_Int8: Scalars['stagingoptimismgoerli_swap_Int8']; - stagingoptimismgoerli_swap_LpAccount: stagingoptimismgoerli_swap_LpAccount; - stagingoptimismgoerli_swap_LpAccountBalance: stagingoptimismgoerli_swap_LpAccountBalance; - stagingoptimismgoerli_swap_LpAccountBalance_filter: stagingoptimismgoerli_swap_LpAccountBalance_filter; - stagingoptimismgoerli_swap_LpAccount_filter: stagingoptimismgoerli_swap_LpAccount_filter; - stagingoptimismgoerli_swap_LpToken: stagingoptimismgoerli_swap_LpToken; - stagingoptimismgoerli_swap_LpTokenEvent: ResolversParentTypes['stagingoptimismgoerli_swap_LpTransferEvent']; - stagingoptimismgoerli_swap_LpTokenEvent_filter: stagingoptimismgoerli_swap_LpTokenEvent_filter; - stagingoptimismgoerli_swap_LpToken_filter: stagingoptimismgoerli_swap_LpToken_filter; - stagingoptimismgoerli_swap_LpTransferEvent: stagingoptimismgoerli_swap_LpTransferEvent; - stagingoptimismgoerli_swap_LpTransferEvent_filter: stagingoptimismgoerli_swap_LpTransferEvent_filter; - stagingoptimismgoerli_swap_PooledToken: stagingoptimismgoerli_swap_PooledToken; - stagingoptimismgoerli_swap_PooledToken_filter: stagingoptimismgoerli_swap_PooledToken_filter; - stagingoptimismgoerli_swap_StableSwap: stagingoptimismgoerli_swap_StableSwap; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter; - stagingoptimismgoerli_swap_StableSwapEvent: ResolversParentTypes['stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent']; - stagingoptimismgoerli_swap_StableSwapEvent_filter: stagingoptimismgoerli_swap_StableSwapEvent_filter; - stagingoptimismgoerli_swap_StableSwapExchange: stagingoptimismgoerli_swap_StableSwapExchange; - stagingoptimismgoerli_swap_StableSwapExchange_filter: stagingoptimismgoerli_swap_StableSwapExchange_filter; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - stagingoptimismgoerli_swap_StableSwap_filter: stagingoptimismgoerli_swap_StableSwap_filter; - stagingoptimismgoerli_swap_SwapDailyVolume: stagingoptimismgoerli_swap_SwapDailyVolume; - stagingoptimismgoerli_swap_SwapDailyVolume_filter: stagingoptimismgoerli_swap_SwapDailyVolume_filter; - stagingoptimismgoerli_swap_SwapHourlyVolume: stagingoptimismgoerli_swap_SwapHourlyVolume; - stagingoptimismgoerli_swap_SwapHourlyVolume_filter: stagingoptimismgoerli_swap_SwapHourlyVolume_filter; - stagingoptimismgoerli_swap_SwapTradeVolume: ResolversParentTypes['stagingoptimismgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['stagingoptimismgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingoptimismgoerli_swap_SwapWeeklyVolume']; - stagingoptimismgoerli_swap_SwapTradeVolume_filter: stagingoptimismgoerli_swap_SwapTradeVolume_filter; - stagingoptimismgoerli_swap_SwapWeeklyVolume: stagingoptimismgoerli_swap_SwapWeeklyVolume; - stagingoptimismgoerli_swap_SwapWeeklyVolume_filter: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter; - stagingoptimismgoerli_swap_SystemInfo: stagingoptimismgoerli_swap_SystemInfo; - stagingoptimismgoerli_swap_SystemInfo_filter: stagingoptimismgoerli_swap_SystemInfo_filter; - stagingoptimismgoerli_swap__Block_: stagingoptimismgoerli_swap__Block_; - stagingoptimismgoerli_swap__Meta_: stagingoptimismgoerli_swap__Meta_; - testgoerli_Asset: testgoerli_Asset; - testgoerli_AssetBalance: testgoerli_AssetBalance; - testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; - testgoerli_Asset_filter: testgoerli_Asset_filter; - testgoerli_BigDecimal: Scalars['testgoerli_BigDecimal']; - testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; - testgoerli_Block_height: testgoerli_Block_height; - testgoerli_Bytes: Scalars['testgoerli_Bytes']; - testgoerli_DestinationTransfer: testgoerli_DestinationTransfer; - testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; - testgoerli_Int8: Scalars['testgoerli_Int8']; - testgoerli_OriginTransfer: testgoerli_OriginTransfer; - testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; - testgoerli_Relayer: testgoerli_Relayer; - testgoerli_Relayer_filter: testgoerli_Relayer_filter; - testgoerli_Router: testgoerli_Router; - testgoerli_Router_filter: testgoerli_Router_filter; - testgoerli_Setting: testgoerli_Setting; - testgoerli_Setting_filter: testgoerli_Setting_filter; - testgoerli_SponsorVault: testgoerli_SponsorVault; - testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; - testgoerli_StableSwap: testgoerli_StableSwap; - testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; - testgoerli__Block_: testgoerli__Block_; - testgoerli__Meta_: testgoerli__Meta_; - goerli_swap_BigDecimal: Scalars['goerli_swap_BigDecimal']; - goerli_swap_BlockChangedFilter: goerli_swap_BlockChangedFilter; - goerli_swap_Block_height: goerli_swap_Block_height; - goerli_swap_Bytes: Scalars['goerli_swap_Bytes']; - goerli_swap_Int8: Scalars['goerli_swap_Int8']; - goerli_swap_LpAccount: goerli_swap_LpAccount; - goerli_swap_LpAccountBalance: goerli_swap_LpAccountBalance; - goerli_swap_LpAccountBalance_filter: goerli_swap_LpAccountBalance_filter; - goerli_swap_LpAccount_filter: goerli_swap_LpAccount_filter; - goerli_swap_LpToken: goerli_swap_LpToken; - goerli_swap_LpTokenEvent: ResolversParentTypes['goerli_swap_LpTransferEvent']; - goerli_swap_LpTokenEvent_filter: goerli_swap_LpTokenEvent_filter; - goerli_swap_LpToken_filter: goerli_swap_LpToken_filter; - goerli_swap_LpTransferEvent: goerli_swap_LpTransferEvent; - goerli_swap_LpTransferEvent_filter: goerli_swap_LpTransferEvent_filter; - goerli_swap_PooledToken: goerli_swap_PooledToken; - goerli_swap_PooledToken_filter: goerli_swap_PooledToken_filter; - goerli_swap_StableSwap: goerli_swap_StableSwap; - goerli_swap_StableSwapAddLiquidityEvent: goerli_swap_StableSwapAddLiquidityEvent; - goerli_swap_StableSwapAddLiquidityEvent_filter: goerli_swap_StableSwapAddLiquidityEvent_filter; - goerli_swap_StableSwapEvent: ResolversParentTypes['goerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['goerli_swap_StableSwapRemoveLiquidityEvent']; - goerli_swap_StableSwapEvent_filter: goerli_swap_StableSwapEvent_filter; - goerli_swap_StableSwapExchange: goerli_swap_StableSwapExchange; - goerli_swap_StableSwapExchange_filter: goerli_swap_StableSwapExchange_filter; - goerli_swap_StableSwapRemoveLiquidityEvent: goerli_swap_StableSwapRemoveLiquidityEvent; - goerli_swap_StableSwapRemoveLiquidityEvent_filter: goerli_swap_StableSwapRemoveLiquidityEvent_filter; - goerli_swap_StableSwap_filter: goerli_swap_StableSwap_filter; - goerli_swap_SwapDailyVolume: goerli_swap_SwapDailyVolume; - goerli_swap_SwapDailyVolume_filter: goerli_swap_SwapDailyVolume_filter; - goerli_swap_SwapHourlyVolume: goerli_swap_SwapHourlyVolume; - goerli_swap_SwapHourlyVolume_filter: goerli_swap_SwapHourlyVolume_filter; - goerli_swap_SwapTradeVolume: ResolversParentTypes['goerli_swap_SwapDailyVolume'] | ResolversParentTypes['goerli_swap_SwapHourlyVolume'] | ResolversParentTypes['goerli_swap_SwapWeeklyVolume']; - goerli_swap_SwapTradeVolume_filter: goerli_swap_SwapTradeVolume_filter; - goerli_swap_SwapWeeklyVolume: goerli_swap_SwapWeeklyVolume; - goerli_swap_SwapWeeklyVolume_filter: goerli_swap_SwapWeeklyVolume_filter; - goerli_swap_SystemInfo: goerli_swap_SystemInfo; - goerli_swap_SystemInfo_filter: goerli_swap_SystemInfo_filter; - goerli_swap__Block_: goerli_swap__Block_; - goerli_swap__Meta_: goerli_swap__Meta_; - testoptimismgoerli_Asset: testoptimismgoerli_Asset; - testoptimismgoerli_AssetBalance: testoptimismgoerli_AssetBalance; - testoptimismgoerli_AssetBalance_filter: testoptimismgoerli_AssetBalance_filter; - testoptimismgoerli_Asset_filter: testoptimismgoerli_Asset_filter; - testoptimismgoerli_BigDecimal: Scalars['testoptimismgoerli_BigDecimal']; - testoptimismgoerli_BlockChangedFilter: testoptimismgoerli_BlockChangedFilter; - testoptimismgoerli_Block_height: testoptimismgoerli_Block_height; - testoptimismgoerli_Bytes: Scalars['testoptimismgoerli_Bytes']; - testoptimismgoerli_DestinationTransfer: testoptimismgoerli_DestinationTransfer; - testoptimismgoerli_DestinationTransfer_filter: testoptimismgoerli_DestinationTransfer_filter; - testoptimismgoerli_Int8: Scalars['testoptimismgoerli_Int8']; - testoptimismgoerli_OriginTransfer: testoptimismgoerli_OriginTransfer; - testoptimismgoerli_OriginTransfer_filter: testoptimismgoerli_OriginTransfer_filter; - testoptimismgoerli_Relayer: testoptimismgoerli_Relayer; - testoptimismgoerli_Relayer_filter: testoptimismgoerli_Relayer_filter; - testoptimismgoerli_Router: testoptimismgoerli_Router; - testoptimismgoerli_Router_filter: testoptimismgoerli_Router_filter; - testoptimismgoerli_Setting: testoptimismgoerli_Setting; - testoptimismgoerli_Setting_filter: testoptimismgoerli_Setting_filter; - testoptimismgoerli_SponsorVault: testoptimismgoerli_SponsorVault; - testoptimismgoerli_SponsorVault_filter: testoptimismgoerli_SponsorVault_filter; - testoptimismgoerli_StableSwap: testoptimismgoerli_StableSwap; - testoptimismgoerli_StableSwap_filter: testoptimismgoerli_StableSwap_filter; - testoptimismgoerli__Block_: testoptimismgoerli__Block_; - testoptimismgoerli__Meta_: testoptimismgoerli__Meta_; - staginggoerli_swap_BigDecimal: Scalars['staginggoerli_swap_BigDecimal']; - staginggoerli_swap_BlockChangedFilter: staginggoerli_swap_BlockChangedFilter; - staginggoerli_swap_Block_height: staginggoerli_swap_Block_height; - staginggoerli_swap_Bytes: Scalars['staginggoerli_swap_Bytes']; - staginggoerli_swap_Int8: Scalars['staginggoerli_swap_Int8']; - staginggoerli_swap_LpAccount: staginggoerli_swap_LpAccount; - staginggoerli_swap_LpAccountBalance: staginggoerli_swap_LpAccountBalance; - staginggoerli_swap_LpAccountBalance_filter: staginggoerli_swap_LpAccountBalance_filter; - staginggoerli_swap_LpAccount_filter: staginggoerli_swap_LpAccount_filter; - staginggoerli_swap_LpToken: staginggoerli_swap_LpToken; - staginggoerli_swap_LpTokenEvent: ResolversParentTypes['staginggoerli_swap_LpTransferEvent']; - staginggoerli_swap_LpTokenEvent_filter: staginggoerli_swap_LpTokenEvent_filter; - staginggoerli_swap_LpToken_filter: staginggoerli_swap_LpToken_filter; - staginggoerli_swap_LpTransferEvent: staginggoerli_swap_LpTransferEvent; - staginggoerli_swap_LpTransferEvent_filter: staginggoerli_swap_LpTransferEvent_filter; - staginggoerli_swap_PooledToken: staginggoerli_swap_PooledToken; - staginggoerli_swap_PooledToken_filter: staginggoerli_swap_PooledToken_filter; - staginggoerli_swap_StableSwap: staginggoerli_swap_StableSwap; - staginggoerli_swap_StableSwapAddLiquidityEvent: staginggoerli_swap_StableSwapAddLiquidityEvent; - staginggoerli_swap_StableSwapAddLiquidityEvent_filter: staginggoerli_swap_StableSwapAddLiquidityEvent_filter; - staginggoerli_swap_StableSwapEvent: ResolversParentTypes['staginggoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['staginggoerli_swap_StableSwapRemoveLiquidityEvent']; - staginggoerli_swap_StableSwapEvent_filter: staginggoerli_swap_StableSwapEvent_filter; - staginggoerli_swap_StableSwapExchange: staginggoerli_swap_StableSwapExchange; - staginggoerli_swap_StableSwapExchange_filter: staginggoerli_swap_StableSwapExchange_filter; - staginggoerli_swap_StableSwapRemoveLiquidityEvent: staginggoerli_swap_StableSwapRemoveLiquidityEvent; - staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter; - staginggoerli_swap_StableSwap_filter: staginggoerli_swap_StableSwap_filter; - staginggoerli_swap_SwapDailyVolume: staginggoerli_swap_SwapDailyVolume; - staginggoerli_swap_SwapDailyVolume_filter: staginggoerli_swap_SwapDailyVolume_filter; - staginggoerli_swap_SwapHourlyVolume: staginggoerli_swap_SwapHourlyVolume; - staginggoerli_swap_SwapHourlyVolume_filter: staginggoerli_swap_SwapHourlyVolume_filter; - staginggoerli_swap_SwapTradeVolume: ResolversParentTypes['staginggoerli_swap_SwapDailyVolume'] | ResolversParentTypes['staginggoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['staginggoerli_swap_SwapWeeklyVolume']; - staginggoerli_swap_SwapTradeVolume_filter: staginggoerli_swap_SwapTradeVolume_filter; - staginggoerli_swap_SwapWeeklyVolume: staginggoerli_swap_SwapWeeklyVolume; - staginggoerli_swap_SwapWeeklyVolume_filter: staginggoerli_swap_SwapWeeklyVolume_filter; - staginggoerli_swap_SystemInfo: staginggoerli_swap_SystemInfo; - staginggoerli_swap_SystemInfo_filter: staginggoerli_swap_SystemInfo_filter; - staginggoerli_swap__Block_: staginggoerli_swap__Block_; - staginggoerli_swap__Meta_: staginggoerli_swap__Meta_; - stagingarbitrumgoerli_swap_BigDecimal: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; - stagingarbitrumgoerli_swap_BlockChangedFilter: stagingarbitrumgoerli_swap_BlockChangedFilter; - stagingarbitrumgoerli_swap_Block_height: stagingarbitrumgoerli_swap_Block_height; - stagingarbitrumgoerli_swap_Bytes: Scalars['stagingarbitrumgoerli_swap_Bytes']; - stagingarbitrumgoerli_swap_Int8: Scalars['stagingarbitrumgoerli_swap_Int8']; - stagingarbitrumgoerli_swap_LpAccount: stagingarbitrumgoerli_swap_LpAccount; - stagingarbitrumgoerli_swap_LpAccountBalance: stagingarbitrumgoerli_swap_LpAccountBalance; - stagingarbitrumgoerli_swap_LpAccountBalance_filter: stagingarbitrumgoerli_swap_LpAccountBalance_filter; - stagingarbitrumgoerli_swap_LpAccount_filter: stagingarbitrumgoerli_swap_LpAccount_filter; - stagingarbitrumgoerli_swap_LpToken: stagingarbitrumgoerli_swap_LpToken; - stagingarbitrumgoerli_swap_LpTokenEvent: ResolversParentTypes['stagingarbitrumgoerli_swap_LpTransferEvent']; - stagingarbitrumgoerli_swap_LpTokenEvent_filter: stagingarbitrumgoerli_swap_LpTokenEvent_filter; - stagingarbitrumgoerli_swap_LpToken_filter: stagingarbitrumgoerli_swap_LpToken_filter; - stagingarbitrumgoerli_swap_LpTransferEvent: stagingarbitrumgoerli_swap_LpTransferEvent; - stagingarbitrumgoerli_swap_LpTransferEvent_filter: stagingarbitrumgoerli_swap_LpTransferEvent_filter; - stagingarbitrumgoerli_swap_PooledToken: stagingarbitrumgoerli_swap_PooledToken; - stagingarbitrumgoerli_swap_PooledToken_filter: stagingarbitrumgoerli_swap_PooledToken_filter; - stagingarbitrumgoerli_swap_StableSwap: stagingarbitrumgoerli_swap_StableSwap; - stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent; - stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; - stagingarbitrumgoerli_swap_StableSwapEvent: ResolversParentTypes['stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; - stagingarbitrumgoerli_swap_StableSwapEvent_filter: stagingarbitrumgoerli_swap_StableSwapEvent_filter; - stagingarbitrumgoerli_swap_StableSwapExchange: stagingarbitrumgoerli_swap_StableSwapExchange; - stagingarbitrumgoerli_swap_StableSwapExchange_filter: stagingarbitrumgoerli_swap_StableSwapExchange_filter; - stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent; - stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - stagingarbitrumgoerli_swap_StableSwap_filter: stagingarbitrumgoerli_swap_StableSwap_filter; - stagingarbitrumgoerli_swap_SwapDailyVolume: stagingarbitrumgoerli_swap_SwapDailyVolume; - stagingarbitrumgoerli_swap_SwapDailyVolume_filter: stagingarbitrumgoerli_swap_SwapDailyVolume_filter; - stagingarbitrumgoerli_swap_SwapHourlyVolume: stagingarbitrumgoerli_swap_SwapHourlyVolume; - stagingarbitrumgoerli_swap_SwapHourlyVolume_filter: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter; - stagingarbitrumgoerli_swap_SwapTradeVolume: ResolversParentTypes['stagingarbitrumgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['stagingarbitrumgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingarbitrumgoerli_swap_SwapWeeklyVolume']; - stagingarbitrumgoerli_swap_SwapTradeVolume_filter: stagingarbitrumgoerli_swap_SwapTradeVolume_filter; - stagingarbitrumgoerli_swap_SwapWeeklyVolume: stagingarbitrumgoerli_swap_SwapWeeklyVolume; - stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter; - stagingarbitrumgoerli_swap_SystemInfo: stagingarbitrumgoerli_swap_SystemInfo; - stagingarbitrumgoerli_swap_SystemInfo_filter: stagingarbitrumgoerli_swap_SystemInfo_filter; - stagingarbitrumgoerli_swap__Block_: stagingarbitrumgoerli_swap__Block_; - stagingarbitrumgoerli_swap__Meta_: stagingarbitrumgoerli_swap__Meta_; - arbitrumgoerli_swap_BigDecimal: Scalars['arbitrumgoerli_swap_BigDecimal']; - arbitrumgoerli_swap_BlockChangedFilter: arbitrumgoerli_swap_BlockChangedFilter; - arbitrumgoerli_swap_Block_height: arbitrumgoerli_swap_Block_height; - arbitrumgoerli_swap_Bytes: Scalars['arbitrumgoerli_swap_Bytes']; - arbitrumgoerli_swap_Int8: Scalars['arbitrumgoerli_swap_Int8']; - arbitrumgoerli_swap_LpAccount: arbitrumgoerli_swap_LpAccount; - arbitrumgoerli_swap_LpAccountBalance: arbitrumgoerli_swap_LpAccountBalance; - arbitrumgoerli_swap_LpAccountBalance_filter: arbitrumgoerli_swap_LpAccountBalance_filter; - arbitrumgoerli_swap_LpAccount_filter: arbitrumgoerli_swap_LpAccount_filter; - arbitrumgoerli_swap_LpToken: arbitrumgoerli_swap_LpToken; - arbitrumgoerli_swap_LpTokenEvent: ResolversParentTypes['arbitrumgoerli_swap_LpTransferEvent']; - arbitrumgoerli_swap_LpTokenEvent_filter: arbitrumgoerli_swap_LpTokenEvent_filter; - arbitrumgoerli_swap_LpToken_filter: arbitrumgoerli_swap_LpToken_filter; - arbitrumgoerli_swap_LpTransferEvent: arbitrumgoerli_swap_LpTransferEvent; - arbitrumgoerli_swap_LpTransferEvent_filter: arbitrumgoerli_swap_LpTransferEvent_filter; - arbitrumgoerli_swap_PooledToken: arbitrumgoerli_swap_PooledToken; - arbitrumgoerli_swap_PooledToken_filter: arbitrumgoerli_swap_PooledToken_filter; - arbitrumgoerli_swap_StableSwap: arbitrumgoerli_swap_StableSwap; - arbitrumgoerli_swap_StableSwapAddLiquidityEvent: arbitrumgoerli_swap_StableSwapAddLiquidityEvent; - arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; - arbitrumgoerli_swap_StableSwapEvent: ResolversParentTypes['arbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; - arbitrumgoerli_swap_StableSwapEvent_filter: arbitrumgoerli_swap_StableSwapEvent_filter; - arbitrumgoerli_swap_StableSwapExchange: arbitrumgoerli_swap_StableSwapExchange; - arbitrumgoerli_swap_StableSwapExchange_filter: arbitrumgoerli_swap_StableSwapExchange_filter; - arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent; - arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumgoerli_swap_StableSwap_filter: arbitrumgoerli_swap_StableSwap_filter; - arbitrumgoerli_swap_SwapDailyVolume: arbitrumgoerli_swap_SwapDailyVolume; - arbitrumgoerli_swap_SwapDailyVolume_filter: arbitrumgoerli_swap_SwapDailyVolume_filter; - arbitrumgoerli_swap_SwapHourlyVolume: arbitrumgoerli_swap_SwapHourlyVolume; - arbitrumgoerli_swap_SwapHourlyVolume_filter: arbitrumgoerli_swap_SwapHourlyVolume_filter; - arbitrumgoerli_swap_SwapTradeVolume: ResolversParentTypes['arbitrumgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumgoerli_swap_SwapWeeklyVolume']; - arbitrumgoerli_swap_SwapTradeVolume_filter: arbitrumgoerli_swap_SwapTradeVolume_filter; - arbitrumgoerli_swap_SwapWeeklyVolume: arbitrumgoerli_swap_SwapWeeklyVolume; - arbitrumgoerli_swap_SwapWeeklyVolume_filter: arbitrumgoerli_swap_SwapWeeklyVolume_filter; - arbitrumgoerli_swap_SystemInfo: arbitrumgoerli_swap_SystemInfo; - arbitrumgoerli_swap_SystemInfo_filter: arbitrumgoerli_swap_SystemInfo_filter; - arbitrumgoerli_swap__Block_: arbitrumgoerli_swap__Block_; - arbitrumgoerli_swap__Meta_: arbitrumgoerli_swap__Meta_; - mumbai_swap_BigDecimal: Scalars['mumbai_swap_BigDecimal']; - mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; - mumbai_swap_Block_height: mumbai_swap_Block_height; - mumbai_swap_Bytes: Scalars['mumbai_swap_Bytes']; - mumbai_swap_Int8: Scalars['mumbai_swap_Int8']; - mumbai_swap_LpAccount: mumbai_swap_LpAccount; - mumbai_swap_LpAccountBalance: mumbai_swap_LpAccountBalance; - mumbai_swap_LpAccountBalance_filter: mumbai_swap_LpAccountBalance_filter; - mumbai_swap_LpAccount_filter: mumbai_swap_LpAccount_filter; - mumbai_swap_LpToken: mumbai_swap_LpToken; - mumbai_swap_LpTokenEvent: ResolversParentTypes['mumbai_swap_LpTransferEvent']; - mumbai_swap_LpTokenEvent_filter: mumbai_swap_LpTokenEvent_filter; - mumbai_swap_LpToken_filter: mumbai_swap_LpToken_filter; - mumbai_swap_LpTransferEvent: mumbai_swap_LpTransferEvent; - mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; - mumbai_swap_PooledToken: mumbai_swap_PooledToken; - mumbai_swap_PooledToken_filter: mumbai_swap_PooledToken_filter; - mumbai_swap_StableSwap: mumbai_swap_StableSwap; - mumbai_swap_StableSwapAddLiquidityEvent: mumbai_swap_StableSwapAddLiquidityEvent; - mumbai_swap_StableSwapAddLiquidityEvent_filter: mumbai_swap_StableSwapAddLiquidityEvent_filter; - mumbai_swap_StableSwapEvent: ResolversParentTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; - mumbai_swap_StableSwapEvent_filter: mumbai_swap_StableSwapEvent_filter; - mumbai_swap_StableSwapExchange: mumbai_swap_StableSwapExchange; - mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; - mumbai_swap_StableSwapRemoveLiquidityEvent: mumbai_swap_StableSwapRemoveLiquidityEvent; - mumbai_swap_StableSwapRemoveLiquidityEvent_filter: mumbai_swap_StableSwapRemoveLiquidityEvent_filter; - mumbai_swap_StableSwap_filter: mumbai_swap_StableSwap_filter; - mumbai_swap_SwapDailyVolume: mumbai_swap_SwapDailyVolume; - mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; - mumbai_swap_SwapHourlyVolume: mumbai_swap_SwapHourlyVolume; - mumbai_swap_SwapHourlyVolume_filter: mumbai_swap_SwapHourlyVolume_filter; - mumbai_swap_SwapTradeVolume: ResolversParentTypes['mumbai_swap_SwapDailyVolume'] | ResolversParentTypes['mumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['mumbai_swap_SwapWeeklyVolume']; - mumbai_swap_SwapTradeVolume_filter: mumbai_swap_SwapTradeVolume_filter; - mumbai_swap_SwapWeeklyVolume: mumbai_swap_SwapWeeklyVolume; - mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; - mumbai_swap_SystemInfo: mumbai_swap_SystemInfo; - mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; - mumbai_swap__Block_: mumbai_swap__Block_; - mumbai_swap__Meta_: mumbai_swap__Meta_; - bnb_swap_BigDecimal: Scalars['bnb_swap_BigDecimal']; - bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; - bnb_swap_Block_height: bnb_swap_Block_height; - bnb_swap_Bytes: Scalars['bnb_swap_Bytes']; - bnb_swap_Int8: Scalars['bnb_swap_Int8']; - bnb_swap_LpAccount: bnb_swap_LpAccount; - bnb_swap_LpAccountBalance: bnb_swap_LpAccountBalance; - bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; - bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; - bnb_swap_LpToken: bnb_swap_LpToken; - bnb_swap_LpTokenEvent: ResolversParentTypes['bnb_swap_LpTransferEvent']; - bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; - bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; - bnb_swap_LpTransferEvent: bnb_swap_LpTransferEvent; - bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; - bnb_swap_PooledToken: bnb_swap_PooledToken; - bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; - bnb_swap_StableSwap: bnb_swap_StableSwap; - bnb_swap_StableSwapAddLiquidityEvent: bnb_swap_StableSwapAddLiquidityEvent; - bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; - bnb_swap_StableSwapEvent: ResolversParentTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; - bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; - bnb_swap_StableSwapExchange: bnb_swap_StableSwapExchange; - bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; - bnb_swap_StableSwapRemoveLiquidityEvent: bnb_swap_StableSwapRemoveLiquidityEvent; - bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; - bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; - bnb_swap_SwapDailyVolume: bnb_swap_SwapDailyVolume; - bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; - bnb_swap_SwapHourlyVolume: bnb_swap_SwapHourlyVolume; - bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; - bnb_swap_SwapTradeVolume: ResolversParentTypes['bnb_swap_SwapDailyVolume'] | ResolversParentTypes['bnb_swap_SwapHourlyVolume'] | ResolversParentTypes['bnb_swap_SwapWeeklyVolume']; - bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; - bnb_swap_SwapWeeklyVolume: bnb_swap_SwapWeeklyVolume; - bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; - bnb_swap_SystemInfo: bnb_swap_SystemInfo; - bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; - bnb_swap__Block_: bnb_swap__Block_; - bnb_swap__Meta_: bnb_swap__Meta_; - stagingmumbai_swap_BigDecimal: Scalars['stagingmumbai_swap_BigDecimal']; - stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; - stagingmumbai_swap_Block_height: stagingmumbai_swap_Block_height; - stagingmumbai_swap_Bytes: Scalars['stagingmumbai_swap_Bytes']; - stagingmumbai_swap_Int8: Scalars['stagingmumbai_swap_Int8']; - stagingmumbai_swap_LpAccount: stagingmumbai_swap_LpAccount; - stagingmumbai_swap_LpAccountBalance: stagingmumbai_swap_LpAccountBalance; - stagingmumbai_swap_LpAccountBalance_filter: stagingmumbai_swap_LpAccountBalance_filter; - stagingmumbai_swap_LpAccount_filter: stagingmumbai_swap_LpAccount_filter; - stagingmumbai_swap_LpToken: stagingmumbai_swap_LpToken; - stagingmumbai_swap_LpTokenEvent: ResolversParentTypes['stagingmumbai_swap_LpTransferEvent']; - stagingmumbai_swap_LpTokenEvent_filter: stagingmumbai_swap_LpTokenEvent_filter; - stagingmumbai_swap_LpToken_filter: stagingmumbai_swap_LpToken_filter; - stagingmumbai_swap_LpTransferEvent: stagingmumbai_swap_LpTransferEvent; - stagingmumbai_swap_LpTransferEvent_filter: stagingmumbai_swap_LpTransferEvent_filter; - stagingmumbai_swap_PooledToken: stagingmumbai_swap_PooledToken; - stagingmumbai_swap_PooledToken_filter: stagingmumbai_swap_PooledToken_filter; - stagingmumbai_swap_StableSwap: stagingmumbai_swap_StableSwap; - stagingmumbai_swap_StableSwapAddLiquidityEvent: stagingmumbai_swap_StableSwapAddLiquidityEvent; - stagingmumbai_swap_StableSwapAddLiquidityEvent_filter: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter; - stagingmumbai_swap_StableSwapEvent: ResolversParentTypes['stagingmumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingmumbai_swap_StableSwapRemoveLiquidityEvent']; - stagingmumbai_swap_StableSwapEvent_filter: stagingmumbai_swap_StableSwapEvent_filter; - stagingmumbai_swap_StableSwapExchange: stagingmumbai_swap_StableSwapExchange; - stagingmumbai_swap_StableSwapExchange_filter: stagingmumbai_swap_StableSwapExchange_filter; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent: stagingmumbai_swap_StableSwapRemoveLiquidityEvent; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter; - stagingmumbai_swap_StableSwap_filter: stagingmumbai_swap_StableSwap_filter; - stagingmumbai_swap_SwapDailyVolume: stagingmumbai_swap_SwapDailyVolume; - stagingmumbai_swap_SwapDailyVolume_filter: stagingmumbai_swap_SwapDailyVolume_filter; - stagingmumbai_swap_SwapHourlyVolume: stagingmumbai_swap_SwapHourlyVolume; - stagingmumbai_swap_SwapHourlyVolume_filter: stagingmumbai_swap_SwapHourlyVolume_filter; - stagingmumbai_swap_SwapTradeVolume: ResolversParentTypes['stagingmumbai_swap_SwapDailyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapWeeklyVolume']; - stagingmumbai_swap_SwapTradeVolume_filter: stagingmumbai_swap_SwapTradeVolume_filter; - stagingmumbai_swap_SwapWeeklyVolume: stagingmumbai_swap_SwapWeeklyVolume; - stagingmumbai_swap_SwapWeeklyVolume_filter: stagingmumbai_swap_SwapWeeklyVolume_filter; - stagingmumbai_swap_SystemInfo: stagingmumbai_swap_SystemInfo; - stagingmumbai_swap_SystemInfo_filter: stagingmumbai_swap_SystemInfo_filter; - stagingmumbai_swap__Block_: stagingmumbai_swap__Block_; - stagingmumbai_swap__Meta_: stagingmumbai_swap__Meta_; - xdai_swap_BigDecimal: Scalars['xdai_swap_BigDecimal']; - xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; - xdai_swap_Block_height: xdai_swap_Block_height; - xdai_swap_Bytes: Scalars['xdai_swap_Bytes']; - xdai_swap_Int8: Scalars['xdai_swap_Int8']; - xdai_swap_LpAccount: xdai_swap_LpAccount; - xdai_swap_LpAccountBalance: xdai_swap_LpAccountBalance; - xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; - xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; - xdai_swap_LpToken: xdai_swap_LpToken; - xdai_swap_LpTokenEvent: ResolversParentTypes['xdai_swap_LpTransferEvent']; - xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; - xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; - xdai_swap_LpTransferEvent: xdai_swap_LpTransferEvent; - xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; - xdai_swap_PooledToken: xdai_swap_PooledToken; - xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; - xdai_swap_StableSwap: xdai_swap_StableSwap; - xdai_swap_StableSwapAddLiquidityEvent: xdai_swap_StableSwapAddLiquidityEvent; - xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; - xdai_swap_StableSwapEvent: ResolversParentTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; - xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; - xdai_swap_StableSwapExchange: xdai_swap_StableSwapExchange; - xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; - xdai_swap_StableSwapRemoveLiquidityEvent: xdai_swap_StableSwapRemoveLiquidityEvent; - xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; - xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; - xdai_swap_SwapDailyVolume: xdai_swap_SwapDailyVolume; - xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; - xdai_swap_SwapHourlyVolume: xdai_swap_SwapHourlyVolume; - xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; - xdai_swap_SwapTradeVolume: ResolversParentTypes['xdai_swap_SwapDailyVolume'] | ResolversParentTypes['xdai_swap_SwapHourlyVolume'] | ResolversParentTypes['xdai_swap_SwapWeeklyVolume']; - xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; - xdai_swap_SwapWeeklyVolume: xdai_swap_SwapWeeklyVolume; - xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; - xdai_swap_SystemInfo: xdai_swap_SystemInfo; - xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; - xdai_swap__Block_: xdai_swap__Block_; - xdai_swap__Meta_: xdai_swap__Meta_; - staginggoerli_AggregateRootSavedSlow: staginggoerli_AggregateRootSavedSlow; - staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; - staginggoerli_AggregatedMessageRoot: staginggoerli_AggregatedMessageRoot; - staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; - staginggoerli_ArbitrumConnectorMeta: staginggoerli_ArbitrumConnectorMeta; - staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; - staginggoerli_BigDecimal: Scalars['staginggoerli_BigDecimal']; - staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; - staginggoerli_Block_height: staginggoerli_Block_height; - staginggoerli_BnbConnectorMeta: staginggoerli_BnbConnectorMeta; - staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; - staginggoerli_Bytes: Scalars['staginggoerli_Bytes']; - staginggoerli_GnosisConnectorMeta: staginggoerli_GnosisConnectorMeta; - staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; - staginggoerli_HubDomain: staginggoerli_HubDomain; - staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; - staginggoerli_HubOptimisticRootFinalized: staginggoerli_HubOptimisticRootFinalized; - staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; - staginggoerli_Int8: Scalars['staginggoerli_Int8']; - staginggoerli_OptimismConnectorMeta: staginggoerli_OptimismConnectorMeta; - staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; - staginggoerli_OptimisticRootPropagated: staginggoerli_OptimisticRootPropagated; - staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; - staginggoerli_OptimisticRootProposed: staginggoerli_OptimisticRootProposed; - staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; - staginggoerli_PolygonConnectorMeta: staginggoerli_PolygonConnectorMeta; - staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; - staginggoerli_RootAggregated: staginggoerli_RootAggregated; - staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; - staginggoerli_RootManagerMeta: staginggoerli_RootManagerMeta; - staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; - staginggoerli_RootManagerMode: staginggoerli_RootManagerMode; - staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; - staginggoerli_RootMessageProcessed: staginggoerli_RootMessageProcessed; - staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; - staginggoerli_RootPropagated: staginggoerli_RootPropagated; - staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; - staginggoerli_ZkSyncConnectorMeta: staginggoerli_ZkSyncConnectorMeta; - staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; - staginggoerli__Block_: staginggoerli__Block_; - staginggoerli__Meta_: staginggoerli__Meta_; - optimismgoerli_swap_BigDecimal: Scalars['optimismgoerli_swap_BigDecimal']; - optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; - optimismgoerli_swap_Block_height: optimismgoerli_swap_Block_height; - optimismgoerli_swap_Bytes: Scalars['optimismgoerli_swap_Bytes']; - optimismgoerli_swap_Int8: Scalars['optimismgoerli_swap_Int8']; - optimismgoerli_swap_LpAccount: optimismgoerli_swap_LpAccount; - optimismgoerli_swap_LpAccountBalance: optimismgoerli_swap_LpAccountBalance; - optimismgoerli_swap_LpAccountBalance_filter: optimismgoerli_swap_LpAccountBalance_filter; - optimismgoerli_swap_LpAccount_filter: optimismgoerli_swap_LpAccount_filter; - optimismgoerli_swap_LpToken: optimismgoerli_swap_LpToken; - optimismgoerli_swap_LpTokenEvent: ResolversParentTypes['optimismgoerli_swap_LpTransferEvent']; - optimismgoerli_swap_LpTokenEvent_filter: optimismgoerli_swap_LpTokenEvent_filter; - optimismgoerli_swap_LpToken_filter: optimismgoerli_swap_LpToken_filter; - optimismgoerli_swap_LpTransferEvent: optimismgoerli_swap_LpTransferEvent; - optimismgoerli_swap_LpTransferEvent_filter: optimismgoerli_swap_LpTransferEvent_filter; - optimismgoerli_swap_PooledToken: optimismgoerli_swap_PooledToken; - optimismgoerli_swap_PooledToken_filter: optimismgoerli_swap_PooledToken_filter; - optimismgoerli_swap_StableSwap: optimismgoerli_swap_StableSwap; - optimismgoerli_swap_StableSwapAddLiquidityEvent: optimismgoerli_swap_StableSwapAddLiquidityEvent; - optimismgoerli_swap_StableSwapAddLiquidityEvent_filter: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter; - optimismgoerli_swap_StableSwapEvent: ResolversParentTypes['optimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimismgoerli_swap_StableSwapRemoveLiquidityEvent']; - optimismgoerli_swap_StableSwapEvent_filter: optimismgoerli_swap_StableSwapEvent_filter; - optimismgoerli_swap_StableSwapExchange: optimismgoerli_swap_StableSwapExchange; - optimismgoerli_swap_StableSwapExchange_filter: optimismgoerli_swap_StableSwapExchange_filter; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent: optimismgoerli_swap_StableSwapRemoveLiquidityEvent; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; - optimismgoerli_swap_StableSwap_filter: optimismgoerli_swap_StableSwap_filter; - optimismgoerli_swap_SwapDailyVolume: optimismgoerli_swap_SwapDailyVolume; - optimismgoerli_swap_SwapDailyVolume_filter: optimismgoerli_swap_SwapDailyVolume_filter; - optimismgoerli_swap_SwapHourlyVolume: optimismgoerli_swap_SwapHourlyVolume; - optimismgoerli_swap_SwapHourlyVolume_filter: optimismgoerli_swap_SwapHourlyVolume_filter; - optimismgoerli_swap_SwapTradeVolume: ResolversParentTypes['optimismgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapWeeklyVolume']; - optimismgoerli_swap_SwapTradeVolume_filter: optimismgoerli_swap_SwapTradeVolume_filter; - optimismgoerli_swap_SwapWeeklyVolume: optimismgoerli_swap_SwapWeeklyVolume; - optimismgoerli_swap_SwapWeeklyVolume_filter: optimismgoerli_swap_SwapWeeklyVolume_filter; - optimismgoerli_swap_SystemInfo: optimismgoerli_swap_SystemInfo; - optimismgoerli_swap_SystemInfo_filter: optimismgoerli_swap_SystemInfo_filter; - optimismgoerli_swap__Block_: optimismgoerli_swap__Block_; - optimismgoerli_swap__Meta_: optimismgoerli_swap__Meta_; - optimism_swap_BigDecimal: Scalars['optimism_swap_BigDecimal']; - optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; - optimism_swap_Block_height: optimism_swap_Block_height; - optimism_swap_Bytes: Scalars['optimism_swap_Bytes']; - optimism_swap_Int8: Scalars['optimism_swap_Int8']; - optimism_swap_LpAccount: optimism_swap_LpAccount; - optimism_swap_LpAccountBalance: optimism_swap_LpAccountBalance; - optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; - optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; - optimism_swap_LpToken: optimism_swap_LpToken; - optimism_swap_LpTokenEvent: ResolversParentTypes['optimism_swap_LpTransferEvent']; - optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; - optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; - optimism_swap_LpTransferEvent: optimism_swap_LpTransferEvent; - optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; - optimism_swap_PooledToken: optimism_swap_PooledToken; - optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; - optimism_swap_StableSwap: optimism_swap_StableSwap; - optimism_swap_StableSwapAddLiquidityEvent: optimism_swap_StableSwapAddLiquidityEvent; - optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; - optimism_swap_StableSwapEvent: ResolversParentTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; - optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; - optimism_swap_StableSwapExchange: optimism_swap_StableSwapExchange; - optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; - optimism_swap_StableSwapRemoveLiquidityEvent: optimism_swap_StableSwapRemoveLiquidityEvent; - optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; - optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; - optimism_swap_SwapDailyVolume: optimism_swap_SwapDailyVolume; - optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; - optimism_swap_SwapHourlyVolume: optimism_swap_SwapHourlyVolume; - optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; - optimism_swap_SwapTradeVolume: ResolversParentTypes['optimism_swap_SwapDailyVolume'] | ResolversParentTypes['optimism_swap_SwapHourlyVolume'] | ResolversParentTypes['optimism_swap_SwapWeeklyVolume']; - optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; - optimism_swap_SwapWeeklyVolume: optimism_swap_SwapWeeklyVolume; - optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; - optimism_swap_SystemInfo: optimism_swap_SystemInfo; - optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; - optimism_swap__Block_: optimism_swap__Block_; - optimism_swap__Meta_: optimism_swap__Meta_; - arbitrumone_swap_BigDecimal: Scalars['arbitrumone_swap_BigDecimal']; - arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; - arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; - arbitrumone_swap_Bytes: Scalars['arbitrumone_swap_Bytes']; - arbitrumone_swap_Int8: Scalars['arbitrumone_swap_Int8']; - arbitrumone_swap_LpAccount: arbitrumone_swap_LpAccount; - arbitrumone_swap_LpAccountBalance: arbitrumone_swap_LpAccountBalance; - arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; - arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; - arbitrumone_swap_LpToken: arbitrumone_swap_LpToken; - arbitrumone_swap_LpTokenEvent: ResolversParentTypes['arbitrumone_swap_LpTransferEvent']; - arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; - arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; - arbitrumone_swap_LpTransferEvent: arbitrumone_swap_LpTransferEvent; - arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; - arbitrumone_swap_PooledToken: arbitrumone_swap_PooledToken; - arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; - arbitrumone_swap_StableSwap: arbitrumone_swap_StableSwap; - arbitrumone_swap_StableSwapAddLiquidityEvent: arbitrumone_swap_StableSwapAddLiquidityEvent; - arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; - arbitrumone_swap_StableSwapEvent: ResolversParentTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; - arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; - arbitrumone_swap_StableSwapExchange: arbitrumone_swap_StableSwapExchange; - arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; - arbitrumone_swap_StableSwapRemoveLiquidityEvent: arbitrumone_swap_StableSwapRemoveLiquidityEvent; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; - arbitrumone_swap_SwapDailyVolume: arbitrumone_swap_SwapDailyVolume; - arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; - arbitrumone_swap_SwapHourlyVolume: arbitrumone_swap_SwapHourlyVolume; - arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; - arbitrumone_swap_SwapTradeVolume: ResolversParentTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapWeeklyVolume']; - arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; - arbitrumone_swap_SwapWeeklyVolume: arbitrumone_swap_SwapWeeklyVolume; - arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; - arbitrumone_swap_SystemInfo: arbitrumone_swap_SystemInfo; - arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; - arbitrumone_swap__Block_: arbitrumone_swap__Block_; - arbitrumone_swap__Meta_: arbitrumone_swap__Meta_; - polygon_swap_BigDecimal: Scalars['polygon_swap_BigDecimal']; - polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; - polygon_swap_Block_height: polygon_swap_Block_height; - polygon_swap_Bytes: Scalars['polygon_swap_Bytes']; - polygon_swap_Int8: Scalars['polygon_swap_Int8']; - polygon_swap_LpAccount: polygon_swap_LpAccount; - polygon_swap_LpAccountBalance: polygon_swap_LpAccountBalance; - polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; - polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; - polygon_swap_LpToken: polygon_swap_LpToken; - polygon_swap_LpTokenEvent: ResolversParentTypes['polygon_swap_LpTransferEvent']; - polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; - polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; - polygon_swap_LpTransferEvent: polygon_swap_LpTransferEvent; - polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; - polygon_swap_PooledToken: polygon_swap_PooledToken; - polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; - polygon_swap_StableSwap: polygon_swap_StableSwap; - polygon_swap_StableSwapAddLiquidityEvent: polygon_swap_StableSwapAddLiquidityEvent; - polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; - polygon_swap_StableSwapEvent: ResolversParentTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; - polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; - polygon_swap_StableSwapExchange: polygon_swap_StableSwapExchange; - polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; - polygon_swap_StableSwapRemoveLiquidityEvent: polygon_swap_StableSwapRemoveLiquidityEvent; - polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; - polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; - polygon_swap_SwapDailyVolume: polygon_swap_SwapDailyVolume; - polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; - polygon_swap_SwapHourlyVolume: polygon_swap_SwapHourlyVolume; - polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; - polygon_swap_SwapTradeVolume: ResolversParentTypes['polygon_swap_SwapDailyVolume'] | ResolversParentTypes['polygon_swap_SwapHourlyVolume'] | ResolversParentTypes['polygon_swap_SwapWeeklyVolume']; - polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; - polygon_swap_SwapWeeklyVolume: polygon_swap_SwapWeeklyVolume; - polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; - polygon_swap_SystemInfo: polygon_swap_SystemInfo; - polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; - polygon_swap__Block_: polygon_swap__Block_; - polygon_swap__Meta_: polygon_swap__Meta_; - linea_swap_BigDecimal: Scalars['linea_swap_BigDecimal']; - linea_swap_BlockChangedFilter: linea_swap_BlockChangedFilter; - linea_swap_Block_height: linea_swap_Block_height; - linea_swap_Bytes: Scalars['linea_swap_Bytes']; - linea_swap_LpAccount: linea_swap_LpAccount; - linea_swap_LpAccountBalance: linea_swap_LpAccountBalance; - linea_swap_LpAccountBalance_filter: linea_swap_LpAccountBalance_filter; - linea_swap_LpAccount_filter: linea_swap_LpAccount_filter; - linea_swap_LpToken: linea_swap_LpToken; - linea_swap_LpTokenEvent: ResolversParentTypes['linea_swap_LpTransferEvent']; - linea_swap_LpTokenEvent_filter: linea_swap_LpTokenEvent_filter; - linea_swap_LpToken_filter: linea_swap_LpToken_filter; - linea_swap_LpTransferEvent: linea_swap_LpTransferEvent; - linea_swap_LpTransferEvent_filter: linea_swap_LpTransferEvent_filter; - linea_swap_PooledToken: linea_swap_PooledToken; - linea_swap_PooledToken_filter: linea_swap_PooledToken_filter; - linea_swap_StableSwap: linea_swap_StableSwap; - linea_swap_StableSwapAddLiquidityEvent: linea_swap_StableSwapAddLiquidityEvent; - linea_swap_StableSwapAddLiquidityEvent_filter: linea_swap_StableSwapAddLiquidityEvent_filter; - linea_swap_StableSwapEvent: ResolversParentTypes['linea_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['linea_swap_StableSwapRemoveLiquidityEvent']; - linea_swap_StableSwapEvent_filter: linea_swap_StableSwapEvent_filter; - linea_swap_StableSwapExchange: linea_swap_StableSwapExchange; - linea_swap_StableSwapExchange_filter: linea_swap_StableSwapExchange_filter; - linea_swap_StableSwapRemoveLiquidityEvent: linea_swap_StableSwapRemoveLiquidityEvent; - linea_swap_StableSwapRemoveLiquidityEvent_filter: linea_swap_StableSwapRemoveLiquidityEvent_filter; - linea_swap_StableSwap_filter: linea_swap_StableSwap_filter; - linea_swap_SwapDailyVolume: linea_swap_SwapDailyVolume; - linea_swap_SwapDailyVolume_filter: linea_swap_SwapDailyVolume_filter; - linea_swap_SwapHourlyVolume: linea_swap_SwapHourlyVolume; - linea_swap_SwapHourlyVolume_filter: linea_swap_SwapHourlyVolume_filter; - linea_swap_SwapTradeVolume: ResolversParentTypes['linea_swap_SwapDailyVolume'] | ResolversParentTypes['linea_swap_SwapHourlyVolume'] | ResolversParentTypes['linea_swap_SwapWeeklyVolume']; - linea_swap_SwapTradeVolume_filter: linea_swap_SwapTradeVolume_filter; - linea_swap_SwapWeeklyVolume: linea_swap_SwapWeeklyVolume; - linea_swap_SwapWeeklyVolume_filter: linea_swap_SwapWeeklyVolume_filter; - linea_swap_SystemInfo: linea_swap_SystemInfo; - linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; - linea_swap__Block_: linea_swap__Block_; - linea_swap__Meta_: linea_swap__Meta_; - goerli_AggregateRoot: goerli_AggregateRoot; - goerli_AggregateRoot_filter: goerli_AggregateRoot_filter; - goerli_Asset: goerli_Asset; - goerli_AssetBalance: goerli_AssetBalance; - goerli_AssetBalance_filter: goerli_AssetBalance_filter; - goerli_AssetStatus: goerli_AssetStatus; - goerli_AssetStatus_filter: goerli_AssetStatus_filter; - goerli_Asset_filter: goerli_Asset_filter; - goerli_ConnectorMeta: goerli_ConnectorMeta; - goerli_ConnectorMeta_filter: goerli_ConnectorMeta_filter; - goerli_DestinationTransfer: goerli_DestinationTransfer; - goerli_DestinationTransfer_filter: goerli_DestinationTransfer_filter; - goerli_OriginMessage: goerli_OriginMessage; - goerli_OriginMessage_filter: goerli_OriginMessage_filter; - goerli_OriginTransfer: goerli_OriginTransfer; - goerli_OriginTransfer_filter: goerli_OriginTransfer_filter; - goerli_Relayer: goerli_Relayer; - goerli_RelayerFee: goerli_RelayerFee; - goerli_RelayerFee_filter: goerli_RelayerFee_filter; - goerli_RelayerFeesIncrease: goerli_RelayerFeesIncrease; - goerli_RelayerFeesIncrease_filter: goerli_RelayerFeesIncrease_filter; - goerli_Relayer_filter: goerli_Relayer_filter; - goerli_RootCount: goerli_RootCount; - goerli_RootCount_filter: goerli_RootCount_filter; - goerli_RootMessageSent: goerli_RootMessageSent; - goerli_RootMessageSent_filter: goerli_RootMessageSent_filter; - goerli_Router: goerli_Router; - goerli_RouterDailyTVL: goerli_RouterDailyTVL; - goerli_RouterDailyTVL_filter: goerli_RouterDailyTVL_filter; - goerli_RouterLiquidityEvent: goerli_RouterLiquidityEvent; - goerli_RouterLiquidityEvent_filter: goerli_RouterLiquidityEvent_filter; - goerli_Router_filter: goerli_Router_filter; - goerli_Sequencer: goerli_Sequencer; - goerli_Sequencer_filter: goerli_Sequencer_filter; - goerli_Setting: goerli_Setting; - goerli_Setting_filter: goerli_Setting_filter; - goerli_SlippageUpdate: goerli_SlippageUpdate; - goerli_SlippageUpdate_filter: goerli_SlippageUpdate_filter; - localmainnet_AggregateRootSavedSlow: localmainnet_AggregateRootSavedSlow; - localmainnet_AggregateRootSavedSlow_filter: localmainnet_AggregateRootSavedSlow_filter; - localmainnet_AggregatedMessageRoot: localmainnet_AggregatedMessageRoot; - localmainnet_AggregatedMessageRoot_filter: localmainnet_AggregatedMessageRoot_filter; - localmainnet_ArbitrumConnectorMeta: localmainnet_ArbitrumConnectorMeta; - localmainnet_ArbitrumConnectorMeta_filter: localmainnet_ArbitrumConnectorMeta_filter; - localmainnet_BigDecimal: Scalars['localmainnet_BigDecimal']; - localmainnet_BlockChangedFilter: localmainnet_BlockChangedFilter; - localmainnet_Block_height: localmainnet_Block_height; - localmainnet_BnbConnectorMeta: localmainnet_BnbConnectorMeta; - localmainnet_BnbConnectorMeta_filter: localmainnet_BnbConnectorMeta_filter; - localmainnet_Bytes: Scalars['localmainnet_Bytes']; - localmainnet_GnosisConnectorMeta: localmainnet_GnosisConnectorMeta; - localmainnet_GnosisConnectorMeta_filter: localmainnet_GnosisConnectorMeta_filter; - localmainnet_HubDomain: localmainnet_HubDomain; - localmainnet_HubDomain_filter: localmainnet_HubDomain_filter; - localmainnet_HubOptimisticRootFinalized: localmainnet_HubOptimisticRootFinalized; - localmainnet_HubOptimisticRootFinalized_filter: localmainnet_HubOptimisticRootFinalized_filter; - localmainnet_Int8: Scalars['localmainnet_Int8']; - localmainnet_OptimismConnectorMeta: localmainnet_OptimismConnectorMeta; - localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; - localmainnet_OptimisticRootPropagated: localmainnet_OptimisticRootPropagated; - localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; - localmainnet_OptimisticRootProposed: localmainnet_OptimisticRootProposed; - localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; - localmainnet_PolygonConnectorMeta: localmainnet_PolygonConnectorMeta; - localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; - localmainnet_RootAggregated: localmainnet_RootAggregated; - localmainnet_RootAggregated_filter: localmainnet_RootAggregated_filter; - localmainnet_RootManagerMeta: localmainnet_RootManagerMeta; - localmainnet_RootManagerMeta_filter: localmainnet_RootManagerMeta_filter; - localmainnet_RootManagerMode: localmainnet_RootManagerMode; - localmainnet_RootManagerMode_filter: localmainnet_RootManagerMode_filter; - localmainnet_RootMessageProcessed: localmainnet_RootMessageProcessed; - localmainnet_RootMessageProcessed_filter: localmainnet_RootMessageProcessed_filter; - localmainnet_RootPropagated: localmainnet_RootPropagated; - localmainnet_RootPropagated_filter: localmainnet_RootPropagated_filter; - localmainnet_ZkSyncConnectorMeta: localmainnet_ZkSyncConnectorMeta; - localmainnet_ZkSyncConnectorMeta_filter: localmainnet_ZkSyncConnectorMeta_filter; - localmainnet__Block_: localmainnet__Block_; - localmainnet__Meta_: localmainnet__Meta_; - lineagoerli_AggregateRoot: lineagoerli_AggregateRoot; - lineagoerli_AggregateRoot_filter: lineagoerli_AggregateRoot_filter; - lineagoerli_Asset: lineagoerli_Asset; - lineagoerli_AssetBalance: lineagoerli_AssetBalance; - lineagoerli_AssetBalance_filter: lineagoerli_AssetBalance_filter; - lineagoerli_AssetStatus: lineagoerli_AssetStatus; - lineagoerli_AssetStatus_filter: lineagoerli_AssetStatus_filter; - lineagoerli_Asset_filter: lineagoerli_Asset_filter; - lineagoerli_BigDecimal: Scalars['lineagoerli_BigDecimal']; - lineagoerli_BlockChangedFilter: lineagoerli_BlockChangedFilter; - lineagoerli_Block_height: lineagoerli_Block_height; - lineagoerli_Bytes: Scalars['lineagoerli_Bytes']; - lineagoerli_ConnectorMeta: lineagoerli_ConnectorMeta; - lineagoerli_ConnectorMeta_filter: lineagoerli_ConnectorMeta_filter; - lineagoerli_DestinationTransfer: lineagoerli_DestinationTransfer; - lineagoerli_DestinationTransfer_filter: lineagoerli_DestinationTransfer_filter; - lineagoerli_OriginMessage: lineagoerli_OriginMessage; - lineagoerli_OriginMessage_filter: lineagoerli_OriginMessage_filter; - lineagoerli_OriginTransfer: lineagoerli_OriginTransfer; - lineagoerli_OriginTransfer_filter: lineagoerli_OriginTransfer_filter; - lineagoerli_Relayer: lineagoerli_Relayer; - lineagoerli_RelayerFee: lineagoerli_RelayerFee; - lineagoerli_RelayerFee_filter: lineagoerli_RelayerFee_filter; - lineagoerli_RelayerFeesIncrease: lineagoerli_RelayerFeesIncrease; - lineagoerli_RelayerFeesIncrease_filter: lineagoerli_RelayerFeesIncrease_filter; - lineagoerli_Relayer_filter: lineagoerli_Relayer_filter; - lineagoerli_RootCount: lineagoerli_RootCount; - lineagoerli_RootCount_filter: lineagoerli_RootCount_filter; - lineagoerli_RootMessageSent: lineagoerli_RootMessageSent; - lineagoerli_RootMessageSent_filter: lineagoerli_RootMessageSent_filter; - lineagoerli_Router: lineagoerli_Router; - lineagoerli_RouterDailyTVL: lineagoerli_RouterDailyTVL; - lineagoerli_RouterDailyTVL_filter: lineagoerli_RouterDailyTVL_filter; - lineagoerli_Router_filter: lineagoerli_Router_filter; - lineagoerli_Sequencer: lineagoerli_Sequencer; - lineagoerli_Sequencer_filter: lineagoerli_Sequencer_filter; - lineagoerli_Setting: lineagoerli_Setting; - lineagoerli_Setting_filter: lineagoerli_Setting_filter; - lineagoerli_SlippageUpdate: lineagoerli_SlippageUpdate; - lineagoerli_SlippageUpdate_filter: lineagoerli_SlippageUpdate_filter; - lineagoerli__Block_: lineagoerli__Block_; - lineagoerli__Meta_: lineagoerli__Meta_; - optimism_AggregateRoot: optimism_AggregateRoot; - optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; - optimism_Asset: optimism_Asset; - optimism_AssetBalance: optimism_AssetBalance; - optimism_AssetBalance_filter: optimism_AssetBalance_filter; - optimism_AssetStatus: optimism_AssetStatus; - optimism_AssetStatus_filter: optimism_AssetStatus_filter; - optimism_Asset_filter: optimism_Asset_filter; - optimism_BigDecimal: Scalars['optimism_BigDecimal']; - optimism_BlockChangedFilter: optimism_BlockChangedFilter; - optimism_Block_height: optimism_Block_height; - optimism_Bytes: Scalars['optimism_Bytes']; - optimism_ConnectorMeta: optimism_ConnectorMeta; - optimism_ConnectorMeta_filter: optimism_ConnectorMeta_filter; - optimism_DestinationTransfer: optimism_DestinationTransfer; - optimism_DestinationTransfer_filter: optimism_DestinationTransfer_filter; - optimism_Int8: Scalars['optimism_Int8']; - optimism_OriginMessage: optimism_OriginMessage; - optimism_OriginMessage_filter: optimism_OriginMessage_filter; - optimism_OriginTransfer: optimism_OriginTransfer; - optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; - optimism_Relayer: optimism_Relayer; - optimism_RelayerFee: optimism_RelayerFee; - optimism_RelayerFee_filter: optimism_RelayerFee_filter; - optimism_RelayerFeesIncrease: optimism_RelayerFeesIncrease; - optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; - optimism_Relayer_filter: optimism_Relayer_filter; - optimism_RootCount: optimism_RootCount; - optimism_RootCount_filter: optimism_RootCount_filter; - optimism_RootMessageSent: optimism_RootMessageSent; - optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; - optimism_Router: optimism_Router; - optimism_RouterDailyTVL: optimism_RouterDailyTVL; - optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; - optimism_RouterLiquidityEvent: optimism_RouterLiquidityEvent; - optimism_RouterLiquidityEvent_filter: optimism_RouterLiquidityEvent_filter; - optimism_Router_filter: optimism_Router_filter; - optimism_Sequencer: optimism_Sequencer; - optimism_Sequencer_filter: optimism_Sequencer_filter; - optimism_Setting: optimism_Setting; - optimism_Setting_filter: optimism_Setting_filter; - optimism_SlippageUpdate: optimism_SlippageUpdate; - optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; - optimism__Block_: optimism__Block_; - optimism__Meta_: optimism__Meta_; - staginggoerli_AggregateRoot: staginggoerli_AggregateRoot; - staginggoerli_AggregateRootProposed: staginggoerli_AggregateRootProposed; - staginggoerli_AggregateRootProposed_filter: staginggoerli_AggregateRootProposed_filter; - staginggoerli_AggregateRoot_filter: staginggoerli_AggregateRoot_filter; - staginggoerli_Asset: staginggoerli_Asset; - staginggoerli_AssetBalance: staginggoerli_AssetBalance; - staginggoerli_AssetBalance_filter: staginggoerli_AssetBalance_filter; - staginggoerli_AssetStatus: staginggoerli_AssetStatus; - staginggoerli_AssetStatus_filter: staginggoerli_AssetStatus_filter; - staginggoerli_Asset_filter: staginggoerli_Asset_filter; - staginggoerli_ConnectorMeta: staginggoerli_ConnectorMeta; - staginggoerli_ConnectorMeta_filter: staginggoerli_ConnectorMeta_filter; - staginggoerli_DestinationTransfer: staginggoerli_DestinationTransfer; - staginggoerli_DestinationTransfer_filter: staginggoerli_DestinationTransfer_filter; - staginggoerli_OptimisticRootFinalized: staginggoerli_OptimisticRootFinalized; - staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; - staginggoerli_OriginMessage: staginggoerli_OriginMessage; - staginggoerli_OriginMessage_filter: staginggoerli_OriginMessage_filter; - staginggoerli_OriginTransfer: staginggoerli_OriginTransfer; - staginggoerli_OriginTransfer_filter: staginggoerli_OriginTransfer_filter; - staginggoerli_Relayer: staginggoerli_Relayer; - staginggoerli_RelayerFee: staginggoerli_RelayerFee; - staginggoerli_RelayerFee_filter: staginggoerli_RelayerFee_filter; - staginggoerli_RelayerFeesIncrease: staginggoerli_RelayerFeesIncrease; - staginggoerli_RelayerFeesIncrease_filter: staginggoerli_RelayerFeesIncrease_filter; - staginggoerli_Relayer_filter: staginggoerli_Relayer_filter; - staginggoerli_RootCount: staginggoerli_RootCount; - staginggoerli_RootCount_filter: staginggoerli_RootCount_filter; - staginggoerli_RootMessageSent: staginggoerli_RootMessageSent; - staginggoerli_RootMessageSent_filter: staginggoerli_RootMessageSent_filter; - staginggoerli_Router: staginggoerli_Router; - staginggoerli_RouterDailyTVL: staginggoerli_RouterDailyTVL; - staginggoerli_RouterDailyTVL_filter: staginggoerli_RouterDailyTVL_filter; - staginggoerli_Router_filter: staginggoerli_Router_filter; - staginggoerli_Sequencer: staginggoerli_Sequencer; - staginggoerli_Sequencer_filter: staginggoerli_Sequencer_filter; - staginggoerli_Setting: staginggoerli_Setting; - staginggoerli_Setting_filter: staginggoerli_Setting_filter; - staginggoerli_SlippageUpdate: staginggoerli_SlippageUpdate; - staginggoerli_SlippageUpdate_filter: staginggoerli_SlippageUpdate_filter; - staginggoerli_SnapshotRoot: staginggoerli_SnapshotRoot; - staginggoerli_SnapshotRoot_filter: staginggoerli_SnapshotRoot_filter; - staginggoerli_SpokeConnectorMode: staginggoerli_SpokeConnectorMode; - staginggoerli_SpokeConnectorMode_filter: staginggoerli_SpokeConnectorMode_filter; - optimismgoerli_AggregateRoot: optimismgoerli_AggregateRoot; - optimismgoerli_AggregateRoot_filter: optimismgoerli_AggregateRoot_filter; - optimismgoerli_Asset: optimismgoerli_Asset; - optimismgoerli_AssetBalance: optimismgoerli_AssetBalance; - optimismgoerli_AssetBalance_filter: optimismgoerli_AssetBalance_filter; - optimismgoerli_AssetStatus: optimismgoerli_AssetStatus; - optimismgoerli_AssetStatus_filter: optimismgoerli_AssetStatus_filter; - optimismgoerli_Asset_filter: optimismgoerli_Asset_filter; - optimismgoerli_BigDecimal: Scalars['optimismgoerli_BigDecimal']; - optimismgoerli_BlockChangedFilter: optimismgoerli_BlockChangedFilter; - optimismgoerli_Block_height: optimismgoerli_Block_height; - optimismgoerli_Bytes: Scalars['optimismgoerli_Bytes']; - optimismgoerli_ConnectorMeta: optimismgoerli_ConnectorMeta; - optimismgoerli_ConnectorMeta_filter: optimismgoerli_ConnectorMeta_filter; - optimismgoerli_DestinationTransfer: optimismgoerli_DestinationTransfer; - optimismgoerli_DestinationTransfer_filter: optimismgoerli_DestinationTransfer_filter; - optimismgoerli_Int8: Scalars['optimismgoerli_Int8']; - optimismgoerli_OriginMessage: optimismgoerli_OriginMessage; - optimismgoerli_OriginMessage_filter: optimismgoerli_OriginMessage_filter; - optimismgoerli_OriginTransfer: optimismgoerli_OriginTransfer; - optimismgoerli_OriginTransfer_filter: optimismgoerli_OriginTransfer_filter; - optimismgoerli_Relayer: optimismgoerli_Relayer; - optimismgoerli_RelayerFee: optimismgoerli_RelayerFee; - optimismgoerli_RelayerFee_filter: optimismgoerli_RelayerFee_filter; - optimismgoerli_RelayerFeesIncrease: optimismgoerli_RelayerFeesIncrease; - optimismgoerli_RelayerFeesIncrease_filter: optimismgoerli_RelayerFeesIncrease_filter; - optimismgoerli_Relayer_filter: optimismgoerli_Relayer_filter; - optimismgoerli_RootCount: optimismgoerli_RootCount; - optimismgoerli_RootCount_filter: optimismgoerli_RootCount_filter; - optimismgoerli_RootMessageSent: optimismgoerli_RootMessageSent; - optimismgoerli_RootMessageSent_filter: optimismgoerli_RootMessageSent_filter; - optimismgoerli_Router: optimismgoerli_Router; - optimismgoerli_RouterDailyTVL: optimismgoerli_RouterDailyTVL; - optimismgoerli_RouterDailyTVL_filter: optimismgoerli_RouterDailyTVL_filter; - optimismgoerli_RouterLiquidityEvent: optimismgoerli_RouterLiquidityEvent; - optimismgoerli_RouterLiquidityEvent_filter: optimismgoerli_RouterLiquidityEvent_filter; - optimismgoerli_Router_filter: optimismgoerli_Router_filter; - optimismgoerli_Sequencer: optimismgoerli_Sequencer; - optimismgoerli_Sequencer_filter: optimismgoerli_Sequencer_filter; - optimismgoerli_Setting: optimismgoerli_Setting; - optimismgoerli_Setting_filter: optimismgoerli_Setting_filter; - optimismgoerli_SlippageUpdate: optimismgoerli_SlippageUpdate; - optimismgoerli_SlippageUpdate_filter: optimismgoerli_SlippageUpdate_filter; - optimismgoerli__Block_: optimismgoerli__Block_; - optimismgoerli__Meta_: optimismgoerli__Meta_; - stagingoptimismgoerli_AggregateRoot: stagingoptimismgoerli_AggregateRoot; - stagingoptimismgoerli_AggregateRootProposed: stagingoptimismgoerli_AggregateRootProposed; - stagingoptimismgoerli_AggregateRootProposed_filter: stagingoptimismgoerli_AggregateRootProposed_filter; - stagingoptimismgoerli_AggregateRoot_filter: stagingoptimismgoerli_AggregateRoot_filter; - stagingoptimismgoerli_Asset: stagingoptimismgoerli_Asset; - stagingoptimismgoerli_AssetBalance: stagingoptimismgoerli_AssetBalance; - stagingoptimismgoerli_AssetBalance_filter: stagingoptimismgoerli_AssetBalance_filter; - stagingoptimismgoerli_AssetStatus: stagingoptimismgoerli_AssetStatus; - stagingoptimismgoerli_AssetStatus_filter: stagingoptimismgoerli_AssetStatus_filter; - stagingoptimismgoerli_Asset_filter: stagingoptimismgoerli_Asset_filter; - stagingoptimismgoerli_BigDecimal: Scalars['stagingoptimismgoerli_BigDecimal']; - stagingoptimismgoerli_BlockChangedFilter: stagingoptimismgoerli_BlockChangedFilter; - stagingoptimismgoerli_Block_height: stagingoptimismgoerli_Block_height; - stagingoptimismgoerli_Bytes: Scalars['stagingoptimismgoerli_Bytes']; - stagingoptimismgoerli_ConnectorMeta: stagingoptimismgoerli_ConnectorMeta; - stagingoptimismgoerli_ConnectorMeta_filter: stagingoptimismgoerli_ConnectorMeta_filter; - stagingoptimismgoerli_DestinationTransfer: stagingoptimismgoerli_DestinationTransfer; - stagingoptimismgoerli_DestinationTransfer_filter: stagingoptimismgoerli_DestinationTransfer_filter; - stagingoptimismgoerli_Int8: Scalars['stagingoptimismgoerli_Int8']; - stagingoptimismgoerli_OptimisticRootFinalized: stagingoptimismgoerli_OptimisticRootFinalized; - stagingoptimismgoerli_OptimisticRootFinalized_filter: stagingoptimismgoerli_OptimisticRootFinalized_filter; - stagingoptimismgoerli_OriginMessage: stagingoptimismgoerli_OriginMessage; - stagingoptimismgoerli_OriginMessage_filter: stagingoptimismgoerli_OriginMessage_filter; - stagingoptimismgoerli_OriginTransfer: stagingoptimismgoerli_OriginTransfer; - stagingoptimismgoerli_OriginTransfer_filter: stagingoptimismgoerli_OriginTransfer_filter; - stagingoptimismgoerli_Relayer: stagingoptimismgoerli_Relayer; - stagingoptimismgoerli_RelayerFee: stagingoptimismgoerli_RelayerFee; - stagingoptimismgoerli_RelayerFee_filter: stagingoptimismgoerli_RelayerFee_filter; - stagingoptimismgoerli_RelayerFeesIncrease: stagingoptimismgoerli_RelayerFeesIncrease; - stagingoptimismgoerli_RelayerFeesIncrease_filter: stagingoptimismgoerli_RelayerFeesIncrease_filter; - stagingoptimismgoerli_Relayer_filter: stagingoptimismgoerli_Relayer_filter; - stagingoptimismgoerli_RootCount: stagingoptimismgoerli_RootCount; - stagingoptimismgoerli_RootCount_filter: stagingoptimismgoerli_RootCount_filter; - stagingoptimismgoerli_RootMessageSent: stagingoptimismgoerli_RootMessageSent; - stagingoptimismgoerli_RootMessageSent_filter: stagingoptimismgoerli_RootMessageSent_filter; - stagingoptimismgoerli_Router: stagingoptimismgoerli_Router; - stagingoptimismgoerli_RouterDailyTVL: stagingoptimismgoerli_RouterDailyTVL; - stagingoptimismgoerli_RouterDailyTVL_filter: stagingoptimismgoerli_RouterDailyTVL_filter; - stagingoptimismgoerli_Router_filter: stagingoptimismgoerli_Router_filter; - stagingoptimismgoerli_Sequencer: stagingoptimismgoerli_Sequencer; - stagingoptimismgoerli_Sequencer_filter: stagingoptimismgoerli_Sequencer_filter; - stagingoptimismgoerli_Setting: stagingoptimismgoerli_Setting; - stagingoptimismgoerli_Setting_filter: stagingoptimismgoerli_Setting_filter; - stagingoptimismgoerli_SlippageUpdate: stagingoptimismgoerli_SlippageUpdate; - stagingoptimismgoerli_SlippageUpdate_filter: stagingoptimismgoerli_SlippageUpdate_filter; - stagingoptimismgoerli_SnapshotRoot: stagingoptimismgoerli_SnapshotRoot; - stagingoptimismgoerli_SnapshotRoot_filter: stagingoptimismgoerli_SnapshotRoot_filter; - stagingoptimismgoerli_SpokeConnectorMode: stagingoptimismgoerli_SpokeConnectorMode; - stagingoptimismgoerli_SpokeConnectorMode_filter: stagingoptimismgoerli_SpokeConnectorMode_filter; - stagingoptimismgoerli__Block_: stagingoptimismgoerli__Block_; - stagingoptimismgoerli__Meta_: stagingoptimismgoerli__Meta_; - stagingarbitrumgoerli_AggregateRoot: stagingarbitrumgoerli_AggregateRoot; - stagingarbitrumgoerli_AggregateRootProposed: stagingarbitrumgoerli_AggregateRootProposed; - stagingarbitrumgoerli_AggregateRootProposed_filter: stagingarbitrumgoerli_AggregateRootProposed_filter; - stagingarbitrumgoerli_AggregateRoot_filter: stagingarbitrumgoerli_AggregateRoot_filter; - stagingarbitrumgoerli_Asset: stagingarbitrumgoerli_Asset; - stagingarbitrumgoerli_AssetBalance: stagingarbitrumgoerli_AssetBalance; - stagingarbitrumgoerli_AssetBalance_filter: stagingarbitrumgoerli_AssetBalance_filter; - stagingarbitrumgoerli_AssetStatus: stagingarbitrumgoerli_AssetStatus; - stagingarbitrumgoerli_AssetStatus_filter: stagingarbitrumgoerli_AssetStatus_filter; - stagingarbitrumgoerli_Asset_filter: stagingarbitrumgoerli_Asset_filter; - stagingarbitrumgoerli_BigDecimal: Scalars['stagingarbitrumgoerli_BigDecimal']; - stagingarbitrumgoerli_BlockChangedFilter: stagingarbitrumgoerli_BlockChangedFilter; - stagingarbitrumgoerli_Block_height: stagingarbitrumgoerli_Block_height; - stagingarbitrumgoerli_Bytes: Scalars['stagingarbitrumgoerli_Bytes']; - stagingarbitrumgoerli_ConnectorMeta: stagingarbitrumgoerli_ConnectorMeta; - stagingarbitrumgoerli_ConnectorMeta_filter: stagingarbitrumgoerli_ConnectorMeta_filter; - stagingarbitrumgoerli_DestinationTransfer: stagingarbitrumgoerli_DestinationTransfer; - stagingarbitrumgoerli_DestinationTransfer_filter: stagingarbitrumgoerli_DestinationTransfer_filter; - stagingarbitrumgoerli_Int8: Scalars['stagingarbitrumgoerli_Int8']; - stagingarbitrumgoerli_OptimisticRootFinalized: stagingarbitrumgoerli_OptimisticRootFinalized; - stagingarbitrumgoerli_OptimisticRootFinalized_filter: stagingarbitrumgoerli_OptimisticRootFinalized_filter; - stagingarbitrumgoerli_OriginMessage: stagingarbitrumgoerli_OriginMessage; - stagingarbitrumgoerli_OriginMessage_filter: stagingarbitrumgoerli_OriginMessage_filter; - stagingarbitrumgoerli_OriginTransfer: stagingarbitrumgoerli_OriginTransfer; - stagingarbitrumgoerli_OriginTransfer_filter: stagingarbitrumgoerli_OriginTransfer_filter; - stagingarbitrumgoerli_Relayer: stagingarbitrumgoerli_Relayer; - stagingarbitrumgoerli_RelayerFee: stagingarbitrumgoerli_RelayerFee; - stagingarbitrumgoerli_RelayerFee_filter: stagingarbitrumgoerli_RelayerFee_filter; - stagingarbitrumgoerli_RelayerFeesIncrease: stagingarbitrumgoerli_RelayerFeesIncrease; - stagingarbitrumgoerli_RelayerFeesIncrease_filter: stagingarbitrumgoerli_RelayerFeesIncrease_filter; - stagingarbitrumgoerli_Relayer_filter: stagingarbitrumgoerli_Relayer_filter; - stagingarbitrumgoerli_RootCount: stagingarbitrumgoerli_RootCount; - stagingarbitrumgoerli_RootCount_filter: stagingarbitrumgoerli_RootCount_filter; - stagingarbitrumgoerli_RootMessageSent: stagingarbitrumgoerli_RootMessageSent; - stagingarbitrumgoerli_RootMessageSent_filter: stagingarbitrumgoerli_RootMessageSent_filter; - stagingarbitrumgoerli_Router: stagingarbitrumgoerli_Router; - stagingarbitrumgoerli_RouterDailyTVL: stagingarbitrumgoerli_RouterDailyTVL; - stagingarbitrumgoerli_RouterDailyTVL_filter: stagingarbitrumgoerli_RouterDailyTVL_filter; - stagingarbitrumgoerli_Router_filter: stagingarbitrumgoerli_Router_filter; - stagingarbitrumgoerli_Sequencer: stagingarbitrumgoerli_Sequencer; - stagingarbitrumgoerli_Sequencer_filter: stagingarbitrumgoerli_Sequencer_filter; - stagingarbitrumgoerli_Setting: stagingarbitrumgoerli_Setting; - stagingarbitrumgoerli_Setting_filter: stagingarbitrumgoerli_Setting_filter; - stagingarbitrumgoerli_SlippageUpdate: stagingarbitrumgoerli_SlippageUpdate; - stagingarbitrumgoerli_SlippageUpdate_filter: stagingarbitrumgoerli_SlippageUpdate_filter; - stagingarbitrumgoerli_SnapshotRoot: stagingarbitrumgoerli_SnapshotRoot; - stagingarbitrumgoerli_SnapshotRoot_filter: stagingarbitrumgoerli_SnapshotRoot_filter; - stagingarbitrumgoerli_SpokeConnectorMode: stagingarbitrumgoerli_SpokeConnectorMode; - stagingarbitrumgoerli_SpokeConnectorMode_filter: stagingarbitrumgoerli_SpokeConnectorMode_filter; - stagingarbitrumgoerli__Block_: stagingarbitrumgoerli__Block_; - stagingarbitrumgoerli__Meta_: stagingarbitrumgoerli__Meta_; - stagingmumbai_AggregateRoot: stagingmumbai_AggregateRoot; - stagingmumbai_AggregateRootProposed: stagingmumbai_AggregateRootProposed; - stagingmumbai_AggregateRootProposed_filter: stagingmumbai_AggregateRootProposed_filter; - stagingmumbai_AggregateRoot_filter: stagingmumbai_AggregateRoot_filter; - stagingmumbai_Asset: stagingmumbai_Asset; - stagingmumbai_AssetBalance: stagingmumbai_AssetBalance; - stagingmumbai_AssetBalance_filter: stagingmumbai_AssetBalance_filter; - stagingmumbai_AssetStatus: stagingmumbai_AssetStatus; - stagingmumbai_AssetStatus_filter: stagingmumbai_AssetStatus_filter; - stagingmumbai_Asset_filter: stagingmumbai_Asset_filter; - stagingmumbai_BigDecimal: Scalars['stagingmumbai_BigDecimal']; - stagingmumbai_BlockChangedFilter: stagingmumbai_BlockChangedFilter; - stagingmumbai_Block_height: stagingmumbai_Block_height; - stagingmumbai_Bytes: Scalars['stagingmumbai_Bytes']; - stagingmumbai_ConnectorMeta: stagingmumbai_ConnectorMeta; - stagingmumbai_ConnectorMeta_filter: stagingmumbai_ConnectorMeta_filter; - stagingmumbai_DestinationTransfer: stagingmumbai_DestinationTransfer; - stagingmumbai_DestinationTransfer_filter: stagingmumbai_DestinationTransfer_filter; - stagingmumbai_Int8: Scalars['stagingmumbai_Int8']; - stagingmumbai_OptimisticRootFinalized: stagingmumbai_OptimisticRootFinalized; - stagingmumbai_OptimisticRootFinalized_filter: stagingmumbai_OptimisticRootFinalized_filter; - stagingmumbai_OriginMessage: stagingmumbai_OriginMessage; - stagingmumbai_OriginMessage_filter: stagingmumbai_OriginMessage_filter; - stagingmumbai_OriginTransfer: stagingmumbai_OriginTransfer; - stagingmumbai_OriginTransfer_filter: stagingmumbai_OriginTransfer_filter; - stagingmumbai_Relayer: stagingmumbai_Relayer; - stagingmumbai_RelayerFee: stagingmumbai_RelayerFee; - stagingmumbai_RelayerFee_filter: stagingmumbai_RelayerFee_filter; - stagingmumbai_RelayerFeesIncrease: stagingmumbai_RelayerFeesIncrease; - stagingmumbai_RelayerFeesIncrease_filter: stagingmumbai_RelayerFeesIncrease_filter; - stagingmumbai_Relayer_filter: stagingmumbai_Relayer_filter; - stagingmumbai_RootCount: stagingmumbai_RootCount; - stagingmumbai_RootCount_filter: stagingmumbai_RootCount_filter; - stagingmumbai_RootMessageSent: stagingmumbai_RootMessageSent; - stagingmumbai_RootMessageSent_filter: stagingmumbai_RootMessageSent_filter; - stagingmumbai_Router: stagingmumbai_Router; - stagingmumbai_RouterDailyTVL: stagingmumbai_RouterDailyTVL; - stagingmumbai_RouterDailyTVL_filter: stagingmumbai_RouterDailyTVL_filter; - stagingmumbai_Router_filter: stagingmumbai_Router_filter; - stagingmumbai_Sequencer: stagingmumbai_Sequencer; - stagingmumbai_Sequencer_filter: stagingmumbai_Sequencer_filter; - stagingmumbai_Setting: stagingmumbai_Setting; - stagingmumbai_Setting_filter: stagingmumbai_Setting_filter; - stagingmumbai_SlippageUpdate: stagingmumbai_SlippageUpdate; - stagingmumbai_SlippageUpdate_filter: stagingmumbai_SlippageUpdate_filter; - stagingmumbai_SnapshotRoot: stagingmumbai_SnapshotRoot; - stagingmumbai_SnapshotRoot_filter: stagingmumbai_SnapshotRoot_filter; - stagingmumbai_SpokeConnectorMode: stagingmumbai_SpokeConnectorMode; - stagingmumbai_SpokeConnectorMode_filter: stagingmumbai_SpokeConnectorMode_filter; - stagingmumbai__Block_: stagingmumbai__Block_; - stagingmumbai__Meta_: stagingmumbai__Meta_; - arbitrumgoerli_AggregateRoot: arbitrumgoerli_AggregateRoot; - arbitrumgoerli_AggregateRoot_filter: arbitrumgoerli_AggregateRoot_filter; - arbitrumgoerli_Asset: arbitrumgoerli_Asset; - arbitrumgoerli_AssetBalance: arbitrumgoerli_AssetBalance; - arbitrumgoerli_AssetBalance_filter: arbitrumgoerli_AssetBalance_filter; - arbitrumgoerli_AssetStatus: arbitrumgoerli_AssetStatus; - arbitrumgoerli_AssetStatus_filter: arbitrumgoerli_AssetStatus_filter; - arbitrumgoerli_Asset_filter: arbitrumgoerli_Asset_filter; - arbitrumgoerli_BigDecimal: Scalars['arbitrumgoerli_BigDecimal']; - arbitrumgoerli_BlockChangedFilter: arbitrumgoerli_BlockChangedFilter; - arbitrumgoerli_Block_height: arbitrumgoerli_Block_height; - arbitrumgoerli_Bytes: Scalars['arbitrumgoerli_Bytes']; - arbitrumgoerli_ConnectorMeta: arbitrumgoerli_ConnectorMeta; - arbitrumgoerli_ConnectorMeta_filter: arbitrumgoerli_ConnectorMeta_filter; - arbitrumgoerli_DestinationTransfer: arbitrumgoerli_DestinationTransfer; - arbitrumgoerli_DestinationTransfer_filter: arbitrumgoerli_DestinationTransfer_filter; - arbitrumgoerli_Int8: Scalars['arbitrumgoerli_Int8']; - arbitrumgoerli_OriginMessage: arbitrumgoerli_OriginMessage; - arbitrumgoerli_OriginMessage_filter: arbitrumgoerli_OriginMessage_filter; - arbitrumgoerli_OriginTransfer: arbitrumgoerli_OriginTransfer; - arbitrumgoerli_OriginTransfer_filter: arbitrumgoerli_OriginTransfer_filter; - arbitrumgoerli_Relayer: arbitrumgoerli_Relayer; - arbitrumgoerli_RelayerFee: arbitrumgoerli_RelayerFee; - arbitrumgoerli_RelayerFee_filter: arbitrumgoerli_RelayerFee_filter; - arbitrumgoerli_RelayerFeesIncrease: arbitrumgoerli_RelayerFeesIncrease; - arbitrumgoerli_RelayerFeesIncrease_filter: arbitrumgoerli_RelayerFeesIncrease_filter; - arbitrumgoerli_Relayer_filter: arbitrumgoerli_Relayer_filter; - arbitrumgoerli_RootCount: arbitrumgoerli_RootCount; - arbitrumgoerli_RootCount_filter: arbitrumgoerli_RootCount_filter; - arbitrumgoerli_RootMessageSent: arbitrumgoerli_RootMessageSent; - arbitrumgoerli_RootMessageSent_filter: arbitrumgoerli_RootMessageSent_filter; - arbitrumgoerli_Router: arbitrumgoerli_Router; - arbitrumgoerli_RouterDailyTVL: arbitrumgoerli_RouterDailyTVL; - arbitrumgoerli_RouterDailyTVL_filter: arbitrumgoerli_RouterDailyTVL_filter; - arbitrumgoerli_RouterLiquidityEvent: arbitrumgoerli_RouterLiquidityEvent; - arbitrumgoerli_RouterLiquidityEvent_filter: arbitrumgoerli_RouterLiquidityEvent_filter; - arbitrumgoerli_Router_filter: arbitrumgoerli_Router_filter; - arbitrumgoerli_Sequencer: arbitrumgoerli_Sequencer; - arbitrumgoerli_Sequencer_filter: arbitrumgoerli_Sequencer_filter; - arbitrumgoerli_Setting: arbitrumgoerli_Setting; - arbitrumgoerli_Setting_filter: arbitrumgoerli_Setting_filter; - arbitrumgoerli_SlippageUpdate: arbitrumgoerli_SlippageUpdate; - arbitrumgoerli_SlippageUpdate_filter: arbitrumgoerli_SlippageUpdate_filter; - arbitrumgoerli__Block_: arbitrumgoerli__Block_; - arbitrumgoerli__Meta_: arbitrumgoerli__Meta_; - mumbai_AggregateRoot: mumbai_AggregateRoot; - mumbai_AggregateRoot_filter: mumbai_AggregateRoot_filter; - mumbai_Asset: mumbai_Asset; - mumbai_AssetBalance: mumbai_AssetBalance; - mumbai_AssetBalance_filter: mumbai_AssetBalance_filter; - mumbai_AssetStatus: mumbai_AssetStatus; - mumbai_AssetStatus_filter: mumbai_AssetStatus_filter; - mumbai_Asset_filter: mumbai_Asset_filter; - mumbai_BigDecimal: Scalars['mumbai_BigDecimal']; - mumbai_BlockChangedFilter: mumbai_BlockChangedFilter; - mumbai_Block_height: mumbai_Block_height; - mumbai_Bytes: Scalars['mumbai_Bytes']; - mumbai_ConnectorMeta: mumbai_ConnectorMeta; - mumbai_ConnectorMeta_filter: mumbai_ConnectorMeta_filter; - mumbai_DestinationTransfer: mumbai_DestinationTransfer; - mumbai_DestinationTransfer_filter: mumbai_DestinationTransfer_filter; - mumbai_Int8: Scalars['mumbai_Int8']; - mumbai_OriginMessage: mumbai_OriginMessage; - mumbai_OriginMessage_filter: mumbai_OriginMessage_filter; - mumbai_OriginTransfer: mumbai_OriginTransfer; - mumbai_OriginTransfer_filter: mumbai_OriginTransfer_filter; - mumbai_Relayer: mumbai_Relayer; - mumbai_RelayerFee: mumbai_RelayerFee; - mumbai_RelayerFee_filter: mumbai_RelayerFee_filter; - mumbai_RelayerFeesIncrease: mumbai_RelayerFeesIncrease; - mumbai_RelayerFeesIncrease_filter: mumbai_RelayerFeesIncrease_filter; - mumbai_Relayer_filter: mumbai_Relayer_filter; - mumbai_RootCount: mumbai_RootCount; - mumbai_RootCount_filter: mumbai_RootCount_filter; - mumbai_RootMessageSent: mumbai_RootMessageSent; - mumbai_RootMessageSent_filter: mumbai_RootMessageSent_filter; - mumbai_Router: mumbai_Router; - mumbai_RouterDailyTVL: mumbai_RouterDailyTVL; - mumbai_RouterDailyTVL_filter: mumbai_RouterDailyTVL_filter; - mumbai_RouterLiquidityEvent: mumbai_RouterLiquidityEvent; - mumbai_RouterLiquidityEvent_filter: mumbai_RouterLiquidityEvent_filter; - mumbai_Router_filter: mumbai_Router_filter; - mumbai_Sequencer: mumbai_Sequencer; - mumbai_Sequencer_filter: mumbai_Sequencer_filter; - mumbai_Setting: mumbai_Setting; - mumbai_Setting_filter: mumbai_Setting_filter; - mumbai_SlippageUpdate: mumbai_SlippageUpdate; - mumbai_SlippageUpdate_filter: mumbai_SlippageUpdate_filter; - mumbai__Block_: mumbai__Block_; - mumbai__Meta_: mumbai__Meta_; - xdai_AggregateRoot: xdai_AggregateRoot; - xdai_AggregateRoot_filter: xdai_AggregateRoot_filter; - xdai_Asset: xdai_Asset; - xdai_AssetBalance: xdai_AssetBalance; - xdai_AssetBalance_filter: xdai_AssetBalance_filter; - xdai_AssetStatus: xdai_AssetStatus; - xdai_AssetStatus_filter: xdai_AssetStatus_filter; - xdai_Asset_filter: xdai_Asset_filter; - xdai_BigDecimal: Scalars['xdai_BigDecimal']; - xdai_BlockChangedFilter: xdai_BlockChangedFilter; - xdai_Block_height: xdai_Block_height; - xdai_Bytes: Scalars['xdai_Bytes']; - xdai_ConnectorMeta: xdai_ConnectorMeta; - xdai_ConnectorMeta_filter: xdai_ConnectorMeta_filter; - xdai_DestinationTransfer: xdai_DestinationTransfer; - xdai_DestinationTransfer_filter: xdai_DestinationTransfer_filter; - xdai_Int8: Scalars['xdai_Int8']; - xdai_OriginMessage: xdai_OriginMessage; - xdai_OriginMessage_filter: xdai_OriginMessage_filter; - xdai_OriginTransfer: xdai_OriginTransfer; - xdai_OriginTransfer_filter: xdai_OriginTransfer_filter; - xdai_Relayer: xdai_Relayer; - xdai_RelayerFee: xdai_RelayerFee; - xdai_RelayerFee_filter: xdai_RelayerFee_filter; - xdai_RelayerFeesIncrease: xdai_RelayerFeesIncrease; - xdai_RelayerFeesIncrease_filter: xdai_RelayerFeesIncrease_filter; - xdai_Relayer_filter: xdai_Relayer_filter; - xdai_RootCount: xdai_RootCount; - xdai_RootCount_filter: xdai_RootCount_filter; - xdai_RootMessageSent: xdai_RootMessageSent; - xdai_RootMessageSent_filter: xdai_RootMessageSent_filter; - xdai_Router: xdai_Router; - xdai_RouterDailyTVL: xdai_RouterDailyTVL; - xdai_RouterDailyTVL_filter: xdai_RouterDailyTVL_filter; - xdai_RouterLiquidityEvent: xdai_RouterLiquidityEvent; - xdai_RouterLiquidityEvent_filter: xdai_RouterLiquidityEvent_filter; - xdai_Router_filter: xdai_Router_filter; - xdai_Sequencer: xdai_Sequencer; - xdai_Sequencer_filter: xdai_Sequencer_filter; - xdai_Setting: xdai_Setting; - xdai_Setting_filter: xdai_Setting_filter; - xdai_SlippageUpdate: xdai_SlippageUpdate; - xdai_SlippageUpdate_filter: xdai_SlippageUpdate_filter; - xdai__Block_: xdai__Block_; - xdai__Meta_: xdai__Meta_; - localarbitrumone_AggregateRoot: localarbitrumone_AggregateRoot; - localarbitrumone_AggregateRootProposed: localarbitrumone_AggregateRootProposed; - localarbitrumone_AggregateRootProposed_filter: localarbitrumone_AggregateRootProposed_filter; - localarbitrumone_AggregateRoot_filter: localarbitrumone_AggregateRoot_filter; - localarbitrumone_Asset: localarbitrumone_Asset; - localarbitrumone_AssetBalance: localarbitrumone_AssetBalance; - localarbitrumone_AssetBalance_filter: localarbitrumone_AssetBalance_filter; - localarbitrumone_AssetStatus: localarbitrumone_AssetStatus; - localarbitrumone_AssetStatus_filter: localarbitrumone_AssetStatus_filter; - localarbitrumone_Asset_filter: localarbitrumone_Asset_filter; - localarbitrumone_BigDecimal: Scalars['localarbitrumone_BigDecimal']; - localarbitrumone_BlockChangedFilter: localarbitrumone_BlockChangedFilter; - localarbitrumone_Block_height: localarbitrumone_Block_height; - localarbitrumone_Bytes: Scalars['localarbitrumone_Bytes']; - localarbitrumone_ConnectorMeta: localarbitrumone_ConnectorMeta; - localarbitrumone_ConnectorMeta_filter: localarbitrumone_ConnectorMeta_filter; - localarbitrumone_DestinationTransfer: localarbitrumone_DestinationTransfer; - localarbitrumone_DestinationTransfer_filter: localarbitrumone_DestinationTransfer_filter; - localarbitrumone_Int8: Scalars['localarbitrumone_Int8']; - localarbitrumone_OptimisticRootFinalized: localarbitrumone_OptimisticRootFinalized; - localarbitrumone_OptimisticRootFinalized_filter: localarbitrumone_OptimisticRootFinalized_filter; - localarbitrumone_OriginMessage: localarbitrumone_OriginMessage; - localarbitrumone_OriginMessage_filter: localarbitrumone_OriginMessage_filter; - localarbitrumone_OriginTransfer: localarbitrumone_OriginTransfer; - localarbitrumone_OriginTransfer_filter: localarbitrumone_OriginTransfer_filter; - localarbitrumone_Relayer: localarbitrumone_Relayer; - localarbitrumone_RelayerFee: localarbitrumone_RelayerFee; - localarbitrumone_RelayerFee_filter: localarbitrumone_RelayerFee_filter; - localarbitrumone_RelayerFeesIncrease: localarbitrumone_RelayerFeesIncrease; - localarbitrumone_RelayerFeesIncrease_filter: localarbitrumone_RelayerFeesIncrease_filter; - localarbitrumone_Relayer_filter: localarbitrumone_Relayer_filter; - localarbitrumone_RootCount: localarbitrumone_RootCount; - localarbitrumone_RootCount_filter: localarbitrumone_RootCount_filter; - localarbitrumone_RootMessageSent: localarbitrumone_RootMessageSent; - localarbitrumone_RootMessageSent_filter: localarbitrumone_RootMessageSent_filter; - localarbitrumone_Router: localarbitrumone_Router; - localarbitrumone_RouterDailyTVL: localarbitrumone_RouterDailyTVL; - localarbitrumone_RouterDailyTVL_filter: localarbitrumone_RouterDailyTVL_filter; - localarbitrumone_Router_filter: localarbitrumone_Router_filter; - localarbitrumone_Sequencer: localarbitrumone_Sequencer; - localarbitrumone_Sequencer_filter: localarbitrumone_Sequencer_filter; - localarbitrumone_Setting: localarbitrumone_Setting; - localarbitrumone_Setting_filter: localarbitrumone_Setting_filter; - localarbitrumone_SlippageUpdate: localarbitrumone_SlippageUpdate; - localarbitrumone_SlippageUpdate_filter: localarbitrumone_SlippageUpdate_filter; - localarbitrumone_SnapshotRoot: localarbitrumone_SnapshotRoot; - localarbitrumone_SnapshotRoot_filter: localarbitrumone_SnapshotRoot_filter; - localarbitrumone_SpokeConnectorMode: localarbitrumone_SpokeConnectorMode; - localarbitrumone_SpokeConnectorMode_filter: localarbitrumone_SpokeConnectorMode_filter; - localarbitrumone__Block_: localarbitrumone__Block_; - localarbitrumone__Meta_: localarbitrumone__Meta_; - bnb_AggregateRoot: bnb_AggregateRoot; - bnb_AggregateRoot_filter: bnb_AggregateRoot_filter; - bnb_Asset: bnb_Asset; - bnb_AssetBalance: bnb_AssetBalance; - bnb_AssetBalance_filter: bnb_AssetBalance_filter; - bnb_AssetStatus: bnb_AssetStatus; - bnb_AssetStatus_filter: bnb_AssetStatus_filter; - bnb_Asset_filter: bnb_Asset_filter; - bnb_BigDecimal: Scalars['bnb_BigDecimal']; - bnb_BlockChangedFilter: bnb_BlockChangedFilter; - bnb_Block_height: bnb_Block_height; - bnb_Bytes: Scalars['bnb_Bytes']; - bnb_ConnectorMeta: bnb_ConnectorMeta; - bnb_ConnectorMeta_filter: bnb_ConnectorMeta_filter; - bnb_DestinationTransfer: bnb_DestinationTransfer; - bnb_DestinationTransfer_filter: bnb_DestinationTransfer_filter; - bnb_Int8: Scalars['bnb_Int8']; - bnb_OriginMessage: bnb_OriginMessage; - bnb_OriginMessage_filter: bnb_OriginMessage_filter; - bnb_OriginTransfer: bnb_OriginTransfer; - bnb_OriginTransfer_filter: bnb_OriginTransfer_filter; - bnb_Relayer: bnb_Relayer; - bnb_RelayerFee: bnb_RelayerFee; - bnb_RelayerFee_filter: bnb_RelayerFee_filter; - bnb_RelayerFeesIncrease: bnb_RelayerFeesIncrease; - bnb_RelayerFeesIncrease_filter: bnb_RelayerFeesIncrease_filter; - bnb_Relayer_filter: bnb_Relayer_filter; - bnb_RootCount: bnb_RootCount; - bnb_RootCount_filter: bnb_RootCount_filter; - bnb_RootMessageSent: bnb_RootMessageSent; - bnb_RootMessageSent_filter: bnb_RootMessageSent_filter; - bnb_Router: bnb_Router; - bnb_RouterDailyTVL: bnb_RouterDailyTVL; - bnb_RouterDailyTVL_filter: bnb_RouterDailyTVL_filter; - bnb_RouterLiquidityEvent: bnb_RouterLiquidityEvent; - bnb_RouterLiquidityEvent_filter: bnb_RouterLiquidityEvent_filter; - bnb_Router_filter: bnb_Router_filter; - bnb_Sequencer: bnb_Sequencer; - bnb_Sequencer_filter: bnb_Sequencer_filter; - bnb_Setting: bnb_Setting; - bnb_Setting_filter: bnb_Setting_filter; - bnb_SlippageUpdate: bnb_SlippageUpdate; - bnb_SlippageUpdate_filter: bnb_SlippageUpdate_filter; - bnb__Block_: bnb__Block_; - bnb__Meta_: bnb__Meta_; - linea_AggregateRoot: linea_AggregateRoot; - linea_AggregateRoot_filter: linea_AggregateRoot_filter; - linea_Asset: linea_Asset; - linea_AssetBalance: linea_AssetBalance; - linea_AssetBalance_filter: linea_AssetBalance_filter; - linea_AssetStatus: linea_AssetStatus; - linea_AssetStatus_filter: linea_AssetStatus_filter; - linea_Asset_filter: linea_Asset_filter; - linea_BigDecimal: Scalars['linea_BigDecimal']; - linea_BlockChangedFilter: linea_BlockChangedFilter; - linea_Block_height: linea_Block_height; - linea_Bytes: Scalars['linea_Bytes']; - linea_ConnectorMeta: linea_ConnectorMeta; - linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; - linea_DestinationTransfer: linea_DestinationTransfer; - linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; - linea_OriginMessage: linea_OriginMessage; - linea_OriginMessage_filter: linea_OriginMessage_filter; - linea_OriginTransfer: linea_OriginTransfer; - linea_OriginTransfer_filter: linea_OriginTransfer_filter; - linea_Relayer: linea_Relayer; - linea_RelayerFee: linea_RelayerFee; - linea_RelayerFee_filter: linea_RelayerFee_filter; - linea_RelayerFeesIncrease: linea_RelayerFeesIncrease; - linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; - linea_Relayer_filter: linea_Relayer_filter; - linea_RootCount: linea_RootCount; - linea_RootCount_filter: linea_RootCount_filter; - linea_RootMessageSent: linea_RootMessageSent; - linea_RootMessageSent_filter: linea_RootMessageSent_filter; - linea_Router: linea_Router; - linea_RouterDailyTVL: linea_RouterDailyTVL; - linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; - linea_RouterLiquidityEvent: linea_RouterLiquidityEvent; - linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; - linea_Router_filter: linea_Router_filter; - linea_Sequencer: linea_Sequencer; - linea_Sequencer_filter: linea_Sequencer_filter; - linea_Setting: linea_Setting; - linea_Setting_filter: linea_Setting_filter; - linea_SlippageUpdate: linea_SlippageUpdate; - linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; - linea__Block_: linea__Block_; - linea__Meta_: linea__Meta_; - localmainnet_AggregateRoot: localmainnet_AggregateRoot; - localmainnet_AggregateRootProposed: localmainnet_AggregateRootProposed; - localmainnet_AggregateRootProposed_filter: localmainnet_AggregateRootProposed_filter; - localmainnet_AggregateRoot_filter: localmainnet_AggregateRoot_filter; - localmainnet_Asset: localmainnet_Asset; - localmainnet_AssetBalance: localmainnet_AssetBalance; - localmainnet_AssetBalance_filter: localmainnet_AssetBalance_filter; - localmainnet_AssetStatus: localmainnet_AssetStatus; - localmainnet_AssetStatus_filter: localmainnet_AssetStatus_filter; - localmainnet_Asset_filter: localmainnet_Asset_filter; - localmainnet_ConnectorMeta: localmainnet_ConnectorMeta; - localmainnet_ConnectorMeta_filter: localmainnet_ConnectorMeta_filter; - localmainnet_DestinationTransfer: localmainnet_DestinationTransfer; - localmainnet_DestinationTransfer_filter: localmainnet_DestinationTransfer_filter; - localmainnet_OptimisticRootFinalized: localmainnet_OptimisticRootFinalized; - localmainnet_OptimisticRootFinalized_filter: localmainnet_OptimisticRootFinalized_filter; - localmainnet_OriginMessage: localmainnet_OriginMessage; - localmainnet_OriginMessage_filter: localmainnet_OriginMessage_filter; - localmainnet_OriginTransfer: localmainnet_OriginTransfer; - localmainnet_OriginTransfer_filter: localmainnet_OriginTransfer_filter; - localmainnet_Relayer: localmainnet_Relayer; - localmainnet_RelayerFee: localmainnet_RelayerFee; - localmainnet_RelayerFee_filter: localmainnet_RelayerFee_filter; - localmainnet_RelayerFeesIncrease: localmainnet_RelayerFeesIncrease; - localmainnet_RelayerFeesIncrease_filter: localmainnet_RelayerFeesIncrease_filter; - localmainnet_Relayer_filter: localmainnet_Relayer_filter; - localmainnet_RootCount: localmainnet_RootCount; - localmainnet_RootCount_filter: localmainnet_RootCount_filter; - localmainnet_RootMessageSent: localmainnet_RootMessageSent; - localmainnet_RootMessageSent_filter: localmainnet_RootMessageSent_filter; - localmainnet_Router: localmainnet_Router; - localmainnet_RouterDailyTVL: localmainnet_RouterDailyTVL; - localmainnet_RouterDailyTVL_filter: localmainnet_RouterDailyTVL_filter; - localmainnet_Router_filter: localmainnet_Router_filter; - localmainnet_Sequencer: localmainnet_Sequencer; - localmainnet_Sequencer_filter: localmainnet_Sequencer_filter; - localmainnet_Setting: localmainnet_Setting; - localmainnet_Setting_filter: localmainnet_Setting_filter; - localmainnet_SlippageUpdate: localmainnet_SlippageUpdate; - localmainnet_SlippageUpdate_filter: localmainnet_SlippageUpdate_filter; - localmainnet_SnapshotRoot: localmainnet_SnapshotRoot; - localmainnet_SnapshotRoot_filter: localmainnet_SnapshotRoot_filter; - localmainnet_SpokeConnectorMode: localmainnet_SpokeConnectorMode; - localmainnet_SpokeConnectorMode_filter: localmainnet_SpokeConnectorMode_filter; - localoptimism_AggregateRoot: localoptimism_AggregateRoot; - localoptimism_AggregateRootProposed: localoptimism_AggregateRootProposed; - localoptimism_AggregateRootProposed_filter: localoptimism_AggregateRootProposed_filter; - localoptimism_AggregateRoot_filter: localoptimism_AggregateRoot_filter; - localoptimism_Asset: localoptimism_Asset; - localoptimism_AssetBalance: localoptimism_AssetBalance; - localoptimism_AssetBalance_filter: localoptimism_AssetBalance_filter; - localoptimism_AssetStatus: localoptimism_AssetStatus; - localoptimism_AssetStatus_filter: localoptimism_AssetStatus_filter; - localoptimism_Asset_filter: localoptimism_Asset_filter; - localoptimism_BigDecimal: Scalars['localoptimism_BigDecimal']; - localoptimism_BlockChangedFilter: localoptimism_BlockChangedFilter; - localoptimism_Block_height: localoptimism_Block_height; - localoptimism_Bytes: Scalars['localoptimism_Bytes']; - localoptimism_ConnectorMeta: localoptimism_ConnectorMeta; - localoptimism_ConnectorMeta_filter: localoptimism_ConnectorMeta_filter; - localoptimism_DestinationTransfer: localoptimism_DestinationTransfer; - localoptimism_DestinationTransfer_filter: localoptimism_DestinationTransfer_filter; - localoptimism_Int8: Scalars['localoptimism_Int8']; - localoptimism_OptimisticRootFinalized: localoptimism_OptimisticRootFinalized; - localoptimism_OptimisticRootFinalized_filter: localoptimism_OptimisticRootFinalized_filter; - localoptimism_OriginMessage: localoptimism_OriginMessage; - localoptimism_OriginMessage_filter: localoptimism_OriginMessage_filter; - localoptimism_OriginTransfer: localoptimism_OriginTransfer; - localoptimism_OriginTransfer_filter: localoptimism_OriginTransfer_filter; - localoptimism_Relayer: localoptimism_Relayer; - localoptimism_RelayerFee: localoptimism_RelayerFee; - localoptimism_RelayerFee_filter: localoptimism_RelayerFee_filter; - localoptimism_RelayerFeesIncrease: localoptimism_RelayerFeesIncrease; - localoptimism_RelayerFeesIncrease_filter: localoptimism_RelayerFeesIncrease_filter; - localoptimism_Relayer_filter: localoptimism_Relayer_filter; - localoptimism_RootCount: localoptimism_RootCount; - localoptimism_RootCount_filter: localoptimism_RootCount_filter; - localoptimism_RootMessageSent: localoptimism_RootMessageSent; - localoptimism_RootMessageSent_filter: localoptimism_RootMessageSent_filter; - localoptimism_Router: localoptimism_Router; - localoptimism_RouterDailyTVL: localoptimism_RouterDailyTVL; - localoptimism_RouterDailyTVL_filter: localoptimism_RouterDailyTVL_filter; - localoptimism_Router_filter: localoptimism_Router_filter; - localoptimism_Sequencer: localoptimism_Sequencer; - localoptimism_Sequencer_filter: localoptimism_Sequencer_filter; - localoptimism_Setting: localoptimism_Setting; - localoptimism_Setting_filter: localoptimism_Setting_filter; - localoptimism_SlippageUpdate: localoptimism_SlippageUpdate; - localoptimism_SlippageUpdate_filter: localoptimism_SlippageUpdate_filter; - localoptimism_SnapshotRoot: localoptimism_SnapshotRoot; - localoptimism_SnapshotRoot_filter: localoptimism_SnapshotRoot_filter; - localoptimism_SpokeConnectorMode: localoptimism_SpokeConnectorMode; - localoptimism_SpokeConnectorMode_filter: localoptimism_SpokeConnectorMode_filter; - localoptimism__Block_: localoptimism__Block_; - localoptimism__Meta_: localoptimism__Meta_; - mainnet_AggregateRoot: mainnet_AggregateRoot; - mainnet_AggregateRoot_filter: mainnet_AggregateRoot_filter; - mainnet_Asset: mainnet_Asset; - mainnet_AssetBalance: mainnet_AssetBalance; - mainnet_AssetBalance_filter: mainnet_AssetBalance_filter; - mainnet_AssetStatus: mainnet_AssetStatus; - mainnet_AssetStatus_filter: mainnet_AssetStatus_filter; - mainnet_Asset_filter: mainnet_Asset_filter; - mainnet_ConnectorMeta: mainnet_ConnectorMeta; - mainnet_ConnectorMeta_filter: mainnet_ConnectorMeta_filter; - mainnet_DestinationTransfer: mainnet_DestinationTransfer; - mainnet_DestinationTransfer_filter: mainnet_DestinationTransfer_filter; - mainnet_OriginMessage: mainnet_OriginMessage; - mainnet_OriginMessage_filter: mainnet_OriginMessage_filter; - mainnet_OriginTransfer: mainnet_OriginTransfer; - mainnet_OriginTransfer_filter: mainnet_OriginTransfer_filter; - mainnet_Relayer: mainnet_Relayer; - mainnet_RelayerFee: mainnet_RelayerFee; - mainnet_RelayerFee_filter: mainnet_RelayerFee_filter; - mainnet_RelayerFeesIncrease: mainnet_RelayerFeesIncrease; - mainnet_RelayerFeesIncrease_filter: mainnet_RelayerFeesIncrease_filter; - mainnet_Relayer_filter: mainnet_Relayer_filter; - mainnet_RootCount: mainnet_RootCount; - mainnet_RootCount_filter: mainnet_RootCount_filter; - mainnet_RootMessageSent: mainnet_RootMessageSent; - mainnet_RootMessageSent_filter: mainnet_RootMessageSent_filter; - mainnet_Router: mainnet_Router; - mainnet_RouterDailyTVL: mainnet_RouterDailyTVL; - mainnet_RouterDailyTVL_filter: mainnet_RouterDailyTVL_filter; - mainnet_RouterLiquidityEvent: mainnet_RouterLiquidityEvent; - mainnet_RouterLiquidityEvent_filter: mainnet_RouterLiquidityEvent_filter; - mainnet_Router_filter: mainnet_Router_filter; - mainnet_Sequencer: mainnet_Sequencer; - mainnet_Sequencer_filter: mainnet_Sequencer_filter; - mainnet_Setting: mainnet_Setting; - mainnet_Setting_filter: mainnet_Setting_filter; - mainnet_SlippageUpdate: mainnet_SlippageUpdate; - mainnet_SlippageUpdate_filter: mainnet_SlippageUpdate_filter; - arbitrumone_AggregateRoot: arbitrumone_AggregateRoot; - arbitrumone_AggregateRoot_filter: arbitrumone_AggregateRoot_filter; - arbitrumone_Asset: arbitrumone_Asset; - arbitrumone_AssetBalance: arbitrumone_AssetBalance; - arbitrumone_AssetBalance_filter: arbitrumone_AssetBalance_filter; - arbitrumone_AssetStatus: arbitrumone_AssetStatus; - arbitrumone_AssetStatus_filter: arbitrumone_AssetStatus_filter; - arbitrumone_Asset_filter: arbitrumone_Asset_filter; - arbitrumone_BigDecimal: Scalars['arbitrumone_BigDecimal']; - arbitrumone_BlockChangedFilter: arbitrumone_BlockChangedFilter; - arbitrumone_Block_height: arbitrumone_Block_height; - arbitrumone_Bytes: Scalars['arbitrumone_Bytes']; - arbitrumone_ConnectorMeta: arbitrumone_ConnectorMeta; - arbitrumone_ConnectorMeta_filter: arbitrumone_ConnectorMeta_filter; - arbitrumone_DestinationTransfer: arbitrumone_DestinationTransfer; - arbitrumone_DestinationTransfer_filter: arbitrumone_DestinationTransfer_filter; - arbitrumone_Int8: Scalars['arbitrumone_Int8']; - arbitrumone_OriginMessage: arbitrumone_OriginMessage; - arbitrumone_OriginMessage_filter: arbitrumone_OriginMessage_filter; - arbitrumone_OriginTransfer: arbitrumone_OriginTransfer; - arbitrumone_OriginTransfer_filter: arbitrumone_OriginTransfer_filter; - arbitrumone_Relayer: arbitrumone_Relayer; - arbitrumone_RelayerFee: arbitrumone_RelayerFee; - arbitrumone_RelayerFee_filter: arbitrumone_RelayerFee_filter; - arbitrumone_RelayerFeesIncrease: arbitrumone_RelayerFeesIncrease; - arbitrumone_RelayerFeesIncrease_filter: arbitrumone_RelayerFeesIncrease_filter; - arbitrumone_Relayer_filter: arbitrumone_Relayer_filter; - arbitrumone_RootCount: arbitrumone_RootCount; - arbitrumone_RootCount_filter: arbitrumone_RootCount_filter; - arbitrumone_RootMessageSent: arbitrumone_RootMessageSent; - arbitrumone_RootMessageSent_filter: arbitrumone_RootMessageSent_filter; - arbitrumone_Router: arbitrumone_Router; - arbitrumone_RouterDailyTVL: arbitrumone_RouterDailyTVL; - arbitrumone_RouterDailyTVL_filter: arbitrumone_RouterDailyTVL_filter; - arbitrumone_RouterLiquidityEvent: arbitrumone_RouterLiquidityEvent; - arbitrumone_RouterLiquidityEvent_filter: arbitrumone_RouterLiquidityEvent_filter; - arbitrumone_Router_filter: arbitrumone_Router_filter; - arbitrumone_Sequencer: arbitrumone_Sequencer; - arbitrumone_Sequencer_filter: arbitrumone_Sequencer_filter; - arbitrumone_Setting: arbitrumone_Setting; - arbitrumone_Setting_filter: arbitrumone_Setting_filter; - arbitrumone_SlippageUpdate: arbitrumone_SlippageUpdate; - arbitrumone_SlippageUpdate_filter: arbitrumone_SlippageUpdate_filter; - arbitrumone__Block_: arbitrumone__Block_; - arbitrumone__Meta_: arbitrumone__Meta_; - polygon_AggregateRoot: polygon_AggregateRoot; - polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; - polygon_Asset: polygon_Asset; - polygon_AssetBalance: polygon_AssetBalance; - polygon_AssetBalance_filter: polygon_AssetBalance_filter; - polygon_AssetStatus: polygon_AssetStatus; - polygon_AssetStatus_filter: polygon_AssetStatus_filter; - polygon_Asset_filter: polygon_Asset_filter; - polygon_BigDecimal: Scalars['polygon_BigDecimal']; - polygon_BlockChangedFilter: polygon_BlockChangedFilter; - polygon_Block_height: polygon_Block_height; - polygon_Bytes: Scalars['polygon_Bytes']; - polygon_ConnectorMeta: polygon_ConnectorMeta; - polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; - polygon_DestinationTransfer: polygon_DestinationTransfer; - polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; - polygon_Int8: Scalars['polygon_Int8']; - polygon_OriginMessage: polygon_OriginMessage; - polygon_OriginMessage_filter: polygon_OriginMessage_filter; - polygon_OriginTransfer: polygon_OriginTransfer; - polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; - polygon_Relayer: polygon_Relayer; - polygon_RelayerFee: polygon_RelayerFee; - polygon_RelayerFee_filter: polygon_RelayerFee_filter; - polygon_RelayerFeesIncrease: polygon_RelayerFeesIncrease; - polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; - polygon_Relayer_filter: polygon_Relayer_filter; - polygon_RootCount: polygon_RootCount; - polygon_RootCount_filter: polygon_RootCount_filter; - polygon_RootMessageSent: polygon_RootMessageSent; - polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; - polygon_Router: polygon_Router; - polygon_RouterDailyTVL: polygon_RouterDailyTVL; - polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; - polygon_RouterLiquidityEvent: polygon_RouterLiquidityEvent; - polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; - polygon_Router_filter: polygon_Router_filter; - polygon_Sequencer: polygon_Sequencer; - polygon_Sequencer_filter: polygon_Sequencer_filter; - polygon_Setting: polygon_Setting; - polygon_Setting_filter: polygon_Setting_filter; - polygon_SlippageUpdate: polygon_SlippageUpdate; - polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; - polygon__Block_: polygon__Block_; - polygon__Meta_: polygon__Meta_; -}>; - -export type entityDirectiveArgs = { }; - -export type entityDirectiveResolver = DirectiveResolverFn; - -export type subgraphIdDirectiveArgs = { - id: Scalars['String']; -}; - -export type subgraphIdDirectiveResolver = DirectiveResolverFn; - -export type derivedFromDirectiveArgs = { - field: Scalars['String']; -}; - -export type derivedFromDirectiveResolver = DirectiveResolverFn; - -export type QueryResolvers = ResolversObject<{ - goerli_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - goerli__meta?: Resolver, ParentType, ContextType, Partial>; - mainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - mainnet__meta?: Resolver, ParentType, ContextType, Partial>; - stagingoptimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - testgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - testgoerli__meta?: Resolver, ParentType, ContextType, Partial>; - goerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - testoptimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - testoptimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; - staginggoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - stagingarbitrumgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - arbitrumgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - mumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_swap__meta?: Resolver, ParentType, ContextType, Partial>; - bnb_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_swap__meta?: Resolver, ParentType, ContextType, Partial>; - stagingmumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_swap__meta?: Resolver, ParentType, ContextType, Partial>; - xdai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_swap__meta?: Resolver, ParentType, ContextType, Partial>; - staginggoerli_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli__meta?: Resolver, ParentType, ContextType, Partial>; - optimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; - optimism_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap__meta?: Resolver, ParentType, ContextType, Partial>; - arbitrumone_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap__meta?: Resolver, ParentType, ContextType, Partial>; - polygon_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap__meta?: Resolver, ParentType, ContextType, Partial>; - linea_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap__meta?: Resolver, ParentType, ContextType, Partial>; - goerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - goerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - goerli_router?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - goerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - goerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - goerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - goerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - goerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - goerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - goerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - goerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - goerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - goerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - goerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - goerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - goerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - goerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet__meta?: Resolver, ParentType, ContextType, Partial>; - lineagoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - lineagoerli__meta?: Resolver, ParentType, ContextType, Partial>; - optimism_asset?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assets?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimism_router?: Resolver, ParentType, ContextType, RequireFields>; - optimism_routers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - optimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - optimism_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_setting?: Resolver, ParentType, ContextType, RequireFields>; - optimism_settings?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - optimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - optimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - optimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - optimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - optimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - optimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - optimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - optimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - optimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - optimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - optimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - optimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - optimism__meta?: Resolver, ParentType, ContextType, Partial>; - staginggoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - optimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; - stagingoptimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; - stagingarbitrumgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli__meta?: Resolver, ParentType, ContextType, Partial>; - stagingmumbai_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmumbai__meta?: Resolver, ParentType, ContextType, Partial>; - arbitrumgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumgoerli__meta?: Resolver, ParentType, ContextType, Partial>; - mumbai_asset?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assets?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_router?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_setting?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_settings?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayer?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - mumbai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - mumbai__meta?: Resolver, ParentType, ContextType, Partial>; - xdai_asset?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assets?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - xdai_router?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_setting?: Resolver, ParentType, ContextType, RequireFields>; - xdai_settings?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayer?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - xdai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - xdai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - xdai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - xdai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - xdai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - xdai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - xdai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - xdai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - xdai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - xdai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - xdai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - xdai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - xdai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - xdai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - xdai__meta?: Resolver, ParentType, ContextType, Partial>; - localarbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - localarbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; - bnb_asset?: Resolver, ParentType, ContextType, RequireFields>; - bnb_assets?: Resolver, ParentType, ContextType, RequireFields>; - bnb_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - bnb_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - bnb_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - bnb_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - bnb_router?: Resolver, ParentType, ContextType, RequireFields>; - bnb_routers?: Resolver, ParentType, ContextType, RequireFields>; - bnb_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - bnb_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - bnb_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_setting?: Resolver, ParentType, ContextType, RequireFields>; - bnb_settings?: Resolver, ParentType, ContextType, RequireFields>; - bnb_relayer?: Resolver, ParentType, ContextType, RequireFields>; - bnb_relayers?: Resolver, ParentType, ContextType, RequireFields>; - bnb_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - bnb_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - bnb_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - bnb_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - bnb_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - bnb_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - bnb_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - bnb_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - bnb_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - bnb_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - bnb_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - bnb_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - bnb_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - bnb_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - bnb_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - bnb_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - bnb_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - bnb_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - bnb_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - bnb_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - bnb__meta?: Resolver, ParentType, ContextType, Partial>; - linea_asset?: Resolver, ParentType, ContextType, RequireFields>; - linea_assets?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - linea_router?: Resolver, ParentType, ContextType, RequireFields>; - linea_routers?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_setting?: Resolver, ParentType, ContextType, RequireFields>; - linea_settings?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayer?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayers?: Resolver, ParentType, ContextType, RequireFields>; - linea_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - linea_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - linea_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - linea_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - linea_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - linea_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - linea_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - linea_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - linea_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - linea_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - linea_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - linea_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - linea_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - linea_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - linea__meta?: Resolver, ParentType, ContextType, Partial>; - localmainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_router?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_routers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_asset?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assets?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_router?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_routers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_setting?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_settings?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - localoptimism__meta?: Resolver, ParentType, ContextType, Partial>; - mainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_router?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_routers?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; - polygon_asset?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assets?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - polygon_router?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_setting?: Resolver, ParentType, ContextType, RequireFields>; - polygon_settings?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayer?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - polygon_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - polygon_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygon_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygon_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - polygon_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - polygon_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - polygon_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - polygon_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - polygon_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - polygon_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - polygon_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - polygon_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - polygon_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - polygon_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - polygon__meta?: Resolver, ParentType, ContextType, Partial>; -}>; - -export type SubscriptionResolvers = ResolversObject<{ - goerli_rootAggregated?: SubscriptionResolver, "goerli_rootAggregated", ParentType, ContextType, RequireFields>; - goerli_rootAggregateds?: SubscriptionResolver, "goerli_rootAggregateds", ParentType, ContextType, RequireFields>; - goerli_rootPropagated?: SubscriptionResolver, "goerli_rootPropagated", ParentType, ContextType, RequireFields>; - goerli_rootPropagateds?: SubscriptionResolver, "goerli_rootPropagateds", ParentType, ContextType, RequireFields>; - goerli_aggregatedMessageRoot?: SubscriptionResolver, "goerli_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - goerli_aggregatedMessageRoots?: SubscriptionResolver, "goerli_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - goerli_rootManagerMeta?: SubscriptionResolver, "goerli_rootManagerMeta", ParentType, ContextType, RequireFields>; - goerli_rootManagerMetas?: SubscriptionResolver, "goerli_rootManagerMetas", ParentType, ContextType, RequireFields>; - goerli_polygonConnectorMeta?: SubscriptionResolver, "goerli_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_polygonConnectorMetas?: SubscriptionResolver, "goerli_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_optimismConnectorMeta?: SubscriptionResolver, "goerli_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_optimismConnectorMetas?: SubscriptionResolver, "goerli_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_bnbConnectorMeta?: SubscriptionResolver, "goerli_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_bnbConnectorMetas?: SubscriptionResolver, "goerli_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_arbitrumConnectorMeta?: SubscriptionResolver, "goerli_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_arbitrumConnectorMetas?: SubscriptionResolver, "goerli_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_gnosisConnectorMeta?: SubscriptionResolver, "goerli_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_gnosisConnectorMetas?: SubscriptionResolver, "goerli_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_zkSyncConnectorMeta?: SubscriptionResolver, "goerli_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_zkSyncConnectorMetas?: SubscriptionResolver, "goerli_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_lineaConnectorMeta?: SubscriptionResolver, "goerli_lineaConnectorMeta", ParentType, ContextType, RequireFields>; - goerli_lineaConnectorMetas?: SubscriptionResolver, "goerli_lineaConnectorMetas", ParentType, ContextType, RequireFields>; - goerli_rootMessageProcessed?: SubscriptionResolver, "goerli_rootMessageProcessed", ParentType, ContextType, RequireFields>; - goerli_rootMessageProcesseds?: SubscriptionResolver, "goerli_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - goerli__meta?: SubscriptionResolver, "goerli__meta", ParentType, ContextType, Partial>; - mainnet_rootAggregated?: SubscriptionResolver, "mainnet_rootAggregated", ParentType, ContextType, RequireFields>; - mainnet_rootAggregateds?: SubscriptionResolver, "mainnet_rootAggregateds", ParentType, ContextType, RequireFields>; - mainnet_rootPropagated?: SubscriptionResolver, "mainnet_rootPropagated", ParentType, ContextType, RequireFields>; - mainnet_rootPropagateds?: SubscriptionResolver, "mainnet_rootPropagateds", ParentType, ContextType, RequireFields>; - mainnet_aggregatedMessageRoot?: SubscriptionResolver, "mainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - mainnet_aggregatedMessageRoots?: SubscriptionResolver, "mainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - mainnet_rootManagerMeta?: SubscriptionResolver, "mainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; - mainnet_rootManagerMetas?: SubscriptionResolver, "mainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; - mainnet_polygonConnectorMeta?: SubscriptionResolver, "mainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_polygonConnectorMetas?: SubscriptionResolver, "mainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_optimismConnectorMeta?: SubscriptionResolver, "mainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_optimismConnectorMetas?: SubscriptionResolver, "mainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_bnbConnectorMeta?: SubscriptionResolver, "mainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_bnbConnectorMetas?: SubscriptionResolver, "mainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_arbitrumConnectorMeta?: SubscriptionResolver, "mainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_arbitrumConnectorMetas?: SubscriptionResolver, "mainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_gnosisConnectorMeta?: SubscriptionResolver, "mainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_gnosisConnectorMetas?: SubscriptionResolver, "mainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_zkSyncConnectorMeta?: SubscriptionResolver, "mainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_zkSyncConnectorMetas?: SubscriptionResolver, "mainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_lineaConnectorMeta?: SubscriptionResolver, "mainnet_lineaConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_lineaConnectorMetas?: SubscriptionResolver, "mainnet_lineaConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_rootMessageProcessed?: SubscriptionResolver, "mainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; - mainnet_rootMessageProcesseds?: SubscriptionResolver, "mainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - mainnet__meta?: SubscriptionResolver, "mainnet__meta", ParentType, ContextType, Partial>; - stagingoptimismgoerli_swap_systemInfo?: SubscriptionResolver, "stagingoptimismgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_systemInfos?: SubscriptionResolver, "stagingoptimismgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_pooledToken?: SubscriptionResolver, "stagingoptimismgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_pooledTokens?: SubscriptionResolver, "stagingoptimismgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwap?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwaps?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapExchange?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapDailyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccount?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccounts?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccountBalance?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpAccountBalances?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpToken?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokens?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTransferEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTransferEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_stableSwapEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapTradeVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokenEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap_lpTokenEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_swap__meta?: SubscriptionResolver, "stagingoptimismgoerli_swap__meta", ParentType, ContextType, Partial>; - testgoerli_asset?: SubscriptionResolver, "testgoerli_asset", ParentType, ContextType, RequireFields>; - testgoerli_assets?: SubscriptionResolver, "testgoerli_assets", ParentType, ContextType, RequireFields>; - testgoerli_assetBalance?: SubscriptionResolver, "testgoerli_assetBalance", ParentType, ContextType, RequireFields>; - testgoerli_assetBalances?: SubscriptionResolver, "testgoerli_assetBalances", ParentType, ContextType, RequireFields>; - testgoerli_router?: SubscriptionResolver, "testgoerli_router", ParentType, ContextType, RequireFields>; - testgoerli_routers?: SubscriptionResolver, "testgoerli_routers", ParentType, ContextType, RequireFields>; - testgoerli_setting?: SubscriptionResolver, "testgoerli_setting", ParentType, ContextType, RequireFields>; - testgoerli_settings?: SubscriptionResolver, "testgoerli_settings", ParentType, ContextType, RequireFields>; - testgoerli_relayer?: SubscriptionResolver, "testgoerli_relayer", ParentType, ContextType, RequireFields>; - testgoerli_relayers?: SubscriptionResolver, "testgoerli_relayers", ParentType, ContextType, RequireFields>; - testgoerli_stableSwap?: SubscriptionResolver, "testgoerli_stableSwap", ParentType, ContextType, RequireFields>; - testgoerli_stableSwaps?: SubscriptionResolver, "testgoerli_stableSwaps", ParentType, ContextType, RequireFields>; - testgoerli_sponsorVault?: SubscriptionResolver, "testgoerli_sponsorVault", ParentType, ContextType, RequireFields>; - testgoerli_sponsorVaults?: SubscriptionResolver, "testgoerli_sponsorVaults", ParentType, ContextType, RequireFields>; - testgoerli_originTransfer?: SubscriptionResolver, "testgoerli_originTransfer", ParentType, ContextType, RequireFields>; - testgoerli_originTransfers?: SubscriptionResolver, "testgoerli_originTransfers", ParentType, ContextType, RequireFields>; - testgoerli_destinationTransfer?: SubscriptionResolver, "testgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - testgoerli_destinationTransfers?: SubscriptionResolver, "testgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - testgoerli__meta?: SubscriptionResolver, "testgoerli__meta", ParentType, ContextType, Partial>; - goerli_swap_systemInfo?: SubscriptionResolver, "goerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - goerli_swap_systemInfos?: SubscriptionResolver, "goerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - goerli_swap_pooledToken?: SubscriptionResolver, "goerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - goerli_swap_pooledTokens?: SubscriptionResolver, "goerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwap?: SubscriptionResolver, "goerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwaps?: SubscriptionResolver, "goerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "goerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "goerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "goerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "goerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapExchange?: SubscriptionResolver, "goerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapExchanges?: SubscriptionResolver, "goerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - goerli_swap_swapDailyVolume?: SubscriptionResolver, "goerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - goerli_swap_swapDailyVolumes?: SubscriptionResolver, "goerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - goerli_swap_swapHourlyVolume?: SubscriptionResolver, "goerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - goerli_swap_swapHourlyVolumes?: SubscriptionResolver, "goerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - goerli_swap_swapWeeklyVolume?: SubscriptionResolver, "goerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - goerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "goerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - goerli_swap_lpAccount?: SubscriptionResolver, "goerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - goerli_swap_lpAccounts?: SubscriptionResolver, "goerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - goerli_swap_lpAccountBalance?: SubscriptionResolver, "goerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - goerli_swap_lpAccountBalances?: SubscriptionResolver, "goerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - goerli_swap_lpToken?: SubscriptionResolver, "goerli_swap_lpToken", ParentType, ContextType, RequireFields>; - goerli_swap_lpTokens?: SubscriptionResolver, "goerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - goerli_swap_lpTransferEvent?: SubscriptionResolver, "goerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - goerli_swap_lpTransferEvents?: SubscriptionResolver, "goerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapEvent?: SubscriptionResolver, "goerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - goerli_swap_stableSwapEvents?: SubscriptionResolver, "goerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - goerli_swap_swapTradeVolume?: SubscriptionResolver, "goerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - goerli_swap_swapTradeVolumes?: SubscriptionResolver, "goerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - goerli_swap_lpTokenEvent?: SubscriptionResolver, "goerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - goerli_swap_lpTokenEvents?: SubscriptionResolver, "goerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - goerli_swap__meta?: SubscriptionResolver, "goerli_swap__meta", ParentType, ContextType, Partial>; - testoptimismgoerli_asset?: SubscriptionResolver, "testoptimismgoerli_asset", ParentType, ContextType, RequireFields>; - testoptimismgoerli_assets?: SubscriptionResolver, "testoptimismgoerli_assets", ParentType, ContextType, RequireFields>; - testoptimismgoerli_assetBalance?: SubscriptionResolver, "testoptimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; - testoptimismgoerli_assetBalances?: SubscriptionResolver, "testoptimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; - testoptimismgoerli_router?: SubscriptionResolver, "testoptimismgoerli_router", ParentType, ContextType, RequireFields>; - testoptimismgoerli_routers?: SubscriptionResolver, "testoptimismgoerli_routers", ParentType, ContextType, RequireFields>; - testoptimismgoerli_setting?: SubscriptionResolver, "testoptimismgoerli_setting", ParentType, ContextType, RequireFields>; - testoptimismgoerli_settings?: SubscriptionResolver, "testoptimismgoerli_settings", ParentType, ContextType, RequireFields>; - testoptimismgoerli_relayer?: SubscriptionResolver, "testoptimismgoerli_relayer", ParentType, ContextType, RequireFields>; - testoptimismgoerli_relayers?: SubscriptionResolver, "testoptimismgoerli_relayers", ParentType, ContextType, RequireFields>; - testoptimismgoerli_stableSwap?: SubscriptionResolver, "testoptimismgoerli_stableSwap", ParentType, ContextType, RequireFields>; - testoptimismgoerli_stableSwaps?: SubscriptionResolver, "testoptimismgoerli_stableSwaps", ParentType, ContextType, RequireFields>; - testoptimismgoerli_sponsorVault?: SubscriptionResolver, "testoptimismgoerli_sponsorVault", ParentType, ContextType, RequireFields>; - testoptimismgoerli_sponsorVaults?: SubscriptionResolver, "testoptimismgoerli_sponsorVaults", ParentType, ContextType, RequireFields>; - testoptimismgoerli_originTransfer?: SubscriptionResolver, "testoptimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; - testoptimismgoerli_originTransfers?: SubscriptionResolver, "testoptimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; - testoptimismgoerli_destinationTransfer?: SubscriptionResolver, "testoptimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - testoptimismgoerli_destinationTransfers?: SubscriptionResolver, "testoptimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - testoptimismgoerli__meta?: SubscriptionResolver, "testoptimismgoerli__meta", ParentType, ContextType, Partial>; - staginggoerli_swap_systemInfo?: SubscriptionResolver, "staginggoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - staginggoerli_swap_systemInfos?: SubscriptionResolver, "staginggoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - staginggoerli_swap_pooledToken?: SubscriptionResolver, "staginggoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - staginggoerli_swap_pooledTokens?: SubscriptionResolver, "staginggoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwap?: SubscriptionResolver, "staginggoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwaps?: SubscriptionResolver, "staginggoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "staginggoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "staginggoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "staginggoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "staginggoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapExchange?: SubscriptionResolver, "staginggoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapExchanges?: SubscriptionResolver, "staginggoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapDailyVolume?: SubscriptionResolver, "staginggoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapDailyVolumes?: SubscriptionResolver, "staginggoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapHourlyVolume?: SubscriptionResolver, "staginggoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "staginggoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "staginggoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "staginggoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccount?: SubscriptionResolver, "staginggoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccounts?: SubscriptionResolver, "staginggoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccountBalance?: SubscriptionResolver, "staginggoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpAccountBalances?: SubscriptionResolver, "staginggoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpToken?: SubscriptionResolver, "staginggoerli_swap_lpToken", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTokens?: SubscriptionResolver, "staginggoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTransferEvent?: SubscriptionResolver, "staginggoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTransferEvents?: SubscriptionResolver, "staginggoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapEvent?: SubscriptionResolver, "staginggoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - staginggoerli_swap_stableSwapEvents?: SubscriptionResolver, "staginggoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapTradeVolume?: SubscriptionResolver, "staginggoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - staginggoerli_swap_swapTradeVolumes?: SubscriptionResolver, "staginggoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTokenEvent?: SubscriptionResolver, "staginggoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - staginggoerli_swap_lpTokenEvents?: SubscriptionResolver, "staginggoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - staginggoerli_swap__meta?: SubscriptionResolver, "staginggoerli_swap__meta", ParentType, ContextType, Partial>; - stagingarbitrumgoerli_swap_systemInfo?: SubscriptionResolver, "stagingarbitrumgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_systemInfos?: SubscriptionResolver, "stagingarbitrumgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_pooledToken?: SubscriptionResolver, "stagingarbitrumgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_pooledTokens?: SubscriptionResolver, "stagingarbitrumgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwap?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwaps?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapExchange?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapDailyVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccount?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccounts?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccountBalance?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpAccountBalances?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpToken?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTokens?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTransferEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTransferEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_stableSwapEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapTradeVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTokenEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap_lpTokenEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_swap__meta?: SubscriptionResolver, "stagingarbitrumgoerli_swap__meta", ParentType, ContextType, Partial>; - arbitrumgoerli_swap_systemInfo?: SubscriptionResolver, "arbitrumgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_systemInfos?: SubscriptionResolver, "arbitrumgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_pooledToken?: SubscriptionResolver, "arbitrumgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_pooledTokens?: SubscriptionResolver, "arbitrumgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwap?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwaps?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccount?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccounts?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpToken?: SubscriptionResolver, "arbitrumgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTokens?: SubscriptionResolver, "arbitrumgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - arbitrumgoerli_swap__meta?: SubscriptionResolver, "arbitrumgoerli_swap__meta", ParentType, ContextType, Partial>; - mumbai_swap_systemInfo?: SubscriptionResolver, "mumbai_swap_systemInfo", ParentType, ContextType, RequireFields>; - mumbai_swap_systemInfos?: SubscriptionResolver, "mumbai_swap_systemInfos", ParentType, ContextType, RequireFields>; - mumbai_swap_pooledToken?: SubscriptionResolver, "mumbai_swap_pooledToken", ParentType, ContextType, RequireFields>; - mumbai_swap_pooledTokens?: SubscriptionResolver, "mumbai_swap_pooledTokens", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwap?: SubscriptionResolver, "mumbai_swap_stableSwap", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwaps?: SubscriptionResolver, "mumbai_swap_stableSwaps", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapExchange?: SubscriptionResolver, "mumbai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapExchanges?: SubscriptionResolver, "mumbai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - mumbai_swap_swapDailyVolume?: SubscriptionResolver, "mumbai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - mumbai_swap_swapDailyVolumes?: SubscriptionResolver, "mumbai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - mumbai_swap_swapHourlyVolume?: SubscriptionResolver, "mumbai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - mumbai_swap_swapHourlyVolumes?: SubscriptionResolver, "mumbai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - mumbai_swap_swapWeeklyVolume?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - mumbai_swap_swapWeeklyVolumes?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccount?: SubscriptionResolver, "mumbai_swap_lpAccount", ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccounts?: SubscriptionResolver, "mumbai_swap_lpAccounts", ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccountBalance?: SubscriptionResolver, "mumbai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - mumbai_swap_lpAccountBalances?: SubscriptionResolver, "mumbai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - mumbai_swap_lpToken?: SubscriptionResolver, "mumbai_swap_lpToken", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokens?: SubscriptionResolver, "mumbai_swap_lpTokens", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTransferEvent?: SubscriptionResolver, "mumbai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTransferEvents?: SubscriptionResolver, "mumbai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapEvent?: SubscriptionResolver, "mumbai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_stableSwapEvents?: SubscriptionResolver, "mumbai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - mumbai_swap_swapTradeVolume?: SubscriptionResolver, "mumbai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - mumbai_swap_swapTradeVolumes?: SubscriptionResolver, "mumbai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokenEvent?: SubscriptionResolver, "mumbai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - mumbai_swap_lpTokenEvents?: SubscriptionResolver, "mumbai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - mumbai_swap__meta?: SubscriptionResolver, "mumbai_swap__meta", ParentType, ContextType, Partial>; - bnb_swap_systemInfo?: SubscriptionResolver, "bnb_swap_systemInfo", ParentType, ContextType, RequireFields>; - bnb_swap_systemInfos?: SubscriptionResolver, "bnb_swap_systemInfos", ParentType, ContextType, RequireFields>; - bnb_swap_pooledToken?: SubscriptionResolver, "bnb_swap_pooledToken", ParentType, ContextType, RequireFields>; - bnb_swap_pooledTokens?: SubscriptionResolver, "bnb_swap_pooledTokens", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwap?: SubscriptionResolver, "bnb_swap_stableSwap", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwaps?: SubscriptionResolver, "bnb_swap_stableSwaps", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchange?: SubscriptionResolver, "bnb_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapExchanges?: SubscriptionResolver, "bnb_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolume?: SubscriptionResolver, "bnb_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - bnb_swap_swapDailyVolumes?: SubscriptionResolver, "bnb_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolume?: SubscriptionResolver, "bnb_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - bnb_swap_swapHourlyVolumes?: SubscriptionResolver, "bnb_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolume?: SubscriptionResolver, "bnb_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - bnb_swap_swapWeeklyVolumes?: SubscriptionResolver, "bnb_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - bnb_swap_lpAccount?: SubscriptionResolver, "bnb_swap_lpAccount", ParentType, ContextType, RequireFields>; - bnb_swap_lpAccounts?: SubscriptionResolver, "bnb_swap_lpAccounts", ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalance?: SubscriptionResolver, "bnb_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - bnb_swap_lpAccountBalances?: SubscriptionResolver, "bnb_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - bnb_swap_lpToken?: SubscriptionResolver, "bnb_swap_lpToken", ParentType, ContextType, RequireFields>; - bnb_swap_lpTokens?: SubscriptionResolver, "bnb_swap_lpTokens", ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvent?: SubscriptionResolver, "bnb_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - bnb_swap_lpTransferEvents?: SubscriptionResolver, "bnb_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvent?: SubscriptionResolver, "bnb_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - bnb_swap_stableSwapEvents?: SubscriptionResolver, "bnb_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolume?: SubscriptionResolver, "bnb_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - bnb_swap_swapTradeVolumes?: SubscriptionResolver, "bnb_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvent?: SubscriptionResolver, "bnb_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - bnb_swap_lpTokenEvents?: SubscriptionResolver, "bnb_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - bnb_swap__meta?: SubscriptionResolver, "bnb_swap__meta", ParentType, ContextType, Partial>; - stagingmumbai_swap_systemInfo?: SubscriptionResolver, "stagingmumbai_swap_systemInfo", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_systemInfos?: SubscriptionResolver, "stagingmumbai_swap_systemInfos", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_pooledToken?: SubscriptionResolver, "stagingmumbai_swap_pooledToken", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_pooledTokens?: SubscriptionResolver, "stagingmumbai_swap_pooledTokens", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwap?: SubscriptionResolver, "stagingmumbai_swap_stableSwap", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwaps?: SubscriptionResolver, "stagingmumbai_swap_stableSwaps", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapExchange?: SubscriptionResolver, "stagingmumbai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapExchanges?: SubscriptionResolver, "stagingmumbai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapDailyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapDailyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapHourlyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccount?: SubscriptionResolver, "stagingmumbai_swap_lpAccount", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccounts?: SubscriptionResolver, "stagingmumbai_swap_lpAccounts", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccountBalance?: SubscriptionResolver, "stagingmumbai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpAccountBalances?: SubscriptionResolver, "stagingmumbai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpToken?: SubscriptionResolver, "stagingmumbai_swap_lpToken", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokens?: SubscriptionResolver, "stagingmumbai_swap_lpTokens", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTransferEvent?: SubscriptionResolver, "stagingmumbai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTransferEvents?: SubscriptionResolver, "stagingmumbai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_stableSwapEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapTradeVolume?: SubscriptionResolver, "stagingmumbai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_swapTradeVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokenEvent?: SubscriptionResolver, "stagingmumbai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - stagingmumbai_swap_lpTokenEvents?: SubscriptionResolver, "stagingmumbai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - stagingmumbai_swap__meta?: SubscriptionResolver, "stagingmumbai_swap__meta", ParentType, ContextType, Partial>; - xdai_swap_systemInfo?: SubscriptionResolver, "xdai_swap_systemInfo", ParentType, ContextType, RequireFields>; - xdai_swap_systemInfos?: SubscriptionResolver, "xdai_swap_systemInfos", ParentType, ContextType, RequireFields>; - xdai_swap_pooledToken?: SubscriptionResolver, "xdai_swap_pooledToken", ParentType, ContextType, RequireFields>; - xdai_swap_pooledTokens?: SubscriptionResolver, "xdai_swap_pooledTokens", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwap?: SubscriptionResolver, "xdai_swap_stableSwap", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwaps?: SubscriptionResolver, "xdai_swap_stableSwaps", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchange?: SubscriptionResolver, "xdai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchanges?: SubscriptionResolver, "xdai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolume?: SubscriptionResolver, "xdai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolumes?: SubscriptionResolver, "xdai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolume?: SubscriptionResolver, "xdai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolumes?: SubscriptionResolver, "xdai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolume?: SubscriptionResolver, "xdai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolumes?: SubscriptionResolver, "xdai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccount?: SubscriptionResolver, "xdai_swap_lpAccount", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccounts?: SubscriptionResolver, "xdai_swap_lpAccounts", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalance?: SubscriptionResolver, "xdai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalances?: SubscriptionResolver, "xdai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - xdai_swap_lpToken?: SubscriptionResolver, "xdai_swap_lpToken", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokens?: SubscriptionResolver, "xdai_swap_lpTokens", ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvent?: SubscriptionResolver, "xdai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvents?: SubscriptionResolver, "xdai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvent?: SubscriptionResolver, "xdai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvents?: SubscriptionResolver, "xdai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolume?: SubscriptionResolver, "xdai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolumes?: SubscriptionResolver, "xdai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvent?: SubscriptionResolver, "xdai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvents?: SubscriptionResolver, "xdai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - xdai_swap__meta?: SubscriptionResolver, "xdai_swap__meta", ParentType, ContextType, Partial>; - staginggoerli_rootAggregated?: SubscriptionResolver, "staginggoerli_rootAggregated", ParentType, ContextType, RequireFields>; - staginggoerli_rootAggregateds?: SubscriptionResolver, "staginggoerli_rootAggregateds", ParentType, ContextType, RequireFields>; - staginggoerli_rootPropagated?: SubscriptionResolver, "staginggoerli_rootPropagated", ParentType, ContextType, RequireFields>; - staginggoerli_rootPropagateds?: SubscriptionResolver, "staginggoerli_rootPropagateds", ParentType, ContextType, RequireFields>; - staginggoerli_aggregatedMessageRoot?: SubscriptionResolver, "staginggoerli_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - staginggoerli_aggregatedMessageRoots?: SubscriptionResolver, "staginggoerli_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMeta?: SubscriptionResolver, "staginggoerli_rootManagerMeta", ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMetas?: SubscriptionResolver, "staginggoerli_rootManagerMetas", ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerMode?: SubscriptionResolver, "staginggoerli_rootManagerMode", ParentType, ContextType, RequireFields>; - staginggoerli_rootManagerModes?: SubscriptionResolver, "staginggoerli_rootManagerModes", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootProposed?: SubscriptionResolver, "staginggoerli_optimisticRootProposed", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootProposeds?: SubscriptionResolver, "staginggoerli_optimisticRootProposeds", ParentType, ContextType, RequireFields>; - staginggoerli_hubOptimisticRootFinalized?: SubscriptionResolver, "staginggoerli_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; - staginggoerli_hubOptimisticRootFinalizeds?: SubscriptionResolver, "staginggoerli_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootPropagated?: SubscriptionResolver, "staginggoerli_optimisticRootPropagated", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootPropagateds?: SubscriptionResolver, "staginggoerli_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; - staginggoerli_polygonConnectorMeta?: SubscriptionResolver, "staginggoerli_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_polygonConnectorMetas?: SubscriptionResolver, "staginggoerli_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_optimismConnectorMeta?: SubscriptionResolver, "staginggoerli_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_optimismConnectorMetas?: SubscriptionResolver, "staginggoerli_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_bnbConnectorMeta?: SubscriptionResolver, "staginggoerli_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_bnbConnectorMetas?: SubscriptionResolver, "staginggoerli_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_arbitrumConnectorMeta?: SubscriptionResolver, "staginggoerli_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_arbitrumConnectorMetas?: SubscriptionResolver, "staginggoerli_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_gnosisConnectorMeta?: SubscriptionResolver, "staginggoerli_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_gnosisConnectorMetas?: SubscriptionResolver, "staginggoerli_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_zkSyncConnectorMeta?: SubscriptionResolver, "staginggoerli_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_zkSyncConnectorMetas?: SubscriptionResolver, "staginggoerli_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageProcessed?: SubscriptionResolver, "staginggoerli_rootMessageProcessed", ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageProcesseds?: SubscriptionResolver, "staginggoerli_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootSavedSlow?: SubscriptionResolver, "staginggoerli_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootSavedSlows?: SubscriptionResolver, "staginggoerli_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; - staginggoerli_hubDomain?: SubscriptionResolver, "staginggoerli_hubDomain", ParentType, ContextType, RequireFields>; - staginggoerli_hubDomains?: SubscriptionResolver, "staginggoerli_hubDomains", ParentType, ContextType, RequireFields>; - staginggoerli__meta?: SubscriptionResolver, "staginggoerli__meta", ParentType, ContextType, Partial>; - optimismgoerli_swap_systemInfo?: SubscriptionResolver, "optimismgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_systemInfos?: SubscriptionResolver, "optimismgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_pooledToken?: SubscriptionResolver, "optimismgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_pooledTokens?: SubscriptionResolver, "optimismgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwap?: SubscriptionResolver, "optimismgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwaps?: SubscriptionResolver, "optimismgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapExchange?: SubscriptionResolver, "optimismgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "optimismgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapDailyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccount?: SubscriptionResolver, "optimismgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccounts?: SubscriptionResolver, "optimismgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccountBalance?: SubscriptionResolver, "optimismgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpAccountBalances?: SubscriptionResolver, "optimismgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpToken?: SubscriptionResolver, "optimismgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokens?: SubscriptionResolver, "optimismgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTransferEvent?: SubscriptionResolver, "optimismgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTransferEvents?: SubscriptionResolver, "optimismgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_stableSwapEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapTradeVolume?: SubscriptionResolver, "optimismgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokenEvent?: SubscriptionResolver, "optimismgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_swap_lpTokenEvents?: SubscriptionResolver, "optimismgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_swap__meta?: SubscriptionResolver, "optimismgoerli_swap__meta", ParentType, ContextType, Partial>; - optimism_swap_systemInfo?: SubscriptionResolver, "optimism_swap_systemInfo", ParentType, ContextType, RequireFields>; - optimism_swap_systemInfos?: SubscriptionResolver, "optimism_swap_systemInfos", ParentType, ContextType, RequireFields>; - optimism_swap_pooledToken?: SubscriptionResolver, "optimism_swap_pooledToken", ParentType, ContextType, RequireFields>; - optimism_swap_pooledTokens?: SubscriptionResolver, "optimism_swap_pooledTokens", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwap?: SubscriptionResolver, "optimism_swap_stableSwap", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwaps?: SubscriptionResolver, "optimism_swap_stableSwaps", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "optimism_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "optimism_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "optimism_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "optimism_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchange?: SubscriptionResolver, "optimism_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchanges?: SubscriptionResolver, "optimism_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolume?: SubscriptionResolver, "optimism_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolumes?: SubscriptionResolver, "optimism_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolume?: SubscriptionResolver, "optimism_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolumes?: SubscriptionResolver, "optimism_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolume?: SubscriptionResolver, "optimism_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolumes?: SubscriptionResolver, "optimism_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - optimism_swap_lpAccount?: SubscriptionResolver, "optimism_swap_lpAccount", ParentType, ContextType, RequireFields>; - optimism_swap_lpAccounts?: SubscriptionResolver, "optimism_swap_lpAccounts", ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalance?: SubscriptionResolver, "optimism_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalances?: SubscriptionResolver, "optimism_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - optimism_swap_lpToken?: SubscriptionResolver, "optimism_swap_lpToken", ParentType, ContextType, RequireFields>; - optimism_swap_lpTokens?: SubscriptionResolver, "optimism_swap_lpTokens", ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvent?: SubscriptionResolver, "optimism_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvents?: SubscriptionResolver, "optimism_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvent?: SubscriptionResolver, "optimism_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvents?: SubscriptionResolver, "optimism_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolume?: SubscriptionResolver, "optimism_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolumes?: SubscriptionResolver, "optimism_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvent?: SubscriptionResolver, "optimism_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvents?: SubscriptionResolver, "optimism_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - optimism_swap__meta?: SubscriptionResolver, "optimism_swap__meta", ParentType, ContextType, Partial>; - arbitrumone_swap_systemInfo?: SubscriptionResolver, "arbitrumone_swap_systemInfo", ParentType, ContextType, RequireFields>; - arbitrumone_swap_systemInfos?: SubscriptionResolver, "arbitrumone_swap_systemInfos", ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledToken?: SubscriptionResolver, "arbitrumone_swap_pooledToken", ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledTokens?: SubscriptionResolver, "arbitrumone_swap_pooledTokens", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwap?: SubscriptionResolver, "arbitrumone_swap_stableSwap", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwaps?: SubscriptionResolver, "arbitrumone_swap_stableSwaps", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccount?: SubscriptionResolver, "arbitrumone_swap_lpAccount", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccounts?: SubscriptionResolver, "arbitrumone_swap_lpAccounts", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpToken?: SubscriptionResolver, "arbitrumone_swap_lpToken", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokens?: SubscriptionResolver, "arbitrumone_swap_lpTokens", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap__meta?: SubscriptionResolver, "arbitrumone_swap__meta", ParentType, ContextType, Partial>; - polygon_swap_systemInfo?: SubscriptionResolver, "polygon_swap_systemInfo", ParentType, ContextType, RequireFields>; - polygon_swap_systemInfos?: SubscriptionResolver, "polygon_swap_systemInfos", ParentType, ContextType, RequireFields>; - polygon_swap_pooledToken?: SubscriptionResolver, "polygon_swap_pooledToken", ParentType, ContextType, RequireFields>; - polygon_swap_pooledTokens?: SubscriptionResolver, "polygon_swap_pooledTokens", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwap?: SubscriptionResolver, "polygon_swap_stableSwap", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwaps?: SubscriptionResolver, "polygon_swap_stableSwaps", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "polygon_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "polygon_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "polygon_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "polygon_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapExchange?: SubscriptionResolver, "polygon_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapExchanges?: SubscriptionResolver, "polygon_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - polygon_swap_swapDailyVolume?: SubscriptionResolver, "polygon_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - polygon_swap_swapDailyVolumes?: SubscriptionResolver, "polygon_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - polygon_swap_swapHourlyVolume?: SubscriptionResolver, "polygon_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - polygon_swap_swapHourlyVolumes?: SubscriptionResolver, "polygon_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - polygon_swap_swapWeeklyVolume?: SubscriptionResolver, "polygon_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - polygon_swap_swapWeeklyVolumes?: SubscriptionResolver, "polygon_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - polygon_swap_lpAccount?: SubscriptionResolver, "polygon_swap_lpAccount", ParentType, ContextType, RequireFields>; - polygon_swap_lpAccounts?: SubscriptionResolver, "polygon_swap_lpAccounts", ParentType, ContextType, RequireFields>; - polygon_swap_lpAccountBalance?: SubscriptionResolver, "polygon_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - polygon_swap_lpAccountBalances?: SubscriptionResolver, "polygon_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - polygon_swap_lpToken?: SubscriptionResolver, "polygon_swap_lpToken", ParentType, ContextType, RequireFields>; - polygon_swap_lpTokens?: SubscriptionResolver, "polygon_swap_lpTokens", ParentType, ContextType, RequireFields>; - polygon_swap_lpTransferEvent?: SubscriptionResolver, "polygon_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - polygon_swap_lpTransferEvents?: SubscriptionResolver, "polygon_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapEvent?: SubscriptionResolver, "polygon_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapEvents?: SubscriptionResolver, "polygon_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - polygon_swap_swapTradeVolume?: SubscriptionResolver, "polygon_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - polygon_swap_swapTradeVolumes?: SubscriptionResolver, "polygon_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - polygon_swap_lpTokenEvent?: SubscriptionResolver, "polygon_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - polygon_swap_lpTokenEvents?: SubscriptionResolver, "polygon_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - polygon_swap__meta?: SubscriptionResolver, "polygon_swap__meta", ParentType, ContextType, Partial>; - linea_swap_systemInfo?: SubscriptionResolver, "linea_swap_systemInfo", ParentType, ContextType, RequireFields>; - linea_swap_systemInfos?: SubscriptionResolver, "linea_swap_systemInfos", ParentType, ContextType, RequireFields>; - linea_swap_pooledToken?: SubscriptionResolver, "linea_swap_pooledToken", ParentType, ContextType, RequireFields>; - linea_swap_pooledTokens?: SubscriptionResolver, "linea_swap_pooledTokens", ParentType, ContextType, RequireFields>; - linea_swap_stableSwap?: SubscriptionResolver, "linea_swap_stableSwap", ParentType, ContextType, RequireFields>; - linea_swap_stableSwaps?: SubscriptionResolver, "linea_swap_stableSwaps", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapExchange?: SubscriptionResolver, "linea_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapExchanges?: SubscriptionResolver, "linea_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - linea_swap_swapDailyVolume?: SubscriptionResolver, "linea_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - linea_swap_swapDailyVolumes?: SubscriptionResolver, "linea_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - linea_swap_swapHourlyVolume?: SubscriptionResolver, "linea_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - linea_swap_swapHourlyVolumes?: SubscriptionResolver, "linea_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - linea_swap_swapWeeklyVolume?: SubscriptionResolver, "linea_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - linea_swap_swapWeeklyVolumes?: SubscriptionResolver, "linea_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - linea_swap_lpAccount?: SubscriptionResolver, "linea_swap_lpAccount", ParentType, ContextType, RequireFields>; - linea_swap_lpAccounts?: SubscriptionResolver, "linea_swap_lpAccounts", ParentType, ContextType, RequireFields>; - linea_swap_lpAccountBalance?: SubscriptionResolver, "linea_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - linea_swap_lpAccountBalances?: SubscriptionResolver, "linea_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - linea_swap_lpToken?: SubscriptionResolver, "linea_swap_lpToken", ParentType, ContextType, RequireFields>; - linea_swap_lpTokens?: SubscriptionResolver, "linea_swap_lpTokens", ParentType, ContextType, RequireFields>; - linea_swap_lpTransferEvent?: SubscriptionResolver, "linea_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - linea_swap_lpTransferEvents?: SubscriptionResolver, "linea_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapEvent?: SubscriptionResolver, "linea_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapEvents?: SubscriptionResolver, "linea_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - linea_swap_swapTradeVolume?: SubscriptionResolver, "linea_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - linea_swap_swapTradeVolumes?: SubscriptionResolver, "linea_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - linea_swap_lpTokenEvent?: SubscriptionResolver, "linea_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - linea_swap_lpTokenEvents?: SubscriptionResolver, "linea_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - linea_swap__meta?: SubscriptionResolver, "linea_swap__meta", ParentType, ContextType, Partial>; - goerli_asset?: SubscriptionResolver, "goerli_asset", ParentType, ContextType, RequireFields>; - goerli_assets?: SubscriptionResolver, "goerli_assets", ParentType, ContextType, RequireFields>; - goerli_assetStatus?: SubscriptionResolver, "goerli_assetStatus", ParentType, ContextType, RequireFields>; - goerli_assetStatuses?: SubscriptionResolver, "goerli_assetStatuses", ParentType, ContextType, RequireFields>; - goerli_assetBalance?: SubscriptionResolver, "goerli_assetBalance", ParentType, ContextType, RequireFields>; - goerli_assetBalances?: SubscriptionResolver, "goerli_assetBalances", ParentType, ContextType, RequireFields>; - goerli_router?: SubscriptionResolver, "goerli_router", ParentType, ContextType, RequireFields>; - goerli_routers?: SubscriptionResolver, "goerli_routers", ParentType, ContextType, RequireFields>; - goerli_routerDailyTVL?: SubscriptionResolver, "goerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - goerli_routerDailyTVLs?: SubscriptionResolver, "goerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - goerli_routerLiquidityEvent?: SubscriptionResolver, "goerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - goerli_routerLiquidityEvents?: SubscriptionResolver, "goerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - goerli_setting?: SubscriptionResolver, "goerli_setting", ParentType, ContextType, RequireFields>; - goerli_settings?: SubscriptionResolver, "goerli_settings", ParentType, ContextType, RequireFields>; - goerli_relayer?: SubscriptionResolver, "goerli_relayer", ParentType, ContextType, RequireFields>; - goerli_relayers?: SubscriptionResolver, "goerli_relayers", ParentType, ContextType, RequireFields>; - goerli_sequencer?: SubscriptionResolver, "goerli_sequencer", ParentType, ContextType, RequireFields>; - goerli_sequencers?: SubscriptionResolver, "goerli_sequencers", ParentType, ContextType, RequireFields>; - goerli_relayerFee?: SubscriptionResolver, "goerli_relayerFee", ParentType, ContextType, RequireFields>; - goerli_relayerFees?: SubscriptionResolver, "goerli_relayerFees", ParentType, ContextType, RequireFields>; - goerli_originTransfer?: SubscriptionResolver, "goerli_originTransfer", ParentType, ContextType, RequireFields>; - goerli_originTransfers?: SubscriptionResolver, "goerli_originTransfers", ParentType, ContextType, RequireFields>; - goerli_destinationTransfer?: SubscriptionResolver, "goerli_destinationTransfer", ParentType, ContextType, RequireFields>; - goerli_destinationTransfers?: SubscriptionResolver, "goerli_destinationTransfers", ParentType, ContextType, RequireFields>; - goerli_originMessage?: SubscriptionResolver, "goerli_originMessage", ParentType, ContextType, RequireFields>; - goerli_originMessages?: SubscriptionResolver, "goerli_originMessages", ParentType, ContextType, RequireFields>; - goerli_aggregateRoot?: SubscriptionResolver, "goerli_aggregateRoot", ParentType, ContextType, RequireFields>; - goerli_aggregateRoots?: SubscriptionResolver, "goerli_aggregateRoots", ParentType, ContextType, RequireFields>; - goerli_connectorMeta?: SubscriptionResolver, "goerli_connectorMeta", ParentType, ContextType, RequireFields>; - goerli_connectorMetas?: SubscriptionResolver, "goerli_connectorMetas", ParentType, ContextType, RequireFields>; - goerli_rootCount?: SubscriptionResolver, "goerli_rootCount", ParentType, ContextType, RequireFields>; - goerli_rootCounts?: SubscriptionResolver, "goerli_rootCounts", ParentType, ContextType, RequireFields>; - goerli_rootMessageSent?: SubscriptionResolver, "goerli_rootMessageSent", ParentType, ContextType, RequireFields>; - goerli_rootMessageSents?: SubscriptionResolver, "goerli_rootMessageSents", ParentType, ContextType, RequireFields>; - goerli_relayerFeesIncrease?: SubscriptionResolver, "goerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - goerli_relayerFeesIncreases?: SubscriptionResolver, "goerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - goerli_slippageUpdate?: SubscriptionResolver, "goerli_slippageUpdate", ParentType, ContextType, RequireFields>; - goerli_slippageUpdates?: SubscriptionResolver, "goerli_slippageUpdates", ParentType, ContextType, RequireFields>; - localmainnet_rootAggregated?: SubscriptionResolver, "localmainnet_rootAggregated", ParentType, ContextType, RequireFields>; - localmainnet_rootAggregateds?: SubscriptionResolver, "localmainnet_rootAggregateds", ParentType, ContextType, RequireFields>; - localmainnet_rootPropagated?: SubscriptionResolver, "localmainnet_rootPropagated", ParentType, ContextType, RequireFields>; - localmainnet_rootPropagateds?: SubscriptionResolver, "localmainnet_rootPropagateds", ParentType, ContextType, RequireFields>; - localmainnet_aggregatedMessageRoot?: SubscriptionResolver, "localmainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - localmainnet_aggregatedMessageRoots?: SubscriptionResolver, "localmainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMeta?: SubscriptionResolver, "localmainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMetas?: SubscriptionResolver, "localmainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; - localmainnet_rootManagerMode?: SubscriptionResolver, "localmainnet_rootManagerMode", ParentType, ContextType, RequireFields>; - localmainnet_rootManagerModes?: SubscriptionResolver, "localmainnet_rootManagerModes", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootProposed?: SubscriptionResolver, "localmainnet_optimisticRootProposed", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootProposeds?: SubscriptionResolver, "localmainnet_optimisticRootProposeds", ParentType, ContextType, RequireFields>; - localmainnet_hubOptimisticRootFinalized?: SubscriptionResolver, "localmainnet_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; - localmainnet_hubOptimisticRootFinalizeds?: SubscriptionResolver, "localmainnet_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootPropagated?: SubscriptionResolver, "localmainnet_optimisticRootPropagated", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootPropagateds?: SubscriptionResolver, "localmainnet_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; - localmainnet_polygonConnectorMeta?: SubscriptionResolver, "localmainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_polygonConnectorMetas?: SubscriptionResolver, "localmainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_optimismConnectorMeta?: SubscriptionResolver, "localmainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_optimismConnectorMetas?: SubscriptionResolver, "localmainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_bnbConnectorMeta?: SubscriptionResolver, "localmainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_bnbConnectorMetas?: SubscriptionResolver, "localmainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_arbitrumConnectorMeta?: SubscriptionResolver, "localmainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_arbitrumConnectorMetas?: SubscriptionResolver, "localmainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_gnosisConnectorMeta?: SubscriptionResolver, "localmainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_gnosisConnectorMetas?: SubscriptionResolver, "localmainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_zkSyncConnectorMeta?: SubscriptionResolver, "localmainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_zkSyncConnectorMetas?: SubscriptionResolver, "localmainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_rootMessageProcessed?: SubscriptionResolver, "localmainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; - localmainnet_rootMessageProcesseds?: SubscriptionResolver, "localmainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootSavedSlow?: SubscriptionResolver, "localmainnet_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootSavedSlows?: SubscriptionResolver, "localmainnet_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; - localmainnet_hubDomain?: SubscriptionResolver, "localmainnet_hubDomain", ParentType, ContextType, RequireFields>; - localmainnet_hubDomains?: SubscriptionResolver, "localmainnet_hubDomains", ParentType, ContextType, RequireFields>; - localmainnet__meta?: SubscriptionResolver, "localmainnet__meta", ParentType, ContextType, Partial>; - lineagoerli_asset?: SubscriptionResolver, "lineagoerli_asset", ParentType, ContextType, RequireFields>; - lineagoerli_assets?: SubscriptionResolver, "lineagoerli_assets", ParentType, ContextType, RequireFields>; - lineagoerli_assetStatus?: SubscriptionResolver, "lineagoerli_assetStatus", ParentType, ContextType, RequireFields>; - lineagoerli_assetStatuses?: SubscriptionResolver, "lineagoerli_assetStatuses", ParentType, ContextType, RequireFields>; - lineagoerli_assetBalance?: SubscriptionResolver, "lineagoerli_assetBalance", ParentType, ContextType, RequireFields>; - lineagoerli_assetBalances?: SubscriptionResolver, "lineagoerli_assetBalances", ParentType, ContextType, RequireFields>; - lineagoerli_router?: SubscriptionResolver, "lineagoerli_router", ParentType, ContextType, RequireFields>; - lineagoerli_routers?: SubscriptionResolver, "lineagoerli_routers", ParentType, ContextType, RequireFields>; - lineagoerli_routerDailyTVL?: SubscriptionResolver, "lineagoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - lineagoerli_routerDailyTVLs?: SubscriptionResolver, "lineagoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - lineagoerli_setting?: SubscriptionResolver, "lineagoerli_setting", ParentType, ContextType, RequireFields>; - lineagoerli_settings?: SubscriptionResolver, "lineagoerli_settings", ParentType, ContextType, RequireFields>; - lineagoerli_relayer?: SubscriptionResolver, "lineagoerli_relayer", ParentType, ContextType, RequireFields>; - lineagoerli_relayers?: SubscriptionResolver, "lineagoerli_relayers", ParentType, ContextType, RequireFields>; - lineagoerli_sequencer?: SubscriptionResolver, "lineagoerli_sequencer", ParentType, ContextType, RequireFields>; - lineagoerli_sequencers?: SubscriptionResolver, "lineagoerli_sequencers", ParentType, ContextType, RequireFields>; - lineagoerli_relayerFee?: SubscriptionResolver, "lineagoerli_relayerFee", ParentType, ContextType, RequireFields>; - lineagoerli_relayerFees?: SubscriptionResolver, "lineagoerli_relayerFees", ParentType, ContextType, RequireFields>; - lineagoerli_originTransfer?: SubscriptionResolver, "lineagoerli_originTransfer", ParentType, ContextType, RequireFields>; - lineagoerli_originTransfers?: SubscriptionResolver, "lineagoerli_originTransfers", ParentType, ContextType, RequireFields>; - lineagoerli_destinationTransfer?: SubscriptionResolver, "lineagoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - lineagoerli_destinationTransfers?: SubscriptionResolver, "lineagoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - lineagoerli_originMessage?: SubscriptionResolver, "lineagoerli_originMessage", ParentType, ContextType, RequireFields>; - lineagoerli_originMessages?: SubscriptionResolver, "lineagoerli_originMessages", ParentType, ContextType, RequireFields>; - lineagoerli_aggregateRoot?: SubscriptionResolver, "lineagoerli_aggregateRoot", ParentType, ContextType, RequireFields>; - lineagoerli_aggregateRoots?: SubscriptionResolver, "lineagoerli_aggregateRoots", ParentType, ContextType, RequireFields>; - lineagoerli_connectorMeta?: SubscriptionResolver, "lineagoerli_connectorMeta", ParentType, ContextType, RequireFields>; - lineagoerli_connectorMetas?: SubscriptionResolver, "lineagoerli_connectorMetas", ParentType, ContextType, RequireFields>; - lineagoerli_rootCount?: SubscriptionResolver, "lineagoerli_rootCount", ParentType, ContextType, RequireFields>; - lineagoerli_rootCounts?: SubscriptionResolver, "lineagoerli_rootCounts", ParentType, ContextType, RequireFields>; - lineagoerli_rootMessageSent?: SubscriptionResolver, "lineagoerli_rootMessageSent", ParentType, ContextType, RequireFields>; - lineagoerli_rootMessageSents?: SubscriptionResolver, "lineagoerli_rootMessageSents", ParentType, ContextType, RequireFields>; - lineagoerli_relayerFeesIncrease?: SubscriptionResolver, "lineagoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - lineagoerli_relayerFeesIncreases?: SubscriptionResolver, "lineagoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - lineagoerli_slippageUpdate?: SubscriptionResolver, "lineagoerli_slippageUpdate", ParentType, ContextType, RequireFields>; - lineagoerli_slippageUpdates?: SubscriptionResolver, "lineagoerli_slippageUpdates", ParentType, ContextType, RequireFields>; - lineagoerli__meta?: SubscriptionResolver, "lineagoerli__meta", ParentType, ContextType, Partial>; - optimism_asset?: SubscriptionResolver, "optimism_asset", ParentType, ContextType, RequireFields>; - optimism_assets?: SubscriptionResolver, "optimism_assets", ParentType, ContextType, RequireFields>; - optimism_assetStatus?: SubscriptionResolver, "optimism_assetStatus", ParentType, ContextType, RequireFields>; - optimism_assetStatuses?: SubscriptionResolver, "optimism_assetStatuses", ParentType, ContextType, RequireFields>; - optimism_assetBalance?: SubscriptionResolver, "optimism_assetBalance", ParentType, ContextType, RequireFields>; - optimism_assetBalances?: SubscriptionResolver, "optimism_assetBalances", ParentType, ContextType, RequireFields>; - optimism_router?: SubscriptionResolver, "optimism_router", ParentType, ContextType, RequireFields>; - optimism_routers?: SubscriptionResolver, "optimism_routers", ParentType, ContextType, RequireFields>; - optimism_routerDailyTVL?: SubscriptionResolver, "optimism_routerDailyTVL", ParentType, ContextType, RequireFields>; - optimism_routerDailyTVLs?: SubscriptionResolver, "optimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; - optimism_routerLiquidityEvent?: SubscriptionResolver, "optimism_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - optimism_routerLiquidityEvents?: SubscriptionResolver, "optimism_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - optimism_setting?: SubscriptionResolver, "optimism_setting", ParentType, ContextType, RequireFields>; - optimism_settings?: SubscriptionResolver, "optimism_settings", ParentType, ContextType, RequireFields>; - optimism_relayer?: SubscriptionResolver, "optimism_relayer", ParentType, ContextType, RequireFields>; - optimism_relayers?: SubscriptionResolver, "optimism_relayers", ParentType, ContextType, RequireFields>; - optimism_sequencer?: SubscriptionResolver, "optimism_sequencer", ParentType, ContextType, RequireFields>; - optimism_sequencers?: SubscriptionResolver, "optimism_sequencers", ParentType, ContextType, RequireFields>; - optimism_relayerFee?: SubscriptionResolver, "optimism_relayerFee", ParentType, ContextType, RequireFields>; - optimism_relayerFees?: SubscriptionResolver, "optimism_relayerFees", ParentType, ContextType, RequireFields>; - optimism_originTransfer?: SubscriptionResolver, "optimism_originTransfer", ParentType, ContextType, RequireFields>; - optimism_originTransfers?: SubscriptionResolver, "optimism_originTransfers", ParentType, ContextType, RequireFields>; - optimism_destinationTransfer?: SubscriptionResolver, "optimism_destinationTransfer", ParentType, ContextType, RequireFields>; - optimism_destinationTransfers?: SubscriptionResolver, "optimism_destinationTransfers", ParentType, ContextType, RequireFields>; - optimism_originMessage?: SubscriptionResolver, "optimism_originMessage", ParentType, ContextType, RequireFields>; - optimism_originMessages?: SubscriptionResolver, "optimism_originMessages", ParentType, ContextType, RequireFields>; - optimism_aggregateRoot?: SubscriptionResolver, "optimism_aggregateRoot", ParentType, ContextType, RequireFields>; - optimism_aggregateRoots?: SubscriptionResolver, "optimism_aggregateRoots", ParentType, ContextType, RequireFields>; - optimism_connectorMeta?: SubscriptionResolver, "optimism_connectorMeta", ParentType, ContextType, RequireFields>; - optimism_connectorMetas?: SubscriptionResolver, "optimism_connectorMetas", ParentType, ContextType, RequireFields>; - optimism_rootCount?: SubscriptionResolver, "optimism_rootCount", ParentType, ContextType, RequireFields>; - optimism_rootCounts?: SubscriptionResolver, "optimism_rootCounts", ParentType, ContextType, RequireFields>; - optimism_rootMessageSent?: SubscriptionResolver, "optimism_rootMessageSent", ParentType, ContextType, RequireFields>; - optimism_rootMessageSents?: SubscriptionResolver, "optimism_rootMessageSents", ParentType, ContextType, RequireFields>; - optimism_relayerFeesIncrease?: SubscriptionResolver, "optimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - optimism_relayerFeesIncreases?: SubscriptionResolver, "optimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - optimism_slippageUpdate?: SubscriptionResolver, "optimism_slippageUpdate", ParentType, ContextType, RequireFields>; - optimism_slippageUpdates?: SubscriptionResolver, "optimism_slippageUpdates", ParentType, ContextType, RequireFields>; - optimism__meta?: SubscriptionResolver, "optimism__meta", ParentType, ContextType, Partial>; - staginggoerli_asset?: SubscriptionResolver, "staginggoerli_asset", ParentType, ContextType, RequireFields>; - staginggoerli_assets?: SubscriptionResolver, "staginggoerli_assets", ParentType, ContextType, RequireFields>; - staginggoerli_assetStatus?: SubscriptionResolver, "staginggoerli_assetStatus", ParentType, ContextType, RequireFields>; - staginggoerli_assetStatuses?: SubscriptionResolver, "staginggoerli_assetStatuses", ParentType, ContextType, RequireFields>; - staginggoerli_assetBalance?: SubscriptionResolver, "staginggoerli_assetBalance", ParentType, ContextType, RequireFields>; - staginggoerli_assetBalances?: SubscriptionResolver, "staginggoerli_assetBalances", ParentType, ContextType, RequireFields>; - staginggoerli_router?: SubscriptionResolver, "staginggoerli_router", ParentType, ContextType, RequireFields>; - staginggoerli_routers?: SubscriptionResolver, "staginggoerli_routers", ParentType, ContextType, RequireFields>; - staginggoerli_routerDailyTVL?: SubscriptionResolver, "staginggoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - staginggoerli_routerDailyTVLs?: SubscriptionResolver, "staginggoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - staginggoerli_setting?: SubscriptionResolver, "staginggoerli_setting", ParentType, ContextType, RequireFields>; - staginggoerli_settings?: SubscriptionResolver, "staginggoerli_settings", ParentType, ContextType, RequireFields>; - staginggoerli_relayer?: SubscriptionResolver, "staginggoerli_relayer", ParentType, ContextType, RequireFields>; - staginggoerli_relayers?: SubscriptionResolver, "staginggoerli_relayers", ParentType, ContextType, RequireFields>; - staginggoerli_sequencer?: SubscriptionResolver, "staginggoerli_sequencer", ParentType, ContextType, RequireFields>; - staginggoerli_sequencers?: SubscriptionResolver, "staginggoerli_sequencers", ParentType, ContextType, RequireFields>; - staginggoerli_relayerFee?: SubscriptionResolver, "staginggoerli_relayerFee", ParentType, ContextType, RequireFields>; - staginggoerli_relayerFees?: SubscriptionResolver, "staginggoerli_relayerFees", ParentType, ContextType, RequireFields>; - staginggoerli_originTransfer?: SubscriptionResolver, "staginggoerli_originTransfer", ParentType, ContextType, RequireFields>; - staginggoerli_originTransfers?: SubscriptionResolver, "staginggoerli_originTransfers", ParentType, ContextType, RequireFields>; - staginggoerli_destinationTransfer?: SubscriptionResolver, "staginggoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - staginggoerli_destinationTransfers?: SubscriptionResolver, "staginggoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - staginggoerli_originMessage?: SubscriptionResolver, "staginggoerli_originMessage", ParentType, ContextType, RequireFields>; - staginggoerli_originMessages?: SubscriptionResolver, "staginggoerli_originMessages", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRoot?: SubscriptionResolver, "staginggoerli_aggregateRoot", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRoots?: SubscriptionResolver, "staginggoerli_aggregateRoots", ParentType, ContextType, RequireFields>; - staginggoerli_connectorMeta?: SubscriptionResolver, "staginggoerli_connectorMeta", ParentType, ContextType, RequireFields>; - staginggoerli_connectorMetas?: SubscriptionResolver, "staginggoerli_connectorMetas", ParentType, ContextType, RequireFields>; - staginggoerli_rootCount?: SubscriptionResolver, "staginggoerli_rootCount", ParentType, ContextType, RequireFields>; - staginggoerli_rootCounts?: SubscriptionResolver, "staginggoerli_rootCounts", ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageSent?: SubscriptionResolver, "staginggoerli_rootMessageSent", ParentType, ContextType, RequireFields>; - staginggoerli_rootMessageSents?: SubscriptionResolver, "staginggoerli_rootMessageSents", ParentType, ContextType, RequireFields>; - staginggoerli_relayerFeesIncrease?: SubscriptionResolver, "staginggoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - staginggoerli_relayerFeesIncreases?: SubscriptionResolver, "staginggoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - staginggoerli_slippageUpdate?: SubscriptionResolver, "staginggoerli_slippageUpdate", ParentType, ContextType, RequireFields>; - staginggoerli_slippageUpdates?: SubscriptionResolver, "staginggoerli_slippageUpdates", ParentType, ContextType, RequireFields>; - staginggoerli_snapshotRoot?: SubscriptionResolver, "staginggoerli_snapshotRoot", ParentType, ContextType, RequireFields>; - staginggoerli_snapshotRoots?: SubscriptionResolver, "staginggoerli_snapshotRoots", ParentType, ContextType, RequireFields>; - staginggoerli_spokeConnectorMode?: SubscriptionResolver, "staginggoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; - staginggoerli_spokeConnectorModes?: SubscriptionResolver, "staginggoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootProposed?: SubscriptionResolver, "staginggoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; - staginggoerli_aggregateRootProposeds?: SubscriptionResolver, "staginggoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootFinalized?: SubscriptionResolver, "staginggoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - staginggoerli_optimisticRootFinalizeds?: SubscriptionResolver, "staginggoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - optimismgoerli_asset?: SubscriptionResolver, "optimismgoerli_asset", ParentType, ContextType, RequireFields>; - optimismgoerli_assets?: SubscriptionResolver, "optimismgoerli_assets", ParentType, ContextType, RequireFields>; - optimismgoerli_assetStatus?: SubscriptionResolver, "optimismgoerli_assetStatus", ParentType, ContextType, RequireFields>; - optimismgoerli_assetStatuses?: SubscriptionResolver, "optimismgoerli_assetStatuses", ParentType, ContextType, RequireFields>; - optimismgoerli_assetBalance?: SubscriptionResolver, "optimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; - optimismgoerli_assetBalances?: SubscriptionResolver, "optimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; - optimismgoerli_router?: SubscriptionResolver, "optimismgoerli_router", ParentType, ContextType, RequireFields>; - optimismgoerli_routers?: SubscriptionResolver, "optimismgoerli_routers", ParentType, ContextType, RequireFields>; - optimismgoerli_routerDailyTVL?: SubscriptionResolver, "optimismgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - optimismgoerli_routerDailyTVLs?: SubscriptionResolver, "optimismgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - optimismgoerli_routerLiquidityEvent?: SubscriptionResolver, "optimismgoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - optimismgoerli_routerLiquidityEvents?: SubscriptionResolver, "optimismgoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - optimismgoerli_setting?: SubscriptionResolver, "optimismgoerli_setting", ParentType, ContextType, RequireFields>; - optimismgoerli_settings?: SubscriptionResolver, "optimismgoerli_settings", ParentType, ContextType, RequireFields>; - optimismgoerli_relayer?: SubscriptionResolver, "optimismgoerli_relayer", ParentType, ContextType, RequireFields>; - optimismgoerli_relayers?: SubscriptionResolver, "optimismgoerli_relayers", ParentType, ContextType, RequireFields>; - optimismgoerli_sequencer?: SubscriptionResolver, "optimismgoerli_sequencer", ParentType, ContextType, RequireFields>; - optimismgoerli_sequencers?: SubscriptionResolver, "optimismgoerli_sequencers", ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFee?: SubscriptionResolver, "optimismgoerli_relayerFee", ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFees?: SubscriptionResolver, "optimismgoerli_relayerFees", ParentType, ContextType, RequireFields>; - optimismgoerli_originTransfer?: SubscriptionResolver, "optimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; - optimismgoerli_originTransfers?: SubscriptionResolver, "optimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; - optimismgoerli_destinationTransfer?: SubscriptionResolver, "optimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - optimismgoerli_destinationTransfers?: SubscriptionResolver, "optimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - optimismgoerli_originMessage?: SubscriptionResolver, "optimismgoerli_originMessage", ParentType, ContextType, RequireFields>; - optimismgoerli_originMessages?: SubscriptionResolver, "optimismgoerli_originMessages", ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRoot?: SubscriptionResolver, "optimismgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; - optimismgoerli_aggregateRoots?: SubscriptionResolver, "optimismgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; - optimismgoerli_connectorMeta?: SubscriptionResolver, "optimismgoerli_connectorMeta", ParentType, ContextType, RequireFields>; - optimismgoerli_connectorMetas?: SubscriptionResolver, "optimismgoerli_connectorMetas", ParentType, ContextType, RequireFields>; - optimismgoerli_rootCount?: SubscriptionResolver, "optimismgoerli_rootCount", ParentType, ContextType, RequireFields>; - optimismgoerli_rootCounts?: SubscriptionResolver, "optimismgoerli_rootCounts", ParentType, ContextType, RequireFields>; - optimismgoerli_rootMessageSent?: SubscriptionResolver, "optimismgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; - optimismgoerli_rootMessageSents?: SubscriptionResolver, "optimismgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFeesIncrease?: SubscriptionResolver, "optimismgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - optimismgoerli_relayerFeesIncreases?: SubscriptionResolver, "optimismgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - optimismgoerli_slippageUpdate?: SubscriptionResolver, "optimismgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; - optimismgoerli_slippageUpdates?: SubscriptionResolver, "optimismgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; - optimismgoerli__meta?: SubscriptionResolver, "optimismgoerli__meta", ParentType, ContextType, Partial>; - stagingoptimismgoerli_asset?: SubscriptionResolver, "stagingoptimismgoerli_asset", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assets?: SubscriptionResolver, "stagingoptimismgoerli_assets", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetStatus?: SubscriptionResolver, "stagingoptimismgoerli_assetStatus", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetStatuses?: SubscriptionResolver, "stagingoptimismgoerli_assetStatuses", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetBalance?: SubscriptionResolver, "stagingoptimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_assetBalances?: SubscriptionResolver, "stagingoptimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_router?: SubscriptionResolver, "stagingoptimismgoerli_router", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routers?: SubscriptionResolver, "stagingoptimismgoerli_routers", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routerDailyTVL?: SubscriptionResolver, "stagingoptimismgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_routerDailyTVLs?: SubscriptionResolver, "stagingoptimismgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_setting?: SubscriptionResolver, "stagingoptimismgoerli_setting", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_settings?: SubscriptionResolver, "stagingoptimismgoerli_settings", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayer?: SubscriptionResolver, "stagingoptimismgoerli_relayer", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayers?: SubscriptionResolver, "stagingoptimismgoerli_relayers", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_sequencer?: SubscriptionResolver, "stagingoptimismgoerli_sequencer", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_sequencers?: SubscriptionResolver, "stagingoptimismgoerli_sequencers", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFee?: SubscriptionResolver, "stagingoptimismgoerli_relayerFee", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFees?: SubscriptionResolver, "stagingoptimismgoerli_relayerFees", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originTransfer?: SubscriptionResolver, "stagingoptimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originTransfers?: SubscriptionResolver, "stagingoptimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_destinationTransfer?: SubscriptionResolver, "stagingoptimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_destinationTransfers?: SubscriptionResolver, "stagingoptimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originMessage?: SubscriptionResolver, "stagingoptimismgoerli_originMessage", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_originMessages?: SubscriptionResolver, "stagingoptimismgoerli_originMessages", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRoot?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRoots?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_connectorMeta?: SubscriptionResolver, "stagingoptimismgoerli_connectorMeta", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_connectorMetas?: SubscriptionResolver, "stagingoptimismgoerli_connectorMetas", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootCount?: SubscriptionResolver, "stagingoptimismgoerli_rootCount", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootCounts?: SubscriptionResolver, "stagingoptimismgoerli_rootCounts", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootMessageSent?: SubscriptionResolver, "stagingoptimismgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_rootMessageSents?: SubscriptionResolver, "stagingoptimismgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFeesIncrease?: SubscriptionResolver, "stagingoptimismgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_relayerFeesIncreases?: SubscriptionResolver, "stagingoptimismgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_slippageUpdate?: SubscriptionResolver, "stagingoptimismgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_slippageUpdates?: SubscriptionResolver, "stagingoptimismgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_snapshotRoot?: SubscriptionResolver, "stagingoptimismgoerli_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_snapshotRoots?: SubscriptionResolver, "stagingoptimismgoerli_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_spokeConnectorMode?: SubscriptionResolver, "stagingoptimismgoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_spokeConnectorModes?: SubscriptionResolver, "stagingoptimismgoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRootProposed?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_aggregateRootProposeds?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_optimisticRootFinalized?: SubscriptionResolver, "stagingoptimismgoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli_optimisticRootFinalizeds?: SubscriptionResolver, "stagingoptimismgoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingoptimismgoerli__meta?: SubscriptionResolver, "stagingoptimismgoerli__meta", ParentType, ContextType, Partial>; - stagingarbitrumgoerli_asset?: SubscriptionResolver, "stagingarbitrumgoerli_asset", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_assets?: SubscriptionResolver, "stagingarbitrumgoerli_assets", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_assetStatus?: SubscriptionResolver, "stagingarbitrumgoerli_assetStatus", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_assetStatuses?: SubscriptionResolver, "stagingarbitrumgoerli_assetStatuses", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_assetBalance?: SubscriptionResolver, "stagingarbitrumgoerli_assetBalance", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_assetBalances?: SubscriptionResolver, "stagingarbitrumgoerli_assetBalances", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_router?: SubscriptionResolver, "stagingarbitrumgoerli_router", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_routers?: SubscriptionResolver, "stagingarbitrumgoerli_routers", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_routerDailyTVL?: SubscriptionResolver, "stagingarbitrumgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_routerDailyTVLs?: SubscriptionResolver, "stagingarbitrumgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_setting?: SubscriptionResolver, "stagingarbitrumgoerli_setting", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_settings?: SubscriptionResolver, "stagingarbitrumgoerli_settings", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_relayer?: SubscriptionResolver, "stagingarbitrumgoerli_relayer", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_relayers?: SubscriptionResolver, "stagingarbitrumgoerli_relayers", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_sequencer?: SubscriptionResolver, "stagingarbitrumgoerli_sequencer", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_sequencers?: SubscriptionResolver, "stagingarbitrumgoerli_sequencers", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_relayerFee?: SubscriptionResolver, "stagingarbitrumgoerli_relayerFee", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_relayerFees?: SubscriptionResolver, "stagingarbitrumgoerli_relayerFees", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_originTransfer?: SubscriptionResolver, "stagingarbitrumgoerli_originTransfer", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_originTransfers?: SubscriptionResolver, "stagingarbitrumgoerli_originTransfers", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_destinationTransfer?: SubscriptionResolver, "stagingarbitrumgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_destinationTransfers?: SubscriptionResolver, "stagingarbitrumgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_originMessage?: SubscriptionResolver, "stagingarbitrumgoerli_originMessage", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_originMessages?: SubscriptionResolver, "stagingarbitrumgoerli_originMessages", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_aggregateRoot?: SubscriptionResolver, "stagingarbitrumgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_aggregateRoots?: SubscriptionResolver, "stagingarbitrumgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_connectorMeta?: SubscriptionResolver, "stagingarbitrumgoerli_connectorMeta", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_connectorMetas?: SubscriptionResolver, "stagingarbitrumgoerli_connectorMetas", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_rootCount?: SubscriptionResolver, "stagingarbitrumgoerli_rootCount", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_rootCounts?: SubscriptionResolver, "stagingarbitrumgoerli_rootCounts", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_rootMessageSent?: SubscriptionResolver, "stagingarbitrumgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_rootMessageSents?: SubscriptionResolver, "stagingarbitrumgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_relayerFeesIncrease?: SubscriptionResolver, "stagingarbitrumgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_relayerFeesIncreases?: SubscriptionResolver, "stagingarbitrumgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_slippageUpdate?: SubscriptionResolver, "stagingarbitrumgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_slippageUpdates?: SubscriptionResolver, "stagingarbitrumgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_snapshotRoot?: SubscriptionResolver, "stagingarbitrumgoerli_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_snapshotRoots?: SubscriptionResolver, "stagingarbitrumgoerli_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_spokeConnectorMode?: SubscriptionResolver, "stagingarbitrumgoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_spokeConnectorModes?: SubscriptionResolver, "stagingarbitrumgoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_aggregateRootProposed?: SubscriptionResolver, "stagingarbitrumgoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_aggregateRootProposeds?: SubscriptionResolver, "stagingarbitrumgoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_optimisticRootFinalized?: SubscriptionResolver, "stagingarbitrumgoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli_optimisticRootFinalizeds?: SubscriptionResolver, "stagingarbitrumgoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingarbitrumgoerli__meta?: SubscriptionResolver, "stagingarbitrumgoerli__meta", ParentType, ContextType, Partial>; - stagingmumbai_asset?: SubscriptionResolver, "stagingmumbai_asset", ParentType, ContextType, RequireFields>; - stagingmumbai_assets?: SubscriptionResolver, "stagingmumbai_assets", ParentType, ContextType, RequireFields>; - stagingmumbai_assetStatus?: SubscriptionResolver, "stagingmumbai_assetStatus", ParentType, ContextType, RequireFields>; - stagingmumbai_assetStatuses?: SubscriptionResolver, "stagingmumbai_assetStatuses", ParentType, ContextType, RequireFields>; - stagingmumbai_assetBalance?: SubscriptionResolver, "stagingmumbai_assetBalance", ParentType, ContextType, RequireFields>; - stagingmumbai_assetBalances?: SubscriptionResolver, "stagingmumbai_assetBalances", ParentType, ContextType, RequireFields>; - stagingmumbai_router?: SubscriptionResolver, "stagingmumbai_router", ParentType, ContextType, RequireFields>; - stagingmumbai_routers?: SubscriptionResolver, "stagingmumbai_routers", ParentType, ContextType, RequireFields>; - stagingmumbai_routerDailyTVL?: SubscriptionResolver, "stagingmumbai_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingmumbai_routerDailyTVLs?: SubscriptionResolver, "stagingmumbai_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingmumbai_setting?: SubscriptionResolver, "stagingmumbai_setting", ParentType, ContextType, RequireFields>; - stagingmumbai_settings?: SubscriptionResolver, "stagingmumbai_settings", ParentType, ContextType, RequireFields>; - stagingmumbai_relayer?: SubscriptionResolver, "stagingmumbai_relayer", ParentType, ContextType, RequireFields>; - stagingmumbai_relayers?: SubscriptionResolver, "stagingmumbai_relayers", ParentType, ContextType, RequireFields>; - stagingmumbai_sequencer?: SubscriptionResolver, "stagingmumbai_sequencer", ParentType, ContextType, RequireFields>; - stagingmumbai_sequencers?: SubscriptionResolver, "stagingmumbai_sequencers", ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFee?: SubscriptionResolver, "stagingmumbai_relayerFee", ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFees?: SubscriptionResolver, "stagingmumbai_relayerFees", ParentType, ContextType, RequireFields>; - stagingmumbai_originTransfer?: SubscriptionResolver, "stagingmumbai_originTransfer", ParentType, ContextType, RequireFields>; - stagingmumbai_originTransfers?: SubscriptionResolver, "stagingmumbai_originTransfers", ParentType, ContextType, RequireFields>; - stagingmumbai_destinationTransfer?: SubscriptionResolver, "stagingmumbai_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingmumbai_destinationTransfers?: SubscriptionResolver, "stagingmumbai_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingmumbai_originMessage?: SubscriptionResolver, "stagingmumbai_originMessage", ParentType, ContextType, RequireFields>; - stagingmumbai_originMessages?: SubscriptionResolver, "stagingmumbai_originMessages", ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRoot?: SubscriptionResolver, "stagingmumbai_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRoots?: SubscriptionResolver, "stagingmumbai_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingmumbai_connectorMeta?: SubscriptionResolver, "stagingmumbai_connectorMeta", ParentType, ContextType, RequireFields>; - stagingmumbai_connectorMetas?: SubscriptionResolver, "stagingmumbai_connectorMetas", ParentType, ContextType, RequireFields>; - stagingmumbai_rootCount?: SubscriptionResolver, "stagingmumbai_rootCount", ParentType, ContextType, RequireFields>; - stagingmumbai_rootCounts?: SubscriptionResolver, "stagingmumbai_rootCounts", ParentType, ContextType, RequireFields>; - stagingmumbai_rootMessageSent?: SubscriptionResolver, "stagingmumbai_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingmumbai_rootMessageSents?: SubscriptionResolver, "stagingmumbai_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFeesIncrease?: SubscriptionResolver, "stagingmumbai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingmumbai_relayerFeesIncreases?: SubscriptionResolver, "stagingmumbai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingmumbai_slippageUpdate?: SubscriptionResolver, "stagingmumbai_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingmumbai_slippageUpdates?: SubscriptionResolver, "stagingmumbai_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingmumbai_snapshotRoot?: SubscriptionResolver, "stagingmumbai_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingmumbai_snapshotRoots?: SubscriptionResolver, "stagingmumbai_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingmumbai_spokeConnectorMode?: SubscriptionResolver, "stagingmumbai_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingmumbai_spokeConnectorModes?: SubscriptionResolver, "stagingmumbai_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRootProposed?: SubscriptionResolver, "stagingmumbai_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingmumbai_aggregateRootProposeds?: SubscriptionResolver, "stagingmumbai_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingmumbai_optimisticRootFinalized?: SubscriptionResolver, "stagingmumbai_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingmumbai_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmumbai_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingmumbai__meta?: SubscriptionResolver, "stagingmumbai__meta", ParentType, ContextType, Partial>; - arbitrumgoerli_asset?: SubscriptionResolver, "arbitrumgoerli_asset", ParentType, ContextType, RequireFields>; - arbitrumgoerli_assets?: SubscriptionResolver, "arbitrumgoerli_assets", ParentType, ContextType, RequireFields>; - arbitrumgoerli_assetStatus?: SubscriptionResolver, "arbitrumgoerli_assetStatus", ParentType, ContextType, RequireFields>; - arbitrumgoerli_assetStatuses?: SubscriptionResolver, "arbitrumgoerli_assetStatuses", ParentType, ContextType, RequireFields>; - arbitrumgoerli_assetBalance?: SubscriptionResolver, "arbitrumgoerli_assetBalance", ParentType, ContextType, RequireFields>; - arbitrumgoerli_assetBalances?: SubscriptionResolver, "arbitrumgoerli_assetBalances", ParentType, ContextType, RequireFields>; - arbitrumgoerli_router?: SubscriptionResolver, "arbitrumgoerli_router", ParentType, ContextType, RequireFields>; - arbitrumgoerli_routers?: SubscriptionResolver, "arbitrumgoerli_routers", ParentType, ContextType, RequireFields>; - arbitrumgoerli_routerDailyTVL?: SubscriptionResolver, "arbitrumgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; - arbitrumgoerli_routerDailyTVLs?: SubscriptionResolver, "arbitrumgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; - arbitrumgoerli_routerLiquidityEvent?: SubscriptionResolver, "arbitrumgoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumgoerli_routerLiquidityEvents?: SubscriptionResolver, "arbitrumgoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumgoerli_setting?: SubscriptionResolver, "arbitrumgoerli_setting", ParentType, ContextType, RequireFields>; - arbitrumgoerli_settings?: SubscriptionResolver, "arbitrumgoerli_settings", ParentType, ContextType, RequireFields>; - arbitrumgoerli_relayer?: SubscriptionResolver, "arbitrumgoerli_relayer", ParentType, ContextType, RequireFields>; - arbitrumgoerli_relayers?: SubscriptionResolver, "arbitrumgoerli_relayers", ParentType, ContextType, RequireFields>; - arbitrumgoerli_sequencer?: SubscriptionResolver, "arbitrumgoerli_sequencer", ParentType, ContextType, RequireFields>; - arbitrumgoerli_sequencers?: SubscriptionResolver, "arbitrumgoerli_sequencers", ParentType, ContextType, RequireFields>; - arbitrumgoerli_relayerFee?: SubscriptionResolver, "arbitrumgoerli_relayerFee", ParentType, ContextType, RequireFields>; - arbitrumgoerli_relayerFees?: SubscriptionResolver, "arbitrumgoerli_relayerFees", ParentType, ContextType, RequireFields>; - arbitrumgoerli_originTransfer?: SubscriptionResolver, "arbitrumgoerli_originTransfer", ParentType, ContextType, RequireFields>; - arbitrumgoerli_originTransfers?: SubscriptionResolver, "arbitrumgoerli_originTransfers", ParentType, ContextType, RequireFields>; - arbitrumgoerli_destinationTransfer?: SubscriptionResolver, "arbitrumgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; - arbitrumgoerli_destinationTransfers?: SubscriptionResolver, "arbitrumgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; - arbitrumgoerli_originMessage?: SubscriptionResolver, "arbitrumgoerli_originMessage", ParentType, ContextType, RequireFields>; - arbitrumgoerli_originMessages?: SubscriptionResolver, "arbitrumgoerli_originMessages", ParentType, ContextType, RequireFields>; - arbitrumgoerli_aggregateRoot?: SubscriptionResolver, "arbitrumgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; - arbitrumgoerli_aggregateRoots?: SubscriptionResolver, "arbitrumgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; - arbitrumgoerli_connectorMeta?: SubscriptionResolver, "arbitrumgoerli_connectorMeta", ParentType, ContextType, RequireFields>; - arbitrumgoerli_connectorMetas?: SubscriptionResolver, "arbitrumgoerli_connectorMetas", ParentType, ContextType, RequireFields>; - arbitrumgoerli_rootCount?: SubscriptionResolver, "arbitrumgoerli_rootCount", ParentType, ContextType, RequireFields>; - arbitrumgoerli_rootCounts?: SubscriptionResolver, "arbitrumgoerli_rootCounts", ParentType, ContextType, RequireFields>; - arbitrumgoerli_rootMessageSent?: SubscriptionResolver, "arbitrumgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; - arbitrumgoerli_rootMessageSents?: SubscriptionResolver, "arbitrumgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; - arbitrumgoerli_relayerFeesIncrease?: SubscriptionResolver, "arbitrumgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - arbitrumgoerli_relayerFeesIncreases?: SubscriptionResolver, "arbitrumgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - arbitrumgoerli_slippageUpdate?: SubscriptionResolver, "arbitrumgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; - arbitrumgoerli_slippageUpdates?: SubscriptionResolver, "arbitrumgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; - arbitrumgoerli__meta?: SubscriptionResolver, "arbitrumgoerli__meta", ParentType, ContextType, Partial>; - mumbai_asset?: SubscriptionResolver, "mumbai_asset", ParentType, ContextType, RequireFields>; - mumbai_assets?: SubscriptionResolver, "mumbai_assets", ParentType, ContextType, RequireFields>; - mumbai_assetStatus?: SubscriptionResolver, "mumbai_assetStatus", ParentType, ContextType, RequireFields>; - mumbai_assetStatuses?: SubscriptionResolver, "mumbai_assetStatuses", ParentType, ContextType, RequireFields>; - mumbai_assetBalance?: SubscriptionResolver, "mumbai_assetBalance", ParentType, ContextType, RequireFields>; - mumbai_assetBalances?: SubscriptionResolver, "mumbai_assetBalances", ParentType, ContextType, RequireFields>; - mumbai_router?: SubscriptionResolver, "mumbai_router", ParentType, ContextType, RequireFields>; - mumbai_routers?: SubscriptionResolver, "mumbai_routers", ParentType, ContextType, RequireFields>; - mumbai_routerDailyTVL?: SubscriptionResolver, "mumbai_routerDailyTVL", ParentType, ContextType, RequireFields>; - mumbai_routerDailyTVLs?: SubscriptionResolver, "mumbai_routerDailyTVLs", ParentType, ContextType, RequireFields>; - mumbai_routerLiquidityEvent?: SubscriptionResolver, "mumbai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - mumbai_routerLiquidityEvents?: SubscriptionResolver, "mumbai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - mumbai_setting?: SubscriptionResolver, "mumbai_setting", ParentType, ContextType, RequireFields>; - mumbai_settings?: SubscriptionResolver, "mumbai_settings", ParentType, ContextType, RequireFields>; - mumbai_relayer?: SubscriptionResolver, "mumbai_relayer", ParentType, ContextType, RequireFields>; - mumbai_relayers?: SubscriptionResolver, "mumbai_relayers", ParentType, ContextType, RequireFields>; - mumbai_sequencer?: SubscriptionResolver, "mumbai_sequencer", ParentType, ContextType, RequireFields>; - mumbai_sequencers?: SubscriptionResolver, "mumbai_sequencers", ParentType, ContextType, RequireFields>; - mumbai_relayerFee?: SubscriptionResolver, "mumbai_relayerFee", ParentType, ContextType, RequireFields>; - mumbai_relayerFees?: SubscriptionResolver, "mumbai_relayerFees", ParentType, ContextType, RequireFields>; - mumbai_originTransfer?: SubscriptionResolver, "mumbai_originTransfer", ParentType, ContextType, RequireFields>; - mumbai_originTransfers?: SubscriptionResolver, "mumbai_originTransfers", ParentType, ContextType, RequireFields>; - mumbai_destinationTransfer?: SubscriptionResolver, "mumbai_destinationTransfer", ParentType, ContextType, RequireFields>; - mumbai_destinationTransfers?: SubscriptionResolver, "mumbai_destinationTransfers", ParentType, ContextType, RequireFields>; - mumbai_originMessage?: SubscriptionResolver, "mumbai_originMessage", ParentType, ContextType, RequireFields>; - mumbai_originMessages?: SubscriptionResolver, "mumbai_originMessages", ParentType, ContextType, RequireFields>; - mumbai_aggregateRoot?: SubscriptionResolver, "mumbai_aggregateRoot", ParentType, ContextType, RequireFields>; - mumbai_aggregateRoots?: SubscriptionResolver, "mumbai_aggregateRoots", ParentType, ContextType, RequireFields>; - mumbai_connectorMeta?: SubscriptionResolver, "mumbai_connectorMeta", ParentType, ContextType, RequireFields>; - mumbai_connectorMetas?: SubscriptionResolver, "mumbai_connectorMetas", ParentType, ContextType, RequireFields>; - mumbai_rootCount?: SubscriptionResolver, "mumbai_rootCount", ParentType, ContextType, RequireFields>; - mumbai_rootCounts?: SubscriptionResolver, "mumbai_rootCounts", ParentType, ContextType, RequireFields>; - mumbai_rootMessageSent?: SubscriptionResolver, "mumbai_rootMessageSent", ParentType, ContextType, RequireFields>; - mumbai_rootMessageSents?: SubscriptionResolver, "mumbai_rootMessageSents", ParentType, ContextType, RequireFields>; - mumbai_relayerFeesIncrease?: SubscriptionResolver, "mumbai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - mumbai_relayerFeesIncreases?: SubscriptionResolver, "mumbai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - mumbai_slippageUpdate?: SubscriptionResolver, "mumbai_slippageUpdate", ParentType, ContextType, RequireFields>; - mumbai_slippageUpdates?: SubscriptionResolver, "mumbai_slippageUpdates", ParentType, ContextType, RequireFields>; - mumbai__meta?: SubscriptionResolver, "mumbai__meta", ParentType, ContextType, Partial>; - xdai_asset?: SubscriptionResolver, "xdai_asset", ParentType, ContextType, RequireFields>; - xdai_assets?: SubscriptionResolver, "xdai_assets", ParentType, ContextType, RequireFields>; - xdai_assetStatus?: SubscriptionResolver, "xdai_assetStatus", ParentType, ContextType, RequireFields>; - xdai_assetStatuses?: SubscriptionResolver, "xdai_assetStatuses", ParentType, ContextType, RequireFields>; - xdai_assetBalance?: SubscriptionResolver, "xdai_assetBalance", ParentType, ContextType, RequireFields>; - xdai_assetBalances?: SubscriptionResolver, "xdai_assetBalances", ParentType, ContextType, RequireFields>; - xdai_router?: SubscriptionResolver, "xdai_router", ParentType, ContextType, RequireFields>; - xdai_routers?: SubscriptionResolver, "xdai_routers", ParentType, ContextType, RequireFields>; - xdai_routerDailyTVL?: SubscriptionResolver, "xdai_routerDailyTVL", ParentType, ContextType, RequireFields>; - xdai_routerDailyTVLs?: SubscriptionResolver, "xdai_routerDailyTVLs", ParentType, ContextType, RequireFields>; - xdai_routerLiquidityEvent?: SubscriptionResolver, "xdai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_routerLiquidityEvents?: SubscriptionResolver, "xdai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_setting?: SubscriptionResolver, "xdai_setting", ParentType, ContextType, RequireFields>; - xdai_settings?: SubscriptionResolver, "xdai_settings", ParentType, ContextType, RequireFields>; - xdai_relayer?: SubscriptionResolver, "xdai_relayer", ParentType, ContextType, RequireFields>; - xdai_relayers?: SubscriptionResolver, "xdai_relayers", ParentType, ContextType, RequireFields>; - xdai_sequencer?: SubscriptionResolver, "xdai_sequencer", ParentType, ContextType, RequireFields>; - xdai_sequencers?: SubscriptionResolver, "xdai_sequencers", ParentType, ContextType, RequireFields>; - xdai_relayerFee?: SubscriptionResolver, "xdai_relayerFee", ParentType, ContextType, RequireFields>; - xdai_relayerFees?: SubscriptionResolver, "xdai_relayerFees", ParentType, ContextType, RequireFields>; - xdai_originTransfer?: SubscriptionResolver, "xdai_originTransfer", ParentType, ContextType, RequireFields>; - xdai_originTransfers?: SubscriptionResolver, "xdai_originTransfers", ParentType, ContextType, RequireFields>; - xdai_destinationTransfer?: SubscriptionResolver, "xdai_destinationTransfer", ParentType, ContextType, RequireFields>; - xdai_destinationTransfers?: SubscriptionResolver, "xdai_destinationTransfers", ParentType, ContextType, RequireFields>; - xdai_originMessage?: SubscriptionResolver, "xdai_originMessage", ParentType, ContextType, RequireFields>; - xdai_originMessages?: SubscriptionResolver, "xdai_originMessages", ParentType, ContextType, RequireFields>; - xdai_aggregateRoot?: SubscriptionResolver, "xdai_aggregateRoot", ParentType, ContextType, RequireFields>; - xdai_aggregateRoots?: SubscriptionResolver, "xdai_aggregateRoots", ParentType, ContextType, RequireFields>; - xdai_connectorMeta?: SubscriptionResolver, "xdai_connectorMeta", ParentType, ContextType, RequireFields>; - xdai_connectorMetas?: SubscriptionResolver, "xdai_connectorMetas", ParentType, ContextType, RequireFields>; - xdai_rootCount?: SubscriptionResolver, "xdai_rootCount", ParentType, ContextType, RequireFields>; - xdai_rootCounts?: SubscriptionResolver, "xdai_rootCounts", ParentType, ContextType, RequireFields>; - xdai_rootMessageSent?: SubscriptionResolver, "xdai_rootMessageSent", ParentType, ContextType, RequireFields>; - xdai_rootMessageSents?: SubscriptionResolver, "xdai_rootMessageSents", ParentType, ContextType, RequireFields>; - xdai_relayerFeesIncrease?: SubscriptionResolver, "xdai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - xdai_relayerFeesIncreases?: SubscriptionResolver, "xdai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - xdai_slippageUpdate?: SubscriptionResolver, "xdai_slippageUpdate", ParentType, ContextType, RequireFields>; - xdai_slippageUpdates?: SubscriptionResolver, "xdai_slippageUpdates", ParentType, ContextType, RequireFields>; - xdai__meta?: SubscriptionResolver, "xdai__meta", ParentType, ContextType, Partial>; - localarbitrumone_asset?: SubscriptionResolver, "localarbitrumone_asset", ParentType, ContextType, RequireFields>; - localarbitrumone_assets?: SubscriptionResolver, "localarbitrumone_assets", ParentType, ContextType, RequireFields>; - localarbitrumone_assetStatus?: SubscriptionResolver, "localarbitrumone_assetStatus", ParentType, ContextType, RequireFields>; - localarbitrumone_assetStatuses?: SubscriptionResolver, "localarbitrumone_assetStatuses", ParentType, ContextType, RequireFields>; - localarbitrumone_assetBalance?: SubscriptionResolver, "localarbitrumone_assetBalance", ParentType, ContextType, RequireFields>; - localarbitrumone_assetBalances?: SubscriptionResolver, "localarbitrumone_assetBalances", ParentType, ContextType, RequireFields>; - localarbitrumone_router?: SubscriptionResolver, "localarbitrumone_router", ParentType, ContextType, RequireFields>; - localarbitrumone_routers?: SubscriptionResolver, "localarbitrumone_routers", ParentType, ContextType, RequireFields>; - localarbitrumone_routerDailyTVL?: SubscriptionResolver, "localarbitrumone_routerDailyTVL", ParentType, ContextType, RequireFields>; - localarbitrumone_routerDailyTVLs?: SubscriptionResolver, "localarbitrumone_routerDailyTVLs", ParentType, ContextType, RequireFields>; - localarbitrumone_setting?: SubscriptionResolver, "localarbitrumone_setting", ParentType, ContextType, RequireFields>; - localarbitrumone_settings?: SubscriptionResolver, "localarbitrumone_settings", ParentType, ContextType, RequireFields>; - localarbitrumone_relayer?: SubscriptionResolver, "localarbitrumone_relayer", ParentType, ContextType, RequireFields>; - localarbitrumone_relayers?: SubscriptionResolver, "localarbitrumone_relayers", ParentType, ContextType, RequireFields>; - localarbitrumone_sequencer?: SubscriptionResolver, "localarbitrumone_sequencer", ParentType, ContextType, RequireFields>; - localarbitrumone_sequencers?: SubscriptionResolver, "localarbitrumone_sequencers", ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFee?: SubscriptionResolver, "localarbitrumone_relayerFee", ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFees?: SubscriptionResolver, "localarbitrumone_relayerFees", ParentType, ContextType, RequireFields>; - localarbitrumone_originTransfer?: SubscriptionResolver, "localarbitrumone_originTransfer", ParentType, ContextType, RequireFields>; - localarbitrumone_originTransfers?: SubscriptionResolver, "localarbitrumone_originTransfers", ParentType, ContextType, RequireFields>; - localarbitrumone_destinationTransfer?: SubscriptionResolver, "localarbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; - localarbitrumone_destinationTransfers?: SubscriptionResolver, "localarbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; - localarbitrumone_originMessage?: SubscriptionResolver, "localarbitrumone_originMessage", ParentType, ContextType, RequireFields>; - localarbitrumone_originMessages?: SubscriptionResolver, "localarbitrumone_originMessages", ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRoot?: SubscriptionResolver, "localarbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRoots?: SubscriptionResolver, "localarbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; - localarbitrumone_connectorMeta?: SubscriptionResolver, "localarbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; - localarbitrumone_connectorMetas?: SubscriptionResolver, "localarbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; - localarbitrumone_rootCount?: SubscriptionResolver, "localarbitrumone_rootCount", ParentType, ContextType, RequireFields>; - localarbitrumone_rootCounts?: SubscriptionResolver, "localarbitrumone_rootCounts", ParentType, ContextType, RequireFields>; - localarbitrumone_rootMessageSent?: SubscriptionResolver, "localarbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; - localarbitrumone_rootMessageSents?: SubscriptionResolver, "localarbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFeesIncrease?: SubscriptionResolver, "localarbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - localarbitrumone_relayerFeesIncreases?: SubscriptionResolver, "localarbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - localarbitrumone_slippageUpdate?: SubscriptionResolver, "localarbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; - localarbitrumone_slippageUpdates?: SubscriptionResolver, "localarbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; - localarbitrumone_snapshotRoot?: SubscriptionResolver, "localarbitrumone_snapshotRoot", ParentType, ContextType, RequireFields>; - localarbitrumone_snapshotRoots?: SubscriptionResolver, "localarbitrumone_snapshotRoots", ParentType, ContextType, RequireFields>; - localarbitrumone_spokeConnectorMode?: SubscriptionResolver, "localarbitrumone_spokeConnectorMode", ParentType, ContextType, RequireFields>; - localarbitrumone_spokeConnectorModes?: SubscriptionResolver, "localarbitrumone_spokeConnectorModes", ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRootProposed?: SubscriptionResolver, "localarbitrumone_aggregateRootProposed", ParentType, ContextType, RequireFields>; - localarbitrumone_aggregateRootProposeds?: SubscriptionResolver, "localarbitrumone_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - localarbitrumone_optimisticRootFinalized?: SubscriptionResolver, "localarbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - localarbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "localarbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - localarbitrumone__meta?: SubscriptionResolver, "localarbitrumone__meta", ParentType, ContextType, Partial>; - bnb_asset?: SubscriptionResolver, "bnb_asset", ParentType, ContextType, RequireFields>; - bnb_assets?: SubscriptionResolver, "bnb_assets", ParentType, ContextType, RequireFields>; - bnb_assetStatus?: SubscriptionResolver, "bnb_assetStatus", ParentType, ContextType, RequireFields>; - bnb_assetStatuses?: SubscriptionResolver, "bnb_assetStatuses", ParentType, ContextType, RequireFields>; - bnb_assetBalance?: SubscriptionResolver, "bnb_assetBalance", ParentType, ContextType, RequireFields>; - bnb_assetBalances?: SubscriptionResolver, "bnb_assetBalances", ParentType, ContextType, RequireFields>; - bnb_router?: SubscriptionResolver, "bnb_router", ParentType, ContextType, RequireFields>; - bnb_routers?: SubscriptionResolver, "bnb_routers", ParentType, ContextType, RequireFields>; - bnb_routerDailyTVL?: SubscriptionResolver, "bnb_routerDailyTVL", ParentType, ContextType, RequireFields>; - bnb_routerDailyTVLs?: SubscriptionResolver, "bnb_routerDailyTVLs", ParentType, ContextType, RequireFields>; - bnb_routerLiquidityEvent?: SubscriptionResolver, "bnb_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - bnb_routerLiquidityEvents?: SubscriptionResolver, "bnb_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - bnb_setting?: SubscriptionResolver, "bnb_setting", ParentType, ContextType, RequireFields>; - bnb_settings?: SubscriptionResolver, "bnb_settings", ParentType, ContextType, RequireFields>; - bnb_relayer?: SubscriptionResolver, "bnb_relayer", ParentType, ContextType, RequireFields>; - bnb_relayers?: SubscriptionResolver, "bnb_relayers", ParentType, ContextType, RequireFields>; - bnb_sequencer?: SubscriptionResolver, "bnb_sequencer", ParentType, ContextType, RequireFields>; - bnb_sequencers?: SubscriptionResolver, "bnb_sequencers", ParentType, ContextType, RequireFields>; - bnb_relayerFee?: SubscriptionResolver, "bnb_relayerFee", ParentType, ContextType, RequireFields>; - bnb_relayerFees?: SubscriptionResolver, "bnb_relayerFees", ParentType, ContextType, RequireFields>; - bnb_originTransfer?: SubscriptionResolver, "bnb_originTransfer", ParentType, ContextType, RequireFields>; - bnb_originTransfers?: SubscriptionResolver, "bnb_originTransfers", ParentType, ContextType, RequireFields>; - bnb_destinationTransfer?: SubscriptionResolver, "bnb_destinationTransfer", ParentType, ContextType, RequireFields>; - bnb_destinationTransfers?: SubscriptionResolver, "bnb_destinationTransfers", ParentType, ContextType, RequireFields>; - bnb_originMessage?: SubscriptionResolver, "bnb_originMessage", ParentType, ContextType, RequireFields>; - bnb_originMessages?: SubscriptionResolver, "bnb_originMessages", ParentType, ContextType, RequireFields>; - bnb_aggregateRoot?: SubscriptionResolver, "bnb_aggregateRoot", ParentType, ContextType, RequireFields>; - bnb_aggregateRoots?: SubscriptionResolver, "bnb_aggregateRoots", ParentType, ContextType, RequireFields>; - bnb_connectorMeta?: SubscriptionResolver, "bnb_connectorMeta", ParentType, ContextType, RequireFields>; - bnb_connectorMetas?: SubscriptionResolver, "bnb_connectorMetas", ParentType, ContextType, RequireFields>; - bnb_rootCount?: SubscriptionResolver, "bnb_rootCount", ParentType, ContextType, RequireFields>; - bnb_rootCounts?: SubscriptionResolver, "bnb_rootCounts", ParentType, ContextType, RequireFields>; - bnb_rootMessageSent?: SubscriptionResolver, "bnb_rootMessageSent", ParentType, ContextType, RequireFields>; - bnb_rootMessageSents?: SubscriptionResolver, "bnb_rootMessageSents", ParentType, ContextType, RequireFields>; - bnb_relayerFeesIncrease?: SubscriptionResolver, "bnb_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - bnb_relayerFeesIncreases?: SubscriptionResolver, "bnb_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - bnb_slippageUpdate?: SubscriptionResolver, "bnb_slippageUpdate", ParentType, ContextType, RequireFields>; - bnb_slippageUpdates?: SubscriptionResolver, "bnb_slippageUpdates", ParentType, ContextType, RequireFields>; - bnb__meta?: SubscriptionResolver, "bnb__meta", ParentType, ContextType, Partial>; - linea_asset?: SubscriptionResolver, "linea_asset", ParentType, ContextType, RequireFields>; - linea_assets?: SubscriptionResolver, "linea_assets", ParentType, ContextType, RequireFields>; - linea_assetStatus?: SubscriptionResolver, "linea_assetStatus", ParentType, ContextType, RequireFields>; - linea_assetStatuses?: SubscriptionResolver, "linea_assetStatuses", ParentType, ContextType, RequireFields>; - linea_assetBalance?: SubscriptionResolver, "linea_assetBalance", ParentType, ContextType, RequireFields>; - linea_assetBalances?: SubscriptionResolver, "linea_assetBalances", ParentType, ContextType, RequireFields>; - linea_router?: SubscriptionResolver, "linea_router", ParentType, ContextType, RequireFields>; - linea_routers?: SubscriptionResolver, "linea_routers", ParentType, ContextType, RequireFields>; - linea_routerDailyTVL?: SubscriptionResolver, "linea_routerDailyTVL", ParentType, ContextType, RequireFields>; - linea_routerDailyTVLs?: SubscriptionResolver, "linea_routerDailyTVLs", ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvent?: SubscriptionResolver, "linea_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvents?: SubscriptionResolver, "linea_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - linea_setting?: SubscriptionResolver, "linea_setting", ParentType, ContextType, RequireFields>; - linea_settings?: SubscriptionResolver, "linea_settings", ParentType, ContextType, RequireFields>; - linea_relayer?: SubscriptionResolver, "linea_relayer", ParentType, ContextType, RequireFields>; - linea_relayers?: SubscriptionResolver, "linea_relayers", ParentType, ContextType, RequireFields>; - linea_sequencer?: SubscriptionResolver, "linea_sequencer", ParentType, ContextType, RequireFields>; - linea_sequencers?: SubscriptionResolver, "linea_sequencers", ParentType, ContextType, RequireFields>; - linea_relayerFee?: SubscriptionResolver, "linea_relayerFee", ParentType, ContextType, RequireFields>; - linea_relayerFees?: SubscriptionResolver, "linea_relayerFees", ParentType, ContextType, RequireFields>; - linea_originTransfer?: SubscriptionResolver, "linea_originTransfer", ParentType, ContextType, RequireFields>; - linea_originTransfers?: SubscriptionResolver, "linea_originTransfers", ParentType, ContextType, RequireFields>; - linea_destinationTransfer?: SubscriptionResolver, "linea_destinationTransfer", ParentType, ContextType, RequireFields>; - linea_destinationTransfers?: SubscriptionResolver, "linea_destinationTransfers", ParentType, ContextType, RequireFields>; - linea_originMessage?: SubscriptionResolver, "linea_originMessage", ParentType, ContextType, RequireFields>; - linea_originMessages?: SubscriptionResolver, "linea_originMessages", ParentType, ContextType, RequireFields>; - linea_aggregateRoot?: SubscriptionResolver, "linea_aggregateRoot", ParentType, ContextType, RequireFields>; - linea_aggregateRoots?: SubscriptionResolver, "linea_aggregateRoots", ParentType, ContextType, RequireFields>; - linea_connectorMeta?: SubscriptionResolver, "linea_connectorMeta", ParentType, ContextType, RequireFields>; - linea_connectorMetas?: SubscriptionResolver, "linea_connectorMetas", ParentType, ContextType, RequireFields>; - linea_rootCount?: SubscriptionResolver, "linea_rootCount", ParentType, ContextType, RequireFields>; - linea_rootCounts?: SubscriptionResolver, "linea_rootCounts", ParentType, ContextType, RequireFields>; - linea_rootMessageSent?: SubscriptionResolver, "linea_rootMessageSent", ParentType, ContextType, RequireFields>; - linea_rootMessageSents?: SubscriptionResolver, "linea_rootMessageSents", ParentType, ContextType, RequireFields>; - linea_relayerFeesIncrease?: SubscriptionResolver, "linea_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - linea_relayerFeesIncreases?: SubscriptionResolver, "linea_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - linea_slippageUpdate?: SubscriptionResolver, "linea_slippageUpdate", ParentType, ContextType, RequireFields>; - linea_slippageUpdates?: SubscriptionResolver, "linea_slippageUpdates", ParentType, ContextType, RequireFields>; - linea__meta?: SubscriptionResolver, "linea__meta", ParentType, ContextType, Partial>; - localmainnet_asset?: SubscriptionResolver, "localmainnet_asset", ParentType, ContextType, RequireFields>; - localmainnet_assets?: SubscriptionResolver, "localmainnet_assets", ParentType, ContextType, RequireFields>; - localmainnet_assetStatus?: SubscriptionResolver, "localmainnet_assetStatus", ParentType, ContextType, RequireFields>; - localmainnet_assetStatuses?: SubscriptionResolver, "localmainnet_assetStatuses", ParentType, ContextType, RequireFields>; - localmainnet_assetBalance?: SubscriptionResolver, "localmainnet_assetBalance", ParentType, ContextType, RequireFields>; - localmainnet_assetBalances?: SubscriptionResolver, "localmainnet_assetBalances", ParentType, ContextType, RequireFields>; - localmainnet_router?: SubscriptionResolver, "localmainnet_router", ParentType, ContextType, RequireFields>; - localmainnet_routers?: SubscriptionResolver, "localmainnet_routers", ParentType, ContextType, RequireFields>; - localmainnet_routerDailyTVL?: SubscriptionResolver, "localmainnet_routerDailyTVL", ParentType, ContextType, RequireFields>; - localmainnet_routerDailyTVLs?: SubscriptionResolver, "localmainnet_routerDailyTVLs", ParentType, ContextType, RequireFields>; - localmainnet_setting?: SubscriptionResolver, "localmainnet_setting", ParentType, ContextType, RequireFields>; - localmainnet_settings?: SubscriptionResolver, "localmainnet_settings", ParentType, ContextType, RequireFields>; - localmainnet_relayer?: SubscriptionResolver, "localmainnet_relayer", ParentType, ContextType, RequireFields>; - localmainnet_relayers?: SubscriptionResolver, "localmainnet_relayers", ParentType, ContextType, RequireFields>; - localmainnet_sequencer?: SubscriptionResolver, "localmainnet_sequencer", ParentType, ContextType, RequireFields>; - localmainnet_sequencers?: SubscriptionResolver, "localmainnet_sequencers", ParentType, ContextType, RequireFields>; - localmainnet_relayerFee?: SubscriptionResolver, "localmainnet_relayerFee", ParentType, ContextType, RequireFields>; - localmainnet_relayerFees?: SubscriptionResolver, "localmainnet_relayerFees", ParentType, ContextType, RequireFields>; - localmainnet_originTransfer?: SubscriptionResolver, "localmainnet_originTransfer", ParentType, ContextType, RequireFields>; - localmainnet_originTransfers?: SubscriptionResolver, "localmainnet_originTransfers", ParentType, ContextType, RequireFields>; - localmainnet_destinationTransfer?: SubscriptionResolver, "localmainnet_destinationTransfer", ParentType, ContextType, RequireFields>; - localmainnet_destinationTransfers?: SubscriptionResolver, "localmainnet_destinationTransfers", ParentType, ContextType, RequireFields>; - localmainnet_originMessage?: SubscriptionResolver, "localmainnet_originMessage", ParentType, ContextType, RequireFields>; - localmainnet_originMessages?: SubscriptionResolver, "localmainnet_originMessages", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRoot?: SubscriptionResolver, "localmainnet_aggregateRoot", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRoots?: SubscriptionResolver, "localmainnet_aggregateRoots", ParentType, ContextType, RequireFields>; - localmainnet_connectorMeta?: SubscriptionResolver, "localmainnet_connectorMeta", ParentType, ContextType, RequireFields>; - localmainnet_connectorMetas?: SubscriptionResolver, "localmainnet_connectorMetas", ParentType, ContextType, RequireFields>; - localmainnet_rootCount?: SubscriptionResolver, "localmainnet_rootCount", ParentType, ContextType, RequireFields>; - localmainnet_rootCounts?: SubscriptionResolver, "localmainnet_rootCounts", ParentType, ContextType, RequireFields>; - localmainnet_rootMessageSent?: SubscriptionResolver, "localmainnet_rootMessageSent", ParentType, ContextType, RequireFields>; - localmainnet_rootMessageSents?: SubscriptionResolver, "localmainnet_rootMessageSents", ParentType, ContextType, RequireFields>; - localmainnet_relayerFeesIncrease?: SubscriptionResolver, "localmainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - localmainnet_relayerFeesIncreases?: SubscriptionResolver, "localmainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - localmainnet_slippageUpdate?: SubscriptionResolver, "localmainnet_slippageUpdate", ParentType, ContextType, RequireFields>; - localmainnet_slippageUpdates?: SubscriptionResolver, "localmainnet_slippageUpdates", ParentType, ContextType, RequireFields>; - localmainnet_snapshotRoot?: SubscriptionResolver, "localmainnet_snapshotRoot", ParentType, ContextType, RequireFields>; - localmainnet_snapshotRoots?: SubscriptionResolver, "localmainnet_snapshotRoots", ParentType, ContextType, RequireFields>; - localmainnet_spokeConnectorMode?: SubscriptionResolver, "localmainnet_spokeConnectorMode", ParentType, ContextType, RequireFields>; - localmainnet_spokeConnectorModes?: SubscriptionResolver, "localmainnet_spokeConnectorModes", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootProposed?: SubscriptionResolver, "localmainnet_aggregateRootProposed", ParentType, ContextType, RequireFields>; - localmainnet_aggregateRootProposeds?: SubscriptionResolver, "localmainnet_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootFinalized?: SubscriptionResolver, "localmainnet_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - localmainnet_optimisticRootFinalizeds?: SubscriptionResolver, "localmainnet_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - localoptimism_asset?: SubscriptionResolver, "localoptimism_asset", ParentType, ContextType, RequireFields>; - localoptimism_assets?: SubscriptionResolver, "localoptimism_assets", ParentType, ContextType, RequireFields>; - localoptimism_assetStatus?: SubscriptionResolver, "localoptimism_assetStatus", ParentType, ContextType, RequireFields>; - localoptimism_assetStatuses?: SubscriptionResolver, "localoptimism_assetStatuses", ParentType, ContextType, RequireFields>; - localoptimism_assetBalance?: SubscriptionResolver, "localoptimism_assetBalance", ParentType, ContextType, RequireFields>; - localoptimism_assetBalances?: SubscriptionResolver, "localoptimism_assetBalances", ParentType, ContextType, RequireFields>; - localoptimism_router?: SubscriptionResolver, "localoptimism_router", ParentType, ContextType, RequireFields>; - localoptimism_routers?: SubscriptionResolver, "localoptimism_routers", ParentType, ContextType, RequireFields>; - localoptimism_routerDailyTVL?: SubscriptionResolver, "localoptimism_routerDailyTVL", ParentType, ContextType, RequireFields>; - localoptimism_routerDailyTVLs?: SubscriptionResolver, "localoptimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; - localoptimism_setting?: SubscriptionResolver, "localoptimism_setting", ParentType, ContextType, RequireFields>; - localoptimism_settings?: SubscriptionResolver, "localoptimism_settings", ParentType, ContextType, RequireFields>; - localoptimism_relayer?: SubscriptionResolver, "localoptimism_relayer", ParentType, ContextType, RequireFields>; - localoptimism_relayers?: SubscriptionResolver, "localoptimism_relayers", ParentType, ContextType, RequireFields>; - localoptimism_sequencer?: SubscriptionResolver, "localoptimism_sequencer", ParentType, ContextType, RequireFields>; - localoptimism_sequencers?: SubscriptionResolver, "localoptimism_sequencers", ParentType, ContextType, RequireFields>; - localoptimism_relayerFee?: SubscriptionResolver, "localoptimism_relayerFee", ParentType, ContextType, RequireFields>; - localoptimism_relayerFees?: SubscriptionResolver, "localoptimism_relayerFees", ParentType, ContextType, RequireFields>; - localoptimism_originTransfer?: SubscriptionResolver, "localoptimism_originTransfer", ParentType, ContextType, RequireFields>; - localoptimism_originTransfers?: SubscriptionResolver, "localoptimism_originTransfers", ParentType, ContextType, RequireFields>; - localoptimism_destinationTransfer?: SubscriptionResolver, "localoptimism_destinationTransfer", ParentType, ContextType, RequireFields>; - localoptimism_destinationTransfers?: SubscriptionResolver, "localoptimism_destinationTransfers", ParentType, ContextType, RequireFields>; - localoptimism_originMessage?: SubscriptionResolver, "localoptimism_originMessage", ParentType, ContextType, RequireFields>; - localoptimism_originMessages?: SubscriptionResolver, "localoptimism_originMessages", ParentType, ContextType, RequireFields>; - localoptimism_aggregateRoot?: SubscriptionResolver, "localoptimism_aggregateRoot", ParentType, ContextType, RequireFields>; - localoptimism_aggregateRoots?: SubscriptionResolver, "localoptimism_aggregateRoots", ParentType, ContextType, RequireFields>; - localoptimism_connectorMeta?: SubscriptionResolver, "localoptimism_connectorMeta", ParentType, ContextType, RequireFields>; - localoptimism_connectorMetas?: SubscriptionResolver, "localoptimism_connectorMetas", ParentType, ContextType, RequireFields>; - localoptimism_rootCount?: SubscriptionResolver, "localoptimism_rootCount", ParentType, ContextType, RequireFields>; - localoptimism_rootCounts?: SubscriptionResolver, "localoptimism_rootCounts", ParentType, ContextType, RequireFields>; - localoptimism_rootMessageSent?: SubscriptionResolver, "localoptimism_rootMessageSent", ParentType, ContextType, RequireFields>; - localoptimism_rootMessageSents?: SubscriptionResolver, "localoptimism_rootMessageSents", ParentType, ContextType, RequireFields>; - localoptimism_relayerFeesIncrease?: SubscriptionResolver, "localoptimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - localoptimism_relayerFeesIncreases?: SubscriptionResolver, "localoptimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - localoptimism_slippageUpdate?: SubscriptionResolver, "localoptimism_slippageUpdate", ParentType, ContextType, RequireFields>; - localoptimism_slippageUpdates?: SubscriptionResolver, "localoptimism_slippageUpdates", ParentType, ContextType, RequireFields>; - localoptimism_snapshotRoot?: SubscriptionResolver, "localoptimism_snapshotRoot", ParentType, ContextType, RequireFields>; - localoptimism_snapshotRoots?: SubscriptionResolver, "localoptimism_snapshotRoots", ParentType, ContextType, RequireFields>; - localoptimism_spokeConnectorMode?: SubscriptionResolver, "localoptimism_spokeConnectorMode", ParentType, ContextType, RequireFields>; - localoptimism_spokeConnectorModes?: SubscriptionResolver, "localoptimism_spokeConnectorModes", ParentType, ContextType, RequireFields>; - localoptimism_aggregateRootProposed?: SubscriptionResolver, "localoptimism_aggregateRootProposed", ParentType, ContextType, RequireFields>; - localoptimism_aggregateRootProposeds?: SubscriptionResolver, "localoptimism_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - localoptimism_optimisticRootFinalized?: SubscriptionResolver, "localoptimism_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - localoptimism_optimisticRootFinalizeds?: SubscriptionResolver, "localoptimism_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - localoptimism__meta?: SubscriptionResolver, "localoptimism__meta", ParentType, ContextType, Partial>; - mainnet_asset?: SubscriptionResolver, "mainnet_asset", ParentType, ContextType, RequireFields>; - mainnet_assets?: SubscriptionResolver, "mainnet_assets", ParentType, ContextType, RequireFields>; - mainnet_assetStatus?: SubscriptionResolver, "mainnet_assetStatus", ParentType, ContextType, RequireFields>; - mainnet_assetStatuses?: SubscriptionResolver, "mainnet_assetStatuses", ParentType, ContextType, RequireFields>; - mainnet_assetBalance?: SubscriptionResolver, "mainnet_assetBalance", ParentType, ContextType, RequireFields>; - mainnet_assetBalances?: SubscriptionResolver, "mainnet_assetBalances", ParentType, ContextType, RequireFields>; - mainnet_router?: SubscriptionResolver, "mainnet_router", ParentType, ContextType, RequireFields>; - mainnet_routers?: SubscriptionResolver, "mainnet_routers", ParentType, ContextType, RequireFields>; - mainnet_routerDailyTVL?: SubscriptionResolver, "mainnet_routerDailyTVL", ParentType, ContextType, RequireFields>; - mainnet_routerDailyTVLs?: SubscriptionResolver, "mainnet_routerDailyTVLs", ParentType, ContextType, RequireFields>; - mainnet_routerLiquidityEvent?: SubscriptionResolver, "mainnet_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - mainnet_routerLiquidityEvents?: SubscriptionResolver, "mainnet_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - mainnet_setting?: SubscriptionResolver, "mainnet_setting", ParentType, ContextType, RequireFields>; - mainnet_settings?: SubscriptionResolver, "mainnet_settings", ParentType, ContextType, RequireFields>; - mainnet_relayer?: SubscriptionResolver, "mainnet_relayer", ParentType, ContextType, RequireFields>; - mainnet_relayers?: SubscriptionResolver, "mainnet_relayers", ParentType, ContextType, RequireFields>; - mainnet_sequencer?: SubscriptionResolver, "mainnet_sequencer", ParentType, ContextType, RequireFields>; - mainnet_sequencers?: SubscriptionResolver, "mainnet_sequencers", ParentType, ContextType, RequireFields>; - mainnet_relayerFee?: SubscriptionResolver, "mainnet_relayerFee", ParentType, ContextType, RequireFields>; - mainnet_relayerFees?: SubscriptionResolver, "mainnet_relayerFees", ParentType, ContextType, RequireFields>; - mainnet_originTransfer?: SubscriptionResolver, "mainnet_originTransfer", ParentType, ContextType, RequireFields>; - mainnet_originTransfers?: SubscriptionResolver, "mainnet_originTransfers", ParentType, ContextType, RequireFields>; - mainnet_destinationTransfer?: SubscriptionResolver, "mainnet_destinationTransfer", ParentType, ContextType, RequireFields>; - mainnet_destinationTransfers?: SubscriptionResolver, "mainnet_destinationTransfers", ParentType, ContextType, RequireFields>; - mainnet_originMessage?: SubscriptionResolver, "mainnet_originMessage", ParentType, ContextType, RequireFields>; - mainnet_originMessages?: SubscriptionResolver, "mainnet_originMessages", ParentType, ContextType, RequireFields>; - mainnet_aggregateRoot?: SubscriptionResolver, "mainnet_aggregateRoot", ParentType, ContextType, RequireFields>; - mainnet_aggregateRoots?: SubscriptionResolver, "mainnet_aggregateRoots", ParentType, ContextType, RequireFields>; - mainnet_connectorMeta?: SubscriptionResolver, "mainnet_connectorMeta", ParentType, ContextType, RequireFields>; - mainnet_connectorMetas?: SubscriptionResolver, "mainnet_connectorMetas", ParentType, ContextType, RequireFields>; - mainnet_rootCount?: SubscriptionResolver, "mainnet_rootCount", ParentType, ContextType, RequireFields>; - mainnet_rootCounts?: SubscriptionResolver, "mainnet_rootCounts", ParentType, ContextType, RequireFields>; - mainnet_rootMessageSent?: SubscriptionResolver, "mainnet_rootMessageSent", ParentType, ContextType, RequireFields>; - mainnet_rootMessageSents?: SubscriptionResolver, "mainnet_rootMessageSents", ParentType, ContextType, RequireFields>; - mainnet_relayerFeesIncrease?: SubscriptionResolver, "mainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - mainnet_relayerFeesIncreases?: SubscriptionResolver, "mainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - mainnet_slippageUpdate?: SubscriptionResolver, "mainnet_slippageUpdate", ParentType, ContextType, RequireFields>; - mainnet_slippageUpdates?: SubscriptionResolver, "mainnet_slippageUpdates", ParentType, ContextType, RequireFields>; - arbitrumone_asset?: SubscriptionResolver, "arbitrumone_asset", ParentType, ContextType, RequireFields>; - arbitrumone_assets?: SubscriptionResolver, "arbitrumone_assets", ParentType, ContextType, RequireFields>; - arbitrumone_assetStatus?: SubscriptionResolver, "arbitrumone_assetStatus", ParentType, ContextType, RequireFields>; - arbitrumone_assetStatuses?: SubscriptionResolver, "arbitrumone_assetStatuses", ParentType, ContextType, RequireFields>; - arbitrumone_assetBalance?: SubscriptionResolver, "arbitrumone_assetBalance", ParentType, ContextType, RequireFields>; - arbitrumone_assetBalances?: SubscriptionResolver, "arbitrumone_assetBalances", ParentType, ContextType, RequireFields>; - arbitrumone_router?: SubscriptionResolver, "arbitrumone_router", ParentType, ContextType, RequireFields>; - arbitrumone_routers?: SubscriptionResolver, "arbitrumone_routers", ParentType, ContextType, RequireFields>; - arbitrumone_routerDailyTVL?: SubscriptionResolver, "arbitrumone_routerDailyTVL", ParentType, ContextType, RequireFields>; - arbitrumone_routerDailyTVLs?: SubscriptionResolver, "arbitrumone_routerDailyTVLs", ParentType, ContextType, RequireFields>; - arbitrumone_routerLiquidityEvent?: SubscriptionResolver, "arbitrumone_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumone_routerLiquidityEvents?: SubscriptionResolver, "arbitrumone_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumone_setting?: SubscriptionResolver, "arbitrumone_setting", ParentType, ContextType, RequireFields>; - arbitrumone_settings?: SubscriptionResolver, "arbitrumone_settings", ParentType, ContextType, RequireFields>; - arbitrumone_relayer?: SubscriptionResolver, "arbitrumone_relayer", ParentType, ContextType, RequireFields>; - arbitrumone_relayers?: SubscriptionResolver, "arbitrumone_relayers", ParentType, ContextType, RequireFields>; - arbitrumone_sequencer?: SubscriptionResolver, "arbitrumone_sequencer", ParentType, ContextType, RequireFields>; - arbitrumone_sequencers?: SubscriptionResolver, "arbitrumone_sequencers", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFee?: SubscriptionResolver, "arbitrumone_relayerFee", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFees?: SubscriptionResolver, "arbitrumone_relayerFees", ParentType, ContextType, RequireFields>; - arbitrumone_originTransfer?: SubscriptionResolver, "arbitrumone_originTransfer", ParentType, ContextType, RequireFields>; - arbitrumone_originTransfers?: SubscriptionResolver, "arbitrumone_originTransfers", ParentType, ContextType, RequireFields>; - arbitrumone_destinationTransfer?: SubscriptionResolver, "arbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; - arbitrumone_destinationTransfers?: SubscriptionResolver, "arbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; - arbitrumone_originMessage?: SubscriptionResolver, "arbitrumone_originMessage", ParentType, ContextType, RequireFields>; - arbitrumone_originMessages?: SubscriptionResolver, "arbitrumone_originMessages", ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRoot?: SubscriptionResolver, "arbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRoots?: SubscriptionResolver, "arbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; - arbitrumone_connectorMeta?: SubscriptionResolver, "arbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; - arbitrumone_connectorMetas?: SubscriptionResolver, "arbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; - arbitrumone_rootCount?: SubscriptionResolver, "arbitrumone_rootCount", ParentType, ContextType, RequireFields>; - arbitrumone_rootCounts?: SubscriptionResolver, "arbitrumone_rootCounts", ParentType, ContextType, RequireFields>; - arbitrumone_rootMessageSent?: SubscriptionResolver, "arbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; - arbitrumone_rootMessageSents?: SubscriptionResolver, "arbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFeesIncrease?: SubscriptionResolver, "arbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFeesIncreases?: SubscriptionResolver, "arbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - arbitrumone_slippageUpdate?: SubscriptionResolver, "arbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; - arbitrumone_slippageUpdates?: SubscriptionResolver, "arbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; - arbitrumone__meta?: SubscriptionResolver, "arbitrumone__meta", ParentType, ContextType, Partial>; - polygon_asset?: SubscriptionResolver, "polygon_asset", ParentType, ContextType, RequireFields>; - polygon_assets?: SubscriptionResolver, "polygon_assets", ParentType, ContextType, RequireFields>; - polygon_assetStatus?: SubscriptionResolver, "polygon_assetStatus", ParentType, ContextType, RequireFields>; - polygon_assetStatuses?: SubscriptionResolver, "polygon_assetStatuses", ParentType, ContextType, RequireFields>; - polygon_assetBalance?: SubscriptionResolver, "polygon_assetBalance", ParentType, ContextType, RequireFields>; - polygon_assetBalances?: SubscriptionResolver, "polygon_assetBalances", ParentType, ContextType, RequireFields>; - polygon_router?: SubscriptionResolver, "polygon_router", ParentType, ContextType, RequireFields>; - polygon_routers?: SubscriptionResolver, "polygon_routers", ParentType, ContextType, RequireFields>; - polygon_routerDailyTVL?: SubscriptionResolver, "polygon_routerDailyTVL", ParentType, ContextType, RequireFields>; - polygon_routerDailyTVLs?: SubscriptionResolver, "polygon_routerDailyTVLs", ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvent?: SubscriptionResolver, "polygon_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvents?: SubscriptionResolver, "polygon_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - polygon_setting?: SubscriptionResolver, "polygon_setting", ParentType, ContextType, RequireFields>; - polygon_settings?: SubscriptionResolver, "polygon_settings", ParentType, ContextType, RequireFields>; - polygon_relayer?: SubscriptionResolver, "polygon_relayer", ParentType, ContextType, RequireFields>; - polygon_relayers?: SubscriptionResolver, "polygon_relayers", ParentType, ContextType, RequireFields>; - polygon_sequencer?: SubscriptionResolver, "polygon_sequencer", ParentType, ContextType, RequireFields>; - polygon_sequencers?: SubscriptionResolver, "polygon_sequencers", ParentType, ContextType, RequireFields>; - polygon_relayerFee?: SubscriptionResolver, "polygon_relayerFee", ParentType, ContextType, RequireFields>; - polygon_relayerFees?: SubscriptionResolver, "polygon_relayerFees", ParentType, ContextType, RequireFields>; - polygon_originTransfer?: SubscriptionResolver, "polygon_originTransfer", ParentType, ContextType, RequireFields>; - polygon_originTransfers?: SubscriptionResolver, "polygon_originTransfers", ParentType, ContextType, RequireFields>; - polygon_destinationTransfer?: SubscriptionResolver, "polygon_destinationTransfer", ParentType, ContextType, RequireFields>; - polygon_destinationTransfers?: SubscriptionResolver, "polygon_destinationTransfers", ParentType, ContextType, RequireFields>; - polygon_originMessage?: SubscriptionResolver, "polygon_originMessage", ParentType, ContextType, RequireFields>; - polygon_originMessages?: SubscriptionResolver, "polygon_originMessages", ParentType, ContextType, RequireFields>; - polygon_aggregateRoot?: SubscriptionResolver, "polygon_aggregateRoot", ParentType, ContextType, RequireFields>; - polygon_aggregateRoots?: SubscriptionResolver, "polygon_aggregateRoots", ParentType, ContextType, RequireFields>; - polygon_connectorMeta?: SubscriptionResolver, "polygon_connectorMeta", ParentType, ContextType, RequireFields>; - polygon_connectorMetas?: SubscriptionResolver, "polygon_connectorMetas", ParentType, ContextType, RequireFields>; - polygon_rootCount?: SubscriptionResolver, "polygon_rootCount", ParentType, ContextType, RequireFields>; - polygon_rootCounts?: SubscriptionResolver, "polygon_rootCounts", ParentType, ContextType, RequireFields>; - polygon_rootMessageSent?: SubscriptionResolver, "polygon_rootMessageSent", ParentType, ContextType, RequireFields>; - polygon_rootMessageSents?: SubscriptionResolver, "polygon_rootMessageSents", ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncrease?: SubscriptionResolver, "polygon_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncreases?: SubscriptionResolver, "polygon_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - polygon_slippageUpdate?: SubscriptionResolver, "polygon_slippageUpdate", ParentType, ContextType, RequireFields>; - polygon_slippageUpdates?: SubscriptionResolver, "polygon_slippageUpdates", ParentType, ContextType, RequireFields>; - polygon__meta?: SubscriptionResolver, "polygon__meta", ParentType, ContextType, Partial>; -}>; - -export type goerli_AggregatedMessageRootResolvers = ResolversObject<{ - id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; - domain?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type goerli_ArbitrumConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface goerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_BigDecimal'; -} - -export interface BigIntScalarConfig extends GraphQLScalarTypeConfig { - name: 'BigInt'; -} - -export type goerli_BnbConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface goerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_Bytes'; -} - -export type goerli_GnosisConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface goerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_Int8'; -} - -export type goerli_LineaConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type goerli_OptimismConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type goerli_PolygonConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type goerli_RootAggregatedResolvers = ResolversObject<{ - id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type goerli_RootManagerMetaResolvers = ResolversObject<{ - id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type goerli_RootMessageProcessedResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - root?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type goerli_RootPropagatedResolvers = ResolversObject<{ - id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type goerli_ZkSyncConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type goerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type goerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_AggregatedMessageRootResolvers = ResolversObject<{ - id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; - domain?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface mainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_BigDecimal'; -} - -export type mainnet_BnbConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface mainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_Bytes'; -} - -export type mainnet_GnosisConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface mainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_Int8'; -} - -export type mainnet_LineaConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_OptimismConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_PolygonConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_RootAggregatedResolvers = ResolversObject<{ - id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_RootManagerMetaResolvers = ResolversObject<{ - id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_RootMessageProcessedResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - root?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_RootPropagatedResolvers = ResolversObject<{ - id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mainnet__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; -export type mainnet__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; -export interface stagingoptimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_swap_BigDecimal'; -} +export type polygon_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; -export interface stagingoptimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_swap_Bytes'; -} +export type polygon_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export interface stagingoptimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_swap_Int8'; -} +export type polygon_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type stagingoptimismgoerli_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +/** Defines the order direction, either ascending or descending */ +export type polygon_OrderDirection = + | 'asc' + | 'desc'; -export type stagingoptimismgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ - id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; -export type stagingoptimismgoerli_swap_LpTokenResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_OriginMessage_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type stagingoptimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; +export type polygon_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type stagingoptimismgoerli_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_OriginTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; +}; -export type stagingoptimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; -export type stagingoptimismgoerli_swap_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; -export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type stagingoptimismgoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent' | 'stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; +export type polygon_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type stagingoptimismgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; -export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RelayerFee = { + id: Scalars['ID']; + transfer: polygon_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['polygon_Bytes']; +}; -export type stagingoptimismgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type stagingoptimismgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; -export type stagingoptimismgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_SwapDailyVolume' | 'stagingoptimismgoerli_swap_SwapHourlyVolume' | 'stagingoptimismgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; +export type polygon_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: polygon_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['polygon_Bytes']; + transactionHash: Scalars['polygon_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; -export type stagingoptimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type stagingoptimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type stagingoptimismgoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type stagingoptimismgoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; -export type testgoerli_AssetResolvers = ResolversObject<{ - id?: Resolver; - key?: Resolver, ParentType, ContextType>; - local?: Resolver; - adoptedAsset?: Resolver; - canonicalId?: Resolver; - canonicalDomain?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; -export type testgoerli_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - router?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export interface testgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'testgoerli_BigDecimal'; -} +export type polygon_RootCount_orderBy = + | 'id' + | 'count'; -export interface testgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'testgoerli_Bytes'; -} +export type polygon_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; -export type testgoerli_DestinationTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - agent?: Resolver, ParentType, ContextType>; - recovery?: Resolver, ParentType, ContextType>; - forceSlow?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callback?: Resolver, ParentType, ContextType>; - callbackFee?: Resolver, ParentType, ContextType>; - relayerFee?: Resolver, ParentType, ContextType>; - destinationMinOut?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originSender?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - transactingAmount?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - localAmount?: Resolver, ParentType, ContextType>; - sponsorVaultRelayerFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export interface testgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'testgoerli_Int8'; -} +export type polygon_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type testgoerli_OriginTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - agent?: Resolver, ParentType, ContextType>; - recovery?: Resolver, ParentType, ContextType>; - forceSlow?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callback?: Resolver, ParentType, ContextType>; - callbackFee?: Resolver, ParentType, ContextType>; - relayerFee?: Resolver, ParentType, ContextType>; - destinationMinOut?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - originMinOut?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - transactingAmount?: Resolver, ParentType, ContextType>; - bridgedAsset?: Resolver, ParentType, ContextType>; - bridgedAmount?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; -export type testgoerli_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; -export type testgoerli_RouterResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; -export type testgoerli_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RouterDailyTVL = { + id: Scalars['ID']; + router: polygon_Router; + asset: polygon_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; -export type testgoerli_SponsorVaultResolvers = ResolversObject<{ - id?: Resolver; - sponsorVault?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type testgoerli_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - canonicalId?: Resolver; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; -export type testgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: polygon_Router; + asset: polygon_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['polygon_Bytes']; + nonce: Scalars['BigInt']; +}; -export type testgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type polygon_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export interface goerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_BigDecimal'; -} +export type polygon_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export interface goerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_Bytes'; -} +export type polygon_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export interface goerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'goerli_swap_Int8'; -} +export type polygon_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type goerli_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; -export type goerli_swap_LpAccountBalanceResolvers = ResolversObject<{ - id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type goerli_swap_LpTokenResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; -export type goerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'goerli_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; +export type polygon_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['polygon_Bytes']; +}; -export type goerli_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type goerli_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; -export type goerli_swap_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_SlippageUpdate = { + id: Scalars['ID']; + transfer: polygon_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['polygon_Bytes']; + transactionHash: Scalars['polygon_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; -export type goerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type goerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'goerli_swap_StableSwapAddLiquidityEvent' | 'goerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; +export type polygon_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type goerli_swap_StableSwapExchangeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; -export type goerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type polygon__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; -export type goerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +/** The type for the top-level _meta field */ +export type polygon__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: polygon__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; -export type goerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type WithIndex = TObject & Record; +export type ResolversObject = WithIndex; -export type goerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'goerli_swap_SwapDailyVolume' | 'goerli_swap_SwapHourlyVolume' | 'goerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; +export type ResolverTypeWrapper = Promise | T; -export type goerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; -export type goerli_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type ResolverWithResolve = { + resolve: ResolverFn; +}; -export type goerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type LegacyStitchingResolver = { + fragment: string; + resolve: ResolverFn; +}; -export type goerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type NewStitchingResolver = { + selectionSet: string | ((fieldNode: FieldNode) => SelectionSetNode); + resolve: ResolverFn; +}; +export type StitchingResolver = LegacyStitchingResolver | NewStitchingResolver; +export type Resolver = + | ResolverFn + | ResolverWithResolve + | StitchingResolver; -export type testoptimismgoerli_AssetResolvers = ResolversObject<{ - id?: Resolver; - key?: Resolver, ParentType, ContextType>; - local?: Resolver; - adoptedAsset?: Resolver; - canonicalId?: Resolver; - canonicalDomain?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type ResolverFn = ( + parent: TParent, + args: TArgs, + context: TContext, + info: GraphQLResolveInfo +) => Promise | TResult; -export type testoptimismgoerli_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - router?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type SubscriptionSubscribeFn = ( + parent: TParent, + args: TArgs, + context: TContext, + info: GraphQLResolveInfo +) => AsyncIterable | Promise>; -export interface testoptimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'testoptimismgoerli_BigDecimal'; -} +export type SubscriptionResolveFn = ( + parent: TParent, + args: TArgs, + context: TContext, + info: GraphQLResolveInfo +) => TResult | Promise; -export interface testoptimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'testoptimismgoerli_Bytes'; +export interface SubscriptionSubscriberObject { + subscribe: SubscriptionSubscribeFn<{ [key in TKey]: TResult }, TParent, TContext, TArgs>; + resolve?: SubscriptionResolveFn; } -export type testoptimismgoerli_DestinationTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - agent?: Resolver, ParentType, ContextType>; - recovery?: Resolver, ParentType, ContextType>; - forceSlow?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callback?: Resolver, ParentType, ContextType>; - callbackFee?: Resolver, ParentType, ContextType>; - relayerFee?: Resolver, ParentType, ContextType>; - destinationMinOut?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originSender?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - transactingAmount?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - localAmount?: Resolver, ParentType, ContextType>; - sponsorVaultRelayerFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface testoptimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'testoptimismgoerli_Int8'; +export interface SubscriptionResolverObject { + subscribe: SubscriptionSubscribeFn; + resolve: SubscriptionResolveFn; } -export type testoptimismgoerli_OriginTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - agent?: Resolver, ParentType, ContextType>; - recovery?: Resolver, ParentType, ContextType>; - forceSlow?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callback?: Resolver, ParentType, ContextType>; - callbackFee?: Resolver, ParentType, ContextType>; - relayerFee?: Resolver, ParentType, ContextType>; - destinationMinOut?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - originMinOut?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - transactingAmount?: Resolver, ParentType, ContextType>; - bridgedAsset?: Resolver, ParentType, ContextType>; - bridgedAmount?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_RouterResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_SponsorVaultResolvers = ResolversObject<{ - id?: Resolver; - sponsorVault?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - canonicalId?: Resolver; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type testoptimismgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type SubscriptionObject = + | SubscriptionSubscriberObject + | SubscriptionResolverObject; -export interface staginggoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_swap_BigDecimal'; -} +export type SubscriptionResolver = + | ((...args: any[]) => SubscriptionObject) + | SubscriptionObject; -export interface staginggoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_swap_Bytes'; -} +export type TypeResolveFn = ( + parent: TParent, + context: TContext, + info: GraphQLResolveInfo +) => Maybe | Promise>; -export interface staginggoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginggoerli_swap_Int8'; -} +export type IsTypeOfResolverFn = (obj: T, context: TContext, info: GraphQLResolveInfo) => boolean | Promise; -export type staginggoerli_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type NextResolverFn = () => Promise; -export type staginggoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ - id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type DirectiveResolverFn = ( + next: NextResolverFn, + parent: TParent, + args: TArgs, + context: TContext, + info: GraphQLResolveInfo +) => TResult | Promise; -export type staginggoerli_swap_LpTokenResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; -export type staginggoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'staginggoerli_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; -export type staginggoerli_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; +/** Mapping between all available schema types and the resolvers types */ +export type ResolversTypes = ResolversObject<{ + Query: ResolverTypeWrapper<{}>; + Subscription: ResolverTypeWrapper<{}>; + testoptimismgoerli_Asset: ResolverTypeWrapper; + testoptimismgoerli_AssetBalance: ResolverTypeWrapper; + testoptimismgoerli_AssetBalance_filter: testoptimismgoerli_AssetBalance_filter; + testoptimismgoerli_AssetBalance_orderBy: testoptimismgoerli_AssetBalance_orderBy; + testoptimismgoerli_Asset_filter: testoptimismgoerli_Asset_filter; + testoptimismgoerli_Asset_orderBy: testoptimismgoerli_Asset_orderBy; + testoptimismgoerli_BigDecimal: ResolverTypeWrapper; + BigInt: ResolverTypeWrapper; + testoptimismgoerli_BlockChangedFilter: testoptimismgoerli_BlockChangedFilter; + testoptimismgoerli_Block_height: testoptimismgoerli_Block_height; + Boolean: ResolverTypeWrapper; + testoptimismgoerli_Bytes: ResolverTypeWrapper; + testoptimismgoerli_DestinationTransfer: ResolverTypeWrapper; + testoptimismgoerli_DestinationTransfer_filter: testoptimismgoerli_DestinationTransfer_filter; + testoptimismgoerli_DestinationTransfer_orderBy: testoptimismgoerli_DestinationTransfer_orderBy; + Float: ResolverTypeWrapper; + ID: ResolverTypeWrapper; + Int: ResolverTypeWrapper; + testoptimismgoerli_Int8: ResolverTypeWrapper; + testoptimismgoerli_OrderDirection: testoptimismgoerli_OrderDirection; + testoptimismgoerli_OriginTransfer: ResolverTypeWrapper; + testoptimismgoerli_OriginTransfer_filter: testoptimismgoerli_OriginTransfer_filter; + testoptimismgoerli_OriginTransfer_orderBy: testoptimismgoerli_OriginTransfer_orderBy; + testoptimismgoerli_Relayer: ResolverTypeWrapper; + testoptimismgoerli_Relayer_filter: testoptimismgoerli_Relayer_filter; + testoptimismgoerli_Relayer_orderBy: testoptimismgoerli_Relayer_orderBy; + testoptimismgoerli_Router: ResolverTypeWrapper; + testoptimismgoerli_Router_filter: testoptimismgoerli_Router_filter; + testoptimismgoerli_Router_orderBy: testoptimismgoerli_Router_orderBy; + testoptimismgoerli_Setting: ResolverTypeWrapper; + testoptimismgoerli_Setting_filter: testoptimismgoerli_Setting_filter; + testoptimismgoerli_Setting_orderBy: testoptimismgoerli_Setting_orderBy; + testoptimismgoerli_SponsorVault: ResolverTypeWrapper; + testoptimismgoerli_SponsorVault_filter: testoptimismgoerli_SponsorVault_filter; + testoptimismgoerli_SponsorVault_orderBy: testoptimismgoerli_SponsorVault_orderBy; + testoptimismgoerli_StableSwap: ResolverTypeWrapper; + testoptimismgoerli_StableSwap_filter: testoptimismgoerli_StableSwap_filter; + testoptimismgoerli_StableSwap_orderBy: testoptimismgoerli_StableSwap_orderBy; + String: ResolverTypeWrapper; + testoptimismgoerli_TransferStatus: testoptimismgoerli_TransferStatus; + testoptimismgoerli__Block_: ResolverTypeWrapper; + testoptimismgoerli__Meta_: ResolverTypeWrapper; + _SubgraphErrorPolicy_: _SubgraphErrorPolicy_; + goerli_AggregatedMessageRoot: ResolverTypeWrapper; + goerli_AggregatedMessageRoot_filter: goerli_AggregatedMessageRoot_filter; + goerli_AggregatedMessageRoot_orderBy: goerli_AggregatedMessageRoot_orderBy; + goerli_ArbitrumConnectorMeta: ResolverTypeWrapper; + goerli_ArbitrumConnectorMeta_filter: goerli_ArbitrumConnectorMeta_filter; + goerli_ArbitrumConnectorMeta_orderBy: goerli_ArbitrumConnectorMeta_orderBy; + goerli_BigDecimal: ResolverTypeWrapper; + goerli_BlockChangedFilter: goerli_BlockChangedFilter; + goerli_Block_height: goerli_Block_height; + goerli_BnbConnectorMeta: ResolverTypeWrapper; + goerli_BnbConnectorMeta_filter: goerli_BnbConnectorMeta_filter; + goerli_BnbConnectorMeta_orderBy: goerli_BnbConnectorMeta_orderBy; + goerli_Bytes: ResolverTypeWrapper; + goerli_GnosisConnectorMeta: ResolverTypeWrapper; + goerli_GnosisConnectorMeta_filter: goerli_GnosisConnectorMeta_filter; + goerli_GnosisConnectorMeta_orderBy: goerli_GnosisConnectorMeta_orderBy; + goerli_Int8: ResolverTypeWrapper; + goerli_LineaConnectorMeta: ResolverTypeWrapper; + goerli_LineaConnectorMeta_filter: goerli_LineaConnectorMeta_filter; + goerli_LineaConnectorMeta_orderBy: goerli_LineaConnectorMeta_orderBy; + goerli_OptimismConnectorMeta: ResolverTypeWrapper; + goerli_OptimismConnectorMeta_filter: goerli_OptimismConnectorMeta_filter; + goerli_OptimismConnectorMeta_orderBy: goerli_OptimismConnectorMeta_orderBy; + goerli_OrderDirection: goerli_OrderDirection; + goerli_PolygonConnectorMeta: ResolverTypeWrapper; + goerli_PolygonConnectorMeta_filter: goerli_PolygonConnectorMeta_filter; + goerli_PolygonConnectorMeta_orderBy: goerli_PolygonConnectorMeta_orderBy; + goerli_RootAggregated: ResolverTypeWrapper; + goerli_RootAggregated_filter: goerli_RootAggregated_filter; + goerli_RootAggregated_orderBy: goerli_RootAggregated_orderBy; + goerli_RootManagerMeta: ResolverTypeWrapper; + goerli_RootManagerMeta_filter: goerli_RootManagerMeta_filter; + goerli_RootManagerMeta_orderBy: goerli_RootManagerMeta_orderBy; + goerli_RootMessageProcessed: ResolverTypeWrapper; + goerli_RootMessageProcessed_filter: goerli_RootMessageProcessed_filter; + goerli_RootMessageProcessed_orderBy: goerli_RootMessageProcessed_orderBy; + goerli_RootPropagated: ResolverTypeWrapper; + goerli_RootPropagated_filter: goerli_RootPropagated_filter; + goerli_RootPropagated_orderBy: goerli_RootPropagated_orderBy; + goerli_ZkSyncConnectorMeta: ResolverTypeWrapper; + goerli_ZkSyncConnectorMeta_filter: goerli_ZkSyncConnectorMeta_filter; + goerli_ZkSyncConnectorMeta_orderBy: goerli_ZkSyncConnectorMeta_orderBy; + goerli__Block_: ResolverTypeWrapper; + goerli__Meta_: ResolverTypeWrapper; + mainnet_AggregatedMessageRoot: ResolverTypeWrapper; + mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; + mainnet_AggregatedMessageRoot_orderBy: mainnet_AggregatedMessageRoot_orderBy; + mainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; + mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; + mainnet_ArbitrumConnectorMeta_orderBy: mainnet_ArbitrumConnectorMeta_orderBy; + mainnet_BigDecimal: ResolverTypeWrapper; + mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; + mainnet_Block_height: mainnet_Block_height; + mainnet_BnbConnectorMeta: ResolverTypeWrapper; + mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; + mainnet_BnbConnectorMeta_orderBy: mainnet_BnbConnectorMeta_orderBy; + mainnet_Bytes: ResolverTypeWrapper; + mainnet_GnosisConnectorMeta: ResolverTypeWrapper; + mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; + mainnet_GnosisConnectorMeta_orderBy: mainnet_GnosisConnectorMeta_orderBy; + mainnet_Int8: ResolverTypeWrapper; + mainnet_LineaConnectorMeta: ResolverTypeWrapper; + mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; + mainnet_LineaConnectorMeta_orderBy: mainnet_LineaConnectorMeta_orderBy; + mainnet_OptimismConnectorMeta: ResolverTypeWrapper; + mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; + mainnet_OptimismConnectorMeta_orderBy: mainnet_OptimismConnectorMeta_orderBy; + mainnet_OrderDirection: mainnet_OrderDirection; + mainnet_PolygonConnectorMeta: ResolverTypeWrapper; + mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; + mainnet_PolygonConnectorMeta_orderBy: mainnet_PolygonConnectorMeta_orderBy; + mainnet_RootAggregated: ResolverTypeWrapper; + mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; + mainnet_RootAggregated_orderBy: mainnet_RootAggregated_orderBy; + mainnet_RootManagerMeta: ResolverTypeWrapper; + mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; + mainnet_RootManagerMeta_orderBy: mainnet_RootManagerMeta_orderBy; + mainnet_RootMessageProcessed: ResolverTypeWrapper; + mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; + mainnet_RootMessageProcessed_orderBy: mainnet_RootMessageProcessed_orderBy; + mainnet_RootPropagated: ResolverTypeWrapper; + mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; + mainnet_RootPropagated_orderBy: mainnet_RootPropagated_orderBy; + mainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; + mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; + mainnet_ZkSyncConnectorMeta_orderBy: mainnet_ZkSyncConnectorMeta_orderBy; + mainnet__Block_: ResolverTypeWrapper; + mainnet__Meta_: ResolverTypeWrapper; + staginggoerli_swap_BigDecimal: ResolverTypeWrapper; + staginggoerli_swap_BlockChangedFilter: staginggoerli_swap_BlockChangedFilter; + staginggoerli_swap_Block_height: staginggoerli_swap_Block_height; + staginggoerli_swap_Bytes: ResolverTypeWrapper; + staginggoerli_swap_Int8: ResolverTypeWrapper; + staginggoerli_swap_LpAccount: ResolverTypeWrapper; + staginggoerli_swap_LpAccountBalance: ResolverTypeWrapper; + staginggoerli_swap_LpAccountBalance_filter: staginggoerli_swap_LpAccountBalance_filter; + staginggoerli_swap_LpAccountBalance_orderBy: staginggoerli_swap_LpAccountBalance_orderBy; + staginggoerli_swap_LpAccount_filter: staginggoerli_swap_LpAccount_filter; + staginggoerli_swap_LpAccount_orderBy: staginggoerli_swap_LpAccount_orderBy; + staginggoerli_swap_LpToken: ResolverTypeWrapper; + staginggoerli_swap_LpTokenEvent: ResolversTypes['staginggoerli_swap_LpTransferEvent']; + staginggoerli_swap_LpTokenEvent_filter: staginggoerli_swap_LpTokenEvent_filter; + staginggoerli_swap_LpTokenEvent_orderBy: staginggoerli_swap_LpTokenEvent_orderBy; + staginggoerli_swap_LpToken_filter: staginggoerli_swap_LpToken_filter; + staginggoerli_swap_LpToken_orderBy: staginggoerli_swap_LpToken_orderBy; + staginggoerli_swap_LpTransferEvent: ResolverTypeWrapper; + staginggoerli_swap_LpTransferEvent_filter: staginggoerli_swap_LpTransferEvent_filter; + staginggoerli_swap_LpTransferEvent_orderBy: staginggoerli_swap_LpTransferEvent_orderBy; + staginggoerli_swap_OrderDirection: staginggoerli_swap_OrderDirection; + staginggoerli_swap_PooledToken: ResolverTypeWrapper; + staginggoerli_swap_PooledToken_filter: staginggoerli_swap_PooledToken_filter; + staginggoerli_swap_PooledToken_orderBy: staginggoerli_swap_PooledToken_orderBy; + staginggoerli_swap_StableSwap: ResolverTypeWrapper; + staginggoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + staginggoerli_swap_StableSwapAddLiquidityEvent_filter: staginggoerli_swap_StableSwapAddLiquidityEvent_filter; + staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy; + staginggoerli_swap_StableSwapEvent: ResolversTypes['staginggoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['staginggoerli_swap_StableSwapRemoveLiquidityEvent']; + staginggoerli_swap_StableSwapEvent_filter: staginggoerli_swap_StableSwapEvent_filter; + staginggoerli_swap_StableSwapEvent_orderBy: staginggoerli_swap_StableSwapEvent_orderBy; + staginggoerli_swap_StableSwapExchange: ResolverTypeWrapper; + staginggoerli_swap_StableSwapExchange_filter: staginggoerli_swap_StableSwapExchange_filter; + staginggoerli_swap_StableSwapExchange_orderBy: staginggoerli_swap_StableSwapExchange_orderBy; + staginggoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter; + staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + staginggoerli_swap_StableSwap_filter: staginggoerli_swap_StableSwap_filter; + staginggoerli_swap_StableSwap_orderBy: staginggoerli_swap_StableSwap_orderBy; + staginggoerli_swap_SwapDailyVolume: ResolverTypeWrapper; + staginggoerli_swap_SwapDailyVolume_filter: staginggoerli_swap_SwapDailyVolume_filter; + staginggoerli_swap_SwapDailyVolume_orderBy: staginggoerli_swap_SwapDailyVolume_orderBy; + staginggoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + staginggoerli_swap_SwapHourlyVolume_filter: staginggoerli_swap_SwapHourlyVolume_filter; + staginggoerli_swap_SwapHourlyVolume_orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy; + staginggoerli_swap_SwapTradeVolume: ResolversTypes['staginggoerli_swap_SwapDailyVolume'] | ResolversTypes['staginggoerli_swap_SwapHourlyVolume'] | ResolversTypes['staginggoerli_swap_SwapWeeklyVolume']; + staginggoerli_swap_SwapTradeVolume_filter: staginggoerli_swap_SwapTradeVolume_filter; + staginggoerli_swap_SwapTradeVolume_orderBy: staginggoerli_swap_SwapTradeVolume_orderBy; + staginggoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + staginggoerli_swap_SwapWeeklyVolume_filter: staginggoerli_swap_SwapWeeklyVolume_filter; + staginggoerli_swap_SwapWeeklyVolume_orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy; + staginggoerli_swap_SystemInfo: ResolverTypeWrapper; + staginggoerli_swap_SystemInfo_filter: staginggoerli_swap_SystemInfo_filter; + staginggoerli_swap_SystemInfo_orderBy: staginggoerli_swap_SystemInfo_orderBy; + staginggoerli_swap__Block_: ResolverTypeWrapper; + staginggoerli_swap__Meta_: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_BigDecimal: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_BlockChangedFilter: stagingarbitrumgoerli_swap_BlockChangedFilter; + stagingarbitrumgoerli_swap_Block_height: stagingarbitrumgoerli_swap_Block_height; + stagingarbitrumgoerli_swap_Bytes: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_Int8: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_LpAccount: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_LpAccountBalance: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_LpAccountBalance_filter: stagingarbitrumgoerli_swap_LpAccountBalance_filter; + stagingarbitrumgoerli_swap_LpAccountBalance_orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy; + stagingarbitrumgoerli_swap_LpAccount_filter: stagingarbitrumgoerli_swap_LpAccount_filter; + stagingarbitrumgoerli_swap_LpAccount_orderBy: stagingarbitrumgoerli_swap_LpAccount_orderBy; + stagingarbitrumgoerli_swap_LpToken: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_LpTokenEvent: ResolversTypes['stagingarbitrumgoerli_swap_LpTransferEvent']; + stagingarbitrumgoerli_swap_LpTokenEvent_filter: stagingarbitrumgoerli_swap_LpTokenEvent_filter; + stagingarbitrumgoerli_swap_LpTokenEvent_orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy; + stagingarbitrumgoerli_swap_LpToken_filter: stagingarbitrumgoerli_swap_LpToken_filter; + stagingarbitrumgoerli_swap_LpToken_orderBy: stagingarbitrumgoerli_swap_LpToken_orderBy; + stagingarbitrumgoerli_swap_LpTransferEvent: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_LpTransferEvent_filter: stagingarbitrumgoerli_swap_LpTransferEvent_filter; + stagingarbitrumgoerli_swap_LpTransferEvent_orderBy: stagingarbitrumgoerli_swap_LpTransferEvent_orderBy; + stagingarbitrumgoerli_swap_OrderDirection: stagingarbitrumgoerli_swap_OrderDirection; + stagingarbitrumgoerli_swap_PooledToken: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_PooledToken_filter: stagingarbitrumgoerli_swap_PooledToken_filter; + stagingarbitrumgoerli_swap_PooledToken_orderBy: stagingarbitrumgoerli_swap_PooledToken_orderBy; + stagingarbitrumgoerli_swap_StableSwap: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; + stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy; + stagingarbitrumgoerli_swap_StableSwapEvent: ResolversTypes['stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; + stagingarbitrumgoerli_swap_StableSwapEvent_filter: stagingarbitrumgoerli_swap_StableSwapEvent_filter; + stagingarbitrumgoerli_swap_StableSwapEvent_orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy; + stagingarbitrumgoerli_swap_StableSwapExchange: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_StableSwapExchange_filter: stagingarbitrumgoerli_swap_StableSwapExchange_filter; + stagingarbitrumgoerli_swap_StableSwapExchange_orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy; + stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + stagingarbitrumgoerli_swap_StableSwap_filter: stagingarbitrumgoerli_swap_StableSwap_filter; + stagingarbitrumgoerli_swap_StableSwap_orderBy: stagingarbitrumgoerli_swap_StableSwap_orderBy; + stagingarbitrumgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_SwapDailyVolume_filter: stagingarbitrumgoerli_swap_SwapDailyVolume_filter; + stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy; + stagingarbitrumgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_SwapHourlyVolume_filter: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter; + stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy; + stagingarbitrumgoerli_swap_SwapTradeVolume: ResolversTypes['stagingarbitrumgoerli_swap_SwapDailyVolume'] | ResolversTypes['stagingarbitrumgoerli_swap_SwapHourlyVolume'] | ResolversTypes['stagingarbitrumgoerli_swap_SwapWeeklyVolume']; + stagingarbitrumgoerli_swap_SwapTradeVolume_filter: stagingarbitrumgoerli_swap_SwapTradeVolume_filter; + stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy: stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy; + stagingarbitrumgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter; + stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy; + stagingarbitrumgoerli_swap_SystemInfo: ResolverTypeWrapper; + stagingarbitrumgoerli_swap_SystemInfo_filter: stagingarbitrumgoerli_swap_SystemInfo_filter; + stagingarbitrumgoerli_swap_SystemInfo_orderBy: stagingarbitrumgoerli_swap_SystemInfo_orderBy; + stagingarbitrumgoerli_swap__Block_: ResolverTypeWrapper; + stagingarbitrumgoerli_swap__Meta_: ResolverTypeWrapper; + mumbai_swap_BigDecimal: ResolverTypeWrapper; + mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; + mumbai_swap_Block_height: mumbai_swap_Block_height; + mumbai_swap_Bytes: ResolverTypeWrapper; + mumbai_swap_Int8: ResolverTypeWrapper; + mumbai_swap_LpAccount: ResolverTypeWrapper; + mumbai_swap_LpAccountBalance: ResolverTypeWrapper; + mumbai_swap_LpAccountBalance_filter: mumbai_swap_LpAccountBalance_filter; + mumbai_swap_LpAccountBalance_orderBy: mumbai_swap_LpAccountBalance_orderBy; + mumbai_swap_LpAccount_filter: mumbai_swap_LpAccount_filter; + mumbai_swap_LpAccount_orderBy: mumbai_swap_LpAccount_orderBy; + mumbai_swap_LpToken: ResolverTypeWrapper; + mumbai_swap_LpTokenEvent: ResolversTypes['mumbai_swap_LpTransferEvent']; + mumbai_swap_LpTokenEvent_filter: mumbai_swap_LpTokenEvent_filter; + mumbai_swap_LpTokenEvent_orderBy: mumbai_swap_LpTokenEvent_orderBy; + mumbai_swap_LpToken_filter: mumbai_swap_LpToken_filter; + mumbai_swap_LpToken_orderBy: mumbai_swap_LpToken_orderBy; + mumbai_swap_LpTransferEvent: ResolverTypeWrapper; + mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; + mumbai_swap_LpTransferEvent_orderBy: mumbai_swap_LpTransferEvent_orderBy; + mumbai_swap_OrderDirection: mumbai_swap_OrderDirection; + mumbai_swap_PooledToken: ResolverTypeWrapper; + mumbai_swap_PooledToken_filter: mumbai_swap_PooledToken_filter; + mumbai_swap_PooledToken_orderBy: mumbai_swap_PooledToken_orderBy; + mumbai_swap_StableSwap: ResolverTypeWrapper; + mumbai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + mumbai_swap_StableSwapAddLiquidityEvent_filter: mumbai_swap_StableSwapAddLiquidityEvent_filter; + mumbai_swap_StableSwapAddLiquidityEvent_orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy; + mumbai_swap_StableSwapEvent: ResolversTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; + mumbai_swap_StableSwapEvent_filter: mumbai_swap_StableSwapEvent_filter; + mumbai_swap_StableSwapEvent_orderBy: mumbai_swap_StableSwapEvent_orderBy; + mumbai_swap_StableSwapExchange: ResolverTypeWrapper; + mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; + mumbai_swap_StableSwapExchange_orderBy: mumbai_swap_StableSwapExchange_orderBy; + mumbai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + mumbai_swap_StableSwapRemoveLiquidityEvent_filter: mumbai_swap_StableSwapRemoveLiquidityEvent_filter; + mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy; + mumbai_swap_StableSwap_filter: mumbai_swap_StableSwap_filter; + mumbai_swap_StableSwap_orderBy: mumbai_swap_StableSwap_orderBy; + mumbai_swap_SwapDailyVolume: ResolverTypeWrapper; + mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; + mumbai_swap_SwapDailyVolume_orderBy: mumbai_swap_SwapDailyVolume_orderBy; + mumbai_swap_SwapHourlyVolume: ResolverTypeWrapper; + mumbai_swap_SwapHourlyVolume_filter: mumbai_swap_SwapHourlyVolume_filter; + mumbai_swap_SwapHourlyVolume_orderBy: mumbai_swap_SwapHourlyVolume_orderBy; + mumbai_swap_SwapTradeVolume: ResolversTypes['mumbai_swap_SwapDailyVolume'] | ResolversTypes['mumbai_swap_SwapHourlyVolume'] | ResolversTypes['mumbai_swap_SwapWeeklyVolume']; + mumbai_swap_SwapTradeVolume_filter: mumbai_swap_SwapTradeVolume_filter; + mumbai_swap_SwapTradeVolume_orderBy: mumbai_swap_SwapTradeVolume_orderBy; + mumbai_swap_SwapWeeklyVolume: ResolverTypeWrapper; + mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; + mumbai_swap_SwapWeeklyVolume_orderBy: mumbai_swap_SwapWeeklyVolume_orderBy; + mumbai_swap_SystemInfo: ResolverTypeWrapper; + mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; + mumbai_swap_SystemInfo_orderBy: mumbai_swap_SystemInfo_orderBy; + mumbai_swap__Block_: ResolverTypeWrapper; + mumbai_swap__Meta_: ResolverTypeWrapper; + staginggoerli_AggregateRootSavedSlow: ResolverTypeWrapper; + staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; + staginggoerli_AggregateRootSavedSlow_orderBy: staginggoerli_AggregateRootSavedSlow_orderBy; + staginggoerli_AggregatedMessageRoot: ResolverTypeWrapper; + staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; + staginggoerli_AggregatedMessageRoot_orderBy: staginggoerli_AggregatedMessageRoot_orderBy; + staginggoerli_ArbitrumConnectorMeta: ResolverTypeWrapper; + staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; + staginggoerli_ArbitrumConnectorMeta_orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy; + staginggoerli_BigDecimal: ResolverTypeWrapper; + staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; + staginggoerli_Block_height: staginggoerli_Block_height; + staginggoerli_BnbConnectorMeta: ResolverTypeWrapper; + staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; + staginggoerli_BnbConnectorMeta_orderBy: staginggoerli_BnbConnectorMeta_orderBy; + staginggoerli_Bytes: ResolverTypeWrapper; + staginggoerli_GnosisConnectorMeta: ResolverTypeWrapper; + staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; + staginggoerli_GnosisConnectorMeta_orderBy: staginggoerli_GnosisConnectorMeta_orderBy; + staginggoerli_HubDomain: ResolverTypeWrapper; + staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; + staginggoerli_HubDomain_orderBy: staginggoerli_HubDomain_orderBy; + staginggoerli_HubOptimisticRootFinalized: ResolverTypeWrapper; + staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; + staginggoerli_HubOptimisticRootFinalized_orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy; + staginggoerli_Int8: ResolverTypeWrapper; + staginggoerli_OptimismConnectorMeta: ResolverTypeWrapper; + staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; + staginggoerli_OptimismConnectorMeta_orderBy: staginggoerli_OptimismConnectorMeta_orderBy; + staginggoerli_OptimisticRootPropagated: ResolverTypeWrapper; + staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; + staginggoerli_OptimisticRootPropagated_orderBy: staginggoerli_OptimisticRootPropagated_orderBy; + staginggoerli_OptimisticRootProposed: ResolverTypeWrapper; + staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; + staginggoerli_OptimisticRootProposed_orderBy: staginggoerli_OptimisticRootProposed_orderBy; + staginggoerli_OrderDirection: staginggoerli_OrderDirection; + staginggoerli_PolygonConnectorMeta: ResolverTypeWrapper; + staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; + staginggoerli_PolygonConnectorMeta_orderBy: staginggoerli_PolygonConnectorMeta_orderBy; + staginggoerli_RootAggregated: ResolverTypeWrapper; + staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; + staginggoerli_RootAggregated_orderBy: staginggoerli_RootAggregated_orderBy; + staginggoerli_RootManagerMeta: ResolverTypeWrapper; + staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; + staginggoerli_RootManagerMeta_orderBy: staginggoerli_RootManagerMeta_orderBy; + staginggoerli_RootManagerMode: ResolverTypeWrapper; + staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; + staginggoerli_RootManagerMode_orderBy: staginggoerli_RootManagerMode_orderBy; + staginggoerli_RootMessageProcessed: ResolverTypeWrapper; + staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; + staginggoerli_RootMessageProcessed_orderBy: staginggoerli_RootMessageProcessed_orderBy; + staginggoerli_RootPropagated: ResolverTypeWrapper; + staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; + staginggoerli_RootPropagated_orderBy: staginggoerli_RootPropagated_orderBy; + staginggoerli_ZkSyncConnectorMeta: ResolverTypeWrapper; + staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; + staginggoerli_ZkSyncConnectorMeta_orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy; + staginggoerli__Block_: ResolverTypeWrapper; + staginggoerli__Meta_: ResolverTypeWrapper; + testgoerli_Asset: ResolverTypeWrapper; + testgoerli_AssetBalance: ResolverTypeWrapper; + testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; + testgoerli_AssetBalance_orderBy: testgoerli_AssetBalance_orderBy; + testgoerli_Asset_filter: testgoerli_Asset_filter; + testgoerli_Asset_orderBy: testgoerli_Asset_orderBy; + testgoerli_BigDecimal: ResolverTypeWrapper; + testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; + testgoerli_Block_height: testgoerli_Block_height; + testgoerli_Bytes: ResolverTypeWrapper; + testgoerli_DestinationTransfer: ResolverTypeWrapper; + testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; + testgoerli_DestinationTransfer_orderBy: testgoerli_DestinationTransfer_orderBy; + testgoerli_Int8: ResolverTypeWrapper; + testgoerli_OrderDirection: testgoerli_OrderDirection; + testgoerli_OriginTransfer: ResolverTypeWrapper; + testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; + testgoerli_OriginTransfer_orderBy: testgoerli_OriginTransfer_orderBy; + testgoerli_Relayer: ResolverTypeWrapper; + testgoerli_Relayer_filter: testgoerli_Relayer_filter; + testgoerli_Relayer_orderBy: testgoerli_Relayer_orderBy; + testgoerli_Router: ResolverTypeWrapper; + testgoerli_Router_filter: testgoerli_Router_filter; + testgoerli_Router_orderBy: testgoerli_Router_orderBy; + testgoerli_Setting: ResolverTypeWrapper; + testgoerli_Setting_filter: testgoerli_Setting_filter; + testgoerli_Setting_orderBy: testgoerli_Setting_orderBy; + testgoerli_SponsorVault: ResolverTypeWrapper; + testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; + testgoerli_SponsorVault_orderBy: testgoerli_SponsorVault_orderBy; + testgoerli_StableSwap: ResolverTypeWrapper; + testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; + testgoerli_StableSwap_orderBy: testgoerli_StableSwap_orderBy; + testgoerli_TransferStatus: testgoerli_TransferStatus; + testgoerli__Block_: ResolverTypeWrapper; + testgoerli__Meta_: ResolverTypeWrapper; + goerli_swap_BigDecimal: ResolverTypeWrapper; + goerli_swap_BlockChangedFilter: goerli_swap_BlockChangedFilter; + goerli_swap_Block_height: goerli_swap_Block_height; + goerli_swap_Bytes: ResolverTypeWrapper; + goerli_swap_Int8: ResolverTypeWrapper; + goerli_swap_LpAccount: ResolverTypeWrapper; + goerli_swap_LpAccountBalance: ResolverTypeWrapper; + goerli_swap_LpAccountBalance_filter: goerli_swap_LpAccountBalance_filter; + goerli_swap_LpAccountBalance_orderBy: goerli_swap_LpAccountBalance_orderBy; + goerli_swap_LpAccount_filter: goerli_swap_LpAccount_filter; + goerli_swap_LpAccount_orderBy: goerli_swap_LpAccount_orderBy; + goerli_swap_LpToken: ResolverTypeWrapper; + goerli_swap_LpTokenEvent: ResolversTypes['goerli_swap_LpTransferEvent']; + goerli_swap_LpTokenEvent_filter: goerli_swap_LpTokenEvent_filter; + goerli_swap_LpTokenEvent_orderBy: goerli_swap_LpTokenEvent_orderBy; + goerli_swap_LpToken_filter: goerli_swap_LpToken_filter; + goerli_swap_LpToken_orderBy: goerli_swap_LpToken_orderBy; + goerli_swap_LpTransferEvent: ResolverTypeWrapper; + goerli_swap_LpTransferEvent_filter: goerli_swap_LpTransferEvent_filter; + goerli_swap_LpTransferEvent_orderBy: goerli_swap_LpTransferEvent_orderBy; + goerli_swap_OrderDirection: goerli_swap_OrderDirection; + goerli_swap_PooledToken: ResolverTypeWrapper; + goerli_swap_PooledToken_filter: goerli_swap_PooledToken_filter; + goerli_swap_PooledToken_orderBy: goerli_swap_PooledToken_orderBy; + goerli_swap_StableSwap: ResolverTypeWrapper; + goerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + goerli_swap_StableSwapAddLiquidityEvent_filter: goerli_swap_StableSwapAddLiquidityEvent_filter; + goerli_swap_StableSwapAddLiquidityEvent_orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy; + goerli_swap_StableSwapEvent: ResolversTypes['goerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['goerli_swap_StableSwapRemoveLiquidityEvent']; + goerli_swap_StableSwapEvent_filter: goerli_swap_StableSwapEvent_filter; + goerli_swap_StableSwapEvent_orderBy: goerli_swap_StableSwapEvent_orderBy; + goerli_swap_StableSwapExchange: ResolverTypeWrapper; + goerli_swap_StableSwapExchange_filter: goerli_swap_StableSwapExchange_filter; + goerli_swap_StableSwapExchange_orderBy: goerli_swap_StableSwapExchange_orderBy; + goerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + goerli_swap_StableSwapRemoveLiquidityEvent_filter: goerli_swap_StableSwapRemoveLiquidityEvent_filter; + goerli_swap_StableSwapRemoveLiquidityEvent_orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + goerli_swap_StableSwap_filter: goerli_swap_StableSwap_filter; + goerli_swap_StableSwap_orderBy: goerli_swap_StableSwap_orderBy; + goerli_swap_SwapDailyVolume: ResolverTypeWrapper; + goerli_swap_SwapDailyVolume_filter: goerli_swap_SwapDailyVolume_filter; + goerli_swap_SwapDailyVolume_orderBy: goerli_swap_SwapDailyVolume_orderBy; + goerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + goerli_swap_SwapHourlyVolume_filter: goerli_swap_SwapHourlyVolume_filter; + goerli_swap_SwapHourlyVolume_orderBy: goerli_swap_SwapHourlyVolume_orderBy; + goerli_swap_SwapTradeVolume: ResolversTypes['goerli_swap_SwapDailyVolume'] | ResolversTypes['goerli_swap_SwapHourlyVolume'] | ResolversTypes['goerli_swap_SwapWeeklyVolume']; + goerli_swap_SwapTradeVolume_filter: goerli_swap_SwapTradeVolume_filter; + goerli_swap_SwapTradeVolume_orderBy: goerli_swap_SwapTradeVolume_orderBy; + goerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + goerli_swap_SwapWeeklyVolume_filter: goerli_swap_SwapWeeklyVolume_filter; + goerli_swap_SwapWeeklyVolume_orderBy: goerli_swap_SwapWeeklyVolume_orderBy; + goerli_swap_SystemInfo: ResolverTypeWrapper; + goerli_swap_SystemInfo_filter: goerli_swap_SystemInfo_filter; + goerli_swap_SystemInfo_orderBy: goerli_swap_SystemInfo_orderBy; + goerli_swap__Block_: ResolverTypeWrapper; + goerli_swap__Meta_: ResolverTypeWrapper; + stagingoptimismgoerli_swap_BigDecimal: ResolverTypeWrapper; + stagingoptimismgoerli_swap_BlockChangedFilter: stagingoptimismgoerli_swap_BlockChangedFilter; + stagingoptimismgoerli_swap_Block_height: stagingoptimismgoerli_swap_Block_height; + stagingoptimismgoerli_swap_Bytes: ResolverTypeWrapper; + stagingoptimismgoerli_swap_Int8: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpAccount: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpAccountBalance: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpAccountBalance_filter: stagingoptimismgoerli_swap_LpAccountBalance_filter; + stagingoptimismgoerli_swap_LpAccountBalance_orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy; + stagingoptimismgoerli_swap_LpAccount_filter: stagingoptimismgoerli_swap_LpAccount_filter; + stagingoptimismgoerli_swap_LpAccount_orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy; + stagingoptimismgoerli_swap_LpToken: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpTokenEvent: ResolversTypes['stagingoptimismgoerli_swap_LpTransferEvent']; + stagingoptimismgoerli_swap_LpTokenEvent_filter: stagingoptimismgoerli_swap_LpTokenEvent_filter; + stagingoptimismgoerli_swap_LpTokenEvent_orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy; + stagingoptimismgoerli_swap_LpToken_filter: stagingoptimismgoerli_swap_LpToken_filter; + stagingoptimismgoerli_swap_LpToken_orderBy: stagingoptimismgoerli_swap_LpToken_orderBy; + stagingoptimismgoerli_swap_LpTransferEvent: ResolverTypeWrapper; + stagingoptimismgoerli_swap_LpTransferEvent_filter: stagingoptimismgoerli_swap_LpTransferEvent_filter; + stagingoptimismgoerli_swap_LpTransferEvent_orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy; + stagingoptimismgoerli_swap_OrderDirection: stagingoptimismgoerli_swap_OrderDirection; + stagingoptimismgoerli_swap_PooledToken: ResolverTypeWrapper; + stagingoptimismgoerli_swap_PooledToken_filter: stagingoptimismgoerli_swap_PooledToken_filter; + stagingoptimismgoerli_swap_PooledToken_orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy; + stagingoptimismgoerli_swap_StableSwap: ResolverTypeWrapper; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy; + stagingoptimismgoerli_swap_StableSwapEvent: ResolversTypes['stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent']; + stagingoptimismgoerli_swap_StableSwapEvent_filter: stagingoptimismgoerli_swap_StableSwapEvent_filter; + stagingoptimismgoerli_swap_StableSwapEvent_orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy; + stagingoptimismgoerli_swap_StableSwapExchange: ResolverTypeWrapper; + stagingoptimismgoerli_swap_StableSwapExchange_filter: stagingoptimismgoerli_swap_StableSwapExchange_filter; + stagingoptimismgoerli_swap_StableSwapExchange_orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + stagingoptimismgoerli_swap_StableSwap_filter: stagingoptimismgoerli_swap_StableSwap_filter; + stagingoptimismgoerli_swap_StableSwap_orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy; + stagingoptimismgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; + stagingoptimismgoerli_swap_SwapDailyVolume_filter: stagingoptimismgoerli_swap_SwapDailyVolume_filter; + stagingoptimismgoerli_swap_SwapDailyVolume_orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy; + stagingoptimismgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + stagingoptimismgoerli_swap_SwapHourlyVolume_filter: stagingoptimismgoerli_swap_SwapHourlyVolume_filter; + stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy; + stagingoptimismgoerli_swap_SwapTradeVolume: ResolversTypes['stagingoptimismgoerli_swap_SwapDailyVolume'] | ResolversTypes['stagingoptimismgoerli_swap_SwapHourlyVolume'] | ResolversTypes['stagingoptimismgoerli_swap_SwapWeeklyVolume']; + stagingoptimismgoerli_swap_SwapTradeVolume_filter: stagingoptimismgoerli_swap_SwapTradeVolume_filter; + stagingoptimismgoerli_swap_SwapTradeVolume_orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy; + stagingoptimismgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + stagingoptimismgoerli_swap_SwapWeeklyVolume_filter: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter; + stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy; + stagingoptimismgoerli_swap_SystemInfo: ResolverTypeWrapper; + stagingoptimismgoerli_swap_SystemInfo_filter: stagingoptimismgoerli_swap_SystemInfo_filter; + stagingoptimismgoerli_swap_SystemInfo_orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy; + stagingoptimismgoerli_swap__Block_: ResolverTypeWrapper; + stagingoptimismgoerli_swap__Meta_: ResolverTypeWrapper; + arbitrumone_swap_BigDecimal: ResolverTypeWrapper; + arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; + arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; + arbitrumone_swap_Bytes: ResolverTypeWrapper; + arbitrumone_swap_Int8: ResolverTypeWrapper; + arbitrumone_swap_LpAccount: ResolverTypeWrapper; + arbitrumone_swap_LpAccountBalance: ResolverTypeWrapper; + arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; + arbitrumone_swap_LpAccountBalance_orderBy: arbitrumone_swap_LpAccountBalance_orderBy; + arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; + arbitrumone_swap_LpAccount_orderBy: arbitrumone_swap_LpAccount_orderBy; + arbitrumone_swap_LpToken: ResolverTypeWrapper; + arbitrumone_swap_LpTokenEvent: ResolversTypes['arbitrumone_swap_LpTransferEvent']; + arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; + arbitrumone_swap_LpTokenEvent_orderBy: arbitrumone_swap_LpTokenEvent_orderBy; + arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; + arbitrumone_swap_LpToken_orderBy: arbitrumone_swap_LpToken_orderBy; + arbitrumone_swap_LpTransferEvent: ResolverTypeWrapper; + arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; + arbitrumone_swap_LpTransferEvent_orderBy: arbitrumone_swap_LpTransferEvent_orderBy; + arbitrumone_swap_OrderDirection: arbitrumone_swap_OrderDirection; + arbitrumone_swap_PooledToken: ResolverTypeWrapper; + arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; + arbitrumone_swap_PooledToken_orderBy: arbitrumone_swap_PooledToken_orderBy; + arbitrumone_swap_StableSwap: ResolverTypeWrapper; + arbitrumone_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; + arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy; + arbitrumone_swap_StableSwapEvent: ResolversTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; + arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; + arbitrumone_swap_StableSwapEvent_orderBy: arbitrumone_swap_StableSwapEvent_orderBy; + arbitrumone_swap_StableSwapExchange: ResolverTypeWrapper; + arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; + arbitrumone_swap_StableSwapExchange_orderBy: arbitrumone_swap_StableSwapExchange_orderBy; + arbitrumone_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy; + arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; + arbitrumone_swap_StableSwap_orderBy: arbitrumone_swap_StableSwap_orderBy; + arbitrumone_swap_SwapDailyVolume: ResolverTypeWrapper; + arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; + arbitrumone_swap_SwapDailyVolume_orderBy: arbitrumone_swap_SwapDailyVolume_orderBy; + arbitrumone_swap_SwapHourlyVolume: ResolverTypeWrapper; + arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; + arbitrumone_swap_SwapHourlyVolume_orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy; + arbitrumone_swap_SwapTradeVolume: ResolversTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumone_swap_SwapWeeklyVolume']; + arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; + arbitrumone_swap_SwapTradeVolume_orderBy: arbitrumone_swap_SwapTradeVolume_orderBy; + arbitrumone_swap_SwapWeeklyVolume: ResolverTypeWrapper; + arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; + arbitrumone_swap_SwapWeeklyVolume_orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy; + arbitrumone_swap_SystemInfo: ResolverTypeWrapper; + arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; + arbitrumone_swap_SystemInfo_orderBy: arbitrumone_swap_SystemInfo_orderBy; + arbitrumone_swap__Block_: ResolverTypeWrapper; + arbitrumone_swap__Meta_: ResolverTypeWrapper; + polygon_swap_BigDecimal: ResolverTypeWrapper; + polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; + polygon_swap_Block_height: polygon_swap_Block_height; + polygon_swap_Bytes: ResolverTypeWrapper; + polygon_swap_Int8: ResolverTypeWrapper; + polygon_swap_LpAccount: ResolverTypeWrapper; + polygon_swap_LpAccountBalance: ResolverTypeWrapper; + polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; + polygon_swap_LpAccountBalance_orderBy: polygon_swap_LpAccountBalance_orderBy; + polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; + polygon_swap_LpAccount_orderBy: polygon_swap_LpAccount_orderBy; + polygon_swap_LpToken: ResolverTypeWrapper; + polygon_swap_LpTokenEvent: ResolversTypes['polygon_swap_LpTransferEvent']; + polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; + polygon_swap_LpTokenEvent_orderBy: polygon_swap_LpTokenEvent_orderBy; + polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; + polygon_swap_LpToken_orderBy: polygon_swap_LpToken_orderBy; + polygon_swap_LpTransferEvent: ResolverTypeWrapper; + polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; + polygon_swap_LpTransferEvent_orderBy: polygon_swap_LpTransferEvent_orderBy; + polygon_swap_OrderDirection: polygon_swap_OrderDirection; + polygon_swap_PooledToken: ResolverTypeWrapper; + polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; + polygon_swap_PooledToken_orderBy: polygon_swap_PooledToken_orderBy; + polygon_swap_StableSwap: ResolverTypeWrapper; + polygon_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; + polygon_swap_StableSwapAddLiquidityEvent_orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy; + polygon_swap_StableSwapEvent: ResolversTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; + polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; + polygon_swap_StableSwapEvent_orderBy: polygon_swap_StableSwapEvent_orderBy; + polygon_swap_StableSwapExchange: ResolverTypeWrapper; + polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; + polygon_swap_StableSwapExchange_orderBy: polygon_swap_StableSwapExchange_orderBy; + polygon_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; + polygon_swap_StableSwapRemoveLiquidityEvent_orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy; + polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; + polygon_swap_StableSwap_orderBy: polygon_swap_StableSwap_orderBy; + polygon_swap_SwapDailyVolume: ResolverTypeWrapper; + polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; + polygon_swap_SwapDailyVolume_orderBy: polygon_swap_SwapDailyVolume_orderBy; + polygon_swap_SwapHourlyVolume: ResolverTypeWrapper; + polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; + polygon_swap_SwapHourlyVolume_orderBy: polygon_swap_SwapHourlyVolume_orderBy; + polygon_swap_SwapTradeVolume: ResolversTypes['polygon_swap_SwapDailyVolume'] | ResolversTypes['polygon_swap_SwapHourlyVolume'] | ResolversTypes['polygon_swap_SwapWeeklyVolume']; + polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; + polygon_swap_SwapTradeVolume_orderBy: polygon_swap_SwapTradeVolume_orderBy; + polygon_swap_SwapWeeklyVolume: ResolverTypeWrapper; + polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; + polygon_swap_SwapWeeklyVolume_orderBy: polygon_swap_SwapWeeklyVolume_orderBy; + polygon_swap_SystemInfo: ResolverTypeWrapper; + polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; + polygon_swap_SystemInfo_orderBy: polygon_swap_SystemInfo_orderBy; + polygon_swap__Block_: ResolverTypeWrapper; + polygon_swap__Meta_: ResolverTypeWrapper; + xdai_swap_BigDecimal: ResolverTypeWrapper; + xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; + xdai_swap_Block_height: xdai_swap_Block_height; + xdai_swap_Bytes: ResolverTypeWrapper; + xdai_swap_Int8: ResolverTypeWrapper; + xdai_swap_LpAccount: ResolverTypeWrapper; + xdai_swap_LpAccountBalance: ResolverTypeWrapper; + xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; + xdai_swap_LpAccountBalance_orderBy: xdai_swap_LpAccountBalance_orderBy; + xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; + xdai_swap_LpAccount_orderBy: xdai_swap_LpAccount_orderBy; + xdai_swap_LpToken: ResolverTypeWrapper; + xdai_swap_LpTokenEvent: ResolversTypes['xdai_swap_LpTransferEvent']; + xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; + xdai_swap_LpTokenEvent_orderBy: xdai_swap_LpTokenEvent_orderBy; + xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; + xdai_swap_LpToken_orderBy: xdai_swap_LpToken_orderBy; + xdai_swap_LpTransferEvent: ResolverTypeWrapper; + xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; + xdai_swap_LpTransferEvent_orderBy: xdai_swap_LpTransferEvent_orderBy; + xdai_swap_OrderDirection: xdai_swap_OrderDirection; + xdai_swap_PooledToken: ResolverTypeWrapper; + xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; + xdai_swap_PooledToken_orderBy: xdai_swap_PooledToken_orderBy; + xdai_swap_StableSwap: ResolverTypeWrapper; + xdai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; + xdai_swap_StableSwapAddLiquidityEvent_orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy; + xdai_swap_StableSwapEvent: ResolversTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; + xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; + xdai_swap_StableSwapEvent_orderBy: xdai_swap_StableSwapEvent_orderBy; + xdai_swap_StableSwapExchange: ResolverTypeWrapper; + xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; + xdai_swap_StableSwapExchange_orderBy: xdai_swap_StableSwapExchange_orderBy; + xdai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; + xdai_swap_StableSwapRemoveLiquidityEvent_orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy; + xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; + xdai_swap_StableSwap_orderBy: xdai_swap_StableSwap_orderBy; + xdai_swap_SwapDailyVolume: ResolverTypeWrapper; + xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; + xdai_swap_SwapDailyVolume_orderBy: xdai_swap_SwapDailyVolume_orderBy; + xdai_swap_SwapHourlyVolume: ResolverTypeWrapper; + xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; + xdai_swap_SwapHourlyVolume_orderBy: xdai_swap_SwapHourlyVolume_orderBy; + xdai_swap_SwapTradeVolume: ResolversTypes['xdai_swap_SwapDailyVolume'] | ResolversTypes['xdai_swap_SwapHourlyVolume'] | ResolversTypes['xdai_swap_SwapWeeklyVolume']; + xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; + xdai_swap_SwapTradeVolume_orderBy: xdai_swap_SwapTradeVolume_orderBy; + xdai_swap_SwapWeeklyVolume: ResolverTypeWrapper; + xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; + xdai_swap_SwapWeeklyVolume_orderBy: xdai_swap_SwapWeeklyVolume_orderBy; + xdai_swap_SystemInfo: ResolverTypeWrapper; + xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; + xdai_swap_SystemInfo_orderBy: xdai_swap_SystemInfo_orderBy; + xdai_swap__Block_: ResolverTypeWrapper; + xdai_swap__Meta_: ResolverTypeWrapper; + stagingmumbai_swap_BigDecimal: ResolverTypeWrapper; + stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; + stagingmumbai_swap_Block_height: stagingmumbai_swap_Block_height; + stagingmumbai_swap_Bytes: ResolverTypeWrapper; + stagingmumbai_swap_Int8: ResolverTypeWrapper; + stagingmumbai_swap_LpAccount: ResolverTypeWrapper; + stagingmumbai_swap_LpAccountBalance: ResolverTypeWrapper; + stagingmumbai_swap_LpAccountBalance_filter: stagingmumbai_swap_LpAccountBalance_filter; + stagingmumbai_swap_LpAccountBalance_orderBy: stagingmumbai_swap_LpAccountBalance_orderBy; + stagingmumbai_swap_LpAccount_filter: stagingmumbai_swap_LpAccount_filter; + stagingmumbai_swap_LpAccount_orderBy: stagingmumbai_swap_LpAccount_orderBy; + stagingmumbai_swap_LpToken: ResolverTypeWrapper; + stagingmumbai_swap_LpTokenEvent: ResolversTypes['stagingmumbai_swap_LpTransferEvent']; + stagingmumbai_swap_LpTokenEvent_filter: stagingmumbai_swap_LpTokenEvent_filter; + stagingmumbai_swap_LpTokenEvent_orderBy: stagingmumbai_swap_LpTokenEvent_orderBy; + stagingmumbai_swap_LpToken_filter: stagingmumbai_swap_LpToken_filter; + stagingmumbai_swap_LpToken_orderBy: stagingmumbai_swap_LpToken_orderBy; + stagingmumbai_swap_LpTransferEvent: ResolverTypeWrapper; + stagingmumbai_swap_LpTransferEvent_filter: stagingmumbai_swap_LpTransferEvent_filter; + stagingmumbai_swap_LpTransferEvent_orderBy: stagingmumbai_swap_LpTransferEvent_orderBy; + stagingmumbai_swap_OrderDirection: stagingmumbai_swap_OrderDirection; + stagingmumbai_swap_PooledToken: ResolverTypeWrapper; + stagingmumbai_swap_PooledToken_filter: stagingmumbai_swap_PooledToken_filter; + stagingmumbai_swap_PooledToken_orderBy: stagingmumbai_swap_PooledToken_orderBy; + stagingmumbai_swap_StableSwap: ResolverTypeWrapper; + stagingmumbai_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + stagingmumbai_swap_StableSwapAddLiquidityEvent_filter: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter; + stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy; + stagingmumbai_swap_StableSwapEvent: ResolversTypes['stagingmumbai_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['stagingmumbai_swap_StableSwapRemoveLiquidityEvent']; + stagingmumbai_swap_StableSwapEvent_filter: stagingmumbai_swap_StableSwapEvent_filter; + stagingmumbai_swap_StableSwapEvent_orderBy: stagingmumbai_swap_StableSwapEvent_orderBy; + stagingmumbai_swap_StableSwapExchange: ResolverTypeWrapper; + stagingmumbai_swap_StableSwapExchange_filter: stagingmumbai_swap_StableSwapExchange_filter; + stagingmumbai_swap_StableSwapExchange_orderBy: stagingmumbai_swap_StableSwapExchange_orderBy; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy; + stagingmumbai_swap_StableSwap_filter: stagingmumbai_swap_StableSwap_filter; + stagingmumbai_swap_StableSwap_orderBy: stagingmumbai_swap_StableSwap_orderBy; + stagingmumbai_swap_SwapDailyVolume: ResolverTypeWrapper; + stagingmumbai_swap_SwapDailyVolume_filter: stagingmumbai_swap_SwapDailyVolume_filter; + stagingmumbai_swap_SwapDailyVolume_orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy; + stagingmumbai_swap_SwapHourlyVolume: ResolverTypeWrapper; + stagingmumbai_swap_SwapHourlyVolume_filter: stagingmumbai_swap_SwapHourlyVolume_filter; + stagingmumbai_swap_SwapHourlyVolume_orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy; + stagingmumbai_swap_SwapTradeVolume: ResolversTypes['stagingmumbai_swap_SwapDailyVolume'] | ResolversTypes['stagingmumbai_swap_SwapHourlyVolume'] | ResolversTypes['stagingmumbai_swap_SwapWeeklyVolume']; + stagingmumbai_swap_SwapTradeVolume_filter: stagingmumbai_swap_SwapTradeVolume_filter; + stagingmumbai_swap_SwapTradeVolume_orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy; + stagingmumbai_swap_SwapWeeklyVolume: ResolverTypeWrapper; + stagingmumbai_swap_SwapWeeklyVolume_filter: stagingmumbai_swap_SwapWeeklyVolume_filter; + stagingmumbai_swap_SwapWeeklyVolume_orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy; + stagingmumbai_swap_SystemInfo: ResolverTypeWrapper; + stagingmumbai_swap_SystemInfo_filter: stagingmumbai_swap_SystemInfo_filter; + stagingmumbai_swap_SystemInfo_orderBy: stagingmumbai_swap_SystemInfo_orderBy; + stagingmumbai_swap__Block_: ResolverTypeWrapper; + stagingmumbai_swap__Meta_: ResolverTypeWrapper; + optimismgoerli_swap_BigDecimal: ResolverTypeWrapper; + optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; + optimismgoerli_swap_Block_height: optimismgoerli_swap_Block_height; + optimismgoerli_swap_Bytes: ResolverTypeWrapper; + optimismgoerli_swap_Int8: ResolverTypeWrapper; + optimismgoerli_swap_LpAccount: ResolverTypeWrapper; + optimismgoerli_swap_LpAccountBalance: ResolverTypeWrapper; + optimismgoerli_swap_LpAccountBalance_filter: optimismgoerli_swap_LpAccountBalance_filter; + optimismgoerli_swap_LpAccountBalance_orderBy: optimismgoerli_swap_LpAccountBalance_orderBy; + optimismgoerli_swap_LpAccount_filter: optimismgoerli_swap_LpAccount_filter; + optimismgoerli_swap_LpAccount_orderBy: optimismgoerli_swap_LpAccount_orderBy; + optimismgoerli_swap_LpToken: ResolverTypeWrapper; + optimismgoerli_swap_LpTokenEvent: ResolversTypes['optimismgoerli_swap_LpTransferEvent']; + optimismgoerli_swap_LpTokenEvent_filter: optimismgoerli_swap_LpTokenEvent_filter; + optimismgoerli_swap_LpTokenEvent_orderBy: optimismgoerli_swap_LpTokenEvent_orderBy; + optimismgoerli_swap_LpToken_filter: optimismgoerli_swap_LpToken_filter; + optimismgoerli_swap_LpToken_orderBy: optimismgoerli_swap_LpToken_orderBy; + optimismgoerli_swap_LpTransferEvent: ResolverTypeWrapper; + optimismgoerli_swap_LpTransferEvent_filter: optimismgoerli_swap_LpTransferEvent_filter; + optimismgoerli_swap_LpTransferEvent_orderBy: optimismgoerli_swap_LpTransferEvent_orderBy; + optimismgoerli_swap_OrderDirection: optimismgoerli_swap_OrderDirection; + optimismgoerli_swap_PooledToken: ResolverTypeWrapper; + optimismgoerli_swap_PooledToken_filter: optimismgoerli_swap_PooledToken_filter; + optimismgoerli_swap_PooledToken_orderBy: optimismgoerli_swap_PooledToken_orderBy; + optimismgoerli_swap_StableSwap: ResolverTypeWrapper; + optimismgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + optimismgoerli_swap_StableSwapAddLiquidityEvent_filter: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter; + optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy; + optimismgoerli_swap_StableSwapEvent: ResolversTypes['optimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimismgoerli_swap_StableSwapRemoveLiquidityEvent']; + optimismgoerli_swap_StableSwapEvent_filter: optimismgoerli_swap_StableSwapEvent_filter; + optimismgoerli_swap_StableSwapEvent_orderBy: optimismgoerli_swap_StableSwapEvent_orderBy; + optimismgoerli_swap_StableSwapExchange: ResolverTypeWrapper; + optimismgoerli_swap_StableSwapExchange_filter: optimismgoerli_swap_StableSwapExchange_filter; + optimismgoerli_swap_StableSwapExchange_orderBy: optimismgoerli_swap_StableSwapExchange_orderBy; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + optimismgoerli_swap_StableSwap_filter: optimismgoerli_swap_StableSwap_filter; + optimismgoerli_swap_StableSwap_orderBy: optimismgoerli_swap_StableSwap_orderBy; + optimismgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; + optimismgoerli_swap_SwapDailyVolume_filter: optimismgoerli_swap_SwapDailyVolume_filter; + optimismgoerli_swap_SwapDailyVolume_orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy; + optimismgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + optimismgoerli_swap_SwapHourlyVolume_filter: optimismgoerli_swap_SwapHourlyVolume_filter; + optimismgoerli_swap_SwapHourlyVolume_orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy; + optimismgoerli_swap_SwapTradeVolume: ResolversTypes['optimismgoerli_swap_SwapDailyVolume'] | ResolversTypes['optimismgoerli_swap_SwapHourlyVolume'] | ResolversTypes['optimismgoerli_swap_SwapWeeklyVolume']; + optimismgoerli_swap_SwapTradeVolume_filter: optimismgoerli_swap_SwapTradeVolume_filter; + optimismgoerli_swap_SwapTradeVolume_orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy; + optimismgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + optimismgoerli_swap_SwapWeeklyVolume_filter: optimismgoerli_swap_SwapWeeklyVolume_filter; + optimismgoerli_swap_SwapWeeklyVolume_orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy; + optimismgoerli_swap_SystemInfo: ResolverTypeWrapper; + optimismgoerli_swap_SystemInfo_filter: optimismgoerli_swap_SystemInfo_filter; + optimismgoerli_swap_SystemInfo_orderBy: optimismgoerli_swap_SystemInfo_orderBy; + optimismgoerli_swap__Block_: ResolverTypeWrapper; + optimismgoerli_swap__Meta_: ResolverTypeWrapper; + arbitrumgoerli_swap_BigDecimal: ResolverTypeWrapper; + arbitrumgoerli_swap_BlockChangedFilter: arbitrumgoerli_swap_BlockChangedFilter; + arbitrumgoerli_swap_Block_height: arbitrumgoerli_swap_Block_height; + arbitrumgoerli_swap_Bytes: ResolverTypeWrapper; + arbitrumgoerli_swap_Int8: ResolverTypeWrapper; + arbitrumgoerli_swap_LpAccount: ResolverTypeWrapper; + arbitrumgoerli_swap_LpAccountBalance: ResolverTypeWrapper; + arbitrumgoerli_swap_LpAccountBalance_filter: arbitrumgoerli_swap_LpAccountBalance_filter; + arbitrumgoerli_swap_LpAccountBalance_orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy; + arbitrumgoerli_swap_LpAccount_filter: arbitrumgoerli_swap_LpAccount_filter; + arbitrumgoerli_swap_LpAccount_orderBy: arbitrumgoerli_swap_LpAccount_orderBy; + arbitrumgoerli_swap_LpToken: ResolverTypeWrapper; + arbitrumgoerli_swap_LpTokenEvent: ResolversTypes['arbitrumgoerli_swap_LpTransferEvent']; + arbitrumgoerli_swap_LpTokenEvent_filter: arbitrumgoerli_swap_LpTokenEvent_filter; + arbitrumgoerli_swap_LpTokenEvent_orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy; + arbitrumgoerli_swap_LpToken_filter: arbitrumgoerli_swap_LpToken_filter; + arbitrumgoerli_swap_LpToken_orderBy: arbitrumgoerli_swap_LpToken_orderBy; + arbitrumgoerli_swap_LpTransferEvent: ResolverTypeWrapper; + arbitrumgoerli_swap_LpTransferEvent_filter: arbitrumgoerli_swap_LpTransferEvent_filter; + arbitrumgoerli_swap_LpTransferEvent_orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy; + arbitrumgoerli_swap_OrderDirection: arbitrumgoerli_swap_OrderDirection; + arbitrumgoerli_swap_PooledToken: ResolverTypeWrapper; + arbitrumgoerli_swap_PooledToken_filter: arbitrumgoerli_swap_PooledToken_filter; + arbitrumgoerli_swap_PooledToken_orderBy: arbitrumgoerli_swap_PooledToken_orderBy; + arbitrumgoerli_swap_StableSwap: ResolverTypeWrapper; + arbitrumgoerli_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; + arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy; + arbitrumgoerli_swap_StableSwapEvent: ResolversTypes['arbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; + arbitrumgoerli_swap_StableSwapEvent_filter: arbitrumgoerli_swap_StableSwapEvent_filter; + arbitrumgoerli_swap_StableSwapEvent_orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy; + arbitrumgoerli_swap_StableSwapExchange: ResolverTypeWrapper; + arbitrumgoerli_swap_StableSwapExchange_filter: arbitrumgoerli_swap_StableSwapExchange_filter; + arbitrumgoerli_swap_StableSwapExchange_orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy; + arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy; + arbitrumgoerli_swap_StableSwap_filter: arbitrumgoerli_swap_StableSwap_filter; + arbitrumgoerli_swap_StableSwap_orderBy: arbitrumgoerli_swap_StableSwap_orderBy; + arbitrumgoerli_swap_SwapDailyVolume: ResolverTypeWrapper; + arbitrumgoerli_swap_SwapDailyVolume_filter: arbitrumgoerli_swap_SwapDailyVolume_filter; + arbitrumgoerli_swap_SwapDailyVolume_orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy; + arbitrumgoerli_swap_SwapHourlyVolume: ResolverTypeWrapper; + arbitrumgoerli_swap_SwapHourlyVolume_filter: arbitrumgoerli_swap_SwapHourlyVolume_filter; + arbitrumgoerli_swap_SwapHourlyVolume_orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy; + arbitrumgoerli_swap_SwapTradeVolume: ResolversTypes['arbitrumgoerli_swap_SwapDailyVolume'] | ResolversTypes['arbitrumgoerli_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumgoerli_swap_SwapWeeklyVolume']; + arbitrumgoerli_swap_SwapTradeVolume_filter: arbitrumgoerli_swap_SwapTradeVolume_filter; + arbitrumgoerli_swap_SwapTradeVolume_orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy; + arbitrumgoerli_swap_SwapWeeklyVolume: ResolverTypeWrapper; + arbitrumgoerli_swap_SwapWeeklyVolume_filter: arbitrumgoerli_swap_SwapWeeklyVolume_filter; + arbitrumgoerli_swap_SwapWeeklyVolume_orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy; + arbitrumgoerli_swap_SystemInfo: ResolverTypeWrapper; + arbitrumgoerli_swap_SystemInfo_filter: arbitrumgoerli_swap_SystemInfo_filter; + arbitrumgoerli_swap_SystemInfo_orderBy: arbitrumgoerli_swap_SystemInfo_orderBy; + arbitrumgoerli_swap__Block_: ResolverTypeWrapper; + arbitrumgoerli_swap__Meta_: ResolverTypeWrapper; + optimism_swap_BigDecimal: ResolverTypeWrapper; + optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; + optimism_swap_Block_height: optimism_swap_Block_height; + optimism_swap_Bytes: ResolverTypeWrapper; + optimism_swap_Int8: ResolverTypeWrapper; + optimism_swap_LpAccount: ResolverTypeWrapper; + optimism_swap_LpAccountBalance: ResolverTypeWrapper; + optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; + optimism_swap_LpAccountBalance_orderBy: optimism_swap_LpAccountBalance_orderBy; + optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; + optimism_swap_LpAccount_orderBy: optimism_swap_LpAccount_orderBy; + optimism_swap_LpToken: ResolverTypeWrapper; + optimism_swap_LpTokenEvent: ResolversTypes['optimism_swap_LpTransferEvent']; + optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; + optimism_swap_LpTokenEvent_orderBy: optimism_swap_LpTokenEvent_orderBy; + optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; + optimism_swap_LpToken_orderBy: optimism_swap_LpToken_orderBy; + optimism_swap_LpTransferEvent: ResolverTypeWrapper; + optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; + optimism_swap_LpTransferEvent_orderBy: optimism_swap_LpTransferEvent_orderBy; + optimism_swap_OrderDirection: optimism_swap_OrderDirection; + optimism_swap_PooledToken: ResolverTypeWrapper; + optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; + optimism_swap_PooledToken_orderBy: optimism_swap_PooledToken_orderBy; + optimism_swap_StableSwap: ResolverTypeWrapper; + optimism_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; + optimism_swap_StableSwapAddLiquidityEvent_orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy; + optimism_swap_StableSwapEvent: ResolversTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; + optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; + optimism_swap_StableSwapEvent_orderBy: optimism_swap_StableSwapEvent_orderBy; + optimism_swap_StableSwapExchange: ResolverTypeWrapper; + optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; + optimism_swap_StableSwapExchange_orderBy: optimism_swap_StableSwapExchange_orderBy; + optimism_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; + optimism_swap_StableSwapRemoveLiquidityEvent_orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy; + optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; + optimism_swap_StableSwap_orderBy: optimism_swap_StableSwap_orderBy; + optimism_swap_SwapDailyVolume: ResolverTypeWrapper; + optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; + optimism_swap_SwapDailyVolume_orderBy: optimism_swap_SwapDailyVolume_orderBy; + optimism_swap_SwapHourlyVolume: ResolverTypeWrapper; + optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; + optimism_swap_SwapHourlyVolume_orderBy: optimism_swap_SwapHourlyVolume_orderBy; + optimism_swap_SwapTradeVolume: ResolversTypes['optimism_swap_SwapDailyVolume'] | ResolversTypes['optimism_swap_SwapHourlyVolume'] | ResolversTypes['optimism_swap_SwapWeeklyVolume']; + optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; + optimism_swap_SwapTradeVolume_orderBy: optimism_swap_SwapTradeVolume_orderBy; + optimism_swap_SwapWeeklyVolume: ResolverTypeWrapper; + optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; + optimism_swap_SwapWeeklyVolume_orderBy: optimism_swap_SwapWeeklyVolume_orderBy; + optimism_swap_SystemInfo: ResolverTypeWrapper; + optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; + optimism_swap_SystemInfo_orderBy: optimism_swap_SystemInfo_orderBy; + optimism_swap__Block_: ResolverTypeWrapper; + optimism_swap__Meta_: ResolverTypeWrapper; + stagingarbitrumgoerli_AggregateRoot: ResolverTypeWrapper; + stagingarbitrumgoerli_AggregateRootProposed: ResolverTypeWrapper; + stagingarbitrumgoerli_AggregateRootProposed_filter: stagingarbitrumgoerli_AggregateRootProposed_filter; + stagingarbitrumgoerli_AggregateRootProposed_orderBy: stagingarbitrumgoerli_AggregateRootProposed_orderBy; + stagingarbitrumgoerli_AggregateRoot_filter: stagingarbitrumgoerli_AggregateRoot_filter; + stagingarbitrumgoerli_AggregateRoot_orderBy: stagingarbitrumgoerli_AggregateRoot_orderBy; + stagingarbitrumgoerli_Asset: ResolverTypeWrapper; + stagingarbitrumgoerli_AssetBalance: ResolverTypeWrapper; + stagingarbitrumgoerli_AssetBalance_filter: stagingarbitrumgoerli_AssetBalance_filter; + stagingarbitrumgoerli_AssetBalance_orderBy: stagingarbitrumgoerli_AssetBalance_orderBy; + stagingarbitrumgoerli_AssetStatus: ResolverTypeWrapper; + stagingarbitrumgoerli_AssetStatus_filter: stagingarbitrumgoerli_AssetStatus_filter; + stagingarbitrumgoerli_AssetStatus_orderBy: stagingarbitrumgoerli_AssetStatus_orderBy; + stagingarbitrumgoerli_Asset_filter: stagingarbitrumgoerli_Asset_filter; + stagingarbitrumgoerli_Asset_orderBy: stagingarbitrumgoerli_Asset_orderBy; + stagingarbitrumgoerli_BigDecimal: ResolverTypeWrapper; + stagingarbitrumgoerli_BlockChangedFilter: stagingarbitrumgoerli_BlockChangedFilter; + stagingarbitrumgoerli_Block_height: stagingarbitrumgoerli_Block_height; + stagingarbitrumgoerli_Bytes: ResolverTypeWrapper; + stagingarbitrumgoerli_ConnectorMeta: ResolverTypeWrapper; + stagingarbitrumgoerli_ConnectorMeta_filter: stagingarbitrumgoerli_ConnectorMeta_filter; + stagingarbitrumgoerli_ConnectorMeta_orderBy: stagingarbitrumgoerli_ConnectorMeta_orderBy; + stagingarbitrumgoerli_DestinationTransfer: ResolverTypeWrapper; + stagingarbitrumgoerli_DestinationTransfer_filter: stagingarbitrumgoerli_DestinationTransfer_filter; + stagingarbitrumgoerli_DestinationTransfer_orderBy: stagingarbitrumgoerli_DestinationTransfer_orderBy; + stagingarbitrumgoerli_Int8: ResolverTypeWrapper; + stagingarbitrumgoerli_OptimisticRootFinalized: ResolverTypeWrapper; + stagingarbitrumgoerli_OptimisticRootFinalized_filter: stagingarbitrumgoerli_OptimisticRootFinalized_filter; + stagingarbitrumgoerli_OptimisticRootFinalized_orderBy: stagingarbitrumgoerli_OptimisticRootFinalized_orderBy; + stagingarbitrumgoerli_OrderDirection: stagingarbitrumgoerli_OrderDirection; + stagingarbitrumgoerli_OriginMessage: ResolverTypeWrapper; + stagingarbitrumgoerli_OriginMessage_filter: stagingarbitrumgoerli_OriginMessage_filter; + stagingarbitrumgoerli_OriginMessage_orderBy: stagingarbitrumgoerli_OriginMessage_orderBy; + stagingarbitrumgoerli_OriginTransfer: ResolverTypeWrapper; + stagingarbitrumgoerli_OriginTransfer_filter: stagingarbitrumgoerli_OriginTransfer_filter; + stagingarbitrumgoerli_OriginTransfer_orderBy: stagingarbitrumgoerli_OriginTransfer_orderBy; + stagingarbitrumgoerli_Relayer: ResolverTypeWrapper; + stagingarbitrumgoerli_RelayerFee: ResolverTypeWrapper; + stagingarbitrumgoerli_RelayerFee_filter: stagingarbitrumgoerli_RelayerFee_filter; + stagingarbitrumgoerli_RelayerFee_orderBy: stagingarbitrumgoerli_RelayerFee_orderBy; + stagingarbitrumgoerli_RelayerFeesIncrease: ResolverTypeWrapper; + stagingarbitrumgoerli_RelayerFeesIncrease_filter: stagingarbitrumgoerli_RelayerFeesIncrease_filter; + stagingarbitrumgoerli_RelayerFeesIncrease_orderBy: stagingarbitrumgoerli_RelayerFeesIncrease_orderBy; + stagingarbitrumgoerli_Relayer_filter: stagingarbitrumgoerli_Relayer_filter; + stagingarbitrumgoerli_Relayer_orderBy: stagingarbitrumgoerli_Relayer_orderBy; + stagingarbitrumgoerli_RootCount: ResolverTypeWrapper; + stagingarbitrumgoerli_RootCount_filter: stagingarbitrumgoerli_RootCount_filter; + stagingarbitrumgoerli_RootCount_orderBy: stagingarbitrumgoerli_RootCount_orderBy; + stagingarbitrumgoerli_RootMessageSent: ResolverTypeWrapper; + stagingarbitrumgoerli_RootMessageSent_filter: stagingarbitrumgoerli_RootMessageSent_filter; + stagingarbitrumgoerli_RootMessageSent_orderBy: stagingarbitrumgoerli_RootMessageSent_orderBy; + stagingarbitrumgoerli_Router: ResolverTypeWrapper; + stagingarbitrumgoerli_RouterDailyTVL: ResolverTypeWrapper; + stagingarbitrumgoerli_RouterDailyTVL_filter: stagingarbitrumgoerli_RouterDailyTVL_filter; + stagingarbitrumgoerli_RouterDailyTVL_orderBy: stagingarbitrumgoerli_RouterDailyTVL_orderBy; + stagingarbitrumgoerli_Router_filter: stagingarbitrumgoerli_Router_filter; + stagingarbitrumgoerli_Router_orderBy: stagingarbitrumgoerli_Router_orderBy; + stagingarbitrumgoerli_Sequencer: ResolverTypeWrapper; + stagingarbitrumgoerli_Sequencer_filter: stagingarbitrumgoerli_Sequencer_filter; + stagingarbitrumgoerli_Sequencer_orderBy: stagingarbitrumgoerli_Sequencer_orderBy; + stagingarbitrumgoerli_Setting: ResolverTypeWrapper; + stagingarbitrumgoerli_Setting_filter: stagingarbitrumgoerli_Setting_filter; + stagingarbitrumgoerli_Setting_orderBy: stagingarbitrumgoerli_Setting_orderBy; + stagingarbitrumgoerli_SlippageUpdate: ResolverTypeWrapper; + stagingarbitrumgoerli_SlippageUpdate_filter: stagingarbitrumgoerli_SlippageUpdate_filter; + stagingarbitrumgoerli_SlippageUpdate_orderBy: stagingarbitrumgoerli_SlippageUpdate_orderBy; + stagingarbitrumgoerli_SnapshotRoot: ResolverTypeWrapper; + stagingarbitrumgoerli_SnapshotRoot_filter: stagingarbitrumgoerli_SnapshotRoot_filter; + stagingarbitrumgoerli_SnapshotRoot_orderBy: stagingarbitrumgoerli_SnapshotRoot_orderBy; + stagingarbitrumgoerli_SpokeConnectorMode: ResolverTypeWrapper; + stagingarbitrumgoerli_SpokeConnectorMode_filter: stagingarbitrumgoerli_SpokeConnectorMode_filter; + stagingarbitrumgoerli_SpokeConnectorMode_orderBy: stagingarbitrumgoerli_SpokeConnectorMode_orderBy; + stagingarbitrumgoerli_TransferStatus: stagingarbitrumgoerli_TransferStatus; + stagingarbitrumgoerli__Block_: ResolverTypeWrapper; + stagingarbitrumgoerli__Meta_: ResolverTypeWrapper; + goerli_AggregateRoot: ResolverTypeWrapper; + goerli_AggregateRoot_filter: goerli_AggregateRoot_filter; + goerli_AggregateRoot_orderBy: goerli_AggregateRoot_orderBy; + goerli_Asset: ResolverTypeWrapper; + goerli_AssetBalance: ResolverTypeWrapper; + goerli_AssetBalance_filter: goerli_AssetBalance_filter; + goerli_AssetBalance_orderBy: goerli_AssetBalance_orderBy; + goerli_AssetStatus: ResolverTypeWrapper; + goerli_AssetStatus_filter: goerli_AssetStatus_filter; + goerli_AssetStatus_orderBy: goerli_AssetStatus_orderBy; + goerli_Asset_filter: goerli_Asset_filter; + goerli_Asset_orderBy: goerli_Asset_orderBy; + goerli_ConnectorMeta: ResolverTypeWrapper; + goerli_ConnectorMeta_filter: goerli_ConnectorMeta_filter; + goerli_ConnectorMeta_orderBy: goerli_ConnectorMeta_orderBy; + goerli_DestinationTransfer: ResolverTypeWrapper; + goerli_DestinationTransfer_filter: goerli_DestinationTransfer_filter; + goerli_DestinationTransfer_orderBy: goerli_DestinationTransfer_orderBy; + goerli_OriginMessage: ResolverTypeWrapper; + goerli_OriginMessage_filter: goerli_OriginMessage_filter; + goerli_OriginMessage_orderBy: goerli_OriginMessage_orderBy; + goerli_OriginTransfer: ResolverTypeWrapper; + goerli_OriginTransfer_filter: goerli_OriginTransfer_filter; + goerli_OriginTransfer_orderBy: goerli_OriginTransfer_orderBy; + goerli_Relayer: ResolverTypeWrapper; + goerli_RelayerFee: ResolverTypeWrapper; + goerli_RelayerFee_filter: goerli_RelayerFee_filter; + goerli_RelayerFee_orderBy: goerli_RelayerFee_orderBy; + goerli_RelayerFeesIncrease: ResolverTypeWrapper; + goerli_RelayerFeesIncrease_filter: goerli_RelayerFeesIncrease_filter; + goerli_RelayerFeesIncrease_orderBy: goerli_RelayerFeesIncrease_orderBy; + goerli_Relayer_filter: goerli_Relayer_filter; + goerli_Relayer_orderBy: goerli_Relayer_orderBy; + goerli_RootCount: ResolverTypeWrapper; + goerli_RootCount_filter: goerli_RootCount_filter; + goerli_RootCount_orderBy: goerli_RootCount_orderBy; + goerli_RootMessageSent: ResolverTypeWrapper; + goerli_RootMessageSent_filter: goerli_RootMessageSent_filter; + goerli_RootMessageSent_orderBy: goerli_RootMessageSent_orderBy; + goerli_Router: ResolverTypeWrapper; + goerli_RouterDailyTVL: ResolverTypeWrapper; + goerli_RouterDailyTVL_filter: goerli_RouterDailyTVL_filter; + goerli_RouterDailyTVL_orderBy: goerli_RouterDailyTVL_orderBy; + goerli_RouterLiquidityEvent: ResolverTypeWrapper; + goerli_RouterLiquidityEventType: goerli_RouterLiquidityEventType; + goerli_RouterLiquidityEvent_filter: goerli_RouterLiquidityEvent_filter; + goerli_RouterLiquidityEvent_orderBy: goerli_RouterLiquidityEvent_orderBy; + goerli_Router_filter: goerli_Router_filter; + goerli_Router_orderBy: goerli_Router_orderBy; + goerli_Sequencer: ResolverTypeWrapper; + goerli_Sequencer_filter: goerli_Sequencer_filter; + goerli_Sequencer_orderBy: goerli_Sequencer_orderBy; + goerli_Setting: ResolverTypeWrapper; + goerli_Setting_filter: goerli_Setting_filter; + goerli_Setting_orderBy: goerli_Setting_orderBy; + goerli_SlippageUpdate: ResolverTypeWrapper; + goerli_SlippageUpdate_filter: goerli_SlippageUpdate_filter; + goerli_SlippageUpdate_orderBy: goerli_SlippageUpdate_orderBy; + goerli_TransferStatus: goerli_TransferStatus; + optimismgoerli_AggregateRoot: ResolverTypeWrapper; + optimismgoerli_AggregateRoot_filter: optimismgoerli_AggregateRoot_filter; + optimismgoerli_AggregateRoot_orderBy: optimismgoerli_AggregateRoot_orderBy; + optimismgoerli_Asset: ResolverTypeWrapper; + optimismgoerli_AssetBalance: ResolverTypeWrapper; + optimismgoerli_AssetBalance_filter: optimismgoerli_AssetBalance_filter; + optimismgoerli_AssetBalance_orderBy: optimismgoerli_AssetBalance_orderBy; + optimismgoerli_AssetStatus: ResolverTypeWrapper; + optimismgoerli_AssetStatus_filter: optimismgoerli_AssetStatus_filter; + optimismgoerli_AssetStatus_orderBy: optimismgoerli_AssetStatus_orderBy; + optimismgoerli_Asset_filter: optimismgoerli_Asset_filter; + optimismgoerli_Asset_orderBy: optimismgoerli_Asset_orderBy; + optimismgoerli_BigDecimal: ResolverTypeWrapper; + optimismgoerli_BlockChangedFilter: optimismgoerli_BlockChangedFilter; + optimismgoerli_Block_height: optimismgoerli_Block_height; + optimismgoerli_Bytes: ResolverTypeWrapper; + optimismgoerli_ConnectorMeta: ResolverTypeWrapper; + optimismgoerli_ConnectorMeta_filter: optimismgoerli_ConnectorMeta_filter; + optimismgoerli_ConnectorMeta_orderBy: optimismgoerli_ConnectorMeta_orderBy; + optimismgoerli_DestinationTransfer: ResolverTypeWrapper; + optimismgoerli_DestinationTransfer_filter: optimismgoerli_DestinationTransfer_filter; + optimismgoerli_DestinationTransfer_orderBy: optimismgoerli_DestinationTransfer_orderBy; + optimismgoerli_Int8: ResolverTypeWrapper; + optimismgoerli_OrderDirection: optimismgoerli_OrderDirection; + optimismgoerli_OriginMessage: ResolverTypeWrapper; + optimismgoerli_OriginMessage_filter: optimismgoerli_OriginMessage_filter; + optimismgoerli_OriginMessage_orderBy: optimismgoerli_OriginMessage_orderBy; + optimismgoerli_OriginTransfer: ResolverTypeWrapper; + optimismgoerli_OriginTransfer_filter: optimismgoerli_OriginTransfer_filter; + optimismgoerli_OriginTransfer_orderBy: optimismgoerli_OriginTransfer_orderBy; + optimismgoerli_Relayer: ResolverTypeWrapper; + optimismgoerli_RelayerFee: ResolverTypeWrapper; + optimismgoerli_RelayerFee_filter: optimismgoerli_RelayerFee_filter; + optimismgoerli_RelayerFee_orderBy: optimismgoerli_RelayerFee_orderBy; + optimismgoerli_RelayerFeesIncrease: ResolverTypeWrapper; + optimismgoerli_RelayerFeesIncrease_filter: optimismgoerli_RelayerFeesIncrease_filter; + optimismgoerli_RelayerFeesIncrease_orderBy: optimismgoerli_RelayerFeesIncrease_orderBy; + optimismgoerli_Relayer_filter: optimismgoerli_Relayer_filter; + optimismgoerli_Relayer_orderBy: optimismgoerli_Relayer_orderBy; + optimismgoerli_RootCount: ResolverTypeWrapper; + optimismgoerli_RootCount_filter: optimismgoerli_RootCount_filter; + optimismgoerli_RootCount_orderBy: optimismgoerli_RootCount_orderBy; + optimismgoerli_RootMessageSent: ResolverTypeWrapper; + optimismgoerli_RootMessageSent_filter: optimismgoerli_RootMessageSent_filter; + optimismgoerli_RootMessageSent_orderBy: optimismgoerli_RootMessageSent_orderBy; + optimismgoerli_Router: ResolverTypeWrapper; + optimismgoerli_RouterDailyTVL: ResolverTypeWrapper; + optimismgoerli_RouterDailyTVL_filter: optimismgoerli_RouterDailyTVL_filter; + optimismgoerli_RouterDailyTVL_orderBy: optimismgoerli_RouterDailyTVL_orderBy; + optimismgoerli_RouterLiquidityEvent: ResolverTypeWrapper; + optimismgoerli_RouterLiquidityEventType: optimismgoerli_RouterLiquidityEventType; + optimismgoerli_RouterLiquidityEvent_filter: optimismgoerli_RouterLiquidityEvent_filter; + optimismgoerli_RouterLiquidityEvent_orderBy: optimismgoerli_RouterLiquidityEvent_orderBy; + optimismgoerli_Router_filter: optimismgoerli_Router_filter; + optimismgoerli_Router_orderBy: optimismgoerli_Router_orderBy; + optimismgoerli_Sequencer: ResolverTypeWrapper; + optimismgoerli_Sequencer_filter: optimismgoerli_Sequencer_filter; + optimismgoerli_Sequencer_orderBy: optimismgoerli_Sequencer_orderBy; + optimismgoerli_Setting: ResolverTypeWrapper; + optimismgoerli_Setting_filter: optimismgoerli_Setting_filter; + optimismgoerli_Setting_orderBy: optimismgoerli_Setting_orderBy; + optimismgoerli_SlippageUpdate: ResolverTypeWrapper; + optimismgoerli_SlippageUpdate_filter: optimismgoerli_SlippageUpdate_filter; + optimismgoerli_SlippageUpdate_orderBy: optimismgoerli_SlippageUpdate_orderBy; + optimismgoerli_TransferStatus: optimismgoerli_TransferStatus; + optimismgoerli__Block_: ResolverTypeWrapper; + optimismgoerli__Meta_: ResolverTypeWrapper; + stagingmumbai_AggregateRoot: ResolverTypeWrapper; + stagingmumbai_AggregateRootProposed: ResolverTypeWrapper; + stagingmumbai_AggregateRootProposed_filter: stagingmumbai_AggregateRootProposed_filter; + stagingmumbai_AggregateRootProposed_orderBy: stagingmumbai_AggregateRootProposed_orderBy; + stagingmumbai_AggregateRoot_filter: stagingmumbai_AggregateRoot_filter; + stagingmumbai_AggregateRoot_orderBy: stagingmumbai_AggregateRoot_orderBy; + stagingmumbai_Asset: ResolverTypeWrapper; + stagingmumbai_AssetBalance: ResolverTypeWrapper; + stagingmumbai_AssetBalance_filter: stagingmumbai_AssetBalance_filter; + stagingmumbai_AssetBalance_orderBy: stagingmumbai_AssetBalance_orderBy; + stagingmumbai_AssetStatus: ResolverTypeWrapper; + stagingmumbai_AssetStatus_filter: stagingmumbai_AssetStatus_filter; + stagingmumbai_AssetStatus_orderBy: stagingmumbai_AssetStatus_orderBy; + stagingmumbai_Asset_filter: stagingmumbai_Asset_filter; + stagingmumbai_Asset_orderBy: stagingmumbai_Asset_orderBy; + stagingmumbai_BigDecimal: ResolverTypeWrapper; + stagingmumbai_BlockChangedFilter: stagingmumbai_BlockChangedFilter; + stagingmumbai_Block_height: stagingmumbai_Block_height; + stagingmumbai_Bytes: ResolverTypeWrapper; + stagingmumbai_ConnectorMeta: ResolverTypeWrapper; + stagingmumbai_ConnectorMeta_filter: stagingmumbai_ConnectorMeta_filter; + stagingmumbai_ConnectorMeta_orderBy: stagingmumbai_ConnectorMeta_orderBy; + stagingmumbai_DestinationTransfer: ResolverTypeWrapper; + stagingmumbai_DestinationTransfer_filter: stagingmumbai_DestinationTransfer_filter; + stagingmumbai_DestinationTransfer_orderBy: stagingmumbai_DestinationTransfer_orderBy; + stagingmumbai_Int8: ResolverTypeWrapper; + stagingmumbai_OptimisticRootFinalized: ResolverTypeWrapper; + stagingmumbai_OptimisticRootFinalized_filter: stagingmumbai_OptimisticRootFinalized_filter; + stagingmumbai_OptimisticRootFinalized_orderBy: stagingmumbai_OptimisticRootFinalized_orderBy; + stagingmumbai_OrderDirection: stagingmumbai_OrderDirection; + stagingmumbai_OriginMessage: ResolverTypeWrapper; + stagingmumbai_OriginMessage_filter: stagingmumbai_OriginMessage_filter; + stagingmumbai_OriginMessage_orderBy: stagingmumbai_OriginMessage_orderBy; + stagingmumbai_OriginTransfer: ResolverTypeWrapper; + stagingmumbai_OriginTransfer_filter: stagingmumbai_OriginTransfer_filter; + stagingmumbai_OriginTransfer_orderBy: stagingmumbai_OriginTransfer_orderBy; + stagingmumbai_Relayer: ResolverTypeWrapper; + stagingmumbai_RelayerFee: ResolverTypeWrapper; + stagingmumbai_RelayerFee_filter: stagingmumbai_RelayerFee_filter; + stagingmumbai_RelayerFee_orderBy: stagingmumbai_RelayerFee_orderBy; + stagingmumbai_RelayerFeesIncrease: ResolverTypeWrapper; + stagingmumbai_RelayerFeesIncrease_filter: stagingmumbai_RelayerFeesIncrease_filter; + stagingmumbai_RelayerFeesIncrease_orderBy: stagingmumbai_RelayerFeesIncrease_orderBy; + stagingmumbai_Relayer_filter: stagingmumbai_Relayer_filter; + stagingmumbai_Relayer_orderBy: stagingmumbai_Relayer_orderBy; + stagingmumbai_RootCount: ResolverTypeWrapper; + stagingmumbai_RootCount_filter: stagingmumbai_RootCount_filter; + stagingmumbai_RootCount_orderBy: stagingmumbai_RootCount_orderBy; + stagingmumbai_RootMessageSent: ResolverTypeWrapper; + stagingmumbai_RootMessageSent_filter: stagingmumbai_RootMessageSent_filter; + stagingmumbai_RootMessageSent_orderBy: stagingmumbai_RootMessageSent_orderBy; + stagingmumbai_Router: ResolverTypeWrapper; + stagingmumbai_RouterDailyTVL: ResolverTypeWrapper; + stagingmumbai_RouterDailyTVL_filter: stagingmumbai_RouterDailyTVL_filter; + stagingmumbai_RouterDailyTVL_orderBy: stagingmumbai_RouterDailyTVL_orderBy; + stagingmumbai_Router_filter: stagingmumbai_Router_filter; + stagingmumbai_Router_orderBy: stagingmumbai_Router_orderBy; + stagingmumbai_Sequencer: ResolverTypeWrapper; + stagingmumbai_Sequencer_filter: stagingmumbai_Sequencer_filter; + stagingmumbai_Sequencer_orderBy: stagingmumbai_Sequencer_orderBy; + stagingmumbai_Setting: ResolverTypeWrapper; + stagingmumbai_Setting_filter: stagingmumbai_Setting_filter; + stagingmumbai_Setting_orderBy: stagingmumbai_Setting_orderBy; + stagingmumbai_SlippageUpdate: ResolverTypeWrapper; + stagingmumbai_SlippageUpdate_filter: stagingmumbai_SlippageUpdate_filter; + stagingmumbai_SlippageUpdate_orderBy: stagingmumbai_SlippageUpdate_orderBy; + stagingmumbai_SnapshotRoot: ResolverTypeWrapper; + stagingmumbai_SnapshotRoot_filter: stagingmumbai_SnapshotRoot_filter; + stagingmumbai_SnapshotRoot_orderBy: stagingmumbai_SnapshotRoot_orderBy; + stagingmumbai_SpokeConnectorMode: ResolverTypeWrapper; + stagingmumbai_SpokeConnectorMode_filter: stagingmumbai_SpokeConnectorMode_filter; + stagingmumbai_SpokeConnectorMode_orderBy: stagingmumbai_SpokeConnectorMode_orderBy; + stagingmumbai_TransferStatus: stagingmumbai_TransferStatus; + stagingmumbai__Block_: ResolverTypeWrapper; + stagingmumbai__Meta_: ResolverTypeWrapper; + staginggoerli_AggregateRoot: ResolverTypeWrapper; + staginggoerli_AggregateRootProposed: ResolverTypeWrapper; + staginggoerli_AggregateRootProposed_filter: staginggoerli_AggregateRootProposed_filter; + staginggoerli_AggregateRootProposed_orderBy: staginggoerli_AggregateRootProposed_orderBy; + staginggoerli_AggregateRoot_filter: staginggoerli_AggregateRoot_filter; + staginggoerli_AggregateRoot_orderBy: staginggoerli_AggregateRoot_orderBy; + staginggoerli_Asset: ResolverTypeWrapper; + staginggoerli_AssetBalance: ResolverTypeWrapper; + staginggoerli_AssetBalance_filter: staginggoerli_AssetBalance_filter; + staginggoerli_AssetBalance_orderBy: staginggoerli_AssetBalance_orderBy; + staginggoerli_AssetStatus: ResolverTypeWrapper; + staginggoerli_AssetStatus_filter: staginggoerli_AssetStatus_filter; + staginggoerli_AssetStatus_orderBy: staginggoerli_AssetStatus_orderBy; + staginggoerli_Asset_filter: staginggoerli_Asset_filter; + staginggoerli_Asset_orderBy: staginggoerli_Asset_orderBy; + staginggoerli_ConnectorMeta: ResolverTypeWrapper; + staginggoerli_ConnectorMeta_filter: staginggoerli_ConnectorMeta_filter; + staginggoerli_ConnectorMeta_orderBy: staginggoerli_ConnectorMeta_orderBy; + staginggoerli_DestinationTransfer: ResolverTypeWrapper; + staginggoerli_DestinationTransfer_filter: staginggoerli_DestinationTransfer_filter; + staginggoerli_DestinationTransfer_orderBy: staginggoerli_DestinationTransfer_orderBy; + staginggoerli_OptimisticRootFinalized: ResolverTypeWrapper; + staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; + staginggoerli_OptimisticRootFinalized_orderBy: staginggoerli_OptimisticRootFinalized_orderBy; + staginggoerli_OriginMessage: ResolverTypeWrapper; + staginggoerli_OriginMessage_filter: staginggoerli_OriginMessage_filter; + staginggoerli_OriginMessage_orderBy: staginggoerli_OriginMessage_orderBy; + staginggoerli_OriginTransfer: ResolverTypeWrapper; + staginggoerli_OriginTransfer_filter: staginggoerli_OriginTransfer_filter; + staginggoerli_OriginTransfer_orderBy: staginggoerli_OriginTransfer_orderBy; + staginggoerli_Relayer: ResolverTypeWrapper; + staginggoerli_RelayerFee: ResolverTypeWrapper; + staginggoerli_RelayerFee_filter: staginggoerli_RelayerFee_filter; + staginggoerli_RelayerFee_orderBy: staginggoerli_RelayerFee_orderBy; + staginggoerli_RelayerFeesIncrease: ResolverTypeWrapper; + staginggoerli_RelayerFeesIncrease_filter: staginggoerli_RelayerFeesIncrease_filter; + staginggoerli_RelayerFeesIncrease_orderBy: staginggoerli_RelayerFeesIncrease_orderBy; + staginggoerli_Relayer_filter: staginggoerli_Relayer_filter; + staginggoerli_Relayer_orderBy: staginggoerli_Relayer_orderBy; + staginggoerli_RootCount: ResolverTypeWrapper; + staginggoerli_RootCount_filter: staginggoerli_RootCount_filter; + staginggoerli_RootCount_orderBy: staginggoerli_RootCount_orderBy; + staginggoerli_RootMessageSent: ResolverTypeWrapper; + staginggoerli_RootMessageSent_filter: staginggoerli_RootMessageSent_filter; + staginggoerli_RootMessageSent_orderBy: staginggoerli_RootMessageSent_orderBy; + staginggoerli_Router: ResolverTypeWrapper; + staginggoerli_RouterDailyTVL: ResolverTypeWrapper; + staginggoerli_RouterDailyTVL_filter: staginggoerli_RouterDailyTVL_filter; + staginggoerli_RouterDailyTVL_orderBy: staginggoerli_RouterDailyTVL_orderBy; + staginggoerli_Router_filter: staginggoerli_Router_filter; + staginggoerli_Router_orderBy: staginggoerli_Router_orderBy; + staginggoerli_Sequencer: ResolverTypeWrapper; + staginggoerli_Sequencer_filter: staginggoerli_Sequencer_filter; + staginggoerli_Sequencer_orderBy: staginggoerli_Sequencer_orderBy; + staginggoerli_Setting: ResolverTypeWrapper; + staginggoerli_Setting_filter: staginggoerli_Setting_filter; + staginggoerli_Setting_orderBy: staginggoerli_Setting_orderBy; + staginggoerli_SlippageUpdate: ResolverTypeWrapper; + staginggoerli_SlippageUpdate_filter: staginggoerli_SlippageUpdate_filter; + staginggoerli_SlippageUpdate_orderBy: staginggoerli_SlippageUpdate_orderBy; + staginggoerli_SnapshotRoot: ResolverTypeWrapper; + staginggoerli_SnapshotRoot_filter: staginggoerli_SnapshotRoot_filter; + staginggoerli_SnapshotRoot_orderBy: staginggoerli_SnapshotRoot_orderBy; + staginggoerli_SpokeConnectorMode: ResolverTypeWrapper; + staginggoerli_SpokeConnectorMode_filter: staginggoerli_SpokeConnectorMode_filter; + staginggoerli_SpokeConnectorMode_orderBy: staginggoerli_SpokeConnectorMode_orderBy; + staginggoerli_TransferStatus: staginggoerli_TransferStatus; + mumbai_AggregateRoot: ResolverTypeWrapper; + mumbai_AggregateRoot_filter: mumbai_AggregateRoot_filter; + mumbai_AggregateRoot_orderBy: mumbai_AggregateRoot_orderBy; + mumbai_Asset: ResolverTypeWrapper; + mumbai_AssetBalance: ResolverTypeWrapper; + mumbai_AssetBalance_filter: mumbai_AssetBalance_filter; + mumbai_AssetBalance_orderBy: mumbai_AssetBalance_orderBy; + mumbai_AssetStatus: ResolverTypeWrapper; + mumbai_AssetStatus_filter: mumbai_AssetStatus_filter; + mumbai_AssetStatus_orderBy: mumbai_AssetStatus_orderBy; + mumbai_Asset_filter: mumbai_Asset_filter; + mumbai_Asset_orderBy: mumbai_Asset_orderBy; + mumbai_BigDecimal: ResolverTypeWrapper; + mumbai_BlockChangedFilter: mumbai_BlockChangedFilter; + mumbai_Block_height: mumbai_Block_height; + mumbai_Bytes: ResolverTypeWrapper; + mumbai_ConnectorMeta: ResolverTypeWrapper; + mumbai_ConnectorMeta_filter: mumbai_ConnectorMeta_filter; + mumbai_ConnectorMeta_orderBy: mumbai_ConnectorMeta_orderBy; + mumbai_DestinationTransfer: ResolverTypeWrapper; + mumbai_DestinationTransfer_filter: mumbai_DestinationTransfer_filter; + mumbai_DestinationTransfer_orderBy: mumbai_DestinationTransfer_orderBy; + mumbai_Int8: ResolverTypeWrapper; + mumbai_OrderDirection: mumbai_OrderDirection; + mumbai_OriginMessage: ResolverTypeWrapper; + mumbai_OriginMessage_filter: mumbai_OriginMessage_filter; + mumbai_OriginMessage_orderBy: mumbai_OriginMessage_orderBy; + mumbai_OriginTransfer: ResolverTypeWrapper; + mumbai_OriginTransfer_filter: mumbai_OriginTransfer_filter; + mumbai_OriginTransfer_orderBy: mumbai_OriginTransfer_orderBy; + mumbai_Relayer: ResolverTypeWrapper; + mumbai_RelayerFee: ResolverTypeWrapper; + mumbai_RelayerFee_filter: mumbai_RelayerFee_filter; + mumbai_RelayerFee_orderBy: mumbai_RelayerFee_orderBy; + mumbai_RelayerFeesIncrease: ResolverTypeWrapper; + mumbai_RelayerFeesIncrease_filter: mumbai_RelayerFeesIncrease_filter; + mumbai_RelayerFeesIncrease_orderBy: mumbai_RelayerFeesIncrease_orderBy; + mumbai_Relayer_filter: mumbai_Relayer_filter; + mumbai_Relayer_orderBy: mumbai_Relayer_orderBy; + mumbai_RootCount: ResolverTypeWrapper; + mumbai_RootCount_filter: mumbai_RootCount_filter; + mumbai_RootCount_orderBy: mumbai_RootCount_orderBy; + mumbai_RootMessageSent: ResolverTypeWrapper; + mumbai_RootMessageSent_filter: mumbai_RootMessageSent_filter; + mumbai_RootMessageSent_orderBy: mumbai_RootMessageSent_orderBy; + mumbai_Router: ResolverTypeWrapper; + mumbai_RouterDailyTVL: ResolverTypeWrapper; + mumbai_RouterDailyTVL_filter: mumbai_RouterDailyTVL_filter; + mumbai_RouterDailyTVL_orderBy: mumbai_RouterDailyTVL_orderBy; + mumbai_RouterLiquidityEvent: ResolverTypeWrapper; + mumbai_RouterLiquidityEventType: mumbai_RouterLiquidityEventType; + mumbai_RouterLiquidityEvent_filter: mumbai_RouterLiquidityEvent_filter; + mumbai_RouterLiquidityEvent_orderBy: mumbai_RouterLiquidityEvent_orderBy; + mumbai_Router_filter: mumbai_Router_filter; + mumbai_Router_orderBy: mumbai_Router_orderBy; + mumbai_Sequencer: ResolverTypeWrapper; + mumbai_Sequencer_filter: mumbai_Sequencer_filter; + mumbai_Sequencer_orderBy: mumbai_Sequencer_orderBy; + mumbai_Setting: ResolverTypeWrapper; + mumbai_Setting_filter: mumbai_Setting_filter; + mumbai_Setting_orderBy: mumbai_Setting_orderBy; + mumbai_SlippageUpdate: ResolverTypeWrapper; + mumbai_SlippageUpdate_filter: mumbai_SlippageUpdate_filter; + mumbai_SlippageUpdate_orderBy: mumbai_SlippageUpdate_orderBy; + mumbai_TransferStatus: mumbai_TransferStatus; + mumbai__Block_: ResolverTypeWrapper; + mumbai__Meta_: ResolverTypeWrapper; + arbitrumgoerli_AggregateRoot: ResolverTypeWrapper; + arbitrumgoerli_AggregateRoot_filter: arbitrumgoerli_AggregateRoot_filter; + arbitrumgoerli_AggregateRoot_orderBy: arbitrumgoerli_AggregateRoot_orderBy; + arbitrumgoerli_Asset: ResolverTypeWrapper; + arbitrumgoerli_AssetBalance: ResolverTypeWrapper; + arbitrumgoerli_AssetBalance_filter: arbitrumgoerli_AssetBalance_filter; + arbitrumgoerli_AssetBalance_orderBy: arbitrumgoerli_AssetBalance_orderBy; + arbitrumgoerli_AssetStatus: ResolverTypeWrapper; + arbitrumgoerli_AssetStatus_filter: arbitrumgoerli_AssetStatus_filter; + arbitrumgoerli_AssetStatus_orderBy: arbitrumgoerli_AssetStatus_orderBy; + arbitrumgoerli_Asset_filter: arbitrumgoerli_Asset_filter; + arbitrumgoerli_Asset_orderBy: arbitrumgoerli_Asset_orderBy; + arbitrumgoerli_BigDecimal: ResolverTypeWrapper; + arbitrumgoerli_BlockChangedFilter: arbitrumgoerli_BlockChangedFilter; + arbitrumgoerli_Block_height: arbitrumgoerli_Block_height; + arbitrumgoerli_Bytes: ResolverTypeWrapper; + arbitrumgoerli_ConnectorMeta: ResolverTypeWrapper; + arbitrumgoerli_ConnectorMeta_filter: arbitrumgoerli_ConnectorMeta_filter; + arbitrumgoerli_ConnectorMeta_orderBy: arbitrumgoerli_ConnectorMeta_orderBy; + arbitrumgoerli_DestinationTransfer: ResolverTypeWrapper; + arbitrumgoerli_DestinationTransfer_filter: arbitrumgoerli_DestinationTransfer_filter; + arbitrumgoerli_DestinationTransfer_orderBy: arbitrumgoerli_DestinationTransfer_orderBy; + arbitrumgoerli_Int8: ResolverTypeWrapper; + arbitrumgoerli_OrderDirection: arbitrumgoerli_OrderDirection; + arbitrumgoerli_OriginMessage: ResolverTypeWrapper; + arbitrumgoerli_OriginMessage_filter: arbitrumgoerli_OriginMessage_filter; + arbitrumgoerli_OriginMessage_orderBy: arbitrumgoerli_OriginMessage_orderBy; + arbitrumgoerli_OriginTransfer: ResolverTypeWrapper; + arbitrumgoerli_OriginTransfer_filter: arbitrumgoerli_OriginTransfer_filter; + arbitrumgoerli_OriginTransfer_orderBy: arbitrumgoerli_OriginTransfer_orderBy; + arbitrumgoerli_Relayer: ResolverTypeWrapper; + arbitrumgoerli_RelayerFee: ResolverTypeWrapper; + arbitrumgoerli_RelayerFee_filter: arbitrumgoerli_RelayerFee_filter; + arbitrumgoerli_RelayerFee_orderBy: arbitrumgoerli_RelayerFee_orderBy; + arbitrumgoerli_RelayerFeesIncrease: ResolverTypeWrapper; + arbitrumgoerli_RelayerFeesIncrease_filter: arbitrumgoerli_RelayerFeesIncrease_filter; + arbitrumgoerli_RelayerFeesIncrease_orderBy: arbitrumgoerli_RelayerFeesIncrease_orderBy; + arbitrumgoerli_Relayer_filter: arbitrumgoerli_Relayer_filter; + arbitrumgoerli_Relayer_orderBy: arbitrumgoerli_Relayer_orderBy; + arbitrumgoerli_RootCount: ResolverTypeWrapper; + arbitrumgoerli_RootCount_filter: arbitrumgoerli_RootCount_filter; + arbitrumgoerli_RootCount_orderBy: arbitrumgoerli_RootCount_orderBy; + arbitrumgoerli_RootMessageSent: ResolverTypeWrapper; + arbitrumgoerli_RootMessageSent_filter: arbitrumgoerli_RootMessageSent_filter; + arbitrumgoerli_RootMessageSent_orderBy: arbitrumgoerli_RootMessageSent_orderBy; + arbitrumgoerli_Router: ResolverTypeWrapper; + arbitrumgoerli_RouterDailyTVL: ResolverTypeWrapper; + arbitrumgoerli_RouterDailyTVL_filter: arbitrumgoerli_RouterDailyTVL_filter; + arbitrumgoerli_RouterDailyTVL_orderBy: arbitrumgoerli_RouterDailyTVL_orderBy; + arbitrumgoerli_RouterLiquidityEvent: ResolverTypeWrapper; + arbitrumgoerli_RouterLiquidityEventType: arbitrumgoerli_RouterLiquidityEventType; + arbitrumgoerli_RouterLiquidityEvent_filter: arbitrumgoerli_RouterLiquidityEvent_filter; + arbitrumgoerli_RouterLiquidityEvent_orderBy: arbitrumgoerli_RouterLiquidityEvent_orderBy; + arbitrumgoerli_Router_filter: arbitrumgoerli_Router_filter; + arbitrumgoerli_Router_orderBy: arbitrumgoerli_Router_orderBy; + arbitrumgoerli_Sequencer: ResolverTypeWrapper; + arbitrumgoerli_Sequencer_filter: arbitrumgoerli_Sequencer_filter; + arbitrumgoerli_Sequencer_orderBy: arbitrumgoerli_Sequencer_orderBy; + arbitrumgoerli_Setting: ResolverTypeWrapper; + arbitrumgoerli_Setting_filter: arbitrumgoerli_Setting_filter; + arbitrumgoerli_Setting_orderBy: arbitrumgoerli_Setting_orderBy; + arbitrumgoerli_SlippageUpdate: ResolverTypeWrapper; + arbitrumgoerli_SlippageUpdate_filter: arbitrumgoerli_SlippageUpdate_filter; + arbitrumgoerli_SlippageUpdate_orderBy: arbitrumgoerli_SlippageUpdate_orderBy; + arbitrumgoerli_TransferStatus: arbitrumgoerli_TransferStatus; + arbitrumgoerli__Block_: ResolverTypeWrapper; + arbitrumgoerli__Meta_: ResolverTypeWrapper; + lineagoerli_AggregateRoot: ResolverTypeWrapper; + lineagoerli_AggregateRoot_filter: lineagoerli_AggregateRoot_filter; + lineagoerli_AggregateRoot_orderBy: lineagoerli_AggregateRoot_orderBy; + lineagoerli_Asset: ResolverTypeWrapper; + lineagoerli_AssetBalance: ResolverTypeWrapper; + lineagoerli_AssetBalance_filter: lineagoerli_AssetBalance_filter; + lineagoerli_AssetBalance_orderBy: lineagoerli_AssetBalance_orderBy; + lineagoerli_AssetStatus: ResolverTypeWrapper; + lineagoerli_AssetStatus_filter: lineagoerli_AssetStatus_filter; + lineagoerli_AssetStatus_orderBy: lineagoerli_AssetStatus_orderBy; + lineagoerli_Asset_filter: lineagoerli_Asset_filter; + lineagoerli_Asset_orderBy: lineagoerli_Asset_orderBy; + lineagoerli_BigDecimal: ResolverTypeWrapper; + lineagoerli_BlockChangedFilter: lineagoerli_BlockChangedFilter; + lineagoerli_Block_height: lineagoerli_Block_height; + lineagoerli_Bytes: ResolverTypeWrapper; + lineagoerli_ConnectorMeta: ResolverTypeWrapper; + lineagoerli_ConnectorMeta_filter: lineagoerli_ConnectorMeta_filter; + lineagoerli_ConnectorMeta_orderBy: lineagoerli_ConnectorMeta_orderBy; + lineagoerli_DestinationTransfer: ResolverTypeWrapper; + lineagoerli_DestinationTransfer_filter: lineagoerli_DestinationTransfer_filter; + lineagoerli_DestinationTransfer_orderBy: lineagoerli_DestinationTransfer_orderBy; + lineagoerli_OrderDirection: lineagoerli_OrderDirection; + lineagoerli_OriginMessage: ResolverTypeWrapper; + lineagoerli_OriginMessage_filter: lineagoerli_OriginMessage_filter; + lineagoerli_OriginMessage_orderBy: lineagoerli_OriginMessage_orderBy; + lineagoerli_OriginTransfer: ResolverTypeWrapper; + lineagoerli_OriginTransfer_filter: lineagoerli_OriginTransfer_filter; + lineagoerli_OriginTransfer_orderBy: lineagoerli_OriginTransfer_orderBy; + lineagoerli_Relayer: ResolverTypeWrapper; + lineagoerli_RelayerFee: ResolverTypeWrapper; + lineagoerli_RelayerFee_filter: lineagoerli_RelayerFee_filter; + lineagoerli_RelayerFee_orderBy: lineagoerli_RelayerFee_orderBy; + lineagoerli_RelayerFeesIncrease: ResolverTypeWrapper; + lineagoerli_RelayerFeesIncrease_filter: lineagoerli_RelayerFeesIncrease_filter; + lineagoerli_RelayerFeesIncrease_orderBy: lineagoerli_RelayerFeesIncrease_orderBy; + lineagoerli_Relayer_filter: lineagoerli_Relayer_filter; + lineagoerli_Relayer_orderBy: lineagoerli_Relayer_orderBy; + lineagoerli_RootCount: ResolverTypeWrapper; + lineagoerli_RootCount_filter: lineagoerli_RootCount_filter; + lineagoerli_RootCount_orderBy: lineagoerli_RootCount_orderBy; + lineagoerli_RootMessageSent: ResolverTypeWrapper; + lineagoerli_RootMessageSent_filter: lineagoerli_RootMessageSent_filter; + lineagoerli_RootMessageSent_orderBy: lineagoerli_RootMessageSent_orderBy; + lineagoerli_Router: ResolverTypeWrapper; + lineagoerli_RouterDailyTVL: ResolverTypeWrapper; + lineagoerli_RouterDailyTVL_filter: lineagoerli_RouterDailyTVL_filter; + lineagoerli_RouterDailyTVL_orderBy: lineagoerli_RouterDailyTVL_orderBy; + lineagoerli_Router_filter: lineagoerli_Router_filter; + lineagoerli_Router_orderBy: lineagoerli_Router_orderBy; + lineagoerli_Sequencer: ResolverTypeWrapper; + lineagoerli_Sequencer_filter: lineagoerli_Sequencer_filter; + lineagoerli_Sequencer_orderBy: lineagoerli_Sequencer_orderBy; + lineagoerli_Setting: ResolverTypeWrapper; + lineagoerli_Setting_filter: lineagoerli_Setting_filter; + lineagoerli_Setting_orderBy: lineagoerli_Setting_orderBy; + lineagoerli_SlippageUpdate: ResolverTypeWrapper; + lineagoerli_SlippageUpdate_filter: lineagoerli_SlippageUpdate_filter; + lineagoerli_SlippageUpdate_orderBy: lineagoerli_SlippageUpdate_orderBy; + lineagoerli_TransferStatus: lineagoerli_TransferStatus; + lineagoerli__Block_: ResolverTypeWrapper; + lineagoerli__Meta_: ResolverTypeWrapper; + stagingoptimismgoerli_AggregateRoot: ResolverTypeWrapper; + stagingoptimismgoerli_AggregateRootProposed: ResolverTypeWrapper; + stagingoptimismgoerli_AggregateRootProposed_filter: stagingoptimismgoerli_AggregateRootProposed_filter; + stagingoptimismgoerli_AggregateRootProposed_orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy; + stagingoptimismgoerli_AggregateRoot_filter: stagingoptimismgoerli_AggregateRoot_filter; + stagingoptimismgoerli_AggregateRoot_orderBy: stagingoptimismgoerli_AggregateRoot_orderBy; + stagingoptimismgoerli_Asset: ResolverTypeWrapper; + stagingoptimismgoerli_AssetBalance: ResolverTypeWrapper; + stagingoptimismgoerli_AssetBalance_filter: stagingoptimismgoerli_AssetBalance_filter; + stagingoptimismgoerli_AssetBalance_orderBy: stagingoptimismgoerli_AssetBalance_orderBy; + stagingoptimismgoerli_AssetStatus: ResolverTypeWrapper; + stagingoptimismgoerli_AssetStatus_filter: stagingoptimismgoerli_AssetStatus_filter; + stagingoptimismgoerli_AssetStatus_orderBy: stagingoptimismgoerli_AssetStatus_orderBy; + stagingoptimismgoerli_Asset_filter: stagingoptimismgoerli_Asset_filter; + stagingoptimismgoerli_Asset_orderBy: stagingoptimismgoerli_Asset_orderBy; + stagingoptimismgoerli_BigDecimal: ResolverTypeWrapper; + stagingoptimismgoerli_BlockChangedFilter: stagingoptimismgoerli_BlockChangedFilter; + stagingoptimismgoerli_Block_height: stagingoptimismgoerli_Block_height; + stagingoptimismgoerli_Bytes: ResolverTypeWrapper; + stagingoptimismgoerli_ConnectorMeta: ResolverTypeWrapper; + stagingoptimismgoerli_ConnectorMeta_filter: stagingoptimismgoerli_ConnectorMeta_filter; + stagingoptimismgoerli_ConnectorMeta_orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy; + stagingoptimismgoerli_DestinationTransfer: ResolverTypeWrapper; + stagingoptimismgoerli_DestinationTransfer_filter: stagingoptimismgoerli_DestinationTransfer_filter; + stagingoptimismgoerli_DestinationTransfer_orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy; + stagingoptimismgoerli_Int8: ResolverTypeWrapper; + stagingoptimismgoerli_OptimisticRootFinalized: ResolverTypeWrapper; + stagingoptimismgoerli_OptimisticRootFinalized_filter: stagingoptimismgoerli_OptimisticRootFinalized_filter; + stagingoptimismgoerli_OptimisticRootFinalized_orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy; + stagingoptimismgoerli_OrderDirection: stagingoptimismgoerli_OrderDirection; + stagingoptimismgoerli_OriginMessage: ResolverTypeWrapper; + stagingoptimismgoerli_OriginMessage_filter: stagingoptimismgoerli_OriginMessage_filter; + stagingoptimismgoerli_OriginMessage_orderBy: stagingoptimismgoerli_OriginMessage_orderBy; + stagingoptimismgoerli_OriginTransfer: ResolverTypeWrapper; + stagingoptimismgoerli_OriginTransfer_filter: stagingoptimismgoerli_OriginTransfer_filter; + stagingoptimismgoerli_OriginTransfer_orderBy: stagingoptimismgoerli_OriginTransfer_orderBy; + stagingoptimismgoerli_Relayer: ResolverTypeWrapper; + stagingoptimismgoerli_RelayerFee: ResolverTypeWrapper; + stagingoptimismgoerli_RelayerFee_filter: stagingoptimismgoerli_RelayerFee_filter; + stagingoptimismgoerli_RelayerFee_orderBy: stagingoptimismgoerli_RelayerFee_orderBy; + stagingoptimismgoerli_RelayerFeesIncrease: ResolverTypeWrapper; + stagingoptimismgoerli_RelayerFeesIncrease_filter: stagingoptimismgoerli_RelayerFeesIncrease_filter; + stagingoptimismgoerli_RelayerFeesIncrease_orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy; + stagingoptimismgoerli_Relayer_filter: stagingoptimismgoerli_Relayer_filter; + stagingoptimismgoerli_Relayer_orderBy: stagingoptimismgoerli_Relayer_orderBy; + stagingoptimismgoerli_RootCount: ResolverTypeWrapper; + stagingoptimismgoerli_RootCount_filter: stagingoptimismgoerli_RootCount_filter; + stagingoptimismgoerli_RootCount_orderBy: stagingoptimismgoerli_RootCount_orderBy; + stagingoptimismgoerli_RootMessageSent: ResolverTypeWrapper; + stagingoptimismgoerli_RootMessageSent_filter: stagingoptimismgoerli_RootMessageSent_filter; + stagingoptimismgoerli_RootMessageSent_orderBy: stagingoptimismgoerli_RootMessageSent_orderBy; + stagingoptimismgoerli_Router: ResolverTypeWrapper; + stagingoptimismgoerli_RouterDailyTVL: ResolverTypeWrapper; + stagingoptimismgoerli_RouterDailyTVL_filter: stagingoptimismgoerli_RouterDailyTVL_filter; + stagingoptimismgoerli_RouterDailyTVL_orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy; + stagingoptimismgoerli_Router_filter: stagingoptimismgoerli_Router_filter; + stagingoptimismgoerli_Router_orderBy: stagingoptimismgoerli_Router_orderBy; + stagingoptimismgoerli_Sequencer: ResolverTypeWrapper; + stagingoptimismgoerli_Sequencer_filter: stagingoptimismgoerli_Sequencer_filter; + stagingoptimismgoerli_Sequencer_orderBy: stagingoptimismgoerli_Sequencer_orderBy; + stagingoptimismgoerli_Setting: ResolverTypeWrapper; + stagingoptimismgoerli_Setting_filter: stagingoptimismgoerli_Setting_filter; + stagingoptimismgoerli_Setting_orderBy: stagingoptimismgoerli_Setting_orderBy; + stagingoptimismgoerli_SlippageUpdate: ResolverTypeWrapper; + stagingoptimismgoerli_SlippageUpdate_filter: stagingoptimismgoerli_SlippageUpdate_filter; + stagingoptimismgoerli_SlippageUpdate_orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy; + stagingoptimismgoerli_SnapshotRoot: ResolverTypeWrapper; + stagingoptimismgoerli_SnapshotRoot_filter: stagingoptimismgoerli_SnapshotRoot_filter; + stagingoptimismgoerli_SnapshotRoot_orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy; + stagingoptimismgoerli_SpokeConnectorMode: ResolverTypeWrapper; + stagingoptimismgoerli_SpokeConnectorMode_filter: stagingoptimismgoerli_SpokeConnectorMode_filter; + stagingoptimismgoerli_SpokeConnectorMode_orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy; + stagingoptimismgoerli_TransferStatus: stagingoptimismgoerli_TransferStatus; + stagingoptimismgoerli__Block_: ResolverTypeWrapper; + stagingoptimismgoerli__Meta_: ResolverTypeWrapper; + bnb_swap_BigDecimal: ResolverTypeWrapper; + bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; + bnb_swap_Block_height: bnb_swap_Block_height; + bnb_swap_Bytes: ResolverTypeWrapper; + bnb_swap_Int8: ResolverTypeWrapper; + bnb_swap_LpAccount: ResolverTypeWrapper; + bnb_swap_LpAccountBalance: ResolverTypeWrapper; + bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; + bnb_swap_LpAccountBalance_orderBy: bnb_swap_LpAccountBalance_orderBy; + bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; + bnb_swap_LpAccount_orderBy: bnb_swap_LpAccount_orderBy; + bnb_swap_LpToken: ResolverTypeWrapper; + bnb_swap_LpTokenEvent: ResolversTypes['bnb_swap_LpTransferEvent']; + bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; + bnb_swap_LpTokenEvent_orderBy: bnb_swap_LpTokenEvent_orderBy; + bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; + bnb_swap_LpToken_orderBy: bnb_swap_LpToken_orderBy; + bnb_swap_LpTransferEvent: ResolverTypeWrapper; + bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; + bnb_swap_LpTransferEvent_orderBy: bnb_swap_LpTransferEvent_orderBy; + bnb_swap_OrderDirection: bnb_swap_OrderDirection; + bnb_swap_PooledToken: ResolverTypeWrapper; + bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; + bnb_swap_PooledToken_orderBy: bnb_swap_PooledToken_orderBy; + bnb_swap_StableSwap: ResolverTypeWrapper; + bnb_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; + bnb_swap_StableSwapAddLiquidityEvent_orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy; + bnb_swap_StableSwapEvent: ResolversTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; + bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; + bnb_swap_StableSwapEvent_orderBy: bnb_swap_StableSwapEvent_orderBy; + bnb_swap_StableSwapExchange: ResolverTypeWrapper; + bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; + bnb_swap_StableSwapExchange_orderBy: bnb_swap_StableSwapExchange_orderBy; + bnb_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; + bnb_swap_StableSwapRemoveLiquidityEvent_orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy; + bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; + bnb_swap_StableSwap_orderBy: bnb_swap_StableSwap_orderBy; + bnb_swap_SwapDailyVolume: ResolverTypeWrapper; + bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; + bnb_swap_SwapDailyVolume_orderBy: bnb_swap_SwapDailyVolume_orderBy; + bnb_swap_SwapHourlyVolume: ResolverTypeWrapper; + bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; + bnb_swap_SwapHourlyVolume_orderBy: bnb_swap_SwapHourlyVolume_orderBy; + bnb_swap_SwapTradeVolume: ResolversTypes['bnb_swap_SwapDailyVolume'] | ResolversTypes['bnb_swap_SwapHourlyVolume'] | ResolversTypes['bnb_swap_SwapWeeklyVolume']; + bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; + bnb_swap_SwapTradeVolume_orderBy: bnb_swap_SwapTradeVolume_orderBy; + bnb_swap_SwapWeeklyVolume: ResolverTypeWrapper; + bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; + bnb_swap_SwapWeeklyVolume_orderBy: bnb_swap_SwapWeeklyVolume_orderBy; + bnb_swap_SystemInfo: ResolverTypeWrapper; + bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; + bnb_swap_SystemInfo_orderBy: bnb_swap_SystemInfo_orderBy; + bnb_swap__Block_: ResolverTypeWrapper; + bnb_swap__Meta_: ResolverTypeWrapper; + xdai_AggregateRoot: ResolverTypeWrapper; + xdai_AggregateRoot_filter: xdai_AggregateRoot_filter; + xdai_AggregateRoot_orderBy: xdai_AggregateRoot_orderBy; + xdai_Asset: ResolverTypeWrapper; + xdai_AssetBalance: ResolverTypeWrapper; + xdai_AssetBalance_filter: xdai_AssetBalance_filter; + xdai_AssetBalance_orderBy: xdai_AssetBalance_orderBy; + xdai_AssetStatus: ResolverTypeWrapper; + xdai_AssetStatus_filter: xdai_AssetStatus_filter; + xdai_AssetStatus_orderBy: xdai_AssetStatus_orderBy; + xdai_Asset_filter: xdai_Asset_filter; + xdai_Asset_orderBy: xdai_Asset_orderBy; + xdai_BigDecimal: ResolverTypeWrapper; + xdai_BlockChangedFilter: xdai_BlockChangedFilter; + xdai_Block_height: xdai_Block_height; + xdai_Bytes: ResolverTypeWrapper; + xdai_ConnectorMeta: ResolverTypeWrapper; + xdai_ConnectorMeta_filter: xdai_ConnectorMeta_filter; + xdai_ConnectorMeta_orderBy: xdai_ConnectorMeta_orderBy; + xdai_DestinationTransfer: ResolverTypeWrapper; + xdai_DestinationTransfer_filter: xdai_DestinationTransfer_filter; + xdai_DestinationTransfer_orderBy: xdai_DestinationTransfer_orderBy; + xdai_Int8: ResolverTypeWrapper; + xdai_OrderDirection: xdai_OrderDirection; + xdai_OriginMessage: ResolverTypeWrapper; + xdai_OriginMessage_filter: xdai_OriginMessage_filter; + xdai_OriginMessage_orderBy: xdai_OriginMessage_orderBy; + xdai_OriginTransfer: ResolverTypeWrapper; + xdai_OriginTransfer_filter: xdai_OriginTransfer_filter; + xdai_OriginTransfer_orderBy: xdai_OriginTransfer_orderBy; + xdai_Relayer: ResolverTypeWrapper; + xdai_RelayerFee: ResolverTypeWrapper; + xdai_RelayerFee_filter: xdai_RelayerFee_filter; + xdai_RelayerFee_orderBy: xdai_RelayerFee_orderBy; + xdai_RelayerFeesIncrease: ResolverTypeWrapper; + xdai_RelayerFeesIncrease_filter: xdai_RelayerFeesIncrease_filter; + xdai_RelayerFeesIncrease_orderBy: xdai_RelayerFeesIncrease_orderBy; + xdai_Relayer_filter: xdai_Relayer_filter; + xdai_Relayer_orderBy: xdai_Relayer_orderBy; + xdai_RootCount: ResolverTypeWrapper; + xdai_RootCount_filter: xdai_RootCount_filter; + xdai_RootCount_orderBy: xdai_RootCount_orderBy; + xdai_RootMessageSent: ResolverTypeWrapper; + xdai_RootMessageSent_filter: xdai_RootMessageSent_filter; + xdai_RootMessageSent_orderBy: xdai_RootMessageSent_orderBy; + xdai_Router: ResolverTypeWrapper; + xdai_RouterDailyTVL: ResolverTypeWrapper; + xdai_RouterDailyTVL_filter: xdai_RouterDailyTVL_filter; + xdai_RouterDailyTVL_orderBy: xdai_RouterDailyTVL_orderBy; + xdai_RouterLiquidityEvent: ResolverTypeWrapper; + xdai_RouterLiquidityEventType: xdai_RouterLiquidityEventType; + xdai_RouterLiquidityEvent_filter: xdai_RouterLiquidityEvent_filter; + xdai_RouterLiquidityEvent_orderBy: xdai_RouterLiquidityEvent_orderBy; + xdai_Router_filter: xdai_Router_filter; + xdai_Router_orderBy: xdai_Router_orderBy; + xdai_Sequencer: ResolverTypeWrapper; + xdai_Sequencer_filter: xdai_Sequencer_filter; + xdai_Sequencer_orderBy: xdai_Sequencer_orderBy; + xdai_Setting: ResolverTypeWrapper; + xdai_Setting_filter: xdai_Setting_filter; + xdai_Setting_orderBy: xdai_Setting_orderBy; + xdai_SlippageUpdate: ResolverTypeWrapper; + xdai_SlippageUpdate_filter: xdai_SlippageUpdate_filter; + xdai_SlippageUpdate_orderBy: xdai_SlippageUpdate_orderBy; + xdai_TransferStatus: xdai_TransferStatus; + xdai__Block_: ResolverTypeWrapper; + xdai__Meta_: ResolverTypeWrapper; + optimism_AggregateRoot: ResolverTypeWrapper; + optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; + optimism_AggregateRoot_orderBy: optimism_AggregateRoot_orderBy; + optimism_Asset: ResolverTypeWrapper; + optimism_AssetBalance: ResolverTypeWrapper; + optimism_AssetBalance_filter: optimism_AssetBalance_filter; + optimism_AssetBalance_orderBy: optimism_AssetBalance_orderBy; + optimism_AssetStatus: ResolverTypeWrapper; + optimism_AssetStatus_filter: optimism_AssetStatus_filter; + optimism_AssetStatus_orderBy: optimism_AssetStatus_orderBy; + optimism_Asset_filter: optimism_Asset_filter; + optimism_Asset_orderBy: optimism_Asset_orderBy; + optimism_BigDecimal: ResolverTypeWrapper; + optimism_BlockChangedFilter: optimism_BlockChangedFilter; + optimism_Block_height: optimism_Block_height; + optimism_Bytes: ResolverTypeWrapper; + optimism_ConnectorMeta: ResolverTypeWrapper; + optimism_ConnectorMeta_filter: optimism_ConnectorMeta_filter; + optimism_ConnectorMeta_orderBy: optimism_ConnectorMeta_orderBy; + optimism_DestinationTransfer: ResolverTypeWrapper; + optimism_DestinationTransfer_filter: optimism_DestinationTransfer_filter; + optimism_DestinationTransfer_orderBy: optimism_DestinationTransfer_orderBy; + optimism_Int8: ResolverTypeWrapper; + optimism_OrderDirection: optimism_OrderDirection; + optimism_OriginMessage: ResolverTypeWrapper; + optimism_OriginMessage_filter: optimism_OriginMessage_filter; + optimism_OriginMessage_orderBy: optimism_OriginMessage_orderBy; + optimism_OriginTransfer: ResolverTypeWrapper; + optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; + optimism_OriginTransfer_orderBy: optimism_OriginTransfer_orderBy; + optimism_Relayer: ResolverTypeWrapper; + optimism_RelayerFee: ResolverTypeWrapper; + optimism_RelayerFee_filter: optimism_RelayerFee_filter; + optimism_RelayerFee_orderBy: optimism_RelayerFee_orderBy; + optimism_RelayerFeesIncrease: ResolverTypeWrapper; + optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; + optimism_RelayerFeesIncrease_orderBy: optimism_RelayerFeesIncrease_orderBy; + optimism_Relayer_filter: optimism_Relayer_filter; + optimism_Relayer_orderBy: optimism_Relayer_orderBy; + optimism_RootCount: ResolverTypeWrapper; + optimism_RootCount_filter: optimism_RootCount_filter; + optimism_RootCount_orderBy: optimism_RootCount_orderBy; + optimism_RootMessageSent: ResolverTypeWrapper; + optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; + optimism_RootMessageSent_orderBy: optimism_RootMessageSent_orderBy; + optimism_Router: ResolverTypeWrapper; + optimism_RouterDailyTVL: ResolverTypeWrapper; + optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; + optimism_RouterDailyTVL_orderBy: optimism_RouterDailyTVL_orderBy; + optimism_RouterLiquidityEvent: ResolverTypeWrapper; + optimism_RouterLiquidityEventType: optimism_RouterLiquidityEventType; + optimism_RouterLiquidityEvent_filter: optimism_RouterLiquidityEvent_filter; + optimism_RouterLiquidityEvent_orderBy: optimism_RouterLiquidityEvent_orderBy; + optimism_Router_filter: optimism_Router_filter; + optimism_Router_orderBy: optimism_Router_orderBy; + optimism_Sequencer: ResolverTypeWrapper; + optimism_Sequencer_filter: optimism_Sequencer_filter; + optimism_Sequencer_orderBy: optimism_Sequencer_orderBy; + optimism_Setting: ResolverTypeWrapper; + optimism_Setting_filter: optimism_Setting_filter; + optimism_Setting_orderBy: optimism_Setting_orderBy; + optimism_SlippageUpdate: ResolverTypeWrapper; + optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; + optimism_SlippageUpdate_orderBy: optimism_SlippageUpdate_orderBy; + optimism_TransferStatus: optimism_TransferStatus; + optimism__Block_: ResolverTypeWrapper; + optimism__Meta_: ResolverTypeWrapper; + bnb_AggregateRoot: ResolverTypeWrapper; + bnb_AggregateRoot_filter: bnb_AggregateRoot_filter; + bnb_AggregateRoot_orderBy: bnb_AggregateRoot_orderBy; + bnb_Asset: ResolverTypeWrapper; + bnb_AssetBalance: ResolverTypeWrapper; + bnb_AssetBalance_filter: bnb_AssetBalance_filter; + bnb_AssetBalance_orderBy: bnb_AssetBalance_orderBy; + bnb_AssetStatus: ResolverTypeWrapper; + bnb_AssetStatus_filter: bnb_AssetStatus_filter; + bnb_AssetStatus_orderBy: bnb_AssetStatus_orderBy; + bnb_Asset_filter: bnb_Asset_filter; + bnb_Asset_orderBy: bnb_Asset_orderBy; + bnb_BigDecimal: ResolverTypeWrapper; + bnb_BlockChangedFilter: bnb_BlockChangedFilter; + bnb_Block_height: bnb_Block_height; + bnb_Bytes: ResolverTypeWrapper; + bnb_ConnectorMeta: ResolverTypeWrapper; + bnb_ConnectorMeta_filter: bnb_ConnectorMeta_filter; + bnb_ConnectorMeta_orderBy: bnb_ConnectorMeta_orderBy; + bnb_DestinationTransfer: ResolverTypeWrapper; + bnb_DestinationTransfer_filter: bnb_DestinationTransfer_filter; + bnb_DestinationTransfer_orderBy: bnb_DestinationTransfer_orderBy; + bnb_Int8: ResolverTypeWrapper; + bnb_OrderDirection: bnb_OrderDirection; + bnb_OriginMessage: ResolverTypeWrapper; + bnb_OriginMessage_filter: bnb_OriginMessage_filter; + bnb_OriginMessage_orderBy: bnb_OriginMessage_orderBy; + bnb_OriginTransfer: ResolverTypeWrapper; + bnb_OriginTransfer_filter: bnb_OriginTransfer_filter; + bnb_OriginTransfer_orderBy: bnb_OriginTransfer_orderBy; + bnb_Relayer: ResolverTypeWrapper; + bnb_RelayerFee: ResolverTypeWrapper; + bnb_RelayerFee_filter: bnb_RelayerFee_filter; + bnb_RelayerFee_orderBy: bnb_RelayerFee_orderBy; + bnb_RelayerFeesIncrease: ResolverTypeWrapper; + bnb_RelayerFeesIncrease_filter: bnb_RelayerFeesIncrease_filter; + bnb_RelayerFeesIncrease_orderBy: bnb_RelayerFeesIncrease_orderBy; + bnb_Relayer_filter: bnb_Relayer_filter; + bnb_Relayer_orderBy: bnb_Relayer_orderBy; + bnb_RootCount: ResolverTypeWrapper; + bnb_RootCount_filter: bnb_RootCount_filter; + bnb_RootCount_orderBy: bnb_RootCount_orderBy; + bnb_RootMessageSent: ResolverTypeWrapper; + bnb_RootMessageSent_filter: bnb_RootMessageSent_filter; + bnb_RootMessageSent_orderBy: bnb_RootMessageSent_orderBy; + bnb_Router: ResolverTypeWrapper; + bnb_RouterDailyTVL: ResolverTypeWrapper; + bnb_RouterDailyTVL_filter: bnb_RouterDailyTVL_filter; + bnb_RouterDailyTVL_orderBy: bnb_RouterDailyTVL_orderBy; + bnb_RouterLiquidityEvent: ResolverTypeWrapper; + bnb_RouterLiquidityEventType: bnb_RouterLiquidityEventType; + bnb_RouterLiquidityEvent_filter: bnb_RouterLiquidityEvent_filter; + bnb_RouterLiquidityEvent_orderBy: bnb_RouterLiquidityEvent_orderBy; + bnb_Router_filter: bnb_Router_filter; + bnb_Router_orderBy: bnb_Router_orderBy; + bnb_Sequencer: ResolverTypeWrapper; + bnb_Sequencer_filter: bnb_Sequencer_filter; + bnb_Sequencer_orderBy: bnb_Sequencer_orderBy; + bnb_Setting: ResolverTypeWrapper; + bnb_Setting_filter: bnb_Setting_filter; + bnb_Setting_orderBy: bnb_Setting_orderBy; + bnb_SlippageUpdate: ResolverTypeWrapper; + bnb_SlippageUpdate_filter: bnb_SlippageUpdate_filter; + bnb_SlippageUpdate_orderBy: bnb_SlippageUpdate_orderBy; + bnb_TransferStatus: bnb_TransferStatus; + bnb__Block_: ResolverTypeWrapper; + bnb__Meta_: ResolverTypeWrapper; + linea_AggregateRoot: ResolverTypeWrapper; + linea_AggregateRoot_filter: linea_AggregateRoot_filter; + linea_AggregateRoot_orderBy: linea_AggregateRoot_orderBy; + linea_Asset: ResolverTypeWrapper; + linea_AssetBalance: ResolverTypeWrapper; + linea_AssetBalance_filter: linea_AssetBalance_filter; + linea_AssetBalance_orderBy: linea_AssetBalance_orderBy; + linea_AssetStatus: ResolverTypeWrapper; + linea_AssetStatus_filter: linea_AssetStatus_filter; + linea_AssetStatus_orderBy: linea_AssetStatus_orderBy; + linea_Asset_filter: linea_Asset_filter; + linea_Asset_orderBy: linea_Asset_orderBy; + linea_BigDecimal: ResolverTypeWrapper; + linea_BlockChangedFilter: linea_BlockChangedFilter; + linea_Block_height: linea_Block_height; + linea_Bytes: ResolverTypeWrapper; + linea_ConnectorMeta: ResolverTypeWrapper; + linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; + linea_ConnectorMeta_orderBy: linea_ConnectorMeta_orderBy; + linea_DestinationTransfer: ResolverTypeWrapper; + linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; + linea_DestinationTransfer_orderBy: linea_DestinationTransfer_orderBy; + linea_OrderDirection: linea_OrderDirection; + linea_OriginMessage: ResolverTypeWrapper; + linea_OriginMessage_filter: linea_OriginMessage_filter; + linea_OriginMessage_orderBy: linea_OriginMessage_orderBy; + linea_OriginTransfer: ResolverTypeWrapper; + linea_OriginTransfer_filter: linea_OriginTransfer_filter; + linea_OriginTransfer_orderBy: linea_OriginTransfer_orderBy; + linea_Relayer: ResolverTypeWrapper; + linea_RelayerFee: ResolverTypeWrapper; + linea_RelayerFee_filter: linea_RelayerFee_filter; + linea_RelayerFee_orderBy: linea_RelayerFee_orderBy; + linea_RelayerFeesIncrease: ResolverTypeWrapper; + linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; + linea_RelayerFeesIncrease_orderBy: linea_RelayerFeesIncrease_orderBy; + linea_Relayer_filter: linea_Relayer_filter; + linea_Relayer_orderBy: linea_Relayer_orderBy; + linea_RootCount: ResolverTypeWrapper; + linea_RootCount_filter: linea_RootCount_filter; + linea_RootCount_orderBy: linea_RootCount_orderBy; + linea_RootMessageSent: ResolverTypeWrapper; + linea_RootMessageSent_filter: linea_RootMessageSent_filter; + linea_RootMessageSent_orderBy: linea_RootMessageSent_orderBy; + linea_Router: ResolverTypeWrapper; + linea_RouterDailyTVL: ResolverTypeWrapper; + linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; + linea_RouterDailyTVL_orderBy: linea_RouterDailyTVL_orderBy; + linea_RouterLiquidityEvent: ResolverTypeWrapper; + linea_RouterLiquidityEventType: linea_RouterLiquidityEventType; + linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; + linea_RouterLiquidityEvent_orderBy: linea_RouterLiquidityEvent_orderBy; + linea_Router_filter: linea_Router_filter; + linea_Router_orderBy: linea_Router_orderBy; + linea_Sequencer: ResolverTypeWrapper; + linea_Sequencer_filter: linea_Sequencer_filter; + linea_Sequencer_orderBy: linea_Sequencer_orderBy; + linea_Setting: ResolverTypeWrapper; + linea_Setting_filter: linea_Setting_filter; + linea_Setting_orderBy: linea_Setting_orderBy; + linea_SlippageUpdate: ResolverTypeWrapper; + linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; + linea_SlippageUpdate_orderBy: linea_SlippageUpdate_orderBy; + linea_TransferStatus: linea_TransferStatus; + linea__Block_: ResolverTypeWrapper; + linea__Meta_: ResolverTypeWrapper; + localarbitrumone_AggregateRoot: ResolverTypeWrapper; + localarbitrumone_AggregateRootProposed: ResolverTypeWrapper; + localarbitrumone_AggregateRootProposed_filter: localarbitrumone_AggregateRootProposed_filter; + localarbitrumone_AggregateRootProposed_orderBy: localarbitrumone_AggregateRootProposed_orderBy; + localarbitrumone_AggregateRoot_filter: localarbitrumone_AggregateRoot_filter; + localarbitrumone_AggregateRoot_orderBy: localarbitrumone_AggregateRoot_orderBy; + localarbitrumone_Asset: ResolverTypeWrapper; + localarbitrumone_AssetBalance: ResolverTypeWrapper; + localarbitrumone_AssetBalance_filter: localarbitrumone_AssetBalance_filter; + localarbitrumone_AssetBalance_orderBy: localarbitrumone_AssetBalance_orderBy; + localarbitrumone_AssetStatus: ResolverTypeWrapper; + localarbitrumone_AssetStatus_filter: localarbitrumone_AssetStatus_filter; + localarbitrumone_AssetStatus_orderBy: localarbitrumone_AssetStatus_orderBy; + localarbitrumone_Asset_filter: localarbitrumone_Asset_filter; + localarbitrumone_Asset_orderBy: localarbitrumone_Asset_orderBy; + localarbitrumone_BigDecimal: ResolverTypeWrapper; + localarbitrumone_BlockChangedFilter: localarbitrumone_BlockChangedFilter; + localarbitrumone_Block_height: localarbitrumone_Block_height; + localarbitrumone_Bytes: ResolverTypeWrapper; + localarbitrumone_ConnectorMeta: ResolverTypeWrapper; + localarbitrumone_ConnectorMeta_filter: localarbitrumone_ConnectorMeta_filter; + localarbitrumone_ConnectorMeta_orderBy: localarbitrumone_ConnectorMeta_orderBy; + localarbitrumone_DestinationTransfer: ResolverTypeWrapper; + localarbitrumone_DestinationTransfer_filter: localarbitrumone_DestinationTransfer_filter; + localarbitrumone_DestinationTransfer_orderBy: localarbitrumone_DestinationTransfer_orderBy; + localarbitrumone_Int8: ResolverTypeWrapper; + localarbitrumone_OptimisticRootFinalized: ResolverTypeWrapper; + localarbitrumone_OptimisticRootFinalized_filter: localarbitrumone_OptimisticRootFinalized_filter; + localarbitrumone_OptimisticRootFinalized_orderBy: localarbitrumone_OptimisticRootFinalized_orderBy; + localarbitrumone_OrderDirection: localarbitrumone_OrderDirection; + localarbitrumone_OriginMessage: ResolverTypeWrapper; + localarbitrumone_OriginMessage_filter: localarbitrumone_OriginMessage_filter; + localarbitrumone_OriginMessage_orderBy: localarbitrumone_OriginMessage_orderBy; + localarbitrumone_OriginTransfer: ResolverTypeWrapper; + localarbitrumone_OriginTransfer_filter: localarbitrumone_OriginTransfer_filter; + localarbitrumone_OriginTransfer_orderBy: localarbitrumone_OriginTransfer_orderBy; + localarbitrumone_Relayer: ResolverTypeWrapper; + localarbitrumone_RelayerFee: ResolverTypeWrapper; + localarbitrumone_RelayerFee_filter: localarbitrumone_RelayerFee_filter; + localarbitrumone_RelayerFee_orderBy: localarbitrumone_RelayerFee_orderBy; + localarbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; + localarbitrumone_RelayerFeesIncrease_filter: localarbitrumone_RelayerFeesIncrease_filter; + localarbitrumone_RelayerFeesIncrease_orderBy: localarbitrumone_RelayerFeesIncrease_orderBy; + localarbitrumone_Relayer_filter: localarbitrumone_Relayer_filter; + localarbitrumone_Relayer_orderBy: localarbitrumone_Relayer_orderBy; + localarbitrumone_RootCount: ResolverTypeWrapper; + localarbitrumone_RootCount_filter: localarbitrumone_RootCount_filter; + localarbitrumone_RootCount_orderBy: localarbitrumone_RootCount_orderBy; + localarbitrumone_RootMessageSent: ResolverTypeWrapper; + localarbitrumone_RootMessageSent_filter: localarbitrumone_RootMessageSent_filter; + localarbitrumone_RootMessageSent_orderBy: localarbitrumone_RootMessageSent_orderBy; + localarbitrumone_Router: ResolverTypeWrapper; + localarbitrumone_RouterDailyTVL: ResolverTypeWrapper; + localarbitrumone_RouterDailyTVL_filter: localarbitrumone_RouterDailyTVL_filter; + localarbitrumone_RouterDailyTVL_orderBy: localarbitrumone_RouterDailyTVL_orderBy; + localarbitrumone_Router_filter: localarbitrumone_Router_filter; + localarbitrumone_Router_orderBy: localarbitrumone_Router_orderBy; + localarbitrumone_Sequencer: ResolverTypeWrapper; + localarbitrumone_Sequencer_filter: localarbitrumone_Sequencer_filter; + localarbitrumone_Sequencer_orderBy: localarbitrumone_Sequencer_orderBy; + localarbitrumone_Setting: ResolverTypeWrapper; + localarbitrumone_Setting_filter: localarbitrumone_Setting_filter; + localarbitrumone_Setting_orderBy: localarbitrumone_Setting_orderBy; + localarbitrumone_SlippageUpdate: ResolverTypeWrapper; + localarbitrumone_SlippageUpdate_filter: localarbitrumone_SlippageUpdate_filter; + localarbitrumone_SlippageUpdate_orderBy: localarbitrumone_SlippageUpdate_orderBy; + localarbitrumone_SnapshotRoot: ResolverTypeWrapper; + localarbitrumone_SnapshotRoot_filter: localarbitrumone_SnapshotRoot_filter; + localarbitrumone_SnapshotRoot_orderBy: localarbitrumone_SnapshotRoot_orderBy; + localarbitrumone_SpokeConnectorMode: ResolverTypeWrapper; + localarbitrumone_SpokeConnectorMode_filter: localarbitrumone_SpokeConnectorMode_filter; + localarbitrumone_SpokeConnectorMode_orderBy: localarbitrumone_SpokeConnectorMode_orderBy; + localarbitrumone_TransferStatus: localarbitrumone_TransferStatus; + localarbitrumone__Block_: ResolverTypeWrapper; + localarbitrumone__Meta_: ResolverTypeWrapper; + localmainnet_AggregateRoot: ResolverTypeWrapper; + localmainnet_AggregateRootProposed: ResolverTypeWrapper; + localmainnet_AggregateRootProposed_filter: localmainnet_AggregateRootProposed_filter; + localmainnet_AggregateRootProposed_orderBy: localmainnet_AggregateRootProposed_orderBy; + localmainnet_AggregateRoot_filter: localmainnet_AggregateRoot_filter; + localmainnet_AggregateRoot_orderBy: localmainnet_AggregateRoot_orderBy; + localmainnet_Asset: ResolverTypeWrapper; + localmainnet_AssetBalance: ResolverTypeWrapper; + localmainnet_AssetBalance_filter: localmainnet_AssetBalance_filter; + localmainnet_AssetBalance_orderBy: localmainnet_AssetBalance_orderBy; + localmainnet_AssetStatus: ResolverTypeWrapper; + localmainnet_AssetStatus_filter: localmainnet_AssetStatus_filter; + localmainnet_AssetStatus_orderBy: localmainnet_AssetStatus_orderBy; + localmainnet_Asset_filter: localmainnet_Asset_filter; + localmainnet_Asset_orderBy: localmainnet_Asset_orderBy; + localmainnet_BigDecimal: ResolverTypeWrapper; + localmainnet_BlockChangedFilter: localmainnet_BlockChangedFilter; + localmainnet_Block_height: localmainnet_Block_height; + localmainnet_Bytes: ResolverTypeWrapper; + localmainnet_ConnectorMeta: ResolverTypeWrapper; + localmainnet_ConnectorMeta_filter: localmainnet_ConnectorMeta_filter; + localmainnet_ConnectorMeta_orderBy: localmainnet_ConnectorMeta_orderBy; + localmainnet_DestinationTransfer: ResolverTypeWrapper; + localmainnet_DestinationTransfer_filter: localmainnet_DestinationTransfer_filter; + localmainnet_DestinationTransfer_orderBy: localmainnet_DestinationTransfer_orderBy; + localmainnet_Int8: ResolverTypeWrapper; + localmainnet_OptimisticRootFinalized: ResolverTypeWrapper; + localmainnet_OptimisticRootFinalized_filter: localmainnet_OptimisticRootFinalized_filter; + localmainnet_OptimisticRootFinalized_orderBy: localmainnet_OptimisticRootFinalized_orderBy; + localmainnet_OrderDirection: localmainnet_OrderDirection; + localmainnet_OriginMessage: ResolverTypeWrapper; + localmainnet_OriginMessage_filter: localmainnet_OriginMessage_filter; + localmainnet_OriginMessage_orderBy: localmainnet_OriginMessage_orderBy; + localmainnet_OriginTransfer: ResolverTypeWrapper; + localmainnet_OriginTransfer_filter: localmainnet_OriginTransfer_filter; + localmainnet_OriginTransfer_orderBy: localmainnet_OriginTransfer_orderBy; + localmainnet_Relayer: ResolverTypeWrapper; + localmainnet_RelayerFee: ResolverTypeWrapper; + localmainnet_RelayerFee_filter: localmainnet_RelayerFee_filter; + localmainnet_RelayerFee_orderBy: localmainnet_RelayerFee_orderBy; + localmainnet_RelayerFeesIncrease: ResolverTypeWrapper; + localmainnet_RelayerFeesIncrease_filter: localmainnet_RelayerFeesIncrease_filter; + localmainnet_RelayerFeesIncrease_orderBy: localmainnet_RelayerFeesIncrease_orderBy; + localmainnet_Relayer_filter: localmainnet_Relayer_filter; + localmainnet_Relayer_orderBy: localmainnet_Relayer_orderBy; + localmainnet_RootCount: ResolverTypeWrapper; + localmainnet_RootCount_filter: localmainnet_RootCount_filter; + localmainnet_RootCount_orderBy: localmainnet_RootCount_orderBy; + localmainnet_RootMessageSent: ResolverTypeWrapper; + localmainnet_RootMessageSent_filter: localmainnet_RootMessageSent_filter; + localmainnet_RootMessageSent_orderBy: localmainnet_RootMessageSent_orderBy; + localmainnet_Router: ResolverTypeWrapper; + localmainnet_RouterDailyTVL: ResolverTypeWrapper; + localmainnet_RouterDailyTVL_filter: localmainnet_RouterDailyTVL_filter; + localmainnet_RouterDailyTVL_orderBy: localmainnet_RouterDailyTVL_orderBy; + localmainnet_Router_filter: localmainnet_Router_filter; + localmainnet_Router_orderBy: localmainnet_Router_orderBy; + localmainnet_Sequencer: ResolverTypeWrapper; + localmainnet_Sequencer_filter: localmainnet_Sequencer_filter; + localmainnet_Sequencer_orderBy: localmainnet_Sequencer_orderBy; + localmainnet_Setting: ResolverTypeWrapper; + localmainnet_Setting_filter: localmainnet_Setting_filter; + localmainnet_Setting_orderBy: localmainnet_Setting_orderBy; + localmainnet_SlippageUpdate: ResolverTypeWrapper; + localmainnet_SlippageUpdate_filter: localmainnet_SlippageUpdate_filter; + localmainnet_SlippageUpdate_orderBy: localmainnet_SlippageUpdate_orderBy; + localmainnet_SnapshotRoot: ResolverTypeWrapper; + localmainnet_SnapshotRoot_filter: localmainnet_SnapshotRoot_filter; + localmainnet_SnapshotRoot_orderBy: localmainnet_SnapshotRoot_orderBy; + localmainnet_SpokeConnectorMode: ResolverTypeWrapper; + localmainnet_SpokeConnectorMode_filter: localmainnet_SpokeConnectorMode_filter; + localmainnet_SpokeConnectorMode_orderBy: localmainnet_SpokeConnectorMode_orderBy; + localmainnet_TransferStatus: localmainnet_TransferStatus; + localmainnet__Block_: ResolverTypeWrapper; + localmainnet__Meta_: ResolverTypeWrapper; + linea_swap_BigDecimal: ResolverTypeWrapper; + linea_swap_BlockChangedFilter: linea_swap_BlockChangedFilter; + linea_swap_Block_height: linea_swap_Block_height; + linea_swap_Bytes: ResolverTypeWrapper; + linea_swap_LpAccount: ResolverTypeWrapper; + linea_swap_LpAccountBalance: ResolverTypeWrapper; + linea_swap_LpAccountBalance_filter: linea_swap_LpAccountBalance_filter; + linea_swap_LpAccountBalance_orderBy: linea_swap_LpAccountBalance_orderBy; + linea_swap_LpAccount_filter: linea_swap_LpAccount_filter; + linea_swap_LpAccount_orderBy: linea_swap_LpAccount_orderBy; + linea_swap_LpToken: ResolverTypeWrapper; + linea_swap_LpTokenEvent: ResolversTypes['linea_swap_LpTransferEvent']; + linea_swap_LpTokenEvent_filter: linea_swap_LpTokenEvent_filter; + linea_swap_LpTokenEvent_orderBy: linea_swap_LpTokenEvent_orderBy; + linea_swap_LpToken_filter: linea_swap_LpToken_filter; + linea_swap_LpToken_orderBy: linea_swap_LpToken_orderBy; + linea_swap_LpTransferEvent: ResolverTypeWrapper; + linea_swap_LpTransferEvent_filter: linea_swap_LpTransferEvent_filter; + linea_swap_LpTransferEvent_orderBy: linea_swap_LpTransferEvent_orderBy; + linea_swap_OrderDirection: linea_swap_OrderDirection; + linea_swap_PooledToken: ResolverTypeWrapper; + linea_swap_PooledToken_filter: linea_swap_PooledToken_filter; + linea_swap_PooledToken_orderBy: linea_swap_PooledToken_orderBy; + linea_swap_StableSwap: ResolverTypeWrapper; + linea_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + linea_swap_StableSwapAddLiquidityEvent_filter: linea_swap_StableSwapAddLiquidityEvent_filter; + linea_swap_StableSwapAddLiquidityEvent_orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy; + linea_swap_StableSwapEvent: ResolversTypes['linea_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['linea_swap_StableSwapRemoveLiquidityEvent']; + linea_swap_StableSwapEvent_filter: linea_swap_StableSwapEvent_filter; + linea_swap_StableSwapEvent_orderBy: linea_swap_StableSwapEvent_orderBy; + linea_swap_StableSwapExchange: ResolverTypeWrapper; + linea_swap_StableSwapExchange_filter: linea_swap_StableSwapExchange_filter; + linea_swap_StableSwapExchange_orderBy: linea_swap_StableSwapExchange_orderBy; + linea_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + linea_swap_StableSwapRemoveLiquidityEvent_filter: linea_swap_StableSwapRemoveLiquidityEvent_filter; + linea_swap_StableSwapRemoveLiquidityEvent_orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy; + linea_swap_StableSwap_filter: linea_swap_StableSwap_filter; + linea_swap_StableSwap_orderBy: linea_swap_StableSwap_orderBy; + linea_swap_SwapDailyVolume: ResolverTypeWrapper; + linea_swap_SwapDailyVolume_filter: linea_swap_SwapDailyVolume_filter; + linea_swap_SwapDailyVolume_orderBy: linea_swap_SwapDailyVolume_orderBy; + linea_swap_SwapHourlyVolume: ResolverTypeWrapper; + linea_swap_SwapHourlyVolume_filter: linea_swap_SwapHourlyVolume_filter; + linea_swap_SwapHourlyVolume_orderBy: linea_swap_SwapHourlyVolume_orderBy; + linea_swap_SwapTradeVolume: ResolversTypes['linea_swap_SwapDailyVolume'] | ResolversTypes['linea_swap_SwapHourlyVolume'] | ResolversTypes['linea_swap_SwapWeeklyVolume']; + linea_swap_SwapTradeVolume_filter: linea_swap_SwapTradeVolume_filter; + linea_swap_SwapTradeVolume_orderBy: linea_swap_SwapTradeVolume_orderBy; + linea_swap_SwapWeeklyVolume: ResolverTypeWrapper; + linea_swap_SwapWeeklyVolume_filter: linea_swap_SwapWeeklyVolume_filter; + linea_swap_SwapWeeklyVolume_orderBy: linea_swap_SwapWeeklyVolume_orderBy; + linea_swap_SystemInfo: ResolverTypeWrapper; + linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; + linea_swap_SystemInfo_orderBy: linea_swap_SystemInfo_orderBy; + linea_swap__Block_: ResolverTypeWrapper; + linea_swap__Meta_: ResolverTypeWrapper; + localmainnet_AggregateRootSavedSlow: ResolverTypeWrapper; + localmainnet_AggregateRootSavedSlow_filter: localmainnet_AggregateRootSavedSlow_filter; + localmainnet_AggregateRootSavedSlow_orderBy: localmainnet_AggregateRootSavedSlow_orderBy; + localmainnet_AggregatedMessageRoot: ResolverTypeWrapper; + localmainnet_AggregatedMessageRoot_filter: localmainnet_AggregatedMessageRoot_filter; + localmainnet_AggregatedMessageRoot_orderBy: localmainnet_AggregatedMessageRoot_orderBy; + localmainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; + localmainnet_ArbitrumConnectorMeta_filter: localmainnet_ArbitrumConnectorMeta_filter; + localmainnet_ArbitrumConnectorMeta_orderBy: localmainnet_ArbitrumConnectorMeta_orderBy; + localmainnet_BnbConnectorMeta: ResolverTypeWrapper; + localmainnet_BnbConnectorMeta_filter: localmainnet_BnbConnectorMeta_filter; + localmainnet_BnbConnectorMeta_orderBy: localmainnet_BnbConnectorMeta_orderBy; + localmainnet_GnosisConnectorMeta: ResolverTypeWrapper; + localmainnet_GnosisConnectorMeta_filter: localmainnet_GnosisConnectorMeta_filter; + localmainnet_GnosisConnectorMeta_orderBy: localmainnet_GnosisConnectorMeta_orderBy; + localmainnet_HubDomain: ResolverTypeWrapper; + localmainnet_HubDomain_filter: localmainnet_HubDomain_filter; + localmainnet_HubDomain_orderBy: localmainnet_HubDomain_orderBy; + localmainnet_HubOptimisticRootFinalized: ResolverTypeWrapper; + localmainnet_HubOptimisticRootFinalized_filter: localmainnet_HubOptimisticRootFinalized_filter; + localmainnet_HubOptimisticRootFinalized_orderBy: localmainnet_HubOptimisticRootFinalized_orderBy; + localmainnet_OptimismConnectorMeta: ResolverTypeWrapper; + localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; + localmainnet_OptimismConnectorMeta_orderBy: localmainnet_OptimismConnectorMeta_orderBy; + localmainnet_OptimisticRootPropagated: ResolverTypeWrapper; + localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; + localmainnet_OptimisticRootPropagated_orderBy: localmainnet_OptimisticRootPropagated_orderBy; + localmainnet_OptimisticRootProposed: ResolverTypeWrapper; + localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; + localmainnet_OptimisticRootProposed_orderBy: localmainnet_OptimisticRootProposed_orderBy; + localmainnet_PolygonConnectorMeta: ResolverTypeWrapper; + localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; + localmainnet_PolygonConnectorMeta_orderBy: localmainnet_PolygonConnectorMeta_orderBy; + localmainnet_RootAggregated: ResolverTypeWrapper; + localmainnet_RootAggregated_filter: localmainnet_RootAggregated_filter; + localmainnet_RootAggregated_orderBy: localmainnet_RootAggregated_orderBy; + localmainnet_RootManagerMeta: ResolverTypeWrapper; + localmainnet_RootManagerMeta_filter: localmainnet_RootManagerMeta_filter; + localmainnet_RootManagerMeta_orderBy: localmainnet_RootManagerMeta_orderBy; + localmainnet_RootManagerMode: ResolverTypeWrapper; + localmainnet_RootManagerMode_filter: localmainnet_RootManagerMode_filter; + localmainnet_RootManagerMode_orderBy: localmainnet_RootManagerMode_orderBy; + localmainnet_RootMessageProcessed: ResolverTypeWrapper; + localmainnet_RootMessageProcessed_filter: localmainnet_RootMessageProcessed_filter; + localmainnet_RootMessageProcessed_orderBy: localmainnet_RootMessageProcessed_orderBy; + localmainnet_RootPropagated: ResolverTypeWrapper; + localmainnet_RootPropagated_filter: localmainnet_RootPropagated_filter; + localmainnet_RootPropagated_orderBy: localmainnet_RootPropagated_orderBy; + localmainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; + localmainnet_ZkSyncConnectorMeta_filter: localmainnet_ZkSyncConnectorMeta_filter; + localmainnet_ZkSyncConnectorMeta_orderBy: localmainnet_ZkSyncConnectorMeta_orderBy; + localoptimism_AggregateRoot: ResolverTypeWrapper; + localoptimism_AggregateRootProposed: ResolverTypeWrapper; + localoptimism_AggregateRootProposed_filter: localoptimism_AggregateRootProposed_filter; + localoptimism_AggregateRootProposed_orderBy: localoptimism_AggregateRootProposed_orderBy; + localoptimism_AggregateRoot_filter: localoptimism_AggregateRoot_filter; + localoptimism_AggregateRoot_orderBy: localoptimism_AggregateRoot_orderBy; + localoptimism_Asset: ResolverTypeWrapper; + localoptimism_AssetBalance: ResolverTypeWrapper; + localoptimism_AssetBalance_filter: localoptimism_AssetBalance_filter; + localoptimism_AssetBalance_orderBy: localoptimism_AssetBalance_orderBy; + localoptimism_AssetStatus: ResolverTypeWrapper; + localoptimism_AssetStatus_filter: localoptimism_AssetStatus_filter; + localoptimism_AssetStatus_orderBy: localoptimism_AssetStatus_orderBy; + localoptimism_Asset_filter: localoptimism_Asset_filter; + localoptimism_Asset_orderBy: localoptimism_Asset_orderBy; + localoptimism_BigDecimal: ResolverTypeWrapper; + localoptimism_BlockChangedFilter: localoptimism_BlockChangedFilter; + localoptimism_Block_height: localoptimism_Block_height; + localoptimism_Bytes: ResolverTypeWrapper; + localoptimism_ConnectorMeta: ResolverTypeWrapper; + localoptimism_ConnectorMeta_filter: localoptimism_ConnectorMeta_filter; + localoptimism_ConnectorMeta_orderBy: localoptimism_ConnectorMeta_orderBy; + localoptimism_DestinationTransfer: ResolverTypeWrapper; + localoptimism_DestinationTransfer_filter: localoptimism_DestinationTransfer_filter; + localoptimism_DestinationTransfer_orderBy: localoptimism_DestinationTransfer_orderBy; + localoptimism_Int8: ResolverTypeWrapper; + localoptimism_OptimisticRootFinalized: ResolverTypeWrapper; + localoptimism_OptimisticRootFinalized_filter: localoptimism_OptimisticRootFinalized_filter; + localoptimism_OptimisticRootFinalized_orderBy: localoptimism_OptimisticRootFinalized_orderBy; + localoptimism_OrderDirection: localoptimism_OrderDirection; + localoptimism_OriginMessage: ResolverTypeWrapper; + localoptimism_OriginMessage_filter: localoptimism_OriginMessage_filter; + localoptimism_OriginMessage_orderBy: localoptimism_OriginMessage_orderBy; + localoptimism_OriginTransfer: ResolverTypeWrapper; + localoptimism_OriginTransfer_filter: localoptimism_OriginTransfer_filter; + localoptimism_OriginTransfer_orderBy: localoptimism_OriginTransfer_orderBy; + localoptimism_Relayer: ResolverTypeWrapper; + localoptimism_RelayerFee: ResolverTypeWrapper; + localoptimism_RelayerFee_filter: localoptimism_RelayerFee_filter; + localoptimism_RelayerFee_orderBy: localoptimism_RelayerFee_orderBy; + localoptimism_RelayerFeesIncrease: ResolverTypeWrapper; + localoptimism_RelayerFeesIncrease_filter: localoptimism_RelayerFeesIncrease_filter; + localoptimism_RelayerFeesIncrease_orderBy: localoptimism_RelayerFeesIncrease_orderBy; + localoptimism_Relayer_filter: localoptimism_Relayer_filter; + localoptimism_Relayer_orderBy: localoptimism_Relayer_orderBy; + localoptimism_RootCount: ResolverTypeWrapper; + localoptimism_RootCount_filter: localoptimism_RootCount_filter; + localoptimism_RootCount_orderBy: localoptimism_RootCount_orderBy; + localoptimism_RootMessageSent: ResolverTypeWrapper; + localoptimism_RootMessageSent_filter: localoptimism_RootMessageSent_filter; + localoptimism_RootMessageSent_orderBy: localoptimism_RootMessageSent_orderBy; + localoptimism_Router: ResolverTypeWrapper; + localoptimism_RouterDailyTVL: ResolverTypeWrapper; + localoptimism_RouterDailyTVL_filter: localoptimism_RouterDailyTVL_filter; + localoptimism_RouterDailyTVL_orderBy: localoptimism_RouterDailyTVL_orderBy; + localoptimism_Router_filter: localoptimism_Router_filter; + localoptimism_Router_orderBy: localoptimism_Router_orderBy; + localoptimism_Sequencer: ResolverTypeWrapper; + localoptimism_Sequencer_filter: localoptimism_Sequencer_filter; + localoptimism_Sequencer_orderBy: localoptimism_Sequencer_orderBy; + localoptimism_Setting: ResolverTypeWrapper; + localoptimism_Setting_filter: localoptimism_Setting_filter; + localoptimism_Setting_orderBy: localoptimism_Setting_orderBy; + localoptimism_SlippageUpdate: ResolverTypeWrapper; + localoptimism_SlippageUpdate_filter: localoptimism_SlippageUpdate_filter; + localoptimism_SlippageUpdate_orderBy: localoptimism_SlippageUpdate_orderBy; + localoptimism_SnapshotRoot: ResolverTypeWrapper; + localoptimism_SnapshotRoot_filter: localoptimism_SnapshotRoot_filter; + localoptimism_SnapshotRoot_orderBy: localoptimism_SnapshotRoot_orderBy; + localoptimism_SpokeConnectorMode: ResolverTypeWrapper; + localoptimism_SpokeConnectorMode_filter: localoptimism_SpokeConnectorMode_filter; + localoptimism_SpokeConnectorMode_orderBy: localoptimism_SpokeConnectorMode_orderBy; + localoptimism_TransferStatus: localoptimism_TransferStatus; + localoptimism__Block_: ResolverTypeWrapper; + localoptimism__Meta_: ResolverTypeWrapper; + mainnet_AggregateRoot: ResolverTypeWrapper; + mainnet_AggregateRoot_filter: mainnet_AggregateRoot_filter; + mainnet_AggregateRoot_orderBy: mainnet_AggregateRoot_orderBy; + mainnet_Asset: ResolverTypeWrapper; + mainnet_AssetBalance: ResolverTypeWrapper; + mainnet_AssetBalance_filter: mainnet_AssetBalance_filter; + mainnet_AssetBalance_orderBy: mainnet_AssetBalance_orderBy; + mainnet_AssetStatus: ResolverTypeWrapper; + mainnet_AssetStatus_filter: mainnet_AssetStatus_filter; + mainnet_AssetStatus_orderBy: mainnet_AssetStatus_orderBy; + mainnet_Asset_filter: mainnet_Asset_filter; + mainnet_Asset_orderBy: mainnet_Asset_orderBy; + mainnet_ConnectorMeta: ResolverTypeWrapper; + mainnet_ConnectorMeta_filter: mainnet_ConnectorMeta_filter; + mainnet_ConnectorMeta_orderBy: mainnet_ConnectorMeta_orderBy; + mainnet_DestinationTransfer: ResolverTypeWrapper; + mainnet_DestinationTransfer_filter: mainnet_DestinationTransfer_filter; + mainnet_DestinationTransfer_orderBy: mainnet_DestinationTransfer_orderBy; + mainnet_OriginMessage: ResolverTypeWrapper; + mainnet_OriginMessage_filter: mainnet_OriginMessage_filter; + mainnet_OriginMessage_orderBy: mainnet_OriginMessage_orderBy; + mainnet_OriginTransfer: ResolverTypeWrapper; + mainnet_OriginTransfer_filter: mainnet_OriginTransfer_filter; + mainnet_OriginTransfer_orderBy: mainnet_OriginTransfer_orderBy; + mainnet_Relayer: ResolverTypeWrapper; + mainnet_RelayerFee: ResolverTypeWrapper; + mainnet_RelayerFee_filter: mainnet_RelayerFee_filter; + mainnet_RelayerFee_orderBy: mainnet_RelayerFee_orderBy; + mainnet_RelayerFeesIncrease: ResolverTypeWrapper; + mainnet_RelayerFeesIncrease_filter: mainnet_RelayerFeesIncrease_filter; + mainnet_RelayerFeesIncrease_orderBy: mainnet_RelayerFeesIncrease_orderBy; + mainnet_Relayer_filter: mainnet_Relayer_filter; + mainnet_Relayer_orderBy: mainnet_Relayer_orderBy; + mainnet_RootCount: ResolverTypeWrapper; + mainnet_RootCount_filter: mainnet_RootCount_filter; + mainnet_RootCount_orderBy: mainnet_RootCount_orderBy; + mainnet_RootMessageSent: ResolverTypeWrapper; + mainnet_RootMessageSent_filter: mainnet_RootMessageSent_filter; + mainnet_RootMessageSent_orderBy: mainnet_RootMessageSent_orderBy; + mainnet_Router: ResolverTypeWrapper; + mainnet_RouterDailyTVL: ResolverTypeWrapper; + mainnet_RouterDailyTVL_filter: mainnet_RouterDailyTVL_filter; + mainnet_RouterDailyTVL_orderBy: mainnet_RouterDailyTVL_orderBy; + mainnet_RouterLiquidityEvent: ResolverTypeWrapper; + mainnet_RouterLiquidityEventType: mainnet_RouterLiquidityEventType; + mainnet_RouterLiquidityEvent_filter: mainnet_RouterLiquidityEvent_filter; + mainnet_RouterLiquidityEvent_orderBy: mainnet_RouterLiquidityEvent_orderBy; + mainnet_Router_filter: mainnet_Router_filter; + mainnet_Router_orderBy: mainnet_Router_orderBy; + mainnet_Sequencer: ResolverTypeWrapper; + mainnet_Sequencer_filter: mainnet_Sequencer_filter; + mainnet_Sequencer_orderBy: mainnet_Sequencer_orderBy; + mainnet_Setting: ResolverTypeWrapper; + mainnet_Setting_filter: mainnet_Setting_filter; + mainnet_Setting_orderBy: mainnet_Setting_orderBy; + mainnet_SlippageUpdate: ResolverTypeWrapper; + mainnet_SlippageUpdate_filter: mainnet_SlippageUpdate_filter; + mainnet_SlippageUpdate_orderBy: mainnet_SlippageUpdate_orderBy; + mainnet_TransferStatus: mainnet_TransferStatus; + arbitrumone_AggregateRoot: ResolverTypeWrapper; + arbitrumone_AggregateRoot_filter: arbitrumone_AggregateRoot_filter; + arbitrumone_AggregateRoot_orderBy: arbitrumone_AggregateRoot_orderBy; + arbitrumone_Asset: ResolverTypeWrapper; + arbitrumone_AssetBalance: ResolverTypeWrapper; + arbitrumone_AssetBalance_filter: arbitrumone_AssetBalance_filter; + arbitrumone_AssetBalance_orderBy: arbitrumone_AssetBalance_orderBy; + arbitrumone_AssetStatus: ResolverTypeWrapper; + arbitrumone_AssetStatus_filter: arbitrumone_AssetStatus_filter; + arbitrumone_AssetStatus_orderBy: arbitrumone_AssetStatus_orderBy; + arbitrumone_Asset_filter: arbitrumone_Asset_filter; + arbitrumone_Asset_orderBy: arbitrumone_Asset_orderBy; + arbitrumone_BigDecimal: ResolverTypeWrapper; + arbitrumone_BlockChangedFilter: arbitrumone_BlockChangedFilter; + arbitrumone_Block_height: arbitrumone_Block_height; + arbitrumone_Bytes: ResolverTypeWrapper; + arbitrumone_ConnectorMeta: ResolverTypeWrapper; + arbitrumone_ConnectorMeta_filter: arbitrumone_ConnectorMeta_filter; + arbitrumone_ConnectorMeta_orderBy: arbitrumone_ConnectorMeta_orderBy; + arbitrumone_DestinationTransfer: ResolverTypeWrapper; + arbitrumone_DestinationTransfer_filter: arbitrumone_DestinationTransfer_filter; + arbitrumone_DestinationTransfer_orderBy: arbitrumone_DestinationTransfer_orderBy; + arbitrumone_Int8: ResolverTypeWrapper; + arbitrumone_OrderDirection: arbitrumone_OrderDirection; + arbitrumone_OriginMessage: ResolverTypeWrapper; + arbitrumone_OriginMessage_filter: arbitrumone_OriginMessage_filter; + arbitrumone_OriginMessage_orderBy: arbitrumone_OriginMessage_orderBy; + arbitrumone_OriginTransfer: ResolverTypeWrapper; + arbitrumone_OriginTransfer_filter: arbitrumone_OriginTransfer_filter; + arbitrumone_OriginTransfer_orderBy: arbitrumone_OriginTransfer_orderBy; + arbitrumone_Relayer: ResolverTypeWrapper; + arbitrumone_RelayerFee: ResolverTypeWrapper; + arbitrumone_RelayerFee_filter: arbitrumone_RelayerFee_filter; + arbitrumone_RelayerFee_orderBy: arbitrumone_RelayerFee_orderBy; + arbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; + arbitrumone_RelayerFeesIncrease_filter: arbitrumone_RelayerFeesIncrease_filter; + arbitrumone_RelayerFeesIncrease_orderBy: arbitrumone_RelayerFeesIncrease_orderBy; + arbitrumone_Relayer_filter: arbitrumone_Relayer_filter; + arbitrumone_Relayer_orderBy: arbitrumone_Relayer_orderBy; + arbitrumone_RootCount: ResolverTypeWrapper; + arbitrumone_RootCount_filter: arbitrumone_RootCount_filter; + arbitrumone_RootCount_orderBy: arbitrumone_RootCount_orderBy; + arbitrumone_RootMessageSent: ResolverTypeWrapper; + arbitrumone_RootMessageSent_filter: arbitrumone_RootMessageSent_filter; + arbitrumone_RootMessageSent_orderBy: arbitrumone_RootMessageSent_orderBy; + arbitrumone_Router: ResolverTypeWrapper; + arbitrumone_RouterDailyTVL: ResolverTypeWrapper; + arbitrumone_RouterDailyTVL_filter: arbitrumone_RouterDailyTVL_filter; + arbitrumone_RouterDailyTVL_orderBy: arbitrumone_RouterDailyTVL_orderBy; + arbitrumone_RouterLiquidityEvent: ResolverTypeWrapper; + arbitrumone_RouterLiquidityEventType: arbitrumone_RouterLiquidityEventType; + arbitrumone_RouterLiquidityEvent_filter: arbitrumone_RouterLiquidityEvent_filter; + arbitrumone_RouterLiquidityEvent_orderBy: arbitrumone_RouterLiquidityEvent_orderBy; + arbitrumone_Router_filter: arbitrumone_Router_filter; + arbitrumone_Router_orderBy: arbitrumone_Router_orderBy; + arbitrumone_Sequencer: ResolverTypeWrapper; + arbitrumone_Sequencer_filter: arbitrumone_Sequencer_filter; + arbitrumone_Sequencer_orderBy: arbitrumone_Sequencer_orderBy; + arbitrumone_Setting: ResolverTypeWrapper; + arbitrumone_Setting_filter: arbitrumone_Setting_filter; + arbitrumone_Setting_orderBy: arbitrumone_Setting_orderBy; + arbitrumone_SlippageUpdate: ResolverTypeWrapper; + arbitrumone_SlippageUpdate_filter: arbitrumone_SlippageUpdate_filter; + arbitrumone_SlippageUpdate_orderBy: arbitrumone_SlippageUpdate_orderBy; + arbitrumone_TransferStatus: arbitrumone_TransferStatus; + arbitrumone__Block_: ResolverTypeWrapper; + arbitrumone__Meta_: ResolverTypeWrapper; + polygon_AggregateRoot: ResolverTypeWrapper; + polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; + polygon_AggregateRoot_orderBy: polygon_AggregateRoot_orderBy; + polygon_Asset: ResolverTypeWrapper; + polygon_AssetBalance: ResolverTypeWrapper; + polygon_AssetBalance_filter: polygon_AssetBalance_filter; + polygon_AssetBalance_orderBy: polygon_AssetBalance_orderBy; + polygon_AssetStatus: ResolverTypeWrapper; + polygon_AssetStatus_filter: polygon_AssetStatus_filter; + polygon_AssetStatus_orderBy: polygon_AssetStatus_orderBy; + polygon_Asset_filter: polygon_Asset_filter; + polygon_Asset_orderBy: polygon_Asset_orderBy; + polygon_BigDecimal: ResolverTypeWrapper; + polygon_BlockChangedFilter: polygon_BlockChangedFilter; + polygon_Block_height: polygon_Block_height; + polygon_Bytes: ResolverTypeWrapper; + polygon_ConnectorMeta: ResolverTypeWrapper; + polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; + polygon_ConnectorMeta_orderBy: polygon_ConnectorMeta_orderBy; + polygon_DestinationTransfer: ResolverTypeWrapper; + polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; + polygon_DestinationTransfer_orderBy: polygon_DestinationTransfer_orderBy; + polygon_Int8: ResolverTypeWrapper; + polygon_OrderDirection: polygon_OrderDirection; + polygon_OriginMessage: ResolverTypeWrapper; + polygon_OriginMessage_filter: polygon_OriginMessage_filter; + polygon_OriginMessage_orderBy: polygon_OriginMessage_orderBy; + polygon_OriginTransfer: ResolverTypeWrapper; + polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; + polygon_OriginTransfer_orderBy: polygon_OriginTransfer_orderBy; + polygon_Relayer: ResolverTypeWrapper; + polygon_RelayerFee: ResolverTypeWrapper; + polygon_RelayerFee_filter: polygon_RelayerFee_filter; + polygon_RelayerFee_orderBy: polygon_RelayerFee_orderBy; + polygon_RelayerFeesIncrease: ResolverTypeWrapper; + polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; + polygon_RelayerFeesIncrease_orderBy: polygon_RelayerFeesIncrease_orderBy; + polygon_Relayer_filter: polygon_Relayer_filter; + polygon_Relayer_orderBy: polygon_Relayer_orderBy; + polygon_RootCount: ResolverTypeWrapper; + polygon_RootCount_filter: polygon_RootCount_filter; + polygon_RootCount_orderBy: polygon_RootCount_orderBy; + polygon_RootMessageSent: ResolverTypeWrapper; + polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; + polygon_RootMessageSent_orderBy: polygon_RootMessageSent_orderBy; + polygon_Router: ResolverTypeWrapper; + polygon_RouterDailyTVL: ResolverTypeWrapper; + polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; + polygon_RouterDailyTVL_orderBy: polygon_RouterDailyTVL_orderBy; + polygon_RouterLiquidityEvent: ResolverTypeWrapper; + polygon_RouterLiquidityEventType: polygon_RouterLiquidityEventType; + polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; + polygon_RouterLiquidityEvent_orderBy: polygon_RouterLiquidityEvent_orderBy; + polygon_Router_filter: polygon_Router_filter; + polygon_Router_orderBy: polygon_Router_orderBy; + polygon_Sequencer: ResolverTypeWrapper; + polygon_Sequencer_filter: polygon_Sequencer_filter; + polygon_Sequencer_orderBy: polygon_Sequencer_orderBy; + polygon_Setting: ResolverTypeWrapper; + polygon_Setting_filter: polygon_Setting_filter; + polygon_Setting_orderBy: polygon_Setting_orderBy; + polygon_SlippageUpdate: ResolverTypeWrapper; + polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; + polygon_SlippageUpdate_orderBy: polygon_SlippageUpdate_orderBy; + polygon_TransferStatus: polygon_TransferStatus; + polygon__Block_: ResolverTypeWrapper; + polygon__Meta_: ResolverTypeWrapper; }>; -export type staginggoerli_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; +/** Mapping between all available schema types and the resolvers parents */ +export type ResolversParentTypes = ResolversObject<{ + Query: {}; + Subscription: {}; + testoptimismgoerli_Asset: testoptimismgoerli_Asset; + testoptimismgoerli_AssetBalance: testoptimismgoerli_AssetBalance; + testoptimismgoerli_AssetBalance_filter: testoptimismgoerli_AssetBalance_filter; + testoptimismgoerli_Asset_filter: testoptimismgoerli_Asset_filter; + testoptimismgoerli_BigDecimal: Scalars['testoptimismgoerli_BigDecimal']; + BigInt: Scalars['BigInt']; + testoptimismgoerli_BlockChangedFilter: testoptimismgoerli_BlockChangedFilter; + testoptimismgoerli_Block_height: testoptimismgoerli_Block_height; + Boolean: Scalars['Boolean']; + testoptimismgoerli_Bytes: Scalars['testoptimismgoerli_Bytes']; + testoptimismgoerli_DestinationTransfer: testoptimismgoerli_DestinationTransfer; + testoptimismgoerli_DestinationTransfer_filter: testoptimismgoerli_DestinationTransfer_filter; + Float: Scalars['Float']; + ID: Scalars['ID']; + Int: Scalars['Int']; + testoptimismgoerli_Int8: Scalars['testoptimismgoerli_Int8']; + testoptimismgoerli_OriginTransfer: testoptimismgoerli_OriginTransfer; + testoptimismgoerli_OriginTransfer_filter: testoptimismgoerli_OriginTransfer_filter; + testoptimismgoerli_Relayer: testoptimismgoerli_Relayer; + testoptimismgoerli_Relayer_filter: testoptimismgoerli_Relayer_filter; + testoptimismgoerli_Router: testoptimismgoerli_Router; + testoptimismgoerli_Router_filter: testoptimismgoerli_Router_filter; + testoptimismgoerli_Setting: testoptimismgoerli_Setting; + testoptimismgoerli_Setting_filter: testoptimismgoerli_Setting_filter; + testoptimismgoerli_SponsorVault: testoptimismgoerli_SponsorVault; + testoptimismgoerli_SponsorVault_filter: testoptimismgoerli_SponsorVault_filter; + testoptimismgoerli_StableSwap: testoptimismgoerli_StableSwap; + testoptimismgoerli_StableSwap_filter: testoptimismgoerli_StableSwap_filter; + String: Scalars['String']; + testoptimismgoerli__Block_: testoptimismgoerli__Block_; + testoptimismgoerli__Meta_: testoptimismgoerli__Meta_; + goerli_AggregatedMessageRoot: goerli_AggregatedMessageRoot; + goerli_AggregatedMessageRoot_filter: goerli_AggregatedMessageRoot_filter; + goerli_ArbitrumConnectorMeta: goerli_ArbitrumConnectorMeta; + goerli_ArbitrumConnectorMeta_filter: goerli_ArbitrumConnectorMeta_filter; + goerli_BigDecimal: Scalars['goerli_BigDecimal']; + goerli_BlockChangedFilter: goerli_BlockChangedFilter; + goerli_Block_height: goerli_Block_height; + goerli_BnbConnectorMeta: goerli_BnbConnectorMeta; + goerli_BnbConnectorMeta_filter: goerli_BnbConnectorMeta_filter; + goerli_Bytes: Scalars['goerli_Bytes']; + goerli_GnosisConnectorMeta: goerli_GnosisConnectorMeta; + goerli_GnosisConnectorMeta_filter: goerli_GnosisConnectorMeta_filter; + goerli_Int8: Scalars['goerli_Int8']; + goerli_LineaConnectorMeta: goerli_LineaConnectorMeta; + goerli_LineaConnectorMeta_filter: goerli_LineaConnectorMeta_filter; + goerli_OptimismConnectorMeta: goerli_OptimismConnectorMeta; + goerli_OptimismConnectorMeta_filter: goerli_OptimismConnectorMeta_filter; + goerli_PolygonConnectorMeta: goerli_PolygonConnectorMeta; + goerli_PolygonConnectorMeta_filter: goerli_PolygonConnectorMeta_filter; + goerli_RootAggregated: goerli_RootAggregated; + goerli_RootAggregated_filter: goerli_RootAggregated_filter; + goerli_RootManagerMeta: goerli_RootManagerMeta; + goerli_RootManagerMeta_filter: goerli_RootManagerMeta_filter; + goerli_RootMessageProcessed: goerli_RootMessageProcessed; + goerli_RootMessageProcessed_filter: goerli_RootMessageProcessed_filter; + goerli_RootPropagated: goerli_RootPropagated; + goerli_RootPropagated_filter: goerli_RootPropagated_filter; + goerli_ZkSyncConnectorMeta: goerli_ZkSyncConnectorMeta; + goerli_ZkSyncConnectorMeta_filter: goerli_ZkSyncConnectorMeta_filter; + goerli__Block_: goerli__Block_; + goerli__Meta_: goerli__Meta_; + mainnet_AggregatedMessageRoot: mainnet_AggregatedMessageRoot; + mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; + mainnet_ArbitrumConnectorMeta: mainnet_ArbitrumConnectorMeta; + mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; + mainnet_BigDecimal: Scalars['mainnet_BigDecimal']; + mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; + mainnet_Block_height: mainnet_Block_height; + mainnet_BnbConnectorMeta: mainnet_BnbConnectorMeta; + mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; + mainnet_Bytes: Scalars['mainnet_Bytes']; + mainnet_GnosisConnectorMeta: mainnet_GnosisConnectorMeta; + mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; + mainnet_Int8: Scalars['mainnet_Int8']; + mainnet_LineaConnectorMeta: mainnet_LineaConnectorMeta; + mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; + mainnet_OptimismConnectorMeta: mainnet_OptimismConnectorMeta; + mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; + mainnet_PolygonConnectorMeta: mainnet_PolygonConnectorMeta; + mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; + mainnet_RootAggregated: mainnet_RootAggregated; + mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; + mainnet_RootManagerMeta: mainnet_RootManagerMeta; + mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; + mainnet_RootMessageProcessed: mainnet_RootMessageProcessed; + mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; + mainnet_RootPropagated: mainnet_RootPropagated; + mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; + mainnet_ZkSyncConnectorMeta: mainnet_ZkSyncConnectorMeta; + mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; + mainnet__Block_: mainnet__Block_; + mainnet__Meta_: mainnet__Meta_; + staginggoerli_swap_BigDecimal: Scalars['staginggoerli_swap_BigDecimal']; + staginggoerli_swap_BlockChangedFilter: staginggoerli_swap_BlockChangedFilter; + staginggoerli_swap_Block_height: staginggoerli_swap_Block_height; + staginggoerli_swap_Bytes: Scalars['staginggoerli_swap_Bytes']; + staginggoerli_swap_Int8: Scalars['staginggoerli_swap_Int8']; + staginggoerli_swap_LpAccount: staginggoerli_swap_LpAccount; + staginggoerli_swap_LpAccountBalance: staginggoerli_swap_LpAccountBalance; + staginggoerli_swap_LpAccountBalance_filter: staginggoerli_swap_LpAccountBalance_filter; + staginggoerli_swap_LpAccount_filter: staginggoerli_swap_LpAccount_filter; + staginggoerli_swap_LpToken: staginggoerli_swap_LpToken; + staginggoerli_swap_LpTokenEvent: ResolversParentTypes['staginggoerli_swap_LpTransferEvent']; + staginggoerli_swap_LpTokenEvent_filter: staginggoerli_swap_LpTokenEvent_filter; + staginggoerli_swap_LpToken_filter: staginggoerli_swap_LpToken_filter; + staginggoerli_swap_LpTransferEvent: staginggoerli_swap_LpTransferEvent; + staginggoerli_swap_LpTransferEvent_filter: staginggoerli_swap_LpTransferEvent_filter; + staginggoerli_swap_PooledToken: staginggoerli_swap_PooledToken; + staginggoerli_swap_PooledToken_filter: staginggoerli_swap_PooledToken_filter; + staginggoerli_swap_StableSwap: staginggoerli_swap_StableSwap; + staginggoerli_swap_StableSwapAddLiquidityEvent: staginggoerli_swap_StableSwapAddLiquidityEvent; + staginggoerli_swap_StableSwapAddLiquidityEvent_filter: staginggoerli_swap_StableSwapAddLiquidityEvent_filter; + staginggoerli_swap_StableSwapEvent: ResolversParentTypes['staginggoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['staginggoerli_swap_StableSwapRemoveLiquidityEvent']; + staginggoerli_swap_StableSwapEvent_filter: staginggoerli_swap_StableSwapEvent_filter; + staginggoerli_swap_StableSwapExchange: staginggoerli_swap_StableSwapExchange; + staginggoerli_swap_StableSwapExchange_filter: staginggoerli_swap_StableSwapExchange_filter; + staginggoerli_swap_StableSwapRemoveLiquidityEvent: staginggoerli_swap_StableSwapRemoveLiquidityEvent; + staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter; + staginggoerli_swap_StableSwap_filter: staginggoerli_swap_StableSwap_filter; + staginggoerli_swap_SwapDailyVolume: staginggoerli_swap_SwapDailyVolume; + staginggoerli_swap_SwapDailyVolume_filter: staginggoerli_swap_SwapDailyVolume_filter; + staginggoerli_swap_SwapHourlyVolume: staginggoerli_swap_SwapHourlyVolume; + staginggoerli_swap_SwapHourlyVolume_filter: staginggoerli_swap_SwapHourlyVolume_filter; + staginggoerli_swap_SwapTradeVolume: ResolversParentTypes['staginggoerli_swap_SwapDailyVolume'] | ResolversParentTypes['staginggoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['staginggoerli_swap_SwapWeeklyVolume']; + staginggoerli_swap_SwapTradeVolume_filter: staginggoerli_swap_SwapTradeVolume_filter; + staginggoerli_swap_SwapWeeklyVolume: staginggoerli_swap_SwapWeeklyVolume; + staginggoerli_swap_SwapWeeklyVolume_filter: staginggoerli_swap_SwapWeeklyVolume_filter; + staginggoerli_swap_SystemInfo: staginggoerli_swap_SystemInfo; + staginggoerli_swap_SystemInfo_filter: staginggoerli_swap_SystemInfo_filter; + staginggoerli_swap__Block_: staginggoerli_swap__Block_; + staginggoerli_swap__Meta_: staginggoerli_swap__Meta_; + stagingarbitrumgoerli_swap_BigDecimal: Scalars['stagingarbitrumgoerli_swap_BigDecimal']; + stagingarbitrumgoerli_swap_BlockChangedFilter: stagingarbitrumgoerli_swap_BlockChangedFilter; + stagingarbitrumgoerli_swap_Block_height: stagingarbitrumgoerli_swap_Block_height; + stagingarbitrumgoerli_swap_Bytes: Scalars['stagingarbitrumgoerli_swap_Bytes']; + stagingarbitrumgoerli_swap_Int8: Scalars['stagingarbitrumgoerli_swap_Int8']; + stagingarbitrumgoerli_swap_LpAccount: stagingarbitrumgoerli_swap_LpAccount; + stagingarbitrumgoerli_swap_LpAccountBalance: stagingarbitrumgoerli_swap_LpAccountBalance; + stagingarbitrumgoerli_swap_LpAccountBalance_filter: stagingarbitrumgoerli_swap_LpAccountBalance_filter; + stagingarbitrumgoerli_swap_LpAccount_filter: stagingarbitrumgoerli_swap_LpAccount_filter; + stagingarbitrumgoerli_swap_LpToken: stagingarbitrumgoerli_swap_LpToken; + stagingarbitrumgoerli_swap_LpTokenEvent: ResolversParentTypes['stagingarbitrumgoerli_swap_LpTransferEvent']; + stagingarbitrumgoerli_swap_LpTokenEvent_filter: stagingarbitrumgoerli_swap_LpTokenEvent_filter; + stagingarbitrumgoerli_swap_LpToken_filter: stagingarbitrumgoerli_swap_LpToken_filter; + stagingarbitrumgoerli_swap_LpTransferEvent: stagingarbitrumgoerli_swap_LpTransferEvent; + stagingarbitrumgoerli_swap_LpTransferEvent_filter: stagingarbitrumgoerli_swap_LpTransferEvent_filter; + stagingarbitrumgoerli_swap_PooledToken: stagingarbitrumgoerli_swap_PooledToken; + stagingarbitrumgoerli_swap_PooledToken_filter: stagingarbitrumgoerli_swap_PooledToken_filter; + stagingarbitrumgoerli_swap_StableSwap: stagingarbitrumgoerli_swap_StableSwap; + stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent; + stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; + stagingarbitrumgoerli_swap_StableSwapEvent: ResolversParentTypes['stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; + stagingarbitrumgoerli_swap_StableSwapEvent_filter: stagingarbitrumgoerli_swap_StableSwapEvent_filter; + stagingarbitrumgoerli_swap_StableSwapExchange: stagingarbitrumgoerli_swap_StableSwapExchange; + stagingarbitrumgoerli_swap_StableSwapExchange_filter: stagingarbitrumgoerli_swap_StableSwapExchange_filter; + stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent; + stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + stagingarbitrumgoerli_swap_StableSwap_filter: stagingarbitrumgoerli_swap_StableSwap_filter; + stagingarbitrumgoerli_swap_SwapDailyVolume: stagingarbitrumgoerli_swap_SwapDailyVolume; + stagingarbitrumgoerli_swap_SwapDailyVolume_filter: stagingarbitrumgoerli_swap_SwapDailyVolume_filter; + stagingarbitrumgoerli_swap_SwapHourlyVolume: stagingarbitrumgoerli_swap_SwapHourlyVolume; + stagingarbitrumgoerli_swap_SwapHourlyVolume_filter: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter; + stagingarbitrumgoerli_swap_SwapTradeVolume: ResolversParentTypes['stagingarbitrumgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['stagingarbitrumgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingarbitrumgoerli_swap_SwapWeeklyVolume']; + stagingarbitrumgoerli_swap_SwapTradeVolume_filter: stagingarbitrumgoerli_swap_SwapTradeVolume_filter; + stagingarbitrumgoerli_swap_SwapWeeklyVolume: stagingarbitrumgoerli_swap_SwapWeeklyVolume; + stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter; + stagingarbitrumgoerli_swap_SystemInfo: stagingarbitrumgoerli_swap_SystemInfo; + stagingarbitrumgoerli_swap_SystemInfo_filter: stagingarbitrumgoerli_swap_SystemInfo_filter; + stagingarbitrumgoerli_swap__Block_: stagingarbitrumgoerli_swap__Block_; + stagingarbitrumgoerli_swap__Meta_: stagingarbitrumgoerli_swap__Meta_; + mumbai_swap_BigDecimal: Scalars['mumbai_swap_BigDecimal']; + mumbai_swap_BlockChangedFilter: mumbai_swap_BlockChangedFilter; + mumbai_swap_Block_height: mumbai_swap_Block_height; + mumbai_swap_Bytes: Scalars['mumbai_swap_Bytes']; + mumbai_swap_Int8: Scalars['mumbai_swap_Int8']; + mumbai_swap_LpAccount: mumbai_swap_LpAccount; + mumbai_swap_LpAccountBalance: mumbai_swap_LpAccountBalance; + mumbai_swap_LpAccountBalance_filter: mumbai_swap_LpAccountBalance_filter; + mumbai_swap_LpAccount_filter: mumbai_swap_LpAccount_filter; + mumbai_swap_LpToken: mumbai_swap_LpToken; + mumbai_swap_LpTokenEvent: ResolversParentTypes['mumbai_swap_LpTransferEvent']; + mumbai_swap_LpTokenEvent_filter: mumbai_swap_LpTokenEvent_filter; + mumbai_swap_LpToken_filter: mumbai_swap_LpToken_filter; + mumbai_swap_LpTransferEvent: mumbai_swap_LpTransferEvent; + mumbai_swap_LpTransferEvent_filter: mumbai_swap_LpTransferEvent_filter; + mumbai_swap_PooledToken: mumbai_swap_PooledToken; + mumbai_swap_PooledToken_filter: mumbai_swap_PooledToken_filter; + mumbai_swap_StableSwap: mumbai_swap_StableSwap; + mumbai_swap_StableSwapAddLiquidityEvent: mumbai_swap_StableSwapAddLiquidityEvent; + mumbai_swap_StableSwapAddLiquidityEvent_filter: mumbai_swap_StableSwapAddLiquidityEvent_filter; + mumbai_swap_StableSwapEvent: ResolversParentTypes['mumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mumbai_swap_StableSwapRemoveLiquidityEvent']; + mumbai_swap_StableSwapEvent_filter: mumbai_swap_StableSwapEvent_filter; + mumbai_swap_StableSwapExchange: mumbai_swap_StableSwapExchange; + mumbai_swap_StableSwapExchange_filter: mumbai_swap_StableSwapExchange_filter; + mumbai_swap_StableSwapRemoveLiquidityEvent: mumbai_swap_StableSwapRemoveLiquidityEvent; + mumbai_swap_StableSwapRemoveLiquidityEvent_filter: mumbai_swap_StableSwapRemoveLiquidityEvent_filter; + mumbai_swap_StableSwap_filter: mumbai_swap_StableSwap_filter; + mumbai_swap_SwapDailyVolume: mumbai_swap_SwapDailyVolume; + mumbai_swap_SwapDailyVolume_filter: mumbai_swap_SwapDailyVolume_filter; + mumbai_swap_SwapHourlyVolume: mumbai_swap_SwapHourlyVolume; + mumbai_swap_SwapHourlyVolume_filter: mumbai_swap_SwapHourlyVolume_filter; + mumbai_swap_SwapTradeVolume: ResolversParentTypes['mumbai_swap_SwapDailyVolume'] | ResolversParentTypes['mumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['mumbai_swap_SwapWeeklyVolume']; + mumbai_swap_SwapTradeVolume_filter: mumbai_swap_SwapTradeVolume_filter; + mumbai_swap_SwapWeeklyVolume: mumbai_swap_SwapWeeklyVolume; + mumbai_swap_SwapWeeklyVolume_filter: mumbai_swap_SwapWeeklyVolume_filter; + mumbai_swap_SystemInfo: mumbai_swap_SystemInfo; + mumbai_swap_SystemInfo_filter: mumbai_swap_SystemInfo_filter; + mumbai_swap__Block_: mumbai_swap__Block_; + mumbai_swap__Meta_: mumbai_swap__Meta_; + staginggoerli_AggregateRootSavedSlow: staginggoerli_AggregateRootSavedSlow; + staginggoerli_AggregateRootSavedSlow_filter: staginggoerli_AggregateRootSavedSlow_filter; + staginggoerli_AggregatedMessageRoot: staginggoerli_AggregatedMessageRoot; + staginggoerli_AggregatedMessageRoot_filter: staginggoerli_AggregatedMessageRoot_filter; + staginggoerli_ArbitrumConnectorMeta: staginggoerli_ArbitrumConnectorMeta; + staginggoerli_ArbitrumConnectorMeta_filter: staginggoerli_ArbitrumConnectorMeta_filter; + staginggoerli_BigDecimal: Scalars['staginggoerli_BigDecimal']; + staginggoerli_BlockChangedFilter: staginggoerli_BlockChangedFilter; + staginggoerli_Block_height: staginggoerli_Block_height; + staginggoerli_BnbConnectorMeta: staginggoerli_BnbConnectorMeta; + staginggoerli_BnbConnectorMeta_filter: staginggoerli_BnbConnectorMeta_filter; + staginggoerli_Bytes: Scalars['staginggoerli_Bytes']; + staginggoerli_GnosisConnectorMeta: staginggoerli_GnosisConnectorMeta; + staginggoerli_GnosisConnectorMeta_filter: staginggoerli_GnosisConnectorMeta_filter; + staginggoerli_HubDomain: staginggoerli_HubDomain; + staginggoerli_HubDomain_filter: staginggoerli_HubDomain_filter; + staginggoerli_HubOptimisticRootFinalized: staginggoerli_HubOptimisticRootFinalized; + staginggoerli_HubOptimisticRootFinalized_filter: staginggoerli_HubOptimisticRootFinalized_filter; + staginggoerli_Int8: Scalars['staginggoerli_Int8']; + staginggoerli_OptimismConnectorMeta: staginggoerli_OptimismConnectorMeta; + staginggoerli_OptimismConnectorMeta_filter: staginggoerli_OptimismConnectorMeta_filter; + staginggoerli_OptimisticRootPropagated: staginggoerli_OptimisticRootPropagated; + staginggoerli_OptimisticRootPropagated_filter: staginggoerli_OptimisticRootPropagated_filter; + staginggoerli_OptimisticRootProposed: staginggoerli_OptimisticRootProposed; + staginggoerli_OptimisticRootProposed_filter: staginggoerli_OptimisticRootProposed_filter; + staginggoerli_PolygonConnectorMeta: staginggoerli_PolygonConnectorMeta; + staginggoerli_PolygonConnectorMeta_filter: staginggoerli_PolygonConnectorMeta_filter; + staginggoerli_RootAggregated: staginggoerli_RootAggregated; + staginggoerli_RootAggregated_filter: staginggoerli_RootAggregated_filter; + staginggoerli_RootManagerMeta: staginggoerli_RootManagerMeta; + staginggoerli_RootManagerMeta_filter: staginggoerli_RootManagerMeta_filter; + staginggoerli_RootManagerMode: staginggoerli_RootManagerMode; + staginggoerli_RootManagerMode_filter: staginggoerli_RootManagerMode_filter; + staginggoerli_RootMessageProcessed: staginggoerli_RootMessageProcessed; + staginggoerli_RootMessageProcessed_filter: staginggoerli_RootMessageProcessed_filter; + staginggoerli_RootPropagated: staginggoerli_RootPropagated; + staginggoerli_RootPropagated_filter: staginggoerli_RootPropagated_filter; + staginggoerli_ZkSyncConnectorMeta: staginggoerli_ZkSyncConnectorMeta; + staginggoerli_ZkSyncConnectorMeta_filter: staginggoerli_ZkSyncConnectorMeta_filter; + staginggoerli__Block_: staginggoerli__Block_; + staginggoerli__Meta_: staginggoerli__Meta_; + testgoerli_Asset: testgoerli_Asset; + testgoerli_AssetBalance: testgoerli_AssetBalance; + testgoerli_AssetBalance_filter: testgoerli_AssetBalance_filter; + testgoerli_Asset_filter: testgoerli_Asset_filter; + testgoerli_BigDecimal: Scalars['testgoerli_BigDecimal']; + testgoerli_BlockChangedFilter: testgoerli_BlockChangedFilter; + testgoerli_Block_height: testgoerli_Block_height; + testgoerli_Bytes: Scalars['testgoerli_Bytes']; + testgoerli_DestinationTransfer: testgoerli_DestinationTransfer; + testgoerli_DestinationTransfer_filter: testgoerli_DestinationTransfer_filter; + testgoerli_Int8: Scalars['testgoerli_Int8']; + testgoerli_OriginTransfer: testgoerli_OriginTransfer; + testgoerli_OriginTransfer_filter: testgoerli_OriginTransfer_filter; + testgoerli_Relayer: testgoerli_Relayer; + testgoerli_Relayer_filter: testgoerli_Relayer_filter; + testgoerli_Router: testgoerli_Router; + testgoerli_Router_filter: testgoerli_Router_filter; + testgoerli_Setting: testgoerli_Setting; + testgoerli_Setting_filter: testgoerli_Setting_filter; + testgoerli_SponsorVault: testgoerli_SponsorVault; + testgoerli_SponsorVault_filter: testgoerli_SponsorVault_filter; + testgoerli_StableSwap: testgoerli_StableSwap; + testgoerli_StableSwap_filter: testgoerli_StableSwap_filter; + testgoerli__Block_: testgoerli__Block_; + testgoerli__Meta_: testgoerli__Meta_; + goerli_swap_BigDecimal: Scalars['goerli_swap_BigDecimal']; + goerli_swap_BlockChangedFilter: goerli_swap_BlockChangedFilter; + goerli_swap_Block_height: goerli_swap_Block_height; + goerli_swap_Bytes: Scalars['goerli_swap_Bytes']; + goerli_swap_Int8: Scalars['goerli_swap_Int8']; + goerli_swap_LpAccount: goerli_swap_LpAccount; + goerli_swap_LpAccountBalance: goerli_swap_LpAccountBalance; + goerli_swap_LpAccountBalance_filter: goerli_swap_LpAccountBalance_filter; + goerli_swap_LpAccount_filter: goerli_swap_LpAccount_filter; + goerli_swap_LpToken: goerli_swap_LpToken; + goerli_swap_LpTokenEvent: ResolversParentTypes['goerli_swap_LpTransferEvent']; + goerli_swap_LpTokenEvent_filter: goerli_swap_LpTokenEvent_filter; + goerli_swap_LpToken_filter: goerli_swap_LpToken_filter; + goerli_swap_LpTransferEvent: goerli_swap_LpTransferEvent; + goerli_swap_LpTransferEvent_filter: goerli_swap_LpTransferEvent_filter; + goerli_swap_PooledToken: goerli_swap_PooledToken; + goerli_swap_PooledToken_filter: goerli_swap_PooledToken_filter; + goerli_swap_StableSwap: goerli_swap_StableSwap; + goerli_swap_StableSwapAddLiquidityEvent: goerli_swap_StableSwapAddLiquidityEvent; + goerli_swap_StableSwapAddLiquidityEvent_filter: goerli_swap_StableSwapAddLiquidityEvent_filter; + goerli_swap_StableSwapEvent: ResolversParentTypes['goerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['goerli_swap_StableSwapRemoveLiquidityEvent']; + goerli_swap_StableSwapEvent_filter: goerli_swap_StableSwapEvent_filter; + goerli_swap_StableSwapExchange: goerli_swap_StableSwapExchange; + goerli_swap_StableSwapExchange_filter: goerli_swap_StableSwapExchange_filter; + goerli_swap_StableSwapRemoveLiquidityEvent: goerli_swap_StableSwapRemoveLiquidityEvent; + goerli_swap_StableSwapRemoveLiquidityEvent_filter: goerli_swap_StableSwapRemoveLiquidityEvent_filter; + goerli_swap_StableSwap_filter: goerli_swap_StableSwap_filter; + goerli_swap_SwapDailyVolume: goerli_swap_SwapDailyVolume; + goerli_swap_SwapDailyVolume_filter: goerli_swap_SwapDailyVolume_filter; + goerli_swap_SwapHourlyVolume: goerli_swap_SwapHourlyVolume; + goerli_swap_SwapHourlyVolume_filter: goerli_swap_SwapHourlyVolume_filter; + goerli_swap_SwapTradeVolume: ResolversParentTypes['goerli_swap_SwapDailyVolume'] | ResolversParentTypes['goerli_swap_SwapHourlyVolume'] | ResolversParentTypes['goerli_swap_SwapWeeklyVolume']; + goerli_swap_SwapTradeVolume_filter: goerli_swap_SwapTradeVolume_filter; + goerli_swap_SwapWeeklyVolume: goerli_swap_SwapWeeklyVolume; + goerli_swap_SwapWeeklyVolume_filter: goerli_swap_SwapWeeklyVolume_filter; + goerli_swap_SystemInfo: goerli_swap_SystemInfo; + goerli_swap_SystemInfo_filter: goerli_swap_SystemInfo_filter; + goerli_swap__Block_: goerli_swap__Block_; + goerli_swap__Meta_: goerli_swap__Meta_; + stagingoptimismgoerli_swap_BigDecimal: Scalars['stagingoptimismgoerli_swap_BigDecimal']; + stagingoptimismgoerli_swap_BlockChangedFilter: stagingoptimismgoerli_swap_BlockChangedFilter; + stagingoptimismgoerli_swap_Block_height: stagingoptimismgoerli_swap_Block_height; + stagingoptimismgoerli_swap_Bytes: Scalars['stagingoptimismgoerli_swap_Bytes']; + stagingoptimismgoerli_swap_Int8: Scalars['stagingoptimismgoerli_swap_Int8']; + stagingoptimismgoerli_swap_LpAccount: stagingoptimismgoerli_swap_LpAccount; + stagingoptimismgoerli_swap_LpAccountBalance: stagingoptimismgoerli_swap_LpAccountBalance; + stagingoptimismgoerli_swap_LpAccountBalance_filter: stagingoptimismgoerli_swap_LpAccountBalance_filter; + stagingoptimismgoerli_swap_LpAccount_filter: stagingoptimismgoerli_swap_LpAccount_filter; + stagingoptimismgoerli_swap_LpToken: stagingoptimismgoerli_swap_LpToken; + stagingoptimismgoerli_swap_LpTokenEvent: ResolversParentTypes['stagingoptimismgoerli_swap_LpTransferEvent']; + stagingoptimismgoerli_swap_LpTokenEvent_filter: stagingoptimismgoerli_swap_LpTokenEvent_filter; + stagingoptimismgoerli_swap_LpToken_filter: stagingoptimismgoerli_swap_LpToken_filter; + stagingoptimismgoerli_swap_LpTransferEvent: stagingoptimismgoerli_swap_LpTransferEvent; + stagingoptimismgoerli_swap_LpTransferEvent_filter: stagingoptimismgoerli_swap_LpTransferEvent_filter; + stagingoptimismgoerli_swap_PooledToken: stagingoptimismgoerli_swap_PooledToken; + stagingoptimismgoerli_swap_PooledToken_filter: stagingoptimismgoerli_swap_PooledToken_filter; + stagingoptimismgoerli_swap_StableSwap: stagingoptimismgoerli_swap_StableSwap; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter; + stagingoptimismgoerli_swap_StableSwapEvent: ResolversParentTypes['stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent']; + stagingoptimismgoerli_swap_StableSwapEvent_filter: stagingoptimismgoerli_swap_StableSwapEvent_filter; + stagingoptimismgoerli_swap_StableSwapExchange: stagingoptimismgoerli_swap_StableSwapExchange; + stagingoptimismgoerli_swap_StableSwapExchange_filter: stagingoptimismgoerli_swap_StableSwapExchange_filter; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + stagingoptimismgoerli_swap_StableSwap_filter: stagingoptimismgoerli_swap_StableSwap_filter; + stagingoptimismgoerli_swap_SwapDailyVolume: stagingoptimismgoerli_swap_SwapDailyVolume; + stagingoptimismgoerli_swap_SwapDailyVolume_filter: stagingoptimismgoerli_swap_SwapDailyVolume_filter; + stagingoptimismgoerli_swap_SwapHourlyVolume: stagingoptimismgoerli_swap_SwapHourlyVolume; + stagingoptimismgoerli_swap_SwapHourlyVolume_filter: stagingoptimismgoerli_swap_SwapHourlyVolume_filter; + stagingoptimismgoerli_swap_SwapTradeVolume: ResolversParentTypes['stagingoptimismgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['stagingoptimismgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingoptimismgoerli_swap_SwapWeeklyVolume']; + stagingoptimismgoerli_swap_SwapTradeVolume_filter: stagingoptimismgoerli_swap_SwapTradeVolume_filter; + stagingoptimismgoerli_swap_SwapWeeklyVolume: stagingoptimismgoerli_swap_SwapWeeklyVolume; + stagingoptimismgoerli_swap_SwapWeeklyVolume_filter: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter; + stagingoptimismgoerli_swap_SystemInfo: stagingoptimismgoerli_swap_SystemInfo; + stagingoptimismgoerli_swap_SystemInfo_filter: stagingoptimismgoerli_swap_SystemInfo_filter; + stagingoptimismgoerli_swap__Block_: stagingoptimismgoerli_swap__Block_; + stagingoptimismgoerli_swap__Meta_: stagingoptimismgoerli_swap__Meta_; + arbitrumone_swap_BigDecimal: Scalars['arbitrumone_swap_BigDecimal']; + arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; + arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; + arbitrumone_swap_Bytes: Scalars['arbitrumone_swap_Bytes']; + arbitrumone_swap_Int8: Scalars['arbitrumone_swap_Int8']; + arbitrumone_swap_LpAccount: arbitrumone_swap_LpAccount; + arbitrumone_swap_LpAccountBalance: arbitrumone_swap_LpAccountBalance; + arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; + arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; + arbitrumone_swap_LpToken: arbitrumone_swap_LpToken; + arbitrumone_swap_LpTokenEvent: ResolversParentTypes['arbitrumone_swap_LpTransferEvent']; + arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; + arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; + arbitrumone_swap_LpTransferEvent: arbitrumone_swap_LpTransferEvent; + arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; + arbitrumone_swap_PooledToken: arbitrumone_swap_PooledToken; + arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; + arbitrumone_swap_StableSwap: arbitrumone_swap_StableSwap; + arbitrumone_swap_StableSwapAddLiquidityEvent: arbitrumone_swap_StableSwapAddLiquidityEvent; + arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; + arbitrumone_swap_StableSwapEvent: ResolversParentTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; + arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; + arbitrumone_swap_StableSwapExchange: arbitrumone_swap_StableSwapExchange; + arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; + arbitrumone_swap_StableSwapRemoveLiquidityEvent: arbitrumone_swap_StableSwapRemoveLiquidityEvent; + arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; + arbitrumone_swap_SwapDailyVolume: arbitrumone_swap_SwapDailyVolume; + arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; + arbitrumone_swap_SwapHourlyVolume: arbitrumone_swap_SwapHourlyVolume; + arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; + arbitrumone_swap_SwapTradeVolume: ResolversParentTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapWeeklyVolume']; + arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; + arbitrumone_swap_SwapWeeklyVolume: arbitrumone_swap_SwapWeeklyVolume; + arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; + arbitrumone_swap_SystemInfo: arbitrumone_swap_SystemInfo; + arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; + arbitrumone_swap__Block_: arbitrumone_swap__Block_; + arbitrumone_swap__Meta_: arbitrumone_swap__Meta_; + polygon_swap_BigDecimal: Scalars['polygon_swap_BigDecimal']; + polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; + polygon_swap_Block_height: polygon_swap_Block_height; + polygon_swap_Bytes: Scalars['polygon_swap_Bytes']; + polygon_swap_Int8: Scalars['polygon_swap_Int8']; + polygon_swap_LpAccount: polygon_swap_LpAccount; + polygon_swap_LpAccountBalance: polygon_swap_LpAccountBalance; + polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; + polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; + polygon_swap_LpToken: polygon_swap_LpToken; + polygon_swap_LpTokenEvent: ResolversParentTypes['polygon_swap_LpTransferEvent']; + polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; + polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; + polygon_swap_LpTransferEvent: polygon_swap_LpTransferEvent; + polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; + polygon_swap_PooledToken: polygon_swap_PooledToken; + polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; + polygon_swap_StableSwap: polygon_swap_StableSwap; + polygon_swap_StableSwapAddLiquidityEvent: polygon_swap_StableSwapAddLiquidityEvent; + polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; + polygon_swap_StableSwapEvent: ResolversParentTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; + polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; + polygon_swap_StableSwapExchange: polygon_swap_StableSwapExchange; + polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; + polygon_swap_StableSwapRemoveLiquidityEvent: polygon_swap_StableSwapRemoveLiquidityEvent; + polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; + polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; + polygon_swap_SwapDailyVolume: polygon_swap_SwapDailyVolume; + polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; + polygon_swap_SwapHourlyVolume: polygon_swap_SwapHourlyVolume; + polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; + polygon_swap_SwapTradeVolume: ResolversParentTypes['polygon_swap_SwapDailyVolume'] | ResolversParentTypes['polygon_swap_SwapHourlyVolume'] | ResolversParentTypes['polygon_swap_SwapWeeklyVolume']; + polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; + polygon_swap_SwapWeeklyVolume: polygon_swap_SwapWeeklyVolume; + polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; + polygon_swap_SystemInfo: polygon_swap_SystemInfo; + polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; + polygon_swap__Block_: polygon_swap__Block_; + polygon_swap__Meta_: polygon_swap__Meta_; + xdai_swap_BigDecimal: Scalars['xdai_swap_BigDecimal']; + xdai_swap_BlockChangedFilter: xdai_swap_BlockChangedFilter; + xdai_swap_Block_height: xdai_swap_Block_height; + xdai_swap_Bytes: Scalars['xdai_swap_Bytes']; + xdai_swap_Int8: Scalars['xdai_swap_Int8']; + xdai_swap_LpAccount: xdai_swap_LpAccount; + xdai_swap_LpAccountBalance: xdai_swap_LpAccountBalance; + xdai_swap_LpAccountBalance_filter: xdai_swap_LpAccountBalance_filter; + xdai_swap_LpAccount_filter: xdai_swap_LpAccount_filter; + xdai_swap_LpToken: xdai_swap_LpToken; + xdai_swap_LpTokenEvent: ResolversParentTypes['xdai_swap_LpTransferEvent']; + xdai_swap_LpTokenEvent_filter: xdai_swap_LpTokenEvent_filter; + xdai_swap_LpToken_filter: xdai_swap_LpToken_filter; + xdai_swap_LpTransferEvent: xdai_swap_LpTransferEvent; + xdai_swap_LpTransferEvent_filter: xdai_swap_LpTransferEvent_filter; + xdai_swap_PooledToken: xdai_swap_PooledToken; + xdai_swap_PooledToken_filter: xdai_swap_PooledToken_filter; + xdai_swap_StableSwap: xdai_swap_StableSwap; + xdai_swap_StableSwapAddLiquidityEvent: xdai_swap_StableSwapAddLiquidityEvent; + xdai_swap_StableSwapAddLiquidityEvent_filter: xdai_swap_StableSwapAddLiquidityEvent_filter; + xdai_swap_StableSwapEvent: ResolversParentTypes['xdai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['xdai_swap_StableSwapRemoveLiquidityEvent']; + xdai_swap_StableSwapEvent_filter: xdai_swap_StableSwapEvent_filter; + xdai_swap_StableSwapExchange: xdai_swap_StableSwapExchange; + xdai_swap_StableSwapExchange_filter: xdai_swap_StableSwapExchange_filter; + xdai_swap_StableSwapRemoveLiquidityEvent: xdai_swap_StableSwapRemoveLiquidityEvent; + xdai_swap_StableSwapRemoveLiquidityEvent_filter: xdai_swap_StableSwapRemoveLiquidityEvent_filter; + xdai_swap_StableSwap_filter: xdai_swap_StableSwap_filter; + xdai_swap_SwapDailyVolume: xdai_swap_SwapDailyVolume; + xdai_swap_SwapDailyVolume_filter: xdai_swap_SwapDailyVolume_filter; + xdai_swap_SwapHourlyVolume: xdai_swap_SwapHourlyVolume; + xdai_swap_SwapHourlyVolume_filter: xdai_swap_SwapHourlyVolume_filter; + xdai_swap_SwapTradeVolume: ResolversParentTypes['xdai_swap_SwapDailyVolume'] | ResolversParentTypes['xdai_swap_SwapHourlyVolume'] | ResolversParentTypes['xdai_swap_SwapWeeklyVolume']; + xdai_swap_SwapTradeVolume_filter: xdai_swap_SwapTradeVolume_filter; + xdai_swap_SwapWeeklyVolume: xdai_swap_SwapWeeklyVolume; + xdai_swap_SwapWeeklyVolume_filter: xdai_swap_SwapWeeklyVolume_filter; + xdai_swap_SystemInfo: xdai_swap_SystemInfo; + xdai_swap_SystemInfo_filter: xdai_swap_SystemInfo_filter; + xdai_swap__Block_: xdai_swap__Block_; + xdai_swap__Meta_: xdai_swap__Meta_; + stagingmumbai_swap_BigDecimal: Scalars['stagingmumbai_swap_BigDecimal']; + stagingmumbai_swap_BlockChangedFilter: stagingmumbai_swap_BlockChangedFilter; + stagingmumbai_swap_Block_height: stagingmumbai_swap_Block_height; + stagingmumbai_swap_Bytes: Scalars['stagingmumbai_swap_Bytes']; + stagingmumbai_swap_Int8: Scalars['stagingmumbai_swap_Int8']; + stagingmumbai_swap_LpAccount: stagingmumbai_swap_LpAccount; + stagingmumbai_swap_LpAccountBalance: stagingmumbai_swap_LpAccountBalance; + stagingmumbai_swap_LpAccountBalance_filter: stagingmumbai_swap_LpAccountBalance_filter; + stagingmumbai_swap_LpAccount_filter: stagingmumbai_swap_LpAccount_filter; + stagingmumbai_swap_LpToken: stagingmumbai_swap_LpToken; + stagingmumbai_swap_LpTokenEvent: ResolversParentTypes['stagingmumbai_swap_LpTransferEvent']; + stagingmumbai_swap_LpTokenEvent_filter: stagingmumbai_swap_LpTokenEvent_filter; + stagingmumbai_swap_LpToken_filter: stagingmumbai_swap_LpToken_filter; + stagingmumbai_swap_LpTransferEvent: stagingmumbai_swap_LpTransferEvent; + stagingmumbai_swap_LpTransferEvent_filter: stagingmumbai_swap_LpTransferEvent_filter; + stagingmumbai_swap_PooledToken: stagingmumbai_swap_PooledToken; + stagingmumbai_swap_PooledToken_filter: stagingmumbai_swap_PooledToken_filter; + stagingmumbai_swap_StableSwap: stagingmumbai_swap_StableSwap; + stagingmumbai_swap_StableSwapAddLiquidityEvent: stagingmumbai_swap_StableSwapAddLiquidityEvent; + stagingmumbai_swap_StableSwapAddLiquidityEvent_filter: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter; + stagingmumbai_swap_StableSwapEvent: ResolversParentTypes['stagingmumbai_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['stagingmumbai_swap_StableSwapRemoveLiquidityEvent']; + stagingmumbai_swap_StableSwapEvent_filter: stagingmumbai_swap_StableSwapEvent_filter; + stagingmumbai_swap_StableSwapExchange: stagingmumbai_swap_StableSwapExchange; + stagingmumbai_swap_StableSwapExchange_filter: stagingmumbai_swap_StableSwapExchange_filter; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent: stagingmumbai_swap_StableSwapRemoveLiquidityEvent; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter; + stagingmumbai_swap_StableSwap_filter: stagingmumbai_swap_StableSwap_filter; + stagingmumbai_swap_SwapDailyVolume: stagingmumbai_swap_SwapDailyVolume; + stagingmumbai_swap_SwapDailyVolume_filter: stagingmumbai_swap_SwapDailyVolume_filter; + stagingmumbai_swap_SwapHourlyVolume: stagingmumbai_swap_SwapHourlyVolume; + stagingmumbai_swap_SwapHourlyVolume_filter: stagingmumbai_swap_SwapHourlyVolume_filter; + stagingmumbai_swap_SwapTradeVolume: ResolversParentTypes['stagingmumbai_swap_SwapDailyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapHourlyVolume'] | ResolversParentTypes['stagingmumbai_swap_SwapWeeklyVolume']; + stagingmumbai_swap_SwapTradeVolume_filter: stagingmumbai_swap_SwapTradeVolume_filter; + stagingmumbai_swap_SwapWeeklyVolume: stagingmumbai_swap_SwapWeeklyVolume; + stagingmumbai_swap_SwapWeeklyVolume_filter: stagingmumbai_swap_SwapWeeklyVolume_filter; + stagingmumbai_swap_SystemInfo: stagingmumbai_swap_SystemInfo; + stagingmumbai_swap_SystemInfo_filter: stagingmumbai_swap_SystemInfo_filter; + stagingmumbai_swap__Block_: stagingmumbai_swap__Block_; + stagingmumbai_swap__Meta_: stagingmumbai_swap__Meta_; + optimismgoerli_swap_BigDecimal: Scalars['optimismgoerli_swap_BigDecimal']; + optimismgoerli_swap_BlockChangedFilter: optimismgoerli_swap_BlockChangedFilter; + optimismgoerli_swap_Block_height: optimismgoerli_swap_Block_height; + optimismgoerli_swap_Bytes: Scalars['optimismgoerli_swap_Bytes']; + optimismgoerli_swap_Int8: Scalars['optimismgoerli_swap_Int8']; + optimismgoerli_swap_LpAccount: optimismgoerli_swap_LpAccount; + optimismgoerli_swap_LpAccountBalance: optimismgoerli_swap_LpAccountBalance; + optimismgoerli_swap_LpAccountBalance_filter: optimismgoerli_swap_LpAccountBalance_filter; + optimismgoerli_swap_LpAccount_filter: optimismgoerli_swap_LpAccount_filter; + optimismgoerli_swap_LpToken: optimismgoerli_swap_LpToken; + optimismgoerli_swap_LpTokenEvent: ResolversParentTypes['optimismgoerli_swap_LpTransferEvent']; + optimismgoerli_swap_LpTokenEvent_filter: optimismgoerli_swap_LpTokenEvent_filter; + optimismgoerli_swap_LpToken_filter: optimismgoerli_swap_LpToken_filter; + optimismgoerli_swap_LpTransferEvent: optimismgoerli_swap_LpTransferEvent; + optimismgoerli_swap_LpTransferEvent_filter: optimismgoerli_swap_LpTransferEvent_filter; + optimismgoerli_swap_PooledToken: optimismgoerli_swap_PooledToken; + optimismgoerli_swap_PooledToken_filter: optimismgoerli_swap_PooledToken_filter; + optimismgoerli_swap_StableSwap: optimismgoerli_swap_StableSwap; + optimismgoerli_swap_StableSwapAddLiquidityEvent: optimismgoerli_swap_StableSwapAddLiquidityEvent; + optimismgoerli_swap_StableSwapAddLiquidityEvent_filter: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter; + optimismgoerli_swap_StableSwapEvent: ResolversParentTypes['optimismgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimismgoerli_swap_StableSwapRemoveLiquidityEvent']; + optimismgoerli_swap_StableSwapEvent_filter: optimismgoerli_swap_StableSwapEvent_filter; + optimismgoerli_swap_StableSwapExchange: optimismgoerli_swap_StableSwapExchange; + optimismgoerli_swap_StableSwapExchange_filter: optimismgoerli_swap_StableSwapExchange_filter; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent: optimismgoerli_swap_StableSwapRemoveLiquidityEvent; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + optimismgoerli_swap_StableSwap_filter: optimismgoerli_swap_StableSwap_filter; + optimismgoerli_swap_SwapDailyVolume: optimismgoerli_swap_SwapDailyVolume; + optimismgoerli_swap_SwapDailyVolume_filter: optimismgoerli_swap_SwapDailyVolume_filter; + optimismgoerli_swap_SwapHourlyVolume: optimismgoerli_swap_SwapHourlyVolume; + optimismgoerli_swap_SwapHourlyVolume_filter: optimismgoerli_swap_SwapHourlyVolume_filter; + optimismgoerli_swap_SwapTradeVolume: ResolversParentTypes['optimismgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['optimismgoerli_swap_SwapWeeklyVolume']; + optimismgoerli_swap_SwapTradeVolume_filter: optimismgoerli_swap_SwapTradeVolume_filter; + optimismgoerli_swap_SwapWeeklyVolume: optimismgoerli_swap_SwapWeeklyVolume; + optimismgoerli_swap_SwapWeeklyVolume_filter: optimismgoerli_swap_SwapWeeklyVolume_filter; + optimismgoerli_swap_SystemInfo: optimismgoerli_swap_SystemInfo; + optimismgoerli_swap_SystemInfo_filter: optimismgoerli_swap_SystemInfo_filter; + optimismgoerli_swap__Block_: optimismgoerli_swap__Block_; + optimismgoerli_swap__Meta_: optimismgoerli_swap__Meta_; + arbitrumgoerli_swap_BigDecimal: Scalars['arbitrumgoerli_swap_BigDecimal']; + arbitrumgoerli_swap_BlockChangedFilter: arbitrumgoerli_swap_BlockChangedFilter; + arbitrumgoerli_swap_Block_height: arbitrumgoerli_swap_Block_height; + arbitrumgoerli_swap_Bytes: Scalars['arbitrumgoerli_swap_Bytes']; + arbitrumgoerli_swap_Int8: Scalars['arbitrumgoerli_swap_Int8']; + arbitrumgoerli_swap_LpAccount: arbitrumgoerli_swap_LpAccount; + arbitrumgoerli_swap_LpAccountBalance: arbitrumgoerli_swap_LpAccountBalance; + arbitrumgoerli_swap_LpAccountBalance_filter: arbitrumgoerli_swap_LpAccountBalance_filter; + arbitrumgoerli_swap_LpAccount_filter: arbitrumgoerli_swap_LpAccount_filter; + arbitrumgoerli_swap_LpToken: arbitrumgoerli_swap_LpToken; + arbitrumgoerli_swap_LpTokenEvent: ResolversParentTypes['arbitrumgoerli_swap_LpTransferEvent']; + arbitrumgoerli_swap_LpTokenEvent_filter: arbitrumgoerli_swap_LpTokenEvent_filter; + arbitrumgoerli_swap_LpToken_filter: arbitrumgoerli_swap_LpToken_filter; + arbitrumgoerli_swap_LpTransferEvent: arbitrumgoerli_swap_LpTransferEvent; + arbitrumgoerli_swap_LpTransferEvent_filter: arbitrumgoerli_swap_LpTransferEvent_filter; + arbitrumgoerli_swap_PooledToken: arbitrumgoerli_swap_PooledToken; + arbitrumgoerli_swap_PooledToken_filter: arbitrumgoerli_swap_PooledToken_filter; + arbitrumgoerli_swap_StableSwap: arbitrumgoerli_swap_StableSwap; + arbitrumgoerli_swap_StableSwapAddLiquidityEvent: arbitrumgoerli_swap_StableSwapAddLiquidityEvent; + arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter; + arbitrumgoerli_swap_StableSwapEvent: ResolversParentTypes['arbitrumgoerli_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent']; + arbitrumgoerli_swap_StableSwapEvent_filter: arbitrumgoerli_swap_StableSwapEvent_filter; + arbitrumgoerli_swap_StableSwapExchange: arbitrumgoerli_swap_StableSwapExchange; + arbitrumgoerli_swap_StableSwapExchange_filter: arbitrumgoerli_swap_StableSwapExchange_filter; + arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent; + arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumgoerli_swap_StableSwap_filter: arbitrumgoerli_swap_StableSwap_filter; + arbitrumgoerli_swap_SwapDailyVolume: arbitrumgoerli_swap_SwapDailyVolume; + arbitrumgoerli_swap_SwapDailyVolume_filter: arbitrumgoerli_swap_SwapDailyVolume_filter; + arbitrumgoerli_swap_SwapHourlyVolume: arbitrumgoerli_swap_SwapHourlyVolume; + arbitrumgoerli_swap_SwapHourlyVolume_filter: arbitrumgoerli_swap_SwapHourlyVolume_filter; + arbitrumgoerli_swap_SwapTradeVolume: ResolversParentTypes['arbitrumgoerli_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumgoerli_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumgoerli_swap_SwapWeeklyVolume']; + arbitrumgoerli_swap_SwapTradeVolume_filter: arbitrumgoerli_swap_SwapTradeVolume_filter; + arbitrumgoerli_swap_SwapWeeklyVolume: arbitrumgoerli_swap_SwapWeeklyVolume; + arbitrumgoerli_swap_SwapWeeklyVolume_filter: arbitrumgoerli_swap_SwapWeeklyVolume_filter; + arbitrumgoerli_swap_SystemInfo: arbitrumgoerli_swap_SystemInfo; + arbitrumgoerli_swap_SystemInfo_filter: arbitrumgoerli_swap_SystemInfo_filter; + arbitrumgoerli_swap__Block_: arbitrumgoerli_swap__Block_; + arbitrumgoerli_swap__Meta_: arbitrumgoerli_swap__Meta_; + optimism_swap_BigDecimal: Scalars['optimism_swap_BigDecimal']; + optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; + optimism_swap_Block_height: optimism_swap_Block_height; + optimism_swap_Bytes: Scalars['optimism_swap_Bytes']; + optimism_swap_Int8: Scalars['optimism_swap_Int8']; + optimism_swap_LpAccount: optimism_swap_LpAccount; + optimism_swap_LpAccountBalance: optimism_swap_LpAccountBalance; + optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; + optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; + optimism_swap_LpToken: optimism_swap_LpToken; + optimism_swap_LpTokenEvent: ResolversParentTypes['optimism_swap_LpTransferEvent']; + optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; + optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; + optimism_swap_LpTransferEvent: optimism_swap_LpTransferEvent; + optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; + optimism_swap_PooledToken: optimism_swap_PooledToken; + optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; + optimism_swap_StableSwap: optimism_swap_StableSwap; + optimism_swap_StableSwapAddLiquidityEvent: optimism_swap_StableSwapAddLiquidityEvent; + optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; + optimism_swap_StableSwapEvent: ResolversParentTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; + optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; + optimism_swap_StableSwapExchange: optimism_swap_StableSwapExchange; + optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; + optimism_swap_StableSwapRemoveLiquidityEvent: optimism_swap_StableSwapRemoveLiquidityEvent; + optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; + optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; + optimism_swap_SwapDailyVolume: optimism_swap_SwapDailyVolume; + optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; + optimism_swap_SwapHourlyVolume: optimism_swap_SwapHourlyVolume; + optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; + optimism_swap_SwapTradeVolume: ResolversParentTypes['optimism_swap_SwapDailyVolume'] | ResolversParentTypes['optimism_swap_SwapHourlyVolume'] | ResolversParentTypes['optimism_swap_SwapWeeklyVolume']; + optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; + optimism_swap_SwapWeeklyVolume: optimism_swap_SwapWeeklyVolume; + optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; + optimism_swap_SystemInfo: optimism_swap_SystemInfo; + optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; + optimism_swap__Block_: optimism_swap__Block_; + optimism_swap__Meta_: optimism_swap__Meta_; + stagingarbitrumgoerli_AggregateRoot: stagingarbitrumgoerli_AggregateRoot; + stagingarbitrumgoerli_AggregateRootProposed: stagingarbitrumgoerli_AggregateRootProposed; + stagingarbitrumgoerli_AggregateRootProposed_filter: stagingarbitrumgoerli_AggregateRootProposed_filter; + stagingarbitrumgoerli_AggregateRoot_filter: stagingarbitrumgoerli_AggregateRoot_filter; + stagingarbitrumgoerli_Asset: stagingarbitrumgoerli_Asset; + stagingarbitrumgoerli_AssetBalance: stagingarbitrumgoerli_AssetBalance; + stagingarbitrumgoerli_AssetBalance_filter: stagingarbitrumgoerli_AssetBalance_filter; + stagingarbitrumgoerli_AssetStatus: stagingarbitrumgoerli_AssetStatus; + stagingarbitrumgoerli_AssetStatus_filter: stagingarbitrumgoerli_AssetStatus_filter; + stagingarbitrumgoerli_Asset_filter: stagingarbitrumgoerli_Asset_filter; + stagingarbitrumgoerli_BigDecimal: Scalars['stagingarbitrumgoerli_BigDecimal']; + stagingarbitrumgoerli_BlockChangedFilter: stagingarbitrumgoerli_BlockChangedFilter; + stagingarbitrumgoerli_Block_height: stagingarbitrumgoerli_Block_height; + stagingarbitrumgoerli_Bytes: Scalars['stagingarbitrumgoerli_Bytes']; + stagingarbitrumgoerli_ConnectorMeta: stagingarbitrumgoerli_ConnectorMeta; + stagingarbitrumgoerli_ConnectorMeta_filter: stagingarbitrumgoerli_ConnectorMeta_filter; + stagingarbitrumgoerli_DestinationTransfer: stagingarbitrumgoerli_DestinationTransfer; + stagingarbitrumgoerli_DestinationTransfer_filter: stagingarbitrumgoerli_DestinationTransfer_filter; + stagingarbitrumgoerli_Int8: Scalars['stagingarbitrumgoerli_Int8']; + stagingarbitrumgoerli_OptimisticRootFinalized: stagingarbitrumgoerli_OptimisticRootFinalized; + stagingarbitrumgoerli_OptimisticRootFinalized_filter: stagingarbitrumgoerli_OptimisticRootFinalized_filter; + stagingarbitrumgoerli_OriginMessage: stagingarbitrumgoerli_OriginMessage; + stagingarbitrumgoerli_OriginMessage_filter: stagingarbitrumgoerli_OriginMessage_filter; + stagingarbitrumgoerli_OriginTransfer: stagingarbitrumgoerli_OriginTransfer; + stagingarbitrumgoerli_OriginTransfer_filter: stagingarbitrumgoerli_OriginTransfer_filter; + stagingarbitrumgoerli_Relayer: stagingarbitrumgoerli_Relayer; + stagingarbitrumgoerli_RelayerFee: stagingarbitrumgoerli_RelayerFee; + stagingarbitrumgoerli_RelayerFee_filter: stagingarbitrumgoerli_RelayerFee_filter; + stagingarbitrumgoerli_RelayerFeesIncrease: stagingarbitrumgoerli_RelayerFeesIncrease; + stagingarbitrumgoerli_RelayerFeesIncrease_filter: stagingarbitrumgoerli_RelayerFeesIncrease_filter; + stagingarbitrumgoerli_Relayer_filter: stagingarbitrumgoerli_Relayer_filter; + stagingarbitrumgoerli_RootCount: stagingarbitrumgoerli_RootCount; + stagingarbitrumgoerli_RootCount_filter: stagingarbitrumgoerli_RootCount_filter; + stagingarbitrumgoerli_RootMessageSent: stagingarbitrumgoerli_RootMessageSent; + stagingarbitrumgoerli_RootMessageSent_filter: stagingarbitrumgoerli_RootMessageSent_filter; + stagingarbitrumgoerli_Router: stagingarbitrumgoerli_Router; + stagingarbitrumgoerli_RouterDailyTVL: stagingarbitrumgoerli_RouterDailyTVL; + stagingarbitrumgoerli_RouterDailyTVL_filter: stagingarbitrumgoerli_RouterDailyTVL_filter; + stagingarbitrumgoerli_Router_filter: stagingarbitrumgoerli_Router_filter; + stagingarbitrumgoerli_Sequencer: stagingarbitrumgoerli_Sequencer; + stagingarbitrumgoerli_Sequencer_filter: stagingarbitrumgoerli_Sequencer_filter; + stagingarbitrumgoerli_Setting: stagingarbitrumgoerli_Setting; + stagingarbitrumgoerli_Setting_filter: stagingarbitrumgoerli_Setting_filter; + stagingarbitrumgoerli_SlippageUpdate: stagingarbitrumgoerli_SlippageUpdate; + stagingarbitrumgoerli_SlippageUpdate_filter: stagingarbitrumgoerli_SlippageUpdate_filter; + stagingarbitrumgoerli_SnapshotRoot: stagingarbitrumgoerli_SnapshotRoot; + stagingarbitrumgoerli_SnapshotRoot_filter: stagingarbitrumgoerli_SnapshotRoot_filter; + stagingarbitrumgoerli_SpokeConnectorMode: stagingarbitrumgoerli_SpokeConnectorMode; + stagingarbitrumgoerli_SpokeConnectorMode_filter: stagingarbitrumgoerli_SpokeConnectorMode_filter; + stagingarbitrumgoerli__Block_: stagingarbitrumgoerli__Block_; + stagingarbitrumgoerli__Meta_: stagingarbitrumgoerli__Meta_; + goerli_AggregateRoot: goerli_AggregateRoot; + goerli_AggregateRoot_filter: goerli_AggregateRoot_filter; + goerli_Asset: goerli_Asset; + goerli_AssetBalance: goerli_AssetBalance; + goerli_AssetBalance_filter: goerli_AssetBalance_filter; + goerli_AssetStatus: goerli_AssetStatus; + goerli_AssetStatus_filter: goerli_AssetStatus_filter; + goerli_Asset_filter: goerli_Asset_filter; + goerli_ConnectorMeta: goerli_ConnectorMeta; + goerli_ConnectorMeta_filter: goerli_ConnectorMeta_filter; + goerli_DestinationTransfer: goerli_DestinationTransfer; + goerli_DestinationTransfer_filter: goerli_DestinationTransfer_filter; + goerli_OriginMessage: goerli_OriginMessage; + goerli_OriginMessage_filter: goerli_OriginMessage_filter; + goerli_OriginTransfer: goerli_OriginTransfer; + goerli_OriginTransfer_filter: goerli_OriginTransfer_filter; + goerli_Relayer: goerli_Relayer; + goerli_RelayerFee: goerli_RelayerFee; + goerli_RelayerFee_filter: goerli_RelayerFee_filter; + goerli_RelayerFeesIncrease: goerli_RelayerFeesIncrease; + goerli_RelayerFeesIncrease_filter: goerli_RelayerFeesIncrease_filter; + goerli_Relayer_filter: goerli_Relayer_filter; + goerli_RootCount: goerli_RootCount; + goerli_RootCount_filter: goerli_RootCount_filter; + goerli_RootMessageSent: goerli_RootMessageSent; + goerli_RootMessageSent_filter: goerli_RootMessageSent_filter; + goerli_Router: goerli_Router; + goerli_RouterDailyTVL: goerli_RouterDailyTVL; + goerli_RouterDailyTVL_filter: goerli_RouterDailyTVL_filter; + goerli_RouterLiquidityEvent: goerli_RouterLiquidityEvent; + goerli_RouterLiquidityEvent_filter: goerli_RouterLiquidityEvent_filter; + goerli_Router_filter: goerli_Router_filter; + goerli_Sequencer: goerli_Sequencer; + goerli_Sequencer_filter: goerli_Sequencer_filter; + goerli_Setting: goerli_Setting; + goerli_Setting_filter: goerli_Setting_filter; + goerli_SlippageUpdate: goerli_SlippageUpdate; + goerli_SlippageUpdate_filter: goerli_SlippageUpdate_filter; + optimismgoerli_AggregateRoot: optimismgoerli_AggregateRoot; + optimismgoerli_AggregateRoot_filter: optimismgoerli_AggregateRoot_filter; + optimismgoerli_Asset: optimismgoerli_Asset; + optimismgoerli_AssetBalance: optimismgoerli_AssetBalance; + optimismgoerli_AssetBalance_filter: optimismgoerli_AssetBalance_filter; + optimismgoerli_AssetStatus: optimismgoerli_AssetStatus; + optimismgoerli_AssetStatus_filter: optimismgoerli_AssetStatus_filter; + optimismgoerli_Asset_filter: optimismgoerli_Asset_filter; + optimismgoerli_BigDecimal: Scalars['optimismgoerli_BigDecimal']; + optimismgoerli_BlockChangedFilter: optimismgoerli_BlockChangedFilter; + optimismgoerli_Block_height: optimismgoerli_Block_height; + optimismgoerli_Bytes: Scalars['optimismgoerli_Bytes']; + optimismgoerli_ConnectorMeta: optimismgoerli_ConnectorMeta; + optimismgoerli_ConnectorMeta_filter: optimismgoerli_ConnectorMeta_filter; + optimismgoerli_DestinationTransfer: optimismgoerli_DestinationTransfer; + optimismgoerli_DestinationTransfer_filter: optimismgoerli_DestinationTransfer_filter; + optimismgoerli_Int8: Scalars['optimismgoerli_Int8']; + optimismgoerli_OriginMessage: optimismgoerli_OriginMessage; + optimismgoerli_OriginMessage_filter: optimismgoerli_OriginMessage_filter; + optimismgoerli_OriginTransfer: optimismgoerli_OriginTransfer; + optimismgoerli_OriginTransfer_filter: optimismgoerli_OriginTransfer_filter; + optimismgoerli_Relayer: optimismgoerli_Relayer; + optimismgoerli_RelayerFee: optimismgoerli_RelayerFee; + optimismgoerli_RelayerFee_filter: optimismgoerli_RelayerFee_filter; + optimismgoerli_RelayerFeesIncrease: optimismgoerli_RelayerFeesIncrease; + optimismgoerli_RelayerFeesIncrease_filter: optimismgoerli_RelayerFeesIncrease_filter; + optimismgoerli_Relayer_filter: optimismgoerli_Relayer_filter; + optimismgoerli_RootCount: optimismgoerli_RootCount; + optimismgoerli_RootCount_filter: optimismgoerli_RootCount_filter; + optimismgoerli_RootMessageSent: optimismgoerli_RootMessageSent; + optimismgoerli_RootMessageSent_filter: optimismgoerli_RootMessageSent_filter; + optimismgoerli_Router: optimismgoerli_Router; + optimismgoerli_RouterDailyTVL: optimismgoerli_RouterDailyTVL; + optimismgoerli_RouterDailyTVL_filter: optimismgoerli_RouterDailyTVL_filter; + optimismgoerli_RouterLiquidityEvent: optimismgoerli_RouterLiquidityEvent; + optimismgoerli_RouterLiquidityEvent_filter: optimismgoerli_RouterLiquidityEvent_filter; + optimismgoerli_Router_filter: optimismgoerli_Router_filter; + optimismgoerli_Sequencer: optimismgoerli_Sequencer; + optimismgoerli_Sequencer_filter: optimismgoerli_Sequencer_filter; + optimismgoerli_Setting: optimismgoerli_Setting; + optimismgoerli_Setting_filter: optimismgoerli_Setting_filter; + optimismgoerli_SlippageUpdate: optimismgoerli_SlippageUpdate; + optimismgoerli_SlippageUpdate_filter: optimismgoerli_SlippageUpdate_filter; + optimismgoerli__Block_: optimismgoerli__Block_; + optimismgoerli__Meta_: optimismgoerli__Meta_; + stagingmumbai_AggregateRoot: stagingmumbai_AggregateRoot; + stagingmumbai_AggregateRootProposed: stagingmumbai_AggregateRootProposed; + stagingmumbai_AggregateRootProposed_filter: stagingmumbai_AggregateRootProposed_filter; + stagingmumbai_AggregateRoot_filter: stagingmumbai_AggregateRoot_filter; + stagingmumbai_Asset: stagingmumbai_Asset; + stagingmumbai_AssetBalance: stagingmumbai_AssetBalance; + stagingmumbai_AssetBalance_filter: stagingmumbai_AssetBalance_filter; + stagingmumbai_AssetStatus: stagingmumbai_AssetStatus; + stagingmumbai_AssetStatus_filter: stagingmumbai_AssetStatus_filter; + stagingmumbai_Asset_filter: stagingmumbai_Asset_filter; + stagingmumbai_BigDecimal: Scalars['stagingmumbai_BigDecimal']; + stagingmumbai_BlockChangedFilter: stagingmumbai_BlockChangedFilter; + stagingmumbai_Block_height: stagingmumbai_Block_height; + stagingmumbai_Bytes: Scalars['stagingmumbai_Bytes']; + stagingmumbai_ConnectorMeta: stagingmumbai_ConnectorMeta; + stagingmumbai_ConnectorMeta_filter: stagingmumbai_ConnectorMeta_filter; + stagingmumbai_DestinationTransfer: stagingmumbai_DestinationTransfer; + stagingmumbai_DestinationTransfer_filter: stagingmumbai_DestinationTransfer_filter; + stagingmumbai_Int8: Scalars['stagingmumbai_Int8']; + stagingmumbai_OptimisticRootFinalized: stagingmumbai_OptimisticRootFinalized; + stagingmumbai_OptimisticRootFinalized_filter: stagingmumbai_OptimisticRootFinalized_filter; + stagingmumbai_OriginMessage: stagingmumbai_OriginMessage; + stagingmumbai_OriginMessage_filter: stagingmumbai_OriginMessage_filter; + stagingmumbai_OriginTransfer: stagingmumbai_OriginTransfer; + stagingmumbai_OriginTransfer_filter: stagingmumbai_OriginTransfer_filter; + stagingmumbai_Relayer: stagingmumbai_Relayer; + stagingmumbai_RelayerFee: stagingmumbai_RelayerFee; + stagingmumbai_RelayerFee_filter: stagingmumbai_RelayerFee_filter; + stagingmumbai_RelayerFeesIncrease: stagingmumbai_RelayerFeesIncrease; + stagingmumbai_RelayerFeesIncrease_filter: stagingmumbai_RelayerFeesIncrease_filter; + stagingmumbai_Relayer_filter: stagingmumbai_Relayer_filter; + stagingmumbai_RootCount: stagingmumbai_RootCount; + stagingmumbai_RootCount_filter: stagingmumbai_RootCount_filter; + stagingmumbai_RootMessageSent: stagingmumbai_RootMessageSent; + stagingmumbai_RootMessageSent_filter: stagingmumbai_RootMessageSent_filter; + stagingmumbai_Router: stagingmumbai_Router; + stagingmumbai_RouterDailyTVL: stagingmumbai_RouterDailyTVL; + stagingmumbai_RouterDailyTVL_filter: stagingmumbai_RouterDailyTVL_filter; + stagingmumbai_Router_filter: stagingmumbai_Router_filter; + stagingmumbai_Sequencer: stagingmumbai_Sequencer; + stagingmumbai_Sequencer_filter: stagingmumbai_Sequencer_filter; + stagingmumbai_Setting: stagingmumbai_Setting; + stagingmumbai_Setting_filter: stagingmumbai_Setting_filter; + stagingmumbai_SlippageUpdate: stagingmumbai_SlippageUpdate; + stagingmumbai_SlippageUpdate_filter: stagingmumbai_SlippageUpdate_filter; + stagingmumbai_SnapshotRoot: stagingmumbai_SnapshotRoot; + stagingmumbai_SnapshotRoot_filter: stagingmumbai_SnapshotRoot_filter; + stagingmumbai_SpokeConnectorMode: stagingmumbai_SpokeConnectorMode; + stagingmumbai_SpokeConnectorMode_filter: stagingmumbai_SpokeConnectorMode_filter; + stagingmumbai__Block_: stagingmumbai__Block_; + stagingmumbai__Meta_: stagingmumbai__Meta_; + staginggoerli_AggregateRoot: staginggoerli_AggregateRoot; + staginggoerli_AggregateRootProposed: staginggoerli_AggregateRootProposed; + staginggoerli_AggregateRootProposed_filter: staginggoerli_AggregateRootProposed_filter; + staginggoerli_AggregateRoot_filter: staginggoerli_AggregateRoot_filter; + staginggoerli_Asset: staginggoerli_Asset; + staginggoerli_AssetBalance: staginggoerli_AssetBalance; + staginggoerli_AssetBalance_filter: staginggoerli_AssetBalance_filter; + staginggoerli_AssetStatus: staginggoerli_AssetStatus; + staginggoerli_AssetStatus_filter: staginggoerli_AssetStatus_filter; + staginggoerli_Asset_filter: staginggoerli_Asset_filter; + staginggoerli_ConnectorMeta: staginggoerli_ConnectorMeta; + staginggoerli_ConnectorMeta_filter: staginggoerli_ConnectorMeta_filter; + staginggoerli_DestinationTransfer: staginggoerli_DestinationTransfer; + staginggoerli_DestinationTransfer_filter: staginggoerli_DestinationTransfer_filter; + staginggoerli_OptimisticRootFinalized: staginggoerli_OptimisticRootFinalized; + staginggoerli_OptimisticRootFinalized_filter: staginggoerli_OptimisticRootFinalized_filter; + staginggoerli_OriginMessage: staginggoerli_OriginMessage; + staginggoerli_OriginMessage_filter: staginggoerli_OriginMessage_filter; + staginggoerli_OriginTransfer: staginggoerli_OriginTransfer; + staginggoerli_OriginTransfer_filter: staginggoerli_OriginTransfer_filter; + staginggoerli_Relayer: staginggoerli_Relayer; + staginggoerli_RelayerFee: staginggoerli_RelayerFee; + staginggoerli_RelayerFee_filter: staginggoerli_RelayerFee_filter; + staginggoerli_RelayerFeesIncrease: staginggoerli_RelayerFeesIncrease; + staginggoerli_RelayerFeesIncrease_filter: staginggoerli_RelayerFeesIncrease_filter; + staginggoerli_Relayer_filter: staginggoerli_Relayer_filter; + staginggoerli_RootCount: staginggoerli_RootCount; + staginggoerli_RootCount_filter: staginggoerli_RootCount_filter; + staginggoerli_RootMessageSent: staginggoerli_RootMessageSent; + staginggoerli_RootMessageSent_filter: staginggoerli_RootMessageSent_filter; + staginggoerli_Router: staginggoerli_Router; + staginggoerli_RouterDailyTVL: staginggoerli_RouterDailyTVL; + staginggoerli_RouterDailyTVL_filter: staginggoerli_RouterDailyTVL_filter; + staginggoerli_Router_filter: staginggoerli_Router_filter; + staginggoerli_Sequencer: staginggoerli_Sequencer; + staginggoerli_Sequencer_filter: staginggoerli_Sequencer_filter; + staginggoerli_Setting: staginggoerli_Setting; + staginggoerli_Setting_filter: staginggoerli_Setting_filter; + staginggoerli_SlippageUpdate: staginggoerli_SlippageUpdate; + staginggoerli_SlippageUpdate_filter: staginggoerli_SlippageUpdate_filter; + staginggoerli_SnapshotRoot: staginggoerli_SnapshotRoot; + staginggoerli_SnapshotRoot_filter: staginggoerli_SnapshotRoot_filter; + staginggoerli_SpokeConnectorMode: staginggoerli_SpokeConnectorMode; + staginggoerli_SpokeConnectorMode_filter: staginggoerli_SpokeConnectorMode_filter; + mumbai_AggregateRoot: mumbai_AggregateRoot; + mumbai_AggregateRoot_filter: mumbai_AggregateRoot_filter; + mumbai_Asset: mumbai_Asset; + mumbai_AssetBalance: mumbai_AssetBalance; + mumbai_AssetBalance_filter: mumbai_AssetBalance_filter; + mumbai_AssetStatus: mumbai_AssetStatus; + mumbai_AssetStatus_filter: mumbai_AssetStatus_filter; + mumbai_Asset_filter: mumbai_Asset_filter; + mumbai_BigDecimal: Scalars['mumbai_BigDecimal']; + mumbai_BlockChangedFilter: mumbai_BlockChangedFilter; + mumbai_Block_height: mumbai_Block_height; + mumbai_Bytes: Scalars['mumbai_Bytes']; + mumbai_ConnectorMeta: mumbai_ConnectorMeta; + mumbai_ConnectorMeta_filter: mumbai_ConnectorMeta_filter; + mumbai_DestinationTransfer: mumbai_DestinationTransfer; + mumbai_DestinationTransfer_filter: mumbai_DestinationTransfer_filter; + mumbai_Int8: Scalars['mumbai_Int8']; + mumbai_OriginMessage: mumbai_OriginMessage; + mumbai_OriginMessage_filter: mumbai_OriginMessage_filter; + mumbai_OriginTransfer: mumbai_OriginTransfer; + mumbai_OriginTransfer_filter: mumbai_OriginTransfer_filter; + mumbai_Relayer: mumbai_Relayer; + mumbai_RelayerFee: mumbai_RelayerFee; + mumbai_RelayerFee_filter: mumbai_RelayerFee_filter; + mumbai_RelayerFeesIncrease: mumbai_RelayerFeesIncrease; + mumbai_RelayerFeesIncrease_filter: mumbai_RelayerFeesIncrease_filter; + mumbai_Relayer_filter: mumbai_Relayer_filter; + mumbai_RootCount: mumbai_RootCount; + mumbai_RootCount_filter: mumbai_RootCount_filter; + mumbai_RootMessageSent: mumbai_RootMessageSent; + mumbai_RootMessageSent_filter: mumbai_RootMessageSent_filter; + mumbai_Router: mumbai_Router; + mumbai_RouterDailyTVL: mumbai_RouterDailyTVL; + mumbai_RouterDailyTVL_filter: mumbai_RouterDailyTVL_filter; + mumbai_RouterLiquidityEvent: mumbai_RouterLiquidityEvent; + mumbai_RouterLiquidityEvent_filter: mumbai_RouterLiquidityEvent_filter; + mumbai_Router_filter: mumbai_Router_filter; + mumbai_Sequencer: mumbai_Sequencer; + mumbai_Sequencer_filter: mumbai_Sequencer_filter; + mumbai_Setting: mumbai_Setting; + mumbai_Setting_filter: mumbai_Setting_filter; + mumbai_SlippageUpdate: mumbai_SlippageUpdate; + mumbai_SlippageUpdate_filter: mumbai_SlippageUpdate_filter; + mumbai__Block_: mumbai__Block_; + mumbai__Meta_: mumbai__Meta_; + arbitrumgoerli_AggregateRoot: arbitrumgoerli_AggregateRoot; + arbitrumgoerli_AggregateRoot_filter: arbitrumgoerli_AggregateRoot_filter; + arbitrumgoerli_Asset: arbitrumgoerli_Asset; + arbitrumgoerli_AssetBalance: arbitrumgoerli_AssetBalance; + arbitrumgoerli_AssetBalance_filter: arbitrumgoerli_AssetBalance_filter; + arbitrumgoerli_AssetStatus: arbitrumgoerli_AssetStatus; + arbitrumgoerli_AssetStatus_filter: arbitrumgoerli_AssetStatus_filter; + arbitrumgoerli_Asset_filter: arbitrumgoerli_Asset_filter; + arbitrumgoerli_BigDecimal: Scalars['arbitrumgoerli_BigDecimal']; + arbitrumgoerli_BlockChangedFilter: arbitrumgoerli_BlockChangedFilter; + arbitrumgoerli_Block_height: arbitrumgoerli_Block_height; + arbitrumgoerli_Bytes: Scalars['arbitrumgoerli_Bytes']; + arbitrumgoerli_ConnectorMeta: arbitrumgoerli_ConnectorMeta; + arbitrumgoerli_ConnectorMeta_filter: arbitrumgoerli_ConnectorMeta_filter; + arbitrumgoerli_DestinationTransfer: arbitrumgoerli_DestinationTransfer; + arbitrumgoerli_DestinationTransfer_filter: arbitrumgoerli_DestinationTransfer_filter; + arbitrumgoerli_Int8: Scalars['arbitrumgoerli_Int8']; + arbitrumgoerli_OriginMessage: arbitrumgoerli_OriginMessage; + arbitrumgoerli_OriginMessage_filter: arbitrumgoerli_OriginMessage_filter; + arbitrumgoerli_OriginTransfer: arbitrumgoerli_OriginTransfer; + arbitrumgoerli_OriginTransfer_filter: arbitrumgoerli_OriginTransfer_filter; + arbitrumgoerli_Relayer: arbitrumgoerli_Relayer; + arbitrumgoerli_RelayerFee: arbitrumgoerli_RelayerFee; + arbitrumgoerli_RelayerFee_filter: arbitrumgoerli_RelayerFee_filter; + arbitrumgoerli_RelayerFeesIncrease: arbitrumgoerli_RelayerFeesIncrease; + arbitrumgoerli_RelayerFeesIncrease_filter: arbitrumgoerli_RelayerFeesIncrease_filter; + arbitrumgoerli_Relayer_filter: arbitrumgoerli_Relayer_filter; + arbitrumgoerli_RootCount: arbitrumgoerli_RootCount; + arbitrumgoerli_RootCount_filter: arbitrumgoerli_RootCount_filter; + arbitrumgoerli_RootMessageSent: arbitrumgoerli_RootMessageSent; + arbitrumgoerli_RootMessageSent_filter: arbitrumgoerli_RootMessageSent_filter; + arbitrumgoerli_Router: arbitrumgoerli_Router; + arbitrumgoerli_RouterDailyTVL: arbitrumgoerli_RouterDailyTVL; + arbitrumgoerli_RouterDailyTVL_filter: arbitrumgoerli_RouterDailyTVL_filter; + arbitrumgoerli_RouterLiquidityEvent: arbitrumgoerli_RouterLiquidityEvent; + arbitrumgoerli_RouterLiquidityEvent_filter: arbitrumgoerli_RouterLiquidityEvent_filter; + arbitrumgoerli_Router_filter: arbitrumgoerli_Router_filter; + arbitrumgoerli_Sequencer: arbitrumgoerli_Sequencer; + arbitrumgoerli_Sequencer_filter: arbitrumgoerli_Sequencer_filter; + arbitrumgoerli_Setting: arbitrumgoerli_Setting; + arbitrumgoerli_Setting_filter: arbitrumgoerli_Setting_filter; + arbitrumgoerli_SlippageUpdate: arbitrumgoerli_SlippageUpdate; + arbitrumgoerli_SlippageUpdate_filter: arbitrumgoerli_SlippageUpdate_filter; + arbitrumgoerli__Block_: arbitrumgoerli__Block_; + arbitrumgoerli__Meta_: arbitrumgoerli__Meta_; + lineagoerli_AggregateRoot: lineagoerli_AggregateRoot; + lineagoerli_AggregateRoot_filter: lineagoerli_AggregateRoot_filter; + lineagoerli_Asset: lineagoerli_Asset; + lineagoerli_AssetBalance: lineagoerli_AssetBalance; + lineagoerli_AssetBalance_filter: lineagoerli_AssetBalance_filter; + lineagoerli_AssetStatus: lineagoerli_AssetStatus; + lineagoerli_AssetStatus_filter: lineagoerli_AssetStatus_filter; + lineagoerli_Asset_filter: lineagoerli_Asset_filter; + lineagoerli_BigDecimal: Scalars['lineagoerli_BigDecimal']; + lineagoerli_BlockChangedFilter: lineagoerli_BlockChangedFilter; + lineagoerli_Block_height: lineagoerli_Block_height; + lineagoerli_Bytes: Scalars['lineagoerli_Bytes']; + lineagoerli_ConnectorMeta: lineagoerli_ConnectorMeta; + lineagoerli_ConnectorMeta_filter: lineagoerli_ConnectorMeta_filter; + lineagoerli_DestinationTransfer: lineagoerli_DestinationTransfer; + lineagoerli_DestinationTransfer_filter: lineagoerli_DestinationTransfer_filter; + lineagoerli_OriginMessage: lineagoerli_OriginMessage; + lineagoerli_OriginMessage_filter: lineagoerli_OriginMessage_filter; + lineagoerli_OriginTransfer: lineagoerli_OriginTransfer; + lineagoerli_OriginTransfer_filter: lineagoerli_OriginTransfer_filter; + lineagoerli_Relayer: lineagoerli_Relayer; + lineagoerli_RelayerFee: lineagoerli_RelayerFee; + lineagoerli_RelayerFee_filter: lineagoerli_RelayerFee_filter; + lineagoerli_RelayerFeesIncrease: lineagoerli_RelayerFeesIncrease; + lineagoerli_RelayerFeesIncrease_filter: lineagoerli_RelayerFeesIncrease_filter; + lineagoerli_Relayer_filter: lineagoerli_Relayer_filter; + lineagoerli_RootCount: lineagoerli_RootCount; + lineagoerli_RootCount_filter: lineagoerli_RootCount_filter; + lineagoerli_RootMessageSent: lineagoerli_RootMessageSent; + lineagoerli_RootMessageSent_filter: lineagoerli_RootMessageSent_filter; + lineagoerli_Router: lineagoerli_Router; + lineagoerli_RouterDailyTVL: lineagoerli_RouterDailyTVL; + lineagoerli_RouterDailyTVL_filter: lineagoerli_RouterDailyTVL_filter; + lineagoerli_Router_filter: lineagoerli_Router_filter; + lineagoerli_Sequencer: lineagoerli_Sequencer; + lineagoerli_Sequencer_filter: lineagoerli_Sequencer_filter; + lineagoerli_Setting: lineagoerli_Setting; + lineagoerli_Setting_filter: lineagoerli_Setting_filter; + lineagoerli_SlippageUpdate: lineagoerli_SlippageUpdate; + lineagoerli_SlippageUpdate_filter: lineagoerli_SlippageUpdate_filter; + lineagoerli__Block_: lineagoerli__Block_; + lineagoerli__Meta_: lineagoerli__Meta_; + stagingoptimismgoerli_AggregateRoot: stagingoptimismgoerli_AggregateRoot; + stagingoptimismgoerli_AggregateRootProposed: stagingoptimismgoerli_AggregateRootProposed; + stagingoptimismgoerli_AggregateRootProposed_filter: stagingoptimismgoerli_AggregateRootProposed_filter; + stagingoptimismgoerli_AggregateRoot_filter: stagingoptimismgoerli_AggregateRoot_filter; + stagingoptimismgoerli_Asset: stagingoptimismgoerli_Asset; + stagingoptimismgoerli_AssetBalance: stagingoptimismgoerli_AssetBalance; + stagingoptimismgoerli_AssetBalance_filter: stagingoptimismgoerli_AssetBalance_filter; + stagingoptimismgoerli_AssetStatus: stagingoptimismgoerli_AssetStatus; + stagingoptimismgoerli_AssetStatus_filter: stagingoptimismgoerli_AssetStatus_filter; + stagingoptimismgoerli_Asset_filter: stagingoptimismgoerli_Asset_filter; + stagingoptimismgoerli_BigDecimal: Scalars['stagingoptimismgoerli_BigDecimal']; + stagingoptimismgoerli_BlockChangedFilter: stagingoptimismgoerli_BlockChangedFilter; + stagingoptimismgoerli_Block_height: stagingoptimismgoerli_Block_height; + stagingoptimismgoerli_Bytes: Scalars['stagingoptimismgoerli_Bytes']; + stagingoptimismgoerli_ConnectorMeta: stagingoptimismgoerli_ConnectorMeta; + stagingoptimismgoerli_ConnectorMeta_filter: stagingoptimismgoerli_ConnectorMeta_filter; + stagingoptimismgoerli_DestinationTransfer: stagingoptimismgoerli_DestinationTransfer; + stagingoptimismgoerli_DestinationTransfer_filter: stagingoptimismgoerli_DestinationTransfer_filter; + stagingoptimismgoerli_Int8: Scalars['stagingoptimismgoerli_Int8']; + stagingoptimismgoerli_OptimisticRootFinalized: stagingoptimismgoerli_OptimisticRootFinalized; + stagingoptimismgoerli_OptimisticRootFinalized_filter: stagingoptimismgoerli_OptimisticRootFinalized_filter; + stagingoptimismgoerli_OriginMessage: stagingoptimismgoerli_OriginMessage; + stagingoptimismgoerli_OriginMessage_filter: stagingoptimismgoerli_OriginMessage_filter; + stagingoptimismgoerli_OriginTransfer: stagingoptimismgoerli_OriginTransfer; + stagingoptimismgoerli_OriginTransfer_filter: stagingoptimismgoerli_OriginTransfer_filter; + stagingoptimismgoerli_Relayer: stagingoptimismgoerli_Relayer; + stagingoptimismgoerli_RelayerFee: stagingoptimismgoerli_RelayerFee; + stagingoptimismgoerli_RelayerFee_filter: stagingoptimismgoerli_RelayerFee_filter; + stagingoptimismgoerli_RelayerFeesIncrease: stagingoptimismgoerli_RelayerFeesIncrease; + stagingoptimismgoerli_RelayerFeesIncrease_filter: stagingoptimismgoerli_RelayerFeesIncrease_filter; + stagingoptimismgoerli_Relayer_filter: stagingoptimismgoerli_Relayer_filter; + stagingoptimismgoerli_RootCount: stagingoptimismgoerli_RootCount; + stagingoptimismgoerli_RootCount_filter: stagingoptimismgoerli_RootCount_filter; + stagingoptimismgoerli_RootMessageSent: stagingoptimismgoerli_RootMessageSent; + stagingoptimismgoerli_RootMessageSent_filter: stagingoptimismgoerli_RootMessageSent_filter; + stagingoptimismgoerli_Router: stagingoptimismgoerli_Router; + stagingoptimismgoerli_RouterDailyTVL: stagingoptimismgoerli_RouterDailyTVL; + stagingoptimismgoerli_RouterDailyTVL_filter: stagingoptimismgoerli_RouterDailyTVL_filter; + stagingoptimismgoerli_Router_filter: stagingoptimismgoerli_Router_filter; + stagingoptimismgoerli_Sequencer: stagingoptimismgoerli_Sequencer; + stagingoptimismgoerli_Sequencer_filter: stagingoptimismgoerli_Sequencer_filter; + stagingoptimismgoerli_Setting: stagingoptimismgoerli_Setting; + stagingoptimismgoerli_Setting_filter: stagingoptimismgoerli_Setting_filter; + stagingoptimismgoerli_SlippageUpdate: stagingoptimismgoerli_SlippageUpdate; + stagingoptimismgoerli_SlippageUpdate_filter: stagingoptimismgoerli_SlippageUpdate_filter; + stagingoptimismgoerli_SnapshotRoot: stagingoptimismgoerli_SnapshotRoot; + stagingoptimismgoerli_SnapshotRoot_filter: stagingoptimismgoerli_SnapshotRoot_filter; + stagingoptimismgoerli_SpokeConnectorMode: stagingoptimismgoerli_SpokeConnectorMode; + stagingoptimismgoerli_SpokeConnectorMode_filter: stagingoptimismgoerli_SpokeConnectorMode_filter; + stagingoptimismgoerli__Block_: stagingoptimismgoerli__Block_; + stagingoptimismgoerli__Meta_: stagingoptimismgoerli__Meta_; + bnb_swap_BigDecimal: Scalars['bnb_swap_BigDecimal']; + bnb_swap_BlockChangedFilter: bnb_swap_BlockChangedFilter; + bnb_swap_Block_height: bnb_swap_Block_height; + bnb_swap_Bytes: Scalars['bnb_swap_Bytes']; + bnb_swap_Int8: Scalars['bnb_swap_Int8']; + bnb_swap_LpAccount: bnb_swap_LpAccount; + bnb_swap_LpAccountBalance: bnb_swap_LpAccountBalance; + bnb_swap_LpAccountBalance_filter: bnb_swap_LpAccountBalance_filter; + bnb_swap_LpAccount_filter: bnb_swap_LpAccount_filter; + bnb_swap_LpToken: bnb_swap_LpToken; + bnb_swap_LpTokenEvent: ResolversParentTypes['bnb_swap_LpTransferEvent']; + bnb_swap_LpTokenEvent_filter: bnb_swap_LpTokenEvent_filter; + bnb_swap_LpToken_filter: bnb_swap_LpToken_filter; + bnb_swap_LpTransferEvent: bnb_swap_LpTransferEvent; + bnb_swap_LpTransferEvent_filter: bnb_swap_LpTransferEvent_filter; + bnb_swap_PooledToken: bnb_swap_PooledToken; + bnb_swap_PooledToken_filter: bnb_swap_PooledToken_filter; + bnb_swap_StableSwap: bnb_swap_StableSwap; + bnb_swap_StableSwapAddLiquidityEvent: bnb_swap_StableSwapAddLiquidityEvent; + bnb_swap_StableSwapAddLiquidityEvent_filter: bnb_swap_StableSwapAddLiquidityEvent_filter; + bnb_swap_StableSwapEvent: ResolversParentTypes['bnb_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['bnb_swap_StableSwapRemoveLiquidityEvent']; + bnb_swap_StableSwapEvent_filter: bnb_swap_StableSwapEvent_filter; + bnb_swap_StableSwapExchange: bnb_swap_StableSwapExchange; + bnb_swap_StableSwapExchange_filter: bnb_swap_StableSwapExchange_filter; + bnb_swap_StableSwapRemoveLiquidityEvent: bnb_swap_StableSwapRemoveLiquidityEvent; + bnb_swap_StableSwapRemoveLiquidityEvent_filter: bnb_swap_StableSwapRemoveLiquidityEvent_filter; + bnb_swap_StableSwap_filter: bnb_swap_StableSwap_filter; + bnb_swap_SwapDailyVolume: bnb_swap_SwapDailyVolume; + bnb_swap_SwapDailyVolume_filter: bnb_swap_SwapDailyVolume_filter; + bnb_swap_SwapHourlyVolume: bnb_swap_SwapHourlyVolume; + bnb_swap_SwapHourlyVolume_filter: bnb_swap_SwapHourlyVolume_filter; + bnb_swap_SwapTradeVolume: ResolversParentTypes['bnb_swap_SwapDailyVolume'] | ResolversParentTypes['bnb_swap_SwapHourlyVolume'] | ResolversParentTypes['bnb_swap_SwapWeeklyVolume']; + bnb_swap_SwapTradeVolume_filter: bnb_swap_SwapTradeVolume_filter; + bnb_swap_SwapWeeklyVolume: bnb_swap_SwapWeeklyVolume; + bnb_swap_SwapWeeklyVolume_filter: bnb_swap_SwapWeeklyVolume_filter; + bnb_swap_SystemInfo: bnb_swap_SystemInfo; + bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; + bnb_swap__Block_: bnb_swap__Block_; + bnb_swap__Meta_: bnb_swap__Meta_; + xdai_AggregateRoot: xdai_AggregateRoot; + xdai_AggregateRoot_filter: xdai_AggregateRoot_filter; + xdai_Asset: xdai_Asset; + xdai_AssetBalance: xdai_AssetBalance; + xdai_AssetBalance_filter: xdai_AssetBalance_filter; + xdai_AssetStatus: xdai_AssetStatus; + xdai_AssetStatus_filter: xdai_AssetStatus_filter; + xdai_Asset_filter: xdai_Asset_filter; + xdai_BigDecimal: Scalars['xdai_BigDecimal']; + xdai_BlockChangedFilter: xdai_BlockChangedFilter; + xdai_Block_height: xdai_Block_height; + xdai_Bytes: Scalars['xdai_Bytes']; + xdai_ConnectorMeta: xdai_ConnectorMeta; + xdai_ConnectorMeta_filter: xdai_ConnectorMeta_filter; + xdai_DestinationTransfer: xdai_DestinationTransfer; + xdai_DestinationTransfer_filter: xdai_DestinationTransfer_filter; + xdai_Int8: Scalars['xdai_Int8']; + xdai_OriginMessage: xdai_OriginMessage; + xdai_OriginMessage_filter: xdai_OriginMessage_filter; + xdai_OriginTransfer: xdai_OriginTransfer; + xdai_OriginTransfer_filter: xdai_OriginTransfer_filter; + xdai_Relayer: xdai_Relayer; + xdai_RelayerFee: xdai_RelayerFee; + xdai_RelayerFee_filter: xdai_RelayerFee_filter; + xdai_RelayerFeesIncrease: xdai_RelayerFeesIncrease; + xdai_RelayerFeesIncrease_filter: xdai_RelayerFeesIncrease_filter; + xdai_Relayer_filter: xdai_Relayer_filter; + xdai_RootCount: xdai_RootCount; + xdai_RootCount_filter: xdai_RootCount_filter; + xdai_RootMessageSent: xdai_RootMessageSent; + xdai_RootMessageSent_filter: xdai_RootMessageSent_filter; + xdai_Router: xdai_Router; + xdai_RouterDailyTVL: xdai_RouterDailyTVL; + xdai_RouterDailyTVL_filter: xdai_RouterDailyTVL_filter; + xdai_RouterLiquidityEvent: xdai_RouterLiquidityEvent; + xdai_RouterLiquidityEvent_filter: xdai_RouterLiquidityEvent_filter; + xdai_Router_filter: xdai_Router_filter; + xdai_Sequencer: xdai_Sequencer; + xdai_Sequencer_filter: xdai_Sequencer_filter; + xdai_Setting: xdai_Setting; + xdai_Setting_filter: xdai_Setting_filter; + xdai_SlippageUpdate: xdai_SlippageUpdate; + xdai_SlippageUpdate_filter: xdai_SlippageUpdate_filter; + xdai__Block_: xdai__Block_; + xdai__Meta_: xdai__Meta_; + optimism_AggregateRoot: optimism_AggregateRoot; + optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; + optimism_Asset: optimism_Asset; + optimism_AssetBalance: optimism_AssetBalance; + optimism_AssetBalance_filter: optimism_AssetBalance_filter; + optimism_AssetStatus: optimism_AssetStatus; + optimism_AssetStatus_filter: optimism_AssetStatus_filter; + optimism_Asset_filter: optimism_Asset_filter; + optimism_BigDecimal: Scalars['optimism_BigDecimal']; + optimism_BlockChangedFilter: optimism_BlockChangedFilter; + optimism_Block_height: optimism_Block_height; + optimism_Bytes: Scalars['optimism_Bytes']; + optimism_ConnectorMeta: optimism_ConnectorMeta; + optimism_ConnectorMeta_filter: optimism_ConnectorMeta_filter; + optimism_DestinationTransfer: optimism_DestinationTransfer; + optimism_DestinationTransfer_filter: optimism_DestinationTransfer_filter; + optimism_Int8: Scalars['optimism_Int8']; + optimism_OriginMessage: optimism_OriginMessage; + optimism_OriginMessage_filter: optimism_OriginMessage_filter; + optimism_OriginTransfer: optimism_OriginTransfer; + optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; + optimism_Relayer: optimism_Relayer; + optimism_RelayerFee: optimism_RelayerFee; + optimism_RelayerFee_filter: optimism_RelayerFee_filter; + optimism_RelayerFeesIncrease: optimism_RelayerFeesIncrease; + optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; + optimism_Relayer_filter: optimism_Relayer_filter; + optimism_RootCount: optimism_RootCount; + optimism_RootCount_filter: optimism_RootCount_filter; + optimism_RootMessageSent: optimism_RootMessageSent; + optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; + optimism_Router: optimism_Router; + optimism_RouterDailyTVL: optimism_RouterDailyTVL; + optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; + optimism_RouterLiquidityEvent: optimism_RouterLiquidityEvent; + optimism_RouterLiquidityEvent_filter: optimism_RouterLiquidityEvent_filter; + optimism_Router_filter: optimism_Router_filter; + optimism_Sequencer: optimism_Sequencer; + optimism_Sequencer_filter: optimism_Sequencer_filter; + optimism_Setting: optimism_Setting; + optimism_Setting_filter: optimism_Setting_filter; + optimism_SlippageUpdate: optimism_SlippageUpdate; + optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; + optimism__Block_: optimism__Block_; + optimism__Meta_: optimism__Meta_; + bnb_AggregateRoot: bnb_AggregateRoot; + bnb_AggregateRoot_filter: bnb_AggregateRoot_filter; + bnb_Asset: bnb_Asset; + bnb_AssetBalance: bnb_AssetBalance; + bnb_AssetBalance_filter: bnb_AssetBalance_filter; + bnb_AssetStatus: bnb_AssetStatus; + bnb_AssetStatus_filter: bnb_AssetStatus_filter; + bnb_Asset_filter: bnb_Asset_filter; + bnb_BigDecimal: Scalars['bnb_BigDecimal']; + bnb_BlockChangedFilter: bnb_BlockChangedFilter; + bnb_Block_height: bnb_Block_height; + bnb_Bytes: Scalars['bnb_Bytes']; + bnb_ConnectorMeta: bnb_ConnectorMeta; + bnb_ConnectorMeta_filter: bnb_ConnectorMeta_filter; + bnb_DestinationTransfer: bnb_DestinationTransfer; + bnb_DestinationTransfer_filter: bnb_DestinationTransfer_filter; + bnb_Int8: Scalars['bnb_Int8']; + bnb_OriginMessage: bnb_OriginMessage; + bnb_OriginMessage_filter: bnb_OriginMessage_filter; + bnb_OriginTransfer: bnb_OriginTransfer; + bnb_OriginTransfer_filter: bnb_OriginTransfer_filter; + bnb_Relayer: bnb_Relayer; + bnb_RelayerFee: bnb_RelayerFee; + bnb_RelayerFee_filter: bnb_RelayerFee_filter; + bnb_RelayerFeesIncrease: bnb_RelayerFeesIncrease; + bnb_RelayerFeesIncrease_filter: bnb_RelayerFeesIncrease_filter; + bnb_Relayer_filter: bnb_Relayer_filter; + bnb_RootCount: bnb_RootCount; + bnb_RootCount_filter: bnb_RootCount_filter; + bnb_RootMessageSent: bnb_RootMessageSent; + bnb_RootMessageSent_filter: bnb_RootMessageSent_filter; + bnb_Router: bnb_Router; + bnb_RouterDailyTVL: bnb_RouterDailyTVL; + bnb_RouterDailyTVL_filter: bnb_RouterDailyTVL_filter; + bnb_RouterLiquidityEvent: bnb_RouterLiquidityEvent; + bnb_RouterLiquidityEvent_filter: bnb_RouterLiquidityEvent_filter; + bnb_Router_filter: bnb_Router_filter; + bnb_Sequencer: bnb_Sequencer; + bnb_Sequencer_filter: bnb_Sequencer_filter; + bnb_Setting: bnb_Setting; + bnb_Setting_filter: bnb_Setting_filter; + bnb_SlippageUpdate: bnb_SlippageUpdate; + bnb_SlippageUpdate_filter: bnb_SlippageUpdate_filter; + bnb__Block_: bnb__Block_; + bnb__Meta_: bnb__Meta_; + linea_AggregateRoot: linea_AggregateRoot; + linea_AggregateRoot_filter: linea_AggregateRoot_filter; + linea_Asset: linea_Asset; + linea_AssetBalance: linea_AssetBalance; + linea_AssetBalance_filter: linea_AssetBalance_filter; + linea_AssetStatus: linea_AssetStatus; + linea_AssetStatus_filter: linea_AssetStatus_filter; + linea_Asset_filter: linea_Asset_filter; + linea_BigDecimal: Scalars['linea_BigDecimal']; + linea_BlockChangedFilter: linea_BlockChangedFilter; + linea_Block_height: linea_Block_height; + linea_Bytes: Scalars['linea_Bytes']; + linea_ConnectorMeta: linea_ConnectorMeta; + linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; + linea_DestinationTransfer: linea_DestinationTransfer; + linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; + linea_OriginMessage: linea_OriginMessage; + linea_OriginMessage_filter: linea_OriginMessage_filter; + linea_OriginTransfer: linea_OriginTransfer; + linea_OriginTransfer_filter: linea_OriginTransfer_filter; + linea_Relayer: linea_Relayer; + linea_RelayerFee: linea_RelayerFee; + linea_RelayerFee_filter: linea_RelayerFee_filter; + linea_RelayerFeesIncrease: linea_RelayerFeesIncrease; + linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; + linea_Relayer_filter: linea_Relayer_filter; + linea_RootCount: linea_RootCount; + linea_RootCount_filter: linea_RootCount_filter; + linea_RootMessageSent: linea_RootMessageSent; + linea_RootMessageSent_filter: linea_RootMessageSent_filter; + linea_Router: linea_Router; + linea_RouterDailyTVL: linea_RouterDailyTVL; + linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; + linea_RouterLiquidityEvent: linea_RouterLiquidityEvent; + linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; + linea_Router_filter: linea_Router_filter; + linea_Sequencer: linea_Sequencer; + linea_Sequencer_filter: linea_Sequencer_filter; + linea_Setting: linea_Setting; + linea_Setting_filter: linea_Setting_filter; + linea_SlippageUpdate: linea_SlippageUpdate; + linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; + linea__Block_: linea__Block_; + linea__Meta_: linea__Meta_; + localarbitrumone_AggregateRoot: localarbitrumone_AggregateRoot; + localarbitrumone_AggregateRootProposed: localarbitrumone_AggregateRootProposed; + localarbitrumone_AggregateRootProposed_filter: localarbitrumone_AggregateRootProposed_filter; + localarbitrumone_AggregateRoot_filter: localarbitrumone_AggregateRoot_filter; + localarbitrumone_Asset: localarbitrumone_Asset; + localarbitrumone_AssetBalance: localarbitrumone_AssetBalance; + localarbitrumone_AssetBalance_filter: localarbitrumone_AssetBalance_filter; + localarbitrumone_AssetStatus: localarbitrumone_AssetStatus; + localarbitrumone_AssetStatus_filter: localarbitrumone_AssetStatus_filter; + localarbitrumone_Asset_filter: localarbitrumone_Asset_filter; + localarbitrumone_BigDecimal: Scalars['localarbitrumone_BigDecimal']; + localarbitrumone_BlockChangedFilter: localarbitrumone_BlockChangedFilter; + localarbitrumone_Block_height: localarbitrumone_Block_height; + localarbitrumone_Bytes: Scalars['localarbitrumone_Bytes']; + localarbitrumone_ConnectorMeta: localarbitrumone_ConnectorMeta; + localarbitrumone_ConnectorMeta_filter: localarbitrumone_ConnectorMeta_filter; + localarbitrumone_DestinationTransfer: localarbitrumone_DestinationTransfer; + localarbitrumone_DestinationTransfer_filter: localarbitrumone_DestinationTransfer_filter; + localarbitrumone_Int8: Scalars['localarbitrumone_Int8']; + localarbitrumone_OptimisticRootFinalized: localarbitrumone_OptimisticRootFinalized; + localarbitrumone_OptimisticRootFinalized_filter: localarbitrumone_OptimisticRootFinalized_filter; + localarbitrumone_OriginMessage: localarbitrumone_OriginMessage; + localarbitrumone_OriginMessage_filter: localarbitrumone_OriginMessage_filter; + localarbitrumone_OriginTransfer: localarbitrumone_OriginTransfer; + localarbitrumone_OriginTransfer_filter: localarbitrumone_OriginTransfer_filter; + localarbitrumone_Relayer: localarbitrumone_Relayer; + localarbitrumone_RelayerFee: localarbitrumone_RelayerFee; + localarbitrumone_RelayerFee_filter: localarbitrumone_RelayerFee_filter; + localarbitrumone_RelayerFeesIncrease: localarbitrumone_RelayerFeesIncrease; + localarbitrumone_RelayerFeesIncrease_filter: localarbitrumone_RelayerFeesIncrease_filter; + localarbitrumone_Relayer_filter: localarbitrumone_Relayer_filter; + localarbitrumone_RootCount: localarbitrumone_RootCount; + localarbitrumone_RootCount_filter: localarbitrumone_RootCount_filter; + localarbitrumone_RootMessageSent: localarbitrumone_RootMessageSent; + localarbitrumone_RootMessageSent_filter: localarbitrumone_RootMessageSent_filter; + localarbitrumone_Router: localarbitrumone_Router; + localarbitrumone_RouterDailyTVL: localarbitrumone_RouterDailyTVL; + localarbitrumone_RouterDailyTVL_filter: localarbitrumone_RouterDailyTVL_filter; + localarbitrumone_Router_filter: localarbitrumone_Router_filter; + localarbitrumone_Sequencer: localarbitrumone_Sequencer; + localarbitrumone_Sequencer_filter: localarbitrumone_Sequencer_filter; + localarbitrumone_Setting: localarbitrumone_Setting; + localarbitrumone_Setting_filter: localarbitrumone_Setting_filter; + localarbitrumone_SlippageUpdate: localarbitrumone_SlippageUpdate; + localarbitrumone_SlippageUpdate_filter: localarbitrumone_SlippageUpdate_filter; + localarbitrumone_SnapshotRoot: localarbitrumone_SnapshotRoot; + localarbitrumone_SnapshotRoot_filter: localarbitrumone_SnapshotRoot_filter; + localarbitrumone_SpokeConnectorMode: localarbitrumone_SpokeConnectorMode; + localarbitrumone_SpokeConnectorMode_filter: localarbitrumone_SpokeConnectorMode_filter; + localarbitrumone__Block_: localarbitrumone__Block_; + localarbitrumone__Meta_: localarbitrumone__Meta_; + localmainnet_AggregateRoot: localmainnet_AggregateRoot; + localmainnet_AggregateRootProposed: localmainnet_AggregateRootProposed; + localmainnet_AggregateRootProposed_filter: localmainnet_AggregateRootProposed_filter; + localmainnet_AggregateRoot_filter: localmainnet_AggregateRoot_filter; + localmainnet_Asset: localmainnet_Asset; + localmainnet_AssetBalance: localmainnet_AssetBalance; + localmainnet_AssetBalance_filter: localmainnet_AssetBalance_filter; + localmainnet_AssetStatus: localmainnet_AssetStatus; + localmainnet_AssetStatus_filter: localmainnet_AssetStatus_filter; + localmainnet_Asset_filter: localmainnet_Asset_filter; + localmainnet_BigDecimal: Scalars['localmainnet_BigDecimal']; + localmainnet_BlockChangedFilter: localmainnet_BlockChangedFilter; + localmainnet_Block_height: localmainnet_Block_height; + localmainnet_Bytes: Scalars['localmainnet_Bytes']; + localmainnet_ConnectorMeta: localmainnet_ConnectorMeta; + localmainnet_ConnectorMeta_filter: localmainnet_ConnectorMeta_filter; + localmainnet_DestinationTransfer: localmainnet_DestinationTransfer; + localmainnet_DestinationTransfer_filter: localmainnet_DestinationTransfer_filter; + localmainnet_Int8: Scalars['localmainnet_Int8']; + localmainnet_OptimisticRootFinalized: localmainnet_OptimisticRootFinalized; + localmainnet_OptimisticRootFinalized_filter: localmainnet_OptimisticRootFinalized_filter; + localmainnet_OriginMessage: localmainnet_OriginMessage; + localmainnet_OriginMessage_filter: localmainnet_OriginMessage_filter; + localmainnet_OriginTransfer: localmainnet_OriginTransfer; + localmainnet_OriginTransfer_filter: localmainnet_OriginTransfer_filter; + localmainnet_Relayer: localmainnet_Relayer; + localmainnet_RelayerFee: localmainnet_RelayerFee; + localmainnet_RelayerFee_filter: localmainnet_RelayerFee_filter; + localmainnet_RelayerFeesIncrease: localmainnet_RelayerFeesIncrease; + localmainnet_RelayerFeesIncrease_filter: localmainnet_RelayerFeesIncrease_filter; + localmainnet_Relayer_filter: localmainnet_Relayer_filter; + localmainnet_RootCount: localmainnet_RootCount; + localmainnet_RootCount_filter: localmainnet_RootCount_filter; + localmainnet_RootMessageSent: localmainnet_RootMessageSent; + localmainnet_RootMessageSent_filter: localmainnet_RootMessageSent_filter; + localmainnet_Router: localmainnet_Router; + localmainnet_RouterDailyTVL: localmainnet_RouterDailyTVL; + localmainnet_RouterDailyTVL_filter: localmainnet_RouterDailyTVL_filter; + localmainnet_Router_filter: localmainnet_Router_filter; + localmainnet_Sequencer: localmainnet_Sequencer; + localmainnet_Sequencer_filter: localmainnet_Sequencer_filter; + localmainnet_Setting: localmainnet_Setting; + localmainnet_Setting_filter: localmainnet_Setting_filter; + localmainnet_SlippageUpdate: localmainnet_SlippageUpdate; + localmainnet_SlippageUpdate_filter: localmainnet_SlippageUpdate_filter; + localmainnet_SnapshotRoot: localmainnet_SnapshotRoot; + localmainnet_SnapshotRoot_filter: localmainnet_SnapshotRoot_filter; + localmainnet_SpokeConnectorMode: localmainnet_SpokeConnectorMode; + localmainnet_SpokeConnectorMode_filter: localmainnet_SpokeConnectorMode_filter; + localmainnet__Block_: localmainnet__Block_; + localmainnet__Meta_: localmainnet__Meta_; + linea_swap_BigDecimal: Scalars['linea_swap_BigDecimal']; + linea_swap_BlockChangedFilter: linea_swap_BlockChangedFilter; + linea_swap_Block_height: linea_swap_Block_height; + linea_swap_Bytes: Scalars['linea_swap_Bytes']; + linea_swap_LpAccount: linea_swap_LpAccount; + linea_swap_LpAccountBalance: linea_swap_LpAccountBalance; + linea_swap_LpAccountBalance_filter: linea_swap_LpAccountBalance_filter; + linea_swap_LpAccount_filter: linea_swap_LpAccount_filter; + linea_swap_LpToken: linea_swap_LpToken; + linea_swap_LpTokenEvent: ResolversParentTypes['linea_swap_LpTransferEvent']; + linea_swap_LpTokenEvent_filter: linea_swap_LpTokenEvent_filter; + linea_swap_LpToken_filter: linea_swap_LpToken_filter; + linea_swap_LpTransferEvent: linea_swap_LpTransferEvent; + linea_swap_LpTransferEvent_filter: linea_swap_LpTransferEvent_filter; + linea_swap_PooledToken: linea_swap_PooledToken; + linea_swap_PooledToken_filter: linea_swap_PooledToken_filter; + linea_swap_StableSwap: linea_swap_StableSwap; + linea_swap_StableSwapAddLiquidityEvent: linea_swap_StableSwapAddLiquidityEvent; + linea_swap_StableSwapAddLiquidityEvent_filter: linea_swap_StableSwapAddLiquidityEvent_filter; + linea_swap_StableSwapEvent: ResolversParentTypes['linea_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['linea_swap_StableSwapRemoveLiquidityEvent']; + linea_swap_StableSwapEvent_filter: linea_swap_StableSwapEvent_filter; + linea_swap_StableSwapExchange: linea_swap_StableSwapExchange; + linea_swap_StableSwapExchange_filter: linea_swap_StableSwapExchange_filter; + linea_swap_StableSwapRemoveLiquidityEvent: linea_swap_StableSwapRemoveLiquidityEvent; + linea_swap_StableSwapRemoveLiquidityEvent_filter: linea_swap_StableSwapRemoveLiquidityEvent_filter; + linea_swap_StableSwap_filter: linea_swap_StableSwap_filter; + linea_swap_SwapDailyVolume: linea_swap_SwapDailyVolume; + linea_swap_SwapDailyVolume_filter: linea_swap_SwapDailyVolume_filter; + linea_swap_SwapHourlyVolume: linea_swap_SwapHourlyVolume; + linea_swap_SwapHourlyVolume_filter: linea_swap_SwapHourlyVolume_filter; + linea_swap_SwapTradeVolume: ResolversParentTypes['linea_swap_SwapDailyVolume'] | ResolversParentTypes['linea_swap_SwapHourlyVolume'] | ResolversParentTypes['linea_swap_SwapWeeklyVolume']; + linea_swap_SwapTradeVolume_filter: linea_swap_SwapTradeVolume_filter; + linea_swap_SwapWeeklyVolume: linea_swap_SwapWeeklyVolume; + linea_swap_SwapWeeklyVolume_filter: linea_swap_SwapWeeklyVolume_filter; + linea_swap_SystemInfo: linea_swap_SystemInfo; + linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; + linea_swap__Block_: linea_swap__Block_; + linea_swap__Meta_: linea_swap__Meta_; + localmainnet_AggregateRootSavedSlow: localmainnet_AggregateRootSavedSlow; + localmainnet_AggregateRootSavedSlow_filter: localmainnet_AggregateRootSavedSlow_filter; + localmainnet_AggregatedMessageRoot: localmainnet_AggregatedMessageRoot; + localmainnet_AggregatedMessageRoot_filter: localmainnet_AggregatedMessageRoot_filter; + localmainnet_ArbitrumConnectorMeta: localmainnet_ArbitrumConnectorMeta; + localmainnet_ArbitrumConnectorMeta_filter: localmainnet_ArbitrumConnectorMeta_filter; + localmainnet_BnbConnectorMeta: localmainnet_BnbConnectorMeta; + localmainnet_BnbConnectorMeta_filter: localmainnet_BnbConnectorMeta_filter; + localmainnet_GnosisConnectorMeta: localmainnet_GnosisConnectorMeta; + localmainnet_GnosisConnectorMeta_filter: localmainnet_GnosisConnectorMeta_filter; + localmainnet_HubDomain: localmainnet_HubDomain; + localmainnet_HubDomain_filter: localmainnet_HubDomain_filter; + localmainnet_HubOptimisticRootFinalized: localmainnet_HubOptimisticRootFinalized; + localmainnet_HubOptimisticRootFinalized_filter: localmainnet_HubOptimisticRootFinalized_filter; + localmainnet_OptimismConnectorMeta: localmainnet_OptimismConnectorMeta; + localmainnet_OptimismConnectorMeta_filter: localmainnet_OptimismConnectorMeta_filter; + localmainnet_OptimisticRootPropagated: localmainnet_OptimisticRootPropagated; + localmainnet_OptimisticRootPropagated_filter: localmainnet_OptimisticRootPropagated_filter; + localmainnet_OptimisticRootProposed: localmainnet_OptimisticRootProposed; + localmainnet_OptimisticRootProposed_filter: localmainnet_OptimisticRootProposed_filter; + localmainnet_PolygonConnectorMeta: localmainnet_PolygonConnectorMeta; + localmainnet_PolygonConnectorMeta_filter: localmainnet_PolygonConnectorMeta_filter; + localmainnet_RootAggregated: localmainnet_RootAggregated; + localmainnet_RootAggregated_filter: localmainnet_RootAggregated_filter; + localmainnet_RootManagerMeta: localmainnet_RootManagerMeta; + localmainnet_RootManagerMeta_filter: localmainnet_RootManagerMeta_filter; + localmainnet_RootManagerMode: localmainnet_RootManagerMode; + localmainnet_RootManagerMode_filter: localmainnet_RootManagerMode_filter; + localmainnet_RootMessageProcessed: localmainnet_RootMessageProcessed; + localmainnet_RootMessageProcessed_filter: localmainnet_RootMessageProcessed_filter; + localmainnet_RootPropagated: localmainnet_RootPropagated; + localmainnet_RootPropagated_filter: localmainnet_RootPropagated_filter; + localmainnet_ZkSyncConnectorMeta: localmainnet_ZkSyncConnectorMeta; + localmainnet_ZkSyncConnectorMeta_filter: localmainnet_ZkSyncConnectorMeta_filter; + localoptimism_AggregateRoot: localoptimism_AggregateRoot; + localoptimism_AggregateRootProposed: localoptimism_AggregateRootProposed; + localoptimism_AggregateRootProposed_filter: localoptimism_AggregateRootProposed_filter; + localoptimism_AggregateRoot_filter: localoptimism_AggregateRoot_filter; + localoptimism_Asset: localoptimism_Asset; + localoptimism_AssetBalance: localoptimism_AssetBalance; + localoptimism_AssetBalance_filter: localoptimism_AssetBalance_filter; + localoptimism_AssetStatus: localoptimism_AssetStatus; + localoptimism_AssetStatus_filter: localoptimism_AssetStatus_filter; + localoptimism_Asset_filter: localoptimism_Asset_filter; + localoptimism_BigDecimal: Scalars['localoptimism_BigDecimal']; + localoptimism_BlockChangedFilter: localoptimism_BlockChangedFilter; + localoptimism_Block_height: localoptimism_Block_height; + localoptimism_Bytes: Scalars['localoptimism_Bytes']; + localoptimism_ConnectorMeta: localoptimism_ConnectorMeta; + localoptimism_ConnectorMeta_filter: localoptimism_ConnectorMeta_filter; + localoptimism_DestinationTransfer: localoptimism_DestinationTransfer; + localoptimism_DestinationTransfer_filter: localoptimism_DestinationTransfer_filter; + localoptimism_Int8: Scalars['localoptimism_Int8']; + localoptimism_OptimisticRootFinalized: localoptimism_OptimisticRootFinalized; + localoptimism_OptimisticRootFinalized_filter: localoptimism_OptimisticRootFinalized_filter; + localoptimism_OriginMessage: localoptimism_OriginMessage; + localoptimism_OriginMessage_filter: localoptimism_OriginMessage_filter; + localoptimism_OriginTransfer: localoptimism_OriginTransfer; + localoptimism_OriginTransfer_filter: localoptimism_OriginTransfer_filter; + localoptimism_Relayer: localoptimism_Relayer; + localoptimism_RelayerFee: localoptimism_RelayerFee; + localoptimism_RelayerFee_filter: localoptimism_RelayerFee_filter; + localoptimism_RelayerFeesIncrease: localoptimism_RelayerFeesIncrease; + localoptimism_RelayerFeesIncrease_filter: localoptimism_RelayerFeesIncrease_filter; + localoptimism_Relayer_filter: localoptimism_Relayer_filter; + localoptimism_RootCount: localoptimism_RootCount; + localoptimism_RootCount_filter: localoptimism_RootCount_filter; + localoptimism_RootMessageSent: localoptimism_RootMessageSent; + localoptimism_RootMessageSent_filter: localoptimism_RootMessageSent_filter; + localoptimism_Router: localoptimism_Router; + localoptimism_RouterDailyTVL: localoptimism_RouterDailyTVL; + localoptimism_RouterDailyTVL_filter: localoptimism_RouterDailyTVL_filter; + localoptimism_Router_filter: localoptimism_Router_filter; + localoptimism_Sequencer: localoptimism_Sequencer; + localoptimism_Sequencer_filter: localoptimism_Sequencer_filter; + localoptimism_Setting: localoptimism_Setting; + localoptimism_Setting_filter: localoptimism_Setting_filter; + localoptimism_SlippageUpdate: localoptimism_SlippageUpdate; + localoptimism_SlippageUpdate_filter: localoptimism_SlippageUpdate_filter; + localoptimism_SnapshotRoot: localoptimism_SnapshotRoot; + localoptimism_SnapshotRoot_filter: localoptimism_SnapshotRoot_filter; + localoptimism_SpokeConnectorMode: localoptimism_SpokeConnectorMode; + localoptimism_SpokeConnectorMode_filter: localoptimism_SpokeConnectorMode_filter; + localoptimism__Block_: localoptimism__Block_; + localoptimism__Meta_: localoptimism__Meta_; + mainnet_AggregateRoot: mainnet_AggregateRoot; + mainnet_AggregateRoot_filter: mainnet_AggregateRoot_filter; + mainnet_Asset: mainnet_Asset; + mainnet_AssetBalance: mainnet_AssetBalance; + mainnet_AssetBalance_filter: mainnet_AssetBalance_filter; + mainnet_AssetStatus: mainnet_AssetStatus; + mainnet_AssetStatus_filter: mainnet_AssetStatus_filter; + mainnet_Asset_filter: mainnet_Asset_filter; + mainnet_ConnectorMeta: mainnet_ConnectorMeta; + mainnet_ConnectorMeta_filter: mainnet_ConnectorMeta_filter; + mainnet_DestinationTransfer: mainnet_DestinationTransfer; + mainnet_DestinationTransfer_filter: mainnet_DestinationTransfer_filter; + mainnet_OriginMessage: mainnet_OriginMessage; + mainnet_OriginMessage_filter: mainnet_OriginMessage_filter; + mainnet_OriginTransfer: mainnet_OriginTransfer; + mainnet_OriginTransfer_filter: mainnet_OriginTransfer_filter; + mainnet_Relayer: mainnet_Relayer; + mainnet_RelayerFee: mainnet_RelayerFee; + mainnet_RelayerFee_filter: mainnet_RelayerFee_filter; + mainnet_RelayerFeesIncrease: mainnet_RelayerFeesIncrease; + mainnet_RelayerFeesIncrease_filter: mainnet_RelayerFeesIncrease_filter; + mainnet_Relayer_filter: mainnet_Relayer_filter; + mainnet_RootCount: mainnet_RootCount; + mainnet_RootCount_filter: mainnet_RootCount_filter; + mainnet_RootMessageSent: mainnet_RootMessageSent; + mainnet_RootMessageSent_filter: mainnet_RootMessageSent_filter; + mainnet_Router: mainnet_Router; + mainnet_RouterDailyTVL: mainnet_RouterDailyTVL; + mainnet_RouterDailyTVL_filter: mainnet_RouterDailyTVL_filter; + mainnet_RouterLiquidityEvent: mainnet_RouterLiquidityEvent; + mainnet_RouterLiquidityEvent_filter: mainnet_RouterLiquidityEvent_filter; + mainnet_Router_filter: mainnet_Router_filter; + mainnet_Sequencer: mainnet_Sequencer; + mainnet_Sequencer_filter: mainnet_Sequencer_filter; + mainnet_Setting: mainnet_Setting; + mainnet_Setting_filter: mainnet_Setting_filter; + mainnet_SlippageUpdate: mainnet_SlippageUpdate; + mainnet_SlippageUpdate_filter: mainnet_SlippageUpdate_filter; + arbitrumone_AggregateRoot: arbitrumone_AggregateRoot; + arbitrumone_AggregateRoot_filter: arbitrumone_AggregateRoot_filter; + arbitrumone_Asset: arbitrumone_Asset; + arbitrumone_AssetBalance: arbitrumone_AssetBalance; + arbitrumone_AssetBalance_filter: arbitrumone_AssetBalance_filter; + arbitrumone_AssetStatus: arbitrumone_AssetStatus; + arbitrumone_AssetStatus_filter: arbitrumone_AssetStatus_filter; + arbitrumone_Asset_filter: arbitrumone_Asset_filter; + arbitrumone_BigDecimal: Scalars['arbitrumone_BigDecimal']; + arbitrumone_BlockChangedFilter: arbitrumone_BlockChangedFilter; + arbitrumone_Block_height: arbitrumone_Block_height; + arbitrumone_Bytes: Scalars['arbitrumone_Bytes']; + arbitrumone_ConnectorMeta: arbitrumone_ConnectorMeta; + arbitrumone_ConnectorMeta_filter: arbitrumone_ConnectorMeta_filter; + arbitrumone_DestinationTransfer: arbitrumone_DestinationTransfer; + arbitrumone_DestinationTransfer_filter: arbitrumone_DestinationTransfer_filter; + arbitrumone_Int8: Scalars['arbitrumone_Int8']; + arbitrumone_OriginMessage: arbitrumone_OriginMessage; + arbitrumone_OriginMessage_filter: arbitrumone_OriginMessage_filter; + arbitrumone_OriginTransfer: arbitrumone_OriginTransfer; + arbitrumone_OriginTransfer_filter: arbitrumone_OriginTransfer_filter; + arbitrumone_Relayer: arbitrumone_Relayer; + arbitrumone_RelayerFee: arbitrumone_RelayerFee; + arbitrumone_RelayerFee_filter: arbitrumone_RelayerFee_filter; + arbitrumone_RelayerFeesIncrease: arbitrumone_RelayerFeesIncrease; + arbitrumone_RelayerFeesIncrease_filter: arbitrumone_RelayerFeesIncrease_filter; + arbitrumone_Relayer_filter: arbitrumone_Relayer_filter; + arbitrumone_RootCount: arbitrumone_RootCount; + arbitrumone_RootCount_filter: arbitrumone_RootCount_filter; + arbitrumone_RootMessageSent: arbitrumone_RootMessageSent; + arbitrumone_RootMessageSent_filter: arbitrumone_RootMessageSent_filter; + arbitrumone_Router: arbitrumone_Router; + arbitrumone_RouterDailyTVL: arbitrumone_RouterDailyTVL; + arbitrumone_RouterDailyTVL_filter: arbitrumone_RouterDailyTVL_filter; + arbitrumone_RouterLiquidityEvent: arbitrumone_RouterLiquidityEvent; + arbitrumone_RouterLiquidityEvent_filter: arbitrumone_RouterLiquidityEvent_filter; + arbitrumone_Router_filter: arbitrumone_Router_filter; + arbitrumone_Sequencer: arbitrumone_Sequencer; + arbitrumone_Sequencer_filter: arbitrumone_Sequencer_filter; + arbitrumone_Setting: arbitrumone_Setting; + arbitrumone_Setting_filter: arbitrumone_Setting_filter; + arbitrumone_SlippageUpdate: arbitrumone_SlippageUpdate; + arbitrumone_SlippageUpdate_filter: arbitrumone_SlippageUpdate_filter; + arbitrumone__Block_: arbitrumone__Block_; + arbitrumone__Meta_: arbitrumone__Meta_; + polygon_AggregateRoot: polygon_AggregateRoot; + polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; + polygon_Asset: polygon_Asset; + polygon_AssetBalance: polygon_AssetBalance; + polygon_AssetBalance_filter: polygon_AssetBalance_filter; + polygon_AssetStatus: polygon_AssetStatus; + polygon_AssetStatus_filter: polygon_AssetStatus_filter; + polygon_Asset_filter: polygon_Asset_filter; + polygon_BigDecimal: Scalars['polygon_BigDecimal']; + polygon_BlockChangedFilter: polygon_BlockChangedFilter; + polygon_Block_height: polygon_Block_height; + polygon_Bytes: Scalars['polygon_Bytes']; + polygon_ConnectorMeta: polygon_ConnectorMeta; + polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; + polygon_DestinationTransfer: polygon_DestinationTransfer; + polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; + polygon_Int8: Scalars['polygon_Int8']; + polygon_OriginMessage: polygon_OriginMessage; + polygon_OriginMessage_filter: polygon_OriginMessage_filter; + polygon_OriginTransfer: polygon_OriginTransfer; + polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; + polygon_Relayer: polygon_Relayer; + polygon_RelayerFee: polygon_RelayerFee; + polygon_RelayerFee_filter: polygon_RelayerFee_filter; + polygon_RelayerFeesIncrease: polygon_RelayerFeesIncrease; + polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; + polygon_Relayer_filter: polygon_Relayer_filter; + polygon_RootCount: polygon_RootCount; + polygon_RootCount_filter: polygon_RootCount_filter; + polygon_RootMessageSent: polygon_RootMessageSent; + polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; + polygon_Router: polygon_Router; + polygon_RouterDailyTVL: polygon_RouterDailyTVL; + polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; + polygon_RouterLiquidityEvent: polygon_RouterLiquidityEvent; + polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; + polygon_Router_filter: polygon_Router_filter; + polygon_Sequencer: polygon_Sequencer; + polygon_Sequencer_filter: polygon_Sequencer_filter; + polygon_Setting: polygon_Setting; + polygon_Setting_filter: polygon_Setting_filter; + polygon_SlippageUpdate: polygon_SlippageUpdate; + polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; + polygon__Block_: polygon__Block_; + polygon__Meta_: polygon__Meta_; }>; -export type staginggoerli_swap_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type entityDirectiveArgs = { }; -export type staginggoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type entityDirectiveResolver = DirectiveResolverFn; -export type staginggoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'staginggoerli_swap_StableSwapAddLiquidityEvent' | 'staginggoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; +export type subgraphIdDirectiveArgs = { + id: Scalars['String']; +}; -export type staginggoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type subgraphIdDirectiveResolver = DirectiveResolverFn; -export type staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type derivedFromDirectiveArgs = { + field: Scalars['String']; +}; -export type staginggoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export type derivedFromDirectiveResolver = DirectiveResolverFn; -export type staginggoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; +export type QueryResolvers = ResolversObject<{ + testoptimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + testoptimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; + goerli_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; + goerli__meta?: Resolver, ParentType, ContextType, Partial>; + mainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; + mainnet__meta?: Resolver, ParentType, ContextType, Partial>; + staginggoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + stagingarbitrumgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + mumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_swap__meta?: Resolver, ParentType, ContextType, Partial>; + staginggoerli_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli__meta?: Resolver, ParentType, ContextType, Partial>; + testgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_sponsorVault?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_sponsorVaults?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + testgoerli__meta?: Resolver, ParentType, ContextType, Partial>; + goerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + stagingoptimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + arbitrumone_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap__meta?: Resolver, ParentType, ContextType, Partial>; + polygon_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap__meta?: Resolver, ParentType, ContextType, Partial>; + xdai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_swap__meta?: Resolver, ParentType, ContextType, Partial>; + stagingmumbai_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_swap__meta?: Resolver, ParentType, ContextType, Partial>; + optimismgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + arbitrumgoerli_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap__meta?: Resolver, ParentType, ContextType, Partial>; + optimism_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap__meta?: Resolver, ParentType, ContextType, Partial>; + stagingarbitrumgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli__meta?: Resolver, ParentType, ContextType, Partial>; + goerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + goerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + goerli_router?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + goerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + goerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + goerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + goerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + goerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + goerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + goerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + goerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + goerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + goerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + goerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + goerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + goerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + goerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + optimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; + stagingmumbai_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmumbai__meta?: Resolver, ParentType, ContextType, Partial>; + staginggoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_asset?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assets?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_router?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_setting?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_settings?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayer?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + mumbai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + mumbai__meta?: Resolver, ParentType, ContextType, Partial>; + arbitrumgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumgoerli__meta?: Resolver, ParentType, ContextType, Partial>; + lineagoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + lineagoerli__meta?: Resolver, ParentType, ContextType, Partial>; + stagingoptimismgoerli_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimismgoerli__meta?: Resolver, ParentType, ContextType, Partial>; + bnb_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_swap__meta?: Resolver, ParentType, ContextType, Partial>; + xdai_asset?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assets?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + xdai_router?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_setting?: Resolver, ParentType, ContextType, RequireFields>; + xdai_settings?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayer?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + xdai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + xdai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + xdai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + xdai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + xdai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + xdai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + xdai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + xdai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + xdai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + xdai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + xdai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + xdai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + xdai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + xdai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + xdai__meta?: Resolver, ParentType, ContextType, Partial>; + optimism_asset?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assets?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimism_router?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_setting?: Resolver, ParentType, ContextType, RequireFields>; + optimism_settings?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + optimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + optimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + optimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + optimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + optimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + optimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + optimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + optimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + optimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + optimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + optimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + optimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + optimism__meta?: Resolver, ParentType, ContextType, Partial>; + bnb_asset?: Resolver, ParentType, ContextType, RequireFields>; + bnb_assets?: Resolver, ParentType, ContextType, RequireFields>; + bnb_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + bnb_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + bnb_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + bnb_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + bnb_router?: Resolver, ParentType, ContextType, RequireFields>; + bnb_routers?: Resolver, ParentType, ContextType, RequireFields>; + bnb_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + bnb_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + bnb_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_setting?: Resolver, ParentType, ContextType, RequireFields>; + bnb_settings?: Resolver, ParentType, ContextType, RequireFields>; + bnb_relayer?: Resolver, ParentType, ContextType, RequireFields>; + bnb_relayers?: Resolver, ParentType, ContextType, RequireFields>; + bnb_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + bnb_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + bnb_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + bnb_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + bnb_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + bnb_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + bnb_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + bnb_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + bnb_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + bnb_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + bnb_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + bnb_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + bnb_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + bnb_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + bnb_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + bnb_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + bnb_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + bnb_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + bnb_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + bnb_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + bnb__meta?: Resolver, ParentType, ContextType, Partial>; + linea_asset?: Resolver, ParentType, ContextType, RequireFields>; + linea_assets?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + linea_router?: Resolver, ParentType, ContextType, RequireFields>; + linea_routers?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_setting?: Resolver, ParentType, ContextType, RequireFields>; + linea_settings?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayer?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayers?: Resolver, ParentType, ContextType, RequireFields>; + linea_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + linea_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + linea_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + linea_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + linea_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + linea_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + linea_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + linea_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + linea_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + linea_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + linea_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + linea_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + linea_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + linea_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + linea__meta?: Resolver, ParentType, ContextType, Partial>; + localarbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + localarbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; + localmainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_router?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_routers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet__meta?: Resolver, ParentType, ContextType, Partial>; + linea_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap__meta?: Resolver, ParentType, ContextType, Partial>; + localmainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; + localmainnet_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_asset?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assets?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_router?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_routers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_setting?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_settings?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + localoptimism__meta?: Resolver, ParentType, ContextType, Partial>; + mainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_router?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_routers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; + polygon_asset?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assets?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + polygon_router?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_setting?: Resolver, ParentType, ContextType, RequireFields>; + polygon_settings?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + polygon_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygon_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygon_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + polygon_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + polygon_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + polygon_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + polygon__meta?: Resolver, ParentType, ContextType, Partial>; }>; -export type staginggoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'staginggoerli_swap_SwapDailyVolume' | 'staginggoerli_swap_SwapHourlyVolume' | 'staginggoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; +export type SubscriptionResolvers = ResolversObject<{ + testoptimismgoerli_asset?: SubscriptionResolver, "testoptimismgoerli_asset", ParentType, ContextType, RequireFields>; + testoptimismgoerli_assets?: SubscriptionResolver, "testoptimismgoerli_assets", ParentType, ContextType, RequireFields>; + testoptimismgoerli_assetBalance?: SubscriptionResolver, "testoptimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; + testoptimismgoerli_assetBalances?: SubscriptionResolver, "testoptimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; + testoptimismgoerli_router?: SubscriptionResolver, "testoptimismgoerli_router", ParentType, ContextType, RequireFields>; + testoptimismgoerli_routers?: SubscriptionResolver, "testoptimismgoerli_routers", ParentType, ContextType, RequireFields>; + testoptimismgoerli_setting?: SubscriptionResolver, "testoptimismgoerli_setting", ParentType, ContextType, RequireFields>; + testoptimismgoerli_settings?: SubscriptionResolver, "testoptimismgoerli_settings", ParentType, ContextType, RequireFields>; + testoptimismgoerli_relayer?: SubscriptionResolver, "testoptimismgoerli_relayer", ParentType, ContextType, RequireFields>; + testoptimismgoerli_relayers?: SubscriptionResolver, "testoptimismgoerli_relayers", ParentType, ContextType, RequireFields>; + testoptimismgoerli_stableSwap?: SubscriptionResolver, "testoptimismgoerli_stableSwap", ParentType, ContextType, RequireFields>; + testoptimismgoerli_stableSwaps?: SubscriptionResolver, "testoptimismgoerli_stableSwaps", ParentType, ContextType, RequireFields>; + testoptimismgoerli_sponsorVault?: SubscriptionResolver, "testoptimismgoerli_sponsorVault", ParentType, ContextType, RequireFields>; + testoptimismgoerli_sponsorVaults?: SubscriptionResolver, "testoptimismgoerli_sponsorVaults", ParentType, ContextType, RequireFields>; + testoptimismgoerli_originTransfer?: SubscriptionResolver, "testoptimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; + testoptimismgoerli_originTransfers?: SubscriptionResolver, "testoptimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; + testoptimismgoerli_destinationTransfer?: SubscriptionResolver, "testoptimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + testoptimismgoerli_destinationTransfers?: SubscriptionResolver, "testoptimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + testoptimismgoerli__meta?: SubscriptionResolver, "testoptimismgoerli__meta", ParentType, ContextType, Partial>; + goerli_rootAggregated?: SubscriptionResolver, "goerli_rootAggregated", ParentType, ContextType, RequireFields>; + goerli_rootAggregateds?: SubscriptionResolver, "goerli_rootAggregateds", ParentType, ContextType, RequireFields>; + goerli_rootPropagated?: SubscriptionResolver, "goerli_rootPropagated", ParentType, ContextType, RequireFields>; + goerli_rootPropagateds?: SubscriptionResolver, "goerli_rootPropagateds", ParentType, ContextType, RequireFields>; + goerli_aggregatedMessageRoot?: SubscriptionResolver, "goerli_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + goerli_aggregatedMessageRoots?: SubscriptionResolver, "goerli_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + goerli_rootManagerMeta?: SubscriptionResolver, "goerli_rootManagerMeta", ParentType, ContextType, RequireFields>; + goerli_rootManagerMetas?: SubscriptionResolver, "goerli_rootManagerMetas", ParentType, ContextType, RequireFields>; + goerli_polygonConnectorMeta?: SubscriptionResolver, "goerli_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_polygonConnectorMetas?: SubscriptionResolver, "goerli_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_optimismConnectorMeta?: SubscriptionResolver, "goerli_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_optimismConnectorMetas?: SubscriptionResolver, "goerli_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_bnbConnectorMeta?: SubscriptionResolver, "goerli_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_bnbConnectorMetas?: SubscriptionResolver, "goerli_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_arbitrumConnectorMeta?: SubscriptionResolver, "goerli_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_arbitrumConnectorMetas?: SubscriptionResolver, "goerli_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_gnosisConnectorMeta?: SubscriptionResolver, "goerli_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_gnosisConnectorMetas?: SubscriptionResolver, "goerli_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_zkSyncConnectorMeta?: SubscriptionResolver, "goerli_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_zkSyncConnectorMetas?: SubscriptionResolver, "goerli_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_lineaConnectorMeta?: SubscriptionResolver, "goerli_lineaConnectorMeta", ParentType, ContextType, RequireFields>; + goerli_lineaConnectorMetas?: SubscriptionResolver, "goerli_lineaConnectorMetas", ParentType, ContextType, RequireFields>; + goerli_rootMessageProcessed?: SubscriptionResolver, "goerli_rootMessageProcessed", ParentType, ContextType, RequireFields>; + goerli_rootMessageProcesseds?: SubscriptionResolver, "goerli_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + goerli__meta?: SubscriptionResolver, "goerli__meta", ParentType, ContextType, Partial>; + mainnet_rootAggregated?: SubscriptionResolver, "mainnet_rootAggregated", ParentType, ContextType, RequireFields>; + mainnet_rootAggregateds?: SubscriptionResolver, "mainnet_rootAggregateds", ParentType, ContextType, RequireFields>; + mainnet_rootPropagated?: SubscriptionResolver, "mainnet_rootPropagated", ParentType, ContextType, RequireFields>; + mainnet_rootPropagateds?: SubscriptionResolver, "mainnet_rootPropagateds", ParentType, ContextType, RequireFields>; + mainnet_aggregatedMessageRoot?: SubscriptionResolver, "mainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + mainnet_aggregatedMessageRoots?: SubscriptionResolver, "mainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + mainnet_rootManagerMeta?: SubscriptionResolver, "mainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; + mainnet_rootManagerMetas?: SubscriptionResolver, "mainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; + mainnet_polygonConnectorMeta?: SubscriptionResolver, "mainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_polygonConnectorMetas?: SubscriptionResolver, "mainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_optimismConnectorMeta?: SubscriptionResolver, "mainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_optimismConnectorMetas?: SubscriptionResolver, "mainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_bnbConnectorMeta?: SubscriptionResolver, "mainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_bnbConnectorMetas?: SubscriptionResolver, "mainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_arbitrumConnectorMeta?: SubscriptionResolver, "mainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_arbitrumConnectorMetas?: SubscriptionResolver, "mainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_gnosisConnectorMeta?: SubscriptionResolver, "mainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_gnosisConnectorMetas?: SubscriptionResolver, "mainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_zkSyncConnectorMeta?: SubscriptionResolver, "mainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_zkSyncConnectorMetas?: SubscriptionResolver, "mainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_lineaConnectorMeta?: SubscriptionResolver, "mainnet_lineaConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_lineaConnectorMetas?: SubscriptionResolver, "mainnet_lineaConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_rootMessageProcessed?: SubscriptionResolver, "mainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; + mainnet_rootMessageProcesseds?: SubscriptionResolver, "mainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + mainnet__meta?: SubscriptionResolver, "mainnet__meta", ParentType, ContextType, Partial>; + staginggoerli_swap_systemInfo?: SubscriptionResolver, "staginggoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; + staginggoerli_swap_systemInfos?: SubscriptionResolver, "staginggoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; + staginggoerli_swap_pooledToken?: SubscriptionResolver, "staginggoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; + staginggoerli_swap_pooledTokens?: SubscriptionResolver, "staginggoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwap?: SubscriptionResolver, "staginggoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwaps?: SubscriptionResolver, "staginggoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "staginggoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "staginggoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "staginggoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "staginggoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapExchange?: SubscriptionResolver, "staginggoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapExchanges?: SubscriptionResolver, "staginggoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapDailyVolume?: SubscriptionResolver, "staginggoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapDailyVolumes?: SubscriptionResolver, "staginggoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapHourlyVolume?: SubscriptionResolver, "staginggoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "staginggoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "staginggoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "staginggoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccount?: SubscriptionResolver, "staginggoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccounts?: SubscriptionResolver, "staginggoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccountBalance?: SubscriptionResolver, "staginggoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpAccountBalances?: SubscriptionResolver, "staginggoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpToken?: SubscriptionResolver, "staginggoerli_swap_lpToken", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTokens?: SubscriptionResolver, "staginggoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTransferEvent?: SubscriptionResolver, "staginggoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTransferEvents?: SubscriptionResolver, "staginggoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapEvent?: SubscriptionResolver, "staginggoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + staginggoerli_swap_stableSwapEvents?: SubscriptionResolver, "staginggoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapTradeVolume?: SubscriptionResolver, "staginggoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + staginggoerli_swap_swapTradeVolumes?: SubscriptionResolver, "staginggoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTokenEvent?: SubscriptionResolver, "staginggoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + staginggoerli_swap_lpTokenEvents?: SubscriptionResolver, "staginggoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + staginggoerli_swap__meta?: SubscriptionResolver, "staginggoerli_swap__meta", ParentType, ContextType, Partial>; + stagingarbitrumgoerli_swap_systemInfo?: SubscriptionResolver, "stagingarbitrumgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_systemInfos?: SubscriptionResolver, "stagingarbitrumgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_pooledToken?: SubscriptionResolver, "stagingarbitrumgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_pooledTokens?: SubscriptionResolver, "stagingarbitrumgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwap?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwaps?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapExchange?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapDailyVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccount?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccounts?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccountBalance?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpAccountBalances?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpToken?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTokens?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTransferEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTransferEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_stableSwapEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapTradeVolume?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "stagingarbitrumgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTokenEvent?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap_lpTokenEvents?: SubscriptionResolver, "stagingarbitrumgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_swap__meta?: SubscriptionResolver, "stagingarbitrumgoerli_swap__meta", ParentType, ContextType, Partial>; + mumbai_swap_systemInfo?: SubscriptionResolver, "mumbai_swap_systemInfo", ParentType, ContextType, RequireFields>; + mumbai_swap_systemInfos?: SubscriptionResolver, "mumbai_swap_systemInfos", ParentType, ContextType, RequireFields>; + mumbai_swap_pooledToken?: SubscriptionResolver, "mumbai_swap_pooledToken", ParentType, ContextType, RequireFields>; + mumbai_swap_pooledTokens?: SubscriptionResolver, "mumbai_swap_pooledTokens", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwap?: SubscriptionResolver, "mumbai_swap_stableSwap", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwaps?: SubscriptionResolver, "mumbai_swap_stableSwaps", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "mumbai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchange?: SubscriptionResolver, "mumbai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapExchanges?: SubscriptionResolver, "mumbai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolume?: SubscriptionResolver, "mumbai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapDailyVolumes?: SubscriptionResolver, "mumbai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolume?: SubscriptionResolver, "mumbai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapHourlyVolumes?: SubscriptionResolver, "mumbai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolume?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapWeeklyVolumes?: SubscriptionResolver, "mumbai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccount?: SubscriptionResolver, "mumbai_swap_lpAccount", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccounts?: SubscriptionResolver, "mumbai_swap_lpAccounts", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalance?: SubscriptionResolver, "mumbai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + mumbai_swap_lpAccountBalances?: SubscriptionResolver, "mumbai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + mumbai_swap_lpToken?: SubscriptionResolver, "mumbai_swap_lpToken", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokens?: SubscriptionResolver, "mumbai_swap_lpTokens", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvent?: SubscriptionResolver, "mumbai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTransferEvents?: SubscriptionResolver, "mumbai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvent?: SubscriptionResolver, "mumbai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_stableSwapEvents?: SubscriptionResolver, "mumbai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolume?: SubscriptionResolver, "mumbai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + mumbai_swap_swapTradeVolumes?: SubscriptionResolver, "mumbai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvent?: SubscriptionResolver, "mumbai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + mumbai_swap_lpTokenEvents?: SubscriptionResolver, "mumbai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + mumbai_swap__meta?: SubscriptionResolver, "mumbai_swap__meta", ParentType, ContextType, Partial>; + staginggoerli_rootAggregated?: SubscriptionResolver, "staginggoerli_rootAggregated", ParentType, ContextType, RequireFields>; + staginggoerli_rootAggregateds?: SubscriptionResolver, "staginggoerli_rootAggregateds", ParentType, ContextType, RequireFields>; + staginggoerli_rootPropagated?: SubscriptionResolver, "staginggoerli_rootPropagated", ParentType, ContextType, RequireFields>; + staginggoerli_rootPropagateds?: SubscriptionResolver, "staginggoerli_rootPropagateds", ParentType, ContextType, RequireFields>; + staginggoerli_aggregatedMessageRoot?: SubscriptionResolver, "staginggoerli_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + staginggoerli_aggregatedMessageRoots?: SubscriptionResolver, "staginggoerli_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMeta?: SubscriptionResolver, "staginggoerli_rootManagerMeta", ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMetas?: SubscriptionResolver, "staginggoerli_rootManagerMetas", ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerMode?: SubscriptionResolver, "staginggoerli_rootManagerMode", ParentType, ContextType, RequireFields>; + staginggoerli_rootManagerModes?: SubscriptionResolver, "staginggoerli_rootManagerModes", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootProposed?: SubscriptionResolver, "staginggoerli_optimisticRootProposed", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootProposeds?: SubscriptionResolver, "staginggoerli_optimisticRootProposeds", ParentType, ContextType, RequireFields>; + staginggoerli_hubOptimisticRootFinalized?: SubscriptionResolver, "staginggoerli_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; + staginggoerli_hubOptimisticRootFinalizeds?: SubscriptionResolver, "staginggoerli_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootPropagated?: SubscriptionResolver, "staginggoerli_optimisticRootPropagated", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootPropagateds?: SubscriptionResolver, "staginggoerli_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; + staginggoerli_polygonConnectorMeta?: SubscriptionResolver, "staginggoerli_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_polygonConnectorMetas?: SubscriptionResolver, "staginggoerli_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_optimismConnectorMeta?: SubscriptionResolver, "staginggoerli_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_optimismConnectorMetas?: SubscriptionResolver, "staginggoerli_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_bnbConnectorMeta?: SubscriptionResolver, "staginggoerli_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_bnbConnectorMetas?: SubscriptionResolver, "staginggoerli_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_arbitrumConnectorMeta?: SubscriptionResolver, "staginggoerli_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_arbitrumConnectorMetas?: SubscriptionResolver, "staginggoerli_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_gnosisConnectorMeta?: SubscriptionResolver, "staginggoerli_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_gnosisConnectorMetas?: SubscriptionResolver, "staginggoerli_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_zkSyncConnectorMeta?: SubscriptionResolver, "staginggoerli_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_zkSyncConnectorMetas?: SubscriptionResolver, "staginggoerli_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageProcessed?: SubscriptionResolver, "staginggoerli_rootMessageProcessed", ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageProcesseds?: SubscriptionResolver, "staginggoerli_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootSavedSlow?: SubscriptionResolver, "staginggoerli_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootSavedSlows?: SubscriptionResolver, "staginggoerli_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; + staginggoerli_hubDomain?: SubscriptionResolver, "staginggoerli_hubDomain", ParentType, ContextType, RequireFields>; + staginggoerli_hubDomains?: SubscriptionResolver, "staginggoerli_hubDomains", ParentType, ContextType, RequireFields>; + staginggoerli__meta?: SubscriptionResolver, "staginggoerli__meta", ParentType, ContextType, Partial>; + testgoerli_asset?: SubscriptionResolver, "testgoerli_asset", ParentType, ContextType, RequireFields>; + testgoerli_assets?: SubscriptionResolver, "testgoerli_assets", ParentType, ContextType, RequireFields>; + testgoerli_assetBalance?: SubscriptionResolver, "testgoerli_assetBalance", ParentType, ContextType, RequireFields>; + testgoerli_assetBalances?: SubscriptionResolver, "testgoerli_assetBalances", ParentType, ContextType, RequireFields>; + testgoerli_router?: SubscriptionResolver, "testgoerli_router", ParentType, ContextType, RequireFields>; + testgoerli_routers?: SubscriptionResolver, "testgoerli_routers", ParentType, ContextType, RequireFields>; + testgoerli_setting?: SubscriptionResolver, "testgoerli_setting", ParentType, ContextType, RequireFields>; + testgoerli_settings?: SubscriptionResolver, "testgoerli_settings", ParentType, ContextType, RequireFields>; + testgoerli_relayer?: SubscriptionResolver, "testgoerli_relayer", ParentType, ContextType, RequireFields>; + testgoerli_relayers?: SubscriptionResolver, "testgoerli_relayers", ParentType, ContextType, RequireFields>; + testgoerli_stableSwap?: SubscriptionResolver, "testgoerli_stableSwap", ParentType, ContextType, RequireFields>; + testgoerli_stableSwaps?: SubscriptionResolver, "testgoerli_stableSwaps", ParentType, ContextType, RequireFields>; + testgoerli_sponsorVault?: SubscriptionResolver, "testgoerli_sponsorVault", ParentType, ContextType, RequireFields>; + testgoerli_sponsorVaults?: SubscriptionResolver, "testgoerli_sponsorVaults", ParentType, ContextType, RequireFields>; + testgoerli_originTransfer?: SubscriptionResolver, "testgoerli_originTransfer", ParentType, ContextType, RequireFields>; + testgoerli_originTransfers?: SubscriptionResolver, "testgoerli_originTransfers", ParentType, ContextType, RequireFields>; + testgoerli_destinationTransfer?: SubscriptionResolver, "testgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + testgoerli_destinationTransfers?: SubscriptionResolver, "testgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + testgoerli__meta?: SubscriptionResolver, "testgoerli__meta", ParentType, ContextType, Partial>; + goerli_swap_systemInfo?: SubscriptionResolver, "goerli_swap_systemInfo", ParentType, ContextType, RequireFields>; + goerli_swap_systemInfos?: SubscriptionResolver, "goerli_swap_systemInfos", ParentType, ContextType, RequireFields>; + goerli_swap_pooledToken?: SubscriptionResolver, "goerli_swap_pooledToken", ParentType, ContextType, RequireFields>; + goerli_swap_pooledTokens?: SubscriptionResolver, "goerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwap?: SubscriptionResolver, "goerli_swap_stableSwap", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwaps?: SubscriptionResolver, "goerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "goerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "goerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "goerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "goerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapExchange?: SubscriptionResolver, "goerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapExchanges?: SubscriptionResolver, "goerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + goerli_swap_swapDailyVolume?: SubscriptionResolver, "goerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + goerli_swap_swapDailyVolumes?: SubscriptionResolver, "goerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + goerli_swap_swapHourlyVolume?: SubscriptionResolver, "goerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + goerli_swap_swapHourlyVolumes?: SubscriptionResolver, "goerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + goerli_swap_swapWeeklyVolume?: SubscriptionResolver, "goerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + goerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "goerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + goerli_swap_lpAccount?: SubscriptionResolver, "goerli_swap_lpAccount", ParentType, ContextType, RequireFields>; + goerli_swap_lpAccounts?: SubscriptionResolver, "goerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; + goerli_swap_lpAccountBalance?: SubscriptionResolver, "goerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + goerli_swap_lpAccountBalances?: SubscriptionResolver, "goerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + goerli_swap_lpToken?: SubscriptionResolver, "goerli_swap_lpToken", ParentType, ContextType, RequireFields>; + goerli_swap_lpTokens?: SubscriptionResolver, "goerli_swap_lpTokens", ParentType, ContextType, RequireFields>; + goerli_swap_lpTransferEvent?: SubscriptionResolver, "goerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + goerli_swap_lpTransferEvents?: SubscriptionResolver, "goerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapEvent?: SubscriptionResolver, "goerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + goerli_swap_stableSwapEvents?: SubscriptionResolver, "goerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + goerli_swap_swapTradeVolume?: SubscriptionResolver, "goerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + goerli_swap_swapTradeVolumes?: SubscriptionResolver, "goerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + goerli_swap_lpTokenEvent?: SubscriptionResolver, "goerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + goerli_swap_lpTokenEvents?: SubscriptionResolver, "goerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + goerli_swap__meta?: SubscriptionResolver, "goerli_swap__meta", ParentType, ContextType, Partial>; + stagingoptimismgoerli_swap_systemInfo?: SubscriptionResolver, "stagingoptimismgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_systemInfos?: SubscriptionResolver, "stagingoptimismgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_pooledToken?: SubscriptionResolver, "stagingoptimismgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_pooledTokens?: SubscriptionResolver, "stagingoptimismgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwap?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwaps?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapExchange?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapDailyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccount?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccounts?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccountBalance?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpAccountBalances?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpToken?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTokens?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTransferEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTransferEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_stableSwapEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapTradeVolume?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "stagingoptimismgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTokenEvent?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap_lpTokenEvents?: SubscriptionResolver, "stagingoptimismgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_swap__meta?: SubscriptionResolver, "stagingoptimismgoerli_swap__meta", ParentType, ContextType, Partial>; + arbitrumone_swap_systemInfo?: SubscriptionResolver, "arbitrumone_swap_systemInfo", ParentType, ContextType, RequireFields>; + arbitrumone_swap_systemInfos?: SubscriptionResolver, "arbitrumone_swap_systemInfos", ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledToken?: SubscriptionResolver, "arbitrumone_swap_pooledToken", ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledTokens?: SubscriptionResolver, "arbitrumone_swap_pooledTokens", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwap?: SubscriptionResolver, "arbitrumone_swap_stableSwap", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwaps?: SubscriptionResolver, "arbitrumone_swap_stableSwaps", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccount?: SubscriptionResolver, "arbitrumone_swap_lpAccount", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccounts?: SubscriptionResolver, "arbitrumone_swap_lpAccounts", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpToken?: SubscriptionResolver, "arbitrumone_swap_lpToken", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokens?: SubscriptionResolver, "arbitrumone_swap_lpTokens", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap__meta?: SubscriptionResolver, "arbitrumone_swap__meta", ParentType, ContextType, Partial>; + polygon_swap_systemInfo?: SubscriptionResolver, "polygon_swap_systemInfo", ParentType, ContextType, RequireFields>; + polygon_swap_systemInfos?: SubscriptionResolver, "polygon_swap_systemInfos", ParentType, ContextType, RequireFields>; + polygon_swap_pooledToken?: SubscriptionResolver, "polygon_swap_pooledToken", ParentType, ContextType, RequireFields>; + polygon_swap_pooledTokens?: SubscriptionResolver, "polygon_swap_pooledTokens", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwap?: SubscriptionResolver, "polygon_swap_stableSwap", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwaps?: SubscriptionResolver, "polygon_swap_stableSwaps", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "polygon_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "polygon_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "polygon_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "polygon_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapExchange?: SubscriptionResolver, "polygon_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapExchanges?: SubscriptionResolver, "polygon_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + polygon_swap_swapDailyVolume?: SubscriptionResolver, "polygon_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + polygon_swap_swapDailyVolumes?: SubscriptionResolver, "polygon_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + polygon_swap_swapHourlyVolume?: SubscriptionResolver, "polygon_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + polygon_swap_swapHourlyVolumes?: SubscriptionResolver, "polygon_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + polygon_swap_swapWeeklyVolume?: SubscriptionResolver, "polygon_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + polygon_swap_swapWeeklyVolumes?: SubscriptionResolver, "polygon_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + polygon_swap_lpAccount?: SubscriptionResolver, "polygon_swap_lpAccount", ParentType, ContextType, RequireFields>; + polygon_swap_lpAccounts?: SubscriptionResolver, "polygon_swap_lpAccounts", ParentType, ContextType, RequireFields>; + polygon_swap_lpAccountBalance?: SubscriptionResolver, "polygon_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + polygon_swap_lpAccountBalances?: SubscriptionResolver, "polygon_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + polygon_swap_lpToken?: SubscriptionResolver, "polygon_swap_lpToken", ParentType, ContextType, RequireFields>; + polygon_swap_lpTokens?: SubscriptionResolver, "polygon_swap_lpTokens", ParentType, ContextType, RequireFields>; + polygon_swap_lpTransferEvent?: SubscriptionResolver, "polygon_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + polygon_swap_lpTransferEvents?: SubscriptionResolver, "polygon_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapEvent?: SubscriptionResolver, "polygon_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapEvents?: SubscriptionResolver, "polygon_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + polygon_swap_swapTradeVolume?: SubscriptionResolver, "polygon_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + polygon_swap_swapTradeVolumes?: SubscriptionResolver, "polygon_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + polygon_swap_lpTokenEvent?: SubscriptionResolver, "polygon_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + polygon_swap_lpTokenEvents?: SubscriptionResolver, "polygon_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + polygon_swap__meta?: SubscriptionResolver, "polygon_swap__meta", ParentType, ContextType, Partial>; + xdai_swap_systemInfo?: SubscriptionResolver, "xdai_swap_systemInfo", ParentType, ContextType, RequireFields>; + xdai_swap_systemInfos?: SubscriptionResolver, "xdai_swap_systemInfos", ParentType, ContextType, RequireFields>; + xdai_swap_pooledToken?: SubscriptionResolver, "xdai_swap_pooledToken", ParentType, ContextType, RequireFields>; + xdai_swap_pooledTokens?: SubscriptionResolver, "xdai_swap_pooledTokens", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwap?: SubscriptionResolver, "xdai_swap_stableSwap", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwaps?: SubscriptionResolver, "xdai_swap_stableSwaps", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapExchange?: SubscriptionResolver, "xdai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapExchanges?: SubscriptionResolver, "xdai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + xdai_swap_swapDailyVolume?: SubscriptionResolver, "xdai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + xdai_swap_swapDailyVolumes?: SubscriptionResolver, "xdai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + xdai_swap_swapHourlyVolume?: SubscriptionResolver, "xdai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + xdai_swap_swapHourlyVolumes?: SubscriptionResolver, "xdai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + xdai_swap_swapWeeklyVolume?: SubscriptionResolver, "xdai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + xdai_swap_swapWeeklyVolumes?: SubscriptionResolver, "xdai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + xdai_swap_lpAccount?: SubscriptionResolver, "xdai_swap_lpAccount", ParentType, ContextType, RequireFields>; + xdai_swap_lpAccounts?: SubscriptionResolver, "xdai_swap_lpAccounts", ParentType, ContextType, RequireFields>; + xdai_swap_lpAccountBalance?: SubscriptionResolver, "xdai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + xdai_swap_lpAccountBalances?: SubscriptionResolver, "xdai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + xdai_swap_lpToken?: SubscriptionResolver, "xdai_swap_lpToken", ParentType, ContextType, RequireFields>; + xdai_swap_lpTokens?: SubscriptionResolver, "xdai_swap_lpTokens", ParentType, ContextType, RequireFields>; + xdai_swap_lpTransferEvent?: SubscriptionResolver, "xdai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + xdai_swap_lpTransferEvents?: SubscriptionResolver, "xdai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapEvent?: SubscriptionResolver, "xdai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + xdai_swap_stableSwapEvents?: SubscriptionResolver, "xdai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + xdai_swap_swapTradeVolume?: SubscriptionResolver, "xdai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + xdai_swap_swapTradeVolumes?: SubscriptionResolver, "xdai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + xdai_swap_lpTokenEvent?: SubscriptionResolver, "xdai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + xdai_swap_lpTokenEvents?: SubscriptionResolver, "xdai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + xdai_swap__meta?: SubscriptionResolver, "xdai_swap__meta", ParentType, ContextType, Partial>; + stagingmumbai_swap_systemInfo?: SubscriptionResolver, "stagingmumbai_swap_systemInfo", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_systemInfos?: SubscriptionResolver, "stagingmumbai_swap_systemInfos", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_pooledToken?: SubscriptionResolver, "stagingmumbai_swap_pooledToken", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_pooledTokens?: SubscriptionResolver, "stagingmumbai_swap_pooledTokens", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwap?: SubscriptionResolver, "stagingmumbai_swap_stableSwap", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwaps?: SubscriptionResolver, "stagingmumbai_swap_stableSwaps", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapExchange?: SubscriptionResolver, "stagingmumbai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapExchanges?: SubscriptionResolver, "stagingmumbai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapDailyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapDailyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapHourlyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapHourlyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapWeeklyVolume?: SubscriptionResolver, "stagingmumbai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapWeeklyVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccount?: SubscriptionResolver, "stagingmumbai_swap_lpAccount", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccounts?: SubscriptionResolver, "stagingmumbai_swap_lpAccounts", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccountBalance?: SubscriptionResolver, "stagingmumbai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpAccountBalances?: SubscriptionResolver, "stagingmumbai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpToken?: SubscriptionResolver, "stagingmumbai_swap_lpToken", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTokens?: SubscriptionResolver, "stagingmumbai_swap_lpTokens", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTransferEvent?: SubscriptionResolver, "stagingmumbai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTransferEvents?: SubscriptionResolver, "stagingmumbai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapEvent?: SubscriptionResolver, "stagingmumbai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_stableSwapEvents?: SubscriptionResolver, "stagingmumbai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapTradeVolume?: SubscriptionResolver, "stagingmumbai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_swapTradeVolumes?: SubscriptionResolver, "stagingmumbai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTokenEvent?: SubscriptionResolver, "stagingmumbai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + stagingmumbai_swap_lpTokenEvents?: SubscriptionResolver, "stagingmumbai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + stagingmumbai_swap__meta?: SubscriptionResolver, "stagingmumbai_swap__meta", ParentType, ContextType, Partial>; + optimismgoerli_swap_systemInfo?: SubscriptionResolver, "optimismgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_systemInfos?: SubscriptionResolver, "optimismgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_pooledToken?: SubscriptionResolver, "optimismgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_pooledTokens?: SubscriptionResolver, "optimismgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwap?: SubscriptionResolver, "optimismgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwaps?: SubscriptionResolver, "optimismgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapExchange?: SubscriptionResolver, "optimismgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "optimismgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapDailyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "optimismgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccount?: SubscriptionResolver, "optimismgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccounts?: SubscriptionResolver, "optimismgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccountBalance?: SubscriptionResolver, "optimismgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpAccountBalances?: SubscriptionResolver, "optimismgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpToken?: SubscriptionResolver, "optimismgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTokens?: SubscriptionResolver, "optimismgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTransferEvent?: SubscriptionResolver, "optimismgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTransferEvents?: SubscriptionResolver, "optimismgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapEvent?: SubscriptionResolver, "optimismgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_stableSwapEvents?: SubscriptionResolver, "optimismgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapTradeVolume?: SubscriptionResolver, "optimismgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "optimismgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTokenEvent?: SubscriptionResolver, "optimismgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + optimismgoerli_swap_lpTokenEvents?: SubscriptionResolver, "optimismgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + optimismgoerli_swap__meta?: SubscriptionResolver, "optimismgoerli_swap__meta", ParentType, ContextType, Partial>; + arbitrumgoerli_swap_systemInfo?: SubscriptionResolver, "arbitrumgoerli_swap_systemInfo", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_systemInfos?: SubscriptionResolver, "arbitrumgoerli_swap_systemInfos", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_pooledToken?: SubscriptionResolver, "arbitrumgoerli_swap_pooledToken", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_pooledTokens?: SubscriptionResolver, "arbitrumgoerli_swap_pooledTokens", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwap?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwap", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwaps?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwaps", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccount?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccount", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccounts?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccounts", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumgoerli_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpToken?: SubscriptionResolver, "arbitrumgoerli_swap_lpToken", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTokens?: SubscriptionResolver, "arbitrumgoerli_swap_lpTokens", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumgoerli_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumgoerli_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumgoerli_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumgoerli_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumgoerli_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumgoerli_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumgoerli_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + arbitrumgoerli_swap__meta?: SubscriptionResolver, "arbitrumgoerli_swap__meta", ParentType, ContextType, Partial>; + optimism_swap_systemInfo?: SubscriptionResolver, "optimism_swap_systemInfo", ParentType, ContextType, RequireFields>; + optimism_swap_systemInfos?: SubscriptionResolver, "optimism_swap_systemInfos", ParentType, ContextType, RequireFields>; + optimism_swap_pooledToken?: SubscriptionResolver, "optimism_swap_pooledToken", ParentType, ContextType, RequireFields>; + optimism_swap_pooledTokens?: SubscriptionResolver, "optimism_swap_pooledTokens", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwap?: SubscriptionResolver, "optimism_swap_stableSwap", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwaps?: SubscriptionResolver, "optimism_swap_stableSwaps", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "optimism_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "optimism_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "optimism_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "optimism_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapExchange?: SubscriptionResolver, "optimism_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapExchanges?: SubscriptionResolver, "optimism_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + optimism_swap_swapDailyVolume?: SubscriptionResolver, "optimism_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + optimism_swap_swapDailyVolumes?: SubscriptionResolver, "optimism_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + optimism_swap_swapHourlyVolume?: SubscriptionResolver, "optimism_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + optimism_swap_swapHourlyVolumes?: SubscriptionResolver, "optimism_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + optimism_swap_swapWeeklyVolume?: SubscriptionResolver, "optimism_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + optimism_swap_swapWeeklyVolumes?: SubscriptionResolver, "optimism_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + optimism_swap_lpAccount?: SubscriptionResolver, "optimism_swap_lpAccount", ParentType, ContextType, RequireFields>; + optimism_swap_lpAccounts?: SubscriptionResolver, "optimism_swap_lpAccounts", ParentType, ContextType, RequireFields>; + optimism_swap_lpAccountBalance?: SubscriptionResolver, "optimism_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + optimism_swap_lpAccountBalances?: SubscriptionResolver, "optimism_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + optimism_swap_lpToken?: SubscriptionResolver, "optimism_swap_lpToken", ParentType, ContextType, RequireFields>; + optimism_swap_lpTokens?: SubscriptionResolver, "optimism_swap_lpTokens", ParentType, ContextType, RequireFields>; + optimism_swap_lpTransferEvent?: SubscriptionResolver, "optimism_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + optimism_swap_lpTransferEvents?: SubscriptionResolver, "optimism_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapEvent?: SubscriptionResolver, "optimism_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapEvents?: SubscriptionResolver, "optimism_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + optimism_swap_swapTradeVolume?: SubscriptionResolver, "optimism_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + optimism_swap_swapTradeVolumes?: SubscriptionResolver, "optimism_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + optimism_swap_lpTokenEvent?: SubscriptionResolver, "optimism_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + optimism_swap_lpTokenEvents?: SubscriptionResolver, "optimism_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + optimism_swap__meta?: SubscriptionResolver, "optimism_swap__meta", ParentType, ContextType, Partial>; + stagingarbitrumgoerli_asset?: SubscriptionResolver, "stagingarbitrumgoerli_asset", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_assets?: SubscriptionResolver, "stagingarbitrumgoerli_assets", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_assetStatus?: SubscriptionResolver, "stagingarbitrumgoerli_assetStatus", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_assetStatuses?: SubscriptionResolver, "stagingarbitrumgoerli_assetStatuses", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_assetBalance?: SubscriptionResolver, "stagingarbitrumgoerli_assetBalance", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_assetBalances?: SubscriptionResolver, "stagingarbitrumgoerli_assetBalances", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_router?: SubscriptionResolver, "stagingarbitrumgoerli_router", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_routers?: SubscriptionResolver, "stagingarbitrumgoerli_routers", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_routerDailyTVL?: SubscriptionResolver, "stagingarbitrumgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_routerDailyTVLs?: SubscriptionResolver, "stagingarbitrumgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_setting?: SubscriptionResolver, "stagingarbitrumgoerli_setting", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_settings?: SubscriptionResolver, "stagingarbitrumgoerli_settings", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_relayer?: SubscriptionResolver, "stagingarbitrumgoerli_relayer", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_relayers?: SubscriptionResolver, "stagingarbitrumgoerli_relayers", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_sequencer?: SubscriptionResolver, "stagingarbitrumgoerli_sequencer", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_sequencers?: SubscriptionResolver, "stagingarbitrumgoerli_sequencers", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_relayerFee?: SubscriptionResolver, "stagingarbitrumgoerli_relayerFee", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_relayerFees?: SubscriptionResolver, "stagingarbitrumgoerli_relayerFees", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_originTransfer?: SubscriptionResolver, "stagingarbitrumgoerli_originTransfer", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_originTransfers?: SubscriptionResolver, "stagingarbitrumgoerli_originTransfers", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_destinationTransfer?: SubscriptionResolver, "stagingarbitrumgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_destinationTransfers?: SubscriptionResolver, "stagingarbitrumgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_originMessage?: SubscriptionResolver, "stagingarbitrumgoerli_originMessage", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_originMessages?: SubscriptionResolver, "stagingarbitrumgoerli_originMessages", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_aggregateRoot?: SubscriptionResolver, "stagingarbitrumgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_aggregateRoots?: SubscriptionResolver, "stagingarbitrumgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_connectorMeta?: SubscriptionResolver, "stagingarbitrumgoerli_connectorMeta", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_connectorMetas?: SubscriptionResolver, "stagingarbitrumgoerli_connectorMetas", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_rootCount?: SubscriptionResolver, "stagingarbitrumgoerli_rootCount", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_rootCounts?: SubscriptionResolver, "stagingarbitrumgoerli_rootCounts", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_rootMessageSent?: SubscriptionResolver, "stagingarbitrumgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_rootMessageSents?: SubscriptionResolver, "stagingarbitrumgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_relayerFeesIncrease?: SubscriptionResolver, "stagingarbitrumgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_relayerFeesIncreases?: SubscriptionResolver, "stagingarbitrumgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_slippageUpdate?: SubscriptionResolver, "stagingarbitrumgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_slippageUpdates?: SubscriptionResolver, "stagingarbitrumgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_snapshotRoot?: SubscriptionResolver, "stagingarbitrumgoerli_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_snapshotRoots?: SubscriptionResolver, "stagingarbitrumgoerli_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_spokeConnectorMode?: SubscriptionResolver, "stagingarbitrumgoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_spokeConnectorModes?: SubscriptionResolver, "stagingarbitrumgoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_aggregateRootProposed?: SubscriptionResolver, "stagingarbitrumgoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_aggregateRootProposeds?: SubscriptionResolver, "stagingarbitrumgoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_optimisticRootFinalized?: SubscriptionResolver, "stagingarbitrumgoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli_optimisticRootFinalizeds?: SubscriptionResolver, "stagingarbitrumgoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingarbitrumgoerli__meta?: SubscriptionResolver, "stagingarbitrumgoerli__meta", ParentType, ContextType, Partial>; + goerli_asset?: SubscriptionResolver, "goerli_asset", ParentType, ContextType, RequireFields>; + goerli_assets?: SubscriptionResolver, "goerli_assets", ParentType, ContextType, RequireFields>; + goerli_assetStatus?: SubscriptionResolver, "goerli_assetStatus", ParentType, ContextType, RequireFields>; + goerli_assetStatuses?: SubscriptionResolver, "goerli_assetStatuses", ParentType, ContextType, RequireFields>; + goerli_assetBalance?: SubscriptionResolver, "goerli_assetBalance", ParentType, ContextType, RequireFields>; + goerli_assetBalances?: SubscriptionResolver, "goerli_assetBalances", ParentType, ContextType, RequireFields>; + goerli_router?: SubscriptionResolver, "goerli_router", ParentType, ContextType, RequireFields>; + goerli_routers?: SubscriptionResolver, "goerli_routers", ParentType, ContextType, RequireFields>; + goerli_routerDailyTVL?: SubscriptionResolver, "goerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + goerli_routerDailyTVLs?: SubscriptionResolver, "goerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + goerli_routerLiquidityEvent?: SubscriptionResolver, "goerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + goerli_routerLiquidityEvents?: SubscriptionResolver, "goerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + goerli_setting?: SubscriptionResolver, "goerli_setting", ParentType, ContextType, RequireFields>; + goerli_settings?: SubscriptionResolver, "goerli_settings", ParentType, ContextType, RequireFields>; + goerli_relayer?: SubscriptionResolver, "goerli_relayer", ParentType, ContextType, RequireFields>; + goerli_relayers?: SubscriptionResolver, "goerli_relayers", ParentType, ContextType, RequireFields>; + goerli_sequencer?: SubscriptionResolver, "goerli_sequencer", ParentType, ContextType, RequireFields>; + goerli_sequencers?: SubscriptionResolver, "goerli_sequencers", ParentType, ContextType, RequireFields>; + goerli_relayerFee?: SubscriptionResolver, "goerli_relayerFee", ParentType, ContextType, RequireFields>; + goerli_relayerFees?: SubscriptionResolver, "goerli_relayerFees", ParentType, ContextType, RequireFields>; + goerli_originTransfer?: SubscriptionResolver, "goerli_originTransfer", ParentType, ContextType, RequireFields>; + goerli_originTransfers?: SubscriptionResolver, "goerli_originTransfers", ParentType, ContextType, RequireFields>; + goerli_destinationTransfer?: SubscriptionResolver, "goerli_destinationTransfer", ParentType, ContextType, RequireFields>; + goerli_destinationTransfers?: SubscriptionResolver, "goerli_destinationTransfers", ParentType, ContextType, RequireFields>; + goerli_originMessage?: SubscriptionResolver, "goerli_originMessage", ParentType, ContextType, RequireFields>; + goerli_originMessages?: SubscriptionResolver, "goerli_originMessages", ParentType, ContextType, RequireFields>; + goerli_aggregateRoot?: SubscriptionResolver, "goerli_aggregateRoot", ParentType, ContextType, RequireFields>; + goerli_aggregateRoots?: SubscriptionResolver, "goerli_aggregateRoots", ParentType, ContextType, RequireFields>; + goerli_connectorMeta?: SubscriptionResolver, "goerli_connectorMeta", ParentType, ContextType, RequireFields>; + goerli_connectorMetas?: SubscriptionResolver, "goerli_connectorMetas", ParentType, ContextType, RequireFields>; + goerli_rootCount?: SubscriptionResolver, "goerli_rootCount", ParentType, ContextType, RequireFields>; + goerli_rootCounts?: SubscriptionResolver, "goerli_rootCounts", ParentType, ContextType, RequireFields>; + goerli_rootMessageSent?: SubscriptionResolver, "goerli_rootMessageSent", ParentType, ContextType, RequireFields>; + goerli_rootMessageSents?: SubscriptionResolver, "goerli_rootMessageSents", ParentType, ContextType, RequireFields>; + goerli_relayerFeesIncrease?: SubscriptionResolver, "goerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + goerli_relayerFeesIncreases?: SubscriptionResolver, "goerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + goerli_slippageUpdate?: SubscriptionResolver, "goerli_slippageUpdate", ParentType, ContextType, RequireFields>; + goerli_slippageUpdates?: SubscriptionResolver, "goerli_slippageUpdates", ParentType, ContextType, RequireFields>; + optimismgoerli_asset?: SubscriptionResolver, "optimismgoerli_asset", ParentType, ContextType, RequireFields>; + optimismgoerli_assets?: SubscriptionResolver, "optimismgoerli_assets", ParentType, ContextType, RequireFields>; + optimismgoerli_assetStatus?: SubscriptionResolver, "optimismgoerli_assetStatus", ParentType, ContextType, RequireFields>; + optimismgoerli_assetStatuses?: SubscriptionResolver, "optimismgoerli_assetStatuses", ParentType, ContextType, RequireFields>; + optimismgoerli_assetBalance?: SubscriptionResolver, "optimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; + optimismgoerli_assetBalances?: SubscriptionResolver, "optimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; + optimismgoerli_router?: SubscriptionResolver, "optimismgoerli_router", ParentType, ContextType, RequireFields>; + optimismgoerli_routers?: SubscriptionResolver, "optimismgoerli_routers", ParentType, ContextType, RequireFields>; + optimismgoerli_routerDailyTVL?: SubscriptionResolver, "optimismgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + optimismgoerli_routerDailyTVLs?: SubscriptionResolver, "optimismgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + optimismgoerli_routerLiquidityEvent?: SubscriptionResolver, "optimismgoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + optimismgoerli_routerLiquidityEvents?: SubscriptionResolver, "optimismgoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + optimismgoerli_setting?: SubscriptionResolver, "optimismgoerli_setting", ParentType, ContextType, RequireFields>; + optimismgoerli_settings?: SubscriptionResolver, "optimismgoerli_settings", ParentType, ContextType, RequireFields>; + optimismgoerli_relayer?: SubscriptionResolver, "optimismgoerli_relayer", ParentType, ContextType, RequireFields>; + optimismgoerli_relayers?: SubscriptionResolver, "optimismgoerli_relayers", ParentType, ContextType, RequireFields>; + optimismgoerli_sequencer?: SubscriptionResolver, "optimismgoerli_sequencer", ParentType, ContextType, RequireFields>; + optimismgoerli_sequencers?: SubscriptionResolver, "optimismgoerli_sequencers", ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFee?: SubscriptionResolver, "optimismgoerli_relayerFee", ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFees?: SubscriptionResolver, "optimismgoerli_relayerFees", ParentType, ContextType, RequireFields>; + optimismgoerli_originTransfer?: SubscriptionResolver, "optimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; + optimismgoerli_originTransfers?: SubscriptionResolver, "optimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; + optimismgoerli_destinationTransfer?: SubscriptionResolver, "optimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + optimismgoerli_destinationTransfers?: SubscriptionResolver, "optimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + optimismgoerli_originMessage?: SubscriptionResolver, "optimismgoerli_originMessage", ParentType, ContextType, RequireFields>; + optimismgoerli_originMessages?: SubscriptionResolver, "optimismgoerli_originMessages", ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRoot?: SubscriptionResolver, "optimismgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; + optimismgoerli_aggregateRoots?: SubscriptionResolver, "optimismgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; + optimismgoerli_connectorMeta?: SubscriptionResolver, "optimismgoerli_connectorMeta", ParentType, ContextType, RequireFields>; + optimismgoerli_connectorMetas?: SubscriptionResolver, "optimismgoerli_connectorMetas", ParentType, ContextType, RequireFields>; + optimismgoerli_rootCount?: SubscriptionResolver, "optimismgoerli_rootCount", ParentType, ContextType, RequireFields>; + optimismgoerli_rootCounts?: SubscriptionResolver, "optimismgoerli_rootCounts", ParentType, ContextType, RequireFields>; + optimismgoerli_rootMessageSent?: SubscriptionResolver, "optimismgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; + optimismgoerli_rootMessageSents?: SubscriptionResolver, "optimismgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFeesIncrease?: SubscriptionResolver, "optimismgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + optimismgoerli_relayerFeesIncreases?: SubscriptionResolver, "optimismgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + optimismgoerli_slippageUpdate?: SubscriptionResolver, "optimismgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; + optimismgoerli_slippageUpdates?: SubscriptionResolver, "optimismgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; + optimismgoerli__meta?: SubscriptionResolver, "optimismgoerli__meta", ParentType, ContextType, Partial>; + stagingmumbai_asset?: SubscriptionResolver, "stagingmumbai_asset", ParentType, ContextType, RequireFields>; + stagingmumbai_assets?: SubscriptionResolver, "stagingmumbai_assets", ParentType, ContextType, RequireFields>; + stagingmumbai_assetStatus?: SubscriptionResolver, "stagingmumbai_assetStatus", ParentType, ContextType, RequireFields>; + stagingmumbai_assetStatuses?: SubscriptionResolver, "stagingmumbai_assetStatuses", ParentType, ContextType, RequireFields>; + stagingmumbai_assetBalance?: SubscriptionResolver, "stagingmumbai_assetBalance", ParentType, ContextType, RequireFields>; + stagingmumbai_assetBalances?: SubscriptionResolver, "stagingmumbai_assetBalances", ParentType, ContextType, RequireFields>; + stagingmumbai_router?: SubscriptionResolver, "stagingmumbai_router", ParentType, ContextType, RequireFields>; + stagingmumbai_routers?: SubscriptionResolver, "stagingmumbai_routers", ParentType, ContextType, RequireFields>; + stagingmumbai_routerDailyTVL?: SubscriptionResolver, "stagingmumbai_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingmumbai_routerDailyTVLs?: SubscriptionResolver, "stagingmumbai_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingmumbai_setting?: SubscriptionResolver, "stagingmumbai_setting", ParentType, ContextType, RequireFields>; + stagingmumbai_settings?: SubscriptionResolver, "stagingmumbai_settings", ParentType, ContextType, RequireFields>; + stagingmumbai_relayer?: SubscriptionResolver, "stagingmumbai_relayer", ParentType, ContextType, RequireFields>; + stagingmumbai_relayers?: SubscriptionResolver, "stagingmumbai_relayers", ParentType, ContextType, RequireFields>; + stagingmumbai_sequencer?: SubscriptionResolver, "stagingmumbai_sequencer", ParentType, ContextType, RequireFields>; + stagingmumbai_sequencers?: SubscriptionResolver, "stagingmumbai_sequencers", ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFee?: SubscriptionResolver, "stagingmumbai_relayerFee", ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFees?: SubscriptionResolver, "stagingmumbai_relayerFees", ParentType, ContextType, RequireFields>; + stagingmumbai_originTransfer?: SubscriptionResolver, "stagingmumbai_originTransfer", ParentType, ContextType, RequireFields>; + stagingmumbai_originTransfers?: SubscriptionResolver, "stagingmumbai_originTransfers", ParentType, ContextType, RequireFields>; + stagingmumbai_destinationTransfer?: SubscriptionResolver, "stagingmumbai_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingmumbai_destinationTransfers?: SubscriptionResolver, "stagingmumbai_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingmumbai_originMessage?: SubscriptionResolver, "stagingmumbai_originMessage", ParentType, ContextType, RequireFields>; + stagingmumbai_originMessages?: SubscriptionResolver, "stagingmumbai_originMessages", ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRoot?: SubscriptionResolver, "stagingmumbai_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRoots?: SubscriptionResolver, "stagingmumbai_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingmumbai_connectorMeta?: SubscriptionResolver, "stagingmumbai_connectorMeta", ParentType, ContextType, RequireFields>; + stagingmumbai_connectorMetas?: SubscriptionResolver, "stagingmumbai_connectorMetas", ParentType, ContextType, RequireFields>; + stagingmumbai_rootCount?: SubscriptionResolver, "stagingmumbai_rootCount", ParentType, ContextType, RequireFields>; + stagingmumbai_rootCounts?: SubscriptionResolver, "stagingmumbai_rootCounts", ParentType, ContextType, RequireFields>; + stagingmumbai_rootMessageSent?: SubscriptionResolver, "stagingmumbai_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingmumbai_rootMessageSents?: SubscriptionResolver, "stagingmumbai_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFeesIncrease?: SubscriptionResolver, "stagingmumbai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingmumbai_relayerFeesIncreases?: SubscriptionResolver, "stagingmumbai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingmumbai_slippageUpdate?: SubscriptionResolver, "stagingmumbai_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingmumbai_slippageUpdates?: SubscriptionResolver, "stagingmumbai_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingmumbai_snapshotRoot?: SubscriptionResolver, "stagingmumbai_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingmumbai_snapshotRoots?: SubscriptionResolver, "stagingmumbai_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingmumbai_spokeConnectorMode?: SubscriptionResolver, "stagingmumbai_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingmumbai_spokeConnectorModes?: SubscriptionResolver, "stagingmumbai_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRootProposed?: SubscriptionResolver, "stagingmumbai_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingmumbai_aggregateRootProposeds?: SubscriptionResolver, "stagingmumbai_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingmumbai_optimisticRootFinalized?: SubscriptionResolver, "stagingmumbai_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingmumbai_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmumbai_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingmumbai__meta?: SubscriptionResolver, "stagingmumbai__meta", ParentType, ContextType, Partial>; + staginggoerli_asset?: SubscriptionResolver, "staginggoerli_asset", ParentType, ContextType, RequireFields>; + staginggoerli_assets?: SubscriptionResolver, "staginggoerli_assets", ParentType, ContextType, RequireFields>; + staginggoerli_assetStatus?: SubscriptionResolver, "staginggoerli_assetStatus", ParentType, ContextType, RequireFields>; + staginggoerli_assetStatuses?: SubscriptionResolver, "staginggoerli_assetStatuses", ParentType, ContextType, RequireFields>; + staginggoerli_assetBalance?: SubscriptionResolver, "staginggoerli_assetBalance", ParentType, ContextType, RequireFields>; + staginggoerli_assetBalances?: SubscriptionResolver, "staginggoerli_assetBalances", ParentType, ContextType, RequireFields>; + staginggoerli_router?: SubscriptionResolver, "staginggoerli_router", ParentType, ContextType, RequireFields>; + staginggoerli_routers?: SubscriptionResolver, "staginggoerli_routers", ParentType, ContextType, RequireFields>; + staginggoerli_routerDailyTVL?: SubscriptionResolver, "staginggoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + staginggoerli_routerDailyTVLs?: SubscriptionResolver, "staginggoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + staginggoerli_setting?: SubscriptionResolver, "staginggoerli_setting", ParentType, ContextType, RequireFields>; + staginggoerli_settings?: SubscriptionResolver, "staginggoerli_settings", ParentType, ContextType, RequireFields>; + staginggoerli_relayer?: SubscriptionResolver, "staginggoerli_relayer", ParentType, ContextType, RequireFields>; + staginggoerli_relayers?: SubscriptionResolver, "staginggoerli_relayers", ParentType, ContextType, RequireFields>; + staginggoerli_sequencer?: SubscriptionResolver, "staginggoerli_sequencer", ParentType, ContextType, RequireFields>; + staginggoerli_sequencers?: SubscriptionResolver, "staginggoerli_sequencers", ParentType, ContextType, RequireFields>; + staginggoerli_relayerFee?: SubscriptionResolver, "staginggoerli_relayerFee", ParentType, ContextType, RequireFields>; + staginggoerli_relayerFees?: SubscriptionResolver, "staginggoerli_relayerFees", ParentType, ContextType, RequireFields>; + staginggoerli_originTransfer?: SubscriptionResolver, "staginggoerli_originTransfer", ParentType, ContextType, RequireFields>; + staginggoerli_originTransfers?: SubscriptionResolver, "staginggoerli_originTransfers", ParentType, ContextType, RequireFields>; + staginggoerli_destinationTransfer?: SubscriptionResolver, "staginggoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + staginggoerli_destinationTransfers?: SubscriptionResolver, "staginggoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + staginggoerli_originMessage?: SubscriptionResolver, "staginggoerli_originMessage", ParentType, ContextType, RequireFields>; + staginggoerli_originMessages?: SubscriptionResolver, "staginggoerli_originMessages", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRoot?: SubscriptionResolver, "staginggoerli_aggregateRoot", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRoots?: SubscriptionResolver, "staginggoerli_aggregateRoots", ParentType, ContextType, RequireFields>; + staginggoerli_connectorMeta?: SubscriptionResolver, "staginggoerli_connectorMeta", ParentType, ContextType, RequireFields>; + staginggoerli_connectorMetas?: SubscriptionResolver, "staginggoerli_connectorMetas", ParentType, ContextType, RequireFields>; + staginggoerli_rootCount?: SubscriptionResolver, "staginggoerli_rootCount", ParentType, ContextType, RequireFields>; + staginggoerli_rootCounts?: SubscriptionResolver, "staginggoerli_rootCounts", ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageSent?: SubscriptionResolver, "staginggoerli_rootMessageSent", ParentType, ContextType, RequireFields>; + staginggoerli_rootMessageSents?: SubscriptionResolver, "staginggoerli_rootMessageSents", ParentType, ContextType, RequireFields>; + staginggoerli_relayerFeesIncrease?: SubscriptionResolver, "staginggoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + staginggoerli_relayerFeesIncreases?: SubscriptionResolver, "staginggoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + staginggoerli_slippageUpdate?: SubscriptionResolver, "staginggoerli_slippageUpdate", ParentType, ContextType, RequireFields>; + staginggoerli_slippageUpdates?: SubscriptionResolver, "staginggoerli_slippageUpdates", ParentType, ContextType, RequireFields>; + staginggoerli_snapshotRoot?: SubscriptionResolver, "staginggoerli_snapshotRoot", ParentType, ContextType, RequireFields>; + staginggoerli_snapshotRoots?: SubscriptionResolver, "staginggoerli_snapshotRoots", ParentType, ContextType, RequireFields>; + staginggoerli_spokeConnectorMode?: SubscriptionResolver, "staginggoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; + staginggoerli_spokeConnectorModes?: SubscriptionResolver, "staginggoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootProposed?: SubscriptionResolver, "staginggoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; + staginggoerli_aggregateRootProposeds?: SubscriptionResolver, "staginggoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootFinalized?: SubscriptionResolver, "staginggoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + staginggoerli_optimisticRootFinalizeds?: SubscriptionResolver, "staginggoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + mumbai_asset?: SubscriptionResolver, "mumbai_asset", ParentType, ContextType, RequireFields>; + mumbai_assets?: SubscriptionResolver, "mumbai_assets", ParentType, ContextType, RequireFields>; + mumbai_assetStatus?: SubscriptionResolver, "mumbai_assetStatus", ParentType, ContextType, RequireFields>; + mumbai_assetStatuses?: SubscriptionResolver, "mumbai_assetStatuses", ParentType, ContextType, RequireFields>; + mumbai_assetBalance?: SubscriptionResolver, "mumbai_assetBalance", ParentType, ContextType, RequireFields>; + mumbai_assetBalances?: SubscriptionResolver, "mumbai_assetBalances", ParentType, ContextType, RequireFields>; + mumbai_router?: SubscriptionResolver, "mumbai_router", ParentType, ContextType, RequireFields>; + mumbai_routers?: SubscriptionResolver, "mumbai_routers", ParentType, ContextType, RequireFields>; + mumbai_routerDailyTVL?: SubscriptionResolver, "mumbai_routerDailyTVL", ParentType, ContextType, RequireFields>; + mumbai_routerDailyTVLs?: SubscriptionResolver, "mumbai_routerDailyTVLs", ParentType, ContextType, RequireFields>; + mumbai_routerLiquidityEvent?: SubscriptionResolver, "mumbai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + mumbai_routerLiquidityEvents?: SubscriptionResolver, "mumbai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + mumbai_setting?: SubscriptionResolver, "mumbai_setting", ParentType, ContextType, RequireFields>; + mumbai_settings?: SubscriptionResolver, "mumbai_settings", ParentType, ContextType, RequireFields>; + mumbai_relayer?: SubscriptionResolver, "mumbai_relayer", ParentType, ContextType, RequireFields>; + mumbai_relayers?: SubscriptionResolver, "mumbai_relayers", ParentType, ContextType, RequireFields>; + mumbai_sequencer?: SubscriptionResolver, "mumbai_sequencer", ParentType, ContextType, RequireFields>; + mumbai_sequencers?: SubscriptionResolver, "mumbai_sequencers", ParentType, ContextType, RequireFields>; + mumbai_relayerFee?: SubscriptionResolver, "mumbai_relayerFee", ParentType, ContextType, RequireFields>; + mumbai_relayerFees?: SubscriptionResolver, "mumbai_relayerFees", ParentType, ContextType, RequireFields>; + mumbai_originTransfer?: SubscriptionResolver, "mumbai_originTransfer", ParentType, ContextType, RequireFields>; + mumbai_originTransfers?: SubscriptionResolver, "mumbai_originTransfers", ParentType, ContextType, RequireFields>; + mumbai_destinationTransfer?: SubscriptionResolver, "mumbai_destinationTransfer", ParentType, ContextType, RequireFields>; + mumbai_destinationTransfers?: SubscriptionResolver, "mumbai_destinationTransfers", ParentType, ContextType, RequireFields>; + mumbai_originMessage?: SubscriptionResolver, "mumbai_originMessage", ParentType, ContextType, RequireFields>; + mumbai_originMessages?: SubscriptionResolver, "mumbai_originMessages", ParentType, ContextType, RequireFields>; + mumbai_aggregateRoot?: SubscriptionResolver, "mumbai_aggregateRoot", ParentType, ContextType, RequireFields>; + mumbai_aggregateRoots?: SubscriptionResolver, "mumbai_aggregateRoots", ParentType, ContextType, RequireFields>; + mumbai_connectorMeta?: SubscriptionResolver, "mumbai_connectorMeta", ParentType, ContextType, RequireFields>; + mumbai_connectorMetas?: SubscriptionResolver, "mumbai_connectorMetas", ParentType, ContextType, RequireFields>; + mumbai_rootCount?: SubscriptionResolver, "mumbai_rootCount", ParentType, ContextType, RequireFields>; + mumbai_rootCounts?: SubscriptionResolver, "mumbai_rootCounts", ParentType, ContextType, RequireFields>; + mumbai_rootMessageSent?: SubscriptionResolver, "mumbai_rootMessageSent", ParentType, ContextType, RequireFields>; + mumbai_rootMessageSents?: SubscriptionResolver, "mumbai_rootMessageSents", ParentType, ContextType, RequireFields>; + mumbai_relayerFeesIncrease?: SubscriptionResolver, "mumbai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + mumbai_relayerFeesIncreases?: SubscriptionResolver, "mumbai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + mumbai_slippageUpdate?: SubscriptionResolver, "mumbai_slippageUpdate", ParentType, ContextType, RequireFields>; + mumbai_slippageUpdates?: SubscriptionResolver, "mumbai_slippageUpdates", ParentType, ContextType, RequireFields>; + mumbai__meta?: SubscriptionResolver, "mumbai__meta", ParentType, ContextType, Partial>; + arbitrumgoerli_asset?: SubscriptionResolver, "arbitrumgoerli_asset", ParentType, ContextType, RequireFields>; + arbitrumgoerli_assets?: SubscriptionResolver, "arbitrumgoerli_assets", ParentType, ContextType, RequireFields>; + arbitrumgoerli_assetStatus?: SubscriptionResolver, "arbitrumgoerli_assetStatus", ParentType, ContextType, RequireFields>; + arbitrumgoerli_assetStatuses?: SubscriptionResolver, "arbitrumgoerli_assetStatuses", ParentType, ContextType, RequireFields>; + arbitrumgoerli_assetBalance?: SubscriptionResolver, "arbitrumgoerli_assetBalance", ParentType, ContextType, RequireFields>; + arbitrumgoerli_assetBalances?: SubscriptionResolver, "arbitrumgoerli_assetBalances", ParentType, ContextType, RequireFields>; + arbitrumgoerli_router?: SubscriptionResolver, "arbitrumgoerli_router", ParentType, ContextType, RequireFields>; + arbitrumgoerli_routers?: SubscriptionResolver, "arbitrumgoerli_routers", ParentType, ContextType, RequireFields>; + arbitrumgoerli_routerDailyTVL?: SubscriptionResolver, "arbitrumgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + arbitrumgoerli_routerDailyTVLs?: SubscriptionResolver, "arbitrumgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + arbitrumgoerli_routerLiquidityEvent?: SubscriptionResolver, "arbitrumgoerli_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumgoerli_routerLiquidityEvents?: SubscriptionResolver, "arbitrumgoerli_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumgoerli_setting?: SubscriptionResolver, "arbitrumgoerli_setting", ParentType, ContextType, RequireFields>; + arbitrumgoerli_settings?: SubscriptionResolver, "arbitrumgoerli_settings", ParentType, ContextType, RequireFields>; + arbitrumgoerli_relayer?: SubscriptionResolver, "arbitrumgoerli_relayer", ParentType, ContextType, RequireFields>; + arbitrumgoerli_relayers?: SubscriptionResolver, "arbitrumgoerli_relayers", ParentType, ContextType, RequireFields>; + arbitrumgoerli_sequencer?: SubscriptionResolver, "arbitrumgoerli_sequencer", ParentType, ContextType, RequireFields>; + arbitrumgoerli_sequencers?: SubscriptionResolver, "arbitrumgoerli_sequencers", ParentType, ContextType, RequireFields>; + arbitrumgoerli_relayerFee?: SubscriptionResolver, "arbitrumgoerli_relayerFee", ParentType, ContextType, RequireFields>; + arbitrumgoerli_relayerFees?: SubscriptionResolver, "arbitrumgoerli_relayerFees", ParentType, ContextType, RequireFields>; + arbitrumgoerli_originTransfer?: SubscriptionResolver, "arbitrumgoerli_originTransfer", ParentType, ContextType, RequireFields>; + arbitrumgoerli_originTransfers?: SubscriptionResolver, "arbitrumgoerli_originTransfers", ParentType, ContextType, RequireFields>; + arbitrumgoerli_destinationTransfer?: SubscriptionResolver, "arbitrumgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + arbitrumgoerli_destinationTransfers?: SubscriptionResolver, "arbitrumgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + arbitrumgoerli_originMessage?: SubscriptionResolver, "arbitrumgoerli_originMessage", ParentType, ContextType, RequireFields>; + arbitrumgoerli_originMessages?: SubscriptionResolver, "arbitrumgoerli_originMessages", ParentType, ContextType, RequireFields>; + arbitrumgoerli_aggregateRoot?: SubscriptionResolver, "arbitrumgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; + arbitrumgoerli_aggregateRoots?: SubscriptionResolver, "arbitrumgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; + arbitrumgoerli_connectorMeta?: SubscriptionResolver, "arbitrumgoerli_connectorMeta", ParentType, ContextType, RequireFields>; + arbitrumgoerli_connectorMetas?: SubscriptionResolver, "arbitrumgoerli_connectorMetas", ParentType, ContextType, RequireFields>; + arbitrumgoerli_rootCount?: SubscriptionResolver, "arbitrumgoerli_rootCount", ParentType, ContextType, RequireFields>; + arbitrumgoerli_rootCounts?: SubscriptionResolver, "arbitrumgoerli_rootCounts", ParentType, ContextType, RequireFields>; + arbitrumgoerli_rootMessageSent?: SubscriptionResolver, "arbitrumgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; + arbitrumgoerli_rootMessageSents?: SubscriptionResolver, "arbitrumgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; + arbitrumgoerli_relayerFeesIncrease?: SubscriptionResolver, "arbitrumgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + arbitrumgoerli_relayerFeesIncreases?: SubscriptionResolver, "arbitrumgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + arbitrumgoerli_slippageUpdate?: SubscriptionResolver, "arbitrumgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; + arbitrumgoerli_slippageUpdates?: SubscriptionResolver, "arbitrumgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; + arbitrumgoerli__meta?: SubscriptionResolver, "arbitrumgoerli__meta", ParentType, ContextType, Partial>; + lineagoerli_asset?: SubscriptionResolver, "lineagoerli_asset", ParentType, ContextType, RequireFields>; + lineagoerli_assets?: SubscriptionResolver, "lineagoerli_assets", ParentType, ContextType, RequireFields>; + lineagoerli_assetStatus?: SubscriptionResolver, "lineagoerli_assetStatus", ParentType, ContextType, RequireFields>; + lineagoerli_assetStatuses?: SubscriptionResolver, "lineagoerli_assetStatuses", ParentType, ContextType, RequireFields>; + lineagoerli_assetBalance?: SubscriptionResolver, "lineagoerli_assetBalance", ParentType, ContextType, RequireFields>; + lineagoerli_assetBalances?: SubscriptionResolver, "lineagoerli_assetBalances", ParentType, ContextType, RequireFields>; + lineagoerli_router?: SubscriptionResolver, "lineagoerli_router", ParentType, ContextType, RequireFields>; + lineagoerli_routers?: SubscriptionResolver, "lineagoerli_routers", ParentType, ContextType, RequireFields>; + lineagoerli_routerDailyTVL?: SubscriptionResolver, "lineagoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + lineagoerli_routerDailyTVLs?: SubscriptionResolver, "lineagoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + lineagoerli_setting?: SubscriptionResolver, "lineagoerli_setting", ParentType, ContextType, RequireFields>; + lineagoerli_settings?: SubscriptionResolver, "lineagoerli_settings", ParentType, ContextType, RequireFields>; + lineagoerli_relayer?: SubscriptionResolver, "lineagoerli_relayer", ParentType, ContextType, RequireFields>; + lineagoerli_relayers?: SubscriptionResolver, "lineagoerli_relayers", ParentType, ContextType, RequireFields>; + lineagoerli_sequencer?: SubscriptionResolver, "lineagoerli_sequencer", ParentType, ContextType, RequireFields>; + lineagoerli_sequencers?: SubscriptionResolver, "lineagoerli_sequencers", ParentType, ContextType, RequireFields>; + lineagoerli_relayerFee?: SubscriptionResolver, "lineagoerli_relayerFee", ParentType, ContextType, RequireFields>; + lineagoerli_relayerFees?: SubscriptionResolver, "lineagoerli_relayerFees", ParentType, ContextType, RequireFields>; + lineagoerli_originTransfer?: SubscriptionResolver, "lineagoerli_originTransfer", ParentType, ContextType, RequireFields>; + lineagoerli_originTransfers?: SubscriptionResolver, "lineagoerli_originTransfers", ParentType, ContextType, RequireFields>; + lineagoerli_destinationTransfer?: SubscriptionResolver, "lineagoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + lineagoerli_destinationTransfers?: SubscriptionResolver, "lineagoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + lineagoerli_originMessage?: SubscriptionResolver, "lineagoerli_originMessage", ParentType, ContextType, RequireFields>; + lineagoerli_originMessages?: SubscriptionResolver, "lineagoerli_originMessages", ParentType, ContextType, RequireFields>; + lineagoerli_aggregateRoot?: SubscriptionResolver, "lineagoerli_aggregateRoot", ParentType, ContextType, RequireFields>; + lineagoerli_aggregateRoots?: SubscriptionResolver, "lineagoerli_aggregateRoots", ParentType, ContextType, RequireFields>; + lineagoerli_connectorMeta?: SubscriptionResolver, "lineagoerli_connectorMeta", ParentType, ContextType, RequireFields>; + lineagoerli_connectorMetas?: SubscriptionResolver, "lineagoerli_connectorMetas", ParentType, ContextType, RequireFields>; + lineagoerli_rootCount?: SubscriptionResolver, "lineagoerli_rootCount", ParentType, ContextType, RequireFields>; + lineagoerli_rootCounts?: SubscriptionResolver, "lineagoerli_rootCounts", ParentType, ContextType, RequireFields>; + lineagoerli_rootMessageSent?: SubscriptionResolver, "lineagoerli_rootMessageSent", ParentType, ContextType, RequireFields>; + lineagoerli_rootMessageSents?: SubscriptionResolver, "lineagoerli_rootMessageSents", ParentType, ContextType, RequireFields>; + lineagoerli_relayerFeesIncrease?: SubscriptionResolver, "lineagoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + lineagoerli_relayerFeesIncreases?: SubscriptionResolver, "lineagoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + lineagoerli_slippageUpdate?: SubscriptionResolver, "lineagoerli_slippageUpdate", ParentType, ContextType, RequireFields>; + lineagoerli_slippageUpdates?: SubscriptionResolver, "lineagoerli_slippageUpdates", ParentType, ContextType, RequireFields>; + lineagoerli__meta?: SubscriptionResolver, "lineagoerli__meta", ParentType, ContextType, Partial>; + stagingoptimismgoerli_asset?: SubscriptionResolver, "stagingoptimismgoerli_asset", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assets?: SubscriptionResolver, "stagingoptimismgoerli_assets", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetStatus?: SubscriptionResolver, "stagingoptimismgoerli_assetStatus", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetStatuses?: SubscriptionResolver, "stagingoptimismgoerli_assetStatuses", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetBalance?: SubscriptionResolver, "stagingoptimismgoerli_assetBalance", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_assetBalances?: SubscriptionResolver, "stagingoptimismgoerli_assetBalances", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_router?: SubscriptionResolver, "stagingoptimismgoerli_router", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routers?: SubscriptionResolver, "stagingoptimismgoerli_routers", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routerDailyTVL?: SubscriptionResolver, "stagingoptimismgoerli_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_routerDailyTVLs?: SubscriptionResolver, "stagingoptimismgoerli_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_setting?: SubscriptionResolver, "stagingoptimismgoerli_setting", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_settings?: SubscriptionResolver, "stagingoptimismgoerli_settings", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayer?: SubscriptionResolver, "stagingoptimismgoerli_relayer", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayers?: SubscriptionResolver, "stagingoptimismgoerli_relayers", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_sequencer?: SubscriptionResolver, "stagingoptimismgoerli_sequencer", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_sequencers?: SubscriptionResolver, "stagingoptimismgoerli_sequencers", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFee?: SubscriptionResolver, "stagingoptimismgoerli_relayerFee", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFees?: SubscriptionResolver, "stagingoptimismgoerli_relayerFees", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originTransfer?: SubscriptionResolver, "stagingoptimismgoerli_originTransfer", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originTransfers?: SubscriptionResolver, "stagingoptimismgoerli_originTransfers", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_destinationTransfer?: SubscriptionResolver, "stagingoptimismgoerli_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_destinationTransfers?: SubscriptionResolver, "stagingoptimismgoerli_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originMessage?: SubscriptionResolver, "stagingoptimismgoerli_originMessage", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_originMessages?: SubscriptionResolver, "stagingoptimismgoerli_originMessages", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRoot?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRoots?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_connectorMeta?: SubscriptionResolver, "stagingoptimismgoerli_connectorMeta", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_connectorMetas?: SubscriptionResolver, "stagingoptimismgoerli_connectorMetas", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootCount?: SubscriptionResolver, "stagingoptimismgoerli_rootCount", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootCounts?: SubscriptionResolver, "stagingoptimismgoerli_rootCounts", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootMessageSent?: SubscriptionResolver, "stagingoptimismgoerli_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_rootMessageSents?: SubscriptionResolver, "stagingoptimismgoerli_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFeesIncrease?: SubscriptionResolver, "stagingoptimismgoerli_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_relayerFeesIncreases?: SubscriptionResolver, "stagingoptimismgoerli_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_slippageUpdate?: SubscriptionResolver, "stagingoptimismgoerli_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_slippageUpdates?: SubscriptionResolver, "stagingoptimismgoerli_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_snapshotRoot?: SubscriptionResolver, "stagingoptimismgoerli_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_snapshotRoots?: SubscriptionResolver, "stagingoptimismgoerli_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_spokeConnectorMode?: SubscriptionResolver, "stagingoptimismgoerli_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_spokeConnectorModes?: SubscriptionResolver, "stagingoptimismgoerli_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRootProposed?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_aggregateRootProposeds?: SubscriptionResolver, "stagingoptimismgoerli_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_optimisticRootFinalized?: SubscriptionResolver, "stagingoptimismgoerli_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli_optimisticRootFinalizeds?: SubscriptionResolver, "stagingoptimismgoerli_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingoptimismgoerli__meta?: SubscriptionResolver, "stagingoptimismgoerli__meta", ParentType, ContextType, Partial>; + bnb_swap_systemInfo?: SubscriptionResolver, "bnb_swap_systemInfo", ParentType, ContextType, RequireFields>; + bnb_swap_systemInfos?: SubscriptionResolver, "bnb_swap_systemInfos", ParentType, ContextType, RequireFields>; + bnb_swap_pooledToken?: SubscriptionResolver, "bnb_swap_pooledToken", ParentType, ContextType, RequireFields>; + bnb_swap_pooledTokens?: SubscriptionResolver, "bnb_swap_pooledTokens", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwap?: SubscriptionResolver, "bnb_swap_stableSwap", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwaps?: SubscriptionResolver, "bnb_swap_stableSwaps", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "bnb_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchange?: SubscriptionResolver, "bnb_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapExchanges?: SubscriptionResolver, "bnb_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolume?: SubscriptionResolver, "bnb_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapDailyVolumes?: SubscriptionResolver, "bnb_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolume?: SubscriptionResolver, "bnb_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapHourlyVolumes?: SubscriptionResolver, "bnb_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolume?: SubscriptionResolver, "bnb_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapWeeklyVolumes?: SubscriptionResolver, "bnb_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccount?: SubscriptionResolver, "bnb_swap_lpAccount", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccounts?: SubscriptionResolver, "bnb_swap_lpAccounts", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalance?: SubscriptionResolver, "bnb_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + bnb_swap_lpAccountBalances?: SubscriptionResolver, "bnb_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + bnb_swap_lpToken?: SubscriptionResolver, "bnb_swap_lpToken", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokens?: SubscriptionResolver, "bnb_swap_lpTokens", ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvent?: SubscriptionResolver, "bnb_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + bnb_swap_lpTransferEvents?: SubscriptionResolver, "bnb_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvent?: SubscriptionResolver, "bnb_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + bnb_swap_stableSwapEvents?: SubscriptionResolver, "bnb_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolume?: SubscriptionResolver, "bnb_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + bnb_swap_swapTradeVolumes?: SubscriptionResolver, "bnb_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvent?: SubscriptionResolver, "bnb_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + bnb_swap_lpTokenEvents?: SubscriptionResolver, "bnb_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + bnb_swap__meta?: SubscriptionResolver, "bnb_swap__meta", ParentType, ContextType, Partial>; + xdai_asset?: SubscriptionResolver, "xdai_asset", ParentType, ContextType, RequireFields>; + xdai_assets?: SubscriptionResolver, "xdai_assets", ParentType, ContextType, RequireFields>; + xdai_assetStatus?: SubscriptionResolver, "xdai_assetStatus", ParentType, ContextType, RequireFields>; + xdai_assetStatuses?: SubscriptionResolver, "xdai_assetStatuses", ParentType, ContextType, RequireFields>; + xdai_assetBalance?: SubscriptionResolver, "xdai_assetBalance", ParentType, ContextType, RequireFields>; + xdai_assetBalances?: SubscriptionResolver, "xdai_assetBalances", ParentType, ContextType, RequireFields>; + xdai_router?: SubscriptionResolver, "xdai_router", ParentType, ContextType, RequireFields>; + xdai_routers?: SubscriptionResolver, "xdai_routers", ParentType, ContextType, RequireFields>; + xdai_routerDailyTVL?: SubscriptionResolver, "xdai_routerDailyTVL", ParentType, ContextType, RequireFields>; + xdai_routerDailyTVLs?: SubscriptionResolver, "xdai_routerDailyTVLs", ParentType, ContextType, RequireFields>; + xdai_routerLiquidityEvent?: SubscriptionResolver, "xdai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + xdai_routerLiquidityEvents?: SubscriptionResolver, "xdai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + xdai_setting?: SubscriptionResolver, "xdai_setting", ParentType, ContextType, RequireFields>; + xdai_settings?: SubscriptionResolver, "xdai_settings", ParentType, ContextType, RequireFields>; + xdai_relayer?: SubscriptionResolver, "xdai_relayer", ParentType, ContextType, RequireFields>; + xdai_relayers?: SubscriptionResolver, "xdai_relayers", ParentType, ContextType, RequireFields>; + xdai_sequencer?: SubscriptionResolver, "xdai_sequencer", ParentType, ContextType, RequireFields>; + xdai_sequencers?: SubscriptionResolver, "xdai_sequencers", ParentType, ContextType, RequireFields>; + xdai_relayerFee?: SubscriptionResolver, "xdai_relayerFee", ParentType, ContextType, RequireFields>; + xdai_relayerFees?: SubscriptionResolver, "xdai_relayerFees", ParentType, ContextType, RequireFields>; + xdai_originTransfer?: SubscriptionResolver, "xdai_originTransfer", ParentType, ContextType, RequireFields>; + xdai_originTransfers?: SubscriptionResolver, "xdai_originTransfers", ParentType, ContextType, RequireFields>; + xdai_destinationTransfer?: SubscriptionResolver, "xdai_destinationTransfer", ParentType, ContextType, RequireFields>; + xdai_destinationTransfers?: SubscriptionResolver, "xdai_destinationTransfers", ParentType, ContextType, RequireFields>; + xdai_originMessage?: SubscriptionResolver, "xdai_originMessage", ParentType, ContextType, RequireFields>; + xdai_originMessages?: SubscriptionResolver, "xdai_originMessages", ParentType, ContextType, RequireFields>; + xdai_aggregateRoot?: SubscriptionResolver, "xdai_aggregateRoot", ParentType, ContextType, RequireFields>; + xdai_aggregateRoots?: SubscriptionResolver, "xdai_aggregateRoots", ParentType, ContextType, RequireFields>; + xdai_connectorMeta?: SubscriptionResolver, "xdai_connectorMeta", ParentType, ContextType, RequireFields>; + xdai_connectorMetas?: SubscriptionResolver, "xdai_connectorMetas", ParentType, ContextType, RequireFields>; + xdai_rootCount?: SubscriptionResolver, "xdai_rootCount", ParentType, ContextType, RequireFields>; + xdai_rootCounts?: SubscriptionResolver, "xdai_rootCounts", ParentType, ContextType, RequireFields>; + xdai_rootMessageSent?: SubscriptionResolver, "xdai_rootMessageSent", ParentType, ContextType, RequireFields>; + xdai_rootMessageSents?: SubscriptionResolver, "xdai_rootMessageSents", ParentType, ContextType, RequireFields>; + xdai_relayerFeesIncrease?: SubscriptionResolver, "xdai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + xdai_relayerFeesIncreases?: SubscriptionResolver, "xdai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + xdai_slippageUpdate?: SubscriptionResolver, "xdai_slippageUpdate", ParentType, ContextType, RequireFields>; + xdai_slippageUpdates?: SubscriptionResolver, "xdai_slippageUpdates", ParentType, ContextType, RequireFields>; + xdai__meta?: SubscriptionResolver, "xdai__meta", ParentType, ContextType, Partial>; + optimism_asset?: SubscriptionResolver, "optimism_asset", ParentType, ContextType, RequireFields>; + optimism_assets?: SubscriptionResolver, "optimism_assets", ParentType, ContextType, RequireFields>; + optimism_assetStatus?: SubscriptionResolver, "optimism_assetStatus", ParentType, ContextType, RequireFields>; + optimism_assetStatuses?: SubscriptionResolver, "optimism_assetStatuses", ParentType, ContextType, RequireFields>; + optimism_assetBalance?: SubscriptionResolver, "optimism_assetBalance", ParentType, ContextType, RequireFields>; + optimism_assetBalances?: SubscriptionResolver, "optimism_assetBalances", ParentType, ContextType, RequireFields>; + optimism_router?: SubscriptionResolver, "optimism_router", ParentType, ContextType, RequireFields>; + optimism_routers?: SubscriptionResolver, "optimism_routers", ParentType, ContextType, RequireFields>; + optimism_routerDailyTVL?: SubscriptionResolver, "optimism_routerDailyTVL", ParentType, ContextType, RequireFields>; + optimism_routerDailyTVLs?: SubscriptionResolver, "optimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; + optimism_routerLiquidityEvent?: SubscriptionResolver, "optimism_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + optimism_routerLiquidityEvents?: SubscriptionResolver, "optimism_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + optimism_setting?: SubscriptionResolver, "optimism_setting", ParentType, ContextType, RequireFields>; + optimism_settings?: SubscriptionResolver, "optimism_settings", ParentType, ContextType, RequireFields>; + optimism_relayer?: SubscriptionResolver, "optimism_relayer", ParentType, ContextType, RequireFields>; + optimism_relayers?: SubscriptionResolver, "optimism_relayers", ParentType, ContextType, RequireFields>; + optimism_sequencer?: SubscriptionResolver, "optimism_sequencer", ParentType, ContextType, RequireFields>; + optimism_sequencers?: SubscriptionResolver, "optimism_sequencers", ParentType, ContextType, RequireFields>; + optimism_relayerFee?: SubscriptionResolver, "optimism_relayerFee", ParentType, ContextType, RequireFields>; + optimism_relayerFees?: SubscriptionResolver, "optimism_relayerFees", ParentType, ContextType, RequireFields>; + optimism_originTransfer?: SubscriptionResolver, "optimism_originTransfer", ParentType, ContextType, RequireFields>; + optimism_originTransfers?: SubscriptionResolver, "optimism_originTransfers", ParentType, ContextType, RequireFields>; + optimism_destinationTransfer?: SubscriptionResolver, "optimism_destinationTransfer", ParentType, ContextType, RequireFields>; + optimism_destinationTransfers?: SubscriptionResolver, "optimism_destinationTransfers", ParentType, ContextType, RequireFields>; + optimism_originMessage?: SubscriptionResolver, "optimism_originMessage", ParentType, ContextType, RequireFields>; + optimism_originMessages?: SubscriptionResolver, "optimism_originMessages", ParentType, ContextType, RequireFields>; + optimism_aggregateRoot?: SubscriptionResolver, "optimism_aggregateRoot", ParentType, ContextType, RequireFields>; + optimism_aggregateRoots?: SubscriptionResolver, "optimism_aggregateRoots", ParentType, ContextType, RequireFields>; + optimism_connectorMeta?: SubscriptionResolver, "optimism_connectorMeta", ParentType, ContextType, RequireFields>; + optimism_connectorMetas?: SubscriptionResolver, "optimism_connectorMetas", ParentType, ContextType, RequireFields>; + optimism_rootCount?: SubscriptionResolver, "optimism_rootCount", ParentType, ContextType, RequireFields>; + optimism_rootCounts?: SubscriptionResolver, "optimism_rootCounts", ParentType, ContextType, RequireFields>; + optimism_rootMessageSent?: SubscriptionResolver, "optimism_rootMessageSent", ParentType, ContextType, RequireFields>; + optimism_rootMessageSents?: SubscriptionResolver, "optimism_rootMessageSents", ParentType, ContextType, RequireFields>; + optimism_relayerFeesIncrease?: SubscriptionResolver, "optimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + optimism_relayerFeesIncreases?: SubscriptionResolver, "optimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + optimism_slippageUpdate?: SubscriptionResolver, "optimism_slippageUpdate", ParentType, ContextType, RequireFields>; + optimism_slippageUpdates?: SubscriptionResolver, "optimism_slippageUpdates", ParentType, ContextType, RequireFields>; + optimism__meta?: SubscriptionResolver, "optimism__meta", ParentType, ContextType, Partial>; + bnb_asset?: SubscriptionResolver, "bnb_asset", ParentType, ContextType, RequireFields>; + bnb_assets?: SubscriptionResolver, "bnb_assets", ParentType, ContextType, RequireFields>; + bnb_assetStatus?: SubscriptionResolver, "bnb_assetStatus", ParentType, ContextType, RequireFields>; + bnb_assetStatuses?: SubscriptionResolver, "bnb_assetStatuses", ParentType, ContextType, RequireFields>; + bnb_assetBalance?: SubscriptionResolver, "bnb_assetBalance", ParentType, ContextType, RequireFields>; + bnb_assetBalances?: SubscriptionResolver, "bnb_assetBalances", ParentType, ContextType, RequireFields>; + bnb_router?: SubscriptionResolver, "bnb_router", ParentType, ContextType, RequireFields>; + bnb_routers?: SubscriptionResolver, "bnb_routers", ParentType, ContextType, RequireFields>; + bnb_routerDailyTVL?: SubscriptionResolver, "bnb_routerDailyTVL", ParentType, ContextType, RequireFields>; + bnb_routerDailyTVLs?: SubscriptionResolver, "bnb_routerDailyTVLs", ParentType, ContextType, RequireFields>; + bnb_routerLiquidityEvent?: SubscriptionResolver, "bnb_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + bnb_routerLiquidityEvents?: SubscriptionResolver, "bnb_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + bnb_setting?: SubscriptionResolver, "bnb_setting", ParentType, ContextType, RequireFields>; + bnb_settings?: SubscriptionResolver, "bnb_settings", ParentType, ContextType, RequireFields>; + bnb_relayer?: SubscriptionResolver, "bnb_relayer", ParentType, ContextType, RequireFields>; + bnb_relayers?: SubscriptionResolver, "bnb_relayers", ParentType, ContextType, RequireFields>; + bnb_sequencer?: SubscriptionResolver, "bnb_sequencer", ParentType, ContextType, RequireFields>; + bnb_sequencers?: SubscriptionResolver, "bnb_sequencers", ParentType, ContextType, RequireFields>; + bnb_relayerFee?: SubscriptionResolver, "bnb_relayerFee", ParentType, ContextType, RequireFields>; + bnb_relayerFees?: SubscriptionResolver, "bnb_relayerFees", ParentType, ContextType, RequireFields>; + bnb_originTransfer?: SubscriptionResolver, "bnb_originTransfer", ParentType, ContextType, RequireFields>; + bnb_originTransfers?: SubscriptionResolver, "bnb_originTransfers", ParentType, ContextType, RequireFields>; + bnb_destinationTransfer?: SubscriptionResolver, "bnb_destinationTransfer", ParentType, ContextType, RequireFields>; + bnb_destinationTransfers?: SubscriptionResolver, "bnb_destinationTransfers", ParentType, ContextType, RequireFields>; + bnb_originMessage?: SubscriptionResolver, "bnb_originMessage", ParentType, ContextType, RequireFields>; + bnb_originMessages?: SubscriptionResolver, "bnb_originMessages", ParentType, ContextType, RequireFields>; + bnb_aggregateRoot?: SubscriptionResolver, "bnb_aggregateRoot", ParentType, ContextType, RequireFields>; + bnb_aggregateRoots?: SubscriptionResolver, "bnb_aggregateRoots", ParentType, ContextType, RequireFields>; + bnb_connectorMeta?: SubscriptionResolver, "bnb_connectorMeta", ParentType, ContextType, RequireFields>; + bnb_connectorMetas?: SubscriptionResolver, "bnb_connectorMetas", ParentType, ContextType, RequireFields>; + bnb_rootCount?: SubscriptionResolver, "bnb_rootCount", ParentType, ContextType, RequireFields>; + bnb_rootCounts?: SubscriptionResolver, "bnb_rootCounts", ParentType, ContextType, RequireFields>; + bnb_rootMessageSent?: SubscriptionResolver, "bnb_rootMessageSent", ParentType, ContextType, RequireFields>; + bnb_rootMessageSents?: SubscriptionResolver, "bnb_rootMessageSents", ParentType, ContextType, RequireFields>; + bnb_relayerFeesIncrease?: SubscriptionResolver, "bnb_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + bnb_relayerFeesIncreases?: SubscriptionResolver, "bnb_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + bnb_slippageUpdate?: SubscriptionResolver, "bnb_slippageUpdate", ParentType, ContextType, RequireFields>; + bnb_slippageUpdates?: SubscriptionResolver, "bnb_slippageUpdates", ParentType, ContextType, RequireFields>; + bnb__meta?: SubscriptionResolver, "bnb__meta", ParentType, ContextType, Partial>; + linea_asset?: SubscriptionResolver, "linea_asset", ParentType, ContextType, RequireFields>; + linea_assets?: SubscriptionResolver, "linea_assets", ParentType, ContextType, RequireFields>; + linea_assetStatus?: SubscriptionResolver, "linea_assetStatus", ParentType, ContextType, RequireFields>; + linea_assetStatuses?: SubscriptionResolver, "linea_assetStatuses", ParentType, ContextType, RequireFields>; + linea_assetBalance?: SubscriptionResolver, "linea_assetBalance", ParentType, ContextType, RequireFields>; + linea_assetBalances?: SubscriptionResolver, "linea_assetBalances", ParentType, ContextType, RequireFields>; + linea_router?: SubscriptionResolver, "linea_router", ParentType, ContextType, RequireFields>; + linea_routers?: SubscriptionResolver, "linea_routers", ParentType, ContextType, RequireFields>; + linea_routerDailyTVL?: SubscriptionResolver, "linea_routerDailyTVL", ParentType, ContextType, RequireFields>; + linea_routerDailyTVLs?: SubscriptionResolver, "linea_routerDailyTVLs", ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvent?: SubscriptionResolver, "linea_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvents?: SubscriptionResolver, "linea_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + linea_setting?: SubscriptionResolver, "linea_setting", ParentType, ContextType, RequireFields>; + linea_settings?: SubscriptionResolver, "linea_settings", ParentType, ContextType, RequireFields>; + linea_relayer?: SubscriptionResolver, "linea_relayer", ParentType, ContextType, RequireFields>; + linea_relayers?: SubscriptionResolver, "linea_relayers", ParentType, ContextType, RequireFields>; + linea_sequencer?: SubscriptionResolver, "linea_sequencer", ParentType, ContextType, RequireFields>; + linea_sequencers?: SubscriptionResolver, "linea_sequencers", ParentType, ContextType, RequireFields>; + linea_relayerFee?: SubscriptionResolver, "linea_relayerFee", ParentType, ContextType, RequireFields>; + linea_relayerFees?: SubscriptionResolver, "linea_relayerFees", ParentType, ContextType, RequireFields>; + linea_originTransfer?: SubscriptionResolver, "linea_originTransfer", ParentType, ContextType, RequireFields>; + linea_originTransfers?: SubscriptionResolver, "linea_originTransfers", ParentType, ContextType, RequireFields>; + linea_destinationTransfer?: SubscriptionResolver, "linea_destinationTransfer", ParentType, ContextType, RequireFields>; + linea_destinationTransfers?: SubscriptionResolver, "linea_destinationTransfers", ParentType, ContextType, RequireFields>; + linea_originMessage?: SubscriptionResolver, "linea_originMessage", ParentType, ContextType, RequireFields>; + linea_originMessages?: SubscriptionResolver, "linea_originMessages", ParentType, ContextType, RequireFields>; + linea_aggregateRoot?: SubscriptionResolver, "linea_aggregateRoot", ParentType, ContextType, RequireFields>; + linea_aggregateRoots?: SubscriptionResolver, "linea_aggregateRoots", ParentType, ContextType, RequireFields>; + linea_connectorMeta?: SubscriptionResolver, "linea_connectorMeta", ParentType, ContextType, RequireFields>; + linea_connectorMetas?: SubscriptionResolver, "linea_connectorMetas", ParentType, ContextType, RequireFields>; + linea_rootCount?: SubscriptionResolver, "linea_rootCount", ParentType, ContextType, RequireFields>; + linea_rootCounts?: SubscriptionResolver, "linea_rootCounts", ParentType, ContextType, RequireFields>; + linea_rootMessageSent?: SubscriptionResolver, "linea_rootMessageSent", ParentType, ContextType, RequireFields>; + linea_rootMessageSents?: SubscriptionResolver, "linea_rootMessageSents", ParentType, ContextType, RequireFields>; + linea_relayerFeesIncrease?: SubscriptionResolver, "linea_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + linea_relayerFeesIncreases?: SubscriptionResolver, "linea_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + linea_slippageUpdate?: SubscriptionResolver, "linea_slippageUpdate", ParentType, ContextType, RequireFields>; + linea_slippageUpdates?: SubscriptionResolver, "linea_slippageUpdates", ParentType, ContextType, RequireFields>; + linea__meta?: SubscriptionResolver, "linea__meta", ParentType, ContextType, Partial>; + localarbitrumone_asset?: SubscriptionResolver, "localarbitrumone_asset", ParentType, ContextType, RequireFields>; + localarbitrumone_assets?: SubscriptionResolver, "localarbitrumone_assets", ParentType, ContextType, RequireFields>; + localarbitrumone_assetStatus?: SubscriptionResolver, "localarbitrumone_assetStatus", ParentType, ContextType, RequireFields>; + localarbitrumone_assetStatuses?: SubscriptionResolver, "localarbitrumone_assetStatuses", ParentType, ContextType, RequireFields>; + localarbitrumone_assetBalance?: SubscriptionResolver, "localarbitrumone_assetBalance", ParentType, ContextType, RequireFields>; + localarbitrumone_assetBalances?: SubscriptionResolver, "localarbitrumone_assetBalances", ParentType, ContextType, RequireFields>; + localarbitrumone_router?: SubscriptionResolver, "localarbitrumone_router", ParentType, ContextType, RequireFields>; + localarbitrumone_routers?: SubscriptionResolver, "localarbitrumone_routers", ParentType, ContextType, RequireFields>; + localarbitrumone_routerDailyTVL?: SubscriptionResolver, "localarbitrumone_routerDailyTVL", ParentType, ContextType, RequireFields>; + localarbitrumone_routerDailyTVLs?: SubscriptionResolver, "localarbitrumone_routerDailyTVLs", ParentType, ContextType, RequireFields>; + localarbitrumone_setting?: SubscriptionResolver, "localarbitrumone_setting", ParentType, ContextType, RequireFields>; + localarbitrumone_settings?: SubscriptionResolver, "localarbitrumone_settings", ParentType, ContextType, RequireFields>; + localarbitrumone_relayer?: SubscriptionResolver, "localarbitrumone_relayer", ParentType, ContextType, RequireFields>; + localarbitrumone_relayers?: SubscriptionResolver, "localarbitrumone_relayers", ParentType, ContextType, RequireFields>; + localarbitrumone_sequencer?: SubscriptionResolver, "localarbitrumone_sequencer", ParentType, ContextType, RequireFields>; + localarbitrumone_sequencers?: SubscriptionResolver, "localarbitrumone_sequencers", ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFee?: SubscriptionResolver, "localarbitrumone_relayerFee", ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFees?: SubscriptionResolver, "localarbitrumone_relayerFees", ParentType, ContextType, RequireFields>; + localarbitrumone_originTransfer?: SubscriptionResolver, "localarbitrumone_originTransfer", ParentType, ContextType, RequireFields>; + localarbitrumone_originTransfers?: SubscriptionResolver, "localarbitrumone_originTransfers", ParentType, ContextType, RequireFields>; + localarbitrumone_destinationTransfer?: SubscriptionResolver, "localarbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; + localarbitrumone_destinationTransfers?: SubscriptionResolver, "localarbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; + localarbitrumone_originMessage?: SubscriptionResolver, "localarbitrumone_originMessage", ParentType, ContextType, RequireFields>; + localarbitrumone_originMessages?: SubscriptionResolver, "localarbitrumone_originMessages", ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRoot?: SubscriptionResolver, "localarbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRoots?: SubscriptionResolver, "localarbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; + localarbitrumone_connectorMeta?: SubscriptionResolver, "localarbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; + localarbitrumone_connectorMetas?: SubscriptionResolver, "localarbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; + localarbitrumone_rootCount?: SubscriptionResolver, "localarbitrumone_rootCount", ParentType, ContextType, RequireFields>; + localarbitrumone_rootCounts?: SubscriptionResolver, "localarbitrumone_rootCounts", ParentType, ContextType, RequireFields>; + localarbitrumone_rootMessageSent?: SubscriptionResolver, "localarbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; + localarbitrumone_rootMessageSents?: SubscriptionResolver, "localarbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFeesIncrease?: SubscriptionResolver, "localarbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + localarbitrumone_relayerFeesIncreases?: SubscriptionResolver, "localarbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + localarbitrumone_slippageUpdate?: SubscriptionResolver, "localarbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; + localarbitrumone_slippageUpdates?: SubscriptionResolver, "localarbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; + localarbitrumone_snapshotRoot?: SubscriptionResolver, "localarbitrumone_snapshotRoot", ParentType, ContextType, RequireFields>; + localarbitrumone_snapshotRoots?: SubscriptionResolver, "localarbitrumone_snapshotRoots", ParentType, ContextType, RequireFields>; + localarbitrumone_spokeConnectorMode?: SubscriptionResolver, "localarbitrumone_spokeConnectorMode", ParentType, ContextType, RequireFields>; + localarbitrumone_spokeConnectorModes?: SubscriptionResolver, "localarbitrumone_spokeConnectorModes", ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRootProposed?: SubscriptionResolver, "localarbitrumone_aggregateRootProposed", ParentType, ContextType, RequireFields>; + localarbitrumone_aggregateRootProposeds?: SubscriptionResolver, "localarbitrumone_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + localarbitrumone_optimisticRootFinalized?: SubscriptionResolver, "localarbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + localarbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "localarbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + localarbitrumone__meta?: SubscriptionResolver, "localarbitrumone__meta", ParentType, ContextType, Partial>; + localmainnet_asset?: SubscriptionResolver, "localmainnet_asset", ParentType, ContextType, RequireFields>; + localmainnet_assets?: SubscriptionResolver, "localmainnet_assets", ParentType, ContextType, RequireFields>; + localmainnet_assetStatus?: SubscriptionResolver, "localmainnet_assetStatus", ParentType, ContextType, RequireFields>; + localmainnet_assetStatuses?: SubscriptionResolver, "localmainnet_assetStatuses", ParentType, ContextType, RequireFields>; + localmainnet_assetBalance?: SubscriptionResolver, "localmainnet_assetBalance", ParentType, ContextType, RequireFields>; + localmainnet_assetBalances?: SubscriptionResolver, "localmainnet_assetBalances", ParentType, ContextType, RequireFields>; + localmainnet_router?: SubscriptionResolver, "localmainnet_router", ParentType, ContextType, RequireFields>; + localmainnet_routers?: SubscriptionResolver, "localmainnet_routers", ParentType, ContextType, RequireFields>; + localmainnet_routerDailyTVL?: SubscriptionResolver, "localmainnet_routerDailyTVL", ParentType, ContextType, RequireFields>; + localmainnet_routerDailyTVLs?: SubscriptionResolver, "localmainnet_routerDailyTVLs", ParentType, ContextType, RequireFields>; + localmainnet_setting?: SubscriptionResolver, "localmainnet_setting", ParentType, ContextType, RequireFields>; + localmainnet_settings?: SubscriptionResolver, "localmainnet_settings", ParentType, ContextType, RequireFields>; + localmainnet_relayer?: SubscriptionResolver, "localmainnet_relayer", ParentType, ContextType, RequireFields>; + localmainnet_relayers?: SubscriptionResolver, "localmainnet_relayers", ParentType, ContextType, RequireFields>; + localmainnet_sequencer?: SubscriptionResolver, "localmainnet_sequencer", ParentType, ContextType, RequireFields>; + localmainnet_sequencers?: SubscriptionResolver, "localmainnet_sequencers", ParentType, ContextType, RequireFields>; + localmainnet_relayerFee?: SubscriptionResolver, "localmainnet_relayerFee", ParentType, ContextType, RequireFields>; + localmainnet_relayerFees?: SubscriptionResolver, "localmainnet_relayerFees", ParentType, ContextType, RequireFields>; + localmainnet_originTransfer?: SubscriptionResolver, "localmainnet_originTransfer", ParentType, ContextType, RequireFields>; + localmainnet_originTransfers?: SubscriptionResolver, "localmainnet_originTransfers", ParentType, ContextType, RequireFields>; + localmainnet_destinationTransfer?: SubscriptionResolver, "localmainnet_destinationTransfer", ParentType, ContextType, RequireFields>; + localmainnet_destinationTransfers?: SubscriptionResolver, "localmainnet_destinationTransfers", ParentType, ContextType, RequireFields>; + localmainnet_originMessage?: SubscriptionResolver, "localmainnet_originMessage", ParentType, ContextType, RequireFields>; + localmainnet_originMessages?: SubscriptionResolver, "localmainnet_originMessages", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRoot?: SubscriptionResolver, "localmainnet_aggregateRoot", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRoots?: SubscriptionResolver, "localmainnet_aggregateRoots", ParentType, ContextType, RequireFields>; + localmainnet_connectorMeta?: SubscriptionResolver, "localmainnet_connectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_connectorMetas?: SubscriptionResolver, "localmainnet_connectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_rootCount?: SubscriptionResolver, "localmainnet_rootCount", ParentType, ContextType, RequireFields>; + localmainnet_rootCounts?: SubscriptionResolver, "localmainnet_rootCounts", ParentType, ContextType, RequireFields>; + localmainnet_rootMessageSent?: SubscriptionResolver, "localmainnet_rootMessageSent", ParentType, ContextType, RequireFields>; + localmainnet_rootMessageSents?: SubscriptionResolver, "localmainnet_rootMessageSents", ParentType, ContextType, RequireFields>; + localmainnet_relayerFeesIncrease?: SubscriptionResolver, "localmainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + localmainnet_relayerFeesIncreases?: SubscriptionResolver, "localmainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + localmainnet_slippageUpdate?: SubscriptionResolver, "localmainnet_slippageUpdate", ParentType, ContextType, RequireFields>; + localmainnet_slippageUpdates?: SubscriptionResolver, "localmainnet_slippageUpdates", ParentType, ContextType, RequireFields>; + localmainnet_snapshotRoot?: SubscriptionResolver, "localmainnet_snapshotRoot", ParentType, ContextType, RequireFields>; + localmainnet_snapshotRoots?: SubscriptionResolver, "localmainnet_snapshotRoots", ParentType, ContextType, RequireFields>; + localmainnet_spokeConnectorMode?: SubscriptionResolver, "localmainnet_spokeConnectorMode", ParentType, ContextType, RequireFields>; + localmainnet_spokeConnectorModes?: SubscriptionResolver, "localmainnet_spokeConnectorModes", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootProposed?: SubscriptionResolver, "localmainnet_aggregateRootProposed", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootProposeds?: SubscriptionResolver, "localmainnet_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootFinalized?: SubscriptionResolver, "localmainnet_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootFinalizeds?: SubscriptionResolver, "localmainnet_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + localmainnet__meta?: SubscriptionResolver, "localmainnet__meta", ParentType, ContextType, Partial>; + linea_swap_systemInfo?: SubscriptionResolver, "linea_swap_systemInfo", ParentType, ContextType, RequireFields>; + linea_swap_systemInfos?: SubscriptionResolver, "linea_swap_systemInfos", ParentType, ContextType, RequireFields>; + linea_swap_pooledToken?: SubscriptionResolver, "linea_swap_pooledToken", ParentType, ContextType, RequireFields>; + linea_swap_pooledTokens?: SubscriptionResolver, "linea_swap_pooledTokens", ParentType, ContextType, RequireFields>; + linea_swap_stableSwap?: SubscriptionResolver, "linea_swap_stableSwap", ParentType, ContextType, RequireFields>; + linea_swap_stableSwaps?: SubscriptionResolver, "linea_swap_stableSwaps", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchange?: SubscriptionResolver, "linea_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchanges?: SubscriptionResolver, "linea_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolume?: SubscriptionResolver, "linea_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolumes?: SubscriptionResolver, "linea_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolume?: SubscriptionResolver, "linea_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolumes?: SubscriptionResolver, "linea_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolume?: SubscriptionResolver, "linea_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolumes?: SubscriptionResolver, "linea_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + linea_swap_lpAccount?: SubscriptionResolver, "linea_swap_lpAccount", ParentType, ContextType, RequireFields>; + linea_swap_lpAccounts?: SubscriptionResolver, "linea_swap_lpAccounts", ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalance?: SubscriptionResolver, "linea_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalances?: SubscriptionResolver, "linea_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + linea_swap_lpToken?: SubscriptionResolver, "linea_swap_lpToken", ParentType, ContextType, RequireFields>; + linea_swap_lpTokens?: SubscriptionResolver, "linea_swap_lpTokens", ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvent?: SubscriptionResolver, "linea_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvents?: SubscriptionResolver, "linea_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvent?: SubscriptionResolver, "linea_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvents?: SubscriptionResolver, "linea_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolume?: SubscriptionResolver, "linea_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolumes?: SubscriptionResolver, "linea_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvent?: SubscriptionResolver, "linea_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvents?: SubscriptionResolver, "linea_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + linea_swap__meta?: SubscriptionResolver, "linea_swap__meta", ParentType, ContextType, Partial>; + localmainnet_rootAggregated?: SubscriptionResolver, "localmainnet_rootAggregated", ParentType, ContextType, RequireFields>; + localmainnet_rootAggregateds?: SubscriptionResolver, "localmainnet_rootAggregateds", ParentType, ContextType, RequireFields>; + localmainnet_rootPropagated?: SubscriptionResolver, "localmainnet_rootPropagated", ParentType, ContextType, RequireFields>; + localmainnet_rootPropagateds?: SubscriptionResolver, "localmainnet_rootPropagateds", ParentType, ContextType, RequireFields>; + localmainnet_aggregatedMessageRoot?: SubscriptionResolver, "localmainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + localmainnet_aggregatedMessageRoots?: SubscriptionResolver, "localmainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMeta?: SubscriptionResolver, "localmainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMetas?: SubscriptionResolver, "localmainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; + localmainnet_rootManagerMode?: SubscriptionResolver, "localmainnet_rootManagerMode", ParentType, ContextType, RequireFields>; + localmainnet_rootManagerModes?: SubscriptionResolver, "localmainnet_rootManagerModes", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootProposed?: SubscriptionResolver, "localmainnet_optimisticRootProposed", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootProposeds?: SubscriptionResolver, "localmainnet_optimisticRootProposeds", ParentType, ContextType, RequireFields>; + localmainnet_hubOptimisticRootFinalized?: SubscriptionResolver, "localmainnet_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; + localmainnet_hubOptimisticRootFinalizeds?: SubscriptionResolver, "localmainnet_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootPropagated?: SubscriptionResolver, "localmainnet_optimisticRootPropagated", ParentType, ContextType, RequireFields>; + localmainnet_optimisticRootPropagateds?: SubscriptionResolver, "localmainnet_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; + localmainnet_polygonConnectorMeta?: SubscriptionResolver, "localmainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_polygonConnectorMetas?: SubscriptionResolver, "localmainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_optimismConnectorMeta?: SubscriptionResolver, "localmainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_optimismConnectorMetas?: SubscriptionResolver, "localmainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_bnbConnectorMeta?: SubscriptionResolver, "localmainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_bnbConnectorMetas?: SubscriptionResolver, "localmainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_arbitrumConnectorMeta?: SubscriptionResolver, "localmainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_arbitrumConnectorMetas?: SubscriptionResolver, "localmainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_gnosisConnectorMeta?: SubscriptionResolver, "localmainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_gnosisConnectorMetas?: SubscriptionResolver, "localmainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_zkSyncConnectorMeta?: SubscriptionResolver, "localmainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + localmainnet_zkSyncConnectorMetas?: SubscriptionResolver, "localmainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + localmainnet_rootMessageProcessed?: SubscriptionResolver, "localmainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; + localmainnet_rootMessageProcesseds?: SubscriptionResolver, "localmainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootSavedSlow?: SubscriptionResolver, "localmainnet_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; + localmainnet_aggregateRootSavedSlows?: SubscriptionResolver, "localmainnet_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; + localmainnet_hubDomain?: SubscriptionResolver, "localmainnet_hubDomain", ParentType, ContextType, RequireFields>; + localmainnet_hubDomains?: SubscriptionResolver, "localmainnet_hubDomains", ParentType, ContextType, RequireFields>; + localoptimism_asset?: SubscriptionResolver, "localoptimism_asset", ParentType, ContextType, RequireFields>; + localoptimism_assets?: SubscriptionResolver, "localoptimism_assets", ParentType, ContextType, RequireFields>; + localoptimism_assetStatus?: SubscriptionResolver, "localoptimism_assetStatus", ParentType, ContextType, RequireFields>; + localoptimism_assetStatuses?: SubscriptionResolver, "localoptimism_assetStatuses", ParentType, ContextType, RequireFields>; + localoptimism_assetBalance?: SubscriptionResolver, "localoptimism_assetBalance", ParentType, ContextType, RequireFields>; + localoptimism_assetBalances?: SubscriptionResolver, "localoptimism_assetBalances", ParentType, ContextType, RequireFields>; + localoptimism_router?: SubscriptionResolver, "localoptimism_router", ParentType, ContextType, RequireFields>; + localoptimism_routers?: SubscriptionResolver, "localoptimism_routers", ParentType, ContextType, RequireFields>; + localoptimism_routerDailyTVL?: SubscriptionResolver, "localoptimism_routerDailyTVL", ParentType, ContextType, RequireFields>; + localoptimism_routerDailyTVLs?: SubscriptionResolver, "localoptimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; + localoptimism_setting?: SubscriptionResolver, "localoptimism_setting", ParentType, ContextType, RequireFields>; + localoptimism_settings?: SubscriptionResolver, "localoptimism_settings", ParentType, ContextType, RequireFields>; + localoptimism_relayer?: SubscriptionResolver, "localoptimism_relayer", ParentType, ContextType, RequireFields>; + localoptimism_relayers?: SubscriptionResolver, "localoptimism_relayers", ParentType, ContextType, RequireFields>; + localoptimism_sequencer?: SubscriptionResolver, "localoptimism_sequencer", ParentType, ContextType, RequireFields>; + localoptimism_sequencers?: SubscriptionResolver, "localoptimism_sequencers", ParentType, ContextType, RequireFields>; + localoptimism_relayerFee?: SubscriptionResolver, "localoptimism_relayerFee", ParentType, ContextType, RequireFields>; + localoptimism_relayerFees?: SubscriptionResolver, "localoptimism_relayerFees", ParentType, ContextType, RequireFields>; + localoptimism_originTransfer?: SubscriptionResolver, "localoptimism_originTransfer", ParentType, ContextType, RequireFields>; + localoptimism_originTransfers?: SubscriptionResolver, "localoptimism_originTransfers", ParentType, ContextType, RequireFields>; + localoptimism_destinationTransfer?: SubscriptionResolver, "localoptimism_destinationTransfer", ParentType, ContextType, RequireFields>; + localoptimism_destinationTransfers?: SubscriptionResolver, "localoptimism_destinationTransfers", ParentType, ContextType, RequireFields>; + localoptimism_originMessage?: SubscriptionResolver, "localoptimism_originMessage", ParentType, ContextType, RequireFields>; + localoptimism_originMessages?: SubscriptionResolver, "localoptimism_originMessages", ParentType, ContextType, RequireFields>; + localoptimism_aggregateRoot?: SubscriptionResolver, "localoptimism_aggregateRoot", ParentType, ContextType, RequireFields>; + localoptimism_aggregateRoots?: SubscriptionResolver, "localoptimism_aggregateRoots", ParentType, ContextType, RequireFields>; + localoptimism_connectorMeta?: SubscriptionResolver, "localoptimism_connectorMeta", ParentType, ContextType, RequireFields>; + localoptimism_connectorMetas?: SubscriptionResolver, "localoptimism_connectorMetas", ParentType, ContextType, RequireFields>; + localoptimism_rootCount?: SubscriptionResolver, "localoptimism_rootCount", ParentType, ContextType, RequireFields>; + localoptimism_rootCounts?: SubscriptionResolver, "localoptimism_rootCounts", ParentType, ContextType, RequireFields>; + localoptimism_rootMessageSent?: SubscriptionResolver, "localoptimism_rootMessageSent", ParentType, ContextType, RequireFields>; + localoptimism_rootMessageSents?: SubscriptionResolver, "localoptimism_rootMessageSents", ParentType, ContextType, RequireFields>; + localoptimism_relayerFeesIncrease?: SubscriptionResolver, "localoptimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + localoptimism_relayerFeesIncreases?: SubscriptionResolver, "localoptimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + localoptimism_slippageUpdate?: SubscriptionResolver, "localoptimism_slippageUpdate", ParentType, ContextType, RequireFields>; + localoptimism_slippageUpdates?: SubscriptionResolver, "localoptimism_slippageUpdates", ParentType, ContextType, RequireFields>; + localoptimism_snapshotRoot?: SubscriptionResolver, "localoptimism_snapshotRoot", ParentType, ContextType, RequireFields>; + localoptimism_snapshotRoots?: SubscriptionResolver, "localoptimism_snapshotRoots", ParentType, ContextType, RequireFields>; + localoptimism_spokeConnectorMode?: SubscriptionResolver, "localoptimism_spokeConnectorMode", ParentType, ContextType, RequireFields>; + localoptimism_spokeConnectorModes?: SubscriptionResolver, "localoptimism_spokeConnectorModes", ParentType, ContextType, RequireFields>; + localoptimism_aggregateRootProposed?: SubscriptionResolver, "localoptimism_aggregateRootProposed", ParentType, ContextType, RequireFields>; + localoptimism_aggregateRootProposeds?: SubscriptionResolver, "localoptimism_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + localoptimism_optimisticRootFinalized?: SubscriptionResolver, "localoptimism_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + localoptimism_optimisticRootFinalizeds?: SubscriptionResolver, "localoptimism_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + localoptimism__meta?: SubscriptionResolver, "localoptimism__meta", ParentType, ContextType, Partial>; + mainnet_asset?: SubscriptionResolver, "mainnet_asset", ParentType, ContextType, RequireFields>; + mainnet_assets?: SubscriptionResolver, "mainnet_assets", ParentType, ContextType, RequireFields>; + mainnet_assetStatus?: SubscriptionResolver, "mainnet_assetStatus", ParentType, ContextType, RequireFields>; + mainnet_assetStatuses?: SubscriptionResolver, "mainnet_assetStatuses", ParentType, ContextType, RequireFields>; + mainnet_assetBalance?: SubscriptionResolver, "mainnet_assetBalance", ParentType, ContextType, RequireFields>; + mainnet_assetBalances?: SubscriptionResolver, "mainnet_assetBalances", ParentType, ContextType, RequireFields>; + mainnet_router?: SubscriptionResolver, "mainnet_router", ParentType, ContextType, RequireFields>; + mainnet_routers?: SubscriptionResolver, "mainnet_routers", ParentType, ContextType, RequireFields>; + mainnet_routerDailyTVL?: SubscriptionResolver, "mainnet_routerDailyTVL", ParentType, ContextType, RequireFields>; + mainnet_routerDailyTVLs?: SubscriptionResolver, "mainnet_routerDailyTVLs", ParentType, ContextType, RequireFields>; + mainnet_routerLiquidityEvent?: SubscriptionResolver, "mainnet_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + mainnet_routerLiquidityEvents?: SubscriptionResolver, "mainnet_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + mainnet_setting?: SubscriptionResolver, "mainnet_setting", ParentType, ContextType, RequireFields>; + mainnet_settings?: SubscriptionResolver, "mainnet_settings", ParentType, ContextType, RequireFields>; + mainnet_relayer?: SubscriptionResolver, "mainnet_relayer", ParentType, ContextType, RequireFields>; + mainnet_relayers?: SubscriptionResolver, "mainnet_relayers", ParentType, ContextType, RequireFields>; + mainnet_sequencer?: SubscriptionResolver, "mainnet_sequencer", ParentType, ContextType, RequireFields>; + mainnet_sequencers?: SubscriptionResolver, "mainnet_sequencers", ParentType, ContextType, RequireFields>; + mainnet_relayerFee?: SubscriptionResolver, "mainnet_relayerFee", ParentType, ContextType, RequireFields>; + mainnet_relayerFees?: SubscriptionResolver, "mainnet_relayerFees", ParentType, ContextType, RequireFields>; + mainnet_originTransfer?: SubscriptionResolver, "mainnet_originTransfer", ParentType, ContextType, RequireFields>; + mainnet_originTransfers?: SubscriptionResolver, "mainnet_originTransfers", ParentType, ContextType, RequireFields>; + mainnet_destinationTransfer?: SubscriptionResolver, "mainnet_destinationTransfer", ParentType, ContextType, RequireFields>; + mainnet_destinationTransfers?: SubscriptionResolver, "mainnet_destinationTransfers", ParentType, ContextType, RequireFields>; + mainnet_originMessage?: SubscriptionResolver, "mainnet_originMessage", ParentType, ContextType, RequireFields>; + mainnet_originMessages?: SubscriptionResolver, "mainnet_originMessages", ParentType, ContextType, RequireFields>; + mainnet_aggregateRoot?: SubscriptionResolver, "mainnet_aggregateRoot", ParentType, ContextType, RequireFields>; + mainnet_aggregateRoots?: SubscriptionResolver, "mainnet_aggregateRoots", ParentType, ContextType, RequireFields>; + mainnet_connectorMeta?: SubscriptionResolver, "mainnet_connectorMeta", ParentType, ContextType, RequireFields>; + mainnet_connectorMetas?: SubscriptionResolver, "mainnet_connectorMetas", ParentType, ContextType, RequireFields>; + mainnet_rootCount?: SubscriptionResolver, "mainnet_rootCount", ParentType, ContextType, RequireFields>; + mainnet_rootCounts?: SubscriptionResolver, "mainnet_rootCounts", ParentType, ContextType, RequireFields>; + mainnet_rootMessageSent?: SubscriptionResolver, "mainnet_rootMessageSent", ParentType, ContextType, RequireFields>; + mainnet_rootMessageSents?: SubscriptionResolver, "mainnet_rootMessageSents", ParentType, ContextType, RequireFields>; + mainnet_relayerFeesIncrease?: SubscriptionResolver, "mainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + mainnet_relayerFeesIncreases?: SubscriptionResolver, "mainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + mainnet_slippageUpdate?: SubscriptionResolver, "mainnet_slippageUpdate", ParentType, ContextType, RequireFields>; + mainnet_slippageUpdates?: SubscriptionResolver, "mainnet_slippageUpdates", ParentType, ContextType, RequireFields>; + arbitrumone_asset?: SubscriptionResolver, "arbitrumone_asset", ParentType, ContextType, RequireFields>; + arbitrumone_assets?: SubscriptionResolver, "arbitrumone_assets", ParentType, ContextType, RequireFields>; + arbitrumone_assetStatus?: SubscriptionResolver, "arbitrumone_assetStatus", ParentType, ContextType, RequireFields>; + arbitrumone_assetStatuses?: SubscriptionResolver, "arbitrumone_assetStatuses", ParentType, ContextType, RequireFields>; + arbitrumone_assetBalance?: SubscriptionResolver, "arbitrumone_assetBalance", ParentType, ContextType, RequireFields>; + arbitrumone_assetBalances?: SubscriptionResolver, "arbitrumone_assetBalances", ParentType, ContextType, RequireFields>; + arbitrumone_router?: SubscriptionResolver, "arbitrumone_router", ParentType, ContextType, RequireFields>; + arbitrumone_routers?: SubscriptionResolver, "arbitrumone_routers", ParentType, ContextType, RequireFields>; + arbitrumone_routerDailyTVL?: SubscriptionResolver, "arbitrumone_routerDailyTVL", ParentType, ContextType, RequireFields>; + arbitrumone_routerDailyTVLs?: SubscriptionResolver, "arbitrumone_routerDailyTVLs", ParentType, ContextType, RequireFields>; + arbitrumone_routerLiquidityEvent?: SubscriptionResolver, "arbitrumone_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumone_routerLiquidityEvents?: SubscriptionResolver, "arbitrumone_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumone_setting?: SubscriptionResolver, "arbitrumone_setting", ParentType, ContextType, RequireFields>; + arbitrumone_settings?: SubscriptionResolver, "arbitrumone_settings", ParentType, ContextType, RequireFields>; + arbitrumone_relayer?: SubscriptionResolver, "arbitrumone_relayer", ParentType, ContextType, RequireFields>; + arbitrumone_relayers?: SubscriptionResolver, "arbitrumone_relayers", ParentType, ContextType, RequireFields>; + arbitrumone_sequencer?: SubscriptionResolver, "arbitrumone_sequencer", ParentType, ContextType, RequireFields>; + arbitrumone_sequencers?: SubscriptionResolver, "arbitrumone_sequencers", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFee?: SubscriptionResolver, "arbitrumone_relayerFee", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFees?: SubscriptionResolver, "arbitrumone_relayerFees", ParentType, ContextType, RequireFields>; + arbitrumone_originTransfer?: SubscriptionResolver, "arbitrumone_originTransfer", ParentType, ContextType, RequireFields>; + arbitrumone_originTransfers?: SubscriptionResolver, "arbitrumone_originTransfers", ParentType, ContextType, RequireFields>; + arbitrumone_destinationTransfer?: SubscriptionResolver, "arbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; + arbitrumone_destinationTransfers?: SubscriptionResolver, "arbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; + arbitrumone_originMessage?: SubscriptionResolver, "arbitrumone_originMessage", ParentType, ContextType, RequireFields>; + arbitrumone_originMessages?: SubscriptionResolver, "arbitrumone_originMessages", ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoot?: SubscriptionResolver, "arbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoots?: SubscriptionResolver, "arbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; + arbitrumone_connectorMeta?: SubscriptionResolver, "arbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; + arbitrumone_connectorMetas?: SubscriptionResolver, "arbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; + arbitrumone_rootCount?: SubscriptionResolver, "arbitrumone_rootCount", ParentType, ContextType, RequireFields>; + arbitrumone_rootCounts?: SubscriptionResolver, "arbitrumone_rootCounts", ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSent?: SubscriptionResolver, "arbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSents?: SubscriptionResolver, "arbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncrease?: SubscriptionResolver, "arbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncreases?: SubscriptionResolver, "arbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdate?: SubscriptionResolver, "arbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdates?: SubscriptionResolver, "arbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; + arbitrumone__meta?: SubscriptionResolver, "arbitrumone__meta", ParentType, ContextType, Partial>; + polygon_asset?: SubscriptionResolver, "polygon_asset", ParentType, ContextType, RequireFields>; + polygon_assets?: SubscriptionResolver, "polygon_assets", ParentType, ContextType, RequireFields>; + polygon_assetStatus?: SubscriptionResolver, "polygon_assetStatus", ParentType, ContextType, RequireFields>; + polygon_assetStatuses?: SubscriptionResolver, "polygon_assetStatuses", ParentType, ContextType, RequireFields>; + polygon_assetBalance?: SubscriptionResolver, "polygon_assetBalance", ParentType, ContextType, RequireFields>; + polygon_assetBalances?: SubscriptionResolver, "polygon_assetBalances", ParentType, ContextType, RequireFields>; + polygon_router?: SubscriptionResolver, "polygon_router", ParentType, ContextType, RequireFields>; + polygon_routers?: SubscriptionResolver, "polygon_routers", ParentType, ContextType, RequireFields>; + polygon_routerDailyTVL?: SubscriptionResolver, "polygon_routerDailyTVL", ParentType, ContextType, RequireFields>; + polygon_routerDailyTVLs?: SubscriptionResolver, "polygon_routerDailyTVLs", ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvent?: SubscriptionResolver, "polygon_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvents?: SubscriptionResolver, "polygon_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + polygon_setting?: SubscriptionResolver, "polygon_setting", ParentType, ContextType, RequireFields>; + polygon_settings?: SubscriptionResolver, "polygon_settings", ParentType, ContextType, RequireFields>; + polygon_relayer?: SubscriptionResolver, "polygon_relayer", ParentType, ContextType, RequireFields>; + polygon_relayers?: SubscriptionResolver, "polygon_relayers", ParentType, ContextType, RequireFields>; + polygon_sequencer?: SubscriptionResolver, "polygon_sequencer", ParentType, ContextType, RequireFields>; + polygon_sequencers?: SubscriptionResolver, "polygon_sequencers", ParentType, ContextType, RequireFields>; + polygon_relayerFee?: SubscriptionResolver, "polygon_relayerFee", ParentType, ContextType, RequireFields>; + polygon_relayerFees?: SubscriptionResolver, "polygon_relayerFees", ParentType, ContextType, RequireFields>; + polygon_originTransfer?: SubscriptionResolver, "polygon_originTransfer", ParentType, ContextType, RequireFields>; + polygon_originTransfers?: SubscriptionResolver, "polygon_originTransfers", ParentType, ContextType, RequireFields>; + polygon_destinationTransfer?: SubscriptionResolver, "polygon_destinationTransfer", ParentType, ContextType, RequireFields>; + polygon_destinationTransfers?: SubscriptionResolver, "polygon_destinationTransfers", ParentType, ContextType, RequireFields>; + polygon_originMessage?: SubscriptionResolver, "polygon_originMessage", ParentType, ContextType, RequireFields>; + polygon_originMessages?: SubscriptionResolver, "polygon_originMessages", ParentType, ContextType, RequireFields>; + polygon_aggregateRoot?: SubscriptionResolver, "polygon_aggregateRoot", ParentType, ContextType, RequireFields>; + polygon_aggregateRoots?: SubscriptionResolver, "polygon_aggregateRoots", ParentType, ContextType, RequireFields>; + polygon_connectorMeta?: SubscriptionResolver, "polygon_connectorMeta", ParentType, ContextType, RequireFields>; + polygon_connectorMetas?: SubscriptionResolver, "polygon_connectorMetas", ParentType, ContextType, RequireFields>; + polygon_rootCount?: SubscriptionResolver, "polygon_rootCount", ParentType, ContextType, RequireFields>; + polygon_rootCounts?: SubscriptionResolver, "polygon_rootCounts", ParentType, ContextType, RequireFields>; + polygon_rootMessageSent?: SubscriptionResolver, "polygon_rootMessageSent", ParentType, ContextType, RequireFields>; + polygon_rootMessageSents?: SubscriptionResolver, "polygon_rootMessageSents", ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncrease?: SubscriptionResolver, "polygon_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncreases?: SubscriptionResolver, "polygon_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + polygon_slippageUpdate?: SubscriptionResolver, "polygon_slippageUpdate", ParentType, ContextType, RequireFields>; + polygon_slippageUpdates?: SubscriptionResolver, "polygon_slippageUpdates", ParentType, ContextType, RequireFields>; + polygon__meta?: SubscriptionResolver, "polygon__meta", ParentType, ContextType, Partial>; }>; -export type staginggoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type testoptimismgoerli_AssetResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + key?: Resolver, ParentType, ContextType>; + local?: Resolver; + adoptedAsset?: Resolver; + canonicalId?: Resolver; + canonicalDomain?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type testoptimismgoerli_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; + amount?: Resolver; + router?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingarbitrumgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_swap_BigDecimal'; +export interface testoptimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'testoptimismgoerli_BigDecimal'; } -export interface stagingarbitrumgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_swap_Bytes'; +export interface BigIntScalarConfig extends GraphQLScalarTypeConfig { + name: 'BigInt'; } -export interface stagingarbitrumgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_swap_Int8'; +export interface testoptimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'testoptimismgoerli_Bytes'; } -export type stagingarbitrumgoerli_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ - id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli_swap_LpTokenResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingarbitrumgoerli_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type stagingarbitrumgoerli_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli_swap_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type testoptimismgoerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + agent?: Resolver, ParentType, ContextType>; + recovery?: Resolver, ParentType, ContextType>; + forceSlow?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callback?: Resolver, ParentType, ContextType>; + callbackFee?: Resolver, ParentType, ContextType>; + relayerFee?: Resolver, ParentType, ContextType>; + destinationMinOut?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originSender?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + transactingAmount?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + localAmount?: Resolver, ParentType, ContextType>; + sponsorVaultRelayerFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent' | 'stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; +export interface testoptimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'testoptimismgoerli_Int8'; +} -export type stagingarbitrumgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type testoptimismgoerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + agent?: Resolver, ParentType, ContextType>; + recovery?: Resolver, ParentType, ContextType>; + forceSlow?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callback?: Resolver, ParentType, ContextType>; + callbackFee?: Resolver, ParentType, ContextType>; + relayerFee?: Resolver, ParentType, ContextType>; + destinationMinOut?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + originMinOut?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + transactingAmount?: Resolver, ParentType, ContextType>; + bridgedAsset?: Resolver, ParentType, ContextType>; + bridgedAmount?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type testoptimismgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type testoptimismgoerli_RouterResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type testoptimismgoerli_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingarbitrumgoerli_swap_SwapDailyVolume' | 'stagingarbitrumgoerli_swap_SwapHourlyVolume' | 'stagingarbitrumgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type stagingarbitrumgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type testoptimismgoerli_SponsorVaultResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + sponsorVault?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type testoptimismgoerli_StableSwapResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + canonicalId?: Resolver; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type testoptimismgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type testoptimismgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumgoerli_swap_BigDecimal'; -} - -export interface arbitrumgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumgoerli_swap_Bytes'; -} - -export interface arbitrumgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumgoerli_swap_Int8'; -} - -export type arbitrumgoerli_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ - id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumgoerli_swap_LpTokenResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumgoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumgoerli_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type arbitrumgoerli_swap_LpTransferEventResolvers = ResolversObject<{ +export type goerli_AggregatedMessageRootResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + index?: Resolver; + receivedRoot?: Resolver; + domain?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_PooledTokenResolvers = ResolversObject<{ +export type goerli_ArbitrumConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; +export interface goerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_BigDecimal'; +} + +export type goerli_BnbConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export interface goerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_Bytes'; +} + +export type goerli_GnosisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumgoerli_swap_StableSwapAddLiquidityEvent' | 'arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export interface goerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_Int8'; +} + +export type goerli_LineaConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type goerli_OptimismConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type goerli_PolygonConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type goerli_RootAggregatedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + domain?: Resolver; + receivedRoot?: Resolver; + index?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type goerli_RootManagerMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumgoerli_swap_SwapDailyVolume' | 'arbitrumgoerli_swap_SwapHourlyVolume' | 'arbitrumgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; +export type goerli_RootMessageProcessedResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + root?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type goerli_RootPropagatedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + aggregate?: Resolver; + domainsHash?: Resolver; + count?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type goerli_ZkSyncConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type goerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type goerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_swap_BigDecimal'; -} - -export interface mumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_swap_Bytes'; -} - -export interface mumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_swap_Int8'; -} - -export type mumbai_swap_LpAccountResolvers = ResolversObject<{ +export type mainnet_AggregatedMessageRootResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + index?: Resolver; + receivedRoot?: Resolver; + domain?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type mainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_LpTokenResolvers = ResolversObject<{ +export interface mainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_BigDecimal'; +} + +export type mainnet_BnbConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mumbai_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; +export interface mainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_Bytes'; +} -export type mumbai_swap_LpTransferEventResolvers = ResolversObject<{ +export type mainnet_GnosisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface mainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_Int8'; +} -export type mumbai_swap_StableSwapResolvers = ResolversObject<{ +export type mainnet_LineaConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type mainnet_OptimismConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mumbai_swap_StableSwapAddLiquidityEvent' | 'mumbai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type mumbai_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type mainnet_PolygonConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type mainnet_RootAggregatedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + domain?: Resolver; + receivedRoot?: Resolver; + index?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type mainnet_RootManagerMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type mainnet_RootMessageProcessedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + root?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mumbai_swap_SwapDailyVolume' | 'mumbai_swap_SwapHourlyVolume' | 'mumbai_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type mumbai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type mainnet_RootPropagatedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + aggregate?: Resolver; + domainsHash?: Resolver; + count?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap_SystemInfoResolvers = ResolversObject<{ +export type mainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mainnet__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mainnet__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_BigDecimal'; +export interface staginggoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginggoerli_swap_BigDecimal'; } -export interface bnb_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_Bytes'; +export interface staginggoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginggoerli_swap_Bytes'; } -export interface bnb_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_Int8'; +export interface staginggoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginggoerli_swap_Int8'; } -export type bnb_swap_LpAccountResolvers = ResolversObject<{ +export type staginggoerli_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type staginggoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_LpTokenResolvers = ResolversObject<{ +export type staginggoerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_LpTransferEvent', ParentType, ContextType>; +export type staginggoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'staginggoerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type bnb_swap_LpTransferEventResolvers = ResolversObject<{ +export type staginggoerli_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_PooledTokenResolvers = ResolversObject<{ +export type staginggoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapResolvers = ResolversObject<{ +export type staginggoerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type staginggoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -116091,25 +114639,25 @@ export type bnb_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_StableSwapAddLiquidityEvent' | 'bnb_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type staginggoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'staginggoerli_swap_StableSwapAddLiquidityEvent' | 'staginggoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type bnb_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type staginggoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -116118,15 +114666,15 @@ export type bnb_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type staginggoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -116135,170 +114683,170 @@ export type bnb_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type staginggoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type staginggoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'bnb_swap_SwapDailyVolume' | 'bnb_swap_SwapHourlyVolume' | 'bnb_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type staginggoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'staginggoerli_swap_SwapDailyVolume' | 'staginggoerli_swap_SwapHourlyVolume' | 'staginggoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type bnb_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type staginggoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_SystemInfoResolvers = ResolversObject<{ +export type staginggoerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type staginggoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type staginggoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_swap_BigDecimal'; +export interface stagingarbitrumgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_swap_BigDecimal'; } -export interface stagingmumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_swap_Bytes'; +export interface stagingarbitrumgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_swap_Bytes'; } -export interface stagingmumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_swap_Int8'; +export interface stagingarbitrumgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_swap_Int8'; } -export type stagingmumbai_swap_LpAccountResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_LpTokenResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingmumbai_swap_LpTransferEvent', ParentType, ContextType>; +export type stagingarbitrumgoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingarbitrumgoerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type stagingmumbai_swap_LpTransferEventResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_StableSwapResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -116307,25 +114855,25 @@ export type stagingmumbai_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingmumbai_swap_StableSwapAddLiquidityEvent' | 'stagingmumbai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type stagingarbitrumgoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent' | 'stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type stagingmumbai_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -116334,15 +114882,15 @@ export type stagingmumbai_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -116351,170 +114899,170 @@ export type stagingmumbai_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'stagingmumbai_swap_SwapDailyVolume' | 'stagingmumbai_swap_SwapHourlyVolume' | 'stagingmumbai_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type stagingarbitrumgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingarbitrumgoerli_swap_SwapDailyVolume' | 'stagingarbitrumgoerli_swap_SwapHourlyVolume' | 'stagingarbitrumgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type stagingmumbai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingarbitrumgoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingarbitrumgoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xdai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_BigDecimal'; +export interface mumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_BigDecimal'; } -export interface xdai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_Bytes'; +export interface mumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_Bytes'; } -export interface xdai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_swap_Int8'; +export interface mumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_swap_Int8'; } -export type xdai_swap_LpAccountResolvers = ResolversObject<{ +export type mumbai_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type mumbai_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpTokenResolvers = ResolversObject<{ +export type mumbai_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_LpTransferEvent', ParentType, ContextType>; +export type mumbai_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mumbai_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type xdai_swap_LpTransferEventResolvers = ResolversObject<{ +export type mumbai_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_PooledTokenResolvers = ResolversObject<{ +export type mumbai_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -116523,25 +115071,25 @@ export type xdai_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_StableSwapAddLiquidityEvent' | 'xdai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type mumbai_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mumbai_swap_StableSwapAddLiquidityEvent' | 'mumbai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type xdai_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -116550,15 +115098,15 @@ export type xdai_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type mumbai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -116567,58 +115115,58 @@ export type xdai_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type mumbai_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type mumbai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_SwapDailyVolume' | 'xdai_swap_SwapHourlyVolume' | 'xdai_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type mumbai_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mumbai_swap_SwapDailyVolume' | 'mumbai_swap_SwapHourlyVolume' | 'mumbai_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type xdai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type mumbai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SystemInfoResolvers = ResolversObject<{ +export type mumbai_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mumbai_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mumbai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -116807,113 +115355,269 @@ export type staginggoerli__Meta_Resolvers; }>; -export interface optimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_BigDecimal'; +export type testgoerli_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + local?: Resolver; + adoptedAsset?: Resolver; + canonicalId?: Resolver; + canonicalDomain?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + router?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface testgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'testgoerli_BigDecimal'; } -export interface optimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_Bytes'; +export interface testgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'testgoerli_Bytes'; } -export interface optimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismgoerli_swap_Int8'; +export type testgoerli_DestinationTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + agent?: Resolver, ParentType, ContextType>; + recovery?: Resolver, ParentType, ContextType>; + forceSlow?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callback?: Resolver, ParentType, ContextType>; + callbackFee?: Resolver, ParentType, ContextType>; + relayerFee?: Resolver, ParentType, ContextType>; + destinationMinOut?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originSender?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + transactingAmount?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + localAmount?: Resolver, ParentType, ContextType>; + sponsorVaultRelayerFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface testgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'testgoerli_Int8'; +} + +export type testgoerli_OriginTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + agent?: Resolver, ParentType, ContextType>; + recovery?: Resolver, ParentType, ContextType>; + forceSlow?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callback?: Resolver, ParentType, ContextType>; + callbackFee?: Resolver, ParentType, ContextType>; + relayerFee?: Resolver, ParentType, ContextType>; + destinationMinOut?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + originMinOut?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + transactingAmount?: Resolver, ParentType, ContextType>; + bridgedAsset?: Resolver, ParentType, ContextType>; + bridgedAmount?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli_RelayerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli_RouterResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli_SponsorVaultResolvers = ResolversObject<{ + id?: Resolver; + sponsorVault?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + canonicalId?: Resolver; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type testgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface goerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_BigDecimal'; +} + +export interface goerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_Bytes'; +} + +export interface goerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'goerli_swap_Int8'; } -export type optimismgoerli_swap_LpAccountResolvers = ResolversObject<{ +export type goerli_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type goerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_LpTokenResolvers = ResolversObject<{ +export type goerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismgoerli_swap_LpTransferEvent', ParentType, ContextType>; +export type goerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'goerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type optimismgoerli_swap_LpTransferEventResolvers = ResolversObject<{ +export type goerli_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ +export type goerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_StableSwapResolvers = ResolversObject<{ +export type goerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type goerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -116922,25 +115626,25 @@ export type optimismgoerli_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismgoerli_swap_StableSwapAddLiquidityEvent' | 'optimismgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type goerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'goerli_swap_StableSwapAddLiquidityEvent' | 'goerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type optimismgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type goerli_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -116949,15 +115653,15 @@ export type optimismgoerli_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type goerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -116966,170 +115670,170 @@ export type optimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type goerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type goerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismgoerli_swap_SwapDailyVolume' | 'optimismgoerli_swap_SwapHourlyVolume' | 'optimismgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type goerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'goerli_swap_SwapDailyVolume' | 'goerli_swap_SwapHourlyVolume' | 'goerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type optimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type goerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ +export type goerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type goerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismgoerli_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type goerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_BigDecimal'; +export interface stagingoptimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_swap_BigDecimal'; } -export interface optimism_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_Bytes'; +export interface stagingoptimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_swap_Bytes'; } -export interface optimism_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_swap_Int8'; +export interface stagingoptimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_swap_Int8'; } -export type optimism_swap_LpAccountResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpTokenResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_LpTransferEvent', ParentType, ContextType>; +export type stagingoptimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type optimism_swap_LpTransferEventResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -117138,25 +115842,25 @@ export type optimism_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_StableSwapAddLiquidityEvent' | 'optimism_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type stagingoptimismgoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent' | 'stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type optimism_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -117165,15 +115869,15 @@ export type optimism_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -117182,58 +115886,58 @@ export type optimism_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimism_swap_SwapDailyVolume' | 'optimism_swap_SwapHourlyVolume' | 'optimism_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type stagingoptimismgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingoptimismgoerli_swap_SwapDailyVolume' | 'stagingoptimismgoerli_swap_SwapHourlyVolume' | 'stagingoptimismgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type optimism_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingoptimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingoptimismgoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingoptimismgoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -117558,10 +116262,226 @@ export type polygon_swap_StableSwapResolvers; }>; -export type polygon_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type polygon_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_StableSwapAddLiquidityEvent' | 'polygon_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type polygon_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_SwapDailyVolume' | 'polygon_swap_SwapHourlyVolume' | 'polygon_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type polygon_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface xdai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_BigDecimal'; +} + +export interface xdai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_Bytes'; +} + +export interface xdai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_swap_Int8'; +} + +export type xdai_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xdai_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type xdai_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -117570,25 +116490,25 @@ export type polygon_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_StableSwapAddLiquidityEvent' | 'polygon_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type xdai_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xdai_swap_StableSwapAddLiquidityEvent' | 'xdai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type polygon_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type xdai_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -117597,15 +116517,15 @@ export type polygon_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type xdai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -117614,166 +116534,170 @@ export type polygon_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type xdai_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type xdai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_SwapDailyVolume' | 'polygon_swap_SwapHourlyVolume' | 'polygon_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type xdai_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xdai_swap_SwapDailyVolume' | 'xdai_swap_SwapHourlyVolume' | 'xdai_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type polygon_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type xdai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap_SystemInfoResolvers = ResolversObject<{ +export type xdai_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type xdai_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type xdai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_BigDecimal'; +export interface stagingmumbai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_swap_BigDecimal'; } -export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_Bytes'; +export interface stagingmumbai_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_swap_Bytes'; } -export type linea_swap_LpAccountResolvers = ResolversObject<{ +export interface stagingmumbai_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_swap_Int8'; +} + +export type stagingmumbai_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type stagingmumbai_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTokenResolvers = ResolversObject<{ +export type stagingmumbai_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_LpTransferEvent', ParentType, ContextType>; +export type stagingmumbai_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingmumbai_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type linea_swap_LpTransferEventResolvers = ResolversObject<{ +export type stagingmumbai_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingmumbai_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapResolvers = ResolversObject<{ +export type stagingmumbai_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type stagingmumbai_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -117782,25 +116706,25 @@ export type linea_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_StableSwapAddLiquidityEvent' | 'linea_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type stagingmumbai_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingmumbai_swap_StableSwapAddLiquidityEvent' | 'stagingmumbai_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type linea_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type stagingmumbai_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -117809,15 +116733,15 @@ export type linea_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type stagingmumbai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -117826,933 +116750,904 @@ export type linea_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type stagingmumbai_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingmumbai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_SwapDailyVolume' | 'linea_swap_SwapHourlyVolume' | 'linea_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type stagingmumbai_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'stagingmumbai_swap_SwapDailyVolume' | 'stagingmumbai_swap_SwapHourlyVolume' | 'stagingmumbai_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type linea_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type stagingmumbai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingmumbai_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmumbai_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmumbai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface optimismgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_BigDecimal'; +} -export type goerli_AssetResolvers = ResolversObject<{ - id?: Resolver; - key?: Resolver, ParentType, ContextType>; - decimal?: Resolver, ParentType, ContextType>; - adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface optimismgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_Bytes'; +} -export type goerli_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface optimismgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismgoerli_swap_Int8'; +} -export type goerli_AssetStatusResolvers = ResolversObject<{ +export type optimismgoerli_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - status?: Resolver, ParentType, ContextType>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_ConnectorMetaResolvers = ResolversObject<{ +export type optimismgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_DestinationTransferResolvers = ResolversObject<{ +export type optimismgoerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - amount?: Resolver, ParentType, ContextType>; - routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; - reconciledTxNonce?: Resolver, ParentType, ContextType>; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_OriginMessageResolvers = ResolversObject<{ +export type optimismgoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismgoerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; - index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type goerli_OriginTransferResolvers = ResolversObject<{ +export type optimismgoerli_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RelayerResolvers = ResolversObject<{ +export type optimismgoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RelayerFeeResolvers = ResolversObject<{ +export type optimismgoerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type optimismgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type goerli_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RootMessageSentResolvers = ResolversObject<{ +export type optimismgoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismgoerli_swap_StableSwapAddLiquidityEvent' | 'optimismgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type goerli_RouterResolvers = ResolversObject<{ +export type optimismgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RouterDailyTVLResolvers = ResolversObject<{ +export type optimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; timestamp?: Resolver; - balance?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_RouterLiquidityEventResolvers = ResolversObject<{ +export type optimismgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SequencerResolvers = ResolversObject<{ +export type optimismgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type goerli_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; +export type optimismgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismgoerli_swap_SwapDailyVolume' | 'optimismgoerli_swap_SwapHourlyVolume' | 'optimismgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; }>; -export type goerli_SlippageUpdateResolvers = ResolversObject<{ +export type optimismgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ +export type optimismgoerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; - rootTimestamp?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_AggregatedMessageRootResolvers = ResolversObject<{ - id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; - domain?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; +export type optimismgoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; +export type optimismgoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'localmainnet_BigDecimal'; +export interface arbitrumgoerli_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumgoerli_swap_BigDecimal'; } -export type localmainnet_BnbConnectorMetaResolvers = ResolversObject<{ +export interface arbitrumgoerli_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumgoerli_swap_Bytes'; +} + +export interface arbitrumgoerli_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumgoerli_swap_Int8'; +} + +export type arbitrumgoerli_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'localmainnet_Bytes'; -} - -export type localmainnet_GnosisConnectorMetaResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_HubDomainResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver, ParentType, ContextType>; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumgoerli_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - aggregateRoot?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + transaction?: Resolver; + nonce?: Resolver; }>; -export interface localmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'localmainnet_Int8'; -} +export type arbitrumgoerli_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export type localmainnet_OptimismConnectorMetaResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_OptimisticRootProposedResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_PolygonConnectorMetaResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumgoerli_swap_StableSwapAddLiquidityEvent' | 'arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type localmainnet_RootAggregatedResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootManagerMetaResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootManagerModeResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootMessageProcessedResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - root?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_RootPropagatedResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumgoerli_swap_SwapDailyVolume' | 'arbitrumgoerli_swap_SwapHourlyVolume' | 'arbitrumgoerli_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type arbitrumgoerli_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ +export type arbitrumgoerli_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type arbitrumgoerli_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localmainnet__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type arbitrumgoerli_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface optimism_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_BigDecimal'; +} -export type lineagoerli_AssetResolvers = ResolversObject<{ - id?: Resolver; - key?: Resolver, ParentType, ContextType>; - decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface optimism_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_Bytes'; +} -export type lineagoerli_AssetBalanceResolvers = ResolversObject<{ +export interface optimism_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_swap_Int8'; +} + +export type optimism_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_AssetStatusResolvers = ResolversObject<{ +export type optimism_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - status?: Resolver, ParentType, ContextType>; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface lineagoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'lineagoerli_BigDecimal'; -} - -export interface lineagoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'lineagoerli_Bytes'; -} - -export type lineagoerli_ConnectorMetaResolvers = ResolversObject<{ +export type optimism_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_DestinationTransferResolvers = ResolversObject<{ +export type optimism_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - amount?: Resolver, ParentType, ContextType>; - routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; - reconciledTxNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type lineagoerli_OriginMessageResolvers = ResolversObject<{ +export type optimism_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; - index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_OriginTransferResolvers = ResolversObject<{ +export type optimism_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_RelayerResolvers = ResolversObject<{ +export type optimism_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_RelayerFeeResolvers = ResolversObject<{ +export type optimism_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type optimism_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_StableSwapAddLiquidityEvent' | 'optimism_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + stableSwap?: Resolver; + block?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + transaction?: Resolver; + nonce?: Resolver; }>; -export type lineagoerli_RootCountResolvers = ResolversObject<{ +export type optimism_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_RootMessageSentResolvers = ResolversObject<{ +export type optimism_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_RouterResolvers = ResolversObject<{ +export type optimism_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type optimism_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - balance?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_SequencerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; +export type optimism_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimism_swap_SwapDailyVolume' | 'optimism_swap_SwapHourlyVolume' | 'optimism_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; }>; -export type lineagoerli_SettingResolvers = ResolversObject<{ +export type optimism_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli_SlippageUpdateResolvers = ResolversObject<{ +export type optimism_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimism_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type lineagoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimism_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AggregateRootResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingarbitrumgoerli_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetBalanceResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetStatusResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_BigDecimal'; +export interface stagingarbitrumgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_BigDecimal'; } -export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Bytes'; +export interface stagingarbitrumgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_Bytes'; } -export type optimism_ConnectorMetaResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_DestinationTransferResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Int8'; +export interface stagingarbitrumgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumgoerli_Int8'; } -export type optimism_OriginMessageResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingarbitrumgoerli_OriginMessageResolvers = ResolversObject<{ + id?: Resolver; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_OriginTransferResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeeResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -118760,20 +117655,20 @@ export type optimism_RelayerFeesIncreaseResolvers; }>; -export type optimism_RootCountResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RootMessageSentResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -118781,61 +117676,46 @@ export type optimism_RootMessageSentResolvers; }>; -export type optimism_RouterResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RouterLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; - timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimism_SequencerResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SettingResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SlippageUpdateResolvers = ResolversObject<{ +export type stagingarbitrumgoerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -118843,201 +117723,199 @@ export type optimism_SlippageUpdateResolvers; }>; -export type optimism__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingarbitrumgoerli_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingarbitrumgoerli_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingarbitrumgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingarbitrumgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_AggregateRootResolvers = ResolversObject<{ +export type goerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_AssetResolvers = ResolversObject<{ +export type goerli_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_AssetBalanceResolvers = ResolversObject<{ +export type goerli_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_AssetStatusResolvers = ResolversObject<{ +export type goerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_ConnectorMetaResolvers = ResolversObject<{ +export type goerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_DestinationTransferResolvers = ResolversObject<{ +export type goerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_OriginMessageResolvers = ResolversObject<{ +export type goerli_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_OriginTransferResolvers = ResolversObject<{ +export type goerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_RelayerResolvers = ResolversObject<{ +export type goerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_RelayerFeeResolvers = ResolversObject<{ +export type goerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type goerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -119045,20 +117923,20 @@ export type staginggoerli_RelayerFeesIncreaseResolvers; }>; -export type staginggoerli_RootCountResolvers = ResolversObject<{ +export type goerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_RootMessageSentResolvers = ResolversObject<{ +export type goerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -119066,46 +117944,61 @@ export type staginggoerli_RootMessageSentResolvers; }>; -export type staginggoerli_RouterResolvers = ResolversObject<{ +export type goerli_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type goerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SequencerResolvers = ResolversObject<{ +export type goerli_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type goerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SettingResolvers = ResolversObject<{ +export type goerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginggoerli_SlippageUpdateResolvers = ResolversObject<{ +export type goerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -119113,22 +118006,6 @@ export type staginggoerli_SlippageUpdateResolvers; }>; -export type staginggoerli_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type staginggoerli_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - export type optimismgoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; root?: Resolver; @@ -119408,16 +118285,16 @@ export type optimismgoerli__Meta_Resolvers; }>; -export type stagingoptimismgoerli_AggregateRootResolvers = ResolversObject<{ +export type stagingmumbai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmumbai_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -119426,181 +118303,181 @@ export type stagingoptimismgoerli_AggregateRootProposedResolvers; }>; -export type stagingoptimismgoerli_AssetResolvers = ResolversObject<{ +export type stagingmumbai_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_AssetBalanceResolvers = ResolversObject<{ +export type stagingmumbai_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_AssetStatusResolvers = ResolversObject<{ +export type stagingmumbai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingoptimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_BigDecimal'; +export interface stagingmumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_BigDecimal'; } -export interface stagingoptimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_Bytes'; +export interface stagingmumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_Bytes'; } -export type stagingoptimismgoerli_ConnectorMetaResolvers = ResolversObject<{ +export type stagingmumbai_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_DestinationTransferResolvers = ResolversObject<{ +export type stagingmumbai_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingoptimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimismgoerli_Int8'; +export interface stagingmumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmumbai_Int8'; } -export type stagingoptimismgoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingmumbai_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_OriginMessageResolvers = ResolversObject<{ +export type stagingmumbai_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_OriginTransferResolvers = ResolversObject<{ +export type stagingmumbai_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_RelayerResolvers = ResolversObject<{ +export type stagingmumbai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_RelayerFeeResolvers = ResolversObject<{ +export type stagingmumbai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingmumbai_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -119608,20 +118485,20 @@ export type stagingoptimismgoerli_RelayerFeesIncreaseResolvers; }>; -export type stagingoptimismgoerli_RootCountResolvers = ResolversObject<{ +export type stagingmumbai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_RootMessageSentResolvers = ResolversObject<{ +export type stagingmumbai_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -119629,46 +118506,46 @@ export type stagingoptimismgoerli_RootMessageSentResolvers; }>; -export type stagingoptimismgoerli_RouterResolvers = ResolversObject<{ +export type stagingmumbai_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingmumbai_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_SequencerResolvers = ResolversObject<{ +export type stagingmumbai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_SettingResolvers = ResolversObject<{ +export type stagingmumbai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_SlippageUpdateResolvers = ResolversObject<{ +export type stagingmumbai_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -119676,46 +118553,46 @@ export type stagingoptimismgoerli_SlippageUpdateResolvers; }>; -export type stagingoptimismgoerli_SnapshotRootResolvers = ResolversObject<{ +export type stagingmumbai_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingmumbai_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmumbai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimismgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmumbai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_AggregateRootResolvers = ResolversObject<{ +export type staginggoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_AggregateRootProposedResolvers = ResolversObject<{ +export type staginggoerli_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -119724,181 +118601,169 @@ export type stagingarbitrumgoerli_AggregateRootProposedResolvers; }>; -export type stagingarbitrumgoerli_AssetResolvers = ResolversObject<{ +export type staginggoerli_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_AssetBalanceResolvers = ResolversObject<{ +export type staginggoerli_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_AssetStatusResolvers = ResolversObject<{ +export type staginggoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingarbitrumgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_BigDecimal'; -} - -export interface stagingarbitrumgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_Bytes'; -} - -export type stagingarbitrumgoerli_ConnectorMetaResolvers = ResolversObject<{ +export type staginggoerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_DestinationTransferResolvers = ResolversObject<{ +export type staginggoerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingarbitrumgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumgoerli_Int8'; -} - -export type stagingarbitrumgoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type staginggoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_OriginMessageResolvers = ResolversObject<{ +export type staginggoerli_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_OriginTransferResolvers = ResolversObject<{ +export type staginggoerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_RelayerResolvers = ResolversObject<{ +export type staginggoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_RelayerFeeResolvers = ResolversObject<{ +export type staginggoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type staginggoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -119906,20 +118771,20 @@ export type stagingarbitrumgoerli_RelayerFeesIncreaseResolvers; }>; -export type stagingarbitrumgoerli_RootCountResolvers = ResolversObject<{ +export type staginggoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_RootMessageSentResolvers = ResolversObject<{ +export type staginggoerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -119927,276 +118792,244 @@ export type stagingarbitrumgoerli_RootMessageSentResolvers; }>; -export type stagingarbitrumgoerli_RouterResolvers = ResolversObject<{ +export type staginggoerli_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_RouterDailyTVLResolvers = ResolversObject<{ +export type staginggoerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_SequencerResolvers = ResolversObject<{ +export type staginggoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_SettingResolvers = ResolversObject<{ +export type staginggoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumgoerli_SlippageUpdateResolvers = ResolversObject<{ +export type staginggoerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_AggregateRootResolvers = ResolversObject<{ +export type staginggoerli_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_AggregateRootProposedResolvers = ResolversObject<{ +export type staginggoerli_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_AssetResolvers = ResolversObject<{ +export type mumbai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mumbai_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_AssetBalanceResolvers = ResolversObject<{ +export type mumbai_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_AssetStatusResolvers = ResolversObject<{ +export type mumbai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_BigDecimal'; +export interface mumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_BigDecimal'; } -export interface stagingmumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_Bytes'; +export interface mumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_Bytes'; } -export type stagingmumbai_ConnectorMetaResolvers = ResolversObject<{ +export type mumbai_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_DestinationTransferResolvers = ResolversObject<{ +export type mumbai_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmumbai_Int8'; +export interface mumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mumbai_Int8'; } -export type stagingmumbai_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmumbai_OriginMessageResolvers = ResolversObject<{ +export type mumbai_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_OriginTransferResolvers = ResolversObject<{ +export type mumbai_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RelayerResolvers = ResolversObject<{ +export type mumbai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RelayerFeeResolvers = ResolversObject<{ +export type mumbai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type mumbai_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -120204,20 +119037,20 @@ export type stagingmumbai_RelayerFeesIncreaseResolvers; }>; -export type stagingmumbai_RootCountResolvers = ResolversObject<{ +export type mumbai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RootMessageSentResolvers = ResolversObject<{ +export type mumbai_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -120225,46 +119058,61 @@ export type stagingmumbai_RootMessageSentResolvers; }>; -export type stagingmumbai_RouterResolvers = ResolversObject<{ +export type mumbai_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_RouterDailyTVLResolvers = ResolversObject<{ +export type mumbai_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_SequencerResolvers = ResolversObject<{ +export type mumbai_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mumbai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_SettingResolvers = ResolversObject<{ +export type mumbai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai_SlippageUpdateResolvers = ResolversObject<{ +export type mumbai_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -120272,31 +119120,15 @@ export type stagingmumbai_SlippageUpdateResolvers; }>; -export type stagingmumbai_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmumbai_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmumbai__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mumbai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmumbai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mumbai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -120535,31 +119367,290 @@ export type arbitrumgoerli_RouterLiquidityEventResolvers, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumgoerli_SequencerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumgoerli_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumgoerli_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface lineagoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'lineagoerli_BigDecimal'; +} + +export interface lineagoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'lineagoerli_Bytes'; +} + +export type lineagoerli_ConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_DestinationTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_OriginMessageResolvers = ResolversObject<{ + id?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_OriginTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_RelayerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_RelayerFeeResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_RootCountResolvers = ResolversObject<{ + id?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_RootMessageSentResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_RouterResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type lineagoerli_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; + timestamp?: Resolver; + balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_SequencerResolvers = ResolversObject<{ +export type lineagoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_SettingResolvers = ResolversObject<{ +export type lineagoerli_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli_SlippageUpdateResolvers = ResolversObject<{ +export type lineagoerli_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -120567,195 +119658,213 @@ export type arbitrumgoerli_SlippageUpdateResolvers; }>; -export type arbitrumgoerli__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type lineagoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumgoerli__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type lineagoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_AggregateRootResolvers = ResolversObject<{ +export type stagingoptimismgoerli_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_AssetResolvers = ResolversObject<{ +export type stagingoptimismgoerli_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_AssetBalanceResolvers = ResolversObject<{ +export type stagingoptimismgoerli_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_AssetStatusResolvers = ResolversObject<{ +export type stagingoptimismgoerli_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mumbai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_BigDecimal'; +export interface stagingoptimismgoerli_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_BigDecimal'; } -export interface mumbai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_Bytes'; +export interface stagingoptimismgoerli_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_Bytes'; } -export type mumbai_ConnectorMetaResolvers = ResolversObject<{ +export type stagingoptimismgoerli_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_DestinationTransferResolvers = ResolversObject<{ +export type stagingoptimismgoerli_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mumbai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mumbai_Int8'; +export interface stagingoptimismgoerli_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimismgoerli_Int8'; } -export type mumbai_OriginMessageResolvers = ResolversObject<{ +export type stagingoptimismgoerli_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_OriginMessageResolvers = ResolversObject<{ + id?: Resolver; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_OriginTransferResolvers = ResolversObject<{ +export type stagingoptimismgoerli_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_RelayerResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_RelayerFeeResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -120763,20 +119872,20 @@ export type mumbai_RelayerFeesIncreaseResolvers; }>; -export type mumbai_RootCountResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_RootMessageSentResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -120784,77 +119893,294 @@ export type mumbai_RootMessageSentResolvers; }>; -export type mumbai_RouterResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingoptimismgoerli_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingoptimismgoerli_SequencerResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimismgoerli__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface bnb_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_BigDecimal'; +} + +export interface bnb_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_Bytes'; +} + +export interface bnb_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_Int8'; +} + +export type bnb_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type bnb_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_SequencerResolvers = ResolversObject<{ +export type bnb_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_SettingResolvers = ResolversObject<{ +export type bnb_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai_SlippageUpdateResolvers = ResolversObject<{ +export type bnb_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type bnb_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_StableSwapAddLiquidityEvent' | 'bnb_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type bnb_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_SwapDailyVolume' | 'bnb_swap_SwapHourlyVolume' | 'bnb_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type bnb_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mumbai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type bnb_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -121139,199 +120465,181 @@ export type xdai__Meta_Resolvers; }>; -export type localarbitrumone_AggregateRootResolvers = ResolversObject<{ +export type optimism_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localarbitrumone_AssetResolvers = ResolversObject<{ +export type optimism_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_AssetBalanceResolvers = ResolversObject<{ +export type optimism_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_AssetStatusResolvers = ResolversObject<{ +export type optimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localarbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'localarbitrumone_BigDecimal'; +export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_BigDecimal'; } -export interface localarbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'localarbitrumone_Bytes'; +export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Bytes'; } -export type localarbitrumone_ConnectorMetaResolvers = ResolversObject<{ +export type optimism_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_DestinationTransferResolvers = ResolversObject<{ +export type optimism_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface localarbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'localarbitrumone_Int8'; +export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Int8'; } -export type localarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localarbitrumone_OriginMessageResolvers = ResolversObject<{ +export type optimism_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_OriginTransferResolvers = ResolversObject<{ +export type optimism_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_RelayerResolvers = ResolversObject<{ +export type optimism_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_RelayerFeeResolvers = ResolversObject<{ +export type optimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type optimism_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -121339,20 +120647,20 @@ export type localarbitrumone_RelayerFeesIncreaseResolvers; }>; -export type localarbitrumone_RootCountResolvers = ResolversObject<{ +export type optimism_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_RootMessageSentResolvers = ResolversObject<{ +export type optimism_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -121360,46 +120668,61 @@ export type localarbitrumone_RootMessageSentResolvers; }>; -export type localarbitrumone_RouterResolvers = ResolversObject<{ +export type optimism_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_RouterDailyTVLResolvers = ResolversObject<{ +export type optimism_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_SequencerResolvers = ResolversObject<{ +export type optimism_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimism_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_SettingResolvers = ResolversObject<{ +export type optimism_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone_SlippageUpdateResolvers = ResolversObject<{ +export type optimism_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -121407,31 +120730,15 @@ export type localarbitrumone_SlippageUpdateResolvers; }>; -export type localarbitrumone_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type localarbitrumone__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimism__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type localarbitrumone__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimism__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -121852,41 +121159,338 @@ export type linea_OriginTransferResolvers, ParentType, ContextType>; message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_RelayerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_RelayerFeeResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_RelayerFeesIncreaseResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_RootCountResolvers = ResolversObject<{ + id?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_RootMessageSentResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + count?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_RouterResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; + proposedTimestamp?: Resolver, ParentType, ContextType>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; + timestamp?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_SequencerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localarbitrumone_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localarbitrumone_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localarbitrumone_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localarbitrumone_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface localarbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'localarbitrumone_BigDecimal'; +} + +export interface localarbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'localarbitrumone_Bytes'; +} + +export type localarbitrumone_ConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localarbitrumone_DestinationTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface localarbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'localarbitrumone_Int8'; +} + +export type localarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localarbitrumone_OriginMessageResolvers = ResolversObject<{ + id?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localarbitrumone_OriginTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RelayerResolvers = ResolversObject<{ +export type localarbitrumone_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RelayerFeeResolvers = ResolversObject<{ +export type localarbitrumone_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type localarbitrumone_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -121894,20 +121498,20 @@ export type linea_RelayerFeesIncreaseResolvers; }>; -export type linea_RootCountResolvers = ResolversObject<{ +export type localarbitrumone_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RootMessageSentResolvers = ResolversObject<{ +export type localarbitrumone_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -121915,61 +121519,46 @@ export type linea_RootMessageSentResolvers; }>; -export type linea_RouterResolvers = ResolversObject<{ +export type localarbitrumone_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RouterDailyTVLResolvers = ResolversObject<{ +export type localarbitrumone_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RouterLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; - timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type linea_SequencerResolvers = ResolversObject<{ +export type localarbitrumone_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SettingResolvers = ResolversObject<{ +export type localarbitrumone_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SlippageUpdateResolvers = ResolversObject<{ +export type localarbitrumone_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -121977,15 +121566,31 @@ export type linea_SlippageUpdateResolvers; }>; -export type linea__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type localarbitrumone_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localarbitrumone__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type localarbitrumone__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -122040,6 +121645,14 @@ export type localmainnet_AssetStatusResolvers; }>; +export interface localmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'localmainnet_BigDecimal'; +} + +export interface localmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'localmainnet_Bytes'; +} + export type localmainnet_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; @@ -122092,6 +121705,10 @@ export type localmainnet_DestinationTransferResolvers; }>; +export interface localmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'localmainnet_Int8'; +} + export type localmainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; aggregateRoot?: Resolver; @@ -122263,6 +121880,389 @@ export type localmainnet_SpokeConnectorModeResolvers; }>; +export type localmainnet__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_BigDecimal'; +} + +export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_Bytes'; +} + +export type linea_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type linea_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_StableSwapAddLiquidityEvent' | 'linea_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type linea_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_SwapDailyVolume' | 'linea_swap_SwapHourlyVolume' | 'linea_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type linea_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + count?: Resolver; + aggregatedRoots?: Resolver>, ParentType, ContextType>; + rootTimestamp?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_AggregatedMessageRootResolvers = ResolversObject<{ + id?: Resolver; + index?: Resolver; + receivedRoot?: Resolver; + domain?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_BnbConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_GnosisConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_HubDomainResolvers = ResolversObject<{ + id?: Resolver; + domain?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_OptimismConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + domainsHash?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_OptimisticRootProposedResolvers = ResolversObject<{ + id?: Resolver; + disputeCliff?: Resolver; + aggregateRoot?: Resolver; + snapshotsRoots?: Resolver>, ParentType, ContextType>; + domains?: Resolver>, ParentType, ContextType>; + baseAggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_PolygonConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_RootAggregatedResolvers = ResolversObject<{ + id?: Resolver; + domain?: Resolver; + receivedRoot?: Resolver; + index?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_RootManagerMetaResolvers = ResolversObject<{ + id?: Resolver; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_RootManagerModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_RootMessageProcessedResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + root?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_RootPropagatedResolvers = ResolversObject<{ + id?: Resolver; + aggregate?: Resolver; + domainsHash?: Resolver; + count?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type localmainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + export type localoptimism_AggregateRootResolvers = ResolversObject<{ id?: Resolver; root?: Resolver; @@ -123375,10 +123375,24 @@ export type polygon__Meta_Resolvers = ResolversObject<{ Query?: QueryResolvers; Subscription?: SubscriptionResolvers; + testoptimismgoerli_Asset?: testoptimismgoerli_AssetResolvers; + testoptimismgoerli_AssetBalance?: testoptimismgoerli_AssetBalanceResolvers; + testoptimismgoerli_BigDecimal?: GraphQLScalarType; + BigInt?: GraphQLScalarType; + testoptimismgoerli_Bytes?: GraphQLScalarType; + testoptimismgoerli_DestinationTransfer?: testoptimismgoerli_DestinationTransferResolvers; + testoptimismgoerli_Int8?: GraphQLScalarType; + testoptimismgoerli_OriginTransfer?: testoptimismgoerli_OriginTransferResolvers; + testoptimismgoerli_Relayer?: testoptimismgoerli_RelayerResolvers; + testoptimismgoerli_Router?: testoptimismgoerli_RouterResolvers; + testoptimismgoerli_Setting?: testoptimismgoerli_SettingResolvers; + testoptimismgoerli_SponsorVault?: testoptimismgoerli_SponsorVaultResolvers; + testoptimismgoerli_StableSwap?: testoptimismgoerli_StableSwapResolvers; + testoptimismgoerli__Block_?: testoptimismgoerli__Block_Resolvers; + testoptimismgoerli__Meta_?: testoptimismgoerli__Meta_Resolvers; goerli_AggregatedMessageRoot?: goerli_AggregatedMessageRootResolvers; goerli_ArbitrumConnectorMeta?: goerli_ArbitrumConnectorMetaResolvers; goerli_BigDecimal?: GraphQLScalarType; - BigInt?: GraphQLScalarType; goerli_BnbConnectorMeta?: goerli_BnbConnectorMetaResolvers; goerli_Bytes?: GraphQLScalarType; goerli_GnosisConnectorMeta?: goerli_GnosisConnectorMetaResolvers; @@ -123410,76 +123424,6 @@ export type Resolvers = ResolversObject<{ mainnet_ZkSyncConnectorMeta?: mainnet_ZkSyncConnectorMetaResolvers; mainnet__Block_?: mainnet__Block_Resolvers; mainnet__Meta_?: mainnet__Meta_Resolvers; - stagingoptimismgoerli_swap_BigDecimal?: GraphQLScalarType; - stagingoptimismgoerli_swap_Bytes?: GraphQLScalarType; - stagingoptimismgoerli_swap_Int8?: GraphQLScalarType; - stagingoptimismgoerli_swap_LpAccount?: stagingoptimismgoerli_swap_LpAccountResolvers; - stagingoptimismgoerli_swap_LpAccountBalance?: stagingoptimismgoerli_swap_LpAccountBalanceResolvers; - stagingoptimismgoerli_swap_LpToken?: stagingoptimismgoerli_swap_LpTokenResolvers; - stagingoptimismgoerli_swap_LpTokenEvent?: stagingoptimismgoerli_swap_LpTokenEventResolvers; - stagingoptimismgoerli_swap_LpTransferEvent?: stagingoptimismgoerli_swap_LpTransferEventResolvers; - stagingoptimismgoerli_swap_PooledToken?: stagingoptimismgoerli_swap_PooledTokenResolvers; - stagingoptimismgoerli_swap_StableSwap?: stagingoptimismgoerli_swap_StableSwapResolvers; - stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent?: stagingoptimismgoerli_swap_StableSwapAddLiquidityEventResolvers; - stagingoptimismgoerli_swap_StableSwapEvent?: stagingoptimismgoerli_swap_StableSwapEventResolvers; - stagingoptimismgoerli_swap_StableSwapExchange?: stagingoptimismgoerli_swap_StableSwapExchangeResolvers; - stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent?: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers; - stagingoptimismgoerli_swap_SwapDailyVolume?: stagingoptimismgoerli_swap_SwapDailyVolumeResolvers; - stagingoptimismgoerli_swap_SwapHourlyVolume?: stagingoptimismgoerli_swap_SwapHourlyVolumeResolvers; - stagingoptimismgoerli_swap_SwapTradeVolume?: stagingoptimismgoerli_swap_SwapTradeVolumeResolvers; - stagingoptimismgoerli_swap_SwapWeeklyVolume?: stagingoptimismgoerli_swap_SwapWeeklyVolumeResolvers; - stagingoptimismgoerli_swap_SystemInfo?: stagingoptimismgoerli_swap_SystemInfoResolvers; - stagingoptimismgoerli_swap__Block_?: stagingoptimismgoerli_swap__Block_Resolvers; - stagingoptimismgoerli_swap__Meta_?: stagingoptimismgoerli_swap__Meta_Resolvers; - testgoerli_Asset?: testgoerli_AssetResolvers; - testgoerli_AssetBalance?: testgoerli_AssetBalanceResolvers; - testgoerli_BigDecimal?: GraphQLScalarType; - testgoerli_Bytes?: GraphQLScalarType; - testgoerli_DestinationTransfer?: testgoerli_DestinationTransferResolvers; - testgoerli_Int8?: GraphQLScalarType; - testgoerli_OriginTransfer?: testgoerli_OriginTransferResolvers; - testgoerli_Relayer?: testgoerli_RelayerResolvers; - testgoerli_Router?: testgoerli_RouterResolvers; - testgoerli_Setting?: testgoerli_SettingResolvers; - testgoerli_SponsorVault?: testgoerli_SponsorVaultResolvers; - testgoerli_StableSwap?: testgoerli_StableSwapResolvers; - testgoerli__Block_?: testgoerli__Block_Resolvers; - testgoerli__Meta_?: testgoerli__Meta_Resolvers; - goerli_swap_BigDecimal?: GraphQLScalarType; - goerli_swap_Bytes?: GraphQLScalarType; - goerli_swap_Int8?: GraphQLScalarType; - goerli_swap_LpAccount?: goerli_swap_LpAccountResolvers; - goerli_swap_LpAccountBalance?: goerli_swap_LpAccountBalanceResolvers; - goerli_swap_LpToken?: goerli_swap_LpTokenResolvers; - goerli_swap_LpTokenEvent?: goerli_swap_LpTokenEventResolvers; - goerli_swap_LpTransferEvent?: goerli_swap_LpTransferEventResolvers; - goerli_swap_PooledToken?: goerli_swap_PooledTokenResolvers; - goerli_swap_StableSwap?: goerli_swap_StableSwapResolvers; - goerli_swap_StableSwapAddLiquidityEvent?: goerli_swap_StableSwapAddLiquidityEventResolvers; - goerli_swap_StableSwapEvent?: goerli_swap_StableSwapEventResolvers; - goerli_swap_StableSwapExchange?: goerli_swap_StableSwapExchangeResolvers; - goerli_swap_StableSwapRemoveLiquidityEvent?: goerli_swap_StableSwapRemoveLiquidityEventResolvers; - goerli_swap_SwapDailyVolume?: goerli_swap_SwapDailyVolumeResolvers; - goerli_swap_SwapHourlyVolume?: goerli_swap_SwapHourlyVolumeResolvers; - goerli_swap_SwapTradeVolume?: goerli_swap_SwapTradeVolumeResolvers; - goerli_swap_SwapWeeklyVolume?: goerli_swap_SwapWeeklyVolumeResolvers; - goerli_swap_SystemInfo?: goerli_swap_SystemInfoResolvers; - goerli_swap__Block_?: goerli_swap__Block_Resolvers; - goerli_swap__Meta_?: goerli_swap__Meta_Resolvers; - testoptimismgoerli_Asset?: testoptimismgoerli_AssetResolvers; - testoptimismgoerli_AssetBalance?: testoptimismgoerli_AssetBalanceResolvers; - testoptimismgoerli_BigDecimal?: GraphQLScalarType; - testoptimismgoerli_Bytes?: GraphQLScalarType; - testoptimismgoerli_DestinationTransfer?: testoptimismgoerli_DestinationTransferResolvers; - testoptimismgoerli_Int8?: GraphQLScalarType; - testoptimismgoerli_OriginTransfer?: testoptimismgoerli_OriginTransferResolvers; - testoptimismgoerli_Relayer?: testoptimismgoerli_RelayerResolvers; - testoptimismgoerli_Router?: testoptimismgoerli_RouterResolvers; - testoptimismgoerli_Setting?: testoptimismgoerli_SettingResolvers; - testoptimismgoerli_SponsorVault?: testoptimismgoerli_SponsorVaultResolvers; - testoptimismgoerli_StableSwap?: testoptimismgoerli_StableSwapResolvers; - testoptimismgoerli__Block_?: testoptimismgoerli__Block_Resolvers; - testoptimismgoerli__Meta_?: testoptimismgoerli__Meta_Resolvers; staginggoerli_swap_BigDecimal?: GraphQLScalarType; staginggoerli_swap_Bytes?: GraphQLScalarType; staginggoerli_swap_Int8?: GraphQLScalarType; @@ -123522,27 +123466,6 @@ export type Resolvers = ResolversObject<{ stagingarbitrumgoerli_swap_SystemInfo?: stagingarbitrumgoerli_swap_SystemInfoResolvers; stagingarbitrumgoerli_swap__Block_?: stagingarbitrumgoerli_swap__Block_Resolvers; stagingarbitrumgoerli_swap__Meta_?: stagingarbitrumgoerli_swap__Meta_Resolvers; - arbitrumgoerli_swap_BigDecimal?: GraphQLScalarType; - arbitrumgoerli_swap_Bytes?: GraphQLScalarType; - arbitrumgoerli_swap_Int8?: GraphQLScalarType; - arbitrumgoerli_swap_LpAccount?: arbitrumgoerli_swap_LpAccountResolvers; - arbitrumgoerli_swap_LpAccountBalance?: arbitrumgoerli_swap_LpAccountBalanceResolvers; - arbitrumgoerli_swap_LpToken?: arbitrumgoerli_swap_LpTokenResolvers; - arbitrumgoerli_swap_LpTokenEvent?: arbitrumgoerli_swap_LpTokenEventResolvers; - arbitrumgoerli_swap_LpTransferEvent?: arbitrumgoerli_swap_LpTransferEventResolvers; - arbitrumgoerli_swap_PooledToken?: arbitrumgoerli_swap_PooledTokenResolvers; - arbitrumgoerli_swap_StableSwap?: arbitrumgoerli_swap_StableSwapResolvers; - arbitrumgoerli_swap_StableSwapAddLiquidityEvent?: arbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers; - arbitrumgoerli_swap_StableSwapEvent?: arbitrumgoerli_swap_StableSwapEventResolvers; - arbitrumgoerli_swap_StableSwapExchange?: arbitrumgoerli_swap_StableSwapExchangeResolvers; - arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent?: arbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers; - arbitrumgoerli_swap_SwapDailyVolume?: arbitrumgoerli_swap_SwapDailyVolumeResolvers; - arbitrumgoerli_swap_SwapHourlyVolume?: arbitrumgoerli_swap_SwapHourlyVolumeResolvers; - arbitrumgoerli_swap_SwapTradeVolume?: arbitrumgoerli_swap_SwapTradeVolumeResolvers; - arbitrumgoerli_swap_SwapWeeklyVolume?: arbitrumgoerli_swap_SwapWeeklyVolumeResolvers; - arbitrumgoerli_swap_SystemInfo?: arbitrumgoerli_swap_SystemInfoResolvers; - arbitrumgoerli_swap__Block_?: arbitrumgoerli_swap__Block_Resolvers; - arbitrumgoerli_swap__Meta_?: arbitrumgoerli_swap__Meta_Resolvers; mumbai_swap_BigDecimal?: GraphQLScalarType; mumbai_swap_Bytes?: GraphQLScalarType; mumbai_swap_Int8?: GraphQLScalarType; @@ -123564,69 +123487,6 @@ export type Resolvers = ResolversObject<{ mumbai_swap_SystemInfo?: mumbai_swap_SystemInfoResolvers; mumbai_swap__Block_?: mumbai_swap__Block_Resolvers; mumbai_swap__Meta_?: mumbai_swap__Meta_Resolvers; - bnb_swap_BigDecimal?: GraphQLScalarType; - bnb_swap_Bytes?: GraphQLScalarType; - bnb_swap_Int8?: GraphQLScalarType; - bnb_swap_LpAccount?: bnb_swap_LpAccountResolvers; - bnb_swap_LpAccountBalance?: bnb_swap_LpAccountBalanceResolvers; - bnb_swap_LpToken?: bnb_swap_LpTokenResolvers; - bnb_swap_LpTokenEvent?: bnb_swap_LpTokenEventResolvers; - bnb_swap_LpTransferEvent?: bnb_swap_LpTransferEventResolvers; - bnb_swap_PooledToken?: bnb_swap_PooledTokenResolvers; - bnb_swap_StableSwap?: bnb_swap_StableSwapResolvers; - bnb_swap_StableSwapAddLiquidityEvent?: bnb_swap_StableSwapAddLiquidityEventResolvers; - bnb_swap_StableSwapEvent?: bnb_swap_StableSwapEventResolvers; - bnb_swap_StableSwapExchange?: bnb_swap_StableSwapExchangeResolvers; - bnb_swap_StableSwapRemoveLiquidityEvent?: bnb_swap_StableSwapRemoveLiquidityEventResolvers; - bnb_swap_SwapDailyVolume?: bnb_swap_SwapDailyVolumeResolvers; - bnb_swap_SwapHourlyVolume?: bnb_swap_SwapHourlyVolumeResolvers; - bnb_swap_SwapTradeVolume?: bnb_swap_SwapTradeVolumeResolvers; - bnb_swap_SwapWeeklyVolume?: bnb_swap_SwapWeeklyVolumeResolvers; - bnb_swap_SystemInfo?: bnb_swap_SystemInfoResolvers; - bnb_swap__Block_?: bnb_swap__Block_Resolvers; - bnb_swap__Meta_?: bnb_swap__Meta_Resolvers; - stagingmumbai_swap_BigDecimal?: GraphQLScalarType; - stagingmumbai_swap_Bytes?: GraphQLScalarType; - stagingmumbai_swap_Int8?: GraphQLScalarType; - stagingmumbai_swap_LpAccount?: stagingmumbai_swap_LpAccountResolvers; - stagingmumbai_swap_LpAccountBalance?: stagingmumbai_swap_LpAccountBalanceResolvers; - stagingmumbai_swap_LpToken?: stagingmumbai_swap_LpTokenResolvers; - stagingmumbai_swap_LpTokenEvent?: stagingmumbai_swap_LpTokenEventResolvers; - stagingmumbai_swap_LpTransferEvent?: stagingmumbai_swap_LpTransferEventResolvers; - stagingmumbai_swap_PooledToken?: stagingmumbai_swap_PooledTokenResolvers; - stagingmumbai_swap_StableSwap?: stagingmumbai_swap_StableSwapResolvers; - stagingmumbai_swap_StableSwapAddLiquidityEvent?: stagingmumbai_swap_StableSwapAddLiquidityEventResolvers; - stagingmumbai_swap_StableSwapEvent?: stagingmumbai_swap_StableSwapEventResolvers; - stagingmumbai_swap_StableSwapExchange?: stagingmumbai_swap_StableSwapExchangeResolvers; - stagingmumbai_swap_StableSwapRemoveLiquidityEvent?: stagingmumbai_swap_StableSwapRemoveLiquidityEventResolvers; - stagingmumbai_swap_SwapDailyVolume?: stagingmumbai_swap_SwapDailyVolumeResolvers; - stagingmumbai_swap_SwapHourlyVolume?: stagingmumbai_swap_SwapHourlyVolumeResolvers; - stagingmumbai_swap_SwapTradeVolume?: stagingmumbai_swap_SwapTradeVolumeResolvers; - stagingmumbai_swap_SwapWeeklyVolume?: stagingmumbai_swap_SwapWeeklyVolumeResolvers; - stagingmumbai_swap_SystemInfo?: stagingmumbai_swap_SystemInfoResolvers; - stagingmumbai_swap__Block_?: stagingmumbai_swap__Block_Resolvers; - stagingmumbai_swap__Meta_?: stagingmumbai_swap__Meta_Resolvers; - xdai_swap_BigDecimal?: GraphQLScalarType; - xdai_swap_Bytes?: GraphQLScalarType; - xdai_swap_Int8?: GraphQLScalarType; - xdai_swap_LpAccount?: xdai_swap_LpAccountResolvers; - xdai_swap_LpAccountBalance?: xdai_swap_LpAccountBalanceResolvers; - xdai_swap_LpToken?: xdai_swap_LpTokenResolvers; - xdai_swap_LpTokenEvent?: xdai_swap_LpTokenEventResolvers; - xdai_swap_LpTransferEvent?: xdai_swap_LpTransferEventResolvers; - xdai_swap_PooledToken?: xdai_swap_PooledTokenResolvers; - xdai_swap_StableSwap?: xdai_swap_StableSwapResolvers; - xdai_swap_StableSwapAddLiquidityEvent?: xdai_swap_StableSwapAddLiquidityEventResolvers; - xdai_swap_StableSwapEvent?: xdai_swap_StableSwapEventResolvers; - xdai_swap_StableSwapExchange?: xdai_swap_StableSwapExchangeResolvers; - xdai_swap_StableSwapRemoveLiquidityEvent?: xdai_swap_StableSwapRemoveLiquidityEventResolvers; - xdai_swap_SwapDailyVolume?: xdai_swap_SwapDailyVolumeResolvers; - xdai_swap_SwapHourlyVolume?: xdai_swap_SwapHourlyVolumeResolvers; - xdai_swap_SwapTradeVolume?: xdai_swap_SwapTradeVolumeResolvers; - xdai_swap_SwapWeeklyVolume?: xdai_swap_SwapWeeklyVolumeResolvers; - xdai_swap_SystemInfo?: xdai_swap_SystemInfoResolvers; - xdai_swap__Block_?: xdai_swap__Block_Resolvers; - xdai_swap__Meta_?: xdai_swap__Meta_Resolvers; staginggoerli_AggregateRootSavedSlow?: staginggoerli_AggregateRootSavedSlowResolvers; staginggoerli_AggregatedMessageRoot?: staginggoerli_AggregatedMessageRootResolvers; staginggoerli_ArbitrumConnectorMeta?: staginggoerli_ArbitrumConnectorMetaResolvers; @@ -123649,48 +123509,62 @@ export type Resolvers = ResolversObject<{ staginggoerli_ZkSyncConnectorMeta?: staginggoerli_ZkSyncConnectorMetaResolvers; staginggoerli__Block_?: staginggoerli__Block_Resolvers; staginggoerli__Meta_?: staginggoerli__Meta_Resolvers; - optimismgoerli_swap_BigDecimal?: GraphQLScalarType; - optimismgoerli_swap_Bytes?: GraphQLScalarType; - optimismgoerli_swap_Int8?: GraphQLScalarType; - optimismgoerli_swap_LpAccount?: optimismgoerli_swap_LpAccountResolvers; - optimismgoerli_swap_LpAccountBalance?: optimismgoerli_swap_LpAccountBalanceResolvers; - optimismgoerli_swap_LpToken?: optimismgoerli_swap_LpTokenResolvers; - optimismgoerli_swap_LpTokenEvent?: optimismgoerli_swap_LpTokenEventResolvers; - optimismgoerli_swap_LpTransferEvent?: optimismgoerli_swap_LpTransferEventResolvers; - optimismgoerli_swap_PooledToken?: optimismgoerli_swap_PooledTokenResolvers; - optimismgoerli_swap_StableSwap?: optimismgoerli_swap_StableSwapResolvers; - optimismgoerli_swap_StableSwapAddLiquidityEvent?: optimismgoerli_swap_StableSwapAddLiquidityEventResolvers; - optimismgoerli_swap_StableSwapEvent?: optimismgoerli_swap_StableSwapEventResolvers; - optimismgoerli_swap_StableSwapExchange?: optimismgoerli_swap_StableSwapExchangeResolvers; - optimismgoerli_swap_StableSwapRemoveLiquidityEvent?: optimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers; - optimismgoerli_swap_SwapDailyVolume?: optimismgoerli_swap_SwapDailyVolumeResolvers; - optimismgoerli_swap_SwapHourlyVolume?: optimismgoerli_swap_SwapHourlyVolumeResolvers; - optimismgoerli_swap_SwapTradeVolume?: optimismgoerli_swap_SwapTradeVolumeResolvers; - optimismgoerli_swap_SwapWeeklyVolume?: optimismgoerli_swap_SwapWeeklyVolumeResolvers; - optimismgoerli_swap_SystemInfo?: optimismgoerli_swap_SystemInfoResolvers; - optimismgoerli_swap__Block_?: optimismgoerli_swap__Block_Resolvers; - optimismgoerli_swap__Meta_?: optimismgoerli_swap__Meta_Resolvers; - optimism_swap_BigDecimal?: GraphQLScalarType; - optimism_swap_Bytes?: GraphQLScalarType; - optimism_swap_Int8?: GraphQLScalarType; - optimism_swap_LpAccount?: optimism_swap_LpAccountResolvers; - optimism_swap_LpAccountBalance?: optimism_swap_LpAccountBalanceResolvers; - optimism_swap_LpToken?: optimism_swap_LpTokenResolvers; - optimism_swap_LpTokenEvent?: optimism_swap_LpTokenEventResolvers; - optimism_swap_LpTransferEvent?: optimism_swap_LpTransferEventResolvers; - optimism_swap_PooledToken?: optimism_swap_PooledTokenResolvers; - optimism_swap_StableSwap?: optimism_swap_StableSwapResolvers; - optimism_swap_StableSwapAddLiquidityEvent?: optimism_swap_StableSwapAddLiquidityEventResolvers; - optimism_swap_StableSwapEvent?: optimism_swap_StableSwapEventResolvers; - optimism_swap_StableSwapExchange?: optimism_swap_StableSwapExchangeResolvers; - optimism_swap_StableSwapRemoveLiquidityEvent?: optimism_swap_StableSwapRemoveLiquidityEventResolvers; - optimism_swap_SwapDailyVolume?: optimism_swap_SwapDailyVolumeResolvers; - optimism_swap_SwapHourlyVolume?: optimism_swap_SwapHourlyVolumeResolvers; - optimism_swap_SwapTradeVolume?: optimism_swap_SwapTradeVolumeResolvers; - optimism_swap_SwapWeeklyVolume?: optimism_swap_SwapWeeklyVolumeResolvers; - optimism_swap_SystemInfo?: optimism_swap_SystemInfoResolvers; - optimism_swap__Block_?: optimism_swap__Block_Resolvers; - optimism_swap__Meta_?: optimism_swap__Meta_Resolvers; + testgoerli_Asset?: testgoerli_AssetResolvers; + testgoerli_AssetBalance?: testgoerli_AssetBalanceResolvers; + testgoerli_BigDecimal?: GraphQLScalarType; + testgoerli_Bytes?: GraphQLScalarType; + testgoerli_DestinationTransfer?: testgoerli_DestinationTransferResolvers; + testgoerli_Int8?: GraphQLScalarType; + testgoerli_OriginTransfer?: testgoerli_OriginTransferResolvers; + testgoerli_Relayer?: testgoerli_RelayerResolvers; + testgoerli_Router?: testgoerli_RouterResolvers; + testgoerli_Setting?: testgoerli_SettingResolvers; + testgoerli_SponsorVault?: testgoerli_SponsorVaultResolvers; + testgoerli_StableSwap?: testgoerli_StableSwapResolvers; + testgoerli__Block_?: testgoerli__Block_Resolvers; + testgoerli__Meta_?: testgoerli__Meta_Resolvers; + goerli_swap_BigDecimal?: GraphQLScalarType; + goerli_swap_Bytes?: GraphQLScalarType; + goerli_swap_Int8?: GraphQLScalarType; + goerli_swap_LpAccount?: goerli_swap_LpAccountResolvers; + goerli_swap_LpAccountBalance?: goerli_swap_LpAccountBalanceResolvers; + goerli_swap_LpToken?: goerli_swap_LpTokenResolvers; + goerli_swap_LpTokenEvent?: goerli_swap_LpTokenEventResolvers; + goerli_swap_LpTransferEvent?: goerli_swap_LpTransferEventResolvers; + goerli_swap_PooledToken?: goerli_swap_PooledTokenResolvers; + goerli_swap_StableSwap?: goerli_swap_StableSwapResolvers; + goerli_swap_StableSwapAddLiquidityEvent?: goerli_swap_StableSwapAddLiquidityEventResolvers; + goerli_swap_StableSwapEvent?: goerli_swap_StableSwapEventResolvers; + goerli_swap_StableSwapExchange?: goerli_swap_StableSwapExchangeResolvers; + goerli_swap_StableSwapRemoveLiquidityEvent?: goerli_swap_StableSwapRemoveLiquidityEventResolvers; + goerli_swap_SwapDailyVolume?: goerli_swap_SwapDailyVolumeResolvers; + goerli_swap_SwapHourlyVolume?: goerli_swap_SwapHourlyVolumeResolvers; + goerli_swap_SwapTradeVolume?: goerli_swap_SwapTradeVolumeResolvers; + goerli_swap_SwapWeeklyVolume?: goerli_swap_SwapWeeklyVolumeResolvers; + goerli_swap_SystemInfo?: goerli_swap_SystemInfoResolvers; + goerli_swap__Block_?: goerli_swap__Block_Resolvers; + goerli_swap__Meta_?: goerli_swap__Meta_Resolvers; + stagingoptimismgoerli_swap_BigDecimal?: GraphQLScalarType; + stagingoptimismgoerli_swap_Bytes?: GraphQLScalarType; + stagingoptimismgoerli_swap_Int8?: GraphQLScalarType; + stagingoptimismgoerli_swap_LpAccount?: stagingoptimismgoerli_swap_LpAccountResolvers; + stagingoptimismgoerli_swap_LpAccountBalance?: stagingoptimismgoerli_swap_LpAccountBalanceResolvers; + stagingoptimismgoerli_swap_LpToken?: stagingoptimismgoerli_swap_LpTokenResolvers; + stagingoptimismgoerli_swap_LpTokenEvent?: stagingoptimismgoerli_swap_LpTokenEventResolvers; + stagingoptimismgoerli_swap_LpTransferEvent?: stagingoptimismgoerli_swap_LpTransferEventResolvers; + stagingoptimismgoerli_swap_PooledToken?: stagingoptimismgoerli_swap_PooledTokenResolvers; + stagingoptimismgoerli_swap_StableSwap?: stagingoptimismgoerli_swap_StableSwapResolvers; + stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent?: stagingoptimismgoerli_swap_StableSwapAddLiquidityEventResolvers; + stagingoptimismgoerli_swap_StableSwapEvent?: stagingoptimismgoerli_swap_StableSwapEventResolvers; + stagingoptimismgoerli_swap_StableSwapExchange?: stagingoptimismgoerli_swap_StableSwapExchangeResolvers; + stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent?: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers; + stagingoptimismgoerli_swap_SwapDailyVolume?: stagingoptimismgoerli_swap_SwapDailyVolumeResolvers; + stagingoptimismgoerli_swap_SwapHourlyVolume?: stagingoptimismgoerli_swap_SwapHourlyVolumeResolvers; + stagingoptimismgoerli_swap_SwapTradeVolume?: stagingoptimismgoerli_swap_SwapTradeVolumeResolvers; + stagingoptimismgoerli_swap_SwapWeeklyVolume?: stagingoptimismgoerli_swap_SwapWeeklyVolumeResolvers; + stagingoptimismgoerli_swap_SystemInfo?: stagingoptimismgoerli_swap_SystemInfoResolvers; + stagingoptimismgoerli_swap__Block_?: stagingoptimismgoerli_swap__Block_Resolvers; + stagingoptimismgoerli_swap__Meta_?: stagingoptimismgoerli_swap__Meta_Resolvers; arbitrumone_swap_BigDecimal?: GraphQLScalarType; arbitrumone_swap_Bytes?: GraphQLScalarType; arbitrumone_swap_Int8?: GraphQLScalarType; @@ -123733,26 +123607,138 @@ export type Resolvers = ResolversObject<{ polygon_swap_SystemInfo?: polygon_swap_SystemInfoResolvers; polygon_swap__Block_?: polygon_swap__Block_Resolvers; polygon_swap__Meta_?: polygon_swap__Meta_Resolvers; - linea_swap_BigDecimal?: GraphQLScalarType; - linea_swap_Bytes?: GraphQLScalarType; - linea_swap_LpAccount?: linea_swap_LpAccountResolvers; - linea_swap_LpAccountBalance?: linea_swap_LpAccountBalanceResolvers; - linea_swap_LpToken?: linea_swap_LpTokenResolvers; - linea_swap_LpTokenEvent?: linea_swap_LpTokenEventResolvers; - linea_swap_LpTransferEvent?: linea_swap_LpTransferEventResolvers; - linea_swap_PooledToken?: linea_swap_PooledTokenResolvers; - linea_swap_StableSwap?: linea_swap_StableSwapResolvers; - linea_swap_StableSwapAddLiquidityEvent?: linea_swap_StableSwapAddLiquidityEventResolvers; - linea_swap_StableSwapEvent?: linea_swap_StableSwapEventResolvers; - linea_swap_StableSwapExchange?: linea_swap_StableSwapExchangeResolvers; - linea_swap_StableSwapRemoveLiquidityEvent?: linea_swap_StableSwapRemoveLiquidityEventResolvers; - linea_swap_SwapDailyVolume?: linea_swap_SwapDailyVolumeResolvers; - linea_swap_SwapHourlyVolume?: linea_swap_SwapHourlyVolumeResolvers; - linea_swap_SwapTradeVolume?: linea_swap_SwapTradeVolumeResolvers; - linea_swap_SwapWeeklyVolume?: linea_swap_SwapWeeklyVolumeResolvers; - linea_swap_SystemInfo?: linea_swap_SystemInfoResolvers; - linea_swap__Block_?: linea_swap__Block_Resolvers; - linea_swap__Meta_?: linea_swap__Meta_Resolvers; + xdai_swap_BigDecimal?: GraphQLScalarType; + xdai_swap_Bytes?: GraphQLScalarType; + xdai_swap_Int8?: GraphQLScalarType; + xdai_swap_LpAccount?: xdai_swap_LpAccountResolvers; + xdai_swap_LpAccountBalance?: xdai_swap_LpAccountBalanceResolvers; + xdai_swap_LpToken?: xdai_swap_LpTokenResolvers; + xdai_swap_LpTokenEvent?: xdai_swap_LpTokenEventResolvers; + xdai_swap_LpTransferEvent?: xdai_swap_LpTransferEventResolvers; + xdai_swap_PooledToken?: xdai_swap_PooledTokenResolvers; + xdai_swap_StableSwap?: xdai_swap_StableSwapResolvers; + xdai_swap_StableSwapAddLiquidityEvent?: xdai_swap_StableSwapAddLiquidityEventResolvers; + xdai_swap_StableSwapEvent?: xdai_swap_StableSwapEventResolvers; + xdai_swap_StableSwapExchange?: xdai_swap_StableSwapExchangeResolvers; + xdai_swap_StableSwapRemoveLiquidityEvent?: xdai_swap_StableSwapRemoveLiquidityEventResolvers; + xdai_swap_SwapDailyVolume?: xdai_swap_SwapDailyVolumeResolvers; + xdai_swap_SwapHourlyVolume?: xdai_swap_SwapHourlyVolumeResolvers; + xdai_swap_SwapTradeVolume?: xdai_swap_SwapTradeVolumeResolvers; + xdai_swap_SwapWeeklyVolume?: xdai_swap_SwapWeeklyVolumeResolvers; + xdai_swap_SystemInfo?: xdai_swap_SystemInfoResolvers; + xdai_swap__Block_?: xdai_swap__Block_Resolvers; + xdai_swap__Meta_?: xdai_swap__Meta_Resolvers; + stagingmumbai_swap_BigDecimal?: GraphQLScalarType; + stagingmumbai_swap_Bytes?: GraphQLScalarType; + stagingmumbai_swap_Int8?: GraphQLScalarType; + stagingmumbai_swap_LpAccount?: stagingmumbai_swap_LpAccountResolvers; + stagingmumbai_swap_LpAccountBalance?: stagingmumbai_swap_LpAccountBalanceResolvers; + stagingmumbai_swap_LpToken?: stagingmumbai_swap_LpTokenResolvers; + stagingmumbai_swap_LpTokenEvent?: stagingmumbai_swap_LpTokenEventResolvers; + stagingmumbai_swap_LpTransferEvent?: stagingmumbai_swap_LpTransferEventResolvers; + stagingmumbai_swap_PooledToken?: stagingmumbai_swap_PooledTokenResolvers; + stagingmumbai_swap_StableSwap?: stagingmumbai_swap_StableSwapResolvers; + stagingmumbai_swap_StableSwapAddLiquidityEvent?: stagingmumbai_swap_StableSwapAddLiquidityEventResolvers; + stagingmumbai_swap_StableSwapEvent?: stagingmumbai_swap_StableSwapEventResolvers; + stagingmumbai_swap_StableSwapExchange?: stagingmumbai_swap_StableSwapExchangeResolvers; + stagingmumbai_swap_StableSwapRemoveLiquidityEvent?: stagingmumbai_swap_StableSwapRemoveLiquidityEventResolvers; + stagingmumbai_swap_SwapDailyVolume?: stagingmumbai_swap_SwapDailyVolumeResolvers; + stagingmumbai_swap_SwapHourlyVolume?: stagingmumbai_swap_SwapHourlyVolumeResolvers; + stagingmumbai_swap_SwapTradeVolume?: stagingmumbai_swap_SwapTradeVolumeResolvers; + stagingmumbai_swap_SwapWeeklyVolume?: stagingmumbai_swap_SwapWeeklyVolumeResolvers; + stagingmumbai_swap_SystemInfo?: stagingmumbai_swap_SystemInfoResolvers; + stagingmumbai_swap__Block_?: stagingmumbai_swap__Block_Resolvers; + stagingmumbai_swap__Meta_?: stagingmumbai_swap__Meta_Resolvers; + optimismgoerli_swap_BigDecimal?: GraphQLScalarType; + optimismgoerli_swap_Bytes?: GraphQLScalarType; + optimismgoerli_swap_Int8?: GraphQLScalarType; + optimismgoerli_swap_LpAccount?: optimismgoerli_swap_LpAccountResolvers; + optimismgoerli_swap_LpAccountBalance?: optimismgoerli_swap_LpAccountBalanceResolvers; + optimismgoerli_swap_LpToken?: optimismgoerli_swap_LpTokenResolvers; + optimismgoerli_swap_LpTokenEvent?: optimismgoerli_swap_LpTokenEventResolvers; + optimismgoerli_swap_LpTransferEvent?: optimismgoerli_swap_LpTransferEventResolvers; + optimismgoerli_swap_PooledToken?: optimismgoerli_swap_PooledTokenResolvers; + optimismgoerli_swap_StableSwap?: optimismgoerli_swap_StableSwapResolvers; + optimismgoerli_swap_StableSwapAddLiquidityEvent?: optimismgoerli_swap_StableSwapAddLiquidityEventResolvers; + optimismgoerli_swap_StableSwapEvent?: optimismgoerli_swap_StableSwapEventResolvers; + optimismgoerli_swap_StableSwapExchange?: optimismgoerli_swap_StableSwapExchangeResolvers; + optimismgoerli_swap_StableSwapRemoveLiquidityEvent?: optimismgoerli_swap_StableSwapRemoveLiquidityEventResolvers; + optimismgoerli_swap_SwapDailyVolume?: optimismgoerli_swap_SwapDailyVolumeResolvers; + optimismgoerli_swap_SwapHourlyVolume?: optimismgoerli_swap_SwapHourlyVolumeResolvers; + optimismgoerli_swap_SwapTradeVolume?: optimismgoerli_swap_SwapTradeVolumeResolvers; + optimismgoerli_swap_SwapWeeklyVolume?: optimismgoerli_swap_SwapWeeklyVolumeResolvers; + optimismgoerli_swap_SystemInfo?: optimismgoerli_swap_SystemInfoResolvers; + optimismgoerli_swap__Block_?: optimismgoerli_swap__Block_Resolvers; + optimismgoerli_swap__Meta_?: optimismgoerli_swap__Meta_Resolvers; + arbitrumgoerli_swap_BigDecimal?: GraphQLScalarType; + arbitrumgoerli_swap_Bytes?: GraphQLScalarType; + arbitrumgoerli_swap_Int8?: GraphQLScalarType; + arbitrumgoerli_swap_LpAccount?: arbitrumgoerli_swap_LpAccountResolvers; + arbitrumgoerli_swap_LpAccountBalance?: arbitrumgoerli_swap_LpAccountBalanceResolvers; + arbitrumgoerli_swap_LpToken?: arbitrumgoerli_swap_LpTokenResolvers; + arbitrumgoerli_swap_LpTokenEvent?: arbitrumgoerli_swap_LpTokenEventResolvers; + arbitrumgoerli_swap_LpTransferEvent?: arbitrumgoerli_swap_LpTransferEventResolvers; + arbitrumgoerli_swap_PooledToken?: arbitrumgoerli_swap_PooledTokenResolvers; + arbitrumgoerli_swap_StableSwap?: arbitrumgoerli_swap_StableSwapResolvers; + arbitrumgoerli_swap_StableSwapAddLiquidityEvent?: arbitrumgoerli_swap_StableSwapAddLiquidityEventResolvers; + arbitrumgoerli_swap_StableSwapEvent?: arbitrumgoerli_swap_StableSwapEventResolvers; + arbitrumgoerli_swap_StableSwapExchange?: arbitrumgoerli_swap_StableSwapExchangeResolvers; + arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent?: arbitrumgoerli_swap_StableSwapRemoveLiquidityEventResolvers; + arbitrumgoerli_swap_SwapDailyVolume?: arbitrumgoerli_swap_SwapDailyVolumeResolvers; + arbitrumgoerli_swap_SwapHourlyVolume?: arbitrumgoerli_swap_SwapHourlyVolumeResolvers; + arbitrumgoerli_swap_SwapTradeVolume?: arbitrumgoerli_swap_SwapTradeVolumeResolvers; + arbitrumgoerli_swap_SwapWeeklyVolume?: arbitrumgoerli_swap_SwapWeeklyVolumeResolvers; + arbitrumgoerli_swap_SystemInfo?: arbitrumgoerli_swap_SystemInfoResolvers; + arbitrumgoerli_swap__Block_?: arbitrumgoerli_swap__Block_Resolvers; + arbitrumgoerli_swap__Meta_?: arbitrumgoerli_swap__Meta_Resolvers; + optimism_swap_BigDecimal?: GraphQLScalarType; + optimism_swap_Bytes?: GraphQLScalarType; + optimism_swap_Int8?: GraphQLScalarType; + optimism_swap_LpAccount?: optimism_swap_LpAccountResolvers; + optimism_swap_LpAccountBalance?: optimism_swap_LpAccountBalanceResolvers; + optimism_swap_LpToken?: optimism_swap_LpTokenResolvers; + optimism_swap_LpTokenEvent?: optimism_swap_LpTokenEventResolvers; + optimism_swap_LpTransferEvent?: optimism_swap_LpTransferEventResolvers; + optimism_swap_PooledToken?: optimism_swap_PooledTokenResolvers; + optimism_swap_StableSwap?: optimism_swap_StableSwapResolvers; + optimism_swap_StableSwapAddLiquidityEvent?: optimism_swap_StableSwapAddLiquidityEventResolvers; + optimism_swap_StableSwapEvent?: optimism_swap_StableSwapEventResolvers; + optimism_swap_StableSwapExchange?: optimism_swap_StableSwapExchangeResolvers; + optimism_swap_StableSwapRemoveLiquidityEvent?: optimism_swap_StableSwapRemoveLiquidityEventResolvers; + optimism_swap_SwapDailyVolume?: optimism_swap_SwapDailyVolumeResolvers; + optimism_swap_SwapHourlyVolume?: optimism_swap_SwapHourlyVolumeResolvers; + optimism_swap_SwapTradeVolume?: optimism_swap_SwapTradeVolumeResolvers; + optimism_swap_SwapWeeklyVolume?: optimism_swap_SwapWeeklyVolumeResolvers; + optimism_swap_SystemInfo?: optimism_swap_SystemInfoResolvers; + optimism_swap__Block_?: optimism_swap__Block_Resolvers; + optimism_swap__Meta_?: optimism_swap__Meta_Resolvers; + stagingarbitrumgoerli_AggregateRoot?: stagingarbitrumgoerli_AggregateRootResolvers; + stagingarbitrumgoerli_AggregateRootProposed?: stagingarbitrumgoerli_AggregateRootProposedResolvers; + stagingarbitrumgoerli_Asset?: stagingarbitrumgoerli_AssetResolvers; + stagingarbitrumgoerli_AssetBalance?: stagingarbitrumgoerli_AssetBalanceResolvers; + stagingarbitrumgoerli_AssetStatus?: stagingarbitrumgoerli_AssetStatusResolvers; + stagingarbitrumgoerli_BigDecimal?: GraphQLScalarType; + stagingarbitrumgoerli_Bytes?: GraphQLScalarType; + stagingarbitrumgoerli_ConnectorMeta?: stagingarbitrumgoerli_ConnectorMetaResolvers; + stagingarbitrumgoerli_DestinationTransfer?: stagingarbitrumgoerli_DestinationTransferResolvers; + stagingarbitrumgoerli_Int8?: GraphQLScalarType; + stagingarbitrumgoerli_OptimisticRootFinalized?: stagingarbitrumgoerli_OptimisticRootFinalizedResolvers; + stagingarbitrumgoerli_OriginMessage?: stagingarbitrumgoerli_OriginMessageResolvers; + stagingarbitrumgoerli_OriginTransfer?: stagingarbitrumgoerli_OriginTransferResolvers; + stagingarbitrumgoerli_Relayer?: stagingarbitrumgoerli_RelayerResolvers; + stagingarbitrumgoerli_RelayerFee?: stagingarbitrumgoerli_RelayerFeeResolvers; + stagingarbitrumgoerli_RelayerFeesIncrease?: stagingarbitrumgoerli_RelayerFeesIncreaseResolvers; + stagingarbitrumgoerli_RootCount?: stagingarbitrumgoerli_RootCountResolvers; + stagingarbitrumgoerli_RootMessageSent?: stagingarbitrumgoerli_RootMessageSentResolvers; + stagingarbitrumgoerli_Router?: stagingarbitrumgoerli_RouterResolvers; + stagingarbitrumgoerli_RouterDailyTVL?: stagingarbitrumgoerli_RouterDailyTVLResolvers; + stagingarbitrumgoerli_Sequencer?: stagingarbitrumgoerli_SequencerResolvers; + stagingarbitrumgoerli_Setting?: stagingarbitrumgoerli_SettingResolvers; + stagingarbitrumgoerli_SlippageUpdate?: stagingarbitrumgoerli_SlippageUpdateResolvers; + stagingarbitrumgoerli_SnapshotRoot?: stagingarbitrumgoerli_SnapshotRootResolvers; + stagingarbitrumgoerli_SpokeConnectorMode?: stagingarbitrumgoerli_SpokeConnectorModeResolvers; + stagingarbitrumgoerli__Block_?: stagingarbitrumgoerli__Block_Resolvers; + stagingarbitrumgoerli__Meta_?: stagingarbitrumgoerli__Meta_Resolvers; goerli_AggregateRoot?: goerli_AggregateRootResolvers; goerli_Asset?: goerli_AssetResolvers; goerli_AssetBalance?: goerli_AssetBalanceResolvers; @@ -123772,96 +123758,6 @@ export type Resolvers = ResolversObject<{ goerli_Sequencer?: goerli_SequencerResolvers; goerli_Setting?: goerli_SettingResolvers; goerli_SlippageUpdate?: goerli_SlippageUpdateResolvers; - localmainnet_AggregateRootSavedSlow?: localmainnet_AggregateRootSavedSlowResolvers; - localmainnet_AggregatedMessageRoot?: localmainnet_AggregatedMessageRootResolvers; - localmainnet_ArbitrumConnectorMeta?: localmainnet_ArbitrumConnectorMetaResolvers; - localmainnet_BigDecimal?: GraphQLScalarType; - localmainnet_BnbConnectorMeta?: localmainnet_BnbConnectorMetaResolvers; - localmainnet_Bytes?: GraphQLScalarType; - localmainnet_GnosisConnectorMeta?: localmainnet_GnosisConnectorMetaResolvers; - localmainnet_HubDomain?: localmainnet_HubDomainResolvers; - localmainnet_HubOptimisticRootFinalized?: localmainnet_HubOptimisticRootFinalizedResolvers; - localmainnet_Int8?: GraphQLScalarType; - localmainnet_OptimismConnectorMeta?: localmainnet_OptimismConnectorMetaResolvers; - localmainnet_OptimisticRootPropagated?: localmainnet_OptimisticRootPropagatedResolvers; - localmainnet_OptimisticRootProposed?: localmainnet_OptimisticRootProposedResolvers; - localmainnet_PolygonConnectorMeta?: localmainnet_PolygonConnectorMetaResolvers; - localmainnet_RootAggregated?: localmainnet_RootAggregatedResolvers; - localmainnet_RootManagerMeta?: localmainnet_RootManagerMetaResolvers; - localmainnet_RootManagerMode?: localmainnet_RootManagerModeResolvers; - localmainnet_RootMessageProcessed?: localmainnet_RootMessageProcessedResolvers; - localmainnet_RootPropagated?: localmainnet_RootPropagatedResolvers; - localmainnet_ZkSyncConnectorMeta?: localmainnet_ZkSyncConnectorMetaResolvers; - localmainnet__Block_?: localmainnet__Block_Resolvers; - localmainnet__Meta_?: localmainnet__Meta_Resolvers; - lineagoerli_AggregateRoot?: lineagoerli_AggregateRootResolvers; - lineagoerli_Asset?: lineagoerli_AssetResolvers; - lineagoerli_AssetBalance?: lineagoerli_AssetBalanceResolvers; - lineagoerli_AssetStatus?: lineagoerli_AssetStatusResolvers; - lineagoerli_BigDecimal?: GraphQLScalarType; - lineagoerli_Bytes?: GraphQLScalarType; - lineagoerli_ConnectorMeta?: lineagoerli_ConnectorMetaResolvers; - lineagoerli_DestinationTransfer?: lineagoerli_DestinationTransferResolvers; - lineagoerli_OriginMessage?: lineagoerli_OriginMessageResolvers; - lineagoerli_OriginTransfer?: lineagoerli_OriginTransferResolvers; - lineagoerli_Relayer?: lineagoerli_RelayerResolvers; - lineagoerli_RelayerFee?: lineagoerli_RelayerFeeResolvers; - lineagoerli_RelayerFeesIncrease?: lineagoerli_RelayerFeesIncreaseResolvers; - lineagoerli_RootCount?: lineagoerli_RootCountResolvers; - lineagoerli_RootMessageSent?: lineagoerli_RootMessageSentResolvers; - lineagoerli_Router?: lineagoerli_RouterResolvers; - lineagoerli_RouterDailyTVL?: lineagoerli_RouterDailyTVLResolvers; - lineagoerli_Sequencer?: lineagoerli_SequencerResolvers; - lineagoerli_Setting?: lineagoerli_SettingResolvers; - lineagoerli_SlippageUpdate?: lineagoerli_SlippageUpdateResolvers; - lineagoerli__Block_?: lineagoerli__Block_Resolvers; - lineagoerli__Meta_?: lineagoerli__Meta_Resolvers; - optimism_AggregateRoot?: optimism_AggregateRootResolvers; - optimism_Asset?: optimism_AssetResolvers; - optimism_AssetBalance?: optimism_AssetBalanceResolvers; - optimism_AssetStatus?: optimism_AssetStatusResolvers; - optimism_BigDecimal?: GraphQLScalarType; - optimism_Bytes?: GraphQLScalarType; - optimism_ConnectorMeta?: optimism_ConnectorMetaResolvers; - optimism_DestinationTransfer?: optimism_DestinationTransferResolvers; - optimism_Int8?: GraphQLScalarType; - optimism_OriginMessage?: optimism_OriginMessageResolvers; - optimism_OriginTransfer?: optimism_OriginTransferResolvers; - optimism_Relayer?: optimism_RelayerResolvers; - optimism_RelayerFee?: optimism_RelayerFeeResolvers; - optimism_RelayerFeesIncrease?: optimism_RelayerFeesIncreaseResolvers; - optimism_RootCount?: optimism_RootCountResolvers; - optimism_RootMessageSent?: optimism_RootMessageSentResolvers; - optimism_Router?: optimism_RouterResolvers; - optimism_RouterDailyTVL?: optimism_RouterDailyTVLResolvers; - optimism_RouterLiquidityEvent?: optimism_RouterLiquidityEventResolvers; - optimism_Sequencer?: optimism_SequencerResolvers; - optimism_Setting?: optimism_SettingResolvers; - optimism_SlippageUpdate?: optimism_SlippageUpdateResolvers; - optimism__Block_?: optimism__Block_Resolvers; - optimism__Meta_?: optimism__Meta_Resolvers; - staginggoerli_AggregateRoot?: staginggoerli_AggregateRootResolvers; - staginggoerli_AggregateRootProposed?: staginggoerli_AggregateRootProposedResolvers; - staginggoerli_Asset?: staginggoerli_AssetResolvers; - staginggoerli_AssetBalance?: staginggoerli_AssetBalanceResolvers; - staginggoerli_AssetStatus?: staginggoerli_AssetStatusResolvers; - staginggoerli_ConnectorMeta?: staginggoerli_ConnectorMetaResolvers; - staginggoerli_DestinationTransfer?: staginggoerli_DestinationTransferResolvers; - staginggoerli_OptimisticRootFinalized?: staginggoerli_OptimisticRootFinalizedResolvers; - staginggoerli_OriginMessage?: staginggoerli_OriginMessageResolvers; - staginggoerli_OriginTransfer?: staginggoerli_OriginTransferResolvers; - staginggoerli_Relayer?: staginggoerli_RelayerResolvers; - staginggoerli_RelayerFee?: staginggoerli_RelayerFeeResolvers; - staginggoerli_RelayerFeesIncrease?: staginggoerli_RelayerFeesIncreaseResolvers; - staginggoerli_RootCount?: staginggoerli_RootCountResolvers; - staginggoerli_RootMessageSent?: staginggoerli_RootMessageSentResolvers; - staginggoerli_Router?: staginggoerli_RouterResolvers; - staginggoerli_RouterDailyTVL?: staginggoerli_RouterDailyTVLResolvers; - staginggoerli_Sequencer?: staginggoerli_SequencerResolvers; - staginggoerli_Setting?: staginggoerli_SettingResolvers; - staginggoerli_SlippageUpdate?: staginggoerli_SlippageUpdateResolvers; - staginggoerli_SnapshotRoot?: staginggoerli_SnapshotRootResolvers; - staginggoerli_SpokeConnectorMode?: staginggoerli_SpokeConnectorModeResolvers; optimismgoerli_AggregateRoot?: optimismgoerli_AggregateRootResolvers; optimismgoerli_Asset?: optimismgoerli_AssetResolvers; optimismgoerli_AssetBalance?: optimismgoerli_AssetBalanceResolvers; @@ -123886,60 +123782,6 @@ export type Resolvers = ResolversObject<{ optimismgoerli_SlippageUpdate?: optimismgoerli_SlippageUpdateResolvers; optimismgoerli__Block_?: optimismgoerli__Block_Resolvers; optimismgoerli__Meta_?: optimismgoerli__Meta_Resolvers; - stagingoptimismgoerli_AggregateRoot?: stagingoptimismgoerli_AggregateRootResolvers; - stagingoptimismgoerli_AggregateRootProposed?: stagingoptimismgoerli_AggregateRootProposedResolvers; - stagingoptimismgoerli_Asset?: stagingoptimismgoerli_AssetResolvers; - stagingoptimismgoerli_AssetBalance?: stagingoptimismgoerli_AssetBalanceResolvers; - stagingoptimismgoerli_AssetStatus?: stagingoptimismgoerli_AssetStatusResolvers; - stagingoptimismgoerli_BigDecimal?: GraphQLScalarType; - stagingoptimismgoerli_Bytes?: GraphQLScalarType; - stagingoptimismgoerli_ConnectorMeta?: stagingoptimismgoerli_ConnectorMetaResolvers; - stagingoptimismgoerli_DestinationTransfer?: stagingoptimismgoerli_DestinationTransferResolvers; - stagingoptimismgoerli_Int8?: GraphQLScalarType; - stagingoptimismgoerli_OptimisticRootFinalized?: stagingoptimismgoerli_OptimisticRootFinalizedResolvers; - stagingoptimismgoerli_OriginMessage?: stagingoptimismgoerli_OriginMessageResolvers; - stagingoptimismgoerli_OriginTransfer?: stagingoptimismgoerli_OriginTransferResolvers; - stagingoptimismgoerli_Relayer?: stagingoptimismgoerli_RelayerResolvers; - stagingoptimismgoerli_RelayerFee?: stagingoptimismgoerli_RelayerFeeResolvers; - stagingoptimismgoerli_RelayerFeesIncrease?: stagingoptimismgoerli_RelayerFeesIncreaseResolvers; - stagingoptimismgoerli_RootCount?: stagingoptimismgoerli_RootCountResolvers; - stagingoptimismgoerli_RootMessageSent?: stagingoptimismgoerli_RootMessageSentResolvers; - stagingoptimismgoerli_Router?: stagingoptimismgoerli_RouterResolvers; - stagingoptimismgoerli_RouterDailyTVL?: stagingoptimismgoerli_RouterDailyTVLResolvers; - stagingoptimismgoerli_Sequencer?: stagingoptimismgoerli_SequencerResolvers; - stagingoptimismgoerli_Setting?: stagingoptimismgoerli_SettingResolvers; - stagingoptimismgoerli_SlippageUpdate?: stagingoptimismgoerli_SlippageUpdateResolvers; - stagingoptimismgoerli_SnapshotRoot?: stagingoptimismgoerli_SnapshotRootResolvers; - stagingoptimismgoerli_SpokeConnectorMode?: stagingoptimismgoerli_SpokeConnectorModeResolvers; - stagingoptimismgoerli__Block_?: stagingoptimismgoerli__Block_Resolvers; - stagingoptimismgoerli__Meta_?: stagingoptimismgoerli__Meta_Resolvers; - stagingarbitrumgoerli_AggregateRoot?: stagingarbitrumgoerli_AggregateRootResolvers; - stagingarbitrumgoerli_AggregateRootProposed?: stagingarbitrumgoerli_AggregateRootProposedResolvers; - stagingarbitrumgoerli_Asset?: stagingarbitrumgoerli_AssetResolvers; - stagingarbitrumgoerli_AssetBalance?: stagingarbitrumgoerli_AssetBalanceResolvers; - stagingarbitrumgoerli_AssetStatus?: stagingarbitrumgoerli_AssetStatusResolvers; - stagingarbitrumgoerli_BigDecimal?: GraphQLScalarType; - stagingarbitrumgoerli_Bytes?: GraphQLScalarType; - stagingarbitrumgoerli_ConnectorMeta?: stagingarbitrumgoerli_ConnectorMetaResolvers; - stagingarbitrumgoerli_DestinationTransfer?: stagingarbitrumgoerli_DestinationTransferResolvers; - stagingarbitrumgoerli_Int8?: GraphQLScalarType; - stagingarbitrumgoerli_OptimisticRootFinalized?: stagingarbitrumgoerli_OptimisticRootFinalizedResolvers; - stagingarbitrumgoerli_OriginMessage?: stagingarbitrumgoerli_OriginMessageResolvers; - stagingarbitrumgoerli_OriginTransfer?: stagingarbitrumgoerli_OriginTransferResolvers; - stagingarbitrumgoerli_Relayer?: stagingarbitrumgoerli_RelayerResolvers; - stagingarbitrumgoerli_RelayerFee?: stagingarbitrumgoerli_RelayerFeeResolvers; - stagingarbitrumgoerli_RelayerFeesIncrease?: stagingarbitrumgoerli_RelayerFeesIncreaseResolvers; - stagingarbitrumgoerli_RootCount?: stagingarbitrumgoerli_RootCountResolvers; - stagingarbitrumgoerli_RootMessageSent?: stagingarbitrumgoerli_RootMessageSentResolvers; - stagingarbitrumgoerli_Router?: stagingarbitrumgoerli_RouterResolvers; - stagingarbitrumgoerli_RouterDailyTVL?: stagingarbitrumgoerli_RouterDailyTVLResolvers; - stagingarbitrumgoerli_Sequencer?: stagingarbitrumgoerli_SequencerResolvers; - stagingarbitrumgoerli_Setting?: stagingarbitrumgoerli_SettingResolvers; - stagingarbitrumgoerli_SlippageUpdate?: stagingarbitrumgoerli_SlippageUpdateResolvers; - stagingarbitrumgoerli_SnapshotRoot?: stagingarbitrumgoerli_SnapshotRootResolvers; - stagingarbitrumgoerli_SpokeConnectorMode?: stagingarbitrumgoerli_SpokeConnectorModeResolvers; - stagingarbitrumgoerli__Block_?: stagingarbitrumgoerli__Block_Resolvers; - stagingarbitrumgoerli__Meta_?: stagingarbitrumgoerli__Meta_Resolvers; stagingmumbai_AggregateRoot?: stagingmumbai_AggregateRootResolvers; stagingmumbai_AggregateRootProposed?: stagingmumbai_AggregateRootProposedResolvers; stagingmumbai_Asset?: stagingmumbai_AssetResolvers; @@ -123967,30 +123809,28 @@ export type Resolvers = ResolversObject<{ stagingmumbai_SpokeConnectorMode?: stagingmumbai_SpokeConnectorModeResolvers; stagingmumbai__Block_?: stagingmumbai__Block_Resolvers; stagingmumbai__Meta_?: stagingmumbai__Meta_Resolvers; - arbitrumgoerli_AggregateRoot?: arbitrumgoerli_AggregateRootResolvers; - arbitrumgoerli_Asset?: arbitrumgoerli_AssetResolvers; - arbitrumgoerli_AssetBalance?: arbitrumgoerli_AssetBalanceResolvers; - arbitrumgoerli_AssetStatus?: arbitrumgoerli_AssetStatusResolvers; - arbitrumgoerli_BigDecimal?: GraphQLScalarType; - arbitrumgoerli_Bytes?: GraphQLScalarType; - arbitrumgoerli_ConnectorMeta?: arbitrumgoerli_ConnectorMetaResolvers; - arbitrumgoerli_DestinationTransfer?: arbitrumgoerli_DestinationTransferResolvers; - arbitrumgoerli_Int8?: GraphQLScalarType; - arbitrumgoerli_OriginMessage?: arbitrumgoerli_OriginMessageResolvers; - arbitrumgoerli_OriginTransfer?: arbitrumgoerli_OriginTransferResolvers; - arbitrumgoerli_Relayer?: arbitrumgoerli_RelayerResolvers; - arbitrumgoerli_RelayerFee?: arbitrumgoerli_RelayerFeeResolvers; - arbitrumgoerli_RelayerFeesIncrease?: arbitrumgoerli_RelayerFeesIncreaseResolvers; - arbitrumgoerli_RootCount?: arbitrumgoerli_RootCountResolvers; - arbitrumgoerli_RootMessageSent?: arbitrumgoerli_RootMessageSentResolvers; - arbitrumgoerli_Router?: arbitrumgoerli_RouterResolvers; - arbitrumgoerli_RouterDailyTVL?: arbitrumgoerli_RouterDailyTVLResolvers; - arbitrumgoerli_RouterLiquidityEvent?: arbitrumgoerli_RouterLiquidityEventResolvers; - arbitrumgoerli_Sequencer?: arbitrumgoerli_SequencerResolvers; - arbitrumgoerli_Setting?: arbitrumgoerli_SettingResolvers; - arbitrumgoerli_SlippageUpdate?: arbitrumgoerli_SlippageUpdateResolvers; - arbitrumgoerli__Block_?: arbitrumgoerli__Block_Resolvers; - arbitrumgoerli__Meta_?: arbitrumgoerli__Meta_Resolvers; + staginggoerli_AggregateRoot?: staginggoerli_AggregateRootResolvers; + staginggoerli_AggregateRootProposed?: staginggoerli_AggregateRootProposedResolvers; + staginggoerli_Asset?: staginggoerli_AssetResolvers; + staginggoerli_AssetBalance?: staginggoerli_AssetBalanceResolvers; + staginggoerli_AssetStatus?: staginggoerli_AssetStatusResolvers; + staginggoerli_ConnectorMeta?: staginggoerli_ConnectorMetaResolvers; + staginggoerli_DestinationTransfer?: staginggoerli_DestinationTransferResolvers; + staginggoerli_OptimisticRootFinalized?: staginggoerli_OptimisticRootFinalizedResolvers; + staginggoerli_OriginMessage?: staginggoerli_OriginMessageResolvers; + staginggoerli_OriginTransfer?: staginggoerli_OriginTransferResolvers; + staginggoerli_Relayer?: staginggoerli_RelayerResolvers; + staginggoerli_RelayerFee?: staginggoerli_RelayerFeeResolvers; + staginggoerli_RelayerFeesIncrease?: staginggoerli_RelayerFeesIncreaseResolvers; + staginggoerli_RootCount?: staginggoerli_RootCountResolvers; + staginggoerli_RootMessageSent?: staginggoerli_RootMessageSentResolvers; + staginggoerli_Router?: staginggoerli_RouterResolvers; + staginggoerli_RouterDailyTVL?: staginggoerli_RouterDailyTVLResolvers; + staginggoerli_Sequencer?: staginggoerli_SequencerResolvers; + staginggoerli_Setting?: staginggoerli_SettingResolvers; + staginggoerli_SlippageUpdate?: staginggoerli_SlippageUpdateResolvers; + staginggoerli_SnapshotRoot?: staginggoerli_SnapshotRootResolvers; + staginggoerli_SpokeConnectorMode?: staginggoerli_SpokeConnectorModeResolvers; mumbai_AggregateRoot?: mumbai_AggregateRootResolvers; mumbai_Asset?: mumbai_AssetResolvers; mumbai_AssetBalance?: mumbai_AssetBalanceResolvers; @@ -124015,6 +123855,100 @@ export type Resolvers = ResolversObject<{ mumbai_SlippageUpdate?: mumbai_SlippageUpdateResolvers; mumbai__Block_?: mumbai__Block_Resolvers; mumbai__Meta_?: mumbai__Meta_Resolvers; + arbitrumgoerli_AggregateRoot?: arbitrumgoerli_AggregateRootResolvers; + arbitrumgoerli_Asset?: arbitrumgoerli_AssetResolvers; + arbitrumgoerli_AssetBalance?: arbitrumgoerli_AssetBalanceResolvers; + arbitrumgoerli_AssetStatus?: arbitrumgoerli_AssetStatusResolvers; + arbitrumgoerli_BigDecimal?: GraphQLScalarType; + arbitrumgoerli_Bytes?: GraphQLScalarType; + arbitrumgoerli_ConnectorMeta?: arbitrumgoerli_ConnectorMetaResolvers; + arbitrumgoerli_DestinationTransfer?: arbitrumgoerli_DestinationTransferResolvers; + arbitrumgoerli_Int8?: GraphQLScalarType; + arbitrumgoerli_OriginMessage?: arbitrumgoerli_OriginMessageResolvers; + arbitrumgoerli_OriginTransfer?: arbitrumgoerli_OriginTransferResolvers; + arbitrumgoerli_Relayer?: arbitrumgoerli_RelayerResolvers; + arbitrumgoerli_RelayerFee?: arbitrumgoerli_RelayerFeeResolvers; + arbitrumgoerli_RelayerFeesIncrease?: arbitrumgoerli_RelayerFeesIncreaseResolvers; + arbitrumgoerli_RootCount?: arbitrumgoerli_RootCountResolvers; + arbitrumgoerli_RootMessageSent?: arbitrumgoerli_RootMessageSentResolvers; + arbitrumgoerli_Router?: arbitrumgoerli_RouterResolvers; + arbitrumgoerli_RouterDailyTVL?: arbitrumgoerli_RouterDailyTVLResolvers; + arbitrumgoerli_RouterLiquidityEvent?: arbitrumgoerli_RouterLiquidityEventResolvers; + arbitrumgoerli_Sequencer?: arbitrumgoerli_SequencerResolvers; + arbitrumgoerli_Setting?: arbitrumgoerli_SettingResolvers; + arbitrumgoerli_SlippageUpdate?: arbitrumgoerli_SlippageUpdateResolvers; + arbitrumgoerli__Block_?: arbitrumgoerli__Block_Resolvers; + arbitrumgoerli__Meta_?: arbitrumgoerli__Meta_Resolvers; + lineagoerli_AggregateRoot?: lineagoerli_AggregateRootResolvers; + lineagoerli_Asset?: lineagoerli_AssetResolvers; + lineagoerli_AssetBalance?: lineagoerli_AssetBalanceResolvers; + lineagoerli_AssetStatus?: lineagoerli_AssetStatusResolvers; + lineagoerli_BigDecimal?: GraphQLScalarType; + lineagoerli_Bytes?: GraphQLScalarType; + lineagoerli_ConnectorMeta?: lineagoerli_ConnectorMetaResolvers; + lineagoerli_DestinationTransfer?: lineagoerli_DestinationTransferResolvers; + lineagoerli_OriginMessage?: lineagoerli_OriginMessageResolvers; + lineagoerli_OriginTransfer?: lineagoerli_OriginTransferResolvers; + lineagoerli_Relayer?: lineagoerli_RelayerResolvers; + lineagoerli_RelayerFee?: lineagoerli_RelayerFeeResolvers; + lineagoerli_RelayerFeesIncrease?: lineagoerli_RelayerFeesIncreaseResolvers; + lineagoerli_RootCount?: lineagoerli_RootCountResolvers; + lineagoerli_RootMessageSent?: lineagoerli_RootMessageSentResolvers; + lineagoerli_Router?: lineagoerli_RouterResolvers; + lineagoerli_RouterDailyTVL?: lineagoerli_RouterDailyTVLResolvers; + lineagoerli_Sequencer?: lineagoerli_SequencerResolvers; + lineagoerli_Setting?: lineagoerli_SettingResolvers; + lineagoerli_SlippageUpdate?: lineagoerli_SlippageUpdateResolvers; + lineagoerli__Block_?: lineagoerli__Block_Resolvers; + lineagoerli__Meta_?: lineagoerli__Meta_Resolvers; + stagingoptimismgoerli_AggregateRoot?: stagingoptimismgoerli_AggregateRootResolvers; + stagingoptimismgoerli_AggregateRootProposed?: stagingoptimismgoerli_AggregateRootProposedResolvers; + stagingoptimismgoerli_Asset?: stagingoptimismgoerli_AssetResolvers; + stagingoptimismgoerli_AssetBalance?: stagingoptimismgoerli_AssetBalanceResolvers; + stagingoptimismgoerli_AssetStatus?: stagingoptimismgoerli_AssetStatusResolvers; + stagingoptimismgoerli_BigDecimal?: GraphQLScalarType; + stagingoptimismgoerli_Bytes?: GraphQLScalarType; + stagingoptimismgoerli_ConnectorMeta?: stagingoptimismgoerli_ConnectorMetaResolvers; + stagingoptimismgoerli_DestinationTransfer?: stagingoptimismgoerli_DestinationTransferResolvers; + stagingoptimismgoerli_Int8?: GraphQLScalarType; + stagingoptimismgoerli_OptimisticRootFinalized?: stagingoptimismgoerli_OptimisticRootFinalizedResolvers; + stagingoptimismgoerli_OriginMessage?: stagingoptimismgoerli_OriginMessageResolvers; + stagingoptimismgoerli_OriginTransfer?: stagingoptimismgoerli_OriginTransferResolvers; + stagingoptimismgoerli_Relayer?: stagingoptimismgoerli_RelayerResolvers; + stagingoptimismgoerli_RelayerFee?: stagingoptimismgoerli_RelayerFeeResolvers; + stagingoptimismgoerli_RelayerFeesIncrease?: stagingoptimismgoerli_RelayerFeesIncreaseResolvers; + stagingoptimismgoerli_RootCount?: stagingoptimismgoerli_RootCountResolvers; + stagingoptimismgoerli_RootMessageSent?: stagingoptimismgoerli_RootMessageSentResolvers; + stagingoptimismgoerli_Router?: stagingoptimismgoerli_RouterResolvers; + stagingoptimismgoerli_RouterDailyTVL?: stagingoptimismgoerli_RouterDailyTVLResolvers; + stagingoptimismgoerli_Sequencer?: stagingoptimismgoerli_SequencerResolvers; + stagingoptimismgoerli_Setting?: stagingoptimismgoerli_SettingResolvers; + stagingoptimismgoerli_SlippageUpdate?: stagingoptimismgoerli_SlippageUpdateResolvers; + stagingoptimismgoerli_SnapshotRoot?: stagingoptimismgoerli_SnapshotRootResolvers; + stagingoptimismgoerli_SpokeConnectorMode?: stagingoptimismgoerli_SpokeConnectorModeResolvers; + stagingoptimismgoerli__Block_?: stagingoptimismgoerli__Block_Resolvers; + stagingoptimismgoerli__Meta_?: stagingoptimismgoerli__Meta_Resolvers; + bnb_swap_BigDecimal?: GraphQLScalarType; + bnb_swap_Bytes?: GraphQLScalarType; + bnb_swap_Int8?: GraphQLScalarType; + bnb_swap_LpAccount?: bnb_swap_LpAccountResolvers; + bnb_swap_LpAccountBalance?: bnb_swap_LpAccountBalanceResolvers; + bnb_swap_LpToken?: bnb_swap_LpTokenResolvers; + bnb_swap_LpTokenEvent?: bnb_swap_LpTokenEventResolvers; + bnb_swap_LpTransferEvent?: bnb_swap_LpTransferEventResolvers; + bnb_swap_PooledToken?: bnb_swap_PooledTokenResolvers; + bnb_swap_StableSwap?: bnb_swap_StableSwapResolvers; + bnb_swap_StableSwapAddLiquidityEvent?: bnb_swap_StableSwapAddLiquidityEventResolvers; + bnb_swap_StableSwapEvent?: bnb_swap_StableSwapEventResolvers; + bnb_swap_StableSwapExchange?: bnb_swap_StableSwapExchangeResolvers; + bnb_swap_StableSwapRemoveLiquidityEvent?: bnb_swap_StableSwapRemoveLiquidityEventResolvers; + bnb_swap_SwapDailyVolume?: bnb_swap_SwapDailyVolumeResolvers; + bnb_swap_SwapHourlyVolume?: bnb_swap_SwapHourlyVolumeResolvers; + bnb_swap_SwapTradeVolume?: bnb_swap_SwapTradeVolumeResolvers; + bnb_swap_SwapWeeklyVolume?: bnb_swap_SwapWeeklyVolumeResolvers; + bnb_swap_SystemInfo?: bnb_swap_SystemInfoResolvers; + bnb_swap__Block_?: bnb_swap__Block_Resolvers; + bnb_swap__Meta_?: bnb_swap__Meta_Resolvers; xdai_AggregateRoot?: xdai_AggregateRootResolvers; xdai_Asset?: xdai_AssetResolvers; xdai_AssetBalance?: xdai_AssetBalanceResolvers; @@ -124039,33 +123973,30 @@ export type Resolvers = ResolversObject<{ xdai_SlippageUpdate?: xdai_SlippageUpdateResolvers; xdai__Block_?: xdai__Block_Resolvers; xdai__Meta_?: xdai__Meta_Resolvers; - localarbitrumone_AggregateRoot?: localarbitrumone_AggregateRootResolvers; - localarbitrumone_AggregateRootProposed?: localarbitrumone_AggregateRootProposedResolvers; - localarbitrumone_Asset?: localarbitrumone_AssetResolvers; - localarbitrumone_AssetBalance?: localarbitrumone_AssetBalanceResolvers; - localarbitrumone_AssetStatus?: localarbitrumone_AssetStatusResolvers; - localarbitrumone_BigDecimal?: GraphQLScalarType; - localarbitrumone_Bytes?: GraphQLScalarType; - localarbitrumone_ConnectorMeta?: localarbitrumone_ConnectorMetaResolvers; - localarbitrumone_DestinationTransfer?: localarbitrumone_DestinationTransferResolvers; - localarbitrumone_Int8?: GraphQLScalarType; - localarbitrumone_OptimisticRootFinalized?: localarbitrumone_OptimisticRootFinalizedResolvers; - localarbitrumone_OriginMessage?: localarbitrumone_OriginMessageResolvers; - localarbitrumone_OriginTransfer?: localarbitrumone_OriginTransferResolvers; - localarbitrumone_Relayer?: localarbitrumone_RelayerResolvers; - localarbitrumone_RelayerFee?: localarbitrumone_RelayerFeeResolvers; - localarbitrumone_RelayerFeesIncrease?: localarbitrumone_RelayerFeesIncreaseResolvers; - localarbitrumone_RootCount?: localarbitrumone_RootCountResolvers; - localarbitrumone_RootMessageSent?: localarbitrumone_RootMessageSentResolvers; - localarbitrumone_Router?: localarbitrumone_RouterResolvers; - localarbitrumone_RouterDailyTVL?: localarbitrumone_RouterDailyTVLResolvers; - localarbitrumone_Sequencer?: localarbitrumone_SequencerResolvers; - localarbitrumone_Setting?: localarbitrumone_SettingResolvers; - localarbitrumone_SlippageUpdate?: localarbitrumone_SlippageUpdateResolvers; - localarbitrumone_SnapshotRoot?: localarbitrumone_SnapshotRootResolvers; - localarbitrumone_SpokeConnectorMode?: localarbitrumone_SpokeConnectorModeResolvers; - localarbitrumone__Block_?: localarbitrumone__Block_Resolvers; - localarbitrumone__Meta_?: localarbitrumone__Meta_Resolvers; + optimism_AggregateRoot?: optimism_AggregateRootResolvers; + optimism_Asset?: optimism_AssetResolvers; + optimism_AssetBalance?: optimism_AssetBalanceResolvers; + optimism_AssetStatus?: optimism_AssetStatusResolvers; + optimism_BigDecimal?: GraphQLScalarType; + optimism_Bytes?: GraphQLScalarType; + optimism_ConnectorMeta?: optimism_ConnectorMetaResolvers; + optimism_DestinationTransfer?: optimism_DestinationTransferResolvers; + optimism_Int8?: GraphQLScalarType; + optimism_OriginMessage?: optimism_OriginMessageResolvers; + optimism_OriginTransfer?: optimism_OriginTransferResolvers; + optimism_Relayer?: optimism_RelayerResolvers; + optimism_RelayerFee?: optimism_RelayerFeeResolvers; + optimism_RelayerFeesIncrease?: optimism_RelayerFeesIncreaseResolvers; + optimism_RootCount?: optimism_RootCountResolvers; + optimism_RootMessageSent?: optimism_RootMessageSentResolvers; + optimism_Router?: optimism_RouterResolvers; + optimism_RouterDailyTVL?: optimism_RouterDailyTVLResolvers; + optimism_RouterLiquidityEvent?: optimism_RouterLiquidityEventResolvers; + optimism_Sequencer?: optimism_SequencerResolvers; + optimism_Setting?: optimism_SettingResolvers; + optimism_SlippageUpdate?: optimism_SlippageUpdateResolvers; + optimism__Block_?: optimism__Block_Resolvers; + optimism__Meta_?: optimism__Meta_Resolvers; bnb_AggregateRoot?: bnb_AggregateRootResolvers; bnb_Asset?: bnb_AssetResolvers; bnb_AssetBalance?: bnb_AssetBalanceResolvers; @@ -124113,13 +124044,43 @@ export type Resolvers = ResolversObject<{ linea_SlippageUpdate?: linea_SlippageUpdateResolvers; linea__Block_?: linea__Block_Resolvers; linea__Meta_?: linea__Meta_Resolvers; + localarbitrumone_AggregateRoot?: localarbitrumone_AggregateRootResolvers; + localarbitrumone_AggregateRootProposed?: localarbitrumone_AggregateRootProposedResolvers; + localarbitrumone_Asset?: localarbitrumone_AssetResolvers; + localarbitrumone_AssetBalance?: localarbitrumone_AssetBalanceResolvers; + localarbitrumone_AssetStatus?: localarbitrumone_AssetStatusResolvers; + localarbitrumone_BigDecimal?: GraphQLScalarType; + localarbitrumone_Bytes?: GraphQLScalarType; + localarbitrumone_ConnectorMeta?: localarbitrumone_ConnectorMetaResolvers; + localarbitrumone_DestinationTransfer?: localarbitrumone_DestinationTransferResolvers; + localarbitrumone_Int8?: GraphQLScalarType; + localarbitrumone_OptimisticRootFinalized?: localarbitrumone_OptimisticRootFinalizedResolvers; + localarbitrumone_OriginMessage?: localarbitrumone_OriginMessageResolvers; + localarbitrumone_OriginTransfer?: localarbitrumone_OriginTransferResolvers; + localarbitrumone_Relayer?: localarbitrumone_RelayerResolvers; + localarbitrumone_RelayerFee?: localarbitrumone_RelayerFeeResolvers; + localarbitrumone_RelayerFeesIncrease?: localarbitrumone_RelayerFeesIncreaseResolvers; + localarbitrumone_RootCount?: localarbitrumone_RootCountResolvers; + localarbitrumone_RootMessageSent?: localarbitrumone_RootMessageSentResolvers; + localarbitrumone_Router?: localarbitrumone_RouterResolvers; + localarbitrumone_RouterDailyTVL?: localarbitrumone_RouterDailyTVLResolvers; + localarbitrumone_Sequencer?: localarbitrumone_SequencerResolvers; + localarbitrumone_Setting?: localarbitrumone_SettingResolvers; + localarbitrumone_SlippageUpdate?: localarbitrumone_SlippageUpdateResolvers; + localarbitrumone_SnapshotRoot?: localarbitrumone_SnapshotRootResolvers; + localarbitrumone_SpokeConnectorMode?: localarbitrumone_SpokeConnectorModeResolvers; + localarbitrumone__Block_?: localarbitrumone__Block_Resolvers; + localarbitrumone__Meta_?: localarbitrumone__Meta_Resolvers; localmainnet_AggregateRoot?: localmainnet_AggregateRootResolvers; localmainnet_AggregateRootProposed?: localmainnet_AggregateRootProposedResolvers; localmainnet_Asset?: localmainnet_AssetResolvers; localmainnet_AssetBalance?: localmainnet_AssetBalanceResolvers; localmainnet_AssetStatus?: localmainnet_AssetStatusResolvers; + localmainnet_BigDecimal?: GraphQLScalarType; + localmainnet_Bytes?: GraphQLScalarType; localmainnet_ConnectorMeta?: localmainnet_ConnectorMetaResolvers; localmainnet_DestinationTransfer?: localmainnet_DestinationTransferResolvers; + localmainnet_Int8?: GraphQLScalarType; localmainnet_OptimisticRootFinalized?: localmainnet_OptimisticRootFinalizedResolvers; localmainnet_OriginMessage?: localmainnet_OriginMessageResolvers; localmainnet_OriginTransfer?: localmainnet_OriginTransferResolvers; @@ -124135,6 +124096,45 @@ export type Resolvers = ResolversObject<{ localmainnet_SlippageUpdate?: localmainnet_SlippageUpdateResolvers; localmainnet_SnapshotRoot?: localmainnet_SnapshotRootResolvers; localmainnet_SpokeConnectorMode?: localmainnet_SpokeConnectorModeResolvers; + localmainnet__Block_?: localmainnet__Block_Resolvers; + localmainnet__Meta_?: localmainnet__Meta_Resolvers; + linea_swap_BigDecimal?: GraphQLScalarType; + linea_swap_Bytes?: GraphQLScalarType; + linea_swap_LpAccount?: linea_swap_LpAccountResolvers; + linea_swap_LpAccountBalance?: linea_swap_LpAccountBalanceResolvers; + linea_swap_LpToken?: linea_swap_LpTokenResolvers; + linea_swap_LpTokenEvent?: linea_swap_LpTokenEventResolvers; + linea_swap_LpTransferEvent?: linea_swap_LpTransferEventResolvers; + linea_swap_PooledToken?: linea_swap_PooledTokenResolvers; + linea_swap_StableSwap?: linea_swap_StableSwapResolvers; + linea_swap_StableSwapAddLiquidityEvent?: linea_swap_StableSwapAddLiquidityEventResolvers; + linea_swap_StableSwapEvent?: linea_swap_StableSwapEventResolvers; + linea_swap_StableSwapExchange?: linea_swap_StableSwapExchangeResolvers; + linea_swap_StableSwapRemoveLiquidityEvent?: linea_swap_StableSwapRemoveLiquidityEventResolvers; + linea_swap_SwapDailyVolume?: linea_swap_SwapDailyVolumeResolvers; + linea_swap_SwapHourlyVolume?: linea_swap_SwapHourlyVolumeResolvers; + linea_swap_SwapTradeVolume?: linea_swap_SwapTradeVolumeResolvers; + linea_swap_SwapWeeklyVolume?: linea_swap_SwapWeeklyVolumeResolvers; + linea_swap_SystemInfo?: linea_swap_SystemInfoResolvers; + linea_swap__Block_?: linea_swap__Block_Resolvers; + linea_swap__Meta_?: linea_swap__Meta_Resolvers; + localmainnet_AggregateRootSavedSlow?: localmainnet_AggregateRootSavedSlowResolvers; + localmainnet_AggregatedMessageRoot?: localmainnet_AggregatedMessageRootResolvers; + localmainnet_ArbitrumConnectorMeta?: localmainnet_ArbitrumConnectorMetaResolvers; + localmainnet_BnbConnectorMeta?: localmainnet_BnbConnectorMetaResolvers; + localmainnet_GnosisConnectorMeta?: localmainnet_GnosisConnectorMetaResolvers; + localmainnet_HubDomain?: localmainnet_HubDomainResolvers; + localmainnet_HubOptimisticRootFinalized?: localmainnet_HubOptimisticRootFinalizedResolvers; + localmainnet_OptimismConnectorMeta?: localmainnet_OptimismConnectorMetaResolvers; + localmainnet_OptimisticRootPropagated?: localmainnet_OptimisticRootPropagatedResolvers; + localmainnet_OptimisticRootProposed?: localmainnet_OptimisticRootProposedResolvers; + localmainnet_PolygonConnectorMeta?: localmainnet_PolygonConnectorMetaResolvers; + localmainnet_RootAggregated?: localmainnet_RootAggregatedResolvers; + localmainnet_RootManagerMeta?: localmainnet_RootManagerMetaResolvers; + localmainnet_RootManagerMode?: localmainnet_RootManagerModeResolvers; + localmainnet_RootMessageProcessed?: localmainnet_RootMessageProcessedResolvers; + localmainnet_RootPropagated?: localmainnet_RootPropagatedResolvers; + localmainnet_ZkSyncConnectorMeta?: localmainnet_ZkSyncConnectorMetaResolvers; localoptimism_AggregateRoot?: localoptimism_AggregateRootResolvers; localoptimism_AggregateRootProposed?: localoptimism_AggregateRootProposedResolvers; localoptimism_Asset?: localoptimism_AssetResolvers; @@ -124237,7 +124237,7 @@ export type DirectiveResolvers = ResolversObject<{ derivedFrom?: derivedFromDirectiveResolver; }>; -export type MeshContext = HubGoerliTypes.Context & HubMainnetTypes.Context & StableSwapStagingOptimismGoerliTypes.Context & ConnextTestGoerliTypes.Context & StableSwapGoerliTypes.Context & ConnextTestOptimismGoerliTypes.Context & StableSwapStagingGoerliTypes.Context & StableSwapStagingArbitrumGoerliTypes.Context & StableSwapArbitrumGoerliTypes.Context & StableSwapMumbaiTypes.Context & StableSwapBnbTypes.Context & StableSwapStagingMumbaiTypes.Context & StableSwapXdaiTypes.Context & HubStagingGoerliTypes.Context & StableSwapOptimismGoerliTypes.Context & StableSwapOptimismTypes.Context & StableSwapArbitrumOneTypes.Context & StableSwapPolygonTypes.Context & StableSwapLineaTypes.Context & ConnextGoerliTypes.Context & HubLocalMainnetTypes.Context & ConnextLineaGoerliTypes.Context & ConnextOptimismTypes.Context & ConnextStagingGoerliTypes.Context & ConnextOptimismGoerliTypes.Context & ConnextStagingOptimismGoerliTypes.Context & ConnextStagingArbitrumGoerliTypes.Context & ConnextStagingMumbaiTypes.Context & ConnextArbitrumGoerliTypes.Context & ConnextMumbaiTypes.Context & ConnextXdaiTypes.Context & ConnextLocalArbitrumOneTypes.Context & ConnextBnbTypes.Context & ConnextLineaTypes.Context & ConnextLocalMainnetTypes.Context & ConnextLocalOptimismTypes.Context & ConnextMainnetTypes.Context & ConnextArbitrumOneTypes.Context & ConnextPolygonTypes.Context & BaseMeshContext; +export type MeshContext = ConnextTestOptimismGoerliTypes.Context & HubGoerliTypes.Context & HubMainnetTypes.Context & StableSwapStagingGoerliTypes.Context & StableSwapStagingArbitrumGoerliTypes.Context & StableSwapMumbaiTypes.Context & HubStagingGoerliTypes.Context & ConnextTestGoerliTypes.Context & StableSwapGoerliTypes.Context & StableSwapStagingOptimismGoerliTypes.Context & StableSwapArbitrumOneTypes.Context & StableSwapPolygonTypes.Context & StableSwapXdaiTypes.Context & StableSwapStagingMumbaiTypes.Context & StableSwapOptimismGoerliTypes.Context & StableSwapArbitrumGoerliTypes.Context & StableSwapOptimismTypes.Context & ConnextStagingArbitrumGoerliTypes.Context & ConnextGoerliTypes.Context & ConnextOptimismGoerliTypes.Context & ConnextStagingMumbaiTypes.Context & ConnextStagingGoerliTypes.Context & ConnextMumbaiTypes.Context & ConnextArbitrumGoerliTypes.Context & ConnextLineaGoerliTypes.Context & ConnextStagingOptimismGoerliTypes.Context & StableSwapBnbTypes.Context & ConnextXdaiTypes.Context & ConnextOptimismTypes.Context & ConnextBnbTypes.Context & ConnextLineaTypes.Context & ConnextLocalArbitrumOneTypes.Context & ConnextLocalMainnetTypes.Context & StableSwapLineaTypes.Context & HubLocalMainnetTypes.Context & ConnextLocalOptimismTypes.Context & ConnextMainnetTypes.Context & ConnextArbitrumOneTypes.Context & ConnextPolygonTypes.Context & BaseMeshContext; const baseDir = pathModule.join(typeof __dirname === 'string' ? __dirname : '/', '..'); @@ -124245,109 +124245,109 @@ const baseDir = pathModule.join(typeof __dirname === 'string' ? __dirname : '/', const importFn: ImportFn = (moduleId: string) => { const relativeModuleId = (pathModule.isAbsolute(moduleId) ? pathModule.relative(baseDir, moduleId) : moduleId).split('\\').join('/').replace(baseDir + '/', ''); switch(relativeModuleId) { - case ".graphclient/sources/Hub_Goerli/introspectionSchema": + case ".graphclient/sources/Connext_Test_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$0) as T; - case ".graphclient/sources/Hub_Mainnet/introspectionSchema": + case ".graphclient/sources/Hub_Goerli/introspectionSchema": return Promise.resolve(importedModule$1) as T; - case ".graphclient/sources/StableSwap_Staging_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/Hub_Mainnet/introspectionSchema": return Promise.resolve(importedModule$2) as T; - case ".graphclient/sources/Connext_Test_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$3) as T; - case ".graphclient/sources/StableSwap_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_ArbitrumGoerli/introspectionSchema": return Promise.resolve(importedModule$4) as T; - case ".graphclient/sources/Connext_Test_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Mumbai/introspectionSchema": return Promise.resolve(importedModule$5) as T; - case ".graphclient/sources/StableSwap_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/Hub_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$6) as T; - case ".graphclient/sources/StableSwap_Staging_ArbitrumGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Test_Goerli/introspectionSchema": return Promise.resolve(importedModule$7) as T; - case ".graphclient/sources/StableSwap_ArbitrumGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Goerli/introspectionSchema": return Promise.resolve(importedModule$8) as T; - case ".graphclient/sources/StableSwap_Mumbai/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$9) as T; - case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": + case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$10) as T; - case ".graphclient/sources/StableSwap_Staging_Mumbai/introspectionSchema": + case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": return Promise.resolve(importedModule$11) as T; case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": return Promise.resolve(importedModule$12) as T; - case ".graphclient/sources/Hub_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Staging_Mumbai/introspectionSchema": return Promise.resolve(importedModule$13) as T; case ".graphclient/sources/StableSwap_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$14) as T; - case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": + case ".graphclient/sources/StableSwap_ArbitrumGoerli/introspectionSchema": return Promise.resolve(importedModule$15) as T; - case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": return Promise.resolve(importedModule$16) as T; - case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": + case ".graphclient/sources/Connext_Staging_ArbitrumGoerli/introspectionSchema": return Promise.resolve(importedModule$17) as T; - case ".graphclient/sources/StableSwap_Linea/introspectionSchema": + case ".graphclient/sources/Connext_Goerli/introspectionSchema": return Promise.resolve(importedModule$18) as T; - case ".graphclient/sources/Connext_Goerli/introspectionSchema": + case ".graphclient/sources/Connext_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$19) as T; - case ".graphclient/sources/Hub_LocalMainnet/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mumbai/introspectionSchema": return Promise.resolve(importedModule$20) as T; - case ".graphclient/sources/Connext_LineaGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Goerli/introspectionSchema": return Promise.resolve(importedModule$21) as T; - case ".graphclient/sources/Connext_Optimism/introspectionSchema": + case ".graphclient/sources/Connext_Mumbai/introspectionSchema": return Promise.resolve(importedModule$22) as T; - case ".graphclient/sources/Connext_Staging_Goerli/introspectionSchema": + case ".graphclient/sources/Connext_ArbitrumGoerli/introspectionSchema": return Promise.resolve(importedModule$23) as T; - case ".graphclient/sources/Connext_OptimismGoerli/introspectionSchema": + case ".graphclient/sources/Connext_LineaGoerli/introspectionSchema": return Promise.resolve(importedModule$24) as T; case ".graphclient/sources/Connext_Staging_OptimismGoerli/introspectionSchema": return Promise.resolve(importedModule$25) as T; - case ".graphclient/sources/Connext_Staging_ArbitrumGoerli/introspectionSchema": + case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": return Promise.resolve(importedModule$26) as T; - case ".graphclient/sources/Connext_Staging_Mumbai/introspectionSchema": + case ".graphclient/sources/Connext_Xdai/introspectionSchema": return Promise.resolve(importedModule$27) as T; - case ".graphclient/sources/Connext_ArbitrumGoerli/introspectionSchema": + case ".graphclient/sources/Connext_Optimism/introspectionSchema": return Promise.resolve(importedModule$28) as T; - case ".graphclient/sources/Connext_Mumbai/introspectionSchema": + case ".graphclient/sources/Connext_Bnb/introspectionSchema": return Promise.resolve(importedModule$29) as T; - case ".graphclient/sources/Connext_Xdai/introspectionSchema": + case ".graphclient/sources/Connext_Linea/introspectionSchema": return Promise.resolve(importedModule$30) as T; case ".graphclient/sources/Connext_LocalArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$31) as T; - case ".graphclient/sources/Connext_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_LocalMainnet/introspectionSchema": return Promise.resolve(importedModule$32) as T; - case ".graphclient/sources/Connext_Linea/introspectionSchema": + case ".graphclient/sources/StableSwap_Linea/introspectionSchema": return Promise.resolve(importedModule$33) as T; - case ".graphclient/sources/Connext_LocalMainnet/introspectionSchema": + case ".graphclient/sources/Hub_LocalMainnet/introspectionSchema": return Promise.resolve(importedModule$34) as T; case ".graphclient/sources/Connext_LocalOptimism/introspectionSchema": diff --git a/packages/adapters/subgraph/.graphclient/schema.graphql b/packages/adapters/subgraph/.graphclient/schema.graphql index 8e91c8aaa8..903ccd9998 100644 --- a/packages/adapters/subgraph/.graphclient/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/schema.graphql @@ -13,6 +13,242 @@ directive @subgraphId(id: String!) on OBJECT directive @derivedFrom(field: String!) on FIELD_DEFINITION type Query { + testoptimismgoerli_asset( + 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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): testoptimismgoerli_Asset + testoptimismgoerli_assets( + skip: Int = 0 + first: Int = 100 + orderBy: testoptimismgoerli_Asset_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Asset_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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [testoptimismgoerli_Asset!]! + testoptimismgoerli_assetBalance( + 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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): testoptimismgoerli_AssetBalance + testoptimismgoerli_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: testoptimismgoerli_AssetBalance_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_AssetBalance_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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [testoptimismgoerli_AssetBalance!]! + testoptimismgoerli_router( + 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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): testoptimismgoerli_Router + testoptimismgoerli_routers( + skip: Int = 0 + first: Int = 100 + orderBy: testoptimismgoerli_Router_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Router_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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [testoptimismgoerli_Router!]! + testoptimismgoerli_setting( + 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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): testoptimismgoerli_Setting + testoptimismgoerli_settings( + skip: Int = 0 + first: Int = 100 + orderBy: testoptimismgoerli_Setting_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Setting_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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [testoptimismgoerli_Setting!]! + testoptimismgoerli_relayer( + 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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): testoptimismgoerli_Relayer + testoptimismgoerli_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: testoptimismgoerli_Relayer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Relayer_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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [testoptimismgoerli_Relayer!]! + testoptimismgoerli_stableSwap( + 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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): testoptimismgoerli_StableSwap + testoptimismgoerli_stableSwaps( + skip: Int = 0 + first: Int = 100 + orderBy: testoptimismgoerli_StableSwap_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_StableSwap_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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [testoptimismgoerli_StableSwap!]! + testoptimismgoerli_sponsorVault( + 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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): testoptimismgoerli_SponsorVault + testoptimismgoerli_sponsorVaults( + skip: Int = 0 + first: Int = 100 + orderBy: testoptimismgoerli_SponsorVault_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_SponsorVault_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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [testoptimismgoerli_SponsorVault!]! + testoptimismgoerli_originTransfer( + 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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): testoptimismgoerli_OriginTransfer + testoptimismgoerli_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: testoptimismgoerli_OriginTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_OriginTransfer_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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [testoptimismgoerli_OriginTransfer!]! + testoptimismgoerli_destinationTransfer( + 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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): testoptimismgoerli_DestinationTransfer + testoptimismgoerli_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: testoptimismgoerli_DestinationTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_DestinationTransfer_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: testoptimismgoerli_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [testoptimismgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ goerli_rootAggregated( id: ID! """ @@ -641,3822 +877,3612 @@ type Query { ): [mainnet_RootMessageProcessed!]! """Access to subgraph metadata""" mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - stagingoptimismgoerli_swap_systemInfo( + staginggoerli_swap_systemInfo( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SystemInfo - stagingoptimismgoerli_swap_systemInfos( + ): staginggoerli_swap_SystemInfo + staginggoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SystemInfo_filter + orderBy: staginggoerli_swap_SystemInfo_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SystemInfo_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SystemInfo!]! - stagingoptimismgoerli_swap_pooledToken( + ): [staginggoerli_swap_SystemInfo!]! + staginggoerli_swap_pooledToken( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_PooledToken - stagingoptimismgoerli_swap_pooledTokens( + ): staginggoerli_swap_PooledToken + staginggoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_PooledToken_filter + orderBy: staginggoerli_swap_PooledToken_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_PooledToken_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_PooledToken!]! - stagingoptimismgoerli_swap_stableSwap( + ): [staginggoerli_swap_PooledToken!]! + staginggoerli_swap_stableSwap( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwap - stagingoptimismgoerli_swap_stableSwaps( + ): staginggoerli_swap_StableSwap + staginggoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwap_filter + orderBy: staginggoerli_swap_StableSwap_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwap_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwap!]! - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [staginggoerli_swap_StableSwap!]! + staginggoerli_swap_stableSwapAddLiquidityEvent( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( + ): staginggoerli_swap_StableSwapAddLiquidityEvent + staginggoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapAddLiquidityEvent_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! + staginggoerli_swap_stableSwapRemoveLiquidityEvent( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): staginggoerli_swap_StableSwapRemoveLiquidityEvent + staginggoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapExchange( + ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! + staginggoerli_swap_stableSwapExchange( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapExchange - stagingoptimismgoerli_swap_stableSwapExchanges( + ): staginggoerli_swap_StableSwapExchange + staginggoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapExchange_filter + orderBy: staginggoerli_swap_StableSwapExchange_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapExchange_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapExchange!]! - stagingoptimismgoerli_swap_swapDailyVolume( + ): [staginggoerli_swap_StableSwapExchange!]! + staginggoerli_swap_swapDailyVolume( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapDailyVolume - stagingoptimismgoerli_swap_swapDailyVolumes( + ): staginggoerli_swap_SwapDailyVolume + staginggoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapDailyVolume_filter + orderBy: staginggoerli_swap_SwapDailyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapDailyVolume_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! - stagingoptimismgoerli_swap_swapHourlyVolume( + ): [staginggoerli_swap_SwapDailyVolume!]! + staginggoerli_swap_swapHourlyVolume( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapHourlyVolume - stagingoptimismgoerli_swap_swapHourlyVolumes( + ): staginggoerli_swap_SwapHourlyVolume + staginggoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapHourlyVolume_filter + orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapHourlyVolume_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! - stagingoptimismgoerli_swap_swapWeeklyVolume( + ): [staginggoerli_swap_SwapHourlyVolume!]! + staginggoerli_swap_swapWeeklyVolume( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapWeeklyVolume - stagingoptimismgoerli_swap_swapWeeklyVolumes( + ): staginggoerli_swap_SwapWeeklyVolume + staginggoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter + orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapWeeklyVolume_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! - stagingoptimismgoerli_swap_lpAccount( + ): [staginggoerli_swap_SwapWeeklyVolume!]! + staginggoerli_swap_lpAccount( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpAccount - stagingoptimismgoerli_swap_lpAccounts( + ): staginggoerli_swap_LpAccount + staginggoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccount_filter + orderBy: staginggoerli_swap_LpAccount_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpAccount_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpAccount!]! - stagingoptimismgoerli_swap_lpAccountBalance( + ): [staginggoerli_swap_LpAccount!]! + staginggoerli_swap_lpAccountBalance( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpAccountBalance - stagingoptimismgoerli_swap_lpAccountBalances( + ): staginggoerli_swap_LpAccountBalance + staginggoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccountBalance_filter + orderBy: staginggoerli_swap_LpAccountBalance_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpAccountBalance_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpAccountBalance!]! - stagingoptimismgoerli_swap_lpToken( + ): [staginggoerli_swap_LpAccountBalance!]! + staginggoerli_swap_lpToken( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpToken - stagingoptimismgoerli_swap_lpTokens( + ): staginggoerli_swap_LpToken + staginggoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpToken_filter + orderBy: staginggoerli_swap_LpToken_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpToken_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpToken!]! - stagingoptimismgoerli_swap_lpTransferEvent( + ): [staginggoerli_swap_LpToken!]! + staginggoerli_swap_lpTransferEvent( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpTransferEvent - stagingoptimismgoerli_swap_lpTransferEvents( + ): staginggoerli_swap_LpTransferEvent + staginggoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTransferEvent_filter + orderBy: staginggoerli_swap_LpTransferEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpTransferEvent_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpTransferEvent!]! - stagingoptimismgoerli_swap_stableSwapEvent( + ): [staginggoerli_swap_LpTransferEvent!]! + staginggoerli_swap_stableSwapEvent( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapEvent - stagingoptimismgoerli_swap_stableSwapEvents( + ): staginggoerli_swap_StableSwapEvent + staginggoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapEvent_filter + orderBy: staginggoerli_swap_StableSwapEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapEvent_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapEvent!]! - stagingoptimismgoerli_swap_swapTradeVolume( + ): [staginggoerli_swap_StableSwapEvent!]! + staginggoerli_swap_swapTradeVolume( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapTradeVolume - stagingoptimismgoerli_swap_swapTradeVolumes( + ): staginggoerli_swap_SwapTradeVolume + staginggoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapTradeVolume_filter + orderBy: staginggoerli_swap_SwapTradeVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapTradeVolume_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! - stagingoptimismgoerli_swap_lpTokenEvent( + ): [staginggoerli_swap_SwapTradeVolume!]! + staginggoerli_swap_lpTokenEvent( 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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpTokenEvent - stagingoptimismgoerli_swap_lpTokenEvents( + ): staginggoerli_swap_LpTokenEvent + staginggoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTokenEvent_filter + orderBy: staginggoerli_swap_LpTokenEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_LpTokenEvent_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: stagingoptimismgoerli_swap_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + ): [staginggoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" - stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ - testgoerli_asset( + staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ + stagingarbitrumgoerli_swap_systemInfo( 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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Asset - testgoerli_assets( + ): stagingarbitrumgoerli_swap_SystemInfo + stagingarbitrumgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Asset_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Asset_filter + orderBy: stagingarbitrumgoerli_swap_SystemInfo_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SystemInfo_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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Asset!]! - testgoerli_assetBalance( + ): [stagingarbitrumgoerli_swap_SystemInfo!]! + stagingarbitrumgoerli_swap_pooledToken( 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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_AssetBalance - testgoerli_assetBalances( + ): stagingarbitrumgoerli_swap_PooledToken + stagingarbitrumgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_AssetBalance_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_AssetBalance_filter + orderBy: stagingarbitrumgoerli_swap_PooledToken_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_PooledToken_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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_AssetBalance!]! - testgoerli_router( + ): [stagingarbitrumgoerli_swap_PooledToken!]! + stagingarbitrumgoerli_swap_stableSwap( 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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Router - testgoerli_routers( + ): stagingarbitrumgoerli_swap_StableSwap + stagingarbitrumgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Router_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Router_filter + orderBy: stagingarbitrumgoerli_swap_StableSwap_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwap_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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Router!]! - testgoerli_setting( + ): [stagingarbitrumgoerli_swap_StableSwap!]! + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent( 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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Setting - testgoerli_settings( + ): stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent + stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Setting_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Setting_filter + orderBy: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Setting!]! - testgoerli_relayer( + ): [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( 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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Relayer - testgoerli_relayers( + ): stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent + stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Relayer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Relayer_filter + orderBy: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Relayer!]! - testgoerli_stableSwap( + ): [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! + stagingarbitrumgoerli_swap_stableSwapExchange( 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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_StableSwap - testgoerli_stableSwaps( + ): stagingarbitrumgoerli_swap_StableSwapExchange + stagingarbitrumgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_StableSwap_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_StableSwap_filter + orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwapExchange_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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_StableSwap!]! - testgoerli_sponsorVault( + ): [stagingarbitrumgoerli_swap_StableSwapExchange!]! + stagingarbitrumgoerli_swap_swapDailyVolume( 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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_SponsorVault - testgoerli_sponsorVaults( + ): stagingarbitrumgoerli_swap_SwapDailyVolume + stagingarbitrumgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_SponsorVault_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_SponsorVault_filter + orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SwapDailyVolume_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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_SponsorVault!]! - testgoerli_originTransfer( + ): [stagingarbitrumgoerli_swap_SwapDailyVolume!]! + stagingarbitrumgoerli_swap_swapHourlyVolume( 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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_OriginTransfer - testgoerli_originTransfers( + ): stagingarbitrumgoerli_swap_SwapHourlyVolume + stagingarbitrumgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_OriginTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_OriginTransfer_filter + orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SwapHourlyVolume_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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_OriginTransfer!]! - testgoerli_destinationTransfer( + ): [stagingarbitrumgoerli_swap_SwapHourlyVolume!]! + stagingarbitrumgoerli_swap_swapWeeklyVolume( 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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_DestinationTransfer - testgoerli_destinationTransfers( + ): stagingarbitrumgoerli_swap_SwapWeeklyVolume + stagingarbitrumgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_DestinationTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_DestinationTransfer_filter + orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SwapWeeklyVolume_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: testgoerli_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ - goerli_swap_systemInfo( + ): [stagingarbitrumgoerli_swap_SwapWeeklyVolume!]! + stagingarbitrumgoerli_swap_lpAccount( 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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SystemInfo - goerli_swap_systemInfos( + ): stagingarbitrumgoerli_swap_LpAccount + stagingarbitrumgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SystemInfo_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SystemInfo_filter + orderBy: stagingarbitrumgoerli_swap_LpAccount_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpAccount_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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SystemInfo!]! - goerli_swap_pooledToken( + ): [stagingarbitrumgoerli_swap_LpAccount!]! + stagingarbitrumgoerli_swap_lpAccountBalance( 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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_PooledToken - goerli_swap_pooledTokens( + ): stagingarbitrumgoerli_swap_LpAccountBalance + stagingarbitrumgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_PooledToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_PooledToken_filter + orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpAccountBalance_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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_PooledToken!]! - goerli_swap_stableSwap( + ): [stagingarbitrumgoerli_swap_LpAccountBalance!]! + stagingarbitrumgoerli_swap_lpToken( 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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwap - goerli_swap_stableSwaps( + ): stagingarbitrumgoerli_swap_LpToken + stagingarbitrumgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwap_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwap_filter + orderBy: stagingarbitrumgoerli_swap_LpToken_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpToken_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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwap!]! - goerli_swap_stableSwapAddLiquidityEvent( + ): [stagingarbitrumgoerli_swap_LpToken!]! + stagingarbitrumgoerli_swap_lpTransferEvent( 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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapAddLiquidityEvent - goerli_swap_stableSwapAddLiquidityEvents( + ): stagingarbitrumgoerli_swap_LpTransferEvent + stagingarbitrumgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingarbitrumgoerli_swap_LpTransferEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpTransferEvent_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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapAddLiquidityEvent!]! - goerli_swap_stableSwapRemoveLiquidityEvent( + ): [stagingarbitrumgoerli_swap_LpTransferEvent!]! + stagingarbitrumgoerli_swap_stableSwapEvent( 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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapRemoveLiquidityEvent - goerli_swap_stableSwapRemoveLiquidityEvents( + ): stagingarbitrumgoerli_swap_StableSwapEvent + stagingarbitrumgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_StableSwapEvent_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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! - goerli_swap_stableSwapExchange( + ): [stagingarbitrumgoerli_swap_StableSwapEvent!]! + stagingarbitrumgoerli_swap_swapTradeVolume( 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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapExchange - goerli_swap_stableSwapExchanges( + ): stagingarbitrumgoerli_swap_SwapTradeVolume + stagingarbitrumgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapExchange_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapExchange_filter + orderBy: stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_SwapTradeVolume_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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapExchange!]! - goerli_swap_swapDailyVolume( + ): [stagingarbitrumgoerli_swap_SwapTradeVolume!]! + stagingarbitrumgoerli_swap_lpTokenEvent( 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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapDailyVolume - goerli_swap_swapDailyVolumes( + ): stagingarbitrumgoerli_swap_LpTokenEvent + stagingarbitrumgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapDailyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapDailyVolume_filter + orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy + orderDirection: stagingarbitrumgoerli_swap_OrderDirection + where: stagingarbitrumgoerli_swap_LpTokenEvent_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: goerli_swap_Block_height + block: stagingarbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapDailyVolume!]! - goerli_swap_swapHourlyVolume( + ): [stagingarbitrumgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingarbitrumgoerli_swap__meta(block: stagingarbitrumgoerli_swap_Block_height): stagingarbitrumgoerli_swap__Meta_ + mumbai_swap_systemInfo( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapHourlyVolume - goerli_swap_swapHourlyVolumes( + ): mumbai_swap_SystemInfo + mumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapHourlyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapHourlyVolume_filter + orderBy: mumbai_swap_SystemInfo_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SystemInfo_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapHourlyVolume!]! - goerli_swap_swapWeeklyVolume( + ): [mumbai_swap_SystemInfo!]! + mumbai_swap_pooledToken( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapWeeklyVolume - goerli_swap_swapWeeklyVolumes( + ): mumbai_swap_PooledToken + mumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapWeeklyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapWeeklyVolume_filter + orderBy: mumbai_swap_PooledToken_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_PooledToken_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapWeeklyVolume!]! - goerli_swap_lpAccount( + ): [mumbai_swap_PooledToken!]! + mumbai_swap_stableSwap( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpAccount - goerli_swap_lpAccounts( + ): mumbai_swap_StableSwap + mumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccount_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccount_filter + orderBy: mumbai_swap_StableSwap_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwap_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpAccount!]! - goerli_swap_lpAccountBalance( + ): [mumbai_swap_StableSwap!]! + mumbai_swap_stableSwapAddLiquidityEvent( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpAccountBalance - goerli_swap_lpAccountBalances( + ): mumbai_swap_StableSwapAddLiquidityEvent + mumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccountBalance_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccountBalance_filter + orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapAddLiquidityEvent_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpAccountBalance!]! - goerli_swap_lpToken( + ): [mumbai_swap_StableSwapAddLiquidityEvent!]! + mumbai_swap_stableSwapRemoveLiquidityEvent( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpToken - goerli_swap_lpTokens( + ): mumbai_swap_StableSwapRemoveLiquidityEvent + mumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpToken_filter + orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapRemoveLiquidityEvent_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpToken!]! - goerli_swap_lpTransferEvent( + ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! + mumbai_swap_stableSwapExchange( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpTransferEvent - goerli_swap_lpTransferEvents( + ): mumbai_swap_StableSwapExchange + mumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTransferEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTransferEvent_filter + orderBy: mumbai_swap_StableSwapExchange_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapExchange_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpTransferEvent!]! - goerli_swap_stableSwapEvent( + ): [mumbai_swap_StableSwapExchange!]! + mumbai_swap_swapDailyVolume( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapEvent - goerli_swap_stableSwapEvents( + ): mumbai_swap_SwapDailyVolume + mumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapEvent_filter + orderBy: mumbai_swap_SwapDailyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapDailyVolume_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapEvent!]! - goerli_swap_swapTradeVolume( + ): [mumbai_swap_SwapDailyVolume!]! + mumbai_swap_swapHourlyVolume( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapTradeVolume - goerli_swap_swapTradeVolumes( + ): mumbai_swap_SwapHourlyVolume + mumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapTradeVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapTradeVolume_filter + orderBy: mumbai_swap_SwapHourlyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapHourlyVolume_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapTradeVolume!]! - goerli_swap_lpTokenEvent( + ): [mumbai_swap_SwapHourlyVolume!]! + mumbai_swap_swapWeeklyVolume( 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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpTokenEvent - goerli_swap_lpTokenEvents( + ): mumbai_swap_SwapWeeklyVolume + mumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTokenEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTokenEvent_filter + orderBy: mumbai_swap_SwapWeeklyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapWeeklyVolume_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: goerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - goerli_swap__meta(block: goerli_swap_Block_height): goerli_swap__Meta_ - testoptimismgoerli_asset( + ): [mumbai_swap_SwapWeeklyVolume!]! + mumbai_swap_lpAccount( 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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Asset - testoptimismgoerli_assets( + ): mumbai_swap_LpAccount + mumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Asset_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Asset_filter + orderBy: mumbai_swap_LpAccount_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpAccount_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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Asset!]! - testoptimismgoerli_assetBalance( + ): [mumbai_swap_LpAccount!]! + mumbai_swap_lpAccountBalance( 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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_AssetBalance - testoptimismgoerli_assetBalances( + ): mumbai_swap_LpAccountBalance + mumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_AssetBalance_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_AssetBalance_filter + orderBy: mumbai_swap_LpAccountBalance_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpAccountBalance_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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_AssetBalance!]! - testoptimismgoerli_router( + ): [mumbai_swap_LpAccountBalance!]! + mumbai_swap_lpToken( 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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Router - testoptimismgoerli_routers( + ): mumbai_swap_LpToken + mumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Router_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Router_filter + orderBy: mumbai_swap_LpToken_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpToken_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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Router!]! - testoptimismgoerli_setting( + ): [mumbai_swap_LpToken!]! + mumbai_swap_lpTransferEvent( 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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Setting - testoptimismgoerli_settings( + ): mumbai_swap_LpTransferEvent + mumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Setting_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Setting_filter + orderBy: mumbai_swap_LpTransferEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpTransferEvent_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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Setting!]! - testoptimismgoerli_relayer( + ): [mumbai_swap_LpTransferEvent!]! + mumbai_swap_stableSwapEvent( 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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Relayer - testoptimismgoerli_relayers( + ): mumbai_swap_StableSwapEvent + mumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Relayer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Relayer_filter + orderBy: mumbai_swap_StableSwapEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapEvent_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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Relayer!]! - testoptimismgoerli_stableSwap( + ): [mumbai_swap_StableSwapEvent!]! + mumbai_swap_swapTradeVolume( 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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_StableSwap - testoptimismgoerli_stableSwaps( + ): mumbai_swap_SwapTradeVolume + mumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_StableSwap_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_StableSwap_filter + orderBy: mumbai_swap_SwapTradeVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapTradeVolume_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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_StableSwap!]! - testoptimismgoerli_sponsorVault( + ): [mumbai_swap_SwapTradeVolume!]! + mumbai_swap_lpTokenEvent( 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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_SponsorVault - testoptimismgoerli_sponsorVaults( + ): mumbai_swap_LpTokenEvent + mumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_SponsorVault_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_SponsorVault_filter + orderBy: mumbai_swap_LpTokenEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpTokenEvent_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: testoptimismgoerli_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_SponsorVault!]! - testoptimismgoerli_originTransfer( + ): [mumbai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__Meta_ + staginggoerli_rootAggregated( 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: testoptimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_OriginTransfer - testoptimismgoerli_originTransfers( + ): staginggoerli_RootAggregated + staginggoerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_OriginTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_OriginTransfer_filter + orderBy: staginggoerli_RootAggregated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootAggregated_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: testoptimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_OriginTransfer!]! - testoptimismgoerli_destinationTransfer( + ): [staginggoerli_RootAggregated!]! + staginggoerli_rootPropagated( 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: testoptimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_DestinationTransfer - testoptimismgoerli_destinationTransfers( + ): staginggoerli_RootPropagated + staginggoerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_DestinationTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_DestinationTransfer_filter + orderBy: staginggoerli_RootPropagated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootPropagated_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: testoptimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ - staginggoerli_swap_systemInfo( + ): [staginggoerli_RootPropagated!]! + staginggoerli_aggregatedMessageRoot( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SystemInfo - staginggoerli_swap_systemInfos( + ): staginggoerli_AggregatedMessageRoot + staginggoerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SystemInfo_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SystemInfo_filter + orderBy: staginggoerli_AggregatedMessageRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregatedMessageRoot_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SystemInfo!]! - staginggoerli_swap_pooledToken( + ): [staginggoerli_AggregatedMessageRoot!]! + staginggoerli_rootManagerMeta( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_PooledToken - staginggoerli_swap_pooledTokens( + ): staginggoerli_RootManagerMeta + staginggoerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_PooledToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_PooledToken_filter + orderBy: staginggoerli_RootManagerMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootManagerMeta_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_PooledToken!]! - staginggoerli_swap_stableSwap( + ): [staginggoerli_RootManagerMeta!]! + staginggoerli_rootManagerMode( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwap - staginggoerli_swap_stableSwaps( + ): staginggoerli_RootManagerMode + staginggoerli_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwap_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwap_filter + orderBy: staginggoerli_RootManagerMode_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootManagerMode_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwap!]! - staginggoerli_swap_stableSwapAddLiquidityEvent( + ): [staginggoerli_RootManagerMode!]! + staginggoerli_optimisticRootProposed( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapAddLiquidityEvent - staginggoerli_swap_stableSwapAddLiquidityEvents( + ): staginggoerli_OptimisticRootProposed + staginggoerli_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: staginggoerli_OptimisticRootProposed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootProposed_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! - staginggoerli_swap_stableSwapRemoveLiquidityEvent( + ): [staginggoerli_OptimisticRootProposed!]! + staginggoerli_hubOptimisticRootFinalized( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapRemoveLiquidityEvent - staginggoerli_swap_stableSwapRemoveLiquidityEvents( + ): staginggoerli_HubOptimisticRootFinalized + staginggoerli_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_HubOptimisticRootFinalized_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! - staginggoerli_swap_stableSwapExchange( + ): [staginggoerli_HubOptimisticRootFinalized!]! + staginggoerli_optimisticRootPropagated( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapExchange - staginggoerli_swap_stableSwapExchanges( + ): staginggoerli_OptimisticRootPropagated + staginggoerli_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapExchange_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapExchange_filter + orderBy: staginggoerli_OptimisticRootPropagated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootPropagated_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapExchange!]! - staginggoerli_swap_swapDailyVolume( + ): [staginggoerli_OptimisticRootPropagated!]! + staginggoerli_polygonConnectorMeta( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapDailyVolume - staginggoerli_swap_swapDailyVolumes( + ): staginggoerli_PolygonConnectorMeta + staginggoerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapDailyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapDailyVolume_filter + orderBy: staginggoerli_PolygonConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_PolygonConnectorMeta_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapDailyVolume!]! - staginggoerli_swap_swapHourlyVolume( + ): [staginggoerli_PolygonConnectorMeta!]! + staginggoerli_optimismConnectorMeta( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapHourlyVolume - staginggoerli_swap_swapHourlyVolumes( + ): staginggoerli_OptimismConnectorMeta + staginggoerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapHourlyVolume_filter + orderBy: staginggoerli_OptimismConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimismConnectorMeta_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapHourlyVolume!]! - staginggoerli_swap_swapWeeklyVolume( + ): [staginggoerli_OptimismConnectorMeta!]! + staginggoerli_bnbConnectorMeta( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapWeeklyVolume - staginggoerli_swap_swapWeeklyVolumes( + ): staginggoerli_BnbConnectorMeta + staginggoerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapWeeklyVolume_filter + orderBy: staginggoerli_BnbConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_BnbConnectorMeta_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapWeeklyVolume!]! - staginggoerli_swap_lpAccount( + ): [staginggoerli_BnbConnectorMeta!]! + staginggoerli_arbitrumConnectorMeta( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpAccount - staginggoerli_swap_lpAccounts( + ): staginggoerli_ArbitrumConnectorMeta + staginggoerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccount_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccount_filter + orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ArbitrumConnectorMeta_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpAccount!]! - staginggoerli_swap_lpAccountBalance( + ): [staginggoerli_ArbitrumConnectorMeta!]! + staginggoerli_gnosisConnectorMeta( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpAccountBalance - staginggoerli_swap_lpAccountBalances( + ): staginggoerli_GnosisConnectorMeta + staginggoerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpAccountBalance_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpAccountBalance_filter + orderBy: staginggoerli_GnosisConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_GnosisConnectorMeta_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpAccountBalance!]! - staginggoerli_swap_lpToken( + ): [staginggoerli_GnosisConnectorMeta!]! + staginggoerli_zkSyncConnectorMeta( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpToken - staginggoerli_swap_lpTokens( + ): staginggoerli_ZkSyncConnectorMeta + staginggoerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpToken_filter + orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ZkSyncConnectorMeta_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpToken!]! - staginggoerli_swap_lpTransferEvent( + ): [staginggoerli_ZkSyncConnectorMeta!]! + staginggoerli_rootMessageProcessed( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpTransferEvent - staginggoerli_swap_lpTransferEvents( + ): staginggoerli_RootMessageProcessed + staginggoerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTransferEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTransferEvent_filter + orderBy: staginggoerli_RootMessageProcessed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootMessageProcessed_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpTransferEvent!]! - staginggoerli_swap_stableSwapEvent( + ): [staginggoerli_RootMessageProcessed!]! + staginggoerli_aggregateRootSavedSlow( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapEvent - staginggoerli_swap_stableSwapEvents( + ): staginggoerli_AggregateRootSavedSlow + staginggoerli_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_StableSwapEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapEvent_filter + orderBy: staginggoerli_AggregateRootSavedSlow_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRootSavedSlow_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapEvent!]! - staginggoerli_swap_swapTradeVolume( + ): [staginggoerli_AggregateRootSavedSlow!]! + staginggoerli_hubDomain( 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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapTradeVolume - staginggoerli_swap_swapTradeVolumes( + ): staginggoerli_HubDomain + staginggoerli_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SwapTradeVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapTradeVolume_filter + orderBy: staginggoerli_HubDomain_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_HubDomain_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: staginggoerli_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapTradeVolume!]! - staginggoerli_swap_lpTokenEvent( + ): [staginggoerli_HubDomain!]! + """Access to subgraph metadata""" + staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ + testgoerli_asset( 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: staginggoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpTokenEvent - staginggoerli_swap_lpTokenEvents( + ): testgoerli_Asset + testgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_LpTokenEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_LpTokenEvent_filter + orderBy: testgoerli_Asset_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Asset_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: staginggoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - staginggoerli_swap__meta(block: staginggoerli_swap_Block_height): staginggoerli_swap__Meta_ - stagingarbitrumgoerli_swap_systemInfo( + ): [testgoerli_Asset!]! + testgoerli_assetBalance( 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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SystemInfo - stagingarbitrumgoerli_swap_systemInfos( + ): testgoerli_AssetBalance + testgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SystemInfo_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SystemInfo_filter + orderBy: testgoerli_AssetBalance_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_AssetBalance_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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SystemInfo!]! - stagingarbitrumgoerli_swap_pooledToken( + ): [testgoerli_AssetBalance!]! + testgoerli_router( 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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_PooledToken - stagingarbitrumgoerli_swap_pooledTokens( + ): testgoerli_Router + testgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_PooledToken_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_PooledToken_filter + orderBy: testgoerli_Router_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Router_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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_PooledToken!]! - stagingarbitrumgoerli_swap_stableSwap( + ): [testgoerli_Router!]! + testgoerli_setting( 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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwap - stagingarbitrumgoerli_swap_stableSwaps( + ): testgoerli_Setting + testgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwap_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwap_filter + orderBy: testgoerli_Setting_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Setting_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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwap!]! - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvent( + ): [testgoerli_Setting!]! + testgoerli_relayer( 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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent - stagingarbitrumgoerli_swap_stableSwapAddLiquidityEvents( + ): testgoerli_Relayer + testgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: testgoerli_Relayer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Relayer_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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [testgoerli_Relayer!]! + testgoerli_stableSwap( 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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent - stagingarbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( + ): testgoerli_StableSwap + testgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: testgoerli_StableSwap_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_StableSwap_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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingarbitrumgoerli_swap_stableSwapExchange( + ): [testgoerli_StableSwap!]! + testgoerli_sponsorVault( 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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwapExchange - stagingarbitrumgoerli_swap_stableSwapExchanges( + ): testgoerli_SponsorVault + testgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapExchange_filter + orderBy: testgoerli_SponsorVault_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_SponsorVault_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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwapExchange!]! - stagingarbitrumgoerli_swap_swapDailyVolume( + ): [testgoerli_SponsorVault!]! + testgoerli_originTransfer( 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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SwapDailyVolume - stagingarbitrumgoerli_swap_swapDailyVolumes( + ): testgoerli_OriginTransfer + testgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapDailyVolume_filter + orderBy: testgoerli_OriginTransfer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_OriginTransfer_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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SwapDailyVolume!]! - stagingarbitrumgoerli_swap_swapHourlyVolume( + ): [testgoerli_OriginTransfer!]! + testgoerli_destinationTransfer( 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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SwapHourlyVolume - stagingarbitrumgoerli_swap_swapHourlyVolumes( + ): testgoerli_DestinationTransfer + testgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter + orderBy: testgoerli_DestinationTransfer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_DestinationTransfer_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: stagingarbitrumgoerli_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SwapHourlyVolume!]! - stagingarbitrumgoerli_swap_swapWeeklyVolume( + ): [testgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ + goerli_swap_systemInfo( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SwapWeeklyVolume - stagingarbitrumgoerli_swap_swapWeeklyVolumes( + ): goerli_swap_SystemInfo + goerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter + orderBy: goerli_swap_SystemInfo_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SystemInfo_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SwapWeeklyVolume!]! - stagingarbitrumgoerli_swap_lpAccount( + ): [goerli_swap_SystemInfo!]! + goerli_swap_pooledToken( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpAccount - stagingarbitrumgoerli_swap_lpAccounts( + ): goerli_swap_PooledToken + goerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpAccount_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpAccount_filter + orderBy: goerli_swap_PooledToken_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_PooledToken_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpAccount!]! - stagingarbitrumgoerli_swap_lpAccountBalance( + ): [goerli_swap_PooledToken!]! + goerli_swap_stableSwap( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpAccountBalance - stagingarbitrumgoerli_swap_lpAccountBalances( + ): goerli_swap_StableSwap + goerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpAccountBalance_filter + orderBy: goerli_swap_StableSwap_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwap_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpAccountBalance!]! - stagingarbitrumgoerli_swap_lpToken( + ): [goerli_swap_StableSwap!]! + goerli_swap_stableSwapAddLiquidityEvent( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpToken - stagingarbitrumgoerli_swap_lpTokens( + ): goerli_swap_StableSwapAddLiquidityEvent + goerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpToken_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpToken_filter + orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapAddLiquidityEvent_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpToken!]! - stagingarbitrumgoerli_swap_lpTransferEvent( + ): [goerli_swap_StableSwapAddLiquidityEvent!]! + goerli_swap_stableSwapRemoveLiquidityEvent( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpTransferEvent - stagingarbitrumgoerli_swap_lpTransferEvents( + ): goerli_swap_StableSwapRemoveLiquidityEvent + goerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpTransferEvent_filter + orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapRemoveLiquidityEvent_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpTransferEvent!]! - stagingarbitrumgoerli_swap_stableSwapEvent( + ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! + goerli_swap_stableSwapExchange( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_StableSwapEvent - stagingarbitrumgoerli_swap_stableSwapEvents( + ): goerli_swap_StableSwapExchange + goerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_StableSwapEvent_filter + orderBy: goerli_swap_StableSwapExchange_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapExchange_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_StableSwapEvent!]! - stagingarbitrumgoerli_swap_swapTradeVolume( + ): [goerli_swap_StableSwapExchange!]! + goerli_swap_swapDailyVolume( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_SwapTradeVolume - stagingarbitrumgoerli_swap_swapTradeVolumes( + ): goerli_swap_SwapDailyVolume + goerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_SwapTradeVolume_filter + orderBy: goerli_swap_SwapDailyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapDailyVolume_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_SwapTradeVolume!]! - stagingarbitrumgoerli_swap_lpTokenEvent( + ): [goerli_swap_SwapDailyVolume!]! + goerli_swap_swapHourlyVolume( 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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_swap_LpTokenEvent - stagingarbitrumgoerli_swap_lpTokenEvents( + ): goerli_swap_SwapHourlyVolume + goerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingarbitrumgoerli_swap_OrderDirection - where: stagingarbitrumgoerli_swap_LpTokenEvent_filter + orderBy: goerli_swap_SwapHourlyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapHourlyVolume_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: stagingarbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingarbitrumgoerli_swap__meta(block: stagingarbitrumgoerli_swap_Block_height): stagingarbitrumgoerli_swap__Meta_ - arbitrumgoerli_swap_systemInfo( + ): [goerli_swap_SwapHourlyVolume!]! + goerli_swap_swapWeeklyVolume( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SystemInfo - arbitrumgoerli_swap_systemInfos( + ): goerli_swap_SwapWeeklyVolume + goerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SystemInfo_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SystemInfo_filter + orderBy: goerli_swap_SwapWeeklyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapWeeklyVolume_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SystemInfo!]! - arbitrumgoerli_swap_pooledToken( + ): [goerli_swap_SwapWeeklyVolume!]! + goerli_swap_lpAccount( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_PooledToken - arbitrumgoerli_swap_pooledTokens( + ): goerli_swap_LpAccount + goerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_PooledToken_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_PooledToken_filter + orderBy: goerli_swap_LpAccount_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpAccount_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_PooledToken!]! - arbitrumgoerli_swap_stableSwap( + ): [goerli_swap_LpAccount!]! + goerli_swap_lpAccountBalance( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwap - arbitrumgoerli_swap_stableSwaps( + ): goerli_swap_LpAccountBalance + goerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwap_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwap_filter + orderBy: goerli_swap_LpAccountBalance_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpAccountBalance_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwap!]! - arbitrumgoerli_swap_stableSwapAddLiquidityEvent( + ): [goerli_swap_LpAccountBalance!]! + goerli_swap_lpToken( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapAddLiquidityEvent - arbitrumgoerli_swap_stableSwapAddLiquidityEvents( + ): goerli_swap_LpToken + goerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: goerli_swap_LpToken_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpToken_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [goerli_swap_LpToken!]! + goerli_swap_lpTransferEvent( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( + ): goerli_swap_LpTransferEvent + goerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: goerli_swap_LpTransferEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpTransferEvent_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumgoerli_swap_stableSwapExchange( + ): [goerli_swap_LpTransferEvent!]! + goerli_swap_stableSwapEvent( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapExchange - arbitrumgoerli_swap_stableSwapExchanges( + ): goerli_swap_StableSwapEvent + goerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapExchange_filter + orderBy: goerli_swap_StableSwapEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapEvent_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapExchange!]! - arbitrumgoerli_swap_swapDailyVolume( + ): [goerli_swap_StableSwapEvent!]! + goerli_swap_swapTradeVolume( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapDailyVolume - arbitrumgoerli_swap_swapDailyVolumes( + ): goerli_swap_SwapTradeVolume + goerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapDailyVolume_filter + orderBy: goerli_swap_SwapTradeVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapTradeVolume_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapDailyVolume!]! - arbitrumgoerli_swap_swapHourlyVolume( + ): [goerli_swap_SwapTradeVolume!]! + goerli_swap_lpTokenEvent( 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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapHourlyVolume - arbitrumgoerli_swap_swapHourlyVolumes( + ): goerli_swap_LpTokenEvent + goerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapHourlyVolume_filter + orderBy: goerli_swap_LpTokenEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpTokenEvent_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: arbitrumgoerli_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapHourlyVolume!]! - arbitrumgoerli_swap_swapWeeklyVolume( + ): [goerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + goerli_swap__meta(block: goerli_swap_Block_height): goerli_swap__Meta_ + stagingoptimismgoerli_swap_systemInfo( 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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapWeeklyVolume - arbitrumgoerli_swap_swapWeeklyVolumes( + ): stagingoptimismgoerli_swap_SystemInfo + stagingoptimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapWeeklyVolume_filter + orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SystemInfo_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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapWeeklyVolume!]! - arbitrumgoerli_swap_lpAccount( + ): [stagingoptimismgoerli_swap_SystemInfo!]! + stagingoptimismgoerli_swap_pooledToken( 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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpAccount - arbitrumgoerli_swap_lpAccounts( + ): stagingoptimismgoerli_swap_PooledToken + stagingoptimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpAccount_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpAccount_filter + orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_PooledToken_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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpAccount!]! - arbitrumgoerli_swap_lpAccountBalance( + ): [stagingoptimismgoerli_swap_PooledToken!]! + stagingoptimismgoerli_swap_stableSwap( 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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpAccountBalance - arbitrumgoerli_swap_lpAccountBalances( + ): stagingoptimismgoerli_swap_StableSwap + stagingoptimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpAccountBalance_filter + orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwap_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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpAccountBalance!]! - arbitrumgoerli_swap_lpToken( + ): [stagingoptimismgoerli_swap_StableSwap!]! + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( 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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpToken - arbitrumgoerli_swap_lpTokens( + ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpToken_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpToken_filter + orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpToken!]! - arbitrumgoerli_swap_lpTransferEvent( + ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( 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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpTransferEvent - arbitrumgoerli_swap_lpTransferEvents( + ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpTransferEvent_filter + orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpTransferEvent!]! - arbitrumgoerli_swap_stableSwapEvent( + ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! + stagingoptimismgoerli_swap_stableSwapExchange( 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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapEvent - arbitrumgoerli_swap_stableSwapEvents( + ): stagingoptimismgoerli_swap_StableSwapExchange + stagingoptimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapEvent_filter + orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapExchange_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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapEvent!]! - arbitrumgoerli_swap_swapTradeVolume( + ): [stagingoptimismgoerli_swap_StableSwapExchange!]! + stagingoptimismgoerli_swap_swapDailyVolume( 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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapTradeVolume - arbitrumgoerli_swap_swapTradeVolumes( + ): stagingoptimismgoerli_swap_SwapDailyVolume + stagingoptimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapTradeVolume_filter + orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapDailyVolume_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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapTradeVolume!]! - arbitrumgoerli_swap_lpTokenEvent( + ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! + stagingoptimismgoerli_swap_swapHourlyVolume( 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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpTokenEvent - arbitrumgoerli_swap_lpTokenEvents( + ): stagingoptimismgoerli_swap_SwapHourlyVolume + stagingoptimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpTokenEvent_filter + orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapHourlyVolume_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: arbitrumgoerli_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumgoerli_swap__meta(block: arbitrumgoerli_swap_Block_height): arbitrumgoerli_swap__Meta_ - mumbai_swap_systemInfo( + ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! + stagingoptimismgoerli_swap_swapWeeklyVolume( 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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SystemInfo - mumbai_swap_systemInfos( + ): stagingoptimismgoerli_swap_SwapWeeklyVolume + stagingoptimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SystemInfo_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SystemInfo_filter + orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapWeeklyVolume_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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SystemInfo!]! - mumbai_swap_pooledToken( + ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! + stagingoptimismgoerli_swap_lpAccount( 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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_PooledToken - mumbai_swap_pooledTokens( + ): stagingoptimismgoerli_swap_LpAccount + stagingoptimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_PooledToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_PooledToken_filter + orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccount_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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_PooledToken!]! - mumbai_swap_stableSwap( + ): [stagingoptimismgoerli_swap_LpAccount!]! + stagingoptimismgoerli_swap_lpAccountBalance( 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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwap - mumbai_swap_stableSwaps( + ): stagingoptimismgoerli_swap_LpAccountBalance + stagingoptimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwap_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwap_filter + orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccountBalance_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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwap!]! - mumbai_swap_stableSwapAddLiquidityEvent( + ): [stagingoptimismgoerli_swap_LpAccountBalance!]! + stagingoptimismgoerli_swap_lpToken( 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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapAddLiquidityEvent - mumbai_swap_stableSwapAddLiquidityEvents( + ): stagingoptimismgoerli_swap_LpToken + stagingoptimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingoptimismgoerli_swap_LpToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpToken_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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapAddLiquidityEvent!]! - mumbai_swap_stableSwapRemoveLiquidityEvent( + ): [stagingoptimismgoerli_swap_LpToken!]! + stagingoptimismgoerli_swap_lpTransferEvent( 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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapRemoveLiquidityEvent - mumbai_swap_stableSwapRemoveLiquidityEvents( + ): stagingoptimismgoerli_swap_LpTransferEvent + stagingoptimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTransferEvent_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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! - mumbai_swap_stableSwapExchange( + ): [stagingoptimismgoerli_swap_LpTransferEvent!]! + stagingoptimismgoerli_swap_stableSwapEvent( 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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapExchange - mumbai_swap_stableSwapExchanges( + ): stagingoptimismgoerli_swap_StableSwapEvent + stagingoptimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapExchange_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapExchange_filter + orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapEvent_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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapExchange!]! - mumbai_swap_swapDailyVolume( + ): [stagingoptimismgoerli_swap_StableSwapEvent!]! + stagingoptimismgoerli_swap_swapTradeVolume( 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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapDailyVolume - mumbai_swap_swapDailyVolumes( + ): stagingoptimismgoerli_swap_SwapTradeVolume + stagingoptimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapDailyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapDailyVolume_filter + orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapTradeVolume_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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapDailyVolume!]! - mumbai_swap_swapHourlyVolume( + ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! + stagingoptimismgoerli_swap_lpTokenEvent( 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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapHourlyVolume - mumbai_swap_swapHourlyVolumes( + ): stagingoptimismgoerli_swap_LpTokenEvent + stagingoptimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapHourlyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapHourlyVolume_filter + orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTokenEvent_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: mumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapHourlyVolume!]! - mumbai_swap_swapWeeklyVolume( + ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ + arbitrumone_swap_systemInfo( 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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapWeeklyVolume - mumbai_swap_swapWeeklyVolumes( + ): arbitrumone_swap_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapWeeklyVolume_filter + orderBy: arbitrumone_swap_SystemInfo_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SystemInfo_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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapWeeklyVolume!]! - mumbai_swap_lpAccount( + ): [arbitrumone_swap_SystemInfo!]! + arbitrumone_swap_pooledToken( 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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpAccount - mumbai_swap_lpAccounts( + ): arbitrumone_swap_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccount_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccount_filter + orderBy: arbitrumone_swap_PooledToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_PooledToken_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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpAccount!]! - mumbai_swap_lpAccountBalance( + ): [arbitrumone_swap_PooledToken!]! + arbitrumone_swap_stableSwap( 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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpAccountBalance - mumbai_swap_lpAccountBalances( + ): arbitrumone_swap_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccountBalance_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccountBalance_filter + orderBy: arbitrumone_swap_StableSwap_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwap_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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpAccountBalance!]! - mumbai_swap_lpToken( + ): [arbitrumone_swap_StableSwap!]! + arbitrumone_swap_stableSwapAddLiquidityEvent( 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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpToken - mumbai_swap_lpTokens( + ): arbitrumone_swap_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpToken_filter + orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapAddLiquidityEvent_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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpToken!]! - mumbai_swap_lpTransferEvent( + ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! + arbitrumone_swap_stableSwapRemoveLiquidityEvent( 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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpTransferEvent - mumbai_swap_lpTransferEvents( + ): arbitrumone_swap_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTransferEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTransferEvent_filter + orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpTransferEvent!]! - mumbai_swap_stableSwapEvent( + ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumone_swap_stableSwapExchange( 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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapEvent - mumbai_swap_stableSwapEvents( + ): arbitrumone_swap_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapEvent_filter + orderBy: arbitrumone_swap_StableSwapExchange_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapExchange_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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapEvent!]! - mumbai_swap_swapTradeVolume( + ): [arbitrumone_swap_StableSwapExchange!]! + arbitrumone_swap_swapDailyVolume( 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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapTradeVolume - mumbai_swap_swapTradeVolumes( + ): arbitrumone_swap_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapTradeVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapTradeVolume_filter + orderBy: arbitrumone_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapDailyVolume_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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapTradeVolume!]! - mumbai_swap_lpTokenEvent( + ): [arbitrumone_swap_SwapDailyVolume!]! + arbitrumone_swap_swapHourlyVolume( 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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpTokenEvent - mumbai_swap_lpTokenEvents( + ): arbitrumone_swap_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTokenEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTokenEvent_filter + orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapHourlyVolume_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: mumbai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__Meta_ - bnb_swap_systemInfo( + ): [arbitrumone_swap_SwapHourlyVolume!]! + arbitrumone_swap_swapWeeklyVolume( 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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SystemInfo - bnb_swap_systemInfos( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SystemInfo_filter + orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapWeeklyVolume_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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SystemInfo!]! - bnb_swap_pooledToken( + ): [arbitrumone_swap_SwapWeeklyVolume!]! + arbitrumone_swap_lpAccount( 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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_PooledToken - bnb_swap_pooledTokens( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_PooledToken_filter + orderBy: arbitrumone_swap_LpAccount_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccount_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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_PooledToken!]! - bnb_swap_stableSwap( + ): [arbitrumone_swap_LpAccount!]! + arbitrumone_swap_lpAccountBalance( 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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwap - bnb_swap_stableSwaps( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwap_filter + orderBy: arbitrumone_swap_LpAccountBalance_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccountBalance_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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwap!]! - bnb_swap_stableSwapAddLiquidityEvent( + ): [arbitrumone_swap_LpAccountBalance!]! + arbitrumone_swap_lpToken( 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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapAddLiquidityEvent - bnb_swap_stableSwapAddLiquidityEvents( + ): arbitrumone_swap_LpToken + arbitrumone_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapAddLiquidityEvent_filter + orderBy: arbitrumone_swap_LpToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpToken_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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapAddLiquidityEvent!]! - bnb_swap_stableSwapRemoveLiquidityEvent( + ): [arbitrumone_swap_LpToken!]! + arbitrumone_swap_lpTransferEvent( 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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapRemoveLiquidityEvent - bnb_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumone_swap_LpTransferEvent + arbitrumone_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: arbitrumone_swap_LpTransferEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpTransferEvent_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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! - bnb_swap_stableSwapExchange( + ): [arbitrumone_swap_LpTransferEvent!]! + arbitrumone_swap_stableSwapEvent( 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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapExchange - bnb_swap_stableSwapExchanges( + ): arbitrumone_swap_StableSwapEvent + arbitrumone_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapExchange_filter + orderBy: arbitrumone_swap_StableSwapEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapEvent_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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapExchange!]! - bnb_swap_swapDailyVolume( + ): [arbitrumone_swap_StableSwapEvent!]! + arbitrumone_swap_swapTradeVolume( 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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapDailyVolume - bnb_swap_swapDailyVolumes( + ): arbitrumone_swap_SwapTradeVolume + arbitrumone_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapDailyVolume_filter + orderBy: arbitrumone_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapTradeVolume_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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapDailyVolume!]! - bnb_swap_swapHourlyVolume( + ): [arbitrumone_swap_SwapTradeVolume!]! + arbitrumone_swap_lpTokenEvent( 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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapHourlyVolume - bnb_swap_swapHourlyVolumes( + ): arbitrumone_swap_LpTokenEvent + arbitrumone_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapHourlyVolume_filter + orderBy: arbitrumone_swap_LpTokenEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpTokenEvent_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: bnb_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapHourlyVolume!]! - bnb_swap_swapWeeklyVolume( + ): [arbitrumone_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ + polygon_swap_systemInfo( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapWeeklyVolume - bnb_swap_swapWeeklyVolumes( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapWeeklyVolume_filter + orderBy: polygon_swap_SystemInfo_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SystemInfo_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapWeeklyVolume!]! - bnb_swap_lpAccount( + ): [polygon_swap_SystemInfo!]! + polygon_swap_pooledToken( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccount - bnb_swap_lpAccounts( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccount_filter + orderBy: polygon_swap_PooledToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_PooledToken_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccount!]! - bnb_swap_lpAccountBalance( + ): [polygon_swap_PooledToken!]! + polygon_swap_stableSwap( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccountBalance - bnb_swap_lpAccountBalances( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccountBalance_filter + orderBy: polygon_swap_StableSwap_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwap_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccountBalance!]! - bnb_swap_lpToken( + ): [polygon_swap_StableSwap!]! + polygon_swap_stableSwapAddLiquidityEvent( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpToken - bnb_swap_lpTokens( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpToken_filter + orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapAddLiquidityEvent_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpToken!]! - bnb_swap_lpTransferEvent( + ): [polygon_swap_StableSwapAddLiquidityEvent!]! + polygon_swap_stableSwapRemoveLiquidityEvent( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTransferEvent - bnb_swap_lpTransferEvents( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTransferEvent_filter + orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapRemoveLiquidityEvent_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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTransferEvent!]! - bnb_swap_stableSwapEvent( + ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! + polygon_swap_stableSwapExchange( 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: bnb_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapEvent - bnb_swap_stableSwapEvents( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapEvent_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: bnb_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapEvent!]! - bnb_swap_swapTradeVolume( - 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: bnb_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapTradeVolume - bnb_swap_swapTradeVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapTradeVolume_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: bnb_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapTradeVolume!]! - bnb_swap_lpTokenEvent( - 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: bnb_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTokenEvent - bnb_swap_lpTokenEvents( - skip: Int = 0 - first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTokenEvent_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: bnb_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - stagingmumbai_swap_systemInfo( - 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: stagingmumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SystemInfo - stagingmumbai_swap_systemInfos( - skip: Int = 0 - first: Int = 100 - orderBy: stagingmumbai_swap_SystemInfo_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SystemInfo_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: stagingmumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SystemInfo!]! - stagingmumbai_swap_pooledToken( - 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: stagingmumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_PooledToken - stagingmumbai_swap_pooledTokens( - skip: Int = 0 - first: Int = 100 - orderBy: stagingmumbai_swap_PooledToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_PooledToken_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: stagingmumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_PooledToken!]! - stagingmumbai_swap_stableSwap( - 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: stagingmumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwap - stagingmumbai_swap_stableSwaps( - skip: Int = 0 - first: Int = 100 - orderBy: stagingmumbai_swap_StableSwap_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwap_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: stagingmumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwap!]! - stagingmumbai_swap_stableSwapAddLiquidityEvent( - 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: stagingmumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapAddLiquidityEvent - stagingmumbai_swap_stableSwapAddLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapAddLiquidityEvent_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: stagingmumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! - stagingmumbai_swap_stableSwapRemoveLiquidityEvent( - 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: stagingmumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent - stagingmumbai_swap_stableSwapRemoveLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_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: stagingmumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! - stagingmumbai_swap_stableSwapExchange( - 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: stagingmumbai_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapExchange - stagingmumbai_swap_stableSwapExchanges( - skip: Int = 0 - first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapExchange_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapExchange_filter + orderBy: polygon_swap_StableSwapExchange_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapExchange_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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapExchange!]! - stagingmumbai_swap_swapDailyVolume( + ): [polygon_swap_StableSwapExchange!]! + polygon_swap_swapDailyVolume( 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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapDailyVolume - stagingmumbai_swap_swapDailyVolumes( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapDailyVolume_filter + orderBy: polygon_swap_SwapDailyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapDailyVolume_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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapDailyVolume!]! - stagingmumbai_swap_swapHourlyVolume( + ): [polygon_swap_SwapDailyVolume!]! + polygon_swap_swapHourlyVolume( 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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapHourlyVolume - stagingmumbai_swap_swapHourlyVolumes( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapHourlyVolume_filter + orderBy: polygon_swap_SwapHourlyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapHourlyVolume_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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapHourlyVolume!]! - stagingmumbai_swap_swapWeeklyVolume( + ): [polygon_swap_SwapHourlyVolume!]! + polygon_swap_swapWeeklyVolume( 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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapWeeklyVolume - stagingmumbai_swap_swapWeeklyVolumes( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapWeeklyVolume_filter + orderBy: polygon_swap_SwapWeeklyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapWeeklyVolume_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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapWeeklyVolume!]! - stagingmumbai_swap_lpAccount( + ): [polygon_swap_SwapWeeklyVolume!]! + polygon_swap_lpAccount( 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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpAccount - stagingmumbai_swap_lpAccounts( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccount_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccount_filter + orderBy: polygon_swap_LpAccount_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccount_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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpAccount!]! - stagingmumbai_swap_lpAccountBalance( + ): [polygon_swap_LpAccount!]! + polygon_swap_lpAccountBalance( 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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpAccountBalance - stagingmumbai_swap_lpAccountBalances( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccountBalance_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccountBalance_filter + orderBy: polygon_swap_LpAccountBalance_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccountBalance_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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpAccountBalance!]! - stagingmumbai_swap_lpToken( + ): [polygon_swap_LpAccountBalance!]! + polygon_swap_lpToken( 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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpToken - stagingmumbai_swap_lpTokens( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpToken_filter + orderBy: polygon_swap_LpToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpToken_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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpToken!]! - stagingmumbai_swap_lpTransferEvent( + ): [polygon_swap_LpToken!]! + polygon_swap_lpTransferEvent( 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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpTransferEvent - stagingmumbai_swap_lpTransferEvents( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTransferEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTransferEvent_filter + orderBy: polygon_swap_LpTransferEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTransferEvent_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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpTransferEvent!]! - stagingmumbai_swap_stableSwapEvent( + ): [polygon_swap_LpTransferEvent!]! + polygon_swap_stableSwapEvent( 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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapEvent - stagingmumbai_swap_stableSwapEvents( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapEvent_filter + orderBy: polygon_swap_StableSwapEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapEvent_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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapEvent!]! - stagingmumbai_swap_swapTradeVolume( + ): [polygon_swap_StableSwapEvent!]! + polygon_swap_swapTradeVolume( 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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapTradeVolume - stagingmumbai_swap_swapTradeVolumes( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapTradeVolume_filter + orderBy: polygon_swap_SwapTradeVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapTradeVolume_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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapTradeVolume!]! - stagingmumbai_swap_lpTokenEvent( + ): [polygon_swap_SwapTradeVolume!]! + polygon_swap_lpTokenEvent( 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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpTokenEvent - stagingmumbai_swap_lpTokenEvents( + ): polygon_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTokenEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTokenEvent_filter + orderBy: polygon_swap_LpTokenEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTokenEvent_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: stagingmumbai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpTokenEvent!]! + ): [polygon_swap_LpTokenEvent!]! """Access to subgraph metadata""" - stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ + polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ xdai_swap_systemInfo( id: ID! """ @@ -4875,450 +4901,424 @@ type Query { ): [xdai_swap_LpTokenEvent!]! """Access to subgraph metadata""" xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ - staginggoerli_rootAggregated( + stagingmumbai_swap_systemInfo( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootAggregated - staginggoerli_rootAggregateds( + ): stagingmumbai_swap_SystemInfo + stagingmumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootAggregated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootAggregated_filter + orderBy: stagingmumbai_swap_SystemInfo_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SystemInfo_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootAggregated!]! - staginggoerli_rootPropagated( + ): [stagingmumbai_swap_SystemInfo!]! + stagingmumbai_swap_pooledToken( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootPropagated - staginggoerli_rootPropagateds( + ): stagingmumbai_swap_PooledToken + stagingmumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootPropagated_filter + orderBy: stagingmumbai_swap_PooledToken_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_PooledToken_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootPropagated!]! - staginggoerli_aggregatedMessageRoot( + ): [stagingmumbai_swap_PooledToken!]! + stagingmumbai_swap_stableSwap( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregatedMessageRoot - staginggoerli_aggregatedMessageRoots( + ): stagingmumbai_swap_StableSwap + stagingmumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregatedMessageRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregatedMessageRoot_filter + orderBy: stagingmumbai_swap_StableSwap_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwap_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregatedMessageRoot!]! - staginggoerli_rootManagerMeta( + ): [stagingmumbai_swap_StableSwap!]! + stagingmumbai_swap_stableSwapAddLiquidityEvent( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootManagerMeta - staginggoerli_rootManagerMetas( + ): stagingmumbai_swap_StableSwapAddLiquidityEvent + stagingmumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMeta_filter + orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapAddLiquidityEvent_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootManagerMeta!]! - staginggoerli_rootManagerMode( + ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! + stagingmumbai_swap_stableSwapRemoveLiquidityEvent( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootManagerMode - staginggoerli_rootManagerModes( + ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent + stagingmumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMode_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMode_filter + orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootManagerMode!]! - staginggoerli_optimisticRootProposed( + ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! + stagingmumbai_swap_stableSwapExchange( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootProposed - staginggoerli_optimisticRootProposeds( + ): stagingmumbai_swap_StableSwapExchange + stagingmumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootProposed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootProposed_filter + orderBy: stagingmumbai_swap_StableSwapExchange_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapExchange_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootProposed!]! - staginggoerli_hubOptimisticRootFinalized( + ): [stagingmumbai_swap_StableSwapExchange!]! + stagingmumbai_swap_swapDailyVolume( 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: staginggoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_HubOptimisticRootFinalized - staginggoerli_hubOptimisticRootFinalizeds( - skip: Int = 0 - first: Int = 100 - orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_HubOptimisticRootFinalized_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: staginggoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_HubOptimisticRootFinalized!]! - staginggoerli_optimisticRootPropagated( - 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootPropagated - staginggoerli_optimisticRootPropagateds( + ): stagingmumbai_swap_SwapDailyVolume + stagingmumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootPropagated_filter + orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapDailyVolume_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootPropagated!]! - staginggoerli_polygonConnectorMeta( + ): [stagingmumbai_swap_SwapDailyVolume!]! + stagingmumbai_swap_swapHourlyVolume( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_PolygonConnectorMeta - staginggoerli_polygonConnectorMetas( + ): stagingmumbai_swap_SwapHourlyVolume + stagingmumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_PolygonConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_PolygonConnectorMeta_filter + orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapHourlyVolume_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_PolygonConnectorMeta!]! - staginggoerli_optimismConnectorMeta( + ): [stagingmumbai_swap_SwapHourlyVolume!]! + stagingmumbai_swap_swapWeeklyVolume( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimismConnectorMeta - staginggoerli_optimismConnectorMetas( + ): stagingmumbai_swap_SwapWeeklyVolume + stagingmumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimismConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimismConnectorMeta_filter + orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapWeeklyVolume_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimismConnectorMeta!]! - staginggoerli_bnbConnectorMeta( + ): [stagingmumbai_swap_SwapWeeklyVolume!]! + stagingmumbai_swap_lpAccount( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_BnbConnectorMeta - staginggoerli_bnbConnectorMetas( + ): stagingmumbai_swap_LpAccount + stagingmumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_BnbConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_BnbConnectorMeta_filter + orderBy: stagingmumbai_swap_LpAccount_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpAccount_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_BnbConnectorMeta!]! - staginggoerli_arbitrumConnectorMeta( + ): [stagingmumbai_swap_LpAccount!]! + stagingmumbai_swap_lpAccountBalance( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ArbitrumConnectorMeta - staginggoerli_arbitrumConnectorMetas( + ): stagingmumbai_swap_LpAccountBalance + stagingmumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ArbitrumConnectorMeta_filter + orderBy: stagingmumbai_swap_LpAccountBalance_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpAccountBalance_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ArbitrumConnectorMeta!]! - staginggoerli_gnosisConnectorMeta( + ): [stagingmumbai_swap_LpAccountBalance!]! + stagingmumbai_swap_lpToken( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_GnosisConnectorMeta - staginggoerli_gnosisConnectorMetas( + ): stagingmumbai_swap_LpToken + stagingmumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_GnosisConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_GnosisConnectorMeta_filter + orderBy: stagingmumbai_swap_LpToken_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpToken_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_GnosisConnectorMeta!]! - staginggoerli_zkSyncConnectorMeta( + ): [stagingmumbai_swap_LpToken!]! + stagingmumbai_swap_lpTransferEvent( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ZkSyncConnectorMeta - staginggoerli_zkSyncConnectorMetas( + ): stagingmumbai_swap_LpTransferEvent + stagingmumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ZkSyncConnectorMeta_filter + orderBy: stagingmumbai_swap_LpTransferEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpTransferEvent_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ZkSyncConnectorMeta!]! - staginggoerli_rootMessageProcessed( + ): [stagingmumbai_swap_LpTransferEvent!]! + stagingmumbai_swap_stableSwapEvent( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootMessageProcessed - staginggoerli_rootMessageProcesseds( + ): stagingmumbai_swap_StableSwapEvent + stagingmumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageProcessed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageProcessed_filter + orderBy: stagingmumbai_swap_StableSwapEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapEvent_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootMessageProcessed!]! - staginggoerli_aggregateRootSavedSlow( + ): [stagingmumbai_swap_StableSwapEvent!]! + stagingmumbai_swap_swapTradeVolume( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRootSavedSlow - staginggoerli_aggregateRootSavedSlows( + ): stagingmumbai_swap_SwapTradeVolume + stagingmumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRootSavedSlow_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRootSavedSlow_filter + orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapTradeVolume_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRootSavedSlow!]! - staginggoerli_hubDomain( + ): [stagingmumbai_swap_SwapTradeVolume!]! + stagingmumbai_swap_lpTokenEvent( 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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_HubDomain - staginggoerli_hubDomains( + ): stagingmumbai_swap_LpTokenEvent + stagingmumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_HubDomain_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_HubDomain_filter + orderBy: stagingmumbai_swap_LpTokenEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpTokenEvent_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: staginggoerli_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_HubDomain!]! + ): [stagingmumbai_swap_LpTokenEvent!]! """Access to subgraph metadata""" - staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ + stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ optimismgoerli_swap_systemInfo( id: ID! """ @@ -5737,1678 +5737,1416 @@ type Query { ): [optimismgoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__Meta_ - optimism_swap_systemInfo( + arbitrumgoerli_swap_systemInfo( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SystemInfo - optimism_swap_systemInfos( + ): arbitrumgoerli_swap_SystemInfo + arbitrumgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SystemInfo_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SystemInfo_filter + orderBy: arbitrumgoerli_swap_SystemInfo_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SystemInfo_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SystemInfo!]! - optimism_swap_pooledToken( + ): [arbitrumgoerli_swap_SystemInfo!]! + arbitrumgoerli_swap_pooledToken( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_PooledToken - optimism_swap_pooledTokens( + ): arbitrumgoerli_swap_PooledToken + arbitrumgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_PooledToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_PooledToken_filter + orderBy: arbitrumgoerli_swap_PooledToken_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_PooledToken_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( + ): [arbitrumgoerli_swap_PooledToken!]! + arbitrumgoerli_swap_stableSwap( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwap - optimism_swap_stableSwaps( + ): arbitrumgoerli_swap_StableSwap + arbitrumgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwap_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwap_filter + orderBy: arbitrumgoerli_swap_StableSwap_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwap_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwap!]! - optimism_swap_stableSwapAddLiquidityEvent( + ): [arbitrumgoerli_swap_StableSwap!]! + arbitrumgoerli_swap_stableSwapAddLiquidityEvent( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapAddLiquidityEvent - optimism_swap_stableSwapAddLiquidityEvents( + ): arbitrumgoerli_swap_StableSwapAddLiquidityEvent + arbitrumgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapAddLiquidityEvent_filter + orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapAddLiquidityEvent!]! - optimism_swap_stableSwapRemoveLiquidityEvent( + ): [arbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapRemoveLiquidityEvent - optimism_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! - optimism_swap_stableSwapExchange( + ): [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumgoerli_swap_stableSwapExchange( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapExchange - optimism_swap_stableSwapExchanges( + ): arbitrumgoerli_swap_StableSwapExchange + arbitrumgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapExchange_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapExchange_filter + orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapExchange_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapExchange!]! - optimism_swap_swapDailyVolume( + ): [arbitrumgoerli_swap_StableSwapExchange!]! + arbitrumgoerli_swap_swapDailyVolume( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapDailyVolume - optimism_swap_swapDailyVolumes( + ): arbitrumgoerli_swap_SwapDailyVolume + arbitrumgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapDailyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapDailyVolume_filter + orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapDailyVolume_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapDailyVolume!]! - optimism_swap_swapHourlyVolume( + ): [arbitrumgoerli_swap_SwapDailyVolume!]! + arbitrumgoerli_swap_swapHourlyVolume( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapHourlyVolume - optimism_swap_swapHourlyVolumes( + ): arbitrumgoerli_swap_SwapHourlyVolume + arbitrumgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapHourlyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapHourlyVolume_filter + orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapHourlyVolume_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapHourlyVolume!]! - optimism_swap_swapWeeklyVolume( + ): [arbitrumgoerli_swap_SwapHourlyVolume!]! + arbitrumgoerli_swap_swapWeeklyVolume( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapWeeklyVolume - optimism_swap_swapWeeklyVolumes( + ): arbitrumgoerli_swap_SwapWeeklyVolume + arbitrumgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapWeeklyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapWeeklyVolume_filter + orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapWeeklyVolume_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapWeeklyVolume!]! - optimism_swap_lpAccount( + ): [arbitrumgoerli_swap_SwapWeeklyVolume!]! + arbitrumgoerli_swap_lpAccount( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccount - optimism_swap_lpAccounts( + ): arbitrumgoerli_swap_LpAccount + arbitrumgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccount_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccount_filter + orderBy: arbitrumgoerli_swap_LpAccount_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpAccount_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccount!]! - optimism_swap_lpAccountBalance( + ): [arbitrumgoerli_swap_LpAccount!]! + arbitrumgoerli_swap_lpAccountBalance( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccountBalance - optimism_swap_lpAccountBalances( + ): arbitrumgoerli_swap_LpAccountBalance + arbitrumgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccountBalance_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccountBalance_filter + orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpAccountBalance_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccountBalance!]! - optimism_swap_lpToken( + ): [arbitrumgoerli_swap_LpAccountBalance!]! + arbitrumgoerli_swap_lpToken( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpToken - optimism_swap_lpTokens( + ): arbitrumgoerli_swap_LpToken + arbitrumgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpToken_filter + orderBy: arbitrumgoerli_swap_LpToken_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpToken_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpToken!]! - optimism_swap_lpTransferEvent( + ): [arbitrumgoerli_swap_LpToken!]! + arbitrumgoerli_swap_lpTransferEvent( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTransferEvent - optimism_swap_lpTransferEvents( + ): arbitrumgoerli_swap_LpTransferEvent + arbitrumgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTransferEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTransferEvent_filter + orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpTransferEvent_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTransferEvent!]! - optimism_swap_stableSwapEvent( + ): [arbitrumgoerli_swap_LpTransferEvent!]! + arbitrumgoerli_swap_stableSwapEvent( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapEvent - optimism_swap_stableSwapEvents( + ): arbitrumgoerli_swap_StableSwapEvent + arbitrumgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapEvent_filter + orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapEvent_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapEvent!]! - optimism_swap_swapTradeVolume( + ): [arbitrumgoerli_swap_StableSwapEvent!]! + arbitrumgoerli_swap_swapTradeVolume( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapTradeVolume - optimism_swap_swapTradeVolumes( + ): arbitrumgoerli_swap_SwapTradeVolume + arbitrumgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapTradeVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapTradeVolume_filter + orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapTradeVolume_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapTradeVolume!]! - optimism_swap_lpTokenEvent( + ): [arbitrumgoerli_swap_SwapTradeVolume!]! + arbitrumgoerli_swap_lpTokenEvent( 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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTokenEvent - optimism_swap_lpTokenEvents( + ): arbitrumgoerli_swap_LpTokenEvent + arbitrumgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTokenEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTokenEvent_filter + orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpTokenEvent_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: optimism_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTokenEvent!]! + ): [arbitrumgoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" - optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - arbitrumone_swap_systemInfo( + arbitrumgoerli_swap__meta(block: arbitrumgoerli_swap_Block_height): arbitrumgoerli_swap__Meta_ + optimism_swap_systemInfo( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SystemInfo - arbitrumone_swap_systemInfos( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_filter + orderBy: optimism_swap_SystemInfo_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SystemInfo_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SystemInfo!]! - arbitrumone_swap_pooledToken( + ): [optimism_swap_SystemInfo!]! + optimism_swap_pooledToken( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_PooledToken - arbitrumone_swap_pooledTokens( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_filter + orderBy: optimism_swap_PooledToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_PooledToken_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_PooledToken!]! - arbitrumone_swap_stableSwap( + ): [optimism_swap_PooledToken!]! + optimism_swap_stableSwap( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwap - arbitrumone_swap_stableSwaps( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_filter + orderBy: optimism_swap_StableSwap_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwap_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwap!]! - arbitrumone_swap_stableSwapAddLiquidityEvent( + ): [optimism_swap_StableSwap!]! + optimism_swap_stableSwapAddLiquidityEvent( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapAddLiquidityEvent - arbitrumone_swap_stableSwapAddLiquidityEvents( + ): optimism_swap_StableSwapAddLiquidityEvent + optimism_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_filter + orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapAddLiquidityEvent_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! - arbitrumone_swap_stableSwapRemoveLiquidityEvent( + ): [optimism_swap_StableSwapAddLiquidityEvent!]! + optimism_swap_stableSwapRemoveLiquidityEvent( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapRemoveLiquidityEvent - arbitrumone_swap_stableSwapRemoveLiquidityEvents( + ): optimism_swap_StableSwapRemoveLiquidityEvent + optimism_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapRemoveLiquidityEvent_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumone_swap_stableSwapExchange( + ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! + optimism_swap_stableSwapExchange( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapExchange - arbitrumone_swap_stableSwapExchanges( + ): optimism_swap_StableSwapExchange + optimism_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_filter + orderBy: optimism_swap_StableSwapExchange_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapExchange_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapExchange!]! - arbitrumone_swap_swapDailyVolume( + ): [optimism_swap_StableSwapExchange!]! + optimism_swap_swapDailyVolume( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapDailyVolume - arbitrumone_swap_swapDailyVolumes( + ): optimism_swap_SwapDailyVolume + optimism_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_filter + orderBy: optimism_swap_SwapDailyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapDailyVolume_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapDailyVolume!]! - arbitrumone_swap_swapHourlyVolume( + ): [optimism_swap_SwapDailyVolume!]! + optimism_swap_swapHourlyVolume( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapHourlyVolume - arbitrumone_swap_swapHourlyVolumes( + ): optimism_swap_SwapHourlyVolume + optimism_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_filter + orderBy: optimism_swap_SwapHourlyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapHourlyVolume_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapHourlyVolume!]! - arbitrumone_swap_swapWeeklyVolume( + ): [optimism_swap_SwapHourlyVolume!]! + optimism_swap_swapWeeklyVolume( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( + ): optimism_swap_SwapWeeklyVolume + optimism_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapWeeklyVolume_filter + orderBy: optimism_swap_SwapWeeklyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapWeeklyVolume_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapWeeklyVolume!]! - arbitrumone_swap_lpAccount( + ): [optimism_swap_SwapWeeklyVolume!]! + optimism_swap_lpAccount( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( + ): optimism_swap_LpAccount + optimism_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccount_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccount_filter + orderBy: optimism_swap_LpAccount_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpAccount_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccount!]! - arbitrumone_swap_lpAccountBalance( + ): [optimism_swap_LpAccount!]! + optimism_swap_lpAccountBalance( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( + ): optimism_swap_LpAccountBalance + optimism_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccountBalance_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccountBalance_filter + orderBy: optimism_swap_LpAccountBalance_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpAccountBalance_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( + ): [optimism_swap_LpAccountBalance!]! + optimism_swap_lpToken( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( + ): optimism_swap_LpToken + optimism_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_filter + orderBy: optimism_swap_LpToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpToken_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( + ): [optimism_swap_LpToken!]! + optimism_swap_lpTransferEvent( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( + ): optimism_swap_LpTransferEvent + optimism_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_filter + orderBy: optimism_swap_LpTransferEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpTransferEvent_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( + ): [optimism_swap_LpTransferEvent!]! + optimism_swap_stableSwapEvent( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( + ): optimism_swap_StableSwapEvent + optimism_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_filter + orderBy: optimism_swap_StableSwapEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapEvent_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( + ): [optimism_swap_StableSwapEvent!]! + optimism_swap_swapTradeVolume( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( + ): optimism_swap_SwapTradeVolume + optimism_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_filter + orderBy: optimism_swap_SwapTradeVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapTradeVolume_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( + ): [optimism_swap_SwapTradeVolume!]! + optimism_swap_lpTokenEvent( 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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( + ): optimism_swap_LpTokenEvent + optimism_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_filter + orderBy: optimism_swap_LpTokenEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpTokenEvent_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: arbitrumone_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTokenEvent!]! + ): [optimism_swap_LpTokenEvent!]! """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - polygon_swap_systemInfo( + optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ + stagingarbitrumgoerli_asset( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SystemInfo - polygon_swap_systemInfos( + ): stagingarbitrumgoerli_Asset + stagingarbitrumgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_filter + orderBy: stagingarbitrumgoerli_Asset_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Asset_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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SystemInfo!]! - polygon_swap_pooledToken( + ): [stagingarbitrumgoerli_Asset!]! + stagingarbitrumgoerli_assetStatus( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_PooledToken - polygon_swap_pooledTokens( + ): stagingarbitrumgoerli_AssetStatus + stagingarbitrumgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_filter + orderBy: stagingarbitrumgoerli_AssetStatus_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AssetStatus_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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_PooledToken!]! - polygon_swap_stableSwap( + ): [stagingarbitrumgoerli_AssetStatus!]! + stagingarbitrumgoerli_assetBalance( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwap - polygon_swap_stableSwaps( + ): stagingarbitrumgoerli_AssetBalance + stagingarbitrumgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwap_filter + orderBy: stagingarbitrumgoerli_AssetBalance_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AssetBalance_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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwap!]! - polygon_swap_stableSwapAddLiquidityEvent( + ): [stagingarbitrumgoerli_AssetBalance!]! + stagingarbitrumgoerli_router( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapAddLiquidityEvent - polygon_swap_stableSwapAddLiquidityEvents( + ): stagingarbitrumgoerli_Router + stagingarbitrumgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingarbitrumgoerli_Router_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Router_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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapAddLiquidityEvent!]! - polygon_swap_stableSwapRemoveLiquidityEvent( + ): [stagingarbitrumgoerli_Router!]! + stagingarbitrumgoerli_routerDailyTVL( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapRemoveLiquidityEvent - polygon_swap_stableSwapRemoveLiquidityEvents( + ): stagingarbitrumgoerli_RouterDailyTVL + stagingarbitrumgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingarbitrumgoerli_RouterDailyTVL_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RouterDailyTVL_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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! - polygon_swap_stableSwapExchange( + ): [stagingarbitrumgoerli_RouterDailyTVL!]! + stagingarbitrumgoerli_setting( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapExchange - polygon_swap_stableSwapExchanges( + ): stagingarbitrumgoerli_Setting + stagingarbitrumgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapExchange_filter + orderBy: stagingarbitrumgoerli_Setting_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Setting_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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapExchange!]! - polygon_swap_swapDailyVolume( + ): [stagingarbitrumgoerli_Setting!]! + stagingarbitrumgoerli_relayer( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapDailyVolume - polygon_swap_swapDailyVolumes( + ): stagingarbitrumgoerli_Relayer + stagingarbitrumgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapDailyVolume_filter + orderBy: stagingarbitrumgoerli_Relayer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Relayer_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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapDailyVolume!]! - polygon_swap_swapHourlyVolume( + ): [stagingarbitrumgoerli_Relayer!]! + stagingarbitrumgoerli_sequencer( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapHourlyVolume - polygon_swap_swapHourlyVolumes( + ): stagingarbitrumgoerli_Sequencer + stagingarbitrumgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapHourlyVolume_filter + orderBy: stagingarbitrumgoerli_Sequencer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Sequencer_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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapHourlyVolume!]! - polygon_swap_swapWeeklyVolume( + ): [stagingarbitrumgoerli_Sequencer!]! + stagingarbitrumgoerli_relayerFee( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapWeeklyVolume - polygon_swap_swapWeeklyVolumes( + ): stagingarbitrumgoerli_RelayerFee + stagingarbitrumgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapWeeklyVolume_filter + orderBy: stagingarbitrumgoerli_RelayerFee_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RelayerFee_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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapWeeklyVolume!]! - polygon_swap_lpAccount( + ): [stagingarbitrumgoerli_RelayerFee!]! + stagingarbitrumgoerli_originTransfer( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpAccount - polygon_swap_lpAccounts( + ): stagingarbitrumgoerli_OriginTransfer + stagingarbitrumgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccount_filter + orderBy: stagingarbitrumgoerli_OriginTransfer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_OriginTransfer_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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpAccount!]! - polygon_swap_lpAccountBalance( + ): [stagingarbitrumgoerli_OriginTransfer!]! + stagingarbitrumgoerli_destinationTransfer( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpAccountBalance - polygon_swap_lpAccountBalances( + ): stagingarbitrumgoerli_DestinationTransfer + stagingarbitrumgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccountBalance_filter + orderBy: stagingarbitrumgoerli_DestinationTransfer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_DestinationTransfer_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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpAccountBalance!]! - polygon_swap_lpToken( + ): [stagingarbitrumgoerli_DestinationTransfer!]! + stagingarbitrumgoerli_originMessage( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpToken - polygon_swap_lpTokens( + ): stagingarbitrumgoerli_OriginMessage + stagingarbitrumgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpToken_filter + orderBy: stagingarbitrumgoerli_OriginMessage_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_OriginMessage_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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpToken!]! - polygon_swap_lpTransferEvent( + ): [stagingarbitrumgoerli_OriginMessage!]! + stagingarbitrumgoerli_aggregateRoot( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpTransferEvent - polygon_swap_lpTransferEvents( + ): stagingarbitrumgoerli_AggregateRoot + stagingarbitrumgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTransferEvent_filter + orderBy: stagingarbitrumgoerli_AggregateRoot_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AggregateRoot_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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpTransferEvent!]! - polygon_swap_stableSwapEvent( + ): [stagingarbitrumgoerli_AggregateRoot!]! + stagingarbitrumgoerli_connectorMeta( 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: polygon_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapEvent - polygon_swap_stableSwapEvents( - skip: Int = 0 - first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapEvent_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: polygon_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapEvent!]! - polygon_swap_swapTradeVolume( - 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: polygon_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapTradeVolume - polygon_swap_swapTradeVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapTradeVolume_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: polygon_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapTradeVolume!]! - polygon_swap_lpTokenEvent( - 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: polygon_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpTokenEvent - polygon_swap_lpTokenEvents( - skip: Int = 0 - first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTokenEvent_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: polygon_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - linea_swap_systemInfo( - 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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SystemInfo - linea_swap_systemInfos( - skip: Int = 0 - first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( - 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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_PooledToken - linea_swap_pooledTokens( - skip: Int = 0 - first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( - 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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwap - linea_swap_stableSwaps( - skip: Int = 0 - first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( - 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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapAddLiquidityEvent - linea_swap_stableSwapAddLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapAddLiquidityEvent!]! - linea_swap_stableSwapRemoveLiquidityEvent( - 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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( - 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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapExchange - linea_swap_stableSwapExchanges( - skip: Int = 0 - first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapExchange!]! - linea_swap_swapDailyVolume( - 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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapDailyVolume - linea_swap_swapDailyVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( - 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: linea_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): stagingarbitrumgoerli_ConnectorMeta + stagingarbitrumgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_filter + orderBy: stagingarbitrumgoerli_ConnectorMeta_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_ConnectorMeta_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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [stagingarbitrumgoerli_ConnectorMeta!]! + stagingarbitrumgoerli_rootCount( 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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): stagingarbitrumgoerli_RootCount + stagingarbitrumgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_filter + orderBy: stagingarbitrumgoerli_RootCount_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RootCount_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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [stagingarbitrumgoerli_RootCount!]! + stagingarbitrumgoerli_rootMessageSent( 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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccount - linea_swap_lpAccounts( + ): stagingarbitrumgoerli_RootMessageSent + stagingarbitrumgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_filter + orderBy: stagingarbitrumgoerli_RootMessageSent_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RootMessageSent_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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccount!]! - linea_swap_lpAccountBalance( + ): [stagingarbitrumgoerli_RootMessageSent!]! + stagingarbitrumgoerli_relayerFeesIncrease( 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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccountBalance - linea_swap_lpAccountBalances( + ): stagingarbitrumgoerli_RelayerFeesIncrease + stagingarbitrumgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_filter + orderBy: stagingarbitrumgoerli_RelayerFeesIncrease_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RelayerFeesIncrease_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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccountBalance!]! - linea_swap_lpToken( + ): [stagingarbitrumgoerli_RelayerFeesIncrease!]! + stagingarbitrumgoerli_slippageUpdate( 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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpToken - linea_swap_lpTokens( + ): stagingarbitrumgoerli_SlippageUpdate + stagingarbitrumgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_filter + orderBy: stagingarbitrumgoerli_SlippageUpdate_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_SlippageUpdate_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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpToken!]! - linea_swap_lpTransferEvent( + ): [stagingarbitrumgoerli_SlippageUpdate!]! + stagingarbitrumgoerli_snapshotRoot( 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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTransferEvent - linea_swap_lpTransferEvents( + ): stagingarbitrumgoerli_SnapshotRoot + stagingarbitrumgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_filter + orderBy: stagingarbitrumgoerli_SnapshotRoot_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_SnapshotRoot_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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [stagingarbitrumgoerli_SnapshotRoot!]! + stagingarbitrumgoerli_spokeConnectorMode( 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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapEvent - linea_swap_stableSwapEvents( + ): stagingarbitrumgoerli_SpokeConnectorMode + stagingarbitrumgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_filter + orderBy: stagingarbitrumgoerli_SpokeConnectorMode_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_SpokeConnectorMode_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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [stagingarbitrumgoerli_SpokeConnectorMode!]! + stagingarbitrumgoerli_aggregateRootProposed( 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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): stagingarbitrumgoerli_AggregateRootProposed + stagingarbitrumgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_filter + orderBy: stagingarbitrumgoerli_AggregateRootProposed_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AggregateRootProposed_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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [stagingarbitrumgoerli_AggregateRootProposed!]! + stagingarbitrumgoerli_optimisticRootFinalized( 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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTokenEvent - linea_swap_lpTokenEvents( + ): stagingarbitrumgoerli_OptimisticRootFinalized + stagingarbitrumgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_filter + orderBy: stagingarbitrumgoerli_OptimisticRootFinalized_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_OptimisticRootFinalized_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: linea_swap_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTokenEvent!]! + ): [stagingarbitrumgoerli_OptimisticRootFinalized!]! """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ + stagingarbitrumgoerli__meta(block: stagingarbitrumgoerli_Block_height): stagingarbitrumgoerli__Meta_ goerli_asset( id: ID! """ @@ -7903,1416 +7641,1076 @@ type Query { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [goerli_SlippageUpdate!]! - localmainnet_rootAggregated( + optimismgoerli_asset( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootAggregated - localmainnet_rootAggregateds( + ): optimismgoerli_Asset + optimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootAggregated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootAggregated_filter + orderBy: optimismgoerli_Asset_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Asset_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootAggregated!]! - localmainnet_rootPropagated( + ): [optimismgoerli_Asset!]! + optimismgoerli_assetStatus( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootPropagated - localmainnet_rootPropagateds( + ): optimismgoerli_AssetStatus + optimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootPropagated_filter + orderBy: optimismgoerli_AssetStatus_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AssetStatus_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootPropagated!]! - localmainnet_aggregatedMessageRoot( + ): [optimismgoerli_AssetStatus!]! + optimismgoerli_assetBalance( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregatedMessageRoot - localmainnet_aggregatedMessageRoots( + ): optimismgoerli_AssetBalance + optimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregatedMessageRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregatedMessageRoot_filter + orderBy: optimismgoerli_AssetBalance_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AssetBalance_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregatedMessageRoot!]! - localmainnet_rootManagerMeta( + ): [optimismgoerli_AssetBalance!]! + optimismgoerli_router( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootManagerMeta - localmainnet_rootManagerMetas( + ): optimismgoerli_Router + optimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMeta_filter + orderBy: optimismgoerli_Router_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Router_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootManagerMeta!]! - localmainnet_rootManagerMode( + ): [optimismgoerli_Router!]! + optimismgoerli_routerDailyTVL( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootManagerMode - localmainnet_rootManagerModes( + ): optimismgoerli_RouterDailyTVL + optimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMode_filter + orderBy: optimismgoerli_RouterDailyTVL_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RouterDailyTVL_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootManagerMode!]! - localmainnet_optimisticRootProposed( + ): [optimismgoerli_RouterDailyTVL!]! + optimismgoerli_routerLiquidityEvent( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootProposed - localmainnet_optimisticRootProposeds( + ): optimismgoerli_RouterLiquidityEvent + optimismgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootProposed_filter + orderBy: optimismgoerli_RouterLiquidityEvent_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RouterLiquidityEvent_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootProposed!]! - localmainnet_hubOptimisticRootFinalized( + ): [optimismgoerli_RouterLiquidityEvent!]! + optimismgoerli_setting( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_HubOptimisticRootFinalized - localmainnet_hubOptimisticRootFinalizeds( + ): optimismgoerli_Setting + optimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubOptimisticRootFinalized_filter + orderBy: optimismgoerli_Setting_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Setting_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_HubOptimisticRootFinalized!]! - localmainnet_optimisticRootPropagated( + ): [optimismgoerli_Setting!]! + optimismgoerli_relayer( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootPropagated - localmainnet_optimisticRootPropagateds( + ): optimismgoerli_Relayer + optimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootPropagated_filter + orderBy: optimismgoerli_Relayer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Relayer_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootPropagated!]! - localmainnet_polygonConnectorMeta( + ): [optimismgoerli_Relayer!]! + optimismgoerli_sequencer( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_PolygonConnectorMeta - localmainnet_polygonConnectorMetas( + ): optimismgoerli_Sequencer + optimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_PolygonConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_PolygonConnectorMeta_filter + orderBy: optimismgoerli_Sequencer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Sequencer_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_PolygonConnectorMeta!]! - localmainnet_optimismConnectorMeta( + ): [optimismgoerli_Sequencer!]! + optimismgoerli_relayerFee( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimismConnectorMeta - localmainnet_optimismConnectorMetas( + ): optimismgoerli_RelayerFee + optimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimismConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimismConnectorMeta_filter + orderBy: optimismgoerli_RelayerFee_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RelayerFee_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimismConnectorMeta!]! - localmainnet_bnbConnectorMeta( + ): [optimismgoerli_RelayerFee!]! + optimismgoerli_originTransfer( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_BnbConnectorMeta - localmainnet_bnbConnectorMetas( + ): optimismgoerli_OriginTransfer + optimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_BnbConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_BnbConnectorMeta_filter + orderBy: optimismgoerli_OriginTransfer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_OriginTransfer_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_BnbConnectorMeta!]! - localmainnet_arbitrumConnectorMeta( + ): [optimismgoerli_OriginTransfer!]! + optimismgoerli_destinationTransfer( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ArbitrumConnectorMeta - localmainnet_arbitrumConnectorMetas( + ): optimismgoerli_DestinationTransfer + optimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ArbitrumConnectorMeta_filter + orderBy: optimismgoerli_DestinationTransfer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_DestinationTransfer_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ArbitrumConnectorMeta!]! - localmainnet_gnosisConnectorMeta( + ): [optimismgoerli_DestinationTransfer!]! + optimismgoerli_originMessage( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_GnosisConnectorMeta - localmainnet_gnosisConnectorMetas( + ): optimismgoerli_OriginMessage + optimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_GnosisConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_GnosisConnectorMeta_filter + orderBy: optimismgoerli_OriginMessage_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_OriginMessage_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_GnosisConnectorMeta!]! - localmainnet_zkSyncConnectorMeta( + ): [optimismgoerli_OriginMessage!]! + optimismgoerli_aggregateRoot( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ZkSyncConnectorMeta - localmainnet_zkSyncConnectorMetas( + ): optimismgoerli_AggregateRoot + optimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ZkSyncConnectorMeta_filter + orderBy: optimismgoerli_AggregateRoot_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AggregateRoot_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ZkSyncConnectorMeta!]! - localmainnet_rootMessageProcessed( + ): [optimismgoerli_AggregateRoot!]! + optimismgoerli_connectorMeta( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootMessageProcessed - localmainnet_rootMessageProcesseds( + ): optimismgoerli_ConnectorMeta + optimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageProcessed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageProcessed_filter + orderBy: optimismgoerli_ConnectorMeta_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_ConnectorMeta_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootMessageProcessed!]! - localmainnet_aggregateRootSavedSlow( + ): [optimismgoerli_ConnectorMeta!]! + optimismgoerli_rootCount( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRootSavedSlow - localmainnet_aggregateRootSavedSlows( + ): optimismgoerli_RootCount + optimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootSavedSlow_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootSavedSlow_filter + orderBy: optimismgoerli_RootCount_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RootCount_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRootSavedSlow!]! - localmainnet_hubDomain( + ): [optimismgoerli_RootCount!]! + optimismgoerli_rootMessageSent( 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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_HubDomain - localmainnet_hubDomains( + ): optimismgoerli_RootMessageSent + optimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubDomain_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubDomain_filter + orderBy: optimismgoerli_RootMessageSent_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RootMessageSent_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: localmainnet_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_HubDomain!]! - """Access to subgraph metadata""" - localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ - lineagoerli_asset( + ): [optimismgoerli_RootMessageSent!]! + optimismgoerli_relayerFeesIncrease( 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: lineagoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Asset - lineagoerli_assets( + ): optimismgoerli_RelayerFeesIncrease + optimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Asset_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Asset_filter + orderBy: optimismgoerli_RelayerFeesIncrease_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RelayerFeesIncrease_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: lineagoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Asset!]! - lineagoerli_assetStatus( + ): [optimismgoerli_RelayerFeesIncrease!]! + optimismgoerli_slippageUpdate( 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: lineagoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AssetStatus - lineagoerli_assetStatuses( + ): optimismgoerli_SlippageUpdate + optimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetStatus_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetStatus_filter + orderBy: optimismgoerli_SlippageUpdate_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_SlippageUpdate_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: lineagoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AssetStatus!]! - lineagoerli_assetBalance( + ): [optimismgoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__Meta_ + stagingmumbai_asset( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AssetBalance - lineagoerli_assetBalances( + ): stagingmumbai_Asset + stagingmumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetBalance_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetBalance_filter + orderBy: stagingmumbai_Asset_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Asset_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AssetBalance!]! - lineagoerli_router( + ): [stagingmumbai_Asset!]! + stagingmumbai_assetStatus( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Router - lineagoerli_routers( + ): stagingmumbai_AssetStatus + stagingmumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Router_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Router_filter + orderBy: stagingmumbai_AssetStatus_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetStatus_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Router!]! - lineagoerli_routerDailyTVL( + ): [stagingmumbai_AssetStatus!]! + stagingmumbai_assetBalance( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RouterDailyTVL - lineagoerli_routerDailyTVLs( + ): stagingmumbai_AssetBalance + stagingmumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RouterDailyTVL_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RouterDailyTVL_filter + orderBy: stagingmumbai_AssetBalance_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetBalance_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RouterDailyTVL!]! - lineagoerli_setting( + ): [stagingmumbai_AssetBalance!]! + stagingmumbai_router( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Setting - lineagoerli_settings( + ): stagingmumbai_Router + stagingmumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Setting_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Setting_filter + orderBy: stagingmumbai_Router_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Router_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Setting!]! - lineagoerli_relayer( + ): [stagingmumbai_Router!]! + stagingmumbai_routerDailyTVL( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Relayer - lineagoerli_relayers( + ): stagingmumbai_RouterDailyTVL + stagingmumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Relayer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Relayer_filter + orderBy: stagingmumbai_RouterDailyTVL_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RouterDailyTVL_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Relayer!]! - lineagoerli_sequencer( + ): [stagingmumbai_RouterDailyTVL!]! + stagingmumbai_setting( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Sequencer - lineagoerli_sequencers( + ): stagingmumbai_Setting + stagingmumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Sequencer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Sequencer_filter + orderBy: stagingmumbai_Setting_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Setting_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Sequencer!]! - lineagoerli_relayerFee( + ): [stagingmumbai_Setting!]! + stagingmumbai_relayer( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RelayerFee - lineagoerli_relayerFees( + ): stagingmumbai_Relayer + stagingmumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFee_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFee_filter + orderBy: stagingmumbai_Relayer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Relayer_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RelayerFee!]! - lineagoerli_originTransfer( + ): [stagingmumbai_Relayer!]! + stagingmumbai_sequencer( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_OriginTransfer - lineagoerli_originTransfers( + ): stagingmumbai_Sequencer + stagingmumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginTransfer_filter + orderBy: stagingmumbai_Sequencer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Sequencer_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_OriginTransfer!]! - lineagoerli_destinationTransfer( + ): [stagingmumbai_Sequencer!]! + stagingmumbai_relayerFee( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_DestinationTransfer - lineagoerli_destinationTransfers( + ): stagingmumbai_RelayerFee + stagingmumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_DestinationTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_DestinationTransfer_filter + orderBy: stagingmumbai_RelayerFee_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RelayerFee_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_DestinationTransfer!]! - lineagoerli_originMessage( + ): [stagingmumbai_RelayerFee!]! + stagingmumbai_originTransfer( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_OriginMessage - lineagoerli_originMessages( + ): stagingmumbai_OriginTransfer + stagingmumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginMessage_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginMessage_filter + orderBy: stagingmumbai_OriginTransfer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OriginTransfer_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_OriginMessage!]! - lineagoerli_aggregateRoot( + ): [stagingmumbai_OriginTransfer!]! + stagingmumbai_destinationTransfer( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AggregateRoot - lineagoerli_aggregateRoots( + ): stagingmumbai_DestinationTransfer + stagingmumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AggregateRoot_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AggregateRoot_filter + orderBy: stagingmumbai_DestinationTransfer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_DestinationTransfer_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AggregateRoot!]! - lineagoerli_connectorMeta( + ): [stagingmumbai_DestinationTransfer!]! + stagingmumbai_originMessage( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_ConnectorMeta - lineagoerli_connectorMetas( + ): stagingmumbai_OriginMessage + stagingmumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_ConnectorMeta_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_ConnectorMeta_filter + orderBy: stagingmumbai_OriginMessage_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OriginMessage_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_ConnectorMeta!]! - lineagoerli_rootCount( + ): [stagingmumbai_OriginMessage!]! + stagingmumbai_aggregateRoot( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RootCount - lineagoerli_rootCounts( + ): stagingmumbai_AggregateRoot + stagingmumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootCount_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootCount_filter + orderBy: stagingmumbai_AggregateRoot_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AggregateRoot_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RootCount!]! - lineagoerli_rootMessageSent( + ): [stagingmumbai_AggregateRoot!]! + stagingmumbai_connectorMeta( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RootMessageSent - lineagoerli_rootMessageSents( + ): stagingmumbai_ConnectorMeta + stagingmumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootMessageSent_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootMessageSent_filter + orderBy: stagingmumbai_ConnectorMeta_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_ConnectorMeta_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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RootMessageSent!]! - lineagoerli_relayerFeesIncrease( + ): [stagingmumbai_ConnectorMeta!]! + stagingmumbai_rootCount( 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: lineagoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RelayerFeesIncrease - lineagoerli_relayerFeesIncreases( - skip: Int = 0 - first: Int = 100 - orderBy: lineagoerli_RelayerFeesIncrease_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFeesIncrease_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: lineagoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RelayerFeesIncrease!]! - lineagoerli_slippageUpdate( - 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: lineagoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_SlippageUpdate - lineagoerli_slippageUpdates( - skip: Int = 0 - first: Int = 100 - orderBy: lineagoerli_SlippageUpdate_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_SlippageUpdate_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: lineagoerli_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_SlippageUpdate!]! - """Access to subgraph metadata""" - lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__Meta_ - optimism_asset( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Asset - optimism_assets( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Asset!]! - optimism_assetStatus( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AssetStatus - optimism_assetStatuses( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AssetStatus!]! - optimism_assetBalance( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AssetBalance - optimism_assetBalances( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AssetBalance!]! - optimism_router( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Router - optimism_routers( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Router!]! - optimism_routerDailyTVL( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RouterDailyTVL - optimism_routerDailyTVLs( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RouterDailyTVL!]! - optimism_routerLiquidityEvent( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RouterLiquidityEvent - optimism_routerLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_RouterLiquidityEvent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterLiquidityEvent_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RouterLiquidityEvent!]! - optimism_setting( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Setting - optimism_settings( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Setting!]! - optimism_relayer( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Relayer - optimism_relayers( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Relayer!]! - optimism_sequencer( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Sequencer - optimism_sequencers( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Sequencer!]! - optimism_relayerFee( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RelayerFee - optimism_relayerFees( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RelayerFee!]! - optimism_originTransfer( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OriginTransfer - optimism_originTransfers( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OriginTransfer!]! - optimism_destinationTransfer( - 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: optimism_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_DestinationTransfer - optimism_destinationTransfers( + ): stagingmumbai_RootCount + stagingmumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_filter + orderBy: stagingmumbai_RootCount_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RootCount_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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_DestinationTransfer!]! - optimism_originMessage( + ): [stagingmumbai_RootCount!]! + stagingmumbai_rootMessageSent( 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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OriginMessage - optimism_originMessages( + ): stagingmumbai_RootMessageSent + stagingmumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_filter + orderBy: stagingmumbai_RootMessageSent_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RootMessageSent_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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OriginMessage!]! - optimism_aggregateRoot( + ): [stagingmumbai_RootMessageSent!]! + stagingmumbai_relayerFeesIncrease( 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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AggregateRoot - optimism_aggregateRoots( + ): stagingmumbai_RelayerFeesIncrease + stagingmumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_filter + orderBy: stagingmumbai_RelayerFeesIncrease_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RelayerFeesIncrease_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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AggregateRoot!]! - optimism_connectorMeta( + ): [stagingmumbai_RelayerFeesIncrease!]! + stagingmumbai_slippageUpdate( 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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_ConnectorMeta - optimism_connectorMetas( + ): stagingmumbai_SlippageUpdate + stagingmumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_filter + orderBy: stagingmumbai_SlippageUpdate_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SlippageUpdate_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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_ConnectorMeta!]! - optimism_rootCount( + ): [stagingmumbai_SlippageUpdate!]! + stagingmumbai_snapshotRoot( 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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RootCount - optimism_rootCounts( + ): stagingmumbai_SnapshotRoot + stagingmumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_filter + orderBy: stagingmumbai_SnapshotRoot_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SnapshotRoot_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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RootCount!]! - optimism_rootMessageSent( + ): [stagingmumbai_SnapshotRoot!]! + stagingmumbai_spokeConnectorMode( 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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RootMessageSent - optimism_rootMessageSents( + ): stagingmumbai_SpokeConnectorMode + stagingmumbai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_filter + orderBy: stagingmumbai_SpokeConnectorMode_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SpokeConnectorMode_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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RootMessageSent!]! - optimism_relayerFeesIncrease( + ): [stagingmumbai_SpokeConnectorMode!]! + stagingmumbai_aggregateRootProposed( 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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RelayerFeesIncrease - optimism_relayerFeesIncreases( + ): stagingmumbai_AggregateRootProposed + stagingmumbai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_filter + orderBy: stagingmumbai_AggregateRootProposed_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AggregateRootProposed_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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RelayerFeesIncrease!]! - optimism_slippageUpdate( + ): [stagingmumbai_AggregateRootProposed!]! + stagingmumbai_optimisticRootFinalized( 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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SlippageUpdate - optimism_slippageUpdates( + ): stagingmumbai_OptimisticRootFinalized + stagingmumbai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_filter + orderBy: stagingmumbai_OptimisticRootFinalized_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OptimisticRootFinalized_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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SlippageUpdate!]! + ): [stagingmumbai_OptimisticRootFinalized!]! """Access to subgraph metadata""" - optimism__meta(block: optimism_Block_height): optimism__Meta_ + stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ staginggoerli_asset( id: ID! """ @@ -9885,5446 +9283,5186 @@ type Query { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [staginggoerli_OptimisticRootFinalized!]! - optimismgoerli_asset( + mumbai_asset( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Asset - optimismgoerli_assets( + ): mumbai_Asset + mumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Asset_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Asset_filter + orderBy: mumbai_Asset_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Asset_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Asset!]! - optimismgoerli_assetStatus( + ): [mumbai_Asset!]! + mumbai_assetStatus( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AssetStatus - optimismgoerli_assetStatuses( + ): mumbai_AssetStatus + mumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetStatus_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetStatus_filter - """ + orderBy: mumbai_AssetStatus_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetStatus_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AssetStatus!]! - optimismgoerli_assetBalance( + ): [mumbai_AssetStatus!]! + mumbai_assetBalance( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AssetBalance - optimismgoerli_assetBalances( + ): mumbai_AssetBalance + mumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetBalance_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetBalance_filter + orderBy: mumbai_AssetBalance_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetBalance_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AssetBalance!]! - optimismgoerli_router( + ): [mumbai_AssetBalance!]! + mumbai_router( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Router - optimismgoerli_routers( + ): mumbai_Router + mumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Router_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Router_filter + orderBy: mumbai_Router_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Router_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Router!]! - optimismgoerli_routerDailyTVL( + ): [mumbai_Router!]! + mumbai_routerDailyTVL( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RouterDailyTVL - optimismgoerli_routerDailyTVLs( + ): mumbai_RouterDailyTVL + mumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterDailyTVL_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterDailyTVL_filter + orderBy: mumbai_RouterDailyTVL_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterDailyTVL_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RouterDailyTVL!]! - optimismgoerli_routerLiquidityEvent( + ): [mumbai_RouterDailyTVL!]! + mumbai_routerLiquidityEvent( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RouterLiquidityEvent - optimismgoerli_routerLiquidityEvents( + ): mumbai_RouterLiquidityEvent + mumbai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterLiquidityEvent_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterLiquidityEvent_filter + orderBy: mumbai_RouterLiquidityEvent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterLiquidityEvent_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RouterLiquidityEvent!]! - optimismgoerli_setting( + ): [mumbai_RouterLiquidityEvent!]! + mumbai_setting( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Setting - optimismgoerli_settings( + ): mumbai_Setting + mumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Setting_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Setting_filter + orderBy: mumbai_Setting_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Setting_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Setting!]! - optimismgoerli_relayer( + ): [mumbai_Setting!]! + mumbai_relayer( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Relayer - optimismgoerli_relayers( + ): mumbai_Relayer + mumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Relayer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Relayer_filter + orderBy: mumbai_Relayer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Relayer_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Relayer!]! - optimismgoerli_sequencer( + ): [mumbai_Relayer!]! + mumbai_sequencer( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Sequencer - optimismgoerli_sequencers( + ): mumbai_Sequencer + mumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Sequencer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Sequencer_filter + orderBy: mumbai_Sequencer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Sequencer_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Sequencer!]! - optimismgoerli_relayerFee( + ): [mumbai_Sequencer!]! + mumbai_relayerFee( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RelayerFee - optimismgoerli_relayerFees( + ): mumbai_RelayerFee + mumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFee_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFee_filter + orderBy: mumbai_RelayerFee_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFee_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RelayerFee!]! - optimismgoerli_originTransfer( + ): [mumbai_RelayerFee!]! + mumbai_originTransfer( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_OriginTransfer - optimismgoerli_originTransfers( + ): mumbai_OriginTransfer + mumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginTransfer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginTransfer_filter + orderBy: mumbai_OriginTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginTransfer_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_OriginTransfer!]! - optimismgoerli_destinationTransfer( + ): [mumbai_OriginTransfer!]! + mumbai_destinationTransfer( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_DestinationTransfer - optimismgoerli_destinationTransfers( + ): mumbai_DestinationTransfer + mumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_DestinationTransfer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_DestinationTransfer_filter + orderBy: mumbai_DestinationTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_DestinationTransfer_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_DestinationTransfer!]! - optimismgoerli_originMessage( + ): [mumbai_DestinationTransfer!]! + mumbai_originMessage( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_OriginMessage - optimismgoerli_originMessages( + ): mumbai_OriginMessage + mumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginMessage_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginMessage_filter + orderBy: mumbai_OriginMessage_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginMessage_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_OriginMessage!]! - optimismgoerli_aggregateRoot( + ): [mumbai_OriginMessage!]! + mumbai_aggregateRoot( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AggregateRoot - optimismgoerli_aggregateRoots( + ): mumbai_AggregateRoot + mumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AggregateRoot_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AggregateRoot_filter + orderBy: mumbai_AggregateRoot_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AggregateRoot_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AggregateRoot!]! - optimismgoerli_connectorMeta( + ): [mumbai_AggregateRoot!]! + mumbai_connectorMeta( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_ConnectorMeta - optimismgoerli_connectorMetas( + ): mumbai_ConnectorMeta + mumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_ConnectorMeta_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_ConnectorMeta_filter + orderBy: mumbai_ConnectorMeta_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_ConnectorMeta_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_ConnectorMeta!]! - optimismgoerli_rootCount( + ): [mumbai_ConnectorMeta!]! + mumbai_rootCount( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RootCount - optimismgoerli_rootCounts( + ): mumbai_RootCount + mumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootCount_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootCount_filter + orderBy: mumbai_RootCount_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootCount_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RootCount!]! - optimismgoerli_rootMessageSent( + ): [mumbai_RootCount!]! + mumbai_rootMessageSent( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RootMessageSent - optimismgoerli_rootMessageSents( + ): mumbai_RootMessageSent + mumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootMessageSent_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootMessageSent_filter + orderBy: mumbai_RootMessageSent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootMessageSent_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RootMessageSent!]! - optimismgoerli_relayerFeesIncrease( + ): [mumbai_RootMessageSent!]! + mumbai_relayerFeesIncrease( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RelayerFeesIncrease - optimismgoerli_relayerFeesIncreases( + ): mumbai_RelayerFeesIncrease + mumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFeesIncrease_filter + orderBy: mumbai_RelayerFeesIncrease_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFeesIncrease_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RelayerFeesIncrease!]! - optimismgoerli_slippageUpdate( + ): [mumbai_RelayerFeesIncrease!]! + mumbai_slippageUpdate( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_SlippageUpdate - optimismgoerli_slippageUpdates( + ): mumbai_SlippageUpdate + mumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_SlippageUpdate_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_SlippageUpdate_filter + orderBy: mumbai_SlippageUpdate_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_SlippageUpdate_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_SlippageUpdate!]! + ): [mumbai_SlippageUpdate!]! """Access to subgraph metadata""" - optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__Meta_ - stagingoptimismgoerli_asset( + mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ + arbitrumgoerli_asset( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Asset - stagingoptimismgoerli_assets( + ): arbitrumgoerli_Asset + arbitrumgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Asset_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Asset_filter + orderBy: arbitrumgoerli_Asset_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Asset_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Asset!]! - stagingoptimismgoerli_assetStatus( + ): [arbitrumgoerli_Asset!]! + arbitrumgoerli_assetStatus( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AssetStatus - stagingoptimismgoerli_assetStatuses( + ): arbitrumgoerli_AssetStatus + arbitrumgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetStatus_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetStatus_filter + orderBy: arbitrumgoerli_AssetStatus_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_AssetStatus_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AssetStatus!]! - stagingoptimismgoerli_assetBalance( + ): [arbitrumgoerli_AssetStatus!]! + arbitrumgoerli_assetBalance( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AssetBalance - stagingoptimismgoerli_assetBalances( + ): arbitrumgoerli_AssetBalance + arbitrumgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetBalance_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetBalance_filter + orderBy: arbitrumgoerli_AssetBalance_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_AssetBalance_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AssetBalance!]! - stagingoptimismgoerli_router( + ): [arbitrumgoerli_AssetBalance!]! + arbitrumgoerli_router( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Router - stagingoptimismgoerli_routers( + ): arbitrumgoerli_Router + arbitrumgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Router_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Router_filter + orderBy: arbitrumgoerli_Router_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Router_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Router!]! - stagingoptimismgoerli_routerDailyTVL( + ): [arbitrumgoerli_Router!]! + arbitrumgoerli_routerDailyTVL( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RouterDailyTVL - stagingoptimismgoerli_routerDailyTVLs( + ): arbitrumgoerli_RouterDailyTVL + arbitrumgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterDailyTVL_filter + orderBy: arbitrumgoerli_RouterDailyTVL_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RouterDailyTVL_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RouterDailyTVL!]! - stagingoptimismgoerli_setting( + ): [arbitrumgoerli_RouterDailyTVL!]! + arbitrumgoerli_routerLiquidityEvent( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Setting - stagingoptimismgoerli_settings( + ): arbitrumgoerli_RouterLiquidityEvent + arbitrumgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Setting_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Setting_filter + orderBy: arbitrumgoerli_RouterLiquidityEvent_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RouterLiquidityEvent_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Setting!]! - stagingoptimismgoerli_relayer( + ): [arbitrumgoerli_RouterLiquidityEvent!]! + arbitrumgoerli_setting( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Relayer - stagingoptimismgoerli_relayers( + ): arbitrumgoerli_Setting + arbitrumgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Relayer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Relayer_filter + orderBy: arbitrumgoerli_Setting_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Setting_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Relayer!]! - stagingoptimismgoerli_sequencer( + ): [arbitrumgoerli_Setting!]! + arbitrumgoerli_relayer( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Sequencer - stagingoptimismgoerli_sequencers( + ): arbitrumgoerli_Relayer + arbitrumgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Sequencer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Sequencer_filter + orderBy: arbitrumgoerli_Relayer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Relayer_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Sequencer!]! - stagingoptimismgoerli_relayerFee( + ): [arbitrumgoerli_Relayer!]! + arbitrumgoerli_sequencer( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RelayerFee - stagingoptimismgoerli_relayerFees( + ): arbitrumgoerli_Sequencer + arbitrumgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFee_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFee_filter + orderBy: arbitrumgoerli_Sequencer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Sequencer_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RelayerFee!]! - stagingoptimismgoerli_originTransfer( + ): [arbitrumgoerli_Sequencer!]! + arbitrumgoerli_relayerFee( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OriginTransfer - stagingoptimismgoerli_originTransfers( + ): arbitrumgoerli_RelayerFee + arbitrumgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginTransfer_filter + orderBy: arbitrumgoerli_RelayerFee_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RelayerFee_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OriginTransfer!]! - stagingoptimismgoerli_destinationTransfer( + ): [arbitrumgoerli_RelayerFee!]! + arbitrumgoerli_originTransfer( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_DestinationTransfer - stagingoptimismgoerli_destinationTransfers( + ): arbitrumgoerli_OriginTransfer + arbitrumgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_DestinationTransfer_filter + orderBy: arbitrumgoerli_OriginTransfer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_OriginTransfer_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_DestinationTransfer!]! - stagingoptimismgoerli_originMessage( + ): [arbitrumgoerli_OriginTransfer!]! + arbitrumgoerli_destinationTransfer( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OriginMessage - stagingoptimismgoerli_originMessages( + ): arbitrumgoerli_DestinationTransfer + arbitrumgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginMessage_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginMessage_filter + orderBy: arbitrumgoerli_DestinationTransfer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_DestinationTransfer_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OriginMessage!]! - stagingoptimismgoerli_aggregateRoot( + ): [arbitrumgoerli_DestinationTransfer!]! + arbitrumgoerli_originMessage( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AggregateRoot - stagingoptimismgoerli_aggregateRoots( + ): arbitrumgoerli_OriginMessage + arbitrumgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRoot_filter + orderBy: arbitrumgoerli_OriginMessage_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_OriginMessage_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AggregateRoot!]! - stagingoptimismgoerli_connectorMeta( + ): [arbitrumgoerli_OriginMessage!]! + arbitrumgoerli_aggregateRoot( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_ConnectorMeta - stagingoptimismgoerli_connectorMetas( + ): arbitrumgoerli_AggregateRoot + arbitrumgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_ConnectorMeta_filter + orderBy: arbitrumgoerli_AggregateRoot_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_AggregateRoot_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_ConnectorMeta!]! - stagingoptimismgoerli_rootCount( + ): [arbitrumgoerli_AggregateRoot!]! + arbitrumgoerli_connectorMeta( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RootCount - stagingoptimismgoerli_rootCounts( + ): arbitrumgoerli_ConnectorMeta + arbitrumgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootCount_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootCount_filter + orderBy: arbitrumgoerli_ConnectorMeta_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_ConnectorMeta_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RootCount!]! - stagingoptimismgoerli_rootMessageSent( + ): [arbitrumgoerli_ConnectorMeta!]! + arbitrumgoerli_rootCount( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RootMessageSent - stagingoptimismgoerli_rootMessageSents( + ): arbitrumgoerli_RootCount + arbitrumgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootMessageSent_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootMessageSent_filter + orderBy: arbitrumgoerli_RootCount_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RootCount_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RootMessageSent!]! - stagingoptimismgoerli_relayerFeesIncrease( + ): [arbitrumgoerli_RootCount!]! + arbitrumgoerli_rootMessageSent( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RelayerFeesIncrease - stagingoptimismgoerli_relayerFeesIncreases( + ): arbitrumgoerli_RootMessageSent + arbitrumgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFeesIncrease_filter + orderBy: arbitrumgoerli_RootMessageSent_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RootMessageSent_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RelayerFeesIncrease!]! - stagingoptimismgoerli_slippageUpdate( + ): [arbitrumgoerli_RootMessageSent!]! + arbitrumgoerli_relayerFeesIncrease( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_SlippageUpdate - stagingoptimismgoerli_slippageUpdates( + ): arbitrumgoerli_RelayerFeesIncrease + arbitrumgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SlippageUpdate_filter + orderBy: arbitrumgoerli_RelayerFeesIncrease_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RelayerFeesIncrease_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_SlippageUpdate!]! - stagingoptimismgoerli_snapshotRoot( + ): [arbitrumgoerli_RelayerFeesIncrease!]! + arbitrumgoerli_slippageUpdate( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_SnapshotRoot - stagingoptimismgoerli_snapshotRoots( + ): arbitrumgoerli_SlippageUpdate + arbitrumgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SnapshotRoot_filter + orderBy: arbitrumgoerli_SlippageUpdate_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_SlippageUpdate_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_SnapshotRoot!]! - stagingoptimismgoerli_spokeConnectorMode( + ): [arbitrumgoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + arbitrumgoerli__meta(block: arbitrumgoerli_Block_height): arbitrumgoerli__Meta_ + lineagoerli_asset( 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: stagingoptimismgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_SpokeConnectorMode - stagingoptimismgoerli_spokeConnectorModes( + ): lineagoerli_Asset + lineagoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SpokeConnectorMode_filter + orderBy: lineagoerli_Asset_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Asset_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: stagingoptimismgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_SpokeConnectorMode!]! - stagingoptimismgoerli_aggregateRootProposed( + ): [lineagoerli_Asset!]! + lineagoerli_assetStatus( 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: stagingoptimismgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AggregateRootProposed - stagingoptimismgoerli_aggregateRootProposeds( + ): lineagoerli_AssetStatus + lineagoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRootProposed_filter + orderBy: lineagoerli_AssetStatus_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AssetStatus_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: stagingoptimismgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AggregateRootProposed!]! - stagingoptimismgoerli_optimisticRootFinalized( + ): [lineagoerli_AssetStatus!]! + lineagoerli_assetBalance( 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: stagingoptimismgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OptimisticRootFinalized - stagingoptimismgoerli_optimisticRootFinalizeds( + ): lineagoerli_AssetBalance + lineagoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OptimisticRootFinalized_filter + orderBy: lineagoerli_AssetBalance_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AssetBalance_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: stagingoptimismgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ - stagingarbitrumgoerli_asset( + ): [lineagoerli_AssetBalance!]! + lineagoerli_router( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Asset - stagingarbitrumgoerli_assets( + ): lineagoerli_Router + lineagoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Asset_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Asset_filter + orderBy: lineagoerli_Router_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Router_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Asset!]! - stagingarbitrumgoerli_assetStatus( + ): [lineagoerli_Router!]! + lineagoerli_routerDailyTVL( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AssetStatus - stagingarbitrumgoerli_assetStatuses( + ): lineagoerli_RouterDailyTVL + lineagoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AssetStatus_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AssetStatus_filter + orderBy: lineagoerli_RouterDailyTVL_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RouterDailyTVL_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AssetStatus!]! - stagingarbitrumgoerli_assetBalance( + ): [lineagoerli_RouterDailyTVL!]! + lineagoerli_setting( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AssetBalance - stagingarbitrumgoerli_assetBalances( + ): lineagoerli_Setting + lineagoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AssetBalance_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AssetBalance_filter + orderBy: lineagoerli_Setting_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Setting_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AssetBalance!]! - stagingarbitrumgoerli_router( + ): [lineagoerli_Setting!]! + lineagoerli_relayer( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Router - stagingarbitrumgoerli_routers( + ): lineagoerli_Relayer + lineagoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Router_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Router_filter + orderBy: lineagoerli_Relayer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Relayer_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Router!]! - stagingarbitrumgoerli_routerDailyTVL( + ): [lineagoerli_Relayer!]! + lineagoerli_sequencer( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RouterDailyTVL - stagingarbitrumgoerli_routerDailyTVLs( + ): lineagoerli_Sequencer + lineagoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RouterDailyTVL_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RouterDailyTVL_filter + orderBy: lineagoerli_Sequencer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Sequencer_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RouterDailyTVL!]! - stagingarbitrumgoerli_setting( + ): [lineagoerli_Sequencer!]! + lineagoerli_relayerFee( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Setting - stagingarbitrumgoerli_settings( + ): lineagoerli_RelayerFee + lineagoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Setting_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Setting_filter + orderBy: lineagoerli_RelayerFee_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFee_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Setting!]! - stagingarbitrumgoerli_relayer( + ): [lineagoerli_RelayerFee!]! + lineagoerli_originTransfer( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Relayer - stagingarbitrumgoerli_relayers( + ): lineagoerli_OriginTransfer + lineagoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Relayer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Relayer_filter + orderBy: lineagoerli_OriginTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginTransfer_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Relayer!]! - stagingarbitrumgoerli_sequencer( + ): [lineagoerli_OriginTransfer!]! + lineagoerli_destinationTransfer( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Sequencer - stagingarbitrumgoerli_sequencers( + ): lineagoerli_DestinationTransfer + lineagoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Sequencer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Sequencer_filter + orderBy: lineagoerli_DestinationTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_DestinationTransfer_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Sequencer!]! - stagingarbitrumgoerli_relayerFee( + ): [lineagoerli_DestinationTransfer!]! + lineagoerli_originMessage( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RelayerFee - stagingarbitrumgoerli_relayerFees( + ): lineagoerli_OriginMessage + lineagoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RelayerFee_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RelayerFee_filter + orderBy: lineagoerli_OriginMessage_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginMessage_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RelayerFee!]! - stagingarbitrumgoerli_originTransfer( + ): [lineagoerli_OriginMessage!]! + lineagoerli_aggregateRoot( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_OriginTransfer - stagingarbitrumgoerli_originTransfers( + ): lineagoerli_AggregateRoot + lineagoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_OriginTransfer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_OriginTransfer_filter + orderBy: lineagoerli_AggregateRoot_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AggregateRoot_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_OriginTransfer!]! - stagingarbitrumgoerli_destinationTransfer( + ): [lineagoerli_AggregateRoot!]! + lineagoerli_connectorMeta( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_DestinationTransfer - stagingarbitrumgoerli_destinationTransfers( + ): lineagoerli_ConnectorMeta + lineagoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_DestinationTransfer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_DestinationTransfer_filter + orderBy: lineagoerli_ConnectorMeta_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_ConnectorMeta_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_DestinationTransfer!]! - stagingarbitrumgoerli_originMessage( + ): [lineagoerli_ConnectorMeta!]! + lineagoerli_rootCount( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_OriginMessage - stagingarbitrumgoerli_originMessages( + ): lineagoerli_RootCount + lineagoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_OriginMessage_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_OriginMessage_filter + orderBy: lineagoerli_RootCount_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootCount_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_OriginMessage!]! - stagingarbitrumgoerli_aggregateRoot( + ): [lineagoerli_RootCount!]! + lineagoerli_rootMessageSent( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AggregateRoot - stagingarbitrumgoerli_aggregateRoots( + ): lineagoerli_RootMessageSent + lineagoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AggregateRoot_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AggregateRoot_filter + orderBy: lineagoerli_RootMessageSent_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootMessageSent_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AggregateRoot!]! - stagingarbitrumgoerli_connectorMeta( + ): [lineagoerli_RootMessageSent!]! + lineagoerli_relayerFeesIncrease( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_ConnectorMeta - stagingarbitrumgoerli_connectorMetas( + ): lineagoerli_RelayerFeesIncrease + lineagoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_ConnectorMeta_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_ConnectorMeta_filter + orderBy: lineagoerli_RelayerFeesIncrease_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFeesIncrease_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_ConnectorMeta!]! - stagingarbitrumgoerli_rootCount( + ): [lineagoerli_RelayerFeesIncrease!]! + lineagoerli_slippageUpdate( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RootCount - stagingarbitrumgoerli_rootCounts( + ): lineagoerli_SlippageUpdate + lineagoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RootCount_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RootCount_filter + orderBy: lineagoerli_SlippageUpdate_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_SlippageUpdate_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RootCount!]! - stagingarbitrumgoerli_rootMessageSent( + ): [lineagoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__Meta_ + stagingoptimismgoerli_asset( 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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RootMessageSent - stagingarbitrumgoerli_rootMessageSents( + ): stagingoptimismgoerli_Asset + stagingoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RootMessageSent_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RootMessageSent_filter + orderBy: stagingoptimismgoerli_Asset_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Asset_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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RootMessageSent!]! - stagingarbitrumgoerli_relayerFeesIncrease( + ): [stagingoptimismgoerli_Asset!]! + stagingoptimismgoerli_assetStatus( 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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RelayerFeesIncrease - stagingarbitrumgoerli_relayerFeesIncreases( + ): stagingoptimismgoerli_AssetStatus + stagingoptimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RelayerFeesIncrease_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RelayerFeesIncrease_filter + orderBy: stagingoptimismgoerli_AssetStatus_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AssetStatus_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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RelayerFeesIncrease!]! - stagingarbitrumgoerli_slippageUpdate( + ): [stagingoptimismgoerli_AssetStatus!]! + stagingoptimismgoerli_assetBalance( 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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_SlippageUpdate - stagingarbitrumgoerli_slippageUpdates( + ): stagingoptimismgoerli_AssetBalance + stagingoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_SlippageUpdate_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_SlippageUpdate_filter + orderBy: stagingoptimismgoerli_AssetBalance_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AssetBalance_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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_SlippageUpdate!]! - stagingarbitrumgoerli_snapshotRoot( + ): [stagingoptimismgoerli_AssetBalance!]! + stagingoptimismgoerli_router( 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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_SnapshotRoot - stagingarbitrumgoerli_snapshotRoots( + ): stagingoptimismgoerli_Router + stagingoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_SnapshotRoot_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_SnapshotRoot_filter + orderBy: stagingoptimismgoerli_Router_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Router_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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_SnapshotRoot!]! - stagingarbitrumgoerli_spokeConnectorMode( + ): [stagingoptimismgoerli_Router!]! + stagingoptimismgoerli_routerDailyTVL( 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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_SpokeConnectorMode - stagingarbitrumgoerli_spokeConnectorModes( + ): stagingoptimismgoerli_RouterDailyTVL + stagingoptimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_SpokeConnectorMode_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_SpokeConnectorMode_filter + orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RouterDailyTVL_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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_SpokeConnectorMode!]! - stagingarbitrumgoerli_aggregateRootProposed( + ): [stagingoptimismgoerli_RouterDailyTVL!]! + stagingoptimismgoerli_setting( 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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AggregateRootProposed - stagingarbitrumgoerli_aggregateRootProposeds( + ): stagingoptimismgoerli_Setting + stagingoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AggregateRootProposed_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AggregateRootProposed_filter + orderBy: stagingoptimismgoerli_Setting_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Setting_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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AggregateRootProposed!]! - stagingarbitrumgoerli_optimisticRootFinalized( + ): [stagingoptimismgoerli_Setting!]! + stagingoptimismgoerli_relayer( 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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_OptimisticRootFinalized - stagingarbitrumgoerli_optimisticRootFinalizeds( + ): stagingoptimismgoerli_Relayer + stagingoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_OptimisticRootFinalized_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_OptimisticRootFinalized_filter + orderBy: stagingoptimismgoerli_Relayer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Relayer_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: stagingarbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingarbitrumgoerli__meta(block: stagingarbitrumgoerli_Block_height): stagingarbitrumgoerli__Meta_ - stagingmumbai_asset( + ): [stagingoptimismgoerli_Relayer!]! + stagingoptimismgoerli_sequencer( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Asset - stagingmumbai_assets( + ): stagingoptimismgoerli_Sequencer + stagingoptimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Asset_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Asset_filter + orderBy: stagingoptimismgoerli_Sequencer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Sequencer_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Asset!]! - stagingmumbai_assetStatus( + ): [stagingoptimismgoerli_Sequencer!]! + stagingoptimismgoerli_relayerFee( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetStatus - stagingmumbai_assetStatuses( + ): stagingoptimismgoerli_RelayerFee + stagingoptimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetStatus_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetStatus_filter + orderBy: stagingoptimismgoerli_RelayerFee_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RelayerFee_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetStatus!]! - stagingmumbai_assetBalance( + ): [stagingoptimismgoerli_RelayerFee!]! + stagingoptimismgoerli_originTransfer( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetBalance - stagingmumbai_assetBalances( + ): stagingoptimismgoerli_OriginTransfer + stagingoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetBalance_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetBalance_filter + orderBy: stagingoptimismgoerli_OriginTransfer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OriginTransfer_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetBalance!]! - stagingmumbai_router( + ): [stagingoptimismgoerli_OriginTransfer!]! + stagingoptimismgoerli_destinationTransfer( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Router - stagingmumbai_routers( + ): stagingoptimismgoerli_DestinationTransfer + stagingoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Router_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Router_filter + orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_DestinationTransfer_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Router!]! - stagingmumbai_routerDailyTVL( + ): [stagingoptimismgoerli_DestinationTransfer!]! + stagingoptimismgoerli_originMessage( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RouterDailyTVL - stagingmumbai_routerDailyTVLs( + ): stagingoptimismgoerli_OriginMessage + stagingoptimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterDailyTVL_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RouterDailyTVL_filter + orderBy: stagingoptimismgoerli_OriginMessage_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OriginMessage_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RouterDailyTVL!]! - stagingmumbai_setting( + ): [stagingoptimismgoerli_OriginMessage!]! + stagingoptimismgoerli_aggregateRoot( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Setting - stagingmumbai_settings( + ): stagingoptimismgoerli_AggregateRoot + stagingoptimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Setting_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Setting_filter + orderBy: stagingoptimismgoerli_AggregateRoot_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AggregateRoot_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Setting!]! - stagingmumbai_relayer( + ): [stagingoptimismgoerli_AggregateRoot!]! + stagingoptimismgoerli_connectorMeta( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Relayer - stagingmumbai_relayers( + ): stagingoptimismgoerli_ConnectorMeta + stagingoptimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Relayer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Relayer_filter + orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_ConnectorMeta_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Relayer!]! - stagingmumbai_sequencer( + ): [stagingoptimismgoerli_ConnectorMeta!]! + stagingoptimismgoerli_rootCount( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Sequencer - stagingmumbai_sequencers( + ): stagingoptimismgoerli_RootCount + stagingoptimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Sequencer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Sequencer_filter + orderBy: stagingoptimismgoerli_RootCount_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RootCount_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Sequencer!]! - stagingmumbai_relayerFee( + ): [stagingoptimismgoerli_RootCount!]! + stagingoptimismgoerli_rootMessageSent( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFee - stagingmumbai_relayerFees( + ): stagingoptimismgoerli_RootMessageSent + stagingoptimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFee_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFee_filter + orderBy: stagingoptimismgoerli_RootMessageSent_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RootMessageSent_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFee!]! - stagingmumbai_originTransfer( + ): [stagingoptimismgoerli_RootMessageSent!]! + stagingoptimismgoerli_relayerFeesIncrease( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginTransfer - stagingmumbai_originTransfers( + ): stagingoptimismgoerli_RelayerFeesIncrease + stagingoptimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginTransfer_filter + orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RelayerFeesIncrease_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginTransfer!]! - stagingmumbai_destinationTransfer( + ): [stagingoptimismgoerli_RelayerFeesIncrease!]! + stagingoptimismgoerli_slippageUpdate( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_DestinationTransfer - stagingmumbai_destinationTransfers( + ): stagingoptimismgoerli_SlippageUpdate + stagingoptimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_DestinationTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_DestinationTransfer_filter + orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SlippageUpdate_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_DestinationTransfer!]! - stagingmumbai_originMessage( + ): [stagingoptimismgoerli_SlippageUpdate!]! + stagingoptimismgoerli_snapshotRoot( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginMessage - stagingmumbai_originMessages( + ): stagingoptimismgoerli_SnapshotRoot + stagingoptimismgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginMessage_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginMessage_filter + orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SnapshotRoot_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginMessage!]! - stagingmumbai_aggregateRoot( + ): [stagingoptimismgoerli_SnapshotRoot!]! + stagingoptimismgoerli_spokeConnectorMode( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRoot - stagingmumbai_aggregateRoots( + ): stagingoptimismgoerli_SpokeConnectorMode + stagingoptimismgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRoot_filter + orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SpokeConnectorMode_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRoot!]! - stagingmumbai_connectorMeta( + ): [stagingoptimismgoerli_SpokeConnectorMode!]! + stagingoptimismgoerli_aggregateRootProposed( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_ConnectorMeta - stagingmumbai_connectorMetas( + ): stagingoptimismgoerli_AggregateRootProposed + stagingoptimismgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_ConnectorMeta_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_ConnectorMeta_filter + orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AggregateRootProposed_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_ConnectorMeta!]! - stagingmumbai_rootCount( + ): [stagingoptimismgoerli_AggregateRootProposed!]! + stagingoptimismgoerli_optimisticRootFinalized( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootCount - stagingmumbai_rootCounts( + ): stagingoptimismgoerli_OptimisticRootFinalized + stagingoptimismgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootCount_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootCount_filter + orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OptimisticRootFinalized_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootCount!]! - stagingmumbai_rootMessageSent( + ): [stagingoptimismgoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ + bnb_swap_systemInfo( 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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootMessageSent - stagingmumbai_rootMessageSents( + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootMessageSent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootMessageSent_filter + orderBy: bnb_swap_SystemInfo_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SystemInfo_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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootMessageSent!]! - stagingmumbai_relayerFeesIncrease( + ): [bnb_swap_SystemInfo!]! + bnb_swap_pooledToken( 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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFeesIncrease - stagingmumbai_relayerFeesIncreases( + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFeesIncrease_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFeesIncrease_filter + orderBy: bnb_swap_PooledToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_PooledToken_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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFeesIncrease!]! - stagingmumbai_slippageUpdate( + ): [bnb_swap_PooledToken!]! + bnb_swap_stableSwap( 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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SlippageUpdate - stagingmumbai_slippageUpdates( + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SlippageUpdate_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SlippageUpdate_filter + orderBy: bnb_swap_StableSwap_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwap_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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SlippageUpdate!]! - stagingmumbai_snapshotRoot( + ): [bnb_swap_StableSwap!]! + bnb_swap_stableSwapAddLiquidityEvent( 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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SnapshotRoot - stagingmumbai_snapshotRoots( + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SnapshotRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SnapshotRoot_filter + orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapAddLiquidityEvent_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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SnapshotRoot!]! - stagingmumbai_spokeConnectorMode( + ): [bnb_swap_StableSwapAddLiquidityEvent!]! + bnb_swap_stableSwapRemoveLiquidityEvent( 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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SpokeConnectorMode - stagingmumbai_spokeConnectorModes( + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SpokeConnectorMode_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SpokeConnectorMode_filter + orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapRemoveLiquidityEvent_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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SpokeConnectorMode!]! - stagingmumbai_aggregateRootProposed( + ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! + bnb_swap_stableSwapExchange( 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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRootProposed - stagingmumbai_aggregateRootProposeds( + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRootProposed_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRootProposed_filter + orderBy: bnb_swap_StableSwapExchange_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapExchange_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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRootProposed!]! - stagingmumbai_optimisticRootFinalized( + ): [bnb_swap_StableSwapExchange!]! + bnb_swap_swapDailyVolume( 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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OptimisticRootFinalized - stagingmumbai_optimisticRootFinalizeds( + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OptimisticRootFinalized_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OptimisticRootFinalized_filter + orderBy: bnb_swap_SwapDailyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapDailyVolume_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: stagingmumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ - arbitrumgoerli_asset( + ): [bnb_swap_SwapDailyVolume!]! + bnb_swap_swapHourlyVolume( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Asset - arbitrumgoerli_assets( + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Asset_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Asset_filter + orderBy: bnb_swap_SwapHourlyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapHourlyVolume_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Asset!]! - arbitrumgoerli_assetStatus( + ): [bnb_swap_SwapHourlyVolume!]! + bnb_swap_swapWeeklyVolume( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_AssetStatus - arbitrumgoerli_assetStatuses( + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AssetStatus_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AssetStatus_filter + orderBy: bnb_swap_SwapWeeklyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapWeeklyVolume_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_AssetStatus!]! - arbitrumgoerli_assetBalance( + ): [bnb_swap_SwapWeeklyVolume!]! + bnb_swap_lpAccount( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_AssetBalance - arbitrumgoerli_assetBalances( + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AssetBalance_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AssetBalance_filter + orderBy: bnb_swap_LpAccount_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccount_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_AssetBalance!]! - arbitrumgoerli_router( + ): [bnb_swap_LpAccount!]! + bnb_swap_lpAccountBalance( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Router - arbitrumgoerli_routers( + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Router_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Router_filter + orderBy: bnb_swap_LpAccountBalance_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccountBalance_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Router!]! - arbitrumgoerli_routerDailyTVL( + ): [bnb_swap_LpAccountBalance!]! + bnb_swap_lpToken( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RouterDailyTVL - arbitrumgoerli_routerDailyTVLs( + ): bnb_swap_LpToken + bnb_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RouterDailyTVL_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RouterDailyTVL_filter + orderBy: bnb_swap_LpToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpToken_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RouterDailyTVL!]! - arbitrumgoerli_routerLiquidityEvent( + ): [bnb_swap_LpToken!]! + bnb_swap_lpTransferEvent( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RouterLiquidityEvent - arbitrumgoerli_routerLiquidityEvents( + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RouterLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RouterLiquidityEvent_filter + orderBy: bnb_swap_LpTransferEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTransferEvent_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RouterLiquidityEvent!]! - arbitrumgoerli_setting( + ): [bnb_swap_LpTransferEvent!]! + bnb_swap_stableSwapEvent( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Setting - arbitrumgoerli_settings( + ): bnb_swap_StableSwapEvent + bnb_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Setting_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Setting_filter + orderBy: bnb_swap_StableSwapEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapEvent_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Setting!]! - arbitrumgoerli_relayer( + ): [bnb_swap_StableSwapEvent!]! + bnb_swap_swapTradeVolume( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Relayer - arbitrumgoerli_relayers( + ): bnb_swap_SwapTradeVolume + bnb_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Relayer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Relayer_filter + orderBy: bnb_swap_SwapTradeVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapTradeVolume_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Relayer!]! - arbitrumgoerli_sequencer( + ): [bnb_swap_SwapTradeVolume!]! + bnb_swap_lpTokenEvent( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Sequencer - arbitrumgoerli_sequencers( + ): bnb_swap_LpTokenEvent + bnb_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Sequencer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Sequencer_filter + orderBy: bnb_swap_LpTokenEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTokenEvent_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Sequencer!]! - arbitrumgoerli_relayerFee( + ): [bnb_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ + xdai_asset( 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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RelayerFee - arbitrumgoerli_relayerFees( + ): xdai_Asset + xdai_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RelayerFee_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RelayerFee_filter + orderBy: xdai_Asset_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Asset_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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RelayerFee!]! - arbitrumgoerli_originTransfer( + ): [xdai_Asset!]! + xdai_assetStatus( 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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_OriginTransfer - arbitrumgoerli_originTransfers( + ): xdai_AssetStatus + xdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_OriginTransfer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_OriginTransfer_filter + orderBy: xdai_AssetStatus_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AssetStatus_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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_OriginTransfer!]! - arbitrumgoerli_destinationTransfer( + ): [xdai_AssetStatus!]! + xdai_assetBalance( 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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_DestinationTransfer - arbitrumgoerli_destinationTransfers( + ): xdai_AssetBalance + xdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_DestinationTransfer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_DestinationTransfer_filter + orderBy: xdai_AssetBalance_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AssetBalance_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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_DestinationTransfer!]! - arbitrumgoerli_originMessage( + ): [xdai_AssetBalance!]! + xdai_router( 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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_OriginMessage - arbitrumgoerli_originMessages( + ): xdai_Router + xdai_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_OriginMessage_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_OriginMessage_filter + orderBy: xdai_Router_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Router_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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_OriginMessage!]! - arbitrumgoerli_aggregateRoot( + ): [xdai_Router!]! + xdai_routerDailyTVL( 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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_AggregateRoot - arbitrumgoerli_aggregateRoots( + ): xdai_RouterDailyTVL + xdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AggregateRoot_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AggregateRoot_filter + orderBy: xdai_RouterDailyTVL_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RouterDailyTVL_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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_AggregateRoot!]! - arbitrumgoerli_connectorMeta( + ): [xdai_RouterDailyTVL!]! + xdai_routerLiquidityEvent( 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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_ConnectorMeta - arbitrumgoerli_connectorMetas( + ): xdai_RouterLiquidityEvent + xdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_ConnectorMeta_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_ConnectorMeta_filter + orderBy: xdai_RouterLiquidityEvent_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RouterLiquidityEvent_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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_ConnectorMeta!]! - arbitrumgoerli_rootCount( + ): [xdai_RouterLiquidityEvent!]! + xdai_setting( 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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RootCount - arbitrumgoerli_rootCounts( + ): xdai_Setting + xdai_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RootCount_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RootCount_filter + orderBy: xdai_Setting_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Setting_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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RootCount!]! - arbitrumgoerli_rootMessageSent( + ): [xdai_Setting!]! + xdai_relayer( 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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RootMessageSent - arbitrumgoerli_rootMessageSents( + ): xdai_Relayer + xdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RootMessageSent_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RootMessageSent_filter + orderBy: xdai_Relayer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Relayer_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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RootMessageSent!]! - arbitrumgoerli_relayerFeesIncrease( + ): [xdai_Relayer!]! + xdai_sequencer( 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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RelayerFeesIncrease - arbitrumgoerli_relayerFeesIncreases( + ): xdai_Sequencer + xdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RelayerFeesIncrease_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RelayerFeesIncrease_filter + orderBy: xdai_Sequencer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Sequencer_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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RelayerFeesIncrease!]! - arbitrumgoerli_slippageUpdate( + ): [xdai_Sequencer!]! + xdai_relayerFee( 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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_SlippageUpdate - arbitrumgoerli_slippageUpdates( + ): xdai_RelayerFee + xdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_SlippageUpdate_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_SlippageUpdate_filter + orderBy: xdai_RelayerFee_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFee_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: arbitrumgoerli_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_SlippageUpdate!]! - """Access to subgraph metadata""" - arbitrumgoerli__meta(block: arbitrumgoerli_Block_height): arbitrumgoerli__Meta_ - mumbai_asset( + ): [xdai_RelayerFee!]! + xdai_originTransfer( 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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Asset - mumbai_assets( + ): xdai_OriginTransfer + xdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Asset_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Asset_filter + orderBy: xdai_OriginTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginTransfer_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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Asset!]! - mumbai_assetStatus( + ): [xdai_OriginTransfer!]! + xdai_destinationTransfer( 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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AssetStatus - mumbai_assetStatuses( + ): xdai_DestinationTransfer + xdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetStatus_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetStatus_filter + orderBy: xdai_DestinationTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_DestinationTransfer_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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AssetStatus!]! - mumbai_assetBalance( + ): [xdai_DestinationTransfer!]! + xdai_originMessage( 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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AssetBalance - mumbai_assetBalances( + ): xdai_OriginMessage + xdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetBalance_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetBalance_filter + orderBy: xdai_OriginMessage_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginMessage_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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AssetBalance!]! - mumbai_router( + ): [xdai_OriginMessage!]! + xdai_aggregateRoot( 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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Router - mumbai_routers( + ): xdai_AggregateRoot + xdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Router_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Router_filter + orderBy: xdai_AggregateRoot_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AggregateRoot_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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Router!]! - mumbai_routerDailyTVL( + ): [xdai_AggregateRoot!]! + xdai_connectorMeta( 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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RouterDailyTVL - mumbai_routerDailyTVLs( + ): xdai_ConnectorMeta + xdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterDailyTVL_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterDailyTVL_filter + orderBy: xdai_ConnectorMeta_orderBy + orderDirection: xdai_OrderDirection + where: xdai_ConnectorMeta_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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RouterDailyTVL!]! - mumbai_routerLiquidityEvent( + ): [xdai_ConnectorMeta!]! + xdai_rootCount( 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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RouterLiquidityEvent - mumbai_routerLiquidityEvents( + ): xdai_RootCount + xdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterLiquidityEvent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterLiquidityEvent_filter + orderBy: xdai_RootCount_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootCount_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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RouterLiquidityEvent!]! - mumbai_setting( + ): [xdai_RootCount!]! + xdai_rootMessageSent( 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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Setting - mumbai_settings( + ): xdai_RootMessageSent + xdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Setting_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Setting_filter + orderBy: xdai_RootMessageSent_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootMessageSent_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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Setting!]! - mumbai_relayer( + ): [xdai_RootMessageSent!]! + xdai_relayerFeesIncrease( 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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Relayer - mumbai_relayers( + ): xdai_RelayerFeesIncrease + xdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Relayer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Relayer_filter + orderBy: xdai_RelayerFeesIncrease_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFeesIncrease_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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Relayer!]! - mumbai_sequencer( + ): [xdai_RelayerFeesIncrease!]! + xdai_slippageUpdate( 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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Sequencer - mumbai_sequencers( + ): xdai_SlippageUpdate + xdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Sequencer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Sequencer_filter + orderBy: xdai_SlippageUpdate_orderBy + orderDirection: xdai_OrderDirection + where: xdai_SlippageUpdate_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: mumbai_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Sequencer!]! - mumbai_relayerFee( + ): [xdai_SlippageUpdate!]! + """Access to subgraph metadata""" + xdai__meta(block: xdai_Block_height): xdai__Meta_ + optimism_asset( 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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RelayerFee - mumbai_relayerFees( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFee_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFee_filter + orderBy: optimism_Asset_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Asset_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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RelayerFee!]! - mumbai_originTransfer( + ): [optimism_Asset!]! + optimism_assetStatus( 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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_OriginTransfer - mumbai_originTransfers( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginTransfer_filter + orderBy: optimism_AssetStatus_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AssetStatus_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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_OriginTransfer!]! - mumbai_destinationTransfer( + ): [optimism_AssetStatus!]! + optimism_assetBalance( 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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_DestinationTransfer - mumbai_destinationTransfers( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_DestinationTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_DestinationTransfer_filter + orderBy: optimism_AssetBalance_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AssetBalance_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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_DestinationTransfer!]! - mumbai_originMessage( + ): [optimism_AssetBalance!]! + optimism_router( 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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_OriginMessage - mumbai_originMessages( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_OriginMessage_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginMessage_filter + orderBy: optimism_Router_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Router_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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_OriginMessage!]! - mumbai_aggregateRoot( + ): [optimism_Router!]! + optimism_routerDailyTVL( 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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AggregateRoot - mumbai_aggregateRoots( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AggregateRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRoot_filter + orderBy: optimism_RouterDailyTVL_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterDailyTVL_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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AggregateRoot!]! - mumbai_connectorMeta( + ): [optimism_RouterDailyTVL!]! + optimism_routerLiquidityEvent( 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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_ConnectorMeta - mumbai_connectorMetas( + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_ConnectorMeta_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_ConnectorMeta_filter + orderBy: optimism_RouterLiquidityEvent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterLiquidityEvent_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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_ConnectorMeta!]! - mumbai_rootCount( + ): [optimism_RouterLiquidityEvent!]! + optimism_setting( 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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RootCount - mumbai_rootCounts( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootCount_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootCount_filter + orderBy: optimism_Setting_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Setting_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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RootCount!]! - mumbai_rootMessageSent( + ): [optimism_Setting!]! + optimism_relayer( 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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RootMessageSent - mumbai_rootMessageSents( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RootMessageSent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootMessageSent_filter + orderBy: optimism_Relayer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Relayer_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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RootMessageSent!]! - mumbai_relayerFeesIncrease( + ): [optimism_Relayer!]! + optimism_sequencer( 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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RelayerFeesIncrease - mumbai_relayerFeesIncreases( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RelayerFeesIncrease_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFeesIncrease_filter + orderBy: optimism_Sequencer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Sequencer_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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RelayerFeesIncrease!]! - mumbai_slippageUpdate( + ): [optimism_Sequencer!]! + optimism_relayerFee( 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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_SlippageUpdate - mumbai_slippageUpdates( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mumbai_SlippageUpdate_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SlippageUpdate_filter + orderBy: optimism_RelayerFee_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFee_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: mumbai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_SlippageUpdate!]! - """Access to subgraph metadata""" - mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ - xdai_asset( + ): [optimism_RelayerFee!]! + optimism_originTransfer( 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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Asset - xdai_assets( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_Asset_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Asset_filter + orderBy: optimism_OriginTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_OriginTransfer_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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Asset!]! - xdai_assetStatus( + ): [optimism_OriginTransfer!]! + optimism_destinationTransfer( 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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_AssetStatus - xdai_assetStatuses( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetStatus_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetStatus_filter + orderBy: optimism_DestinationTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_DestinationTransfer_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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_AssetStatus!]! - xdai_assetBalance( + ): [optimism_DestinationTransfer!]! + optimism_originMessage( 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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_AssetBalance - xdai_assetBalances( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetBalance_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetBalance_filter + orderBy: optimism_OriginMessage_orderBy + orderDirection: optimism_OrderDirection + where: optimism_OriginMessage_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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_AssetBalance!]! - xdai_router( + ): [optimism_OriginMessage!]! + optimism_aggregateRoot( 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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Router - xdai_routers( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_Router_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Router_filter + orderBy: optimism_AggregateRoot_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AggregateRoot_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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Router!]! - xdai_routerDailyTVL( + ): [optimism_AggregateRoot!]! + optimism_connectorMeta( 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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RouterDailyTVL - xdai_routerDailyTVLs( + ): optimism_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterDailyTVL_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterDailyTVL_filter + orderBy: optimism_ConnectorMeta_orderBy + orderDirection: optimism_OrderDirection + where: optimism_ConnectorMeta_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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RouterDailyTVL!]! - xdai_routerLiquidityEvent( + ): [optimism_ConnectorMeta!]! + optimism_rootCount( 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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RouterLiquidityEvent - xdai_routerLiquidityEvents( + ): optimism_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterLiquidityEvent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterLiquidityEvent_filter + orderBy: optimism_RootCount_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RootCount_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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RouterLiquidityEvent!]! - xdai_setting( + ): [optimism_RootCount!]! + optimism_rootMessageSent( 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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Setting - xdai_settings( + ): optimism_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xdai_Setting_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Setting_filter + orderBy: optimism_RootMessageSent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RootMessageSent_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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Setting!]! - xdai_relayer( + ): [optimism_RootMessageSent!]! + optimism_relayerFeesIncrease( 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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Relayer - xdai_relayers( + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xdai_Relayer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Relayer_filter + orderBy: optimism_RelayerFeesIncrease_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFeesIncrease_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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Relayer!]! - xdai_sequencer( + ): [optimism_RelayerFeesIncrease!]! + optimism_slippageUpdate( 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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_Sequencer - xdai_sequencers( + ): optimism_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xdai_Sequencer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Sequencer_filter + orderBy: optimism_SlippageUpdate_orderBy + orderDirection: optimism_OrderDirection + where: optimism_SlippageUpdate_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: xdai_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_Sequencer!]! - xdai_relayerFee( + ): [optimism_SlippageUpdate!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ + bnb_asset( 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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RelayerFee - xdai_relayerFees( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFee_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFee_filter + orderBy: bnb_Asset_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Asset_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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RelayerFee!]! - xdai_originTransfer( + ): [bnb_Asset!]! + bnb_assetStatus( 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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_OriginTransfer - xdai_originTransfers( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginTransfer_filter + orderBy: bnb_AssetStatus_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AssetStatus_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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_OriginTransfer!]! - xdai_destinationTransfer( + ): [bnb_AssetStatus!]! + bnb_assetBalance( 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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_DestinationTransfer - xdai_destinationTransfers( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_DestinationTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_DestinationTransfer_filter + orderBy: bnb_AssetBalance_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AssetBalance_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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_DestinationTransfer!]! - xdai_originMessage( + ): [bnb_AssetBalance!]! + bnb_router( 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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_OriginMessage - xdai_originMessages( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginMessage_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginMessage_filter + orderBy: bnb_Router_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Router_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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_OriginMessage!]! - xdai_aggregateRoot( + ): [bnb_Router!]! + bnb_routerDailyTVL( 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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_AggregateRoot - xdai_aggregateRoots( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRoot_filter + orderBy: bnb_RouterDailyTVL_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterDailyTVL_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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_AggregateRoot!]! - xdai_connectorMeta( + ): [bnb_RouterDailyTVL!]! + bnb_routerLiquidityEvent( 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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_ConnectorMeta - xdai_connectorMetas( + ): bnb_RouterLiquidityEvent + bnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_ConnectorMeta_orderBy - orderDirection: xdai_OrderDirection - where: xdai_ConnectorMeta_filter + orderBy: bnb_RouterLiquidityEvent_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterLiquidityEvent_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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_ConnectorMeta!]! - xdai_rootCount( + ): [bnb_RouterLiquidityEvent!]! + bnb_setting( 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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RootCount - xdai_rootCounts( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootCount_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootCount_filter + orderBy: bnb_Setting_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Setting_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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RootCount!]! - xdai_rootMessageSent( + ): [bnb_Setting!]! + bnb_relayer( 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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RootMessageSent - xdai_rootMessageSents( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootMessageSent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootMessageSent_filter + orderBy: bnb_Relayer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Relayer_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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RootMessageSent!]! - xdai_relayerFeesIncrease( + ): [bnb_Relayer!]! + bnb_sequencer( 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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_RelayerFeesIncrease - xdai_relayerFeesIncreases( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFeesIncrease_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFeesIncrease_filter + orderBy: bnb_Sequencer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Sequencer_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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_RelayerFeesIncrease!]! - xdai_slippageUpdate( + ): [bnb_Sequencer!]! + bnb_relayerFee( 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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_SlippageUpdate - xdai_slippageUpdates( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_SlippageUpdate_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SlippageUpdate_filter + orderBy: bnb_RelayerFee_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RelayerFee_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: xdai_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_SlippageUpdate!]! - """Access to subgraph metadata""" - xdai__meta(block: xdai_Block_height): xdai__Meta_ - localarbitrumone_asset( + ): [bnb_RelayerFee!]! + bnb_originTransfer( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Asset - localarbitrumone_assets( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Asset_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Asset_filter + orderBy: bnb_OriginTransfer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_OriginTransfer_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Asset!]! - localarbitrumone_assetStatus( + ): [bnb_OriginTransfer!]! + bnb_destinationTransfer( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AssetStatus - localarbitrumone_assetStatuses( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetStatus_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetStatus_filter + orderBy: bnb_DestinationTransfer_orderBy + orderDirection: bnb_OrderDirection + where: bnb_DestinationTransfer_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AssetStatus!]! - localarbitrumone_assetBalance( + ): [bnb_DestinationTransfer!]! + bnb_originMessage( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AssetBalance - localarbitrumone_assetBalances( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetBalance_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetBalance_filter + orderBy: bnb_OriginMessage_orderBy + orderDirection: bnb_OrderDirection + where: bnb_OriginMessage_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AssetBalance!]! - localarbitrumone_router( + ): [bnb_OriginMessage!]! + bnb_aggregateRoot( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Router - localarbitrumone_routers( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Router_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Router_filter + orderBy: bnb_AggregateRoot_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AggregateRoot_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Router!]! - localarbitrumone_routerDailyTVL( + ): [bnb_AggregateRoot!]! + bnb_connectorMeta( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RouterDailyTVL - localarbitrumone_routerDailyTVLs( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RouterDailyTVL_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RouterDailyTVL_filter + orderBy: bnb_ConnectorMeta_orderBy + orderDirection: bnb_OrderDirection + where: bnb_ConnectorMeta_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RouterDailyTVL!]! - localarbitrumone_setting( + ): [bnb_ConnectorMeta!]! + bnb_rootCount( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Setting - localarbitrumone_settings( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Setting_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Setting_filter + orderBy: bnb_RootCount_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RootCount_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Setting!]! - localarbitrumone_relayer( + ): [bnb_RootCount!]! + bnb_rootMessageSent( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Relayer - localarbitrumone_relayers( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Relayer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Relayer_filter + orderBy: bnb_RootMessageSent_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RootMessageSent_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Relayer!]! - localarbitrumone_sequencer( + ): [bnb_RootMessageSent!]! + bnb_relayerFeesIncrease( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Sequencer - localarbitrumone_sequencers( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Sequencer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Sequencer_filter + orderBy: bnb_RelayerFeesIncrease_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RelayerFeesIncrease_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Sequencer!]! - localarbitrumone_relayerFee( + ): [bnb_RelayerFeesIncrease!]! + bnb_slippageUpdate( 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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RelayerFee - localarbitrumone_relayerFees( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFee_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFee_filter + orderBy: bnb_SlippageUpdate_orderBy + orderDirection: bnb_OrderDirection + where: bnb_SlippageUpdate_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: localarbitrumone_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RelayerFee!]! - localarbitrumone_originTransfer( + ): [bnb_SlippageUpdate!]! + """Access to subgraph metadata""" + bnb__meta(block: bnb_Block_height): bnb__Meta_ + linea_asset( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OriginTransfer - localarbitrumone_originTransfers( + ): linea_Asset + linea_assets( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginTransfer_filter + orderBy: linea_Asset_orderBy + orderDirection: linea_OrderDirection + where: linea_Asset_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OriginTransfer!]! - localarbitrumone_destinationTransfer( + ): [linea_Asset!]! + linea_assetStatus( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_DestinationTransfer - localarbitrumone_destinationTransfers( + ): linea_AssetStatus + linea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_DestinationTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_DestinationTransfer_filter + orderBy: linea_AssetStatus_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetStatus_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_DestinationTransfer!]! - localarbitrumone_originMessage( + ): [linea_AssetStatus!]! + linea_assetBalance( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OriginMessage - localarbitrumone_originMessages( + ): linea_AssetBalance + linea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginMessage_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginMessage_filter + orderBy: linea_AssetBalance_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetBalance_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OriginMessage!]! - localarbitrumone_aggregateRoot( + ): [linea_AssetBalance!]! + linea_router( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AggregateRoot - localarbitrumone_aggregateRoots( + ): linea_Router + linea_routers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRoot_filter + orderBy: linea_Router_orderBy + orderDirection: linea_OrderDirection + where: linea_Router_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AggregateRoot!]! - localarbitrumone_connectorMeta( + ): [linea_Router!]! + linea_routerDailyTVL( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_ConnectorMeta - localarbitrumone_connectorMetas( + ): linea_RouterDailyTVL + linea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_ConnectorMeta_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_ConnectorMeta_filter + orderBy: linea_RouterDailyTVL_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterDailyTVL_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_ConnectorMeta!]! - localarbitrumone_rootCount( + ): [linea_RouterDailyTVL!]! + linea_routerLiquidityEvent( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RootCount - localarbitrumone_rootCounts( + ): linea_RouterLiquidityEvent + linea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootCount_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootCount_filter + orderBy: linea_RouterLiquidityEvent_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterLiquidityEvent_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RootCount!]! - localarbitrumone_rootMessageSent( + ): [linea_RouterLiquidityEvent!]! + linea_setting( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RootMessageSent - localarbitrumone_rootMessageSents( + ): linea_Setting + linea_settings( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootMessageSent_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootMessageSent_filter + orderBy: linea_Setting_orderBy + orderDirection: linea_OrderDirection + where: linea_Setting_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RootMessageSent!]! - localarbitrumone_relayerFeesIncrease( + ): [linea_Setting!]! + linea_relayer( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RelayerFeesIncrease - localarbitrumone_relayerFeesIncreases( + ): linea_Relayer + linea_relayers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFeesIncrease_filter + orderBy: linea_Relayer_orderBy + orderDirection: linea_OrderDirection + where: linea_Relayer_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RelayerFeesIncrease!]! - localarbitrumone_slippageUpdate( + ): [linea_Relayer!]! + linea_sequencer( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SlippageUpdate - localarbitrumone_slippageUpdates( + ): linea_Sequencer + linea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SlippageUpdate_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SlippageUpdate_filter + orderBy: linea_Sequencer_orderBy + orderDirection: linea_OrderDirection + where: linea_Sequencer_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SlippageUpdate!]! - localarbitrumone_snapshotRoot( + ): [linea_Sequencer!]! + linea_relayerFee( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SnapshotRoot - localarbitrumone_snapshotRoots( + ): linea_RelayerFee + linea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SnapshotRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SnapshotRoot_filter + orderBy: linea_RelayerFee_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFee_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SnapshotRoot!]! - localarbitrumone_spokeConnectorMode( + ): [linea_RelayerFee!]! + linea_originTransfer( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SpokeConnectorMode - localarbitrumone_spokeConnectorModes( + ): linea_OriginTransfer + linea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SpokeConnectorMode_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SpokeConnectorMode_filter + orderBy: linea_OriginTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginTransfer_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SpokeConnectorMode!]! - localarbitrumone_aggregateRootProposed( + ): [linea_OriginTransfer!]! + linea_destinationTransfer( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AggregateRootProposed - localarbitrumone_aggregateRootProposeds( + ): linea_DestinationTransfer + linea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRootProposed_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRootProposed_filter + orderBy: linea_DestinationTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_DestinationTransfer_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AggregateRootProposed!]! - localarbitrumone_optimisticRootFinalized( + ): [linea_DestinationTransfer!]! + linea_originMessage( 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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OptimisticRootFinalized - localarbitrumone_optimisticRootFinalizeds( + ): linea_OriginMessage + linea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OptimisticRootFinalized_filter + orderBy: linea_OriginMessage_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginMessage_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: localarbitrumone_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ - bnb_asset( + ): [linea_OriginMessage!]! + linea_aggregateRoot( 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: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Asset - bnb_assets( + ): linea_AggregateRoot + linea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_filter + orderBy: linea_AggregateRoot_orderBy + orderDirection: linea_OrderDirection + where: linea_AggregateRoot_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: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Asset!]! - bnb_assetStatus( + ): [linea_AggregateRoot!]! + linea_connectorMeta( 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: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AssetStatus - bnb_assetStatuses( + ): linea_ConnectorMeta + linea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_filter + orderBy: linea_ConnectorMeta_orderBy + orderDirection: linea_OrderDirection + where: linea_ConnectorMeta_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: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AssetStatus!]! - bnb_assetBalance( + ): [linea_ConnectorMeta!]! + linea_rootCount( 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: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AssetBalance - bnb_assetBalances( + ): linea_RootCount + linea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_filter + orderBy: linea_RootCount_orderBy + orderDirection: linea_OrderDirection + where: linea_RootCount_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: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AssetBalance!]! - bnb_router( + ): [linea_RootCount!]! + linea_rootMessageSent( 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: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Router - bnb_routers( + ): linea_RootMessageSent + linea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_filter + orderBy: linea_RootMessageSent_orderBy + orderDirection: linea_OrderDirection + where: linea_RootMessageSent_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: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Router!]! - bnb_routerDailyTVL( + ): [linea_RootMessageSent!]! + linea_relayerFeesIncrease( 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: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RouterDailyTVL - bnb_routerDailyTVLs( + ): linea_RelayerFeesIncrease + linea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_filter + orderBy: linea_RelayerFeesIncrease_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFeesIncrease_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: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RouterDailyTVL!]! - bnb_routerLiquidityEvent( + ): [linea_RelayerFeesIncrease!]! + linea_slippageUpdate( 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: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RouterLiquidityEvent - bnb_routerLiquidityEvents( + ): linea_SlippageUpdate + linea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterLiquidityEvent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterLiquidityEvent_filter + orderBy: linea_SlippageUpdate_orderBy + orderDirection: linea_OrderDirection + where: linea_SlippageUpdate_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: bnb_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RouterLiquidityEvent!]! - bnb_setting( + ): [linea_SlippageUpdate!]! + """Access to subgraph metadata""" + linea__meta(block: linea_Block_height): linea__Meta_ + localarbitrumone_asset( 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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Setting - bnb_settings( + ): localarbitrumone_Asset + localarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_filter + orderBy: localarbitrumone_Asset_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Asset_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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Setting!]! - bnb_relayer( + ): [localarbitrumone_Asset!]! + localarbitrumone_assetStatus( 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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Relayer - bnb_relayers( + ): localarbitrumone_AssetStatus + localarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_filter + orderBy: localarbitrumone_AssetStatus_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetStatus_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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Relayer!]! - bnb_sequencer( + ): [localarbitrumone_AssetStatus!]! + localarbitrumone_assetBalance( 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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_Sequencer - bnb_sequencers( + ): localarbitrumone_AssetBalance + localarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_filter + orderBy: localarbitrumone_AssetBalance_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetBalance_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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_Sequencer!]! - bnb_relayerFee( + ): [localarbitrumone_AssetBalance!]! + localarbitrumone_router( 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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RelayerFee - bnb_relayerFees( + ): localarbitrumone_Router + localarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_filter + orderBy: localarbitrumone_Router_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Router_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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RelayerFee!]! - bnb_originTransfer( + ): [localarbitrumone_Router!]! + localarbitrumone_routerDailyTVL( 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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_OriginTransfer - bnb_originTransfers( + ): localarbitrumone_RouterDailyTVL + localarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_filter + orderBy: localarbitrumone_RouterDailyTVL_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RouterDailyTVL_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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_OriginTransfer!]! - bnb_destinationTransfer( + ): [localarbitrumone_RouterDailyTVL!]! + localarbitrumone_setting( 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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_DestinationTransfer - bnb_destinationTransfers( + ): localarbitrumone_Setting + localarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_filter + orderBy: localarbitrumone_Setting_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Setting_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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_DestinationTransfer!]! - bnb_originMessage( + ): [localarbitrumone_Setting!]! + localarbitrumone_relayer( 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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_OriginMessage - bnb_originMessages( + ): localarbitrumone_Relayer + localarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_filter + orderBy: localarbitrumone_Relayer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Relayer_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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_OriginMessage!]! - bnb_aggregateRoot( + ): [localarbitrumone_Relayer!]! + localarbitrumone_sequencer( 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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AggregateRoot - bnb_aggregateRoots( + ): localarbitrumone_Sequencer + localarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_filter + orderBy: localarbitrumone_Sequencer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Sequencer_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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AggregateRoot!]! - bnb_connectorMeta( + ): [localarbitrumone_Sequencer!]! + localarbitrumone_relayerFee( 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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_ConnectorMeta - bnb_connectorMetas( + ): localarbitrumone_RelayerFee + localarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_filter + orderBy: localarbitrumone_RelayerFee_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RelayerFee_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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_ConnectorMeta!]! - bnb_rootCount( + ): [localarbitrumone_RelayerFee!]! + localarbitrumone_originTransfer( 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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RootCount - bnb_rootCounts( + ): localarbitrumone_OriginTransfer + localarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_filter + orderBy: localarbitrumone_OriginTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginTransfer_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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RootCount!]! - bnb_rootMessageSent( + ): [localarbitrumone_OriginTransfer!]! + localarbitrumone_destinationTransfer( 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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RootMessageSent - bnb_rootMessageSents( + ): localarbitrumone_DestinationTransfer + localarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_filter + orderBy: localarbitrumone_DestinationTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_DestinationTransfer_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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RootMessageSent!]! - bnb_relayerFeesIncrease( + ): [localarbitrumone_DestinationTransfer!]! + localarbitrumone_originMessage( 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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RelayerFeesIncrease - bnb_relayerFeesIncreases( + ): localarbitrumone_OriginMessage + localarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_filter + orderBy: localarbitrumone_OriginMessage_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginMessage_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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RelayerFeesIncrease!]! - bnb_slippageUpdate( + ): [localarbitrumone_OriginMessage!]! + localarbitrumone_aggregateRoot( 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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_SlippageUpdate - bnb_slippageUpdates( + ): localarbitrumone_AggregateRoot + localarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_filter + orderBy: localarbitrumone_AggregateRoot_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AggregateRoot_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: bnb_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SlippageUpdate!]! - """Access to subgraph metadata""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ - linea_asset( + ): [localarbitrumone_AggregateRoot!]! + localarbitrumone_connectorMeta( 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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Asset - linea_assets( + ): localarbitrumone_ConnectorMeta + localarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_Asset_orderBy - orderDirection: linea_OrderDirection - where: linea_Asset_filter + orderBy: localarbitrumone_ConnectorMeta_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_ConnectorMeta_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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Asset!]! - linea_assetStatus( + ): [localarbitrumone_ConnectorMeta!]! + localarbitrumone_rootCount( 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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AssetStatus - linea_assetStatuses( + ): localarbitrumone_RootCount + localarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetStatus_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetStatus_filter + orderBy: localarbitrumone_RootCount_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RootCount_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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AssetStatus!]! - linea_assetBalance( + ): [localarbitrumone_RootCount!]! + localarbitrumone_rootMessageSent( 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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AssetBalance - linea_assetBalances( + ): localarbitrumone_RootMessageSent + localarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetBalance_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetBalance_filter + orderBy: localarbitrumone_RootMessageSent_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RootMessageSent_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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AssetBalance!]! - linea_router( + ): [localarbitrumone_RootMessageSent!]! + localarbitrumone_relayerFeesIncrease( 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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Router - linea_routers( + ): localarbitrumone_RelayerFeesIncrease + localarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: linea_Router_orderBy - orderDirection: linea_OrderDirection - where: linea_Router_filter + orderBy: localarbitrumone_RelayerFeesIncrease_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RelayerFeesIncrease_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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Router!]! - linea_routerDailyTVL( + ): [localarbitrumone_RelayerFeesIncrease!]! + localarbitrumone_slippageUpdate( 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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RouterDailyTVL - linea_routerDailyTVLs( + ): localarbitrumone_SlippageUpdate + localarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterDailyTVL_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterDailyTVL_filter + orderBy: localarbitrumone_SlippageUpdate_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SlippageUpdate_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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RouterDailyTVL!]! - linea_routerLiquidityEvent( + ): [localarbitrumone_SlippageUpdate!]! + localarbitrumone_snapshotRoot( 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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RouterLiquidityEvent - linea_routerLiquidityEvents( + ): localarbitrumone_SnapshotRoot + localarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterLiquidityEvent_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterLiquidityEvent_filter + orderBy: localarbitrumone_SnapshotRoot_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SnapshotRoot_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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RouterLiquidityEvent!]! - linea_setting( + ): [localarbitrumone_SnapshotRoot!]! + localarbitrumone_spokeConnectorMode( 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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Setting - linea_settings( + ): localarbitrumone_SpokeConnectorMode + localarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: linea_Setting_orderBy - orderDirection: linea_OrderDirection - where: linea_Setting_filter + orderBy: localarbitrumone_SpokeConnectorMode_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SpokeConnectorMode_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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Setting!]! - linea_relayer( + ): [localarbitrumone_SpokeConnectorMode!]! + localarbitrumone_aggregateRootProposed( 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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Relayer - linea_relayers( + ): localarbitrumone_AggregateRootProposed + localarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: linea_Relayer_orderBy - orderDirection: linea_OrderDirection - where: linea_Relayer_filter + orderBy: localarbitrumone_AggregateRootProposed_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AggregateRootProposed_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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Relayer!]! - linea_sequencer( + ): [localarbitrumone_AggregateRootProposed!]! + localarbitrumone_optimisticRootFinalized( 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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Sequencer - linea_sequencers( + ): localarbitrumone_OptimisticRootFinalized + localarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: linea_Sequencer_orderBy - orderDirection: linea_OrderDirection - where: linea_Sequencer_filter + orderBy: localarbitrumone_OptimisticRootFinalized_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OptimisticRootFinalized_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: linea_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Sequencer!]! - linea_relayerFee( + ): [localarbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ + localmainnet_asset( 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: linea_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RelayerFee - linea_relayerFees( + ): localmainnet_Asset + localmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFee_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFee_filter + orderBy: localmainnet_Asset_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Asset_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: linea_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RelayerFee!]! - linea_originTransfer( + ): [localmainnet_Asset!]! + localmainnet_assetStatus( 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: linea_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OriginTransfer - linea_originTransfers( + ): localmainnet_AssetStatus + localmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginTransfer_filter + orderBy: localmainnet_AssetStatus_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AssetStatus_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: linea_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OriginTransfer!]! - linea_destinationTransfer( + ): [localmainnet_AssetStatus!]! + localmainnet_assetBalance( 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: linea_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_DestinationTransfer - linea_destinationTransfers( + ): localmainnet_AssetBalance + localmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_DestinationTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_DestinationTransfer_filter + orderBy: localmainnet_AssetBalance_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AssetBalance_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: linea_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_DestinationTransfer!]! - linea_originMessage( + ): [localmainnet_AssetBalance!]! + localmainnet_router( 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: linea_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OriginMessage - linea_originMessages( + ): localmainnet_Router + localmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginMessage_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginMessage_filter + orderBy: localmainnet_Router_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Router_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: linea_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OriginMessage!]! - linea_aggregateRoot( + ): [localmainnet_Router!]! + localmainnet_routerDailyTVL( 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: linea_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AggregateRoot - linea_aggregateRoots( + ): localmainnet_RouterDailyTVL + localmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRoot_filter + orderBy: localmainnet_RouterDailyTVL_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RouterDailyTVL_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: linea_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AggregateRoot!]! - linea_connectorMeta( + ): [localmainnet_RouterDailyTVL!]! + localmainnet_setting( 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: linea_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_ConnectorMeta - linea_connectorMetas( + ): localmainnet_Setting + localmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: linea_ConnectorMeta_orderBy - orderDirection: linea_OrderDirection - where: linea_ConnectorMeta_filter + orderBy: localmainnet_Setting_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Setting_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: linea_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_ConnectorMeta!]! - linea_rootCount( + ): [localmainnet_Setting!]! + localmainnet_relayer( 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: linea_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootCount - linea_rootCounts( - skip: Int = 0 - first: Int = 100 - orderBy: linea_RootCount_orderBy - orderDirection: linea_OrderDirection - where: linea_RootCount_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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootCount!]! - linea_rootMessageSent( - 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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootMessageSent - linea_rootMessageSents( - skip: Int = 0 - first: Int = 100 - orderBy: linea_RootMessageSent_orderBy - orderDirection: linea_OrderDirection - where: linea_RootMessageSent_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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootMessageSent!]! - linea_relayerFeesIncrease( - 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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RelayerFeesIncrease - linea_relayerFeesIncreases( - skip: Int = 0 - first: Int = 100 - orderBy: linea_RelayerFeesIncrease_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFeesIncrease_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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RelayerFeesIncrease!]! - linea_slippageUpdate( - 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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SlippageUpdate - linea_slippageUpdates( - skip: Int = 0 - first: Int = 100 - orderBy: linea_SlippageUpdate_orderBy - orderDirection: linea_OrderDirection - where: linea_SlippageUpdate_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: linea_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SlippageUpdate!]! - """Access to subgraph metadata""" - linea__meta(block: linea_Block_height): linea__Meta_ - localmainnet_asset( - 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: localmainnet_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Asset - localmainnet_assets( - skip: Int = 0 - first: Int = 100 - orderBy: localmainnet_Asset_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Asset_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: localmainnet_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Asset!]! - localmainnet_assetStatus( - 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: localmainnet_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AssetStatus - localmainnet_assetStatuses( - skip: Int = 0 - first: Int = 100 - orderBy: localmainnet_AssetStatus_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetStatus_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: localmainnet_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AssetStatus!]! - localmainnet_assetBalance( - 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: localmainnet_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AssetBalance - localmainnet_assetBalances( - skip: Int = 0 - first: Int = 100 - orderBy: localmainnet_AssetBalance_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetBalance_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: localmainnet_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AssetBalance!]! - localmainnet_router( - 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: localmainnet_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Router - localmainnet_routers( - skip: Int = 0 - first: Int = 100 - orderBy: localmainnet_Router_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Router_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: localmainnet_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Router!]! - localmainnet_routerDailyTVL( - 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: localmainnet_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RouterDailyTVL - localmainnet_routerDailyTVLs( - skip: Int = 0 - first: Int = 100 - orderBy: localmainnet_RouterDailyTVL_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RouterDailyTVL_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: localmainnet_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RouterDailyTVL!]! - localmainnet_setting( - 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: localmainnet_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Setting - localmainnet_settings( - skip: Int = 0 - first: Int = 100 - orderBy: localmainnet_Setting_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Setting_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: localmainnet_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Setting!]! - localmainnet_relayer( - 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: localmainnet_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Relayer - localmainnet_relayers( + ): localmainnet_Relayer + localmainnet_relayers( skip: Int = 0 first: Int = 100 orderBy: localmainnet_Relayer_orderBy @@ -15729,4006 +14867,4004 @@ type Query { """ subgraphError: _SubgraphErrorPolicy_! = deny ): [localmainnet_OptimisticRootFinalized!]! - localoptimism_asset( + """Access to subgraph metadata""" + localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ + linea_swap_systemInfo( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Asset - localoptimism_assets( + ): linea_swap_SystemInfo + linea_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Asset_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Asset_filter + orderBy: linea_swap_SystemInfo_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SystemInfo_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Asset!]! - localoptimism_assetStatus( + ): [linea_swap_SystemInfo!]! + linea_swap_pooledToken( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetStatus - localoptimism_assetStatuses( + ): linea_swap_PooledToken + linea_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetStatus_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetStatus_filter + orderBy: linea_swap_PooledToken_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_PooledToken_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetStatus!]! - localoptimism_assetBalance( + ): [linea_swap_PooledToken!]! + linea_swap_stableSwap( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetBalance - localoptimism_assetBalances( + ): linea_swap_StableSwap + linea_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetBalance_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetBalance_filter + orderBy: linea_swap_StableSwap_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwap_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetBalance!]! - localoptimism_router( + ): [linea_swap_StableSwap!]! + linea_swap_stableSwapAddLiquidityEvent( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Router - localoptimism_routers( + ): linea_swap_StableSwapAddLiquidityEvent + linea_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Router_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Router_filter + orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapAddLiquidityEvent_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Router!]! - localoptimism_routerDailyTVL( + ): [linea_swap_StableSwapAddLiquidityEvent!]! + linea_swap_stableSwapRemoveLiquidityEvent( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RouterDailyTVL - localoptimism_routerDailyTVLs( + ): linea_swap_StableSwapRemoveLiquidityEvent + linea_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RouterDailyTVL_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RouterDailyTVL_filter + orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapRemoveLiquidityEvent_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RouterDailyTVL!]! - localoptimism_setting( + ): [linea_swap_StableSwapRemoveLiquidityEvent!]! + linea_swap_stableSwapExchange( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Setting - localoptimism_settings( + ): linea_swap_StableSwapExchange + linea_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Setting_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Setting_filter + orderBy: linea_swap_StableSwapExchange_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapExchange_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Setting!]! - localoptimism_relayer( + ): [linea_swap_StableSwapExchange!]! + linea_swap_swapDailyVolume( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Relayer - localoptimism_relayers( + ): linea_swap_SwapDailyVolume + linea_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Relayer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Relayer_filter + orderBy: linea_swap_SwapDailyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapDailyVolume_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Relayer!]! - localoptimism_sequencer( + ): [linea_swap_SwapDailyVolume!]! + linea_swap_swapHourlyVolume( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Sequencer - localoptimism_sequencers( + ): linea_swap_SwapHourlyVolume + linea_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Sequencer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Sequencer_filter + orderBy: linea_swap_SwapHourlyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapHourlyVolume_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Sequencer!]! - localoptimism_relayerFee( + ): [linea_swap_SwapHourlyVolume!]! + linea_swap_swapWeeklyVolume( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RelayerFee - localoptimism_relayerFees( + ): linea_swap_SwapWeeklyVolume + linea_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFee_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFee_filter + orderBy: linea_swap_SwapWeeklyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapWeeklyVolume_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RelayerFee!]! - localoptimism_originTransfer( + ): [linea_swap_SwapWeeklyVolume!]! + linea_swap_lpAccount( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OriginTransfer - localoptimism_originTransfers( + ): linea_swap_LpAccount + linea_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginTransfer_filter + orderBy: linea_swap_LpAccount_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpAccount_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OriginTransfer!]! - localoptimism_destinationTransfer( + ): [linea_swap_LpAccount!]! + linea_swap_lpAccountBalance( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_DestinationTransfer - localoptimism_destinationTransfers( + ): linea_swap_LpAccountBalance + linea_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_DestinationTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_DestinationTransfer_filter + orderBy: linea_swap_LpAccountBalance_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpAccountBalance_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_DestinationTransfer!]! - localoptimism_originMessage( + ): [linea_swap_LpAccountBalance!]! + linea_swap_lpToken( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OriginMessage - localoptimism_originMessages( + ): linea_swap_LpToken + linea_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginMessage_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginMessage_filter + orderBy: linea_swap_LpToken_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpToken_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OriginMessage!]! - localoptimism_aggregateRoot( + ): [linea_swap_LpToken!]! + linea_swap_lpTransferEvent( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AggregateRoot - localoptimism_aggregateRoots( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRoot_filter + orderBy: linea_swap_LpTransferEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpTransferEvent_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AggregateRoot!]! - localoptimism_connectorMeta( + ): [linea_swap_LpTransferEvent!]! + linea_swap_stableSwapEvent( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_ConnectorMeta - localoptimism_connectorMetas( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_ConnectorMeta_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_ConnectorMeta_filter + orderBy: linea_swap_StableSwapEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapEvent_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_ConnectorMeta!]! - localoptimism_rootCount( + ): [linea_swap_StableSwapEvent!]! + linea_swap_swapTradeVolume( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RootCount - localoptimism_rootCounts( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootCount_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootCount_filter + orderBy: linea_swap_SwapTradeVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapTradeVolume_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RootCount!]! - localoptimism_rootMessageSent( + ): [linea_swap_SwapTradeVolume!]! + linea_swap_lpTokenEvent( 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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RootMessageSent - localoptimism_rootMessageSents( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootMessageSent_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootMessageSent_filter + orderBy: linea_swap_LpTokenEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpTokenEvent_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: localoptimism_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RootMessageSent!]! - localoptimism_relayerFeesIncrease( + ): [linea_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ + localmainnet_rootAggregated( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RelayerFeesIncrease - localoptimism_relayerFeesIncreases( + ): localmainnet_RootAggregated + localmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFeesIncrease_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFeesIncrease_filter + orderBy: localmainnet_RootAggregated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootAggregated_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RelayerFeesIncrease!]! - localoptimism_slippageUpdate( + ): [localmainnet_RootAggregated!]! + localmainnet_rootPropagated( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SlippageUpdate - localoptimism_slippageUpdates( + ): localmainnet_RootPropagated + localmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SlippageUpdate_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SlippageUpdate_filter + orderBy: localmainnet_RootPropagated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootPropagated_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SlippageUpdate!]! - localoptimism_snapshotRoot( + ): [localmainnet_RootPropagated!]! + localmainnet_aggregatedMessageRoot( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SnapshotRoot - localoptimism_snapshotRoots( + ): localmainnet_AggregatedMessageRoot + localmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SnapshotRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SnapshotRoot_filter + orderBy: localmainnet_AggregatedMessageRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregatedMessageRoot_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SnapshotRoot!]! - localoptimism_spokeConnectorMode( + ): [localmainnet_AggregatedMessageRoot!]! + localmainnet_rootManagerMeta( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SpokeConnectorMode - localoptimism_spokeConnectorModes( + ): localmainnet_RootManagerMeta + localmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SpokeConnectorMode_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SpokeConnectorMode_filter + orderBy: localmainnet_RootManagerMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMeta_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SpokeConnectorMode!]! - localoptimism_aggregateRootProposed( + ): [localmainnet_RootManagerMeta!]! + localmainnet_rootManagerMode( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AggregateRootProposed - localoptimism_aggregateRootProposeds( + ): localmainnet_RootManagerMode + localmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRootProposed_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRootProposed_filter + orderBy: localmainnet_RootManagerMode_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMode_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AggregateRootProposed!]! - localoptimism_optimisticRootFinalized( + ): [localmainnet_RootManagerMode!]! + localmainnet_optimisticRootProposed( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OptimisticRootFinalized - localoptimism_optimisticRootFinalizeds( + ): localmainnet_OptimisticRootProposed + localmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OptimisticRootFinalized_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OptimisticRootFinalized_filter + orderBy: localmainnet_OptimisticRootProposed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootProposed_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - localoptimism__meta(block: localoptimism_Block_height): localoptimism__Meta_ - mainnet_asset( + ): [localmainnet_OptimisticRootProposed!]! + localmainnet_hubOptimisticRootFinalized( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Asset - mainnet_assets( + ): localmainnet_HubOptimisticRootFinalized + localmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Asset_filter + orderBy: localmainnet_HubOptimisticRootFinalized_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_HubOptimisticRootFinalized_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Asset!]! - mainnet_assetStatus( + ): [localmainnet_HubOptimisticRootFinalized!]! + localmainnet_optimisticRootPropagated( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AssetStatus - mainnet_assetStatuses( + ): localmainnet_OptimisticRootPropagated + localmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetStatus_filter + orderBy: localmainnet_OptimisticRootPropagated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootPropagated_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AssetStatus!]! - mainnet_assetBalance( + ): [localmainnet_OptimisticRootPropagated!]! + localmainnet_polygonConnectorMeta( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AssetBalance - mainnet_assetBalances( + ): localmainnet_PolygonConnectorMeta + localmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetBalance_filter + orderBy: localmainnet_PolygonConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_PolygonConnectorMeta_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AssetBalance!]! - mainnet_router( + ): [localmainnet_PolygonConnectorMeta!]! + localmainnet_optimismConnectorMeta( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Router - mainnet_routers( + ): localmainnet_OptimismConnectorMeta + localmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Router_filter + orderBy: localmainnet_OptimismConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimismConnectorMeta_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Router!]! - mainnet_routerDailyTVL( + ): [localmainnet_OptimismConnectorMeta!]! + localmainnet_bnbConnectorMeta( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RouterDailyTVL - mainnet_routerDailyTVLs( + ): localmainnet_BnbConnectorMeta + localmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterDailyTVL_filter + orderBy: localmainnet_BnbConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_BnbConnectorMeta_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RouterDailyTVL!]! - mainnet_routerLiquidityEvent( + ): [localmainnet_BnbConnectorMeta!]! + localmainnet_arbitrumConnectorMeta( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RouterLiquidityEvent - mainnet_routerLiquidityEvents( + ): localmainnet_ArbitrumConnectorMeta + localmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterLiquidityEvent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterLiquidityEvent_filter + orderBy: localmainnet_ArbitrumConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ArbitrumConnectorMeta_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RouterLiquidityEvent!]! - mainnet_setting( + ): [localmainnet_ArbitrumConnectorMeta!]! + localmainnet_gnosisConnectorMeta( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Setting - mainnet_settings( + ): localmainnet_GnosisConnectorMeta + localmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Setting_filter + orderBy: localmainnet_GnosisConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_GnosisConnectorMeta_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Setting!]! - mainnet_relayer( + ): [localmainnet_GnosisConnectorMeta!]! + localmainnet_zkSyncConnectorMeta( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Relayer - mainnet_relayers( + ): localmainnet_ZkSyncConnectorMeta + localmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Relayer_filter + orderBy: localmainnet_ZkSyncConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ZkSyncConnectorMeta_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Relayer!]! - mainnet_sequencer( + ): [localmainnet_ZkSyncConnectorMeta!]! + localmainnet_rootMessageProcessed( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Sequencer - mainnet_sequencers( + ): localmainnet_RootMessageProcessed + localmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Sequencer_filter + orderBy: localmainnet_RootMessageProcessed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootMessageProcessed_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Sequencer!]! - mainnet_relayerFee( + ): [localmainnet_RootMessageProcessed!]! + localmainnet_aggregateRootSavedSlow( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RelayerFee - mainnet_relayerFees( + ): localmainnet_AggregateRootSavedSlow + localmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFee_filter + orderBy: localmainnet_AggregateRootSavedSlow_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRootSavedSlow_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RelayerFee!]! - mainnet_originTransfer( + ): [localmainnet_AggregateRootSavedSlow!]! + localmainnet_hubDomain( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OriginTransfer - mainnet_originTransfers( + ): localmainnet_HubDomain + localmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginTransfer_filter + orderBy: localmainnet_HubDomain_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_HubDomain_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OriginTransfer!]! - mainnet_destinationTransfer( + ): [localmainnet_HubDomain!]! + localoptimism_asset( 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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_DestinationTransfer - mainnet_destinationTransfers( + ): localoptimism_Asset + localoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_DestinationTransfer_filter + orderBy: localoptimism_Asset_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Asset_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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_DestinationTransfer!]! - mainnet_originMessage( + ): [localoptimism_Asset!]! + localoptimism_assetStatus( 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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OriginMessage - mainnet_originMessages( + ): localoptimism_AssetStatus + localoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginMessage_filter + orderBy: localoptimism_AssetStatus_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetStatus_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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OriginMessage!]! - mainnet_aggregateRoot( + ): [localoptimism_AssetStatus!]! + localoptimism_assetBalance( 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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRoot - mainnet_aggregateRoots( + ): localoptimism_AssetBalance + localoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRoot_filter + orderBy: localoptimism_AssetBalance_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetBalance_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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRoot!]! - mainnet_connectorMeta( + ): [localoptimism_AssetBalance!]! + localoptimism_router( 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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ConnectorMeta - mainnet_connectorMetas( + ): localoptimism_Router + localoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ConnectorMeta_filter + orderBy: localoptimism_Router_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Router_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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ConnectorMeta!]! - mainnet_rootCount( + ): [localoptimism_Router!]! + localoptimism_routerDailyTVL( 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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootCount - mainnet_rootCounts( + ): localoptimism_RouterDailyTVL + localoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootCount_filter + orderBy: localoptimism_RouterDailyTVL_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RouterDailyTVL_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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootCount!]! - mainnet_rootMessageSent( + ): [localoptimism_RouterDailyTVL!]! + localoptimism_setting( 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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootMessageSent - mainnet_rootMessageSents( + ): localoptimism_Setting + localoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_filter + orderBy: localoptimism_Setting_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Setting_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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootMessageSent!]! - mainnet_relayerFeesIncrease( + ): [localoptimism_Setting!]! + localoptimism_relayer( 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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RelayerFeesIncrease - mainnet_relayerFeesIncreases( + ): localoptimism_Relayer + localoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFeesIncrease_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFeesIncrease_filter + orderBy: localoptimism_Relayer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Relayer_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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RelayerFeesIncrease!]! - mainnet_slippageUpdate( + ): [localoptimism_Relayer!]! + localoptimism_sequencer( 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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SlippageUpdate - mainnet_slippageUpdates( + ): localoptimism_Sequencer + localoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SlippageUpdate_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SlippageUpdate_filter + orderBy: localoptimism_Sequencer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Sequencer_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 + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SlippageUpdate!]! - arbitrumone_asset( + ): [localoptimism_Sequencer!]! + localoptimism_relayerFee( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Asset - arbitrumone_assets( + ): localoptimism_RelayerFee + localoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Asset_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Asset_filter + orderBy: localoptimism_RelayerFee_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RelayerFee_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Asset!]! - arbitrumone_assetStatus( + ): [localoptimism_RelayerFee!]! + localoptimism_originTransfer( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AssetStatus - arbitrumone_assetStatuses( + ): localoptimism_OriginTransfer + localoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetStatus_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetStatus_filter + orderBy: localoptimism_OriginTransfer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OriginTransfer_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AssetStatus!]! - arbitrumone_assetBalance( + ): [localoptimism_OriginTransfer!]! + localoptimism_destinationTransfer( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AssetBalance - arbitrumone_assetBalances( + ): localoptimism_DestinationTransfer + localoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetBalance_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetBalance_filter + orderBy: localoptimism_DestinationTransfer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_DestinationTransfer_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AssetBalance!]! - arbitrumone_router( + ): [localoptimism_DestinationTransfer!]! + localoptimism_originMessage( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Router - arbitrumone_routers( + ): localoptimism_OriginMessage + localoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Router_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Router_filter + orderBy: localoptimism_OriginMessage_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OriginMessage_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Router!]! - arbitrumone_routerDailyTVL( + ): [localoptimism_OriginMessage!]! + localoptimism_aggregateRoot( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RouterDailyTVL - arbitrumone_routerDailyTVLs( + ): localoptimism_AggregateRoot + localoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterDailyTVL_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterDailyTVL_filter + orderBy: localoptimism_AggregateRoot_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AggregateRoot_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RouterDailyTVL!]! - arbitrumone_routerLiquidityEvent( + ): [localoptimism_AggregateRoot!]! + localoptimism_connectorMeta( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RouterLiquidityEvent - arbitrumone_routerLiquidityEvents( + ): localoptimism_ConnectorMeta + localoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterLiquidityEvent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterLiquidityEvent_filter + orderBy: localoptimism_ConnectorMeta_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_ConnectorMeta_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RouterLiquidityEvent!]! - arbitrumone_setting( + ): [localoptimism_ConnectorMeta!]! + localoptimism_rootCount( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Setting - arbitrumone_settings( + ): localoptimism_RootCount + localoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Setting_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Setting_filter + orderBy: localoptimism_RootCount_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RootCount_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Setting!]! - arbitrumone_relayer( + ): [localoptimism_RootCount!]! + localoptimism_rootMessageSent( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Relayer - arbitrumone_relayers( + ): localoptimism_RootMessageSent + localoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Relayer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Relayer_filter + orderBy: localoptimism_RootMessageSent_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RootMessageSent_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Relayer!]! - arbitrumone_sequencer( + ): [localoptimism_RootMessageSent!]! + localoptimism_relayerFeesIncrease( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Sequencer - arbitrumone_sequencers( + ): localoptimism_RelayerFeesIncrease + localoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Sequencer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Sequencer_filter + orderBy: localoptimism_RelayerFeesIncrease_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RelayerFeesIncrease_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Sequencer!]! - arbitrumone_relayerFee( + ): [localoptimism_RelayerFeesIncrease!]! + localoptimism_slippageUpdate( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFee - arbitrumone_relayerFees( + ): localoptimism_SlippageUpdate + localoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFee_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFee_filter + orderBy: localoptimism_SlippageUpdate_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SlippageUpdate_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFee!]! - arbitrumone_originTransfer( + ): [localoptimism_SlippageUpdate!]! + localoptimism_snapshotRoot( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OriginTransfer - arbitrumone_originTransfers( + ): localoptimism_SnapshotRoot + localoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginTransfer_filter + orderBy: localoptimism_SnapshotRoot_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SnapshotRoot_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OriginTransfer!]! - arbitrumone_destinationTransfer( + ): [localoptimism_SnapshotRoot!]! + localoptimism_spokeConnectorMode( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_DestinationTransfer - arbitrumone_destinationTransfers( + ): localoptimism_SpokeConnectorMode + localoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_DestinationTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_DestinationTransfer_filter + orderBy: localoptimism_SpokeConnectorMode_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SpokeConnectorMode_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_DestinationTransfer!]! - arbitrumone_originMessage( + ): [localoptimism_SpokeConnectorMode!]! + localoptimism_aggregateRootProposed( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OriginMessage - arbitrumone_originMessages( + ): localoptimism_AggregateRootProposed + localoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginMessage_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginMessage_filter + orderBy: localoptimism_AggregateRootProposed_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AggregateRootProposed_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OriginMessage!]! - arbitrumone_aggregateRoot( + ): [localoptimism_AggregateRootProposed!]! + localoptimism_optimisticRootFinalized( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AggregateRoot - arbitrumone_aggregateRoots( + ): localoptimism_OptimisticRootFinalized + localoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRoot_filter + orderBy: localoptimism_OptimisticRootFinalized_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OptimisticRootFinalized_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AggregateRoot!]! - arbitrumone_connectorMeta( + ): [localoptimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + localoptimism__meta(block: localoptimism_Block_height): localoptimism__Meta_ + mainnet_asset( 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: arbitrumone_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_ConnectorMeta - arbitrumone_connectorMetas( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_ConnectorMeta_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_ConnectorMeta_filter + orderBy: mainnet_Asset_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Asset_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: arbitrumone_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_ConnectorMeta!]! - arbitrumone_rootCount( + ): [mainnet_Asset!]! + mainnet_assetStatus( 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: arbitrumone_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootCount - arbitrumone_rootCounts( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootCount_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootCount_filter + orderBy: mainnet_AssetStatus_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetStatus_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: arbitrumone_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootCount!]! - arbitrumone_rootMessageSent( + ): [mainnet_AssetStatus!]! + mainnet_assetBalance( 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: arbitrumone_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootMessageSent - arbitrumone_rootMessageSents( + ): mainnet_AssetBalance + mainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootMessageSent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootMessageSent_filter + orderBy: mainnet_AssetBalance_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetBalance_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: arbitrumone_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootMessageSent!]! - arbitrumone_relayerFeesIncrease( + ): [mainnet_AssetBalance!]! + mainnet_router( 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: arbitrumone_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFeesIncrease - arbitrumone_relayerFeesIncreases( + ): mainnet_Router + mainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFeesIncrease_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFeesIncrease_filter + orderBy: mainnet_Router_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Router_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: arbitrumone_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFeesIncrease!]! - arbitrumone_slippageUpdate( + ): [mainnet_Router!]! + mainnet_routerDailyTVL( 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: arbitrumone_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SlippageUpdate - arbitrumone_slippageUpdates( + ): mainnet_RouterDailyTVL + mainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SlippageUpdate_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SlippageUpdate_filter + orderBy: mainnet_RouterDailyTVL_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RouterDailyTVL_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: arbitrumone_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SlippageUpdate!]! - """Access to subgraph metadata""" - arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - polygon_asset( + ): [mainnet_RouterDailyTVL!]! + mainnet_routerLiquidityEvent( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Asset - polygon_assets( + ): mainnet_RouterLiquidityEvent + mainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_filter + orderBy: mainnet_RouterLiquidityEvent_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RouterLiquidityEvent_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Asset!]! - polygon_assetStatus( + ): [mainnet_RouterLiquidityEvent!]! + mainnet_setting( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AssetStatus - polygon_assetStatuses( + ): mainnet_Setting + mainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_filter + orderBy: mainnet_Setting_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Setting_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AssetStatus!]! - polygon_assetBalance( + ): [mainnet_Setting!]! + mainnet_relayer( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AssetBalance - polygon_assetBalances( + ): mainnet_Relayer + mainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_filter + orderBy: mainnet_Relayer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Relayer_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AssetBalance!]! - polygon_router( + ): [mainnet_Relayer!]! + mainnet_sequencer( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Router - polygon_routers( + ): mainnet_Sequencer + mainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_filter + orderBy: mainnet_Sequencer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Sequencer_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Router!]! - polygon_routerDailyTVL( + ): [mainnet_Sequencer!]! + mainnet_relayerFee( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RouterDailyTVL - polygon_routerDailyTVLs( + ): mainnet_RelayerFee + mainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_filter + orderBy: mainnet_RelayerFee_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RelayerFee_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RouterDailyTVL!]! - polygon_routerLiquidityEvent( + ): [mainnet_RelayerFee!]! + mainnet_originTransfer( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RouterLiquidityEvent - polygon_routerLiquidityEvents( + ): mainnet_OriginTransfer + mainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_filter + orderBy: mainnet_OriginTransfer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OriginTransfer_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RouterLiquidityEvent!]! - polygon_setting( + ): [mainnet_OriginTransfer!]! + mainnet_destinationTransfer( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Setting - polygon_settings( + ): mainnet_DestinationTransfer + mainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_filter + orderBy: mainnet_DestinationTransfer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_DestinationTransfer_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Setting!]! - polygon_relayer( + ): [mainnet_DestinationTransfer!]! + mainnet_originMessage( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Relayer - polygon_relayers( + ): mainnet_OriginMessage + mainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_filter + orderBy: mainnet_OriginMessage_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OriginMessage_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Relayer!]! - polygon_sequencer( + ): [mainnet_OriginMessage!]! + mainnet_aggregateRoot( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Sequencer - polygon_sequencers( + ): mainnet_AggregateRoot + mainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_filter + orderBy: mainnet_AggregateRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregateRoot_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Sequencer!]! - polygon_relayerFee( + ): [mainnet_AggregateRoot!]! + mainnet_connectorMeta( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RelayerFee - polygon_relayerFees( + ): mainnet_ConnectorMeta + mainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_filter + orderBy: mainnet_ConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ConnectorMeta_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RelayerFee!]! - polygon_originTransfer( + ): [mainnet_ConnectorMeta!]! + mainnet_rootCount( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OriginTransfer - polygon_originTransfers( + ): mainnet_RootCount + mainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_filter + orderBy: mainnet_RootCount_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootCount_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OriginTransfer!]! - polygon_destinationTransfer( + ): [mainnet_RootCount!]! + mainnet_rootMessageSent( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_DestinationTransfer - polygon_destinationTransfers( + ): mainnet_RootMessageSent + mainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_filter + orderBy: mainnet_RootMessageSent_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootMessageSent_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_DestinationTransfer!]! - polygon_originMessage( + ): [mainnet_RootMessageSent!]! + mainnet_relayerFeesIncrease( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OriginMessage - polygon_originMessages( + ): mainnet_RelayerFeesIncrease + mainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_filter + orderBy: mainnet_RelayerFeesIncrease_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RelayerFeesIncrease_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OriginMessage!]! - polygon_aggregateRoot( + ): [mainnet_RelayerFeesIncrease!]! + mainnet_slippageUpdate( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AggregateRoot - polygon_aggregateRoots( + ): mainnet_SlippageUpdate + mainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_filter + orderBy: mainnet_SlippageUpdate_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_SlippageUpdate_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AggregateRoot!]! - polygon_connectorMeta( + ): [mainnet_SlippageUpdate!]! + arbitrumone_asset( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_ConnectorMeta - polygon_connectorMetas( + ): arbitrumone_Asset + arbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_filter + orderBy: arbitrumone_Asset_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Asset_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_ConnectorMeta!]! - polygon_rootCount( + ): [arbitrumone_Asset!]! + arbitrumone_assetStatus( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootCount - polygon_rootCounts( + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_filter + orderBy: arbitrumone_AssetStatus_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetStatus_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootCount!]! - polygon_rootMessageSent( + ): [arbitrumone_AssetStatus!]! + arbitrumone_assetBalance( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootMessageSent - polygon_rootMessageSents( + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_filter + orderBy: arbitrumone_AssetBalance_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetBalance_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootMessageSent!]! - polygon_relayerFeesIncrease( + ): [arbitrumone_AssetBalance!]! + arbitrumone_router( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RelayerFeesIncrease - polygon_relayerFeesIncreases( + ): arbitrumone_Router + arbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_filter + orderBy: arbitrumone_Router_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Router_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RelayerFeesIncrease!]! - polygon_slippageUpdate( + ): [arbitrumone_Router!]! + arbitrumone_routerDailyTVL( 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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_SlippageUpdate - polygon_slippageUpdates( + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_filter + orderBy: arbitrumone_RouterDailyTVL_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterDailyTVL_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: polygon_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_SlippageUpdate!]! - """Access to subgraph metadata""" - polygon__meta(block: polygon_Block_height): polygon__Meta_ -} - -type Subscription { - goerli_rootAggregated( + ): [arbitrumone_RouterDailyTVL!]! + arbitrumone_routerLiquidityEvent( 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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootAggregated - goerli_rootAggregateds( + ): arbitrumone_RouterLiquidityEvent + arbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootAggregated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootAggregated_filter + orderBy: arbitrumone_RouterLiquidityEvent_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterLiquidityEvent_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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootAggregated!]! - goerli_rootPropagated( + ): [arbitrumone_RouterLiquidityEvent!]! + arbitrumone_setting( 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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootPropagated - goerli_rootPropagateds( + ): arbitrumone_Setting + arbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootPropagated_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootPropagated_filter + orderBy: arbitrumone_Setting_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Setting_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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootPropagated!]! - goerli_aggregatedMessageRoot( + ): [arbitrumone_Setting!]! + arbitrumone_relayer( 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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AggregatedMessageRoot - goerli_aggregatedMessageRoots( + ): arbitrumone_Relayer + arbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregatedMessageRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregatedMessageRoot_filter + orderBy: arbitrumone_Relayer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Relayer_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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AggregatedMessageRoot!]! - goerli_rootManagerMeta( + ): [arbitrumone_Relayer!]! + arbitrumone_sequencer( 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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootManagerMeta - goerli_rootManagerMetas( + ): arbitrumone_Sequencer + arbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootManagerMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootManagerMeta_filter + orderBy: arbitrumone_Sequencer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Sequencer_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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootManagerMeta!]! - goerli_polygonConnectorMeta( + ): [arbitrumone_Sequencer!]! + arbitrumone_relayerFee( 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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_PolygonConnectorMeta - goerli_polygonConnectorMetas( + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: goerli_PolygonConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_PolygonConnectorMeta_filter + orderBy: arbitrumone_RelayerFee_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFee_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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_PolygonConnectorMeta!]! - goerli_optimismConnectorMeta( + ): [arbitrumone_RelayerFee!]! + arbitrumone_originTransfer( 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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OptimismConnectorMeta - goerli_optimismConnectorMetas( + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_OptimismConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OptimismConnectorMeta_filter + orderBy: arbitrumone_OriginTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginTransfer_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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OptimismConnectorMeta!]! - goerli_bnbConnectorMeta( + ): [arbitrumone_OriginTransfer!]! + arbitrumone_destinationTransfer( 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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_BnbConnectorMeta - goerli_bnbConnectorMetas( + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_BnbConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_BnbConnectorMeta_filter + orderBy: arbitrumone_DestinationTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_DestinationTransfer_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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_BnbConnectorMeta!]! - goerli_arbitrumConnectorMeta( + ): [arbitrumone_DestinationTransfer!]! + arbitrumone_originMessage( 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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ArbitrumConnectorMeta - goerli_arbitrumConnectorMetas( + ): arbitrumone_OriginMessage + arbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: goerli_ArbitrumConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ArbitrumConnectorMeta_filter + orderBy: arbitrumone_OriginMessage_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginMessage_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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ArbitrumConnectorMeta!]! - goerli_gnosisConnectorMeta( + ): [arbitrumone_OriginMessage!]! + arbitrumone_aggregateRoot( 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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_GnosisConnectorMeta - goerli_gnosisConnectorMetas( + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: goerli_GnosisConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_GnosisConnectorMeta_filter + orderBy: arbitrumone_AggregateRoot_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AggregateRoot_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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_GnosisConnectorMeta!]! - goerli_zkSyncConnectorMeta( + ): [arbitrumone_AggregateRoot!]! + arbitrumone_connectorMeta( 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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ZkSyncConnectorMeta - goerli_zkSyncConnectorMetas( + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_ZkSyncConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ZkSyncConnectorMeta_filter + orderBy: arbitrumone_ConnectorMeta_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_ConnectorMeta_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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ZkSyncConnectorMeta!]! - goerli_lineaConnectorMeta( + ): [arbitrumone_ConnectorMeta!]! + arbitrumone_rootCount( 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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_LineaConnectorMeta - goerli_lineaConnectorMetas( + ): arbitrumone_RootCount + arbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_LineaConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_LineaConnectorMeta_filter + orderBy: arbitrumone_RootCount_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RootCount_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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_LineaConnectorMeta!]! - goerli_rootMessageProcessed( + ): [arbitrumone_RootCount!]! + arbitrumone_rootMessageSent( 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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootMessageProcessed - goerli_rootMessageProcesseds( + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageProcessed_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageProcessed_filter + orderBy: arbitrumone_RootMessageSent_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RootMessageSent_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: goerli_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootMessageProcessed!]! - """Access to subgraph metadata""" - goerli__meta(block: goerli_Block_height): goerli__Meta_ - mainnet_rootAggregated( + ): [arbitrumone_RootMessageSent!]! + arbitrumone_relayerFeesIncrease( 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 + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootAggregated - mainnet_rootAggregateds( + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootAggregated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootAggregated_filter + orderBy: arbitrumone_RelayerFeesIncrease_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFeesIncrease_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 + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootAggregated!]! - mainnet_rootPropagated( + ): [arbitrumone_RelayerFeesIncrease!]! + arbitrumone_slippageUpdate( 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 + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootPropagated - mainnet_rootPropagateds( + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootPropagated_filter + orderBy: arbitrumone_SlippageUpdate_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_SlippageUpdate_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 + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootPropagated!]! - mainnet_aggregatedMessageRoot( + ): [arbitrumone_SlippageUpdate!]! + """Access to subgraph metadata""" + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ + polygon_asset( 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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregatedMessageRoot - mainnet_aggregatedMessageRoots( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregatedMessageRoot_filter + orderBy: polygon_Asset_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Asset_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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregatedMessageRoot!]! - mainnet_rootManagerMeta( + ): [polygon_Asset!]! + polygon_assetStatus( 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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootManagerMeta - mainnet_rootManagerMetas( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMeta_filter + orderBy: polygon_AssetStatus_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AssetStatus_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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootManagerMeta!]! - mainnet_polygonConnectorMeta( + ): [polygon_AssetStatus!]! + polygon_assetBalance( 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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_PolygonConnectorMeta - mainnet_polygonConnectorMetas( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonConnectorMeta_filter + orderBy: polygon_AssetBalance_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AssetBalance_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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_PolygonConnectorMeta!]! - mainnet_optimismConnectorMeta( + ): [polygon_AssetBalance!]! + polygon_router( 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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimismConnectorMeta - mainnet_optimismConnectorMetas( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimismConnectorMeta_filter + orderBy: polygon_Router_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Router_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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimismConnectorMeta!]! - mainnet_bnbConnectorMeta( + ): [polygon_Router!]! + polygon_routerDailyTVL( 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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_BnbConnectorMeta - mainnet_bnbConnectorMetas( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BnbConnectorMeta_filter + orderBy: polygon_RouterDailyTVL_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterDailyTVL_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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_BnbConnectorMeta!]! - mainnet_arbitrumConnectorMeta( + ): [polygon_RouterDailyTVL!]! + polygon_routerLiquidityEvent( 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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ArbitrumConnectorMeta - mainnet_arbitrumConnectorMetas( - skip: Int = 0 + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( + skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ArbitrumConnectorMeta_filter + orderBy: polygon_RouterLiquidityEvent_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterLiquidityEvent_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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ArbitrumConnectorMeta!]! - mainnet_gnosisConnectorMeta( + ): [polygon_RouterLiquidityEvent!]! + polygon_setting( 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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_GnosisConnectorMeta - mainnet_gnosisConnectorMetas( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_GnosisConnectorMeta_filter + orderBy: polygon_Setting_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Setting_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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_GnosisConnectorMeta!]! - mainnet_zkSyncConnectorMeta( + ): [polygon_Setting!]! + polygon_relayer( 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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ZkSyncConnectorMeta - mainnet_zkSyncConnectorMetas( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_filter + orderBy: polygon_Relayer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Relayer_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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_lineaConnectorMeta( + ): [polygon_Relayer!]! + polygon_sequencer( 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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_LineaConnectorMeta - mainnet_lineaConnectorMetas( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_LineaConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_LineaConnectorMeta_filter + orderBy: polygon_Sequencer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Sequencer_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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_LineaConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [polygon_Sequencer!]! + polygon_relayerFee( 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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootMessageProcessed - mainnet_rootMessageProcesseds( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_filter + orderBy: polygon_RelayerFee_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RelayerFee_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 + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootMessageProcessed!]! - """Access to subgraph metadata""" - mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - stagingoptimismgoerli_swap_systemInfo( + ): [polygon_RelayerFee!]! + polygon_originTransfer( 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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SystemInfo - stagingoptimismgoerli_swap_systemInfos( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SystemInfo_filter + orderBy: polygon_OriginTransfer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OriginTransfer_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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SystemInfo!]! - stagingoptimismgoerli_swap_pooledToken( + ): [polygon_OriginTransfer!]! + polygon_destinationTransfer( 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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_PooledToken - stagingoptimismgoerli_swap_pooledTokens( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_PooledToken_filter + orderBy: polygon_DestinationTransfer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_DestinationTransfer_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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_PooledToken!]! - stagingoptimismgoerli_swap_stableSwap( + ): [polygon_DestinationTransfer!]! + polygon_originMessage( 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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwap - stagingoptimismgoerli_swap_stableSwaps( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwap_filter + orderBy: polygon_OriginMessage_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OriginMessage_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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwap!]! - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [polygon_OriginMessage!]! + polygon_aggregateRoot( 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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent - stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: polygon_AggregateRoot_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AggregateRoot_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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [polygon_AggregateRoot!]! + polygon_connectorMeta( 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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent - stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: polygon_ConnectorMeta_orderBy + orderDirection: polygon_OrderDirection + where: polygon_ConnectorMeta_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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - stagingoptimismgoerli_swap_stableSwapExchange( + ): [polygon_ConnectorMeta!]! + polygon_rootCount( 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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapExchange - stagingoptimismgoerli_swap_stableSwapExchanges( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapExchange_filter + orderBy: polygon_RootCount_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RootCount_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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapExchange!]! - stagingoptimismgoerli_swap_swapDailyVolume( + ): [polygon_RootCount!]! + polygon_rootMessageSent( 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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapDailyVolume - stagingoptimismgoerli_swap_swapDailyVolumes( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapDailyVolume_filter + orderBy: polygon_RootMessageSent_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RootMessageSent_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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! - stagingoptimismgoerli_swap_swapHourlyVolume( + ): [polygon_RootMessageSent!]! + polygon_relayerFeesIncrease( 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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapHourlyVolume - stagingoptimismgoerli_swap_swapHourlyVolumes( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapHourlyVolume_filter + orderBy: polygon_RelayerFeesIncrease_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RelayerFeesIncrease_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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! - stagingoptimismgoerli_swap_swapWeeklyVolume( + ): [polygon_RelayerFeesIncrease!]! + polygon_slippageUpdate( 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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapWeeklyVolume - stagingoptimismgoerli_swap_swapWeeklyVolumes( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter + orderBy: polygon_SlippageUpdate_orderBy + orderDirection: polygon_OrderDirection + where: polygon_SlippageUpdate_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: stagingoptimismgoerli_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! - stagingoptimismgoerli_swap_lpAccount( + ): [polygon_SlippageUpdate!]! + """Access to subgraph metadata""" + polygon__meta(block: polygon_Block_height): polygon__Meta_ +} + +type Subscription { + testoptimismgoerli_asset( 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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpAccount - stagingoptimismgoerli_swap_lpAccounts( + ): testoptimismgoerli_Asset + testoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccount_filter + orderBy: testoptimismgoerli_Asset_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Asset_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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpAccount!]! - stagingoptimismgoerli_swap_lpAccountBalance( + ): [testoptimismgoerli_Asset!]! + testoptimismgoerli_assetBalance( 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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpAccountBalance - stagingoptimismgoerli_swap_lpAccountBalances( + ): testoptimismgoerli_AssetBalance + testoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpAccountBalance_filter + orderBy: testoptimismgoerli_AssetBalance_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_AssetBalance_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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpAccountBalance!]! - stagingoptimismgoerli_swap_lpToken( + ): [testoptimismgoerli_AssetBalance!]! + testoptimismgoerli_router( 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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpToken - stagingoptimismgoerli_swap_lpTokens( + ): testoptimismgoerli_Router + testoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpToken_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpToken_filter + orderBy: testoptimismgoerli_Router_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Router_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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpToken!]! - stagingoptimismgoerli_swap_lpTransferEvent( + ): [testoptimismgoerli_Router!]! + testoptimismgoerli_setting( 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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpTransferEvent - stagingoptimismgoerli_swap_lpTransferEvents( + ): testoptimismgoerli_Setting + testoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTransferEvent_filter + orderBy: testoptimismgoerli_Setting_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Setting_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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpTransferEvent!]! - stagingoptimismgoerli_swap_stableSwapEvent( + ): [testoptimismgoerli_Setting!]! + testoptimismgoerli_relayer( 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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_StableSwapEvent - stagingoptimismgoerli_swap_stableSwapEvents( + ): testoptimismgoerli_Relayer + testoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_StableSwapEvent_filter + orderBy: testoptimismgoerli_Relayer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_Relayer_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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_StableSwapEvent!]! - stagingoptimismgoerli_swap_swapTradeVolume( + ): [testoptimismgoerli_Relayer!]! + testoptimismgoerli_stableSwap( 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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_SwapTradeVolume - stagingoptimismgoerli_swap_swapTradeVolumes( + ): testoptimismgoerli_StableSwap + testoptimismgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_SwapTradeVolume_filter + orderBy: testoptimismgoerli_StableSwap_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_StableSwap_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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! - stagingoptimismgoerli_swap_lpTokenEvent( + ): [testoptimismgoerli_StableSwap!]! + testoptimismgoerli_sponsorVault( 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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_swap_LpTokenEvent - stagingoptimismgoerli_swap_lpTokenEvents( + ): testoptimismgoerli_SponsorVault + testoptimismgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: stagingoptimismgoerli_swap_OrderDirection - where: stagingoptimismgoerli_swap_LpTokenEvent_filter + orderBy: testoptimismgoerli_SponsorVault_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_SponsorVault_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: stagingoptimismgoerli_swap_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ - testgoerli_asset( + ): [testoptimismgoerli_SponsorVault!]! + testoptimismgoerli_originTransfer( 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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Asset - testgoerli_assets( + ): testoptimismgoerli_OriginTransfer + testoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Asset_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Asset_filter + orderBy: testoptimismgoerli_OriginTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_OriginTransfer_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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Asset!]! - testgoerli_assetBalance( + ): [testoptimismgoerli_OriginTransfer!]! + testoptimismgoerli_destinationTransfer( 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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_AssetBalance - testgoerli_assetBalances( + ): testoptimismgoerli_DestinationTransfer + testoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_AssetBalance_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_AssetBalance_filter + orderBy: testoptimismgoerli_DestinationTransfer_orderBy + orderDirection: testoptimismgoerli_OrderDirection + where: testoptimismgoerli_DestinationTransfer_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: testgoerli_Block_height + block: testoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_AssetBalance!]! - testgoerli_router( + ): [testoptimismgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ + goerli_rootAggregated( 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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Router - testgoerli_routers( + ): goerli_RootAggregated + goerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Router_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Router_filter + orderBy: goerli_RootAggregated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootAggregated_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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Router!]! - testgoerli_setting( + ): [goerli_RootAggregated!]! + goerli_rootPropagated( 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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Setting - testgoerli_settings( + ): goerli_RootPropagated + goerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Setting_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Setting_filter + orderBy: goerli_RootPropagated_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootPropagated_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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Setting!]! - testgoerli_relayer( + ): [goerli_RootPropagated!]! + goerli_aggregatedMessageRoot( 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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_Relayer - testgoerli_relayers( + ): goerli_AggregatedMessageRoot + goerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_Relayer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_Relayer_filter + orderBy: goerli_AggregatedMessageRoot_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AggregatedMessageRoot_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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_Relayer!]! - testgoerli_stableSwap( + ): [goerli_AggregatedMessageRoot!]! + goerli_rootManagerMeta( 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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_StableSwap - testgoerli_stableSwaps( + ): goerli_RootManagerMeta + goerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_StableSwap_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_StableSwap_filter + orderBy: goerli_RootManagerMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootManagerMeta_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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_StableSwap!]! - testgoerli_sponsorVault( + ): [goerli_RootManagerMeta!]! + goerli_polygonConnectorMeta( 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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_SponsorVault - testgoerli_sponsorVaults( + ): goerli_PolygonConnectorMeta + goerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_SponsorVault_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_SponsorVault_filter + orderBy: goerli_PolygonConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_PolygonConnectorMeta_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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_SponsorVault!]! - testgoerli_originTransfer( + ): [goerli_PolygonConnectorMeta!]! + goerli_optimismConnectorMeta( 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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_OriginTransfer - testgoerli_originTransfers( + ): goerli_OptimismConnectorMeta + goerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_OriginTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_OriginTransfer_filter + orderBy: goerli_OptimismConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OptimismConnectorMeta_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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_OriginTransfer!]! - testgoerli_destinationTransfer( + ): [goerli_OptimismConnectorMeta!]! + goerli_bnbConnectorMeta( 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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testgoerli_DestinationTransfer - testgoerli_destinationTransfers( + ): goerli_BnbConnectorMeta + goerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: testgoerli_DestinationTransfer_orderBy - orderDirection: testgoerli_OrderDirection - where: testgoerli_DestinationTransfer_filter + orderBy: goerli_BnbConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_BnbConnectorMeta_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: testgoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ - goerli_swap_systemInfo( + ): [goerli_BnbConnectorMeta!]! + goerli_arbitrumConnectorMeta( 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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SystemInfo - goerli_swap_systemInfos( + ): goerli_ArbitrumConnectorMeta + goerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SystemInfo_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SystemInfo_filter + orderBy: goerli_ArbitrumConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ArbitrumConnectorMeta_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SystemInfo!]! - goerli_swap_pooledToken( + ): [goerli_ArbitrumConnectorMeta!]! + goerli_gnosisConnectorMeta( 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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_PooledToken - goerli_swap_pooledTokens( + ): goerli_GnosisConnectorMeta + goerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_PooledToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_PooledToken_filter + orderBy: goerli_GnosisConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_GnosisConnectorMeta_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_PooledToken!]! - goerli_swap_stableSwap( + ): [goerli_GnosisConnectorMeta!]! + goerli_zkSyncConnectorMeta( 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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwap - goerli_swap_stableSwaps( + ): goerli_ZkSyncConnectorMeta + goerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwap_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwap_filter + orderBy: goerli_ZkSyncConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ZkSyncConnectorMeta_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwap!]! - goerli_swap_stableSwapAddLiquidityEvent( + ): [goerli_ZkSyncConnectorMeta!]! + goerli_lineaConnectorMeta( 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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapAddLiquidityEvent - goerli_swap_stableSwapAddLiquidityEvents( + ): goerli_LineaConnectorMeta + goerli_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: goerli_LineaConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_LineaConnectorMeta_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapAddLiquidityEvent!]! - goerli_swap_stableSwapRemoveLiquidityEvent( + ): [goerli_LineaConnectorMeta!]! + goerli_rootMessageProcessed( 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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapRemoveLiquidityEvent - goerli_swap_stableSwapRemoveLiquidityEvents( + ): goerli_RootMessageProcessed + goerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: goerli_RootMessageProcessed_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootMessageProcessed_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: goerli_swap_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! - goerli_swap_stableSwapExchange( + ): [goerli_RootMessageProcessed!]! + """Access to subgraph metadata""" + goerli__meta(block: goerli_Block_height): goerli__Meta_ + mainnet_rootAggregated( 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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapExchange - goerli_swap_stableSwapExchanges( + ): mainnet_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapExchange_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapExchange_filter + orderBy: mainnet_RootAggregated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootAggregated_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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapExchange!]! - goerli_swap_swapDailyVolume( + ): [mainnet_RootAggregated!]! + mainnet_rootPropagated( 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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapDailyVolume - goerli_swap_swapDailyVolumes( + ): mainnet_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapDailyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapDailyVolume_filter + orderBy: mainnet_RootPropagated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootPropagated_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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapDailyVolume!]! - goerli_swap_swapHourlyVolume( + ): [mainnet_RootPropagated!]! + mainnet_aggregatedMessageRoot( 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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapHourlyVolume - goerli_swap_swapHourlyVolumes( + ): mainnet_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapHourlyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapHourlyVolume_filter + orderBy: mainnet_AggregatedMessageRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregatedMessageRoot_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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapHourlyVolume!]! - goerli_swap_swapWeeklyVolume( + ): [mainnet_AggregatedMessageRoot!]! + mainnet_rootManagerMeta( 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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapWeeklyVolume - goerli_swap_swapWeeklyVolumes( + ): mainnet_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapWeeklyVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapWeeklyVolume_filter + orderBy: mainnet_RootManagerMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootManagerMeta_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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapWeeklyVolume!]! - goerli_swap_lpAccount( + ): [mainnet_RootManagerMeta!]! + mainnet_polygonConnectorMeta( 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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpAccount - goerli_swap_lpAccounts( + ): mainnet_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccount_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccount_filter + orderBy: mainnet_PolygonConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_PolygonConnectorMeta_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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpAccount!]! - goerli_swap_lpAccountBalance( + ): [mainnet_PolygonConnectorMeta!]! + mainnet_optimismConnectorMeta( 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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpAccountBalance - goerli_swap_lpAccountBalances( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpAccountBalance_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpAccountBalance_filter + orderBy: mainnet_OptimismConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OptimismConnectorMeta_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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpAccountBalance!]! - goerli_swap_lpToken( + ): [mainnet_OptimismConnectorMeta!]! + mainnet_bnbConnectorMeta( 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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpToken - goerli_swap_lpTokens( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpToken_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpToken_filter + orderBy: mainnet_BnbConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_BnbConnectorMeta_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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpToken!]! - goerli_swap_lpTransferEvent( + ): [mainnet_BnbConnectorMeta!]! + mainnet_arbitrumConnectorMeta( 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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpTransferEvent - goerli_swap_lpTransferEvents( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTransferEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTransferEvent_filter + orderBy: mainnet_ArbitrumConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ArbitrumConnectorMeta_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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpTransferEvent!]! - goerli_swap_stableSwapEvent( + ): [mainnet_ArbitrumConnectorMeta!]! + mainnet_gnosisConnectorMeta( 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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_StableSwapEvent - goerli_swap_stableSwapEvents( + ): mainnet_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_StableSwapEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_StableSwapEvent_filter + orderBy: mainnet_GnosisConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_GnosisConnectorMeta_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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_StableSwapEvent!]! - goerli_swap_swapTradeVolume( + ): [mainnet_GnosisConnectorMeta!]! + mainnet_zkSyncConnectorMeta( 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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_SwapTradeVolume - goerli_swap_swapTradeVolumes( + ): mainnet_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_SwapTradeVolume_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_SwapTradeVolume_filter + orderBy: mainnet_ZkSyncConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ZkSyncConnectorMeta_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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_SwapTradeVolume!]! - goerli_swap_lpTokenEvent( + ): [mainnet_ZkSyncConnectorMeta!]! + mainnet_lineaConnectorMeta( 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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_swap_LpTokenEvent - goerli_swap_lpTokenEvents( + ): mainnet_LineaConnectorMeta + mainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: goerli_swap_LpTokenEvent_orderBy - orderDirection: goerli_swap_OrderDirection - where: goerli_swap_LpTokenEvent_filter + orderBy: mainnet_LineaConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_LineaConnectorMeta_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: goerli_swap_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - goerli_swap__meta(block: goerli_swap_Block_height): goerli_swap__Meta_ - testoptimismgoerli_asset( + ): [mainnet_LineaConnectorMeta!]! + mainnet_rootMessageProcessed( 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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Asset - testoptimismgoerli_assets( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Asset_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Asset_filter + orderBy: mainnet_RootMessageProcessed_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootMessageProcessed_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: testoptimismgoerli_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Asset!]! - testoptimismgoerli_assetBalance( + ): [mainnet_RootMessageProcessed!]! + """Access to subgraph metadata""" + mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ + staginggoerli_swap_systemInfo( 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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_AssetBalance - testoptimismgoerli_assetBalances( + ): staginggoerli_swap_SystemInfo + staginggoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_AssetBalance_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_AssetBalance_filter + orderBy: staginggoerli_swap_SystemInfo_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SystemInfo_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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_AssetBalance!]! - testoptimismgoerli_router( + ): [staginggoerli_swap_SystemInfo!]! + staginggoerli_swap_pooledToken( 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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Router - testoptimismgoerli_routers( + ): staginggoerli_swap_PooledToken + staginggoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Router_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Router_filter + orderBy: staginggoerli_swap_PooledToken_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_PooledToken_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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Router!]! - testoptimismgoerli_setting( + ): [staginggoerli_swap_PooledToken!]! + staginggoerli_swap_stableSwap( 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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Setting - testoptimismgoerli_settings( + ): staginggoerli_swap_StableSwap + staginggoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Setting_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Setting_filter + orderBy: staginggoerli_swap_StableSwap_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwap_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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Setting!]! - testoptimismgoerli_relayer( + ): [staginggoerli_swap_StableSwap!]! + staginggoerli_swap_stableSwapAddLiquidityEvent( 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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_Relayer - testoptimismgoerli_relayers( + ): staginggoerli_swap_StableSwapAddLiquidityEvent + staginggoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_Relayer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_Relayer_filter + orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapAddLiquidityEvent_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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_Relayer!]! - testoptimismgoerli_stableSwap( + ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! + staginggoerli_swap_stableSwapRemoveLiquidityEvent( 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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_StableSwap - testoptimismgoerli_stableSwaps( + ): staginggoerli_swap_StableSwapRemoveLiquidityEvent + staginggoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_StableSwap_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_StableSwap_filter + orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_StableSwap!]! - testoptimismgoerli_sponsorVault( + ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! + staginggoerli_swap_stableSwapExchange( 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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_SponsorVault - testoptimismgoerli_sponsorVaults( + ): staginggoerli_swap_StableSwapExchange + staginggoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_SponsorVault_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_SponsorVault_filter + orderBy: staginggoerli_swap_StableSwapExchange_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_StableSwapExchange_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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_SponsorVault!]! - testoptimismgoerli_originTransfer( + ): [staginggoerli_swap_StableSwapExchange!]! + staginggoerli_swap_swapDailyVolume( 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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_OriginTransfer - testoptimismgoerli_originTransfers( + ): staginggoerli_swap_SwapDailyVolume + staginggoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_OriginTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_OriginTransfer_filter + orderBy: staginggoerli_swap_SwapDailyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapDailyVolume_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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_OriginTransfer!]! - testoptimismgoerli_destinationTransfer( + ): [staginggoerli_swap_SwapDailyVolume!]! + staginggoerli_swap_swapHourlyVolume( 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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): testoptimismgoerli_DestinationTransfer - testoptimismgoerli_destinationTransfers( + ): staginggoerli_swap_SwapHourlyVolume + staginggoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: testoptimismgoerli_DestinationTransfer_orderBy - orderDirection: testoptimismgoerli_OrderDirection - where: testoptimismgoerli_DestinationTransfer_filter + orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy + orderDirection: staginggoerli_swap_OrderDirection + where: staginggoerli_swap_SwapHourlyVolume_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: testoptimismgoerli_Block_height + block: staginggoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [testoptimismgoerli_DestinationTransfer!]! - """Access to subgraph metadata""" - testoptimismgoerli__meta(block: testoptimismgoerli_Block_height): testoptimismgoerli__Meta_ - staginggoerli_swap_systemInfo( + ): [staginggoerli_swap_SwapHourlyVolume!]! + staginggoerli_swap_swapWeeklyVolume( 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. @@ -19738,13 +18874,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SystemInfo - staginggoerli_swap_systemInfos( + ): staginggoerli_swap_SwapWeeklyVolume + staginggoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_swap_SystemInfo_orderBy + orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SystemInfo_filter + where: staginggoerli_swap_SwapWeeklyVolume_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. """ @@ -19753,8 +18889,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SystemInfo!]! - staginggoerli_swap_pooledToken( + ): [staginggoerli_swap_SwapWeeklyVolume!]! + staginggoerli_swap_lpAccount( 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. @@ -19764,216 +18900,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_PooledToken - staginggoerli_swap_pooledTokens( - skip: Int = 0 - first: Int = 100 - orderBy: staginggoerli_swap_PooledToken_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_PooledToken_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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_PooledToken!]! - staginggoerli_swap_stableSwap( - 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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwap - staginggoerli_swap_stableSwaps( - skip: Int = 0 - first: Int = 100 - orderBy: staginggoerli_swap_StableSwap_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwap_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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwap!]! - staginggoerli_swap_stableSwapAddLiquidityEvent( - 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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapAddLiquidityEvent - staginggoerli_swap_stableSwapAddLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapAddLiquidityEvent_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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapAddLiquidityEvent!]! - staginggoerli_swap_stableSwapRemoveLiquidityEvent( - 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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapRemoveLiquidityEvent - staginggoerli_swap_stableSwapRemoveLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapRemoveLiquidityEvent_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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapRemoveLiquidityEvent!]! - staginggoerli_swap_stableSwapExchange( - 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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_StableSwapExchange - staginggoerli_swap_stableSwapExchanges( - skip: Int = 0 - first: Int = 100 - orderBy: staginggoerli_swap_StableSwapExchange_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_StableSwapExchange_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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_StableSwapExchange!]! - staginggoerli_swap_swapDailyVolume( - 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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapDailyVolume - staginggoerli_swap_swapDailyVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: staginggoerli_swap_SwapDailyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapDailyVolume_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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapDailyVolume!]! - staginggoerli_swap_swapHourlyVolume( - 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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapHourlyVolume - staginggoerli_swap_swapHourlyVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapHourlyVolume_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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapHourlyVolume!]! - staginggoerli_swap_swapWeeklyVolume( - 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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_SwapWeeklyVolume - staginggoerli_swap_swapWeeklyVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: staginggoerli_swap_OrderDirection - where: staginggoerli_swap_SwapWeeklyVolume_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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_swap_SwapWeeklyVolume!]! - staginggoerli_swap_lpAccount( - 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: staginggoerli_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_swap_LpAccount - staginggoerli_swap_lpAccounts( + ): staginggoerli_swap_LpAccount + staginggoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 orderBy: staginggoerli_swap_LpAccount_orderBy @@ -20564,7003 +19492,7005 @@ type Subscription { ): [stagingarbitrumgoerli_swap_LpTokenEvent!]! """Access to subgraph metadata""" stagingarbitrumgoerli_swap__meta(block: stagingarbitrumgoerli_swap_Block_height): stagingarbitrumgoerli_swap__Meta_ - arbitrumgoerli_swap_systemInfo( + mumbai_swap_systemInfo( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SystemInfo - arbitrumgoerli_swap_systemInfos( + ): mumbai_swap_SystemInfo + mumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SystemInfo_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SystemInfo_filter + orderBy: mumbai_swap_SystemInfo_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SystemInfo_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SystemInfo!]! - arbitrumgoerli_swap_pooledToken( + ): [mumbai_swap_SystemInfo!]! + mumbai_swap_pooledToken( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_PooledToken - arbitrumgoerli_swap_pooledTokens( + ): mumbai_swap_PooledToken + mumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_PooledToken_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_PooledToken_filter + orderBy: mumbai_swap_PooledToken_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_PooledToken_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_PooledToken!]! - arbitrumgoerli_swap_stableSwap( + ): [mumbai_swap_PooledToken!]! + mumbai_swap_stableSwap( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwap - arbitrumgoerli_swap_stableSwaps( + ): mumbai_swap_StableSwap + mumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwap_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwap_filter + orderBy: mumbai_swap_StableSwap_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwap_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwap!]! - arbitrumgoerli_swap_stableSwapAddLiquidityEvent( + ): [mumbai_swap_StableSwap!]! + mumbai_swap_stableSwapAddLiquidityEvent( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapAddLiquidityEvent - arbitrumgoerli_swap_stableSwapAddLiquidityEvents( + ): mumbai_swap_StableSwapAddLiquidityEvent + mumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapAddLiquidityEvent_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [mumbai_swap_StableSwapAddLiquidityEvent!]! + mumbai_swap_stableSwapRemoveLiquidityEvent( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent - arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( + ): mumbai_swap_StableSwapRemoveLiquidityEvent + mumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapRemoveLiquidityEvent_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumgoerli_swap_stableSwapExchange( + ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! + mumbai_swap_stableSwapExchange( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapExchange - arbitrumgoerli_swap_stableSwapExchanges( + ): mumbai_swap_StableSwapExchange + mumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapExchange_filter + orderBy: mumbai_swap_StableSwapExchange_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapExchange_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapExchange!]! - arbitrumgoerli_swap_swapDailyVolume( + ): [mumbai_swap_StableSwapExchange!]! + mumbai_swap_swapDailyVolume( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapDailyVolume - arbitrumgoerli_swap_swapDailyVolumes( + ): mumbai_swap_SwapDailyVolume + mumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapDailyVolume_filter + orderBy: mumbai_swap_SwapDailyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapDailyVolume_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapDailyVolume!]! - arbitrumgoerli_swap_swapHourlyVolume( + ): [mumbai_swap_SwapDailyVolume!]! + mumbai_swap_swapHourlyVolume( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapHourlyVolume - arbitrumgoerli_swap_swapHourlyVolumes( + ): mumbai_swap_SwapHourlyVolume + mumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapHourlyVolume_filter + orderBy: mumbai_swap_SwapHourlyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapHourlyVolume_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapHourlyVolume!]! - arbitrumgoerli_swap_swapWeeklyVolume( + ): [mumbai_swap_SwapHourlyVolume!]! + mumbai_swap_swapWeeklyVolume( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapWeeklyVolume - arbitrumgoerli_swap_swapWeeklyVolumes( + ): mumbai_swap_SwapWeeklyVolume + mumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapWeeklyVolume_filter + orderBy: mumbai_swap_SwapWeeklyVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapWeeklyVolume_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapWeeklyVolume!]! - arbitrumgoerli_swap_lpAccount( + ): [mumbai_swap_SwapWeeklyVolume!]! + mumbai_swap_lpAccount( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpAccount - arbitrumgoerli_swap_lpAccounts( + ): mumbai_swap_LpAccount + mumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpAccount_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpAccount_filter + orderBy: mumbai_swap_LpAccount_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpAccount_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpAccount!]! - arbitrumgoerli_swap_lpAccountBalance( + ): [mumbai_swap_LpAccount!]! + mumbai_swap_lpAccountBalance( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpAccountBalance - arbitrumgoerli_swap_lpAccountBalances( + ): mumbai_swap_LpAccountBalance + mumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpAccountBalance_filter + orderBy: mumbai_swap_LpAccountBalance_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpAccountBalance_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpAccountBalance!]! - arbitrumgoerli_swap_lpToken( + ): [mumbai_swap_LpAccountBalance!]! + mumbai_swap_lpToken( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpToken - arbitrumgoerli_swap_lpTokens( + ): mumbai_swap_LpToken + mumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpToken_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpToken_filter + orderBy: mumbai_swap_LpToken_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpToken_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpToken!]! - arbitrumgoerli_swap_lpTransferEvent( + ): [mumbai_swap_LpToken!]! + mumbai_swap_lpTransferEvent( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpTransferEvent - arbitrumgoerli_swap_lpTransferEvents( + ): mumbai_swap_LpTransferEvent + mumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpTransferEvent_filter + orderBy: mumbai_swap_LpTransferEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpTransferEvent_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpTransferEvent!]! - arbitrumgoerli_swap_stableSwapEvent( + ): [mumbai_swap_LpTransferEvent!]! + mumbai_swap_stableSwapEvent( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_StableSwapEvent - arbitrumgoerli_swap_stableSwapEvents( + ): mumbai_swap_StableSwapEvent + mumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_StableSwapEvent_filter + orderBy: mumbai_swap_StableSwapEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_StableSwapEvent_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_StableSwapEvent!]! - arbitrumgoerli_swap_swapTradeVolume( + ): [mumbai_swap_StableSwapEvent!]! + mumbai_swap_swapTradeVolume( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_SwapTradeVolume - arbitrumgoerli_swap_swapTradeVolumes( + ): mumbai_swap_SwapTradeVolume + mumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_SwapTradeVolume_filter + orderBy: mumbai_swap_SwapTradeVolume_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_SwapTradeVolume_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_SwapTradeVolume!]! - arbitrumgoerli_swap_lpTokenEvent( + ): [mumbai_swap_SwapTradeVolume!]! + mumbai_swap_lpTokenEvent( 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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_swap_LpTokenEvent - arbitrumgoerli_swap_lpTokenEvents( + ): mumbai_swap_LpTokenEvent + mumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy - orderDirection: arbitrumgoerli_swap_OrderDirection - where: arbitrumgoerli_swap_LpTokenEvent_filter + orderBy: mumbai_swap_LpTokenEvent_orderBy + orderDirection: mumbai_swap_OrderDirection + where: mumbai_swap_LpTokenEvent_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: arbitrumgoerli_swap_Block_height + block: mumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_swap_LpTokenEvent!]! + ): [mumbai_swap_LpTokenEvent!]! """Access to subgraph metadata""" - arbitrumgoerli_swap__meta(block: arbitrumgoerli_swap_Block_height): arbitrumgoerli_swap__Meta_ - mumbai_swap_systemInfo( + mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__Meta_ + staginggoerli_rootAggregated( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SystemInfo - mumbai_swap_systemInfos( + ): staginggoerli_RootAggregated + staginggoerli_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SystemInfo_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SystemInfo_filter + orderBy: staginggoerli_RootAggregated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootAggregated_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SystemInfo!]! - mumbai_swap_pooledToken( + ): [staginggoerli_RootAggregated!]! + staginggoerli_rootPropagated( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_PooledToken - mumbai_swap_pooledTokens( + ): staginggoerli_RootPropagated + staginggoerli_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_PooledToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_PooledToken_filter + orderBy: staginggoerli_RootPropagated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootPropagated_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_PooledToken!]! - mumbai_swap_stableSwap( + ): [staginggoerli_RootPropagated!]! + staginggoerli_aggregatedMessageRoot( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwap - mumbai_swap_stableSwaps( + ): staginggoerli_AggregatedMessageRoot + staginggoerli_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwap_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwap_filter + orderBy: staginggoerli_AggregatedMessageRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregatedMessageRoot_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwap!]! - mumbai_swap_stableSwapAddLiquidityEvent( + ): [staginggoerli_AggregatedMessageRoot!]! + staginggoerli_rootManagerMeta( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapAddLiquidityEvent - mumbai_swap_stableSwapAddLiquidityEvents( + ): staginggoerli_RootManagerMeta + staginggoerli_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapAddLiquidityEvent_filter + orderBy: staginggoerli_RootManagerMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootManagerMeta_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapAddLiquidityEvent!]! - mumbai_swap_stableSwapRemoveLiquidityEvent( + ): [staginggoerli_RootManagerMeta!]! + staginggoerli_rootManagerMode( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapRemoveLiquidityEvent - mumbai_swap_stableSwapRemoveLiquidityEvents( + ): staginggoerli_RootManagerMode + staginggoerli_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: staginggoerli_RootManagerMode_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootManagerMode_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapRemoveLiquidityEvent!]! - mumbai_swap_stableSwapExchange( + ): [staginggoerli_RootManagerMode!]! + staginggoerli_optimisticRootProposed( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapExchange - mumbai_swap_stableSwapExchanges( + ): staginggoerli_OptimisticRootProposed + staginggoerli_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapExchange_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapExchange_filter + orderBy: staginggoerli_OptimisticRootProposed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootProposed_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapExchange!]! - mumbai_swap_swapDailyVolume( + ): [staginggoerli_OptimisticRootProposed!]! + staginggoerli_hubOptimisticRootFinalized( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapDailyVolume - mumbai_swap_swapDailyVolumes( + ): staginggoerli_HubOptimisticRootFinalized + staginggoerli_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapDailyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapDailyVolume_filter + orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_HubOptimisticRootFinalized_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapDailyVolume!]! - mumbai_swap_swapHourlyVolume( + ): [staginggoerli_HubOptimisticRootFinalized!]! + staginggoerli_optimisticRootPropagated( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapHourlyVolume - mumbai_swap_swapHourlyVolumes( + ): staginggoerli_OptimisticRootPropagated + staginggoerli_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapHourlyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapHourlyVolume_filter + orderBy: staginggoerli_OptimisticRootPropagated_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootPropagated_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapHourlyVolume!]! - mumbai_swap_swapWeeklyVolume( + ): [staginggoerli_OptimisticRootPropagated!]! + staginggoerli_polygonConnectorMeta( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapWeeklyVolume - mumbai_swap_swapWeeklyVolumes( + ): staginggoerli_PolygonConnectorMeta + staginggoerli_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapWeeklyVolume_filter + orderBy: staginggoerli_PolygonConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_PolygonConnectorMeta_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapWeeklyVolume!]! - mumbai_swap_lpAccount( + ): [staginggoerli_PolygonConnectorMeta!]! + staginggoerli_optimismConnectorMeta( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpAccount - mumbai_swap_lpAccounts( + ): staginggoerli_OptimismConnectorMeta + staginggoerli_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccount_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccount_filter + orderBy: staginggoerli_OptimismConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimismConnectorMeta_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpAccount!]! - mumbai_swap_lpAccountBalance( + ): [staginggoerli_OptimismConnectorMeta!]! + staginggoerli_bnbConnectorMeta( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpAccountBalance - mumbai_swap_lpAccountBalances( + ): staginggoerli_BnbConnectorMeta + staginggoerli_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpAccountBalance_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpAccountBalance_filter + orderBy: staginggoerli_BnbConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_BnbConnectorMeta_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpAccountBalance!]! - mumbai_swap_lpToken( + ): [staginggoerli_BnbConnectorMeta!]! + staginggoerli_arbitrumConnectorMeta( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpToken - mumbai_swap_lpTokens( + ): staginggoerli_ArbitrumConnectorMeta + staginggoerli_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpToken_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpToken_filter + orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ArbitrumConnectorMeta_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpToken!]! - mumbai_swap_lpTransferEvent( + ): [staginggoerli_ArbitrumConnectorMeta!]! + staginggoerli_gnosisConnectorMeta( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpTransferEvent - mumbai_swap_lpTransferEvents( + ): staginggoerli_GnosisConnectorMeta + staginggoerli_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTransferEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTransferEvent_filter + orderBy: staginggoerli_GnosisConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_GnosisConnectorMeta_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpTransferEvent!]! - mumbai_swap_stableSwapEvent( + ): [staginggoerli_GnosisConnectorMeta!]! + staginggoerli_zkSyncConnectorMeta( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_StableSwapEvent - mumbai_swap_stableSwapEvents( + ): staginggoerli_ZkSyncConnectorMeta + staginggoerli_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_StableSwapEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_StableSwapEvent_filter + orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ZkSyncConnectorMeta_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_StableSwapEvent!]! - mumbai_swap_swapTradeVolume( + ): [staginggoerli_ZkSyncConnectorMeta!]! + staginggoerli_rootMessageProcessed( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_SwapTradeVolume - mumbai_swap_swapTradeVolumes( + ): staginggoerli_RootMessageProcessed + staginggoerli_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_SwapTradeVolume_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_SwapTradeVolume_filter + orderBy: staginggoerli_RootMessageProcessed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootMessageProcessed_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_SwapTradeVolume!]! - mumbai_swap_lpTokenEvent( + ): [staginggoerli_RootMessageProcessed!]! + staginggoerli_aggregateRootSavedSlow( 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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_swap_LpTokenEvent - mumbai_swap_lpTokenEvents( + ): staginggoerli_AggregateRootSavedSlow + staginggoerli_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: mumbai_swap_LpTokenEvent_orderBy - orderDirection: mumbai_swap_OrderDirection - where: mumbai_swap_LpTokenEvent_filter + orderBy: staginggoerli_AggregateRootSavedSlow_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRootSavedSlow_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: mumbai_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mumbai_swap__meta(block: mumbai_swap_Block_height): mumbai_swap__Meta_ - bnb_swap_systemInfo( + ): [staginggoerli_AggregateRootSavedSlow!]! + staginggoerli_hubDomain( 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: bnb_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SystemInfo - bnb_swap_systemInfos( + ): staginggoerli_HubDomain + staginggoerli_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SystemInfo_filter + orderBy: staginggoerli_HubDomain_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_HubDomain_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: bnb_swap_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SystemInfo!]! - bnb_swap_pooledToken( + ): [staginggoerli_HubDomain!]! + """Access to subgraph metadata""" + staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ + testgoerli_asset( 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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_PooledToken - bnb_swap_pooledTokens( + ): testgoerli_Asset + testgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_PooledToken_filter + orderBy: testgoerli_Asset_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Asset_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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_PooledToken!]! - bnb_swap_stableSwap( + ): [testgoerli_Asset!]! + testgoerli_assetBalance( 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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwap - bnb_swap_stableSwaps( + ): testgoerli_AssetBalance + testgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwap_filter + orderBy: testgoerli_AssetBalance_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_AssetBalance_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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwap!]! - bnb_swap_stableSwapAddLiquidityEvent( + ): [testgoerli_AssetBalance!]! + testgoerli_router( 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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapAddLiquidityEvent - bnb_swap_stableSwapAddLiquidityEvents( + ): testgoerli_Router + testgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapAddLiquidityEvent_filter + orderBy: testgoerli_Router_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Router_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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapAddLiquidityEvent!]! - bnb_swap_stableSwapRemoveLiquidityEvent( + ): [testgoerli_Router!]! + testgoerli_setting( 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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapRemoveLiquidityEvent - bnb_swap_stableSwapRemoveLiquidityEvents( + ): testgoerli_Setting + testgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: testgoerli_Setting_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Setting_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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! - bnb_swap_stableSwapExchange( + ): [testgoerli_Setting!]! + testgoerli_relayer( 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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapExchange - bnb_swap_stableSwapExchanges( + ): testgoerli_Relayer + testgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapExchange_filter + orderBy: testgoerli_Relayer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_Relayer_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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapExchange!]! - bnb_swap_swapDailyVolume( + ): [testgoerli_Relayer!]! + testgoerli_stableSwap( 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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapDailyVolume - bnb_swap_swapDailyVolumes( + ): testgoerli_StableSwap + testgoerli_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapDailyVolume_filter + orderBy: testgoerli_StableSwap_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_StableSwap_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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapDailyVolume!]! - bnb_swap_swapHourlyVolume( + ): [testgoerli_StableSwap!]! + testgoerli_sponsorVault( 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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapHourlyVolume - bnb_swap_swapHourlyVolumes( + ): testgoerli_SponsorVault + testgoerli_sponsorVaults( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapHourlyVolume_filter + orderBy: testgoerli_SponsorVault_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_SponsorVault_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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapHourlyVolume!]! - bnb_swap_swapWeeklyVolume( + ): [testgoerli_SponsorVault!]! + testgoerli_originTransfer( 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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapWeeklyVolume - bnb_swap_swapWeeklyVolumes( + ): testgoerli_OriginTransfer + testgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapWeeklyVolume_filter + orderBy: testgoerli_OriginTransfer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_OriginTransfer_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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapWeeklyVolume!]! - bnb_swap_lpAccount( + ): [testgoerli_OriginTransfer!]! + testgoerli_destinationTransfer( 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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccount - bnb_swap_lpAccounts( + ): testgoerli_DestinationTransfer + testgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccount_filter + orderBy: testgoerli_DestinationTransfer_orderBy + orderDirection: testgoerli_OrderDirection + where: testgoerli_DestinationTransfer_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: bnb_swap_Block_height + block: testgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccount!]! - bnb_swap_lpAccountBalance( + ): [testgoerli_DestinationTransfer!]! + """Access to subgraph metadata""" + testgoerli__meta(block: testgoerli_Block_height): testgoerli__Meta_ + goerli_swap_systemInfo( 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: bnb_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpAccountBalance - bnb_swap_lpAccountBalances( + ): goerli_swap_SystemInfo + goerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccountBalance_filter + orderBy: goerli_swap_SystemInfo_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SystemInfo_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: bnb_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpAccountBalance!]! - bnb_swap_lpToken( + ): [goerli_swap_SystemInfo!]! + goerli_swap_pooledToken( 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: bnb_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpToken - bnb_swap_lpTokens( + ): goerli_swap_PooledToken + goerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpToken_filter + orderBy: goerli_swap_PooledToken_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_PooledToken_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: bnb_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpToken!]! - bnb_swap_lpTransferEvent( + ): [goerli_swap_PooledToken!]! + goerli_swap_stableSwap( 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: bnb_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTransferEvent - bnb_swap_lpTransferEvents( + ): goerli_swap_StableSwap + goerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTransferEvent_filter + orderBy: goerli_swap_StableSwap_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwap_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: bnb_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTransferEvent!]! - bnb_swap_stableSwapEvent( + ): [goerli_swap_StableSwap!]! + goerli_swap_stableSwapAddLiquidityEvent( 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: bnb_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_StableSwapEvent - bnb_swap_stableSwapEvents( + ): goerli_swap_StableSwapAddLiquidityEvent + goerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapEvent_filter + orderBy: goerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapAddLiquidityEvent_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: bnb_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_StableSwapEvent!]! - bnb_swap_swapTradeVolume( + ): [goerli_swap_StableSwapAddLiquidityEvent!]! + goerli_swap_stableSwapRemoveLiquidityEvent( 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: bnb_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_SwapTradeVolume - bnb_swap_swapTradeVolumes( + ): goerli_swap_StableSwapRemoveLiquidityEvent + goerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapTradeVolume_filter + orderBy: goerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapRemoveLiquidityEvent_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: bnb_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_SwapTradeVolume!]! - bnb_swap_lpTokenEvent( + ): [goerli_swap_StableSwapRemoveLiquidityEvent!]! + goerli_swap_stableSwapExchange( 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: bnb_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_swap_LpTokenEvent - bnb_swap_lpTokenEvents( + ): goerli_swap_StableSwapExchange + goerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTokenEvent_filter + orderBy: goerli_swap_StableSwapExchange_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapExchange_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: bnb_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - stagingmumbai_swap_systemInfo( + ): [goerli_swap_StableSwapExchange!]! + goerli_swap_swapDailyVolume( 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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SystemInfo - stagingmumbai_swap_systemInfos( + ): goerli_swap_SwapDailyVolume + goerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SystemInfo_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SystemInfo_filter + orderBy: goerli_swap_SwapDailyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapDailyVolume_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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SystemInfo!]! - stagingmumbai_swap_pooledToken( + ): [goerli_swap_SwapDailyVolume!]! + goerli_swap_swapHourlyVolume( 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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_PooledToken - stagingmumbai_swap_pooledTokens( + ): goerli_swap_SwapHourlyVolume + goerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_PooledToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_PooledToken_filter + orderBy: goerli_swap_SwapHourlyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapHourlyVolume_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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_PooledToken!]! - stagingmumbai_swap_stableSwap( + ): [goerli_swap_SwapHourlyVolume!]! + goerli_swap_swapWeeklyVolume( 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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwap - stagingmumbai_swap_stableSwaps( + ): goerli_swap_SwapWeeklyVolume + goerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwap_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwap_filter + orderBy: goerli_swap_SwapWeeklyVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapWeeklyVolume_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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwap!]! - stagingmumbai_swap_stableSwapAddLiquidityEvent( + ): [goerli_swap_SwapWeeklyVolume!]! + goerli_swap_lpAccount( 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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapAddLiquidityEvent - stagingmumbai_swap_stableSwapAddLiquidityEvents( + ): goerli_swap_LpAccount + goerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapAddLiquidityEvent_filter + orderBy: goerli_swap_LpAccount_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpAccount_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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! - stagingmumbai_swap_stableSwapRemoveLiquidityEvent( + ): [goerli_swap_LpAccount!]! + goerli_swap_lpAccountBalance( 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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent - stagingmumbai_swap_stableSwapRemoveLiquidityEvents( + ): goerli_swap_LpAccountBalance + goerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: goerli_swap_LpAccountBalance_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpAccountBalance_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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! - stagingmumbai_swap_stableSwapExchange( + ): [goerli_swap_LpAccountBalance!]! + goerli_swap_lpToken( 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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapExchange - stagingmumbai_swap_stableSwapExchanges( + ): goerli_swap_LpToken + goerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapExchange_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapExchange_filter + orderBy: goerli_swap_LpToken_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpToken_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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapExchange!]! - stagingmumbai_swap_swapDailyVolume( + ): [goerli_swap_LpToken!]! + goerli_swap_lpTransferEvent( 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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapDailyVolume - stagingmumbai_swap_swapDailyVolumes( + ): goerli_swap_LpTransferEvent + goerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapDailyVolume_filter + orderBy: goerli_swap_LpTransferEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpTransferEvent_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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapDailyVolume!]! - stagingmumbai_swap_swapHourlyVolume( + ): [goerli_swap_LpTransferEvent!]! + goerli_swap_stableSwapEvent( 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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapHourlyVolume - stagingmumbai_swap_swapHourlyVolumes( + ): goerli_swap_StableSwapEvent + goerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapHourlyVolume_filter + orderBy: goerli_swap_StableSwapEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_StableSwapEvent_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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapHourlyVolume!]! - stagingmumbai_swap_swapWeeklyVolume( + ): [goerli_swap_StableSwapEvent!]! + goerli_swap_swapTradeVolume( 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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapWeeklyVolume - stagingmumbai_swap_swapWeeklyVolumes( + ): goerli_swap_SwapTradeVolume + goerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapWeeklyVolume_filter + orderBy: goerli_swap_SwapTradeVolume_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_SwapTradeVolume_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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapWeeklyVolume!]! - stagingmumbai_swap_lpAccount( + ): [goerli_swap_SwapTradeVolume!]! + goerli_swap_lpTokenEvent( 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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpAccount - stagingmumbai_swap_lpAccounts( + ): goerli_swap_LpTokenEvent + goerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccount_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccount_filter + orderBy: goerli_swap_LpTokenEvent_orderBy + orderDirection: goerli_swap_OrderDirection + where: goerli_swap_LpTokenEvent_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: stagingmumbai_swap_Block_height + block: goerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpAccount!]! - stagingmumbai_swap_lpAccountBalance( + ): [goerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + goerli_swap__meta(block: goerli_swap_Block_height): goerli_swap__Meta_ + stagingoptimismgoerli_swap_systemInfo( 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: stagingmumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpAccountBalance - stagingmumbai_swap_lpAccountBalances( + ): stagingoptimismgoerli_swap_SystemInfo + stagingoptimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpAccountBalance_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpAccountBalance_filter + orderBy: stagingoptimismgoerli_swap_SystemInfo_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SystemInfo_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: stagingmumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpAccountBalance!]! - stagingmumbai_swap_lpToken( + ): [stagingoptimismgoerli_swap_SystemInfo!]! + stagingoptimismgoerli_swap_pooledToken( 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: stagingmumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpToken - stagingmumbai_swap_lpTokens( + ): stagingoptimismgoerli_swap_PooledToken + stagingoptimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpToken_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpToken_filter + orderBy: stagingoptimismgoerli_swap_PooledToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_PooledToken_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: stagingmumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpToken!]! - stagingmumbai_swap_lpTransferEvent( + ): [stagingoptimismgoerli_swap_PooledToken!]! + stagingoptimismgoerli_swap_stableSwap( 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: stagingmumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpTransferEvent - stagingmumbai_swap_lpTransferEvents( + ): stagingoptimismgoerli_swap_StableSwap + stagingoptimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTransferEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTransferEvent_filter + orderBy: stagingoptimismgoerli_swap_StableSwap_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwap_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: stagingmumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpTransferEvent!]! - stagingmumbai_swap_stableSwapEvent( + ): [stagingoptimismgoerli_swap_StableSwap!]! + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvent( 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: stagingmumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_StableSwapEvent - stagingmumbai_swap_stableSwapEvents( + ): stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent + stagingoptimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_StableSwapEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_StableSwapEvent_filter + orderBy: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_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: stagingmumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_StableSwapEvent!]! - stagingmumbai_swap_swapTradeVolume( + ): [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent!]! + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvent( 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: stagingmumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_SwapTradeVolume - stagingmumbai_swap_swapTradeVolumes( + ): stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent + stagingoptimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_SwapTradeVolume_filter + orderBy: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_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: stagingmumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_SwapTradeVolume!]! - stagingmumbai_swap_lpTokenEvent( + ): [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! + stagingoptimismgoerli_swap_stableSwapExchange( 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: stagingmumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_swap_LpTokenEvent - stagingmumbai_swap_lpTokenEvents( + ): stagingoptimismgoerli_swap_StableSwapExchange + stagingoptimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_swap_LpTokenEvent_orderBy - orderDirection: stagingmumbai_swap_OrderDirection - where: stagingmumbai_swap_LpTokenEvent_filter + orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapExchange_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: stagingmumbai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ - xdai_swap_systemInfo( + ): [stagingoptimismgoerli_swap_StableSwapExchange!]! + stagingoptimismgoerli_swap_swapDailyVolume( 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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SystemInfo - xdai_swap_systemInfos( + ): stagingoptimismgoerli_swap_SwapDailyVolume + stagingoptimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SystemInfo_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SystemInfo_filter + orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapDailyVolume_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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SystemInfo!]! - xdai_swap_pooledToken( + ): [stagingoptimismgoerli_swap_SwapDailyVolume!]! + stagingoptimismgoerli_swap_swapHourlyVolume( 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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_PooledToken - xdai_swap_pooledTokens( + ): stagingoptimismgoerli_swap_SwapHourlyVolume + stagingoptimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_PooledToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_PooledToken_filter + orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapHourlyVolume_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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_PooledToken!]! - xdai_swap_stableSwap( + ): [stagingoptimismgoerli_swap_SwapHourlyVolume!]! + stagingoptimismgoerli_swap_swapWeeklyVolume( 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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwap - xdai_swap_stableSwaps( + ): stagingoptimismgoerli_swap_SwapWeeklyVolume + stagingoptimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwap_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwap_filter + orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapWeeklyVolume_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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwap!]! - xdai_swap_stableSwapAddLiquidityEvent( + ): [stagingoptimismgoerli_swap_SwapWeeklyVolume!]! + stagingoptimismgoerli_swap_lpAccount( 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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapAddLiquidityEvent - xdai_swap_stableSwapAddLiquidityEvents( + ): stagingoptimismgoerli_swap_LpAccount + stagingoptimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingoptimismgoerli_swap_LpAccount_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccount_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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapAddLiquidityEvent!]! - xdai_swap_stableSwapRemoveLiquidityEvent( + ): [stagingoptimismgoerli_swap_LpAccount!]! + stagingoptimismgoerli_swap_lpAccountBalance( 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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapRemoveLiquidityEvent - xdai_swap_stableSwapRemoveLiquidityEvents( + ): stagingoptimismgoerli_swap_LpAccountBalance + stagingoptimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpAccountBalance_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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! - xdai_swap_stableSwapExchange( + ): [stagingoptimismgoerli_swap_LpAccountBalance!]! + stagingoptimismgoerli_swap_lpToken( 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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapExchange - xdai_swap_stableSwapExchanges( + ): stagingoptimismgoerli_swap_LpToken + stagingoptimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapExchange_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapExchange_filter + orderBy: stagingoptimismgoerli_swap_LpToken_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpToken_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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapExchange!]! - xdai_swap_swapDailyVolume( + ): [stagingoptimismgoerli_swap_LpToken!]! + stagingoptimismgoerli_swap_lpTransferEvent( 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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapDailyVolume - xdai_swap_swapDailyVolumes( + ): stagingoptimismgoerli_swap_LpTransferEvent + stagingoptimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapDailyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapDailyVolume_filter + orderBy: stagingoptimismgoerli_swap_LpTransferEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTransferEvent_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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapDailyVolume!]! - xdai_swap_swapHourlyVolume( + ): [stagingoptimismgoerli_swap_LpTransferEvent!]! + stagingoptimismgoerli_swap_stableSwapEvent( 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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapHourlyVolume - xdai_swap_swapHourlyVolumes( + ): stagingoptimismgoerli_swap_StableSwapEvent + stagingoptimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapHourlyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapHourlyVolume_filter + orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_StableSwapEvent_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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapHourlyVolume!]! - xdai_swap_swapWeeklyVolume( + ): [stagingoptimismgoerli_swap_StableSwapEvent!]! + stagingoptimismgoerli_swap_swapTradeVolume( 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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapWeeklyVolume - xdai_swap_swapWeeklyVolumes( + ): stagingoptimismgoerli_swap_SwapTradeVolume + stagingoptimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapWeeklyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapWeeklyVolume_filter + orderBy: stagingoptimismgoerli_swap_SwapTradeVolume_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_SwapTradeVolume_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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapWeeklyVolume!]! - xdai_swap_lpAccount( + ): [stagingoptimismgoerli_swap_SwapTradeVolume!]! + stagingoptimismgoerli_swap_lpTokenEvent( 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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccount - xdai_swap_lpAccounts( + ): stagingoptimismgoerli_swap_LpTokenEvent + stagingoptimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccount_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccount_filter + orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy + orderDirection: stagingoptimismgoerli_swap_OrderDirection + where: stagingoptimismgoerli_swap_LpTokenEvent_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: xdai_swap_Block_height + block: stagingoptimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccount!]! - xdai_swap_lpAccountBalance( + ): [stagingoptimismgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingoptimismgoerli_swap__meta(block: stagingoptimismgoerli_swap_Block_height): stagingoptimismgoerli_swap__Meta_ + arbitrumone_swap_systemInfo( 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: xdai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccountBalance - xdai_swap_lpAccountBalances( + ): arbitrumone_swap_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccountBalance_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccountBalance_filter + orderBy: arbitrumone_swap_SystemInfo_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SystemInfo_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: xdai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccountBalance!]! - xdai_swap_lpToken( + ): [arbitrumone_swap_SystemInfo!]! + arbitrumone_swap_pooledToken( 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: xdai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpToken - xdai_swap_lpTokens( + ): arbitrumone_swap_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpToken_filter + orderBy: arbitrumone_swap_PooledToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_PooledToken_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: xdai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpToken!]! - xdai_swap_lpTransferEvent( + ): [arbitrumone_swap_PooledToken!]! + arbitrumone_swap_stableSwap( 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: xdai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTransferEvent - xdai_swap_lpTransferEvents( + ): arbitrumone_swap_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTransferEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTransferEvent_filter + orderBy: arbitrumone_swap_StableSwap_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwap_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: xdai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTransferEvent!]! - xdai_swap_stableSwapEvent( + ): [arbitrumone_swap_StableSwap!]! + arbitrumone_swap_stableSwapAddLiquidityEvent( 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: xdai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapEvent - xdai_swap_stableSwapEvents( + ): arbitrumone_swap_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapEvent_filter + orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapAddLiquidityEvent_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: xdai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapEvent!]! - xdai_swap_swapTradeVolume( + ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! + arbitrumone_swap_stableSwapRemoveLiquidityEvent( 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: xdai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapTradeVolume - xdai_swap_swapTradeVolumes( + ): arbitrumone_swap_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapTradeVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapTradeVolume_filter + orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_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: xdai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapTradeVolume!]! - xdai_swap_lpTokenEvent( + ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumone_swap_stableSwapExchange( 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: xdai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTokenEvent - xdai_swap_lpTokenEvents( + ): arbitrumone_swap_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTokenEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTokenEvent_filter + orderBy: arbitrumone_swap_StableSwapExchange_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapExchange_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: xdai_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ - staginggoerli_rootAggregated( + ): [arbitrumone_swap_StableSwapExchange!]! + arbitrumone_swap_swapDailyVolume( 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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootAggregated - staginggoerli_rootAggregateds( + ): arbitrumone_swap_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootAggregated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootAggregated_filter + orderBy: arbitrumone_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapDailyVolume_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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootAggregated!]! - staginggoerli_rootPropagated( + ): [arbitrumone_swap_SwapDailyVolume!]! + arbitrumone_swap_swapHourlyVolume( 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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootPropagated - staginggoerli_rootPropagateds( + ): arbitrumone_swap_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootPropagated_filter + orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapHourlyVolume_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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootPropagated!]! - staginggoerli_aggregatedMessageRoot( + ): [arbitrumone_swap_SwapHourlyVolume!]! + arbitrumone_swap_swapWeeklyVolume( 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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregatedMessageRoot - staginggoerli_aggregatedMessageRoots( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregatedMessageRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregatedMessageRoot_filter + orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapWeeklyVolume_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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregatedMessageRoot!]! - staginggoerli_rootManagerMeta( + ): [arbitrumone_swap_SwapWeeklyVolume!]! + arbitrumone_swap_lpAccount( 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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootManagerMeta - staginggoerli_rootManagerMetas( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMeta_filter + orderBy: arbitrumone_swap_LpAccount_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccount_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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootManagerMeta!]! - staginggoerli_rootManagerMode( + ): [arbitrumone_swap_LpAccount!]! + arbitrumone_swap_lpAccountBalance( 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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootManagerMode - staginggoerli_rootManagerModes( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootManagerMode_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootManagerMode_filter + orderBy: arbitrumone_swap_LpAccountBalance_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccountBalance_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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootManagerMode!]! - staginggoerli_optimisticRootProposed( + ): [arbitrumone_swap_LpAccountBalance!]! + arbitrumone_swap_lpToken( 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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootProposed - staginggoerli_optimisticRootProposeds( + ): arbitrumone_swap_LpToken + arbitrumone_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootProposed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootProposed_filter + orderBy: arbitrumone_swap_LpToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpToken_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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootProposed!]! - staginggoerli_hubOptimisticRootFinalized( + ): [arbitrumone_swap_LpToken!]! + arbitrumone_swap_lpTransferEvent( 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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_HubOptimisticRootFinalized - staginggoerli_hubOptimisticRootFinalizeds( + ): arbitrumone_swap_LpTransferEvent + arbitrumone_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_HubOptimisticRootFinalized_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_HubOptimisticRootFinalized_filter + orderBy: arbitrumone_swap_LpTransferEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpTransferEvent_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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_HubOptimisticRootFinalized!]! - staginggoerli_optimisticRootPropagated( + ): [arbitrumone_swap_LpTransferEvent!]! + arbitrumone_swap_stableSwapEvent( 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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootPropagated - staginggoerli_optimisticRootPropagateds( + ): arbitrumone_swap_StableSwapEvent + arbitrumone_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootPropagated_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootPropagated_filter + orderBy: arbitrumone_swap_StableSwapEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapEvent_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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootPropagated!]! - staginggoerli_polygonConnectorMeta( + ): [arbitrumone_swap_StableSwapEvent!]! + arbitrumone_swap_swapTradeVolume( 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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_PolygonConnectorMeta - staginggoerli_polygonConnectorMetas( + ): arbitrumone_swap_SwapTradeVolume + arbitrumone_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_PolygonConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_PolygonConnectorMeta_filter + orderBy: arbitrumone_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapTradeVolume_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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_PolygonConnectorMeta!]! - staginggoerli_optimismConnectorMeta( + ): [arbitrumone_swap_SwapTradeVolume!]! + arbitrumone_swap_lpTokenEvent( 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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimismConnectorMeta - staginggoerli_optimismConnectorMetas( + ): arbitrumone_swap_LpTokenEvent + arbitrumone_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimismConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimismConnectorMeta_filter + orderBy: arbitrumone_swap_LpTokenEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpTokenEvent_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: staginggoerli_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimismConnectorMeta!]! - staginggoerli_bnbConnectorMeta( + ): [arbitrumone_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ + polygon_swap_systemInfo( 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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_BnbConnectorMeta - staginggoerli_bnbConnectorMetas( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_BnbConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_BnbConnectorMeta_filter + orderBy: polygon_swap_SystemInfo_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SystemInfo_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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_BnbConnectorMeta!]! - staginggoerli_arbitrumConnectorMeta( + ): [polygon_swap_SystemInfo!]! + polygon_swap_pooledToken( 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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ArbitrumConnectorMeta - staginggoerli_arbitrumConnectorMetas( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ArbitrumConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ArbitrumConnectorMeta_filter + orderBy: polygon_swap_PooledToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_PooledToken_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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ArbitrumConnectorMeta!]! - staginggoerli_gnosisConnectorMeta( + ): [polygon_swap_PooledToken!]! + polygon_swap_stableSwap( 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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_GnosisConnectorMeta - staginggoerli_gnosisConnectorMetas( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_GnosisConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_GnosisConnectorMeta_filter + orderBy: polygon_swap_StableSwap_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwap_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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_GnosisConnectorMeta!]! - staginggoerli_zkSyncConnectorMeta( + ): [polygon_swap_StableSwap!]! + polygon_swap_stableSwapAddLiquidityEvent( 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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ZkSyncConnectorMeta - staginggoerli_zkSyncConnectorMetas( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ZkSyncConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ZkSyncConnectorMeta_filter + orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapAddLiquidityEvent_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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ZkSyncConnectorMeta!]! - staginggoerli_rootMessageProcessed( + ): [polygon_swap_StableSwapAddLiquidityEvent!]! + polygon_swap_stableSwapRemoveLiquidityEvent( 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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootMessageProcessed - staginggoerli_rootMessageProcesseds( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageProcessed_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageProcessed_filter + orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapRemoveLiquidityEvent_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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootMessageProcessed!]! - staginggoerli_aggregateRootSavedSlow( + ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! + polygon_swap_stableSwapExchange( 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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRootSavedSlow - staginggoerli_aggregateRootSavedSlows( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRootSavedSlow_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRootSavedSlow_filter + orderBy: polygon_swap_StableSwapExchange_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapExchange_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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRootSavedSlow!]! - staginggoerli_hubDomain( + ): [polygon_swap_StableSwapExchange!]! + polygon_swap_swapDailyVolume( 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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_HubDomain - staginggoerli_hubDomains( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_HubDomain_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_HubDomain_filter + orderBy: polygon_swap_SwapDailyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapDailyVolume_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: staginggoerli_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_HubDomain!]! - """Access to subgraph metadata""" - staginggoerli__meta(block: staginggoerli_Block_height): staginggoerli__Meta_ - optimismgoerli_swap_systemInfo( + ): [polygon_swap_SwapDailyVolume!]! + polygon_swap_swapHourlyVolume( 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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SystemInfo - optimismgoerli_swap_systemInfos( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SystemInfo_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SystemInfo_filter + orderBy: polygon_swap_SwapHourlyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapHourlyVolume_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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SystemInfo!]! - optimismgoerli_swap_pooledToken( + ): [polygon_swap_SwapHourlyVolume!]! + polygon_swap_swapWeeklyVolume( 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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_PooledToken - optimismgoerli_swap_pooledTokens( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_PooledToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_PooledToken_filter + orderBy: polygon_swap_SwapWeeklyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapWeeklyVolume_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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_PooledToken!]! - optimismgoerli_swap_stableSwap( + ): [polygon_swap_SwapWeeklyVolume!]! + polygon_swap_lpAccount( 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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwap - optimismgoerli_swap_stableSwaps( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwap_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwap_filter + orderBy: polygon_swap_LpAccount_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccount_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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwap!]! - optimismgoerli_swap_stableSwapAddLiquidityEvent( + ): [polygon_swap_LpAccount!]! + polygon_swap_lpAccountBalance( 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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapAddLiquidityEvent - optimismgoerli_swap_stableSwapAddLiquidityEvents( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapAddLiquidityEvent_filter + orderBy: polygon_swap_LpAccountBalance_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccountBalance_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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapAddLiquidityEvent!]! - optimismgoerli_swap_stableSwapRemoveLiquidityEvent( + ): [polygon_swap_LpAccountBalance!]! + polygon_swap_lpToken( 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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent - optimismgoerli_swap_stableSwapRemoveLiquidityEvents( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: polygon_swap_LpToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpToken_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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! - optimismgoerli_swap_stableSwapExchange( + ): [polygon_swap_LpToken!]! + polygon_swap_lpTransferEvent( 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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapExchange - optimismgoerli_swap_stableSwapExchanges( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapExchange_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapExchange_filter + orderBy: polygon_swap_LpTransferEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTransferEvent_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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapExchange!]! - optimismgoerli_swap_swapDailyVolume( + ): [polygon_swap_LpTransferEvent!]! + polygon_swap_stableSwapEvent( 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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapDailyVolume - optimismgoerli_swap_swapDailyVolumes( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapDailyVolume_filter + orderBy: polygon_swap_StableSwapEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapEvent_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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapDailyVolume!]! - optimismgoerli_swap_swapHourlyVolume( + ): [polygon_swap_StableSwapEvent!]! + polygon_swap_swapTradeVolume( 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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapHourlyVolume - optimismgoerli_swap_swapHourlyVolumes( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapHourlyVolume_filter + orderBy: polygon_swap_SwapTradeVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapTradeVolume_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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapHourlyVolume!]! - optimismgoerli_swap_swapWeeklyVolume( + ): [polygon_swap_SwapTradeVolume!]! + polygon_swap_lpTokenEvent( 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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapWeeklyVolume - optimismgoerli_swap_swapWeeklyVolumes( + ): polygon_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapWeeklyVolume_filter + orderBy: polygon_swap_LpTokenEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTokenEvent_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: optimismgoerli_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapWeeklyVolume!]! - optimismgoerli_swap_lpAccount( + ): [polygon_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ + xdai_swap_systemInfo( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpAccount - optimismgoerli_swap_lpAccounts( + ): xdai_swap_SystemInfo + xdai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccount_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccount_filter + orderBy: xdai_swap_SystemInfo_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SystemInfo_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpAccount!]! - optimismgoerli_swap_lpAccountBalance( + ): [xdai_swap_SystemInfo!]! + xdai_swap_pooledToken( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpAccountBalance - optimismgoerli_swap_lpAccountBalances( + ): xdai_swap_PooledToken + xdai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpAccountBalance_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpAccountBalance_filter + orderBy: xdai_swap_PooledToken_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_PooledToken_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpAccountBalance!]! - optimismgoerli_swap_lpToken( + ): [xdai_swap_PooledToken!]! + xdai_swap_stableSwap( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpToken - optimismgoerli_swap_lpTokens( + ): xdai_swap_StableSwap + xdai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpToken_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpToken_filter + orderBy: xdai_swap_StableSwap_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwap_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpToken!]! - optimismgoerli_swap_lpTransferEvent( + ): [xdai_swap_StableSwap!]! + xdai_swap_stableSwapAddLiquidityEvent( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpTransferEvent - optimismgoerli_swap_lpTransferEvents( + ): xdai_swap_StableSwapAddLiquidityEvent + xdai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTransferEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTransferEvent_filter + orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapAddLiquidityEvent_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpTransferEvent!]! - optimismgoerli_swap_stableSwapEvent( + ): [xdai_swap_StableSwapAddLiquidityEvent!]! + xdai_swap_stableSwapRemoveLiquidityEvent( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_StableSwapEvent - optimismgoerli_swap_stableSwapEvents( + ): xdai_swap_StableSwapRemoveLiquidityEvent + xdai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_StableSwapEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_StableSwapEvent_filter + orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapRemoveLiquidityEvent_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_StableSwapEvent!]! - optimismgoerli_swap_swapTradeVolume( + ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! + xdai_swap_stableSwapExchange( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_SwapTradeVolume - optimismgoerli_swap_swapTradeVolumes( + ): xdai_swap_StableSwapExchange + xdai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_SwapTradeVolume_filter + orderBy: xdai_swap_StableSwapExchange_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapExchange_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_SwapTradeVolume!]! - optimismgoerli_swap_lpTokenEvent( + ): [xdai_swap_StableSwapExchange!]! + xdai_swap_swapDailyVolume( 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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_swap_LpTokenEvent - optimismgoerli_swap_lpTokenEvents( + ): xdai_swap_SwapDailyVolume + xdai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_swap_LpTokenEvent_orderBy - orderDirection: optimismgoerli_swap_OrderDirection - where: optimismgoerli_swap_LpTokenEvent_filter + orderBy: xdai_swap_SwapDailyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapDailyVolume_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: optimismgoerli_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__Meta_ - optimism_swap_systemInfo( + ): [xdai_swap_SwapDailyVolume!]! + xdai_swap_swapHourlyVolume( 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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SystemInfo - optimism_swap_systemInfos( + ): xdai_swap_SwapHourlyVolume + xdai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SystemInfo_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SystemInfo_filter + orderBy: xdai_swap_SwapHourlyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapHourlyVolume_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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SystemInfo!]! - optimism_swap_pooledToken( + ): [xdai_swap_SwapHourlyVolume!]! + xdai_swap_swapWeeklyVolume( 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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_PooledToken - optimism_swap_pooledTokens( + ): xdai_swap_SwapWeeklyVolume + xdai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_PooledToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_PooledToken_filter + orderBy: xdai_swap_SwapWeeklyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapWeeklyVolume_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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( + ): [xdai_swap_SwapWeeklyVolume!]! + xdai_swap_lpAccount( 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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwap - optimism_swap_stableSwaps( + ): xdai_swap_LpAccount + xdai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwap_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwap_filter + orderBy: xdai_swap_LpAccount_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpAccount_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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwap!]! - optimism_swap_stableSwapAddLiquidityEvent( + ): [xdai_swap_LpAccount!]! + xdai_swap_lpAccountBalance( 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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapAddLiquidityEvent - optimism_swap_stableSwapAddLiquidityEvents( + ): xdai_swap_LpAccountBalance + xdai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapAddLiquidityEvent_filter + orderBy: xdai_swap_LpAccountBalance_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpAccountBalance_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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapAddLiquidityEvent!]! - optimism_swap_stableSwapRemoveLiquidityEvent( + ): [xdai_swap_LpAccountBalance!]! + xdai_swap_lpToken( 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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapRemoveLiquidityEvent - optimism_swap_stableSwapRemoveLiquidityEvents( + ): xdai_swap_LpToken + xdai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: xdai_swap_LpToken_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpToken_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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! - optimism_swap_stableSwapExchange( + ): [xdai_swap_LpToken!]! + xdai_swap_lpTransferEvent( 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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapExchange - optimism_swap_stableSwapExchanges( + ): xdai_swap_LpTransferEvent + xdai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapExchange_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapExchange_filter + orderBy: xdai_swap_LpTransferEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpTransferEvent_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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapExchange!]! - optimism_swap_swapDailyVolume( + ): [xdai_swap_LpTransferEvent!]! + xdai_swap_stableSwapEvent( 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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapDailyVolume - optimism_swap_swapDailyVolumes( + ): xdai_swap_StableSwapEvent + xdai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapDailyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapDailyVolume_filter + orderBy: xdai_swap_StableSwapEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapEvent_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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapDailyVolume!]! - optimism_swap_swapHourlyVolume( + ): [xdai_swap_StableSwapEvent!]! + xdai_swap_swapTradeVolume( 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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapHourlyVolume - optimism_swap_swapHourlyVolumes( + ): xdai_swap_SwapTradeVolume + xdai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapHourlyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapHourlyVolume_filter + orderBy: xdai_swap_SwapTradeVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapTradeVolume_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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapHourlyVolume!]! - optimism_swap_swapWeeklyVolume( + ): [xdai_swap_SwapTradeVolume!]! + xdai_swap_lpTokenEvent( 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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapWeeklyVolume - optimism_swap_swapWeeklyVolumes( + ): xdai_swap_LpTokenEvent + xdai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapWeeklyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapWeeklyVolume_filter + orderBy: xdai_swap_LpTokenEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpTokenEvent_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: optimism_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapWeeklyVolume!]! - optimism_swap_lpAccount( + ): [xdai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ + stagingmumbai_swap_systemInfo( 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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccount - optimism_swap_lpAccounts( + ): stagingmumbai_swap_SystemInfo + stagingmumbai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccount_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccount_filter + orderBy: stagingmumbai_swap_SystemInfo_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SystemInfo_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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccount!]! - optimism_swap_lpAccountBalance( + ): [stagingmumbai_swap_SystemInfo!]! + stagingmumbai_swap_pooledToken( 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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccountBalance - optimism_swap_lpAccountBalances( + ): stagingmumbai_swap_PooledToken + stagingmumbai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccountBalance_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccountBalance_filter + orderBy: stagingmumbai_swap_PooledToken_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_PooledToken_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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccountBalance!]! - optimism_swap_lpToken( + ): [stagingmumbai_swap_PooledToken!]! + stagingmumbai_swap_stableSwap( 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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpToken - optimism_swap_lpTokens( + ): stagingmumbai_swap_StableSwap + stagingmumbai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpToken_filter + orderBy: stagingmumbai_swap_StableSwap_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwap_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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpToken!]! - optimism_swap_lpTransferEvent( + ): [stagingmumbai_swap_StableSwap!]! + stagingmumbai_swap_stableSwapAddLiquidityEvent( 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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTransferEvent - optimism_swap_lpTransferEvents( + ): stagingmumbai_swap_StableSwapAddLiquidityEvent + stagingmumbai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTransferEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTransferEvent_filter + orderBy: stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapAddLiquidityEvent_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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTransferEvent!]! - optimism_swap_stableSwapEvent( + ): [stagingmumbai_swap_StableSwapAddLiquidityEvent!]! + stagingmumbai_swap_stableSwapRemoveLiquidityEvent( 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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapEvent - optimism_swap_stableSwapEvents( + ): stagingmumbai_swap_StableSwapRemoveLiquidityEvent + stagingmumbai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapEvent_filter + orderBy: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapRemoveLiquidityEvent_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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapEvent!]! - optimism_swap_swapTradeVolume( + ): [stagingmumbai_swap_StableSwapRemoveLiquidityEvent!]! + stagingmumbai_swap_stableSwapExchange( 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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapTradeVolume - optimism_swap_swapTradeVolumes( + ): stagingmumbai_swap_StableSwapExchange + stagingmumbai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapTradeVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapTradeVolume_filter + orderBy: stagingmumbai_swap_StableSwapExchange_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapExchange_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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapTradeVolume!]! - optimism_swap_lpTokenEvent( + ): [stagingmumbai_swap_StableSwapExchange!]! + stagingmumbai_swap_swapDailyVolume( 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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTokenEvent - optimism_swap_lpTokenEvents( + ): stagingmumbai_swap_SwapDailyVolume + stagingmumbai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTokenEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTokenEvent_filter + orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapDailyVolume_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: optimism_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - arbitrumone_swap_systemInfo( + ): [stagingmumbai_swap_SwapDailyVolume!]! + stagingmumbai_swap_swapHourlyVolume( 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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SystemInfo - arbitrumone_swap_systemInfos( + ): stagingmumbai_swap_SwapHourlyVolume + stagingmumbai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_filter + orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapHourlyVolume_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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SystemInfo!]! - arbitrumone_swap_pooledToken( + ): [stagingmumbai_swap_SwapHourlyVolume!]! + stagingmumbai_swap_swapWeeklyVolume( 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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_PooledToken - arbitrumone_swap_pooledTokens( + ): stagingmumbai_swap_SwapWeeklyVolume + stagingmumbai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_filter + orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapWeeklyVolume_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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_PooledToken!]! - arbitrumone_swap_stableSwap( + ): [stagingmumbai_swap_SwapWeeklyVolume!]! + stagingmumbai_swap_lpAccount( 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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwap - arbitrumone_swap_stableSwaps( + ): stagingmumbai_swap_LpAccount + stagingmumbai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_filter + orderBy: stagingmumbai_swap_LpAccount_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpAccount_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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwap!]! - arbitrumone_swap_stableSwapAddLiquidityEvent( + ): [stagingmumbai_swap_LpAccount!]! + stagingmumbai_swap_lpAccountBalance( 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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapAddLiquidityEvent - arbitrumone_swap_stableSwapAddLiquidityEvents( + ): stagingmumbai_swap_LpAccountBalance + stagingmumbai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingmumbai_swap_LpAccountBalance_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpAccountBalance_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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! - arbitrumone_swap_stableSwapRemoveLiquidityEvent( + ): [stagingmumbai_swap_LpAccountBalance!]! + stagingmumbai_swap_lpToken( 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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapRemoveLiquidityEvent - arbitrumone_swap_stableSwapRemoveLiquidityEvents( + ): stagingmumbai_swap_LpToken + stagingmumbai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingmumbai_swap_LpToken_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpToken_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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumone_swap_stableSwapExchange( + ): [stagingmumbai_swap_LpToken!]! + stagingmumbai_swap_lpTransferEvent( 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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapExchange - arbitrumone_swap_stableSwapExchanges( + ): stagingmumbai_swap_LpTransferEvent + stagingmumbai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_filter + orderBy: stagingmumbai_swap_LpTransferEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpTransferEvent_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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapExchange!]! - arbitrumone_swap_swapDailyVolume( + ): [stagingmumbai_swap_LpTransferEvent!]! + stagingmumbai_swap_stableSwapEvent( 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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapDailyVolume - arbitrumone_swap_swapDailyVolumes( + ): stagingmumbai_swap_StableSwapEvent + stagingmumbai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_filter + orderBy: stagingmumbai_swap_StableSwapEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_StableSwapEvent_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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapDailyVolume!]! - arbitrumone_swap_swapHourlyVolume( + ): [stagingmumbai_swap_StableSwapEvent!]! + stagingmumbai_swap_swapTradeVolume( 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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapHourlyVolume - arbitrumone_swap_swapHourlyVolumes( + ): stagingmumbai_swap_SwapTradeVolume + stagingmumbai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_filter + orderBy: stagingmumbai_swap_SwapTradeVolume_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_SwapTradeVolume_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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapHourlyVolume!]! - arbitrumone_swap_swapWeeklyVolume( + ): [stagingmumbai_swap_SwapTradeVolume!]! + stagingmumbai_swap_lpTokenEvent( 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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( + ): stagingmumbai_swap_LpTokenEvent + stagingmumbai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapWeeklyVolume_filter + orderBy: stagingmumbai_swap_LpTokenEvent_orderBy + orderDirection: stagingmumbai_swap_OrderDirection + where: stagingmumbai_swap_LpTokenEvent_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: arbitrumone_swap_Block_height + block: stagingmumbai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapWeeklyVolume!]! - arbitrumone_swap_lpAccount( + ): [stagingmumbai_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + stagingmumbai_swap__meta(block: stagingmumbai_swap_Block_height): stagingmumbai_swap__Meta_ + optimismgoerli_swap_systemInfo( 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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( + ): optimismgoerli_swap_SystemInfo + optimismgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccount_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccount_filter + orderBy: optimismgoerli_swap_SystemInfo_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SystemInfo_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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccount!]! - arbitrumone_swap_lpAccountBalance( + ): [optimismgoerli_swap_SystemInfo!]! + optimismgoerli_swap_pooledToken( 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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( + ): optimismgoerli_swap_PooledToken + optimismgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccountBalance_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccountBalance_filter + orderBy: optimismgoerli_swap_PooledToken_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_PooledToken_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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( + ): [optimismgoerli_swap_PooledToken!]! + optimismgoerli_swap_stableSwap( 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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( + ): optimismgoerli_swap_StableSwap + optimismgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_filter + orderBy: optimismgoerli_swap_StableSwap_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwap_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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( + ): [optimismgoerli_swap_StableSwap!]! + optimismgoerli_swap_stableSwapAddLiquidityEvent( 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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( + ): optimismgoerli_swap_StableSwapAddLiquidityEvent + optimismgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_filter + orderBy: optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapAddLiquidityEvent_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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( + ): [optimismgoerli_swap_StableSwapAddLiquidityEvent!]! + optimismgoerli_swap_stableSwapRemoveLiquidityEvent( 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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( + ): optimismgoerli_swap_StableSwapRemoveLiquidityEvent + optimismgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_filter + orderBy: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapRemoveLiquidityEvent_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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( + ): [optimismgoerli_swap_StableSwapRemoveLiquidityEvent!]! + optimismgoerli_swap_stableSwapExchange( 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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( + ): optimismgoerli_swap_StableSwapExchange + optimismgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_filter + orderBy: optimismgoerli_swap_StableSwapExchange_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapExchange_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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( + ): [optimismgoerli_swap_StableSwapExchange!]! + optimismgoerli_swap_swapDailyVolume( 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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( + ): optimismgoerli_swap_SwapDailyVolume + optimismgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_filter + orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapDailyVolume_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: arbitrumone_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - polygon_swap_systemInfo( + ): [optimismgoerli_swap_SwapDailyVolume!]! + optimismgoerli_swap_swapHourlyVolume( 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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SystemInfo - polygon_swap_systemInfos( + ): optimismgoerli_swap_SwapHourlyVolume + optimismgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_filter + orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapHourlyVolume_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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SystemInfo!]! - polygon_swap_pooledToken( + ): [optimismgoerli_swap_SwapHourlyVolume!]! + optimismgoerli_swap_swapWeeklyVolume( 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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_PooledToken - polygon_swap_pooledTokens( + ): optimismgoerli_swap_SwapWeeklyVolume + optimismgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_filter + orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapWeeklyVolume_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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_PooledToken!]! - polygon_swap_stableSwap( + ): [optimismgoerli_swap_SwapWeeklyVolume!]! + optimismgoerli_swap_lpAccount( 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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwap - polygon_swap_stableSwaps( + ): optimismgoerli_swap_LpAccount + optimismgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwap_filter + orderBy: optimismgoerli_swap_LpAccount_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpAccount_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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwap!]! - polygon_swap_stableSwapAddLiquidityEvent( + ): [optimismgoerli_swap_LpAccount!]! + optimismgoerli_swap_lpAccountBalance( 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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapAddLiquidityEvent - polygon_swap_stableSwapAddLiquidityEvents( + ): optimismgoerli_swap_LpAccountBalance + optimismgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapAddLiquidityEvent_filter + orderBy: optimismgoerli_swap_LpAccountBalance_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpAccountBalance_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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapAddLiquidityEvent!]! - polygon_swap_stableSwapRemoveLiquidityEvent( + ): [optimismgoerli_swap_LpAccountBalance!]! + optimismgoerli_swap_lpToken( 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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapRemoveLiquidityEvent - polygon_swap_stableSwapRemoveLiquidityEvents( + ): optimismgoerli_swap_LpToken + optimismgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: optimismgoerli_swap_LpToken_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpToken_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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! - polygon_swap_stableSwapExchange( + ): [optimismgoerli_swap_LpToken!]! + optimismgoerli_swap_lpTransferEvent( 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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapExchange - polygon_swap_stableSwapExchanges( + ): optimismgoerli_swap_LpTransferEvent + optimismgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapExchange_filter + orderBy: optimismgoerli_swap_LpTransferEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpTransferEvent_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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapExchange!]! - polygon_swap_swapDailyVolume( + ): [optimismgoerli_swap_LpTransferEvent!]! + optimismgoerli_swap_stableSwapEvent( 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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapDailyVolume - polygon_swap_swapDailyVolumes( + ): optimismgoerli_swap_StableSwapEvent + optimismgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapDailyVolume_filter + orderBy: optimismgoerli_swap_StableSwapEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_StableSwapEvent_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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapDailyVolume!]! - polygon_swap_swapHourlyVolume( + ): [optimismgoerli_swap_StableSwapEvent!]! + optimismgoerli_swap_swapTradeVolume( 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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapHourlyVolume - polygon_swap_swapHourlyVolumes( + ): optimismgoerli_swap_SwapTradeVolume + optimismgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapHourlyVolume_filter + orderBy: optimismgoerli_swap_SwapTradeVolume_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_SwapTradeVolume_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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapHourlyVolume!]! - polygon_swap_swapWeeklyVolume( + ): [optimismgoerli_swap_SwapTradeVolume!]! + optimismgoerli_swap_lpTokenEvent( 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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapWeeklyVolume - polygon_swap_swapWeeklyVolumes( + ): optimismgoerli_swap_LpTokenEvent + optimismgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapWeeklyVolume_filter + orderBy: optimismgoerli_swap_LpTokenEvent_orderBy + orderDirection: optimismgoerli_swap_OrderDirection + where: optimismgoerli_swap_LpTokenEvent_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: polygon_swap_Block_height + block: optimismgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapWeeklyVolume!]! - polygon_swap_lpAccount( + ): [optimismgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimismgoerli_swap__meta(block: optimismgoerli_swap_Block_height): optimismgoerli_swap__Meta_ + arbitrumgoerli_swap_systemInfo( 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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpAccount - polygon_swap_lpAccounts( + ): arbitrumgoerli_swap_SystemInfo + arbitrumgoerli_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccount_filter + orderBy: arbitrumgoerli_swap_SystemInfo_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SystemInfo_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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpAccount!]! - polygon_swap_lpAccountBalance( + ): [arbitrumgoerli_swap_SystemInfo!]! + arbitrumgoerli_swap_pooledToken( 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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpAccountBalance - polygon_swap_lpAccountBalances( + ): arbitrumgoerli_swap_PooledToken + arbitrumgoerli_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccountBalance_filter + orderBy: arbitrumgoerli_swap_PooledToken_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_PooledToken_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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpAccountBalance!]! - polygon_swap_lpToken( + ): [arbitrumgoerli_swap_PooledToken!]! + arbitrumgoerli_swap_stableSwap( 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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpToken - polygon_swap_lpTokens( + ): arbitrumgoerli_swap_StableSwap + arbitrumgoerli_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpToken_filter + orderBy: arbitrumgoerli_swap_StableSwap_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwap_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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpToken!]! - polygon_swap_lpTransferEvent( + ): [arbitrumgoerli_swap_StableSwap!]! + arbitrumgoerli_swap_stableSwapAddLiquidityEvent( 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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpTransferEvent - polygon_swap_lpTransferEvents( + ): arbitrumgoerli_swap_StableSwapAddLiquidityEvent + arbitrumgoerli_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTransferEvent_filter + orderBy: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapAddLiquidityEvent_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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpTransferEvent!]! - polygon_swap_stableSwapEvent( + ): [arbitrumgoerli_swap_StableSwapAddLiquidityEvent!]! + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvent( 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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_StableSwapEvent - polygon_swap_stableSwapEvents( + ): arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent + arbitrumgoerli_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapEvent_filter + orderBy: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_StableSwapEvent!]! - polygon_swap_swapTradeVolume( + ): [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumgoerli_swap_stableSwapExchange( 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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_SwapTradeVolume - polygon_swap_swapTradeVolumes( + ): arbitrumgoerli_swap_StableSwapExchange + arbitrumgoerli_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapTradeVolume_filter + orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapExchange_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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_SwapTradeVolume!]! - polygon_swap_lpTokenEvent( + ): [arbitrumgoerli_swap_StableSwapExchange!]! + arbitrumgoerli_swap_swapDailyVolume( 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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_swap_LpTokenEvent - polygon_swap_lpTokenEvents( + ): arbitrumgoerli_swap_SwapDailyVolume + arbitrumgoerli_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTokenEvent_filter + orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapDailyVolume_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: polygon_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - linea_swap_systemInfo( + ): [arbitrumgoerli_swap_SwapDailyVolume!]! + arbitrumgoerli_swap_swapHourlyVolume( 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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SystemInfo - linea_swap_systemInfos( + ): arbitrumgoerli_swap_SwapHourlyVolume + arbitrumgoerli_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_filter + orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapHourlyVolume_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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( + ): [arbitrumgoerli_swap_SwapHourlyVolume!]! + arbitrumgoerli_swap_swapWeeklyVolume( 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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_PooledToken - linea_swap_pooledTokens( + ): arbitrumgoerli_swap_SwapWeeklyVolume + arbitrumgoerli_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_filter + orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapWeeklyVolume_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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( + ): [arbitrumgoerli_swap_SwapWeeklyVolume!]! + arbitrumgoerli_swap_lpAccount( 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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwap - linea_swap_stableSwaps( + ): arbitrumgoerli_swap_LpAccount + arbitrumgoerli_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_filter + orderBy: arbitrumgoerli_swap_LpAccount_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpAccount_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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( + ): [arbitrumgoerli_swap_LpAccount!]! + arbitrumgoerli_swap_lpAccountBalance( 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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapAddLiquidityEvent - linea_swap_stableSwapAddLiquidityEvents( + ): arbitrumgoerli_swap_LpAccountBalance + arbitrumgoerli_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_filter + orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpAccountBalance_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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapAddLiquidityEvent!]! - linea_swap_stableSwapRemoveLiquidityEvent( + ): [arbitrumgoerli_swap_LpAccountBalance!]! + arbitrumgoerli_swap_lpToken( 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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumgoerli_swap_LpToken + arbitrumgoerli_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: arbitrumgoerli_swap_LpToken_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpToken_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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( + ): [arbitrumgoerli_swap_LpToken!]! + arbitrumgoerli_swap_lpTransferEvent( 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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapExchange - linea_swap_stableSwapExchanges( + ): arbitrumgoerli_swap_LpTransferEvent + arbitrumgoerli_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_filter + orderBy: arbitrumgoerli_swap_LpTransferEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpTransferEvent_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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapExchange!]! - linea_swap_swapDailyVolume( + ): [arbitrumgoerli_swap_LpTransferEvent!]! + arbitrumgoerli_swap_stableSwapEvent( 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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapDailyVolume - linea_swap_swapDailyVolumes( + ): arbitrumgoerli_swap_StableSwapEvent + arbitrumgoerli_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_filter + orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_StableSwapEvent_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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( + ): [arbitrumgoerli_swap_StableSwapEvent!]! + arbitrumgoerli_swap_swapTradeVolume( 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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): arbitrumgoerli_swap_SwapTradeVolume + arbitrumgoerli_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_filter + orderBy: arbitrumgoerli_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_SwapTradeVolume_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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [arbitrumgoerli_swap_SwapTradeVolume!]! + arbitrumgoerli_swap_lpTokenEvent( 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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): arbitrumgoerli_swap_LpTokenEvent + arbitrumgoerli_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_filter + orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy + orderDirection: arbitrumgoerli_swap_OrderDirection + where: arbitrumgoerli_swap_LpTokenEvent_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: linea_swap_Block_height + block: arbitrumgoerli_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [arbitrumgoerli_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumgoerli_swap__meta(block: arbitrumgoerli_swap_Block_height): arbitrumgoerli_swap__Meta_ + optimism_swap_systemInfo( 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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccount - linea_swap_lpAccounts( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_filter + orderBy: optimism_swap_SystemInfo_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SystemInfo_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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccount!]! - linea_swap_lpAccountBalance( + ): [optimism_swap_SystemInfo!]! + optimism_swap_pooledToken( 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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccountBalance - linea_swap_lpAccountBalances( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_filter + orderBy: optimism_swap_PooledToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_PooledToken_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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccountBalance!]! - linea_swap_lpToken( + ): [optimism_swap_PooledToken!]! + optimism_swap_stableSwap( 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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpToken - linea_swap_lpTokens( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_filter + orderBy: optimism_swap_StableSwap_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwap_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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpToken!]! - linea_swap_lpTransferEvent( + ): [optimism_swap_StableSwap!]! + optimism_swap_stableSwapAddLiquidityEvent( 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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTransferEvent - linea_swap_lpTransferEvents( + ): optimism_swap_StableSwapAddLiquidityEvent + optimism_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_filter + orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapAddLiquidityEvent_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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [optimism_swap_StableSwapAddLiquidityEvent!]! + optimism_swap_stableSwapRemoveLiquidityEvent( 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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapEvent - linea_swap_stableSwapEvents( + ): optimism_swap_StableSwapRemoveLiquidityEvent + optimism_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_filter + orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapRemoveLiquidityEvent_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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! + optimism_swap_stableSwapExchange( 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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): optimism_swap_StableSwapExchange + optimism_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_filter + orderBy: optimism_swap_StableSwapExchange_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapExchange_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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [optimism_swap_StableSwapExchange!]! + optimism_swap_swapDailyVolume( 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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTokenEvent - linea_swap_lpTokenEvents( + ): optimism_swap_SwapDailyVolume + optimism_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_filter + orderBy: optimism_swap_SwapDailyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapDailyVolume_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: linea_swap_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ - goerli_asset( + ): [optimism_swap_SwapDailyVolume!]! + optimism_swap_swapHourlyVolume( 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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Asset - goerli_assets( + ): optimism_swap_SwapHourlyVolume + optimism_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_Asset_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Asset_filter + orderBy: optimism_swap_SwapHourlyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapHourlyVolume_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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Asset!]! - goerli_assetStatus( + ): [optimism_swap_SwapHourlyVolume!]! + optimism_swap_swapWeeklyVolume( 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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AssetStatus - goerli_assetStatuses( + ): optimism_swap_SwapWeeklyVolume + optimism_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetStatus_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetStatus_filter + orderBy: optimism_swap_SwapWeeklyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapWeeklyVolume_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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AssetStatus!]! - goerli_assetBalance( + ): [optimism_swap_SwapWeeklyVolume!]! + optimism_swap_lpAccount( 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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AssetBalance - goerli_assetBalances( + ): optimism_swap_LpAccount + optimism_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: goerli_AssetBalance_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AssetBalance_filter + orderBy: optimism_swap_LpAccount_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpAccount_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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AssetBalance!]! - goerli_router( + ): [optimism_swap_LpAccount!]! + optimism_swap_lpAccountBalance( 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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Router - goerli_routers( + ): optimism_swap_LpAccountBalance + optimism_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_Router_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Router_filter + orderBy: optimism_swap_LpAccountBalance_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpAccountBalance_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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Router!]! - goerli_routerDailyTVL( + ): [optimism_swap_LpAccountBalance!]! + optimism_swap_lpToken( 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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RouterDailyTVL - goerli_routerDailyTVLs( + ): optimism_swap_LpToken + optimism_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterDailyTVL_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterDailyTVL_filter + orderBy: optimism_swap_LpToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpToken_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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RouterDailyTVL!]! - goerli_routerLiquidityEvent( + ): [optimism_swap_LpToken!]! + optimism_swap_lpTransferEvent( 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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RouterLiquidityEvent - goerli_routerLiquidityEvents( + ): optimism_swap_LpTransferEvent + optimism_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_RouterLiquidityEvent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RouterLiquidityEvent_filter + orderBy: optimism_swap_LpTransferEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpTransferEvent_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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RouterLiquidityEvent!]! - goerli_setting( + ): [optimism_swap_LpTransferEvent!]! + optimism_swap_stableSwapEvent( 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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Setting - goerli_settings( + ): optimism_swap_StableSwapEvent + optimism_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_Setting_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Setting_filter + orderBy: optimism_swap_StableSwapEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapEvent_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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Setting!]! - goerli_relayer( + ): [optimism_swap_StableSwapEvent!]! + optimism_swap_swapTradeVolume( 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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Relayer - goerli_relayers( + ): optimism_swap_SwapTradeVolume + optimism_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: goerli_Relayer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Relayer_filter + orderBy: optimism_swap_SwapTradeVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapTradeVolume_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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Relayer!]! - goerli_sequencer( + ): [optimism_swap_SwapTradeVolume!]! + optimism_swap_lpTokenEvent( 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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_Sequencer - goerli_sequencers( + ): optimism_swap_LpTokenEvent + optimism_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: goerli_Sequencer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_Sequencer_filter + orderBy: optimism_swap_LpTokenEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpTokenEvent_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: goerli_Block_height + block: optimism_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_Sequencer!]! - goerli_relayerFee( + ): [optimism_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ + stagingarbitrumgoerli_asset( 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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RelayerFee - goerli_relayerFees( + ): stagingarbitrumgoerli_Asset + stagingarbitrumgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFee_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFee_filter + orderBy: stagingarbitrumgoerli_Asset_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Asset_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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RelayerFee!]! - goerli_originTransfer( + ): [stagingarbitrumgoerli_Asset!]! + stagingarbitrumgoerli_assetStatus( 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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OriginTransfer - goerli_originTransfers( + ): stagingarbitrumgoerli_AssetStatus + stagingarbitrumgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginTransfer_filter + orderBy: stagingarbitrumgoerli_AssetStatus_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AssetStatus_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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OriginTransfer!]! - goerli_destinationTransfer( + ): [stagingarbitrumgoerli_AssetStatus!]! + stagingarbitrumgoerli_assetBalance( 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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_DestinationTransfer - goerli_destinationTransfers( + ): stagingarbitrumgoerli_AssetBalance + stagingarbitrumgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: goerli_DestinationTransfer_orderBy - orderDirection: goerli_OrderDirection - where: goerli_DestinationTransfer_filter + orderBy: stagingarbitrumgoerli_AssetBalance_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AssetBalance_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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_DestinationTransfer!]! - goerli_originMessage( + ): [stagingarbitrumgoerli_AssetBalance!]! + stagingarbitrumgoerli_router( 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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_OriginMessage - goerli_originMessages( + ): stagingarbitrumgoerli_Router + stagingarbitrumgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: goerli_OriginMessage_orderBy - orderDirection: goerli_OrderDirection - where: goerli_OriginMessage_filter + orderBy: stagingarbitrumgoerli_Router_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Router_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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_OriginMessage!]! - goerli_aggregateRoot( + ): [stagingarbitrumgoerli_Router!]! + stagingarbitrumgoerli_routerDailyTVL( 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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_AggregateRoot - goerli_aggregateRoots( + ): stagingarbitrumgoerli_RouterDailyTVL + stagingarbitrumgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: goerli_AggregateRoot_orderBy - orderDirection: goerli_OrderDirection - where: goerli_AggregateRoot_filter + orderBy: stagingarbitrumgoerli_RouterDailyTVL_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RouterDailyTVL_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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_AggregateRoot!]! - goerli_connectorMeta( + ): [stagingarbitrumgoerli_RouterDailyTVL!]! + stagingarbitrumgoerli_setting( 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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_ConnectorMeta - goerli_connectorMetas( + ): stagingarbitrumgoerli_Setting + stagingarbitrumgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: goerli_ConnectorMeta_orderBy - orderDirection: goerli_OrderDirection - where: goerli_ConnectorMeta_filter + orderBy: stagingarbitrumgoerli_Setting_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Setting_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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_ConnectorMeta!]! - goerli_rootCount( + ): [stagingarbitrumgoerli_Setting!]! + stagingarbitrumgoerli_relayer( 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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootCount - goerli_rootCounts( + ): stagingarbitrumgoerli_Relayer + stagingarbitrumgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootCount_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootCount_filter + orderBy: stagingarbitrumgoerli_Relayer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Relayer_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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootCount!]! - goerli_rootMessageSent( + ): [stagingarbitrumgoerli_Relayer!]! + stagingarbitrumgoerli_sequencer( 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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RootMessageSent - goerli_rootMessageSents( + ): stagingarbitrumgoerli_Sequencer + stagingarbitrumgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: goerli_RootMessageSent_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RootMessageSent_filter + orderBy: stagingarbitrumgoerli_Sequencer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_Sequencer_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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RootMessageSent!]! - goerli_relayerFeesIncrease( + ): [stagingarbitrumgoerli_Sequencer!]! + stagingarbitrumgoerli_relayerFee( 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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_RelayerFeesIncrease - goerli_relayerFeesIncreases( + ): stagingarbitrumgoerli_RelayerFee + stagingarbitrumgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: goerli_RelayerFeesIncrease_orderBy - orderDirection: goerli_OrderDirection - where: goerli_RelayerFeesIncrease_filter + orderBy: stagingarbitrumgoerli_RelayerFee_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RelayerFee_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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_RelayerFeesIncrease!]! - goerli_slippageUpdate( + ): [stagingarbitrumgoerli_RelayerFee!]! + stagingarbitrumgoerli_originTransfer( 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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): goerli_SlippageUpdate - goerli_slippageUpdates( + ): stagingarbitrumgoerli_OriginTransfer + stagingarbitrumgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: goerli_SlippageUpdate_orderBy - orderDirection: goerli_OrderDirection - where: goerli_SlippageUpdate_filter + orderBy: stagingarbitrumgoerli_OriginTransfer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_OriginTransfer_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: goerli_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [goerli_SlippageUpdate!]! - localmainnet_rootAggregated( + ): [stagingarbitrumgoerli_OriginTransfer!]! + stagingarbitrumgoerli_destinationTransfer( 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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootAggregated - localmainnet_rootAggregateds( + ): stagingarbitrumgoerli_DestinationTransfer + stagingarbitrumgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootAggregated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootAggregated_filter + orderBy: stagingarbitrumgoerli_DestinationTransfer_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_DestinationTransfer_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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootAggregated!]! - localmainnet_rootPropagated( + ): [stagingarbitrumgoerli_DestinationTransfer!]! + stagingarbitrumgoerli_originMessage( 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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootPropagated - localmainnet_rootPropagateds( + ): stagingarbitrumgoerli_OriginMessage + stagingarbitrumgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootPropagated_filter + orderBy: stagingarbitrumgoerli_OriginMessage_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_OriginMessage_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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootPropagated!]! - localmainnet_aggregatedMessageRoot( + ): [stagingarbitrumgoerli_OriginMessage!]! + stagingarbitrumgoerli_aggregateRoot( 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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregatedMessageRoot - localmainnet_aggregatedMessageRoots( + ): stagingarbitrumgoerli_AggregateRoot + stagingarbitrumgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregatedMessageRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregatedMessageRoot_filter + orderBy: stagingarbitrumgoerli_AggregateRoot_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AggregateRoot_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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregatedMessageRoot!]! - localmainnet_rootManagerMeta( + ): [stagingarbitrumgoerli_AggregateRoot!]! + stagingarbitrumgoerli_connectorMeta( 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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootManagerMeta - localmainnet_rootManagerMetas( + ): stagingarbitrumgoerli_ConnectorMeta + stagingarbitrumgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMeta_filter + orderBy: stagingarbitrumgoerli_ConnectorMeta_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_ConnectorMeta_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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootManagerMeta!]! - localmainnet_rootManagerMode( + ): [stagingarbitrumgoerli_ConnectorMeta!]! + stagingarbitrumgoerli_rootCount( 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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootManagerMode - localmainnet_rootManagerModes( + ): stagingarbitrumgoerli_RootCount + stagingarbitrumgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootManagerMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootManagerMode_filter + orderBy: stagingarbitrumgoerli_RootCount_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RootCount_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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootManagerMode!]! - localmainnet_optimisticRootProposed( + ): [stagingarbitrumgoerli_RootCount!]! + stagingarbitrumgoerli_rootMessageSent( 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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootProposed - localmainnet_optimisticRootProposeds( + ): stagingarbitrumgoerli_RootMessageSent + stagingarbitrumgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootProposed_filter + orderBy: stagingarbitrumgoerli_RootMessageSent_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RootMessageSent_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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootProposed!]! - localmainnet_hubOptimisticRootFinalized( + ): [stagingarbitrumgoerli_RootMessageSent!]! + stagingarbitrumgoerli_relayerFeesIncrease( 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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_HubOptimisticRootFinalized - localmainnet_hubOptimisticRootFinalizeds( + ): stagingarbitrumgoerli_RelayerFeesIncrease + stagingarbitrumgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubOptimisticRootFinalized_filter + orderBy: stagingarbitrumgoerli_RelayerFeesIncrease_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_RelayerFeesIncrease_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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_HubOptimisticRootFinalized!]! - localmainnet_optimisticRootPropagated( + ): [stagingarbitrumgoerli_RelayerFeesIncrease!]! + stagingarbitrumgoerli_slippageUpdate( 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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootPropagated - localmainnet_optimisticRootPropagateds( + ): stagingarbitrumgoerli_SlippageUpdate + stagingarbitrumgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootPropagated_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootPropagated_filter + orderBy: stagingarbitrumgoerli_SlippageUpdate_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_SlippageUpdate_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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootPropagated!]! - localmainnet_polygonConnectorMeta( + ): [stagingarbitrumgoerli_SlippageUpdate!]! + stagingarbitrumgoerli_snapshotRoot( 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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_PolygonConnectorMeta - localmainnet_polygonConnectorMetas( + ): stagingarbitrumgoerli_SnapshotRoot + stagingarbitrumgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_PolygonConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_PolygonConnectorMeta_filter + orderBy: stagingarbitrumgoerli_SnapshotRoot_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_SnapshotRoot_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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_PolygonConnectorMeta!]! - localmainnet_optimismConnectorMeta( + ): [stagingarbitrumgoerli_SnapshotRoot!]! + stagingarbitrumgoerli_spokeConnectorMode( 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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimismConnectorMeta - localmainnet_optimismConnectorMetas( + ): stagingarbitrumgoerli_SpokeConnectorMode + stagingarbitrumgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimismConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimismConnectorMeta_filter + orderBy: stagingarbitrumgoerli_SpokeConnectorMode_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_SpokeConnectorMode_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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimismConnectorMeta!]! - localmainnet_bnbConnectorMeta( + ): [stagingarbitrumgoerli_SpokeConnectorMode!]! + stagingarbitrumgoerli_aggregateRootProposed( 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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_BnbConnectorMeta - localmainnet_bnbConnectorMetas( + ): stagingarbitrumgoerli_AggregateRootProposed + stagingarbitrumgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_BnbConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_BnbConnectorMeta_filter + orderBy: stagingarbitrumgoerli_AggregateRootProposed_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_AggregateRootProposed_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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_BnbConnectorMeta!]! - localmainnet_arbitrumConnectorMeta( + ): [stagingarbitrumgoerli_AggregateRootProposed!]! + stagingarbitrumgoerli_optimisticRootFinalized( 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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ArbitrumConnectorMeta - localmainnet_arbitrumConnectorMetas( + ): stagingarbitrumgoerli_OptimisticRootFinalized + stagingarbitrumgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ArbitrumConnectorMeta_filter + orderBy: stagingarbitrumgoerli_OptimisticRootFinalized_orderBy + orderDirection: stagingarbitrumgoerli_OrderDirection + where: stagingarbitrumgoerli_OptimisticRootFinalized_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: localmainnet_Block_height + block: stagingarbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ArbitrumConnectorMeta!]! - localmainnet_gnosisConnectorMeta( + ): [stagingarbitrumgoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingarbitrumgoerli__meta(block: stagingarbitrumgoerli_Block_height): stagingarbitrumgoerli__Meta_ + goerli_asset( 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: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_GnosisConnectorMeta - localmainnet_gnosisConnectorMetas( + ): goerli_Asset + goerli_assets( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_GnosisConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_GnosisConnectorMeta_filter + orderBy: goerli_Asset_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Asset_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: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_GnosisConnectorMeta!]! - localmainnet_zkSyncConnectorMeta( + ): [goerli_Asset!]! + goerli_assetStatus( 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: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ZkSyncConnectorMeta - localmainnet_zkSyncConnectorMetas( + ): goerli_AssetStatus + goerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ZkSyncConnectorMeta_filter + orderBy: goerli_AssetStatus_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AssetStatus_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: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ZkSyncConnectorMeta!]! - localmainnet_rootMessageProcessed( + ): [goerli_AssetStatus!]! + goerli_assetBalance( 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: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootMessageProcessed - localmainnet_rootMessageProcesseds( + ): goerli_AssetBalance + goerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageProcessed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageProcessed_filter + orderBy: goerli_AssetBalance_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AssetBalance_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: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootMessageProcessed!]! - localmainnet_aggregateRootSavedSlow( + ): [goerli_AssetBalance!]! + goerli_router( 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: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRootSavedSlow - localmainnet_aggregateRootSavedSlows( + ): goerli_Router + goerli_routers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootSavedSlow_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootSavedSlow_filter + orderBy: goerli_Router_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Router_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: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRootSavedSlow!]! - localmainnet_hubDomain( + ): [goerli_Router!]! + goerli_routerDailyTVL( 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: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_HubDomain - localmainnet_hubDomains( + ): goerli_RouterDailyTVL + goerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_HubDomain_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_HubDomain_filter + orderBy: goerli_RouterDailyTVL_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RouterDailyTVL_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: localmainnet_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_HubDomain!]! - """Access to subgraph metadata""" - localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ - lineagoerli_asset( + ): [goerli_RouterDailyTVL!]! + goerli_routerLiquidityEvent( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Asset - lineagoerli_assets( + ): goerli_RouterLiquidityEvent + goerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Asset_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Asset_filter + orderBy: goerli_RouterLiquidityEvent_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RouterLiquidityEvent_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Asset!]! - lineagoerli_assetStatus( + ): [goerli_RouterLiquidityEvent!]! + goerli_setting( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AssetStatus - lineagoerli_assetStatuses( + ): goerli_Setting + goerli_settings( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetStatus_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetStatus_filter + orderBy: goerli_Setting_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Setting_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AssetStatus!]! - lineagoerli_assetBalance( + ): [goerli_Setting!]! + goerli_relayer( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AssetBalance - lineagoerli_assetBalances( + ): goerli_Relayer + goerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AssetBalance_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AssetBalance_filter + orderBy: goerli_Relayer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Relayer_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AssetBalance!]! - lineagoerli_router( + ): [goerli_Relayer!]! + goerli_sequencer( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Router - lineagoerli_routers( + ): goerli_Sequencer + goerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Router_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Router_filter + orderBy: goerli_Sequencer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_Sequencer_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Router!]! - lineagoerli_routerDailyTVL( + ): [goerli_Sequencer!]! + goerli_relayerFee( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RouterDailyTVL - lineagoerli_routerDailyTVLs( + ): goerli_RelayerFee + goerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RouterDailyTVL_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RouterDailyTVL_filter + orderBy: goerli_RelayerFee_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RelayerFee_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RouterDailyTVL!]! - lineagoerli_setting( + ): [goerli_RelayerFee!]! + goerli_originTransfer( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Setting - lineagoerli_settings( + ): goerli_OriginTransfer + goerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Setting_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Setting_filter + orderBy: goerli_OriginTransfer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OriginTransfer_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Setting!]! - lineagoerli_relayer( + ): [goerli_OriginTransfer!]! + goerli_destinationTransfer( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Relayer - lineagoerli_relayers( + ): goerli_DestinationTransfer + goerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Relayer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Relayer_filter + orderBy: goerli_DestinationTransfer_orderBy + orderDirection: goerli_OrderDirection + where: goerli_DestinationTransfer_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Relayer!]! - lineagoerli_sequencer( + ): [goerli_DestinationTransfer!]! + goerli_originMessage( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_Sequencer - lineagoerli_sequencers( + ): goerli_OriginMessage + goerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_Sequencer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_Sequencer_filter + orderBy: goerli_OriginMessage_orderBy + orderDirection: goerli_OrderDirection + where: goerli_OriginMessage_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_Sequencer!]! - lineagoerli_relayerFee( + ): [goerli_OriginMessage!]! + goerli_aggregateRoot( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RelayerFee - lineagoerli_relayerFees( + ): goerli_AggregateRoot + goerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFee_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFee_filter + orderBy: goerli_AggregateRoot_orderBy + orderDirection: goerli_OrderDirection + where: goerli_AggregateRoot_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RelayerFee!]! - lineagoerli_originTransfer( + ): [goerli_AggregateRoot!]! + goerli_connectorMeta( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_OriginTransfer - lineagoerli_originTransfers( + ): goerli_ConnectorMeta + goerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginTransfer_filter + orderBy: goerli_ConnectorMeta_orderBy + orderDirection: goerli_OrderDirection + where: goerli_ConnectorMeta_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_OriginTransfer!]! - lineagoerli_destinationTransfer( + ): [goerli_ConnectorMeta!]! + goerli_rootCount( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_DestinationTransfer - lineagoerli_destinationTransfers( + ): goerli_RootCount + goerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_DestinationTransfer_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_DestinationTransfer_filter + orderBy: goerli_RootCount_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootCount_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_DestinationTransfer!]! - lineagoerli_originMessage( + ): [goerli_RootCount!]! + goerli_rootMessageSent( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_OriginMessage - lineagoerli_originMessages( + ): goerli_RootMessageSent + goerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_OriginMessage_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_OriginMessage_filter + orderBy: goerli_RootMessageSent_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RootMessageSent_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_OriginMessage!]! - lineagoerli_aggregateRoot( + ): [goerli_RootMessageSent!]! + goerli_relayerFeesIncrease( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_AggregateRoot - lineagoerli_aggregateRoots( + ): goerli_RelayerFeesIncrease + goerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_AggregateRoot_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_AggregateRoot_filter + orderBy: goerli_RelayerFeesIncrease_orderBy + orderDirection: goerli_OrderDirection + where: goerli_RelayerFeesIncrease_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_AggregateRoot!]! - lineagoerli_connectorMeta( + ): [goerli_RelayerFeesIncrease!]! + goerli_slippageUpdate( 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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_ConnectorMeta - lineagoerli_connectorMetas( + ): goerli_SlippageUpdate + goerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_ConnectorMeta_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_ConnectorMeta_filter + orderBy: goerli_SlippageUpdate_orderBy + orderDirection: goerli_OrderDirection + where: goerli_SlippageUpdate_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: lineagoerli_Block_height + block: goerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_ConnectorMeta!]! - lineagoerli_rootCount( + ): [goerli_SlippageUpdate!]! + optimismgoerli_asset( 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: lineagoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RootCount - lineagoerli_rootCounts( + ): optimismgoerli_Asset + optimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootCount_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootCount_filter + orderBy: optimismgoerli_Asset_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Asset_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: lineagoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RootCount!]! - lineagoerli_rootMessageSent( + ): [optimismgoerli_Asset!]! + optimismgoerli_assetStatus( 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: lineagoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RootMessageSent - lineagoerli_rootMessageSents( + ): optimismgoerli_AssetStatus + optimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RootMessageSent_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RootMessageSent_filter + orderBy: optimismgoerli_AssetStatus_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AssetStatus_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: lineagoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RootMessageSent!]! - lineagoerli_relayerFeesIncrease( + ): [optimismgoerli_AssetStatus!]! + optimismgoerli_assetBalance( 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: lineagoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_RelayerFeesIncrease - lineagoerli_relayerFeesIncreases( + ): optimismgoerli_AssetBalance + optimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_RelayerFeesIncrease_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_RelayerFeesIncrease_filter + orderBy: optimismgoerli_AssetBalance_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AssetBalance_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: lineagoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_RelayerFeesIncrease!]! - lineagoerli_slippageUpdate( + ): [optimismgoerli_AssetBalance!]! + optimismgoerli_router( 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: lineagoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): lineagoerli_SlippageUpdate - lineagoerli_slippageUpdates( + ): optimismgoerli_Router + optimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: lineagoerli_SlippageUpdate_orderBy - orderDirection: lineagoerli_OrderDirection - where: lineagoerli_SlippageUpdate_filter + orderBy: optimismgoerli_Router_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Router_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: lineagoerli_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [lineagoerli_SlippageUpdate!]! - """Access to subgraph metadata""" - lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__Meta_ - optimism_asset( + ): [optimismgoerli_Router!]! + optimismgoerli_routerDailyTVL( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Asset - optimism_assets( + ): optimismgoerli_RouterDailyTVL + optimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_filter + orderBy: optimismgoerli_RouterDailyTVL_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RouterDailyTVL_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Asset!]! - optimism_assetStatus( + ): [optimismgoerli_RouterDailyTVL!]! + optimismgoerli_routerLiquidityEvent( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AssetStatus - optimism_assetStatuses( + ): optimismgoerli_RouterLiquidityEvent + optimismgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_filter + orderBy: optimismgoerli_RouterLiquidityEvent_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RouterLiquidityEvent_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AssetStatus!]! - optimism_assetBalance( + ): [optimismgoerli_RouterLiquidityEvent!]! + optimismgoerli_setting( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AssetBalance - optimism_assetBalances( + ): optimismgoerli_Setting + optimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_filter + orderBy: optimismgoerli_Setting_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Setting_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AssetBalance!]! - optimism_router( + ): [optimismgoerli_Setting!]! + optimismgoerli_relayer( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Router - optimism_routers( + ): optimismgoerli_Relayer + optimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_filter + orderBy: optimismgoerli_Relayer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Relayer_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Router!]! - optimism_routerDailyTVL( + ): [optimismgoerli_Relayer!]! + optimismgoerli_sequencer( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RouterDailyTVL - optimism_routerDailyTVLs( + ): optimismgoerli_Sequencer + optimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_filter + orderBy: optimismgoerli_Sequencer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_Sequencer_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RouterDailyTVL!]! - optimism_routerLiquidityEvent( + ): [optimismgoerli_Sequencer!]! + optimismgoerli_relayerFee( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RouterLiquidityEvent - optimism_routerLiquidityEvents( + ): optimismgoerli_RelayerFee + optimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterLiquidityEvent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterLiquidityEvent_filter + orderBy: optimismgoerli_RelayerFee_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RelayerFee_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RouterLiquidityEvent!]! - optimism_setting( + ): [optimismgoerli_RelayerFee!]! + optimismgoerli_originTransfer( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Setting - optimism_settings( + ): optimismgoerli_OriginTransfer + optimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_filter + orderBy: optimismgoerli_OriginTransfer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_OriginTransfer_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Setting!]! - optimism_relayer( + ): [optimismgoerli_OriginTransfer!]! + optimismgoerli_destinationTransfer( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Relayer - optimism_relayers( + ): optimismgoerli_DestinationTransfer + optimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_filter + orderBy: optimismgoerli_DestinationTransfer_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_DestinationTransfer_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Relayer!]! - optimism_sequencer( + ): [optimismgoerli_DestinationTransfer!]! + optimismgoerli_originMessage( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_Sequencer - optimism_sequencers( + ): optimismgoerli_OriginMessage + optimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_filter + orderBy: optimismgoerli_OriginMessage_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_OriginMessage_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_Sequencer!]! - optimism_relayerFee( + ): [optimismgoerli_OriginMessage!]! + optimismgoerli_aggregateRoot( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RelayerFee - optimism_relayerFees( + ): optimismgoerli_AggregateRoot + optimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_filter + orderBy: optimismgoerli_AggregateRoot_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_AggregateRoot_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RelayerFee!]! - optimism_originTransfer( + ): [optimismgoerli_AggregateRoot!]! + optimismgoerli_connectorMeta( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OriginTransfer - optimism_originTransfers( + ): optimismgoerli_ConnectorMeta + optimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_filter - """ + orderBy: optimismgoerli_ConnectorMeta_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_ConnectorMeta_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OriginTransfer!]! - optimism_destinationTransfer( + ): [optimismgoerli_ConnectorMeta!]! + optimismgoerli_rootCount( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_DestinationTransfer - optimism_destinationTransfers( + ): optimismgoerli_RootCount + optimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_filter + orderBy: optimismgoerli_RootCount_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RootCount_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_DestinationTransfer!]! - optimism_originMessage( + ): [optimismgoerli_RootCount!]! + optimismgoerli_rootMessageSent( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OriginMessage - optimism_originMessages( + ): optimismgoerli_RootMessageSent + optimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_filter + orderBy: optimismgoerli_RootMessageSent_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RootMessageSent_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OriginMessage!]! - optimism_aggregateRoot( + ): [optimismgoerli_RootMessageSent!]! + optimismgoerli_relayerFeesIncrease( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AggregateRoot - optimism_aggregateRoots( + ): optimismgoerli_RelayerFeesIncrease + optimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_filter + orderBy: optimismgoerli_RelayerFeesIncrease_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_RelayerFeesIncrease_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AggregateRoot!]! - optimism_connectorMeta( + ): [optimismgoerli_RelayerFeesIncrease!]! + optimismgoerli_slippageUpdate( 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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_ConnectorMeta - optimism_connectorMetas( + ): optimismgoerli_SlippageUpdate + optimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_filter + orderBy: optimismgoerli_SlippageUpdate_orderBy + orderDirection: optimismgoerli_OrderDirection + where: optimismgoerli_SlippageUpdate_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: optimism_Block_height + block: optimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_ConnectorMeta!]! - optimism_rootCount( + ): [optimismgoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__Meta_ + stagingmumbai_asset( 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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RootCount - optimism_rootCounts( + ): stagingmumbai_Asset + stagingmumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_filter + orderBy: stagingmumbai_Asset_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Asset_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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RootCount!]! - optimism_rootMessageSent( + ): [stagingmumbai_Asset!]! + stagingmumbai_assetStatus( 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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RootMessageSent - optimism_rootMessageSents( + ): stagingmumbai_AssetStatus + stagingmumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_filter + orderBy: stagingmumbai_AssetStatus_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetStatus_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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RootMessageSent!]! - optimism_relayerFeesIncrease( + ): [stagingmumbai_AssetStatus!]! + stagingmumbai_assetBalance( 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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RelayerFeesIncrease - optimism_relayerFeesIncreases( + ): stagingmumbai_AssetBalance + stagingmumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_filter + orderBy: stagingmumbai_AssetBalance_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AssetBalance_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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RelayerFeesIncrease!]! - optimism_slippageUpdate( + ): [stagingmumbai_AssetBalance!]! + stagingmumbai_router( 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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SlippageUpdate - optimism_slippageUpdates( + ): stagingmumbai_Router + stagingmumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_filter + orderBy: stagingmumbai_Router_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Router_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: optimism_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SlippageUpdate!]! - """Access to subgraph metadata""" - optimism__meta(block: optimism_Block_height): optimism__Meta_ - staginggoerli_asset( + ): [stagingmumbai_Router!]! + stagingmumbai_routerDailyTVL( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Asset - staginggoerli_assets( + ): stagingmumbai_RouterDailyTVL + stagingmumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Asset_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Asset_filter + orderBy: stagingmumbai_RouterDailyTVL_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RouterDailyTVL_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Asset!]! - staginggoerli_assetStatus( + ): [stagingmumbai_RouterDailyTVL!]! + stagingmumbai_setting( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AssetStatus - staginggoerli_assetStatuses( + ): stagingmumbai_Setting + stagingmumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetStatus_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetStatus_filter + orderBy: stagingmumbai_Setting_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Setting_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AssetStatus!]! - staginggoerli_assetBalance( + ): [stagingmumbai_Setting!]! + stagingmumbai_relayer( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AssetBalance - staginggoerli_assetBalances( + ): stagingmumbai_Relayer + stagingmumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AssetBalance_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AssetBalance_filter + orderBy: stagingmumbai_Relayer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Relayer_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AssetBalance!]! - staginggoerli_router( + ): [stagingmumbai_Relayer!]! + stagingmumbai_sequencer( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Router - staginggoerli_routers( + ): stagingmumbai_Sequencer + stagingmumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Router_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Router_filter + orderBy: stagingmumbai_Sequencer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_Sequencer_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Router!]! - staginggoerli_routerDailyTVL( + ): [stagingmumbai_Sequencer!]! + stagingmumbai_relayerFee( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RouterDailyTVL - staginggoerli_routerDailyTVLs( + ): stagingmumbai_RelayerFee + stagingmumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RouterDailyTVL_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RouterDailyTVL_filter + orderBy: stagingmumbai_RelayerFee_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RelayerFee_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RouterDailyTVL!]! - staginggoerli_setting( + ): [stagingmumbai_RelayerFee!]! + stagingmumbai_originTransfer( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Setting - staginggoerli_settings( + ): stagingmumbai_OriginTransfer + stagingmumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Setting_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Setting_filter + orderBy: stagingmumbai_OriginTransfer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OriginTransfer_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Setting!]! - staginggoerli_relayer( + ): [stagingmumbai_OriginTransfer!]! + stagingmumbai_destinationTransfer( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Relayer - staginggoerli_relayers( + ): stagingmumbai_DestinationTransfer + stagingmumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Relayer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Relayer_filter + orderBy: stagingmumbai_DestinationTransfer_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_DestinationTransfer_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Relayer!]! - staginggoerli_sequencer( + ): [stagingmumbai_DestinationTransfer!]! + stagingmumbai_originMessage( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_Sequencer - staginggoerli_sequencers( + ): stagingmumbai_OriginMessage + stagingmumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_Sequencer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_Sequencer_filter + orderBy: stagingmumbai_OriginMessage_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OriginMessage_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_Sequencer!]! - staginggoerli_relayerFee( + ): [stagingmumbai_OriginMessage!]! + stagingmumbai_aggregateRoot( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RelayerFee - staginggoerli_relayerFees( + ): stagingmumbai_AggregateRoot + stagingmumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFee_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFee_filter + orderBy: stagingmumbai_AggregateRoot_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AggregateRoot_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RelayerFee!]! - staginggoerli_originTransfer( + ): [stagingmumbai_AggregateRoot!]! + stagingmumbai_connectorMeta( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OriginTransfer - staginggoerli_originTransfers( + ): stagingmumbai_ConnectorMeta + stagingmumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginTransfer_filter + orderBy: stagingmumbai_ConnectorMeta_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_ConnectorMeta_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OriginTransfer!]! - staginggoerli_destinationTransfer( + ): [stagingmumbai_ConnectorMeta!]! + stagingmumbai_rootCount( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_DestinationTransfer - staginggoerli_destinationTransfers( + ): stagingmumbai_RootCount + stagingmumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_DestinationTransfer_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_DestinationTransfer_filter + orderBy: stagingmumbai_RootCount_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RootCount_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_DestinationTransfer!]! - staginggoerli_originMessage( + ): [stagingmumbai_RootCount!]! + stagingmumbai_rootMessageSent( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OriginMessage - staginggoerli_originMessages( + ): stagingmumbai_RootMessageSent + stagingmumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OriginMessage_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OriginMessage_filter + orderBy: stagingmumbai_RootMessageSent_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RootMessageSent_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OriginMessage!]! - staginggoerli_aggregateRoot( + ): [stagingmumbai_RootMessageSent!]! + stagingmumbai_relayerFeesIncrease( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRoot - staginggoerli_aggregateRoots( + ): stagingmumbai_RelayerFeesIncrease + stagingmumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRoot_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRoot_filter + orderBy: stagingmumbai_RelayerFeesIncrease_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_RelayerFeesIncrease_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRoot!]! - staginggoerli_connectorMeta( + ): [stagingmumbai_RelayerFeesIncrease!]! + stagingmumbai_slippageUpdate( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_ConnectorMeta - staginggoerli_connectorMetas( + ): stagingmumbai_SlippageUpdate + stagingmumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_ConnectorMeta_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_ConnectorMeta_filter + orderBy: stagingmumbai_SlippageUpdate_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SlippageUpdate_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_ConnectorMeta!]! - staginggoerli_rootCount( + ): [stagingmumbai_SlippageUpdate!]! + stagingmumbai_snapshotRoot( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootCount - staginggoerli_rootCounts( + ): stagingmumbai_SnapshotRoot + stagingmumbai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootCount_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootCount_filter + orderBy: stagingmumbai_SnapshotRoot_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SnapshotRoot_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootCount!]! - staginggoerli_rootMessageSent( + ): [stagingmumbai_SnapshotRoot!]! + stagingmumbai_spokeConnectorMode( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RootMessageSent - staginggoerli_rootMessageSents( + ): stagingmumbai_SpokeConnectorMode + stagingmumbai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RootMessageSent_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RootMessageSent_filter + orderBy: stagingmumbai_SpokeConnectorMode_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_SpokeConnectorMode_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RootMessageSent!]! - staginggoerli_relayerFeesIncrease( + ): [stagingmumbai_SpokeConnectorMode!]! + stagingmumbai_aggregateRootProposed( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_RelayerFeesIncrease - staginggoerli_relayerFeesIncreases( + ): stagingmumbai_AggregateRootProposed + stagingmumbai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_RelayerFeesIncrease_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_RelayerFeesIncrease_filter + orderBy: stagingmumbai_AggregateRootProposed_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_AggregateRootProposed_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_RelayerFeesIncrease!]! - staginggoerli_slippageUpdate( + ): [stagingmumbai_AggregateRootProposed!]! + stagingmumbai_optimisticRootFinalized( 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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SlippageUpdate - staginggoerli_slippageUpdates( + ): stagingmumbai_OptimisticRootFinalized + stagingmumbai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SlippageUpdate_orderBy - orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SlippageUpdate_filter + orderBy: stagingmumbai_OptimisticRootFinalized_orderBy + orderDirection: stagingmumbai_OrderDirection + where: stagingmumbai_OptimisticRootFinalized_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: staginggoerli_Block_height + block: stagingmumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SlippageUpdate!]! - staginggoerli_snapshotRoot( + ): [stagingmumbai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ + staginggoerli_asset( 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. @@ -27570,13 +26500,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SnapshotRoot - staginggoerli_snapshotRoots( + ): staginggoerli_Asset + staginggoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SnapshotRoot_orderBy + orderBy: staginggoerli_Asset_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SnapshotRoot_filter + where: staginggoerli_Asset_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. """ @@ -27585,8 +26515,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SnapshotRoot!]! - staginggoerli_spokeConnectorMode( + ): [staginggoerli_Asset!]! + staginggoerli_assetStatus( 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. @@ -27596,13 +26526,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_SpokeConnectorMode - staginggoerli_spokeConnectorModes( + ): staginggoerli_AssetStatus + staginggoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_SpokeConnectorMode_orderBy + orderBy: staginggoerli_AssetStatus_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_SpokeConnectorMode_filter + where: staginggoerli_AssetStatus_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. """ @@ -27611,8 +26541,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_SpokeConnectorMode!]! - staginggoerli_aggregateRootProposed( + ): [staginggoerli_AssetStatus!]! + staginggoerli_assetBalance( 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. @@ -27622,13 +26552,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_AggregateRootProposed - staginggoerli_aggregateRootProposeds( + ): staginggoerli_AssetBalance + staginggoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_AggregateRootProposed_orderBy + orderBy: staginggoerli_AssetBalance_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_AggregateRootProposed_filter + where: staginggoerli_AssetBalance_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. """ @@ -27637,8 +26567,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_AggregateRootProposed!]! - staginggoerli_optimisticRootFinalized( + ): [staginggoerli_AssetBalance!]! + staginggoerli_router( 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. @@ -27648,13 +26578,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginggoerli_OptimisticRootFinalized - staginggoerli_optimisticRootFinalizeds( + ): staginggoerli_Router + staginggoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: staginggoerli_OptimisticRootFinalized_orderBy + orderBy: staginggoerli_Router_orderBy orderDirection: staginggoerli_OrderDirection - where: staginggoerli_OptimisticRootFinalized_filter + where: staginggoerli_Router_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. """ @@ -27663,3217 +26593,2929 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginggoerli_OptimisticRootFinalized!]! - optimismgoerli_asset( + ): [staginggoerli_Router!]! + staginggoerli_routerDailyTVL( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Asset - optimismgoerli_assets( + ): staginggoerli_RouterDailyTVL + staginggoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Asset_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Asset_filter + orderBy: staginggoerli_RouterDailyTVL_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RouterDailyTVL_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Asset!]! - optimismgoerli_assetStatus( + ): [staginggoerli_RouterDailyTVL!]! + staginggoerli_setting( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AssetStatus - optimismgoerli_assetStatuses( + ): staginggoerli_Setting + staginggoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetStatus_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetStatus_filter + orderBy: staginggoerli_Setting_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Setting_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AssetStatus!]! - optimismgoerli_assetBalance( + ): [staginggoerli_Setting!]! + staginggoerli_relayer( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AssetBalance - optimismgoerli_assetBalances( + ): staginggoerli_Relayer + staginggoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AssetBalance_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AssetBalance_filter + orderBy: staginggoerli_Relayer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Relayer_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AssetBalance!]! - optimismgoerli_router( + ): [staginggoerli_Relayer!]! + staginggoerli_sequencer( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Router - optimismgoerli_routers( + ): staginggoerli_Sequencer + staginggoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Router_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Router_filter + orderBy: staginggoerli_Sequencer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_Sequencer_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Router!]! - optimismgoerli_routerDailyTVL( + ): [staginggoerli_Sequencer!]! + staginggoerli_relayerFee( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RouterDailyTVL - optimismgoerli_routerDailyTVLs( + ): staginggoerli_RelayerFee + staginggoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterDailyTVL_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterDailyTVL_filter + orderBy: staginggoerli_RelayerFee_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RelayerFee_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RouterDailyTVL!]! - optimismgoerli_routerLiquidityEvent( + ): [staginggoerli_RelayerFee!]! + staginggoerli_originTransfer( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RouterLiquidityEvent - optimismgoerli_routerLiquidityEvents( + ): staginggoerli_OriginTransfer + staginggoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RouterLiquidityEvent_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RouterLiquidityEvent_filter + orderBy: staginggoerli_OriginTransfer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OriginTransfer_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RouterLiquidityEvent!]! - optimismgoerli_setting( + ): [staginggoerli_OriginTransfer!]! + staginggoerli_destinationTransfer( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Setting - optimismgoerli_settings( + ): staginggoerli_DestinationTransfer + staginggoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Setting_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Setting_filter + orderBy: staginggoerli_DestinationTransfer_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_DestinationTransfer_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Setting!]! - optimismgoerli_relayer( + ): [staginggoerli_DestinationTransfer!]! + staginggoerli_originMessage( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Relayer - optimismgoerli_relayers( + ): staginggoerli_OriginMessage + staginggoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Relayer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Relayer_filter + orderBy: staginggoerli_OriginMessage_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OriginMessage_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Relayer!]! - optimismgoerli_sequencer( + ): [staginggoerli_OriginMessage!]! + staginggoerli_aggregateRoot( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_Sequencer - optimismgoerli_sequencers( + ): staginggoerli_AggregateRoot + staginggoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_Sequencer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_Sequencer_filter + orderBy: staginggoerli_AggregateRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRoot_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_Sequencer!]! - optimismgoerli_relayerFee( + ): [staginggoerli_AggregateRoot!]! + staginggoerli_connectorMeta( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RelayerFee - optimismgoerli_relayerFees( + ): staginggoerli_ConnectorMeta + staginggoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFee_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFee_filter + orderBy: staginggoerli_ConnectorMeta_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_ConnectorMeta_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RelayerFee!]! - optimismgoerli_originTransfer( + ): [staginggoerli_ConnectorMeta!]! + staginggoerli_rootCount( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_OriginTransfer - optimismgoerli_originTransfers( + ): staginggoerli_RootCount + staginggoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginTransfer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginTransfer_filter + orderBy: staginggoerli_RootCount_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootCount_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_OriginTransfer!]! - optimismgoerli_destinationTransfer( + ): [staginggoerli_RootCount!]! + staginggoerli_rootMessageSent( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_DestinationTransfer - optimismgoerli_destinationTransfers( + ): staginggoerli_RootMessageSent + staginggoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_DestinationTransfer_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_DestinationTransfer_filter + orderBy: staginggoerli_RootMessageSent_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RootMessageSent_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_DestinationTransfer!]! - optimismgoerli_originMessage( + ): [staginggoerli_RootMessageSent!]! + staginggoerli_relayerFeesIncrease( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_OriginMessage - optimismgoerli_originMessages( + ): staginggoerli_RelayerFeesIncrease + staginggoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_OriginMessage_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_OriginMessage_filter + orderBy: staginggoerli_RelayerFeesIncrease_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_RelayerFeesIncrease_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_OriginMessage!]! - optimismgoerli_aggregateRoot( + ): [staginggoerli_RelayerFeesIncrease!]! + staginggoerli_slippageUpdate( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_AggregateRoot - optimismgoerli_aggregateRoots( + ): staginggoerli_SlippageUpdate + staginggoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_AggregateRoot_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_AggregateRoot_filter + orderBy: staginggoerli_SlippageUpdate_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SlippageUpdate_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_AggregateRoot!]! - optimismgoerli_connectorMeta( + ): [staginggoerli_SlippageUpdate!]! + staginggoerli_snapshotRoot( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_ConnectorMeta - optimismgoerli_connectorMetas( + ): staginggoerli_SnapshotRoot + staginggoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_ConnectorMeta_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_ConnectorMeta_filter + orderBy: staginggoerli_SnapshotRoot_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SnapshotRoot_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_ConnectorMeta!]! - optimismgoerli_rootCount( + ): [staginggoerli_SnapshotRoot!]! + staginggoerli_spokeConnectorMode( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RootCount - optimismgoerli_rootCounts( + ): staginggoerli_SpokeConnectorMode + staginggoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootCount_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootCount_filter + orderBy: staginggoerli_SpokeConnectorMode_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_SpokeConnectorMode_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RootCount!]! - optimismgoerli_rootMessageSent( + ): [staginggoerli_SpokeConnectorMode!]! + staginggoerli_aggregateRootProposed( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RootMessageSent - optimismgoerli_rootMessageSents( + ): staginggoerli_AggregateRootProposed + staginggoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RootMessageSent_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RootMessageSent_filter + orderBy: staginggoerli_AggregateRootProposed_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_AggregateRootProposed_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RootMessageSent!]! - optimismgoerli_relayerFeesIncrease( + ): [staginggoerli_AggregateRootProposed!]! + staginggoerli_optimisticRootFinalized( 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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_RelayerFeesIncrease - optimismgoerli_relayerFeesIncreases( + ): staginggoerli_OptimisticRootFinalized + staginggoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_RelayerFeesIncrease_filter + orderBy: staginggoerli_OptimisticRootFinalized_orderBy + orderDirection: staginggoerli_OrderDirection + where: staginggoerli_OptimisticRootFinalized_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: optimismgoerli_Block_height + block: staginggoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_RelayerFeesIncrease!]! - optimismgoerli_slippageUpdate( + ): [staginggoerli_OptimisticRootFinalized!]! + mumbai_asset( 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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismgoerli_SlippageUpdate - optimismgoerli_slippageUpdates( + ): mumbai_Asset + mumbai_assets( skip: Int = 0 first: Int = 100 - orderBy: optimismgoerli_SlippageUpdate_orderBy - orderDirection: optimismgoerli_OrderDirection - where: optimismgoerli_SlippageUpdate_filter + orderBy: mumbai_Asset_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Asset_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: optimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismgoerli_SlippageUpdate!]! - """Access to subgraph metadata""" - optimismgoerli__meta(block: optimismgoerli_Block_height): optimismgoerli__Meta_ - stagingoptimismgoerli_asset( + ): [mumbai_Asset!]! + mumbai_assetStatus( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Asset - stagingoptimismgoerli_assets( + ): mumbai_AssetStatus + mumbai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Asset_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Asset_filter + orderBy: mumbai_AssetStatus_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetStatus_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Asset!]! - stagingoptimismgoerli_assetStatus( + ): [mumbai_AssetStatus!]! + mumbai_assetBalance( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AssetStatus - stagingoptimismgoerli_assetStatuses( + ): mumbai_AssetBalance + mumbai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetStatus_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetStatus_filter + orderBy: mumbai_AssetBalance_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AssetBalance_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AssetStatus!]! - stagingoptimismgoerli_assetBalance( + ): [mumbai_AssetBalance!]! + mumbai_router( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AssetBalance - stagingoptimismgoerli_assetBalances( + ): mumbai_Router + mumbai_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AssetBalance_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AssetBalance_filter + orderBy: mumbai_Router_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Router_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AssetBalance!]! - stagingoptimismgoerli_router( + ): [mumbai_Router!]! + mumbai_routerDailyTVL( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Router - stagingoptimismgoerli_routers( + ): mumbai_RouterDailyTVL + mumbai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Router_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Router_filter + orderBy: mumbai_RouterDailyTVL_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterDailyTVL_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Router!]! - stagingoptimismgoerli_routerDailyTVL( + ): [mumbai_RouterDailyTVL!]! + mumbai_routerLiquidityEvent( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RouterDailyTVL - stagingoptimismgoerli_routerDailyTVLs( + ): mumbai_RouterLiquidityEvent + mumbai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RouterDailyTVL_filter + orderBy: mumbai_RouterLiquidityEvent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RouterLiquidityEvent_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RouterDailyTVL!]! - stagingoptimismgoerli_setting( + ): [mumbai_RouterLiquidityEvent!]! + mumbai_setting( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Setting - stagingoptimismgoerli_settings( + ): mumbai_Setting + mumbai_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Setting_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Setting_filter + orderBy: mumbai_Setting_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Setting_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Setting!]! - stagingoptimismgoerli_relayer( + ): [mumbai_Setting!]! + mumbai_relayer( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Relayer - stagingoptimismgoerli_relayers( + ): mumbai_Relayer + mumbai_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Relayer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Relayer_filter + orderBy: mumbai_Relayer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Relayer_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Relayer!]! - stagingoptimismgoerli_sequencer( + ): [mumbai_Relayer!]! + mumbai_sequencer( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_Sequencer - stagingoptimismgoerli_sequencers( + ): mumbai_Sequencer + mumbai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_Sequencer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_Sequencer_filter + orderBy: mumbai_Sequencer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_Sequencer_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_Sequencer!]! - stagingoptimismgoerli_relayerFee( + ): [mumbai_Sequencer!]! + mumbai_relayerFee( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RelayerFee - stagingoptimismgoerli_relayerFees( + ): mumbai_RelayerFee + mumbai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFee_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFee_filter + orderBy: mumbai_RelayerFee_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFee_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RelayerFee!]! - stagingoptimismgoerli_originTransfer( + ): [mumbai_RelayerFee!]! + mumbai_originTransfer( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OriginTransfer - stagingoptimismgoerli_originTransfers( + ): mumbai_OriginTransfer + mumbai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginTransfer_filter + orderBy: mumbai_OriginTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginTransfer_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OriginTransfer!]! - stagingoptimismgoerli_destinationTransfer( + ): [mumbai_OriginTransfer!]! + mumbai_destinationTransfer( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_DestinationTransfer - stagingoptimismgoerli_destinationTransfers( + ): mumbai_DestinationTransfer + mumbai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_DestinationTransfer_filter + orderBy: mumbai_DestinationTransfer_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_DestinationTransfer_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_DestinationTransfer!]! - stagingoptimismgoerli_originMessage( + ): [mumbai_DestinationTransfer!]! + mumbai_originMessage( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OriginMessage - stagingoptimismgoerli_originMessages( + ): mumbai_OriginMessage + mumbai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OriginMessage_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OriginMessage_filter + orderBy: mumbai_OriginMessage_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_OriginMessage_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OriginMessage!]! - stagingoptimismgoerli_aggregateRoot( + ): [mumbai_OriginMessage!]! + mumbai_aggregateRoot( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AggregateRoot - stagingoptimismgoerli_aggregateRoots( + ): mumbai_AggregateRoot + mumbai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRoot_filter + orderBy: mumbai_AggregateRoot_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_AggregateRoot_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AggregateRoot!]! - stagingoptimismgoerli_connectorMeta( + ): [mumbai_AggregateRoot!]! + mumbai_connectorMeta( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_ConnectorMeta - stagingoptimismgoerli_connectorMetas( + ): mumbai_ConnectorMeta + mumbai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_ConnectorMeta_filter + orderBy: mumbai_ConnectorMeta_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_ConnectorMeta_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_ConnectorMeta!]! - stagingoptimismgoerli_rootCount( + ): [mumbai_ConnectorMeta!]! + mumbai_rootCount( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RootCount - stagingoptimismgoerli_rootCounts( + ): mumbai_RootCount + mumbai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootCount_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootCount_filter + orderBy: mumbai_RootCount_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootCount_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RootCount!]! - stagingoptimismgoerli_rootMessageSent( + ): [mumbai_RootCount!]! + mumbai_rootMessageSent( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RootMessageSent - stagingoptimismgoerli_rootMessageSents( + ): mumbai_RootMessageSent + mumbai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RootMessageSent_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RootMessageSent_filter + orderBy: mumbai_RootMessageSent_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RootMessageSent_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RootMessageSent!]! - stagingoptimismgoerli_relayerFeesIncrease( + ): [mumbai_RootMessageSent!]! + mumbai_relayerFeesIncrease( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_RelayerFeesIncrease - stagingoptimismgoerli_relayerFeesIncreases( + ): mumbai_RelayerFeesIncrease + mumbai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_RelayerFeesIncrease_filter + orderBy: mumbai_RelayerFeesIncrease_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_RelayerFeesIncrease_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_RelayerFeesIncrease!]! - stagingoptimismgoerli_slippageUpdate( + ): [mumbai_RelayerFeesIncrease!]! + mumbai_slippageUpdate( 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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_SlippageUpdate - stagingoptimismgoerli_slippageUpdates( + ): mumbai_SlippageUpdate + mumbai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SlippageUpdate_filter + orderBy: mumbai_SlippageUpdate_orderBy + orderDirection: mumbai_OrderDirection + where: mumbai_SlippageUpdate_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: stagingoptimismgoerli_Block_height + block: mumbai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_SlippageUpdate!]! - stagingoptimismgoerli_snapshotRoot( + ): [mumbai_SlippageUpdate!]! + """Access to subgraph metadata""" + mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ + arbitrumgoerli_asset( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_SnapshotRoot - stagingoptimismgoerli_snapshotRoots( + ): arbitrumgoerli_Asset + arbitrumgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SnapshotRoot_filter + orderBy: arbitrumgoerli_Asset_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Asset_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_SnapshotRoot!]! - stagingoptimismgoerli_spokeConnectorMode( + ): [arbitrumgoerli_Asset!]! + arbitrumgoerli_assetStatus( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_SpokeConnectorMode - stagingoptimismgoerli_spokeConnectorModes( + ): arbitrumgoerli_AssetStatus + arbitrumgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_SpokeConnectorMode_filter + orderBy: arbitrumgoerli_AssetStatus_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_AssetStatus_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_SpokeConnectorMode!]! - stagingoptimismgoerli_aggregateRootProposed( + ): [arbitrumgoerli_AssetStatus!]! + arbitrumgoerli_assetBalance( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_AggregateRootProposed - stagingoptimismgoerli_aggregateRootProposeds( + ): arbitrumgoerli_AssetBalance + arbitrumgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_AggregateRootProposed_filter + orderBy: arbitrumgoerli_AssetBalance_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_AssetBalance_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_AggregateRootProposed!]! - stagingoptimismgoerli_optimisticRootFinalized( + ): [arbitrumgoerli_AssetBalance!]! + arbitrumgoerli_router( 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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimismgoerli_OptimisticRootFinalized - stagingoptimismgoerli_optimisticRootFinalizeds( + ): arbitrumgoerli_Router + arbitrumgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimismgoerli_OrderDirection - where: stagingoptimismgoerli_OptimisticRootFinalized_filter + orderBy: arbitrumgoerli_Router_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Router_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: stagingoptimismgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimismgoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ - stagingarbitrumgoerli_asset( + ): [arbitrumgoerli_Router!]! + arbitrumgoerli_routerDailyTVL( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Asset - stagingarbitrumgoerli_assets( + ): arbitrumgoerli_RouterDailyTVL + arbitrumgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Asset_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Asset_filter + orderBy: arbitrumgoerli_RouterDailyTVL_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RouterDailyTVL_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Asset!]! - stagingarbitrumgoerli_assetStatus( + ): [arbitrumgoerli_RouterDailyTVL!]! + arbitrumgoerli_routerLiquidityEvent( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AssetStatus - stagingarbitrumgoerli_assetStatuses( + ): arbitrumgoerli_RouterLiquidityEvent + arbitrumgoerli_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AssetStatus_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AssetStatus_filter + orderBy: arbitrumgoerli_RouterLiquidityEvent_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RouterLiquidityEvent_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AssetStatus!]! - stagingarbitrumgoerli_assetBalance( + ): [arbitrumgoerli_RouterLiquidityEvent!]! + arbitrumgoerli_setting( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AssetBalance - stagingarbitrumgoerli_assetBalances( + ): arbitrumgoerli_Setting + arbitrumgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AssetBalance_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AssetBalance_filter + orderBy: arbitrumgoerli_Setting_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Setting_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AssetBalance!]! - stagingarbitrumgoerli_router( + ): [arbitrumgoerli_Setting!]! + arbitrumgoerli_relayer( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Router - stagingarbitrumgoerli_routers( + ): arbitrumgoerli_Relayer + arbitrumgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Router_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Router_filter + orderBy: arbitrumgoerli_Relayer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Relayer_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Router!]! - stagingarbitrumgoerli_routerDailyTVL( + ): [arbitrumgoerli_Relayer!]! + arbitrumgoerli_sequencer( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RouterDailyTVL - stagingarbitrumgoerli_routerDailyTVLs( + ): arbitrumgoerli_Sequencer + arbitrumgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RouterDailyTVL_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RouterDailyTVL_filter + orderBy: arbitrumgoerli_Sequencer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_Sequencer_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RouterDailyTVL!]! - stagingarbitrumgoerli_setting( + ): [arbitrumgoerli_Sequencer!]! + arbitrumgoerli_relayerFee( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Setting - stagingarbitrumgoerli_settings( + ): arbitrumgoerli_RelayerFee + arbitrumgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Setting_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Setting_filter + orderBy: arbitrumgoerli_RelayerFee_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RelayerFee_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Setting!]! - stagingarbitrumgoerli_relayer( + ): [arbitrumgoerli_RelayerFee!]! + arbitrumgoerli_originTransfer( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Relayer - stagingarbitrumgoerli_relayers( + ): arbitrumgoerli_OriginTransfer + arbitrumgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Relayer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Relayer_filter + orderBy: arbitrumgoerli_OriginTransfer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_OriginTransfer_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Relayer!]! - stagingarbitrumgoerli_sequencer( + ): [arbitrumgoerli_OriginTransfer!]! + arbitrumgoerli_destinationTransfer( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_Sequencer - stagingarbitrumgoerli_sequencers( + ): arbitrumgoerli_DestinationTransfer + arbitrumgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_Sequencer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_Sequencer_filter + orderBy: arbitrumgoerli_DestinationTransfer_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_DestinationTransfer_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_Sequencer!]! - stagingarbitrumgoerli_relayerFee( + ): [arbitrumgoerli_DestinationTransfer!]! + arbitrumgoerli_originMessage( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RelayerFee - stagingarbitrumgoerli_relayerFees( + ): arbitrumgoerli_OriginMessage + arbitrumgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RelayerFee_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RelayerFee_filter + orderBy: arbitrumgoerli_OriginMessage_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_OriginMessage_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RelayerFee!]! - stagingarbitrumgoerli_originTransfer( + ): [arbitrumgoerli_OriginMessage!]! + arbitrumgoerli_aggregateRoot( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_OriginTransfer - stagingarbitrumgoerli_originTransfers( + ): arbitrumgoerli_AggregateRoot + arbitrumgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_OriginTransfer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_OriginTransfer_filter + orderBy: arbitrumgoerli_AggregateRoot_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_AggregateRoot_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_OriginTransfer!]! - stagingarbitrumgoerli_destinationTransfer( + ): [arbitrumgoerli_AggregateRoot!]! + arbitrumgoerli_connectorMeta( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_DestinationTransfer - stagingarbitrumgoerli_destinationTransfers( + ): arbitrumgoerli_ConnectorMeta + arbitrumgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_DestinationTransfer_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_DestinationTransfer_filter + orderBy: arbitrumgoerli_ConnectorMeta_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_ConnectorMeta_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_DestinationTransfer!]! - stagingarbitrumgoerli_originMessage( + ): [arbitrumgoerli_ConnectorMeta!]! + arbitrumgoerli_rootCount( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_OriginMessage - stagingarbitrumgoerli_originMessages( + ): arbitrumgoerli_RootCount + arbitrumgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_OriginMessage_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_OriginMessage_filter + orderBy: arbitrumgoerli_RootCount_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RootCount_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_OriginMessage!]! - stagingarbitrumgoerli_aggregateRoot( + ): [arbitrumgoerli_RootCount!]! + arbitrumgoerli_rootMessageSent( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AggregateRoot - stagingarbitrumgoerli_aggregateRoots( + ): arbitrumgoerli_RootMessageSent + arbitrumgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AggregateRoot_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AggregateRoot_filter + orderBy: arbitrumgoerli_RootMessageSent_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RootMessageSent_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AggregateRoot!]! - stagingarbitrumgoerli_connectorMeta( + ): [arbitrumgoerli_RootMessageSent!]! + arbitrumgoerli_relayerFeesIncrease( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_ConnectorMeta - stagingarbitrumgoerli_connectorMetas( + ): arbitrumgoerli_RelayerFeesIncrease + arbitrumgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_ConnectorMeta_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_ConnectorMeta_filter + orderBy: arbitrumgoerli_RelayerFeesIncrease_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_RelayerFeesIncrease_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_ConnectorMeta!]! - stagingarbitrumgoerli_rootCount( + ): [arbitrumgoerli_RelayerFeesIncrease!]! + arbitrumgoerli_slippageUpdate( 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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RootCount - stagingarbitrumgoerli_rootCounts( + ): arbitrumgoerli_SlippageUpdate + arbitrumgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RootCount_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RootCount_filter + orderBy: arbitrumgoerli_SlippageUpdate_orderBy + orderDirection: arbitrumgoerli_OrderDirection + where: arbitrumgoerli_SlippageUpdate_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: stagingarbitrumgoerli_Block_height + block: arbitrumgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RootCount!]! - stagingarbitrumgoerli_rootMessageSent( + ): [arbitrumgoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + arbitrumgoerli__meta(block: arbitrumgoerli_Block_height): arbitrumgoerli__Meta_ + lineagoerli_asset( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RootMessageSent - stagingarbitrumgoerli_rootMessageSents( + ): lineagoerli_Asset + lineagoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RootMessageSent_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RootMessageSent_filter + orderBy: lineagoerli_Asset_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Asset_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RootMessageSent!]! - stagingarbitrumgoerli_relayerFeesIncrease( + ): [lineagoerli_Asset!]! + lineagoerli_assetStatus( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_RelayerFeesIncrease - stagingarbitrumgoerli_relayerFeesIncreases( + ): lineagoerli_AssetStatus + lineagoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_RelayerFeesIncrease_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_RelayerFeesIncrease_filter + orderBy: lineagoerli_AssetStatus_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AssetStatus_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_RelayerFeesIncrease!]! - stagingarbitrumgoerli_slippageUpdate( + ): [lineagoerli_AssetStatus!]! + lineagoerli_assetBalance( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_SlippageUpdate - stagingarbitrumgoerli_slippageUpdates( + ): lineagoerli_AssetBalance + lineagoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_SlippageUpdate_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_SlippageUpdate_filter + orderBy: lineagoerli_AssetBalance_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AssetBalance_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_SlippageUpdate!]! - stagingarbitrumgoerli_snapshotRoot( + ): [lineagoerli_AssetBalance!]! + lineagoerli_router( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_SnapshotRoot - stagingarbitrumgoerli_snapshotRoots( + ): lineagoerli_Router + lineagoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_SnapshotRoot_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_SnapshotRoot_filter + orderBy: lineagoerli_Router_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Router_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_SnapshotRoot!]! - stagingarbitrumgoerli_spokeConnectorMode( + ): [lineagoerli_Router!]! + lineagoerli_routerDailyTVL( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_SpokeConnectorMode - stagingarbitrumgoerli_spokeConnectorModes( + ): lineagoerli_RouterDailyTVL + lineagoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_SpokeConnectorMode_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_SpokeConnectorMode_filter + orderBy: lineagoerli_RouterDailyTVL_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RouterDailyTVL_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_SpokeConnectorMode!]! - stagingarbitrumgoerli_aggregateRootProposed( + ): [lineagoerli_RouterDailyTVL!]! + lineagoerli_setting( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_AggregateRootProposed - stagingarbitrumgoerli_aggregateRootProposeds( + ): lineagoerli_Setting + lineagoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_AggregateRootProposed_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_AggregateRootProposed_filter + orderBy: lineagoerli_Setting_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Setting_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_AggregateRootProposed!]! - stagingarbitrumgoerli_optimisticRootFinalized( + ): [lineagoerli_Setting!]! + lineagoerli_relayer( 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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingarbitrumgoerli_OptimisticRootFinalized - stagingarbitrumgoerli_optimisticRootFinalizeds( + ): lineagoerli_Relayer + lineagoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumgoerli_OptimisticRootFinalized_orderBy - orderDirection: stagingarbitrumgoerli_OrderDirection - where: stagingarbitrumgoerli_OptimisticRootFinalized_filter + orderBy: lineagoerli_Relayer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Relayer_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: stagingarbitrumgoerli_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingarbitrumgoerli_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingarbitrumgoerli__meta(block: stagingarbitrumgoerli_Block_height): stagingarbitrumgoerli__Meta_ - stagingmumbai_asset( + ): [lineagoerli_Relayer!]! + lineagoerli_sequencer( 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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Asset - stagingmumbai_assets( + ): lineagoerli_Sequencer + lineagoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Asset_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Asset_filter + orderBy: lineagoerli_Sequencer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_Sequencer_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Asset!]! - stagingmumbai_assetStatus( + ): [lineagoerli_Sequencer!]! + lineagoerli_relayerFee( 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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetStatus - stagingmumbai_assetStatuses( + ): lineagoerli_RelayerFee + lineagoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetStatus_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetStatus_filter + orderBy: lineagoerli_RelayerFee_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFee_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetStatus!]! - stagingmumbai_assetBalance( + ): [lineagoerli_RelayerFee!]! + lineagoerli_originTransfer( 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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AssetBalance - stagingmumbai_assetBalances( + ): lineagoerli_OriginTransfer + lineagoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AssetBalance_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AssetBalance_filter + orderBy: lineagoerli_OriginTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginTransfer_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AssetBalance!]! - stagingmumbai_router( + ): [lineagoerli_OriginTransfer!]! + lineagoerli_destinationTransfer( 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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Router - stagingmumbai_routers( + ): lineagoerli_DestinationTransfer + lineagoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Router_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Router_filter + orderBy: lineagoerli_DestinationTransfer_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_DestinationTransfer_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Router!]! - stagingmumbai_routerDailyTVL( + ): [lineagoerli_DestinationTransfer!]! + lineagoerli_originMessage( 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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RouterDailyTVL - stagingmumbai_routerDailyTVLs( + ): lineagoerli_OriginMessage + lineagoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RouterDailyTVL_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RouterDailyTVL_filter + orderBy: lineagoerli_OriginMessage_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_OriginMessage_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RouterDailyTVL!]! - stagingmumbai_setting( + ): [lineagoerli_OriginMessage!]! + lineagoerli_aggregateRoot( 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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Setting - stagingmumbai_settings( + ): lineagoerli_AggregateRoot + lineagoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Setting_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Setting_filter + orderBy: lineagoerli_AggregateRoot_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_AggregateRoot_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Setting!]! - stagingmumbai_relayer( + ): [lineagoerli_AggregateRoot!]! + lineagoerli_connectorMeta( 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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Relayer - stagingmumbai_relayers( + ): lineagoerli_ConnectorMeta + lineagoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Relayer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Relayer_filter + orderBy: lineagoerli_ConnectorMeta_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_ConnectorMeta_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Relayer!]! - stagingmumbai_sequencer( + ): [lineagoerli_ConnectorMeta!]! + lineagoerli_rootCount( 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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_Sequencer - stagingmumbai_sequencers( + ): lineagoerli_RootCount + lineagoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_Sequencer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_Sequencer_filter + orderBy: lineagoerli_RootCount_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootCount_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_Sequencer!]! - stagingmumbai_relayerFee( + ): [lineagoerli_RootCount!]! + lineagoerli_rootMessageSent( 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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFee - stagingmumbai_relayerFees( + ): lineagoerli_RootMessageSent + lineagoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFee_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFee_filter + orderBy: lineagoerli_RootMessageSent_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RootMessageSent_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFee!]! - stagingmumbai_originTransfer( + ): [lineagoerli_RootMessageSent!]! + lineagoerli_relayerFeesIncrease( 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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginTransfer - stagingmumbai_originTransfers( + ): lineagoerli_RelayerFeesIncrease + lineagoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginTransfer_filter + orderBy: lineagoerli_RelayerFeesIncrease_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_RelayerFeesIncrease_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginTransfer!]! - stagingmumbai_destinationTransfer( + ): [lineagoerli_RelayerFeesIncrease!]! + lineagoerli_slippageUpdate( 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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_DestinationTransfer - stagingmumbai_destinationTransfers( + ): lineagoerli_SlippageUpdate + lineagoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_DestinationTransfer_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_DestinationTransfer_filter + orderBy: lineagoerli_SlippageUpdate_orderBy + orderDirection: lineagoerli_OrderDirection + where: lineagoerli_SlippageUpdate_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: stagingmumbai_Block_height + block: lineagoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_DestinationTransfer!]! - stagingmumbai_originMessage( + ): [lineagoerli_SlippageUpdate!]! + """Access to subgraph metadata""" + lineagoerli__meta(block: lineagoerli_Block_height): lineagoerli__Meta_ + stagingoptimismgoerli_asset( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OriginMessage - stagingmumbai_originMessages( + ): stagingoptimismgoerli_Asset + stagingoptimismgoerli_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OriginMessage_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OriginMessage_filter + orderBy: stagingoptimismgoerli_Asset_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Asset_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OriginMessage!]! - stagingmumbai_aggregateRoot( + ): [stagingoptimismgoerli_Asset!]! + stagingoptimismgoerli_assetStatus( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRoot - stagingmumbai_aggregateRoots( + ): stagingoptimismgoerli_AssetStatus + stagingoptimismgoerli_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRoot_filter + orderBy: stagingoptimismgoerli_AssetStatus_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AssetStatus_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRoot!]! - stagingmumbai_connectorMeta( + ): [stagingoptimismgoerli_AssetStatus!]! + stagingoptimismgoerli_assetBalance( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_ConnectorMeta - stagingmumbai_connectorMetas( + ): stagingoptimismgoerli_AssetBalance + stagingoptimismgoerli_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_ConnectorMeta_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_ConnectorMeta_filter + orderBy: stagingoptimismgoerli_AssetBalance_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AssetBalance_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_ConnectorMeta!]! - stagingmumbai_rootCount( + ): [stagingoptimismgoerli_AssetBalance!]! + stagingoptimismgoerli_router( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootCount - stagingmumbai_rootCounts( + ): stagingoptimismgoerli_Router + stagingoptimismgoerli_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootCount_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootCount_filter + orderBy: stagingoptimismgoerli_Router_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Router_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootCount!]! - stagingmumbai_rootMessageSent( + ): [stagingoptimismgoerli_Router!]! + stagingoptimismgoerli_routerDailyTVL( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RootMessageSent - stagingmumbai_rootMessageSents( + ): stagingoptimismgoerli_RouterDailyTVL + stagingoptimismgoerli_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RootMessageSent_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RootMessageSent_filter + orderBy: stagingoptimismgoerli_RouterDailyTVL_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RouterDailyTVL_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RootMessageSent!]! - stagingmumbai_relayerFeesIncrease( + ): [stagingoptimismgoerli_RouterDailyTVL!]! + stagingoptimismgoerli_setting( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_RelayerFeesIncrease - stagingmumbai_relayerFeesIncreases( + ): stagingoptimismgoerli_Setting + stagingoptimismgoerli_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_RelayerFeesIncrease_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_RelayerFeesIncrease_filter + orderBy: stagingoptimismgoerli_Setting_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Setting_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_RelayerFeesIncrease!]! - stagingmumbai_slippageUpdate( + ): [stagingoptimismgoerli_Setting!]! + stagingoptimismgoerli_relayer( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SlippageUpdate - stagingmumbai_slippageUpdates( + ): stagingoptimismgoerli_Relayer + stagingoptimismgoerli_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SlippageUpdate_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SlippageUpdate_filter + orderBy: stagingoptimismgoerli_Relayer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Relayer_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SlippageUpdate!]! - stagingmumbai_snapshotRoot( + ): [stagingoptimismgoerli_Relayer!]! + stagingoptimismgoerli_sequencer( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SnapshotRoot - stagingmumbai_snapshotRoots( + ): stagingoptimismgoerli_Sequencer + stagingoptimismgoerli_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SnapshotRoot_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SnapshotRoot_filter + orderBy: stagingoptimismgoerli_Sequencer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_Sequencer_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SnapshotRoot!]! - stagingmumbai_spokeConnectorMode( + ): [stagingoptimismgoerli_Sequencer!]! + stagingoptimismgoerli_relayerFee( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_SpokeConnectorMode - stagingmumbai_spokeConnectorModes( + ): stagingoptimismgoerli_RelayerFee + stagingoptimismgoerli_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_SpokeConnectorMode_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_SpokeConnectorMode_filter + orderBy: stagingoptimismgoerli_RelayerFee_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RelayerFee_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_SpokeConnectorMode!]! - stagingmumbai_aggregateRootProposed( + ): [stagingoptimismgoerli_RelayerFee!]! + stagingoptimismgoerli_originTransfer( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_AggregateRootProposed - stagingmumbai_aggregateRootProposeds( + ): stagingoptimismgoerli_OriginTransfer + stagingoptimismgoerli_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_AggregateRootProposed_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_AggregateRootProposed_filter - """ + orderBy: stagingoptimismgoerli_OriginTransfer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OriginTransfer_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_AggregateRootProposed!]! - stagingmumbai_optimisticRootFinalized( + ): [stagingoptimismgoerli_OriginTransfer!]! + stagingoptimismgoerli_destinationTransfer( 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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmumbai_OptimisticRootFinalized - stagingmumbai_optimisticRootFinalizeds( + ): stagingoptimismgoerli_DestinationTransfer + stagingoptimismgoerli_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmumbai_OptimisticRootFinalized_orderBy - orderDirection: stagingmumbai_OrderDirection - where: stagingmumbai_OptimisticRootFinalized_filter + orderBy: stagingoptimismgoerli_DestinationTransfer_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_DestinationTransfer_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: stagingmumbai_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmumbai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmumbai__meta(block: stagingmumbai_Block_height): stagingmumbai__Meta_ - arbitrumgoerli_asset( + ): [stagingoptimismgoerli_DestinationTransfer!]! + stagingoptimismgoerli_originMessage( 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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Asset - arbitrumgoerli_assets( + ): stagingoptimismgoerli_OriginMessage + stagingoptimismgoerli_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Asset_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Asset_filter + orderBy: stagingoptimismgoerli_OriginMessage_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OriginMessage_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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Asset!]! - arbitrumgoerli_assetStatus( + ): [stagingoptimismgoerli_OriginMessage!]! + stagingoptimismgoerli_aggregateRoot( 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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_AssetStatus - arbitrumgoerli_assetStatuses( + ): stagingoptimismgoerli_AggregateRoot + stagingoptimismgoerli_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AssetStatus_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AssetStatus_filter + orderBy: stagingoptimismgoerli_AggregateRoot_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AggregateRoot_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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_AssetStatus!]! - arbitrumgoerli_assetBalance( + ): [stagingoptimismgoerli_AggregateRoot!]! + stagingoptimismgoerli_connectorMeta( 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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_AssetBalance - arbitrumgoerli_assetBalances( + ): stagingoptimismgoerli_ConnectorMeta + stagingoptimismgoerli_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AssetBalance_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AssetBalance_filter + orderBy: stagingoptimismgoerli_ConnectorMeta_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_ConnectorMeta_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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_AssetBalance!]! - arbitrumgoerli_router( + ): [stagingoptimismgoerli_ConnectorMeta!]! + stagingoptimismgoerli_rootCount( 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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Router - arbitrumgoerli_routers( + ): stagingoptimismgoerli_RootCount + stagingoptimismgoerli_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Router_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Router_filter + orderBy: stagingoptimismgoerli_RootCount_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RootCount_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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Router!]! - arbitrumgoerli_routerDailyTVL( + ): [stagingoptimismgoerli_RootCount!]! + stagingoptimismgoerli_rootMessageSent( 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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RouterDailyTVL - arbitrumgoerli_routerDailyTVLs( + ): stagingoptimismgoerli_RootMessageSent + stagingoptimismgoerli_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RouterDailyTVL_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RouterDailyTVL_filter + orderBy: stagingoptimismgoerli_RootMessageSent_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RootMessageSent_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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RouterDailyTVL!]! - arbitrumgoerli_routerLiquidityEvent( + ): [stagingoptimismgoerli_RootMessageSent!]! + stagingoptimismgoerli_relayerFeesIncrease( 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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RouterLiquidityEvent - arbitrumgoerli_routerLiquidityEvents( + ): stagingoptimismgoerli_RelayerFeesIncrease + stagingoptimismgoerli_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RouterLiquidityEvent_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RouterLiquidityEvent_filter + orderBy: stagingoptimismgoerli_RelayerFeesIncrease_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_RelayerFeesIncrease_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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RouterLiquidityEvent!]! - arbitrumgoerli_setting( + ): [stagingoptimismgoerli_RelayerFeesIncrease!]! + stagingoptimismgoerli_slippageUpdate( 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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Setting - arbitrumgoerli_settings( + ): stagingoptimismgoerli_SlippageUpdate + stagingoptimismgoerli_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Setting_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Setting_filter + orderBy: stagingoptimismgoerli_SlippageUpdate_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SlippageUpdate_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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Setting!]! - arbitrumgoerli_relayer( + ): [stagingoptimismgoerli_SlippageUpdate!]! + stagingoptimismgoerli_snapshotRoot( 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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Relayer - arbitrumgoerli_relayers( + ): stagingoptimismgoerli_SnapshotRoot + stagingoptimismgoerli_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Relayer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Relayer_filter + orderBy: stagingoptimismgoerli_SnapshotRoot_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SnapshotRoot_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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Relayer!]! - arbitrumgoerli_sequencer( + ): [stagingoptimismgoerli_SnapshotRoot!]! + stagingoptimismgoerli_spokeConnectorMode( 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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_Sequencer - arbitrumgoerli_sequencers( + ): stagingoptimismgoerli_SpokeConnectorMode + stagingoptimismgoerli_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_Sequencer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_Sequencer_filter + orderBy: stagingoptimismgoerli_SpokeConnectorMode_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_SpokeConnectorMode_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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_Sequencer!]! - arbitrumgoerli_relayerFee( + ): [stagingoptimismgoerli_SpokeConnectorMode!]! + stagingoptimismgoerli_aggregateRootProposed( 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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RelayerFee - arbitrumgoerli_relayerFees( + ): stagingoptimismgoerli_AggregateRootProposed + stagingoptimismgoerli_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RelayerFee_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RelayerFee_filter + orderBy: stagingoptimismgoerli_AggregateRootProposed_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_AggregateRootProposed_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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RelayerFee!]! - arbitrumgoerli_originTransfer( + ): [stagingoptimismgoerli_AggregateRootProposed!]! + stagingoptimismgoerli_optimisticRootFinalized( 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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_OriginTransfer - arbitrumgoerli_originTransfers( + ): stagingoptimismgoerli_OptimisticRootFinalized + stagingoptimismgoerli_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_OriginTransfer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_OriginTransfer_filter + orderBy: stagingoptimismgoerli_OptimisticRootFinalized_orderBy + orderDirection: stagingoptimismgoerli_OrderDirection + where: stagingoptimismgoerli_OptimisticRootFinalized_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: arbitrumgoerli_Block_height + block: stagingoptimismgoerli_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_OriginTransfer!]! - arbitrumgoerli_destinationTransfer( + ): [stagingoptimismgoerli_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimismgoerli__meta(block: stagingoptimismgoerli_Block_height): stagingoptimismgoerli__Meta_ + bnb_swap_systemInfo( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_DestinationTransfer - arbitrumgoerli_destinationTransfers( + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_DestinationTransfer_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_DestinationTransfer_filter + orderBy: bnb_swap_SystemInfo_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SystemInfo_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_DestinationTransfer!]! - arbitrumgoerli_originMessage( + ): [bnb_swap_SystemInfo!]! + bnb_swap_pooledToken( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_OriginMessage - arbitrumgoerli_originMessages( + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_OriginMessage_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_OriginMessage_filter + orderBy: bnb_swap_PooledToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_PooledToken_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_OriginMessage!]! - arbitrumgoerli_aggregateRoot( + ): [bnb_swap_PooledToken!]! + bnb_swap_stableSwap( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_AggregateRoot - arbitrumgoerli_aggregateRoots( + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_AggregateRoot_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_AggregateRoot_filter + orderBy: bnb_swap_StableSwap_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwap_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_AggregateRoot!]! - arbitrumgoerli_connectorMeta( + ): [bnb_swap_StableSwap!]! + bnb_swap_stableSwapAddLiquidityEvent( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_ConnectorMeta - arbitrumgoerli_connectorMetas( + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_ConnectorMeta_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_ConnectorMeta_filter + orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapAddLiquidityEvent_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_ConnectorMeta!]! - arbitrumgoerli_rootCount( + ): [bnb_swap_StableSwapAddLiquidityEvent!]! + bnb_swap_stableSwapRemoveLiquidityEvent( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RootCount - arbitrumgoerli_rootCounts( + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RootCount_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RootCount_filter + orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapRemoveLiquidityEvent_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RootCount!]! - arbitrumgoerli_rootMessageSent( + ): [bnb_swap_StableSwapRemoveLiquidityEvent!]! + bnb_swap_stableSwapExchange( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RootMessageSent - arbitrumgoerli_rootMessageSents( + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RootMessageSent_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RootMessageSent_filter + orderBy: bnb_swap_StableSwapExchange_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapExchange_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RootMessageSent!]! - arbitrumgoerli_relayerFeesIncrease( + ): [bnb_swap_StableSwapExchange!]! + bnb_swap_swapDailyVolume( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_RelayerFeesIncrease - arbitrumgoerli_relayerFeesIncreases( + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_RelayerFeesIncrease_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_RelayerFeesIncrease_filter + orderBy: bnb_swap_SwapDailyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapDailyVolume_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_RelayerFeesIncrease!]! - arbitrumgoerli_slippageUpdate( + ): [bnb_swap_SwapDailyVolume!]! + bnb_swap_swapHourlyVolume( 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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumgoerli_SlippageUpdate - arbitrumgoerli_slippageUpdates( + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumgoerli_SlippageUpdate_orderBy - orderDirection: arbitrumgoerli_OrderDirection - where: arbitrumgoerli_SlippageUpdate_filter + orderBy: bnb_swap_SwapHourlyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapHourlyVolume_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: arbitrumgoerli_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumgoerli_SlippageUpdate!]! - """Access to subgraph metadata""" - arbitrumgoerli__meta(block: arbitrumgoerli_Block_height): arbitrumgoerli__Meta_ - mumbai_asset( + ): [bnb_swap_SwapHourlyVolume!]! + bnb_swap_swapWeeklyVolume( 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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Asset - mumbai_assets( + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Asset_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Asset_filter + orderBy: bnb_swap_SwapWeeklyVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapWeeklyVolume_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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Asset!]! - mumbai_assetStatus( + ): [bnb_swap_SwapWeeklyVolume!]! + bnb_swap_lpAccount( 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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AssetStatus - mumbai_assetStatuses( + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetStatus_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetStatus_filter + orderBy: bnb_swap_LpAccount_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccount_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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AssetStatus!]! - mumbai_assetBalance( + ): [bnb_swap_LpAccount!]! + bnb_swap_lpAccountBalance( 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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AssetBalance - mumbai_assetBalances( + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mumbai_AssetBalance_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AssetBalance_filter + orderBy: bnb_swap_LpAccountBalance_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpAccountBalance_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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AssetBalance!]! - mumbai_router( + ): [bnb_swap_LpAccountBalance!]! + bnb_swap_lpToken( 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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Router - mumbai_routers( + ): bnb_swap_LpToken + bnb_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Router_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Router_filter + orderBy: bnb_swap_LpToken_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpToken_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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Router!]! - mumbai_routerDailyTVL( + ): [bnb_swap_LpToken!]! + bnb_swap_lpTransferEvent( 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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RouterDailyTVL - mumbai_routerDailyTVLs( + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterDailyTVL_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterDailyTVL_filter + orderBy: bnb_swap_LpTransferEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTransferEvent_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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RouterDailyTVL!]! - mumbai_routerLiquidityEvent( + ): [bnb_swap_LpTransferEvent!]! + bnb_swap_stableSwapEvent( 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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RouterLiquidityEvent - mumbai_routerLiquidityEvents( + ): bnb_swap_StableSwapEvent + bnb_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_RouterLiquidityEvent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RouterLiquidityEvent_filter + orderBy: bnb_swap_StableSwapEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapEvent_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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RouterLiquidityEvent!]! - mumbai_setting( + ): [bnb_swap_StableSwapEvent!]! + bnb_swap_swapTradeVolume( 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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Setting - mumbai_settings( + ): bnb_swap_SwapTradeVolume + bnb_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Setting_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Setting_filter + orderBy: bnb_swap_SwapTradeVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapTradeVolume_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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Setting!]! - mumbai_relayer( + ): [bnb_swap_SwapTradeVolume!]! + bnb_swap_lpTokenEvent( 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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Relayer - mumbai_relayers( + ): bnb_swap_LpTokenEvent + bnb_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mumbai_Relayer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Relayer_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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Relayer!]! - mumbai_sequencer( - 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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_Sequencer - mumbai_sequencers( - skip: Int = 0 - first: Int = 100 - orderBy: mumbai_Sequencer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_Sequencer_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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_Sequencer!]! - mumbai_relayerFee( - 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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RelayerFee - mumbai_relayerFees( - skip: Int = 0 - first: Int = 100 - orderBy: mumbai_RelayerFee_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFee_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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RelayerFee!]! - mumbai_originTransfer( - 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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_OriginTransfer - mumbai_originTransfers( - skip: Int = 0 - first: Int = 100 - orderBy: mumbai_OriginTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginTransfer_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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_OriginTransfer!]! - mumbai_destinationTransfer( - 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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_DestinationTransfer - mumbai_destinationTransfers( - skip: Int = 0 - first: Int = 100 - orderBy: mumbai_DestinationTransfer_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_DestinationTransfer_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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_DestinationTransfer!]! - mumbai_originMessage( - 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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_OriginMessage - mumbai_originMessages( - skip: Int = 0 - first: Int = 100 - orderBy: mumbai_OriginMessage_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_OriginMessage_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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_OriginMessage!]! - mumbai_aggregateRoot( - 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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_AggregateRoot - mumbai_aggregateRoots( - skip: Int = 0 - first: Int = 100 - orderBy: mumbai_AggregateRoot_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_AggregateRoot_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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_AggregateRoot!]! - mumbai_connectorMeta( - 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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_ConnectorMeta - mumbai_connectorMetas( - skip: Int = 0 - first: Int = 100 - orderBy: mumbai_ConnectorMeta_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_ConnectorMeta_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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_ConnectorMeta!]! - mumbai_rootCount( - 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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RootCount - mumbai_rootCounts( - skip: Int = 0 - first: Int = 100 - orderBy: mumbai_RootCount_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootCount_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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RootCount!]! - mumbai_rootMessageSent( - 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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RootMessageSent - mumbai_rootMessageSents( - skip: Int = 0 - first: Int = 100 - orderBy: mumbai_RootMessageSent_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RootMessageSent_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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RootMessageSent!]! - mumbai_relayerFeesIncrease( - 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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_RelayerFeesIncrease - mumbai_relayerFeesIncreases( - skip: Int = 0 - first: Int = 100 - orderBy: mumbai_RelayerFeesIncrease_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_RelayerFeesIncrease_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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_RelayerFeesIncrease!]! - mumbai_slippageUpdate( - 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: mumbai_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): mumbai_SlippageUpdate - mumbai_slippageUpdates( - skip: Int = 0 - first: Int = 100 - orderBy: mumbai_SlippageUpdate_orderBy - orderDirection: mumbai_OrderDirection - where: mumbai_SlippageUpdate_filter + orderBy: bnb_swap_LpTokenEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTokenEvent_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: mumbai_Block_height + block: bnb_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mumbai_SlippageUpdate!]! + ): [bnb_swap_LpTokenEvent!]! """Access to subgraph metadata""" - mumbai__meta(block: mumbai_Block_height): mumbai__Meta_ + bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ xdai_asset( id: ID! """ @@ -31370,580 +30012,502 @@ type Subscription { ): [xdai_SlippageUpdate!]! """Access to subgraph metadata""" xdai__meta(block: xdai_Block_height): xdai__Meta_ - localarbitrumone_asset( + optimism_asset( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Asset - localarbitrumone_assets( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Asset_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Asset_filter + orderBy: optimism_Asset_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Asset_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Asset!]! - localarbitrumone_assetStatus( + ): [optimism_Asset!]! + optimism_assetStatus( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AssetStatus - localarbitrumone_assetStatuses( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetStatus_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetStatus_filter + orderBy: optimism_AssetStatus_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AssetStatus_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AssetStatus!]! - localarbitrumone_assetBalance( + ): [optimism_AssetStatus!]! + optimism_assetBalance( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AssetBalance - localarbitrumone_assetBalances( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AssetBalance_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AssetBalance_filter + orderBy: optimism_AssetBalance_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AssetBalance_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AssetBalance!]! - localarbitrumone_router( + ): [optimism_AssetBalance!]! + optimism_router( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Router - localarbitrumone_routers( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Router_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Router_filter + orderBy: optimism_Router_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Router_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Router!]! - localarbitrumone_routerDailyTVL( + ): [optimism_Router!]! + optimism_routerDailyTVL( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RouterDailyTVL - localarbitrumone_routerDailyTVLs( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RouterDailyTVL_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RouterDailyTVL_filter + orderBy: optimism_RouterDailyTVL_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterDailyTVL_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RouterDailyTVL!]! - localarbitrumone_setting( + ): [optimism_RouterDailyTVL!]! + optimism_routerLiquidityEvent( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Setting - localarbitrumone_settings( + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Setting_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Setting_filter + orderBy: optimism_RouterLiquidityEvent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterLiquidityEvent_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Setting!]! - localarbitrumone_relayer( + ): [optimism_RouterLiquidityEvent!]! + optimism_setting( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Relayer - localarbitrumone_relayers( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Relayer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Relayer_filter + orderBy: optimism_Setting_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Setting_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Relayer!]! - localarbitrumone_sequencer( + ): [optimism_Setting!]! + optimism_relayer( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_Sequencer - localarbitrumone_sequencers( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_Sequencer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_Sequencer_filter + orderBy: optimism_Relayer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Relayer_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_Sequencer!]! - localarbitrumone_relayerFee( + ): [optimism_Relayer!]! + optimism_sequencer( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RelayerFee - localarbitrumone_relayerFees( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFee_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFee_filter + orderBy: optimism_Sequencer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Sequencer_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RelayerFee!]! - localarbitrumone_originTransfer( + ): [optimism_Sequencer!]! + optimism_relayerFee( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OriginTransfer - localarbitrumone_originTransfers( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginTransfer_filter + orderBy: optimism_RelayerFee_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFee_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OriginTransfer!]! - localarbitrumone_destinationTransfer( + ): [optimism_RelayerFee!]! + optimism_originTransfer( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_DestinationTransfer - localarbitrumone_destinationTransfers( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_DestinationTransfer_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_DestinationTransfer_filter + orderBy: optimism_OriginTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_OriginTransfer_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_DestinationTransfer!]! - localarbitrumone_originMessage( + ): [optimism_OriginTransfer!]! + optimism_destinationTransfer( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OriginMessage - localarbitrumone_originMessages( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OriginMessage_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OriginMessage_filter + orderBy: optimism_DestinationTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_DestinationTransfer_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OriginMessage!]! - localarbitrumone_aggregateRoot( + ): [optimism_DestinationTransfer!]! + optimism_originMessage( 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: localarbitrumone_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AggregateRoot - localarbitrumone_aggregateRoots( - skip: Int = 0 - first: Int = 100 - orderBy: localarbitrumone_AggregateRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRoot_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: localarbitrumone_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AggregateRoot!]! - localarbitrumone_connectorMeta( - 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: localarbitrumone_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_ConnectorMeta - localarbitrumone_connectorMetas( - skip: Int = 0 - first: Int = 100 - orderBy: localarbitrumone_ConnectorMeta_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_ConnectorMeta_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: localarbitrumone_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_ConnectorMeta!]! - localarbitrumone_rootCount( - 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: localarbitrumone_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RootCount - localarbitrumone_rootCounts( - skip: Int = 0 - first: Int = 100 - orderBy: localarbitrumone_RootCount_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootCount_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: localarbitrumone_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RootCount!]! - localarbitrumone_rootMessageSent( - 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RootMessageSent - localarbitrumone_rootMessageSents( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RootMessageSent_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RootMessageSent_filter + orderBy: optimism_OriginMessage_orderBy + orderDirection: optimism_OrderDirection + where: optimism_OriginMessage_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RootMessageSent!]! - localarbitrumone_relayerFeesIncrease( + ): [optimism_OriginMessage!]! + optimism_aggregateRoot( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_RelayerFeesIncrease - localarbitrumone_relayerFeesIncreases( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_RelayerFeesIncrease_filter + orderBy: optimism_AggregateRoot_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AggregateRoot_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_RelayerFeesIncrease!]! - localarbitrumone_slippageUpdate( + ): [optimism_AggregateRoot!]! + optimism_connectorMeta( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SlippageUpdate - localarbitrumone_slippageUpdates( + ): optimism_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SlippageUpdate_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SlippageUpdate_filter + orderBy: optimism_ConnectorMeta_orderBy + orderDirection: optimism_OrderDirection + where: optimism_ConnectorMeta_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SlippageUpdate!]! - localarbitrumone_snapshotRoot( + ): [optimism_ConnectorMeta!]! + optimism_rootCount( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SnapshotRoot - localarbitrumone_snapshotRoots( + ): optimism_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SnapshotRoot_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SnapshotRoot_filter + orderBy: optimism_RootCount_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RootCount_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SnapshotRoot!]! - localarbitrumone_spokeConnectorMode( + ): [optimism_RootCount!]! + optimism_rootMessageSent( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_SpokeConnectorMode - localarbitrumone_spokeConnectorModes( + ): optimism_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_SpokeConnectorMode_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_SpokeConnectorMode_filter + orderBy: optimism_RootMessageSent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RootMessageSent_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_SpokeConnectorMode!]! - localarbitrumone_aggregateRootProposed( + ): [optimism_RootMessageSent!]! + optimism_relayerFeesIncrease( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_AggregateRootProposed - localarbitrumone_aggregateRootProposeds( + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_AggregateRootProposed_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_AggregateRootProposed_filter + orderBy: optimism_RelayerFeesIncrease_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFeesIncrease_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_AggregateRootProposed!]! - localarbitrumone_optimisticRootFinalized( + ): [optimism_RelayerFeesIncrease!]! + optimism_slippageUpdate( 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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localarbitrumone_OptimisticRootFinalized - localarbitrumone_optimisticRootFinalizeds( + ): optimism_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: localarbitrumone_OrderDirection - where: localarbitrumone_OptimisticRootFinalized_filter + orderBy: optimism_SlippageUpdate_orderBy + orderDirection: optimism_OrderDirection + where: optimism_SlippageUpdate_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: localarbitrumone_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localarbitrumone_OptimisticRootFinalized!]! + ): [optimism_SlippageUpdate!]! """Access to subgraph metadata""" - localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ + optimism__meta(block: optimism_Block_height): optimism__Meta_ bnb_asset( id: ID! """ @@ -32936,4946 +31500,4094 @@ type Subscription { ): [linea_SlippageUpdate!]! """Access to subgraph metadata""" linea__meta(block: linea_Block_height): linea__Meta_ - localmainnet_asset( + localarbitrumone_asset( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Asset - localmainnet_assets( + ): localarbitrumone_Asset + localarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Asset_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Asset_filter + orderBy: localarbitrumone_Asset_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Asset_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Asset!]! - localmainnet_assetStatus( + ): [localarbitrumone_Asset!]! + localarbitrumone_assetStatus( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AssetStatus - localmainnet_assetStatuses( + ): localarbitrumone_AssetStatus + localarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetStatus_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetStatus_filter + orderBy: localarbitrumone_AssetStatus_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetStatus_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AssetStatus!]! - localmainnet_assetBalance( + ): [localarbitrumone_AssetStatus!]! + localarbitrumone_assetBalance( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AssetBalance - localmainnet_assetBalances( + ): localarbitrumone_AssetBalance + localarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AssetBalance_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AssetBalance_filter + orderBy: localarbitrumone_AssetBalance_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AssetBalance_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AssetBalance!]! - localmainnet_router( + ): [localarbitrumone_AssetBalance!]! + localarbitrumone_router( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Router - localmainnet_routers( + ): localarbitrumone_Router + localarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Router_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Router_filter + orderBy: localarbitrumone_Router_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Router_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Router!]! - localmainnet_routerDailyTVL( + ): [localarbitrumone_Router!]! + localarbitrumone_routerDailyTVL( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RouterDailyTVL - localmainnet_routerDailyTVLs( + ): localarbitrumone_RouterDailyTVL + localarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RouterDailyTVL_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RouterDailyTVL_filter + orderBy: localarbitrumone_RouterDailyTVL_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RouterDailyTVL_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RouterDailyTVL!]! - localmainnet_setting( + ): [localarbitrumone_RouterDailyTVL!]! + localarbitrumone_setting( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Setting - localmainnet_settings( + ): localarbitrumone_Setting + localarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Setting_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Setting_filter + orderBy: localarbitrumone_Setting_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Setting_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Setting!]! - localmainnet_relayer( + ): [localarbitrumone_Setting!]! + localarbitrumone_relayer( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Relayer - localmainnet_relayers( + ): localarbitrumone_Relayer + localarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Relayer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Relayer_filter + orderBy: localarbitrumone_Relayer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Relayer_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Relayer!]! - localmainnet_sequencer( + ): [localarbitrumone_Relayer!]! + localarbitrumone_sequencer( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_Sequencer - localmainnet_sequencers( + ): localarbitrumone_Sequencer + localarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_Sequencer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_Sequencer_filter + orderBy: localarbitrumone_Sequencer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_Sequencer_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_Sequencer!]! - localmainnet_relayerFee( + ): [localarbitrumone_Sequencer!]! + localarbitrumone_relayerFee( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RelayerFee - localmainnet_relayerFees( + ): localarbitrumone_RelayerFee + localarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFee_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFee_filter + orderBy: localarbitrumone_RelayerFee_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RelayerFee_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RelayerFee!]! - localmainnet_originTransfer( + ): [localarbitrumone_RelayerFee!]! + localarbitrumone_originTransfer( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OriginTransfer - localmainnet_originTransfers( + ): localarbitrumone_OriginTransfer + localarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginTransfer_filter + orderBy: localarbitrumone_OriginTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginTransfer_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OriginTransfer!]! - localmainnet_destinationTransfer( + ): [localarbitrumone_OriginTransfer!]! + localarbitrumone_destinationTransfer( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_DestinationTransfer - localmainnet_destinationTransfers( + ): localarbitrumone_DestinationTransfer + localarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_DestinationTransfer_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_DestinationTransfer_filter + orderBy: localarbitrumone_DestinationTransfer_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_DestinationTransfer_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_DestinationTransfer!]! - localmainnet_originMessage( + ): [localarbitrumone_DestinationTransfer!]! + localarbitrumone_originMessage( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OriginMessage - localmainnet_originMessages( + ): localarbitrumone_OriginMessage + localarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OriginMessage_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OriginMessage_filter + orderBy: localarbitrumone_OriginMessage_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OriginMessage_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OriginMessage!]! - localmainnet_aggregateRoot( + ): [localarbitrumone_OriginMessage!]! + localarbitrumone_aggregateRoot( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRoot - localmainnet_aggregateRoots( + ): localarbitrumone_AggregateRoot + localarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRoot_filter + orderBy: localarbitrumone_AggregateRoot_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AggregateRoot_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRoot!]! - localmainnet_connectorMeta( + ): [localarbitrumone_AggregateRoot!]! + localarbitrumone_connectorMeta( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_ConnectorMeta - localmainnet_connectorMetas( + ): localarbitrumone_ConnectorMeta + localarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_ConnectorMeta_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_ConnectorMeta_filter + orderBy: localarbitrumone_ConnectorMeta_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_ConnectorMeta_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_ConnectorMeta!]! - localmainnet_rootCount( + ): [localarbitrumone_ConnectorMeta!]! + localarbitrumone_rootCount( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootCount - localmainnet_rootCounts( + ): localarbitrumone_RootCount + localarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootCount_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootCount_filter + orderBy: localarbitrumone_RootCount_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RootCount_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootCount!]! - localmainnet_rootMessageSent( + ): [localarbitrumone_RootCount!]! + localarbitrumone_rootMessageSent( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RootMessageSent - localmainnet_rootMessageSents( + ): localarbitrumone_RootMessageSent + localarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RootMessageSent_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RootMessageSent_filter + orderBy: localarbitrumone_RootMessageSent_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RootMessageSent_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RootMessageSent!]! - localmainnet_relayerFeesIncrease( + ): [localarbitrumone_RootMessageSent!]! + localarbitrumone_relayerFeesIncrease( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_RelayerFeesIncrease - localmainnet_relayerFeesIncreases( + ): localarbitrumone_RelayerFeesIncrease + localarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_RelayerFeesIncrease_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_RelayerFeesIncrease_filter + orderBy: localarbitrumone_RelayerFeesIncrease_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_RelayerFeesIncrease_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_RelayerFeesIncrease!]! - localmainnet_slippageUpdate( + ): [localarbitrumone_RelayerFeesIncrease!]! + localarbitrumone_slippageUpdate( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SlippageUpdate - localmainnet_slippageUpdates( + ): localarbitrumone_SlippageUpdate + localarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SlippageUpdate_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SlippageUpdate_filter + orderBy: localarbitrumone_SlippageUpdate_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SlippageUpdate_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SlippageUpdate!]! - localmainnet_snapshotRoot( + ): [localarbitrumone_SlippageUpdate!]! + localarbitrumone_snapshotRoot( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SnapshotRoot - localmainnet_snapshotRoots( + ): localarbitrumone_SnapshotRoot + localarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SnapshotRoot_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SnapshotRoot_filter + orderBy: localarbitrumone_SnapshotRoot_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SnapshotRoot_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SnapshotRoot!]! - localmainnet_spokeConnectorMode( + ): [localarbitrumone_SnapshotRoot!]! + localarbitrumone_spokeConnectorMode( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_SpokeConnectorMode - localmainnet_spokeConnectorModes( + ): localarbitrumone_SpokeConnectorMode + localarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_SpokeConnectorMode_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_SpokeConnectorMode_filter + orderBy: localarbitrumone_SpokeConnectorMode_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_SpokeConnectorMode_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_SpokeConnectorMode!]! - localmainnet_aggregateRootProposed( + ): [localarbitrumone_SpokeConnectorMode!]! + localarbitrumone_aggregateRootProposed( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_AggregateRootProposed - localmainnet_aggregateRootProposeds( + ): localarbitrumone_AggregateRootProposed + localarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_AggregateRootProposed_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_AggregateRootProposed_filter + orderBy: localarbitrumone_AggregateRootProposed_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_AggregateRootProposed_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_AggregateRootProposed!]! - localmainnet_optimisticRootFinalized( + ): [localarbitrumone_AggregateRootProposed!]! + localarbitrumone_optimisticRootFinalized( 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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localmainnet_OptimisticRootFinalized - localmainnet_optimisticRootFinalizeds( + ): localarbitrumone_OptimisticRootFinalized + localarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localmainnet_OptimisticRootFinalized_orderBy - orderDirection: localmainnet_OrderDirection - where: localmainnet_OptimisticRootFinalized_filter + orderBy: localarbitrumone_OptimisticRootFinalized_orderBy + orderDirection: localarbitrumone_OrderDirection + where: localarbitrumone_OptimisticRootFinalized_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: localmainnet_Block_height + block: localarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localmainnet_OptimisticRootFinalized!]! - localoptimism_asset( + ): [localarbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + localarbitrumone__meta(block: localarbitrumone_Block_height): localarbitrumone__Meta_ + localmainnet_asset( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Asset - localoptimism_assets( + ): localmainnet_Asset + localmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Asset_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Asset_filter + orderBy: localmainnet_Asset_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Asset_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Asset!]! - localoptimism_assetStatus( + ): [localmainnet_Asset!]! + localmainnet_assetStatus( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetStatus - localoptimism_assetStatuses( + ): localmainnet_AssetStatus + localmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetStatus_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetStatus_filter + orderBy: localmainnet_AssetStatus_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AssetStatus_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetStatus!]! - localoptimism_assetBalance( + ): [localmainnet_AssetStatus!]! + localmainnet_assetBalance( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AssetBalance - localoptimism_assetBalances( + ): localmainnet_AssetBalance + localmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AssetBalance_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AssetBalance_filter + orderBy: localmainnet_AssetBalance_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AssetBalance_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AssetBalance!]! - localoptimism_router( + ): [localmainnet_AssetBalance!]! + localmainnet_router( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Router - localoptimism_routers( + ): localmainnet_Router + localmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Router_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Router_filter + orderBy: localmainnet_Router_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Router_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Router!]! - localoptimism_routerDailyTVL( + ): [localmainnet_Router!]! + localmainnet_routerDailyTVL( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RouterDailyTVL - localoptimism_routerDailyTVLs( + ): localmainnet_RouterDailyTVL + localmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RouterDailyTVL_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RouterDailyTVL_filter + orderBy: localmainnet_RouterDailyTVL_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RouterDailyTVL_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RouterDailyTVL!]! - localoptimism_setting( + ): [localmainnet_RouterDailyTVL!]! + localmainnet_setting( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Setting - localoptimism_settings( + ): localmainnet_Setting + localmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Setting_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Setting_filter + orderBy: localmainnet_Setting_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Setting_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Setting!]! - localoptimism_relayer( + ): [localmainnet_Setting!]! + localmainnet_relayer( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Relayer - localoptimism_relayers( + ): localmainnet_Relayer + localmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Relayer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Relayer_filter + orderBy: localmainnet_Relayer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Relayer_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Relayer!]! - localoptimism_sequencer( + ): [localmainnet_Relayer!]! + localmainnet_sequencer( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_Sequencer - localoptimism_sequencers( + ): localmainnet_Sequencer + localmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_Sequencer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_Sequencer_filter + orderBy: localmainnet_Sequencer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_Sequencer_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_Sequencer!]! - localoptimism_relayerFee( + ): [localmainnet_Sequencer!]! + localmainnet_relayerFee( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RelayerFee - localoptimism_relayerFees( + ): localmainnet_RelayerFee + localmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFee_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFee_filter + orderBy: localmainnet_RelayerFee_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RelayerFee_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RelayerFee!]! - localoptimism_originTransfer( + ): [localmainnet_RelayerFee!]! + localmainnet_originTransfer( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OriginTransfer - localoptimism_originTransfers( + ): localmainnet_OriginTransfer + localmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginTransfer_filter + orderBy: localmainnet_OriginTransfer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OriginTransfer_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OriginTransfer!]! - localoptimism_destinationTransfer( + ): [localmainnet_OriginTransfer!]! + localmainnet_destinationTransfer( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_DestinationTransfer - localoptimism_destinationTransfers( + ): localmainnet_DestinationTransfer + localmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_DestinationTransfer_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_DestinationTransfer_filter + orderBy: localmainnet_DestinationTransfer_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_DestinationTransfer_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_DestinationTransfer!]! - localoptimism_originMessage( + ): [localmainnet_DestinationTransfer!]! + localmainnet_originMessage( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OriginMessage - localoptimism_originMessages( + ): localmainnet_OriginMessage + localmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OriginMessage_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OriginMessage_filter + orderBy: localmainnet_OriginMessage_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OriginMessage_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OriginMessage!]! - localoptimism_aggregateRoot( + ): [localmainnet_OriginMessage!]! + localmainnet_aggregateRoot( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AggregateRoot - localoptimism_aggregateRoots( + ): localmainnet_AggregateRoot + localmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRoot_filter + orderBy: localmainnet_AggregateRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRoot_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AggregateRoot!]! - localoptimism_connectorMeta( + ): [localmainnet_AggregateRoot!]! + localmainnet_connectorMeta( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_ConnectorMeta - localoptimism_connectorMetas( + ): localmainnet_ConnectorMeta + localmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_ConnectorMeta_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_ConnectorMeta_filter + orderBy: localmainnet_ConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ConnectorMeta_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_ConnectorMeta!]! - localoptimism_rootCount( + ): [localmainnet_ConnectorMeta!]! + localmainnet_rootCount( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RootCount - localoptimism_rootCounts( + ): localmainnet_RootCount + localmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootCount_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootCount_filter + orderBy: localmainnet_RootCount_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootCount_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RootCount!]! - localoptimism_rootMessageSent( + ): [localmainnet_RootCount!]! + localmainnet_rootMessageSent( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RootMessageSent - localoptimism_rootMessageSents( + ): localmainnet_RootMessageSent + localmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RootMessageSent_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RootMessageSent_filter + orderBy: localmainnet_RootMessageSent_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootMessageSent_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RootMessageSent!]! - localoptimism_relayerFeesIncrease( + ): [localmainnet_RootMessageSent!]! + localmainnet_relayerFeesIncrease( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_RelayerFeesIncrease - localoptimism_relayerFeesIncreases( + ): localmainnet_RelayerFeesIncrease + localmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_RelayerFeesIncrease_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_RelayerFeesIncrease_filter + orderBy: localmainnet_RelayerFeesIncrease_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RelayerFeesIncrease_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_RelayerFeesIncrease!]! - localoptimism_slippageUpdate( + ): [localmainnet_RelayerFeesIncrease!]! + localmainnet_slippageUpdate( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SlippageUpdate - localoptimism_slippageUpdates( + ): localmainnet_SlippageUpdate + localmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SlippageUpdate_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SlippageUpdate_filter + orderBy: localmainnet_SlippageUpdate_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SlippageUpdate_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SlippageUpdate!]! - localoptimism_snapshotRoot( + ): [localmainnet_SlippageUpdate!]! + localmainnet_snapshotRoot( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SnapshotRoot - localoptimism_snapshotRoots( + ): localmainnet_SnapshotRoot + localmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SnapshotRoot_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SnapshotRoot_filter + orderBy: localmainnet_SnapshotRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SnapshotRoot_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SnapshotRoot!]! - localoptimism_spokeConnectorMode( + ): [localmainnet_SnapshotRoot!]! + localmainnet_spokeConnectorMode( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_SpokeConnectorMode - localoptimism_spokeConnectorModes( + ): localmainnet_SpokeConnectorMode + localmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_SpokeConnectorMode_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_SpokeConnectorMode_filter + orderBy: localmainnet_SpokeConnectorMode_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_SpokeConnectorMode_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_SpokeConnectorMode!]! - localoptimism_aggregateRootProposed( + ): [localmainnet_SpokeConnectorMode!]! + localmainnet_aggregateRootProposed( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_AggregateRootProposed - localoptimism_aggregateRootProposeds( + ): localmainnet_AggregateRootProposed + localmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_AggregateRootProposed_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_AggregateRootProposed_filter + orderBy: localmainnet_AggregateRootProposed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRootProposed_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_AggregateRootProposed!]! - localoptimism_optimisticRootFinalized( + ): [localmainnet_AggregateRootProposed!]! + localmainnet_optimisticRootFinalized( 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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): localoptimism_OptimisticRootFinalized - localoptimism_optimisticRootFinalizeds( + ): localmainnet_OptimisticRootFinalized + localmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: localoptimism_OptimisticRootFinalized_orderBy - orderDirection: localoptimism_OrderDirection - where: localoptimism_OptimisticRootFinalized_filter + orderBy: localmainnet_OptimisticRootFinalized_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootFinalized_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: localoptimism_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [localoptimism_OptimisticRootFinalized!]! + ): [localmainnet_OptimisticRootFinalized!]! """Access to subgraph metadata""" - localoptimism__meta(block: localoptimism_Block_height): localoptimism__Meta_ - mainnet_asset( + localmainnet__meta(block: localmainnet_Block_height): localmainnet__Meta_ + linea_swap_systemInfo( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Asset - mainnet_assets( + ): linea_swap_SystemInfo + linea_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Asset_filter + orderBy: linea_swap_SystemInfo_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SystemInfo_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Asset!]! - mainnet_assetStatus( + ): [linea_swap_SystemInfo!]! + linea_swap_pooledToken( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AssetStatus - mainnet_assetStatuses( + ): linea_swap_PooledToken + linea_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetStatus_filter + orderBy: linea_swap_PooledToken_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_PooledToken_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AssetStatus!]! - mainnet_assetBalance( + ): [linea_swap_PooledToken!]! + linea_swap_stableSwap( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AssetBalance - mainnet_assetBalances( + ): linea_swap_StableSwap + linea_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetBalance_filter + orderBy: linea_swap_StableSwap_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwap_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AssetBalance!]! - mainnet_router( + ): [linea_swap_StableSwap!]! + linea_swap_stableSwapAddLiquidityEvent( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Router - mainnet_routers( + ): linea_swap_StableSwapAddLiquidityEvent + linea_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Router_filter + orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapAddLiquidityEvent_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Router!]! - mainnet_routerDailyTVL( + ): [linea_swap_StableSwapAddLiquidityEvent!]! + linea_swap_stableSwapRemoveLiquidityEvent( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RouterDailyTVL - mainnet_routerDailyTVLs( + ): linea_swap_StableSwapRemoveLiquidityEvent + linea_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterDailyTVL_filter + orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapRemoveLiquidityEvent_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RouterDailyTVL!]! - mainnet_routerLiquidityEvent( + ): [linea_swap_StableSwapRemoveLiquidityEvent!]! + linea_swap_stableSwapExchange( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RouterLiquidityEvent - mainnet_routerLiquidityEvents( + ): linea_swap_StableSwapExchange + linea_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterLiquidityEvent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterLiquidityEvent_filter + orderBy: linea_swap_StableSwapExchange_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapExchange_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RouterLiquidityEvent!]! - mainnet_setting( + ): [linea_swap_StableSwapExchange!]! + linea_swap_swapDailyVolume( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Setting - mainnet_settings( + ): linea_swap_SwapDailyVolume + linea_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Setting_filter + orderBy: linea_swap_SwapDailyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapDailyVolume_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Setting!]! - mainnet_relayer( + ): [linea_swap_SwapDailyVolume!]! + linea_swap_swapHourlyVolume( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Relayer - mainnet_relayers( + ): linea_swap_SwapHourlyVolume + linea_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Relayer_filter + orderBy: linea_swap_SwapHourlyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapHourlyVolume_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Relayer!]! - mainnet_sequencer( + ): [linea_swap_SwapHourlyVolume!]! + linea_swap_swapWeeklyVolume( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_Sequencer - mainnet_sequencers( + ): linea_swap_SwapWeeklyVolume + linea_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Sequencer_filter + orderBy: linea_swap_SwapWeeklyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapWeeklyVolume_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_Sequencer!]! - mainnet_relayerFee( + ): [linea_swap_SwapWeeklyVolume!]! + linea_swap_lpAccount( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RelayerFee - mainnet_relayerFees( + ): linea_swap_LpAccount + linea_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFee_filter + orderBy: linea_swap_LpAccount_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpAccount_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RelayerFee!]! - mainnet_originTransfer( + ): [linea_swap_LpAccount!]! + linea_swap_lpAccountBalance( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OriginTransfer - mainnet_originTransfers( + ): linea_swap_LpAccountBalance + linea_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginTransfer_filter + orderBy: linea_swap_LpAccountBalance_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpAccountBalance_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OriginTransfer!]! - mainnet_destinationTransfer( + ): [linea_swap_LpAccountBalance!]! + linea_swap_lpToken( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_DestinationTransfer - mainnet_destinationTransfers( + ): linea_swap_LpToken + linea_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_DestinationTransfer_filter + orderBy: linea_swap_LpToken_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpToken_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_DestinationTransfer!]! - mainnet_originMessage( + ): [linea_swap_LpToken!]! + linea_swap_lpTransferEvent( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OriginMessage - mainnet_originMessages( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginMessage_filter + orderBy: linea_swap_LpTransferEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpTransferEvent_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OriginMessage!]! - mainnet_aggregateRoot( + ): [linea_swap_LpTransferEvent!]! + linea_swap_stableSwapEvent( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRoot - mainnet_aggregateRoots( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRoot_filter + orderBy: linea_swap_StableSwapEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapEvent_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRoot!]! - mainnet_connectorMeta( + ): [linea_swap_StableSwapEvent!]! + linea_swap_swapTradeVolume( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ConnectorMeta - mainnet_connectorMetas( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ConnectorMeta_filter + orderBy: linea_swap_SwapTradeVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapTradeVolume_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ConnectorMeta!]! - mainnet_rootCount( + ): [linea_swap_SwapTradeVolume!]! + linea_swap_lpTokenEvent( 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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootCount - mainnet_rootCounts( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootCount_filter + orderBy: linea_swap_LpTokenEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpTokenEvent_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 + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootCount!]! - mainnet_rootMessageSent( + ): [linea_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ + localmainnet_rootAggregated( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootMessageSent - mainnet_rootMessageSents( + ): localmainnet_RootAggregated + localmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_filter + orderBy: localmainnet_RootAggregated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootAggregated_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootMessageSent!]! - mainnet_relayerFeesIncrease( + ): [localmainnet_RootAggregated!]! + localmainnet_rootPropagated( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RelayerFeesIncrease - mainnet_relayerFeesIncreases( + ): localmainnet_RootPropagated + localmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFeesIncrease_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFeesIncrease_filter + orderBy: localmainnet_RootPropagated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootPropagated_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RelayerFeesIncrease!]! - mainnet_slippageUpdate( + ): [localmainnet_RootPropagated!]! + localmainnet_aggregatedMessageRoot( 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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SlippageUpdate - mainnet_slippageUpdates( + ): localmainnet_AggregatedMessageRoot + localmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SlippageUpdate_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SlippageUpdate_filter + orderBy: localmainnet_AggregatedMessageRoot_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregatedMessageRoot_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 + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SlippageUpdate!]! - arbitrumone_asset( + ): [localmainnet_AggregatedMessageRoot!]! + localmainnet_rootManagerMeta( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Asset - arbitrumone_assets( + ): localmainnet_RootManagerMeta + localmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Asset_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Asset_filter + orderBy: localmainnet_RootManagerMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMeta_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Asset!]! - arbitrumone_assetStatus( + ): [localmainnet_RootManagerMeta!]! + localmainnet_rootManagerMode( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AssetStatus - arbitrumone_assetStatuses( + ): localmainnet_RootManagerMode + localmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetStatus_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetStatus_filter + orderBy: localmainnet_RootManagerMode_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootManagerMode_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AssetStatus!]! - arbitrumone_assetBalance( + ): [localmainnet_RootManagerMode!]! + localmainnet_optimisticRootProposed( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AssetBalance - arbitrumone_assetBalances( + ): localmainnet_OptimisticRootProposed + localmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetBalance_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AssetBalance_filter + orderBy: localmainnet_OptimisticRootProposed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootProposed_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AssetBalance!]! - arbitrumone_router( + ): [localmainnet_OptimisticRootProposed!]! + localmainnet_hubOptimisticRootFinalized( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Router - arbitrumone_routers( + ): localmainnet_HubOptimisticRootFinalized + localmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Router_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Router_filter + orderBy: localmainnet_HubOptimisticRootFinalized_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_HubOptimisticRootFinalized_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Router!]! - arbitrumone_routerDailyTVL( + ): [localmainnet_HubOptimisticRootFinalized!]! + localmainnet_optimisticRootPropagated( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RouterDailyTVL - arbitrumone_routerDailyTVLs( + ): localmainnet_OptimisticRootPropagated + localmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterDailyTVL_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterDailyTVL_filter + orderBy: localmainnet_OptimisticRootPropagated_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimisticRootPropagated_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RouterDailyTVL!]! - arbitrumone_routerLiquidityEvent( + ): [localmainnet_OptimisticRootPropagated!]! + localmainnet_polygonConnectorMeta( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RouterLiquidityEvent - arbitrumone_routerLiquidityEvents( + ): localmainnet_PolygonConnectorMeta + localmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterLiquidityEvent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RouterLiquidityEvent_filter + orderBy: localmainnet_PolygonConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_PolygonConnectorMeta_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RouterLiquidityEvent!]! - arbitrumone_setting( + ): [localmainnet_PolygonConnectorMeta!]! + localmainnet_optimismConnectorMeta( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Setting - arbitrumone_settings( + ): localmainnet_OptimismConnectorMeta + localmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Setting_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Setting_filter + orderBy: localmainnet_OptimismConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_OptimismConnectorMeta_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Setting!]! - arbitrumone_relayer( + ): [localmainnet_OptimismConnectorMeta!]! + localmainnet_bnbConnectorMeta( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Relayer - arbitrumone_relayers( + ): localmainnet_BnbConnectorMeta + localmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Relayer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Relayer_filter + orderBy: localmainnet_BnbConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_BnbConnectorMeta_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Relayer!]! - arbitrumone_sequencer( + ): [localmainnet_BnbConnectorMeta!]! + localmainnet_arbitrumConnectorMeta( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_Sequencer - arbitrumone_sequencers( + ): localmainnet_ArbitrumConnectorMeta + localmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Sequencer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_Sequencer_filter + orderBy: localmainnet_ArbitrumConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ArbitrumConnectorMeta_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_Sequencer!]! - arbitrumone_relayerFee( + ): [localmainnet_ArbitrumConnectorMeta!]! + localmainnet_gnosisConnectorMeta( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFee - arbitrumone_relayerFees( + ): localmainnet_GnosisConnectorMeta + localmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFee_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFee_filter + orderBy: localmainnet_GnosisConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_GnosisConnectorMeta_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFee!]! - arbitrumone_originTransfer( + ): [localmainnet_GnosisConnectorMeta!]! + localmainnet_zkSyncConnectorMeta( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OriginTransfer - arbitrumone_originTransfers( + ): localmainnet_ZkSyncConnectorMeta + localmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginTransfer_filter - """ + orderBy: localmainnet_ZkSyncConnectorMeta_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_ZkSyncConnectorMeta_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OriginTransfer!]! - arbitrumone_destinationTransfer( + ): [localmainnet_ZkSyncConnectorMeta!]! + localmainnet_rootMessageProcessed( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_DestinationTransfer - arbitrumone_destinationTransfers( + ): localmainnet_RootMessageProcessed + localmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_DestinationTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_DestinationTransfer_filter + orderBy: localmainnet_RootMessageProcessed_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_RootMessageProcessed_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_DestinationTransfer!]! - arbitrumone_originMessage( + ): [localmainnet_RootMessageProcessed!]! + localmainnet_aggregateRootSavedSlow( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OriginMessage - arbitrumone_originMessages( + ): localmainnet_AggregateRootSavedSlow + localmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginMessage_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OriginMessage_filter + orderBy: localmainnet_AggregateRootSavedSlow_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_AggregateRootSavedSlow_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OriginMessage!]! - arbitrumone_aggregateRoot( + ): [localmainnet_AggregateRootSavedSlow!]! + localmainnet_hubDomain( 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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AggregateRoot - arbitrumone_aggregateRoots( + ): localmainnet_HubDomain + localmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRoot_filter + orderBy: localmainnet_HubDomain_orderBy + orderDirection: localmainnet_OrderDirection + where: localmainnet_HubDomain_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: arbitrumone_Block_height + block: localmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AggregateRoot!]! - arbitrumone_connectorMeta( + ): [localmainnet_HubDomain!]! + localoptimism_asset( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_ConnectorMeta - arbitrumone_connectorMetas( + ): localoptimism_Asset + localoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_ConnectorMeta_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_ConnectorMeta_filter + orderBy: localoptimism_Asset_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Asset_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_ConnectorMeta!]! - arbitrumone_rootCount( + ): [localoptimism_Asset!]! + localoptimism_assetStatus( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootCount - arbitrumone_rootCounts( + ): localoptimism_AssetStatus + localoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootCount_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootCount_filter + orderBy: localoptimism_AssetStatus_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetStatus_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootCount!]! - arbitrumone_rootMessageSent( + ): [localoptimism_AssetStatus!]! + localoptimism_assetBalance( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootMessageSent - arbitrumone_rootMessageSents( + ): localoptimism_AssetBalance + localoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootMessageSent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootMessageSent_filter + orderBy: localoptimism_AssetBalance_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AssetBalance_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootMessageSent!]! - arbitrumone_relayerFeesIncrease( + ): [localoptimism_AssetBalance!]! + localoptimism_router( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFeesIncrease - arbitrumone_relayerFeesIncreases( + ): localoptimism_Router + localoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFeesIncrease_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFeesIncrease_filter + orderBy: localoptimism_Router_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Router_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFeesIncrease!]! - arbitrumone_slippageUpdate( + ): [localoptimism_Router!]! + localoptimism_routerDailyTVL( 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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SlippageUpdate - arbitrumone_slippageUpdates( + ): localoptimism_RouterDailyTVL + localoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SlippageUpdate_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SlippageUpdate_filter + orderBy: localoptimism_RouterDailyTVL_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RouterDailyTVL_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: arbitrumone_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SlippageUpdate!]! - """Access to subgraph metadata""" - arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - polygon_asset( + ): [localoptimism_RouterDailyTVL!]! + localoptimism_setting( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Asset - polygon_assets( + ): localoptimism_Setting + localoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_filter + orderBy: localoptimism_Setting_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Setting_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Asset!]! - polygon_assetStatus( + ): [localoptimism_Setting!]! + localoptimism_relayer( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AssetStatus - polygon_assetStatuses( + ): localoptimism_Relayer + localoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_filter + orderBy: localoptimism_Relayer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Relayer_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AssetStatus!]! - polygon_assetBalance( + ): [localoptimism_Relayer!]! + localoptimism_sequencer( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AssetBalance - polygon_assetBalances( + ): localoptimism_Sequencer + localoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_filter + orderBy: localoptimism_Sequencer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_Sequencer_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AssetBalance!]! - polygon_router( + ): [localoptimism_Sequencer!]! + localoptimism_relayerFee( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Router - polygon_routers( + ): localoptimism_RelayerFee + localoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_filter + orderBy: localoptimism_RelayerFee_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RelayerFee_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Router!]! - polygon_routerDailyTVL( + ): [localoptimism_RelayerFee!]! + localoptimism_originTransfer( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RouterDailyTVL - polygon_routerDailyTVLs( + ): localoptimism_OriginTransfer + localoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_filter + orderBy: localoptimism_OriginTransfer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OriginTransfer_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RouterDailyTVL!]! - polygon_routerLiquidityEvent( + ): [localoptimism_OriginTransfer!]! + localoptimism_destinationTransfer( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RouterLiquidityEvent - polygon_routerLiquidityEvents( + ): localoptimism_DestinationTransfer + localoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_filter + orderBy: localoptimism_DestinationTransfer_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_DestinationTransfer_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RouterLiquidityEvent!]! - polygon_setting( + ): [localoptimism_DestinationTransfer!]! + localoptimism_originMessage( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Setting - polygon_settings( + ): localoptimism_OriginMessage + localoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_filter + orderBy: localoptimism_OriginMessage_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OriginMessage_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Setting!]! - polygon_relayer( + ): [localoptimism_OriginMessage!]! + localoptimism_aggregateRoot( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Relayer - polygon_relayers( + ): localoptimism_AggregateRoot + localoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_filter + orderBy: localoptimism_AggregateRoot_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AggregateRoot_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Relayer!]! - polygon_sequencer( + ): [localoptimism_AggregateRoot!]! + localoptimism_connectorMeta( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_Sequencer - polygon_sequencers( + ): localoptimism_ConnectorMeta + localoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_filter + orderBy: localoptimism_ConnectorMeta_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_ConnectorMeta_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_Sequencer!]! - polygon_relayerFee( + ): [localoptimism_ConnectorMeta!]! + localoptimism_rootCount( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RelayerFee - polygon_relayerFees( + ): localoptimism_RootCount + localoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_filter + orderBy: localoptimism_RootCount_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RootCount_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RelayerFee!]! - polygon_originTransfer( + ): [localoptimism_RootCount!]! + localoptimism_rootMessageSent( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OriginTransfer - polygon_originTransfers( + ): localoptimism_RootMessageSent + localoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_filter + orderBy: localoptimism_RootMessageSent_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RootMessageSent_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OriginTransfer!]! - polygon_destinationTransfer( + ): [localoptimism_RootMessageSent!]! + localoptimism_relayerFeesIncrease( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_DestinationTransfer - polygon_destinationTransfers( + ): localoptimism_RelayerFeesIncrease + localoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_filter + orderBy: localoptimism_RelayerFeesIncrease_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_RelayerFeesIncrease_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_DestinationTransfer!]! - polygon_originMessage( + ): [localoptimism_RelayerFeesIncrease!]! + localoptimism_slippageUpdate( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_OriginMessage - polygon_originMessages( + ): localoptimism_SlippageUpdate + localoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_filter + orderBy: localoptimism_SlippageUpdate_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SlippageUpdate_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_OriginMessage!]! - polygon_aggregateRoot( + ): [localoptimism_SlippageUpdate!]! + localoptimism_snapshotRoot( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_AggregateRoot - polygon_aggregateRoots( + ): localoptimism_SnapshotRoot + localoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_filter + orderBy: localoptimism_SnapshotRoot_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SnapshotRoot_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_AggregateRoot!]! - polygon_connectorMeta( + ): [localoptimism_SnapshotRoot!]! + localoptimism_spokeConnectorMode( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_ConnectorMeta - polygon_connectorMetas( + ): localoptimism_SpokeConnectorMode + localoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_filter + orderBy: localoptimism_SpokeConnectorMode_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_SpokeConnectorMode_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_ConnectorMeta!]! - polygon_rootCount( + ): [localoptimism_SpokeConnectorMode!]! + localoptimism_aggregateRootProposed( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootCount - polygon_rootCounts( + ): localoptimism_AggregateRootProposed + localoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_filter + orderBy: localoptimism_AggregateRootProposed_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_AggregateRootProposed_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootCount!]! - polygon_rootMessageSent( + ): [localoptimism_AggregateRootProposed!]! + localoptimism_optimisticRootFinalized( 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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RootMessageSent - polygon_rootMessageSents( + ): localoptimism_OptimisticRootFinalized + localoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_filter + orderBy: localoptimism_OptimisticRootFinalized_orderBy + orderDirection: localoptimism_OrderDirection + where: localoptimism_OptimisticRootFinalized_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: polygon_Block_height + block: localoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RootMessageSent!]! - polygon_relayerFeesIncrease( + ): [localoptimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + localoptimism__meta(block: localoptimism_Block_height): localoptimism__Meta_ + mainnet_asset( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RelayerFeesIncrease - polygon_relayerFeesIncreases( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_filter + orderBy: mainnet_Asset_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Asset_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RelayerFeesIncrease!]! - polygon_slippageUpdate( + ): [mainnet_Asset!]! + mainnet_assetStatus( 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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_SlippageUpdate - polygon_slippageUpdates( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_filter + orderBy: mainnet_AssetStatus_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetStatus_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: polygon_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_SlippageUpdate!]! - """Access to subgraph metadata""" - polygon__meta(block: polygon_Block_height): polygon__Meta_ -} - -type goerli_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: goerli_Bytes! - domain: BigInt -} - -input goerli_AggregatedMessageRoot_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!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: goerli_Bytes - receivedRoot_not: goerli_Bytes - receivedRoot_gt: goerli_Bytes - receivedRoot_lt: goerli_Bytes - receivedRoot_gte: goerli_Bytes - receivedRoot_lte: goerli_Bytes - receivedRoot_in: [goerli_Bytes!] - receivedRoot_not_in: [goerli_Bytes!] - receivedRoot_contains: goerli_Bytes - receivedRoot_not_contains: goerli_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_AggregatedMessageRoot_filter] - or: [goerli_AggregatedMessageRoot_filter] -} - -enum goerli_AggregatedMessageRoot_orderBy { - id - index - receivedRoot - domain -} - -type goerli_ArbitrumConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! -} - -input goerli_ArbitrumConnectorMeta_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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_ArbitrumConnectorMeta_filter] - or: [goerli_ArbitrumConnectorMeta_filter] -} - -enum goerli_ArbitrumConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar goerli_BigDecimal - -scalar BigInt - -input goerli_BlockChangedFilter { - number_gte: Int! -} - -input goerli_Block_height { - hash: goerli_Bytes - number: Int - number_gte: Int -} - -type goerli_BnbConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! -} - -input goerli_BnbConnectorMeta_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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_BnbConnectorMeta_filter] - or: [goerli_BnbConnectorMeta_filter] -} - -enum goerli_BnbConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar goerli_Bytes - -type goerli_GnosisConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! -} - -input goerli_GnosisConnectorMeta_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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_GnosisConnectorMeta_filter] - or: [goerli_GnosisConnectorMeta_filter] -} - -enum goerli_GnosisConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -""" -8 bytes signed integer - -""" -scalar goerli_Int8 - -type goerli_LineaConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! -} - -input goerli_LineaConnectorMeta_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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_LineaConnectorMeta_filter] - or: [goerli_LineaConnectorMeta_filter] -} - -enum goerli_LineaConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type goerli_OptimismConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! -} - -input goerli_OptimismConnectorMeta_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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_OptimismConnectorMeta_filter] - or: [goerli_OptimismConnectorMeta_filter] -} - -enum goerli_OptimismConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -"""Defines the order direction, either ascending or descending""" -enum goerli_OrderDirection { - asc - desc -} - -type goerli_PolygonConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! -} - -input goerli_PolygonConnectorMeta_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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_PolygonConnectorMeta_filter] - or: [goerli_PolygonConnectorMeta_filter] -} - -enum goerli_PolygonConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type goerli_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: goerli_Bytes! - index: BigInt! -} - -input goerli_RootAggregated_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!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - receivedRoot: goerli_Bytes - receivedRoot_not: goerli_Bytes - receivedRoot_gt: goerli_Bytes - receivedRoot_lt: goerli_Bytes - receivedRoot_gte: goerli_Bytes - receivedRoot_lte: goerli_Bytes - receivedRoot_in: [goerli_Bytes!] - receivedRoot_not_in: [goerli_Bytes!] - receivedRoot_contains: goerli_Bytes - receivedRoot_not_contains: goerli_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootAggregated_filter] - or: [goerli_RootAggregated_filter] -} - -enum goerli_RootAggregated_orderBy { - id - domain - receivedRoot - index -} - -type goerli_RootManagerMeta { - id: ID! - domains: [BigInt!] - connectors: [goerli_Bytes!] -} - -input goerli_RootManagerMeta_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!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [goerli_Bytes!] - connectors_not: [goerli_Bytes!] - connectors_contains: [goerli_Bytes!] - connectors_contains_nocase: [goerli_Bytes!] - connectors_not_contains: [goerli_Bytes!] - connectors_not_contains_nocase: [goerli_Bytes!] - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootManagerMeta_filter] - or: [goerli_RootManagerMeta_filter] -} - -enum goerli_RootManagerMeta_orderBy { - id - domains - connectors -} - -type goerli_RootMessageProcessed { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: goerli_Bytes - caller: goerli_Bytes - transactionHash: goerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt -} - -input goerli_RootMessageProcessed_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!] - root: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootMessageProcessed_filter] - or: [goerli_RootMessageProcessed_filter] -} - -enum goerli_RootMessageProcessed_orderBy { - id - spokeDomain - hubDomain - root - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type goerli_RootPropagated { - id: ID! - aggregate: goerli_Bytes! - domainsHash: goerli_Bytes! - count: BigInt! -} - -input goerli_RootPropagated_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!] - aggregate: goerli_Bytes - aggregate_not: goerli_Bytes - aggregate_gt: goerli_Bytes - aggregate_lt: goerli_Bytes - aggregate_gte: goerli_Bytes - aggregate_lte: goerli_Bytes - aggregate_in: [goerli_Bytes!] - aggregate_not_in: [goerli_Bytes!] - aggregate_contains: goerli_Bytes - aggregate_not_contains: goerli_Bytes - domainsHash: goerli_Bytes - domainsHash_not: goerli_Bytes - domainsHash_gt: goerli_Bytes - domainsHash_lt: goerli_Bytes - domainsHash_gte: goerli_Bytes - domainsHash_lte: goerli_Bytes - domainsHash_in: [goerli_Bytes!] - domainsHash_not_in: [goerli_Bytes!] - domainsHash_contains: goerli_Bytes - domainsHash_not_contains: goerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RootPropagated_filter] - or: [goerli_RootPropagated_filter] -} - -enum goerli_RootPropagated_orderBy { - id - aggregate - domainsHash - count -} - -type goerli_ZkSyncConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: goerli_Bytes! - rootManager: goerli_Bytes! - mirrorConnector: goerli_Bytes! -} - -input goerli_ZkSyncConnectorMeta_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: goerli_Bytes - amb_not: goerli_Bytes - amb_gt: goerli_Bytes - amb_lt: goerli_Bytes - amb_gte: goerli_Bytes - amb_lte: goerli_Bytes - amb_in: [goerli_Bytes!] - amb_not_in: [goerli_Bytes!] - amb_contains: goerli_Bytes - amb_not_contains: goerli_Bytes - rootManager: goerli_Bytes - rootManager_not: goerli_Bytes - rootManager_gt: goerli_Bytes - rootManager_lt: goerli_Bytes - rootManager_gte: goerli_Bytes - rootManager_lte: goerli_Bytes - rootManager_in: [goerli_Bytes!] - rootManager_not_in: [goerli_Bytes!] - rootManager_contains: goerli_Bytes - rootManager_not_contains: goerli_Bytes - mirrorConnector: goerli_Bytes - mirrorConnector_not: goerli_Bytes - mirrorConnector_gt: goerli_Bytes - mirrorConnector_lt: goerli_Bytes - mirrorConnector_gte: goerli_Bytes - mirrorConnector_lte: goerli_Bytes - mirrorConnector_in: [goerli_Bytes!] - mirrorConnector_not_in: [goerli_Bytes!] - mirrorConnector_contains: goerli_Bytes - mirrorConnector_not_contains: goerli_Bytes - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_ZkSyncConnectorMeta_filter] - or: [goerli_ZkSyncConnectorMeta_filter] -} - -enum goerli_ZkSyncConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type goerli__Block_ { - """The hash of the block""" - hash: goerli_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type goerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: goerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -enum _SubgraphErrorPolicy_ { - """Data will be returned even if the subgraph has indexing errors""" - allow - """ - If the subgraph has indexing errors, data will be omitted. The default. - """ - deny -} - -type mainnet_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: mainnet_Bytes! - domain: BigInt -} - -input mainnet_AggregatedMessageRoot_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!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: mainnet_Bytes - receivedRoot_not: mainnet_Bytes - receivedRoot_gt: mainnet_Bytes - receivedRoot_lt: mainnet_Bytes - receivedRoot_gte: mainnet_Bytes - receivedRoot_lte: mainnet_Bytes - receivedRoot_in: [mainnet_Bytes!] - receivedRoot_not_in: [mainnet_Bytes!] - receivedRoot_contains: mainnet_Bytes - receivedRoot_not_contains: mainnet_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregatedMessageRoot_filter] - or: [mainnet_AggregatedMessageRoot_filter] -} - -enum mainnet_AggregatedMessageRoot_orderBy { - id - index - receivedRoot - domain -} - -type mainnet_ArbitrumConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_ArbitrumConnectorMeta_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_ArbitrumConnectorMeta_filter] - or: [mainnet_ArbitrumConnectorMeta_filter] -} - -enum mainnet_ArbitrumConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar mainnet_BigDecimal - -input mainnet_BlockChangedFilter { - number_gte: Int! -} - -input mainnet_Block_height { - hash: mainnet_Bytes - number: Int - number_gte: Int -} - -type mainnet_BnbConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_BnbConnectorMeta_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_BnbConnectorMeta_filter] - or: [mainnet_BnbConnectorMeta_filter] -} - -enum mainnet_BnbConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar mainnet_Bytes - -type mainnet_GnosisConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_GnosisConnectorMeta_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_GnosisConnectorMeta_filter] - or: [mainnet_GnosisConnectorMeta_filter] -} - -enum mainnet_GnosisConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -""" -8 bytes signed integer - -""" -scalar mainnet_Int8 - -type mainnet_LineaConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_LineaConnectorMeta_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_LineaConnectorMeta_filter] - or: [mainnet_LineaConnectorMeta_filter] -} - -enum mainnet_LineaConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet_OptimismConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_OptimismConnectorMeta_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_OptimismConnectorMeta_filter] - or: [mainnet_OptimismConnectorMeta_filter] -} - -enum mainnet_OptimismConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -"""Defines the order direction, either ascending or descending""" -enum mainnet_OrderDirection { - asc - desc -} - -type mainnet_PolygonConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_PolygonConnectorMeta_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_PolygonConnectorMeta_filter] - or: [mainnet_PolygonConnectorMeta_filter] -} - -enum mainnet_PolygonConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: mainnet_Bytes! - index: BigInt! -} - -input mainnet_RootAggregated_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!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - receivedRoot: mainnet_Bytes - receivedRoot_not: mainnet_Bytes - receivedRoot_gt: mainnet_Bytes - receivedRoot_lt: mainnet_Bytes - receivedRoot_gte: mainnet_Bytes - receivedRoot_lte: mainnet_Bytes - receivedRoot_in: [mainnet_Bytes!] - receivedRoot_not_in: [mainnet_Bytes!] - receivedRoot_contains: mainnet_Bytes - receivedRoot_not_contains: mainnet_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootAggregated_filter] - or: [mainnet_RootAggregated_filter] -} - -enum mainnet_RootAggregated_orderBy { - id - domain - receivedRoot - index -} - -type mainnet_RootManagerMeta { - id: ID! - domains: [BigInt!] - connectors: [mainnet_Bytes!] -} - -input mainnet_RootManagerMeta_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!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [mainnet_Bytes!] - connectors_not: [mainnet_Bytes!] - connectors_contains: [mainnet_Bytes!] - connectors_contains_nocase: [mainnet_Bytes!] - connectors_not_contains: [mainnet_Bytes!] - connectors_not_contains_nocase: [mainnet_Bytes!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootManagerMeta_filter] - or: [mainnet_RootManagerMeta_filter] -} - -enum mainnet_RootManagerMeta_orderBy { - id - domains - connectors -} - -type mainnet_RootMessageProcessed { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: mainnet_Bytes - caller: mainnet_Bytes - transactionHash: mainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt -} - -input mainnet_RootMessageProcessed_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!] - root: mainnet_Bytes - root_not: mainnet_Bytes - root_gt: mainnet_Bytes - root_lt: mainnet_Bytes - root_gte: mainnet_Bytes - root_lte: mainnet_Bytes - root_in: [mainnet_Bytes!] - root_not_in: [mainnet_Bytes!] - root_contains: mainnet_Bytes - root_not_contains: mainnet_Bytes - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootMessageProcessed_filter] - or: [mainnet_RootMessageProcessed_filter] -} - -enum mainnet_RootMessageProcessed_orderBy { - id - spokeDomain - hubDomain - root - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type mainnet_RootPropagated { - id: ID! - aggregate: mainnet_Bytes! - domainsHash: mainnet_Bytes! - count: BigInt! -} - -input mainnet_RootPropagated_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!] - aggregate: mainnet_Bytes - aggregate_not: mainnet_Bytes - aggregate_gt: mainnet_Bytes - aggregate_lt: mainnet_Bytes - aggregate_gte: mainnet_Bytes - aggregate_lte: mainnet_Bytes - aggregate_in: [mainnet_Bytes!] - aggregate_not_in: [mainnet_Bytes!] - aggregate_contains: mainnet_Bytes - aggregate_not_contains: mainnet_Bytes - domainsHash: mainnet_Bytes - domainsHash_not: mainnet_Bytes - domainsHash_gt: mainnet_Bytes - domainsHash_lt: mainnet_Bytes - domainsHash_gte: mainnet_Bytes - domainsHash_lte: mainnet_Bytes - domainsHash_in: [mainnet_Bytes!] - domainsHash_not_in: [mainnet_Bytes!] - domainsHash_contains: mainnet_Bytes - domainsHash_not_contains: mainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootPropagated_filter] - or: [mainnet_RootPropagated_filter] -} - -enum mainnet_RootPropagated_orderBy { - id - aggregate - domainsHash - count -} - -type mainnet_ZkSyncConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_ZkSyncConnectorMeta_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_ZkSyncConnectorMeta_filter] - or: [mainnet_ZkSyncConnectorMeta_filter] -} - -enum mainnet_ZkSyncConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet__Block_ { - """The hash of the block""" - hash: mainnet_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type mainnet__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: mainnet__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -scalar stagingoptimismgoerli_swap_BigDecimal - -input stagingoptimismgoerli_swap_BlockChangedFilter { - number_gte: Int! -} - -input stagingoptimismgoerli_swap_Block_height { - hash: stagingoptimismgoerli_swap_Bytes - number: Int - number_gte: Int -} - -scalar stagingoptimismgoerli_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar stagingoptimismgoerli_swap_Int8 - -type stagingoptimismgoerli_swap_LpAccount { - id: ID! - address: stagingoptimismgoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_LpAccountBalance_filter): [stagingoptimismgoerli_swap_LpAccountBalance!]! -} - -type stagingoptimismgoerli_swap_LpAccountBalance { - id: ID! - account: stagingoptimismgoerli_swap_LpAccount! - token: stagingoptimismgoerli_swap_LpToken! - amount: stagingoptimismgoerli_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: stagingoptimismgoerli_swap_Bytes -} - -input stagingoptimismgoerli_swap_LpAccountBalance_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!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: stagingoptimismgoerli_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: stagingoptimismgoerli_swap_LpToken_filter - amount: stagingoptimismgoerli_swap_BigDecimal - amount_not: stagingoptimismgoerli_swap_BigDecimal - amount_gt: stagingoptimismgoerli_swap_BigDecimal - amount_lt: stagingoptimismgoerli_swap_BigDecimal - amount_gte: stagingoptimismgoerli_swap_BigDecimal - amount_lte: stagingoptimismgoerli_swap_BigDecimal - amount_in: [stagingoptimismgoerli_swap_BigDecimal!] - amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpAccountBalance_filter] - or: [stagingoptimismgoerli_swap_LpAccountBalance_filter] -} - -enum stagingoptimismgoerli_swap_LpAccountBalance_orderBy { - id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction -} - -input stagingoptimismgoerli_swap_LpAccount_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!] - address: stagingoptimismgoerli_swap_Bytes - address_not: stagingoptimismgoerli_swap_Bytes - address_gt: stagingoptimismgoerli_swap_Bytes - address_lt: stagingoptimismgoerli_swap_Bytes - address_gte: stagingoptimismgoerli_swap_Bytes - address_lte: stagingoptimismgoerli_swap_Bytes - address_in: [stagingoptimismgoerli_swap_Bytes!] - address_not_in: [stagingoptimismgoerli_swap_Bytes!] - address_contains: stagingoptimismgoerli_swap_Bytes - address_not_contains: stagingoptimismgoerli_swap_Bytes - balances_: stagingoptimismgoerli_swap_LpAccountBalance_filter - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpAccount_filter] - or: [stagingoptimismgoerli_swap_LpAccount_filter] -} - -enum stagingoptimismgoerli_swap_LpAccount_orderBy { - id - address - balances -} - -type stagingoptimismgoerli_swap_LpToken { - id: ID! - address: stagingoptimismgoerli_swap_Bytes! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: stagingoptimismgoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_LpTokenEvent_filter): [stagingoptimismgoerli_swap_LpTokenEvent!]! -} - -interface stagingoptimismgoerli_swap_LpTokenEvent { - id: ID! - token: stagingoptimismgoerli_swap_LpToken! - amount: stagingoptimismgoerli_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! - nonce: BigInt! -} - -input stagingoptimismgoerli_swap_LpTokenEvent_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!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: stagingoptimismgoerli_swap_LpToken_filter - amount: stagingoptimismgoerli_swap_BigDecimal - amount_not: stagingoptimismgoerli_swap_BigDecimal - amount_gt: stagingoptimismgoerli_swap_BigDecimal - amount_lt: stagingoptimismgoerli_swap_BigDecimal - amount_gte: stagingoptimismgoerli_swap_BigDecimal - amount_lte: stagingoptimismgoerli_swap_BigDecimal - amount_in: [stagingoptimismgoerli_swap_BigDecimal!] - amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpTokenEvent_filter] - or: [stagingoptimismgoerli_swap_LpTokenEvent_filter] -} - -enum stagingoptimismgoerli_swap_LpTokenEvent_orderBy { - id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce -} - -input stagingoptimismgoerli_swap_LpToken_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!] - address: stagingoptimismgoerli_swap_Bytes - address_not: stagingoptimismgoerli_swap_Bytes - address_gt: stagingoptimismgoerli_swap_Bytes - address_lt: stagingoptimismgoerli_swap_Bytes - address_gte: stagingoptimismgoerli_swap_Bytes - address_lte: stagingoptimismgoerli_swap_Bytes - address_in: [stagingoptimismgoerli_swap_Bytes!] - address_not_in: [stagingoptimismgoerli_swap_Bytes!] - address_contains: stagingoptimismgoerli_swap_Bytes - address_not_contains: stagingoptimismgoerli_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: stagingoptimismgoerli_swap_BigDecimal - totalSupply_not: stagingoptimismgoerli_swap_BigDecimal - totalSupply_gt: stagingoptimismgoerli_swap_BigDecimal - totalSupply_lt: stagingoptimismgoerli_swap_BigDecimal - totalSupply_gte: stagingoptimismgoerli_swap_BigDecimal - totalSupply_lte: stagingoptimismgoerli_swap_BigDecimal - totalSupply_in: [stagingoptimismgoerli_swap_BigDecimal!] - totalSupply_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - events_: stagingoptimismgoerli_swap_LpTokenEvent_filter - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpToken_filter] - or: [stagingoptimismgoerli_swap_LpToken_filter] + ): [mainnet_AssetStatus!]! + mainnet_assetBalance( + 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_AssetBalance + mainnet_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_AssetBalance_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetBalance_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_AssetBalance!]! + mainnet_router( + 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_Router + mainnet_routers( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_Router_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Router_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_Router!]! + mainnet_routerDailyTVL( + 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_RouterDailyTVL + mainnet_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_RouterDailyTVL_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RouterDailyTVL_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_RouterDailyTVL!]! + mainnet_routerLiquidityEvent( + 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_RouterLiquidityEvent + mainnet_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_RouterLiquidityEvent_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RouterLiquidityEvent_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_RouterLiquidityEvent!]! + mainnet_setting( + 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_Setting + mainnet_settings( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_Setting_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Setting_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_Setting!]! + mainnet_relayer( + 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_Relayer + mainnet_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_Relayer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Relayer_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_Relayer!]! + mainnet_sequencer( + 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_Sequencer + mainnet_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_Sequencer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Sequencer_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_Sequencer!]! + mainnet_relayerFee( + 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_RelayerFee + mainnet_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_RelayerFee_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RelayerFee_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_RelayerFee!]! + mainnet_originTransfer( + 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_OriginTransfer + mainnet_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_OriginTransfer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OriginTransfer_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_OriginTransfer!]! + mainnet_destinationTransfer( + 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_DestinationTransfer + mainnet_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_DestinationTransfer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_DestinationTransfer_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_DestinationTransfer!]! + mainnet_originMessage( + 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_OriginMessage + mainnet_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_OriginMessage_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OriginMessage_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_OriginMessage!]! + mainnet_aggregateRoot( + 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_AggregateRoot + mainnet_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_AggregateRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregateRoot_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_AggregateRoot!]! + mainnet_connectorMeta( + 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_ConnectorMeta + mainnet_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_ConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ConnectorMeta_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_ConnectorMeta!]! + mainnet_rootCount( + 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_RootCount + mainnet_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_RootCount_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootCount_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_RootCount!]! + mainnet_rootMessageSent( + 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_RootMessageSent + mainnet_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_RootMessageSent_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootMessageSent_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_RootMessageSent!]! + mainnet_relayerFeesIncrease( + 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_RelayerFeesIncrease + mainnet_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_RelayerFeesIncrease_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RelayerFeesIncrease_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_RelayerFeesIncrease!]! + mainnet_slippageUpdate( + 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_SlippageUpdate + mainnet_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: mainnet_SlippageUpdate_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_SlippageUpdate_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_SlippageUpdate!]! + arbitrumone_asset( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_Asset + arbitrumone_assets( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_Asset_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Asset_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_Asset!]! + arbitrumone_assetStatus( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_AssetStatus_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetStatus_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_AssetStatus!]! + arbitrumone_assetBalance( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_AssetBalance_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AssetBalance_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_AssetBalance!]! + arbitrumone_router( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_Router + arbitrumone_routers( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_Router_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Router_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_Router!]! + arbitrumone_routerDailyTVL( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_RouterDailyTVL_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterDailyTVL_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_RouterDailyTVL!]! + arbitrumone_routerLiquidityEvent( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_RouterLiquidityEvent + arbitrumone_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_RouterLiquidityEvent_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RouterLiquidityEvent_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_RouterLiquidityEvent!]! + arbitrumone_setting( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_Setting + arbitrumone_settings( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_Setting_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Setting_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_Setting!]! + arbitrumone_relayer( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_Relayer + arbitrumone_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_Relayer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Relayer_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_Relayer!]! + arbitrumone_sequencer( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_Sequencer + arbitrumone_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_Sequencer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Sequencer_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_Sequencer!]! + arbitrumone_relayerFee( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_RelayerFee_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFee_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_RelayerFee!]! + arbitrumone_originTransfer( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_OriginTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginTransfer_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_OriginTransfer!]! + arbitrumone_destinationTransfer( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_DestinationTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_DestinationTransfer_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_DestinationTransfer!]! + arbitrumone_originMessage( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_OriginMessage + arbitrumone_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_OriginMessage_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginMessage_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_OriginMessage!]! + arbitrumone_aggregateRoot( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_AggregateRoot_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AggregateRoot_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_AggregateRoot!]! + arbitrumone_connectorMeta( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_ConnectorMeta_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_ConnectorMeta_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_ConnectorMeta!]! + arbitrumone_rootCount( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_RootCount + arbitrumone_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_RootCount_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RootCount_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_RootCount!]! + arbitrumone_rootMessageSent( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_RootMessageSent_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RootMessageSent_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_RootMessageSent!]! + arbitrumone_relayerFeesIncrease( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_RelayerFeesIncrease_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFeesIncrease_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_RelayerFeesIncrease!]! + arbitrumone_slippageUpdate( + 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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: arbitrumone_SlippageUpdate_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_SlippageUpdate_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: arbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [arbitrumone_SlippageUpdate!]! + """Access to subgraph metadata""" + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ + polygon_asset( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_Asset + polygon_assets( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_Asset_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Asset_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_Asset!]! + polygon_assetStatus( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_AssetStatus + polygon_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_AssetStatus_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AssetStatus_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_AssetStatus!]! + polygon_assetBalance( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_AssetBalance + polygon_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_AssetBalance_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AssetBalance_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_AssetBalance!]! + polygon_router( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_Router + polygon_routers( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_Router_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Router_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_Router!]! + polygon_routerDailyTVL( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_RouterDailyTVL_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterDailyTVL_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_RouterDailyTVL!]! + polygon_routerLiquidityEvent( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_RouterLiquidityEvent_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterLiquidityEvent_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_RouterLiquidityEvent!]! + polygon_setting( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_Setting + polygon_settings( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_Setting_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Setting_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_Setting!]! + polygon_relayer( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_Relayer + polygon_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_Relayer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Relayer_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_Relayer!]! + polygon_sequencer( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_Sequencer + polygon_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_Sequencer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_Sequencer_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_Sequencer!]! + polygon_relayerFee( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_RelayerFee + polygon_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_RelayerFee_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RelayerFee_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_RelayerFee!]! + polygon_originTransfer( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_OriginTransfer + polygon_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_OriginTransfer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OriginTransfer_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_OriginTransfer!]! + polygon_destinationTransfer( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_DestinationTransfer + polygon_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_DestinationTransfer_orderBy + orderDirection: polygon_OrderDirection + where: polygon_DestinationTransfer_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_DestinationTransfer!]! + polygon_originMessage( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_OriginMessage + polygon_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_OriginMessage_orderBy + orderDirection: polygon_OrderDirection + where: polygon_OriginMessage_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_OriginMessage!]! + polygon_aggregateRoot( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_AggregateRoot + polygon_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_AggregateRoot_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AggregateRoot_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_AggregateRoot!]! + polygon_connectorMeta( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_ConnectorMeta + polygon_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_ConnectorMeta_orderBy + orderDirection: polygon_OrderDirection + where: polygon_ConnectorMeta_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_ConnectorMeta!]! + polygon_rootCount( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_RootCount + polygon_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_RootCount_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RootCount_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_RootCount!]! + polygon_rootMessageSent( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_RootMessageSent + polygon_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_RootMessageSent_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RootMessageSent_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_RootMessageSent!]! + polygon_relayerFeesIncrease( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_RelayerFeesIncrease_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RelayerFeesIncrease_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_RelayerFeesIncrease!]! + polygon_slippageUpdate( + 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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): polygon_SlippageUpdate + polygon_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: polygon_SlippageUpdate_orderBy + orderDirection: polygon_OrderDirection + where: polygon_SlippageUpdate_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: polygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [polygon_SlippageUpdate!]! + """Access to subgraph metadata""" + polygon__meta(block: polygon_Block_height): polygon__Meta_ } -enum stagingoptimismgoerli_swap_LpToken_orderBy { - id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events +type testoptimismgoerli_Asset { + id: ID! + key: testoptimismgoerli_Bytes + local: testoptimismgoerli_Bytes! + adoptedAsset: testoptimismgoerli_Bytes! + canonicalId: testoptimismgoerli_Bytes! + canonicalDomain: BigInt! + blockNumber: BigInt! } -type stagingoptimismgoerli_swap_LpTransferEvent implements stagingoptimismgoerli_swap_LpTokenEvent { +type testoptimismgoerli_AssetBalance { id: ID! - token: stagingoptimismgoerli_swap_LpToken! - amount: stagingoptimismgoerli_swap_BigDecimal! - from: stagingoptimismgoerli_swap_Bytes! - to: stagingoptimismgoerli_swap_Bytes! - fromBalance: stagingoptimismgoerli_swap_BigDecimal! - toBalance: stagingoptimismgoerli_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! - nonce: BigInt! + amount: BigInt! + router: testoptimismgoerli_Router! + asset: testoptimismgoerli_Asset! } -input stagingoptimismgoerli_swap_LpTransferEvent_filter { +input testoptimismgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -37884,143 +35596,83 @@ input stagingoptimismgoerli_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: stagingoptimismgoerli_swap_LpToken_filter - amount: stagingoptimismgoerli_swap_BigDecimal - amount_not: stagingoptimismgoerli_swap_BigDecimal - amount_gt: stagingoptimismgoerli_swap_BigDecimal - amount_lt: stagingoptimismgoerli_swap_BigDecimal - amount_gte: stagingoptimismgoerli_swap_BigDecimal - amount_lte: stagingoptimismgoerli_swap_BigDecimal - amount_in: [stagingoptimismgoerli_swap_BigDecimal!] - amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - from: stagingoptimismgoerli_swap_Bytes - from_not: stagingoptimismgoerli_swap_Bytes - from_gt: stagingoptimismgoerli_swap_Bytes - from_lt: stagingoptimismgoerli_swap_Bytes - from_gte: stagingoptimismgoerli_swap_Bytes - from_lte: stagingoptimismgoerli_swap_Bytes - from_in: [stagingoptimismgoerli_swap_Bytes!] - from_not_in: [stagingoptimismgoerli_swap_Bytes!] - from_contains: stagingoptimismgoerli_swap_Bytes - from_not_contains: stagingoptimismgoerli_swap_Bytes - to: stagingoptimismgoerli_swap_Bytes - to_not: stagingoptimismgoerli_swap_Bytes - to_gt: stagingoptimismgoerli_swap_Bytes - to_lt: stagingoptimismgoerli_swap_Bytes - to_gte: stagingoptimismgoerli_swap_Bytes - to_lte: stagingoptimismgoerli_swap_Bytes - to_in: [stagingoptimismgoerli_swap_Bytes!] - to_not_in: [stagingoptimismgoerli_swap_Bytes!] - to_contains: stagingoptimismgoerli_swap_Bytes - to_not_contains: stagingoptimismgoerli_swap_Bytes - fromBalance: stagingoptimismgoerli_swap_BigDecimal - fromBalance_not: stagingoptimismgoerli_swap_BigDecimal - fromBalance_gt: stagingoptimismgoerli_swap_BigDecimal - fromBalance_lt: stagingoptimismgoerli_swap_BigDecimal - fromBalance_gte: stagingoptimismgoerli_swap_BigDecimal - fromBalance_lte: stagingoptimismgoerli_swap_BigDecimal - fromBalance_in: [stagingoptimismgoerli_swap_BigDecimal!] - fromBalance_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - toBalance: stagingoptimismgoerli_swap_BigDecimal - toBalance_not: stagingoptimismgoerli_swap_BigDecimal - toBalance_gt: stagingoptimismgoerli_swap_BigDecimal - toBalance_lt: stagingoptimismgoerli_swap_BigDecimal - toBalance_gte: stagingoptimismgoerli_swap_BigDecimal - toBalance_lte: stagingoptimismgoerli_swap_BigDecimal - toBalance_in: [stagingoptimismgoerli_swap_BigDecimal!] - toBalance_not_in: [stagingoptimismgoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: testoptimismgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: testoptimismgoerli_Asset_filter """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_LpTransferEvent_filter] - or: [stagingoptimismgoerli_swap_LpTransferEvent_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_AssetBalance_filter] + or: [testoptimismgoerli_AssetBalance_filter] } -enum stagingoptimismgoerli_swap_LpTransferEvent_orderBy { +enum testoptimismgoerli_AssetBalance_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount - from - to - fromBalance - toBalance - block - timestamp - transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum stagingoptimismgoerli_swap_OrderDirection { - asc - desc -} - -type stagingoptimismgoerli_swap_PooledToken { - id: ID! - asset: stagingoptimismgoerli_swap_Bytes! + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__local + asset__adoptedAsset + asset__canonicalId + asset__canonicalDomain + asset__blockNumber } -input stagingoptimismgoerli_swap_PooledToken_filter { +input testoptimismgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -38029,72 +35681,134 @@ input stagingoptimismgoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: stagingoptimismgoerli_swap_Bytes - asset_not: stagingoptimismgoerli_swap_Bytes - asset_gt: stagingoptimismgoerli_swap_Bytes - asset_lt: stagingoptimismgoerli_swap_Bytes - asset_gte: stagingoptimismgoerli_swap_Bytes - asset_lte: stagingoptimismgoerli_swap_Bytes - asset_in: [stagingoptimismgoerli_swap_Bytes!] - asset_not_in: [stagingoptimismgoerli_swap_Bytes!] - asset_contains: stagingoptimismgoerli_swap_Bytes - asset_not_contains: stagingoptimismgoerli_swap_Bytes + key: testoptimismgoerli_Bytes + key_not: testoptimismgoerli_Bytes + key_gt: testoptimismgoerli_Bytes + key_lt: testoptimismgoerli_Bytes + key_gte: testoptimismgoerli_Bytes + key_lte: testoptimismgoerli_Bytes + key_in: [testoptimismgoerli_Bytes!] + key_not_in: [testoptimismgoerli_Bytes!] + key_contains: testoptimismgoerli_Bytes + key_not_contains: testoptimismgoerli_Bytes + local: testoptimismgoerli_Bytes + local_not: testoptimismgoerli_Bytes + local_gt: testoptimismgoerli_Bytes + local_lt: testoptimismgoerli_Bytes + local_gte: testoptimismgoerli_Bytes + local_lte: testoptimismgoerli_Bytes + local_in: [testoptimismgoerli_Bytes!] + local_not_in: [testoptimismgoerli_Bytes!] + local_contains: testoptimismgoerli_Bytes + local_not_contains: testoptimismgoerli_Bytes + adoptedAsset: testoptimismgoerli_Bytes + adoptedAsset_not: testoptimismgoerli_Bytes + adoptedAsset_gt: testoptimismgoerli_Bytes + adoptedAsset_lt: testoptimismgoerli_Bytes + adoptedAsset_gte: testoptimismgoerli_Bytes + adoptedAsset_lte: testoptimismgoerli_Bytes + adoptedAsset_in: [testoptimismgoerli_Bytes!] + adoptedAsset_not_in: [testoptimismgoerli_Bytes!] + adoptedAsset_contains: testoptimismgoerli_Bytes + adoptedAsset_not_contains: testoptimismgoerli_Bytes + canonicalId: testoptimismgoerli_Bytes + canonicalId_not: testoptimismgoerli_Bytes + canonicalId_gt: testoptimismgoerli_Bytes + canonicalId_lt: testoptimismgoerli_Bytes + canonicalId_gte: testoptimismgoerli_Bytes + canonicalId_lte: testoptimismgoerli_Bytes + canonicalId_in: [testoptimismgoerli_Bytes!] + canonicalId_not_in: [testoptimismgoerli_Bytes!] + canonicalId_contains: testoptimismgoerli_Bytes + canonicalId_not_contains: testoptimismgoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_PooledToken_filter] - or: [stagingoptimismgoerli_swap_PooledToken_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Asset_filter] + or: [testoptimismgoerli_Asset_filter] } -enum stagingoptimismgoerli_swap_PooledToken_orderBy { +enum testoptimismgoerli_Asset_orderBy { id - asset + key + local + adoptedAsset + canonicalId + canonicalDomain + blockNumber } -type stagingoptimismgoerli_swap_StableSwap { - id: ID! - isActive: Boolean - key: stagingoptimismgoerli_swap_Bytes! - canonicalId: stagingoptimismgoerli_swap_Bytes - domain: BigInt - swapPool: stagingoptimismgoerli_swap_Bytes - lpToken: stagingoptimismgoerli_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [stagingoptimismgoerli_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_StableSwapEvent_filter): [stagingoptimismgoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_StableSwapExchange_filter): [stagingoptimismgoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapHourlyVolume_filter): [stagingoptimismgoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapDailyVolume_filter): [stagingoptimismgoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter): [stagingoptimismgoerli_swap_SwapWeeklyVolume!] +scalar testoptimismgoerli_BigDecimal + +scalar BigInt + +input testoptimismgoerli_BlockChangedFilter { + number_gte: Int! } -type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent implements stagingoptimismgoerli_swap_StableSwapEvent { +input testoptimismgoerli_Block_height { + hash: testoptimismgoerli_Bytes + number: Int + number_gte: Int +} + +scalar testoptimismgoerli_Bytes + +type testoptimismgoerli_DestinationTransfer { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - provider: stagingoptimismgoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: testoptimismgoerli_Bytes + nonce: BigInt + to: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + agent: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes + forceSlow: Boolean + receiveLocal: Boolean + callback: testoptimismgoerli_Bytes + callbackFee: BigInt + relayerFee: BigInt + destinationMinOut: BigInt + status: testoptimismgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_Router_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_Router_filter): [testoptimismgoerli_Router!] + originSender: testoptimismgoerli_Bytes + transactingAsset: testoptimismgoerli_Bytes + transactingAmount: BigInt + localAsset: testoptimismgoerli_Bytes + localAmount: BigInt + sponsorVaultRelayerFee: BigInt + executedCaller: testoptimismgoerli_Bytes + executedTransactionHash: testoptimismgoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + reconciledCaller: testoptimismgoerli_Bytes + reconciledTransactionHash: testoptimismgoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt } -input stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter { +input testoptimismgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -38103,105 +35817,24 @@ input stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - provider: stagingoptimismgoerli_swap_Bytes - provider_not: stagingoptimismgoerli_swap_Bytes - provider_gt: stagingoptimismgoerli_swap_Bytes - provider_lt: stagingoptimismgoerli_swap_Bytes - provider_gte: stagingoptimismgoerli_swap_Bytes - provider_lte: stagingoptimismgoerli_swap_Bytes - provider_in: [stagingoptimismgoerli_swap_Bytes!] - provider_not_in: [stagingoptimismgoerli_swap_Bytes!] - provider_contains: stagingoptimismgoerli_swap_Bytes - provider_not_contains: stagingoptimismgoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: testoptimismgoerli_Bytes + transferId_not: testoptimismgoerli_Bytes + transferId_gt: testoptimismgoerli_Bytes + transferId_lt: testoptimismgoerli_Bytes + transferId_gte: testoptimismgoerli_Bytes + transferId_lte: testoptimismgoerli_Bytes + transferId_in: [testoptimismgoerli_Bytes!] + transferId_not_in: [testoptimismgoerli_Bytes!] + transferId_contains: testoptimismgoerli_Bytes + transferId_not_contains: testoptimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -38210,54 +35843,362 @@ input stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + to: testoptimismgoerli_Bytes + to_not: testoptimismgoerli_Bytes + to_gt: testoptimismgoerli_Bytes + to_lt: testoptimismgoerli_Bytes + to_gte: testoptimismgoerli_Bytes + to_lte: testoptimismgoerli_Bytes + to_in: [testoptimismgoerli_Bytes!] + to_not_in: [testoptimismgoerli_Bytes!] + to_contains: testoptimismgoerli_Bytes + to_not_contains: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes + callData_not: testoptimismgoerli_Bytes + callData_gt: testoptimismgoerli_Bytes + callData_lt: testoptimismgoerli_Bytes + callData_gte: testoptimismgoerli_Bytes + callData_lte: testoptimismgoerli_Bytes + callData_in: [testoptimismgoerli_Bytes!] + callData_not_in: [testoptimismgoerli_Bytes!] + callData_contains: testoptimismgoerli_Bytes + callData_not_contains: testoptimismgoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + agent: testoptimismgoerli_Bytes + agent_not: testoptimismgoerli_Bytes + agent_gt: testoptimismgoerli_Bytes + agent_lt: testoptimismgoerli_Bytes + agent_gte: testoptimismgoerli_Bytes + agent_lte: testoptimismgoerli_Bytes + agent_in: [testoptimismgoerli_Bytes!] + agent_not_in: [testoptimismgoerli_Bytes!] + agent_contains: testoptimismgoerli_Bytes + agent_not_contains: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes + recovery_not: testoptimismgoerli_Bytes + recovery_gt: testoptimismgoerli_Bytes + recovery_lt: testoptimismgoerli_Bytes + recovery_gte: testoptimismgoerli_Bytes + recovery_lte: testoptimismgoerli_Bytes + recovery_in: [testoptimismgoerli_Bytes!] + recovery_not_in: [testoptimismgoerli_Bytes!] + recovery_contains: testoptimismgoerli_Bytes + recovery_not_contains: testoptimismgoerli_Bytes + forceSlow: Boolean + forceSlow_not: Boolean + forceSlow_in: [Boolean!] + forceSlow_not_in: [Boolean!] + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callback: testoptimismgoerli_Bytes + callback_not: testoptimismgoerli_Bytes + callback_gt: testoptimismgoerli_Bytes + callback_lt: testoptimismgoerli_Bytes + callback_gte: testoptimismgoerli_Bytes + callback_lte: testoptimismgoerli_Bytes + callback_in: [testoptimismgoerli_Bytes!] + callback_not_in: [testoptimismgoerli_Bytes!] + callback_contains: testoptimismgoerli_Bytes + callback_not_contains: testoptimismgoerli_Bytes + callbackFee: BigInt + callbackFee_not: BigInt + callbackFee_gt: BigInt + callbackFee_lt: BigInt + callbackFee_gte: BigInt + callbackFee_lte: BigInt + callbackFee_in: [BigInt!] + callbackFee_not_in: [BigInt!] + relayerFee: BigInt + relayerFee_not: BigInt + relayerFee_gt: BigInt + relayerFee_lt: BigInt + relayerFee_gte: BigInt + relayerFee_lte: BigInt + relayerFee_in: [BigInt!] + relayerFee_not_in: [BigInt!] + destinationMinOut: BigInt + destinationMinOut_not: BigInt + destinationMinOut_gt: BigInt + destinationMinOut_lt: BigInt + destinationMinOut_gte: BigInt + destinationMinOut_lte: BigInt + destinationMinOut_in: [BigInt!] + destinationMinOut_not_in: [BigInt!] + status: testoptimismgoerli_TransferStatus + status_not: testoptimismgoerli_TransferStatus + status_in: [testoptimismgoerli_TransferStatus!] + status_not_in: [testoptimismgoerli_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: testoptimismgoerli_Router_filter + originSender: testoptimismgoerli_Bytes + originSender_not: testoptimismgoerli_Bytes + originSender_gt: testoptimismgoerli_Bytes + originSender_lt: testoptimismgoerli_Bytes + originSender_gte: testoptimismgoerli_Bytes + originSender_lte: testoptimismgoerli_Bytes + originSender_in: [testoptimismgoerli_Bytes!] + originSender_not_in: [testoptimismgoerli_Bytes!] + originSender_contains: testoptimismgoerli_Bytes + originSender_not_contains: testoptimismgoerli_Bytes + transactingAsset: testoptimismgoerli_Bytes + transactingAsset_not: testoptimismgoerli_Bytes + transactingAsset_gt: testoptimismgoerli_Bytes + transactingAsset_lt: testoptimismgoerli_Bytes + transactingAsset_gte: testoptimismgoerli_Bytes + transactingAsset_lte: testoptimismgoerli_Bytes + transactingAsset_in: [testoptimismgoerli_Bytes!] + transactingAsset_not_in: [testoptimismgoerli_Bytes!] + transactingAsset_contains: testoptimismgoerli_Bytes + transactingAsset_not_contains: testoptimismgoerli_Bytes + transactingAmount: BigInt + transactingAmount_not: BigInt + transactingAmount_gt: BigInt + transactingAmount_lt: BigInt + transactingAmount_gte: BigInt + transactingAmount_lte: BigInt + transactingAmount_in: [BigInt!] + transactingAmount_not_in: [BigInt!] + localAsset: testoptimismgoerli_Bytes + localAsset_not: testoptimismgoerli_Bytes + localAsset_gt: testoptimismgoerli_Bytes + localAsset_lt: testoptimismgoerli_Bytes + localAsset_gte: testoptimismgoerli_Bytes + localAsset_lte: testoptimismgoerli_Bytes + localAsset_in: [testoptimismgoerli_Bytes!] + localAsset_not_in: [testoptimismgoerli_Bytes!] + localAsset_contains: testoptimismgoerli_Bytes + localAsset_not_contains: testoptimismgoerli_Bytes + localAmount: BigInt + localAmount_not: BigInt + localAmount_gt: BigInt + localAmount_lt: BigInt + localAmount_gte: BigInt + localAmount_lte: BigInt + localAmount_in: [BigInt!] + localAmount_not_in: [BigInt!] + sponsorVaultRelayerFee: BigInt + sponsorVaultRelayerFee_not: BigInt + sponsorVaultRelayerFee_gt: BigInt + sponsorVaultRelayerFee_lt: BigInt + sponsorVaultRelayerFee_gte: BigInt + sponsorVaultRelayerFee_lte: BigInt + sponsorVaultRelayerFee_in: [BigInt!] + sponsorVaultRelayerFee_not_in: [BigInt!] + executedCaller: testoptimismgoerli_Bytes + executedCaller_not: testoptimismgoerli_Bytes + executedCaller_gt: testoptimismgoerli_Bytes + executedCaller_lt: testoptimismgoerli_Bytes + executedCaller_gte: testoptimismgoerli_Bytes + executedCaller_lte: testoptimismgoerli_Bytes + executedCaller_in: [testoptimismgoerli_Bytes!] + executedCaller_not_in: [testoptimismgoerli_Bytes!] + executedCaller_contains: testoptimismgoerli_Bytes + executedCaller_not_contains: testoptimismgoerli_Bytes + executedTransactionHash: testoptimismgoerli_Bytes + executedTransactionHash_not: testoptimismgoerli_Bytes + executedTransactionHash_gt: testoptimismgoerli_Bytes + executedTransactionHash_lt: testoptimismgoerli_Bytes + executedTransactionHash_gte: testoptimismgoerli_Bytes + executedTransactionHash_lte: testoptimismgoerli_Bytes + executedTransactionHash_in: [testoptimismgoerli_Bytes!] + executedTransactionHash_not_in: [testoptimismgoerli_Bytes!] + executedTransactionHash_contains: testoptimismgoerli_Bytes + executedTransactionHash_not_contains: testoptimismgoerli_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + reconciledCaller: testoptimismgoerli_Bytes + reconciledCaller_not: testoptimismgoerli_Bytes + reconciledCaller_gt: testoptimismgoerli_Bytes + reconciledCaller_lt: testoptimismgoerli_Bytes + reconciledCaller_gte: testoptimismgoerli_Bytes + reconciledCaller_lte: testoptimismgoerli_Bytes + reconciledCaller_in: [testoptimismgoerli_Bytes!] + reconciledCaller_not_in: [testoptimismgoerli_Bytes!] + reconciledCaller_contains: testoptimismgoerli_Bytes + reconciledCaller_not_contains: testoptimismgoerli_Bytes + reconciledTransactionHash: testoptimismgoerli_Bytes + reconciledTransactionHash_not: testoptimismgoerli_Bytes + reconciledTransactionHash_gt: testoptimismgoerli_Bytes + reconciledTransactionHash_lt: testoptimismgoerli_Bytes + reconciledTransactionHash_gte: testoptimismgoerli_Bytes + reconciledTransactionHash_lte: testoptimismgoerli_Bytes + reconciledTransactionHash_in: [testoptimismgoerli_Bytes!] + reconciledTransactionHash_not_in: [testoptimismgoerli_Bytes!] + reconciledTransactionHash_contains: testoptimismgoerli_Bytes + reconciledTransactionHash_not_contains: testoptimismgoerli_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_DestinationTransfer_filter] + or: [testoptimismgoerli_DestinationTransfer_filter] +} + +enum testoptimismgoerli_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + to + callData + originDomain + destinationDomain + agent + recovery + forceSlow + receiveLocal + callback + callbackFee + relayerFee + destinationMinOut + status + routers + originSender + transactingAsset + transactingAmount + localAsset + localAmount + sponsorVaultRelayerFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber } -enum stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce +""" +8 bytes signed integer + +""" +scalar testoptimismgoerli_Int8 + +"""Defines the order direction, either ascending or descending""" +enum testoptimismgoerli_OrderDirection { + asc + desc } -interface stagingoptimismgoerli_swap_StableSwapEvent { +type testoptimismgoerli_OriginTransfer { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: testoptimismgoerli_Bytes + nonce: BigInt + to: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + agent: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes + forceSlow: Boolean + receiveLocal: Boolean + callback: testoptimismgoerli_Bytes + callbackFee: BigInt + relayerFee: BigInt + destinationMinOut: BigInt + status: testoptimismgoerli_TransferStatus + originMinOut: BigInt + transactingAsset: testoptimismgoerli_Bytes + transactingAmount: BigInt + bridgedAsset: testoptimismgoerli_Bytes + bridgedAmount: BigInt + caller: testoptimismgoerli_Bytes + transactionHash: testoptimismgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input stagingoptimismgoerli_swap_StableSwapEvent_filter { +input testoptimismgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -38266,53 +36207,24 @@ input stagingoptimismgoerli_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: testoptimismgoerli_Bytes + transferId_not: testoptimismgoerli_Bytes + transferId_gt: testoptimismgoerli_Bytes + transferId_lt: testoptimismgoerli_Bytes + transferId_gte: testoptimismgoerli_Bytes + transferId_lte: testoptimismgoerli_Bytes + transferId_in: [testoptimismgoerli_Bytes!] + transferId_not_in: [testoptimismgoerli_Bytes!] + transferId_contains: testoptimismgoerli_Bytes + transferId_not_contains: testoptimismgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -38321,147 +36233,172 @@ input stagingoptimismgoerli_swap_StableSwapEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwapEvent_filter] - or: [stagingoptimismgoerli_swap_StableSwapEvent_filter] -} - -enum stagingoptimismgoerli_swap_StableSwapEvent_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction - nonce -} - -type stagingoptimismgoerli_swap_StableSwapExchange { - id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - buyer: stagingoptimismgoerli_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! - nonce: BigInt! -} - -input stagingoptimismgoerli_swap_StableSwapExchange_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!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - buyer: stagingoptimismgoerli_swap_Bytes - buyer_not: stagingoptimismgoerli_swap_Bytes - buyer_gt: stagingoptimismgoerli_swap_Bytes - buyer_lt: stagingoptimismgoerli_swap_Bytes - buyer_gte: stagingoptimismgoerli_swap_Bytes - buyer_lte: stagingoptimismgoerli_swap_Bytes - buyer_in: [stagingoptimismgoerli_swap_Bytes!] - buyer_not_in: [stagingoptimismgoerli_swap_Bytes!] - buyer_contains: stagingoptimismgoerli_swap_Bytes - buyer_not_contains: stagingoptimismgoerli_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + to: testoptimismgoerli_Bytes + to_not: testoptimismgoerli_Bytes + to_gt: testoptimismgoerli_Bytes + to_lt: testoptimismgoerli_Bytes + to_gte: testoptimismgoerli_Bytes + to_lte: testoptimismgoerli_Bytes + to_in: [testoptimismgoerli_Bytes!] + to_not_in: [testoptimismgoerli_Bytes!] + to_contains: testoptimismgoerli_Bytes + to_not_contains: testoptimismgoerli_Bytes + callData: testoptimismgoerli_Bytes + callData_not: testoptimismgoerli_Bytes + callData_gt: testoptimismgoerli_Bytes + callData_lt: testoptimismgoerli_Bytes + callData_gte: testoptimismgoerli_Bytes + callData_lte: testoptimismgoerli_Bytes + callData_in: [testoptimismgoerli_Bytes!] + callData_not_in: [testoptimismgoerli_Bytes!] + callData_contains: testoptimismgoerli_Bytes + callData_not_contains: testoptimismgoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + agent: testoptimismgoerli_Bytes + agent_not: testoptimismgoerli_Bytes + agent_gt: testoptimismgoerli_Bytes + agent_lt: testoptimismgoerli_Bytes + agent_gte: testoptimismgoerli_Bytes + agent_lte: testoptimismgoerli_Bytes + agent_in: [testoptimismgoerli_Bytes!] + agent_not_in: [testoptimismgoerli_Bytes!] + agent_contains: testoptimismgoerli_Bytes + agent_not_contains: testoptimismgoerli_Bytes + recovery: testoptimismgoerli_Bytes + recovery_not: testoptimismgoerli_Bytes + recovery_gt: testoptimismgoerli_Bytes + recovery_lt: testoptimismgoerli_Bytes + recovery_gte: testoptimismgoerli_Bytes + recovery_lte: testoptimismgoerli_Bytes + recovery_in: [testoptimismgoerli_Bytes!] + recovery_not_in: [testoptimismgoerli_Bytes!] + recovery_contains: testoptimismgoerli_Bytes + recovery_not_contains: testoptimismgoerli_Bytes + forceSlow: Boolean + forceSlow_not: Boolean + forceSlow_in: [Boolean!] + forceSlow_not_in: [Boolean!] + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callback: testoptimismgoerli_Bytes + callback_not: testoptimismgoerli_Bytes + callback_gt: testoptimismgoerli_Bytes + callback_lt: testoptimismgoerli_Bytes + callback_gte: testoptimismgoerli_Bytes + callback_lte: testoptimismgoerli_Bytes + callback_in: [testoptimismgoerli_Bytes!] + callback_not_in: [testoptimismgoerli_Bytes!] + callback_contains: testoptimismgoerli_Bytes + callback_not_contains: testoptimismgoerli_Bytes + callbackFee: BigInt + callbackFee_not: BigInt + callbackFee_gt: BigInt + callbackFee_lt: BigInt + callbackFee_gte: BigInt + callbackFee_lte: BigInt + callbackFee_in: [BigInt!] + callbackFee_not_in: [BigInt!] + relayerFee: BigInt + relayerFee_not: BigInt + relayerFee_gt: BigInt + relayerFee_lt: BigInt + relayerFee_gte: BigInt + relayerFee_lte: BigInt + relayerFee_in: [BigInt!] + relayerFee_not_in: [BigInt!] + destinationMinOut: BigInt + destinationMinOut_not: BigInt + destinationMinOut_gt: BigInt + destinationMinOut_lt: BigInt + destinationMinOut_gte: BigInt + destinationMinOut_lte: BigInt + destinationMinOut_in: [BigInt!] + destinationMinOut_not_in: [BigInt!] + status: testoptimismgoerli_TransferStatus + status_not: testoptimismgoerli_TransferStatus + status_in: [testoptimismgoerli_TransferStatus!] + status_not_in: [testoptimismgoerli_TransferStatus!] + originMinOut: BigInt + originMinOut_not: BigInt + originMinOut_gt: BigInt + originMinOut_lt: BigInt + originMinOut_gte: BigInt + originMinOut_lte: BigInt + originMinOut_in: [BigInt!] + originMinOut_not_in: [BigInt!] + transactingAsset: testoptimismgoerli_Bytes + transactingAsset_not: testoptimismgoerli_Bytes + transactingAsset_gt: testoptimismgoerli_Bytes + transactingAsset_lt: testoptimismgoerli_Bytes + transactingAsset_gte: testoptimismgoerli_Bytes + transactingAsset_lte: testoptimismgoerli_Bytes + transactingAsset_in: [testoptimismgoerli_Bytes!] + transactingAsset_not_in: [testoptimismgoerli_Bytes!] + transactingAsset_contains: testoptimismgoerli_Bytes + transactingAsset_not_contains: testoptimismgoerli_Bytes + transactingAmount: BigInt + transactingAmount_not: BigInt + transactingAmount_gt: BigInt + transactingAmount_lt: BigInt + transactingAmount_gte: BigInt + transactingAmount_lte: BigInt + transactingAmount_in: [BigInt!] + transactingAmount_not_in: [BigInt!] + bridgedAsset: testoptimismgoerli_Bytes + bridgedAsset_not: testoptimismgoerli_Bytes + bridgedAsset_gt: testoptimismgoerli_Bytes + bridgedAsset_lt: testoptimismgoerli_Bytes + bridgedAsset_gte: testoptimismgoerli_Bytes + bridgedAsset_lte: testoptimismgoerli_Bytes + bridgedAsset_in: [testoptimismgoerli_Bytes!] + bridgedAsset_not_in: [testoptimismgoerli_Bytes!] + bridgedAsset_contains: testoptimismgoerli_Bytes + bridgedAsset_not_contains: testoptimismgoerli_Bytes + bridgedAmount: BigInt + bridgedAmount_not: BigInt + bridgedAmount_gt: BigInt + bridgedAmount_lt: BigInt + bridgedAmount_gte: BigInt + bridgedAmount_lte: BigInt + bridgedAmount_in: [BigInt!] + bridgedAmount_not_in: [BigInt!] + caller: testoptimismgoerli_Bytes + caller_not: testoptimismgoerli_Bytes + caller_gt: testoptimismgoerli_Bytes + caller_lt: testoptimismgoerli_Bytes + caller_gte: testoptimismgoerli_Bytes + caller_lte: testoptimismgoerli_Bytes + caller_in: [testoptimismgoerli_Bytes!] + caller_not_in: [testoptimismgoerli_Bytes!] + caller_contains: testoptimismgoerli_Bytes + caller_not_contains: testoptimismgoerli_Bytes + transactionHash: testoptimismgoerli_Bytes + transactionHash_not: testoptimismgoerli_Bytes + transactionHash_gt: testoptimismgoerli_Bytes + transactionHash_lt: testoptimismgoerli_Bytes + transactionHash_gte: testoptimismgoerli_Bytes + transactionHash_lte: testoptimismgoerli_Bytes + transactionHash_in: [testoptimismgoerli_Bytes!] + transactionHash_not_in: [testoptimismgoerli_Bytes!] + transactionHash_contains: testoptimismgoerli_Bytes + transactionHash_not_contains: testoptimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -38470,79 +36407,74 @@ input stagingoptimismgoerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwapExchange_filter] - or: [stagingoptimismgoerli_swap_StableSwapExchange_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_OriginTransfer_filter] + or: [testoptimismgoerli_OriginTransfer_filter] } -enum stagingoptimismgoerli_swap_StableSwapExchange_orderBy { +enum testoptimismgoerli_OriginTransfer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction + chainId + transferId nonce + to + callData + originDomain + destinationDomain + agent + recovery + forceSlow + receiveLocal + callback + callbackFee + relayerFee + destinationMinOut + status + originMinOut + transactingAsset + transactingAmount + bridgedAsset + bridgedAmount + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent implements stagingoptimismgoerli_swap_StableSwapEvent { +type testoptimismgoerli_Relayer { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - provider: stagingoptimismgoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: stagingoptimismgoerli_swap_Bytes! - nonce: BigInt! + isActive: Boolean! + relayer: testoptimismgoerli_Bytes } -input stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input testoptimismgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -38551,152 +36483,43 @@ input stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - provider: stagingoptimismgoerli_swap_Bytes - provider_not: stagingoptimismgoerli_swap_Bytes - provider_gt: stagingoptimismgoerli_swap_Bytes - provider_lt: stagingoptimismgoerli_swap_Bytes - provider_gte: stagingoptimismgoerli_swap_Bytes - provider_lte: stagingoptimismgoerli_swap_Bytes - provider_in: [stagingoptimismgoerli_swap_Bytes!] - provider_not_in: [stagingoptimismgoerli_swap_Bytes!] - provider_contains: stagingoptimismgoerli_swap_Bytes - provider_not_contains: stagingoptimismgoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: stagingoptimismgoerli_swap_Bytes - transaction_not: stagingoptimismgoerli_swap_Bytes - transaction_gt: stagingoptimismgoerli_swap_Bytes - transaction_lt: stagingoptimismgoerli_swap_Bytes - transaction_gte: stagingoptimismgoerli_swap_Bytes - transaction_lte: stagingoptimismgoerli_swap_Bytes - transaction_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] - transaction_contains: stagingoptimismgoerli_swap_Bytes - transaction_not_contains: stagingoptimismgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: testoptimismgoerli_Bytes + relayer_not: testoptimismgoerli_Bytes + relayer_gt: testoptimismgoerli_Bytes + relayer_lt: testoptimismgoerli_Bytes + relayer_gte: testoptimismgoerli_Bytes + relayer_lte: testoptimismgoerli_Bytes + relayer_in: [testoptimismgoerli_Bytes!] + relayer_not_in: [testoptimismgoerli_Bytes!] + relayer_contains: testoptimismgoerli_Bytes + relayer_not_contains: testoptimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Relayer_filter] + or: [testoptimismgoerli_Relayer_filter] } -enum stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum testoptimismgoerli_Relayer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + isActive + relayer } -input stagingoptimismgoerli_swap_StableSwap_filter { +type testoptimismgoerli_Router { + id: ID! + isActive: Boolean! + owner: testoptimismgoerli_Bytes + recipient: testoptimismgoerli_Bytes + proposedOwner: testoptimismgoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_AssetBalance_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_AssetBalance_filter): [testoptimismgoerli_AssetBalance!]! +} + +input testoptimismgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -38709,197 +36532,248 @@ input stagingoptimismgoerli_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: stagingoptimismgoerli_swap_Bytes - key_not: stagingoptimismgoerli_swap_Bytes - key_gt: stagingoptimismgoerli_swap_Bytes - key_lt: stagingoptimismgoerli_swap_Bytes - key_gte: stagingoptimismgoerli_swap_Bytes - key_lte: stagingoptimismgoerli_swap_Bytes - key_in: [stagingoptimismgoerli_swap_Bytes!] - key_not_in: [stagingoptimismgoerli_swap_Bytes!] - key_contains: stagingoptimismgoerli_swap_Bytes - key_not_contains: stagingoptimismgoerli_swap_Bytes - canonicalId: stagingoptimismgoerli_swap_Bytes - canonicalId_not: stagingoptimismgoerli_swap_Bytes - canonicalId_gt: stagingoptimismgoerli_swap_Bytes - canonicalId_lt: stagingoptimismgoerli_swap_Bytes - canonicalId_gte: stagingoptimismgoerli_swap_Bytes - canonicalId_lte: stagingoptimismgoerli_swap_Bytes - canonicalId_in: [stagingoptimismgoerli_swap_Bytes!] - canonicalId_not_in: [stagingoptimismgoerli_swap_Bytes!] - canonicalId_contains: stagingoptimismgoerli_swap_Bytes - canonicalId_not_contains: stagingoptimismgoerli_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: stagingoptimismgoerli_swap_Bytes - swapPool_not: stagingoptimismgoerli_swap_Bytes - swapPool_gt: stagingoptimismgoerli_swap_Bytes - swapPool_lt: stagingoptimismgoerli_swap_Bytes - swapPool_gte: stagingoptimismgoerli_swap_Bytes - swapPool_lte: stagingoptimismgoerli_swap_Bytes - swapPool_in: [stagingoptimismgoerli_swap_Bytes!] - swapPool_not_in: [stagingoptimismgoerli_swap_Bytes!] - swapPool_contains: stagingoptimismgoerli_swap_Bytes - swapPool_not_contains: stagingoptimismgoerli_swap_Bytes - lpToken: stagingoptimismgoerli_swap_Bytes - lpToken_not: stagingoptimismgoerli_swap_Bytes - lpToken_gt: stagingoptimismgoerli_swap_Bytes - lpToken_lt: stagingoptimismgoerli_swap_Bytes - lpToken_gte: stagingoptimismgoerli_swap_Bytes - lpToken_lte: stagingoptimismgoerli_swap_Bytes - lpToken_in: [stagingoptimismgoerli_swap_Bytes!] - lpToken_not_in: [stagingoptimismgoerli_swap_Bytes!] - lpToken_contains: stagingoptimismgoerli_swap_Bytes - lpToken_not_contains: stagingoptimismgoerli_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_not: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_contains: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_contains_nocase: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_not_contains: [stagingoptimismgoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [stagingoptimismgoerli_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: stagingoptimismgoerli_swap_StableSwapEvent_filter - exchanges_: stagingoptimismgoerli_swap_StableSwapExchange_filter - hourlyVolumes_: stagingoptimismgoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: stagingoptimismgoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter + owner: testoptimismgoerli_Bytes + owner_not: testoptimismgoerli_Bytes + owner_gt: testoptimismgoerli_Bytes + owner_lt: testoptimismgoerli_Bytes + owner_gte: testoptimismgoerli_Bytes + owner_lte: testoptimismgoerli_Bytes + owner_in: [testoptimismgoerli_Bytes!] + owner_not_in: [testoptimismgoerli_Bytes!] + owner_contains: testoptimismgoerli_Bytes + owner_not_contains: testoptimismgoerli_Bytes + recipient: testoptimismgoerli_Bytes + recipient_not: testoptimismgoerli_Bytes + recipient_gt: testoptimismgoerli_Bytes + recipient_lt: testoptimismgoerli_Bytes + recipient_gte: testoptimismgoerli_Bytes + recipient_lte: testoptimismgoerli_Bytes + recipient_in: [testoptimismgoerli_Bytes!] + recipient_not_in: [testoptimismgoerli_Bytes!] + recipient_contains: testoptimismgoerli_Bytes + recipient_not_contains: testoptimismgoerli_Bytes + proposedOwner: testoptimismgoerli_Bytes + proposedOwner_not: testoptimismgoerli_Bytes + proposedOwner_gt: testoptimismgoerli_Bytes + proposedOwner_lt: testoptimismgoerli_Bytes + proposedOwner_gte: testoptimismgoerli_Bytes + proposedOwner_lte: testoptimismgoerli_Bytes + proposedOwner_in: [testoptimismgoerli_Bytes!] + proposedOwner_not_in: [testoptimismgoerli_Bytes!] + proposedOwner_contains: testoptimismgoerli_Bytes + proposedOwner_not_contains: testoptimismgoerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: testoptimismgoerli_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Router_filter] + or: [testoptimismgoerli_Router_filter] +} + +enum testoptimismgoerli_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type testoptimismgoerli_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: testoptimismgoerli_Bytes! +} + +input testoptimismgoerli_Setting_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!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: testoptimismgoerli_Bytes + caller_not: testoptimismgoerli_Bytes + caller_gt: testoptimismgoerli_Bytes + caller_lt: testoptimismgoerli_Bytes + caller_gte: testoptimismgoerli_Bytes + caller_lte: testoptimismgoerli_Bytes + caller_in: [testoptimismgoerli_Bytes!] + caller_not_in: [testoptimismgoerli_Bytes!] + caller_contains: testoptimismgoerli_Bytes + caller_not_contains: testoptimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_Setting_filter] + or: [testoptimismgoerli_Setting_filter] +} + +enum testoptimismgoerli_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type testoptimismgoerli_SponsorVault { + id: ID! + sponsorVault: testoptimismgoerli_Bytes! +} + +input testoptimismgoerli_SponsorVault_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!] + sponsorVault: testoptimismgoerli_Bytes + sponsorVault_not: testoptimismgoerli_Bytes + sponsorVault_gt: testoptimismgoerli_Bytes + sponsorVault_lt: testoptimismgoerli_Bytes + sponsorVault_gte: testoptimismgoerli_Bytes + sponsorVault_lte: testoptimismgoerli_Bytes + sponsorVault_in: [testoptimismgoerli_Bytes!] + sponsorVault_not_in: [testoptimismgoerli_Bytes!] + sponsorVault_contains: testoptimismgoerli_Bytes + sponsorVault_not_contains: testoptimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_StableSwap_filter] - or: [stagingoptimismgoerli_swap_StableSwap_filter] + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_SponsorVault_filter] + or: [testoptimismgoerli_SponsorVault_filter] } -enum stagingoptimismgoerli_swap_StableSwap_orderBy { +enum testoptimismgoerli_SponsorVault_orderBy { + id + sponsorVault +} + +type testoptimismgoerli_StableSwap { + id: ID! + canonicalId: testoptimismgoerli_Bytes! + domain: BigInt + swapPool: testoptimismgoerli_Bytes! +} + +input testoptimismgoerli_StableSwap_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!] + canonicalId: testoptimismgoerli_Bytes + canonicalId_not: testoptimismgoerli_Bytes + canonicalId_gt: testoptimismgoerli_Bytes + canonicalId_lt: testoptimismgoerli_Bytes + canonicalId_gte: testoptimismgoerli_Bytes + canonicalId_lte: testoptimismgoerli_Bytes + canonicalId_in: [testoptimismgoerli_Bytes!] + canonicalId_not_in: [testoptimismgoerli_Bytes!] + canonicalId_contains: testoptimismgoerli_Bytes + canonicalId_not_contains: testoptimismgoerli_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: testoptimismgoerli_Bytes + swapPool_not: testoptimismgoerli_Bytes + swapPool_gt: testoptimismgoerli_Bytes + swapPool_lt: testoptimismgoerli_Bytes + swapPool_gte: testoptimismgoerli_Bytes + swapPool_lte: testoptimismgoerli_Bytes + swapPool_in: [testoptimismgoerli_Bytes!] + swapPool_not_in: [testoptimismgoerli_Bytes!] + swapPool_contains: testoptimismgoerli_Bytes + swapPool_not_contains: testoptimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: testoptimismgoerli_BlockChangedFilter + and: [testoptimismgoerli_StableSwap_filter] + or: [testoptimismgoerli_StableSwap_filter] +} + +enum testoptimismgoerli_StableSwap_orderBy { id - isActive - key canonicalId domain swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes } -type stagingoptimismgoerli_swap_SwapDailyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { +enum testoptimismgoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type testoptimismgoerli__Block_ { + """The hash of the block""" + hash: testoptimismgoerli_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type testoptimismgoerli__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: testoptimismgoerli__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +enum _SubgraphErrorPolicy_ { + """Data will be returned even if the subgraph has indexing errors""" + allow + """ + If the subgraph has indexing errors, data will be omitted. The default. + """ + deny +} + +type goerli_AggregatedMessageRoot { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + index: BigInt! + receivedRoot: goerli_Bytes! + domain: BigInt } -input stagingoptimismgoerli_swap_SwapDailyVolume_filter { +input goerli_AggregatedMessageRoot_filter { id: ID id_not: ID id_gt: ID @@ -38908,80 +36782,55 @@ input stagingoptimismgoerli_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: stagingoptimismgoerli_swap_BigDecimal - volume_not: stagingoptimismgoerli_swap_BigDecimal - volume_gt: stagingoptimismgoerli_swap_BigDecimal - volume_lt: stagingoptimismgoerli_swap_BigDecimal - volume_gte: stagingoptimismgoerli_swap_BigDecimal - volume_lte: stagingoptimismgoerli_swap_BigDecimal - volume_in: [stagingoptimismgoerli_swap_BigDecimal!] - volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: goerli_Bytes + receivedRoot_not: goerli_Bytes + receivedRoot_gt: goerli_Bytes + receivedRoot_lt: goerli_Bytes + receivedRoot_gte: goerli_Bytes + receivedRoot_lte: goerli_Bytes + receivedRoot_in: [goerli_Bytes!] + receivedRoot_not_in: [goerli_Bytes!] + receivedRoot_contains: goerli_Bytes + receivedRoot_not_contains: goerli_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] - or: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_AggregatedMessageRoot_filter] + or: [goerli_AggregatedMessageRoot_filter] } -enum stagingoptimismgoerli_swap_SwapDailyVolume_orderBy { +enum goerli_AggregatedMessageRoot_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + index + receivedRoot + domain } -type stagingoptimismgoerli_swap_SwapHourlyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { +type goerli_ArbitrumConnectorMeta { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input stagingoptimismgoerli_swap_SwapHourlyVolume_filter { +input goerli_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -38990,152 +36839,170 @@ input stagingoptimismgoerli_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: stagingoptimismgoerli_swap_BigDecimal - volume_not: stagingoptimismgoerli_swap_BigDecimal - volume_gt: stagingoptimismgoerli_swap_BigDecimal - volume_lt: stagingoptimismgoerli_swap_BigDecimal - volume_gte: stagingoptimismgoerli_swap_BigDecimal - volume_lte: stagingoptimismgoerli_swap_BigDecimal - volume_in: [stagingoptimismgoerli_swap_BigDecimal!] - volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + 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: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] - or: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_ArbitrumConnectorMeta_filter] + or: [goerli_ArbitrumConnectorMeta_filter] } -enum stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy { +enum goerli_ArbitrumConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -interface stagingoptimismgoerli_swap_SwapTradeVolume { - stableSwap: stagingoptimismgoerli_swap_StableSwap! - timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! +scalar goerli_BigDecimal + +input goerli_BlockChangedFilter { + number_gte: Int! } -input stagingoptimismgoerli_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: stagingoptimismgoerli_swap_BigDecimal - volume_not: stagingoptimismgoerli_swap_BigDecimal - volume_gt: stagingoptimismgoerli_swap_BigDecimal - volume_lt: stagingoptimismgoerli_swap_BigDecimal - volume_gte: stagingoptimismgoerli_swap_BigDecimal - volume_lte: stagingoptimismgoerli_swap_BigDecimal - volume_in: [stagingoptimismgoerli_swap_BigDecimal!] - volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] +input goerli_Block_height { + hash: goerli_Bytes + number: Int + number_gte: Int +} + +type goerli_BnbConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! +} + +input goerli_BnbConnectorMeta_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: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] - or: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_BnbConnectorMeta_filter] + or: [goerli_BnbConnectorMeta_filter] } -enum stagingoptimismgoerli_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume +enum goerli_BnbConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingoptimismgoerli_swap_SwapWeeklyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { +scalar goerli_Bytes + +type goerli_GnosisConnectorMeta { id: ID! - stableSwap: stagingoptimismgoerli_swap_StableSwap! - timestamp: BigInt! - volume: stagingoptimismgoerli_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input stagingoptimismgoerli_swap_SwapWeeklyVolume_filter { +input goerli_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -39144,79 +37011,83 @@ input stagingoptimismgoerli_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: stagingoptimismgoerli_swap_BigDecimal - volume_not: stagingoptimismgoerli_swap_BigDecimal - volume_gt: stagingoptimismgoerli_swap_BigDecimal - volume_lt: stagingoptimismgoerli_swap_BigDecimal - volume_gte: stagingoptimismgoerli_swap_BigDecimal - volume_lte: stagingoptimismgoerli_swap_BigDecimal - volume_in: [stagingoptimismgoerli_swap_BigDecimal!] - volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + 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: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] - or: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_GnosisConnectorMeta_filter] + or: [goerli_GnosisConnectorMeta_filter] } -enum stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy { +enum goerli_GnosisConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingoptimismgoerli_swap_SystemInfo { +""" +8 bytes signed integer + +""" +scalar goerli_Int8 + +type goerli_LineaConnectorMeta { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input stagingoptimismgoerli_swap_SystemInfo_filter { +input goerli_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -39225,77 +37096,77 @@ input stagingoptimismgoerli_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + 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: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_swap_BlockChangedFilter - and: [stagingoptimismgoerli_swap_SystemInfo_filter] - or: [stagingoptimismgoerli_swap_SystemInfo_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_LineaConnectorMeta_filter] + or: [goerli_LineaConnectorMeta_filter] } -enum stagingoptimismgoerli_swap_SystemInfo_orderBy { +enum goerli_LineaConnectorMeta_orderBy { id - exchangeCount - swapCount -} - -type stagingoptimismgoerli_swap__Block_ { - """The hash of the block""" - hash: stagingoptimismgoerli_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type stagingoptimismgoerli_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: stagingoptimismgoerli_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type testgoerli_Asset { - id: ID! - key: testgoerli_Bytes - local: testgoerli_Bytes! - adoptedAsset: testgoerli_Bytes! - canonicalId: testgoerli_Bytes! - canonicalDomain: BigInt! - blockNumber: BigInt! + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type testgoerli_AssetBalance { +type goerli_OptimismConnectorMeta { id: ID! - amount: BigInt! - router: testgoerli_Router! - asset: testgoerli_Asset! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! } -input testgoerli_AssetBalance_filter { +input goerli_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -39304,83 +37175,83 @@ input testgoerli_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: testgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: testgoerli_Asset_filter + 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: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: testgoerli_BlockChangedFilter - and: [testgoerli_AssetBalance_filter] - or: [testgoerli_AssetBalance_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_OptimismConnectorMeta_filter] + or: [goerli_OptimismConnectorMeta_filter] } -enum testgoerli_AssetBalance_orderBy { +enum goerli_OptimismConnectorMeta_orderBy { id - amount - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__local - asset__adoptedAsset - asset__canonicalId - asset__canonicalDomain - asset__blockNumber + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -input testgoerli_Asset_filter { +"""Defines the order direction, either ascending or descending""" +enum goerli_OrderDirection { + asc + desc +} + +type goerli_PolygonConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! +} + +input goerli_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -39389,132 +37260,129 @@ input testgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: testgoerli_Bytes - key_not: testgoerli_Bytes - key_gt: testgoerli_Bytes - key_lt: testgoerli_Bytes - key_gte: testgoerli_Bytes - key_lte: testgoerli_Bytes - key_in: [testgoerli_Bytes!] - key_not_in: [testgoerli_Bytes!] - key_contains: testgoerli_Bytes - key_not_contains: testgoerli_Bytes - local: testgoerli_Bytes - local_not: testgoerli_Bytes - local_gt: testgoerli_Bytes - local_lt: testgoerli_Bytes - local_gte: testgoerli_Bytes - local_lte: testgoerli_Bytes - local_in: [testgoerli_Bytes!] - local_not_in: [testgoerli_Bytes!] - local_contains: testgoerli_Bytes - local_not_contains: testgoerli_Bytes - adoptedAsset: testgoerli_Bytes - adoptedAsset_not: testgoerli_Bytes - adoptedAsset_gt: testgoerli_Bytes - adoptedAsset_lt: testgoerli_Bytes - adoptedAsset_gte: testgoerli_Bytes - adoptedAsset_lte: testgoerli_Bytes - adoptedAsset_in: [testgoerli_Bytes!] - adoptedAsset_not_in: [testgoerli_Bytes!] - adoptedAsset_contains: testgoerli_Bytes - adoptedAsset_not_contains: testgoerli_Bytes - canonicalId: testgoerli_Bytes - canonicalId_not: testgoerli_Bytes - canonicalId_gt: testgoerli_Bytes - canonicalId_lt: testgoerli_Bytes - canonicalId_gte: testgoerli_Bytes - canonicalId_lte: testgoerli_Bytes - canonicalId_in: [testgoerli_Bytes!] - canonicalId_not_in: [testgoerli_Bytes!] - canonicalId_contains: testgoerli_Bytes - canonicalId_not_contains: testgoerli_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + 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: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes """Filter for the block changed event.""" - _change_block: testgoerli_BlockChangedFilter - and: [testgoerli_Asset_filter] - or: [testgoerli_Asset_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_PolygonConnectorMeta_filter] + or: [goerli_PolygonConnectorMeta_filter] } -enum testgoerli_Asset_orderBy { +enum goerli_PolygonConnectorMeta_orderBy { id - key - local - adoptedAsset - canonicalId - canonicalDomain - blockNumber + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -scalar testgoerli_BigDecimal - -input testgoerli_BlockChangedFilter { - number_gte: Int! +type goerli_RootAggregated { + id: ID! + domain: BigInt! + receivedRoot: goerli_Bytes! + index: BigInt! } -input testgoerli_Block_height { - hash: testgoerli_Bytes - number: Int - number_gte: Int +input goerli_RootAggregated_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!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + receivedRoot: goerli_Bytes + receivedRoot_not: goerli_Bytes + receivedRoot_gt: goerli_Bytes + receivedRoot_lt: goerli_Bytes + receivedRoot_gte: goerli_Bytes + receivedRoot_lte: goerli_Bytes + receivedRoot_in: [goerli_Bytes!] + receivedRoot_not_in: [goerli_Bytes!] + receivedRoot_contains: goerli_Bytes + receivedRoot_not_contains: goerli_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_RootAggregated_filter] + or: [goerli_RootAggregated_filter] } -scalar testgoerli_Bytes +enum goerli_RootAggregated_orderBy { + id + domain + receivedRoot + index +} -type testgoerli_DestinationTransfer { +type goerli_RootManagerMeta { id: ID! - chainId: BigInt - transferId: testgoerli_Bytes - nonce: BigInt - to: testgoerli_Bytes - callData: testgoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - agent: testgoerli_Bytes - recovery: testgoerli_Bytes - forceSlow: Boolean - receiveLocal: Boolean - callback: testgoerli_Bytes - callbackFee: BigInt - relayerFee: BigInt - destinationMinOut: BigInt - status: testgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: testgoerli_Router_orderBy, orderDirection: testgoerli_OrderDirection, where: testgoerli_Router_filter): [testgoerli_Router!] - originSender: testgoerli_Bytes - transactingAsset: testgoerli_Bytes - transactingAmount: BigInt - localAsset: testgoerli_Bytes - localAmount: BigInt - sponsorVaultRelayerFee: BigInt - executedCaller: testgoerli_Bytes - executedTransactionHash: testgoerli_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - reconciledCaller: testgoerli_Bytes - reconciledTransactionHash: testgoerli_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt + domains: [BigInt!] + connectors: [goerli_Bytes!] } -input testgoerli_DestinationTransfer_filter { +input goerli_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -39523,388 +37391,44 @@ input testgoerli_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: testgoerli_Bytes - transferId_not: testgoerli_Bytes - transferId_gt: testgoerli_Bytes - transferId_lt: testgoerli_Bytes - transferId_gte: testgoerli_Bytes - transferId_lte: testgoerli_Bytes - transferId_in: [testgoerli_Bytes!] - transferId_not_in: [testgoerli_Bytes!] - transferId_contains: testgoerli_Bytes - transferId_not_contains: testgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - to: testgoerli_Bytes - to_not: testgoerli_Bytes - to_gt: testgoerli_Bytes - to_lt: testgoerli_Bytes - to_gte: testgoerli_Bytes - to_lte: testgoerli_Bytes - to_in: [testgoerli_Bytes!] - to_not_in: [testgoerli_Bytes!] - to_contains: testgoerli_Bytes - to_not_contains: testgoerli_Bytes - callData: testgoerli_Bytes - callData_not: testgoerli_Bytes - callData_gt: testgoerli_Bytes - callData_lt: testgoerli_Bytes - callData_gte: testgoerli_Bytes - callData_lte: testgoerli_Bytes - callData_in: [testgoerli_Bytes!] - callData_not_in: [testgoerli_Bytes!] - callData_contains: testgoerli_Bytes - callData_not_contains: testgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - agent: testgoerli_Bytes - agent_not: testgoerli_Bytes - agent_gt: testgoerli_Bytes - agent_lt: testgoerli_Bytes - agent_gte: testgoerli_Bytes - agent_lte: testgoerli_Bytes - agent_in: [testgoerli_Bytes!] - agent_not_in: [testgoerli_Bytes!] - agent_contains: testgoerli_Bytes - agent_not_contains: testgoerli_Bytes - recovery: testgoerli_Bytes - recovery_not: testgoerli_Bytes - recovery_gt: testgoerli_Bytes - recovery_lt: testgoerli_Bytes - recovery_gte: testgoerli_Bytes - recovery_lte: testgoerli_Bytes - recovery_in: [testgoerli_Bytes!] - recovery_not_in: [testgoerli_Bytes!] - recovery_contains: testgoerli_Bytes - recovery_not_contains: testgoerli_Bytes - forceSlow: Boolean - forceSlow_not: Boolean - forceSlow_in: [Boolean!] - forceSlow_not_in: [Boolean!] - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callback: testgoerli_Bytes - callback_not: testgoerli_Bytes - callback_gt: testgoerli_Bytes - callback_lt: testgoerli_Bytes - callback_gte: testgoerli_Bytes - callback_lte: testgoerli_Bytes - callback_in: [testgoerli_Bytes!] - callback_not_in: [testgoerli_Bytes!] - callback_contains: testgoerli_Bytes - callback_not_contains: testgoerli_Bytes - callbackFee: BigInt - callbackFee_not: BigInt - callbackFee_gt: BigInt - callbackFee_lt: BigInt - callbackFee_gte: BigInt - callbackFee_lte: BigInt - callbackFee_in: [BigInt!] - callbackFee_not_in: [BigInt!] - relayerFee: BigInt - relayerFee_not: BigInt - relayerFee_gt: BigInt - relayerFee_lt: BigInt - relayerFee_gte: BigInt - relayerFee_lte: BigInt - relayerFee_in: [BigInt!] - relayerFee_not_in: [BigInt!] - destinationMinOut: BigInt - destinationMinOut_not: BigInt - destinationMinOut_gt: BigInt - destinationMinOut_lt: BigInt - destinationMinOut_gte: BigInt - destinationMinOut_lte: BigInt - destinationMinOut_in: [BigInt!] - destinationMinOut_not_in: [BigInt!] - status: testgoerli_TransferStatus - status_not: testgoerli_TransferStatus - status_in: [testgoerli_TransferStatus!] - status_not_in: [testgoerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: testgoerli_Router_filter - originSender: testgoerli_Bytes - originSender_not: testgoerli_Bytes - originSender_gt: testgoerli_Bytes - originSender_lt: testgoerli_Bytes - originSender_gte: testgoerli_Bytes - originSender_lte: testgoerli_Bytes - originSender_in: [testgoerli_Bytes!] - originSender_not_in: [testgoerli_Bytes!] - originSender_contains: testgoerli_Bytes - originSender_not_contains: testgoerli_Bytes - transactingAsset: testgoerli_Bytes - transactingAsset_not: testgoerli_Bytes - transactingAsset_gt: testgoerli_Bytes - transactingAsset_lt: testgoerli_Bytes - transactingAsset_gte: testgoerli_Bytes - transactingAsset_lte: testgoerli_Bytes - transactingAsset_in: [testgoerli_Bytes!] - transactingAsset_not_in: [testgoerli_Bytes!] - transactingAsset_contains: testgoerli_Bytes - transactingAsset_not_contains: testgoerli_Bytes - transactingAmount: BigInt - transactingAmount_not: BigInt - transactingAmount_gt: BigInt - transactingAmount_lt: BigInt - transactingAmount_gte: BigInt - transactingAmount_lte: BigInt - transactingAmount_in: [BigInt!] - transactingAmount_not_in: [BigInt!] - localAsset: testgoerli_Bytes - localAsset_not: testgoerli_Bytes - localAsset_gt: testgoerli_Bytes - localAsset_lt: testgoerli_Bytes - localAsset_gte: testgoerli_Bytes - localAsset_lte: testgoerli_Bytes - localAsset_in: [testgoerli_Bytes!] - localAsset_not_in: [testgoerli_Bytes!] - localAsset_contains: testgoerli_Bytes - localAsset_not_contains: testgoerli_Bytes - localAmount: BigInt - localAmount_not: BigInt - localAmount_gt: BigInt - localAmount_lt: BigInt - localAmount_gte: BigInt - localAmount_lte: BigInt - localAmount_in: [BigInt!] - localAmount_not_in: [BigInt!] - sponsorVaultRelayerFee: BigInt - sponsorVaultRelayerFee_not: BigInt - sponsorVaultRelayerFee_gt: BigInt - sponsorVaultRelayerFee_lt: BigInt - sponsorVaultRelayerFee_gte: BigInt - sponsorVaultRelayerFee_lte: BigInt - sponsorVaultRelayerFee_in: [BigInt!] - sponsorVaultRelayerFee_not_in: [BigInt!] - executedCaller: testgoerli_Bytes - executedCaller_not: testgoerli_Bytes - executedCaller_gt: testgoerli_Bytes - executedCaller_lt: testgoerli_Bytes - executedCaller_gte: testgoerli_Bytes - executedCaller_lte: testgoerli_Bytes - executedCaller_in: [testgoerli_Bytes!] - executedCaller_not_in: [testgoerli_Bytes!] - executedCaller_contains: testgoerli_Bytes - executedCaller_not_contains: testgoerli_Bytes - executedTransactionHash: testgoerli_Bytes - executedTransactionHash_not: testgoerli_Bytes - executedTransactionHash_gt: testgoerli_Bytes - executedTransactionHash_lt: testgoerli_Bytes - executedTransactionHash_gte: testgoerli_Bytes - executedTransactionHash_lte: testgoerli_Bytes - executedTransactionHash_in: [testgoerli_Bytes!] - executedTransactionHash_not_in: [testgoerli_Bytes!] - executedTransactionHash_contains: testgoerli_Bytes - executedTransactionHash_not_contains: testgoerli_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - reconciledCaller: testgoerli_Bytes - reconciledCaller_not: testgoerli_Bytes - reconciledCaller_gt: testgoerli_Bytes - reconciledCaller_lt: testgoerli_Bytes - reconciledCaller_gte: testgoerli_Bytes - reconciledCaller_lte: testgoerli_Bytes - reconciledCaller_in: [testgoerli_Bytes!] - reconciledCaller_not_in: [testgoerli_Bytes!] - reconciledCaller_contains: testgoerli_Bytes - reconciledCaller_not_contains: testgoerli_Bytes - reconciledTransactionHash: testgoerli_Bytes - reconciledTransactionHash_not: testgoerli_Bytes - reconciledTransactionHash_gt: testgoerli_Bytes - reconciledTransactionHash_lt: testgoerli_Bytes - reconciledTransactionHash_gte: testgoerli_Bytes - reconciledTransactionHash_lte: testgoerli_Bytes - reconciledTransactionHash_in: [testgoerli_Bytes!] - reconciledTransactionHash_not_in: [testgoerli_Bytes!] - reconciledTransactionHash_contains: testgoerli_Bytes - reconciledTransactionHash_not_contains: testgoerli_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [goerli_Bytes!] + connectors_not: [goerli_Bytes!] + connectors_contains: [goerli_Bytes!] + connectors_contains_nocase: [goerli_Bytes!] + connectors_not_contains: [goerli_Bytes!] + connectors_not_contains_nocase: [goerli_Bytes!] """Filter for the block changed event.""" - _change_block: testgoerli_BlockChangedFilter - and: [testgoerli_DestinationTransfer_filter] - or: [testgoerli_DestinationTransfer_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootManagerMeta_filter] + or: [goerli_RootManagerMeta_filter] } -enum testgoerli_DestinationTransfer_orderBy { +enum goerli_RootManagerMeta_orderBy { id - chainId - transferId - nonce - to - callData - originDomain - destinationDomain - agent - recovery - forceSlow - receiveLocal - callback - callbackFee - relayerFee - destinationMinOut - status - routers - originSender - transactingAsset - transactingAmount - localAsset - localAmount - sponsorVaultRelayerFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber -} - -""" -8 bytes signed integer - -""" -scalar testgoerli_Int8 - -"""Defines the order direction, either ascending or descending""" -enum testgoerli_OrderDirection { - asc - desc + domains + connectors } -type testgoerli_OriginTransfer { +type goerli_RootMessageProcessed { id: ID! - chainId: BigInt - transferId: testgoerli_Bytes - nonce: BigInt - to: testgoerli_Bytes - callData: testgoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - agent: testgoerli_Bytes - recovery: testgoerli_Bytes - forceSlow: Boolean - receiveLocal: Boolean - callback: testgoerli_Bytes - callbackFee: BigInt - relayerFee: BigInt - destinationMinOut: BigInt - status: testgoerli_TransferStatus - originMinOut: BigInt - transactingAsset: testgoerli_Bytes - transactingAmount: BigInt - bridgedAsset: testgoerli_Bytes - bridgedAmount: BigInt - caller: testgoerli_Bytes - transactionHash: testgoerli_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + root: goerli_Bytes + caller: goerli_Bytes + transactionHash: goerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input testgoerli_OriginTransfer_filter { +input goerli_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -39913,198 +37437,52 @@ input testgoerli_OriginTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: testgoerli_Bytes - transferId_not: testgoerli_Bytes - transferId_gt: testgoerli_Bytes - transferId_lt: testgoerli_Bytes - transferId_gte: testgoerli_Bytes - transferId_lte: testgoerli_Bytes - transferId_in: [testgoerli_Bytes!] - transferId_not_in: [testgoerli_Bytes!] - transferId_contains: testgoerli_Bytes - transferId_not_contains: testgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - to: testgoerli_Bytes - to_not: testgoerli_Bytes - to_gt: testgoerli_Bytes - to_lt: testgoerli_Bytes - to_gte: testgoerli_Bytes - to_lte: testgoerli_Bytes - to_in: [testgoerli_Bytes!] - to_not_in: [testgoerli_Bytes!] - to_contains: testgoerli_Bytes - to_not_contains: testgoerli_Bytes - callData: testgoerli_Bytes - callData_not: testgoerli_Bytes - callData_gt: testgoerli_Bytes - callData_lt: testgoerli_Bytes - callData_gte: testgoerli_Bytes - callData_lte: testgoerli_Bytes - callData_in: [testgoerli_Bytes!] - callData_not_in: [testgoerli_Bytes!] - callData_contains: testgoerli_Bytes - callData_not_contains: testgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - agent: testgoerli_Bytes - agent_not: testgoerli_Bytes - agent_gt: testgoerli_Bytes - agent_lt: testgoerli_Bytes - agent_gte: testgoerli_Bytes - agent_lte: testgoerli_Bytes - agent_in: [testgoerli_Bytes!] - agent_not_in: [testgoerli_Bytes!] - agent_contains: testgoerli_Bytes - agent_not_contains: testgoerli_Bytes - recovery: testgoerli_Bytes - recovery_not: testgoerli_Bytes - recovery_gt: testgoerli_Bytes - recovery_lt: testgoerli_Bytes - recovery_gte: testgoerli_Bytes - recovery_lte: testgoerli_Bytes - recovery_in: [testgoerli_Bytes!] - recovery_not_in: [testgoerli_Bytes!] - recovery_contains: testgoerli_Bytes - recovery_not_contains: testgoerli_Bytes - forceSlow: Boolean - forceSlow_not: Boolean - forceSlow_in: [Boolean!] - forceSlow_not_in: [Boolean!] - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callback: testgoerli_Bytes - callback_not: testgoerli_Bytes - callback_gt: testgoerli_Bytes - callback_lt: testgoerli_Bytes - callback_gte: testgoerli_Bytes - callback_lte: testgoerli_Bytes - callback_in: [testgoerli_Bytes!] - callback_not_in: [testgoerli_Bytes!] - callback_contains: testgoerli_Bytes - callback_not_contains: testgoerli_Bytes - callbackFee: BigInt - callbackFee_not: BigInt - callbackFee_gt: BigInt - callbackFee_lt: BigInt - callbackFee_gte: BigInt - callbackFee_lte: BigInt - callbackFee_in: [BigInt!] - callbackFee_not_in: [BigInt!] - relayerFee: BigInt - relayerFee_not: BigInt - relayerFee_gt: BigInt - relayerFee_lt: BigInt - relayerFee_gte: BigInt - relayerFee_lte: BigInt - relayerFee_in: [BigInt!] - relayerFee_not_in: [BigInt!] - destinationMinOut: BigInt - destinationMinOut_not: BigInt - destinationMinOut_gt: BigInt - destinationMinOut_lt: BigInt - destinationMinOut_gte: BigInt - destinationMinOut_lte: BigInt - destinationMinOut_in: [BigInt!] - destinationMinOut_not_in: [BigInt!] - status: testgoerli_TransferStatus - status_not: testgoerli_TransferStatus - status_in: [testgoerli_TransferStatus!] - status_not_in: [testgoerli_TransferStatus!] - originMinOut: BigInt - originMinOut_not: BigInt - originMinOut_gt: BigInt - originMinOut_lt: BigInt - originMinOut_gte: BigInt - originMinOut_lte: BigInt - originMinOut_in: [BigInt!] - originMinOut_not_in: [BigInt!] - transactingAsset: testgoerli_Bytes - transactingAsset_not: testgoerli_Bytes - transactingAsset_gt: testgoerli_Bytes - transactingAsset_lt: testgoerli_Bytes - transactingAsset_gte: testgoerli_Bytes - transactingAsset_lte: testgoerli_Bytes - transactingAsset_in: [testgoerli_Bytes!] - transactingAsset_not_in: [testgoerli_Bytes!] - transactingAsset_contains: testgoerli_Bytes - transactingAsset_not_contains: testgoerli_Bytes - transactingAmount: BigInt - transactingAmount_not: BigInt - transactingAmount_gt: BigInt - transactingAmount_lt: BigInt - transactingAmount_gte: BigInt - transactingAmount_lte: BigInt - transactingAmount_in: [BigInt!] - transactingAmount_not_in: [BigInt!] - bridgedAsset: testgoerli_Bytes - bridgedAsset_not: testgoerli_Bytes - bridgedAsset_gt: testgoerli_Bytes - bridgedAsset_lt: testgoerli_Bytes - bridgedAsset_gte: testgoerli_Bytes - bridgedAsset_lte: testgoerli_Bytes - bridgedAsset_in: [testgoerli_Bytes!] - bridgedAsset_not_in: [testgoerli_Bytes!] - bridgedAsset_contains: testgoerli_Bytes - bridgedAsset_not_contains: testgoerli_Bytes - bridgedAmount: BigInt - bridgedAmount_not: BigInt - bridgedAmount_gt: BigInt - bridgedAmount_lt: BigInt - bridgedAmount_gte: BigInt - bridgedAmount_lte: BigInt - bridgedAmount_in: [BigInt!] - bridgedAmount_not_in: [BigInt!] - caller: testgoerli_Bytes - caller_not: testgoerli_Bytes - caller_gt: testgoerli_Bytes - caller_lt: testgoerli_Bytes - caller_gte: testgoerli_Bytes - caller_lte: testgoerli_Bytes - caller_in: [testgoerli_Bytes!] - caller_not_in: [testgoerli_Bytes!] - caller_contains: testgoerli_Bytes - caller_not_contains: testgoerli_Bytes - transactionHash: testgoerli_Bytes - transactionHash_not: testgoerli_Bytes - transactionHash_gt: testgoerli_Bytes - transactionHash_lt: testgoerli_Bytes - transactionHash_gte: testgoerli_Bytes - transactionHash_lte: testgoerli_Bytes - transactionHash_in: [testgoerli_Bytes!] - transactionHash_not_in: [testgoerli_Bytes!] - transactionHash_contains: testgoerli_Bytes - transactionHash_not_contains: testgoerli_Bytes + 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!] + root: goerli_Bytes + root_not: goerli_Bytes + root_gt: goerli_Bytes + root_lt: goerli_Bytes + root_gte: goerli_Bytes + root_lte: goerli_Bytes + root_in: [goerli_Bytes!] + root_not_in: [goerli_Bytes!] + root_contains: goerli_Bytes + root_not_contains: goerli_Bytes + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -40138,49 +37516,341 @@ input testgoerli_OriginTransfer_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testgoerli_BlockChangedFilter - and: [testgoerli_OriginTransfer_filter] - or: [testgoerli_OriginTransfer_filter] + _change_block: goerli_BlockChangedFilter + and: [goerli_RootMessageProcessed_filter] + or: [goerli_RootMessageProcessed_filter] +} + +enum goerli_RootMessageProcessed_orderBy { + id + spokeDomain + hubDomain + root + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type goerli_RootPropagated { + id: ID! + aggregate: goerli_Bytes! + domainsHash: goerli_Bytes! + count: BigInt! +} + +input goerli_RootPropagated_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!] + aggregate: goerli_Bytes + aggregate_not: goerli_Bytes + aggregate_gt: goerli_Bytes + aggregate_lt: goerli_Bytes + aggregate_gte: goerli_Bytes + aggregate_lte: goerli_Bytes + aggregate_in: [goerli_Bytes!] + aggregate_not_in: [goerli_Bytes!] + aggregate_contains: goerli_Bytes + aggregate_not_contains: goerli_Bytes + domainsHash: goerli_Bytes + domainsHash_not: goerli_Bytes + domainsHash_gt: goerli_Bytes + domainsHash_lt: goerli_Bytes + domainsHash_gte: goerli_Bytes + domainsHash_lte: goerli_Bytes + domainsHash_in: [goerli_Bytes!] + domainsHash_not_in: [goerli_Bytes!] + domainsHash_contains: goerli_Bytes + domainsHash_not_contains: goerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_RootPropagated_filter] + or: [goerli_RootPropagated_filter] +} + +enum goerli_RootPropagated_orderBy { + id + aggregate + domainsHash + count +} + +type goerli_ZkSyncConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: goerli_Bytes! + rootManager: goerli_Bytes! + mirrorConnector: goerli_Bytes! +} + +input goerli_ZkSyncConnectorMeta_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: goerli_Bytes + amb_not: goerli_Bytes + amb_gt: goerli_Bytes + amb_lt: goerli_Bytes + amb_gte: goerli_Bytes + amb_lte: goerli_Bytes + amb_in: [goerli_Bytes!] + amb_not_in: [goerli_Bytes!] + amb_contains: goerli_Bytes + amb_not_contains: goerli_Bytes + rootManager: goerli_Bytes + rootManager_not: goerli_Bytes + rootManager_gt: goerli_Bytes + rootManager_lt: goerli_Bytes + rootManager_gte: goerli_Bytes + rootManager_lte: goerli_Bytes + rootManager_in: [goerli_Bytes!] + rootManager_not_in: [goerli_Bytes!] + rootManager_contains: goerli_Bytes + rootManager_not_contains: goerli_Bytes + mirrorConnector: goerli_Bytes + mirrorConnector_not: goerli_Bytes + mirrorConnector_gt: goerli_Bytes + mirrorConnector_lt: goerli_Bytes + mirrorConnector_gte: goerli_Bytes + mirrorConnector_lte: goerli_Bytes + mirrorConnector_in: [goerli_Bytes!] + mirrorConnector_not_in: [goerli_Bytes!] + mirrorConnector_contains: goerli_Bytes + mirrorConnector_not_contains: goerli_Bytes + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_ZkSyncConnectorMeta_filter] + or: [goerli_ZkSyncConnectorMeta_filter] +} + +enum goerli_ZkSyncConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type goerli__Block_ { + """The hash of the block""" + hash: goerli_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type goerli__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: goerli__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type mainnet_AggregatedMessageRoot { + id: ID! + index: BigInt! + receivedRoot: mainnet_Bytes! + domain: BigInt +} + +input mainnet_AggregatedMessageRoot_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!] + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: mainnet_Bytes + receivedRoot_not: mainnet_Bytes + receivedRoot_gt: mainnet_Bytes + receivedRoot_lt: mainnet_Bytes + receivedRoot_gte: mainnet_Bytes + receivedRoot_lte: mainnet_Bytes + receivedRoot_in: [mainnet_Bytes!] + receivedRoot_not_in: [mainnet_Bytes!] + receivedRoot_contains: mainnet_Bytes + receivedRoot_not_contains: mainnet_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregatedMessageRoot_filter] + or: [mainnet_AggregatedMessageRoot_filter] +} + +enum mainnet_AggregatedMessageRoot_orderBy { + id + index + receivedRoot + domain +} + +type mainnet_ArbitrumConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_ArbitrumConnectorMeta_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_ArbitrumConnectorMeta_filter] + or: [mainnet_ArbitrumConnectorMeta_filter] } -enum testgoerli_OriginTransfer_orderBy { +enum mainnet_ArbitrumConnectorMeta_orderBy { id - chainId - transferId - nonce - to - callData - originDomain - destinationDomain - agent - recovery - forceSlow - receiveLocal - callback - callbackFee - relayerFee - destinationMinOut - status - originMinOut - transactingAsset - transactingAmount - bridgedAsset - bridgedAmount - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type testgoerli_Relayer { +scalar mainnet_BigDecimal + +input mainnet_BlockChangedFilter { + number_gte: Int! +} + +input mainnet_Block_height { + hash: mainnet_Bytes + number: Int + number_gte: Int +} + +type mainnet_BnbConnectorMeta { id: ID! - isActive: Boolean! - relayer: testgoerli_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input testgoerli_Relayer_filter { +input mainnet_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -40189,43 +37859,79 @@ input testgoerli_Relayer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: testgoerli_Bytes - relayer_not: testgoerli_Bytes - relayer_gt: testgoerli_Bytes - relayer_lt: testgoerli_Bytes - relayer_gte: testgoerli_Bytes - relayer_lte: testgoerli_Bytes - relayer_in: [testgoerli_Bytes!] - relayer_not_in: [testgoerli_Bytes!] - relayer_contains: testgoerli_Bytes - relayer_not_contains: testgoerli_Bytes + 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: testgoerli_BlockChangedFilter - and: [testgoerli_Relayer_filter] - or: [testgoerli_Relayer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_BnbConnectorMeta_filter] + or: [mainnet_BnbConnectorMeta_filter] } -enum testgoerli_Relayer_orderBy { +enum mainnet_BnbConnectorMeta_orderBy { id - isActive - relayer + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type testgoerli_Router { +scalar mainnet_Bytes + +type mainnet_GnosisConnectorMeta { id: ID! - isActive: Boolean! - owner: testgoerli_Bytes - recipient: testgoerli_Bytes - proposedOwner: testgoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: testgoerli_AssetBalance_orderBy, orderDirection: testgoerli_OrderDirection, where: testgoerli_AssetBalance_filter): [testgoerli_AssetBalance!]! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input testgoerli_Router_filter { +input mainnet_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -40234,72 +37940,83 @@ input testgoerli_Router_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: testgoerli_Bytes - owner_not: testgoerli_Bytes - owner_gt: testgoerli_Bytes - owner_lt: testgoerli_Bytes - owner_gte: testgoerli_Bytes - owner_lte: testgoerli_Bytes - owner_in: [testgoerli_Bytes!] - owner_not_in: [testgoerli_Bytes!] - owner_contains: testgoerli_Bytes - owner_not_contains: testgoerli_Bytes - recipient: testgoerli_Bytes - recipient_not: testgoerli_Bytes - recipient_gt: testgoerli_Bytes - recipient_lt: testgoerli_Bytes - recipient_gte: testgoerli_Bytes - recipient_lte: testgoerli_Bytes - recipient_in: [testgoerli_Bytes!] - recipient_not_in: [testgoerli_Bytes!] - recipient_contains: testgoerli_Bytes - recipient_not_contains: testgoerli_Bytes - proposedOwner: testgoerli_Bytes - proposedOwner_not: testgoerli_Bytes - proposedOwner_gt: testgoerli_Bytes - proposedOwner_lt: testgoerli_Bytes - proposedOwner_gte: testgoerli_Bytes - proposedOwner_lte: testgoerli_Bytes - proposedOwner_in: [testgoerli_Bytes!] - proposedOwner_not_in: [testgoerli_Bytes!] - proposedOwner_contains: testgoerli_Bytes - proposedOwner_not_contains: testgoerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: testgoerli_AssetBalance_filter + 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: testgoerli_BlockChangedFilter - and: [testgoerli_Router_filter] - or: [testgoerli_Router_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_GnosisConnectorMeta_filter] + or: [mainnet_GnosisConnectorMeta_filter] } -enum testgoerli_Router_orderBy { +enum mainnet_GnosisConnectorMeta_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type testgoerli_Setting { +""" +8 bytes signed integer + +""" +scalar mainnet_Int8 + +type mainnet_LineaConnectorMeta { id: ID! - maxRoutersPerTransfer: BigInt! - caller: testgoerli_Bytes! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input testgoerli_Setting_filter { +input mainnet_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -40308,42 +38025,77 @@ input testgoerli_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: testgoerli_Bytes - caller_not: testgoerli_Bytes - caller_gt: testgoerli_Bytes - caller_lt: testgoerli_Bytes - caller_gte: testgoerli_Bytes - caller_lte: testgoerli_Bytes - caller_in: [testgoerli_Bytes!] - caller_not_in: [testgoerli_Bytes!] - caller_contains: testgoerli_Bytes - caller_not_contains: testgoerli_Bytes + 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: testgoerli_BlockChangedFilter - and: [testgoerli_Setting_filter] - or: [testgoerli_Setting_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_LineaConnectorMeta_filter] + or: [mainnet_LineaConnectorMeta_filter] } -enum testgoerli_Setting_orderBy { +enum mainnet_LineaConnectorMeta_orderBy { id - maxRoutersPerTransfer - caller + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type testgoerli_SponsorVault { +type mainnet_OptimismConnectorMeta { id: ID! - sponsorVault: testgoerli_Bytes! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input testgoerli_SponsorVault_filter { +input mainnet_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -40352,35 +38104,160 @@ input testgoerli_SponsorVault_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - sponsorVault: testgoerli_Bytes - sponsorVault_not: testgoerli_Bytes - sponsorVault_gt: testgoerli_Bytes - sponsorVault_lt: testgoerli_Bytes - sponsorVault_gte: testgoerli_Bytes - sponsorVault_lte: testgoerli_Bytes - sponsorVault_in: [testgoerli_Bytes!] - sponsorVault_not_in: [testgoerli_Bytes!] - sponsorVault_contains: testgoerli_Bytes - sponsorVault_not_contains: testgoerli_Bytes + 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_OptimismConnectorMeta_filter] + or: [mainnet_OptimismConnectorMeta_filter] +} + +enum mainnet_OptimismConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +"""Defines the order direction, either ascending or descending""" +enum mainnet_OrderDirection { + asc + desc +} + +type mainnet_PolygonConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_PolygonConnectorMeta_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: testgoerli_BlockChangedFilter - and: [testgoerli_SponsorVault_filter] - or: [testgoerli_SponsorVault_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_PolygonConnectorMeta_filter] + or: [mainnet_PolygonConnectorMeta_filter] } -enum testgoerli_SponsorVault_orderBy { +enum mainnet_PolygonConnectorMeta_orderBy { id - sponsorVault + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type testgoerli_StableSwap { +type mainnet_RootAggregated { id: ID! - canonicalId: testgoerli_Bytes! - domain: BigInt - swapPool: testgoerli_Bytes! + domain: BigInt! + receivedRoot: mainnet_Bytes! + index: BigInt! } -input testgoerli_StableSwap_filter { +input mainnet_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -40389,16 +38266,6 @@ input testgoerli_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - canonicalId: testgoerli_Bytes - canonicalId_not: testgoerli_Bytes - canonicalId_gt: testgoerli_Bytes - canonicalId_lt: testgoerli_Bytes - canonicalId_gte: testgoerli_Bytes - canonicalId_lte: testgoerli_Bytes - canonicalId_in: [testgoerli_Bytes!] - canonicalId_not_in: [testgoerli_Bytes!] - canonicalId_contains: testgoerli_Bytes - canonicalId_not_contains: testgoerli_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -40407,99 +38274,44 @@ input testgoerli_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: testgoerli_Bytes - swapPool_not: testgoerli_Bytes - swapPool_gt: testgoerli_Bytes - swapPool_lt: testgoerli_Bytes - swapPool_gte: testgoerli_Bytes - swapPool_lte: testgoerli_Bytes - swapPool_in: [testgoerli_Bytes!] - swapPool_not_in: [testgoerli_Bytes!] - swapPool_contains: testgoerli_Bytes - swapPool_not_contains: testgoerli_Bytes + receivedRoot: mainnet_Bytes + receivedRoot_not: mainnet_Bytes + receivedRoot_gt: mainnet_Bytes + receivedRoot_lt: mainnet_Bytes + receivedRoot_gte: mainnet_Bytes + receivedRoot_lte: mainnet_Bytes + receivedRoot_in: [mainnet_Bytes!] + receivedRoot_not_in: [mainnet_Bytes!] + receivedRoot_contains: mainnet_Bytes + receivedRoot_not_contains: mainnet_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testgoerli_BlockChangedFilter - and: [testgoerli_StableSwap_filter] - or: [testgoerli_StableSwap_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootAggregated_filter] + or: [mainnet_RootAggregated_filter] } -enum testgoerli_StableSwap_orderBy { +enum mainnet_RootAggregated_orderBy { id - canonicalId domain - swapPool -} - -enum testgoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type testgoerli__Block_ { - """The hash of the block""" - hash: testgoerli_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type testgoerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: testgoerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -scalar goerli_swap_BigDecimal - -input goerli_swap_BlockChangedFilter { - number_gte: Int! -} - -input goerli_swap_Block_height { - hash: goerli_swap_Bytes - number: Int - number_gte: Int -} - -scalar goerli_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar goerli_swap_Int8 - -type goerli_swap_LpAccount { - id: ID! - address: goerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_LpAccountBalance_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_LpAccountBalance_filter): [goerli_swap_LpAccountBalance!]! + receivedRoot + index } -type goerli_swap_LpAccountBalance { +type mainnet_RootManagerMeta { id: ID! - account: goerli_swap_LpAccount! - token: goerli_swap_LpToken! - amount: goerli_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: goerli_swap_Bytes + domains: [BigInt!] + connectors: [mainnet_Bytes!] } -input goerli_swap_LpAccountBalance_filter { +input mainnet_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -40508,107 +38320,44 @@ input goerli_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: goerli_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: goerli_swap_LpToken_filter - amount: goerli_swap_BigDecimal - amount_not: goerli_swap_BigDecimal - amount_gt: goerli_swap_BigDecimal - amount_lt: goerli_swap_BigDecimal - amount_gte: goerli_swap_BigDecimal - amount_lte: goerli_swap_BigDecimal - amount_in: [goerli_swap_BigDecimal!] - amount_not_in: [goerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [mainnet_Bytes!] + connectors_not: [mainnet_Bytes!] + connectors_contains: [mainnet_Bytes!] + connectors_contains_nocase: [mainnet_Bytes!] + connectors_not_contains: [mainnet_Bytes!] + connectors_not_contains_nocase: [mainnet_Bytes!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpAccountBalance_filter] - or: [goerli_swap_LpAccountBalance_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootManagerMeta_filter] + or: [mainnet_RootManagerMeta_filter] } -enum goerli_swap_LpAccountBalance_orderBy { +enum mainnet_RootManagerMeta_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + domains + connectors } -input goerli_swap_LpAccount_filter { +type mainnet_RootMessageProcessed { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + root: mainnet_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input mainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -40617,51 +38366,111 @@ input goerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: goerli_swap_Bytes - address_not: goerli_swap_Bytes - address_gt: goerli_swap_Bytes - address_lt: goerli_swap_Bytes - address_gte: goerli_swap_Bytes - address_lte: goerli_swap_Bytes - address_in: [goerli_swap_Bytes!] - address_not_in: [goerli_swap_Bytes!] - address_contains: goerli_swap_Bytes - address_not_contains: goerli_swap_Bytes - balances_: goerli_swap_LpAccountBalance_filter + 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!] + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpAccount_filter] - or: [goerli_swap_LpAccount_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootMessageProcessed_filter] + or: [mainnet_RootMessageProcessed_filter] } -enum goerli_swap_LpAccount_orderBy { +enum mainnet_RootMessageProcessed_orderBy { id - address - balances -} - -type goerli_swap_LpToken { - id: ID! - address: goerli_swap_Bytes! - stableSwap: goerli_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: goerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_LpTokenEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_LpTokenEvent_filter): [goerli_swap_LpTokenEvent!]! + spokeDomain + hubDomain + root + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -interface goerli_swap_LpTokenEvent { +type mainnet_RootPropagated { id: ID! - token: goerli_swap_LpToken! - amount: goerli_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: goerli_swap_Bytes! - nonce: BigInt! + aggregate: mainnet_Bytes! + domainsHash: mainnet_Bytes! + count: BigInt! } -input goerli_swap_LpTokenEvent_filter { +input mainnet_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -40670,92 +38479,57 @@ input goerli_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: goerli_swap_LpToken_filter - amount: goerli_swap_BigDecimal - amount_not: goerli_swap_BigDecimal - amount_gt: goerli_swap_BigDecimal - amount_lt: goerli_swap_BigDecimal - amount_gte: goerli_swap_BigDecimal - amount_lte: goerli_swap_BigDecimal - amount_in: [goerli_swap_BigDecimal!] - amount_not_in: [goerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + aggregate: mainnet_Bytes + aggregate_not: mainnet_Bytes + aggregate_gt: mainnet_Bytes + aggregate_lt: mainnet_Bytes + aggregate_gte: mainnet_Bytes + aggregate_lte: mainnet_Bytes + aggregate_in: [mainnet_Bytes!] + aggregate_not_in: [mainnet_Bytes!] + aggregate_contains: mainnet_Bytes + aggregate_not_contains: mainnet_Bytes + domainsHash: mainnet_Bytes + domainsHash_not: mainnet_Bytes + domainsHash_gt: mainnet_Bytes + domainsHash_lt: mainnet_Bytes + domainsHash_gte: mainnet_Bytes + domainsHash_lte: mainnet_Bytes + domainsHash_in: [mainnet_Bytes!] + domainsHash_not_in: [mainnet_Bytes!] + domainsHash_contains: mainnet_Bytes + domainsHash_not_contains: mainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpTokenEvent_filter] - or: [goerli_swap_LpTokenEvent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootPropagated_filter] + or: [mainnet_RootPropagated_filter] } -enum goerli_swap_LpTokenEvent_orderBy { +enum mainnet_RootPropagated_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce + aggregate + domainsHash + count } -input goerli_swap_LpToken_filter { +type mainnet_ZkSyncConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -40764,142 +38538,129 @@ input goerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: goerli_swap_Bytes - address_not: goerli_swap_Bytes - address_gt: goerli_swap_Bytes - address_lt: goerli_swap_Bytes - address_gte: goerli_swap_Bytes - address_lte: goerli_swap_Bytes - address_in: [goerli_swap_Bytes!] - address_not_in: [goerli_swap_Bytes!] - address_contains: goerli_swap_Bytes - address_not_contains: goerli_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: goerli_swap_BigDecimal - totalSupply_not: goerli_swap_BigDecimal - totalSupply_gt: goerli_swap_BigDecimal - totalSupply_lt: goerli_swap_BigDecimal - totalSupply_gte: goerli_swap_BigDecimal - totalSupply_lte: goerli_swap_BigDecimal - totalSupply_in: [goerli_swap_BigDecimal!] - totalSupply_not_in: [goerli_swap_BigDecimal!] - events_: goerli_swap_LpTokenEvent_filter + 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: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpToken_filter] - or: [goerli_swap_LpToken_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ZkSyncConnectorMeta_filter] + or: [mainnet_ZkSyncConnectorMeta_filter] } -enum goerli_swap_LpToken_orderBy { +enum mainnet_ZkSyncConnectorMeta_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type goerli_swap_LpTransferEvent implements goerli_swap_LpTokenEvent { +type mainnet__Block_ { + """The hash of the block""" + hash: mainnet_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type mainnet__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: mainnet__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +scalar staginggoerli_swap_BigDecimal + +input staginggoerli_swap_BlockChangedFilter { + number_gte: Int! +} + +input staginggoerli_swap_Block_height { + hash: staginggoerli_swap_Bytes + number: Int + number_gte: Int +} + +scalar staginggoerli_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar staginggoerli_swap_Int8 + +type staginggoerli_swap_LpAccount { id: ID! - token: goerli_swap_LpToken! - amount: goerli_swap_BigDecimal! - from: goerli_swap_Bytes! - to: goerli_swap_Bytes! - fromBalance: goerli_swap_BigDecimal! - toBalance: goerli_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: goerli_swap_Bytes! - nonce: BigInt! + address: staginggoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpAccountBalance_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpAccountBalance_filter): [staginggoerli_swap_LpAccountBalance!]! } -input goerli_swap_LpTransferEvent_filter { +type staginggoerli_swap_LpAccountBalance { + id: ID! + account: staginggoerli_swap_LpAccount! + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: staginggoerli_swap_Bytes +} + +input staginggoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -40908,6 +38669,27 @@ input goerli_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: staginggoerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -40928,51 +38710,15 @@ input goerli_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: goerli_swap_LpToken_filter - amount: goerli_swap_BigDecimal - amount_not: goerli_swap_BigDecimal - amount_gt: goerli_swap_BigDecimal - amount_lt: goerli_swap_BigDecimal - amount_gte: goerli_swap_BigDecimal - amount_lte: goerli_swap_BigDecimal - amount_in: [goerli_swap_BigDecimal!] - amount_not_in: [goerli_swap_BigDecimal!] - from: goerli_swap_Bytes - from_not: goerli_swap_Bytes - from_gt: goerli_swap_Bytes - from_lt: goerli_swap_Bytes - from_gte: goerli_swap_Bytes - from_lte: goerli_swap_Bytes - from_in: [goerli_swap_Bytes!] - from_not_in: [goerli_swap_Bytes!] - from_contains: goerli_swap_Bytes - from_not_contains: goerli_swap_Bytes - to: goerli_swap_Bytes - to_not: goerli_swap_Bytes - to_gt: goerli_swap_Bytes - to_lt: goerli_swap_Bytes - to_gte: goerli_swap_Bytes - to_lte: goerli_swap_Bytes - to_in: [goerli_swap_Bytes!] - to_not_in: [goerli_swap_Bytes!] - to_contains: goerli_swap_Bytes - to_not_contains: goerli_swap_Bytes - fromBalance: goerli_swap_BigDecimal - fromBalance_not: goerli_swap_BigDecimal - fromBalance_gt: goerli_swap_BigDecimal - fromBalance_lt: goerli_swap_BigDecimal - fromBalance_gte: goerli_swap_BigDecimal - fromBalance_lte: goerli_swap_BigDecimal - fromBalance_in: [goerli_swap_BigDecimal!] - fromBalance_not_in: [goerli_swap_BigDecimal!] - toBalance: goerli_swap_BigDecimal - toBalance_not: goerli_swap_BigDecimal - toBalance_gt: goerli_swap_BigDecimal - toBalance_lt: goerli_swap_BigDecimal - toBalance_gte: goerli_swap_BigDecimal - toBalance_lte: goerli_swap_BigDecimal - toBalance_in: [goerli_swap_BigDecimal!] - toBalance_not_in: [goerli_swap_BigDecimal!] + token_: staginggoerli_swap_LpToken_filter + amount: staginggoerli_swap_BigDecimal + amount_not: staginggoerli_swap_BigDecimal + amount_gt: staginggoerli_swap_BigDecimal + amount_lt: staginggoerli_swap_BigDecimal + amount_gte: staginggoerli_swap_BigDecimal + amount_lte: staginggoerli_swap_BigDecimal + amount_in: [staginggoerli_swap_BigDecimal!] + amount_not_in: [staginggoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -40981,40 +38727,35 @@ input goerli_swap_LpTransferEvent_filter { block_lte: BigInt block_in: [BigInt!] block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_LpTransferEvent_filter] - or: [goerli_swap_LpTransferEvent_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpAccountBalance_filter] + or: [staginggoerli_swap_LpAccountBalance_filter] } -enum goerli_swap_LpTransferEvent_orderBy { +enum staginggoerli_swap_LpAccountBalance_orderBy { id + account + account__id + account__address token token__id token__address @@ -41023,28 +38764,12 @@ enum goerli_swap_LpTransferEvent_orderBy { token__symbol token__totalSupply amount - from - to - fromBalance - toBalance block - timestamp + modified transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum goerli_swap_OrderDirection { - asc - desc -} - -type goerli_swap_PooledToken { - id: ID! - asset: goerli_swap_Bytes! } -input goerli_swap_PooledToken_filter { +input staginggoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -41053,72 +38778,51 @@ input goerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: goerli_swap_Bytes - asset_not: goerli_swap_Bytes - asset_gt: goerli_swap_Bytes - asset_lt: goerli_swap_Bytes - asset_gte: goerli_swap_Bytes - asset_lte: goerli_swap_Bytes - asset_in: [goerli_swap_Bytes!] - asset_not_in: [goerli_swap_Bytes!] - asset_contains: goerli_swap_Bytes - asset_not_contains: goerli_swap_Bytes + address: staginggoerli_swap_Bytes + address_not: staginggoerli_swap_Bytes + address_gt: staginggoerli_swap_Bytes + address_lt: staginggoerli_swap_Bytes + address_gte: staginggoerli_swap_Bytes + address_lte: staginggoerli_swap_Bytes + address_in: [staginggoerli_swap_Bytes!] + address_not_in: [staginggoerli_swap_Bytes!] + address_contains: staginggoerli_swap_Bytes + address_not_contains: staginggoerli_swap_Bytes + balances_: staginggoerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_PooledToken_filter] - or: [goerli_swap_PooledToken_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpAccount_filter] + or: [staginggoerli_swap_LpAccount_filter] } -enum goerli_swap_PooledToken_orderBy { +enum staginggoerli_swap_LpAccount_orderBy { id - asset + address + balances } -type goerli_swap_StableSwap { +type staginggoerli_swap_LpToken { id: ID! - isActive: Boolean - key: goerli_swap_Bytes! - canonicalId: goerli_swap_Bytes - domain: BigInt - swapPool: goerli_swap_Bytes - lpToken: goerli_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [goerli_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapEvent_filter): [goerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapExchange_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapExchange_filter): [goerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapHourlyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapHourlyVolume_filter): [goerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapDailyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapDailyVolume_filter): [goerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapWeeklyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapWeeklyVolume_filter): [goerli_swap_SwapWeeklyVolume!] + address: staginggoerli_swap_Bytes! + stableSwap: staginggoerli_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: staginggoerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpTokenEvent_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpTokenEvent_filter): [staginggoerli_swap_LpTokenEvent!]! } -type goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEvent { +interface staginggoerli_swap_LpTokenEvent { id: ID! - stableSwap: goerli_swap_StableSwap! - provider: goerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: staginggoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapAddLiquidityEvent_filter { +input staginggoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -41127,79 +38831,35 @@ input goerli_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter - provider: goerli_swap_Bytes - provider_not: goerli_swap_Bytes - provider_gt: goerli_swap_Bytes - provider_lt: goerli_swap_Bytes - provider_gte: goerli_swap_Bytes - provider_lte: goerli_swap_Bytes - provider_in: [goerli_swap_Bytes!] - provider_not_in: [goerli_swap_Bytes!] - provider_contains: goerli_swap_Bytes - provider_not_contains: goerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: staginggoerli_swap_LpToken_filter + amount: staginggoerli_swap_BigDecimal + amount_not: staginggoerli_swap_BigDecimal + amount_gt: staginggoerli_swap_BigDecimal + amount_lt: staginggoerli_swap_BigDecimal + amount_gte: staginggoerli_swap_BigDecimal + amount_lte: staginggoerli_swap_BigDecimal + amount_in: [staginggoerli_swap_BigDecimal!] + amount_not_in: [staginggoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -41216,16 +38876,16 @@ input goerli_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -41235,53 +38895,28 @@ input goerli_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwapAddLiquidityEvent_filter] - or: [goerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpTokenEvent_filter] + or: [staginggoerli_swap_LpTokenEvent_filter] } -enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum staginggoerli_swap_LpTokenEvent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount block timestamp transaction nonce } -interface goerli_swap_StableSwapEvent { - id: ID! - stableSwap: goerli_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: goerli_swap_Bytes! - nonce: BigInt! -} - -input goerli_swap_StableSwapEvent_filter { +input staginggoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -41290,6 +38925,16 @@ input goerli_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + address: staginggoerli_swap_Bytes + address_not: staginggoerli_swap_Bytes + address_gt: staginggoerli_swap_Bytes + address_lt: staginggoerli_swap_Bytes + address_gte: staginggoerli_swap_Bytes + address_lte: staginggoerli_swap_Bytes + address_in: [staginggoerli_swap_Bytes!] + address_not_in: [staginggoerli_swap_Bytes!] + address_contains: staginggoerli_swap_Bytes + address_not_contains: staginggoerli_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -41310,49 +38955,73 @@ input goerli_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + stableSwap_: staginggoerli_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: staginggoerli_swap_BigDecimal + totalSupply_not: staginggoerli_swap_BigDecimal + totalSupply_gt: staginggoerli_swap_BigDecimal + totalSupply_lt: staginggoerli_swap_BigDecimal + totalSupply_gte: staginggoerli_swap_BigDecimal + totalSupply_lte: staginggoerli_swap_BigDecimal + totalSupply_in: [staginggoerli_swap_BigDecimal!] + totalSupply_not_in: [staginggoerli_swap_BigDecimal!] + events_: staginggoerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwapEvent_filter] - or: [goerli_swap_StableSwapEvent_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpToken_filter] + or: [staginggoerli_swap_LpToken_filter] } -enum goerli_swap_StableSwapEvent_orderBy { +enum staginggoerli_swap_LpToken_orderBy { id + address stableSwap stableSwap__id stableSwap__isActive @@ -41370,29 +39039,28 @@ enum goerli_swap_StableSwapEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - block - timestamp - transaction - nonce + decimals + name + symbol + totalSupply + events } -type goerli_swap_StableSwapExchange { +type staginggoerli_swap_LpTransferEvent implements staginggoerli_swap_LpTokenEvent { id: ID! - stableSwap: goerli_swap_StableSwap! - buyer: goerli_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! + token: staginggoerli_swap_LpToken! + amount: staginggoerli_swap_BigDecimal! + from: staginggoerli_swap_Bytes! + to: staginggoerli_swap_Bytes! + fromBalance: staginggoerli_swap_BigDecimal! + toBalance: staginggoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: staginggoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapExchange_filter { +input staginggoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -41401,83 +39069,71 @@ input goerli_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter - buyer: goerli_swap_Bytes - buyer_not: goerli_swap_Bytes - buyer_gt: goerli_swap_Bytes - buyer_lt: goerli_swap_Bytes - buyer_gte: goerli_swap_Bytes - buyer_lte: goerli_swap_Bytes - buyer_in: [goerli_swap_Bytes!] - buyer_not_in: [goerli_swap_Bytes!] - buyer_contains: goerli_swap_Bytes - buyer_not_contains: goerli_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: staginggoerli_swap_LpToken_filter + amount: staginggoerli_swap_BigDecimal + amount_not: staginggoerli_swap_BigDecimal + amount_gt: staginggoerli_swap_BigDecimal + amount_lt: staginggoerli_swap_BigDecimal + amount_gte: staginggoerli_swap_BigDecimal + amount_lte: staginggoerli_swap_BigDecimal + amount_in: [staginggoerli_swap_BigDecimal!] + amount_not_in: [staginggoerli_swap_BigDecimal!] + from: staginggoerli_swap_Bytes + from_not: staginggoerli_swap_Bytes + from_gt: staginggoerli_swap_Bytes + from_lt: staginggoerli_swap_Bytes + from_gte: staginggoerli_swap_Bytes + from_lte: staginggoerli_swap_Bytes + from_in: [staginggoerli_swap_Bytes!] + from_not_in: [staginggoerli_swap_Bytes!] + from_contains: staginggoerli_swap_Bytes + from_not_contains: staginggoerli_swap_Bytes + to: staginggoerli_swap_Bytes + to_not: staginggoerli_swap_Bytes + to_gt: staginggoerli_swap_Bytes + to_lt: staginggoerli_swap_Bytes + to_gte: staginggoerli_swap_Bytes + to_lte: staginggoerli_swap_Bytes + to_in: [staginggoerli_swap_Bytes!] + to_not_in: [staginggoerli_swap_Bytes!] + to_contains: staginggoerli_swap_Bytes + to_not_contains: staginggoerli_swap_Bytes + fromBalance: staginggoerli_swap_BigDecimal + fromBalance_not: staginggoerli_swap_BigDecimal + fromBalance_gt: staginggoerli_swap_BigDecimal + fromBalance_lt: staginggoerli_swap_BigDecimal + fromBalance_gte: staginggoerli_swap_BigDecimal + fromBalance_lte: staginggoerli_swap_BigDecimal + fromBalance_in: [staginggoerli_swap_BigDecimal!] + fromBalance_not_in: [staginggoerli_swap_BigDecimal!] + toBalance: staginggoerli_swap_BigDecimal + toBalance_not: staginggoerli_swap_BigDecimal + toBalance_gt: staginggoerli_swap_BigDecimal + toBalance_lt: staginggoerli_swap_BigDecimal + toBalance_gte: staginggoerli_swap_BigDecimal + toBalance_lte: staginggoerli_swap_BigDecimal + toBalance_in: [staginggoerli_swap_BigDecimal!] + toBalance_not_in: [staginggoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -41494,16 +39150,16 @@ input goerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -41513,60 +39169,117 @@ input goerli_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwapExchange_filter] - or: [goerli_swap_StableSwapExchange_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_LpTransferEvent_filter] + or: [staginggoerli_swap_LpTransferEvent_filter] } -enum goerli_swap_StableSwapExchange_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee +enum staginggoerli_swap_LpTransferEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance block timestamp transaction nonce } -type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwapEvent { +"""Defines the order direction, either ascending or descending""" +enum staginggoerli_swap_OrderDirection { + asc + desc +} + +type staginggoerli_swap_PooledToken { id: ID! - stableSwap: goerli_swap_StableSwap! - provider: goerli_swap_Bytes! + asset: staginggoerli_swap_Bytes! +} + +input staginggoerli_swap_PooledToken_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!] + asset: staginggoerli_swap_Bytes + asset_not: staginggoerli_swap_Bytes + asset_gt: staginggoerli_swap_Bytes + asset_lt: staginggoerli_swap_Bytes + asset_gte: staginggoerli_swap_Bytes + asset_lte: staginggoerli_swap_Bytes + asset_in: [staginggoerli_swap_Bytes!] + asset_not_in: [staginggoerli_swap_Bytes!] + asset_contains: staginggoerli_swap_Bytes + asset_not_contains: staginggoerli_swap_Bytes + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_PooledToken_filter] + or: [staginggoerli_swap_PooledToken_filter] +} + +enum staginggoerli_swap_PooledToken_orderBy { + id + asset +} + +type staginggoerli_swap_StableSwap { + id: ID! + isActive: Boolean + key: staginggoerli_swap_Bytes! + canonicalId: staginggoerli_swap_Bytes + domain: BigInt + swapPool: staginggoerli_swap_Bytes + lpToken: staginggoerli_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [staginggoerli_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_StableSwapEvent_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_StableSwapEvent_filter): [staginggoerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_StableSwapExchange_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_StableSwapExchange_filter): [staginggoerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapHourlyVolume_filter): [staginggoerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapDailyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapDailyVolume_filter): [staginggoerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapWeeklyVolume_filter): [staginggoerli_swap_SwapWeeklyVolume!] +} + +type staginggoerli_swap_StableSwapAddLiquidityEvent implements staginggoerli_swap_StableSwapEvent { + id: ID! + stableSwap: staginggoerli_swap_StableSwap! + provider: staginggoerli_swap_Bytes! tokenAmounts: [BigInt!]! - fees: [BigInt!] + fees: [BigInt!]! invariant: BigInt lpTokenSupply: BigInt! lpTokenAmount: BigInt! balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: goerli_swap_Bytes! + transaction: staginggoerli_swap_Bytes! nonce: BigInt! } -input goerli_swap_StableSwapRemoveLiquidityEvent_filter { +input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -41595,17 +39308,17 @@ input goerli_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter - provider: goerli_swap_Bytes - provider_not: goerli_swap_Bytes - provider_gt: goerli_swap_Bytes - provider_lt: goerli_swap_Bytes - provider_gte: goerli_swap_Bytes - provider_lte: goerli_swap_Bytes - provider_in: [goerli_swap_Bytes!] - provider_not_in: [goerli_swap_Bytes!] - provider_contains: goerli_swap_Bytes - provider_not_contains: goerli_swap_Bytes + stableSwap_: staginggoerli_swap_StableSwap_filter + provider: staginggoerli_swap_Bytes + provider_not: staginggoerli_swap_Bytes + provider_gt: staginggoerli_swap_Bytes + provider_lt: staginggoerli_swap_Bytes + provider_gte: staginggoerli_swap_Bytes + provider_lte: staginggoerli_swap_Bytes + provider_in: [staginggoerli_swap_Bytes!] + provider_not_in: [staginggoerli_swap_Bytes!] + provider_contains: staginggoerli_swap_Bytes + provider_not_contains: staginggoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -41664,16 +39377,16 @@ input goerli_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: goerli_swap_Bytes - transaction_not: goerli_swap_Bytes - transaction_gt: goerli_swap_Bytes - transaction_lt: goerli_swap_Bytes - transaction_gte: goerli_swap_Bytes - transaction_lte: goerli_swap_Bytes - transaction_in: [goerli_swap_Bytes!] - transaction_not_in: [goerli_swap_Bytes!] - transaction_contains: goerli_swap_Bytes - transaction_not_contains: goerli_swap_Bytes + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -41683,12 +39396,12 @@ input goerli_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -41709,384 +39422,35 @@ enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { stableSwap__lpTokenSupply provider tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce -} - -input goerli_swap_StableSwap_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!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - key: goerli_swap_Bytes - key_not: goerli_swap_Bytes - key_gt: goerli_swap_Bytes - key_lt: goerli_swap_Bytes - key_gte: goerli_swap_Bytes - key_lte: goerli_swap_Bytes - key_in: [goerli_swap_Bytes!] - key_not_in: [goerli_swap_Bytes!] - key_contains: goerli_swap_Bytes - key_not_contains: goerli_swap_Bytes - canonicalId: goerli_swap_Bytes - canonicalId_not: goerli_swap_Bytes - canonicalId_gt: goerli_swap_Bytes - canonicalId_lt: goerli_swap_Bytes - canonicalId_gte: goerli_swap_Bytes - canonicalId_lte: goerli_swap_Bytes - canonicalId_in: [goerli_swap_Bytes!] - canonicalId_not_in: [goerli_swap_Bytes!] - canonicalId_contains: goerli_swap_Bytes - canonicalId_not_contains: goerli_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: goerli_swap_Bytes - swapPool_not: goerli_swap_Bytes - swapPool_gt: goerli_swap_Bytes - swapPool_lt: goerli_swap_Bytes - swapPool_gte: goerli_swap_Bytes - swapPool_lte: goerli_swap_Bytes - swapPool_in: [goerli_swap_Bytes!] - swapPool_not_in: [goerli_swap_Bytes!] - swapPool_contains: goerli_swap_Bytes - swapPool_not_contains: goerli_swap_Bytes - lpToken: goerli_swap_Bytes - lpToken_not: goerli_swap_Bytes - lpToken_gt: goerli_swap_Bytes - lpToken_lt: goerli_swap_Bytes - lpToken_gte: goerli_swap_Bytes - lpToken_lte: goerli_swap_Bytes - lpToken_in: [goerli_swap_Bytes!] - lpToken_not_in: [goerli_swap_Bytes!] - lpToken_contains: goerli_swap_Bytes - lpToken_not_contains: goerli_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [goerli_swap_Bytes!] - pooledTokens_not: [goerli_swap_Bytes!] - pooledTokens_contains: [goerli_swap_Bytes!] - pooledTokens_contains_nocase: [goerli_swap_Bytes!] - pooledTokens_not_contains: [goerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [goerli_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: goerli_swap_StableSwapEvent_filter - exchanges_: goerli_swap_StableSwapExchange_filter - hourlyVolumes_: goerli_swap_SwapHourlyVolume_filter - dailyVolumes_: goerli_swap_SwapDailyVolume_filter - weeklyVolumes_: goerli_swap_SwapWeeklyVolume_filter - """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_StableSwap_filter] - or: [goerli_swap_StableSwap_filter] -} - -enum goerli_swap_StableSwap_orderBy { - id - isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes -} - -type goerli_swap_SwapDailyVolume implements goerli_swap_SwapTradeVolume { - id: ID! - stableSwap: goerli_swap_StableSwap! - timestamp: BigInt! - volume: goerli_swap_BigDecimal! -} - -input goerli_swap_SwapDailyVolume_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!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: goerli_swap_BigDecimal - volume_not: goerli_swap_BigDecimal - volume_gt: goerli_swap_BigDecimal - volume_lt: goerli_swap_BigDecimal - volume_gte: goerli_swap_BigDecimal - volume_lte: goerli_swap_BigDecimal - volume_in: [goerli_swap_BigDecimal!] - volume_not_in: [goerli_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapDailyVolume_filter] - or: [goerli_swap_SwapDailyVolume_filter] -} - -enum goerli_swap_SwapDailyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -type goerli_swap_SwapHourlyVolume implements goerli_swap_SwapTradeVolume { - id: ID! - stableSwap: goerli_swap_StableSwap! - timestamp: BigInt! - volume: goerli_swap_BigDecimal! -} - -input goerli_swap_SwapHourlyVolume_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!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: goerli_swap_BigDecimal - volume_not: goerli_swap_BigDecimal - volume_gt: goerli_swap_BigDecimal - volume_lt: goerli_swap_BigDecimal - volume_gte: goerli_swap_BigDecimal - volume_lte: goerli_swap_BigDecimal - volume_in: [goerli_swap_BigDecimal!] - volume_not_in: [goerli_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapHourlyVolume_filter] - or: [goerli_swap_SwapHourlyVolume_filter] -} - -enum goerli_swap_SwapHourlyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - volume + transaction + nonce } -interface goerli_swap_SwapTradeVolume { - stableSwap: goerli_swap_StableSwap! +interface staginggoerli_swap_StableSwapEvent { + id: ID! + stableSwap: staginggoerli_swap_StableSwap! + block: BigInt! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! } -input goerli_swap_SwapTradeVolume_filter { +input staginggoerli_swap_StableSwapEvent_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!] stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -42107,7 +39471,15 @@ input goerli_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: staginggoerli_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -42116,21 +39488,32 @@ input goerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: goerli_swap_BigDecimal - volume_not: goerli_swap_BigDecimal - volume_gt: goerli_swap_BigDecimal - volume_lt: goerli_swap_BigDecimal - volume_gte: goerli_swap_BigDecimal - volume_lte: goerli_swap_BigDecimal - volume_in: [goerli_swap_BigDecimal!] - volume_not_in: [goerli_swap_BigDecimal!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapTradeVolume_filter] - or: [goerli_swap_SwapTradeVolume_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapEvent_filter] + or: [staginggoerli_swap_StableSwapEvent_filter] } -enum goerli_swap_SwapTradeVolume_orderBy { +enum staginggoerli_swap_StableSwapEvent_orderBy { + id stableSwap stableSwap__id stableSwap__isActive @@ -42148,18 +39531,29 @@ enum goerli_swap_SwapTradeVolume_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply + block timestamp - volume + transaction + nonce } -type goerli_swap_SwapWeeklyVolume implements goerli_swap_SwapTradeVolume { +type staginggoerli_swap_StableSwapExchange { id: ID! - stableSwap: goerli_swap_StableSwap! + stableSwap: staginggoerli_swap_StableSwap! + buyer: staginggoerli_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - volume: goerli_swap_BigDecimal! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! } -input goerli_swap_SwapWeeklyVolume_filter { +input staginggoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -42188,7 +39582,71 @@ input goerli_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: goerli_swap_StableSwap_filter + stableSwap_: staginggoerli_swap_StableSwap_filter + buyer: staginggoerli_swap_Bytes + buyer_not: staginggoerli_swap_Bytes + buyer_gt: staginggoerli_swap_Bytes + buyer_lt: staginggoerli_swap_Bytes + buyer_gte: staginggoerli_swap_Bytes + buyer_lte: staginggoerli_swap_Bytes + buyer_in: [staginggoerli_swap_Bytes!] + buyer_not_in: [staginggoerli_swap_Bytes!] + buyer_contains: staginggoerli_swap_Bytes + buyer_not_contains: staginggoerli_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -42197,21 +39655,31 @@ input goerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: goerli_swap_BigDecimal - volume_not: goerli_swap_BigDecimal - volume_gt: goerli_swap_BigDecimal - volume_lt: goerli_swap_BigDecimal - volume_gte: goerli_swap_BigDecimal - volume_lte: goerli_swap_BigDecimal - volume_in: [goerli_swap_BigDecimal!] - volume_not_in: [goerli_swap_BigDecimal!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_SwapWeeklyVolume_filter] - or: [goerli_swap_SwapWeeklyVolume_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapExchange_filter] + or: [staginggoerli_swap_StableSwapExchange_filter] } -enum goerli_swap_SwapWeeklyVolume_orderBy { +enum staginggoerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -42230,315 +39698,36 @@ enum goerli_swap_SwapWeeklyVolume_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - volume -} - -type goerli_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input goerli_swap_SystemInfo_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!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: goerli_swap_BlockChangedFilter - and: [goerli_swap_SystemInfo_filter] - or: [goerli_swap_SystemInfo_filter] -} - -enum goerli_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type goerli_swap__Block_ { - """The hash of the block""" - hash: goerli_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type goerli_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: goerli_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type testoptimismgoerli_Asset { - id: ID! - key: testoptimismgoerli_Bytes - local: testoptimismgoerli_Bytes! - adoptedAsset: testoptimismgoerli_Bytes! - canonicalId: testoptimismgoerli_Bytes! - canonicalDomain: BigInt! - blockNumber: BigInt! -} - -type testoptimismgoerli_AssetBalance { - id: ID! - amount: BigInt! - router: testoptimismgoerli_Router! - asset: testoptimismgoerli_Asset! -} - -input testoptimismgoerli_AssetBalance_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!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: testoptimismgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: testoptimismgoerli_Asset_filter - """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_AssetBalance_filter] - or: [testoptimismgoerli_AssetBalance_filter] -} - -enum testoptimismgoerli_AssetBalance_orderBy { - id - amount - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__local - asset__adoptedAsset - asset__canonicalId - asset__canonicalDomain - asset__blockNumber -} - -input testoptimismgoerli_Asset_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!] - key: testoptimismgoerli_Bytes - key_not: testoptimismgoerli_Bytes - key_gt: testoptimismgoerli_Bytes - key_lt: testoptimismgoerli_Bytes - key_gte: testoptimismgoerli_Bytes - key_lte: testoptimismgoerli_Bytes - key_in: [testoptimismgoerli_Bytes!] - key_not_in: [testoptimismgoerli_Bytes!] - key_contains: testoptimismgoerli_Bytes - key_not_contains: testoptimismgoerli_Bytes - local: testoptimismgoerli_Bytes - local_not: testoptimismgoerli_Bytes - local_gt: testoptimismgoerli_Bytes - local_lt: testoptimismgoerli_Bytes - local_gte: testoptimismgoerli_Bytes - local_lte: testoptimismgoerli_Bytes - local_in: [testoptimismgoerli_Bytes!] - local_not_in: [testoptimismgoerli_Bytes!] - local_contains: testoptimismgoerli_Bytes - local_not_contains: testoptimismgoerli_Bytes - adoptedAsset: testoptimismgoerli_Bytes - adoptedAsset_not: testoptimismgoerli_Bytes - adoptedAsset_gt: testoptimismgoerli_Bytes - adoptedAsset_lt: testoptimismgoerli_Bytes - adoptedAsset_gte: testoptimismgoerli_Bytes - adoptedAsset_lte: testoptimismgoerli_Bytes - adoptedAsset_in: [testoptimismgoerli_Bytes!] - adoptedAsset_not_in: [testoptimismgoerli_Bytes!] - adoptedAsset_contains: testoptimismgoerli_Bytes - adoptedAsset_not_contains: testoptimismgoerli_Bytes - canonicalId: testoptimismgoerli_Bytes - canonicalId_not: testoptimismgoerli_Bytes - canonicalId_gt: testoptimismgoerli_Bytes - canonicalId_lt: testoptimismgoerli_Bytes - canonicalId_gte: testoptimismgoerli_Bytes - canonicalId_lte: testoptimismgoerli_Bytes - canonicalId_in: [testoptimismgoerli_Bytes!] - canonicalId_not_in: [testoptimismgoerli_Bytes!] - canonicalId_contains: testoptimismgoerli_Bytes - canonicalId_not_contains: testoptimismgoerli_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Asset_filter] - or: [testoptimismgoerli_Asset_filter] -} - -enum testoptimismgoerli_Asset_orderBy { - id - key - local - adoptedAsset - canonicalId - canonicalDomain - blockNumber -} - -scalar testoptimismgoerli_BigDecimal - -input testoptimismgoerli_BlockChangedFilter { - number_gte: Int! -} - -input testoptimismgoerli_Block_height { - hash: testoptimismgoerli_Bytes - number: Int - number_gte: Int + transaction + nonce } -scalar testoptimismgoerli_Bytes - -type testoptimismgoerli_DestinationTransfer { +type staginggoerli_swap_StableSwapRemoveLiquidityEvent implements staginggoerli_swap_StableSwapEvent { id: ID! - chainId: BigInt - transferId: testoptimismgoerli_Bytes - nonce: BigInt - to: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - agent: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - forceSlow: Boolean - receiveLocal: Boolean - callback: testoptimismgoerli_Bytes - callbackFee: BigInt - relayerFee: BigInt - destinationMinOut: BigInt - status: testoptimismgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_Router_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_Router_filter): [testoptimismgoerli_Router!] - originSender: testoptimismgoerli_Bytes - transactingAsset: testoptimismgoerli_Bytes - transactingAmount: BigInt - localAsset: testoptimismgoerli_Bytes - localAmount: BigInt - sponsorVaultRelayerFee: BigInt - executedCaller: testoptimismgoerli_Bytes - executedTransactionHash: testoptimismgoerli_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - reconciledCaller: testoptimismgoerli_Bytes - reconciledTransactionHash: testoptimismgoerli_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt + stableSwap: staginggoerli_swap_StableSwap! + provider: staginggoerli_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: staginggoerli_swap_Bytes! + nonce: BigInt! } -input testoptimismgoerli_DestinationTransfer_filter { +input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -42547,24 +39736,105 @@ input testoptimismgoerli_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: testoptimismgoerli_Bytes - transferId_not: testoptimismgoerli_Bytes - transferId_gt: testoptimismgoerli_Bytes - transferId_lt: testoptimismgoerli_Bytes - transferId_gte: testoptimismgoerli_Bytes - transferId_lte: testoptimismgoerli_Bytes - transferId_in: [testoptimismgoerli_Bytes!] - transferId_not_in: [testoptimismgoerli_Bytes!] - transferId_contains: testoptimismgoerli_Bytes - transferId_not_contains: testoptimismgoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + provider: staginggoerli_swap_Bytes + provider_not: staginggoerli_swap_Bytes + provider_gt: staginggoerli_swap_Bytes + provider_lt: staginggoerli_swap_Bytes + provider_gte: staginggoerli_swap_Bytes + provider_lte: staginggoerli_swap_Bytes + provider_in: [staginggoerli_swap_Bytes!] + provider_not_in: [staginggoerli_swap_Bytes!] + provider_contains: staginggoerli_swap_Bytes + provider_not_contains: staginggoerli_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: staginggoerli_swap_Bytes + transaction_not: staginggoerli_swap_Bytes + transaction_gt: staginggoerli_swap_Bytes + transaction_lt: staginggoerli_swap_Bytes + transaction_gte: staginggoerli_swap_Bytes + transaction_lte: staginggoerli_swap_Bytes + transaction_in: [staginggoerli_swap_Bytes!] + transaction_not_in: [staginggoerli_swap_Bytes!] + transaction_contains: staginggoerli_swap_Bytes + transaction_not_contains: staginggoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -42573,362 +39843,330 @@ input testoptimismgoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - to: testoptimismgoerli_Bytes - to_not: testoptimismgoerli_Bytes - to_gt: testoptimismgoerli_Bytes - to_lt: testoptimismgoerli_Bytes - to_gte: testoptimismgoerli_Bytes - to_lte: testoptimismgoerli_Bytes - to_in: [testoptimismgoerli_Bytes!] - to_not_in: [testoptimismgoerli_Bytes!] - to_contains: testoptimismgoerli_Bytes - to_not_contains: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - callData_not: testoptimismgoerli_Bytes - callData_gt: testoptimismgoerli_Bytes - callData_lt: testoptimismgoerli_Bytes - callData_gte: testoptimismgoerli_Bytes - callData_lte: testoptimismgoerli_Bytes - callData_in: [testoptimismgoerli_Bytes!] - callData_not_in: [testoptimismgoerli_Bytes!] - callData_contains: testoptimismgoerli_Bytes - callData_not_contains: testoptimismgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - agent: testoptimismgoerli_Bytes - agent_not: testoptimismgoerli_Bytes - agent_gt: testoptimismgoerli_Bytes - agent_lt: testoptimismgoerli_Bytes - agent_gte: testoptimismgoerli_Bytes - agent_lte: testoptimismgoerli_Bytes - agent_in: [testoptimismgoerli_Bytes!] - agent_not_in: [testoptimismgoerli_Bytes!] - agent_contains: testoptimismgoerli_Bytes - agent_not_contains: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - recovery_not: testoptimismgoerli_Bytes - recovery_gt: testoptimismgoerli_Bytes - recovery_lt: testoptimismgoerli_Bytes - recovery_gte: testoptimismgoerli_Bytes - recovery_lte: testoptimismgoerli_Bytes - recovery_in: [testoptimismgoerli_Bytes!] - recovery_not_in: [testoptimismgoerli_Bytes!] - recovery_contains: testoptimismgoerli_Bytes - recovery_not_contains: testoptimismgoerli_Bytes - forceSlow: Boolean - forceSlow_not: Boolean - forceSlow_in: [Boolean!] - forceSlow_not_in: [Boolean!] - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callback: testoptimismgoerli_Bytes - callback_not: testoptimismgoerli_Bytes - callback_gt: testoptimismgoerli_Bytes - callback_lt: testoptimismgoerli_Bytes - callback_gte: testoptimismgoerli_Bytes - callback_lte: testoptimismgoerli_Bytes - callback_in: [testoptimismgoerli_Bytes!] - callback_not_in: [testoptimismgoerli_Bytes!] - callback_contains: testoptimismgoerli_Bytes - callback_not_contains: testoptimismgoerli_Bytes - callbackFee: BigInt - callbackFee_not: BigInt - callbackFee_gt: BigInt - callbackFee_lt: BigInt - callbackFee_gte: BigInt - callbackFee_lte: BigInt - callbackFee_in: [BigInt!] - callbackFee_not_in: [BigInt!] - relayerFee: BigInt - relayerFee_not: BigInt - relayerFee_gt: BigInt - relayerFee_lt: BigInt - relayerFee_gte: BigInt - relayerFee_lte: BigInt - relayerFee_in: [BigInt!] - relayerFee_not_in: [BigInt!] - destinationMinOut: BigInt - destinationMinOut_not: BigInt - destinationMinOut_gt: BigInt - destinationMinOut_lt: BigInt - destinationMinOut_gte: BigInt - destinationMinOut_lte: BigInt - destinationMinOut_in: [BigInt!] - destinationMinOut_not_in: [BigInt!] - status: testoptimismgoerli_TransferStatus - status_not: testoptimismgoerli_TransferStatus - status_in: [testoptimismgoerli_TransferStatus!] - status_not_in: [testoptimismgoerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: testoptimismgoerli_Router_filter - originSender: testoptimismgoerli_Bytes - originSender_not: testoptimismgoerli_Bytes - originSender_gt: testoptimismgoerli_Bytes - originSender_lt: testoptimismgoerli_Bytes - originSender_gte: testoptimismgoerli_Bytes - originSender_lte: testoptimismgoerli_Bytes - originSender_in: [testoptimismgoerli_Bytes!] - originSender_not_in: [testoptimismgoerli_Bytes!] - originSender_contains: testoptimismgoerli_Bytes - originSender_not_contains: testoptimismgoerli_Bytes - transactingAsset: testoptimismgoerli_Bytes - transactingAsset_not: testoptimismgoerli_Bytes - transactingAsset_gt: testoptimismgoerli_Bytes - transactingAsset_lt: testoptimismgoerli_Bytes - transactingAsset_gte: testoptimismgoerli_Bytes - transactingAsset_lte: testoptimismgoerli_Bytes - transactingAsset_in: [testoptimismgoerli_Bytes!] - transactingAsset_not_in: [testoptimismgoerli_Bytes!] - transactingAsset_contains: testoptimismgoerli_Bytes - transactingAsset_not_contains: testoptimismgoerli_Bytes - transactingAmount: BigInt - transactingAmount_not: BigInt - transactingAmount_gt: BigInt - transactingAmount_lt: BigInt - transactingAmount_gte: BigInt - transactingAmount_lte: BigInt - transactingAmount_in: [BigInt!] - transactingAmount_not_in: [BigInt!] - localAsset: testoptimismgoerli_Bytes - localAsset_not: testoptimismgoerli_Bytes - localAsset_gt: testoptimismgoerli_Bytes - localAsset_lt: testoptimismgoerli_Bytes - localAsset_gte: testoptimismgoerli_Bytes - localAsset_lte: testoptimismgoerli_Bytes - localAsset_in: [testoptimismgoerli_Bytes!] - localAsset_not_in: [testoptimismgoerli_Bytes!] - localAsset_contains: testoptimismgoerli_Bytes - localAsset_not_contains: testoptimismgoerli_Bytes - localAmount: BigInt - localAmount_not: BigInt - localAmount_gt: BigInt - localAmount_lt: BigInt - localAmount_gte: BigInt - localAmount_lte: BigInt - localAmount_in: [BigInt!] - localAmount_not_in: [BigInt!] - sponsorVaultRelayerFee: BigInt - sponsorVaultRelayerFee_not: BigInt - sponsorVaultRelayerFee_gt: BigInt - sponsorVaultRelayerFee_lt: BigInt - sponsorVaultRelayerFee_gte: BigInt - sponsorVaultRelayerFee_lte: BigInt - sponsorVaultRelayerFee_in: [BigInt!] - sponsorVaultRelayerFee_not_in: [BigInt!] - executedCaller: testoptimismgoerli_Bytes - executedCaller_not: testoptimismgoerli_Bytes - executedCaller_gt: testoptimismgoerli_Bytes - executedCaller_lt: testoptimismgoerli_Bytes - executedCaller_gte: testoptimismgoerli_Bytes - executedCaller_lte: testoptimismgoerli_Bytes - executedCaller_in: [testoptimismgoerli_Bytes!] - executedCaller_not_in: [testoptimismgoerli_Bytes!] - executedCaller_contains: testoptimismgoerli_Bytes - executedCaller_not_contains: testoptimismgoerli_Bytes - executedTransactionHash: testoptimismgoerli_Bytes - executedTransactionHash_not: testoptimismgoerli_Bytes - executedTransactionHash_gt: testoptimismgoerli_Bytes - executedTransactionHash_lt: testoptimismgoerli_Bytes - executedTransactionHash_gte: testoptimismgoerli_Bytes - executedTransactionHash_lte: testoptimismgoerli_Bytes - executedTransactionHash_in: [testoptimismgoerli_Bytes!] - executedTransactionHash_not_in: [testoptimismgoerli_Bytes!] - executedTransactionHash_contains: testoptimismgoerli_Bytes - executedTransactionHash_not_contains: testoptimismgoerli_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - reconciledCaller: testoptimismgoerli_Bytes - reconciledCaller_not: testoptimismgoerli_Bytes - reconciledCaller_gt: testoptimismgoerli_Bytes - reconciledCaller_lt: testoptimismgoerli_Bytes - reconciledCaller_gte: testoptimismgoerli_Bytes - reconciledCaller_lte: testoptimismgoerli_Bytes - reconciledCaller_in: [testoptimismgoerli_Bytes!] - reconciledCaller_not_in: [testoptimismgoerli_Bytes!] - reconciledCaller_contains: testoptimismgoerli_Bytes - reconciledCaller_not_contains: testoptimismgoerli_Bytes - reconciledTransactionHash: testoptimismgoerli_Bytes - reconciledTransactionHash_not: testoptimismgoerli_Bytes - reconciledTransactionHash_gt: testoptimismgoerli_Bytes - reconciledTransactionHash_lt: testoptimismgoerli_Bytes - reconciledTransactionHash_gte: testoptimismgoerli_Bytes - reconciledTransactionHash_lte: testoptimismgoerli_Bytes - reconciledTransactionHash_in: [testoptimismgoerli_Bytes!] - reconciledTransactionHash_not_in: [testoptimismgoerli_Bytes!] - reconciledTransactionHash_contains: testoptimismgoerli_Bytes - reconciledTransactionHash_not_contains: testoptimismgoerli_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_DestinationTransfer_filter] - or: [testoptimismgoerli_DestinationTransfer_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] +} + +enum staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce +} + +input staginggoerli_swap_StableSwap_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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: staginggoerli_swap_Bytes + key_not: staginggoerli_swap_Bytes + key_gt: staginggoerli_swap_Bytes + key_lt: staginggoerli_swap_Bytes + key_gte: staginggoerli_swap_Bytes + key_lte: staginggoerli_swap_Bytes + key_in: [staginggoerli_swap_Bytes!] + key_not_in: [staginggoerli_swap_Bytes!] + key_contains: staginggoerli_swap_Bytes + key_not_contains: staginggoerli_swap_Bytes + canonicalId: staginggoerli_swap_Bytes + canonicalId_not: staginggoerli_swap_Bytes + canonicalId_gt: staginggoerli_swap_Bytes + canonicalId_lt: staginggoerli_swap_Bytes + canonicalId_gte: staginggoerli_swap_Bytes + canonicalId_lte: staginggoerli_swap_Bytes + canonicalId_in: [staginggoerli_swap_Bytes!] + canonicalId_not_in: [staginggoerli_swap_Bytes!] + canonicalId_contains: staginggoerli_swap_Bytes + canonicalId_not_contains: staginggoerli_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: staginggoerli_swap_Bytes + swapPool_not: staginggoerli_swap_Bytes + swapPool_gt: staginggoerli_swap_Bytes + swapPool_lt: staginggoerli_swap_Bytes + swapPool_gte: staginggoerli_swap_Bytes + swapPool_lte: staginggoerli_swap_Bytes + swapPool_in: [staginggoerli_swap_Bytes!] + swapPool_not_in: [staginggoerli_swap_Bytes!] + swapPool_contains: staginggoerli_swap_Bytes + swapPool_not_contains: staginggoerli_swap_Bytes + lpToken: staginggoerli_swap_Bytes + lpToken_not: staginggoerli_swap_Bytes + lpToken_gt: staginggoerli_swap_Bytes + lpToken_lt: staginggoerli_swap_Bytes + lpToken_gte: staginggoerli_swap_Bytes + lpToken_lte: staginggoerli_swap_Bytes + lpToken_in: [staginggoerli_swap_Bytes!] + lpToken_not_in: [staginggoerli_swap_Bytes!] + lpToken_contains: staginggoerli_swap_Bytes + lpToken_not_contains: staginggoerli_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [staginggoerli_swap_Bytes!] + pooledTokens_not: [staginggoerli_swap_Bytes!] + pooledTokens_contains: [staginggoerli_swap_Bytes!] + pooledTokens_contains_nocase: [staginggoerli_swap_Bytes!] + pooledTokens_not_contains: [staginggoerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [staginggoerli_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: staginggoerli_swap_StableSwapEvent_filter + exchanges_: staginggoerli_swap_StableSwapExchange_filter + hourlyVolumes_: staginggoerli_swap_SwapHourlyVolume_filter + dailyVolumes_: staginggoerli_swap_SwapDailyVolume_filter + weeklyVolumes_: staginggoerli_swap_SwapWeeklyVolume_filter + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_StableSwap_filter] + or: [staginggoerli_swap_StableSwap_filter] } -enum testoptimismgoerli_DestinationTransfer_orderBy { +enum staginggoerli_swap_StableSwap_orderBy { id - chainId - transferId - nonce - to - callData - originDomain - destinationDomain - agent - recovery - forceSlow - receiveLocal - callback - callbackFee - relayerFee - destinationMinOut - status - routers - originSender - transactingAsset - transactingAmount - localAsset - localAmount - sponsorVaultRelayerFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber + isActive + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -""" -8 bytes signed integer +type staginggoerli_swap_SwapDailyVolume implements staginggoerli_swap_SwapTradeVolume { + id: ID! + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! +} -""" -scalar testoptimismgoerli_Int8 +input staginggoerli_swap_SwapDailyVolume_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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: staginggoerli_swap_BigDecimal + volume_not: staginggoerli_swap_BigDecimal + volume_gt: staginggoerli_swap_BigDecimal + volume_lt: staginggoerli_swap_BigDecimal + volume_gte: staginggoerli_swap_BigDecimal + volume_lte: staginggoerli_swap_BigDecimal + volume_in: [staginggoerli_swap_BigDecimal!] + volume_not_in: [staginggoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapDailyVolume_filter] + or: [staginggoerli_swap_SwapDailyVolume_filter] +} -"""Defines the order direction, either ascending or descending""" -enum testoptimismgoerli_OrderDirection { - asc - desc +enum staginggoerli_swap_SwapDailyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type testoptimismgoerli_OriginTransfer { +type staginggoerli_swap_SwapHourlyVolume implements staginggoerli_swap_SwapTradeVolume { id: ID! - chainId: BigInt - transferId: testoptimismgoerli_Bytes - nonce: BigInt - to: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - originDomain: BigInt - destinationDomain: BigInt - agent: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - forceSlow: Boolean - receiveLocal: Boolean - callback: testoptimismgoerli_Bytes - callbackFee: BigInt - relayerFee: BigInt - destinationMinOut: BigInt - status: testoptimismgoerli_TransferStatus - originMinOut: BigInt - transactingAsset: testoptimismgoerli_Bytes - transactingAmount: BigInt - bridgedAsset: testoptimismgoerli_Bytes - bridgedAmount: BigInt - caller: testoptimismgoerli_Bytes - transactionHash: testoptimismgoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! } -input testoptimismgoerli_OriginTransfer_filter { +input staginggoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -42937,198 +40175,100 @@ input testoptimismgoerli_OriginTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: testoptimismgoerli_Bytes - transferId_not: testoptimismgoerli_Bytes - transferId_gt: testoptimismgoerli_Bytes - transferId_lt: testoptimismgoerli_Bytes - transferId_gte: testoptimismgoerli_Bytes - transferId_lte: testoptimismgoerli_Bytes - transferId_in: [testoptimismgoerli_Bytes!] - transferId_not_in: [testoptimismgoerli_Bytes!] - transferId_contains: testoptimismgoerli_Bytes - transferId_not_contains: testoptimismgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - to: testoptimismgoerli_Bytes - to_not: testoptimismgoerli_Bytes - to_gt: testoptimismgoerli_Bytes - to_lt: testoptimismgoerli_Bytes - to_gte: testoptimismgoerli_Bytes - to_lte: testoptimismgoerli_Bytes - to_in: [testoptimismgoerli_Bytes!] - to_not_in: [testoptimismgoerli_Bytes!] - to_contains: testoptimismgoerli_Bytes - to_not_contains: testoptimismgoerli_Bytes - callData: testoptimismgoerli_Bytes - callData_not: testoptimismgoerli_Bytes - callData_gt: testoptimismgoerli_Bytes - callData_lt: testoptimismgoerli_Bytes - callData_gte: testoptimismgoerli_Bytes - callData_lte: testoptimismgoerli_Bytes - callData_in: [testoptimismgoerli_Bytes!] - callData_not_in: [testoptimismgoerli_Bytes!] - callData_contains: testoptimismgoerli_Bytes - callData_not_contains: testoptimismgoerli_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - agent: testoptimismgoerli_Bytes - agent_not: testoptimismgoerli_Bytes - agent_gt: testoptimismgoerli_Bytes - agent_lt: testoptimismgoerli_Bytes - agent_gte: testoptimismgoerli_Bytes - agent_lte: testoptimismgoerli_Bytes - agent_in: [testoptimismgoerli_Bytes!] - agent_not_in: [testoptimismgoerli_Bytes!] - agent_contains: testoptimismgoerli_Bytes - agent_not_contains: testoptimismgoerli_Bytes - recovery: testoptimismgoerli_Bytes - recovery_not: testoptimismgoerli_Bytes - recovery_gt: testoptimismgoerli_Bytes - recovery_lt: testoptimismgoerli_Bytes - recovery_gte: testoptimismgoerli_Bytes - recovery_lte: testoptimismgoerli_Bytes - recovery_in: [testoptimismgoerli_Bytes!] - recovery_not_in: [testoptimismgoerli_Bytes!] - recovery_contains: testoptimismgoerli_Bytes - recovery_not_contains: testoptimismgoerli_Bytes - forceSlow: Boolean - forceSlow_not: Boolean - forceSlow_in: [Boolean!] - forceSlow_not_in: [Boolean!] - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callback: testoptimismgoerli_Bytes - callback_not: testoptimismgoerli_Bytes - callback_gt: testoptimismgoerli_Bytes - callback_lt: testoptimismgoerli_Bytes - callback_gte: testoptimismgoerli_Bytes - callback_lte: testoptimismgoerli_Bytes - callback_in: [testoptimismgoerli_Bytes!] - callback_not_in: [testoptimismgoerli_Bytes!] - callback_contains: testoptimismgoerli_Bytes - callback_not_contains: testoptimismgoerli_Bytes - callbackFee: BigInt - callbackFee_not: BigInt - callbackFee_gt: BigInt - callbackFee_lt: BigInt - callbackFee_gte: BigInt - callbackFee_lte: BigInt - callbackFee_in: [BigInt!] - callbackFee_not_in: [BigInt!] - relayerFee: BigInt - relayerFee_not: BigInt - relayerFee_gt: BigInt - relayerFee_lt: BigInt - relayerFee_gte: BigInt - relayerFee_lte: BigInt - relayerFee_in: [BigInt!] - relayerFee_not_in: [BigInt!] - destinationMinOut: BigInt - destinationMinOut_not: BigInt - destinationMinOut_gt: BigInt - destinationMinOut_lt: BigInt - destinationMinOut_gte: BigInt - destinationMinOut_lte: BigInt - destinationMinOut_in: [BigInt!] - destinationMinOut_not_in: [BigInt!] - status: testoptimismgoerli_TransferStatus - status_not: testoptimismgoerli_TransferStatus - status_in: [testoptimismgoerli_TransferStatus!] - status_not_in: [testoptimismgoerli_TransferStatus!] - originMinOut: BigInt - originMinOut_not: BigInt - originMinOut_gt: BigInt - originMinOut_lt: BigInt - originMinOut_gte: BigInt - originMinOut_lte: BigInt - originMinOut_in: [BigInt!] - originMinOut_not_in: [BigInt!] - transactingAsset: testoptimismgoerli_Bytes - transactingAsset_not: testoptimismgoerli_Bytes - transactingAsset_gt: testoptimismgoerli_Bytes - transactingAsset_lt: testoptimismgoerli_Bytes - transactingAsset_gte: testoptimismgoerli_Bytes - transactingAsset_lte: testoptimismgoerli_Bytes - transactingAsset_in: [testoptimismgoerli_Bytes!] - transactingAsset_not_in: [testoptimismgoerli_Bytes!] - transactingAsset_contains: testoptimismgoerli_Bytes - transactingAsset_not_contains: testoptimismgoerli_Bytes - transactingAmount: BigInt - transactingAmount_not: BigInt - transactingAmount_gt: BigInt - transactingAmount_lt: BigInt - transactingAmount_gte: BigInt - transactingAmount_lte: BigInt - transactingAmount_in: [BigInt!] - transactingAmount_not_in: [BigInt!] - bridgedAsset: testoptimismgoerli_Bytes - bridgedAsset_not: testoptimismgoerli_Bytes - bridgedAsset_gt: testoptimismgoerli_Bytes - bridgedAsset_lt: testoptimismgoerli_Bytes - bridgedAsset_gte: testoptimismgoerli_Bytes - bridgedAsset_lte: testoptimismgoerli_Bytes - bridgedAsset_in: [testoptimismgoerli_Bytes!] - bridgedAsset_not_in: [testoptimismgoerli_Bytes!] - bridgedAsset_contains: testoptimismgoerli_Bytes - bridgedAsset_not_contains: testoptimismgoerli_Bytes - bridgedAmount: BigInt - bridgedAmount_not: BigInt - bridgedAmount_gt: BigInt - bridgedAmount_lt: BigInt - bridgedAmount_gte: BigInt - bridgedAmount_lte: BigInt - bridgedAmount_in: [BigInt!] - bridgedAmount_not_in: [BigInt!] - caller: testoptimismgoerli_Bytes - caller_not: testoptimismgoerli_Bytes - caller_gt: testoptimismgoerli_Bytes - caller_lt: testoptimismgoerli_Bytes - caller_gte: testoptimismgoerli_Bytes - caller_lte: testoptimismgoerli_Bytes - caller_in: [testoptimismgoerli_Bytes!] - caller_not_in: [testoptimismgoerli_Bytes!] - caller_contains: testoptimismgoerli_Bytes - caller_not_contains: testoptimismgoerli_Bytes - transactionHash: testoptimismgoerli_Bytes - transactionHash_not: testoptimismgoerli_Bytes - transactionHash_gt: testoptimismgoerli_Bytes - transactionHash_lt: testoptimismgoerli_Bytes - transactionHash_gte: testoptimismgoerli_Bytes - transactionHash_lte: testoptimismgoerli_Bytes - transactionHash_in: [testoptimismgoerli_Bytes!] - transactionHash_not_in: [testoptimismgoerli_Bytes!] - transactionHash_contains: testoptimismgoerli_Bytes - transactionHash_not_contains: testoptimismgoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: staginggoerli_swap_BigDecimal + volume_not: staginggoerli_swap_BigDecimal + volume_gt: staginggoerli_swap_BigDecimal + volume_lt: staginggoerli_swap_BigDecimal + volume_gte: staginggoerli_swap_BigDecimal + volume_lte: staginggoerli_swap_BigDecimal + volume_in: [staginggoerli_swap_BigDecimal!] + volume_not_in: [staginggoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapHourlyVolume_filter] + or: [staginggoerli_swap_SwapHourlyVolume_filter] +} + +enum staginggoerli_swap_SwapHourlyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +interface staginggoerli_swap_SwapTradeVolume { + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! +} + +input staginggoerli_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -43137,74 +40277,131 @@ input testoptimismgoerli_OriginTransfer_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: staginggoerli_swap_BigDecimal + volume_not: staginggoerli_swap_BigDecimal + volume_gt: staginggoerli_swap_BigDecimal + volume_lt: staginggoerli_swap_BigDecimal + volume_gte: staginggoerli_swap_BigDecimal + volume_lte: staginggoerli_swap_BigDecimal + volume_in: [staginggoerli_swap_BigDecimal!] + volume_not_in: [staginggoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_OriginTransfer_filter] - or: [testoptimismgoerli_OriginTransfer_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapTradeVolume_filter] + or: [staginggoerli_swap_SwapTradeVolume_filter] } -enum testoptimismgoerli_OriginTransfer_orderBy { +enum staginggoerli_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type staginggoerli_swap_SwapWeeklyVolume implements staginggoerli_swap_SwapTradeVolume { + id: ID! + stableSwap: staginggoerli_swap_StableSwap! + timestamp: BigInt! + volume: staginggoerli_swap_BigDecimal! +} + +input staginggoerli_swap_SwapWeeklyVolume_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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: staginggoerli_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: staginggoerli_swap_BigDecimal + volume_not: staginggoerli_swap_BigDecimal + volume_gt: staginggoerli_swap_BigDecimal + volume_lt: staginggoerli_swap_BigDecimal + volume_gte: staginggoerli_swap_BigDecimal + volume_lte: staginggoerli_swap_BigDecimal + volume_in: [staginggoerli_swap_BigDecimal!] + volume_not_in: [staginggoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SwapWeeklyVolume_filter] + or: [staginggoerli_swap_SwapWeeklyVolume_filter] +} + +enum staginggoerli_swap_SwapWeeklyVolume_orderBy { id - chainId - transferId - nonce - to - callData - originDomain - destinationDomain - agent - recovery - forceSlow - receiveLocal - callback - callbackFee - relayerFee - destinationMinOut - status - originMinOut - transactingAsset - transactingAmount - bridgedAsset - bridgedAmount - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -type testoptimismgoerli_Relayer { +type staginggoerli_swap_SystemInfo { id: ID! - isActive: Boolean! - relayer: testoptimismgoerli_Bytes + exchangeCount: BigInt! + swapCount: BigInt! } -input testoptimismgoerli_Relayer_filter { +input staginggoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -43213,43 +40410,96 @@ input testoptimismgoerli_Relayer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: testoptimismgoerli_Bytes - relayer_not: testoptimismgoerli_Bytes - relayer_gt: testoptimismgoerli_Bytes - relayer_lt: testoptimismgoerli_Bytes - relayer_gte: testoptimismgoerli_Bytes - relayer_lte: testoptimismgoerli_Bytes - relayer_in: [testoptimismgoerli_Bytes!] - relayer_not_in: [testoptimismgoerli_Bytes!] - relayer_contains: testoptimismgoerli_Bytes - relayer_not_contains: testoptimismgoerli_Bytes + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Relayer_filter] - or: [testoptimismgoerli_Relayer_filter] + _change_block: staginggoerli_swap_BlockChangedFilter + and: [staginggoerli_swap_SystemInfo_filter] + or: [staginggoerli_swap_SystemInfo_filter] } -enum testoptimismgoerli_Relayer_orderBy { +enum staginggoerli_swap_SystemInfo_orderBy { id - isActive - relayer + exchangeCount + swapCount } -type testoptimismgoerli_Router { +type staginggoerli_swap__Block_ { + """The hash of the block""" + hash: staginggoerli_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type staginggoerli_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: staginggoerli_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +scalar stagingarbitrumgoerli_swap_BigDecimal + +input stagingarbitrumgoerli_swap_BlockChangedFilter { + number_gte: Int! +} + +input stagingarbitrumgoerli_swap_Block_height { + hash: stagingarbitrumgoerli_swap_Bytes + number: Int + number_gte: Int +} + +scalar stagingarbitrumgoerli_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar stagingarbitrumgoerli_swap_Int8 + +type stagingarbitrumgoerli_swap_LpAccount { id: ID! - isActive: Boolean! - owner: testoptimismgoerli_Bytes - recipient: testoptimismgoerli_Bytes - proposedOwner: testoptimismgoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: testoptimismgoerli_AssetBalance_orderBy, orderDirection: testoptimismgoerli_OrderDirection, where: testoptimismgoerli_AssetBalance_filter): [testoptimismgoerli_AssetBalance!]! + address: stagingarbitrumgoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_LpAccountBalance_filter): [stagingarbitrumgoerli_swap_LpAccountBalance!]! } -input testoptimismgoerli_Router_filter { +type stagingarbitrumgoerli_swap_LpAccountBalance { + id: ID! + account: stagingarbitrumgoerli_swap_LpAccount! + token: stagingarbitrumgoerli_swap_LpToken! + amount: stagingarbitrumgoerli_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: stagingarbitrumgoerli_swap_Bytes +} + +input stagingarbitrumgoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -43258,72 +40508,160 @@ input testoptimismgoerli_Router_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: testoptimismgoerli_Bytes - owner_not: testoptimismgoerli_Bytes - owner_gt: testoptimismgoerli_Bytes - owner_lt: testoptimismgoerli_Bytes - owner_gte: testoptimismgoerli_Bytes - owner_lte: testoptimismgoerli_Bytes - owner_in: [testoptimismgoerli_Bytes!] - owner_not_in: [testoptimismgoerli_Bytes!] - owner_contains: testoptimismgoerli_Bytes - owner_not_contains: testoptimismgoerli_Bytes - recipient: testoptimismgoerli_Bytes - recipient_not: testoptimismgoerli_Bytes - recipient_gt: testoptimismgoerli_Bytes - recipient_lt: testoptimismgoerli_Bytes - recipient_gte: testoptimismgoerli_Bytes - recipient_lte: testoptimismgoerli_Bytes - recipient_in: [testoptimismgoerli_Bytes!] - recipient_not_in: [testoptimismgoerli_Bytes!] - recipient_contains: testoptimismgoerli_Bytes - recipient_not_contains: testoptimismgoerli_Bytes - proposedOwner: testoptimismgoerli_Bytes - proposedOwner_not: testoptimismgoerli_Bytes - proposedOwner_gt: testoptimismgoerli_Bytes - proposedOwner_lt: testoptimismgoerli_Bytes - proposedOwner_gte: testoptimismgoerli_Bytes - proposedOwner_lte: testoptimismgoerli_Bytes - proposedOwner_in: [testoptimismgoerli_Bytes!] - proposedOwner_not_in: [testoptimismgoerli_Bytes!] - proposedOwner_contains: testoptimismgoerli_Bytes - proposedOwner_not_contains: testoptimismgoerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: testoptimismgoerli_AssetBalance_filter + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: stagingarbitrumgoerli_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: stagingarbitrumgoerli_swap_LpToken_filter + amount: stagingarbitrumgoerli_swap_BigDecimal + amount_not: stagingarbitrumgoerli_swap_BigDecimal + amount_gt: stagingarbitrumgoerli_swap_BigDecimal + amount_lt: stagingarbitrumgoerli_swap_BigDecimal + amount_gte: stagingarbitrumgoerli_swap_BigDecimal + amount_lte: stagingarbitrumgoerli_swap_BigDecimal + amount_in: [stagingarbitrumgoerli_swap_BigDecimal!] + amount_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Router_filter] - or: [testoptimismgoerli_Router_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpAccountBalance_filter] + or: [stagingarbitrumgoerli_swap_LpAccountBalance_filter] } -enum testoptimismgoerli_Router_orderBy { +enum stagingarbitrumgoerli_swap_LpAccountBalance_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction +} + +input stagingarbitrumgoerli_swap_LpAccount_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!] + address: stagingarbitrumgoerli_swap_Bytes + address_not: stagingarbitrumgoerli_swap_Bytes + address_gt: stagingarbitrumgoerli_swap_Bytes + address_lt: stagingarbitrumgoerli_swap_Bytes + address_gte: stagingarbitrumgoerli_swap_Bytes + address_lte: stagingarbitrumgoerli_swap_Bytes + address_in: [stagingarbitrumgoerli_swap_Bytes!] + address_not_in: [stagingarbitrumgoerli_swap_Bytes!] + address_contains: stagingarbitrumgoerli_swap_Bytes + address_not_contains: stagingarbitrumgoerli_swap_Bytes + balances_: stagingarbitrumgoerli_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpAccount_filter] + or: [stagingarbitrumgoerli_swap_LpAccount_filter] +} + +enum stagingarbitrumgoerli_swap_LpAccount_orderBy { + id + address + balances +} + +type stagingarbitrumgoerli_swap_LpToken { + id: ID! + address: stagingarbitrumgoerli_swap_Bytes! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: stagingarbitrumgoerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_LpTokenEvent_filter): [stagingarbitrumgoerli_swap_LpTokenEvent!]! } -type testoptimismgoerli_Setting { +interface stagingarbitrumgoerli_swap_LpTokenEvent { id: ID! - maxRoutersPerTransfer: BigInt! - caller: testoptimismgoerli_Bytes! + token: stagingarbitrumgoerli_swap_LpToken! + amount: stagingarbitrumgoerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: stagingarbitrumgoerli_swap_Bytes! + nonce: BigInt! } -input testoptimismgoerli_Setting_filter { +input stagingarbitrumgoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -43332,42 +40670,92 @@ input testoptimismgoerli_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: testoptimismgoerli_Bytes - caller_not: testoptimismgoerli_Bytes - caller_gt: testoptimismgoerli_Bytes - caller_lt: testoptimismgoerli_Bytes - caller_gte: testoptimismgoerli_Bytes - caller_lte: testoptimismgoerli_Bytes - caller_in: [testoptimismgoerli_Bytes!] - caller_not_in: [testoptimismgoerli_Bytes!] - caller_contains: testoptimismgoerli_Bytes - caller_not_contains: testoptimismgoerli_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: stagingarbitrumgoerli_swap_LpToken_filter + amount: stagingarbitrumgoerli_swap_BigDecimal + amount_not: stagingarbitrumgoerli_swap_BigDecimal + amount_gt: stagingarbitrumgoerli_swap_BigDecimal + amount_lt: stagingarbitrumgoerli_swap_BigDecimal + amount_gte: stagingarbitrumgoerli_swap_BigDecimal + amount_lte: stagingarbitrumgoerli_swap_BigDecimal + amount_in: [stagingarbitrumgoerli_swap_BigDecimal!] + amount_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_Setting_filter] - or: [testoptimismgoerli_Setting_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpTokenEvent_filter] + or: [stagingarbitrumgoerli_swap_LpTokenEvent_filter] } -enum testoptimismgoerli_Setting_orderBy { +enum stagingarbitrumgoerli_swap_LpTokenEvent_orderBy { id - maxRoutersPerTransfer - caller -} - -type testoptimismgoerli_SponsorVault { - id: ID! - sponsorVault: testoptimismgoerli_Bytes! + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -input testoptimismgoerli_SponsorVault_filter { +input stagingarbitrumgoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -43376,35 +40764,142 @@ input testoptimismgoerli_SponsorVault_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - sponsorVault: testoptimismgoerli_Bytes - sponsorVault_not: testoptimismgoerli_Bytes - sponsorVault_gt: testoptimismgoerli_Bytes - sponsorVault_lt: testoptimismgoerli_Bytes - sponsorVault_gte: testoptimismgoerli_Bytes - sponsorVault_lte: testoptimismgoerli_Bytes - sponsorVault_in: [testoptimismgoerli_Bytes!] - sponsorVault_not_in: [testoptimismgoerli_Bytes!] - sponsorVault_contains: testoptimismgoerli_Bytes - sponsorVault_not_contains: testoptimismgoerli_Bytes + address: stagingarbitrumgoerli_swap_Bytes + address_not: stagingarbitrumgoerli_swap_Bytes + address_gt: stagingarbitrumgoerli_swap_Bytes + address_lt: stagingarbitrumgoerli_swap_Bytes + address_gte: stagingarbitrumgoerli_swap_Bytes + address_lte: stagingarbitrumgoerli_swap_Bytes + address_in: [stagingarbitrumgoerli_swap_Bytes!] + address_not_in: [stagingarbitrumgoerli_swap_Bytes!] + address_contains: stagingarbitrumgoerli_swap_Bytes + address_not_contains: stagingarbitrumgoerli_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: stagingarbitrumgoerli_swap_BigDecimal + totalSupply_not: stagingarbitrumgoerli_swap_BigDecimal + totalSupply_gt: stagingarbitrumgoerli_swap_BigDecimal + totalSupply_lt: stagingarbitrumgoerli_swap_BigDecimal + totalSupply_gte: stagingarbitrumgoerli_swap_BigDecimal + totalSupply_lte: stagingarbitrumgoerli_swap_BigDecimal + totalSupply_in: [stagingarbitrumgoerli_swap_BigDecimal!] + totalSupply_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + events_: stagingarbitrumgoerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_SponsorVault_filter] - or: [testoptimismgoerli_SponsorVault_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpToken_filter] + or: [stagingarbitrumgoerli_swap_LpToken_filter] } -enum testoptimismgoerli_SponsorVault_orderBy { +enum stagingarbitrumgoerli_swap_LpToken_orderBy { id - sponsorVault + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type testoptimismgoerli_StableSwap { +type stagingarbitrumgoerli_swap_LpTransferEvent implements stagingarbitrumgoerli_swap_LpTokenEvent { id: ID! - canonicalId: testoptimismgoerli_Bytes! - domain: BigInt - swapPool: testoptimismgoerli_Bytes! + token: stagingarbitrumgoerli_swap_LpToken! + amount: stagingarbitrumgoerli_swap_BigDecimal! + from: stagingarbitrumgoerli_swap_Bytes! + to: stagingarbitrumgoerli_swap_Bytes! + fromBalance: stagingarbitrumgoerli_swap_BigDecimal! + toBalance: stagingarbitrumgoerli_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: stagingarbitrumgoerli_swap_Bytes! + nonce: BigInt! } -input testoptimismgoerli_StableSwap_filter { +input stagingarbitrumgoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -43413,117 +40908,217 @@ input testoptimismgoerli_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - canonicalId: testoptimismgoerli_Bytes - canonicalId_not: testoptimismgoerli_Bytes - canonicalId_gt: testoptimismgoerli_Bytes - canonicalId_lt: testoptimismgoerli_Bytes - canonicalId_gte: testoptimismgoerli_Bytes - canonicalId_lte: testoptimismgoerli_Bytes - canonicalId_in: [testoptimismgoerli_Bytes!] - canonicalId_not_in: [testoptimismgoerli_Bytes!] - canonicalId_contains: testoptimismgoerli_Bytes - canonicalId_not_contains: testoptimismgoerli_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: testoptimismgoerli_Bytes - swapPool_not: testoptimismgoerli_Bytes - swapPool_gt: testoptimismgoerli_Bytes - swapPool_lt: testoptimismgoerli_Bytes - swapPool_gte: testoptimismgoerli_Bytes - swapPool_lte: testoptimismgoerli_Bytes - swapPool_in: [testoptimismgoerli_Bytes!] - swapPool_not_in: [testoptimismgoerli_Bytes!] - swapPool_contains: testoptimismgoerli_Bytes - swapPool_not_contains: testoptimismgoerli_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: stagingarbitrumgoerli_swap_LpToken_filter + amount: stagingarbitrumgoerli_swap_BigDecimal + amount_not: stagingarbitrumgoerli_swap_BigDecimal + amount_gt: stagingarbitrumgoerli_swap_BigDecimal + amount_lt: stagingarbitrumgoerli_swap_BigDecimal + amount_gte: stagingarbitrumgoerli_swap_BigDecimal + amount_lte: stagingarbitrumgoerli_swap_BigDecimal + amount_in: [stagingarbitrumgoerli_swap_BigDecimal!] + amount_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + from: stagingarbitrumgoerli_swap_Bytes + from_not: stagingarbitrumgoerli_swap_Bytes + from_gt: stagingarbitrumgoerli_swap_Bytes + from_lt: stagingarbitrumgoerli_swap_Bytes + from_gte: stagingarbitrumgoerli_swap_Bytes + from_lte: stagingarbitrumgoerli_swap_Bytes + from_in: [stagingarbitrumgoerli_swap_Bytes!] + from_not_in: [stagingarbitrumgoerli_swap_Bytes!] + from_contains: stagingarbitrumgoerli_swap_Bytes + from_not_contains: stagingarbitrumgoerli_swap_Bytes + to: stagingarbitrumgoerli_swap_Bytes + to_not: stagingarbitrumgoerli_swap_Bytes + to_gt: stagingarbitrumgoerli_swap_Bytes + to_lt: stagingarbitrumgoerli_swap_Bytes + to_gte: stagingarbitrumgoerli_swap_Bytes + to_lte: stagingarbitrumgoerli_swap_Bytes + to_in: [stagingarbitrumgoerli_swap_Bytes!] + to_not_in: [stagingarbitrumgoerli_swap_Bytes!] + to_contains: stagingarbitrumgoerli_swap_Bytes + to_not_contains: stagingarbitrumgoerli_swap_Bytes + fromBalance: stagingarbitrumgoerli_swap_BigDecimal + fromBalance_not: stagingarbitrumgoerli_swap_BigDecimal + fromBalance_gt: stagingarbitrumgoerli_swap_BigDecimal + fromBalance_lt: stagingarbitrumgoerli_swap_BigDecimal + fromBalance_gte: stagingarbitrumgoerli_swap_BigDecimal + fromBalance_lte: stagingarbitrumgoerli_swap_BigDecimal + fromBalance_in: [stagingarbitrumgoerli_swap_BigDecimal!] + fromBalance_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + toBalance: stagingarbitrumgoerli_swap_BigDecimal + toBalance_not: stagingarbitrumgoerli_swap_BigDecimal + toBalance_gt: stagingarbitrumgoerli_swap_BigDecimal + toBalance_lt: stagingarbitrumgoerli_swap_BigDecimal + toBalance_gte: stagingarbitrumgoerli_swap_BigDecimal + toBalance_lte: stagingarbitrumgoerli_swap_BigDecimal + toBalance_in: [stagingarbitrumgoerli_swap_BigDecimal!] + toBalance_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: testoptimismgoerli_BlockChangedFilter - and: [testoptimismgoerli_StableSwap_filter] - or: [testoptimismgoerli_StableSwap_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_LpTransferEvent_filter] + or: [stagingarbitrumgoerli_swap_LpTransferEvent_filter] } -enum testoptimismgoerli_StableSwap_orderBy { +enum stagingarbitrumgoerli_swap_LpTransferEvent_orderBy { id - canonicalId - domain - swapPool -} - -enum testoptimismgoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -type testoptimismgoerli__Block_ { - """The hash of the block""" - hash: testoptimismgoerli_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int +"""Defines the order direction, either ascending or descending""" +enum stagingarbitrumgoerli_swap_OrderDirection { + asc + desc } -"""The type for the top-level _meta field""" -type testoptimismgoerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: testoptimismgoerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! +type stagingarbitrumgoerli_swap_PooledToken { + id: ID! + asset: stagingarbitrumgoerli_swap_Bytes! } -scalar staginggoerli_swap_BigDecimal - -input staginggoerli_swap_BlockChangedFilter { - number_gte: Int! +input stagingarbitrumgoerli_swap_PooledToken_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!] + asset: stagingarbitrumgoerli_swap_Bytes + asset_not: stagingarbitrumgoerli_swap_Bytes + asset_gt: stagingarbitrumgoerli_swap_Bytes + asset_lt: stagingarbitrumgoerli_swap_Bytes + asset_gte: stagingarbitrumgoerli_swap_Bytes + asset_lte: stagingarbitrumgoerli_swap_Bytes + asset_in: [stagingarbitrumgoerli_swap_Bytes!] + asset_not_in: [stagingarbitrumgoerli_swap_Bytes!] + asset_contains: stagingarbitrumgoerli_swap_Bytes + asset_not_contains: stagingarbitrumgoerli_swap_Bytes + """Filter for the block changed event.""" + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_PooledToken_filter] + or: [stagingarbitrumgoerli_swap_PooledToken_filter] } -input staginggoerli_swap_Block_height { - hash: staginggoerli_swap_Bytes - number: Int - number_gte: Int +enum stagingarbitrumgoerli_swap_PooledToken_orderBy { + id + asset } -scalar staginggoerli_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar staginggoerli_swap_Int8 - -type staginggoerli_swap_LpAccount { +type stagingarbitrumgoerli_swap_StableSwap { id: ID! - address: staginggoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpAccountBalance_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpAccountBalance_filter): [staginggoerli_swap_LpAccountBalance!]! + isActive: Boolean + key: stagingarbitrumgoerli_swap_Bytes! + canonicalId: stagingarbitrumgoerli_swap_Bytes + domain: BigInt + swapPool: stagingarbitrumgoerli_swap_Bytes + lpToken: stagingarbitrumgoerli_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [stagingarbitrumgoerli_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_StableSwapEvent_filter): [stagingarbitrumgoerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_StableSwapExchange_filter): [stagingarbitrumgoerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter): [stagingarbitrumgoerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_SwapDailyVolume_filter): [stagingarbitrumgoerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter): [stagingarbitrumgoerli_swap_SwapWeeklyVolume!] } -type staginggoerli_swap_LpAccountBalance { +type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent implements stagingarbitrumgoerli_swap_StableSwapEvent { id: ID! - account: staginggoerli_swap_LpAccount! - token: staginggoerli_swap_LpToken! - amount: staginggoerli_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: staginggoerli_swap_Bytes + stableSwap: stagingarbitrumgoerli_swap_StableSwap! + provider: stagingarbitrumgoerli_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: stagingarbitrumgoerli_swap_Bytes! + nonce: BigInt! } -input staginggoerli_swap_LpAccountBalance_filter { +input stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -43532,56 +41127,79 @@ input staginggoerli_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: staginggoerli_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: staginggoerli_swap_LpToken_filter - amount: staginggoerli_swap_BigDecimal - amount_not: staginggoerli_swap_BigDecimal - amount_gt: staginggoerli_swap_BigDecimal - amount_lt: staginggoerli_swap_BigDecimal - amount_gte: staginggoerli_swap_BigDecimal - amount_lte: staginggoerli_swap_BigDecimal - amount_in: [staginggoerli_swap_BigDecimal!] - amount_not_in: [staginggoerli_swap_BigDecimal!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + provider: stagingarbitrumgoerli_swap_Bytes + provider_not: stagingarbitrumgoerli_swap_Bytes + provider_gt: stagingarbitrumgoerli_swap_Bytes + provider_lt: stagingarbitrumgoerli_swap_Bytes + provider_gte: stagingarbitrumgoerli_swap_Bytes + provider_lte: stagingarbitrumgoerli_swap_Bytes + provider_in: [stagingarbitrumgoerli_swap_Bytes!] + provider_not_in: [stagingarbitrumgoerli_swap_Bytes!] + provider_contains: stagingarbitrumgoerli_swap_Bytes + provider_not_contains: stagingarbitrumgoerli_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] block: BigInt block_not: BigInt block_gt: BigInt @@ -43590,49 +41208,80 @@ input staginggoerli_swap_LpAccountBalance_filter { block_lte: BigInt block_in: [BigInt!] block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpAccountBalance_filter] - or: [staginggoerli_swap_LpAccountBalance_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum staginggoerli_swap_LpAccountBalance_orderBy { +enum stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances block - modified + timestamp transaction + nonce } -input staginggoerli_swap_LpAccount_filter { +interface stagingarbitrumgoerli_swap_StableSwapEvent { + id: ID! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: stagingarbitrumgoerli_swap_Bytes! + nonce: BigInt! +} + +input stagingarbitrumgoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -43641,51 +41290,109 @@ input staginggoerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: staginggoerli_swap_Bytes - address_not: staginggoerli_swap_Bytes - address_gt: staginggoerli_swap_Bytes - address_lt: staginggoerli_swap_Bytes - address_gte: staginggoerli_swap_Bytes - address_lte: staginggoerli_swap_Bytes - address_in: [staginggoerli_swap_Bytes!] - address_not_in: [staginggoerli_swap_Bytes!] - address_contains: staginggoerli_swap_Bytes - address_not_contains: staginggoerli_swap_Bytes - balances_: staginggoerli_swap_LpAccountBalance_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpAccount_filter] - or: [staginggoerli_swap_LpAccount_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwapEvent_filter] + or: [stagingarbitrumgoerli_swap_StableSwapEvent_filter] } -enum staginggoerli_swap_LpAccount_orderBy { +enum stagingarbitrumgoerli_swap_StableSwapEvent_orderBy { id - address - balances -} - -type staginggoerli_swap_LpToken { - id: ID! - address: staginggoerli_swap_Bytes! - stableSwap: staginggoerli_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: staginggoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_LpTokenEvent_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_LpTokenEvent_filter): [staginggoerli_swap_LpTokenEvent!]! + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block + timestamp + transaction + nonce } -interface staginggoerli_swap_LpTokenEvent { +type stagingarbitrumgoerli_swap_StableSwapExchange { id: ID! - token: staginggoerli_swap_LpToken! - amount: staginggoerli_swap_BigDecimal! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! + buyer: stagingarbitrumgoerli_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! + transaction: stagingarbitrumgoerli_swap_Bytes! nonce: BigInt! } -input staginggoerli_swap_LpTokenEvent_filter { +input stagingarbitrumgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -43694,35 +41401,83 @@ input staginggoerli_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: staginggoerli_swap_LpToken_filter - amount: staginggoerli_swap_BigDecimal - amount_not: staginggoerli_swap_BigDecimal - amount_gt: staginggoerli_swap_BigDecimal - amount_lt: staginggoerli_swap_BigDecimal - amount_gte: staginggoerli_swap_BigDecimal - amount_lte: staginggoerli_swap_BigDecimal - amount_in: [staginggoerli_swap_BigDecimal!] - amount_not_in: [staginggoerli_swap_BigDecimal!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + buyer: stagingarbitrumgoerli_swap_Bytes + buyer_not: stagingarbitrumgoerli_swap_Bytes + buyer_gt: stagingarbitrumgoerli_swap_Bytes + buyer_lt: stagingarbitrumgoerli_swap_Bytes + buyer_gte: stagingarbitrumgoerli_swap_Bytes + buyer_lte: stagingarbitrumgoerli_swap_Bytes + buyer_in: [stagingarbitrumgoerli_swap_Bytes!] + buyer_not_in: [stagingarbitrumgoerli_swap_Bytes!] + buyer_contains: stagingarbitrumgoerli_swap_Bytes + buyer_not_contains: stagingarbitrumgoerli_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] block: BigInt block_not: BigInt block_gt: BigInt @@ -43739,16 +41494,16 @@ input staginggoerli_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -43758,28 +41513,60 @@ input staginggoerli_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpTokenEvent_filter] - or: [staginggoerli_swap_LpTokenEvent_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwapExchange_filter] + or: [stagingarbitrumgoerli_swap_StableSwapExchange_filter] } -enum staginggoerli_swap_LpTokenEvent_orderBy { +enum stagingarbitrumgoerli_swap_StableSwapExchange_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee block timestamp transaction nonce } -input staginggoerli_swap_LpToken_filter { +type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements stagingarbitrumgoerli_swap_StableSwapEvent { + id: ID! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! + provider: stagingarbitrumgoerli_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: stagingarbitrumgoerli_swap_Bytes! + nonce: BigInt! +} + +input stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -43788,16 +41575,6 @@ input staginggoerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: staginggoerli_swap_Bytes - address_not: staginggoerli_swap_Bytes - address_gt: staginggoerli_swap_Bytes - address_lt: staginggoerli_swap_Bytes - address_gte: staginggoerli_swap_Bytes - address_lte: staginggoerli_swap_Bytes - address_in: [staginggoerli_swap_Bytes!] - address_not_in: [staginggoerli_swap_Bytes!] - address_contains: staginggoerli_swap_Bytes - address_not_contains: staginggoerli_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -43818,185 +41595,59 @@ input staginggoerli_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: staginggoerli_swap_BigDecimal - totalSupply_not: staginggoerli_swap_BigDecimal - totalSupply_gt: staginggoerli_swap_BigDecimal - totalSupply_lt: staginggoerli_swap_BigDecimal - totalSupply_gte: staginggoerli_swap_BigDecimal - totalSupply_lte: staginggoerli_swap_BigDecimal - totalSupply_in: [staginggoerli_swap_BigDecimal!] - totalSupply_not_in: [staginggoerli_swap_BigDecimal!] - events_: staginggoerli_swap_LpTokenEvent_filter - """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpToken_filter] - or: [staginggoerli_swap_LpToken_filter] -} - -enum staginggoerli_swap_LpToken_orderBy { - id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events -} - -type staginggoerli_swap_LpTransferEvent implements staginggoerli_swap_LpTokenEvent { - id: ID! - token: staginggoerli_swap_LpToken! - amount: staginggoerli_swap_BigDecimal! - from: staginggoerli_swap_Bytes! - to: staginggoerli_swap_Bytes! - fromBalance: staginggoerli_swap_BigDecimal! - toBalance: staginggoerli_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! -} - -input staginggoerli_swap_LpTransferEvent_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!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: staginggoerli_swap_LpToken_filter - amount: staginggoerli_swap_BigDecimal - amount_not: staginggoerli_swap_BigDecimal - amount_gt: staginggoerli_swap_BigDecimal - amount_lt: staginggoerli_swap_BigDecimal - amount_gte: staginggoerli_swap_BigDecimal - amount_lte: staginggoerli_swap_BigDecimal - amount_in: [staginggoerli_swap_BigDecimal!] - amount_not_in: [staginggoerli_swap_BigDecimal!] - from: staginggoerli_swap_Bytes - from_not: staginggoerli_swap_Bytes - from_gt: staginggoerli_swap_Bytes - from_lt: staginggoerli_swap_Bytes - from_gte: staginggoerli_swap_Bytes - from_lte: staginggoerli_swap_Bytes - from_in: [staginggoerli_swap_Bytes!] - from_not_in: [staginggoerli_swap_Bytes!] - from_contains: staginggoerli_swap_Bytes - from_not_contains: staginggoerli_swap_Bytes - to: staginggoerli_swap_Bytes - to_not: staginggoerli_swap_Bytes - to_gt: staginggoerli_swap_Bytes - to_lt: staginggoerli_swap_Bytes - to_gte: staginggoerli_swap_Bytes - to_lte: staginggoerli_swap_Bytes - to_in: [staginggoerli_swap_Bytes!] - to_not_in: [staginggoerli_swap_Bytes!] - to_contains: staginggoerli_swap_Bytes - to_not_contains: staginggoerli_swap_Bytes - fromBalance: staginggoerli_swap_BigDecimal - fromBalance_not: staginggoerli_swap_BigDecimal - fromBalance_gt: staginggoerli_swap_BigDecimal - fromBalance_lt: staginggoerli_swap_BigDecimal - fromBalance_gte: staginggoerli_swap_BigDecimal - fromBalance_lte: staginggoerli_swap_BigDecimal - fromBalance_in: [staginggoerli_swap_BigDecimal!] - fromBalance_not_in: [staginggoerli_swap_BigDecimal!] - toBalance: staginggoerli_swap_BigDecimal - toBalance_not: staginggoerli_swap_BigDecimal - toBalance_gt: staginggoerli_swap_BigDecimal - toBalance_lt: staginggoerli_swap_BigDecimal - toBalance_gte: staginggoerli_swap_BigDecimal - toBalance_lte: staginggoerli_swap_BigDecimal - toBalance_in: [staginggoerli_swap_BigDecimal!] - toBalance_not_in: [staginggoerli_swap_BigDecimal!] + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + provider: stagingarbitrumgoerli_swap_Bytes + provider_not: stagingarbitrumgoerli_swap_Bytes + provider_gt: stagingarbitrumgoerli_swap_Bytes + provider_lt: stagingarbitrumgoerli_swap_Bytes + provider_gte: stagingarbitrumgoerli_swap_Bytes + provider_lte: stagingarbitrumgoerli_swap_Bytes + provider_in: [stagingarbitrumgoerli_swap_Bytes!] + provider_not_in: [stagingarbitrumgoerli_swap_Bytes!] + provider_contains: stagingarbitrumgoerli_swap_Bytes + provider_not_contains: stagingarbitrumgoerli_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] block: BigInt block_not: BigInt block_gt: BigInt @@ -44013,16 +41664,16 @@ input staginggoerli_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes + transaction: stagingarbitrumgoerli_swap_Bytes + transaction_not: stagingarbitrumgoerli_swap_Bytes + transaction_gt: stagingarbitrumgoerli_swap_Bytes + transaction_lt: stagingarbitrumgoerli_swap_Bytes + transaction_gte: stagingarbitrumgoerli_swap_Bytes + transaction_lte: stagingarbitrumgoerli_swap_Bytes + transaction_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] + transaction_contains: stagingarbitrumgoerli_swap_Bytes + transaction_not_contains: stagingarbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -44032,43 +41683,44 @@ input staginggoerli_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_LpTransferEvent_filter] - or: [staginggoerli_swap_LpTransferEvent_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum staginggoerli_swap_LpTransferEvent_orderBy { +enum stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances block timestamp transaction nonce } -"""Defines the order direction, either ascending or descending""" -enum staginggoerli_swap_OrderDirection { - asc - desc -} - -type staginggoerli_swap_PooledToken { - id: ID! - asset: staginggoerli_swap_Bytes! -} - -input staginggoerli_swap_PooledToken_filter { +input stagingarbitrumgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -44077,72 +41729,201 @@ input staginggoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: staginggoerli_swap_Bytes - asset_not: staginggoerli_swap_Bytes - asset_gt: staginggoerli_swap_Bytes - asset_lt: staginggoerli_swap_Bytes - asset_gte: staginggoerli_swap_Bytes - asset_lte: staginggoerli_swap_Bytes - asset_in: [staginggoerli_swap_Bytes!] - asset_not_in: [staginggoerli_swap_Bytes!] - asset_contains: staginggoerli_swap_Bytes - asset_not_contains: staginggoerli_swap_Bytes + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: stagingarbitrumgoerli_swap_Bytes + key_not: stagingarbitrumgoerli_swap_Bytes + key_gt: stagingarbitrumgoerli_swap_Bytes + key_lt: stagingarbitrumgoerli_swap_Bytes + key_gte: stagingarbitrumgoerli_swap_Bytes + key_lte: stagingarbitrumgoerli_swap_Bytes + key_in: [stagingarbitrumgoerli_swap_Bytes!] + key_not_in: [stagingarbitrumgoerli_swap_Bytes!] + key_contains: stagingarbitrumgoerli_swap_Bytes + key_not_contains: stagingarbitrumgoerli_swap_Bytes + canonicalId: stagingarbitrumgoerli_swap_Bytes + canonicalId_not: stagingarbitrumgoerli_swap_Bytes + canonicalId_gt: stagingarbitrumgoerli_swap_Bytes + canonicalId_lt: stagingarbitrumgoerli_swap_Bytes + canonicalId_gte: stagingarbitrumgoerli_swap_Bytes + canonicalId_lte: stagingarbitrumgoerli_swap_Bytes + canonicalId_in: [stagingarbitrumgoerli_swap_Bytes!] + canonicalId_not_in: [stagingarbitrumgoerli_swap_Bytes!] + canonicalId_contains: stagingarbitrumgoerli_swap_Bytes + canonicalId_not_contains: stagingarbitrumgoerli_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: stagingarbitrumgoerli_swap_Bytes + swapPool_not: stagingarbitrumgoerli_swap_Bytes + swapPool_gt: stagingarbitrumgoerli_swap_Bytes + swapPool_lt: stagingarbitrumgoerli_swap_Bytes + swapPool_gte: stagingarbitrumgoerli_swap_Bytes + swapPool_lte: stagingarbitrumgoerli_swap_Bytes + swapPool_in: [stagingarbitrumgoerli_swap_Bytes!] + swapPool_not_in: [stagingarbitrumgoerli_swap_Bytes!] + swapPool_contains: stagingarbitrumgoerli_swap_Bytes + swapPool_not_contains: stagingarbitrumgoerli_swap_Bytes + lpToken: stagingarbitrumgoerli_swap_Bytes + lpToken_not: stagingarbitrumgoerli_swap_Bytes + lpToken_gt: stagingarbitrumgoerli_swap_Bytes + lpToken_lt: stagingarbitrumgoerli_swap_Bytes + lpToken_gte: stagingarbitrumgoerli_swap_Bytes + lpToken_lte: stagingarbitrumgoerli_swap_Bytes + lpToken_in: [stagingarbitrumgoerli_swap_Bytes!] + lpToken_not_in: [stagingarbitrumgoerli_swap_Bytes!] + lpToken_contains: stagingarbitrumgoerli_swap_Bytes + lpToken_not_contains: stagingarbitrumgoerli_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [stagingarbitrumgoerli_swap_Bytes!] + pooledTokens_not: [stagingarbitrumgoerli_swap_Bytes!] + pooledTokens_contains: [stagingarbitrumgoerli_swap_Bytes!] + pooledTokens_contains_nocase: [stagingarbitrumgoerli_swap_Bytes!] + pooledTokens_not_contains: [stagingarbitrumgoerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [stagingarbitrumgoerli_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: stagingarbitrumgoerli_swap_StableSwapEvent_filter + exchanges_: stagingarbitrumgoerli_swap_StableSwapExchange_filter + hourlyVolumes_: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter + dailyVolumes_: stagingarbitrumgoerli_swap_SwapDailyVolume_filter + weeklyVolumes_: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_PooledToken_filter] - or: [staginggoerli_swap_PooledToken_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_StableSwap_filter] + or: [stagingarbitrumgoerli_swap_StableSwap_filter] } -enum staginggoerli_swap_PooledToken_orderBy { +enum stagingarbitrumgoerli_swap_StableSwap_orderBy { id - asset -} - -type staginggoerli_swap_StableSwap { - id: ID! - isActive: Boolean - key: staginggoerli_swap_Bytes! - canonicalId: staginggoerli_swap_Bytes - domain: BigInt - swapPool: staginggoerli_swap_Bytes - lpToken: staginggoerli_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [staginggoerli_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_StableSwapEvent_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_StableSwapEvent_filter): [staginggoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_StableSwapExchange_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_StableSwapExchange_filter): [staginggoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapHourlyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapHourlyVolume_filter): [staginggoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapDailyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapDailyVolume_filter): [staginggoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: staginggoerli_swap_OrderDirection, where: staginggoerli_swap_SwapWeeklyVolume_filter): [staginggoerli_swap_SwapWeeklyVolume!] + isActive + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type staginggoerli_swap_StableSwapAddLiquidityEvent implements staginggoerli_swap_StableSwapEvent { +type stagingarbitrumgoerli_swap_SwapDailyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - provider: staginggoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! + volume: stagingarbitrumgoerli_swap_BigDecimal! } -input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { +input stagingarbitrumgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -44171,67 +41952,7 @@ input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter - provider: staginggoerli_swap_Bytes - provider_not: staginggoerli_swap_Bytes - provider_gt: staginggoerli_swap_Bytes - provider_lt: staginggoerli_swap_Bytes - provider_gte: staginggoerli_swap_Bytes - provider_lte: staginggoerli_swap_Bytes - provider_in: [staginggoerli_swap_Bytes!] - provider_not_in: [staginggoerli_swap_Bytes!] - provider_contains: staginggoerli_swap_Bytes - provider_not_contains: staginggoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -44240,31 +41961,21 @@ input staginggoerli_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: stagingarbitrumgoerli_swap_BigDecimal + volume_not: stagingarbitrumgoerli_swap_BigDecimal + volume_gt: stagingarbitrumgoerli_swap_BigDecimal + volume_lt: stagingarbitrumgoerli_swap_BigDecimal + volume_gte: stagingarbitrumgoerli_swap_BigDecimal + volume_lte: stagingarbitrumgoerli_swap_BigDecimal + volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] + volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [staginggoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SwapDailyVolume_filter] + or: [stagingarbitrumgoerli_swap_SwapDailyVolume_filter] } -enum staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -44283,29 +41994,18 @@ enum staginggoerli_swap_StableSwapAddLiquidityEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block timestamp - transaction - nonce + volume } -interface staginggoerli_swap_StableSwapEvent { +type stagingarbitrumgoerli_swap_SwapHourlyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - block: BigInt! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! + volume: stagingarbitrumgoerli_swap_BigDecimal! } -input staginggoerli_swap_StableSwapEvent_filter { +input stagingarbitrumgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -44334,15 +42034,7 @@ input staginggoerli_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -44351,31 +42043,21 @@ input staginggoerli_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: stagingarbitrumgoerli_swap_BigDecimal + volume_not: stagingarbitrumgoerli_swap_BigDecimal + volume_gt: stagingarbitrumgoerli_swap_BigDecimal + volume_lt: stagingarbitrumgoerli_swap_BigDecimal + volume_gte: stagingarbitrumgoerli_swap_BigDecimal + volume_lte: stagingarbitrumgoerli_swap_BigDecimal + volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] + volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwapEvent_filter] - or: [staginggoerli_swap_StableSwapEvent_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SwapHourlyVolume_filter] + or: [stagingarbitrumgoerli_swap_SwapHourlyVolume_filter] } -enum staginggoerli_swap_StableSwapEvent_orderBy { +enum stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -44394,37 +42076,17 @@ enum staginggoerli_swap_StableSwapEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - block timestamp - transaction - nonce + volume } -type staginggoerli_swap_StableSwapExchange { - id: ID! - stableSwap: staginggoerli_swap_StableSwap! - buyer: staginggoerli_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! +interface stagingarbitrumgoerli_swap_SwapTradeVolume { + stableSwap: stagingarbitrumgoerli_swap_StableSwap! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! + volume: stagingarbitrumgoerli_swap_BigDecimal! } -input staginggoerli_swap_StableSwapExchange_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!] +input stagingarbitrumgoerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -44445,71 +42107,7 @@ input staginggoerli_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter - buyer: staginggoerli_swap_Bytes - buyer_not: staginggoerli_swap_Bytes - buyer_gt: staginggoerli_swap_Bytes - buyer_lt: staginggoerli_swap_Bytes - buyer_gte: staginggoerli_swap_Bytes - buyer_lte: staginggoerli_swap_Bytes - buyer_in: [staginggoerli_swap_Bytes!] - buyer_not_in: [staginggoerli_swap_Bytes!] - buyer_contains: staginggoerli_swap_Bytes - buyer_not_contains: staginggoerli_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -44518,32 +42116,21 @@ input staginggoerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: stagingarbitrumgoerli_swap_BigDecimal + volume_not: stagingarbitrumgoerli_swap_BigDecimal + volume_gt: stagingarbitrumgoerli_swap_BigDecimal + volume_lt: stagingarbitrumgoerli_swap_BigDecimal + volume_gte: stagingarbitrumgoerli_swap_BigDecimal + volume_lte: stagingarbitrumgoerli_swap_BigDecimal + volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] + volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwapExchange_filter] - or: [staginggoerli_swap_StableSwapExchange_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SwapTradeVolume_filter] + or: [stagingarbitrumgoerli_swap_SwapTradeVolume_filter] } -enum staginggoerli_swap_StableSwapExchange_orderBy { - id +enum stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -44561,125 +42148,47 @@ enum staginggoerli_swap_StableSwapExchange_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block timestamp - transaction - nonce + volume } -type staginggoerli_swap_StableSwapRemoveLiquidityEvent implements staginggoerli_swap_StableSwapEvent { +type stagingarbitrumgoerli_swap_SwapWeeklyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: staginggoerli_swap_StableSwap! - provider: staginggoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + stableSwap: stagingarbitrumgoerli_swap_StableSwap! timestamp: BigInt! - transaction: staginggoerli_swap_Bytes! - nonce: BigInt! + volume: stagingarbitrumgoerli_swap_BigDecimal! } -input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input stagingarbitrumgoerli_swap_SwapWeeklyVolume_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!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter - provider: staginggoerli_swap_Bytes - provider_not: staginggoerli_swap_Bytes - provider_gt: staginggoerli_swap_Bytes - provider_lt: staginggoerli_swap_Bytes - provider_gte: staginggoerli_swap_Bytes - provider_lte: staginggoerli_swap_Bytes - provider_in: [staginggoerli_swap_Bytes!] - provider_not_in: [staginggoerli_swap_Bytes!] - provider_contains: staginggoerli_swap_Bytes - provider_not_contains: staginggoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + id_in: [ID!] + id_not_in: [ID!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -44688,31 +42197,21 @@ input staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: staginggoerli_swap_Bytes - transaction_not: staginggoerli_swap_Bytes - transaction_gt: staginggoerli_swap_Bytes - transaction_lt: staginggoerli_swap_Bytes - transaction_gte: staginggoerli_swap_Bytes - transaction_lte: staginggoerli_swap_Bytes - transaction_in: [staginggoerli_swap_Bytes!] - transaction_not_in: [staginggoerli_swap_Bytes!] - transaction_contains: staginggoerli_swap_Bytes - transaction_not_contains: staginggoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: stagingarbitrumgoerli_swap_BigDecimal + volume_not: stagingarbitrumgoerli_swap_BigDecimal + volume_gt: stagingarbitrumgoerli_swap_BigDecimal + volume_lt: stagingarbitrumgoerli_swap_BigDecimal + volume_gte: stagingarbitrumgoerli_swap_BigDecimal + volume_lte: stagingarbitrumgoerli_swap_BigDecimal + volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] + volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [staginggoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter] + or: [stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter] } -enum staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -44731,20 +42230,224 @@ enum staginggoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block timestamp + volume +} + +type stagingarbitrumgoerli_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input stagingarbitrumgoerli_swap_SystemInfo_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!] + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter + and: [stagingarbitrumgoerli_swap_SystemInfo_filter] + or: [stagingarbitrumgoerli_swap_SystemInfo_filter] +} + +enum stagingarbitrumgoerli_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type stagingarbitrumgoerli_swap__Block_ { + """The hash of the block""" + hash: stagingarbitrumgoerli_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type stagingarbitrumgoerli_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: stagingarbitrumgoerli_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +scalar mumbai_swap_BigDecimal + +input mumbai_swap_BlockChangedFilter { + number_gte: Int! +} + +input mumbai_swap_Block_height { + hash: mumbai_swap_Bytes + number: Int + number_gte: Int +} + +scalar mumbai_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar mumbai_swap_Int8 + +type mumbai_swap_LpAccount { + id: ID! + address: mumbai_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_LpAccountBalance_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_LpAccountBalance_filter): [mumbai_swap_LpAccountBalance!]! +} + +type mumbai_swap_LpAccountBalance { + id: ID! + account: mumbai_swap_LpAccount! + token: mumbai_swap_LpToken! + amount: mumbai_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: mumbai_swap_Bytes +} + +input mumbai_swap_LpAccountBalance_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!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: mumbai_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: mumbai_swap_LpToken_filter + amount: mumbai_swap_BigDecimal + amount_not: mumbai_swap_BigDecimal + amount_gt: mumbai_swap_BigDecimal + amount_lt: mumbai_swap_BigDecimal + amount_gte: mumbai_swap_BigDecimal + amount_lte: mumbai_swap_BigDecimal + amount_in: [mumbai_swap_BigDecimal!] + amount_not_in: [mumbai_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes + """Filter for the block changed event.""" + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpAccountBalance_filter] + or: [mumbai_swap_LpAccountBalance_filter] +} + +enum mumbai_swap_LpAccountBalance_orderBy { + id + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified transaction - nonce } -input staginggoerli_swap_StableSwap_filter { +input mumbai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -44753,201 +42456,145 @@ input staginggoerli_swap_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - key: staginggoerli_swap_Bytes - key_not: staginggoerli_swap_Bytes - key_gt: staginggoerli_swap_Bytes - key_lt: staginggoerli_swap_Bytes - key_gte: staginggoerli_swap_Bytes - key_lte: staginggoerli_swap_Bytes - key_in: [staginggoerli_swap_Bytes!] - key_not_in: [staginggoerli_swap_Bytes!] - key_contains: staginggoerli_swap_Bytes - key_not_contains: staginggoerli_swap_Bytes - canonicalId: staginggoerli_swap_Bytes - canonicalId_not: staginggoerli_swap_Bytes - canonicalId_gt: staginggoerli_swap_Bytes - canonicalId_lt: staginggoerli_swap_Bytes - canonicalId_gte: staginggoerli_swap_Bytes - canonicalId_lte: staginggoerli_swap_Bytes - canonicalId_in: [staginggoerli_swap_Bytes!] - canonicalId_not_in: [staginggoerli_swap_Bytes!] - canonicalId_contains: staginggoerli_swap_Bytes - canonicalId_not_contains: staginggoerli_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: staginggoerli_swap_Bytes - swapPool_not: staginggoerli_swap_Bytes - swapPool_gt: staginggoerli_swap_Bytes - swapPool_lt: staginggoerli_swap_Bytes - swapPool_gte: staginggoerli_swap_Bytes - swapPool_lte: staginggoerli_swap_Bytes - swapPool_in: [staginggoerli_swap_Bytes!] - swapPool_not_in: [staginggoerli_swap_Bytes!] - swapPool_contains: staginggoerli_swap_Bytes - swapPool_not_contains: staginggoerli_swap_Bytes - lpToken: staginggoerli_swap_Bytes - lpToken_not: staginggoerli_swap_Bytes - lpToken_gt: staginggoerli_swap_Bytes - lpToken_lt: staginggoerli_swap_Bytes - lpToken_gte: staginggoerli_swap_Bytes - lpToken_lte: staginggoerli_swap_Bytes - lpToken_in: [staginggoerli_swap_Bytes!] - lpToken_not_in: [staginggoerli_swap_Bytes!] - lpToken_contains: staginggoerli_swap_Bytes - lpToken_not_contains: staginggoerli_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [staginggoerli_swap_Bytes!] - pooledTokens_not: [staginggoerli_swap_Bytes!] - pooledTokens_contains: [staginggoerli_swap_Bytes!] - pooledTokens_contains_nocase: [staginggoerli_swap_Bytes!] - pooledTokens_not_contains: [staginggoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [staginggoerli_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: staginggoerli_swap_StableSwapEvent_filter - exchanges_: staginggoerli_swap_StableSwapExchange_filter - hourlyVolumes_: staginggoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: staginggoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: staginggoerli_swap_SwapWeeklyVolume_filter + address: mumbai_swap_Bytes + address_not: mumbai_swap_Bytes + address_gt: mumbai_swap_Bytes + address_lt: mumbai_swap_Bytes + address_gte: mumbai_swap_Bytes + address_lte: mumbai_swap_Bytes + address_in: [mumbai_swap_Bytes!] + address_not_in: [mumbai_swap_Bytes!] + address_contains: mumbai_swap_Bytes + address_not_contains: mumbai_swap_Bytes + balances_: mumbai_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpAccount_filter] + or: [mumbai_swap_LpAccount_filter] +} + +enum mumbai_swap_LpAccount_orderBy { + id + address + balances +} + +type mumbai_swap_LpToken { + id: ID! + address: mumbai_swap_Bytes! + stableSwap: mumbai_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: mumbai_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_LpTokenEvent_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_LpTokenEvent_filter): [mumbai_swap_LpTokenEvent!]! +} + +interface mumbai_swap_LpTokenEvent { + id: ID! + token: mumbai_swap_LpToken! + amount: mumbai_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: mumbai_swap_Bytes! + nonce: BigInt! +} + +input mumbai_swap_LpTokenEvent_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!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: mumbai_swap_LpToken_filter + amount: mumbai_swap_BigDecimal + amount_not: mumbai_swap_BigDecimal + amount_gt: mumbai_swap_BigDecimal + amount_lt: mumbai_swap_BigDecimal + amount_gte: mumbai_swap_BigDecimal + amount_lte: mumbai_swap_BigDecimal + amount_in: [mumbai_swap_BigDecimal!] + amount_not_in: [mumbai_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_StableSwap_filter] - or: [staginggoerli_swap_StableSwap_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpTokenEvent_filter] + or: [mumbai_swap_LpTokenEvent_filter] } -enum staginggoerli_swap_StableSwap_orderBy { +enum mumbai_swap_LpTokenEvent_orderBy { id - isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes -} - -type staginggoerli_swap_SwapDailyVolume implements staginggoerli_swap_SwapTradeVolume { - id: ID! - stableSwap: staginggoerli_swap_StableSwap! - timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -input staginggoerli_swap_SwapDailyVolume_filter { +input mumbai_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -44956,6 +42603,16 @@ input staginggoerli_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + address: mumbai_swap_Bytes + address_not: mumbai_swap_Bytes + address_gt: mumbai_swap_Bytes + address_lt: mumbai_swap_Bytes + address_gte: mumbai_swap_Bytes + address_lte: mumbai_swap_Bytes + address_in: [mumbai_swap_Bytes!] + address_not_in: [mumbai_swap_Bytes!] + address_contains: mumbai_swap_Bytes + address_not_contains: mumbai_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -44976,31 +42633,73 @@ input staginggoerli_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: staginggoerli_swap_BigDecimal - volume_not: staginggoerli_swap_BigDecimal - volume_gt: staginggoerli_swap_BigDecimal - volume_lt: staginggoerli_swap_BigDecimal - volume_gte: staginggoerli_swap_BigDecimal - volume_lte: staginggoerli_swap_BigDecimal - volume_in: [staginggoerli_swap_BigDecimal!] - volume_not_in: [staginggoerli_swap_BigDecimal!] + stableSwap_: mumbai_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: mumbai_swap_BigDecimal + totalSupply_not: mumbai_swap_BigDecimal + totalSupply_gt: mumbai_swap_BigDecimal + totalSupply_lt: mumbai_swap_BigDecimal + totalSupply_gte: mumbai_swap_BigDecimal + totalSupply_lte: mumbai_swap_BigDecimal + totalSupply_in: [mumbai_swap_BigDecimal!] + totalSupply_not_in: [mumbai_swap_BigDecimal!] + events_: mumbai_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapDailyVolume_filter] - or: [staginggoerli_swap_SwapDailyVolume_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpToken_filter] + or: [mumbai_swap_LpToken_filter] } -enum staginggoerli_swap_SwapDailyVolume_orderBy { +enum mumbai_swap_LpToken_orderBy { id + address stableSwap stableSwap__id stableSwap__isActive @@ -45018,18 +42717,28 @@ enum staginggoerli_swap_SwapDailyVolume_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - timestamp - volume + decimals + name + symbol + totalSupply + events } -type staginggoerli_swap_SwapHourlyVolume implements staginggoerli_swap_SwapTradeVolume { +type mumbai_swap_LpTransferEvent implements mumbai_swap_LpTokenEvent { id: ID! - stableSwap: staginggoerli_swap_StableSwap! + token: mumbai_swap_LpToken! + amount: mumbai_swap_BigDecimal! + from: mumbai_swap_Bytes! + to: mumbai_swap_Bytes! + fromBalance: mumbai_swap_BigDecimal! + toBalance: mumbai_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + transaction: mumbai_swap_Bytes! + nonce: BigInt! } -input staginggoerli_swap_SwapHourlyVolume_filter { +input mumbai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -45038,27 +42747,79 @@ input staginggoerli_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: mumbai_swap_LpToken_filter + amount: mumbai_swap_BigDecimal + amount_not: mumbai_swap_BigDecimal + amount_gt: mumbai_swap_BigDecimal + amount_lt: mumbai_swap_BigDecimal + amount_gte: mumbai_swap_BigDecimal + amount_lte: mumbai_swap_BigDecimal + amount_in: [mumbai_swap_BigDecimal!] + amount_not_in: [mumbai_swap_BigDecimal!] + from: mumbai_swap_Bytes + from_not: mumbai_swap_Bytes + from_gt: mumbai_swap_Bytes + from_lt: mumbai_swap_Bytes + from_gte: mumbai_swap_Bytes + from_lte: mumbai_swap_Bytes + from_in: [mumbai_swap_Bytes!] + from_not_in: [mumbai_swap_Bytes!] + from_contains: mumbai_swap_Bytes + from_not_contains: mumbai_swap_Bytes + to: mumbai_swap_Bytes + to_not: mumbai_swap_Bytes + to_gt: mumbai_swap_Bytes + to_lt: mumbai_swap_Bytes + to_gte: mumbai_swap_Bytes + to_lte: mumbai_swap_Bytes + to_in: [mumbai_swap_Bytes!] + to_not_in: [mumbai_swap_Bytes!] + to_contains: mumbai_swap_Bytes + to_not_contains: mumbai_swap_Bytes + fromBalance: mumbai_swap_BigDecimal + fromBalance_not: mumbai_swap_BigDecimal + fromBalance_gt: mumbai_swap_BigDecimal + fromBalance_lt: mumbai_swap_BigDecimal + fromBalance_gte: mumbai_swap_BigDecimal + fromBalance_lte: mumbai_swap_BigDecimal + fromBalance_in: [mumbai_swap_BigDecimal!] + fromBalance_not_in: [mumbai_swap_BigDecimal!] + toBalance: mumbai_swap_BigDecimal + toBalance_not: mumbai_swap_BigDecimal + toBalance_gt: mumbai_swap_BigDecimal + toBalance_lt: mumbai_swap_BigDecimal + toBalance_gte: mumbai_swap_BigDecimal + toBalance_lte: mumbai_swap_BigDecimal + toBalance_in: [mumbai_swap_BigDecimal!] + toBalance_not_in: [mumbai_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -45067,50 +42828,144 @@ input staginggoerli_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: staginggoerli_swap_BigDecimal - volume_not: staginggoerli_swap_BigDecimal - volume_gt: staginggoerli_swap_BigDecimal - volume_lt: staginggoerli_swap_BigDecimal - volume_gte: staginggoerli_swap_BigDecimal - volume_lte: staginggoerli_swap_BigDecimal - volume_in: [staginggoerli_swap_BigDecimal!] - volume_not_in: [staginggoerli_swap_BigDecimal!] + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapHourlyVolume_filter] - or: [staginggoerli_swap_SwapHourlyVolume_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_LpTransferEvent_filter] + or: [mumbai_swap_LpTransferEvent_filter] } -enum staginggoerli_swap_SwapHourlyVolume_orderBy { +enum mumbai_swap_LpTransferEvent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block timestamp - volume + transaction + nonce } -interface staginggoerli_swap_SwapTradeVolume { - stableSwap: staginggoerli_swap_StableSwap! +"""Defines the order direction, either ascending or descending""" +enum mumbai_swap_OrderDirection { + asc + desc +} + +type mumbai_swap_PooledToken { + id: ID! + asset: mumbai_swap_Bytes! +} + +input mumbai_swap_PooledToken_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!] + asset: mumbai_swap_Bytes + asset_not: mumbai_swap_Bytes + asset_gt: mumbai_swap_Bytes + asset_lt: mumbai_swap_Bytes + asset_gte: mumbai_swap_Bytes + asset_lte: mumbai_swap_Bytes + asset_in: [mumbai_swap_Bytes!] + asset_not_in: [mumbai_swap_Bytes!] + asset_contains: mumbai_swap_Bytes + asset_not_contains: mumbai_swap_Bytes + """Filter for the block changed event.""" + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_PooledToken_filter] + or: [mumbai_swap_PooledToken_filter] +} + +enum mumbai_swap_PooledToken_orderBy { + id + asset +} + +type mumbai_swap_StableSwap { + id: ID! + isActive: Boolean + key: mumbai_swap_Bytes! + canonicalId: mumbai_swap_Bytes + domain: BigInt + swapPool: mumbai_swap_Bytes + lpToken: mumbai_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [mumbai_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_StableSwapEvent_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_StableSwapEvent_filter): [mumbai_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_StableSwapExchange_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_StableSwapExchange_filter): [mumbai_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapHourlyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapHourlyVolume_filter): [mumbai_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapDailyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapDailyVolume_filter): [mumbai_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapWeeklyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapWeeklyVolume_filter): [mumbai_swap_SwapWeeklyVolume!] +} + +type mumbai_swap_StableSwapAddLiquidityEvent implements mumbai_swap_StableSwapEvent { + id: ID! + stableSwap: mumbai_swap_StableSwap! + provider: mumbai_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + transaction: mumbai_swap_Bytes! + nonce: BigInt! } -input staginggoerli_swap_SwapTradeVolume_filter { +input mumbai_swap_StableSwapAddLiquidityEvent_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!] stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -45131,7 +42986,67 @@ input staginggoerli_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter + stableSwap_: mumbai_swap_StableSwap_filter + provider: mumbai_swap_Bytes + provider_not: mumbai_swap_Bytes + provider_gt: mumbai_swap_Bytes + provider_lt: mumbai_swap_Bytes + provider_gte: mumbai_swap_Bytes + provider_lte: mumbai_swap_Bytes + provider_in: [mumbai_swap_Bytes!] + provider_not_in: [mumbai_swap_Bytes!] + provider_contains: mumbai_swap_Bytes + provider_not_contains: mumbai_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -45140,21 +43055,32 @@ input staginggoerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: staginggoerli_swap_BigDecimal - volume_not: staginggoerli_swap_BigDecimal - volume_gt: staginggoerli_swap_BigDecimal - volume_lt: staginggoerli_swap_BigDecimal - volume_gte: staginggoerli_swap_BigDecimal - volume_lte: staginggoerli_swap_BigDecimal - volume_in: [staginggoerli_swap_BigDecimal!] - volume_not_in: [staginggoerli_swap_BigDecimal!] + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapTradeVolume_filter] - or: [staginggoerli_swap_SwapTradeVolume_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapAddLiquidityEvent_filter] + or: [mumbai_swap_StableSwapAddLiquidityEvent_filter] } -enum staginggoerli_swap_SwapTradeVolume_orderBy { +enum mumbai_swap_StableSwapAddLiquidityEvent_orderBy { + id stableSwap stableSwap__id stableSwap__isActive @@ -45172,18 +43098,29 @@ enum staginggoerli_swap_SwapTradeVolume_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - volume + transaction + nonce } -type staginggoerli_swap_SwapWeeklyVolume implements staginggoerli_swap_SwapTradeVolume { +interface mumbai_swap_StableSwapEvent { id: ID! - stableSwap: staginggoerli_swap_StableSwap! + stableSwap: mumbai_swap_StableSwap! + block: BigInt! timestamp: BigInt! - volume: staginggoerli_swap_BigDecimal! + transaction: mumbai_swap_Bytes! + nonce: BigInt! } -input staginggoerli_swap_SwapWeeklyVolume_filter { +input mumbai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -45212,7 +43149,15 @@ input staginggoerli_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: staginggoerli_swap_StableSwap_filter + stableSwap_: mumbai_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -45221,21 +43166,31 @@ input staginggoerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: staginggoerli_swap_BigDecimal - volume_not: staginggoerli_swap_BigDecimal - volume_gt: staginggoerli_swap_BigDecimal - volume_lt: staginggoerli_swap_BigDecimal - volume_gte: staginggoerli_swap_BigDecimal - volume_lte: staginggoerli_swap_BigDecimal - volume_in: [staginggoerli_swap_BigDecimal!] - volume_not_in: [staginggoerli_swap_BigDecimal!] + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SwapWeeklyVolume_filter] - or: [staginggoerli_swap_SwapWeeklyVolume_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapEvent_filter] + or: [mumbai_swap_StableSwapEvent_filter] } -enum staginggoerli_swap_SwapWeeklyVolume_orderBy { +enum mumbai_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -45254,277 +43209,29 @@ enum staginggoerli_swap_SwapWeeklyVolume_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - timestamp - volume -} - -type staginggoerli_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input staginggoerli_swap_SystemInfo_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!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_swap_BlockChangedFilter - and: [staginggoerli_swap_SystemInfo_filter] - or: [staginggoerli_swap_SystemInfo_filter] -} - -enum staginggoerli_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type staginggoerli_swap__Block_ { - """The hash of the block""" - hash: staginggoerli_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type staginggoerli_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: staginggoerli_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -scalar stagingarbitrumgoerli_swap_BigDecimal - -input stagingarbitrumgoerli_swap_BlockChangedFilter { - number_gte: Int! -} - -input stagingarbitrumgoerli_swap_Block_height { - hash: stagingarbitrumgoerli_swap_Bytes - number: Int - number_gte: Int -} - -scalar stagingarbitrumgoerli_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar stagingarbitrumgoerli_swap_Int8 - -type stagingarbitrumgoerli_swap_LpAccount { - id: ID! - address: stagingarbitrumgoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_LpAccountBalance_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_LpAccountBalance_filter): [stagingarbitrumgoerli_swap_LpAccountBalance!]! -} - -type stagingarbitrumgoerli_swap_LpAccountBalance { - id: ID! - account: stagingarbitrumgoerli_swap_LpAccount! - token: stagingarbitrumgoerli_swap_LpToken! - amount: stagingarbitrumgoerli_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: stagingarbitrumgoerli_swap_Bytes -} - -input stagingarbitrumgoerli_swap_LpAccountBalance_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!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: stagingarbitrumgoerli_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: stagingarbitrumgoerli_swap_LpToken_filter - amount: stagingarbitrumgoerli_swap_BigDecimal - amount_not: stagingarbitrumgoerli_swap_BigDecimal - amount_gt: stagingarbitrumgoerli_swap_BigDecimal - amount_lt: stagingarbitrumgoerli_swap_BigDecimal - amount_gte: stagingarbitrumgoerli_swap_BigDecimal - amount_lte: stagingarbitrumgoerli_swap_BigDecimal - amount_in: [stagingarbitrumgoerli_swap_BigDecimal!] - amount_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_LpAccountBalance_filter] - or: [stagingarbitrumgoerli_swap_LpAccountBalance_filter] -} - -enum stagingarbitrumgoerli_swap_LpAccountBalance_orderBy { - id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount block - modified + timestamp transaction + nonce } -input stagingarbitrumgoerli_swap_LpAccount_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!] - address: stagingarbitrumgoerli_swap_Bytes - address_not: stagingarbitrumgoerli_swap_Bytes - address_gt: stagingarbitrumgoerli_swap_Bytes - address_lt: stagingarbitrumgoerli_swap_Bytes - address_gte: stagingarbitrumgoerli_swap_Bytes - address_lte: stagingarbitrumgoerli_swap_Bytes - address_in: [stagingarbitrumgoerli_swap_Bytes!] - address_not_in: [stagingarbitrumgoerli_swap_Bytes!] - address_contains: stagingarbitrumgoerli_swap_Bytes - address_not_contains: stagingarbitrumgoerli_swap_Bytes - balances_: stagingarbitrumgoerli_swap_LpAccountBalance_filter - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_LpAccount_filter] - or: [stagingarbitrumgoerli_swap_LpAccount_filter] -} - -enum stagingarbitrumgoerli_swap_LpAccount_orderBy { - id - address - balances -} - -type stagingarbitrumgoerli_swap_LpToken { - id: ID! - address: stagingarbitrumgoerli_swap_Bytes! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: stagingarbitrumgoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_LpTokenEvent_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_LpTokenEvent_filter): [stagingarbitrumgoerli_swap_LpTokenEvent!]! -} - -interface stagingarbitrumgoerli_swap_LpTokenEvent { +type mumbai_swap_StableSwapExchange { id: ID! - token: stagingarbitrumgoerli_swap_LpToken! - amount: stagingarbitrumgoerli_swap_BigDecimal! + stableSwap: mumbai_swap_StableSwap! + buyer: mumbai_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! + transaction: mumbai_swap_Bytes! nonce: BigInt! } -input stagingarbitrumgoerli_swap_LpTokenEvent_filter { +input mumbai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -45533,35 +43240,83 @@ input stagingarbitrumgoerli_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: stagingarbitrumgoerli_swap_LpToken_filter - amount: stagingarbitrumgoerli_swap_BigDecimal - amount_not: stagingarbitrumgoerli_swap_BigDecimal - amount_gt: stagingarbitrumgoerli_swap_BigDecimal - amount_lt: stagingarbitrumgoerli_swap_BigDecimal - amount_gte: stagingarbitrumgoerli_swap_BigDecimal - amount_lte: stagingarbitrumgoerli_swap_BigDecimal - amount_in: [stagingarbitrumgoerli_swap_BigDecimal!] - amount_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: mumbai_swap_StableSwap_filter + buyer: mumbai_swap_Bytes + buyer_not: mumbai_swap_Bytes + buyer_gt: mumbai_swap_Bytes + buyer_lt: mumbai_swap_Bytes + buyer_gte: mumbai_swap_Bytes + buyer_lte: mumbai_swap_Bytes + buyer_in: [mumbai_swap_Bytes!] + buyer_not_in: [mumbai_swap_Bytes!] + buyer_contains: mumbai_swap_Bytes + buyer_not_contains: mumbai_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] block: BigInt block_not: BigInt block_gt: BigInt @@ -45578,16 +43333,16 @@ input stagingarbitrumgoerli_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -45597,28 +43352,60 @@ input stagingarbitrumgoerli_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_LpTokenEvent_filter] - or: [stagingarbitrumgoerli_swap_LpTokenEvent_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapExchange_filter] + or: [mumbai_swap_StableSwapExchange_filter] } -enum stagingarbitrumgoerli_swap_LpTokenEvent_orderBy { +enum mumbai_swap_StableSwapExchange_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee block timestamp transaction nonce } -input stagingarbitrumgoerli_swap_LpToken_filter { +type mumbai_swap_StableSwapRemoveLiquidityEvent implements mumbai_swap_StableSwapEvent { + id: ID! + stableSwap: mumbai_swap_StableSwap! + provider: mumbai_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: mumbai_swap_Bytes! + nonce: BigInt! +} + +input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -45627,16 +43414,6 @@ input stagingarbitrumgoerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: stagingarbitrumgoerli_swap_Bytes - address_not: stagingarbitrumgoerli_swap_Bytes - address_gt: stagingarbitrumgoerli_swap_Bytes - address_lt: stagingarbitrumgoerli_swap_Bytes - address_gte: stagingarbitrumgoerli_swap_Bytes - address_lte: stagingarbitrumgoerli_swap_Bytes - address_in: [stagingarbitrumgoerli_swap_Bytes!] - address_not_in: [stagingarbitrumgoerli_swap_Bytes!] - address_contains: stagingarbitrumgoerli_swap_Bytes - address_not_contains: stagingarbitrumgoerli_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -45657,185 +43434,59 @@ input stagingarbitrumgoerli_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: stagingarbitrumgoerli_swap_BigDecimal - totalSupply_not: stagingarbitrumgoerli_swap_BigDecimal - totalSupply_gt: stagingarbitrumgoerli_swap_BigDecimal - totalSupply_lt: stagingarbitrumgoerli_swap_BigDecimal - totalSupply_gte: stagingarbitrumgoerli_swap_BigDecimal - totalSupply_lte: stagingarbitrumgoerli_swap_BigDecimal - totalSupply_in: [stagingarbitrumgoerli_swap_BigDecimal!] - totalSupply_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] - events_: stagingarbitrumgoerli_swap_LpTokenEvent_filter - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_LpToken_filter] - or: [stagingarbitrumgoerli_swap_LpToken_filter] -} - -enum stagingarbitrumgoerli_swap_LpToken_orderBy { - id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events -} - -type stagingarbitrumgoerli_swap_LpTransferEvent implements stagingarbitrumgoerli_swap_LpTokenEvent { - id: ID! - token: stagingarbitrumgoerli_swap_LpToken! - amount: stagingarbitrumgoerli_swap_BigDecimal! - from: stagingarbitrumgoerli_swap_Bytes! - to: stagingarbitrumgoerli_swap_Bytes! - fromBalance: stagingarbitrumgoerli_swap_BigDecimal! - toBalance: stagingarbitrumgoerli_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! - nonce: BigInt! -} - -input stagingarbitrumgoerli_swap_LpTransferEvent_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!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: stagingarbitrumgoerli_swap_LpToken_filter - amount: stagingarbitrumgoerli_swap_BigDecimal - amount_not: stagingarbitrumgoerli_swap_BigDecimal - amount_gt: stagingarbitrumgoerli_swap_BigDecimal - amount_lt: stagingarbitrumgoerli_swap_BigDecimal - amount_gte: stagingarbitrumgoerli_swap_BigDecimal - amount_lte: stagingarbitrumgoerli_swap_BigDecimal - amount_in: [stagingarbitrumgoerli_swap_BigDecimal!] - amount_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] - from: stagingarbitrumgoerli_swap_Bytes - from_not: stagingarbitrumgoerli_swap_Bytes - from_gt: stagingarbitrumgoerli_swap_Bytes - from_lt: stagingarbitrumgoerli_swap_Bytes - from_gte: stagingarbitrumgoerli_swap_Bytes - from_lte: stagingarbitrumgoerli_swap_Bytes - from_in: [stagingarbitrumgoerli_swap_Bytes!] - from_not_in: [stagingarbitrumgoerli_swap_Bytes!] - from_contains: stagingarbitrumgoerli_swap_Bytes - from_not_contains: stagingarbitrumgoerli_swap_Bytes - to: stagingarbitrumgoerli_swap_Bytes - to_not: stagingarbitrumgoerli_swap_Bytes - to_gt: stagingarbitrumgoerli_swap_Bytes - to_lt: stagingarbitrumgoerli_swap_Bytes - to_gte: stagingarbitrumgoerli_swap_Bytes - to_lte: stagingarbitrumgoerli_swap_Bytes - to_in: [stagingarbitrumgoerli_swap_Bytes!] - to_not_in: [stagingarbitrumgoerli_swap_Bytes!] - to_contains: stagingarbitrumgoerli_swap_Bytes - to_not_contains: stagingarbitrumgoerli_swap_Bytes - fromBalance: stagingarbitrumgoerli_swap_BigDecimal - fromBalance_not: stagingarbitrumgoerli_swap_BigDecimal - fromBalance_gt: stagingarbitrumgoerli_swap_BigDecimal - fromBalance_lt: stagingarbitrumgoerli_swap_BigDecimal - fromBalance_gte: stagingarbitrumgoerli_swap_BigDecimal - fromBalance_lte: stagingarbitrumgoerli_swap_BigDecimal - fromBalance_in: [stagingarbitrumgoerli_swap_BigDecimal!] - fromBalance_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] - toBalance: stagingarbitrumgoerli_swap_BigDecimal - toBalance_not: stagingarbitrumgoerli_swap_BigDecimal - toBalance_gt: stagingarbitrumgoerli_swap_BigDecimal - toBalance_lt: stagingarbitrumgoerli_swap_BigDecimal - toBalance_gte: stagingarbitrumgoerli_swap_BigDecimal - toBalance_lte: stagingarbitrumgoerli_swap_BigDecimal - toBalance_in: [stagingarbitrumgoerli_swap_BigDecimal!] - toBalance_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + stableSwap_: mumbai_swap_StableSwap_filter + provider: mumbai_swap_Bytes + provider_not: mumbai_swap_Bytes + provider_gt: mumbai_swap_Bytes + provider_lt: mumbai_swap_Bytes + provider_gte: mumbai_swap_Bytes + provider_lte: mumbai_swap_Bytes + provider_in: [mumbai_swap_Bytes!] + provider_not_in: [mumbai_swap_Bytes!] + provider_contains: mumbai_swap_Bytes + provider_not_contains: mumbai_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] block: BigInt block_not: BigInt block_gt: BigInt @@ -45852,16 +43503,16 @@ input stagingarbitrumgoerli_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes + transaction: mumbai_swap_Bytes + transaction_not: mumbai_swap_Bytes + transaction_gt: mumbai_swap_Bytes + transaction_lt: mumbai_swap_Bytes + transaction_gte: mumbai_swap_Bytes + transaction_lte: mumbai_swap_Bytes + transaction_in: [mumbai_swap_Bytes!] + transaction_not_in: [mumbai_swap_Bytes!] + transaction_contains: mumbai_swap_Bytes + transaction_not_contains: mumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -45871,43 +43522,44 @@ input stagingarbitrumgoerli_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_LpTransferEvent_filter] - or: [stagingarbitrumgoerli_swap_LpTransferEvent_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingarbitrumgoerli_swap_LpTransferEvent_orderBy { +enum mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances block timestamp transaction nonce } -"""Defines the order direction, either ascending or descending""" -enum stagingarbitrumgoerli_swap_OrderDirection { - asc - desc -} - -type stagingarbitrumgoerli_swap_PooledToken { - id: ID! - asset: stagingarbitrumgoerli_swap_Bytes! -} - -input stagingarbitrumgoerli_swap_PooledToken_filter { +input mumbai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -45916,72 +43568,201 @@ input stagingarbitrumgoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: stagingarbitrumgoerli_swap_Bytes - asset_not: stagingarbitrumgoerli_swap_Bytes - asset_gt: stagingarbitrumgoerli_swap_Bytes - asset_lt: stagingarbitrumgoerli_swap_Bytes - asset_gte: stagingarbitrumgoerli_swap_Bytes - asset_lte: stagingarbitrumgoerli_swap_Bytes - asset_in: [stagingarbitrumgoerli_swap_Bytes!] - asset_not_in: [stagingarbitrumgoerli_swap_Bytes!] - asset_contains: stagingarbitrumgoerli_swap_Bytes - asset_not_contains: stagingarbitrumgoerli_swap_Bytes + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: mumbai_swap_Bytes + key_not: mumbai_swap_Bytes + key_gt: mumbai_swap_Bytes + key_lt: mumbai_swap_Bytes + key_gte: mumbai_swap_Bytes + key_lte: mumbai_swap_Bytes + key_in: [mumbai_swap_Bytes!] + key_not_in: [mumbai_swap_Bytes!] + key_contains: mumbai_swap_Bytes + key_not_contains: mumbai_swap_Bytes + canonicalId: mumbai_swap_Bytes + canonicalId_not: mumbai_swap_Bytes + canonicalId_gt: mumbai_swap_Bytes + canonicalId_lt: mumbai_swap_Bytes + canonicalId_gte: mumbai_swap_Bytes + canonicalId_lte: mumbai_swap_Bytes + canonicalId_in: [mumbai_swap_Bytes!] + canonicalId_not_in: [mumbai_swap_Bytes!] + canonicalId_contains: mumbai_swap_Bytes + canonicalId_not_contains: mumbai_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: mumbai_swap_Bytes + swapPool_not: mumbai_swap_Bytes + swapPool_gt: mumbai_swap_Bytes + swapPool_lt: mumbai_swap_Bytes + swapPool_gte: mumbai_swap_Bytes + swapPool_lte: mumbai_swap_Bytes + swapPool_in: [mumbai_swap_Bytes!] + swapPool_not_in: [mumbai_swap_Bytes!] + swapPool_contains: mumbai_swap_Bytes + swapPool_not_contains: mumbai_swap_Bytes + lpToken: mumbai_swap_Bytes + lpToken_not: mumbai_swap_Bytes + lpToken_gt: mumbai_swap_Bytes + lpToken_lt: mumbai_swap_Bytes + lpToken_gte: mumbai_swap_Bytes + lpToken_lte: mumbai_swap_Bytes + lpToken_in: [mumbai_swap_Bytes!] + lpToken_not_in: [mumbai_swap_Bytes!] + lpToken_contains: mumbai_swap_Bytes + lpToken_not_contains: mumbai_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [mumbai_swap_Bytes!] + pooledTokens_not: [mumbai_swap_Bytes!] + pooledTokens_contains: [mumbai_swap_Bytes!] + pooledTokens_contains_nocase: [mumbai_swap_Bytes!] + pooledTokens_not_contains: [mumbai_swap_Bytes!] + pooledTokens_not_contains_nocase: [mumbai_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: mumbai_swap_StableSwapEvent_filter + exchanges_: mumbai_swap_StableSwapExchange_filter + hourlyVolumes_: mumbai_swap_SwapHourlyVolume_filter + dailyVolumes_: mumbai_swap_SwapDailyVolume_filter + weeklyVolumes_: mumbai_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_PooledToken_filter] - or: [stagingarbitrumgoerli_swap_PooledToken_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_StableSwap_filter] + or: [mumbai_swap_StableSwap_filter] } -enum stagingarbitrumgoerli_swap_PooledToken_orderBy { +enum mumbai_swap_StableSwap_orderBy { id - asset -} - -type stagingarbitrumgoerli_swap_StableSwap { - id: ID! - isActive: Boolean - key: stagingarbitrumgoerli_swap_Bytes! - canonicalId: stagingarbitrumgoerli_swap_Bytes - domain: BigInt - swapPool: stagingarbitrumgoerli_swap_Bytes - lpToken: stagingarbitrumgoerli_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [stagingarbitrumgoerli_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_StableSwapEvent_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_StableSwapEvent_filter): [stagingarbitrumgoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_StableSwapExchange_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_StableSwapExchange_filter): [stagingarbitrumgoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter): [stagingarbitrumgoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_SwapDailyVolume_filter): [stagingarbitrumgoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingarbitrumgoerli_swap_OrderDirection, where: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter): [stagingarbitrumgoerli_swap_SwapWeeklyVolume!] + isActive + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent implements stagingarbitrumgoerli_swap_StableSwapEvent { +type mumbai_swap_SwapDailyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! - provider: stagingarbitrumgoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! - nonce: BigInt! + volume: mumbai_swap_BigDecimal! } -input stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { +input mumbai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -46010,67 +43791,7 @@ input stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter - provider: stagingarbitrumgoerli_swap_Bytes - provider_not: stagingarbitrumgoerli_swap_Bytes - provider_gt: stagingarbitrumgoerli_swap_Bytes - provider_lt: stagingarbitrumgoerli_swap_Bytes - provider_gte: stagingarbitrumgoerli_swap_Bytes - provider_lte: stagingarbitrumgoerli_swap_Bytes - provider_in: [stagingarbitrumgoerli_swap_Bytes!] - provider_not_in: [stagingarbitrumgoerli_swap_Bytes!] - provider_contains: stagingarbitrumgoerli_swap_Bytes - provider_not_contains: stagingarbitrumgoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + stableSwap_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -46079,31 +43800,21 @@ input stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: mumbai_swap_BigDecimal + volume_not: mumbai_swap_BigDecimal + volume_gt: mumbai_swap_BigDecimal + volume_lt: mumbai_swap_BigDecimal + volume_gte: mumbai_swap_BigDecimal + volume_lte: mumbai_swap_BigDecimal + volume_in: [mumbai_swap_BigDecimal!] + volume_not_in: [mumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapDailyVolume_filter] + or: [mumbai_swap_SwapDailyVolume_filter] } -enum stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum mumbai_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -46122,29 +43833,18 @@ enum stagingarbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block timestamp - transaction - nonce + volume } -interface stagingarbitrumgoerli_swap_StableSwapEvent { +type mumbai_swap_SwapHourlyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! - block: BigInt! + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! - nonce: BigInt! + volume: mumbai_swap_BigDecimal! } -input stagingarbitrumgoerli_swap_StableSwapEvent_filter { +input mumbai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -46173,15 +43873,7 @@ input stagingarbitrumgoerli_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + stableSwap_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -46190,31 +43882,21 @@ input stagingarbitrumgoerli_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: mumbai_swap_BigDecimal + volume_not: mumbai_swap_BigDecimal + volume_gt: mumbai_swap_BigDecimal + volume_lt: mumbai_swap_BigDecimal + volume_gte: mumbai_swap_BigDecimal + volume_lte: mumbai_swap_BigDecimal + volume_in: [mumbai_swap_BigDecimal!] + volume_not_in: [mumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_StableSwapEvent_filter] - or: [stagingarbitrumgoerli_swap_StableSwapEvent_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapHourlyVolume_filter] + or: [mumbai_swap_SwapHourlyVolume_filter] } -enum stagingarbitrumgoerli_swap_StableSwapEvent_orderBy { +enum mumbai_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -46233,37 +43915,17 @@ enum stagingarbitrumgoerli_swap_StableSwapEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - block timestamp - transaction - nonce + volume } -type stagingarbitrumgoerli_swap_StableSwapExchange { - id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! - buyer: stagingarbitrumgoerli_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! +interface mumbai_swap_SwapTradeVolume { + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! - nonce: BigInt! + volume: mumbai_swap_BigDecimal! } -input stagingarbitrumgoerli_swap_StableSwapExchange_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!] +input mumbai_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -46284,71 +43946,7 @@ input stagingarbitrumgoerli_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter - buyer: stagingarbitrumgoerli_swap_Bytes - buyer_not: stagingarbitrumgoerli_swap_Bytes - buyer_gt: stagingarbitrumgoerli_swap_Bytes - buyer_lt: stagingarbitrumgoerli_swap_Bytes - buyer_gte: stagingarbitrumgoerli_swap_Bytes - buyer_lte: stagingarbitrumgoerli_swap_Bytes - buyer_in: [stagingarbitrumgoerli_swap_Bytes!] - buyer_not_in: [stagingarbitrumgoerli_swap_Bytes!] - buyer_contains: stagingarbitrumgoerli_swap_Bytes - buyer_not_contains: stagingarbitrumgoerli_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + stableSwap_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -46357,32 +43955,21 @@ input stagingarbitrumgoerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + volume: mumbai_swap_BigDecimal + volume_not: mumbai_swap_BigDecimal + volume_gt: mumbai_swap_BigDecimal + volume_lt: mumbai_swap_BigDecimal + volume_gte: mumbai_swap_BigDecimal + volume_lte: mumbai_swap_BigDecimal + volume_in: [mumbai_swap_BigDecimal!] + volume_not_in: [mumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_StableSwapExchange_filter] - or: [stagingarbitrumgoerli_swap_StableSwapExchange_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapTradeVolume_filter] + or: [mumbai_swap_SwapTradeVolume_filter] } -enum stagingarbitrumgoerli_swap_StableSwapExchange_orderBy { - id +enum mumbai_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -46400,36 +43987,18 @@ enum stagingarbitrumgoerli_swap_StableSwapExchange_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block timestamp - transaction - nonce + volume } -type stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements stagingarbitrumgoerli_swap_StableSwapEvent { +type mumbai_swap_SwapWeeklyVolume implements mumbai_swap_SwapTradeVolume { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! - provider: stagingarbitrumgoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + stableSwap: mumbai_swap_StableSwap! timestamp: BigInt! - transaction: stagingarbitrumgoerli_swap_Bytes! - nonce: BigInt! + volume: mumbai_swap_BigDecimal! } -input stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input mumbai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -46458,100 +44027,30 @@ input stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter - provider: stagingarbitrumgoerli_swap_Bytes - provider_not: stagingarbitrumgoerli_swap_Bytes - provider_gt: stagingarbitrumgoerli_swap_Bytes - provider_lt: stagingarbitrumgoerli_swap_Bytes - provider_gte: stagingarbitrumgoerli_swap_Bytes - provider_lte: stagingarbitrumgoerli_swap_Bytes - provider_in: [stagingarbitrumgoerli_swap_Bytes!] - provider_not_in: [stagingarbitrumgoerli_swap_Bytes!] - provider_contains: stagingarbitrumgoerli_swap_Bytes - provider_not_contains: stagingarbitrumgoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + stableSwap_: mumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: stagingarbitrumgoerli_swap_Bytes - transaction_not: stagingarbitrumgoerli_swap_Bytes - transaction_gt: stagingarbitrumgoerli_swap_Bytes - transaction_lt: stagingarbitrumgoerli_swap_Bytes - transaction_gte: stagingarbitrumgoerli_swap_Bytes - transaction_lte: stagingarbitrumgoerli_swap_Bytes - transaction_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_not_in: [stagingarbitrumgoerli_swap_Bytes!] - transaction_contains: stagingarbitrumgoerli_swap_Bytes - transaction_not_contains: stagingarbitrumgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: mumbai_swap_BigDecimal + volume_not: mumbai_swap_BigDecimal + volume_gt: mumbai_swap_BigDecimal + volume_lt: mumbai_swap_BigDecimal + volume_gte: mumbai_swap_BigDecimal + volume_lte: mumbai_swap_BigDecimal + volume_in: [mumbai_swap_BigDecimal!] + volume_not_in: [mumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SwapWeeklyVolume_filter] + or: [mumbai_swap_SwapWeeklyVolume_filter] } -enum stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum mumbai_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -46570,20 +44069,17 @@ enum stagingarbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { stableSwap__virtualPrice stableSwap__invariant stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block timestamp - transaction - nonce + volume } -input stagingarbitrumgoerli_swap_StableSwap_filter { +type mumbai_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input mumbai_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -46592,30 +44088,157 @@ input stagingarbitrumgoerli_swap_StableSwap_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - key: stagingarbitrumgoerli_swap_Bytes - key_not: stagingarbitrumgoerli_swap_Bytes - key_gt: stagingarbitrumgoerli_swap_Bytes - key_lt: stagingarbitrumgoerli_swap_Bytes - key_gte: stagingarbitrumgoerli_swap_Bytes - key_lte: stagingarbitrumgoerli_swap_Bytes - key_in: [stagingarbitrumgoerli_swap_Bytes!] - key_not_in: [stagingarbitrumgoerli_swap_Bytes!] - key_contains: stagingarbitrumgoerli_swap_Bytes - key_not_contains: stagingarbitrumgoerli_swap_Bytes - canonicalId: stagingarbitrumgoerli_swap_Bytes - canonicalId_not: stagingarbitrumgoerli_swap_Bytes - canonicalId_gt: stagingarbitrumgoerli_swap_Bytes - canonicalId_lt: stagingarbitrumgoerli_swap_Bytes - canonicalId_gte: stagingarbitrumgoerli_swap_Bytes - canonicalId_lte: stagingarbitrumgoerli_swap_Bytes - canonicalId_in: [stagingarbitrumgoerli_swap_Bytes!] - canonicalId_not_in: [stagingarbitrumgoerli_swap_Bytes!] - canonicalId_contains: stagingarbitrumgoerli_swap_Bytes - canonicalId_not_contains: stagingarbitrumgoerli_swap_Bytes + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mumbai_swap_BlockChangedFilter + and: [mumbai_swap_SystemInfo_filter] + or: [mumbai_swap_SystemInfo_filter] +} + +enum mumbai_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type mumbai_swap__Block_ { + """The hash of the block""" + hash: mumbai_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type mumbai_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: mumbai_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type staginggoerli_AggregateRootSavedSlow { + id: ID! + aggregateRoot: staginggoerli_Bytes! + count: BigInt! + aggregatedRoots: [staginggoerli_Bytes!] + rootTimestamp: BigInt! +} + +input staginggoerli_AggregateRootSavedSlow_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!] + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + aggregatedRoots: [staginggoerli_Bytes!] + aggregatedRoots_not: [staginggoerli_Bytes!] + aggregatedRoots_contains: [staginggoerli_Bytes!] + aggregatedRoots_contains_nocase: [staginggoerli_Bytes!] + aggregatedRoots_not_contains: [staginggoerli_Bytes!] + aggregatedRoots_not_contains_nocase: [staginggoerli_Bytes!] + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregateRootSavedSlow_filter] + or: [staginggoerli_AggregateRootSavedSlow_filter] +} + +enum staginggoerli_AggregateRootSavedSlow_orderBy { + id + aggregateRoot + count + aggregatedRoots + rootTimestamp +} + +type staginggoerli_AggregatedMessageRoot { + id: ID! + index: BigInt! + receivedRoot: staginggoerli_Bytes! + domain: BigInt + blockNumber: BigInt +} + +input staginggoerli_AggregatedMessageRoot_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!] + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: staginggoerli_Bytes + receivedRoot_not: staginggoerli_Bytes + receivedRoot_gt: staginggoerli_Bytes + receivedRoot_lt: staginggoerli_Bytes + receivedRoot_gte: staginggoerli_Bytes + receivedRoot_lte: staginggoerli_Bytes + receivedRoot_in: [staginggoerli_Bytes!] + receivedRoot_not_in: [staginggoerli_Bytes!] + receivedRoot_contains: staginggoerli_Bytes + receivedRoot_not_contains: staginggoerli_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -46624,169 +44247,210 @@ input stagingarbitrumgoerli_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: stagingarbitrumgoerli_swap_Bytes - swapPool_not: stagingarbitrumgoerli_swap_Bytes - swapPool_gt: stagingarbitrumgoerli_swap_Bytes - swapPool_lt: stagingarbitrumgoerli_swap_Bytes - swapPool_gte: stagingarbitrumgoerli_swap_Bytes - swapPool_lte: stagingarbitrumgoerli_swap_Bytes - swapPool_in: [stagingarbitrumgoerli_swap_Bytes!] - swapPool_not_in: [stagingarbitrumgoerli_swap_Bytes!] - swapPool_contains: stagingarbitrumgoerli_swap_Bytes - swapPool_not_contains: stagingarbitrumgoerli_swap_Bytes - lpToken: stagingarbitrumgoerli_swap_Bytes - lpToken_not: stagingarbitrumgoerli_swap_Bytes - lpToken_gt: stagingarbitrumgoerli_swap_Bytes - lpToken_lt: stagingarbitrumgoerli_swap_Bytes - lpToken_gte: stagingarbitrumgoerli_swap_Bytes - lpToken_lte: stagingarbitrumgoerli_swap_Bytes - lpToken_in: [stagingarbitrumgoerli_swap_Bytes!] - lpToken_not_in: [stagingarbitrumgoerli_swap_Bytes!] - lpToken_contains: stagingarbitrumgoerli_swap_Bytes - lpToken_not_contains: stagingarbitrumgoerli_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [stagingarbitrumgoerli_swap_Bytes!] - pooledTokens_not: [stagingarbitrumgoerli_swap_Bytes!] - pooledTokens_contains: [stagingarbitrumgoerli_swap_Bytes!] - pooledTokens_contains_nocase: [stagingarbitrumgoerli_swap_Bytes!] - pooledTokens_not_contains: [stagingarbitrumgoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [stagingarbitrumgoerli_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: stagingarbitrumgoerli_swap_StableSwapEvent_filter - exchanges_: stagingarbitrumgoerli_swap_StableSwapExchange_filter - hourlyVolumes_: stagingarbitrumgoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: stagingarbitrumgoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregatedMessageRoot_filter] + or: [staginggoerli_AggregatedMessageRoot_filter] +} + +enum staginggoerli_AggregatedMessageRoot_orderBy { + id + index + receivedRoot + domain + blockNumber +} + +type staginggoerli_ArbitrumConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! +} + +input staginggoerli_ArbitrumConnectorMeta_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: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_ArbitrumConnectorMeta_filter] + or: [staginggoerli_ArbitrumConnectorMeta_filter] +} + +enum staginggoerli_ArbitrumConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +scalar staginggoerli_BigDecimal + +input staginggoerli_BlockChangedFilter { + number_gte: Int! +} + +input staginggoerli_Block_height { + hash: staginggoerli_Bytes + number: Int + number_gte: Int +} + +type staginggoerli_BnbConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! +} + +input staginggoerli_BnbConnectorMeta_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: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_StableSwap_filter] - or: [stagingarbitrumgoerli_swap_StableSwap_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_BnbConnectorMeta_filter] + or: [staginggoerli_BnbConnectorMeta_filter] } -enum stagingarbitrumgoerli_swap_StableSwap_orderBy { +enum staginggoerli_BnbConnectorMeta_orderBy { id - isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingarbitrumgoerli_swap_SwapDailyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { +scalar staginggoerli_Bytes + +type staginggoerli_GnosisConnectorMeta { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! - timestamp: BigInt! - volume: stagingarbitrumgoerli_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input stagingarbitrumgoerli_swap_SwapDailyVolume_filter { +input staginggoerli_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -46795,80 +44459,73 @@ input stagingarbitrumgoerli_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: stagingarbitrumgoerli_swap_BigDecimal - volume_not: stagingarbitrumgoerli_swap_BigDecimal - volume_gt: stagingarbitrumgoerli_swap_BigDecimal - volume_lt: stagingarbitrumgoerli_swap_BigDecimal - volume_gte: stagingarbitrumgoerli_swap_BigDecimal - volume_lte: stagingarbitrumgoerli_swap_BigDecimal - volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] - volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + 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: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SwapDailyVolume_filter] - or: [stagingarbitrumgoerli_swap_SwapDailyVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_GnosisConnectorMeta_filter] + or: [staginggoerli_GnosisConnectorMeta_filter] } -enum stagingarbitrumgoerli_swap_SwapDailyVolume_orderBy { +enum staginggoerli_GnosisConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingarbitrumgoerli_swap_SwapHourlyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { +type staginggoerli_HubDomain { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! - timestamp: BigInt! - volume: stagingarbitrumgoerli_swap_BigDecimal! + domain: BigInt } -input stagingarbitrumgoerli_swap_SwapHourlyVolume_filter { +input staginggoerli_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -46877,100 +44534,51 @@ input stagingarbitrumgoerli_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: stagingarbitrumgoerli_swap_BigDecimal - volume_not: stagingarbitrumgoerli_swap_BigDecimal - volume_gt: stagingarbitrumgoerli_swap_BigDecimal - volume_lt: stagingarbitrumgoerli_swap_BigDecimal - volume_gte: stagingarbitrumgoerli_swap_BigDecimal - volume_lte: stagingarbitrumgoerli_swap_BigDecimal - volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] - volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SwapHourlyVolume_filter] - or: [stagingarbitrumgoerli_swap_SwapHourlyVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_HubDomain_filter] + or: [staginggoerli_HubDomain_filter] } -enum stagingarbitrumgoerli_swap_SwapHourlyVolume_orderBy { +enum staginggoerli_HubDomain_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + domain } -interface stagingarbitrumgoerli_swap_SwapTradeVolume { - stableSwap: stagingarbitrumgoerli_swap_StableSwap! +type staginggoerli_HubOptimisticRootFinalized { + id: ID! + aggregateRoot: staginggoerli_Bytes! timestamp: BigInt! - volume: stagingarbitrumgoerli_swap_BigDecimal! + blockNumber: BigInt } -input stagingarbitrumgoerli_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter +input staginggoerli_HubOptimisticRootFinalized_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!] + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -46979,50 +44587,121 @@ input stagingarbitrumgoerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingarbitrumgoerli_swap_BigDecimal - volume_not: stagingarbitrumgoerli_swap_BigDecimal - volume_gt: stagingarbitrumgoerli_swap_BigDecimal - volume_lt: stagingarbitrumgoerli_swap_BigDecimal - volume_gte: stagingarbitrumgoerli_swap_BigDecimal - volume_lte: stagingarbitrumgoerli_swap_BigDecimal - volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] - volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SwapTradeVolume_filter] - or: [stagingarbitrumgoerli_swap_SwapTradeVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_HubOptimisticRootFinalized_filter] + or: [staginggoerli_HubOptimisticRootFinalized_filter] } -enum stagingarbitrumgoerli_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply +enum staginggoerli_HubOptimisticRootFinalized_orderBy { + id + aggregateRoot timestamp - volume + blockNumber } -type stagingarbitrumgoerli_swap_SwapWeeklyVolume implements stagingarbitrumgoerli_swap_SwapTradeVolume { +""" +8 bytes signed integer + +""" +scalar staginggoerli_Int8 + +type staginggoerli_OptimismConnectorMeta { id: ID! - stableSwap: stagingarbitrumgoerli_swap_StableSwap! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! +} + +input staginggoerli_OptimismConnectorMeta_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: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimismConnectorMeta_filter] + or: [staginggoerli_OptimismConnectorMeta_filter] +} + +enum staginggoerli_OptimismConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type staginggoerli_OptimisticRootPropagated { + id: ID! + aggregateRoot: staginggoerli_Bytes! + domainsHash: staginggoerli_Bytes! timestamp: BigInt! - volume: stagingarbitrumgoerli_swap_BigDecimal! + blockNumber: BigInt } -input stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter { +input staginggoerli_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -47031,27 +44710,116 @@ input stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: stagingarbitrumgoerli_swap_StableSwap_filter + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + domainsHash: staginggoerli_Bytes + domainsHash_not: staginggoerli_Bytes + domainsHash_gt: staginggoerli_Bytes + domainsHash_lt: staginggoerli_Bytes + domainsHash_gte: staginggoerli_Bytes + domainsHash_lte: staginggoerli_Bytes + domainsHash_in: [staginggoerli_Bytes!] + domainsHash_not_in: [staginggoerli_Bytes!] + domainsHash_contains: staginggoerli_Bytes + domainsHash_not_contains: staginggoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimisticRootPropagated_filter] + or: [staginggoerli_OptimisticRootPropagated_filter] +} + +enum staginggoerli_OptimisticRootPropagated_orderBy { + id + aggregateRoot + domainsHash + timestamp + blockNumber +} + +type staginggoerli_OptimisticRootProposed { + id: ID! + disputeCliff: BigInt! + aggregateRoot: staginggoerli_Bytes! + snapshotsRoots: [staginggoerli_Bytes!] + domains: [BigInt!] + baseAggregateRoot: staginggoerli_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input staginggoerli_OptimisticRootProposed_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!] + disputeCliff: BigInt + disputeCliff_not: BigInt + disputeCliff_gt: BigInt + disputeCliff_lt: BigInt + disputeCliff_gte: BigInt + disputeCliff_lte: BigInt + disputeCliff_in: [BigInt!] + disputeCliff_not_in: [BigInt!] + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + snapshotsRoots: [staginggoerli_Bytes!] + snapshotsRoots_not: [staginggoerli_Bytes!] + snapshotsRoots_contains: [staginggoerli_Bytes!] + snapshotsRoots_contains_nocase: [staginggoerli_Bytes!] + snapshotsRoots_not_contains: [staginggoerli_Bytes!] + snapshotsRoots_not_contains_nocase: [staginggoerli_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: staginggoerli_Bytes + baseAggregateRoot_not: staginggoerli_Bytes + baseAggregateRoot_gt: staginggoerli_Bytes + baseAggregateRoot_lt: staginggoerli_Bytes + baseAggregateRoot_gte: staginggoerli_Bytes + baseAggregateRoot_lte: staginggoerli_Bytes + baseAggregateRoot_in: [staginggoerli_Bytes!] + baseAggregateRoot_not_in: [staginggoerli_Bytes!] + baseAggregateRoot_contains: staginggoerli_Bytes + baseAggregateRoot_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -47060,50 +44828,47 @@ input stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingarbitrumgoerli_swap_BigDecimal - volume_not: stagingarbitrumgoerli_swap_BigDecimal - volume_gt: stagingarbitrumgoerli_swap_BigDecimal - volume_lt: stagingarbitrumgoerli_swap_BigDecimal - volume_gte: stagingarbitrumgoerli_swap_BigDecimal - volume_lte: stagingarbitrumgoerli_swap_BigDecimal - volume_in: [stagingarbitrumgoerli_swap_BigDecimal!] - volume_not_in: [stagingarbitrumgoerli_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter] - or: [stagingarbitrumgoerli_swap_SwapWeeklyVolume_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimisticRootProposed_filter] + or: [staginggoerli_OptimisticRootProposed_filter] } -enum stagingarbitrumgoerli_swap_SwapWeeklyVolume_orderBy { +enum staginggoerli_OptimisticRootProposed_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot timestamp - volume + blockNumber } -type stagingarbitrumgoerli_swap_SystemInfo { +"""Defines the order direction, either ascending or descending""" +enum staginggoerli_OrderDirection { + asc + desc +} + +type staginggoerli_PolygonConnectorMeta { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input stagingarbitrumgoerli_swap_SystemInfo_filter { +input staginggoerli_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -47112,96 +44877,75 @@ input stagingarbitrumgoerli_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + 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: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_swap_BlockChangedFilter - and: [stagingarbitrumgoerli_swap_SystemInfo_filter] - or: [stagingarbitrumgoerli_swap_SystemInfo_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_PolygonConnectorMeta_filter] + or: [staginggoerli_PolygonConnectorMeta_filter] } -enum stagingarbitrumgoerli_swap_SystemInfo_orderBy { +enum staginggoerli_PolygonConnectorMeta_orderBy { id - exchangeCount - swapCount -} - -type stagingarbitrumgoerli_swap__Block_ { - """The hash of the block""" - hash: stagingarbitrumgoerli_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type stagingarbitrumgoerli_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: stagingarbitrumgoerli_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -scalar arbitrumgoerli_swap_BigDecimal - -input arbitrumgoerli_swap_BlockChangedFilter { - number_gte: Int! -} - -input arbitrumgoerli_swap_Block_height { - hash: arbitrumgoerli_swap_Bytes - number: Int - number_gte: Int -} - -scalar arbitrumgoerli_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar arbitrumgoerli_swap_Int8 - -type arbitrumgoerli_swap_LpAccount { - id: ID! - address: arbitrumgoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_LpAccountBalance_filter): [arbitrumgoerli_swap_LpAccountBalance!]! + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type arbitrumgoerli_swap_LpAccountBalance { +type staginggoerli_RootAggregated { id: ID! - account: arbitrumgoerli_swap_LpAccount! - token: arbitrumgoerli_swap_LpToken! - amount: arbitrumgoerli_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: arbitrumgoerli_swap_Bytes + domain: BigInt! + receivedRoot: staginggoerli_Bytes! + index: BigInt! } -input arbitrumgoerli_swap_LpAccountBalance_filter { +input staginggoerli_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -47210,107 +44954,52 @@ input arbitrumgoerli_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: arbitrumgoerli_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: arbitrumgoerli_swap_LpToken_filter - amount: arbitrumgoerli_swap_BigDecimal - amount_not: arbitrumgoerli_swap_BigDecimal - amount_gt: arbitrumgoerli_swap_BigDecimal - amount_lt: arbitrumgoerli_swap_BigDecimal - amount_gte: arbitrumgoerli_swap_BigDecimal - amount_lte: arbitrumgoerli_swap_BigDecimal - amount_in: [arbitrumgoerli_swap_BigDecimal!] - amount_not_in: [arbitrumgoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + receivedRoot: staginggoerli_Bytes + receivedRoot_not: staginggoerli_Bytes + receivedRoot_gt: staginggoerli_Bytes + receivedRoot_lt: staginggoerli_Bytes + receivedRoot_gte: staginggoerli_Bytes + receivedRoot_lte: staginggoerli_Bytes + receivedRoot_in: [staginggoerli_Bytes!] + receivedRoot_not_in: [staginggoerli_Bytes!] + receivedRoot_contains: staginggoerli_Bytes + receivedRoot_not_contains: staginggoerli_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_LpAccountBalance_filter] - or: [arbitrumgoerli_swap_LpAccountBalance_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootAggregated_filter] + or: [staginggoerli_RootAggregated_filter] } -enum arbitrumgoerli_swap_LpAccountBalance_orderBy { +enum staginggoerli_RootAggregated_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + domain + receivedRoot + index } -input arbitrumgoerli_swap_LpAccount_filter { +type staginggoerli_RootManagerMeta { + id: ID! + domains: [BigInt!] + connectors: [staginggoerli_Bytes!] +} + +input staginggoerli_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -47319,51 +45008,36 @@ input arbitrumgoerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumgoerli_swap_Bytes - address_not: arbitrumgoerli_swap_Bytes - address_gt: arbitrumgoerli_swap_Bytes - address_lt: arbitrumgoerli_swap_Bytes - address_gte: arbitrumgoerli_swap_Bytes - address_lte: arbitrumgoerli_swap_Bytes - address_in: [arbitrumgoerli_swap_Bytes!] - address_not_in: [arbitrumgoerli_swap_Bytes!] - address_contains: arbitrumgoerli_swap_Bytes - address_not_contains: arbitrumgoerli_swap_Bytes - balances_: arbitrumgoerli_swap_LpAccountBalance_filter + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [staginggoerli_Bytes!] + connectors_not: [staginggoerli_Bytes!] + connectors_contains: [staginggoerli_Bytes!] + connectors_contains_nocase: [staginggoerli_Bytes!] + connectors_not_contains: [staginggoerli_Bytes!] + connectors_not_contains_nocase: [staginggoerli_Bytes!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_LpAccount_filter] - or: [arbitrumgoerli_swap_LpAccount_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootManagerMeta_filter] + or: [staginggoerli_RootManagerMeta_filter] } -enum arbitrumgoerli_swap_LpAccount_orderBy { +enum staginggoerli_RootManagerMeta_orderBy { id - address - balances -} - -type arbitrumgoerli_swap_LpToken { - id: ID! - address: arbitrumgoerli_swap_Bytes! - stableSwap: arbitrumgoerli_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: arbitrumgoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_LpTokenEvent_filter): [arbitrumgoerli_swap_LpTokenEvent!]! + domains + connectors } -interface arbitrumgoerli_swap_LpTokenEvent { +type staginggoerli_RootManagerMode { id: ID! - token: arbitrumgoerli_swap_LpToken! - amount: arbitrumgoerli_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! - nonce: BigInt! + mode: String! } -input arbitrumgoerli_swap_LpTokenEvent_filter { +input staginggoerli_RootManagerMode_filter { id: ID id_not: ID id_gt: ID @@ -47372,43 +45046,105 @@ input arbitrumgoerli_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: arbitrumgoerli_swap_LpToken_filter - amount: arbitrumgoerli_swap_BigDecimal - amount_not: arbitrumgoerli_swap_BigDecimal - amount_gt: arbitrumgoerli_swap_BigDecimal - amount_lt: arbitrumgoerli_swap_BigDecimal - amount_gte: arbitrumgoerli_swap_BigDecimal - amount_lte: arbitrumgoerli_swap_BigDecimal - amount_in: [arbitrumgoerli_swap_BigDecimal!] - amount_not_in: [arbitrumgoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootManagerMode_filter] + or: [staginggoerli_RootManagerMode_filter] +} + +enum staginggoerli_RootManagerMode_orderBy { + id + mode +} + +type staginggoerli_RootMessageProcessed { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + root: staginggoerli_Bytes + caller: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input staginggoerli_RootMessageProcessed_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!] + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -47417,47 +45153,58 @@ input arbitrumgoerli_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_LpTokenEvent_filter] - or: [arbitrumgoerli_swap_LpTokenEvent_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootMessageProcessed_filter] + or: [staginggoerli_RootMessageProcessed_filter] } -enum arbitrumgoerli_swap_LpTokenEvent_orderBy { +enum staginggoerli_RootMessageProcessed_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block + spokeDomain + hubDomain + root + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -input arbitrumgoerli_swap_LpToken_filter { +type staginggoerli_RootPropagated { + id: ID! + aggregate: staginggoerli_Bytes! + domainsHash: staginggoerli_Bytes! + count: BigInt! + blockNumber: BigInt +} + +input staginggoerli_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -47466,142 +45213,66 @@ input arbitrumgoerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumgoerli_swap_Bytes - address_not: arbitrumgoerli_swap_Bytes - address_gt: arbitrumgoerli_swap_Bytes - address_lt: arbitrumgoerli_swap_Bytes - address_gte: arbitrumgoerli_swap_Bytes - address_lte: arbitrumgoerli_swap_Bytes - address_in: [arbitrumgoerli_swap_Bytes!] - address_not_in: [arbitrumgoerli_swap_Bytes!] - address_contains: arbitrumgoerli_swap_Bytes - address_not_contains: arbitrumgoerli_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: arbitrumgoerli_swap_BigDecimal - totalSupply_not: arbitrumgoerli_swap_BigDecimal - totalSupply_gt: arbitrumgoerli_swap_BigDecimal - totalSupply_lt: arbitrumgoerli_swap_BigDecimal - totalSupply_gte: arbitrumgoerli_swap_BigDecimal - totalSupply_lte: arbitrumgoerli_swap_BigDecimal - totalSupply_in: [arbitrumgoerli_swap_BigDecimal!] - totalSupply_not_in: [arbitrumgoerli_swap_BigDecimal!] - events_: arbitrumgoerli_swap_LpTokenEvent_filter + aggregate: staginggoerli_Bytes + aggregate_not: staginggoerli_Bytes + aggregate_gt: staginggoerli_Bytes + aggregate_lt: staginggoerli_Bytes + aggregate_gte: staginggoerli_Bytes + aggregate_lte: staginggoerli_Bytes + aggregate_in: [staginggoerli_Bytes!] + aggregate_not_in: [staginggoerli_Bytes!] + aggregate_contains: staginggoerli_Bytes + aggregate_not_contains: staginggoerli_Bytes + domainsHash: staginggoerli_Bytes + domainsHash_not: staginggoerli_Bytes + domainsHash_gt: staginggoerli_Bytes + domainsHash_lt: staginggoerli_Bytes + domainsHash_gte: staginggoerli_Bytes + domainsHash_lte: staginggoerli_Bytes + domainsHash_in: [staginggoerli_Bytes!] + domainsHash_not_in: [staginggoerli_Bytes!] + domainsHash_contains: staginggoerli_Bytes + domainsHash_not_contains: staginggoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_LpToken_filter] - or: [arbitrumgoerli_swap_LpToken_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootPropagated_filter] + or: [staginggoerli_RootPropagated_filter] } -enum arbitrumgoerli_swap_LpToken_orderBy { +enum staginggoerli_RootPropagated_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + aggregate + domainsHash + count + blockNumber } -type arbitrumgoerli_swap_LpTransferEvent implements arbitrumgoerli_swap_LpTokenEvent { +type staginggoerli_ZkSyncConnectorMeta { id: ID! - token: arbitrumgoerli_swap_LpToken! - amount: arbitrumgoerli_swap_BigDecimal! - from: arbitrumgoerli_swap_Bytes! - to: arbitrumgoerli_swap_Bytes! - fromBalance: arbitrumgoerli_swap_BigDecimal! - toBalance: arbitrumgoerli_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: staginggoerli_Bytes! + rootManager: staginggoerli_Bytes! + mirrorConnector: staginggoerli_Bytes! } -input arbitrumgoerli_swap_LpTransferEvent_filter { +input staginggoerli_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -47610,143 +45281,110 @@ input arbitrumgoerli_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: arbitrumgoerli_swap_LpToken_filter - amount: arbitrumgoerli_swap_BigDecimal - amount_not: arbitrumgoerli_swap_BigDecimal - amount_gt: arbitrumgoerli_swap_BigDecimal - amount_lt: arbitrumgoerli_swap_BigDecimal - amount_gte: arbitrumgoerli_swap_BigDecimal - amount_lte: arbitrumgoerli_swap_BigDecimal - amount_in: [arbitrumgoerli_swap_BigDecimal!] - amount_not_in: [arbitrumgoerli_swap_BigDecimal!] - from: arbitrumgoerli_swap_Bytes - from_not: arbitrumgoerli_swap_Bytes - from_gt: arbitrumgoerli_swap_Bytes - from_lt: arbitrumgoerli_swap_Bytes - from_gte: arbitrumgoerli_swap_Bytes - from_lte: arbitrumgoerli_swap_Bytes - from_in: [arbitrumgoerli_swap_Bytes!] - from_not_in: [arbitrumgoerli_swap_Bytes!] - from_contains: arbitrumgoerli_swap_Bytes - from_not_contains: arbitrumgoerli_swap_Bytes - to: arbitrumgoerli_swap_Bytes - to_not: arbitrumgoerli_swap_Bytes - to_gt: arbitrumgoerli_swap_Bytes - to_lt: arbitrumgoerli_swap_Bytes - to_gte: arbitrumgoerli_swap_Bytes - to_lte: arbitrumgoerli_swap_Bytes - to_in: [arbitrumgoerli_swap_Bytes!] - to_not_in: [arbitrumgoerli_swap_Bytes!] - to_contains: arbitrumgoerli_swap_Bytes - to_not_contains: arbitrumgoerli_swap_Bytes - fromBalance: arbitrumgoerli_swap_BigDecimal - fromBalance_not: arbitrumgoerli_swap_BigDecimal - fromBalance_gt: arbitrumgoerli_swap_BigDecimal - fromBalance_lt: arbitrumgoerli_swap_BigDecimal - fromBalance_gte: arbitrumgoerli_swap_BigDecimal - fromBalance_lte: arbitrumgoerli_swap_BigDecimal - fromBalance_in: [arbitrumgoerli_swap_BigDecimal!] - fromBalance_not_in: [arbitrumgoerli_swap_BigDecimal!] - toBalance: arbitrumgoerli_swap_BigDecimal - toBalance_not: arbitrumgoerli_swap_BigDecimal - toBalance_gt: arbitrumgoerli_swap_BigDecimal - toBalance_lt: arbitrumgoerli_swap_BigDecimal - toBalance_gte: arbitrumgoerli_swap_BigDecimal - toBalance_lte: arbitrumgoerli_swap_BigDecimal - toBalance_in: [arbitrumgoerli_swap_BigDecimal!] - toBalance_not_in: [arbitrumgoerli_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_LpTransferEvent_filter] - or: [arbitrumgoerli_swap_LpTransferEvent_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_ZkSyncConnectorMeta_filter] + or: [staginggoerli_ZkSyncConnectorMeta_filter] } -enum arbitrumgoerli_swap_LpTransferEvent_orderBy { +enum staginggoerli_ZkSyncConnectorMeta_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type staginggoerli__Block_ { + """The hash of the block""" + hash: staginggoerli_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int } -"""Defines the order direction, either ascending or descending""" -enum arbitrumgoerli_swap_OrderDirection { - asc - desc +"""The type for the top-level _meta field""" +type staginggoerli__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: staginggoerli__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -type arbitrumgoerli_swap_PooledToken { +type testgoerli_Asset { id: ID! - asset: arbitrumgoerli_swap_Bytes! + key: testgoerli_Bytes + local: testgoerli_Bytes! + adoptedAsset: testgoerli_Bytes! + canonicalId: testgoerli_Bytes! + canonicalDomain: BigInt! + blockNumber: BigInt! } -input arbitrumgoerli_swap_PooledToken_filter { +type testgoerli_AssetBalance { + id: ID! + amount: BigInt! + router: testgoerli_Router! + asset: testgoerli_Asset! +} + +input testgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -47755,72 +45393,83 @@ input arbitrumgoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: arbitrumgoerli_swap_Bytes - asset_not: arbitrumgoerli_swap_Bytes - asset_gt: arbitrumgoerli_swap_Bytes - asset_lt: arbitrumgoerli_swap_Bytes - asset_gte: arbitrumgoerli_swap_Bytes - asset_lte: arbitrumgoerli_swap_Bytes - asset_in: [arbitrumgoerli_swap_Bytes!] - asset_not_in: [arbitrumgoerli_swap_Bytes!] - asset_contains: arbitrumgoerli_swap_Bytes - asset_not_contains: arbitrumgoerli_swap_Bytes + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: testgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: testgoerli_Asset_filter """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_PooledToken_filter] - or: [arbitrumgoerli_swap_PooledToken_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_AssetBalance_filter] + or: [testgoerli_AssetBalance_filter] } -enum arbitrumgoerli_swap_PooledToken_orderBy { +enum testgoerli_AssetBalance_orderBy { id + amount + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__local + asset__adoptedAsset + asset__canonicalId + asset__canonicalDomain + asset__blockNumber } -type arbitrumgoerli_swap_StableSwap { - id: ID! - isActive: Boolean - key: arbitrumgoerli_swap_Bytes! - canonicalId: arbitrumgoerli_swap_Bytes - domain: BigInt - swapPool: arbitrumgoerli_swap_Bytes - lpToken: arbitrumgoerli_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [arbitrumgoerli_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_StableSwapEvent_filter): [arbitrumgoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_StableSwapExchange_filter): [arbitrumgoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_SwapHourlyVolume_filter): [arbitrumgoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_SwapDailyVolume_filter): [arbitrumgoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_SwapWeeklyVolume_filter): [arbitrumgoerli_swap_SwapWeeklyVolume!] -} - -type arbitrumgoerli_swap_StableSwapAddLiquidityEvent implements arbitrumgoerli_swap_StableSwapEvent { - id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! - provider: arbitrumgoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! - nonce: BigInt! -} - -input arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { +input testgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -47829,272 +45478,132 @@ input arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter - provider: arbitrumgoerli_swap_Bytes - provider_not: arbitrumgoerli_swap_Bytes - provider_gt: arbitrumgoerli_swap_Bytes - provider_lt: arbitrumgoerli_swap_Bytes - provider_gte: arbitrumgoerli_swap_Bytes - provider_lte: arbitrumgoerli_swap_Bytes - provider_in: [arbitrumgoerli_swap_Bytes!] - provider_not_in: [arbitrumgoerli_swap_Bytes!] - provider_contains: arbitrumgoerli_swap_Bytes - provider_not_contains: arbitrumgoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + key: testgoerli_Bytes + key_not: testgoerli_Bytes + key_gt: testgoerli_Bytes + key_lt: testgoerli_Bytes + key_gte: testgoerli_Bytes + key_lte: testgoerli_Bytes + key_in: [testgoerli_Bytes!] + key_not_in: [testgoerli_Bytes!] + key_contains: testgoerli_Bytes + key_not_contains: testgoerli_Bytes + local: testgoerli_Bytes + local_not: testgoerli_Bytes + local_gt: testgoerli_Bytes + local_lt: testgoerli_Bytes + local_gte: testgoerli_Bytes + local_lte: testgoerli_Bytes + local_in: [testgoerli_Bytes!] + local_not_in: [testgoerli_Bytes!] + local_contains: testgoerli_Bytes + local_not_contains: testgoerli_Bytes + adoptedAsset: testgoerli_Bytes + adoptedAsset_not: testgoerli_Bytes + adoptedAsset_gt: testgoerli_Bytes + adoptedAsset_lt: testgoerli_Bytes + adoptedAsset_gte: testgoerli_Bytes + adoptedAsset_lte: testgoerli_Bytes + adoptedAsset_in: [testgoerli_Bytes!] + adoptedAsset_not_in: [testgoerli_Bytes!] + adoptedAsset_contains: testgoerli_Bytes + adoptedAsset_not_contains: testgoerli_Bytes + canonicalId: testgoerli_Bytes + canonicalId_not: testgoerli_Bytes + canonicalId_gt: testgoerli_Bytes + canonicalId_lt: testgoerli_Bytes + canonicalId_gte: testgoerli_Bytes + canonicalId_lte: testgoerli_Bytes + canonicalId_in: [testgoerli_Bytes!] + canonicalId_not_in: [testgoerli_Bytes!] + canonicalId_contains: testgoerli_Bytes + canonicalId_not_contains: testgoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Asset_filter] + or: [testgoerli_Asset_filter] } -enum arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum testgoerli_Asset_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + key + local + adoptedAsset + canonicalId + canonicalDomain + blockNumber } -interface arbitrumgoerli_swap_StableSwapEvent { - id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! - nonce: BigInt! -} +scalar testgoerli_BigDecimal -input arbitrumgoerli_swap_StableSwapEvent_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!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_StableSwapEvent_filter] - or: [arbitrumgoerli_swap_StableSwapEvent_filter] +input testgoerli_BlockChangedFilter { + number_gte: Int! } -enum arbitrumgoerli_swap_StableSwapEvent_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction - nonce +input testgoerli_Block_height { + hash: testgoerli_Bytes + number: Int + number_gte: Int } -type arbitrumgoerli_swap_StableSwapExchange { +scalar testgoerli_Bytes + +type testgoerli_DestinationTransfer { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! - buyer: arbitrumgoerli_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: testgoerli_Bytes + nonce: BigInt + to: testgoerli_Bytes + callData: testgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + agent: testgoerli_Bytes + recovery: testgoerli_Bytes + forceSlow: Boolean + receiveLocal: Boolean + callback: testgoerli_Bytes + callbackFee: BigInt + relayerFee: BigInt + destinationMinOut: BigInt + status: testgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: testgoerli_Router_orderBy, orderDirection: testgoerli_OrderDirection, where: testgoerli_Router_filter): [testgoerli_Router!] + originSender: testgoerli_Bytes + transactingAsset: testgoerli_Bytes + transactingAmount: BigInt + localAsset: testgoerli_Bytes + localAmount: BigInt + sponsorVaultRelayerFee: BigInt + executedCaller: testgoerli_Bytes + executedTransactionHash: testgoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + reconciledCaller: testgoerli_Bytes + reconciledTransactionHash: testgoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt } -input arbitrumgoerli_swap_StableSwapExchange_filter { +input testgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -48103,109 +45612,24 @@ input arbitrumgoerli_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter - buyer: arbitrumgoerli_swap_Bytes - buyer_not: arbitrumgoerli_swap_Bytes - buyer_gt: arbitrumgoerli_swap_Bytes - buyer_lt: arbitrumgoerli_swap_Bytes - buyer_gte: arbitrumgoerli_swap_Bytes - buyer_lte: arbitrumgoerli_swap_Bytes - buyer_in: [arbitrumgoerli_swap_Bytes!] - buyer_not_in: [arbitrumgoerli_swap_Bytes!] - buyer_contains: arbitrumgoerli_swap_Bytes - buyer_not_contains: arbitrumgoerli_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: testgoerli_Bytes + transferId_not: testgoerli_Bytes + transferId_gt: testgoerli_Bytes + transferId_lt: testgoerli_Bytes + transferId_gte: testgoerli_Bytes + transferId_lte: testgoerli_Bytes + transferId_in: [testgoerli_Bytes!] + transferId_not_in: [testgoerli_Bytes!] + transferId_contains: testgoerli_Bytes + transferId_not_contains: testgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -48214,61 +45638,362 @@ input arbitrumgoerli_swap_StableSwapExchange_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + to: testgoerli_Bytes + to_not: testgoerli_Bytes + to_gt: testgoerli_Bytes + to_lt: testgoerli_Bytes + to_gte: testgoerli_Bytes + to_lte: testgoerli_Bytes + to_in: [testgoerli_Bytes!] + to_not_in: [testgoerli_Bytes!] + to_contains: testgoerli_Bytes + to_not_contains: testgoerli_Bytes + callData: testgoerli_Bytes + callData_not: testgoerli_Bytes + callData_gt: testgoerli_Bytes + callData_lt: testgoerli_Bytes + callData_gte: testgoerli_Bytes + callData_lte: testgoerli_Bytes + callData_in: [testgoerli_Bytes!] + callData_not_in: [testgoerli_Bytes!] + callData_contains: testgoerli_Bytes + callData_not_contains: testgoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + agent: testgoerli_Bytes + agent_not: testgoerli_Bytes + agent_gt: testgoerli_Bytes + agent_lt: testgoerli_Bytes + agent_gte: testgoerli_Bytes + agent_lte: testgoerli_Bytes + agent_in: [testgoerli_Bytes!] + agent_not_in: [testgoerli_Bytes!] + agent_contains: testgoerli_Bytes + agent_not_contains: testgoerli_Bytes + recovery: testgoerli_Bytes + recovery_not: testgoerli_Bytes + recovery_gt: testgoerli_Bytes + recovery_lt: testgoerli_Bytes + recovery_gte: testgoerli_Bytes + recovery_lte: testgoerli_Bytes + recovery_in: [testgoerli_Bytes!] + recovery_not_in: [testgoerli_Bytes!] + recovery_contains: testgoerli_Bytes + recovery_not_contains: testgoerli_Bytes + forceSlow: Boolean + forceSlow_not: Boolean + forceSlow_in: [Boolean!] + forceSlow_not_in: [Boolean!] + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callback: testgoerli_Bytes + callback_not: testgoerli_Bytes + callback_gt: testgoerli_Bytes + callback_lt: testgoerli_Bytes + callback_gte: testgoerli_Bytes + callback_lte: testgoerli_Bytes + callback_in: [testgoerli_Bytes!] + callback_not_in: [testgoerli_Bytes!] + callback_contains: testgoerli_Bytes + callback_not_contains: testgoerli_Bytes + callbackFee: BigInt + callbackFee_not: BigInt + callbackFee_gt: BigInt + callbackFee_lt: BigInt + callbackFee_gte: BigInt + callbackFee_lte: BigInt + callbackFee_in: [BigInt!] + callbackFee_not_in: [BigInt!] + relayerFee: BigInt + relayerFee_not: BigInt + relayerFee_gt: BigInt + relayerFee_lt: BigInt + relayerFee_gte: BigInt + relayerFee_lte: BigInt + relayerFee_in: [BigInt!] + relayerFee_not_in: [BigInt!] + destinationMinOut: BigInt + destinationMinOut_not: BigInt + destinationMinOut_gt: BigInt + destinationMinOut_lt: BigInt + destinationMinOut_gte: BigInt + destinationMinOut_lte: BigInt + destinationMinOut_in: [BigInt!] + destinationMinOut_not_in: [BigInt!] + status: testgoerli_TransferStatus + status_not: testgoerli_TransferStatus + status_in: [testgoerli_TransferStatus!] + status_not_in: [testgoerli_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: testgoerli_Router_filter + originSender: testgoerli_Bytes + originSender_not: testgoerli_Bytes + originSender_gt: testgoerli_Bytes + originSender_lt: testgoerli_Bytes + originSender_gte: testgoerli_Bytes + originSender_lte: testgoerli_Bytes + originSender_in: [testgoerli_Bytes!] + originSender_not_in: [testgoerli_Bytes!] + originSender_contains: testgoerli_Bytes + originSender_not_contains: testgoerli_Bytes + transactingAsset: testgoerli_Bytes + transactingAsset_not: testgoerli_Bytes + transactingAsset_gt: testgoerli_Bytes + transactingAsset_lt: testgoerli_Bytes + transactingAsset_gte: testgoerli_Bytes + transactingAsset_lte: testgoerli_Bytes + transactingAsset_in: [testgoerli_Bytes!] + transactingAsset_not_in: [testgoerli_Bytes!] + transactingAsset_contains: testgoerli_Bytes + transactingAsset_not_contains: testgoerli_Bytes + transactingAmount: BigInt + transactingAmount_not: BigInt + transactingAmount_gt: BigInt + transactingAmount_lt: BigInt + transactingAmount_gte: BigInt + transactingAmount_lte: BigInt + transactingAmount_in: [BigInt!] + transactingAmount_not_in: [BigInt!] + localAsset: testgoerli_Bytes + localAsset_not: testgoerli_Bytes + localAsset_gt: testgoerli_Bytes + localAsset_lt: testgoerli_Bytes + localAsset_gte: testgoerli_Bytes + localAsset_lte: testgoerli_Bytes + localAsset_in: [testgoerli_Bytes!] + localAsset_not_in: [testgoerli_Bytes!] + localAsset_contains: testgoerli_Bytes + localAsset_not_contains: testgoerli_Bytes + localAmount: BigInt + localAmount_not: BigInt + localAmount_gt: BigInt + localAmount_lt: BigInt + localAmount_gte: BigInt + localAmount_lte: BigInt + localAmount_in: [BigInt!] + localAmount_not_in: [BigInt!] + sponsorVaultRelayerFee: BigInt + sponsorVaultRelayerFee_not: BigInt + sponsorVaultRelayerFee_gt: BigInt + sponsorVaultRelayerFee_lt: BigInt + sponsorVaultRelayerFee_gte: BigInt + sponsorVaultRelayerFee_lte: BigInt + sponsorVaultRelayerFee_in: [BigInt!] + sponsorVaultRelayerFee_not_in: [BigInt!] + executedCaller: testgoerli_Bytes + executedCaller_not: testgoerli_Bytes + executedCaller_gt: testgoerli_Bytes + executedCaller_lt: testgoerli_Bytes + executedCaller_gte: testgoerli_Bytes + executedCaller_lte: testgoerli_Bytes + executedCaller_in: [testgoerli_Bytes!] + executedCaller_not_in: [testgoerli_Bytes!] + executedCaller_contains: testgoerli_Bytes + executedCaller_not_contains: testgoerli_Bytes + executedTransactionHash: testgoerli_Bytes + executedTransactionHash_not: testgoerli_Bytes + executedTransactionHash_gt: testgoerli_Bytes + executedTransactionHash_lt: testgoerli_Bytes + executedTransactionHash_gte: testgoerli_Bytes + executedTransactionHash_lte: testgoerli_Bytes + executedTransactionHash_in: [testgoerli_Bytes!] + executedTransactionHash_not_in: [testgoerli_Bytes!] + executedTransactionHash_contains: testgoerli_Bytes + executedTransactionHash_not_contains: testgoerli_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + reconciledCaller: testgoerli_Bytes + reconciledCaller_not: testgoerli_Bytes + reconciledCaller_gt: testgoerli_Bytes + reconciledCaller_lt: testgoerli_Bytes + reconciledCaller_gte: testgoerli_Bytes + reconciledCaller_lte: testgoerli_Bytes + reconciledCaller_in: [testgoerli_Bytes!] + reconciledCaller_not_in: [testgoerli_Bytes!] + reconciledCaller_contains: testgoerli_Bytes + reconciledCaller_not_contains: testgoerli_Bytes + reconciledTransactionHash: testgoerli_Bytes + reconciledTransactionHash_not: testgoerli_Bytes + reconciledTransactionHash_gt: testgoerli_Bytes + reconciledTransactionHash_lt: testgoerli_Bytes + reconciledTransactionHash_gte: testgoerli_Bytes + reconciledTransactionHash_lte: testgoerli_Bytes + reconciledTransactionHash_in: [testgoerli_Bytes!] + reconciledTransactionHash_not_in: [testgoerli_Bytes!] + reconciledTransactionHash_contains: testgoerli_Bytes + reconciledTransactionHash_not_contains: testgoerli_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_StableSwapExchange_filter] - or: [arbitrumgoerli_swap_StableSwapExchange_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_DestinationTransfer_filter] + or: [testgoerli_DestinationTransfer_filter] } -enum arbitrumgoerli_swap_StableSwapExchange_orderBy { +enum testgoerli_DestinationTransfer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction + chainId + transferId nonce + to + callData + originDomain + destinationDomain + agent + recovery + forceSlow + receiveLocal + callback + callbackFee + relayerFee + destinationMinOut + status + routers + originSender + transactingAsset + transactingAmount + localAsset + localAmount + sponsorVaultRelayerFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber } -type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements arbitrumgoerli_swap_StableSwapEvent { +""" +8 bytes signed integer + +""" +scalar testgoerli_Int8 + +"""Defines the order direction, either ascending or descending""" +enum testgoerli_OrderDirection { + asc + desc +} + +type testgoerli_OriginTransfer { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! - provider: arbitrumgoerli_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumgoerli_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: testgoerli_Bytes + nonce: BigInt + to: testgoerli_Bytes + callData: testgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + agent: testgoerli_Bytes + recovery: testgoerli_Bytes + forceSlow: Boolean + receiveLocal: Boolean + callback: testgoerli_Bytes + callbackFee: BigInt + relayerFee: BigInt + destinationMinOut: BigInt + status: testgoerli_TransferStatus + originMinOut: BigInt + transactingAsset: testgoerli_Bytes + transactingAmount: BigInt + bridgedAsset: testgoerli_Bytes + bridgedAmount: BigInt + caller: testgoerli_Bytes + transactionHash: testgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input testgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -48277,105 +46002,24 @@ input arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter - provider: arbitrumgoerli_swap_Bytes - provider_not: arbitrumgoerli_swap_Bytes - provider_gt: arbitrumgoerli_swap_Bytes - provider_lt: arbitrumgoerli_swap_Bytes - provider_gte: arbitrumgoerli_swap_Bytes - provider_lte: arbitrumgoerli_swap_Bytes - provider_in: [arbitrumgoerli_swap_Bytes!] - provider_not_in: [arbitrumgoerli_swap_Bytes!] - provider_contains: arbitrumgoerli_swap_Bytes - provider_not_contains: arbitrumgoerli_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: arbitrumgoerli_swap_Bytes - transaction_not: arbitrumgoerli_swap_Bytes - transaction_gt: arbitrumgoerli_swap_Bytes - transaction_lt: arbitrumgoerli_swap_Bytes - transaction_gte: arbitrumgoerli_swap_Bytes - transaction_lte: arbitrumgoerli_swap_Bytes - transaction_in: [arbitrumgoerli_swap_Bytes!] - transaction_not_in: [arbitrumgoerli_swap_Bytes!] - transaction_contains: arbitrumgoerli_swap_Bytes - transaction_not_contains: arbitrumgoerli_swap_Bytes + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: testgoerli_Bytes + transferId_not: testgoerli_Bytes + transferId_gt: testgoerli_Bytes + transferId_lt: testgoerli_Bytes + transferId_gte: testgoerli_Bytes + transferId_lte: testgoerli_Bytes + transferId_in: [testgoerli_Bytes!] + transferId_not_in: [testgoerli_Bytes!] + transferId_contains: testgoerli_Bytes + transferId_not_contains: testgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -48384,248 +46028,248 @@ input arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + to: testgoerli_Bytes + to_not: testgoerli_Bytes + to_gt: testgoerli_Bytes + to_lt: testgoerli_Bytes + to_gte: testgoerli_Bytes + to_lte: testgoerli_Bytes + to_in: [testgoerli_Bytes!] + to_not_in: [testgoerli_Bytes!] + to_contains: testgoerli_Bytes + to_not_contains: testgoerli_Bytes + callData: testgoerli_Bytes + callData_not: testgoerli_Bytes + callData_gt: testgoerli_Bytes + callData_lt: testgoerli_Bytes + callData_gte: testgoerli_Bytes + callData_lte: testgoerli_Bytes + callData_in: [testgoerli_Bytes!] + callData_not_in: [testgoerli_Bytes!] + callData_contains: testgoerli_Bytes + callData_not_contains: testgoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + agent: testgoerli_Bytes + agent_not: testgoerli_Bytes + agent_gt: testgoerli_Bytes + agent_lt: testgoerli_Bytes + agent_gte: testgoerli_Bytes + agent_lte: testgoerli_Bytes + agent_in: [testgoerli_Bytes!] + agent_not_in: [testgoerli_Bytes!] + agent_contains: testgoerli_Bytes + agent_not_contains: testgoerli_Bytes + recovery: testgoerli_Bytes + recovery_not: testgoerli_Bytes + recovery_gt: testgoerli_Bytes + recovery_lt: testgoerli_Bytes + recovery_gte: testgoerli_Bytes + recovery_lte: testgoerli_Bytes + recovery_in: [testgoerli_Bytes!] + recovery_not_in: [testgoerli_Bytes!] + recovery_contains: testgoerli_Bytes + recovery_not_contains: testgoerli_Bytes + forceSlow: Boolean + forceSlow_not: Boolean + forceSlow_in: [Boolean!] + forceSlow_not_in: [Boolean!] + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callback: testgoerli_Bytes + callback_not: testgoerli_Bytes + callback_gt: testgoerli_Bytes + callback_lt: testgoerli_Bytes + callback_gte: testgoerli_Bytes + callback_lte: testgoerli_Bytes + callback_in: [testgoerli_Bytes!] + callback_not_in: [testgoerli_Bytes!] + callback_contains: testgoerli_Bytes + callback_not_contains: testgoerli_Bytes + callbackFee: BigInt + callbackFee_not: BigInt + callbackFee_gt: BigInt + callbackFee_lt: BigInt + callbackFee_gte: BigInt + callbackFee_lte: BigInt + callbackFee_in: [BigInt!] + callbackFee_not_in: [BigInt!] + relayerFee: BigInt + relayerFee_not: BigInt + relayerFee_gt: BigInt + relayerFee_lt: BigInt + relayerFee_gte: BigInt + relayerFee_lte: BigInt + relayerFee_in: [BigInt!] + relayerFee_not_in: [BigInt!] + destinationMinOut: BigInt + destinationMinOut_not: BigInt + destinationMinOut_gt: BigInt + destinationMinOut_lt: BigInt + destinationMinOut_gte: BigInt + destinationMinOut_lte: BigInt + destinationMinOut_in: [BigInt!] + destinationMinOut_not_in: [BigInt!] + status: testgoerli_TransferStatus + status_not: testgoerli_TransferStatus + status_in: [testgoerli_TransferStatus!] + status_not_in: [testgoerli_TransferStatus!] + originMinOut: BigInt + originMinOut_not: BigInt + originMinOut_gt: BigInt + originMinOut_lt: BigInt + originMinOut_gte: BigInt + originMinOut_lte: BigInt + originMinOut_in: [BigInt!] + originMinOut_not_in: [BigInt!] + transactingAsset: testgoerli_Bytes + transactingAsset_not: testgoerli_Bytes + transactingAsset_gt: testgoerli_Bytes + transactingAsset_lt: testgoerli_Bytes + transactingAsset_gte: testgoerli_Bytes + transactingAsset_lte: testgoerli_Bytes + transactingAsset_in: [testgoerli_Bytes!] + transactingAsset_not_in: [testgoerli_Bytes!] + transactingAsset_contains: testgoerli_Bytes + transactingAsset_not_contains: testgoerli_Bytes + transactingAmount: BigInt + transactingAmount_not: BigInt + transactingAmount_gt: BigInt + transactingAmount_lt: BigInt + transactingAmount_gte: BigInt + transactingAmount_lte: BigInt + transactingAmount_in: [BigInt!] + transactingAmount_not_in: [BigInt!] + bridgedAsset: testgoerli_Bytes + bridgedAsset_not: testgoerli_Bytes + bridgedAsset_gt: testgoerli_Bytes + bridgedAsset_lt: testgoerli_Bytes + bridgedAsset_gte: testgoerli_Bytes + bridgedAsset_lte: testgoerli_Bytes + bridgedAsset_in: [testgoerli_Bytes!] + bridgedAsset_not_in: [testgoerli_Bytes!] + bridgedAsset_contains: testgoerli_Bytes + bridgedAsset_not_contains: testgoerli_Bytes + bridgedAmount: BigInt + bridgedAmount_not: BigInt + bridgedAmount_gt: BigInt + bridgedAmount_lt: BigInt + bridgedAmount_gte: BigInt + bridgedAmount_lte: BigInt + bridgedAmount_in: [BigInt!] + bridgedAmount_not_in: [BigInt!] + caller: testgoerli_Bytes + caller_not: testgoerli_Bytes + caller_gt: testgoerli_Bytes + caller_lt: testgoerli_Bytes + caller_gte: testgoerli_Bytes + caller_lte: testgoerli_Bytes + caller_in: [testgoerli_Bytes!] + caller_not_in: [testgoerli_Bytes!] + caller_contains: testgoerli_Bytes + caller_not_contains: testgoerli_Bytes + transactionHash: testgoerli_Bytes + transactionHash_not: testgoerli_Bytes + transactionHash_gt: testgoerli_Bytes + transactionHash_lt: testgoerli_Bytes + transactionHash_gte: testgoerli_Bytes + transactionHash_lte: testgoerli_Bytes + transactionHash_in: [testgoerli_Bytes!] + transactionHash_not_in: [testgoerli_Bytes!] + transactionHash_contains: testgoerli_Bytes + transactionHash_not_contains: testgoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] -} - -enum arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce -} - -input arbitrumgoerli_swap_StableSwap_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!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - key: arbitrumgoerli_swap_Bytes - key_not: arbitrumgoerli_swap_Bytes - key_gt: arbitrumgoerli_swap_Bytes - key_lt: arbitrumgoerli_swap_Bytes - key_gte: arbitrumgoerli_swap_Bytes - key_lte: arbitrumgoerli_swap_Bytes - key_in: [arbitrumgoerli_swap_Bytes!] - key_not_in: [arbitrumgoerli_swap_Bytes!] - key_contains: arbitrumgoerli_swap_Bytes - key_not_contains: arbitrumgoerli_swap_Bytes - canonicalId: arbitrumgoerli_swap_Bytes - canonicalId_not: arbitrumgoerli_swap_Bytes - canonicalId_gt: arbitrumgoerli_swap_Bytes - canonicalId_lt: arbitrumgoerli_swap_Bytes - canonicalId_gte: arbitrumgoerli_swap_Bytes - canonicalId_lte: arbitrumgoerli_swap_Bytes - canonicalId_in: [arbitrumgoerli_swap_Bytes!] - canonicalId_not_in: [arbitrumgoerli_swap_Bytes!] - canonicalId_contains: arbitrumgoerli_swap_Bytes - canonicalId_not_contains: arbitrumgoerli_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: arbitrumgoerli_swap_Bytes - swapPool_not: arbitrumgoerli_swap_Bytes - swapPool_gt: arbitrumgoerli_swap_Bytes - swapPool_lt: arbitrumgoerli_swap_Bytes - swapPool_gte: arbitrumgoerli_swap_Bytes - swapPool_lte: arbitrumgoerli_swap_Bytes - swapPool_in: [arbitrumgoerli_swap_Bytes!] - swapPool_not_in: [arbitrumgoerli_swap_Bytes!] - swapPool_contains: arbitrumgoerli_swap_Bytes - swapPool_not_contains: arbitrumgoerli_swap_Bytes - lpToken: arbitrumgoerli_swap_Bytes - lpToken_not: arbitrumgoerli_swap_Bytes - lpToken_gt: arbitrumgoerli_swap_Bytes - lpToken_lt: arbitrumgoerli_swap_Bytes - lpToken_gte: arbitrumgoerli_swap_Bytes - lpToken_lte: arbitrumgoerli_swap_Bytes - lpToken_in: [arbitrumgoerli_swap_Bytes!] - lpToken_not_in: [arbitrumgoerli_swap_Bytes!] - lpToken_contains: arbitrumgoerli_swap_Bytes - lpToken_not_contains: arbitrumgoerli_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [arbitrumgoerli_swap_Bytes!] - pooledTokens_not: [arbitrumgoerli_swap_Bytes!] - pooledTokens_contains: [arbitrumgoerli_swap_Bytes!] - pooledTokens_contains_nocase: [arbitrumgoerli_swap_Bytes!] - pooledTokens_not_contains: [arbitrumgoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [arbitrumgoerli_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - events_: arbitrumgoerli_swap_StableSwapEvent_filter - exchanges_: arbitrumgoerli_swap_StableSwapExchange_filter - hourlyVolumes_: arbitrumgoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: arbitrumgoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: arbitrumgoerli_swap_SwapWeeklyVolume_filter - """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_StableSwap_filter] - or: [arbitrumgoerli_swap_StableSwap_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_OriginTransfer_filter] + or: [testgoerli_OriginTransfer_filter] } -enum arbitrumgoerli_swap_StableSwap_orderBy { +enum testgoerli_OriginTransfer_orderBy { id - isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + chainId + transferId + nonce + to + callData + originDomain + destinationDomain + agent + recovery + forceSlow + receiveLocal + callback + callbackFee + relayerFee + destinationMinOut + status + originMinOut + transactingAsset + transactingAmount + bridgedAsset + bridgedAmount + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -type arbitrumgoerli_swap_SwapDailyVolume implements arbitrumgoerli_swap_SwapTradeVolume { +type testgoerli_Relayer { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumgoerli_swap_BigDecimal! + isActive: Boolean! + relayer: testgoerli_Bytes } -input arbitrumgoerli_swap_SwapDailyVolume_filter { +input testgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -48634,80 +46278,43 @@ input arbitrumgoerli_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: arbitrumgoerli_swap_BigDecimal - volume_not: arbitrumgoerli_swap_BigDecimal - volume_gt: arbitrumgoerli_swap_BigDecimal - volume_lt: arbitrumgoerli_swap_BigDecimal - volume_gte: arbitrumgoerli_swap_BigDecimal - volume_lte: arbitrumgoerli_swap_BigDecimal - volume_in: [arbitrumgoerli_swap_BigDecimal!] - volume_not_in: [arbitrumgoerli_swap_BigDecimal!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: testgoerli_Bytes + relayer_not: testgoerli_Bytes + relayer_gt: testgoerli_Bytes + relayer_lt: testgoerli_Bytes + relayer_gte: testgoerli_Bytes + relayer_lte: testgoerli_Bytes + relayer_in: [testgoerli_Bytes!] + relayer_not_in: [testgoerli_Bytes!] + relayer_contains: testgoerli_Bytes + relayer_not_contains: testgoerli_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SwapDailyVolume_filter] - or: [arbitrumgoerli_swap_SwapDailyVolume_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Relayer_filter] + or: [testgoerli_Relayer_filter] } -enum arbitrumgoerli_swap_SwapDailyVolume_orderBy { +enum testgoerli_Relayer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + isActive + relayer } -type arbitrumgoerli_swap_SwapHourlyVolume implements arbitrumgoerli_swap_SwapTradeVolume { +type testgoerli_Router { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumgoerli_swap_BigDecimal! + isActive: Boolean! + owner: testgoerli_Bytes + recipient: testgoerli_Bytes + proposedOwner: testgoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: testgoerli_AssetBalance_orderBy, orderDirection: testgoerli_OrderDirection, where: testgoerli_AssetBalance_filter): [testgoerli_AssetBalance!]! } -input arbitrumgoerli_swap_SwapHourlyVolume_filter { +input testgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -48716,152 +46323,116 @@ input arbitrumgoerli_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: arbitrumgoerli_swap_BigDecimal - volume_not: arbitrumgoerli_swap_BigDecimal - volume_gt: arbitrumgoerli_swap_BigDecimal - volume_lt: arbitrumgoerli_swap_BigDecimal - volume_gte: arbitrumgoerli_swap_BigDecimal - volume_lte: arbitrumgoerli_swap_BigDecimal - volume_in: [arbitrumgoerli_swap_BigDecimal!] - volume_not_in: [arbitrumgoerli_swap_BigDecimal!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: testgoerli_Bytes + owner_not: testgoerli_Bytes + owner_gt: testgoerli_Bytes + owner_lt: testgoerli_Bytes + owner_gte: testgoerli_Bytes + owner_lte: testgoerli_Bytes + owner_in: [testgoerli_Bytes!] + owner_not_in: [testgoerli_Bytes!] + owner_contains: testgoerli_Bytes + owner_not_contains: testgoerli_Bytes + recipient: testgoerli_Bytes + recipient_not: testgoerli_Bytes + recipient_gt: testgoerli_Bytes + recipient_lt: testgoerli_Bytes + recipient_gte: testgoerli_Bytes + recipient_lte: testgoerli_Bytes + recipient_in: [testgoerli_Bytes!] + recipient_not_in: [testgoerli_Bytes!] + recipient_contains: testgoerli_Bytes + recipient_not_contains: testgoerli_Bytes + proposedOwner: testgoerli_Bytes + proposedOwner_not: testgoerli_Bytes + proposedOwner_gt: testgoerli_Bytes + proposedOwner_lt: testgoerli_Bytes + proposedOwner_gte: testgoerli_Bytes + proposedOwner_lte: testgoerli_Bytes + proposedOwner_in: [testgoerli_Bytes!] + proposedOwner_not_in: [testgoerli_Bytes!] + proposedOwner_contains: testgoerli_Bytes + proposedOwner_not_contains: testgoerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: testgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SwapHourlyVolume_filter] - or: [arbitrumgoerli_swap_SwapHourlyVolume_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Router_filter] + or: [testgoerli_Router_filter] } -enum arbitrumgoerli_swap_SwapHourlyVolume_orderBy { +enum testgoerli_Router_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -interface arbitrumgoerli_swap_SwapTradeVolume { - stableSwap: arbitrumgoerli_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumgoerli_swap_BigDecimal! +type testgoerli_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: testgoerli_Bytes! } -input arbitrumgoerli_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: arbitrumgoerli_swap_BigDecimal - volume_not: arbitrumgoerli_swap_BigDecimal - volume_gt: arbitrumgoerli_swap_BigDecimal - volume_lt: arbitrumgoerli_swap_BigDecimal - volume_gte: arbitrumgoerli_swap_BigDecimal - volume_lte: arbitrumgoerli_swap_BigDecimal - volume_in: [arbitrumgoerli_swap_BigDecimal!] - volume_not_in: [arbitrumgoerli_swap_BigDecimal!] +input testgoerli_Setting_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!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: testgoerli_Bytes + caller_not: testgoerli_Bytes + caller_gt: testgoerli_Bytes + caller_lt: testgoerli_Bytes + caller_gte: testgoerli_Bytes + caller_lte: testgoerli_Bytes + caller_in: [testgoerli_Bytes!] + caller_not_in: [testgoerli_Bytes!] + caller_contains: testgoerli_Bytes + caller_not_contains: testgoerli_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SwapTradeVolume_filter] - or: [arbitrumgoerli_swap_SwapTradeVolume_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_Setting_filter] + or: [testgoerli_Setting_filter] } -enum arbitrumgoerli_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume +enum testgoerli_Setting_orderBy { + id + maxRoutersPerTransfer + caller } -type arbitrumgoerli_swap_SwapWeeklyVolume implements arbitrumgoerli_swap_SwapTradeVolume { +type testgoerli_SponsorVault { id: ID! - stableSwap: arbitrumgoerli_swap_StableSwap! - timestamp: BigInt! - volume: arbitrumgoerli_swap_BigDecimal! + sponsorVault: testgoerli_Bytes! } -input arbitrumgoerli_swap_SwapWeeklyVolume_filter { +input testgoerli_SponsorVault_filter { id: ID id_not: ID id_gt: ID @@ -48870,118 +46441,95 @@ input arbitrumgoerli_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumgoerli_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: arbitrumgoerli_swap_BigDecimal - volume_not: arbitrumgoerli_swap_BigDecimal - volume_gt: arbitrumgoerli_swap_BigDecimal - volume_lt: arbitrumgoerli_swap_BigDecimal - volume_gte: arbitrumgoerli_swap_BigDecimal - volume_lte: arbitrumgoerli_swap_BigDecimal - volume_in: [arbitrumgoerli_swap_BigDecimal!] - volume_not_in: [arbitrumgoerli_swap_BigDecimal!] + sponsorVault: testgoerli_Bytes + sponsorVault_not: testgoerli_Bytes + sponsorVault_gt: testgoerli_Bytes + sponsorVault_lt: testgoerli_Bytes + sponsorVault_gte: testgoerli_Bytes + sponsorVault_lte: testgoerli_Bytes + sponsorVault_in: [testgoerli_Bytes!] + sponsorVault_not_in: [testgoerli_Bytes!] + sponsorVault_contains: testgoerli_Bytes + sponsorVault_not_contains: testgoerli_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SwapWeeklyVolume_filter] - or: [arbitrumgoerli_swap_SwapWeeklyVolume_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_SponsorVault_filter] + or: [testgoerli_SponsorVault_filter] } -enum arbitrumgoerli_swap_SwapWeeklyVolume_orderBy { +enum testgoerli_SponsorVault_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + sponsorVault } -type arbitrumgoerli_swap_SystemInfo { +type testgoerli_StableSwap { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + canonicalId: testgoerli_Bytes! + domain: BigInt + swapPool: testgoerli_Bytes! } -input arbitrumgoerli_swap_SystemInfo_filter { +input testgoerli_StableSwap_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!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + canonicalId: testgoerli_Bytes + canonicalId_not: testgoerli_Bytes + canonicalId_gt: testgoerli_Bytes + canonicalId_lt: testgoerli_Bytes + canonicalId_gte: testgoerli_Bytes + canonicalId_lte: testgoerli_Bytes + canonicalId_in: [testgoerli_Bytes!] + canonicalId_not_in: [testgoerli_Bytes!] + canonicalId_contains: testgoerli_Bytes + canonicalId_not_contains: testgoerli_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: testgoerli_Bytes + swapPool_not: testgoerli_Bytes + swapPool_gt: testgoerli_Bytes + swapPool_lt: testgoerli_Bytes + swapPool_gte: testgoerli_Bytes + swapPool_lte: testgoerli_Bytes + swapPool_in: [testgoerli_Bytes!] + swapPool_not_in: [testgoerli_Bytes!] + swapPool_contains: testgoerli_Bytes + swapPool_not_contains: testgoerli_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_swap_BlockChangedFilter - and: [arbitrumgoerli_swap_SystemInfo_filter] - or: [arbitrumgoerli_swap_SystemInfo_filter] + _change_block: testgoerli_BlockChangedFilter + and: [testgoerli_StableSwap_filter] + or: [testgoerli_StableSwap_filter] } -enum arbitrumgoerli_swap_SystemInfo_orderBy { +enum testgoerli_StableSwap_orderBy { id - exchangeCount - swapCount + canonicalId + domain + swapPool } -type arbitrumgoerli_swap__Block_ { +enum testgoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type testgoerli__Block_ { """The hash of the block""" - hash: arbitrumgoerli_swap_Bytes + hash: testgoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -48989,7 +46537,7 @@ type arbitrumgoerli_swap__Block_ { } """The type for the top-level _meta field""" -type arbitrumgoerli_swap__Meta_ { +type testgoerli__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -48997,50 +46545,50 @@ type arbitrumgoerli_swap__Meta_ { and therefore asks for the latest block """ - block: arbitrumgoerli_swap__Block_! + block: testgoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar mumbai_swap_BigDecimal +scalar goerli_swap_BigDecimal -input mumbai_swap_BlockChangedFilter { +input goerli_swap_BlockChangedFilter { number_gte: Int! } -input mumbai_swap_Block_height { - hash: mumbai_swap_Bytes +input goerli_swap_Block_height { + hash: goerli_swap_Bytes number: Int number_gte: Int } -scalar mumbai_swap_Bytes +scalar goerli_swap_Bytes """ 8 bytes signed integer """ -scalar mumbai_swap_Int8 +scalar goerli_swap_Int8 -type mumbai_swap_LpAccount { +type goerli_swap_LpAccount { id: ID! - address: mumbai_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_LpAccountBalance_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_LpAccountBalance_filter): [mumbai_swap_LpAccountBalance!]! + address: goerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_LpAccountBalance_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_LpAccountBalance_filter): [goerli_swap_LpAccountBalance!]! } -type mumbai_swap_LpAccountBalance { +type goerli_swap_LpAccountBalance { id: ID! - account: mumbai_swap_LpAccount! - token: mumbai_swap_LpToken! - amount: mumbai_swap_BigDecimal! + account: goerli_swap_LpAccount! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: mumbai_swap_Bytes + transaction: goerli_swap_Bytes } -input mumbai_swap_LpAccountBalance_filter { +input goerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -49069,7 +46617,7 @@ input mumbai_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: mumbai_swap_LpAccount_filter + account_: goerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -49090,15 +46638,15 @@ input mumbai_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: mumbai_swap_LpToken_filter - amount: mumbai_swap_BigDecimal - amount_not: mumbai_swap_BigDecimal - amount_gt: mumbai_swap_BigDecimal - amount_lt: mumbai_swap_BigDecimal - amount_gte: mumbai_swap_BigDecimal - amount_lte: mumbai_swap_BigDecimal - amount_in: [mumbai_swap_BigDecimal!] - amount_not_in: [mumbai_swap_BigDecimal!] + token_: goerli_swap_LpToken_filter + amount: goerli_swap_BigDecimal + amount_not: goerli_swap_BigDecimal + amount_gt: goerli_swap_BigDecimal + amount_lt: goerli_swap_BigDecimal + amount_gte: goerli_swap_BigDecimal + amount_lte: goerli_swap_BigDecimal + amount_in: [goerli_swap_BigDecimal!] + amount_not_in: [goerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -49115,23 +46663,23 @@ input mumbai_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpAccountBalance_filter] - or: [mumbai_swap_LpAccountBalance_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpAccountBalance_filter] + or: [goerli_swap_LpAccountBalance_filter] } -enum mumbai_swap_LpAccountBalance_orderBy { +enum goerli_swap_LpAccountBalance_orderBy { id account account__id @@ -49149,7 +46697,7 @@ enum mumbai_swap_LpAccountBalance_orderBy { transaction } -input mumbai_swap_LpAccount_filter { +input goerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -49158,51 +46706,51 @@ input mumbai_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: mumbai_swap_Bytes - address_not: mumbai_swap_Bytes - address_gt: mumbai_swap_Bytes - address_lt: mumbai_swap_Bytes - address_gte: mumbai_swap_Bytes - address_lte: mumbai_swap_Bytes - address_in: [mumbai_swap_Bytes!] - address_not_in: [mumbai_swap_Bytes!] - address_contains: mumbai_swap_Bytes - address_not_contains: mumbai_swap_Bytes - balances_: mumbai_swap_LpAccountBalance_filter + address: goerli_swap_Bytes + address_not: goerli_swap_Bytes + address_gt: goerli_swap_Bytes + address_lt: goerli_swap_Bytes + address_gte: goerli_swap_Bytes + address_lte: goerli_swap_Bytes + address_in: [goerli_swap_Bytes!] + address_not_in: [goerli_swap_Bytes!] + address_contains: goerli_swap_Bytes + address_not_contains: goerli_swap_Bytes + balances_: goerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpAccount_filter] - or: [mumbai_swap_LpAccount_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpAccount_filter] + or: [goerli_swap_LpAccount_filter] } -enum mumbai_swap_LpAccount_orderBy { +enum goerli_swap_LpAccount_orderBy { id address balances } -type mumbai_swap_LpToken { +type goerli_swap_LpToken { id: ID! - address: mumbai_swap_Bytes! - stableSwap: mumbai_swap_StableSwap! + address: goerli_swap_Bytes! + stableSwap: goerli_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: mumbai_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_LpTokenEvent_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_LpTokenEvent_filter): [mumbai_swap_LpTokenEvent!]! + totalSupply: goerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_LpTokenEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_LpTokenEvent_filter): [goerli_swap_LpTokenEvent!]! } -interface mumbai_swap_LpTokenEvent { +interface goerli_swap_LpTokenEvent { id: ID! - token: mumbai_swap_LpToken! - amount: mumbai_swap_BigDecimal! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input mumbai_swap_LpTokenEvent_filter { +input goerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -49231,15 +46779,15 @@ input mumbai_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: mumbai_swap_LpToken_filter - amount: mumbai_swap_BigDecimal - amount_not: mumbai_swap_BigDecimal - amount_gt: mumbai_swap_BigDecimal - amount_lt: mumbai_swap_BigDecimal - amount_gte: mumbai_swap_BigDecimal - amount_lte: mumbai_swap_BigDecimal - amount_in: [mumbai_swap_BigDecimal!] - amount_not_in: [mumbai_swap_BigDecimal!] + token_: goerli_swap_LpToken_filter + amount: goerli_swap_BigDecimal + amount_not: goerli_swap_BigDecimal + amount_gt: goerli_swap_BigDecimal + amount_lt: goerli_swap_BigDecimal + amount_gte: goerli_swap_BigDecimal + amount_lte: goerli_swap_BigDecimal + amount_in: [goerli_swap_BigDecimal!] + amount_not_in: [goerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -49256,16 +46804,16 @@ input mumbai_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -49275,12 +46823,12 @@ input mumbai_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpTokenEvent_filter] - or: [mumbai_swap_LpTokenEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpTokenEvent_filter] + or: [goerli_swap_LpTokenEvent_filter] } -enum mumbai_swap_LpTokenEvent_orderBy { +enum goerli_swap_LpTokenEvent_orderBy { id token token__id @@ -49296,7 +46844,7 @@ enum mumbai_swap_LpTokenEvent_orderBy { nonce } -input mumbai_swap_LpToken_filter { +input goerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -49305,16 +46853,16 @@ input mumbai_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: mumbai_swap_Bytes - address_not: mumbai_swap_Bytes - address_gt: mumbai_swap_Bytes - address_lt: mumbai_swap_Bytes - address_gte: mumbai_swap_Bytes - address_lte: mumbai_swap_Bytes - address_in: [mumbai_swap_Bytes!] - address_not_in: [mumbai_swap_Bytes!] - address_contains: mumbai_swap_Bytes - address_not_contains: mumbai_swap_Bytes + address: goerli_swap_Bytes + address_not: goerli_swap_Bytes + address_gt: goerli_swap_Bytes + address_lt: goerli_swap_Bytes + address_gte: goerli_swap_Bytes + address_lte: goerli_swap_Bytes + address_in: [goerli_swap_Bytes!] + address_not_in: [goerli_swap_Bytes!] + address_contains: goerli_swap_Bytes + address_not_contains: goerli_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -49335,7 +46883,7 @@ input mumbai_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -49384,22 +46932,22 @@ input mumbai_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: mumbai_swap_BigDecimal - totalSupply_not: mumbai_swap_BigDecimal - totalSupply_gt: mumbai_swap_BigDecimal - totalSupply_lt: mumbai_swap_BigDecimal - totalSupply_gte: mumbai_swap_BigDecimal - totalSupply_lte: mumbai_swap_BigDecimal - totalSupply_in: [mumbai_swap_BigDecimal!] - totalSupply_not_in: [mumbai_swap_BigDecimal!] - events_: mumbai_swap_LpTokenEvent_filter + totalSupply: goerli_swap_BigDecimal + totalSupply_not: goerli_swap_BigDecimal + totalSupply_gt: goerli_swap_BigDecimal + totalSupply_lt: goerli_swap_BigDecimal + totalSupply_gte: goerli_swap_BigDecimal + totalSupply_lte: goerli_swap_BigDecimal + totalSupply_in: [goerli_swap_BigDecimal!] + totalSupply_not_in: [goerli_swap_BigDecimal!] + events_: goerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpToken_filter] - or: [mumbai_swap_LpToken_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpToken_filter] + or: [goerli_swap_LpToken_filter] } -enum mumbai_swap_LpToken_orderBy { +enum goerli_swap_LpToken_orderBy { id address stableSwap @@ -49426,21 +46974,21 @@ enum mumbai_swap_LpToken_orderBy { events } -type mumbai_swap_LpTransferEvent implements mumbai_swap_LpTokenEvent { +type goerli_swap_LpTransferEvent implements goerli_swap_LpTokenEvent { id: ID! - token: mumbai_swap_LpToken! - amount: mumbai_swap_BigDecimal! - from: mumbai_swap_Bytes! - to: mumbai_swap_Bytes! - fromBalance: mumbai_swap_BigDecimal! - toBalance: mumbai_swap_BigDecimal! + token: goerli_swap_LpToken! + amount: goerli_swap_BigDecimal! + from: goerli_swap_Bytes! + to: goerli_swap_Bytes! + fromBalance: goerli_swap_BigDecimal! + toBalance: goerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input mumbai_swap_LpTransferEvent_filter { +input goerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -49469,51 +47017,51 @@ input mumbai_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: mumbai_swap_LpToken_filter - amount: mumbai_swap_BigDecimal - amount_not: mumbai_swap_BigDecimal - amount_gt: mumbai_swap_BigDecimal - amount_lt: mumbai_swap_BigDecimal - amount_gte: mumbai_swap_BigDecimal - amount_lte: mumbai_swap_BigDecimal - amount_in: [mumbai_swap_BigDecimal!] - amount_not_in: [mumbai_swap_BigDecimal!] - from: mumbai_swap_Bytes - from_not: mumbai_swap_Bytes - from_gt: mumbai_swap_Bytes - from_lt: mumbai_swap_Bytes - from_gte: mumbai_swap_Bytes - from_lte: mumbai_swap_Bytes - from_in: [mumbai_swap_Bytes!] - from_not_in: [mumbai_swap_Bytes!] - from_contains: mumbai_swap_Bytes - from_not_contains: mumbai_swap_Bytes - to: mumbai_swap_Bytes - to_not: mumbai_swap_Bytes - to_gt: mumbai_swap_Bytes - to_lt: mumbai_swap_Bytes - to_gte: mumbai_swap_Bytes - to_lte: mumbai_swap_Bytes - to_in: [mumbai_swap_Bytes!] - to_not_in: [mumbai_swap_Bytes!] - to_contains: mumbai_swap_Bytes - to_not_contains: mumbai_swap_Bytes - fromBalance: mumbai_swap_BigDecimal - fromBalance_not: mumbai_swap_BigDecimal - fromBalance_gt: mumbai_swap_BigDecimal - fromBalance_lt: mumbai_swap_BigDecimal - fromBalance_gte: mumbai_swap_BigDecimal - fromBalance_lte: mumbai_swap_BigDecimal - fromBalance_in: [mumbai_swap_BigDecimal!] - fromBalance_not_in: [mumbai_swap_BigDecimal!] - toBalance: mumbai_swap_BigDecimal - toBalance_not: mumbai_swap_BigDecimal - toBalance_gt: mumbai_swap_BigDecimal - toBalance_lt: mumbai_swap_BigDecimal - toBalance_gte: mumbai_swap_BigDecimal - toBalance_lte: mumbai_swap_BigDecimal - toBalance_in: [mumbai_swap_BigDecimal!] - toBalance_not_in: [mumbai_swap_BigDecimal!] + token_: goerli_swap_LpToken_filter + amount: goerli_swap_BigDecimal + amount_not: goerli_swap_BigDecimal + amount_gt: goerli_swap_BigDecimal + amount_lt: goerli_swap_BigDecimal + amount_gte: goerli_swap_BigDecimal + amount_lte: goerli_swap_BigDecimal + amount_in: [goerli_swap_BigDecimal!] + amount_not_in: [goerli_swap_BigDecimal!] + from: goerli_swap_Bytes + from_not: goerli_swap_Bytes + from_gt: goerli_swap_Bytes + from_lt: goerli_swap_Bytes + from_gte: goerli_swap_Bytes + from_lte: goerli_swap_Bytes + from_in: [goerli_swap_Bytes!] + from_not_in: [goerli_swap_Bytes!] + from_contains: goerli_swap_Bytes + from_not_contains: goerli_swap_Bytes + to: goerli_swap_Bytes + to_not: goerli_swap_Bytes + to_gt: goerli_swap_Bytes + to_lt: goerli_swap_Bytes + to_gte: goerli_swap_Bytes + to_lte: goerli_swap_Bytes + to_in: [goerli_swap_Bytes!] + to_not_in: [goerli_swap_Bytes!] + to_contains: goerli_swap_Bytes + to_not_contains: goerli_swap_Bytes + fromBalance: goerli_swap_BigDecimal + fromBalance_not: goerli_swap_BigDecimal + fromBalance_gt: goerli_swap_BigDecimal + fromBalance_lt: goerli_swap_BigDecimal + fromBalance_gte: goerli_swap_BigDecimal + fromBalance_lte: goerli_swap_BigDecimal + fromBalance_in: [goerli_swap_BigDecimal!] + fromBalance_not_in: [goerli_swap_BigDecimal!] + toBalance: goerli_swap_BigDecimal + toBalance_not: goerli_swap_BigDecimal + toBalance_gt: goerli_swap_BigDecimal + toBalance_lt: goerli_swap_BigDecimal + toBalance_gte: goerli_swap_BigDecimal + toBalance_lte: goerli_swap_BigDecimal + toBalance_in: [goerli_swap_BigDecimal!] + toBalance_not_in: [goerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -49530,16 +47078,16 @@ input mumbai_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -49549,12 +47097,12 @@ input mumbai_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_LpTransferEvent_filter] - or: [mumbai_swap_LpTransferEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_LpTransferEvent_filter] + or: [goerli_swap_LpTransferEvent_filter] } -enum mumbai_swap_LpTransferEvent_orderBy { +enum goerli_swap_LpTransferEvent_orderBy { id token token__id @@ -49575,17 +47123,17 @@ enum mumbai_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum mumbai_swap_OrderDirection { +enum goerli_swap_OrderDirection { asc desc } -type mumbai_swap_PooledToken { +type goerli_swap_PooledToken { id: ID! - asset: mumbai_swap_Bytes! + asset: goerli_swap_Bytes! } -input mumbai_swap_PooledToken_filter { +input goerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -49594,59 +47142,59 @@ input mumbai_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: mumbai_swap_Bytes - asset_not: mumbai_swap_Bytes - asset_gt: mumbai_swap_Bytes - asset_lt: mumbai_swap_Bytes - asset_gte: mumbai_swap_Bytes - asset_lte: mumbai_swap_Bytes - asset_in: [mumbai_swap_Bytes!] - asset_not_in: [mumbai_swap_Bytes!] - asset_contains: mumbai_swap_Bytes - asset_not_contains: mumbai_swap_Bytes + asset: goerli_swap_Bytes + asset_not: goerli_swap_Bytes + asset_gt: goerli_swap_Bytes + asset_lt: goerli_swap_Bytes + asset_gte: goerli_swap_Bytes + asset_lte: goerli_swap_Bytes + asset_in: [goerli_swap_Bytes!] + asset_not_in: [goerli_swap_Bytes!] + asset_contains: goerli_swap_Bytes + asset_not_contains: goerli_swap_Bytes """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_PooledToken_filter] - or: [mumbai_swap_PooledToken_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_PooledToken_filter] + or: [goerli_swap_PooledToken_filter] } -enum mumbai_swap_PooledToken_orderBy { +enum goerli_swap_PooledToken_orderBy { id asset } -type mumbai_swap_StableSwap { +type goerli_swap_StableSwap { id: ID! isActive: Boolean - key: mumbai_swap_Bytes! - canonicalId: mumbai_swap_Bytes + key: goerli_swap_Bytes! + canonicalId: goerli_swap_Bytes domain: BigInt - swapPool: mumbai_swap_Bytes - lpToken: mumbai_swap_Bytes + swapPool: goerli_swap_Bytes + lpToken: goerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [mumbai_swap_Bytes!]! + pooledTokens: [goerli_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_StableSwapEvent_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_StableSwapEvent_filter): [mumbai_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_StableSwapExchange_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_StableSwapExchange_filter): [mumbai_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapHourlyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapHourlyVolume_filter): [mumbai_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapDailyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapDailyVolume_filter): [mumbai_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mumbai_swap_SwapWeeklyVolume_orderBy, orderDirection: mumbai_swap_OrderDirection, where: mumbai_swap_SwapWeeklyVolume_filter): [mumbai_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapEvent_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapEvent_filter): [goerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_StableSwapExchange_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_StableSwapExchange_filter): [goerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapHourlyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapHourlyVolume_filter): [goerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapDailyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapDailyVolume_filter): [goerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: goerli_swap_SwapWeeklyVolume_orderBy, orderDirection: goerli_swap_OrderDirection, where: goerli_swap_SwapWeeklyVolume_filter): [goerli_swap_SwapWeeklyVolume!] } -type mumbai_swap_StableSwapAddLiquidityEvent implements mumbai_swap_StableSwapEvent { +type goerli_swap_StableSwapAddLiquidityEvent implements goerli_swap_StableSwapEvent { id: ID! - stableSwap: mumbai_swap_StableSwap! - provider: mumbai_swap_Bytes! + stableSwap: goerli_swap_StableSwap! + provider: goerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -49655,11 +47203,11 @@ type mumbai_swap_StableSwapAddLiquidityEvent implements mumbai_swap_StableSwapEv balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input mumbai_swap_StableSwapAddLiquidityEvent_filter { +input goerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -49688,17 +47236,17 @@ input mumbai_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter - provider: mumbai_swap_Bytes - provider_not: mumbai_swap_Bytes - provider_gt: mumbai_swap_Bytes - provider_lt: mumbai_swap_Bytes - provider_gte: mumbai_swap_Bytes - provider_lte: mumbai_swap_Bytes - provider_in: [mumbai_swap_Bytes!] - provider_not_in: [mumbai_swap_Bytes!] - provider_contains: mumbai_swap_Bytes - provider_not_contains: mumbai_swap_Bytes + stableSwap_: goerli_swap_StableSwap_filter + provider: goerli_swap_Bytes + provider_not: goerli_swap_Bytes + provider_gt: goerli_swap_Bytes + provider_lt: goerli_swap_Bytes + provider_gte: goerli_swap_Bytes + provider_lte: goerli_swap_Bytes + provider_in: [goerli_swap_Bytes!] + provider_not_in: [goerli_swap_Bytes!] + provider_contains: goerli_swap_Bytes + provider_not_contains: goerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -49757,16 +47305,16 @@ input mumbai_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -49776,12 +47324,12 @@ input mumbai_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwapAddLiquidityEvent_filter] - or: [mumbai_swap_StableSwapAddLiquidityEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapAddLiquidityEvent_filter] + or: [goerli_swap_StableSwapAddLiquidityEvent_filter] } -enum mumbai_swap_StableSwapAddLiquidityEvent_orderBy { +enum goerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -49813,16 +47361,16 @@ enum mumbai_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface mumbai_swap_StableSwapEvent { +interface goerli_swap_StableSwapEvent { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input mumbai_swap_StableSwapEvent_filter { +input goerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -49851,7 +47399,7 @@ input mumbai_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -49868,16 +47416,16 @@ input mumbai_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -49887,12 +47435,12 @@ input mumbai_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwapEvent_filter] - or: [mumbai_swap_StableSwapEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapEvent_filter] + or: [goerli_swap_StableSwapEvent_filter] } -enum mumbai_swap_StableSwapEvent_orderBy { +enum goerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -49917,10 +47465,10 @@ enum mumbai_swap_StableSwapEvent_orderBy { nonce } -type mumbai_swap_StableSwapExchange { +type goerli_swap_StableSwapExchange { id: ID! - stableSwap: mumbai_swap_StableSwap! - buyer: mumbai_swap_Bytes! + stableSwap: goerli_swap_StableSwap! + buyer: goerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -49929,11 +47477,11 @@ type mumbai_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input mumbai_swap_StableSwapExchange_filter { +input goerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -49962,17 +47510,17 @@ input mumbai_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter - buyer: mumbai_swap_Bytes - buyer_not: mumbai_swap_Bytes - buyer_gt: mumbai_swap_Bytes - buyer_lt: mumbai_swap_Bytes - buyer_gte: mumbai_swap_Bytes - buyer_lte: mumbai_swap_Bytes - buyer_in: [mumbai_swap_Bytes!] - buyer_not_in: [mumbai_swap_Bytes!] - buyer_contains: mumbai_swap_Bytes - buyer_not_contains: mumbai_swap_Bytes + stableSwap_: goerli_swap_StableSwap_filter + buyer: goerli_swap_Bytes + buyer_not: goerli_swap_Bytes + buyer_gt: goerli_swap_Bytes + buyer_lt: goerli_swap_Bytes + buyer_gte: goerli_swap_Bytes + buyer_lte: goerli_swap_Bytes + buyer_in: [goerli_swap_Bytes!] + buyer_not_in: [goerli_swap_Bytes!] + buyer_contains: goerli_swap_Bytes + buyer_not_contains: goerli_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -50035,16 +47583,16 @@ input mumbai_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -50054,12 +47602,12 @@ input mumbai_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwapExchange_filter] - or: [mumbai_swap_StableSwapExchange_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapExchange_filter] + or: [goerli_swap_StableSwapExchange_filter] } -enum mumbai_swap_StableSwapExchange_orderBy { +enum goerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -50091,10 +47639,10 @@ enum mumbai_swap_StableSwapExchange_orderBy { nonce } -type mumbai_swap_StableSwapRemoveLiquidityEvent implements mumbai_swap_StableSwapEvent { +type goerli_swap_StableSwapRemoveLiquidityEvent implements goerli_swap_StableSwapEvent { id: ID! - stableSwap: mumbai_swap_StableSwap! - provider: mumbai_swap_Bytes! + stableSwap: goerli_swap_StableSwap! + provider: goerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -50103,11 +47651,11 @@ type mumbai_swap_StableSwapRemoveLiquidityEvent implements mumbai_swap_StableSwa balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: mumbai_swap_Bytes! + transaction: goerli_swap_Bytes! nonce: BigInt! } -input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { +input goerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -50136,17 +47684,17 @@ input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter - provider: mumbai_swap_Bytes - provider_not: mumbai_swap_Bytes - provider_gt: mumbai_swap_Bytes - provider_lt: mumbai_swap_Bytes - provider_gte: mumbai_swap_Bytes - provider_lte: mumbai_swap_Bytes - provider_in: [mumbai_swap_Bytes!] - provider_not_in: [mumbai_swap_Bytes!] - provider_contains: mumbai_swap_Bytes - provider_not_contains: mumbai_swap_Bytes + stableSwap_: goerli_swap_StableSwap_filter + provider: goerli_swap_Bytes + provider_not: goerli_swap_Bytes + provider_gt: goerli_swap_Bytes + provider_lt: goerli_swap_Bytes + provider_gte: goerli_swap_Bytes + provider_lte: goerli_swap_Bytes + provider_in: [goerli_swap_Bytes!] + provider_not_in: [goerli_swap_Bytes!] + provider_contains: goerli_swap_Bytes + provider_not_contains: goerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -50205,16 +47753,16 @@ input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mumbai_swap_Bytes - transaction_not: mumbai_swap_Bytes - transaction_gt: mumbai_swap_Bytes - transaction_lt: mumbai_swap_Bytes - transaction_gte: mumbai_swap_Bytes - transaction_lte: mumbai_swap_Bytes - transaction_in: [mumbai_swap_Bytes!] - transaction_not_in: [mumbai_swap_Bytes!] - transaction_contains: mumbai_swap_Bytes - transaction_not_contains: mumbai_swap_Bytes + transaction: goerli_swap_Bytes + transaction_not: goerli_swap_Bytes + transaction_gt: goerli_swap_Bytes + transaction_lt: goerli_swap_Bytes + transaction_gte: goerli_swap_Bytes + transaction_lte: goerli_swap_Bytes + transaction_in: [goerli_swap_Bytes!] + transaction_not_in: [goerli_swap_Bytes!] + transaction_contains: goerli_swap_Bytes + transaction_not_contains: goerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -50224,12 +47772,12 @@ input mumbai_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] - or: [mumbai_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [goerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum goerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -50261,7 +47809,7 @@ enum mumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input mumbai_swap_StableSwap_filter { +input goerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -50274,26 +47822,26 @@ input mumbai_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: mumbai_swap_Bytes - key_not: mumbai_swap_Bytes - key_gt: mumbai_swap_Bytes - key_lt: mumbai_swap_Bytes - key_gte: mumbai_swap_Bytes - key_lte: mumbai_swap_Bytes - key_in: [mumbai_swap_Bytes!] - key_not_in: [mumbai_swap_Bytes!] - key_contains: mumbai_swap_Bytes - key_not_contains: mumbai_swap_Bytes - canonicalId: mumbai_swap_Bytes - canonicalId_not: mumbai_swap_Bytes - canonicalId_gt: mumbai_swap_Bytes - canonicalId_lt: mumbai_swap_Bytes - canonicalId_gte: mumbai_swap_Bytes - canonicalId_lte: mumbai_swap_Bytes - canonicalId_in: [mumbai_swap_Bytes!] - canonicalId_not_in: [mumbai_swap_Bytes!] - canonicalId_contains: mumbai_swap_Bytes - canonicalId_not_contains: mumbai_swap_Bytes + key: goerli_swap_Bytes + key_not: goerli_swap_Bytes + key_gt: goerli_swap_Bytes + key_lt: goerli_swap_Bytes + key_gte: goerli_swap_Bytes + key_lte: goerli_swap_Bytes + key_in: [goerli_swap_Bytes!] + key_not_in: [goerli_swap_Bytes!] + key_contains: goerli_swap_Bytes + key_not_contains: goerli_swap_Bytes + canonicalId: goerli_swap_Bytes + canonicalId_not: goerli_swap_Bytes + canonicalId_gt: goerli_swap_Bytes + canonicalId_lt: goerli_swap_Bytes + canonicalId_gte: goerli_swap_Bytes + canonicalId_lte: goerli_swap_Bytes + canonicalId_in: [goerli_swap_Bytes!] + canonicalId_not_in: [goerli_swap_Bytes!] + canonicalId_contains: goerli_swap_Bytes + canonicalId_not_contains: goerli_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -50302,26 +47850,26 @@ input mumbai_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: mumbai_swap_Bytes - swapPool_not: mumbai_swap_Bytes - swapPool_gt: mumbai_swap_Bytes - swapPool_lt: mumbai_swap_Bytes - swapPool_gte: mumbai_swap_Bytes - swapPool_lte: mumbai_swap_Bytes - swapPool_in: [mumbai_swap_Bytes!] - swapPool_not_in: [mumbai_swap_Bytes!] - swapPool_contains: mumbai_swap_Bytes - swapPool_not_contains: mumbai_swap_Bytes - lpToken: mumbai_swap_Bytes - lpToken_not: mumbai_swap_Bytes - lpToken_gt: mumbai_swap_Bytes - lpToken_lt: mumbai_swap_Bytes - lpToken_gte: mumbai_swap_Bytes - lpToken_lte: mumbai_swap_Bytes - lpToken_in: [mumbai_swap_Bytes!] - lpToken_not_in: [mumbai_swap_Bytes!] - lpToken_contains: mumbai_swap_Bytes - lpToken_not_contains: mumbai_swap_Bytes + swapPool: goerli_swap_Bytes + swapPool_not: goerli_swap_Bytes + swapPool_gt: goerli_swap_Bytes + swapPool_lt: goerli_swap_Bytes + swapPool_gte: goerli_swap_Bytes + swapPool_lte: goerli_swap_Bytes + swapPool_in: [goerli_swap_Bytes!] + swapPool_not_in: [goerli_swap_Bytes!] + swapPool_contains: goerli_swap_Bytes + swapPool_not_contains: goerli_swap_Bytes + lpToken: goerli_swap_Bytes + lpToken_not: goerli_swap_Bytes + lpToken_gt: goerli_swap_Bytes + lpToken_lt: goerli_swap_Bytes + lpToken_gte: goerli_swap_Bytes + lpToken_lte: goerli_swap_Bytes + lpToken_in: [goerli_swap_Bytes!] + lpToken_not_in: [goerli_swap_Bytes!] + lpToken_contains: goerli_swap_Bytes + lpToken_not_contains: goerli_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -50370,12 +47918,12 @@ input mumbai_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [mumbai_swap_Bytes!] - pooledTokens_not: [mumbai_swap_Bytes!] - pooledTokens_contains: [mumbai_swap_Bytes!] - pooledTokens_contains_nocase: [mumbai_swap_Bytes!] - pooledTokens_not_contains: [mumbai_swap_Bytes!] - pooledTokens_not_contains_nocase: [mumbai_swap_Bytes!] + pooledTokens: [goerli_swap_Bytes!] + pooledTokens_not: [goerli_swap_Bytes!] + pooledTokens_contains: [goerli_swap_Bytes!] + pooledTokens_contains_nocase: [goerli_swap_Bytes!] + pooledTokens_not_contains: [goerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [goerli_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -50418,18 +47966,18 @@ input mumbai_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: mumbai_swap_StableSwapEvent_filter - exchanges_: mumbai_swap_StableSwapExchange_filter - hourlyVolumes_: mumbai_swap_SwapHourlyVolume_filter - dailyVolumes_: mumbai_swap_SwapDailyVolume_filter - weeklyVolumes_: mumbai_swap_SwapWeeklyVolume_filter + events_: goerli_swap_StableSwapEvent_filter + exchanges_: goerli_swap_StableSwapExchange_filter + hourlyVolumes_: goerli_swap_SwapHourlyVolume_filter + dailyVolumes_: goerli_swap_SwapDailyVolume_filter + weeklyVolumes_: goerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_StableSwap_filter] - or: [mumbai_swap_StableSwap_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_StableSwap_filter] + or: [goerli_swap_StableSwap_filter] } -enum mumbai_swap_StableSwap_orderBy { +enum goerli_swap_StableSwap_orderBy { id isActive key @@ -50457,14 +48005,14 @@ enum mumbai_swap_StableSwap_orderBy { weeklyVolumes } -type mumbai_swap_SwapDailyVolume implements mumbai_swap_SwapTradeVolume { +type goerli_swap_SwapDailyVolume implements goerli_swap_SwapTradeVolume { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input mumbai_swap_SwapDailyVolume_filter { +input goerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -50493,7 +48041,7 @@ input mumbai_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -50502,21 +48050,21 @@ input mumbai_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mumbai_swap_BigDecimal - volume_not: mumbai_swap_BigDecimal - volume_gt: mumbai_swap_BigDecimal - volume_lt: mumbai_swap_BigDecimal - volume_gte: mumbai_swap_BigDecimal - volume_lte: mumbai_swap_BigDecimal - volume_in: [mumbai_swap_BigDecimal!] - volume_not_in: [mumbai_swap_BigDecimal!] + volume: goerli_swap_BigDecimal + volume_not: goerli_swap_BigDecimal + volume_gt: goerli_swap_BigDecimal + volume_lt: goerli_swap_BigDecimal + volume_gte: goerli_swap_BigDecimal + volume_lte: goerli_swap_BigDecimal + volume_in: [goerli_swap_BigDecimal!] + volume_not_in: [goerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapDailyVolume_filter] - or: [mumbai_swap_SwapDailyVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapDailyVolume_filter] + or: [goerli_swap_SwapDailyVolume_filter] } -enum mumbai_swap_SwapDailyVolume_orderBy { +enum goerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -50539,14 +48087,14 @@ enum mumbai_swap_SwapDailyVolume_orderBy { volume } -type mumbai_swap_SwapHourlyVolume implements mumbai_swap_SwapTradeVolume { +type goerli_swap_SwapHourlyVolume implements goerli_swap_SwapTradeVolume { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input mumbai_swap_SwapHourlyVolume_filter { +input goerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -50575,7 +48123,7 @@ input mumbai_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -50584,21 +48132,21 @@ input mumbai_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mumbai_swap_BigDecimal - volume_not: mumbai_swap_BigDecimal - volume_gt: mumbai_swap_BigDecimal - volume_lt: mumbai_swap_BigDecimal - volume_gte: mumbai_swap_BigDecimal - volume_lte: mumbai_swap_BigDecimal - volume_in: [mumbai_swap_BigDecimal!] - volume_not_in: [mumbai_swap_BigDecimal!] + volume: goerli_swap_BigDecimal + volume_not: goerli_swap_BigDecimal + volume_gt: goerli_swap_BigDecimal + volume_lt: goerli_swap_BigDecimal + volume_gte: goerli_swap_BigDecimal + volume_lte: goerli_swap_BigDecimal + volume_in: [goerli_swap_BigDecimal!] + volume_not_in: [goerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapHourlyVolume_filter] - or: [mumbai_swap_SwapHourlyVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapHourlyVolume_filter] + or: [goerli_swap_SwapHourlyVolume_filter] } -enum mumbai_swap_SwapHourlyVolume_orderBy { +enum goerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -50621,13 +48169,13 @@ enum mumbai_swap_SwapHourlyVolume_orderBy { volume } -interface mumbai_swap_SwapTradeVolume { - stableSwap: mumbai_swap_StableSwap! +interface goerli_swap_SwapTradeVolume { + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input mumbai_swap_SwapTradeVolume_filter { +input goerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -50648,7 +48196,7 @@ input mumbai_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -50657,21 +48205,21 @@ input mumbai_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mumbai_swap_BigDecimal - volume_not: mumbai_swap_BigDecimal - volume_gt: mumbai_swap_BigDecimal - volume_lt: mumbai_swap_BigDecimal - volume_gte: mumbai_swap_BigDecimal - volume_lte: mumbai_swap_BigDecimal - volume_in: [mumbai_swap_BigDecimal!] - volume_not_in: [mumbai_swap_BigDecimal!] + volume: goerli_swap_BigDecimal + volume_not: goerli_swap_BigDecimal + volume_gt: goerli_swap_BigDecimal + volume_lt: goerli_swap_BigDecimal + volume_gte: goerli_swap_BigDecimal + volume_lte: goerli_swap_BigDecimal + volume_in: [goerli_swap_BigDecimal!] + volume_not_in: [goerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapTradeVolume_filter] - or: [mumbai_swap_SwapTradeVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapTradeVolume_filter] + or: [goerli_swap_SwapTradeVolume_filter] } -enum mumbai_swap_SwapTradeVolume_orderBy { +enum goerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -50693,14 +48241,14 @@ enum mumbai_swap_SwapTradeVolume_orderBy { volume } -type mumbai_swap_SwapWeeklyVolume implements mumbai_swap_SwapTradeVolume { +type goerli_swap_SwapWeeklyVolume implements goerli_swap_SwapTradeVolume { id: ID! - stableSwap: mumbai_swap_StableSwap! + stableSwap: goerli_swap_StableSwap! timestamp: BigInt! - volume: mumbai_swap_BigDecimal! + volume: goerli_swap_BigDecimal! } -input mumbai_swap_SwapWeeklyVolume_filter { +input goerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -50729,7 +48277,7 @@ input mumbai_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mumbai_swap_StableSwap_filter + stableSwap_: goerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -50738,21 +48286,21 @@ input mumbai_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mumbai_swap_BigDecimal - volume_not: mumbai_swap_BigDecimal - volume_gt: mumbai_swap_BigDecimal - volume_lt: mumbai_swap_BigDecimal - volume_gte: mumbai_swap_BigDecimal - volume_lte: mumbai_swap_BigDecimal - volume_in: [mumbai_swap_BigDecimal!] - volume_not_in: [mumbai_swap_BigDecimal!] + volume: goerli_swap_BigDecimal + volume_not: goerli_swap_BigDecimal + volume_gt: goerli_swap_BigDecimal + volume_lt: goerli_swap_BigDecimal + volume_gte: goerli_swap_BigDecimal + volume_lte: goerli_swap_BigDecimal + volume_in: [goerli_swap_BigDecimal!] + volume_not_in: [goerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SwapWeeklyVolume_filter] - or: [mumbai_swap_SwapWeeklyVolume_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SwapWeeklyVolume_filter] + or: [goerli_swap_SwapWeeklyVolume_filter] } -enum mumbai_swap_SwapWeeklyVolume_orderBy { +enum goerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -50775,13 +48323,13 @@ enum mumbai_swap_SwapWeeklyVolume_orderBy { volume } -type mumbai_swap_SystemInfo { +type goerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input mumbai_swap_SystemInfo_filter { +input goerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -50807,20 +48355,20 @@ input mumbai_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_swap_BlockChangedFilter - and: [mumbai_swap_SystemInfo_filter] - or: [mumbai_swap_SystemInfo_filter] + _change_block: goerli_swap_BlockChangedFilter + and: [goerli_swap_SystemInfo_filter] + or: [goerli_swap_SystemInfo_filter] } -enum mumbai_swap_SystemInfo_orderBy { +enum goerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type mumbai_swap__Block_ { +type goerli_swap__Block_ { """The hash of the block""" - hash: mumbai_swap_Bytes + hash: goerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -50828,7 +48376,7 @@ type mumbai_swap__Block_ { } """The type for the top-level _meta field""" -type mumbai_swap__Meta_ { +type goerli_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -50836,50 +48384,50 @@ type mumbai_swap__Meta_ { and therefore asks for the latest block """ - block: mumbai_swap__Block_! + block: goerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar bnb_swap_BigDecimal +scalar stagingoptimismgoerli_swap_BigDecimal -input bnb_swap_BlockChangedFilter { +input stagingoptimismgoerli_swap_BlockChangedFilter { number_gte: Int! } -input bnb_swap_Block_height { - hash: bnb_swap_Bytes +input stagingoptimismgoerli_swap_Block_height { + hash: stagingoptimismgoerli_swap_Bytes number: Int number_gte: Int } -scalar bnb_swap_Bytes +scalar stagingoptimismgoerli_swap_Bytes """ 8 bytes signed integer """ -scalar bnb_swap_Int8 +scalar stagingoptimismgoerli_swap_Int8 -type bnb_swap_LpAccount { +type stagingoptimismgoerli_swap_LpAccount { id: ID! - address: bnb_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpAccountBalance_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpAccountBalance_filter): [bnb_swap_LpAccountBalance!]! + address: stagingoptimismgoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_LpAccountBalance_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_LpAccountBalance_filter): [stagingoptimismgoerli_swap_LpAccountBalance!]! } -type bnb_swap_LpAccountBalance { +type stagingoptimismgoerli_swap_LpAccountBalance { id: ID! - account: bnb_swap_LpAccount! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! + account: stagingoptimismgoerli_swap_LpAccount! + token: stagingoptimismgoerli_swap_LpToken! + amount: stagingoptimismgoerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: bnb_swap_Bytes + transaction: stagingoptimismgoerli_swap_Bytes } -input bnb_swap_LpAccountBalance_filter { +input stagingoptimismgoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -50908,7 +48456,7 @@ input bnb_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: bnb_swap_LpAccount_filter + account_: stagingoptimismgoerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -50929,15 +48477,15 @@ input bnb_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: bnb_swap_LpToken_filter - amount: bnb_swap_BigDecimal - amount_not: bnb_swap_BigDecimal - amount_gt: bnb_swap_BigDecimal - amount_lt: bnb_swap_BigDecimal - amount_gte: bnb_swap_BigDecimal - amount_lte: bnb_swap_BigDecimal - amount_in: [bnb_swap_BigDecimal!] - amount_not_in: [bnb_swap_BigDecimal!] + token_: stagingoptimismgoerli_swap_LpToken_filter + amount: stagingoptimismgoerli_swap_BigDecimal + amount_not: stagingoptimismgoerli_swap_BigDecimal + amount_gt: stagingoptimismgoerli_swap_BigDecimal + amount_lt: stagingoptimismgoerli_swap_BigDecimal + amount_gte: stagingoptimismgoerli_swap_BigDecimal + amount_lte: stagingoptimismgoerli_swap_BigDecimal + amount_in: [stagingoptimismgoerli_swap_BigDecimal!] + amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -50954,23 +48502,23 @@ input bnb_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpAccountBalance_filter] - or: [bnb_swap_LpAccountBalance_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpAccountBalance_filter] + or: [stagingoptimismgoerli_swap_LpAccountBalance_filter] } -enum bnb_swap_LpAccountBalance_orderBy { +enum stagingoptimismgoerli_swap_LpAccountBalance_orderBy { id account account__id @@ -50988,7 +48536,7 @@ enum bnb_swap_LpAccountBalance_orderBy { transaction } -input bnb_swap_LpAccount_filter { +input stagingoptimismgoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -50997,51 +48545,51 @@ input bnb_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: bnb_swap_Bytes - address_not: bnb_swap_Bytes - address_gt: bnb_swap_Bytes - address_lt: bnb_swap_Bytes - address_gte: bnb_swap_Bytes - address_lte: bnb_swap_Bytes - address_in: [bnb_swap_Bytes!] - address_not_in: [bnb_swap_Bytes!] - address_contains: bnb_swap_Bytes - address_not_contains: bnb_swap_Bytes - balances_: bnb_swap_LpAccountBalance_filter + address: stagingoptimismgoerli_swap_Bytes + address_not: stagingoptimismgoerli_swap_Bytes + address_gt: stagingoptimismgoerli_swap_Bytes + address_lt: stagingoptimismgoerli_swap_Bytes + address_gte: stagingoptimismgoerli_swap_Bytes + address_lte: stagingoptimismgoerli_swap_Bytes + address_in: [stagingoptimismgoerli_swap_Bytes!] + address_not_in: [stagingoptimismgoerli_swap_Bytes!] + address_contains: stagingoptimismgoerli_swap_Bytes + address_not_contains: stagingoptimismgoerli_swap_Bytes + balances_: stagingoptimismgoerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpAccount_filter] - or: [bnb_swap_LpAccount_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpAccount_filter] + or: [stagingoptimismgoerli_swap_LpAccount_filter] } -enum bnb_swap_LpAccount_orderBy { +enum stagingoptimismgoerli_swap_LpAccount_orderBy { id address balances } -type bnb_swap_LpToken { +type stagingoptimismgoerli_swap_LpToken { id: ID! - address: bnb_swap_Bytes! - stableSwap: bnb_swap_StableSwap! + address: stagingoptimismgoerli_swap_Bytes! + stableSwap: stagingoptimismgoerli_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: bnb_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpTokenEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpTokenEvent_filter): [bnb_swap_LpTokenEvent!]! + totalSupply: stagingoptimismgoerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_LpTokenEvent_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_LpTokenEvent_filter): [stagingoptimismgoerli_swap_LpTokenEvent!]! } -interface bnb_swap_LpTokenEvent { +interface stagingoptimismgoerli_swap_LpTokenEvent { id: ID! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! + token: stagingoptimismgoerli_swap_LpToken! + amount: stagingoptimismgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: stagingoptimismgoerli_swap_Bytes! nonce: BigInt! } -input bnb_swap_LpTokenEvent_filter { +input stagingoptimismgoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -51070,15 +48618,15 @@ input bnb_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: bnb_swap_LpToken_filter - amount: bnb_swap_BigDecimal - amount_not: bnb_swap_BigDecimal - amount_gt: bnb_swap_BigDecimal - amount_lt: bnb_swap_BigDecimal - amount_gte: bnb_swap_BigDecimal - amount_lte: bnb_swap_BigDecimal - amount_in: [bnb_swap_BigDecimal!] - amount_not_in: [bnb_swap_BigDecimal!] + token_: stagingoptimismgoerli_swap_LpToken_filter + amount: stagingoptimismgoerli_swap_BigDecimal + amount_not: stagingoptimismgoerli_swap_BigDecimal + amount_gt: stagingoptimismgoerli_swap_BigDecimal + amount_lt: stagingoptimismgoerli_swap_BigDecimal + amount_gte: stagingoptimismgoerli_swap_BigDecimal + amount_lte: stagingoptimismgoerli_swap_BigDecimal + amount_in: [stagingoptimismgoerli_swap_BigDecimal!] + amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -51095,16 +48643,16 @@ input bnb_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -51114,12 +48662,12 @@ input bnb_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpTokenEvent_filter] - or: [bnb_swap_LpTokenEvent_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpTokenEvent_filter] + or: [stagingoptimismgoerli_swap_LpTokenEvent_filter] } -enum bnb_swap_LpTokenEvent_orderBy { +enum stagingoptimismgoerli_swap_LpTokenEvent_orderBy { id token token__id @@ -51135,7 +48683,7 @@ enum bnb_swap_LpTokenEvent_orderBy { nonce } -input bnb_swap_LpToken_filter { +input stagingoptimismgoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -51144,16 +48692,16 @@ input bnb_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: bnb_swap_Bytes - address_not: bnb_swap_Bytes - address_gt: bnb_swap_Bytes - address_lt: bnb_swap_Bytes - address_gte: bnb_swap_Bytes - address_lte: bnb_swap_Bytes - address_in: [bnb_swap_Bytes!] - address_not_in: [bnb_swap_Bytes!] - address_contains: bnb_swap_Bytes - address_not_contains: bnb_swap_Bytes + address: stagingoptimismgoerli_swap_Bytes + address_not: stagingoptimismgoerli_swap_Bytes + address_gt: stagingoptimismgoerli_swap_Bytes + address_lt: stagingoptimismgoerli_swap_Bytes + address_gte: stagingoptimismgoerli_swap_Bytes + address_lte: stagingoptimismgoerli_swap_Bytes + address_in: [stagingoptimismgoerli_swap_Bytes!] + address_not_in: [stagingoptimismgoerli_swap_Bytes!] + address_contains: stagingoptimismgoerli_swap_Bytes + address_not_contains: stagingoptimismgoerli_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -51174,7 +48722,7 @@ input bnb_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -51223,22 +48771,22 @@ input bnb_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: bnb_swap_BigDecimal - totalSupply_not: bnb_swap_BigDecimal - totalSupply_gt: bnb_swap_BigDecimal - totalSupply_lt: bnb_swap_BigDecimal - totalSupply_gte: bnb_swap_BigDecimal - totalSupply_lte: bnb_swap_BigDecimal - totalSupply_in: [bnb_swap_BigDecimal!] - totalSupply_not_in: [bnb_swap_BigDecimal!] - events_: bnb_swap_LpTokenEvent_filter + totalSupply: stagingoptimismgoerli_swap_BigDecimal + totalSupply_not: stagingoptimismgoerli_swap_BigDecimal + totalSupply_gt: stagingoptimismgoerli_swap_BigDecimal + totalSupply_lt: stagingoptimismgoerli_swap_BigDecimal + totalSupply_gte: stagingoptimismgoerli_swap_BigDecimal + totalSupply_lte: stagingoptimismgoerli_swap_BigDecimal + totalSupply_in: [stagingoptimismgoerli_swap_BigDecimal!] + totalSupply_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + events_: stagingoptimismgoerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpToken_filter] - or: [bnb_swap_LpToken_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpToken_filter] + or: [stagingoptimismgoerli_swap_LpToken_filter] } -enum bnb_swap_LpToken_orderBy { +enum stagingoptimismgoerli_swap_LpToken_orderBy { id address stableSwap @@ -51265,21 +48813,21 @@ enum bnb_swap_LpToken_orderBy { events } -type bnb_swap_LpTransferEvent implements bnb_swap_LpTokenEvent { +type stagingoptimismgoerli_swap_LpTransferEvent implements stagingoptimismgoerli_swap_LpTokenEvent { id: ID! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! - from: bnb_swap_Bytes! - to: bnb_swap_Bytes! - fromBalance: bnb_swap_BigDecimal! - toBalance: bnb_swap_BigDecimal! + token: stagingoptimismgoerli_swap_LpToken! + amount: stagingoptimismgoerli_swap_BigDecimal! + from: stagingoptimismgoerli_swap_Bytes! + to: stagingoptimismgoerli_swap_Bytes! + fromBalance: stagingoptimismgoerli_swap_BigDecimal! + toBalance: stagingoptimismgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: stagingoptimismgoerli_swap_Bytes! nonce: BigInt! } -input bnb_swap_LpTransferEvent_filter { +input stagingoptimismgoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -51308,51 +48856,51 @@ input bnb_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: bnb_swap_LpToken_filter - amount: bnb_swap_BigDecimal - amount_not: bnb_swap_BigDecimal - amount_gt: bnb_swap_BigDecimal - amount_lt: bnb_swap_BigDecimal - amount_gte: bnb_swap_BigDecimal - amount_lte: bnb_swap_BigDecimal - amount_in: [bnb_swap_BigDecimal!] - amount_not_in: [bnb_swap_BigDecimal!] - from: bnb_swap_Bytes - from_not: bnb_swap_Bytes - from_gt: bnb_swap_Bytes - from_lt: bnb_swap_Bytes - from_gte: bnb_swap_Bytes - from_lte: bnb_swap_Bytes - from_in: [bnb_swap_Bytes!] - from_not_in: [bnb_swap_Bytes!] - from_contains: bnb_swap_Bytes - from_not_contains: bnb_swap_Bytes - to: bnb_swap_Bytes - to_not: bnb_swap_Bytes - to_gt: bnb_swap_Bytes - to_lt: bnb_swap_Bytes - to_gte: bnb_swap_Bytes - to_lte: bnb_swap_Bytes - to_in: [bnb_swap_Bytes!] - to_not_in: [bnb_swap_Bytes!] - to_contains: bnb_swap_Bytes - to_not_contains: bnb_swap_Bytes - fromBalance: bnb_swap_BigDecimal - fromBalance_not: bnb_swap_BigDecimal - fromBalance_gt: bnb_swap_BigDecimal - fromBalance_lt: bnb_swap_BigDecimal - fromBalance_gte: bnb_swap_BigDecimal - fromBalance_lte: bnb_swap_BigDecimal - fromBalance_in: [bnb_swap_BigDecimal!] - fromBalance_not_in: [bnb_swap_BigDecimal!] - toBalance: bnb_swap_BigDecimal - toBalance_not: bnb_swap_BigDecimal - toBalance_gt: bnb_swap_BigDecimal - toBalance_lt: bnb_swap_BigDecimal - toBalance_gte: bnb_swap_BigDecimal - toBalance_lte: bnb_swap_BigDecimal - toBalance_in: [bnb_swap_BigDecimal!] - toBalance_not_in: [bnb_swap_BigDecimal!] + token_: stagingoptimismgoerli_swap_LpToken_filter + amount: stagingoptimismgoerli_swap_BigDecimal + amount_not: stagingoptimismgoerli_swap_BigDecimal + amount_gt: stagingoptimismgoerli_swap_BigDecimal + amount_lt: stagingoptimismgoerli_swap_BigDecimal + amount_gte: stagingoptimismgoerli_swap_BigDecimal + amount_lte: stagingoptimismgoerli_swap_BigDecimal + amount_in: [stagingoptimismgoerli_swap_BigDecimal!] + amount_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + from: stagingoptimismgoerli_swap_Bytes + from_not: stagingoptimismgoerli_swap_Bytes + from_gt: stagingoptimismgoerli_swap_Bytes + from_lt: stagingoptimismgoerli_swap_Bytes + from_gte: stagingoptimismgoerli_swap_Bytes + from_lte: stagingoptimismgoerli_swap_Bytes + from_in: [stagingoptimismgoerli_swap_Bytes!] + from_not_in: [stagingoptimismgoerli_swap_Bytes!] + from_contains: stagingoptimismgoerli_swap_Bytes + from_not_contains: stagingoptimismgoerli_swap_Bytes + to: stagingoptimismgoerli_swap_Bytes + to_not: stagingoptimismgoerli_swap_Bytes + to_gt: stagingoptimismgoerli_swap_Bytes + to_lt: stagingoptimismgoerli_swap_Bytes + to_gte: stagingoptimismgoerli_swap_Bytes + to_lte: stagingoptimismgoerli_swap_Bytes + to_in: [stagingoptimismgoerli_swap_Bytes!] + to_not_in: [stagingoptimismgoerli_swap_Bytes!] + to_contains: stagingoptimismgoerli_swap_Bytes + to_not_contains: stagingoptimismgoerli_swap_Bytes + fromBalance: stagingoptimismgoerli_swap_BigDecimal + fromBalance_not: stagingoptimismgoerli_swap_BigDecimal + fromBalance_gt: stagingoptimismgoerli_swap_BigDecimal + fromBalance_lt: stagingoptimismgoerli_swap_BigDecimal + fromBalance_gte: stagingoptimismgoerli_swap_BigDecimal + fromBalance_lte: stagingoptimismgoerli_swap_BigDecimal + fromBalance_in: [stagingoptimismgoerli_swap_BigDecimal!] + fromBalance_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + toBalance: stagingoptimismgoerli_swap_BigDecimal + toBalance_not: stagingoptimismgoerli_swap_BigDecimal + toBalance_gt: stagingoptimismgoerli_swap_BigDecimal + toBalance_lt: stagingoptimismgoerli_swap_BigDecimal + toBalance_gte: stagingoptimismgoerli_swap_BigDecimal + toBalance_lte: stagingoptimismgoerli_swap_BigDecimal + toBalance_in: [stagingoptimismgoerli_swap_BigDecimal!] + toBalance_not_in: [stagingoptimismgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -51369,16 +48917,16 @@ input bnb_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -51388,12 +48936,12 @@ input bnb_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_LpTransferEvent_filter] - or: [bnb_swap_LpTransferEvent_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_LpTransferEvent_filter] + or: [stagingoptimismgoerli_swap_LpTransferEvent_filter] } -enum bnb_swap_LpTransferEvent_orderBy { +enum stagingoptimismgoerli_swap_LpTransferEvent_orderBy { id token token__id @@ -51414,17 +48962,17 @@ enum bnb_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum bnb_swap_OrderDirection { +enum stagingoptimismgoerli_swap_OrderDirection { asc desc } -type bnb_swap_PooledToken { +type stagingoptimismgoerli_swap_PooledToken { id: ID! - asset: bnb_swap_Bytes! + asset: stagingoptimismgoerli_swap_Bytes! } -input bnb_swap_PooledToken_filter { +input stagingoptimismgoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -51433,59 +48981,59 @@ input bnb_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: bnb_swap_Bytes - asset_not: bnb_swap_Bytes - asset_gt: bnb_swap_Bytes - asset_lt: bnb_swap_Bytes - asset_gte: bnb_swap_Bytes - asset_lte: bnb_swap_Bytes - asset_in: [bnb_swap_Bytes!] - asset_not_in: [bnb_swap_Bytes!] - asset_contains: bnb_swap_Bytes - asset_not_contains: bnb_swap_Bytes + asset: stagingoptimismgoerli_swap_Bytes + asset_not: stagingoptimismgoerli_swap_Bytes + asset_gt: stagingoptimismgoerli_swap_Bytes + asset_lt: stagingoptimismgoerli_swap_Bytes + asset_gte: stagingoptimismgoerli_swap_Bytes + asset_lte: stagingoptimismgoerli_swap_Bytes + asset_in: [stagingoptimismgoerli_swap_Bytes!] + asset_not_in: [stagingoptimismgoerli_swap_Bytes!] + asset_contains: stagingoptimismgoerli_swap_Bytes + asset_not_contains: stagingoptimismgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_PooledToken_filter] - or: [bnb_swap_PooledToken_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_PooledToken_filter] + or: [stagingoptimismgoerli_swap_PooledToken_filter] } -enum bnb_swap_PooledToken_orderBy { +enum stagingoptimismgoerli_swap_PooledToken_orderBy { id asset } -type bnb_swap_StableSwap { +type stagingoptimismgoerli_swap_StableSwap { id: ID! isActive: Boolean - key: bnb_swap_Bytes! - canonicalId: bnb_swap_Bytes + key: stagingoptimismgoerli_swap_Bytes! + canonicalId: stagingoptimismgoerli_swap_Bytes domain: BigInt - swapPool: bnb_swap_Bytes - lpToken: bnb_swap_Bytes + swapPool: stagingoptimismgoerli_swap_Bytes + lpToken: stagingoptimismgoerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [bnb_swap_Bytes!]! + pooledTokens: [stagingoptimismgoerli_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapEvent_filter): [bnb_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapExchange_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapExchange_filter): [bnb_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapHourlyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapHourlyVolume_filter): [bnb_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapDailyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapDailyVolume_filter): [bnb_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapWeeklyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapWeeklyVolume_filter): [bnb_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_StableSwapEvent_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_StableSwapEvent_filter): [stagingoptimismgoerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_StableSwapExchange_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_StableSwapExchange_filter): [stagingoptimismgoerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapHourlyVolume_filter): [stagingoptimismgoerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapDailyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapDailyVolume_filter): [stagingoptimismgoerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingoptimismgoerli_swap_OrderDirection, where: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter): [stagingoptimismgoerli_swap_SwapWeeklyVolume!] } -type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { +type stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent implements stagingoptimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: bnb_swap_StableSwap! - provider: bnb_swap_Bytes! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + provider: stagingoptimismgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -51494,11 +49042,11 @@ type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: stagingoptimismgoerli_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapAddLiquidityEvent_filter { +input stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -51527,17 +49075,17 @@ input bnb_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - provider: bnb_swap_Bytes - provider_not: bnb_swap_Bytes - provider_gt: bnb_swap_Bytes - provider_lt: bnb_swap_Bytes - provider_gte: bnb_swap_Bytes - provider_lte: bnb_swap_Bytes - provider_in: [bnb_swap_Bytes!] - provider_not_in: [bnb_swap_Bytes!] - provider_contains: bnb_swap_Bytes - provider_not_contains: bnb_swap_Bytes + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + provider: stagingoptimismgoerli_swap_Bytes + provider_not: stagingoptimismgoerli_swap_Bytes + provider_gt: stagingoptimismgoerli_swap_Bytes + provider_lt: stagingoptimismgoerli_swap_Bytes + provider_gte: stagingoptimismgoerli_swap_Bytes + provider_lte: stagingoptimismgoerli_swap_Bytes + provider_in: [stagingoptimismgoerli_swap_Bytes!] + provider_not_in: [stagingoptimismgoerli_swap_Bytes!] + provider_contains: stagingoptimismgoerli_swap_Bytes + provider_not_contains: stagingoptimismgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -51596,16 +49144,16 @@ input bnb_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -51615,12 +49163,12 @@ input bnb_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapAddLiquidityEvent_filter] - or: [bnb_swap_StableSwapAddLiquidityEvent_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingoptimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -51652,16 +49200,16 @@ enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface bnb_swap_StableSwapEvent { +interface stagingoptimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: stagingoptimismgoerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: stagingoptimismgoerli_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapEvent_filter { +input stagingoptimismgoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -51690,7 +49238,7 @@ input bnb_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -51707,16 +49255,16 @@ input bnb_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -51726,12 +49274,12 @@ input bnb_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapEvent_filter] - or: [bnb_swap_StableSwapEvent_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwapEvent_filter] + or: [stagingoptimismgoerli_swap_StableSwapEvent_filter] } -enum bnb_swap_StableSwapEvent_orderBy { +enum stagingoptimismgoerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -51756,10 +49304,10 @@ enum bnb_swap_StableSwapEvent_orderBy { nonce } -type bnb_swap_StableSwapExchange { +type stagingoptimismgoerli_swap_StableSwapExchange { id: ID! - stableSwap: bnb_swap_StableSwap! - buyer: bnb_swap_Bytes! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + buyer: stagingoptimismgoerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -51768,11 +49316,11 @@ type bnb_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: stagingoptimismgoerli_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapExchange_filter { +input stagingoptimismgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -51801,17 +49349,17 @@ input bnb_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - buyer: bnb_swap_Bytes - buyer_not: bnb_swap_Bytes - buyer_gt: bnb_swap_Bytes - buyer_lt: bnb_swap_Bytes - buyer_gte: bnb_swap_Bytes - buyer_lte: bnb_swap_Bytes - buyer_in: [bnb_swap_Bytes!] - buyer_not_in: [bnb_swap_Bytes!] - buyer_contains: bnb_swap_Bytes - buyer_not_contains: bnb_swap_Bytes + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + buyer: stagingoptimismgoerli_swap_Bytes + buyer_not: stagingoptimismgoerli_swap_Bytes + buyer_gt: stagingoptimismgoerli_swap_Bytes + buyer_lt: stagingoptimismgoerli_swap_Bytes + buyer_gte: stagingoptimismgoerli_swap_Bytes + buyer_lte: stagingoptimismgoerli_swap_Bytes + buyer_in: [stagingoptimismgoerli_swap_Bytes!] + buyer_not_in: [stagingoptimismgoerli_swap_Bytes!] + buyer_contains: stagingoptimismgoerli_swap_Bytes + buyer_not_contains: stagingoptimismgoerli_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -51874,16 +49422,16 @@ input bnb_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -51893,12 +49441,12 @@ input bnb_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapExchange_filter] - or: [bnb_swap_StableSwapExchange_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwapExchange_filter] + or: [stagingoptimismgoerli_swap_StableSwapExchange_filter] } -enum bnb_swap_StableSwapExchange_orderBy { +enum stagingoptimismgoerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -51930,10 +49478,10 @@ enum bnb_swap_StableSwapExchange_orderBy { nonce } -type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent { +type stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent implements stagingoptimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: bnb_swap_StableSwap! - provider: bnb_swap_Bytes! + stableSwap: stagingoptimismgoerli_swap_StableSwap! + provider: stagingoptimismgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -51942,11 +49490,11 @@ type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: stagingoptimismgoerli_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapRemoveLiquidityEvent_filter { +input stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -51975,17 +49523,17 @@ input bnb_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter - provider: bnb_swap_Bytes - provider_not: bnb_swap_Bytes - provider_gt: bnb_swap_Bytes - provider_lt: bnb_swap_Bytes - provider_gte: bnb_swap_Bytes - provider_lte: bnb_swap_Bytes - provider_in: [bnb_swap_Bytes!] - provider_not_in: [bnb_swap_Bytes!] - provider_contains: bnb_swap_Bytes - provider_not_contains: bnb_swap_Bytes + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter + provider: stagingoptimismgoerli_swap_Bytes + provider_not: stagingoptimismgoerli_swap_Bytes + provider_gt: stagingoptimismgoerli_swap_Bytes + provider_lt: stagingoptimismgoerli_swap_Bytes + provider_gte: stagingoptimismgoerli_swap_Bytes + provider_lte: stagingoptimismgoerli_swap_Bytes + provider_in: [stagingoptimismgoerli_swap_Bytes!] + provider_not_in: [stagingoptimismgoerli_swap_Bytes!] + provider_contains: stagingoptimismgoerli_swap_Bytes + provider_not_contains: stagingoptimismgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -52044,16 +49592,16 @@ input bnb_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: bnb_swap_Bytes - transaction_not: bnb_swap_Bytes - transaction_gt: bnb_swap_Bytes - transaction_lt: bnb_swap_Bytes - transaction_gte: bnb_swap_Bytes - transaction_lte: bnb_swap_Bytes - transaction_in: [bnb_swap_Bytes!] - transaction_not_in: [bnb_swap_Bytes!] - transaction_contains: bnb_swap_Bytes - transaction_not_contains: bnb_swap_Bytes + transaction: stagingoptimismgoerli_swap_Bytes + transaction_not: stagingoptimismgoerli_swap_Bytes + transaction_gt: stagingoptimismgoerli_swap_Bytes + transaction_lt: stagingoptimismgoerli_swap_Bytes + transaction_gte: stagingoptimismgoerli_swap_Bytes + transaction_lte: stagingoptimismgoerli_swap_Bytes + transaction_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_not_in: [stagingoptimismgoerli_swap_Bytes!] + transaction_contains: stagingoptimismgoerli_swap_Bytes + transaction_not_contains: stagingoptimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -52063,12 +49611,12 @@ input bnb_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] - or: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum bnb_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingoptimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -52100,7 +49648,7 @@ enum bnb_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input bnb_swap_StableSwap_filter { +input stagingoptimismgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -52113,26 +49661,26 @@ input bnb_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: bnb_swap_Bytes - key_not: bnb_swap_Bytes - key_gt: bnb_swap_Bytes - key_lt: bnb_swap_Bytes - key_gte: bnb_swap_Bytes - key_lte: bnb_swap_Bytes - key_in: [bnb_swap_Bytes!] - key_not_in: [bnb_swap_Bytes!] - key_contains: bnb_swap_Bytes - key_not_contains: bnb_swap_Bytes - canonicalId: bnb_swap_Bytes - canonicalId_not: bnb_swap_Bytes - canonicalId_gt: bnb_swap_Bytes - canonicalId_lt: bnb_swap_Bytes - canonicalId_gte: bnb_swap_Bytes - canonicalId_lte: bnb_swap_Bytes - canonicalId_in: [bnb_swap_Bytes!] - canonicalId_not_in: [bnb_swap_Bytes!] - canonicalId_contains: bnb_swap_Bytes - canonicalId_not_contains: bnb_swap_Bytes + key: stagingoptimismgoerli_swap_Bytes + key_not: stagingoptimismgoerli_swap_Bytes + key_gt: stagingoptimismgoerli_swap_Bytes + key_lt: stagingoptimismgoerli_swap_Bytes + key_gte: stagingoptimismgoerli_swap_Bytes + key_lte: stagingoptimismgoerli_swap_Bytes + key_in: [stagingoptimismgoerli_swap_Bytes!] + key_not_in: [stagingoptimismgoerli_swap_Bytes!] + key_contains: stagingoptimismgoerli_swap_Bytes + key_not_contains: stagingoptimismgoerli_swap_Bytes + canonicalId: stagingoptimismgoerli_swap_Bytes + canonicalId_not: stagingoptimismgoerli_swap_Bytes + canonicalId_gt: stagingoptimismgoerli_swap_Bytes + canonicalId_lt: stagingoptimismgoerli_swap_Bytes + canonicalId_gte: stagingoptimismgoerli_swap_Bytes + canonicalId_lte: stagingoptimismgoerli_swap_Bytes + canonicalId_in: [stagingoptimismgoerli_swap_Bytes!] + canonicalId_not_in: [stagingoptimismgoerli_swap_Bytes!] + canonicalId_contains: stagingoptimismgoerli_swap_Bytes + canonicalId_not_contains: stagingoptimismgoerli_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -52141,26 +49689,26 @@ input bnb_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: bnb_swap_Bytes - swapPool_not: bnb_swap_Bytes - swapPool_gt: bnb_swap_Bytes - swapPool_lt: bnb_swap_Bytes - swapPool_gte: bnb_swap_Bytes - swapPool_lte: bnb_swap_Bytes - swapPool_in: [bnb_swap_Bytes!] - swapPool_not_in: [bnb_swap_Bytes!] - swapPool_contains: bnb_swap_Bytes - swapPool_not_contains: bnb_swap_Bytes - lpToken: bnb_swap_Bytes - lpToken_not: bnb_swap_Bytes - lpToken_gt: bnb_swap_Bytes - lpToken_lt: bnb_swap_Bytes - lpToken_gte: bnb_swap_Bytes - lpToken_lte: bnb_swap_Bytes - lpToken_in: [bnb_swap_Bytes!] - lpToken_not_in: [bnb_swap_Bytes!] - lpToken_contains: bnb_swap_Bytes - lpToken_not_contains: bnb_swap_Bytes + swapPool: stagingoptimismgoerli_swap_Bytes + swapPool_not: stagingoptimismgoerli_swap_Bytes + swapPool_gt: stagingoptimismgoerli_swap_Bytes + swapPool_lt: stagingoptimismgoerli_swap_Bytes + swapPool_gte: stagingoptimismgoerli_swap_Bytes + swapPool_lte: stagingoptimismgoerli_swap_Bytes + swapPool_in: [stagingoptimismgoerli_swap_Bytes!] + swapPool_not_in: [stagingoptimismgoerli_swap_Bytes!] + swapPool_contains: stagingoptimismgoerli_swap_Bytes + swapPool_not_contains: stagingoptimismgoerli_swap_Bytes + lpToken: stagingoptimismgoerli_swap_Bytes + lpToken_not: stagingoptimismgoerli_swap_Bytes + lpToken_gt: stagingoptimismgoerli_swap_Bytes + lpToken_lt: stagingoptimismgoerli_swap_Bytes + lpToken_gte: stagingoptimismgoerli_swap_Bytes + lpToken_lte: stagingoptimismgoerli_swap_Bytes + lpToken_in: [stagingoptimismgoerli_swap_Bytes!] + lpToken_not_in: [stagingoptimismgoerli_swap_Bytes!] + lpToken_contains: stagingoptimismgoerli_swap_Bytes + lpToken_not_contains: stagingoptimismgoerli_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -52209,12 +49757,12 @@ input bnb_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [bnb_swap_Bytes!] - pooledTokens_not: [bnb_swap_Bytes!] - pooledTokens_contains: [bnb_swap_Bytes!] - pooledTokens_contains_nocase: [bnb_swap_Bytes!] - pooledTokens_not_contains: [bnb_swap_Bytes!] - pooledTokens_not_contains_nocase: [bnb_swap_Bytes!] + pooledTokens: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_not: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_contains: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_contains_nocase: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_not_contains: [stagingoptimismgoerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [stagingoptimismgoerli_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -52257,18 +49805,18 @@ input bnb_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: bnb_swap_StableSwapEvent_filter - exchanges_: bnb_swap_StableSwapExchange_filter - hourlyVolumes_: bnb_swap_SwapHourlyVolume_filter - dailyVolumes_: bnb_swap_SwapDailyVolume_filter - weeklyVolumes_: bnb_swap_SwapWeeklyVolume_filter + events_: stagingoptimismgoerli_swap_StableSwapEvent_filter + exchanges_: stagingoptimismgoerli_swap_StableSwapExchange_filter + hourlyVolumes_: stagingoptimismgoerli_swap_SwapHourlyVolume_filter + dailyVolumes_: stagingoptimismgoerli_swap_SwapDailyVolume_filter + weeklyVolumes_: stagingoptimismgoerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_StableSwap_filter] - or: [bnb_swap_StableSwap_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_StableSwap_filter] + or: [stagingoptimismgoerli_swap_StableSwap_filter] } -enum bnb_swap_StableSwap_orderBy { +enum stagingoptimismgoerli_swap_StableSwap_orderBy { id isActive key @@ -52296,14 +49844,14 @@ enum bnb_swap_StableSwap_orderBy { weeklyVolumes } -type bnb_swap_SwapDailyVolume implements bnb_swap_SwapTradeVolume { +type stagingoptimismgoerli_swap_SwapDailyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: stagingoptimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: stagingoptimismgoerli_swap_BigDecimal! } -input bnb_swap_SwapDailyVolume_filter { +input stagingoptimismgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -52332,7 +49880,7 @@ input bnb_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -52341,21 +49889,21 @@ input bnb_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapDailyVolume_filter] - or: [bnb_swap_SwapDailyVolume_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] + or: [stagingoptimismgoerli_swap_SwapDailyVolume_filter] } -enum bnb_swap_SwapDailyVolume_orderBy { +enum stagingoptimismgoerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -52378,14 +49926,14 @@ enum bnb_swap_SwapDailyVolume_orderBy { volume } -type bnb_swap_SwapHourlyVolume implements bnb_swap_SwapTradeVolume { +type stagingoptimismgoerli_swap_SwapHourlyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: stagingoptimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: stagingoptimismgoerli_swap_BigDecimal! } -input bnb_swap_SwapHourlyVolume_filter { +input stagingoptimismgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -52414,7 +49962,7 @@ input bnb_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -52423,21 +49971,21 @@ input bnb_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapHourlyVolume_filter] - or: [bnb_swap_SwapHourlyVolume_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] + or: [stagingoptimismgoerli_swap_SwapHourlyVolume_filter] } -enum bnb_swap_SwapHourlyVolume_orderBy { +enum stagingoptimismgoerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -52460,13 +50008,13 @@ enum bnb_swap_SwapHourlyVolume_orderBy { volume } -interface bnb_swap_SwapTradeVolume { - stableSwap: bnb_swap_StableSwap! +interface stagingoptimismgoerli_swap_SwapTradeVolume { + stableSwap: stagingoptimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: stagingoptimismgoerli_swap_BigDecimal! } -input bnb_swap_SwapTradeVolume_filter { +input stagingoptimismgoerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -52487,7 +50035,7 @@ input bnb_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -52496,21 +50044,21 @@ input bnb_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapTradeVolume_filter] - or: [bnb_swap_SwapTradeVolume_filter] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] + or: [stagingoptimismgoerli_swap_SwapTradeVolume_filter] } -enum bnb_swap_SwapTradeVolume_orderBy { +enum stagingoptimismgoerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -52532,14 +50080,14 @@ enum bnb_swap_SwapTradeVolume_orderBy { volume } -type bnb_swap_SwapWeeklyVolume implements bnb_swap_SwapTradeVolume { +type stagingoptimismgoerli_swap_SwapWeeklyVolume implements stagingoptimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: stagingoptimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: stagingoptimismgoerli_swap_BigDecimal! } -input bnb_swap_SwapWeeklyVolume_filter { +input stagingoptimismgoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -52568,7 +50116,7 @@ input bnb_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: bnb_swap_StableSwap_filter + stableSwap_: stagingoptimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -52577,21 +50125,21 @@ input bnb_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: bnb_swap_BigDecimal - volume_not: bnb_swap_BigDecimal - volume_gt: bnb_swap_BigDecimal - volume_lt: bnb_swap_BigDecimal - volume_gte: bnb_swap_BigDecimal - volume_lte: bnb_swap_BigDecimal - volume_in: [bnb_swap_BigDecimal!] - volume_not_in: [bnb_swap_BigDecimal!] + volume: stagingoptimismgoerli_swap_BigDecimal + volume_not: stagingoptimismgoerli_swap_BigDecimal + volume_gt: stagingoptimismgoerli_swap_BigDecimal + volume_lt: stagingoptimismgoerli_swap_BigDecimal + volume_gte: stagingoptimismgoerli_swap_BigDecimal + volume_lte: stagingoptimismgoerli_swap_BigDecimal + volume_in: [stagingoptimismgoerli_swap_BigDecimal!] + volume_not_in: [stagingoptimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SwapWeeklyVolume_filter] - or: [bnb_swap_SwapWeeklyVolume_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] + or: [stagingoptimismgoerli_swap_SwapWeeklyVolume_filter] } -enum bnb_swap_SwapWeeklyVolume_orderBy { +enum stagingoptimismgoerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -52614,13 +50162,13 @@ enum bnb_swap_SwapWeeklyVolume_orderBy { volume } -type bnb_swap_SystemInfo { +type stagingoptimismgoerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input bnb_swap_SystemInfo_filter { +input stagingoptimismgoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -52646,20 +50194,20 @@ input bnb_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_swap_BlockChangedFilter - and: [bnb_swap_SystemInfo_filter] - or: [bnb_swap_SystemInfo_filter] + _change_block: stagingoptimismgoerli_swap_BlockChangedFilter + and: [stagingoptimismgoerli_swap_SystemInfo_filter] + or: [stagingoptimismgoerli_swap_SystemInfo_filter] } -enum bnb_swap_SystemInfo_orderBy { +enum stagingoptimismgoerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type bnb_swap__Block_ { +type stagingoptimismgoerli_swap__Block_ { """The hash of the block""" - hash: bnb_swap_Bytes + hash: stagingoptimismgoerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -52667,7 +50215,7 @@ type bnb_swap__Block_ { } """The type for the top-level _meta field""" -type bnb_swap__Meta_ { +type stagingoptimismgoerli_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -52675,50 +50223,50 @@ type bnb_swap__Meta_ { and therefore asks for the latest block """ - block: bnb_swap__Block_! + block: stagingoptimismgoerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar stagingmumbai_swap_BigDecimal +scalar arbitrumone_swap_BigDecimal -input stagingmumbai_swap_BlockChangedFilter { +input arbitrumone_swap_BlockChangedFilter { number_gte: Int! } -input stagingmumbai_swap_Block_height { - hash: stagingmumbai_swap_Bytes +input arbitrumone_swap_Block_height { + hash: arbitrumone_swap_Bytes number: Int number_gte: Int } -scalar stagingmumbai_swap_Bytes +scalar arbitrumone_swap_Bytes """ 8 bytes signed integer """ -scalar stagingmumbai_swap_Int8 +scalar arbitrumone_swap_Int8 -type stagingmumbai_swap_LpAccount { +type arbitrumone_swap_LpAccount { id: ID! - address: stagingmumbai_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_LpAccountBalance_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_LpAccountBalance_filter): [stagingmumbai_swap_LpAccountBalance!]! + address: arbitrumone_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpAccountBalance_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpAccountBalance_filter): [arbitrumone_swap_LpAccountBalance!]! } -type stagingmumbai_swap_LpAccountBalance { +type arbitrumone_swap_LpAccountBalance { id: ID! - account: stagingmumbai_swap_LpAccount! - token: stagingmumbai_swap_LpToken! - amount: stagingmumbai_swap_BigDecimal! + account: arbitrumone_swap_LpAccount! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! block: BigInt modified: BigInt - transaction: stagingmumbai_swap_Bytes + transaction: arbitrumone_swap_Bytes } -input stagingmumbai_swap_LpAccountBalance_filter { +input arbitrumone_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -52747,7 +50295,7 @@ input stagingmumbai_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: stagingmumbai_swap_LpAccount_filter + account_: arbitrumone_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -52768,15 +50316,15 @@ input stagingmumbai_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: stagingmumbai_swap_LpToken_filter - amount: stagingmumbai_swap_BigDecimal - amount_not: stagingmumbai_swap_BigDecimal - amount_gt: stagingmumbai_swap_BigDecimal - amount_lt: stagingmumbai_swap_BigDecimal - amount_gte: stagingmumbai_swap_BigDecimal - amount_lte: stagingmumbai_swap_BigDecimal - amount_in: [stagingmumbai_swap_BigDecimal!] - amount_not_in: [stagingmumbai_swap_BigDecimal!] + token_: arbitrumone_swap_LpToken_filter + amount: arbitrumone_swap_BigDecimal + amount_not: arbitrumone_swap_BigDecimal + amount_gt: arbitrumone_swap_BigDecimal + amount_lt: arbitrumone_swap_BigDecimal + amount_gte: arbitrumone_swap_BigDecimal + amount_lte: arbitrumone_swap_BigDecimal + amount_in: [arbitrumone_swap_BigDecimal!] + amount_not_in: [arbitrumone_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -52793,23 +50341,23 @@ input stagingmumbai_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpAccountBalance_filter] - or: [stagingmumbai_swap_LpAccountBalance_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccountBalance_filter] + or: [arbitrumone_swap_LpAccountBalance_filter] } -enum stagingmumbai_swap_LpAccountBalance_orderBy { +enum arbitrumone_swap_LpAccountBalance_orderBy { id account account__id @@ -52827,7 +50375,7 @@ enum stagingmumbai_swap_LpAccountBalance_orderBy { transaction } -input stagingmumbai_swap_LpAccount_filter { +input arbitrumone_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -52836,51 +50384,51 @@ input stagingmumbai_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: stagingmumbai_swap_Bytes - address_not: stagingmumbai_swap_Bytes - address_gt: stagingmumbai_swap_Bytes - address_lt: stagingmumbai_swap_Bytes - address_gte: stagingmumbai_swap_Bytes - address_lte: stagingmumbai_swap_Bytes - address_in: [stagingmumbai_swap_Bytes!] - address_not_in: [stagingmumbai_swap_Bytes!] - address_contains: stagingmumbai_swap_Bytes - address_not_contains: stagingmumbai_swap_Bytes - balances_: stagingmumbai_swap_LpAccountBalance_filter + address: arbitrumone_swap_Bytes + address_not: arbitrumone_swap_Bytes + address_gt: arbitrumone_swap_Bytes + address_lt: arbitrumone_swap_Bytes + address_gte: arbitrumone_swap_Bytes + address_lte: arbitrumone_swap_Bytes + address_in: [arbitrumone_swap_Bytes!] + address_not_in: [arbitrumone_swap_Bytes!] + address_contains: arbitrumone_swap_Bytes + address_not_contains: arbitrumone_swap_Bytes + balances_: arbitrumone_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpAccount_filter] - or: [stagingmumbai_swap_LpAccount_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccount_filter] + or: [arbitrumone_swap_LpAccount_filter] } -enum stagingmumbai_swap_LpAccount_orderBy { +enum arbitrumone_swap_LpAccount_orderBy { id address balances } -type stagingmumbai_swap_LpToken { +type arbitrumone_swap_LpToken { id: ID! - address: stagingmumbai_swap_Bytes! - stableSwap: stagingmumbai_swap_StableSwap! + address: arbitrumone_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: stagingmumbai_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_LpTokenEvent_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_LpTokenEvent_filter): [stagingmumbai_swap_LpTokenEvent!]! + totalSupply: arbitrumone_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpTokenEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpTokenEvent_filter): [arbitrumone_swap_LpTokenEvent!]! } -interface stagingmumbai_swap_LpTokenEvent { +interface arbitrumone_swap_LpTokenEvent { id: ID! - token: stagingmumbai_swap_LpToken! - amount: stagingmumbai_swap_BigDecimal! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input stagingmumbai_swap_LpTokenEvent_filter { +input arbitrumone_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -52909,15 +50457,15 @@ input stagingmumbai_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: stagingmumbai_swap_LpToken_filter - amount: stagingmumbai_swap_BigDecimal - amount_not: stagingmumbai_swap_BigDecimal - amount_gt: stagingmumbai_swap_BigDecimal - amount_lt: stagingmumbai_swap_BigDecimal - amount_gte: stagingmumbai_swap_BigDecimal - amount_lte: stagingmumbai_swap_BigDecimal - amount_in: [stagingmumbai_swap_BigDecimal!] - amount_not_in: [stagingmumbai_swap_BigDecimal!] + token_: arbitrumone_swap_LpToken_filter + amount: arbitrumone_swap_BigDecimal + amount_not: arbitrumone_swap_BigDecimal + amount_gt: arbitrumone_swap_BigDecimal + amount_lt: arbitrumone_swap_BigDecimal + amount_gte: arbitrumone_swap_BigDecimal + amount_lte: arbitrumone_swap_BigDecimal + amount_in: [arbitrumone_swap_BigDecimal!] + amount_not_in: [arbitrumone_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -52934,16 +50482,16 @@ input stagingmumbai_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -52953,12 +50501,12 @@ input stagingmumbai_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpTokenEvent_filter] - or: [stagingmumbai_swap_LpTokenEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTokenEvent_filter] + or: [arbitrumone_swap_LpTokenEvent_filter] } -enum stagingmumbai_swap_LpTokenEvent_orderBy { +enum arbitrumone_swap_LpTokenEvent_orderBy { id token token__id @@ -52974,7 +50522,7 @@ enum stagingmumbai_swap_LpTokenEvent_orderBy { nonce } -input stagingmumbai_swap_LpToken_filter { +input arbitrumone_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -52983,16 +50531,16 @@ input stagingmumbai_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: stagingmumbai_swap_Bytes - address_not: stagingmumbai_swap_Bytes - address_gt: stagingmumbai_swap_Bytes - address_lt: stagingmumbai_swap_Bytes - address_gte: stagingmumbai_swap_Bytes - address_lte: stagingmumbai_swap_Bytes - address_in: [stagingmumbai_swap_Bytes!] - address_not_in: [stagingmumbai_swap_Bytes!] - address_contains: stagingmumbai_swap_Bytes - address_not_contains: stagingmumbai_swap_Bytes + address: arbitrumone_swap_Bytes + address_not: arbitrumone_swap_Bytes + address_gt: arbitrumone_swap_Bytes + address_lt: arbitrumone_swap_Bytes + address_gte: arbitrumone_swap_Bytes + address_lte: arbitrumone_swap_Bytes + address_in: [arbitrumone_swap_Bytes!] + address_not_in: [arbitrumone_swap_Bytes!] + address_contains: arbitrumone_swap_Bytes + address_not_contains: arbitrumone_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -53013,7 +50561,7 @@ input stagingmumbai_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -53062,22 +50610,22 @@ input stagingmumbai_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: stagingmumbai_swap_BigDecimal - totalSupply_not: stagingmumbai_swap_BigDecimal - totalSupply_gt: stagingmumbai_swap_BigDecimal - totalSupply_lt: stagingmumbai_swap_BigDecimal - totalSupply_gte: stagingmumbai_swap_BigDecimal - totalSupply_lte: stagingmumbai_swap_BigDecimal - totalSupply_in: [stagingmumbai_swap_BigDecimal!] - totalSupply_not_in: [stagingmumbai_swap_BigDecimal!] - events_: stagingmumbai_swap_LpTokenEvent_filter + totalSupply: arbitrumone_swap_BigDecimal + totalSupply_not: arbitrumone_swap_BigDecimal + totalSupply_gt: arbitrumone_swap_BigDecimal + totalSupply_lt: arbitrumone_swap_BigDecimal + totalSupply_gte: arbitrumone_swap_BigDecimal + totalSupply_lte: arbitrumone_swap_BigDecimal + totalSupply_in: [arbitrumone_swap_BigDecimal!] + totalSupply_not_in: [arbitrumone_swap_BigDecimal!] + events_: arbitrumone_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpToken_filter] - or: [stagingmumbai_swap_LpToken_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpToken_filter] + or: [arbitrumone_swap_LpToken_filter] } -enum stagingmumbai_swap_LpToken_orderBy { +enum arbitrumone_swap_LpToken_orderBy { id address stableSwap @@ -53104,21 +50652,21 @@ enum stagingmumbai_swap_LpToken_orderBy { events } -type stagingmumbai_swap_LpTransferEvent implements stagingmumbai_swap_LpTokenEvent { +type arbitrumone_swap_LpTransferEvent implements arbitrumone_swap_LpTokenEvent { id: ID! - token: stagingmumbai_swap_LpToken! - amount: stagingmumbai_swap_BigDecimal! - from: stagingmumbai_swap_Bytes! - to: stagingmumbai_swap_Bytes! - fromBalance: stagingmumbai_swap_BigDecimal! - toBalance: stagingmumbai_swap_BigDecimal! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! + from: arbitrumone_swap_Bytes! + to: arbitrumone_swap_Bytes! + fromBalance: arbitrumone_swap_BigDecimal! + toBalance: arbitrumone_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input stagingmumbai_swap_LpTransferEvent_filter { +input arbitrumone_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -53147,51 +50695,51 @@ input stagingmumbai_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: stagingmumbai_swap_LpToken_filter - amount: stagingmumbai_swap_BigDecimal - amount_not: stagingmumbai_swap_BigDecimal - amount_gt: stagingmumbai_swap_BigDecimal - amount_lt: stagingmumbai_swap_BigDecimal - amount_gte: stagingmumbai_swap_BigDecimal - amount_lte: stagingmumbai_swap_BigDecimal - amount_in: [stagingmumbai_swap_BigDecimal!] - amount_not_in: [stagingmumbai_swap_BigDecimal!] - from: stagingmumbai_swap_Bytes - from_not: stagingmumbai_swap_Bytes - from_gt: stagingmumbai_swap_Bytes - from_lt: stagingmumbai_swap_Bytes - from_gte: stagingmumbai_swap_Bytes - from_lte: stagingmumbai_swap_Bytes - from_in: [stagingmumbai_swap_Bytes!] - from_not_in: [stagingmumbai_swap_Bytes!] - from_contains: stagingmumbai_swap_Bytes - from_not_contains: stagingmumbai_swap_Bytes - to: stagingmumbai_swap_Bytes - to_not: stagingmumbai_swap_Bytes - to_gt: stagingmumbai_swap_Bytes - to_lt: stagingmumbai_swap_Bytes - to_gte: stagingmumbai_swap_Bytes - to_lte: stagingmumbai_swap_Bytes - to_in: [stagingmumbai_swap_Bytes!] - to_not_in: [stagingmumbai_swap_Bytes!] - to_contains: stagingmumbai_swap_Bytes - to_not_contains: stagingmumbai_swap_Bytes - fromBalance: stagingmumbai_swap_BigDecimal - fromBalance_not: stagingmumbai_swap_BigDecimal - fromBalance_gt: stagingmumbai_swap_BigDecimal - fromBalance_lt: stagingmumbai_swap_BigDecimal - fromBalance_gte: stagingmumbai_swap_BigDecimal - fromBalance_lte: stagingmumbai_swap_BigDecimal - fromBalance_in: [stagingmumbai_swap_BigDecimal!] - fromBalance_not_in: [stagingmumbai_swap_BigDecimal!] - toBalance: stagingmumbai_swap_BigDecimal - toBalance_not: stagingmumbai_swap_BigDecimal - toBalance_gt: stagingmumbai_swap_BigDecimal - toBalance_lt: stagingmumbai_swap_BigDecimal - toBalance_gte: stagingmumbai_swap_BigDecimal - toBalance_lte: stagingmumbai_swap_BigDecimal - toBalance_in: [stagingmumbai_swap_BigDecimal!] - toBalance_not_in: [stagingmumbai_swap_BigDecimal!] + token_: arbitrumone_swap_LpToken_filter + amount: arbitrumone_swap_BigDecimal + amount_not: arbitrumone_swap_BigDecimal + amount_gt: arbitrumone_swap_BigDecimal + amount_lt: arbitrumone_swap_BigDecimal + amount_gte: arbitrumone_swap_BigDecimal + amount_lte: arbitrumone_swap_BigDecimal + amount_in: [arbitrumone_swap_BigDecimal!] + amount_not_in: [arbitrumone_swap_BigDecimal!] + from: arbitrumone_swap_Bytes + from_not: arbitrumone_swap_Bytes + from_gt: arbitrumone_swap_Bytes + from_lt: arbitrumone_swap_Bytes + from_gte: arbitrumone_swap_Bytes + from_lte: arbitrumone_swap_Bytes + from_in: [arbitrumone_swap_Bytes!] + from_not_in: [arbitrumone_swap_Bytes!] + from_contains: arbitrumone_swap_Bytes + from_not_contains: arbitrumone_swap_Bytes + to: arbitrumone_swap_Bytes + to_not: arbitrumone_swap_Bytes + to_gt: arbitrumone_swap_Bytes + to_lt: arbitrumone_swap_Bytes + to_gte: arbitrumone_swap_Bytes + to_lte: arbitrumone_swap_Bytes + to_in: [arbitrumone_swap_Bytes!] + to_not_in: [arbitrumone_swap_Bytes!] + to_contains: arbitrumone_swap_Bytes + to_not_contains: arbitrumone_swap_Bytes + fromBalance: arbitrumone_swap_BigDecimal + fromBalance_not: arbitrumone_swap_BigDecimal + fromBalance_gt: arbitrumone_swap_BigDecimal + fromBalance_lt: arbitrumone_swap_BigDecimal + fromBalance_gte: arbitrumone_swap_BigDecimal + fromBalance_lte: arbitrumone_swap_BigDecimal + fromBalance_in: [arbitrumone_swap_BigDecimal!] + fromBalance_not_in: [arbitrumone_swap_BigDecimal!] + toBalance: arbitrumone_swap_BigDecimal + toBalance_not: arbitrumone_swap_BigDecimal + toBalance_gt: arbitrumone_swap_BigDecimal + toBalance_lt: arbitrumone_swap_BigDecimal + toBalance_gte: arbitrumone_swap_BigDecimal + toBalance_lte: arbitrumone_swap_BigDecimal + toBalance_in: [arbitrumone_swap_BigDecimal!] + toBalance_not_in: [arbitrumone_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -53208,16 +50756,16 @@ input stagingmumbai_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -53227,12 +50775,12 @@ input stagingmumbai_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_LpTransferEvent_filter] - or: [stagingmumbai_swap_LpTransferEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTransferEvent_filter] + or: [arbitrumone_swap_LpTransferEvent_filter] } -enum stagingmumbai_swap_LpTransferEvent_orderBy { +enum arbitrumone_swap_LpTransferEvent_orderBy { id token token__id @@ -53253,17 +50801,17 @@ enum stagingmumbai_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingmumbai_swap_OrderDirection { +enum arbitrumone_swap_OrderDirection { asc desc } -type stagingmumbai_swap_PooledToken { +type arbitrumone_swap_PooledToken { id: ID! - asset: stagingmumbai_swap_Bytes! + asset: arbitrumone_swap_Bytes! } -input stagingmumbai_swap_PooledToken_filter { +input arbitrumone_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -53272,59 +50820,59 @@ input stagingmumbai_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: stagingmumbai_swap_Bytes - asset_not: stagingmumbai_swap_Bytes - asset_gt: stagingmumbai_swap_Bytes - asset_lt: stagingmumbai_swap_Bytes - asset_gte: stagingmumbai_swap_Bytes - asset_lte: stagingmumbai_swap_Bytes - asset_in: [stagingmumbai_swap_Bytes!] - asset_not_in: [stagingmumbai_swap_Bytes!] - asset_contains: stagingmumbai_swap_Bytes - asset_not_contains: stagingmumbai_swap_Bytes + asset: arbitrumone_swap_Bytes + asset_not: arbitrumone_swap_Bytes + asset_gt: arbitrumone_swap_Bytes + asset_lt: arbitrumone_swap_Bytes + asset_gte: arbitrumone_swap_Bytes + asset_lte: arbitrumone_swap_Bytes + asset_in: [arbitrumone_swap_Bytes!] + asset_not_in: [arbitrumone_swap_Bytes!] + asset_contains: arbitrumone_swap_Bytes + asset_not_contains: arbitrumone_swap_Bytes """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_PooledToken_filter] - or: [stagingmumbai_swap_PooledToken_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_PooledToken_filter] + or: [arbitrumone_swap_PooledToken_filter] } -enum stagingmumbai_swap_PooledToken_orderBy { +enum arbitrumone_swap_PooledToken_orderBy { id asset } -type stagingmumbai_swap_StableSwap { +type arbitrumone_swap_StableSwap { id: ID! isActive: Boolean - key: stagingmumbai_swap_Bytes! - canonicalId: stagingmumbai_swap_Bytes + key: arbitrumone_swap_Bytes! + canonicalId: arbitrumone_swap_Bytes domain: BigInt - swapPool: stagingmumbai_swap_Bytes - lpToken: stagingmumbai_swap_Bytes + swapPool: arbitrumone_swap_Bytes + lpToken: arbitrumone_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [stagingmumbai_swap_Bytes!]! + pooledTokens: [arbitrumone_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_StableSwapEvent_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_StableSwapEvent_filter): [stagingmumbai_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_StableSwapExchange_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_StableSwapExchange_filter): [stagingmumbai_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapHourlyVolume_filter): [stagingmumbai_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapDailyVolume_filter): [stagingmumbai_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapWeeklyVolume_filter): [stagingmumbai_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapEvent_filter): [arbitrumone_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapExchange_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapExchange_filter): [arbitrumone_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapHourlyVolume_filter): [arbitrumone_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapDailyVolume_filter): [arbitrumone_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapWeeklyVolume_filter): [arbitrumone_swap_SwapWeeklyVolume!] } -type stagingmumbai_swap_StableSwapAddLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { +type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_StableSwapEvent { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - provider: stagingmumbai_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + provider: arbitrumone_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -53333,11 +50881,11 @@ type stagingmumbai_swap_StableSwapAddLiquidityEvent implements stagingmumbai_swa balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { +input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -53366,17 +50914,17 @@ input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter - provider: stagingmumbai_swap_Bytes - provider_not: stagingmumbai_swap_Bytes - provider_gt: stagingmumbai_swap_Bytes - provider_lt: stagingmumbai_swap_Bytes - provider_gte: stagingmumbai_swap_Bytes - provider_lte: stagingmumbai_swap_Bytes - provider_in: [stagingmumbai_swap_Bytes!] - provider_not_in: [stagingmumbai_swap_Bytes!] - provider_contains: stagingmumbai_swap_Bytes - provider_not_contains: stagingmumbai_swap_Bytes + stableSwap_: arbitrumone_swap_StableSwap_filter + provider: arbitrumone_swap_Bytes + provider_not: arbitrumone_swap_Bytes + provider_gt: arbitrumone_swap_Bytes + provider_lt: arbitrumone_swap_Bytes + provider_gte: arbitrumone_swap_Bytes + provider_lte: arbitrumone_swap_Bytes + provider_in: [arbitrumone_swap_Bytes!] + provider_not_in: [arbitrumone_swap_Bytes!] + provider_contains: arbitrumone_swap_Bytes + provider_not_contains: arbitrumone_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -53435,16 +50983,16 @@ input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -53454,12 +51002,12 @@ input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] - or: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy { +enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -53491,16 +51039,16 @@ enum stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface stagingmumbai_swap_StableSwapEvent { +interface arbitrumone_swap_StableSwapEvent { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input stagingmumbai_swap_StableSwapEvent_filter { +input arbitrumone_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -53529,7 +51077,7 @@ input stagingmumbai_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -53546,16 +51094,16 @@ input stagingmumbai_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -53565,12 +51113,12 @@ input stagingmumbai_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapEvent_filter] - or: [stagingmumbai_swap_StableSwapEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapEvent_filter] + or: [arbitrumone_swap_StableSwapEvent_filter] } -enum stagingmumbai_swap_StableSwapEvent_orderBy { +enum arbitrumone_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -53595,10 +51143,10 @@ enum stagingmumbai_swap_StableSwapEvent_orderBy { nonce } -type stagingmumbai_swap_StableSwapExchange { +type arbitrumone_swap_StableSwapExchange { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - buyer: stagingmumbai_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + buyer: arbitrumone_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -53607,11 +51155,11 @@ type stagingmumbai_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input stagingmumbai_swap_StableSwapExchange_filter { +input arbitrumone_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -53640,17 +51188,17 @@ input stagingmumbai_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter - buyer: stagingmumbai_swap_Bytes - buyer_not: stagingmumbai_swap_Bytes - buyer_gt: stagingmumbai_swap_Bytes - buyer_lt: stagingmumbai_swap_Bytes - buyer_gte: stagingmumbai_swap_Bytes - buyer_lte: stagingmumbai_swap_Bytes - buyer_in: [stagingmumbai_swap_Bytes!] - buyer_not_in: [stagingmumbai_swap_Bytes!] - buyer_contains: stagingmumbai_swap_Bytes - buyer_not_contains: stagingmumbai_swap_Bytes + stableSwap_: arbitrumone_swap_StableSwap_filter + buyer: arbitrumone_swap_Bytes + buyer_not: arbitrumone_swap_Bytes + buyer_gt: arbitrumone_swap_Bytes + buyer_lt: arbitrumone_swap_Bytes + buyer_gte: arbitrumone_swap_Bytes + buyer_lte: arbitrumone_swap_Bytes + buyer_in: [arbitrumone_swap_Bytes!] + buyer_not_in: [arbitrumone_swap_Bytes!] + buyer_contains: arbitrumone_swap_Bytes + buyer_not_contains: arbitrumone_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -53713,16 +51261,16 @@ input stagingmumbai_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -53732,12 +51280,12 @@ input stagingmumbai_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapExchange_filter] - or: [stagingmumbai_swap_StableSwapExchange_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapExchange_filter] + or: [arbitrumone_swap_StableSwapExchange_filter] } -enum stagingmumbai_swap_StableSwapExchange_orderBy { +enum arbitrumone_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -53769,10 +51317,10 @@ enum stagingmumbai_swap_StableSwapExchange_orderBy { nonce } -type stagingmumbai_swap_StableSwapRemoveLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { +type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! - provider: stagingmumbai_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + provider: arbitrumone_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -53781,11 +51329,11 @@ type stagingmumbai_swap_StableSwapRemoveLiquidityEvent implements stagingmumbai_ balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: stagingmumbai_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter { +input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -53814,17 +51362,17 @@ input stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter - provider: stagingmumbai_swap_Bytes - provider_not: stagingmumbai_swap_Bytes - provider_gt: stagingmumbai_swap_Bytes - provider_lt: stagingmumbai_swap_Bytes - provider_gte: stagingmumbai_swap_Bytes - provider_lte: stagingmumbai_swap_Bytes - provider_in: [stagingmumbai_swap_Bytes!] - provider_not_in: [stagingmumbai_swap_Bytes!] - provider_contains: stagingmumbai_swap_Bytes - provider_not_contains: stagingmumbai_swap_Bytes + stableSwap_: arbitrumone_swap_StableSwap_filter + provider: arbitrumone_swap_Bytes + provider_not: arbitrumone_swap_Bytes + provider_gt: arbitrumone_swap_Bytes + provider_lt: arbitrumone_swap_Bytes + provider_gte: arbitrumone_swap_Bytes + provider_lte: arbitrumone_swap_Bytes + provider_in: [arbitrumone_swap_Bytes!] + provider_not_in: [arbitrumone_swap_Bytes!] + provider_contains: arbitrumone_swap_Bytes + provider_not_contains: arbitrumone_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -53883,16 +51431,16 @@ input stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: stagingmumbai_swap_Bytes - transaction_not: stagingmumbai_swap_Bytes - transaction_gt: stagingmumbai_swap_Bytes - transaction_lt: stagingmumbai_swap_Bytes - transaction_gte: stagingmumbai_swap_Bytes - transaction_lte: stagingmumbai_swap_Bytes - transaction_in: [stagingmumbai_swap_Bytes!] - transaction_not_in: [stagingmumbai_swap_Bytes!] - transaction_contains: stagingmumbai_swap_Bytes - transaction_not_contains: stagingmumbai_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -53902,12 +51450,12 @@ input stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] - or: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -53939,7 +51487,7 @@ enum stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input stagingmumbai_swap_StableSwap_filter { +input arbitrumone_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -53952,26 +51500,26 @@ input stagingmumbai_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: stagingmumbai_swap_Bytes - key_not: stagingmumbai_swap_Bytes - key_gt: stagingmumbai_swap_Bytes - key_lt: stagingmumbai_swap_Bytes - key_gte: stagingmumbai_swap_Bytes - key_lte: stagingmumbai_swap_Bytes - key_in: [stagingmumbai_swap_Bytes!] - key_not_in: [stagingmumbai_swap_Bytes!] - key_contains: stagingmumbai_swap_Bytes - key_not_contains: stagingmumbai_swap_Bytes - canonicalId: stagingmumbai_swap_Bytes - canonicalId_not: stagingmumbai_swap_Bytes - canonicalId_gt: stagingmumbai_swap_Bytes - canonicalId_lt: stagingmumbai_swap_Bytes - canonicalId_gte: stagingmumbai_swap_Bytes - canonicalId_lte: stagingmumbai_swap_Bytes - canonicalId_in: [stagingmumbai_swap_Bytes!] - canonicalId_not_in: [stagingmumbai_swap_Bytes!] - canonicalId_contains: stagingmumbai_swap_Bytes - canonicalId_not_contains: stagingmumbai_swap_Bytes + key: arbitrumone_swap_Bytes + key_not: arbitrumone_swap_Bytes + key_gt: arbitrumone_swap_Bytes + key_lt: arbitrumone_swap_Bytes + key_gte: arbitrumone_swap_Bytes + key_lte: arbitrumone_swap_Bytes + key_in: [arbitrumone_swap_Bytes!] + key_not_in: [arbitrumone_swap_Bytes!] + key_contains: arbitrumone_swap_Bytes + key_not_contains: arbitrumone_swap_Bytes + canonicalId: arbitrumone_swap_Bytes + canonicalId_not: arbitrumone_swap_Bytes + canonicalId_gt: arbitrumone_swap_Bytes + canonicalId_lt: arbitrumone_swap_Bytes + canonicalId_gte: arbitrumone_swap_Bytes + canonicalId_lte: arbitrumone_swap_Bytes + canonicalId_in: [arbitrumone_swap_Bytes!] + canonicalId_not_in: [arbitrumone_swap_Bytes!] + canonicalId_contains: arbitrumone_swap_Bytes + canonicalId_not_contains: arbitrumone_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -53980,26 +51528,26 @@ input stagingmumbai_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: stagingmumbai_swap_Bytes - swapPool_not: stagingmumbai_swap_Bytes - swapPool_gt: stagingmumbai_swap_Bytes - swapPool_lt: stagingmumbai_swap_Bytes - swapPool_gte: stagingmumbai_swap_Bytes - swapPool_lte: stagingmumbai_swap_Bytes - swapPool_in: [stagingmumbai_swap_Bytes!] - swapPool_not_in: [stagingmumbai_swap_Bytes!] - swapPool_contains: stagingmumbai_swap_Bytes - swapPool_not_contains: stagingmumbai_swap_Bytes - lpToken: stagingmumbai_swap_Bytes - lpToken_not: stagingmumbai_swap_Bytes - lpToken_gt: stagingmumbai_swap_Bytes - lpToken_lt: stagingmumbai_swap_Bytes - lpToken_gte: stagingmumbai_swap_Bytes - lpToken_lte: stagingmumbai_swap_Bytes - lpToken_in: [stagingmumbai_swap_Bytes!] - lpToken_not_in: [stagingmumbai_swap_Bytes!] - lpToken_contains: stagingmumbai_swap_Bytes - lpToken_not_contains: stagingmumbai_swap_Bytes + swapPool: arbitrumone_swap_Bytes + swapPool_not: arbitrumone_swap_Bytes + swapPool_gt: arbitrumone_swap_Bytes + swapPool_lt: arbitrumone_swap_Bytes + swapPool_gte: arbitrumone_swap_Bytes + swapPool_lte: arbitrumone_swap_Bytes + swapPool_in: [arbitrumone_swap_Bytes!] + swapPool_not_in: [arbitrumone_swap_Bytes!] + swapPool_contains: arbitrumone_swap_Bytes + swapPool_not_contains: arbitrumone_swap_Bytes + lpToken: arbitrumone_swap_Bytes + lpToken_not: arbitrumone_swap_Bytes + lpToken_gt: arbitrumone_swap_Bytes + lpToken_lt: arbitrumone_swap_Bytes + lpToken_gte: arbitrumone_swap_Bytes + lpToken_lte: arbitrumone_swap_Bytes + lpToken_in: [arbitrumone_swap_Bytes!] + lpToken_not_in: [arbitrumone_swap_Bytes!] + lpToken_contains: arbitrumone_swap_Bytes + lpToken_not_contains: arbitrumone_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -54048,12 +51596,12 @@ input stagingmumbai_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [stagingmumbai_swap_Bytes!] - pooledTokens_not: [stagingmumbai_swap_Bytes!] - pooledTokens_contains: [stagingmumbai_swap_Bytes!] - pooledTokens_contains_nocase: [stagingmumbai_swap_Bytes!] - pooledTokens_not_contains: [stagingmumbai_swap_Bytes!] - pooledTokens_not_contains_nocase: [stagingmumbai_swap_Bytes!] + pooledTokens: [arbitrumone_swap_Bytes!] + pooledTokens_not: [arbitrumone_swap_Bytes!] + pooledTokens_contains: [arbitrumone_swap_Bytes!] + pooledTokens_contains_nocase: [arbitrumone_swap_Bytes!] + pooledTokens_not_contains: [arbitrumone_swap_Bytes!] + pooledTokens_not_contains_nocase: [arbitrumone_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -54096,18 +51644,18 @@ input stagingmumbai_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: stagingmumbai_swap_StableSwapEvent_filter - exchanges_: stagingmumbai_swap_StableSwapExchange_filter - hourlyVolumes_: stagingmumbai_swap_SwapHourlyVolume_filter - dailyVolumes_: stagingmumbai_swap_SwapDailyVolume_filter - weeklyVolumes_: stagingmumbai_swap_SwapWeeklyVolume_filter + events_: arbitrumone_swap_StableSwapEvent_filter + exchanges_: arbitrumone_swap_StableSwapExchange_filter + hourlyVolumes_: arbitrumone_swap_SwapHourlyVolume_filter + dailyVolumes_: arbitrumone_swap_SwapDailyVolume_filter + weeklyVolumes_: arbitrumone_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_StableSwap_filter] - or: [stagingmumbai_swap_StableSwap_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwap_filter] + or: [arbitrumone_swap_StableSwap_filter] } -enum stagingmumbai_swap_StableSwap_orderBy { +enum arbitrumone_swap_StableSwap_orderBy { id isActive key @@ -54135,14 +51683,14 @@ enum stagingmumbai_swap_StableSwap_orderBy { weeklyVolumes } -type stagingmumbai_swap_SwapDailyVolume implements stagingmumbai_swap_SwapTradeVolume { +type arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input stagingmumbai_swap_SwapDailyVolume_filter { +input arbitrumone_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -54171,7 +51719,7 @@ input stagingmumbai_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -54180,21 +51728,21 @@ input stagingmumbai_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingmumbai_swap_BigDecimal - volume_not: stagingmumbai_swap_BigDecimal - volume_gt: stagingmumbai_swap_BigDecimal - volume_lt: stagingmumbai_swap_BigDecimal - volume_gte: stagingmumbai_swap_BigDecimal - volume_lte: stagingmumbai_swap_BigDecimal - volume_in: [stagingmumbai_swap_BigDecimal!] - volume_not_in: [stagingmumbai_swap_BigDecimal!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapDailyVolume_filter] - or: [stagingmumbai_swap_SwapDailyVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapDailyVolume_filter] + or: [arbitrumone_swap_SwapDailyVolume_filter] } -enum stagingmumbai_swap_SwapDailyVolume_orderBy { +enum arbitrumone_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -54217,14 +51765,14 @@ enum stagingmumbai_swap_SwapDailyVolume_orderBy { volume } -type stagingmumbai_swap_SwapHourlyVolume implements stagingmumbai_swap_SwapTradeVolume { +type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input stagingmumbai_swap_SwapHourlyVolume_filter { +input arbitrumone_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -54253,7 +51801,7 @@ input stagingmumbai_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -54262,21 +51810,21 @@ input stagingmumbai_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingmumbai_swap_BigDecimal - volume_not: stagingmumbai_swap_BigDecimal - volume_gt: stagingmumbai_swap_BigDecimal - volume_lt: stagingmumbai_swap_BigDecimal - volume_gte: stagingmumbai_swap_BigDecimal - volume_lte: stagingmumbai_swap_BigDecimal - volume_in: [stagingmumbai_swap_BigDecimal!] - volume_not_in: [stagingmumbai_swap_BigDecimal!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapHourlyVolume_filter] - or: [stagingmumbai_swap_SwapHourlyVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapHourlyVolume_filter] + or: [arbitrumone_swap_SwapHourlyVolume_filter] } -enum stagingmumbai_swap_SwapHourlyVolume_orderBy { +enum arbitrumone_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -54299,13 +51847,13 @@ enum stagingmumbai_swap_SwapHourlyVolume_orderBy { volume } -interface stagingmumbai_swap_SwapTradeVolume { - stableSwap: stagingmumbai_swap_StableSwap! +interface arbitrumone_swap_SwapTradeVolume { + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input stagingmumbai_swap_SwapTradeVolume_filter { +input arbitrumone_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -54326,7 +51874,7 @@ input stagingmumbai_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -54335,21 +51883,21 @@ input stagingmumbai_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingmumbai_swap_BigDecimal - volume_not: stagingmumbai_swap_BigDecimal - volume_gt: stagingmumbai_swap_BigDecimal - volume_lt: stagingmumbai_swap_BigDecimal - volume_gte: stagingmumbai_swap_BigDecimal - volume_lte: stagingmumbai_swap_BigDecimal - volume_in: [stagingmumbai_swap_BigDecimal!] - volume_not_in: [stagingmumbai_swap_BigDecimal!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapTradeVolume_filter] - or: [stagingmumbai_swap_SwapTradeVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapTradeVolume_filter] + or: [arbitrumone_swap_SwapTradeVolume_filter] } -enum stagingmumbai_swap_SwapTradeVolume_orderBy { +enum arbitrumone_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -54371,14 +51919,14 @@ enum stagingmumbai_swap_SwapTradeVolume_orderBy { volume } -type stagingmumbai_swap_SwapWeeklyVolume implements stagingmumbai_swap_SwapTradeVolume { +type arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - stableSwap: stagingmumbai_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: stagingmumbai_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input stagingmumbai_swap_SwapWeeklyVolume_filter { +input arbitrumone_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -54407,7 +51955,7 @@ input stagingmumbai_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: stagingmumbai_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -54416,21 +51964,21 @@ input stagingmumbai_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: stagingmumbai_swap_BigDecimal - volume_not: stagingmumbai_swap_BigDecimal - volume_gt: stagingmumbai_swap_BigDecimal - volume_lt: stagingmumbai_swap_BigDecimal - volume_gte: stagingmumbai_swap_BigDecimal - volume_lte: stagingmumbai_swap_BigDecimal - volume_in: [stagingmumbai_swap_BigDecimal!] - volume_not_in: [stagingmumbai_swap_BigDecimal!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SwapWeeklyVolume_filter] - or: [stagingmumbai_swap_SwapWeeklyVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapWeeklyVolume_filter] + or: [arbitrumone_swap_SwapWeeklyVolume_filter] } -enum stagingmumbai_swap_SwapWeeklyVolume_orderBy { +enum arbitrumone_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -54453,13 +52001,13 @@ enum stagingmumbai_swap_SwapWeeklyVolume_orderBy { volume } -type stagingmumbai_swap_SystemInfo { +type arbitrumone_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input stagingmumbai_swap_SystemInfo_filter { +input arbitrumone_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -54485,20 +52033,20 @@ input stagingmumbai_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_swap_BlockChangedFilter - and: [stagingmumbai_swap_SystemInfo_filter] - or: [stagingmumbai_swap_SystemInfo_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SystemInfo_filter] + or: [arbitrumone_swap_SystemInfo_filter] } -enum stagingmumbai_swap_SystemInfo_orderBy { +enum arbitrumone_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type stagingmumbai_swap__Block_ { +type arbitrumone_swap__Block_ { """The hash of the block""" - hash: stagingmumbai_swap_Bytes + hash: arbitrumone_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -54506,7 +52054,7 @@ type stagingmumbai_swap__Block_ { } """The type for the top-level _meta field""" -type stagingmumbai_swap__Meta_ { +type arbitrumone_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -54514,50 +52062,50 @@ type stagingmumbai_swap__Meta_ { and therefore asks for the latest block """ - block: stagingmumbai_swap__Block_! + block: arbitrumone_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar xdai_swap_BigDecimal +scalar polygon_swap_BigDecimal -input xdai_swap_BlockChangedFilter { +input polygon_swap_BlockChangedFilter { number_gte: Int! } -input xdai_swap_Block_height { - hash: xdai_swap_Bytes +input polygon_swap_Block_height { + hash: polygon_swap_Bytes number: Int number_gte: Int } -scalar xdai_swap_Bytes +scalar polygon_swap_Bytes """ 8 bytes signed integer """ -scalar xdai_swap_Int8 +scalar polygon_swap_Int8 -type xdai_swap_LpAccount { +type polygon_swap_LpAccount { id: ID! - address: xdai_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpAccountBalance_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpAccountBalance_filter): [xdai_swap_LpAccountBalance!]! + address: polygon_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpAccountBalance_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpAccountBalance_filter): [polygon_swap_LpAccountBalance!]! } -type xdai_swap_LpAccountBalance { +type polygon_swap_LpAccountBalance { id: ID! - account: xdai_swap_LpAccount! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! + account: polygon_swap_LpAccount! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! block: BigInt modified: BigInt - transaction: xdai_swap_Bytes + transaction: polygon_swap_Bytes } -input xdai_swap_LpAccountBalance_filter { +input polygon_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -54586,7 +52134,7 @@ input xdai_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: xdai_swap_LpAccount_filter + account_: polygon_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -54607,15 +52155,15 @@ input xdai_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: xdai_swap_LpToken_filter - amount: xdai_swap_BigDecimal - amount_not: xdai_swap_BigDecimal - amount_gt: xdai_swap_BigDecimal - amount_lt: xdai_swap_BigDecimal - amount_gte: xdai_swap_BigDecimal - amount_lte: xdai_swap_BigDecimal - amount_in: [xdai_swap_BigDecimal!] - amount_not_in: [xdai_swap_BigDecimal!] + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -54632,23 +52180,23 @@ input xdai_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccountBalance_filter] - or: [xdai_swap_LpAccountBalance_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccountBalance_filter] + or: [polygon_swap_LpAccountBalance_filter] } -enum xdai_swap_LpAccountBalance_orderBy { +enum polygon_swap_LpAccountBalance_orderBy { id account account__id @@ -54666,7 +52214,7 @@ enum xdai_swap_LpAccountBalance_orderBy { transaction } -input xdai_swap_LpAccount_filter { +input polygon_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -54675,51 +52223,51 @@ input xdai_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: xdai_swap_Bytes - address_not: xdai_swap_Bytes - address_gt: xdai_swap_Bytes - address_lt: xdai_swap_Bytes - address_gte: xdai_swap_Bytes - address_lte: xdai_swap_Bytes - address_in: [xdai_swap_Bytes!] - address_not_in: [xdai_swap_Bytes!] - address_contains: xdai_swap_Bytes - address_not_contains: xdai_swap_Bytes - balances_: xdai_swap_LpAccountBalance_filter + address: polygon_swap_Bytes + address_not: polygon_swap_Bytes + address_gt: polygon_swap_Bytes + address_lt: polygon_swap_Bytes + address_gte: polygon_swap_Bytes + address_lte: polygon_swap_Bytes + address_in: [polygon_swap_Bytes!] + address_not_in: [polygon_swap_Bytes!] + address_contains: polygon_swap_Bytes + address_not_contains: polygon_swap_Bytes + balances_: polygon_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccount_filter] - or: [xdai_swap_LpAccount_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccount_filter] + or: [polygon_swap_LpAccount_filter] } -enum xdai_swap_LpAccount_orderBy { +enum polygon_swap_LpAccount_orderBy { id address balances } -type xdai_swap_LpToken { +type polygon_swap_LpToken { id: ID! - address: xdai_swap_Bytes! - stableSwap: xdai_swap_StableSwap! + address: polygon_swap_Bytes! + stableSwap: polygon_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: xdai_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpTokenEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpTokenEvent_filter): [xdai_swap_LpTokenEvent!]! + totalSupply: polygon_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpTokenEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpTokenEvent_filter): [polygon_swap_LpTokenEvent!]! } -interface xdai_swap_LpTokenEvent { +interface polygon_swap_LpTokenEvent { id: ID! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input xdai_swap_LpTokenEvent_filter { +input polygon_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -54748,15 +52296,15 @@ input xdai_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: xdai_swap_LpToken_filter - amount: xdai_swap_BigDecimal - amount_not: xdai_swap_BigDecimal - amount_gt: xdai_swap_BigDecimal - amount_lt: xdai_swap_BigDecimal - amount_gte: xdai_swap_BigDecimal - amount_lte: xdai_swap_BigDecimal - amount_in: [xdai_swap_BigDecimal!] - amount_not_in: [xdai_swap_BigDecimal!] + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -54773,16 +52321,16 @@ input xdai_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -54792,12 +52340,12 @@ input xdai_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpTokenEvent_filter] - or: [xdai_swap_LpTokenEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTokenEvent_filter] + or: [polygon_swap_LpTokenEvent_filter] } -enum xdai_swap_LpTokenEvent_orderBy { +enum polygon_swap_LpTokenEvent_orderBy { id token token__id @@ -54813,7 +52361,7 @@ enum xdai_swap_LpTokenEvent_orderBy { nonce } -input xdai_swap_LpToken_filter { +input polygon_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -54822,16 +52370,16 @@ input xdai_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: xdai_swap_Bytes - address_not: xdai_swap_Bytes - address_gt: xdai_swap_Bytes - address_lt: xdai_swap_Bytes - address_gte: xdai_swap_Bytes - address_lte: xdai_swap_Bytes - address_in: [xdai_swap_Bytes!] - address_not_in: [xdai_swap_Bytes!] - address_contains: xdai_swap_Bytes - address_not_contains: xdai_swap_Bytes + address: polygon_swap_Bytes + address_not: polygon_swap_Bytes + address_gt: polygon_swap_Bytes + address_lt: polygon_swap_Bytes + address_gte: polygon_swap_Bytes + address_lte: polygon_swap_Bytes + address_in: [polygon_swap_Bytes!] + address_not_in: [polygon_swap_Bytes!] + address_contains: polygon_swap_Bytes + address_not_contains: polygon_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -54852,7 +52400,7 @@ input xdai_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -54901,22 +52449,22 @@ input xdai_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: xdai_swap_BigDecimal - totalSupply_not: xdai_swap_BigDecimal - totalSupply_gt: xdai_swap_BigDecimal - totalSupply_lt: xdai_swap_BigDecimal - totalSupply_gte: xdai_swap_BigDecimal - totalSupply_lte: xdai_swap_BigDecimal - totalSupply_in: [xdai_swap_BigDecimal!] - totalSupply_not_in: [xdai_swap_BigDecimal!] - events_: xdai_swap_LpTokenEvent_filter + totalSupply: polygon_swap_BigDecimal + totalSupply_not: polygon_swap_BigDecimal + totalSupply_gt: polygon_swap_BigDecimal + totalSupply_lt: polygon_swap_BigDecimal + totalSupply_gte: polygon_swap_BigDecimal + totalSupply_lte: polygon_swap_BigDecimal + totalSupply_in: [polygon_swap_BigDecimal!] + totalSupply_not_in: [polygon_swap_BigDecimal!] + events_: polygon_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpToken_filter] - or: [xdai_swap_LpToken_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpToken_filter] + or: [polygon_swap_LpToken_filter] } -enum xdai_swap_LpToken_orderBy { +enum polygon_swap_LpToken_orderBy { id address stableSwap @@ -54943,21 +52491,21 @@ enum xdai_swap_LpToken_orderBy { events } -type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { +type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { id: ID! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! - from: xdai_swap_Bytes! - to: xdai_swap_Bytes! - fromBalance: xdai_swap_BigDecimal! - toBalance: xdai_swap_BigDecimal! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! + from: polygon_swap_Bytes! + to: polygon_swap_Bytes! + fromBalance: polygon_swap_BigDecimal! + toBalance: polygon_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input xdai_swap_LpTransferEvent_filter { +input polygon_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -54986,51 +52534,51 @@ input xdai_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: xdai_swap_LpToken_filter - amount: xdai_swap_BigDecimal - amount_not: xdai_swap_BigDecimal - amount_gt: xdai_swap_BigDecimal - amount_lt: xdai_swap_BigDecimal - amount_gte: xdai_swap_BigDecimal - amount_lte: xdai_swap_BigDecimal - amount_in: [xdai_swap_BigDecimal!] - amount_not_in: [xdai_swap_BigDecimal!] - from: xdai_swap_Bytes - from_not: xdai_swap_Bytes - from_gt: xdai_swap_Bytes - from_lt: xdai_swap_Bytes - from_gte: xdai_swap_Bytes - from_lte: xdai_swap_Bytes - from_in: [xdai_swap_Bytes!] - from_not_in: [xdai_swap_Bytes!] - from_contains: xdai_swap_Bytes - from_not_contains: xdai_swap_Bytes - to: xdai_swap_Bytes - to_not: xdai_swap_Bytes - to_gt: xdai_swap_Bytes - to_lt: xdai_swap_Bytes - to_gte: xdai_swap_Bytes - to_lte: xdai_swap_Bytes - to_in: [xdai_swap_Bytes!] - to_not_in: [xdai_swap_Bytes!] - to_contains: xdai_swap_Bytes - to_not_contains: xdai_swap_Bytes - fromBalance: xdai_swap_BigDecimal - fromBalance_not: xdai_swap_BigDecimal - fromBalance_gt: xdai_swap_BigDecimal - fromBalance_lt: xdai_swap_BigDecimal - fromBalance_gte: xdai_swap_BigDecimal - fromBalance_lte: xdai_swap_BigDecimal - fromBalance_in: [xdai_swap_BigDecimal!] - fromBalance_not_in: [xdai_swap_BigDecimal!] - toBalance: xdai_swap_BigDecimal - toBalance_not: xdai_swap_BigDecimal - toBalance_gt: xdai_swap_BigDecimal - toBalance_lt: xdai_swap_BigDecimal - toBalance_gte: xdai_swap_BigDecimal - toBalance_lte: xdai_swap_BigDecimal - toBalance_in: [xdai_swap_BigDecimal!] - toBalance_not_in: [xdai_swap_BigDecimal!] + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] + from: polygon_swap_Bytes + from_not: polygon_swap_Bytes + from_gt: polygon_swap_Bytes + from_lt: polygon_swap_Bytes + from_gte: polygon_swap_Bytes + from_lte: polygon_swap_Bytes + from_in: [polygon_swap_Bytes!] + from_not_in: [polygon_swap_Bytes!] + from_contains: polygon_swap_Bytes + from_not_contains: polygon_swap_Bytes + to: polygon_swap_Bytes + to_not: polygon_swap_Bytes + to_gt: polygon_swap_Bytes + to_lt: polygon_swap_Bytes + to_gte: polygon_swap_Bytes + to_lte: polygon_swap_Bytes + to_in: [polygon_swap_Bytes!] + to_not_in: [polygon_swap_Bytes!] + to_contains: polygon_swap_Bytes + to_not_contains: polygon_swap_Bytes + fromBalance: polygon_swap_BigDecimal + fromBalance_not: polygon_swap_BigDecimal + fromBalance_gt: polygon_swap_BigDecimal + fromBalance_lt: polygon_swap_BigDecimal + fromBalance_gte: polygon_swap_BigDecimal + fromBalance_lte: polygon_swap_BigDecimal + fromBalance_in: [polygon_swap_BigDecimal!] + fromBalance_not_in: [polygon_swap_BigDecimal!] + toBalance: polygon_swap_BigDecimal + toBalance_not: polygon_swap_BigDecimal + toBalance_gt: polygon_swap_BigDecimal + toBalance_lt: polygon_swap_BigDecimal + toBalance_gte: polygon_swap_BigDecimal + toBalance_lte: polygon_swap_BigDecimal + toBalance_in: [polygon_swap_BigDecimal!] + toBalance_not_in: [polygon_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -55047,16 +52595,16 @@ input xdai_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -55066,12 +52614,12 @@ input xdai_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpTransferEvent_filter] - or: [xdai_swap_LpTransferEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTransferEvent_filter] + or: [polygon_swap_LpTransferEvent_filter] } -enum xdai_swap_LpTransferEvent_orderBy { +enum polygon_swap_LpTransferEvent_orderBy { id token token__id @@ -55092,17 +52640,17 @@ enum xdai_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum xdai_swap_OrderDirection { +enum polygon_swap_OrderDirection { asc desc } -type xdai_swap_PooledToken { +type polygon_swap_PooledToken { id: ID! - asset: xdai_swap_Bytes! + asset: polygon_swap_Bytes! } -input xdai_swap_PooledToken_filter { +input polygon_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -55111,59 +52659,59 @@ input xdai_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: xdai_swap_Bytes - asset_not: xdai_swap_Bytes - asset_gt: xdai_swap_Bytes - asset_lt: xdai_swap_Bytes - asset_gte: xdai_swap_Bytes - asset_lte: xdai_swap_Bytes - asset_in: [xdai_swap_Bytes!] - asset_not_in: [xdai_swap_Bytes!] - asset_contains: xdai_swap_Bytes - asset_not_contains: xdai_swap_Bytes + asset: polygon_swap_Bytes + asset_not: polygon_swap_Bytes + asset_gt: polygon_swap_Bytes + asset_lt: polygon_swap_Bytes + asset_gte: polygon_swap_Bytes + asset_lte: polygon_swap_Bytes + asset_in: [polygon_swap_Bytes!] + asset_not_in: [polygon_swap_Bytes!] + asset_contains: polygon_swap_Bytes + asset_not_contains: polygon_swap_Bytes """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_PooledToken_filter] - or: [xdai_swap_PooledToken_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_PooledToken_filter] + or: [polygon_swap_PooledToken_filter] } -enum xdai_swap_PooledToken_orderBy { +enum polygon_swap_PooledToken_orderBy { id asset } -type xdai_swap_StableSwap { +type polygon_swap_StableSwap { id: ID! isActive: Boolean - key: xdai_swap_Bytes! - canonicalId: xdai_swap_Bytes + key: polygon_swap_Bytes! + canonicalId: polygon_swap_Bytes domain: BigInt - swapPool: xdai_swap_Bytes - lpToken: xdai_swap_Bytes + swapPool: polygon_swap_Bytes + lpToken: polygon_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [xdai_swap_Bytes!]! + pooledTokens: [polygon_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapEvent_filter): [xdai_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapExchange_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapExchange_filter): [xdai_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapHourlyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapHourlyVolume_filter): [xdai_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapDailyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapDailyVolume_filter): [xdai_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapWeeklyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapWeeklyVolume_filter): [xdai_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapEvent_filter): [polygon_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapExchange_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapExchange_filter): [polygon_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapHourlyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapHourlyVolume_filter): [polygon_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapDailyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapDailyVolume_filter): [polygon_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapWeeklyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapWeeklyVolume_filter): [polygon_swap_SwapWeeklyVolume!] } -type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { +type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + provider: polygon_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -55172,11 +52720,11 @@ type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapAddLiquidityEvent_filter { +input polygon_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -55205,17 +52753,17 @@ input xdai_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - provider: xdai_swap_Bytes - provider_not: xdai_swap_Bytes - provider_gt: xdai_swap_Bytes - provider_lt: xdai_swap_Bytes - provider_gte: xdai_swap_Bytes - provider_lte: xdai_swap_Bytes - provider_in: [xdai_swap_Bytes!] - provider_not_in: [xdai_swap_Bytes!] - provider_contains: xdai_swap_Bytes - provider_not_contains: xdai_swap_Bytes + stableSwap_: polygon_swap_StableSwap_filter + provider: polygon_swap_Bytes + provider_not: polygon_swap_Bytes + provider_gt: polygon_swap_Bytes + provider_lt: polygon_swap_Bytes + provider_gte: polygon_swap_Bytes + provider_lte: polygon_swap_Bytes + provider_in: [polygon_swap_Bytes!] + provider_not_in: [polygon_swap_Bytes!] + provider_contains: polygon_swap_Bytes + provider_not_contains: polygon_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -55274,16 +52822,16 @@ input xdai_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -55293,12 +52841,12 @@ input xdai_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapAddLiquidityEvent_filter] - or: [xdai_swap_StableSwapAddLiquidityEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapAddLiquidityEvent_filter] + or: [polygon_swap_StableSwapAddLiquidityEvent_filter] } -enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { +enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -55330,16 +52878,16 @@ enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface xdai_swap_StableSwapEvent { +interface polygon_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapEvent_filter { +input polygon_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -55368,7 +52916,7 @@ input xdai_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -55385,16 +52933,16 @@ input xdai_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -55404,12 +52952,12 @@ input xdai_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapEvent_filter] - or: [xdai_swap_StableSwapEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapEvent_filter] + or: [polygon_swap_StableSwapEvent_filter] } -enum xdai_swap_StableSwapEvent_orderBy { +enum polygon_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -55434,10 +52982,10 @@ enum xdai_swap_StableSwapEvent_orderBy { nonce } -type xdai_swap_StableSwapExchange { +type polygon_swap_StableSwapExchange { id: ID! - stableSwap: xdai_swap_StableSwap! - buyer: xdai_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + buyer: polygon_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -55446,11 +52994,11 @@ type xdai_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapExchange_filter { +input polygon_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -55479,17 +53027,17 @@ input xdai_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - buyer: xdai_swap_Bytes - buyer_not: xdai_swap_Bytes - buyer_gt: xdai_swap_Bytes - buyer_lt: xdai_swap_Bytes - buyer_gte: xdai_swap_Bytes - buyer_lte: xdai_swap_Bytes - buyer_in: [xdai_swap_Bytes!] - buyer_not_in: [xdai_swap_Bytes!] - buyer_contains: xdai_swap_Bytes - buyer_not_contains: xdai_swap_Bytes + stableSwap_: polygon_swap_StableSwap_filter + buyer: polygon_swap_Bytes + buyer_not: polygon_swap_Bytes + buyer_gt: polygon_swap_Bytes + buyer_lt: polygon_swap_Bytes + buyer_gte: polygon_swap_Bytes + buyer_lte: polygon_swap_Bytes + buyer_in: [polygon_swap_Bytes!] + buyer_not_in: [polygon_swap_Bytes!] + buyer_contains: polygon_swap_Bytes + buyer_not_contains: polygon_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -55552,16 +53100,16 @@ input xdai_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -55571,12 +53119,12 @@ input xdai_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapExchange_filter] - or: [xdai_swap_StableSwapExchange_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapExchange_filter] + or: [polygon_swap_StableSwapExchange_filter] } -enum xdai_swap_StableSwapExchange_orderBy { +enum polygon_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -55608,10 +53156,10 @@ enum xdai_swap_StableSwapExchange_orderBy { nonce } -type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { +type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + provider: polygon_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -55620,11 +53168,11 @@ type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEve balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapRemoveLiquidityEvent_filter { +input polygon_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -55653,17 +53201,17 @@ input xdai_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - provider: xdai_swap_Bytes - provider_not: xdai_swap_Bytes - provider_gt: xdai_swap_Bytes - provider_lt: xdai_swap_Bytes - provider_gte: xdai_swap_Bytes - provider_lte: xdai_swap_Bytes - provider_in: [xdai_swap_Bytes!] - provider_not_in: [xdai_swap_Bytes!] - provider_contains: xdai_swap_Bytes - provider_not_contains: xdai_swap_Bytes + stableSwap_: polygon_swap_StableSwap_filter + provider: polygon_swap_Bytes + provider_not: polygon_swap_Bytes + provider_gt: polygon_swap_Bytes + provider_lt: polygon_swap_Bytes + provider_gte: polygon_swap_Bytes + provider_lte: polygon_swap_Bytes + provider_in: [polygon_swap_Bytes!] + provider_not_in: [polygon_swap_Bytes!] + provider_contains: polygon_swap_Bytes + provider_not_contains: polygon_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -55722,16 +53270,16 @@ input xdai_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -55741,12 +53289,12 @@ input xdai_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] - or: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] + or: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] } -enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -55778,7 +53326,7 @@ enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input xdai_swap_StableSwap_filter { +input polygon_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -55791,26 +53339,26 @@ input xdai_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: xdai_swap_Bytes - key_not: xdai_swap_Bytes - key_gt: xdai_swap_Bytes - key_lt: xdai_swap_Bytes - key_gte: xdai_swap_Bytes - key_lte: xdai_swap_Bytes - key_in: [xdai_swap_Bytes!] - key_not_in: [xdai_swap_Bytes!] - key_contains: xdai_swap_Bytes - key_not_contains: xdai_swap_Bytes - canonicalId: xdai_swap_Bytes - canonicalId_not: xdai_swap_Bytes - canonicalId_gt: xdai_swap_Bytes - canonicalId_lt: xdai_swap_Bytes - canonicalId_gte: xdai_swap_Bytes - canonicalId_lte: xdai_swap_Bytes - canonicalId_in: [xdai_swap_Bytes!] - canonicalId_not_in: [xdai_swap_Bytes!] - canonicalId_contains: xdai_swap_Bytes - canonicalId_not_contains: xdai_swap_Bytes + key: polygon_swap_Bytes + key_not: polygon_swap_Bytes + key_gt: polygon_swap_Bytes + key_lt: polygon_swap_Bytes + key_gte: polygon_swap_Bytes + key_lte: polygon_swap_Bytes + key_in: [polygon_swap_Bytes!] + key_not_in: [polygon_swap_Bytes!] + key_contains: polygon_swap_Bytes + key_not_contains: polygon_swap_Bytes + canonicalId: polygon_swap_Bytes + canonicalId_not: polygon_swap_Bytes + canonicalId_gt: polygon_swap_Bytes + canonicalId_lt: polygon_swap_Bytes + canonicalId_gte: polygon_swap_Bytes + canonicalId_lte: polygon_swap_Bytes + canonicalId_in: [polygon_swap_Bytes!] + canonicalId_not_in: [polygon_swap_Bytes!] + canonicalId_contains: polygon_swap_Bytes + canonicalId_not_contains: polygon_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -55819,26 +53367,26 @@ input xdai_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: xdai_swap_Bytes - swapPool_not: xdai_swap_Bytes - swapPool_gt: xdai_swap_Bytes - swapPool_lt: xdai_swap_Bytes - swapPool_gte: xdai_swap_Bytes - swapPool_lte: xdai_swap_Bytes - swapPool_in: [xdai_swap_Bytes!] - swapPool_not_in: [xdai_swap_Bytes!] - swapPool_contains: xdai_swap_Bytes - swapPool_not_contains: xdai_swap_Bytes - lpToken: xdai_swap_Bytes - lpToken_not: xdai_swap_Bytes - lpToken_gt: xdai_swap_Bytes - lpToken_lt: xdai_swap_Bytes - lpToken_gte: xdai_swap_Bytes - lpToken_lte: xdai_swap_Bytes - lpToken_in: [xdai_swap_Bytes!] - lpToken_not_in: [xdai_swap_Bytes!] - lpToken_contains: xdai_swap_Bytes - lpToken_not_contains: xdai_swap_Bytes + swapPool: polygon_swap_Bytes + swapPool_not: polygon_swap_Bytes + swapPool_gt: polygon_swap_Bytes + swapPool_lt: polygon_swap_Bytes + swapPool_gte: polygon_swap_Bytes + swapPool_lte: polygon_swap_Bytes + swapPool_in: [polygon_swap_Bytes!] + swapPool_not_in: [polygon_swap_Bytes!] + swapPool_contains: polygon_swap_Bytes + swapPool_not_contains: polygon_swap_Bytes + lpToken: polygon_swap_Bytes + lpToken_not: polygon_swap_Bytes + lpToken_gt: polygon_swap_Bytes + lpToken_lt: polygon_swap_Bytes + lpToken_gte: polygon_swap_Bytes + lpToken_lte: polygon_swap_Bytes + lpToken_in: [polygon_swap_Bytes!] + lpToken_not_in: [polygon_swap_Bytes!] + lpToken_contains: polygon_swap_Bytes + lpToken_not_contains: polygon_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -55887,12 +53435,12 @@ input xdai_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [xdai_swap_Bytes!] - pooledTokens_not: [xdai_swap_Bytes!] - pooledTokens_contains: [xdai_swap_Bytes!] - pooledTokens_contains_nocase: [xdai_swap_Bytes!] - pooledTokens_not_contains: [xdai_swap_Bytes!] - pooledTokens_not_contains_nocase: [xdai_swap_Bytes!] + pooledTokens: [polygon_swap_Bytes!] + pooledTokens_not: [polygon_swap_Bytes!] + pooledTokens_contains: [polygon_swap_Bytes!] + pooledTokens_contains_nocase: [polygon_swap_Bytes!] + pooledTokens_not_contains: [polygon_swap_Bytes!] + pooledTokens_not_contains_nocase: [polygon_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -55935,18 +53483,18 @@ input xdai_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: xdai_swap_StableSwapEvent_filter - exchanges_: xdai_swap_StableSwapExchange_filter - hourlyVolumes_: xdai_swap_SwapHourlyVolume_filter - dailyVolumes_: xdai_swap_SwapDailyVolume_filter - weeklyVolumes_: xdai_swap_SwapWeeklyVolume_filter + events_: polygon_swap_StableSwapEvent_filter + exchanges_: polygon_swap_StableSwapExchange_filter + hourlyVolumes_: polygon_swap_SwapHourlyVolume_filter + dailyVolumes_: polygon_swap_SwapDailyVolume_filter + weeklyVolumes_: polygon_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwap_filter] - or: [xdai_swap_StableSwap_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwap_filter] + or: [polygon_swap_StableSwap_filter] } -enum xdai_swap_StableSwap_orderBy { +enum polygon_swap_StableSwap_orderBy { id isActive key @@ -55974,14 +53522,14 @@ enum xdai_swap_StableSwap_orderBy { weeklyVolumes } -type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { +type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input xdai_swap_SwapDailyVolume_filter { +input polygon_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -56010,7 +53558,7 @@ input xdai_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -56019,21 +53567,21 @@ input xdai_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapDailyVolume_filter] - or: [xdai_swap_SwapDailyVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapDailyVolume_filter] + or: [polygon_swap_SwapDailyVolume_filter] } -enum xdai_swap_SwapDailyVolume_orderBy { +enum polygon_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -56056,14 +53604,14 @@ enum xdai_swap_SwapDailyVolume_orderBy { volume } -type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { +type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input xdai_swap_SwapHourlyVolume_filter { +input polygon_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -56092,7 +53640,7 @@ input xdai_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -56101,21 +53649,21 @@ input xdai_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapHourlyVolume_filter] - or: [xdai_swap_SwapHourlyVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapHourlyVolume_filter] + or: [polygon_swap_SwapHourlyVolume_filter] } -enum xdai_swap_SwapHourlyVolume_orderBy { +enum polygon_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -56138,13 +53686,13 @@ enum xdai_swap_SwapHourlyVolume_orderBy { volume } -interface xdai_swap_SwapTradeVolume { - stableSwap: xdai_swap_StableSwap! +interface polygon_swap_SwapTradeVolume { + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input xdai_swap_SwapTradeVolume_filter { +input polygon_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -56165,7 +53713,7 @@ input xdai_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -56174,21 +53722,21 @@ input xdai_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapTradeVolume_filter] - or: [xdai_swap_SwapTradeVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapTradeVolume_filter] + or: [polygon_swap_SwapTradeVolume_filter] } -enum xdai_swap_SwapTradeVolume_orderBy { +enum polygon_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -56210,14 +53758,14 @@ enum xdai_swap_SwapTradeVolume_orderBy { volume } -type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { +type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input xdai_swap_SwapWeeklyVolume_filter { +input polygon_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -56246,7 +53794,7 @@ input xdai_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -56255,21 +53803,21 @@ input xdai_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapWeeklyVolume_filter] - or: [xdai_swap_SwapWeeklyVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapWeeklyVolume_filter] + or: [polygon_swap_SwapWeeklyVolume_filter] } -enum xdai_swap_SwapWeeklyVolume_orderBy { +enum polygon_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -56292,13 +53840,13 @@ enum xdai_swap_SwapWeeklyVolume_orderBy { volume } -type xdai_swap_SystemInfo { +type polygon_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input xdai_swap_SystemInfo_filter { +input polygon_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -56324,20 +53872,20 @@ input xdai_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SystemInfo_filter] - or: [xdai_swap_SystemInfo_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SystemInfo_filter] + or: [polygon_swap_SystemInfo_filter] } -enum xdai_swap_SystemInfo_orderBy { +enum polygon_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type xdai_swap__Block_ { +type polygon_swap__Block_ { """The hash of the block""" - hash: xdai_swap_Bytes + hash: polygon_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -56345,7 +53893,7 @@ type xdai_swap__Block_ { } """The type for the top-level _meta field""" -type xdai_swap__Meta_ { +type polygon_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -56353,22 +53901,50 @@ type xdai_swap__Meta_ { and therefore asks for the latest block """ - block: xdai_swap__Block_! + block: polygon_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type staginggoerli_AggregateRootSavedSlow { +scalar xdai_swap_BigDecimal + +input xdai_swap_BlockChangedFilter { + number_gte: Int! +} + +input xdai_swap_Block_height { + hash: xdai_swap_Bytes + number: Int + number_gte: Int +} + +scalar xdai_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar xdai_swap_Int8 + +type xdai_swap_LpAccount { id: ID! - aggregateRoot: staginggoerli_Bytes! - count: BigInt! - aggregatedRoots: [staginggoerli_Bytes!] - rootTimestamp: BigInt! + address: xdai_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpAccountBalance_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpAccountBalance_filter): [xdai_swap_LpAccountBalance!]! } -input staginggoerli_AggregateRootSavedSlow_filter { +type xdai_swap_LpAccountBalance { + id: ID! + account: xdai_swap_LpAccount! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: xdai_swap_Bytes +} + +input xdai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -56377,61 +53953,107 @@ input staginggoerli_AggregateRootSavedSlow_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [staginggoerli_Bytes!] - aggregatedRoots_not: [staginggoerli_Bytes!] - aggregatedRoots_contains: [staginggoerli_Bytes!] - aggregatedRoots_contains_nocase: [staginggoerli_Bytes!] - aggregatedRoots_not_contains: [staginggoerli_Bytes!] - aggregatedRoots_not_contains_nocase: [staginggoerli_Bytes!] - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: xdai_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AggregateRootSavedSlow_filter] - or: [staginggoerli_AggregateRootSavedSlow_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccountBalance_filter] + or: [xdai_swap_LpAccountBalance_filter] } -enum staginggoerli_AggregateRootSavedSlow_orderBy { +enum xdai_swap_LpAccountBalance_orderBy { id - aggregateRoot - count - aggregatedRoots - rootTimestamp -} - -type staginggoerli_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: staginggoerli_Bytes! - domain: BigInt - blockNumber: BigInt + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input staginggoerli_AggregatedMessageRoot_filter { +input xdai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -56440,64 +54062,51 @@ input staginggoerli_AggregatedMessageRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: staginggoerli_Bytes - receivedRoot_not: staginggoerli_Bytes - receivedRoot_gt: staginggoerli_Bytes - receivedRoot_lt: staginggoerli_Bytes - receivedRoot_gte: staginggoerli_Bytes - receivedRoot_lte: staginggoerli_Bytes - receivedRoot_in: [staginggoerli_Bytes!] - receivedRoot_not_in: [staginggoerli_Bytes!] - receivedRoot_contains: staginggoerli_Bytes - receivedRoot_not_contains: staginggoerli_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + address: xdai_swap_Bytes + address_not: xdai_swap_Bytes + address_gt: xdai_swap_Bytes + address_lt: xdai_swap_Bytes + address_gte: xdai_swap_Bytes + address_lte: xdai_swap_Bytes + address_in: [xdai_swap_Bytes!] + address_not_in: [xdai_swap_Bytes!] + address_contains: xdai_swap_Bytes + address_not_contains: xdai_swap_Bytes + balances_: xdai_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AggregatedMessageRoot_filter] - or: [staginggoerli_AggregatedMessageRoot_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccount_filter] + or: [xdai_swap_LpAccount_filter] } -enum staginggoerli_AggregatedMessageRoot_orderBy { +enum xdai_swap_LpAccount_orderBy { id - index - receivedRoot - domain - blockNumber + address + balances } -type staginggoerli_ArbitrumConnectorMeta { +type xdai_swap_LpToken { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + address: xdai_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: xdai_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpTokenEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpTokenEvent_filter): [xdai_swap_LpTokenEvent!]! } -input staginggoerli_ArbitrumConnectorMeta_filter { +interface xdai_swap_LpTokenEvent { + id: ID! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: xdai_swap_Bytes! + nonce: BigInt! +} + +input xdai_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -56506,89 +54115,236 @@ input staginggoerli_ArbitrumConnectorMeta_filter { 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: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTokenEvent_filter] + or: [xdai_swap_LpTokenEvent_filter] +} + +enum xdai_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce +} + +input xdai_swap_LpToken_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!] + address: xdai_swap_Bytes + address_not: xdai_swap_Bytes + address_gt: xdai_swap_Bytes + address_lt: xdai_swap_Bytes + address_gte: xdai_swap_Bytes + address_lte: xdai_swap_Bytes + address_in: [xdai_swap_Bytes!] + address_not_in: [xdai_swap_Bytes!] + address_contains: xdai_swap_Bytes + address_not_contains: xdai_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: xdai_swap_BigDecimal + totalSupply_not: xdai_swap_BigDecimal + totalSupply_gt: xdai_swap_BigDecimal + totalSupply_lt: xdai_swap_BigDecimal + totalSupply_gte: xdai_swap_BigDecimal + totalSupply_lte: xdai_swap_BigDecimal + totalSupply_in: [xdai_swap_BigDecimal!] + totalSupply_not_in: [xdai_swap_BigDecimal!] + events_: xdai_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_ArbitrumConnectorMeta_filter] - or: [staginggoerli_ArbitrumConnectorMeta_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpToken_filter] + or: [xdai_swap_LpToken_filter] } -enum staginggoerli_ArbitrumConnectorMeta_orderBy { +enum xdai_swap_LpToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar staginggoerli_BigDecimal - -input staginggoerli_BlockChangedFilter { - number_gte: Int! -} - -input staginggoerli_Block_height { - hash: staginggoerli_Bytes - number: Int - number_gte: Int + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type staginggoerli_BnbConnectorMeta { +type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! + from: xdai_swap_Bytes! + to: xdai_swap_Bytes! + fromBalance: xdai_swap_BigDecimal! + toBalance: xdai_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: xdai_swap_Bytes! + nonce: BigInt! } -input staginggoerli_BnbConnectorMeta_filter { +input xdai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -56597,79 +54353,143 @@ input staginggoerli_BnbConnectorMeta_filter { 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: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: xdai_swap_LpToken_filter + amount: xdai_swap_BigDecimal + amount_not: xdai_swap_BigDecimal + amount_gt: xdai_swap_BigDecimal + amount_lt: xdai_swap_BigDecimal + amount_gte: xdai_swap_BigDecimal + amount_lte: xdai_swap_BigDecimal + amount_in: [xdai_swap_BigDecimal!] + amount_not_in: [xdai_swap_BigDecimal!] + from: xdai_swap_Bytes + from_not: xdai_swap_Bytes + from_gt: xdai_swap_Bytes + from_lt: xdai_swap_Bytes + from_gte: xdai_swap_Bytes + from_lte: xdai_swap_Bytes + from_in: [xdai_swap_Bytes!] + from_not_in: [xdai_swap_Bytes!] + from_contains: xdai_swap_Bytes + from_not_contains: xdai_swap_Bytes + to: xdai_swap_Bytes + to_not: xdai_swap_Bytes + to_gt: xdai_swap_Bytes + to_lt: xdai_swap_Bytes + to_gte: xdai_swap_Bytes + to_lte: xdai_swap_Bytes + to_in: [xdai_swap_Bytes!] + to_not_in: [xdai_swap_Bytes!] + to_contains: xdai_swap_Bytes + to_not_contains: xdai_swap_Bytes + fromBalance: xdai_swap_BigDecimal + fromBalance_not: xdai_swap_BigDecimal + fromBalance_gt: xdai_swap_BigDecimal + fromBalance_lt: xdai_swap_BigDecimal + fromBalance_gte: xdai_swap_BigDecimal + fromBalance_lte: xdai_swap_BigDecimal + fromBalance_in: [xdai_swap_BigDecimal!] + fromBalance_not_in: [xdai_swap_BigDecimal!] + toBalance: xdai_swap_BigDecimal + toBalance_not: xdai_swap_BigDecimal + toBalance_gt: xdai_swap_BigDecimal + toBalance_lt: xdai_swap_BigDecimal + toBalance_gte: xdai_swap_BigDecimal + toBalance_lte: xdai_swap_BigDecimal + toBalance_in: [xdai_swap_BigDecimal!] + toBalance_not_in: [xdai_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_BnbConnectorMeta_filter] - or: [staginggoerli_BnbConnectorMeta_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTransferEvent_filter] + or: [xdai_swap_LpTransferEvent_filter] } -enum staginggoerli_BnbConnectorMeta_orderBy { +enum xdai_swap_LpTransferEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -scalar staginggoerli_Bytes +"""Defines the order direction, either ascending or descending""" +enum xdai_swap_OrderDirection { + asc + desc +} -type staginggoerli_GnosisConnectorMeta { +type xdai_swap_PooledToken { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + asset: xdai_swap_Bytes! } -input staginggoerli_GnosisConnectorMeta_filter { +input xdai_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -56678,73 +54498,72 @@ input staginggoerli_GnosisConnectorMeta_filter { 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: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes + asset: xdai_swap_Bytes + asset_not: xdai_swap_Bytes + asset_gt: xdai_swap_Bytes + asset_lt: xdai_swap_Bytes + asset_gte: xdai_swap_Bytes + asset_lte: xdai_swap_Bytes + asset_in: [xdai_swap_Bytes!] + asset_not_in: [xdai_swap_Bytes!] + asset_contains: xdai_swap_Bytes + asset_not_contains: xdai_swap_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_GnosisConnectorMeta_filter] - or: [staginggoerli_GnosisConnectorMeta_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_PooledToken_filter] + or: [xdai_swap_PooledToken_filter] } -enum staginggoerli_GnosisConnectorMeta_orderBy { +enum xdai_swap_PooledToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + asset } -type staginggoerli_HubDomain { +type xdai_swap_StableSwap { id: ID! + isActive: Boolean + key: xdai_swap_Bytes! + canonicalId: xdai_swap_Bytes domain: BigInt + swapPool: xdai_swap_Bytes + lpToken: xdai_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [xdai_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapEvent_filter): [xdai_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapExchange_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapExchange_filter): [xdai_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapHourlyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapHourlyVolume_filter): [xdai_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapDailyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapDailyVolume_filter): [xdai_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapWeeklyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapWeeklyVolume_filter): [xdai_swap_SwapWeeklyVolume!] } -input staginggoerli_HubDomain_filter { +type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { + id: ID! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: xdai_swap_Bytes! + nonce: BigInt! +} + +input xdai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -56753,33 +54572,161 @@ input staginggoerli_HubDomain_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + provider: xdai_swap_Bytes + provider_not: xdai_swap_Bytes + provider_gt: xdai_swap_Bytes + provider_lt: xdai_swap_Bytes + provider_gte: xdai_swap_Bytes + provider_lte: xdai_swap_Bytes + provider_in: [xdai_swap_Bytes!] + provider_not_in: [xdai_swap_Bytes!] + provider_contains: xdai_swap_Bytes + provider_not_contains: xdai_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_HubDomain_filter] - or: [staginggoerli_HubDomain_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapAddLiquidityEvent_filter] + or: [xdai_swap_StableSwapAddLiquidityEvent_filter] } -enum staginggoerli_HubDomain_orderBy { +enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { id - domain + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type staginggoerli_HubOptimisticRootFinalized { +interface xdai_swap_StableSwapEvent { id: ID! - aggregateRoot: staginggoerli_Bytes! + stableSwap: xdai_swap_StableSwap! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: xdai_swap_Bytes! + nonce: BigInt! } -input staginggoerli_HubOptimisticRootFinalized_filter { +input xdai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -56788,16 +54735,35 @@ input staginggoerli_HubOptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -56806,121 +54772,72 @@ input staginggoerli_HubOptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_HubOptimisticRootFinalized_filter] - or: [staginggoerli_HubOptimisticRootFinalized_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapEvent_filter] + or: [xdai_swap_StableSwapEvent_filter] } -enum staginggoerli_HubOptimisticRootFinalized_orderBy { +enum xdai_swap_StableSwapEvent_orderBy { id - aggregateRoot + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - blockNumber -} - -""" -8 bytes signed integer - -""" -scalar staginggoerli_Int8 - -type staginggoerli_OptimismConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! -} - -input staginggoerli_OptimismConnectorMeta_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: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimismConnectorMeta_filter] - or: [staginggoerli_OptimismConnectorMeta_filter] -} - -enum staginggoerli_OptimismConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + transaction + nonce } -type staginggoerli_OptimisticRootPropagated { +type xdai_swap_StableSwapExchange { id: ID! - aggregateRoot: staginggoerli_Bytes! - domainsHash: staginggoerli_Bytes! + stableSwap: xdai_swap_StableSwap! + buyer: xdai_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: xdai_swap_Bytes! + nonce: BigInt! } -input staginggoerli_OptimisticRootPropagated_filter { +input xdai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -56929,26 +54846,91 @@ input staginggoerli_OptimisticRootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - domainsHash: staginggoerli_Bytes - domainsHash_not: staginggoerli_Bytes - domainsHash_gt: staginggoerli_Bytes - domainsHash_lt: staginggoerli_Bytes - domainsHash_gte: staginggoerli_Bytes - domainsHash_lte: staginggoerli_Bytes - domainsHash_in: [staginggoerli_Bytes!] - domainsHash_not_in: [staginggoerli_Bytes!] - domainsHash_contains: staginggoerli_Bytes - domainsHash_not_contains: staginggoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + buyer: xdai_swap_Bytes + buyer_not: xdai_swap_Bytes + buyer_gt: xdai_swap_Bytes + buyer_lt: xdai_swap_Bytes + buyer_gte: xdai_swap_Bytes + buyer_lte: xdai_swap_Bytes + buyer_in: [xdai_swap_Bytes!] + buyer_not_in: [xdai_swap_Bytes!] + buyer_contains: xdai_swap_Bytes + buyer_not_contains: xdai_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -56957,40 +54939,79 @@ input staginggoerli_OptimisticRootPropagated_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimisticRootPropagated_filter] - or: [staginggoerli_OptimisticRootPropagated_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapExchange_filter] + or: [xdai_swap_StableSwapExchange_filter] } -enum staginggoerli_OptimisticRootPropagated_orderBy { +enum xdai_swap_StableSwapExchange_orderBy { id - aggregateRoot - domainsHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - blockNumber + transaction + nonce } -type staginggoerli_OptimisticRootProposed { +type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { id: ID! - disputeCliff: BigInt! - aggregateRoot: staginggoerli_Bytes! - snapshotsRoots: [staginggoerli_Bytes!] - domains: [BigInt!] - baseAggregateRoot: staginggoerli_Bytes! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: xdai_swap_Bytes! + nonce: BigInt! } -input staginggoerli_OptimisticRootProposed_filter { +input xdai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -56999,46 +55020,87 @@ input staginggoerli_OptimisticRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - disputeCliff: BigInt - disputeCliff_not: BigInt - disputeCliff_gt: BigInt - disputeCliff_lt: BigInt - disputeCliff_gte: BigInt - disputeCliff_lte: BigInt - disputeCliff_in: [BigInt!] - disputeCliff_not_in: [BigInt!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - snapshotsRoots: [staginggoerli_Bytes!] - snapshotsRoots_not: [staginggoerli_Bytes!] - snapshotsRoots_contains: [staginggoerli_Bytes!] - snapshotsRoots_contains_nocase: [staginggoerli_Bytes!] - snapshotsRoots_not_contains: [staginggoerli_Bytes!] - snapshotsRoots_not_contains_nocase: [staginggoerli_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: staginggoerli_Bytes - baseAggregateRoot_not: staginggoerli_Bytes - baseAggregateRoot_gt: staginggoerli_Bytes - baseAggregateRoot_lt: staginggoerli_Bytes - baseAggregateRoot_gte: staginggoerli_Bytes - baseAggregateRoot_lte: staginggoerli_Bytes - baseAggregateRoot_in: [staginggoerli_Bytes!] - baseAggregateRoot_not_in: [staginggoerli_Bytes!] - baseAggregateRoot_contains: staginggoerli_Bytes - baseAggregateRoot_not_contains: staginggoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + provider: xdai_swap_Bytes + provider_not: xdai_swap_Bytes + provider_gt: xdai_swap_Bytes + provider_lt: xdai_swap_Bytes + provider_gte: xdai_swap_Bytes + provider_lte: xdai_swap_Bytes + provider_in: [xdai_swap_Bytes!] + provider_not_in: [xdai_swap_Bytes!] + provider_contains: xdai_swap_Bytes + provider_not_contains: xdai_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -57047,124 +55109,63 @@ input staginggoerli_OptimisticRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: xdai_swap_Bytes + transaction_not: xdai_swap_Bytes + transaction_gt: xdai_swap_Bytes + transaction_lt: xdai_swap_Bytes + transaction_gte: xdai_swap_Bytes + transaction_lte: xdai_swap_Bytes + transaction_in: [xdai_swap_Bytes!] + transaction_not_in: [xdai_swap_Bytes!] + transaction_contains: xdai_swap_Bytes + transaction_not_contains: xdai_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimisticRootProposed_filter] - or: [staginggoerli_OptimisticRootProposed_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum staginggoerli_OptimisticRootProposed_orderBy { +enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum staginggoerli_OrderDirection { - asc - desc -} - -type staginggoerli_PolygonConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! -} - -input staginggoerli_PolygonConnectorMeta_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: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_PolygonConnectorMeta_filter] - or: [staginggoerli_PolygonConnectorMeta_filter] -} - -enum staginggoerli_PolygonConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type staginggoerli_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: staginggoerli_Bytes! - index: BigInt! + transaction + nonce } -input staginggoerli_RootAggregated_filter { +input xdai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -57173,6 +55174,30 @@ input staginggoerli_RootAggregated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: xdai_swap_Bytes + key_not: xdai_swap_Bytes + key_gt: xdai_swap_Bytes + key_lt: xdai_swap_Bytes + key_gte: xdai_swap_Bytes + key_lte: xdai_swap_Bytes + key_in: [xdai_swap_Bytes!] + key_not_in: [xdai_swap_Bytes!] + key_contains: xdai_swap_Bytes + key_not_contains: xdai_swap_Bytes + canonicalId: xdai_swap_Bytes + canonicalId_not: xdai_swap_Bytes + canonicalId_gt: xdai_swap_Bytes + canonicalId_lt: xdai_swap_Bytes + canonicalId_gte: xdai_swap_Bytes + canonicalId_lte: xdai_swap_Bytes + canonicalId_in: [xdai_swap_Bytes!] + canonicalId_not_in: [xdai_swap_Bytes!] + canonicalId_contains: xdai_swap_Bytes + canonicalId_not_contains: xdai_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -57181,82 +55206,169 @@ input staginggoerli_RootAggregated_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - receivedRoot: staginggoerli_Bytes - receivedRoot_not: staginggoerli_Bytes - receivedRoot_gt: staginggoerli_Bytes - receivedRoot_lt: staginggoerli_Bytes - receivedRoot_gte: staginggoerli_Bytes - receivedRoot_lte: staginggoerli_Bytes - receivedRoot_in: [staginggoerli_Bytes!] - receivedRoot_not_in: [staginggoerli_Bytes!] - receivedRoot_contains: staginggoerli_Bytes - receivedRoot_not_contains: staginggoerli_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] + swapPool: xdai_swap_Bytes + swapPool_not: xdai_swap_Bytes + swapPool_gt: xdai_swap_Bytes + swapPool_lt: xdai_swap_Bytes + swapPool_gte: xdai_swap_Bytes + swapPool_lte: xdai_swap_Bytes + swapPool_in: [xdai_swap_Bytes!] + swapPool_not_in: [xdai_swap_Bytes!] + swapPool_contains: xdai_swap_Bytes + swapPool_not_contains: xdai_swap_Bytes + lpToken: xdai_swap_Bytes + lpToken_not: xdai_swap_Bytes + lpToken_gt: xdai_swap_Bytes + lpToken_lt: xdai_swap_Bytes + lpToken_gte: xdai_swap_Bytes + lpToken_lte: xdai_swap_Bytes + lpToken_in: [xdai_swap_Bytes!] + lpToken_not_in: [xdai_swap_Bytes!] + lpToken_contains: xdai_swap_Bytes + lpToken_not_contains: xdai_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [xdai_swap_Bytes!] + pooledTokens_not: [xdai_swap_Bytes!] + pooledTokens_contains: [xdai_swap_Bytes!] + pooledTokens_contains_nocase: [xdai_swap_Bytes!] + pooledTokens_not_contains: [xdai_swap_Bytes!] + pooledTokens_not_contains_nocase: [xdai_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: xdai_swap_StableSwapEvent_filter + exchanges_: xdai_swap_StableSwapExchange_filter + hourlyVolumes_: xdai_swap_SwapHourlyVolume_filter + dailyVolumes_: xdai_swap_SwapDailyVolume_filter + weeklyVolumes_: xdai_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootAggregated_filter] - or: [staginggoerli_RootAggregated_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwap_filter] + or: [xdai_swap_StableSwap_filter] } -enum staginggoerli_RootAggregated_orderBy { +enum xdai_swap_StableSwap_orderBy { id + isActive + key + canonicalId domain - receivedRoot - index -} - -type staginggoerli_RootManagerMeta { - id: ID! - domains: [BigInt!] - connectors: [staginggoerli_Bytes!] -} - -input staginggoerli_RootManagerMeta_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!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [staginggoerli_Bytes!] - connectors_not: [staginggoerli_Bytes!] - connectors_contains: [staginggoerli_Bytes!] - connectors_contains_nocase: [staginggoerli_Bytes!] - connectors_not_contains: [staginggoerli_Bytes!] - connectors_not_contains_nocase: [staginggoerli_Bytes!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootManagerMeta_filter] - or: [staginggoerli_RootManagerMeta_filter] -} - -enum staginggoerli_RootManagerMeta_orderBy { - id - domains - connectors + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type staginggoerli_RootManagerMode { +type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { id: ID! - mode: String! + stableSwap: xdai_swap_StableSwap! + timestamp: BigInt! + volume: xdai_swap_BigDecimal! } -input staginggoerli_RootManagerMode_filter { +input xdai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -57265,51 +55377,80 @@ input staginggoerli_RootManagerMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootManagerMode_filter] - or: [staginggoerli_RootManagerMode_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapDailyVolume_filter] + or: [xdai_swap_SwapDailyVolume_filter] } -enum staginggoerli_RootManagerMode_orderBy { +enum xdai_swap_SwapDailyVolume_orderBy { id - mode + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type staginggoerli_RootMessageProcessed { +type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: staginggoerli_Bytes - caller: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: xdai_swap_StableSwap! + timestamp: BigInt! + volume: xdai_swap_BigDecimal! } -input staginggoerli_RootMessageProcessed_filter { +input xdai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -57318,52 +55459,27 @@ input staginggoerli_RootMessageProcessed_filter { 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!] - root: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -57372,58 +55488,123 @@ input staginggoerli_RootMessageProcessed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootMessageProcessed_filter] - or: [staginggoerli_RootMessageProcessed_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapHourlyVolume_filter] + or: [xdai_swap_SwapHourlyVolume_filter] } -enum staginggoerli_RootMessageProcessed_orderBy { +enum xdai_swap_SwapHourlyVolume_orderBy { id - spokeDomain - hubDomain - root - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -type staginggoerli_RootPropagated { +interface xdai_swap_SwapTradeVolume { + stableSwap: xdai_swap_StableSwap! + timestamp: BigInt! + volume: xdai_swap_BigDecimal! +} + +input xdai_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapTradeVolume_filter] + or: [xdai_swap_SwapTradeVolume_filter] +} + +enum xdai_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { id: ID! - aggregate: staginggoerli_Bytes! - domainsHash: staginggoerli_Bytes! - count: BigInt! - blockNumber: BigInt + stableSwap: xdai_swap_StableSwap! + timestamp: BigInt! + volume: xdai_swap_BigDecimal! } -input staginggoerli_RootPropagated_filter { +input xdai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -57432,66 +55613,79 @@ input staginggoerli_RootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregate: staginggoerli_Bytes - aggregate_not: staginggoerli_Bytes - aggregate_gt: staginggoerli_Bytes - aggregate_lt: staginggoerli_Bytes - aggregate_gte: staginggoerli_Bytes - aggregate_lte: staginggoerli_Bytes - aggregate_in: [staginggoerli_Bytes!] - aggregate_not_in: [staginggoerli_Bytes!] - aggregate_contains: staginggoerli_Bytes - aggregate_not_contains: staginggoerli_Bytes - domainsHash: staginggoerli_Bytes - domainsHash_not: staginggoerli_Bytes - domainsHash_gt: staginggoerli_Bytes - domainsHash_lt: staginggoerli_Bytes - domainsHash_gte: staginggoerli_Bytes - domainsHash_lte: staginggoerli_Bytes - domainsHash_in: [staginggoerli_Bytes!] - domainsHash_not_in: [staginggoerli_Bytes!] - domainsHash_contains: staginggoerli_Bytes - domainsHash_not_contains: staginggoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: xdai_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: xdai_swap_BigDecimal + volume_not: xdai_swap_BigDecimal + volume_gt: xdai_swap_BigDecimal + volume_lt: xdai_swap_BigDecimal + volume_gte: xdai_swap_BigDecimal + volume_lte: xdai_swap_BigDecimal + volume_in: [xdai_swap_BigDecimal!] + volume_not_in: [xdai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootPropagated_filter] - or: [staginggoerli_RootPropagated_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapWeeklyVolume_filter] + or: [xdai_swap_SwapWeeklyVolume_filter] } -enum staginggoerli_RootPropagated_orderBy { +enum xdai_swap_SwapWeeklyVolume_orderBy { id - aggregate - domainsHash - count - blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type staginggoerli_ZkSyncConnectorMeta { +type xdai_swap_SystemInfo { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: staginggoerli_Bytes! - rootManager: staginggoerli_Bytes! - mirrorConnector: staginggoerli_Bytes! + exchangeCount: BigInt! + swapCount: BigInt! } -input staginggoerli_ZkSyncConnectorMeta_filter { +input xdai_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -57500,70 +55694,37 @@ input staginggoerli_ZkSyncConnectorMeta_filter { 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: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_ZkSyncConnectorMeta_filter] - or: [staginggoerli_ZkSyncConnectorMeta_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SystemInfo_filter] + or: [xdai_swap_SystemInfo_filter] } -enum staginggoerli_ZkSyncConnectorMeta_orderBy { +enum xdai_swap_SystemInfo_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + exchangeCount + swapCount } -type staginggoerli__Block_ { +type xdai_swap__Block_ { """The hash of the block""" - hash: staginggoerli_Bytes + hash: xdai_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -57571,7 +55732,7 @@ type staginggoerli__Block_ { } """The type for the top-level _meta field""" -type staginggoerli__Meta_ { +type xdai_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -57579,50 +55740,50 @@ type staginggoerli__Meta_ { and therefore asks for the latest block """ - block: staginggoerli__Block_! + block: xdai_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar optimismgoerli_swap_BigDecimal +scalar stagingmumbai_swap_BigDecimal -input optimismgoerli_swap_BlockChangedFilter { +input stagingmumbai_swap_BlockChangedFilter { number_gte: Int! } -input optimismgoerli_swap_Block_height { - hash: optimismgoerli_swap_Bytes +input stagingmumbai_swap_Block_height { + hash: stagingmumbai_swap_Bytes number: Int number_gte: Int } -scalar optimismgoerli_swap_Bytes +scalar stagingmumbai_swap_Bytes """ 8 bytes signed integer """ -scalar optimismgoerli_swap_Int8 +scalar stagingmumbai_swap_Int8 -type optimismgoerli_swap_LpAccount { +type stagingmumbai_swap_LpAccount { id: ID! - address: optimismgoerli_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpAccountBalance_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpAccountBalance_filter): [optimismgoerli_swap_LpAccountBalance!]! + address: stagingmumbai_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_LpAccountBalance_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_LpAccountBalance_filter): [stagingmumbai_swap_LpAccountBalance!]! } -type optimismgoerli_swap_LpAccountBalance { +type stagingmumbai_swap_LpAccountBalance { id: ID! - account: optimismgoerli_swap_LpAccount! - token: optimismgoerli_swap_LpToken! - amount: optimismgoerli_swap_BigDecimal! + account: stagingmumbai_swap_LpAccount! + token: stagingmumbai_swap_LpToken! + amount: stagingmumbai_swap_BigDecimal! block: BigInt modified: BigInt - transaction: optimismgoerli_swap_Bytes + transaction: stagingmumbai_swap_Bytes } -input optimismgoerli_swap_LpAccountBalance_filter { +input stagingmumbai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -57651,7 +55812,7 @@ input optimismgoerli_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: optimismgoerli_swap_LpAccount_filter + account_: stagingmumbai_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -57672,15 +55833,15 @@ input optimismgoerli_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimismgoerli_swap_LpToken_filter - amount: optimismgoerli_swap_BigDecimal - amount_not: optimismgoerli_swap_BigDecimal - amount_gt: optimismgoerli_swap_BigDecimal - amount_lt: optimismgoerli_swap_BigDecimal - amount_gte: optimismgoerli_swap_BigDecimal - amount_lte: optimismgoerli_swap_BigDecimal - amount_in: [optimismgoerli_swap_BigDecimal!] - amount_not_in: [optimismgoerli_swap_BigDecimal!] + token_: stagingmumbai_swap_LpToken_filter + amount: stagingmumbai_swap_BigDecimal + amount_not: stagingmumbai_swap_BigDecimal + amount_gt: stagingmumbai_swap_BigDecimal + amount_lt: stagingmumbai_swap_BigDecimal + amount_gte: stagingmumbai_swap_BigDecimal + amount_lte: stagingmumbai_swap_BigDecimal + amount_in: [stagingmumbai_swap_BigDecimal!] + amount_not_in: [stagingmumbai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -57697,23 +55858,23 @@ input optimismgoerli_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpAccountBalance_filter] - or: [optimismgoerli_swap_LpAccountBalance_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpAccountBalance_filter] + or: [stagingmumbai_swap_LpAccountBalance_filter] } -enum optimismgoerli_swap_LpAccountBalance_orderBy { +enum stagingmumbai_swap_LpAccountBalance_orderBy { id account account__id @@ -57731,7 +55892,7 @@ enum optimismgoerli_swap_LpAccountBalance_orderBy { transaction } -input optimismgoerli_swap_LpAccount_filter { +input stagingmumbai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -57740,51 +55901,51 @@ input optimismgoerli_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimismgoerli_swap_Bytes - address_not: optimismgoerli_swap_Bytes - address_gt: optimismgoerli_swap_Bytes - address_lt: optimismgoerli_swap_Bytes - address_gte: optimismgoerli_swap_Bytes - address_lte: optimismgoerli_swap_Bytes - address_in: [optimismgoerli_swap_Bytes!] - address_not_in: [optimismgoerli_swap_Bytes!] - address_contains: optimismgoerli_swap_Bytes - address_not_contains: optimismgoerli_swap_Bytes - balances_: optimismgoerli_swap_LpAccountBalance_filter + address: stagingmumbai_swap_Bytes + address_not: stagingmumbai_swap_Bytes + address_gt: stagingmumbai_swap_Bytes + address_lt: stagingmumbai_swap_Bytes + address_gte: stagingmumbai_swap_Bytes + address_lte: stagingmumbai_swap_Bytes + address_in: [stagingmumbai_swap_Bytes!] + address_not_in: [stagingmumbai_swap_Bytes!] + address_contains: stagingmumbai_swap_Bytes + address_not_contains: stagingmumbai_swap_Bytes + balances_: stagingmumbai_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpAccount_filter] - or: [optimismgoerli_swap_LpAccount_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpAccount_filter] + or: [stagingmumbai_swap_LpAccount_filter] } -enum optimismgoerli_swap_LpAccount_orderBy { +enum stagingmumbai_swap_LpAccount_orderBy { id address balances } -type optimismgoerli_swap_LpToken { +type stagingmumbai_swap_LpToken { id: ID! - address: optimismgoerli_swap_Bytes! - stableSwap: optimismgoerli_swap_StableSwap! + address: stagingmumbai_swap_Bytes! + stableSwap: stagingmumbai_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: optimismgoerli_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpTokenEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpTokenEvent_filter): [optimismgoerli_swap_LpTokenEvent!]! + totalSupply: stagingmumbai_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_LpTokenEvent_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_LpTokenEvent_filter): [stagingmumbai_swap_LpTokenEvent!]! } -interface optimismgoerli_swap_LpTokenEvent { +interface stagingmumbai_swap_LpTokenEvent { id: ID! - token: optimismgoerli_swap_LpToken! - amount: optimismgoerli_swap_BigDecimal! + token: stagingmumbai_swap_LpToken! + amount: stagingmumbai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: stagingmumbai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_LpTokenEvent_filter { +input stagingmumbai_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -57813,15 +55974,15 @@ input optimismgoerli_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimismgoerli_swap_LpToken_filter - amount: optimismgoerli_swap_BigDecimal - amount_not: optimismgoerli_swap_BigDecimal - amount_gt: optimismgoerli_swap_BigDecimal - amount_lt: optimismgoerli_swap_BigDecimal - amount_gte: optimismgoerli_swap_BigDecimal - amount_lte: optimismgoerli_swap_BigDecimal - amount_in: [optimismgoerli_swap_BigDecimal!] - amount_not_in: [optimismgoerli_swap_BigDecimal!] + token_: stagingmumbai_swap_LpToken_filter + amount: stagingmumbai_swap_BigDecimal + amount_not: stagingmumbai_swap_BigDecimal + amount_gt: stagingmumbai_swap_BigDecimal + amount_lt: stagingmumbai_swap_BigDecimal + amount_gte: stagingmumbai_swap_BigDecimal + amount_lte: stagingmumbai_swap_BigDecimal + amount_in: [stagingmumbai_swap_BigDecimal!] + amount_not_in: [stagingmumbai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -57838,16 +55999,16 @@ input optimismgoerli_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -57857,12 +56018,12 @@ input optimismgoerli_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpTokenEvent_filter] - or: [optimismgoerli_swap_LpTokenEvent_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpTokenEvent_filter] + or: [stagingmumbai_swap_LpTokenEvent_filter] } -enum optimismgoerli_swap_LpTokenEvent_orderBy { +enum stagingmumbai_swap_LpTokenEvent_orderBy { id token token__id @@ -57878,7 +56039,7 @@ enum optimismgoerli_swap_LpTokenEvent_orderBy { nonce } -input optimismgoerli_swap_LpToken_filter { +input stagingmumbai_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -57887,16 +56048,16 @@ input optimismgoerli_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimismgoerli_swap_Bytes - address_not: optimismgoerli_swap_Bytes - address_gt: optimismgoerli_swap_Bytes - address_lt: optimismgoerli_swap_Bytes - address_gte: optimismgoerli_swap_Bytes - address_lte: optimismgoerli_swap_Bytes - address_in: [optimismgoerli_swap_Bytes!] - address_not_in: [optimismgoerli_swap_Bytes!] - address_contains: optimismgoerli_swap_Bytes - address_not_contains: optimismgoerli_swap_Bytes + address: stagingmumbai_swap_Bytes + address_not: stagingmumbai_swap_Bytes + address_gt: stagingmumbai_swap_Bytes + address_lt: stagingmumbai_swap_Bytes + address_gte: stagingmumbai_swap_Bytes + address_lte: stagingmumbai_swap_Bytes + address_in: [stagingmumbai_swap_Bytes!] + address_not_in: [stagingmumbai_swap_Bytes!] + address_contains: stagingmumbai_swap_Bytes + address_not_contains: stagingmumbai_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -57917,7 +56078,7 @@ input optimismgoerli_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: stagingmumbai_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -57966,22 +56127,22 @@ input optimismgoerli_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: optimismgoerli_swap_BigDecimal - totalSupply_not: optimismgoerli_swap_BigDecimal - totalSupply_gt: optimismgoerli_swap_BigDecimal - totalSupply_lt: optimismgoerli_swap_BigDecimal - totalSupply_gte: optimismgoerli_swap_BigDecimal - totalSupply_lte: optimismgoerli_swap_BigDecimal - totalSupply_in: [optimismgoerli_swap_BigDecimal!] - totalSupply_not_in: [optimismgoerli_swap_BigDecimal!] - events_: optimismgoerli_swap_LpTokenEvent_filter + totalSupply: stagingmumbai_swap_BigDecimal + totalSupply_not: stagingmumbai_swap_BigDecimal + totalSupply_gt: stagingmumbai_swap_BigDecimal + totalSupply_lt: stagingmumbai_swap_BigDecimal + totalSupply_gte: stagingmumbai_swap_BigDecimal + totalSupply_lte: stagingmumbai_swap_BigDecimal + totalSupply_in: [stagingmumbai_swap_BigDecimal!] + totalSupply_not_in: [stagingmumbai_swap_BigDecimal!] + events_: stagingmumbai_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpToken_filter] - or: [optimismgoerli_swap_LpToken_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpToken_filter] + or: [stagingmumbai_swap_LpToken_filter] } -enum optimismgoerli_swap_LpToken_orderBy { +enum stagingmumbai_swap_LpToken_orderBy { id address stableSwap @@ -58008,21 +56169,21 @@ enum optimismgoerli_swap_LpToken_orderBy { events } -type optimismgoerli_swap_LpTransferEvent implements optimismgoerli_swap_LpTokenEvent { +type stagingmumbai_swap_LpTransferEvent implements stagingmumbai_swap_LpTokenEvent { id: ID! - token: optimismgoerli_swap_LpToken! - amount: optimismgoerli_swap_BigDecimal! - from: optimismgoerli_swap_Bytes! - to: optimismgoerli_swap_Bytes! - fromBalance: optimismgoerli_swap_BigDecimal! - toBalance: optimismgoerli_swap_BigDecimal! + token: stagingmumbai_swap_LpToken! + amount: stagingmumbai_swap_BigDecimal! + from: stagingmumbai_swap_Bytes! + to: stagingmumbai_swap_Bytes! + fromBalance: stagingmumbai_swap_BigDecimal! + toBalance: stagingmumbai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: stagingmumbai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_LpTransferEvent_filter { +input stagingmumbai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -58051,51 +56212,51 @@ input optimismgoerli_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimismgoerli_swap_LpToken_filter - amount: optimismgoerli_swap_BigDecimal - amount_not: optimismgoerli_swap_BigDecimal - amount_gt: optimismgoerli_swap_BigDecimal - amount_lt: optimismgoerli_swap_BigDecimal - amount_gte: optimismgoerli_swap_BigDecimal - amount_lte: optimismgoerli_swap_BigDecimal - amount_in: [optimismgoerli_swap_BigDecimal!] - amount_not_in: [optimismgoerli_swap_BigDecimal!] - from: optimismgoerli_swap_Bytes - from_not: optimismgoerli_swap_Bytes - from_gt: optimismgoerli_swap_Bytes - from_lt: optimismgoerli_swap_Bytes - from_gte: optimismgoerli_swap_Bytes - from_lte: optimismgoerli_swap_Bytes - from_in: [optimismgoerli_swap_Bytes!] - from_not_in: [optimismgoerli_swap_Bytes!] - from_contains: optimismgoerli_swap_Bytes - from_not_contains: optimismgoerli_swap_Bytes - to: optimismgoerli_swap_Bytes - to_not: optimismgoerli_swap_Bytes - to_gt: optimismgoerli_swap_Bytes - to_lt: optimismgoerli_swap_Bytes - to_gte: optimismgoerli_swap_Bytes - to_lte: optimismgoerli_swap_Bytes - to_in: [optimismgoerli_swap_Bytes!] - to_not_in: [optimismgoerli_swap_Bytes!] - to_contains: optimismgoerli_swap_Bytes - to_not_contains: optimismgoerli_swap_Bytes - fromBalance: optimismgoerli_swap_BigDecimal - fromBalance_not: optimismgoerli_swap_BigDecimal - fromBalance_gt: optimismgoerli_swap_BigDecimal - fromBalance_lt: optimismgoerli_swap_BigDecimal - fromBalance_gte: optimismgoerli_swap_BigDecimal - fromBalance_lte: optimismgoerli_swap_BigDecimal - fromBalance_in: [optimismgoerli_swap_BigDecimal!] - fromBalance_not_in: [optimismgoerli_swap_BigDecimal!] - toBalance: optimismgoerli_swap_BigDecimal - toBalance_not: optimismgoerli_swap_BigDecimal - toBalance_gt: optimismgoerli_swap_BigDecimal - toBalance_lt: optimismgoerli_swap_BigDecimal - toBalance_gte: optimismgoerli_swap_BigDecimal - toBalance_lte: optimismgoerli_swap_BigDecimal - toBalance_in: [optimismgoerli_swap_BigDecimal!] - toBalance_not_in: [optimismgoerli_swap_BigDecimal!] + token_: stagingmumbai_swap_LpToken_filter + amount: stagingmumbai_swap_BigDecimal + amount_not: stagingmumbai_swap_BigDecimal + amount_gt: stagingmumbai_swap_BigDecimal + amount_lt: stagingmumbai_swap_BigDecimal + amount_gte: stagingmumbai_swap_BigDecimal + amount_lte: stagingmumbai_swap_BigDecimal + amount_in: [stagingmumbai_swap_BigDecimal!] + amount_not_in: [stagingmumbai_swap_BigDecimal!] + from: stagingmumbai_swap_Bytes + from_not: stagingmumbai_swap_Bytes + from_gt: stagingmumbai_swap_Bytes + from_lt: stagingmumbai_swap_Bytes + from_gte: stagingmumbai_swap_Bytes + from_lte: stagingmumbai_swap_Bytes + from_in: [stagingmumbai_swap_Bytes!] + from_not_in: [stagingmumbai_swap_Bytes!] + from_contains: stagingmumbai_swap_Bytes + from_not_contains: stagingmumbai_swap_Bytes + to: stagingmumbai_swap_Bytes + to_not: stagingmumbai_swap_Bytes + to_gt: stagingmumbai_swap_Bytes + to_lt: stagingmumbai_swap_Bytes + to_gte: stagingmumbai_swap_Bytes + to_lte: stagingmumbai_swap_Bytes + to_in: [stagingmumbai_swap_Bytes!] + to_not_in: [stagingmumbai_swap_Bytes!] + to_contains: stagingmumbai_swap_Bytes + to_not_contains: stagingmumbai_swap_Bytes + fromBalance: stagingmumbai_swap_BigDecimal + fromBalance_not: stagingmumbai_swap_BigDecimal + fromBalance_gt: stagingmumbai_swap_BigDecimal + fromBalance_lt: stagingmumbai_swap_BigDecimal + fromBalance_gte: stagingmumbai_swap_BigDecimal + fromBalance_lte: stagingmumbai_swap_BigDecimal + fromBalance_in: [stagingmumbai_swap_BigDecimal!] + fromBalance_not_in: [stagingmumbai_swap_BigDecimal!] + toBalance: stagingmumbai_swap_BigDecimal + toBalance_not: stagingmumbai_swap_BigDecimal + toBalance_gt: stagingmumbai_swap_BigDecimal + toBalance_lt: stagingmumbai_swap_BigDecimal + toBalance_gte: stagingmumbai_swap_BigDecimal + toBalance_lte: stagingmumbai_swap_BigDecimal + toBalance_in: [stagingmumbai_swap_BigDecimal!] + toBalance_not_in: [stagingmumbai_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -58112,16 +56273,16 @@ input optimismgoerli_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -58131,12 +56292,12 @@ input optimismgoerli_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_LpTransferEvent_filter] - or: [optimismgoerli_swap_LpTransferEvent_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_LpTransferEvent_filter] + or: [stagingmumbai_swap_LpTransferEvent_filter] } -enum optimismgoerli_swap_LpTransferEvent_orderBy { +enum stagingmumbai_swap_LpTransferEvent_orderBy { id token token__id @@ -58157,17 +56318,17 @@ enum optimismgoerli_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimismgoerli_swap_OrderDirection { +enum stagingmumbai_swap_OrderDirection { asc desc } -type optimismgoerli_swap_PooledToken { +type stagingmumbai_swap_PooledToken { id: ID! - asset: optimismgoerli_swap_Bytes! + asset: stagingmumbai_swap_Bytes! } -input optimismgoerli_swap_PooledToken_filter { +input stagingmumbai_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -58176,59 +56337,59 @@ input optimismgoerli_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: optimismgoerli_swap_Bytes - asset_not: optimismgoerli_swap_Bytes - asset_gt: optimismgoerli_swap_Bytes - asset_lt: optimismgoerli_swap_Bytes - asset_gte: optimismgoerli_swap_Bytes - asset_lte: optimismgoerli_swap_Bytes - asset_in: [optimismgoerli_swap_Bytes!] - asset_not_in: [optimismgoerli_swap_Bytes!] - asset_contains: optimismgoerli_swap_Bytes - asset_not_contains: optimismgoerli_swap_Bytes + asset: stagingmumbai_swap_Bytes + asset_not: stagingmumbai_swap_Bytes + asset_gt: stagingmumbai_swap_Bytes + asset_lt: stagingmumbai_swap_Bytes + asset_gte: stagingmumbai_swap_Bytes + asset_lte: stagingmumbai_swap_Bytes + asset_in: [stagingmumbai_swap_Bytes!] + asset_not_in: [stagingmumbai_swap_Bytes!] + asset_contains: stagingmumbai_swap_Bytes + asset_not_contains: stagingmumbai_swap_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_PooledToken_filter] - or: [optimismgoerli_swap_PooledToken_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_PooledToken_filter] + or: [stagingmumbai_swap_PooledToken_filter] } -enum optimismgoerli_swap_PooledToken_orderBy { +enum stagingmumbai_swap_PooledToken_orderBy { id asset } -type optimismgoerli_swap_StableSwap { +type stagingmumbai_swap_StableSwap { id: ID! isActive: Boolean - key: optimismgoerli_swap_Bytes! - canonicalId: optimismgoerli_swap_Bytes + key: stagingmumbai_swap_Bytes! + canonicalId: stagingmumbai_swap_Bytes domain: BigInt - swapPool: optimismgoerli_swap_Bytes - lpToken: optimismgoerli_swap_Bytes + swapPool: stagingmumbai_swap_Bytes + lpToken: stagingmumbai_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [optimismgoerli_swap_Bytes!]! + pooledTokens: [stagingmumbai_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_StableSwapEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapEvent_filter): [optimismgoerli_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_StableSwapExchange_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapExchange_filter): [optimismgoerli_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapHourlyVolume_filter): [optimismgoerli_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapDailyVolume_filter): [optimismgoerli_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapWeeklyVolume_filter): [optimismgoerli_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_StableSwapEvent_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_StableSwapEvent_filter): [stagingmumbai_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_StableSwapExchange_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_StableSwapExchange_filter): [stagingmumbai_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapHourlyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapHourlyVolume_filter): [stagingmumbai_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapDailyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapDailyVolume_filter): [stagingmumbai_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_swap_SwapWeeklyVolume_orderBy, orderDirection: stagingmumbai_swap_OrderDirection, where: stagingmumbai_swap_SwapWeeklyVolume_filter): [stagingmumbai_swap_SwapWeeklyVolume!] } -type optimismgoerli_swap_StableSwapAddLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { +type stagingmumbai_swap_StableSwapAddLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - provider: optimismgoerli_swap_Bytes! + stableSwap: stagingmumbai_swap_StableSwap! + provider: stagingmumbai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -58237,11 +56398,11 @@ type optimismgoerli_swap_StableSwapAddLiquidityEvent implements optimismgoerli_s balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: stagingmumbai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { +input stagingmumbai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -58270,17 +56431,17 @@ input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter - provider: optimismgoerli_swap_Bytes - provider_not: optimismgoerli_swap_Bytes - provider_gt: optimismgoerli_swap_Bytes - provider_lt: optimismgoerli_swap_Bytes - provider_gte: optimismgoerli_swap_Bytes - provider_lte: optimismgoerli_swap_Bytes - provider_in: [optimismgoerli_swap_Bytes!] - provider_not_in: [optimismgoerli_swap_Bytes!] - provider_contains: optimismgoerli_swap_Bytes - provider_not_contains: optimismgoerli_swap_Bytes + stableSwap_: stagingmumbai_swap_StableSwap_filter + provider: stagingmumbai_swap_Bytes + provider_not: stagingmumbai_swap_Bytes + provider_gt: stagingmumbai_swap_Bytes + provider_lt: stagingmumbai_swap_Bytes + provider_gte: stagingmumbai_swap_Bytes + provider_lte: stagingmumbai_swap_Bytes + provider_in: [stagingmumbai_swap_Bytes!] + provider_not_in: [stagingmumbai_swap_Bytes!] + provider_contains: stagingmumbai_swap_Bytes + provider_not_contains: stagingmumbai_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -58339,16 +56500,16 @@ input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -58358,12 +56519,12 @@ input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] - or: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] + or: [stagingmumbai_swap_StableSwapAddLiquidityEvent_filter] } -enum optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingmumbai_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -58395,16 +56556,16 @@ enum optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface optimismgoerli_swap_StableSwapEvent { +interface stagingmumbai_swap_StableSwapEvent { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! + stableSwap: stagingmumbai_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: stagingmumbai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_StableSwapEvent_filter { +input stagingmumbai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -58433,7 +56594,7 @@ input optimismgoerli_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: stagingmumbai_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -58450,16 +56611,16 @@ input optimismgoerli_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -58469,12 +56630,12 @@ input optimismgoerli_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapEvent_filter] - or: [optimismgoerli_swap_StableSwapEvent_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwapEvent_filter] + or: [stagingmumbai_swap_StableSwapEvent_filter] } -enum optimismgoerli_swap_StableSwapEvent_orderBy { +enum stagingmumbai_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -58499,10 +56660,10 @@ enum optimismgoerli_swap_StableSwapEvent_orderBy { nonce } -type optimismgoerli_swap_StableSwapExchange { +type stagingmumbai_swap_StableSwapExchange { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - buyer: optimismgoerli_swap_Bytes! + stableSwap: stagingmumbai_swap_StableSwap! + buyer: stagingmumbai_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -58511,11 +56672,11 @@ type optimismgoerli_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: stagingmumbai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_StableSwapExchange_filter { +input stagingmumbai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -58544,17 +56705,17 @@ input optimismgoerli_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter - buyer: optimismgoerli_swap_Bytes - buyer_not: optimismgoerli_swap_Bytes - buyer_gt: optimismgoerli_swap_Bytes - buyer_lt: optimismgoerli_swap_Bytes - buyer_gte: optimismgoerli_swap_Bytes - buyer_lte: optimismgoerli_swap_Bytes - buyer_in: [optimismgoerli_swap_Bytes!] - buyer_not_in: [optimismgoerli_swap_Bytes!] - buyer_contains: optimismgoerli_swap_Bytes - buyer_not_contains: optimismgoerli_swap_Bytes + stableSwap_: stagingmumbai_swap_StableSwap_filter + buyer: stagingmumbai_swap_Bytes + buyer_not: stagingmumbai_swap_Bytes + buyer_gt: stagingmumbai_swap_Bytes + buyer_lt: stagingmumbai_swap_Bytes + buyer_gte: stagingmumbai_swap_Bytes + buyer_lte: stagingmumbai_swap_Bytes + buyer_in: [stagingmumbai_swap_Bytes!] + buyer_not_in: [stagingmumbai_swap_Bytes!] + buyer_contains: stagingmumbai_swap_Bytes + buyer_not_contains: stagingmumbai_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -58617,16 +56778,16 @@ input optimismgoerli_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -58636,12 +56797,12 @@ input optimismgoerli_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapExchange_filter] - or: [optimismgoerli_swap_StableSwapExchange_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwapExchange_filter] + or: [stagingmumbai_swap_StableSwapExchange_filter] } -enum optimismgoerli_swap_StableSwapExchange_orderBy { +enum stagingmumbai_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -58673,10 +56834,10 @@ enum optimismgoerli_swap_StableSwapExchange_orderBy { nonce } -type optimismgoerli_swap_StableSwapRemoveLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { +type stagingmumbai_swap_StableSwapRemoveLiquidityEvent implements stagingmumbai_swap_StableSwapEvent { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! - provider: optimismgoerli_swap_Bytes! + stableSwap: stagingmumbai_swap_StableSwap! + provider: stagingmumbai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -58685,11 +56846,11 @@ type optimismgoerli_swap_StableSwapRemoveLiquidityEvent implements optimismgoerl balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimismgoerli_swap_Bytes! + transaction: stagingmumbai_swap_Bytes! nonce: BigInt! } -input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { +input stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -58718,17 +56879,17 @@ input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter - provider: optimismgoerli_swap_Bytes - provider_not: optimismgoerli_swap_Bytes - provider_gt: optimismgoerli_swap_Bytes - provider_lt: optimismgoerli_swap_Bytes - provider_gte: optimismgoerli_swap_Bytes - provider_lte: optimismgoerli_swap_Bytes - provider_in: [optimismgoerli_swap_Bytes!] - provider_not_in: [optimismgoerli_swap_Bytes!] - provider_contains: optimismgoerli_swap_Bytes - provider_not_contains: optimismgoerli_swap_Bytes + stableSwap_: stagingmumbai_swap_StableSwap_filter + provider: stagingmumbai_swap_Bytes + provider_not: stagingmumbai_swap_Bytes + provider_gt: stagingmumbai_swap_Bytes + provider_lt: stagingmumbai_swap_Bytes + provider_gte: stagingmumbai_swap_Bytes + provider_lte: stagingmumbai_swap_Bytes + provider_in: [stagingmumbai_swap_Bytes!] + provider_not_in: [stagingmumbai_swap_Bytes!] + provider_contains: stagingmumbai_swap_Bytes + provider_not_contains: stagingmumbai_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -58787,16 +56948,16 @@ input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismgoerli_swap_Bytes - transaction_not: optimismgoerli_swap_Bytes - transaction_gt: optimismgoerli_swap_Bytes - transaction_lt: optimismgoerli_swap_Bytes - transaction_gte: optimismgoerli_swap_Bytes - transaction_lte: optimismgoerli_swap_Bytes - transaction_in: [optimismgoerli_swap_Bytes!] - transaction_not_in: [optimismgoerli_swap_Bytes!] - transaction_contains: optimismgoerli_swap_Bytes - transaction_not_contains: optimismgoerli_swap_Bytes + transaction: stagingmumbai_swap_Bytes + transaction_not: stagingmumbai_swap_Bytes + transaction_gt: stagingmumbai_swap_Bytes + transaction_lt: stagingmumbai_swap_Bytes + transaction_gte: stagingmumbai_swap_Bytes + transaction_lte: stagingmumbai_swap_Bytes + transaction_in: [stagingmumbai_swap_Bytes!] + transaction_not_in: [stagingmumbai_swap_Bytes!] + transaction_contains: stagingmumbai_swap_Bytes + transaction_not_contains: stagingmumbai_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -58806,12 +56967,12 @@ input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] - or: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [stagingmumbai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingmumbai_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -58843,7 +57004,7 @@ enum optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input optimismgoerli_swap_StableSwap_filter { +input stagingmumbai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -58856,26 +57017,26 @@ input optimismgoerli_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: optimismgoerli_swap_Bytes - key_not: optimismgoerli_swap_Bytes - key_gt: optimismgoerli_swap_Bytes - key_lt: optimismgoerli_swap_Bytes - key_gte: optimismgoerli_swap_Bytes - key_lte: optimismgoerli_swap_Bytes - key_in: [optimismgoerli_swap_Bytes!] - key_not_in: [optimismgoerli_swap_Bytes!] - key_contains: optimismgoerli_swap_Bytes - key_not_contains: optimismgoerli_swap_Bytes - canonicalId: optimismgoerli_swap_Bytes - canonicalId_not: optimismgoerli_swap_Bytes - canonicalId_gt: optimismgoerli_swap_Bytes - canonicalId_lt: optimismgoerli_swap_Bytes - canonicalId_gte: optimismgoerli_swap_Bytes - canonicalId_lte: optimismgoerli_swap_Bytes - canonicalId_in: [optimismgoerli_swap_Bytes!] - canonicalId_not_in: [optimismgoerli_swap_Bytes!] - canonicalId_contains: optimismgoerli_swap_Bytes - canonicalId_not_contains: optimismgoerli_swap_Bytes + key: stagingmumbai_swap_Bytes + key_not: stagingmumbai_swap_Bytes + key_gt: stagingmumbai_swap_Bytes + key_lt: stagingmumbai_swap_Bytes + key_gte: stagingmumbai_swap_Bytes + key_lte: stagingmumbai_swap_Bytes + key_in: [stagingmumbai_swap_Bytes!] + key_not_in: [stagingmumbai_swap_Bytes!] + key_contains: stagingmumbai_swap_Bytes + key_not_contains: stagingmumbai_swap_Bytes + canonicalId: stagingmumbai_swap_Bytes + canonicalId_not: stagingmumbai_swap_Bytes + canonicalId_gt: stagingmumbai_swap_Bytes + canonicalId_lt: stagingmumbai_swap_Bytes + canonicalId_gte: stagingmumbai_swap_Bytes + canonicalId_lte: stagingmumbai_swap_Bytes + canonicalId_in: [stagingmumbai_swap_Bytes!] + canonicalId_not_in: [stagingmumbai_swap_Bytes!] + canonicalId_contains: stagingmumbai_swap_Bytes + canonicalId_not_contains: stagingmumbai_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -58884,26 +57045,26 @@ input optimismgoerli_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: optimismgoerli_swap_Bytes - swapPool_not: optimismgoerli_swap_Bytes - swapPool_gt: optimismgoerli_swap_Bytes - swapPool_lt: optimismgoerli_swap_Bytes - swapPool_gte: optimismgoerli_swap_Bytes - swapPool_lte: optimismgoerli_swap_Bytes - swapPool_in: [optimismgoerli_swap_Bytes!] - swapPool_not_in: [optimismgoerli_swap_Bytes!] - swapPool_contains: optimismgoerli_swap_Bytes - swapPool_not_contains: optimismgoerli_swap_Bytes - lpToken: optimismgoerli_swap_Bytes - lpToken_not: optimismgoerli_swap_Bytes - lpToken_gt: optimismgoerli_swap_Bytes - lpToken_lt: optimismgoerli_swap_Bytes - lpToken_gte: optimismgoerli_swap_Bytes - lpToken_lte: optimismgoerli_swap_Bytes - lpToken_in: [optimismgoerli_swap_Bytes!] - lpToken_not_in: [optimismgoerli_swap_Bytes!] - lpToken_contains: optimismgoerli_swap_Bytes - lpToken_not_contains: optimismgoerli_swap_Bytes + swapPool: stagingmumbai_swap_Bytes + swapPool_not: stagingmumbai_swap_Bytes + swapPool_gt: stagingmumbai_swap_Bytes + swapPool_lt: stagingmumbai_swap_Bytes + swapPool_gte: stagingmumbai_swap_Bytes + swapPool_lte: stagingmumbai_swap_Bytes + swapPool_in: [stagingmumbai_swap_Bytes!] + swapPool_not_in: [stagingmumbai_swap_Bytes!] + swapPool_contains: stagingmumbai_swap_Bytes + swapPool_not_contains: stagingmumbai_swap_Bytes + lpToken: stagingmumbai_swap_Bytes + lpToken_not: stagingmumbai_swap_Bytes + lpToken_gt: stagingmumbai_swap_Bytes + lpToken_lt: stagingmumbai_swap_Bytes + lpToken_gte: stagingmumbai_swap_Bytes + lpToken_lte: stagingmumbai_swap_Bytes + lpToken_in: [stagingmumbai_swap_Bytes!] + lpToken_not_in: [stagingmumbai_swap_Bytes!] + lpToken_contains: stagingmumbai_swap_Bytes + lpToken_not_contains: stagingmumbai_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -58952,12 +57113,12 @@ input optimismgoerli_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [optimismgoerli_swap_Bytes!] - pooledTokens_not: [optimismgoerli_swap_Bytes!] - pooledTokens_contains: [optimismgoerli_swap_Bytes!] - pooledTokens_contains_nocase: [optimismgoerli_swap_Bytes!] - pooledTokens_not_contains: [optimismgoerli_swap_Bytes!] - pooledTokens_not_contains_nocase: [optimismgoerli_swap_Bytes!] + pooledTokens: [stagingmumbai_swap_Bytes!] + pooledTokens_not: [stagingmumbai_swap_Bytes!] + pooledTokens_contains: [stagingmumbai_swap_Bytes!] + pooledTokens_contains_nocase: [stagingmumbai_swap_Bytes!] + pooledTokens_not_contains: [stagingmumbai_swap_Bytes!] + pooledTokens_not_contains_nocase: [stagingmumbai_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -59000,18 +57161,18 @@ input optimismgoerli_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: optimismgoerli_swap_StableSwapEvent_filter - exchanges_: optimismgoerli_swap_StableSwapExchange_filter - hourlyVolumes_: optimismgoerli_swap_SwapHourlyVolume_filter - dailyVolumes_: optimismgoerli_swap_SwapDailyVolume_filter - weeklyVolumes_: optimismgoerli_swap_SwapWeeklyVolume_filter + events_: stagingmumbai_swap_StableSwapEvent_filter + exchanges_: stagingmumbai_swap_StableSwapExchange_filter + hourlyVolumes_: stagingmumbai_swap_SwapHourlyVolume_filter + dailyVolumes_: stagingmumbai_swap_SwapDailyVolume_filter + weeklyVolumes_: stagingmumbai_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_StableSwap_filter] - or: [optimismgoerli_swap_StableSwap_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_StableSwap_filter] + or: [stagingmumbai_swap_StableSwap_filter] } -enum optimismgoerli_swap_StableSwap_orderBy { +enum stagingmumbai_swap_StableSwap_orderBy { id isActive key @@ -59039,14 +57200,14 @@ enum optimismgoerli_swap_StableSwap_orderBy { weeklyVolumes } -type optimismgoerli_swap_SwapDailyVolume implements optimismgoerli_swap_SwapTradeVolume { +type stagingmumbai_swap_SwapDailyVolume implements stagingmumbai_swap_SwapTradeVolume { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! + stableSwap: stagingmumbai_swap_StableSwap! timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! + volume: stagingmumbai_swap_BigDecimal! } -input optimismgoerli_swap_SwapDailyVolume_filter { +input stagingmumbai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -59075,7 +57236,7 @@ input optimismgoerli_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: stagingmumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -59084,21 +57245,21 @@ input optimismgoerli_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] + volume: stagingmumbai_swap_BigDecimal + volume_not: stagingmumbai_swap_BigDecimal + volume_gt: stagingmumbai_swap_BigDecimal + volume_lt: stagingmumbai_swap_BigDecimal + volume_gte: stagingmumbai_swap_BigDecimal + volume_lte: stagingmumbai_swap_BigDecimal + volume_in: [stagingmumbai_swap_BigDecimal!] + volume_not_in: [stagingmumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapDailyVolume_filter] - or: [optimismgoerli_swap_SwapDailyVolume_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SwapDailyVolume_filter] + or: [stagingmumbai_swap_SwapDailyVolume_filter] } -enum optimismgoerli_swap_SwapDailyVolume_orderBy { +enum stagingmumbai_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -59121,14 +57282,14 @@ enum optimismgoerli_swap_SwapDailyVolume_orderBy { volume } -type optimismgoerli_swap_SwapHourlyVolume implements optimismgoerli_swap_SwapTradeVolume { +type stagingmumbai_swap_SwapHourlyVolume implements stagingmumbai_swap_SwapTradeVolume { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! + stableSwap: stagingmumbai_swap_StableSwap! timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! + volume: stagingmumbai_swap_BigDecimal! } -input optimismgoerli_swap_SwapHourlyVolume_filter { +input stagingmumbai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -59157,7 +57318,7 @@ input optimismgoerli_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: stagingmumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -59166,21 +57327,21 @@ input optimismgoerli_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] + volume: stagingmumbai_swap_BigDecimal + volume_not: stagingmumbai_swap_BigDecimal + volume_gt: stagingmumbai_swap_BigDecimal + volume_lt: stagingmumbai_swap_BigDecimal + volume_gte: stagingmumbai_swap_BigDecimal + volume_lte: stagingmumbai_swap_BigDecimal + volume_in: [stagingmumbai_swap_BigDecimal!] + volume_not_in: [stagingmumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapHourlyVolume_filter] - or: [optimismgoerli_swap_SwapHourlyVolume_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SwapHourlyVolume_filter] + or: [stagingmumbai_swap_SwapHourlyVolume_filter] } -enum optimismgoerli_swap_SwapHourlyVolume_orderBy { +enum stagingmumbai_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -59203,13 +57364,13 @@ enum optimismgoerli_swap_SwapHourlyVolume_orderBy { volume } -interface optimismgoerli_swap_SwapTradeVolume { - stableSwap: optimismgoerli_swap_StableSwap! +interface stagingmumbai_swap_SwapTradeVolume { + stableSwap: stagingmumbai_swap_StableSwap! timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! + volume: stagingmumbai_swap_BigDecimal! } -input optimismgoerli_swap_SwapTradeVolume_filter { +input stagingmumbai_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -59230,7 +57391,7 @@ input optimismgoerli_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: stagingmumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -59239,21 +57400,21 @@ input optimismgoerli_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapTradeVolume_filter] - or: [optimismgoerli_swap_SwapTradeVolume_filter] + volume: stagingmumbai_swap_BigDecimal + volume_not: stagingmumbai_swap_BigDecimal + volume_gt: stagingmumbai_swap_BigDecimal + volume_lt: stagingmumbai_swap_BigDecimal + volume_gte: stagingmumbai_swap_BigDecimal + volume_lte: stagingmumbai_swap_BigDecimal + volume_in: [stagingmumbai_swap_BigDecimal!] + volume_not_in: [stagingmumbai_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SwapTradeVolume_filter] + or: [stagingmumbai_swap_SwapTradeVolume_filter] } -enum optimismgoerli_swap_SwapTradeVolume_orderBy { +enum stagingmumbai_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -59275,14 +57436,14 @@ enum optimismgoerli_swap_SwapTradeVolume_orderBy { volume } -type optimismgoerli_swap_SwapWeeklyVolume implements optimismgoerli_swap_SwapTradeVolume { +type stagingmumbai_swap_SwapWeeklyVolume implements stagingmumbai_swap_SwapTradeVolume { id: ID! - stableSwap: optimismgoerli_swap_StableSwap! + stableSwap: stagingmumbai_swap_StableSwap! timestamp: BigInt! - volume: optimismgoerli_swap_BigDecimal! + volume: stagingmumbai_swap_BigDecimal! } -input optimismgoerli_swap_SwapWeeklyVolume_filter { +input stagingmumbai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -59311,7 +57472,7 @@ input optimismgoerli_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismgoerli_swap_StableSwap_filter + stableSwap_: stagingmumbai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -59320,21 +57481,21 @@ input optimismgoerli_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismgoerli_swap_BigDecimal - volume_not: optimismgoerli_swap_BigDecimal - volume_gt: optimismgoerli_swap_BigDecimal - volume_lt: optimismgoerli_swap_BigDecimal - volume_gte: optimismgoerli_swap_BigDecimal - volume_lte: optimismgoerli_swap_BigDecimal - volume_in: [optimismgoerli_swap_BigDecimal!] - volume_not_in: [optimismgoerli_swap_BigDecimal!] + volume: stagingmumbai_swap_BigDecimal + volume_not: stagingmumbai_swap_BigDecimal + volume_gt: stagingmumbai_swap_BigDecimal + volume_lt: stagingmumbai_swap_BigDecimal + volume_gte: stagingmumbai_swap_BigDecimal + volume_lte: stagingmumbai_swap_BigDecimal + volume_in: [stagingmumbai_swap_BigDecimal!] + volume_not_in: [stagingmumbai_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SwapWeeklyVolume_filter] - or: [optimismgoerli_swap_SwapWeeklyVolume_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SwapWeeklyVolume_filter] + or: [stagingmumbai_swap_SwapWeeklyVolume_filter] } -enum optimismgoerli_swap_SwapWeeklyVolume_orderBy { +enum stagingmumbai_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -59357,13 +57518,13 @@ enum optimismgoerli_swap_SwapWeeklyVolume_orderBy { volume } -type optimismgoerli_swap_SystemInfo { +type stagingmumbai_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input optimismgoerli_swap_SystemInfo_filter { +input stagingmumbai_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -59389,20 +57550,20 @@ input optimismgoerli_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_swap_BlockChangedFilter - and: [optimismgoerli_swap_SystemInfo_filter] - or: [optimismgoerli_swap_SystemInfo_filter] + _change_block: stagingmumbai_swap_BlockChangedFilter + and: [stagingmumbai_swap_SystemInfo_filter] + or: [stagingmumbai_swap_SystemInfo_filter] } -enum optimismgoerli_swap_SystemInfo_orderBy { +enum stagingmumbai_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type optimismgoerli_swap__Block_ { +type stagingmumbai_swap__Block_ { """The hash of the block""" - hash: optimismgoerli_swap_Bytes + hash: stagingmumbai_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -59410,7 +57571,7 @@ type optimismgoerli_swap__Block_ { } """The type for the top-level _meta field""" -type optimismgoerli_swap__Meta_ { +type stagingmumbai_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -59418,50 +57579,50 @@ type optimismgoerli_swap__Meta_ { and therefore asks for the latest block """ - block: optimismgoerli_swap__Block_! + block: stagingmumbai_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar optimism_swap_BigDecimal +scalar optimismgoerli_swap_BigDecimal -input optimism_swap_BlockChangedFilter { +input optimismgoerli_swap_BlockChangedFilter { number_gte: Int! } -input optimism_swap_Block_height { - hash: optimism_swap_Bytes +input optimismgoerli_swap_Block_height { + hash: optimismgoerli_swap_Bytes number: Int number_gte: Int } -scalar optimism_swap_Bytes +scalar optimismgoerli_swap_Bytes """ 8 bytes signed integer """ -scalar optimism_swap_Int8 +scalar optimismgoerli_swap_Int8 -type optimism_swap_LpAccount { +type optimismgoerli_swap_LpAccount { id: ID! - address: optimism_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpAccountBalance_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpAccountBalance_filter): [optimism_swap_LpAccountBalance!]! + address: optimismgoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpAccountBalance_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpAccountBalance_filter): [optimismgoerli_swap_LpAccountBalance!]! } -type optimism_swap_LpAccountBalance { +type optimismgoerli_swap_LpAccountBalance { id: ID! - account: optimism_swap_LpAccount! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! + account: optimismgoerli_swap_LpAccount! + token: optimismgoerli_swap_LpToken! + amount: optimismgoerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes } -input optimism_swap_LpAccountBalance_filter { +input optimismgoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -59490,7 +57651,7 @@ input optimism_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: optimism_swap_LpAccount_filter + account_: optimismgoerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -59511,15 +57672,15 @@ input optimism_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] + token_: optimismgoerli_swap_LpToken_filter + amount: optimismgoerli_swap_BigDecimal + amount_not: optimismgoerli_swap_BigDecimal + amount_gt: optimismgoerli_swap_BigDecimal + amount_lt: optimismgoerli_swap_BigDecimal + amount_gte: optimismgoerli_swap_BigDecimal + amount_lte: optimismgoerli_swap_BigDecimal + amount_in: [optimismgoerli_swap_BigDecimal!] + amount_not_in: [optimismgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -59536,23 +57697,23 @@ input optimism_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpAccountBalance_filter] - or: [optimism_swap_LpAccountBalance_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpAccountBalance_filter] + or: [optimismgoerli_swap_LpAccountBalance_filter] } -enum optimism_swap_LpAccountBalance_orderBy { +enum optimismgoerli_swap_LpAccountBalance_orderBy { id account account__id @@ -59570,7 +57731,7 @@ enum optimism_swap_LpAccountBalance_orderBy { transaction } -input optimism_swap_LpAccount_filter { +input optimismgoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -59579,51 +57740,51 @@ input optimism_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimism_swap_Bytes - address_not: optimism_swap_Bytes - address_gt: optimism_swap_Bytes - address_lt: optimism_swap_Bytes - address_gte: optimism_swap_Bytes - address_lte: optimism_swap_Bytes - address_in: [optimism_swap_Bytes!] - address_not_in: [optimism_swap_Bytes!] - address_contains: optimism_swap_Bytes - address_not_contains: optimism_swap_Bytes - balances_: optimism_swap_LpAccountBalance_filter + address: optimismgoerli_swap_Bytes + address_not: optimismgoerli_swap_Bytes + address_gt: optimismgoerli_swap_Bytes + address_lt: optimismgoerli_swap_Bytes + address_gte: optimismgoerli_swap_Bytes + address_lte: optimismgoerli_swap_Bytes + address_in: [optimismgoerli_swap_Bytes!] + address_not_in: [optimismgoerli_swap_Bytes!] + address_contains: optimismgoerli_swap_Bytes + address_not_contains: optimismgoerli_swap_Bytes + balances_: optimismgoerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpAccount_filter] - or: [optimism_swap_LpAccount_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpAccount_filter] + or: [optimismgoerli_swap_LpAccount_filter] } -enum optimism_swap_LpAccount_orderBy { +enum optimismgoerli_swap_LpAccount_orderBy { id address balances } -type optimism_swap_LpToken { +type optimismgoerli_swap_LpToken { id: ID! - address: optimism_swap_Bytes! - stableSwap: optimism_swap_StableSwap! + address: optimismgoerli_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: optimism_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpTokenEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpTokenEvent_filter): [optimism_swap_LpTokenEvent!]! + totalSupply: optimismgoerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_LpTokenEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_LpTokenEvent_filter): [optimismgoerli_swap_LpTokenEvent!]! } -interface optimism_swap_LpTokenEvent { +interface optimismgoerli_swap_LpTokenEvent { id: ID! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! + token: optimismgoerli_swap_LpToken! + amount: optimismgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input optimism_swap_LpTokenEvent_filter { +input optimismgoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -59652,15 +57813,15 @@ input optimism_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] + token_: optimismgoerli_swap_LpToken_filter + amount: optimismgoerli_swap_BigDecimal + amount_not: optimismgoerli_swap_BigDecimal + amount_gt: optimismgoerli_swap_BigDecimal + amount_lt: optimismgoerli_swap_BigDecimal + amount_gte: optimismgoerli_swap_BigDecimal + amount_lte: optimismgoerli_swap_BigDecimal + amount_in: [optimismgoerli_swap_BigDecimal!] + amount_not_in: [optimismgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -59677,16 +57838,16 @@ input optimism_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -59696,12 +57857,12 @@ input optimism_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpTokenEvent_filter] - or: [optimism_swap_LpTokenEvent_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpTokenEvent_filter] + or: [optimismgoerli_swap_LpTokenEvent_filter] } -enum optimism_swap_LpTokenEvent_orderBy { +enum optimismgoerli_swap_LpTokenEvent_orderBy { id token token__id @@ -59717,7 +57878,7 @@ enum optimism_swap_LpTokenEvent_orderBy { nonce } -input optimism_swap_LpToken_filter { +input optimismgoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -59726,16 +57887,16 @@ input optimism_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimism_swap_Bytes - address_not: optimism_swap_Bytes - address_gt: optimism_swap_Bytes - address_lt: optimism_swap_Bytes - address_gte: optimism_swap_Bytes - address_lte: optimism_swap_Bytes - address_in: [optimism_swap_Bytes!] - address_not_in: [optimism_swap_Bytes!] - address_contains: optimism_swap_Bytes - address_not_contains: optimism_swap_Bytes + address: optimismgoerli_swap_Bytes + address_not: optimismgoerli_swap_Bytes + address_gt: optimismgoerli_swap_Bytes + address_lt: optimismgoerli_swap_Bytes + address_gte: optimismgoerli_swap_Bytes + address_lte: optimismgoerli_swap_Bytes + address_in: [optimismgoerli_swap_Bytes!] + address_not_in: [optimismgoerli_swap_Bytes!] + address_contains: optimismgoerli_swap_Bytes + address_not_contains: optimismgoerli_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -59756,7 +57917,7 @@ input optimism_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: optimismgoerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -59805,22 +57966,22 @@ input optimism_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: optimism_swap_BigDecimal - totalSupply_not: optimism_swap_BigDecimal - totalSupply_gt: optimism_swap_BigDecimal - totalSupply_lt: optimism_swap_BigDecimal - totalSupply_gte: optimism_swap_BigDecimal - totalSupply_lte: optimism_swap_BigDecimal - totalSupply_in: [optimism_swap_BigDecimal!] - totalSupply_not_in: [optimism_swap_BigDecimal!] - events_: optimism_swap_LpTokenEvent_filter + totalSupply: optimismgoerli_swap_BigDecimal + totalSupply_not: optimismgoerli_swap_BigDecimal + totalSupply_gt: optimismgoerli_swap_BigDecimal + totalSupply_lt: optimismgoerli_swap_BigDecimal + totalSupply_gte: optimismgoerli_swap_BigDecimal + totalSupply_lte: optimismgoerli_swap_BigDecimal + totalSupply_in: [optimismgoerli_swap_BigDecimal!] + totalSupply_not_in: [optimismgoerli_swap_BigDecimal!] + events_: optimismgoerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpToken_filter] - or: [optimism_swap_LpToken_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpToken_filter] + or: [optimismgoerli_swap_LpToken_filter] } -enum optimism_swap_LpToken_orderBy { +enum optimismgoerli_swap_LpToken_orderBy { id address stableSwap @@ -59847,21 +58008,21 @@ enum optimism_swap_LpToken_orderBy { events } -type optimism_swap_LpTransferEvent implements optimism_swap_LpTokenEvent { +type optimismgoerli_swap_LpTransferEvent implements optimismgoerli_swap_LpTokenEvent { id: ID! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! - from: optimism_swap_Bytes! - to: optimism_swap_Bytes! - fromBalance: optimism_swap_BigDecimal! - toBalance: optimism_swap_BigDecimal! + token: optimismgoerli_swap_LpToken! + amount: optimismgoerli_swap_BigDecimal! + from: optimismgoerli_swap_Bytes! + to: optimismgoerli_swap_Bytes! + fromBalance: optimismgoerli_swap_BigDecimal! + toBalance: optimismgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input optimism_swap_LpTransferEvent_filter { +input optimismgoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -59890,51 +58051,51 @@ input optimism_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] - from: optimism_swap_Bytes - from_not: optimism_swap_Bytes - from_gt: optimism_swap_Bytes - from_lt: optimism_swap_Bytes - from_gte: optimism_swap_Bytes - from_lte: optimism_swap_Bytes - from_in: [optimism_swap_Bytes!] - from_not_in: [optimism_swap_Bytes!] - from_contains: optimism_swap_Bytes - from_not_contains: optimism_swap_Bytes - to: optimism_swap_Bytes - to_not: optimism_swap_Bytes - to_gt: optimism_swap_Bytes - to_lt: optimism_swap_Bytes - to_gte: optimism_swap_Bytes - to_lte: optimism_swap_Bytes - to_in: [optimism_swap_Bytes!] - to_not_in: [optimism_swap_Bytes!] - to_contains: optimism_swap_Bytes - to_not_contains: optimism_swap_Bytes - fromBalance: optimism_swap_BigDecimal - fromBalance_not: optimism_swap_BigDecimal - fromBalance_gt: optimism_swap_BigDecimal - fromBalance_lt: optimism_swap_BigDecimal - fromBalance_gte: optimism_swap_BigDecimal - fromBalance_lte: optimism_swap_BigDecimal - fromBalance_in: [optimism_swap_BigDecimal!] - fromBalance_not_in: [optimism_swap_BigDecimal!] - toBalance: optimism_swap_BigDecimal - toBalance_not: optimism_swap_BigDecimal - toBalance_gt: optimism_swap_BigDecimal - toBalance_lt: optimism_swap_BigDecimal - toBalance_gte: optimism_swap_BigDecimal - toBalance_lte: optimism_swap_BigDecimal - toBalance_in: [optimism_swap_BigDecimal!] - toBalance_not_in: [optimism_swap_BigDecimal!] + token_: optimismgoerli_swap_LpToken_filter + amount: optimismgoerli_swap_BigDecimal + amount_not: optimismgoerli_swap_BigDecimal + amount_gt: optimismgoerli_swap_BigDecimal + amount_lt: optimismgoerli_swap_BigDecimal + amount_gte: optimismgoerli_swap_BigDecimal + amount_lte: optimismgoerli_swap_BigDecimal + amount_in: [optimismgoerli_swap_BigDecimal!] + amount_not_in: [optimismgoerli_swap_BigDecimal!] + from: optimismgoerli_swap_Bytes + from_not: optimismgoerli_swap_Bytes + from_gt: optimismgoerli_swap_Bytes + from_lt: optimismgoerli_swap_Bytes + from_gte: optimismgoerli_swap_Bytes + from_lte: optimismgoerli_swap_Bytes + from_in: [optimismgoerli_swap_Bytes!] + from_not_in: [optimismgoerli_swap_Bytes!] + from_contains: optimismgoerli_swap_Bytes + from_not_contains: optimismgoerli_swap_Bytes + to: optimismgoerli_swap_Bytes + to_not: optimismgoerli_swap_Bytes + to_gt: optimismgoerli_swap_Bytes + to_lt: optimismgoerli_swap_Bytes + to_gte: optimismgoerli_swap_Bytes + to_lte: optimismgoerli_swap_Bytes + to_in: [optimismgoerli_swap_Bytes!] + to_not_in: [optimismgoerli_swap_Bytes!] + to_contains: optimismgoerli_swap_Bytes + to_not_contains: optimismgoerli_swap_Bytes + fromBalance: optimismgoerli_swap_BigDecimal + fromBalance_not: optimismgoerli_swap_BigDecimal + fromBalance_gt: optimismgoerli_swap_BigDecimal + fromBalance_lt: optimismgoerli_swap_BigDecimal + fromBalance_gte: optimismgoerli_swap_BigDecimal + fromBalance_lte: optimismgoerli_swap_BigDecimal + fromBalance_in: [optimismgoerli_swap_BigDecimal!] + fromBalance_not_in: [optimismgoerli_swap_BigDecimal!] + toBalance: optimismgoerli_swap_BigDecimal + toBalance_not: optimismgoerli_swap_BigDecimal + toBalance_gt: optimismgoerli_swap_BigDecimal + toBalance_lt: optimismgoerli_swap_BigDecimal + toBalance_gte: optimismgoerli_swap_BigDecimal + toBalance_lte: optimismgoerli_swap_BigDecimal + toBalance_in: [optimismgoerli_swap_BigDecimal!] + toBalance_not_in: [optimismgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -59951,16 +58112,16 @@ input optimism_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -59970,12 +58131,12 @@ input optimism_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpTransferEvent_filter] - or: [optimism_swap_LpTransferEvent_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_LpTransferEvent_filter] + or: [optimismgoerli_swap_LpTransferEvent_filter] } -enum optimism_swap_LpTransferEvent_orderBy { +enum optimismgoerli_swap_LpTransferEvent_orderBy { id token token__id @@ -59996,17 +58157,17 @@ enum optimism_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimism_swap_OrderDirection { +enum optimismgoerli_swap_OrderDirection { asc desc } -type optimism_swap_PooledToken { +type optimismgoerli_swap_PooledToken { id: ID! - asset: optimism_swap_Bytes! + asset: optimismgoerli_swap_Bytes! } -input optimism_swap_PooledToken_filter { +input optimismgoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -60015,59 +58176,59 @@ input optimism_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: optimism_swap_Bytes - asset_not: optimism_swap_Bytes - asset_gt: optimism_swap_Bytes - asset_lt: optimism_swap_Bytes - asset_gte: optimism_swap_Bytes - asset_lte: optimism_swap_Bytes - asset_in: [optimism_swap_Bytes!] - asset_not_in: [optimism_swap_Bytes!] - asset_contains: optimism_swap_Bytes - asset_not_contains: optimism_swap_Bytes + asset: optimismgoerli_swap_Bytes + asset_not: optimismgoerli_swap_Bytes + asset_gt: optimismgoerli_swap_Bytes + asset_lt: optimismgoerli_swap_Bytes + asset_gte: optimismgoerli_swap_Bytes + asset_lte: optimismgoerli_swap_Bytes + asset_in: [optimismgoerli_swap_Bytes!] + asset_not_in: [optimismgoerli_swap_Bytes!] + asset_contains: optimismgoerli_swap_Bytes + asset_not_contains: optimismgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_PooledToken_filter] - or: [optimism_swap_PooledToken_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_PooledToken_filter] + or: [optimismgoerli_swap_PooledToken_filter] } -enum optimism_swap_PooledToken_orderBy { +enum optimismgoerli_swap_PooledToken_orderBy { id asset } -type optimism_swap_StableSwap { +type optimismgoerli_swap_StableSwap { id: ID! isActive: Boolean - key: optimism_swap_Bytes! - canonicalId: optimism_swap_Bytes + key: optimismgoerli_swap_Bytes! + canonicalId: optimismgoerli_swap_Bytes domain: BigInt - swapPool: optimism_swap_Bytes - lpToken: optimism_swap_Bytes + swapPool: optimismgoerli_swap_Bytes + lpToken: optimismgoerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [optimism_swap_Bytes!]! + pooledTokens: [optimismgoerli_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapEvent_filter): [optimism_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapExchange_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapExchange_filter): [optimism_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapHourlyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapHourlyVolume_filter): [optimism_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapDailyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapDailyVolume_filter): [optimism_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapWeeklyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapWeeklyVolume_filter): [optimism_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_StableSwapEvent_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapEvent_filter): [optimismgoerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_StableSwapExchange_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_StableSwapExchange_filter): [optimismgoerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapHourlyVolume_filter): [optimismgoerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapDailyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapDailyVolume_filter): [optimismgoerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: optimismgoerli_swap_OrderDirection, where: optimismgoerli_swap_SwapWeeklyVolume_filter): [optimismgoerli_swap_SwapWeeklyVolume!] } -type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSwapEvent { +type optimismgoerli_swap_StableSwapAddLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: optimism_swap_StableSwap! - provider: optimism_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + provider: optimismgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -60076,11 +58237,11 @@ type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSw balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapAddLiquidityEvent_filter { +input optimismgoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -60109,17 +58270,17 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - provider: optimism_swap_Bytes - provider_not: optimism_swap_Bytes - provider_gt: optimism_swap_Bytes - provider_lt: optimism_swap_Bytes - provider_gte: optimism_swap_Bytes - provider_lte: optimism_swap_Bytes - provider_in: [optimism_swap_Bytes!] - provider_not_in: [optimism_swap_Bytes!] - provider_contains: optimism_swap_Bytes - provider_not_contains: optimism_swap_Bytes + stableSwap_: optimismgoerli_swap_StableSwap_filter + provider: optimismgoerli_swap_Bytes + provider_not: optimismgoerli_swap_Bytes + provider_gt: optimismgoerli_swap_Bytes + provider_lt: optimismgoerli_swap_Bytes + provider_gte: optimismgoerli_swap_Bytes + provider_lte: optimismgoerli_swap_Bytes + provider_in: [optimismgoerli_swap_Bytes!] + provider_not_in: [optimismgoerli_swap_Bytes!] + provider_contains: optimismgoerli_swap_Bytes + provider_not_contains: optimismgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -60178,16 +58339,16 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -60197,12 +58358,12 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapAddLiquidityEvent_filter] - or: [optimism_swap_StableSwapAddLiquidityEvent_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [optimismgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { +enum optimismgoerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -60234,16 +58395,16 @@ enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface optimism_swap_StableSwapEvent { +interface optimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapEvent_filter { +input optimismgoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -60272,7 +58433,7 @@ input optimism_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: optimismgoerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -60289,16 +58450,16 @@ input optimism_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -60308,12 +58469,12 @@ input optimism_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapEvent_filter] - or: [optimism_swap_StableSwapEvent_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapEvent_filter] + or: [optimismgoerli_swap_StableSwapEvent_filter] } -enum optimism_swap_StableSwapEvent_orderBy { +enum optimismgoerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -60338,10 +58499,10 @@ enum optimism_swap_StableSwapEvent_orderBy { nonce } -type optimism_swap_StableSwapExchange { +type optimismgoerli_swap_StableSwapExchange { id: ID! - stableSwap: optimism_swap_StableSwap! - buyer: optimism_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + buyer: optimismgoerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -60350,11 +58511,11 @@ type optimism_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapExchange_filter { +input optimismgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -60383,17 +58544,17 @@ input optimism_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - buyer: optimism_swap_Bytes - buyer_not: optimism_swap_Bytes - buyer_gt: optimism_swap_Bytes - buyer_lt: optimism_swap_Bytes - buyer_gte: optimism_swap_Bytes - buyer_lte: optimism_swap_Bytes - buyer_in: [optimism_swap_Bytes!] - buyer_not_in: [optimism_swap_Bytes!] - buyer_contains: optimism_swap_Bytes - buyer_not_contains: optimism_swap_Bytes + stableSwap_: optimismgoerli_swap_StableSwap_filter + buyer: optimismgoerli_swap_Bytes + buyer_not: optimismgoerli_swap_Bytes + buyer_gt: optimismgoerli_swap_Bytes + buyer_lt: optimismgoerli_swap_Bytes + buyer_gte: optimismgoerli_swap_Bytes + buyer_lte: optimismgoerli_swap_Bytes + buyer_in: [optimismgoerli_swap_Bytes!] + buyer_not_in: [optimismgoerli_swap_Bytes!] + buyer_contains: optimismgoerli_swap_Bytes + buyer_not_contains: optimismgoerli_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -60456,16 +58617,16 @@ input optimism_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -60475,12 +58636,12 @@ input optimism_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapExchange_filter] - or: [optimism_swap_StableSwapExchange_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapExchange_filter] + or: [optimismgoerli_swap_StableSwapExchange_filter] } -enum optimism_swap_StableSwapExchange_orderBy { +enum optimismgoerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -60512,10 +58673,10 @@ enum optimism_swap_StableSwapExchange_orderBy { nonce } -type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_StableSwapEvent { +type optimismgoerli_swap_StableSwapRemoveLiquidityEvent implements optimismgoerli_swap_StableSwapEvent { id: ID! - stableSwap: optimism_swap_StableSwap! - provider: optimism_swap_Bytes! + stableSwap: optimismgoerli_swap_StableSwap! + provider: optimismgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -60524,11 +58685,11 @@ type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_Stabl balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: optimismgoerli_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapRemoveLiquidityEvent_filter { +input optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -60557,17 +58718,17 @@ input optimism_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - provider: optimism_swap_Bytes - provider_not: optimism_swap_Bytes - provider_gt: optimism_swap_Bytes - provider_lt: optimism_swap_Bytes - provider_gte: optimism_swap_Bytes - provider_lte: optimism_swap_Bytes - provider_in: [optimism_swap_Bytes!] - provider_not_in: [optimism_swap_Bytes!] - provider_contains: optimism_swap_Bytes - provider_not_contains: optimism_swap_Bytes + stableSwap_: optimismgoerli_swap_StableSwap_filter + provider: optimismgoerli_swap_Bytes + provider_not: optimismgoerli_swap_Bytes + provider_gt: optimismgoerli_swap_Bytes + provider_lt: optimismgoerli_swap_Bytes + provider_gte: optimismgoerli_swap_Bytes + provider_lte: optimismgoerli_swap_Bytes + provider_in: [optimismgoerli_swap_Bytes!] + provider_not_in: [optimismgoerli_swap_Bytes!] + provider_contains: optimismgoerli_swap_Bytes + provider_not_contains: optimismgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -60626,16 +58787,16 @@ input optimism_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: optimismgoerli_swap_Bytes + transaction_not: optimismgoerli_swap_Bytes + transaction_gt: optimismgoerli_swap_Bytes + transaction_lt: optimismgoerli_swap_Bytes + transaction_gte: optimismgoerli_swap_Bytes + transaction_lte: optimismgoerli_swap_Bytes + transaction_in: [optimismgoerli_swap_Bytes!] + transaction_not_in: [optimismgoerli_swap_Bytes!] + transaction_contains: optimismgoerli_swap_Bytes + transaction_not_contains: optimismgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -60645,12 +58806,12 @@ input optimism_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] - or: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimismgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum optimismgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -60682,7 +58843,7 @@ enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input optimism_swap_StableSwap_filter { +input optimismgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -60695,26 +58856,26 @@ input optimism_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: optimism_swap_Bytes - key_not: optimism_swap_Bytes - key_gt: optimism_swap_Bytes - key_lt: optimism_swap_Bytes - key_gte: optimism_swap_Bytes - key_lte: optimism_swap_Bytes - key_in: [optimism_swap_Bytes!] - key_not_in: [optimism_swap_Bytes!] - key_contains: optimism_swap_Bytes - key_not_contains: optimism_swap_Bytes - canonicalId: optimism_swap_Bytes - canonicalId_not: optimism_swap_Bytes - canonicalId_gt: optimism_swap_Bytes - canonicalId_lt: optimism_swap_Bytes - canonicalId_gte: optimism_swap_Bytes - canonicalId_lte: optimism_swap_Bytes - canonicalId_in: [optimism_swap_Bytes!] - canonicalId_not_in: [optimism_swap_Bytes!] - canonicalId_contains: optimism_swap_Bytes - canonicalId_not_contains: optimism_swap_Bytes + key: optimismgoerli_swap_Bytes + key_not: optimismgoerli_swap_Bytes + key_gt: optimismgoerli_swap_Bytes + key_lt: optimismgoerli_swap_Bytes + key_gte: optimismgoerli_swap_Bytes + key_lte: optimismgoerli_swap_Bytes + key_in: [optimismgoerli_swap_Bytes!] + key_not_in: [optimismgoerli_swap_Bytes!] + key_contains: optimismgoerli_swap_Bytes + key_not_contains: optimismgoerli_swap_Bytes + canonicalId: optimismgoerli_swap_Bytes + canonicalId_not: optimismgoerli_swap_Bytes + canonicalId_gt: optimismgoerli_swap_Bytes + canonicalId_lt: optimismgoerli_swap_Bytes + canonicalId_gte: optimismgoerli_swap_Bytes + canonicalId_lte: optimismgoerli_swap_Bytes + canonicalId_in: [optimismgoerli_swap_Bytes!] + canonicalId_not_in: [optimismgoerli_swap_Bytes!] + canonicalId_contains: optimismgoerli_swap_Bytes + canonicalId_not_contains: optimismgoerli_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -60723,26 +58884,26 @@ input optimism_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: optimism_swap_Bytes - swapPool_not: optimism_swap_Bytes - swapPool_gt: optimism_swap_Bytes - swapPool_lt: optimism_swap_Bytes - swapPool_gte: optimism_swap_Bytes - swapPool_lte: optimism_swap_Bytes - swapPool_in: [optimism_swap_Bytes!] - swapPool_not_in: [optimism_swap_Bytes!] - swapPool_contains: optimism_swap_Bytes - swapPool_not_contains: optimism_swap_Bytes - lpToken: optimism_swap_Bytes - lpToken_not: optimism_swap_Bytes - lpToken_gt: optimism_swap_Bytes - lpToken_lt: optimism_swap_Bytes - lpToken_gte: optimism_swap_Bytes - lpToken_lte: optimism_swap_Bytes - lpToken_in: [optimism_swap_Bytes!] - lpToken_not_in: [optimism_swap_Bytes!] - lpToken_contains: optimism_swap_Bytes - lpToken_not_contains: optimism_swap_Bytes + swapPool: optimismgoerli_swap_Bytes + swapPool_not: optimismgoerli_swap_Bytes + swapPool_gt: optimismgoerli_swap_Bytes + swapPool_lt: optimismgoerli_swap_Bytes + swapPool_gte: optimismgoerli_swap_Bytes + swapPool_lte: optimismgoerli_swap_Bytes + swapPool_in: [optimismgoerli_swap_Bytes!] + swapPool_not_in: [optimismgoerli_swap_Bytes!] + swapPool_contains: optimismgoerli_swap_Bytes + swapPool_not_contains: optimismgoerli_swap_Bytes + lpToken: optimismgoerli_swap_Bytes + lpToken_not: optimismgoerli_swap_Bytes + lpToken_gt: optimismgoerli_swap_Bytes + lpToken_lt: optimismgoerli_swap_Bytes + lpToken_gte: optimismgoerli_swap_Bytes + lpToken_lte: optimismgoerli_swap_Bytes + lpToken_in: [optimismgoerli_swap_Bytes!] + lpToken_not_in: [optimismgoerli_swap_Bytes!] + lpToken_contains: optimismgoerli_swap_Bytes + lpToken_not_contains: optimismgoerli_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -60791,12 +58952,12 @@ input optimism_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [optimism_swap_Bytes!] - pooledTokens_not: [optimism_swap_Bytes!] - pooledTokens_contains: [optimism_swap_Bytes!] - pooledTokens_contains_nocase: [optimism_swap_Bytes!] - pooledTokens_not_contains: [optimism_swap_Bytes!] - pooledTokens_not_contains_nocase: [optimism_swap_Bytes!] + pooledTokens: [optimismgoerli_swap_Bytes!] + pooledTokens_not: [optimismgoerli_swap_Bytes!] + pooledTokens_contains: [optimismgoerli_swap_Bytes!] + pooledTokens_contains_nocase: [optimismgoerli_swap_Bytes!] + pooledTokens_not_contains: [optimismgoerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [optimismgoerli_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -60839,18 +59000,18 @@ input optimism_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: optimism_swap_StableSwapEvent_filter - exchanges_: optimism_swap_StableSwapExchange_filter - hourlyVolumes_: optimism_swap_SwapHourlyVolume_filter - dailyVolumes_: optimism_swap_SwapDailyVolume_filter - weeklyVolumes_: optimism_swap_SwapWeeklyVolume_filter + events_: optimismgoerli_swap_StableSwapEvent_filter + exchanges_: optimismgoerli_swap_StableSwapExchange_filter + hourlyVolumes_: optimismgoerli_swap_SwapHourlyVolume_filter + dailyVolumes_: optimismgoerli_swap_SwapDailyVolume_filter + weeklyVolumes_: optimismgoerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwap_filter] - or: [optimism_swap_StableSwap_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_StableSwap_filter] + or: [optimismgoerli_swap_StableSwap_filter] } -enum optimism_swap_StableSwap_orderBy { +enum optimismgoerli_swap_StableSwap_orderBy { id isActive key @@ -60878,14 +59039,14 @@ enum optimism_swap_StableSwap_orderBy { weeklyVolumes } -type optimism_swap_SwapDailyVolume implements optimism_swap_SwapTradeVolume { +type optimismgoerli_swap_SwapDailyVolume implements optimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input optimism_swap_SwapDailyVolume_filter { +input optimismgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -60914,7 +59075,7 @@ input optimism_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -60923,21 +59084,21 @@ input optimism_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: optimismgoerli_swap_BigDecimal + volume_not: optimismgoerli_swap_BigDecimal + volume_gt: optimismgoerli_swap_BigDecimal + volume_lt: optimismgoerli_swap_BigDecimal + volume_gte: optimismgoerli_swap_BigDecimal + volume_lte: optimismgoerli_swap_BigDecimal + volume_in: [optimismgoerli_swap_BigDecimal!] + volume_not_in: [optimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapDailyVolume_filter] - or: [optimism_swap_SwapDailyVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapDailyVolume_filter] + or: [optimismgoerli_swap_SwapDailyVolume_filter] } -enum optimism_swap_SwapDailyVolume_orderBy { +enum optimismgoerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -60960,14 +59121,14 @@ enum optimism_swap_SwapDailyVolume_orderBy { volume } -type optimism_swap_SwapHourlyVolume implements optimism_swap_SwapTradeVolume { +type optimismgoerli_swap_SwapHourlyVolume implements optimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input optimism_swap_SwapHourlyVolume_filter { +input optimismgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -60996,7 +59157,7 @@ input optimism_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -61005,21 +59166,21 @@ input optimism_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: optimismgoerli_swap_BigDecimal + volume_not: optimismgoerli_swap_BigDecimal + volume_gt: optimismgoerli_swap_BigDecimal + volume_lt: optimismgoerli_swap_BigDecimal + volume_gte: optimismgoerli_swap_BigDecimal + volume_lte: optimismgoerli_swap_BigDecimal + volume_in: [optimismgoerli_swap_BigDecimal!] + volume_not_in: [optimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapHourlyVolume_filter] - or: [optimism_swap_SwapHourlyVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapHourlyVolume_filter] + or: [optimismgoerli_swap_SwapHourlyVolume_filter] } -enum optimism_swap_SwapHourlyVolume_orderBy { +enum optimismgoerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -61042,13 +59203,13 @@ enum optimism_swap_SwapHourlyVolume_orderBy { volume } -interface optimism_swap_SwapTradeVolume { - stableSwap: optimism_swap_StableSwap! +interface optimismgoerli_swap_SwapTradeVolume { + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input optimism_swap_SwapTradeVolume_filter { +input optimismgoerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -61069,7 +59230,7 @@ input optimism_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -61078,21 +59239,21 @@ input optimism_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: optimismgoerli_swap_BigDecimal + volume_not: optimismgoerli_swap_BigDecimal + volume_gt: optimismgoerli_swap_BigDecimal + volume_lt: optimismgoerli_swap_BigDecimal + volume_gte: optimismgoerli_swap_BigDecimal + volume_lte: optimismgoerli_swap_BigDecimal + volume_in: [optimismgoerli_swap_BigDecimal!] + volume_not_in: [optimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapTradeVolume_filter] - or: [optimism_swap_SwapTradeVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapTradeVolume_filter] + or: [optimismgoerli_swap_SwapTradeVolume_filter] } -enum optimism_swap_SwapTradeVolume_orderBy { +enum optimismgoerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -61114,14 +59275,14 @@ enum optimism_swap_SwapTradeVolume_orderBy { volume } -type optimism_swap_SwapWeeklyVolume implements optimism_swap_SwapTradeVolume { +type optimismgoerli_swap_SwapWeeklyVolume implements optimismgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: optimismgoerli_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: optimismgoerli_swap_BigDecimal! } -input optimism_swap_SwapWeeklyVolume_filter { +input optimismgoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -61150,7 +59311,7 @@ input optimism_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: optimismgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -61159,21 +59320,21 @@ input optimism_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: optimismgoerli_swap_BigDecimal + volume_not: optimismgoerli_swap_BigDecimal + volume_gt: optimismgoerli_swap_BigDecimal + volume_lt: optimismgoerli_swap_BigDecimal + volume_gte: optimismgoerli_swap_BigDecimal + volume_lte: optimismgoerli_swap_BigDecimal + volume_in: [optimismgoerli_swap_BigDecimal!] + volume_not_in: [optimismgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapWeeklyVolume_filter] - or: [optimism_swap_SwapWeeklyVolume_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SwapWeeklyVolume_filter] + or: [optimismgoerli_swap_SwapWeeklyVolume_filter] } -enum optimism_swap_SwapWeeklyVolume_orderBy { +enum optimismgoerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -61196,13 +59357,13 @@ enum optimism_swap_SwapWeeklyVolume_orderBy { volume } -type optimism_swap_SystemInfo { +type optimismgoerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input optimism_swap_SystemInfo_filter { +input optimismgoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -61228,20 +59389,20 @@ input optimism_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SystemInfo_filter] - or: [optimism_swap_SystemInfo_filter] + _change_block: optimismgoerli_swap_BlockChangedFilter + and: [optimismgoerli_swap_SystemInfo_filter] + or: [optimismgoerli_swap_SystemInfo_filter] } -enum optimism_swap_SystemInfo_orderBy { +enum optimismgoerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type optimism_swap__Block_ { +type optimismgoerli_swap__Block_ { """The hash of the block""" - hash: optimism_swap_Bytes + hash: optimismgoerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -61249,7 +59410,7 @@ type optimism_swap__Block_ { } """The type for the top-level _meta field""" -type optimism_swap__Meta_ { +type optimismgoerli_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -61257,50 +59418,50 @@ type optimism_swap__Meta_ { and therefore asks for the latest block """ - block: optimism_swap__Block_! + block: optimismgoerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar arbitrumone_swap_BigDecimal +scalar arbitrumgoerli_swap_BigDecimal -input arbitrumone_swap_BlockChangedFilter { +input arbitrumgoerli_swap_BlockChangedFilter { number_gte: Int! } -input arbitrumone_swap_Block_height { - hash: arbitrumone_swap_Bytes +input arbitrumgoerli_swap_Block_height { + hash: arbitrumgoerli_swap_Bytes number: Int number_gte: Int } -scalar arbitrumone_swap_Bytes +scalar arbitrumgoerli_swap_Bytes """ 8 bytes signed integer """ -scalar arbitrumone_swap_Int8 +scalar arbitrumgoerli_swap_Int8 -type arbitrumone_swap_LpAccount { +type arbitrumgoerli_swap_LpAccount { id: ID! - address: arbitrumone_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpAccountBalance_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpAccountBalance_filter): [arbitrumone_swap_LpAccountBalance!]! + address: arbitrumgoerli_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_LpAccountBalance_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_LpAccountBalance_filter): [arbitrumgoerli_swap_LpAccountBalance!]! } -type arbitrumone_swap_LpAccountBalance { +type arbitrumgoerli_swap_LpAccountBalance { id: ID! - account: arbitrumone_swap_LpAccount! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! + account: arbitrumgoerli_swap_LpAccount! + token: arbitrumgoerli_swap_LpToken! + amount: arbitrumgoerli_swap_BigDecimal! block: BigInt modified: BigInt - transaction: arbitrumone_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes } -input arbitrumone_swap_LpAccountBalance_filter { +input arbitrumgoerli_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -61329,7 +59490,7 @@ input arbitrumone_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: arbitrumone_swap_LpAccount_filter + account_: arbitrumgoerli_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -61350,15 +59511,15 @@ input arbitrumone_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] + token_: arbitrumgoerli_swap_LpToken_filter + amount: arbitrumgoerli_swap_BigDecimal + amount_not: arbitrumgoerli_swap_BigDecimal + amount_gt: arbitrumgoerli_swap_BigDecimal + amount_lt: arbitrumgoerli_swap_BigDecimal + amount_gte: arbitrumgoerli_swap_BigDecimal + amount_lte: arbitrumgoerli_swap_BigDecimal + amount_in: [arbitrumgoerli_swap_BigDecimal!] + amount_not_in: [arbitrumgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -61375,23 +59536,23 @@ input arbitrumone_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccountBalance_filter] - or: [arbitrumone_swap_LpAccountBalance_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpAccountBalance_filter] + or: [arbitrumgoerli_swap_LpAccountBalance_filter] } -enum arbitrumone_swap_LpAccountBalance_orderBy { +enum arbitrumgoerli_swap_LpAccountBalance_orderBy { id account account__id @@ -61409,7 +59570,7 @@ enum arbitrumone_swap_LpAccountBalance_orderBy { transaction } -input arbitrumone_swap_LpAccount_filter { +input arbitrumgoerli_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -61418,51 +59579,51 @@ input arbitrumone_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumone_swap_Bytes - address_not: arbitrumone_swap_Bytes - address_gt: arbitrumone_swap_Bytes - address_lt: arbitrumone_swap_Bytes - address_gte: arbitrumone_swap_Bytes - address_lte: arbitrumone_swap_Bytes - address_in: [arbitrumone_swap_Bytes!] - address_not_in: [arbitrumone_swap_Bytes!] - address_contains: arbitrumone_swap_Bytes - address_not_contains: arbitrumone_swap_Bytes - balances_: arbitrumone_swap_LpAccountBalance_filter + address: arbitrumgoerli_swap_Bytes + address_not: arbitrumgoerli_swap_Bytes + address_gt: arbitrumgoerli_swap_Bytes + address_lt: arbitrumgoerli_swap_Bytes + address_gte: arbitrumgoerli_swap_Bytes + address_lte: arbitrumgoerli_swap_Bytes + address_in: [arbitrumgoerli_swap_Bytes!] + address_not_in: [arbitrumgoerli_swap_Bytes!] + address_contains: arbitrumgoerli_swap_Bytes + address_not_contains: arbitrumgoerli_swap_Bytes + balances_: arbitrumgoerli_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccount_filter] - or: [arbitrumone_swap_LpAccount_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpAccount_filter] + or: [arbitrumgoerli_swap_LpAccount_filter] } -enum arbitrumone_swap_LpAccount_orderBy { +enum arbitrumgoerli_swap_LpAccount_orderBy { id address balances } -type arbitrumone_swap_LpToken { +type arbitrumgoerli_swap_LpToken { id: ID! - address: arbitrumone_swap_Bytes! - stableSwap: arbitrumone_swap_StableSwap! + address: arbitrumgoerli_swap_Bytes! + stableSwap: arbitrumgoerli_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: arbitrumone_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpTokenEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpTokenEvent_filter): [arbitrumone_swap_LpTokenEvent!]! + totalSupply: arbitrumgoerli_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_LpTokenEvent_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_LpTokenEvent_filter): [arbitrumgoerli_swap_LpTokenEvent!]! } -interface arbitrumone_swap_LpTokenEvent { +interface arbitrumgoerli_swap_LpTokenEvent { id: ID! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! + token: arbitrumgoerli_swap_LpToken! + amount: arbitrumgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_LpTokenEvent_filter { +input arbitrumgoerli_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -61491,15 +59652,15 @@ input arbitrumone_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] + token_: arbitrumgoerli_swap_LpToken_filter + amount: arbitrumgoerli_swap_BigDecimal + amount_not: arbitrumgoerli_swap_BigDecimal + amount_gt: arbitrumgoerli_swap_BigDecimal + amount_lt: arbitrumgoerli_swap_BigDecimal + amount_gte: arbitrumgoerli_swap_BigDecimal + amount_lte: arbitrumgoerli_swap_BigDecimal + amount_in: [arbitrumgoerli_swap_BigDecimal!] + amount_not_in: [arbitrumgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -61516,16 +59677,16 @@ input arbitrumone_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -61535,12 +59696,12 @@ input arbitrumone_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpTokenEvent_filter] - or: [arbitrumone_swap_LpTokenEvent_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpTokenEvent_filter] + or: [arbitrumgoerli_swap_LpTokenEvent_filter] } -enum arbitrumone_swap_LpTokenEvent_orderBy { +enum arbitrumgoerli_swap_LpTokenEvent_orderBy { id token token__id @@ -61556,7 +59717,7 @@ enum arbitrumone_swap_LpTokenEvent_orderBy { nonce } -input arbitrumone_swap_LpToken_filter { +input arbitrumgoerli_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -61565,16 +59726,16 @@ input arbitrumone_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumone_swap_Bytes - address_not: arbitrumone_swap_Bytes - address_gt: arbitrumone_swap_Bytes - address_lt: arbitrumone_swap_Bytes - address_gte: arbitrumone_swap_Bytes - address_lte: arbitrumone_swap_Bytes - address_in: [arbitrumone_swap_Bytes!] - address_not_in: [arbitrumone_swap_Bytes!] - address_contains: arbitrumone_swap_Bytes - address_not_contains: arbitrumone_swap_Bytes + address: arbitrumgoerli_swap_Bytes + address_not: arbitrumgoerli_swap_Bytes + address_gt: arbitrumgoerli_swap_Bytes + address_lt: arbitrumgoerli_swap_Bytes + address_gte: arbitrumgoerli_swap_Bytes + address_lte: arbitrumgoerli_swap_Bytes + address_in: [arbitrumgoerli_swap_Bytes!] + address_not_in: [arbitrumgoerli_swap_Bytes!] + address_contains: arbitrumgoerli_swap_Bytes + address_not_contains: arbitrumgoerli_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -61595,7 +59756,7 @@ input arbitrumone_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + stableSwap_: arbitrumgoerli_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -61644,22 +59805,22 @@ input arbitrumone_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: arbitrumone_swap_BigDecimal - totalSupply_not: arbitrumone_swap_BigDecimal - totalSupply_gt: arbitrumone_swap_BigDecimal - totalSupply_lt: arbitrumone_swap_BigDecimal - totalSupply_gte: arbitrumone_swap_BigDecimal - totalSupply_lte: arbitrumone_swap_BigDecimal - totalSupply_in: [arbitrumone_swap_BigDecimal!] - totalSupply_not_in: [arbitrumone_swap_BigDecimal!] - events_: arbitrumone_swap_LpTokenEvent_filter + totalSupply: arbitrumgoerli_swap_BigDecimal + totalSupply_not: arbitrumgoerli_swap_BigDecimal + totalSupply_gt: arbitrumgoerli_swap_BigDecimal + totalSupply_lt: arbitrumgoerli_swap_BigDecimal + totalSupply_gte: arbitrumgoerli_swap_BigDecimal + totalSupply_lte: arbitrumgoerli_swap_BigDecimal + totalSupply_in: [arbitrumgoerli_swap_BigDecimal!] + totalSupply_not_in: [arbitrumgoerli_swap_BigDecimal!] + events_: arbitrumgoerli_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpToken_filter] - or: [arbitrumone_swap_LpToken_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpToken_filter] + or: [arbitrumgoerli_swap_LpToken_filter] } -enum arbitrumone_swap_LpToken_orderBy { +enum arbitrumgoerli_swap_LpToken_orderBy { id address stableSwap @@ -61686,21 +59847,21 @@ enum arbitrumone_swap_LpToken_orderBy { events } -type arbitrumone_swap_LpTransferEvent implements arbitrumone_swap_LpTokenEvent { +type arbitrumgoerli_swap_LpTransferEvent implements arbitrumgoerli_swap_LpTokenEvent { id: ID! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! - from: arbitrumone_swap_Bytes! - to: arbitrumone_swap_Bytes! - fromBalance: arbitrumone_swap_BigDecimal! - toBalance: arbitrumone_swap_BigDecimal! + token: arbitrumgoerli_swap_LpToken! + amount: arbitrumgoerli_swap_BigDecimal! + from: arbitrumgoerli_swap_Bytes! + to: arbitrumgoerli_swap_Bytes! + fromBalance: arbitrumgoerli_swap_BigDecimal! + toBalance: arbitrumgoerli_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_LpTransferEvent_filter { +input arbitrumgoerli_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -61729,51 +59890,51 @@ input arbitrumone_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] - from: arbitrumone_swap_Bytes - from_not: arbitrumone_swap_Bytes - from_gt: arbitrumone_swap_Bytes - from_lt: arbitrumone_swap_Bytes - from_gte: arbitrumone_swap_Bytes - from_lte: arbitrumone_swap_Bytes - from_in: [arbitrumone_swap_Bytes!] - from_not_in: [arbitrumone_swap_Bytes!] - from_contains: arbitrumone_swap_Bytes - from_not_contains: arbitrumone_swap_Bytes - to: arbitrumone_swap_Bytes - to_not: arbitrumone_swap_Bytes - to_gt: arbitrumone_swap_Bytes - to_lt: arbitrumone_swap_Bytes - to_gte: arbitrumone_swap_Bytes - to_lte: arbitrumone_swap_Bytes - to_in: [arbitrumone_swap_Bytes!] - to_not_in: [arbitrumone_swap_Bytes!] - to_contains: arbitrumone_swap_Bytes - to_not_contains: arbitrumone_swap_Bytes - fromBalance: arbitrumone_swap_BigDecimal - fromBalance_not: arbitrumone_swap_BigDecimal - fromBalance_gt: arbitrumone_swap_BigDecimal - fromBalance_lt: arbitrumone_swap_BigDecimal - fromBalance_gte: arbitrumone_swap_BigDecimal - fromBalance_lte: arbitrumone_swap_BigDecimal - fromBalance_in: [arbitrumone_swap_BigDecimal!] - fromBalance_not_in: [arbitrumone_swap_BigDecimal!] - toBalance: arbitrumone_swap_BigDecimal - toBalance_not: arbitrumone_swap_BigDecimal - toBalance_gt: arbitrumone_swap_BigDecimal - toBalance_lt: arbitrumone_swap_BigDecimal - toBalance_gte: arbitrumone_swap_BigDecimal - toBalance_lte: arbitrumone_swap_BigDecimal - toBalance_in: [arbitrumone_swap_BigDecimal!] - toBalance_not_in: [arbitrumone_swap_BigDecimal!] + token_: arbitrumgoerli_swap_LpToken_filter + amount: arbitrumgoerli_swap_BigDecimal + amount_not: arbitrumgoerli_swap_BigDecimal + amount_gt: arbitrumgoerli_swap_BigDecimal + amount_lt: arbitrumgoerli_swap_BigDecimal + amount_gte: arbitrumgoerli_swap_BigDecimal + amount_lte: arbitrumgoerli_swap_BigDecimal + amount_in: [arbitrumgoerli_swap_BigDecimal!] + amount_not_in: [arbitrumgoerli_swap_BigDecimal!] + from: arbitrumgoerli_swap_Bytes + from_not: arbitrumgoerli_swap_Bytes + from_gt: arbitrumgoerli_swap_Bytes + from_lt: arbitrumgoerli_swap_Bytes + from_gte: arbitrumgoerli_swap_Bytes + from_lte: arbitrumgoerli_swap_Bytes + from_in: [arbitrumgoerli_swap_Bytes!] + from_not_in: [arbitrumgoerli_swap_Bytes!] + from_contains: arbitrumgoerli_swap_Bytes + from_not_contains: arbitrumgoerli_swap_Bytes + to: arbitrumgoerli_swap_Bytes + to_not: arbitrumgoerli_swap_Bytes + to_gt: arbitrumgoerli_swap_Bytes + to_lt: arbitrumgoerli_swap_Bytes + to_gte: arbitrumgoerli_swap_Bytes + to_lte: arbitrumgoerli_swap_Bytes + to_in: [arbitrumgoerli_swap_Bytes!] + to_not_in: [arbitrumgoerli_swap_Bytes!] + to_contains: arbitrumgoerli_swap_Bytes + to_not_contains: arbitrumgoerli_swap_Bytes + fromBalance: arbitrumgoerli_swap_BigDecimal + fromBalance_not: arbitrumgoerli_swap_BigDecimal + fromBalance_gt: arbitrumgoerli_swap_BigDecimal + fromBalance_lt: arbitrumgoerli_swap_BigDecimal + fromBalance_gte: arbitrumgoerli_swap_BigDecimal + fromBalance_lte: arbitrumgoerli_swap_BigDecimal + fromBalance_in: [arbitrumgoerli_swap_BigDecimal!] + fromBalance_not_in: [arbitrumgoerli_swap_BigDecimal!] + toBalance: arbitrumgoerli_swap_BigDecimal + toBalance_not: arbitrumgoerli_swap_BigDecimal + toBalance_gt: arbitrumgoerli_swap_BigDecimal + toBalance_lt: arbitrumgoerli_swap_BigDecimal + toBalance_gte: arbitrumgoerli_swap_BigDecimal + toBalance_lte: arbitrumgoerli_swap_BigDecimal + toBalance_in: [arbitrumgoerli_swap_BigDecimal!] + toBalance_not_in: [arbitrumgoerli_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -61790,16 +59951,16 @@ input arbitrumone_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -61809,12 +59970,12 @@ input arbitrumone_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpTransferEvent_filter] - or: [arbitrumone_swap_LpTransferEvent_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_LpTransferEvent_filter] + or: [arbitrumgoerli_swap_LpTransferEvent_filter] } -enum arbitrumone_swap_LpTransferEvent_orderBy { +enum arbitrumgoerli_swap_LpTransferEvent_orderBy { id token token__id @@ -61835,17 +59996,17 @@ enum arbitrumone_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum arbitrumone_swap_OrderDirection { +enum arbitrumgoerli_swap_OrderDirection { asc desc } -type arbitrumone_swap_PooledToken { +type arbitrumgoerli_swap_PooledToken { id: ID! - asset: arbitrumone_swap_Bytes! + asset: arbitrumgoerli_swap_Bytes! } -input arbitrumone_swap_PooledToken_filter { +input arbitrumgoerli_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -61854,59 +60015,59 @@ input arbitrumone_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: arbitrumone_swap_Bytes - asset_not: arbitrumone_swap_Bytes - asset_gt: arbitrumone_swap_Bytes - asset_lt: arbitrumone_swap_Bytes - asset_gte: arbitrumone_swap_Bytes - asset_lte: arbitrumone_swap_Bytes - asset_in: [arbitrumone_swap_Bytes!] - asset_not_in: [arbitrumone_swap_Bytes!] - asset_contains: arbitrumone_swap_Bytes - asset_not_contains: arbitrumone_swap_Bytes + asset: arbitrumgoerli_swap_Bytes + asset_not: arbitrumgoerli_swap_Bytes + asset_gt: arbitrumgoerli_swap_Bytes + asset_lt: arbitrumgoerli_swap_Bytes + asset_gte: arbitrumgoerli_swap_Bytes + asset_lte: arbitrumgoerli_swap_Bytes + asset_in: [arbitrumgoerli_swap_Bytes!] + asset_not_in: [arbitrumgoerli_swap_Bytes!] + asset_contains: arbitrumgoerli_swap_Bytes + asset_not_contains: arbitrumgoerli_swap_Bytes """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_PooledToken_filter] - or: [arbitrumone_swap_PooledToken_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_PooledToken_filter] + or: [arbitrumgoerli_swap_PooledToken_filter] } -enum arbitrumone_swap_PooledToken_orderBy { +enum arbitrumgoerli_swap_PooledToken_orderBy { id asset } -type arbitrumone_swap_StableSwap { +type arbitrumgoerli_swap_StableSwap { id: ID! isActive: Boolean - key: arbitrumone_swap_Bytes! - canonicalId: arbitrumone_swap_Bytes + key: arbitrumgoerli_swap_Bytes! + canonicalId: arbitrumgoerli_swap_Bytes domain: BigInt - swapPool: arbitrumone_swap_Bytes - lpToken: arbitrumone_swap_Bytes + swapPool: arbitrumgoerli_swap_Bytes + lpToken: arbitrumgoerli_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [arbitrumone_swap_Bytes!]! + pooledTokens: [arbitrumgoerli_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapEvent_filter): [arbitrumone_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapExchange_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapExchange_filter): [arbitrumone_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapHourlyVolume_filter): [arbitrumone_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapDailyVolume_filter): [arbitrumone_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapWeeklyVolume_filter): [arbitrumone_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_StableSwapEvent_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_StableSwapEvent_filter): [arbitrumgoerli_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_StableSwapExchange_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_StableSwapExchange_filter): [arbitrumgoerli_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_SwapHourlyVolume_filter): [arbitrumgoerli_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_SwapDailyVolume_filter): [arbitrumgoerli_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumgoerli_swap_OrderDirection, where: arbitrumgoerli_swap_SwapWeeklyVolume_filter): [arbitrumgoerli_swap_SwapWeeklyVolume!] } -type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_StableSwapEvent { +type arbitrumgoerli_swap_StableSwapAddLiquidityEvent implements arbitrumgoerli_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - provider: arbitrumone_swap_Bytes! + stableSwap: arbitrumgoerli_swap_StableSwap! + provider: arbitrumgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -61915,11 +60076,11 @@ type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_St balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { +input arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -61948,17 +60109,17 @@ input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - provider: arbitrumone_swap_Bytes - provider_not: arbitrumone_swap_Bytes - provider_gt: arbitrumone_swap_Bytes - provider_lt: arbitrumone_swap_Bytes - provider_gte: arbitrumone_swap_Bytes - provider_lte: arbitrumone_swap_Bytes - provider_in: [arbitrumone_swap_Bytes!] - provider_not_in: [arbitrumone_swap_Bytes!] - provider_contains: arbitrumone_swap_Bytes - provider_not_contains: arbitrumone_swap_Bytes + stableSwap_: arbitrumgoerli_swap_StableSwap_filter + provider: arbitrumgoerli_swap_Bytes + provider_not: arbitrumgoerli_swap_Bytes + provider_gt: arbitrumgoerli_swap_Bytes + provider_lt: arbitrumgoerli_swap_Bytes + provider_gte: arbitrumgoerli_swap_Bytes + provider_lte: arbitrumgoerli_swap_Bytes + provider_in: [arbitrumgoerli_swap_Bytes!] + provider_not_in: [arbitrumgoerli_swap_Bytes!] + provider_contains: arbitrumgoerli_swap_Bytes + provider_not_contains: arbitrumgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -62017,16 +60178,16 @@ input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -62036,12 +60197,12 @@ input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] - or: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] + or: [arbitrumgoerli_swap_StableSwapAddLiquidityEvent_filter] } -enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { +enum arbitrumgoerli_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -62073,16 +60234,16 @@ enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface arbitrumone_swap_StableSwapEvent { +interface arbitrumgoerli_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + stableSwap: arbitrumgoerli_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapEvent_filter { +input arbitrumgoerli_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -62111,7 +60272,7 @@ input arbitrumone_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + stableSwap_: arbitrumgoerli_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -62128,16 +60289,16 @@ input arbitrumone_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -62147,12 +60308,12 @@ input arbitrumone_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapEvent_filter] - or: [arbitrumone_swap_StableSwapEvent_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwapEvent_filter] + or: [arbitrumgoerli_swap_StableSwapEvent_filter] } -enum arbitrumone_swap_StableSwapEvent_orderBy { +enum arbitrumgoerli_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -62177,10 +60338,10 @@ enum arbitrumone_swap_StableSwapEvent_orderBy { nonce } -type arbitrumone_swap_StableSwapExchange { +type arbitrumgoerli_swap_StableSwapExchange { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - buyer: arbitrumone_swap_Bytes! + stableSwap: arbitrumgoerli_swap_StableSwap! + buyer: arbitrumgoerli_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -62189,11 +60350,11 @@ type arbitrumone_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapExchange_filter { +input arbitrumgoerli_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -62222,17 +60383,17 @@ input arbitrumone_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - buyer: arbitrumone_swap_Bytes - buyer_not: arbitrumone_swap_Bytes - buyer_gt: arbitrumone_swap_Bytes - buyer_lt: arbitrumone_swap_Bytes - buyer_gte: arbitrumone_swap_Bytes - buyer_lte: arbitrumone_swap_Bytes - buyer_in: [arbitrumone_swap_Bytes!] - buyer_not_in: [arbitrumone_swap_Bytes!] - buyer_contains: arbitrumone_swap_Bytes - buyer_not_contains: arbitrumone_swap_Bytes + stableSwap_: arbitrumgoerli_swap_StableSwap_filter + buyer: arbitrumgoerli_swap_Bytes + buyer_not: arbitrumgoerli_swap_Bytes + buyer_gt: arbitrumgoerli_swap_Bytes + buyer_lt: arbitrumgoerli_swap_Bytes + buyer_gte: arbitrumgoerli_swap_Bytes + buyer_lte: arbitrumgoerli_swap_Bytes + buyer_in: [arbitrumgoerli_swap_Bytes!] + buyer_not_in: [arbitrumgoerli_swap_Bytes!] + buyer_contains: arbitrumgoerli_swap_Bytes + buyer_not_contains: arbitrumgoerli_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -62295,16 +60456,16 @@ input arbitrumone_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -62314,12 +60475,12 @@ input arbitrumone_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapExchange_filter] - or: [arbitrumone_swap_StableSwapExchange_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwapExchange_filter] + or: [arbitrumgoerli_swap_StableSwapExchange_filter] } -enum arbitrumone_swap_StableSwapExchange_orderBy { +enum arbitrumgoerli_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -62351,10 +60512,10 @@ enum arbitrumone_swap_StableSwapExchange_orderBy { nonce } -type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { +type arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent implements arbitrumgoerli_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - provider: arbitrumone_swap_Bytes! + stableSwap: arbitrumgoerli_swap_StableSwap! + provider: arbitrumgoerli_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -62363,11 +60524,11 @@ type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: arbitrumgoerli_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { +input arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -62396,17 +60557,17 @@ input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - provider: arbitrumone_swap_Bytes - provider_not: arbitrumone_swap_Bytes - provider_gt: arbitrumone_swap_Bytes - provider_lt: arbitrumone_swap_Bytes - provider_gte: arbitrumone_swap_Bytes - provider_lte: arbitrumone_swap_Bytes - provider_in: [arbitrumone_swap_Bytes!] - provider_not_in: [arbitrumone_swap_Bytes!] - provider_contains: arbitrumone_swap_Bytes - provider_not_contains: arbitrumone_swap_Bytes + stableSwap_: arbitrumgoerli_swap_StableSwap_filter + provider: arbitrumgoerli_swap_Bytes + provider_not: arbitrumgoerli_swap_Bytes + provider_gt: arbitrumgoerli_swap_Bytes + provider_lt: arbitrumgoerli_swap_Bytes + provider_gte: arbitrumgoerli_swap_Bytes + provider_lte: arbitrumgoerli_swap_Bytes + provider_in: [arbitrumgoerli_swap_Bytes!] + provider_not_in: [arbitrumgoerli_swap_Bytes!] + provider_contains: arbitrumgoerli_swap_Bytes + provider_not_contains: arbitrumgoerli_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -62465,16 +60626,16 @@ input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: arbitrumgoerli_swap_Bytes + transaction_not: arbitrumgoerli_swap_Bytes + transaction_gt: arbitrumgoerli_swap_Bytes + transaction_lt: arbitrumgoerli_swap_Bytes + transaction_gte: arbitrumgoerli_swap_Bytes + transaction_lte: arbitrumgoerli_swap_Bytes + transaction_in: [arbitrumgoerli_swap_Bytes!] + transaction_not_in: [arbitrumgoerli_swap_Bytes!] + transaction_contains: arbitrumgoerli_swap_Bytes + transaction_not_contains: arbitrumgoerli_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -62484,12 +60645,12 @@ input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] - or: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] + or: [arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_filter] } -enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum arbitrumgoerli_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -62521,7 +60682,7 @@ enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input arbitrumone_swap_StableSwap_filter { +input arbitrumgoerli_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -62534,26 +60695,26 @@ input arbitrumone_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: arbitrumone_swap_Bytes - key_not: arbitrumone_swap_Bytes - key_gt: arbitrumone_swap_Bytes - key_lt: arbitrumone_swap_Bytes - key_gte: arbitrumone_swap_Bytes - key_lte: arbitrumone_swap_Bytes - key_in: [arbitrumone_swap_Bytes!] - key_not_in: [arbitrumone_swap_Bytes!] - key_contains: arbitrumone_swap_Bytes - key_not_contains: arbitrumone_swap_Bytes - canonicalId: arbitrumone_swap_Bytes - canonicalId_not: arbitrumone_swap_Bytes - canonicalId_gt: arbitrumone_swap_Bytes - canonicalId_lt: arbitrumone_swap_Bytes - canonicalId_gte: arbitrumone_swap_Bytes - canonicalId_lte: arbitrumone_swap_Bytes - canonicalId_in: [arbitrumone_swap_Bytes!] - canonicalId_not_in: [arbitrumone_swap_Bytes!] - canonicalId_contains: arbitrumone_swap_Bytes - canonicalId_not_contains: arbitrumone_swap_Bytes + key: arbitrumgoerli_swap_Bytes + key_not: arbitrumgoerli_swap_Bytes + key_gt: arbitrumgoerli_swap_Bytes + key_lt: arbitrumgoerli_swap_Bytes + key_gte: arbitrumgoerli_swap_Bytes + key_lte: arbitrumgoerli_swap_Bytes + key_in: [arbitrumgoerli_swap_Bytes!] + key_not_in: [arbitrumgoerli_swap_Bytes!] + key_contains: arbitrumgoerli_swap_Bytes + key_not_contains: arbitrumgoerli_swap_Bytes + canonicalId: arbitrumgoerli_swap_Bytes + canonicalId_not: arbitrumgoerli_swap_Bytes + canonicalId_gt: arbitrumgoerli_swap_Bytes + canonicalId_lt: arbitrumgoerli_swap_Bytes + canonicalId_gte: arbitrumgoerli_swap_Bytes + canonicalId_lte: arbitrumgoerli_swap_Bytes + canonicalId_in: [arbitrumgoerli_swap_Bytes!] + canonicalId_not_in: [arbitrumgoerli_swap_Bytes!] + canonicalId_contains: arbitrumgoerli_swap_Bytes + canonicalId_not_contains: arbitrumgoerli_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -62562,26 +60723,26 @@ input arbitrumone_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: arbitrumone_swap_Bytes - swapPool_not: arbitrumone_swap_Bytes - swapPool_gt: arbitrumone_swap_Bytes - swapPool_lt: arbitrumone_swap_Bytes - swapPool_gte: arbitrumone_swap_Bytes - swapPool_lte: arbitrumone_swap_Bytes - swapPool_in: [arbitrumone_swap_Bytes!] - swapPool_not_in: [arbitrumone_swap_Bytes!] - swapPool_contains: arbitrumone_swap_Bytes - swapPool_not_contains: arbitrumone_swap_Bytes - lpToken: arbitrumone_swap_Bytes - lpToken_not: arbitrumone_swap_Bytes - lpToken_gt: arbitrumone_swap_Bytes - lpToken_lt: arbitrumone_swap_Bytes - lpToken_gte: arbitrumone_swap_Bytes - lpToken_lte: arbitrumone_swap_Bytes - lpToken_in: [arbitrumone_swap_Bytes!] - lpToken_not_in: [arbitrumone_swap_Bytes!] - lpToken_contains: arbitrumone_swap_Bytes - lpToken_not_contains: arbitrumone_swap_Bytes + swapPool: arbitrumgoerli_swap_Bytes + swapPool_not: arbitrumgoerli_swap_Bytes + swapPool_gt: arbitrumgoerli_swap_Bytes + swapPool_lt: arbitrumgoerli_swap_Bytes + swapPool_gte: arbitrumgoerli_swap_Bytes + swapPool_lte: arbitrumgoerli_swap_Bytes + swapPool_in: [arbitrumgoerli_swap_Bytes!] + swapPool_not_in: [arbitrumgoerli_swap_Bytes!] + swapPool_contains: arbitrumgoerli_swap_Bytes + swapPool_not_contains: arbitrumgoerli_swap_Bytes + lpToken: arbitrumgoerli_swap_Bytes + lpToken_not: arbitrumgoerli_swap_Bytes + lpToken_gt: arbitrumgoerli_swap_Bytes + lpToken_lt: arbitrumgoerli_swap_Bytes + lpToken_gte: arbitrumgoerli_swap_Bytes + lpToken_lte: arbitrumgoerli_swap_Bytes + lpToken_in: [arbitrumgoerli_swap_Bytes!] + lpToken_not_in: [arbitrumgoerli_swap_Bytes!] + lpToken_contains: arbitrumgoerli_swap_Bytes + lpToken_not_contains: arbitrumgoerli_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -62630,12 +60791,12 @@ input arbitrumone_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [arbitrumone_swap_Bytes!] - pooledTokens_not: [arbitrumone_swap_Bytes!] - pooledTokens_contains: [arbitrumone_swap_Bytes!] - pooledTokens_contains_nocase: [arbitrumone_swap_Bytes!] - pooledTokens_not_contains: [arbitrumone_swap_Bytes!] - pooledTokens_not_contains_nocase: [arbitrumone_swap_Bytes!] + pooledTokens: [arbitrumgoerli_swap_Bytes!] + pooledTokens_not: [arbitrumgoerli_swap_Bytes!] + pooledTokens_contains: [arbitrumgoerli_swap_Bytes!] + pooledTokens_contains_nocase: [arbitrumgoerli_swap_Bytes!] + pooledTokens_not_contains: [arbitrumgoerli_swap_Bytes!] + pooledTokens_not_contains_nocase: [arbitrumgoerli_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -62678,18 +60839,18 @@ input arbitrumone_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: arbitrumone_swap_StableSwapEvent_filter - exchanges_: arbitrumone_swap_StableSwapExchange_filter - hourlyVolumes_: arbitrumone_swap_SwapHourlyVolume_filter - dailyVolumes_: arbitrumone_swap_SwapDailyVolume_filter - weeklyVolumes_: arbitrumone_swap_SwapWeeklyVolume_filter + events_: arbitrumgoerli_swap_StableSwapEvent_filter + exchanges_: arbitrumgoerli_swap_StableSwapExchange_filter + hourlyVolumes_: arbitrumgoerli_swap_SwapHourlyVolume_filter + dailyVolumes_: arbitrumgoerli_swap_SwapDailyVolume_filter + weeklyVolumes_: arbitrumgoerli_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwap_filter] - or: [arbitrumone_swap_StableSwap_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_StableSwap_filter] + or: [arbitrumgoerli_swap_StableSwap_filter] } -enum arbitrumone_swap_StableSwap_orderBy { +enum arbitrumgoerli_swap_StableSwap_orderBy { id isActive key @@ -62717,14 +60878,14 @@ enum arbitrumone_swap_StableSwap_orderBy { weeklyVolumes } -type arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { +type arbitrumgoerli_swap_SwapDailyVolume implements arbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + stableSwap: arbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + volume: arbitrumgoerli_swap_BigDecimal! } -input arbitrumone_swap_SwapDailyVolume_filter { +input arbitrumgoerli_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -62753,7 +60914,7 @@ input arbitrumone_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + stableSwap_: arbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62762,21 +60923,21 @@ input arbitrumone_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + volume: arbitrumgoerli_swap_BigDecimal + volume_not: arbitrumgoerli_swap_BigDecimal + volume_gt: arbitrumgoerli_swap_BigDecimal + volume_lt: arbitrumgoerli_swap_BigDecimal + volume_gte: arbitrumgoerli_swap_BigDecimal + volume_lte: arbitrumgoerli_swap_BigDecimal + volume_in: [arbitrumgoerli_swap_BigDecimal!] + volume_not_in: [arbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapDailyVolume_filter] - or: [arbitrumone_swap_SwapDailyVolume_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SwapDailyVolume_filter] + or: [arbitrumgoerli_swap_SwapDailyVolume_filter] } -enum arbitrumone_swap_SwapDailyVolume_orderBy { +enum arbitrumgoerli_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -62799,14 +60960,14 @@ enum arbitrumone_swap_SwapDailyVolume_orderBy { volume } -type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { +type arbitrumgoerli_swap_SwapHourlyVolume implements arbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + stableSwap: arbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + volume: arbitrumgoerli_swap_BigDecimal! } -input arbitrumone_swap_SwapHourlyVolume_filter { +input arbitrumgoerli_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -62835,7 +60996,7 @@ input arbitrumone_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + stableSwap_: arbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62844,21 +61005,21 @@ input arbitrumone_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + volume: arbitrumgoerli_swap_BigDecimal + volume_not: arbitrumgoerli_swap_BigDecimal + volume_gt: arbitrumgoerli_swap_BigDecimal + volume_lt: arbitrumgoerli_swap_BigDecimal + volume_gte: arbitrumgoerli_swap_BigDecimal + volume_lte: arbitrumgoerli_swap_BigDecimal + volume_in: [arbitrumgoerli_swap_BigDecimal!] + volume_not_in: [arbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapHourlyVolume_filter] - or: [arbitrumone_swap_SwapHourlyVolume_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SwapHourlyVolume_filter] + or: [arbitrumgoerli_swap_SwapHourlyVolume_filter] } -enum arbitrumone_swap_SwapHourlyVolume_orderBy { +enum arbitrumgoerli_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -62881,13 +61042,13 @@ enum arbitrumone_swap_SwapHourlyVolume_orderBy { volume } -interface arbitrumone_swap_SwapTradeVolume { - stableSwap: arbitrumone_swap_StableSwap! +interface arbitrumgoerli_swap_SwapTradeVolume { + stableSwap: arbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + volume: arbitrumgoerli_swap_BigDecimal! } -input arbitrumone_swap_SwapTradeVolume_filter { +input arbitrumgoerli_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -62908,7 +61069,7 @@ input arbitrumone_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + stableSwap_: arbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62917,21 +61078,21 @@ input arbitrumone_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + volume: arbitrumgoerli_swap_BigDecimal + volume_not: arbitrumgoerli_swap_BigDecimal + volume_gt: arbitrumgoerli_swap_BigDecimal + volume_lt: arbitrumgoerli_swap_BigDecimal + volume_gte: arbitrumgoerli_swap_BigDecimal + volume_lte: arbitrumgoerli_swap_BigDecimal + volume_in: [arbitrumgoerli_swap_BigDecimal!] + volume_not_in: [arbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapTradeVolume_filter] - or: [arbitrumone_swap_SwapTradeVolume_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SwapTradeVolume_filter] + or: [arbitrumgoerli_swap_SwapTradeVolume_filter] } -enum arbitrumone_swap_SwapTradeVolume_orderBy { +enum arbitrumgoerli_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -62953,14 +61114,14 @@ enum arbitrumone_swap_SwapTradeVolume_orderBy { volume } -type arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { +type arbitrumgoerli_swap_SwapWeeklyVolume implements arbitrumgoerli_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + stableSwap: arbitrumgoerli_swap_StableSwap! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + volume: arbitrumgoerli_swap_BigDecimal! } -input arbitrumone_swap_SwapWeeklyVolume_filter { +input arbitrumgoerli_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -62989,7 +61150,7 @@ input arbitrumone_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + stableSwap_: arbitrumgoerli_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62998,21 +61159,21 @@ input arbitrumone_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + volume: arbitrumgoerli_swap_BigDecimal + volume_not: arbitrumgoerli_swap_BigDecimal + volume_gt: arbitrumgoerli_swap_BigDecimal + volume_lt: arbitrumgoerli_swap_BigDecimal + volume_gte: arbitrumgoerli_swap_BigDecimal + volume_lte: arbitrumgoerli_swap_BigDecimal + volume_in: [arbitrumgoerli_swap_BigDecimal!] + volume_not_in: [arbitrumgoerli_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapWeeklyVolume_filter] - or: [arbitrumone_swap_SwapWeeklyVolume_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SwapWeeklyVolume_filter] + or: [arbitrumgoerli_swap_SwapWeeklyVolume_filter] } -enum arbitrumone_swap_SwapWeeklyVolume_orderBy { +enum arbitrumgoerli_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -63035,13 +61196,13 @@ enum arbitrumone_swap_SwapWeeklyVolume_orderBy { volume } -type arbitrumone_swap_SystemInfo { +type arbitrumgoerli_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input arbitrumone_swap_SystemInfo_filter { +input arbitrumgoerli_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -63067,20 +61228,20 @@ input arbitrumone_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SystemInfo_filter] - or: [arbitrumone_swap_SystemInfo_filter] + _change_block: arbitrumgoerli_swap_BlockChangedFilter + and: [arbitrumgoerli_swap_SystemInfo_filter] + or: [arbitrumgoerli_swap_SystemInfo_filter] } -enum arbitrumone_swap_SystemInfo_orderBy { +enum arbitrumgoerli_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type arbitrumone_swap__Block_ { +type arbitrumgoerli_swap__Block_ { """The hash of the block""" - hash: arbitrumone_swap_Bytes + hash: arbitrumgoerli_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -63088,7 +61249,7 @@ type arbitrumone_swap__Block_ { } """The type for the top-level _meta field""" -type arbitrumone_swap__Meta_ { +type arbitrumgoerli_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -63096,50 +61257,50 @@ type arbitrumone_swap__Meta_ { and therefore asks for the latest block """ - block: arbitrumone_swap__Block_! + block: arbitrumgoerli_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -scalar polygon_swap_BigDecimal +scalar optimism_swap_BigDecimal -input polygon_swap_BlockChangedFilter { +input optimism_swap_BlockChangedFilter { number_gte: Int! } -input polygon_swap_Block_height { - hash: polygon_swap_Bytes +input optimism_swap_Block_height { + hash: optimism_swap_Bytes number: Int number_gte: Int } -scalar polygon_swap_Bytes +scalar optimism_swap_Bytes """ 8 bytes signed integer """ -scalar polygon_swap_Int8 +scalar optimism_swap_Int8 -type polygon_swap_LpAccount { +type optimism_swap_LpAccount { id: ID! - address: polygon_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpAccountBalance_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpAccountBalance_filter): [polygon_swap_LpAccountBalance!]! + address: optimism_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpAccountBalance_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpAccountBalance_filter): [optimism_swap_LpAccountBalance!]! } -type polygon_swap_LpAccountBalance { +type optimism_swap_LpAccountBalance { id: ID! - account: polygon_swap_LpAccount! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + account: optimism_swap_LpAccount! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! block: BigInt modified: BigInt - transaction: polygon_swap_Bytes + transaction: optimism_swap_Bytes } -input polygon_swap_LpAccountBalance_filter { +input optimism_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -63168,7 +61329,7 @@ input polygon_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: polygon_swap_LpAccount_filter + account_: optimism_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -63189,15 +61350,15 @@ input polygon_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] + token_: optimism_swap_LpToken_filter + amount: optimism_swap_BigDecimal + amount_not: optimism_swap_BigDecimal + amount_gt: optimism_swap_BigDecimal + amount_lt: optimism_swap_BigDecimal + amount_gte: optimism_swap_BigDecimal + amount_lte: optimism_swap_BigDecimal + amount_in: [optimism_swap_BigDecimal!] + amount_not_in: [optimism_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -63214,23 +61375,23 @@ input polygon_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccountBalance_filter] - or: [polygon_swap_LpAccountBalance_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpAccountBalance_filter] + or: [optimism_swap_LpAccountBalance_filter] } -enum polygon_swap_LpAccountBalance_orderBy { +enum optimism_swap_LpAccountBalance_orderBy { id account account__id @@ -63248,7 +61409,7 @@ enum polygon_swap_LpAccountBalance_orderBy { transaction } -input polygon_swap_LpAccount_filter { +input optimism_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -63257,51 +61418,51 @@ input polygon_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: polygon_swap_Bytes - address_not: polygon_swap_Bytes - address_gt: polygon_swap_Bytes - address_lt: polygon_swap_Bytes - address_gte: polygon_swap_Bytes - address_lte: polygon_swap_Bytes - address_in: [polygon_swap_Bytes!] - address_not_in: [polygon_swap_Bytes!] - address_contains: polygon_swap_Bytes - address_not_contains: polygon_swap_Bytes - balances_: polygon_swap_LpAccountBalance_filter + address: optimism_swap_Bytes + address_not: optimism_swap_Bytes + address_gt: optimism_swap_Bytes + address_lt: optimism_swap_Bytes + address_gte: optimism_swap_Bytes + address_lte: optimism_swap_Bytes + address_in: [optimism_swap_Bytes!] + address_not_in: [optimism_swap_Bytes!] + address_contains: optimism_swap_Bytes + address_not_contains: optimism_swap_Bytes + balances_: optimism_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccount_filter] - or: [polygon_swap_LpAccount_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpAccount_filter] + or: [optimism_swap_LpAccount_filter] } -enum polygon_swap_LpAccount_orderBy { +enum optimism_swap_LpAccount_orderBy { id address balances } -type polygon_swap_LpToken { +type optimism_swap_LpToken { id: ID! - address: polygon_swap_Bytes! - stableSwap: polygon_swap_StableSwap! + address: optimism_swap_Bytes! + stableSwap: optimism_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: polygon_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpTokenEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpTokenEvent_filter): [polygon_swap_LpTokenEvent!]! + totalSupply: optimism_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpTokenEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpTokenEvent_filter): [optimism_swap_LpTokenEvent!]! } -interface polygon_swap_LpTokenEvent { +interface optimism_swap_LpTokenEvent { id: ID! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTokenEvent_filter { +input optimism_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -63330,15 +61491,15 @@ input polygon_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] + token_: optimism_swap_LpToken_filter + amount: optimism_swap_BigDecimal + amount_not: optimism_swap_BigDecimal + amount_gt: optimism_swap_BigDecimal + amount_lt: optimism_swap_BigDecimal + amount_gte: optimism_swap_BigDecimal + amount_lte: optimism_swap_BigDecimal + amount_in: [optimism_swap_BigDecimal!] + amount_not_in: [optimism_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -63355,16 +61516,16 @@ input polygon_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -63374,12 +61535,12 @@ input polygon_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpTokenEvent_filter] - or: [polygon_swap_LpTokenEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpTokenEvent_filter] + or: [optimism_swap_LpTokenEvent_filter] } -enum polygon_swap_LpTokenEvent_orderBy { +enum optimism_swap_LpTokenEvent_orderBy { id token token__id @@ -63395,7 +61556,7 @@ enum polygon_swap_LpTokenEvent_orderBy { nonce } -input polygon_swap_LpToken_filter { +input optimism_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -63404,16 +61565,16 @@ input polygon_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: polygon_swap_Bytes - address_not: polygon_swap_Bytes - address_gt: polygon_swap_Bytes - address_lt: polygon_swap_Bytes - address_gte: polygon_swap_Bytes - address_lte: polygon_swap_Bytes - address_in: [polygon_swap_Bytes!] - address_not_in: [polygon_swap_Bytes!] - address_contains: polygon_swap_Bytes - address_not_contains: polygon_swap_Bytes + address: optimism_swap_Bytes + address_not: optimism_swap_Bytes + address_gt: optimism_swap_Bytes + address_lt: optimism_swap_Bytes + address_gte: optimism_swap_Bytes + address_lte: optimism_swap_Bytes + address_in: [optimism_swap_Bytes!] + address_not_in: [optimism_swap_Bytes!] + address_contains: optimism_swap_Bytes + address_not_contains: optimism_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -63434,7 +61595,7 @@ input polygon_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -63483,22 +61644,22 @@ input polygon_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: polygon_swap_BigDecimal - totalSupply_not: polygon_swap_BigDecimal - totalSupply_gt: polygon_swap_BigDecimal - totalSupply_lt: polygon_swap_BigDecimal - totalSupply_gte: polygon_swap_BigDecimal - totalSupply_lte: polygon_swap_BigDecimal - totalSupply_in: [polygon_swap_BigDecimal!] - totalSupply_not_in: [polygon_swap_BigDecimal!] - events_: polygon_swap_LpTokenEvent_filter + totalSupply: optimism_swap_BigDecimal + totalSupply_not: optimism_swap_BigDecimal + totalSupply_gt: optimism_swap_BigDecimal + totalSupply_lt: optimism_swap_BigDecimal + totalSupply_gte: optimism_swap_BigDecimal + totalSupply_lte: optimism_swap_BigDecimal + totalSupply_in: [optimism_swap_BigDecimal!] + totalSupply_not_in: [optimism_swap_BigDecimal!] + events_: optimism_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpToken_filter] - or: [polygon_swap_LpToken_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpToken_filter] + or: [optimism_swap_LpToken_filter] } -enum polygon_swap_LpToken_orderBy { +enum optimism_swap_LpToken_orderBy { id address stableSwap @@ -63525,21 +61686,21 @@ enum polygon_swap_LpToken_orderBy { events } -type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { +type optimism_swap_LpTransferEvent implements optimism_swap_LpTokenEvent { id: ID! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! - from: polygon_swap_Bytes! - to: polygon_swap_Bytes! - fromBalance: polygon_swap_BigDecimal! - toBalance: polygon_swap_BigDecimal! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! + from: optimism_swap_Bytes! + to: optimism_swap_Bytes! + fromBalance: optimism_swap_BigDecimal! + toBalance: optimism_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTransferEvent_filter { +input optimism_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -63568,51 +61729,51 @@ input polygon_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] - from: polygon_swap_Bytes - from_not: polygon_swap_Bytes - from_gt: polygon_swap_Bytes - from_lt: polygon_swap_Bytes - from_gte: polygon_swap_Bytes - from_lte: polygon_swap_Bytes - from_in: [polygon_swap_Bytes!] - from_not_in: [polygon_swap_Bytes!] - from_contains: polygon_swap_Bytes - from_not_contains: polygon_swap_Bytes - to: polygon_swap_Bytes - to_not: polygon_swap_Bytes - to_gt: polygon_swap_Bytes - to_lt: polygon_swap_Bytes - to_gte: polygon_swap_Bytes - to_lte: polygon_swap_Bytes - to_in: [polygon_swap_Bytes!] - to_not_in: [polygon_swap_Bytes!] - to_contains: polygon_swap_Bytes - to_not_contains: polygon_swap_Bytes - fromBalance: polygon_swap_BigDecimal - fromBalance_not: polygon_swap_BigDecimal - fromBalance_gt: polygon_swap_BigDecimal - fromBalance_lt: polygon_swap_BigDecimal - fromBalance_gte: polygon_swap_BigDecimal - fromBalance_lte: polygon_swap_BigDecimal - fromBalance_in: [polygon_swap_BigDecimal!] - fromBalance_not_in: [polygon_swap_BigDecimal!] - toBalance: polygon_swap_BigDecimal - toBalance_not: polygon_swap_BigDecimal - toBalance_gt: polygon_swap_BigDecimal - toBalance_lt: polygon_swap_BigDecimal - toBalance_gte: polygon_swap_BigDecimal - toBalance_lte: polygon_swap_BigDecimal - toBalance_in: [polygon_swap_BigDecimal!] - toBalance_not_in: [polygon_swap_BigDecimal!] + token_: optimism_swap_LpToken_filter + amount: optimism_swap_BigDecimal + amount_not: optimism_swap_BigDecimal + amount_gt: optimism_swap_BigDecimal + amount_lt: optimism_swap_BigDecimal + amount_gte: optimism_swap_BigDecimal + amount_lte: optimism_swap_BigDecimal + amount_in: [optimism_swap_BigDecimal!] + amount_not_in: [optimism_swap_BigDecimal!] + from: optimism_swap_Bytes + from_not: optimism_swap_Bytes + from_gt: optimism_swap_Bytes + from_lt: optimism_swap_Bytes + from_gte: optimism_swap_Bytes + from_lte: optimism_swap_Bytes + from_in: [optimism_swap_Bytes!] + from_not_in: [optimism_swap_Bytes!] + from_contains: optimism_swap_Bytes + from_not_contains: optimism_swap_Bytes + to: optimism_swap_Bytes + to_not: optimism_swap_Bytes + to_gt: optimism_swap_Bytes + to_lt: optimism_swap_Bytes + to_gte: optimism_swap_Bytes + to_lte: optimism_swap_Bytes + to_in: [optimism_swap_Bytes!] + to_not_in: [optimism_swap_Bytes!] + to_contains: optimism_swap_Bytes + to_not_contains: optimism_swap_Bytes + fromBalance: optimism_swap_BigDecimal + fromBalance_not: optimism_swap_BigDecimal + fromBalance_gt: optimism_swap_BigDecimal + fromBalance_lt: optimism_swap_BigDecimal + fromBalance_gte: optimism_swap_BigDecimal + fromBalance_lte: optimism_swap_BigDecimal + fromBalance_in: [optimism_swap_BigDecimal!] + fromBalance_not_in: [optimism_swap_BigDecimal!] + toBalance: optimism_swap_BigDecimal + toBalance_not: optimism_swap_BigDecimal + toBalance_gt: optimism_swap_BigDecimal + toBalance_lt: optimism_swap_BigDecimal + toBalance_gte: optimism_swap_BigDecimal + toBalance_lte: optimism_swap_BigDecimal + toBalance_in: [optimism_swap_BigDecimal!] + toBalance_not_in: [optimism_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -63629,16 +61790,16 @@ input polygon_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -63648,12 +61809,12 @@ input polygon_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpTransferEvent_filter] - or: [polygon_swap_LpTransferEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpTransferEvent_filter] + or: [optimism_swap_LpTransferEvent_filter] } -enum polygon_swap_LpTransferEvent_orderBy { +enum optimism_swap_LpTransferEvent_orderBy { id token token__id @@ -63674,17 +61835,17 @@ enum polygon_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygon_swap_OrderDirection { +enum optimism_swap_OrderDirection { asc desc } -type polygon_swap_PooledToken { +type optimism_swap_PooledToken { id: ID! - asset: polygon_swap_Bytes! + asset: optimism_swap_Bytes! } -input polygon_swap_PooledToken_filter { +input optimism_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -63693,59 +61854,59 @@ input polygon_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: polygon_swap_Bytes - asset_not: polygon_swap_Bytes - asset_gt: polygon_swap_Bytes - asset_lt: polygon_swap_Bytes - asset_gte: polygon_swap_Bytes - asset_lte: polygon_swap_Bytes - asset_in: [polygon_swap_Bytes!] - asset_not_in: [polygon_swap_Bytes!] - asset_contains: polygon_swap_Bytes - asset_not_contains: polygon_swap_Bytes + asset: optimism_swap_Bytes + asset_not: optimism_swap_Bytes + asset_gt: optimism_swap_Bytes + asset_lt: optimism_swap_Bytes + asset_gte: optimism_swap_Bytes + asset_lte: optimism_swap_Bytes + asset_in: [optimism_swap_Bytes!] + asset_not_in: [optimism_swap_Bytes!] + asset_contains: optimism_swap_Bytes + asset_not_contains: optimism_swap_Bytes """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_PooledToken_filter] - or: [polygon_swap_PooledToken_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_PooledToken_filter] + or: [optimism_swap_PooledToken_filter] } -enum polygon_swap_PooledToken_orderBy { +enum optimism_swap_PooledToken_orderBy { id asset } -type polygon_swap_StableSwap { +type optimism_swap_StableSwap { id: ID! isActive: Boolean - key: polygon_swap_Bytes! - canonicalId: polygon_swap_Bytes + key: optimism_swap_Bytes! + canonicalId: optimism_swap_Bytes domain: BigInt - swapPool: polygon_swap_Bytes - lpToken: polygon_swap_Bytes + swapPool: optimism_swap_Bytes + lpToken: optimism_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [polygon_swap_Bytes!]! + pooledTokens: [optimism_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapEvent_filter): [polygon_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapExchange_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapExchange_filter): [polygon_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapHourlyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapHourlyVolume_filter): [polygon_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapDailyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapDailyVolume_filter): [polygon_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapWeeklyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapWeeklyVolume_filter): [polygon_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapEvent_filter): [optimism_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapExchange_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapExchange_filter): [optimism_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapHourlyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapHourlyVolume_filter): [optimism_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapDailyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapDailyVolume_filter): [optimism_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapWeeklyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapWeeklyVolume_filter): [optimism_swap_SwapWeeklyVolume!] } -type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { +type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + provider: optimism_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -63754,11 +61915,11 @@ type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwap balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapAddLiquidityEvent_filter { +input optimism_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -63787,17 +61948,17 @@ input polygon_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - provider: polygon_swap_Bytes - provider_not: polygon_swap_Bytes - provider_gt: polygon_swap_Bytes - provider_lt: polygon_swap_Bytes - provider_gte: polygon_swap_Bytes - provider_lte: polygon_swap_Bytes - provider_in: [polygon_swap_Bytes!] - provider_not_in: [polygon_swap_Bytes!] - provider_contains: polygon_swap_Bytes - provider_not_contains: polygon_swap_Bytes + stableSwap_: optimism_swap_StableSwap_filter + provider: optimism_swap_Bytes + provider_not: optimism_swap_Bytes + provider_gt: optimism_swap_Bytes + provider_lt: optimism_swap_Bytes + provider_gte: optimism_swap_Bytes + provider_lte: optimism_swap_Bytes + provider_in: [optimism_swap_Bytes!] + provider_not_in: [optimism_swap_Bytes!] + provider_contains: optimism_swap_Bytes + provider_not_contains: optimism_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -63856,16 +62017,16 @@ input polygon_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -63875,12 +62036,12 @@ input polygon_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapAddLiquidityEvent_filter] - or: [polygon_swap_StableSwapAddLiquidityEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapAddLiquidityEvent_filter] + or: [optimism_swap_StableSwapAddLiquidityEvent_filter] } -enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { +enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -63912,16 +62073,16 @@ enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface polygon_swap_StableSwapEvent { +interface optimism_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapEvent_filter { +input optimism_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -63950,7 +62111,7 @@ input polygon_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -63967,16 +62128,16 @@ input polygon_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -63986,12 +62147,12 @@ input polygon_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapEvent_filter] - or: [polygon_swap_StableSwapEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapEvent_filter] + or: [optimism_swap_StableSwapEvent_filter] } -enum polygon_swap_StableSwapEvent_orderBy { +enum optimism_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -64016,10 +62177,10 @@ enum polygon_swap_StableSwapEvent_orderBy { nonce } -type polygon_swap_StableSwapExchange { +type optimism_swap_StableSwapExchange { id: ID! - stableSwap: polygon_swap_StableSwap! - buyer: polygon_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + buyer: optimism_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -64028,11 +62189,11 @@ type polygon_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapExchange_filter { +input optimism_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -64061,17 +62222,17 @@ input polygon_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - buyer: polygon_swap_Bytes - buyer_not: polygon_swap_Bytes - buyer_gt: polygon_swap_Bytes - buyer_lt: polygon_swap_Bytes - buyer_gte: polygon_swap_Bytes - buyer_lte: polygon_swap_Bytes - buyer_in: [polygon_swap_Bytes!] - buyer_not_in: [polygon_swap_Bytes!] - buyer_contains: polygon_swap_Bytes - buyer_not_contains: polygon_swap_Bytes + stableSwap_: optimism_swap_StableSwap_filter + buyer: optimism_swap_Bytes + buyer_not: optimism_swap_Bytes + buyer_gt: optimism_swap_Bytes + buyer_lt: optimism_swap_Bytes + buyer_gte: optimism_swap_Bytes + buyer_lte: optimism_swap_Bytes + buyer_in: [optimism_swap_Bytes!] + buyer_not_in: [optimism_swap_Bytes!] + buyer_contains: optimism_swap_Bytes + buyer_not_contains: optimism_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -64134,16 +62295,16 @@ input polygon_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -64153,12 +62314,12 @@ input polygon_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapExchange_filter] - or: [polygon_swap_StableSwapExchange_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapExchange_filter] + or: [optimism_swap_StableSwapExchange_filter] } -enum polygon_swap_StableSwapExchange_orderBy { +enum optimism_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -64190,10 +62351,10 @@ enum polygon_swap_StableSwapExchange_orderBy { nonce } -type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { +type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + provider: optimism_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -64202,11 +62363,11 @@ type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableS balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapRemoveLiquidityEvent_filter { +input optimism_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -64235,17 +62396,17 @@ input polygon_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - provider: polygon_swap_Bytes - provider_not: polygon_swap_Bytes - provider_gt: polygon_swap_Bytes - provider_lt: polygon_swap_Bytes - provider_gte: polygon_swap_Bytes - provider_lte: polygon_swap_Bytes - provider_in: [polygon_swap_Bytes!] - provider_not_in: [polygon_swap_Bytes!] - provider_contains: polygon_swap_Bytes - provider_not_contains: polygon_swap_Bytes + stableSwap_: optimism_swap_StableSwap_filter + provider: optimism_swap_Bytes + provider_not: optimism_swap_Bytes + provider_gt: optimism_swap_Bytes + provider_lt: optimism_swap_Bytes + provider_gte: optimism_swap_Bytes + provider_lte: optimism_swap_Bytes + provider_in: [optimism_swap_Bytes!] + provider_not_in: [optimism_swap_Bytes!] + provider_contains: optimism_swap_Bytes + provider_not_contains: optimism_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -64304,16 +62465,16 @@ input polygon_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -64323,12 +62484,12 @@ input polygon_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] - or: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] } -enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -64360,7 +62521,7 @@ enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input polygon_swap_StableSwap_filter { +input optimism_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -64373,26 +62534,26 @@ input polygon_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: polygon_swap_Bytes - key_not: polygon_swap_Bytes - key_gt: polygon_swap_Bytes - key_lt: polygon_swap_Bytes - key_gte: polygon_swap_Bytes - key_lte: polygon_swap_Bytes - key_in: [polygon_swap_Bytes!] - key_not_in: [polygon_swap_Bytes!] - key_contains: polygon_swap_Bytes - key_not_contains: polygon_swap_Bytes - canonicalId: polygon_swap_Bytes - canonicalId_not: polygon_swap_Bytes - canonicalId_gt: polygon_swap_Bytes - canonicalId_lt: polygon_swap_Bytes - canonicalId_gte: polygon_swap_Bytes - canonicalId_lte: polygon_swap_Bytes - canonicalId_in: [polygon_swap_Bytes!] - canonicalId_not_in: [polygon_swap_Bytes!] - canonicalId_contains: polygon_swap_Bytes - canonicalId_not_contains: polygon_swap_Bytes + key: optimism_swap_Bytes + key_not: optimism_swap_Bytes + key_gt: optimism_swap_Bytes + key_lt: optimism_swap_Bytes + key_gte: optimism_swap_Bytes + key_lte: optimism_swap_Bytes + key_in: [optimism_swap_Bytes!] + key_not_in: [optimism_swap_Bytes!] + key_contains: optimism_swap_Bytes + key_not_contains: optimism_swap_Bytes + canonicalId: optimism_swap_Bytes + canonicalId_not: optimism_swap_Bytes + canonicalId_gt: optimism_swap_Bytes + canonicalId_lt: optimism_swap_Bytes + canonicalId_gte: optimism_swap_Bytes + canonicalId_lte: optimism_swap_Bytes + canonicalId_in: [optimism_swap_Bytes!] + canonicalId_not_in: [optimism_swap_Bytes!] + canonicalId_contains: optimism_swap_Bytes + canonicalId_not_contains: optimism_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -64401,26 +62562,26 @@ input polygon_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: polygon_swap_Bytes - swapPool_not: polygon_swap_Bytes - swapPool_gt: polygon_swap_Bytes - swapPool_lt: polygon_swap_Bytes - swapPool_gte: polygon_swap_Bytes - swapPool_lte: polygon_swap_Bytes - swapPool_in: [polygon_swap_Bytes!] - swapPool_not_in: [polygon_swap_Bytes!] - swapPool_contains: polygon_swap_Bytes - swapPool_not_contains: polygon_swap_Bytes - lpToken: polygon_swap_Bytes - lpToken_not: polygon_swap_Bytes - lpToken_gt: polygon_swap_Bytes - lpToken_lt: polygon_swap_Bytes - lpToken_gte: polygon_swap_Bytes - lpToken_lte: polygon_swap_Bytes - lpToken_in: [polygon_swap_Bytes!] - lpToken_not_in: [polygon_swap_Bytes!] - lpToken_contains: polygon_swap_Bytes - lpToken_not_contains: polygon_swap_Bytes + swapPool: optimism_swap_Bytes + swapPool_not: optimism_swap_Bytes + swapPool_gt: optimism_swap_Bytes + swapPool_lt: optimism_swap_Bytes + swapPool_gte: optimism_swap_Bytes + swapPool_lte: optimism_swap_Bytes + swapPool_in: [optimism_swap_Bytes!] + swapPool_not_in: [optimism_swap_Bytes!] + swapPool_contains: optimism_swap_Bytes + swapPool_not_contains: optimism_swap_Bytes + lpToken: optimism_swap_Bytes + lpToken_not: optimism_swap_Bytes + lpToken_gt: optimism_swap_Bytes + lpToken_lt: optimism_swap_Bytes + lpToken_gte: optimism_swap_Bytes + lpToken_lte: optimism_swap_Bytes + lpToken_in: [optimism_swap_Bytes!] + lpToken_not_in: [optimism_swap_Bytes!] + lpToken_contains: optimism_swap_Bytes + lpToken_not_contains: optimism_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -64469,12 +62630,12 @@ input polygon_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [polygon_swap_Bytes!] - pooledTokens_not: [polygon_swap_Bytes!] - pooledTokens_contains: [polygon_swap_Bytes!] - pooledTokens_contains_nocase: [polygon_swap_Bytes!] - pooledTokens_not_contains: [polygon_swap_Bytes!] - pooledTokens_not_contains_nocase: [polygon_swap_Bytes!] + pooledTokens: [optimism_swap_Bytes!] + pooledTokens_not: [optimism_swap_Bytes!] + pooledTokens_contains: [optimism_swap_Bytes!] + pooledTokens_contains_nocase: [optimism_swap_Bytes!] + pooledTokens_not_contains: [optimism_swap_Bytes!] + pooledTokens_not_contains_nocase: [optimism_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -64517,18 +62678,18 @@ input polygon_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: polygon_swap_StableSwapEvent_filter - exchanges_: polygon_swap_StableSwapExchange_filter - hourlyVolumes_: polygon_swap_SwapHourlyVolume_filter - dailyVolumes_: polygon_swap_SwapDailyVolume_filter - weeklyVolumes_: polygon_swap_SwapWeeklyVolume_filter + events_: optimism_swap_StableSwapEvent_filter + exchanges_: optimism_swap_StableSwapExchange_filter + hourlyVolumes_: optimism_swap_SwapHourlyVolume_filter + dailyVolumes_: optimism_swap_SwapDailyVolume_filter + weeklyVolumes_: optimism_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwap_filter] - or: [polygon_swap_StableSwap_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwap_filter] + or: [optimism_swap_StableSwap_filter] } -enum polygon_swap_StableSwap_orderBy { +enum optimism_swap_StableSwap_orderBy { id isActive key @@ -64556,14 +62717,14 @@ enum polygon_swap_StableSwap_orderBy { weeklyVolumes } -type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { +type optimism_swap_SwapDailyVolume implements optimism_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input polygon_swap_SwapDailyVolume_filter { +input optimism_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -64592,7 +62753,7 @@ input polygon_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -64601,21 +62762,21 @@ input polygon_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapDailyVolume_filter] - or: [polygon_swap_SwapDailyVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapDailyVolume_filter] + or: [optimism_swap_SwapDailyVolume_filter] } -enum polygon_swap_SwapDailyVolume_orderBy { +enum optimism_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -64638,14 +62799,14 @@ enum polygon_swap_SwapDailyVolume_orderBy { volume } -type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { +type optimism_swap_SwapHourlyVolume implements optimism_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input polygon_swap_SwapHourlyVolume_filter { +input optimism_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -64674,7 +62835,7 @@ input polygon_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -64683,21 +62844,21 @@ input polygon_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapHourlyVolume_filter] - or: [polygon_swap_SwapHourlyVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapHourlyVolume_filter] + or: [optimism_swap_SwapHourlyVolume_filter] } -enum polygon_swap_SwapHourlyVolume_orderBy { +enum optimism_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -64720,13 +62881,13 @@ enum polygon_swap_SwapHourlyVolume_orderBy { volume } -interface polygon_swap_SwapTradeVolume { - stableSwap: polygon_swap_StableSwap! +interface optimism_swap_SwapTradeVolume { + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input polygon_swap_SwapTradeVolume_filter { +input optimism_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -64747,7 +62908,7 @@ input polygon_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -64756,21 +62917,103 @@ input polygon_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapTradeVolume_filter] - or: [polygon_swap_SwapTradeVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapTradeVolume_filter] + or: [optimism_swap_SwapTradeVolume_filter] } -enum polygon_swap_SwapTradeVolume_orderBy { +enum optimism_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume +} + +type optimism_swap_SwapWeeklyVolume implements optimism_swap_SwapTradeVolume { + id: ID! + stableSwap: optimism_swap_StableSwap! + timestamp: BigInt! + volume: optimism_swap_BigDecimal! +} + +input optimism_swap_SwapWeeklyVolume_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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: optimism_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapWeeklyVolume_filter] + or: [optimism_swap_SwapWeeklyVolume_filter] +} + +enum optimism_swap_SwapWeeklyVolume_orderBy { + id stableSwap stableSwap__id stableSwap__isActive @@ -64792,14 +63035,228 @@ enum polygon_swap_SwapTradeVolume_orderBy { volume } -type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { +type optimism_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input optimism_swap_SystemInfo_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!] + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SystemInfo_filter] + or: [optimism_swap_SystemInfo_filter] +} + +enum optimism_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type optimism_swap__Block_ { + """The hash of the block""" + hash: optimism_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type optimism_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: optimism_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type stagingarbitrumgoerli_AggregateRoot { + id: ID! + root: stagingarbitrumgoerli_Bytes! + blockNumber: BigInt! +} + +type stagingarbitrumgoerli_AggregateRootProposed { + id: ID! + aggregateRoot: stagingarbitrumgoerli_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingarbitrumgoerli_AggregateRootProposed_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!] + aggregateRoot: stagingarbitrumgoerli_Bytes + aggregateRoot_not: stagingarbitrumgoerli_Bytes + aggregateRoot_gt: stagingarbitrumgoerli_Bytes + aggregateRoot_lt: stagingarbitrumgoerli_Bytes + aggregateRoot_gte: stagingarbitrumgoerli_Bytes + aggregateRoot_lte: stagingarbitrumgoerli_Bytes + aggregateRoot_in: [stagingarbitrumgoerli_Bytes!] + aggregateRoot_not_in: [stagingarbitrumgoerli_Bytes!] + aggregateRoot_contains: stagingarbitrumgoerli_Bytes + aggregateRoot_not_contains: stagingarbitrumgoerli_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_AggregateRootProposed_filter] + or: [stagingarbitrumgoerli_AggregateRootProposed_filter] +} + +enum stagingarbitrumgoerli_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingarbitrumgoerli_AggregateRoot_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!] + root: stagingarbitrumgoerli_Bytes + root_not: stagingarbitrumgoerli_Bytes + root_gt: stagingarbitrumgoerli_Bytes + root_lt: stagingarbitrumgoerli_Bytes + root_gte: stagingarbitrumgoerli_Bytes + root_lte: stagingarbitrumgoerli_Bytes + root_in: [stagingarbitrumgoerli_Bytes!] + root_not_in: [stagingarbitrumgoerli_Bytes!] + root_contains: stagingarbitrumgoerli_Bytes + root_not_contains: stagingarbitrumgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_AggregateRoot_filter] + or: [stagingarbitrumgoerli_AggregateRoot_filter] +} + +enum stagingarbitrumgoerli_AggregateRoot_orderBy { + id + root + blockNumber +} + +type stagingarbitrumgoerli_Asset { + id: ID! + key: stagingarbitrumgoerli_Bytes + decimal: BigInt + canonicalId: stagingarbitrumgoerli_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingarbitrumgoerli_Bytes + localAsset: stagingarbitrumgoerli_Bytes + blockNumber: BigInt + status: stagingarbitrumgoerli_AssetStatus +} + +type stagingarbitrumgoerli_AssetBalance { id: ID! - stableSwap: polygon_swap_StableSwap! - timestamp: BigInt! - volume: polygon_swap_BigDecimal! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingarbitrumgoerli_Router! + asset: stagingarbitrumgoerli_Asset! + feesEarned: BigInt! } -input polygon_swap_SwapWeeklyVolume_filter { +input stagingarbitrumgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -64808,79 +63265,125 @@ input polygon_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingarbitrumgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingarbitrumgoerli_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapWeeklyVolume_filter] - or: [polygon_swap_SwapWeeklyVolume_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_AssetBalance_filter] + or: [stagingarbitrumgoerli_AssetBalance_filter] } -enum polygon_swap_SwapWeeklyVolume_orderBy { +enum stagingarbitrumgoerli_AssetBalance_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned } -type polygon_swap_SystemInfo { +type stagingarbitrumgoerli_AssetStatus { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + status: Boolean } -input polygon_swap_SystemInfo_filter { +input stagingarbitrumgoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -64889,90 +63392,159 @@ input polygon_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SystemInfo_filter] - or: [polygon_swap_SystemInfo_filter] + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_AssetStatus_filter] + or: [stagingarbitrumgoerli_AssetStatus_filter] } -enum polygon_swap_SystemInfo_orderBy { +enum stagingarbitrumgoerli_AssetStatus_orderBy { id - exchangeCount - swapCount + status } -type polygon_swap__Block_ { - """The hash of the block""" - hash: polygon_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int +input stagingarbitrumgoerli_Asset_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!] + key: stagingarbitrumgoerli_Bytes + key_not: stagingarbitrumgoerli_Bytes + key_gt: stagingarbitrumgoerli_Bytes + key_lt: stagingarbitrumgoerli_Bytes + key_gte: stagingarbitrumgoerli_Bytes + key_lte: stagingarbitrumgoerli_Bytes + key_in: [stagingarbitrumgoerli_Bytes!] + key_not_in: [stagingarbitrumgoerli_Bytes!] + key_contains: stagingarbitrumgoerli_Bytes + key_not_contains: stagingarbitrumgoerli_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + canonicalId: stagingarbitrumgoerli_Bytes + canonicalId_not: stagingarbitrumgoerli_Bytes + canonicalId_gt: stagingarbitrumgoerli_Bytes + canonicalId_lt: stagingarbitrumgoerli_Bytes + canonicalId_gte: stagingarbitrumgoerli_Bytes + canonicalId_lte: stagingarbitrumgoerli_Bytes + canonicalId_in: [stagingarbitrumgoerli_Bytes!] + canonicalId_not_in: [stagingarbitrumgoerli_Bytes!] + canonicalId_contains: stagingarbitrumgoerli_Bytes + canonicalId_not_contains: stagingarbitrumgoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: stagingarbitrumgoerli_Bytes + adoptedAsset_not: stagingarbitrumgoerli_Bytes + adoptedAsset_gt: stagingarbitrumgoerli_Bytes + adoptedAsset_lt: stagingarbitrumgoerli_Bytes + adoptedAsset_gte: stagingarbitrumgoerli_Bytes + adoptedAsset_lte: stagingarbitrumgoerli_Bytes + adoptedAsset_in: [stagingarbitrumgoerli_Bytes!] + adoptedAsset_not_in: [stagingarbitrumgoerli_Bytes!] + adoptedAsset_contains: stagingarbitrumgoerli_Bytes + adoptedAsset_not_contains: stagingarbitrumgoerli_Bytes + localAsset: stagingarbitrumgoerli_Bytes + localAsset_not: stagingarbitrumgoerli_Bytes + localAsset_gt: stagingarbitrumgoerli_Bytes + localAsset_lt: stagingarbitrumgoerli_Bytes + localAsset_gte: stagingarbitrumgoerli_Bytes + localAsset_lte: stagingarbitrumgoerli_Bytes + localAsset_in: [stagingarbitrumgoerli_Bytes!] + localAsset_not_in: [stagingarbitrumgoerli_Bytes!] + localAsset_contains: stagingarbitrumgoerli_Bytes + localAsset_not_contains: stagingarbitrumgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: stagingarbitrumgoerli_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_Asset_filter] + or: [stagingarbitrumgoerli_Asset_filter] } -"""The type for the top-level _meta field""" -type polygon_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: polygon_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! +enum stagingarbitrumgoerli_Asset_orderBy { + id + key + decimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -scalar linea_swap_BigDecimal +scalar stagingarbitrumgoerli_BigDecimal -input linea_swap_BlockChangedFilter { +input stagingarbitrumgoerli_BlockChangedFilter { number_gte: Int! } -input linea_swap_Block_height { - hash: linea_swap_Bytes +input stagingarbitrumgoerli_Block_height { + hash: stagingarbitrumgoerli_Bytes number: Int number_gte: Int } -scalar linea_swap_Bytes - -type linea_swap_LpAccount { - id: ID! - address: linea_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpAccountBalance_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpAccountBalance_filter): [linea_swap_LpAccountBalance!]! -} +scalar stagingarbitrumgoerli_Bytes -type linea_swap_LpAccountBalance { +type stagingarbitrumgoerli_ConnectorMeta { id: ID! - account: linea_swap_LpAccount! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: linea_swap_Bytes + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingarbitrumgoerli_Bytes + rootManager: stagingarbitrumgoerli_Bytes + mirrorConnector: stagingarbitrumgoerli_Bytes } -input linea_swap_LpAccountBalance_filter { +input stagingarbitrumgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -64981,93 +63553,109 @@ input linea_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: linea_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes + 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: stagingarbitrumgoerli_Bytes + amb_not: stagingarbitrumgoerli_Bytes + amb_gt: stagingarbitrumgoerli_Bytes + amb_lt: stagingarbitrumgoerli_Bytes + amb_gte: stagingarbitrumgoerli_Bytes + amb_lte: stagingarbitrumgoerli_Bytes + amb_in: [stagingarbitrumgoerli_Bytes!] + amb_not_in: [stagingarbitrumgoerli_Bytes!] + amb_contains: stagingarbitrumgoerli_Bytes + amb_not_contains: stagingarbitrumgoerli_Bytes + rootManager: stagingarbitrumgoerli_Bytes + rootManager_not: stagingarbitrumgoerli_Bytes + rootManager_gt: stagingarbitrumgoerli_Bytes + rootManager_lt: stagingarbitrumgoerli_Bytes + rootManager_gte: stagingarbitrumgoerli_Bytes + rootManager_lte: stagingarbitrumgoerli_Bytes + rootManager_in: [stagingarbitrumgoerli_Bytes!] + rootManager_not_in: [stagingarbitrumgoerli_Bytes!] + rootManager_contains: stagingarbitrumgoerli_Bytes + rootManager_not_contains: stagingarbitrumgoerli_Bytes + mirrorConnector: stagingarbitrumgoerli_Bytes + mirrorConnector_not: stagingarbitrumgoerli_Bytes + mirrorConnector_gt: stagingarbitrumgoerli_Bytes + mirrorConnector_lt: stagingarbitrumgoerli_Bytes + mirrorConnector_gte: stagingarbitrumgoerli_Bytes + mirrorConnector_lte: stagingarbitrumgoerli_Bytes + mirrorConnector_in: [stagingarbitrumgoerli_Bytes!] + mirrorConnector_not_in: [stagingarbitrumgoerli_Bytes!] + mirrorConnector_contains: stagingarbitrumgoerli_Bytes + mirrorConnector_not_contains: stagingarbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_ConnectorMeta_filter] + or: [stagingarbitrumgoerli_ConnectorMeta_filter] } -enum linea_swap_LpAccountBalance_orderBy { +enum stagingarbitrumgoerli_ConnectorMeta_orderBy { id - account - token - amount - block - modified - transaction + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -input linea_swap_LpAccount_filter { +type stagingarbitrumgoerli_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingarbitrumgoerli_Bytes + nonce: BigInt + status: stagingarbitrumgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_Router_orderBy, orderDirection: stagingarbitrumgoerli_OrderDirection, where: stagingarbitrumgoerli_Router_filter): [stagingarbitrumgoerli_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingarbitrumgoerli_Bytes + delegate: stagingarbitrumgoerli_Bytes + receiveLocal: Boolean + callData: stagingarbitrumgoerli_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingarbitrumgoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingarbitrumgoerli_Bytes + asset: stagingarbitrumgoerli_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingarbitrumgoerli_Bytes + executedTransactionHash: stagingarbitrumgoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingarbitrumgoerli_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingarbitrumgoerli_Bytes + reconciledTransactionHash: stagingarbitrumgoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingarbitrumgoerli_Bytes + reconciledTxNonce: BigInt +} + +input stagingarbitrumgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -65076,90 +63664,417 @@ input linea_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: linea_swap_Bytes - address_not: linea_swap_Bytes - address_in: [linea_swap_Bytes!] - address_not_in: [linea_swap_Bytes!] - address_contains: linea_swap_Bytes - address_not_contains: linea_swap_Bytes - balances_: linea_swap_LpAccountBalance_filter + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: stagingarbitrumgoerli_Bytes + transferId_not: stagingarbitrumgoerli_Bytes + transferId_gt: stagingarbitrumgoerli_Bytes + transferId_lt: stagingarbitrumgoerli_Bytes + transferId_gte: stagingarbitrumgoerli_Bytes + transferId_lte: stagingarbitrumgoerli_Bytes + transferId_in: [stagingarbitrumgoerli_Bytes!] + transferId_not_in: [stagingarbitrumgoerli_Bytes!] + transferId_contains: stagingarbitrumgoerli_Bytes + transferId_not_contains: stagingarbitrumgoerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: stagingarbitrumgoerli_TransferStatus + status_not: stagingarbitrumgoerli_TransferStatus + status_in: [stagingarbitrumgoerli_TransferStatus!] + status_not_in: [stagingarbitrumgoerli_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingarbitrumgoerli_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: stagingarbitrumgoerli_Bytes + to_not: stagingarbitrumgoerli_Bytes + to_gt: stagingarbitrumgoerli_Bytes + to_lt: stagingarbitrumgoerli_Bytes + to_gte: stagingarbitrumgoerli_Bytes + to_lte: stagingarbitrumgoerli_Bytes + to_in: [stagingarbitrumgoerli_Bytes!] + to_not_in: [stagingarbitrumgoerli_Bytes!] + to_contains: stagingarbitrumgoerli_Bytes + to_not_contains: stagingarbitrumgoerli_Bytes + delegate: stagingarbitrumgoerli_Bytes + delegate_not: stagingarbitrumgoerli_Bytes + delegate_gt: stagingarbitrumgoerli_Bytes + delegate_lt: stagingarbitrumgoerli_Bytes + delegate_gte: stagingarbitrumgoerli_Bytes + delegate_lte: stagingarbitrumgoerli_Bytes + delegate_in: [stagingarbitrumgoerli_Bytes!] + delegate_not_in: [stagingarbitrumgoerli_Bytes!] + delegate_contains: stagingarbitrumgoerli_Bytes + delegate_not_contains: stagingarbitrumgoerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingarbitrumgoerli_Bytes + callData_not: stagingarbitrumgoerli_Bytes + callData_gt: stagingarbitrumgoerli_Bytes + callData_lt: stagingarbitrumgoerli_Bytes + callData_gte: stagingarbitrumgoerli_Bytes + callData_lte: stagingarbitrumgoerli_Bytes + callData_in: [stagingarbitrumgoerli_Bytes!] + callData_not_in: [stagingarbitrumgoerli_Bytes!] + callData_contains: stagingarbitrumgoerli_Bytes + callData_not_contains: stagingarbitrumgoerli_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: stagingarbitrumgoerli_Bytes + originSender_not: stagingarbitrumgoerli_Bytes + originSender_gt: stagingarbitrumgoerli_Bytes + originSender_lt: stagingarbitrumgoerli_Bytes + originSender_gte: stagingarbitrumgoerli_Bytes + originSender_lte: stagingarbitrumgoerli_Bytes + originSender_in: [stagingarbitrumgoerli_Bytes!] + originSender_not_in: [stagingarbitrumgoerli_Bytes!] + originSender_contains: stagingarbitrumgoerli_Bytes + originSender_not_contains: stagingarbitrumgoerli_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: stagingarbitrumgoerli_Bytes + canonicalId_not: stagingarbitrumgoerli_Bytes + canonicalId_gt: stagingarbitrumgoerli_Bytes + canonicalId_lt: stagingarbitrumgoerli_Bytes + canonicalId_gte: stagingarbitrumgoerli_Bytes + canonicalId_lte: stagingarbitrumgoerli_Bytes + canonicalId_in: [stagingarbitrumgoerli_Bytes!] + canonicalId_not_in: [stagingarbitrumgoerli_Bytes!] + canonicalId_contains: stagingarbitrumgoerli_Bytes + canonicalId_not_contains: stagingarbitrumgoerli_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingarbitrumgoerli_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: stagingarbitrumgoerli_Bytes + executedCaller_not: stagingarbitrumgoerli_Bytes + executedCaller_gt: stagingarbitrumgoerli_Bytes + executedCaller_lt: stagingarbitrumgoerli_Bytes + executedCaller_gte: stagingarbitrumgoerli_Bytes + executedCaller_lte: stagingarbitrumgoerli_Bytes + executedCaller_in: [stagingarbitrumgoerli_Bytes!] + executedCaller_not_in: [stagingarbitrumgoerli_Bytes!] + executedCaller_contains: stagingarbitrumgoerli_Bytes + executedCaller_not_contains: stagingarbitrumgoerli_Bytes + executedTransactionHash: stagingarbitrumgoerli_Bytes + executedTransactionHash_not: stagingarbitrumgoerli_Bytes + executedTransactionHash_gt: stagingarbitrumgoerli_Bytes + executedTransactionHash_lt: stagingarbitrumgoerli_Bytes + executedTransactionHash_gte: stagingarbitrumgoerli_Bytes + executedTransactionHash_lte: stagingarbitrumgoerli_Bytes + executedTransactionHash_in: [stagingarbitrumgoerli_Bytes!] + executedTransactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + executedTransactionHash_contains: stagingarbitrumgoerli_Bytes + executedTransactionHash_not_contains: stagingarbitrumgoerli_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: stagingarbitrumgoerli_Bytes + executedTxOrigin_not: stagingarbitrumgoerli_Bytes + executedTxOrigin_gt: stagingarbitrumgoerli_Bytes + executedTxOrigin_lt: stagingarbitrumgoerli_Bytes + executedTxOrigin_gte: stagingarbitrumgoerli_Bytes + executedTxOrigin_lte: stagingarbitrumgoerli_Bytes + executedTxOrigin_in: [stagingarbitrumgoerli_Bytes!] + executedTxOrigin_not_in: [stagingarbitrumgoerli_Bytes!] + executedTxOrigin_contains: stagingarbitrumgoerli_Bytes + executedTxOrigin_not_contains: stagingarbitrumgoerli_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: stagingarbitrumgoerli_Bytes + reconciledCaller_not: stagingarbitrumgoerli_Bytes + reconciledCaller_gt: stagingarbitrumgoerli_Bytes + reconciledCaller_lt: stagingarbitrumgoerli_Bytes + reconciledCaller_gte: stagingarbitrumgoerli_Bytes + reconciledCaller_lte: stagingarbitrumgoerli_Bytes + reconciledCaller_in: [stagingarbitrumgoerli_Bytes!] + reconciledCaller_not_in: [stagingarbitrumgoerli_Bytes!] + reconciledCaller_contains: stagingarbitrumgoerli_Bytes + reconciledCaller_not_contains: stagingarbitrumgoerli_Bytes + reconciledTransactionHash: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_not: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_gt: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_lt: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_gte: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_lte: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_in: [stagingarbitrumgoerli_Bytes!] + reconciledTransactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + reconciledTransactionHash_contains: stagingarbitrumgoerli_Bytes + reconciledTransactionHash_not_contains: stagingarbitrumgoerli_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_not: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_gt: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_lt: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_gte: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_lte: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_in: [stagingarbitrumgoerli_Bytes!] + reconciledTxOrigin_not_in: [stagingarbitrumgoerli_Bytes!] + reconciledTxOrigin_contains: stagingarbitrumgoerli_Bytes + reconciledTxOrigin_not_contains: stagingarbitrumgoerli_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_DestinationTransfer_filter] + or: [stagingarbitrumgoerli_DestinationTransfer_filter] } -enum linea_swap_LpAccount_orderBy { +enum stagingarbitrumgoerli_DestinationTransfer_orderBy { id - address - balances + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -type linea_swap_LpToken { - id: ID! - address: linea_swap_Bytes! - stableSwap: linea_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: linea_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpTokenEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpTokenEvent_filter): [linea_swap_LpTokenEvent!]! -} +""" +8 bytes signed integer -interface linea_swap_LpTokenEvent { +""" +scalar stagingarbitrumgoerli_Int8 + +type stagingarbitrumgoerli_OptimisticRootFinalized { id: ID! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - block: BigInt! + aggregateRoot: stagingarbitrumgoerli_Bytes! timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! -} - -input linea_swap_LpTokenEvent_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!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + blockNumber: BigInt +} + +input stagingarbitrumgoerli_OptimisticRootFinalized_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!] + aggregateRoot: stagingarbitrumgoerli_Bytes + aggregateRoot_not: stagingarbitrumgoerli_Bytes + aggregateRoot_gt: stagingarbitrumgoerli_Bytes + aggregateRoot_lt: stagingarbitrumgoerli_Bytes + aggregateRoot_gte: stagingarbitrumgoerli_Bytes + aggregateRoot_lte: stagingarbitrumgoerli_Bytes + aggregateRoot_in: [stagingarbitrumgoerli_Bytes!] + aggregateRoot_not_in: [stagingarbitrumgoerli_Bytes!] + aggregateRoot_contains: stagingarbitrumgoerli_Bytes + aggregateRoot_not_contains: stagingarbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -65168,35 +64083,47 @@ input linea_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_OptimisticRootFinalized_filter] + or: [stagingarbitrumgoerli_OptimisticRootFinalized_filter] } -enum linea_swap_LpTokenEvent_orderBy { +enum stagingarbitrumgoerli_OptimisticRootFinalized_orderBy { id - token - amount - block + aggregateRoot timestamp - transaction - nonce + blockNumber } -input linea_swap_LpToken_filter { +"""Defines the order direction, either ascending or descending""" +enum stagingarbitrumgoerli_OrderDirection { + asc + desc +} + +type stagingarbitrumgoerli_OriginMessage { + id: ID! + transferId: stagingarbitrumgoerli_Bytes + destinationDomain: BigInt + leaf: stagingarbitrumgoerli_Bytes + index: BigInt + message: stagingarbitrumgoerli_Bytes + root: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + blockNumber: BigInt + rootCount: stagingarbitrumgoerli_RootCount +} + +input stagingarbitrumgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -65205,119 +64132,158 @@ input linea_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: linea_swap_Bytes - address_not: linea_swap_Bytes - address_in: [linea_swap_Bytes!] - address_not_in: [linea_swap_Bytes!] - address_contains: linea_swap_Bytes - address_not_contains: linea_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: linea_swap_BigDecimal - totalSupply_not: linea_swap_BigDecimal - totalSupply_gt: linea_swap_BigDecimal - totalSupply_lt: linea_swap_BigDecimal - totalSupply_gte: linea_swap_BigDecimal - totalSupply_lte: linea_swap_BigDecimal - totalSupply_in: [linea_swap_BigDecimal!] - totalSupply_not_in: [linea_swap_BigDecimal!] + transferId: stagingarbitrumgoerli_Bytes + transferId_not: stagingarbitrumgoerli_Bytes + transferId_gt: stagingarbitrumgoerli_Bytes + transferId_lt: stagingarbitrumgoerli_Bytes + transferId_gte: stagingarbitrumgoerli_Bytes + transferId_lte: stagingarbitrumgoerli_Bytes + transferId_in: [stagingarbitrumgoerli_Bytes!] + transferId_not_in: [stagingarbitrumgoerli_Bytes!] + transferId_contains: stagingarbitrumgoerli_Bytes + transferId_not_contains: stagingarbitrumgoerli_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: stagingarbitrumgoerli_Bytes + leaf_not: stagingarbitrumgoerli_Bytes + leaf_gt: stagingarbitrumgoerli_Bytes + leaf_lt: stagingarbitrumgoerli_Bytes + leaf_gte: stagingarbitrumgoerli_Bytes + leaf_lte: stagingarbitrumgoerli_Bytes + leaf_in: [stagingarbitrumgoerli_Bytes!] + leaf_not_in: [stagingarbitrumgoerli_Bytes!] + leaf_contains: stagingarbitrumgoerli_Bytes + leaf_not_contains: stagingarbitrumgoerli_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: stagingarbitrumgoerli_Bytes + message_not: stagingarbitrumgoerli_Bytes + message_gt: stagingarbitrumgoerli_Bytes + message_lt: stagingarbitrumgoerli_Bytes + message_gte: stagingarbitrumgoerli_Bytes + message_lte: stagingarbitrumgoerli_Bytes + message_in: [stagingarbitrumgoerli_Bytes!] + message_not_in: [stagingarbitrumgoerli_Bytes!] + message_contains: stagingarbitrumgoerli_Bytes + message_not_contains: stagingarbitrumgoerli_Bytes + root: stagingarbitrumgoerli_Bytes + root_not: stagingarbitrumgoerli_Bytes + root_gt: stagingarbitrumgoerli_Bytes + root_lt: stagingarbitrumgoerli_Bytes + root_gte: stagingarbitrumgoerli_Bytes + root_lte: stagingarbitrumgoerli_Bytes + root_in: [stagingarbitrumgoerli_Bytes!] + root_not_in: [stagingarbitrumgoerli_Bytes!] + root_contains: stagingarbitrumgoerli_Bytes + root_not_contains: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + transactionHash_not: stagingarbitrumgoerli_Bytes + transactionHash_gt: stagingarbitrumgoerli_Bytes + transactionHash_lt: stagingarbitrumgoerli_Bytes + transactionHash_gte: stagingarbitrumgoerli_Bytes + transactionHash_lte: stagingarbitrumgoerli_Bytes + transactionHash_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_contains: stagingarbitrumgoerli_Bytes + transactionHash_not_contains: stagingarbitrumgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: stagingarbitrumgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_OriginMessage_filter] + or: [stagingarbitrumgoerli_OriginMessage_filter] } -enum linea_swap_LpToken_orderBy { +enum stagingarbitrumgoerli_OriginMessage_orderBy { id - address - stableSwap - decimals - name - symbol - totalSupply - events + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type linea_swap_LpTransferEvent implements linea_swap_LpTokenEvent { +type stagingarbitrumgoerli_OriginTransfer { id: ID! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - from: linea_swap_Bytes! - to: linea_swap_Bytes! - fromBalance: linea_swap_BigDecimal! - toBalance: linea_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: stagingarbitrumgoerli_Bytes + nonce: BigInt + status: stagingarbitrumgoerli_TransferStatus + messageHash: stagingarbitrumgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingarbitrumgoerli_Bytes + delegate: stagingarbitrumgoerli_Bytes + receiveLocal: Boolean + callData: stagingarbitrumgoerli_Bytes + slippage: BigInt + originSender: stagingarbitrumgoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingarbitrumgoerli_Bytes + asset: stagingarbitrumgoerli_Asset + transactingAsset: stagingarbitrumgoerli_Bytes + message: stagingarbitrumgoerli_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_RelayerFee_orderBy, orderDirection: stagingarbitrumgoerli_OrderDirection, where: stagingarbitrumgoerli_RelayerFee_filter): [stagingarbitrumgoerli_RelayerFee!] + initialRelayerFeeAsset: stagingarbitrumgoerli_Bytes + caller: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingarbitrumgoerli_Bytes + txNonce: BigInt } -input linea_swap_LpTransferEvent_filter { +input stagingarbitrumgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -65326,71 +64292,245 @@ input linea_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - from: linea_swap_Bytes - from_not: linea_swap_Bytes - from_in: [linea_swap_Bytes!] - from_not_in: [linea_swap_Bytes!] - from_contains: linea_swap_Bytes - from_not_contains: linea_swap_Bytes - to: linea_swap_Bytes - to_not: linea_swap_Bytes - to_in: [linea_swap_Bytes!] - to_not_in: [linea_swap_Bytes!] - to_contains: linea_swap_Bytes - to_not_contains: linea_swap_Bytes - fromBalance: linea_swap_BigDecimal - fromBalance_not: linea_swap_BigDecimal - fromBalance_gt: linea_swap_BigDecimal - fromBalance_lt: linea_swap_BigDecimal - fromBalance_gte: linea_swap_BigDecimal - fromBalance_lte: linea_swap_BigDecimal - fromBalance_in: [linea_swap_BigDecimal!] - fromBalance_not_in: [linea_swap_BigDecimal!] - toBalance: linea_swap_BigDecimal - toBalance_not: linea_swap_BigDecimal - toBalance_gt: linea_swap_BigDecimal - toBalance_lt: linea_swap_BigDecimal - toBalance_gte: linea_swap_BigDecimal - toBalance_lte: linea_swap_BigDecimal - toBalance_in: [linea_swap_BigDecimal!] - toBalance_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: stagingarbitrumgoerli_Bytes + transferId_not: stagingarbitrumgoerli_Bytes + transferId_gt: stagingarbitrumgoerli_Bytes + transferId_lt: stagingarbitrumgoerli_Bytes + transferId_gte: stagingarbitrumgoerli_Bytes + transferId_lte: stagingarbitrumgoerli_Bytes + transferId_in: [stagingarbitrumgoerli_Bytes!] + transferId_not_in: [stagingarbitrumgoerli_Bytes!] + transferId_contains: stagingarbitrumgoerli_Bytes + transferId_not_contains: stagingarbitrumgoerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: stagingarbitrumgoerli_TransferStatus + status_not: stagingarbitrumgoerli_TransferStatus + status_in: [stagingarbitrumgoerli_TransferStatus!] + status_not_in: [stagingarbitrumgoerli_TransferStatus!] + messageHash: stagingarbitrumgoerli_Bytes + messageHash_not: stagingarbitrumgoerli_Bytes + messageHash_gt: stagingarbitrumgoerli_Bytes + messageHash_lt: stagingarbitrumgoerli_Bytes + messageHash_gte: stagingarbitrumgoerli_Bytes + messageHash_lte: stagingarbitrumgoerli_Bytes + messageHash_in: [stagingarbitrumgoerli_Bytes!] + messageHash_not_in: [stagingarbitrumgoerli_Bytes!] + messageHash_contains: stagingarbitrumgoerli_Bytes + messageHash_not_contains: stagingarbitrumgoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: stagingarbitrumgoerli_Bytes + to_not: stagingarbitrumgoerli_Bytes + to_gt: stagingarbitrumgoerli_Bytes + to_lt: stagingarbitrumgoerli_Bytes + to_gte: stagingarbitrumgoerli_Bytes + to_lte: stagingarbitrumgoerli_Bytes + to_in: [stagingarbitrumgoerli_Bytes!] + to_not_in: [stagingarbitrumgoerli_Bytes!] + to_contains: stagingarbitrumgoerli_Bytes + to_not_contains: stagingarbitrumgoerli_Bytes + delegate: stagingarbitrumgoerli_Bytes + delegate_not: stagingarbitrumgoerli_Bytes + delegate_gt: stagingarbitrumgoerli_Bytes + delegate_lt: stagingarbitrumgoerli_Bytes + delegate_gte: stagingarbitrumgoerli_Bytes + delegate_lte: stagingarbitrumgoerli_Bytes + delegate_in: [stagingarbitrumgoerli_Bytes!] + delegate_not_in: [stagingarbitrumgoerli_Bytes!] + delegate_contains: stagingarbitrumgoerli_Bytes + delegate_not_contains: stagingarbitrumgoerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingarbitrumgoerli_Bytes + callData_not: stagingarbitrumgoerli_Bytes + callData_gt: stagingarbitrumgoerli_Bytes + callData_lt: stagingarbitrumgoerli_Bytes + callData_gte: stagingarbitrumgoerli_Bytes + callData_lte: stagingarbitrumgoerli_Bytes + callData_in: [stagingarbitrumgoerli_Bytes!] + callData_not_in: [stagingarbitrumgoerli_Bytes!] + callData_contains: stagingarbitrumgoerli_Bytes + callData_not_contains: stagingarbitrumgoerli_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: stagingarbitrumgoerli_Bytes + originSender_not: stagingarbitrumgoerli_Bytes + originSender_gt: stagingarbitrumgoerli_Bytes + originSender_lt: stagingarbitrumgoerli_Bytes + originSender_gte: stagingarbitrumgoerli_Bytes + originSender_lte: stagingarbitrumgoerli_Bytes + originSender_in: [stagingarbitrumgoerli_Bytes!] + originSender_not_in: [stagingarbitrumgoerli_Bytes!] + originSender_contains: stagingarbitrumgoerli_Bytes + originSender_not_contains: stagingarbitrumgoerli_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: stagingarbitrumgoerli_Bytes + canonicalId_not: stagingarbitrumgoerli_Bytes + canonicalId_gt: stagingarbitrumgoerli_Bytes + canonicalId_lt: stagingarbitrumgoerli_Bytes + canonicalId_gte: stagingarbitrumgoerli_Bytes + canonicalId_lte: stagingarbitrumgoerli_Bytes + canonicalId_in: [stagingarbitrumgoerli_Bytes!] + canonicalId_not_in: [stagingarbitrumgoerli_Bytes!] + canonicalId_contains: stagingarbitrumgoerli_Bytes + canonicalId_not_contains: stagingarbitrumgoerli_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingarbitrumgoerli_Asset_filter + transactingAsset: stagingarbitrumgoerli_Bytes + transactingAsset_not: stagingarbitrumgoerli_Bytes + transactingAsset_gt: stagingarbitrumgoerli_Bytes + transactingAsset_lt: stagingarbitrumgoerli_Bytes + transactingAsset_gte: stagingarbitrumgoerli_Bytes + transactingAsset_lte: stagingarbitrumgoerli_Bytes + transactingAsset_in: [stagingarbitrumgoerli_Bytes!] + transactingAsset_not_in: [stagingarbitrumgoerli_Bytes!] + transactingAsset_contains: stagingarbitrumgoerli_Bytes + transactingAsset_not_contains: stagingarbitrumgoerli_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: stagingarbitrumgoerli_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: stagingarbitrumgoerli_RelayerFee_filter + initialRelayerFeeAsset: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_not: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_gt: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_lt: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_gte: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_lte: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_in: [stagingarbitrumgoerli_Bytes!] + initialRelayerFeeAsset_not_in: [stagingarbitrumgoerli_Bytes!] + initialRelayerFeeAsset_contains: stagingarbitrumgoerli_Bytes + initialRelayerFeeAsset_not_contains: stagingarbitrumgoerli_Bytes + caller: stagingarbitrumgoerli_Bytes + caller_not: stagingarbitrumgoerli_Bytes + caller_gt: stagingarbitrumgoerli_Bytes + caller_lt: stagingarbitrumgoerli_Bytes + caller_gte: stagingarbitrumgoerli_Bytes + caller_lte: stagingarbitrumgoerli_Bytes + caller_in: [stagingarbitrumgoerli_Bytes!] + caller_not_in: [stagingarbitrumgoerli_Bytes!] + caller_contains: stagingarbitrumgoerli_Bytes + caller_not_contains: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + transactionHash_not: stagingarbitrumgoerli_Bytes + transactionHash_gt: stagingarbitrumgoerli_Bytes + transactionHash_lt: stagingarbitrumgoerli_Bytes + transactionHash_gte: stagingarbitrumgoerli_Bytes + transactionHash_lte: stagingarbitrumgoerli_Bytes + transactionHash_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_contains: stagingarbitrumgoerli_Bytes + transactionHash_not_contains: stagingarbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -65399,50 +64539,120 @@ input linea_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: stagingarbitrumgoerli_Bytes + txOrigin_not: stagingarbitrumgoerli_Bytes + txOrigin_gt: stagingarbitrumgoerli_Bytes + txOrigin_lt: stagingarbitrumgoerli_Bytes + txOrigin_gte: stagingarbitrumgoerli_Bytes + txOrigin_lte: stagingarbitrumgoerli_Bytes + txOrigin_in: [stagingarbitrumgoerli_Bytes!] + txOrigin_not_in: [stagingarbitrumgoerli_Bytes!] + txOrigin_contains: stagingarbitrumgoerli_Bytes + txOrigin_not_contains: stagingarbitrumgoerli_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_OriginTransfer_filter] + or: [stagingarbitrumgoerli_OriginTransfer_filter] } -enum linea_swap_LpTransferEvent_orderBy { +enum stagingarbitrumgoerli_OriginTransfer_orderBy { id - token - amount - from + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain to - fromBalance - toBalance - block + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -"""Defines the order direction, either ascending or descending""" -enum linea_swap_OrderDirection { - asc - desc +type stagingarbitrumgoerli_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingarbitrumgoerli_Bytes } -type linea_swap_PooledToken { +type stagingarbitrumgoerli_RelayerFee { id: ID! - asset: linea_swap_Bytes! + transfer: stagingarbitrumgoerli_OriginTransfer! + fee: BigInt! + asset: stagingarbitrumgoerli_Bytes! } -input linea_swap_PooledToken_filter { +input stagingarbitrumgoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -65451,66 +64661,101 @@ input linea_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: linea_swap_Bytes - asset_not: linea_swap_Bytes - asset_in: [linea_swap_Bytes!] - asset_not_in: [linea_swap_Bytes!] - asset_contains: linea_swap_Bytes - asset_not_contains: linea_swap_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingarbitrumgoerli_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: stagingarbitrumgoerli_Bytes + asset_not: stagingarbitrumgoerli_Bytes + asset_gt: stagingarbitrumgoerli_Bytes + asset_lt: stagingarbitrumgoerli_Bytes + asset_gte: stagingarbitrumgoerli_Bytes + asset_lte: stagingarbitrumgoerli_Bytes + asset_in: [stagingarbitrumgoerli_Bytes!] + asset_not_in: [stagingarbitrumgoerli_Bytes!] + asset_contains: stagingarbitrumgoerli_Bytes + asset_not_contains: stagingarbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_RelayerFee_filter] + or: [stagingarbitrumgoerli_RelayerFee_filter] } -enum linea_swap_PooledToken_orderBy { +enum stagingarbitrumgoerli_RelayerFee_orderBy { id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee asset } -type linea_swap_StableSwap { - id: ID! - isActive: Boolean - key: linea_swap_Bytes! - canonicalId: linea_swap_Bytes - domain: BigInt - swapPool: linea_swap_Bytes - lpToken: linea_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [linea_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapEvent_filter): [linea_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapExchange_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapExchange_filter): [linea_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapHourlyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapHourlyVolume_filter): [linea_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapDailyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapDailyVolume_filter): [linea_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapWeeklyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapWeeklyVolume_filter): [linea_swap_SwapWeeklyVolume!] -} - -type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEvent { +type stagingarbitrumgoerli_RelayerFeesIncrease { id: ID! - stableSwap: linea_swap_StableSwap! - provider: linea_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + transfer: stagingarbitrumgoerli_OriginTransfer! + increase: BigInt + asset: stagingarbitrumgoerli_Bytes + caller: stagingarbitrumgoerli_Bytes! + transactionHash: stagingarbitrumgoerli_Bytes! timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input linea_swap_StableSwapAddLiquidityEvent_filter { +input stagingarbitrumgoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -65519,83 +64764,65 @@ input linea_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - provider: linea_swap_Bytes - provider_not: linea_swap_Bytes - provider_in: [linea_swap_Bytes!] - provider_not_in: [linea_swap_Bytes!] - provider_contains: linea_swap_Bytes - provider_not_contains: linea_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingarbitrumgoerli_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: stagingarbitrumgoerli_Bytes + asset_not: stagingarbitrumgoerli_Bytes + asset_gt: stagingarbitrumgoerli_Bytes + asset_lt: stagingarbitrumgoerli_Bytes + asset_gte: stagingarbitrumgoerli_Bytes + asset_lte: stagingarbitrumgoerli_Bytes + asset_in: [stagingarbitrumgoerli_Bytes!] + asset_not_in: [stagingarbitrumgoerli_Bytes!] + asset_contains: stagingarbitrumgoerli_Bytes + asset_not_contains: stagingarbitrumgoerli_Bytes + caller: stagingarbitrumgoerli_Bytes + caller_not: stagingarbitrumgoerli_Bytes + caller_gt: stagingarbitrumgoerli_Bytes + caller_lt: stagingarbitrumgoerli_Bytes + caller_gte: stagingarbitrumgoerli_Bytes + caller_lte: stagingarbitrumgoerli_Bytes + caller_in: [stagingarbitrumgoerli_Bytes!] + caller_not_in: [stagingarbitrumgoerli_Bytes!] + caller_contains: stagingarbitrumgoerli_Bytes + caller_not_contains: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + transactionHash_not: stagingarbitrumgoerli_Bytes + transactionHash_gt: stagingarbitrumgoerli_Bytes + transactionHash_lt: stagingarbitrumgoerli_Bytes + transactionHash_gte: stagingarbitrumgoerli_Bytes + transactionHash_lte: stagingarbitrumgoerli_Bytes + transactionHash_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_contains: stagingarbitrumgoerli_Bytes + transactionHash_not_contains: stagingarbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -65604,50 +64831,79 @@ input linea_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_RelayerFeesIncrease_filter] + or: [stagingarbitrumgoerli_RelayerFeesIncrease_filter] } -enum linea_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingarbitrumgoerli_RelayerFeesIncrease_orderBy { id - stableSwap - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp - transaction - nonce -} - -interface linea_swap_StableSwapEvent { - id: ID! - stableSwap: linea_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + gasPrice + gasLimit + blockNumber } -input linea_swap_StableSwapEvent_filter { +input stagingarbitrumgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -65656,87 +64912,38 @@ input linea_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: stagingarbitrumgoerli_Bytes + relayer_not: stagingarbitrumgoerli_Bytes + relayer_gt: stagingarbitrumgoerli_Bytes + relayer_lt: stagingarbitrumgoerli_Bytes + relayer_gte: stagingarbitrumgoerli_Bytes + relayer_lte: stagingarbitrumgoerli_Bytes + relayer_in: [stagingarbitrumgoerli_Bytes!] + relayer_not_in: [stagingarbitrumgoerli_Bytes!] + relayer_contains: stagingarbitrumgoerli_Bytes + relayer_not_contains: stagingarbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_Relayer_filter] + or: [stagingarbitrumgoerli_Relayer_filter] } -enum linea_swap_StableSwapEvent_orderBy { +enum stagingarbitrumgoerli_Relayer_orderBy { id - stableSwap - block - timestamp - transaction - nonce + isActive + relayer } -type linea_swap_StableSwapExchange { +type stagingarbitrumgoerli_RootCount { id: ID! - stableSwap: linea_swap_StableSwap! - buyer: linea_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + count: BigInt } -input linea_swap_StableSwapExchange_filter { +input stagingarbitrumgoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -65745,146 +64952,40 @@ input linea_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - buyer: linea_swap_Bytes - buyer_not: linea_swap_Bytes - buyer_in: [linea_swap_Bytes!] - buyer_not_in: [linea_swap_Bytes!] - buyer_contains: linea_swap_Bytes - buyer_not_contains: linea_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_RootCount_filter] + or: [stagingarbitrumgoerli_RootCount_filter] } -enum linea_swap_StableSwapExchange_orderBy { +enum stagingarbitrumgoerli_RootCount_orderBy { id - stableSwap - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction - nonce + count } -type linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { +type stagingarbitrumgoerli_RootMessageSent { id: ID! - stableSwap: linea_swap_StableSwap! - provider: linea_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingarbitrumgoerli_Bytes + count: BigInt + caller: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input linea_swap_StableSwapRemoveLiquidityEvent_filter { +input stagingarbitrumgoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -65893,83 +64994,181 @@ input linea_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - provider: linea_swap_Bytes - provider_not: linea_swap_Bytes - provider_in: [linea_swap_Bytes!] - provider_not_in: [linea_swap_Bytes!] - provider_contains: linea_swap_Bytes - provider_not_contains: linea_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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!] + root: stagingarbitrumgoerli_Bytes + root_not: stagingarbitrumgoerli_Bytes + root_gt: stagingarbitrumgoerli_Bytes + root_lt: stagingarbitrumgoerli_Bytes + root_gte: stagingarbitrumgoerli_Bytes + root_lte: stagingarbitrumgoerli_Bytes + root_in: [stagingarbitrumgoerli_Bytes!] + root_not_in: [stagingarbitrumgoerli_Bytes!] + root_contains: stagingarbitrumgoerli_Bytes + root_not_contains: stagingarbitrumgoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: stagingarbitrumgoerli_Bytes + caller_not: stagingarbitrumgoerli_Bytes + caller_gt: stagingarbitrumgoerli_Bytes + caller_lt: stagingarbitrumgoerli_Bytes + caller_gte: stagingarbitrumgoerli_Bytes + caller_lte: stagingarbitrumgoerli_Bytes + caller_in: [stagingarbitrumgoerli_Bytes!] + caller_not_in: [stagingarbitrumgoerli_Bytes!] + caller_contains: stagingarbitrumgoerli_Bytes + caller_not_contains: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + transactionHash_not: stagingarbitrumgoerli_Bytes + transactionHash_gt: stagingarbitrumgoerli_Bytes + transactionHash_lt: stagingarbitrumgoerli_Bytes + transactionHash_gte: stagingarbitrumgoerli_Bytes + transactionHash_lte: stagingarbitrumgoerli_Bytes + transactionHash_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_contains: stagingarbitrumgoerli_Bytes + transactionHash_not_contains: stagingarbitrumgoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_RootMessageSent_filter] + or: [stagingarbitrumgoerli_RootMessageSent_filter] +} + +enum stagingarbitrumgoerli_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingarbitrumgoerli_Router { + id: ID! + isActive: Boolean! + owner: stagingarbitrumgoerli_Bytes + recipient: stagingarbitrumgoerli_Bytes + proposedOwner: stagingarbitrumgoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_AssetBalance_orderBy, orderDirection: stagingarbitrumgoerli_OrderDirection, where: stagingarbitrumgoerli_AssetBalance_filter): [stagingarbitrumgoerli_AssetBalance!]! +} + +type stagingarbitrumgoerli_RouterDailyTVL { + id: ID! + router: stagingarbitrumgoerli_Router! + asset: stagingarbitrumgoerli_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingarbitrumgoerli_RouterDailyTVL_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!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingarbitrumgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingarbitrumgoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -65978,41 +65177,43 @@ input linea_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_RouterDailyTVL_filter] + or: [stagingarbitrumgoerli_RouterDailyTVL_filter] } -enum linea_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingarbitrumgoerli_RouterDailyTVL_orderBy { id - stableSwap - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - transaction - nonce + balance } -input linea_swap_StableSwap_filter { +input stagingarbitrumgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -66025,178 +65226,68 @@ input linea_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: linea_swap_Bytes - key_not: linea_swap_Bytes - key_in: [linea_swap_Bytes!] - key_not_in: [linea_swap_Bytes!] - key_contains: linea_swap_Bytes - key_not_contains: linea_swap_Bytes - canonicalId: linea_swap_Bytes - canonicalId_not: linea_swap_Bytes - canonicalId_in: [linea_swap_Bytes!] - canonicalId_not_in: [linea_swap_Bytes!] - canonicalId_contains: linea_swap_Bytes - canonicalId_not_contains: linea_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: linea_swap_Bytes - swapPool_not: linea_swap_Bytes - swapPool_in: [linea_swap_Bytes!] - swapPool_not_in: [linea_swap_Bytes!] - swapPool_contains: linea_swap_Bytes - swapPool_not_contains: linea_swap_Bytes - lpToken: linea_swap_Bytes - lpToken_not: linea_swap_Bytes - lpToken_in: [linea_swap_Bytes!] - lpToken_not_in: [linea_swap_Bytes!] - lpToken_contains: linea_swap_Bytes - lpToken_not_contains: linea_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [linea_swap_Bytes!] - pooledTokens_not: [linea_swap_Bytes!] - pooledTokens_contains: [linea_swap_Bytes!] - pooledTokens_contains_nocase: [linea_swap_Bytes!] - pooledTokens_not_contains: [linea_swap_Bytes!] - pooledTokens_not_contains_nocase: [linea_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - exchanges_: linea_swap_StableSwapExchange_filter - hourlyVolumes_: linea_swap_SwapHourlyVolume_filter - dailyVolumes_: linea_swap_SwapDailyVolume_filter - weeklyVolumes_: linea_swap_SwapWeeklyVolume_filter + owner: stagingarbitrumgoerli_Bytes + owner_not: stagingarbitrumgoerli_Bytes + owner_gt: stagingarbitrumgoerli_Bytes + owner_lt: stagingarbitrumgoerli_Bytes + owner_gte: stagingarbitrumgoerli_Bytes + owner_lte: stagingarbitrumgoerli_Bytes + owner_in: [stagingarbitrumgoerli_Bytes!] + owner_not_in: [stagingarbitrumgoerli_Bytes!] + owner_contains: stagingarbitrumgoerli_Bytes + owner_not_contains: stagingarbitrumgoerli_Bytes + recipient: stagingarbitrumgoerli_Bytes + recipient_not: stagingarbitrumgoerli_Bytes + recipient_gt: stagingarbitrumgoerli_Bytes + recipient_lt: stagingarbitrumgoerli_Bytes + recipient_gte: stagingarbitrumgoerli_Bytes + recipient_lte: stagingarbitrumgoerli_Bytes + recipient_in: [stagingarbitrumgoerli_Bytes!] + recipient_not_in: [stagingarbitrumgoerli_Bytes!] + recipient_contains: stagingarbitrumgoerli_Bytes + recipient_not_contains: stagingarbitrumgoerli_Bytes + proposedOwner: stagingarbitrumgoerli_Bytes + proposedOwner_not: stagingarbitrumgoerli_Bytes + proposedOwner_gt: stagingarbitrumgoerli_Bytes + proposedOwner_lt: stagingarbitrumgoerli_Bytes + proposedOwner_gte: stagingarbitrumgoerli_Bytes + proposedOwner_lte: stagingarbitrumgoerli_Bytes + proposedOwner_in: [stagingarbitrumgoerli_Bytes!] + proposedOwner_not_in: [stagingarbitrumgoerli_Bytes!] + proposedOwner_contains: stagingarbitrumgoerli_Bytes + proposedOwner_not_contains: stagingarbitrumgoerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: stagingarbitrumgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_Router_filter] + or: [stagingarbitrumgoerli_Router_filter] } -enum linea_swap_StableSwap_orderBy { +enum stagingarbitrumgoerli_Router_orderBy { id isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { +type stagingarbitrumgoerli_Sequencer { id: ID! - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! + isActive: Boolean! + sequencer: stagingarbitrumgoerli_Bytes } -input linea_swap_SwapDailyVolume_filter { +input stagingarbitrumgoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -66205,62 +65296,39 @@ input linea_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: stagingarbitrumgoerli_Bytes + sequencer_not: stagingarbitrumgoerli_Bytes + sequencer_gt: stagingarbitrumgoerli_Bytes + sequencer_lt: stagingarbitrumgoerli_Bytes + sequencer_gte: stagingarbitrumgoerli_Bytes + sequencer_lte: stagingarbitrumgoerli_Bytes + sequencer_in: [stagingarbitrumgoerli_Bytes!] + sequencer_not_in: [stagingarbitrumgoerli_Bytes!] + sequencer_contains: stagingarbitrumgoerli_Bytes + sequencer_not_contains: stagingarbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_Sequencer_filter] + or: [stagingarbitrumgoerli_Sequencer_filter] } -enum linea_swap_SwapDailyVolume_orderBy { +enum stagingarbitrumgoerli_Sequencer_orderBy { id - stableSwap - timestamp - volume + isActive + sequencer } -type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { +type stagingarbitrumgoerli_Setting { id: ID! - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: stagingarbitrumgoerli_Bytes! } -input linea_swap_SwapHourlyVolume_filter { +input stagingarbitrumgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -66269,82 +65337,106 @@ input linea_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: stagingarbitrumgoerli_Bytes + caller_not: stagingarbitrumgoerli_Bytes + caller_gt: stagingarbitrumgoerli_Bytes + caller_lt: stagingarbitrumgoerli_Bytes + caller_gte: stagingarbitrumgoerli_Bytes + caller_lte: stagingarbitrumgoerli_Bytes + caller_in: [stagingarbitrumgoerli_Bytes!] + caller_not_in: [stagingarbitrumgoerli_Bytes!] + caller_contains: stagingarbitrumgoerli_Bytes + caller_not_contains: stagingarbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_Setting_filter] + or: [stagingarbitrumgoerli_Setting_filter] } -enum linea_swap_SwapHourlyVolume_orderBy { +enum stagingarbitrumgoerli_Setting_orderBy { id - stableSwap - timestamp - volume + maxRoutersPerTransfer + caller } -interface linea_swap_SwapTradeVolume { - stableSwap: linea_swap_StableSwap! +type stagingarbitrumgoerli_SlippageUpdate { + id: ID! + transfer: stagingarbitrumgoerli_DestinationTransfer! + slippage: BigInt! + caller: stagingarbitrumgoerli_Bytes! + transactionHash: stagingarbitrumgoerli_Bytes! timestamp: BigInt! - volume: linea_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input linea_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter +input stagingarbitrumgoerli_SlippageUpdate_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!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingarbitrumgoerli_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: stagingarbitrumgoerli_Bytes + caller_not: stagingarbitrumgoerli_Bytes + caller_gt: stagingarbitrumgoerli_Bytes + caller_lt: stagingarbitrumgoerli_Bytes + caller_gte: stagingarbitrumgoerli_Bytes + caller_lte: stagingarbitrumgoerli_Bytes + caller_in: [stagingarbitrumgoerli_Bytes!] + caller_not_in: [stagingarbitrumgoerli_Bytes!] + caller_contains: stagingarbitrumgoerli_Bytes + caller_not_contains: stagingarbitrumgoerli_Bytes + transactionHash: stagingarbitrumgoerli_Bytes + transactionHash_not: stagingarbitrumgoerli_Bytes + transactionHash_gt: stagingarbitrumgoerli_Bytes + transactionHash_lt: stagingarbitrumgoerli_Bytes + transactionHash_gte: stagingarbitrumgoerli_Bytes + transactionHash_lte: stagingarbitrumgoerli_Bytes + transactionHash_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] + transactionHash_contains: stagingarbitrumgoerli_Bytes + transactionHash_not_contains: stagingarbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -66353,32 +65445,94 @@ input linea_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_SlippageUpdate_filter] + or: [stagingarbitrumgoerli_SlippageUpdate_filter] } -enum linea_swap_SwapTradeVolume_orderBy { - stableSwap +enum stagingarbitrumgoerli_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type linea_swap_SwapWeeklyVolume implements linea_swap_SwapTradeVolume { +type stagingarbitrumgoerli_SnapshotRoot { id: ID! - stableSwap: linea_swap_StableSwap! + spokeDomain: BigInt + root: stagingarbitrumgoerli_Bytes! + count: BigInt! timestamp: BigInt! - volume: linea_swap_BigDecimal! + blockNumber: BigInt! } -input linea_swap_SwapWeeklyVolume_filter { +input stagingarbitrumgoerli_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -66387,27 +65541,32 @@ input linea_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: stagingarbitrumgoerli_Bytes + root_not: stagingarbitrumgoerli_Bytes + root_gt: stagingarbitrumgoerli_Bytes + root_lt: stagingarbitrumgoerli_Bytes + root_gte: stagingarbitrumgoerli_Bytes + root_lte: stagingarbitrumgoerli_Bytes + root_in: [stagingarbitrumgoerli_Bytes!] + root_not_in: [stagingarbitrumgoerli_Bytes!] + root_contains: stagingarbitrumgoerli_Bytes + root_not_contains: stagingarbitrumgoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -66416,32 +65575,35 @@ input linea_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_SnapshotRoot_filter] + or: [stagingarbitrumgoerli_SnapshotRoot_filter] } -enum linea_swap_SwapWeeklyVolume_orderBy { +enum stagingarbitrumgoerli_SnapshotRoot_orderBy { id - stableSwap + spokeDomain + root + count timestamp - volume + blockNumber } -type linea_swap_SystemInfo { +type stagingarbitrumgoerli_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input linea_swap_SystemInfo_filter { +input stagingarbitrumgoerli_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -66450,35 +65612,48 @@ input linea_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingarbitrumgoerli_BlockChangedFilter + and: [stagingarbitrumgoerli_SpokeConnectorMode_filter] + or: [stagingarbitrumgoerli_SpokeConnectorMode_filter] } -enum linea_swap_SystemInfo_orderBy { +enum stagingarbitrumgoerli_SpokeConnectorMode_orderBy { id - exchangeCount - swapCount + mode } -type linea_swap__Block_ { +enum stagingarbitrumgoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingarbitrumgoerli__Block_ { """The hash of the block""" - hash: linea_swap_Bytes + hash: stagingarbitrumgoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -66486,7 +65661,7 @@ type linea_swap__Block_ { } """The type for the top-level _meta field""" -type linea_swap__Meta_ { +type stagingarbitrumgoerli__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -66494,7 +65669,7 @@ type linea_swap__Meta_ { and therefore asks for the latest block """ - block: linea_swap__Block_! + block: stagingarbitrumgoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -68102,44 +67277,241 @@ input goerli_RelayerFeesIncrease_filter { blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: goerli_BlockChangedFilter - and: [goerli_RelayerFeesIncrease_filter] - or: [goerli_RelayerFeesIncrease_filter] + and: [goerli_RelayerFeesIncrease_filter] + or: [goerli_RelayerFeesIncrease_filter] +} + +enum goerli_RelayerFeesIncrease_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +input goerli_Relayer_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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: goerli_Bytes + relayer_not: goerli_Bytes + relayer_gt: goerli_Bytes + relayer_lt: goerli_Bytes + relayer_gte: goerli_Bytes + relayer_lte: goerli_Bytes + relayer_in: [goerli_Bytes!] + relayer_not_in: [goerli_Bytes!] + relayer_contains: goerli_Bytes + relayer_not_contains: goerli_Bytes + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_Relayer_filter] + or: [goerli_Relayer_filter] +} + +enum goerli_Relayer_orderBy { + id + isActive + relayer +} + +type goerli_RootCount { + id: ID! + count: BigInt +} + +input goerli_RootCount_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!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_RootCount_filter] + or: [goerli_RootCount_filter] +} + +enum goerli_RootCount_orderBy { + id + count +} + +type goerli_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: goerli_Bytes + count: BigInt + caller: goerli_Bytes + transactionHash: goerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input goerli_RootMessageSent_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!] + root: goerli_Bytes + root_not: goerli_Bytes + root_gt: goerli_Bytes + root_lt: goerli_Bytes + root_gte: goerli_Bytes + root_lte: goerli_Bytes + root_in: [goerli_Bytes!] + root_not_in: [goerli_Bytes!] + root_contains: goerli_Bytes + root_not_contains: goerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_RootMessageSent_filter] + or: [goerli_RootMessageSent_filter] } -enum goerli_RelayerFeesIncrease_orderBy { +enum goerli_RootMessageSent_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset + spokeDomain + hubDomain + root + count caller transactionHash timestamp @@ -68148,7 +67520,290 @@ enum goerli_RelayerFeesIncrease_orderBy { blockNumber } -input goerli_Relayer_filter { +type goerli_Router { + id: ID! + isActive: Boolean! + owner: goerli_Bytes + recipient: goerli_Bytes + proposedOwner: goerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: goerli_AssetBalance_orderBy, orderDirection: goerli_OrderDirection, where: goerli_AssetBalance_filter): [goerli_AssetBalance!]! +} + +type goerli_RouterDailyTVL { + id: ID! + router: goerli_Router! + asset: goerli_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input goerli_RouterDailyTVL_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!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: goerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: goerli_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_RouterDailyTVL_filter] + or: [goerli_RouterDailyTVL_filter] +} + +enum goerli_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type goerli_RouterLiquidityEvent { + id: ID! + type: goerli_RouterLiquidityEventType + router: goerli_Router! + asset: goerli_Asset! + amount: BigInt! + balance: BigInt! + caller: goerli_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: goerli_Bytes! + nonce: BigInt! +} + +enum goerli_RouterLiquidityEventType { + Add + Remove +} + +input goerli_RouterLiquidityEvent_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!] + type: goerli_RouterLiquidityEventType + type_not: goerli_RouterLiquidityEventType + type_in: [goerli_RouterLiquidityEventType!] + type_not_in: [goerli_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: goerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: goerli_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: goerli_Bytes + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: goerli_Bytes + transactionHash_not: goerli_Bytes + transactionHash_gt: goerli_Bytes + transactionHash_lt: goerli_Bytes + transactionHash_gte: goerli_Bytes + transactionHash_lte: goerli_Bytes + transactionHash_in: [goerli_Bytes!] + transactionHash_not_in: [goerli_Bytes!] + transactionHash_contains: goerli_Bytes + transactionHash_not_contains: goerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_RouterLiquidityEvent_filter] + or: [goerli_RouterLiquidityEvent_filter] +} + +enum goerli_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input goerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -68161,34 +67816,68 @@ input goerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: goerli_Bytes - relayer_not: goerli_Bytes - relayer_gt: goerli_Bytes - relayer_lt: goerli_Bytes - relayer_gte: goerli_Bytes - relayer_lte: goerli_Bytes - relayer_in: [goerli_Bytes!] - relayer_not_in: [goerli_Bytes!] - relayer_contains: goerli_Bytes - relayer_not_contains: goerli_Bytes + owner: goerli_Bytes + owner_not: goerli_Bytes + owner_gt: goerli_Bytes + owner_lt: goerli_Bytes + owner_gte: goerli_Bytes + owner_lte: goerli_Bytes + owner_in: [goerli_Bytes!] + owner_not_in: [goerli_Bytes!] + owner_contains: goerli_Bytes + owner_not_contains: goerli_Bytes + recipient: goerli_Bytes + recipient_not: goerli_Bytes + recipient_gt: goerli_Bytes + recipient_lt: goerli_Bytes + recipient_gte: goerli_Bytes + recipient_lte: goerli_Bytes + recipient_in: [goerli_Bytes!] + recipient_not_in: [goerli_Bytes!] + recipient_contains: goerli_Bytes + recipient_not_contains: goerli_Bytes + proposedOwner: goerli_Bytes + proposedOwner_not: goerli_Bytes + proposedOwner_gt: goerli_Bytes + proposedOwner_lt: goerli_Bytes + proposedOwner_gte: goerli_Bytes + proposedOwner_lte: goerli_Bytes + proposedOwner_in: [goerli_Bytes!] + proposedOwner_not_in: [goerli_Bytes!] + proposedOwner_contains: goerli_Bytes + proposedOwner_not_contains: goerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: goerli_AssetBalance_filter """Filter for the block changed event.""" _change_block: goerli_BlockChangedFilter - and: [goerli_Relayer_filter] - or: [goerli_Relayer_filter] + and: [goerli_Router_filter] + or: [goerli_Router_filter] } -enum goerli_Relayer_orderBy { +enum goerli_Router_orderBy { id isActive - relayer + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type goerli_RootCount { +type goerli_Sequencer { id: ID! - count: BigInt + isActive: Boolean! + sequencer: goerli_Bytes } -input goerli_RootCount_filter { +input goerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -68197,40 +67886,90 @@ input goerli_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: goerli_Bytes + sequencer_not: goerli_Bytes + sequencer_gt: goerli_Bytes + sequencer_lt: goerli_Bytes + sequencer_gte: goerli_Bytes + sequencer_lte: goerli_Bytes + sequencer_in: [goerli_Bytes!] + sequencer_not_in: [goerli_Bytes!] + sequencer_contains: goerli_Bytes + sequencer_not_contains: goerli_Bytes """Filter for the block changed event.""" _change_block: goerli_BlockChangedFilter - and: [goerli_RootCount_filter] - or: [goerli_RootCount_filter] + and: [goerli_Sequencer_filter] + or: [goerli_Sequencer_filter] } -enum goerli_RootCount_orderBy { +enum goerli_Sequencer_orderBy { id - count + isActive + sequencer } -type goerli_RootMessageSent { +type goerli_Setting { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: goerli_Bytes - count: BigInt + maxRoutersPerTransfer: BigInt! + caller: goerli_Bytes! +} + +input goerli_Setting_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!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] caller: goerli_Bytes - transactionHash: goerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + caller_not: goerli_Bytes + caller_gt: goerli_Bytes + caller_lt: goerli_Bytes + caller_gte: goerli_Bytes + caller_lte: goerli_Bytes + caller_in: [goerli_Bytes!] + caller_not_in: [goerli_Bytes!] + caller_contains: goerli_Bytes + caller_not_contains: goerli_Bytes + """Filter for the block changed event.""" + _change_block: goerli_BlockChangedFilter + and: [goerli_Setting_filter] + or: [goerli_Setting_filter] +} + +enum goerli_Setting_orderBy { + id + maxRoutersPerTransfer + caller } -input goerli_RootMessageSent_filter { +type goerli_SlippageUpdate { + id: ID! + transfer: goerli_DestinationTransfer! + slippage: BigInt! + caller: goerli_Bytes! + transactionHash: goerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input goerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -68239,40 +67978,35 @@ input goerli_RootMessageSent_filter { 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!] - root: goerli_Bytes - root_not: goerli_Bytes - root_gt: goerli_Bytes - root_lt: goerli_Bytes - root_gte: goerli_Bytes - root_lte: goerli_Bytes - root_in: [goerli_Bytes!] - root_not_in: [goerli_Bytes!] - root_contains: goerli_Bytes - root_not_contains: goerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: goerli_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] caller: goerli_Bytes caller_not: goerli_Bytes caller_gt: goerli_Bytes @@ -68327,16 +68061,50 @@ input goerli_RootMessageSent_filter { blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: goerli_BlockChangedFilter - and: [goerli_RootMessageSent_filter] - or: [goerli_RootMessageSent_filter] + and: [goerli_SlippageUpdate_filter] + or: [goerli_SlippageUpdate_filter] } -enum goerli_RootMessageSent_orderBy { +enum goerli_SlippageUpdate_orderBy { id - spokeDomain - hubDomain - root - count + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage caller transactionHash timestamp @@ -68345,25 +68113,84 @@ enum goerli_RootMessageSent_orderBy { blockNumber } -type goerli_Router { +enum goerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type optimismgoerli_AggregateRoot { id: ID! - isActive: Boolean! - owner: goerli_Bytes - recipient: goerli_Bytes - proposedOwner: goerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: goerli_AssetBalance_orderBy, orderDirection: goerli_OrderDirection, where: goerli_AssetBalance_filter): [goerli_AssetBalance!]! + root: optimismgoerli_Bytes! + blockNumber: BigInt! } -type goerli_RouterDailyTVL { +input optimismgoerli_AggregateRoot_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!] + root: optimismgoerli_Bytes + root_not: optimismgoerli_Bytes + root_gt: optimismgoerli_Bytes + root_lt: optimismgoerli_Bytes + root_gte: optimismgoerli_Bytes + root_lte: optimismgoerli_Bytes + root_in: [optimismgoerli_Bytes!] + root_not_in: [optimismgoerli_Bytes!] + root_contains: optimismgoerli_Bytes + root_not_contains: optimismgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AggregateRoot_filter] + or: [optimismgoerli_AggregateRoot_filter] +} + +enum optimismgoerli_AggregateRoot_orderBy { + id + root + blockNumber +} + +type optimismgoerli_Asset { id: ID! - router: goerli_Router! - asset: goerli_Asset! - timestamp: BigInt! - balance: BigInt! + key: optimismgoerli_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: optimismgoerli_Bytes + canonicalDomain: BigInt + adoptedAsset: optimismgoerli_Bytes + localAsset: optimismgoerli_Bytes + blockNumber: BigInt + status: optimismgoerli_AssetStatus } -input goerli_RouterDailyTVL_filter { +type optimismgoerli_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! + feesEarned: BigInt! +} + +input optimismgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -68372,6 +68199,38 @@ input goerli_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] router: String router_not: String router_gt: String @@ -68392,7 +68251,7 @@ input goerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: goerli_Router_filter + router_: optimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -68413,31 +68272,27 @@ input goerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + asset_: optimismgoerli_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RouterDailyTVL_filter] - or: [goerli_RouterDailyTVL_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AssetBalance_filter] + or: [optimismgoerli_AssetBalance_filter] } -enum goerli_RouterDailyTVL_orderBy { +enum optimismgoerli_AssetBalance_orderBy { id + amount + locked + supplied + removed router router__id router__isActive @@ -68455,30 +68310,296 @@ enum goerli_RouterDailyTVL_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - timestamp - balance + feesEarned +} + +type optimismgoerli_AssetStatus { + id: ID! + status: Boolean +} + +input optimismgoerli_AssetStatus_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!] + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] + """Filter for the block changed event.""" + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_AssetStatus_filter] + or: [optimismgoerli_AssetStatus_filter] +} + +enum optimismgoerli_AssetStatus_orderBy { + id + status +} + +input optimismgoerli_Asset_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!] + key: optimismgoerli_Bytes + key_not: optimismgoerli_Bytes + key_gt: optimismgoerli_Bytes + key_lt: optimismgoerli_Bytes + key_gte: optimismgoerli_Bytes + key_lte: optimismgoerli_Bytes + key_in: [optimismgoerli_Bytes!] + key_not_in: [optimismgoerli_Bytes!] + key_contains: optimismgoerli_Bytes + key_not_contains: optimismgoerli_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: optimismgoerli_Bytes + canonicalId_not: optimismgoerli_Bytes + canonicalId_gt: optimismgoerli_Bytes + canonicalId_lt: optimismgoerli_Bytes + canonicalId_gte: optimismgoerli_Bytes + canonicalId_lte: optimismgoerli_Bytes + canonicalId_in: [optimismgoerli_Bytes!] + canonicalId_not_in: [optimismgoerli_Bytes!] + canonicalId_contains: optimismgoerli_Bytes + canonicalId_not_contains: optimismgoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: optimismgoerli_Bytes + adoptedAsset_not: optimismgoerli_Bytes + adoptedAsset_gt: optimismgoerli_Bytes + adoptedAsset_lt: optimismgoerli_Bytes + adoptedAsset_gte: optimismgoerli_Bytes + adoptedAsset_lte: optimismgoerli_Bytes + adoptedAsset_in: [optimismgoerli_Bytes!] + adoptedAsset_not_in: [optimismgoerli_Bytes!] + adoptedAsset_contains: optimismgoerli_Bytes + adoptedAsset_not_contains: optimismgoerli_Bytes + localAsset: optimismgoerli_Bytes + localAsset_not: optimismgoerli_Bytes + localAsset_gt: optimismgoerli_Bytes + localAsset_lt: optimismgoerli_Bytes + localAsset_gte: optimismgoerli_Bytes + localAsset_lte: optimismgoerli_Bytes + localAsset_in: [optimismgoerli_Bytes!] + localAsset_not_in: [optimismgoerli_Bytes!] + localAsset_contains: optimismgoerli_Bytes + localAsset_not_contains: optimismgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: optimismgoerli_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Asset_filter] + or: [optimismgoerli_Asset_filter] +} + +enum optimismgoerli_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar optimismgoerli_BigDecimal + +input optimismgoerli_BlockChangedFilter { + number_gte: Int! +} + +input optimismgoerli_Block_height { + hash: optimismgoerli_Bytes + number: Int + number_gte: Int +} + +scalar optimismgoerli_Bytes + +type optimismgoerli_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: optimismgoerli_Bytes + rootManager: optimismgoerli_Bytes + mirrorConnector: optimismgoerli_Bytes +} + +input optimismgoerli_ConnectorMeta_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: optimismgoerli_Bytes + amb_not: optimismgoerli_Bytes + amb_gt: optimismgoerli_Bytes + amb_lt: optimismgoerli_Bytes + amb_gte: optimismgoerli_Bytes + amb_lte: optimismgoerli_Bytes + amb_in: [optimismgoerli_Bytes!] + amb_not_in: [optimismgoerli_Bytes!] + amb_contains: optimismgoerli_Bytes + amb_not_contains: optimismgoerli_Bytes + rootManager: optimismgoerli_Bytes + rootManager_not: optimismgoerli_Bytes + rootManager_gt: optimismgoerli_Bytes + rootManager_lt: optimismgoerli_Bytes + rootManager_gte: optimismgoerli_Bytes + rootManager_lte: optimismgoerli_Bytes + rootManager_in: [optimismgoerli_Bytes!] + rootManager_not_in: [optimismgoerli_Bytes!] + rootManager_contains: optimismgoerli_Bytes + rootManager_not_contains: optimismgoerli_Bytes + mirrorConnector: optimismgoerli_Bytes + mirrorConnector_not: optimismgoerli_Bytes + mirrorConnector_gt: optimismgoerli_Bytes + mirrorConnector_lt: optimismgoerli_Bytes + mirrorConnector_gte: optimismgoerli_Bytes + mirrorConnector_lte: optimismgoerli_Bytes + mirrorConnector_in: [optimismgoerli_Bytes!] + mirrorConnector_not_in: [optimismgoerli_Bytes!] + mirrorConnector_contains: optimismgoerli_Bytes + mirrorConnector_not_contains: optimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_ConnectorMeta_filter] + or: [optimismgoerli_ConnectorMeta_filter] } -type goerli_RouterLiquidityEvent { - id: ID! - type: goerli_RouterLiquidityEventType - router: goerli_Router! - asset: goerli_Asset! - amount: BigInt! - balance: BigInt! - caller: goerli_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: goerli_Bytes! - nonce: BigInt! +enum optimismgoerli_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -enum goerli_RouterLiquidityEventType { - Add - Remove +type optimismgoerli_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: optimismgoerli_Bytes + nonce: BigInt + status: optimismgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_Router_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_Router_filter): [optimismgoerli_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes + receiveLocal: Boolean + callData: optimismgoerli_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: optimismgoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: optimismgoerli_Bytes + asset: optimismgoerli_Asset + amount: BigInt + routersFee: BigInt + executedCaller: optimismgoerli_Bytes + executedTransactionHash: optimismgoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: optimismgoerli_Bytes + executedTxNonce: BigInt + reconciledCaller: optimismgoerli_Bytes + reconciledTransactionHash: optimismgoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: optimismgoerli_Bytes + reconciledTxNonce: BigInt } -input goerli_RouterLiquidityEvent_filter { +input optimismgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -68487,31 +68608,153 @@ input goerli_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: goerli_RouterLiquidityEventType - type_not: goerli_RouterLiquidityEventType - type_in: [goerli_RouterLiquidityEventType!] - type_not_in: [goerli_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: goerli_Router_filter + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: optimismgoerli_Bytes + transferId_not: optimismgoerli_Bytes + transferId_gt: optimismgoerli_Bytes + transferId_lt: optimismgoerli_Bytes + transferId_gte: optimismgoerli_Bytes + transferId_lte: optimismgoerli_Bytes + transferId_in: [optimismgoerli_Bytes!] + transferId_not_in: [optimismgoerli_Bytes!] + transferId_contains: optimismgoerli_Bytes + transferId_not_contains: optimismgoerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: optimismgoerli_TransferStatus + status_not: optimismgoerli_TransferStatus + status_in: [optimismgoerli_TransferStatus!] + status_not_in: [optimismgoerli_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: optimismgoerli_Router_filter + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: optimismgoerli_Bytes + to_not: optimismgoerli_Bytes + to_gt: optimismgoerli_Bytes + to_lt: optimismgoerli_Bytes + to_gte: optimismgoerli_Bytes + to_lte: optimismgoerli_Bytes + to_in: [optimismgoerli_Bytes!] + to_not_in: [optimismgoerli_Bytes!] + to_contains: optimismgoerli_Bytes + to_not_contains: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes + delegate_not: optimismgoerli_Bytes + delegate_gt: optimismgoerli_Bytes + delegate_lt: optimismgoerli_Bytes + delegate_gte: optimismgoerli_Bytes + delegate_lte: optimismgoerli_Bytes + delegate_in: [optimismgoerli_Bytes!] + delegate_not_in: [optimismgoerli_Bytes!] + delegate_contains: optimismgoerli_Bytes + delegate_not_contains: optimismgoerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: optimismgoerli_Bytes + callData_not: optimismgoerli_Bytes + callData_gt: optimismgoerli_Bytes + callData_lt: optimismgoerli_Bytes + callData_gte: optimismgoerli_Bytes + callData_lte: optimismgoerli_Bytes + callData_in: [optimismgoerli_Bytes!] + callData_not_in: [optimismgoerli_Bytes!] + callData_contains: optimismgoerli_Bytes + callData_not_contains: optimismgoerli_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: optimismgoerli_Bytes + originSender_not: optimismgoerli_Bytes + originSender_gt: optimismgoerli_Bytes + originSender_lt: optimismgoerli_Bytes + originSender_gte: optimismgoerli_Bytes + originSender_lte: optimismgoerli_Bytes + originSender_in: [optimismgoerli_Bytes!] + originSender_not_in: [optimismgoerli_Bytes!] + originSender_contains: optimismgoerli_Bytes + originSender_not_contains: optimismgoerli_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: optimismgoerli_Bytes + canonicalId_not: optimismgoerli_Bytes + canonicalId_gt: optimismgoerli_Bytes + canonicalId_lt: optimismgoerli_Bytes + canonicalId_gte: optimismgoerli_Bytes + canonicalId_lte: optimismgoerli_Bytes + canonicalId_in: [optimismgoerli_Bytes!] + canonicalId_not_in: [optimismgoerli_Bytes!] + canonicalId_contains: optimismgoerli_Bytes + canonicalId_not_contains: optimismgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -68532,7 +68775,7 @@ input goerli_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: goerli_Asset_filter + asset_: optimismgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -68541,209 +68784,236 @@ input goerli_RouterLiquidityEvent_filter { amount_lte: BigInt amount_in: [BigInt!] amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_RouterLiquidityEvent_filter] - or: [goerli_RouterLiquidityEvent_filter] -} - -enum goerli_RouterLiquidityEvent_orderBy { - id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - balance - caller - blockNumber - timestamp - transactionHash - nonce -} - -input goerli_Router_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!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: goerli_Bytes - owner_not: goerli_Bytes - owner_gt: goerli_Bytes - owner_lt: goerli_Bytes - owner_gte: goerli_Bytes - owner_lte: goerli_Bytes - owner_in: [goerli_Bytes!] - owner_not_in: [goerli_Bytes!] - owner_contains: goerli_Bytes - owner_not_contains: goerli_Bytes - recipient: goerli_Bytes - recipient_not: goerli_Bytes - recipient_gt: goerli_Bytes - recipient_lt: goerli_Bytes - recipient_gte: goerli_Bytes - recipient_lte: goerli_Bytes - recipient_in: [goerli_Bytes!] - recipient_not_in: [goerli_Bytes!] - recipient_contains: goerli_Bytes - recipient_not_contains: goerli_Bytes - proposedOwner: goerli_Bytes - proposedOwner_not: goerli_Bytes - proposedOwner_gt: goerli_Bytes - proposedOwner_lt: goerli_Bytes - proposedOwner_gte: goerli_Bytes - proposedOwner_lte: goerli_Bytes - proposedOwner_in: [goerli_Bytes!] - proposedOwner_not_in: [goerli_Bytes!] - proposedOwner_contains: goerli_Bytes - proposedOwner_not_contains: goerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: goerli_AssetBalance_filter + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: optimismgoerli_Bytes + executedCaller_not: optimismgoerli_Bytes + executedCaller_gt: optimismgoerli_Bytes + executedCaller_lt: optimismgoerli_Bytes + executedCaller_gte: optimismgoerli_Bytes + executedCaller_lte: optimismgoerli_Bytes + executedCaller_in: [optimismgoerli_Bytes!] + executedCaller_not_in: [optimismgoerli_Bytes!] + executedCaller_contains: optimismgoerli_Bytes + executedCaller_not_contains: optimismgoerli_Bytes + executedTransactionHash: optimismgoerli_Bytes + executedTransactionHash_not: optimismgoerli_Bytes + executedTransactionHash_gt: optimismgoerli_Bytes + executedTransactionHash_lt: optimismgoerli_Bytes + executedTransactionHash_gte: optimismgoerli_Bytes + executedTransactionHash_lte: optimismgoerli_Bytes + executedTransactionHash_in: [optimismgoerli_Bytes!] + executedTransactionHash_not_in: [optimismgoerli_Bytes!] + executedTransactionHash_contains: optimismgoerli_Bytes + executedTransactionHash_not_contains: optimismgoerli_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: optimismgoerli_Bytes + executedTxOrigin_not: optimismgoerli_Bytes + executedTxOrigin_gt: optimismgoerli_Bytes + executedTxOrigin_lt: optimismgoerli_Bytes + executedTxOrigin_gte: optimismgoerli_Bytes + executedTxOrigin_lte: optimismgoerli_Bytes + executedTxOrigin_in: [optimismgoerli_Bytes!] + executedTxOrigin_not_in: [optimismgoerli_Bytes!] + executedTxOrigin_contains: optimismgoerli_Bytes + executedTxOrigin_not_contains: optimismgoerli_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: optimismgoerli_Bytes + reconciledCaller_not: optimismgoerli_Bytes + reconciledCaller_gt: optimismgoerli_Bytes + reconciledCaller_lt: optimismgoerli_Bytes + reconciledCaller_gte: optimismgoerli_Bytes + reconciledCaller_lte: optimismgoerli_Bytes + reconciledCaller_in: [optimismgoerli_Bytes!] + reconciledCaller_not_in: [optimismgoerli_Bytes!] + reconciledCaller_contains: optimismgoerli_Bytes + reconciledCaller_not_contains: optimismgoerli_Bytes + reconciledTransactionHash: optimismgoerli_Bytes + reconciledTransactionHash_not: optimismgoerli_Bytes + reconciledTransactionHash_gt: optimismgoerli_Bytes + reconciledTransactionHash_lt: optimismgoerli_Bytes + reconciledTransactionHash_gte: optimismgoerli_Bytes + reconciledTransactionHash_lte: optimismgoerli_Bytes + reconciledTransactionHash_in: [optimismgoerli_Bytes!] + reconciledTransactionHash_not_in: [optimismgoerli_Bytes!] + reconciledTransactionHash_contains: optimismgoerli_Bytes + reconciledTransactionHash_not_contains: optimismgoerli_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: optimismgoerli_Bytes + reconciledTxOrigin_not: optimismgoerli_Bytes + reconciledTxOrigin_gt: optimismgoerli_Bytes + reconciledTxOrigin_lt: optimismgoerli_Bytes + reconciledTxOrigin_gte: optimismgoerli_Bytes + reconciledTxOrigin_lte: optimismgoerli_Bytes + reconciledTxOrigin_in: [optimismgoerli_Bytes!] + reconciledTxOrigin_not_in: [optimismgoerli_Bytes!] + reconciledTxOrigin_contains: optimismgoerli_Bytes + reconciledTxOrigin_not_contains: optimismgoerli_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_Router_filter] - or: [goerli_Router_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_DestinationTransfer_filter] + or: [optimismgoerli_DestinationTransfer_filter] } -enum goerli_Router_orderBy { +enum optimismgoerli_DestinationTransfer_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -type goerli_Sequencer { - id: ID! - isActive: Boolean! - sequencer: goerli_Bytes -} +""" +8 bytes signed integer -input goerli_Sequencer_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!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - sequencer: goerli_Bytes - sequencer_not: goerli_Bytes - sequencer_gt: goerli_Bytes - sequencer_lt: goerli_Bytes - sequencer_gte: goerli_Bytes - sequencer_lte: goerli_Bytes - sequencer_in: [goerli_Bytes!] - sequencer_not_in: [goerli_Bytes!] - sequencer_contains: goerli_Bytes - sequencer_not_contains: goerli_Bytes - """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_Sequencer_filter] - or: [goerli_Sequencer_filter] -} +""" +scalar optimismgoerli_Int8 -enum goerli_Sequencer_orderBy { - id - isActive - sequencer +"""Defines the order direction, either ascending or descending""" +enum optimismgoerli_OrderDirection { + asc + desc } -type goerli_Setting { +type optimismgoerli_OriginMessage { id: ID! - maxRoutersPerTransfer: BigInt! - caller: goerli_Bytes! + transferId: optimismgoerli_Bytes + destinationDomain: BigInt + leaf: optimismgoerli_Bytes + index: BigInt + message: optimismgoerli_Bytes + root: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + blockNumber: BigInt + rootCount: optimismgoerli_RootCount } -input goerli_Setting_filter { +input optimismgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -68752,49 +69022,158 @@ input goerli_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes + transferId: optimismgoerli_Bytes + transferId_not: optimismgoerli_Bytes + transferId_gt: optimismgoerli_Bytes + transferId_lt: optimismgoerli_Bytes + transferId_gte: optimismgoerli_Bytes + transferId_lte: optimismgoerli_Bytes + transferId_in: [optimismgoerli_Bytes!] + transferId_not_in: [optimismgoerli_Bytes!] + transferId_contains: optimismgoerli_Bytes + transferId_not_contains: optimismgoerli_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: optimismgoerli_Bytes + leaf_not: optimismgoerli_Bytes + leaf_gt: optimismgoerli_Bytes + leaf_lt: optimismgoerli_Bytes + leaf_gte: optimismgoerli_Bytes + leaf_lte: optimismgoerli_Bytes + leaf_in: [optimismgoerli_Bytes!] + leaf_not_in: [optimismgoerli_Bytes!] + leaf_contains: optimismgoerli_Bytes + leaf_not_contains: optimismgoerli_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: optimismgoerli_Bytes + message_not: optimismgoerli_Bytes + message_gt: optimismgoerli_Bytes + message_lt: optimismgoerli_Bytes + message_gte: optimismgoerli_Bytes + message_lte: optimismgoerli_Bytes + message_in: [optimismgoerli_Bytes!] + message_not_in: [optimismgoerli_Bytes!] + message_contains: optimismgoerli_Bytes + message_not_contains: optimismgoerli_Bytes + root: optimismgoerli_Bytes + root_not: optimismgoerli_Bytes + root_gt: optimismgoerli_Bytes + root_lt: optimismgoerli_Bytes + root_gte: optimismgoerli_Bytes + root_lte: optimismgoerli_Bytes + root_in: [optimismgoerli_Bytes!] + root_not_in: [optimismgoerli_Bytes!] + root_contains: optimismgoerli_Bytes + root_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: optimismgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_Setting_filter] - or: [goerli_Setting_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_OriginMessage_filter] + or: [optimismgoerli_OriginMessage_filter] } -enum goerli_Setting_orderBy { +enum optimismgoerli_OriginMessage_orderBy { id - maxRoutersPerTransfer - caller + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type goerli_SlippageUpdate { +type optimismgoerli_OriginTransfer { id: ID! - transfer: goerli_DestinationTransfer! - slippage: BigInt! - caller: goerli_Bytes! - transactionHash: goerli_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + chainId: BigInt + transferId: optimismgoerli_Bytes + nonce: BigInt + status: optimismgoerli_TransferStatus + messageHash: optimismgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes + receiveLocal: Boolean + callData: optimismgoerli_Bytes + slippage: BigInt + originSender: optimismgoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: optimismgoerli_Bytes + asset: optimismgoerli_Asset + transactingAsset: optimismgoerli_Bytes + message: optimismgoerli_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_RelayerFee_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_RelayerFee_filter): [optimismgoerli_RelayerFee!] + initialRelayerFeeAsset: optimismgoerli_Bytes + caller: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: optimismgoerli_Bytes + txNonce: BigInt } -input goerli_SlippageUpdate_filter { +input optimismgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -68803,27 +69182,104 @@ input goerli_SlippageUpdate_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: goerli_DestinationTransfer_filter + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: optimismgoerli_Bytes + transferId_not: optimismgoerli_Bytes + transferId_gt: optimismgoerli_Bytes + transferId_lt: optimismgoerli_Bytes + transferId_gte: optimismgoerli_Bytes + transferId_lte: optimismgoerli_Bytes + transferId_in: [optimismgoerli_Bytes!] + transferId_not_in: [optimismgoerli_Bytes!] + transferId_contains: optimismgoerli_Bytes + transferId_not_contains: optimismgoerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: optimismgoerli_TransferStatus + status_not: optimismgoerli_TransferStatus + status_in: [optimismgoerli_TransferStatus!] + status_not_in: [optimismgoerli_TransferStatus!] + messageHash: optimismgoerli_Bytes + messageHash_not: optimismgoerli_Bytes + messageHash_gt: optimismgoerli_Bytes + messageHash_lt: optimismgoerli_Bytes + messageHash_gte: optimismgoerli_Bytes + messageHash_lte: optimismgoerli_Bytes + messageHash_in: [optimismgoerli_Bytes!] + messageHash_not_in: [optimismgoerli_Bytes!] + messageHash_contains: optimismgoerli_Bytes + messageHash_not_contains: optimismgoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: optimismgoerli_Bytes + to_not: optimismgoerli_Bytes + to_gt: optimismgoerli_Bytes + to_lt: optimismgoerli_Bytes + to_gte: optimismgoerli_Bytes + to_lte: optimismgoerli_Bytes + to_in: [optimismgoerli_Bytes!] + to_not_in: [optimismgoerli_Bytes!] + to_contains: optimismgoerli_Bytes + to_not_contains: optimismgoerli_Bytes + delegate: optimismgoerli_Bytes + delegate_not: optimismgoerli_Bytes + delegate_gt: optimismgoerli_Bytes + delegate_lt: optimismgoerli_Bytes + delegate_gte: optimismgoerli_Bytes + delegate_lte: optimismgoerli_Bytes + delegate_in: [optimismgoerli_Bytes!] + delegate_not_in: [optimismgoerli_Bytes!] + delegate_contains: optimismgoerli_Bytes + delegate_not_contains: optimismgoerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: optimismgoerli_Bytes + callData_not: optimismgoerli_Bytes + callData_gt: optimismgoerli_Bytes + callData_lt: optimismgoerli_Bytes + callData_gte: optimismgoerli_Bytes + callData_lte: optimismgoerli_Bytes + callData_in: [optimismgoerli_Bytes!] + callData_not_in: [optimismgoerli_Bytes!] + callData_contains: optimismgoerli_Bytes + callData_not_contains: optimismgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -68832,26 +69288,139 @@ input goerli_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: goerli_Bytes - caller_not: goerli_Bytes - caller_gt: goerli_Bytes - caller_lt: goerli_Bytes - caller_gte: goerli_Bytes - caller_lte: goerli_Bytes - caller_in: [goerli_Bytes!] - caller_not_in: [goerli_Bytes!] - caller_contains: goerli_Bytes - caller_not_contains: goerli_Bytes - transactionHash: goerli_Bytes - transactionHash_not: goerli_Bytes - transactionHash_gt: goerli_Bytes - transactionHash_lt: goerli_Bytes - transactionHash_gte: goerli_Bytes - transactionHash_lte: goerli_Bytes - transactionHash_in: [goerli_Bytes!] - transactionHash_not_in: [goerli_Bytes!] - transactionHash_contains: goerli_Bytes - transactionHash_not_contains: goerli_Bytes + originSender: optimismgoerli_Bytes + originSender_not: optimismgoerli_Bytes + originSender_gt: optimismgoerli_Bytes + originSender_lt: optimismgoerli_Bytes + originSender_gte: optimismgoerli_Bytes + originSender_lte: optimismgoerli_Bytes + originSender_in: [optimismgoerli_Bytes!] + originSender_not_in: [optimismgoerli_Bytes!] + originSender_contains: optimismgoerli_Bytes + originSender_not_contains: optimismgoerli_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: optimismgoerli_Bytes + canonicalId_not: optimismgoerli_Bytes + canonicalId_gt: optimismgoerli_Bytes + canonicalId_lt: optimismgoerli_Bytes + canonicalId_gte: optimismgoerli_Bytes + canonicalId_lte: optimismgoerli_Bytes + canonicalId_in: [optimismgoerli_Bytes!] + canonicalId_not_in: [optimismgoerli_Bytes!] + canonicalId_contains: optimismgoerli_Bytes + canonicalId_not_contains: optimismgoerli_Bytes + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: optimismgoerli_Asset_filter + transactingAsset: optimismgoerli_Bytes + transactingAsset_not: optimismgoerli_Bytes + transactingAsset_gt: optimismgoerli_Bytes + transactingAsset_lt: optimismgoerli_Bytes + transactingAsset_gte: optimismgoerli_Bytes + transactingAsset_lte: optimismgoerli_Bytes + transactingAsset_in: [optimismgoerli_Bytes!] + transactingAsset_not_in: [optimismgoerli_Bytes!] + transactingAsset_contains: optimismgoerli_Bytes + transactingAsset_not_contains: optimismgoerli_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: optimismgoerli_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: optimismgoerli_RelayerFee_filter + initialRelayerFeeAsset: optimismgoerli_Bytes + initialRelayerFeeAsset_not: optimismgoerli_Bytes + initialRelayerFeeAsset_gt: optimismgoerli_Bytes + initialRelayerFeeAsset_lt: optimismgoerli_Bytes + initialRelayerFeeAsset_gte: optimismgoerli_Bytes + initialRelayerFeeAsset_lte: optimismgoerli_Bytes + initialRelayerFeeAsset_in: [optimismgoerli_Bytes!] + initialRelayerFeeAsset_not_in: [optimismgoerli_Bytes!] + initialRelayerFeeAsset_contains: optimismgoerli_Bytes + initialRelayerFeeAsset_not_contains: optimismgoerli_Bytes + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -68884,453 +69453,97 @@ input goerli_SlippageUpdate_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] + txOrigin: optimismgoerli_Bytes + txOrigin_not: optimismgoerli_Bytes + txOrigin_gt: optimismgoerli_Bytes + txOrigin_lt: optimismgoerli_Bytes + txOrigin_gte: optimismgoerli_Bytes + txOrigin_lte: optimismgoerli_Bytes + txOrigin_in: [optimismgoerli_Bytes!] + txOrigin_not_in: [optimismgoerli_Bytes!] + txOrigin_contains: optimismgoerli_Bytes + txOrigin_not_contains: optimismgoerli_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: goerli_BlockChangedFilter - and: [goerli_SlippageUpdate_filter] - or: [goerli_SlippageUpdate_filter] -} - -enum goerli_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -enum goerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type localmainnet_AggregateRootSavedSlow { - id: ID! - aggregateRoot: localmainnet_Bytes! - count: BigInt! - aggregatedRoots: [localmainnet_Bytes!] - rootTimestamp: BigInt! -} - -input localmainnet_AggregateRootSavedSlow_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!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [localmainnet_Bytes!] - aggregatedRoots_not: [localmainnet_Bytes!] - aggregatedRoots_contains: [localmainnet_Bytes!] - aggregatedRoots_contains_nocase: [localmainnet_Bytes!] - aggregatedRoots_not_contains: [localmainnet_Bytes!] - aggregatedRoots_not_contains_nocase: [localmainnet_Bytes!] - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AggregateRootSavedSlow_filter] - or: [localmainnet_AggregateRootSavedSlow_filter] -} - -enum localmainnet_AggregateRootSavedSlow_orderBy { - id - aggregateRoot - count - aggregatedRoots - rootTimestamp -} - -type localmainnet_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: localmainnet_Bytes! - domain: BigInt - blockNumber: BigInt -} - -input localmainnet_AggregatedMessageRoot_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!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: localmainnet_Bytes - receivedRoot_not: localmainnet_Bytes - receivedRoot_gt: localmainnet_Bytes - receivedRoot_lt: localmainnet_Bytes - receivedRoot_gte: localmainnet_Bytes - receivedRoot_lte: localmainnet_Bytes - receivedRoot_in: [localmainnet_Bytes!] - receivedRoot_not_in: [localmainnet_Bytes!] - receivedRoot_contains: localmainnet_Bytes - receivedRoot_not_contains: localmainnet_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AggregatedMessageRoot_filter] - or: [localmainnet_AggregatedMessageRoot_filter] -} - -enum localmainnet_AggregatedMessageRoot_orderBy { - id - index - receivedRoot - domain - blockNumber -} - -type localmainnet_ArbitrumConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! -} - -input localmainnet_ArbitrumConnectorMeta_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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_ArbitrumConnectorMeta_filter] - or: [localmainnet_ArbitrumConnectorMeta_filter] -} - -enum localmainnet_ArbitrumConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar localmainnet_BigDecimal - -input localmainnet_BlockChangedFilter { - number_gte: Int! -} - -input localmainnet_Block_height { - hash: localmainnet_Bytes - number: Int - number_gte: Int -} - -type localmainnet_BnbConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! -} - -input localmainnet_BnbConnectorMeta_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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_BnbConnectorMeta_filter] - or: [localmainnet_BnbConnectorMeta_filter] -} - -enum localmainnet_BnbConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar localmainnet_Bytes - -type localmainnet_GnosisConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! -} - -input localmainnet_GnosisConnectorMeta_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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_GnosisConnectorMeta_filter] - or: [localmainnet_GnosisConnectorMeta_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_OriginTransfer_filter] + or: [optimismgoerli_OriginTransfer_filter] } -enum localmainnet_GnosisConnectorMeta_orderBy { +enum optimismgoerli_OriginTransfer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -type localmainnet_HubDomain { +type optimismgoerli_Relayer { id: ID! - domain: BigInt + isActive: Boolean! + relayer: optimismgoerli_Bytes } -input localmainnet_HubDomain_filter { +type optimismgoerli_RelayerFee { + id: ID! + transfer: optimismgoerli_OriginTransfer! + fee: BigInt! + asset: optimismgoerli_Bytes! +} + +input optimismgoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -69339,33 +69552,101 @@ input localmainnet_HubDomain_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: optimismgoerli_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: optimismgoerli_Bytes + asset_not: optimismgoerli_Bytes + asset_gt: optimismgoerli_Bytes + asset_lt: optimismgoerli_Bytes + asset_gte: optimismgoerli_Bytes + asset_lte: optimismgoerli_Bytes + asset_in: [optimismgoerli_Bytes!] + asset_not_in: [optimismgoerli_Bytes!] + asset_contains: optimismgoerli_Bytes + asset_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_HubDomain_filter] - or: [localmainnet_HubDomain_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RelayerFee_filter] + or: [optimismgoerli_RelayerFee_filter] } -enum localmainnet_HubDomain_orderBy { +enum optimismgoerli_RelayerFee_orderBy { id - domain + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset } -type localmainnet_HubOptimisticRootFinalized { +type optimismgoerli_RelayerFeesIncrease { id: ID! - aggregateRoot: localmainnet_Bytes! + transfer: optimismgoerli_OriginTransfer! + increase: BigInt + asset: optimismgoerli_Bytes + caller: optimismgoerli_Bytes! + transactionHash: optimismgoerli_Bytes! timestamp: BigInt! - blockNumber: BigInt + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input localmainnet_HubOptimisticRootFinalized_filter { +input optimismgoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -69374,16 +69655,65 @@ input localmainnet_HubOptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: optimismgoerli_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: optimismgoerli_Bytes + asset_not: optimismgoerli_Bytes + asset_gt: optimismgoerli_Bytes + asset_lt: optimismgoerli_Bytes + asset_gte: optimismgoerli_Bytes + asset_lte: optimismgoerli_Bytes + asset_in: [optimismgoerli_Bytes!] + asset_not_in: [optimismgoerli_Bytes!] + asset_contains: optimismgoerli_Bytes + asset_not_contains: optimismgoerli_Bytes + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -69392,6 +69722,22 @@ input localmainnet_HubOptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -69401,34 +69747,94 @@ input localmainnet_HubOptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_HubOptimisticRootFinalized_filter] - or: [localmainnet_HubOptimisticRootFinalized_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RelayerFeesIncrease_filter] + or: [optimismgoerli_RelayerFeesIncrease_filter] } -enum localmainnet_HubOptimisticRootFinalized_orderBy { +enum optimismgoerli_RelayerFeesIncrease_orderBy { id - aggregateRoot + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -""" -8 bytes signed integer +input optimismgoerli_Relayer_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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: optimismgoerli_Bytes + relayer_not: optimismgoerli_Bytes + relayer_gt: optimismgoerli_Bytes + relayer_lt: optimismgoerli_Bytes + relayer_gte: optimismgoerli_Bytes + relayer_lte: optimismgoerli_Bytes + relayer_in: [optimismgoerli_Bytes!] + relayer_not_in: [optimismgoerli_Bytes!] + relayer_contains: optimismgoerli_Bytes + relayer_not_contains: optimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Relayer_filter] + or: [optimismgoerli_Relayer_filter] +} -""" -scalar localmainnet_Int8 +enum optimismgoerli_Relayer_orderBy { + id + isActive + relayer +} -type localmainnet_OptimismConnectorMeta { +type optimismgoerli_RootCount { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! + count: BigInt } -input localmainnet_OptimismConnectorMeta_filter { +input optimismgoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -69437,76 +69843,40 @@ input localmainnet_OptimismConnectorMeta_filter { 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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimismConnectorMeta_filter] - or: [localmainnet_OptimismConnectorMeta_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RootCount_filter] + or: [optimismgoerli_RootCount_filter] } -enum localmainnet_OptimismConnectorMeta_orderBy { +enum optimismgoerli_RootCount_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + count } -type localmainnet_OptimisticRootPropagated { +type optimismgoerli_RootMessageSent { id: ID! - aggregateRoot: localmainnet_Bytes! - domainsHash: localmainnet_Bytes! - timestamp: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: optimismgoerli_Bytes + count: BigInt + caller: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt blockNumber: BigInt } -input localmainnet_OptimisticRootPropagated_filter { +input optimismgoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -69515,26 +69885,60 @@ input localmainnet_OptimisticRootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - domainsHash: localmainnet_Bytes - domainsHash_not: localmainnet_Bytes - domainsHash_gt: localmainnet_Bytes - domainsHash_lt: localmainnet_Bytes - domainsHash_gte: localmainnet_Bytes - domainsHash_lte: localmainnet_Bytes - domainsHash_in: [localmainnet_Bytes!] - domainsHash_not_in: [localmainnet_Bytes!] - domainsHash_contains: localmainnet_Bytes - domainsHash_not_contains: localmainnet_Bytes + 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!] + root: optimismgoerli_Bytes + root_not: optimismgoerli_Bytes + root_gt: optimismgoerli_Bytes + root_lt: optimismgoerli_Bytes + root_gte: optimismgoerli_Bytes + root_lte: optimismgoerli_Bytes + root_in: [optimismgoerli_Bytes!] + root_not_in: [optimismgoerli_Bytes!] + root_contains: optimismgoerli_Bytes + root_not_contains: optimismgoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -69543,6 +69947,22 @@ input localmainnet_OptimisticRootPropagated_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -69552,31 +69972,44 @@ input localmainnet_OptimisticRootPropagated_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimisticRootPropagated_filter] - or: [localmainnet_OptimisticRootPropagated_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RootMessageSent_filter] + or: [optimismgoerli_RootMessageSent_filter] } -enum localmainnet_OptimisticRootPropagated_orderBy { +enum optimismgoerli_RootMessageSent_orderBy { id - aggregateRoot - domainsHash + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -type localmainnet_OptimisticRootProposed { +type optimismgoerli_Router { id: ID! - disputeCliff: BigInt! - aggregateRoot: localmainnet_Bytes! - snapshotsRoots: [localmainnet_Bytes!] - domains: [BigInt!] - baseAggregateRoot: localmainnet_Bytes! + isActive: Boolean! + owner: optimismgoerli_Bytes + recipient: optimismgoerli_Bytes + proposedOwner: optimismgoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_AssetBalance_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_AssetBalance_filter): [optimismgoerli_AssetBalance!]! +} + +type optimismgoerli_RouterDailyTVL { + id: ID! + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! timestamp: BigInt! - blockNumber: BigInt + balance: BigInt! } -input localmainnet_OptimisticRootProposed_filter { +input optimismgoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -69585,46 +70018,48 @@ input localmainnet_OptimisticRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - disputeCliff: BigInt - disputeCliff_not: BigInt - disputeCliff_gt: BigInt - disputeCliff_lt: BigInt - disputeCliff_gte: BigInt - disputeCliff_lte: BigInt - disputeCliff_in: [BigInt!] - disputeCliff_not_in: [BigInt!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - snapshotsRoots: [localmainnet_Bytes!] - snapshotsRoots_not: [localmainnet_Bytes!] - snapshotsRoots_contains: [localmainnet_Bytes!] - snapshotsRoots_contains_nocase: [localmainnet_Bytes!] - snapshotsRoots_not_contains: [localmainnet_Bytes!] - snapshotsRoots_not_contains_nocase: [localmainnet_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: localmainnet_Bytes - baseAggregateRoot_not: localmainnet_Bytes - baseAggregateRoot_gt: localmainnet_Bytes - baseAggregateRoot_lt: localmainnet_Bytes - baseAggregateRoot_gte: localmainnet_Bytes - baseAggregateRoot_lte: localmainnet_Bytes - baseAggregateRoot_in: [localmainnet_Bytes!] - baseAggregateRoot_not_in: [localmainnet_Bytes!] - baseAggregateRoot_contains: localmainnet_Bytes - baseAggregateRoot_not_contains: localmainnet_Bytes + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: optimismgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: optimismgoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -69633,47 +70068,63 @@ input localmainnet_OptimisticRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimisticRootProposed_filter] - or: [localmainnet_OptimisticRootProposed_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RouterDailyTVL_filter] + or: [optimismgoerli_RouterDailyTVL_filter] } -enum localmainnet_OptimisticRootProposed_orderBy { +enum optimismgoerli_RouterDailyTVL_orderBy { id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - blockNumber + balance } -"""Defines the order direction, either ascending or descending""" -enum localmainnet_OrderDirection { - asc - desc +type optimismgoerli_RouterLiquidityEvent { + id: ID! + type: optimismgoerli_RouterLiquidityEventType + router: optimismgoerli_Router! + asset: optimismgoerli_Asset! + amount: BigInt! + balance: BigInt! + caller: optimismgoerli_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: optimismgoerli_Bytes! + nonce: BigInt! } -type localmainnet_PolygonConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! +enum optimismgoerli_RouterLiquidityEventType { + Add + Remove } -input localmainnet_PolygonConnectorMeta_filter { +input optimismgoerli_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -69682,75 +70133,148 @@ input localmainnet_PolygonConnectorMeta_filter { 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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + type: optimismgoerli_RouterLiquidityEventType + type_not: optimismgoerli_RouterLiquidityEventType + type_in: [optimismgoerli_RouterLiquidityEventType!] + type_not_in: [optimismgoerli_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: optimismgoerli_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: optimismgoerli_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_PolygonConnectorMeta_filter] - or: [localmainnet_PolygonConnectorMeta_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_RouterLiquidityEvent_filter] + or: [optimismgoerli_RouterLiquidityEvent_filter] } -enum localmainnet_PolygonConnectorMeta_orderBy { +enum optimismgoerli_RouterLiquidityEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type localmainnet_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: localmainnet_Bytes! - index: BigInt! + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce } -input localmainnet_RootAggregated_filter { +input optimismgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -69759,52 +70283,72 @@ input localmainnet_RootAggregated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - receivedRoot: localmainnet_Bytes - receivedRoot_not: localmainnet_Bytes - receivedRoot_gt: localmainnet_Bytes - receivedRoot_lt: localmainnet_Bytes - receivedRoot_gte: localmainnet_Bytes - receivedRoot_lte: localmainnet_Bytes - receivedRoot_in: [localmainnet_Bytes!] - receivedRoot_not_in: [localmainnet_Bytes!] - receivedRoot_contains: localmainnet_Bytes - receivedRoot_not_contains: localmainnet_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: optimismgoerli_Bytes + owner_not: optimismgoerli_Bytes + owner_gt: optimismgoerli_Bytes + owner_lt: optimismgoerli_Bytes + owner_gte: optimismgoerli_Bytes + owner_lte: optimismgoerli_Bytes + owner_in: [optimismgoerli_Bytes!] + owner_not_in: [optimismgoerli_Bytes!] + owner_contains: optimismgoerli_Bytes + owner_not_contains: optimismgoerli_Bytes + recipient: optimismgoerli_Bytes + recipient_not: optimismgoerli_Bytes + recipient_gt: optimismgoerli_Bytes + recipient_lt: optimismgoerli_Bytes + recipient_gte: optimismgoerli_Bytes + recipient_lte: optimismgoerli_Bytes + recipient_in: [optimismgoerli_Bytes!] + recipient_not_in: [optimismgoerli_Bytes!] + recipient_contains: optimismgoerli_Bytes + recipient_not_contains: optimismgoerli_Bytes + proposedOwner: optimismgoerli_Bytes + proposedOwner_not: optimismgoerli_Bytes + proposedOwner_gt: optimismgoerli_Bytes + proposedOwner_lt: optimismgoerli_Bytes + proposedOwner_gte: optimismgoerli_Bytes + proposedOwner_lte: optimismgoerli_Bytes + proposedOwner_in: [optimismgoerli_Bytes!] + proposedOwner_not_in: [optimismgoerli_Bytes!] + proposedOwner_contains: optimismgoerli_Bytes + proposedOwner_not_contains: optimismgoerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: optimismgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootAggregated_filter] - or: [localmainnet_RootAggregated_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Router_filter] + or: [optimismgoerli_Router_filter] } -enum localmainnet_RootAggregated_orderBy { +enum optimismgoerli_Router_orderBy { id - domain - receivedRoot - index + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type localmainnet_RootManagerMeta { +type optimismgoerli_Sequencer { id: ID! - domains: [BigInt!] - connectors: [localmainnet_Bytes!] + isActive: Boolean! + sequencer: optimismgoerli_Bytes } -input localmainnet_RootManagerMeta_filter { +input optimismgoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -69813,36 +70357,39 @@ input localmainnet_RootManagerMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [localmainnet_Bytes!] - connectors_not: [localmainnet_Bytes!] - connectors_contains: [localmainnet_Bytes!] - connectors_contains_nocase: [localmainnet_Bytes!] - connectors_not_contains: [localmainnet_Bytes!] - connectors_not_contains_nocase: [localmainnet_Bytes!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: optimismgoerli_Bytes + sequencer_not: optimismgoerli_Bytes + sequencer_gt: optimismgoerli_Bytes + sequencer_lt: optimismgoerli_Bytes + sequencer_gte: optimismgoerli_Bytes + sequencer_lte: optimismgoerli_Bytes + sequencer_in: [optimismgoerli_Bytes!] + sequencer_not_in: [optimismgoerli_Bytes!] + sequencer_contains: optimismgoerli_Bytes + sequencer_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootManagerMeta_filter] - or: [localmainnet_RootManagerMeta_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Sequencer_filter] + or: [optimismgoerli_Sequencer_filter] } -enum localmainnet_RootManagerMeta_orderBy { +enum optimismgoerli_Sequencer_orderBy { id - domains - connectors + isActive + sequencer } -type localmainnet_RootManagerMode { +type optimismgoerli_Setting { id: ID! - mode: String! + maxRoutersPerTransfer: BigInt! + caller: optimismgoerli_Bytes! } -input localmainnet_RootManagerMode_filter { +input optimismgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -69851,51 +70398,49 @@ input localmainnet_RootManagerMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootManagerMode_filter] - or: [localmainnet_RootManagerMode_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_Setting_filter] + or: [optimismgoerli_Setting_filter] } -enum localmainnet_RootManagerMode_orderBy { +enum optimismgoerli_Setting_orderBy { id - mode + maxRoutersPerTransfer + caller } -type localmainnet_RootMessageProcessed { +type optimismgoerli_SlippageUpdate { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: localmainnet_Bytes - caller: localmainnet_Bytes - transactionHash: localmainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + transfer: optimismgoerli_DestinationTransfer! + slippage: BigInt! + caller: optimismgoerli_Bytes! + transactionHash: optimismgoerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input localmainnet_RootMessageProcessed_filter { +input optimismgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -69904,52 +70449,55 @@ input localmainnet_RootMessageProcessed_filter { 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!] - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: optimismgoerli_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: optimismgoerli_Bytes + caller_not: optimismgoerli_Bytes + caller_gt: optimismgoerli_Bytes + caller_lt: optimismgoerli_Bytes + caller_gte: optimismgoerli_Bytes + caller_lte: optimismgoerli_Bytes + caller_in: [optimismgoerli_Bytes!] + caller_not_in: [optimismgoerli_Bytes!] + caller_contains: optimismgoerli_Bytes + caller_not_contains: optimismgoerli_Bytes + transactionHash: optimismgoerli_Bytes + transactionHash_not: optimismgoerli_Bytes + transactionHash_gt: optimismgoerli_Bytes + transactionHash_lt: optimismgoerli_Bytes + transactionHash_gte: optimismgoerli_Bytes + transactionHash_lte: optimismgoerli_Bytes + transactionHash_in: [optimismgoerli_Bytes!] + transactionHash_not_in: [optimismgoerli_Bytes!] + transactionHash_contains: optimismgoerli_Bytes + transactionHash_not_contains: optimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -69983,16 +70531,51 @@ input localmainnet_RootMessageProcessed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootMessageProcessed_filter] - or: [localmainnet_RootMessageProcessed_filter] + _change_block: optimismgoerli_BlockChangedFilter + and: [optimismgoerli_SlippageUpdate_filter] + or: [optimismgoerli_SlippageUpdate_filter] } -enum localmainnet_RootMessageProcessed_orderBy { +enum optimismgoerli_SlippageUpdate_orderBy { id - spokeDomain - hubDomain - root + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage caller transactionHash timestamp @@ -70001,155 +70584,17 @@ enum localmainnet_RootMessageProcessed_orderBy { blockNumber } -type localmainnet_RootPropagated { - id: ID! - aggregate: localmainnet_Bytes! - domainsHash: localmainnet_Bytes! - count: BigInt! - blockNumber: BigInt -} - -input localmainnet_RootPropagated_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!] - aggregate: localmainnet_Bytes - aggregate_not: localmainnet_Bytes - aggregate_gt: localmainnet_Bytes - aggregate_lt: localmainnet_Bytes - aggregate_gte: localmainnet_Bytes - aggregate_lte: localmainnet_Bytes - aggregate_in: [localmainnet_Bytes!] - aggregate_not_in: [localmainnet_Bytes!] - aggregate_contains: localmainnet_Bytes - aggregate_not_contains: localmainnet_Bytes - domainsHash: localmainnet_Bytes - domainsHash_not: localmainnet_Bytes - domainsHash_gt: localmainnet_Bytes - domainsHash_lt: localmainnet_Bytes - domainsHash_gte: localmainnet_Bytes - domainsHash_lte: localmainnet_Bytes - domainsHash_in: [localmainnet_Bytes!] - domainsHash_not_in: [localmainnet_Bytes!] - domainsHash_contains: localmainnet_Bytes - domainsHash_not_contains: localmainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootPropagated_filter] - or: [localmainnet_RootPropagated_filter] -} - -enum localmainnet_RootPropagated_orderBy { - id - aggregate - domainsHash - count - blockNumber -} - -type localmainnet_ZkSyncConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: localmainnet_Bytes! - rootManager: localmainnet_Bytes! - mirrorConnector: localmainnet_Bytes! -} - -input localmainnet_ZkSyncConnectorMeta_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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes - """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_ZkSyncConnectorMeta_filter] - or: [localmainnet_ZkSyncConnectorMeta_filter] -} - -enum localmainnet_ZkSyncConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector +enum optimismgoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } -type localmainnet__Block_ { +type optimismgoerli__Block_ { """The hash of the block""" - hash: localmainnet_Bytes + hash: optimismgoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -70157,7 +70602,7 @@ type localmainnet__Block_ { } """The type for the top-level _meta field""" -type localmainnet__Meta_ { +type optimismgoerli__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -70165,20 +70610,105 @@ type localmainnet__Meta_ { and therefore asks for the latest block """ - block: localmainnet__Block_! + block: optimismgoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type lineagoerli_AggregateRoot { +type stagingmumbai_AggregateRoot { id: ID! - root: lineagoerli_Bytes! + root: stagingmumbai_Bytes! blockNumber: BigInt! } -input lineagoerli_AggregateRoot_filter { +type stagingmumbai_AggregateRootProposed { + id: ID! + aggregateRoot: stagingmumbai_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmumbai_AggregateRootProposed_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!] + aggregateRoot: stagingmumbai_Bytes + aggregateRoot_not: stagingmumbai_Bytes + aggregateRoot_gt: stagingmumbai_Bytes + aggregateRoot_lt: stagingmumbai_Bytes + aggregateRoot_gte: stagingmumbai_Bytes + aggregateRoot_lte: stagingmumbai_Bytes + aggregateRoot_in: [stagingmumbai_Bytes!] + aggregateRoot_not_in: [stagingmumbai_Bytes!] + aggregateRoot_contains: stagingmumbai_Bytes + aggregateRoot_not_contains: stagingmumbai_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AggregateRootProposed_filter] + or: [stagingmumbai_AggregateRootProposed_filter] +} + +enum stagingmumbai_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingmumbai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -70187,12 +70717,16 @@ input lineagoerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: lineagoerli_Bytes - root_not: lineagoerli_Bytes - root_in: [lineagoerli_Bytes!] - root_not_in: [lineagoerli_Bytes!] - root_contains: lineagoerli_Bytes - root_not_contains: lineagoerli_Bytes + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -70202,39 +70736,41 @@ input lineagoerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AggregateRoot_filter] + or: [stagingmumbai_AggregateRoot_filter] } -enum lineagoerli_AggregateRoot_orderBy { +enum stagingmumbai_AggregateRoot_orderBy { id root blockNumber } -type lineagoerli_Asset { +type stagingmumbai_Asset { id: ID! - key: lineagoerli_Bytes + key: stagingmumbai_Bytes decimal: BigInt - canonicalId: lineagoerli_Bytes + canonicalId: stagingmumbai_Bytes canonicalDomain: BigInt - adoptedAsset: lineagoerli_Bytes - localAsset: lineagoerli_Bytes + adoptedAsset: stagingmumbai_Bytes + localAsset: stagingmumbai_Bytes blockNumber: BigInt - status: lineagoerli_AssetStatus + status: stagingmumbai_AssetStatus } -type lineagoerli_AssetBalance { +type stagingmumbai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: lineagoerli_Router! - asset: lineagoerli_Asset! + router: stagingmumbai_Router! + asset: stagingmumbai_Asset! feesEarned: BigInt! } -input lineagoerli_AssetBalance_filter { +input stagingmumbai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -70295,7 +70831,7 @@ input lineagoerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: lineagoerli_Router_filter + router_: stagingmumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -70316,7 +70852,7 @@ input lineagoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter + asset_: stagingmumbai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -70326,26 +70862,42 @@ input lineagoerli_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AssetBalance_filter] + or: [stagingmumbai_AssetBalance_filter] } -enum lineagoerli_AssetBalance_orderBy { +enum stagingmumbai_AssetBalance_orderBy { id amount locked supplied removed router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber feesEarned } -type lineagoerli_AssetStatus { +type stagingmumbai_AssetStatus { id: ID! status: Boolean } -input lineagoerli_AssetStatus_filter { +input stagingmumbai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -70359,15 +70911,17 @@ input lineagoerli_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_AssetStatus_filter] + or: [stagingmumbai_AssetStatus_filter] } -enum lineagoerli_AssetStatus_orderBy { +enum stagingmumbai_AssetStatus_orderBy { id status } -input lineagoerli_Asset_filter { +input stagingmumbai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -70376,12 +70930,16 @@ input lineagoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: lineagoerli_Bytes - key_not: lineagoerli_Bytes - key_in: [lineagoerli_Bytes!] - key_not_in: [lineagoerli_Bytes!] - key_contains: lineagoerli_Bytes - key_not_contains: lineagoerli_Bytes + key: stagingmumbai_Bytes + key_not: stagingmumbai_Bytes + key_gt: stagingmumbai_Bytes + key_lt: stagingmumbai_Bytes + key_gte: stagingmumbai_Bytes + key_lte: stagingmumbai_Bytes + key_in: [stagingmumbai_Bytes!] + key_not_in: [stagingmumbai_Bytes!] + key_contains: stagingmumbai_Bytes + key_not_contains: stagingmumbai_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -70390,12 +70948,16 @@ input lineagoerli_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - canonicalId: lineagoerli_Bytes - canonicalId_not: lineagoerli_Bytes - canonicalId_in: [lineagoerli_Bytes!] - canonicalId_not_in: [lineagoerli_Bytes!] - canonicalId_contains: lineagoerli_Bytes - canonicalId_not_contains: lineagoerli_Bytes + canonicalId: stagingmumbai_Bytes + canonicalId_not: stagingmumbai_Bytes + canonicalId_gt: stagingmumbai_Bytes + canonicalId_lt: stagingmumbai_Bytes + canonicalId_gte: stagingmumbai_Bytes + canonicalId_lte: stagingmumbai_Bytes + canonicalId_in: [stagingmumbai_Bytes!] + canonicalId_not_in: [stagingmumbai_Bytes!] + canonicalId_contains: stagingmumbai_Bytes + canonicalId_not_contains: stagingmumbai_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -70404,18 +70966,26 @@ input lineagoerli_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: lineagoerli_Bytes - adoptedAsset_not: lineagoerli_Bytes - adoptedAsset_in: [lineagoerli_Bytes!] - adoptedAsset_not_in: [lineagoerli_Bytes!] - adoptedAsset_contains: lineagoerli_Bytes - adoptedAsset_not_contains: lineagoerli_Bytes - localAsset: lineagoerli_Bytes - localAsset_not: lineagoerli_Bytes - localAsset_in: [lineagoerli_Bytes!] - localAsset_not_in: [lineagoerli_Bytes!] - localAsset_contains: lineagoerli_Bytes - localAsset_not_contains: lineagoerli_Bytes + adoptedAsset: stagingmumbai_Bytes + adoptedAsset_not: stagingmumbai_Bytes + adoptedAsset_gt: stagingmumbai_Bytes + adoptedAsset_lt: stagingmumbai_Bytes + adoptedAsset_gte: stagingmumbai_Bytes + adoptedAsset_lte: stagingmumbai_Bytes + adoptedAsset_in: [stagingmumbai_Bytes!] + adoptedAsset_not_in: [stagingmumbai_Bytes!] + adoptedAsset_contains: stagingmumbai_Bytes + adoptedAsset_not_contains: stagingmumbai_Bytes + localAsset: stagingmumbai_Bytes + localAsset_not: stagingmumbai_Bytes + localAsset_gt: stagingmumbai_Bytes + localAsset_lt: stagingmumbai_Bytes + localAsset_gte: stagingmumbai_Bytes + localAsset_lte: stagingmumbai_Bytes + localAsset_in: [stagingmumbai_Bytes!] + localAsset_not_in: [stagingmumbai_Bytes!] + localAsset_contains: stagingmumbai_Bytes + localAsset_not_contains: stagingmumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -70444,12 +71014,14 @@ input lineagoerli_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: lineagoerli_AssetStatus_filter + status_: stagingmumbai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Asset_filter] + or: [stagingmumbai_Asset_filter] } -enum lineagoerli_Asset_orderBy { +enum stagingmumbai_Asset_orderBy { id key decimal @@ -70459,32 +71031,34 @@ enum lineagoerli_Asset_orderBy { localAsset blockNumber status + status__id + status__status } -scalar lineagoerli_BigDecimal +scalar stagingmumbai_BigDecimal -input lineagoerli_BlockChangedFilter { +input stagingmumbai_BlockChangedFilter { number_gte: Int! } -input lineagoerli_Block_height { - hash: lineagoerli_Bytes +input stagingmumbai_Block_height { + hash: stagingmumbai_Bytes number: Int number_gte: Int } -scalar lineagoerli_Bytes +scalar stagingmumbai_Bytes -type lineagoerli_ConnectorMeta { +type stagingmumbai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: lineagoerli_Bytes - rootManager: lineagoerli_Bytes - mirrorConnector: lineagoerli_Bytes + amb: stagingmumbai_Bytes + rootManager: stagingmumbai_Bytes + mirrorConnector: stagingmumbai_Bytes } -input lineagoerli_ConnectorMeta_filter { +input stagingmumbai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -70509,29 +71083,43 @@ input lineagoerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: lineagoerli_Bytes - amb_not: lineagoerli_Bytes - amb_in: [lineagoerli_Bytes!] - amb_not_in: [lineagoerli_Bytes!] - amb_contains: lineagoerli_Bytes - amb_not_contains: lineagoerli_Bytes - rootManager: lineagoerli_Bytes - rootManager_not: lineagoerli_Bytes - rootManager_in: [lineagoerli_Bytes!] - rootManager_not_in: [lineagoerli_Bytes!] - rootManager_contains: lineagoerli_Bytes - rootManager_not_contains: lineagoerli_Bytes - mirrorConnector: lineagoerli_Bytes - mirrorConnector_not: lineagoerli_Bytes - mirrorConnector_in: [lineagoerli_Bytes!] - mirrorConnector_not_in: [lineagoerli_Bytes!] - mirrorConnector_contains: lineagoerli_Bytes - mirrorConnector_not_contains: lineagoerli_Bytes + amb: stagingmumbai_Bytes + amb_not: stagingmumbai_Bytes + amb_gt: stagingmumbai_Bytes + amb_lt: stagingmumbai_Bytes + amb_gte: stagingmumbai_Bytes + amb_lte: stagingmumbai_Bytes + amb_in: [stagingmumbai_Bytes!] + amb_not_in: [stagingmumbai_Bytes!] + amb_contains: stagingmumbai_Bytes + amb_not_contains: stagingmumbai_Bytes + rootManager: stagingmumbai_Bytes + rootManager_not: stagingmumbai_Bytes + rootManager_gt: stagingmumbai_Bytes + rootManager_lt: stagingmumbai_Bytes + rootManager_gte: stagingmumbai_Bytes + rootManager_lte: stagingmumbai_Bytes + rootManager_in: [stagingmumbai_Bytes!] + rootManager_not_in: [stagingmumbai_Bytes!] + rootManager_contains: stagingmumbai_Bytes + rootManager_not_contains: stagingmumbai_Bytes + mirrorConnector: stagingmumbai_Bytes + mirrorConnector_not: stagingmumbai_Bytes + mirrorConnector_gt: stagingmumbai_Bytes + mirrorConnector_lt: stagingmumbai_Bytes + mirrorConnector_gte: stagingmumbai_Bytes + mirrorConnector_lte: stagingmumbai_Bytes + mirrorConnector_in: [stagingmumbai_Bytes!] + mirrorConnector_not_in: [stagingmumbai_Bytes!] + mirrorConnector_contains: stagingmumbai_Bytes + mirrorConnector_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_ConnectorMeta_filter] + or: [stagingmumbai_ConnectorMeta_filter] } -enum lineagoerli_ConnectorMeta_orderBy { +enum stagingmumbai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -70540,48 +71128,48 @@ enum lineagoerli_ConnectorMeta_orderBy { mirrorConnector } -type lineagoerli_DestinationTransfer { +type stagingmumbai_DestinationTransfer { id: ID! chainId: BigInt - transferId: lineagoerli_Bytes + transferId: stagingmumbai_Bytes nonce: BigInt - status: lineagoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_Router_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_Router_filter): [lineagoerli_Router!] + status: stagingmumbai_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_Router_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_Router_filter): [stagingmumbai_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: lineagoerli_Bytes - delegate: lineagoerli_Bytes + to: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes receiveLocal: Boolean - callData: lineagoerli_Bytes + callData: stagingmumbai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: lineagoerli_Bytes + originSender: stagingmumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: lineagoerli_Bytes - asset: lineagoerli_Asset + canonicalId: stagingmumbai_Bytes + asset: stagingmumbai_Asset amount: BigInt routersFee: BigInt - executedCaller: lineagoerli_Bytes - executedTransactionHash: lineagoerli_Bytes + executedCaller: stagingmumbai_Bytes + executedTransactionHash: stagingmumbai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: lineagoerli_Bytes + executedTxOrigin: stagingmumbai_Bytes executedTxNonce: BigInt - reconciledCaller: lineagoerli_Bytes - reconciledTransactionHash: lineagoerli_Bytes + reconciledCaller: stagingmumbai_Bytes + reconciledTransactionHash: stagingmumbai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: lineagoerli_Bytes + reconciledTxOrigin: stagingmumbai_Bytes reconciledTxNonce: BigInt } -input lineagoerli_DestinationTransfer_filter { +input stagingmumbai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -70598,12 +71186,16 @@ input lineagoerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: lineagoerli_Bytes - transferId_not: lineagoerli_Bytes - transferId_in: [lineagoerli_Bytes!] - transferId_not_in: [lineagoerli_Bytes!] - transferId_contains: lineagoerli_Bytes - transferId_not_contains: lineagoerli_Bytes + transferId: stagingmumbai_Bytes + transferId_not: stagingmumbai_Bytes + transferId_gt: stagingmumbai_Bytes + transferId_lt: stagingmumbai_Bytes + transferId_gte: stagingmumbai_Bytes + transferId_lte: stagingmumbai_Bytes + transferId_in: [stagingmumbai_Bytes!] + transferId_not_in: [stagingmumbai_Bytes!] + transferId_contains: stagingmumbai_Bytes + transferId_not_contains: stagingmumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -70612,17 +71204,17 @@ input lineagoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: lineagoerli_TransferStatus - status_not: lineagoerli_TransferStatus - status_in: [lineagoerli_TransferStatus!] - status_not_in: [lineagoerli_TransferStatus!] + status: stagingmumbai_TransferStatus + status_not: stagingmumbai_TransferStatus + status_in: [stagingmumbai_TransferStatus!] + status_not_in: [stagingmumbai_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: lineagoerli_Router_filter + routers_: stagingmumbai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -70647,28 +71239,40 @@ input lineagoerli_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: lineagoerli_Bytes - to_not: lineagoerli_Bytes - to_in: [lineagoerli_Bytes!] - to_not_in: [lineagoerli_Bytes!] - to_contains: lineagoerli_Bytes - to_not_contains: lineagoerli_Bytes - delegate: lineagoerli_Bytes - delegate_not: lineagoerli_Bytes - delegate_in: [lineagoerli_Bytes!] - delegate_not_in: [lineagoerli_Bytes!] - delegate_contains: lineagoerli_Bytes - delegate_not_contains: lineagoerli_Bytes + to: stagingmumbai_Bytes + to_not: stagingmumbai_Bytes + to_gt: stagingmumbai_Bytes + to_lt: stagingmumbai_Bytes + to_gte: stagingmumbai_Bytes + to_lte: stagingmumbai_Bytes + to_in: [stagingmumbai_Bytes!] + to_not_in: [stagingmumbai_Bytes!] + to_contains: stagingmumbai_Bytes + to_not_contains: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes + delegate_not: stagingmumbai_Bytes + delegate_gt: stagingmumbai_Bytes + delegate_lt: stagingmumbai_Bytes + delegate_gte: stagingmumbai_Bytes + delegate_lte: stagingmumbai_Bytes + delegate_in: [stagingmumbai_Bytes!] + delegate_not_in: [stagingmumbai_Bytes!] + delegate_contains: stagingmumbai_Bytes + delegate_not_contains: stagingmumbai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: lineagoerli_Bytes - callData_not: lineagoerli_Bytes - callData_in: [lineagoerli_Bytes!] - callData_not_in: [lineagoerli_Bytes!] - callData_contains: lineagoerli_Bytes - callData_not_contains: lineagoerli_Bytes + callData: stagingmumbai_Bytes + callData_not: stagingmumbai_Bytes + callData_gt: stagingmumbai_Bytes + callData_lt: stagingmumbai_Bytes + callData_gte: stagingmumbai_Bytes + callData_lte: stagingmumbai_Bytes + callData_in: [stagingmumbai_Bytes!] + callData_not_in: [stagingmumbai_Bytes!] + callData_contains: stagingmumbai_Bytes + callData_not_contains: stagingmumbai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -70685,12 +71289,16 @@ input lineagoerli_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: lineagoerli_Bytes - originSender_not: lineagoerli_Bytes - originSender_in: [lineagoerli_Bytes!] - originSender_not_in: [lineagoerli_Bytes!] - originSender_contains: lineagoerli_Bytes - originSender_not_contains: lineagoerli_Bytes + originSender: stagingmumbai_Bytes + originSender_not: stagingmumbai_Bytes + originSender_gt: stagingmumbai_Bytes + originSender_lt: stagingmumbai_Bytes + originSender_gte: stagingmumbai_Bytes + originSender_lte: stagingmumbai_Bytes + originSender_in: [stagingmumbai_Bytes!] + originSender_not_in: [stagingmumbai_Bytes!] + originSender_contains: stagingmumbai_Bytes + originSender_not_contains: stagingmumbai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -70707,12 +71315,16 @@ input lineagoerli_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: lineagoerli_Bytes - canonicalId_not: lineagoerli_Bytes - canonicalId_in: [lineagoerli_Bytes!] - canonicalId_not_in: [lineagoerli_Bytes!] - canonicalId_contains: lineagoerli_Bytes - canonicalId_not_contains: lineagoerli_Bytes + canonicalId: stagingmumbai_Bytes + canonicalId_not: stagingmumbai_Bytes + canonicalId_gt: stagingmumbai_Bytes + canonicalId_lt: stagingmumbai_Bytes + canonicalId_gte: stagingmumbai_Bytes + canonicalId_lte: stagingmumbai_Bytes + canonicalId_in: [stagingmumbai_Bytes!] + canonicalId_not_in: [stagingmumbai_Bytes!] + canonicalId_contains: stagingmumbai_Bytes + canonicalId_not_contains: stagingmumbai_Bytes asset: String asset_not: String asset_gt: String @@ -70733,7 +71345,7 @@ input lineagoerli_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter + asset_: stagingmumbai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -70750,18 +71362,26 @@ input lineagoerli_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: lineagoerli_Bytes - executedCaller_not: lineagoerli_Bytes - executedCaller_in: [lineagoerli_Bytes!] - executedCaller_not_in: [lineagoerli_Bytes!] - executedCaller_contains: lineagoerli_Bytes - executedCaller_not_contains: lineagoerli_Bytes - executedTransactionHash: lineagoerli_Bytes - executedTransactionHash_not: lineagoerli_Bytes - executedTransactionHash_in: [lineagoerli_Bytes!] - executedTransactionHash_not_in: [lineagoerli_Bytes!] - executedTransactionHash_contains: lineagoerli_Bytes - executedTransactionHash_not_contains: lineagoerli_Bytes + executedCaller: stagingmumbai_Bytes + executedCaller_not: stagingmumbai_Bytes + executedCaller_gt: stagingmumbai_Bytes + executedCaller_lt: stagingmumbai_Bytes + executedCaller_gte: stagingmumbai_Bytes + executedCaller_lte: stagingmumbai_Bytes + executedCaller_in: [stagingmumbai_Bytes!] + executedCaller_not_in: [stagingmumbai_Bytes!] + executedCaller_contains: stagingmumbai_Bytes + executedCaller_not_contains: stagingmumbai_Bytes + executedTransactionHash: stagingmumbai_Bytes + executedTransactionHash_not: stagingmumbai_Bytes + executedTransactionHash_gt: stagingmumbai_Bytes + executedTransactionHash_lt: stagingmumbai_Bytes + executedTransactionHash_gte: stagingmumbai_Bytes + executedTransactionHash_lte: stagingmumbai_Bytes + executedTransactionHash_in: [stagingmumbai_Bytes!] + executedTransactionHash_not_in: [stagingmumbai_Bytes!] + executedTransactionHash_contains: stagingmumbai_Bytes + executedTransactionHash_not_contains: stagingmumbai_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -70794,12 +71414,16 @@ input lineagoerli_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: lineagoerli_Bytes - executedTxOrigin_not: lineagoerli_Bytes - executedTxOrigin_in: [lineagoerli_Bytes!] - executedTxOrigin_not_in: [lineagoerli_Bytes!] - executedTxOrigin_contains: lineagoerli_Bytes - executedTxOrigin_not_contains: lineagoerli_Bytes + executedTxOrigin: stagingmumbai_Bytes + executedTxOrigin_not: stagingmumbai_Bytes + executedTxOrigin_gt: stagingmumbai_Bytes + executedTxOrigin_lt: stagingmumbai_Bytes + executedTxOrigin_gte: stagingmumbai_Bytes + executedTxOrigin_lte: stagingmumbai_Bytes + executedTxOrigin_in: [stagingmumbai_Bytes!] + executedTxOrigin_not_in: [stagingmumbai_Bytes!] + executedTxOrigin_contains: stagingmumbai_Bytes + executedTxOrigin_not_contains: stagingmumbai_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -70808,18 +71432,26 @@ input lineagoerli_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: lineagoerli_Bytes - reconciledCaller_not: lineagoerli_Bytes - reconciledCaller_in: [lineagoerli_Bytes!] - reconciledCaller_not_in: [lineagoerli_Bytes!] - reconciledCaller_contains: lineagoerli_Bytes - reconciledCaller_not_contains: lineagoerli_Bytes - reconciledTransactionHash: lineagoerli_Bytes - reconciledTransactionHash_not: lineagoerli_Bytes - reconciledTransactionHash_in: [lineagoerli_Bytes!] - reconciledTransactionHash_not_in: [lineagoerli_Bytes!] - reconciledTransactionHash_contains: lineagoerli_Bytes - reconciledTransactionHash_not_contains: lineagoerli_Bytes + reconciledCaller: stagingmumbai_Bytes + reconciledCaller_not: stagingmumbai_Bytes + reconciledCaller_gt: stagingmumbai_Bytes + reconciledCaller_lt: stagingmumbai_Bytes + reconciledCaller_gte: stagingmumbai_Bytes + reconciledCaller_lte: stagingmumbai_Bytes + reconciledCaller_in: [stagingmumbai_Bytes!] + reconciledCaller_not_in: [stagingmumbai_Bytes!] + reconciledCaller_contains: stagingmumbai_Bytes + reconciledCaller_not_contains: stagingmumbai_Bytes + reconciledTransactionHash: stagingmumbai_Bytes + reconciledTransactionHash_not: stagingmumbai_Bytes + reconciledTransactionHash_gt: stagingmumbai_Bytes + reconciledTransactionHash_lt: stagingmumbai_Bytes + reconciledTransactionHash_gte: stagingmumbai_Bytes + reconciledTransactionHash_lte: stagingmumbai_Bytes + reconciledTransactionHash_in: [stagingmumbai_Bytes!] + reconciledTransactionHash_not_in: [stagingmumbai_Bytes!] + reconciledTransactionHash_contains: stagingmumbai_Bytes + reconciledTransactionHash_not_contains: stagingmumbai_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -70852,12 +71484,16 @@ input lineagoerli_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: lineagoerli_Bytes - reconciledTxOrigin_not: lineagoerli_Bytes - reconciledTxOrigin_in: [lineagoerli_Bytes!] - reconciledTxOrigin_not_in: [lineagoerli_Bytes!] - reconciledTxOrigin_contains: lineagoerli_Bytes - reconciledTxOrigin_not_contains: lineagoerli_Bytes + reconciledTxOrigin: stagingmumbai_Bytes + reconciledTxOrigin_not: stagingmumbai_Bytes + reconciledTxOrigin_gt: stagingmumbai_Bytes + reconciledTxOrigin_lt: stagingmumbai_Bytes + reconciledTxOrigin_gte: stagingmumbai_Bytes + reconciledTxOrigin_lte: stagingmumbai_Bytes + reconciledTxOrigin_in: [stagingmumbai_Bytes!] + reconciledTxOrigin_not_in: [stagingmumbai_Bytes!] + reconciledTxOrigin_contains: stagingmumbai_Bytes + reconciledTxOrigin_not_contains: stagingmumbai_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -70867,10 +71503,12 @@ input lineagoerli_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_DestinationTransfer_filter] + or: [stagingmumbai_DestinationTransfer_filter] } -enum lineagoerli_DestinationTransfer_orderBy { +enum stagingmumbai_DestinationTransfer_orderBy { id chainId transferId @@ -70891,6 +71529,14 @@ enum lineagoerli_DestinationTransfer_orderBy { normalizedIn canonicalId asset + asset__id + asset__key + asset__decimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber amount routersFee executedCaller @@ -70911,26 +71557,87 @@ enum lineagoerli_DestinationTransfer_orderBy { reconciledTxNonce } +""" +8 bytes signed integer + +""" +scalar stagingmumbai_Int8 + +type stagingmumbai_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingmumbai_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmumbai_OptimisticRootFinalized_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!] + aggregateRoot: stagingmumbai_Bytes + aggregateRoot_not: stagingmumbai_Bytes + aggregateRoot_gt: stagingmumbai_Bytes + aggregateRoot_lt: stagingmumbai_Bytes + aggregateRoot_gte: stagingmumbai_Bytes + aggregateRoot_lte: stagingmumbai_Bytes + aggregateRoot_in: [stagingmumbai_Bytes!] + aggregateRoot_not_in: [stagingmumbai_Bytes!] + aggregateRoot_contains: stagingmumbai_Bytes + aggregateRoot_not_contains: stagingmumbai_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OptimisticRootFinalized_filter] + or: [stagingmumbai_OptimisticRootFinalized_filter] +} + +enum stagingmumbai_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + """Defines the order direction, either ascending or descending""" -enum lineagoerli_OrderDirection { +enum stagingmumbai_OrderDirection { asc desc } -type lineagoerli_OriginMessage { +type stagingmumbai_OriginMessage { id: ID! - transferId: lineagoerli_Bytes + transferId: stagingmumbai_Bytes destinationDomain: BigInt - leaf: lineagoerli_Bytes + leaf: stagingmumbai_Bytes index: BigInt - message: lineagoerli_Bytes - root: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes + message: stagingmumbai_Bytes + root: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes blockNumber: BigInt - rootCount: lineagoerli_RootCount + rootCount: stagingmumbai_RootCount } -input lineagoerli_OriginMessage_filter { +input stagingmumbai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -70939,12 +71646,16 @@ input lineagoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: lineagoerli_Bytes - transferId_not: lineagoerli_Bytes - transferId_in: [lineagoerli_Bytes!] - transferId_not_in: [lineagoerli_Bytes!] - transferId_contains: lineagoerli_Bytes - transferId_not_contains: lineagoerli_Bytes + transferId: stagingmumbai_Bytes + transferId_not: stagingmumbai_Bytes + transferId_gt: stagingmumbai_Bytes + transferId_lt: stagingmumbai_Bytes + transferId_gte: stagingmumbai_Bytes + transferId_lte: stagingmumbai_Bytes + transferId_in: [stagingmumbai_Bytes!] + transferId_not_in: [stagingmumbai_Bytes!] + transferId_contains: stagingmumbai_Bytes + transferId_not_contains: stagingmumbai_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -70953,12 +71664,16 @@ input lineagoerli_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: lineagoerli_Bytes - leaf_not: lineagoerli_Bytes - leaf_in: [lineagoerli_Bytes!] - leaf_not_in: [lineagoerli_Bytes!] - leaf_contains: lineagoerli_Bytes - leaf_not_contains: lineagoerli_Bytes + leaf: stagingmumbai_Bytes + leaf_not: stagingmumbai_Bytes + leaf_gt: stagingmumbai_Bytes + leaf_lt: stagingmumbai_Bytes + leaf_gte: stagingmumbai_Bytes + leaf_lte: stagingmumbai_Bytes + leaf_in: [stagingmumbai_Bytes!] + leaf_not_in: [stagingmumbai_Bytes!] + leaf_contains: stagingmumbai_Bytes + leaf_not_contains: stagingmumbai_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -70967,24 +71682,36 @@ input lineagoerli_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: lineagoerli_Bytes - message_not: lineagoerli_Bytes - message_in: [lineagoerli_Bytes!] - message_not_in: [lineagoerli_Bytes!] - message_contains: lineagoerli_Bytes - message_not_contains: lineagoerli_Bytes - root: lineagoerli_Bytes - root_not: lineagoerli_Bytes - root_in: [lineagoerli_Bytes!] - root_not_in: [lineagoerli_Bytes!] - root_contains: lineagoerli_Bytes - root_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + message: stagingmumbai_Bytes + message_not: stagingmumbai_Bytes + message_gt: stagingmumbai_Bytes + message_lt: stagingmumbai_Bytes + message_gte: stagingmumbai_Bytes + message_lte: stagingmumbai_Bytes + message_in: [stagingmumbai_Bytes!] + message_not_in: [stagingmumbai_Bytes!] + message_contains: stagingmumbai_Bytes + message_not_contains: stagingmumbai_Bytes + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -71013,12 +71740,14 @@ input lineagoerli_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: lineagoerli_RootCount_filter + rootCount_: stagingmumbai_RootCount_filter """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OriginMessage_filter] + or: [stagingmumbai_OriginMessage_filter] } -enum lineagoerli_OriginMessage_orderBy { +enum stagingmumbai_OriginMessage_orderBy { id transferId destinationDomain @@ -71029,44 +71758,46 @@ enum lineagoerli_OriginMessage_orderBy { transactionHash blockNumber rootCount + rootCount__id + rootCount__count } -type lineagoerli_OriginTransfer { +type stagingmumbai_OriginTransfer { id: ID! chainId: BigInt - transferId: lineagoerli_Bytes + transferId: stagingmumbai_Bytes nonce: BigInt - status: lineagoerli_TransferStatus - messageHash: lineagoerli_Bytes + status: stagingmumbai_TransferStatus + messageHash: stagingmumbai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: lineagoerli_Bytes - delegate: lineagoerli_Bytes + to: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes receiveLocal: Boolean - callData: lineagoerli_Bytes + callData: stagingmumbai_Bytes slippage: BigInt - originSender: lineagoerli_Bytes + originSender: stagingmumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: lineagoerli_Bytes - asset: lineagoerli_Asset - transactingAsset: lineagoerli_Bytes - message: lineagoerli_OriginMessage + canonicalId: stagingmumbai_Bytes + asset: stagingmumbai_Asset + transactingAsset: stagingmumbai_Bytes + message: stagingmumbai_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_RelayerFee_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_RelayerFee_filter): [lineagoerli_RelayerFee!] - initialRelayerFeeAsset: lineagoerli_Bytes - caller: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_RelayerFee_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_RelayerFee_filter): [stagingmumbai_RelayerFee!] + initialRelayerFeeAsset: stagingmumbai_Bytes + caller: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: lineagoerli_Bytes + txOrigin: stagingmumbai_Bytes txNonce: BigInt } -input lineagoerli_OriginTransfer_filter { +input stagingmumbai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -71083,12 +71814,16 @@ input lineagoerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: lineagoerli_Bytes - transferId_not: lineagoerli_Bytes - transferId_in: [lineagoerli_Bytes!] - transferId_not_in: [lineagoerli_Bytes!] - transferId_contains: lineagoerli_Bytes - transferId_not_contains: lineagoerli_Bytes + transferId: stagingmumbai_Bytes + transferId_not: stagingmumbai_Bytes + transferId_gt: stagingmumbai_Bytes + transferId_lt: stagingmumbai_Bytes + transferId_gte: stagingmumbai_Bytes + transferId_lte: stagingmumbai_Bytes + transferId_in: [stagingmumbai_Bytes!] + transferId_not_in: [stagingmumbai_Bytes!] + transferId_contains: stagingmumbai_Bytes + transferId_not_contains: stagingmumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -71097,16 +71832,20 @@ input lineagoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: lineagoerli_TransferStatus - status_not: lineagoerli_TransferStatus - status_in: [lineagoerli_TransferStatus!] - status_not_in: [lineagoerli_TransferStatus!] - messageHash: lineagoerli_Bytes - messageHash_not: lineagoerli_Bytes - messageHash_in: [lineagoerli_Bytes!] - messageHash_not_in: [lineagoerli_Bytes!] - messageHash_contains: lineagoerli_Bytes - messageHash_not_contains: lineagoerli_Bytes + status: stagingmumbai_TransferStatus + status_not: stagingmumbai_TransferStatus + status_in: [stagingmumbai_TransferStatus!] + status_not_in: [stagingmumbai_TransferStatus!] + messageHash: stagingmumbai_Bytes + messageHash_not: stagingmumbai_Bytes + messageHash_gt: stagingmumbai_Bytes + messageHash_lt: stagingmumbai_Bytes + messageHash_gte: stagingmumbai_Bytes + messageHash_lte: stagingmumbai_Bytes + messageHash_in: [stagingmumbai_Bytes!] + messageHash_not_in: [stagingmumbai_Bytes!] + messageHash_contains: stagingmumbai_Bytes + messageHash_not_contains: stagingmumbai_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -71131,28 +71870,40 @@ input lineagoerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: lineagoerli_Bytes - to_not: lineagoerli_Bytes - to_in: [lineagoerli_Bytes!] - to_not_in: [lineagoerli_Bytes!] - to_contains: lineagoerli_Bytes - to_not_contains: lineagoerli_Bytes - delegate: lineagoerli_Bytes - delegate_not: lineagoerli_Bytes - delegate_in: [lineagoerli_Bytes!] - delegate_not_in: [lineagoerli_Bytes!] - delegate_contains: lineagoerli_Bytes - delegate_not_contains: lineagoerli_Bytes + to: stagingmumbai_Bytes + to_not: stagingmumbai_Bytes + to_gt: stagingmumbai_Bytes + to_lt: stagingmumbai_Bytes + to_gte: stagingmumbai_Bytes + to_lte: stagingmumbai_Bytes + to_in: [stagingmumbai_Bytes!] + to_not_in: [stagingmumbai_Bytes!] + to_contains: stagingmumbai_Bytes + to_not_contains: stagingmumbai_Bytes + delegate: stagingmumbai_Bytes + delegate_not: stagingmumbai_Bytes + delegate_gt: stagingmumbai_Bytes + delegate_lt: stagingmumbai_Bytes + delegate_gte: stagingmumbai_Bytes + delegate_lte: stagingmumbai_Bytes + delegate_in: [stagingmumbai_Bytes!] + delegate_not_in: [stagingmumbai_Bytes!] + delegate_contains: stagingmumbai_Bytes + delegate_not_contains: stagingmumbai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: lineagoerli_Bytes - callData_not: lineagoerli_Bytes - callData_in: [lineagoerli_Bytes!] - callData_not_in: [lineagoerli_Bytes!] - callData_contains: lineagoerli_Bytes - callData_not_contains: lineagoerli_Bytes + callData: stagingmumbai_Bytes + callData_not: stagingmumbai_Bytes + callData_gt: stagingmumbai_Bytes + callData_lt: stagingmumbai_Bytes + callData_gte: stagingmumbai_Bytes + callData_lte: stagingmumbai_Bytes + callData_in: [stagingmumbai_Bytes!] + callData_not_in: [stagingmumbai_Bytes!] + callData_contains: stagingmumbai_Bytes + callData_not_contains: stagingmumbai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -71161,12 +71912,16 @@ input lineagoerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: lineagoerli_Bytes - originSender_not: lineagoerli_Bytes - originSender_in: [lineagoerli_Bytes!] - originSender_not_in: [lineagoerli_Bytes!] - originSender_contains: lineagoerli_Bytes - originSender_not_contains: lineagoerli_Bytes + originSender: stagingmumbai_Bytes + originSender_not: stagingmumbai_Bytes + originSender_gt: stagingmumbai_Bytes + originSender_lt: stagingmumbai_Bytes + originSender_gte: stagingmumbai_Bytes + originSender_lte: stagingmumbai_Bytes + originSender_in: [stagingmumbai_Bytes!] + originSender_not_in: [stagingmumbai_Bytes!] + originSender_contains: stagingmumbai_Bytes + originSender_not_contains: stagingmumbai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -71183,12 +71938,16 @@ input lineagoerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: lineagoerli_Bytes - canonicalId_not: lineagoerli_Bytes - canonicalId_in: [lineagoerli_Bytes!] - canonicalId_not_in: [lineagoerli_Bytes!] - canonicalId_contains: lineagoerli_Bytes - canonicalId_not_contains: lineagoerli_Bytes + canonicalId: stagingmumbai_Bytes + canonicalId_not: stagingmumbai_Bytes + canonicalId_gt: stagingmumbai_Bytes + canonicalId_lt: stagingmumbai_Bytes + canonicalId_gte: stagingmumbai_Bytes + canonicalId_lte: stagingmumbai_Bytes + canonicalId_in: [stagingmumbai_Bytes!] + canonicalId_not_in: [stagingmumbai_Bytes!] + canonicalId_contains: stagingmumbai_Bytes + canonicalId_not_contains: stagingmumbai_Bytes asset: String asset_not: String asset_gt: String @@ -71209,13 +71968,17 @@ input lineagoerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter - transactingAsset: lineagoerli_Bytes - transactingAsset_not: lineagoerli_Bytes - transactingAsset_in: [lineagoerli_Bytes!] - transactingAsset_not_in: [lineagoerli_Bytes!] - transactingAsset_contains: lineagoerli_Bytes - transactingAsset_not_contains: lineagoerli_Bytes + asset_: stagingmumbai_Asset_filter + transactingAsset: stagingmumbai_Bytes + transactingAsset_not: stagingmumbai_Bytes + transactingAsset_gt: stagingmumbai_Bytes + transactingAsset_lt: stagingmumbai_Bytes + transactingAsset_gte: stagingmumbai_Bytes + transactingAsset_lte: stagingmumbai_Bytes + transactingAsset_in: [stagingmumbai_Bytes!] + transactingAsset_not_in: [stagingmumbai_Bytes!] + transactingAsset_contains: stagingmumbai_Bytes + transactingAsset_not_contains: stagingmumbai_Bytes message: String message_not: String message_gt: String @@ -71236,7 +71999,7 @@ input lineagoerli_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: lineagoerli_OriginMessage_filter + message_: stagingmumbai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -71251,25 +72014,37 @@ input lineagoerli_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: lineagoerli_RelayerFee_filter - initialRelayerFeeAsset: lineagoerli_Bytes - initialRelayerFeeAsset_not: lineagoerli_Bytes - initialRelayerFeeAsset_in: [lineagoerli_Bytes!] - initialRelayerFeeAsset_not_in: [lineagoerli_Bytes!] - initialRelayerFeeAsset_contains: lineagoerli_Bytes - initialRelayerFeeAsset_not_contains: lineagoerli_Bytes - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + relayerFees_: stagingmumbai_RelayerFee_filter + initialRelayerFeeAsset: stagingmumbai_Bytes + initialRelayerFeeAsset_not: stagingmumbai_Bytes + initialRelayerFeeAsset_gt: stagingmumbai_Bytes + initialRelayerFeeAsset_lt: stagingmumbai_Bytes + initialRelayerFeeAsset_gte: stagingmumbai_Bytes + initialRelayerFeeAsset_lte: stagingmumbai_Bytes + initialRelayerFeeAsset_in: [stagingmumbai_Bytes!] + initialRelayerFeeAsset_not_in: [stagingmumbai_Bytes!] + initialRelayerFeeAsset_contains: stagingmumbai_Bytes + initialRelayerFeeAsset_not_contains: stagingmumbai_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71302,12 +72077,16 @@ input lineagoerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: lineagoerli_Bytes - txOrigin_not: lineagoerli_Bytes - txOrigin_in: [lineagoerli_Bytes!] - txOrigin_not_in: [lineagoerli_Bytes!] - txOrigin_contains: lineagoerli_Bytes - txOrigin_not_contains: lineagoerli_Bytes + txOrigin: stagingmumbai_Bytes + txOrigin_not: stagingmumbai_Bytes + txOrigin_gt: stagingmumbai_Bytes + txOrigin_lt: stagingmumbai_Bytes + txOrigin_gte: stagingmumbai_Bytes + txOrigin_lte: stagingmumbai_Bytes + txOrigin_in: [stagingmumbai_Bytes!] + txOrigin_not_in: [stagingmumbai_Bytes!] + txOrigin_contains: stagingmumbai_Bytes + txOrigin_not_contains: stagingmumbai_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -71317,10 +72096,12 @@ input lineagoerli_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_OriginTransfer_filter] + or: [stagingmumbai_OriginTransfer_filter] } -enum lineagoerli_OriginTransfer_orderBy { +enum stagingmumbai_OriginTransfer_orderBy { id chainId transferId @@ -71340,8 +72121,25 @@ enum lineagoerli_OriginTransfer_orderBy { normalizedIn canonicalId asset + asset__id + asset__key + asset__decimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber transactingAsset message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber bumpRelayerFeeCount relayerFees initialRelayerFeeAsset @@ -71355,20 +72153,20 @@ enum lineagoerli_OriginTransfer_orderBy { txNonce } -type lineagoerli_Relayer { +type stagingmumbai_Relayer { id: ID! isActive: Boolean! - relayer: lineagoerli_Bytes + relayer: stagingmumbai_Bytes } -type lineagoerli_RelayerFee { +type stagingmumbai_RelayerFee { id: ID! - transfer: lineagoerli_OriginTransfer! + transfer: stagingmumbai_OriginTransfer! fee: BigInt! - asset: lineagoerli_Bytes! + asset: stagingmumbai_Bytes! } -input lineagoerli_RelayerFee_filter { +input stagingmumbai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -71397,7 +72195,7 @@ input lineagoerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: lineagoerli_OriginTransfer_filter + transfer_: stagingmumbai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -71406,37 +72204,72 @@ input lineagoerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: lineagoerli_Bytes - asset_not: lineagoerli_Bytes - asset_in: [lineagoerli_Bytes!] - asset_not_in: [lineagoerli_Bytes!] - asset_contains: lineagoerli_Bytes - asset_not_contains: lineagoerli_Bytes + asset: stagingmumbai_Bytes + asset_not: stagingmumbai_Bytes + asset_gt: stagingmumbai_Bytes + asset_lt: stagingmumbai_Bytes + asset_gte: stagingmumbai_Bytes + asset_lte: stagingmumbai_Bytes + asset_in: [stagingmumbai_Bytes!] + asset_not_in: [stagingmumbai_Bytes!] + asset_contains: stagingmumbai_Bytes + asset_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RelayerFee_filter] + or: [stagingmumbai_RelayerFee_filter] } -enum lineagoerli_RelayerFee_orderBy { +enum stagingmumbai_RelayerFee_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce fee asset } -type lineagoerli_RelayerFeesIncrease { +type stagingmumbai_RelayerFeesIncrease { id: ID! - transfer: lineagoerli_OriginTransfer! + transfer: stagingmumbai_OriginTransfer! increase: BigInt - asset: lineagoerli_Bytes - caller: lineagoerli_Bytes! - transactionHash: lineagoerli_Bytes! + asset: stagingmumbai_Bytes + caller: stagingmumbai_Bytes! + transactionHash: stagingmumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input lineagoerli_RelayerFeesIncrease_filter { +input stagingmumbai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -71465,7 +72298,7 @@ input lineagoerli_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: lineagoerli_OriginTransfer_filter + transfer_: stagingmumbai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -71474,24 +72307,36 @@ input lineagoerli_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: lineagoerli_Bytes - asset_not: lineagoerli_Bytes - asset_in: [lineagoerli_Bytes!] - asset_not_in: [lineagoerli_Bytes!] - asset_contains: lineagoerli_Bytes - asset_not_contains: lineagoerli_Bytes - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + asset: stagingmumbai_Bytes + asset_not: stagingmumbai_Bytes + asset_gt: stagingmumbai_Bytes + asset_lt: stagingmumbai_Bytes + asset_gte: stagingmumbai_Bytes + asset_lte: stagingmumbai_Bytes + asset_in: [stagingmumbai_Bytes!] + asset_not_in: [stagingmumbai_Bytes!] + asset_contains: stagingmumbai_Bytes + asset_not_contains: stagingmumbai_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71525,12 +72370,43 @@ input lineagoerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RelayerFeesIncrease_filter] + or: [stagingmumbai_RelayerFeesIncrease_filter] } -enum lineagoerli_RelayerFeesIncrease_orderBy { +enum stagingmumbai_RelayerFeesIncrease_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce increase asset caller @@ -71541,7 +72417,7 @@ enum lineagoerli_RelayerFeesIncrease_orderBy { blockNumber } -input lineagoerli_Relayer_filter { +input stagingmumbai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -71554,28 +72430,34 @@ input lineagoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: lineagoerli_Bytes - relayer_not: lineagoerli_Bytes - relayer_in: [lineagoerli_Bytes!] - relayer_not_in: [lineagoerli_Bytes!] - relayer_contains: lineagoerli_Bytes - relayer_not_contains: lineagoerli_Bytes + relayer: stagingmumbai_Bytes + relayer_not: stagingmumbai_Bytes + relayer_gt: stagingmumbai_Bytes + relayer_lt: stagingmumbai_Bytes + relayer_gte: stagingmumbai_Bytes + relayer_lte: stagingmumbai_Bytes + relayer_in: [stagingmumbai_Bytes!] + relayer_not_in: [stagingmumbai_Bytes!] + relayer_contains: stagingmumbai_Bytes + relayer_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Relayer_filter] + or: [stagingmumbai_Relayer_filter] } -enum lineagoerli_Relayer_orderBy { +enum stagingmumbai_Relayer_orderBy { id isActive relayer } -type lineagoerli_RootCount { +type stagingmumbai_RootCount { id: ID! count: BigInt } -input lineagoerli_RootCount_filter { +input stagingmumbai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -71593,29 +72475,31 @@ input lineagoerli_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RootCount_filter] + or: [stagingmumbai_RootCount_filter] } -enum lineagoerli_RootCount_orderBy { +enum stagingmumbai_RootCount_orderBy { id count } -type lineagoerli_RootMessageSent { +type stagingmumbai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: lineagoerli_Bytes + root: stagingmumbai_Bytes count: BigInt - caller: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes + caller: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input lineagoerli_RootMessageSent_filter { +input stagingmumbai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -71640,12 +72524,16 @@ input lineagoerli_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: lineagoerli_Bytes - root_not: lineagoerli_Bytes - root_in: [lineagoerli_Bytes!] - root_not_in: [lineagoerli_Bytes!] - root_contains: lineagoerli_Bytes - root_not_contains: lineagoerli_Bytes + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -71654,18 +72542,26 @@ input lineagoerli_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71699,10 +72595,12 @@ input lineagoerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RootMessageSent_filter] + or: [stagingmumbai_RootMessageSent_filter] } -enum lineagoerli_RootMessageSent_orderBy { +enum stagingmumbai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -71716,25 +72614,25 @@ enum lineagoerli_RootMessageSent_orderBy { blockNumber } -type lineagoerli_Router { +type stagingmumbai_Router { id: ID! isActive: Boolean! - owner: lineagoerli_Bytes - recipient: lineagoerli_Bytes - proposedOwner: lineagoerli_Bytes + owner: stagingmumbai_Bytes + recipient: stagingmumbai_Bytes + proposedOwner: stagingmumbai_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_AssetBalance_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_AssetBalance_filter): [lineagoerli_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_AssetBalance_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_AssetBalance_filter): [stagingmumbai_AssetBalance!]! } -type lineagoerli_RouterDailyTVL { +type stagingmumbai_RouterDailyTVL { id: ID! - router: lineagoerli_Router! - asset: lineagoerli_Asset! + router: stagingmumbai_Router! + asset: stagingmumbai_Asset! timestamp: BigInt! balance: BigInt! } -input lineagoerli_RouterDailyTVL_filter { +input stagingmumbai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -71763,7 +72661,7 @@ input lineagoerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: lineagoerli_Router_filter + router_: stagingmumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -71784,7 +72682,7 @@ input lineagoerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: lineagoerli_Asset_filter + asset_: stagingmumbai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71802,18 +72700,34 @@ input lineagoerli_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_RouterDailyTVL_filter] + or: [stagingmumbai_RouterDailyTVL_filter] } -enum lineagoerli_RouterDailyTVL_orderBy { +enum stagingmumbai_RouterDailyTVL_orderBy { id router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp balance } -input lineagoerli_Router_filter { +input stagingmumbai_Router_filter { id: ID id_not: ID id_gt: ID @@ -71826,24 +72740,36 @@ input lineagoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: lineagoerli_Bytes - owner_not: lineagoerli_Bytes - owner_in: [lineagoerli_Bytes!] - owner_not_in: [lineagoerli_Bytes!] - owner_contains: lineagoerli_Bytes - owner_not_contains: lineagoerli_Bytes - recipient: lineagoerli_Bytes - recipient_not: lineagoerli_Bytes - recipient_in: [lineagoerli_Bytes!] - recipient_not_in: [lineagoerli_Bytes!] - recipient_contains: lineagoerli_Bytes - recipient_not_contains: lineagoerli_Bytes - proposedOwner: lineagoerli_Bytes - proposedOwner_not: lineagoerli_Bytes - proposedOwner_in: [lineagoerli_Bytes!] - proposedOwner_not_in: [lineagoerli_Bytes!] - proposedOwner_contains: lineagoerli_Bytes - proposedOwner_not_contains: lineagoerli_Bytes + owner: stagingmumbai_Bytes + owner_not: stagingmumbai_Bytes + owner_gt: stagingmumbai_Bytes + owner_lt: stagingmumbai_Bytes + owner_gte: stagingmumbai_Bytes + owner_lte: stagingmumbai_Bytes + owner_in: [stagingmumbai_Bytes!] + owner_not_in: [stagingmumbai_Bytes!] + owner_contains: stagingmumbai_Bytes + owner_not_contains: stagingmumbai_Bytes + recipient: stagingmumbai_Bytes + recipient_not: stagingmumbai_Bytes + recipient_gt: stagingmumbai_Bytes + recipient_lt: stagingmumbai_Bytes + recipient_gte: stagingmumbai_Bytes + recipient_lte: stagingmumbai_Bytes + recipient_in: [stagingmumbai_Bytes!] + recipient_not_in: [stagingmumbai_Bytes!] + recipient_contains: stagingmumbai_Bytes + recipient_not_contains: stagingmumbai_Bytes + proposedOwner: stagingmumbai_Bytes + proposedOwner_not: stagingmumbai_Bytes + proposedOwner_gt: stagingmumbai_Bytes + proposedOwner_lt: stagingmumbai_Bytes + proposedOwner_gte: stagingmumbai_Bytes + proposedOwner_lte: stagingmumbai_Bytes + proposedOwner_in: [stagingmumbai_Bytes!] + proposedOwner_not_in: [stagingmumbai_Bytes!] + proposedOwner_contains: stagingmumbai_Bytes + proposedOwner_not_contains: stagingmumbai_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -71852,12 +72778,14 @@ input lineagoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: lineagoerli_AssetBalance_filter + assetBalances_: stagingmumbai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Router_filter] + or: [stagingmumbai_Router_filter] } -enum lineagoerli_Router_orderBy { +enum stagingmumbai_Router_orderBy { id isActive owner @@ -71867,13 +72795,13 @@ enum lineagoerli_Router_orderBy { assetBalances } -type lineagoerli_Sequencer { +type stagingmumbai_Sequencer { id: ID! isActive: Boolean! - sequencer: lineagoerli_Bytes + sequencer: stagingmumbai_Bytes } -input lineagoerli_Sequencer_filter { +input stagingmumbai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -71886,29 +72814,35 @@ input lineagoerli_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: lineagoerli_Bytes - sequencer_not: lineagoerli_Bytes - sequencer_in: [lineagoerli_Bytes!] - sequencer_not_in: [lineagoerli_Bytes!] - sequencer_contains: lineagoerli_Bytes - sequencer_not_contains: lineagoerli_Bytes + sequencer: stagingmumbai_Bytes + sequencer_not: stagingmumbai_Bytes + sequencer_gt: stagingmumbai_Bytes + sequencer_lt: stagingmumbai_Bytes + sequencer_gte: stagingmumbai_Bytes + sequencer_lte: stagingmumbai_Bytes + sequencer_in: [stagingmumbai_Bytes!] + sequencer_not_in: [stagingmumbai_Bytes!] + sequencer_contains: stagingmumbai_Bytes + sequencer_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Sequencer_filter] + or: [stagingmumbai_Sequencer_filter] } -enum lineagoerli_Sequencer_orderBy { +enum stagingmumbai_Sequencer_orderBy { id isActive sequencer } -type lineagoerli_Setting { +type stagingmumbai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: lineagoerli_Bytes! + caller: stagingmumbai_Bytes! } -input lineagoerli_Setting_filter { +input stagingmumbai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -71925,35 +72859,41 @@ input lineagoerli_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_Setting_filter] + or: [stagingmumbai_Setting_filter] } -enum lineagoerli_Setting_orderBy { +enum stagingmumbai_Setting_orderBy { id maxRoutersPerTransfer caller } -type lineagoerli_SlippageUpdate { +type stagingmumbai_SlippageUpdate { id: ID! - transfer: lineagoerli_DestinationTransfer! + transfer: stagingmumbai_DestinationTransfer! slippage: BigInt! - caller: lineagoerli_Bytes! - transactionHash: lineagoerli_Bytes! + caller: stagingmumbai_Bytes! + transactionHash: stagingmumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input lineagoerli_SlippageUpdate_filter { +input stagingmumbai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -71982,7 +72922,7 @@ input lineagoerli_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: lineagoerli_DestinationTransfer_filter + transfer_: stagingmumbai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -71991,18 +72931,26 @@ input lineagoerli_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: lineagoerli_Bytes - caller_not: lineagoerli_Bytes - caller_in: [lineagoerli_Bytes!] - caller_not_in: [lineagoerli_Bytes!] - caller_contains: lineagoerli_Bytes - caller_not_contains: lineagoerli_Bytes - transactionHash: lineagoerli_Bytes - transactionHash_not: lineagoerli_Bytes - transactionHash_in: [lineagoerli_Bytes!] - transactionHash_not_in: [lineagoerli_Bytes!] - transactionHash_contains: lineagoerli_Bytes - transactionHash_not_contains: lineagoerli_Bytes + caller: stagingmumbai_Bytes + caller_not: stagingmumbai_Bytes + caller_gt: stagingmumbai_Bytes + caller_lt: stagingmumbai_Bytes + caller_gte: stagingmumbai_Bytes + caller_lte: stagingmumbai_Bytes + caller_in: [stagingmumbai_Bytes!] + caller_not_in: [stagingmumbai_Bytes!] + caller_contains: stagingmumbai_Bytes + caller_not_contains: stagingmumbai_Bytes + transactionHash: stagingmumbai_Bytes + transactionHash_not: stagingmumbai_Bytes + transactionHash_gt: stagingmumbai_Bytes + transactionHash_lt: stagingmumbai_Bytes + transactionHash_gte: stagingmumbai_Bytes + transactionHash_lte: stagingmumbai_Bytes + transactionHash_in: [stagingmumbai_Bytes!] + transactionHash_not_in: [stagingmumbai_Bytes!] + transactionHash_contains: stagingmumbai_Bytes + transactionHash_not_contains: stagingmumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -72036,22 +72984,180 @@ input lineagoerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: lineagoerli_BlockChangedFilter + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_SlippageUpdate_filter] + or: [stagingmumbai_SlippageUpdate_filter] +} + +enum stagingmumbai_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingmumbai_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingmumbai_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingmumbai_SnapshotRoot_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!] + root: stagingmumbai_Bytes + root_not: stagingmumbai_Bytes + root_gt: stagingmumbai_Bytes + root_lt: stagingmumbai_Bytes + root_gte: stagingmumbai_Bytes + root_lte: stagingmumbai_Bytes + root_in: [stagingmumbai_Bytes!] + root_not_in: [stagingmumbai_Bytes!] + root_contains: stagingmumbai_Bytes + root_not_contains: stagingmumbai_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_SnapshotRoot_filter] + or: [stagingmumbai_SnapshotRoot_filter] +} + +enum stagingmumbai_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingmumbai_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingmumbai_SpokeConnectorMode_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!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingmumbai_BlockChangedFilter + and: [stagingmumbai_SpokeConnectorMode_filter] + or: [stagingmumbai_SpokeConnectorMode_filter] } -enum lineagoerli_SlippageUpdate_orderBy { +enum stagingmumbai_SpokeConnectorMode_orderBy { id - transfer - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber + mode } -enum lineagoerli_TransferStatus { +enum stagingmumbai_TransferStatus { XCalled Executed Reconciled @@ -72059,9 +73165,9 @@ enum lineagoerli_TransferStatus { CompletedFast } -type lineagoerli__Block_ { +type stagingmumbai__Block_ { """The hash of the block""" - hash: lineagoerli_Bytes + hash: stagingmumbai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -72069,7 +73175,7 @@ type lineagoerli__Block_ { } """The type for the top-level _meta field""" -type lineagoerli__Meta_ { +type stagingmumbai__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -72077,20 +73183,30 @@ type lineagoerli__Meta_ { and therefore asks for the latest block """ - block: lineagoerli__Block_! + block: stagingmumbai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type optimism_AggregateRoot { +type staginggoerli_AggregateRoot { id: ID! - root: optimism_Bytes! + root: staginggoerli_Bytes! blockNumber: BigInt! } -input optimism_AggregateRoot_filter { +type staginggoerli_AggregateRootProposed { + id: ID! + aggregateRoot: staginggoerli_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input staginggoerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -72099,16 +73215,48 @@ input optimism_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -72118,42 +73266,84 @@ input optimism_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AggregateRoot_filter] - or: [optimism_AggregateRoot_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregateRootProposed_filter] + or: [staginggoerli_AggregateRootProposed_filter] } -enum optimism_AggregateRoot_orderBy { +enum staginggoerli_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input staginggoerli_AggregateRoot_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!] + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AggregateRoot_filter] + or: [staginggoerli_AggregateRoot_filter] +} + +enum staginggoerli_AggregateRoot_orderBy { id root blockNumber } -type optimism_Asset { +type staginggoerli_Asset { id: ID! - key: optimism_Bytes + key: staginggoerli_Bytes decimal: BigInt - adoptedDecimal: BigInt - canonicalId: optimism_Bytes + canonicalId: staginggoerli_Bytes canonicalDomain: BigInt - adoptedAsset: optimism_Bytes - localAsset: optimism_Bytes + adoptedAsset: staginggoerli_Bytes + localAsset: staginggoerli_Bytes blockNumber: BigInt - status: optimism_AssetStatus + status: staginggoerli_AssetStatus } -type optimism_AssetBalance { +type staginggoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: optimism_Router! - asset: optimism_Asset! + router: staginggoerli_Router! + asset: staginggoerli_Asset! feesEarned: BigInt! } -input optimism_AssetBalance_filter { +input staginggoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -72214,7 +73404,7 @@ input optimism_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimism_Router_filter + router_: staginggoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -72235,7 +73425,7 @@ input optimism_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter + asset_: staginggoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -72245,12 +73435,12 @@ input optimism_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AssetBalance_filter] - or: [optimism_AssetBalance_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AssetBalance_filter] + or: [staginggoerli_AssetBalance_filter] } -enum optimism_AssetBalance_orderBy { +enum staginggoerli_AssetBalance_orderBy { id amount locked @@ -72267,7 +73457,6 @@ enum optimism_AssetBalance_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -72276,12 +73465,12 @@ enum optimism_AssetBalance_orderBy { feesEarned } -type optimism_AssetStatus { +type staginggoerli_AssetStatus { id: ID! status: Boolean } -input optimism_AssetStatus_filter { +input staginggoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -72295,17 +73484,17 @@ input optimism_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AssetStatus_filter] - or: [optimism_AssetStatus_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_AssetStatus_filter] + or: [staginggoerli_AssetStatus_filter] } -enum optimism_AssetStatus_orderBy { +enum staginggoerli_AssetStatus_orderBy { id status } -input optimism_Asset_filter { +input staginggoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -72314,16 +73503,16 @@ input optimism_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: optimism_Bytes - key_not: optimism_Bytes - key_gt: optimism_Bytes - key_lt: optimism_Bytes - key_gte: optimism_Bytes - key_lte: optimism_Bytes - key_in: [optimism_Bytes!] - key_not_in: [optimism_Bytes!] - key_contains: optimism_Bytes - key_not_contains: optimism_Bytes + key: staginggoerli_Bytes + key_not: staginggoerli_Bytes + key_gt: staginggoerli_Bytes + key_lt: staginggoerli_Bytes + key_gte: staginggoerli_Bytes + key_lte: staginggoerli_Bytes + key_in: [staginggoerli_Bytes!] + key_not_in: [staginggoerli_Bytes!] + key_contains: staginggoerli_Bytes + key_not_contains: staginggoerli_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -72332,24 +73521,16 @@ input optimism_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes + canonicalId: staginggoerli_Bytes + canonicalId_not: staginggoerli_Bytes + canonicalId_gt: staginggoerli_Bytes + canonicalId_lt: staginggoerli_Bytes + canonicalId_gte: staginggoerli_Bytes + canonicalId_lte: staginggoerli_Bytes + canonicalId_in: [staginggoerli_Bytes!] + canonicalId_not_in: [staginggoerli_Bytes!] + canonicalId_contains: staginggoerli_Bytes + canonicalId_not_contains: staginggoerli_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -72358,26 +73539,26 @@ input optimism_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: optimism_Bytes - adoptedAsset_not: optimism_Bytes - adoptedAsset_gt: optimism_Bytes - adoptedAsset_lt: optimism_Bytes - adoptedAsset_gte: optimism_Bytes - adoptedAsset_lte: optimism_Bytes - adoptedAsset_in: [optimism_Bytes!] - adoptedAsset_not_in: [optimism_Bytes!] - adoptedAsset_contains: optimism_Bytes - adoptedAsset_not_contains: optimism_Bytes - localAsset: optimism_Bytes - localAsset_not: optimism_Bytes - localAsset_gt: optimism_Bytes - localAsset_lt: optimism_Bytes - localAsset_gte: optimism_Bytes - localAsset_lte: optimism_Bytes - localAsset_in: [optimism_Bytes!] - localAsset_not_in: [optimism_Bytes!] - localAsset_contains: optimism_Bytes - localAsset_not_contains: optimism_Bytes + adoptedAsset: staginggoerli_Bytes + adoptedAsset_not: staginggoerli_Bytes + adoptedAsset_gt: staginggoerli_Bytes + adoptedAsset_lt: staginggoerli_Bytes + adoptedAsset_gte: staginggoerli_Bytes + adoptedAsset_lte: staginggoerli_Bytes + adoptedAsset_in: [staginggoerli_Bytes!] + adoptedAsset_not_in: [staginggoerli_Bytes!] + adoptedAsset_contains: staginggoerli_Bytes + adoptedAsset_not_contains: staginggoerli_Bytes + localAsset: staginggoerli_Bytes + localAsset_not: staginggoerli_Bytes + localAsset_gt: staginggoerli_Bytes + localAsset_lt: staginggoerli_Bytes + localAsset_gte: staginggoerli_Bytes + localAsset_lte: staginggoerli_Bytes + localAsset_in: [staginggoerli_Bytes!] + localAsset_not_in: [staginggoerli_Bytes!] + localAsset_contains: staginggoerli_Bytes + localAsset_not_contains: staginggoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -72406,18 +73587,17 @@ input optimism_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: optimism_AssetStatus_filter + status_: staginggoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Asset_filter] - or: [optimism_Asset_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Asset_filter] + or: [staginggoerli_Asset_filter] } -enum optimism_Asset_orderBy { +enum staginggoerli_Asset_orderBy { id key decimal - adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -72428,30 +73608,16 @@ enum optimism_Asset_orderBy { status__status } -scalar optimism_BigDecimal - -input optimism_BlockChangedFilter { - number_gte: Int! -} - -input optimism_Block_height { - hash: optimism_Bytes - number: Int - number_gte: Int -} - -scalar optimism_Bytes - -type optimism_ConnectorMeta { +type staginggoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: optimism_Bytes - rootManager: optimism_Bytes - mirrorConnector: optimism_Bytes + amb: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes } -input optimism_ConnectorMeta_filter { +input staginggoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -72476,43 +73642,43 @@ input optimism_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: optimism_Bytes - amb_not: optimism_Bytes - amb_gt: optimism_Bytes - amb_lt: optimism_Bytes - amb_gte: optimism_Bytes - amb_lte: optimism_Bytes - amb_in: [optimism_Bytes!] - amb_not_in: [optimism_Bytes!] - amb_contains: optimism_Bytes - amb_not_contains: optimism_Bytes - rootManager: optimism_Bytes - rootManager_not: optimism_Bytes - rootManager_gt: optimism_Bytes - rootManager_lt: optimism_Bytes - rootManager_gte: optimism_Bytes - rootManager_lte: optimism_Bytes - rootManager_in: [optimism_Bytes!] - rootManager_not_in: [optimism_Bytes!] - rootManager_contains: optimism_Bytes - rootManager_not_contains: optimism_Bytes - mirrorConnector: optimism_Bytes - mirrorConnector_not: optimism_Bytes - mirrorConnector_gt: optimism_Bytes - mirrorConnector_lt: optimism_Bytes - mirrorConnector_gte: optimism_Bytes - mirrorConnector_lte: optimism_Bytes - mirrorConnector_in: [optimism_Bytes!] - mirrorConnector_not_in: [optimism_Bytes!] - mirrorConnector_contains: optimism_Bytes - mirrorConnector_not_contains: optimism_Bytes + amb: staginggoerli_Bytes + amb_not: staginggoerli_Bytes + amb_gt: staginggoerli_Bytes + amb_lt: staginggoerli_Bytes + amb_gte: staginggoerli_Bytes + amb_lte: staginggoerli_Bytes + amb_in: [staginggoerli_Bytes!] + amb_not_in: [staginggoerli_Bytes!] + amb_contains: staginggoerli_Bytes + amb_not_contains: staginggoerli_Bytes + rootManager: staginggoerli_Bytes + rootManager_not: staginggoerli_Bytes + rootManager_gt: staginggoerli_Bytes + rootManager_lt: staginggoerli_Bytes + rootManager_gte: staginggoerli_Bytes + rootManager_lte: staginggoerli_Bytes + rootManager_in: [staginggoerli_Bytes!] + rootManager_not_in: [staginggoerli_Bytes!] + rootManager_contains: staginggoerli_Bytes + rootManager_not_contains: staginggoerli_Bytes + mirrorConnector: staginggoerli_Bytes + mirrorConnector_not: staginggoerli_Bytes + mirrorConnector_gt: staginggoerli_Bytes + mirrorConnector_lt: staginggoerli_Bytes + mirrorConnector_gte: staginggoerli_Bytes + mirrorConnector_lte: staginggoerli_Bytes + mirrorConnector_in: [staginggoerli_Bytes!] + mirrorConnector_not_in: [staginggoerli_Bytes!] + mirrorConnector_contains: staginggoerli_Bytes + mirrorConnector_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_ConnectorMeta_filter] - or: [optimism_ConnectorMeta_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_ConnectorMeta_filter] + or: [staginggoerli_ConnectorMeta_filter] } -enum optimism_ConnectorMeta_orderBy { +enum staginggoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -72521,48 +73687,48 @@ enum optimism_ConnectorMeta_orderBy { mirrorConnector } -type optimism_DestinationTransfer { +type staginggoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: optimism_Bytes + transferId: staginggoerli_Bytes nonce: BigInt - status: optimism_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: optimism_Router_orderBy, orderDirection: optimism_OrderDirection, where: optimism_Router_filter): [optimism_Router!] + status: staginggoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_Router_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_Router_filter): [staginggoerli_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes + to: staginggoerli_Bytes + delegate: staginggoerli_Bytes receiveLocal: Boolean - callData: optimism_Bytes + callData: staginggoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: optimism_Bytes + originSender: staginggoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset + canonicalId: staginggoerli_Bytes + asset: staginggoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: optimism_Bytes - executedTransactionHash: optimism_Bytes + executedCaller: staginggoerli_Bytes + executedTransactionHash: staginggoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: optimism_Bytes + executedTxOrigin: staginggoerli_Bytes executedTxNonce: BigInt - reconciledCaller: optimism_Bytes - reconciledTransactionHash: optimism_Bytes + reconciledCaller: staginggoerli_Bytes + reconciledTransactionHash: staginggoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: optimism_Bytes + reconciledTxOrigin: staginggoerli_Bytes reconciledTxNonce: BigInt } -input optimism_DestinationTransfer_filter { +input staginggoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -72579,16 +73745,16 @@ input optimism_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes + transferId: staginggoerli_Bytes + transferId_not: staginggoerli_Bytes + transferId_gt: staginggoerli_Bytes + transferId_lt: staginggoerli_Bytes + transferId_gte: staginggoerli_Bytes + transferId_lte: staginggoerli_Bytes + transferId_in: [staginggoerli_Bytes!] + transferId_not_in: [staginggoerli_Bytes!] + transferId_contains: staginggoerli_Bytes + transferId_not_contains: staginggoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -72597,17 +73763,17 @@ input optimism_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimism_TransferStatus - status_not: optimism_TransferStatus - status_in: [optimism_TransferStatus!] - status_not_in: [optimism_TransferStatus!] + status: staginggoerli_TransferStatus + status_not: staginggoerli_TransferStatus + status_in: [staginggoerli_TransferStatus!] + status_not_in: [staginggoerli_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: optimism_Router_filter + routers_: staginggoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -72632,40 +73798,40 @@ input optimism_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimism_Bytes - to_not: optimism_Bytes - to_gt: optimism_Bytes - to_lt: optimism_Bytes - to_gte: optimism_Bytes - to_lte: optimism_Bytes - to_in: [optimism_Bytes!] - to_not_in: [optimism_Bytes!] - to_contains: optimism_Bytes - to_not_contains: optimism_Bytes - delegate: optimism_Bytes - delegate_not: optimism_Bytes - delegate_gt: optimism_Bytes - delegate_lt: optimism_Bytes - delegate_gte: optimism_Bytes - delegate_lte: optimism_Bytes - delegate_in: [optimism_Bytes!] - delegate_not_in: [optimism_Bytes!] - delegate_contains: optimism_Bytes - delegate_not_contains: optimism_Bytes + to: staginggoerli_Bytes + to_not: staginggoerli_Bytes + to_gt: staginggoerli_Bytes + to_lt: staginggoerli_Bytes + to_gte: staginggoerli_Bytes + to_lte: staginggoerli_Bytes + to_in: [staginggoerli_Bytes!] + to_not_in: [staginggoerli_Bytes!] + to_contains: staginggoerli_Bytes + to_not_contains: staginggoerli_Bytes + delegate: staginggoerli_Bytes + delegate_not: staginggoerli_Bytes + delegate_gt: staginggoerli_Bytes + delegate_lt: staginggoerli_Bytes + delegate_gte: staginggoerli_Bytes + delegate_lte: staginggoerli_Bytes + delegate_in: [staginggoerli_Bytes!] + delegate_not_in: [staginggoerli_Bytes!] + delegate_contains: staginggoerli_Bytes + delegate_not_contains: staginggoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: optimism_Bytes - callData_not: optimism_Bytes - callData_gt: optimism_Bytes - callData_lt: optimism_Bytes - callData_gte: optimism_Bytes - callData_lte: optimism_Bytes - callData_in: [optimism_Bytes!] - callData_not_in: [optimism_Bytes!] - callData_contains: optimism_Bytes - callData_not_contains: optimism_Bytes + callData: staginggoerli_Bytes + callData_not: staginggoerli_Bytes + callData_gt: staginggoerli_Bytes + callData_lt: staginggoerli_Bytes + callData_gte: staginggoerli_Bytes + callData_lte: staginggoerli_Bytes + callData_in: [staginggoerli_Bytes!] + callData_not_in: [staginggoerli_Bytes!] + callData_contains: staginggoerli_Bytes + callData_not_contains: staginggoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -72682,16 +73848,16 @@ input optimism_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: optimism_Bytes - originSender_not: optimism_Bytes - originSender_gt: optimism_Bytes - originSender_lt: optimism_Bytes - originSender_gte: optimism_Bytes - originSender_lte: optimism_Bytes - originSender_in: [optimism_Bytes!] - originSender_not_in: [optimism_Bytes!] - originSender_contains: optimism_Bytes - originSender_not_contains: optimism_Bytes + originSender: staginggoerli_Bytes + originSender_not: staginggoerli_Bytes + originSender_gt: staginggoerli_Bytes + originSender_lt: staginggoerli_Bytes + originSender_gte: staginggoerli_Bytes + originSender_lte: staginggoerli_Bytes + originSender_in: [staginggoerli_Bytes!] + originSender_not_in: [staginggoerli_Bytes!] + originSender_contains: staginggoerli_Bytes + originSender_not_contains: staginggoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -72708,16 +73874,16 @@ input optimism_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes + canonicalId: staginggoerli_Bytes + canonicalId_not: staginggoerli_Bytes + canonicalId_gt: staginggoerli_Bytes + canonicalId_lt: staginggoerli_Bytes + canonicalId_gte: staginggoerli_Bytes + canonicalId_lte: staginggoerli_Bytes + canonicalId_in: [staginggoerli_Bytes!] + canonicalId_not_in: [staginggoerli_Bytes!] + canonicalId_contains: staginggoerli_Bytes + canonicalId_not_contains: staginggoerli_Bytes asset: String asset_not: String asset_gt: String @@ -72738,7 +73904,7 @@ input optimism_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter + asset_: staginggoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -72755,26 +73921,26 @@ input optimism_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: optimism_Bytes - executedCaller_not: optimism_Bytes - executedCaller_gt: optimism_Bytes - executedCaller_lt: optimism_Bytes - executedCaller_gte: optimism_Bytes - executedCaller_lte: optimism_Bytes - executedCaller_in: [optimism_Bytes!] - executedCaller_not_in: [optimism_Bytes!] - executedCaller_contains: optimism_Bytes - executedCaller_not_contains: optimism_Bytes - executedTransactionHash: optimism_Bytes - executedTransactionHash_not: optimism_Bytes - executedTransactionHash_gt: optimism_Bytes - executedTransactionHash_lt: optimism_Bytes - executedTransactionHash_gte: optimism_Bytes - executedTransactionHash_lte: optimism_Bytes - executedTransactionHash_in: [optimism_Bytes!] - executedTransactionHash_not_in: [optimism_Bytes!] - executedTransactionHash_contains: optimism_Bytes - executedTransactionHash_not_contains: optimism_Bytes + executedCaller: staginggoerli_Bytes + executedCaller_not: staginggoerli_Bytes + executedCaller_gt: staginggoerli_Bytes + executedCaller_lt: staginggoerli_Bytes + executedCaller_gte: staginggoerli_Bytes + executedCaller_lte: staginggoerli_Bytes + executedCaller_in: [staginggoerli_Bytes!] + executedCaller_not_in: [staginggoerli_Bytes!] + executedCaller_contains: staginggoerli_Bytes + executedCaller_not_contains: staginggoerli_Bytes + executedTransactionHash: staginggoerli_Bytes + executedTransactionHash_not: staginggoerli_Bytes + executedTransactionHash_gt: staginggoerli_Bytes + executedTransactionHash_lt: staginggoerli_Bytes + executedTransactionHash_gte: staginggoerli_Bytes + executedTransactionHash_lte: staginggoerli_Bytes + executedTransactionHash_in: [staginggoerli_Bytes!] + executedTransactionHash_not_in: [staginggoerli_Bytes!] + executedTransactionHash_contains: staginggoerli_Bytes + executedTransactionHash_not_contains: staginggoerli_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -72807,16 +73973,16 @@ input optimism_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: optimism_Bytes - executedTxOrigin_not: optimism_Bytes - executedTxOrigin_gt: optimism_Bytes - executedTxOrigin_lt: optimism_Bytes - executedTxOrigin_gte: optimism_Bytes - executedTxOrigin_lte: optimism_Bytes - executedTxOrigin_in: [optimism_Bytes!] - executedTxOrigin_not_in: [optimism_Bytes!] - executedTxOrigin_contains: optimism_Bytes - executedTxOrigin_not_contains: optimism_Bytes + executedTxOrigin: staginggoerli_Bytes + executedTxOrigin_not: staginggoerli_Bytes + executedTxOrigin_gt: staginggoerli_Bytes + executedTxOrigin_lt: staginggoerli_Bytes + executedTxOrigin_gte: staginggoerli_Bytes + executedTxOrigin_lte: staginggoerli_Bytes + executedTxOrigin_in: [staginggoerli_Bytes!] + executedTxOrigin_not_in: [staginggoerli_Bytes!] + executedTxOrigin_contains: staginggoerli_Bytes + executedTxOrigin_not_contains: staginggoerli_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -72825,26 +73991,26 @@ input optimism_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: optimism_Bytes - reconciledCaller_not: optimism_Bytes - reconciledCaller_gt: optimism_Bytes - reconciledCaller_lt: optimism_Bytes - reconciledCaller_gte: optimism_Bytes - reconciledCaller_lte: optimism_Bytes - reconciledCaller_in: [optimism_Bytes!] - reconciledCaller_not_in: [optimism_Bytes!] - reconciledCaller_contains: optimism_Bytes - reconciledCaller_not_contains: optimism_Bytes - reconciledTransactionHash: optimism_Bytes - reconciledTransactionHash_not: optimism_Bytes - reconciledTransactionHash_gt: optimism_Bytes - reconciledTransactionHash_lt: optimism_Bytes - reconciledTransactionHash_gte: optimism_Bytes - reconciledTransactionHash_lte: optimism_Bytes - reconciledTransactionHash_in: [optimism_Bytes!] - reconciledTransactionHash_not_in: [optimism_Bytes!] - reconciledTransactionHash_contains: optimism_Bytes - reconciledTransactionHash_not_contains: optimism_Bytes + reconciledCaller: staginggoerli_Bytes + reconciledCaller_not: staginggoerli_Bytes + reconciledCaller_gt: staginggoerli_Bytes + reconciledCaller_lt: staginggoerli_Bytes + reconciledCaller_gte: staginggoerli_Bytes + reconciledCaller_lte: staginggoerli_Bytes + reconciledCaller_in: [staginggoerli_Bytes!] + reconciledCaller_not_in: [staginggoerli_Bytes!] + reconciledCaller_contains: staginggoerli_Bytes + reconciledCaller_not_contains: staginggoerli_Bytes + reconciledTransactionHash: staginggoerli_Bytes + reconciledTransactionHash_not: staginggoerli_Bytes + reconciledTransactionHash_gt: staginggoerli_Bytes + reconciledTransactionHash_lt: staginggoerli_Bytes + reconciledTransactionHash_gte: staginggoerli_Bytes + reconciledTransactionHash_lte: staginggoerli_Bytes + reconciledTransactionHash_in: [staginggoerli_Bytes!] + reconciledTransactionHash_not_in: [staginggoerli_Bytes!] + reconciledTransactionHash_contains: staginggoerli_Bytes + reconciledTransactionHash_not_contains: staginggoerli_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -72877,16 +74043,16 @@ input optimism_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: optimism_Bytes - reconciledTxOrigin_not: optimism_Bytes - reconciledTxOrigin_gt: optimism_Bytes - reconciledTxOrigin_lt: optimism_Bytes - reconciledTxOrigin_gte: optimism_Bytes - reconciledTxOrigin_lte: optimism_Bytes - reconciledTxOrigin_in: [optimism_Bytes!] - reconciledTxOrigin_not_in: [optimism_Bytes!] - reconciledTxOrigin_contains: optimism_Bytes - reconciledTxOrigin_not_contains: optimism_Bytes + reconciledTxOrigin: staginggoerli_Bytes + reconciledTxOrigin_not: staginggoerli_Bytes + reconciledTxOrigin_gt: staginggoerli_Bytes + reconciledTxOrigin_lt: staginggoerli_Bytes + reconciledTxOrigin_gte: staginggoerli_Bytes + reconciledTxOrigin_lte: staginggoerli_Bytes + reconciledTxOrigin_in: [staginggoerli_Bytes!] + reconciledTxOrigin_not_in: [staginggoerli_Bytes!] + reconciledTxOrigin_contains: staginggoerli_Bytes + reconciledTxOrigin_not_contains: staginggoerli_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -72896,12 +74062,12 @@ input optimism_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_DestinationTransfer_filter] - or: [optimism_DestinationTransfer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_DestinationTransfer_filter] + or: [staginggoerli_DestinationTransfer_filter] } -enum optimism_DestinationTransfer_orderBy { +enum staginggoerli_DestinationTransfer_orderBy { id chainId transferId @@ -72925,7 +74091,6 @@ enum optimism_DestinationTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -72951,32 +74116,75 @@ enum optimism_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer +type staginggoerli_OptimisticRootFinalized { + id: ID! + aggregateRoot: staginggoerli_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} -""" -scalar optimism_Int8 +input staginggoerli_OptimisticRootFinalized_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!] + aggregateRoot: staginggoerli_Bytes + aggregateRoot_not: staginggoerli_Bytes + aggregateRoot_gt: staginggoerli_Bytes + aggregateRoot_lt: staginggoerli_Bytes + aggregateRoot_gte: staginggoerli_Bytes + aggregateRoot_lte: staginggoerli_Bytes + aggregateRoot_in: [staginggoerli_Bytes!] + aggregateRoot_not_in: [staginggoerli_Bytes!] + aggregateRoot_contains: staginggoerli_Bytes + aggregateRoot_not_contains: staginggoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OptimisticRootFinalized_filter] + or: [staginggoerli_OptimisticRootFinalized_filter] +} -"""Defines the order direction, either ascending or descending""" -enum optimism_OrderDirection { - asc - desc +enum staginggoerli_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber } -type optimism_OriginMessage { +type staginggoerli_OriginMessage { id: ID! - transferId: optimism_Bytes + transferId: staginggoerli_Bytes destinationDomain: BigInt - leaf: optimism_Bytes + leaf: staginggoerli_Bytes index: BigInt - message: optimism_Bytes - root: optimism_Bytes - transactionHash: optimism_Bytes + message: staginggoerli_Bytes + root: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes blockNumber: BigInt - rootCount: optimism_RootCount + rootCount: staginggoerli_RootCount } -input optimism_OriginMessage_filter { +input staginggoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -72985,16 +74193,16 @@ input optimism_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes + transferId: staginggoerli_Bytes + transferId_not: staginggoerli_Bytes + transferId_gt: staginggoerli_Bytes + transferId_lt: staginggoerli_Bytes + transferId_gte: staginggoerli_Bytes + transferId_lte: staginggoerli_Bytes + transferId_in: [staginggoerli_Bytes!] + transferId_not_in: [staginggoerli_Bytes!] + transferId_contains: staginggoerli_Bytes + transferId_not_contains: staginggoerli_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -73003,16 +74211,16 @@ input optimism_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: optimism_Bytes - leaf_not: optimism_Bytes - leaf_gt: optimism_Bytes - leaf_lt: optimism_Bytes - leaf_gte: optimism_Bytes - leaf_lte: optimism_Bytes - leaf_in: [optimism_Bytes!] - leaf_not_in: [optimism_Bytes!] - leaf_contains: optimism_Bytes - leaf_not_contains: optimism_Bytes + leaf: staginggoerli_Bytes + leaf_not: staginggoerli_Bytes + leaf_gt: staginggoerli_Bytes + leaf_lt: staginggoerli_Bytes + leaf_gte: staginggoerli_Bytes + leaf_lte: staginggoerli_Bytes + leaf_in: [staginggoerli_Bytes!] + leaf_not_in: [staginggoerli_Bytes!] + leaf_contains: staginggoerli_Bytes + leaf_not_contains: staginggoerli_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -73021,36 +74229,36 @@ input optimism_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: optimism_Bytes - message_not: optimism_Bytes - message_gt: optimism_Bytes - message_lt: optimism_Bytes - message_gte: optimism_Bytes - message_lte: optimism_Bytes - message_in: [optimism_Bytes!] - message_not_in: [optimism_Bytes!] - message_contains: optimism_Bytes - message_not_contains: optimism_Bytes - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + message: staginggoerli_Bytes + message_not: staginggoerli_Bytes + message_gt: staginggoerli_Bytes + message_lt: staginggoerli_Bytes + message_gte: staginggoerli_Bytes + message_lte: staginggoerli_Bytes + message_in: [staginggoerli_Bytes!] + message_not_in: [staginggoerli_Bytes!] + message_contains: staginggoerli_Bytes + message_not_contains: staginggoerli_Bytes + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -73079,14 +74287,14 @@ input optimism_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: optimism_RootCount_filter + rootCount_: staginggoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OriginMessage_filter] - or: [optimism_OriginMessage_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OriginMessage_filter] + or: [staginggoerli_OriginMessage_filter] } -enum optimism_OriginMessage_orderBy { +enum staginggoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -73101,42 +74309,42 @@ enum optimism_OriginMessage_orderBy { rootCount__count } -type optimism_OriginTransfer { +type staginggoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: optimism_Bytes + transferId: staginggoerli_Bytes nonce: BigInt - status: optimism_TransferStatus - messageHash: optimism_Bytes + status: staginggoerli_TransferStatus + messageHash: staginggoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes + to: staginggoerli_Bytes + delegate: staginggoerli_Bytes receiveLocal: Boolean - callData: optimism_Bytes + callData: staginggoerli_Bytes slippage: BigInt - originSender: optimism_Bytes + originSender: staginggoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset - transactingAsset: optimism_Bytes - message: optimism_OriginMessage + canonicalId: staginggoerli_Bytes + asset: staginggoerli_Asset + transactingAsset: staginggoerli_Bytes + message: staginggoerli_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimism_RelayerFee_orderBy, orderDirection: optimism_OrderDirection, where: optimism_RelayerFee_filter): [optimism_RelayerFee!] - initialRelayerFeeAsset: optimism_Bytes - caller: optimism_Bytes - transactionHash: optimism_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_RelayerFee_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_RelayerFee_filter): [staginggoerli_RelayerFee!] + initialRelayerFeeAsset: staginggoerli_Bytes + caller: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: optimism_Bytes + txOrigin: staginggoerli_Bytes txNonce: BigInt } -input optimism_OriginTransfer_filter { +input staginggoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -73153,16 +74361,16 @@ input optimism_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes + transferId: staginggoerli_Bytes + transferId_not: staginggoerli_Bytes + transferId_gt: staginggoerli_Bytes + transferId_lt: staginggoerli_Bytes + transferId_gte: staginggoerli_Bytes + transferId_lte: staginggoerli_Bytes + transferId_in: [staginggoerli_Bytes!] + transferId_not_in: [staginggoerli_Bytes!] + transferId_contains: staginggoerli_Bytes + transferId_not_contains: staginggoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -73171,20 +74379,20 @@ input optimism_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimism_TransferStatus - status_not: optimism_TransferStatus - status_in: [optimism_TransferStatus!] - status_not_in: [optimism_TransferStatus!] - messageHash: optimism_Bytes - messageHash_not: optimism_Bytes - messageHash_gt: optimism_Bytes - messageHash_lt: optimism_Bytes - messageHash_gte: optimism_Bytes - messageHash_lte: optimism_Bytes - messageHash_in: [optimism_Bytes!] - messageHash_not_in: [optimism_Bytes!] - messageHash_contains: optimism_Bytes - messageHash_not_contains: optimism_Bytes + status: staginggoerli_TransferStatus + status_not: staginggoerli_TransferStatus + status_in: [staginggoerli_TransferStatus!] + status_not_in: [staginggoerli_TransferStatus!] + messageHash: staginggoerli_Bytes + messageHash_not: staginggoerli_Bytes + messageHash_gt: staginggoerli_Bytes + messageHash_lt: staginggoerli_Bytes + messageHash_gte: staginggoerli_Bytes + messageHash_lte: staginggoerli_Bytes + messageHash_in: [staginggoerli_Bytes!] + messageHash_not_in: [staginggoerli_Bytes!] + messageHash_contains: staginggoerli_Bytes + messageHash_not_contains: staginggoerli_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -73209,40 +74417,40 @@ input optimism_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimism_Bytes - to_not: optimism_Bytes - to_gt: optimism_Bytes - to_lt: optimism_Bytes - to_gte: optimism_Bytes - to_lte: optimism_Bytes - to_in: [optimism_Bytes!] - to_not_in: [optimism_Bytes!] - to_contains: optimism_Bytes - to_not_contains: optimism_Bytes - delegate: optimism_Bytes - delegate_not: optimism_Bytes - delegate_gt: optimism_Bytes - delegate_lt: optimism_Bytes - delegate_gte: optimism_Bytes - delegate_lte: optimism_Bytes - delegate_in: [optimism_Bytes!] - delegate_not_in: [optimism_Bytes!] - delegate_contains: optimism_Bytes - delegate_not_contains: optimism_Bytes + to: staginggoerli_Bytes + to_not: staginggoerli_Bytes + to_gt: staginggoerli_Bytes + to_lt: staginggoerli_Bytes + to_gte: staginggoerli_Bytes + to_lte: staginggoerli_Bytes + to_in: [staginggoerli_Bytes!] + to_not_in: [staginggoerli_Bytes!] + to_contains: staginggoerli_Bytes + to_not_contains: staginggoerli_Bytes + delegate: staginggoerli_Bytes + delegate_not: staginggoerli_Bytes + delegate_gt: staginggoerli_Bytes + delegate_lt: staginggoerli_Bytes + delegate_gte: staginggoerli_Bytes + delegate_lte: staginggoerli_Bytes + delegate_in: [staginggoerli_Bytes!] + delegate_not_in: [staginggoerli_Bytes!] + delegate_contains: staginggoerli_Bytes + delegate_not_contains: staginggoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: optimism_Bytes - callData_not: optimism_Bytes - callData_gt: optimism_Bytes - callData_lt: optimism_Bytes - callData_gte: optimism_Bytes - callData_lte: optimism_Bytes - callData_in: [optimism_Bytes!] - callData_not_in: [optimism_Bytes!] - callData_contains: optimism_Bytes - callData_not_contains: optimism_Bytes + callData: staginggoerli_Bytes + callData_not: staginggoerli_Bytes + callData_gt: staginggoerli_Bytes + callData_lt: staginggoerli_Bytes + callData_gte: staginggoerli_Bytes + callData_lte: staginggoerli_Bytes + callData_in: [staginggoerli_Bytes!] + callData_not_in: [staginggoerli_Bytes!] + callData_contains: staginggoerli_Bytes + callData_not_contains: staginggoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -73251,16 +74459,16 @@ input optimism_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: optimism_Bytes - originSender_not: optimism_Bytes - originSender_gt: optimism_Bytes - originSender_lt: optimism_Bytes - originSender_gte: optimism_Bytes - originSender_lte: optimism_Bytes - originSender_in: [optimism_Bytes!] - originSender_not_in: [optimism_Bytes!] - originSender_contains: optimism_Bytes - originSender_not_contains: optimism_Bytes + originSender: staginggoerli_Bytes + originSender_not: staginggoerli_Bytes + originSender_gt: staginggoerli_Bytes + originSender_lt: staginggoerli_Bytes + originSender_gte: staginggoerli_Bytes + originSender_lte: staginggoerli_Bytes + originSender_in: [staginggoerli_Bytes!] + originSender_not_in: [staginggoerli_Bytes!] + originSender_contains: staginggoerli_Bytes + originSender_not_contains: staginggoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -73277,16 +74485,16 @@ input optimism_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes + canonicalId: staginggoerli_Bytes + canonicalId_not: staginggoerli_Bytes + canonicalId_gt: staginggoerli_Bytes + canonicalId_lt: staginggoerli_Bytes + canonicalId_gte: staginggoerli_Bytes + canonicalId_lte: staginggoerli_Bytes + canonicalId_in: [staginggoerli_Bytes!] + canonicalId_not_in: [staginggoerli_Bytes!] + canonicalId_contains: staginggoerli_Bytes + canonicalId_not_contains: staginggoerli_Bytes asset: String asset_not: String asset_gt: String @@ -73307,17 +74515,17 @@ input optimism_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter - transactingAsset: optimism_Bytes - transactingAsset_not: optimism_Bytes - transactingAsset_gt: optimism_Bytes - transactingAsset_lt: optimism_Bytes - transactingAsset_gte: optimism_Bytes - transactingAsset_lte: optimism_Bytes - transactingAsset_in: [optimism_Bytes!] - transactingAsset_not_in: [optimism_Bytes!] - transactingAsset_contains: optimism_Bytes - transactingAsset_not_contains: optimism_Bytes + asset_: staginggoerli_Asset_filter + transactingAsset: staginggoerli_Bytes + transactingAsset_not: staginggoerli_Bytes + transactingAsset_gt: staginggoerli_Bytes + transactingAsset_lt: staginggoerli_Bytes + transactingAsset_gte: staginggoerli_Bytes + transactingAsset_lte: staginggoerli_Bytes + transactingAsset_in: [staginggoerli_Bytes!] + transactingAsset_not_in: [staginggoerli_Bytes!] + transactingAsset_contains: staginggoerli_Bytes + transactingAsset_not_contains: staginggoerli_Bytes message: String message_not: String message_gt: String @@ -73338,7 +74546,7 @@ input optimism_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: optimism_OriginMessage_filter + message_: staginggoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -73353,37 +74561,37 @@ input optimism_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: optimism_RelayerFee_filter - initialRelayerFeeAsset: optimism_Bytes - initialRelayerFeeAsset_not: optimism_Bytes - initialRelayerFeeAsset_gt: optimism_Bytes - initialRelayerFeeAsset_lt: optimism_Bytes - initialRelayerFeeAsset_gte: optimism_Bytes - initialRelayerFeeAsset_lte: optimism_Bytes - initialRelayerFeeAsset_in: [optimism_Bytes!] - initialRelayerFeeAsset_not_in: [optimism_Bytes!] - initialRelayerFeeAsset_contains: optimism_Bytes - initialRelayerFeeAsset_not_contains: optimism_Bytes - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + relayerFees_: staginggoerli_RelayerFee_filter + initialRelayerFeeAsset: staginggoerli_Bytes + initialRelayerFeeAsset_not: staginggoerli_Bytes + initialRelayerFeeAsset_gt: staginggoerli_Bytes + initialRelayerFeeAsset_lt: staginggoerli_Bytes + initialRelayerFeeAsset_gte: staginggoerli_Bytes + initialRelayerFeeAsset_lte: staginggoerli_Bytes + initialRelayerFeeAsset_in: [staginggoerli_Bytes!] + initialRelayerFeeAsset_not_in: [staginggoerli_Bytes!] + initialRelayerFeeAsset_contains: staginggoerli_Bytes + initialRelayerFeeAsset_not_contains: staginggoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -73416,16 +74624,16 @@ input optimism_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: optimism_Bytes - txOrigin_not: optimism_Bytes - txOrigin_gt: optimism_Bytes - txOrigin_lt: optimism_Bytes - txOrigin_gte: optimism_Bytes - txOrigin_lte: optimism_Bytes - txOrigin_in: [optimism_Bytes!] - txOrigin_not_in: [optimism_Bytes!] - txOrigin_contains: optimism_Bytes - txOrigin_not_contains: optimism_Bytes + txOrigin: staginggoerli_Bytes + txOrigin_not: staginggoerli_Bytes + txOrigin_gt: staginggoerli_Bytes + txOrigin_lt: staginggoerli_Bytes + txOrigin_gte: staginggoerli_Bytes + txOrigin_lte: staginggoerli_Bytes + txOrigin_in: [staginggoerli_Bytes!] + txOrigin_not_in: [staginggoerli_Bytes!] + txOrigin_contains: staginggoerli_Bytes + txOrigin_not_contains: staginggoerli_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -73435,12 +74643,12 @@ input optimism_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OriginTransfer_filter] - or: [optimism_OriginTransfer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_OriginTransfer_filter] + or: [staginggoerli_OriginTransfer_filter] } -enum optimism_OriginTransfer_orderBy { +enum staginggoerli_OriginTransfer_orderBy { id chainId transferId @@ -73463,7 +74671,6 @@ enum optimism_OriginTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -73493,20 +74700,20 @@ enum optimism_OriginTransfer_orderBy { txNonce } -type optimism_Relayer { +type staginggoerli_Relayer { id: ID! isActive: Boolean! - relayer: optimism_Bytes + relayer: staginggoerli_Bytes } -type optimism_RelayerFee { +type staginggoerli_RelayerFee { id: ID! - transfer: optimism_OriginTransfer! + transfer: staginggoerli_OriginTransfer! fee: BigInt! - asset: optimism_Bytes! + asset: staginggoerli_Bytes! } -input optimism_RelayerFee_filter { +input staginggoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -73535,7 +74742,7 @@ input optimism_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimism_OriginTransfer_filter + transfer_: staginggoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -73544,23 +74751,23 @@ input optimism_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: optimism_Bytes - asset_not: optimism_Bytes - asset_gt: optimism_Bytes - asset_lt: optimism_Bytes - asset_gte: optimism_Bytes - asset_lte: optimism_Bytes - asset_in: [optimism_Bytes!] - asset_not_in: [optimism_Bytes!] - asset_contains: optimism_Bytes - asset_not_contains: optimism_Bytes + asset: staginggoerli_Bytes + asset_not: staginggoerli_Bytes + asset_gt: staginggoerli_Bytes + asset_lt: staginggoerli_Bytes + asset_gte: staginggoerli_Bytes + asset_lte: staginggoerli_Bytes + asset_in: [staginggoerli_Bytes!] + asset_not_in: [staginggoerli_Bytes!] + asset_contains: staginggoerli_Bytes + asset_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RelayerFee_filter] - or: [optimism_RelayerFee_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RelayerFee_filter] + or: [staginggoerli_RelayerFee_filter] } -enum optimism_RelayerFee_orderBy { +enum staginggoerli_RelayerFee_orderBy { id transfer transfer__id @@ -73596,20 +74803,20 @@ enum optimism_RelayerFee_orderBy { asset } -type optimism_RelayerFeesIncrease { +type staginggoerli_RelayerFeesIncrease { id: ID! - transfer: optimism_OriginTransfer! + transfer: staginggoerli_OriginTransfer! increase: BigInt - asset: optimism_Bytes - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + asset: staginggoerli_Bytes + caller: staginggoerli_Bytes! + transactionHash: staginggoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimism_RelayerFeesIncrease_filter { +input staginggoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -73638,7 +74845,7 @@ input optimism_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimism_OriginTransfer_filter + transfer_: staginggoerli_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -73647,36 +74854,36 @@ input optimism_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: optimism_Bytes - asset_not: optimism_Bytes - asset_gt: optimism_Bytes - asset_lt: optimism_Bytes - asset_gte: optimism_Bytes - asset_lte: optimism_Bytes - asset_in: [optimism_Bytes!] - asset_not_in: [optimism_Bytes!] - asset_contains: optimism_Bytes - asset_not_contains: optimism_Bytes - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + asset: staginggoerli_Bytes + asset_not: staginggoerli_Bytes + asset_gt: staginggoerli_Bytes + asset_lt: staginggoerli_Bytes + asset_gte: staginggoerli_Bytes + asset_lte: staginggoerli_Bytes + asset_in: [staginggoerli_Bytes!] + asset_not_in: [staginggoerli_Bytes!] + asset_contains: staginggoerli_Bytes + asset_not_contains: staginggoerli_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -73710,12 +74917,12 @@ input optimism_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RelayerFeesIncrease_filter] - or: [optimism_RelayerFeesIncrease_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RelayerFeesIncrease_filter] + or: [staginggoerli_RelayerFeesIncrease_filter] } -enum optimism_RelayerFeesIncrease_orderBy { +enum staginggoerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -73757,7 +74964,7 @@ enum optimism_RelayerFeesIncrease_orderBy { blockNumber } -input optimism_Relayer_filter { +input staginggoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -73770,34 +74977,34 @@ input optimism_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: optimism_Bytes - relayer_not: optimism_Bytes - relayer_gt: optimism_Bytes - relayer_lt: optimism_Bytes - relayer_gte: optimism_Bytes - relayer_lte: optimism_Bytes - relayer_in: [optimism_Bytes!] - relayer_not_in: [optimism_Bytes!] - relayer_contains: optimism_Bytes - relayer_not_contains: optimism_Bytes + relayer: staginggoerli_Bytes + relayer_not: staginggoerli_Bytes + relayer_gt: staginggoerli_Bytes + relayer_lt: staginggoerli_Bytes + relayer_gte: staginggoerli_Bytes + relayer_lte: staginggoerli_Bytes + relayer_in: [staginggoerli_Bytes!] + relayer_not_in: [staginggoerli_Bytes!] + relayer_contains: staginggoerli_Bytes + relayer_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Relayer_filter] - or: [optimism_Relayer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Relayer_filter] + or: [staginggoerli_Relayer_filter] } -enum optimism_Relayer_orderBy { +enum staginggoerli_Relayer_orderBy { id isActive relayer } -type optimism_RootCount { +type staginggoerli_RootCount { id: ID! count: BigInt } -input optimism_RootCount_filter { +input staginggoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -73815,31 +75022,31 @@ input optimism_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RootCount_filter] - or: [optimism_RootCount_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootCount_filter] + or: [staginggoerli_RootCount_filter] } -enum optimism_RootCount_orderBy { +enum staginggoerli_RootCount_orderBy { id count } -type optimism_RootMessageSent { +type staginggoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: optimism_Bytes + root: staginggoerli_Bytes count: BigInt - caller: optimism_Bytes - transactionHash: optimism_Bytes + caller: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input optimism_RootMessageSent_filter { +input staginggoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -73864,16 +75071,16 @@ input optimism_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -73882,26 +75089,26 @@ input optimism_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -73935,159 +75142,44 @@ input optimism_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RootMessageSent_filter] - or: [optimism_RootMessageSent_filter] -} - -enum optimism_RootMessageSent_orderBy { - id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type optimism_Router { - id: ID! - isActive: Boolean! - owner: optimism_Bytes - recipient: optimism_Bytes - proposedOwner: optimism_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimism_AssetBalance_orderBy, orderDirection: optimism_OrderDirection, where: optimism_AssetBalance_filter): [optimism_AssetBalance!]! -} - -type optimism_RouterDailyTVL { - id: ID! - router: optimism_Router! - asset: optimism_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input optimism_RouterDailyTVL_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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: optimism_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RouterDailyTVL_filter] - or: [optimism_RouterDailyTVL_filter] -} - -enum optimism_RouterDailyTVL_orderBy { - id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RootMessageSent_filter] + or: [staginggoerli_RootMessageSent_filter] +} + +enum staginggoerli_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - balance + gasPrice + gasLimit + blockNumber } -type optimism_RouterLiquidityEvent { +type staginggoerli_Router { id: ID! - type: optimism_RouterLiquidityEventType - router: optimism_Router! - asset: optimism_Asset! - amount: BigInt! - balance: BigInt! - caller: optimism_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: optimism_Bytes! - nonce: BigInt! + isActive: Boolean! + owner: staginggoerli_Bytes + recipient: staginggoerli_Bytes + proposedOwner: staginggoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_AssetBalance_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_AssetBalance_filter): [staginggoerli_AssetBalance!]! } -enum optimism_RouterLiquidityEventType { - Add - Remove +type staginggoerli_RouterDailyTVL { + id: ID! + router: staginggoerli_Router! + asset: staginggoerli_Asset! + timestamp: BigInt! + balance: BigInt! } -input optimism_RouterLiquidityEvent_filter { +input staginggoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -74096,10 +75188,6 @@ input optimism_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: optimism_RouterLiquidityEventType - type_not: optimism_RouterLiquidityEventType - type_in: [optimism_RouterLiquidityEventType!] - type_not_in: [optimism_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -74120,7 +75208,7 @@ input optimism_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimism_Router_filter + router_: staginggoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -74141,41 +75229,7 @@ input optimism_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + asset_: staginggoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -74184,33 +75238,22 @@ input optimism_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RouterLiquidityEvent_filter] - or: [optimism_RouterLiquidityEvent_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_RouterDailyTVL_filter] + or: [staginggoerli_RouterDailyTVL_filter] } -enum optimism_RouterLiquidityEvent_orderBy { +enum staginggoerli_RouterDailyTVL_orderBy { id - type router router__id router__isActive @@ -74222,22 +75265,16 @@ enum optimism_RouterLiquidityEvent_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset asset__localAsset asset__blockNumber - amount - balance - caller - blockNumber timestamp - transactionHash - nonce + balance } -input optimism_Router_filter { +input staginggoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -74250,36 +75287,36 @@ input optimism_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: optimism_Bytes - owner_not: optimism_Bytes - owner_gt: optimism_Bytes - owner_lt: optimism_Bytes - owner_gte: optimism_Bytes - owner_lte: optimism_Bytes - owner_in: [optimism_Bytes!] - owner_not_in: [optimism_Bytes!] - owner_contains: optimism_Bytes - owner_not_contains: optimism_Bytes - recipient: optimism_Bytes - recipient_not: optimism_Bytes - recipient_gt: optimism_Bytes - recipient_lt: optimism_Bytes - recipient_gte: optimism_Bytes - recipient_lte: optimism_Bytes - recipient_in: [optimism_Bytes!] - recipient_not_in: [optimism_Bytes!] - recipient_contains: optimism_Bytes - recipient_not_contains: optimism_Bytes - proposedOwner: optimism_Bytes - proposedOwner_not: optimism_Bytes - proposedOwner_gt: optimism_Bytes - proposedOwner_lt: optimism_Bytes - proposedOwner_gte: optimism_Bytes - proposedOwner_lte: optimism_Bytes - proposedOwner_in: [optimism_Bytes!] - proposedOwner_not_in: [optimism_Bytes!] - proposedOwner_contains: optimism_Bytes - proposedOwner_not_contains: optimism_Bytes + owner: staginggoerli_Bytes + owner_not: staginggoerli_Bytes + owner_gt: staginggoerli_Bytes + owner_lt: staginggoerli_Bytes + owner_gte: staginggoerli_Bytes + owner_lte: staginggoerli_Bytes + owner_in: [staginggoerli_Bytes!] + owner_not_in: [staginggoerli_Bytes!] + owner_contains: staginggoerli_Bytes + owner_not_contains: staginggoerli_Bytes + recipient: staginggoerli_Bytes + recipient_not: staginggoerli_Bytes + recipient_gt: staginggoerli_Bytes + recipient_lt: staginggoerli_Bytes + recipient_gte: staginggoerli_Bytes + recipient_lte: staginggoerli_Bytes + recipient_in: [staginggoerli_Bytes!] + recipient_not_in: [staginggoerli_Bytes!] + recipient_contains: staginggoerli_Bytes + recipient_not_contains: staginggoerli_Bytes + proposedOwner: staginggoerli_Bytes + proposedOwner_not: staginggoerli_Bytes + proposedOwner_gt: staginggoerli_Bytes + proposedOwner_lt: staginggoerli_Bytes + proposedOwner_gte: staginggoerli_Bytes + proposedOwner_lte: staginggoerli_Bytes + proposedOwner_in: [staginggoerli_Bytes!] + proposedOwner_not_in: [staginggoerli_Bytes!] + proposedOwner_contains: staginggoerli_Bytes + proposedOwner_not_contains: staginggoerli_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -74288,14 +75325,14 @@ input optimism_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: optimism_AssetBalance_filter + assetBalances_: staginggoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Router_filter] - or: [optimism_Router_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Router_filter] + or: [staginggoerli_Router_filter] } -enum optimism_Router_orderBy { +enum staginggoerli_Router_orderBy { id isActive owner @@ -74305,13 +75342,13 @@ enum optimism_Router_orderBy { assetBalances } -type optimism_Sequencer { +type staginggoerli_Sequencer { id: ID! isActive: Boolean! - sequencer: optimism_Bytes + sequencer: staginggoerli_Bytes } -input optimism_Sequencer_filter { +input staginggoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -74324,35 +75361,35 @@ input optimism_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: optimism_Bytes - sequencer_not: optimism_Bytes - sequencer_gt: optimism_Bytes - sequencer_lt: optimism_Bytes - sequencer_gte: optimism_Bytes - sequencer_lte: optimism_Bytes - sequencer_in: [optimism_Bytes!] - sequencer_not_in: [optimism_Bytes!] - sequencer_contains: optimism_Bytes - sequencer_not_contains: optimism_Bytes + sequencer: staginggoerli_Bytes + sequencer_not: staginggoerli_Bytes + sequencer_gt: staginggoerli_Bytes + sequencer_lt: staginggoerli_Bytes + sequencer_gte: staginggoerli_Bytes + sequencer_lte: staginggoerli_Bytes + sequencer_in: [staginggoerli_Bytes!] + sequencer_not_in: [staginggoerli_Bytes!] + sequencer_contains: staginggoerli_Bytes + sequencer_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Sequencer_filter] - or: [optimism_Sequencer_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Sequencer_filter] + or: [staginggoerli_Sequencer_filter] } -enum optimism_Sequencer_orderBy { +enum staginggoerli_Sequencer_orderBy { id isActive sequencer } -type optimism_Setting { +type staginggoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: optimism_Bytes! + caller: staginggoerli_Bytes! } -input optimism_Setting_filter { +input staginggoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -74369,41 +75406,41 @@ input optimism_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Setting_filter] - or: [optimism_Setting_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_Setting_filter] + or: [staginggoerli_Setting_filter] } -enum optimism_Setting_orderBy { +enum staginggoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type optimism_SlippageUpdate { +type staginggoerli_SlippageUpdate { id: ID! - transfer: optimism_DestinationTransfer! + transfer: staginggoerli_DestinationTransfer! slippage: BigInt! - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + caller: staginggoerli_Bytes! + transactionHash: staginggoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimism_SlippageUpdate_filter { +input staginggoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -74432,7 +75469,7 @@ input optimism_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimism_DestinationTransfer_filter + transfer_: staginggoerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -74441,26 +75478,26 @@ input optimism_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + caller: staginggoerli_Bytes + caller_not: staginggoerli_Bytes + caller_gt: staginggoerli_Bytes + caller_lt: staginggoerli_Bytes + caller_gte: staginggoerli_Bytes + caller_lte: staginggoerli_Bytes + caller_in: [staginggoerli_Bytes!] + caller_not_in: [staginggoerli_Bytes!] + caller_contains: staginggoerli_Bytes + caller_not_contains: staginggoerli_Bytes + transactionHash: staginggoerli_Bytes + transactionHash_not: staginggoerli_Bytes + transactionHash_gt: staginggoerli_Bytes + transactionHash_lt: staginggoerli_Bytes + transactionHash_gte: staginggoerli_Bytes + transactionHash_lte: staginggoerli_Bytes + transactionHash_in: [staginggoerli_Bytes!] + transactionHash_not_in: [staginggoerli_Bytes!] + transactionHash_contains: staginggoerli_Bytes + transactionHash_not_contains: staginggoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -74494,12 +75531,12 @@ input optimism_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_SlippageUpdate_filter] - or: [optimism_SlippageUpdate_filter] + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_SlippageUpdate_filter] + or: [staginggoerli_SlippageUpdate_filter] } -enum optimism_SlippageUpdate_orderBy { +enum staginggoerli_SlippageUpdate_orderBy { id transfer transfer__id @@ -74547,56 +75584,16 @@ enum optimism_SlippageUpdate_orderBy { blockNumber } -enum optimism_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type optimism__Block_ { - """The hash of the block""" - hash: optimism_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type optimism__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: optimism__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type staginggoerli_AggregateRoot { +type staginggoerli_SnapshotRoot { id: ID! + spokeDomain: BigInt root: staginggoerli_Bytes! - blockNumber: BigInt! -} - -type staginggoerli_AggregateRootProposed { - id: ID! - aggregateRoot: staginggoerli_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + count: BigInt! timestamp: BigInt! - blockNumber: BigInt + blockNumber: BigInt! } -input staginggoerli_AggregateRootProposed_filter { +input staginggoerli_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -74605,40 +75602,32 @@ input staginggoerli_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: staginggoerli_Bytes + root_not: staginggoerli_Bytes + root_gt: staginggoerli_Bytes + root_lt: staginggoerli_Bytes + root_gte: staginggoerli_Bytes + root_lte: staginggoerli_Bytes + root_in: [staginggoerli_Bytes!] + root_not_in: [staginggoerli_Bytes!] + root_contains: staginggoerli_Bytes + root_not_contains: staginggoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -74657,21 +75646,79 @@ input staginggoerli_AggregateRootProposed_filter { blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AggregateRootProposed_filter] - or: [staginggoerli_AggregateRootProposed_filter] + and: [staginggoerli_SnapshotRoot_filter] + or: [staginggoerli_SnapshotRoot_filter] } -enum staginggoerli_AggregateRootProposed_orderBy { +enum staginggoerli_SnapshotRoot_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain + spokeDomain + root + count timestamp blockNumber } -input staginggoerli_AggregateRoot_filter { +type staginggoerli_SpokeConnectorMode { + id: ID! + mode: String! +} + +input staginggoerli_SpokeConnectorMode_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!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: staginggoerli_BlockChangedFilter + and: [staginggoerli_SpokeConnectorMode_filter] + or: [staginggoerli_SpokeConnectorMode_filter] +} + +enum staginggoerli_SpokeConnectorMode_orderBy { + id + mode +} + +enum staginggoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type mumbai_AggregateRoot { + id: ID! + root: mumbai_Bytes! + blockNumber: BigInt! +} + +input mumbai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -74680,16 +75727,16 @@ input staginggoerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes + root: mumbai_Bytes + root_not: mumbai_Bytes + root_gt: mumbai_Bytes + root_lt: mumbai_Bytes + root_gte: mumbai_Bytes + root_lte: mumbai_Bytes + root_in: [mumbai_Bytes!] + root_not_in: [mumbai_Bytes!] + root_contains: mumbai_Bytes + root_not_contains: mumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -74699,41 +75746,42 @@ input staginggoerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AggregateRoot_filter] - or: [staginggoerli_AggregateRoot_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AggregateRoot_filter] + or: [mumbai_AggregateRoot_filter] } -enum staginggoerli_AggregateRoot_orderBy { +enum mumbai_AggregateRoot_orderBy { id root blockNumber } -type staginggoerli_Asset { +type mumbai_Asset { id: ID! - key: staginggoerli_Bytes + key: mumbai_Bytes decimal: BigInt - canonicalId: staginggoerli_Bytes + adoptedDecimal: BigInt + canonicalId: mumbai_Bytes canonicalDomain: BigInt - adoptedAsset: staginggoerli_Bytes - localAsset: staginggoerli_Bytes + adoptedAsset: mumbai_Bytes + localAsset: mumbai_Bytes blockNumber: BigInt - status: staginggoerli_AssetStatus + status: mumbai_AssetStatus } -type staginggoerli_AssetBalance { +type mumbai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: staginggoerli_Router! - asset: staginggoerli_Asset! + router: mumbai_Router! + asset: mumbai_Asset! feesEarned: BigInt! } -input staginggoerli_AssetBalance_filter { +input mumbai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -74794,7 +75842,7 @@ input staginggoerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: staginggoerli_Router_filter + router_: mumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -74815,7 +75863,7 @@ input staginggoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter + asset_: mumbai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -74825,12 +75873,12 @@ input staginggoerli_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AssetBalance_filter] - or: [staginggoerli_AssetBalance_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AssetBalance_filter] + or: [mumbai_AssetBalance_filter] } -enum staginggoerli_AssetBalance_orderBy { +enum mumbai_AssetBalance_orderBy { id amount locked @@ -74847,6 +75895,7 @@ enum staginggoerli_AssetBalance_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -74855,12 +75904,12 @@ enum staginggoerli_AssetBalance_orderBy { feesEarned } -type staginggoerli_AssetStatus { +type mumbai_AssetStatus { id: ID! status: Boolean } -input staginggoerli_AssetStatus_filter { +input mumbai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -74874,17 +75923,17 @@ input staginggoerli_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_AssetStatus_filter] - or: [staginggoerli_AssetStatus_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_AssetStatus_filter] + or: [mumbai_AssetStatus_filter] } -enum staginggoerli_AssetStatus_orderBy { +enum mumbai_AssetStatus_orderBy { id status } -input staginggoerli_Asset_filter { +input mumbai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -74893,16 +75942,16 @@ input staginggoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: staginggoerli_Bytes - key_not: staginggoerli_Bytes - key_gt: staginggoerli_Bytes - key_lt: staginggoerli_Bytes - key_gte: staginggoerli_Bytes - key_lte: staginggoerli_Bytes - key_in: [staginggoerli_Bytes!] - key_not_in: [staginggoerli_Bytes!] - key_contains: staginggoerli_Bytes - key_not_contains: staginggoerli_Bytes + key: mumbai_Bytes + key_not: mumbai_Bytes + key_gt: mumbai_Bytes + key_lt: mumbai_Bytes + key_gte: mumbai_Bytes + key_lte: mumbai_Bytes + key_in: [mumbai_Bytes!] + key_not_in: [mumbai_Bytes!] + key_contains: mumbai_Bytes + key_not_contains: mumbai_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -74911,16 +75960,24 @@ input staginggoerli_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - canonicalId: staginggoerli_Bytes - canonicalId_not: staginggoerli_Bytes - canonicalId_gt: staginggoerli_Bytes - canonicalId_lt: staginggoerli_Bytes - canonicalId_gte: staginggoerli_Bytes - canonicalId_lte: staginggoerli_Bytes - canonicalId_in: [staginggoerli_Bytes!] - canonicalId_not_in: [staginggoerli_Bytes!] - canonicalId_contains: staginggoerli_Bytes - canonicalId_not_contains: staginggoerli_Bytes + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: mumbai_Bytes + canonicalId_not: mumbai_Bytes + canonicalId_gt: mumbai_Bytes + canonicalId_lt: mumbai_Bytes + canonicalId_gte: mumbai_Bytes + canonicalId_lte: mumbai_Bytes + canonicalId_in: [mumbai_Bytes!] + canonicalId_not_in: [mumbai_Bytes!] + canonicalId_contains: mumbai_Bytes + canonicalId_not_contains: mumbai_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -74929,26 +75986,26 @@ input staginggoerli_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: staginggoerli_Bytes - adoptedAsset_not: staginggoerli_Bytes - adoptedAsset_gt: staginggoerli_Bytes - adoptedAsset_lt: staginggoerli_Bytes - adoptedAsset_gte: staginggoerli_Bytes - adoptedAsset_lte: staginggoerli_Bytes - adoptedAsset_in: [staginggoerli_Bytes!] - adoptedAsset_not_in: [staginggoerli_Bytes!] - adoptedAsset_contains: staginggoerli_Bytes - adoptedAsset_not_contains: staginggoerli_Bytes - localAsset: staginggoerli_Bytes - localAsset_not: staginggoerli_Bytes - localAsset_gt: staginggoerli_Bytes - localAsset_lt: staginggoerli_Bytes - localAsset_gte: staginggoerli_Bytes - localAsset_lte: staginggoerli_Bytes - localAsset_in: [staginggoerli_Bytes!] - localAsset_not_in: [staginggoerli_Bytes!] - localAsset_contains: staginggoerli_Bytes - localAsset_not_contains: staginggoerli_Bytes + adoptedAsset: mumbai_Bytes + adoptedAsset_not: mumbai_Bytes + adoptedAsset_gt: mumbai_Bytes + adoptedAsset_lt: mumbai_Bytes + adoptedAsset_gte: mumbai_Bytes + adoptedAsset_lte: mumbai_Bytes + adoptedAsset_in: [mumbai_Bytes!] + adoptedAsset_not_in: [mumbai_Bytes!] + adoptedAsset_contains: mumbai_Bytes + adoptedAsset_not_contains: mumbai_Bytes + localAsset: mumbai_Bytes + localAsset_not: mumbai_Bytes + localAsset_gt: mumbai_Bytes + localAsset_lt: mumbai_Bytes + localAsset_gte: mumbai_Bytes + localAsset_lte: mumbai_Bytes + localAsset_in: [mumbai_Bytes!] + localAsset_not_in: [mumbai_Bytes!] + localAsset_contains: mumbai_Bytes + localAsset_not_contains: mumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -74977,17 +76034,18 @@ input staginggoerli_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: staginggoerli_AssetStatus_filter + status_: mumbai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Asset_filter] - or: [staginggoerli_Asset_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Asset_filter] + or: [mumbai_Asset_filter] } -enum staginggoerli_Asset_orderBy { +enum mumbai_Asset_orderBy { id key decimal + adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -74998,16 +76056,30 @@ enum staginggoerli_Asset_orderBy { status__status } -type staginggoerli_ConnectorMeta { +scalar mumbai_BigDecimal + +input mumbai_BlockChangedFilter { + number_gte: Int! +} + +input mumbai_Block_height { + hash: mumbai_Bytes + number: Int + number_gte: Int +} + +scalar mumbai_Bytes + +type mumbai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes + amb: mumbai_Bytes + rootManager: mumbai_Bytes + mirrorConnector: mumbai_Bytes } -input staginggoerli_ConnectorMeta_filter { +input mumbai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -75032,43 +76104,43 @@ input staginggoerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: staginggoerli_Bytes - amb_not: staginggoerli_Bytes - amb_gt: staginggoerli_Bytes - amb_lt: staginggoerli_Bytes - amb_gte: staginggoerli_Bytes - amb_lte: staginggoerli_Bytes - amb_in: [staginggoerli_Bytes!] - amb_not_in: [staginggoerli_Bytes!] - amb_contains: staginggoerli_Bytes - amb_not_contains: staginggoerli_Bytes - rootManager: staginggoerli_Bytes - rootManager_not: staginggoerli_Bytes - rootManager_gt: staginggoerli_Bytes - rootManager_lt: staginggoerli_Bytes - rootManager_gte: staginggoerli_Bytes - rootManager_lte: staginggoerli_Bytes - rootManager_in: [staginggoerli_Bytes!] - rootManager_not_in: [staginggoerli_Bytes!] - rootManager_contains: staginggoerli_Bytes - rootManager_not_contains: staginggoerli_Bytes - mirrorConnector: staginggoerli_Bytes - mirrorConnector_not: staginggoerli_Bytes - mirrorConnector_gt: staginggoerli_Bytes - mirrorConnector_lt: staginggoerli_Bytes - mirrorConnector_gte: staginggoerli_Bytes - mirrorConnector_lte: staginggoerli_Bytes - mirrorConnector_in: [staginggoerli_Bytes!] - mirrorConnector_not_in: [staginggoerli_Bytes!] - mirrorConnector_contains: staginggoerli_Bytes - mirrorConnector_not_contains: staginggoerli_Bytes + amb: mumbai_Bytes + amb_not: mumbai_Bytes + amb_gt: mumbai_Bytes + amb_lt: mumbai_Bytes + amb_gte: mumbai_Bytes + amb_lte: mumbai_Bytes + amb_in: [mumbai_Bytes!] + amb_not_in: [mumbai_Bytes!] + amb_contains: mumbai_Bytes + amb_not_contains: mumbai_Bytes + rootManager: mumbai_Bytes + rootManager_not: mumbai_Bytes + rootManager_gt: mumbai_Bytes + rootManager_lt: mumbai_Bytes + rootManager_gte: mumbai_Bytes + rootManager_lte: mumbai_Bytes + rootManager_in: [mumbai_Bytes!] + rootManager_not_in: [mumbai_Bytes!] + rootManager_contains: mumbai_Bytes + rootManager_not_contains: mumbai_Bytes + mirrorConnector: mumbai_Bytes + mirrorConnector_not: mumbai_Bytes + mirrorConnector_gt: mumbai_Bytes + mirrorConnector_lt: mumbai_Bytes + mirrorConnector_gte: mumbai_Bytes + mirrorConnector_lte: mumbai_Bytes + mirrorConnector_in: [mumbai_Bytes!] + mirrorConnector_not_in: [mumbai_Bytes!] + mirrorConnector_contains: mumbai_Bytes + mirrorConnector_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_ConnectorMeta_filter] - or: [staginggoerli_ConnectorMeta_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_ConnectorMeta_filter] + or: [mumbai_ConnectorMeta_filter] } -enum staginggoerli_ConnectorMeta_orderBy { +enum mumbai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -75077,48 +76149,48 @@ enum staginggoerli_ConnectorMeta_orderBy { mirrorConnector } -type staginggoerli_DestinationTransfer { +type mumbai_DestinationTransfer { id: ID! chainId: BigInt - transferId: staginggoerli_Bytes + transferId: mumbai_Bytes nonce: BigInt - status: staginggoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_Router_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_Router_filter): [staginggoerli_Router!] + status: mumbai_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: mumbai_Router_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_Router_filter): [mumbai_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginggoerli_Bytes - delegate: staginggoerli_Bytes + to: mumbai_Bytes + delegate: mumbai_Bytes receiveLocal: Boolean - callData: staginggoerli_Bytes + callData: mumbai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: staginggoerli_Bytes + originSender: mumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginggoerli_Bytes - asset: staginggoerli_Asset + canonicalId: mumbai_Bytes + asset: mumbai_Asset amount: BigInt routersFee: BigInt - executedCaller: staginggoerli_Bytes - executedTransactionHash: staginggoerli_Bytes + executedCaller: mumbai_Bytes + executedTransactionHash: mumbai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: staginggoerli_Bytes + executedTxOrigin: mumbai_Bytes executedTxNonce: BigInt - reconciledCaller: staginggoerli_Bytes - reconciledTransactionHash: staginggoerli_Bytes + reconciledCaller: mumbai_Bytes + reconciledTransactionHash: mumbai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: staginggoerli_Bytes + reconciledTxOrigin: mumbai_Bytes reconciledTxNonce: BigInt } -input staginggoerli_DestinationTransfer_filter { +input mumbai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -75135,16 +76207,16 @@ input staginggoerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: staginggoerli_Bytes - transferId_not: staginggoerli_Bytes - transferId_gt: staginggoerli_Bytes - transferId_lt: staginggoerli_Bytes - transferId_gte: staginggoerli_Bytes - transferId_lte: staginggoerli_Bytes - transferId_in: [staginggoerli_Bytes!] - transferId_not_in: [staginggoerli_Bytes!] - transferId_contains: staginggoerli_Bytes - transferId_not_contains: staginggoerli_Bytes + transferId: mumbai_Bytes + transferId_not: mumbai_Bytes + transferId_gt: mumbai_Bytes + transferId_lt: mumbai_Bytes + transferId_gte: mumbai_Bytes + transferId_lte: mumbai_Bytes + transferId_in: [mumbai_Bytes!] + transferId_not_in: [mumbai_Bytes!] + transferId_contains: mumbai_Bytes + transferId_not_contains: mumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -75153,17 +76225,17 @@ input staginggoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: staginggoerli_TransferStatus - status_not: staginggoerli_TransferStatus - status_in: [staginggoerli_TransferStatus!] - status_not_in: [staginggoerli_TransferStatus!] + status: mumbai_TransferStatus + status_not: mumbai_TransferStatus + status_in: [mumbai_TransferStatus!] + status_not_in: [mumbai_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: staginggoerli_Router_filter + routers_: mumbai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -75188,40 +76260,40 @@ input staginggoerli_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: staginggoerli_Bytes - to_not: staginggoerli_Bytes - to_gt: staginggoerli_Bytes - to_lt: staginggoerli_Bytes - to_gte: staginggoerli_Bytes - to_lte: staginggoerli_Bytes - to_in: [staginggoerli_Bytes!] - to_not_in: [staginggoerli_Bytes!] - to_contains: staginggoerli_Bytes - to_not_contains: staginggoerli_Bytes - delegate: staginggoerli_Bytes - delegate_not: staginggoerli_Bytes - delegate_gt: staginggoerli_Bytes - delegate_lt: staginggoerli_Bytes - delegate_gte: staginggoerli_Bytes - delegate_lte: staginggoerli_Bytes - delegate_in: [staginggoerli_Bytes!] - delegate_not_in: [staginggoerli_Bytes!] - delegate_contains: staginggoerli_Bytes - delegate_not_contains: staginggoerli_Bytes + to: mumbai_Bytes + to_not: mumbai_Bytes + to_gt: mumbai_Bytes + to_lt: mumbai_Bytes + to_gte: mumbai_Bytes + to_lte: mumbai_Bytes + to_in: [mumbai_Bytes!] + to_not_in: [mumbai_Bytes!] + to_contains: mumbai_Bytes + to_not_contains: mumbai_Bytes + delegate: mumbai_Bytes + delegate_not: mumbai_Bytes + delegate_gt: mumbai_Bytes + delegate_lt: mumbai_Bytes + delegate_gte: mumbai_Bytes + delegate_lte: mumbai_Bytes + delegate_in: [mumbai_Bytes!] + delegate_not_in: [mumbai_Bytes!] + delegate_contains: mumbai_Bytes + delegate_not_contains: mumbai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: staginggoerli_Bytes - callData_not: staginggoerli_Bytes - callData_gt: staginggoerli_Bytes - callData_lt: staginggoerli_Bytes - callData_gte: staginggoerli_Bytes - callData_lte: staginggoerli_Bytes - callData_in: [staginggoerli_Bytes!] - callData_not_in: [staginggoerli_Bytes!] - callData_contains: staginggoerli_Bytes - callData_not_contains: staginggoerli_Bytes + callData: mumbai_Bytes + callData_not: mumbai_Bytes + callData_gt: mumbai_Bytes + callData_lt: mumbai_Bytes + callData_gte: mumbai_Bytes + callData_lte: mumbai_Bytes + callData_in: [mumbai_Bytes!] + callData_not_in: [mumbai_Bytes!] + callData_contains: mumbai_Bytes + callData_not_contains: mumbai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -75238,16 +76310,16 @@ input staginggoerli_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: staginggoerli_Bytes - originSender_not: staginggoerli_Bytes - originSender_gt: staginggoerli_Bytes - originSender_lt: staginggoerli_Bytes - originSender_gte: staginggoerli_Bytes - originSender_lte: staginggoerli_Bytes - originSender_in: [staginggoerli_Bytes!] - originSender_not_in: [staginggoerli_Bytes!] - originSender_contains: staginggoerli_Bytes - originSender_not_contains: staginggoerli_Bytes + originSender: mumbai_Bytes + originSender_not: mumbai_Bytes + originSender_gt: mumbai_Bytes + originSender_lt: mumbai_Bytes + originSender_gte: mumbai_Bytes + originSender_lte: mumbai_Bytes + originSender_in: [mumbai_Bytes!] + originSender_not_in: [mumbai_Bytes!] + originSender_contains: mumbai_Bytes + originSender_not_contains: mumbai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -75264,16 +76336,16 @@ input staginggoerli_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: staginggoerli_Bytes - canonicalId_not: staginggoerli_Bytes - canonicalId_gt: staginggoerli_Bytes - canonicalId_lt: staginggoerli_Bytes - canonicalId_gte: staginggoerli_Bytes - canonicalId_lte: staginggoerli_Bytes - canonicalId_in: [staginggoerli_Bytes!] - canonicalId_not_in: [staginggoerli_Bytes!] - canonicalId_contains: staginggoerli_Bytes - canonicalId_not_contains: staginggoerli_Bytes + canonicalId: mumbai_Bytes + canonicalId_not: mumbai_Bytes + canonicalId_gt: mumbai_Bytes + canonicalId_lt: mumbai_Bytes + canonicalId_gte: mumbai_Bytes + canonicalId_lte: mumbai_Bytes + canonicalId_in: [mumbai_Bytes!] + canonicalId_not_in: [mumbai_Bytes!] + canonicalId_contains: mumbai_Bytes + canonicalId_not_contains: mumbai_Bytes asset: String asset_not: String asset_gt: String @@ -75294,7 +76366,7 @@ input staginggoerli_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter + asset_: mumbai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -75311,26 +76383,26 @@ input staginggoerli_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: staginggoerli_Bytes - executedCaller_not: staginggoerli_Bytes - executedCaller_gt: staginggoerli_Bytes - executedCaller_lt: staginggoerli_Bytes - executedCaller_gte: staginggoerli_Bytes - executedCaller_lte: staginggoerli_Bytes - executedCaller_in: [staginggoerli_Bytes!] - executedCaller_not_in: [staginggoerli_Bytes!] - executedCaller_contains: staginggoerli_Bytes - executedCaller_not_contains: staginggoerli_Bytes - executedTransactionHash: staginggoerli_Bytes - executedTransactionHash_not: staginggoerli_Bytes - executedTransactionHash_gt: staginggoerli_Bytes - executedTransactionHash_lt: staginggoerli_Bytes - executedTransactionHash_gte: staginggoerli_Bytes - executedTransactionHash_lte: staginggoerli_Bytes - executedTransactionHash_in: [staginggoerli_Bytes!] - executedTransactionHash_not_in: [staginggoerli_Bytes!] - executedTransactionHash_contains: staginggoerli_Bytes - executedTransactionHash_not_contains: staginggoerli_Bytes + executedCaller: mumbai_Bytes + executedCaller_not: mumbai_Bytes + executedCaller_gt: mumbai_Bytes + executedCaller_lt: mumbai_Bytes + executedCaller_gte: mumbai_Bytes + executedCaller_lte: mumbai_Bytes + executedCaller_in: [mumbai_Bytes!] + executedCaller_not_in: [mumbai_Bytes!] + executedCaller_contains: mumbai_Bytes + executedCaller_not_contains: mumbai_Bytes + executedTransactionHash: mumbai_Bytes + executedTransactionHash_not: mumbai_Bytes + executedTransactionHash_gt: mumbai_Bytes + executedTransactionHash_lt: mumbai_Bytes + executedTransactionHash_gte: mumbai_Bytes + executedTransactionHash_lte: mumbai_Bytes + executedTransactionHash_in: [mumbai_Bytes!] + executedTransactionHash_not_in: [mumbai_Bytes!] + executedTransactionHash_contains: mumbai_Bytes + executedTransactionHash_not_contains: mumbai_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -75363,44 +76435,44 @@ input staginggoerli_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: staginggoerli_Bytes - executedTxOrigin_not: staginggoerli_Bytes - executedTxOrigin_gt: staginggoerli_Bytes - executedTxOrigin_lt: staginggoerli_Bytes - executedTxOrigin_gte: staginggoerli_Bytes - executedTxOrigin_lte: staginggoerli_Bytes - executedTxOrigin_in: [staginggoerli_Bytes!] - executedTxOrigin_not_in: [staginggoerli_Bytes!] - executedTxOrigin_contains: staginggoerli_Bytes - executedTxOrigin_not_contains: staginggoerli_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: staginggoerli_Bytes - reconciledCaller_not: staginggoerli_Bytes - reconciledCaller_gt: staginggoerli_Bytes - reconciledCaller_lt: staginggoerli_Bytes - reconciledCaller_gte: staginggoerli_Bytes - reconciledCaller_lte: staginggoerli_Bytes - reconciledCaller_in: [staginggoerli_Bytes!] - reconciledCaller_not_in: [staginggoerli_Bytes!] - reconciledCaller_contains: staginggoerli_Bytes - reconciledCaller_not_contains: staginggoerli_Bytes - reconciledTransactionHash: staginggoerli_Bytes - reconciledTransactionHash_not: staginggoerli_Bytes - reconciledTransactionHash_gt: staginggoerli_Bytes - reconciledTransactionHash_lt: staginggoerli_Bytes - reconciledTransactionHash_gte: staginggoerli_Bytes - reconciledTransactionHash_lte: staginggoerli_Bytes - reconciledTransactionHash_in: [staginggoerli_Bytes!] - reconciledTransactionHash_not_in: [staginggoerli_Bytes!] - reconciledTransactionHash_contains: staginggoerli_Bytes - reconciledTransactionHash_not_contains: staginggoerli_Bytes + executedTxOrigin: mumbai_Bytes + executedTxOrigin_not: mumbai_Bytes + executedTxOrigin_gt: mumbai_Bytes + executedTxOrigin_lt: mumbai_Bytes + executedTxOrigin_gte: mumbai_Bytes + executedTxOrigin_lte: mumbai_Bytes + executedTxOrigin_in: [mumbai_Bytes!] + executedTxOrigin_not_in: [mumbai_Bytes!] + executedTxOrigin_contains: mumbai_Bytes + executedTxOrigin_not_contains: mumbai_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: mumbai_Bytes + reconciledCaller_not: mumbai_Bytes + reconciledCaller_gt: mumbai_Bytes + reconciledCaller_lt: mumbai_Bytes + reconciledCaller_gte: mumbai_Bytes + reconciledCaller_lte: mumbai_Bytes + reconciledCaller_in: [mumbai_Bytes!] + reconciledCaller_not_in: [mumbai_Bytes!] + reconciledCaller_contains: mumbai_Bytes + reconciledCaller_not_contains: mumbai_Bytes + reconciledTransactionHash: mumbai_Bytes + reconciledTransactionHash_not: mumbai_Bytes + reconciledTransactionHash_gt: mumbai_Bytes + reconciledTransactionHash_lt: mumbai_Bytes + reconciledTransactionHash_gte: mumbai_Bytes + reconciledTransactionHash_lte: mumbai_Bytes + reconciledTransactionHash_in: [mumbai_Bytes!] + reconciledTransactionHash_not_in: [mumbai_Bytes!] + reconciledTransactionHash_contains: mumbai_Bytes + reconciledTransactionHash_not_contains: mumbai_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -75433,16 +76505,16 @@ input staginggoerli_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: staginggoerli_Bytes - reconciledTxOrigin_not: staginggoerli_Bytes - reconciledTxOrigin_gt: staginggoerli_Bytes - reconciledTxOrigin_lt: staginggoerli_Bytes - reconciledTxOrigin_gte: staginggoerli_Bytes - reconciledTxOrigin_lte: staginggoerli_Bytes - reconciledTxOrigin_in: [staginggoerli_Bytes!] - reconciledTxOrigin_not_in: [staginggoerli_Bytes!] - reconciledTxOrigin_contains: staginggoerli_Bytes - reconciledTxOrigin_not_contains: staginggoerli_Bytes + reconciledTxOrigin: mumbai_Bytes + reconciledTxOrigin_not: mumbai_Bytes + reconciledTxOrigin_gt: mumbai_Bytes + reconciledTxOrigin_lt: mumbai_Bytes + reconciledTxOrigin_gte: mumbai_Bytes + reconciledTxOrigin_lte: mumbai_Bytes + reconciledTxOrigin_in: [mumbai_Bytes!] + reconciledTxOrigin_not_in: [mumbai_Bytes!] + reconciledTxOrigin_contains: mumbai_Bytes + reconciledTxOrigin_not_contains: mumbai_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -75452,12 +76524,12 @@ input staginggoerli_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_DestinationTransfer_filter] - or: [staginggoerli_DestinationTransfer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_DestinationTransfer_filter] + or: [mumbai_DestinationTransfer_filter] } -enum staginggoerli_DestinationTransfer_orderBy { +enum mumbai_DestinationTransfer_orderBy { id chainId transferId @@ -75481,6 +76553,7 @@ enum staginggoerli_DestinationTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -75506,75 +76579,32 @@ enum staginggoerli_DestinationTransfer_orderBy { reconciledTxNonce } -type staginggoerli_OptimisticRootFinalized { - id: ID! - aggregateRoot: staginggoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} +""" +8 bytes signed integer -input staginggoerli_OptimisticRootFinalized_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!] - aggregateRoot: staginggoerli_Bytes - aggregateRoot_not: staginggoerli_Bytes - aggregateRoot_gt: staginggoerli_Bytes - aggregateRoot_lt: staginggoerli_Bytes - aggregateRoot_gte: staginggoerli_Bytes - aggregateRoot_lte: staginggoerli_Bytes - aggregateRoot_in: [staginggoerli_Bytes!] - aggregateRoot_not_in: [staginggoerli_Bytes!] - aggregateRoot_contains: staginggoerli_Bytes - aggregateRoot_not_contains: staginggoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OptimisticRootFinalized_filter] - or: [staginggoerli_OptimisticRootFinalized_filter] -} +""" +scalar mumbai_Int8 -enum staginggoerli_OptimisticRootFinalized_orderBy { - id - aggregateRoot - timestamp - blockNumber +"""Defines the order direction, either ascending or descending""" +enum mumbai_OrderDirection { + asc + desc } -type staginggoerli_OriginMessage { +type mumbai_OriginMessage { id: ID! - transferId: staginggoerli_Bytes + transferId: mumbai_Bytes destinationDomain: BigInt - leaf: staginggoerli_Bytes + leaf: mumbai_Bytes index: BigInt - message: staginggoerli_Bytes - root: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes + message: mumbai_Bytes + root: mumbai_Bytes + transactionHash: mumbai_Bytes blockNumber: BigInt - rootCount: staginggoerli_RootCount + rootCount: mumbai_RootCount } -input staginggoerli_OriginMessage_filter { +input mumbai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -75583,16 +76613,16 @@ input staginggoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: staginggoerli_Bytes - transferId_not: staginggoerli_Bytes - transferId_gt: staginggoerli_Bytes - transferId_lt: staginggoerli_Bytes - transferId_gte: staginggoerli_Bytes - transferId_lte: staginggoerli_Bytes - transferId_in: [staginggoerli_Bytes!] - transferId_not_in: [staginggoerli_Bytes!] - transferId_contains: staginggoerli_Bytes - transferId_not_contains: staginggoerli_Bytes + transferId: mumbai_Bytes + transferId_not: mumbai_Bytes + transferId_gt: mumbai_Bytes + transferId_lt: mumbai_Bytes + transferId_gte: mumbai_Bytes + transferId_lte: mumbai_Bytes + transferId_in: [mumbai_Bytes!] + transferId_not_in: [mumbai_Bytes!] + transferId_contains: mumbai_Bytes + transferId_not_contains: mumbai_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -75601,16 +76631,16 @@ input staginggoerli_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: staginggoerli_Bytes - leaf_not: staginggoerli_Bytes - leaf_gt: staginggoerli_Bytes - leaf_lt: staginggoerli_Bytes - leaf_gte: staginggoerli_Bytes - leaf_lte: staginggoerli_Bytes - leaf_in: [staginggoerli_Bytes!] - leaf_not_in: [staginggoerli_Bytes!] - leaf_contains: staginggoerli_Bytes - leaf_not_contains: staginggoerli_Bytes + leaf: mumbai_Bytes + leaf_not: mumbai_Bytes + leaf_gt: mumbai_Bytes + leaf_lt: mumbai_Bytes + leaf_gte: mumbai_Bytes + leaf_lte: mumbai_Bytes + leaf_in: [mumbai_Bytes!] + leaf_not_in: [mumbai_Bytes!] + leaf_contains: mumbai_Bytes + leaf_not_contains: mumbai_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -75619,36 +76649,36 @@ input staginggoerli_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: staginggoerli_Bytes - message_not: staginggoerli_Bytes - message_gt: staginggoerli_Bytes - message_lt: staginggoerli_Bytes - message_gte: staginggoerli_Bytes - message_lte: staginggoerli_Bytes - message_in: [staginggoerli_Bytes!] - message_not_in: [staginggoerli_Bytes!] - message_contains: staginggoerli_Bytes - message_not_contains: staginggoerli_Bytes - root: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + message: mumbai_Bytes + message_not: mumbai_Bytes + message_gt: mumbai_Bytes + message_lt: mumbai_Bytes + message_gte: mumbai_Bytes + message_lte: mumbai_Bytes + message_in: [mumbai_Bytes!] + message_not_in: [mumbai_Bytes!] + message_contains: mumbai_Bytes + message_not_contains: mumbai_Bytes + root: mumbai_Bytes + root_not: mumbai_Bytes + root_gt: mumbai_Bytes + root_lt: mumbai_Bytes + root_gte: mumbai_Bytes + root_lte: mumbai_Bytes + root_in: [mumbai_Bytes!] + root_not_in: [mumbai_Bytes!] + root_contains: mumbai_Bytes + root_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -75677,14 +76707,14 @@ input staginggoerli_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: staginggoerli_RootCount_filter + rootCount_: mumbai_RootCount_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OriginMessage_filter] - or: [staginggoerli_OriginMessage_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_OriginMessage_filter] + or: [mumbai_OriginMessage_filter] } -enum staginggoerli_OriginMessage_orderBy { +enum mumbai_OriginMessage_orderBy { id transferId destinationDomain @@ -75699,42 +76729,42 @@ enum staginggoerli_OriginMessage_orderBy { rootCount__count } -type staginggoerli_OriginTransfer { +type mumbai_OriginTransfer { id: ID! chainId: BigInt - transferId: staginggoerli_Bytes + transferId: mumbai_Bytes nonce: BigInt - status: staginggoerli_TransferStatus - messageHash: staginggoerli_Bytes + status: mumbai_TransferStatus + messageHash: mumbai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginggoerli_Bytes - delegate: staginggoerli_Bytes + to: mumbai_Bytes + delegate: mumbai_Bytes receiveLocal: Boolean - callData: staginggoerli_Bytes + callData: mumbai_Bytes slippage: BigInt - originSender: staginggoerli_Bytes + originSender: mumbai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginggoerli_Bytes - asset: staginggoerli_Asset - transactingAsset: staginggoerli_Bytes - message: staginggoerli_OriginMessage + canonicalId: mumbai_Bytes + asset: mumbai_Asset + transactingAsset: mumbai_Bytes + message: mumbai_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_RelayerFee_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_RelayerFee_filter): [staginggoerli_RelayerFee!] - initialRelayerFeeAsset: staginggoerli_Bytes - caller: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: mumbai_RelayerFee_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_RelayerFee_filter): [mumbai_RelayerFee!] + initialRelayerFeeAsset: mumbai_Bytes + caller: mumbai_Bytes + transactionHash: mumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: staginggoerli_Bytes + txOrigin: mumbai_Bytes txNonce: BigInt } -input staginggoerli_OriginTransfer_filter { +input mumbai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -75751,16 +76781,16 @@ input staginggoerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: staginggoerli_Bytes - transferId_not: staginggoerli_Bytes - transferId_gt: staginggoerli_Bytes - transferId_lt: staginggoerli_Bytes - transferId_gte: staginggoerli_Bytes - transferId_lte: staginggoerli_Bytes - transferId_in: [staginggoerli_Bytes!] - transferId_not_in: [staginggoerli_Bytes!] - transferId_contains: staginggoerli_Bytes - transferId_not_contains: staginggoerli_Bytes + transferId: mumbai_Bytes + transferId_not: mumbai_Bytes + transferId_gt: mumbai_Bytes + transferId_lt: mumbai_Bytes + transferId_gte: mumbai_Bytes + transferId_lte: mumbai_Bytes + transferId_in: [mumbai_Bytes!] + transferId_not_in: [mumbai_Bytes!] + transferId_contains: mumbai_Bytes + transferId_not_contains: mumbai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -75769,20 +76799,20 @@ input staginggoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: staginggoerli_TransferStatus - status_not: staginggoerli_TransferStatus - status_in: [staginggoerli_TransferStatus!] - status_not_in: [staginggoerli_TransferStatus!] - messageHash: staginggoerli_Bytes - messageHash_not: staginggoerli_Bytes - messageHash_gt: staginggoerli_Bytes - messageHash_lt: staginggoerli_Bytes - messageHash_gte: staginggoerli_Bytes - messageHash_lte: staginggoerli_Bytes - messageHash_in: [staginggoerli_Bytes!] - messageHash_not_in: [staginggoerli_Bytes!] - messageHash_contains: staginggoerli_Bytes - messageHash_not_contains: staginggoerli_Bytes + status: mumbai_TransferStatus + status_not: mumbai_TransferStatus + status_in: [mumbai_TransferStatus!] + status_not_in: [mumbai_TransferStatus!] + messageHash: mumbai_Bytes + messageHash_not: mumbai_Bytes + messageHash_gt: mumbai_Bytes + messageHash_lt: mumbai_Bytes + messageHash_gte: mumbai_Bytes + messageHash_lte: mumbai_Bytes + messageHash_in: [mumbai_Bytes!] + messageHash_not_in: [mumbai_Bytes!] + messageHash_contains: mumbai_Bytes + messageHash_not_contains: mumbai_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -75807,40 +76837,40 @@ input staginggoerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: staginggoerli_Bytes - to_not: staginggoerli_Bytes - to_gt: staginggoerli_Bytes - to_lt: staginggoerli_Bytes - to_gte: staginggoerli_Bytes - to_lte: staginggoerli_Bytes - to_in: [staginggoerli_Bytes!] - to_not_in: [staginggoerli_Bytes!] - to_contains: staginggoerli_Bytes - to_not_contains: staginggoerli_Bytes - delegate: staginggoerli_Bytes - delegate_not: staginggoerli_Bytes - delegate_gt: staginggoerli_Bytes - delegate_lt: staginggoerli_Bytes - delegate_gte: staginggoerli_Bytes - delegate_lte: staginggoerli_Bytes - delegate_in: [staginggoerli_Bytes!] - delegate_not_in: [staginggoerli_Bytes!] - delegate_contains: staginggoerli_Bytes - delegate_not_contains: staginggoerli_Bytes + to: mumbai_Bytes + to_not: mumbai_Bytes + to_gt: mumbai_Bytes + to_lt: mumbai_Bytes + to_gte: mumbai_Bytes + to_lte: mumbai_Bytes + to_in: [mumbai_Bytes!] + to_not_in: [mumbai_Bytes!] + to_contains: mumbai_Bytes + to_not_contains: mumbai_Bytes + delegate: mumbai_Bytes + delegate_not: mumbai_Bytes + delegate_gt: mumbai_Bytes + delegate_lt: mumbai_Bytes + delegate_gte: mumbai_Bytes + delegate_lte: mumbai_Bytes + delegate_in: [mumbai_Bytes!] + delegate_not_in: [mumbai_Bytes!] + delegate_contains: mumbai_Bytes + delegate_not_contains: mumbai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: staginggoerli_Bytes - callData_not: staginggoerli_Bytes - callData_gt: staginggoerli_Bytes - callData_lt: staginggoerli_Bytes - callData_gte: staginggoerli_Bytes - callData_lte: staginggoerli_Bytes - callData_in: [staginggoerli_Bytes!] - callData_not_in: [staginggoerli_Bytes!] - callData_contains: staginggoerli_Bytes - callData_not_contains: staginggoerli_Bytes + callData: mumbai_Bytes + callData_not: mumbai_Bytes + callData_gt: mumbai_Bytes + callData_lt: mumbai_Bytes + callData_gte: mumbai_Bytes + callData_lte: mumbai_Bytes + callData_in: [mumbai_Bytes!] + callData_not_in: [mumbai_Bytes!] + callData_contains: mumbai_Bytes + callData_not_contains: mumbai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -75849,16 +76879,16 @@ input staginggoerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: staginggoerli_Bytes - originSender_not: staginggoerli_Bytes - originSender_gt: staginggoerli_Bytes - originSender_lt: staginggoerli_Bytes - originSender_gte: staginggoerli_Bytes - originSender_lte: staginggoerli_Bytes - originSender_in: [staginggoerli_Bytes!] - originSender_not_in: [staginggoerli_Bytes!] - originSender_contains: staginggoerli_Bytes - originSender_not_contains: staginggoerli_Bytes + originSender: mumbai_Bytes + originSender_not: mumbai_Bytes + originSender_gt: mumbai_Bytes + originSender_lt: mumbai_Bytes + originSender_gte: mumbai_Bytes + originSender_lte: mumbai_Bytes + originSender_in: [mumbai_Bytes!] + originSender_not_in: [mumbai_Bytes!] + originSender_contains: mumbai_Bytes + originSender_not_contains: mumbai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -75875,16 +76905,16 @@ input staginggoerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: staginggoerli_Bytes - canonicalId_not: staginggoerli_Bytes - canonicalId_gt: staginggoerli_Bytes - canonicalId_lt: staginggoerli_Bytes - canonicalId_gte: staginggoerli_Bytes - canonicalId_lte: staginggoerli_Bytes - canonicalId_in: [staginggoerli_Bytes!] - canonicalId_not_in: [staginggoerli_Bytes!] - canonicalId_contains: staginggoerli_Bytes - canonicalId_not_contains: staginggoerli_Bytes + canonicalId: mumbai_Bytes + canonicalId_not: mumbai_Bytes + canonicalId_gt: mumbai_Bytes + canonicalId_lt: mumbai_Bytes + canonicalId_gte: mumbai_Bytes + canonicalId_lte: mumbai_Bytes + canonicalId_in: [mumbai_Bytes!] + canonicalId_not_in: [mumbai_Bytes!] + canonicalId_contains: mumbai_Bytes + canonicalId_not_contains: mumbai_Bytes asset: String asset_not: String asset_gt: String @@ -75905,17 +76935,17 @@ input staginggoerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter - transactingAsset: staginggoerli_Bytes - transactingAsset_not: staginggoerli_Bytes - transactingAsset_gt: staginggoerli_Bytes - transactingAsset_lt: staginggoerli_Bytes - transactingAsset_gte: staginggoerli_Bytes - transactingAsset_lte: staginggoerli_Bytes - transactingAsset_in: [staginggoerli_Bytes!] - transactingAsset_not_in: [staginggoerli_Bytes!] - transactingAsset_contains: staginggoerli_Bytes - transactingAsset_not_contains: staginggoerli_Bytes + asset_: mumbai_Asset_filter + transactingAsset: mumbai_Bytes + transactingAsset_not: mumbai_Bytes + transactingAsset_gt: mumbai_Bytes + transactingAsset_lt: mumbai_Bytes + transactingAsset_gte: mumbai_Bytes + transactingAsset_lte: mumbai_Bytes + transactingAsset_in: [mumbai_Bytes!] + transactingAsset_not_in: [mumbai_Bytes!] + transactingAsset_contains: mumbai_Bytes + transactingAsset_not_contains: mumbai_Bytes message: String message_not: String message_gt: String @@ -75927,61 +76957,61 @@ input staginggoerli_OriginTransfer_filter { message_contains: String message_contains_nocase: String message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: staginggoerli_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: staginggoerli_RelayerFee_filter - initialRelayerFeeAsset: staginggoerli_Bytes - initialRelayerFeeAsset_not: staginggoerli_Bytes - initialRelayerFeeAsset_gt: staginggoerli_Bytes - initialRelayerFeeAsset_lt: staginggoerli_Bytes - initialRelayerFeeAsset_gte: staginggoerli_Bytes - initialRelayerFeeAsset_lte: staginggoerli_Bytes - initialRelayerFeeAsset_in: [staginggoerli_Bytes!] - initialRelayerFeeAsset_not_in: [staginggoerli_Bytes!] - initialRelayerFeeAsset_contains: staginggoerli_Bytes - initialRelayerFeeAsset_not_contains: staginggoerli_Bytes - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: mumbai_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: mumbai_RelayerFee_filter + initialRelayerFeeAsset: mumbai_Bytes + initialRelayerFeeAsset_not: mumbai_Bytes + initialRelayerFeeAsset_gt: mumbai_Bytes + initialRelayerFeeAsset_lt: mumbai_Bytes + initialRelayerFeeAsset_gte: mumbai_Bytes + initialRelayerFeeAsset_lte: mumbai_Bytes + initialRelayerFeeAsset_in: [mumbai_Bytes!] + initialRelayerFeeAsset_not_in: [mumbai_Bytes!] + initialRelayerFeeAsset_contains: mumbai_Bytes + initialRelayerFeeAsset_not_contains: mumbai_Bytes + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76014,16 +77044,16 @@ input staginggoerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: staginggoerli_Bytes - txOrigin_not: staginggoerli_Bytes - txOrigin_gt: staginggoerli_Bytes - txOrigin_lt: staginggoerli_Bytes - txOrigin_gte: staginggoerli_Bytes - txOrigin_lte: staginggoerli_Bytes - txOrigin_in: [staginggoerli_Bytes!] - txOrigin_not_in: [staginggoerli_Bytes!] - txOrigin_contains: staginggoerli_Bytes - txOrigin_not_contains: staginggoerli_Bytes + txOrigin: mumbai_Bytes + txOrigin_not: mumbai_Bytes + txOrigin_gt: mumbai_Bytes + txOrigin_lt: mumbai_Bytes + txOrigin_gte: mumbai_Bytes + txOrigin_lte: mumbai_Bytes + txOrigin_in: [mumbai_Bytes!] + txOrigin_not_in: [mumbai_Bytes!] + txOrigin_contains: mumbai_Bytes + txOrigin_not_contains: mumbai_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -76033,12 +77063,12 @@ input staginggoerli_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_OriginTransfer_filter] - or: [staginggoerli_OriginTransfer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_OriginTransfer_filter] + or: [mumbai_OriginTransfer_filter] } -enum staginggoerli_OriginTransfer_orderBy { +enum mumbai_OriginTransfer_orderBy { id chainId transferId @@ -76061,6 +77091,7 @@ enum staginggoerli_OriginTransfer_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -76090,20 +77121,20 @@ enum staginggoerli_OriginTransfer_orderBy { txNonce } -type staginggoerli_Relayer { +type mumbai_Relayer { id: ID! isActive: Boolean! - relayer: staginggoerli_Bytes + relayer: mumbai_Bytes } -type staginggoerli_RelayerFee { +type mumbai_RelayerFee { id: ID! - transfer: staginggoerli_OriginTransfer! + transfer: mumbai_OriginTransfer! fee: BigInt! - asset: staginggoerli_Bytes! + asset: mumbai_Bytes! } -input staginggoerli_RelayerFee_filter { +input mumbai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -76132,7 +77163,7 @@ input staginggoerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginggoerli_OriginTransfer_filter + transfer_: mumbai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -76141,23 +77172,23 @@ input staginggoerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: staginggoerli_Bytes - asset_not: staginggoerli_Bytes - asset_gt: staginggoerli_Bytes - asset_lt: staginggoerli_Bytes - asset_gte: staginggoerli_Bytes - asset_lte: staginggoerli_Bytes - asset_in: [staginggoerli_Bytes!] - asset_not_in: [staginggoerli_Bytes!] - asset_contains: staginggoerli_Bytes - asset_not_contains: staginggoerli_Bytes + asset: mumbai_Bytes + asset_not: mumbai_Bytes + asset_gt: mumbai_Bytes + asset_lt: mumbai_Bytes + asset_gte: mumbai_Bytes + asset_lte: mumbai_Bytes + asset_in: [mumbai_Bytes!] + asset_not_in: [mumbai_Bytes!] + asset_contains: mumbai_Bytes + asset_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RelayerFee_filter] - or: [staginggoerli_RelayerFee_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RelayerFee_filter] + or: [mumbai_RelayerFee_filter] } -enum staginggoerli_RelayerFee_orderBy { +enum mumbai_RelayerFee_orderBy { id transfer transfer__id @@ -76193,20 +77224,20 @@ enum staginggoerli_RelayerFee_orderBy { asset } -type staginggoerli_RelayerFeesIncrease { +type mumbai_RelayerFeesIncrease { id: ID! - transfer: staginggoerli_OriginTransfer! + transfer: mumbai_OriginTransfer! increase: BigInt - asset: staginggoerli_Bytes - caller: staginggoerli_Bytes! - transactionHash: staginggoerli_Bytes! + asset: mumbai_Bytes + caller: mumbai_Bytes! + transactionHash: mumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginggoerli_RelayerFeesIncrease_filter { +input mumbai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -76235,7 +77266,7 @@ input staginggoerli_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginggoerli_OriginTransfer_filter + transfer_: mumbai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -76244,36 +77275,36 @@ input staginggoerli_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: staginggoerli_Bytes - asset_not: staginggoerli_Bytes - asset_gt: staginggoerli_Bytes - asset_lt: staginggoerli_Bytes - asset_gte: staginggoerli_Bytes - asset_lte: staginggoerli_Bytes - asset_in: [staginggoerli_Bytes!] - asset_not_in: [staginggoerli_Bytes!] - asset_contains: staginggoerli_Bytes - asset_not_contains: staginggoerli_Bytes - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + asset: mumbai_Bytes + asset_not: mumbai_Bytes + asset_gt: mumbai_Bytes + asset_lt: mumbai_Bytes + asset_gte: mumbai_Bytes + asset_lte: mumbai_Bytes + asset_in: [mumbai_Bytes!] + asset_not_in: [mumbai_Bytes!] + asset_contains: mumbai_Bytes + asset_not_contains: mumbai_Bytes + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76307,12 +77338,12 @@ input staginggoerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RelayerFeesIncrease_filter] - or: [staginggoerli_RelayerFeesIncrease_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RelayerFeesIncrease_filter] + or: [mumbai_RelayerFeesIncrease_filter] } -enum staginggoerli_RelayerFeesIncrease_orderBy { +enum mumbai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -76354,7 +77385,7 @@ enum staginggoerli_RelayerFeesIncrease_orderBy { blockNumber } -input staginggoerli_Relayer_filter { +input mumbai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -76367,34 +77398,34 @@ input staginggoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: staginggoerli_Bytes - relayer_not: staginggoerli_Bytes - relayer_gt: staginggoerli_Bytes - relayer_lt: staginggoerli_Bytes - relayer_gte: staginggoerli_Bytes - relayer_lte: staginggoerli_Bytes - relayer_in: [staginggoerli_Bytes!] - relayer_not_in: [staginggoerli_Bytes!] - relayer_contains: staginggoerli_Bytes - relayer_not_contains: staginggoerli_Bytes + relayer: mumbai_Bytes + relayer_not: mumbai_Bytes + relayer_gt: mumbai_Bytes + relayer_lt: mumbai_Bytes + relayer_gte: mumbai_Bytes + relayer_lte: mumbai_Bytes + relayer_in: [mumbai_Bytes!] + relayer_not_in: [mumbai_Bytes!] + relayer_contains: mumbai_Bytes + relayer_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Relayer_filter] - or: [staginggoerli_Relayer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Relayer_filter] + or: [mumbai_Relayer_filter] } -enum staginggoerli_Relayer_orderBy { +enum mumbai_Relayer_orderBy { id isActive relayer } -type staginggoerli_RootCount { +type mumbai_RootCount { id: ID! count: BigInt } -input staginggoerli_RootCount_filter { +input mumbai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -76412,31 +77443,31 @@ input staginggoerli_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootCount_filter] - or: [staginggoerli_RootCount_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RootCount_filter] + or: [mumbai_RootCount_filter] } -enum staginggoerli_RootCount_orderBy { +enum mumbai_RootCount_orderBy { id count } -type staginggoerli_RootMessageSent { +type mumbai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: staginggoerli_Bytes + root: mumbai_Bytes count: BigInt - caller: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes + caller: mumbai_Bytes + transactionHash: mumbai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input staginggoerli_RootMessageSent_filter { +input mumbai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -76461,16 +77492,16 @@ input staginggoerli_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes + root: mumbai_Bytes + root_not: mumbai_Bytes + root_gt: mumbai_Bytes + root_lt: mumbai_Bytes + root_gte: mumbai_Bytes + root_lte: mumbai_Bytes + root_in: [mumbai_Bytes!] + root_not_in: [mumbai_Bytes!] + root_contains: mumbai_Bytes + root_not_contains: mumbai_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -76479,26 +77510,26 @@ input staginggoerli_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76532,12 +77563,12 @@ input staginggoerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RootMessageSent_filter] - or: [staginggoerli_RootMessageSent_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RootMessageSent_filter] + or: [mumbai_RootMessageSent_filter] } -enum staginggoerli_RootMessageSent_orderBy { +enum mumbai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -76551,25 +77582,25 @@ enum staginggoerli_RootMessageSent_orderBy { blockNumber } -type staginggoerli_Router { +type mumbai_Router { id: ID! isActive: Boolean! - owner: staginggoerli_Bytes - recipient: staginggoerli_Bytes - proposedOwner: staginggoerli_Bytes + owner: mumbai_Bytes + recipient: mumbai_Bytes + proposedOwner: mumbai_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: staginggoerli_AssetBalance_orderBy, orderDirection: staginggoerli_OrderDirection, where: staginggoerli_AssetBalance_filter): [staginggoerli_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: mumbai_AssetBalance_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_AssetBalance_filter): [mumbai_AssetBalance!]! } -type staginggoerli_RouterDailyTVL { +type mumbai_RouterDailyTVL { id: ID! - router: staginggoerli_Router! - asset: staginggoerli_Asset! + router: mumbai_Router! + asset: mumbai_Asset! timestamp: BigInt! balance: BigInt! } -input staginggoerli_RouterDailyTVL_filter { +input mumbai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -76598,7 +77629,7 @@ input staginggoerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: staginggoerli_Router_filter + router_: mumbai_Router_filter asset: String asset_not: String asset_gt: String @@ -76619,7 +77650,7 @@ input staginggoerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginggoerli_Asset_filter + asset_: mumbai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76637,13 +77668,177 @@ input staginggoerli_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_RouterDailyTVL_filter] - or: [staginggoerli_RouterDailyTVL_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RouterDailyTVL_filter] + or: [mumbai_RouterDailyTVL_filter] +} + +enum mumbai_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type mumbai_RouterLiquidityEvent { + id: ID! + type: mumbai_RouterLiquidityEventType + router: mumbai_Router! + asset: mumbai_Asset! + amount: BigInt! + balance: BigInt! + caller: mumbai_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: mumbai_Bytes! + nonce: BigInt! +} + +enum mumbai_RouterLiquidityEventType { + Add + Remove +} + +input mumbai_RouterLiquidityEvent_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!] + type: mumbai_RouterLiquidityEventType + type_not: mumbai_RouterLiquidityEventType + type_in: [mumbai_RouterLiquidityEventType!] + type_not_in: [mumbai_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: mumbai_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: mumbai_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mumbai_BlockChangedFilter + and: [mumbai_RouterLiquidityEvent_filter] + or: [mumbai_RouterLiquidityEvent_filter] } -enum staginggoerli_RouterDailyTVL_orderBy { +enum mumbai_RouterLiquidityEvent_orderBy { id + type router router__id router__isActive @@ -76655,16 +77850,22 @@ enum staginggoerli_RouterDailyTVL_orderBy { asset__id asset__key asset__decimal + asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset asset__localAsset asset__blockNumber - timestamp + amount balance + caller + blockNumber + timestamp + transactionHash + nonce } -input staginggoerli_Router_filter { +input mumbai_Router_filter { id: ID id_not: ID id_gt: ID @@ -76677,36 +77878,36 @@ input staginggoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: staginggoerli_Bytes - owner_not: staginggoerli_Bytes - owner_gt: staginggoerli_Bytes - owner_lt: staginggoerli_Bytes - owner_gte: staginggoerli_Bytes - owner_lte: staginggoerli_Bytes - owner_in: [staginggoerli_Bytes!] - owner_not_in: [staginggoerli_Bytes!] - owner_contains: staginggoerli_Bytes - owner_not_contains: staginggoerli_Bytes - recipient: staginggoerli_Bytes - recipient_not: staginggoerli_Bytes - recipient_gt: staginggoerli_Bytes - recipient_lt: staginggoerli_Bytes - recipient_gte: staginggoerli_Bytes - recipient_lte: staginggoerli_Bytes - recipient_in: [staginggoerli_Bytes!] - recipient_not_in: [staginggoerli_Bytes!] - recipient_contains: staginggoerli_Bytes - recipient_not_contains: staginggoerli_Bytes - proposedOwner: staginggoerli_Bytes - proposedOwner_not: staginggoerli_Bytes - proposedOwner_gt: staginggoerli_Bytes - proposedOwner_lt: staginggoerli_Bytes - proposedOwner_gte: staginggoerli_Bytes - proposedOwner_lte: staginggoerli_Bytes - proposedOwner_in: [staginggoerli_Bytes!] - proposedOwner_not_in: [staginggoerli_Bytes!] - proposedOwner_contains: staginggoerli_Bytes - proposedOwner_not_contains: staginggoerli_Bytes + owner: mumbai_Bytes + owner_not: mumbai_Bytes + owner_gt: mumbai_Bytes + owner_lt: mumbai_Bytes + owner_gte: mumbai_Bytes + owner_lte: mumbai_Bytes + owner_in: [mumbai_Bytes!] + owner_not_in: [mumbai_Bytes!] + owner_contains: mumbai_Bytes + owner_not_contains: mumbai_Bytes + recipient: mumbai_Bytes + recipient_not: mumbai_Bytes + recipient_gt: mumbai_Bytes + recipient_lt: mumbai_Bytes + recipient_gte: mumbai_Bytes + recipient_lte: mumbai_Bytes + recipient_in: [mumbai_Bytes!] + recipient_not_in: [mumbai_Bytes!] + recipient_contains: mumbai_Bytes + recipient_not_contains: mumbai_Bytes + proposedOwner: mumbai_Bytes + proposedOwner_not: mumbai_Bytes + proposedOwner_gt: mumbai_Bytes + proposedOwner_lt: mumbai_Bytes + proposedOwner_gte: mumbai_Bytes + proposedOwner_lte: mumbai_Bytes + proposedOwner_in: [mumbai_Bytes!] + proposedOwner_not_in: [mumbai_Bytes!] + proposedOwner_contains: mumbai_Bytes + proposedOwner_not_contains: mumbai_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -76715,14 +77916,14 @@ input staginggoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: staginggoerli_AssetBalance_filter + assetBalances_: mumbai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Router_filter] - or: [staginggoerli_Router_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Router_filter] + or: [mumbai_Router_filter] } -enum staginggoerli_Router_orderBy { +enum mumbai_Router_orderBy { id isActive owner @@ -76732,13 +77933,13 @@ enum staginggoerli_Router_orderBy { assetBalances } -type staginggoerli_Sequencer { +type mumbai_Sequencer { id: ID! isActive: Boolean! - sequencer: staginggoerli_Bytes + sequencer: mumbai_Bytes } -input staginggoerli_Sequencer_filter { +input mumbai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -76751,35 +77952,35 @@ input staginggoerli_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: staginggoerli_Bytes - sequencer_not: staginggoerli_Bytes - sequencer_gt: staginggoerli_Bytes - sequencer_lt: staginggoerli_Bytes - sequencer_gte: staginggoerli_Bytes - sequencer_lte: staginggoerli_Bytes - sequencer_in: [staginggoerli_Bytes!] - sequencer_not_in: [staginggoerli_Bytes!] - sequencer_contains: staginggoerli_Bytes - sequencer_not_contains: staginggoerli_Bytes + sequencer: mumbai_Bytes + sequencer_not: mumbai_Bytes + sequencer_gt: mumbai_Bytes + sequencer_lt: mumbai_Bytes + sequencer_gte: mumbai_Bytes + sequencer_lte: mumbai_Bytes + sequencer_in: [mumbai_Bytes!] + sequencer_not_in: [mumbai_Bytes!] + sequencer_contains: mumbai_Bytes + sequencer_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Sequencer_filter] - or: [staginggoerli_Sequencer_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Sequencer_filter] + or: [mumbai_Sequencer_filter] } -enum staginggoerli_Sequencer_orderBy { +enum mumbai_Sequencer_orderBy { id isActive sequencer } -type staginggoerli_Setting { +type mumbai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: staginggoerli_Bytes! + caller: mumbai_Bytes! } -input staginggoerli_Setting_filter { +input mumbai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -76796,41 +77997,41 @@ input staginggoerli_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_Setting_filter] - or: [staginggoerli_Setting_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_Setting_filter] + or: [mumbai_Setting_filter] } -enum staginggoerli_Setting_orderBy { +enum mumbai_Setting_orderBy { id maxRoutersPerTransfer caller } -type staginggoerli_SlippageUpdate { +type mumbai_SlippageUpdate { id: ID! - transfer: staginggoerli_DestinationTransfer! + transfer: mumbai_DestinationTransfer! slippage: BigInt! - caller: staginggoerli_Bytes! - transactionHash: staginggoerli_Bytes! + caller: mumbai_Bytes! + transactionHash: mumbai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginggoerli_SlippageUpdate_filter { +input mumbai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -76859,7 +78060,7 @@ input staginggoerli_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginggoerli_DestinationTransfer_filter + transfer_: mumbai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -76868,26 +78069,26 @@ input staginggoerli_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: staginggoerli_Bytes - caller_not: staginggoerli_Bytes - caller_gt: staginggoerli_Bytes - caller_lt: staginggoerli_Bytes - caller_gte: staginggoerli_Bytes - caller_lte: staginggoerli_Bytes - caller_in: [staginggoerli_Bytes!] - caller_not_in: [staginggoerli_Bytes!] - caller_contains: staginggoerli_Bytes - caller_not_contains: staginggoerli_Bytes - transactionHash: staginggoerli_Bytes - transactionHash_not: staginggoerli_Bytes - transactionHash_gt: staginggoerli_Bytes - transactionHash_lt: staginggoerli_Bytes - transactionHash_gte: staginggoerli_Bytes - transactionHash_lte: staginggoerli_Bytes - transactionHash_in: [staginggoerli_Bytes!] - transactionHash_not_in: [staginggoerli_Bytes!] - transactionHash_contains: staginggoerli_Bytes - transactionHash_not_contains: staginggoerli_Bytes + caller: mumbai_Bytes + caller_not: mumbai_Bytes + caller_gt: mumbai_Bytes + caller_lt: mumbai_Bytes + caller_gte: mumbai_Bytes + caller_lte: mumbai_Bytes + caller_in: [mumbai_Bytes!] + caller_not_in: [mumbai_Bytes!] + caller_contains: mumbai_Bytes + caller_not_contains: mumbai_Bytes + transactionHash: mumbai_Bytes + transactionHash_not: mumbai_Bytes + transactionHash_gt: mumbai_Bytes + transactionHash_lt: mumbai_Bytes + transactionHash_gte: mumbai_Bytes + transactionHash_lte: mumbai_Bytes + transactionHash_in: [mumbai_Bytes!] + transactionHash_not_in: [mumbai_Bytes!] + transactionHash_contains: mumbai_Bytes + transactionHash_not_contains: mumbai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76921,12 +78122,12 @@ input staginggoerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_SlippageUpdate_filter] - or: [staginggoerli_SlippageUpdate_filter] + _change_block: mumbai_BlockChangedFilter + and: [mumbai_SlippageUpdate_filter] + or: [mumbai_SlippageUpdate_filter] } -enum staginggoerli_SlippageUpdate_orderBy { +enum mumbai_SlippageUpdate_orderBy { id transfer transfer__id @@ -76974,127 +78175,7 @@ enum staginggoerli_SlippageUpdate_orderBy { blockNumber } -type staginggoerli_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: staginggoerli_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input staginggoerli_SnapshotRoot_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!] - root: staginggoerli_Bytes - root_not: staginggoerli_Bytes - root_gt: staginggoerli_Bytes - root_lt: staginggoerli_Bytes - root_gte: staginggoerli_Bytes - root_lte: staginggoerli_Bytes - root_in: [staginggoerli_Bytes!] - root_not_in: [staginggoerli_Bytes!] - root_contains: staginggoerli_Bytes - root_not_contains: staginggoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_SnapshotRoot_filter] - or: [staginggoerli_SnapshotRoot_filter] -} - -enum staginggoerli_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type staginggoerli_SpokeConnectorMode { - id: ID! - mode: String! -} - -input staginggoerli_SpokeConnectorMode_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!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: staginggoerli_BlockChangedFilter - and: [staginggoerli_SpokeConnectorMode_filter] - or: [staginggoerli_SpokeConnectorMode_filter] -} - -enum staginggoerli_SpokeConnectorMode_orderBy { - id - mode -} - -enum staginggoerli_TransferStatus { +enum mumbai_TransferStatus { XCalled Executed Reconciled @@ -77102,13 +78183,38 @@ enum staginggoerli_TransferStatus { CompletedFast } -type optimismgoerli_AggregateRoot { +type mumbai__Block_ { + """The hash of the block""" + hash: mumbai_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type mumbai__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: mumbai__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type arbitrumgoerli_AggregateRoot { id: ID! - root: optimismgoerli_Bytes! + root: arbitrumgoerli_Bytes! blockNumber: BigInt! } -input optimismgoerli_AggregateRoot_filter { +input arbitrumgoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -77117,16 +78223,16 @@ input optimismgoerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: optimismgoerli_Bytes - root_not: optimismgoerli_Bytes - root_gt: optimismgoerli_Bytes - root_lt: optimismgoerli_Bytes - root_gte: optimismgoerli_Bytes - root_lte: optimismgoerli_Bytes - root_in: [optimismgoerli_Bytes!] - root_not_in: [optimismgoerli_Bytes!] - root_contains: optimismgoerli_Bytes - root_not_contains: optimismgoerli_Bytes + root: arbitrumgoerli_Bytes + root_not: arbitrumgoerli_Bytes + root_gt: arbitrumgoerli_Bytes + root_lt: arbitrumgoerli_Bytes + root_gte: arbitrumgoerli_Bytes + root_lte: arbitrumgoerli_Bytes + root_in: [arbitrumgoerli_Bytes!] + root_not_in: [arbitrumgoerli_Bytes!] + root_contains: arbitrumgoerli_Bytes + root_not_contains: arbitrumgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -77136,42 +78242,42 @@ input optimismgoerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AggregateRoot_filter] - or: [optimismgoerli_AggregateRoot_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_AggregateRoot_filter] + or: [arbitrumgoerli_AggregateRoot_filter] } -enum optimismgoerli_AggregateRoot_orderBy { +enum arbitrumgoerli_AggregateRoot_orderBy { id root blockNumber } -type optimismgoerli_Asset { +type arbitrumgoerli_Asset { id: ID! - key: optimismgoerli_Bytes + key: arbitrumgoerli_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: optimismgoerli_Bytes + canonicalId: arbitrumgoerli_Bytes canonicalDomain: BigInt - adoptedAsset: optimismgoerli_Bytes - localAsset: optimismgoerli_Bytes + adoptedAsset: arbitrumgoerli_Bytes + localAsset: arbitrumgoerli_Bytes blockNumber: BigInt - status: optimismgoerli_AssetStatus + status: arbitrumgoerli_AssetStatus } -type optimismgoerli_AssetBalance { +type arbitrumgoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: optimismgoerli_Router! - asset: optimismgoerli_Asset! + router: arbitrumgoerli_Router! + asset: arbitrumgoerli_Asset! feesEarned: BigInt! } -input optimismgoerli_AssetBalance_filter { +input arbitrumgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -77232,7 +78338,7 @@ input optimismgoerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimismgoerli_Router_filter + router_: arbitrumgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -77253,7 +78359,7 @@ input optimismgoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter + asset_: arbitrumgoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -77263,12 +78369,12 @@ input optimismgoerli_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AssetBalance_filter] - or: [optimismgoerli_AssetBalance_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_AssetBalance_filter] + or: [arbitrumgoerli_AssetBalance_filter] } -enum optimismgoerli_AssetBalance_orderBy { +enum arbitrumgoerli_AssetBalance_orderBy { id amount locked @@ -77294,12 +78400,12 @@ enum optimismgoerli_AssetBalance_orderBy { feesEarned } -type optimismgoerli_AssetStatus { +type arbitrumgoerli_AssetStatus { id: ID! status: Boolean } -input optimismgoerli_AssetStatus_filter { +input arbitrumgoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -77313,17 +78419,17 @@ input optimismgoerli_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_AssetStatus_filter] - or: [optimismgoerli_AssetStatus_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_AssetStatus_filter] + or: [arbitrumgoerli_AssetStatus_filter] } -enum optimismgoerli_AssetStatus_orderBy { +enum arbitrumgoerli_AssetStatus_orderBy { id status } -input optimismgoerli_Asset_filter { +input arbitrumgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -77332,16 +78438,16 @@ input optimismgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: optimismgoerli_Bytes - key_not: optimismgoerli_Bytes - key_gt: optimismgoerli_Bytes - key_lt: optimismgoerli_Bytes - key_gte: optimismgoerli_Bytes - key_lte: optimismgoerli_Bytes - key_in: [optimismgoerli_Bytes!] - key_not_in: [optimismgoerli_Bytes!] - key_contains: optimismgoerli_Bytes - key_not_contains: optimismgoerli_Bytes + key: arbitrumgoerli_Bytes + key_not: arbitrumgoerli_Bytes + key_gt: arbitrumgoerli_Bytes + key_lt: arbitrumgoerli_Bytes + key_gte: arbitrumgoerli_Bytes + key_lte: arbitrumgoerli_Bytes + key_in: [arbitrumgoerli_Bytes!] + key_not_in: [arbitrumgoerli_Bytes!] + key_contains: arbitrumgoerli_Bytes + key_not_contains: arbitrumgoerli_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -77358,44 +78464,44 @@ input optimismgoerli_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: optimismgoerli_Bytes - canonicalId_not: optimismgoerli_Bytes - canonicalId_gt: optimismgoerli_Bytes - canonicalId_lt: optimismgoerli_Bytes - canonicalId_gte: optimismgoerli_Bytes - canonicalId_lte: optimismgoerli_Bytes - canonicalId_in: [optimismgoerli_Bytes!] - canonicalId_not_in: [optimismgoerli_Bytes!] - canonicalId_contains: optimismgoerli_Bytes - canonicalId_not_contains: optimismgoerli_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: optimismgoerli_Bytes - adoptedAsset_not: optimismgoerli_Bytes - adoptedAsset_gt: optimismgoerli_Bytes - adoptedAsset_lt: optimismgoerli_Bytes - adoptedAsset_gte: optimismgoerli_Bytes - adoptedAsset_lte: optimismgoerli_Bytes - adoptedAsset_in: [optimismgoerli_Bytes!] - adoptedAsset_not_in: [optimismgoerli_Bytes!] - adoptedAsset_contains: optimismgoerli_Bytes - adoptedAsset_not_contains: optimismgoerli_Bytes - localAsset: optimismgoerli_Bytes - localAsset_not: optimismgoerli_Bytes - localAsset_gt: optimismgoerli_Bytes - localAsset_lt: optimismgoerli_Bytes - localAsset_gte: optimismgoerli_Bytes - localAsset_lte: optimismgoerli_Bytes - localAsset_in: [optimismgoerli_Bytes!] - localAsset_not_in: [optimismgoerli_Bytes!] - localAsset_contains: optimismgoerli_Bytes - localAsset_not_contains: optimismgoerli_Bytes + canonicalId: arbitrumgoerli_Bytes + canonicalId_not: arbitrumgoerli_Bytes + canonicalId_gt: arbitrumgoerli_Bytes + canonicalId_lt: arbitrumgoerli_Bytes + canonicalId_gte: arbitrumgoerli_Bytes + canonicalId_lte: arbitrumgoerli_Bytes + canonicalId_in: [arbitrumgoerli_Bytes!] + canonicalId_not_in: [arbitrumgoerli_Bytes!] + canonicalId_contains: arbitrumgoerli_Bytes + canonicalId_not_contains: arbitrumgoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: arbitrumgoerli_Bytes + adoptedAsset_not: arbitrumgoerli_Bytes + adoptedAsset_gt: arbitrumgoerli_Bytes + adoptedAsset_lt: arbitrumgoerli_Bytes + adoptedAsset_gte: arbitrumgoerli_Bytes + adoptedAsset_lte: arbitrumgoerli_Bytes + adoptedAsset_in: [arbitrumgoerli_Bytes!] + adoptedAsset_not_in: [arbitrumgoerli_Bytes!] + adoptedAsset_contains: arbitrumgoerli_Bytes + adoptedAsset_not_contains: arbitrumgoerli_Bytes + localAsset: arbitrumgoerli_Bytes + localAsset_not: arbitrumgoerli_Bytes + localAsset_gt: arbitrumgoerli_Bytes + localAsset_lt: arbitrumgoerli_Bytes + localAsset_gte: arbitrumgoerli_Bytes + localAsset_lte: arbitrumgoerli_Bytes + localAsset_in: [arbitrumgoerli_Bytes!] + localAsset_not_in: [arbitrumgoerli_Bytes!] + localAsset_contains: arbitrumgoerli_Bytes + localAsset_not_contains: arbitrumgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -77424,14 +78530,14 @@ input optimismgoerli_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: optimismgoerli_AssetStatus_filter + status_: arbitrumgoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Asset_filter] - or: [optimismgoerli_Asset_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Asset_filter] + or: [arbitrumgoerli_Asset_filter] } -enum optimismgoerli_Asset_orderBy { +enum arbitrumgoerli_Asset_orderBy { id key decimal @@ -77446,30 +78552,30 @@ enum optimismgoerli_Asset_orderBy { status__status } -scalar optimismgoerli_BigDecimal +scalar arbitrumgoerli_BigDecimal -input optimismgoerli_BlockChangedFilter { +input arbitrumgoerli_BlockChangedFilter { number_gte: Int! } -input optimismgoerli_Block_height { - hash: optimismgoerli_Bytes +input arbitrumgoerli_Block_height { + hash: arbitrumgoerli_Bytes number: Int number_gte: Int } -scalar optimismgoerli_Bytes +scalar arbitrumgoerli_Bytes -type optimismgoerli_ConnectorMeta { +type arbitrumgoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: optimismgoerli_Bytes - rootManager: optimismgoerli_Bytes - mirrorConnector: optimismgoerli_Bytes + amb: arbitrumgoerli_Bytes + rootManager: arbitrumgoerli_Bytes + mirrorConnector: arbitrumgoerli_Bytes } -input optimismgoerli_ConnectorMeta_filter { +input arbitrumgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -77494,43 +78600,43 @@ input optimismgoerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: optimismgoerli_Bytes - amb_not: optimismgoerli_Bytes - amb_gt: optimismgoerli_Bytes - amb_lt: optimismgoerli_Bytes - amb_gte: optimismgoerli_Bytes - amb_lte: optimismgoerli_Bytes - amb_in: [optimismgoerli_Bytes!] - amb_not_in: [optimismgoerli_Bytes!] - amb_contains: optimismgoerli_Bytes - amb_not_contains: optimismgoerli_Bytes - rootManager: optimismgoerli_Bytes - rootManager_not: optimismgoerli_Bytes - rootManager_gt: optimismgoerli_Bytes - rootManager_lt: optimismgoerli_Bytes - rootManager_gte: optimismgoerli_Bytes - rootManager_lte: optimismgoerli_Bytes - rootManager_in: [optimismgoerli_Bytes!] - rootManager_not_in: [optimismgoerli_Bytes!] - rootManager_contains: optimismgoerli_Bytes - rootManager_not_contains: optimismgoerli_Bytes - mirrorConnector: optimismgoerli_Bytes - mirrorConnector_not: optimismgoerli_Bytes - mirrorConnector_gt: optimismgoerli_Bytes - mirrorConnector_lt: optimismgoerli_Bytes - mirrorConnector_gte: optimismgoerli_Bytes - mirrorConnector_lte: optimismgoerli_Bytes - mirrorConnector_in: [optimismgoerli_Bytes!] - mirrorConnector_not_in: [optimismgoerli_Bytes!] - mirrorConnector_contains: optimismgoerli_Bytes - mirrorConnector_not_contains: optimismgoerli_Bytes + amb: arbitrumgoerli_Bytes + amb_not: arbitrumgoerli_Bytes + amb_gt: arbitrumgoerli_Bytes + amb_lt: arbitrumgoerli_Bytes + amb_gte: arbitrumgoerli_Bytes + amb_lte: arbitrumgoerli_Bytes + amb_in: [arbitrumgoerli_Bytes!] + amb_not_in: [arbitrumgoerli_Bytes!] + amb_contains: arbitrumgoerli_Bytes + amb_not_contains: arbitrumgoerli_Bytes + rootManager: arbitrumgoerli_Bytes + rootManager_not: arbitrumgoerli_Bytes + rootManager_gt: arbitrumgoerli_Bytes + rootManager_lt: arbitrumgoerli_Bytes + rootManager_gte: arbitrumgoerli_Bytes + rootManager_lte: arbitrumgoerli_Bytes + rootManager_in: [arbitrumgoerli_Bytes!] + rootManager_not_in: [arbitrumgoerli_Bytes!] + rootManager_contains: arbitrumgoerli_Bytes + rootManager_not_contains: arbitrumgoerli_Bytes + mirrorConnector: arbitrumgoerli_Bytes + mirrorConnector_not: arbitrumgoerli_Bytes + mirrorConnector_gt: arbitrumgoerli_Bytes + mirrorConnector_lt: arbitrumgoerli_Bytes + mirrorConnector_gte: arbitrumgoerli_Bytes + mirrorConnector_lte: arbitrumgoerli_Bytes + mirrorConnector_in: [arbitrumgoerli_Bytes!] + mirrorConnector_not_in: [arbitrumgoerli_Bytes!] + mirrorConnector_contains: arbitrumgoerli_Bytes + mirrorConnector_not_contains: arbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_ConnectorMeta_filter] - or: [optimismgoerli_ConnectorMeta_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_ConnectorMeta_filter] + or: [arbitrumgoerli_ConnectorMeta_filter] } -enum optimismgoerli_ConnectorMeta_orderBy { +enum arbitrumgoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -77539,48 +78645,48 @@ enum optimismgoerli_ConnectorMeta_orderBy { mirrorConnector } -type optimismgoerli_DestinationTransfer { +type arbitrumgoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: optimismgoerli_Bytes + transferId: arbitrumgoerli_Bytes nonce: BigInt - status: optimismgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_Router_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_Router_filter): [optimismgoerli_Router!] + status: arbitrumgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_Router_orderBy, orderDirection: arbitrumgoerli_OrderDirection, where: arbitrumgoerli_Router_filter): [arbitrumgoerli_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes + to: arbitrumgoerli_Bytes + delegate: arbitrumgoerli_Bytes receiveLocal: Boolean - callData: optimismgoerli_Bytes + callData: arbitrumgoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: optimismgoerli_Bytes + originSender: arbitrumgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimismgoerli_Bytes - asset: optimismgoerli_Asset + canonicalId: arbitrumgoerli_Bytes + asset: arbitrumgoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: optimismgoerli_Bytes - executedTransactionHash: optimismgoerli_Bytes + executedCaller: arbitrumgoerli_Bytes + executedTransactionHash: arbitrumgoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: optimismgoerli_Bytes + executedTxOrigin: arbitrumgoerli_Bytes executedTxNonce: BigInt - reconciledCaller: optimismgoerli_Bytes - reconciledTransactionHash: optimismgoerli_Bytes + reconciledCaller: arbitrumgoerli_Bytes + reconciledTransactionHash: arbitrumgoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: optimismgoerli_Bytes + reconciledTxOrigin: arbitrumgoerli_Bytes reconciledTxNonce: BigInt } -input optimismgoerli_DestinationTransfer_filter { +input arbitrumgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -77597,16 +78703,16 @@ input optimismgoerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimismgoerli_Bytes - transferId_not: optimismgoerli_Bytes - transferId_gt: optimismgoerli_Bytes - transferId_lt: optimismgoerli_Bytes - transferId_gte: optimismgoerli_Bytes - transferId_lte: optimismgoerli_Bytes - transferId_in: [optimismgoerli_Bytes!] - transferId_not_in: [optimismgoerli_Bytes!] - transferId_contains: optimismgoerli_Bytes - transferId_not_contains: optimismgoerli_Bytes + transferId: arbitrumgoerli_Bytes + transferId_not: arbitrumgoerli_Bytes + transferId_gt: arbitrumgoerli_Bytes + transferId_lt: arbitrumgoerli_Bytes + transferId_gte: arbitrumgoerli_Bytes + transferId_lte: arbitrumgoerli_Bytes + transferId_in: [arbitrumgoerli_Bytes!] + transferId_not_in: [arbitrumgoerli_Bytes!] + transferId_contains: arbitrumgoerli_Bytes + transferId_not_contains: arbitrumgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -77615,17 +78721,17 @@ input optimismgoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimismgoerli_TransferStatus - status_not: optimismgoerli_TransferStatus - status_in: [optimismgoerli_TransferStatus!] - status_not_in: [optimismgoerli_TransferStatus!] + status: arbitrumgoerli_TransferStatus + status_not: arbitrumgoerli_TransferStatus + status_in: [arbitrumgoerli_TransferStatus!] + status_not_in: [arbitrumgoerli_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: optimismgoerli_Router_filter + routers_: arbitrumgoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -77650,40 +78756,40 @@ input optimismgoerli_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimismgoerli_Bytes - to_not: optimismgoerli_Bytes - to_gt: optimismgoerli_Bytes - to_lt: optimismgoerli_Bytes - to_gte: optimismgoerli_Bytes - to_lte: optimismgoerli_Bytes - to_in: [optimismgoerli_Bytes!] - to_not_in: [optimismgoerli_Bytes!] - to_contains: optimismgoerli_Bytes - to_not_contains: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes - delegate_not: optimismgoerli_Bytes - delegate_gt: optimismgoerli_Bytes - delegate_lt: optimismgoerli_Bytes - delegate_gte: optimismgoerli_Bytes - delegate_lte: optimismgoerli_Bytes - delegate_in: [optimismgoerli_Bytes!] - delegate_not_in: [optimismgoerli_Bytes!] - delegate_contains: optimismgoerli_Bytes - delegate_not_contains: optimismgoerli_Bytes + to: arbitrumgoerli_Bytes + to_not: arbitrumgoerli_Bytes + to_gt: arbitrumgoerli_Bytes + to_lt: arbitrumgoerli_Bytes + to_gte: arbitrumgoerli_Bytes + to_lte: arbitrumgoerli_Bytes + to_in: [arbitrumgoerli_Bytes!] + to_not_in: [arbitrumgoerli_Bytes!] + to_contains: arbitrumgoerli_Bytes + to_not_contains: arbitrumgoerli_Bytes + delegate: arbitrumgoerli_Bytes + delegate_not: arbitrumgoerli_Bytes + delegate_gt: arbitrumgoerli_Bytes + delegate_lt: arbitrumgoerli_Bytes + delegate_gte: arbitrumgoerli_Bytes + delegate_lte: arbitrumgoerli_Bytes + delegate_in: [arbitrumgoerli_Bytes!] + delegate_not_in: [arbitrumgoerli_Bytes!] + delegate_contains: arbitrumgoerli_Bytes + delegate_not_contains: arbitrumgoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: optimismgoerli_Bytes - callData_not: optimismgoerli_Bytes - callData_gt: optimismgoerli_Bytes - callData_lt: optimismgoerli_Bytes - callData_gte: optimismgoerli_Bytes - callData_lte: optimismgoerli_Bytes - callData_in: [optimismgoerli_Bytes!] - callData_not_in: [optimismgoerli_Bytes!] - callData_contains: optimismgoerli_Bytes - callData_not_contains: optimismgoerli_Bytes + callData: arbitrumgoerli_Bytes + callData_not: arbitrumgoerli_Bytes + callData_gt: arbitrumgoerli_Bytes + callData_lt: arbitrumgoerli_Bytes + callData_gte: arbitrumgoerli_Bytes + callData_lte: arbitrumgoerli_Bytes + callData_in: [arbitrumgoerli_Bytes!] + callData_not_in: [arbitrumgoerli_Bytes!] + callData_contains: arbitrumgoerli_Bytes + callData_not_contains: arbitrumgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -77700,16 +78806,16 @@ input optimismgoerli_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: optimismgoerli_Bytes - originSender_not: optimismgoerli_Bytes - originSender_gt: optimismgoerli_Bytes - originSender_lt: optimismgoerli_Bytes - originSender_gte: optimismgoerli_Bytes - originSender_lte: optimismgoerli_Bytes - originSender_in: [optimismgoerli_Bytes!] - originSender_not_in: [optimismgoerli_Bytes!] - originSender_contains: optimismgoerli_Bytes - originSender_not_contains: optimismgoerli_Bytes + originSender: arbitrumgoerli_Bytes + originSender_not: arbitrumgoerli_Bytes + originSender_gt: arbitrumgoerli_Bytes + originSender_lt: arbitrumgoerli_Bytes + originSender_gte: arbitrumgoerli_Bytes + originSender_lte: arbitrumgoerli_Bytes + originSender_in: [arbitrumgoerli_Bytes!] + originSender_not_in: [arbitrumgoerli_Bytes!] + originSender_contains: arbitrumgoerli_Bytes + originSender_not_contains: arbitrumgoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -77726,16 +78832,16 @@ input optimismgoerli_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimismgoerli_Bytes - canonicalId_not: optimismgoerli_Bytes - canonicalId_gt: optimismgoerli_Bytes - canonicalId_lt: optimismgoerli_Bytes - canonicalId_gte: optimismgoerli_Bytes - canonicalId_lte: optimismgoerli_Bytes - canonicalId_in: [optimismgoerli_Bytes!] - canonicalId_not_in: [optimismgoerli_Bytes!] - canonicalId_contains: optimismgoerli_Bytes - canonicalId_not_contains: optimismgoerli_Bytes + canonicalId: arbitrumgoerli_Bytes + canonicalId_not: arbitrumgoerli_Bytes + canonicalId_gt: arbitrumgoerli_Bytes + canonicalId_lt: arbitrumgoerli_Bytes + canonicalId_gte: arbitrumgoerli_Bytes + canonicalId_lte: arbitrumgoerli_Bytes + canonicalId_in: [arbitrumgoerli_Bytes!] + canonicalId_not_in: [arbitrumgoerli_Bytes!] + canonicalId_contains: arbitrumgoerli_Bytes + canonicalId_not_contains: arbitrumgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -77756,7 +78862,7 @@ input optimismgoerli_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter + asset_: arbitrumgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -77773,26 +78879,26 @@ input optimismgoerli_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: optimismgoerli_Bytes - executedCaller_not: optimismgoerli_Bytes - executedCaller_gt: optimismgoerli_Bytes - executedCaller_lt: optimismgoerli_Bytes - executedCaller_gte: optimismgoerli_Bytes - executedCaller_lte: optimismgoerli_Bytes - executedCaller_in: [optimismgoerli_Bytes!] - executedCaller_not_in: [optimismgoerli_Bytes!] - executedCaller_contains: optimismgoerli_Bytes - executedCaller_not_contains: optimismgoerli_Bytes - executedTransactionHash: optimismgoerli_Bytes - executedTransactionHash_not: optimismgoerli_Bytes - executedTransactionHash_gt: optimismgoerli_Bytes - executedTransactionHash_lt: optimismgoerli_Bytes - executedTransactionHash_gte: optimismgoerli_Bytes - executedTransactionHash_lte: optimismgoerli_Bytes - executedTransactionHash_in: [optimismgoerli_Bytes!] - executedTransactionHash_not_in: [optimismgoerli_Bytes!] - executedTransactionHash_contains: optimismgoerli_Bytes - executedTransactionHash_not_contains: optimismgoerli_Bytes + executedCaller: arbitrumgoerli_Bytes + executedCaller_not: arbitrumgoerli_Bytes + executedCaller_gt: arbitrumgoerli_Bytes + executedCaller_lt: arbitrumgoerli_Bytes + executedCaller_gte: arbitrumgoerli_Bytes + executedCaller_lte: arbitrumgoerli_Bytes + executedCaller_in: [arbitrumgoerli_Bytes!] + executedCaller_not_in: [arbitrumgoerli_Bytes!] + executedCaller_contains: arbitrumgoerli_Bytes + executedCaller_not_contains: arbitrumgoerli_Bytes + executedTransactionHash: arbitrumgoerli_Bytes + executedTransactionHash_not: arbitrumgoerli_Bytes + executedTransactionHash_gt: arbitrumgoerli_Bytes + executedTransactionHash_lt: arbitrumgoerli_Bytes + executedTransactionHash_gte: arbitrumgoerli_Bytes + executedTransactionHash_lte: arbitrumgoerli_Bytes + executedTransactionHash_in: [arbitrumgoerli_Bytes!] + executedTransactionHash_not_in: [arbitrumgoerli_Bytes!] + executedTransactionHash_contains: arbitrumgoerli_Bytes + executedTransactionHash_not_contains: arbitrumgoerli_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -77825,16 +78931,16 @@ input optimismgoerli_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: optimismgoerli_Bytes - executedTxOrigin_not: optimismgoerli_Bytes - executedTxOrigin_gt: optimismgoerli_Bytes - executedTxOrigin_lt: optimismgoerli_Bytes - executedTxOrigin_gte: optimismgoerli_Bytes - executedTxOrigin_lte: optimismgoerli_Bytes - executedTxOrigin_in: [optimismgoerli_Bytes!] - executedTxOrigin_not_in: [optimismgoerli_Bytes!] - executedTxOrigin_contains: optimismgoerli_Bytes - executedTxOrigin_not_contains: optimismgoerli_Bytes + executedTxOrigin: arbitrumgoerli_Bytes + executedTxOrigin_not: arbitrumgoerli_Bytes + executedTxOrigin_gt: arbitrumgoerli_Bytes + executedTxOrigin_lt: arbitrumgoerli_Bytes + executedTxOrigin_gte: arbitrumgoerli_Bytes + executedTxOrigin_lte: arbitrumgoerli_Bytes + executedTxOrigin_in: [arbitrumgoerli_Bytes!] + executedTxOrigin_not_in: [arbitrumgoerli_Bytes!] + executedTxOrigin_contains: arbitrumgoerli_Bytes + executedTxOrigin_not_contains: arbitrumgoerli_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -77843,26 +78949,26 @@ input optimismgoerli_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: optimismgoerli_Bytes - reconciledCaller_not: optimismgoerli_Bytes - reconciledCaller_gt: optimismgoerli_Bytes - reconciledCaller_lt: optimismgoerli_Bytes - reconciledCaller_gte: optimismgoerli_Bytes - reconciledCaller_lte: optimismgoerli_Bytes - reconciledCaller_in: [optimismgoerli_Bytes!] - reconciledCaller_not_in: [optimismgoerli_Bytes!] - reconciledCaller_contains: optimismgoerli_Bytes - reconciledCaller_not_contains: optimismgoerli_Bytes - reconciledTransactionHash: optimismgoerli_Bytes - reconciledTransactionHash_not: optimismgoerli_Bytes - reconciledTransactionHash_gt: optimismgoerli_Bytes - reconciledTransactionHash_lt: optimismgoerli_Bytes - reconciledTransactionHash_gte: optimismgoerli_Bytes - reconciledTransactionHash_lte: optimismgoerli_Bytes - reconciledTransactionHash_in: [optimismgoerli_Bytes!] - reconciledTransactionHash_not_in: [optimismgoerli_Bytes!] - reconciledTransactionHash_contains: optimismgoerli_Bytes - reconciledTransactionHash_not_contains: optimismgoerli_Bytes + reconciledCaller: arbitrumgoerli_Bytes + reconciledCaller_not: arbitrumgoerli_Bytes + reconciledCaller_gt: arbitrumgoerli_Bytes + reconciledCaller_lt: arbitrumgoerli_Bytes + reconciledCaller_gte: arbitrumgoerli_Bytes + reconciledCaller_lte: arbitrumgoerli_Bytes + reconciledCaller_in: [arbitrumgoerli_Bytes!] + reconciledCaller_not_in: [arbitrumgoerli_Bytes!] + reconciledCaller_contains: arbitrumgoerli_Bytes + reconciledCaller_not_contains: arbitrumgoerli_Bytes + reconciledTransactionHash: arbitrumgoerli_Bytes + reconciledTransactionHash_not: arbitrumgoerli_Bytes + reconciledTransactionHash_gt: arbitrumgoerli_Bytes + reconciledTransactionHash_lt: arbitrumgoerli_Bytes + reconciledTransactionHash_gte: arbitrumgoerli_Bytes + reconciledTransactionHash_lte: arbitrumgoerli_Bytes + reconciledTransactionHash_in: [arbitrumgoerli_Bytes!] + reconciledTransactionHash_not_in: [arbitrumgoerli_Bytes!] + reconciledTransactionHash_contains: arbitrumgoerli_Bytes + reconciledTransactionHash_not_contains: arbitrumgoerli_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -77895,16 +79001,16 @@ input optimismgoerli_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: optimismgoerli_Bytes - reconciledTxOrigin_not: optimismgoerli_Bytes - reconciledTxOrigin_gt: optimismgoerli_Bytes - reconciledTxOrigin_lt: optimismgoerli_Bytes - reconciledTxOrigin_gte: optimismgoerli_Bytes - reconciledTxOrigin_lte: optimismgoerli_Bytes - reconciledTxOrigin_in: [optimismgoerli_Bytes!] - reconciledTxOrigin_not_in: [optimismgoerli_Bytes!] - reconciledTxOrigin_contains: optimismgoerli_Bytes - reconciledTxOrigin_not_contains: optimismgoerli_Bytes + reconciledTxOrigin: arbitrumgoerli_Bytes + reconciledTxOrigin_not: arbitrumgoerli_Bytes + reconciledTxOrigin_gt: arbitrumgoerli_Bytes + reconciledTxOrigin_lt: arbitrumgoerli_Bytes + reconciledTxOrigin_gte: arbitrumgoerli_Bytes + reconciledTxOrigin_lte: arbitrumgoerli_Bytes + reconciledTxOrigin_in: [arbitrumgoerli_Bytes!] + reconciledTxOrigin_not_in: [arbitrumgoerli_Bytes!] + reconciledTxOrigin_contains: arbitrumgoerli_Bytes + reconciledTxOrigin_not_contains: arbitrumgoerli_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -77914,12 +79020,12 @@ input optimismgoerli_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_DestinationTransfer_filter] - or: [optimismgoerli_DestinationTransfer_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_DestinationTransfer_filter] + or: [arbitrumgoerli_DestinationTransfer_filter] } -enum optimismgoerli_DestinationTransfer_orderBy { +enum arbitrumgoerli_DestinationTransfer_orderBy { id chainId transferId @@ -77973,28 +79079,28 @@ enum optimismgoerli_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar optimismgoerli_Int8 +scalar arbitrumgoerli_Int8 """Defines the order direction, either ascending or descending""" -enum optimismgoerli_OrderDirection { +enum arbitrumgoerli_OrderDirection { asc desc } -type optimismgoerli_OriginMessage { +type arbitrumgoerli_OriginMessage { id: ID! - transferId: optimismgoerli_Bytes + transferId: arbitrumgoerli_Bytes destinationDomain: BigInt - leaf: optimismgoerli_Bytes + leaf: arbitrumgoerli_Bytes index: BigInt - message: optimismgoerli_Bytes - root: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes + message: arbitrumgoerli_Bytes + root: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes blockNumber: BigInt - rootCount: optimismgoerli_RootCount + rootCount: arbitrumgoerli_RootCount } -input optimismgoerli_OriginMessage_filter { +input arbitrumgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -78003,16 +79109,16 @@ input optimismgoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: optimismgoerli_Bytes - transferId_not: optimismgoerli_Bytes - transferId_gt: optimismgoerli_Bytes - transferId_lt: optimismgoerli_Bytes - transferId_gte: optimismgoerli_Bytes - transferId_lte: optimismgoerli_Bytes - transferId_in: [optimismgoerli_Bytes!] - transferId_not_in: [optimismgoerli_Bytes!] - transferId_contains: optimismgoerli_Bytes - transferId_not_contains: optimismgoerli_Bytes + transferId: arbitrumgoerli_Bytes + transferId_not: arbitrumgoerli_Bytes + transferId_gt: arbitrumgoerli_Bytes + transferId_lt: arbitrumgoerli_Bytes + transferId_gte: arbitrumgoerli_Bytes + transferId_lte: arbitrumgoerli_Bytes + transferId_in: [arbitrumgoerli_Bytes!] + transferId_not_in: [arbitrumgoerli_Bytes!] + transferId_contains: arbitrumgoerli_Bytes + transferId_not_contains: arbitrumgoerli_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -78021,16 +79127,16 @@ input optimismgoerli_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: optimismgoerli_Bytes - leaf_not: optimismgoerli_Bytes - leaf_gt: optimismgoerli_Bytes - leaf_lt: optimismgoerli_Bytes - leaf_gte: optimismgoerli_Bytes - leaf_lte: optimismgoerli_Bytes - leaf_in: [optimismgoerli_Bytes!] - leaf_not_in: [optimismgoerli_Bytes!] - leaf_contains: optimismgoerli_Bytes - leaf_not_contains: optimismgoerli_Bytes + leaf: arbitrumgoerli_Bytes + leaf_not: arbitrumgoerli_Bytes + leaf_gt: arbitrumgoerli_Bytes + leaf_lt: arbitrumgoerli_Bytes + leaf_gte: arbitrumgoerli_Bytes + leaf_lte: arbitrumgoerli_Bytes + leaf_in: [arbitrumgoerli_Bytes!] + leaf_not_in: [arbitrumgoerli_Bytes!] + leaf_contains: arbitrumgoerli_Bytes + leaf_not_contains: arbitrumgoerli_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -78038,37 +79144,37 @@ input optimismgoerli_OriginMessage_filter { index_gte: BigInt index_lte: BigInt index_in: [BigInt!] - index_not_in: [BigInt!] - message: optimismgoerli_Bytes - message_not: optimismgoerli_Bytes - message_gt: optimismgoerli_Bytes - message_lt: optimismgoerli_Bytes - message_gte: optimismgoerli_Bytes - message_lte: optimismgoerli_Bytes - message_in: [optimismgoerli_Bytes!] - message_not_in: [optimismgoerli_Bytes!] - message_contains: optimismgoerli_Bytes - message_not_contains: optimismgoerli_Bytes - root: optimismgoerli_Bytes - root_not: optimismgoerli_Bytes - root_gt: optimismgoerli_Bytes - root_lt: optimismgoerli_Bytes - root_gte: optimismgoerli_Bytes - root_lte: optimismgoerli_Bytes - root_in: [optimismgoerli_Bytes!] - root_not_in: [optimismgoerli_Bytes!] - root_contains: optimismgoerli_Bytes - root_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + index_not_in: [BigInt!] + message: arbitrumgoerli_Bytes + message_not: arbitrumgoerli_Bytes + message_gt: arbitrumgoerli_Bytes + message_lt: arbitrumgoerli_Bytes + message_gte: arbitrumgoerli_Bytes + message_lte: arbitrumgoerli_Bytes + message_in: [arbitrumgoerli_Bytes!] + message_not_in: [arbitrumgoerli_Bytes!] + message_contains: arbitrumgoerli_Bytes + message_not_contains: arbitrumgoerli_Bytes + root: arbitrumgoerli_Bytes + root_not: arbitrumgoerli_Bytes + root_gt: arbitrumgoerli_Bytes + root_lt: arbitrumgoerli_Bytes + root_gte: arbitrumgoerli_Bytes + root_lte: arbitrumgoerli_Bytes + root_in: [arbitrumgoerli_Bytes!] + root_not_in: [arbitrumgoerli_Bytes!] + root_contains: arbitrumgoerli_Bytes + root_not_contains: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes + transactionHash_not: arbitrumgoerli_Bytes + transactionHash_gt: arbitrumgoerli_Bytes + transactionHash_lt: arbitrumgoerli_Bytes + transactionHash_gte: arbitrumgoerli_Bytes + transactionHash_lte: arbitrumgoerli_Bytes + transactionHash_in: [arbitrumgoerli_Bytes!] + transactionHash_not_in: [arbitrumgoerli_Bytes!] + transactionHash_contains: arbitrumgoerli_Bytes + transactionHash_not_contains: arbitrumgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -78097,14 +79203,14 @@ input optimismgoerli_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: optimismgoerli_RootCount_filter + rootCount_: arbitrumgoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_OriginMessage_filter] - or: [optimismgoerli_OriginMessage_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_OriginMessage_filter] + or: [arbitrumgoerli_OriginMessage_filter] } -enum optimismgoerli_OriginMessage_orderBy { +enum arbitrumgoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -78119,42 +79225,42 @@ enum optimismgoerli_OriginMessage_orderBy { rootCount__count } -type optimismgoerli_OriginTransfer { +type arbitrumgoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: optimismgoerli_Bytes + transferId: arbitrumgoerli_Bytes nonce: BigInt - status: optimismgoerli_TransferStatus - messageHash: optimismgoerli_Bytes + status: arbitrumgoerli_TransferStatus + messageHash: arbitrumgoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes + to: arbitrumgoerli_Bytes + delegate: arbitrumgoerli_Bytes receiveLocal: Boolean - callData: optimismgoerli_Bytes + callData: arbitrumgoerli_Bytes slippage: BigInt - originSender: optimismgoerli_Bytes + originSender: arbitrumgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimismgoerli_Bytes - asset: optimismgoerli_Asset - transactingAsset: optimismgoerli_Bytes - message: optimismgoerli_OriginMessage + canonicalId: arbitrumgoerli_Bytes + asset: arbitrumgoerli_Asset + transactingAsset: arbitrumgoerli_Bytes + message: arbitrumgoerli_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_RelayerFee_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_RelayerFee_filter): [optimismgoerli_RelayerFee!] - initialRelayerFeeAsset: optimismgoerli_Bytes - caller: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_RelayerFee_orderBy, orderDirection: arbitrumgoerli_OrderDirection, where: arbitrumgoerli_RelayerFee_filter): [arbitrumgoerli_RelayerFee!] + initialRelayerFeeAsset: arbitrumgoerli_Bytes + caller: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: optimismgoerli_Bytes + txOrigin: arbitrumgoerli_Bytes txNonce: BigInt } -input optimismgoerli_OriginTransfer_filter { +input arbitrumgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -78171,16 +79277,16 @@ input optimismgoerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimismgoerli_Bytes - transferId_not: optimismgoerli_Bytes - transferId_gt: optimismgoerli_Bytes - transferId_lt: optimismgoerli_Bytes - transferId_gte: optimismgoerli_Bytes - transferId_lte: optimismgoerli_Bytes - transferId_in: [optimismgoerli_Bytes!] - transferId_not_in: [optimismgoerli_Bytes!] - transferId_contains: optimismgoerli_Bytes - transferId_not_contains: optimismgoerli_Bytes + transferId: arbitrumgoerli_Bytes + transferId_not: arbitrumgoerli_Bytes + transferId_gt: arbitrumgoerli_Bytes + transferId_lt: arbitrumgoerli_Bytes + transferId_gte: arbitrumgoerli_Bytes + transferId_lte: arbitrumgoerli_Bytes + transferId_in: [arbitrumgoerli_Bytes!] + transferId_not_in: [arbitrumgoerli_Bytes!] + transferId_contains: arbitrumgoerli_Bytes + transferId_not_contains: arbitrumgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -78189,20 +79295,20 @@ input optimismgoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimismgoerli_TransferStatus - status_not: optimismgoerli_TransferStatus - status_in: [optimismgoerli_TransferStatus!] - status_not_in: [optimismgoerli_TransferStatus!] - messageHash: optimismgoerli_Bytes - messageHash_not: optimismgoerli_Bytes - messageHash_gt: optimismgoerli_Bytes - messageHash_lt: optimismgoerli_Bytes - messageHash_gte: optimismgoerli_Bytes - messageHash_lte: optimismgoerli_Bytes - messageHash_in: [optimismgoerli_Bytes!] - messageHash_not_in: [optimismgoerli_Bytes!] - messageHash_contains: optimismgoerli_Bytes - messageHash_not_contains: optimismgoerli_Bytes + status: arbitrumgoerli_TransferStatus + status_not: arbitrumgoerli_TransferStatus + status_in: [arbitrumgoerli_TransferStatus!] + status_not_in: [arbitrumgoerli_TransferStatus!] + messageHash: arbitrumgoerli_Bytes + messageHash_not: arbitrumgoerli_Bytes + messageHash_gt: arbitrumgoerli_Bytes + messageHash_lt: arbitrumgoerli_Bytes + messageHash_gte: arbitrumgoerli_Bytes + messageHash_lte: arbitrumgoerli_Bytes + messageHash_in: [arbitrumgoerli_Bytes!] + messageHash_not_in: [arbitrumgoerli_Bytes!] + messageHash_contains: arbitrumgoerli_Bytes + messageHash_not_contains: arbitrumgoerli_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -78227,40 +79333,40 @@ input optimismgoerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimismgoerli_Bytes - to_not: optimismgoerli_Bytes - to_gt: optimismgoerli_Bytes - to_lt: optimismgoerli_Bytes - to_gte: optimismgoerli_Bytes - to_lte: optimismgoerli_Bytes - to_in: [optimismgoerli_Bytes!] - to_not_in: [optimismgoerli_Bytes!] - to_contains: optimismgoerli_Bytes - to_not_contains: optimismgoerli_Bytes - delegate: optimismgoerli_Bytes - delegate_not: optimismgoerli_Bytes - delegate_gt: optimismgoerli_Bytes - delegate_lt: optimismgoerli_Bytes - delegate_gte: optimismgoerli_Bytes - delegate_lte: optimismgoerli_Bytes - delegate_in: [optimismgoerli_Bytes!] - delegate_not_in: [optimismgoerli_Bytes!] - delegate_contains: optimismgoerli_Bytes - delegate_not_contains: optimismgoerli_Bytes + to: arbitrumgoerli_Bytes + to_not: arbitrumgoerli_Bytes + to_gt: arbitrumgoerli_Bytes + to_lt: arbitrumgoerli_Bytes + to_gte: arbitrumgoerli_Bytes + to_lte: arbitrumgoerli_Bytes + to_in: [arbitrumgoerli_Bytes!] + to_not_in: [arbitrumgoerli_Bytes!] + to_contains: arbitrumgoerli_Bytes + to_not_contains: arbitrumgoerli_Bytes + delegate: arbitrumgoerli_Bytes + delegate_not: arbitrumgoerli_Bytes + delegate_gt: arbitrumgoerli_Bytes + delegate_lt: arbitrumgoerli_Bytes + delegate_gte: arbitrumgoerli_Bytes + delegate_lte: arbitrumgoerli_Bytes + delegate_in: [arbitrumgoerli_Bytes!] + delegate_not_in: [arbitrumgoerli_Bytes!] + delegate_contains: arbitrumgoerli_Bytes + delegate_not_contains: arbitrumgoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: optimismgoerli_Bytes - callData_not: optimismgoerli_Bytes - callData_gt: optimismgoerli_Bytes - callData_lt: optimismgoerli_Bytes - callData_gte: optimismgoerli_Bytes - callData_lte: optimismgoerli_Bytes - callData_in: [optimismgoerli_Bytes!] - callData_not_in: [optimismgoerli_Bytes!] - callData_contains: optimismgoerli_Bytes - callData_not_contains: optimismgoerli_Bytes + callData: arbitrumgoerli_Bytes + callData_not: arbitrumgoerli_Bytes + callData_gt: arbitrumgoerli_Bytes + callData_lt: arbitrumgoerli_Bytes + callData_gte: arbitrumgoerli_Bytes + callData_lte: arbitrumgoerli_Bytes + callData_in: [arbitrumgoerli_Bytes!] + callData_not_in: [arbitrumgoerli_Bytes!] + callData_contains: arbitrumgoerli_Bytes + callData_not_contains: arbitrumgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -78269,16 +79375,16 @@ input optimismgoerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: optimismgoerli_Bytes - originSender_not: optimismgoerli_Bytes - originSender_gt: optimismgoerli_Bytes - originSender_lt: optimismgoerli_Bytes - originSender_gte: optimismgoerli_Bytes - originSender_lte: optimismgoerli_Bytes - originSender_in: [optimismgoerli_Bytes!] - originSender_not_in: [optimismgoerli_Bytes!] - originSender_contains: optimismgoerli_Bytes - originSender_not_contains: optimismgoerli_Bytes + originSender: arbitrumgoerli_Bytes + originSender_not: arbitrumgoerli_Bytes + originSender_gt: arbitrumgoerli_Bytes + originSender_lt: arbitrumgoerli_Bytes + originSender_gte: arbitrumgoerli_Bytes + originSender_lte: arbitrumgoerli_Bytes + originSender_in: [arbitrumgoerli_Bytes!] + originSender_not_in: [arbitrumgoerli_Bytes!] + originSender_contains: arbitrumgoerli_Bytes + originSender_not_contains: arbitrumgoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -78295,16 +79401,16 @@ input optimismgoerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimismgoerli_Bytes - canonicalId_not: optimismgoerli_Bytes - canonicalId_gt: optimismgoerli_Bytes - canonicalId_lt: optimismgoerli_Bytes - canonicalId_gte: optimismgoerli_Bytes - canonicalId_lte: optimismgoerli_Bytes - canonicalId_in: [optimismgoerli_Bytes!] - canonicalId_not_in: [optimismgoerli_Bytes!] - canonicalId_contains: optimismgoerli_Bytes - canonicalId_not_contains: optimismgoerli_Bytes + canonicalId: arbitrumgoerli_Bytes + canonicalId_not: arbitrumgoerli_Bytes + canonicalId_gt: arbitrumgoerli_Bytes + canonicalId_lt: arbitrumgoerli_Bytes + canonicalId_gte: arbitrumgoerli_Bytes + canonicalId_lte: arbitrumgoerli_Bytes + canonicalId_in: [arbitrumgoerli_Bytes!] + canonicalId_not_in: [arbitrumgoerli_Bytes!] + canonicalId_contains: arbitrumgoerli_Bytes + canonicalId_not_contains: arbitrumgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -78325,17 +79431,17 @@ input optimismgoerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter - transactingAsset: optimismgoerli_Bytes - transactingAsset_not: optimismgoerli_Bytes - transactingAsset_gt: optimismgoerli_Bytes - transactingAsset_lt: optimismgoerli_Bytes - transactingAsset_gte: optimismgoerli_Bytes - transactingAsset_lte: optimismgoerli_Bytes - transactingAsset_in: [optimismgoerli_Bytes!] - transactingAsset_not_in: [optimismgoerli_Bytes!] - transactingAsset_contains: optimismgoerli_Bytes - transactingAsset_not_contains: optimismgoerli_Bytes + asset_: arbitrumgoerli_Asset_filter + transactingAsset: arbitrumgoerli_Bytes + transactingAsset_not: arbitrumgoerli_Bytes + transactingAsset_gt: arbitrumgoerli_Bytes + transactingAsset_lt: arbitrumgoerli_Bytes + transactingAsset_gte: arbitrumgoerli_Bytes + transactingAsset_lte: arbitrumgoerli_Bytes + transactingAsset_in: [arbitrumgoerli_Bytes!] + transactingAsset_not_in: [arbitrumgoerli_Bytes!] + transactingAsset_contains: arbitrumgoerli_Bytes + transactingAsset_not_contains: arbitrumgoerli_Bytes message: String message_not: String message_gt: String @@ -78356,7 +79462,7 @@ input optimismgoerli_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: optimismgoerli_OriginMessage_filter + message_: arbitrumgoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -78371,37 +79477,37 @@ input optimismgoerli_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: optimismgoerli_RelayerFee_filter - initialRelayerFeeAsset: optimismgoerli_Bytes - initialRelayerFeeAsset_not: optimismgoerli_Bytes - initialRelayerFeeAsset_gt: optimismgoerli_Bytes - initialRelayerFeeAsset_lt: optimismgoerli_Bytes - initialRelayerFeeAsset_gte: optimismgoerli_Bytes - initialRelayerFeeAsset_lte: optimismgoerli_Bytes - initialRelayerFeeAsset_in: [optimismgoerli_Bytes!] - initialRelayerFeeAsset_not_in: [optimismgoerli_Bytes!] - initialRelayerFeeAsset_contains: optimismgoerli_Bytes - initialRelayerFeeAsset_not_contains: optimismgoerli_Bytes - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + relayerFees_: arbitrumgoerli_RelayerFee_filter + initialRelayerFeeAsset: arbitrumgoerli_Bytes + initialRelayerFeeAsset_not: arbitrumgoerli_Bytes + initialRelayerFeeAsset_gt: arbitrumgoerli_Bytes + initialRelayerFeeAsset_lt: arbitrumgoerli_Bytes + initialRelayerFeeAsset_gte: arbitrumgoerli_Bytes + initialRelayerFeeAsset_lte: arbitrumgoerli_Bytes + initialRelayerFeeAsset_in: [arbitrumgoerli_Bytes!] + initialRelayerFeeAsset_not_in: [arbitrumgoerli_Bytes!] + initialRelayerFeeAsset_contains: arbitrumgoerli_Bytes + initialRelayerFeeAsset_not_contains: arbitrumgoerli_Bytes + caller: arbitrumgoerli_Bytes + caller_not: arbitrumgoerli_Bytes + caller_gt: arbitrumgoerli_Bytes + caller_lt: arbitrumgoerli_Bytes + caller_gte: arbitrumgoerli_Bytes + caller_lte: arbitrumgoerli_Bytes + caller_in: [arbitrumgoerli_Bytes!] + caller_not_in: [arbitrumgoerli_Bytes!] + caller_contains: arbitrumgoerli_Bytes + caller_not_contains: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes + transactionHash_not: arbitrumgoerli_Bytes + transactionHash_gt: arbitrumgoerli_Bytes + transactionHash_lt: arbitrumgoerli_Bytes + transactionHash_gte: arbitrumgoerli_Bytes + transactionHash_lte: arbitrumgoerli_Bytes + transactionHash_in: [arbitrumgoerli_Bytes!] + transactionHash_not_in: [arbitrumgoerli_Bytes!] + transactionHash_contains: arbitrumgoerli_Bytes + transactionHash_not_contains: arbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -78434,16 +79540,16 @@ input optimismgoerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: optimismgoerli_Bytes - txOrigin_not: optimismgoerli_Bytes - txOrigin_gt: optimismgoerli_Bytes - txOrigin_lt: optimismgoerli_Bytes - txOrigin_gte: optimismgoerli_Bytes - txOrigin_lte: optimismgoerli_Bytes - txOrigin_in: [optimismgoerli_Bytes!] - txOrigin_not_in: [optimismgoerli_Bytes!] - txOrigin_contains: optimismgoerli_Bytes - txOrigin_not_contains: optimismgoerli_Bytes + txOrigin: arbitrumgoerli_Bytes + txOrigin_not: arbitrumgoerli_Bytes + txOrigin_gt: arbitrumgoerli_Bytes + txOrigin_lt: arbitrumgoerli_Bytes + txOrigin_gte: arbitrumgoerli_Bytes + txOrigin_lte: arbitrumgoerli_Bytes + txOrigin_in: [arbitrumgoerli_Bytes!] + txOrigin_not_in: [arbitrumgoerli_Bytes!] + txOrigin_contains: arbitrumgoerli_Bytes + txOrigin_not_contains: arbitrumgoerli_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -78453,12 +79559,12 @@ input optimismgoerli_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_OriginTransfer_filter] - or: [optimismgoerli_OriginTransfer_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_OriginTransfer_filter] + or: [arbitrumgoerli_OriginTransfer_filter] } -enum optimismgoerli_OriginTransfer_orderBy { +enum arbitrumgoerli_OriginTransfer_orderBy { id chainId transferId @@ -78511,20 +79617,20 @@ enum optimismgoerli_OriginTransfer_orderBy { txNonce } -type optimismgoerli_Relayer { +type arbitrumgoerli_Relayer { id: ID! isActive: Boolean! - relayer: optimismgoerli_Bytes + relayer: arbitrumgoerli_Bytes } -type optimismgoerli_RelayerFee { +type arbitrumgoerli_RelayerFee { id: ID! - transfer: optimismgoerli_OriginTransfer! + transfer: arbitrumgoerli_OriginTransfer! fee: BigInt! - asset: optimismgoerli_Bytes! + asset: arbitrumgoerli_Bytes! } -input optimismgoerli_RelayerFee_filter { +input arbitrumgoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -78553,7 +79659,7 @@ input optimismgoerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimismgoerli_OriginTransfer_filter + transfer_: arbitrumgoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -78562,23 +79668,23 @@ input optimismgoerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: optimismgoerli_Bytes - asset_not: optimismgoerli_Bytes - asset_gt: optimismgoerli_Bytes - asset_lt: optimismgoerli_Bytes - asset_gte: optimismgoerli_Bytes - asset_lte: optimismgoerli_Bytes - asset_in: [optimismgoerli_Bytes!] - asset_not_in: [optimismgoerli_Bytes!] - asset_contains: optimismgoerli_Bytes - asset_not_contains: optimismgoerli_Bytes + asset: arbitrumgoerli_Bytes + asset_not: arbitrumgoerli_Bytes + asset_gt: arbitrumgoerli_Bytes + asset_lt: arbitrumgoerli_Bytes + asset_gte: arbitrumgoerli_Bytes + asset_lte: arbitrumgoerli_Bytes + asset_in: [arbitrumgoerli_Bytes!] + asset_not_in: [arbitrumgoerli_Bytes!] + asset_contains: arbitrumgoerli_Bytes + asset_not_contains: arbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RelayerFee_filter] - or: [optimismgoerli_RelayerFee_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RelayerFee_filter] + or: [arbitrumgoerli_RelayerFee_filter] } -enum optimismgoerli_RelayerFee_orderBy { +enum arbitrumgoerli_RelayerFee_orderBy { id transfer transfer__id @@ -78614,20 +79720,20 @@ enum optimismgoerli_RelayerFee_orderBy { asset } -type optimismgoerli_RelayerFeesIncrease { +type arbitrumgoerli_RelayerFeesIncrease { id: ID! - transfer: optimismgoerli_OriginTransfer! + transfer: arbitrumgoerli_OriginTransfer! increase: BigInt - asset: optimismgoerli_Bytes - caller: optimismgoerli_Bytes! - transactionHash: optimismgoerli_Bytes! + asset: arbitrumgoerli_Bytes + caller: arbitrumgoerli_Bytes! + transactionHash: arbitrumgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimismgoerli_RelayerFeesIncrease_filter { +input arbitrumgoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -78656,7 +79762,7 @@ input optimismgoerli_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimismgoerli_OriginTransfer_filter + transfer_: arbitrumgoerli_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -78665,36 +79771,36 @@ input optimismgoerli_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: optimismgoerli_Bytes - asset_not: optimismgoerli_Bytes - asset_gt: optimismgoerli_Bytes - asset_lt: optimismgoerli_Bytes - asset_gte: optimismgoerli_Bytes - asset_lte: optimismgoerli_Bytes - asset_in: [optimismgoerli_Bytes!] - asset_not_in: [optimismgoerli_Bytes!] - asset_contains: optimismgoerli_Bytes - asset_not_contains: optimismgoerli_Bytes - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + asset: arbitrumgoerli_Bytes + asset_not: arbitrumgoerli_Bytes + asset_gt: arbitrumgoerli_Bytes + asset_lt: arbitrumgoerli_Bytes + asset_gte: arbitrumgoerli_Bytes + asset_lte: arbitrumgoerli_Bytes + asset_in: [arbitrumgoerli_Bytes!] + asset_not_in: [arbitrumgoerli_Bytes!] + asset_contains: arbitrumgoerli_Bytes + asset_not_contains: arbitrumgoerli_Bytes + caller: arbitrumgoerli_Bytes + caller_not: arbitrumgoerli_Bytes + caller_gt: arbitrumgoerli_Bytes + caller_lt: arbitrumgoerli_Bytes + caller_gte: arbitrumgoerli_Bytes + caller_lte: arbitrumgoerli_Bytes + caller_in: [arbitrumgoerli_Bytes!] + caller_not_in: [arbitrumgoerli_Bytes!] + caller_contains: arbitrumgoerli_Bytes + caller_not_contains: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes + transactionHash_not: arbitrumgoerli_Bytes + transactionHash_gt: arbitrumgoerli_Bytes + transactionHash_lt: arbitrumgoerli_Bytes + transactionHash_gte: arbitrumgoerli_Bytes + transactionHash_lte: arbitrumgoerli_Bytes + transactionHash_in: [arbitrumgoerli_Bytes!] + transactionHash_not_in: [arbitrumgoerli_Bytes!] + transactionHash_contains: arbitrumgoerli_Bytes + transactionHash_not_contains: arbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -78728,12 +79834,12 @@ input optimismgoerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RelayerFeesIncrease_filter] - or: [optimismgoerli_RelayerFeesIncrease_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RelayerFeesIncrease_filter] + or: [arbitrumgoerli_RelayerFeesIncrease_filter] } -enum optimismgoerli_RelayerFeesIncrease_orderBy { +enum arbitrumgoerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -78775,7 +79881,7 @@ enum optimismgoerli_RelayerFeesIncrease_orderBy { blockNumber } -input optimismgoerli_Relayer_filter { +input arbitrumgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -78788,34 +79894,34 @@ input optimismgoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: optimismgoerli_Bytes - relayer_not: optimismgoerli_Bytes - relayer_gt: optimismgoerli_Bytes - relayer_lt: optimismgoerli_Bytes - relayer_gte: optimismgoerli_Bytes - relayer_lte: optimismgoerli_Bytes - relayer_in: [optimismgoerli_Bytes!] - relayer_not_in: [optimismgoerli_Bytes!] - relayer_contains: optimismgoerli_Bytes - relayer_not_contains: optimismgoerli_Bytes + relayer: arbitrumgoerli_Bytes + relayer_not: arbitrumgoerli_Bytes + relayer_gt: arbitrumgoerli_Bytes + relayer_lt: arbitrumgoerli_Bytes + relayer_gte: arbitrumgoerli_Bytes + relayer_lte: arbitrumgoerli_Bytes + relayer_in: [arbitrumgoerli_Bytes!] + relayer_not_in: [arbitrumgoerli_Bytes!] + relayer_contains: arbitrumgoerli_Bytes + relayer_not_contains: arbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Relayer_filter] - or: [optimismgoerli_Relayer_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Relayer_filter] + or: [arbitrumgoerli_Relayer_filter] } -enum optimismgoerli_Relayer_orderBy { +enum arbitrumgoerli_Relayer_orderBy { id isActive relayer } -type optimismgoerli_RootCount { +type arbitrumgoerli_RootCount { id: ID! count: BigInt } -input optimismgoerli_RootCount_filter { +input arbitrumgoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -78833,31 +79939,31 @@ input optimismgoerli_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RootCount_filter] - or: [optimismgoerli_RootCount_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RootCount_filter] + or: [arbitrumgoerli_RootCount_filter] } -enum optimismgoerli_RootCount_orderBy { +enum arbitrumgoerli_RootCount_orderBy { id count } -type optimismgoerli_RootMessageSent { +type arbitrumgoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: optimismgoerli_Bytes + root: arbitrumgoerli_Bytes count: BigInt - caller: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes + caller: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input optimismgoerli_RootMessageSent_filter { +input arbitrumgoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -78882,16 +79988,16 @@ input optimismgoerli_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: optimismgoerli_Bytes - root_not: optimismgoerli_Bytes - root_gt: optimismgoerli_Bytes - root_lt: optimismgoerli_Bytes - root_gte: optimismgoerli_Bytes - root_lte: optimismgoerli_Bytes - root_in: [optimismgoerli_Bytes!] - root_not_in: [optimismgoerli_Bytes!] - root_contains: optimismgoerli_Bytes - root_not_contains: optimismgoerli_Bytes + root: arbitrumgoerli_Bytes + root_not: arbitrumgoerli_Bytes + root_gt: arbitrumgoerli_Bytes + root_lt: arbitrumgoerli_Bytes + root_gte: arbitrumgoerli_Bytes + root_lte: arbitrumgoerli_Bytes + root_in: [arbitrumgoerli_Bytes!] + root_not_in: [arbitrumgoerli_Bytes!] + root_contains: arbitrumgoerli_Bytes + root_not_contains: arbitrumgoerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -78900,26 +80006,26 @@ input optimismgoerli_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + caller: arbitrumgoerli_Bytes + caller_not: arbitrumgoerli_Bytes + caller_gt: arbitrumgoerli_Bytes + caller_lt: arbitrumgoerli_Bytes + caller_gte: arbitrumgoerli_Bytes + caller_lte: arbitrumgoerli_Bytes + caller_in: [arbitrumgoerli_Bytes!] + caller_not_in: [arbitrumgoerli_Bytes!] + caller_contains: arbitrumgoerli_Bytes + caller_not_contains: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes + transactionHash_not: arbitrumgoerli_Bytes + transactionHash_gt: arbitrumgoerli_Bytes + transactionHash_lt: arbitrumgoerli_Bytes + transactionHash_gte: arbitrumgoerli_Bytes + transactionHash_lte: arbitrumgoerli_Bytes + transactionHash_in: [arbitrumgoerli_Bytes!] + transactionHash_not_in: [arbitrumgoerli_Bytes!] + transactionHash_contains: arbitrumgoerli_Bytes + transactionHash_not_contains: arbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -78953,12 +80059,12 @@ input optimismgoerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RootMessageSent_filter] - or: [optimismgoerli_RootMessageSent_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RootMessageSent_filter] + or: [arbitrumgoerli_RootMessageSent_filter] } -enum optimismgoerli_RootMessageSent_orderBy { +enum arbitrumgoerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -78972,25 +80078,25 @@ enum optimismgoerli_RootMessageSent_orderBy { blockNumber } -type optimismgoerli_Router { +type arbitrumgoerli_Router { id: ID! isActive: Boolean! - owner: optimismgoerli_Bytes - recipient: optimismgoerli_Bytes - proposedOwner: optimismgoerli_Bytes + owner: arbitrumgoerli_Bytes + recipient: arbitrumgoerli_Bytes + proposedOwner: arbitrumgoerli_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimismgoerli_AssetBalance_orderBy, orderDirection: optimismgoerli_OrderDirection, where: optimismgoerli_AssetBalance_filter): [optimismgoerli_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_AssetBalance_orderBy, orderDirection: arbitrumgoerli_OrderDirection, where: arbitrumgoerli_AssetBalance_filter): [arbitrumgoerli_AssetBalance!]! } -type optimismgoerli_RouterDailyTVL { +type arbitrumgoerli_RouterDailyTVL { id: ID! - router: optimismgoerli_Router! - asset: optimismgoerli_Asset! + router: arbitrumgoerli_Router! + asset: arbitrumgoerli_Asset! timestamp: BigInt! balance: BigInt! } -input optimismgoerli_RouterDailyTVL_filter { +input arbitrumgoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -79019,7 +80125,7 @@ input optimismgoerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimismgoerli_Router_filter + router_: arbitrumgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -79040,7 +80146,7 @@ input optimismgoerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter + asset_: arbitrumgoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -79058,12 +80164,12 @@ input optimismgoerli_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RouterDailyTVL_filter] - or: [optimismgoerli_RouterDailyTVL_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RouterDailyTVL_filter] + or: [arbitrumgoerli_RouterDailyTVL_filter] } -enum optimismgoerli_RouterDailyTVL_orderBy { +enum arbitrumgoerli_RouterDailyTVL_orderBy { id router router__id @@ -79086,26 +80192,26 @@ enum optimismgoerli_RouterDailyTVL_orderBy { balance } -type optimismgoerli_RouterLiquidityEvent { +type arbitrumgoerli_RouterLiquidityEvent { id: ID! - type: optimismgoerli_RouterLiquidityEventType - router: optimismgoerli_Router! - asset: optimismgoerli_Asset! + type: arbitrumgoerli_RouterLiquidityEventType + router: arbitrumgoerli_Router! + asset: arbitrumgoerli_Asset! amount: BigInt! balance: BigInt! - caller: optimismgoerli_Bytes + caller: arbitrumgoerli_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: optimismgoerli_Bytes! + transactionHash: arbitrumgoerli_Bytes! nonce: BigInt! } -enum optimismgoerli_RouterLiquidityEventType { +enum arbitrumgoerli_RouterLiquidityEventType { Add Remove } -input optimismgoerli_RouterLiquidityEvent_filter { +input arbitrumgoerli_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -79114,10 +80220,10 @@ input optimismgoerli_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: optimismgoerli_RouterLiquidityEventType - type_not: optimismgoerli_RouterLiquidityEventType - type_in: [optimismgoerli_RouterLiquidityEventType!] - type_not_in: [optimismgoerli_RouterLiquidityEventType!] + type: arbitrumgoerli_RouterLiquidityEventType + type_not: arbitrumgoerli_RouterLiquidityEventType + type_in: [arbitrumgoerli_RouterLiquidityEventType!] + type_not_in: [arbitrumgoerli_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -79138,7 +80244,7 @@ input optimismgoerli_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimismgoerli_Router_filter + router_: arbitrumgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -79159,7 +80265,7 @@ input optimismgoerli_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismgoerli_Asset_filter + asset_: arbitrumgoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -79176,16 +80282,16 @@ input optimismgoerli_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes + caller: arbitrumgoerli_Bytes + caller_not: arbitrumgoerli_Bytes + caller_gt: arbitrumgoerli_Bytes + caller_lt: arbitrumgoerli_Bytes + caller_gte: arbitrumgoerli_Bytes + caller_lte: arbitrumgoerli_Bytes + caller_in: [arbitrumgoerli_Bytes!] + caller_not_in: [arbitrumgoerli_Bytes!] + caller_contains: arbitrumgoerli_Bytes + caller_not_contains: arbitrumgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -79202,16 +80308,16 @@ input optimismgoerli_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes + transactionHash_not: arbitrumgoerli_Bytes + transactionHash_gt: arbitrumgoerli_Bytes + transactionHash_lt: arbitrumgoerli_Bytes + transactionHash_gte: arbitrumgoerli_Bytes + transactionHash_lte: arbitrumgoerli_Bytes + transactionHash_in: [arbitrumgoerli_Bytes!] + transactionHash_not_in: [arbitrumgoerli_Bytes!] + transactionHash_contains: arbitrumgoerli_Bytes + transactionHash_not_contains: arbitrumgoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -79221,12 +80327,12 @@ input optimismgoerli_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_RouterLiquidityEvent_filter] - or: [optimismgoerli_RouterLiquidityEvent_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_RouterLiquidityEvent_filter] + or: [arbitrumgoerli_RouterLiquidityEvent_filter] } -enum optimismgoerli_RouterLiquidityEvent_orderBy { +enum arbitrumgoerli_RouterLiquidityEvent_orderBy { id type router @@ -79255,7 +80361,7 @@ enum optimismgoerli_RouterLiquidityEvent_orderBy { nonce } -input optimismgoerli_Router_filter { +input arbitrumgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -79268,36 +80374,36 @@ input optimismgoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: optimismgoerli_Bytes - owner_not: optimismgoerli_Bytes - owner_gt: optimismgoerli_Bytes - owner_lt: optimismgoerli_Bytes - owner_gte: optimismgoerli_Bytes - owner_lte: optimismgoerli_Bytes - owner_in: [optimismgoerli_Bytes!] - owner_not_in: [optimismgoerli_Bytes!] - owner_contains: optimismgoerli_Bytes - owner_not_contains: optimismgoerli_Bytes - recipient: optimismgoerli_Bytes - recipient_not: optimismgoerli_Bytes - recipient_gt: optimismgoerli_Bytes - recipient_lt: optimismgoerli_Bytes - recipient_gte: optimismgoerli_Bytes - recipient_lte: optimismgoerli_Bytes - recipient_in: [optimismgoerli_Bytes!] - recipient_not_in: [optimismgoerli_Bytes!] - recipient_contains: optimismgoerli_Bytes - recipient_not_contains: optimismgoerli_Bytes - proposedOwner: optimismgoerli_Bytes - proposedOwner_not: optimismgoerli_Bytes - proposedOwner_gt: optimismgoerli_Bytes - proposedOwner_lt: optimismgoerli_Bytes - proposedOwner_gte: optimismgoerli_Bytes - proposedOwner_lte: optimismgoerli_Bytes - proposedOwner_in: [optimismgoerli_Bytes!] - proposedOwner_not_in: [optimismgoerli_Bytes!] - proposedOwner_contains: optimismgoerli_Bytes - proposedOwner_not_contains: optimismgoerli_Bytes + owner: arbitrumgoerli_Bytes + owner_not: arbitrumgoerli_Bytes + owner_gt: arbitrumgoerli_Bytes + owner_lt: arbitrumgoerli_Bytes + owner_gte: arbitrumgoerli_Bytes + owner_lte: arbitrumgoerli_Bytes + owner_in: [arbitrumgoerli_Bytes!] + owner_not_in: [arbitrumgoerli_Bytes!] + owner_contains: arbitrumgoerli_Bytes + owner_not_contains: arbitrumgoerli_Bytes + recipient: arbitrumgoerli_Bytes + recipient_not: arbitrumgoerli_Bytes + recipient_gt: arbitrumgoerli_Bytes + recipient_lt: arbitrumgoerli_Bytes + recipient_gte: arbitrumgoerli_Bytes + recipient_lte: arbitrumgoerli_Bytes + recipient_in: [arbitrumgoerli_Bytes!] + recipient_not_in: [arbitrumgoerli_Bytes!] + recipient_contains: arbitrumgoerli_Bytes + recipient_not_contains: arbitrumgoerli_Bytes + proposedOwner: arbitrumgoerli_Bytes + proposedOwner_not: arbitrumgoerli_Bytes + proposedOwner_gt: arbitrumgoerli_Bytes + proposedOwner_lt: arbitrumgoerli_Bytes + proposedOwner_gte: arbitrumgoerli_Bytes + proposedOwner_lte: arbitrumgoerli_Bytes + proposedOwner_in: [arbitrumgoerli_Bytes!] + proposedOwner_not_in: [arbitrumgoerli_Bytes!] + proposedOwner_contains: arbitrumgoerli_Bytes + proposedOwner_not_contains: arbitrumgoerli_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -79306,14 +80412,14 @@ input optimismgoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: optimismgoerli_AssetBalance_filter + assetBalances_: arbitrumgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Router_filter] - or: [optimismgoerli_Router_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Router_filter] + or: [arbitrumgoerli_Router_filter] } -enum optimismgoerli_Router_orderBy { +enum arbitrumgoerli_Router_orderBy { id isActive owner @@ -79323,13 +80429,13 @@ enum optimismgoerli_Router_orderBy { assetBalances } -type optimismgoerli_Sequencer { +type arbitrumgoerli_Sequencer { id: ID! isActive: Boolean! - sequencer: optimismgoerli_Bytes + sequencer: arbitrumgoerli_Bytes } -input optimismgoerli_Sequencer_filter { +input arbitrumgoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -79342,35 +80448,35 @@ input optimismgoerli_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: optimismgoerli_Bytes - sequencer_not: optimismgoerli_Bytes - sequencer_gt: optimismgoerli_Bytes - sequencer_lt: optimismgoerli_Bytes - sequencer_gte: optimismgoerli_Bytes - sequencer_lte: optimismgoerli_Bytes - sequencer_in: [optimismgoerli_Bytes!] - sequencer_not_in: [optimismgoerli_Bytes!] - sequencer_contains: optimismgoerli_Bytes - sequencer_not_contains: optimismgoerli_Bytes + sequencer: arbitrumgoerli_Bytes + sequencer_not: arbitrumgoerli_Bytes + sequencer_gt: arbitrumgoerli_Bytes + sequencer_lt: arbitrumgoerli_Bytes + sequencer_gte: arbitrumgoerli_Bytes + sequencer_lte: arbitrumgoerli_Bytes + sequencer_in: [arbitrumgoerli_Bytes!] + sequencer_not_in: [arbitrumgoerli_Bytes!] + sequencer_contains: arbitrumgoerli_Bytes + sequencer_not_contains: arbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Sequencer_filter] - or: [optimismgoerli_Sequencer_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Sequencer_filter] + or: [arbitrumgoerli_Sequencer_filter] } -enum optimismgoerli_Sequencer_orderBy { +enum arbitrumgoerli_Sequencer_orderBy { id isActive sequencer } -type optimismgoerli_Setting { +type arbitrumgoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: optimismgoerli_Bytes! + caller: arbitrumgoerli_Bytes! } -input optimismgoerli_Setting_filter { +input arbitrumgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -79387,41 +80493,41 @@ input optimismgoerli_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes + caller: arbitrumgoerli_Bytes + caller_not: arbitrumgoerli_Bytes + caller_gt: arbitrumgoerli_Bytes + caller_lt: arbitrumgoerli_Bytes + caller_gte: arbitrumgoerli_Bytes + caller_lte: arbitrumgoerli_Bytes + caller_in: [arbitrumgoerli_Bytes!] + caller_not_in: [arbitrumgoerli_Bytes!] + caller_contains: arbitrumgoerli_Bytes + caller_not_contains: arbitrumgoerli_Bytes """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_Setting_filter] - or: [optimismgoerli_Setting_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_Setting_filter] + or: [arbitrumgoerli_Setting_filter] } -enum optimismgoerli_Setting_orderBy { +enum arbitrumgoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type optimismgoerli_SlippageUpdate { +type arbitrumgoerli_SlippageUpdate { id: ID! - transfer: optimismgoerli_DestinationTransfer! + transfer: arbitrumgoerli_DestinationTransfer! slippage: BigInt! - caller: optimismgoerli_Bytes! - transactionHash: optimismgoerli_Bytes! + caller: arbitrumgoerli_Bytes! + transactionHash: arbitrumgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimismgoerli_SlippageUpdate_filter { +input arbitrumgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -79450,7 +80556,7 @@ input optimismgoerli_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimismgoerli_DestinationTransfer_filter + transfer_: arbitrumgoerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -79459,26 +80565,26 @@ input optimismgoerli_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: optimismgoerli_Bytes - caller_not: optimismgoerli_Bytes - caller_gt: optimismgoerli_Bytes - caller_lt: optimismgoerli_Bytes - caller_gte: optimismgoerli_Bytes - caller_lte: optimismgoerli_Bytes - caller_in: [optimismgoerli_Bytes!] - caller_not_in: [optimismgoerli_Bytes!] - caller_contains: optimismgoerli_Bytes - caller_not_contains: optimismgoerli_Bytes - transactionHash: optimismgoerli_Bytes - transactionHash_not: optimismgoerli_Bytes - transactionHash_gt: optimismgoerli_Bytes - transactionHash_lt: optimismgoerli_Bytes - transactionHash_gte: optimismgoerli_Bytes - transactionHash_lte: optimismgoerli_Bytes - transactionHash_in: [optimismgoerli_Bytes!] - transactionHash_not_in: [optimismgoerli_Bytes!] - transactionHash_contains: optimismgoerli_Bytes - transactionHash_not_contains: optimismgoerli_Bytes + caller: arbitrumgoerli_Bytes + caller_not: arbitrumgoerli_Bytes + caller_gt: arbitrumgoerli_Bytes + caller_lt: arbitrumgoerli_Bytes + caller_gte: arbitrumgoerli_Bytes + caller_lte: arbitrumgoerli_Bytes + caller_in: [arbitrumgoerli_Bytes!] + caller_not_in: [arbitrumgoerli_Bytes!] + caller_contains: arbitrumgoerli_Bytes + caller_not_contains: arbitrumgoerli_Bytes + transactionHash: arbitrumgoerli_Bytes + transactionHash_not: arbitrumgoerli_Bytes + transactionHash_gt: arbitrumgoerli_Bytes + transactionHash_lt: arbitrumgoerli_Bytes + transactionHash_gte: arbitrumgoerli_Bytes + transactionHash_lte: arbitrumgoerli_Bytes + transactionHash_in: [arbitrumgoerli_Bytes!] + transactionHash_not_in: [arbitrumgoerli_Bytes!] + transactionHash_contains: arbitrumgoerli_Bytes + transactionHash_not_contains: arbitrumgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -79512,12 +80618,12 @@ input optimismgoerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismgoerli_BlockChangedFilter - and: [optimismgoerli_SlippageUpdate_filter] - or: [optimismgoerli_SlippageUpdate_filter] + _change_block: arbitrumgoerli_BlockChangedFilter + and: [arbitrumgoerli_SlippageUpdate_filter] + or: [arbitrumgoerli_SlippageUpdate_filter] } -enum optimismgoerli_SlippageUpdate_orderBy { +enum arbitrumgoerli_SlippageUpdate_orderBy { id transfer transfer__id @@ -79565,7 +80671,7 @@ enum optimismgoerli_SlippageUpdate_orderBy { blockNumber } -enum optimismgoerli_TransferStatus { +enum arbitrumgoerli_TransferStatus { XCalled Executed Reconciled @@ -79573,9 +80679,9 @@ enum optimismgoerli_TransferStatus { CompletedFast } -type optimismgoerli__Block_ { +type arbitrumgoerli__Block_ { """The hash of the block""" - hash: optimismgoerli_Bytes + hash: arbitrumgoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -79583,7 +80689,7 @@ type optimismgoerli__Block_ { } """The type for the top-level _meta field""" -type optimismgoerli__Meta_ { +type arbitrumgoerli__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -79591,105 +80697,20 @@ type optimismgoerli__Meta_ { and therefore asks for the latest block """ - block: optimismgoerli__Block_! + block: arbitrumgoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingoptimismgoerli_AggregateRoot { +type lineagoerli_AggregateRoot { id: ID! - root: stagingoptimismgoerli_Bytes! + root: lineagoerli_Bytes! blockNumber: BigInt! } -type stagingoptimismgoerli_AggregateRootProposed { - id: ID! - aggregateRoot: stagingoptimismgoerli_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingoptimismgoerli_AggregateRootProposed_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!] - aggregateRoot: stagingoptimismgoerli_Bytes - aggregateRoot_not: stagingoptimismgoerli_Bytes - aggregateRoot_gt: stagingoptimismgoerli_Bytes - aggregateRoot_lt: stagingoptimismgoerli_Bytes - aggregateRoot_gte: stagingoptimismgoerli_Bytes - aggregateRoot_lte: stagingoptimismgoerli_Bytes - aggregateRoot_in: [stagingoptimismgoerli_Bytes!] - aggregateRoot_not_in: [stagingoptimismgoerli_Bytes!] - aggregateRoot_contains: stagingoptimismgoerli_Bytes - aggregateRoot_not_contains: stagingoptimismgoerli_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AggregateRootProposed_filter] - or: [stagingoptimismgoerli_AggregateRootProposed_filter] -} - -enum stagingoptimismgoerli_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input stagingoptimismgoerli_AggregateRoot_filter { +input lineagoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -79698,16 +80719,12 @@ input stagingoptimismgoerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingoptimismgoerli_Bytes - root_not: stagingoptimismgoerli_Bytes - root_gt: stagingoptimismgoerli_Bytes - root_lt: stagingoptimismgoerli_Bytes - root_gte: stagingoptimismgoerli_Bytes - root_lte: stagingoptimismgoerli_Bytes - root_in: [stagingoptimismgoerli_Bytes!] - root_not_in: [stagingoptimismgoerli_Bytes!] - root_contains: stagingoptimismgoerli_Bytes - root_not_contains: stagingoptimismgoerli_Bytes + root: lineagoerli_Bytes + root_not: lineagoerli_Bytes + root_in: [lineagoerli_Bytes!] + root_not_in: [lineagoerli_Bytes!] + root_contains: lineagoerli_Bytes + root_not_contains: lineagoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -79717,41 +80734,39 @@ input stagingoptimismgoerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AggregateRoot_filter] - or: [stagingoptimismgoerli_AggregateRoot_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_AggregateRoot_orderBy { +enum lineagoerli_AggregateRoot_orderBy { id root blockNumber } -type stagingoptimismgoerli_Asset { +type lineagoerli_Asset { id: ID! - key: stagingoptimismgoerli_Bytes + key: lineagoerli_Bytes decimal: BigInt - canonicalId: stagingoptimismgoerli_Bytes + canonicalId: lineagoerli_Bytes canonicalDomain: BigInt - adoptedAsset: stagingoptimismgoerli_Bytes - localAsset: stagingoptimismgoerli_Bytes + adoptedAsset: lineagoerli_Bytes + localAsset: lineagoerli_Bytes blockNumber: BigInt - status: stagingoptimismgoerli_AssetStatus + status: lineagoerli_AssetStatus } -type stagingoptimismgoerli_AssetBalance { +type lineagoerli_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingoptimismgoerli_Router! - asset: stagingoptimismgoerli_Asset! + router: lineagoerli_Router! + asset: lineagoerli_Asset! feesEarned: BigInt! } -input stagingoptimismgoerli_AssetBalance_filter { +input lineagoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -79812,7 +80827,7 @@ input stagingoptimismgoerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingoptimismgoerli_Router_filter + router_: lineagoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -79833,7 +80848,7 @@ input stagingoptimismgoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingoptimismgoerli_Asset_filter + asset_: lineagoerli_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -79843,42 +80858,26 @@ input stagingoptimismgoerli_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AssetBalance_filter] - or: [stagingoptimismgoerli_AssetBalance_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_AssetBalance_orderBy { +enum lineagoerli_AssetBalance_orderBy { id amount locked supplied removed router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber feesEarned } -type stagingoptimismgoerli_AssetStatus { +type lineagoerli_AssetStatus { id: ID! status: Boolean } -input stagingoptimismgoerli_AssetStatus_filter { +input lineagoerli_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -79892,17 +80891,15 @@ input stagingoptimismgoerli_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_AssetStatus_filter] - or: [stagingoptimismgoerli_AssetStatus_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_AssetStatus_orderBy { +enum lineagoerli_AssetStatus_orderBy { id status } -input stagingoptimismgoerli_Asset_filter { +input lineagoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -79911,16 +80908,12 @@ input stagingoptimismgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingoptimismgoerli_Bytes - key_not: stagingoptimismgoerli_Bytes - key_gt: stagingoptimismgoerli_Bytes - key_lt: stagingoptimismgoerli_Bytes - key_gte: stagingoptimismgoerli_Bytes - key_lte: stagingoptimismgoerli_Bytes - key_in: [stagingoptimismgoerli_Bytes!] - key_not_in: [stagingoptimismgoerli_Bytes!] - key_contains: stagingoptimismgoerli_Bytes - key_not_contains: stagingoptimismgoerli_Bytes + key: lineagoerli_Bytes + key_not: lineagoerli_Bytes + key_in: [lineagoerli_Bytes!] + key_not_in: [lineagoerli_Bytes!] + key_contains: lineagoerli_Bytes + key_not_contains: lineagoerli_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -79929,16 +80922,12 @@ input stagingoptimismgoerli_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - canonicalId: stagingoptimismgoerli_Bytes - canonicalId_not: stagingoptimismgoerli_Bytes - canonicalId_gt: stagingoptimismgoerli_Bytes - canonicalId_lt: stagingoptimismgoerli_Bytes - canonicalId_gte: stagingoptimismgoerli_Bytes - canonicalId_lte: stagingoptimismgoerli_Bytes - canonicalId_in: [stagingoptimismgoerli_Bytes!] - canonicalId_not_in: [stagingoptimismgoerli_Bytes!] - canonicalId_contains: stagingoptimismgoerli_Bytes - canonicalId_not_contains: stagingoptimismgoerli_Bytes + canonicalId: lineagoerli_Bytes + canonicalId_not: lineagoerli_Bytes + canonicalId_in: [lineagoerli_Bytes!] + canonicalId_not_in: [lineagoerli_Bytes!] + canonicalId_contains: lineagoerli_Bytes + canonicalId_not_contains: lineagoerli_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -79947,26 +80936,18 @@ input stagingoptimismgoerli_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingoptimismgoerli_Bytes - adoptedAsset_not: stagingoptimismgoerli_Bytes - adoptedAsset_gt: stagingoptimismgoerli_Bytes - adoptedAsset_lt: stagingoptimismgoerli_Bytes - adoptedAsset_gte: stagingoptimismgoerli_Bytes - adoptedAsset_lte: stagingoptimismgoerli_Bytes - adoptedAsset_in: [stagingoptimismgoerli_Bytes!] - adoptedAsset_not_in: [stagingoptimismgoerli_Bytes!] - adoptedAsset_contains: stagingoptimismgoerli_Bytes - adoptedAsset_not_contains: stagingoptimismgoerli_Bytes - localAsset: stagingoptimismgoerli_Bytes - localAsset_not: stagingoptimismgoerli_Bytes - localAsset_gt: stagingoptimismgoerli_Bytes - localAsset_lt: stagingoptimismgoerli_Bytes - localAsset_gte: stagingoptimismgoerli_Bytes - localAsset_lte: stagingoptimismgoerli_Bytes - localAsset_in: [stagingoptimismgoerli_Bytes!] - localAsset_not_in: [stagingoptimismgoerli_Bytes!] - localAsset_contains: stagingoptimismgoerli_Bytes - localAsset_not_contains: stagingoptimismgoerli_Bytes + adoptedAsset: lineagoerli_Bytes + adoptedAsset_not: lineagoerli_Bytes + adoptedAsset_in: [lineagoerli_Bytes!] + adoptedAsset_not_in: [lineagoerli_Bytes!] + adoptedAsset_contains: lineagoerli_Bytes + adoptedAsset_not_contains: lineagoerli_Bytes + localAsset: lineagoerli_Bytes + localAsset_not: lineagoerli_Bytes + localAsset_in: [lineagoerli_Bytes!] + localAsset_not_in: [lineagoerli_Bytes!] + localAsset_contains: lineagoerli_Bytes + localAsset_not_contains: lineagoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -79995,14 +80976,12 @@ input stagingoptimismgoerli_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingoptimismgoerli_AssetStatus_filter + status_: lineagoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Asset_filter] - or: [stagingoptimismgoerli_Asset_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_Asset_orderBy { +enum lineagoerli_Asset_orderBy { id key decimal @@ -80012,34 +80991,32 @@ enum stagingoptimismgoerli_Asset_orderBy { localAsset blockNumber status - status__id - status__status } -scalar stagingoptimismgoerli_BigDecimal +scalar lineagoerli_BigDecimal -input stagingoptimismgoerli_BlockChangedFilter { +input lineagoerli_BlockChangedFilter { number_gte: Int! } -input stagingoptimismgoerli_Block_height { - hash: stagingoptimismgoerli_Bytes +input lineagoerli_Block_height { + hash: lineagoerli_Bytes number: Int number_gte: Int } -scalar stagingoptimismgoerli_Bytes +scalar lineagoerli_Bytes -type stagingoptimismgoerli_ConnectorMeta { +type lineagoerli_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingoptimismgoerli_Bytes - rootManager: stagingoptimismgoerli_Bytes - mirrorConnector: stagingoptimismgoerli_Bytes + amb: lineagoerli_Bytes + rootManager: lineagoerli_Bytes + mirrorConnector: lineagoerli_Bytes } -input stagingoptimismgoerli_ConnectorMeta_filter { +input lineagoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -80064,43 +81041,29 @@ input stagingoptimismgoerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingoptimismgoerli_Bytes - amb_not: stagingoptimismgoerli_Bytes - amb_gt: stagingoptimismgoerli_Bytes - amb_lt: stagingoptimismgoerli_Bytes - amb_gte: stagingoptimismgoerli_Bytes - amb_lte: stagingoptimismgoerli_Bytes - amb_in: [stagingoptimismgoerli_Bytes!] - amb_not_in: [stagingoptimismgoerli_Bytes!] - amb_contains: stagingoptimismgoerli_Bytes - amb_not_contains: stagingoptimismgoerli_Bytes - rootManager: stagingoptimismgoerli_Bytes - rootManager_not: stagingoptimismgoerli_Bytes - rootManager_gt: stagingoptimismgoerli_Bytes - rootManager_lt: stagingoptimismgoerli_Bytes - rootManager_gte: stagingoptimismgoerli_Bytes - rootManager_lte: stagingoptimismgoerli_Bytes - rootManager_in: [stagingoptimismgoerli_Bytes!] - rootManager_not_in: [stagingoptimismgoerli_Bytes!] - rootManager_contains: stagingoptimismgoerli_Bytes - rootManager_not_contains: stagingoptimismgoerli_Bytes - mirrorConnector: stagingoptimismgoerli_Bytes - mirrorConnector_not: stagingoptimismgoerli_Bytes - mirrorConnector_gt: stagingoptimismgoerli_Bytes - mirrorConnector_lt: stagingoptimismgoerli_Bytes - mirrorConnector_gte: stagingoptimismgoerli_Bytes - mirrorConnector_lte: stagingoptimismgoerli_Bytes - mirrorConnector_in: [stagingoptimismgoerli_Bytes!] - mirrorConnector_not_in: [stagingoptimismgoerli_Bytes!] - mirrorConnector_contains: stagingoptimismgoerli_Bytes - mirrorConnector_not_contains: stagingoptimismgoerli_Bytes + amb: lineagoerli_Bytes + amb_not: lineagoerli_Bytes + amb_in: [lineagoerli_Bytes!] + amb_not_in: [lineagoerli_Bytes!] + amb_contains: lineagoerli_Bytes + amb_not_contains: lineagoerli_Bytes + rootManager: lineagoerli_Bytes + rootManager_not: lineagoerli_Bytes + rootManager_in: [lineagoerli_Bytes!] + rootManager_not_in: [lineagoerli_Bytes!] + rootManager_contains: lineagoerli_Bytes + rootManager_not_contains: lineagoerli_Bytes + mirrorConnector: lineagoerli_Bytes + mirrorConnector_not: lineagoerli_Bytes + mirrorConnector_in: [lineagoerli_Bytes!] + mirrorConnector_not_in: [lineagoerli_Bytes!] + mirrorConnector_contains: lineagoerli_Bytes + mirrorConnector_not_contains: lineagoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_ConnectorMeta_filter] - or: [stagingoptimismgoerli_ConnectorMeta_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_ConnectorMeta_orderBy { +enum lineagoerli_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -80109,48 +81072,48 @@ enum stagingoptimismgoerli_ConnectorMeta_orderBy { mirrorConnector } -type stagingoptimismgoerli_DestinationTransfer { +type lineagoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingoptimismgoerli_Bytes + transferId: lineagoerli_Bytes nonce: BigInt - status: stagingoptimismgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_Router_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_Router_filter): [stagingoptimismgoerli_Router!] + status: lineagoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_Router_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_Router_filter): [lineagoerli_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingoptimismgoerli_Bytes - delegate: stagingoptimismgoerli_Bytes + to: lineagoerli_Bytes + delegate: lineagoerli_Bytes receiveLocal: Boolean - callData: stagingoptimismgoerli_Bytes + callData: lineagoerli_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingoptimismgoerli_Bytes + originSender: lineagoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingoptimismgoerli_Bytes - asset: stagingoptimismgoerli_Asset + canonicalId: lineagoerli_Bytes + asset: lineagoerli_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingoptimismgoerli_Bytes - executedTransactionHash: stagingoptimismgoerli_Bytes + executedCaller: lineagoerli_Bytes + executedTransactionHash: lineagoerli_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingoptimismgoerli_Bytes + executedTxOrigin: lineagoerli_Bytes executedTxNonce: BigInt - reconciledCaller: stagingoptimismgoerli_Bytes - reconciledTransactionHash: stagingoptimismgoerli_Bytes + reconciledCaller: lineagoerli_Bytes + reconciledTransactionHash: lineagoerli_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingoptimismgoerli_Bytes + reconciledTxOrigin: lineagoerli_Bytes reconciledTxNonce: BigInt } -input stagingoptimismgoerli_DestinationTransfer_filter { +input lineagoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -80167,16 +81130,12 @@ input stagingoptimismgoerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingoptimismgoerli_Bytes - transferId_not: stagingoptimismgoerli_Bytes - transferId_gt: stagingoptimismgoerli_Bytes - transferId_lt: stagingoptimismgoerli_Bytes - transferId_gte: stagingoptimismgoerli_Bytes - transferId_lte: stagingoptimismgoerli_Bytes - transferId_in: [stagingoptimismgoerli_Bytes!] - transferId_not_in: [stagingoptimismgoerli_Bytes!] - transferId_contains: stagingoptimismgoerli_Bytes - transferId_not_contains: stagingoptimismgoerli_Bytes + transferId: lineagoerli_Bytes + transferId_not: lineagoerli_Bytes + transferId_in: [lineagoerli_Bytes!] + transferId_not_in: [lineagoerli_Bytes!] + transferId_contains: lineagoerli_Bytes + transferId_not_contains: lineagoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -80185,17 +81144,17 @@ input stagingoptimismgoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingoptimismgoerli_TransferStatus - status_not: stagingoptimismgoerli_TransferStatus - status_in: [stagingoptimismgoerli_TransferStatus!] - status_not_in: [stagingoptimismgoerli_TransferStatus!] + status: lineagoerli_TransferStatus + status_not: lineagoerli_TransferStatus + status_in: [lineagoerli_TransferStatus!] + status_not_in: [lineagoerli_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingoptimismgoerli_Router_filter + routers_: lineagoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -80220,40 +81179,28 @@ input stagingoptimismgoerli_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingoptimismgoerli_Bytes - to_not: stagingoptimismgoerli_Bytes - to_gt: stagingoptimismgoerli_Bytes - to_lt: stagingoptimismgoerli_Bytes - to_gte: stagingoptimismgoerli_Bytes - to_lte: stagingoptimismgoerli_Bytes - to_in: [stagingoptimismgoerli_Bytes!] - to_not_in: [stagingoptimismgoerli_Bytes!] - to_contains: stagingoptimismgoerli_Bytes - to_not_contains: stagingoptimismgoerli_Bytes - delegate: stagingoptimismgoerli_Bytes - delegate_not: stagingoptimismgoerli_Bytes - delegate_gt: stagingoptimismgoerli_Bytes - delegate_lt: stagingoptimismgoerli_Bytes - delegate_gte: stagingoptimismgoerli_Bytes - delegate_lte: stagingoptimismgoerli_Bytes - delegate_in: [stagingoptimismgoerli_Bytes!] - delegate_not_in: [stagingoptimismgoerli_Bytes!] - delegate_contains: stagingoptimismgoerli_Bytes - delegate_not_contains: stagingoptimismgoerli_Bytes + to: lineagoerli_Bytes + to_not: lineagoerli_Bytes + to_in: [lineagoerli_Bytes!] + to_not_in: [lineagoerli_Bytes!] + to_contains: lineagoerli_Bytes + to_not_contains: lineagoerli_Bytes + delegate: lineagoerli_Bytes + delegate_not: lineagoerli_Bytes + delegate_in: [lineagoerli_Bytes!] + delegate_not_in: [lineagoerli_Bytes!] + delegate_contains: lineagoerli_Bytes + delegate_not_contains: lineagoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingoptimismgoerli_Bytes - callData_not: stagingoptimismgoerli_Bytes - callData_gt: stagingoptimismgoerli_Bytes - callData_lt: stagingoptimismgoerli_Bytes - callData_gte: stagingoptimismgoerli_Bytes - callData_lte: stagingoptimismgoerli_Bytes - callData_in: [stagingoptimismgoerli_Bytes!] - callData_not_in: [stagingoptimismgoerli_Bytes!] - callData_contains: stagingoptimismgoerli_Bytes - callData_not_contains: stagingoptimismgoerli_Bytes + callData: lineagoerli_Bytes + callData_not: lineagoerli_Bytes + callData_in: [lineagoerli_Bytes!] + callData_not_in: [lineagoerli_Bytes!] + callData_contains: lineagoerli_Bytes + callData_not_contains: lineagoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -80270,16 +81217,12 @@ input stagingoptimismgoerli_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingoptimismgoerli_Bytes - originSender_not: stagingoptimismgoerli_Bytes - originSender_gt: stagingoptimismgoerli_Bytes - originSender_lt: stagingoptimismgoerli_Bytes - originSender_gte: stagingoptimismgoerli_Bytes - originSender_lte: stagingoptimismgoerli_Bytes - originSender_in: [stagingoptimismgoerli_Bytes!] - originSender_not_in: [stagingoptimismgoerli_Bytes!] - originSender_contains: stagingoptimismgoerli_Bytes - originSender_not_contains: stagingoptimismgoerli_Bytes + originSender: lineagoerli_Bytes + originSender_not: lineagoerli_Bytes + originSender_in: [lineagoerli_Bytes!] + originSender_not_in: [lineagoerli_Bytes!] + originSender_contains: lineagoerli_Bytes + originSender_not_contains: lineagoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -80296,16 +81239,12 @@ input stagingoptimismgoerli_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingoptimismgoerli_Bytes - canonicalId_not: stagingoptimismgoerli_Bytes - canonicalId_gt: stagingoptimismgoerli_Bytes - canonicalId_lt: stagingoptimismgoerli_Bytes - canonicalId_gte: stagingoptimismgoerli_Bytes - canonicalId_lte: stagingoptimismgoerli_Bytes - canonicalId_in: [stagingoptimismgoerli_Bytes!] - canonicalId_not_in: [stagingoptimismgoerli_Bytes!] - canonicalId_contains: stagingoptimismgoerli_Bytes - canonicalId_not_contains: stagingoptimismgoerli_Bytes + canonicalId: lineagoerli_Bytes + canonicalId_not: lineagoerli_Bytes + canonicalId_in: [lineagoerli_Bytes!] + canonicalId_not_in: [lineagoerli_Bytes!] + canonicalId_contains: lineagoerli_Bytes + canonicalId_not_contains: lineagoerli_Bytes asset: String asset_not: String asset_gt: String @@ -80326,7 +81265,7 @@ input stagingoptimismgoerli_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingoptimismgoerli_Asset_filter + asset_: lineagoerli_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -80343,26 +81282,18 @@ input stagingoptimismgoerli_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingoptimismgoerli_Bytes - executedCaller_not: stagingoptimismgoerli_Bytes - executedCaller_gt: stagingoptimismgoerli_Bytes - executedCaller_lt: stagingoptimismgoerli_Bytes - executedCaller_gte: stagingoptimismgoerli_Bytes - executedCaller_lte: stagingoptimismgoerli_Bytes - executedCaller_in: [stagingoptimismgoerli_Bytes!] - executedCaller_not_in: [stagingoptimismgoerli_Bytes!] - executedCaller_contains: stagingoptimismgoerli_Bytes - executedCaller_not_contains: stagingoptimismgoerli_Bytes - executedTransactionHash: stagingoptimismgoerli_Bytes - executedTransactionHash_not: stagingoptimismgoerli_Bytes - executedTransactionHash_gt: stagingoptimismgoerli_Bytes - executedTransactionHash_lt: stagingoptimismgoerli_Bytes - executedTransactionHash_gte: stagingoptimismgoerli_Bytes - executedTransactionHash_lte: stagingoptimismgoerli_Bytes - executedTransactionHash_in: [stagingoptimismgoerli_Bytes!] - executedTransactionHash_not_in: [stagingoptimismgoerli_Bytes!] - executedTransactionHash_contains: stagingoptimismgoerli_Bytes - executedTransactionHash_not_contains: stagingoptimismgoerli_Bytes + executedCaller: lineagoerli_Bytes + executedCaller_not: lineagoerli_Bytes + executedCaller_in: [lineagoerli_Bytes!] + executedCaller_not_in: [lineagoerli_Bytes!] + executedCaller_contains: lineagoerli_Bytes + executedCaller_not_contains: lineagoerli_Bytes + executedTransactionHash: lineagoerli_Bytes + executedTransactionHash_not: lineagoerli_Bytes + executedTransactionHash_in: [lineagoerli_Bytes!] + executedTransactionHash_not_in: [lineagoerli_Bytes!] + executedTransactionHash_contains: lineagoerli_Bytes + executedTransactionHash_not_contains: lineagoerli_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -80395,16 +81326,12 @@ input stagingoptimismgoerli_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingoptimismgoerli_Bytes - executedTxOrigin_not: stagingoptimismgoerli_Bytes - executedTxOrigin_gt: stagingoptimismgoerli_Bytes - executedTxOrigin_lt: stagingoptimismgoerli_Bytes - executedTxOrigin_gte: stagingoptimismgoerli_Bytes - executedTxOrigin_lte: stagingoptimismgoerli_Bytes - executedTxOrigin_in: [stagingoptimismgoerli_Bytes!] - executedTxOrigin_not_in: [stagingoptimismgoerli_Bytes!] - executedTxOrigin_contains: stagingoptimismgoerli_Bytes - executedTxOrigin_not_contains: stagingoptimismgoerli_Bytes + executedTxOrigin: lineagoerli_Bytes + executedTxOrigin_not: lineagoerli_Bytes + executedTxOrigin_in: [lineagoerli_Bytes!] + executedTxOrigin_not_in: [lineagoerli_Bytes!] + executedTxOrigin_contains: lineagoerli_Bytes + executedTxOrigin_not_contains: lineagoerli_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -80413,26 +81340,18 @@ input stagingoptimismgoerli_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingoptimismgoerli_Bytes - reconciledCaller_not: stagingoptimismgoerli_Bytes - reconciledCaller_gt: stagingoptimismgoerli_Bytes - reconciledCaller_lt: stagingoptimismgoerli_Bytes - reconciledCaller_gte: stagingoptimismgoerli_Bytes - reconciledCaller_lte: stagingoptimismgoerli_Bytes - reconciledCaller_in: [stagingoptimismgoerli_Bytes!] - reconciledCaller_not_in: [stagingoptimismgoerli_Bytes!] - reconciledCaller_contains: stagingoptimismgoerli_Bytes - reconciledCaller_not_contains: stagingoptimismgoerli_Bytes - reconciledTransactionHash: stagingoptimismgoerli_Bytes - reconciledTransactionHash_not: stagingoptimismgoerli_Bytes - reconciledTransactionHash_gt: stagingoptimismgoerli_Bytes - reconciledTransactionHash_lt: stagingoptimismgoerli_Bytes - reconciledTransactionHash_gte: stagingoptimismgoerli_Bytes - reconciledTransactionHash_lte: stagingoptimismgoerli_Bytes - reconciledTransactionHash_in: [stagingoptimismgoerli_Bytes!] - reconciledTransactionHash_not_in: [stagingoptimismgoerli_Bytes!] - reconciledTransactionHash_contains: stagingoptimismgoerli_Bytes - reconciledTransactionHash_not_contains: stagingoptimismgoerli_Bytes + reconciledCaller: lineagoerli_Bytes + reconciledCaller_not: lineagoerli_Bytes + reconciledCaller_in: [lineagoerli_Bytes!] + reconciledCaller_not_in: [lineagoerli_Bytes!] + reconciledCaller_contains: lineagoerli_Bytes + reconciledCaller_not_contains: lineagoerli_Bytes + reconciledTransactionHash: lineagoerli_Bytes + reconciledTransactionHash_not: lineagoerli_Bytes + reconciledTransactionHash_in: [lineagoerli_Bytes!] + reconciledTransactionHash_not_in: [lineagoerli_Bytes!] + reconciledTransactionHash_contains: lineagoerli_Bytes + reconciledTransactionHash_not_contains: lineagoerli_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -80465,16 +81384,12 @@ input stagingoptimismgoerli_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingoptimismgoerli_Bytes - reconciledTxOrigin_not: stagingoptimismgoerli_Bytes - reconciledTxOrigin_gt: stagingoptimismgoerli_Bytes - reconciledTxOrigin_lt: stagingoptimismgoerli_Bytes - reconciledTxOrigin_gte: stagingoptimismgoerli_Bytes - reconciledTxOrigin_lte: stagingoptimismgoerli_Bytes - reconciledTxOrigin_in: [stagingoptimismgoerli_Bytes!] - reconciledTxOrigin_not_in: [stagingoptimismgoerli_Bytes!] - reconciledTxOrigin_contains: stagingoptimismgoerli_Bytes - reconciledTxOrigin_not_contains: stagingoptimismgoerli_Bytes + reconciledTxOrigin: lineagoerli_Bytes + reconciledTxOrigin_not: lineagoerli_Bytes + reconciledTxOrigin_in: [lineagoerli_Bytes!] + reconciledTxOrigin_not_in: [lineagoerli_Bytes!] + reconciledTxOrigin_contains: lineagoerli_Bytes + reconciledTxOrigin_not_contains: lineagoerli_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -80484,12 +81399,10 @@ input stagingoptimismgoerli_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_DestinationTransfer_filter] - or: [stagingoptimismgoerli_DestinationTransfer_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_DestinationTransfer_orderBy { +enum lineagoerli_DestinationTransfer_orderBy { id chainId transferId @@ -80510,14 +81423,6 @@ enum stagingoptimismgoerli_DestinationTransfer_orderBy { normalizedIn canonicalId asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber amount routersFee executedCaller @@ -80529,96 +81434,35 @@ enum stagingoptimismgoerli_DestinationTransfer_orderBy { executedTxOrigin executedTxNonce reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce -} - -""" -8 bytes signed integer - -""" -scalar stagingoptimismgoerli_Int8 - -type stagingoptimismgoerli_OptimisticRootFinalized { - id: ID! - aggregateRoot: stagingoptimismgoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingoptimismgoerli_OptimisticRootFinalized_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!] - aggregateRoot: stagingoptimismgoerli_Bytes - aggregateRoot_not: stagingoptimismgoerli_Bytes - aggregateRoot_gt: stagingoptimismgoerli_Bytes - aggregateRoot_lt: stagingoptimismgoerli_Bytes - aggregateRoot_gte: stagingoptimismgoerli_Bytes - aggregateRoot_lte: stagingoptimismgoerli_Bytes - aggregateRoot_in: [stagingoptimismgoerli_Bytes!] - aggregateRoot_not_in: [stagingoptimismgoerli_Bytes!] - aggregateRoot_contains: stagingoptimismgoerli_Bytes - aggregateRoot_not_contains: stagingoptimismgoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_OptimisticRootFinalized_filter] - or: [stagingoptimismgoerli_OptimisticRootFinalized_filter] -} - -enum stagingoptimismgoerli_OptimisticRootFinalized_orderBy { - id - aggregateRoot - timestamp - blockNumber + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } """Defines the order direction, either ascending or descending""" -enum stagingoptimismgoerli_OrderDirection { +enum lineagoerli_OrderDirection { asc desc } -type stagingoptimismgoerli_OriginMessage { +type lineagoerli_OriginMessage { id: ID! - transferId: stagingoptimismgoerli_Bytes + transferId: lineagoerli_Bytes destinationDomain: BigInt - leaf: stagingoptimismgoerli_Bytes + leaf: lineagoerli_Bytes index: BigInt - message: stagingoptimismgoerli_Bytes - root: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes + message: lineagoerli_Bytes + root: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes blockNumber: BigInt - rootCount: stagingoptimismgoerli_RootCount + rootCount: lineagoerli_RootCount } -input stagingoptimismgoerli_OriginMessage_filter { +input lineagoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -80627,16 +81471,12 @@ input stagingoptimismgoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingoptimismgoerli_Bytes - transferId_not: stagingoptimismgoerli_Bytes - transferId_gt: stagingoptimismgoerli_Bytes - transferId_lt: stagingoptimismgoerli_Bytes - transferId_gte: stagingoptimismgoerli_Bytes - transferId_lte: stagingoptimismgoerli_Bytes - transferId_in: [stagingoptimismgoerli_Bytes!] - transferId_not_in: [stagingoptimismgoerli_Bytes!] - transferId_contains: stagingoptimismgoerli_Bytes - transferId_not_contains: stagingoptimismgoerli_Bytes + transferId: lineagoerli_Bytes + transferId_not: lineagoerli_Bytes + transferId_in: [lineagoerli_Bytes!] + transferId_not_in: [lineagoerli_Bytes!] + transferId_contains: lineagoerli_Bytes + transferId_not_contains: lineagoerli_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -80645,16 +81485,12 @@ input stagingoptimismgoerli_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingoptimismgoerli_Bytes - leaf_not: stagingoptimismgoerli_Bytes - leaf_gt: stagingoptimismgoerli_Bytes - leaf_lt: stagingoptimismgoerli_Bytes - leaf_gte: stagingoptimismgoerli_Bytes - leaf_lte: stagingoptimismgoerli_Bytes - leaf_in: [stagingoptimismgoerli_Bytes!] - leaf_not_in: [stagingoptimismgoerli_Bytes!] - leaf_contains: stagingoptimismgoerli_Bytes - leaf_not_contains: stagingoptimismgoerli_Bytes + leaf: lineagoerli_Bytes + leaf_not: lineagoerli_Bytes + leaf_in: [lineagoerli_Bytes!] + leaf_not_in: [lineagoerli_Bytes!] + leaf_contains: lineagoerli_Bytes + leaf_not_contains: lineagoerli_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -80663,36 +81499,24 @@ input stagingoptimismgoerli_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingoptimismgoerli_Bytes - message_not: stagingoptimismgoerli_Bytes - message_gt: stagingoptimismgoerli_Bytes - message_lt: stagingoptimismgoerli_Bytes - message_gte: stagingoptimismgoerli_Bytes - message_lte: stagingoptimismgoerli_Bytes - message_in: [stagingoptimismgoerli_Bytes!] - message_not_in: [stagingoptimismgoerli_Bytes!] - message_contains: stagingoptimismgoerli_Bytes - message_not_contains: stagingoptimismgoerli_Bytes - root: stagingoptimismgoerli_Bytes - root_not: stagingoptimismgoerli_Bytes - root_gt: stagingoptimismgoerli_Bytes - root_lt: stagingoptimismgoerli_Bytes - root_gte: stagingoptimismgoerli_Bytes - root_lte: stagingoptimismgoerli_Bytes - root_in: [stagingoptimismgoerli_Bytes!] - root_not_in: [stagingoptimismgoerli_Bytes!] - root_contains: stagingoptimismgoerli_Bytes - root_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes + message: lineagoerli_Bytes + message_not: lineagoerli_Bytes + message_in: [lineagoerli_Bytes!] + message_not_in: [lineagoerli_Bytes!] + message_contains: lineagoerli_Bytes + message_not_contains: lineagoerli_Bytes + root: lineagoerli_Bytes + root_not: lineagoerli_Bytes + root_in: [lineagoerli_Bytes!] + root_not_in: [lineagoerli_Bytes!] + root_contains: lineagoerli_Bytes + root_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -80721,14 +81545,12 @@ input stagingoptimismgoerli_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingoptimismgoerli_RootCount_filter + rootCount_: lineagoerli_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_OriginMessage_filter] - or: [stagingoptimismgoerli_OriginMessage_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_OriginMessage_orderBy { +enum lineagoerli_OriginMessage_orderBy { id transferId destinationDomain @@ -80739,46 +81561,44 @@ enum stagingoptimismgoerli_OriginMessage_orderBy { transactionHash blockNumber rootCount - rootCount__id - rootCount__count } -type stagingoptimismgoerli_OriginTransfer { +type lineagoerli_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingoptimismgoerli_Bytes + transferId: lineagoerli_Bytes nonce: BigInt - status: stagingoptimismgoerli_TransferStatus - messageHash: stagingoptimismgoerli_Bytes + status: lineagoerli_TransferStatus + messageHash: lineagoerli_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingoptimismgoerli_Bytes - delegate: stagingoptimismgoerli_Bytes + to: lineagoerli_Bytes + delegate: lineagoerli_Bytes receiveLocal: Boolean - callData: stagingoptimismgoerli_Bytes + callData: lineagoerli_Bytes slippage: BigInt - originSender: stagingoptimismgoerli_Bytes + originSender: lineagoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingoptimismgoerli_Bytes - asset: stagingoptimismgoerli_Asset - transactingAsset: stagingoptimismgoerli_Bytes - message: stagingoptimismgoerli_OriginMessage + canonicalId: lineagoerli_Bytes + asset: lineagoerli_Asset + transactingAsset: lineagoerli_Bytes + message: lineagoerli_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_RelayerFee_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_RelayerFee_filter): [stagingoptimismgoerli_RelayerFee!] - initialRelayerFeeAsset: stagingoptimismgoerli_Bytes - caller: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_RelayerFee_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_RelayerFee_filter): [lineagoerli_RelayerFee!] + initialRelayerFeeAsset: lineagoerli_Bytes + caller: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingoptimismgoerli_Bytes + txOrigin: lineagoerli_Bytes txNonce: BigInt } -input stagingoptimismgoerli_OriginTransfer_filter { +input lineagoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -80795,16 +81615,12 @@ input stagingoptimismgoerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingoptimismgoerli_Bytes - transferId_not: stagingoptimismgoerli_Bytes - transferId_gt: stagingoptimismgoerli_Bytes - transferId_lt: stagingoptimismgoerli_Bytes - transferId_gte: stagingoptimismgoerli_Bytes - transferId_lte: stagingoptimismgoerli_Bytes - transferId_in: [stagingoptimismgoerli_Bytes!] - transferId_not_in: [stagingoptimismgoerli_Bytes!] - transferId_contains: stagingoptimismgoerli_Bytes - transferId_not_contains: stagingoptimismgoerli_Bytes + transferId: lineagoerli_Bytes + transferId_not: lineagoerli_Bytes + transferId_in: [lineagoerli_Bytes!] + transferId_not_in: [lineagoerli_Bytes!] + transferId_contains: lineagoerli_Bytes + transferId_not_contains: lineagoerli_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -80813,20 +81629,16 @@ input stagingoptimismgoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingoptimismgoerli_TransferStatus - status_not: stagingoptimismgoerli_TransferStatus - status_in: [stagingoptimismgoerli_TransferStatus!] - status_not_in: [stagingoptimismgoerli_TransferStatus!] - messageHash: stagingoptimismgoerli_Bytes - messageHash_not: stagingoptimismgoerli_Bytes - messageHash_gt: stagingoptimismgoerli_Bytes - messageHash_lt: stagingoptimismgoerli_Bytes - messageHash_gte: stagingoptimismgoerli_Bytes - messageHash_lte: stagingoptimismgoerli_Bytes - messageHash_in: [stagingoptimismgoerli_Bytes!] - messageHash_not_in: [stagingoptimismgoerli_Bytes!] - messageHash_contains: stagingoptimismgoerli_Bytes - messageHash_not_contains: stagingoptimismgoerli_Bytes + status: lineagoerli_TransferStatus + status_not: lineagoerli_TransferStatus + status_in: [lineagoerli_TransferStatus!] + status_not_in: [lineagoerli_TransferStatus!] + messageHash: lineagoerli_Bytes + messageHash_not: lineagoerli_Bytes + messageHash_in: [lineagoerli_Bytes!] + messageHash_not_in: [lineagoerli_Bytes!] + messageHash_contains: lineagoerli_Bytes + messageHash_not_contains: lineagoerli_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -80851,40 +81663,28 @@ input stagingoptimismgoerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingoptimismgoerli_Bytes - to_not: stagingoptimismgoerli_Bytes - to_gt: stagingoptimismgoerli_Bytes - to_lt: stagingoptimismgoerli_Bytes - to_gte: stagingoptimismgoerli_Bytes - to_lte: stagingoptimismgoerli_Bytes - to_in: [stagingoptimismgoerli_Bytes!] - to_not_in: [stagingoptimismgoerli_Bytes!] - to_contains: stagingoptimismgoerli_Bytes - to_not_contains: stagingoptimismgoerli_Bytes - delegate: stagingoptimismgoerli_Bytes - delegate_not: stagingoptimismgoerli_Bytes - delegate_gt: stagingoptimismgoerli_Bytes - delegate_lt: stagingoptimismgoerli_Bytes - delegate_gte: stagingoptimismgoerli_Bytes - delegate_lte: stagingoptimismgoerli_Bytes - delegate_in: [stagingoptimismgoerli_Bytes!] - delegate_not_in: [stagingoptimismgoerli_Bytes!] - delegate_contains: stagingoptimismgoerli_Bytes - delegate_not_contains: stagingoptimismgoerli_Bytes + to: lineagoerli_Bytes + to_not: lineagoerli_Bytes + to_in: [lineagoerli_Bytes!] + to_not_in: [lineagoerli_Bytes!] + to_contains: lineagoerli_Bytes + to_not_contains: lineagoerli_Bytes + delegate: lineagoerli_Bytes + delegate_not: lineagoerli_Bytes + delegate_in: [lineagoerli_Bytes!] + delegate_not_in: [lineagoerli_Bytes!] + delegate_contains: lineagoerli_Bytes + delegate_not_contains: lineagoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingoptimismgoerli_Bytes - callData_not: stagingoptimismgoerli_Bytes - callData_gt: stagingoptimismgoerli_Bytes - callData_lt: stagingoptimismgoerli_Bytes - callData_gte: stagingoptimismgoerli_Bytes - callData_lte: stagingoptimismgoerli_Bytes - callData_in: [stagingoptimismgoerli_Bytes!] - callData_not_in: [stagingoptimismgoerli_Bytes!] - callData_contains: stagingoptimismgoerli_Bytes - callData_not_contains: stagingoptimismgoerli_Bytes + callData: lineagoerli_Bytes + callData_not: lineagoerli_Bytes + callData_in: [lineagoerli_Bytes!] + callData_not_in: [lineagoerli_Bytes!] + callData_contains: lineagoerli_Bytes + callData_not_contains: lineagoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -80893,16 +81693,12 @@ input stagingoptimismgoerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingoptimismgoerli_Bytes - originSender_not: stagingoptimismgoerli_Bytes - originSender_gt: stagingoptimismgoerli_Bytes - originSender_lt: stagingoptimismgoerli_Bytes - originSender_gte: stagingoptimismgoerli_Bytes - originSender_lte: stagingoptimismgoerli_Bytes - originSender_in: [stagingoptimismgoerli_Bytes!] - originSender_not_in: [stagingoptimismgoerli_Bytes!] - originSender_contains: stagingoptimismgoerli_Bytes - originSender_not_contains: stagingoptimismgoerli_Bytes + originSender: lineagoerli_Bytes + originSender_not: lineagoerli_Bytes + originSender_in: [lineagoerli_Bytes!] + originSender_not_in: [lineagoerli_Bytes!] + originSender_contains: lineagoerli_Bytes + originSender_not_contains: lineagoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -80919,16 +81715,12 @@ input stagingoptimismgoerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingoptimismgoerli_Bytes - canonicalId_not: stagingoptimismgoerli_Bytes - canonicalId_gt: stagingoptimismgoerli_Bytes - canonicalId_lt: stagingoptimismgoerli_Bytes - canonicalId_gte: stagingoptimismgoerli_Bytes - canonicalId_lte: stagingoptimismgoerli_Bytes - canonicalId_in: [stagingoptimismgoerli_Bytes!] - canonicalId_not_in: [stagingoptimismgoerli_Bytes!] - canonicalId_contains: stagingoptimismgoerli_Bytes - canonicalId_not_contains: stagingoptimismgoerli_Bytes + canonicalId: lineagoerli_Bytes + canonicalId_not: lineagoerli_Bytes + canonicalId_in: [lineagoerli_Bytes!] + canonicalId_not_in: [lineagoerli_Bytes!] + canonicalId_contains: lineagoerli_Bytes + canonicalId_not_contains: lineagoerli_Bytes asset: String asset_not: String asset_gt: String @@ -80949,17 +81741,13 @@ input stagingoptimismgoerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingoptimismgoerli_Asset_filter - transactingAsset: stagingoptimismgoerli_Bytes - transactingAsset_not: stagingoptimismgoerli_Bytes - transactingAsset_gt: stagingoptimismgoerli_Bytes - transactingAsset_lt: stagingoptimismgoerli_Bytes - transactingAsset_gte: stagingoptimismgoerli_Bytes - transactingAsset_lte: stagingoptimismgoerli_Bytes - transactingAsset_in: [stagingoptimismgoerli_Bytes!] - transactingAsset_not_in: [stagingoptimismgoerli_Bytes!] - transactingAsset_contains: stagingoptimismgoerli_Bytes - transactingAsset_not_contains: stagingoptimismgoerli_Bytes + asset_: lineagoerli_Asset_filter + transactingAsset: lineagoerli_Bytes + transactingAsset_not: lineagoerli_Bytes + transactingAsset_in: [lineagoerli_Bytes!] + transactingAsset_not_in: [lineagoerli_Bytes!] + transactingAsset_contains: lineagoerli_Bytes + transactingAsset_not_contains: lineagoerli_Bytes message: String message_not: String message_gt: String @@ -80980,7 +81768,7 @@ input stagingoptimismgoerli_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingoptimismgoerli_OriginMessage_filter + message_: lineagoerli_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -80995,37 +81783,25 @@ input stagingoptimismgoerli_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingoptimismgoerli_RelayerFee_filter - initialRelayerFeeAsset: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_not: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_gt: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_lt: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_gte: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_lte: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_in: [stagingoptimismgoerli_Bytes!] - initialRelayerFeeAsset_not_in: [stagingoptimismgoerli_Bytes!] - initialRelayerFeeAsset_contains: stagingoptimismgoerli_Bytes - initialRelayerFeeAsset_not_contains: stagingoptimismgoerli_Bytes - caller: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes + relayerFees_: lineagoerli_RelayerFee_filter + initialRelayerFeeAsset: lineagoerli_Bytes + initialRelayerFeeAsset_not: lineagoerli_Bytes + initialRelayerFeeAsset_in: [lineagoerli_Bytes!] + initialRelayerFeeAsset_not_in: [lineagoerli_Bytes!] + initialRelayerFeeAsset_contains: lineagoerli_Bytes + initialRelayerFeeAsset_not_contains: lineagoerli_Bytes + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -81058,16 +81834,12 @@ input stagingoptimismgoerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingoptimismgoerli_Bytes - txOrigin_not: stagingoptimismgoerli_Bytes - txOrigin_gt: stagingoptimismgoerli_Bytes - txOrigin_lt: stagingoptimismgoerli_Bytes - txOrigin_gte: stagingoptimismgoerli_Bytes - txOrigin_lte: stagingoptimismgoerli_Bytes - txOrigin_in: [stagingoptimismgoerli_Bytes!] - txOrigin_not_in: [stagingoptimismgoerli_Bytes!] - txOrigin_contains: stagingoptimismgoerli_Bytes - txOrigin_not_contains: stagingoptimismgoerli_Bytes + txOrigin: lineagoerli_Bytes + txOrigin_not: lineagoerli_Bytes + txOrigin_in: [lineagoerli_Bytes!] + txOrigin_not_in: [lineagoerli_Bytes!] + txOrigin_contains: lineagoerli_Bytes + txOrigin_not_contains: lineagoerli_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -81077,12 +81849,10 @@ input stagingoptimismgoerli_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_OriginTransfer_filter] - or: [stagingoptimismgoerli_OriginTransfer_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_OriginTransfer_orderBy { +enum lineagoerli_OriginTransfer_orderBy { id chainId transferId @@ -81102,25 +81872,8 @@ enum stagingoptimismgoerli_OriginTransfer_orderBy { normalizedIn canonicalId asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber transactingAsset message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber bumpRelayerFeeCount relayerFees initialRelayerFeeAsset @@ -81134,20 +81887,20 @@ enum stagingoptimismgoerli_OriginTransfer_orderBy { txNonce } -type stagingoptimismgoerli_Relayer { +type lineagoerli_Relayer { id: ID! isActive: Boolean! - relayer: stagingoptimismgoerli_Bytes + relayer: lineagoerli_Bytes } -type stagingoptimismgoerli_RelayerFee { +type lineagoerli_RelayerFee { id: ID! - transfer: stagingoptimismgoerli_OriginTransfer! + transfer: lineagoerli_OriginTransfer! fee: BigInt! - asset: stagingoptimismgoerli_Bytes! + asset: lineagoerli_Bytes! } -input stagingoptimismgoerli_RelayerFee_filter { +input lineagoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -81176,7 +81929,7 @@ input stagingoptimismgoerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingoptimismgoerli_OriginTransfer_filter + transfer_: lineagoerli_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -81185,72 +81938,37 @@ input stagingoptimismgoerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingoptimismgoerli_Bytes - asset_not: stagingoptimismgoerli_Bytes - asset_gt: stagingoptimismgoerli_Bytes - asset_lt: stagingoptimismgoerli_Bytes - asset_gte: stagingoptimismgoerli_Bytes - asset_lte: stagingoptimismgoerli_Bytes - asset_in: [stagingoptimismgoerli_Bytes!] - asset_not_in: [stagingoptimismgoerli_Bytes!] - asset_contains: stagingoptimismgoerli_Bytes - asset_not_contains: stagingoptimismgoerli_Bytes + asset: lineagoerli_Bytes + asset_not: lineagoerli_Bytes + asset_in: [lineagoerli_Bytes!] + asset_not_in: [lineagoerli_Bytes!] + asset_contains: lineagoerli_Bytes + asset_not_contains: lineagoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RelayerFee_filter] - or: [stagingoptimismgoerli_RelayerFee_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_RelayerFee_orderBy { +enum lineagoerli_RelayerFee_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce fee asset } -type stagingoptimismgoerli_RelayerFeesIncrease { +type lineagoerli_RelayerFeesIncrease { id: ID! - transfer: stagingoptimismgoerli_OriginTransfer! + transfer: lineagoerli_OriginTransfer! increase: BigInt - asset: stagingoptimismgoerli_Bytes - caller: stagingoptimismgoerli_Bytes! - transactionHash: stagingoptimismgoerli_Bytes! + asset: lineagoerli_Bytes + caller: lineagoerli_Bytes! + transactionHash: lineagoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingoptimismgoerli_RelayerFeesIncrease_filter { +input lineagoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -81263,61 +81981,49 @@ input stagingoptimismgoerli_RelayerFeesIncrease_filter { transfer_not: String transfer_gt: String transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingoptimismgoerli_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: stagingoptimismgoerli_Bytes - asset_not: stagingoptimismgoerli_Bytes - asset_gt: stagingoptimismgoerli_Bytes - asset_lt: stagingoptimismgoerli_Bytes - asset_gte: stagingoptimismgoerli_Bytes - asset_lte: stagingoptimismgoerli_Bytes - asset_in: [stagingoptimismgoerli_Bytes!] - asset_not_in: [stagingoptimismgoerli_Bytes!] - asset_contains: stagingoptimismgoerli_Bytes - asset_not_contains: stagingoptimismgoerli_Bytes - caller: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: lineagoerli_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: lineagoerli_Bytes + asset_not: lineagoerli_Bytes + asset_in: [lineagoerli_Bytes!] + asset_not_in: [lineagoerli_Bytes!] + asset_contains: lineagoerli_Bytes + asset_not_contains: lineagoerli_Bytes + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -81351,43 +82057,12 @@ input stagingoptimismgoerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RelayerFeesIncrease_filter] - or: [stagingoptimismgoerli_RelayerFeesIncrease_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_RelayerFeesIncrease_orderBy { +enum lineagoerli_RelayerFeesIncrease_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce increase asset caller @@ -81398,7 +82073,7 @@ enum stagingoptimismgoerli_RelayerFeesIncrease_orderBy { blockNumber } -input stagingoptimismgoerli_Relayer_filter { +input lineagoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -81411,34 +82086,28 @@ input stagingoptimismgoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingoptimismgoerli_Bytes - relayer_not: stagingoptimismgoerli_Bytes - relayer_gt: stagingoptimismgoerli_Bytes - relayer_lt: stagingoptimismgoerli_Bytes - relayer_gte: stagingoptimismgoerli_Bytes - relayer_lte: stagingoptimismgoerli_Bytes - relayer_in: [stagingoptimismgoerli_Bytes!] - relayer_not_in: [stagingoptimismgoerli_Bytes!] - relayer_contains: stagingoptimismgoerli_Bytes - relayer_not_contains: stagingoptimismgoerli_Bytes + relayer: lineagoerli_Bytes + relayer_not: lineagoerli_Bytes + relayer_in: [lineagoerli_Bytes!] + relayer_not_in: [lineagoerli_Bytes!] + relayer_contains: lineagoerli_Bytes + relayer_not_contains: lineagoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Relayer_filter] - or: [stagingoptimismgoerli_Relayer_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_Relayer_orderBy { +enum lineagoerli_Relayer_orderBy { id isActive relayer } -type stagingoptimismgoerli_RootCount { +type lineagoerli_RootCount { id: ID! count: BigInt } -input stagingoptimismgoerli_RootCount_filter { +input lineagoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -81456,31 +82125,29 @@ input stagingoptimismgoerli_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RootCount_filter] - or: [stagingoptimismgoerli_RootCount_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_RootCount_orderBy { +enum lineagoerli_RootCount_orderBy { id count } -type stagingoptimismgoerli_RootMessageSent { +type lineagoerli_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingoptimismgoerli_Bytes + root: lineagoerli_Bytes count: BigInt - caller: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes + caller: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingoptimismgoerli_RootMessageSent_filter { +input lineagoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -81505,16 +82172,12 @@ input stagingoptimismgoerli_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingoptimismgoerli_Bytes - root_not: stagingoptimismgoerli_Bytes - root_gt: stagingoptimismgoerli_Bytes - root_lt: stagingoptimismgoerli_Bytes - root_gte: stagingoptimismgoerli_Bytes - root_lte: stagingoptimismgoerli_Bytes - root_in: [stagingoptimismgoerli_Bytes!] - root_not_in: [stagingoptimismgoerli_Bytes!] - root_contains: stagingoptimismgoerli_Bytes - root_not_contains: stagingoptimismgoerli_Bytes + root: lineagoerli_Bytes + root_not: lineagoerli_Bytes + root_in: [lineagoerli_Bytes!] + root_not_in: [lineagoerli_Bytes!] + root_contains: lineagoerli_Bytes + root_not_contains: lineagoerli_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -81523,26 +82186,18 @@ input stagingoptimismgoerli_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -81576,12 +82231,10 @@ input stagingoptimismgoerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RootMessageSent_filter] - or: [stagingoptimismgoerli_RootMessageSent_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_RootMessageSent_orderBy { +enum lineagoerli_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -81595,25 +82248,25 @@ enum stagingoptimismgoerli_RootMessageSent_orderBy { blockNumber } -type stagingoptimismgoerli_Router { +type lineagoerli_Router { id: ID! isActive: Boolean! - owner: stagingoptimismgoerli_Bytes - recipient: stagingoptimismgoerli_Bytes - proposedOwner: stagingoptimismgoerli_Bytes + owner: lineagoerli_Bytes + recipient: lineagoerli_Bytes + proposedOwner: lineagoerli_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_AssetBalance_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_AssetBalance_filter): [stagingoptimismgoerli_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: lineagoerli_AssetBalance_orderBy, orderDirection: lineagoerli_OrderDirection, where: lineagoerli_AssetBalance_filter): [lineagoerli_AssetBalance!]! } -type stagingoptimismgoerli_RouterDailyTVL { +type lineagoerli_RouterDailyTVL { id: ID! - router: stagingoptimismgoerli_Router! - asset: stagingoptimismgoerli_Asset! + router: lineagoerli_Router! + asset: lineagoerli_Asset! timestamp: BigInt! balance: BigInt! } -input stagingoptimismgoerli_RouterDailyTVL_filter { +input lineagoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -81642,7 +82295,7 @@ input stagingoptimismgoerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingoptimismgoerli_Router_filter + router_: lineagoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -81663,7 +82316,7 @@ input stagingoptimismgoerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingoptimismgoerli_Asset_filter + asset_: lineagoerli_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -81681,34 +82334,18 @@ input stagingoptimismgoerli_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_RouterDailyTVL_filter] - or: [stagingoptimismgoerli_RouterDailyTVL_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_RouterDailyTVL_orderBy { +enum lineagoerli_RouterDailyTVL_orderBy { id router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber timestamp balance } -input stagingoptimismgoerli_Router_filter { +input lineagoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -81721,36 +82358,24 @@ input stagingoptimismgoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingoptimismgoerli_Bytes - owner_not: stagingoptimismgoerli_Bytes - owner_gt: stagingoptimismgoerli_Bytes - owner_lt: stagingoptimismgoerli_Bytes - owner_gte: stagingoptimismgoerli_Bytes - owner_lte: stagingoptimismgoerli_Bytes - owner_in: [stagingoptimismgoerli_Bytes!] - owner_not_in: [stagingoptimismgoerli_Bytes!] - owner_contains: stagingoptimismgoerli_Bytes - owner_not_contains: stagingoptimismgoerli_Bytes - recipient: stagingoptimismgoerli_Bytes - recipient_not: stagingoptimismgoerli_Bytes - recipient_gt: stagingoptimismgoerli_Bytes - recipient_lt: stagingoptimismgoerli_Bytes - recipient_gte: stagingoptimismgoerli_Bytes - recipient_lte: stagingoptimismgoerli_Bytes - recipient_in: [stagingoptimismgoerli_Bytes!] - recipient_not_in: [stagingoptimismgoerli_Bytes!] - recipient_contains: stagingoptimismgoerli_Bytes - recipient_not_contains: stagingoptimismgoerli_Bytes - proposedOwner: stagingoptimismgoerli_Bytes - proposedOwner_not: stagingoptimismgoerli_Bytes - proposedOwner_gt: stagingoptimismgoerli_Bytes - proposedOwner_lt: stagingoptimismgoerli_Bytes - proposedOwner_gte: stagingoptimismgoerli_Bytes - proposedOwner_lte: stagingoptimismgoerli_Bytes - proposedOwner_in: [stagingoptimismgoerli_Bytes!] - proposedOwner_not_in: [stagingoptimismgoerli_Bytes!] - proposedOwner_contains: stagingoptimismgoerli_Bytes - proposedOwner_not_contains: stagingoptimismgoerli_Bytes + owner: lineagoerli_Bytes + owner_not: lineagoerli_Bytes + owner_in: [lineagoerli_Bytes!] + owner_not_in: [lineagoerli_Bytes!] + owner_contains: lineagoerli_Bytes + owner_not_contains: lineagoerli_Bytes + recipient: lineagoerli_Bytes + recipient_not: lineagoerli_Bytes + recipient_in: [lineagoerli_Bytes!] + recipient_not_in: [lineagoerli_Bytes!] + recipient_contains: lineagoerli_Bytes + recipient_not_contains: lineagoerli_Bytes + proposedOwner: lineagoerli_Bytes + proposedOwner_not: lineagoerli_Bytes + proposedOwner_in: [lineagoerli_Bytes!] + proposedOwner_not_in: [lineagoerli_Bytes!] + proposedOwner_contains: lineagoerli_Bytes + proposedOwner_not_contains: lineagoerli_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -81759,14 +82384,12 @@ input stagingoptimismgoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingoptimismgoerli_AssetBalance_filter + assetBalances_: lineagoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Router_filter] - or: [stagingoptimismgoerli_Router_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_Router_orderBy { +enum lineagoerli_Router_orderBy { id isActive owner @@ -81776,13 +82399,13 @@ enum stagingoptimismgoerli_Router_orderBy { assetBalances } -type stagingoptimismgoerli_Sequencer { +type lineagoerli_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingoptimismgoerli_Bytes + sequencer: lineagoerli_Bytes } -input stagingoptimismgoerli_Sequencer_filter { +input lineagoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -81795,35 +82418,29 @@ input stagingoptimismgoerli_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingoptimismgoerli_Bytes - sequencer_not: stagingoptimismgoerli_Bytes - sequencer_gt: stagingoptimismgoerli_Bytes - sequencer_lt: stagingoptimismgoerli_Bytes - sequencer_gte: stagingoptimismgoerli_Bytes - sequencer_lte: stagingoptimismgoerli_Bytes - sequencer_in: [stagingoptimismgoerli_Bytes!] - sequencer_not_in: [stagingoptimismgoerli_Bytes!] - sequencer_contains: stagingoptimismgoerli_Bytes - sequencer_not_contains: stagingoptimismgoerli_Bytes + sequencer: lineagoerli_Bytes + sequencer_not: lineagoerli_Bytes + sequencer_in: [lineagoerli_Bytes!] + sequencer_not_in: [lineagoerli_Bytes!] + sequencer_contains: lineagoerli_Bytes + sequencer_not_contains: lineagoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Sequencer_filter] - or: [stagingoptimismgoerli_Sequencer_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_Sequencer_orderBy { +enum lineagoerli_Sequencer_orderBy { id isActive sequencer } -type stagingoptimismgoerli_Setting { +type lineagoerli_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingoptimismgoerli_Bytes! + caller: lineagoerli_Bytes! } -input stagingoptimismgoerli_Setting_filter { +input lineagoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -81840,41 +82457,35 @@ input stagingoptimismgoerli_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_Setting_filter] - or: [stagingoptimismgoerli_Setting_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_Setting_orderBy { +enum lineagoerli_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingoptimismgoerli_SlippageUpdate { +type lineagoerli_SlippageUpdate { id: ID! - transfer: stagingoptimismgoerli_DestinationTransfer! + transfer: lineagoerli_DestinationTransfer! slippage: BigInt! - caller: stagingoptimismgoerli_Bytes! - transactionHash: stagingoptimismgoerli_Bytes! + caller: lineagoerli_Bytes! + transactionHash: lineagoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingoptimismgoerli_SlippageUpdate_filter { +input lineagoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -81892,176 +82503,38 @@ input stagingoptimismgoerli_SlippageUpdate_filter { transfer_in: [String!] transfer_not_in: [String!] transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingoptimismgoerli_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: stagingoptimismgoerli_Bytes - caller_not: stagingoptimismgoerli_Bytes - caller_gt: stagingoptimismgoerli_Bytes - caller_lt: stagingoptimismgoerli_Bytes - caller_gte: stagingoptimismgoerli_Bytes - caller_lte: stagingoptimismgoerli_Bytes - caller_in: [stagingoptimismgoerli_Bytes!] - caller_not_in: [stagingoptimismgoerli_Bytes!] - caller_contains: stagingoptimismgoerli_Bytes - caller_not_contains: stagingoptimismgoerli_Bytes - transactionHash: stagingoptimismgoerli_Bytes - transactionHash_not: stagingoptimismgoerli_Bytes - transactionHash_gt: stagingoptimismgoerli_Bytes - transactionHash_lt: stagingoptimismgoerli_Bytes - transactionHash_gte: stagingoptimismgoerli_Bytes - transactionHash_lte: stagingoptimismgoerli_Bytes - transactionHash_in: [stagingoptimismgoerli_Bytes!] - transactionHash_not_in: [stagingoptimismgoerli_Bytes!] - transactionHash_contains: stagingoptimismgoerli_Bytes - transactionHash_not_contains: stagingoptimismgoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_SlippageUpdate_filter] - or: [stagingoptimismgoerli_SlippageUpdate_filter] -} - -enum stagingoptimismgoerli_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type stagingoptimismgoerli_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: stagingoptimismgoerli_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input stagingoptimismgoerli_SnapshotRoot_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!] - root: stagingoptimismgoerli_Bytes - root_not: stagingoptimismgoerli_Bytes - root_gt: stagingoptimismgoerli_Bytes - root_lt: stagingoptimismgoerli_Bytes - root_gte: stagingoptimismgoerli_Bytes - root_lte: stagingoptimismgoerli_Bytes - root_in: [stagingoptimismgoerli_Bytes!] - root_not_in: [stagingoptimismgoerli_Bytes!] - root_contains: stagingoptimismgoerli_Bytes - root_not_contains: stagingoptimismgoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: lineagoerli_DestinationTransfer_filter + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + caller: lineagoerli_Bytes + caller_not: lineagoerli_Bytes + caller_in: [lineagoerli_Bytes!] + caller_not_in: [lineagoerli_Bytes!] + caller_contains: lineagoerli_Bytes + caller_not_contains: lineagoerli_Bytes + transactionHash: lineagoerli_Bytes + transactionHash_not: lineagoerli_Bytes + transactionHash_in: [lineagoerli_Bytes!] + transactionHash_not_in: [lineagoerli_Bytes!] + transactionHash_contains: lineagoerli_Bytes + transactionHash_not_contains: lineagoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -82070,6 +82543,22 @@ input stagingoptimismgoerli_SnapshotRoot_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -82079,66 +82568,22 @@ input stagingoptimismgoerli_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_SnapshotRoot_filter] - or: [stagingoptimismgoerli_SnapshotRoot_filter] + _change_block: lineagoerli_BlockChangedFilter } -enum stagingoptimismgoerli_SnapshotRoot_orderBy { +enum lineagoerli_SlippageUpdate_orderBy { id - spokeDomain - root - count + transfer + slippage + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -type stagingoptimismgoerli_SpokeConnectorMode { - id: ID! - mode: String! -} - -input stagingoptimismgoerli_SpokeConnectorMode_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!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: stagingoptimismgoerli_BlockChangedFilter - and: [stagingoptimismgoerli_SpokeConnectorMode_filter] - or: [stagingoptimismgoerli_SpokeConnectorMode_filter] -} - -enum stagingoptimismgoerli_SpokeConnectorMode_orderBy { - id - mode -} - -enum stagingoptimismgoerli_TransferStatus { +enum lineagoerli_TransferStatus { XCalled Executed Reconciled @@ -82146,9 +82591,9 @@ enum stagingoptimismgoerli_TransferStatus { CompletedFast } -type stagingoptimismgoerli__Block_ { +type lineagoerli__Block_ { """The hash of the block""" - hash: stagingoptimismgoerli_Bytes + hash: lineagoerli_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -82156,7 +82601,7 @@ type stagingoptimismgoerli__Block_ { } """The type for the top-level _meta field""" -type stagingoptimismgoerli__Meta_ { +type lineagoerli__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -82164,22 +82609,22 @@ type stagingoptimismgoerli__Meta_ { and therefore asks for the latest block """ - block: stagingoptimismgoerli__Block_! + block: lineagoerli__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingarbitrumgoerli_AggregateRoot { +type stagingoptimismgoerli_AggregateRoot { id: ID! - root: stagingarbitrumgoerli_Bytes! + root: stagingoptimismgoerli_Bytes! blockNumber: BigInt! } -type stagingarbitrumgoerli_AggregateRootProposed { +type stagingoptimismgoerli_AggregateRootProposed { id: ID! - aggregateRoot: stagingarbitrumgoerli_Bytes! + aggregateRoot: stagingoptimismgoerli_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -82187,7 +82632,7 @@ type stagingarbitrumgoerli_AggregateRootProposed { blockNumber: BigInt } -input stagingarbitrumgoerli_AggregateRootProposed_filter { +input stagingoptimismgoerli_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -82196,16 +82641,16 @@ input stagingarbitrumgoerli_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingarbitrumgoerli_Bytes - aggregateRoot_not: stagingarbitrumgoerli_Bytes - aggregateRoot_gt: stagingarbitrumgoerli_Bytes - aggregateRoot_lt: stagingarbitrumgoerli_Bytes - aggregateRoot_gte: stagingarbitrumgoerli_Bytes - aggregateRoot_lte: stagingarbitrumgoerli_Bytes - aggregateRoot_in: [stagingarbitrumgoerli_Bytes!] - aggregateRoot_not_in: [stagingarbitrumgoerli_Bytes!] - aggregateRoot_contains: stagingarbitrumgoerli_Bytes - aggregateRoot_not_contains: stagingarbitrumgoerli_Bytes + aggregateRoot: stagingoptimismgoerli_Bytes + aggregateRoot_not: stagingoptimismgoerli_Bytes + aggregateRoot_gt: stagingoptimismgoerli_Bytes + aggregateRoot_lt: stagingoptimismgoerli_Bytes + aggregateRoot_gte: stagingoptimismgoerli_Bytes + aggregateRoot_lte: stagingoptimismgoerli_Bytes + aggregateRoot_in: [stagingoptimismgoerli_Bytes!] + aggregateRoot_not_in: [stagingoptimismgoerli_Bytes!] + aggregateRoot_contains: stagingoptimismgoerli_Bytes + aggregateRoot_not_contains: stagingoptimismgoerli_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -82247,372 +82692,22 @@ input stagingarbitrumgoerli_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_AggregateRootProposed_filter] - or: [stagingarbitrumgoerli_AggregateRootProposed_filter] -} - -enum stagingarbitrumgoerli_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input stagingarbitrumgoerli_AggregateRoot_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!] - root: stagingarbitrumgoerli_Bytes - root_not: stagingarbitrumgoerli_Bytes - root_gt: stagingarbitrumgoerli_Bytes - root_lt: stagingarbitrumgoerli_Bytes - root_gte: stagingarbitrumgoerli_Bytes - root_lte: stagingarbitrumgoerli_Bytes - root_in: [stagingarbitrumgoerli_Bytes!] - root_not_in: [stagingarbitrumgoerli_Bytes!] - root_contains: stagingarbitrumgoerli_Bytes - root_not_contains: stagingarbitrumgoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_AggregateRoot_filter] - or: [stagingarbitrumgoerli_AggregateRoot_filter] -} - -enum stagingarbitrumgoerli_AggregateRoot_orderBy { - id - root - blockNumber -} - -type stagingarbitrumgoerli_Asset { - id: ID! - key: stagingarbitrumgoerli_Bytes - decimal: BigInt - canonicalId: stagingarbitrumgoerli_Bytes - canonicalDomain: BigInt - adoptedAsset: stagingarbitrumgoerli_Bytes - localAsset: stagingarbitrumgoerli_Bytes - blockNumber: BigInt - status: stagingarbitrumgoerli_AssetStatus -} - -type stagingarbitrumgoerli_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingarbitrumgoerli_Router! - asset: stagingarbitrumgoerli_Asset! - feesEarned: BigInt! -} - -input stagingarbitrumgoerli_AssetBalance_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!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - locked: BigInt - locked_not: BigInt - locked_gt: BigInt - locked_lt: BigInt - locked_gte: BigInt - locked_lte: BigInt - locked_in: [BigInt!] - locked_not_in: [BigInt!] - supplied: BigInt - supplied_not: BigInt - supplied_gt: BigInt - supplied_lt: BigInt - supplied_gte: BigInt - supplied_lte: BigInt - supplied_in: [BigInt!] - supplied_not_in: [BigInt!] - removed: BigInt - removed_not: BigInt - removed_gt: BigInt - removed_lt: BigInt - removed_gte: BigInt - removed_lte: BigInt - removed_in: [BigInt!] - removed_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingarbitrumgoerli_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingarbitrumgoerli_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_AssetBalance_filter] - or: [stagingarbitrumgoerli_AssetBalance_filter] -} - -enum stagingarbitrumgoerli_AssetBalance_orderBy { - id - amount - locked - supplied - removed - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - feesEarned -} - -type stagingarbitrumgoerli_AssetStatus { - id: ID! - status: Boolean -} - -input stagingarbitrumgoerli_AssetStatus_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!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_AssetStatus_filter] - or: [stagingarbitrumgoerli_AssetStatus_filter] -} - -enum stagingarbitrumgoerli_AssetStatus_orderBy { - id - status -} - -input stagingarbitrumgoerli_Asset_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!] - key: stagingarbitrumgoerli_Bytes - key_not: stagingarbitrumgoerli_Bytes - key_gt: stagingarbitrumgoerli_Bytes - key_lt: stagingarbitrumgoerli_Bytes - key_gte: stagingarbitrumgoerli_Bytes - key_lte: stagingarbitrumgoerli_Bytes - key_in: [stagingarbitrumgoerli_Bytes!] - key_not_in: [stagingarbitrumgoerli_Bytes!] - key_contains: stagingarbitrumgoerli_Bytes - key_not_contains: stagingarbitrumgoerli_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - canonicalId: stagingarbitrumgoerli_Bytes - canonicalId_not: stagingarbitrumgoerli_Bytes - canonicalId_gt: stagingarbitrumgoerli_Bytes - canonicalId_lt: stagingarbitrumgoerli_Bytes - canonicalId_gte: stagingarbitrumgoerli_Bytes - canonicalId_lte: stagingarbitrumgoerli_Bytes - canonicalId_in: [stagingarbitrumgoerli_Bytes!] - canonicalId_not_in: [stagingarbitrumgoerli_Bytes!] - canonicalId_contains: stagingarbitrumgoerli_Bytes - canonicalId_not_contains: stagingarbitrumgoerli_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingarbitrumgoerli_Bytes - adoptedAsset_not: stagingarbitrumgoerli_Bytes - adoptedAsset_gt: stagingarbitrumgoerli_Bytes - adoptedAsset_lt: stagingarbitrumgoerli_Bytes - adoptedAsset_gte: stagingarbitrumgoerli_Bytes - adoptedAsset_lte: stagingarbitrumgoerli_Bytes - adoptedAsset_in: [stagingarbitrumgoerli_Bytes!] - adoptedAsset_not_in: [stagingarbitrumgoerli_Bytes!] - adoptedAsset_contains: stagingarbitrumgoerli_Bytes - adoptedAsset_not_contains: stagingarbitrumgoerli_Bytes - localAsset: stagingarbitrumgoerli_Bytes - localAsset_not: stagingarbitrumgoerli_Bytes - localAsset_gt: stagingarbitrumgoerli_Bytes - localAsset_lt: stagingarbitrumgoerli_Bytes - localAsset_gte: stagingarbitrumgoerli_Bytes - localAsset_lte: stagingarbitrumgoerli_Bytes - localAsset_in: [stagingarbitrumgoerli_Bytes!] - localAsset_not_in: [stagingarbitrumgoerli_Bytes!] - localAsset_contains: stagingarbitrumgoerli_Bytes - localAsset_not_contains: stagingarbitrumgoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: stagingarbitrumgoerli_AssetStatus_filter - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Asset_filter] - or: [stagingarbitrumgoerli_Asset_filter] -} - -enum stagingarbitrumgoerli_Asset_orderBy { - id - key - decimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar stagingarbitrumgoerli_BigDecimal - -input stagingarbitrumgoerli_BlockChangedFilter { - number_gte: Int! -} - -input stagingarbitrumgoerli_Block_height { - hash: stagingarbitrumgoerli_Bytes - number: Int - number_gte: Int -} - -scalar stagingarbitrumgoerli_Bytes - -type stagingarbitrumgoerli_ConnectorMeta { - id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: stagingarbitrumgoerli_Bytes - rootManager: stagingarbitrumgoerli_Bytes - mirrorConnector: stagingarbitrumgoerli_Bytes + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_AggregateRootProposed_filter] + or: [stagingoptimismgoerli_AggregateRootProposed_filter] } -input stagingarbitrumgoerli_ConnectorMeta_filter { +enum stagingoptimismgoerli_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingoptimismgoerli_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -82621,109 +82716,60 @@ input stagingarbitrumgoerli_ConnectorMeta_filter { 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: stagingarbitrumgoerli_Bytes - amb_not: stagingarbitrumgoerli_Bytes - amb_gt: stagingarbitrumgoerli_Bytes - amb_lt: stagingarbitrumgoerli_Bytes - amb_gte: stagingarbitrumgoerli_Bytes - amb_lte: stagingarbitrumgoerli_Bytes - amb_in: [stagingarbitrumgoerli_Bytes!] - amb_not_in: [stagingarbitrumgoerli_Bytes!] - amb_contains: stagingarbitrumgoerli_Bytes - amb_not_contains: stagingarbitrumgoerli_Bytes - rootManager: stagingarbitrumgoerli_Bytes - rootManager_not: stagingarbitrumgoerli_Bytes - rootManager_gt: stagingarbitrumgoerli_Bytes - rootManager_lt: stagingarbitrumgoerli_Bytes - rootManager_gte: stagingarbitrumgoerli_Bytes - rootManager_lte: stagingarbitrumgoerli_Bytes - rootManager_in: [stagingarbitrumgoerli_Bytes!] - rootManager_not_in: [stagingarbitrumgoerli_Bytes!] - rootManager_contains: stagingarbitrumgoerli_Bytes - rootManager_not_contains: stagingarbitrumgoerli_Bytes - mirrorConnector: stagingarbitrumgoerli_Bytes - mirrorConnector_not: stagingarbitrumgoerli_Bytes - mirrorConnector_gt: stagingarbitrumgoerli_Bytes - mirrorConnector_lt: stagingarbitrumgoerli_Bytes - mirrorConnector_gte: stagingarbitrumgoerli_Bytes - mirrorConnector_lte: stagingarbitrumgoerli_Bytes - mirrorConnector_in: [stagingarbitrumgoerli_Bytes!] - mirrorConnector_not_in: [stagingarbitrumgoerli_Bytes!] - mirrorConnector_contains: stagingarbitrumgoerli_Bytes - mirrorConnector_not_contains: stagingarbitrumgoerli_Bytes + root: stagingoptimismgoerli_Bytes + root_not: stagingoptimismgoerli_Bytes + root_gt: stagingoptimismgoerli_Bytes + root_lt: stagingoptimismgoerli_Bytes + root_gte: stagingoptimismgoerli_Bytes + root_lte: stagingoptimismgoerli_Bytes + root_in: [stagingoptimismgoerli_Bytes!] + root_not_in: [stagingoptimismgoerli_Bytes!] + root_contains: stagingoptimismgoerli_Bytes + root_not_contains: stagingoptimismgoerli_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_ConnectorMeta_filter] - or: [stagingarbitrumgoerli_ConnectorMeta_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_AggregateRoot_filter] + or: [stagingoptimismgoerli_AggregateRoot_filter] } -enum stagingarbitrumgoerli_ConnectorMeta_orderBy { +enum stagingoptimismgoerli_AggregateRoot_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + root + blockNumber } -type stagingarbitrumgoerli_DestinationTransfer { +type stagingoptimismgoerli_Asset { id: ID! - chainId: BigInt - transferId: stagingarbitrumgoerli_Bytes - nonce: BigInt - status: stagingarbitrumgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_Router_orderBy, orderDirection: stagingarbitrumgoerli_OrderDirection, where: stagingarbitrumgoerli_Router_filter): [stagingarbitrumgoerli_Router!] - originDomain: BigInt - destinationDomain: BigInt + key: stagingoptimismgoerli_Bytes + decimal: BigInt + canonicalId: stagingoptimismgoerli_Bytes canonicalDomain: BigInt - to: stagingarbitrumgoerli_Bytes - delegate: stagingarbitrumgoerli_Bytes - receiveLocal: Boolean - callData: stagingarbitrumgoerli_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: stagingarbitrumgoerli_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingarbitrumgoerli_Bytes - asset: stagingarbitrumgoerli_Asset - amount: BigInt - routersFee: BigInt - executedCaller: stagingarbitrumgoerli_Bytes - executedTransactionHash: stagingarbitrumgoerli_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: stagingarbitrumgoerli_Bytes - executedTxNonce: BigInt - reconciledCaller: stagingarbitrumgoerli_Bytes - reconciledTransactionHash: stagingarbitrumgoerli_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingarbitrumgoerli_Bytes - reconciledTxNonce: BigInt + adoptedAsset: stagingoptimismgoerli_Bytes + localAsset: stagingoptimismgoerli_Bytes + blockNumber: BigInt + status: stagingoptimismgoerli_AssetStatus } -input stagingarbitrumgoerli_DestinationTransfer_filter { +type stagingoptimismgoerli_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingoptimismgoerli_Router! + asset: stagingoptimismgoerli_Asset! + feesEarned: BigInt! +} + +input stagingoptimismgoerli_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -82732,153 +82778,59 @@ input stagingarbitrumgoerli_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: stagingarbitrumgoerli_Bytes - transferId_not: stagingarbitrumgoerli_Bytes - transferId_gt: stagingarbitrumgoerli_Bytes - transferId_lt: stagingarbitrumgoerli_Bytes - transferId_gte: stagingarbitrumgoerli_Bytes - transferId_lte: stagingarbitrumgoerli_Bytes - transferId_in: [stagingarbitrumgoerli_Bytes!] - transferId_not_in: [stagingarbitrumgoerli_Bytes!] - transferId_contains: stagingarbitrumgoerli_Bytes - transferId_not_contains: stagingarbitrumgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingarbitrumgoerli_TransferStatus - status_not: stagingarbitrumgoerli_TransferStatus - status_in: [stagingarbitrumgoerli_TransferStatus!] - status_not_in: [stagingarbitrumgoerli_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: stagingarbitrumgoerli_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: stagingarbitrumgoerli_Bytes - to_not: stagingarbitrumgoerli_Bytes - to_gt: stagingarbitrumgoerli_Bytes - to_lt: stagingarbitrumgoerli_Bytes - to_gte: stagingarbitrumgoerli_Bytes - to_lte: stagingarbitrumgoerli_Bytes - to_in: [stagingarbitrumgoerli_Bytes!] - to_not_in: [stagingarbitrumgoerli_Bytes!] - to_contains: stagingarbitrumgoerli_Bytes - to_not_contains: stagingarbitrumgoerli_Bytes - delegate: stagingarbitrumgoerli_Bytes - delegate_not: stagingarbitrumgoerli_Bytes - delegate_gt: stagingarbitrumgoerli_Bytes - delegate_lt: stagingarbitrumgoerli_Bytes - delegate_gte: stagingarbitrumgoerli_Bytes - delegate_lte: stagingarbitrumgoerli_Bytes - delegate_in: [stagingarbitrumgoerli_Bytes!] - delegate_not_in: [stagingarbitrumgoerli_Bytes!] - delegate_contains: stagingarbitrumgoerli_Bytes - delegate_not_contains: stagingarbitrumgoerli_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingarbitrumgoerli_Bytes - callData_not: stagingarbitrumgoerli_Bytes - callData_gt: stagingarbitrumgoerli_Bytes - callData_lt: stagingarbitrumgoerli_Bytes - callData_gte: stagingarbitrumgoerli_Bytes - callData_lte: stagingarbitrumgoerli_Bytes - callData_in: [stagingarbitrumgoerli_Bytes!] - callData_not_in: [stagingarbitrumgoerli_Bytes!] - callData_contains: stagingarbitrumgoerli_Bytes - callData_not_contains: stagingarbitrumgoerli_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: stagingarbitrumgoerli_Bytes - originSender_not: stagingarbitrumgoerli_Bytes - originSender_gt: stagingarbitrumgoerli_Bytes - originSender_lt: stagingarbitrumgoerli_Bytes - originSender_gte: stagingarbitrumgoerli_Bytes - originSender_lte: stagingarbitrumgoerli_Bytes - originSender_in: [stagingarbitrumgoerli_Bytes!] - originSender_not_in: [stagingarbitrumgoerli_Bytes!] - originSender_contains: stagingarbitrumgoerli_Bytes - originSender_not_contains: stagingarbitrumgoerli_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: stagingarbitrumgoerli_Bytes - canonicalId_not: stagingarbitrumgoerli_Bytes - canonicalId_gt: stagingarbitrumgoerli_Bytes - canonicalId_lt: stagingarbitrumgoerli_Bytes - canonicalId_gte: stagingarbitrumgoerli_Bytes - canonicalId_lte: stagingarbitrumgoerli_Bytes - canonicalId_in: [stagingarbitrumgoerli_Bytes!] - canonicalId_not_in: [stagingarbitrumgoerli_Bytes!] - canonicalId_contains: stagingarbitrumgoerli_Bytes - canonicalId_not_contains: stagingarbitrumgoerli_Bytes + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingoptimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -82895,193 +82847,38 @@ input stagingarbitrumgoerli_DestinationTransfer_filter { asset_starts_with_nocase: String asset_not_starts_with: String asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingarbitrumgoerli_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: stagingarbitrumgoerli_Bytes - executedCaller_not: stagingarbitrumgoerli_Bytes - executedCaller_gt: stagingarbitrumgoerli_Bytes - executedCaller_lt: stagingarbitrumgoerli_Bytes - executedCaller_gte: stagingarbitrumgoerli_Bytes - executedCaller_lte: stagingarbitrumgoerli_Bytes - executedCaller_in: [stagingarbitrumgoerli_Bytes!] - executedCaller_not_in: [stagingarbitrumgoerli_Bytes!] - executedCaller_contains: stagingarbitrumgoerli_Bytes - executedCaller_not_contains: stagingarbitrumgoerli_Bytes - executedTransactionHash: stagingarbitrumgoerli_Bytes - executedTransactionHash_not: stagingarbitrumgoerli_Bytes - executedTransactionHash_gt: stagingarbitrumgoerli_Bytes - executedTransactionHash_lt: stagingarbitrumgoerli_Bytes - executedTransactionHash_gte: stagingarbitrumgoerli_Bytes - executedTransactionHash_lte: stagingarbitrumgoerli_Bytes - executedTransactionHash_in: [stagingarbitrumgoerli_Bytes!] - executedTransactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - executedTransactionHash_contains: stagingarbitrumgoerli_Bytes - executedTransactionHash_not_contains: stagingarbitrumgoerli_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingarbitrumgoerli_Bytes - executedTxOrigin_not: stagingarbitrumgoerli_Bytes - executedTxOrigin_gt: stagingarbitrumgoerli_Bytes - executedTxOrigin_lt: stagingarbitrumgoerli_Bytes - executedTxOrigin_gte: stagingarbitrumgoerli_Bytes - executedTxOrigin_lte: stagingarbitrumgoerli_Bytes - executedTxOrigin_in: [stagingarbitrumgoerli_Bytes!] - executedTxOrigin_not_in: [stagingarbitrumgoerli_Bytes!] - executedTxOrigin_contains: stagingarbitrumgoerli_Bytes - executedTxOrigin_not_contains: stagingarbitrumgoerli_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingarbitrumgoerli_Bytes - reconciledCaller_not: stagingarbitrumgoerli_Bytes - reconciledCaller_gt: stagingarbitrumgoerli_Bytes - reconciledCaller_lt: stagingarbitrumgoerli_Bytes - reconciledCaller_gte: stagingarbitrumgoerli_Bytes - reconciledCaller_lte: stagingarbitrumgoerli_Bytes - reconciledCaller_in: [stagingarbitrumgoerli_Bytes!] - reconciledCaller_not_in: [stagingarbitrumgoerli_Bytes!] - reconciledCaller_contains: stagingarbitrumgoerli_Bytes - reconciledCaller_not_contains: stagingarbitrumgoerli_Bytes - reconciledTransactionHash: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_not: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_gt: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_lt: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_gte: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_lte: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_in: [stagingarbitrumgoerli_Bytes!] - reconciledTransactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - reconciledTransactionHash_contains: stagingarbitrumgoerli_Bytes - reconciledTransactionHash_not_contains: stagingarbitrumgoerli_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_not: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_gt: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_lt: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_gte: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_lte: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_in: [stagingarbitrumgoerli_Bytes!] - reconciledTxOrigin_not_in: [stagingarbitrumgoerli_Bytes!] - reconciledTxOrigin_contains: stagingarbitrumgoerli_Bytes - reconciledTxOrigin_not_contains: stagingarbitrumgoerli_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: stagingoptimismgoerli_Asset_filter + feesEarned: BigInt + feesEarned_not: BigInt + feesEarned_gt: BigInt + feesEarned_lt: BigInt + feesEarned_gte: BigInt + feesEarned_lte: BigInt + feesEarned_in: [BigInt!] + feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_DestinationTransfer_filter] - or: [stagingarbitrumgoerli_DestinationTransfer_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_AssetBalance_filter] + or: [stagingoptimismgoerli_AssetBalance_filter] } -enum stagingarbitrumgoerli_DestinationTransfer_orderBy { +enum stagingoptimismgoerli_AssetBalance_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset asset__id asset__key @@ -83091,40 +82888,39 @@ enum stagingarbitrumgoerli_DestinationTransfer_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + feesEarned } -""" -8 bytes signed integer +type stagingoptimismgoerli_AssetStatus { + id: ID! + status: Boolean +} -""" -scalar stagingarbitrumgoerli_Int8 +input stagingoptimismgoerli_AssetStatus_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!] + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_AssetStatus_filter] + or: [stagingoptimismgoerli_AssetStatus_filter] +} -type stagingarbitrumgoerli_OptimisticRootFinalized { - id: ID! - aggregateRoot: stagingarbitrumgoerli_Bytes! - timestamp: BigInt! - blockNumber: BigInt +enum stagingoptimismgoerli_AssetStatus_orderBy { + id + status } -input stagingarbitrumgoerli_OptimisticRootFinalized_filter { +input stagingoptimismgoerli_Asset_filter { id: ID id_not: ID id_gt: ID @@ -83133,24 +82929,62 @@ input stagingarbitrumgoerli_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingarbitrumgoerli_Bytes - aggregateRoot_not: stagingarbitrumgoerli_Bytes - aggregateRoot_gt: stagingarbitrumgoerli_Bytes - aggregateRoot_lt: stagingarbitrumgoerli_Bytes - aggregateRoot_gte: stagingarbitrumgoerli_Bytes - aggregateRoot_lte: stagingarbitrumgoerli_Bytes - aggregateRoot_in: [stagingarbitrumgoerli_Bytes!] - aggregateRoot_not_in: [stagingarbitrumgoerli_Bytes!] - aggregateRoot_contains: stagingarbitrumgoerli_Bytes - aggregateRoot_not_contains: stagingarbitrumgoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] + key: stagingoptimismgoerli_Bytes + key_not: stagingoptimismgoerli_Bytes + key_gt: stagingoptimismgoerli_Bytes + key_lt: stagingoptimismgoerli_Bytes + key_gte: stagingoptimismgoerli_Bytes + key_lte: stagingoptimismgoerli_Bytes + key_in: [stagingoptimismgoerli_Bytes!] + key_not_in: [stagingoptimismgoerli_Bytes!] + key_contains: stagingoptimismgoerli_Bytes + key_not_contains: stagingoptimismgoerli_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + canonicalId: stagingoptimismgoerli_Bytes + canonicalId_not: stagingoptimismgoerli_Bytes + canonicalId_gt: stagingoptimismgoerli_Bytes + canonicalId_lt: stagingoptimismgoerli_Bytes + canonicalId_gte: stagingoptimismgoerli_Bytes + canonicalId_lte: stagingoptimismgoerli_Bytes + canonicalId_in: [stagingoptimismgoerli_Bytes!] + canonicalId_not_in: [stagingoptimismgoerli_Bytes!] + canonicalId_contains: stagingoptimismgoerli_Bytes + canonicalId_not_contains: stagingoptimismgoerli_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: stagingoptimismgoerli_Bytes + adoptedAsset_not: stagingoptimismgoerli_Bytes + adoptedAsset_gt: stagingoptimismgoerli_Bytes + adoptedAsset_lt: stagingoptimismgoerli_Bytes + adoptedAsset_gte: stagingoptimismgoerli_Bytes + adoptedAsset_lte: stagingoptimismgoerli_Bytes + adoptedAsset_in: [stagingoptimismgoerli_Bytes!] + adoptedAsset_not_in: [stagingoptimismgoerli_Bytes!] + adoptedAsset_contains: stagingoptimismgoerli_Bytes + adoptedAsset_not_contains: stagingoptimismgoerli_Bytes + localAsset: stagingoptimismgoerli_Bytes + localAsset_not: stagingoptimismgoerli_Bytes + localAsset_gt: stagingoptimismgoerli_Bytes + localAsset_lt: stagingoptimismgoerli_Bytes + localAsset_gte: stagingoptimismgoerli_Bytes + localAsset_lte: stagingoptimismgoerli_Bytes + localAsset_in: [stagingoptimismgoerli_Bytes!] + localAsset_not_in: [stagingoptimismgoerli_Bytes!] + localAsset_contains: stagingoptimismgoerli_Bytes + localAsset_not_contains: stagingoptimismgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -83159,39 +82993,71 @@ input stagingarbitrumgoerli_OptimisticRootFinalized_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: stagingoptimismgoerli_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_OptimisticRootFinalized_filter] - or: [stagingarbitrumgoerli_OptimisticRootFinalized_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Asset_filter] + or: [stagingoptimismgoerli_Asset_filter] } -enum stagingarbitrumgoerli_OptimisticRootFinalized_orderBy { +enum stagingoptimismgoerli_Asset_orderBy { id - aggregateRoot - timestamp + key + decimal + canonicalId + canonicalDomain + adoptedAsset + localAsset blockNumber + status + status__id + status__status } -"""Defines the order direction, either ascending or descending""" -enum stagingarbitrumgoerli_OrderDirection { - asc - desc +scalar stagingoptimismgoerli_BigDecimal + +input stagingoptimismgoerli_BlockChangedFilter { + number_gte: Int! } -type stagingarbitrumgoerli_OriginMessage { +input stagingoptimismgoerli_Block_height { + hash: stagingoptimismgoerli_Bytes + number: Int + number_gte: Int +} + +scalar stagingoptimismgoerli_Bytes + +type stagingoptimismgoerli_ConnectorMeta { id: ID! - transferId: stagingarbitrumgoerli_Bytes - destinationDomain: BigInt - leaf: stagingarbitrumgoerli_Bytes - index: BigInt - message: stagingarbitrumgoerli_Bytes - root: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes - blockNumber: BigInt - rootCount: stagingarbitrumgoerli_RootCount + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingoptimismgoerli_Bytes + rootManager: stagingoptimismgoerli_Bytes + mirrorConnector: stagingoptimismgoerli_Bytes } -input stagingarbitrumgoerli_OriginMessage_filter { +input stagingoptimismgoerli_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -83200,158 +83066,109 @@ input stagingarbitrumgoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingarbitrumgoerli_Bytes - transferId_not: stagingarbitrumgoerli_Bytes - transferId_gt: stagingarbitrumgoerli_Bytes - transferId_lt: stagingarbitrumgoerli_Bytes - transferId_gte: stagingarbitrumgoerli_Bytes - transferId_lte: stagingarbitrumgoerli_Bytes - transferId_in: [stagingarbitrumgoerli_Bytes!] - transferId_not_in: [stagingarbitrumgoerli_Bytes!] - transferId_contains: stagingarbitrumgoerli_Bytes - transferId_not_contains: stagingarbitrumgoerli_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: stagingarbitrumgoerli_Bytes - leaf_not: stagingarbitrumgoerli_Bytes - leaf_gt: stagingarbitrumgoerli_Bytes - leaf_lt: stagingarbitrumgoerli_Bytes - leaf_gte: stagingarbitrumgoerli_Bytes - leaf_lte: stagingarbitrumgoerli_Bytes - leaf_in: [stagingarbitrumgoerli_Bytes!] - leaf_not_in: [stagingarbitrumgoerli_Bytes!] - leaf_contains: stagingarbitrumgoerli_Bytes - leaf_not_contains: stagingarbitrumgoerli_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: stagingarbitrumgoerli_Bytes - message_not: stagingarbitrumgoerli_Bytes - message_gt: stagingarbitrumgoerli_Bytes - message_lt: stagingarbitrumgoerli_Bytes - message_gte: stagingarbitrumgoerli_Bytes - message_lte: stagingarbitrumgoerli_Bytes - message_in: [stagingarbitrumgoerli_Bytes!] - message_not_in: [stagingarbitrumgoerli_Bytes!] - message_contains: stagingarbitrumgoerli_Bytes - message_not_contains: stagingarbitrumgoerli_Bytes - root: stagingarbitrumgoerli_Bytes - root_not: stagingarbitrumgoerli_Bytes - root_gt: stagingarbitrumgoerli_Bytes - root_lt: stagingarbitrumgoerli_Bytes - root_gte: stagingarbitrumgoerli_Bytes - root_lte: stagingarbitrumgoerli_Bytes - root_in: [stagingarbitrumgoerli_Bytes!] - root_not_in: [stagingarbitrumgoerli_Bytes!] - root_contains: stagingarbitrumgoerli_Bytes - root_not_contains: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes - transactionHash_not: stagingarbitrumgoerli_Bytes - transactionHash_gt: stagingarbitrumgoerli_Bytes - transactionHash_lt: stagingarbitrumgoerli_Bytes - transactionHash_gte: stagingarbitrumgoerli_Bytes - transactionHash_lte: stagingarbitrumgoerli_Bytes - transactionHash_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_contains: stagingarbitrumgoerli_Bytes - transactionHash_not_contains: stagingarbitrumgoerli_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: stagingarbitrumgoerli_RootCount_filter + 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: stagingoptimismgoerli_Bytes + amb_not: stagingoptimismgoerli_Bytes + amb_gt: stagingoptimismgoerli_Bytes + amb_lt: stagingoptimismgoerli_Bytes + amb_gte: stagingoptimismgoerli_Bytes + amb_lte: stagingoptimismgoerli_Bytes + amb_in: [stagingoptimismgoerli_Bytes!] + amb_not_in: [stagingoptimismgoerli_Bytes!] + amb_contains: stagingoptimismgoerli_Bytes + amb_not_contains: stagingoptimismgoerli_Bytes + rootManager: stagingoptimismgoerli_Bytes + rootManager_not: stagingoptimismgoerli_Bytes + rootManager_gt: stagingoptimismgoerli_Bytes + rootManager_lt: stagingoptimismgoerli_Bytes + rootManager_gte: stagingoptimismgoerli_Bytes + rootManager_lte: stagingoptimismgoerli_Bytes + rootManager_in: [stagingoptimismgoerli_Bytes!] + rootManager_not_in: [stagingoptimismgoerli_Bytes!] + rootManager_contains: stagingoptimismgoerli_Bytes + rootManager_not_contains: stagingoptimismgoerli_Bytes + mirrorConnector: stagingoptimismgoerli_Bytes + mirrorConnector_not: stagingoptimismgoerli_Bytes + mirrorConnector_gt: stagingoptimismgoerli_Bytes + mirrorConnector_lt: stagingoptimismgoerli_Bytes + mirrorConnector_gte: stagingoptimismgoerli_Bytes + mirrorConnector_lte: stagingoptimismgoerli_Bytes + mirrorConnector_in: [stagingoptimismgoerli_Bytes!] + mirrorConnector_not_in: [stagingoptimismgoerli_Bytes!] + mirrorConnector_contains: stagingoptimismgoerli_Bytes + mirrorConnector_not_contains: stagingoptimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_OriginMessage_filter] - or: [stagingarbitrumgoerli_OriginMessage_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_ConnectorMeta_filter] + or: [stagingoptimismgoerli_ConnectorMeta_filter] } -enum stagingarbitrumgoerli_OriginMessage_orderBy { +enum stagingoptimismgoerli_ConnectorMeta_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingarbitrumgoerli_OriginTransfer { +type stagingoptimismgoerli_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingarbitrumgoerli_Bytes + transferId: stagingoptimismgoerli_Bytes nonce: BigInt - status: stagingarbitrumgoerli_TransferStatus - messageHash: stagingarbitrumgoerli_Bytes + status: stagingoptimismgoerli_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_Router_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_Router_filter): [stagingoptimismgoerli_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingarbitrumgoerli_Bytes - delegate: stagingarbitrumgoerli_Bytes + to: stagingoptimismgoerli_Bytes + delegate: stagingoptimismgoerli_Bytes receiveLocal: Boolean - callData: stagingarbitrumgoerli_Bytes + callData: stagingoptimismgoerli_Bytes slippage: BigInt - originSender: stagingarbitrumgoerli_Bytes + bumpSlippageCount: BigInt + originSender: stagingoptimismgoerli_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingarbitrumgoerli_Bytes - asset: stagingarbitrumgoerli_Asset - transactingAsset: stagingarbitrumgoerli_Bytes - message: stagingarbitrumgoerli_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_RelayerFee_orderBy, orderDirection: stagingarbitrumgoerli_OrderDirection, where: stagingarbitrumgoerli_RelayerFee_filter): [stagingarbitrumgoerli_RelayerFee!] - initialRelayerFeeAsset: stagingarbitrumgoerli_Bytes - caller: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: stagingarbitrumgoerli_Bytes - txNonce: BigInt + canonicalId: stagingoptimismgoerli_Bytes + asset: stagingoptimismgoerli_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingoptimismgoerli_Bytes + executedTransactionHash: stagingoptimismgoerli_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingoptimismgoerli_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingoptimismgoerli_Bytes + reconciledTransactionHash: stagingoptimismgoerli_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingoptimismgoerli_Bytes + reconciledTxNonce: BigInt } -input stagingarbitrumgoerli_OriginTransfer_filter { +input stagingoptimismgoerli_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -83368,38 +83185,35 @@ input stagingarbitrumgoerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingarbitrumgoerli_Bytes - transferId_not: stagingarbitrumgoerli_Bytes - transferId_gt: stagingarbitrumgoerli_Bytes - transferId_lt: stagingarbitrumgoerli_Bytes - transferId_gte: stagingarbitrumgoerli_Bytes - transferId_lte: stagingarbitrumgoerli_Bytes - transferId_in: [stagingarbitrumgoerli_Bytes!] - transferId_not_in: [stagingarbitrumgoerli_Bytes!] - transferId_contains: stagingarbitrumgoerli_Bytes - transferId_not_contains: stagingarbitrumgoerli_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingarbitrumgoerli_TransferStatus - status_not: stagingarbitrumgoerli_TransferStatus - status_in: [stagingarbitrumgoerli_TransferStatus!] - status_not_in: [stagingarbitrumgoerli_TransferStatus!] - messageHash: stagingarbitrumgoerli_Bytes - messageHash_not: stagingarbitrumgoerli_Bytes - messageHash_gt: stagingarbitrumgoerli_Bytes - messageHash_lt: stagingarbitrumgoerli_Bytes - messageHash_gte: stagingarbitrumgoerli_Bytes - messageHash_lte: stagingarbitrumgoerli_Bytes - messageHash_in: [stagingarbitrumgoerli_Bytes!] - messageHash_not_in: [stagingarbitrumgoerli_Bytes!] - messageHash_contains: stagingarbitrumgoerli_Bytes - messageHash_not_contains: stagingarbitrumgoerli_Bytes + transferId: stagingoptimismgoerli_Bytes + transferId_not: stagingoptimismgoerli_Bytes + transferId_gt: stagingoptimismgoerli_Bytes + transferId_lt: stagingoptimismgoerli_Bytes + transferId_gte: stagingoptimismgoerli_Bytes + transferId_lte: stagingoptimismgoerli_Bytes + transferId_in: [stagingoptimismgoerli_Bytes!] + transferId_not_in: [stagingoptimismgoerli_Bytes!] + transferId_contains: stagingoptimismgoerli_Bytes + transferId_not_contains: stagingoptimismgoerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: stagingoptimismgoerli_TransferStatus + status_not: stagingoptimismgoerli_TransferStatus + status_in: [stagingoptimismgoerli_TransferStatus!] + status_not_in: [stagingoptimismgoerli_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingoptimismgoerli_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -83424,40 +83238,40 @@ input stagingarbitrumgoerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingarbitrumgoerli_Bytes - to_not: stagingarbitrumgoerli_Bytes - to_gt: stagingarbitrumgoerli_Bytes - to_lt: stagingarbitrumgoerli_Bytes - to_gte: stagingarbitrumgoerli_Bytes - to_lte: stagingarbitrumgoerli_Bytes - to_in: [stagingarbitrumgoerli_Bytes!] - to_not_in: [stagingarbitrumgoerli_Bytes!] - to_contains: stagingarbitrumgoerli_Bytes - to_not_contains: stagingarbitrumgoerli_Bytes - delegate: stagingarbitrumgoerli_Bytes - delegate_not: stagingarbitrumgoerli_Bytes - delegate_gt: stagingarbitrumgoerli_Bytes - delegate_lt: stagingarbitrumgoerli_Bytes - delegate_gte: stagingarbitrumgoerli_Bytes - delegate_lte: stagingarbitrumgoerli_Bytes - delegate_in: [stagingarbitrumgoerli_Bytes!] - delegate_not_in: [stagingarbitrumgoerli_Bytes!] - delegate_contains: stagingarbitrumgoerli_Bytes - delegate_not_contains: stagingarbitrumgoerli_Bytes + to: stagingoptimismgoerli_Bytes + to_not: stagingoptimismgoerli_Bytes + to_gt: stagingoptimismgoerli_Bytes + to_lt: stagingoptimismgoerli_Bytes + to_gte: stagingoptimismgoerli_Bytes + to_lte: stagingoptimismgoerli_Bytes + to_in: [stagingoptimismgoerli_Bytes!] + to_not_in: [stagingoptimismgoerli_Bytes!] + to_contains: stagingoptimismgoerli_Bytes + to_not_contains: stagingoptimismgoerli_Bytes + delegate: stagingoptimismgoerli_Bytes + delegate_not: stagingoptimismgoerli_Bytes + delegate_gt: stagingoptimismgoerli_Bytes + delegate_lt: stagingoptimismgoerli_Bytes + delegate_gte: stagingoptimismgoerli_Bytes + delegate_lte: stagingoptimismgoerli_Bytes + delegate_in: [stagingoptimismgoerli_Bytes!] + delegate_not_in: [stagingoptimismgoerli_Bytes!] + delegate_contains: stagingoptimismgoerli_Bytes + delegate_not_contains: stagingoptimismgoerli_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingarbitrumgoerli_Bytes - callData_not: stagingarbitrumgoerli_Bytes - callData_gt: stagingarbitrumgoerli_Bytes - callData_lt: stagingarbitrumgoerli_Bytes - callData_gte: stagingarbitrumgoerli_Bytes - callData_lte: stagingarbitrumgoerli_Bytes - callData_in: [stagingarbitrumgoerli_Bytes!] - callData_not_in: [stagingarbitrumgoerli_Bytes!] - callData_contains: stagingarbitrumgoerli_Bytes - callData_not_contains: stagingarbitrumgoerli_Bytes + callData: stagingoptimismgoerli_Bytes + callData_not: stagingoptimismgoerli_Bytes + callData_gt: stagingoptimismgoerli_Bytes + callData_lt: stagingoptimismgoerli_Bytes + callData_gte: stagingoptimismgoerli_Bytes + callData_lte: stagingoptimismgoerli_Bytes + callData_in: [stagingoptimismgoerli_Bytes!] + callData_not_in: [stagingoptimismgoerli_Bytes!] + callData_contains: stagingoptimismgoerli_Bytes + callData_not_contains: stagingoptimismgoerli_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -83466,16 +83280,24 @@ input stagingarbitrumgoerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingarbitrumgoerli_Bytes - originSender_not: stagingarbitrumgoerli_Bytes - originSender_gt: stagingarbitrumgoerli_Bytes - originSender_lt: stagingarbitrumgoerli_Bytes - originSender_gte: stagingarbitrumgoerli_Bytes - originSender_lte: stagingarbitrumgoerli_Bytes - originSender_in: [stagingarbitrumgoerli_Bytes!] - originSender_not_in: [stagingarbitrumgoerli_Bytes!] - originSender_contains: stagingarbitrumgoerli_Bytes - originSender_not_contains: stagingarbitrumgoerli_Bytes + bumpSlippageCount: BigInt + bumpSlippageCount_not: BigInt + bumpSlippageCount_gt: BigInt + bumpSlippageCount_lt: BigInt + bumpSlippageCount_gte: BigInt + bumpSlippageCount_lte: BigInt + bumpSlippageCount_in: [BigInt!] + bumpSlippageCount_not_in: [BigInt!] + originSender: stagingoptimismgoerli_Bytes + originSender_not: stagingoptimismgoerli_Bytes + originSender_gt: stagingoptimismgoerli_Bytes + originSender_lt: stagingoptimismgoerli_Bytes + originSender_gte: stagingoptimismgoerli_Bytes + originSender_lte: stagingoptimismgoerli_Bytes + originSender_in: [stagingoptimismgoerli_Bytes!] + originSender_not_in: [stagingoptimismgoerli_Bytes!] + originSender_contains: stagingoptimismgoerli_Bytes + originSender_not_contains: stagingoptimismgoerli_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -83492,16 +83314,16 @@ input stagingarbitrumgoerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingarbitrumgoerli_Bytes - canonicalId_not: stagingarbitrumgoerli_Bytes - canonicalId_gt: stagingarbitrumgoerli_Bytes - canonicalId_lt: stagingarbitrumgoerli_Bytes - canonicalId_gte: stagingarbitrumgoerli_Bytes - canonicalId_lte: stagingarbitrumgoerli_Bytes - canonicalId_in: [stagingarbitrumgoerli_Bytes!] - canonicalId_not_in: [stagingarbitrumgoerli_Bytes!] - canonicalId_contains: stagingarbitrumgoerli_Bytes - canonicalId_not_contains: stagingarbitrumgoerli_Bytes + canonicalId: stagingoptimismgoerli_Bytes + canonicalId_not: stagingoptimismgoerli_Bytes + canonicalId_gt: stagingoptimismgoerli_Bytes + canonicalId_lt: stagingoptimismgoerli_Bytes + canonicalId_gte: stagingoptimismgoerli_Bytes + canonicalId_lte: stagingoptimismgoerli_Bytes + canonicalId_in: [stagingoptimismgoerli_Bytes!] + canonicalId_not_in: [stagingoptimismgoerli_Bytes!] + canonicalId_contains: stagingoptimismgoerli_Bytes + canonicalId_not_contains: stagingoptimismgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -83522,308 +83344,232 @@ input stagingarbitrumgoerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingarbitrumgoerli_Asset_filter - transactingAsset: stagingarbitrumgoerli_Bytes - transactingAsset_not: stagingarbitrumgoerli_Bytes - transactingAsset_gt: stagingarbitrumgoerli_Bytes - transactingAsset_lt: stagingarbitrumgoerli_Bytes - transactingAsset_gte: stagingarbitrumgoerli_Bytes - transactingAsset_lte: stagingarbitrumgoerli_Bytes - transactingAsset_in: [stagingarbitrumgoerli_Bytes!] - transactingAsset_not_in: [stagingarbitrumgoerli_Bytes!] - transactingAsset_contains: stagingarbitrumgoerli_Bytes - transactingAsset_not_contains: stagingarbitrumgoerli_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: stagingarbitrumgoerli_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingarbitrumgoerli_RelayerFee_filter - initialRelayerFeeAsset: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_not: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_gt: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_lt: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_gte: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_lte: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_in: [stagingarbitrumgoerli_Bytes!] - initialRelayerFeeAsset_not_in: [stagingarbitrumgoerli_Bytes!] - initialRelayerFeeAsset_contains: stagingarbitrumgoerli_Bytes - initialRelayerFeeAsset_not_contains: stagingarbitrumgoerli_Bytes - caller: stagingarbitrumgoerli_Bytes - caller_not: stagingarbitrumgoerli_Bytes - caller_gt: stagingarbitrumgoerli_Bytes - caller_lt: stagingarbitrumgoerli_Bytes - caller_gte: stagingarbitrumgoerli_Bytes - caller_lte: stagingarbitrumgoerli_Bytes - caller_in: [stagingarbitrumgoerli_Bytes!] - caller_not_in: [stagingarbitrumgoerli_Bytes!] - caller_contains: stagingarbitrumgoerli_Bytes - caller_not_contains: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes - transactionHash_not: stagingarbitrumgoerli_Bytes - transactionHash_gt: stagingarbitrumgoerli_Bytes - transactionHash_lt: stagingarbitrumgoerli_Bytes - transactionHash_gte: stagingarbitrumgoerli_Bytes - transactionHash_lte: stagingarbitrumgoerli_Bytes - transactionHash_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_contains: stagingarbitrumgoerli_Bytes - transactionHash_not_contains: stagingarbitrumgoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - txOrigin: stagingarbitrumgoerli_Bytes - txOrigin_not: stagingarbitrumgoerli_Bytes - txOrigin_gt: stagingarbitrumgoerli_Bytes - txOrigin_lt: stagingarbitrumgoerli_Bytes - txOrigin_gte: stagingarbitrumgoerli_Bytes - txOrigin_lte: stagingarbitrumgoerli_Bytes - txOrigin_in: [stagingarbitrumgoerli_Bytes!] - txOrigin_not_in: [stagingarbitrumgoerli_Bytes!] - txOrigin_contains: stagingarbitrumgoerli_Bytes - txOrigin_not_contains: stagingarbitrumgoerli_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_OriginTransfer_filter] - or: [stagingarbitrumgoerli_OriginTransfer_filter] -} - -enum stagingarbitrumgoerli_OriginTransfer_orderBy { - id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce -} - -type stagingarbitrumgoerli_Relayer { - id: ID! - isActive: Boolean! - relayer: stagingarbitrumgoerli_Bytes -} - -type stagingarbitrumgoerli_RelayerFee { - id: ID! - transfer: stagingarbitrumgoerli_OriginTransfer! - fee: BigInt! - asset: stagingarbitrumgoerli_Bytes! -} - -input stagingarbitrumgoerli_RelayerFee_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!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingarbitrumgoerli_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: stagingarbitrumgoerli_Bytes - asset_not: stagingarbitrumgoerli_Bytes - asset_gt: stagingarbitrumgoerli_Bytes - asset_lt: stagingarbitrumgoerli_Bytes - asset_gte: stagingarbitrumgoerli_Bytes - asset_lte: stagingarbitrumgoerli_Bytes - asset_in: [stagingarbitrumgoerli_Bytes!] - asset_not_in: [stagingarbitrumgoerli_Bytes!] - asset_contains: stagingarbitrumgoerli_Bytes - asset_not_contains: stagingarbitrumgoerli_Bytes + asset_: stagingoptimismgoerli_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + routersFee: BigInt + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + routersFee_lte: BigInt + routersFee_in: [BigInt!] + routersFee_not_in: [BigInt!] + executedCaller: stagingoptimismgoerli_Bytes + executedCaller_not: stagingoptimismgoerli_Bytes + executedCaller_gt: stagingoptimismgoerli_Bytes + executedCaller_lt: stagingoptimismgoerli_Bytes + executedCaller_gte: stagingoptimismgoerli_Bytes + executedCaller_lte: stagingoptimismgoerli_Bytes + executedCaller_in: [stagingoptimismgoerli_Bytes!] + executedCaller_not_in: [stagingoptimismgoerli_Bytes!] + executedCaller_contains: stagingoptimismgoerli_Bytes + executedCaller_not_contains: stagingoptimismgoerli_Bytes + executedTransactionHash: stagingoptimismgoerli_Bytes + executedTransactionHash_not: stagingoptimismgoerli_Bytes + executedTransactionHash_gt: stagingoptimismgoerli_Bytes + executedTransactionHash_lt: stagingoptimismgoerli_Bytes + executedTransactionHash_gte: stagingoptimismgoerli_Bytes + executedTransactionHash_lte: stagingoptimismgoerli_Bytes + executedTransactionHash_in: [stagingoptimismgoerli_Bytes!] + executedTransactionHash_not_in: [stagingoptimismgoerli_Bytes!] + executedTransactionHash_contains: stagingoptimismgoerli_Bytes + executedTransactionHash_not_contains: stagingoptimismgoerli_Bytes + executedTimestamp: BigInt + executedTimestamp_not: BigInt + executedTimestamp_gt: BigInt + executedTimestamp_lt: BigInt + executedTimestamp_gte: BigInt + executedTimestamp_lte: BigInt + executedTimestamp_in: [BigInt!] + executedTimestamp_not_in: [BigInt!] + executedGasPrice: BigInt + executedGasPrice_not: BigInt + executedGasPrice_gt: BigInt + executedGasPrice_lt: BigInt + executedGasPrice_gte: BigInt + executedGasPrice_lte: BigInt + executedGasPrice_in: [BigInt!] + executedGasPrice_not_in: [BigInt!] + executedGasLimit: BigInt + executedGasLimit_not: BigInt + executedGasLimit_gt: BigInt + executedGasLimit_lt: BigInt + executedGasLimit_gte: BigInt + executedGasLimit_lte: BigInt + executedGasLimit_in: [BigInt!] + executedGasLimit_not_in: [BigInt!] + executedBlockNumber: BigInt + executedBlockNumber_not: BigInt + executedBlockNumber_gt: BigInt + executedBlockNumber_lt: BigInt + executedBlockNumber_gte: BigInt + executedBlockNumber_lte: BigInt + executedBlockNumber_in: [BigInt!] + executedBlockNumber_not_in: [BigInt!] + executedTxOrigin: stagingoptimismgoerli_Bytes + executedTxOrigin_not: stagingoptimismgoerli_Bytes + executedTxOrigin_gt: stagingoptimismgoerli_Bytes + executedTxOrigin_lt: stagingoptimismgoerli_Bytes + executedTxOrigin_gte: stagingoptimismgoerli_Bytes + executedTxOrigin_lte: stagingoptimismgoerli_Bytes + executedTxOrigin_in: [stagingoptimismgoerli_Bytes!] + executedTxOrigin_not_in: [stagingoptimismgoerli_Bytes!] + executedTxOrigin_contains: stagingoptimismgoerli_Bytes + executedTxOrigin_not_contains: stagingoptimismgoerli_Bytes + executedTxNonce: BigInt + executedTxNonce_not: BigInt + executedTxNonce_gt: BigInt + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + executedTxNonce_lte: BigInt + executedTxNonce_in: [BigInt!] + executedTxNonce_not_in: [BigInt!] + reconciledCaller: stagingoptimismgoerli_Bytes + reconciledCaller_not: stagingoptimismgoerli_Bytes + reconciledCaller_gt: stagingoptimismgoerli_Bytes + reconciledCaller_lt: stagingoptimismgoerli_Bytes + reconciledCaller_gte: stagingoptimismgoerli_Bytes + reconciledCaller_lte: stagingoptimismgoerli_Bytes + reconciledCaller_in: [stagingoptimismgoerli_Bytes!] + reconciledCaller_not_in: [stagingoptimismgoerli_Bytes!] + reconciledCaller_contains: stagingoptimismgoerli_Bytes + reconciledCaller_not_contains: stagingoptimismgoerli_Bytes + reconciledTransactionHash: stagingoptimismgoerli_Bytes + reconciledTransactionHash_not: stagingoptimismgoerli_Bytes + reconciledTransactionHash_gt: stagingoptimismgoerli_Bytes + reconciledTransactionHash_lt: stagingoptimismgoerli_Bytes + reconciledTransactionHash_gte: stagingoptimismgoerli_Bytes + reconciledTransactionHash_lte: stagingoptimismgoerli_Bytes + reconciledTransactionHash_in: [stagingoptimismgoerli_Bytes!] + reconciledTransactionHash_not_in: [stagingoptimismgoerli_Bytes!] + reconciledTransactionHash_contains: stagingoptimismgoerli_Bytes + reconciledTransactionHash_not_contains: stagingoptimismgoerli_Bytes + reconciledTimestamp: BigInt + reconciledTimestamp_not: BigInt + reconciledTimestamp_gt: BigInt + reconciledTimestamp_lt: BigInt + reconciledTimestamp_gte: BigInt + reconciledTimestamp_lte: BigInt + reconciledTimestamp_in: [BigInt!] + reconciledTimestamp_not_in: [BigInt!] + reconciledGasPrice: BigInt + reconciledGasPrice_not: BigInt + reconciledGasPrice_gt: BigInt + reconciledGasPrice_lt: BigInt + reconciledGasPrice_gte: BigInt + reconciledGasPrice_lte: BigInt + reconciledGasPrice_in: [BigInt!] + reconciledGasPrice_not_in: [BigInt!] + reconciledGasLimit: BigInt + reconciledGasLimit_not: BigInt + reconciledGasLimit_gt: BigInt + reconciledGasLimit_lt: BigInt + reconciledGasLimit_gte: BigInt + reconciledGasLimit_lte: BigInt + reconciledGasLimit_in: [BigInt!] + reconciledGasLimit_not_in: [BigInt!] + reconciledBlockNumber: BigInt + reconciledBlockNumber_not: BigInt + reconciledBlockNumber_gt: BigInt + reconciledBlockNumber_lt: BigInt + reconciledBlockNumber_gte: BigInt + reconciledBlockNumber_lte: BigInt + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: stagingoptimismgoerli_Bytes + reconciledTxOrigin_not: stagingoptimismgoerli_Bytes + reconciledTxOrigin_gt: stagingoptimismgoerli_Bytes + reconciledTxOrigin_lt: stagingoptimismgoerli_Bytes + reconciledTxOrigin_gte: stagingoptimismgoerli_Bytes + reconciledTxOrigin_lte: stagingoptimismgoerli_Bytes + reconciledTxOrigin_in: [stagingoptimismgoerli_Bytes!] + reconciledTxOrigin_not_in: [stagingoptimismgoerli_Bytes!] + reconciledTxOrigin_contains: stagingoptimismgoerli_Bytes + reconciledTxOrigin_not_contains: stagingoptimismgoerli_Bytes + reconciledTxNonce: BigInt + reconciledTxNonce_not: BigInt + reconciledTxNonce_gt: BigInt + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_RelayerFee_filter] - or: [stagingarbitrumgoerli_RelayerFee_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_DestinationTransfer_filter] + or: [stagingoptimismgoerli_DestinationTransfer_filter] } -enum stagingarbitrumgoerli_RelayerFee_orderBy { +enum stagingoptimismgoerli_DestinationTransfer_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId asset + asset__id + asset__key + asset__decimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -type stagingarbitrumgoerli_RelayerFeesIncrease { +""" +8 bytes signed integer + +""" +scalar stagingoptimismgoerli_Int8 + +type stagingoptimismgoerli_OptimisticRootFinalized { id: ID! - transfer: stagingarbitrumgoerli_OriginTransfer! - increase: BigInt - asset: stagingarbitrumgoerli_Bytes - caller: stagingarbitrumgoerli_Bytes! - transactionHash: stagingarbitrumgoerli_Bytes! + aggregateRoot: stagingoptimismgoerli_Bytes! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input stagingarbitrumgoerli_RelayerFeesIncrease_filter { +input stagingoptimismgoerli_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -83832,65 +83578,16 @@ input stagingarbitrumgoerli_RelayerFeesIncrease_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingarbitrumgoerli_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: stagingarbitrumgoerli_Bytes - asset_not: stagingarbitrumgoerli_Bytes - asset_gt: stagingarbitrumgoerli_Bytes - asset_lt: stagingarbitrumgoerli_Bytes - asset_gte: stagingarbitrumgoerli_Bytes - asset_lte: stagingarbitrumgoerli_Bytes - asset_in: [stagingarbitrumgoerli_Bytes!] - asset_not_in: [stagingarbitrumgoerli_Bytes!] - asset_contains: stagingarbitrumgoerli_Bytes - asset_not_contains: stagingarbitrumgoerli_Bytes - caller: stagingarbitrumgoerli_Bytes - caller_not: stagingarbitrumgoerli_Bytes - caller_gt: stagingarbitrumgoerli_Bytes - caller_lt: stagingarbitrumgoerli_Bytes - caller_gte: stagingarbitrumgoerli_Bytes - caller_lte: stagingarbitrumgoerli_Bytes - caller_in: [stagingarbitrumgoerli_Bytes!] - caller_not_in: [stagingarbitrumgoerli_Bytes!] - caller_contains: stagingarbitrumgoerli_Bytes - caller_not_contains: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes - transactionHash_not: stagingarbitrumgoerli_Bytes - transactionHash_gt: stagingarbitrumgoerli_Bytes - transactionHash_lt: stagingarbitrumgoerli_Bytes - transactionHash_gte: stagingarbitrumgoerli_Bytes - transactionHash_lte: stagingarbitrumgoerli_Bytes - transactionHash_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_contains: stagingarbitrumgoerli_Bytes - transactionHash_not_contains: stagingarbitrumgoerli_Bytes + aggregateRoot: stagingoptimismgoerli_Bytes + aggregateRoot_not: stagingoptimismgoerli_Bytes + aggregateRoot_gt: stagingoptimismgoerli_Bytes + aggregateRoot_lt: stagingoptimismgoerli_Bytes + aggregateRoot_gte: stagingoptimismgoerli_Bytes + aggregateRoot_lte: stagingoptimismgoerli_Bytes + aggregateRoot_in: [stagingoptimismgoerli_Bytes!] + aggregateRoot_not_in: [stagingoptimismgoerli_Bytes!] + aggregateRoot_contains: stagingoptimismgoerli_Bytes + aggregateRoot_not_contains: stagingoptimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -83899,22 +83596,6 @@ input stagingarbitrumgoerli_RelayerFeesIncrease_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -83924,136 +83605,38 @@ input stagingarbitrumgoerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_RelayerFeesIncrease_filter] - or: [stagingarbitrumgoerli_RelayerFeesIncrease_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_OptimisticRootFinalized_filter] + or: [stagingoptimismgoerli_OptimisticRootFinalized_filter] } -enum stagingarbitrumgoerli_RelayerFeesIncrease_orderBy { +enum stagingoptimismgoerli_OptimisticRootFinalized_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash + aggregateRoot timestamp - gasPrice - gasLimit blockNumber } -input stagingarbitrumgoerli_Relayer_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!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: stagingarbitrumgoerli_Bytes - relayer_not: stagingarbitrumgoerli_Bytes - relayer_gt: stagingarbitrumgoerli_Bytes - relayer_lt: stagingarbitrumgoerli_Bytes - relayer_gte: stagingarbitrumgoerli_Bytes - relayer_lte: stagingarbitrumgoerli_Bytes - relayer_in: [stagingarbitrumgoerli_Bytes!] - relayer_not_in: [stagingarbitrumgoerli_Bytes!] - relayer_contains: stagingarbitrumgoerli_Bytes - relayer_not_contains: stagingarbitrumgoerli_Bytes - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Relayer_filter] - or: [stagingarbitrumgoerli_Relayer_filter] -} - -enum stagingarbitrumgoerli_Relayer_orderBy { - id - isActive - relayer -} - -type stagingarbitrumgoerli_RootCount { - id: ID! - count: BigInt -} - -input stagingarbitrumgoerli_RootCount_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!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_RootCount_filter] - or: [stagingarbitrumgoerli_RootCount_filter] -} - -enum stagingarbitrumgoerli_RootCount_orderBy { - id - count +"""Defines the order direction, either ascending or descending""" +enum stagingoptimismgoerli_OrderDirection { + asc + desc } -type stagingarbitrumgoerli_RootMessageSent { +type stagingoptimismgoerli_OriginMessage { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingarbitrumgoerli_Bytes - count: BigInt - caller: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt + transferId: stagingoptimismgoerli_Bytes + destinationDomain: BigInt + leaf: stagingoptimismgoerli_Bytes + index: BigInt + message: stagingoptimismgoerli_Bytes + root: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes blockNumber: BigInt + rootCount: stagingoptimismgoerli_RootCount } -input stagingarbitrumgoerli_RootMessageSent_filter { +input stagingoptimismgoerli_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -84062,84 +83645,72 @@ input stagingarbitrumgoerli_RootMessageSent_filter { 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!] - root: stagingarbitrumgoerli_Bytes - root_not: stagingarbitrumgoerli_Bytes - root_gt: stagingarbitrumgoerli_Bytes - root_lt: stagingarbitrumgoerli_Bytes - root_gte: stagingarbitrumgoerli_Bytes - root_lte: stagingarbitrumgoerli_Bytes - root_in: [stagingarbitrumgoerli_Bytes!] - root_not_in: [stagingarbitrumgoerli_Bytes!] - root_contains: stagingarbitrumgoerli_Bytes - root_not_contains: stagingarbitrumgoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: stagingarbitrumgoerli_Bytes - caller_not: stagingarbitrumgoerli_Bytes - caller_gt: stagingarbitrumgoerli_Bytes - caller_lt: stagingarbitrumgoerli_Bytes - caller_gte: stagingarbitrumgoerli_Bytes - caller_lte: stagingarbitrumgoerli_Bytes - caller_in: [stagingarbitrumgoerli_Bytes!] - caller_not_in: [stagingarbitrumgoerli_Bytes!] - caller_contains: stagingarbitrumgoerli_Bytes - caller_not_contains: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes - transactionHash_not: stagingarbitrumgoerli_Bytes - transactionHash_gt: stagingarbitrumgoerli_Bytes - transactionHash_lt: stagingarbitrumgoerli_Bytes - transactionHash_gte: stagingarbitrumgoerli_Bytes - transactionHash_lte: stagingarbitrumgoerli_Bytes - transactionHash_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_contains: stagingarbitrumgoerli_Bytes - transactionHash_not_contains: stagingarbitrumgoerli_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] + transferId: stagingoptimismgoerli_Bytes + transferId_not: stagingoptimismgoerli_Bytes + transferId_gt: stagingoptimismgoerli_Bytes + transferId_lt: stagingoptimismgoerli_Bytes + transferId_gte: stagingoptimismgoerli_Bytes + transferId_lte: stagingoptimismgoerli_Bytes + transferId_in: [stagingoptimismgoerli_Bytes!] + transferId_not_in: [stagingoptimismgoerli_Bytes!] + transferId_contains: stagingoptimismgoerli_Bytes + transferId_not_contains: stagingoptimismgoerli_Bytes + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + leaf: stagingoptimismgoerli_Bytes + leaf_not: stagingoptimismgoerli_Bytes + leaf_gt: stagingoptimismgoerli_Bytes + leaf_lt: stagingoptimismgoerli_Bytes + leaf_gte: stagingoptimismgoerli_Bytes + leaf_lte: stagingoptimismgoerli_Bytes + leaf_in: [stagingoptimismgoerli_Bytes!] + leaf_not_in: [stagingoptimismgoerli_Bytes!] + leaf_contains: stagingoptimismgoerli_Bytes + leaf_not_contains: stagingoptimismgoerli_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + message: stagingoptimismgoerli_Bytes + message_not: stagingoptimismgoerli_Bytes + message_gt: stagingoptimismgoerli_Bytes + message_lt: stagingoptimismgoerli_Bytes + message_gte: stagingoptimismgoerli_Bytes + message_lte: stagingoptimismgoerli_Bytes + message_in: [stagingoptimismgoerli_Bytes!] + message_not_in: [stagingoptimismgoerli_Bytes!] + message_contains: stagingoptimismgoerli_Bytes + message_not_contains: stagingoptimismgoerli_Bytes + root: stagingoptimismgoerli_Bytes + root_not: stagingoptimismgoerli_Bytes + root_gt: stagingoptimismgoerli_Bytes + root_lt: stagingoptimismgoerli_Bytes + root_gte: stagingoptimismgoerli_Bytes + root_lte: stagingoptimismgoerli_Bytes + root_in: [stagingoptimismgoerli_Bytes!] + root_not_in: [stagingoptimismgoerli_Bytes!] + root_contains: stagingoptimismgoerli_Bytes + root_not_contains: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + transactionHash_not: stagingoptimismgoerli_Bytes + transactionHash_gt: stagingoptimismgoerli_Bytes + transactionHash_lt: stagingoptimismgoerli_Bytes + transactionHash_gte: stagingoptimismgoerli_Bytes + transactionHash_lte: stagingoptimismgoerli_Bytes + transactionHash_in: [stagingoptimismgoerli_Bytes!] + transactionHash_not_in: [stagingoptimismgoerli_Bytes!] + transactionHash_contains: stagingoptimismgoerli_Bytes + transactionHash_not_contains: stagingoptimismgoerli_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -84148,45 +83719,84 @@ input stagingarbitrumgoerli_RootMessageSent_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_RootMessageSent_filter] - or: [stagingarbitrumgoerli_RootMessageSent_filter] + rootCount: String + rootCount_not: String + rootCount_gt: String + rootCount_lt: String + rootCount_gte: String + rootCount_lte: String + rootCount_in: [String!] + rootCount_not_in: [String!] + rootCount_contains: String + rootCount_contains_nocase: String + rootCount_not_contains: String + rootCount_not_contains_nocase: String + rootCount_starts_with: String + rootCount_starts_with_nocase: String + rootCount_not_starts_with: String + rootCount_not_starts_with_nocase: String + rootCount_ends_with: String + rootCount_ends_with_nocase: String + rootCount_not_ends_with: String + rootCount_not_ends_with_nocase: String + rootCount_: stagingoptimismgoerli_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_OriginMessage_filter] + or: [stagingoptimismgoerli_OriginMessage_filter] } -enum stagingarbitrumgoerli_RootMessageSent_orderBy { +enum stagingoptimismgoerli_OriginMessage_orderBy { id - spokeDomain - hubDomain + transferId + destinationDomain + leaf + index + message root - count - caller transactionHash - timestamp - gasPrice - gasLimit blockNumber + rootCount + rootCount__id + rootCount__count } -type stagingarbitrumgoerli_Router { - id: ID! - isActive: Boolean! - owner: stagingarbitrumgoerli_Bytes - recipient: stagingarbitrumgoerli_Bytes - proposedOwner: stagingarbitrumgoerli_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumgoerli_AssetBalance_orderBy, orderDirection: stagingarbitrumgoerli_OrderDirection, where: stagingarbitrumgoerli_AssetBalance_filter): [stagingarbitrumgoerli_AssetBalance!]! -} - -type stagingarbitrumgoerli_RouterDailyTVL { +type stagingoptimismgoerli_OriginTransfer { id: ID! - router: stagingarbitrumgoerli_Router! - asset: stagingarbitrumgoerli_Asset! - timestamp: BigInt! - balance: BigInt! + chainId: BigInt + transferId: stagingoptimismgoerli_Bytes + nonce: BigInt + status: stagingoptimismgoerli_TransferStatus + messageHash: stagingoptimismgoerli_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingoptimismgoerli_Bytes + delegate: stagingoptimismgoerli_Bytes + receiveLocal: Boolean + callData: stagingoptimismgoerli_Bytes + slippage: BigInt + originSender: stagingoptimismgoerli_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingoptimismgoerli_Bytes + asset: stagingoptimismgoerli_Asset + transactingAsset: stagingoptimismgoerli_Bytes + message: stagingoptimismgoerli_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_RelayerFee_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_RelayerFee_filter): [stagingoptimismgoerli_RelayerFee!] + initialRelayerFeeAsset: stagingoptimismgoerli_Bytes + caller: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingoptimismgoerli_Bytes + txNonce: BigInt } -input stagingarbitrumgoerli_RouterDailyTVL_filter { +input stagingoptimismgoerli_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -84195,27 +83805,148 @@ input stagingarbitrumgoerli_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingarbitrumgoerli_Router_filter + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: stagingoptimismgoerli_Bytes + transferId_not: stagingoptimismgoerli_Bytes + transferId_gt: stagingoptimismgoerli_Bytes + transferId_lt: stagingoptimismgoerli_Bytes + transferId_gte: stagingoptimismgoerli_Bytes + transferId_lte: stagingoptimismgoerli_Bytes + transferId_in: [stagingoptimismgoerli_Bytes!] + transferId_not_in: [stagingoptimismgoerli_Bytes!] + transferId_contains: stagingoptimismgoerli_Bytes + transferId_not_contains: stagingoptimismgoerli_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + status: stagingoptimismgoerli_TransferStatus + status_not: stagingoptimismgoerli_TransferStatus + status_in: [stagingoptimismgoerli_TransferStatus!] + status_not_in: [stagingoptimismgoerli_TransferStatus!] + messageHash: stagingoptimismgoerli_Bytes + messageHash_not: stagingoptimismgoerli_Bytes + messageHash_gt: stagingoptimismgoerli_Bytes + messageHash_lt: stagingoptimismgoerli_Bytes + messageHash_gte: stagingoptimismgoerli_Bytes + messageHash_lte: stagingoptimismgoerli_Bytes + messageHash_in: [stagingoptimismgoerli_Bytes!] + messageHash_not_in: [stagingoptimismgoerli_Bytes!] + messageHash_contains: stagingoptimismgoerli_Bytes + messageHash_not_contains: stagingoptimismgoerli_Bytes + originDomain: BigInt + originDomain_not: BigInt + originDomain_gt: BigInt + originDomain_lt: BigInt + originDomain_gte: BigInt + originDomain_lte: BigInt + originDomain_in: [BigInt!] + originDomain_not_in: [BigInt!] + destinationDomain: BigInt + destinationDomain_not: BigInt + destinationDomain_gt: BigInt + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + destinationDomain_lte: BigInt + destinationDomain_in: [BigInt!] + destinationDomain_not_in: [BigInt!] + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + to: stagingoptimismgoerli_Bytes + to_not: stagingoptimismgoerli_Bytes + to_gt: stagingoptimismgoerli_Bytes + to_lt: stagingoptimismgoerli_Bytes + to_gte: stagingoptimismgoerli_Bytes + to_lte: stagingoptimismgoerli_Bytes + to_in: [stagingoptimismgoerli_Bytes!] + to_not_in: [stagingoptimismgoerli_Bytes!] + to_contains: stagingoptimismgoerli_Bytes + to_not_contains: stagingoptimismgoerli_Bytes + delegate: stagingoptimismgoerli_Bytes + delegate_not: stagingoptimismgoerli_Bytes + delegate_gt: stagingoptimismgoerli_Bytes + delegate_lt: stagingoptimismgoerli_Bytes + delegate_gte: stagingoptimismgoerli_Bytes + delegate_lte: stagingoptimismgoerli_Bytes + delegate_in: [stagingoptimismgoerli_Bytes!] + delegate_not_in: [stagingoptimismgoerli_Bytes!] + delegate_contains: stagingoptimismgoerli_Bytes + delegate_not_contains: stagingoptimismgoerli_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingoptimismgoerli_Bytes + callData_not: stagingoptimismgoerli_Bytes + callData_gt: stagingoptimismgoerli_Bytes + callData_lt: stagingoptimismgoerli_Bytes + callData_gte: stagingoptimismgoerli_Bytes + callData_lte: stagingoptimismgoerli_Bytes + callData_in: [stagingoptimismgoerli_Bytes!] + callData_not_in: [stagingoptimismgoerli_Bytes!] + callData_contains: stagingoptimismgoerli_Bytes + callData_not_contains: stagingoptimismgoerli_Bytes + slippage: BigInt + slippage_not: BigInt + slippage_gt: BigInt + slippage_lt: BigInt + slippage_gte: BigInt + slippage_lte: BigInt + slippage_in: [BigInt!] + slippage_not_in: [BigInt!] + originSender: stagingoptimismgoerli_Bytes + originSender_not: stagingoptimismgoerli_Bytes + originSender_gt: stagingoptimismgoerli_Bytes + originSender_lt: stagingoptimismgoerli_Bytes + originSender_gte: stagingoptimismgoerli_Bytes + originSender_lte: stagingoptimismgoerli_Bytes + originSender_in: [stagingoptimismgoerli_Bytes!] + originSender_not_in: [stagingoptimismgoerli_Bytes!] + originSender_contains: stagingoptimismgoerli_Bytes + originSender_not_contains: stagingoptimismgoerli_Bytes + bridgedAmt: BigInt + bridgedAmt_not: BigInt + bridgedAmt_gt: BigInt + bridgedAmt_lt: BigInt + bridgedAmt_gte: BigInt + bridgedAmt_lte: BigInt + bridgedAmt_in: [BigInt!] + bridgedAmt_not_in: [BigInt!] + normalizedIn: BigInt + normalizedIn_not: BigInt + normalizedIn_gt: BigInt + normalizedIn_lt: BigInt + normalizedIn_gte: BigInt + normalizedIn_lte: BigInt + normalizedIn_in: [BigInt!] + normalizedIn_not_in: [BigInt!] + canonicalId: stagingoptimismgoerli_Bytes + canonicalId_not: stagingoptimismgoerli_Bytes + canonicalId_gt: stagingoptimismgoerli_Bytes + canonicalId_lt: stagingoptimismgoerli_Bytes + canonicalId_gte: stagingoptimismgoerli_Bytes + canonicalId_lte: stagingoptimismgoerli_Bytes + canonicalId_in: [stagingoptimismgoerli_Bytes!] + canonicalId_not_in: [stagingoptimismgoerli_Bytes!] + canonicalId_contains: stagingoptimismgoerli_Bytes + canonicalId_not_contains: stagingoptimismgoerli_Bytes asset: String asset_not: String asset_gt: String @@ -84236,7 +83967,83 @@ input stagingarbitrumgoerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingarbitrumgoerli_Asset_filter + asset_: stagingoptimismgoerli_Asset_filter + transactingAsset: stagingoptimismgoerli_Bytes + transactingAsset_not: stagingoptimismgoerli_Bytes + transactingAsset_gt: stagingoptimismgoerli_Bytes + transactingAsset_lt: stagingoptimismgoerli_Bytes + transactingAsset_gte: stagingoptimismgoerli_Bytes + transactingAsset_lte: stagingoptimismgoerli_Bytes + transactingAsset_in: [stagingoptimismgoerli_Bytes!] + transactingAsset_not_in: [stagingoptimismgoerli_Bytes!] + transactingAsset_contains: stagingoptimismgoerli_Bytes + transactingAsset_not_contains: stagingoptimismgoerli_Bytes + message: String + message_not: String + message_gt: String + message_lt: String + message_gte: String + message_lte: String + message_in: [String!] + message_not_in: [String!] + message_contains: String + message_contains_nocase: String + message_not_contains: String + message_not_contains_nocase: String + message_starts_with: String + message_starts_with_nocase: String + message_not_starts_with: String + message_not_starts_with_nocase: String + message_ends_with: String + message_ends_with_nocase: String + message_not_ends_with: String + message_not_ends_with_nocase: String + message_: stagingoptimismgoerli_OriginMessage_filter + bumpRelayerFeeCount: BigInt + bumpRelayerFeeCount_not: BigInt + bumpRelayerFeeCount_gt: BigInt + bumpRelayerFeeCount_lt: BigInt + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: stagingoptimismgoerli_RelayerFee_filter + initialRelayerFeeAsset: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_not: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_gt: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_lt: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_gte: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_lte: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_in: [stagingoptimismgoerli_Bytes!] + initialRelayerFeeAsset_not_in: [stagingoptimismgoerli_Bytes!] + initialRelayerFeeAsset_contains: stagingoptimismgoerli_Bytes + initialRelayerFeeAsset_not_contains: stagingoptimismgoerli_Bytes + caller: stagingoptimismgoerli_Bytes + caller_not: stagingoptimismgoerli_Bytes + caller_gt: stagingoptimismgoerli_Bytes + caller_lt: stagingoptimismgoerli_Bytes + caller_gte: stagingoptimismgoerli_Bytes + caller_lte: stagingoptimismgoerli_Bytes + caller_in: [stagingoptimismgoerli_Bytes!] + caller_not_in: [stagingoptimismgoerli_Bytes!] + caller_contains: stagingoptimismgoerli_Bytes + caller_not_contains: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + transactionHash_not: stagingoptimismgoerli_Bytes + transactionHash_gt: stagingoptimismgoerli_Bytes + transactionHash_lt: stagingoptimismgoerli_Bytes + transactionHash_gte: stagingoptimismgoerli_Bytes + transactionHash_lte: stagingoptimismgoerli_Bytes + transactionHash_in: [stagingoptimismgoerli_Bytes!] + transactionHash_not_in: [stagingoptimismgoerli_Bytes!] + transactionHash_contains: stagingoptimismgoerli_Bytes + transactionHash_not_contains: stagingoptimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -84245,29 +84052,73 @@ input stagingarbitrumgoerli_RouterDailyTVL_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: stagingoptimismgoerli_Bytes + txOrigin_not: stagingoptimismgoerli_Bytes + txOrigin_gt: stagingoptimismgoerli_Bytes + txOrigin_lt: stagingoptimismgoerli_Bytes + txOrigin_gte: stagingoptimismgoerli_Bytes + txOrigin_lte: stagingoptimismgoerli_Bytes + txOrigin_in: [stagingoptimismgoerli_Bytes!] + txOrigin_not_in: [stagingoptimismgoerli_Bytes!] + txOrigin_contains: stagingoptimismgoerli_Bytes + txOrigin_not_contains: stagingoptimismgoerli_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_RouterDailyTVL_filter] - or: [stagingarbitrumgoerli_RouterDailyTVL_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_OriginTransfer_filter] + or: [stagingoptimismgoerli_OriginTransfer_filter] } -enum stagingarbitrumgoerli_RouterDailyTVL_orderBy { +enum stagingoptimismgoerli_OriginTransfer_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId asset asset__id asset__key @@ -84277,126 +84128,44 @@ enum stagingarbitrumgoerli_RouterDailyTVL_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - timestamp - balance -} - -input stagingarbitrumgoerli_Router_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!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: stagingarbitrumgoerli_Bytes - owner_not: stagingarbitrumgoerli_Bytes - owner_gt: stagingarbitrumgoerli_Bytes - owner_lt: stagingarbitrumgoerli_Bytes - owner_gte: stagingarbitrumgoerli_Bytes - owner_lte: stagingarbitrumgoerli_Bytes - owner_in: [stagingarbitrumgoerli_Bytes!] - owner_not_in: [stagingarbitrumgoerli_Bytes!] - owner_contains: stagingarbitrumgoerli_Bytes - owner_not_contains: stagingarbitrumgoerli_Bytes - recipient: stagingarbitrumgoerli_Bytes - recipient_not: stagingarbitrumgoerli_Bytes - recipient_gt: stagingarbitrumgoerli_Bytes - recipient_lt: stagingarbitrumgoerli_Bytes - recipient_gte: stagingarbitrumgoerli_Bytes - recipient_lte: stagingarbitrumgoerli_Bytes - recipient_in: [stagingarbitrumgoerli_Bytes!] - recipient_not_in: [stagingarbitrumgoerli_Bytes!] - recipient_contains: stagingarbitrumgoerli_Bytes - recipient_not_contains: stagingarbitrumgoerli_Bytes - proposedOwner: stagingarbitrumgoerli_Bytes - proposedOwner_not: stagingarbitrumgoerli_Bytes - proposedOwner_gt: stagingarbitrumgoerli_Bytes - proposedOwner_lt: stagingarbitrumgoerli_Bytes - proposedOwner_gte: stagingarbitrumgoerli_Bytes - proposedOwner_lte: stagingarbitrumgoerli_Bytes - proposedOwner_in: [stagingarbitrumgoerli_Bytes!] - proposedOwner_not_in: [stagingarbitrumgoerli_Bytes!] - proposedOwner_contains: stagingarbitrumgoerli_Bytes - proposedOwner_not_contains: stagingarbitrumgoerli_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingarbitrumgoerli_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Router_filter] - or: [stagingarbitrumgoerli_Router_filter] -} - -enum stagingarbitrumgoerli_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type stagingarbitrumgoerli_Sequencer { - id: ID! - isActive: Boolean! - sequencer: stagingarbitrumgoerli_Bytes -} - -input stagingarbitrumgoerli_Sequencer_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!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - sequencer: stagingarbitrumgoerli_Bytes - sequencer_not: stagingarbitrumgoerli_Bytes - sequencer_gt: stagingarbitrumgoerli_Bytes - sequencer_lt: stagingarbitrumgoerli_Bytes - sequencer_gte: stagingarbitrumgoerli_Bytes - sequencer_lte: stagingarbitrumgoerli_Bytes - sequencer_in: [stagingarbitrumgoerli_Bytes!] - sequencer_not_in: [stagingarbitrumgoerli_Bytes!] - sequencer_contains: stagingarbitrumgoerli_Bytes - sequencer_not_contains: stagingarbitrumgoerli_Bytes - """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Sequencer_filter] - or: [stagingarbitrumgoerli_Sequencer_filter] + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -enum stagingarbitrumgoerli_Sequencer_orderBy { - id - isActive - sequencer +type stagingoptimismgoerli_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingoptimismgoerli_Bytes } -type stagingarbitrumgoerli_Setting { +type stagingoptimismgoerli_RelayerFee { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingarbitrumgoerli_Bytes! + transfer: stagingoptimismgoerli_OriginTransfer! + fee: BigInt! + asset: stagingoptimismgoerli_Bytes! } -input stagingarbitrumgoerli_Setting_filter { +input stagingoptimismgoerli_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -84405,49 +84174,101 @@ input stagingarbitrumgoerli_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingarbitrumgoerli_Bytes - caller_not: stagingarbitrumgoerli_Bytes - caller_gt: stagingarbitrumgoerli_Bytes - caller_lt: stagingarbitrumgoerli_Bytes - caller_gte: stagingarbitrumgoerli_Bytes - caller_lte: stagingarbitrumgoerli_Bytes - caller_in: [stagingarbitrumgoerli_Bytes!] - caller_not_in: [stagingarbitrumgoerli_Bytes!] - caller_contains: stagingarbitrumgoerli_Bytes - caller_not_contains: stagingarbitrumgoerli_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingoptimismgoerli_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: stagingoptimismgoerli_Bytes + asset_not: stagingoptimismgoerli_Bytes + asset_gt: stagingoptimismgoerli_Bytes + asset_lt: stagingoptimismgoerli_Bytes + asset_gte: stagingoptimismgoerli_Bytes + asset_lte: stagingoptimismgoerli_Bytes + asset_in: [stagingoptimismgoerli_Bytes!] + asset_not_in: [stagingoptimismgoerli_Bytes!] + asset_contains: stagingoptimismgoerli_Bytes + asset_not_contains: stagingoptimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_Setting_filter] - or: [stagingarbitrumgoerli_Setting_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RelayerFee_filter] + or: [stagingoptimismgoerli_RelayerFee_filter] } -enum stagingarbitrumgoerli_Setting_orderBy { +enum stagingoptimismgoerli_RelayerFee_orderBy { id - maxRoutersPerTransfer - caller + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset } -type stagingarbitrumgoerli_SlippageUpdate { +type stagingoptimismgoerli_RelayerFeesIncrease { id: ID! - transfer: stagingarbitrumgoerli_DestinationTransfer! - slippage: BigInt! - caller: stagingarbitrumgoerli_Bytes! - transactionHash: stagingarbitrumgoerli_Bytes! + transfer: stagingoptimismgoerli_OriginTransfer! + increase: BigInt + asset: stagingoptimismgoerli_Bytes + caller: stagingoptimismgoerli_Bytes! + transactionHash: stagingoptimismgoerli_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingarbitrumgoerli_SlippageUpdate_filter { +input stagingoptimismgoerli_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -84476,35 +84297,45 @@ input stagingarbitrumgoerli_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingarbitrumgoerli_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: stagingarbitrumgoerli_Bytes - caller_not: stagingarbitrumgoerli_Bytes - caller_gt: stagingarbitrumgoerli_Bytes - caller_lt: stagingarbitrumgoerli_Bytes - caller_gte: stagingarbitrumgoerli_Bytes - caller_lte: stagingarbitrumgoerli_Bytes - caller_in: [stagingarbitrumgoerli_Bytes!] - caller_not_in: [stagingarbitrumgoerli_Bytes!] - caller_contains: stagingarbitrumgoerli_Bytes - caller_not_contains: stagingarbitrumgoerli_Bytes - transactionHash: stagingarbitrumgoerli_Bytes - transactionHash_not: stagingarbitrumgoerli_Bytes - transactionHash_gt: stagingarbitrumgoerli_Bytes - transactionHash_lt: stagingarbitrumgoerli_Bytes - transactionHash_gte: stagingarbitrumgoerli_Bytes - transactionHash_lte: stagingarbitrumgoerli_Bytes - transactionHash_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_not_in: [stagingarbitrumgoerli_Bytes!] - transactionHash_contains: stagingarbitrumgoerli_Bytes - transactionHash_not_contains: stagingarbitrumgoerli_Bytes + transfer_: stagingoptimismgoerli_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: stagingoptimismgoerli_Bytes + asset_not: stagingoptimismgoerli_Bytes + asset_gt: stagingoptimismgoerli_Bytes + asset_lt: stagingoptimismgoerli_Bytes + asset_gte: stagingoptimismgoerli_Bytes + asset_lte: stagingoptimismgoerli_Bytes + asset_in: [stagingoptimismgoerli_Bytes!] + asset_not_in: [stagingoptimismgoerli_Bytes!] + asset_contains: stagingoptimismgoerli_Bytes + asset_not_contains: stagingoptimismgoerli_Bytes + caller: stagingoptimismgoerli_Bytes + caller_not: stagingoptimismgoerli_Bytes + caller_gt: stagingoptimismgoerli_Bytes + caller_lt: stagingoptimismgoerli_Bytes + caller_gte: stagingoptimismgoerli_Bytes + caller_lte: stagingoptimismgoerli_Bytes + caller_in: [stagingoptimismgoerli_Bytes!] + caller_not_in: [stagingoptimismgoerli_Bytes!] + caller_contains: stagingoptimismgoerli_Bytes + caller_not_contains: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + transactionHash_not: stagingoptimismgoerli_Bytes + transactionHash_gt: stagingoptimismgoerli_Bytes + transactionHash_lt: stagingoptimismgoerli_Bytes + transactionHash_gte: stagingoptimismgoerli_Bytes + transactionHash_lte: stagingoptimismgoerli_Bytes + transactionHash_in: [stagingoptimismgoerli_Bytes!] + transactionHash_not_in: [stagingoptimismgoerli_Bytes!] + transactionHash_contains: stagingoptimismgoerli_Bytes + transactionHash_not_contains: stagingoptimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -84538,12 +84369,12 @@ input stagingarbitrumgoerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_SlippageUpdate_filter] - or: [stagingarbitrumgoerli_SlippageUpdate_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RelayerFeesIncrease_filter] + or: [stagingoptimismgoerli_RelayerFeesIncrease_filter] } -enum stagingarbitrumgoerli_SlippageUpdate_orderBy { +enum stagingoptimismgoerli_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -84551,6 +84382,7 @@ enum stagingarbitrumgoerli_SlippageUpdate_orderBy { transfer__transferId transfer__nonce transfer__status + transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -84559,30 +84391,23 @@ enum stagingarbitrumgoerli_SlippageUpdate_orderBy { transfer__receiveLocal transfer__callData transfer__slippage - transfer__bumpSlippageCount transfer__originSender transfer__bridgedAmt transfer__normalizedIn transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset caller transactionHash timestamp @@ -84591,16 +84416,7 @@ enum stagingarbitrumgoerli_SlippageUpdate_orderBy { blockNumber } -type stagingarbitrumgoerli_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: stagingarbitrumgoerli_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input stagingarbitrumgoerli_SnapshotRoot_filter { +input stagingoptimismgoerli_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -84609,69 +84425,38 @@ input stagingarbitrumgoerli_SnapshotRoot_filter { 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!] - root: stagingarbitrumgoerli_Bytes - root_not: stagingarbitrumgoerli_Bytes - root_gt: stagingarbitrumgoerli_Bytes - root_lt: stagingarbitrumgoerli_Bytes - root_gte: stagingarbitrumgoerli_Bytes - root_lte: stagingarbitrumgoerli_Bytes - root_in: [stagingarbitrumgoerli_Bytes!] - root_not_in: [stagingarbitrumgoerli_Bytes!] - root_contains: stagingarbitrumgoerli_Bytes - root_not_contains: stagingarbitrumgoerli_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: stagingoptimismgoerli_Bytes + relayer_not: stagingoptimismgoerli_Bytes + relayer_gt: stagingoptimismgoerli_Bytes + relayer_lt: stagingoptimismgoerli_Bytes + relayer_gte: stagingoptimismgoerli_Bytes + relayer_lte: stagingoptimismgoerli_Bytes + relayer_in: [stagingoptimismgoerli_Bytes!] + relayer_not_in: [stagingoptimismgoerli_Bytes!] + relayer_contains: stagingoptimismgoerli_Bytes + relayer_not_contains: stagingoptimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_SnapshotRoot_filter] - or: [stagingarbitrumgoerli_SnapshotRoot_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Relayer_filter] + or: [stagingoptimismgoerli_Relayer_filter] } -enum stagingarbitrumgoerli_SnapshotRoot_orderBy { +enum stagingoptimismgoerli_Relayer_orderBy { id - spokeDomain - root - count - timestamp - blockNumber + isActive + relayer } -type stagingarbitrumgoerli_SpokeConnectorMode { +type stagingoptimismgoerli_RootCount { id: ID! - mode: String! + count: BigInt } -input stagingarbitrumgoerli_SpokeConnectorMode_filter { +input stagingoptimismgoerli_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -84680,87 +84465,40 @@ input stagingarbitrumgoerli_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumgoerli_BlockChangedFilter - and: [stagingarbitrumgoerli_SpokeConnectorMode_filter] - or: [stagingarbitrumgoerli_SpokeConnectorMode_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RootCount_filter] + or: [stagingoptimismgoerli_RootCount_filter] } -enum stagingarbitrumgoerli_SpokeConnectorMode_orderBy { +enum stagingoptimismgoerli_RootCount_orderBy { id - mode -} - -enum stagingarbitrumgoerli_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type stagingarbitrumgoerli__Block_ { - """The hash of the block""" - hash: stagingarbitrumgoerli_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type stagingarbitrumgoerli__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: stagingarbitrumgoerli__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type stagingmumbai_AggregateRoot { - id: ID! - root: stagingmumbai_Bytes! - blockNumber: BigInt! + count } -type stagingmumbai_AggregateRootProposed { +type stagingoptimismgoerli_RootMessageSent { id: ID! - aggregateRoot: stagingmumbai_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingoptimismgoerli_Bytes + count: BigInt + caller: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt blockNumber: BigInt } -input stagingmumbai_AggregateRootProposed_filter { +input stagingoptimismgoerli_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -84769,40 +84507,60 @@ input stagingmumbai_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmumbai_Bytes - aggregateRoot_not: stagingmumbai_Bytes - aggregateRoot_gt: stagingmumbai_Bytes - aggregateRoot_lt: stagingmumbai_Bytes - aggregateRoot_gte: stagingmumbai_Bytes - aggregateRoot_lte: stagingmumbai_Bytes - aggregateRoot_in: [stagingmumbai_Bytes!] - aggregateRoot_not_in: [stagingmumbai_Bytes!] - aggregateRoot_contains: stagingmumbai_Bytes - aggregateRoot_not_contains: stagingmumbai_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + 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!] + root: stagingoptimismgoerli_Bytes + root_not: stagingoptimismgoerli_Bytes + root_gt: stagingoptimismgoerli_Bytes + root_lt: stagingoptimismgoerli_Bytes + root_gte: stagingoptimismgoerli_Bytes + root_lte: stagingoptimismgoerli_Bytes + root_in: [stagingoptimismgoerli_Bytes!] + root_not_in: [stagingoptimismgoerli_Bytes!] + root_contains: stagingoptimismgoerli_Bytes + root_not_contains: stagingoptimismgoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + caller: stagingoptimismgoerli_Bytes + caller_not: stagingoptimismgoerli_Bytes + caller_gt: stagingoptimismgoerli_Bytes + caller_lt: stagingoptimismgoerli_Bytes + caller_gte: stagingoptimismgoerli_Bytes + caller_lte: stagingoptimismgoerli_Bytes + caller_in: [stagingoptimismgoerli_Bytes!] + caller_not_in: [stagingoptimismgoerli_Bytes!] + caller_contains: stagingoptimismgoerli_Bytes + caller_not_contains: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + transactionHash_not: stagingoptimismgoerli_Bytes + transactionHash_gt: stagingoptimismgoerli_Bytes + transactionHash_lt: stagingoptimismgoerli_Bytes + transactionHash_gte: stagingoptimismgoerli_Bytes + transactionHash_lte: stagingoptimismgoerli_Bytes + transactionHash_in: [stagingoptimismgoerli_Bytes!] + transactionHash_not_in: [stagingoptimismgoerli_Bytes!] + transactionHash_contains: stagingoptimismgoerli_Bytes + transactionHash_not_contains: stagingoptimismgoerli_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -84811,6 +84569,22 @@ input stagingmumbai_AggregateRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -84820,84 +84594,44 @@ input stagingmumbai_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AggregateRootProposed_filter] - or: [stagingmumbai_AggregateRootProposed_filter] -} - -enum stagingmumbai_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input stagingmumbai_AggregateRoot_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!] - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AggregateRoot_filter] - or: [stagingmumbai_AggregateRoot_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RootMessageSent_filter] + or: [stagingoptimismgoerli_RootMessageSent_filter] } -enum stagingmumbai_AggregateRoot_orderBy { +enum stagingoptimismgoerli_RootMessageSent_orderBy { id + spokeDomain + hubDomain root + count + caller + transactionHash + timestamp + gasPrice + gasLimit blockNumber } -type stagingmumbai_Asset { +type stagingoptimismgoerli_Router { id: ID! - key: stagingmumbai_Bytes - decimal: BigInt - canonicalId: stagingmumbai_Bytes - canonicalDomain: BigInt - adoptedAsset: stagingmumbai_Bytes - localAsset: stagingmumbai_Bytes - blockNumber: BigInt - status: stagingmumbai_AssetStatus + isActive: Boolean! + owner: stagingoptimismgoerli_Bytes + recipient: stagingoptimismgoerli_Bytes + proposedOwner: stagingoptimismgoerli_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimismgoerli_AssetBalance_orderBy, orderDirection: stagingoptimismgoerli_OrderDirection, where: stagingoptimismgoerli_AssetBalance_filter): [stagingoptimismgoerli_AssetBalance!]! } -type stagingmumbai_AssetBalance { +type stagingoptimismgoerli_RouterDailyTVL { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingmumbai_Router! - asset: stagingmumbai_Asset! - feesEarned: BigInt! + router: stagingoptimismgoerli_Router! + asset: stagingoptimismgoerli_Asset! + timestamp: BigInt! + balance: BigInt! } -input stagingmumbai_AssetBalance_filter { +input stagingoptimismgoerli_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -84906,38 +84640,6 @@ input stagingmumbai_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - locked: BigInt - locked_not: BigInt - locked_gt: BigInt - locked_lt: BigInt - locked_gte: BigInt - locked_lte: BigInt - locked_in: [BigInt!] - locked_not_in: [BigInt!] - supplied: BigInt - supplied_not: BigInt - supplied_gt: BigInt - supplied_lt: BigInt - supplied_gte: BigInt - supplied_lte: BigInt - supplied_in: [BigInt!] - supplied_not_in: [BigInt!] - removed: BigInt - removed_not: BigInt - removed_gt: BigInt - removed_lt: BigInt - removed_gte: BigInt - removed_lte: BigInt - removed_in: [BigInt!] - removed_not_in: [BigInt!] router: String router_not: String router_gt: String @@ -84958,7 +84660,7 @@ input stagingmumbai_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmumbai_Router_filter + router_: stagingoptimismgoerli_Router_filter asset: String asset_not: String asset_gt: String @@ -84979,27 +84681,31 @@ input stagingmumbai_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + asset_: stagingoptimismgoerli_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AssetBalance_filter] - or: [stagingmumbai_AssetBalance_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_RouterDailyTVL_filter] + or: [stagingoptimismgoerli_RouterDailyTVL_filter] } -enum stagingmumbai_AssetBalance_orderBy { +enum stagingoptimismgoerli_RouterDailyTVL_orderBy { id - amount - locked - supplied - removed router router__id router__isActive @@ -85016,15 +84722,11 @@ enum stagingmumbai_AssetBalance_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - feesEarned -} - -type stagingmumbai_AssetStatus { - id: ID! - status: Boolean + timestamp + balance } -input stagingmumbai_AssetStatus_filter { +input stagingoptimismgoerli_Router_filter { id: ID id_not: ID id_gt: ID @@ -85033,22 +84735,72 @@ input stagingmumbai_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: stagingoptimismgoerli_Bytes + owner_not: stagingoptimismgoerli_Bytes + owner_gt: stagingoptimismgoerli_Bytes + owner_lt: stagingoptimismgoerli_Bytes + owner_gte: stagingoptimismgoerli_Bytes + owner_lte: stagingoptimismgoerli_Bytes + owner_in: [stagingoptimismgoerli_Bytes!] + owner_not_in: [stagingoptimismgoerli_Bytes!] + owner_contains: stagingoptimismgoerli_Bytes + owner_not_contains: stagingoptimismgoerli_Bytes + recipient: stagingoptimismgoerli_Bytes + recipient_not: stagingoptimismgoerli_Bytes + recipient_gt: stagingoptimismgoerli_Bytes + recipient_lt: stagingoptimismgoerli_Bytes + recipient_gte: stagingoptimismgoerli_Bytes + recipient_lte: stagingoptimismgoerli_Bytes + recipient_in: [stagingoptimismgoerli_Bytes!] + recipient_not_in: [stagingoptimismgoerli_Bytes!] + recipient_contains: stagingoptimismgoerli_Bytes + recipient_not_contains: stagingoptimismgoerli_Bytes + proposedOwner: stagingoptimismgoerli_Bytes + proposedOwner_not: stagingoptimismgoerli_Bytes + proposedOwner_gt: stagingoptimismgoerli_Bytes + proposedOwner_lt: stagingoptimismgoerli_Bytes + proposedOwner_gte: stagingoptimismgoerli_Bytes + proposedOwner_lte: stagingoptimismgoerli_Bytes + proposedOwner_in: [stagingoptimismgoerli_Bytes!] + proposedOwner_not_in: [stagingoptimismgoerli_Bytes!] + proposedOwner_contains: stagingoptimismgoerli_Bytes + proposedOwner_not_contains: stagingoptimismgoerli_Bytes + proposedTimestamp: BigInt + proposedTimestamp_not: BigInt + proposedTimestamp_gt: BigInt + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: stagingoptimismgoerli_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_AssetStatus_filter] - or: [stagingmumbai_AssetStatus_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Router_filter] + or: [stagingoptimismgoerli_Router_filter] } -enum stagingmumbai_AssetStatus_orderBy { +enum stagingoptimismgoerli_Router_orderBy { id - status + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -input stagingmumbai_Asset_filter { +type stagingoptimismgoerli_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingoptimismgoerli_Bytes +} + +input stagingoptimismgoerli_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -85057,135 +84809,39 @@ input stagingmumbai_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingmumbai_Bytes - key_not: stagingmumbai_Bytes - key_gt: stagingmumbai_Bytes - key_lt: stagingmumbai_Bytes - key_gte: stagingmumbai_Bytes - key_lte: stagingmumbai_Bytes - key_in: [stagingmumbai_Bytes!] - key_not_in: [stagingmumbai_Bytes!] - key_contains: stagingmumbai_Bytes - key_not_contains: stagingmumbai_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - canonicalId: stagingmumbai_Bytes - canonicalId_not: stagingmumbai_Bytes - canonicalId_gt: stagingmumbai_Bytes - canonicalId_lt: stagingmumbai_Bytes - canonicalId_gte: stagingmumbai_Bytes - canonicalId_lte: stagingmumbai_Bytes - canonicalId_in: [stagingmumbai_Bytes!] - canonicalId_not_in: [stagingmumbai_Bytes!] - canonicalId_contains: stagingmumbai_Bytes - canonicalId_not_contains: stagingmumbai_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingmumbai_Bytes - adoptedAsset_not: stagingmumbai_Bytes - adoptedAsset_gt: stagingmumbai_Bytes - adoptedAsset_lt: stagingmumbai_Bytes - adoptedAsset_gte: stagingmumbai_Bytes - adoptedAsset_lte: stagingmumbai_Bytes - adoptedAsset_in: [stagingmumbai_Bytes!] - adoptedAsset_not_in: [stagingmumbai_Bytes!] - adoptedAsset_contains: stagingmumbai_Bytes - adoptedAsset_not_contains: stagingmumbai_Bytes - localAsset: stagingmumbai_Bytes - localAsset_not: stagingmumbai_Bytes - localAsset_gt: stagingmumbai_Bytes - localAsset_lt: stagingmumbai_Bytes - localAsset_gte: stagingmumbai_Bytes - localAsset_lte: stagingmumbai_Bytes - localAsset_in: [stagingmumbai_Bytes!] - localAsset_not_in: [stagingmumbai_Bytes!] - localAsset_contains: stagingmumbai_Bytes - localAsset_not_contains: stagingmumbai_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: stagingmumbai_AssetStatus_filter + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: stagingoptimismgoerli_Bytes + sequencer_not: stagingoptimismgoerli_Bytes + sequencer_gt: stagingoptimismgoerli_Bytes + sequencer_lt: stagingoptimismgoerli_Bytes + sequencer_gte: stagingoptimismgoerli_Bytes + sequencer_lte: stagingoptimismgoerli_Bytes + sequencer_in: [stagingoptimismgoerli_Bytes!] + sequencer_not_in: [stagingoptimismgoerli_Bytes!] + sequencer_contains: stagingoptimismgoerli_Bytes + sequencer_not_contains: stagingoptimismgoerli_Bytes """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Asset_filter] - or: [stagingmumbai_Asset_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Sequencer_filter] + or: [stagingoptimismgoerli_Sequencer_filter] } -enum stagingmumbai_Asset_orderBy { +enum stagingoptimismgoerli_Sequencer_orderBy { id - key - decimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar stagingmumbai_BigDecimal - -input stagingmumbai_BlockChangedFilter { - number_gte: Int! -} - -input stagingmumbai_Block_height { - hash: stagingmumbai_Bytes - number: Int - number_gte: Int + isActive + sequencer } -scalar stagingmumbai_Bytes - -type stagingmumbai_ConnectorMeta { +type stagingoptimismgoerli_Setting { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: stagingmumbai_Bytes - rootManager: stagingmumbai_Bytes - mirrorConnector: stagingmumbai_Bytes + maxRoutersPerTransfer: BigInt! + caller: stagingoptimismgoerli_Bytes! } -input stagingmumbai_ConnectorMeta_filter { +input stagingoptimismgoerli_Setting_filter { id: ID id_not: ID id_gt: ID @@ -85194,109 +84850,49 @@ input stagingmumbai_ConnectorMeta_filter { 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: stagingmumbai_Bytes - amb_not: stagingmumbai_Bytes - amb_gt: stagingmumbai_Bytes - amb_lt: stagingmumbai_Bytes - amb_gte: stagingmumbai_Bytes - amb_lte: stagingmumbai_Bytes - amb_in: [stagingmumbai_Bytes!] - amb_not_in: [stagingmumbai_Bytes!] - amb_contains: stagingmumbai_Bytes - amb_not_contains: stagingmumbai_Bytes - rootManager: stagingmumbai_Bytes - rootManager_not: stagingmumbai_Bytes - rootManager_gt: stagingmumbai_Bytes - rootManager_lt: stagingmumbai_Bytes - rootManager_gte: stagingmumbai_Bytes - rootManager_lte: stagingmumbai_Bytes - rootManager_in: [stagingmumbai_Bytes!] - rootManager_not_in: [stagingmumbai_Bytes!] - rootManager_contains: stagingmumbai_Bytes - rootManager_not_contains: stagingmumbai_Bytes - mirrorConnector: stagingmumbai_Bytes - mirrorConnector_not: stagingmumbai_Bytes - mirrorConnector_gt: stagingmumbai_Bytes - mirrorConnector_lt: stagingmumbai_Bytes - mirrorConnector_gte: stagingmumbai_Bytes - mirrorConnector_lte: stagingmumbai_Bytes - mirrorConnector_in: [stagingmumbai_Bytes!] - mirrorConnector_not_in: [stagingmumbai_Bytes!] - mirrorConnector_contains: stagingmumbai_Bytes - mirrorConnector_not_contains: stagingmumbai_Bytes - """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_ConnectorMeta_filter] - or: [stagingmumbai_ConnectorMeta_filter] -} - -enum stagingmumbai_ConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmumbai_DestinationTransfer { - id: ID! - chainId: BigInt - transferId: stagingmumbai_Bytes - nonce: BigInt - status: stagingmumbai_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_Router_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_Router_filter): [stagingmumbai_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes - receiveLocal: Boolean - callData: stagingmumbai_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: stagingmumbai_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingmumbai_Bytes - asset: stagingmumbai_Asset - amount: BigInt - routersFee: BigInt - executedCaller: stagingmumbai_Bytes - executedTransactionHash: stagingmumbai_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: stagingmumbai_Bytes - executedTxNonce: BigInt - reconciledCaller: stagingmumbai_Bytes - reconciledTransactionHash: stagingmumbai_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmumbai_Bytes - reconciledTxNonce: BigInt + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: stagingoptimismgoerli_Bytes + caller_not: stagingoptimismgoerli_Bytes + caller_gt: stagingoptimismgoerli_Bytes + caller_lt: stagingoptimismgoerli_Bytes + caller_gte: stagingoptimismgoerli_Bytes + caller_lte: stagingoptimismgoerli_Bytes + caller_in: [stagingoptimismgoerli_Bytes!] + caller_not_in: [stagingoptimismgoerli_Bytes!] + caller_contains: stagingoptimismgoerli_Bytes + caller_not_contains: stagingoptimismgoerli_Bytes + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_Setting_filter] + or: [stagingoptimismgoerli_Setting_filter] } -input stagingmumbai_DestinationTransfer_filter { +enum stagingoptimismgoerli_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingoptimismgoerli_SlippageUpdate { + id: ID! + transfer: stagingoptimismgoerli_DestinationTransfer! + slippage: BigInt! + caller: stagingoptimismgoerli_Bytes! + transactionHash: stagingoptimismgoerli_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingoptimismgoerli_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -85305,101 +84901,27 @@ input stagingmumbai_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: stagingmumbai_Bytes - transferId_not: stagingmumbai_Bytes - transferId_gt: stagingmumbai_Bytes - transferId_lt: stagingmumbai_Bytes - transferId_gte: stagingmumbai_Bytes - transferId_lte: stagingmumbai_Bytes - transferId_in: [stagingmumbai_Bytes!] - transferId_not_in: [stagingmumbai_Bytes!] - transferId_contains: stagingmumbai_Bytes - transferId_not_contains: stagingmumbai_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingmumbai_TransferStatus - status_not: stagingmumbai_TransferStatus - status_in: [stagingmumbai_TransferStatus!] - status_not_in: [stagingmumbai_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: stagingmumbai_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: stagingmumbai_Bytes - to_not: stagingmumbai_Bytes - to_gt: stagingmumbai_Bytes - to_lt: stagingmumbai_Bytes - to_gte: stagingmumbai_Bytes - to_lte: stagingmumbai_Bytes - to_in: [stagingmumbai_Bytes!] - to_not_in: [stagingmumbai_Bytes!] - to_contains: stagingmumbai_Bytes - to_not_contains: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes - delegate_not: stagingmumbai_Bytes - delegate_gt: stagingmumbai_Bytes - delegate_lt: stagingmumbai_Bytes - delegate_gte: stagingmumbai_Bytes - delegate_lte: stagingmumbai_Bytes - delegate_in: [stagingmumbai_Bytes!] - delegate_not_in: [stagingmumbai_Bytes!] - delegate_contains: stagingmumbai_Bytes - delegate_not_contains: stagingmumbai_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingmumbai_Bytes - callData_not: stagingmumbai_Bytes - callData_gt: stagingmumbai_Bytes - callData_lt: stagingmumbai_Bytes - callData_gte: stagingmumbai_Bytes - callData_lte: stagingmumbai_Bytes - callData_in: [stagingmumbai_Bytes!] - callData_not_in: [stagingmumbai_Bytes!] - callData_contains: stagingmumbai_Bytes - callData_not_contains: stagingmumbai_Bytes + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: stagingoptimismgoerli_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -85408,296 +84930,122 @@ input stagingmumbai_DestinationTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: stagingmumbai_Bytes - originSender_not: stagingmumbai_Bytes - originSender_gt: stagingmumbai_Bytes - originSender_lt: stagingmumbai_Bytes - originSender_gte: stagingmumbai_Bytes - originSender_lte: stagingmumbai_Bytes - originSender_in: [stagingmumbai_Bytes!] - originSender_not_in: [stagingmumbai_Bytes!] - originSender_contains: stagingmumbai_Bytes - originSender_not_contains: stagingmumbai_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: stagingmumbai_Bytes - canonicalId_not: stagingmumbai_Bytes - canonicalId_gt: stagingmumbai_Bytes - canonicalId_lt: stagingmumbai_Bytes - canonicalId_gte: stagingmumbai_Bytes - canonicalId_lte: stagingmumbai_Bytes - canonicalId_in: [stagingmumbai_Bytes!] - canonicalId_not_in: [stagingmumbai_Bytes!] - canonicalId_contains: stagingmumbai_Bytes - canonicalId_not_contains: stagingmumbai_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: stagingmumbai_Bytes - executedCaller_not: stagingmumbai_Bytes - executedCaller_gt: stagingmumbai_Bytes - executedCaller_lt: stagingmumbai_Bytes - executedCaller_gte: stagingmumbai_Bytes - executedCaller_lte: stagingmumbai_Bytes - executedCaller_in: [stagingmumbai_Bytes!] - executedCaller_not_in: [stagingmumbai_Bytes!] - executedCaller_contains: stagingmumbai_Bytes - executedCaller_not_contains: stagingmumbai_Bytes - executedTransactionHash: stagingmumbai_Bytes - executedTransactionHash_not: stagingmumbai_Bytes - executedTransactionHash_gt: stagingmumbai_Bytes - executedTransactionHash_lt: stagingmumbai_Bytes - executedTransactionHash_gte: stagingmumbai_Bytes - executedTransactionHash_lte: stagingmumbai_Bytes - executedTransactionHash_in: [stagingmumbai_Bytes!] - executedTransactionHash_not_in: [stagingmumbai_Bytes!] - executedTransactionHash_contains: stagingmumbai_Bytes - executedTransactionHash_not_contains: stagingmumbai_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingmumbai_Bytes - executedTxOrigin_not: stagingmumbai_Bytes - executedTxOrigin_gt: stagingmumbai_Bytes - executedTxOrigin_lt: stagingmumbai_Bytes - executedTxOrigin_gte: stagingmumbai_Bytes - executedTxOrigin_lte: stagingmumbai_Bytes - executedTxOrigin_in: [stagingmumbai_Bytes!] - executedTxOrigin_not_in: [stagingmumbai_Bytes!] - executedTxOrigin_contains: stagingmumbai_Bytes - executedTxOrigin_not_contains: stagingmumbai_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingmumbai_Bytes - reconciledCaller_not: stagingmumbai_Bytes - reconciledCaller_gt: stagingmumbai_Bytes - reconciledCaller_lt: stagingmumbai_Bytes - reconciledCaller_gte: stagingmumbai_Bytes - reconciledCaller_lte: stagingmumbai_Bytes - reconciledCaller_in: [stagingmumbai_Bytes!] - reconciledCaller_not_in: [stagingmumbai_Bytes!] - reconciledCaller_contains: stagingmumbai_Bytes - reconciledCaller_not_contains: stagingmumbai_Bytes - reconciledTransactionHash: stagingmumbai_Bytes - reconciledTransactionHash_not: stagingmumbai_Bytes - reconciledTransactionHash_gt: stagingmumbai_Bytes - reconciledTransactionHash_lt: stagingmumbai_Bytes - reconciledTransactionHash_gte: stagingmumbai_Bytes - reconciledTransactionHash_lte: stagingmumbai_Bytes - reconciledTransactionHash_in: [stagingmumbai_Bytes!] - reconciledTransactionHash_not_in: [stagingmumbai_Bytes!] - reconciledTransactionHash_contains: stagingmumbai_Bytes - reconciledTransactionHash_not_contains: stagingmumbai_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingmumbai_Bytes - reconciledTxOrigin_not: stagingmumbai_Bytes - reconciledTxOrigin_gt: stagingmumbai_Bytes - reconciledTxOrigin_lt: stagingmumbai_Bytes - reconciledTxOrigin_gte: stagingmumbai_Bytes - reconciledTxOrigin_lte: stagingmumbai_Bytes - reconciledTxOrigin_in: [stagingmumbai_Bytes!] - reconciledTxOrigin_not_in: [stagingmumbai_Bytes!] - reconciledTxOrigin_contains: stagingmumbai_Bytes - reconciledTxOrigin_not_contains: stagingmumbai_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + caller: stagingoptimismgoerli_Bytes + caller_not: stagingoptimismgoerli_Bytes + caller_gt: stagingoptimismgoerli_Bytes + caller_lt: stagingoptimismgoerli_Bytes + caller_gte: stagingoptimismgoerli_Bytes + caller_lte: stagingoptimismgoerli_Bytes + caller_in: [stagingoptimismgoerli_Bytes!] + caller_not_in: [stagingoptimismgoerli_Bytes!] + caller_contains: stagingoptimismgoerli_Bytes + caller_not_contains: stagingoptimismgoerli_Bytes + transactionHash: stagingoptimismgoerli_Bytes + transactionHash_not: stagingoptimismgoerli_Bytes + transactionHash_gt: stagingoptimismgoerli_Bytes + transactionHash_lt: stagingoptimismgoerli_Bytes + transactionHash_gte: stagingoptimismgoerli_Bytes + transactionHash_lte: stagingoptimismgoerli_Bytes + transactionHash_in: [stagingoptimismgoerli_Bytes!] + transactionHash_not_in: [stagingoptimismgoerli_Bytes!] + transactionHash_contains: stagingoptimismgoerli_Bytes + transactionHash_not_contains: stagingoptimismgoerli_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_DestinationTransfer_filter] - or: [stagingmumbai_DestinationTransfer_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_SlippageUpdate_filter] + or: [stagingoptimismgoerli_SlippageUpdate_filter] } -enum stagingmumbai_DestinationTransfer_orderBy { +enum stagingoptimismgoerli_SlippageUpdate_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -""" -8 bytes signed integer - -""" -scalar stagingmumbai_Int8 - -type stagingmumbai_OptimisticRootFinalized { +type stagingoptimismgoerli_SnapshotRoot { id: ID! - aggregateRoot: stagingmumbai_Bytes! + spokeDomain: BigInt + root: stagingoptimismgoerli_Bytes! + count: BigInt! timestamp: BigInt! - blockNumber: BigInt + blockNumber: BigInt! } -input stagingmumbai_OptimisticRootFinalized_filter { +input stagingoptimismgoerli_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -85706,16 +85054,32 @@ input stagingmumbai_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmumbai_Bytes - aggregateRoot_not: stagingmumbai_Bytes - aggregateRoot_gt: stagingmumbai_Bytes - aggregateRoot_lt: stagingmumbai_Bytes - aggregateRoot_gte: stagingmumbai_Bytes - aggregateRoot_lte: stagingmumbai_Bytes - aggregateRoot_in: [stagingmumbai_Bytes!] - aggregateRoot_not_in: [stagingmumbai_Bytes!] - aggregateRoot_contains: stagingmumbai_Bytes - aggregateRoot_not_contains: stagingmumbai_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: stagingoptimismgoerli_Bytes + root_not: stagingoptimismgoerli_Bytes + root_gt: stagingoptimismgoerli_Bytes + root_lt: stagingoptimismgoerli_Bytes + root_gte: stagingoptimismgoerli_Bytes + root_lte: stagingoptimismgoerli_Bytes + root_in: [stagingoptimismgoerli_Bytes!] + root_not_in: [stagingoptimismgoerli_Bytes!] + root_contains: stagingoptimismgoerli_Bytes + root_not_contains: stagingoptimismgoerli_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -85733,38 +85097,135 @@ input stagingmumbai_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_OptimisticRootFinalized_filter] - or: [stagingmumbai_OptimisticRootFinalized_filter] + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_SnapshotRoot_filter] + or: [stagingoptimismgoerli_SnapshotRoot_filter] } -enum stagingmumbai_OptimisticRootFinalized_orderBy { +enum stagingoptimismgoerli_SnapshotRoot_orderBy { id - aggregateRoot + spokeDomain + root + count timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum stagingmumbai_OrderDirection { - asc - desc +type stagingoptimismgoerli_SpokeConnectorMode { + id: ID! + mode: String! } -type stagingmumbai_OriginMessage { +input stagingoptimismgoerli_SpokeConnectorMode_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!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingoptimismgoerli_BlockChangedFilter + and: [stagingoptimismgoerli_SpokeConnectorMode_filter] + or: [stagingoptimismgoerli_SpokeConnectorMode_filter] +} + +enum stagingoptimismgoerli_SpokeConnectorMode_orderBy { + id + mode +} + +enum stagingoptimismgoerli_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingoptimismgoerli__Block_ { + """The hash of the block""" + hash: stagingoptimismgoerli_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type stagingoptimismgoerli__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: stagingoptimismgoerli__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +scalar bnb_swap_BigDecimal + +input bnb_swap_BlockChangedFilter { + number_gte: Int! +} + +input bnb_swap_Block_height { + hash: bnb_swap_Bytes + number: Int + number_gte: Int +} + +scalar bnb_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar bnb_swap_Int8 + +type bnb_swap_LpAccount { id: ID! - transferId: stagingmumbai_Bytes - destinationDomain: BigInt - leaf: stagingmumbai_Bytes - index: BigInt - message: stagingmumbai_Bytes - root: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - blockNumber: BigInt - rootCount: stagingmumbai_RootCount + address: bnb_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpAccountBalance_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpAccountBalance_filter): [bnb_swap_LpAccountBalance!]! } -input stagingmumbai_OriginMessage_filter { +type bnb_swap_LpAccountBalance { + id: ID! + account: bnb_swap_LpAccount! + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: bnb_swap_Bytes +} + +input bnb_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -85773,158 +85234,398 @@ input stagingmumbai_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingmumbai_Bytes - transferId_not: stagingmumbai_Bytes - transferId_gt: stagingmumbai_Bytes - transferId_lt: stagingmumbai_Bytes - transferId_gte: stagingmumbai_Bytes - transferId_lte: stagingmumbai_Bytes - transferId_in: [stagingmumbai_Bytes!] - transferId_not_in: [stagingmumbai_Bytes!] - transferId_contains: stagingmumbai_Bytes - transferId_not_contains: stagingmumbai_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: stagingmumbai_Bytes - leaf_not: stagingmumbai_Bytes - leaf_gt: stagingmumbai_Bytes - leaf_lt: stagingmumbai_Bytes - leaf_gte: stagingmumbai_Bytes - leaf_lte: stagingmumbai_Bytes - leaf_in: [stagingmumbai_Bytes!] - leaf_not_in: [stagingmumbai_Bytes!] - leaf_contains: stagingmumbai_Bytes - leaf_not_contains: stagingmumbai_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: stagingmumbai_Bytes - message_not: stagingmumbai_Bytes - message_gt: stagingmumbai_Bytes - message_lt: stagingmumbai_Bytes - message_gte: stagingmumbai_Bytes - message_lte: stagingmumbai_Bytes - message_in: [stagingmumbai_Bytes!] - message_not_in: [stagingmumbai_Bytes!] - message_contains: stagingmumbai_Bytes - message_not_contains: stagingmumbai_Bytes - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: stagingmumbai_RootCount_filter + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: bnb_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: bnb_swap_LpToken_filter + amount: bnb_swap_BigDecimal + amount_not: bnb_swap_BigDecimal + amount_gt: bnb_swap_BigDecimal + amount_lt: bnb_swap_BigDecimal + amount_gte: bnb_swap_BigDecimal + amount_lte: bnb_swap_BigDecimal + amount_in: [bnb_swap_BigDecimal!] + amount_not_in: [bnb_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + """Filter for the block changed event.""" + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpAccountBalance_filter] + or: [bnb_swap_LpAccountBalance_filter] +} + +enum bnb_swap_LpAccountBalance_orderBy { + id + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction +} + +input bnb_swap_LpAccount_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!] + address: bnb_swap_Bytes + address_not: bnb_swap_Bytes + address_gt: bnb_swap_Bytes + address_lt: bnb_swap_Bytes + address_gte: bnb_swap_Bytes + address_lte: bnb_swap_Bytes + address_in: [bnb_swap_Bytes!] + address_not_in: [bnb_swap_Bytes!] + address_contains: bnb_swap_Bytes + address_not_contains: bnb_swap_Bytes + balances_: bnb_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpAccount_filter] + or: [bnb_swap_LpAccount_filter] +} + +enum bnb_swap_LpAccount_orderBy { + id + address + balances +} + +type bnb_swap_LpToken { + id: ID! + address: bnb_swap_Bytes! + stableSwap: bnb_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: bnb_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_LpTokenEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_LpTokenEvent_filter): [bnb_swap_LpTokenEvent!]! +} + +interface bnb_swap_LpTokenEvent { + id: ID! + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! +} + +input bnb_swap_LpTokenEvent_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!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: bnb_swap_LpToken_filter + amount: bnb_swap_BigDecimal + amount_not: bnb_swap_BigDecimal + amount_gt: bnb_swap_BigDecimal + amount_lt: bnb_swap_BigDecimal + amount_gte: bnb_swap_BigDecimal + amount_lte: bnb_swap_BigDecimal + amount_in: [bnb_swap_BigDecimal!] + amount_not_in: [bnb_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_OriginMessage_filter] - or: [stagingmumbai_OriginMessage_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpTokenEvent_filter] + or: [bnb_swap_LpTokenEvent_filter] } -enum stagingmumbai_OriginMessage_orderBy { +enum bnb_swap_LpTokenEvent_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -type stagingmumbai_OriginTransfer { +input bnb_swap_LpToken_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!] + address: bnb_swap_Bytes + address_not: bnb_swap_Bytes + address_gt: bnb_swap_Bytes + address_lt: bnb_swap_Bytes + address_gte: bnb_swap_Bytes + address_lte: bnb_swap_Bytes + address_in: [bnb_swap_Bytes!] + address_not_in: [bnb_swap_Bytes!] + address_contains: bnb_swap_Bytes + address_not_contains: bnb_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: bnb_swap_BigDecimal + totalSupply_not: bnb_swap_BigDecimal + totalSupply_gt: bnb_swap_BigDecimal + totalSupply_lt: bnb_swap_BigDecimal + totalSupply_gte: bnb_swap_BigDecimal + totalSupply_lte: bnb_swap_BigDecimal + totalSupply_in: [bnb_swap_BigDecimal!] + totalSupply_not_in: [bnb_swap_BigDecimal!] + events_: bnb_swap_LpTokenEvent_filter + """Filter for the block changed event.""" + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpToken_filter] + or: [bnb_swap_LpToken_filter] +} + +enum bnb_swap_LpToken_orderBy { + id + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events +} + +type bnb_swap_LpTransferEvent implements bnb_swap_LpTokenEvent { id: ID! - chainId: BigInt - transferId: stagingmumbai_Bytes - nonce: BigInt - status: stagingmumbai_TransferStatus - messageHash: stagingmumbai_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes - receiveLocal: Boolean - callData: stagingmumbai_Bytes - slippage: BigInt - originSender: stagingmumbai_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingmumbai_Bytes - asset: stagingmumbai_Asset - transactingAsset: stagingmumbai_Bytes - message: stagingmumbai_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_RelayerFee_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_RelayerFee_filter): [stagingmumbai_RelayerFee!] - initialRelayerFeeAsset: stagingmumbai_Bytes - caller: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: stagingmumbai_Bytes - txNonce: BigInt + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! + from: bnb_swap_Bytes! + to: bnb_swap_Bytes! + fromBalance: bnb_swap_BigDecimal! + toBalance: bnb_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! } -input stagingmumbai_OriginTransfer_filter { +input bnb_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -85933,245 +85634,79 @@ input stagingmumbai_OriginTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: stagingmumbai_Bytes - transferId_not: stagingmumbai_Bytes - transferId_gt: stagingmumbai_Bytes - transferId_lt: stagingmumbai_Bytes - transferId_gte: stagingmumbai_Bytes - transferId_lte: stagingmumbai_Bytes - transferId_in: [stagingmumbai_Bytes!] - transferId_not_in: [stagingmumbai_Bytes!] - transferId_contains: stagingmumbai_Bytes - transferId_not_contains: stagingmumbai_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: stagingmumbai_TransferStatus - status_not: stagingmumbai_TransferStatus - status_in: [stagingmumbai_TransferStatus!] - status_not_in: [stagingmumbai_TransferStatus!] - messageHash: stagingmumbai_Bytes - messageHash_not: stagingmumbai_Bytes - messageHash_gt: stagingmumbai_Bytes - messageHash_lt: stagingmumbai_Bytes - messageHash_gte: stagingmumbai_Bytes - messageHash_lte: stagingmumbai_Bytes - messageHash_in: [stagingmumbai_Bytes!] - messageHash_not_in: [stagingmumbai_Bytes!] - messageHash_contains: stagingmumbai_Bytes - messageHash_not_contains: stagingmumbai_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: stagingmumbai_Bytes - to_not: stagingmumbai_Bytes - to_gt: stagingmumbai_Bytes - to_lt: stagingmumbai_Bytes - to_gte: stagingmumbai_Bytes - to_lte: stagingmumbai_Bytes - to_in: [stagingmumbai_Bytes!] - to_not_in: [stagingmumbai_Bytes!] - to_contains: stagingmumbai_Bytes - to_not_contains: stagingmumbai_Bytes - delegate: stagingmumbai_Bytes - delegate_not: stagingmumbai_Bytes - delegate_gt: stagingmumbai_Bytes - delegate_lt: stagingmumbai_Bytes - delegate_gte: stagingmumbai_Bytes - delegate_lte: stagingmumbai_Bytes - delegate_in: [stagingmumbai_Bytes!] - delegate_not_in: [stagingmumbai_Bytes!] - delegate_contains: stagingmumbai_Bytes - delegate_not_contains: stagingmumbai_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingmumbai_Bytes - callData_not: stagingmumbai_Bytes - callData_gt: stagingmumbai_Bytes - callData_lt: stagingmumbai_Bytes - callData_gte: stagingmumbai_Bytes - callData_lte: stagingmumbai_Bytes - callData_in: [stagingmumbai_Bytes!] - callData_not_in: [stagingmumbai_Bytes!] - callData_contains: stagingmumbai_Bytes - callData_not_contains: stagingmumbai_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: stagingmumbai_Bytes - originSender_not: stagingmumbai_Bytes - originSender_gt: stagingmumbai_Bytes - originSender_lt: stagingmumbai_Bytes - originSender_gte: stagingmumbai_Bytes - originSender_lte: stagingmumbai_Bytes - originSender_in: [stagingmumbai_Bytes!] - originSender_not_in: [stagingmumbai_Bytes!] - originSender_contains: stagingmumbai_Bytes - originSender_not_contains: stagingmumbai_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: stagingmumbai_Bytes - canonicalId_not: stagingmumbai_Bytes - canonicalId_gt: stagingmumbai_Bytes - canonicalId_lt: stagingmumbai_Bytes - canonicalId_gte: stagingmumbai_Bytes - canonicalId_lte: stagingmumbai_Bytes - canonicalId_in: [stagingmumbai_Bytes!] - canonicalId_not_in: [stagingmumbai_Bytes!] - canonicalId_contains: stagingmumbai_Bytes - canonicalId_not_contains: stagingmumbai_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter - transactingAsset: stagingmumbai_Bytes - transactingAsset_not: stagingmumbai_Bytes - transactingAsset_gt: stagingmumbai_Bytes - transactingAsset_lt: stagingmumbai_Bytes - transactingAsset_gte: stagingmumbai_Bytes - transactingAsset_lte: stagingmumbai_Bytes - transactingAsset_in: [stagingmumbai_Bytes!] - transactingAsset_not_in: [stagingmumbai_Bytes!] - transactingAsset_contains: stagingmumbai_Bytes - transactingAsset_not_contains: stagingmumbai_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: stagingmumbai_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingmumbai_RelayerFee_filter - initialRelayerFeeAsset: stagingmumbai_Bytes - initialRelayerFeeAsset_not: stagingmumbai_Bytes - initialRelayerFeeAsset_gt: stagingmumbai_Bytes - initialRelayerFeeAsset_lt: stagingmumbai_Bytes - initialRelayerFeeAsset_gte: stagingmumbai_Bytes - initialRelayerFeeAsset_lte: stagingmumbai_Bytes - initialRelayerFeeAsset_in: [stagingmumbai_Bytes!] - initialRelayerFeeAsset_not_in: [stagingmumbai_Bytes!] - initialRelayerFeeAsset_contains: stagingmumbai_Bytes - initialRelayerFeeAsset_not_contains: stagingmumbai_Bytes - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: bnb_swap_LpToken_filter + amount: bnb_swap_BigDecimal + amount_not: bnb_swap_BigDecimal + amount_gt: bnb_swap_BigDecimal + amount_lt: bnb_swap_BigDecimal + amount_gte: bnb_swap_BigDecimal + amount_lte: bnb_swap_BigDecimal + amount_in: [bnb_swap_BigDecimal!] + amount_not_in: [bnb_swap_BigDecimal!] + from: bnb_swap_Bytes + from_not: bnb_swap_Bytes + from_gt: bnb_swap_Bytes + from_lt: bnb_swap_Bytes + from_gte: bnb_swap_Bytes + from_lte: bnb_swap_Bytes + from_in: [bnb_swap_Bytes!] + from_not_in: [bnb_swap_Bytes!] + from_contains: bnb_swap_Bytes + from_not_contains: bnb_swap_Bytes + to: bnb_swap_Bytes + to_not: bnb_swap_Bytes + to_gt: bnb_swap_Bytes + to_lt: bnb_swap_Bytes + to_gte: bnb_swap_Bytes + to_lte: bnb_swap_Bytes + to_in: [bnb_swap_Bytes!] + to_not_in: [bnb_swap_Bytes!] + to_contains: bnb_swap_Bytes + to_not_contains: bnb_swap_Bytes + fromBalance: bnb_swap_BigDecimal + fromBalance_not: bnb_swap_BigDecimal + fromBalance_gt: bnb_swap_BigDecimal + fromBalance_lt: bnb_swap_BigDecimal + fromBalance_gte: bnb_swap_BigDecimal + fromBalance_lte: bnb_swap_BigDecimal + fromBalance_in: [bnb_swap_BigDecimal!] + fromBalance_not_in: [bnb_swap_BigDecimal!] + toBalance: bnb_swap_BigDecimal + toBalance_not: bnb_swap_BigDecimal + toBalance_gt: bnb_swap_BigDecimal + toBalance_lt: bnb_swap_BigDecimal + toBalance_gte: bnb_swap_BigDecimal + toBalance_lte: bnb_swap_BigDecimal + toBalance_in: [bnb_swap_BigDecimal!] + toBalance_not_in: [bnb_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -86180,120 +85715,62 @@ input stagingmumbai_OriginTransfer_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - txOrigin: stagingmumbai_Bytes - txOrigin_not: stagingmumbai_Bytes - txOrigin_gt: stagingmumbai_Bytes - txOrigin_lt: stagingmumbai_Bytes - txOrigin_gte: stagingmumbai_Bytes - txOrigin_lte: stagingmumbai_Bytes - txOrigin_in: [stagingmumbai_Bytes!] - txOrigin_not_in: [stagingmumbai_Bytes!] - txOrigin_contains: stagingmumbai_Bytes - txOrigin_not_contains: stagingmumbai_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_OriginTransfer_filter] - or: [stagingmumbai_OriginTransfer_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpTransferEvent_filter] + or: [bnb_swap_LpTransferEvent_filter] } -enum stagingmumbai_OriginTransfer_orderBy { +enum bnb_swap_LpTransferEvent_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash + fromBalance + toBalance + block timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce + transaction + nonce } -type stagingmumbai_Relayer { - id: ID! - isActive: Boolean! - relayer: stagingmumbai_Bytes +"""Defines the order direction, either ascending or descending""" +enum bnb_swap_OrderDirection { + asc + desc } -type stagingmumbai_RelayerFee { +type bnb_swap_PooledToken { id: ID! - transfer: stagingmumbai_OriginTransfer! - fee: BigInt! - asset: stagingmumbai_Bytes! + asset: bnb_swap_Bytes! } -input stagingmumbai_RelayerFee_filter { +input bnb_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -86302,249 +85779,72 @@ input stagingmumbai_RelayerFee_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingmumbai_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: stagingmumbai_Bytes - asset_not: stagingmumbai_Bytes - asset_gt: stagingmumbai_Bytes - asset_lt: stagingmumbai_Bytes - asset_gte: stagingmumbai_Bytes - asset_lte: stagingmumbai_Bytes - asset_in: [stagingmumbai_Bytes!] - asset_not_in: [stagingmumbai_Bytes!] - asset_contains: stagingmumbai_Bytes - asset_not_contains: stagingmumbai_Bytes + asset: bnb_swap_Bytes + asset_not: bnb_swap_Bytes + asset_gt: bnb_swap_Bytes + asset_lt: bnb_swap_Bytes + asset_gte: bnb_swap_Bytes + asset_lte: bnb_swap_Bytes + asset_in: [bnb_swap_Bytes!] + asset_not_in: [bnb_swap_Bytes!] + asset_contains: bnb_swap_Bytes + asset_not_contains: bnb_swap_Bytes """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RelayerFee_filter] - or: [stagingmumbai_RelayerFee_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_PooledToken_filter] + or: [bnb_swap_PooledToken_filter] } -enum stagingmumbai_RelayerFee_orderBy { +enum bnb_swap_PooledToken_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee asset } -type stagingmumbai_RelayerFeesIncrease { +type bnb_swap_StableSwap { id: ID! - transfer: stagingmumbai_OriginTransfer! - increase: BigInt - asset: stagingmumbai_Bytes - caller: stagingmumbai_Bytes! - transactionHash: stagingmumbai_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! -} - -input stagingmumbai_RelayerFeesIncrease_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!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingmumbai_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: stagingmumbai_Bytes - asset_not: stagingmumbai_Bytes - asset_gt: stagingmumbai_Bytes - asset_lt: stagingmumbai_Bytes - asset_gte: stagingmumbai_Bytes - asset_lte: stagingmumbai_Bytes - asset_in: [stagingmumbai_Bytes!] - asset_not_in: [stagingmumbai_Bytes!] - asset_contains: stagingmumbai_Bytes - asset_not_contains: stagingmumbai_Bytes - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RelayerFeesIncrease_filter] - or: [stagingmumbai_RelayerFeesIncrease_filter] + isActive: Boolean + key: bnb_swap_Bytes! + canonicalId: bnb_swap_Bytes + domain: BigInt + swapPool: bnb_swap_Bytes + lpToken: bnb_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [bnb_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapEvent_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapEvent_filter): [bnb_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_StableSwapExchange_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_StableSwapExchange_filter): [bnb_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapHourlyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapHourlyVolume_filter): [bnb_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapDailyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapDailyVolume_filter): [bnb_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: bnb_swap_SwapWeeklyVolume_orderBy, orderDirection: bnb_swap_OrderDirection, where: bnb_swap_SwapWeeklyVolume_filter): [bnb_swap_SwapWeeklyVolume!] } -enum stagingmumbai_RelayerFeesIncrease_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber +type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { + id: ID! + stableSwap: bnb_swap_StableSwap! + provider: bnb_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! } -input stagingmumbai_Relayer_filter { +input bnb_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -86553,38 +85853,161 @@ input stagingmumbai_Relayer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: stagingmumbai_Bytes - relayer_not: stagingmumbai_Bytes - relayer_gt: stagingmumbai_Bytes - relayer_lt: stagingmumbai_Bytes - relayer_gte: stagingmumbai_Bytes - relayer_lte: stagingmumbai_Bytes - relayer_in: [stagingmumbai_Bytes!] - relayer_not_in: [stagingmumbai_Bytes!] - relayer_contains: stagingmumbai_Bytes - relayer_not_contains: stagingmumbai_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + provider: bnb_swap_Bytes + provider_not: bnb_swap_Bytes + provider_gt: bnb_swap_Bytes + provider_lt: bnb_swap_Bytes + provider_gte: bnb_swap_Bytes + provider_lte: bnb_swap_Bytes + provider_in: [bnb_swap_Bytes!] + provider_not_in: [bnb_swap_Bytes!] + provider_contains: bnb_swap_Bytes + provider_not_contains: bnb_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Relayer_filter] - or: [stagingmumbai_Relayer_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapAddLiquidityEvent_filter] + or: [bnb_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingmumbai_Relayer_orderBy { +enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { id - isActive - relayer + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type stagingmumbai_RootCount { +interface bnb_swap_StableSwapEvent { id: ID! - count: BigInt + stableSwap: bnb_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! } -input stagingmumbai_RootCount_filter { +input bnb_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -86593,40 +86016,109 @@ input stagingmumbai_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RootCount_filter] - or: [stagingmumbai_RootCount_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapEvent_filter] + or: [bnb_swap_StableSwapEvent_filter] } -enum stagingmumbai_RootCount_orderBy { +enum bnb_swap_StableSwapEvent_orderBy { id - count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block + timestamp + transaction + nonce } -type stagingmumbai_RootMessageSent { +type bnb_swap_StableSwapExchange { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingmumbai_Bytes - count: BigInt - caller: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: bnb_swap_StableSwap! + buyer: bnb_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! } -input stagingmumbai_RootMessageSent_filter { +input bnb_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -86635,60 +86127,91 @@ input stagingmumbai_RootMessageSent_filter { 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!] - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + buyer: bnb_swap_Bytes + buyer_not: bnb_swap_Bytes + buyer_gt: bnb_swap_Bytes + buyer_lt: bnb_swap_Bytes + buyer_gte: bnb_swap_Bytes + buyer_lte: bnb_swap_Bytes + buyer_in: [bnb_swap_Bytes!] + buyer_not_in: [bnb_swap_Bytes!] + buyer_contains: bnb_swap_Bytes + buyer_not_contains: bnb_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -86697,119 +86220,168 @@ input stagingmumbai_RootMessageSent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RootMessageSent_filter] - or: [stagingmumbai_RootMessageSent_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapExchange_filter] + or: [bnb_swap_StableSwapExchange_filter] } -enum stagingmumbai_RootMessageSent_orderBy { +enum bnb_swap_StableSwapExchange_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type stagingmumbai_Router { - id: ID! - isActive: Boolean! - owner: stagingmumbai_Bytes - recipient: stagingmumbai_Bytes - proposedOwner: stagingmumbai_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmumbai_AssetBalance_orderBy, orderDirection: stagingmumbai_OrderDirection, where: stagingmumbai_AssetBalance_filter): [stagingmumbai_AssetBalance!]! -} - -type stagingmumbai_RouterDailyTVL { - id: ID! - router: stagingmumbai_Router! - asset: stagingmumbai_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input stagingmumbai_RouterDailyTVL_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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingmumbai_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: stagingmumbai_Asset_filter + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce +} + +type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent { + id: ID! + stableSwap: bnb_swap_StableSwap! + provider: bnb_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: bnb_swap_Bytes! + nonce: BigInt! +} + +input bnb_swap_StableSwapRemoveLiquidityEvent_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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + provider: bnb_swap_Bytes + provider_not: bnb_swap_Bytes + provider_gt: bnb_swap_Bytes + provider_lt: bnb_swap_Bytes + provider_gte: bnb_swap_Bytes + provider_lte: bnb_swap_Bytes + provider_in: [bnb_swap_Bytes!] + provider_not_in: [bnb_swap_Bytes!] + provider_contains: bnb_swap_Bytes + provider_not_contains: bnb_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -86818,43 +86390,63 @@ input stagingmumbai_RouterDailyTVL_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + transaction: bnb_swap_Bytes + transaction_not: bnb_swap_Bytes + transaction_gt: bnb_swap_Bytes + transaction_lt: bnb_swap_Bytes + transaction_gte: bnb_swap_Bytes + transaction_lte: bnb_swap_Bytes + transaction_in: [bnb_swap_Bytes!] + transaction_not_in: [bnb_swap_Bytes!] + transaction_contains: bnb_swap_Bytes + transaction_not_contains: bnb_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_RouterDailyTVL_filter] - or: [stagingmumbai_RouterDailyTVL_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] + or: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingmumbai_RouterDailyTVL_orderBy { +enum bnb_swap_StableSwapRemoveLiquidityEvent_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - balance + transaction + nonce } -input stagingmumbai_Router_filter { +input bnb_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -86867,68 +86459,197 @@ input stagingmumbai_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingmumbai_Bytes - owner_not: stagingmumbai_Bytes - owner_gt: stagingmumbai_Bytes - owner_lt: stagingmumbai_Bytes - owner_gte: stagingmumbai_Bytes - owner_lte: stagingmumbai_Bytes - owner_in: [stagingmumbai_Bytes!] - owner_not_in: [stagingmumbai_Bytes!] - owner_contains: stagingmumbai_Bytes - owner_not_contains: stagingmumbai_Bytes - recipient: stagingmumbai_Bytes - recipient_not: stagingmumbai_Bytes - recipient_gt: stagingmumbai_Bytes - recipient_lt: stagingmumbai_Bytes - recipient_gte: stagingmumbai_Bytes - recipient_lte: stagingmumbai_Bytes - recipient_in: [stagingmumbai_Bytes!] - recipient_not_in: [stagingmumbai_Bytes!] - recipient_contains: stagingmumbai_Bytes - recipient_not_contains: stagingmumbai_Bytes - proposedOwner: stagingmumbai_Bytes - proposedOwner_not: stagingmumbai_Bytes - proposedOwner_gt: stagingmumbai_Bytes - proposedOwner_lt: stagingmumbai_Bytes - proposedOwner_gte: stagingmumbai_Bytes - proposedOwner_lte: stagingmumbai_Bytes - proposedOwner_in: [stagingmumbai_Bytes!] - proposedOwner_not_in: [stagingmumbai_Bytes!] - proposedOwner_contains: stagingmumbai_Bytes - proposedOwner_not_contains: stagingmumbai_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmumbai_AssetBalance_filter + key: bnb_swap_Bytes + key_not: bnb_swap_Bytes + key_gt: bnb_swap_Bytes + key_lt: bnb_swap_Bytes + key_gte: bnb_swap_Bytes + key_lte: bnb_swap_Bytes + key_in: [bnb_swap_Bytes!] + key_not_in: [bnb_swap_Bytes!] + key_contains: bnb_swap_Bytes + key_not_contains: bnb_swap_Bytes + canonicalId: bnb_swap_Bytes + canonicalId_not: bnb_swap_Bytes + canonicalId_gt: bnb_swap_Bytes + canonicalId_lt: bnb_swap_Bytes + canonicalId_gte: bnb_swap_Bytes + canonicalId_lte: bnb_swap_Bytes + canonicalId_in: [bnb_swap_Bytes!] + canonicalId_not_in: [bnb_swap_Bytes!] + canonicalId_contains: bnb_swap_Bytes + canonicalId_not_contains: bnb_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: bnb_swap_Bytes + swapPool_not: bnb_swap_Bytes + swapPool_gt: bnb_swap_Bytes + swapPool_lt: bnb_swap_Bytes + swapPool_gte: bnb_swap_Bytes + swapPool_lte: bnb_swap_Bytes + swapPool_in: [bnb_swap_Bytes!] + swapPool_not_in: [bnb_swap_Bytes!] + swapPool_contains: bnb_swap_Bytes + swapPool_not_contains: bnb_swap_Bytes + lpToken: bnb_swap_Bytes + lpToken_not: bnb_swap_Bytes + lpToken_gt: bnb_swap_Bytes + lpToken_lt: bnb_swap_Bytes + lpToken_gte: bnb_swap_Bytes + lpToken_lte: bnb_swap_Bytes + lpToken_in: [bnb_swap_Bytes!] + lpToken_not_in: [bnb_swap_Bytes!] + lpToken_contains: bnb_swap_Bytes + lpToken_not_contains: bnb_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [bnb_swap_Bytes!] + pooledTokens_not: [bnb_swap_Bytes!] + pooledTokens_contains: [bnb_swap_Bytes!] + pooledTokens_contains_nocase: [bnb_swap_Bytes!] + pooledTokens_not_contains: [bnb_swap_Bytes!] + pooledTokens_not_contains_nocase: [bnb_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + events_: bnb_swap_StableSwapEvent_filter + exchanges_: bnb_swap_StableSwapExchange_filter + hourlyVolumes_: bnb_swap_SwapHourlyVolume_filter + dailyVolumes_: bnb_swap_SwapDailyVolume_filter + weeklyVolumes_: bnb_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Router_filter] - or: [stagingmumbai_Router_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwap_filter] + or: [bnb_swap_StableSwap_filter] } -enum stagingmumbai_Router_orderBy { +enum bnb_swap_StableSwap_orderBy { id isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type stagingmumbai_Sequencer { +type bnb_swap_SwapDailyVolume implements bnb_swap_SwapTradeVolume { id: ID! - isActive: Boolean! - sequencer: stagingmumbai_Bytes + stableSwap: bnb_swap_StableSwap! + timestamp: BigInt! + volume: bnb_swap_BigDecimal! } -input stagingmumbai_Sequencer_filter { +input bnb_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -86937,39 +86658,80 @@ input stagingmumbai_Sequencer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - sequencer: stagingmumbai_Bytes - sequencer_not: stagingmumbai_Bytes - sequencer_gt: stagingmumbai_Bytes - sequencer_lt: stagingmumbai_Bytes - sequencer_gte: stagingmumbai_Bytes - sequencer_lte: stagingmumbai_Bytes - sequencer_in: [stagingmumbai_Bytes!] - sequencer_not_in: [stagingmumbai_Bytes!] - sequencer_contains: stagingmumbai_Bytes - sequencer_not_contains: stagingmumbai_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Sequencer_filter] - or: [stagingmumbai_Sequencer_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapDailyVolume_filter] + or: [bnb_swap_SwapDailyVolume_filter] } -enum stagingmumbai_Sequencer_orderBy { +enum bnb_swap_SwapDailyVolume_orderBy { id - isActive - sequencer + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type stagingmumbai_Setting { +type bnb_swap_SwapHourlyVolume implements bnb_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingmumbai_Bytes! + stableSwap: bnb_swap_StableSwap! + timestamp: BigInt! + volume: bnb_swap_BigDecimal! } -input stagingmumbai_Setting_filter { +input bnb_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -86978,106 +86740,100 @@ input stagingmumbai_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_Setting_filter] - or: [stagingmumbai_Setting_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapHourlyVolume_filter] + or: [bnb_swap_SwapHourlyVolume_filter] } -enum stagingmumbai_Setting_orderBy { +enum bnb_swap_SwapHourlyVolume_orderBy { id - maxRoutersPerTransfer - caller + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type stagingmumbai_SlippageUpdate { - id: ID! - transfer: stagingmumbai_DestinationTransfer! - slippage: BigInt! - caller: stagingmumbai_Bytes! - transactionHash: stagingmumbai_Bytes! +interface bnb_swap_SwapTradeVolume { + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: bnb_swap_BigDecimal! } -input stagingmumbai_SlippageUpdate_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!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: stagingmumbai_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: stagingmumbai_Bytes - caller_not: stagingmumbai_Bytes - caller_gt: stagingmumbai_Bytes - caller_lt: stagingmumbai_Bytes - caller_gte: stagingmumbai_Bytes - caller_lte: stagingmumbai_Bytes - caller_in: [stagingmumbai_Bytes!] - caller_not_in: [stagingmumbai_Bytes!] - caller_contains: stagingmumbai_Bytes - caller_not_contains: stagingmumbai_Bytes - transactionHash: stagingmumbai_Bytes - transactionHash_not: stagingmumbai_Bytes - transactionHash_gt: stagingmumbai_Bytes - transactionHash_lt: stagingmumbai_Bytes - transactionHash_gte: stagingmumbai_Bytes - transactionHash_lte: stagingmumbai_Bytes - transactionHash_in: [stagingmumbai_Bytes!] - transactionHash_not_in: [stagingmumbai_Bytes!] - transactionHash_contains: stagingmumbai_Bytes - transactionHash_not_contains: stagingmumbai_Bytes +input bnb_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87086,94 +86842,50 @@ input stagingmumbai_SlippageUpdate_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_SlippageUpdate_filter] - or: [stagingmumbai_SlippageUpdate_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapTradeVolume_filter] + or: [bnb_swap_SwapTradeVolume_filter] } -enum stagingmumbai_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash +enum bnb_swap_SwapTradeVolume_orderBy { + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - gasPrice - gasLimit - blockNumber + volume } -type stagingmumbai_SnapshotRoot { +type bnb_swap_SwapWeeklyVolume implements bnb_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: stagingmumbai_Bytes! - count: BigInt! + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: bnb_swap_BigDecimal! } -input stagingmumbai_SnapshotRoot_filter { +input bnb_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -87182,32 +86894,27 @@ input stagingmumbai_SnapshotRoot_filter { 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!] - root: stagingmumbai_Bytes - root_not: stagingmumbai_Bytes - root_gt: stagingmumbai_Bytes - root_lt: stagingmumbai_Bytes - root_gte: stagingmumbai_Bytes - root_lte: stagingmumbai_Bytes - root_in: [stagingmumbai_Bytes!] - root_not_in: [stagingmumbai_Bytes!] - root_contains: stagingmumbai_Bytes - root_not_contains: stagingmumbai_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87216,35 +86923,50 @@ input stagingmumbai_SnapshotRoot_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: bnb_swap_BigDecimal + volume_not: bnb_swap_BigDecimal + volume_gt: bnb_swap_BigDecimal + volume_lt: bnb_swap_BigDecimal + volume_gte: bnb_swap_BigDecimal + volume_lte: bnb_swap_BigDecimal + volume_in: [bnb_swap_BigDecimal!] + volume_not_in: [bnb_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_SnapshotRoot_filter] - or: [stagingmumbai_SnapshotRoot_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapWeeklyVolume_filter] + or: [bnb_swap_SwapWeeklyVolume_filter] } -enum stagingmumbai_SnapshotRoot_orderBy { +enum bnb_swap_SwapWeeklyVolume_orderBy { id - spokeDomain - root - count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - blockNumber + volume } -type stagingmumbai_SpokeConnectorMode { +type bnb_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input stagingmumbai_SpokeConnectorMode_filter { +input bnb_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -87253,48 +86975,37 @@ input stagingmumbai_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmumbai_BlockChangedFilter - and: [stagingmumbai_SpokeConnectorMode_filter] - or: [stagingmumbai_SpokeConnectorMode_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SystemInfo_filter] + or: [bnb_swap_SystemInfo_filter] } -enum stagingmumbai_SpokeConnectorMode_orderBy { +enum bnb_swap_SystemInfo_orderBy { id - mode -} - -enum stagingmumbai_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type stagingmumbai__Block_ { +type bnb_swap__Block_ { """The hash of the block""" - hash: stagingmumbai_Bytes + hash: bnb_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -87302,7 +87013,7 @@ type stagingmumbai__Block_ { } """The type for the top-level _meta field""" -type stagingmumbai__Meta_ { +type bnb_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -87310,20 +87021,20 @@ type stagingmumbai__Meta_ { and therefore asks for the latest block """ - block: stagingmumbai__Block_! + block: bnb_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type arbitrumgoerli_AggregateRoot { +type xdai_AggregateRoot { id: ID! - root: arbitrumgoerli_Bytes! + root: xdai_Bytes! blockNumber: BigInt! } -input arbitrumgoerli_AggregateRoot_filter { +input xdai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -87332,16 +87043,16 @@ input arbitrumgoerli_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: arbitrumgoerli_Bytes - root_not: arbitrumgoerli_Bytes - root_gt: arbitrumgoerli_Bytes - root_lt: arbitrumgoerli_Bytes - root_gte: arbitrumgoerli_Bytes - root_lte: arbitrumgoerli_Bytes - root_in: [arbitrumgoerli_Bytes!] - root_not_in: [arbitrumgoerli_Bytes!] - root_contains: arbitrumgoerli_Bytes - root_not_contains: arbitrumgoerli_Bytes + root: xdai_Bytes + root_not: xdai_Bytes + root_gt: xdai_Bytes + root_lt: xdai_Bytes + root_gte: xdai_Bytes + root_lte: xdai_Bytes + root_in: [xdai_Bytes!] + root_not_in: [xdai_Bytes!] + root_contains: xdai_Bytes + root_not_contains: xdai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -87351,42 +87062,42 @@ input arbitrumgoerli_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_AggregateRoot_filter] - or: [arbitrumgoerli_AggregateRoot_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AggregateRoot_filter] + or: [xdai_AggregateRoot_filter] } -enum arbitrumgoerli_AggregateRoot_orderBy { +enum xdai_AggregateRoot_orderBy { id root blockNumber } -type arbitrumgoerli_Asset { +type xdai_Asset { id: ID! - key: arbitrumgoerli_Bytes + key: xdai_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: arbitrumgoerli_Bytes + canonicalId: xdai_Bytes canonicalDomain: BigInt - adoptedAsset: arbitrumgoerli_Bytes - localAsset: arbitrumgoerli_Bytes + adoptedAsset: xdai_Bytes + localAsset: xdai_Bytes blockNumber: BigInt - status: arbitrumgoerli_AssetStatus + status: xdai_AssetStatus } -type arbitrumgoerli_AssetBalance { +type xdai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: arbitrumgoerli_Router! - asset: arbitrumgoerli_Asset! + router: xdai_Router! + asset: xdai_Asset! feesEarned: BigInt! } -input arbitrumgoerli_AssetBalance_filter { +input xdai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -87447,7 +87158,7 @@ input arbitrumgoerli_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumgoerli_Router_filter + router_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -87468,7 +87179,7 @@ input arbitrumgoerli_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumgoerli_Asset_filter + asset_: xdai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -87478,12 +87189,12 @@ input arbitrumgoerli_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_AssetBalance_filter] - or: [arbitrumgoerli_AssetBalance_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AssetBalance_filter] + or: [xdai_AssetBalance_filter] } -enum arbitrumgoerli_AssetBalance_orderBy { +enum xdai_AssetBalance_orderBy { id amount locked @@ -87509,12 +87220,12 @@ enum arbitrumgoerli_AssetBalance_orderBy { feesEarned } -type arbitrumgoerli_AssetStatus { +type xdai_AssetStatus { id: ID! status: Boolean } -input arbitrumgoerli_AssetStatus_filter { +input xdai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -87528,17 +87239,17 @@ input arbitrumgoerli_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_AssetStatus_filter] - or: [arbitrumgoerli_AssetStatus_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AssetStatus_filter] + or: [xdai_AssetStatus_filter] } -enum arbitrumgoerli_AssetStatus_orderBy { +enum xdai_AssetStatus_orderBy { id status } -input arbitrumgoerli_Asset_filter { +input xdai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -87547,16 +87258,16 @@ input arbitrumgoerli_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: arbitrumgoerli_Bytes - key_not: arbitrumgoerli_Bytes - key_gt: arbitrumgoerli_Bytes - key_lt: arbitrumgoerli_Bytes - key_gte: arbitrumgoerli_Bytes - key_lte: arbitrumgoerli_Bytes - key_in: [arbitrumgoerli_Bytes!] - key_not_in: [arbitrumgoerli_Bytes!] - key_contains: arbitrumgoerli_Bytes - key_not_contains: arbitrumgoerli_Bytes + key: xdai_Bytes + key_not: xdai_Bytes + key_gt: xdai_Bytes + key_lt: xdai_Bytes + key_gte: xdai_Bytes + key_lte: xdai_Bytes + key_in: [xdai_Bytes!] + key_not_in: [xdai_Bytes!] + key_contains: xdai_Bytes + key_not_contains: xdai_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -87573,16 +87284,16 @@ input arbitrumgoerli_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: arbitrumgoerli_Bytes - canonicalId_not: arbitrumgoerli_Bytes - canonicalId_gt: arbitrumgoerli_Bytes - canonicalId_lt: arbitrumgoerli_Bytes - canonicalId_gte: arbitrumgoerli_Bytes - canonicalId_lte: arbitrumgoerli_Bytes - canonicalId_in: [arbitrumgoerli_Bytes!] - canonicalId_not_in: [arbitrumgoerli_Bytes!] - canonicalId_contains: arbitrumgoerli_Bytes - canonicalId_not_contains: arbitrumgoerli_Bytes + canonicalId: xdai_Bytes + canonicalId_not: xdai_Bytes + canonicalId_gt: xdai_Bytes + canonicalId_lt: xdai_Bytes + canonicalId_gte: xdai_Bytes + canonicalId_lte: xdai_Bytes + canonicalId_in: [xdai_Bytes!] + canonicalId_not_in: [xdai_Bytes!] + canonicalId_contains: xdai_Bytes + canonicalId_not_contains: xdai_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -87591,26 +87302,26 @@ input arbitrumgoerli_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: arbitrumgoerli_Bytes - adoptedAsset_not: arbitrumgoerli_Bytes - adoptedAsset_gt: arbitrumgoerli_Bytes - adoptedAsset_lt: arbitrumgoerli_Bytes - adoptedAsset_gte: arbitrumgoerli_Bytes - adoptedAsset_lte: arbitrumgoerli_Bytes - adoptedAsset_in: [arbitrumgoerli_Bytes!] - adoptedAsset_not_in: [arbitrumgoerli_Bytes!] - adoptedAsset_contains: arbitrumgoerli_Bytes - adoptedAsset_not_contains: arbitrumgoerli_Bytes - localAsset: arbitrumgoerli_Bytes - localAsset_not: arbitrumgoerli_Bytes - localAsset_gt: arbitrumgoerli_Bytes - localAsset_lt: arbitrumgoerli_Bytes - localAsset_gte: arbitrumgoerli_Bytes - localAsset_lte: arbitrumgoerli_Bytes - localAsset_in: [arbitrumgoerli_Bytes!] - localAsset_not_in: [arbitrumgoerli_Bytes!] - localAsset_contains: arbitrumgoerli_Bytes - localAsset_not_contains: arbitrumgoerli_Bytes + adoptedAsset: xdai_Bytes + adoptedAsset_not: xdai_Bytes + adoptedAsset_gt: xdai_Bytes + adoptedAsset_lt: xdai_Bytes + adoptedAsset_gte: xdai_Bytes + adoptedAsset_lte: xdai_Bytes + adoptedAsset_in: [xdai_Bytes!] + adoptedAsset_not_in: [xdai_Bytes!] + adoptedAsset_contains: xdai_Bytes + adoptedAsset_not_contains: xdai_Bytes + localAsset: xdai_Bytes + localAsset_not: xdai_Bytes + localAsset_gt: xdai_Bytes + localAsset_lt: xdai_Bytes + localAsset_gte: xdai_Bytes + localAsset_lte: xdai_Bytes + localAsset_in: [xdai_Bytes!] + localAsset_not_in: [xdai_Bytes!] + localAsset_contains: xdai_Bytes + localAsset_not_contains: xdai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -87639,14 +87350,14 @@ input arbitrumgoerli_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: arbitrumgoerli_AssetStatus_filter + status_: xdai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_Asset_filter] - or: [arbitrumgoerli_Asset_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Asset_filter] + or: [xdai_Asset_filter] } -enum arbitrumgoerli_Asset_orderBy { +enum xdai_Asset_orderBy { id key decimal @@ -87661,30 +87372,30 @@ enum arbitrumgoerli_Asset_orderBy { status__status } -scalar arbitrumgoerli_BigDecimal +scalar xdai_BigDecimal -input arbitrumgoerli_BlockChangedFilter { +input xdai_BlockChangedFilter { number_gte: Int! } -input arbitrumgoerli_Block_height { - hash: arbitrumgoerli_Bytes +input xdai_Block_height { + hash: xdai_Bytes number: Int number_gte: Int } -scalar arbitrumgoerli_Bytes +scalar xdai_Bytes -type arbitrumgoerli_ConnectorMeta { +type xdai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: arbitrumgoerli_Bytes - rootManager: arbitrumgoerli_Bytes - mirrorConnector: arbitrumgoerli_Bytes + amb: xdai_Bytes + rootManager: xdai_Bytes + mirrorConnector: xdai_Bytes } -input arbitrumgoerli_ConnectorMeta_filter { +input xdai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -87709,43 +87420,43 @@ input arbitrumgoerli_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: arbitrumgoerli_Bytes - amb_not: arbitrumgoerli_Bytes - amb_gt: arbitrumgoerli_Bytes - amb_lt: arbitrumgoerli_Bytes - amb_gte: arbitrumgoerli_Bytes - amb_lte: arbitrumgoerli_Bytes - amb_in: [arbitrumgoerli_Bytes!] - amb_not_in: [arbitrumgoerli_Bytes!] - amb_contains: arbitrumgoerli_Bytes - amb_not_contains: arbitrumgoerli_Bytes - rootManager: arbitrumgoerli_Bytes - rootManager_not: arbitrumgoerli_Bytes - rootManager_gt: arbitrumgoerli_Bytes - rootManager_lt: arbitrumgoerli_Bytes - rootManager_gte: arbitrumgoerli_Bytes - rootManager_lte: arbitrumgoerli_Bytes - rootManager_in: [arbitrumgoerli_Bytes!] - rootManager_not_in: [arbitrumgoerli_Bytes!] - rootManager_contains: arbitrumgoerli_Bytes - rootManager_not_contains: arbitrumgoerli_Bytes - mirrorConnector: arbitrumgoerli_Bytes - mirrorConnector_not: arbitrumgoerli_Bytes - mirrorConnector_gt: arbitrumgoerli_Bytes - mirrorConnector_lt: arbitrumgoerli_Bytes - mirrorConnector_gte: arbitrumgoerli_Bytes - mirrorConnector_lte: arbitrumgoerli_Bytes - mirrorConnector_in: [arbitrumgoerli_Bytes!] - mirrorConnector_not_in: [arbitrumgoerli_Bytes!] - mirrorConnector_contains: arbitrumgoerli_Bytes - mirrorConnector_not_contains: arbitrumgoerli_Bytes + amb: xdai_Bytes + amb_not: xdai_Bytes + amb_gt: xdai_Bytes + amb_lt: xdai_Bytes + amb_gte: xdai_Bytes + amb_lte: xdai_Bytes + amb_in: [xdai_Bytes!] + amb_not_in: [xdai_Bytes!] + amb_contains: xdai_Bytes + amb_not_contains: xdai_Bytes + rootManager: xdai_Bytes + rootManager_not: xdai_Bytes + rootManager_gt: xdai_Bytes + rootManager_lt: xdai_Bytes + rootManager_gte: xdai_Bytes + rootManager_lte: xdai_Bytes + rootManager_in: [xdai_Bytes!] + rootManager_not_in: [xdai_Bytes!] + rootManager_contains: xdai_Bytes + rootManager_not_contains: xdai_Bytes + mirrorConnector: xdai_Bytes + mirrorConnector_not: xdai_Bytes + mirrorConnector_gt: xdai_Bytes + mirrorConnector_lt: xdai_Bytes + mirrorConnector_gte: xdai_Bytes + mirrorConnector_lte: xdai_Bytes + mirrorConnector_in: [xdai_Bytes!] + mirrorConnector_not_in: [xdai_Bytes!] + mirrorConnector_contains: xdai_Bytes + mirrorConnector_not_contains: xdai_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_ConnectorMeta_filter] - or: [arbitrumgoerli_ConnectorMeta_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_ConnectorMeta_filter] + or: [xdai_ConnectorMeta_filter] } -enum arbitrumgoerli_ConnectorMeta_orderBy { +enum xdai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -87754,48 +87465,48 @@ enum arbitrumgoerli_ConnectorMeta_orderBy { mirrorConnector } -type arbitrumgoerli_DestinationTransfer { +type xdai_DestinationTransfer { id: ID! chainId: BigInt - transferId: arbitrumgoerli_Bytes + transferId: xdai_Bytes nonce: BigInt - status: arbitrumgoerli_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_Router_orderBy, orderDirection: arbitrumgoerli_OrderDirection, where: arbitrumgoerli_Router_filter): [arbitrumgoerli_Router!] + status: xdai_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: xdai_Router_orderBy, orderDirection: xdai_OrderDirection, where: xdai_Router_filter): [xdai_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: arbitrumgoerli_Bytes - delegate: arbitrumgoerli_Bytes + to: xdai_Bytes + delegate: xdai_Bytes receiveLocal: Boolean - callData: arbitrumgoerli_Bytes + callData: xdai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: arbitrumgoerli_Bytes + originSender: xdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumgoerli_Bytes - asset: arbitrumgoerli_Asset + canonicalId: xdai_Bytes + asset: xdai_Asset amount: BigInt routersFee: BigInt - executedCaller: arbitrumgoerli_Bytes - executedTransactionHash: arbitrumgoerli_Bytes + executedCaller: xdai_Bytes + executedTransactionHash: xdai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: arbitrumgoerli_Bytes + executedTxOrigin: xdai_Bytes executedTxNonce: BigInt - reconciledCaller: arbitrumgoerli_Bytes - reconciledTransactionHash: arbitrumgoerli_Bytes + reconciledCaller: xdai_Bytes + reconciledTransactionHash: xdai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: arbitrumgoerli_Bytes + reconciledTxOrigin: xdai_Bytes reconciledTxNonce: BigInt } -input arbitrumgoerli_DestinationTransfer_filter { +input xdai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -87812,16 +87523,16 @@ input arbitrumgoerli_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: arbitrumgoerli_Bytes - transferId_not: arbitrumgoerli_Bytes - transferId_gt: arbitrumgoerli_Bytes - transferId_lt: arbitrumgoerli_Bytes - transferId_gte: arbitrumgoerli_Bytes - transferId_lte: arbitrumgoerli_Bytes - transferId_in: [arbitrumgoerli_Bytes!] - transferId_not_in: [arbitrumgoerli_Bytes!] - transferId_contains: arbitrumgoerli_Bytes - transferId_not_contains: arbitrumgoerli_Bytes + transferId: xdai_Bytes + transferId_not: xdai_Bytes + transferId_gt: xdai_Bytes + transferId_lt: xdai_Bytes + transferId_gte: xdai_Bytes + transferId_lte: xdai_Bytes + transferId_in: [xdai_Bytes!] + transferId_not_in: [xdai_Bytes!] + transferId_contains: xdai_Bytes + transferId_not_contains: xdai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -87830,17 +87541,17 @@ input arbitrumgoerli_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: arbitrumgoerli_TransferStatus - status_not: arbitrumgoerli_TransferStatus - status_in: [arbitrumgoerli_TransferStatus!] - status_not_in: [arbitrumgoerli_TransferStatus!] + status: xdai_TransferStatus + status_not: xdai_TransferStatus + status_in: [xdai_TransferStatus!] + status_not_in: [xdai_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: arbitrumgoerli_Router_filter + routers_: xdai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -87865,40 +87576,40 @@ input arbitrumgoerli_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: arbitrumgoerli_Bytes - to_not: arbitrumgoerli_Bytes - to_gt: arbitrumgoerli_Bytes - to_lt: arbitrumgoerli_Bytes - to_gte: arbitrumgoerli_Bytes - to_lte: arbitrumgoerli_Bytes - to_in: [arbitrumgoerli_Bytes!] - to_not_in: [arbitrumgoerli_Bytes!] - to_contains: arbitrumgoerli_Bytes - to_not_contains: arbitrumgoerli_Bytes - delegate: arbitrumgoerli_Bytes - delegate_not: arbitrumgoerli_Bytes - delegate_gt: arbitrumgoerli_Bytes - delegate_lt: arbitrumgoerli_Bytes - delegate_gte: arbitrumgoerli_Bytes - delegate_lte: arbitrumgoerli_Bytes - delegate_in: [arbitrumgoerli_Bytes!] - delegate_not_in: [arbitrumgoerli_Bytes!] - delegate_contains: arbitrumgoerli_Bytes - delegate_not_contains: arbitrumgoerli_Bytes + to: xdai_Bytes + to_not: xdai_Bytes + to_gt: xdai_Bytes + to_lt: xdai_Bytes + to_gte: xdai_Bytes + to_lte: xdai_Bytes + to_in: [xdai_Bytes!] + to_not_in: [xdai_Bytes!] + to_contains: xdai_Bytes + to_not_contains: xdai_Bytes + delegate: xdai_Bytes + delegate_not: xdai_Bytes + delegate_gt: xdai_Bytes + delegate_lt: xdai_Bytes + delegate_gte: xdai_Bytes + delegate_lte: xdai_Bytes + delegate_in: [xdai_Bytes!] + delegate_not_in: [xdai_Bytes!] + delegate_contains: xdai_Bytes + delegate_not_contains: xdai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: arbitrumgoerli_Bytes - callData_not: arbitrumgoerli_Bytes - callData_gt: arbitrumgoerli_Bytes - callData_lt: arbitrumgoerli_Bytes - callData_gte: arbitrumgoerli_Bytes - callData_lte: arbitrumgoerli_Bytes - callData_in: [arbitrumgoerli_Bytes!] - callData_not_in: [arbitrumgoerli_Bytes!] - callData_contains: arbitrumgoerli_Bytes - callData_not_contains: arbitrumgoerli_Bytes + callData: xdai_Bytes + callData_not: xdai_Bytes + callData_gt: xdai_Bytes + callData_lt: xdai_Bytes + callData_gte: xdai_Bytes + callData_lte: xdai_Bytes + callData_in: [xdai_Bytes!] + callData_not_in: [xdai_Bytes!] + callData_contains: xdai_Bytes + callData_not_contains: xdai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -87915,16 +87626,16 @@ input arbitrumgoerli_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: arbitrumgoerli_Bytes - originSender_not: arbitrumgoerli_Bytes - originSender_gt: arbitrumgoerli_Bytes - originSender_lt: arbitrumgoerli_Bytes - originSender_gte: arbitrumgoerli_Bytes - originSender_lte: arbitrumgoerli_Bytes - originSender_in: [arbitrumgoerli_Bytes!] - originSender_not_in: [arbitrumgoerli_Bytes!] - originSender_contains: arbitrumgoerli_Bytes - originSender_not_contains: arbitrumgoerli_Bytes + originSender: xdai_Bytes + originSender_not: xdai_Bytes + originSender_gt: xdai_Bytes + originSender_lt: xdai_Bytes + originSender_gte: xdai_Bytes + originSender_lte: xdai_Bytes + originSender_in: [xdai_Bytes!] + originSender_not_in: [xdai_Bytes!] + originSender_contains: xdai_Bytes + originSender_not_contains: xdai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -87941,16 +87652,16 @@ input arbitrumgoerli_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumgoerli_Bytes - canonicalId_not: arbitrumgoerli_Bytes - canonicalId_gt: arbitrumgoerli_Bytes - canonicalId_lt: arbitrumgoerli_Bytes - canonicalId_gte: arbitrumgoerli_Bytes - canonicalId_lte: arbitrumgoerli_Bytes - canonicalId_in: [arbitrumgoerli_Bytes!] - canonicalId_not_in: [arbitrumgoerli_Bytes!] - canonicalId_contains: arbitrumgoerli_Bytes - canonicalId_not_contains: arbitrumgoerli_Bytes + canonicalId: xdai_Bytes + canonicalId_not: xdai_Bytes + canonicalId_gt: xdai_Bytes + canonicalId_lt: xdai_Bytes + canonicalId_gte: xdai_Bytes + canonicalId_lte: xdai_Bytes + canonicalId_in: [xdai_Bytes!] + canonicalId_not_in: [xdai_Bytes!] + canonicalId_contains: xdai_Bytes + canonicalId_not_contains: xdai_Bytes asset: String asset_not: String asset_gt: String @@ -87971,7 +87682,7 @@ input arbitrumgoerli_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumgoerli_Asset_filter + asset_: xdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -87988,26 +87699,26 @@ input arbitrumgoerli_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: arbitrumgoerli_Bytes - executedCaller_not: arbitrumgoerli_Bytes - executedCaller_gt: arbitrumgoerli_Bytes - executedCaller_lt: arbitrumgoerli_Bytes - executedCaller_gte: arbitrumgoerli_Bytes - executedCaller_lte: arbitrumgoerli_Bytes - executedCaller_in: [arbitrumgoerli_Bytes!] - executedCaller_not_in: [arbitrumgoerli_Bytes!] - executedCaller_contains: arbitrumgoerli_Bytes - executedCaller_not_contains: arbitrumgoerli_Bytes - executedTransactionHash: arbitrumgoerli_Bytes - executedTransactionHash_not: arbitrumgoerli_Bytes - executedTransactionHash_gt: arbitrumgoerli_Bytes - executedTransactionHash_lt: arbitrumgoerli_Bytes - executedTransactionHash_gte: arbitrumgoerli_Bytes - executedTransactionHash_lte: arbitrumgoerli_Bytes - executedTransactionHash_in: [arbitrumgoerli_Bytes!] - executedTransactionHash_not_in: [arbitrumgoerli_Bytes!] - executedTransactionHash_contains: arbitrumgoerli_Bytes - executedTransactionHash_not_contains: arbitrumgoerli_Bytes + executedCaller: xdai_Bytes + executedCaller_not: xdai_Bytes + executedCaller_gt: xdai_Bytes + executedCaller_lt: xdai_Bytes + executedCaller_gte: xdai_Bytes + executedCaller_lte: xdai_Bytes + executedCaller_in: [xdai_Bytes!] + executedCaller_not_in: [xdai_Bytes!] + executedCaller_contains: xdai_Bytes + executedCaller_not_contains: xdai_Bytes + executedTransactionHash: xdai_Bytes + executedTransactionHash_not: xdai_Bytes + executedTransactionHash_gt: xdai_Bytes + executedTransactionHash_lt: xdai_Bytes + executedTransactionHash_gte: xdai_Bytes + executedTransactionHash_lte: xdai_Bytes + executedTransactionHash_in: [xdai_Bytes!] + executedTransactionHash_not_in: [xdai_Bytes!] + executedTransactionHash_contains: xdai_Bytes + executedTransactionHash_not_contains: xdai_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -88040,16 +87751,16 @@ input arbitrumgoerli_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: arbitrumgoerli_Bytes - executedTxOrigin_not: arbitrumgoerli_Bytes - executedTxOrigin_gt: arbitrumgoerli_Bytes - executedTxOrigin_lt: arbitrumgoerli_Bytes - executedTxOrigin_gte: arbitrumgoerli_Bytes - executedTxOrigin_lte: arbitrumgoerli_Bytes - executedTxOrigin_in: [arbitrumgoerli_Bytes!] - executedTxOrigin_not_in: [arbitrumgoerli_Bytes!] - executedTxOrigin_contains: arbitrumgoerli_Bytes - executedTxOrigin_not_contains: arbitrumgoerli_Bytes + executedTxOrigin: xdai_Bytes + executedTxOrigin_not: xdai_Bytes + executedTxOrigin_gt: xdai_Bytes + executedTxOrigin_lt: xdai_Bytes + executedTxOrigin_gte: xdai_Bytes + executedTxOrigin_lte: xdai_Bytes + executedTxOrigin_in: [xdai_Bytes!] + executedTxOrigin_not_in: [xdai_Bytes!] + executedTxOrigin_contains: xdai_Bytes + executedTxOrigin_not_contains: xdai_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -88058,26 +87769,26 @@ input arbitrumgoerli_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: arbitrumgoerli_Bytes - reconciledCaller_not: arbitrumgoerli_Bytes - reconciledCaller_gt: arbitrumgoerli_Bytes - reconciledCaller_lt: arbitrumgoerli_Bytes - reconciledCaller_gte: arbitrumgoerli_Bytes - reconciledCaller_lte: arbitrumgoerli_Bytes - reconciledCaller_in: [arbitrumgoerli_Bytes!] - reconciledCaller_not_in: [arbitrumgoerli_Bytes!] - reconciledCaller_contains: arbitrumgoerli_Bytes - reconciledCaller_not_contains: arbitrumgoerli_Bytes - reconciledTransactionHash: arbitrumgoerli_Bytes - reconciledTransactionHash_not: arbitrumgoerli_Bytes - reconciledTransactionHash_gt: arbitrumgoerli_Bytes - reconciledTransactionHash_lt: arbitrumgoerli_Bytes - reconciledTransactionHash_gte: arbitrumgoerli_Bytes - reconciledTransactionHash_lte: arbitrumgoerli_Bytes - reconciledTransactionHash_in: [arbitrumgoerli_Bytes!] - reconciledTransactionHash_not_in: [arbitrumgoerli_Bytes!] - reconciledTransactionHash_contains: arbitrumgoerli_Bytes - reconciledTransactionHash_not_contains: arbitrumgoerli_Bytes + reconciledCaller: xdai_Bytes + reconciledCaller_not: xdai_Bytes + reconciledCaller_gt: xdai_Bytes + reconciledCaller_lt: xdai_Bytes + reconciledCaller_gte: xdai_Bytes + reconciledCaller_lte: xdai_Bytes + reconciledCaller_in: [xdai_Bytes!] + reconciledCaller_not_in: [xdai_Bytes!] + reconciledCaller_contains: xdai_Bytes + reconciledCaller_not_contains: xdai_Bytes + reconciledTransactionHash: xdai_Bytes + reconciledTransactionHash_not: xdai_Bytes + reconciledTransactionHash_gt: xdai_Bytes + reconciledTransactionHash_lt: xdai_Bytes + reconciledTransactionHash_gte: xdai_Bytes + reconciledTransactionHash_lte: xdai_Bytes + reconciledTransactionHash_in: [xdai_Bytes!] + reconciledTransactionHash_not_in: [xdai_Bytes!] + reconciledTransactionHash_contains: xdai_Bytes + reconciledTransactionHash_not_contains: xdai_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -88110,16 +87821,16 @@ input arbitrumgoerli_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: arbitrumgoerli_Bytes - reconciledTxOrigin_not: arbitrumgoerli_Bytes - reconciledTxOrigin_gt: arbitrumgoerli_Bytes - reconciledTxOrigin_lt: arbitrumgoerli_Bytes - reconciledTxOrigin_gte: arbitrumgoerli_Bytes - reconciledTxOrigin_lte: arbitrumgoerli_Bytes - reconciledTxOrigin_in: [arbitrumgoerli_Bytes!] - reconciledTxOrigin_not_in: [arbitrumgoerli_Bytes!] - reconciledTxOrigin_contains: arbitrumgoerli_Bytes - reconciledTxOrigin_not_contains: arbitrumgoerli_Bytes + reconciledTxOrigin: xdai_Bytes + reconciledTxOrigin_not: xdai_Bytes + reconciledTxOrigin_gt: xdai_Bytes + reconciledTxOrigin_lt: xdai_Bytes + reconciledTxOrigin_gte: xdai_Bytes + reconciledTxOrigin_lte: xdai_Bytes + reconciledTxOrigin_in: [xdai_Bytes!] + reconciledTxOrigin_not_in: [xdai_Bytes!] + reconciledTxOrigin_contains: xdai_Bytes + reconciledTxOrigin_not_contains: xdai_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -88129,12 +87840,12 @@ input arbitrumgoerli_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_DestinationTransfer_filter] - or: [arbitrumgoerli_DestinationTransfer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_DestinationTransfer_filter] + or: [xdai_DestinationTransfer_filter] } -enum arbitrumgoerli_DestinationTransfer_orderBy { +enum xdai_DestinationTransfer_orderBy { id chainId transferId @@ -88188,28 +87899,28 @@ enum arbitrumgoerli_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar arbitrumgoerli_Int8 +scalar xdai_Int8 """Defines the order direction, either ascending or descending""" -enum arbitrumgoerli_OrderDirection { +enum xdai_OrderDirection { asc desc } -type arbitrumgoerli_OriginMessage { +type xdai_OriginMessage { id: ID! - transferId: arbitrumgoerli_Bytes + transferId: xdai_Bytes destinationDomain: BigInt - leaf: arbitrumgoerli_Bytes + leaf: xdai_Bytes index: BigInt - message: arbitrumgoerli_Bytes - root: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes + message: xdai_Bytes + root: xdai_Bytes + transactionHash: xdai_Bytes blockNumber: BigInt - rootCount: arbitrumgoerli_RootCount + rootCount: xdai_RootCount } -input arbitrumgoerli_OriginMessage_filter { +input xdai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -88218,16 +87929,16 @@ input arbitrumgoerli_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: arbitrumgoerli_Bytes - transferId_not: arbitrumgoerli_Bytes - transferId_gt: arbitrumgoerli_Bytes - transferId_lt: arbitrumgoerli_Bytes - transferId_gte: arbitrumgoerli_Bytes - transferId_lte: arbitrumgoerli_Bytes - transferId_in: [arbitrumgoerli_Bytes!] - transferId_not_in: [arbitrumgoerli_Bytes!] - transferId_contains: arbitrumgoerli_Bytes - transferId_not_contains: arbitrumgoerli_Bytes + transferId: xdai_Bytes + transferId_not: xdai_Bytes + transferId_gt: xdai_Bytes + transferId_lt: xdai_Bytes + transferId_gte: xdai_Bytes + transferId_lte: xdai_Bytes + transferId_in: [xdai_Bytes!] + transferId_not_in: [xdai_Bytes!] + transferId_contains: xdai_Bytes + transferId_not_contains: xdai_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -88236,16 +87947,16 @@ input arbitrumgoerli_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: arbitrumgoerli_Bytes - leaf_not: arbitrumgoerli_Bytes - leaf_gt: arbitrumgoerli_Bytes - leaf_lt: arbitrumgoerli_Bytes - leaf_gte: arbitrumgoerli_Bytes - leaf_lte: arbitrumgoerli_Bytes - leaf_in: [arbitrumgoerli_Bytes!] - leaf_not_in: [arbitrumgoerli_Bytes!] - leaf_contains: arbitrumgoerli_Bytes - leaf_not_contains: arbitrumgoerli_Bytes + leaf: xdai_Bytes + leaf_not: xdai_Bytes + leaf_gt: xdai_Bytes + leaf_lt: xdai_Bytes + leaf_gte: xdai_Bytes + leaf_lte: xdai_Bytes + leaf_in: [xdai_Bytes!] + leaf_not_in: [xdai_Bytes!] + leaf_contains: xdai_Bytes + leaf_not_contains: xdai_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -88254,36 +87965,36 @@ input arbitrumgoerli_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: arbitrumgoerli_Bytes - message_not: arbitrumgoerli_Bytes - message_gt: arbitrumgoerli_Bytes - message_lt: arbitrumgoerli_Bytes - message_gte: arbitrumgoerli_Bytes - message_lte: arbitrumgoerli_Bytes - message_in: [arbitrumgoerli_Bytes!] - message_not_in: [arbitrumgoerli_Bytes!] - message_contains: arbitrumgoerli_Bytes - message_not_contains: arbitrumgoerli_Bytes - root: arbitrumgoerli_Bytes - root_not: arbitrumgoerli_Bytes - root_gt: arbitrumgoerli_Bytes - root_lt: arbitrumgoerli_Bytes - root_gte: arbitrumgoerli_Bytes - root_lte: arbitrumgoerli_Bytes - root_in: [arbitrumgoerli_Bytes!] - root_not_in: [arbitrumgoerli_Bytes!] - root_contains: arbitrumgoerli_Bytes - root_not_contains: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes - transactionHash_not: arbitrumgoerli_Bytes - transactionHash_gt: arbitrumgoerli_Bytes - transactionHash_lt: arbitrumgoerli_Bytes - transactionHash_gte: arbitrumgoerli_Bytes - transactionHash_lte: arbitrumgoerli_Bytes - transactionHash_in: [arbitrumgoerli_Bytes!] - transactionHash_not_in: [arbitrumgoerli_Bytes!] - transactionHash_contains: arbitrumgoerli_Bytes - transactionHash_not_contains: arbitrumgoerli_Bytes + message: xdai_Bytes + message_not: xdai_Bytes + message_gt: xdai_Bytes + message_lt: xdai_Bytes + message_gte: xdai_Bytes + message_lte: xdai_Bytes + message_in: [xdai_Bytes!] + message_not_in: [xdai_Bytes!] + message_contains: xdai_Bytes + message_not_contains: xdai_Bytes + root: xdai_Bytes + root_not: xdai_Bytes + root_gt: xdai_Bytes + root_lt: xdai_Bytes + root_gte: xdai_Bytes + root_lte: xdai_Bytes + root_in: [xdai_Bytes!] + root_not_in: [xdai_Bytes!] + root_contains: xdai_Bytes + root_not_contains: xdai_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -88312,14 +88023,14 @@ input arbitrumgoerli_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: arbitrumgoerli_RootCount_filter + rootCount_: xdai_RootCount_filter """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_OriginMessage_filter] - or: [arbitrumgoerli_OriginMessage_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_OriginMessage_filter] + or: [xdai_OriginMessage_filter] } -enum arbitrumgoerli_OriginMessage_orderBy { +enum xdai_OriginMessage_orderBy { id transferId destinationDomain @@ -88334,42 +88045,42 @@ enum arbitrumgoerli_OriginMessage_orderBy { rootCount__count } -type arbitrumgoerli_OriginTransfer { +type xdai_OriginTransfer { id: ID! chainId: BigInt - transferId: arbitrumgoerli_Bytes + transferId: xdai_Bytes nonce: BigInt - status: arbitrumgoerli_TransferStatus - messageHash: arbitrumgoerli_Bytes + status: xdai_TransferStatus + messageHash: xdai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: arbitrumgoerli_Bytes - delegate: arbitrumgoerli_Bytes + to: xdai_Bytes + delegate: xdai_Bytes receiveLocal: Boolean - callData: arbitrumgoerli_Bytes + callData: xdai_Bytes slippage: BigInt - originSender: arbitrumgoerli_Bytes + originSender: xdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumgoerli_Bytes - asset: arbitrumgoerli_Asset - transactingAsset: arbitrumgoerli_Bytes - message: arbitrumgoerli_OriginMessage + canonicalId: xdai_Bytes + asset: xdai_Asset + transactingAsset: xdai_Bytes + message: xdai_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_RelayerFee_orderBy, orderDirection: arbitrumgoerli_OrderDirection, where: arbitrumgoerli_RelayerFee_filter): [arbitrumgoerli_RelayerFee!] - initialRelayerFeeAsset: arbitrumgoerli_Bytes - caller: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: xdai_RelayerFee_orderBy, orderDirection: xdai_OrderDirection, where: xdai_RelayerFee_filter): [xdai_RelayerFee!] + initialRelayerFeeAsset: xdai_Bytes + caller: xdai_Bytes + transactionHash: xdai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: arbitrumgoerli_Bytes + txOrigin: xdai_Bytes txNonce: BigInt } -input arbitrumgoerli_OriginTransfer_filter { +input xdai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -88386,16 +88097,16 @@ input arbitrumgoerli_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: arbitrumgoerli_Bytes - transferId_not: arbitrumgoerli_Bytes - transferId_gt: arbitrumgoerli_Bytes - transferId_lt: arbitrumgoerli_Bytes - transferId_gte: arbitrumgoerli_Bytes - transferId_lte: arbitrumgoerli_Bytes - transferId_in: [arbitrumgoerli_Bytes!] - transferId_not_in: [arbitrumgoerli_Bytes!] - transferId_contains: arbitrumgoerli_Bytes - transferId_not_contains: arbitrumgoerli_Bytes + transferId: xdai_Bytes + transferId_not: xdai_Bytes + transferId_gt: xdai_Bytes + transferId_lt: xdai_Bytes + transferId_gte: xdai_Bytes + transferId_lte: xdai_Bytes + transferId_in: [xdai_Bytes!] + transferId_not_in: [xdai_Bytes!] + transferId_contains: xdai_Bytes + transferId_not_contains: xdai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -88404,20 +88115,20 @@ input arbitrumgoerli_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: arbitrumgoerli_TransferStatus - status_not: arbitrumgoerli_TransferStatus - status_in: [arbitrumgoerli_TransferStatus!] - status_not_in: [arbitrumgoerli_TransferStatus!] - messageHash: arbitrumgoerli_Bytes - messageHash_not: arbitrumgoerli_Bytes - messageHash_gt: arbitrumgoerli_Bytes - messageHash_lt: arbitrumgoerli_Bytes - messageHash_gte: arbitrumgoerli_Bytes - messageHash_lte: arbitrumgoerli_Bytes - messageHash_in: [arbitrumgoerli_Bytes!] - messageHash_not_in: [arbitrumgoerli_Bytes!] - messageHash_contains: arbitrumgoerli_Bytes - messageHash_not_contains: arbitrumgoerli_Bytes + status: xdai_TransferStatus + status_not: xdai_TransferStatus + status_in: [xdai_TransferStatus!] + status_not_in: [xdai_TransferStatus!] + messageHash: xdai_Bytes + messageHash_not: xdai_Bytes + messageHash_gt: xdai_Bytes + messageHash_lt: xdai_Bytes + messageHash_gte: xdai_Bytes + messageHash_lte: xdai_Bytes + messageHash_in: [xdai_Bytes!] + messageHash_not_in: [xdai_Bytes!] + messageHash_contains: xdai_Bytes + messageHash_not_contains: xdai_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -88442,40 +88153,40 @@ input arbitrumgoerli_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: arbitrumgoerli_Bytes - to_not: arbitrumgoerli_Bytes - to_gt: arbitrumgoerli_Bytes - to_lt: arbitrumgoerli_Bytes - to_gte: arbitrumgoerli_Bytes - to_lte: arbitrumgoerli_Bytes - to_in: [arbitrumgoerli_Bytes!] - to_not_in: [arbitrumgoerli_Bytes!] - to_contains: arbitrumgoerli_Bytes - to_not_contains: arbitrumgoerli_Bytes - delegate: arbitrumgoerli_Bytes - delegate_not: arbitrumgoerli_Bytes - delegate_gt: arbitrumgoerli_Bytes - delegate_lt: arbitrumgoerli_Bytes - delegate_gte: arbitrumgoerli_Bytes - delegate_lte: arbitrumgoerli_Bytes - delegate_in: [arbitrumgoerli_Bytes!] - delegate_not_in: [arbitrumgoerli_Bytes!] - delegate_contains: arbitrumgoerli_Bytes - delegate_not_contains: arbitrumgoerli_Bytes + to: xdai_Bytes + to_not: xdai_Bytes + to_gt: xdai_Bytes + to_lt: xdai_Bytes + to_gte: xdai_Bytes + to_lte: xdai_Bytes + to_in: [xdai_Bytes!] + to_not_in: [xdai_Bytes!] + to_contains: xdai_Bytes + to_not_contains: xdai_Bytes + delegate: xdai_Bytes + delegate_not: xdai_Bytes + delegate_gt: xdai_Bytes + delegate_lt: xdai_Bytes + delegate_gte: xdai_Bytes + delegate_lte: xdai_Bytes + delegate_in: [xdai_Bytes!] + delegate_not_in: [xdai_Bytes!] + delegate_contains: xdai_Bytes + delegate_not_contains: xdai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: arbitrumgoerli_Bytes - callData_not: arbitrumgoerli_Bytes - callData_gt: arbitrumgoerli_Bytes - callData_lt: arbitrumgoerli_Bytes - callData_gte: arbitrumgoerli_Bytes - callData_lte: arbitrumgoerli_Bytes - callData_in: [arbitrumgoerli_Bytes!] - callData_not_in: [arbitrumgoerli_Bytes!] - callData_contains: arbitrumgoerli_Bytes - callData_not_contains: arbitrumgoerli_Bytes + callData: xdai_Bytes + callData_not: xdai_Bytes + callData_gt: xdai_Bytes + callData_lt: xdai_Bytes + callData_gte: xdai_Bytes + callData_lte: xdai_Bytes + callData_in: [xdai_Bytes!] + callData_not_in: [xdai_Bytes!] + callData_contains: xdai_Bytes + callData_not_contains: xdai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -88484,16 +88195,16 @@ input arbitrumgoerli_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: arbitrumgoerli_Bytes - originSender_not: arbitrumgoerli_Bytes - originSender_gt: arbitrumgoerli_Bytes - originSender_lt: arbitrumgoerli_Bytes - originSender_gte: arbitrumgoerli_Bytes - originSender_lte: arbitrumgoerli_Bytes - originSender_in: [arbitrumgoerli_Bytes!] - originSender_not_in: [arbitrumgoerli_Bytes!] - originSender_contains: arbitrumgoerli_Bytes - originSender_not_contains: arbitrumgoerli_Bytes + originSender: xdai_Bytes + originSender_not: xdai_Bytes + originSender_gt: xdai_Bytes + originSender_lt: xdai_Bytes + originSender_gte: xdai_Bytes + originSender_lte: xdai_Bytes + originSender_in: [xdai_Bytes!] + originSender_not_in: [xdai_Bytes!] + originSender_contains: xdai_Bytes + originSender_not_contains: xdai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -88510,16 +88221,16 @@ input arbitrumgoerli_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumgoerli_Bytes - canonicalId_not: arbitrumgoerli_Bytes - canonicalId_gt: arbitrumgoerli_Bytes - canonicalId_lt: arbitrumgoerli_Bytes - canonicalId_gte: arbitrumgoerli_Bytes - canonicalId_lte: arbitrumgoerli_Bytes - canonicalId_in: [arbitrumgoerli_Bytes!] - canonicalId_not_in: [arbitrumgoerli_Bytes!] - canonicalId_contains: arbitrumgoerli_Bytes - canonicalId_not_contains: arbitrumgoerli_Bytes + canonicalId: xdai_Bytes + canonicalId_not: xdai_Bytes + canonicalId_gt: xdai_Bytes + canonicalId_lt: xdai_Bytes + canonicalId_gte: xdai_Bytes + canonicalId_lte: xdai_Bytes + canonicalId_in: [xdai_Bytes!] + canonicalId_not_in: [xdai_Bytes!] + canonicalId_contains: xdai_Bytes + canonicalId_not_contains: xdai_Bytes asset: String asset_not: String asset_gt: String @@ -88540,17 +88251,17 @@ input arbitrumgoerli_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumgoerli_Asset_filter - transactingAsset: arbitrumgoerli_Bytes - transactingAsset_not: arbitrumgoerli_Bytes - transactingAsset_gt: arbitrumgoerli_Bytes - transactingAsset_lt: arbitrumgoerli_Bytes - transactingAsset_gte: arbitrumgoerli_Bytes - transactingAsset_lte: arbitrumgoerli_Bytes - transactingAsset_in: [arbitrumgoerli_Bytes!] - transactingAsset_not_in: [arbitrumgoerli_Bytes!] - transactingAsset_contains: arbitrumgoerli_Bytes - transactingAsset_not_contains: arbitrumgoerli_Bytes + asset_: xdai_Asset_filter + transactingAsset: xdai_Bytes + transactingAsset_not: xdai_Bytes + transactingAsset_gt: xdai_Bytes + transactingAsset_lt: xdai_Bytes + transactingAsset_gte: xdai_Bytes + transactingAsset_lte: xdai_Bytes + transactingAsset_in: [xdai_Bytes!] + transactingAsset_not_in: [xdai_Bytes!] + transactingAsset_contains: xdai_Bytes + transactingAsset_not_contains: xdai_Bytes message: String message_not: String message_gt: String @@ -88571,7 +88282,7 @@ input arbitrumgoerli_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: arbitrumgoerli_OriginMessage_filter + message_: xdai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -88586,37 +88297,37 @@ input arbitrumgoerli_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: arbitrumgoerli_RelayerFee_filter - initialRelayerFeeAsset: arbitrumgoerli_Bytes - initialRelayerFeeAsset_not: arbitrumgoerli_Bytes - initialRelayerFeeAsset_gt: arbitrumgoerli_Bytes - initialRelayerFeeAsset_lt: arbitrumgoerli_Bytes - initialRelayerFeeAsset_gte: arbitrumgoerli_Bytes - initialRelayerFeeAsset_lte: arbitrumgoerli_Bytes - initialRelayerFeeAsset_in: [arbitrumgoerli_Bytes!] - initialRelayerFeeAsset_not_in: [arbitrumgoerli_Bytes!] - initialRelayerFeeAsset_contains: arbitrumgoerli_Bytes - initialRelayerFeeAsset_not_contains: arbitrumgoerli_Bytes - caller: arbitrumgoerli_Bytes - caller_not: arbitrumgoerli_Bytes - caller_gt: arbitrumgoerli_Bytes - caller_lt: arbitrumgoerli_Bytes - caller_gte: arbitrumgoerli_Bytes - caller_lte: arbitrumgoerli_Bytes - caller_in: [arbitrumgoerli_Bytes!] - caller_not_in: [arbitrumgoerli_Bytes!] - caller_contains: arbitrumgoerli_Bytes - caller_not_contains: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes - transactionHash_not: arbitrumgoerli_Bytes - transactionHash_gt: arbitrumgoerli_Bytes - transactionHash_lt: arbitrumgoerli_Bytes - transactionHash_gte: arbitrumgoerli_Bytes - transactionHash_lte: arbitrumgoerli_Bytes - transactionHash_in: [arbitrumgoerli_Bytes!] - transactionHash_not_in: [arbitrumgoerli_Bytes!] - transactionHash_contains: arbitrumgoerli_Bytes - transactionHash_not_contains: arbitrumgoerli_Bytes + relayerFees_: xdai_RelayerFee_filter + initialRelayerFeeAsset: xdai_Bytes + initialRelayerFeeAsset_not: xdai_Bytes + initialRelayerFeeAsset_gt: xdai_Bytes + initialRelayerFeeAsset_lt: xdai_Bytes + initialRelayerFeeAsset_gte: xdai_Bytes + initialRelayerFeeAsset_lte: xdai_Bytes + initialRelayerFeeAsset_in: [xdai_Bytes!] + initialRelayerFeeAsset_not_in: [xdai_Bytes!] + initialRelayerFeeAsset_contains: xdai_Bytes + initialRelayerFeeAsset_not_contains: xdai_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -88649,16 +88360,16 @@ input arbitrumgoerli_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: arbitrumgoerli_Bytes - txOrigin_not: arbitrumgoerli_Bytes - txOrigin_gt: arbitrumgoerli_Bytes - txOrigin_lt: arbitrumgoerli_Bytes - txOrigin_gte: arbitrumgoerli_Bytes - txOrigin_lte: arbitrumgoerli_Bytes - txOrigin_in: [arbitrumgoerli_Bytes!] - txOrigin_not_in: [arbitrumgoerli_Bytes!] - txOrigin_contains: arbitrumgoerli_Bytes - txOrigin_not_contains: arbitrumgoerli_Bytes + txOrigin: xdai_Bytes + txOrigin_not: xdai_Bytes + txOrigin_gt: xdai_Bytes + txOrigin_lt: xdai_Bytes + txOrigin_gte: xdai_Bytes + txOrigin_lte: xdai_Bytes + txOrigin_in: [xdai_Bytes!] + txOrigin_not_in: [xdai_Bytes!] + txOrigin_contains: xdai_Bytes + txOrigin_not_contains: xdai_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -88668,12 +88379,12 @@ input arbitrumgoerli_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_OriginTransfer_filter] - or: [arbitrumgoerli_OriginTransfer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_OriginTransfer_filter] + or: [xdai_OriginTransfer_filter] } -enum arbitrumgoerli_OriginTransfer_orderBy { +enum xdai_OriginTransfer_orderBy { id chainId transferId @@ -88726,20 +88437,20 @@ enum arbitrumgoerli_OriginTransfer_orderBy { txNonce } -type arbitrumgoerli_Relayer { +type xdai_Relayer { id: ID! isActive: Boolean! - relayer: arbitrumgoerli_Bytes + relayer: xdai_Bytes } -type arbitrumgoerli_RelayerFee { +type xdai_RelayerFee { id: ID! - transfer: arbitrumgoerli_OriginTransfer! + transfer: xdai_OriginTransfer! fee: BigInt! - asset: arbitrumgoerli_Bytes! + asset: xdai_Bytes! } -input arbitrumgoerli_RelayerFee_filter { +input xdai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -88768,7 +88479,7 @@ input arbitrumgoerli_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumgoerli_OriginTransfer_filter + transfer_: xdai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -88777,23 +88488,23 @@ input arbitrumgoerli_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: arbitrumgoerli_Bytes - asset_not: arbitrumgoerli_Bytes - asset_gt: arbitrumgoerli_Bytes - asset_lt: arbitrumgoerli_Bytes - asset_gte: arbitrumgoerli_Bytes - asset_lte: arbitrumgoerli_Bytes - asset_in: [arbitrumgoerli_Bytes!] - asset_not_in: [arbitrumgoerli_Bytes!] - asset_contains: arbitrumgoerli_Bytes - asset_not_contains: arbitrumgoerli_Bytes + asset: xdai_Bytes + asset_not: xdai_Bytes + asset_gt: xdai_Bytes + asset_lt: xdai_Bytes + asset_gte: xdai_Bytes + asset_lte: xdai_Bytes + asset_in: [xdai_Bytes!] + asset_not_in: [xdai_Bytes!] + asset_contains: xdai_Bytes + asset_not_contains: xdai_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RelayerFee_filter] - or: [arbitrumgoerli_RelayerFee_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RelayerFee_filter] + or: [xdai_RelayerFee_filter] } -enum arbitrumgoerli_RelayerFee_orderBy { +enum xdai_RelayerFee_orderBy { id transfer transfer__id @@ -88829,20 +88540,20 @@ enum arbitrumgoerli_RelayerFee_orderBy { asset } -type arbitrumgoerli_RelayerFeesIncrease { +type xdai_RelayerFeesIncrease { id: ID! - transfer: arbitrumgoerli_OriginTransfer! + transfer: xdai_OriginTransfer! increase: BigInt - asset: arbitrumgoerli_Bytes - caller: arbitrumgoerli_Bytes! - transactionHash: arbitrumgoerli_Bytes! + asset: xdai_Bytes + caller: xdai_Bytes! + transactionHash: xdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumgoerli_RelayerFeesIncrease_filter { +input xdai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -88864,52 +88575,52 @@ input arbitrumgoerli_RelayerFeesIncrease_filter { transfer_not_contains: String transfer_not_contains_nocase: String transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: arbitrumgoerli_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: arbitrumgoerli_Bytes - asset_not: arbitrumgoerli_Bytes - asset_gt: arbitrumgoerli_Bytes - asset_lt: arbitrumgoerli_Bytes - asset_gte: arbitrumgoerli_Bytes - asset_lte: arbitrumgoerli_Bytes - asset_in: [arbitrumgoerli_Bytes!] - asset_not_in: [arbitrumgoerli_Bytes!] - asset_contains: arbitrumgoerli_Bytes - asset_not_contains: arbitrumgoerli_Bytes - caller: arbitrumgoerli_Bytes - caller_not: arbitrumgoerli_Bytes - caller_gt: arbitrumgoerli_Bytes - caller_lt: arbitrumgoerli_Bytes - caller_gte: arbitrumgoerli_Bytes - caller_lte: arbitrumgoerli_Bytes - caller_in: [arbitrumgoerli_Bytes!] - caller_not_in: [arbitrumgoerli_Bytes!] - caller_contains: arbitrumgoerli_Bytes - caller_not_contains: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes - transactionHash_not: arbitrumgoerli_Bytes - transactionHash_gt: arbitrumgoerli_Bytes - transactionHash_lt: arbitrumgoerli_Bytes - transactionHash_gte: arbitrumgoerli_Bytes - transactionHash_lte: arbitrumgoerli_Bytes - transactionHash_in: [arbitrumgoerli_Bytes!] - transactionHash_not_in: [arbitrumgoerli_Bytes!] - transactionHash_contains: arbitrumgoerli_Bytes - transactionHash_not_contains: arbitrumgoerli_Bytes + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: xdai_OriginTransfer_filter + increase: BigInt + increase_not: BigInt + increase_gt: BigInt + increase_lt: BigInt + increase_gte: BigInt + increase_lte: BigInt + increase_in: [BigInt!] + increase_not_in: [BigInt!] + asset: xdai_Bytes + asset_not: xdai_Bytes + asset_gt: xdai_Bytes + asset_lt: xdai_Bytes + asset_gte: xdai_Bytes + asset_lte: xdai_Bytes + asset_in: [xdai_Bytes!] + asset_not_in: [xdai_Bytes!] + asset_contains: xdai_Bytes + asset_not_contains: xdai_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -88943,12 +88654,12 @@ input arbitrumgoerli_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RelayerFeesIncrease_filter] - or: [arbitrumgoerli_RelayerFeesIncrease_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RelayerFeesIncrease_filter] + or: [xdai_RelayerFeesIncrease_filter] } -enum arbitrumgoerli_RelayerFeesIncrease_orderBy { +enum xdai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -88990,7 +88701,7 @@ enum arbitrumgoerli_RelayerFeesIncrease_orderBy { blockNumber } -input arbitrumgoerli_Relayer_filter { +input xdai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -89003,34 +88714,34 @@ input arbitrumgoerli_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: arbitrumgoerli_Bytes - relayer_not: arbitrumgoerli_Bytes - relayer_gt: arbitrumgoerli_Bytes - relayer_lt: arbitrumgoerli_Bytes - relayer_gte: arbitrumgoerli_Bytes - relayer_lte: arbitrumgoerli_Bytes - relayer_in: [arbitrumgoerli_Bytes!] - relayer_not_in: [arbitrumgoerli_Bytes!] - relayer_contains: arbitrumgoerli_Bytes - relayer_not_contains: arbitrumgoerli_Bytes + relayer: xdai_Bytes + relayer_not: xdai_Bytes + relayer_gt: xdai_Bytes + relayer_lt: xdai_Bytes + relayer_gte: xdai_Bytes + relayer_lte: xdai_Bytes + relayer_in: [xdai_Bytes!] + relayer_not_in: [xdai_Bytes!] + relayer_contains: xdai_Bytes + relayer_not_contains: xdai_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_Relayer_filter] - or: [arbitrumgoerli_Relayer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Relayer_filter] + or: [xdai_Relayer_filter] } -enum arbitrumgoerli_Relayer_orderBy { +enum xdai_Relayer_orderBy { id isActive relayer } -type arbitrumgoerli_RootCount { +type xdai_RootCount { id: ID! count: BigInt } -input arbitrumgoerli_RootCount_filter { +input xdai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -89048,31 +88759,31 @@ input arbitrumgoerli_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RootCount_filter] - or: [arbitrumgoerli_RootCount_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RootCount_filter] + or: [xdai_RootCount_filter] } -enum arbitrumgoerli_RootCount_orderBy { +enum xdai_RootCount_orderBy { id count } -type arbitrumgoerli_RootMessageSent { +type xdai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: arbitrumgoerli_Bytes + root: xdai_Bytes count: BigInt - caller: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes + caller: xdai_Bytes + transactionHash: xdai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input arbitrumgoerli_RootMessageSent_filter { +input xdai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -89097,16 +88808,16 @@ input arbitrumgoerli_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: arbitrumgoerli_Bytes - root_not: arbitrumgoerli_Bytes - root_gt: arbitrumgoerli_Bytes - root_lt: arbitrumgoerli_Bytes - root_gte: arbitrumgoerli_Bytes - root_lte: arbitrumgoerli_Bytes - root_in: [arbitrumgoerli_Bytes!] - root_not_in: [arbitrumgoerli_Bytes!] - root_contains: arbitrumgoerli_Bytes - root_not_contains: arbitrumgoerli_Bytes + root: xdai_Bytes + root_not: xdai_Bytes + root_gt: xdai_Bytes + root_lt: xdai_Bytes + root_gte: xdai_Bytes + root_lte: xdai_Bytes + root_in: [xdai_Bytes!] + root_not_in: [xdai_Bytes!] + root_contains: xdai_Bytes + root_not_contains: xdai_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -89115,26 +88826,26 @@ input arbitrumgoerli_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: arbitrumgoerli_Bytes - caller_not: arbitrumgoerli_Bytes - caller_gt: arbitrumgoerli_Bytes - caller_lt: arbitrumgoerli_Bytes - caller_gte: arbitrumgoerli_Bytes - caller_lte: arbitrumgoerli_Bytes - caller_in: [arbitrumgoerli_Bytes!] - caller_not_in: [arbitrumgoerli_Bytes!] - caller_contains: arbitrumgoerli_Bytes - caller_not_contains: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes - transactionHash_not: arbitrumgoerli_Bytes - transactionHash_gt: arbitrumgoerli_Bytes - transactionHash_lt: arbitrumgoerli_Bytes - transactionHash_gte: arbitrumgoerli_Bytes - transactionHash_lte: arbitrumgoerli_Bytes - transactionHash_in: [arbitrumgoerli_Bytes!] - transactionHash_not_in: [arbitrumgoerli_Bytes!] - transactionHash_contains: arbitrumgoerli_Bytes - transactionHash_not_contains: arbitrumgoerli_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -89168,12 +88879,12 @@ input arbitrumgoerli_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RootMessageSent_filter] - or: [arbitrumgoerli_RootMessageSent_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RootMessageSent_filter] + or: [xdai_RootMessageSent_filter] } -enum arbitrumgoerli_RootMessageSent_orderBy { +enum xdai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -89187,25 +88898,25 @@ enum arbitrumgoerli_RootMessageSent_orderBy { blockNumber } -type arbitrumgoerli_Router { +type xdai_Router { id: ID! isActive: Boolean! - owner: arbitrumgoerli_Bytes - recipient: arbitrumgoerli_Bytes - proposedOwner: arbitrumgoerli_Bytes + owner: xdai_Bytes + recipient: xdai_Bytes + proposedOwner: xdai_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: arbitrumgoerli_AssetBalance_orderBy, orderDirection: arbitrumgoerli_OrderDirection, where: arbitrumgoerli_AssetBalance_filter): [arbitrumgoerli_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: xdai_AssetBalance_orderBy, orderDirection: xdai_OrderDirection, where: xdai_AssetBalance_filter): [xdai_AssetBalance!]! } -type arbitrumgoerli_RouterDailyTVL { +type xdai_RouterDailyTVL { id: ID! - router: arbitrumgoerli_Router! - asset: arbitrumgoerli_Asset! + router: xdai_Router! + asset: xdai_Asset! timestamp: BigInt! balance: BigInt! } -input arbitrumgoerli_RouterDailyTVL_filter { +input xdai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -89234,7 +88945,7 @@ input arbitrumgoerli_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumgoerli_Router_filter + router_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -89255,7 +88966,7 @@ input arbitrumgoerli_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumgoerli_Asset_filter + asset_: xdai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -89273,12 +88984,12 @@ input arbitrumgoerli_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RouterDailyTVL_filter] - or: [arbitrumgoerli_RouterDailyTVL_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RouterDailyTVL_filter] + or: [xdai_RouterDailyTVL_filter] } -enum arbitrumgoerli_RouterDailyTVL_orderBy { +enum xdai_RouterDailyTVL_orderBy { id router router__id @@ -89301,26 +89012,26 @@ enum arbitrumgoerli_RouterDailyTVL_orderBy { balance } -type arbitrumgoerli_RouterLiquidityEvent { +type xdai_RouterLiquidityEvent { id: ID! - type: arbitrumgoerli_RouterLiquidityEventType - router: arbitrumgoerli_Router! - asset: arbitrumgoerli_Asset! + type: xdai_RouterLiquidityEventType + router: xdai_Router! + asset: xdai_Asset! amount: BigInt! balance: BigInt! - caller: arbitrumgoerli_Bytes + caller: xdai_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: arbitrumgoerli_Bytes! + transactionHash: xdai_Bytes! nonce: BigInt! } -enum arbitrumgoerli_RouterLiquidityEventType { +enum xdai_RouterLiquidityEventType { Add Remove } -input arbitrumgoerli_RouterLiquidityEvent_filter { +input xdai_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -89329,10 +89040,10 @@ input arbitrumgoerli_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: arbitrumgoerli_RouterLiquidityEventType - type_not: arbitrumgoerli_RouterLiquidityEventType - type_in: [arbitrumgoerli_RouterLiquidityEventType!] - type_not_in: [arbitrumgoerli_RouterLiquidityEventType!] + type: xdai_RouterLiquidityEventType + type_not: xdai_RouterLiquidityEventType + type_in: [xdai_RouterLiquidityEventType!] + type_not_in: [xdai_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -89353,7 +89064,7 @@ input arbitrumgoerli_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumgoerli_Router_filter + router_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -89374,7 +89085,7 @@ input arbitrumgoerli_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumgoerli_Asset_filter + asset_: xdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -89391,16 +89102,16 @@ input arbitrumgoerli_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: arbitrumgoerli_Bytes - caller_not: arbitrumgoerli_Bytes - caller_gt: arbitrumgoerli_Bytes - caller_lt: arbitrumgoerli_Bytes - caller_gte: arbitrumgoerli_Bytes - caller_lte: arbitrumgoerli_Bytes - caller_in: [arbitrumgoerli_Bytes!] - caller_not_in: [arbitrumgoerli_Bytes!] - caller_contains: arbitrumgoerli_Bytes - caller_not_contains: arbitrumgoerli_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -89417,16 +89128,16 @@ input arbitrumgoerli_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: arbitrumgoerli_Bytes - transactionHash_not: arbitrumgoerli_Bytes - transactionHash_gt: arbitrumgoerli_Bytes - transactionHash_lt: arbitrumgoerli_Bytes - transactionHash_gte: arbitrumgoerli_Bytes - transactionHash_lte: arbitrumgoerli_Bytes - transactionHash_in: [arbitrumgoerli_Bytes!] - transactionHash_not_in: [arbitrumgoerli_Bytes!] - transactionHash_contains: arbitrumgoerli_Bytes - transactionHash_not_contains: arbitrumgoerli_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -89436,12 +89147,12 @@ input arbitrumgoerli_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_RouterLiquidityEvent_filter] - or: [arbitrumgoerli_RouterLiquidityEvent_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RouterLiquidityEvent_filter] + or: [xdai_RouterLiquidityEvent_filter] } -enum arbitrumgoerli_RouterLiquidityEvent_orderBy { +enum xdai_RouterLiquidityEvent_orderBy { id type router @@ -89470,7 +89181,7 @@ enum arbitrumgoerli_RouterLiquidityEvent_orderBy { nonce } -input arbitrumgoerli_Router_filter { +input xdai_Router_filter { id: ID id_not: ID id_gt: ID @@ -89483,36 +89194,36 @@ input arbitrumgoerli_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: arbitrumgoerli_Bytes - owner_not: arbitrumgoerli_Bytes - owner_gt: arbitrumgoerli_Bytes - owner_lt: arbitrumgoerli_Bytes - owner_gte: arbitrumgoerli_Bytes - owner_lte: arbitrumgoerli_Bytes - owner_in: [arbitrumgoerli_Bytes!] - owner_not_in: [arbitrumgoerli_Bytes!] - owner_contains: arbitrumgoerli_Bytes - owner_not_contains: arbitrumgoerli_Bytes - recipient: arbitrumgoerli_Bytes - recipient_not: arbitrumgoerli_Bytes - recipient_gt: arbitrumgoerli_Bytes - recipient_lt: arbitrumgoerli_Bytes - recipient_gte: arbitrumgoerli_Bytes - recipient_lte: arbitrumgoerli_Bytes - recipient_in: [arbitrumgoerli_Bytes!] - recipient_not_in: [arbitrumgoerli_Bytes!] - recipient_contains: arbitrumgoerli_Bytes - recipient_not_contains: arbitrumgoerli_Bytes - proposedOwner: arbitrumgoerli_Bytes - proposedOwner_not: arbitrumgoerli_Bytes - proposedOwner_gt: arbitrumgoerli_Bytes - proposedOwner_lt: arbitrumgoerli_Bytes - proposedOwner_gte: arbitrumgoerli_Bytes - proposedOwner_lte: arbitrumgoerli_Bytes - proposedOwner_in: [arbitrumgoerli_Bytes!] - proposedOwner_not_in: [arbitrumgoerli_Bytes!] - proposedOwner_contains: arbitrumgoerli_Bytes - proposedOwner_not_contains: arbitrumgoerli_Bytes + owner: xdai_Bytes + owner_not: xdai_Bytes + owner_gt: xdai_Bytes + owner_lt: xdai_Bytes + owner_gte: xdai_Bytes + owner_lte: xdai_Bytes + owner_in: [xdai_Bytes!] + owner_not_in: [xdai_Bytes!] + owner_contains: xdai_Bytes + owner_not_contains: xdai_Bytes + recipient: xdai_Bytes + recipient_not: xdai_Bytes + recipient_gt: xdai_Bytes + recipient_lt: xdai_Bytes + recipient_gte: xdai_Bytes + recipient_lte: xdai_Bytes + recipient_in: [xdai_Bytes!] + recipient_not_in: [xdai_Bytes!] + recipient_contains: xdai_Bytes + recipient_not_contains: xdai_Bytes + proposedOwner: xdai_Bytes + proposedOwner_not: xdai_Bytes + proposedOwner_gt: xdai_Bytes + proposedOwner_lt: xdai_Bytes + proposedOwner_gte: xdai_Bytes + proposedOwner_lte: xdai_Bytes + proposedOwner_in: [xdai_Bytes!] + proposedOwner_not_in: [xdai_Bytes!] + proposedOwner_contains: xdai_Bytes + proposedOwner_not_contains: xdai_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -89521,14 +89232,14 @@ input arbitrumgoerli_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: arbitrumgoerli_AssetBalance_filter + assetBalances_: xdai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_Router_filter] - or: [arbitrumgoerli_Router_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Router_filter] + or: [xdai_Router_filter] } -enum arbitrumgoerli_Router_orderBy { +enum xdai_Router_orderBy { id isActive owner @@ -89538,13 +89249,13 @@ enum arbitrumgoerli_Router_orderBy { assetBalances } -type arbitrumgoerli_Sequencer { +type xdai_Sequencer { id: ID! isActive: Boolean! - sequencer: arbitrumgoerli_Bytes + sequencer: xdai_Bytes } -input arbitrumgoerli_Sequencer_filter { +input xdai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -89557,35 +89268,35 @@ input arbitrumgoerli_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: arbitrumgoerli_Bytes - sequencer_not: arbitrumgoerli_Bytes - sequencer_gt: arbitrumgoerli_Bytes - sequencer_lt: arbitrumgoerli_Bytes - sequencer_gte: arbitrumgoerli_Bytes - sequencer_lte: arbitrumgoerli_Bytes - sequencer_in: [arbitrumgoerli_Bytes!] - sequencer_not_in: [arbitrumgoerli_Bytes!] - sequencer_contains: arbitrumgoerli_Bytes - sequencer_not_contains: arbitrumgoerli_Bytes + sequencer: xdai_Bytes + sequencer_not: xdai_Bytes + sequencer_gt: xdai_Bytes + sequencer_lt: xdai_Bytes + sequencer_gte: xdai_Bytes + sequencer_lte: xdai_Bytes + sequencer_in: [xdai_Bytes!] + sequencer_not_in: [xdai_Bytes!] + sequencer_contains: xdai_Bytes + sequencer_not_contains: xdai_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_Sequencer_filter] - or: [arbitrumgoerli_Sequencer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Sequencer_filter] + or: [xdai_Sequencer_filter] } -enum arbitrumgoerli_Sequencer_orderBy { +enum xdai_Sequencer_orderBy { id isActive sequencer } -type arbitrumgoerli_Setting { +type xdai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: arbitrumgoerli_Bytes! + caller: xdai_Bytes! } -input arbitrumgoerli_Setting_filter { +input xdai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -89602,41 +89313,41 @@ input arbitrumgoerli_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: arbitrumgoerli_Bytes - caller_not: arbitrumgoerli_Bytes - caller_gt: arbitrumgoerli_Bytes - caller_lt: arbitrumgoerli_Bytes - caller_gte: arbitrumgoerli_Bytes - caller_lte: arbitrumgoerli_Bytes - caller_in: [arbitrumgoerli_Bytes!] - caller_not_in: [arbitrumgoerli_Bytes!] - caller_contains: arbitrumgoerli_Bytes - caller_not_contains: arbitrumgoerli_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_Setting_filter] - or: [arbitrumgoerli_Setting_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Setting_filter] + or: [xdai_Setting_filter] } -enum arbitrumgoerli_Setting_orderBy { +enum xdai_Setting_orderBy { id maxRoutersPerTransfer caller } -type arbitrumgoerli_SlippageUpdate { +type xdai_SlippageUpdate { id: ID! - transfer: arbitrumgoerli_DestinationTransfer! + transfer: xdai_DestinationTransfer! slippage: BigInt! - caller: arbitrumgoerli_Bytes! - transactionHash: arbitrumgoerli_Bytes! + caller: xdai_Bytes! + transactionHash: xdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumgoerli_SlippageUpdate_filter { +input xdai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -89665,7 +89376,7 @@ input arbitrumgoerli_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumgoerli_DestinationTransfer_filter + transfer_: xdai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -89674,26 +89385,26 @@ input arbitrumgoerli_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: arbitrumgoerli_Bytes - caller_not: arbitrumgoerli_Bytes - caller_gt: arbitrumgoerli_Bytes - caller_lt: arbitrumgoerli_Bytes - caller_gte: arbitrumgoerli_Bytes - caller_lte: arbitrumgoerli_Bytes - caller_in: [arbitrumgoerli_Bytes!] - caller_not_in: [arbitrumgoerli_Bytes!] - caller_contains: arbitrumgoerli_Bytes - caller_not_contains: arbitrumgoerli_Bytes - transactionHash: arbitrumgoerli_Bytes - transactionHash_not: arbitrumgoerli_Bytes - transactionHash_gt: arbitrumgoerli_Bytes - transactionHash_lt: arbitrumgoerli_Bytes - transactionHash_gte: arbitrumgoerli_Bytes - transactionHash_lte: arbitrumgoerli_Bytes - transactionHash_in: [arbitrumgoerli_Bytes!] - transactionHash_not_in: [arbitrumgoerli_Bytes!] - transactionHash_contains: arbitrumgoerli_Bytes - transactionHash_not_contains: arbitrumgoerli_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -89727,12 +89438,12 @@ input arbitrumgoerli_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumgoerli_BlockChangedFilter - and: [arbitrumgoerli_SlippageUpdate_filter] - or: [arbitrumgoerli_SlippageUpdate_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_SlippageUpdate_filter] + or: [xdai_SlippageUpdate_filter] } -enum arbitrumgoerli_SlippageUpdate_orderBy { +enum xdai_SlippageUpdate_orderBy { id transfer transfer__id @@ -89780,7 +89491,7 @@ enum arbitrumgoerli_SlippageUpdate_orderBy { blockNumber } -enum arbitrumgoerli_TransferStatus { +enum xdai_TransferStatus { XCalled Executed Reconciled @@ -89788,9 +89499,9 @@ enum arbitrumgoerli_TransferStatus { CompletedFast } -type arbitrumgoerli__Block_ { +type xdai__Block_ { """The hash of the block""" - hash: arbitrumgoerli_Bytes + hash: xdai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -89798,7 +89509,7 @@ type arbitrumgoerli__Block_ { } """The type for the top-level _meta field""" -type arbitrumgoerli__Meta_ { +type xdai__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -89806,38 +89517,38 @@ type arbitrumgoerli__Meta_ { and therefore asks for the latest block """ - block: arbitrumgoerli__Block_! + block: xdai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mumbai_AggregateRoot { +type optimism_AggregateRoot { id: ID! - root: mumbai_Bytes! + root: optimism_Bytes! blockNumber: BigInt! } -input mumbai_AggregateRoot_filter { +input optimism_AggregateRoot_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!] - root: mumbai_Bytes - root_not: mumbai_Bytes - root_gt: mumbai_Bytes - root_lt: mumbai_Bytes - root_gte: mumbai_Bytes - root_lte: mumbai_Bytes - root_in: [mumbai_Bytes!] - root_not_in: [mumbai_Bytes!] - root_contains: mumbai_Bytes - root_not_contains: mumbai_Bytes + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + root: optimism_Bytes + root_not: optimism_Bytes + root_gt: optimism_Bytes + root_lt: optimism_Bytes + root_gte: optimism_Bytes + root_lte: optimism_Bytes + root_in: [optimism_Bytes!] + root_not_in: [optimism_Bytes!] + root_contains: optimism_Bytes + root_not_contains: optimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -89847,42 +89558,42 @@ input mumbai_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_AggregateRoot_filter] - or: [mumbai_AggregateRoot_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AggregateRoot_filter] + or: [optimism_AggregateRoot_filter] } -enum mumbai_AggregateRoot_orderBy { +enum optimism_AggregateRoot_orderBy { id root blockNumber } -type mumbai_Asset { +type optimism_Asset { id: ID! - key: mumbai_Bytes + key: optimism_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: mumbai_Bytes + canonicalId: optimism_Bytes canonicalDomain: BigInt - adoptedAsset: mumbai_Bytes - localAsset: mumbai_Bytes + adoptedAsset: optimism_Bytes + localAsset: optimism_Bytes blockNumber: BigInt - status: mumbai_AssetStatus + status: optimism_AssetStatus } -type mumbai_AssetBalance { +type optimism_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mumbai_Router! - asset: mumbai_Asset! + router: optimism_Router! + asset: optimism_Asset! feesEarned: BigInt! } -input mumbai_AssetBalance_filter { +input optimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -89943,7 +89654,7 @@ input mumbai_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mumbai_Router_filter + router_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -89964,7 +89675,7 @@ input mumbai_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter + asset_: optimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -89974,12 +89685,12 @@ input mumbai_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_AssetBalance_filter] - or: [mumbai_AssetBalance_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AssetBalance_filter] + or: [optimism_AssetBalance_filter] } -enum mumbai_AssetBalance_orderBy { +enum optimism_AssetBalance_orderBy { id amount locked @@ -90005,12 +89716,12 @@ enum mumbai_AssetBalance_orderBy { feesEarned } -type mumbai_AssetStatus { +type optimism_AssetStatus { id: ID! status: Boolean } -input mumbai_AssetStatus_filter { +input optimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -90024,17 +89735,17 @@ input mumbai_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_AssetStatus_filter] - or: [mumbai_AssetStatus_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AssetStatus_filter] + or: [optimism_AssetStatus_filter] } -enum mumbai_AssetStatus_orderBy { +enum optimism_AssetStatus_orderBy { id status } -input mumbai_Asset_filter { +input optimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -90043,16 +89754,16 @@ input mumbai_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: mumbai_Bytes - key_not: mumbai_Bytes - key_gt: mumbai_Bytes - key_lt: mumbai_Bytes - key_gte: mumbai_Bytes - key_lte: mumbai_Bytes - key_in: [mumbai_Bytes!] - key_not_in: [mumbai_Bytes!] - key_contains: mumbai_Bytes - key_not_contains: mumbai_Bytes + key: optimism_Bytes + key_not: optimism_Bytes + key_gt: optimism_Bytes + key_lt: optimism_Bytes + key_gte: optimism_Bytes + key_lte: optimism_Bytes + key_in: [optimism_Bytes!] + key_not_in: [optimism_Bytes!] + key_contains: optimism_Bytes + key_not_contains: optimism_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -90069,16 +89780,16 @@ input mumbai_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: mumbai_Bytes - canonicalId_not: mumbai_Bytes - canonicalId_gt: mumbai_Bytes - canonicalId_lt: mumbai_Bytes - canonicalId_gte: mumbai_Bytes - canonicalId_lte: mumbai_Bytes - canonicalId_in: [mumbai_Bytes!] - canonicalId_not_in: [mumbai_Bytes!] - canonicalId_contains: mumbai_Bytes - canonicalId_not_contains: mumbai_Bytes + canonicalId: optimism_Bytes + canonicalId_not: optimism_Bytes + canonicalId_gt: optimism_Bytes + canonicalId_lt: optimism_Bytes + canonicalId_gte: optimism_Bytes + canonicalId_lte: optimism_Bytes + canonicalId_in: [optimism_Bytes!] + canonicalId_not_in: [optimism_Bytes!] + canonicalId_contains: optimism_Bytes + canonicalId_not_contains: optimism_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -90087,26 +89798,26 @@ input mumbai_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: mumbai_Bytes - adoptedAsset_not: mumbai_Bytes - adoptedAsset_gt: mumbai_Bytes - adoptedAsset_lt: mumbai_Bytes - adoptedAsset_gte: mumbai_Bytes - adoptedAsset_lte: mumbai_Bytes - adoptedAsset_in: [mumbai_Bytes!] - adoptedAsset_not_in: [mumbai_Bytes!] - adoptedAsset_contains: mumbai_Bytes - adoptedAsset_not_contains: mumbai_Bytes - localAsset: mumbai_Bytes - localAsset_not: mumbai_Bytes - localAsset_gt: mumbai_Bytes - localAsset_lt: mumbai_Bytes - localAsset_gte: mumbai_Bytes - localAsset_lte: mumbai_Bytes - localAsset_in: [mumbai_Bytes!] - localAsset_not_in: [mumbai_Bytes!] - localAsset_contains: mumbai_Bytes - localAsset_not_contains: mumbai_Bytes + adoptedAsset: optimism_Bytes + adoptedAsset_not: optimism_Bytes + adoptedAsset_gt: optimism_Bytes + adoptedAsset_lt: optimism_Bytes + adoptedAsset_gte: optimism_Bytes + adoptedAsset_lte: optimism_Bytes + adoptedAsset_in: [optimism_Bytes!] + adoptedAsset_not_in: [optimism_Bytes!] + adoptedAsset_contains: optimism_Bytes + adoptedAsset_not_contains: optimism_Bytes + localAsset: optimism_Bytes + localAsset_not: optimism_Bytes + localAsset_gt: optimism_Bytes + localAsset_lt: optimism_Bytes + localAsset_gte: optimism_Bytes + localAsset_lte: optimism_Bytes + localAsset_in: [optimism_Bytes!] + localAsset_not_in: [optimism_Bytes!] + localAsset_contains: optimism_Bytes + localAsset_not_contains: optimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -90135,14 +89846,14 @@ input mumbai_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: mumbai_AssetStatus_filter + status_: optimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Asset_filter] - or: [mumbai_Asset_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Asset_filter] + or: [optimism_Asset_filter] } -enum mumbai_Asset_orderBy { +enum optimism_Asset_orderBy { id key decimal @@ -90157,30 +89868,30 @@ enum mumbai_Asset_orderBy { status__status } -scalar mumbai_BigDecimal +scalar optimism_BigDecimal -input mumbai_BlockChangedFilter { +input optimism_BlockChangedFilter { number_gte: Int! } -input mumbai_Block_height { - hash: mumbai_Bytes +input optimism_Block_height { + hash: optimism_Bytes number: Int number_gte: Int } -scalar mumbai_Bytes +scalar optimism_Bytes -type mumbai_ConnectorMeta { +type optimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mumbai_Bytes - rootManager: mumbai_Bytes - mirrorConnector: mumbai_Bytes + amb: optimism_Bytes + rootManager: optimism_Bytes + mirrorConnector: optimism_Bytes } -input mumbai_ConnectorMeta_filter { +input optimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -90205,43 +89916,43 @@ input mumbai_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: mumbai_Bytes - amb_not: mumbai_Bytes - amb_gt: mumbai_Bytes - amb_lt: mumbai_Bytes - amb_gte: mumbai_Bytes - amb_lte: mumbai_Bytes - amb_in: [mumbai_Bytes!] - amb_not_in: [mumbai_Bytes!] - amb_contains: mumbai_Bytes - amb_not_contains: mumbai_Bytes - rootManager: mumbai_Bytes - rootManager_not: mumbai_Bytes - rootManager_gt: mumbai_Bytes - rootManager_lt: mumbai_Bytes - rootManager_gte: mumbai_Bytes - rootManager_lte: mumbai_Bytes - rootManager_in: [mumbai_Bytes!] - rootManager_not_in: [mumbai_Bytes!] - rootManager_contains: mumbai_Bytes - rootManager_not_contains: mumbai_Bytes - mirrorConnector: mumbai_Bytes - mirrorConnector_not: mumbai_Bytes - mirrorConnector_gt: mumbai_Bytes - mirrorConnector_lt: mumbai_Bytes - mirrorConnector_gte: mumbai_Bytes - mirrorConnector_lte: mumbai_Bytes - mirrorConnector_in: [mumbai_Bytes!] - mirrorConnector_not_in: [mumbai_Bytes!] - mirrorConnector_contains: mumbai_Bytes - mirrorConnector_not_contains: mumbai_Bytes + amb: optimism_Bytes + amb_not: optimism_Bytes + amb_gt: optimism_Bytes + amb_lt: optimism_Bytes + amb_gte: optimism_Bytes + amb_lte: optimism_Bytes + amb_in: [optimism_Bytes!] + amb_not_in: [optimism_Bytes!] + amb_contains: optimism_Bytes + amb_not_contains: optimism_Bytes + rootManager: optimism_Bytes + rootManager_not: optimism_Bytes + rootManager_gt: optimism_Bytes + rootManager_lt: optimism_Bytes + rootManager_gte: optimism_Bytes + rootManager_lte: optimism_Bytes + rootManager_in: [optimism_Bytes!] + rootManager_not_in: [optimism_Bytes!] + rootManager_contains: optimism_Bytes + rootManager_not_contains: optimism_Bytes + mirrorConnector: optimism_Bytes + mirrorConnector_not: optimism_Bytes + mirrorConnector_gt: optimism_Bytes + mirrorConnector_lt: optimism_Bytes + mirrorConnector_gte: optimism_Bytes + mirrorConnector_lte: optimism_Bytes + mirrorConnector_in: [optimism_Bytes!] + mirrorConnector_not_in: [optimism_Bytes!] + mirrorConnector_contains: optimism_Bytes + mirrorConnector_not_contains: optimism_Bytes """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_ConnectorMeta_filter] - or: [mumbai_ConnectorMeta_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_ConnectorMeta_filter] + or: [optimism_ConnectorMeta_filter] } -enum mumbai_ConnectorMeta_orderBy { +enum optimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -90250,48 +89961,48 @@ enum mumbai_ConnectorMeta_orderBy { mirrorConnector } -type mumbai_DestinationTransfer { +type optimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: mumbai_Bytes + transferId: optimism_Bytes nonce: BigInt - status: mumbai_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: mumbai_Router_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_Router_filter): [mumbai_Router!] + status: optimism_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: optimism_Router_orderBy, orderDirection: optimism_OrderDirection, where: optimism_Router_filter): [optimism_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mumbai_Bytes - delegate: mumbai_Bytes + to: optimism_Bytes + delegate: optimism_Bytes receiveLocal: Boolean - callData: mumbai_Bytes + callData: optimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mumbai_Bytes + originSender: optimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mumbai_Bytes - asset: mumbai_Asset + canonicalId: optimism_Bytes + asset: optimism_Asset amount: BigInt routersFee: BigInt - executedCaller: mumbai_Bytes - executedTransactionHash: mumbai_Bytes + executedCaller: optimism_Bytes + executedTransactionHash: optimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mumbai_Bytes + executedTxOrigin: optimism_Bytes executedTxNonce: BigInt - reconciledCaller: mumbai_Bytes - reconciledTransactionHash: mumbai_Bytes + reconciledCaller: optimism_Bytes + reconciledTransactionHash: optimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mumbai_Bytes + reconciledTxOrigin: optimism_Bytes reconciledTxNonce: BigInt } -input mumbai_DestinationTransfer_filter { +input optimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -90308,16 +90019,16 @@ input mumbai_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mumbai_Bytes - transferId_not: mumbai_Bytes - transferId_gt: mumbai_Bytes - transferId_lt: mumbai_Bytes - transferId_gte: mumbai_Bytes - transferId_lte: mumbai_Bytes - transferId_in: [mumbai_Bytes!] - transferId_not_in: [mumbai_Bytes!] - transferId_contains: mumbai_Bytes - transferId_not_contains: mumbai_Bytes + transferId: optimism_Bytes + transferId_not: optimism_Bytes + transferId_gt: optimism_Bytes + transferId_lt: optimism_Bytes + transferId_gte: optimism_Bytes + transferId_lte: optimism_Bytes + transferId_in: [optimism_Bytes!] + transferId_not_in: [optimism_Bytes!] + transferId_contains: optimism_Bytes + transferId_not_contains: optimism_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -90326,17 +90037,17 @@ input mumbai_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mumbai_TransferStatus - status_not: mumbai_TransferStatus - status_in: [mumbai_TransferStatus!] - status_not_in: [mumbai_TransferStatus!] + status: optimism_TransferStatus + status_not: optimism_TransferStatus + status_in: [optimism_TransferStatus!] + status_not_in: [optimism_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: mumbai_Router_filter + routers_: optimism_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -90361,40 +90072,40 @@ input mumbai_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mumbai_Bytes - to_not: mumbai_Bytes - to_gt: mumbai_Bytes - to_lt: mumbai_Bytes - to_gte: mumbai_Bytes - to_lte: mumbai_Bytes - to_in: [mumbai_Bytes!] - to_not_in: [mumbai_Bytes!] - to_contains: mumbai_Bytes - to_not_contains: mumbai_Bytes - delegate: mumbai_Bytes - delegate_not: mumbai_Bytes - delegate_gt: mumbai_Bytes - delegate_lt: mumbai_Bytes - delegate_gte: mumbai_Bytes - delegate_lte: mumbai_Bytes - delegate_in: [mumbai_Bytes!] - delegate_not_in: [mumbai_Bytes!] - delegate_contains: mumbai_Bytes - delegate_not_contains: mumbai_Bytes + to: optimism_Bytes + to_not: optimism_Bytes + to_gt: optimism_Bytes + to_lt: optimism_Bytes + to_gte: optimism_Bytes + to_lte: optimism_Bytes + to_in: [optimism_Bytes!] + to_not_in: [optimism_Bytes!] + to_contains: optimism_Bytes + to_not_contains: optimism_Bytes + delegate: optimism_Bytes + delegate_not: optimism_Bytes + delegate_gt: optimism_Bytes + delegate_lt: optimism_Bytes + delegate_gte: optimism_Bytes + delegate_lte: optimism_Bytes + delegate_in: [optimism_Bytes!] + delegate_not_in: [optimism_Bytes!] + delegate_contains: optimism_Bytes + delegate_not_contains: optimism_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: mumbai_Bytes - callData_not: mumbai_Bytes - callData_gt: mumbai_Bytes - callData_lt: mumbai_Bytes - callData_gte: mumbai_Bytes - callData_lte: mumbai_Bytes - callData_in: [mumbai_Bytes!] - callData_not_in: [mumbai_Bytes!] - callData_contains: mumbai_Bytes - callData_not_contains: mumbai_Bytes + callData: optimism_Bytes + callData_not: optimism_Bytes + callData_gt: optimism_Bytes + callData_lt: optimism_Bytes + callData_gte: optimism_Bytes + callData_lte: optimism_Bytes + callData_in: [optimism_Bytes!] + callData_not_in: [optimism_Bytes!] + callData_contains: optimism_Bytes + callData_not_contains: optimism_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -90411,16 +90122,16 @@ input mumbai_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: mumbai_Bytes - originSender_not: mumbai_Bytes - originSender_gt: mumbai_Bytes - originSender_lt: mumbai_Bytes - originSender_gte: mumbai_Bytes - originSender_lte: mumbai_Bytes - originSender_in: [mumbai_Bytes!] - originSender_not_in: [mumbai_Bytes!] - originSender_contains: mumbai_Bytes - originSender_not_contains: mumbai_Bytes + originSender: optimism_Bytes + originSender_not: optimism_Bytes + originSender_gt: optimism_Bytes + originSender_lt: optimism_Bytes + originSender_gte: optimism_Bytes + originSender_lte: optimism_Bytes + originSender_in: [optimism_Bytes!] + originSender_not_in: [optimism_Bytes!] + originSender_contains: optimism_Bytes + originSender_not_contains: optimism_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -90437,16 +90148,16 @@ input mumbai_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mumbai_Bytes - canonicalId_not: mumbai_Bytes - canonicalId_gt: mumbai_Bytes - canonicalId_lt: mumbai_Bytes - canonicalId_gte: mumbai_Bytes - canonicalId_lte: mumbai_Bytes - canonicalId_in: [mumbai_Bytes!] - canonicalId_not_in: [mumbai_Bytes!] - canonicalId_contains: mumbai_Bytes - canonicalId_not_contains: mumbai_Bytes + canonicalId: optimism_Bytes + canonicalId_not: optimism_Bytes + canonicalId_gt: optimism_Bytes + canonicalId_lt: optimism_Bytes + canonicalId_gte: optimism_Bytes + canonicalId_lte: optimism_Bytes + canonicalId_in: [optimism_Bytes!] + canonicalId_not_in: [optimism_Bytes!] + canonicalId_contains: optimism_Bytes + canonicalId_not_contains: optimism_Bytes asset: String asset_not: String asset_gt: String @@ -90467,7 +90178,7 @@ input mumbai_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter + asset_: optimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -90484,26 +90195,26 @@ input mumbai_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: mumbai_Bytes - executedCaller_not: mumbai_Bytes - executedCaller_gt: mumbai_Bytes - executedCaller_lt: mumbai_Bytes - executedCaller_gte: mumbai_Bytes - executedCaller_lte: mumbai_Bytes - executedCaller_in: [mumbai_Bytes!] - executedCaller_not_in: [mumbai_Bytes!] - executedCaller_contains: mumbai_Bytes - executedCaller_not_contains: mumbai_Bytes - executedTransactionHash: mumbai_Bytes - executedTransactionHash_not: mumbai_Bytes - executedTransactionHash_gt: mumbai_Bytes - executedTransactionHash_lt: mumbai_Bytes - executedTransactionHash_gte: mumbai_Bytes - executedTransactionHash_lte: mumbai_Bytes - executedTransactionHash_in: [mumbai_Bytes!] - executedTransactionHash_not_in: [mumbai_Bytes!] - executedTransactionHash_contains: mumbai_Bytes - executedTransactionHash_not_contains: mumbai_Bytes + executedCaller: optimism_Bytes + executedCaller_not: optimism_Bytes + executedCaller_gt: optimism_Bytes + executedCaller_lt: optimism_Bytes + executedCaller_gte: optimism_Bytes + executedCaller_lte: optimism_Bytes + executedCaller_in: [optimism_Bytes!] + executedCaller_not_in: [optimism_Bytes!] + executedCaller_contains: optimism_Bytes + executedCaller_not_contains: optimism_Bytes + executedTransactionHash: optimism_Bytes + executedTransactionHash_not: optimism_Bytes + executedTransactionHash_gt: optimism_Bytes + executedTransactionHash_lt: optimism_Bytes + executedTransactionHash_gte: optimism_Bytes + executedTransactionHash_lte: optimism_Bytes + executedTransactionHash_in: [optimism_Bytes!] + executedTransactionHash_not_in: [optimism_Bytes!] + executedTransactionHash_contains: optimism_Bytes + executedTransactionHash_not_contains: optimism_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -90536,16 +90247,16 @@ input mumbai_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: mumbai_Bytes - executedTxOrigin_not: mumbai_Bytes - executedTxOrigin_gt: mumbai_Bytes - executedTxOrigin_lt: mumbai_Bytes - executedTxOrigin_gte: mumbai_Bytes - executedTxOrigin_lte: mumbai_Bytes - executedTxOrigin_in: [mumbai_Bytes!] - executedTxOrigin_not_in: [mumbai_Bytes!] - executedTxOrigin_contains: mumbai_Bytes - executedTxOrigin_not_contains: mumbai_Bytes + executedTxOrigin: optimism_Bytes + executedTxOrigin_not: optimism_Bytes + executedTxOrigin_gt: optimism_Bytes + executedTxOrigin_lt: optimism_Bytes + executedTxOrigin_gte: optimism_Bytes + executedTxOrigin_lte: optimism_Bytes + executedTxOrigin_in: [optimism_Bytes!] + executedTxOrigin_not_in: [optimism_Bytes!] + executedTxOrigin_contains: optimism_Bytes + executedTxOrigin_not_contains: optimism_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -90554,26 +90265,26 @@ input mumbai_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: mumbai_Bytes - reconciledCaller_not: mumbai_Bytes - reconciledCaller_gt: mumbai_Bytes - reconciledCaller_lt: mumbai_Bytes - reconciledCaller_gte: mumbai_Bytes - reconciledCaller_lte: mumbai_Bytes - reconciledCaller_in: [mumbai_Bytes!] - reconciledCaller_not_in: [mumbai_Bytes!] - reconciledCaller_contains: mumbai_Bytes - reconciledCaller_not_contains: mumbai_Bytes - reconciledTransactionHash: mumbai_Bytes - reconciledTransactionHash_not: mumbai_Bytes - reconciledTransactionHash_gt: mumbai_Bytes - reconciledTransactionHash_lt: mumbai_Bytes - reconciledTransactionHash_gte: mumbai_Bytes - reconciledTransactionHash_lte: mumbai_Bytes - reconciledTransactionHash_in: [mumbai_Bytes!] - reconciledTransactionHash_not_in: [mumbai_Bytes!] - reconciledTransactionHash_contains: mumbai_Bytes - reconciledTransactionHash_not_contains: mumbai_Bytes + reconciledCaller: optimism_Bytes + reconciledCaller_not: optimism_Bytes + reconciledCaller_gt: optimism_Bytes + reconciledCaller_lt: optimism_Bytes + reconciledCaller_gte: optimism_Bytes + reconciledCaller_lte: optimism_Bytes + reconciledCaller_in: [optimism_Bytes!] + reconciledCaller_not_in: [optimism_Bytes!] + reconciledCaller_contains: optimism_Bytes + reconciledCaller_not_contains: optimism_Bytes + reconciledTransactionHash: optimism_Bytes + reconciledTransactionHash_not: optimism_Bytes + reconciledTransactionHash_gt: optimism_Bytes + reconciledTransactionHash_lt: optimism_Bytes + reconciledTransactionHash_gte: optimism_Bytes + reconciledTransactionHash_lte: optimism_Bytes + reconciledTransactionHash_in: [optimism_Bytes!] + reconciledTransactionHash_not_in: [optimism_Bytes!] + reconciledTransactionHash_contains: optimism_Bytes + reconciledTransactionHash_not_contains: optimism_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -90606,16 +90317,16 @@ input mumbai_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: mumbai_Bytes - reconciledTxOrigin_not: mumbai_Bytes - reconciledTxOrigin_gt: mumbai_Bytes - reconciledTxOrigin_lt: mumbai_Bytes - reconciledTxOrigin_gte: mumbai_Bytes - reconciledTxOrigin_lte: mumbai_Bytes - reconciledTxOrigin_in: [mumbai_Bytes!] - reconciledTxOrigin_not_in: [mumbai_Bytes!] - reconciledTxOrigin_contains: mumbai_Bytes - reconciledTxOrigin_not_contains: mumbai_Bytes + reconciledTxOrigin: optimism_Bytes + reconciledTxOrigin_not: optimism_Bytes + reconciledTxOrigin_gt: optimism_Bytes + reconciledTxOrigin_lt: optimism_Bytes + reconciledTxOrigin_gte: optimism_Bytes + reconciledTxOrigin_lte: optimism_Bytes + reconciledTxOrigin_in: [optimism_Bytes!] + reconciledTxOrigin_not_in: [optimism_Bytes!] + reconciledTxOrigin_contains: optimism_Bytes + reconciledTxOrigin_not_contains: optimism_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -90625,12 +90336,12 @@ input mumbai_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_DestinationTransfer_filter] - or: [mumbai_DestinationTransfer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_DestinationTransfer_filter] + or: [optimism_DestinationTransfer_filter] } -enum mumbai_DestinationTransfer_orderBy { +enum optimism_DestinationTransfer_orderBy { id chainId transferId @@ -90684,28 +90395,28 @@ enum mumbai_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar mumbai_Int8 +scalar optimism_Int8 """Defines the order direction, either ascending or descending""" -enum mumbai_OrderDirection { +enum optimism_OrderDirection { asc desc } -type mumbai_OriginMessage { +type optimism_OriginMessage { id: ID! - transferId: mumbai_Bytes + transferId: optimism_Bytes destinationDomain: BigInt - leaf: mumbai_Bytes + leaf: optimism_Bytes index: BigInt - message: mumbai_Bytes - root: mumbai_Bytes - transactionHash: mumbai_Bytes + message: optimism_Bytes + root: optimism_Bytes + transactionHash: optimism_Bytes blockNumber: BigInt - rootCount: mumbai_RootCount + rootCount: optimism_RootCount } -input mumbai_OriginMessage_filter { +input optimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -90714,16 +90425,16 @@ input mumbai_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: mumbai_Bytes - transferId_not: mumbai_Bytes - transferId_gt: mumbai_Bytes - transferId_lt: mumbai_Bytes - transferId_gte: mumbai_Bytes - transferId_lte: mumbai_Bytes - transferId_in: [mumbai_Bytes!] - transferId_not_in: [mumbai_Bytes!] - transferId_contains: mumbai_Bytes - transferId_not_contains: mumbai_Bytes + transferId: optimism_Bytes + transferId_not: optimism_Bytes + transferId_gt: optimism_Bytes + transferId_lt: optimism_Bytes + transferId_gte: optimism_Bytes + transferId_lte: optimism_Bytes + transferId_in: [optimism_Bytes!] + transferId_not_in: [optimism_Bytes!] + transferId_contains: optimism_Bytes + transferId_not_contains: optimism_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -90732,16 +90443,16 @@ input mumbai_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: mumbai_Bytes - leaf_not: mumbai_Bytes - leaf_gt: mumbai_Bytes - leaf_lt: mumbai_Bytes - leaf_gte: mumbai_Bytes - leaf_lte: mumbai_Bytes - leaf_in: [mumbai_Bytes!] - leaf_not_in: [mumbai_Bytes!] - leaf_contains: mumbai_Bytes - leaf_not_contains: mumbai_Bytes + leaf: optimism_Bytes + leaf_not: optimism_Bytes + leaf_gt: optimism_Bytes + leaf_lt: optimism_Bytes + leaf_gte: optimism_Bytes + leaf_lte: optimism_Bytes + leaf_in: [optimism_Bytes!] + leaf_not_in: [optimism_Bytes!] + leaf_contains: optimism_Bytes + leaf_not_contains: optimism_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -90750,36 +90461,36 @@ input mumbai_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: mumbai_Bytes - message_not: mumbai_Bytes - message_gt: mumbai_Bytes - message_lt: mumbai_Bytes - message_gte: mumbai_Bytes - message_lte: mumbai_Bytes - message_in: [mumbai_Bytes!] - message_not_in: [mumbai_Bytes!] - message_contains: mumbai_Bytes - message_not_contains: mumbai_Bytes - root: mumbai_Bytes - root_not: mumbai_Bytes - root_gt: mumbai_Bytes - root_lt: mumbai_Bytes - root_gte: mumbai_Bytes - root_lte: mumbai_Bytes - root_in: [mumbai_Bytes!] - root_not_in: [mumbai_Bytes!] - root_contains: mumbai_Bytes - root_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + message: optimism_Bytes + message_not: optimism_Bytes + message_gt: optimism_Bytes + message_lt: optimism_Bytes + message_gte: optimism_Bytes + message_lte: optimism_Bytes + message_in: [optimism_Bytes!] + message_not_in: [optimism_Bytes!] + message_contains: optimism_Bytes + message_not_contains: optimism_Bytes + root: optimism_Bytes + root_not: optimism_Bytes + root_gt: optimism_Bytes + root_lt: optimism_Bytes + root_gte: optimism_Bytes + root_lte: optimism_Bytes + root_in: [optimism_Bytes!] + root_not_in: [optimism_Bytes!] + root_contains: optimism_Bytes + root_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -90808,14 +90519,14 @@ input mumbai_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: mumbai_RootCount_filter + rootCount_: optimism_RootCount_filter """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_OriginMessage_filter] - or: [mumbai_OriginMessage_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OriginMessage_filter] + or: [optimism_OriginMessage_filter] } -enum mumbai_OriginMessage_orderBy { +enum optimism_OriginMessage_orderBy { id transferId destinationDomain @@ -90830,42 +90541,42 @@ enum mumbai_OriginMessage_orderBy { rootCount__count } -type mumbai_OriginTransfer { +type optimism_OriginTransfer { id: ID! chainId: BigInt - transferId: mumbai_Bytes + transferId: optimism_Bytes nonce: BigInt - status: mumbai_TransferStatus - messageHash: mumbai_Bytes + status: optimism_TransferStatus + messageHash: optimism_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mumbai_Bytes - delegate: mumbai_Bytes + to: optimism_Bytes + delegate: optimism_Bytes receiveLocal: Boolean - callData: mumbai_Bytes + callData: optimism_Bytes slippage: BigInt - originSender: mumbai_Bytes + originSender: optimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mumbai_Bytes - asset: mumbai_Asset - transactingAsset: mumbai_Bytes - message: mumbai_OriginMessage + canonicalId: optimism_Bytes + asset: optimism_Asset + transactingAsset: optimism_Bytes + message: optimism_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: mumbai_RelayerFee_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_RelayerFee_filter): [mumbai_RelayerFee!] - initialRelayerFeeAsset: mumbai_Bytes - caller: mumbai_Bytes - transactionHash: mumbai_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimism_RelayerFee_orderBy, orderDirection: optimism_OrderDirection, where: optimism_RelayerFee_filter): [optimism_RelayerFee!] + initialRelayerFeeAsset: optimism_Bytes + caller: optimism_Bytes + transactionHash: optimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: mumbai_Bytes + txOrigin: optimism_Bytes txNonce: BigInt } -input mumbai_OriginTransfer_filter { +input optimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -90882,16 +90593,16 @@ input mumbai_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mumbai_Bytes - transferId_not: mumbai_Bytes - transferId_gt: mumbai_Bytes - transferId_lt: mumbai_Bytes - transferId_gte: mumbai_Bytes - transferId_lte: mumbai_Bytes - transferId_in: [mumbai_Bytes!] - transferId_not_in: [mumbai_Bytes!] - transferId_contains: mumbai_Bytes - transferId_not_contains: mumbai_Bytes + transferId: optimism_Bytes + transferId_not: optimism_Bytes + transferId_gt: optimism_Bytes + transferId_lt: optimism_Bytes + transferId_gte: optimism_Bytes + transferId_lte: optimism_Bytes + transferId_in: [optimism_Bytes!] + transferId_not_in: [optimism_Bytes!] + transferId_contains: optimism_Bytes + transferId_not_contains: optimism_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -90900,20 +90611,20 @@ input mumbai_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mumbai_TransferStatus - status_not: mumbai_TransferStatus - status_in: [mumbai_TransferStatus!] - status_not_in: [mumbai_TransferStatus!] - messageHash: mumbai_Bytes - messageHash_not: mumbai_Bytes - messageHash_gt: mumbai_Bytes - messageHash_lt: mumbai_Bytes - messageHash_gte: mumbai_Bytes - messageHash_lte: mumbai_Bytes - messageHash_in: [mumbai_Bytes!] - messageHash_not_in: [mumbai_Bytes!] - messageHash_contains: mumbai_Bytes - messageHash_not_contains: mumbai_Bytes + status: optimism_TransferStatus + status_not: optimism_TransferStatus + status_in: [optimism_TransferStatus!] + status_not_in: [optimism_TransferStatus!] + messageHash: optimism_Bytes + messageHash_not: optimism_Bytes + messageHash_gt: optimism_Bytes + messageHash_lt: optimism_Bytes + messageHash_gte: optimism_Bytes + messageHash_lte: optimism_Bytes + messageHash_in: [optimism_Bytes!] + messageHash_not_in: [optimism_Bytes!] + messageHash_contains: optimism_Bytes + messageHash_not_contains: optimism_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -90938,40 +90649,40 @@ input mumbai_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mumbai_Bytes - to_not: mumbai_Bytes - to_gt: mumbai_Bytes - to_lt: mumbai_Bytes - to_gte: mumbai_Bytes - to_lte: mumbai_Bytes - to_in: [mumbai_Bytes!] - to_not_in: [mumbai_Bytes!] - to_contains: mumbai_Bytes - to_not_contains: mumbai_Bytes - delegate: mumbai_Bytes - delegate_not: mumbai_Bytes - delegate_gt: mumbai_Bytes - delegate_lt: mumbai_Bytes - delegate_gte: mumbai_Bytes - delegate_lte: mumbai_Bytes - delegate_in: [mumbai_Bytes!] - delegate_not_in: [mumbai_Bytes!] - delegate_contains: mumbai_Bytes - delegate_not_contains: mumbai_Bytes + to: optimism_Bytes + to_not: optimism_Bytes + to_gt: optimism_Bytes + to_lt: optimism_Bytes + to_gte: optimism_Bytes + to_lte: optimism_Bytes + to_in: [optimism_Bytes!] + to_not_in: [optimism_Bytes!] + to_contains: optimism_Bytes + to_not_contains: optimism_Bytes + delegate: optimism_Bytes + delegate_not: optimism_Bytes + delegate_gt: optimism_Bytes + delegate_lt: optimism_Bytes + delegate_gte: optimism_Bytes + delegate_lte: optimism_Bytes + delegate_in: [optimism_Bytes!] + delegate_not_in: [optimism_Bytes!] + delegate_contains: optimism_Bytes + delegate_not_contains: optimism_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: mumbai_Bytes - callData_not: mumbai_Bytes - callData_gt: mumbai_Bytes - callData_lt: mumbai_Bytes - callData_gte: mumbai_Bytes - callData_lte: mumbai_Bytes - callData_in: [mumbai_Bytes!] - callData_not_in: [mumbai_Bytes!] - callData_contains: mumbai_Bytes - callData_not_contains: mumbai_Bytes + callData: optimism_Bytes + callData_not: optimism_Bytes + callData_gt: optimism_Bytes + callData_lt: optimism_Bytes + callData_gte: optimism_Bytes + callData_lte: optimism_Bytes + callData_in: [optimism_Bytes!] + callData_not_in: [optimism_Bytes!] + callData_contains: optimism_Bytes + callData_not_contains: optimism_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -90980,16 +90691,16 @@ input mumbai_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: mumbai_Bytes - originSender_not: mumbai_Bytes - originSender_gt: mumbai_Bytes - originSender_lt: mumbai_Bytes - originSender_gte: mumbai_Bytes - originSender_lte: mumbai_Bytes - originSender_in: [mumbai_Bytes!] - originSender_not_in: [mumbai_Bytes!] - originSender_contains: mumbai_Bytes - originSender_not_contains: mumbai_Bytes + originSender: optimism_Bytes + originSender_not: optimism_Bytes + originSender_gt: optimism_Bytes + originSender_lt: optimism_Bytes + originSender_gte: optimism_Bytes + originSender_lte: optimism_Bytes + originSender_in: [optimism_Bytes!] + originSender_not_in: [optimism_Bytes!] + originSender_contains: optimism_Bytes + originSender_not_contains: optimism_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -91006,16 +90717,16 @@ input mumbai_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mumbai_Bytes - canonicalId_not: mumbai_Bytes - canonicalId_gt: mumbai_Bytes - canonicalId_lt: mumbai_Bytes - canonicalId_gte: mumbai_Bytes - canonicalId_lte: mumbai_Bytes - canonicalId_in: [mumbai_Bytes!] - canonicalId_not_in: [mumbai_Bytes!] - canonicalId_contains: mumbai_Bytes - canonicalId_not_contains: mumbai_Bytes + canonicalId: optimism_Bytes + canonicalId_not: optimism_Bytes + canonicalId_gt: optimism_Bytes + canonicalId_lt: optimism_Bytes + canonicalId_gte: optimism_Bytes + canonicalId_lte: optimism_Bytes + canonicalId_in: [optimism_Bytes!] + canonicalId_not_in: [optimism_Bytes!] + canonicalId_contains: optimism_Bytes + canonicalId_not_contains: optimism_Bytes asset: String asset_not: String asset_gt: String @@ -91036,17 +90747,17 @@ input mumbai_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter - transactingAsset: mumbai_Bytes - transactingAsset_not: mumbai_Bytes - transactingAsset_gt: mumbai_Bytes - transactingAsset_lt: mumbai_Bytes - transactingAsset_gte: mumbai_Bytes - transactingAsset_lte: mumbai_Bytes - transactingAsset_in: [mumbai_Bytes!] - transactingAsset_not_in: [mumbai_Bytes!] - transactingAsset_contains: mumbai_Bytes - transactingAsset_not_contains: mumbai_Bytes + asset_: optimism_Asset_filter + transactingAsset: optimism_Bytes + transactingAsset_not: optimism_Bytes + transactingAsset_gt: optimism_Bytes + transactingAsset_lt: optimism_Bytes + transactingAsset_gte: optimism_Bytes + transactingAsset_lte: optimism_Bytes + transactingAsset_in: [optimism_Bytes!] + transactingAsset_not_in: [optimism_Bytes!] + transactingAsset_contains: optimism_Bytes + transactingAsset_not_contains: optimism_Bytes message: String message_not: String message_gt: String @@ -91067,7 +90778,7 @@ input mumbai_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: mumbai_OriginMessage_filter + message_: optimism_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -91082,37 +90793,37 @@ input mumbai_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: mumbai_RelayerFee_filter - initialRelayerFeeAsset: mumbai_Bytes - initialRelayerFeeAsset_not: mumbai_Bytes - initialRelayerFeeAsset_gt: mumbai_Bytes - initialRelayerFeeAsset_lt: mumbai_Bytes - initialRelayerFeeAsset_gte: mumbai_Bytes - initialRelayerFeeAsset_lte: mumbai_Bytes - initialRelayerFeeAsset_in: [mumbai_Bytes!] - initialRelayerFeeAsset_not_in: [mumbai_Bytes!] - initialRelayerFeeAsset_contains: mumbai_Bytes - initialRelayerFeeAsset_not_contains: mumbai_Bytes - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + relayerFees_: optimism_RelayerFee_filter + initialRelayerFeeAsset: optimism_Bytes + initialRelayerFeeAsset_not: optimism_Bytes + initialRelayerFeeAsset_gt: optimism_Bytes + initialRelayerFeeAsset_lt: optimism_Bytes + initialRelayerFeeAsset_gte: optimism_Bytes + initialRelayerFeeAsset_lte: optimism_Bytes + initialRelayerFeeAsset_in: [optimism_Bytes!] + initialRelayerFeeAsset_not_in: [optimism_Bytes!] + initialRelayerFeeAsset_contains: optimism_Bytes + initialRelayerFeeAsset_not_contains: optimism_Bytes + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -91145,16 +90856,16 @@ input mumbai_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: mumbai_Bytes - txOrigin_not: mumbai_Bytes - txOrigin_gt: mumbai_Bytes - txOrigin_lt: mumbai_Bytes - txOrigin_gte: mumbai_Bytes - txOrigin_lte: mumbai_Bytes - txOrigin_in: [mumbai_Bytes!] - txOrigin_not_in: [mumbai_Bytes!] - txOrigin_contains: mumbai_Bytes - txOrigin_not_contains: mumbai_Bytes + txOrigin: optimism_Bytes + txOrigin_not: optimism_Bytes + txOrigin_gt: optimism_Bytes + txOrigin_lt: optimism_Bytes + txOrigin_gte: optimism_Bytes + txOrigin_lte: optimism_Bytes + txOrigin_in: [optimism_Bytes!] + txOrigin_not_in: [optimism_Bytes!] + txOrigin_contains: optimism_Bytes + txOrigin_not_contains: optimism_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -91164,12 +90875,12 @@ input mumbai_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_OriginTransfer_filter] - or: [mumbai_OriginTransfer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OriginTransfer_filter] + or: [optimism_OriginTransfer_filter] } -enum mumbai_OriginTransfer_orderBy { +enum optimism_OriginTransfer_orderBy { id chainId transferId @@ -91222,20 +90933,20 @@ enum mumbai_OriginTransfer_orderBy { txNonce } -type mumbai_Relayer { +type optimism_Relayer { id: ID! isActive: Boolean! - relayer: mumbai_Bytes + relayer: optimism_Bytes } -type mumbai_RelayerFee { +type optimism_RelayerFee { id: ID! - transfer: mumbai_OriginTransfer! + transfer: optimism_OriginTransfer! fee: BigInt! - asset: mumbai_Bytes! + asset: optimism_Bytes! } -input mumbai_RelayerFee_filter { +input optimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -91264,7 +90975,7 @@ input mumbai_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mumbai_OriginTransfer_filter + transfer_: optimism_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -91273,23 +90984,23 @@ input mumbai_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: mumbai_Bytes - asset_not: mumbai_Bytes - asset_gt: mumbai_Bytes - asset_lt: mumbai_Bytes - asset_gte: mumbai_Bytes - asset_lte: mumbai_Bytes - asset_in: [mumbai_Bytes!] - asset_not_in: [mumbai_Bytes!] - asset_contains: mumbai_Bytes - asset_not_contains: mumbai_Bytes + asset: optimism_Bytes + asset_not: optimism_Bytes + asset_gt: optimism_Bytes + asset_lt: optimism_Bytes + asset_gte: optimism_Bytes + asset_lte: optimism_Bytes + asset_in: [optimism_Bytes!] + asset_not_in: [optimism_Bytes!] + asset_contains: optimism_Bytes + asset_not_contains: optimism_Bytes """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RelayerFee_filter] - or: [mumbai_RelayerFee_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RelayerFee_filter] + or: [optimism_RelayerFee_filter] } -enum mumbai_RelayerFee_orderBy { +enum optimism_RelayerFee_orderBy { id transfer transfer__id @@ -91325,20 +91036,20 @@ enum mumbai_RelayerFee_orderBy { asset } -type mumbai_RelayerFeesIncrease { +type optimism_RelayerFeesIncrease { id: ID! - transfer: mumbai_OriginTransfer! + transfer: optimism_OriginTransfer! increase: BigInt - asset: mumbai_Bytes - caller: mumbai_Bytes! - transactionHash: mumbai_Bytes! + asset: optimism_Bytes + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mumbai_RelayerFeesIncrease_filter { +input optimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -91367,7 +91078,7 @@ input mumbai_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mumbai_OriginTransfer_filter + transfer_: optimism_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -91376,36 +91087,36 @@ input mumbai_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: mumbai_Bytes - asset_not: mumbai_Bytes - asset_gt: mumbai_Bytes - asset_lt: mumbai_Bytes - asset_gte: mumbai_Bytes - asset_lte: mumbai_Bytes - asset_in: [mumbai_Bytes!] - asset_not_in: [mumbai_Bytes!] - asset_contains: mumbai_Bytes - asset_not_contains: mumbai_Bytes - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + asset: optimism_Bytes + asset_not: optimism_Bytes + asset_gt: optimism_Bytes + asset_lt: optimism_Bytes + asset_gte: optimism_Bytes + asset_lte: optimism_Bytes + asset_in: [optimism_Bytes!] + asset_not_in: [optimism_Bytes!] + asset_contains: optimism_Bytes + asset_not_contains: optimism_Bytes + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -91439,12 +91150,12 @@ input mumbai_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RelayerFeesIncrease_filter] - or: [mumbai_RelayerFeesIncrease_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RelayerFeesIncrease_filter] + or: [optimism_RelayerFeesIncrease_filter] } -enum mumbai_RelayerFeesIncrease_orderBy { +enum optimism_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -91486,7 +91197,7 @@ enum mumbai_RelayerFeesIncrease_orderBy { blockNumber } -input mumbai_Relayer_filter { +input optimism_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -91499,34 +91210,34 @@ input mumbai_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: mumbai_Bytes - relayer_not: mumbai_Bytes - relayer_gt: mumbai_Bytes - relayer_lt: mumbai_Bytes - relayer_gte: mumbai_Bytes - relayer_lte: mumbai_Bytes - relayer_in: [mumbai_Bytes!] - relayer_not_in: [mumbai_Bytes!] - relayer_contains: mumbai_Bytes - relayer_not_contains: mumbai_Bytes + relayer: optimism_Bytes + relayer_not: optimism_Bytes + relayer_gt: optimism_Bytes + relayer_lt: optimism_Bytes + relayer_gte: optimism_Bytes + relayer_lte: optimism_Bytes + relayer_in: [optimism_Bytes!] + relayer_not_in: [optimism_Bytes!] + relayer_contains: optimism_Bytes + relayer_not_contains: optimism_Bytes """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Relayer_filter] - or: [mumbai_Relayer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Relayer_filter] + or: [optimism_Relayer_filter] } -enum mumbai_Relayer_orderBy { +enum optimism_Relayer_orderBy { id isActive relayer } -type mumbai_RootCount { +type optimism_RootCount { id: ID! count: BigInt } -input mumbai_RootCount_filter { +input optimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -91544,31 +91255,31 @@ input mumbai_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RootCount_filter] - or: [mumbai_RootCount_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RootCount_filter] + or: [optimism_RootCount_filter] } -enum mumbai_RootCount_orderBy { +enum optimism_RootCount_orderBy { id count } -type mumbai_RootMessageSent { +type optimism_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mumbai_Bytes + root: optimism_Bytes count: BigInt - caller: mumbai_Bytes - transactionHash: mumbai_Bytes + caller: optimism_Bytes + transactionHash: optimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mumbai_RootMessageSent_filter { +input optimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -91593,16 +91304,16 @@ input mumbai_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: mumbai_Bytes - root_not: mumbai_Bytes - root_gt: mumbai_Bytes - root_lt: mumbai_Bytes - root_gte: mumbai_Bytes - root_lte: mumbai_Bytes - root_in: [mumbai_Bytes!] - root_not_in: [mumbai_Bytes!] - root_contains: mumbai_Bytes - root_not_contains: mumbai_Bytes + root: optimism_Bytes + root_not: optimism_Bytes + root_gt: optimism_Bytes + root_lt: optimism_Bytes + root_gte: optimism_Bytes + root_lte: optimism_Bytes + root_in: [optimism_Bytes!] + root_not_in: [optimism_Bytes!] + root_contains: optimism_Bytes + root_not_contains: optimism_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -91611,26 +91322,26 @@ input mumbai_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -91664,12 +91375,12 @@ input mumbai_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RootMessageSent_filter] - or: [mumbai_RootMessageSent_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RootMessageSent_filter] + or: [optimism_RootMessageSent_filter] } -enum mumbai_RootMessageSent_orderBy { +enum optimism_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -91683,25 +91394,25 @@ enum mumbai_RootMessageSent_orderBy { blockNumber } -type mumbai_Router { +type optimism_Router { id: ID! isActive: Boolean! - owner: mumbai_Bytes - recipient: mumbai_Bytes - proposedOwner: mumbai_Bytes + owner: optimism_Bytes + recipient: optimism_Bytes + proposedOwner: optimism_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mumbai_AssetBalance_orderBy, orderDirection: mumbai_OrderDirection, where: mumbai_AssetBalance_filter): [mumbai_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimism_AssetBalance_orderBy, orderDirection: optimism_OrderDirection, where: optimism_AssetBalance_filter): [optimism_AssetBalance!]! } -type mumbai_RouterDailyTVL { +type optimism_RouterDailyTVL { id: ID! - router: mumbai_Router! - asset: mumbai_Asset! + router: optimism_Router! + asset: optimism_Asset! timestamp: BigInt! balance: BigInt! } -input mumbai_RouterDailyTVL_filter { +input optimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -91730,7 +91441,7 @@ input mumbai_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mumbai_Router_filter + router_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -91751,7 +91462,7 @@ input mumbai_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter + asset_: optimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -91769,12 +91480,12 @@ input mumbai_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RouterDailyTVL_filter] - or: [mumbai_RouterDailyTVL_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RouterDailyTVL_filter] + or: [optimism_RouterDailyTVL_filter] } -enum mumbai_RouterDailyTVL_orderBy { +enum optimism_RouterDailyTVL_orderBy { id router router__id @@ -91797,26 +91508,26 @@ enum mumbai_RouterDailyTVL_orderBy { balance } -type mumbai_RouterLiquidityEvent { +type optimism_RouterLiquidityEvent { id: ID! - type: mumbai_RouterLiquidityEventType - router: mumbai_Router! - asset: mumbai_Asset! + type: optimism_RouterLiquidityEventType + router: optimism_Router! + asset: optimism_Asset! amount: BigInt! balance: BigInt! - caller: mumbai_Bytes + caller: optimism_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: mumbai_Bytes! + transactionHash: optimism_Bytes! nonce: BigInt! } -enum mumbai_RouterLiquidityEventType { +enum optimism_RouterLiquidityEventType { Add Remove } -input mumbai_RouterLiquidityEvent_filter { +input optimism_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -91825,10 +91536,10 @@ input mumbai_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: mumbai_RouterLiquidityEventType - type_not: mumbai_RouterLiquidityEventType - type_in: [mumbai_RouterLiquidityEventType!] - type_not_in: [mumbai_RouterLiquidityEventType!] + type: optimism_RouterLiquidityEventType + type_not: optimism_RouterLiquidityEventType + type_in: [optimism_RouterLiquidityEventType!] + type_not_in: [optimism_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -91849,7 +91560,7 @@ input mumbai_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mumbai_Router_filter + router_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -91870,7 +91581,7 @@ input mumbai_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mumbai_Asset_filter + asset_: optimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -91887,16 +91598,16 @@ input mumbai_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -91913,16 +91624,16 @@ input mumbai_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -91932,12 +91643,12 @@ input mumbai_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_RouterLiquidityEvent_filter] - or: [mumbai_RouterLiquidityEvent_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RouterLiquidityEvent_filter] + or: [optimism_RouterLiquidityEvent_filter] } -enum mumbai_RouterLiquidityEvent_orderBy { +enum optimism_RouterLiquidityEvent_orderBy { id type router @@ -91966,7 +91677,7 @@ enum mumbai_RouterLiquidityEvent_orderBy { nonce } -input mumbai_Router_filter { +input optimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -91979,36 +91690,36 @@ input mumbai_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: mumbai_Bytes - owner_not: mumbai_Bytes - owner_gt: mumbai_Bytes - owner_lt: mumbai_Bytes - owner_gte: mumbai_Bytes - owner_lte: mumbai_Bytes - owner_in: [mumbai_Bytes!] - owner_not_in: [mumbai_Bytes!] - owner_contains: mumbai_Bytes - owner_not_contains: mumbai_Bytes - recipient: mumbai_Bytes - recipient_not: mumbai_Bytes - recipient_gt: mumbai_Bytes - recipient_lt: mumbai_Bytes - recipient_gte: mumbai_Bytes - recipient_lte: mumbai_Bytes - recipient_in: [mumbai_Bytes!] - recipient_not_in: [mumbai_Bytes!] - recipient_contains: mumbai_Bytes - recipient_not_contains: mumbai_Bytes - proposedOwner: mumbai_Bytes - proposedOwner_not: mumbai_Bytes - proposedOwner_gt: mumbai_Bytes - proposedOwner_lt: mumbai_Bytes - proposedOwner_gte: mumbai_Bytes - proposedOwner_lte: mumbai_Bytes - proposedOwner_in: [mumbai_Bytes!] - proposedOwner_not_in: [mumbai_Bytes!] - proposedOwner_contains: mumbai_Bytes - proposedOwner_not_contains: mumbai_Bytes + owner: optimism_Bytes + owner_not: optimism_Bytes + owner_gt: optimism_Bytes + owner_lt: optimism_Bytes + owner_gte: optimism_Bytes + owner_lte: optimism_Bytes + owner_in: [optimism_Bytes!] + owner_not_in: [optimism_Bytes!] + owner_contains: optimism_Bytes + owner_not_contains: optimism_Bytes + recipient: optimism_Bytes + recipient_not: optimism_Bytes + recipient_gt: optimism_Bytes + recipient_lt: optimism_Bytes + recipient_gte: optimism_Bytes + recipient_lte: optimism_Bytes + recipient_in: [optimism_Bytes!] + recipient_not_in: [optimism_Bytes!] + recipient_contains: optimism_Bytes + recipient_not_contains: optimism_Bytes + proposedOwner: optimism_Bytes + proposedOwner_not: optimism_Bytes + proposedOwner_gt: optimism_Bytes + proposedOwner_lt: optimism_Bytes + proposedOwner_gte: optimism_Bytes + proposedOwner_lte: optimism_Bytes + proposedOwner_in: [optimism_Bytes!] + proposedOwner_not_in: [optimism_Bytes!] + proposedOwner_contains: optimism_Bytes + proposedOwner_not_contains: optimism_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -92017,14 +91728,14 @@ input mumbai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mumbai_AssetBalance_filter + assetBalances_: optimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Router_filter] - or: [mumbai_Router_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Router_filter] + or: [optimism_Router_filter] } -enum mumbai_Router_orderBy { +enum optimism_Router_orderBy { id isActive owner @@ -92034,13 +91745,13 @@ enum mumbai_Router_orderBy { assetBalances } -type mumbai_Sequencer { +type optimism_Sequencer { id: ID! isActive: Boolean! - sequencer: mumbai_Bytes + sequencer: optimism_Bytes } -input mumbai_Sequencer_filter { +input optimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -92053,35 +91764,35 @@ input mumbai_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: mumbai_Bytes - sequencer_not: mumbai_Bytes - sequencer_gt: mumbai_Bytes - sequencer_lt: mumbai_Bytes - sequencer_gte: mumbai_Bytes - sequencer_lte: mumbai_Bytes - sequencer_in: [mumbai_Bytes!] - sequencer_not_in: [mumbai_Bytes!] - sequencer_contains: mumbai_Bytes - sequencer_not_contains: mumbai_Bytes + sequencer: optimism_Bytes + sequencer_not: optimism_Bytes + sequencer_gt: optimism_Bytes + sequencer_lt: optimism_Bytes + sequencer_gte: optimism_Bytes + sequencer_lte: optimism_Bytes + sequencer_in: [optimism_Bytes!] + sequencer_not_in: [optimism_Bytes!] + sequencer_contains: optimism_Bytes + sequencer_not_contains: optimism_Bytes """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Sequencer_filter] - or: [mumbai_Sequencer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Sequencer_filter] + or: [optimism_Sequencer_filter] } -enum mumbai_Sequencer_orderBy { +enum optimism_Sequencer_orderBy { id isActive sequencer } -type mumbai_Setting { +type optimism_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mumbai_Bytes! + caller: optimism_Bytes! } -input mumbai_Setting_filter { +input optimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -92098,41 +91809,41 @@ input mumbai_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_Setting_filter] - or: [mumbai_Setting_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Setting_filter] + or: [optimism_Setting_filter] } -enum mumbai_Setting_orderBy { +enum optimism_Setting_orderBy { id maxRoutersPerTransfer caller } -type mumbai_SlippageUpdate { +type optimism_SlippageUpdate { id: ID! - transfer: mumbai_DestinationTransfer! + transfer: optimism_DestinationTransfer! slippage: BigInt! - caller: mumbai_Bytes! - transactionHash: mumbai_Bytes! + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mumbai_SlippageUpdate_filter { +input optimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -92161,7 +91872,7 @@ input mumbai_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mumbai_DestinationTransfer_filter + transfer_: optimism_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -92170,26 +91881,26 @@ input mumbai_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: mumbai_Bytes - caller_not: mumbai_Bytes - caller_gt: mumbai_Bytes - caller_lt: mumbai_Bytes - caller_gte: mumbai_Bytes - caller_lte: mumbai_Bytes - caller_in: [mumbai_Bytes!] - caller_not_in: [mumbai_Bytes!] - caller_contains: mumbai_Bytes - caller_not_contains: mumbai_Bytes - transactionHash: mumbai_Bytes - transactionHash_not: mumbai_Bytes - transactionHash_gt: mumbai_Bytes - transactionHash_lt: mumbai_Bytes - transactionHash_gte: mumbai_Bytes - transactionHash_lte: mumbai_Bytes - transactionHash_in: [mumbai_Bytes!] - transactionHash_not_in: [mumbai_Bytes!] - transactionHash_contains: mumbai_Bytes - transactionHash_not_contains: mumbai_Bytes + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -92223,12 +91934,12 @@ input mumbai_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mumbai_BlockChangedFilter - and: [mumbai_SlippageUpdate_filter] - or: [mumbai_SlippageUpdate_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_SlippageUpdate_filter] + or: [optimism_SlippageUpdate_filter] } -enum mumbai_SlippageUpdate_orderBy { +enum optimism_SlippageUpdate_orderBy { id transfer transfer__id @@ -92276,7 +91987,7 @@ enum mumbai_SlippageUpdate_orderBy { blockNumber } -enum mumbai_TransferStatus { +enum optimism_TransferStatus { XCalled Executed Reconciled @@ -92284,9 +91995,9 @@ enum mumbai_TransferStatus { CompletedFast } -type mumbai__Block_ { +type optimism__Block_ { """The hash of the block""" - hash: mumbai_Bytes + hash: optimism_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -92294,7 +92005,7 @@ type mumbai__Block_ { } """The type for the top-level _meta field""" -type mumbai__Meta_ { +type optimism__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -92302,20 +92013,20 @@ type mumbai__Meta_ { and therefore asks for the latest block """ - block: mumbai__Block_! + block: optimism__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type xdai_AggregateRoot { +type bnb_AggregateRoot { id: ID! - root: xdai_Bytes! + root: bnb_Bytes! blockNumber: BigInt! } -input xdai_AggregateRoot_filter { +input bnb_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -92324,16 +92035,16 @@ input xdai_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: xdai_Bytes - root_not: xdai_Bytes - root_gt: xdai_Bytes - root_lt: xdai_Bytes - root_gte: xdai_Bytes - root_lte: xdai_Bytes - root_in: [xdai_Bytes!] - root_not_in: [xdai_Bytes!] - root_contains: xdai_Bytes - root_not_contains: xdai_Bytes + root: bnb_Bytes + root_not: bnb_Bytes + root_gt: bnb_Bytes + root_lt: bnb_Bytes + root_gte: bnb_Bytes + root_lte: bnb_Bytes + root_in: [bnb_Bytes!] + root_not_in: [bnb_Bytes!] + root_contains: bnb_Bytes + root_not_contains: bnb_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -92343,42 +92054,42 @@ input xdai_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_AggregateRoot_filter] - or: [xdai_AggregateRoot_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AggregateRoot_filter] + or: [bnb_AggregateRoot_filter] } -enum xdai_AggregateRoot_orderBy { +enum bnb_AggregateRoot_orderBy { id root blockNumber } -type xdai_Asset { +type bnb_Asset { id: ID! - key: xdai_Bytes + key: bnb_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: xdai_Bytes + canonicalId: bnb_Bytes canonicalDomain: BigInt - adoptedAsset: xdai_Bytes - localAsset: xdai_Bytes + adoptedAsset: bnb_Bytes + localAsset: bnb_Bytes blockNumber: BigInt - status: xdai_AssetStatus + status: bnb_AssetStatus } -type xdai_AssetBalance { +type bnb_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: xdai_Router! - asset: xdai_Asset! + router: bnb_Router! + asset: bnb_Asset! feesEarned: BigInt! } -input xdai_AssetBalance_filter { +input bnb_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -92439,7 +92150,7 @@ input xdai_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: xdai_Router_filter + router_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -92460,7 +92171,7 @@ input xdai_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xdai_Asset_filter + asset_: bnb_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -92470,12 +92181,12 @@ input xdai_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_AssetBalance_filter] - or: [xdai_AssetBalance_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AssetBalance_filter] + or: [bnb_AssetBalance_filter] } -enum xdai_AssetBalance_orderBy { +enum bnb_AssetBalance_orderBy { id amount locked @@ -92501,12 +92212,12 @@ enum xdai_AssetBalance_orderBy { feesEarned } -type xdai_AssetStatus { +type bnb_AssetStatus { id: ID! status: Boolean } -input xdai_AssetStatus_filter { +input bnb_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -92519,18 +92230,18 @@ input xdai_AssetStatus_filter { status_not: Boolean status_in: [Boolean!] status_not_in: [Boolean!] - """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_AssetStatus_filter] - or: [xdai_AssetStatus_filter] + """Filter for the block changed event.""" + _change_block: bnb_BlockChangedFilter + and: [bnb_AssetStatus_filter] + or: [bnb_AssetStatus_filter] } -enum xdai_AssetStatus_orderBy { +enum bnb_AssetStatus_orderBy { id status } -input xdai_Asset_filter { +input bnb_Asset_filter { id: ID id_not: ID id_gt: ID @@ -92539,16 +92250,16 @@ input xdai_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: xdai_Bytes - key_not: xdai_Bytes - key_gt: xdai_Bytes - key_lt: xdai_Bytes - key_gte: xdai_Bytes - key_lte: xdai_Bytes - key_in: [xdai_Bytes!] - key_not_in: [xdai_Bytes!] - key_contains: xdai_Bytes - key_not_contains: xdai_Bytes + key: bnb_Bytes + key_not: bnb_Bytes + key_gt: bnb_Bytes + key_lt: bnb_Bytes + key_gte: bnb_Bytes + key_lte: bnb_Bytes + key_in: [bnb_Bytes!] + key_not_in: [bnb_Bytes!] + key_contains: bnb_Bytes + key_not_contains: bnb_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -92565,16 +92276,16 @@ input xdai_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: xdai_Bytes - canonicalId_not: xdai_Bytes - canonicalId_gt: xdai_Bytes - canonicalId_lt: xdai_Bytes - canonicalId_gte: xdai_Bytes - canonicalId_lte: xdai_Bytes - canonicalId_in: [xdai_Bytes!] - canonicalId_not_in: [xdai_Bytes!] - canonicalId_contains: xdai_Bytes - canonicalId_not_contains: xdai_Bytes + canonicalId: bnb_Bytes + canonicalId_not: bnb_Bytes + canonicalId_gt: bnb_Bytes + canonicalId_lt: bnb_Bytes + canonicalId_gte: bnb_Bytes + canonicalId_lte: bnb_Bytes + canonicalId_in: [bnb_Bytes!] + canonicalId_not_in: [bnb_Bytes!] + canonicalId_contains: bnb_Bytes + canonicalId_not_contains: bnb_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -92583,26 +92294,26 @@ input xdai_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: xdai_Bytes - adoptedAsset_not: xdai_Bytes - adoptedAsset_gt: xdai_Bytes - adoptedAsset_lt: xdai_Bytes - adoptedAsset_gte: xdai_Bytes - adoptedAsset_lte: xdai_Bytes - adoptedAsset_in: [xdai_Bytes!] - adoptedAsset_not_in: [xdai_Bytes!] - adoptedAsset_contains: xdai_Bytes - adoptedAsset_not_contains: xdai_Bytes - localAsset: xdai_Bytes - localAsset_not: xdai_Bytes - localAsset_gt: xdai_Bytes - localAsset_lt: xdai_Bytes - localAsset_gte: xdai_Bytes - localAsset_lte: xdai_Bytes - localAsset_in: [xdai_Bytes!] - localAsset_not_in: [xdai_Bytes!] - localAsset_contains: xdai_Bytes - localAsset_not_contains: xdai_Bytes + adoptedAsset: bnb_Bytes + adoptedAsset_not: bnb_Bytes + adoptedAsset_gt: bnb_Bytes + adoptedAsset_lt: bnb_Bytes + adoptedAsset_gte: bnb_Bytes + adoptedAsset_lte: bnb_Bytes + adoptedAsset_in: [bnb_Bytes!] + adoptedAsset_not_in: [bnb_Bytes!] + adoptedAsset_contains: bnb_Bytes + adoptedAsset_not_contains: bnb_Bytes + localAsset: bnb_Bytes + localAsset_not: bnb_Bytes + localAsset_gt: bnb_Bytes + localAsset_lt: bnb_Bytes + localAsset_gte: bnb_Bytes + localAsset_lte: bnb_Bytes + localAsset_in: [bnb_Bytes!] + localAsset_not_in: [bnb_Bytes!] + localAsset_contains: bnb_Bytes + localAsset_not_contains: bnb_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -92631,14 +92342,14 @@ input xdai_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: xdai_AssetStatus_filter + status_: bnb_AssetStatus_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Asset_filter] - or: [xdai_Asset_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Asset_filter] + or: [bnb_Asset_filter] } -enum xdai_Asset_orderBy { +enum bnb_Asset_orderBy { id key decimal @@ -92653,30 +92364,30 @@ enum xdai_Asset_orderBy { status__status } -scalar xdai_BigDecimal +scalar bnb_BigDecimal -input xdai_BlockChangedFilter { +input bnb_BlockChangedFilter { number_gte: Int! } -input xdai_Block_height { - hash: xdai_Bytes +input bnb_Block_height { + hash: bnb_Bytes number: Int number_gte: Int } -scalar xdai_Bytes +scalar bnb_Bytes -type xdai_ConnectorMeta { +type bnb_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: xdai_Bytes - rootManager: xdai_Bytes - mirrorConnector: xdai_Bytes + amb: bnb_Bytes + rootManager: bnb_Bytes + mirrorConnector: bnb_Bytes } -input xdai_ConnectorMeta_filter { +input bnb_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -92701,43 +92412,43 @@ input xdai_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: xdai_Bytes - amb_not: xdai_Bytes - amb_gt: xdai_Bytes - amb_lt: xdai_Bytes - amb_gte: xdai_Bytes - amb_lte: xdai_Bytes - amb_in: [xdai_Bytes!] - amb_not_in: [xdai_Bytes!] - amb_contains: xdai_Bytes - amb_not_contains: xdai_Bytes - rootManager: xdai_Bytes - rootManager_not: xdai_Bytes - rootManager_gt: xdai_Bytes - rootManager_lt: xdai_Bytes - rootManager_gte: xdai_Bytes - rootManager_lte: xdai_Bytes - rootManager_in: [xdai_Bytes!] - rootManager_not_in: [xdai_Bytes!] - rootManager_contains: xdai_Bytes - rootManager_not_contains: xdai_Bytes - mirrorConnector: xdai_Bytes - mirrorConnector_not: xdai_Bytes - mirrorConnector_gt: xdai_Bytes - mirrorConnector_lt: xdai_Bytes - mirrorConnector_gte: xdai_Bytes - mirrorConnector_lte: xdai_Bytes - mirrorConnector_in: [xdai_Bytes!] - mirrorConnector_not_in: [xdai_Bytes!] - mirrorConnector_contains: xdai_Bytes - mirrorConnector_not_contains: xdai_Bytes + amb: bnb_Bytes + amb_not: bnb_Bytes + amb_gt: bnb_Bytes + amb_lt: bnb_Bytes + amb_gte: bnb_Bytes + amb_lte: bnb_Bytes + amb_in: [bnb_Bytes!] + amb_not_in: [bnb_Bytes!] + amb_contains: bnb_Bytes + amb_not_contains: bnb_Bytes + rootManager: bnb_Bytes + rootManager_not: bnb_Bytes + rootManager_gt: bnb_Bytes + rootManager_lt: bnb_Bytes + rootManager_gte: bnb_Bytes + rootManager_lte: bnb_Bytes + rootManager_in: [bnb_Bytes!] + rootManager_not_in: [bnb_Bytes!] + rootManager_contains: bnb_Bytes + rootManager_not_contains: bnb_Bytes + mirrorConnector: bnb_Bytes + mirrorConnector_not: bnb_Bytes + mirrorConnector_gt: bnb_Bytes + mirrorConnector_lt: bnb_Bytes + mirrorConnector_gte: bnb_Bytes + mirrorConnector_lte: bnb_Bytes + mirrorConnector_in: [bnb_Bytes!] + mirrorConnector_not_in: [bnb_Bytes!] + mirrorConnector_contains: bnb_Bytes + mirrorConnector_not_contains: bnb_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_ConnectorMeta_filter] - or: [xdai_ConnectorMeta_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_ConnectorMeta_filter] + or: [bnb_ConnectorMeta_filter] } -enum xdai_ConnectorMeta_orderBy { +enum bnb_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -92746,48 +92457,48 @@ enum xdai_ConnectorMeta_orderBy { mirrorConnector } -type xdai_DestinationTransfer { +type bnb_DestinationTransfer { id: ID! chainId: BigInt - transferId: xdai_Bytes + transferId: bnb_Bytes nonce: BigInt - status: xdai_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: xdai_Router_orderBy, orderDirection: xdai_OrderDirection, where: xdai_Router_filter): [xdai_Router!] + status: bnb_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: bnb_Router_orderBy, orderDirection: bnb_OrderDirection, where: bnb_Router_filter): [bnb_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: xdai_Bytes - delegate: xdai_Bytes + to: bnb_Bytes + delegate: bnb_Bytes receiveLocal: Boolean - callData: xdai_Bytes + callData: bnb_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: xdai_Bytes + originSender: bnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xdai_Bytes - asset: xdai_Asset + canonicalId: bnb_Bytes + asset: bnb_Asset amount: BigInt routersFee: BigInt - executedCaller: xdai_Bytes - executedTransactionHash: xdai_Bytes + executedCaller: bnb_Bytes + executedTransactionHash: bnb_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: xdai_Bytes + executedTxOrigin: bnb_Bytes executedTxNonce: BigInt - reconciledCaller: xdai_Bytes - reconciledTransactionHash: xdai_Bytes + reconciledCaller: bnb_Bytes + reconciledTransactionHash: bnb_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: xdai_Bytes + reconciledTxOrigin: bnb_Bytes reconciledTxNonce: BigInt } -input xdai_DestinationTransfer_filter { +input bnb_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -92804,16 +92515,16 @@ input xdai_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: xdai_Bytes - transferId_not: xdai_Bytes - transferId_gt: xdai_Bytes - transferId_lt: xdai_Bytes - transferId_gte: xdai_Bytes - transferId_lte: xdai_Bytes - transferId_in: [xdai_Bytes!] - transferId_not_in: [xdai_Bytes!] - transferId_contains: xdai_Bytes - transferId_not_contains: xdai_Bytes + transferId: bnb_Bytes + transferId_not: bnb_Bytes + transferId_gt: bnb_Bytes + transferId_lt: bnb_Bytes + transferId_gte: bnb_Bytes + transferId_lte: bnb_Bytes + transferId_in: [bnb_Bytes!] + transferId_not_in: [bnb_Bytes!] + transferId_contains: bnb_Bytes + transferId_not_contains: bnb_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -92822,17 +92533,17 @@ input xdai_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: xdai_TransferStatus - status_not: xdai_TransferStatus - status_in: [xdai_TransferStatus!] - status_not_in: [xdai_TransferStatus!] + status: bnb_TransferStatus + status_not: bnb_TransferStatus + status_in: [bnb_TransferStatus!] + status_not_in: [bnb_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: xdai_Router_filter + routers_: bnb_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -92857,40 +92568,40 @@ input xdai_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: xdai_Bytes - to_not: xdai_Bytes - to_gt: xdai_Bytes - to_lt: xdai_Bytes - to_gte: xdai_Bytes - to_lte: xdai_Bytes - to_in: [xdai_Bytes!] - to_not_in: [xdai_Bytes!] - to_contains: xdai_Bytes - to_not_contains: xdai_Bytes - delegate: xdai_Bytes - delegate_not: xdai_Bytes - delegate_gt: xdai_Bytes - delegate_lt: xdai_Bytes - delegate_gte: xdai_Bytes - delegate_lte: xdai_Bytes - delegate_in: [xdai_Bytes!] - delegate_not_in: [xdai_Bytes!] - delegate_contains: xdai_Bytes - delegate_not_contains: xdai_Bytes + to: bnb_Bytes + to_not: bnb_Bytes + to_gt: bnb_Bytes + to_lt: bnb_Bytes + to_gte: bnb_Bytes + to_lte: bnb_Bytes + to_in: [bnb_Bytes!] + to_not_in: [bnb_Bytes!] + to_contains: bnb_Bytes + to_not_contains: bnb_Bytes + delegate: bnb_Bytes + delegate_not: bnb_Bytes + delegate_gt: bnb_Bytes + delegate_lt: bnb_Bytes + delegate_gte: bnb_Bytes + delegate_lte: bnb_Bytes + delegate_in: [bnb_Bytes!] + delegate_not_in: [bnb_Bytes!] + delegate_contains: bnb_Bytes + delegate_not_contains: bnb_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: xdai_Bytes - callData_not: xdai_Bytes - callData_gt: xdai_Bytes - callData_lt: xdai_Bytes - callData_gte: xdai_Bytes - callData_lte: xdai_Bytes - callData_in: [xdai_Bytes!] - callData_not_in: [xdai_Bytes!] - callData_contains: xdai_Bytes - callData_not_contains: xdai_Bytes + callData: bnb_Bytes + callData_not: bnb_Bytes + callData_gt: bnb_Bytes + callData_lt: bnb_Bytes + callData_gte: bnb_Bytes + callData_lte: bnb_Bytes + callData_in: [bnb_Bytes!] + callData_not_in: [bnb_Bytes!] + callData_contains: bnb_Bytes + callData_not_contains: bnb_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -92907,16 +92618,16 @@ input xdai_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: xdai_Bytes - originSender_not: xdai_Bytes - originSender_gt: xdai_Bytes - originSender_lt: xdai_Bytes - originSender_gte: xdai_Bytes - originSender_lte: xdai_Bytes - originSender_in: [xdai_Bytes!] - originSender_not_in: [xdai_Bytes!] - originSender_contains: xdai_Bytes - originSender_not_contains: xdai_Bytes + originSender: bnb_Bytes + originSender_not: bnb_Bytes + originSender_gt: bnb_Bytes + originSender_lt: bnb_Bytes + originSender_gte: bnb_Bytes + originSender_lte: bnb_Bytes + originSender_in: [bnb_Bytes!] + originSender_not_in: [bnb_Bytes!] + originSender_contains: bnb_Bytes + originSender_not_contains: bnb_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -92933,16 +92644,16 @@ input xdai_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: xdai_Bytes - canonicalId_not: xdai_Bytes - canonicalId_gt: xdai_Bytes - canonicalId_lt: xdai_Bytes - canonicalId_gte: xdai_Bytes - canonicalId_lte: xdai_Bytes - canonicalId_in: [xdai_Bytes!] - canonicalId_not_in: [xdai_Bytes!] - canonicalId_contains: xdai_Bytes - canonicalId_not_contains: xdai_Bytes + canonicalId: bnb_Bytes + canonicalId_not: bnb_Bytes + canonicalId_gt: bnb_Bytes + canonicalId_lt: bnb_Bytes + canonicalId_gte: bnb_Bytes + canonicalId_lte: bnb_Bytes + canonicalId_in: [bnb_Bytes!] + canonicalId_not_in: [bnb_Bytes!] + canonicalId_contains: bnb_Bytes + canonicalId_not_contains: bnb_Bytes asset: String asset_not: String asset_gt: String @@ -92963,7 +92674,7 @@ input xdai_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xdai_Asset_filter + asset_: bnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -92980,26 +92691,26 @@ input xdai_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: xdai_Bytes - executedCaller_not: xdai_Bytes - executedCaller_gt: xdai_Bytes - executedCaller_lt: xdai_Bytes - executedCaller_gte: xdai_Bytes - executedCaller_lte: xdai_Bytes - executedCaller_in: [xdai_Bytes!] - executedCaller_not_in: [xdai_Bytes!] - executedCaller_contains: xdai_Bytes - executedCaller_not_contains: xdai_Bytes - executedTransactionHash: xdai_Bytes - executedTransactionHash_not: xdai_Bytes - executedTransactionHash_gt: xdai_Bytes - executedTransactionHash_lt: xdai_Bytes - executedTransactionHash_gte: xdai_Bytes - executedTransactionHash_lte: xdai_Bytes - executedTransactionHash_in: [xdai_Bytes!] - executedTransactionHash_not_in: [xdai_Bytes!] - executedTransactionHash_contains: xdai_Bytes - executedTransactionHash_not_contains: xdai_Bytes + executedCaller: bnb_Bytes + executedCaller_not: bnb_Bytes + executedCaller_gt: bnb_Bytes + executedCaller_lt: bnb_Bytes + executedCaller_gte: bnb_Bytes + executedCaller_lte: bnb_Bytes + executedCaller_in: [bnb_Bytes!] + executedCaller_not_in: [bnb_Bytes!] + executedCaller_contains: bnb_Bytes + executedCaller_not_contains: bnb_Bytes + executedTransactionHash: bnb_Bytes + executedTransactionHash_not: bnb_Bytes + executedTransactionHash_gt: bnb_Bytes + executedTransactionHash_lt: bnb_Bytes + executedTransactionHash_gte: bnb_Bytes + executedTransactionHash_lte: bnb_Bytes + executedTransactionHash_in: [bnb_Bytes!] + executedTransactionHash_not_in: [bnb_Bytes!] + executedTransactionHash_contains: bnb_Bytes + executedTransactionHash_not_contains: bnb_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -93032,16 +92743,16 @@ input xdai_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: xdai_Bytes - executedTxOrigin_not: xdai_Bytes - executedTxOrigin_gt: xdai_Bytes - executedTxOrigin_lt: xdai_Bytes - executedTxOrigin_gte: xdai_Bytes - executedTxOrigin_lte: xdai_Bytes - executedTxOrigin_in: [xdai_Bytes!] - executedTxOrigin_not_in: [xdai_Bytes!] - executedTxOrigin_contains: xdai_Bytes - executedTxOrigin_not_contains: xdai_Bytes + executedTxOrigin: bnb_Bytes + executedTxOrigin_not: bnb_Bytes + executedTxOrigin_gt: bnb_Bytes + executedTxOrigin_lt: bnb_Bytes + executedTxOrigin_gte: bnb_Bytes + executedTxOrigin_lte: bnb_Bytes + executedTxOrigin_in: [bnb_Bytes!] + executedTxOrigin_not_in: [bnb_Bytes!] + executedTxOrigin_contains: bnb_Bytes + executedTxOrigin_not_contains: bnb_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -93050,26 +92761,26 @@ input xdai_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: xdai_Bytes - reconciledCaller_not: xdai_Bytes - reconciledCaller_gt: xdai_Bytes - reconciledCaller_lt: xdai_Bytes - reconciledCaller_gte: xdai_Bytes - reconciledCaller_lte: xdai_Bytes - reconciledCaller_in: [xdai_Bytes!] - reconciledCaller_not_in: [xdai_Bytes!] - reconciledCaller_contains: xdai_Bytes - reconciledCaller_not_contains: xdai_Bytes - reconciledTransactionHash: xdai_Bytes - reconciledTransactionHash_not: xdai_Bytes - reconciledTransactionHash_gt: xdai_Bytes - reconciledTransactionHash_lt: xdai_Bytes - reconciledTransactionHash_gte: xdai_Bytes - reconciledTransactionHash_lte: xdai_Bytes - reconciledTransactionHash_in: [xdai_Bytes!] - reconciledTransactionHash_not_in: [xdai_Bytes!] - reconciledTransactionHash_contains: xdai_Bytes - reconciledTransactionHash_not_contains: xdai_Bytes + reconciledCaller: bnb_Bytes + reconciledCaller_not: bnb_Bytes + reconciledCaller_gt: bnb_Bytes + reconciledCaller_lt: bnb_Bytes + reconciledCaller_gte: bnb_Bytes + reconciledCaller_lte: bnb_Bytes + reconciledCaller_in: [bnb_Bytes!] + reconciledCaller_not_in: [bnb_Bytes!] + reconciledCaller_contains: bnb_Bytes + reconciledCaller_not_contains: bnb_Bytes + reconciledTransactionHash: bnb_Bytes + reconciledTransactionHash_not: bnb_Bytes + reconciledTransactionHash_gt: bnb_Bytes + reconciledTransactionHash_lt: bnb_Bytes + reconciledTransactionHash_gte: bnb_Bytes + reconciledTransactionHash_lte: bnb_Bytes + reconciledTransactionHash_in: [bnb_Bytes!] + reconciledTransactionHash_not_in: [bnb_Bytes!] + reconciledTransactionHash_contains: bnb_Bytes + reconciledTransactionHash_not_contains: bnb_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -93102,16 +92813,16 @@ input xdai_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: xdai_Bytes - reconciledTxOrigin_not: xdai_Bytes - reconciledTxOrigin_gt: xdai_Bytes - reconciledTxOrigin_lt: xdai_Bytes - reconciledTxOrigin_gte: xdai_Bytes - reconciledTxOrigin_lte: xdai_Bytes - reconciledTxOrigin_in: [xdai_Bytes!] - reconciledTxOrigin_not_in: [xdai_Bytes!] - reconciledTxOrigin_contains: xdai_Bytes - reconciledTxOrigin_not_contains: xdai_Bytes + reconciledTxOrigin: bnb_Bytes + reconciledTxOrigin_not: bnb_Bytes + reconciledTxOrigin_gt: bnb_Bytes + reconciledTxOrigin_lt: bnb_Bytes + reconciledTxOrigin_gte: bnb_Bytes + reconciledTxOrigin_lte: bnb_Bytes + reconciledTxOrigin_in: [bnb_Bytes!] + reconciledTxOrigin_not_in: [bnb_Bytes!] + reconciledTxOrigin_contains: bnb_Bytes + reconciledTxOrigin_not_contains: bnb_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -93121,12 +92832,12 @@ input xdai_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_DestinationTransfer_filter] - or: [xdai_DestinationTransfer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_DestinationTransfer_filter] + or: [bnb_DestinationTransfer_filter] } -enum xdai_DestinationTransfer_orderBy { +enum bnb_DestinationTransfer_orderBy { id chainId transferId @@ -93180,28 +92891,28 @@ enum xdai_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar xdai_Int8 +scalar bnb_Int8 """Defines the order direction, either ascending or descending""" -enum xdai_OrderDirection { +enum bnb_OrderDirection { asc desc } -type xdai_OriginMessage { +type bnb_OriginMessage { id: ID! - transferId: xdai_Bytes + transferId: bnb_Bytes destinationDomain: BigInt - leaf: xdai_Bytes + leaf: bnb_Bytes index: BigInt - message: xdai_Bytes - root: xdai_Bytes - transactionHash: xdai_Bytes + message: bnb_Bytes + root: bnb_Bytes + transactionHash: bnb_Bytes blockNumber: BigInt - rootCount: xdai_RootCount + rootCount: bnb_RootCount } -input xdai_OriginMessage_filter { +input bnb_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -93210,16 +92921,16 @@ input xdai_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: xdai_Bytes - transferId_not: xdai_Bytes - transferId_gt: xdai_Bytes - transferId_lt: xdai_Bytes - transferId_gte: xdai_Bytes - transferId_lte: xdai_Bytes - transferId_in: [xdai_Bytes!] - transferId_not_in: [xdai_Bytes!] - transferId_contains: xdai_Bytes - transferId_not_contains: xdai_Bytes + transferId: bnb_Bytes + transferId_not: bnb_Bytes + transferId_gt: bnb_Bytes + transferId_lt: bnb_Bytes + transferId_gte: bnb_Bytes + transferId_lte: bnb_Bytes + transferId_in: [bnb_Bytes!] + transferId_not_in: [bnb_Bytes!] + transferId_contains: bnb_Bytes + transferId_not_contains: bnb_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -93228,16 +92939,16 @@ input xdai_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: xdai_Bytes - leaf_not: xdai_Bytes - leaf_gt: xdai_Bytes - leaf_lt: xdai_Bytes - leaf_gte: xdai_Bytes - leaf_lte: xdai_Bytes - leaf_in: [xdai_Bytes!] - leaf_not_in: [xdai_Bytes!] - leaf_contains: xdai_Bytes - leaf_not_contains: xdai_Bytes + leaf: bnb_Bytes + leaf_not: bnb_Bytes + leaf_gt: bnb_Bytes + leaf_lt: bnb_Bytes + leaf_gte: bnb_Bytes + leaf_lte: bnb_Bytes + leaf_in: [bnb_Bytes!] + leaf_not_in: [bnb_Bytes!] + leaf_contains: bnb_Bytes + leaf_not_contains: bnb_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -93246,36 +92957,36 @@ input xdai_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: xdai_Bytes - message_not: xdai_Bytes - message_gt: xdai_Bytes - message_lt: xdai_Bytes - message_gte: xdai_Bytes - message_lte: xdai_Bytes - message_in: [xdai_Bytes!] - message_not_in: [xdai_Bytes!] - message_contains: xdai_Bytes - message_not_contains: xdai_Bytes - root: xdai_Bytes - root_not: xdai_Bytes - root_gt: xdai_Bytes - root_lt: xdai_Bytes - root_gte: xdai_Bytes - root_lte: xdai_Bytes - root_in: [xdai_Bytes!] - root_not_in: [xdai_Bytes!] - root_contains: xdai_Bytes - root_not_contains: xdai_Bytes - transactionHash: xdai_Bytes - transactionHash_not: xdai_Bytes - transactionHash_gt: xdai_Bytes - transactionHash_lt: xdai_Bytes - transactionHash_gte: xdai_Bytes - transactionHash_lte: xdai_Bytes - transactionHash_in: [xdai_Bytes!] - transactionHash_not_in: [xdai_Bytes!] - transactionHash_contains: xdai_Bytes - transactionHash_not_contains: xdai_Bytes + message: bnb_Bytes + message_not: bnb_Bytes + message_gt: bnb_Bytes + message_lt: bnb_Bytes + message_gte: bnb_Bytes + message_lte: bnb_Bytes + message_in: [bnb_Bytes!] + message_not_in: [bnb_Bytes!] + message_contains: bnb_Bytes + message_not_contains: bnb_Bytes + root: bnb_Bytes + root_not: bnb_Bytes + root_gt: bnb_Bytes + root_lt: bnb_Bytes + root_gte: bnb_Bytes + root_lte: bnb_Bytes + root_in: [bnb_Bytes!] + root_not_in: [bnb_Bytes!] + root_contains: bnb_Bytes + root_not_contains: bnb_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -93304,14 +93015,14 @@ input xdai_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: xdai_RootCount_filter + rootCount_: bnb_RootCount_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_OriginMessage_filter] - or: [xdai_OriginMessage_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OriginMessage_filter] + or: [bnb_OriginMessage_filter] } -enum xdai_OriginMessage_orderBy { +enum bnb_OriginMessage_orderBy { id transferId destinationDomain @@ -93326,42 +93037,42 @@ enum xdai_OriginMessage_orderBy { rootCount__count } -type xdai_OriginTransfer { +type bnb_OriginTransfer { id: ID! chainId: BigInt - transferId: xdai_Bytes + transferId: bnb_Bytes nonce: BigInt - status: xdai_TransferStatus - messageHash: xdai_Bytes + status: bnb_TransferStatus + messageHash: bnb_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: xdai_Bytes - delegate: xdai_Bytes + to: bnb_Bytes + delegate: bnb_Bytes receiveLocal: Boolean - callData: xdai_Bytes + callData: bnb_Bytes slippage: BigInt - originSender: xdai_Bytes + originSender: bnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xdai_Bytes - asset: xdai_Asset - transactingAsset: xdai_Bytes - message: xdai_OriginMessage + canonicalId: bnb_Bytes + asset: bnb_Asset + transactingAsset: bnb_Bytes + message: bnb_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: xdai_RelayerFee_orderBy, orderDirection: xdai_OrderDirection, where: xdai_RelayerFee_filter): [xdai_RelayerFee!] - initialRelayerFeeAsset: xdai_Bytes - caller: xdai_Bytes - transactionHash: xdai_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: bnb_RelayerFee_orderBy, orderDirection: bnb_OrderDirection, where: bnb_RelayerFee_filter): [bnb_RelayerFee!] + initialRelayerFeeAsset: bnb_Bytes + caller: bnb_Bytes + transactionHash: bnb_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: xdai_Bytes + txOrigin: bnb_Bytes txNonce: BigInt } -input xdai_OriginTransfer_filter { +input bnb_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -93378,16 +93089,16 @@ input xdai_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: xdai_Bytes - transferId_not: xdai_Bytes - transferId_gt: xdai_Bytes - transferId_lt: xdai_Bytes - transferId_gte: xdai_Bytes - transferId_lte: xdai_Bytes - transferId_in: [xdai_Bytes!] - transferId_not_in: [xdai_Bytes!] - transferId_contains: xdai_Bytes - transferId_not_contains: xdai_Bytes + transferId: bnb_Bytes + transferId_not: bnb_Bytes + transferId_gt: bnb_Bytes + transferId_lt: bnb_Bytes + transferId_gte: bnb_Bytes + transferId_lte: bnb_Bytes + transferId_in: [bnb_Bytes!] + transferId_not_in: [bnb_Bytes!] + transferId_contains: bnb_Bytes + transferId_not_contains: bnb_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -93396,20 +93107,20 @@ input xdai_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: xdai_TransferStatus - status_not: xdai_TransferStatus - status_in: [xdai_TransferStatus!] - status_not_in: [xdai_TransferStatus!] - messageHash: xdai_Bytes - messageHash_not: xdai_Bytes - messageHash_gt: xdai_Bytes - messageHash_lt: xdai_Bytes - messageHash_gte: xdai_Bytes - messageHash_lte: xdai_Bytes - messageHash_in: [xdai_Bytes!] - messageHash_not_in: [xdai_Bytes!] - messageHash_contains: xdai_Bytes - messageHash_not_contains: xdai_Bytes + status: bnb_TransferStatus + status_not: bnb_TransferStatus + status_in: [bnb_TransferStatus!] + status_not_in: [bnb_TransferStatus!] + messageHash: bnb_Bytes + messageHash_not: bnb_Bytes + messageHash_gt: bnb_Bytes + messageHash_lt: bnb_Bytes + messageHash_gte: bnb_Bytes + messageHash_lte: bnb_Bytes + messageHash_in: [bnb_Bytes!] + messageHash_not_in: [bnb_Bytes!] + messageHash_contains: bnb_Bytes + messageHash_not_contains: bnb_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -93434,40 +93145,40 @@ input xdai_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: xdai_Bytes - to_not: xdai_Bytes - to_gt: xdai_Bytes - to_lt: xdai_Bytes - to_gte: xdai_Bytes - to_lte: xdai_Bytes - to_in: [xdai_Bytes!] - to_not_in: [xdai_Bytes!] - to_contains: xdai_Bytes - to_not_contains: xdai_Bytes - delegate: xdai_Bytes - delegate_not: xdai_Bytes - delegate_gt: xdai_Bytes - delegate_lt: xdai_Bytes - delegate_gte: xdai_Bytes - delegate_lte: xdai_Bytes - delegate_in: [xdai_Bytes!] - delegate_not_in: [xdai_Bytes!] - delegate_contains: xdai_Bytes - delegate_not_contains: xdai_Bytes + to: bnb_Bytes + to_not: bnb_Bytes + to_gt: bnb_Bytes + to_lt: bnb_Bytes + to_gte: bnb_Bytes + to_lte: bnb_Bytes + to_in: [bnb_Bytes!] + to_not_in: [bnb_Bytes!] + to_contains: bnb_Bytes + to_not_contains: bnb_Bytes + delegate: bnb_Bytes + delegate_not: bnb_Bytes + delegate_gt: bnb_Bytes + delegate_lt: bnb_Bytes + delegate_gte: bnb_Bytes + delegate_lte: bnb_Bytes + delegate_in: [bnb_Bytes!] + delegate_not_in: [bnb_Bytes!] + delegate_contains: bnb_Bytes + delegate_not_contains: bnb_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: xdai_Bytes - callData_not: xdai_Bytes - callData_gt: xdai_Bytes - callData_lt: xdai_Bytes - callData_gte: xdai_Bytes - callData_lte: xdai_Bytes - callData_in: [xdai_Bytes!] - callData_not_in: [xdai_Bytes!] - callData_contains: xdai_Bytes - callData_not_contains: xdai_Bytes + callData: bnb_Bytes + callData_not: bnb_Bytes + callData_gt: bnb_Bytes + callData_lt: bnb_Bytes + callData_gte: bnb_Bytes + callData_lte: bnb_Bytes + callData_in: [bnb_Bytes!] + callData_not_in: [bnb_Bytes!] + callData_contains: bnb_Bytes + callData_not_contains: bnb_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -93476,16 +93187,16 @@ input xdai_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: xdai_Bytes - originSender_not: xdai_Bytes - originSender_gt: xdai_Bytes - originSender_lt: xdai_Bytes - originSender_gte: xdai_Bytes - originSender_lte: xdai_Bytes - originSender_in: [xdai_Bytes!] - originSender_not_in: [xdai_Bytes!] - originSender_contains: xdai_Bytes - originSender_not_contains: xdai_Bytes + originSender: bnb_Bytes + originSender_not: bnb_Bytes + originSender_gt: bnb_Bytes + originSender_lt: bnb_Bytes + originSender_gte: bnb_Bytes + originSender_lte: bnb_Bytes + originSender_in: [bnb_Bytes!] + originSender_not_in: [bnb_Bytes!] + originSender_contains: bnb_Bytes + originSender_not_contains: bnb_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -93502,16 +93213,16 @@ input xdai_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: xdai_Bytes - canonicalId_not: xdai_Bytes - canonicalId_gt: xdai_Bytes - canonicalId_lt: xdai_Bytes - canonicalId_gte: xdai_Bytes - canonicalId_lte: xdai_Bytes - canonicalId_in: [xdai_Bytes!] - canonicalId_not_in: [xdai_Bytes!] - canonicalId_contains: xdai_Bytes - canonicalId_not_contains: xdai_Bytes + canonicalId: bnb_Bytes + canonicalId_not: bnb_Bytes + canonicalId_gt: bnb_Bytes + canonicalId_lt: bnb_Bytes + canonicalId_gte: bnb_Bytes + canonicalId_lte: bnb_Bytes + canonicalId_in: [bnb_Bytes!] + canonicalId_not_in: [bnb_Bytes!] + canonicalId_contains: bnb_Bytes + canonicalId_not_contains: bnb_Bytes asset: String asset_not: String asset_gt: String @@ -93532,17 +93243,17 @@ input xdai_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xdai_Asset_filter - transactingAsset: xdai_Bytes - transactingAsset_not: xdai_Bytes - transactingAsset_gt: xdai_Bytes - transactingAsset_lt: xdai_Bytes - transactingAsset_gte: xdai_Bytes - transactingAsset_lte: xdai_Bytes - transactingAsset_in: [xdai_Bytes!] - transactingAsset_not_in: [xdai_Bytes!] - transactingAsset_contains: xdai_Bytes - transactingAsset_not_contains: xdai_Bytes + asset_: bnb_Asset_filter + transactingAsset: bnb_Bytes + transactingAsset_not: bnb_Bytes + transactingAsset_gt: bnb_Bytes + transactingAsset_lt: bnb_Bytes + transactingAsset_gte: bnb_Bytes + transactingAsset_lte: bnb_Bytes + transactingAsset_in: [bnb_Bytes!] + transactingAsset_not_in: [bnb_Bytes!] + transactingAsset_contains: bnb_Bytes + transactingAsset_not_contains: bnb_Bytes message: String message_not: String message_gt: String @@ -93563,7 +93274,7 @@ input xdai_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: xdai_OriginMessage_filter + message_: bnb_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -93578,37 +93289,37 @@ input xdai_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: xdai_RelayerFee_filter - initialRelayerFeeAsset: xdai_Bytes - initialRelayerFeeAsset_not: xdai_Bytes - initialRelayerFeeAsset_gt: xdai_Bytes - initialRelayerFeeAsset_lt: xdai_Bytes - initialRelayerFeeAsset_gte: xdai_Bytes - initialRelayerFeeAsset_lte: xdai_Bytes - initialRelayerFeeAsset_in: [xdai_Bytes!] - initialRelayerFeeAsset_not_in: [xdai_Bytes!] - initialRelayerFeeAsset_contains: xdai_Bytes - initialRelayerFeeAsset_not_contains: xdai_Bytes - caller: xdai_Bytes - caller_not: xdai_Bytes - caller_gt: xdai_Bytes - caller_lt: xdai_Bytes - caller_gte: xdai_Bytes - caller_lte: xdai_Bytes - caller_in: [xdai_Bytes!] - caller_not_in: [xdai_Bytes!] - caller_contains: xdai_Bytes - caller_not_contains: xdai_Bytes - transactionHash: xdai_Bytes - transactionHash_not: xdai_Bytes - transactionHash_gt: xdai_Bytes - transactionHash_lt: xdai_Bytes - transactionHash_gte: xdai_Bytes - transactionHash_lte: xdai_Bytes - transactionHash_in: [xdai_Bytes!] - transactionHash_not_in: [xdai_Bytes!] - transactionHash_contains: xdai_Bytes - transactionHash_not_contains: xdai_Bytes + relayerFees_: bnb_RelayerFee_filter + initialRelayerFeeAsset: bnb_Bytes + initialRelayerFeeAsset_not: bnb_Bytes + initialRelayerFeeAsset_gt: bnb_Bytes + initialRelayerFeeAsset_lt: bnb_Bytes + initialRelayerFeeAsset_gte: bnb_Bytes + initialRelayerFeeAsset_lte: bnb_Bytes + initialRelayerFeeAsset_in: [bnb_Bytes!] + initialRelayerFeeAsset_not_in: [bnb_Bytes!] + initialRelayerFeeAsset_contains: bnb_Bytes + initialRelayerFeeAsset_not_contains: bnb_Bytes + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -93641,16 +93352,16 @@ input xdai_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: xdai_Bytes - txOrigin_not: xdai_Bytes - txOrigin_gt: xdai_Bytes - txOrigin_lt: xdai_Bytes - txOrigin_gte: xdai_Bytes - txOrigin_lte: xdai_Bytes - txOrigin_in: [xdai_Bytes!] - txOrigin_not_in: [xdai_Bytes!] - txOrigin_contains: xdai_Bytes - txOrigin_not_contains: xdai_Bytes + txOrigin: bnb_Bytes + txOrigin_not: bnb_Bytes + txOrigin_gt: bnb_Bytes + txOrigin_lt: bnb_Bytes + txOrigin_gte: bnb_Bytes + txOrigin_lte: bnb_Bytes + txOrigin_in: [bnb_Bytes!] + txOrigin_not_in: [bnb_Bytes!] + txOrigin_contains: bnb_Bytes + txOrigin_not_contains: bnb_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -93660,12 +93371,12 @@ input xdai_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_OriginTransfer_filter] - or: [xdai_OriginTransfer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OriginTransfer_filter] + or: [bnb_OriginTransfer_filter] } -enum xdai_OriginTransfer_orderBy { +enum bnb_OriginTransfer_orderBy { id chainId transferId @@ -93718,20 +93429,20 @@ enum xdai_OriginTransfer_orderBy { txNonce } -type xdai_Relayer { +type bnb_Relayer { id: ID! isActive: Boolean! - relayer: xdai_Bytes + relayer: bnb_Bytes } -type xdai_RelayerFee { +type bnb_RelayerFee { id: ID! - transfer: xdai_OriginTransfer! + transfer: bnb_OriginTransfer! fee: BigInt! - asset: xdai_Bytes! + asset: bnb_Bytes! } -input xdai_RelayerFee_filter { +input bnb_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -93760,7 +93471,7 @@ input xdai_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: xdai_OriginTransfer_filter + transfer_: bnb_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -93769,23 +93480,23 @@ input xdai_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: xdai_Bytes - asset_not: xdai_Bytes - asset_gt: xdai_Bytes - asset_lt: xdai_Bytes - asset_gte: xdai_Bytes - asset_lte: xdai_Bytes - asset_in: [xdai_Bytes!] - asset_not_in: [xdai_Bytes!] - asset_contains: xdai_Bytes - asset_not_contains: xdai_Bytes + asset: bnb_Bytes + asset_not: bnb_Bytes + asset_gt: bnb_Bytes + asset_lt: bnb_Bytes + asset_gte: bnb_Bytes + asset_lte: bnb_Bytes + asset_in: [bnb_Bytes!] + asset_not_in: [bnb_Bytes!] + asset_contains: bnb_Bytes + asset_not_contains: bnb_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RelayerFee_filter] - or: [xdai_RelayerFee_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RelayerFee_filter] + or: [bnb_RelayerFee_filter] } -enum xdai_RelayerFee_orderBy { +enum bnb_RelayerFee_orderBy { id transfer transfer__id @@ -93821,20 +93532,20 @@ enum xdai_RelayerFee_orderBy { asset } -type xdai_RelayerFeesIncrease { +type bnb_RelayerFeesIncrease { id: ID! - transfer: xdai_OriginTransfer! + transfer: bnb_OriginTransfer! increase: BigInt - asset: xdai_Bytes - caller: xdai_Bytes! - transactionHash: xdai_Bytes! + asset: bnb_Bytes + caller: bnb_Bytes! + transactionHash: bnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xdai_RelayerFeesIncrease_filter { +input bnb_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -93863,7 +93574,7 @@ input xdai_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: xdai_OriginTransfer_filter + transfer_: bnb_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -93872,36 +93583,36 @@ input xdai_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: xdai_Bytes - asset_not: xdai_Bytes - asset_gt: xdai_Bytes - asset_lt: xdai_Bytes - asset_gte: xdai_Bytes - asset_lte: xdai_Bytes - asset_in: [xdai_Bytes!] - asset_not_in: [xdai_Bytes!] - asset_contains: xdai_Bytes - asset_not_contains: xdai_Bytes - caller: xdai_Bytes - caller_not: xdai_Bytes - caller_gt: xdai_Bytes - caller_lt: xdai_Bytes - caller_gte: xdai_Bytes - caller_lte: xdai_Bytes - caller_in: [xdai_Bytes!] - caller_not_in: [xdai_Bytes!] - caller_contains: xdai_Bytes - caller_not_contains: xdai_Bytes - transactionHash: xdai_Bytes - transactionHash_not: xdai_Bytes - transactionHash_gt: xdai_Bytes - transactionHash_lt: xdai_Bytes - transactionHash_gte: xdai_Bytes - transactionHash_lte: xdai_Bytes - transactionHash_in: [xdai_Bytes!] - transactionHash_not_in: [xdai_Bytes!] - transactionHash_contains: xdai_Bytes - transactionHash_not_contains: xdai_Bytes + asset: bnb_Bytes + asset_not: bnb_Bytes + asset_gt: bnb_Bytes + asset_lt: bnb_Bytes + asset_gte: bnb_Bytes + asset_lte: bnb_Bytes + asset_in: [bnb_Bytes!] + asset_not_in: [bnb_Bytes!] + asset_contains: bnb_Bytes + asset_not_contains: bnb_Bytes + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -93935,12 +93646,12 @@ input xdai_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RelayerFeesIncrease_filter] - or: [xdai_RelayerFeesIncrease_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RelayerFeesIncrease_filter] + or: [bnb_RelayerFeesIncrease_filter] } -enum xdai_RelayerFeesIncrease_orderBy { +enum bnb_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -93982,7 +93693,7 @@ enum xdai_RelayerFeesIncrease_orderBy { blockNumber } -input xdai_Relayer_filter { +input bnb_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -93995,34 +93706,34 @@ input xdai_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: xdai_Bytes - relayer_not: xdai_Bytes - relayer_gt: xdai_Bytes - relayer_lt: xdai_Bytes - relayer_gte: xdai_Bytes - relayer_lte: xdai_Bytes - relayer_in: [xdai_Bytes!] - relayer_not_in: [xdai_Bytes!] - relayer_contains: xdai_Bytes - relayer_not_contains: xdai_Bytes + relayer: bnb_Bytes + relayer_not: bnb_Bytes + relayer_gt: bnb_Bytes + relayer_lt: bnb_Bytes + relayer_gte: bnb_Bytes + relayer_lte: bnb_Bytes + relayer_in: [bnb_Bytes!] + relayer_not_in: [bnb_Bytes!] + relayer_contains: bnb_Bytes + relayer_not_contains: bnb_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Relayer_filter] - or: [xdai_Relayer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Relayer_filter] + or: [bnb_Relayer_filter] } -enum xdai_Relayer_orderBy { +enum bnb_Relayer_orderBy { id isActive relayer } -type xdai_RootCount { +type bnb_RootCount { id: ID! count: BigInt } -input xdai_RootCount_filter { +input bnb_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -94040,31 +93751,31 @@ input xdai_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RootCount_filter] - or: [xdai_RootCount_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RootCount_filter] + or: [bnb_RootCount_filter] } -enum xdai_RootCount_orderBy { +enum bnb_RootCount_orderBy { id count } -type xdai_RootMessageSent { +type bnb_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: xdai_Bytes + root: bnb_Bytes count: BigInt - caller: xdai_Bytes - transactionHash: xdai_Bytes + caller: bnb_Bytes + transactionHash: bnb_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input xdai_RootMessageSent_filter { +input bnb_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -94089,16 +93800,16 @@ input xdai_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: xdai_Bytes - root_not: xdai_Bytes - root_gt: xdai_Bytes - root_lt: xdai_Bytes - root_gte: xdai_Bytes - root_lte: xdai_Bytes - root_in: [xdai_Bytes!] - root_not_in: [xdai_Bytes!] - root_contains: xdai_Bytes - root_not_contains: xdai_Bytes + root: bnb_Bytes + root_not: bnb_Bytes + root_gt: bnb_Bytes + root_lt: bnb_Bytes + root_gte: bnb_Bytes + root_lte: bnb_Bytes + root_in: [bnb_Bytes!] + root_not_in: [bnb_Bytes!] + root_contains: bnb_Bytes + root_not_contains: bnb_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -94107,26 +93818,26 @@ input xdai_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: xdai_Bytes - caller_not: xdai_Bytes - caller_gt: xdai_Bytes - caller_lt: xdai_Bytes - caller_gte: xdai_Bytes - caller_lte: xdai_Bytes - caller_in: [xdai_Bytes!] - caller_not_in: [xdai_Bytes!] - caller_contains: xdai_Bytes - caller_not_contains: xdai_Bytes - transactionHash: xdai_Bytes - transactionHash_not: xdai_Bytes - transactionHash_gt: xdai_Bytes - transactionHash_lt: xdai_Bytes - transactionHash_gte: xdai_Bytes - transactionHash_lte: xdai_Bytes - transactionHash_in: [xdai_Bytes!] - transactionHash_not_in: [xdai_Bytes!] - transactionHash_contains: xdai_Bytes - transactionHash_not_contains: xdai_Bytes + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -94160,12 +93871,12 @@ input xdai_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RootMessageSent_filter] - or: [xdai_RootMessageSent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RootMessageSent_filter] + or: [bnb_RootMessageSent_filter] } -enum xdai_RootMessageSent_orderBy { +enum bnb_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -94179,25 +93890,25 @@ enum xdai_RootMessageSent_orderBy { blockNumber } -type xdai_Router { +type bnb_Router { id: ID! isActive: Boolean! - owner: xdai_Bytes - recipient: xdai_Bytes - proposedOwner: xdai_Bytes + owner: bnb_Bytes + recipient: bnb_Bytes + proposedOwner: bnb_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: xdai_AssetBalance_orderBy, orderDirection: xdai_OrderDirection, where: xdai_AssetBalance_filter): [xdai_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: bnb_AssetBalance_orderBy, orderDirection: bnb_OrderDirection, where: bnb_AssetBalance_filter): [bnb_AssetBalance!]! } -type xdai_RouterDailyTVL { +type bnb_RouterDailyTVL { id: ID! - router: xdai_Router! - asset: xdai_Asset! + router: bnb_Router! + asset: bnb_Asset! timestamp: BigInt! balance: BigInt! } -input xdai_RouterDailyTVL_filter { +input bnb_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -94226,7 +93937,7 @@ input xdai_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: xdai_Router_filter + router_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -94247,7 +93958,7 @@ input xdai_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xdai_Asset_filter + asset_: bnb_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -94265,12 +93976,12 @@ input xdai_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RouterDailyTVL_filter] - or: [xdai_RouterDailyTVL_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RouterDailyTVL_filter] + or: [bnb_RouterDailyTVL_filter] } -enum xdai_RouterDailyTVL_orderBy { +enum bnb_RouterDailyTVL_orderBy { id router router__id @@ -94293,26 +94004,26 @@ enum xdai_RouterDailyTVL_orderBy { balance } -type xdai_RouterLiquidityEvent { +type bnb_RouterLiquidityEvent { id: ID! - type: xdai_RouterLiquidityEventType - router: xdai_Router! - asset: xdai_Asset! + type: bnb_RouterLiquidityEventType + router: bnb_Router! + asset: bnb_Asset! amount: BigInt! balance: BigInt! - caller: xdai_Bytes + caller: bnb_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: xdai_Bytes! + transactionHash: bnb_Bytes! nonce: BigInt! } -enum xdai_RouterLiquidityEventType { +enum bnb_RouterLiquidityEventType { Add Remove } -input xdai_RouterLiquidityEvent_filter { +input bnb_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -94321,10 +94032,10 @@ input xdai_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: xdai_RouterLiquidityEventType - type_not: xdai_RouterLiquidityEventType - type_in: [xdai_RouterLiquidityEventType!] - type_not_in: [xdai_RouterLiquidityEventType!] + type: bnb_RouterLiquidityEventType + type_not: bnb_RouterLiquidityEventType + type_in: [bnb_RouterLiquidityEventType!] + type_not_in: [bnb_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -94345,7 +94056,7 @@ input xdai_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: xdai_Router_filter + router_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -94366,7 +94077,7 @@ input xdai_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xdai_Asset_filter + asset_: bnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -94383,16 +94094,16 @@ input xdai_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: xdai_Bytes - caller_not: xdai_Bytes - caller_gt: xdai_Bytes - caller_lt: xdai_Bytes - caller_gte: xdai_Bytes - caller_lte: xdai_Bytes - caller_in: [xdai_Bytes!] - caller_not_in: [xdai_Bytes!] - caller_contains: xdai_Bytes - caller_not_contains: xdai_Bytes + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -94409,16 +94120,16 @@ input xdai_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: xdai_Bytes - transactionHash_not: xdai_Bytes - transactionHash_gt: xdai_Bytes - transactionHash_lt: xdai_Bytes - transactionHash_gte: xdai_Bytes - transactionHash_lte: xdai_Bytes - transactionHash_in: [xdai_Bytes!] - transactionHash_not_in: [xdai_Bytes!] - transactionHash_contains: xdai_Bytes - transactionHash_not_contains: xdai_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -94428,12 +94139,12 @@ input xdai_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RouterLiquidityEvent_filter] - or: [xdai_RouterLiquidityEvent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RouterLiquidityEvent_filter] + or: [bnb_RouterLiquidityEvent_filter] } -enum xdai_RouterLiquidityEvent_orderBy { +enum bnb_RouterLiquidityEvent_orderBy { id type router @@ -94462,7 +94173,7 @@ enum xdai_RouterLiquidityEvent_orderBy { nonce } -input xdai_Router_filter { +input bnb_Router_filter { id: ID id_not: ID id_gt: ID @@ -94475,36 +94186,36 @@ input xdai_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: xdai_Bytes - owner_not: xdai_Bytes - owner_gt: xdai_Bytes - owner_lt: xdai_Bytes - owner_gte: xdai_Bytes - owner_lte: xdai_Bytes - owner_in: [xdai_Bytes!] - owner_not_in: [xdai_Bytes!] - owner_contains: xdai_Bytes - owner_not_contains: xdai_Bytes - recipient: xdai_Bytes - recipient_not: xdai_Bytes - recipient_gt: xdai_Bytes - recipient_lt: xdai_Bytes - recipient_gte: xdai_Bytes - recipient_lte: xdai_Bytes - recipient_in: [xdai_Bytes!] - recipient_not_in: [xdai_Bytes!] - recipient_contains: xdai_Bytes - recipient_not_contains: xdai_Bytes - proposedOwner: xdai_Bytes - proposedOwner_not: xdai_Bytes - proposedOwner_gt: xdai_Bytes - proposedOwner_lt: xdai_Bytes - proposedOwner_gte: xdai_Bytes - proposedOwner_lte: xdai_Bytes - proposedOwner_in: [xdai_Bytes!] - proposedOwner_not_in: [xdai_Bytes!] - proposedOwner_contains: xdai_Bytes - proposedOwner_not_contains: xdai_Bytes + owner: bnb_Bytes + owner_not: bnb_Bytes + owner_gt: bnb_Bytes + owner_lt: bnb_Bytes + owner_gte: bnb_Bytes + owner_lte: bnb_Bytes + owner_in: [bnb_Bytes!] + owner_not_in: [bnb_Bytes!] + owner_contains: bnb_Bytes + owner_not_contains: bnb_Bytes + recipient: bnb_Bytes + recipient_not: bnb_Bytes + recipient_gt: bnb_Bytes + recipient_lt: bnb_Bytes + recipient_gte: bnb_Bytes + recipient_lte: bnb_Bytes + recipient_in: [bnb_Bytes!] + recipient_not_in: [bnb_Bytes!] + recipient_contains: bnb_Bytes + recipient_not_contains: bnb_Bytes + proposedOwner: bnb_Bytes + proposedOwner_not: bnb_Bytes + proposedOwner_gt: bnb_Bytes + proposedOwner_lt: bnb_Bytes + proposedOwner_gte: bnb_Bytes + proposedOwner_lte: bnb_Bytes + proposedOwner_in: [bnb_Bytes!] + proposedOwner_not_in: [bnb_Bytes!] + proposedOwner_contains: bnb_Bytes + proposedOwner_not_contains: bnb_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -94513,14 +94224,14 @@ input xdai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: xdai_AssetBalance_filter + assetBalances_: bnb_AssetBalance_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Router_filter] - or: [xdai_Router_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Router_filter] + or: [bnb_Router_filter] } -enum xdai_Router_orderBy { +enum bnb_Router_orderBy { id isActive owner @@ -94530,13 +94241,13 @@ enum xdai_Router_orderBy { assetBalances } -type xdai_Sequencer { +type bnb_Sequencer { id: ID! isActive: Boolean! - sequencer: xdai_Bytes + sequencer: bnb_Bytes } -input xdai_Sequencer_filter { +input bnb_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -94549,35 +94260,35 @@ input xdai_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: xdai_Bytes - sequencer_not: xdai_Bytes - sequencer_gt: xdai_Bytes - sequencer_lt: xdai_Bytes - sequencer_gte: xdai_Bytes - sequencer_lte: xdai_Bytes - sequencer_in: [xdai_Bytes!] - sequencer_not_in: [xdai_Bytes!] - sequencer_contains: xdai_Bytes - sequencer_not_contains: xdai_Bytes + sequencer: bnb_Bytes + sequencer_not: bnb_Bytes + sequencer_gt: bnb_Bytes + sequencer_lt: bnb_Bytes + sequencer_gte: bnb_Bytes + sequencer_lte: bnb_Bytes + sequencer_in: [bnb_Bytes!] + sequencer_not_in: [bnb_Bytes!] + sequencer_contains: bnb_Bytes + sequencer_not_contains: bnb_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Sequencer_filter] - or: [xdai_Sequencer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Sequencer_filter] + or: [bnb_Sequencer_filter] } -enum xdai_Sequencer_orderBy { +enum bnb_Sequencer_orderBy { id isActive sequencer } -type xdai_Setting { +type bnb_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: xdai_Bytes! + caller: bnb_Bytes! } -input xdai_Setting_filter { +input bnb_Setting_filter { id: ID id_not: ID id_gt: ID @@ -94594,41 +94305,41 @@ input xdai_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: xdai_Bytes - caller_not: xdai_Bytes - caller_gt: xdai_Bytes - caller_lt: xdai_Bytes - caller_gte: xdai_Bytes - caller_lte: xdai_Bytes - caller_in: [xdai_Bytes!] - caller_not_in: [xdai_Bytes!] - caller_contains: xdai_Bytes - caller_not_contains: xdai_Bytes + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Setting_filter] - or: [xdai_Setting_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Setting_filter] + or: [bnb_Setting_filter] } -enum xdai_Setting_orderBy { +enum bnb_Setting_orderBy { id maxRoutersPerTransfer caller } -type xdai_SlippageUpdate { +type bnb_SlippageUpdate { id: ID! - transfer: xdai_DestinationTransfer! + transfer: bnb_DestinationTransfer! slippage: BigInt! - caller: xdai_Bytes! - transactionHash: xdai_Bytes! + caller: bnb_Bytes! + transactionHash: bnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xdai_SlippageUpdate_filter { +input bnb_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -94657,7 +94368,7 @@ input xdai_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: xdai_DestinationTransfer_filter + transfer_: bnb_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -94666,26 +94377,26 @@ input xdai_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: xdai_Bytes - caller_not: xdai_Bytes - caller_gt: xdai_Bytes - caller_lt: xdai_Bytes - caller_gte: xdai_Bytes - caller_lte: xdai_Bytes - caller_in: [xdai_Bytes!] - caller_not_in: [xdai_Bytes!] - caller_contains: xdai_Bytes - caller_not_contains: xdai_Bytes - transactionHash: xdai_Bytes - transactionHash_not: xdai_Bytes - transactionHash_gt: xdai_Bytes - transactionHash_lt: xdai_Bytes - transactionHash_gte: xdai_Bytes - transactionHash_lte: xdai_Bytes - transactionHash_in: [xdai_Bytes!] - transactionHash_not_in: [xdai_Bytes!] - transactionHash_contains: xdai_Bytes - transactionHash_not_contains: xdai_Bytes + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -94719,12 +94430,12 @@ input xdai_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_SlippageUpdate_filter] - or: [xdai_SlippageUpdate_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_SlippageUpdate_filter] + or: [bnb_SlippageUpdate_filter] } -enum xdai_SlippageUpdate_orderBy { +enum bnb_SlippageUpdate_orderBy { id transfer transfer__id @@ -94772,7 +94483,7 @@ enum xdai_SlippageUpdate_orderBy { blockNumber } -enum xdai_TransferStatus { +enum bnb_TransferStatus { XCalled Executed Reconciled @@ -94780,9 +94491,9 @@ enum xdai_TransferStatus { CompletedFast } -type xdai__Block_ { +type bnb__Block_ { """The hash of the block""" - hash: xdai_Bytes + hash: bnb_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -94790,7 +94501,7 @@ type xdai__Block_ { } """The type for the top-level _meta field""" -type xdai__Meta_ { +type bnb__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -94798,105 +94509,20 @@ type xdai__Meta_ { and therefore asks for the latest block """ - block: xdai__Block_! + block: bnb__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type localarbitrumone_AggregateRoot { +type linea_AggregateRoot { id: ID! - root: localarbitrumone_Bytes! + root: linea_Bytes! blockNumber: BigInt! } -type localarbitrumone_AggregateRootProposed { - id: ID! - aggregateRoot: localarbitrumone_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input localarbitrumone_AggregateRootProposed_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!] - aggregateRoot: localarbitrumone_Bytes - aggregateRoot_not: localarbitrumone_Bytes - aggregateRoot_gt: localarbitrumone_Bytes - aggregateRoot_lt: localarbitrumone_Bytes - aggregateRoot_gte: localarbitrumone_Bytes - aggregateRoot_lte: localarbitrumone_Bytes - aggregateRoot_in: [localarbitrumone_Bytes!] - aggregateRoot_not_in: [localarbitrumone_Bytes!] - aggregateRoot_contains: localarbitrumone_Bytes - aggregateRoot_not_contains: localarbitrumone_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_AggregateRootProposed_filter] - or: [localarbitrumone_AggregateRootProposed_filter] -} - -enum localarbitrumone_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input localarbitrumone_AggregateRoot_filter { +input linea_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -94905,16 +94531,12 @@ input localarbitrumone_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: localarbitrumone_Bytes - root_not: localarbitrumone_Bytes - root_gt: localarbitrumone_Bytes - root_lt: localarbitrumone_Bytes - root_gte: localarbitrumone_Bytes - root_lte: localarbitrumone_Bytes - root_in: [localarbitrumone_Bytes!] - root_not_in: [localarbitrumone_Bytes!] - root_contains: localarbitrumone_Bytes - root_not_contains: localarbitrumone_Bytes + root: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -94924,41 +94546,40 @@ input localarbitrumone_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_AggregateRoot_filter] - or: [localarbitrumone_AggregateRoot_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_AggregateRoot_orderBy { +enum linea_AggregateRoot_orderBy { id root blockNumber } -type localarbitrumone_Asset { +type linea_Asset { id: ID! - key: localarbitrumone_Bytes + key: linea_Bytes decimal: BigInt - canonicalId: localarbitrumone_Bytes + adoptedDecimal: BigInt + canonicalId: linea_Bytes canonicalDomain: BigInt - adoptedAsset: localarbitrumone_Bytes - localAsset: localarbitrumone_Bytes + adoptedAsset: linea_Bytes + localAsset: linea_Bytes blockNumber: BigInt - status: localarbitrumone_AssetStatus + status: linea_AssetStatus } -type localarbitrumone_AssetBalance { +type linea_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: localarbitrumone_Router! - asset: localarbitrumone_Asset! + router: linea_Router! + asset: linea_Asset! feesEarned: BigInt! } -input localarbitrumone_AssetBalance_filter { +input linea_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -95019,7 +94640,7 @@ input localarbitrumone_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localarbitrumone_Router_filter + router_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -95040,7 +94661,7 @@ input localarbitrumone_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localarbitrumone_Asset_filter + asset_: linea_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -95050,42 +94671,26 @@ input localarbitrumone_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_AssetBalance_filter] - or: [localarbitrumone_AssetBalance_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_AssetBalance_orderBy { +enum linea_AssetBalance_orderBy { id amount locked supplied removed router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber feesEarned } -type localarbitrumone_AssetStatus { +type linea_AssetStatus { id: ID! status: Boolean } -input localarbitrumone_AssetStatus_filter { +input linea_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -95099,17 +94704,15 @@ input localarbitrumone_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_AssetStatus_filter] - or: [localarbitrumone_AssetStatus_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_AssetStatus_orderBy { +enum linea_AssetStatus_orderBy { id status } -input localarbitrumone_Asset_filter { +input linea_Asset_filter { id: ID id_not: ID id_gt: ID @@ -95118,16 +94721,12 @@ input localarbitrumone_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: localarbitrumone_Bytes - key_not: localarbitrumone_Bytes - key_gt: localarbitrumone_Bytes - key_lt: localarbitrumone_Bytes - key_gte: localarbitrumone_Bytes - key_lte: localarbitrumone_Bytes - key_in: [localarbitrumone_Bytes!] - key_not_in: [localarbitrumone_Bytes!] - key_contains: localarbitrumone_Bytes - key_not_contains: localarbitrumone_Bytes + key: linea_Bytes + key_not: linea_Bytes + key_in: [linea_Bytes!] + key_not_in: [linea_Bytes!] + key_contains: linea_Bytes + key_not_contains: linea_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -95136,16 +94735,20 @@ input localarbitrumone_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - canonicalId: localarbitrumone_Bytes - canonicalId_not: localarbitrumone_Bytes - canonicalId_gt: localarbitrumone_Bytes - canonicalId_lt: localarbitrumone_Bytes - canonicalId_gte: localarbitrumone_Bytes - canonicalId_lte: localarbitrumone_Bytes - canonicalId_in: [localarbitrumone_Bytes!] - canonicalId_not_in: [localarbitrumone_Bytes!] - canonicalId_contains: localarbitrumone_Bytes - canonicalId_not_contains: localarbitrumone_Bytes + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: linea_Bytes + canonicalId_not: linea_Bytes + canonicalId_in: [linea_Bytes!] + canonicalId_not_in: [linea_Bytes!] + canonicalId_contains: linea_Bytes + canonicalId_not_contains: linea_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -95154,26 +94757,18 @@ input localarbitrumone_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: localarbitrumone_Bytes - adoptedAsset_not: localarbitrumone_Bytes - adoptedAsset_gt: localarbitrumone_Bytes - adoptedAsset_lt: localarbitrumone_Bytes - adoptedAsset_gte: localarbitrumone_Bytes - adoptedAsset_lte: localarbitrumone_Bytes - adoptedAsset_in: [localarbitrumone_Bytes!] - adoptedAsset_not_in: [localarbitrumone_Bytes!] - adoptedAsset_contains: localarbitrumone_Bytes - adoptedAsset_not_contains: localarbitrumone_Bytes - localAsset: localarbitrumone_Bytes - localAsset_not: localarbitrumone_Bytes - localAsset_gt: localarbitrumone_Bytes - localAsset_lt: localarbitrumone_Bytes - localAsset_gte: localarbitrumone_Bytes - localAsset_lte: localarbitrumone_Bytes - localAsset_in: [localarbitrumone_Bytes!] - localAsset_not_in: [localarbitrumone_Bytes!] - localAsset_contains: localarbitrumone_Bytes - localAsset_not_contains: localarbitrumone_Bytes + adoptedAsset: linea_Bytes + adoptedAsset_not: linea_Bytes + adoptedAsset_in: [linea_Bytes!] + adoptedAsset_not_in: [linea_Bytes!] + adoptedAsset_contains: linea_Bytes + adoptedAsset_not_contains: linea_Bytes + localAsset: linea_Bytes + localAsset_not: linea_Bytes + localAsset_in: [linea_Bytes!] + localAsset_not_in: [linea_Bytes!] + localAsset_contains: linea_Bytes + localAsset_not_contains: linea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -95202,51 +94797,48 @@ input localarbitrumone_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: localarbitrumone_AssetStatus_filter + status_: linea_AssetStatus_filter """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Asset_filter] - or: [localarbitrumone_Asset_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_Asset_orderBy { +enum linea_Asset_orderBy { id key decimal + adoptedDecimal canonicalId canonicalDomain adoptedAsset localAsset blockNumber status - status__id - status__status } -scalar localarbitrumone_BigDecimal +scalar linea_BigDecimal -input localarbitrumone_BlockChangedFilter { +input linea_BlockChangedFilter { number_gte: Int! } -input localarbitrumone_Block_height { - hash: localarbitrumone_Bytes +input linea_Block_height { + hash: linea_Bytes number: Int number_gte: Int } -scalar localarbitrumone_Bytes +scalar linea_Bytes -type localarbitrumone_ConnectorMeta { +type linea_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: localarbitrumone_Bytes - rootManager: localarbitrumone_Bytes - mirrorConnector: localarbitrumone_Bytes + amb: linea_Bytes + rootManager: linea_Bytes + mirrorConnector: linea_Bytes } -input localarbitrumone_ConnectorMeta_filter { +input linea_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -95271,43 +94863,29 @@ input localarbitrumone_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: localarbitrumone_Bytes - amb_not: localarbitrumone_Bytes - amb_gt: localarbitrumone_Bytes - amb_lt: localarbitrumone_Bytes - amb_gte: localarbitrumone_Bytes - amb_lte: localarbitrumone_Bytes - amb_in: [localarbitrumone_Bytes!] - amb_not_in: [localarbitrumone_Bytes!] - amb_contains: localarbitrumone_Bytes - amb_not_contains: localarbitrumone_Bytes - rootManager: localarbitrumone_Bytes - rootManager_not: localarbitrumone_Bytes - rootManager_gt: localarbitrumone_Bytes - rootManager_lt: localarbitrumone_Bytes - rootManager_gte: localarbitrumone_Bytes - rootManager_lte: localarbitrumone_Bytes - rootManager_in: [localarbitrumone_Bytes!] - rootManager_not_in: [localarbitrumone_Bytes!] - rootManager_contains: localarbitrumone_Bytes - rootManager_not_contains: localarbitrumone_Bytes - mirrorConnector: localarbitrumone_Bytes - mirrorConnector_not: localarbitrumone_Bytes - mirrorConnector_gt: localarbitrumone_Bytes - mirrorConnector_lt: localarbitrumone_Bytes - mirrorConnector_gte: localarbitrumone_Bytes - mirrorConnector_lte: localarbitrumone_Bytes - mirrorConnector_in: [localarbitrumone_Bytes!] - mirrorConnector_not_in: [localarbitrumone_Bytes!] - mirrorConnector_contains: localarbitrumone_Bytes - mirrorConnector_not_contains: localarbitrumone_Bytes + amb: linea_Bytes + amb_not: linea_Bytes + amb_in: [linea_Bytes!] + amb_not_in: [linea_Bytes!] + amb_contains: linea_Bytes + amb_not_contains: linea_Bytes + rootManager: linea_Bytes + rootManager_not: linea_Bytes + rootManager_in: [linea_Bytes!] + rootManager_not_in: [linea_Bytes!] + rootManager_contains: linea_Bytes + rootManager_not_contains: linea_Bytes + mirrorConnector: linea_Bytes + mirrorConnector_not: linea_Bytes + mirrorConnector_in: [linea_Bytes!] + mirrorConnector_not_in: [linea_Bytes!] + mirrorConnector_contains: linea_Bytes + mirrorConnector_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_ConnectorMeta_filter] - or: [localarbitrumone_ConnectorMeta_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_ConnectorMeta_orderBy { +enum linea_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -95316,48 +94894,48 @@ enum localarbitrumone_ConnectorMeta_orderBy { mirrorConnector } -type localarbitrumone_DestinationTransfer { +type linea_DestinationTransfer { id: ID! chainId: BigInt - transferId: localarbitrumone_Bytes + transferId: linea_Bytes nonce: BigInt - status: localarbitrumone_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: localarbitrumone_Router_orderBy, orderDirection: localarbitrumone_OrderDirection, where: localarbitrumone_Router_filter): [localarbitrumone_Router!] + status: linea_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: linea_Router_orderBy, orderDirection: linea_OrderDirection, where: linea_Router_filter): [linea_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localarbitrumone_Bytes - delegate: localarbitrumone_Bytes + to: linea_Bytes + delegate: linea_Bytes receiveLocal: Boolean - callData: localarbitrumone_Bytes + callData: linea_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: localarbitrumone_Bytes + originSender: linea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localarbitrumone_Bytes - asset: localarbitrumone_Asset + canonicalId: linea_Bytes + asset: linea_Asset amount: BigInt routersFee: BigInt - executedCaller: localarbitrumone_Bytes - executedTransactionHash: localarbitrumone_Bytes + executedCaller: linea_Bytes + executedTransactionHash: linea_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: localarbitrumone_Bytes + executedTxOrigin: linea_Bytes executedTxNonce: BigInt - reconciledCaller: localarbitrumone_Bytes - reconciledTransactionHash: localarbitrumone_Bytes + reconciledCaller: linea_Bytes + reconciledTransactionHash: linea_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: localarbitrumone_Bytes + reconciledTxOrigin: linea_Bytes reconciledTxNonce: BigInt } -input localarbitrumone_DestinationTransfer_filter { +input linea_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -95374,16 +94952,12 @@ input localarbitrumone_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: localarbitrumone_Bytes - transferId_not: localarbitrumone_Bytes - transferId_gt: localarbitrumone_Bytes - transferId_lt: localarbitrumone_Bytes - transferId_gte: localarbitrumone_Bytes - transferId_lte: localarbitrumone_Bytes - transferId_in: [localarbitrumone_Bytes!] - transferId_not_in: [localarbitrumone_Bytes!] - transferId_contains: localarbitrumone_Bytes - transferId_not_contains: localarbitrumone_Bytes + transferId: linea_Bytes + transferId_not: linea_Bytes + transferId_in: [linea_Bytes!] + transferId_not_in: [linea_Bytes!] + transferId_contains: linea_Bytes + transferId_not_contains: linea_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -95392,17 +94966,17 @@ input localarbitrumone_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: localarbitrumone_TransferStatus - status_not: localarbitrumone_TransferStatus - status_in: [localarbitrumone_TransferStatus!] - status_not_in: [localarbitrumone_TransferStatus!] + status: linea_TransferStatus + status_not: linea_TransferStatus + status_in: [linea_TransferStatus!] + status_not_in: [linea_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: localarbitrumone_Router_filter + routers_: linea_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -95427,40 +95001,28 @@ input localarbitrumone_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: localarbitrumone_Bytes - to_not: localarbitrumone_Bytes - to_gt: localarbitrumone_Bytes - to_lt: localarbitrumone_Bytes - to_gte: localarbitrumone_Bytes - to_lte: localarbitrumone_Bytes - to_in: [localarbitrumone_Bytes!] - to_not_in: [localarbitrumone_Bytes!] - to_contains: localarbitrumone_Bytes - to_not_contains: localarbitrumone_Bytes - delegate: localarbitrumone_Bytes - delegate_not: localarbitrumone_Bytes - delegate_gt: localarbitrumone_Bytes - delegate_lt: localarbitrumone_Bytes - delegate_gte: localarbitrumone_Bytes - delegate_lte: localarbitrumone_Bytes - delegate_in: [localarbitrumone_Bytes!] - delegate_not_in: [localarbitrumone_Bytes!] - delegate_contains: localarbitrumone_Bytes - delegate_not_contains: localarbitrumone_Bytes + to: linea_Bytes + to_not: linea_Bytes + to_in: [linea_Bytes!] + to_not_in: [linea_Bytes!] + to_contains: linea_Bytes + to_not_contains: linea_Bytes + delegate: linea_Bytes + delegate_not: linea_Bytes + delegate_in: [linea_Bytes!] + delegate_not_in: [linea_Bytes!] + delegate_contains: linea_Bytes + delegate_not_contains: linea_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: localarbitrumone_Bytes - callData_not: localarbitrumone_Bytes - callData_gt: localarbitrumone_Bytes - callData_lt: localarbitrumone_Bytes - callData_gte: localarbitrumone_Bytes - callData_lte: localarbitrumone_Bytes - callData_in: [localarbitrumone_Bytes!] - callData_not_in: [localarbitrumone_Bytes!] - callData_contains: localarbitrumone_Bytes - callData_not_contains: localarbitrumone_Bytes + callData: linea_Bytes + callData_not: linea_Bytes + callData_in: [linea_Bytes!] + callData_not_in: [linea_Bytes!] + callData_contains: linea_Bytes + callData_not_contains: linea_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -95477,16 +95039,12 @@ input localarbitrumone_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: localarbitrumone_Bytes - originSender_not: localarbitrumone_Bytes - originSender_gt: localarbitrumone_Bytes - originSender_lt: localarbitrumone_Bytes - originSender_gte: localarbitrumone_Bytes - originSender_lte: localarbitrumone_Bytes - originSender_in: [localarbitrumone_Bytes!] - originSender_not_in: [localarbitrumone_Bytes!] - originSender_contains: localarbitrumone_Bytes - originSender_not_contains: localarbitrumone_Bytes + originSender: linea_Bytes + originSender_not: linea_Bytes + originSender_in: [linea_Bytes!] + originSender_not_in: [linea_Bytes!] + originSender_contains: linea_Bytes + originSender_not_contains: linea_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -95503,16 +95061,12 @@ input localarbitrumone_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: localarbitrumone_Bytes - canonicalId_not: localarbitrumone_Bytes - canonicalId_gt: localarbitrumone_Bytes - canonicalId_lt: localarbitrumone_Bytes - canonicalId_gte: localarbitrumone_Bytes - canonicalId_lte: localarbitrumone_Bytes - canonicalId_in: [localarbitrumone_Bytes!] - canonicalId_not_in: [localarbitrumone_Bytes!] - canonicalId_contains: localarbitrumone_Bytes - canonicalId_not_contains: localarbitrumone_Bytes + canonicalId: linea_Bytes + canonicalId_not: linea_Bytes + canonicalId_in: [linea_Bytes!] + canonicalId_not_in: [linea_Bytes!] + canonicalId_contains: linea_Bytes + canonicalId_not_contains: linea_Bytes asset: String asset_not: String asset_gt: String @@ -95533,7 +95087,7 @@ input localarbitrumone_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localarbitrumone_Asset_filter + asset_: linea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -95550,26 +95104,18 @@ input localarbitrumone_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: localarbitrumone_Bytes - executedCaller_not: localarbitrumone_Bytes - executedCaller_gt: localarbitrumone_Bytes - executedCaller_lt: localarbitrumone_Bytes - executedCaller_gte: localarbitrumone_Bytes - executedCaller_lte: localarbitrumone_Bytes - executedCaller_in: [localarbitrumone_Bytes!] - executedCaller_not_in: [localarbitrumone_Bytes!] - executedCaller_contains: localarbitrumone_Bytes - executedCaller_not_contains: localarbitrumone_Bytes - executedTransactionHash: localarbitrumone_Bytes - executedTransactionHash_not: localarbitrumone_Bytes - executedTransactionHash_gt: localarbitrumone_Bytes - executedTransactionHash_lt: localarbitrumone_Bytes - executedTransactionHash_gte: localarbitrumone_Bytes - executedTransactionHash_lte: localarbitrumone_Bytes - executedTransactionHash_in: [localarbitrumone_Bytes!] - executedTransactionHash_not_in: [localarbitrumone_Bytes!] - executedTransactionHash_contains: localarbitrumone_Bytes - executedTransactionHash_not_contains: localarbitrumone_Bytes + executedCaller: linea_Bytes + executedCaller_not: linea_Bytes + executedCaller_in: [linea_Bytes!] + executedCaller_not_in: [linea_Bytes!] + executedCaller_contains: linea_Bytes + executedCaller_not_contains: linea_Bytes + executedTransactionHash: linea_Bytes + executedTransactionHash_not: linea_Bytes + executedTransactionHash_in: [linea_Bytes!] + executedTransactionHash_not_in: [linea_Bytes!] + executedTransactionHash_contains: linea_Bytes + executedTransactionHash_not_contains: linea_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -95602,16 +95148,12 @@ input localarbitrumone_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: localarbitrumone_Bytes - executedTxOrigin_not: localarbitrumone_Bytes - executedTxOrigin_gt: localarbitrumone_Bytes - executedTxOrigin_lt: localarbitrumone_Bytes - executedTxOrigin_gte: localarbitrumone_Bytes - executedTxOrigin_lte: localarbitrumone_Bytes - executedTxOrigin_in: [localarbitrumone_Bytes!] - executedTxOrigin_not_in: [localarbitrumone_Bytes!] - executedTxOrigin_contains: localarbitrumone_Bytes - executedTxOrigin_not_contains: localarbitrumone_Bytes + executedTxOrigin: linea_Bytes + executedTxOrigin_not: linea_Bytes + executedTxOrigin_in: [linea_Bytes!] + executedTxOrigin_not_in: [linea_Bytes!] + executedTxOrigin_contains: linea_Bytes + executedTxOrigin_not_contains: linea_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -95620,26 +95162,18 @@ input localarbitrumone_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: localarbitrumone_Bytes - reconciledCaller_not: localarbitrumone_Bytes - reconciledCaller_gt: localarbitrumone_Bytes - reconciledCaller_lt: localarbitrumone_Bytes - reconciledCaller_gte: localarbitrumone_Bytes - reconciledCaller_lte: localarbitrumone_Bytes - reconciledCaller_in: [localarbitrumone_Bytes!] - reconciledCaller_not_in: [localarbitrumone_Bytes!] - reconciledCaller_contains: localarbitrumone_Bytes - reconciledCaller_not_contains: localarbitrumone_Bytes - reconciledTransactionHash: localarbitrumone_Bytes - reconciledTransactionHash_not: localarbitrumone_Bytes - reconciledTransactionHash_gt: localarbitrumone_Bytes - reconciledTransactionHash_lt: localarbitrumone_Bytes - reconciledTransactionHash_gte: localarbitrumone_Bytes - reconciledTransactionHash_lte: localarbitrumone_Bytes - reconciledTransactionHash_in: [localarbitrumone_Bytes!] - reconciledTransactionHash_not_in: [localarbitrumone_Bytes!] - reconciledTransactionHash_contains: localarbitrumone_Bytes - reconciledTransactionHash_not_contains: localarbitrumone_Bytes + reconciledCaller: linea_Bytes + reconciledCaller_not: linea_Bytes + reconciledCaller_in: [linea_Bytes!] + reconciledCaller_not_in: [linea_Bytes!] + reconciledCaller_contains: linea_Bytes + reconciledCaller_not_contains: linea_Bytes + reconciledTransactionHash: linea_Bytes + reconciledTransactionHash_not: linea_Bytes + reconciledTransactionHash_in: [linea_Bytes!] + reconciledTransactionHash_not_in: [linea_Bytes!] + reconciledTransactionHash_contains: linea_Bytes + reconciledTransactionHash_not_contains: linea_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -95672,16 +95206,12 @@ input localarbitrumone_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: localarbitrumone_Bytes - reconciledTxOrigin_not: localarbitrumone_Bytes - reconciledTxOrigin_gt: localarbitrumone_Bytes - reconciledTxOrigin_lt: localarbitrumone_Bytes - reconciledTxOrigin_gte: localarbitrumone_Bytes - reconciledTxOrigin_lte: localarbitrumone_Bytes - reconciledTxOrigin_in: [localarbitrumone_Bytes!] - reconciledTxOrigin_not_in: [localarbitrumone_Bytes!] - reconciledTxOrigin_contains: localarbitrumone_Bytes - reconciledTxOrigin_not_contains: localarbitrumone_Bytes + reconciledTxOrigin: linea_Bytes + reconciledTxOrigin_not: linea_Bytes + reconciledTxOrigin_in: [linea_Bytes!] + reconciledTxOrigin_not_in: [linea_Bytes!] + reconciledTxOrigin_contains: linea_Bytes + reconciledTxOrigin_not_contains: linea_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -95691,12 +95221,10 @@ input localarbitrumone_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_DestinationTransfer_filter] - or: [localarbitrumone_DestinationTransfer_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_DestinationTransfer_orderBy { +enum linea_DestinationTransfer_orderBy { id chainId transferId @@ -95717,14 +95245,6 @@ enum localarbitrumone_DestinationTransfer_orderBy { normalizedIn canonicalId asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber amount routersFee executedCaller @@ -95745,87 +95265,26 @@ enum localarbitrumone_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar localarbitrumone_Int8 - -type localarbitrumone_OptimisticRootFinalized { - id: ID! - aggregateRoot: localarbitrumone_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input localarbitrumone_OptimisticRootFinalized_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!] - aggregateRoot: localarbitrumone_Bytes - aggregateRoot_not: localarbitrumone_Bytes - aggregateRoot_gt: localarbitrumone_Bytes - aggregateRoot_lt: localarbitrumone_Bytes - aggregateRoot_gte: localarbitrumone_Bytes - aggregateRoot_lte: localarbitrumone_Bytes - aggregateRoot_in: [localarbitrumone_Bytes!] - aggregateRoot_not_in: [localarbitrumone_Bytes!] - aggregateRoot_contains: localarbitrumone_Bytes - aggregateRoot_not_contains: localarbitrumone_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_OptimisticRootFinalized_filter] - or: [localarbitrumone_OptimisticRootFinalized_filter] -} - -enum localarbitrumone_OptimisticRootFinalized_orderBy { - id - aggregateRoot - timestamp - blockNumber -} - """Defines the order direction, either ascending or descending""" -enum localarbitrumone_OrderDirection { +enum linea_OrderDirection { asc desc } -type localarbitrumone_OriginMessage { +type linea_OriginMessage { id: ID! - transferId: localarbitrumone_Bytes + transferId: linea_Bytes destinationDomain: BigInt - leaf: localarbitrumone_Bytes + leaf: linea_Bytes index: BigInt - message: localarbitrumone_Bytes - root: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes + message: linea_Bytes + root: linea_Bytes + transactionHash: linea_Bytes blockNumber: BigInt - rootCount: localarbitrumone_RootCount + rootCount: linea_RootCount } -input localarbitrumone_OriginMessage_filter { +input linea_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -95834,16 +95293,12 @@ input localarbitrumone_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: localarbitrumone_Bytes - transferId_not: localarbitrumone_Bytes - transferId_gt: localarbitrumone_Bytes - transferId_lt: localarbitrumone_Bytes - transferId_gte: localarbitrumone_Bytes - transferId_lte: localarbitrumone_Bytes - transferId_in: [localarbitrumone_Bytes!] - transferId_not_in: [localarbitrumone_Bytes!] - transferId_contains: localarbitrumone_Bytes - transferId_not_contains: localarbitrumone_Bytes + transferId: linea_Bytes + transferId_not: linea_Bytes + transferId_in: [linea_Bytes!] + transferId_not_in: [linea_Bytes!] + transferId_contains: linea_Bytes + transferId_not_contains: linea_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -95852,16 +95307,12 @@ input localarbitrumone_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: localarbitrumone_Bytes - leaf_not: localarbitrumone_Bytes - leaf_gt: localarbitrumone_Bytes - leaf_lt: localarbitrumone_Bytes - leaf_gte: localarbitrumone_Bytes - leaf_lte: localarbitrumone_Bytes - leaf_in: [localarbitrumone_Bytes!] - leaf_not_in: [localarbitrumone_Bytes!] - leaf_contains: localarbitrumone_Bytes - leaf_not_contains: localarbitrumone_Bytes + leaf: linea_Bytes + leaf_not: linea_Bytes + leaf_in: [linea_Bytes!] + leaf_not_in: [linea_Bytes!] + leaf_contains: linea_Bytes + leaf_not_contains: linea_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -95870,36 +95321,24 @@ input localarbitrumone_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: localarbitrumone_Bytes - message_not: localarbitrumone_Bytes - message_gt: localarbitrumone_Bytes - message_lt: localarbitrumone_Bytes - message_gte: localarbitrumone_Bytes - message_lte: localarbitrumone_Bytes - message_in: [localarbitrumone_Bytes!] - message_not_in: [localarbitrumone_Bytes!] - message_contains: localarbitrumone_Bytes - message_not_contains: localarbitrumone_Bytes - root: localarbitrumone_Bytes - root_not: localarbitrumone_Bytes - root_gt: localarbitrumone_Bytes - root_lt: localarbitrumone_Bytes - root_gte: localarbitrumone_Bytes - root_lte: localarbitrumone_Bytes - root_in: [localarbitrumone_Bytes!] - root_not_in: [localarbitrumone_Bytes!] - root_contains: localarbitrumone_Bytes - root_not_contains: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes - transactionHash_not: localarbitrumone_Bytes - transactionHash_gt: localarbitrumone_Bytes - transactionHash_lt: localarbitrumone_Bytes - transactionHash_gte: localarbitrumone_Bytes - transactionHash_lte: localarbitrumone_Bytes - transactionHash_in: [localarbitrumone_Bytes!] - transactionHash_not_in: [localarbitrumone_Bytes!] - transactionHash_contains: localarbitrumone_Bytes - transactionHash_not_contains: localarbitrumone_Bytes + message: linea_Bytes + message_not: linea_Bytes + message_in: [linea_Bytes!] + message_not_in: [linea_Bytes!] + message_contains: linea_Bytes + message_not_contains: linea_Bytes + root: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -95928,14 +95367,12 @@ input localarbitrumone_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: localarbitrumone_RootCount_filter + rootCount_: linea_RootCount_filter """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_OriginMessage_filter] - or: [localarbitrumone_OriginMessage_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_OriginMessage_orderBy { +enum linea_OriginMessage_orderBy { id transferId destinationDomain @@ -95946,46 +95383,44 @@ enum localarbitrumone_OriginMessage_orderBy { transactionHash blockNumber rootCount - rootCount__id - rootCount__count } -type localarbitrumone_OriginTransfer { +type linea_OriginTransfer { id: ID! chainId: BigInt - transferId: localarbitrumone_Bytes + transferId: linea_Bytes nonce: BigInt - status: localarbitrumone_TransferStatus - messageHash: localarbitrumone_Bytes + status: linea_TransferStatus + messageHash: linea_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: localarbitrumone_Bytes - delegate: localarbitrumone_Bytes + to: linea_Bytes + delegate: linea_Bytes receiveLocal: Boolean - callData: localarbitrumone_Bytes + callData: linea_Bytes slippage: BigInt - originSender: localarbitrumone_Bytes + originSender: linea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: localarbitrumone_Bytes - asset: localarbitrumone_Asset - transactingAsset: localarbitrumone_Bytes - message: localarbitrumone_OriginMessage + canonicalId: linea_Bytes + asset: linea_Asset + transactingAsset: linea_Bytes + message: linea_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: localarbitrumone_RelayerFee_orderBy, orderDirection: localarbitrumone_OrderDirection, where: localarbitrumone_RelayerFee_filter): [localarbitrumone_RelayerFee!] - initialRelayerFeeAsset: localarbitrumone_Bytes - caller: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: linea_RelayerFee_orderBy, orderDirection: linea_OrderDirection, where: linea_RelayerFee_filter): [linea_RelayerFee!] + initialRelayerFeeAsset: linea_Bytes + caller: linea_Bytes + transactionHash: linea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: localarbitrumone_Bytes + txOrigin: linea_Bytes txNonce: BigInt } -input localarbitrumone_OriginTransfer_filter { +input linea_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -96002,16 +95437,12 @@ input localarbitrumone_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: localarbitrumone_Bytes - transferId_not: localarbitrumone_Bytes - transferId_gt: localarbitrumone_Bytes - transferId_lt: localarbitrumone_Bytes - transferId_gte: localarbitrumone_Bytes - transferId_lte: localarbitrumone_Bytes - transferId_in: [localarbitrumone_Bytes!] - transferId_not_in: [localarbitrumone_Bytes!] - transferId_contains: localarbitrumone_Bytes - transferId_not_contains: localarbitrumone_Bytes + transferId: linea_Bytes + transferId_not: linea_Bytes + transferId_in: [linea_Bytes!] + transferId_not_in: [linea_Bytes!] + transferId_contains: linea_Bytes + transferId_not_contains: linea_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -96020,20 +95451,16 @@ input localarbitrumone_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: localarbitrumone_TransferStatus - status_not: localarbitrumone_TransferStatus - status_in: [localarbitrumone_TransferStatus!] - status_not_in: [localarbitrumone_TransferStatus!] - messageHash: localarbitrumone_Bytes - messageHash_not: localarbitrumone_Bytes - messageHash_gt: localarbitrumone_Bytes - messageHash_lt: localarbitrumone_Bytes - messageHash_gte: localarbitrumone_Bytes - messageHash_lte: localarbitrumone_Bytes - messageHash_in: [localarbitrumone_Bytes!] - messageHash_not_in: [localarbitrumone_Bytes!] - messageHash_contains: localarbitrumone_Bytes - messageHash_not_contains: localarbitrumone_Bytes + status: linea_TransferStatus + status_not: linea_TransferStatus + status_in: [linea_TransferStatus!] + status_not_in: [linea_TransferStatus!] + messageHash: linea_Bytes + messageHash_not: linea_Bytes + messageHash_in: [linea_Bytes!] + messageHash_not_in: [linea_Bytes!] + messageHash_contains: linea_Bytes + messageHash_not_contains: linea_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -96058,40 +95485,28 @@ input localarbitrumone_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: localarbitrumone_Bytes - to_not: localarbitrumone_Bytes - to_gt: localarbitrumone_Bytes - to_lt: localarbitrumone_Bytes - to_gte: localarbitrumone_Bytes - to_lte: localarbitrumone_Bytes - to_in: [localarbitrumone_Bytes!] - to_not_in: [localarbitrumone_Bytes!] - to_contains: localarbitrumone_Bytes - to_not_contains: localarbitrumone_Bytes - delegate: localarbitrumone_Bytes - delegate_not: localarbitrumone_Bytes - delegate_gt: localarbitrumone_Bytes - delegate_lt: localarbitrumone_Bytes - delegate_gte: localarbitrumone_Bytes - delegate_lte: localarbitrumone_Bytes - delegate_in: [localarbitrumone_Bytes!] - delegate_not_in: [localarbitrumone_Bytes!] - delegate_contains: localarbitrumone_Bytes - delegate_not_contains: localarbitrumone_Bytes + to: linea_Bytes + to_not: linea_Bytes + to_in: [linea_Bytes!] + to_not_in: [linea_Bytes!] + to_contains: linea_Bytes + to_not_contains: linea_Bytes + delegate: linea_Bytes + delegate_not: linea_Bytes + delegate_in: [linea_Bytes!] + delegate_not_in: [linea_Bytes!] + delegate_contains: linea_Bytes + delegate_not_contains: linea_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: localarbitrumone_Bytes - callData_not: localarbitrumone_Bytes - callData_gt: localarbitrumone_Bytes - callData_lt: localarbitrumone_Bytes - callData_gte: localarbitrumone_Bytes - callData_lte: localarbitrumone_Bytes - callData_in: [localarbitrumone_Bytes!] - callData_not_in: [localarbitrumone_Bytes!] - callData_contains: localarbitrumone_Bytes - callData_not_contains: localarbitrumone_Bytes + callData: linea_Bytes + callData_not: linea_Bytes + callData_in: [linea_Bytes!] + callData_not_in: [linea_Bytes!] + callData_contains: linea_Bytes + callData_not_contains: linea_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -96100,16 +95515,12 @@ input localarbitrumone_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: localarbitrumone_Bytes - originSender_not: localarbitrumone_Bytes - originSender_gt: localarbitrumone_Bytes - originSender_lt: localarbitrumone_Bytes - originSender_gte: localarbitrumone_Bytes - originSender_lte: localarbitrumone_Bytes - originSender_in: [localarbitrumone_Bytes!] - originSender_not_in: [localarbitrumone_Bytes!] - originSender_contains: localarbitrumone_Bytes - originSender_not_contains: localarbitrumone_Bytes + originSender: linea_Bytes + originSender_not: linea_Bytes + originSender_in: [linea_Bytes!] + originSender_not_in: [linea_Bytes!] + originSender_contains: linea_Bytes + originSender_not_contains: linea_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -96126,16 +95537,12 @@ input localarbitrumone_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: localarbitrumone_Bytes - canonicalId_not: localarbitrumone_Bytes - canonicalId_gt: localarbitrumone_Bytes - canonicalId_lt: localarbitrumone_Bytes - canonicalId_gte: localarbitrumone_Bytes - canonicalId_lte: localarbitrumone_Bytes - canonicalId_in: [localarbitrumone_Bytes!] - canonicalId_not_in: [localarbitrumone_Bytes!] - canonicalId_contains: localarbitrumone_Bytes - canonicalId_not_contains: localarbitrumone_Bytes + canonicalId: linea_Bytes + canonicalId_not: linea_Bytes + canonicalId_in: [linea_Bytes!] + canonicalId_not_in: [linea_Bytes!] + canonicalId_contains: linea_Bytes + canonicalId_not_contains: linea_Bytes asset: String asset_not: String asset_gt: String @@ -96156,17 +95563,13 @@ input localarbitrumone_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localarbitrumone_Asset_filter - transactingAsset: localarbitrumone_Bytes - transactingAsset_not: localarbitrumone_Bytes - transactingAsset_gt: localarbitrumone_Bytes - transactingAsset_lt: localarbitrumone_Bytes - transactingAsset_gte: localarbitrumone_Bytes - transactingAsset_lte: localarbitrumone_Bytes - transactingAsset_in: [localarbitrumone_Bytes!] - transactingAsset_not_in: [localarbitrumone_Bytes!] - transactingAsset_contains: localarbitrumone_Bytes - transactingAsset_not_contains: localarbitrumone_Bytes + asset_: linea_Asset_filter + transactingAsset: linea_Bytes + transactingAsset_not: linea_Bytes + transactingAsset_in: [linea_Bytes!] + transactingAsset_not_in: [linea_Bytes!] + transactingAsset_contains: linea_Bytes + transactingAsset_not_contains: linea_Bytes message: String message_not: String message_gt: String @@ -96187,7 +95590,7 @@ input localarbitrumone_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: localarbitrumone_OriginMessage_filter + message_: linea_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -96202,37 +95605,25 @@ input localarbitrumone_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: localarbitrumone_RelayerFee_filter - initialRelayerFeeAsset: localarbitrumone_Bytes - initialRelayerFeeAsset_not: localarbitrumone_Bytes - initialRelayerFeeAsset_gt: localarbitrumone_Bytes - initialRelayerFeeAsset_lt: localarbitrumone_Bytes - initialRelayerFeeAsset_gte: localarbitrumone_Bytes - initialRelayerFeeAsset_lte: localarbitrumone_Bytes - initialRelayerFeeAsset_in: [localarbitrumone_Bytes!] - initialRelayerFeeAsset_not_in: [localarbitrumone_Bytes!] - initialRelayerFeeAsset_contains: localarbitrumone_Bytes - initialRelayerFeeAsset_not_contains: localarbitrumone_Bytes - caller: localarbitrumone_Bytes - caller_not: localarbitrumone_Bytes - caller_gt: localarbitrumone_Bytes - caller_lt: localarbitrumone_Bytes - caller_gte: localarbitrumone_Bytes - caller_lte: localarbitrumone_Bytes - caller_in: [localarbitrumone_Bytes!] - caller_not_in: [localarbitrumone_Bytes!] - caller_contains: localarbitrumone_Bytes - caller_not_contains: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes - transactionHash_not: localarbitrumone_Bytes - transactionHash_gt: localarbitrumone_Bytes - transactionHash_lt: localarbitrumone_Bytes - transactionHash_gte: localarbitrumone_Bytes - transactionHash_lte: localarbitrumone_Bytes - transactionHash_in: [localarbitrumone_Bytes!] - transactionHash_not_in: [localarbitrumone_Bytes!] - transactionHash_contains: localarbitrumone_Bytes - transactionHash_not_contains: localarbitrumone_Bytes + relayerFees_: linea_RelayerFee_filter + initialRelayerFeeAsset: linea_Bytes + initialRelayerFeeAsset_not: linea_Bytes + initialRelayerFeeAsset_in: [linea_Bytes!] + initialRelayerFeeAsset_not_in: [linea_Bytes!] + initialRelayerFeeAsset_contains: linea_Bytes + initialRelayerFeeAsset_not_contains: linea_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -96265,16 +95656,12 @@ input localarbitrumone_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: localarbitrumone_Bytes - txOrigin_not: localarbitrumone_Bytes - txOrigin_gt: localarbitrumone_Bytes - txOrigin_lt: localarbitrumone_Bytes - txOrigin_gte: localarbitrumone_Bytes - txOrigin_lte: localarbitrumone_Bytes - txOrigin_in: [localarbitrumone_Bytes!] - txOrigin_not_in: [localarbitrumone_Bytes!] - txOrigin_contains: localarbitrumone_Bytes - txOrigin_not_contains: localarbitrumone_Bytes + txOrigin: linea_Bytes + txOrigin_not: linea_Bytes + txOrigin_in: [linea_Bytes!] + txOrigin_not_in: [linea_Bytes!] + txOrigin_contains: linea_Bytes + txOrigin_not_contains: linea_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -96284,12 +95671,10 @@ input localarbitrumone_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_OriginTransfer_filter] - or: [localarbitrumone_OriginTransfer_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_OriginTransfer_orderBy { +enum linea_OriginTransfer_orderBy { id chainId transferId @@ -96309,25 +95694,8 @@ enum localarbitrumone_OriginTransfer_orderBy { normalizedIn canonicalId asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber transactingAsset message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber bumpRelayerFeeCount relayerFees initialRelayerFeeAsset @@ -96341,20 +95709,20 @@ enum localarbitrumone_OriginTransfer_orderBy { txNonce } -type localarbitrumone_Relayer { +type linea_Relayer { id: ID! isActive: Boolean! - relayer: localarbitrumone_Bytes + relayer: linea_Bytes } -type localarbitrumone_RelayerFee { +type linea_RelayerFee { id: ID! - transfer: localarbitrumone_OriginTransfer! + transfer: linea_OriginTransfer! fee: BigInt! - asset: localarbitrumone_Bytes! + asset: linea_Bytes! } -input localarbitrumone_RelayerFee_filter { +input linea_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -96383,7 +95751,7 @@ input localarbitrumone_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localarbitrumone_OriginTransfer_filter + transfer_: linea_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -96392,72 +95760,37 @@ input localarbitrumone_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: localarbitrumone_Bytes - asset_not: localarbitrumone_Bytes - asset_gt: localarbitrumone_Bytes - asset_lt: localarbitrumone_Bytes - asset_gte: localarbitrumone_Bytes - asset_lte: localarbitrumone_Bytes - asset_in: [localarbitrumone_Bytes!] - asset_not_in: [localarbitrumone_Bytes!] - asset_contains: localarbitrumone_Bytes - asset_not_contains: localarbitrumone_Bytes + asset: linea_Bytes + asset_not: linea_Bytes + asset_in: [linea_Bytes!] + asset_not_in: [linea_Bytes!] + asset_contains: linea_Bytes + asset_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_RelayerFee_filter] - or: [localarbitrumone_RelayerFee_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_RelayerFee_orderBy { +enum linea_RelayerFee_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce fee asset } -type localarbitrumone_RelayerFeesIncrease { +type linea_RelayerFeesIncrease { id: ID! - transfer: localarbitrumone_OriginTransfer! + transfer: linea_OriginTransfer! increase: BigInt - asset: localarbitrumone_Bytes - caller: localarbitrumone_Bytes! - transactionHash: localarbitrumone_Bytes! + asset: linea_Bytes + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localarbitrumone_RelayerFeesIncrease_filter { +input linea_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -96486,7 +95819,7 @@ input localarbitrumone_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localarbitrumone_OriginTransfer_filter + transfer_: linea_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -96495,36 +95828,24 @@ input localarbitrumone_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: localarbitrumone_Bytes - asset_not: localarbitrumone_Bytes - asset_gt: localarbitrumone_Bytes - asset_lt: localarbitrumone_Bytes - asset_gte: localarbitrumone_Bytes - asset_lte: localarbitrumone_Bytes - asset_in: [localarbitrumone_Bytes!] - asset_not_in: [localarbitrumone_Bytes!] - asset_contains: localarbitrumone_Bytes - asset_not_contains: localarbitrumone_Bytes - caller: localarbitrumone_Bytes - caller_not: localarbitrumone_Bytes - caller_gt: localarbitrumone_Bytes - caller_lt: localarbitrumone_Bytes - caller_gte: localarbitrumone_Bytes - caller_lte: localarbitrumone_Bytes - caller_in: [localarbitrumone_Bytes!] - caller_not_in: [localarbitrumone_Bytes!] - caller_contains: localarbitrumone_Bytes - caller_not_contains: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes - transactionHash_not: localarbitrumone_Bytes - transactionHash_gt: localarbitrumone_Bytes - transactionHash_lt: localarbitrumone_Bytes - transactionHash_gte: localarbitrumone_Bytes - transactionHash_lte: localarbitrumone_Bytes - transactionHash_in: [localarbitrumone_Bytes!] - transactionHash_not_in: [localarbitrumone_Bytes!] - transactionHash_contains: localarbitrumone_Bytes - transactionHash_not_contains: localarbitrumone_Bytes + asset: linea_Bytes + asset_not: linea_Bytes + asset_in: [linea_Bytes!] + asset_not_in: [linea_Bytes!] + asset_contains: linea_Bytes + asset_not_contains: linea_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -96558,43 +95879,12 @@ input localarbitrumone_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_RelayerFeesIncrease_filter] - or: [localarbitrumone_RelayerFeesIncrease_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_RelayerFeesIncrease_orderBy { +enum linea_RelayerFeesIncrease_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce increase asset caller @@ -96605,7 +95895,7 @@ enum localarbitrumone_RelayerFeesIncrease_orderBy { blockNumber } -input localarbitrumone_Relayer_filter { +input linea_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -96618,34 +95908,28 @@ input localarbitrumone_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: localarbitrumone_Bytes - relayer_not: localarbitrumone_Bytes - relayer_gt: localarbitrumone_Bytes - relayer_lt: localarbitrumone_Bytes - relayer_gte: localarbitrumone_Bytes - relayer_lte: localarbitrumone_Bytes - relayer_in: [localarbitrumone_Bytes!] - relayer_not_in: [localarbitrumone_Bytes!] - relayer_contains: localarbitrumone_Bytes - relayer_not_contains: localarbitrumone_Bytes + relayer: linea_Bytes + relayer_not: linea_Bytes + relayer_in: [linea_Bytes!] + relayer_not_in: [linea_Bytes!] + relayer_contains: linea_Bytes + relayer_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Relayer_filter] - or: [localarbitrumone_Relayer_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_Relayer_orderBy { +enum linea_Relayer_orderBy { id isActive relayer } -type localarbitrumone_RootCount { +type linea_RootCount { id: ID! count: BigInt } -input localarbitrumone_RootCount_filter { +input linea_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -96663,31 +95947,29 @@ input localarbitrumone_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_RootCount_filter] - or: [localarbitrumone_RootCount_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_RootCount_orderBy { +enum linea_RootCount_orderBy { id count } -type localarbitrumone_RootMessageSent { +type linea_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: localarbitrumone_Bytes + root: linea_Bytes count: BigInt - caller: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes + caller: linea_Bytes + transactionHash: linea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input localarbitrumone_RootMessageSent_filter { +input linea_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -96712,16 +95994,12 @@ input localarbitrumone_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: localarbitrumone_Bytes - root_not: localarbitrumone_Bytes - root_gt: localarbitrumone_Bytes - root_lt: localarbitrumone_Bytes - root_gte: localarbitrumone_Bytes - root_lte: localarbitrumone_Bytes - root_in: [localarbitrumone_Bytes!] - root_not_in: [localarbitrumone_Bytes!] - root_contains: localarbitrumone_Bytes - root_not_contains: localarbitrumone_Bytes + root: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -96730,26 +96008,137 @@ input localarbitrumone_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: localarbitrumone_Bytes - caller_not: localarbitrumone_Bytes - caller_gt: localarbitrumone_Bytes - caller_lt: localarbitrumone_Bytes - caller_gte: localarbitrumone_Bytes - caller_lte: localarbitrumone_Bytes - caller_in: [localarbitrumone_Bytes!] - caller_not_in: [localarbitrumone_Bytes!] - caller_contains: localarbitrumone_Bytes - caller_not_contains: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes - transactionHash_not: localarbitrumone_Bytes - transactionHash_gt: localarbitrumone_Bytes - transactionHash_lt: localarbitrumone_Bytes - transactionHash_gte: localarbitrumone_Bytes - transactionHash_lte: localarbitrumone_Bytes - transactionHash_in: [localarbitrumone_Bytes!] - transactionHash_not_in: [localarbitrumone_Bytes!] - transactionHash_contains: localarbitrumone_Bytes - transactionHash_not_contains: localarbitrumone_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: linea_BlockChangedFilter +} + +enum linea_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type linea_Router { + id: ID! + isActive: Boolean! + owner: linea_Bytes + recipient: linea_Bytes + proposedOwner: linea_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: linea_AssetBalance_orderBy, orderDirection: linea_OrderDirection, where: linea_AssetBalance_filter): [linea_AssetBalance!]! +} + +type linea_RouterDailyTVL { + id: ID! + router: linea_Router! + asset: linea_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input linea_RouterDailyTVL_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!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: linea_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: linea_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -96758,69 +96147,46 @@ input localarbitrumone_RootMessageSent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_RootMessageSent_filter] - or: [localarbitrumone_RootMessageSent_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_RootMessageSent_orderBy { +enum linea_RouterDailyTVL_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + router + asset timestamp - gasPrice - gasLimit - blockNumber + balance } -type localarbitrumone_Router { +type linea_RouterLiquidityEvent { id: ID! - isActive: Boolean! - owner: localarbitrumone_Bytes - recipient: localarbitrumone_Bytes - proposedOwner: localarbitrumone_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: localarbitrumone_AssetBalance_orderBy, orderDirection: localarbitrumone_OrderDirection, where: localarbitrumone_AssetBalance_filter): [localarbitrumone_AssetBalance!]! + type: linea_RouterLiquidityEventType + router: linea_Router! + asset: linea_Asset! + amount: BigInt! + balance: BigInt! + caller: linea_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: linea_Bytes! + nonce: BigInt! } -type localarbitrumone_RouterDailyTVL { - id: ID! - router: localarbitrumone_Router! - asset: localarbitrumone_Asset! - timestamp: BigInt! - balance: BigInt! +enum linea_RouterLiquidityEventType { + Add + Remove } -input localarbitrumone_RouterDailyTVL_filter { +input linea_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -96829,6 +96195,10 @@ input localarbitrumone_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + type: linea_RouterLiquidityEventType + type_not: linea_RouterLiquidityEventType + type_in: [linea_RouterLiquidityEventType!] + type_not_in: [linea_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -96849,7 +96219,7 @@ input localarbitrumone_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: localarbitrumone_Router_filter + router_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -96870,15 +96240,15 @@ input localarbitrumone_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: localarbitrumone_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] + asset_: linea_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] balance: BigInt balance_not: BigInt balance_gt: BigInt @@ -96887,35 +96257,61 @@ input localarbitrumone_RouterDailyTVL_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_RouterDailyTVL_filter] - or: [localarbitrumone_RouterDailyTVL_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_RouterDailyTVL_orderBy { +enum linea_RouterLiquidityEvent_orderBy { id + type router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp + amount balance + caller + blockNumber + timestamp + transactionHash + nonce } -input localarbitrumone_Router_filter { +input linea_Router_filter { id: ID id_not: ID id_gt: ID @@ -96928,36 +96324,24 @@ input localarbitrumone_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: localarbitrumone_Bytes - owner_not: localarbitrumone_Bytes - owner_gt: localarbitrumone_Bytes - owner_lt: localarbitrumone_Bytes - owner_gte: localarbitrumone_Bytes - owner_lte: localarbitrumone_Bytes - owner_in: [localarbitrumone_Bytes!] - owner_not_in: [localarbitrumone_Bytes!] - owner_contains: localarbitrumone_Bytes - owner_not_contains: localarbitrumone_Bytes - recipient: localarbitrumone_Bytes - recipient_not: localarbitrumone_Bytes - recipient_gt: localarbitrumone_Bytes - recipient_lt: localarbitrumone_Bytes - recipient_gte: localarbitrumone_Bytes - recipient_lte: localarbitrumone_Bytes - recipient_in: [localarbitrumone_Bytes!] - recipient_not_in: [localarbitrumone_Bytes!] - recipient_contains: localarbitrumone_Bytes - recipient_not_contains: localarbitrumone_Bytes - proposedOwner: localarbitrumone_Bytes - proposedOwner_not: localarbitrumone_Bytes - proposedOwner_gt: localarbitrumone_Bytes - proposedOwner_lt: localarbitrumone_Bytes - proposedOwner_gte: localarbitrumone_Bytes - proposedOwner_lte: localarbitrumone_Bytes - proposedOwner_in: [localarbitrumone_Bytes!] - proposedOwner_not_in: [localarbitrumone_Bytes!] - proposedOwner_contains: localarbitrumone_Bytes - proposedOwner_not_contains: localarbitrumone_Bytes + owner: linea_Bytes + owner_not: linea_Bytes + owner_in: [linea_Bytes!] + owner_not_in: [linea_Bytes!] + owner_contains: linea_Bytes + owner_not_contains: linea_Bytes + recipient: linea_Bytes + recipient_not: linea_Bytes + recipient_in: [linea_Bytes!] + recipient_not_in: [linea_Bytes!] + recipient_contains: linea_Bytes + recipient_not_contains: linea_Bytes + proposedOwner: linea_Bytes + proposedOwner_not: linea_Bytes + proposedOwner_in: [linea_Bytes!] + proposedOwner_not_in: [linea_Bytes!] + proposedOwner_contains: linea_Bytes + proposedOwner_not_contains: linea_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -96966,14 +96350,12 @@ input localarbitrumone_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: localarbitrumone_AssetBalance_filter + assetBalances_: linea_AssetBalance_filter """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Router_filter] - or: [localarbitrumone_Router_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_Router_orderBy { +enum linea_Router_orderBy { id isActive owner @@ -96983,13 +96365,13 @@ enum localarbitrumone_Router_orderBy { assetBalances } -type localarbitrumone_Sequencer { +type linea_Sequencer { id: ID! isActive: Boolean! - sequencer: localarbitrumone_Bytes + sequencer: linea_Bytes } -input localarbitrumone_Sequencer_filter { +input linea_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -97002,35 +96384,29 @@ input localarbitrumone_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: localarbitrumone_Bytes - sequencer_not: localarbitrumone_Bytes - sequencer_gt: localarbitrumone_Bytes - sequencer_lt: localarbitrumone_Bytes - sequencer_gte: localarbitrumone_Bytes - sequencer_lte: localarbitrumone_Bytes - sequencer_in: [localarbitrumone_Bytes!] - sequencer_not_in: [localarbitrumone_Bytes!] - sequencer_contains: localarbitrumone_Bytes - sequencer_not_contains: localarbitrumone_Bytes + sequencer: linea_Bytes + sequencer_not: linea_Bytes + sequencer_in: [linea_Bytes!] + sequencer_not_in: [linea_Bytes!] + sequencer_contains: linea_Bytes + sequencer_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Sequencer_filter] - or: [localarbitrumone_Sequencer_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_Sequencer_orderBy { +enum linea_Sequencer_orderBy { id isActive sequencer } -type localarbitrumone_Setting { +type linea_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: localarbitrumone_Bytes! + caller: linea_Bytes! } -input localarbitrumone_Setting_filter { +input linea_Setting_filter { id: ID id_not: ID id_gt: ID @@ -97047,41 +96423,35 @@ input localarbitrumone_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: localarbitrumone_Bytes - caller_not: localarbitrumone_Bytes - caller_gt: localarbitrumone_Bytes - caller_lt: localarbitrumone_Bytes - caller_gte: localarbitrumone_Bytes - caller_lte: localarbitrumone_Bytes - caller_in: [localarbitrumone_Bytes!] - caller_not_in: [localarbitrumone_Bytes!] - caller_contains: localarbitrumone_Bytes - caller_not_contains: localarbitrumone_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_Setting_filter] - or: [localarbitrumone_Setting_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_Setting_orderBy { +enum linea_Setting_orderBy { id maxRoutersPerTransfer caller } -type localarbitrumone_SlippageUpdate { +type linea_SlippageUpdate { id: ID! - transfer: localarbitrumone_DestinationTransfer! + transfer: linea_DestinationTransfer! slippage: BigInt! - caller: localarbitrumone_Bytes! - transactionHash: localarbitrumone_Bytes! + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input localarbitrumone_SlippageUpdate_filter { +input linea_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -97110,7 +96480,7 @@ input localarbitrumone_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: localarbitrumone_DestinationTransfer_filter + transfer_: linea_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -97119,26 +96489,18 @@ input localarbitrumone_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: localarbitrumone_Bytes - caller_not: localarbitrumone_Bytes - caller_gt: localarbitrumone_Bytes - caller_lt: localarbitrumone_Bytes - caller_gte: localarbitrumone_Bytes - caller_lte: localarbitrumone_Bytes - caller_in: [localarbitrumone_Bytes!] - caller_not_in: [localarbitrumone_Bytes!] - caller_contains: localarbitrumone_Bytes - caller_not_contains: localarbitrumone_Bytes - transactionHash: localarbitrumone_Bytes - transactionHash_not: localarbitrumone_Bytes - transactionHash_gt: localarbitrumone_Bytes - transactionHash_lt: localarbitrumone_Bytes - transactionHash_gte: localarbitrumone_Bytes - transactionHash_lte: localarbitrumone_Bytes - transactionHash_in: [localarbitrumone_Bytes!] - transactionHash_not_in: [localarbitrumone_Bytes!] - transactionHash_contains: localarbitrumone_Bytes - transactionHash_not_contains: localarbitrumone_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -97154,198 +96516,40 @@ input localarbitrumone_SlippageUpdate_filter { gasPrice_gte: BigInt gasPrice_lte: BigInt gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_SlippageUpdate_filter] - or: [localarbitrumone_SlippageUpdate_filter] -} - -enum localarbitrumone_SlippageUpdate_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type localarbitrumone_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: localarbitrumone_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input localarbitrumone_SnapshotRoot_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!] - root: localarbitrumone_Bytes - root_not: localarbitrumone_Bytes - root_gt: localarbitrumone_Bytes - root_lt: localarbitrumone_Bytes - root_gte: localarbitrumone_Bytes - root_lte: localarbitrumone_Bytes - root_in: [localarbitrumone_Bytes!] - root_not_in: [localarbitrumone_Bytes!] - root_contains: localarbitrumone_Bytes - root_not_contains: localarbitrumone_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_SnapshotRoot_filter] - or: [localarbitrumone_SnapshotRoot_filter] -} - -enum localarbitrumone_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type localarbitrumone_SpokeConnectorMode { - id: ID! - mode: String! -} - -input localarbitrumone_SpokeConnectorMode_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!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localarbitrumone_BlockChangedFilter - and: [localarbitrumone_SpokeConnectorMode_filter] - or: [localarbitrumone_SpokeConnectorMode_filter] + _change_block: linea_BlockChangedFilter } -enum localarbitrumone_SpokeConnectorMode_orderBy { +enum linea_SlippageUpdate_orderBy { id - mode + transfer + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -enum localarbitrumone_TransferStatus { +enum linea_TransferStatus { XCalled Executed Reconciled @@ -97353,9 +96557,9 @@ enum localarbitrumone_TransferStatus { CompletedFast } -type localarbitrumone__Block_ { +type linea__Block_ { """The hash of the block""" - hash: localarbitrumone_Bytes + hash: linea_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -97363,7 +96567,7 @@ type localarbitrumone__Block_ { } """The type for the top-level _meta field""" -type localarbitrumone__Meta_ { +type linea__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -97371,20 +96575,30 @@ type localarbitrumone__Meta_ { and therefore asks for the latest block """ - block: localarbitrumone__Block_! + block: linea__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type bnb_AggregateRoot { +type localarbitrumone_AggregateRoot { id: ID! - root: bnb_Bytes! + root: localarbitrumone_Bytes! blockNumber: BigInt! } -input bnb_AggregateRoot_filter { +type localarbitrumone_AggregateRootProposed { + id: ID! + aggregateRoot: localarbitrumone_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input localarbitrumone_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -97393,16 +96607,48 @@ input bnb_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: bnb_Bytes - root_not: bnb_Bytes - root_gt: bnb_Bytes - root_lt: bnb_Bytes - root_gte: bnb_Bytes - root_lte: bnb_Bytes - root_in: [bnb_Bytes!] - root_not_in: [bnb_Bytes!] - root_contains: bnb_Bytes - root_not_contains: bnb_Bytes + aggregateRoot: localarbitrumone_Bytes + aggregateRoot_not: localarbitrumone_Bytes + aggregateRoot_gt: localarbitrumone_Bytes + aggregateRoot_lt: localarbitrumone_Bytes + aggregateRoot_gte: localarbitrumone_Bytes + aggregateRoot_lte: localarbitrumone_Bytes + aggregateRoot_in: [localarbitrumone_Bytes!] + aggregateRoot_not_in: [localarbitrumone_Bytes!] + aggregateRoot_contains: localarbitrumone_Bytes + aggregateRoot_not_contains: localarbitrumone_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -97412,42 +96658,84 @@ input bnb_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_AggregateRoot_filter] - or: [bnb_AggregateRoot_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_AggregateRootProposed_filter] + or: [localarbitrumone_AggregateRootProposed_filter] } -enum bnb_AggregateRoot_orderBy { +enum localarbitrumone_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input localarbitrumone_AggregateRoot_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!] + root: localarbitrumone_Bytes + root_not: localarbitrumone_Bytes + root_gt: localarbitrumone_Bytes + root_lt: localarbitrumone_Bytes + root_gte: localarbitrumone_Bytes + root_lte: localarbitrumone_Bytes + root_in: [localarbitrumone_Bytes!] + root_not_in: [localarbitrumone_Bytes!] + root_contains: localarbitrumone_Bytes + root_not_contains: localarbitrumone_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_AggregateRoot_filter] + or: [localarbitrumone_AggregateRoot_filter] +} + +enum localarbitrumone_AggregateRoot_orderBy { id root blockNumber } -type bnb_Asset { +type localarbitrumone_Asset { id: ID! - key: bnb_Bytes + key: localarbitrumone_Bytes decimal: BigInt - adoptedDecimal: BigInt - canonicalId: bnb_Bytes + canonicalId: localarbitrumone_Bytes canonicalDomain: BigInt - adoptedAsset: bnb_Bytes - localAsset: bnb_Bytes + adoptedAsset: localarbitrumone_Bytes + localAsset: localarbitrumone_Bytes blockNumber: BigInt - status: bnb_AssetStatus + status: localarbitrumone_AssetStatus } -type bnb_AssetBalance { +type localarbitrumone_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: bnb_Router! - asset: bnb_Asset! + router: localarbitrumone_Router! + asset: localarbitrumone_Asset! feesEarned: BigInt! } -input bnb_AssetBalance_filter { +input localarbitrumone_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -97508,7 +96796,7 @@ input bnb_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: bnb_Router_filter + router_: localarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -97529,7 +96817,7 @@ input bnb_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter + asset_: localarbitrumone_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -97539,12 +96827,12 @@ input bnb_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_AssetBalance_filter] - or: [bnb_AssetBalance_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_AssetBalance_filter] + or: [localarbitrumone_AssetBalance_filter] } -enum bnb_AssetBalance_orderBy { +enum localarbitrumone_AssetBalance_orderBy { id amount locked @@ -97561,7 +96849,6 @@ enum bnb_AssetBalance_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -97570,12 +96857,12 @@ enum bnb_AssetBalance_orderBy { feesEarned } -type bnb_AssetStatus { +type localarbitrumone_AssetStatus { id: ID! status: Boolean } -input bnb_AssetStatus_filter { +input localarbitrumone_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -97589,17 +96876,17 @@ input bnb_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_AssetStatus_filter] - or: [bnb_AssetStatus_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_AssetStatus_filter] + or: [localarbitrumone_AssetStatus_filter] } -enum bnb_AssetStatus_orderBy { +enum localarbitrumone_AssetStatus_orderBy { id status } -input bnb_Asset_filter { +input localarbitrumone_Asset_filter { id: ID id_not: ID id_gt: ID @@ -97608,16 +96895,16 @@ input bnb_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: bnb_Bytes - key_not: bnb_Bytes - key_gt: bnb_Bytes - key_lt: bnb_Bytes - key_gte: bnb_Bytes - key_lte: bnb_Bytes - key_in: [bnb_Bytes!] - key_not_in: [bnb_Bytes!] - key_contains: bnb_Bytes - key_not_contains: bnb_Bytes + key: localarbitrumone_Bytes + key_not: localarbitrumone_Bytes + key_gt: localarbitrumone_Bytes + key_lt: localarbitrumone_Bytes + key_gte: localarbitrumone_Bytes + key_lte: localarbitrumone_Bytes + key_in: [localarbitrumone_Bytes!] + key_not_in: [localarbitrumone_Bytes!] + key_contains: localarbitrumone_Bytes + key_not_contains: localarbitrumone_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -97626,24 +96913,16 @@ input bnb_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: bnb_Bytes - canonicalId_not: bnb_Bytes - canonicalId_gt: bnb_Bytes - canonicalId_lt: bnb_Bytes - canonicalId_gte: bnb_Bytes - canonicalId_lte: bnb_Bytes - canonicalId_in: [bnb_Bytes!] - canonicalId_not_in: [bnb_Bytes!] - canonicalId_contains: bnb_Bytes - canonicalId_not_contains: bnb_Bytes + canonicalId: localarbitrumone_Bytes + canonicalId_not: localarbitrumone_Bytes + canonicalId_gt: localarbitrumone_Bytes + canonicalId_lt: localarbitrumone_Bytes + canonicalId_gte: localarbitrumone_Bytes + canonicalId_lte: localarbitrumone_Bytes + canonicalId_in: [localarbitrumone_Bytes!] + canonicalId_not_in: [localarbitrumone_Bytes!] + canonicalId_contains: localarbitrumone_Bytes + canonicalId_not_contains: localarbitrumone_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -97652,26 +96931,26 @@ input bnb_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: bnb_Bytes - adoptedAsset_not: bnb_Bytes - adoptedAsset_gt: bnb_Bytes - adoptedAsset_lt: bnb_Bytes - adoptedAsset_gte: bnb_Bytes - adoptedAsset_lte: bnb_Bytes - adoptedAsset_in: [bnb_Bytes!] - adoptedAsset_not_in: [bnb_Bytes!] - adoptedAsset_contains: bnb_Bytes - adoptedAsset_not_contains: bnb_Bytes - localAsset: bnb_Bytes - localAsset_not: bnb_Bytes - localAsset_gt: bnb_Bytes - localAsset_lt: bnb_Bytes - localAsset_gte: bnb_Bytes - localAsset_lte: bnb_Bytes - localAsset_in: [bnb_Bytes!] - localAsset_not_in: [bnb_Bytes!] - localAsset_contains: bnb_Bytes - localAsset_not_contains: bnb_Bytes + adoptedAsset: localarbitrumone_Bytes + adoptedAsset_not: localarbitrumone_Bytes + adoptedAsset_gt: localarbitrumone_Bytes + adoptedAsset_lt: localarbitrumone_Bytes + adoptedAsset_gte: localarbitrumone_Bytes + adoptedAsset_lte: localarbitrumone_Bytes + adoptedAsset_in: [localarbitrumone_Bytes!] + adoptedAsset_not_in: [localarbitrumone_Bytes!] + adoptedAsset_contains: localarbitrumone_Bytes + adoptedAsset_not_contains: localarbitrumone_Bytes + localAsset: localarbitrumone_Bytes + localAsset_not: localarbitrumone_Bytes + localAsset_gt: localarbitrumone_Bytes + localAsset_lt: localarbitrumone_Bytes + localAsset_gte: localarbitrumone_Bytes + localAsset_lte: localarbitrumone_Bytes + localAsset_in: [localarbitrumone_Bytes!] + localAsset_not_in: [localarbitrumone_Bytes!] + localAsset_contains: localarbitrumone_Bytes + localAsset_not_contains: localarbitrumone_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -97700,18 +96979,17 @@ input bnb_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: bnb_AssetStatus_filter + status_: localarbitrumone_AssetStatus_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Asset_filter] - or: [bnb_Asset_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Asset_filter] + or: [localarbitrumone_Asset_filter] } -enum bnb_Asset_orderBy { +enum localarbitrumone_Asset_orderBy { id key decimal - adoptedDecimal canonicalId canonicalDomain adoptedAsset @@ -97722,30 +97000,30 @@ enum bnb_Asset_orderBy { status__status } -scalar bnb_BigDecimal +scalar localarbitrumone_BigDecimal -input bnb_BlockChangedFilter { +input localarbitrumone_BlockChangedFilter { number_gte: Int! } -input bnb_Block_height { - hash: bnb_Bytes +input localarbitrumone_Block_height { + hash: localarbitrumone_Bytes number: Int number_gte: Int } -scalar bnb_Bytes +scalar localarbitrumone_Bytes -type bnb_ConnectorMeta { +type localarbitrumone_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: bnb_Bytes - rootManager: bnb_Bytes - mirrorConnector: bnb_Bytes + amb: localarbitrumone_Bytes + rootManager: localarbitrumone_Bytes + mirrorConnector: localarbitrumone_Bytes } -input bnb_ConnectorMeta_filter { +input localarbitrumone_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -97770,43 +97048,43 @@ input bnb_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: bnb_Bytes - amb_not: bnb_Bytes - amb_gt: bnb_Bytes - amb_lt: bnb_Bytes - amb_gte: bnb_Bytes - amb_lte: bnb_Bytes - amb_in: [bnb_Bytes!] - amb_not_in: [bnb_Bytes!] - amb_contains: bnb_Bytes - amb_not_contains: bnb_Bytes - rootManager: bnb_Bytes - rootManager_not: bnb_Bytes - rootManager_gt: bnb_Bytes - rootManager_lt: bnb_Bytes - rootManager_gte: bnb_Bytes - rootManager_lte: bnb_Bytes - rootManager_in: [bnb_Bytes!] - rootManager_not_in: [bnb_Bytes!] - rootManager_contains: bnb_Bytes - rootManager_not_contains: bnb_Bytes - mirrorConnector: bnb_Bytes - mirrorConnector_not: bnb_Bytes - mirrorConnector_gt: bnb_Bytes - mirrorConnector_lt: bnb_Bytes - mirrorConnector_gte: bnb_Bytes - mirrorConnector_lte: bnb_Bytes - mirrorConnector_in: [bnb_Bytes!] - mirrorConnector_not_in: [bnb_Bytes!] - mirrorConnector_contains: bnb_Bytes - mirrorConnector_not_contains: bnb_Bytes + amb: localarbitrumone_Bytes + amb_not: localarbitrumone_Bytes + amb_gt: localarbitrumone_Bytes + amb_lt: localarbitrumone_Bytes + amb_gte: localarbitrumone_Bytes + amb_lte: localarbitrumone_Bytes + amb_in: [localarbitrumone_Bytes!] + amb_not_in: [localarbitrumone_Bytes!] + amb_contains: localarbitrumone_Bytes + amb_not_contains: localarbitrumone_Bytes + rootManager: localarbitrumone_Bytes + rootManager_not: localarbitrumone_Bytes + rootManager_gt: localarbitrumone_Bytes + rootManager_lt: localarbitrumone_Bytes + rootManager_gte: localarbitrumone_Bytes + rootManager_lte: localarbitrumone_Bytes + rootManager_in: [localarbitrumone_Bytes!] + rootManager_not_in: [localarbitrumone_Bytes!] + rootManager_contains: localarbitrumone_Bytes + rootManager_not_contains: localarbitrumone_Bytes + mirrorConnector: localarbitrumone_Bytes + mirrorConnector_not: localarbitrumone_Bytes + mirrorConnector_gt: localarbitrumone_Bytes + mirrorConnector_lt: localarbitrumone_Bytes + mirrorConnector_gte: localarbitrumone_Bytes + mirrorConnector_lte: localarbitrumone_Bytes + mirrorConnector_in: [localarbitrumone_Bytes!] + mirrorConnector_not_in: [localarbitrumone_Bytes!] + mirrorConnector_contains: localarbitrumone_Bytes + mirrorConnector_not_contains: localarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_ConnectorMeta_filter] - or: [bnb_ConnectorMeta_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_ConnectorMeta_filter] + or: [localarbitrumone_ConnectorMeta_filter] } -enum bnb_ConnectorMeta_orderBy { +enum localarbitrumone_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -97815,48 +97093,48 @@ enum bnb_ConnectorMeta_orderBy { mirrorConnector } -type bnb_DestinationTransfer { +type localarbitrumone_DestinationTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: localarbitrumone_Bytes nonce: BigInt - status: bnb_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: bnb_Router_orderBy, orderDirection: bnb_OrderDirection, where: bnb_Router_filter): [bnb_Router!] + status: localarbitrumone_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: localarbitrumone_Router_orderBy, orderDirection: localarbitrumone_OrderDirection, where: localarbitrumone_Router_filter): [localarbitrumone_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: bnb_Bytes - delegate: bnb_Bytes + to: localarbitrumone_Bytes + delegate: localarbitrumone_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: localarbitrumone_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: bnb_Bytes + originSender: localarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset + canonicalId: localarbitrumone_Bytes + asset: localarbitrumone_Asset amount: BigInt routersFee: BigInt - executedCaller: bnb_Bytes - executedTransactionHash: bnb_Bytes + executedCaller: localarbitrumone_Bytes + executedTransactionHash: localarbitrumone_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: bnb_Bytes + executedTxOrigin: localarbitrumone_Bytes executedTxNonce: BigInt - reconciledCaller: bnb_Bytes - reconciledTransactionHash: bnb_Bytes + reconciledCaller: localarbitrumone_Bytes + reconciledTransactionHash: localarbitrumone_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: bnb_Bytes + reconciledTxOrigin: localarbitrumone_Bytes reconciledTxNonce: BigInt } -input bnb_DestinationTransfer_filter { +input localarbitrumone_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -97873,16 +97151,16 @@ input bnb_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: bnb_Bytes - transferId_not: bnb_Bytes - transferId_gt: bnb_Bytes - transferId_lt: bnb_Bytes - transferId_gte: bnb_Bytes - transferId_lte: bnb_Bytes - transferId_in: [bnb_Bytes!] - transferId_not_in: [bnb_Bytes!] - transferId_contains: bnb_Bytes - transferId_not_contains: bnb_Bytes + transferId: localarbitrumone_Bytes + transferId_not: localarbitrumone_Bytes + transferId_gt: localarbitrumone_Bytes + transferId_lt: localarbitrumone_Bytes + transferId_gte: localarbitrumone_Bytes + transferId_lte: localarbitrumone_Bytes + transferId_in: [localarbitrumone_Bytes!] + transferId_not_in: [localarbitrumone_Bytes!] + transferId_contains: localarbitrumone_Bytes + transferId_not_contains: localarbitrumone_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -97891,17 +97169,17 @@ input bnb_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: bnb_TransferStatus - status_not: bnb_TransferStatus - status_in: [bnb_TransferStatus!] - status_not_in: [bnb_TransferStatus!] + status: localarbitrumone_TransferStatus + status_not: localarbitrumone_TransferStatus + status_in: [localarbitrumone_TransferStatus!] + status_not_in: [localarbitrumone_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: bnb_Router_filter + routers_: localarbitrumone_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -97926,40 +97204,40 @@ input bnb_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: bnb_Bytes - to_not: bnb_Bytes - to_gt: bnb_Bytes - to_lt: bnb_Bytes - to_gte: bnb_Bytes - to_lte: bnb_Bytes - to_in: [bnb_Bytes!] - to_not_in: [bnb_Bytes!] - to_contains: bnb_Bytes - to_not_contains: bnb_Bytes - delegate: bnb_Bytes - delegate_not: bnb_Bytes - delegate_gt: bnb_Bytes - delegate_lt: bnb_Bytes - delegate_gte: bnb_Bytes - delegate_lte: bnb_Bytes - delegate_in: [bnb_Bytes!] - delegate_not_in: [bnb_Bytes!] - delegate_contains: bnb_Bytes - delegate_not_contains: bnb_Bytes + to: localarbitrumone_Bytes + to_not: localarbitrumone_Bytes + to_gt: localarbitrumone_Bytes + to_lt: localarbitrumone_Bytes + to_gte: localarbitrumone_Bytes + to_lte: localarbitrumone_Bytes + to_in: [localarbitrumone_Bytes!] + to_not_in: [localarbitrumone_Bytes!] + to_contains: localarbitrumone_Bytes + to_not_contains: localarbitrumone_Bytes + delegate: localarbitrumone_Bytes + delegate_not: localarbitrumone_Bytes + delegate_gt: localarbitrumone_Bytes + delegate_lt: localarbitrumone_Bytes + delegate_gte: localarbitrumone_Bytes + delegate_lte: localarbitrumone_Bytes + delegate_in: [localarbitrumone_Bytes!] + delegate_not_in: [localarbitrumone_Bytes!] + delegate_contains: localarbitrumone_Bytes + delegate_not_contains: localarbitrumone_Bytes receiveLocal: Boolean receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: bnb_Bytes - callData_not: bnb_Bytes - callData_gt: bnb_Bytes - callData_lt: bnb_Bytes - callData_gte: bnb_Bytes - callData_lte: bnb_Bytes - callData_in: [bnb_Bytes!] - callData_not_in: [bnb_Bytes!] - callData_contains: bnb_Bytes - callData_not_contains: bnb_Bytes + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: localarbitrumone_Bytes + callData_not: localarbitrumone_Bytes + callData_gt: localarbitrumone_Bytes + callData_lt: localarbitrumone_Bytes + callData_gte: localarbitrumone_Bytes + callData_lte: localarbitrumone_Bytes + callData_in: [localarbitrumone_Bytes!] + callData_not_in: [localarbitrumone_Bytes!] + callData_contains: localarbitrumone_Bytes + callData_not_contains: localarbitrumone_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -97976,16 +97254,16 @@ input bnb_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: bnb_Bytes - originSender_not: bnb_Bytes - originSender_gt: bnb_Bytes - originSender_lt: bnb_Bytes - originSender_gte: bnb_Bytes - originSender_lte: bnb_Bytes - originSender_in: [bnb_Bytes!] - originSender_not_in: [bnb_Bytes!] - originSender_contains: bnb_Bytes - originSender_not_contains: bnb_Bytes + originSender: localarbitrumone_Bytes + originSender_not: localarbitrumone_Bytes + originSender_gt: localarbitrumone_Bytes + originSender_lt: localarbitrumone_Bytes + originSender_gte: localarbitrumone_Bytes + originSender_lte: localarbitrumone_Bytes + originSender_in: [localarbitrumone_Bytes!] + originSender_not_in: [localarbitrumone_Bytes!] + originSender_contains: localarbitrumone_Bytes + originSender_not_contains: localarbitrumone_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -98002,16 +97280,16 @@ input bnb_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: bnb_Bytes - canonicalId_not: bnb_Bytes - canonicalId_gt: bnb_Bytes - canonicalId_lt: bnb_Bytes - canonicalId_gte: bnb_Bytes - canonicalId_lte: bnb_Bytes - canonicalId_in: [bnb_Bytes!] - canonicalId_not_in: [bnb_Bytes!] - canonicalId_contains: bnb_Bytes - canonicalId_not_contains: bnb_Bytes + canonicalId: localarbitrumone_Bytes + canonicalId_not: localarbitrumone_Bytes + canonicalId_gt: localarbitrumone_Bytes + canonicalId_lt: localarbitrumone_Bytes + canonicalId_gte: localarbitrumone_Bytes + canonicalId_lte: localarbitrumone_Bytes + canonicalId_in: [localarbitrumone_Bytes!] + canonicalId_not_in: [localarbitrumone_Bytes!] + canonicalId_contains: localarbitrumone_Bytes + canonicalId_not_contains: localarbitrumone_Bytes asset: String asset_not: String asset_gt: String @@ -98032,7 +97310,7 @@ input bnb_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter + asset_: localarbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -98049,26 +97327,26 @@ input bnb_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: bnb_Bytes - executedCaller_not: bnb_Bytes - executedCaller_gt: bnb_Bytes - executedCaller_lt: bnb_Bytes - executedCaller_gte: bnb_Bytes - executedCaller_lte: bnb_Bytes - executedCaller_in: [bnb_Bytes!] - executedCaller_not_in: [bnb_Bytes!] - executedCaller_contains: bnb_Bytes - executedCaller_not_contains: bnb_Bytes - executedTransactionHash: bnb_Bytes - executedTransactionHash_not: bnb_Bytes - executedTransactionHash_gt: bnb_Bytes - executedTransactionHash_lt: bnb_Bytes - executedTransactionHash_gte: bnb_Bytes - executedTransactionHash_lte: bnb_Bytes - executedTransactionHash_in: [bnb_Bytes!] - executedTransactionHash_not_in: [bnb_Bytes!] - executedTransactionHash_contains: bnb_Bytes - executedTransactionHash_not_contains: bnb_Bytes + executedCaller: localarbitrumone_Bytes + executedCaller_not: localarbitrumone_Bytes + executedCaller_gt: localarbitrumone_Bytes + executedCaller_lt: localarbitrumone_Bytes + executedCaller_gte: localarbitrumone_Bytes + executedCaller_lte: localarbitrumone_Bytes + executedCaller_in: [localarbitrumone_Bytes!] + executedCaller_not_in: [localarbitrumone_Bytes!] + executedCaller_contains: localarbitrumone_Bytes + executedCaller_not_contains: localarbitrumone_Bytes + executedTransactionHash: localarbitrumone_Bytes + executedTransactionHash_not: localarbitrumone_Bytes + executedTransactionHash_gt: localarbitrumone_Bytes + executedTransactionHash_lt: localarbitrumone_Bytes + executedTransactionHash_gte: localarbitrumone_Bytes + executedTransactionHash_lte: localarbitrumone_Bytes + executedTransactionHash_in: [localarbitrumone_Bytes!] + executedTransactionHash_not_in: [localarbitrumone_Bytes!] + executedTransactionHash_contains: localarbitrumone_Bytes + executedTransactionHash_not_contains: localarbitrumone_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -98101,16 +97379,16 @@ input bnb_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: bnb_Bytes - executedTxOrigin_not: bnb_Bytes - executedTxOrigin_gt: bnb_Bytes - executedTxOrigin_lt: bnb_Bytes - executedTxOrigin_gte: bnb_Bytes - executedTxOrigin_lte: bnb_Bytes - executedTxOrigin_in: [bnb_Bytes!] - executedTxOrigin_not_in: [bnb_Bytes!] - executedTxOrigin_contains: bnb_Bytes - executedTxOrigin_not_contains: bnb_Bytes + executedTxOrigin: localarbitrumone_Bytes + executedTxOrigin_not: localarbitrumone_Bytes + executedTxOrigin_gt: localarbitrumone_Bytes + executedTxOrigin_lt: localarbitrumone_Bytes + executedTxOrigin_gte: localarbitrumone_Bytes + executedTxOrigin_lte: localarbitrumone_Bytes + executedTxOrigin_in: [localarbitrumone_Bytes!] + executedTxOrigin_not_in: [localarbitrumone_Bytes!] + executedTxOrigin_contains: localarbitrumone_Bytes + executedTxOrigin_not_contains: localarbitrumone_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -98119,26 +97397,26 @@ input bnb_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: bnb_Bytes - reconciledCaller_not: bnb_Bytes - reconciledCaller_gt: bnb_Bytes - reconciledCaller_lt: bnb_Bytes - reconciledCaller_gte: bnb_Bytes - reconciledCaller_lte: bnb_Bytes - reconciledCaller_in: [bnb_Bytes!] - reconciledCaller_not_in: [bnb_Bytes!] - reconciledCaller_contains: bnb_Bytes - reconciledCaller_not_contains: bnb_Bytes - reconciledTransactionHash: bnb_Bytes - reconciledTransactionHash_not: bnb_Bytes - reconciledTransactionHash_gt: bnb_Bytes - reconciledTransactionHash_lt: bnb_Bytes - reconciledTransactionHash_gte: bnb_Bytes - reconciledTransactionHash_lte: bnb_Bytes - reconciledTransactionHash_in: [bnb_Bytes!] - reconciledTransactionHash_not_in: [bnb_Bytes!] - reconciledTransactionHash_contains: bnb_Bytes - reconciledTransactionHash_not_contains: bnb_Bytes + reconciledCaller: localarbitrumone_Bytes + reconciledCaller_not: localarbitrumone_Bytes + reconciledCaller_gt: localarbitrumone_Bytes + reconciledCaller_lt: localarbitrumone_Bytes + reconciledCaller_gte: localarbitrumone_Bytes + reconciledCaller_lte: localarbitrumone_Bytes + reconciledCaller_in: [localarbitrumone_Bytes!] + reconciledCaller_not_in: [localarbitrumone_Bytes!] + reconciledCaller_contains: localarbitrumone_Bytes + reconciledCaller_not_contains: localarbitrumone_Bytes + reconciledTransactionHash: localarbitrumone_Bytes + reconciledTransactionHash_not: localarbitrumone_Bytes + reconciledTransactionHash_gt: localarbitrumone_Bytes + reconciledTransactionHash_lt: localarbitrumone_Bytes + reconciledTransactionHash_gte: localarbitrumone_Bytes + reconciledTransactionHash_lte: localarbitrumone_Bytes + reconciledTransactionHash_in: [localarbitrumone_Bytes!] + reconciledTransactionHash_not_in: [localarbitrumone_Bytes!] + reconciledTransactionHash_contains: localarbitrumone_Bytes + reconciledTransactionHash_not_contains: localarbitrumone_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -98171,16 +97449,16 @@ input bnb_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: bnb_Bytes - reconciledTxOrigin_not: bnb_Bytes - reconciledTxOrigin_gt: bnb_Bytes - reconciledTxOrigin_lt: bnb_Bytes - reconciledTxOrigin_gte: bnb_Bytes - reconciledTxOrigin_lte: bnb_Bytes - reconciledTxOrigin_in: [bnb_Bytes!] - reconciledTxOrigin_not_in: [bnb_Bytes!] - reconciledTxOrigin_contains: bnb_Bytes - reconciledTxOrigin_not_contains: bnb_Bytes + reconciledTxOrigin: localarbitrumone_Bytes + reconciledTxOrigin_not: localarbitrumone_Bytes + reconciledTxOrigin_gt: localarbitrumone_Bytes + reconciledTxOrigin_lt: localarbitrumone_Bytes + reconciledTxOrigin_gte: localarbitrumone_Bytes + reconciledTxOrigin_lte: localarbitrumone_Bytes + reconciledTxOrigin_in: [localarbitrumone_Bytes!] + reconciledTxOrigin_not_in: [localarbitrumone_Bytes!] + reconciledTxOrigin_contains: localarbitrumone_Bytes + reconciledTxOrigin_not_contains: localarbitrumone_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -98190,12 +97468,12 @@ input bnb_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_DestinationTransfer_filter] - or: [bnb_DestinationTransfer_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_DestinationTransfer_filter] + or: [localarbitrumone_DestinationTransfer_filter] } -enum bnb_DestinationTransfer_orderBy { +enum localarbitrumone_DestinationTransfer_orderBy { id chainId transferId @@ -98219,7 +97497,6 @@ enum bnb_DestinationTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -98249,28 +97526,83 @@ enum bnb_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar bnb_Int8 +scalar localarbitrumone_Int8 + +type localarbitrumone_OptimisticRootFinalized { + id: ID! + aggregateRoot: localarbitrumone_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input localarbitrumone_OptimisticRootFinalized_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!] + aggregateRoot: localarbitrumone_Bytes + aggregateRoot_not: localarbitrumone_Bytes + aggregateRoot_gt: localarbitrumone_Bytes + aggregateRoot_lt: localarbitrumone_Bytes + aggregateRoot_gte: localarbitrumone_Bytes + aggregateRoot_lte: localarbitrumone_Bytes + aggregateRoot_in: [localarbitrumone_Bytes!] + aggregateRoot_not_in: [localarbitrumone_Bytes!] + aggregateRoot_contains: localarbitrumone_Bytes + aggregateRoot_not_contains: localarbitrumone_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_OptimisticRootFinalized_filter] + or: [localarbitrumone_OptimisticRootFinalized_filter] +} + +enum localarbitrumone_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} """Defines the order direction, either ascending or descending""" -enum bnb_OrderDirection { +enum localarbitrumone_OrderDirection { asc desc } -type bnb_OriginMessage { +type localarbitrumone_OriginMessage { id: ID! - transferId: bnb_Bytes + transferId: localarbitrumone_Bytes destinationDomain: BigInt - leaf: bnb_Bytes + leaf: localarbitrumone_Bytes index: BigInt - message: bnb_Bytes - root: bnb_Bytes - transactionHash: bnb_Bytes + message: localarbitrumone_Bytes + root: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes blockNumber: BigInt - rootCount: bnb_RootCount + rootCount: localarbitrumone_RootCount } -input bnb_OriginMessage_filter { +input localarbitrumone_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -98279,16 +97611,16 @@ input bnb_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: bnb_Bytes - transferId_not: bnb_Bytes - transferId_gt: bnb_Bytes - transferId_lt: bnb_Bytes - transferId_gte: bnb_Bytes - transferId_lte: bnb_Bytes - transferId_in: [bnb_Bytes!] - transferId_not_in: [bnb_Bytes!] - transferId_contains: bnb_Bytes - transferId_not_contains: bnb_Bytes + transferId: localarbitrumone_Bytes + transferId_not: localarbitrumone_Bytes + transferId_gt: localarbitrumone_Bytes + transferId_lt: localarbitrumone_Bytes + transferId_gte: localarbitrumone_Bytes + transferId_lte: localarbitrumone_Bytes + transferId_in: [localarbitrumone_Bytes!] + transferId_not_in: [localarbitrumone_Bytes!] + transferId_contains: localarbitrumone_Bytes + transferId_not_contains: localarbitrumone_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -98297,16 +97629,16 @@ input bnb_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: bnb_Bytes - leaf_not: bnb_Bytes - leaf_gt: bnb_Bytes - leaf_lt: bnb_Bytes - leaf_gte: bnb_Bytes - leaf_lte: bnb_Bytes - leaf_in: [bnb_Bytes!] - leaf_not_in: [bnb_Bytes!] - leaf_contains: bnb_Bytes - leaf_not_contains: bnb_Bytes + leaf: localarbitrumone_Bytes + leaf_not: localarbitrumone_Bytes + leaf_gt: localarbitrumone_Bytes + leaf_lt: localarbitrumone_Bytes + leaf_gte: localarbitrumone_Bytes + leaf_lte: localarbitrumone_Bytes + leaf_in: [localarbitrumone_Bytes!] + leaf_not_in: [localarbitrumone_Bytes!] + leaf_contains: localarbitrumone_Bytes + leaf_not_contains: localarbitrumone_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -98315,36 +97647,36 @@ input bnb_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: bnb_Bytes - message_not: bnb_Bytes - message_gt: bnb_Bytes - message_lt: bnb_Bytes - message_gte: bnb_Bytes - message_lte: bnb_Bytes - message_in: [bnb_Bytes!] - message_not_in: [bnb_Bytes!] - message_contains: bnb_Bytes - message_not_contains: bnb_Bytes - root: bnb_Bytes - root_not: bnb_Bytes - root_gt: bnb_Bytes - root_lt: bnb_Bytes - root_gte: bnb_Bytes - root_lte: bnb_Bytes - root_in: [bnb_Bytes!] - root_not_in: [bnb_Bytes!] - root_contains: bnb_Bytes - root_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + message: localarbitrumone_Bytes + message_not: localarbitrumone_Bytes + message_gt: localarbitrumone_Bytes + message_lt: localarbitrumone_Bytes + message_gte: localarbitrumone_Bytes + message_lte: localarbitrumone_Bytes + message_in: [localarbitrumone_Bytes!] + message_not_in: [localarbitrumone_Bytes!] + message_contains: localarbitrumone_Bytes + message_not_contains: localarbitrumone_Bytes + root: localarbitrumone_Bytes + root_not: localarbitrumone_Bytes + root_gt: localarbitrumone_Bytes + root_lt: localarbitrumone_Bytes + root_gte: localarbitrumone_Bytes + root_lte: localarbitrumone_Bytes + root_in: [localarbitrumone_Bytes!] + root_not_in: [localarbitrumone_Bytes!] + root_contains: localarbitrumone_Bytes + root_not_contains: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes + transactionHash_not: localarbitrumone_Bytes + transactionHash_gt: localarbitrumone_Bytes + transactionHash_lt: localarbitrumone_Bytes + transactionHash_gte: localarbitrumone_Bytes + transactionHash_lte: localarbitrumone_Bytes + transactionHash_in: [localarbitrumone_Bytes!] + transactionHash_not_in: [localarbitrumone_Bytes!] + transactionHash_contains: localarbitrumone_Bytes + transactionHash_not_contains: localarbitrumone_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -98373,14 +97705,14 @@ input bnb_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: bnb_RootCount_filter + rootCount_: localarbitrumone_RootCount_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_OriginMessage_filter] - or: [bnb_OriginMessage_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_OriginMessage_filter] + or: [localarbitrumone_OriginMessage_filter] } -enum bnb_OriginMessage_orderBy { +enum localarbitrumone_OriginMessage_orderBy { id transferId destinationDomain @@ -98395,42 +97727,42 @@ enum bnb_OriginMessage_orderBy { rootCount__count } -type bnb_OriginTransfer { +type localarbitrumone_OriginTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: localarbitrumone_Bytes nonce: BigInt - status: bnb_TransferStatus - messageHash: bnb_Bytes + status: localarbitrumone_TransferStatus + messageHash: localarbitrumone_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: bnb_Bytes - delegate: bnb_Bytes + to: localarbitrumone_Bytes + delegate: localarbitrumone_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: localarbitrumone_Bytes slippage: BigInt - originSender: bnb_Bytes + originSender: localarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset - transactingAsset: bnb_Bytes - message: bnb_OriginMessage + canonicalId: localarbitrumone_Bytes + asset: localarbitrumone_Asset + transactingAsset: localarbitrumone_Bytes + message: localarbitrumone_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: bnb_RelayerFee_orderBy, orderDirection: bnb_OrderDirection, where: bnb_RelayerFee_filter): [bnb_RelayerFee!] - initialRelayerFeeAsset: bnb_Bytes - caller: bnb_Bytes - transactionHash: bnb_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: localarbitrumone_RelayerFee_orderBy, orderDirection: localarbitrumone_OrderDirection, where: localarbitrumone_RelayerFee_filter): [localarbitrumone_RelayerFee!] + initialRelayerFeeAsset: localarbitrumone_Bytes + caller: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: bnb_Bytes + txOrigin: localarbitrumone_Bytes txNonce: BigInt } -input bnb_OriginTransfer_filter { +input localarbitrumone_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -98447,16 +97779,16 @@ input bnb_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: bnb_Bytes - transferId_not: bnb_Bytes - transferId_gt: bnb_Bytes - transferId_lt: bnb_Bytes - transferId_gte: bnb_Bytes - transferId_lte: bnb_Bytes - transferId_in: [bnb_Bytes!] - transferId_not_in: [bnb_Bytes!] - transferId_contains: bnb_Bytes - transferId_not_contains: bnb_Bytes + transferId: localarbitrumone_Bytes + transferId_not: localarbitrumone_Bytes + transferId_gt: localarbitrumone_Bytes + transferId_lt: localarbitrumone_Bytes + transferId_gte: localarbitrumone_Bytes + transferId_lte: localarbitrumone_Bytes + transferId_in: [localarbitrumone_Bytes!] + transferId_not_in: [localarbitrumone_Bytes!] + transferId_contains: localarbitrumone_Bytes + transferId_not_contains: localarbitrumone_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -98465,20 +97797,20 @@ input bnb_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: bnb_TransferStatus - status_not: bnb_TransferStatus - status_in: [bnb_TransferStatus!] - status_not_in: [bnb_TransferStatus!] - messageHash: bnb_Bytes - messageHash_not: bnb_Bytes - messageHash_gt: bnb_Bytes - messageHash_lt: bnb_Bytes - messageHash_gte: bnb_Bytes - messageHash_lte: bnb_Bytes - messageHash_in: [bnb_Bytes!] - messageHash_not_in: [bnb_Bytes!] - messageHash_contains: bnb_Bytes - messageHash_not_contains: bnb_Bytes + status: localarbitrumone_TransferStatus + status_not: localarbitrumone_TransferStatus + status_in: [localarbitrumone_TransferStatus!] + status_not_in: [localarbitrumone_TransferStatus!] + messageHash: localarbitrumone_Bytes + messageHash_not: localarbitrumone_Bytes + messageHash_gt: localarbitrumone_Bytes + messageHash_lt: localarbitrumone_Bytes + messageHash_gte: localarbitrumone_Bytes + messageHash_lte: localarbitrumone_Bytes + messageHash_in: [localarbitrumone_Bytes!] + messageHash_not_in: [localarbitrumone_Bytes!] + messageHash_contains: localarbitrumone_Bytes + messageHash_not_contains: localarbitrumone_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -98503,40 +97835,40 @@ input bnb_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: bnb_Bytes - to_not: bnb_Bytes - to_gt: bnb_Bytes - to_lt: bnb_Bytes - to_gte: bnb_Bytes - to_lte: bnb_Bytes - to_in: [bnb_Bytes!] - to_not_in: [bnb_Bytes!] - to_contains: bnb_Bytes - to_not_contains: bnb_Bytes - delegate: bnb_Bytes - delegate_not: bnb_Bytes - delegate_gt: bnb_Bytes - delegate_lt: bnb_Bytes - delegate_gte: bnb_Bytes - delegate_lte: bnb_Bytes - delegate_in: [bnb_Bytes!] - delegate_not_in: [bnb_Bytes!] - delegate_contains: bnb_Bytes - delegate_not_contains: bnb_Bytes + to: localarbitrumone_Bytes + to_not: localarbitrumone_Bytes + to_gt: localarbitrumone_Bytes + to_lt: localarbitrumone_Bytes + to_gte: localarbitrumone_Bytes + to_lte: localarbitrumone_Bytes + to_in: [localarbitrumone_Bytes!] + to_not_in: [localarbitrumone_Bytes!] + to_contains: localarbitrumone_Bytes + to_not_contains: localarbitrumone_Bytes + delegate: localarbitrumone_Bytes + delegate_not: localarbitrumone_Bytes + delegate_gt: localarbitrumone_Bytes + delegate_lt: localarbitrumone_Bytes + delegate_gte: localarbitrumone_Bytes + delegate_lte: localarbitrumone_Bytes + delegate_in: [localarbitrumone_Bytes!] + delegate_not_in: [localarbitrumone_Bytes!] + delegate_contains: localarbitrumone_Bytes + delegate_not_contains: localarbitrumone_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: bnb_Bytes - callData_not: bnb_Bytes - callData_gt: bnb_Bytes - callData_lt: bnb_Bytes - callData_gte: bnb_Bytes - callData_lte: bnb_Bytes - callData_in: [bnb_Bytes!] - callData_not_in: [bnb_Bytes!] - callData_contains: bnb_Bytes - callData_not_contains: bnb_Bytes + callData: localarbitrumone_Bytes + callData_not: localarbitrumone_Bytes + callData_gt: localarbitrumone_Bytes + callData_lt: localarbitrumone_Bytes + callData_gte: localarbitrumone_Bytes + callData_lte: localarbitrumone_Bytes + callData_in: [localarbitrumone_Bytes!] + callData_not_in: [localarbitrumone_Bytes!] + callData_contains: localarbitrumone_Bytes + callData_not_contains: localarbitrumone_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -98545,16 +97877,16 @@ input bnb_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: bnb_Bytes - originSender_not: bnb_Bytes - originSender_gt: bnb_Bytes - originSender_lt: bnb_Bytes - originSender_gte: bnb_Bytes - originSender_lte: bnb_Bytes - originSender_in: [bnb_Bytes!] - originSender_not_in: [bnb_Bytes!] - originSender_contains: bnb_Bytes - originSender_not_contains: bnb_Bytes + originSender: localarbitrumone_Bytes + originSender_not: localarbitrumone_Bytes + originSender_gt: localarbitrumone_Bytes + originSender_lt: localarbitrumone_Bytes + originSender_gte: localarbitrumone_Bytes + originSender_lte: localarbitrumone_Bytes + originSender_in: [localarbitrumone_Bytes!] + originSender_not_in: [localarbitrumone_Bytes!] + originSender_contains: localarbitrumone_Bytes + originSender_not_contains: localarbitrumone_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -98571,16 +97903,16 @@ input bnb_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: bnb_Bytes - canonicalId_not: bnb_Bytes - canonicalId_gt: bnb_Bytes - canonicalId_lt: bnb_Bytes - canonicalId_gte: bnb_Bytes - canonicalId_lte: bnb_Bytes - canonicalId_in: [bnb_Bytes!] - canonicalId_not_in: [bnb_Bytes!] - canonicalId_contains: bnb_Bytes - canonicalId_not_contains: bnb_Bytes + canonicalId: localarbitrumone_Bytes + canonicalId_not: localarbitrumone_Bytes + canonicalId_gt: localarbitrumone_Bytes + canonicalId_lt: localarbitrumone_Bytes + canonicalId_gte: localarbitrumone_Bytes + canonicalId_lte: localarbitrumone_Bytes + canonicalId_in: [localarbitrumone_Bytes!] + canonicalId_not_in: [localarbitrumone_Bytes!] + canonicalId_contains: localarbitrumone_Bytes + canonicalId_not_contains: localarbitrumone_Bytes asset: String asset_not: String asset_gt: String @@ -98601,17 +97933,17 @@ input bnb_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter - transactingAsset: bnb_Bytes - transactingAsset_not: bnb_Bytes - transactingAsset_gt: bnb_Bytes - transactingAsset_lt: bnb_Bytes - transactingAsset_gte: bnb_Bytes - transactingAsset_lte: bnb_Bytes - transactingAsset_in: [bnb_Bytes!] - transactingAsset_not_in: [bnb_Bytes!] - transactingAsset_contains: bnb_Bytes - transactingAsset_not_contains: bnb_Bytes + asset_: localarbitrumone_Asset_filter + transactingAsset: localarbitrumone_Bytes + transactingAsset_not: localarbitrumone_Bytes + transactingAsset_gt: localarbitrumone_Bytes + transactingAsset_lt: localarbitrumone_Bytes + transactingAsset_gte: localarbitrumone_Bytes + transactingAsset_lte: localarbitrumone_Bytes + transactingAsset_in: [localarbitrumone_Bytes!] + transactingAsset_not_in: [localarbitrumone_Bytes!] + transactingAsset_contains: localarbitrumone_Bytes + transactingAsset_not_contains: localarbitrumone_Bytes message: String message_not: String message_gt: String @@ -98632,7 +97964,7 @@ input bnb_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: bnb_OriginMessage_filter + message_: localarbitrumone_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -98647,37 +97979,37 @@ input bnb_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: bnb_RelayerFee_filter - initialRelayerFeeAsset: bnb_Bytes - initialRelayerFeeAsset_not: bnb_Bytes - initialRelayerFeeAsset_gt: bnb_Bytes - initialRelayerFeeAsset_lt: bnb_Bytes - initialRelayerFeeAsset_gte: bnb_Bytes - initialRelayerFeeAsset_lte: bnb_Bytes - initialRelayerFeeAsset_in: [bnb_Bytes!] - initialRelayerFeeAsset_not_in: [bnb_Bytes!] - initialRelayerFeeAsset_contains: bnb_Bytes - initialRelayerFeeAsset_not_contains: bnb_Bytes - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + relayerFees_: localarbitrumone_RelayerFee_filter + initialRelayerFeeAsset: localarbitrumone_Bytes + initialRelayerFeeAsset_not: localarbitrumone_Bytes + initialRelayerFeeAsset_gt: localarbitrumone_Bytes + initialRelayerFeeAsset_lt: localarbitrumone_Bytes + initialRelayerFeeAsset_gte: localarbitrumone_Bytes + initialRelayerFeeAsset_lte: localarbitrumone_Bytes + initialRelayerFeeAsset_in: [localarbitrumone_Bytes!] + initialRelayerFeeAsset_not_in: [localarbitrumone_Bytes!] + initialRelayerFeeAsset_contains: localarbitrumone_Bytes + initialRelayerFeeAsset_not_contains: localarbitrumone_Bytes + caller: localarbitrumone_Bytes + caller_not: localarbitrumone_Bytes + caller_gt: localarbitrumone_Bytes + caller_lt: localarbitrumone_Bytes + caller_gte: localarbitrumone_Bytes + caller_lte: localarbitrumone_Bytes + caller_in: [localarbitrumone_Bytes!] + caller_not_in: [localarbitrumone_Bytes!] + caller_contains: localarbitrumone_Bytes + caller_not_contains: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes + transactionHash_not: localarbitrumone_Bytes + transactionHash_gt: localarbitrumone_Bytes + transactionHash_lt: localarbitrumone_Bytes + transactionHash_gte: localarbitrumone_Bytes + transactionHash_lte: localarbitrumone_Bytes + transactionHash_in: [localarbitrumone_Bytes!] + transactionHash_not_in: [localarbitrumone_Bytes!] + transactionHash_contains: localarbitrumone_Bytes + transactionHash_not_contains: localarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -98710,16 +98042,16 @@ input bnb_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: bnb_Bytes - txOrigin_not: bnb_Bytes - txOrigin_gt: bnb_Bytes - txOrigin_lt: bnb_Bytes - txOrigin_gte: bnb_Bytes - txOrigin_lte: bnb_Bytes - txOrigin_in: [bnb_Bytes!] - txOrigin_not_in: [bnb_Bytes!] - txOrigin_contains: bnb_Bytes - txOrigin_not_contains: bnb_Bytes + txOrigin: localarbitrumone_Bytes + txOrigin_not: localarbitrumone_Bytes + txOrigin_gt: localarbitrumone_Bytes + txOrigin_lt: localarbitrumone_Bytes + txOrigin_gte: localarbitrumone_Bytes + txOrigin_lte: localarbitrumone_Bytes + txOrigin_in: [localarbitrumone_Bytes!] + txOrigin_not_in: [localarbitrumone_Bytes!] + txOrigin_contains: localarbitrumone_Bytes + txOrigin_not_contains: localarbitrumone_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -98729,12 +98061,12 @@ input bnb_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_OriginTransfer_filter] - or: [bnb_OriginTransfer_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_OriginTransfer_filter] + or: [localarbitrumone_OriginTransfer_filter] } -enum bnb_OriginTransfer_orderBy { +enum localarbitrumone_OriginTransfer_orderBy { id chainId transferId @@ -98757,7 +98089,6 @@ enum bnb_OriginTransfer_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset @@ -98787,20 +98118,20 @@ enum bnb_OriginTransfer_orderBy { txNonce } -type bnb_Relayer { +type localarbitrumone_Relayer { id: ID! isActive: Boolean! - relayer: bnb_Bytes + relayer: localarbitrumone_Bytes } -type bnb_RelayerFee { +type localarbitrumone_RelayerFee { id: ID! - transfer: bnb_OriginTransfer! + transfer: localarbitrumone_OriginTransfer! fee: BigInt! - asset: bnb_Bytes! + asset: localarbitrumone_Bytes! } -input bnb_RelayerFee_filter { +input localarbitrumone_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -98829,7 +98160,7 @@ input bnb_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: bnb_OriginTransfer_filter + transfer_: localarbitrumone_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -98838,23 +98169,23 @@ input bnb_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: bnb_Bytes - asset_not: bnb_Bytes - asset_gt: bnb_Bytes - asset_lt: bnb_Bytes - asset_gte: bnb_Bytes - asset_lte: bnb_Bytes - asset_in: [bnb_Bytes!] - asset_not_in: [bnb_Bytes!] - asset_contains: bnb_Bytes - asset_not_contains: bnb_Bytes + asset: localarbitrumone_Bytes + asset_not: localarbitrumone_Bytes + asset_gt: localarbitrumone_Bytes + asset_lt: localarbitrumone_Bytes + asset_gte: localarbitrumone_Bytes + asset_lte: localarbitrumone_Bytes + asset_in: [localarbitrumone_Bytes!] + asset_not_in: [localarbitrumone_Bytes!] + asset_contains: localarbitrumone_Bytes + asset_not_contains: localarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RelayerFee_filter] - or: [bnb_RelayerFee_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RelayerFee_filter] + or: [localarbitrumone_RelayerFee_filter] } -enum bnb_RelayerFee_orderBy { +enum localarbitrumone_RelayerFee_orderBy { id transfer transfer__id @@ -98890,20 +98221,20 @@ enum bnb_RelayerFee_orderBy { asset } -type bnb_RelayerFeesIncrease { +type localarbitrumone_RelayerFeesIncrease { id: ID! - transfer: bnb_OriginTransfer! + transfer: localarbitrumone_OriginTransfer! increase: BigInt - asset: bnb_Bytes - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + asset: localarbitrumone_Bytes + caller: localarbitrumone_Bytes! + transactionHash: localarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_RelayerFeesIncrease_filter { +input localarbitrumone_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -98932,7 +98263,7 @@ input bnb_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: bnb_OriginTransfer_filter + transfer_: localarbitrumone_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -98941,36 +98272,36 @@ input bnb_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: bnb_Bytes - asset_not: bnb_Bytes - asset_gt: bnb_Bytes - asset_lt: bnb_Bytes - asset_gte: bnb_Bytes - asset_lte: bnb_Bytes - asset_in: [bnb_Bytes!] - asset_not_in: [bnb_Bytes!] - asset_contains: bnb_Bytes - asset_not_contains: bnb_Bytes - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + asset: localarbitrumone_Bytes + asset_not: localarbitrumone_Bytes + asset_gt: localarbitrumone_Bytes + asset_lt: localarbitrumone_Bytes + asset_gte: localarbitrumone_Bytes + asset_lte: localarbitrumone_Bytes + asset_in: [localarbitrumone_Bytes!] + asset_not_in: [localarbitrumone_Bytes!] + asset_contains: localarbitrumone_Bytes + asset_not_contains: localarbitrumone_Bytes + caller: localarbitrumone_Bytes + caller_not: localarbitrumone_Bytes + caller_gt: localarbitrumone_Bytes + caller_lt: localarbitrumone_Bytes + caller_gte: localarbitrumone_Bytes + caller_lte: localarbitrumone_Bytes + caller_in: [localarbitrumone_Bytes!] + caller_not_in: [localarbitrumone_Bytes!] + caller_contains: localarbitrumone_Bytes + caller_not_contains: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes + transactionHash_not: localarbitrumone_Bytes + transactionHash_gt: localarbitrumone_Bytes + transactionHash_lt: localarbitrumone_Bytes + transactionHash_gte: localarbitrumone_Bytes + transactionHash_lte: localarbitrumone_Bytes + transactionHash_in: [localarbitrumone_Bytes!] + transactionHash_not_in: [localarbitrumone_Bytes!] + transactionHash_contains: localarbitrumone_Bytes + transactionHash_not_contains: localarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -99004,12 +98335,12 @@ input bnb_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RelayerFeesIncrease_filter] - or: [bnb_RelayerFeesIncrease_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RelayerFeesIncrease_filter] + or: [localarbitrumone_RelayerFeesIncrease_filter] } -enum bnb_RelayerFeesIncrease_orderBy { +enum localarbitrumone_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -99051,7 +98382,7 @@ enum bnb_RelayerFeesIncrease_orderBy { blockNumber } -input bnb_Relayer_filter { +input localarbitrumone_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -99064,34 +98395,34 @@ input bnb_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: bnb_Bytes - relayer_not: bnb_Bytes - relayer_gt: bnb_Bytes - relayer_lt: bnb_Bytes - relayer_gte: bnb_Bytes - relayer_lte: bnb_Bytes - relayer_in: [bnb_Bytes!] - relayer_not_in: [bnb_Bytes!] - relayer_contains: bnb_Bytes - relayer_not_contains: bnb_Bytes + relayer: localarbitrumone_Bytes + relayer_not: localarbitrumone_Bytes + relayer_gt: localarbitrumone_Bytes + relayer_lt: localarbitrumone_Bytes + relayer_gte: localarbitrumone_Bytes + relayer_lte: localarbitrumone_Bytes + relayer_in: [localarbitrumone_Bytes!] + relayer_not_in: [localarbitrumone_Bytes!] + relayer_contains: localarbitrumone_Bytes + relayer_not_contains: localarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Relayer_filter] - or: [bnb_Relayer_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Relayer_filter] + or: [localarbitrumone_Relayer_filter] } -enum bnb_Relayer_orderBy { +enum localarbitrumone_Relayer_orderBy { id isActive relayer } -type bnb_RootCount { +type localarbitrumone_RootCount { id: ID! count: BigInt } -input bnb_RootCount_filter { +input localarbitrumone_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -99109,31 +98440,31 @@ input bnb_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RootCount_filter] - or: [bnb_RootCount_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RootCount_filter] + or: [localarbitrumone_RootCount_filter] } -enum bnb_RootCount_orderBy { +enum localarbitrumone_RootCount_orderBy { id count } -type bnb_RootMessageSent { +type localarbitrumone_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: bnb_Bytes + root: localarbitrumone_Bytes count: BigInt - caller: bnb_Bytes - transactionHash: bnb_Bytes + caller: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input bnb_RootMessageSent_filter { +input localarbitrumone_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -99158,16 +98489,16 @@ input bnb_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: bnb_Bytes - root_not: bnb_Bytes - root_gt: bnb_Bytes - root_lt: bnb_Bytes - root_gte: bnb_Bytes - root_lte: bnb_Bytes - root_in: [bnb_Bytes!] - root_not_in: [bnb_Bytes!] - root_contains: bnb_Bytes - root_not_contains: bnb_Bytes + root: localarbitrumone_Bytes + root_not: localarbitrumone_Bytes + root_gt: localarbitrumone_Bytes + root_lt: localarbitrumone_Bytes + root_gte: localarbitrumone_Bytes + root_lte: localarbitrumone_Bytes + root_in: [localarbitrumone_Bytes!] + root_not_in: [localarbitrumone_Bytes!] + root_contains: localarbitrumone_Bytes + root_not_contains: localarbitrumone_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -99176,26 +98507,26 @@ input bnb_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + caller: localarbitrumone_Bytes + caller_not: localarbitrumone_Bytes + caller_gt: localarbitrumone_Bytes + caller_lt: localarbitrumone_Bytes + caller_gte: localarbitrumone_Bytes + caller_lte: localarbitrumone_Bytes + caller_in: [localarbitrumone_Bytes!] + caller_not_in: [localarbitrumone_Bytes!] + caller_contains: localarbitrumone_Bytes + caller_not_contains: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes + transactionHash_not: localarbitrumone_Bytes + transactionHash_gt: localarbitrumone_Bytes + transactionHash_lt: localarbitrumone_Bytes + transactionHash_gte: localarbitrumone_Bytes + transactionHash_lte: localarbitrumone_Bytes + transactionHash_in: [localarbitrumone_Bytes!] + transactionHash_not_in: [localarbitrumone_Bytes!] + transactionHash_contains: localarbitrumone_Bytes + transactionHash_not_contains: localarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -99212,176 +98543,61 @@ input bnb_RootMessageSent_filter { gasPrice_lte: BigInt gasPrice_in: [BigInt!] gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RootMessageSent_filter] - or: [bnb_RootMessageSent_filter] -} - -enum bnb_RootMessageSent_orderBy { - id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type bnb_Router { - id: ID! - isActive: Boolean! - owner: bnb_Bytes - recipient: bnb_Bytes - proposedOwner: bnb_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: bnb_AssetBalance_orderBy, orderDirection: bnb_OrderDirection, where: bnb_AssetBalance_filter): [bnb_AssetBalance!]! -} - -type bnb_RouterDailyTVL { - id: ID! - router: bnb_Router! - asset: bnb_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input bnb_RouterDailyTVL_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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: bnb_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RouterDailyTVL_filter] - or: [bnb_RouterDailyTVL_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RootMessageSent_filter] + or: [localarbitrumone_RootMessageSent_filter] } -enum bnb_RouterDailyTVL_orderBy { +enum localarbitrumone_RootMessageSent_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - balance + gasPrice + gasLimit + blockNumber } -type bnb_RouterLiquidityEvent { +type localarbitrumone_Router { id: ID! - type: bnb_RouterLiquidityEventType - router: bnb_Router! - asset: bnb_Asset! - amount: BigInt! - balance: BigInt! - caller: bnb_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: bnb_Bytes! - nonce: BigInt! + isActive: Boolean! + owner: localarbitrumone_Bytes + recipient: localarbitrumone_Bytes + proposedOwner: localarbitrumone_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: localarbitrumone_AssetBalance_orderBy, orderDirection: localarbitrumone_OrderDirection, where: localarbitrumone_AssetBalance_filter): [localarbitrumone_AssetBalance!]! } -enum bnb_RouterLiquidityEventType { - Add - Remove +type localarbitrumone_RouterDailyTVL { + id: ID! + router: localarbitrumone_Router! + asset: localarbitrumone_Asset! + timestamp: BigInt! + balance: BigInt! } -input bnb_RouterLiquidityEvent_filter { +input localarbitrumone_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -99390,10 +98606,6 @@ input bnb_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: bnb_RouterLiquidityEventType - type_not: bnb_RouterLiquidityEventType - type_in: [bnb_RouterLiquidityEventType!] - type_not_in: [bnb_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -99414,7 +98626,7 @@ input bnb_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: bnb_Router_filter + router_: localarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -99435,41 +98647,7 @@ input bnb_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + asset_: localarbitrumone_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -99478,33 +98656,22 @@ input bnb_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RouterLiquidityEvent_filter] - or: [bnb_RouterLiquidityEvent_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_RouterDailyTVL_filter] + or: [localarbitrumone_RouterDailyTVL_filter] } -enum bnb_RouterLiquidityEvent_orderBy { +enum localarbitrumone_RouterDailyTVL_orderBy { id - type router router__id router__isActive @@ -99516,22 +98683,16 @@ enum bnb_RouterLiquidityEvent_orderBy { asset__id asset__key asset__decimal - asset__adoptedDecimal asset__canonicalId asset__canonicalDomain asset__adoptedAsset asset__localAsset asset__blockNumber - amount - balance - caller - blockNumber timestamp - transactionHash - nonce + balance } -input bnb_Router_filter { +input localarbitrumone_Router_filter { id: ID id_not: ID id_gt: ID @@ -99544,36 +98705,36 @@ input bnb_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: bnb_Bytes - owner_not: bnb_Bytes - owner_gt: bnb_Bytes - owner_lt: bnb_Bytes - owner_gte: bnb_Bytes - owner_lte: bnb_Bytes - owner_in: [bnb_Bytes!] - owner_not_in: [bnb_Bytes!] - owner_contains: bnb_Bytes - owner_not_contains: bnb_Bytes - recipient: bnb_Bytes - recipient_not: bnb_Bytes - recipient_gt: bnb_Bytes - recipient_lt: bnb_Bytes - recipient_gte: bnb_Bytes - recipient_lte: bnb_Bytes - recipient_in: [bnb_Bytes!] - recipient_not_in: [bnb_Bytes!] - recipient_contains: bnb_Bytes - recipient_not_contains: bnb_Bytes - proposedOwner: bnb_Bytes - proposedOwner_not: bnb_Bytes - proposedOwner_gt: bnb_Bytes - proposedOwner_lt: bnb_Bytes - proposedOwner_gte: bnb_Bytes - proposedOwner_lte: bnb_Bytes - proposedOwner_in: [bnb_Bytes!] - proposedOwner_not_in: [bnb_Bytes!] - proposedOwner_contains: bnb_Bytes - proposedOwner_not_contains: bnb_Bytes + owner: localarbitrumone_Bytes + owner_not: localarbitrumone_Bytes + owner_gt: localarbitrumone_Bytes + owner_lt: localarbitrumone_Bytes + owner_gte: localarbitrumone_Bytes + owner_lte: localarbitrumone_Bytes + owner_in: [localarbitrumone_Bytes!] + owner_not_in: [localarbitrumone_Bytes!] + owner_contains: localarbitrumone_Bytes + owner_not_contains: localarbitrumone_Bytes + recipient: localarbitrumone_Bytes + recipient_not: localarbitrumone_Bytes + recipient_gt: localarbitrumone_Bytes + recipient_lt: localarbitrumone_Bytes + recipient_gte: localarbitrumone_Bytes + recipient_lte: localarbitrumone_Bytes + recipient_in: [localarbitrumone_Bytes!] + recipient_not_in: [localarbitrumone_Bytes!] + recipient_contains: localarbitrumone_Bytes + recipient_not_contains: localarbitrumone_Bytes + proposedOwner: localarbitrumone_Bytes + proposedOwner_not: localarbitrumone_Bytes + proposedOwner_gt: localarbitrumone_Bytes + proposedOwner_lt: localarbitrumone_Bytes + proposedOwner_gte: localarbitrumone_Bytes + proposedOwner_lte: localarbitrumone_Bytes + proposedOwner_in: [localarbitrumone_Bytes!] + proposedOwner_not_in: [localarbitrumone_Bytes!] + proposedOwner_contains: localarbitrumone_Bytes + proposedOwner_not_contains: localarbitrumone_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -99582,14 +98743,14 @@ input bnb_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: bnb_AssetBalance_filter + assetBalances_: localarbitrumone_AssetBalance_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Router_filter] - or: [bnb_Router_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Router_filter] + or: [localarbitrumone_Router_filter] } -enum bnb_Router_orderBy { +enum localarbitrumone_Router_orderBy { id isActive owner @@ -99599,13 +98760,13 @@ enum bnb_Router_orderBy { assetBalances } -type bnb_Sequencer { +type localarbitrumone_Sequencer { id: ID! isActive: Boolean! - sequencer: bnb_Bytes + sequencer: localarbitrumone_Bytes } -input bnb_Sequencer_filter { +input localarbitrumone_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -99618,35 +98779,35 @@ input bnb_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: bnb_Bytes - sequencer_not: bnb_Bytes - sequencer_gt: bnb_Bytes - sequencer_lt: bnb_Bytes - sequencer_gte: bnb_Bytes - sequencer_lte: bnb_Bytes - sequencer_in: [bnb_Bytes!] - sequencer_not_in: [bnb_Bytes!] - sequencer_contains: bnb_Bytes - sequencer_not_contains: bnb_Bytes + sequencer: localarbitrumone_Bytes + sequencer_not: localarbitrumone_Bytes + sequencer_gt: localarbitrumone_Bytes + sequencer_lt: localarbitrumone_Bytes + sequencer_gte: localarbitrumone_Bytes + sequencer_lte: localarbitrumone_Bytes + sequencer_in: [localarbitrumone_Bytes!] + sequencer_not_in: [localarbitrumone_Bytes!] + sequencer_contains: localarbitrumone_Bytes + sequencer_not_contains: localarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Sequencer_filter] - or: [bnb_Sequencer_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Sequencer_filter] + or: [localarbitrumone_Sequencer_filter] } -enum bnb_Sequencer_orderBy { +enum localarbitrumone_Sequencer_orderBy { id isActive sequencer } -type bnb_Setting { +type localarbitrumone_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: bnb_Bytes! + caller: localarbitrumone_Bytes! } -input bnb_Setting_filter { +input localarbitrumone_Setting_filter { id: ID id_not: ID id_gt: ID @@ -99663,41 +98824,41 @@ input bnb_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes + caller: localarbitrumone_Bytes + caller_not: localarbitrumone_Bytes + caller_gt: localarbitrumone_Bytes + caller_lt: localarbitrumone_Bytes + caller_gte: localarbitrumone_Bytes + caller_lte: localarbitrumone_Bytes + caller_in: [localarbitrumone_Bytes!] + caller_not_in: [localarbitrumone_Bytes!] + caller_contains: localarbitrumone_Bytes + caller_not_contains: localarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Setting_filter] - or: [bnb_Setting_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_Setting_filter] + or: [localarbitrumone_Setting_filter] } -enum bnb_Setting_orderBy { +enum localarbitrumone_Setting_orderBy { id maxRoutersPerTransfer caller } -type bnb_SlippageUpdate { +type localarbitrumone_SlippageUpdate { id: ID! - transfer: bnb_DestinationTransfer! + transfer: localarbitrumone_DestinationTransfer! slippage: BigInt! - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + caller: localarbitrumone_Bytes! + transactionHash: localarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_SlippageUpdate_filter { +input localarbitrumone_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -99726,7 +98887,7 @@ input bnb_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: bnb_DestinationTransfer_filter + transfer_: localarbitrumone_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -99735,26 +98896,26 @@ input bnb_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + caller: localarbitrumone_Bytes + caller_not: localarbitrumone_Bytes + caller_gt: localarbitrumone_Bytes + caller_lt: localarbitrumone_Bytes + caller_gte: localarbitrumone_Bytes + caller_lte: localarbitrumone_Bytes + caller_in: [localarbitrumone_Bytes!] + caller_not_in: [localarbitrumone_Bytes!] + caller_contains: localarbitrumone_Bytes + caller_not_contains: localarbitrumone_Bytes + transactionHash: localarbitrumone_Bytes + transactionHash_not: localarbitrumone_Bytes + transactionHash_gt: localarbitrumone_Bytes + transactionHash_lt: localarbitrumone_Bytes + transactionHash_gte: localarbitrumone_Bytes + transactionHash_lte: localarbitrumone_Bytes + transactionHash_in: [localarbitrumone_Bytes!] + transactionHash_not_in: [localarbitrumone_Bytes!] + transactionHash_contains: localarbitrumone_Bytes + transactionHash_not_contains: localarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -99788,60 +98949,180 @@ input bnb_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_SlippageUpdate_filter] - or: [bnb_SlippageUpdate_filter] + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_SlippageUpdate_filter] + or: [localarbitrumone_SlippageUpdate_filter] +} + +enum localarbitrumone_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type localarbitrumone_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: localarbitrumone_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input localarbitrumone_SnapshotRoot_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!] + root: localarbitrumone_Bytes + root_not: localarbitrumone_Bytes + root_gt: localarbitrumone_Bytes + root_lt: localarbitrumone_Bytes + root_gte: localarbitrumone_Bytes + root_lte: localarbitrumone_Bytes + root_in: [localarbitrumone_Bytes!] + root_not_in: [localarbitrumone_Bytes!] + root_contains: localarbitrumone_Bytes + root_not_contains: localarbitrumone_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_SnapshotRoot_filter] + or: [localarbitrumone_SnapshotRoot_filter] +} + +enum localarbitrumone_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type localarbitrumone_SpokeConnectorMode { + id: ID! + mode: String! +} + +input localarbitrumone_SpokeConnectorMode_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!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: localarbitrumone_BlockChangedFilter + and: [localarbitrumone_SpokeConnectorMode_filter] + or: [localarbitrumone_SpokeConnectorMode_filter] } -enum bnb_SlippageUpdate_orderBy { +enum localarbitrumone_SpokeConnectorMode_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber + mode } -enum bnb_TransferStatus { +enum localarbitrumone_TransferStatus { XCalled Executed Reconciled @@ -99849,9 +99130,9 @@ enum bnb_TransferStatus { CompletedFast } -type bnb__Block_ { +type localarbitrumone__Block_ { """The hash of the block""" - hash: bnb_Bytes + hash: localarbitrumone_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -99859,7 +99140,7 @@ type bnb__Block_ { } """The type for the top-level _meta field""" -type bnb__Meta_ { +type localarbitrumone__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -99867,20 +99148,30 @@ type bnb__Meta_ { and therefore asks for the latest block """ - block: bnb__Block_! + block: localarbitrumone__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type linea_AggregateRoot { +type localmainnet_AggregateRoot { id: ID! - root: linea_Bytes! + root: localmainnet_Bytes! blockNumber: BigInt! } -input linea_AggregateRoot_filter { +type localmainnet_AggregateRootProposed { + id: ID! + aggregateRoot: localmainnet_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input localmainnet_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -99889,12 +99180,48 @@ input linea_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -99904,40 +99231,84 @@ input linea_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AggregateRootProposed_filter] + or: [localmainnet_AggregateRootProposed_filter] } -enum linea_AggregateRoot_orderBy { +enum localmainnet_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input localmainnet_AggregateRoot_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!] + root: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AggregateRoot_filter] + or: [localmainnet_AggregateRoot_filter] +} + +enum localmainnet_AggregateRoot_orderBy { id root blockNumber } -type linea_Asset { +type localmainnet_Asset { id: ID! - key: linea_Bytes + key: localmainnet_Bytes decimal: BigInt - adoptedDecimal: BigInt - canonicalId: linea_Bytes + canonicalId: localmainnet_Bytes canonicalDomain: BigInt - adoptedAsset: linea_Bytes - localAsset: linea_Bytes + adoptedAsset: localmainnet_Bytes + localAsset: localmainnet_Bytes blockNumber: BigInt - status: linea_AssetStatus + status: localmainnet_AssetStatus } -type linea_AssetBalance { +type localmainnet_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: linea_Router! - asset: linea_Asset! + router: localmainnet_Router! + asset: localmainnet_Asset! feesEarned: BigInt! } -input linea_AssetBalance_filter { +input localmainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -99998,7 +99369,7 @@ input linea_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: linea_Router_filter + router_: localmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -100019,7 +99390,7 @@ input linea_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: linea_Asset_filter + asset_: localmainnet_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -100029,26 +99400,42 @@ input linea_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AssetBalance_filter] + or: [localmainnet_AssetBalance_filter] } -enum linea_AssetBalance_orderBy { +enum localmainnet_AssetBalance_orderBy { id amount locked supplied removed router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber feesEarned } -type linea_AssetStatus { +type localmainnet_AssetStatus { id: ID! status: Boolean } -input linea_AssetStatus_filter { +input localmainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -100062,15 +99449,17 @@ input linea_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AssetStatus_filter] + or: [localmainnet_AssetStatus_filter] } -enum linea_AssetStatus_orderBy { +enum localmainnet_AssetStatus_orderBy { id status } -input linea_Asset_filter { +input localmainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -100079,12 +99468,16 @@ input linea_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: linea_Bytes - key_not: linea_Bytes - key_in: [linea_Bytes!] - key_not_in: [linea_Bytes!] - key_contains: linea_Bytes - key_not_contains: linea_Bytes + key: localmainnet_Bytes + key_not: localmainnet_Bytes + key_gt: localmainnet_Bytes + key_lt: localmainnet_Bytes + key_gte: localmainnet_Bytes + key_lte: localmainnet_Bytes + key_in: [localmainnet_Bytes!] + key_not_in: [localmainnet_Bytes!] + key_contains: localmainnet_Bytes + key_not_contains: localmainnet_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -100093,20 +99486,16 @@ input linea_Asset_filter { decimal_lte: BigInt decimal_in: [BigInt!] decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes + canonicalId: localmainnet_Bytes + canonicalId_not: localmainnet_Bytes + canonicalId_gt: localmainnet_Bytes + canonicalId_lt: localmainnet_Bytes + canonicalId_gte: localmainnet_Bytes + canonicalId_lte: localmainnet_Bytes + canonicalId_in: [localmainnet_Bytes!] + canonicalId_not_in: [localmainnet_Bytes!] + canonicalId_contains: localmainnet_Bytes + canonicalId_not_contains: localmainnet_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -100115,18 +99504,26 @@ input linea_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: linea_Bytes - adoptedAsset_not: linea_Bytes - adoptedAsset_in: [linea_Bytes!] - adoptedAsset_not_in: [linea_Bytes!] - adoptedAsset_contains: linea_Bytes - adoptedAsset_not_contains: linea_Bytes - localAsset: linea_Bytes - localAsset_not: linea_Bytes - localAsset_in: [linea_Bytes!] - localAsset_not_in: [linea_Bytes!] - localAsset_contains: linea_Bytes - localAsset_not_contains: linea_Bytes + adoptedAsset: localmainnet_Bytes + adoptedAsset_not: localmainnet_Bytes + adoptedAsset_gt: localmainnet_Bytes + adoptedAsset_lt: localmainnet_Bytes + adoptedAsset_gte: localmainnet_Bytes + adoptedAsset_lte: localmainnet_Bytes + adoptedAsset_in: [localmainnet_Bytes!] + adoptedAsset_not_in: [localmainnet_Bytes!] + adoptedAsset_contains: localmainnet_Bytes + adoptedAsset_not_contains: localmainnet_Bytes + localAsset: localmainnet_Bytes + localAsset_not: localmainnet_Bytes + localAsset_gt: localmainnet_Bytes + localAsset_lt: localmainnet_Bytes + localAsset_gte: localmainnet_Bytes + localAsset_lte: localmainnet_Bytes + localAsset_in: [localmainnet_Bytes!] + localAsset_not_in: [localmainnet_Bytes!] + localAsset_contains: localmainnet_Bytes + localAsset_not_contains: localmainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -100155,48 +99552,51 @@ input linea_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: linea_AssetStatus_filter + status_: localmainnet_AssetStatus_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Asset_filter] + or: [localmainnet_Asset_filter] } -enum linea_Asset_orderBy { +enum localmainnet_Asset_orderBy { id key decimal - adoptedDecimal canonicalId canonicalDomain adoptedAsset localAsset blockNumber status + status__id + status__status } -scalar linea_BigDecimal +scalar localmainnet_BigDecimal -input linea_BlockChangedFilter { +input localmainnet_BlockChangedFilter { number_gte: Int! } -input linea_Block_height { - hash: linea_Bytes +input localmainnet_Block_height { + hash: localmainnet_Bytes number: Int number_gte: Int } -scalar linea_Bytes +scalar localmainnet_Bytes -type linea_ConnectorMeta { +type localmainnet_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: linea_Bytes - rootManager: linea_Bytes - mirrorConnector: linea_Bytes + amb: localmainnet_Bytes + rootManager: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes } -input linea_ConnectorMeta_filter { +input localmainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -100221,29 +99621,43 @@ input linea_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: linea_Bytes - amb_not: linea_Bytes - amb_in: [linea_Bytes!] - amb_not_in: [linea_Bytes!] - amb_contains: linea_Bytes - amb_not_contains: linea_Bytes - rootManager: linea_Bytes - rootManager_not: linea_Bytes - rootManager_in: [linea_Bytes!] - rootManager_not_in: [linea_Bytes!] - rootManager_contains: linea_Bytes - rootManager_not_contains: linea_Bytes - mirrorConnector: linea_Bytes - mirrorConnector_not: linea_Bytes - mirrorConnector_in: [linea_Bytes!] - mirrorConnector_not_in: [linea_Bytes!] - mirrorConnector_contains: linea_Bytes - mirrorConnector_not_contains: linea_Bytes + amb: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_ConnectorMeta_filter] + or: [localmainnet_ConnectorMeta_filter] } -enum linea_ConnectorMeta_orderBy { +enum localmainnet_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -100252,48 +99666,48 @@ enum linea_ConnectorMeta_orderBy { mirrorConnector } -type linea_DestinationTransfer { +type localmainnet_DestinationTransfer { id: ID! chainId: BigInt - transferId: linea_Bytes + transferId: localmainnet_Bytes nonce: BigInt - status: linea_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: linea_Router_orderBy, orderDirection: linea_OrderDirection, where: linea_Router_filter): [linea_Router!] + status: localmainnet_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: localmainnet_Router_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_Router_filter): [localmainnet_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: linea_Bytes - delegate: linea_Bytes + to: localmainnet_Bytes + delegate: localmainnet_Bytes receiveLocal: Boolean - callData: linea_Bytes + callData: localmainnet_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: linea_Bytes + originSender: localmainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset + canonicalId: localmainnet_Bytes + asset: localmainnet_Asset amount: BigInt routersFee: BigInt - executedCaller: linea_Bytes - executedTransactionHash: linea_Bytes + executedCaller: localmainnet_Bytes + executedTransactionHash: localmainnet_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: linea_Bytes + executedTxOrigin: localmainnet_Bytes executedTxNonce: BigInt - reconciledCaller: linea_Bytes - reconciledTransactionHash: linea_Bytes + reconciledCaller: localmainnet_Bytes + reconciledTransactionHash: localmainnet_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: linea_Bytes + reconciledTxOrigin: localmainnet_Bytes reconciledTxNonce: BigInt } -input linea_DestinationTransfer_filter { +input localmainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -100310,12 +99724,16 @@ input linea_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes + transferId: localmainnet_Bytes + transferId_not: localmainnet_Bytes + transferId_gt: localmainnet_Bytes + transferId_lt: localmainnet_Bytes + transferId_gte: localmainnet_Bytes + transferId_lte: localmainnet_Bytes + transferId_in: [localmainnet_Bytes!] + transferId_not_in: [localmainnet_Bytes!] + transferId_contains: localmainnet_Bytes + transferId_not_contains: localmainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -100324,17 +99742,17 @@ input linea_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: linea_TransferStatus - status_not: linea_TransferStatus - status_in: [linea_TransferStatus!] - status_not_in: [linea_TransferStatus!] + status: localmainnet_TransferStatus + status_not: localmainnet_TransferStatus + status_in: [localmainnet_TransferStatus!] + status_not_in: [localmainnet_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: linea_Router_filter + routers_: localmainnet_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -100359,28 +99777,40 @@ input linea_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: linea_Bytes - to_not: linea_Bytes - to_in: [linea_Bytes!] - to_not_in: [linea_Bytes!] - to_contains: linea_Bytes - to_not_contains: linea_Bytes - delegate: linea_Bytes - delegate_not: linea_Bytes - delegate_in: [linea_Bytes!] - delegate_not_in: [linea_Bytes!] - delegate_contains: linea_Bytes - delegate_not_contains: linea_Bytes + to: localmainnet_Bytes + to_not: localmainnet_Bytes + to_gt: localmainnet_Bytes + to_lt: localmainnet_Bytes + to_gte: localmainnet_Bytes + to_lte: localmainnet_Bytes + to_in: [localmainnet_Bytes!] + to_not_in: [localmainnet_Bytes!] + to_contains: localmainnet_Bytes + to_not_contains: localmainnet_Bytes + delegate: localmainnet_Bytes + delegate_not: localmainnet_Bytes + delegate_gt: localmainnet_Bytes + delegate_lt: localmainnet_Bytes + delegate_gte: localmainnet_Bytes + delegate_lte: localmainnet_Bytes + delegate_in: [localmainnet_Bytes!] + delegate_not_in: [localmainnet_Bytes!] + delegate_contains: localmainnet_Bytes + delegate_not_contains: localmainnet_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: linea_Bytes - callData_not: linea_Bytes - callData_in: [linea_Bytes!] - callData_not_in: [linea_Bytes!] - callData_contains: linea_Bytes - callData_not_contains: linea_Bytes + callData: localmainnet_Bytes + callData_not: localmainnet_Bytes + callData_gt: localmainnet_Bytes + callData_lt: localmainnet_Bytes + callData_gte: localmainnet_Bytes + callData_lte: localmainnet_Bytes + callData_in: [localmainnet_Bytes!] + callData_not_in: [localmainnet_Bytes!] + callData_contains: localmainnet_Bytes + callData_not_contains: localmainnet_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -100397,12 +99827,16 @@ input linea_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: linea_Bytes - originSender_not: linea_Bytes - originSender_in: [linea_Bytes!] - originSender_not_in: [linea_Bytes!] - originSender_contains: linea_Bytes - originSender_not_contains: linea_Bytes + originSender: localmainnet_Bytes + originSender_not: localmainnet_Bytes + originSender_gt: localmainnet_Bytes + originSender_lt: localmainnet_Bytes + originSender_gte: localmainnet_Bytes + originSender_lte: localmainnet_Bytes + originSender_in: [localmainnet_Bytes!] + originSender_not_in: [localmainnet_Bytes!] + originSender_contains: localmainnet_Bytes + originSender_not_contains: localmainnet_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -100419,12 +99853,16 @@ input linea_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes + canonicalId: localmainnet_Bytes + canonicalId_not: localmainnet_Bytes + canonicalId_gt: localmainnet_Bytes + canonicalId_lt: localmainnet_Bytes + canonicalId_gte: localmainnet_Bytes + canonicalId_lte: localmainnet_Bytes + canonicalId_in: [localmainnet_Bytes!] + canonicalId_not_in: [localmainnet_Bytes!] + canonicalId_contains: localmainnet_Bytes + canonicalId_not_contains: localmainnet_Bytes asset: String asset_not: String asset_gt: String @@ -100445,7 +99883,7 @@ input linea_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: linea_Asset_filter + asset_: localmainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -100462,18 +99900,26 @@ input linea_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: linea_Bytes - executedCaller_not: linea_Bytes - executedCaller_in: [linea_Bytes!] - executedCaller_not_in: [linea_Bytes!] - executedCaller_contains: linea_Bytes - executedCaller_not_contains: linea_Bytes - executedTransactionHash: linea_Bytes - executedTransactionHash_not: linea_Bytes - executedTransactionHash_in: [linea_Bytes!] - executedTransactionHash_not_in: [linea_Bytes!] - executedTransactionHash_contains: linea_Bytes - executedTransactionHash_not_contains: linea_Bytes + executedCaller: localmainnet_Bytes + executedCaller_not: localmainnet_Bytes + executedCaller_gt: localmainnet_Bytes + executedCaller_lt: localmainnet_Bytes + executedCaller_gte: localmainnet_Bytes + executedCaller_lte: localmainnet_Bytes + executedCaller_in: [localmainnet_Bytes!] + executedCaller_not_in: [localmainnet_Bytes!] + executedCaller_contains: localmainnet_Bytes + executedCaller_not_contains: localmainnet_Bytes + executedTransactionHash: localmainnet_Bytes + executedTransactionHash_not: localmainnet_Bytes + executedTransactionHash_gt: localmainnet_Bytes + executedTransactionHash_lt: localmainnet_Bytes + executedTransactionHash_gte: localmainnet_Bytes + executedTransactionHash_lte: localmainnet_Bytes + executedTransactionHash_in: [localmainnet_Bytes!] + executedTransactionHash_not_in: [localmainnet_Bytes!] + executedTransactionHash_contains: localmainnet_Bytes + executedTransactionHash_not_contains: localmainnet_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -100506,12 +99952,16 @@ input linea_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: linea_Bytes - executedTxOrigin_not: linea_Bytes - executedTxOrigin_in: [linea_Bytes!] - executedTxOrigin_not_in: [linea_Bytes!] - executedTxOrigin_contains: linea_Bytes - executedTxOrigin_not_contains: linea_Bytes + executedTxOrigin: localmainnet_Bytes + executedTxOrigin_not: localmainnet_Bytes + executedTxOrigin_gt: localmainnet_Bytes + executedTxOrigin_lt: localmainnet_Bytes + executedTxOrigin_gte: localmainnet_Bytes + executedTxOrigin_lte: localmainnet_Bytes + executedTxOrigin_in: [localmainnet_Bytes!] + executedTxOrigin_not_in: [localmainnet_Bytes!] + executedTxOrigin_contains: localmainnet_Bytes + executedTxOrigin_not_contains: localmainnet_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -100520,18 +99970,26 @@ input linea_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: linea_Bytes - reconciledCaller_not: linea_Bytes - reconciledCaller_in: [linea_Bytes!] - reconciledCaller_not_in: [linea_Bytes!] - reconciledCaller_contains: linea_Bytes - reconciledCaller_not_contains: linea_Bytes - reconciledTransactionHash: linea_Bytes - reconciledTransactionHash_not: linea_Bytes - reconciledTransactionHash_in: [linea_Bytes!] - reconciledTransactionHash_not_in: [linea_Bytes!] - reconciledTransactionHash_contains: linea_Bytes - reconciledTransactionHash_not_contains: linea_Bytes + reconciledCaller: localmainnet_Bytes + reconciledCaller_not: localmainnet_Bytes + reconciledCaller_gt: localmainnet_Bytes + reconciledCaller_lt: localmainnet_Bytes + reconciledCaller_gte: localmainnet_Bytes + reconciledCaller_lte: localmainnet_Bytes + reconciledCaller_in: [localmainnet_Bytes!] + reconciledCaller_not_in: [localmainnet_Bytes!] + reconciledCaller_contains: localmainnet_Bytes + reconciledCaller_not_contains: localmainnet_Bytes + reconciledTransactionHash: localmainnet_Bytes + reconciledTransactionHash_not: localmainnet_Bytes + reconciledTransactionHash_gt: localmainnet_Bytes + reconciledTransactionHash_lt: localmainnet_Bytes + reconciledTransactionHash_gte: localmainnet_Bytes + reconciledTransactionHash_lte: localmainnet_Bytes + reconciledTransactionHash_in: [localmainnet_Bytes!] + reconciledTransactionHash_not_in: [localmainnet_Bytes!] + reconciledTransactionHash_contains: localmainnet_Bytes + reconciledTransactionHash_not_contains: localmainnet_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -100564,12 +100022,16 @@ input linea_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: linea_Bytes - reconciledTxOrigin_not: linea_Bytes - reconciledTxOrigin_in: [linea_Bytes!] - reconciledTxOrigin_not_in: [linea_Bytes!] - reconciledTxOrigin_contains: linea_Bytes - reconciledTxOrigin_not_contains: linea_Bytes + reconciledTxOrigin: localmainnet_Bytes + reconciledTxOrigin_not: localmainnet_Bytes + reconciledTxOrigin_gt: localmainnet_Bytes + reconciledTxOrigin_lt: localmainnet_Bytes + reconciledTxOrigin_gte: localmainnet_Bytes + reconciledTxOrigin_lte: localmainnet_Bytes + reconciledTxOrigin_in: [localmainnet_Bytes!] + reconciledTxOrigin_not_in: [localmainnet_Bytes!] + reconciledTxOrigin_contains: localmainnet_Bytes + reconciledTxOrigin_not_contains: localmainnet_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -100579,10 +100041,12 @@ input linea_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_DestinationTransfer_filter] + or: [localmainnet_DestinationTransfer_filter] } -enum linea_DestinationTransfer_orderBy { +enum localmainnet_DestinationTransfer_orderBy { id chainId transferId @@ -100603,6 +100067,14 @@ enum linea_DestinationTransfer_orderBy { normalizedIn canonicalId asset + asset__id + asset__key + asset__decimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber amount routersFee executedCaller @@ -100623,26 +100095,87 @@ enum linea_DestinationTransfer_orderBy { reconciledTxNonce } +""" +8 bytes signed integer + +""" +scalar localmainnet_Int8 + +type localmainnet_OptimisticRootFinalized { + id: ID! + aggregateRoot: localmainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input localmainnet_OptimisticRootFinalized_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!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OptimisticRootFinalized_filter] + or: [localmainnet_OptimisticRootFinalized_filter] +} + +enum localmainnet_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + """Defines the order direction, either ascending or descending""" -enum linea_OrderDirection { +enum localmainnet_OrderDirection { asc desc } -type linea_OriginMessage { +type localmainnet_OriginMessage { id: ID! - transferId: linea_Bytes + transferId: localmainnet_Bytes destinationDomain: BigInt - leaf: linea_Bytes + leaf: localmainnet_Bytes index: BigInt - message: linea_Bytes - root: linea_Bytes - transactionHash: linea_Bytes + message: localmainnet_Bytes + root: localmainnet_Bytes + transactionHash: localmainnet_Bytes blockNumber: BigInt - rootCount: linea_RootCount + rootCount: localmainnet_RootCount } -input linea_OriginMessage_filter { +input localmainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -100651,12 +100184,16 @@ input linea_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes + transferId: localmainnet_Bytes + transferId_not: localmainnet_Bytes + transferId_gt: localmainnet_Bytes + transferId_lt: localmainnet_Bytes + transferId_gte: localmainnet_Bytes + transferId_lte: localmainnet_Bytes + transferId_in: [localmainnet_Bytes!] + transferId_not_in: [localmainnet_Bytes!] + transferId_contains: localmainnet_Bytes + transferId_not_contains: localmainnet_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -100665,12 +100202,16 @@ input linea_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: linea_Bytes - leaf_not: linea_Bytes - leaf_in: [linea_Bytes!] - leaf_not_in: [linea_Bytes!] - leaf_contains: linea_Bytes - leaf_not_contains: linea_Bytes + leaf: localmainnet_Bytes + leaf_not: localmainnet_Bytes + leaf_gt: localmainnet_Bytes + leaf_lt: localmainnet_Bytes + leaf_gte: localmainnet_Bytes + leaf_lte: localmainnet_Bytes + leaf_in: [localmainnet_Bytes!] + leaf_not_in: [localmainnet_Bytes!] + leaf_contains: localmainnet_Bytes + leaf_not_contains: localmainnet_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -100679,24 +100220,36 @@ input linea_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: linea_Bytes - message_not: linea_Bytes - message_in: [linea_Bytes!] - message_not_in: [linea_Bytes!] - message_contains: linea_Bytes - message_not_contains: linea_Bytes - root: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + message: localmainnet_Bytes + message_not: localmainnet_Bytes + message_gt: localmainnet_Bytes + message_lt: localmainnet_Bytes + message_gte: localmainnet_Bytes + message_lte: localmainnet_Bytes + message_in: [localmainnet_Bytes!] + message_not_in: [localmainnet_Bytes!] + message_contains: localmainnet_Bytes + message_not_contains: localmainnet_Bytes + root: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -100725,12 +100278,14 @@ input linea_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: linea_RootCount_filter + rootCount_: localmainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OriginMessage_filter] + or: [localmainnet_OriginMessage_filter] } -enum linea_OriginMessage_orderBy { +enum localmainnet_OriginMessage_orderBy { id transferId destinationDomain @@ -100741,44 +100296,46 @@ enum linea_OriginMessage_orderBy { transactionHash blockNumber rootCount + rootCount__id + rootCount__count } -type linea_OriginTransfer { +type localmainnet_OriginTransfer { id: ID! chainId: BigInt - transferId: linea_Bytes + transferId: localmainnet_Bytes nonce: BigInt - status: linea_TransferStatus - messageHash: linea_Bytes + status: localmainnet_TransferStatus + messageHash: localmainnet_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: linea_Bytes - delegate: linea_Bytes + to: localmainnet_Bytes + delegate: localmainnet_Bytes receiveLocal: Boolean - callData: linea_Bytes + callData: localmainnet_Bytes slippage: BigInt - originSender: linea_Bytes + originSender: localmainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset - transactingAsset: linea_Bytes - message: linea_OriginMessage + canonicalId: localmainnet_Bytes + asset: localmainnet_Asset + transactingAsset: localmainnet_Bytes + message: localmainnet_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: linea_RelayerFee_orderBy, orderDirection: linea_OrderDirection, where: linea_RelayerFee_filter): [linea_RelayerFee!] - initialRelayerFeeAsset: linea_Bytes - caller: linea_Bytes - transactionHash: linea_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: localmainnet_RelayerFee_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_RelayerFee_filter): [localmainnet_RelayerFee!] + initialRelayerFeeAsset: localmainnet_Bytes + caller: localmainnet_Bytes + transactionHash: localmainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: linea_Bytes + txOrigin: localmainnet_Bytes txNonce: BigInt } -input linea_OriginTransfer_filter { +input localmainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -100795,12 +100352,16 @@ input linea_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes + transferId: localmainnet_Bytes + transferId_not: localmainnet_Bytes + transferId_gt: localmainnet_Bytes + transferId_lt: localmainnet_Bytes + transferId_gte: localmainnet_Bytes + transferId_lte: localmainnet_Bytes + transferId_in: [localmainnet_Bytes!] + transferId_not_in: [localmainnet_Bytes!] + transferId_contains: localmainnet_Bytes + transferId_not_contains: localmainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -100809,16 +100370,20 @@ input linea_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: linea_TransferStatus - status_not: linea_TransferStatus - status_in: [linea_TransferStatus!] - status_not_in: [linea_TransferStatus!] - messageHash: linea_Bytes - messageHash_not: linea_Bytes - messageHash_in: [linea_Bytes!] - messageHash_not_in: [linea_Bytes!] - messageHash_contains: linea_Bytes - messageHash_not_contains: linea_Bytes + status: localmainnet_TransferStatus + status_not: localmainnet_TransferStatus + status_in: [localmainnet_TransferStatus!] + status_not_in: [localmainnet_TransferStatus!] + messageHash: localmainnet_Bytes + messageHash_not: localmainnet_Bytes + messageHash_gt: localmainnet_Bytes + messageHash_lt: localmainnet_Bytes + messageHash_gte: localmainnet_Bytes + messageHash_lte: localmainnet_Bytes + messageHash_in: [localmainnet_Bytes!] + messageHash_not_in: [localmainnet_Bytes!] + messageHash_contains: localmainnet_Bytes + messageHash_not_contains: localmainnet_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -100843,28 +100408,40 @@ input linea_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: linea_Bytes - to_not: linea_Bytes - to_in: [linea_Bytes!] - to_not_in: [linea_Bytes!] - to_contains: linea_Bytes - to_not_contains: linea_Bytes - delegate: linea_Bytes - delegate_not: linea_Bytes - delegate_in: [linea_Bytes!] - delegate_not_in: [linea_Bytes!] - delegate_contains: linea_Bytes - delegate_not_contains: linea_Bytes + to: localmainnet_Bytes + to_not: localmainnet_Bytes + to_gt: localmainnet_Bytes + to_lt: localmainnet_Bytes + to_gte: localmainnet_Bytes + to_lte: localmainnet_Bytes + to_in: [localmainnet_Bytes!] + to_not_in: [localmainnet_Bytes!] + to_contains: localmainnet_Bytes + to_not_contains: localmainnet_Bytes + delegate: localmainnet_Bytes + delegate_not: localmainnet_Bytes + delegate_gt: localmainnet_Bytes + delegate_lt: localmainnet_Bytes + delegate_gte: localmainnet_Bytes + delegate_lte: localmainnet_Bytes + delegate_in: [localmainnet_Bytes!] + delegate_not_in: [localmainnet_Bytes!] + delegate_contains: localmainnet_Bytes + delegate_not_contains: localmainnet_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: linea_Bytes - callData_not: linea_Bytes - callData_in: [linea_Bytes!] - callData_not_in: [linea_Bytes!] - callData_contains: linea_Bytes - callData_not_contains: linea_Bytes + callData: localmainnet_Bytes + callData_not: localmainnet_Bytes + callData_gt: localmainnet_Bytes + callData_lt: localmainnet_Bytes + callData_gte: localmainnet_Bytes + callData_lte: localmainnet_Bytes + callData_in: [localmainnet_Bytes!] + callData_not_in: [localmainnet_Bytes!] + callData_contains: localmainnet_Bytes + callData_not_contains: localmainnet_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -100873,12 +100450,16 @@ input linea_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: linea_Bytes - originSender_not: linea_Bytes - originSender_in: [linea_Bytes!] - originSender_not_in: [linea_Bytes!] - originSender_contains: linea_Bytes - originSender_not_contains: linea_Bytes + originSender: localmainnet_Bytes + originSender_not: localmainnet_Bytes + originSender_gt: localmainnet_Bytes + originSender_lt: localmainnet_Bytes + originSender_gte: localmainnet_Bytes + originSender_lte: localmainnet_Bytes + originSender_in: [localmainnet_Bytes!] + originSender_not_in: [localmainnet_Bytes!] + originSender_contains: localmainnet_Bytes + originSender_not_contains: localmainnet_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -100895,12 +100476,16 @@ input linea_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes + canonicalId: localmainnet_Bytes + canonicalId_not: localmainnet_Bytes + canonicalId_gt: localmainnet_Bytes + canonicalId_lt: localmainnet_Bytes + canonicalId_gte: localmainnet_Bytes + canonicalId_lte: localmainnet_Bytes + canonicalId_in: [localmainnet_Bytes!] + canonicalId_not_in: [localmainnet_Bytes!] + canonicalId_contains: localmainnet_Bytes + canonicalId_not_contains: localmainnet_Bytes asset: String asset_not: String asset_gt: String @@ -100921,13 +100506,17 @@ input linea_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - transactingAsset: linea_Bytes - transactingAsset_not: linea_Bytes - transactingAsset_in: [linea_Bytes!] - transactingAsset_not_in: [linea_Bytes!] - transactingAsset_contains: linea_Bytes - transactingAsset_not_contains: linea_Bytes + asset_: localmainnet_Asset_filter + transactingAsset: localmainnet_Bytes + transactingAsset_not: localmainnet_Bytes + transactingAsset_gt: localmainnet_Bytes + transactingAsset_lt: localmainnet_Bytes + transactingAsset_gte: localmainnet_Bytes + transactingAsset_lte: localmainnet_Bytes + transactingAsset_in: [localmainnet_Bytes!] + transactingAsset_not_in: [localmainnet_Bytes!] + transactingAsset_contains: localmainnet_Bytes + transactingAsset_not_contains: localmainnet_Bytes message: String message_not: String message_gt: String @@ -100948,40 +100537,52 @@ input linea_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: linea_OriginMessage_filter + message_: localmainnet_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: linea_RelayerFee_filter - initialRelayerFeeAsset: linea_Bytes - initialRelayerFeeAsset_not: linea_Bytes - initialRelayerFeeAsset_in: [linea_Bytes!] - initialRelayerFeeAsset_not_in: [linea_Bytes!] - initialRelayerFeeAsset_contains: linea_Bytes - initialRelayerFeeAsset_not_contains: linea_Bytes - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + bumpRelayerFeeCount_gte: BigInt + bumpRelayerFeeCount_lte: BigInt + bumpRelayerFeeCount_in: [BigInt!] + bumpRelayerFeeCount_not_in: [BigInt!] + relayerFees: [String!] + relayerFees_not: [String!] + relayerFees_contains: [String!] + relayerFees_contains_nocase: [String!] + relayerFees_not_contains: [String!] + relayerFees_not_contains_nocase: [String!] + relayerFees_: localmainnet_RelayerFee_filter + initialRelayerFeeAsset: localmainnet_Bytes + initialRelayerFeeAsset_not: localmainnet_Bytes + initialRelayerFeeAsset_gt: localmainnet_Bytes + initialRelayerFeeAsset_lt: localmainnet_Bytes + initialRelayerFeeAsset_gte: localmainnet_Bytes + initialRelayerFeeAsset_lte: localmainnet_Bytes + initialRelayerFeeAsset_in: [localmainnet_Bytes!] + initialRelayerFeeAsset_not_in: [localmainnet_Bytes!] + initialRelayerFeeAsset_contains: localmainnet_Bytes + initialRelayerFeeAsset_not_contains: localmainnet_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -101014,12 +100615,16 @@ input linea_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: linea_Bytes - txOrigin_not: linea_Bytes - txOrigin_in: [linea_Bytes!] - txOrigin_not_in: [linea_Bytes!] - txOrigin_contains: linea_Bytes - txOrigin_not_contains: linea_Bytes + txOrigin: localmainnet_Bytes + txOrigin_not: localmainnet_Bytes + txOrigin_gt: localmainnet_Bytes + txOrigin_lt: localmainnet_Bytes + txOrigin_gte: localmainnet_Bytes + txOrigin_lte: localmainnet_Bytes + txOrigin_in: [localmainnet_Bytes!] + txOrigin_not_in: [localmainnet_Bytes!] + txOrigin_contains: localmainnet_Bytes + txOrigin_not_contains: localmainnet_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -101029,10 +100634,12 @@ input linea_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OriginTransfer_filter] + or: [localmainnet_OriginTransfer_filter] } -enum linea_OriginTransfer_orderBy { +enum localmainnet_OriginTransfer_orderBy { id chainId transferId @@ -101052,8 +100659,25 @@ enum linea_OriginTransfer_orderBy { normalizedIn canonicalId asset + asset__id + asset__key + asset__decimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber transactingAsset message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber bumpRelayerFeeCount relayerFees initialRelayerFeeAsset @@ -101067,20 +100691,20 @@ enum linea_OriginTransfer_orderBy { txNonce } -type linea_Relayer { +type localmainnet_Relayer { id: ID! isActive: Boolean! - relayer: linea_Bytes + relayer: localmainnet_Bytes } -type linea_RelayerFee { +type localmainnet_RelayerFee { id: ID! - transfer: linea_OriginTransfer! + transfer: localmainnet_OriginTransfer! fee: BigInt! - asset: linea_Bytes! + asset: localmainnet_Bytes! } -input linea_RelayerFee_filter { +input localmainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -101109,7 +100733,7 @@ input linea_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: linea_OriginTransfer_filter + transfer_: localmainnet_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -101118,37 +100742,72 @@ input linea_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: linea_Bytes - asset_not: linea_Bytes - asset_in: [linea_Bytes!] - asset_not_in: [linea_Bytes!] - asset_contains: linea_Bytes - asset_not_contains: linea_Bytes + asset: localmainnet_Bytes + asset_not: localmainnet_Bytes + asset_gt: localmainnet_Bytes + asset_lt: localmainnet_Bytes + asset_gte: localmainnet_Bytes + asset_lte: localmainnet_Bytes + asset_in: [localmainnet_Bytes!] + asset_not_in: [localmainnet_Bytes!] + asset_contains: localmainnet_Bytes + asset_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RelayerFee_filter] + or: [localmainnet_RelayerFee_filter] } -enum linea_RelayerFee_orderBy { +enum localmainnet_RelayerFee_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce fee asset } -type linea_RelayerFeesIncrease { +type localmainnet_RelayerFeesIncrease { id: ID! - transfer: linea_OriginTransfer! + transfer: localmainnet_OriginTransfer! increase: BigInt - asset: linea_Bytes - caller: linea_Bytes! - transactionHash: linea_Bytes! + asset: localmainnet_Bytes + caller: localmainnet_Bytes! + transactionHash: localmainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input linea_RelayerFeesIncrease_filter { +input localmainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -101177,7 +100836,7 @@ input linea_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: linea_OriginTransfer_filter + transfer_: localmainnet_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -101186,24 +100845,36 @@ input linea_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: linea_Bytes - asset_not: linea_Bytes - asset_in: [linea_Bytes!] - asset_not_in: [linea_Bytes!] - asset_contains: linea_Bytes - asset_not_contains: linea_Bytes - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + asset: localmainnet_Bytes + asset_not: localmainnet_Bytes + asset_gt: localmainnet_Bytes + asset_lt: localmainnet_Bytes + asset_gte: localmainnet_Bytes + asset_lte: localmainnet_Bytes + asset_in: [localmainnet_Bytes!] + asset_not_in: [localmainnet_Bytes!] + asset_contains: localmainnet_Bytes + asset_not_contains: localmainnet_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -101237,12 +100908,43 @@ input linea_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RelayerFeesIncrease_filter] + or: [localmainnet_RelayerFeesIncrease_filter] } -enum linea_RelayerFeesIncrease_orderBy { +enum localmainnet_RelayerFeesIncrease_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce increase asset caller @@ -101253,7 +100955,7 @@ enum linea_RelayerFeesIncrease_orderBy { blockNumber } -input linea_Relayer_filter { +input localmainnet_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -101266,28 +100968,34 @@ input linea_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: linea_Bytes - relayer_not: linea_Bytes - relayer_in: [linea_Bytes!] - relayer_not_in: [linea_Bytes!] - relayer_contains: linea_Bytes - relayer_not_contains: linea_Bytes + relayer: localmainnet_Bytes + relayer_not: localmainnet_Bytes + relayer_gt: localmainnet_Bytes + relayer_lt: localmainnet_Bytes + relayer_gte: localmainnet_Bytes + relayer_lte: localmainnet_Bytes + relayer_in: [localmainnet_Bytes!] + relayer_not_in: [localmainnet_Bytes!] + relayer_contains: localmainnet_Bytes + relayer_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Relayer_filter] + or: [localmainnet_Relayer_filter] } -enum linea_Relayer_orderBy { +enum localmainnet_Relayer_orderBy { id isActive relayer } -type linea_RootCount { +type localmainnet_RootCount { id: ID! count: BigInt } -input linea_RootCount_filter { +input localmainnet_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -101305,29 +101013,31 @@ input linea_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootCount_filter] + or: [localmainnet_RootCount_filter] } -enum linea_RootCount_orderBy { +enum localmainnet_RootCount_orderBy { id count } -type linea_RootMessageSent { +type localmainnet_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: linea_Bytes + root: localmainnet_Bytes count: BigInt - caller: linea_Bytes - transactionHash: linea_Bytes + caller: localmainnet_Bytes + transactionHash: localmainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input linea_RootMessageSent_filter { +input localmainnet_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -101352,12 +101062,16 @@ input linea_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes + root: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -101366,18 +101080,26 @@ input linea_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -101411,10 +101133,12 @@ input linea_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RootMessageSent_filter] + or: [localmainnet_RootMessageSent_filter] } -enum linea_RootMessageSent_orderBy { +enum localmainnet_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -101428,123 +101152,25 @@ enum linea_RootMessageSent_orderBy { blockNumber } -type linea_Router { +type localmainnet_Router { id: ID! isActive: Boolean! - owner: linea_Bytes - recipient: linea_Bytes - proposedOwner: linea_Bytes + owner: localmainnet_Bytes + recipient: localmainnet_Bytes + proposedOwner: localmainnet_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: linea_AssetBalance_orderBy, orderDirection: linea_OrderDirection, where: linea_AssetBalance_filter): [linea_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: localmainnet_AssetBalance_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_AssetBalance_filter): [localmainnet_AssetBalance!]! } -type linea_RouterDailyTVL { +type localmainnet_RouterDailyTVL { id: ID! - router: linea_Router! - asset: linea_Asset! + router: localmainnet_Router! + asset: localmainnet_Asset! timestamp: BigInt! balance: BigInt! } -input linea_RouterDailyTVL_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!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: linea_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_RouterDailyTVL_orderBy { - id - router - asset - timestamp - balance -} - -type linea_RouterLiquidityEvent { - id: ID! - type: linea_RouterLiquidityEventType - router: linea_Router! - asset: linea_Asset! - amount: BigInt! - balance: BigInt! - caller: linea_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: linea_Bytes! - nonce: BigInt! -} - -enum linea_RouterLiquidityEventType { - Add - Remove -} - -input linea_RouterLiquidityEvent_filter { +input localmainnet_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -101553,10 +101179,6 @@ input linea_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: linea_RouterLiquidityEventType - type_not: linea_RouterLiquidityEventType - type_in: [linea_RouterLiquidityEventType!] - type_not_in: [linea_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -101577,7 +101199,7 @@ input linea_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: linea_Router_filter + router_: localmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -101598,78 +101220,52 @@ input linea_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + asset_: localmainnet_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_RouterDailyTVL_filter] + or: [localmainnet_RouterDailyTVL_filter] } -enum linea_RouterLiquidityEvent_orderBy { +enum localmainnet_RouterDailyTVL_orderBy { id - type router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset - amount - balance - caller - blockNumber + asset__id + asset__key + asset__decimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - transactionHash - nonce + balance } -input linea_Router_filter { +input localmainnet_Router_filter { id: ID id_not: ID id_gt: ID @@ -101682,24 +101278,36 @@ input linea_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: linea_Bytes - owner_not: linea_Bytes - owner_in: [linea_Bytes!] - owner_not_in: [linea_Bytes!] - owner_contains: linea_Bytes - owner_not_contains: linea_Bytes - recipient: linea_Bytes - recipient_not: linea_Bytes - recipient_in: [linea_Bytes!] - recipient_not_in: [linea_Bytes!] - recipient_contains: linea_Bytes - recipient_not_contains: linea_Bytes - proposedOwner: linea_Bytes - proposedOwner_not: linea_Bytes - proposedOwner_in: [linea_Bytes!] - proposedOwner_not_in: [linea_Bytes!] - proposedOwner_contains: linea_Bytes - proposedOwner_not_contains: linea_Bytes + owner: localmainnet_Bytes + owner_not: localmainnet_Bytes + owner_gt: localmainnet_Bytes + owner_lt: localmainnet_Bytes + owner_gte: localmainnet_Bytes + owner_lte: localmainnet_Bytes + owner_in: [localmainnet_Bytes!] + owner_not_in: [localmainnet_Bytes!] + owner_contains: localmainnet_Bytes + owner_not_contains: localmainnet_Bytes + recipient: localmainnet_Bytes + recipient_not: localmainnet_Bytes + recipient_gt: localmainnet_Bytes + recipient_lt: localmainnet_Bytes + recipient_gte: localmainnet_Bytes + recipient_lte: localmainnet_Bytes + recipient_in: [localmainnet_Bytes!] + recipient_not_in: [localmainnet_Bytes!] + recipient_contains: localmainnet_Bytes + recipient_not_contains: localmainnet_Bytes + proposedOwner: localmainnet_Bytes + proposedOwner_not: localmainnet_Bytes + proposedOwner_gt: localmainnet_Bytes + proposedOwner_lt: localmainnet_Bytes + proposedOwner_gte: localmainnet_Bytes + proposedOwner_lte: localmainnet_Bytes + proposedOwner_in: [localmainnet_Bytes!] + proposedOwner_not_in: [localmainnet_Bytes!] + proposedOwner_contains: localmainnet_Bytes + proposedOwner_not_contains: localmainnet_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -101708,12 +101316,14 @@ input linea_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: linea_AssetBalance_filter + assetBalances_: localmainnet_AssetBalance_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Router_filter] + or: [localmainnet_Router_filter] } -enum linea_Router_orderBy { +enum localmainnet_Router_orderBy { id isActive owner @@ -101723,13 +101333,13 @@ enum linea_Router_orderBy { assetBalances } -type linea_Sequencer { +type localmainnet_Sequencer { id: ID! isActive: Boolean! - sequencer: linea_Bytes + sequencer: localmainnet_Bytes } -input linea_Sequencer_filter { +input localmainnet_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -101742,29 +101352,35 @@ input linea_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: linea_Bytes - sequencer_not: linea_Bytes - sequencer_in: [linea_Bytes!] - sequencer_not_in: [linea_Bytes!] - sequencer_contains: linea_Bytes - sequencer_not_contains: linea_Bytes + sequencer: localmainnet_Bytes + sequencer_not: localmainnet_Bytes + sequencer_gt: localmainnet_Bytes + sequencer_lt: localmainnet_Bytes + sequencer_gte: localmainnet_Bytes + sequencer_lte: localmainnet_Bytes + sequencer_in: [localmainnet_Bytes!] + sequencer_not_in: [localmainnet_Bytes!] + sequencer_contains: localmainnet_Bytes + sequencer_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Sequencer_filter] + or: [localmainnet_Sequencer_filter] } -enum linea_Sequencer_orderBy { +enum localmainnet_Sequencer_orderBy { id isActive sequencer } -type linea_Setting { +type localmainnet_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: linea_Bytes! + caller: localmainnet_Bytes! } -input linea_Setting_filter { +input localmainnet_Setting_filter { id: ID id_not: ID id_gt: ID @@ -101781,35 +101397,41 @@ input linea_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_Setting_filter] + or: [localmainnet_Setting_filter] } -enum linea_Setting_orderBy { +enum localmainnet_Setting_orderBy { id maxRoutersPerTransfer caller } -type linea_SlippageUpdate { +type localmainnet_SlippageUpdate { id: ID! - transfer: linea_DestinationTransfer! + transfer: localmainnet_DestinationTransfer! slippage: BigInt! - caller: linea_Bytes! - transactionHash: linea_Bytes! + caller: localmainnet_Bytes! + transactionHash: localmainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input linea_SlippageUpdate_filter { +input localmainnet_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -101838,7 +101460,7 @@ input linea_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: linea_DestinationTransfer_filter + transfer_: localmainnet_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -101847,18 +101469,26 @@ input linea_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + caller: localmainnet_Bytes + caller_not: localmainnet_Bytes + caller_gt: localmainnet_Bytes + caller_lt: localmainnet_Bytes + caller_gte: localmainnet_Bytes + caller_lte: localmainnet_Bytes + caller_in: [localmainnet_Bytes!] + caller_not_in: [localmainnet_Bytes!] + caller_contains: localmainnet_Bytes + caller_not_contains: localmainnet_Bytes + transactionHash: localmainnet_Bytes + transactionHash_not: localmainnet_Bytes + transactionHash_gt: localmainnet_Bytes + transactionHash_lt: localmainnet_Bytes + transactionHash_gte: localmainnet_Bytes + transactionHash_lte: localmainnet_Bytes + transactionHash_in: [localmainnet_Bytes!] + transactionHash_not_in: [localmainnet_Bytes!] + transactionHash_contains: localmainnet_Bytes + transactionHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -101892,71 +101522,385 @@ input linea_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_SlippageUpdate_filter] + or: [localmainnet_SlippageUpdate_filter] +} + +enum localmainnet_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type localmainnet_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: localmainnet_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input localmainnet_SnapshotRoot_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!] + root: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_SnapshotRoot_filter] + or: [localmainnet_SnapshotRoot_filter] +} + +enum localmainnet_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type localmainnet_SpokeConnectorMode { + id: ID! + mode: String! +} + +input localmainnet_SpokeConnectorMode_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!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_SpokeConnectorMode_filter] + or: [localmainnet_SpokeConnectorMode_filter] +} + +enum localmainnet_SpokeConnectorMode_orderBy { + id + mode +} + +enum localmainnet_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type localmainnet__Block_ { + """The hash of the block""" + hash: localmainnet_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type localmainnet__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: localmainnet__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +scalar linea_swap_BigDecimal + +input linea_swap_BlockChangedFilter { + number_gte: Int! +} + +input linea_swap_Block_height { + hash: linea_swap_Bytes + number: Int + number_gte: Int +} + +scalar linea_swap_Bytes + +type linea_swap_LpAccount { + id: ID! + address: linea_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpAccountBalance_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpAccountBalance_filter): [linea_swap_LpAccountBalance!]! +} + +type linea_swap_LpAccountBalance { + id: ID! + account: linea_swap_LpAccount! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: linea_swap_Bytes +} + +input linea_swap_LpAccountBalance_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!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: linea_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter } -enum linea_SlippageUpdate_orderBy { +enum linea_swap_LpAccountBalance_orderBy { id - transfer - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -enum linea_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + account + token + amount + block + modified + transaction } -type linea__Block_ { - """The hash of the block""" - hash: linea_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int +input linea_swap_LpAccount_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!] + address: linea_swap_Bytes + address_not: linea_swap_Bytes + address_in: [linea_swap_Bytes!] + address_not_in: [linea_swap_Bytes!] + address_contains: linea_swap_Bytes + address_not_contains: linea_swap_Bytes + balances_: linea_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter } -"""The type for the top-level _meta field""" -type linea__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: linea__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! +enum linea_swap_LpAccount_orderBy { + id + address + balances } -type localmainnet_AggregateRoot { +type linea_swap_LpToken { id: ID! - root: localmainnet_Bytes! - blockNumber: BigInt! + address: linea_swap_Bytes! + stableSwap: linea_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: linea_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpTokenEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpTokenEvent_filter): [linea_swap_LpTokenEvent!]! } -type localmainnet_AggregateRootProposed { +interface linea_swap_LpTokenEvent { id: ID! - aggregateRoot: localmainnet_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: linea_swap_Bytes! + nonce: BigInt! } -input localmainnet_AggregateRootProposed_filter { +input linea_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -101965,40 +101909,43 @@ input localmainnet_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -102007,31 +101954,35 @@ input localmainnet_AggregateRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AggregateRootProposed_filter] - or: [localmainnet_AggregateRootProposed_filter] + _change_block: linea_swap_BlockChangedFilter } -enum localmainnet_AggregateRootProposed_orderBy { +enum linea_swap_LpTokenEvent_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain + token + amount + block timestamp - blockNumber + transaction + nonce } -input localmainnet_AggregateRoot_filter { +input linea_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -102040,60 +101991,119 @@ input localmainnet_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + address: linea_swap_Bytes + address_not: linea_swap_Bytes + address_in: [linea_swap_Bytes!] + address_not_in: [linea_swap_Bytes!] + address_contains: linea_swap_Bytes + address_not_contains: linea_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: linea_swap_BigDecimal + totalSupply_not: linea_swap_BigDecimal + totalSupply_gt: linea_swap_BigDecimal + totalSupply_lt: linea_swap_BigDecimal + totalSupply_gte: linea_swap_BigDecimal + totalSupply_lte: linea_swap_BigDecimal + totalSupply_in: [linea_swap_BigDecimal!] + totalSupply_not_in: [linea_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AggregateRoot_filter] - or: [localmainnet_AggregateRoot_filter] + _change_block: linea_swap_BlockChangedFilter } -enum localmainnet_AggregateRoot_orderBy { +enum linea_swap_LpToken_orderBy { id - root - blockNumber -} - -type localmainnet_Asset { - id: ID! - key: localmainnet_Bytes - decimal: BigInt - canonicalId: localmainnet_Bytes - canonicalDomain: BigInt - adoptedAsset: localmainnet_Bytes - localAsset: localmainnet_Bytes - blockNumber: BigInt - status: localmainnet_AssetStatus + address + stableSwap + decimals + name + symbol + totalSupply + events } -type localmainnet_AssetBalance { +type linea_swap_LpTransferEvent implements linea_swap_LpTokenEvent { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: localmainnet_Router! - asset: localmainnet_Asset! - feesEarned: BigInt! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + from: linea_swap_Bytes! + to: linea_swap_Bytes! + fromBalance: linea_swap_BigDecimal! + toBalance: linea_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input localmainnet_AssetBalance_filter { +input linea_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -102102,125 +102112,123 @@ input localmainnet_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - locked: BigInt - locked_not: BigInt - locked_gt: BigInt - locked_lt: BigInt - locked_gte: BigInt - locked_lte: BigInt - locked_in: [BigInt!] - locked_not_in: [BigInt!] - supplied: BigInt - supplied_not: BigInt - supplied_gt: BigInt - supplied_lt: BigInt - supplied_gte: BigInt - supplied_lte: BigInt - supplied_in: [BigInt!] - supplied_not_in: [BigInt!] - removed: BigInt - removed_not: BigInt - removed_gt: BigInt - removed_lt: BigInt - removed_gte: BigInt - removed_lte: BigInt - removed_in: [BigInt!] - removed_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: localmainnet_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: localmainnet_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] + from: linea_swap_Bytes + from_not: linea_swap_Bytes + from_in: [linea_swap_Bytes!] + from_not_in: [linea_swap_Bytes!] + from_contains: linea_swap_Bytes + from_not_contains: linea_swap_Bytes + to: linea_swap_Bytes + to_not: linea_swap_Bytes + to_in: [linea_swap_Bytes!] + to_not_in: [linea_swap_Bytes!] + to_contains: linea_swap_Bytes + to_not_contains: linea_swap_Bytes + fromBalance: linea_swap_BigDecimal + fromBalance_not: linea_swap_BigDecimal + fromBalance_gt: linea_swap_BigDecimal + fromBalance_lt: linea_swap_BigDecimal + fromBalance_gte: linea_swap_BigDecimal + fromBalance_lte: linea_swap_BigDecimal + fromBalance_in: [linea_swap_BigDecimal!] + fromBalance_not_in: [linea_swap_BigDecimal!] + toBalance: linea_swap_BigDecimal + toBalance_not: linea_swap_BigDecimal + toBalance_gt: linea_swap_BigDecimal + toBalance_lt: linea_swap_BigDecimal + toBalance_gte: linea_swap_BigDecimal + toBalance_lte: linea_swap_BigDecimal + toBalance_in: [linea_swap_BigDecimal!] + toBalance_not_in: [linea_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AssetBalance_filter] - or: [localmainnet_AssetBalance_filter] + _change_block: linea_swap_BlockChangedFilter } -enum localmainnet_AssetBalance_orderBy { +enum linea_swap_LpTransferEvent_orderBy { id + token amount - locked - supplied - removed - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - feesEarned + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -type localmainnet_AssetStatus { +"""Defines the order direction, either ascending or descending""" +enum linea_swap_OrderDirection { + asc + desc +} + +type linea_swap_PooledToken { id: ID! - status: Boolean + asset: linea_swap_Bytes! } -input localmainnet_AssetStatus_filter { +input linea_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -102229,22 +102237,66 @@ input localmainnet_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + asset: linea_swap_Bytes + asset_not: linea_swap_Bytes + asset_in: [linea_swap_Bytes!] + asset_not_in: [linea_swap_Bytes!] + asset_contains: linea_swap_Bytes + asset_not_contains: linea_swap_Bytes """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_AssetStatus_filter] - or: [localmainnet_AssetStatus_filter] + _change_block: linea_swap_BlockChangedFilter } -enum localmainnet_AssetStatus_orderBy { +enum linea_swap_PooledToken_orderBy { id - status + asset } -input localmainnet_Asset_filter { +type linea_swap_StableSwap { + id: ID! + isActive: Boolean + key: linea_swap_Bytes! + canonicalId: linea_swap_Bytes + domain: BigInt + swapPool: linea_swap_Bytes + lpToken: linea_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [linea_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapEvent_filter): [linea_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapExchange_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapExchange_filter): [linea_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapHourlyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapHourlyVolume_filter): [linea_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapDailyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapDailyVolume_filter): [linea_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapWeeklyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapWeeklyVolume_filter): [linea_swap_SwapWeeklyVolume!] +} + +type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEvent { + id: ID! + stableSwap: linea_swap_StableSwap! + provider: linea_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! +} + +input linea_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -102253,121 +102305,135 @@ input localmainnet_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: localmainnet_Bytes - key_not: localmainnet_Bytes - key_gt: localmainnet_Bytes - key_lt: localmainnet_Bytes - key_gte: localmainnet_Bytes - key_lte: localmainnet_Bytes - key_in: [localmainnet_Bytes!] - key_not_in: [localmainnet_Bytes!] - key_contains: localmainnet_Bytes - key_not_contains: localmainnet_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - canonicalId: localmainnet_Bytes - canonicalId_not: localmainnet_Bytes - canonicalId_gt: localmainnet_Bytes - canonicalId_lt: localmainnet_Bytes - canonicalId_gte: localmainnet_Bytes - canonicalId_lte: localmainnet_Bytes - canonicalId_in: [localmainnet_Bytes!] - canonicalId_not_in: [localmainnet_Bytes!] - canonicalId_contains: localmainnet_Bytes - canonicalId_not_contains: localmainnet_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: localmainnet_Bytes - adoptedAsset_not: localmainnet_Bytes - adoptedAsset_gt: localmainnet_Bytes - adoptedAsset_lt: localmainnet_Bytes - adoptedAsset_gte: localmainnet_Bytes - adoptedAsset_lte: localmainnet_Bytes - adoptedAsset_in: [localmainnet_Bytes!] - adoptedAsset_not_in: [localmainnet_Bytes!] - adoptedAsset_contains: localmainnet_Bytes - adoptedAsset_not_contains: localmainnet_Bytes - localAsset: localmainnet_Bytes - localAsset_not: localmainnet_Bytes - localAsset_gt: localmainnet_Bytes - localAsset_lt: localmainnet_Bytes - localAsset_gte: localmainnet_Bytes - localAsset_lte: localmainnet_Bytes - localAsset_in: [localmainnet_Bytes!] - localAsset_not_in: [localmainnet_Bytes!] - localAsset_contains: localmainnet_Bytes - localAsset_not_contains: localmainnet_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: localmainnet_AssetStatus_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + provider: linea_swap_Bytes + provider_not: linea_swap_Bytes + provider_in: [linea_swap_Bytes!] + provider_not_in: [linea_swap_Bytes!] + provider_contains: linea_swap_Bytes + provider_not_contains: linea_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Asset_filter] - or: [localmainnet_Asset_filter] + _change_block: linea_swap_BlockChangedFilter } -enum localmainnet_Asset_orderBy { +enum linea_swap_StableSwapAddLiquidityEvent_orderBy { id - key - decimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status + stableSwap + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type localmainnet_ConnectorMeta { +interface linea_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: localmainnet_Bytes - rootManager: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes + stableSwap: linea_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input localmainnet_ConnectorMeta_filter { +input linea_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -102376,109 +102442,87 @@ input localmainnet_ConnectorMeta_filter { 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: localmainnet_Bytes - amb_not: localmainnet_Bytes - amb_gt: localmainnet_Bytes - amb_lt: localmainnet_Bytes - amb_gte: localmainnet_Bytes - amb_lte: localmainnet_Bytes - amb_in: [localmainnet_Bytes!] - amb_not_in: [localmainnet_Bytes!] - amb_contains: localmainnet_Bytes - amb_not_contains: localmainnet_Bytes - rootManager: localmainnet_Bytes - rootManager_not: localmainnet_Bytes - rootManager_gt: localmainnet_Bytes - rootManager_lt: localmainnet_Bytes - rootManager_gte: localmainnet_Bytes - rootManager_lte: localmainnet_Bytes - rootManager_in: [localmainnet_Bytes!] - rootManager_not_in: [localmainnet_Bytes!] - rootManager_contains: localmainnet_Bytes - rootManager_not_contains: localmainnet_Bytes - mirrorConnector: localmainnet_Bytes - mirrorConnector_not: localmainnet_Bytes - mirrorConnector_gt: localmainnet_Bytes - mirrorConnector_lt: localmainnet_Bytes - mirrorConnector_gte: localmainnet_Bytes - mirrorConnector_lte: localmainnet_Bytes - mirrorConnector_in: [localmainnet_Bytes!] - mirrorConnector_not_in: [localmainnet_Bytes!] - mirrorConnector_contains: localmainnet_Bytes - mirrorConnector_not_contains: localmainnet_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_ConnectorMeta_filter] - or: [localmainnet_ConnectorMeta_filter] + _change_block: linea_swap_BlockChangedFilter } -enum localmainnet_ConnectorMeta_orderBy { +enum linea_swap_StableSwapEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + block + timestamp + transaction + nonce } -type localmainnet_DestinationTransfer { +type linea_swap_StableSwapExchange { id: ID! - chainId: BigInt - transferId: localmainnet_Bytes - nonce: BigInt - status: localmainnet_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: localmainnet_Router_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_Router_filter): [localmainnet_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: localmainnet_Bytes - delegate: localmainnet_Bytes - receiveLocal: Boolean - callData: localmainnet_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: localmainnet_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: localmainnet_Bytes - asset: localmainnet_Asset - amount: BigInt - routersFee: BigInt - executedCaller: localmainnet_Bytes - executedTransactionHash: localmainnet_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: localmainnet_Bytes - executedTxNonce: BigInt - reconciledCaller: localmainnet_Bytes - reconciledTransactionHash: localmainnet_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: localmainnet_Bytes - reconciledTxNonce: BigInt + stableSwap: linea_swap_StableSwap! + buyer: linea_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input localmainnet_DestinationTransfer_filter { +input linea_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -102487,24 +102531,245 @@ input localmainnet_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: localmainnet_Bytes - transferId_not: localmainnet_Bytes - transferId_gt: localmainnet_Bytes - transferId_lt: localmainnet_Bytes - transferId_gte: localmainnet_Bytes - transferId_lte: localmainnet_Bytes - transferId_in: [localmainnet_Bytes!] - transferId_not_in: [localmainnet_Bytes!] - transferId_contains: localmainnet_Bytes - transferId_not_contains: localmainnet_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + buyer: linea_swap_Bytes + buyer_not: linea_swap_Bytes + buyer_in: [linea_swap_Bytes!] + buyer_not_in: [linea_swap_Bytes!] + buyer_contains: linea_swap_Bytes + buyer_not_contains: linea_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter +} + +enum linea_swap_StableSwapExchange_orderBy { + id + stableSwap + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce +} + +type linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { + id: ID! + stableSwap: linea_swap_StableSwap! + provider: linea_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! +} + +input linea_swap_StableSwapRemoveLiquidityEvent_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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + provider: linea_swap_Bytes + provider_not: linea_swap_Bytes + provider_in: [linea_swap_Bytes!] + provider_not_in: [linea_swap_Bytes!] + provider_contains: linea_swap_Bytes + provider_not_contains: linea_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -102513,367 +102778,211 @@ input localmainnet_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: localmainnet_TransferStatus - status_not: localmainnet_TransferStatus - status_in: [localmainnet_TransferStatus!] - status_not_in: [localmainnet_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: localmainnet_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: localmainnet_Bytes - to_not: localmainnet_Bytes - to_gt: localmainnet_Bytes - to_lt: localmainnet_Bytes - to_gte: localmainnet_Bytes - to_lte: localmainnet_Bytes - to_in: [localmainnet_Bytes!] - to_not_in: [localmainnet_Bytes!] - to_contains: localmainnet_Bytes - to_not_contains: localmainnet_Bytes - delegate: localmainnet_Bytes - delegate_not: localmainnet_Bytes - delegate_gt: localmainnet_Bytes - delegate_lt: localmainnet_Bytes - delegate_gte: localmainnet_Bytes - delegate_lte: localmainnet_Bytes - delegate_in: [localmainnet_Bytes!] - delegate_not_in: [localmainnet_Bytes!] - delegate_contains: localmainnet_Bytes - delegate_not_contains: localmainnet_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: localmainnet_Bytes - callData_not: localmainnet_Bytes - callData_gt: localmainnet_Bytes - callData_lt: localmainnet_Bytes - callData_gte: localmainnet_Bytes - callData_lte: localmainnet_Bytes - callData_in: [localmainnet_Bytes!] - callData_not_in: [localmainnet_Bytes!] - callData_contains: localmainnet_Bytes - callData_not_contains: localmainnet_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: localmainnet_Bytes - originSender_not: localmainnet_Bytes - originSender_gt: localmainnet_Bytes - originSender_lt: localmainnet_Bytes - originSender_gte: localmainnet_Bytes - originSender_lte: localmainnet_Bytes - originSender_in: [localmainnet_Bytes!] - originSender_not_in: [localmainnet_Bytes!] - originSender_contains: localmainnet_Bytes - originSender_not_contains: localmainnet_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: localmainnet_Bytes - canonicalId_not: localmainnet_Bytes - canonicalId_gt: localmainnet_Bytes - canonicalId_lt: localmainnet_Bytes - canonicalId_gte: localmainnet_Bytes - canonicalId_lte: localmainnet_Bytes - canonicalId_in: [localmainnet_Bytes!] - canonicalId_not_in: [localmainnet_Bytes!] - canonicalId_contains: localmainnet_Bytes - canonicalId_not_contains: localmainnet_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: localmainnet_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: localmainnet_Bytes - executedCaller_not: localmainnet_Bytes - executedCaller_gt: localmainnet_Bytes - executedCaller_lt: localmainnet_Bytes - executedCaller_gte: localmainnet_Bytes - executedCaller_lte: localmainnet_Bytes - executedCaller_in: [localmainnet_Bytes!] - executedCaller_not_in: [localmainnet_Bytes!] - executedCaller_contains: localmainnet_Bytes - executedCaller_not_contains: localmainnet_Bytes - executedTransactionHash: localmainnet_Bytes - executedTransactionHash_not: localmainnet_Bytes - executedTransactionHash_gt: localmainnet_Bytes - executedTransactionHash_lt: localmainnet_Bytes - executedTransactionHash_gte: localmainnet_Bytes - executedTransactionHash_lte: localmainnet_Bytes - executedTransactionHash_in: [localmainnet_Bytes!] - executedTransactionHash_not_in: [localmainnet_Bytes!] - executedTransactionHash_contains: localmainnet_Bytes - executedTransactionHash_not_contains: localmainnet_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: localmainnet_Bytes - executedTxOrigin_not: localmainnet_Bytes - executedTxOrigin_gt: localmainnet_Bytes - executedTxOrigin_lt: localmainnet_Bytes - executedTxOrigin_gte: localmainnet_Bytes - executedTxOrigin_lte: localmainnet_Bytes - executedTxOrigin_in: [localmainnet_Bytes!] - executedTxOrigin_not_in: [localmainnet_Bytes!] - executedTxOrigin_contains: localmainnet_Bytes - executedTxOrigin_not_contains: localmainnet_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: localmainnet_Bytes - reconciledCaller_not: localmainnet_Bytes - reconciledCaller_gt: localmainnet_Bytes - reconciledCaller_lt: localmainnet_Bytes - reconciledCaller_gte: localmainnet_Bytes - reconciledCaller_lte: localmainnet_Bytes - reconciledCaller_in: [localmainnet_Bytes!] - reconciledCaller_not_in: [localmainnet_Bytes!] - reconciledCaller_contains: localmainnet_Bytes - reconciledCaller_not_contains: localmainnet_Bytes - reconciledTransactionHash: localmainnet_Bytes - reconciledTransactionHash_not: localmainnet_Bytes - reconciledTransactionHash_gt: localmainnet_Bytes - reconciledTransactionHash_lt: localmainnet_Bytes - reconciledTransactionHash_gte: localmainnet_Bytes - reconciledTransactionHash_lte: localmainnet_Bytes - reconciledTransactionHash_in: [localmainnet_Bytes!] - reconciledTransactionHash_not_in: [localmainnet_Bytes!] - reconciledTransactionHash_contains: localmainnet_Bytes - reconciledTransactionHash_not_contains: localmainnet_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: localmainnet_Bytes - reconciledTxOrigin_not: localmainnet_Bytes - reconciledTxOrigin_gt: localmainnet_Bytes - reconciledTxOrigin_lt: localmainnet_Bytes - reconciledTxOrigin_gte: localmainnet_Bytes - reconciledTxOrigin_lte: localmainnet_Bytes - reconciledTxOrigin_in: [localmainnet_Bytes!] - reconciledTxOrigin_not_in: [localmainnet_Bytes!] - reconciledTxOrigin_contains: localmainnet_Bytes - reconciledTxOrigin_not_contains: localmainnet_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_DestinationTransfer_filter] - or: [localmainnet_DestinationTransfer_filter] + _change_block: linea_swap_BlockChangedFilter } -enum localmainnet_DestinationTransfer_orderBy { +enum linea_swap_StableSwapRemoveLiquidityEvent_orderBy { id - chainId - transferId + stableSwap + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn +} + +input linea_swap_StableSwap_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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: linea_swap_Bytes + key_not: linea_swap_Bytes + key_in: [linea_swap_Bytes!] + key_not_in: [linea_swap_Bytes!] + key_contains: linea_swap_Bytes + key_not_contains: linea_swap_Bytes + canonicalId: linea_swap_Bytes + canonicalId_not: linea_swap_Bytes + canonicalId_in: [linea_swap_Bytes!] + canonicalId_not_in: [linea_swap_Bytes!] + canonicalId_contains: linea_swap_Bytes + canonicalId_not_contains: linea_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: linea_swap_Bytes + swapPool_not: linea_swap_Bytes + swapPool_in: [linea_swap_Bytes!] + swapPool_not_in: [linea_swap_Bytes!] + swapPool_contains: linea_swap_Bytes + swapPool_not_contains: linea_swap_Bytes + lpToken: linea_swap_Bytes + lpToken_not: linea_swap_Bytes + lpToken_in: [linea_swap_Bytes!] + lpToken_not_in: [linea_swap_Bytes!] + lpToken_contains: linea_swap_Bytes + lpToken_not_contains: linea_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [linea_swap_Bytes!] + pooledTokens_not: [linea_swap_Bytes!] + pooledTokens_contains: [linea_swap_Bytes!] + pooledTokens_contains_nocase: [linea_swap_Bytes!] + pooledTokens_not_contains: [linea_swap_Bytes!] + pooledTokens_not_contains_nocase: [linea_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + exchanges_: linea_swap_StableSwapExchange_filter + hourlyVolumes_: linea_swap_SwapHourlyVolume_filter + dailyVolumes_: linea_swap_SwapDailyVolume_filter + weeklyVolumes_: linea_swap_SwapWeeklyVolume_filter + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter +} + +enum linea_swap_StableSwap_orderBy { + id + isActive + key canonicalId - asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type localmainnet_OptimisticRootFinalized { +type linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { id: ID! - aggregateRoot: localmainnet_Bytes! + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt + volume: linea_swap_BigDecimal! } -input localmainnet_OptimisticRootFinalized_filter { +input linea_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -102882,16 +102991,27 @@ input localmainnet_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: localmainnet_Bytes - aggregateRoot_not: localmainnet_Bytes - aggregateRoot_gt: localmainnet_Bytes - aggregateRoot_lt: localmainnet_Bytes - aggregateRoot_gte: localmainnet_Bytes - aggregateRoot_lte: localmainnet_Bytes - aggregateRoot_in: [localmainnet_Bytes!] - aggregateRoot_not_in: [localmainnet_Bytes!] - aggregateRoot_contains: localmainnet_Bytes - aggregateRoot_not_contains: localmainnet_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -102900,41 +103020,214 @@ input localmainnet_OptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter +} + +enum linea_swap_SwapDailyVolume_orderBy { + id + stableSwap + timestamp + volume +} + +type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { + id: ID! + stableSwap: linea_swap_StableSwap! + timestamp: BigInt! + volume: linea_swap_BigDecimal! +} + +input linea_swap_SwapHourlyVolume_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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter +} + +enum linea_swap_SwapHourlyVolume_orderBy { + id + stableSwap + timestamp + volume +} + +interface linea_swap_SwapTradeVolume { + stableSwap: linea_swap_StableSwap! + timestamp: BigInt! + volume: linea_swap_BigDecimal! +} + +input linea_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter +} + +enum linea_swap_SwapTradeVolume_orderBy { + stableSwap + timestamp + volume +} + +type linea_swap_SwapWeeklyVolume implements linea_swap_SwapTradeVolume { + id: ID! + stableSwap: linea_swap_StableSwap! + timestamp: BigInt! + volume: linea_swap_BigDecimal! +} + +input linea_swap_SwapWeeklyVolume_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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OptimisticRootFinalized_filter] - or: [localmainnet_OptimisticRootFinalized_filter] + _change_block: linea_swap_BlockChangedFilter } -enum localmainnet_OptimisticRootFinalized_orderBy { +enum linea_swap_SwapWeeklyVolume_orderBy { id - aggregateRoot + stableSwap timestamp - blockNumber + volume } -type localmainnet_OriginMessage { +type linea_swap_SystemInfo { id: ID! - transferId: localmainnet_Bytes - destinationDomain: BigInt - leaf: localmainnet_Bytes - index: BigInt - message: localmainnet_Bytes - root: localmainnet_Bytes - transactionHash: localmainnet_Bytes - blockNumber: BigInt - rootCount: localmainnet_RootCount + exchangeCount: BigInt! + swapCount: BigInt! } -input localmainnet_OriginMessage_filter { +input linea_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -102943,158 +103236,66 @@ input localmainnet_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: localmainnet_Bytes - transferId_not: localmainnet_Bytes - transferId_gt: localmainnet_Bytes - transferId_lt: localmainnet_Bytes - transferId_gte: localmainnet_Bytes - transferId_lte: localmainnet_Bytes - transferId_in: [localmainnet_Bytes!] - transferId_not_in: [localmainnet_Bytes!] - transferId_contains: localmainnet_Bytes - transferId_not_contains: localmainnet_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: localmainnet_Bytes - leaf_not: localmainnet_Bytes - leaf_gt: localmainnet_Bytes - leaf_lt: localmainnet_Bytes - leaf_gte: localmainnet_Bytes - leaf_lte: localmainnet_Bytes - leaf_in: [localmainnet_Bytes!] - leaf_not_in: [localmainnet_Bytes!] - leaf_contains: localmainnet_Bytes - leaf_not_contains: localmainnet_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: localmainnet_Bytes - message_not: localmainnet_Bytes - message_gt: localmainnet_Bytes - message_lt: localmainnet_Bytes - message_gte: localmainnet_Bytes - message_lte: localmainnet_Bytes - message_in: [localmainnet_Bytes!] - message_not_in: [localmainnet_Bytes!] - message_contains: localmainnet_Bytes - message_not_contains: localmainnet_Bytes - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: localmainnet_RootCount_filter + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OriginMessage_filter] - or: [localmainnet_OriginMessage_filter] + _change_block: linea_swap_BlockChangedFilter } -enum localmainnet_OriginMessage_orderBy { +enum linea_swap_SystemInfo_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + exchangeCount + swapCount } -type localmainnet_OriginTransfer { +type linea_swap__Block_ { + """The hash of the block""" + hash: linea_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type linea_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: linea_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type localmainnet_AggregateRootSavedSlow { id: ID! - chainId: BigInt - transferId: localmainnet_Bytes - nonce: BigInt - status: localmainnet_TransferStatus - messageHash: localmainnet_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: localmainnet_Bytes - delegate: localmainnet_Bytes - receiveLocal: Boolean - callData: localmainnet_Bytes - slippage: BigInt - originSender: localmainnet_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: localmainnet_Bytes - asset: localmainnet_Asset - transactingAsset: localmainnet_Bytes - message: localmainnet_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: localmainnet_RelayerFee_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_RelayerFee_filter): [localmainnet_RelayerFee!] - initialRelayerFeeAsset: localmainnet_Bytes - caller: localmainnet_Bytes - transactionHash: localmainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: localmainnet_Bytes - txNonce: BigInt + aggregateRoot: localmainnet_Bytes! + count: BigInt! + aggregatedRoots: [localmainnet_Bytes!] + rootTimestamp: BigInt! } -input localmainnet_OriginTransfer_filter { +input localmainnet_AggregateRootSavedSlow_filter { id: ID id_not: ID id_gt: ID @@ -103103,269 +103304,95 @@ input localmainnet_OriginTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: localmainnet_Bytes - transferId_not: localmainnet_Bytes - transferId_gt: localmainnet_Bytes - transferId_lt: localmainnet_Bytes - transferId_gte: localmainnet_Bytes - transferId_lte: localmainnet_Bytes - transferId_in: [localmainnet_Bytes!] - transferId_not_in: [localmainnet_Bytes!] - transferId_contains: localmainnet_Bytes - transferId_not_contains: localmainnet_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: localmainnet_TransferStatus - status_not: localmainnet_TransferStatus - status_in: [localmainnet_TransferStatus!] - status_not_in: [localmainnet_TransferStatus!] - messageHash: localmainnet_Bytes - messageHash_not: localmainnet_Bytes - messageHash_gt: localmainnet_Bytes - messageHash_lt: localmainnet_Bytes - messageHash_gte: localmainnet_Bytes - messageHash_lte: localmainnet_Bytes - messageHash_in: [localmainnet_Bytes!] - messageHash_not_in: [localmainnet_Bytes!] - messageHash_contains: localmainnet_Bytes - messageHash_not_contains: localmainnet_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: localmainnet_Bytes - to_not: localmainnet_Bytes - to_gt: localmainnet_Bytes - to_lt: localmainnet_Bytes - to_gte: localmainnet_Bytes - to_lte: localmainnet_Bytes - to_in: [localmainnet_Bytes!] - to_not_in: [localmainnet_Bytes!] - to_contains: localmainnet_Bytes - to_not_contains: localmainnet_Bytes - delegate: localmainnet_Bytes - delegate_not: localmainnet_Bytes - delegate_gt: localmainnet_Bytes - delegate_lt: localmainnet_Bytes - delegate_gte: localmainnet_Bytes - delegate_lte: localmainnet_Bytes - delegate_in: [localmainnet_Bytes!] - delegate_not_in: [localmainnet_Bytes!] - delegate_contains: localmainnet_Bytes - delegate_not_contains: localmainnet_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: localmainnet_Bytes - callData_not: localmainnet_Bytes - callData_gt: localmainnet_Bytes - callData_lt: localmainnet_Bytes - callData_gte: localmainnet_Bytes - callData_lte: localmainnet_Bytes - callData_in: [localmainnet_Bytes!] - callData_not_in: [localmainnet_Bytes!] - callData_contains: localmainnet_Bytes - callData_not_contains: localmainnet_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: localmainnet_Bytes - originSender_not: localmainnet_Bytes - originSender_gt: localmainnet_Bytes - originSender_lt: localmainnet_Bytes - originSender_gte: localmainnet_Bytes - originSender_lte: localmainnet_Bytes - originSender_in: [localmainnet_Bytes!] - originSender_not_in: [localmainnet_Bytes!] - originSender_contains: localmainnet_Bytes - originSender_not_contains: localmainnet_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: localmainnet_Bytes - canonicalId_not: localmainnet_Bytes - canonicalId_gt: localmainnet_Bytes - canonicalId_lt: localmainnet_Bytes - canonicalId_gte: localmainnet_Bytes - canonicalId_lte: localmainnet_Bytes - canonicalId_in: [localmainnet_Bytes!] - canonicalId_not_in: [localmainnet_Bytes!] - canonicalId_contains: localmainnet_Bytes - canonicalId_not_contains: localmainnet_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: localmainnet_Asset_filter - transactingAsset: localmainnet_Bytes - transactingAsset_not: localmainnet_Bytes - transactingAsset_gt: localmainnet_Bytes - transactingAsset_lt: localmainnet_Bytes - transactingAsset_gte: localmainnet_Bytes - transactingAsset_lte: localmainnet_Bytes - transactingAsset_in: [localmainnet_Bytes!] - transactingAsset_not_in: [localmainnet_Bytes!] - transactingAsset_contains: localmainnet_Bytes - transactingAsset_not_contains: localmainnet_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: localmainnet_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: localmainnet_RelayerFee_filter - initialRelayerFeeAsset: localmainnet_Bytes - initialRelayerFeeAsset_not: localmainnet_Bytes - initialRelayerFeeAsset_gt: localmainnet_Bytes - initialRelayerFeeAsset_lt: localmainnet_Bytes - initialRelayerFeeAsset_gte: localmainnet_Bytes - initialRelayerFeeAsset_lte: localmainnet_Bytes - initialRelayerFeeAsset_in: [localmainnet_Bytes!] - initialRelayerFeeAsset_not_in: [localmainnet_Bytes!] - initialRelayerFeeAsset_contains: localmainnet_Bytes - initialRelayerFeeAsset_not_contains: localmainnet_Bytes - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + aggregatedRoots: [localmainnet_Bytes!] + aggregatedRoots_not: [localmainnet_Bytes!] + aggregatedRoots_contains: [localmainnet_Bytes!] + aggregatedRoots_contains_nocase: [localmainnet_Bytes!] + aggregatedRoots_not_contains: [localmainnet_Bytes!] + aggregatedRoots_not_contains_nocase: [localmainnet_Bytes!] + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_AggregateRootSavedSlow_filter] + or: [localmainnet_AggregateRootSavedSlow_filter] +} + +enum localmainnet_AggregateRootSavedSlow_orderBy { + id + aggregateRoot + count + aggregatedRoots + rootTimestamp +} + +type localmainnet_AggregatedMessageRoot { + id: ID! + index: BigInt! + receivedRoot: localmainnet_Bytes! + domain: BigInt + blockNumber: BigInt +} + +input localmainnet_AggregatedMessageRoot_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!] + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: localmainnet_Bytes + receivedRoot_not: localmainnet_Bytes + receivedRoot_gt: localmainnet_Bytes + receivedRoot_lt: localmainnet_Bytes + receivedRoot_gte: localmainnet_Bytes + receivedRoot_lte: localmainnet_Bytes + receivedRoot_in: [localmainnet_Bytes!] + receivedRoot_not_in: [localmainnet_Bytes!] + receivedRoot_contains: localmainnet_Bytes + receivedRoot_not_contains: localmainnet_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -103374,96 +103401,109 @@ input localmainnet_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: localmainnet_Bytes - txOrigin_not: localmainnet_Bytes - txOrigin_gt: localmainnet_Bytes - txOrigin_lt: localmainnet_Bytes - txOrigin_gte: localmainnet_Bytes - txOrigin_lte: localmainnet_Bytes - txOrigin_in: [localmainnet_Bytes!] - txOrigin_not_in: [localmainnet_Bytes!] - txOrigin_contains: localmainnet_Bytes - txOrigin_not_contains: localmainnet_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_OriginTransfer_filter] - or: [localmainnet_OriginTransfer_filter] + and: [localmainnet_AggregatedMessageRoot_filter] + or: [localmainnet_AggregatedMessageRoot_filter] } -enum localmainnet_OriginTransfer_orderBy { +enum localmainnet_AggregatedMessageRoot_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash - timestamp - gasPrice - gasLimit + index + receivedRoot + domain blockNumber - txOrigin - txNonce } -type localmainnet_Relayer { +type localmainnet_ArbitrumConnectorMeta { id: ID! - isActive: Boolean! - relayer: localmainnet_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -type localmainnet_RelayerFee { +input localmainnet_ArbitrumConnectorMeta_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: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_ArbitrumConnectorMeta_filter] + or: [localmainnet_ArbitrumConnectorMeta_filter] +} + +enum localmainnet_ArbitrumConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type localmainnet_BnbConnectorMeta { id: ID! - transfer: localmainnet_OriginTransfer! - fee: BigInt! - asset: localmainnet_Bytes! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input localmainnet_RelayerFee_filter { +input localmainnet_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -103472,101 +103512,77 @@ input localmainnet_RelayerFee_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: localmainnet_OriginTransfer_filter - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - asset: localmainnet_Bytes - asset_not: localmainnet_Bytes - asset_gt: localmainnet_Bytes - asset_lt: localmainnet_Bytes - asset_gte: localmainnet_Bytes - asset_lte: localmainnet_Bytes - asset_in: [localmainnet_Bytes!] - asset_not_in: [localmainnet_Bytes!] - asset_contains: localmainnet_Bytes - asset_not_contains: localmainnet_Bytes + 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: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RelayerFee_filter] - or: [localmainnet_RelayerFee_filter] + and: [localmainnet_BnbConnectorMeta_filter] + or: [localmainnet_BnbConnectorMeta_filter] } -enum localmainnet_RelayerFee_orderBy { +enum localmainnet_BnbConnectorMeta_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - asset + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type localmainnet_RelayerFeesIncrease { +type localmainnet_GnosisConnectorMeta { id: ID! - transfer: localmainnet_OriginTransfer! - increase: BigInt - asset: localmainnet_Bytes - caller: localmainnet_Bytes! - transactionHash: localmainnet_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input localmainnet_RelayerFeesIncrease_filter { +input localmainnet_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -103575,146 +103591,73 @@ input localmainnet_RelayerFeesIncrease_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: localmainnet_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: localmainnet_Bytes - asset_not: localmainnet_Bytes - asset_gt: localmainnet_Bytes - asset_lt: localmainnet_Bytes - asset_gte: localmainnet_Bytes - asset_lte: localmainnet_Bytes - asset_in: [localmainnet_Bytes!] - asset_not_in: [localmainnet_Bytes!] - asset_contains: localmainnet_Bytes - asset_not_contains: localmainnet_Bytes - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + 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: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RelayerFeesIncrease_filter] - or: [localmainnet_RelayerFeesIncrease_filter] + and: [localmainnet_GnosisConnectorMeta_filter] + or: [localmainnet_GnosisConnectorMeta_filter] } -enum localmainnet_RelayerFeesIncrease_orderBy { +enum localmainnet_GnosisConnectorMeta_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -input localmainnet_Relayer_filter { +type localmainnet_HubDomain { + id: ID! + domain: BigInt +} + +input localmainnet_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -103723,38 +103666,33 @@ input localmainnet_Relayer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - relayer: localmainnet_Bytes - relayer_not: localmainnet_Bytes - relayer_gt: localmainnet_Bytes - relayer_lt: localmainnet_Bytes - relayer_gte: localmainnet_Bytes - relayer_lte: localmainnet_Bytes - relayer_in: [localmainnet_Bytes!] - relayer_not_in: [localmainnet_Bytes!] - relayer_contains: localmainnet_Bytes - relayer_not_contains: localmainnet_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Relayer_filter] - or: [localmainnet_Relayer_filter] + and: [localmainnet_HubDomain_filter] + or: [localmainnet_HubDomain_filter] } -enum localmainnet_Relayer_orderBy { +enum localmainnet_HubDomain_orderBy { id - isActive - relayer + domain } -type localmainnet_RootCount { +type localmainnet_HubOptimisticRootFinalized { id: ID! - count: BigInt + aggregateRoot: localmainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input localmainnet_RootCount_filter { +input localmainnet_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -103763,40 +103701,55 @@ input localmainnet_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootCount_filter] - or: [localmainnet_RootCount_filter] + and: [localmainnet_HubOptimisticRootFinalized_filter] + or: [localmainnet_HubOptimisticRootFinalized_filter] } -enum localmainnet_RootCount_orderBy { +enum localmainnet_HubOptimisticRootFinalized_orderBy { id - count + aggregateRoot + timestamp + blockNumber } -type localmainnet_RootMessageSent { +type localmainnet_OptimismConnectorMeta { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: localmainnet_Bytes - count: BigInt - caller: localmainnet_Bytes - transactionHash: localmainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input localmainnet_RootMessageSent_filter { +input localmainnet_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -103821,44 +103774,88 @@ input localmainnet_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes - transactionHash: localmainnet_Bytes - transactionHash_not: localmainnet_Bytes - transactionHash_gt: localmainnet_Bytes - transactionHash_lt: localmainnet_Bytes - transactionHash_gte: localmainnet_Bytes - transactionHash_lte: localmainnet_Bytes - transactionHash_in: [localmainnet_Bytes!] - transactionHash_not_in: [localmainnet_Bytes!] - transactionHash_contains: localmainnet_Bytes - transactionHash_not_contains: localmainnet_Bytes + amb: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OptimismConnectorMeta_filter] + or: [localmainnet_OptimismConnectorMeta_filter] +} + +enum localmainnet_OptimismConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type localmainnet_OptimisticRootPropagated { + id: ID! + aggregateRoot: localmainnet_Bytes! + domainsHash: localmainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input localmainnet_OptimisticRootPropagated_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!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + domainsHash: localmainnet_Bytes + domainsHash_not: localmainnet_Bytes + domainsHash_gt: localmainnet_Bytes + domainsHash_lt: localmainnet_Bytes + domainsHash_gte: localmainnet_Bytes + domainsHash_lte: localmainnet_Bytes + domainsHash_in: [localmainnet_Bytes!] + domainsHash_not_in: [localmainnet_Bytes!] + domainsHash_contains: localmainnet_Bytes + domainsHash_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -103867,22 +103864,6 @@ input localmainnet_RootMessageSent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -103893,43 +103874,30 @@ input localmainnet_RootMessageSent_filter { blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RootMessageSent_filter] - or: [localmainnet_RootMessageSent_filter] + and: [localmainnet_OptimisticRootPropagated_filter] + or: [localmainnet_OptimisticRootPropagated_filter] } -enum localmainnet_RootMessageSent_orderBy { +enum localmainnet_OptimisticRootPropagated_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + aggregateRoot + domainsHash timestamp - gasPrice - gasLimit blockNumber } -type localmainnet_Router { - id: ID! - isActive: Boolean! - owner: localmainnet_Bytes - recipient: localmainnet_Bytes - proposedOwner: localmainnet_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: localmainnet_AssetBalance_orderBy, orderDirection: localmainnet_OrderDirection, where: localmainnet_AssetBalance_filter): [localmainnet_AssetBalance!]! -} - -type localmainnet_RouterDailyTVL { +type localmainnet_OptimisticRootProposed { id: ID! - router: localmainnet_Router! - asset: localmainnet_Asset! + disputeCliff: BigInt! + aggregateRoot: localmainnet_Bytes! + snapshotsRoots: [localmainnet_Bytes!] + domains: [BigInt!] + baseAggregateRoot: localmainnet_Bytes! timestamp: BigInt! - balance: BigInt! + blockNumber: BigInt } -input localmainnet_RouterDailyTVL_filter { +input localmainnet_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -103938,48 +103906,46 @@ input localmainnet_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: localmainnet_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: localmainnet_Asset_filter + disputeCliff: BigInt + disputeCliff_not: BigInt + disputeCliff_gt: BigInt + disputeCliff_lt: BigInt + disputeCliff_gte: BigInt + disputeCliff_lte: BigInt + disputeCliff_in: [BigInt!] + disputeCliff_not_in: [BigInt!] + aggregateRoot: localmainnet_Bytes + aggregateRoot_not: localmainnet_Bytes + aggregateRoot_gt: localmainnet_Bytes + aggregateRoot_lt: localmainnet_Bytes + aggregateRoot_gte: localmainnet_Bytes + aggregateRoot_lte: localmainnet_Bytes + aggregateRoot_in: [localmainnet_Bytes!] + aggregateRoot_not_in: [localmainnet_Bytes!] + aggregateRoot_contains: localmainnet_Bytes + aggregateRoot_not_contains: localmainnet_Bytes + snapshotsRoots: [localmainnet_Bytes!] + snapshotsRoots_not: [localmainnet_Bytes!] + snapshotsRoots_contains: [localmainnet_Bytes!] + snapshotsRoots_contains_nocase: [localmainnet_Bytes!] + snapshotsRoots_not_contains: [localmainnet_Bytes!] + snapshotsRoots_not_contains_nocase: [localmainnet_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: localmainnet_Bytes + baseAggregateRoot_not: localmainnet_Bytes + baseAggregateRoot_gt: localmainnet_Bytes + baseAggregateRoot_lt: localmainnet_Bytes + baseAggregateRoot_gte: localmainnet_Bytes + baseAggregateRoot_lte: localmainnet_Bytes + baseAggregateRoot_in: [localmainnet_Bytes!] + baseAggregateRoot_not_in: [localmainnet_Bytes!] + baseAggregateRoot_contains: localmainnet_Bytes + baseAggregateRoot_not_contains: localmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -103988,43 +103954,118 @@ input localmainnet_RouterDailyTVL_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: localmainnet_BlockChangedFilter + and: [localmainnet_OptimisticRootProposed_filter] + or: [localmainnet_OptimisticRootProposed_filter] +} + +enum localmainnet_OptimisticRootProposed_orderBy { + id + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot + timestamp + blockNumber +} + +type localmainnet_PolygonConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! +} + +input localmainnet_PolygonConnectorMeta_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: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_RouterDailyTVL_filter] - or: [localmainnet_RouterDailyTVL_filter] + and: [localmainnet_PolygonConnectorMeta_filter] + or: [localmainnet_PolygonConnectorMeta_filter] } -enum localmainnet_RouterDailyTVL_orderBy { +enum localmainnet_PolygonConnectorMeta_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -input localmainnet_Router_filter { +type localmainnet_RootAggregated { + id: ID! + domain: BigInt! + receivedRoot: localmainnet_Bytes! + index: BigInt! +} + +input localmainnet_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -104033,72 +104074,52 @@ input localmainnet_Router_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: localmainnet_Bytes - owner_not: localmainnet_Bytes - owner_gt: localmainnet_Bytes - owner_lt: localmainnet_Bytes - owner_gte: localmainnet_Bytes - owner_lte: localmainnet_Bytes - owner_in: [localmainnet_Bytes!] - owner_not_in: [localmainnet_Bytes!] - owner_contains: localmainnet_Bytes - owner_not_contains: localmainnet_Bytes - recipient: localmainnet_Bytes - recipient_not: localmainnet_Bytes - recipient_gt: localmainnet_Bytes - recipient_lt: localmainnet_Bytes - recipient_gte: localmainnet_Bytes - recipient_lte: localmainnet_Bytes - recipient_in: [localmainnet_Bytes!] - recipient_not_in: [localmainnet_Bytes!] - recipient_contains: localmainnet_Bytes - recipient_not_contains: localmainnet_Bytes - proposedOwner: localmainnet_Bytes - proposedOwner_not: localmainnet_Bytes - proposedOwner_gt: localmainnet_Bytes - proposedOwner_lt: localmainnet_Bytes - proposedOwner_gte: localmainnet_Bytes - proposedOwner_lte: localmainnet_Bytes - proposedOwner_in: [localmainnet_Bytes!] - proposedOwner_not_in: [localmainnet_Bytes!] - proposedOwner_contains: localmainnet_Bytes - proposedOwner_not_contains: localmainnet_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: localmainnet_AssetBalance_filter + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + receivedRoot: localmainnet_Bytes + receivedRoot_not: localmainnet_Bytes + receivedRoot_gt: localmainnet_Bytes + receivedRoot_lt: localmainnet_Bytes + receivedRoot_gte: localmainnet_Bytes + receivedRoot_lte: localmainnet_Bytes + receivedRoot_in: [localmainnet_Bytes!] + receivedRoot_not_in: [localmainnet_Bytes!] + receivedRoot_contains: localmainnet_Bytes + receivedRoot_not_contains: localmainnet_Bytes + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Router_filter] - or: [localmainnet_Router_filter] + and: [localmainnet_RootAggregated_filter] + or: [localmainnet_RootAggregated_filter] } -enum localmainnet_Router_orderBy { +enum localmainnet_RootAggregated_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + domain + receivedRoot + index } -type localmainnet_Sequencer { +type localmainnet_RootManagerMeta { id: ID! - isActive: Boolean! - sequencer: localmainnet_Bytes + domains: [BigInt!] + connectors: [localmainnet_Bytes!] } -input localmainnet_Sequencer_filter { +input localmainnet_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -104107,39 +104128,36 @@ input localmainnet_Sequencer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - sequencer: localmainnet_Bytes - sequencer_not: localmainnet_Bytes - sequencer_gt: localmainnet_Bytes - sequencer_lt: localmainnet_Bytes - sequencer_gte: localmainnet_Bytes - sequencer_lte: localmainnet_Bytes - sequencer_in: [localmainnet_Bytes!] - sequencer_not_in: [localmainnet_Bytes!] - sequencer_contains: localmainnet_Bytes - sequencer_not_contains: localmainnet_Bytes + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [localmainnet_Bytes!] + connectors_not: [localmainnet_Bytes!] + connectors_contains: [localmainnet_Bytes!] + connectors_contains_nocase: [localmainnet_Bytes!] + connectors_not_contains: [localmainnet_Bytes!] + connectors_not_contains_nocase: [localmainnet_Bytes!] """Filter for the block changed event.""" _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Sequencer_filter] - or: [localmainnet_Sequencer_filter] + and: [localmainnet_RootManagerMeta_filter] + or: [localmainnet_RootManagerMeta_filter] } -enum localmainnet_Sequencer_orderBy { +enum localmainnet_RootManagerMeta_orderBy { id - isActive - sequencer + domains + connectors } -type localmainnet_Setting { +type localmainnet_RootManagerMode { id: ID! - maxRoutersPerTransfer: BigInt! - caller: localmainnet_Bytes! + mode: String! } -input localmainnet_Setting_filter { +input localmainnet_RootManagerMode_filter { id: ID id_not: ID id_gt: ID @@ -104148,49 +104166,51 @@ input localmainnet_Setting_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: localmainnet_Bytes - caller_not: localmainnet_Bytes - caller_gt: localmainnet_Bytes - caller_lt: localmainnet_Bytes - caller_gte: localmainnet_Bytes - caller_lte: localmainnet_Bytes - caller_in: [localmainnet_Bytes!] - caller_not_in: [localmainnet_Bytes!] - caller_contains: localmainnet_Bytes - caller_not_contains: localmainnet_Bytes + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_Setting_filter] - or: [localmainnet_Setting_filter] + and: [localmainnet_RootManagerMode_filter] + or: [localmainnet_RootManagerMode_filter] } -enum localmainnet_Setting_orderBy { +enum localmainnet_RootManagerMode_orderBy { id - maxRoutersPerTransfer - caller + mode } -type localmainnet_SlippageUpdate { +type localmainnet_RootMessageProcessed { id: ID! - transfer: localmainnet_DestinationTransfer! - slippage: BigInt! - caller: localmainnet_Bytes! - transactionHash: localmainnet_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + root: localmainnet_Bytes + caller: localmainnet_Bytes + transactionHash: localmainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input localmainnet_SlippageUpdate_filter { +input localmainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -104199,35 +104219,32 @@ input localmainnet_SlippageUpdate_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: localmainnet_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] + 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!] + root: localmainnet_Bytes + root_not: localmainnet_Bytes + root_gt: localmainnet_Bytes + root_lt: localmainnet_Bytes + root_gte: localmainnet_Bytes + root_lte: localmainnet_Bytes + root_in: [localmainnet_Bytes!] + root_not_in: [localmainnet_Bytes!] + root_contains: localmainnet_Bytes + root_not_contains: localmainnet_Bytes caller: localmainnet_Bytes caller_not: localmainnet_Bytes caller_gt: localmainnet_Bytes @@ -104282,50 +104299,15 @@ input localmainnet_SlippageUpdate_filter { blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_SlippageUpdate_filter] - or: [localmainnet_SlippageUpdate_filter] + and: [localmainnet_RootMessageProcessed_filter] + or: [localmainnet_RootMessageProcessed_filter] } -enum localmainnet_SlippageUpdate_orderBy { +enum localmainnet_RootMessageProcessed_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage + spokeDomain + hubDomain + root caller transactionHash timestamp @@ -104334,16 +104316,15 @@ enum localmainnet_SlippageUpdate_orderBy { blockNumber } -type localmainnet_SnapshotRoot { +type localmainnet_RootPropagated { id: ID! - spokeDomain: BigInt - root: localmainnet_Bytes! + aggregate: localmainnet_Bytes! + domainsHash: localmainnet_Bytes! count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input localmainnet_SnapshotRoot_filter { +input localmainnet_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -104352,24 +104333,26 @@ input localmainnet_SnapshotRoot_filter { 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!] - root: localmainnet_Bytes - root_not: localmainnet_Bytes - root_gt: localmainnet_Bytes - root_lt: localmainnet_Bytes - root_gte: localmainnet_Bytes - root_lte: localmainnet_Bytes - root_in: [localmainnet_Bytes!] - root_not_in: [localmainnet_Bytes!] - root_contains: localmainnet_Bytes - root_not_contains: localmainnet_Bytes + aggregate: localmainnet_Bytes + aggregate_not: localmainnet_Bytes + aggregate_gt: localmainnet_Bytes + aggregate_lt: localmainnet_Bytes + aggregate_gte: localmainnet_Bytes + aggregate_lte: localmainnet_Bytes + aggregate_in: [localmainnet_Bytes!] + aggregate_not_in: [localmainnet_Bytes!] + aggregate_contains: localmainnet_Bytes + aggregate_not_contains: localmainnet_Bytes + domainsHash: localmainnet_Bytes + domainsHash_not: localmainnet_Bytes + domainsHash_gt: localmainnet_Bytes + domainsHash_lt: localmainnet_Bytes + domainsHash_gte: localmainnet_Bytes + domainsHash_lte: localmainnet_Bytes + domainsHash_in: [localmainnet_Bytes!] + domainsHash_not_in: [localmainnet_Bytes!] + domainsHash_contains: localmainnet_Bytes + domainsHash_not_contains: localmainnet_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -104378,14 +104361,6 @@ input localmainnet_SnapshotRoot_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -104396,25 +104371,28 @@ input localmainnet_SnapshotRoot_filter { blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_SnapshotRoot_filter] - or: [localmainnet_SnapshotRoot_filter] + and: [localmainnet_RootPropagated_filter] + or: [localmainnet_RootPropagated_filter] } -enum localmainnet_SnapshotRoot_orderBy { +enum localmainnet_RootPropagated_orderBy { id - spokeDomain - root + aggregate + domainsHash count - timestamp blockNumber } -type localmainnet_SpokeConnectorMode { +type localmainnet_ZkSyncConnectorMeta { id: ID! - mode: String! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: localmainnet_Bytes! + rootManager: localmainnet_Bytes! + mirrorConnector: localmainnet_Bytes! } -input localmainnet_SpokeConnectorMode_filter { +input localmainnet_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -104423,43 +104401,65 @@ input localmainnet_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + 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: localmainnet_Bytes + amb_not: localmainnet_Bytes + amb_gt: localmainnet_Bytes + amb_lt: localmainnet_Bytes + amb_gte: localmainnet_Bytes + amb_lte: localmainnet_Bytes + amb_in: [localmainnet_Bytes!] + amb_not_in: [localmainnet_Bytes!] + amb_contains: localmainnet_Bytes + amb_not_contains: localmainnet_Bytes + rootManager: localmainnet_Bytes + rootManager_not: localmainnet_Bytes + rootManager_gt: localmainnet_Bytes + rootManager_lt: localmainnet_Bytes + rootManager_gte: localmainnet_Bytes + rootManager_lte: localmainnet_Bytes + rootManager_in: [localmainnet_Bytes!] + rootManager_not_in: [localmainnet_Bytes!] + rootManager_contains: localmainnet_Bytes + rootManager_not_contains: localmainnet_Bytes + mirrorConnector: localmainnet_Bytes + mirrorConnector_not: localmainnet_Bytes + mirrorConnector_gt: localmainnet_Bytes + mirrorConnector_lt: localmainnet_Bytes + mirrorConnector_gte: localmainnet_Bytes + mirrorConnector_lte: localmainnet_Bytes + mirrorConnector_in: [localmainnet_Bytes!] + mirrorConnector_not_in: [localmainnet_Bytes!] + mirrorConnector_contains: localmainnet_Bytes + mirrorConnector_not_contains: localmainnet_Bytes """Filter for the block changed event.""" _change_block: localmainnet_BlockChangedFilter - and: [localmainnet_SpokeConnectorMode_filter] - or: [localmainnet_SpokeConnectorMode_filter] + and: [localmainnet_ZkSyncConnectorMeta_filter] + or: [localmainnet_ZkSyncConnectorMeta_filter] } -enum localmainnet_SpokeConnectorMode_orderBy { +enum localmainnet_ZkSyncConnectorMeta_orderBy { id - mode -} - -enum localmainnet_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } type localoptimism_AggregateRoot {